Skip to content

Commit 892f44d

Browse files
committed
chore(release): bump version to 0.6.0
1 parent 75cfc38 commit 892f44d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project 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-05
9+
10+
### Added
11+
- `/revert` command to restore conversation to any previous message state
12+
- 5 revert modes: full restore (code + conversation), conversation only, code only, summarize from point, or cancel
13+
- Paginated history browser showing last 50 messages with inline keyboard navigation
14+
- Priority handling for `/revert`: bypasses message queue limit and cancels active operations
15+
- Interactive mode selection via Telegram inline buttons
16+
- Conversation state restoration by truncating SDK JSONL files to selected message
17+
18+
### Changed
19+
- Updated documentation (README.md, README-zh.md) with `/revert` usage examples
20+
- Improved button text consistency: changed "Never mind" to "Cancel"
21+
822
## [0.5.0] - 2026-03-05
923

1024
### Added

0 commit comments

Comments
 (0)