This release includes 2 breaking changes for platform teams planning a safe upgrade.
Published 29d
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 summaryRemoved terminal: true from agentCapabilities; corrected ACP method name mismatch and dropped non‑standard parameter.
Full changelog
Added
promptCapabilities.embeddedContext— dragging a file into the Zed chat
(or pinning a code selection) now actually injects the file content into the
prompt. Previously theresource_link/resourceblocks were silently
dropped. 200 KB cap per resource with a visible truncation marker.session/resumeACP method — lightweight reconnect on panel reload.
The client keeps history locally and only re-wires the in-memory session
(modes + config), avoiding a full history replay. Advertised via
sessionCapabilities.resume.- Dashboard sync after every manual chat in the CLI — previously only
the agent-mode and graceful-shutdown paths reported tocodeep.dev, so
Agent Mode: OFF looked like it never synced.
Changed
- ACP boolean dropdown labels in the Zed agent settings panel now include
the action prefix (Confirm delete: ON,Confirm exec: ON,
Confirm write: ON) so the three toggles are distinguishable. Previously
Zed rendered all three identically asON.
Fixed
terminal/wait_for_exit— was calling the camelCaseterminal/waitForExit
variant; corrected to the spec snake_case name. Also dropped the non-standard
timeoutMsparameter.- Removed
terminal: truefromagentCapabilities—terminalis a
client capability per the ACP spec, not an agent capability. Codeep now
readsclientCapabilities.terminalfrom the initialize params and routes
execute_commandthrough the editor's terminal only when the client
supports it (falling back to local execution otherwise).
Breaking Changes
- Removed `terminal: true` from `agentCapabilities`; use `clientCapabilities.terminal` instead.
- Renamed ACP method `terminal/wait_for_exit` to spec‑compliant snake_case name; removed non‑standard `timeoutMs` parameter.
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]