From 44af290fedeb3a0020d9765c8ca2e2df0f41ed10 Mon Sep 17 00:00:00 2001 From: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:57:40 -0400 Subject: [PATCH] Update Orca skill install command (#274) --- src/renderer/src/components/settings/CliSection.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/components/settings/CliSection.tsx b/src/renderer/src/components/settings/CliSection.tsx index 612395ae047..b4fac33ada8 100644 --- a/src/renderer/src/components/settings/CliSection.tsx +++ b/src/renderer/src/components/settings/CliSection.tsx @@ -18,7 +18,8 @@ type CliSectionProps = { currentPlatform: string } -const ORCA_SKILL_INSTALL_COMMAND = 'npx skills add orca-cli' +const ORCA_SKILL_INSTALL_COMMAND = + 'npx skills add https://github.com/stablyai/orca --skill orca-cli' function getRevealLabel(platform: string): string { if (platform === 'darwin') {