Skip to content

Commit f42c2cc

Browse files
Update changelog.md for version 1.0.7
1 parent 941002e commit f42c2cc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.0.7 - 2026-03-17
2+
3+
- Improve color contrast across CLI themes for better readability and accessibility
4+
- User messages display with a subtle background color for visual differentiation from assistant messages
5+
- Add support for gpt-5.4-mini model
6+
- Tab bar selected tab uses compact [label] style with cleaner spacing
7+
- Add "customize" mode to system message config for section-level system prompt overrides
8+
- Double-Esc clears input when text is present, or triggers undo when the prompt is empty, with a hint shown after the first Esc
9+
- Session resume no longer fails with 'Session file is corrupted' for sessions created before 1.0.6
10+
- Branch indicator distinguishes unstaged changes (\*), staged changes (+), and untracked files (%) in the header
11+
- Add experimental SDK session APIs to list and manage skills, MCP servers, and plugins, with optional config auto-discovery from the working directory
12+
- Add subagentStart hook that fires when a subagent is spawned, with support for injecting additional context into the subagent's prompt
13+
- Pro and trial users now see all models they are entitled to in the model picker
14+
- CLI restart no longer re-sends the -i/--interactive prompt to the new session
15+
- Resolve an edge case where auto-update could leave an incomplete package on Windows
16+
117
## 1.0.6 - 2026-03-16
218

319
- Autopilot continuation no longer gets permanently blocked after an error in a previous turn

0 commit comments

Comments
 (0)