Change a subagent's permission mode
set_modeSwitch a Devin subagent session to a specified mode (like bypass or smart) by providing the mode ID and subagent handle, with validation against the session's available modes.
Instructions
Switch the session's mode (e.g. 'bypass', 'smart'). Validated against the session's advertised availableModes when known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Mode id from the session's availableModes | |
| name | Yes | Subagent handle returned by spawn, e.g. 'coder-auth' |