|
| 1 | +## 1.0.68 - 2026-07-01 |
| 2 | + |
| 3 | +- Add support for the kimi-k2.7-code model |
| 4 | +- The focused field in the /mcp config form is marked with a "❯ " chevron, not color alone |
| 5 | +- Keep IDE tools available during transient IDE disconnects, returning a clear error while disconnected and recovering automatically when the IDE reconnects |
| 6 | +- Tab completion shows slash command aliases inline (e.g. /pr automerge|agentmerge) |
| 7 | +- Stop hooks from erroring and denying every tool when a session's working directory or git worktree has been deleted |
| 8 | +- Keep the footer model status in sync when reasoning effort or context tier changes |
| 9 | +- Avoid duplicate skill and command parse errors from symlinked scan roots |
| 10 | +- Update the Sessions sidebar branch after /cd and /worktree |
| 11 | +- Find agents and instructions under Win32 extended-length paths on Windows |
| 12 | +- Show descriptions for slash-command input choices |
| 13 | +- Prevent terminal corruption when copying selected timeline text on macOS |
| 14 | +- Fold symlinked sandbox paths into a single row |
| 15 | +- Browse, resume, and switch between sessions from the agents screen |
| 16 | +- Code review retries transient git failures when gathering changes |
| 17 | +- Skip malformed plugin manifests and keep loading valid plugins |
| 18 | +- Show plan budget details in the statusline and /usage for supported plans |
| 19 | +- Render Thai and Devanagari text correctly in clipped output |
| 20 | +- Keep file edits and patches within the sandbox filesystem policy |
| 21 | +- Preserve wrapped OSC 8 hyperlink IDs in terminal output |
| 22 | +- Let device-managed settings override server-managed settings |
| 23 | +- Keep embedded /skill tokens in skill prompt context |
| 24 | +- Let git commands work from repo subdirectories in the sandbox |
| 25 | +- PowerShell variable references no longer trigger content-policy refusals |
| 26 | +- Tell the agent when the working directory changes between turns so it uses the new directory for commands and relative paths |
| 27 | +- Default to a steady vertical-bar cursor in interactive sessions |
| 28 | +- Disable cursor blinking at startup without changing cursor shape |
| 29 | +- Reject sandbox path edits that conflict with symlinks in other lists |
| 30 | +- Keep the status line visible when the slash-command picker opens |
| 31 | +- Custom agents keep their tool filters in nested subagents |
| 32 | +- Preserve multibyte characters (emoji, accents, non-Latin text) in the /diagnose session log excerpt |
| 33 | + |
1 | 34 | ## 1.0.67 - 2026-06-30 |
2 | 35 |
|
3 | 36 | - Disabling the sandbox for the rest of the session now takes effect immediately, so shell and search commands stop re-prompting to bypass it mid-turn |
|
0 commit comments