Files
openchamber/changelog/1.9.2.md
T
Bohdan Triapitsyn d9b9c8edab feat(changelog): one source file per release, generated outputs
Release notes now live in changelog/<version>.md (front matter with
version and date, then ## App and ## VS Code sections grouped into
New, Improvements, Fixes, Misc) plus changelog/unreleased.md for what
has not shipped. `bun run changelog:build` renders CHANGELOG.md,
packages/vscode/CHANGELOG.md, and changelog/index.json from them;
`changelog:check` fails when the outputs are behind and runs in CI and
in release:prepare. `oc-dev create-release` promotes unreleased.md to
the versioned file dated today and rebuilds.

The existing history was split mechanically: every bullet kept, sorted
into groups by keyword, five hand-typed headers with one-digit days
normalised to YYYY-MM-DD (the update dialog matched none of them). The
generated files keep today's release headers, which the update dialog,
the release workflow, and the website match by regex.

Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
2026-09-05 15:58:23 +03:00

1.7 KiB

version, date
version date
1.9.2 2026-03-31

App

New

  • Worktrees/Multi-Run: added instant draft-first worktree creation and redesigned the multi-run launcher with a cleaner, faster flow for parallel runs.
  • CLI/Server: added --foreground for process-manager deployments, made managed server hostname configurable, and added an explicit --host option with safer localhost defaults (thanks to @colinmollenhour, @rapidrabbit76, @yulia-ivashko).

Improvements

  • Chat/Performance: rebuilt live session sync and streaming updates to cut render churn, reduce CPU spikes, and keep long-running chats smooth and more stable across runtimes.
  • VSCode/UI: polished the extension chat and sidebar with improved spacing, tooltips, a resizable sessions pane, and file-to-chat mention flows from Explorer.
  • Models/Providers: improved custom provider model metadata loading and caching (thanks to @ZeppLu).
  • Docker/Deployments: improved container defaults, including UID 1000 user behavior, non-fatal SSH key generation, and better localhost detection in container networking (thanks to @yulia-ivashko).

Fixes

  • Web/PWA: fixed manifest behavior behind Cloudflare Access (thanks to @arthurfiorette).

VS Code

Improvements

  • Chat/Performance: overhauled live sync and streaming updates to reduce re-render churn and keep long-running chats smooth in the extension.
  • Sessions/UI: refined sidebar behavior with cleaner spacing, better truncation/tooltips, and a resizable sessions pane for tighter workspace control.
  • Chat/Editor integration: improved Explorer file insertion.
  • Reliability: startup now queues bridge and stream requests until the API is ready.
  • Chat: reasoning content now renders through the markdown pipeline.