Skip to content

Releases: pattonwebz/ai-provider-for-commandcode

Release list

v0.1.0

Choose a tag to compare

@pattonwebz pattonwebz released this 08 Sep 11:54

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 commandcodeCOMMANDCODE_API_KEY env/constant or Settings → Connectors
  • Vision (image-in/text-out) for verified models; default vision model MiniMaxAI/MiniMax-M3; default text model deepseek/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.