持久 terminal session 管理。仅在需要跨多次调用保留 shell state 的场景使用,普通 one-shot command 优先 exec。
skillsy install hypoxanthineovo/hypoxanthine-agent@tmuxtmux 是 legacy 的持久 terminal backend,主要用于跨多次调用保留 shell state。普通 one-shot command 不应默认走它。
tail -f。tmux_send:向持久 tmux window 发送命令。tmux_read:读取该 window 的最近输出。exec。session/window 名称,避免混入旧上下文。tmux_send 发出命令,再用 tmux_read 拉取输出。tmux 会累积 terminal state,旧输出可能污染当前判断。session/window。tmux。