Skip to content

🚀 CodeBuddy Code v2.63.0 Release

✨ New Features

Disable TLS Verification

Support disabling TLS certificate verification for HTTPS requests via a product feature toggle. This is designed for private deployment environments using self-signed certificates or internal CA certificates, allowing connections without additional system certificate configuration.

🔧 Improvements

  • Plugin Marketplace Tracking: Added tracking events for plugin marketplace operations, supporting actions such as marketplace add/remove/refresh, plugin install/uninstall/enable/disable, to help optimize the plugin ecosystem experience
  • Centrifugo Connection Strategy: Disabled Centrifugo auto-connection in favor of on-demand manual startup, reducing unnecessary network overhead
  • Configuration Panel Cleanup: Removed deprecated Wecom configuration items from the /config panel for a cleaner interface

🐛 Bug Fixes

  • Auto-Retry Race Condition Fix: Fixed an issue where the agent_end event was emitted prematurely during network error auto-retry, causing the parent task to incorrectly determine that the sub-agent had failed
  • Timeout Duration Optimization: Increased streaming timeout and first-token timeout from 60 seconds to 120 seconds, reducing false disconnections in weak network environments
  • Context Compression Stability: Fixed an issue where abort signal cascading during compression caused the session to freeze, improving reliability in long conversation scenarios