Skip to content

v1.6.1 - Incremental Autosave

Choose a tag to compare

@jwesleye jwesleye released this 31 Dec 13:27
· 101 commits to main since this release

馃攧 Incremental Autosave

Added

  • Incremental Autosave - Conversations now save automatically after each message
    • Removed auto_save configuration 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 #save command (no longer needed)

Changed

  • Breaking Change: Removed features.auto_save from 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