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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Zoo Code Changelog
2
2
3
+
## 3.55.1
4
+
5
+
### Patch Changes
6
+
7
+
-
8
+
- Fix API requests hanging indefinitely on VS Code 1.122.0+ when Zoo Code could not find the bundled ripgrep binary after the `@vscode/ripgrep-universal` rename (#381 by @greatgradz-svg, PR #248 by @0xMink).
9
+
3
10
All notable changes to Zoo Code will be documented in this file.
4
11
5
12
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).
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,18 +53,13 @@
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.55.0
56
+
## What's New in v3.55.1
57
57
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.
58
+
**This hotfix release** restores prompt execution on newer VS Code builds that
59
+
ship ripgrep under `@vscode/ripgrep-universal`.
61
60
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
61
+
- Fix API requests hanging indefinitely on VS Code 1.122.0+ after the ripgrep
62
+
package rename
68
63
69
64
<details>
70
65
<summary>🌐 Available languages</summary>
@@ -88,7 +83,7 @@ across chat, provider settings, and rendering.
0 commit comments