Files
Bohdan Triapitsyn a1bc1368ae docs(changelog): title every release and require one
Every release file now carries a title: two to six plain words naming the
change a user would remember it for. The generator refuses a release without
one, promote carries the title from unreleased.md, and the unreleased
template opens with a title line. The changelog-authoring skill and the
format README describe how to write it.

Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
2026-09-05 16:45:29 +03:00

741 B

version, date, title
version date title
1.8.7 2026-03-13 CLI works again after global install

App

Improvements

  • CLI: hardened entrypoint detection across direct, symlinked, and shim-based launches to keep startup behavior consistent across package managers (thanks to @shekohex).
  • Deployment/Docker: improved docker run startup behavior and entrypoint handling (thanks to @nzlov).

Fixes

  • CLI: fixed a startup regression in global npm/bun installs where wrapper or symlinked openchamber entrypoints could exit without output on commands like --version or status.
  • Windows/Web: daemon startup and Git operations no longer flash extra console windows (thanks to @SergioChan).

VS Code

Improvements

  • No notable changes.