adhdev 0.2.0 → 0.4.1

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 (145) hide show
  1. package/dist/cli-entrypoint.js +18710 -1198
  2. package/dist/cli-entrypoint.js.map +1 -1
  3. package/dist/index.js +18720 -1228
  4. package/dist/index.js.map +1 -1
  5. package/package.json +2 -2
  6. package/providers/_builtin/CONTRIBUTING.md +0 -141
  7. package/providers/_builtin/README.md +0 -51
  8. package/providers/_builtin/_helpers/index.js +0 -188
  9. package/providers/_builtin/acp/agentpool/provider.json +0 -47
  10. package/providers/_builtin/acp/amp/provider.json +0 -45
  11. package/providers/_builtin/acp/auggie/provider.json +0 -50
  12. package/providers/_builtin/acp/autodev/provider.json +0 -47
  13. package/providers/_builtin/acp/autohand/provider.json +0 -45
  14. package/providers/_builtin/acp/blackbox-ai/provider.json +0 -47
  15. package/providers/_builtin/acp/claude-agent/provider.json +0 -50
  16. package/providers/_builtin/acp/cline-acp/provider.json +0 -47
  17. package/providers/_builtin/acp/code-assistant/provider.json +0 -47
  18. package/providers/_builtin/acp/codebuddy/provider.json +0 -47
  19. package/providers/_builtin/acp/codex-cli/provider.json +0 -50
  20. package/providers/_builtin/acp/corust-agent/provider.json +0 -45
  21. package/providers/_builtin/acp/crow-cli/provider.json +0 -47
  22. package/providers/_builtin/acp/cursor-acp/provider.json +0 -47
  23. package/providers/_builtin/acp/deepagents/provider.json +0 -45
  24. package/providers/_builtin/acp/dimcode/provider.json +0 -47
  25. package/providers/_builtin/acp/docker-cagent/provider.json +0 -50
  26. package/providers/_builtin/acp/factory-droid/provider.json +0 -53
  27. package/providers/_builtin/acp/fast-agent/provider.json +0 -45
  28. package/providers/_builtin/acp/fount/provider.json +0 -47
  29. package/providers/_builtin/acp/gemini-cli/provider.json +0 -107
  30. package/providers/_builtin/acp/github-copilot/provider.json +0 -47
  31. package/providers/_builtin/acp/goose/provider.json +0 -50
  32. package/providers/_builtin/acp/junie/provider.json +0 -45
  33. package/providers/_builtin/acp/kilo/provider.json +0 -45
  34. package/providers/_builtin/acp/kimi-cli/provider.json +0 -50
  35. package/providers/_builtin/acp/kiro-cli/provider.json +0 -47
  36. package/providers/_builtin/acp/minion-code/provider.json +0 -45
  37. package/providers/_builtin/acp/mistral-vibe/provider.json +0 -50
  38. package/providers/_builtin/acp/nova/provider.json +0 -47
  39. package/providers/_builtin/acp/openclaw/provider.json +0 -47
  40. package/providers/_builtin/acp/opencode/provider.json +0 -45
  41. package/providers/_builtin/acp/openhands/provider.json +0 -47
  42. package/providers/_builtin/acp/pi-acp/provider.json +0 -45
  43. package/providers/_builtin/acp/qoder/provider.json +0 -47
  44. package/providers/_builtin/acp/qwen-code/provider.json +0 -53
  45. package/providers/_builtin/acp/stakpak/provider.json +0 -47
  46. package/providers/_builtin/acp/vtcode/provider.json +0 -47
  47. package/providers/_builtin/cli/claude-cli/provider.json +0 -78
  48. package/providers/_builtin/cli/codex-cli/provider.json +0 -60
  49. package/providers/_builtin/cli/gemini-cli/provider.json +0 -64
  50. package/providers/_builtin/extension/cline/provider.json +0 -11
  51. package/providers/_builtin/extension/cline/scripts/focus_editor.js +0 -48
  52. package/providers/_builtin/extension/cline/scripts/list_chats.js +0 -100
  53. package/providers/_builtin/extension/cline/scripts/list_models.js +0 -43
  54. package/providers/_builtin/extension/cline/scripts/list_modes.js +0 -35
  55. package/providers/_builtin/extension/cline/scripts/new_session.js +0 -85
  56. package/providers/_builtin/extension/cline/scripts/open_panel.js +0 -25
  57. package/providers/_builtin/extension/cline/scripts/read_chat.js +0 -257
  58. package/providers/_builtin/extension/cline/scripts/resolve_action.js +0 -83
  59. package/providers/_builtin/extension/cline/scripts/send_message.js +0 -95
  60. package/providers/_builtin/extension/cline/scripts/set_mode.js +0 -36
  61. package/providers/_builtin/extension/cline/scripts/set_model.js +0 -36
  62. package/providers/_builtin/extension/cline/scripts/switch_session.js +0 -206
  63. package/providers/_builtin/extension/cline/scripts.js +0 -73
  64. package/providers/_builtin/extension/roo-code/provider.json +0 -11
  65. package/providers/_builtin/extension/roo-code/scripts.js +0 -659
  66. package/providers/_builtin/ide/antigravity/provider.json +0 -32
  67. package/providers/_builtin/ide/antigravity/scripts/focus_editor.js +0 -20
  68. package/providers/_builtin/ide/antigravity/scripts/list_chats.js +0 -137
  69. package/providers/_builtin/ide/antigravity/scripts/list_models.js +0 -38
  70. package/providers/_builtin/ide/antigravity/scripts/list_modes.js +0 -48
  71. package/providers/_builtin/ide/antigravity/scripts/new_session.js +0 -75
  72. package/providers/_builtin/ide/antigravity/scripts/read_chat.js +0 -262
  73. package/providers/_builtin/ide/antigravity/scripts/resolve_action.js +0 -68
  74. package/providers/_builtin/ide/antigravity/scripts/send_message.js +0 -56
  75. package/providers/_builtin/ide/antigravity/scripts/set_mode.js +0 -34
  76. package/providers/_builtin/ide/antigravity/scripts/set_model.js +0 -47
  77. package/providers/_builtin/ide/antigravity/scripts/switch_session.js +0 -114
  78. package/providers/_builtin/ide/antigravity/scripts.js +0 -73
  79. package/providers/_builtin/ide/cursor/provider.json +0 -35
  80. package/providers/_builtin/ide/cursor/scripts.js +0 -452
  81. package/providers/_builtin/ide/kiro/provider.json +0 -36
  82. package/providers/_builtin/ide/kiro/scripts/focus_editor.js +0 -20
  83. package/providers/_builtin/ide/kiro/scripts/open_panel.js +0 -47
  84. package/providers/_builtin/ide/kiro/scripts/resolve_action.js +0 -54
  85. package/providers/_builtin/ide/kiro/scripts/send_message.js +0 -29
  86. package/providers/_builtin/ide/kiro/scripts/webview_list_models.js +0 -39
  87. package/providers/_builtin/ide/kiro/scripts/webview_list_modes.js +0 -39
  88. package/providers/_builtin/ide/kiro/scripts/webview_list_sessions.js +0 -21
  89. package/providers/_builtin/ide/kiro/scripts/webview_new_session.js +0 -34
  90. package/providers/_builtin/ide/kiro/scripts/webview_read_chat.js +0 -68
  91. package/providers/_builtin/ide/kiro/scripts/webview_send_message.js +0 -72
  92. package/providers/_builtin/ide/kiro/scripts/webview_set_mode.js +0 -15
  93. package/providers/_builtin/ide/kiro/scripts/webview_set_model.js +0 -15
  94. package/providers/_builtin/ide/kiro/scripts/webview_switch_session.js +0 -26
  95. package/providers/_builtin/ide/kiro/scripts.js +0 -62
  96. package/providers/_builtin/ide/pearai/provider.json +0 -36
  97. package/providers/_builtin/ide/pearai/scripts/focus_editor.js +0 -20
  98. package/providers/_builtin/ide/pearai/scripts/list_sessions.js +0 -38
  99. package/providers/_builtin/ide/pearai/scripts/new_session.js +0 -55
  100. package/providers/_builtin/ide/pearai/scripts/open_panel.js +0 -46
  101. package/providers/_builtin/ide/pearai/scripts/resolve_action.js +0 -54
  102. package/providers/_builtin/ide/pearai/scripts/send_message.js +0 -29
  103. package/providers/_builtin/ide/pearai/scripts/webview_list_models.js +0 -43
  104. package/providers/_builtin/ide/pearai/scripts/webview_list_modes.js +0 -35
  105. package/providers/_builtin/ide/pearai/scripts/webview_list_sessions.js +0 -62
  106. package/providers/_builtin/ide/pearai/scripts/webview_new_session.js +0 -49
  107. package/providers/_builtin/ide/pearai/scripts/webview_read_chat.js +0 -92
  108. package/providers/_builtin/ide/pearai/scripts/webview_resolve_action.js +0 -59
  109. package/providers/_builtin/ide/pearai/scripts/webview_send_message.js +0 -72
  110. package/providers/_builtin/ide/pearai/scripts/webview_set_mode.js +0 -36
  111. package/providers/_builtin/ide/pearai/scripts/webview_set_model.js +0 -36
  112. package/providers/_builtin/ide/pearai/scripts/webview_switch_session.js +0 -34
  113. package/providers/_builtin/ide/pearai/scripts.js +0 -74
  114. package/providers/_builtin/ide/trae/provider.json +0 -35
  115. package/providers/_builtin/ide/trae/scripts/focus_editor.js +0 -20
  116. package/providers/_builtin/ide/trae/scripts/list_chats.js +0 -24
  117. package/providers/_builtin/ide/trae/scripts/list_models.js +0 -39
  118. package/providers/_builtin/ide/trae/scripts/list_modes.js +0 -39
  119. package/providers/_builtin/ide/trae/scripts/new_session.js +0 -30
  120. package/providers/_builtin/ide/trae/scripts/open_panel.js +0 -44
  121. package/providers/_builtin/ide/trae/scripts/read_chat.js +0 -113
  122. package/providers/_builtin/ide/trae/scripts/resolve_action.js +0 -54
  123. package/providers/_builtin/ide/trae/scripts/send_message.js +0 -69
  124. package/providers/_builtin/ide/trae/scripts/set_mode.js +0 -15
  125. package/providers/_builtin/ide/trae/scripts/set_model.js +0 -15
  126. package/providers/_builtin/ide/trae/scripts/switch_session.js +0 -23
  127. package/providers/_builtin/ide/trae/scripts.js +0 -57
  128. package/providers/_builtin/ide/vscode/provider.json +0 -33
  129. package/providers/_builtin/ide/vscode-insiders/provider.json +0 -31
  130. package/providers/_builtin/ide/vscodium/provider.json +0 -32
  131. package/providers/_builtin/ide/windsurf/provider.json +0 -22
  132. package/providers/_builtin/ide/windsurf/scripts/focus_editor.js +0 -30
  133. package/providers/_builtin/ide/windsurf/scripts/list_chats.js +0 -117
  134. package/providers/_builtin/ide/windsurf/scripts/list_models.js +0 -39
  135. package/providers/_builtin/ide/windsurf/scripts/list_modes.js +0 -39
  136. package/providers/_builtin/ide/windsurf/scripts/new_session.js +0 -69
  137. package/providers/_builtin/ide/windsurf/scripts/open_panel.js +0 -58
  138. package/providers/_builtin/ide/windsurf/scripts/read_chat.js +0 -297
  139. package/providers/_builtin/ide/windsurf/scripts/resolve_action.js +0 -68
  140. package/providers/_builtin/ide/windsurf/scripts/send_message.js +0 -87
  141. package/providers/_builtin/ide/windsurf/scripts/set_mode.js +0 -15
  142. package/providers/_builtin/ide/windsurf/scripts/set_model.js +0 -15
  143. package/providers/_builtin/ide/windsurf/scripts/switch_session.js +0 -58
  144. package/providers/_builtin/ide/windsurf/scripts.js +0 -57
  145. package/providers/_builtin/validate.js +0 -156
@@ -1,50 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1,50 +0,0 @@
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
- }
@@ -1,45 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
1
- {
2
- "type": "crow-cli-acp",
3
- "name": "crow-cli (ACP)",
4
- "category": "acp",
5
- "displayName": "crow-cli",
6
- "icon": "🐦‍⬛",
7
- "install": "pip install crow-cli (Python/uvx)",
8
- "spawn": {
9
- "command": "crow-cli",
10
- "args": [
11
- "acp"
12
- ],
13
- "shell": false
14
- },
15
- "auth": [
16
- {
17
- "type": "agent",
18
- "id": "crow",
19
- "name": "crow-cli Auth",
20
- "description": "Configure provider through crow-cli 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
- }
@@ -1,47 +0,0 @@
1
- {
2
- "type": "cursor-acp",
3
- "name": "Cursor (ACP)",
4
- "category": "acp",
5
- "displayName": "Cursor Agent",
6
- "icon": "🔵",
7
- "install": "Download from https://cursor.com/docs/cli/acp",
8
- "spawn": {
9
- "command": "cursor-agent",
10
- "args": [
11
- "acp"
12
- ],
13
- "shell": false
14
- },
15
- "auth": [
16
- {
17
- "type": "agent",
18
- "id": "cursor",
19
- "name": "Cursor Auth",
20
- "description": "Authenticate with Cursor 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
- }
@@ -1,45 +0,0 @@
1
- {
2
- "type": "deepagents-acp",
3
- "name": "DeepAgents (ACP)",
4
- "category": "acp",
5
- "displayName": "DeepAgents",
6
- "icon": "🔗",
7
- "install": "npm install -g deepagents-acp",
8
- "spawn": {
9
- "command": "deepagents-acp",
10
- "args": [],
11
- "shell": false
12
- },
13
- "auth": [
14
- {
15
- "type": "agent",
16
- "id": "deepagents",
17
- "name": "DeepAgents Auth",
18
- "description": "Configure provider through DeepAgents 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
- }
@@ -1,47 +0,0 @@
1
- {
2
- "type": "dimcode-acp",
3
- "name": "DimCode (ACP)",
4
- "category": "acp",
5
- "displayName": "DimCode",
6
- "icon": "💠",
7
- "install": "npm install -g dimcode",
8
- "spawn": {
9
- "command": "dimcode",
10
- "args": [
11
- "acp"
12
- ],
13
- "shell": false
14
- },
15
- "auth": [
16
- {
17
- "type": "agent",
18
- "id": "dimcode",
19
- "name": "DimCode Auth",
20
- "description": "Configure provider through DimCode 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
- }
@@ -1,50 +0,0 @@
1
- {
2
- "type": "docker-cagent-acp",
3
- "name": "Docker cagent (ACP)",
4
- "category": "acp",
5
- "displayName": "Docker cagent",
6
- "icon": "🐳",
7
- "install": "docker pull docker/cagent",
8
- "spawn": {
9
- "command": "docker",
10
- "args": [
11
- "run",
12
- "--rm",
13
- "-i",
14
- "docker/cagent"
15
- ],
16
- "shell": false
17
- },
18
- "auth": [
19
- {
20
- "type": "agent",
21
- "id": "docker",
22
- "name": "Docker Auth",
23
- "description": "Authenticate with Docker account"
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
- }
@@ -1,53 +0,0 @@
1
- {
2
- "type": "factory-droid-acp",
3
- "name": "Factory Droid (ACP)",
4
- "category": "acp",
5
- "displayName": "Factory Droid",
6
- "icon": "🏭",
7
- "install": "npm install -g droid",
8
- "spawn": {
9
- "command": "droid",
10
- "args": [
11
- "exec",
12
- "--output-format",
13
- "acp"
14
- ],
15
- "shell": false,
16
- "env": {
17
- "DROID_DISABLE_AUTO_UPDATE": "1",
18
- "FACTORY_DROID_AUTO_UPDATE_ENABLED": "false"
19
- }
20
- },
21
- "auth": [
22
- {
23
- "type": "agent",
24
- "id": "factory",
25
- "name": "Factory Auth",
26
- "description": "Authenticate with Factory AI account"
27
- }
28
- ],
29
- "settings": {
30
- "approvalAlert": {
31
- "type": "boolean",
32
- "default": true,
33
- "public": true,
34
- "label": "Approval Alerts",
35
- "description": "Show notification when agent requires approval"
36
- },
37
- "longGeneratingAlert": {
38
- "type": "boolean",
39
- "default": true,
40
- "public": true,
41
- "label": "Long Generation Alert",
42
- "description": "Alert when generation takes too long"
43
- },
44
- "longGeneratingThresholdSec": {
45
- "type": "number",
46
- "default": 180,
47
- "public": true,
48
- "label": "Long Generation Threshold (sec)",
49
- "min": 30,
50
- "max": 600
51
- }
52
- }
53
- }
@@ -1,45 +0,0 @@
1
- {
2
- "type": "fast-agent-acp",
3
- "name": "fast-agent (ACP)",
4
- "category": "acp",
5
- "displayName": "fast-agent",
6
- "icon": "⚡",
7
- "install": "pip install fast-agent-acp (Python/uvx)",
8
- "spawn": {
9
- "command": "fast-agent-acp",
10
- "args": [],
11
- "shell": false
12
- },
13
- "auth": [
14
- {
15
- "type": "agent",
16
- "id": "fast-agent",
17
- "name": "fast-agent Auth",
18
- "description": "Configure provider through fast-agent 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
- }
@@ -1,47 +0,0 @@
1
- {
2
- "type": "fount-acp",
3
- "name": "fount (ACP)",
4
- "category": "acp",
5
- "displayName": "fount",
6
- "icon": "⛲",
7
- "install": "See https://github.com/steve02081504/fount",
8
- "spawn": {
9
- "command": "fount",
10
- "args": [
11
- "acp"
12
- ],
13
- "shell": false
14
- },
15
- "auth": [
16
- {
17
- "type": "agent",
18
- "id": "fount",
19
- "name": "fount Auth",
20
- "description": "Configure through fount 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
- }