بنقرة واحدة
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