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

42 lines
2.4 KiB
Markdown

---
version: 1.13.4
date: 2026-06-27
title: Automatic review loops
---
## App
### New
- **Reviews:** the Review changes dialog can run a review loop on its own. A banner in the chat opens the review sessions it starts, or stops them.
- Japanese: the interface is available in Japanese (thanks to @yuchi0531).
- Japanese: the documentation is available in Japanese (thanks to @yuchi0531).
- Chat: drag a queued message to move it up or down the queue (thanks to @makeittech).
- Shortcuts: you can pick your own key for opening the model selector (thanks to @makeittech).
### Improvements
- Models: the model picker keeps your provider groups open and in the order you put them, and Shift+Delete drops a model from recents (thanks to @makeittech).
- Git: a commit message or pull request written from a draft session now comes from the real chat session (thanks to @bashrusakh).
- CLI: startup and status commands check the port before treating a running process as your OpenChamber server.
### Fixes
- Chat: sending a message closes an open question, so the composer no longer keeps the answered prompt on screen (thanks to @tomzx).
- Chat: a conversation pinned to the bottom stays still after you send, and opening an older session lands on the latest message right away.
- Worktrees: a message sent to a brand new worktree session waits for the session and arrives (thanks to @bashrusakh).
- Agents: editing an agent on an external OpenCode server no longer says it saved when it did not (thanks to @makeittech).
- Providers: the add-provider form keeps the provider you picked (thanks to @IbrahimKhan12).
## VS Code
### New
- Japanese: the interface is available in Japanese (thanks to @yuchi0531).
- Chat: drag a queued message to move it up or down the queue (thanks to @makeittech).
### Improvements
- Models: the model picker keeps your provider groups open and in the order you put them, and Shift+Delete drops a model from recents (thanks to @makeittech).
### Fixes
- Chat: sending a message closes an open question, so the composer no longer keeps the answered prompt on screen (thanks to @tomzx).
- Chat: a conversation pinned to the bottom stays still after you send, and opening an older session lands on the latest message right away.
- Agents: editing an agent on an external OpenCode server no longer says it saved when it did not (thanks to @makeittech).
- Providers: the add-provider form keeps the provider you picked (thanks to @IbrahimKhan12).