v1.14.41
anomalyco/opencodev1.14.41May 7, 2026by opencode-agent[bot]
AI Summary
Restores formatter output handling, allows uncommitted file changes when warping sessions, and adds a macOS Settings menu entry. The local server has been separated into a utility process.
Key Highlights
- Session warping can now carry over uncommitted file changes
- Restored custom provider setup in `/connect`
- Added a macOS Settings menu entry
- Moved desktop app's local server into a separate utility process
Full Release Notes
## Core ### Bugfixes - Restored formatter output handling so formatting still works when formatters write to stdout or stderr. (@ferdinandyb) ### Improvements - Warping a session to another workspace can now carry over your uncommitted file changes. ## TUI ### Bugfixes - Restored custom provider setup in `/connect`. ## Desktop ### Bugfixes - Added a macOS Settings menu entry. (@jessedi0n) ### Improvements - Moved the desktop app's local server into a separate utility process for more reliable startup and shutdown. ## Extensions ### Improvements - ACP clients now restore the last model, mode, and effort when loading sessions, and can close sessions cleanly. **Thank you to 4 community contributors:** - @carmithersh: - docs: add opencode-jfrog-plugin to ecosystem list for JFrog integration (#26019) - @jessedi0n: - fix(desktop): add macOS settings menu entry (#26081) - @ferdinandyb: - fix(format): restore stdout/stderr ignore for formatter processes (#26037) - @YGoetschel: - fix: guard undefined contents in diff renderer to fix share viewer SSR crash (#21763)