모든 릴리스

v1.20.0 2026년 8월 23일

Side questions with /btw

새 기능

10 건 변경
  • Session: /btw side questions. Type /btw and your question to ask something off-topic in a temporary session forked from the current one, so it has the full context and leaves the chat untouched. The answer streams into a panel above the composer, which you can collapse to a slim bar, keep as a full session, or discard. The temporary session stays out of the sidebar and session lists until you keep it (thanks to @jaygupta17).
  • Chats: start a chat without choosing a project. Chats live in their own section and carry no repository or worktree context.
  • Skills catalog: browse curated GitHub skill collections in a card catalog with search across sources, skill counts, stars, recent updates, and a link to each skill's repository.
  • Diff: the context-panel diff can show every change on the current branch against its base branch. OpenChamber detects the base when Git knows it, and asks you once when it does not.
  • Settings/Projects: a project can pin a thinking level next to its model, for models that offer levels. Both sit in one Defaults for new chats group.
  • Desktop/Remote instances: a managed remote server can also be published to the remote machine's own network, so other devices there reach it without the SSH tunnel. It needs a UI password, and stays private to the tunnel otherwise.
  • Chat: an app link such as spotify:// asks for confirmation before opening another app. You can trust a link type on one device and manage trusted links in Settings.
  • Sidebar: switch between the full project list and a focused view of one project.
  • Providers: more custom providers are supported.
  • Small model: summaries, goal audits, commit messages, and walkthroughs work with more providers.

개선

11 건 변경
  • Desktop/Remote instances: adding an SSH connection starts from the hosts in your SSH config instead of a blank command field. Ports, install method, and passwords moved behind Advanced settings, and each connection shows Connected, Connecting, or Needs attention with the failure text and a button that fixes it.
  • Chat: in the expanded composer, Enter starts a new line and Cmd/Ctrl+Enter sends, so a long prompt is harder to send by accident.
  • Settings: the project selector on Providers, Agents, MCP, Commands, and Skills only changes what those pages show. It used to switch the whole app, carrying your chat, session list, and file tree to the other project.
  • Git: a generated commit message matches the style and language of the repository's recent commits.
  • Git: a generated pull request description follows the repository's own template when it has one, so the draft comes back in your sections and checklists instead of the built-in Summary, Why, Testing layout.
  • Diff: creating an inline comment opens the chat and focuses the composer for your follow-up.
  • Dictation: speech is transcribed after you stop recording. The composer shows a live waveform and timer, and a long recording splits at pauses instead of cutting words.
  • Chat: while a reply streams, the model status line under the last message turns into the finished message's info row in place.
  • Usage: Z.ai credit limits appear alongside its other quota windows.
  • Git: pull-request checks in Work status stay current as their status changes.
  • UI: the default dialog close button is easier to click or tap (thanks to @rockinrimmer).

수정

13 건 변경
  • Desktop/Remote instances: connecting to a remote machine works when bun, OpenChamber, or the opencode CLI live in your home directory rather than on the system path. Installing no longer fails with a permission error, and a missing opencode CLI is reported before the connection starts instead of as a stack trace.
  • Desktop/Remote instances: disconnecting from a connection set not to keep the server running actually stops that remote server.
  • Settings/General: changing the default model, variant, or agent no longer repoints an open chat that already carries a model you picked for it. Chats following the default still switch right away.
  • Settings/Providers: the provider you select no longer jumps to another one on its own. Changing the chat's model or agent, and background provider refreshes, used to move the selection with them.
  • Chat: if OpenCode restarts while a response is running, the chat stops with an interrupted state and a notification to continue instead of hanging silently (thanks to @sum117).
  • Chat: newly sent messages and highlighted code blocks no longer flicker, and Bash output grows with its content instead of being cut off.
  • Chat: file paths in messages open from the session's project, even if you last browsed files in another project (thanks to @tomzx).
  • Chat: in a chat without a project, the work status card steps aside when the context panel is open instead of sitting next to it.
  • Chat: a long user message can be expanded even when its final layout finishes after it first appears.
  • Sidebar: sessions created outside OpenChamber appear in the sidebar and Recent list without a page refresh (thanks to @tomzx).
  • Files/Desktop: a file opened from outside the workspace stays readable after its temporary access expires, instead of failing until you reopen it (thanks to @pascalandr).
  • Session assist: recaps and suggested follow-ups work when the Anthropic provider uses a custom endpoint. They used to fail every time.
  • Desktop/Windows: the close button lines up with the rest of the window chrome.

기타

1 건 변경
  • Settings/Integrations: the experimental page lists only integrations you can install. Unavailable and Coming soon entries are gone.