Skip to content

Commit bd72aec

Browse files
Reconnect Codex tmux proxy after app-server drops (#54)
1 parent 1186b2c commit bd72aec

5 files changed

Lines changed: 2119 additions & 43 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@ loop upgrade
167167

168168
When running from source (`bun src/loop.ts`), auto-update is disabled — use `git pull` instead.
169169

170+
## Manual proxy reconnect E2E
171+
172+
For a real tmux + real Codex app-server reconnect check, run:
173+
174+
```bash
175+
bun tests/loop/codex-tmux-proxy.manual.ts --model gpt-5.4-mini
176+
```
177+
178+
This is a manual harness only. It is not part of `bun test`.
179+
It restarts against a fresh Codex thread after the app-server drop.
180+
170181
## Options
171182

172183
- `claude-loop`: shorthand for `loop --claude-only`

0 commit comments

Comments
 (0)