v0.12.0
What's Changed
- Unified opencode provider: Replaced individual huggingface, ollama, openai, and minimax provider implementations with a single
opencodeCLI provider, reducing ~1,500 lines of code - Fixed circular import: Extracted
PROVIDER_NAMESto its own module to break circular dependency betweenschema.tsandloader.ts - Fixed
web-configcommand: Removed duplicate code block and fixedout.error()call signatures
Full Changelog: v0.11.1...v0.12.0