Skip to content

Codeep

v1.2.32 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agent ai-agents ai-tools cli-app

Summary

AI summary

Updates 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

Track Codeep

Get notified when new releases ship.

Sign up free

About Codeep

All releases →

Related context

Earlier breaking changes

  • v2.4.1 MiniMax M3 replaces MiniMax-M2.7 as default model across all providers.
  • v2.0.0 McpServer protocol now optional fields `command`, `args`, plus new `url` and `headers`; version bumped to 2.0.0.

Beta — feedback welcome: [email protected]