Feature 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).
Feature 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?
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).