Skip to content

Commit 95e6bd5

Browse files
committed
docs: update CHANGELOG for 1.6.0-beta.6 release
1 parent 81f7f13 commit 95e6bd5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.0-beta.6] - 2025-12-30
11+
1012
### Changed
1113
- **Command Prefix Update** - All in-chat commands now require `#` prefix to avoid collisions with regular conversation
1214
- Commands updated: `#help`, `#info`, `#compact`, `#sessions`, `#save`, `#copy`, `#resume`, `#clear`, `#quit`, `#exit`
@@ -15,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
- Added helpful error message for unknown `#` commands
1618
- Updated all help text and README documentation
1719

20+
### Fixed
21+
- **Exit Command Hanging** - Added explicit `sys.exit(0)` to ensure clean terminal return
22+
- Fixed issue where `#exit` would show "[Process Completed]" but not return to prompt
23+
- Process now terminates cleanly and returns control immediately
24+
1825
## [1.6.0] - 2025-12-30
1926

2027
### Added

0 commit comments

Comments
 (0)