-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[FEATURE]: model fallback in specific agents #9575
Copy link
Copy link
Open
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussiondocs
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Can you please add a model fallback in the yaml part of the specific_agent.md file?
---
description: ...
mode: primary
model: [ 'anthropic/claude-sonnet-4-5', 'opencode/grok-4' , 'google/gemini-3-pro', 'openai/gpt-5-turbo' ]
expected behaviour: if a model is unavailable or out of tokens, it will use the next one automatically (or ask the user according to pref).
syntax - for example as a yaml list.
should let user know if file has a parsing issue (wrong syntax) or model unavailable (not connected).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussiondocs