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

1.9 KiB

version, date, title
version date title
1.12.0 2026-06-03 A new default mobile app

App

New

  • Mobile: added a new mobile UI as the default, with an option in Settings to switch back to the previous layout; this is the foundation for the upcoming mobile app and is available to try now.
  • Chat: added customizable draft welcome starters from commands and skills, including guided commands for planning, catch-up, debugging, and exploration.
  • Chat: assistant answers now have a dialog for starting a new session from that answer.
  • Web/Browser: added a Browser feature for opening websites in the web app and sharing annotations with screenshots to agents.
  • Web/Remote Instances: added a headless web app mode, and remote instance switching now changes the OpenChamber API endpoint without loading the full remote UI.
  • UI/Themes: added JetBrains Light and JetBrains Dark themes, and VS Code chat colors now map more closely to the active editor theme.

Improvements

  • Chat/UI: markdown-rendered user messages now preserve line breaks.

Fixes

  • Chat/Input: queued messages no longer auto-send before the active session is ready, and thinking-variant choices are preserved for generated messages.

VS Code

New

  • Chat: added customizable draft welcome starters from commands and skills, including guided commands for catch-up, debugging, exploration, and approach comparison.
  • Chat: assistant answers now have a dialog for starting a new session from that answer.

Improvements

  • Chat/UI: markdown-rendered user messages now preserve line breaks.
  • UI/Theming: chat colors now map more closely to the active editor theme, and the session UI has been refined.
  • Reliability/Startup: Restart API Connection now uses the same loading and reload flow as startup.

Fixes

  • Chat/Input: queued messages no longer auto-send before the active session is ready, and thinking-variant choices are preserved for generated messages.