Ian Maurer
|
c1fa257a92
|
Merge branch 'dev' into fix/cli-clean-exit-on-model-errors
|
2025-11-11 17:18:23 -05:00 |
|
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 |
|
GitHub Action
|
34ff87d504
|
chore: format code
|
2025-11-08 01:59:02 +00:00 |
|
Aiden Cline
|
42e0b47a7d
|
fix: better frontmatter errors
|
2025-10-30 10:56:40 -05:00 |
|
Haris Gušić
|
1dba01e057
|
Improve typo directory error (#3247)
|
2025-10-17 14:34:37 -05:00 |
|
Dax Raad
|
9b52d33889
|
core: improve directory validation error messages to help users fix invalid directory names
|
2025-10-09 22:40:23 -04:00 |
|
Aiden Cline
|
ed5f76d849
|
fix: better error message when config has invalid references (#1874)
|
2025-08-12 19:28:41 -05:00 |
|
Aiden Cline
|
7e9050edb9
|
feat: jsonc configuration file support (#1434)
|
2025-07-31 06:25:26 -05:00 |
|
Dax
|
f884766445
|
v2 message format and upgrade to ai sdk v5 (#743)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me>
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com>
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
|
2025-07-07 15:53:43 -04:00 |
|
Dax Raad
|
0fc8dfc77e
|
do not print error on ctrl+c during prompts
|
2025-06-24 22:09:43 -04:00 |
|
Dax Raad
|
100d6212be
|
more graceful mcp failures
|
2025-06-22 21:10:05 -04:00 |
|
Dax Raad
|
41dba0db08
|
config validation
|
2025-06-20 00:57:28 -04:00 |
|