|
| 1 | +## 1.0.12 - 2026-03-26 |
| 2 | + |
| 3 | +- MCP servers defined in .mcp.json start correctly when the working directory is the git root |
| 4 | +- Clipboard copy works correctly on Windows when non-system clip.exe shadows the system one in PATH |
| 5 | +- /diff view correctly renders all lines when intra-line highlighting is present |
| 6 | +- Plugin hooks now receive CLAUDE_PROJECT_DIR and CLAUDE_PLUGIN_DATA environment variables, and support {{project_dir}} and {{plugin_data_dir}} template variables in hook configurations |
| 7 | +- Workspace MCP servers are now correctly loaded and visible to the agent |
| 8 | +- /clear preserves MCP servers in the new session |
| 9 | +- Model display header shows the active reasoning effort level (e.g. "(high)") next to the model name |
| 10 | +- /session rename auto-generates a session name from conversation history when called without a name argument |
| 11 | +- Remove --alt-screen flag and alt_screen setting; alt screen is now always enabled |
| 12 | +- OSC 8 hyperlinks are now clickable in VS Code terminals |
| 13 | +- PowerShell /flag arguments (e.g., /all, /enum-devices) are no longer mistakenly treated as file paths |
| 14 | +- Trusted folder access prompts no longer appear incorrectly on Windows OneDrive paths and case-insensitive filesystems |
| 15 | +- Status line payload includes session_name field alongside session_id |
| 16 | +- @ file picker no longer shows .git directory contents |
| 17 | +- Scroll position stays in place when the terminal is resized |
| 18 | +- /yolo path permissions persist after using /clear to start a new session |
| 19 | +- Emoji characters are selected and highlighted correctly in terminal text selection |
| 20 | +- Sessions with active work are no longer cleaned up by the stale session reaper |
| 21 | +- Resume session restores the previously selected custom agent |
| 22 | +- CLI no longer crashes with out-of-memory errors when running shell commands that produce high-volume output |
| 23 | +- Pressing Escape multiple times during autopilot cancellation no longer leaves the session stuck |
| 24 | +- Read .claude/settings.json and .claude/settings.local.json as additional repo config sources |
| 25 | +- Model picker opens in full-screen view with inline reasoning effort adjustment using ← / → arrow keys |
| 26 | +- OTEL hook executions are now recorded as span events instead of child spans, reducing trace clutter |
| 27 | +- User prompt appears in the conversation immediately after pressing Enter |
| 28 | +- /allow-all (/yolo) now supports on, off, and show subcommands to enable, disable, or check allow-all mode |
| 29 | +- Ctrl+Y in plan mode opens the most recent research report when no plan exists yet |
| 30 | + |
1 | 31 | ## 1.0.11 - 2026-03-23 |
2 | 32 |
|
3 | 33 | - Ensure models appear in picker correctly, display model names where possible |
|
0 commit comments