🚀 CodeBuddy Code v2.112.1 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.112.1 |
| Agent SDK JS | v0.3.193 |
| Agent SDK Python | v0.3.192 |
🐛 Bug Fixes
More Accurate @ File Suggestions
Fixed the issue where @ file suggestions included build artifacts ignored by .gitignore, as well as internal files of version control systems such as .svn / .hg. File candidates now prioritize files actually tracked by version control and proactively filter out version control internal directories, reducing noise from irrelevant files.
@ Repeated Character Query Recovery
Fixed the issue where repeated-character queries like @aa / @aaa could not match. File suggestions now use ordered subsequence matching, better matching the expected experience during continuous typing.
iOA Personal Account Request Header Fix
Fixed the issue where personal accounts in iOA environments could incorrectly carry a default enterprise ID, avoiding quota interception as a result and improving the usability of personal accounts in enterprise network environments.
Web UI File Preview Fix
Fixed the issue where image and PDF files could not be opened in the Web UI editor view, preventing preview failures caused by missing required request headers.
Tool Call Recovery Enhancement
Fixed the issue where a task was interrupted when the model output a tool call as plain text in long contexts. The system now automatically reminds the model to retry via the real tool channel, making it easier for tasks to continue to completion.