Skip to content

🚀 CodeBuddy Code v2.66.1 Release

🔧 Improvements

  • Channel permission relay: Supports confirming tool permission requests via Channels (such as WeChat). Channels that declare permission relay capability no longer force auto-approval, instead forwarding confirmation requests to the user
  • WeChat permission confirmation: When tool execution requires permissions, a natural language confirmation request is sent via WeChat message, and the user can approve or reject by replying y/n
  • WeChat Q&A support: The AskUserQuestion tool can send question options via WeChat, and users can select answers by replying with a number or free text
  • WeChat plan confirmation: When ExitPlanMode is triggered, the plan summary is automatically read and presented to the user for confirmation via WeChat before execution begins

🐛 Bug Fixes

  • WeChat Channel reply tool: Fixed an intermittent issue where the reply tool could not be found, eliminating race conditions during the connection process
  • WeChat Q&A duplicate prompts: Fixed an issue where AskUserQuestion sent both a Q&A message and a permission confirmation message simultaneously
  • WeChat Q&A parameter parsing: Fixed an issue where Q&A parameters in JSON string format were not parsed correctly