telexed ~ c / 60b5e893-50dradar:50 · agent_toolLIVE
← back
NO.
#60b5e893
Topic
AGENTS & TOOLS
Source
opencode_releases
Published
2026-05-10 00:07:26
Importance
★ 5/10 — radar 50
`OpenCode` `v1.14.45` fixes path rules, session loading, and SDK errors
FIG-0601:1

`OpenCode` `v1.14.45` fixes path rules, session loading, and SDK errors

This patch cleans up permission matching, session recovery, and API error handling. Low drama release, but worth taking if you use worktrees, custom providers, or the desktop app.

[ KEY POINTS ]
  1. Read allowlists and denylists now match worktree-relative paths correctly, fixing permission drift in multi-worktree setups.
  2. Workspace-routed HTTP endpoints accept valid directory and workspace query params again, so automation against the local API is less brittle.
  3. The TUI now reports all failed bootstrap requests and avoids a crash when message loading fails, which shortens debugging time.
  4. Desktop restores older migrated sessions even when diff metadata or patches are missing, reducing breakage after upgrades.
  5. throwOnError: true now throws a real Error with the server message and keeps the response body in cause, making SDK failures easier to inspect.
Originalgithub.com/anomalyco/opencode/releases/tag/v1.14.45Read original →

// related