v1.6.1 - Incremental Autosave
馃攧 Incremental Autosave
Added
- Incremental Autosave - Conversations now save automatically after each message
- Removed
auto_saveconfiguration option (feature is always enabled) - Save happens immediately after each query-response cycle
- Prevents data loss from crashes or force quits
- All conversations saved to
./.chat-sessions(project-local) - Removed manual
#savecommand (no longer needed)
- Removed
Changed
- Breaking Change: Removed
features.auto_savefrom configuration- Auto-save is now always enabled and cannot be disabled
- Updated help text to reflect always-on autosave
- Updated configuration examples and documentation
Fixed
- Test suite updated to match removed auto_save configuration
- All 318 tests passing with new autosave behavior
Full Changelog: v1.6.0...v1.6.1