Files
openchamber/changelog/1.3.8.md
T

33 lines
1.1 KiB
Markdown
Raw Normal View History

---
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.