File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ Versioning: [Semantic Versioning](https://semver.org/).
66
77For releases before v1.3.35, see [ GitHub Releases] ( https://github.com/VladoIvankovic/Codeep/releases ) .
88
9+ ## [ 1.3.40] — 2026-05-10
10+
11+ ### Fixed
12+ - ** Slash command autocomplete (` / ` ) sometimes empty in Zed** — Zed registers
13+ agent commands only when its ` thread_view ` is fully set up, which can lose
14+ to the race against the ` session/new ` response on slow machines or first
15+ cold-start. Codeep now re-emits ` available_commands_update ` at the start of
16+ every ` session/prompt ` turn as a belt-and-suspenders fallback, so the
17+ command list is guaranteed to be live by the time the user types their
18+ next prompt.
19+
20+ ### Added
21+ - ** ` CODEEP_ACP_DEBUG ` env var** for ACP debugging — when set (any non-empty
22+ value), Codeep mirrors every inbound and outbound JSON-RPC frame to stderr
23+ prefixed with ` [ACP←client] ` / ` [ACP→client] ` . Enable in Zed via the agent
24+ config ` env ` block; lines show up in ** Help → Open Log** . Useful for
25+ diagnosing client-specific format issues without affecting normal stdio
26+ protocol traffic.
27+
928## [ 1.3.39] — 2026-05-06
1029
1130### Added
You can’t perform that action at this time.
0 commit comments