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(office): Office documents are now a first-class workflow — create, analyze, proofread, and edit .docx, .xlsx, and .pptx files through the bundled officecli toolset. A new welcome-page quick-actions panel (Coding and Office tabs) drops the matching skill invocation and a prompt template into the composer with one click.
feat(office): Preview .docx/.xlsx/.pptx right in a file tab — the preview opens automatically and refreshes live as the agent edits, backed by a long-lived officecli watch server (reverse-proxied and capability-authenticated for web and server deployments).
feat(settings): A new Office Tools settings page installs officecli and manages its document skills.
feat(settings): The Experts and Office Tools pages now use a skill-by-agent matrix — toggle any (skill, agent) pair, enable or disable a skill across all agents or every skill for one agent, and apply bulk changes to selected agents at once.
feat(chat): Expert skills now appear directly in the "/" and "$" slash menus alongside the agent's other commands, instead of in a separate submenu.
feat(chat): Welcome-page quick actions now respect per-agent skill enablement — a skill that isn't enabled for the selected agent shows a lock badge and links you to where you can turn it on.
feat(chat): The welcome composer is taller and its conversation column is wider for more comfortable first prompts.
feat(acp): Agents that support it now restore historical sessions via session/resume (falling back to session/load, then session/new), so reopened conversations resume faithfully.
fix(acp): npx-distributed agents now install their platform-specific native binaries even when npm is configured to omit optional dependencies, fixing a "native binary not found" launch failure (notably on Windows).
fix(acp): Resumed Codex sessions now stay on the model provider configured in ~/.codex/config.toml, instead of being forced back to OpenAI's official endpoint.
fix(chat): The composer stays fully focusable while the agent is still connecting.
fix(chat): Truncated @-mention suggestions now reveal their full text on hover.
chore(acp): Bundled agents updated — Claude Code 0.52.0, OpenCode 1.17.11, Cline 3.0.30, CodeBuddy 2.111.0, and Kimi Code 0.20.0.