This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates What's new in 1.2.32, https://zed.dev, and ACP across a mixed release.
Full changelog
Zed Editor Integration (ACP)
Codeep is now available as a native AI agent inside Zed via the Agent Client Protocol (ACP).
Setup
1. Install Codeep
```bash
npm install -g codeep
```
2. Add to Zed settings (`Cmd+,` → open `settings.json`)
```json
"agent_servers": {
"Codeep": {
"type": "custom",
"command": "codeep",
"args": ["acp"]
}
}
```
3. Open the Zed Agent panel and start chatting. Use `/help` to see all available slash commands.
What's new in 1.2.32
- `agent_thought_chunk` — thinking text is now sent as a separate thought update (not chat text)
- `tool_call` session/update notifications — Zed can display live tool activity (read/edit/delete/search/execute/fetch) with file locations
- Removed `Iteration X/100` from chat output (internal detail)
ACP features added since 1.2.26
- 30+ slash commands available in Zed autocomplete (`/commit`, `/diff`, `/scan`, `/review`, `/skills`, …)
- Workspace init on session start — creates `.codeep` folder, loads or creates session
- Session preview on load — shows last 6 messages
- `file/edit` notifications for structured file change tracking in Zed
- Skills execution (headless, streaming output to Zed chat)
- `/add` and `/drop` file context management
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]