Skip to content

Commit 0978d72

Browse files
committed
chore: prepare v3.70.0 release
1 parent 367013f commit 0978d72

39 files changed

Lines changed: 645 additions & 331 deletions

CHANGELOG.md

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

3+
## [3.70.0]
4+
5+
### Minor Changes
6+
7+
- Add Kenari as a first-class provider, an Indonesian OpenAI-compatible AI gateway billed in Rupiah covering Claude, GPT, DeepSeek, GLM, Kimi and more (#792 by @doedja, PR #793 by @doedja)
8+
- Add OpenAI GPT-5.6 family support (sol, terra, luna) across both OpenAI Codex and OpenAI Native provider paths (#871 by @xRaTcHeT302, PR #876 by @navedmerchant)
9+
- Add Grok 4.5 support and fix a latent xAI reasoning-effort format bug affecting Grok 4 Mini (#866 by @navedmerchant, PR #867 by @navedmerchant)
10+
- Surface the context-compaction button and context window progress bar in the collapsed task header so context pressure can be monitored and acted on without expanding it (#606 by @awschmeder, PR #680 by @awschmeder)
11+
- Fix(terminal): fix output loss and premature task completion on cold terminals by reading command output only after shell execution actually starts (#800 by @juneleung, PR #834 by @edelauna)
12+
- Fix(zoo-gateway): enable image attach for Zoo Gateway and Vercel AI Gateway models based on live vision-capability tags instead of a static allowlist (PR #897 by @JamesRobert20)
13+
- Chore(deps): routine dependency updates (PRs #807-#828 by @app/renovate)
14+
315
## [3.68.0]
416

517
### Minor Changes

README.md

Lines changed: 31 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,17 @@
1616
1717
## We are Zoo Code
1818

19-
> You may have seen the
20-
> [recent announcement](https://x.com/mattrubens/status/2046636598859559114)
21-
> from the Roo team 🦘🦘🦘. The TLDR is the team is winding down active Roo
22-
> Code development as they focus on [Roomote](https://roomote.dev/). That news
23-
> was difficult for many Roo users, this plugin means a lot to this community.
19+
> Zoo Code continues development of this project after the Roo team wound down
20+
> active Roo Code work to focus on [Roomote](https://roomote.dev/). Thank you
21+
> to the Roo team for everything they built.
2422
>
25-
> We want to thank the entire Roo team for the work they put into this plugin.
26-
> We won't call out each person by name here, but we can all agree they are
27-
> exceptional developers and, just as importantly, incredible people. Thank you
28-
> to the Roo team.
29-
>
30-
> As Roo coders, we come in all kinds of shapes and sizes. Some of us are using
31-
> it professionally in our day-to-day work, some are using it to tinker and
32-
> scheme unimaginably complicated workflows. Some are using it to improve Roo
33-
> itself while others are using it to improve the very models that Roo is using
34-
> (super meta). The point we are making is that the community is
35-
> diverse, and although a kangaroo 🦘🦘🦘 is a distinguished and noble animal,
36-
> we felt a "Zoo" 🐘🦡🦒🦓🦛🦧🦭🦦 of different species better reflected this
37-
> diversity of the plugin's users.
38-
>
39-
> So we would like to announce that **Zoo Code** will continue development on
40-
> this important project. The core team is a group of developers who contributed
41-
> to Roo previously and care deeply about this plugin. We will continue to make
42-
> model updates, fix bugs, and release features. But more than anything, we plan
43-
> to listen to the community that made this plugin so special. Feel free to join
44-
> us on [Discord](https://discord.gg/VxfP4Vx3gX),
23+
> The core team is a group of developers who contributed to Roo previously and
24+
> care deeply about this plugin. We will continue to make model updates, fix
25+
> bugs, and release features, and we plan to listen closely to the community
26+
> that made this plugin so special. Join us on
27+
> [Discord](https://discord.gg/VxfP4Vx3gX),
4528
> [Reddit](https://www.reddit.com/r/ZooCode), or
46-
> [open a PR or issue](https://github.com/Zoo-Code-Org/Zoo-Code), and above all,
47-
> please stay involved, connected, and active as a community.
29+
> [open a PR or issue](https://github.com/Zoo-Code-Org/Zoo-Code).
4830
>
4931
> _-Zoo Code Team_
5032
@@ -53,15 +35,28 @@
5335
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)
5436
for this exact support, so if you are having problems or if you have question, jump on and ask.
5537

56-
## What's New in v3.68.0
38+
## Zoo Gateway is Live!
39+
40+
Zoo Gateway is a single endpoint for all providers, with one balance and a per-request spending/usage breakdown.
41+
42+
**Setup:**
43+
44+
1. [Add credits](https://www.zoocode.dev/dashboard/credits)
45+
2. Sign in from the extension
46+
3. In settings, select **Zoo Gateway** as the provider when creating profiles for different models
47+
48+
View usage and charges in the [dashboard](https://www.zoocode.dev/dashboard), and browse available [models](https://www.zoocode.dev/dashboard/models).
49+
50+
## What's New in v3.70.0
5751

58-
- **Friendli provider with GLM-5.2 support** — use the latest GLM model through Friendli.
59-
- **Native Ollama thinking/reasoning support** — preserve reasoning output end-to-end when you use Ollama models.
60-
- **Anthropic custom `apiModelId` fix** — custom Anthropic model IDs now stay selected instead of silently falling back to `claude-sonnet-4-5`.
61-
- Fix: Ollama provider tool result handling and premature context condensing.
62-
- Fix: preserve the parent-child task link when a delegated subtask is interrupted.
63-
- Improve Anthropic Vertex Claude content block handling for more reliable responses.
64-
- CI, nightly publishing, and dependency/tooling updates.
52+
- **Zoo Gateway is live** — a single endpoint for all providers, with one balance and per-request spending/usage breakdown. See [Zoo Gateway is Live!](#zoo-gateway-is-live) above for setup.
53+
- **OpenAI GPT-5.6 family**`sol`, `terra`, and `luna` are now available across both the OpenAI Codex and OpenAI Native provider paths.
54+
- **Grok 4.5 support** — xAI's new flagship model, plus a reasoning-effort format fix that also benefits Grok 4 Mini.
55+
- **Kenari provider support** — a first-class, OpenAI-compatible AI gateway billed in Rupiah covering Claude, GPT, DeepSeek, GLM, Kimi and more.
56+
- Surface the context-compaction button and context window progress bar in the collapsed task header.
57+
- Fix: terminal output loss and premature task completion on cold terminals.
58+
- Fix: image attach for Zoo Gateway and Vercel AI Gateway models now follows live vision-capability tags instead of a static allowlist.
59+
- Dependency and tooling updates.
6560

6661
<details>
6762
<summary>🌐 Available languages</summary>
@@ -85,7 +80,7 @@ for this exact support, so if you are having problems or if you have question, j
8580
- [简体中文](locales/zh-CN/README.md)
8681
- [繁體中文](locales/zh-TW/README.md)
8782
- ...
88-
</details>
83+
</details>
8984

9085
---
9186

locales/ca/README.md

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

0 commit comments

Comments
 (0)