feat(codex-fleet): add show-fleet.sh operator entrypoint#139
Merged
NagyVikt merged 1 commit intoMay 15, 2026
Conversation
One-command launcher that attaches a single kitty window to a fully-wired codex-fleet tmux session. Idempotent: detects the session, builds missing rust dashboards, respawns bare-bash dashboard panes (fleet, plan, waves, review, watcher) with their canonical binaries, ensures the pane-health window exists, applies the iOS nav strip if present, and launches kitty only when no existing 'codex-fleet · full view' window is running. Pane-detection avoids respawn loops by checking pane_current_command and descending the pane pid for the canonical marker process (so bash-wrapped binaries like review-anim survive the idempotency check). Flags: --rebuild forces cargo --release; --no-kitty skips the viewer launch; -h/--help prints usage. Verification: shellcheck clean, bash -n clean, executable, --help prints usage, two consecutive --no-kitty runs against a live fleet are stable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated by gx branch finish (PR flow).