Skip to content

Commit 7384846

Browse files
committed
chore: prepare v3.55.1 release
1 parent 3e07e4c commit 7384846

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

CHANGELOG.md

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

3+
## 3.55.1
4+
5+
### Patch Changes
6+
7+
- ![3.55.1 Release - VS Code 1.122 ripgrep hotfix](/releases/3.55.1-release.png)
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+
310
All notable changes to Zoo Code will be documented in this file.
411

512
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).

README.md

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

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`.
6160

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
6863

6964
<details>
7065
<summary>🌐 Available languages</summary>
@@ -88,7 +83,7 @@ across chat, provider settings, and rendering.
8883
- [简体中文](locales/zh-CN/README.md)
8984
- [繁體中文](locales/zh-TW/README.md)
9085
- ...
91-
</details>
86+
</details>
9287

9388
---
9489

releases/3.55.1-release.png

860 KB
Loading

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "ZooCodeOrganization",
6-
"version": "3.55.0",
6+
"version": "3.55.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)