adhdev 0.2.0 → 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.
- package/dist/cli-entrypoint.js +18164 -1101
- package/dist/cli-entrypoint.js.map +1 -1
- package/dist/index.js +18304 -1262
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/providers/_builtin/COMPATIBILITY.md +217 -0
- package/providers/_builtin/acp/agentpool/provider.json +7 -0
- package/providers/_builtin/acp/amp/provider.json +7 -0
- package/providers/_builtin/acp/auggie/provider.json +7 -0
- package/providers/_builtin/acp/autodev/provider.json +7 -0
- package/providers/_builtin/acp/autohand/provider.json +7 -0
- package/providers/_builtin/acp/blackbox-ai/provider.json +7 -0
- package/providers/_builtin/acp/claude-agent/provider.json +7 -0
- package/providers/_builtin/acp/cline-acp/provider.json +7 -0
- package/providers/_builtin/acp/codebuddy/provider.json +7 -0
- package/providers/_builtin/acp/codex-cli/provider.json +7 -0
- package/providers/_builtin/acp/corust-agent/provider.json +7 -0
- package/providers/_builtin/acp/crow-cli/provider.json +7 -0
- package/providers/_builtin/acp/cursor-acp/provider.json +7 -0
- package/providers/_builtin/acp/deepagents/provider.json +7 -0
- package/providers/_builtin/acp/dimcode/provider.json +7 -0
- package/providers/_builtin/acp/docker-cagent/provider.json +7 -0
- package/providers/_builtin/acp/factory-droid/provider.json +7 -0
- package/providers/_builtin/acp/fast-agent/provider.json +7 -0
- package/providers/_builtin/acp/gemini-cli/provider.json +7 -0
- package/providers/_builtin/acp/github-copilot/provider.json +7 -0
- package/providers/_builtin/acp/goose/provider.json +7 -0
- package/providers/_builtin/acp/junie/provider.json +7 -0
- package/providers/_builtin/acp/kilo/provider.json +10 -1
- package/providers/_builtin/acp/kimi-cli/provider.json +7 -0
- package/providers/_builtin/acp/minion-code/provider.json +7 -0
- package/providers/_builtin/acp/mistral-vibe/provider.json +7 -0
- package/providers/_builtin/acp/nova/provider.json +7 -0
- package/providers/_builtin/acp/openclaw/provider.json +7 -0
- package/providers/_builtin/acp/opencode/provider.json +7 -0
- package/providers/_builtin/acp/openhands/provider.json +7 -0
- package/providers/_builtin/acp/pi-acp/provider.json +7 -0
- package/providers/_builtin/acp/qoder/provider.json +7 -0
- package/providers/_builtin/acp/qwen-code/provider.json +7 -0
- package/providers/_builtin/acp/stakpak/provider.json +7 -0
- package/providers/_builtin/acp/vtcode/provider.json +7 -0
- package/providers/_builtin/cli/claude-cli/provider.json +22 -0
- package/providers/_builtin/cli/codex-cli/provider.json +29 -0
- package/providers/_builtin/cli/gemini-cli/provider.json +29 -0
- package/providers/_builtin/docs/CDP_SELECTOR_GUIDE.md +370 -0
- package/providers/_builtin/docs/PROVIDER_GUIDE.md +916 -0
- package/providers/_builtin/extension/cline/provider.json +24 -0
- package/providers/_builtin/extension/roo-code/provider.json +24 -0
- package/providers/_builtin/ide/antigravity/provider.json +32 -1
- package/providers/_builtin/ide/antigravity/scripts/legacy/list_models.js +38 -0
- package/providers/_builtin/ide/antigravity/scripts/legacy/list_modes.js +48 -0
- package/providers/_builtin/ide/antigravity/scripts/legacy/scripts.js +64 -0
- package/providers/_builtin/ide/antigravity/scripts/legacy/set_mode.js +34 -0
- package/providers/_builtin/ide/antigravity/scripts/legacy/set_model.js +47 -0
- package/providers/_builtin/ide/antigravity/scripts/list_models.js +31 -8
- package/providers/_builtin/ide/antigravity/scripts/list_modes.js +37 -13
- package/providers/_builtin/ide/antigravity/scripts/set_mode.js +49 -16
- package/providers/_builtin/ide/antigravity/scripts/set_model.js +47 -22
- package/providers/_builtin/ide/antigravity/scripts.js +54 -60
- package/providers/_builtin/ide/cursor/provider.json +24 -0
- package/providers/_builtin/ide/cursor/scripts.js +16 -10
- package/providers/_builtin/ide/kiro/provider.json +25 -1
- package/providers/_builtin/ide/pearai/provider.json +25 -1
- package/providers/_builtin/ide/trae/provider.json +25 -1
- package/providers/_builtin/ide/vscode/provider.json +25 -1
- package/providers/_builtin/ide/vscode-insiders/provider.json +25 -1
- package/providers/_builtin/ide/vscodium/provider.json +25 -1
- package/providers/_builtin/ide/windsurf/provider.json +25 -1
- package/providers/_builtin/acp/code-assistant/provider.json +0 -47
- package/providers/_builtin/acp/fount/provider.json +0 -47
- package/providers/_builtin/acp/kiro-cli/provider.json +0 -47
package/package.json
CHANGED
|
@@ -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!_
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
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
|
+
},
|
|
22
29
|
"approvalAlert": {
|
|
23
30
|
"type": "boolean",
|
|
24
31
|
"default": true,
|
|
@@ -24,6 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
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
|
+
},
|
|
27
34
|
"approvalAlert": {
|
|
28
35
|
"type": "boolean",
|
|
29
36
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
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
|
+
},
|
|
22
29
|
"approvalAlert": {
|
|
23
30
|
"type": "boolean",
|
|
24
31
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -24,6 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
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
|
+
},
|
|
27
34
|
"approvalAlert": {
|
|
28
35
|
"type": "boolean",
|
|
29
36
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -24,6 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
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
|
+
},
|
|
27
34
|
"approvalAlert": {
|
|
28
35
|
"type": "boolean",
|
|
29
36
|
"default": true,
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
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
|
+
},
|
|
22
29
|
"approvalAlert": {
|
|
23
30
|
"type": "boolean",
|
|
24
31
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
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
|
+
},
|
|
22
29
|
"approvalAlert": {
|
|
23
30
|
"type": "boolean",
|
|
24
31
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -24,6 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
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
|
+
},
|
|
27
34
|
"approvalAlert": {
|
|
28
35
|
"type": "boolean",
|
|
29
36
|
"default": true,
|
|
@@ -27,6 +27,13 @@
|
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
29
|
"settings": {
|
|
30
|
+
"autoApprove": {
|
|
31
|
+
"type": "boolean",
|
|
32
|
+
"default": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"label": "Auto Approve",
|
|
35
|
+
"description": "Automatically approve all tool calls without user confirmation"
|
|
36
|
+
},
|
|
30
37
|
"approvalAlert": {
|
|
31
38
|
"type": "boolean",
|
|
32
39
|
"default": true,
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
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
|
+
},
|
|
22
29
|
"approvalAlert": {
|
|
23
30
|
"type": "boolean",
|
|
24
31
|
"default": true,
|
|
@@ -83,6 +83,13 @@
|
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
85
|
"settings": {
|
|
86
|
+
"autoApprove": {
|
|
87
|
+
"type": "boolean",
|
|
88
|
+
"default": false,
|
|
89
|
+
"public": true,
|
|
90
|
+
"label": "Auto Approve",
|
|
91
|
+
"description": "Automatically approve all tool calls without user confirmation"
|
|
92
|
+
},
|
|
86
93
|
"approvalAlert": {
|
|
87
94
|
"type": "boolean",
|
|
88
95
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -24,6 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
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
|
+
},
|
|
27
34
|
"approvalAlert": {
|
|
28
35
|
"type": "boolean",
|
|
29
36
|
"default": true,
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
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
|
+
},
|
|
22
29
|
"approvalAlert": {
|
|
23
30
|
"type": "boolean",
|
|
24
31
|
"default": true,
|
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
"install": "npm install -g @kilocode/cli",
|
|
8
8
|
"spawn": {
|
|
9
9
|
"command": "kilo",
|
|
10
|
-
"args": [
|
|
10
|
+
"args": [
|
|
11
|
+
"acp"
|
|
12
|
+
],
|
|
11
13
|
"shell": false
|
|
12
14
|
},
|
|
13
15
|
"auth": [
|
|
@@ -19,6 +21,13 @@
|
|
|
19
21
|
}
|
|
20
22
|
],
|
|
21
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
|
+
},
|
|
22
31
|
"approvalAlert": {
|
|
23
32
|
"type": "boolean",
|
|
24
33
|
"default": true,
|
|
@@ -24,6 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
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
|
+
},
|
|
27
34
|
"approvalAlert": {
|
|
28
35
|
"type": "boolean",
|
|
29
36
|
"default": true,
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
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
|
+
},
|
|
22
29
|
"approvalAlert": {
|
|
23
30
|
"type": "boolean",
|
|
24
31
|
"default": true,
|
|
@@ -24,6 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
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
|
+
},
|
|
27
34
|
"approvalAlert": {
|
|
28
35
|
"type": "boolean",
|
|
29
36
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
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
|
+
},
|
|
24
31
|
"approvalAlert": {
|
|
25
32
|
"type": "boolean",
|
|
26
33
|
"default": true,
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
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
|
+
},
|
|
22
29
|
"approvalAlert": {
|
|
23
30
|
"type": "boolean",
|
|
24
31
|
"default": true,
|