diff --git a/crates/doctor/src/agents.rs b/crates/doctor/src/agents.rs index ae6ac6e3c..4c3858ccd 100644 --- a/crates/doctor/src/agents.rs +++ b/crates/doctor/src/agents.rs @@ -110,13 +110,13 @@ pub const AI_AGENT_CHECKS: &[AgentCheckInfo] = &[ label: "Pi", commands: &["pi-acp"], main_command: Some("pi"), - install_url: None, - install_command: None, - bridge_install_url: None, - bridge_install_command: None, + install_url: Some("https://pi.dev"), + install_command: Some("curl -fsSL https://pi.dev/install.sh | sh"), + bridge_install_url: Some("https://www.npmjs.com/package/pi-acp"), + bridge_install_command: Some("npm install -g pi-acp"), auth_command: None, auth_status_command: None, - install_source_override: None, + install_source_override: Some(InstallSource::CurlPipe), bundled_version_args: None, }, AgentCheckInfo {