Skip to content

🚀 CodeBuddy Code v2.106.1 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.106.1
Agent SDK JSv0.3.175
Agent SDK Pythonv0.3.174

🐛 Bug Fixes

  • Delete key not working (iTerm2 Natural Text Editing preset): Fixed an issue where pressing the Forward Delete key (⌦) on an external keyboard had no effect in the input box when iTerm2 loaded the "Natural Text Editing" preset. This preset remaps the physical Delete key to send the Ctrl-D code point. It is now handled according to common editor conventions: when the input is non-empty and there are characters after the cursor, the character after the cursor is deleted; when the input is empty, the "double-press Ctrl-D to exit" interaction is preserved.