fix(e2e): use available MiniMax-M3 in local-provision lifecycle #2755
Reference in New Issue
Block a user
Delete Branch "fix/2752-local-provision-minimax-model"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #2752
The advisory
lifecycle-realMiniMax round-trip inlocal-provision-e2e.ymlhard-codedMiniMax-M2.7, which is no longer reachable (_ResultError: There is an issue with the selected model (MiniMax-M2.7). It may not exist or you may not have access to it.).Switch the E2E script to
MiniMax-M3, a model registered for the claude-code runtime'sminimaxprovider, so the main-red watchdog stops firing on provider unavailability.Test plan
lifecycle-realadvisory job on this branch and verify the proxy-reach step receives a real MiniMax reply.bash -n tests/e2e/test_local_provision_lifecycle_e2e.shpasses (syntax OK).Risk
Low — touches only the advisory (continue-on-error) real-LLM E2E lane; the required stub gate is unchanged.
APPROVED on head
4bf2545f.Focused 5-axis review:
MiniMax-M2.7toMiniMax-M3. I verifiedMiniMax-M3is present in the claude-code minimax runtime arm and generated registry, so it is a valid registered bare BYOK slug.ANTHROPIC_AUTH_TOKEN/adapter base, and #2754 fixes that base projection without conflicting with this script edit.MINIMAX_API_KEYpath.MiniMax-M2.7; they are stale wording only and do not affect behavior.CI/all-required is green on current head, and the advisory real image + MiniMax LLM lifecycle is green as well.
/sop-ack
APPROVED on head
4bf2545f1cbbf20eaef7f78103046ed22b38c5f1.5-axis review:
MiniMax-M2.7to the registered bare BYOK slugMiniMax-M3.workspace-server/internal/providers/gen/registry_gen.goincludesMiniMax-M3under claude-codeminimax, so the provider derivation remains minimax/BYOK rather than platform proxy or unregistered colon form.MINIMAX_API_KEYfrom env and does not echo/write it; auth-token projection remains through the existingMINIMAX_API_KEYpath.CI / all-required, Shellcheck, API smoke, and the real-image MiniMax advisory lifecycle context.No changes requested.
/sop-ack
Confirmed 5-axis review on current head
4bf2545f1cbbf20eaef7f78103046ed22b38c5f1: clean one-file MiniMax-M3 local-provision canary update, registered bare BYOK slug, CI/all-required green, and no conflict with #2754.