opencode/packages
Ian Maurer d554e7aaef fix(cli): always dispose instance on error to prevent hanging; add friendly ProviderModelNotFoundError/InitError messages\n\n- Wrap bootstrap callback in try/finally to guarantee Instance.dispose()\n- Format provider/model errors into actionable guidance (opencode models, config)\n\nRepro: running `opencode run --model typo/claude-haiku-4-5` prints stack and hangs until SIGINT due to lingering watchers.\nFix: disposing Instance tears down watchers/subscriptions, allowing process to exit.\n\nNotes: Prior attempt (#3083) explicitly exited; this approach addresses root cause without forcing exit and improves UX for common misconfigurations. 2025-11-11 17:13:55 -05:00
..
console release: v0.15.18 2025-10-26 03:49:21 +00:00
desktop release: v0.15.18 2025-10-26 03:49:21 +00:00
function release: v0.15.18 2025-10-26 03:49:21 +00:00
identity docs: identity 2025-08-05 19:36:10 -04:00
opencode fix(cli): always dispose instance on error to prevent hanging; add friendly ProviderModelNotFoundError/InitError messages\n\n- Wrap bootstrap callback in try/finally to guarantee Instance.dispose()\n- Format provider/model errors into actionable guidance (opencode models, config)\n\nRepro: running `opencode run --model typo/claude-haiku-4-5` prints stack and hangs until SIGINT due to lingering watchers.\nFix: disposing Instance tears down watchers/subscriptions, allowing process to exit.\n\nNotes: Prior attempt (#3083) explicitly exited; this approach addresses root cause without forcing exit and improves UX for common misconfigurations. 2025-11-11 17:13:55 -05:00
plugin chore: cleanup versioned zod imports (#3460) 2025-10-26 14:50:41 -05:00
script sync 2025-10-14 14:57:34 -04:00
sdk release: v0.15.18 2025-10-26 03:49:21 +00:00
slack release: v0.15.18 2025-10-26 03:49:21 +00:00
tui add option to allow agent switches to not change model (#3356) 2025-10-22 17:51:46 -05:00
ui release: v0.15.18 2025-10-26 03:49:21 +00:00
web docs: update agent frontmatter permission example 2025-10-26 15:04:48 -05:00