CodeBuddy Code v2.71.0 Release
New Features
Web UI Code Editor
The Web UI now includes file browsing and code editing capabilities, allowing you to view and edit project files directly in the browser:
- Directory Tree Navigation: The left panel displays the project file structure for quick file access
- Multi-Tab Editing: Open multiple files simultaneously and switch freely between tabs
- Monaco Editor: Integrated with the same editor engine as VS Code, with syntax highlighting support
- Auto Save: Edits are automatically saved without manual action
- File Drag & Drop: Support for moving files via drag and drop
- Keyboard Shortcuts: Common keyboard shortcuts supported for improved editing efficiency
Improvements
- Streaming Timeout Optimization: Increased the default streaming response timeout and first token timeout from 2 minutes to 10 minutes, reducing timeout interruptions during complex tasks caused by slower model responses. Can still be customized via
CODEBUDDY_STREAM_TIMEOUT_MSandCODEBUDDY_FIRST_TOKEN_TIMEOUT_MSenvironment variables