From 9a1850cd32c23d8858bda5659bcb298f1fd5dac0 Mon Sep 17 00:00:00 2001 From: Shreyash Vengurlekar <262980978+kiranmagic7@users.noreply.github.com> Date: Fri, 31 Jul 2026 04:53:07 +0530 Subject: [PATCH] fix(desktop): point Oh My Pi preset at omp.sh Signed-off-by: Shreyash Vengurlekar <262980978+kiranmagic7@users.noreply.github.com> --- desktop/src-tauri/src/managed_agents/discovery/presets.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-tauri/src/managed_agents/discovery/presets.rs b/desktop/src-tauri/src/managed_agents/discovery/presets.rs index 72c4657dc7..3622b21c4a 100644 --- a/desktop/src-tauri/src/managed_agents/discovery/presets.rs +++ b/desktop/src-tauri/src/managed_agents/discovery/presets.rs @@ -106,7 +106,7 @@ pub(super) const PRESET_HARNESSES: &[PresetHarness] = &[ label: "Oh My Pi", command: "omp", args: &["acp"], - install_instructions_url: "https://github.com/can1357/oh-my-pi", + install_instructions_url: "https://omp.sh/", install_hint: "Buzz talks to Oh My Pi through its CLI's ACP mode (omp acp).", underlying_cli: None, },