Files
openchamber/changelog/1.5.4.md
T
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

27 lines
856 B
Markdown

---
version: 1.5.4
date: 2026-01-22
title: Apply Patch tool shows a diff preview
---
## App
### New
- Chat: new Apply Patch tool UI with diff preview for patch-based edits.
- Web: added Background notifications for PWA.
### Improvements
- Files: refreshed attachment cards and related file views for clearer context.
- Settings: manage provider configuration files directly from the UI.
- UI: updated header and sidebar layout for a cleaner, tighter workspace fit (thanks to @TheRealAshik).
### Fixes
- Diff: large diffs now lazy-load to avoid freezes (thanks to @Jovines).
- Reliability: connect to external OpenCode servers without auto-start and fixed subagent crashes (thanks to @TaylorBeeston).
## VS Code
### Improvements
- Apply Patch tool now shows a diff preview.
- Settings: manage provider configuration files directly from the extension.