acp: Add telemetry

This commit is contained in:
Bennet Bo Fenner 2025-08-25 19:46:57 +02:00
parent 5c346a4ccf
commit ded77d07c9
9 changed files with 92 additions and 22 deletions

View file

@ -17,6 +17,10 @@ pub struct Gemini;
const ACP_ARG: &str = "--experimental-acp";
impl AgentServer for Gemini {
fn telemetry_id(&self) -> &'static str {
"gemini-cli"
}
fn name(&self) -> SharedString {
"Gemini CLI".into()
}