feat: update volcengine-plan models to match official Coding Plan list#1350
feat: update volcengine-plan models to match official Coding Plan list#1350Astro-Han wants to merge 5 commits into
Conversation
|
Warning Review limit reached
More reviews will be available in 51 minutes and 51 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Suggested priority: P2 (includes user-path files (packages/app/src/context/models.test.ts, packages/app/src/utils/model-order.test.ts)).
P1/P0 are reserved for maintainer confirmation. Please relabel manually if this is a release blocker, security issue, data-loss risk, or updater/runtime failure.
There was a problem hiding this comment.
Code Review
This pull request updates the Volcano Engine model configurations, upgrading several models to newer versions (such as GLM 5.2 and MiniMax M3), adding DeepSeek V4 Flash and Pro, and removing outdated models (GLM 4.7, DeepSeek V3.2, and Kimi K2.5). Corresponding tests and helper files have been updated to reflect these changes. Feedback is provided regarding the new deepseek-v4-pro model, which is missing the interleaved configuration required to correctly parse reasoning tokens from the provider.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
c2e2ce7 to
43c07dd
Compare
Add minimax-m3, glm-5.2, deepseek-v4-flash, deepseek-v4-pro. Remove minimax-m2.5, glm-5.1, glm-4.7, deepseek-v3.2, kimi-k2.5. P1 fix: GLM-5.2 context corrected from 8M to 1M (models.dev confirmed). P2 fix: DeepSeek V4 Flash now includes reasoning: true (models.dev confirmed). Note: provider.test.ts includes auto-formatted whitespace changes from the edit tool (getModel, Auth.set, localProviderImportSpec line wrapping). These are cosmetic only and do not affect behavior.
43c07dd to
0c693a8
Compare
Review Feedback AddressedP3: Negative interleaved assertion ✅Fixed: replaced conditional Verified: DeepSeek V4 Flash/Pro — Ark multi-turn with
|
Summary
Update volcengine-plan visible model list from 11 to 10 models, matching the official Coding Plan model list as of 2026-06-17. Add minimax-m3, glm-5.2, deepseek-v4-flash, deepseek-v4-pro. Remove minimax-m2.5, glm-5.1, glm-4.7, deepseek-v3.2, kimi-k2.5.
Why
The official volcengine Coding Plan model list has changed. GLM-5.1 is deprecated (即将下线), replaced by GLM-5.2. Several models were removed and new ones added. PawWork's local overlay needs to stay in sync.
Related Issue
None.
Human Review Status
Pending
Review Focus
Risk Notes
interleaved: { field: "reasoning_content" }based on Volcengine Ark live testing (reasoning_content returned in responses, accepted in multi-turn input). This matches GLM/Kimi pattern. If DeepSeek official API differs from Ark, this may need provider-specific override.How To Verify
Screenshots or Recordings
Not applicable — no visible UI changes.
Checklist
bug,enhancement,task,documentation. Type labels are author-added; the labeler bot does NOT assign them. Add the label in the GitHub UI, then tick this.app,ui,platform,harness,ci. The labeler bot assigns these on PR open based on changed paths. Confirm the bot's choice (or override if wrong), then tick this.P0,P1,P2,P3. The priority-triage bot suggests one on PR open. Confirm or override, then tick this.Pending,Approved by @<reviewer>, orNot required: <reason>(default isPending; "not required" is restricted to bot-authored low-risk PRs).dev, and my PR title and commit messages use Conventional Commits in English.