From ad84431497a6a4686532d4280aa5d9e640c67521 Mon Sep 17 00:00:00 2001 From: Tulga Tsogtgerel Date: Fri, 5 Dec 2025 09:07:05 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) 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