-
Notifications
You must be signed in to change notification settings - Fork 2k
JetBrains IDEA 通过 AI Assistant 使用 ACP 协议调起QWEN 在IDEA退出后 会残留进程 #2433
Copy link
Copy link
Closed
Labels
scope/ideIDE integration generalIDE integration generaltype/bugSomething isn't working as expectedSomething isn't working as expected
Description
What happened?
启动IDEA后,相关进程启动:
|-+= 83821 admin /Applications/IntelliJ IDEA.app/Contents/MacOS/idea
| |--- 83849 admin /Applications/IntelliJ IDEA.app/Contents/bin/fsnotifier
| |-+- 83930 admin npm exec @qwen-code/qwen-code@0.12.0 --acp --experimental-skills
| | \-+- 83969 admin node /Users/admin/.npm/_npx/e23b992fe5d6b377/node_modules/.bin/qwen --acp --experimental-skills
| | \--- 83981 admin /opt/homebrew/Cellar/node/25.8.1_1/bin/node /Users/admin/.npm/_npx/e23b992fe5d6b377/node_modules/.bin/qwen --acp --experimental-skills退出IDEA后,相关进程残留:
|-+- 83969 admin node /Users/admin/.npm/_npx/e23b992fe5d6b377/node_modules/.bin/qwen --acp --experimental-skills
| \--- 83981 admin /opt/homebrew/Cellar/node/25.8.1_1/bin/node /Users/admin/.npm/_npx/e23b992fe5d6b377/node_modules/.bin/qwen --acp --experimental-skillsWhat did you expect to happen?
qwen相关程序自动退出
Client information
Client Information
Run qwen to enter the interactive CLI, then run the /about command.
> /about
╭──────────────────────────────────────────────────────────────────────────╮
│ │
│ 状态 │
│ │
│ Qwen Code 0.12.1 (150521d8) │
│ 运行环境 Node.js v25.8.1 / npm 11.11.0 │
│ 操作系统 darwin arm64 (25.3.0) │
│ │
│ 认证 Qwen OAuth │
│ 模型 coder-model │
│ 会话 ID efb28089-8187-42ce-b8fa-105a2b5e5c67 │
│ 沙箱 no sandbox │
│ 代理 no proxy │
│ 内存使用 305.4 MB │
│ │
╰──────────────────────────────────────────────────────────────────────────╯
Login information
No response
Anything else we need to know?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope/ideIDE integration generalIDE integration generaltype/bugSomething isn't working as expectedSomething isn't working as expected