aether-agent-cli 0.7.15

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