Skip to content

Slash Commands Reference

All /z commands available inside Claude Code.

Command Description
/z spy View the reviewer's transcript for the current turn
/z ask Ask the reviewer a question without changing behavior
/z direct Send a high-priority directive that overrides behavior
/z enable Enable supervision (current session or --all)
/z disable Disable supervision (current session or --all)
/z level Set the reviewer's scrutiny level (1–5)
/z adversary Switch the reviewer's behavioral profile
/z cycle Reset the reviewer's context window
/z session-id Show the current session ID
/z oauth Authenticate with a model provider
/z update Update the Zwischen client and restart the daemon
/z restart Restart the Zwischen daemon

/z spy

View the reviewer's transcript. Shows reviewed events, determinations, and reasoning.

/z spy          # Latest turn
/z spy 3        # Turn 3

/z ask

Ask the reviewer a question. Does not change monitoring behavior.

/z ask Why did you block that shell command?

/z direct

Send a directive that overrides the reviewer's behavior for the rest of the session.

/z direct Let the agent write to config files without review.

/z enable / /z disable

Toggle supervision on or off.

/z disable          # This session
/z disable --all    # All sessions
/z enable           # Re-enable this session
/z enable --all     # Re-enable all sessions

/z level

Set scrutiny level (1 = minimal, 5 = maximum).

/z level 4

/z adversary

Switch the reviewer's behavioral profile. Shows available profiles and lets you pick one. Context memory is preserved.

/z cycle

Reset the reviewer's context window. The reviewer writes a handoff summary, then monitoring continues with a fresh context.

/z session-id

Print the current session ID. Useful for diagnostics and support.

/z oauth

Authenticate with a model provider via OAuth. Currently supported for OpenAI only.

/z update

Update the zwischen package to the latest version and restart the daemon.

/z restart

Restart the Zwischen daemon without updating.