add TUI subagent surface#20913
Closed
friel-openai wants to merge 5 commits into
Closed
Conversation
887864e to
9045f44
Compare
60edd83 to
889764a
Compare
9045f44 to
9fc69ba
Compare
889764a to
f96dcb0
Compare
9fc69ba to
4e061b0
Compare
f96dcb0 to
9d6158b
Compare
4e061b0 to
edf24f0
Compare
c60e91f to
fe6abe9
Compare
edf24f0 to
5edd34e
Compare
fe6abe9 to
a38fcf1
Compare
5edd34e to
0eba14e
Compare
a38fcf1 to
cdd22ff
Compare
0eba14e to
f6dfca0
Compare
cdd22ff to
ca0f991
Compare
f6dfca0 to
0464038
Compare
ca0f991 to
09eca1b
Compare
0464038 to
ae30539
Compare
09eca1b to
09073d7
Compare
ae30539 to
4f15625
Compare
09073d7 to
36f3114
Compare
36f3114 to
d12c961
Compare
d12c961 to
84a34f2
Compare
Contributor
|
Closing this pull request because it has had no updates for more than 14 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
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.
Summary
Adds a TUI surface for live subagents.
This PR adds the live subagent panel, watchdog status rendering,
/agentfiltering for watchdog rows and closed named agents, subagent completion cells, fork parent title display, watchdog snooze cells, and watchdog close cells. The TUI uses current agent state for the panel instead of treating historical rollout events as the source of truth.Validation
CODEX_SKIP_VENDORED_BWRAP=1 cargo test -p codex-tui open_agent_picker_allows_existing_agent_threads_when_feature_is_disabled -- --nocaptureCODEX_SKIP_VENDORED_BWRAP=1 cargo test -p codex-tui animation_primitives_are_only_used_by_motion_module -- --nocaptureCODEX_SKIP_VENDORED_BWRAP=1 just fix -p codex-tuijust argument-comment-lintNote: full
cargo test -p codex-tuipasses the changed tests locally, but this devbox still fails one upstream Unix socket IPC test with a local tempdir permission error.