File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to Shello CLI will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.0] - 2026-03-21
9+
10+ ### Added
11+ - ** Session History** : Full session recording and resume system
12+ - Browse past conversations with interactive picker (` /history ` )
13+ - Resume any previous session — conversation context fully restored
14+ - Delete individual sessions or clear all history (` /history delete ` , ` /history clear ` )
15+ - Lazy recording: session files only created when user sends first message
16+ - Resumed sessions append to the original session file (no duplicates)
17+ - Background storage pruning with configurable size limit (` session_history.max_storage_mb ` )
18+ - Session history can be disabled via ` session_history.enabled: false ` in settings
19+ - Bedrock tool-pair sanitization on restore to prevent ValidationException errors
20+
21+ ### Changed
22+ - ** Welcome Banner** : Added ` /history ` command to the available commands list
23+
824## [ 0.5.2] - 2026-01-24
925
1026### Fixed
Original file line number Diff line number Diff line change 11"""Shello CLI
22AI Assistant with Command Execution"""
33
4- __version__ = "0.5.2 "
4+ __version__ = "0.6.0 "
You can’t perform that action at this time.
0 commit comments