Skip to content

Commit 3282d70

Browse files
pofallonclaude
andcommitted
fix(ai-clis): switch OpenCode AI to official standalone installer
Replace npm install with the curl-based installer that is now the primary recommended method on opencode.ai. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aed49fd commit 3282d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ai-clis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fi
8787
# OpenCode AI
8888
if [ "${OPENCODE}" = "true" ]; then
8989
echo "Installing OpenCode AI..."
90-
npm install -g opencode-ai
90+
curl -fsSL https://opencode.ai/install | bash
9191
fi
9292

9393
# CodeRabbit CLI

0 commit comments

Comments
 (0)