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
feat(workspace): A reorganized desktop layout. The folder selector now lives in the conversation header — sized to the title and aware of your folder aliases — while the git branch selector and command launcher move into the bottom status bar as paired controls. A one-click pull-code button sits beside the branch name, cloud pull/push actions live in the branch menu, and the redundant pickers below the composer are gone.
feat(workspace): Mobile now mirrors the desktop. The mobile workspace adopts the same conversation header, file breadcrumb, and bottom status bar under a slimmed top bar. The sidebar and file drawer close on their own after you pick a conversation, start a new one, or open a file.
feat(import-sessions): Import local sessions in bulk from a dedicated window. A new window scans every local agent store, groups the sessions it finds by project folder, and imports your whole selection in one pass — with live per-agent scan progress, title/path search, an agent filter, and folder- and session-level selection. Open it from a folder's menu or the Folders header.
feat(chat): Long messages you sent now collapse. A long message you sent clips to a comfortable height with a fading edge and a "Show more" / "Show less" toggle; assistant replies are left untouched.
fix(chat): Windows file links open instead of reading "[blocked]". Local Windows paths (C:\…, file:///C:/…) — including Chinese, spaced, and URL-encoded ones — now open through the workspace file opener instead of being dropped.
fix(git): The branch label holds steady after a pull or switch. The bottom status bar no longer flashes "no branch" for a moment after a pull, fetch, commit, or checkout.
fix(workspace): Cleaner chrome over a background image. The status bar, sidebar, tab-strip line, and active-tab arch keep a legible tinted hairline over a background image, and the new-conversation button's hover and the hovered-tab corners render cleanly.
fix(logging): Quieter, bounded logs. A debug target that could grow the log file without bound is capped at warnings, and repeated broadcast-lag warnings collapse to one line per window.
chore(acp): Upgraded the bundled agent versions in the registry. Claude Code 0.60.0, OpenCode 1.18.4, Gemini 0.51.0, Cline 3.0.46, Hermes 0.19.0, CodeBuddy 2.125.0, and Kimi Code 0.28.1.