Skip to content

Commit 4c60198

Browse files
Release v3.58.0 (#488)
* chore: prepare v3.58.0 release * chore: translate v3.58.0 release notes to all supported locales * fix: address CodeRabbit feedback on v3.58.0 release PR --------- Co-authored-by: James Mtendamema <59908268+JamesRobert20@users.noreply.github.com>
1 parent 98dfb31 commit 4c60198

40 files changed

Lines changed: 319 additions & 253 deletions

.roo/commands/release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ mode: code
5858
- Ask the user what three areas should be highlighted.
5959
- 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`.
6060
- 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.
6263
6364
8. Create the release branch:
6465

CHANGELOG.md

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

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)
28+
329
## 3.56.0
430

531
### Minor Changes

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,19 @@
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.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
66-
- Six security dependency updates (diff, i18next-http-backend, fast-xml-parser, simple-git, uuid, turbo)
56+
## What's New in v3.58.0
57+
58+
- **Zoo Gateway** — connect through a managed gateway with multi-profile auth support
59+
- **Gemini 3.5 Flash** — a fast, capable Google model now available from your provider settings
60+
- **Semble embedding** — index your codebase locally with on-the-fly embeddings, no external API key required
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
6769

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

9294
---
9395

locales/ca/README.md

Lines changed: 13 additions & 11 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: 13 additions & 11 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: 13 additions & 11 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: 13 additions & 11 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: 13 additions & 11 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: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)