This release adds 1 notable feature for engineering teams evaluating rollout.
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 command autocomplete sometimes being empty and added CODEEP_ACP_DEBUG env var for JSON‑RPC logging.
Full changelog
Fixed
- Slash command autocomplete (
/) sometimes empty in Zed — Zed registers
agent commands only when itsthread_viewis fully set up, which can lose
to the race against thesession/newresponse on slow machines or first
cold-start. Codeep now re-emitsavailable_commands_updateat the start of
everysession/promptturn as a belt-and-suspenders fallback, so the
command list is guaranteed to be live by the time the user types their
next prompt.
Added
CODEEP_ACP_DEBUGenv var for ACP debugging — when set (any non-empty
value), Codeep mirrors every inbound and outbound JSON-RPC frame to stderr
prefixed with[ACP←client]/[ACP→client]. Enable in Zed via the agent
configenvblock; lines show up in Help → Open Log. Useful for
diagnosing client-specific format issues without affecting normal stdio
protocol traffic.
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]