| name | unpin |
| description | Unpin a session (current session or by number from list) |
| user-invocable | true |
| argument-hint | [number] |
Unpin Session
Remove the pin from a session.
Task
Unpin session: $ARGUMENTS
Steps
-
Determine which session to unpin:
- If no argument: use current session (
${CLAUDE_SESSION_ID})
- If number (1, 2, 3...): get session ID from the most recent list
-
Run the unpin command:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume unpin "<session-id>"
- Confirm the session was unpinned.
Examples
/unpin - Unpin the current session
/unpin 1 - Unpin the first session from the last list