Skip to content

Commit 9776ad4

Browse files
Update changelog.md for version 1.0.62
1 parent b91eba5 commit 9776ad4

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

changelog.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
## 1.0.62 - 2026-06-13
2+
3+
- Ask and elicitation dialogs now scroll together with the timeline instead of taking over the screen, so a tall dialog no longer hides the agent's output — scroll up to read earlier output, then back down to the dialog
4+
- Keep blank lines between reasoning summary sections
5+
- Show user-typed colon terms in the search chip
6+
- Plugins can now ship extensions, making them installable via the plugin marketplace
7+
- Add content search, match highlighting, and n/N navigation in diff view
8+
- Add /app slash command to open the GitHub app or a browser fallback
9+
- Configure subagent model, reasoning effort, and context tier via user settings or the /subagents (also /agents) picker
10+
- PowerShell redirect paths no longer trigger content-exclusion refusals
11+
- WebSocket transport closes cleanly outside the Tokio runtime
12+
- Shell tool errors now explain when a shell ID was stopped, completed, or reclaimed
13+
- Voice runtime download dialog no longer reopens in a loop after an install failure
14+
- Make the MCP server config form easier to use with a picker-based flow
15+
- Show 'YOLO' (allow all) indicator in the footer and add allow-all state to custom statusLine.command
16+
- Press `/` on the Issues or Pull Requests tab to search GitHub with server-side filtering
17+
- Add session-scoped extensions and canvases
18+
- Allow SDK clients to configure session memory through session.create and session.resume
19+
- Automatically authenticate through corporate forward proxies using Kerberos/Negotiate (SPNEGO)
20+
- Add file tree sidebar and inline comment editor to the /diff view
21+
- Honor max_output_tokens for BYOK Responses providers
22+
- MCP server names with dots and slashes map to valid Responses API namespaces
23+
- Editor commands like `code-insiders --wait` launch correctly on Windows
24+
- Load skills from symlinked directories outside the configured root
25+
- Recover gracefully from oversized inline images instead of failing the turn
26+
- An image attachment rejected because vision is disabled by policy or unsupported by the current model no longer poisons the rest of the session. The image is stripped from conversation history after the 400 so subsequent prompts succeed.
27+
- Shells promoted to background from /tasks keep running after the turn ends
28+
- Hide internal disabled tool messages from background helper agents
29+
- Sandbox tool loads correctly when mxc-sdk is provided by the host environment
30+
- Custom agents in nested .github/agents and .claude/agents directories are now discovered when the session is started from a subdirectory of the repository root
31+
- Approving a tool permission prompt no longer causes a second prompt for the same tool call
32+
- View tool prompts now correctly state the 20KB truncation limit instead of 50KB
33+
- Keep workspace MCP servers from restarting in a loop
34+
- Keep custom agents on their configured model when using BYOK providers
35+
- Recover from temporary content policy errors without restarting the session
36+
- Autopilot continues cleanly in relay sessions and /plan shows the short prompt
37+
- Git commands no longer flash a console window on Windows
38+
- Claude-format plugin `preToolUse` and `permissionRequest` hooks now fire correctly for tool matchers like `Bash`, `Read`, and `*`, and Claude-format hook payloads carry the Claude tool name (`Bash` rather than `bash`)
39+
- Terminal colors update live when the active theme changes mid-session
40+
- Streamed assistant text no longer intermittently duplicates in the timeline
41+
- grep skips missing search paths and continues with valid results instead of failing
42+
- Remote MCP OAuth servers start only once per matching config instead of restarting for each subagent
43+
- Nested subagents respect concurrency limits without blocking terminal input
44+
- Plugin install works when the marketplace ref is a fully-qualified tag (e.g. refs/tags/v2.1.0)
45+
- Press W to create a worktree from the expanded issue or pull request details view
46+
- /every and /after can now schedule slash commands (e.g. /every 1d /chronicle standup)
47+
- Model picker opens to the tab containing the currently selected model
48+
- Shell commands run via lightweight process spawning instead of a pseudo-terminal; interactive input via write_bash is no longer supported
49+
- Improve color contrast in GitHub themes to meet WCAG AA accessibility standards
50+
- Show descriptions for ACP session config options
51+
- Speed up branch and HEAD detection in warm sessions
52+
- Light theme secondary background color is now rendered correctly
53+
154
## 1.0.61 - 2026-06-09
255

356
- Polish /agents picker and Create New Agent wizard with consistent borders, headers, and styled inputs

0 commit comments

Comments
 (0)