Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub varunr89/claude-marketplace --plugin copilot-collabHow this command is triggered — by the user, by Claude, or both
Slash command
/copilot-collab:copilot-cancelThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Copilot Cancel
Share bugs, ideas, or general feedback.
if [ -z "${CLAUDE_SESSION_ID:-}" ]; then echo "ERROR: No session ID."; exit 1; fi
rm -f ".claude/copilot-collab/sessions/${CLAUDE_SESSION_ID}.md"
rm -f ".claude/copilot-collab/sessions/${CLAUDE_SESSION_ID}.skip"
echo "Copilot Collab session cancelled. Auto-reviews disabled."