Files
openchamber/changelog/1.4.1.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.6 KiB

version, date
version date
1.4.1 2026-01-02

App

New

  • Added the ability to select the same model multiple times in multi-agent runs for response comparison.
  • Model selector now includes search and keyboard navigation.
  • Added revert button to all user messages (including first one).
  • Added HEIC image support for file attachments with automatic MIME type normalization for text format files.
  • VS Code extension: added Git backend integration for UI access (thanks to @wienans).
  • Web app: terminal backend now supports a faster Bun-based PTY when Bun is available, with automatic fallback for existing Node-only setups.

Improvements

  • VS Code extension: only shows the main Worktree in the Chat Sidebar (thanks to @wienans).
  • Terminal: improved terminal performance and stability by switching to the Ghostty-based terminal renderer, while keeping the existing terminal UX and per-directory sessions.

Fixes

  • Terminal: fixed several issues with terminal session restore and rendering under heavy output, including switching directories and long-running TUI apps.

VS Code

New

  • Added the ability to select the same model multiple times in multi-agent runs for response comparison.
  • Model selector now includes search and keyboard navigation.
  • Added revert button to all user messages (including first one).
  • Added HEIC image support for file attachments with automatic MIME type normalization for text format files.

Improvements

  • Only show the main Worktree in the Chat Sidebar (thanks to @wienans).
  • Terminal: improved terminal performance and stability by switching to the Ghostty-based terminal renderer.