Skip to content

🚀 CodeBuddy Code v2.114.3 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.114.3
Agent SDK JSv0.3.198
Agent SDK Pythonv0.3.197

🔧 Improvements

  • PWA Icon Optimization: Updated Web UI logo and optimized PWA icon configuration, splitting any/maskable purposes for better mobile installation experience
  • Windows Sandbox Write Rule Adjustment: Changed Windows allowWrite explicit rules from pinned_allow to inherit_user, aligning sandbox write permissions with user configuration
  • Sidebar State Persistence: Sidebar expand/collapse state persists via backend storage, automatically restored when PWA reopens
  • Sub-agent Interaction Enhancement: User messages now display in sub-agent timeline for better multi-turn interaction context; event race conditions handled with message buffering when tool_call has not yet arrived
  • View State Restoration: mainView persisted to backend, restoring previous view after page refresh (URL hash takes priority)
  • Debug Request Logging: CODEBUDDY_DEBUG_REQUEST now correctly displays decompressed request plaintext for easier debugging of tool/system prompt content

🐛 Bug Fixes

  • MCP Tool Numeric Parameter Validation: Fixed MCP connector tools failing with "must be number" validation error when the model passes numeric parameters as strings; auto-coercion now restores normal operation for iWiki, Gongfeng, TAPD and other connectors
  • Prewarm Session Project MCP: Fixed project-level MCP servers from .mcp.json not loading after prewarm process wakes and switches working directory
  • Background Task Waiting: Fixed potential polling loop when waiting for background tasks — block=true requests now properly suspend until task completion instead of immediately returning "still running"
  • Streaming Reasoning Content: Fixed some models duplicating accumulated reasoning fragments during streaming responses
  • File Download Security: File content API now enforces Content-Disposition: attachment to prevent browser inline rendering XSS
  • ActivityBar Sidebar Toggle: Replaced settings button with sidebar panel toggle button for more intuitive operation