mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-25 22:18:40 +02:00
Replace the generic 'Install the copilot CLI' one-liner with a rich, platform-tabbed installation guide. Auto-detects macOS/Windows/Linux and shows the recommended install command (Homebrew, WinGet, or install script) plus alternatives (npm). Includes copy-to-clipboard, auth step, and a refresh button. - Extend platform.ts with isWindows, isLinux, detectedPlatform - Add cliInstallInstructions.ts with per-platform install data - Add CliInstallGuide component in settings/ with platform tabs - Integrate into CopilotStatusCard for copilot-cli-missing state - Enhance WelcomePane with CliMissingCard showing quick-start command Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>