Files
openchamber/changelog/1.4.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

44 lines
2.2 KiB
Markdown

---
version: 1.4.4
date: 2026-01-08
title: Multi-project support and worktree session setup
---
## App
### New
- Agent Manager: added "Copy Worktree Path" action in the more menu (thanks to @wienans).
- Worktrees: added session creation flow with loading screen, auto-create worktree setting, and setup commands management.
- Settings: added the ability to create new sessions in worktrees by default.
- Git view: added branch rename for worktree.
- Projects: added multi-project support with per-project settings for agents/commands/skills.
- Tunnel: added QR code and password URL for Cloudflare tunnel (thanks to @martindonadieu).
### Improvements
- Agent Manager / Multi Run: select agent per worktree session (thanks to @wienans).
- Agent Manager / Multi Run: worktree actions to delete group or individual worktrees, or keep only selected one (thanks to @wienans).
- Session sidebar: refactored the unified view for sessions in worktrees.
- Event stream: improved SSE with heartbeat management, permission bootstrap on connect, and reconnection logic.
### Fixes
- Chat: fixed IME composition for CJK input to prevent accidental send (thanks to @madebyjun).
- Model selector: fixed dropdowns not responding to viewport size.
## VS Code
### New
- Agent Manager: added "Copy Worktree Path" action in the more menu (thanks to @wienans).
- Worktrees: added session creation flow with loading screen, auto-create worktree setting, and setup commands management.
- Settings: added ability to create new session in worktree by default.
- Projects: added multi-project support with per-project settings for agents/commands/skills.
### Improvements
- Agent Manager / Multi Run: select agent per worktree session (thanks to @wienans).
- Agent Manager / Multi Run: worktree actions to delete group or individual worktrees, or keep only selected one (thanks to @wienans).
- Session sidebar: refactoring with unified view for sessions in worktrees.
- Event stream: improved SSE with heartbeat management, permission bootstrap on connect, and reconnection logic.
### Fixes
- Chat: fixed IME composition for CJK input to prevent accidental send (thanks to @madebyjun).
- Model selector: fixed dropdowns not responding to viewport size.