What's Changed
- fix: abort session between fallback model attempts to unblock chain by @jmvbambico in #171
- fix: respect user's default_agent config instead of overwriting by @alvinreal in #176
- fix: use first model from array when no provider config is present by @adikpb in #178
- fix: ensure --reset writes to correct path and backs up .jsonc configs by @cto-new[bot] in #183
- fix: default built-in models to OpenAI by @alvinunreal in #186
- feat: use gpt-5.4-mini for OpenAI worker agents by @alvinreal in #189
- feat: support OPENCODE_CONFIG_DIR for custom config directory by @oribarilan in #185
- docs: add ping all agents section to README by @alvinreal in #193
- feat(lsp): align with OpenCode core - 37 servers, root detection, merged config by @adikpb in #195
- fix(fallback): implement runtime fallback chains for all foreground agents by @jmvbambico in #199
New Contributors
- @jmvbambico made their first contribution in #171
- @adikpb made their first contribution in #178
- @oribarilan made their first contribution in #185
Full Changelog: v0.8.3...v0.8.4