model_config_set
Sets the default model for new Claude Code sessions by updating the settings file. Empty string restores the client's default.
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 | |||