ワンクリックで
axrepl-list
List known REPL sessions with their driver info. Use when you need to see which REPL sessions exist and their status.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List known REPL sessions with their driver info. Use when you need to see which REPL sessions exist and their status.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Remove exited REPL sessions and their on-disk state. Use after killing REPL sessions or when finished with completed REPL jobs.
Send a script to a REPL session with completion-aware execution. Use when you need to execute code in a Python, Node, Bash, or Zsh REPL and reliably capture the full output without guessing timeouts.
Force-kill a running REPL session or all sessions. Use when you need to stop REPL processes managed by axrepl.
Start a REPL session with driver-aware completion tracking. Use when you need to launch a Python, Node, Bash, or Zsh REPL that supports completion-aware input via axrepl input.
Interactively attach to a running axec session for direct terminal access. Use when you need full interactive control of a session (like tmux attach).
Print full output history from an axec session, optionally following live output. Use when you need the complete log or want to stream output in real time.
| name | axrepl-list |
| description | List known REPL sessions with their driver info. Use when you need to see which REPL sessions exist and their status. |
| tools | Bash |
Show all tracked REPL sessions with UUID, name, driver, status, and command. Only sessions with a recognized REPL driver are shown (filters out non-REPL axec sessions).
axrepl list [OPTIONS]
| Option | Description |
|---|---|
--json | Emit structured JSON response |
axrepl list
axrepl list --json
Each session shows:
python, node, bash, or zshrunning or exited(N)axrepl list instead of axec list when working only with REPLs — it filters out non-REPL sessions.--json when you need to parse session metadata programmatically.axec list — List all sessions (including non-REPL).