File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 0.15.0
4+
5+ #### New Features
6+ - ** Agent Skills Support** : Added support for loading specialized domain knowledge from SKILL.md files following the agentskills.io specification
7+ - ** Skills Viewer** : Added ` /skills ` command to display currently loaded skills and approximate token usage
8+ - ** Prompt Enhancement** : Added ` --enhance-prompt ` flag for non-interactive mode to improve prompts before sending to agent
9+
10+ #### Improvements
11+ - ** Session State Preservation** : Workspace settings (guidelines, rules, memories) are now preserved when using ` /new ` command or ` --continue ` flag
12+ - ** Hook Message Display** : Hook messages now appear inline after each tool result instead of being batched at the bottom for better context
13+ - ** Session Picker Ordering** : Session picker now displays most recent sessions at the top of the list
14+ - ** Bash Mode Display** : Bash mode output now appears muted while running and displays in full when complete
15+ - ** Exit Shortcuts** : Improved exit shortcuts (Ctrl+C, Ctrl+D, Escape) to work consistently from any popover state
16+ - ** Custom Command Model Override** : Custom command model overrides now only apply to the next response instead of all follow-up responses
17+ - ** Chat History Display** : Chat history now only shows user message entries for actual user input, not system-generated content
18+
19+ #### Bug Fixes
20+ - ** Session Resumption** : Fixed tool results (ViewTool, EditTool) not rendering when resuming sessions via ` --resume ` or ` /sessions ` command
21+ - ** Keyboard Navigation** : Fixed keyboard shortcuts not responding while in mention mode
22+ - ** Popover Input Handling** : Fixed keyboard input handling in popover states
23+ - ** Input Focus Characters** : Fixed issue with focus characters appearing in input
24+
25+ #### UI Updates
26+ - ** Queue Mode Shortcuts** : Updated queue mode keyboard shortcuts - X now deletes items, D moves items down
27+
28+
329### 0.14.0
430
531#### New Features
You can’t perform that action at this time.
0 commit comments