adhdev 0.1.54 → 0.2.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 +12020 -0
- package/dist/cli-entrypoint.js.map +1 -0
- package/dist/index.js +9721 -10847
- package/dist/index.js.map +1 -0
- package/package.json +19 -16
- package/providers/_builtin/acp/agentpool/provider.json +47 -0
- package/providers/_builtin/acp/amp/provider.json +45 -0
- package/providers/_builtin/acp/auggie/provider.json +50 -0
- package/providers/_builtin/acp/autodev/provider.json +47 -0
- package/providers/_builtin/acp/autohand/provider.json +45 -0
- package/providers/_builtin/acp/blackbox-ai/provider.json +47 -0
- package/providers/_builtin/acp/claude-agent/provider.json +50 -0
- package/providers/_builtin/acp/cline-acp/provider.json +47 -0
- package/providers/_builtin/acp/code-assistant/provider.json +47 -0
- package/providers/_builtin/acp/codebuddy/provider.json +47 -0
- package/providers/_builtin/acp/codex-cli/provider.json +50 -0
- package/providers/_builtin/acp/corust-agent/provider.json +45 -0
- package/providers/_builtin/acp/crow-cli/provider.json +47 -0
- package/providers/_builtin/acp/cursor-acp/provider.json +47 -0
- package/providers/_builtin/acp/deepagents/provider.json +45 -0
- package/providers/_builtin/acp/dimcode/provider.json +47 -0
- package/providers/_builtin/acp/docker-cagent/provider.json +50 -0
- package/providers/_builtin/acp/factory-droid/provider.json +53 -0
- package/providers/_builtin/acp/fast-agent/provider.json +45 -0
- package/providers/_builtin/acp/fount/provider.json +47 -0
- package/providers/_builtin/acp/gemini-cli/provider.json +107 -0
- package/providers/_builtin/acp/github-copilot/provider.json +47 -0
- package/providers/_builtin/acp/goose/provider.json +50 -0
- package/providers/_builtin/acp/junie/provider.json +45 -0
- package/providers/_builtin/acp/kilo/provider.json +45 -0
- package/providers/_builtin/acp/kimi-cli/provider.json +50 -0
- package/providers/_builtin/acp/kiro-cli/provider.json +47 -0
- package/providers/_builtin/acp/minion-code/provider.json +45 -0
- package/providers/_builtin/acp/mistral-vibe/provider.json +50 -0
- package/providers/_builtin/acp/nova/provider.json +47 -0
- package/providers/_builtin/acp/openclaw/provider.json +47 -0
- package/providers/_builtin/acp/opencode/provider.json +45 -0
- package/providers/_builtin/acp/openhands/provider.json +47 -0
- package/providers/_builtin/acp/pi-acp/provider.json +45 -0
- package/providers/_builtin/acp/qoder/provider.json +47 -0
- package/providers/_builtin/acp/qwen-code/provider.json +53 -0
- package/providers/_builtin/acp/stakpak/provider.json +47 -0
- package/providers/_builtin/acp/vtcode/provider.json +47 -0
- package/providers/_builtin/cli/claude-cli/provider.json +78 -0
- package/providers/_builtin/cli/codex-cli/provider.json +60 -0
- package/providers/_builtin/cli/gemini-cli/provider.json +64 -0
- package/providers/_builtin/extension/cline/provider.json +11 -0
- package/providers/_builtin/extension/cline/scripts/open_panel.js +1 -1
- package/providers/_builtin/extension/cline/{provider.js → scripts.js} +29 -55
- package/providers/_builtin/extension/roo-code/provider.json +11 -0
- package/providers/_builtin/extension/roo-code/{provider.js → scripts.js} +27 -97
- package/providers/_builtin/ide/antigravity/provider.json +32 -0
- package/providers/_builtin/ide/antigravity/scripts.js +73 -0
- package/providers/_builtin/ide/cursor/provider.json +35 -0
- package/providers/_builtin/ide/cursor/{provider.js → scripts.js} +31 -69
- package/providers/_builtin/ide/kiro/provider.json +36 -0
- package/providers/_builtin/ide/kiro/scripts.js +62 -0
- package/providers/_builtin/ide/pearai/provider.json +36 -0
- package/providers/_builtin/ide/pearai/scripts.js +74 -0
- package/providers/_builtin/ide/trae/provider.json +35 -0
- package/providers/_builtin/ide/trae/scripts.js +57 -0
- package/providers/_builtin/ide/vscode/provider.json +33 -0
- package/providers/_builtin/ide/vscode-insiders/provider.json +31 -0
- package/providers/_builtin/ide/vscodium/provider.json +32 -0
- package/providers/_builtin/ide/windsurf/provider.json +22 -0
- package/providers/_builtin/ide/windsurf/scripts.js +57 -0
- package/README.md +0 -43
- package/dist/dev-console-monaco.js +0 -176
- package/dist/dev-console.css +0 -326
- package/dist/dev-console.html +0 -148
- package/dist/dev-console.js +0 -1165
- package/dist/index.d.ts +0 -2
- package/providers/_builtin/acp/agentpool/provider.js +0 -59
- package/providers/_builtin/acp/amp/provider.js +0 -61
- package/providers/_builtin/acp/auggie/provider.js +0 -60
- package/providers/_builtin/acp/autodev/provider.js +0 -59
- package/providers/_builtin/acp/autohand/provider.js +0 -59
- package/providers/_builtin/acp/blackbox-ai/provider.js +0 -59
- package/providers/_builtin/acp/claude-agent/provider.js +0 -61
- package/providers/_builtin/acp/cline-acp/provider.js +0 -62
- package/providers/_builtin/acp/code-assistant/provider.js +0 -59
- package/providers/_builtin/acp/codebuddy/provider.js +0 -59
- package/providers/_builtin/acp/codex-cli/provider.js +0 -64
- package/providers/_builtin/acp/corust-agent/provider.js +0 -59
- package/providers/_builtin/acp/crow-cli/provider.js +0 -59
- package/providers/_builtin/acp/cursor-acp/provider.js +0 -59
- package/providers/_builtin/acp/deepagents/provider.js +0 -59
- package/providers/_builtin/acp/dimcode/provider.js +0 -58
- package/providers/_builtin/acp/docker-cagent/provider.js +0 -59
- package/providers/_builtin/acp/factory-droid/provider.js +0 -59
- package/providers/_builtin/acp/fast-agent/provider.js +0 -59
- package/providers/_builtin/acp/fount/provider.js +0 -59
- package/providers/_builtin/acp/gemini-cli/provider.js +0 -104
- package/providers/_builtin/acp/github-copilot/provider.js +0 -60
- package/providers/_builtin/acp/goose/provider.js +0 -64
- package/providers/_builtin/acp/junie/provider.js +0 -62
- package/providers/_builtin/acp/kilo/provider.js +0 -59
- package/providers/_builtin/acp/kimi-cli/provider.js +0 -63
- package/providers/_builtin/acp/kiro-cli/provider.js +0 -59
- package/providers/_builtin/acp/minion-code/provider.js +0 -59
- package/providers/_builtin/acp/mistral-vibe/provider.js +0 -63
- package/providers/_builtin/acp/nova/provider.js +0 -59
- package/providers/_builtin/acp/openclaw/provider.js +0 -59
- package/providers/_builtin/acp/opencode/provider.js +0 -60
- package/providers/_builtin/acp/openhands/provider.js +0 -59
- package/providers/_builtin/acp/pi-acp/provider.js +0 -59
- package/providers/_builtin/acp/qoder/provider.js +0 -58
- package/providers/_builtin/acp/qwen-code/provider.js +0 -61
- package/providers/_builtin/acp/stakpak/provider.js +0 -59
- package/providers/_builtin/acp/vtcode/provider.js +0 -59
- package/providers/_builtin/cli/claude-cli/provider.js +0 -128
- package/providers/_builtin/cli/codex-cli/provider.js +0 -80
- package/providers/_builtin/cli/gemini-cli/provider.js +0 -124
- package/providers/_builtin/ide/antigravity/provider.js +0 -114
- package/providers/_builtin/ide/kiro/provider.js +0 -90
- package/providers/_builtin/ide/pearai/provider.js +0 -100
- package/providers/_builtin/ide/trae/provider.js +0 -83
- package/providers/_builtin/ide/vscode/provider.js +0 -36
- package/providers/_builtin/ide/vscode-insiders/provider.js +0 -27
- package/providers/_builtin/ide/vscodium/provider.js +0 -27
- package/providers/_builtin/ide/windsurf/provider.js +0 -76
- package/providers/_helpers/index.js +0 -188
package/package.json
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "ADHDev
|
|
3
|
+
"version": "0.2.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/
|
|
7
|
+
"adhdev": "./dist/cli-entrypoint.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"start": "node dist/
|
|
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
|
-
"
|
|
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/
|
|
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,47 @@
|
|
|
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
|
+
"approvalAlert": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"default": true,
|
|
27
|
+
"public": true,
|
|
28
|
+
"label": "Approval Alerts",
|
|
29
|
+
"description": "Show notification when agent requires approval"
|
|
30
|
+
},
|
|
31
|
+
"longGeneratingAlert": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"public": true,
|
|
35
|
+
"label": "Long Generation Alert",
|
|
36
|
+
"description": "Alert when generation takes too long"
|
|
37
|
+
},
|
|
38
|
+
"longGeneratingThresholdSec": {
|
|
39
|
+
"type": "number",
|
|
40
|
+
"default": 180,
|
|
41
|
+
"public": true,
|
|
42
|
+
"label": "Long Generation Threshold (sec)",
|
|
43
|
+
"min": 30,
|
|
44
|
+
"max": 600
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
"approvalAlert": {
|
|
23
|
+
"type": "boolean",
|
|
24
|
+
"default": true,
|
|
25
|
+
"public": true,
|
|
26
|
+
"label": "Approval Alerts",
|
|
27
|
+
"description": "Show notification when Amp requires approval"
|
|
28
|
+
},
|
|
29
|
+
"longGeneratingAlert": {
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": true,
|
|
32
|
+
"public": true,
|
|
33
|
+
"label": "Long Generation Alert",
|
|
34
|
+
"description": "Alert when generation takes too long"
|
|
35
|
+
},
|
|
36
|
+
"longGeneratingThresholdSec": {
|
|
37
|
+
"type": "number",
|
|
38
|
+
"default": 180,
|
|
39
|
+
"public": true,
|
|
40
|
+
"label": "Long Generation Threshold (sec)",
|
|
41
|
+
"min": 30,
|
|
42
|
+
"max": 600
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
"approvalAlert": {
|
|
28
|
+
"type": "boolean",
|
|
29
|
+
"default": true,
|
|
30
|
+
"public": true,
|
|
31
|
+
"label": "Approval Alerts",
|
|
32
|
+
"description": "Show notification when agent requires approval"
|
|
33
|
+
},
|
|
34
|
+
"longGeneratingAlert": {
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"default": true,
|
|
37
|
+
"public": true,
|
|
38
|
+
"label": "Long Generation Alert",
|
|
39
|
+
"description": "Alert when generation takes too long"
|
|
40
|
+
},
|
|
41
|
+
"longGeneratingThresholdSec": {
|
|
42
|
+
"type": "number",
|
|
43
|
+
"default": 180,
|
|
44
|
+
"public": true,
|
|
45
|
+
"label": "Long Generation Threshold (sec)",
|
|
46
|
+
"min": 30,
|
|
47
|
+
"max": 600
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
"approvalAlert": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"default": true,
|
|
27
|
+
"public": true,
|
|
28
|
+
"label": "Approval Alerts",
|
|
29
|
+
"description": "Show notification when agent requires approval"
|
|
30
|
+
},
|
|
31
|
+
"longGeneratingAlert": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"public": true,
|
|
35
|
+
"label": "Long Generation Alert",
|
|
36
|
+
"description": "Alert when generation takes too long"
|
|
37
|
+
},
|
|
38
|
+
"longGeneratingThresholdSec": {
|
|
39
|
+
"type": "number",
|
|
40
|
+
"default": 180,
|
|
41
|
+
"public": true,
|
|
42
|
+
"label": "Long Generation Threshold (sec)",
|
|
43
|
+
"min": 30,
|
|
44
|
+
"max": 600
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
"approvalAlert": {
|
|
23
|
+
"type": "boolean",
|
|
24
|
+
"default": true,
|
|
25
|
+
"public": true,
|
|
26
|
+
"label": "Approval Alerts",
|
|
27
|
+
"description": "Show notification when agent requires approval"
|
|
28
|
+
},
|
|
29
|
+
"longGeneratingAlert": {
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": true,
|
|
32
|
+
"public": true,
|
|
33
|
+
"label": "Long Generation Alert",
|
|
34
|
+
"description": "Alert when generation takes too long"
|
|
35
|
+
},
|
|
36
|
+
"longGeneratingThresholdSec": {
|
|
37
|
+
"type": "number",
|
|
38
|
+
"default": 180,
|
|
39
|
+
"public": true,
|
|
40
|
+
"label": "Long Generation Threshold (sec)",
|
|
41
|
+
"min": 30,
|
|
42
|
+
"max": 600
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
"approvalAlert": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"default": true,
|
|
27
|
+
"public": true,
|
|
28
|
+
"label": "Approval Alerts",
|
|
29
|
+
"description": "Show notification when agent requires approval"
|
|
30
|
+
},
|
|
31
|
+
"longGeneratingAlert": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"public": true,
|
|
35
|
+
"label": "Long Generation Alert",
|
|
36
|
+
"description": "Alert when generation takes too long"
|
|
37
|
+
},
|
|
38
|
+
"longGeneratingThresholdSec": {
|
|
39
|
+
"type": "number",
|
|
40
|
+
"default": 180,
|
|
41
|
+
"public": true,
|
|
42
|
+
"label": "Long Generation Threshold (sec)",
|
|
43
|
+
"min": 30,
|
|
44
|
+
"max": 600
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
"approvalAlert": {
|
|
28
|
+
"type": "boolean",
|
|
29
|
+
"default": true,
|
|
30
|
+
"public": true,
|
|
31
|
+
"label": "Approval Alerts",
|
|
32
|
+
"description": "Show notification when Claude requires approval"
|
|
33
|
+
},
|
|
34
|
+
"longGeneratingAlert": {
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"default": true,
|
|
37
|
+
"public": true,
|
|
38
|
+
"label": "Long Generation Alert",
|
|
39
|
+
"description": "Alert when generation takes too long"
|
|
40
|
+
},
|
|
41
|
+
"longGeneratingThresholdSec": {
|
|
42
|
+
"type": "number",
|
|
43
|
+
"default": 180,
|
|
44
|
+
"public": true,
|
|
45
|
+
"label": "Long Generation Threshold (sec)",
|
|
46
|
+
"min": 30,
|
|
47
|
+
"max": 600
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "cline-acp",
|
|
3
|
+
"name": "Cline (ACP)",
|
|
4
|
+
"category": "acp",
|
|
5
|
+
"displayName": "Cline (ACP)",
|
|
6
|
+
"icon": "🔵",
|
|
7
|
+
"install": "npm install -g cline",
|
|
8
|
+
"spawn": {
|
|
9
|
+
"command": "cline",
|
|
10
|
+
"args": [
|
|
11
|
+
"--acp"
|
|
12
|
+
],
|
|
13
|
+
"shell": false
|
|
14
|
+
},
|
|
15
|
+
"auth": [
|
|
16
|
+
{
|
|
17
|
+
"type": "agent",
|
|
18
|
+
"id": "cline-settings",
|
|
19
|
+
"name": "Cline Settings",
|
|
20
|
+
"description": "Configure API keys through Cline interactive setup"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"settings": {
|
|
24
|
+
"approvalAlert": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"default": true,
|
|
27
|
+
"public": true,
|
|
28
|
+
"label": "Approval Alerts",
|
|
29
|
+
"description": "Show notification when Cline requires approval"
|
|
30
|
+
},
|
|
31
|
+
"longGeneratingAlert": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"public": true,
|
|
35
|
+
"label": "Long Generation Alert",
|
|
36
|
+
"description": "Alert when generation takes too long"
|
|
37
|
+
},
|
|
38
|
+
"longGeneratingThresholdSec": {
|
|
39
|
+
"type": "number",
|
|
40
|
+
"default": 180,
|
|
41
|
+
"public": true,
|
|
42
|
+
"label": "Long Generation Threshold (sec)",
|
|
43
|
+
"min": 30,
|
|
44
|
+
"max": 600
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "code-assistant-acp",
|
|
3
|
+
"name": "Code Assistant (ACP)",
|
|
4
|
+
"category": "acp",
|
|
5
|
+
"displayName": "Code Assistant",
|
|
6
|
+
"icon": "🔧",
|
|
7
|
+
"install": "Download from https://github.com/stippi/code-assistant/releases",
|
|
8
|
+
"spawn": {
|
|
9
|
+
"command": "code-assistant",
|
|
10
|
+
"args": [
|
|
11
|
+
"--acp"
|
|
12
|
+
],
|
|
13
|
+
"shell": false
|
|
14
|
+
},
|
|
15
|
+
"auth": [
|
|
16
|
+
{
|
|
17
|
+
"type": "agent",
|
|
18
|
+
"id": "code-assistant",
|
|
19
|
+
"name": "Code Assistant Auth",
|
|
20
|
+
"description": "Configure provider through code-assistant setup"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"settings": {
|
|
24
|
+
"approvalAlert": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"default": true,
|
|
27
|
+
"public": true,
|
|
28
|
+
"label": "Approval Alerts",
|
|
29
|
+
"description": "Show notification when agent requires approval"
|
|
30
|
+
},
|
|
31
|
+
"longGeneratingAlert": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"public": true,
|
|
35
|
+
"label": "Long Generation Alert",
|
|
36
|
+
"description": "Alert when generation takes too long"
|
|
37
|
+
},
|
|
38
|
+
"longGeneratingThresholdSec": {
|
|
39
|
+
"type": "number",
|
|
40
|
+
"default": 180,
|
|
41
|
+
"public": true,
|
|
42
|
+
"label": "Long Generation Threshold (sec)",
|
|
43
|
+
"min": 30,
|
|
44
|
+
"max": 600
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "codebuddy-acp",
|
|
3
|
+
"name": "Codebuddy Code (ACP)",
|
|
4
|
+
"category": "acp",
|
|
5
|
+
"displayName": "Codebuddy Code",
|
|
6
|
+
"icon": "🐧",
|
|
7
|
+
"install": "npm install -g @tencent-ai/codebuddy-code",
|
|
8
|
+
"spawn": {
|
|
9
|
+
"command": "codebuddy-code",
|
|
10
|
+
"args": [
|
|
11
|
+
"--acp"
|
|
12
|
+
],
|
|
13
|
+
"shell": false
|
|
14
|
+
},
|
|
15
|
+
"auth": [
|
|
16
|
+
{
|
|
17
|
+
"type": "agent",
|
|
18
|
+
"id": "tencent",
|
|
19
|
+
"name": "Tencent Cloud Auth",
|
|
20
|
+
"description": "Authenticate through Tencent Cloud account"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"settings": {
|
|
24
|
+
"approvalAlert": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"default": true,
|
|
27
|
+
"public": true,
|
|
28
|
+
"label": "Approval Alerts",
|
|
29
|
+
"description": "Show notification when agent requires approval"
|
|
30
|
+
},
|
|
31
|
+
"longGeneratingAlert": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"public": true,
|
|
35
|
+
"label": "Long Generation Alert",
|
|
36
|
+
"description": "Alert when generation takes too long"
|
|
37
|
+
},
|
|
38
|
+
"longGeneratingThresholdSec": {
|
|
39
|
+
"type": "number",
|
|
40
|
+
"default": 180,
|
|
41
|
+
"public": true,
|
|
42
|
+
"label": "Long Generation Threshold (sec)",
|
|
43
|
+
"min": 30,
|
|
44
|
+
"max": 600
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "codex-acp",
|
|
3
|
+
"name": "Codex (ACP)",
|
|
4
|
+
"category": "acp",
|
|
5
|
+
"displayName": "Codex (ACP)",
|
|
6
|
+
"icon": "🤖",
|
|
7
|
+
"install": "npm install -g @zed-industries/codex-acp (requires OPENAI_API_KEY)",
|
|
8
|
+
"spawn": {
|
|
9
|
+
"command": "codex-acp",
|
|
10
|
+
"args": [],
|
|
11
|
+
"shell": false
|
|
12
|
+
},
|
|
13
|
+
"auth": [
|
|
14
|
+
{
|
|
15
|
+
"type": "env_var",
|
|
16
|
+
"id": "openai",
|
|
17
|
+
"name": "OpenAI API Key",
|
|
18
|
+
"vars": [
|
|
19
|
+
{
|
|
20
|
+
"name": "OPENAI_API_KEY"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"link": "https://platform.openai.com/api-keys"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"settings": {
|
|
27
|
+
"approvalAlert": {
|
|
28
|
+
"type": "boolean",
|
|
29
|
+
"default": true,
|
|
30
|
+
"public": true,
|
|
31
|
+
"label": "Approval Alerts",
|
|
32
|
+
"description": "Show notification when Codex requires approval"
|
|
33
|
+
},
|
|
34
|
+
"longGeneratingAlert": {
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"default": true,
|
|
37
|
+
"public": true,
|
|
38
|
+
"label": "Long Generation Alert",
|
|
39
|
+
"description": "Alert when generation takes too long"
|
|
40
|
+
},
|
|
41
|
+
"longGeneratingThresholdSec": {
|
|
42
|
+
"type": "number",
|
|
43
|
+
"default": 180,
|
|
44
|
+
"public": true,
|
|
45
|
+
"label": "Long Generation Threshold (sec)",
|
|
46
|
+
"min": 30,
|
|
47
|
+
"max": 600
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "corust-agent-acp",
|
|
3
|
+
"name": "Corust Agent (ACP)",
|
|
4
|
+
"category": "acp",
|
|
5
|
+
"displayName": "Corust Agent",
|
|
6
|
+
"icon": "🦀",
|
|
7
|
+
"install": "Download from https://github.com/Corust-ai/corust-agent-release/releases",
|
|
8
|
+
"spawn": {
|
|
9
|
+
"command": "corust-agent-acp",
|
|
10
|
+
"args": [],
|
|
11
|
+
"shell": false
|
|
12
|
+
},
|
|
13
|
+
"auth": [
|
|
14
|
+
{
|
|
15
|
+
"type": "agent",
|
|
16
|
+
"id": "corust",
|
|
17
|
+
"name": "Corust Auth",
|
|
18
|
+
"description": "Authenticate through Corust AI setup"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"settings": {
|
|
22
|
+
"approvalAlert": {
|
|
23
|
+
"type": "boolean",
|
|
24
|
+
"default": true,
|
|
25
|
+
"public": true,
|
|
26
|
+
"label": "Approval Alerts",
|
|
27
|
+
"description": "Show notification when agent requires approval"
|
|
28
|
+
},
|
|
29
|
+
"longGeneratingAlert": {
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": true,
|
|
32
|
+
"public": true,
|
|
33
|
+
"label": "Long Generation Alert",
|
|
34
|
+
"description": "Alert when generation takes too long"
|
|
35
|
+
},
|
|
36
|
+
"longGeneratingThresholdSec": {
|
|
37
|
+
"type": "number",
|
|
38
|
+
"default": 180,
|
|
39
|
+
"public": true,
|
|
40
|
+
"label": "Long Generation Threshold (sec)",
|
|
41
|
+
"min": 30,
|
|
42
|
+
"max": 600
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|