feat(agents): live cockpit lane status + jump (workmux W1)#641
Merged
NagyVikt merged 1 commit intoJun 8, 2026
Merged
Conversation
Adds an ambient signal for which agent lane needs attention, ported from workmux's tmux status icons. - gx agents set-status --activity <working|waiting|done|idle>: persists the lane activity onto its session record and writes a non-destructive status label (icon + lane name) to the lane's cockpit pane. Best-effort surface: a missing/dead multiplexer never fails the command. - gx agents jump [--waiting|--done] [--print]: focuses the lane most in need of attention (waiting before done, newest first), or prints its pane target for a tmux keybind. - Non-destructive setWindowStatus(target,label) on the tmux (select-pane -T) and kitty (@ set-window-title) backends. New module src/agents/activity.js (dependency-injected core); parser + dispatch wiring with subcommand allowlist + flag guards. Tests: unit + parser-level + E2E smoke. Pure-additive CLI; no change to the branch/lock/PR safety model. Hook auto-wiring (gx claude install) deferred — that template is owned by another active lane; the snippet is recorded in the change proposal.
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).