You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(chat): Plan mode now renders as a dedicated card. Claude Code's plan steps and Cline's mode switches show their plan markdown in a proper plan card instead of folding into a generic "thinking" group.
fix(chat): Claude Code background tasks now collapse into one lifecycle card. A background command's launch, its repeated status polls, and its stop merge into a single card with the final status, exit code, and ANSI-decoded output — instead of a new raw card per poll.
fix(acp): Kimi Code permission requests now show readable text. Prompts that carried only a description (and no structured fields) used to render as raw JSON; they now display the request text.
fix(codex): Codex thinking no longer fragments on reload. Consecutive reasoning steps regroup into a single thinking block when a session is reopened, matching the live stream.
fix(chat): Mermaid diagrams stay crisp when zoomed. Zoomed diagrams no longer rasterize into a blurry image on macOS.
fix(agents): Clearer error when a Windows agent upgrade hits a file lock. Upgrading or uninstalling an agent while its process is still running now tells you to close its sessions and retry, instead of showing a raw "could not remove directory" error.
release(macOS): macOS builds are signed and notarized again. Re-enabled Apple notarization for desktop releases.
发布版本 0.18.6
修复(聊天):计划模式现在渲染为专属卡片。 Claude Code 的计划步骤和 Cline 的模式切换会在专门的计划卡片中展示计划内容,不再折叠进通用的"思考"分组。