원클릭으로
go
Resume a Claude Code session by number from the previous list
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resume a Claude Code session by number from the previous list
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Configure Super Resume settings (terminal preference, download binary if needed)
Show instructions for the Super Resume TUI (run from terminal)
List pinned sessions
List Claude Code sessions in current directory (use -a for all)
List sessions with a specific tag
Show all Super Resume commands and their parameters
| name | go |
| description | Resume a Claude Code session by number from the previous list |
| user-invocable | true |
| argument-hint | <number> |
Resume a session from the previous list. Use the number from /list-session, /list-pinned, or /list-tagged.
Resume session: $ARGUMENTS
Parse $ARGUMENTS to identify the session:
Get the session ID from the numbered list shown previously in this conversation.
Run the resume command:
${CLAUDE_PLUGIN_ROOT}/bin/super-resume resume <session-id>
/go 1 - Resume the first session from the last list/go 3 - Resume the third session from the last list/list-session, /list-pinned, or /list-tagged first to see available sessions/setup if not already done