Neu
1 Änderung - Chat: choose what Enter does mid-reply. A Follow-up behavior setting in Settings → Chat either steers your message into the agent's current turn or queues it until the turn finishes. It takes over from the old queue-mode toggle (thanks to @bashrusakh).
Verbesserungen
1 Änderung - Sessions: deleting a worktree group from the sidebar, or permanently deleting an archived session, now takes its subagent sessions with it (thanks to @bashrusakh).
Fehlerbehebungen
5 Änderungen - Startup: the app is usable right away. Launching it no longer hangs for around 20 seconds before you can open a session, load a diff, or send a message. GitHub pull request status checks were holding the connection to the server.
- OpenCode: your own OpenCode is left alone. When one is already running, whether the TUI,
opencode serve, or a daemon on port 4096, the app starts its own server. This clears the "OpenChamber could not finish initialization" error and stops the app from opening or closing your OpenCode as it starts and quits. - OpenCode: to connect to an external OpenCode on purpose, set
OPENCODE_HOST, OPENCODE_PORT, or OPENCODE_SKIP_START. - Sessions: clicking a session inside a worktree group keeps it selected, with no jump to the project's first session while the sidebar catches up (thanks to @bashrusakh).
- Sync: a connected but quiet session, say an agent running a long tool call, stops kicking off a background refresh every 15 seconds (thanks to @tomzx).