reconnect
GitHub用于在 tmux Codex CLI 中启用或禁用断开连接恢复功能,支持 $reconnect on/off 指令,执行对应命令并简洁返回结果。
Trigger Scenarios
Install
npx skills add SeemSeam/claude_codex_bridge --skill reconnect -g -y
SKILL.md
Frontmatter
{
"name": "reconnect",
"description": "Enable or disable tmux-bound disconnect recovery for the current Codex thread. Use only for the explicit invocations `$reconnect on` or `$reconnect off` inside a CCB-managed or ordinary tmux Codex CLI."
}
Reconnect
Execute exactly one command for the matching invocation:
$reconnect on→ runcommand codex-reconnect on.$reconnect off→ runcommand codex-reconnect off.
Relay the command result concisely. If it fails, report the error and do not claim recovery is enabled.
For any other argument, reply with the exact usage: $reconnect on or $reconnect off.
Do not change files, start a goal, run other tools, or claim coverage for quota, billing, authentication, policy, context-window, approval, or ordinary task-completion failures.
Version History
- 070e86f Current 2026-08-20 03:05


