Skip to content

fix: suggest deepseek-v4-flash for Agent mode - #40852

Open
BlessedWithLuck1105 wants to merge 1 commit into
langgenius:mainfrom
BlessedWithLuck1105:fix/suggest-deepseek-v4-flash
Open

fix: suggest deepseek-v4-flash for Agent mode#40852
BlessedWithLuck1105 wants to merge 1 commit into
langgenius:mainfrom
BlessedWithLuck1105:fix/suggest-deepseek-v4-flash

Conversation

@BlessedWithLuck1105

@BlessedWithLuck1105 BlessedWithLuck1105 commented Aug 17, 2026

Copy link
Copy Markdown

Fixes #40851

Summary

The Agent mode model selector only suggests deepseek-v4-pro, but the official DeepSeek provider plugin also ships deepseek-v4-flash with the same agent features (tool-call, multi-tool-call, stream-tool-call per the plugin model yaml). This adds deepseek[ .-]v4[ .-]flash to agentSuggestedModelPatterns, mirroring how both gpt-5.5 and gpt-5.5-pro are suggested for OpenAI.

Screenshots

N/A (no UI change, suggestion list only)

Checklist

  • This change requires a documentation update, included: No (behavioral list only, no docs page describes the suggestion list)
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly: N/A
  • I ran make lint && make type-check (backend) and vp staged (frontend) — frontend test for this file not run in this environment

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 17, 2026
@github-actions github-actions Bot added the web This relates to changes on the web. label Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files. web This relates to changes on the web.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Agent mode: deepseek-v4-flash is not suggested even though it supports agent features

1 participant