Skip to content

Commit 78809e9

Browse files
CodeKingKilo
andcommitted
docs: add v3.64.24 release notes
Co-authored-by: Kilo <kilo@kilocode.com>
1 parent be37495 commit 78809e9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

RELEASE_NOTES_v3.64.24.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Zoo Code v3.64.24
2+
3+
## Tool-Call Pipeline Fixes (MiMo / OpenAI-Compatible Gateways)
4+
5+
- **Parameter serialization**: Fixed `[object Object]` leaks when models emit objects for string params (read_spec, write_spec, delete_spec, web_research, list_mcp_config, search_files, codebase_search, generate_image)
6+
- **Shell selection**: `execute_command` now prefers PowerShell over cmd.exe on Windows
7+
- **Browser tools**: `click_browser_by_text` no longer shows false "context destroyed" errors after navigation
8+
- **UI cleanup**: Malformed/garbled tool-call markup fragments are stripped from chat display — users never see raw broken XML
9+
- **Duplicate messages**: Fixed "Zoo said" text appearing twice when model emits prose + XML tool markup
10+
- **generate_image**: `"None"` sentinel treated as null for optional image parameter
11+
12+
## Infrastructure
13+
14+
- MiMo now routes tools through `convertToolsForOpenAI` (gateway-safe `strict: false`)
15+
- Nullable union types stripped from schemas for gateway compatibility
16+
- `playwright-core` correctly bundled in .vsix
17+
18+
All tools verified working on both Xiaomi built-in and OpenAI Compatible providers.

0 commit comments

Comments
 (0)