Skip to content

v0.12.0

Choose a tag to compare

@rafiki270 rafiki270 released this 08 Mar 08:58
· 260 commits to main since this release

What's Changed

  • Unified opencode provider: Replaced individual huggingface, ollama, openai, and minimax provider implementations with a single opencode CLI provider, reducing ~1,500 lines of code
  • Fixed circular import: Extracted PROVIDER_NAMES to its own module to break circular dependency between schema.ts and loader.ts
  • Fixed web-config command: Removed duplicate code block and fixed out.error() call signatures

Full Changelog: v0.11.1...v0.12.0