cancel ยท diff
git:20260819.f157e1f to git:20260821.1a05a80
2 added, 2 removed. Audit A to A.
---
name: cancel
- description: Cancel a detached Codex bridge job whose process is still running.
+ description: Request cancellation of a running detached Codex bridge job.
argument-hint: "JOB_ID"
allowed-tools: Bash
---
# Cancel a Bridge Job
- Require one job identifier, then run `python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_call.py" cancel --job-id "<job-id>"`. Pass `--workspace` only when explicitly supplied. Report the returned cancellation-request state without claiming termination is already complete, then direct the caller to poll `/bridge:status` or `/bridge:result` for the final state and preserve any incident, transcript, or workspace-delta paths returned by the bridge.
+ Require one job identifier. Run `python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_call.py" cancel --job-id "<job-id>"`; pass `--workspace` only when explicitly supplied. Report returned cancellation-request state; do not claim termination complete. Direct caller to poll `/bridge:status` or `/bridge:result` for final state. Preserve returned incident, transcript, or workspace-delta paths.