全部版本

v1.18.2 2026年8月10日

Observability panel and scheduled tasks

新增

5 项更改
  • Observability panel: a new panel beside the chat brings the active goal, tasks, subagents, pinned context, MCP servers and context usage into one live view. The session list also shows how long an agent has been working.
  • Scheduled Tasks: a project can define recurring tasks as Markdown files in .agents/loops. Opening the task list picks up file changes without a restart, and you can edit, enable, disable, delete or run a task from the app (thanks to @makeittech).
  • Projects: you can create a new project directory outside the current workspace.
  • Projects: adding, creating or cloning a project opens a new-session draft aimed at that project.
  • Usage: xAI quota reporting (thanks to @iamhenry).

改进

7 项更改
  • Performance: the first web download is about 58% smaller and startup memory use about 22% lower. Heavy Settings and syntax-highlighting code loads only when you open it (thanks to @makeittech).
  • Chat: shell command output is expanded by default, and adding a message to context puts focus back in the composer (thanks to @pascalandr, @makeittech).
  • Chat: the composer caret is easier to see.
  • Terminal: default tab names stay unique after you close tabs, Escape reaches terminal applications and no longer closes the context panel, and background connections send fewer keepalives (thanks to @makeittech).
  • Walkthrough: branch comparisons use the repository's actual default branch on the remote (thanks to @RyderAsKing).
  • VSCode: notebook links open in the notebook editor when a compatible extension is installed (thanks to @TTTPOB).
  • UI: dialogs, dropdowns, popovers and tooltips share the same glass styling.

修复

17 项更改
  • Settings: OpenCode configuration changes gather behind a single Apply & Restart action, so OpenCode no longer restarts after every edit. The confirmation warns you when active chats will be stopped (thanks to @makeittech).
  • Git/Worktrees: a prompt waits for a new worktree to finish checkout before it is sent, and a session runs against the worktree that owns it; it no longer opens or sends against the parent repository (thanks to @ftzi).
  • Git/Worktrees: setup runs the repository's post-checkout hook after creating a worktree, and a deeply nested worktree no longer fails with "Filename too long" on Windows (thanks to @ftzi, @makeittech).
  • Remote access: a paired device using the private relay keeps relay access when no browser client is connected or device state fails to load for a moment.
  • Chat: a queued message no longer sends into a response that is still streaming, and tool cards left running by an interrupted response settle instead of staying stuck (thanks to @makeittech).
  • Chat: a message you submitted before switching sessions stays with the session and workspace you sent it from. If you switch away it is cancelled, never delivered to another instance (thanks to @Wsyjq).
  • Chat: a fresh message no longer replays its entry animation after it has been shown, and Shift+Enter inserts a newline again on iOS (thanks to @makeittech).
  • MCP: authorization handles browser callbacks more reliably, settings show clearly which servers are available, and a failed connection offers a retry action.
  • Settings: quick edits to notification templates no longer overwrite one another, and the collapsed-user-message preference sticks (thanks to @AmanTahiliani, @pascalandr).
  • Files: removing an attached Office or OpenDocument file also removes the images taken out of that document, and a failed reveal on Linux shows an error instead of failing silently (thanks to @chiamsun, @pascalandr).
  • Desktop/macOS: choosing a folder after you denied filesystem access works again; the app is no longer left unable to open the directory (thanks to @deatheros).
  • Desktop/Windows: minimizing from the taskbar stays a native minimize, while the app's own minimize action can still hide to the tray (thanks to @pascalandr).
  • Desktop: overlay scrollbars hide again after you scroll instead of staying visible.
  • Mobile/Android: pairing QR codes work in older WebViews that misread openchamber:// links (thanks to @CMBill).
  • Mobile: a pending agent question reappears after a cold start, so the session no longer waits with no answer prompt.
  • Server: a foreground install managed by a user systemd service updates through a separate transient service, so the server restart no longer interrupts it (thanks to @SYU8384).
  • Security: archive extraction updated for GHSA-xcpc-8h2w-3j85 (thanks to @mel0nyrame).

其他

1 项更改
  • Desktop/macOS: the vibrancy option is gone; it cost too much rendering work.