Ox Session Abort banner
sageox sageox

Ox Session Abort

Development community

Description

<!-- Keep this file thin. Behavioral guidance (use-when, post-command, errors) belongs in the ox CLI JSON output (guidance field), not here. Skills are agent-specific wrappers; ox serves all agents (Codex, etc.). --> Abort a session, discarding all local data without uploading to the ledger. This is destructive and cannot be undone. Use `/ox-session-stop` to save instead. To abort the current session: $ox agent session abort --force To abort a specific session by name (useful for orp

Installation

Installs to ~/.claude/commands/sageox-ox-ox-session-abort.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sageox/ox/HEAD/.claude/commands/ox-session-abort.md -o ~/.claude/commands/sageox-ox-ox-session-abort.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository