File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 0.10.0
4+
5+ #### TUI Features
6+ - ** Bash Mode** : Added Bash mode (!) to run shell commands directly in chat and see output in transcript
7+ - ** Session Switching** : Added ` /resume ` command to switch between sessions without restarting CLI
8+ - ** Shell Configuration** : Added ` /config ` command to configure default shell and startup script
9+ - ** Keyboard Shortcuts** : Added Ctrl+/ for undo and Ctrl+Y for redo in normal edit mode
10+ - ** Verbose Thinking** : Added verbose output mode for thinking summaries to show full agent reasoning
11+ - ** Terminal Focus Tracking** : Added focus detection to hide cursor when terminal window loses focus
12+
13+ #### Session Management
14+ - Show session ID when closing sessions with command to resume by ID
15+ - Support resuming sessions by ID prefix (unambiguous matches)
16+ - Added ` -f ` flag to filter session list to current workspace only
17+ - Reversed session list order to show newest sessions first
18+
19+ #### Hooks System
20+ - Integrated hooks system into CLI/TUI for tool execution and session lifecycle events
21+
22+ #### UI Improvements
23+ - Fixed text wrapping in tool result summaries
24+ - Truncate web fetch results to 150 characters for better readability
25+ - Increased max length for thinking summary titles to reduce truncation
26+ - Truncate large file views to prevent excessive memory usage
27+
28+ #### Bug Fixes
29+ - Fixed escape key behavior in ask mode (now properly exits to normal mode)
30+ - Fixed race condition in terminal focus tracking that caused escape sequences to leak
31+ - Fixed ACP login flow path identification
32+ - Removed duplicate error messages in output
33+ - Suppressed verbose npm output during auto-upgrade failures for cleaner error messages
34+
335### 0.9.1
436- Fixed issue with extraneous git processes spawning after indexing
537
You can’t perform that action at this time.
0 commit comments