You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the `apply_diff` tool description and parameter instructions to recommend `:start_line:` with exact syntax and emphasize copy-paste exact matching requirements, improving success rates for Gemini Flash and other smaller/faster models.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Zoo Code Changelog
2
2
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)
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,16 @@
53
53
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)
54
54
for this exact support, so if you are having problems or if you have question, jump on and ask.
55
55
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
-**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
0 commit comments