Skip to content

Commit abe85a3

Browse files
committed
Merge remote-tracking branch 'origin/roomote/repro-204-zoocode-e2e' into roomote/repro-204-zoocode-e2e-followup
2 parents 430d19c + 8a98d56 commit abe85a3

542 files changed

Lines changed: 5940 additions & 45444 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"zoo-code": patch
3+
---
4+
5+
Terminate the running command when a task is cancelled or torn down (#245). Pressing cancel (✕) now aborts the underlying terminal process instead of leaving it running while the terminal stays stuck "busy" until a manual kill.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"zoo-code": patch
3+
---
4+
5+
Detect when the "Google Cloud Credentials" Vertex field has been given a filesystem path instead of the raw JSON contents of a service-account key file. The runtime now skips JSON.parse for path-shaped input, logs a single specific console warning naming the sibling "Google Cloud Key File Path" field and `GOOGLE_APPLICATION_CREDENTIALS` env var, and the settings UI shows an inline warning under the field while the input still looks like a path. Auth behavior is unchanged for correctly-configured users.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ body:
6464
attributes:
6565
value: |
6666
---
67-
Optional (for contributors): You can stop here if you're just proposing the improvement.
67+
Optional: You can stop here if you're just proposing the improvement.
6868
6969
- type: textarea
7070
id: acceptance-criteria

.github/workflows/evals.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/update-contributors.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/website-deploy.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/website-preview.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

.roo/commands/release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ mode: code
2424

2525
4. Summarize the changes. If the user did not specify a release type, ask whether this should be a major, minor, or patch release.
2626

27+
- Before choosing the target release version, treat the nightly pre-release lane as separate from the stable lane.
28+
- Zoo Code nightlies should stay on `major.ODD_NUMBER.patch` and use a large patch number for CI-generated pre-releases.
29+
- Stable releases should stay on `major.EVEN_NUMBER.patch`.
30+
- When preparing a stable release after an odd-minor pre-release line, advance to the next even minor instead of reusing the odd-minor pre-release lane.
31+
2732
5. Review and update the Marketplace-facing root `README.md`.
2833

2934
- Treat root `README.md` as the source of truth for Marketplace content.

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

0 commit comments

Comments
 (0)