Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Zoo Code Changelog

## [3.60.0]

### Minor Changes

- Add Claude Fable 5 support across Anthropic, Bedrock, and Vertex providers (PR #555 by @taltas)
- Add OpenAI GPT-5.5 support (PR #537 by @scream4ik)
- Add per-mode MCP server restrictions — configure an allowlist to restrict which MCP servers are active per mode (PR #453 by @simurg79)
- Add workspace `rootResolution` setting for controlling path resolution in multi-root workspaces (PR #538 by @simurg79)
- Add LiteLLM support for `reasoning_content` and `reasoning` fields in streaming responses (PR #449 by @daewoongoh)
- Add Show Ripgrep Diagnostic command for easier ripgrep troubleshooting (PR #281 by @0xMink)
- Redesign terminal profile settings UX — unified dropdown, consistent layout, and improved styling (#119 by @chenyuanrun, #321 by @F915, PR #533 by @F915)
- Fix chat window running out of memory when transcript grows large (PR #153 by @app/roomote)
- Fix relative symlinks in rules files not resolving correctly using realpath of parent directory (PR #442 by @p12tic)
- Fix command approval buttons not clearing when auto-executed (PR #480 by @awschmeder)
- Fix multi-line quoted command parsing, auto-approval behavior, and malformed-command error surfacing (PR #483 by @awschmeder)
- Fix `list-files` tool to validate directory exists before spawning ripgrep (#557 by @edelauna, PR #558 by @edelauna)
- Fix child tasks returning to parent when parent status is active in AttemptCompletionTool (PR #510 by @edelauna)
- Fix surface in-stream errors from Zoo and Vercel AI gateways (PR #569 by @JamesRobert20)
- Gate marketplace publish behind PR approval check (PR #516 by @edelauna)
- Stabilize flaky e2e provider suite ordering and zai requestCapture race (#512 by @edelauna, #514 by @edelauna, PR #45 by @app/roomote)
- Fix flaky e2e subtasks fixture collision and task identity prompt (#561, PR #563 by @simurg79)
- Add contributing guidelines: PR expectations and AI-assisted contribution policy (PR #562 by @edelauna)
- Configure knip and remove dead code (PR #225 by @app/roomote)
- Pin dependencies (PR #423 by @app/renovate)

## [3.58.1]

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
You can find a quick guide for migrating from Roo Code to Zoo Code in the [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/VxfP4Vx3gX)
for this exact support, so if you are having problems or if you have question, jump on and ask.

## What's New in v3.58.0
## What's New in v3.60.0

- **Zoo Gateway** — connect through a managed gateway with multi-profile auth support
- **Gemini 3.5 Flash** — a fast, capable Google model now available from your provider settings
- **Semble embedding** — index your codebase locally with on-the-fly embeddings, no external API key required
- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) and OpenAI GPT-5.5 are now available in your provider settings
- **Per-mode MCP allowlists** — restrict which MCP servers are active for each mode using a new allowlist in your mode configuration
- **Workspace rootResolution** — new setting to control how Zoo Code resolves file paths across roots in multi-root workspaces
- **Configurable chat font size** and **VS Code integrated terminal shell override**
- **GitHub-style alerts** rendered in the webview
- **Configurable max output tokens** for GLM models
Expand Down Expand Up @@ -89,7 +89,7 @@ for this exact support, so if you are having problems or if you have question, j
- [简体中文](locales/zh-CN/README.md)
- [繁體中文](locales/zh-TW/README.md)
- ...
</details>
</details>

---

Expand Down
18 changes: 4 additions & 14 deletions locales/ca/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 4 additions & 14 deletions locales/de/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 4 additions & 14 deletions locales/es/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 4 additions & 14 deletions locales/fr/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 4 additions & 14 deletions locales/hi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 4 additions & 14 deletions locales/id/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 4 additions & 14 deletions locales/it/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 4 additions & 14 deletions locales/ja/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading