model_config_set
Set the default startup model for new Claude Code sessions by writing the model key to the settings file, or reset to the built-in default by passing an empty string.
Instructions
Set the default startup model for new CC sessions (writes the "model" key in ~/.claude/settings.json; empty string removes the key, restoring CC's own default). Takes effect on NEW sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Full model ID (e.g. "claude-fable-5") or "" to reset. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||