一键导入
axec-attach
Interactively attach to a running axec session for direct terminal access. Use when you need full interactive control of a session (like tmux attach).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interactively attach to a running axec session for direct terminal access. Use when you need full interactive control of a session (like tmux attach).
用 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.
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.
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 | axec-attach |
| description | Interactively attach to a running axec session for direct terminal access. Use when you need full interactive control of a session (like tmux attach). |
| tools | Bash |
Open an interactive terminal attached to a running session. This gives you direct keyboard input and live output, similar to tmux attach or screen -r.
axec attach --session UUID|NAME
| Option | Description |
|---|---|
--session UUID|NAME | Required. The session to attach to |
Press Ctrl+\ to detach from the session without stopping it.
axec attach --session py
axec attach --session 2a40f9d2
--session is required — unlike other commands, attach does not default to the latest session.pty backend.input/output for automation — attach is for human interaction, not scripted workflows.