Skip to content

Commit 40660f1

Browse files
committed
chore: prepare v3.62.0 release
1 parent 8c3ae1e commit 40660f1

39 files changed

Lines changed: 159 additions & 138 deletions

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Zoo Code Changelog
22

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

528
### Minor Changes

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,17 @@
5353
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)
5454
for this exact support, so if you are having problems or if you have question, jump on and ask.
5555

56-
## What's New in v3.60.0
57-
58-
- **Fable 5 + GPT-5.5** — Claude Fable 5 (Anthropic, Bedrock, Vertex) and OpenAI GPT-5.5 are now available in your provider settings
59-
- **Per-mode MCP allowlists** — restrict which MCP servers are active for each mode using a new allowlist in your mode configuration
60-
- **Workspace rootResolution** — new setting to control how Zoo Code resolves file paths across roots in multi-root workspaces
61-
- **Configurable chat font size** and **VS Code integrated terminal shell override**
62-
- **GitHub-style alerts** rendered in the webview
63-
- **Configurable max output tokens** for GLM models
64-
- **WorkspacePathResolver** — reliable path handling across symlinked workspaces
65-
- Fix React crash from malformed follow-up suggestion mode
66-
- Fix OpenAI temperature being omitted when no custom value is set
67-
- Handle per-key failures during settings import
68-
- Security updates: mermaid v11.15.0, axios v1.16.0
56+
## What's New in v3.62.0
57+
58+
- **GLM-5.2 support** — the latest GLM model is now available in your provider settings
59+
- **OpenCode-Go improvements** — native model parameters, Anthropic-format routing, and a context-token fix for more reliable responses
60+
- **Tool-writer mode** — a new specialized mode for writing and maintaining tool definitions, now available in the Marketplace
61+
- **LiteLLM session header** — forward taskId as X-Zoo-Session-ID request header for better request tracing
62+
- Fix apiRequestTimeout applied consistently across all providers
63+
- Fix diff view scroll position and tab handling on save/deny
64+
- Fix terminal completion signal delivery when end event wins the race
65+
- Refactor RateLimitClock out of Task static state for cleaner rate-limit handling
66+
- Security updates: vitest v4, shell-quote v1.8.4, esbuild v0.28.1, vite v8.0.16
6967

7068
<details>
7169
<summary>🌐 Available languages</summary>
@@ -89,7 +87,7 @@ for this exact support, so if you are having problems or if you have question, j
8987
- [简体中文](locales/zh-CN/README.md)
9088
- [繁體中文](locales/zh-TW/README.md)
9189
- ...
92-
</details>
90+
</details>
9391

9492
---
9593

locales/ca/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/es/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/fr/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/hi/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/id/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/it/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/ja/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)