fix(cli): use pipx for aider install option

This commit is contained in:
suraj-markup 2026-03-26 02:52:49 +05:30
parent f0d634947b
commit 32591c2adc
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ const AGENT_INSTALL_OPTIONS: AgentInstallOption[] = [
{
id: "aider",
label: "Aider",
cmd: "pip",
cmd: "pipx",
args: ["install", "aider-chat"],
},
{