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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Zoo Code Changelog

## [3.62.0]

### Minor Changes

- Add GLM-5.2 support — the latest GLM model is now available in your provider settings (#597 by @percy4, PR #608 by @MobCode100)
- Add OpenCode-Go native model parameters, Anthropic-format routing, and context-token fix for more reliable responses (#646 by @ykoneee, PR #652 by @navedmerchant)
- Add tool-writer mode to the Marketplace — a new specialized mode for writing and maintaining tool definitions (#603 by @RayCarro, PR #604 by @RayCarro)
- Add LiteLLM support for forwarding taskId as X-Zoo-Session-ID request header for better request tracing (#590 by @awschmeder, PR #591 by @awschmeder)
- Fix: Apply apiRequestTimeout consistently across all providers (#565 by @daewoongoh, PR #567 by @daewoongoh)
- Fix: Restore diff view scroll position and fix tab handling on save/deny (#586 by @awschmeder, PR #589 by @awschmeder)
- Fix: Deliver terminal completion signal when end event wins the race against setActiveStream (#489 by @drzraf, #622 by @onlineapps-cloud, PR #645 by @edelauna)
- Fix: Fetch OpenCode-Go models unconditionally — the /models endpoint is public (PR #437 by @proyectoauraorg)
- Refactor: Extract RateLimitClock from Task static state for cleaner rate-limit handling (#361 by @edelauna, PR #628 by @edelauna)
- Refactor: Use extractReasoningFromDelta helper for reasoning extraction across providers (PR #588 by @daewoongoh)
- Fix: Automate PR review-state and stale labels in GitHub Actions (PR #636 by @edelauna)
- Re-enable the prefer-const ESLint rule (PR #250 by @0xMink)
- Add stale PR workflows and auto-closure policy (PR #631 by @edelauna)
- Update dependency vitest to v4 [security] (PR #443 by @app/renovate)
- Update dependency shell-quote to v1.8.4 [security] (PR #554 by @app/renovate)
- Update dependency esbuild to v0.28.1 [security] (PR #595 by @app/renovate)
- Update dependency vite to v8.0.16 [security] (PR #642 by @app/renovate)
- Update GitHub Actions (PR #521 by @app/renovate)

## [3.60.0]

### Minor Changes
Expand Down
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,17 @@
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.60.0

- **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
- **WorkspacePathResolver** — reliable path handling across symlinked workspaces
- Fix React crash from malformed follow-up suggestion mode
- Fix OpenAI temperature being omitted when no custom value is set
- Handle per-key failures during settings import
- Security updates: mermaid v11.15.0, axios v1.16.0
## What's New in v3.62.0

- **GLM-5.2 support** — the latest GLM model is now available in your provider settings
- **OpenCode-Go improvements** — native model parameters, Anthropic-format routing, and a context-token fix for more reliable responses
- **Tool-writer mode** — a new specialized mode for writing and maintaining tool definitions, now available in the Marketplace
- **LiteLLM session header** — forward taskId as X-Zoo-Session-ID request header for better request tracing
- Fix apiRequestTimeout applied consistently across all providers
- Fix diff view scroll position and tab handling on save/deny
- Fix terminal completion signal delivery when end event wins the race
- Refactor RateLimitClock out of Task static state for cleaner rate-limit handling
- Security updates: vitest v4, shell-quote v1.8.4, esbuild v0.28.1, vite v8.0.16

<details>
<summary>🌐 Available languages</summary>
Expand All @@ -89,7 +87,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
8 changes: 4 additions & 4 deletions locales/ca/README.md

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

8 changes: 4 additions & 4 deletions locales/ko/README.md

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

8 changes: 4 additions & 4 deletions locales/nl/README.md

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

8 changes: 4 additions & 4 deletions locales/pl/README.md

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

Loading
Loading