🚀 CodeBuddy Code v2.112.0 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.112.0 |
| Agent SDK JS | v0.3.192 |
| Agent SDK Python | v0.3.191 |
✨ New Features
Enterprise Network PAC Auto Proxy Support
When an enterprise network uses a PAC (Proxy Auto-Config) script that dynamically decides whether to use a proxy or direct connection based on the access address, CodeBuddy Code can now automatically select the correct network path based on the target URL, reducing the failure rate of authentication, resource fetching, and network requests within enterprise intranets.
- Supports recognizing per-URL proxy rules in PAC scripts
- When integrating desktop proxy capabilities, it can determine
DIRECTorPROXYin real time per request target address - In standalone CLI / headless scenarios without PAC support, the original proxy detection behavior is preserved
🔧 Improvements
- HTTP Proxy Resolution: HTTP requests now resolve proxies on a per-request basis based on the target URL, more closely matching browser behavior in complex proxy environments
🐛 Bug Fixes
- Message Queue: Fixed the issue where consecutively sending multiple queued messages in queue mode could occasionally merge them into a single reply, ensuring each message is processed independently in order
- Shortcut Key Matching: Fixed the issue where combo keys such as
shift+tabcould not be triggered in some terminal environments missing thesupermodifier field