set_model
Set the default model and reasoning tier for all tools on this machine, saving the choice so no tool asks again. Accepts one user selection or falls back to the default.
Instructions
Choose the model and reasoning tier every tool uses from now on, on this machine. Ask the user first — "proceed with the default, or change model or effort?" — then call this once: with no arguments to accept the default, or with what they chose. The choice is saved and no tool asks again. An explicit model argument on a call still wins for that call. Set AGY_ASK_MODEL=false to skip the gate and route on the built-in chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | The model the user chose: a display name ("Gemini 3.8 Flash (High)"), an id ("gemini-3.8-flash-high"), or a family selector ("gemini-flash@latest-high"). Omit to accept the default (AGY_DEFAULT_MODEL, Gemini Flash High out of the box). | |
| effort | No | The tier the user chose. Omit to take the tier the model name carries. |