🚀 CodeBuddy Code v2.118.2 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.118.2 |
| Agent SDK JS | v0.3.206 |
| Agent SDK Python | v0.3.205 |
🐛 Bug Fixes
- reasoning-only response crash: Fixed an issue where reasoning models returning only thinking content (without regular text, tool calls, or other normal responses) caused the SDK to generate an empty assistant message, leading the session to crash with
Cannot read properties of undefined (reading 'type'). Such responses are now handled correctly, and sessions no longer crash.