Skip to content

Commit ba8ec21

Browse files
authored
0.15.0 changelog added (#72)
1 parent 15542ec commit ba8ec21

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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

0 commit comments

Comments
 (0)