Skip to content

v1.14.41

Latest

Choose a tag to compare

@opencode-agent opencode-agent released this 07 May 14:52
· 0 commits to 98e091796b6a293cf20b4187e8fc6a949e0295e4 since this release

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

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)