원클릭으로
axrepl-clean
Remove exited REPL sessions and their on-disk state. Use after killing REPL sessions or when finished with completed REPL jobs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Remove exited REPL sessions and their on-disk state. Use after killing REPL sessions or when finished with completed REPL jobs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
List known REPL sessions with their driver info. Use when you need to see which REPL sessions exist and their status.
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-clean |
| description | Remove exited REPL sessions and their on-disk state. Use after killing REPL sessions or when finished with completed REPL jobs. |
| tools | Bash |
Remove all exited sessions and their on-disk state (metadata, output logs, REPL driver info).
axrepl clean [OPTIONS]
| Option | Description |
|---|---|
--json | Emit structured JSON response |
Only exited sessions are cleaned. Running sessions are untouched.
axrepl clean
axrepl kill --all
axrepl clean
clean periodically to free disk space from accumulated session logs.axrepl kill --all && axrepl clean.axrepl clean interchangeably with axec clean — both clean the same session store.axrepl kill — Kill running REPL sessions before cleaning.axec clean — Same clean functionality (sessions are shared between axec and axrepl).