diff --git a/CHANGELOG.md b/CHANGELOG.md index b171cf0..061e1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ### 0.10.0 #### TUI Features -- **Bash Mode**: Added Bash mode (!) to run shell commands directly in chat and see output in transcript - **Session Switching**: Added `/sessions` command to switch between sessions without restarting CLI - **Shell Configuration**: Added `/config` command to configure default shell and startup script - **Keyboard Shortcuts**: Added Ctrl+/ for undo and Ctrl+Y for redo in normal edit mode @@ -16,9 +15,6 @@ - Added `-f` flag to filter session list to current workspace only - Reversed session list order to show newest sessions first -#### Hooks System -- Integrated hooks system into CLI/TUI for tool execution and session lifecycle events - #### UI Improvements - Fixed text wrapping in tool result summaries - Truncate web fetch results to 150 characters for better readability