Skip to content

🚀 CodeBuddy Code v2.61.3 Release

🔧 Improvements

  • Improved Startup Stability: Fixed startup failures caused by authentication initialization timeout and asynchronous initialization of the remote control service during CLI startup, improving cold start success rate
  • Moonshot Model Compatibility: Optimized tool message content parsing logic to prevent plain string arrays (such as file path lists) from being incorrectly converted to content blocks, improving tool call stability for Moonshot models
  • Plugin Update Mechanism Optimization: Switched to a fetch + reset strategy instead of pull, resolving plugin update failures when the local and remote branches of the plugin Git repository diverge
  • SDK Interaction Fix: Fixed an issue where interactive tools (such as AskUserQuestion) were unexpectedly disabled in SDK mode, while ensuring interactive tools are properly disabled in Print mode
  • Web Search Upgrade: Migrated to the new search API with optimized response parsing and error handling

🐛 Bug Fixes

  • Third-Party API Connection Fix: Fixed an issue where the Authorization header was incorrectly removed when connecting to third-party APIs using CODEBUDDY_SKIP_INTERNAL_HEADERS mode, causing 401 errors. Also filters x-stainless-* headers to avoid 400 errors