🚀 CodeBuddy Code v2.42.3 Release
🔧 Improvements
Session Summary and Topic Persistence
- AI Summary Generation: Automatically generates AI summaries for sessions, displaying friendlier descriptions in the
/resumelist to help you quickly identify and restore historical sessions - Topic Persistence: Terminal titles are now saved to session history for easier viewing and management
- Non-Interactive Mode Support: Added
--enable-session-trackingparameter to enable session tracking in non-interactive mode
Fine-Grained Session Tracking Configuration
Split session tracking functionality into two independent environment variables for more flexible configuration:
CODEBUDDY_INCLUDE_SUMMARY_MESSAGE: Controls whether to generate session summariesCODEBUDDY_INCLUDE_TOPIC_MESSAGE: Controls whether to save session topics
This allows you to enable or disable specific features independently based on your actual needs.