## 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)