Skip to content

Improve CLI runtime status monitoring#24

Merged
danieldear merged 2 commits into
mainfrom
codex/tui-runtime-status
May 18, 2026
Merged

Improve CLI runtime status monitoring#24
danieldear merged 2 commits into
mainfrom
codex/tui-runtime-status

Conversation

@danieldear
Copy link
Copy Markdown
Owner

Summary

  • add agent007 status --state filters for all/active/blocked/failed/complete sessions
  • add agent007 status --watch [seconds] for compact terminal monitoring
  • show generated timestamp, shown count, runtime mode/provider column, and clearer filtered-empty state
  • update M4 milestone docs for the shipped CLI status watch/filter slice

Validation

  • cargo fmt --all -- --check
  • cargo check -p agent007
  • cargo test -p agent007 runtime_status -- --nocapture
  • cargo test -p agent007 parse_status -- --nocapture
  • ./target/debug/agent007 status --state active --limit 3

Deferred

  • full interactive TUI run detail
  • terminal approval queue actions
  • retry/control actions

Copilot AI review requested due to automatic review settings May 17, 2026 23:39
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves agent007 status as a lightweight terminal monitoring surface for runtime sessions, aligning CLI visibility with the broader M4 runtime/operator UX milestone.

Changes:

  • Adds --state filtering and --watch [seconds] refresh mode to CLI status.
  • Expands compact status output with generated timestamp, shown count, and runtime/provider column.
  • Updates milestone docs to reflect the shipped CLI status watch/filter slice.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
crates/cli/src/commands/runtime_status.rs Implements status filters, watch mode, updated compact output, and related tests.
crates/cli/src/main.rs Updates CLI parsing tests for new status arguments.
docs/runtime-and-tui-milestone.md Documents the current CLI status filtering/watch slice in M4 planning.
docs/milestones.md Adds CLI status watch/filter to the M4 milestone feature list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread crates/cli/src/commands/runtime_status.rs Outdated
Comment thread crates/cli/src/commands/runtime_status.rs Outdated
Comment thread crates/cli/src/commands/runtime_status.rs
@danieldear danieldear merged commit 13a481f into main May 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants