🚀 CodeBuddy Code v2.106.6 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.106.6 |
| Agent SDK JS | v0.3.180 |
| Agent SDK Python | v0.3.179 |
🐛 Bug Fixes
- Command execution compatibility: Fixed an issue where command execution failed in non-POSIX login shells such as fish. Now automatically falls back to a compatible shell for command execution, avoiding direct errors caused by shell syntax incompatibility.
- Custom model tool call stability: Fixed an issue where tool calls failed when some models repeatedly sent tool call IDs in streaming responses, improving tool call pipeline stability.
- Background task output reading: Task output files are now written to temporary directories isolated by user and working directory, avoiding directory permission conflicts in shared environments that affected background task result reading.