Skip to content

Commit c6687f7

Browse files
committed
chore: bump version to 0.6.0
1 parent 0043562 commit c6687f7

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to Shello CLI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

shello_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Shello CLI
22
AI Assistant with Command Execution"""
33

4-
__version__ = "0.5.2"
4+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)