[package] name = "g3-cli" version = "0.1.0" edition = "2021" description = "CLI interface for G3 AI coding agent" [dependencies] g3-core = { path = "../g3-core" } g3-config = { path = "../g3-config" } clap = { workspace = true } tokio = { workspace = true } anyhow = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } rustyline = "17.0.1" dirs = "5.0" tokio-util = "0.7" indicatif = "0.17" chrono = { version = "0.4", features = ["serde"] } crossterm = "0.29.0" ratatui = "0.29" termimad = "0.34.0"