This release fixes issues for SREs watching stability and regressions.
Published 25d
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
ai-agent
ai-agents
ai-tools
cli-app
Summary
AI summaryFixed slash commands appearing as "none" in Zed due to a race condition.
Full changelog
Fixed
- Slash commands (
/) still showed "Available commands: none" in Zed
after v1.3.40. The earlier patch (removing the spec-extension
session_info_updatenotification and re-emitting commands on every
prompt) was insufficient — the actual root cause is a race in Zed:
it processesAvailableCommandsUpdatedevents synchronously and silently
drops them if the session'sthread_viewisn't registered yet. Codeep
was sending the notification ~1 ms after thesession/newresponse —
well inside Zed's setup window — so the agent's command list never
reached the slash autocomplete and/helpwas rejected as unsupported.
Confirmed by reading Zed source (crates/agent_ui+crates/agent)
and reproduced via the newCODEEP_ACP_DEBUGlog. Codeep now sends
available_commands_updatewith a configurable delay (200 ms by
default, override viaCODEEP_ACP_COMMANDS_DELAY_MS) onsession/new,
session/load, andsession/resume— well outside the race window.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Codeep
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]