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
Copy file name to clipboardExpand all lines: .roo/commands/release.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ mode: code
58
58
- Ask the user what three areas should be highlighted.
59
59
- Update relevant announcement files and documentation, including `webview-ui/src/components/chat/Announcement.tsx`, `README.md`, and the `latestAnnouncementId`in`src/core/webview/ClineProvider.ts`.
60
60
- Ask the user to confirm the English announcement before proceeding.
61
-
- Arrange translation updates for all supported locales affected by README, announcement, or package localization changes.
61
+
- Arrange translation updates for all supported locales affected by README, announcement, or package localization changes. Use the `/roo-translate` skill to propagate the updated `chat.json` announcement highlight keys and the "What's New" section to all supported locales.
62
+
- All 17 locale READMEs should contain a translated "What's New" section. Check each one and add a translated section where missing.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Zoo Code Changelog
2
2
3
+
## 3.58.0
4
+
5
+
### Minor Changes
6
+
7
+
- Add Zoo Gateway provider with auth callback and multi-profile token sync (PR #344 by @JamesRobert20, PR #345 by @JamesRobert20, PR #347 by @JamesRobert20)
8
+
- Add Gemini 3.5 Flash support (PR #331 by @jeanbispo)
9
+
- Add Semble as a local on-the-fly embedding provider for code indexing (PR #399 by @navedmerchant)
10
+
- Remove extension-side LLM telemetry; server logs only through gateway (PR #346 by @JamesRobert20)
11
+
- Add VS Code integrated terminal shell override (PR #277 by @proyectoauraorg)
12
+
- Add configurable chat font size (#157 by @duvw, PR #276 by @proyectoauraorg)
13
+
- Render GitHub-style alerts in the webview (#258 by @melck, PR #275 by @proyectoauraorg)
14
+
- Add configurable max output tokens for GLM models (#161 by @app/roomote, PR #274 by @proyectoauraorg)
15
+
- Introduce WorkspacePathResolver for async symlink-aware path canonicalization (#389 by @edelauna, PR #428 by @proyectoauraorg)
16
+
- Better secure release workflows and GitHub Actions (PR #482 by @edelauna)
17
+
- Fix React crash from malformed follow-up suggestion mode (PR #414 by @edelauna)
18
+
- Fix OpenAI temperature omitted when no custom value is set (#242 by @brunocasado, PR #247 by @proyectoauraorg)
19
+
- Handle per-key failures during settings import (PR #401 by @taltas)
20
+
- Add comprehensive test coverage for ReadFileTool (PR #222 by @proyectoauraorg)
21
+
- Unskip VS Code e2e replay for subtasks (PR #94 by @app/roomote)
22
+
- Fix e2e cache: replace paths filter with content-hash cache skip (PR #268 by @app/roomote)
23
+
- Remove deprecated requestRooCreditBalance handler (PR #385 by @JamesRobert20)
24
+
- Update mermaid to v11.15.0 for a security fix (PR #235 by @app/renovate)
25
+
- Update axios to v1.16.0 for a security fix (PR #400 by @app/renovate)
26
+
- Pin dependencies (PR #353 by @app/renovate)
27
+
- Remove unused tmp dependency and other unused packages (PR #341 by @app/renovate)
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,19 @@
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.56.0
57
-
58
-
-**Claude Opus 4.8** support across Anthropic, Bedrock, and Vertex providers
59
-
-**Opencode Go** added as a new first-class API provider
60
-
-**Reliable task cancellation** — cancelling a task now terminates the running process, with automatic Ctrl+C retry for stubborn processes
61
-
- Fix Gemini custom model IDs being ignored and falling back to the default
62
-
- Fix truncated Grok diffs caused by missing diff markers
63
-
- Fix PowerShell detection on Windows when no shell profile is configured
64
-
- Fix VS Code code actions still showing Roo Code branding; localized into all supported languages
65
-
- Fix Vertex AI warning when the Google Cloud Credentials field receives a file path
0 commit comments