|
| 1 | +## 1.0.5 - 2026-03-13 |
| 2 | + |
| 3 | +- Terminal title resets to default after running /clear or /new |
| 4 | +- Add /extensions command to view, enable, and disable CLI extensions |
| 5 | +- @ file mentions now support paths outside the project: absolute paths (@/usr/...), home directory (@~/...), and relative parent paths (@../...) |
| 6 | +- Toggling experimental mode with /experimental on|off automatically restarts the CLI to apply changes immediately |
| 7 | +- Right-click paste goes to the active dialog input instead of the main conversation input |
| 8 | +- Introducing /pr to help create and view PRs, automatically fix CI failures, address review feedback, and resolve merge conflicts |
| 9 | +- Block network (UNC) paths to prevent credential leakage via SMB authentication |
| 10 | +- Send follow-up messages to background agents with the write_agent tool for multi-turn conversations |
| 11 | +- Memory storage errors now indicate when repository doesn't exist or you lack write access |
| 12 | +- Show a clear error when a classic Personal Access Token (ghp\_) is set in environment variables instead of silently exiting |
| 13 | +- Diff view displays correctly on Windows instead of showing corrupted/overwritten text |
| 14 | +- Fix Kitty keyboard protocol escape sequences appearing at shutdown |
| 15 | +- Setting claude-sonnet-4.6 as the default model is now preserved correctly |
| 16 | +- Plugin uninstall reliably removes files using the stored install path |
| 17 | +- Add /version command to display CLI version and check for updates from within the session |
| 18 | +- Add experimental embedding-based dynamic retrieval of MCP and skill instructions per turn |
| 19 | +- Syntax highlighting in /diff with support for 17 programming languages |
| 20 | +- Add preCompact hook to run commands before context compaction starts |
| 21 | +- Request ID from the API now appears in the timeline when errors occur after retries are exhausted |
| 22 | +- PR descriptions with backtick-formatted code render correctly on Windows/PowerShell |
| 23 | +- Show a helpful error message when a file path is passed as a CLI command |
| 24 | +- Session reports an authentication error instead of hanging when the token is invalid or expired |
| 25 | +- View tool shows partial content for large single-line files (e.g. minified JS, large JSON blobs) instead of empty output |
| 26 | +- /changelog supports `last <N>`, `since <version>`, and `summarize` to browse and summarize multiple release notes at once |
| 27 | +- Hooks config files that omit the version field are now accepted by the CLI |
| 28 | + |
1 | 29 | ## 1.0.4 - 2026-03-11 |
2 | 30 |
|
3 | 31 | - Add `session.shell.exec` and `session.shell.kill` RPC methods for executing shell commands with streaming stdout/stderr output |
|
0 commit comments