-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I have searched existing issues to avoid duplicates
- I am using the latest version of CodeMie CLI
- I have read the documentation
Bug Description
I followed the documentation for setup & ACP configuration in JetBrains IDE. However, it looks like ACP wrapper is broken or missing something.
Steps to Reproduce
- Install codemie cli
- Have latest claude code installed
- Try adding ACP to WebStorm, or just run
codemie-claude-acp
Expected Behavior
It should work
Actual Behavior
Failed to initialize ACP process. Process terminated with exit code: 1. Process output:
✗ Failed to run Claude Code ACP
Failed to start Claude Code ACP: spawn claude-code-acp ENOENT
CodeMie CLI Version
0.0.40
Which agent are you using?
Claude Code (codemie-claude)
Which provider are you using?
Not applicable
Model
No response
Node.js Version
v24.13.1
Operating System
macOS
Configuration (Redacted)
{
"version": 2,
"activeProfile": "default",
"profiles": {
"default": {
"provider": "ai-run-sso",
"codeMieUrl": "https://codemie.lab.epam.com",
"codeMieProject": "<redacted>",
"apiKey": "sso-provided",
"baseUrl": "https://codemie.lab.epam.com/code-assistant-api",
"model": "gpt-5-2-2025-12-11",
"haikuModel": "claude-haiku-4-5-20251001",
"sonnetModel": "gpt-5-2-2025-12-11",
"opusModel": "claude-opus-4-6-20260205",
"name": "default"
}
}
}Error Logs
Additional Context
doctor only "complains" about optional AWS CLI missing. Output excerpt
Installed Agents:
✓ CodeMie Native (v0.0.40 (built-in))
✓ Claude Code (2.1.41)
✓ Claude Code ACP
✓ Gemini CLI (0.28.2)
$ codemie install claude-acp
Claude Code ACP is already installed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working