acp: Add telemetry
This commit is contained in:
parent
5c346a4ccf
commit
ded77d07c9
9 changed files with 92 additions and 22 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue