Skip to content

Commit d63e7bd

Browse files
[Chore] Prepare v3.55.0 release (#259)
* chore: prepare v3.55.0 release * chore: genericize release announcement highlight keys * chore: remove v3.55.0 release artwork --------- Co-authored-by: Roomote <roomote@roocode.com>
1 parent 45b239c commit d63e7bd

41 files changed

Lines changed: 257 additions & 222 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ All notable changes to Zoo Code will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and Zoo Code uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 3.55.0
8+
9+
### Minor Changes
10+
11+
- Add Xiaomi MiMo as a first-class API provider (#80 by @capitanfeeder, PR #81 by @capitanfeeder)
12+
- Merge the Roo Code upstream sunset into Zoo Code and pull in related handoff updates (PR #123 by @edelauna)
13+
- Fix Gemini requests when users enable the full MCP tool set (PR #148 by @app/roomote)
14+
- Fix OpenAI requests by omitting temperature for models that do not support it (#215 by @marty-a11y, PR #233 by @proyectoauraorg)
15+
- Fix the MCP OAuth callback page garbled text after sign-in (#217 by @mabiuroot-art, PR #218 by @app/roomote)
16+
- Fix single-tilde Markdown so normal text no longer appears struck through (#154 by @slashedstar, PR #240 by @proyectoauraorg)
17+
- Add deterministic xAI provider end-to-end coverage (PR #149 by @app/roomote)
18+
- Update the default Z.AI model to GLM-4.7 (PR #90 by @bryce-hoehn)
19+
- Fix GLM models reserving too much output context by default (PR #160 by @app/roomote)
20+
- Fix the Vertex AI region dropdown so eu and us multi-region endpoints appear correctly (PR #170 by @app/roomote)
21+
- Fix the webview diagnostics temp file prefix (#193 by @proyectoauraorg, PR #226 by @proyectoauraorg)
22+
- Fix Shift+Enter sending chat messages when Ctrl/Cmd+Enter mode is enabled (PR #199 by @app/roomote)
23+
- Fix recursive `list_files` omitting nested files in temp workspaces (PR #91 by @app/roomote)
24+
- Fix the welcome screen (#162 by @navedmerchant, PR #163 by @navedmerchant)
25+
- Refactor core monolith helpers (PR #27 by @doctarock)
26+
- Unskip read-file tests (PR #53 by @edelauna)
27+
- Improve core coverage CI and merge queue readiness (PR #207 by @app/roomote)
28+
- Unskip the VS Code e2e replay for mutating tools (PR #92 by @app/roomote)
29+
- Unskip the VS Code e2e replay for `use_mcp_tool` (PR #93 by @app/roomote)
30+
- Reduce Renovate review noise (PR #144 by @app/roomote)
31+
- Let Renovate open grouped updates on the normal bot cadence (PR #167 by @app/roomote)
32+
- Add comprehensive unit tests for the MiMoHandler provider (PR #210 by @proyectoauraorg)
33+
- Add unit tests for the SwitchModeTool (PR #211 by @proyectoauraorg)
34+
- Update `yaml` to `2.8.3` for a security fix (PR #176 by @app/renovate)
35+
- Update `axios` to `1.15.2` for a security fix (PR #177 by @app/renovate)
36+
- Update `mammoth` to `1.11.0` for a security fix (PR #180 by @app/renovate)
37+
- Update `undici` to `6.24.0` for a security fix (PR #183 by @app/renovate)
38+
- Update `@ai-sdk/amazon-bedrock` to `4.0.107` (PR #55 by @app/renovate)
39+
- Update `@ai-sdk/baseten` to `1.0.50` (PR #56 by @app/renovate)
40+
741
## 3.54.1
842

943
### Patch Changes

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@
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.54.1
56+
## What's New in v3.55.0
5757

58-
**Initial Zoo Code release** — establishes Zoo Code as an independent extension
59-
on the VS Code Marketplace under `ZooCodeOrganization.zoo-code`, with
60-
pre-release builds published automatically on every merge to `main`.
58+
**Zoo Code's first feature release** builds on the marketplace handoff with a
59+
new provider, the upstream sunset merge, and a round of user-facing fixes
60+
across chat, provider settings, and rendering.
6161

62-
- Add GPT-5.5 support via the OpenAI Codex provider
63-
- Add Claude Opus 4.7 support on Vertex AI
64-
- Add previous checkpoint navigation controls in chat
65-
- DeepSeek V4 support with dynamic model fetching
66-
- MCP OAuth client support
62+
- Add Xiaomi MiMo as a first-class API provider
63+
- Pull in the upstream Roo Code sunset merge and related platform updates
64+
- Fix MCP sign-in copy, Gemini full-tool requests, and OpenAI temperature
65+
handling for unsupported models
66+
- Fix Markdown single-tilde rendering and diagnostics temp-file naming
67+
- Improve provider defaults and region coverage for Z.AI, GLM, and Vertex AI
6768

6869
<details>
6970
<summary>🌐 Available languages</summary>
@@ -87,7 +88,7 @@ pre-release builds published automatically on every merge to `main`.
8788
- [简体中文](locales/zh-CN/README.md)
8889
- [繁體中文](locales/zh-TW/README.md)
8990
- ...
90-
</details>
91+
</details>
9192

9293
---
9394

locales/ca/README.md

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

0 commit comments

Comments
 (0)