Skip to content

🚀 CodeBuddy Code v2.63.1 Release

🐛 Bug Fixes

  • Malformed JSON Context Pollution Fix: Fixed an issue where retry prompt messages were not cleaned up in time when the AI model occasionally generated malformed tool call parameters. Previously, these prompt messages were repeatedly sent to the model in every subsequent conversation turn, causing context pollution and unnecessary token consumption. After the fix, retry prompts are automatically cleaned up in the next conversation turn, keeping the conversation context clean