Skip to content

🚀 CodeBuddy Code v2.93.2 Release

🐛 Bug Fixes

  • File Tree Loading Recovery: Fixed an issue where corrupted persisted data caused the file tree to permanently display "Loading Failed"; added a retry button for manual recovery
  • Persisted Data Integrity: Fixed an issue where Set/Map type fields were restored as empty objects after persistence; data is now automatically converted to a serializable format before saving
  • Marketplace Storage Stability: Introduced cross-process file locking and atomic writes for marketplace configuration files, fixing data corruption caused by concurrent multi-process writes; corrupted files are now automatically backed up and rebuilt on read
  • Conversation History Replay: Fixed an issue where slash commands (e.g., /clear) were incorrectly truncated during history replay, ensuring complete command content restoration