adhdev 0.1.54 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/dist/cli-entrypoint.js +29083 -0
  2. package/dist/cli-entrypoint.js.map +1 -0
  3. package/dist/index.js +26970 -11054
  4. package/dist/index.js.map +1 -0
  5. package/package.json +19 -16
  6. package/providers/_builtin/COMPATIBILITY.md +217 -0
  7. package/providers/_builtin/acp/agentpool/provider.json +54 -0
  8. package/providers/_builtin/acp/amp/provider.json +52 -0
  9. package/providers/_builtin/acp/auggie/provider.json +57 -0
  10. package/providers/_builtin/acp/autodev/provider.json +54 -0
  11. package/providers/_builtin/acp/autohand/provider.json +52 -0
  12. package/providers/_builtin/acp/blackbox-ai/provider.json +54 -0
  13. package/providers/_builtin/acp/claude-agent/provider.json +57 -0
  14. package/providers/_builtin/acp/cline-acp/provider.json +54 -0
  15. package/providers/_builtin/acp/codebuddy/provider.json +54 -0
  16. package/providers/_builtin/acp/codex-cli/provider.json +57 -0
  17. package/providers/_builtin/acp/corust-agent/provider.json +52 -0
  18. package/providers/_builtin/acp/crow-cli/provider.json +54 -0
  19. package/providers/_builtin/acp/cursor-acp/provider.json +54 -0
  20. package/providers/_builtin/acp/deepagents/provider.json +52 -0
  21. package/providers/_builtin/acp/dimcode/provider.json +54 -0
  22. package/providers/_builtin/acp/docker-cagent/provider.json +57 -0
  23. package/providers/_builtin/acp/factory-droid/provider.json +60 -0
  24. package/providers/_builtin/acp/fast-agent/provider.json +52 -0
  25. package/providers/_builtin/acp/gemini-cli/provider.json +114 -0
  26. package/providers/_builtin/acp/github-copilot/provider.json +54 -0
  27. package/providers/_builtin/acp/goose/provider.json +57 -0
  28. package/providers/_builtin/acp/junie/provider.json +52 -0
  29. package/providers/_builtin/acp/kilo/provider.json +54 -0
  30. package/providers/_builtin/acp/kimi-cli/provider.json +57 -0
  31. package/providers/_builtin/acp/minion-code/provider.json +52 -0
  32. package/providers/_builtin/acp/mistral-vibe/provider.json +57 -0
  33. package/providers/_builtin/acp/nova/provider.json +54 -0
  34. package/providers/_builtin/acp/openclaw/provider.json +54 -0
  35. package/providers/_builtin/acp/opencode/provider.json +52 -0
  36. package/providers/_builtin/acp/openhands/provider.json +54 -0
  37. package/providers/_builtin/acp/pi-acp/provider.json +52 -0
  38. package/providers/_builtin/acp/qoder/provider.json +54 -0
  39. package/providers/_builtin/acp/qwen-code/provider.json +60 -0
  40. package/providers/_builtin/acp/stakpak/provider.json +54 -0
  41. package/providers/_builtin/acp/vtcode/provider.json +54 -0
  42. package/providers/_builtin/cli/claude-cli/provider.json +100 -0
  43. package/providers/_builtin/cli/codex-cli/provider.json +89 -0
  44. package/providers/_builtin/cli/gemini-cli/provider.json +93 -0
  45. package/providers/_builtin/docs/CDP_SELECTOR_GUIDE.md +370 -0
  46. package/providers/_builtin/docs/PROVIDER_GUIDE.md +916 -0
  47. package/providers/_builtin/extension/cline/provider.json +35 -0
  48. package/providers/_builtin/extension/cline/scripts/open_panel.js +1 -1
  49. package/providers/_builtin/extension/cline/{provider.js → scripts.js} +29 -55
  50. package/providers/_builtin/extension/roo-code/provider.json +35 -0
  51. package/providers/_builtin/extension/roo-code/{provider.js → scripts.js} +27 -97
  52. package/providers/_builtin/ide/antigravity/provider.json +63 -0
  53. package/providers/_builtin/ide/antigravity/scripts/legacy/list_models.js +38 -0
  54. package/providers/_builtin/ide/antigravity/scripts/legacy/list_modes.js +48 -0
  55. package/providers/_builtin/ide/antigravity/scripts/legacy/scripts.js +64 -0
  56. package/providers/_builtin/ide/antigravity/scripts/legacy/set_mode.js +34 -0
  57. package/providers/_builtin/ide/antigravity/scripts/legacy/set_model.js +47 -0
  58. package/providers/_builtin/ide/antigravity/scripts/list_models.js +31 -8
  59. package/providers/_builtin/ide/antigravity/scripts/list_modes.js +37 -13
  60. package/providers/_builtin/ide/antigravity/scripts/set_mode.js +49 -16
  61. package/providers/_builtin/ide/antigravity/scripts/set_model.js +47 -22
  62. package/providers/_builtin/ide/antigravity/scripts.js +67 -0
  63. package/providers/_builtin/ide/cursor/provider.json +59 -0
  64. package/providers/_builtin/ide/cursor/{provider.js → scripts.js} +47 -79
  65. package/providers/_builtin/ide/kiro/provider.json +60 -0
  66. package/providers/_builtin/ide/kiro/scripts.js +62 -0
  67. package/providers/_builtin/ide/pearai/provider.json +60 -0
  68. package/providers/_builtin/ide/pearai/scripts.js +74 -0
  69. package/providers/_builtin/ide/trae/provider.json +59 -0
  70. package/providers/_builtin/ide/trae/scripts.js +57 -0
  71. package/providers/_builtin/ide/vscode/provider.json +57 -0
  72. package/providers/_builtin/ide/vscode-insiders/provider.json +55 -0
  73. package/providers/_builtin/ide/vscodium/provider.json +56 -0
  74. package/providers/_builtin/ide/windsurf/provider.json +46 -0
  75. package/providers/_builtin/ide/windsurf/scripts.js +57 -0
  76. package/README.md +0 -43
  77. package/dist/dev-console-monaco.js +0 -176
  78. package/dist/dev-console.css +0 -326
  79. package/dist/dev-console.html +0 -148
  80. package/dist/dev-console.js +0 -1165
  81. package/dist/index.d.ts +0 -2
  82. package/providers/_builtin/acp/agentpool/provider.js +0 -59
  83. package/providers/_builtin/acp/amp/provider.js +0 -61
  84. package/providers/_builtin/acp/auggie/provider.js +0 -60
  85. package/providers/_builtin/acp/autodev/provider.js +0 -59
  86. package/providers/_builtin/acp/autohand/provider.js +0 -59
  87. package/providers/_builtin/acp/blackbox-ai/provider.js +0 -59
  88. package/providers/_builtin/acp/claude-agent/provider.js +0 -61
  89. package/providers/_builtin/acp/cline-acp/provider.js +0 -62
  90. package/providers/_builtin/acp/code-assistant/provider.js +0 -59
  91. package/providers/_builtin/acp/codebuddy/provider.js +0 -59
  92. package/providers/_builtin/acp/codex-cli/provider.js +0 -64
  93. package/providers/_builtin/acp/corust-agent/provider.js +0 -59
  94. package/providers/_builtin/acp/crow-cli/provider.js +0 -59
  95. package/providers/_builtin/acp/cursor-acp/provider.js +0 -59
  96. package/providers/_builtin/acp/deepagents/provider.js +0 -59
  97. package/providers/_builtin/acp/dimcode/provider.js +0 -58
  98. package/providers/_builtin/acp/docker-cagent/provider.js +0 -59
  99. package/providers/_builtin/acp/factory-droid/provider.js +0 -59
  100. package/providers/_builtin/acp/fast-agent/provider.js +0 -59
  101. package/providers/_builtin/acp/fount/provider.js +0 -59
  102. package/providers/_builtin/acp/gemini-cli/provider.js +0 -104
  103. package/providers/_builtin/acp/github-copilot/provider.js +0 -60
  104. package/providers/_builtin/acp/goose/provider.js +0 -64
  105. package/providers/_builtin/acp/junie/provider.js +0 -62
  106. package/providers/_builtin/acp/kilo/provider.js +0 -59
  107. package/providers/_builtin/acp/kimi-cli/provider.js +0 -63
  108. package/providers/_builtin/acp/kiro-cli/provider.js +0 -59
  109. package/providers/_builtin/acp/minion-code/provider.js +0 -59
  110. package/providers/_builtin/acp/mistral-vibe/provider.js +0 -63
  111. package/providers/_builtin/acp/nova/provider.js +0 -59
  112. package/providers/_builtin/acp/openclaw/provider.js +0 -59
  113. package/providers/_builtin/acp/opencode/provider.js +0 -60
  114. package/providers/_builtin/acp/openhands/provider.js +0 -59
  115. package/providers/_builtin/acp/pi-acp/provider.js +0 -59
  116. package/providers/_builtin/acp/qoder/provider.js +0 -58
  117. package/providers/_builtin/acp/qwen-code/provider.js +0 -61
  118. package/providers/_builtin/acp/stakpak/provider.js +0 -59
  119. package/providers/_builtin/acp/vtcode/provider.js +0 -59
  120. package/providers/_builtin/cli/claude-cli/provider.js +0 -128
  121. package/providers/_builtin/cli/codex-cli/provider.js +0 -80
  122. package/providers/_builtin/cli/gemini-cli/provider.js +0 -124
  123. package/providers/_builtin/ide/antigravity/provider.js +0 -114
  124. package/providers/_builtin/ide/kiro/provider.js +0 -90
  125. package/providers/_builtin/ide/pearai/provider.js +0 -100
  126. package/providers/_builtin/ide/trae/provider.js +0 -83
  127. package/providers/_builtin/ide/vscode/provider.js +0 -36
  128. package/providers/_builtin/ide/vscode-insiders/provider.js +0 -27
  129. package/providers/_builtin/ide/vscodium/provider.js +0 -27
  130. package/providers/_builtin/ide/windsurf/provider.js +0 -76
  131. package/providers/_helpers/index.js +0 -188
