aether-agent-cli 0.7.12

CLI and ACP server for the Aether AI coding agent
Documentation
1
2
3
4
5
6
#[derive(Clone, Copy, PartialEq, Eq, Debug, clap::ValueEnum)]
pub enum OutputFormat {
    Text,
    Pretty,
    Json,
}