Skip to main content

Module cli

Module cli 

Source
Expand description

CLI command implementations.

Re-exports§

pub use crate::shell::init::cmd_init;
pub use crate::shell::insights::cmd_insights;

Functions§

cmd_session_show
kaizen sessions show <id> — print full session fields.
cmd_sessions_list
kaizen sessions list — scan all agent transcripts, upsert sessions, print table.
cmd_sessions_tree
kaizen sessions tree <id> — print ASCII span tree.
cmd_sessions_tree_text
kaizen sessions tree <id> — produce text output (ASCII or JSON).
cmd_summary
kaizen summary — aggregate session + cost stats across all agents.
resolve_target
Resolve workspace from --workspace or --project (mutually exclusive at clap level).
session_show_text
kaizen sessions show — same output as CLI stdout.
sessions_list_text
kaizen sessions list — same output as CLI stdout.
sessions_tree_text
summary_text
kaizen summary — same output as CLI stdout.