Skip to content

Commit f019a8c

Browse files
Update changelog.md for version 1.0.5
1 parent 894b48f commit f019a8c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
## 1.0.4 - 2026-03-11
230

331
- Add `session.shell.exec` and `session.shell.kill` RPC methods for executing shell commands with streaming stdout/stderr output

0 commit comments

Comments
 (0)