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

33 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
version: 1.3.8
date: 2025-12-29
title: Intel Mac support and message queuing
---
## App
### New
- Added Intel Mac (x86_64) support for the desktop application (thanks to @rothnic).
- Added queued message mode with chips, batching, and idle autosend (including attachments).
- Added queue mode toggle to OpenChamber settings (chat section) with persistence across runtimes.
### Improvements
- Build workflow now generates separate builds for Apple Silicon (arm64) and Intel (x86_64) Macs (thanks to @rothnic).
- Improved dev server HMR by reusing a healthy OpenCode process to avoid zombie instances.
- Refactored Agents/Commands management with ability to configure project/user scopes.
### Fixes
- Fixed scroll position persistence for active conversation turns across session switches.
## VS Code
### New
- Added queued message mode with chips, batching, and idle autosend (including attachments).
- Added queue mode toggle to settings (chat section).
### Improvements
- Refactored Agents/Commands management with ability to configure project/user scopes.
### Fixes
- Fixed scroll position persistence for active conversation turns across session switches.