Skip to content

🚀 CodeBuddy Code v2.117.1 Released

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.117.1
Agent SDK JSv0.3.202
Agent SDK Pythonv0.3.201

🔧 Improvements

  • SCM Diff view optimization: Clicking a file in the SCM file list now opens the Diff view in a separate tab, supporting viewing diffs of multiple files simultaneously instead of replacing the entire editor area
  • Web UI working directory management: Added a workspace-store to centrally manage working directory sources, eliminating the coupling of scattered cwd fetching across stores
  • View switching optimization: Editor and Changes views are now always mounted (visibility controlled by display), avoiding Monaco Editor and Diff view rebuild flicker during switching
  • Terminal switching optimization: Terminals now immediately perform a fit when restored from hidden to visible, reducing blank flicker during switching
  • Theme adaptation: Button foreground color changed from hardcoded text-white to the semantic accent-brand-foreground token, correctly adapting to light and dark themes
  • Editor empty state: Extracted into a standalone component, using a Logo instead of an SVG icon, with shortcut hints automatically hidden when space is insufficient