disable-auto-continuelisted
Install: claude install-skill mherod/swiz
Disable auto-continue by running the swiz settings command. Supports global or session-scoped disabling.
## Usage
- `/disable-auto-continue` — disable globally
- `/disable-auto-continue --session` — disable for the current session only
- `/disable-auto-continue --session abc123 --dir /path/to/project` — disable for a specific session and directory
## Step 1: Run the Command
**If `$ARGUMENTS` is empty:** Run `swiz settings disable auto-continue`.
**If `$ARGUMENTS` is present:** Run `swiz settings disable auto-continue $ARGUMENTS`.
## Step 2: Confirm
Summarize the resulting state — confirm auto-continue is now disabled and at what scope (global or session).
## Failure Handling
**If the command fails:** Report the error output and suggest checking `swiz settings --help`.