Skip to content

Commit 3b00474

Browse files
feat: add debugging env var and fix slash command autocomplete in Zed
1 parent 9c49d90 commit 3b00474

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ Versioning: [Semantic Versioning](https://semver.org/).
66

77
For 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

0 commit comments

Comments
 (0)