From 4bf2545f1cbbf20eaef7f78103046ed22b38c5f1 Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Sat, 13 Jun 2026 18:47:56 +0000 Subject: [PATCH] fix(e2e): use available MiniMax-M3 in local-provision lifecycle (fixes #2752) MiniMax-M2.7 is no longer reachable for the advisory lifecycle-real MiniMax round-trip, causing the main-red watchdog to fire. Switch to MiniMax-M3, which is registered for the claude-code runtime's minimax provider. Co-Authored-By: Claude --- tests/e2e/test_local_provision_lifecycle_e2e.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/e2e/test_local_provision_lifecycle_e2e.sh b/tests/e2e/test_local_provision_lifecycle_e2e.sh index cfea297d..371defe3 100755 --- a/tests/e2e/test_local_provision_lifecycle_e2e.sh +++ b/tests/e2e/test_local_provision_lifecycle_e2e.sh @@ -114,8 +114,8 @@ LATEST_TAG="${CACHE_REPO}:latest" # molecule LLM proxy — so a BYOK MiniMax workspace reaches the model DIRECTLY # and works on this local dev stack with no CP proxy env. # -# The registered claude-code slug is the BARE id `MiniMax-M2.7` (derives -# provider=minimax => byok). The colon form `minimax:MiniMax-M2.7` is +# The registered claude-code slug is the BARE id `MiniMax-M3` (derives +# provider=minimax => byok). The colon form `minimax:MiniMax-M3` is # UNREGISTERED on claude-code (internal#718). auth_env for `minimax` accepts # MINIMAX_API_KEY, which the adapter projects into ANTHROPIC_AUTH_TOKEN. # @@ -135,7 +135,7 @@ if [ "$LIFECYCLE_LLM" = "minimax" ]; then # RegistryModeLocal — same path as the advisory lifecycle-real job). LIFECYCLE_PROVISIONER_BUILDS="1" # Registered BYOK MiniMax slug for claude-code (bare id => provider=minimax). - LIFECYCLE_MODEL="MiniMax-M2.7" + LIFECYCLE_MODEL="MiniMax-M3" LIFECYCLE_LLM_KEY="MINIMAX_API_KEY" LIFECYCLE_LLM_VALUE="${MINIMAX_API_KEY}" # The real template boot is heavier than the stub; give it room (unless the -- 2.52.0