package/package.json CHANGED
@@ -1,18 +1,16 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.1.54",
4
- "description": "ADHDev CLI Detect, install and configure your IDE + AI agent extensions",
3
+ "version": "0.4.0",
4
+ "description": "ADHDev — Agent Dashboard Hub for Dev. Remote-control AI coding agents from anywhere.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "adhdev": "./dist/index.js"
7
+ "adhdev": "./dist/cli-entrypoint.js"
8
8
  },
9
9
  "scripts": {
10
- "dev": "tsx src/index.ts",
11
- "build": "tsup && cp src/daemon/dev-console.html src/daemon/dev-console.css src/daemon/dev-console.js src/daemon/dev-console-monaco.js dist/",
12
- "start": "node dist/index.js",
13
- "prepublishOnly": "npm run build",
14
- "test": "vitest run",
15
- "test:watch": "vitest"
10
+ "build": "tsup",
11
+ "dev": "tsx src/cli-entrypoint.ts",
12
+ "start": "node dist/cli-entrypoint.js",
13
+ "prepublishOnly": "npm run build"
16
14
  },
17
15
  "files": [
18
16
  "dist",
@@ -27,22 +25,28 @@
27
25
  "setup-wizard",
28
26
  "cursor",
29
27
  "vscode",
30
- "antigravity"
28
+ "windsurf",
29
+ "p2p",
30
+ "webrtc"
31
31
  ],
32
32
  "author": "vilmire",
33
33
  "license": "UNLICENSED",
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "https://github.com/vilmire/adhdev.git",
37
- "directory": "packages/launcher"
36
+ "url": "https://github.com/vilmire/adhdev-cloud.git",
37
+ "directory": "packages/daemon-cloud"
38
+ },
39
+ "homepage": "https://adhf.dev",
40
+ "bugs": "https://github.com/vilmire/adhdev-cloud/issues",
41
+ "engines": {
42
+ "node": ">=18"
38
43
  },
39
- "homepage": "https://github.com/vilmire/adhdev#readme",
40
- "bugs": "https://github.com/vilmire/adhdev/issues",
41
44
  "dependencies": {
42
45
  "chalk": "^5.3.0",
43
46
  "commander": "^12.1.0",
44
47
  "conf": "^13.0.0",
45
48
  "inquirer": "^9.3.0",
49
+ "node-datachannel": "^0.32.1",
46
50
  "node-pty": "^1.0.0",
47
51
  "open": "^10.1.0",
48
52
  "ora": "^8.0.0",
@@ -54,7 +58,6 @@
54
58
  "@types/ws": "^8.18.1",
55
59
  "tsup": "^8.2.0",
56
60
  "tsx": "^4.19.0",
57
- "typescript": "^5.5.0",
58
- "vitest": "^4.0.18"
61
+ "typescript": "^5.5.0"
59
62
  }
60
63
  }
