Skip to content

Commit 6705e67

Browse files
authored
chore: prepare v3.64.0 release (#729)
1 parent 34898d2 commit 6705e67

39 files changed

Lines changed: 158 additions & 136 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.64.0]
4+
5+
### Minor Changes
6+
7+
- Add Rules Management UI — new Rules tab in Settings to create, delete, and open global and workspace Zoo rules (#660 by @ivanarifin, PR #657 by @ivanarifin)
8+
- Add completion change review actions — "See New Changes" and "Restore Changes" buttons after task completion let you inspect and undo changes from the latest prompt (#661 by @ivanarifin, PR #633 by @ivanarifin)
9+
- Add kimi-k2p7-code model on Fireworks provider (PR #599 by @p12tic)
10+
- feat: add abort signal core plumbing — threads AbortSignal through the API metadata layer for future provider-level cancellation (#434 by @easonLiangWorldedtech, PR #674 by @easonLiangWorldedtech)
11+
- feat: add TaskSemaphore utility for parallel task coordination (#362 by @edelauna, PR #675 by @edelauna)
12+
- feat(experiments): register PARALLEL_TOOL_EXECUTION feature flag (internal-only) (#363 by @edelauna, PR #678 by @edelauna)
13+
- Add Roo Code history import to the About page (PR #141 by @roomote)
14+
- Fix: configurable relaxed diff thresholds and diagnostics reduce "edit unsuccessful" errors (#452 by @DannyVarodBlueVine, PR #470 by @nigeldelviero)
15+
- Fix: auto-closing edited files is now opt-in — the setting defaults to off (#719 by @edelauna, PR #720 by @edelauna)
16+
- Fix(diff-view): make auto-closing edited files opt-in, fixing setting that could not be unchecked (#667 by @navedmerchant, PR #668 by @navedmerchant)
17+
- Fix(delegation): serialize delegateParentAndOpenChild with atomicReadAndUpdate to prevent race conditions (#364 by @edelauna, #365 by @edelauna, PR #691 by @edelauna)
18+
- Fix(ask_followup_question): report non-array follow_up suggestions as a type error (#511 by @nh2, PR #662 by @nh2)
19+
- Fix: parse Gemma 4 `<thought>` reasoning tags alongside `<think>` (#323 by @sagidM, PR #324 by @sagidM)
20+
- docs(prompt): enhance apply_diff tool instructions to improve Gemini model success rate (#611 by @awschmeder, PR #619 by @awschmeder)
21+
- chore(deps): update undici to v6.27.0 [security] (PR #659 by @renovate)
22+
- chore(deps): update @types/node, @vscode/test-cli, execa, axios (PR #669, #670, #671, #673 by @renovate)
23+
- test(mcp): fix McpHub Windows command wrapping test ordering (PR #632 by @HappyLiang12)
24+
- fix(McpHub): resolve flaky McpHub.spec.ts tests after Vitest 4 upgrade (PR #666 by @edelauna)
25+
326
## [3.62.0]
427

528
### Minor Changes

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,16 @@
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.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
56+
## What's New in v3.64.0
57+
58+
- **Rules Management UI** — a new Rules tab in Settings lets you create, delete, and open global and workspace Zoo rules directly from the editor
59+
- **Completion Change Review** — after a task completes, new "See New Changes" and "Restore Changes" buttons let you inspect and undo the changes from the latest prompt
60+
- **Relaxed Diff Thresholds** — configurable similarity thresholds reduce "edit unsuccessful" errors when applying diffs, with new diagnostics to help tune the settings
61+
- Add kimi-k2p7-code model on Fireworks provider
62+
- Fix: auto-closing edited files is now opt-in and defaults to off
63+
- Fix: delegation race condition in delegateParentAndOpenChild
64+
- Fix: parse Gemma 4 `<thought>` reasoning tags alongside `<think>`
65+
- Security update: undici v6.27.0
6766

6867
<details>
6968
<summary>🌐 Available languages</summary>
@@ -87,7 +86,7 @@ for this exact support, so if you are having problems or if you have question, j
8786
- [简体中文](locales/zh-CN/README.md)
8887
- [繁體中文](locales/zh-TW/README.md)
8988
- ...
90-
</details>
89+
</details>
9190

9291
---
9392

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)