chore(provider): drop misleading "team" suffix from Alibaba Token Plan display names - #5239
Open
tanruixiang wants to merge 1 commit into
Open
chore(provider): drop misleading "team" suffix from Alibaba Token Plan display names#5239tanruixiang wants to merge 1 commit into
tanruixiang wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The zh-CN and zh-TW display names for
alibaba-token-plan-cnandalibaba-token-planinclude a "(团队版)" / "(團隊版)" suffix that suggests only the Team plan is supported. Aliyun's official docs confirm the Personal and Team plans share identical Base URLs andsk-sp-API key format, so a Personal plan subscription works without any difference. The suffix misleads users into thinking they need the Team plan and creates a false distinction between the two plans at the provider-selection level.This renames the entries to the regional naming already used by Alibaba Coding Plan:
alibaba-token-plan-cn→ Alibaba Token Plan 中国站alibaba-token-plan→ Alibaba Token Plan 国际站No logic changes; display copy only.
Verification
node_modulesalibaba-coding-plan-cn/alibaba-coding-plan(Coding Plan 中国站 / Coding Plan 国际站)AI use
Tool(s) and scope: Maka (deepseek-v4-pro) — analyzed the provider-display-copy module and proposed the rename after comparing official Aliyun docs for Personal and Team Token Plan editions.
Checklist
Does this PR entail a change in behavior?