oz_set_default_model
Set the default Oz model for all OzBridge surfaces by updating the workspace configuration file with a validated model ID.
Instructions
Set the default Oz model for every OzBridge surface by writing defaultModel into the workspace .warp/warp-bridge.yaml (the highest-precedence config source). Persistent side effect: edits that file on disk. The id is validated against oz model list when reachable. Requires a workspace root (an extension workspace, or --cwd for the standalone server).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model id to set as default — one of the ids from `oz_list_models` (e.g. `claude-4-8-opus-max`, `gpt-5-5-high`), or `auto` to let Warp choose. |