Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,17 @@ loop upgrade

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

## Manual proxy reconnect E2E

For a real tmux + real Codex app-server reconnect check, run:

```bash
bun tests/loop/codex-tmux-proxy.manual.ts --model gpt-5.4-mini
```

This is a manual harness only. It is not part of `bun test`.
It restarts against a fresh Codex thread after the app-server drop.

## Options

- `claude-loop`: shorthand for `loop --claude-only`
Expand Down
Loading
Loading