MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / AgentStatus

Class AgentStatus

atomic-cli/src/commands/agent/status.rs:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31/// and the current state of the file watcher.
32#[derive(Debug, Args)]
33pub struct AgentStatus {
34 /// Show detailed session information.
35 ///
36 /// When enabled, shows per-session details including turn count,
37 /// files touched, duration, and first prompt.
38 #[arg(short, long)]
39 verbose: bool,
40}
41
42impl AgentStatus {
43 /// Create a default instance for testing.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected