From 530f60c69c07ac28c150e85cc8c928c613fd3d7a Mon Sep 17 00:00:00 2001 From: kapelame Date: Thu, 14 May 2026 19:18:03 +0800 Subject: [PATCH] =?UTF-8?q?providers(minimax):=20rename=20Coding=20Plan=20?= =?UTF-8?q?=E2=86=92=20Token=20Plan=20in=20display=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The product was renamed from "Coding Plan" to "Token Plan" when its scope expanded beyond coding to cover all MiniMax modalities (text, speech, video, music, image). Per https://platform.minimax.io/docs/token-plan/intro: "Token Plan extends upon our former Coding Plan." Updates display name and doc URL for the two affected provider catalog entries. Provider IDs (minimax-coding-plan, minimax-cn-coding-plan) are intentionally unchanged for backward compatibility — anyone with these IDs in opencode.json or elsewhere keeps working. Old /coding-plan/* URLs still 307-redirect to the new /token-plan/* paths upstream. Region disambiguation stays as the URL in parens (matching the existing minimax / minimax-cn naming convention) — no "China" word added, since the URL already conveys the region cleanly in the provider picker. --- providers/minimax-cn-coding-plan/provider.toml | 4 ++-- providers/minimax-coding-plan/provider.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/minimax-cn-coding-plan/provider.toml b/providers/minimax-cn-coding-plan/provider.toml index b9509d4c4..b72447a7d 100644 --- a/providers/minimax-cn-coding-plan/provider.toml +++ b/providers/minimax-cn-coding-plan/provider.toml @@ -1,5 +1,5 @@ -name = "MiniMax Coding Plan (minimaxi.com)" +name = "MiniMax Token Plan (minimaxi.com)" env = ["MINIMAX_API_KEY"] npm = "@ai-sdk/anthropic" -doc = "https://platform.minimaxi.com/docs/coding-plan/intro" +doc = "https://platform.minimaxi.com/docs/token-plan/intro" api = "https://api.minimaxi.com/anthropic/v1" diff --git a/providers/minimax-coding-plan/provider.toml b/providers/minimax-coding-plan/provider.toml index b7fef865e..d20624248 100644 --- a/providers/minimax-coding-plan/provider.toml +++ b/providers/minimax-coding-plan/provider.toml @@ -1,5 +1,5 @@ -name = "MiniMax Coding Plan (minimax.io)" +name = "MiniMax Token Plan (minimax.io)" env = ["MINIMAX_API_KEY"] npm = "@ai-sdk/anthropic" -doc = "https://platform.minimax.io/docs/coding-plan/intro" +doc = "https://platform.minimax.io/docs/token-plan/intro" api = "https://api.minimax.io/anthropic/v1"