cancel
Cancel the active dev workflow loop (archives by default, --hard to wipe)
Sign out — remove the local stagent cloud token
> /plugin marketplace add jie-worldstatelabs/stagent > /plugin install stagent@stagent
How it fires
How this command gets triggered: by you, by Claude, or both.
/logoutContext preview
What this command does when you run it.
Sign out — remove the local stagent cloud token
description: "Sign out — remove the local stagent cloud token" allowed-tools: ["Bash"]
Remove ~/.config/stagent/auth.json. The plugin reverts to anonymous mode. The token remains valid on the server until revoked via the web UI.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/logout-workflow.sh"A Claude Code plugin that runs config-driven development workflows as a state machine. You declare stages, transitions, and inputs in a single workflow.json; the plugin's hooks and scripts drive the loop.
Repo: jie-worldstatelabs/stagent
Cancel the active dev workflow loop (archives by default, --hard to wipe)
Resume a paused dev workflow, or take over a cloud session from another machine
Create a new workflow suite (published to hub by default), or edit an existing one with --flow=<path>
Pause the active dev workflow loop without clearing state — resume later with /stagent:continue