mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-23 10:08:38 +02:00
fix: correct claude-code-acp install hint
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export interface AgentCheckResult {
|
||||
|
||||
// Install hints for each agent
|
||||
const INSTALL_HINTS: Record<string, string> = {
|
||||
'claude-code': 'npm install -g @anthropic-ai/claude-code',
|
||||
'claude-code': 'npm install -g @zed-industries/claude-code-acp',
|
||||
opencode: 'go install github.com/anomalyco/opencode@latest',
|
||||
codex: 'npm install -g @openai/codex',
|
||||
gemini: 'npm install -g @google/gemini-cli',
|
||||
|
||||
Reference in New Issue
Block a user