Releases: pattonwebz/ai-provider-for-commandcode
Releases · pattonwebz/ai-provider-for-commandcode
Release list
v0.1.0
AI Provider for Command Code — v0.1.0
Initial release. Registers Command Code as a first-class AI provider in the WordPress 7.0 AI Client / Connectors system.
Features
- Text generation via Command Code's OpenAI-compatible Chat Completions endpoint
- Live model catalog from
GET /provider/v1/models, classified with probe-verified capability rules (2026-09-08) - Automatic connector registration: provider id
commandcode→COMMANDCODE_API_KEYenv/constant or Settings → Connectors - Vision (image-in/text-out) for verified models; default vision model
MiniMaxAI/MiniMax-M3; default text modeldeepseek/deepseek-v4-flash claude-*models excluded (require the Anthropic /messages wire — planned for a future release)
Verification
- Unit tests against a live 67-model catalog fixture
- CI green on PHP 7.4–8.4 (phpcs, phpstan, phpunit, distribution checks)
See README.md and docs/architecture.md for model classification details.