micro--go-micro
a356ab36a8
* ai/minimax: complete provider surface (matrix, conformance, changelog) Follow-up after merging the MiniMax provider (#3769), mirroring the Ollama completeness pass (#3637): - Add the `minimax` row to the AI provider capability matrix and blank-import ai/minimax in provider_capabilities_test.go so the matrix stays enforced against the registry. - Add minimax to the stream-conformance allowlist (+ import) so its streaming is actually exercised against the OpenAI-compatible SSE contract, not just registered. It passes via the shared ai/internal/openaiapi path. - Record the provider in CHANGELOG [Unreleased]. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL * ai: update capabilities_test provider assertions for minimax Adding the minimax blank-import to the shared ai_test binary (for stream conformance) also registers it for TestRegisteredProviders / TestCapabilityRows / TestCapabilityMatrix in capabilities_test.go, which pin the exact provider set. Update those assertions to include minimax. (Fixes the Unit Tests failure my scoped `-run TestStreamProviders` check missed — go compiles all _test.go in a package into one binary.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CmdEY7pYmV5zzwCjNJ4ykL --------- Co-authored-by: Claude <noreply@anthropic.com>