Skip to content

🚀 CodeBuddy Code v2.119.2 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.119.2
Agent SDK JSv0.3.209
Agent SDK Pythonv0.3.208

🔧 Improvements

This update focuses on the Web UI terminal and file tree experience, making remote terminals more stable and file browsing more intuitive.

  • Terminal Auto-reconnect: After a WebSocket disconnection, automatically reconnects using a backoff sequence, falling back to manual reconnection only after exceeding the maximum retry count, so network jitter no longer causes frequent disconnects
  • PTY Flow Control: Added an ACK-based flow control mechanism to prevent WebSocket buffer overflow and stuttering in high-output scenarios
  • File Tree Hidden File Toggle: Supports one-click show/hide of common hidden files such as .git and node_modules, letting you focus on what matters
  • File Tree Git Status Coloring: File tree nodes display colors based on their Git status (modified/added/deleted, etc.), making change distribution visible at a glance
  • File Tree Real-time Watching: Monitors file system changes via an SSE watcher and automatically refreshes the file tree, eliminating the need for manual refresh
  • Terminal Link Enhancement: Clicking a directory path in the terminal automatically expands it in the file tree; clicking a file path simultaneously opens the editor and navigates to the file in the file tree
  • Working Directory Isolated Storage: Local storage persistence is isolated by working directory (similar to VSCode's workspaceStorage), so switching between multiple projects does not interfere with each other
  • Heartbeat Tolerance Optimization: PTY heartbeat now uses dual-layer tolerance, preventing false connection kills after system sleep/wake
  • zsh Prompt Fix: Eliminates the leading % marker via the PROMPT_EOL_MARK environment variable, replacing the previous exec-replace approach for cleaner output