@@ -0,0 +1,217 @@
1
+ # ADHDev Provider Compatibility Matrix
2
+
3
+ > **Last updated:** 2026-03-18
4
+ > **How to contribute:** Submit a PR updating the status for your OS/version. See [Status Legend](#status-legend) below.
5
+
6
+ ## Status Legend
7
+
8
+ | Symbol | Meaning |
9
+ |--------|---------|
10
+ | ✅ | Tested & working |
11
+ | ⚠️ | Partial — works with known issues (add note) |
12
+ | ❌ | Tested & not working |
13
+ | ➖ | Not applicable (tool doesn't exist on this OS) |
14
+ | ❓ | Untested — **needs volunteer** |
15
+
16
+ ---
17
+
18
+ ## IDE Providers
19
+
20
+ > Detected via process scanning + controlled via CDP (Chrome DevTools Protocol).
21
+
22
+ ### OS Compatibility
23
+
24
+ | Provider | Display Name | macOS | Windows | Linux | Tested Versions | Notes |
25
+ |----------|-------------|-------|---------|-------|-----------------|-------|
26
+ | `antigravity` | Antigravity | ❓ | ❓ | ❓ | | |
27
+ | `cursor` | Cursor | ❓ | ❓ | ❓ | | |
28
+ | `kiro` | Kiro | ❓ | ❓ | ❓ | | |
29
+ | `pearai` | PearAI | ❓ | ❓ | ❓ | | |
30
+ | `trae` | Trae | ❓ | ❓ | ❓ | | |
31
+ | `vscode` | Visual Studio Code | ❓ | ❓ | ❓ | | Detection only (no scripts) |
32
+ | `vscode-insiders` | VS Code Insiders | ❓ | ❓ | ❓ | | Detection only (no scripts) |
33
+ | `vscodium` | VSCodium | ❓ | ❓ | ❓ | | Detection only (no scripts) |
34
+ | `windsurf` | Windsurf | ❓ | ❓ | ❓ | | |
35
+
36
+ ### Script Methods — IDE
37
+
38
+ | Provider | readChat | sendMessage | openPanel | listSessions | switchSession | newSession | listModels | setModel | listModes | setMode | resolveAction | focusEditor |
39
+ |----------|----------|-------------|-----------|--------------|---------------|------------|------------|----------|-----------|---------|---------------|-------------|
40
+ | `antigravity` | ✅ | ✅ | ➖ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
41
+ | `cursor` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
42
+ | `kiro` | webview | webview | ✅ | webview | webview¹ | webview | webview | webview | webview | webview | ✅ | ✅ |
43
+ | `pearai` | webview | webview | ✅ | ✅/webview | webview¹ | ✅ | webview | webview | webview | webview | webview | ✅ |
44
+ | `trae` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
45
+ | `vscode` | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ |
46
+ | `vscode-insiders` | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ |
47
+ | `vscodium` | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ | ➖ |
48
+ | `windsurf` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
49
+
50
+ > ¹ `webview` = method operates via webview bridge (internal iframe communication), not direct DOM.
51
+ > `➖` = detection only, no AI chat integration scripts.
52
+
53
+ ---
54
+
55
+ ## Extension Providers
56
+
57
+ > VS Code extensions detected inside IDE instances, controlled via CDP within the host IDE.
58
+
59
+ ### OS Compatibility
60
+
61
+ | Provider | Display Name | macOS | Windows | Linux | Tested Versions | Notes |
62
+ |----------|-------------|-------|---------|-------|-----------------|-------|
63
+ | `cline` | Cline | ❓ | ❓ | ❓ | | |
64
+ | `roo-code` | Roo Code | ❓ | ❓ | ❓ | | |
65
+
66
+ ### Script Methods — Extension
67
+
68
+ | Provider | readChat | sendMessage | openPanel | listSessions | switchSession | newSession | listModels | setModel | listModes | setMode | resolveAction | focusEditor |
69
+ |----------|----------|-------------|-----------|--------------|---------------|------------|------------|----------|-----------|---------|---------------|-------------|
70
+ | `cline` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
71
+ | `roo-code` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
72
+
73
+ ---
74
+
75
+ ## CLI Providers
76
+
77
+ > Terminal-based agents spawned as child processes, controlled via PTY.
78
+
79
+ ### OS Compatibility
80
+
81
+ | Provider | Display Name | macOS | Windows | Linux | Tested Versions | Notes |
82
+ |----------|-------------|-------|---------|-------|-----------------|-------|
83
+ | `claude-cli` | Claude Code | ❓ | ❓ | ❓ | | |
84
+ | `codex-cli` | Codex CLI | ❓ | ❓ | ❓ | | |
85
+ | `gemini-cli` | Gemini CLI | ❓ | ❓ | ❓ | | |
86
+
87
+ ### Supported Operations — CLI
88
+
89
+ | Operation | Description | All CLI Providers |
90
+ |-----------|-------------|-------------------|
91
+ | `spawn` | Start agent process in PTY | ✅ |
92
+ | `input` | Send text/command to stdin | ✅ |
93
+ | `output` | Read stdout/stderr stream | ✅ |
94
+ | `resize` | Resize terminal (cols/rows) | ✅ |
95
+ | `kill` | Terminate process | ✅ |
96
+
97
+ ---
98
+
99
+ ## ACP Providers
100
+
101
+ > Agent Client Protocol agents spawned as subprocesses, communicating via JSON-RPC over stdio.
102
+
103
+ ### OS Compatibility
104
+
105
+ | Provider | Display Name | macOS | Windows | Linux | Tested Versions | Notes |
106
+ |----------|-------------|-------|---------|-------|-----------------|-------|
107
+ | `agentpool` | AgentPool | ❓ | ❓ | ❓ | | |
108
+ | `amp` | Amp (Sourcegraph) | ❓ | ❓ | ❓ | | |
109
+ | `auggie` | Auggie (Augment Code) | ❓ | ❓ | ❓ | | |
110
+ | `autodev` | AutoDev | ❓ | ❓ | ❓ | | |
111
+ | `blackbox-ai` | Blackbox AI | ❓ | ❓ | ❓ | | |
112
+ | `claude-agent` | Claude Code (ACP) | ❓ | ❓ | ❓ | | |
113
+ | `cline-acp` | Cline (ACP) | ❓ | ❓ | ❓ | | |
114
+ | `codex-cli` | Codex CLI (ACP) | ❓ | ❓ | ❓ | | |
115
+ | `corust-agent` | Corust Agent | ❓ | ❓ | ❓ | | |
116
+ | `cursor-acp` | Cursor (ACP) | ❓ | ❓ | ❓ | | |
117
+ | `deepagents` | Deep Agents | ❓ | ❓ | ❓ | | |
118
+ | `docker-cagent` | Docker cagent | ❓ | ❓ | ❓ | | |
119
+ | `factory-droid` | Factory AI Droids | ❓ | ❓ | ❓ | | |
120
+ | `fast-agent` | fast-agent | ❓ | ❓ | ❓ | | |
121
+ | `gemini-cli` | Gemini CLI (ACP) | ❓ | ❓ | ❓ | | |
122
+ | `github-copilot` | GitHub Copilot | ❓ | ❓ | ❓ | | |
123
+ | `goose` | Goose | ❓ | ❓ | ❓ | | |
124
+ | `junie` | Junie (JetBrains) | ❓ | ❓ | ❓ | | |
125
+ | `kilo` | Kilo Code | ❓ | ❓ | ❓ | | |
126
+ | `kimi-cli` | Kimi Code CLI | ❓ | ❓ | ❓ | | |
127
+ | `mistral-vibe` | Mistral Vibe CLI | ❓ | ❓ | ❓ | | |
128
+ | `openclaw` | OpenClaw | ❓ | ❓ | ❓ | | Requires running Gateway |
129
+ | `opencode` | OpenCode | ❓ | ❓ | ❓ | | |
130
+ | `openhands` | OpenHands | ❓ | ❓ | ❓ | | |
131
+ | `pi-acp` | pi | ❓ | ❓ | ❓ | | |
132
+ | `qoder` | Qoder CLI | ❓ | ❓ | ❓ | | |
133
+ | `qwen-code` | Qwen Code | ❓ | ❓ | ❓ | | |
134
+ | `stakpak` | Stakpak | ❓ | ❓ | ❓ | | |
135
+ | `vtcode` | VT Code | ❓ | ❓ | ❓ | | |
136
+
137
+ ### Supported Operations — ACP
138
+
139
+ **Client → Agent (Editor sends to Agent)**
140
+
141
+ | Method | Description | Required |
142
+ |--------|-------------|----------|
143
+ | `initialize` | Handshake, version negotiation, capability exchange | ✅ Required |
144
+ | `authenticate` | Token/password auth if agent requires it | Optional |
145
+ | `session/new` | Create a new conversation session | ✅ Required |
146
+ | `session/prompt` | Send user message with context (files, images) | ✅ Required |
147
+ | `session/load` | Resume an existing session | Optional |
148
+ | `session/set_mode` | Switch agent operating mode | Optional |
149
+ | `session/cancel` | Abort an in-progress prompt (notification) | ✅ Required |
150
+
151
+ **Agent → Client (Agent requests from Editor)**
152
+
153
+ | Method | Description | Required |
154
+ |--------|-------------|----------|
155
+ | `session/update` | Stream progress, messages, tool calls (notification) | ✅ Required |
156
+ | `session/request_permission` | Ask user approval for an action | Optional |
157
+ | `fs/read_text_file` | Read file content including unsaved edits | Optional |
158
+ | `fs/write_text_file` | Write or create a file | Optional |
159
+ | `terminal/create` | Start a shell command | Optional |
160
+ | `terminal/output` | Provide command output | Optional |
161
+ | `terminal/wait_for_exit` | Wait for command completion | Optional |
162
+ | `terminal/kill` | Terminate a running command | Optional |
163
+ | `terminal/release` | Clean up a terminal | Optional |
164
+
165
+ ---
166
+
167
+ ## How to Test & Report
168
+
169
+ ### 1. Run the test
170
+
171
+ ```bash
172
+ # Start the daemon
173
+ adhdev daemon
174
+
175
+ # Or standalone mode
176
+ node packages/daemon-standalone/dist/index.js
177
+ ```
178
+
179
+ ### 2. Verify in the dashboard
180
+ - Open `http://localhost:3847`
181
+ - Check if the provider is detected
182
+ - Test: read_chat, send_chat, screenshot (IDE/Extension)
183
+ - Test: spawn, input, output (CLI/ACP)
184
+
185
+ ### 3. Submit your result
186
+ Fork this repo, update the table above with your result, and submit a PR with:
187
+
188
+ ```
189
+ Provider: <provider-id>
190
+ OS: <macOS 15.x / Windows 11 / Ubuntu 24.04 / etc>
191
+ Provider Version: <e.g. Cursor 0.48>
192
+ Status: ✅ / ⚠️ / ❌
193
+ Notes: <any issues encountered>
194
+ ```
195
+
196
+ ### PR Title Format
197
+ ```
198
+ compat: <provider-id> <os> <status>
199
+ ```
200
+ Example: `compat: cursor macOS ✅`
201
+
202
+ ---
203
+
204
+ ## Version-Specific Notes
205
+
206
+ <!--
207
+ Add version-specific compatibility notes here as they are discovered.
208
+ Example:
209
+
210
+ ### Cursor
211
+ | Version | macOS | Windows | Linux | Notes |
212
+ |---------|-------|---------|-------|-------|
213
+ | 0.48.x | ✅ | ❓ | ❓ | |
214
+ | 0.47.x | ⚠️ | ❓ | ❓ | CDP port changed |
215
+ -->
216
+
217
+ _No version-specific notes yet. Submit a PR to add yours!_
@@ -0,0 +1,54 @@
1
+ {
2
+ "type": "agentpool-acp",
3
+ "name": "AgentPool (ACP)",
4
+ "category": "acp",
5
+ "displayName": "AgentPool",
6
+ "icon": "🏊",
7
+ "install": "pip install agentpool (Python/uvx)",
8
+ "spawn": {
9
+ "command": "agentpool",
10
+ "args": [
11
+ "acp"
12
+ ],
13
+ "shell": false
14
+ },
15
+ "auth": [
16
+ {
17
+ "type": "agent",
18
+ "id": "agentpool",
19
+ "name": "AgentPool Auth",
20
+ "description": "Configure provider through AgentPool setup"
21
+ }
22
+ ],
23
+ "settings": {
24
+ "autoApprove": {
25
+ "type": "boolean",
26
+ "default": false,
27
+ "public": true,
28
+ "label": "Auto Approve",
29
+ "description": "Automatically approve all tool calls without user confirmation"
30
+ },
31
+ "approvalAlert": {
32
+ "type": "boolean",
33
+ "default": true,
34
+ "public": true,
35
+ "label": "Approval Alerts",
36
+ "description": "Show notification when agent requires approval"
37
+ },
38
+ "longGeneratingAlert": {
39
+ "type": "boolean",
40
+ "default": true,
41
+ "public": true,
42
+ "label": "Long Generation Alert",
43
+ "description": "Alert when generation takes too long"
44
+ },
45
+ "longGeneratingThresholdSec": {
46
+ "type": "number",
47
+ "default": 180,
48
+ "public": true,
49
+ "label": "Long Generation Threshold (sec)",
50
+ "min": 30,
51
+ "max": 600
52
+ }
53
+ }
54
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "type": "amp-acp",
3
+ "name": "Amp (ACP)",
4
+ "category": "acp",
5
+ "displayName": "Amp",
6
+ "icon": "⚡",
7
+ "install": "Binary download from GitHub: https://github.com/tao12345666333/amp-acp/releases",
8
+ "spawn": {
9
+ "command": "amp-acp",
10
+ "args": [],
11
+ "shell": false
12
+ },
13
+ "auth": [
14
+ {
15
+ "type": "agent",
16
+ "id": "amp-auth",
17
+ "name": "Amp Authentication",
18
+ "description": "Authenticate through Amp setup flow"
19
+ }
20
+ ],
21
+ "settings": {
22
+ "autoApprove": {
23
+ "type": "boolean",
24
+ "default": false,
25
+ "public": true,
26
+ "label": "Auto Approve",
27
+ "description": "Automatically approve all tool calls without user confirmation"
28
+ },
29
+ "approvalAlert": {
30
+ "type": "boolean",
31
+ "default": true,
32
+ "public": true,
33
+ "label": "Approval Alerts",
34
+ "description": "Show notification when Amp requires approval"
35
+ },
36
+ "longGeneratingAlert": {
37
+ "type": "boolean",
38
+ "default": true,
39
+ "public": true,
40
+ "label": "Long Generation Alert",
41
+ "description": "Alert when generation takes too long"
42
+ },
43
+ "longGeneratingThresholdSec": {
44
+ "type": "number",
45
+ "default": 180,
46
+ "public": true,
47
+ "label": "Long Generation Threshold (sec)",
48
+ "min": 30,
49
+ "max": 600
50
+ }
51
+ }
52
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "type": "auggie-acp",
3
+ "name": "Auggie CLI (ACP)",
4
+ "category": "acp",
5
+ "displayName": "Auggie CLI",
6
+ "icon": "🧠",
7
+ "install": "npm install -g @augmentcode/auggie",
8
+ "spawn": {
9
+ "command": "auggie",
10
+ "args": [
11
+ "--acp"
12
+ ],
13
+ "shell": false,
14
+ "env": {
15
+ "AUGMENT_DISABLE_AUTO_UPDATE": "1"
16
+ }
17
+ },
18
+ "auth": [
19
+ {
20
+ "type": "agent",
21
+ "id": "augment",
22
+ "name": "Augment Code Auth",
23
+ "description": "Authenticate through Augment Code setup"
24
+ }
25
+ ],
26
+ "settings": {
27
+ "autoApprove": {
28
+ "type": "boolean",
29
+ "default": false,
30
+ "public": true,
31
+ "label": "Auto Approve",
32
+ "description": "Automatically approve all tool calls without user confirmation"
33
+ },
34
+ "approvalAlert": {
35
+ "type": "boolean",
36
+ "default": true,
37
+ "public": true,
38
+ "label": "Approval Alerts",
39
+ "description": "Show notification when agent requires approval"
40
+ },
41
+ "longGeneratingAlert": {
42
+ "type": "boolean",
43
+ "default": true,
44
+ "public": true,
45
+ "label": "Long Generation Alert",
46
+ "description": "Alert when generation takes too long"
47
+ },
48
+ "longGeneratingThresholdSec": {
49
+ "type": "number",
50
+ "default": 180,
51
+ "public": true,
52
+ "label": "Long Generation Threshold (sec)",
53
+ "min": 30,
54
+ "max": 600
55
+ }
56
+ }
57
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "type": "autodev-acp",
3
+ "name": "AutoDev (ACP)",
4
+ "category": "acp",
5
+ "displayName": "AutoDev",
6
+ "icon": "🤖",
7
+ "install": "Download from https://github.com/phodal/auto-dev/releases",
8
+ "spawn": {
9
+ "command": "autodev",
10
+ "args": [
11
+ "acp"
12
+ ],
13
+ "shell": false
14
+ },
15
+ "auth": [
16
+ {
17
+ "type": "agent",
18
+ "id": "autodev",
19
+ "name": "AutoDev Auth",
20
+ "description": "Configure provider through AutoDev setup"
21
+ }
22
+ ],
23
+ "settings": {
24
+ "autoApprove": {
25
+ "type": "boolean",
26
+ "default": false,
27
+ "public": true,
28
+ "label": "Auto Approve",
29
+ "description": "Automatically approve all tool calls without user confirmation"
30
+ },
31
+ "approvalAlert": {
32
+ "type": "boolean",
33
+ "default": true,
34
+ "public": true,
35
+ "label": "Approval Alerts",
36
+ "description": "Show notification when agent requires approval"
37
+ },
38
+ "longGeneratingAlert": {
39
+ "type": "boolean",
40
+ "default": true,
41
+ "public": true,
42
+ "label": "Long Generation Alert",
43
+ "description": "Alert when generation takes too long"
44
+ },
45
+ "longGeneratingThresholdSec": {
46
+ "type": "number",
47
+ "default": 180,
48
+ "public": true,
49
+ "label": "Long Generation Threshold (sec)",
50
+ "min": 30,
51
+ "max": 600
52
+ }
53
+ }
54
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "type": "autohand-acp",
3
+ "name": "Autohand Code (ACP)",
4
+ "category": "acp",
5
+ "displayName": "Autohand Code",
6
+ "icon": "🤖",
7
+ "install": "npm install -g @autohandai/autohand-acp",
8
+ "spawn": {
9
+ "command": "autohand-acp",
10
+ "args": [],
11
+ "shell": false
12
+ },
13
+ "auth": [
14
+ {
15
+ "type": "agent",
16
+ "id": "autohand",
17
+ "name": "Autohand Auth",
18
+ "description": "Authenticate through Autohand AI setup"
19
+ }
20
+ ],
21
+ "settings": {
22
+ "autoApprove": {
23
+ "type": "boolean",
24
+ "default": false,
25
+ "public": true,
26
+ "label": "Auto Approve",
27
+ "description": "Automatically approve all tool calls without user confirmation"
28
+ },
29
+ "approvalAlert": {
30
+ "type": "boolean",
31
+ "default": true,
32
+ "public": true,
33
+ "label": "Approval Alerts",
34
+ "description": "Show notification when agent requires approval"
35
+ },
36
+ "longGeneratingAlert": {
37
+ "type": "boolean",
38
+ "default": true,
39
+ "public": true,
40
+ "label": "Long Generation Alert",
41
+ "description": "Alert when generation takes too long"
42
+ },
43
+ "longGeneratingThresholdSec": {
44
+ "type": "number",
45
+ "default": 180,
46
+ "public": true,
47
+ "label": "Long Generation Threshold (sec)",
48
+ "min": 30,
49
+ "max": 600
50
+ }
51
+ }
52
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "type": "blackbox-ai-acp",
3
+ "name": "Blackbox AI (ACP)",
4
+ "category": "acp",
5
+ "displayName": "Blackbox AI",
6
+ "icon": "⬛",
7
+ "install": "Download from https://docs.blackbox.ai/features/blackbox-cli",
8
+ "spawn": {
9
+ "command": "blackbox",
10
+ "args": [
11
+ "acp"
12
+ ],
13
+ "shell": false
14
+ },
15
+ "auth": [
16
+ {
17
+ "type": "agent",
18
+ "id": "blackbox",
19
+ "name": "Blackbox Auth",
20
+ "description": "Authenticate with Blackbox AI account"
21
+ }
22
+ ],
23
+ "settings": {
24
+ "autoApprove": {
25
+ "type": "boolean",
26
+ "default": false,
27
+ "public": true,
28
+ "label": "Auto Approve",
29
+ "description": "Automatically approve all tool calls without user confirmation"
30
+ },
31
+ "approvalAlert": {
32
+ "type": "boolean",
33
+ "default": true,
34
+ "public": true,
35
+ "label": "Approval Alerts",
36
+ "description": "Show notification when agent requires approval"
37
+ },
38
+ "longGeneratingAlert": {
39
+ "type": "boolean",
40
+ "default": true,
41
+ "public": true,
42
+ "label": "Long Generation Alert",
43
+ "description": "Alert when generation takes too long"
44
+ },
45
+ "longGeneratingThresholdSec": {
46
+ "type": "number",
47
+ "default": 180,
48
+ "public": true,
49
+ "label": "Long Generation Threshold (sec)",
50
+ "min": 30,
51
+ "max": 600
52
+ }
53
+ }
54
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "type": "claude-agent-acp",
3
+ "name": "Claude Agent (ACP)",
4
+ "category": "acp",
5
+ "displayName": "Claude Agent",
6
+ "icon": "🟠",
7
+ "install": "npm install -g @zed-industries/claude-agent-acp (requires ANTHROPIC_API_KEY)",
8
+ "spawn": {
9
+ "command": "claude-agent-acp",
10
+ "args": [],
11
+ "shell": false
12
+ },
13
+ "auth": [
14
+ {
15
+ "type": "env_var",
16
+ "id": "anthropic",
17
+ "name": "Anthropic API Key",
18
+ "vars": [
19
+ {
20
+ "name": "ANTHROPIC_API_KEY"
21
+ }
22
+ ],
23
+ "link": "https://console.anthropic.com/settings/keys"
24
+ }
25
+ ],
26
+ "settings": {
27
+ "autoApprove": {
28
+ "type": "boolean",
29
+ "default": false,
30
+ "public": true,
31
+ "label": "Auto Approve",
32
+ "description": "Automatically approve all tool calls without user confirmation"
33
+ },
34
+ "approvalAlert": {
35
+ "type": "boolean",
36
+ "default": true,
37
+ "public": true,
38
+ "label": "Approval Alerts",
39
+ "description": "Show notification when Claude requires approval"
40
+ },
41
+ "longGeneratingAlert": {
42
+ "type": "boolean",
43
+ "default": true,
44
+ "public": true,
45
+ "label": "Long Generation Alert",
46
+ "description": "Alert when generation takes too long"
47
+ },
48
+ "longGeneratingThresholdSec": {
49
+ "type": "number",
50
+ "default": 180,
51
+ "public": true,
52
+ "label": "Long Generation Threshold (sec)",
53
+ "min": 30,
54
+ "max": 600
55
+ }
56
+ }
57
+ }