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.
Files changed (122) hide show
  1. package/dist/cli-entrypoint.js +12020 -0
  2. package/dist/cli-entrypoint.js.map +1 -0
  3. package/dist/index.js +9721 -10847
  4. package/dist/index.js.map +1 -0
  5. package/package.json +19 -16
  6. package/providers/_builtin/acp/agentpool/provider.json +47 -0
  7. package/providers/_builtin/acp/amp/provider.json +45 -0
  8. package/providers/_builtin/acp/auggie/provider.json +50 -0
  9. package/providers/_builtin/acp/autodev/provider.json +47 -0
  10. package/providers/_builtin/acp/autohand/provider.json +45 -0
  11. package/providers/_builtin/acp/blackbox-ai/provider.json +47 -0
  12. package/providers/_builtin/acp/claude-agent/provider.json +50 -0
  13. package/providers/_builtin/acp/cline-acp/provider.json +47 -0
  14. package/providers/_builtin/acp/code-assistant/provider.json +47 -0
  15. package/providers/_builtin/acp/codebuddy/provider.json +47 -0
  16. package/providers/_builtin/acp/codex-cli/provider.json +50 -0
  17. package/providers/_builtin/acp/corust-agent/provider.json +45 -0
  18. package/providers/_builtin/acp/crow-cli/provider.json +47 -0
  19. package/providers/_builtin/acp/cursor-acp/provider.json +47 -0
  20. package/providers/_builtin/acp/deepagents/provider.json +45 -0
  21. package/providers/_builtin/acp/dimcode/provider.json +47 -0
  22. package/providers/_builtin/acp/docker-cagent/provider.json +50 -0
  23. package/providers/_builtin/acp/factory-droid/provider.json +53 -0
  24. package/providers/_builtin/acp/fast-agent/provider.json +45 -0
  25. package/providers/_builtin/acp/fount/provider.json +47 -0
  26. package/providers/_builtin/acp/gemini-cli/provider.json +107 -0
  27. package/providers/_builtin/acp/github-copilot/provider.json +47 -0
  28. package/providers/_builtin/acp/goose/provider.json +50 -0
  29. package/providers/_builtin/acp/junie/provider.json +45 -0
  30. package/providers/_builtin/acp/kilo/provider.json +45 -0
  31. package/providers/_builtin/acp/kimi-cli/provider.json +50 -0
  32. package/providers/_builtin/acp/kiro-cli/provider.json +47 -0
  33. package/providers/_builtin/acp/minion-code/provider.json +45 -0
  34. package/providers/_builtin/acp/mistral-vibe/provider.json +50 -0
  35. package/providers/_builtin/acp/nova/provider.json +47 -0
  36. package/providers/_builtin/acp/openclaw/provider.json +47 -0
  37. package/providers/_builtin/acp/opencode/provider.json +45 -0
  38. package/providers/_builtin/acp/openhands/provider.json +47 -0
  39. package/providers/_builtin/acp/pi-acp/provider.json +45 -0
  40. package/providers/_builtin/acp/qoder/provider.json +47 -0
  41. package/providers/_builtin/acp/qwen-code/provider.json +53 -0
  42. package/providers/_builtin/acp/stakpak/provider.json +47 -0
  43. package/providers/_builtin/acp/vtcode/provider.json +47 -0
  44. package/providers/_builtin/cli/claude-cli/provider.json +78 -0
  45. package/providers/_builtin/cli/codex-cli/provider.json +60 -0
  46. package/providers/_builtin/cli/gemini-cli/provider.json +64 -0
  47. package/providers/_builtin/extension/cline/provider.json +11 -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 +11 -0
  51. package/providers/_builtin/extension/roo-code/{provider.js → scripts.js} +27 -97
  52. package/providers/_builtin/ide/antigravity/provider.json +32 -0
  53. package/providers/_builtin/ide/antigravity/scripts.js +73 -0
  54. package/providers/_builtin/ide/cursor/provider.json +35 -0
  55. package/providers/_builtin/ide/cursor/{provider.js → scripts.js} +31 -69
  56. package/providers/_builtin/ide/kiro/provider.json +36 -0
  57. package/providers/_builtin/ide/kiro/scripts.js +62 -0
  58. package/providers/_builtin/ide/pearai/provider.json +36 -0
  59. package/providers/_builtin/ide/pearai/scripts.js +74 -0
  60. package/providers/_builtin/ide/trae/provider.json +35 -0
  61. package/providers/_builtin/ide/trae/scripts.js +57 -0
  62. package/providers/_builtin/ide/vscode/provider.json +33 -0
  63. package/providers/_builtin/ide/vscode-insiders/provider.json +31 -0
  64. package/providers/_builtin/ide/vscodium/provider.json +32 -0
  65. package/providers/_builtin/ide/windsurf/provider.json +22 -0
  66. package/providers/_builtin/ide/windsurf/scripts.js +57 -0
  67. package/README.md +0 -43
  68. package/dist/dev-console-monaco.js +0 -176
  69. package/dist/dev-console.css +0 -326
  70. package/dist/dev-console.html +0 -148
  71. package/dist/dev-console.js +0 -1165
  72. package/dist/index.d.ts +0 -2
  73. package/providers/_builtin/acp/agentpool/provider.js +0 -59
  74. package/providers/_builtin/acp/amp/provider.js +0 -61
  75. package/providers/_builtin/acp/auggie/provider.js +0 -60
  76. package/providers/_builtin/acp/autodev/provider.js +0 -59
  77. package/providers/_builtin/acp/autohand/provider.js +0 -59
  78. package/providers/_builtin/acp/blackbox-ai/provider.js +0 -59
  79. package/providers/_builtin/acp/claude-agent/provider.js +0 -61
  80. package/providers/_builtin/acp/cline-acp/provider.js +0 -62
  81. package/providers/_builtin/acp/code-assistant/provider.js +0 -59
  82. package/providers/_builtin/acp/codebuddy/provider.js +0 -59
  83. package/providers/_builtin/acp/codex-cli/provider.js +0 -64
  84. package/providers/_builtin/acp/corust-agent/provider.js +0 -59
  85. package/providers/_builtin/acp/crow-cli/provider.js +0 -59
  86. package/providers/_builtin/acp/cursor-acp/provider.js +0 -59
  87. package/providers/_builtin/acp/deepagents/provider.js +0 -59
  88. package/providers/_builtin/acp/dimcode/provider.js +0 -58
  89. package/providers/_builtin/acp/docker-cagent/provider.js +0 -59
  90. package/providers/_builtin/acp/factory-droid/provider.js +0 -59
  91. package/providers/_builtin/acp/fast-agent/provider.js +0 -59
  92. package/providers/_builtin/acp/fount/provider.js +0 -59
  93. package/providers/_builtin/acp/gemini-cli/provider.js +0 -104
  94. package/providers/_builtin/acp/github-copilot/provider.js +0 -60
  95. package/providers/_builtin/acp/goose/provider.js +0 -64
  96. package/providers/_builtin/acp/junie/provider.js +0 -62
  97. package/providers/_builtin/acp/kilo/provider.js +0 -59
  98. package/providers/_builtin/acp/kimi-cli/provider.js +0 -63
  99. package/providers/_builtin/acp/kiro-cli/provider.js +0 -59
  100. package/providers/_builtin/acp/minion-code/provider.js +0 -59
  101. package/providers/_builtin/acp/mistral-vibe/provider.js +0 -63
  102. package/providers/_builtin/acp/nova/provider.js +0 -59
  103. package/providers/_builtin/acp/openclaw/provider.js +0 -59
  104. package/providers/_builtin/acp/opencode/provider.js +0 -60
  105. package/providers/_builtin/acp/openhands/provider.js +0 -59
  106. package/providers/_builtin/acp/pi-acp/provider.js +0 -59
  107. package/providers/_builtin/acp/qoder/provider.js +0 -58
  108. package/providers/_builtin/acp/qwen-code/provider.js +0 -61
  109. package/providers/_builtin/acp/stakpak/provider.js +0 -59
  110. package/providers/_builtin/acp/vtcode/provider.js +0 -59
  111. package/providers/_builtin/cli/claude-cli/provider.js +0 -128
  112. package/providers/_builtin/cli/codex-cli/provider.js +0 -80
  113. package/providers/_builtin/cli/gemini-cli/provider.js +0 -124
  114. package/providers/_builtin/ide/antigravity/provider.js +0 -114
  115. package/providers/_builtin/ide/kiro/provider.js +0 -90
  116. package/providers/_builtin/ide/pearai/provider.js +0 -100
  117. package/providers/_builtin/ide/trae/provider.js +0 -83
  118. package/providers/_builtin/ide/vscode/provider.js +0 -36
  119. package/providers/_builtin/ide/vscode-insiders/provider.js +0 -27
  120. package/providers/_builtin/ide/vscodium/provider.js +0 -27
  121. package/providers/_builtin/ide/windsurf/provider.js +0 -76
  122. package/providers/_helpers/index.js +0 -188
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }
@@ -1,59 +0,0 @@
1
- /**
2
- * AgentPool — ACP Provider
3
- *
4
- * Multi-agent Python framework with ACP integration
5
- * https://phil65.github.io/agentpool/advanced/acp-integration/
6
- *
7
- * Install: pip install agentpool (Python/uvx)
8
- *
9
- * @type {import('../../../../src/providers/contracts').ProviderModule}
10
- */
11
- module.exports = {
12
- type: 'agentpool-acp',
13
- name: 'AgentPool (ACP)',
14
- category: 'acp',
15
-
16
- displayName: 'AgentPool',
17
- icon: '🏊',
18
- install: 'pip install agentpool (Python/uvx)',
19
-
20
- spawn: {
21
- command: 'agentpool',
22
- args: ['acp'],
23
- shell: false,
24
- },
25
-
26
- auth: [
27
- {
28
- type: 'agent',
29
- id: 'agentpool',
30
- name: 'AgentPool Auth',
31
- description: 'Configure provider through AgentPool setup',
32
- },
33
- ],
34
-
35
- settings: {
36
- approvalAlert: {
37
- type: 'boolean',
38
- default: true,
39
- public: true,
40
- label: 'Approval Alerts',
41
- description: 'Show notification when agent requires approval',
42
- },
43
- longGeneratingAlert: {
44
- type: 'boolean',
45
- default: true,
46
- public: true,
47
- label: 'Long Generation Alert',
48
- description: 'Alert when generation takes too long',
49
- },
50
- longGeneratingThresholdSec: {
51
- type: 'number',
52
- default: 180,
53
- public: true,
54
- label: 'Long Generation Threshold (sec)',
55
- min: 30,
56
- max: 600,
57
- },
58
- },
59
- };
@@ -1,61 +0,0 @@
1
- /**
2
- * Amp — ACP Provider
3
- *
4
- * ACP wrapper for Amp - the frontier coding agent
5
- * https://github.com/tao12345666333/amp-acp
6
- *
7
- * Install: Binary download from GitHub releases (no npm package)
8
- * macOS: curl -L https://github.com/tao12345666333/amp-acp/releases/latest/download/amp-acp-darwin-aarch64.tar.gz | tar xz
9
- * Linux: curl -L https://github.com/tao12345666333/amp-acp/releases/latest/download/amp-acp-linux-x86_64.tar.gz | tar xz
10
- *
11
- * @type {import('../../../../src/providers/contracts').ProviderModule}
12
- */
13
- module.exports = {
14
- type: 'amp-acp',
15
- name: 'Amp (ACP)',
16
- category: 'acp',
17
-
18
- displayName: 'Amp',
19
- icon: '⚡',
20
- install: 'Binary download from GitHub: https://github.com/tao12345666333/amp-acp/releases',
21
-
22
- spawn: {
23
- command: 'amp-acp',
24
- args: [],
25
- shell: false,
26
- },
27
-
28
- auth: [
29
- {
30
- type: 'agent',
31
- id: 'amp-auth',
32
- name: 'Amp Authentication',
33
- description: 'Authenticate through Amp setup flow',
34
- },
35
- ],
36
-
37
- settings: {
38
- approvalAlert: {
39
- type: 'boolean',
40
- default: true,
41
- public: true,
42
- label: 'Approval Alerts',
43
- description: 'Show notification when Amp requires approval',
44
- },
45
- longGeneratingAlert: {
46
- type: 'boolean',
47
- default: true,
48
- public: true,
49
- label: 'Long Generation Alert',
50
- description: 'Alert when generation takes too long',
51
- },
52
- longGeneratingThresholdSec: {
53
- type: 'number',
54
- default: 180,
55
- public: true,
56
- label: 'Long Generation Threshold (sec)',
57
- min: 30,
58
- max: 600,
59
- },
60
- },
61
- };
@@ -1,60 +0,0 @@
1
- /**
2
- * Auggie CLI — ACP Provider
3
- *
4
- * Augment Code's powerful software agent
5
- * https://github.com/augmentcode/auggie-zed-extension
6
- *
7
- * Install: npm install -g @augmentcode/auggie
8
- *
9
- * @type {import('../../../../src/providers/contracts').ProviderModule}
10
- */
11
- module.exports = {
12
- type: 'auggie-acp',
13
- name: 'Auggie CLI (ACP)',
14
- category: 'acp',
15
-
16
- displayName: 'Auggie CLI',
17
- icon: '🧠',
18
- install: 'npm install -g @augmentcode/auggie',
19
-
20
- spawn: {
21
- command: 'auggie',
22
- args: ['--acp'],
23
- shell: false,
24
- env: { AUGMENT_DISABLE_AUTO_UPDATE: '1' },
25
- },
26
-
27
- auth: [
28
- {
29
- type: 'agent',
30
- id: 'augment',
31
- name: 'Augment Code Auth',
32
- description: 'Authenticate through Augment Code setup',
33
- },
34
- ],
35
-
36
- settings: {
37
- approvalAlert: {
38
- type: 'boolean',
39
- default: true,
40
- public: true,
41
- label: 'Approval Alerts',
42
- description: 'Show notification when agent requires approval',
43
- },
44
- longGeneratingAlert: {
45
- type: 'boolean',
46
- default: true,
47
- public: true,
48
- label: 'Long Generation Alert',
49
- description: 'Alert when generation takes too long',
50
- },
51
- longGeneratingThresholdSec: {
52
- type: 'number',
53
- default: 180,
54
- public: true,
55
- label: 'Long Generation Threshold (sec)',
56
- min: 30,
57
- max: 600,
58
- },
59
- },
60
- };
@@ -1,59 +0,0 @@
1
- /**
2
- * AutoDev — ACP Provider
3
- *
4
- * AI-powered coding assistant by Phodal
5
- * https://github.com/phodal/auto-dev
6
- *
7
- * Install: Download from https://github.com/phodal/auto-dev/releases
8
- *
9
- * @type {import('../../../../src/providers/contracts').ProviderModule}
10
- */
11
- module.exports = {
12
- type: 'autodev-acp',
13
- name: 'AutoDev (ACP)',
14
- category: 'acp',
15
-
16
- displayName: 'AutoDev',
17
- icon: '🤖',
18
- install: 'Download from https://github.com/phodal/auto-dev/releases',
19
-
20
- spawn: {
21
- command: 'autodev',
22
- args: ['acp'],
23
- shell: false,
24
- },
25
-
26
- auth: [
27
- {
28
- type: 'agent',
29
- id: 'autodev',
30
- name: 'AutoDev Auth',
31
- description: 'Configure provider through AutoDev setup',
32
- },
33
- ],
34
-
35
- settings: {
36
- approvalAlert: {
37
- type: 'boolean',
38
- default: true,
39
- public: true,
40
- label: 'Approval Alerts',
41
- description: 'Show notification when agent requires approval',
42
- },
43
- longGeneratingAlert: {
44
- type: 'boolean',
45
- default: true,
46
- public: true,
47
- label: 'Long Generation Alert',
48
- description: 'Alert when generation takes too long',
49
- },
50
- longGeneratingThresholdSec: {
51
- type: 'number',
52
- default: 180,
53
- public: true,
54
- label: 'Long Generation Threshold (sec)',
55
- min: 30,
56
- max: 600,
57
- },
58
- },
59
- };
@@ -1,59 +0,0 @@
1
- /**
2
- * Autohand Code — ACP Provider
3
- *
4
- * AI coding agent powered by Autohand AI
5
- * https://github.com/autohandai/autohand-acp
6
- *
7
- * Install: npm install -g @autohandai/autohand-acp
8
- *
9
- * @type {import('../../../../src/providers/contracts').ProviderModule}
10
- */
11
- module.exports = {
12
- type: 'autohand-acp',
13
- name: 'Autohand Code (ACP)',
14
- category: 'acp',
15
-
16
- displayName: 'Autohand Code',
17
- icon: '🤖',
18
- install: 'npm install -g @autohandai/autohand-acp',
19
-
20
- spawn: {
21
- command: 'autohand-acp',
22
- args: [],
23
- shell: false,
24
- },
25
-
26
- auth: [
27
- {
28
- type: 'agent',
29
- id: 'autohand',
30
- name: 'Autohand Auth',
31
- description: 'Authenticate through Autohand AI setup',
32
- },
33
- ],
34
-
35
- settings: {
36
- approvalAlert: {
37
- type: 'boolean',
38
- default: true,
39
- public: true,
40
- label: 'Approval Alerts',
41
- description: 'Show notification when agent requires approval',
42
- },
43
- longGeneratingAlert: {
44
- type: 'boolean',
45
- default: true,
46
- public: true,
47
- label: 'Long Generation Alert',
48
- description: 'Alert when generation takes too long',
49
- },
50
- longGeneratingThresholdSec: {
51
- type: 'number',
52
- default: 180,
53
- public: true,
54
- label: 'Long Generation Threshold (sec)',
55
- min: 30,
56
- max: 600,
57
- },
58
- },
59
- };
@@ -1,59 +0,0 @@
1
- /**
2
- * Blackbox AI — ACP Provider
3
- *
4
- * AI coding assistant by Blackbox
5
- * https://docs.blackbox.ai/features/blackbox-cli/introduction
6
- *
7
- * Install: Download from https://docs.blackbox.ai/features/blackbox-cli
8
- *
9
- * @type {import('../../../../src/providers/contracts').ProviderModule}
10
- */
11
- module.exports = {
12
- type: 'blackbox-ai-acp',
13
- name: 'Blackbox AI (ACP)',
14
- category: 'acp',
15
-
16
- displayName: 'Blackbox AI',
17
- icon: '⬛',
18
- install: 'Download from https://docs.blackbox.ai/features/blackbox-cli',
19
-
20
- spawn: {
21
- command: 'blackbox',
22
- args: ['acp'],
23
- shell: false,
24
- },
25
-
26
- auth: [
27
- {
28
- type: 'agent',
29
- id: 'blackbox',
30
- name: 'Blackbox Auth',
31
- description: 'Authenticate with Blackbox AI account',
32
- },
33
- ],
34
-
35
- settings: {
36
- approvalAlert: {
37
- type: 'boolean',
38
- default: true,
39
- public: true,
40
- label: 'Approval Alerts',
41
- description: 'Show notification when agent requires approval',
42
- },
43
- longGeneratingAlert: {
44
- type: 'boolean',
45
- default: true,
46
- public: true,
47
- label: 'Long Generation Alert',
48
- description: 'Alert when generation takes too long',
49
- },
50
- longGeneratingThresholdSec: {
51
- type: 'number',
52
- default: 180,
53
- public: true,
54
- label: 'Long Generation Threshold (sec)',
55
- min: 30,
56
- max: 600,
57
- },
58
- },
59
- };
@@ -1,61 +0,0 @@
1
- /**
2
- * Claude Agent — ACP Provider
3
- *
4
- * ACP wrapper for Anthropic's Claude Agent SDK
5
- * https://github.com/zed-industries/claude-agent-acp
6
- *
7
- * Install: npm install -g @zed-industries/claude-agent-acp
8
- * Auth: ANTHROPIC_API_KEY environment variable
9
- *
10
- * @type {import('../../../../src/providers/contracts').ProviderModule}
11
- */
12
- module.exports = {
13
- type: 'claude-agent-acp',
14
- name: 'Claude Agent (ACP)',
15
- category: 'acp',
16
-
17
- displayName: 'Claude Agent',
18
- icon: '🟠',
19
- install: 'npm install -g @zed-industries/claude-agent-acp (requires ANTHROPIC_API_KEY)',
20
-
21
- spawn: {
22
- command: 'claude-agent-acp',
23
- args: [],
24
- shell: false,
25
- },
26
-
27
- auth: [
28
- {
29
- type: 'env_var',
30
- id: 'anthropic',
31
- name: 'Anthropic API Key',
32
- vars: [{ name: 'ANTHROPIC_API_KEY' }],
33
- link: 'https://console.anthropic.com/settings/keys',
34
- },
35
- ],
36
-
37
- settings: {
38
- approvalAlert: {
39
- type: 'boolean',
40
- default: true,
41
- public: true,
42
- label: 'Approval Alerts',
43
- description: 'Show notification when Claude requires approval',
44
- },
45
- longGeneratingAlert: {
46
- type: 'boolean',
47
- default: true,
48
- public: true,
49
- label: 'Long Generation Alert',
50
- description: 'Alert when generation takes too long',
51
- },
52
- longGeneratingThresholdSec: {
53
- type: 'number',
54
- default: 180,
55
- public: true,
56
- label: 'Long Generation Threshold (sec)',
57
- min: 30,
58
- max: 600,
59
- },
60
- },
61
- };
@@ -1,62 +0,0 @@
1
- /**
2
- * Cline — ACP Provider
3
- *
4
- * Autonomous coding agent CLI with ACP support
5
- * https://github.com/cline/cline
6
- *
7
- * Install: npm install -g cline
8
- * Auth: Configured via Cline settings (API keys for various providers)
9
- *
10
- * Note: cline-acp repo is archived. Main `cline` CLI now supports ACP directly.
11
- *
12
- * @type {import('../../../../src/providers/contracts').ProviderModule}
13
- */
14
- module.exports = {
15
- type: 'cline-acp',
16
- name: 'Cline (ACP)',
17
- category: 'acp',
18
-
19
- displayName: 'Cline (ACP)',
20
- icon: '🔵',
21
- install: 'npm install -g cline',
22
-
23
- spawn: {
24
- command: 'cline',
25
- args: ['--acp'],
26
- shell: false,
27
- },
28
-
29
- auth: [
30
- {
31
- type: 'agent',
32
- id: 'cline-settings',
33
- name: 'Cline Settings',
34
- description: 'Configure API keys through Cline interactive setup',
35
- },
36
- ],
37
-
38
- settings: {
39
- approvalAlert: {
40
- type: 'boolean',
41
- default: true,
42
- public: true,
43
- label: 'Approval Alerts',
44
- description: 'Show notification when Cline requires approval',
45
- },
46
- longGeneratingAlert: {
47
- type: 'boolean',
48
- default: true,
49
- public: true,
50
- label: 'Long Generation Alert',
51
- description: 'Alert when generation takes too long',
52
- },
53
- longGeneratingThresholdSec: {
54
- type: 'number',
55
- default: 180,
56
- public: true,
57
- label: 'Long Generation Threshold (sec)',
58
- min: 30,
59
- max: 600,
60
- },
61
- },
62
- };
@@ -1,59 +0,0 @@
1
- /**
2
- * Code Assistant — ACP Provider
3
- *
4
- * AI code assistant written in Rust
5
- * https://github.com/stippi/code-assistant
6
- *
7
- * Install: Download from https://github.com/stippi/code-assistant/releases
8
- *
9
- * @type {import('../../../../src/providers/contracts').ProviderModule}
10
- */
11
- module.exports = {
12
- type: 'code-assistant-acp',
13
- name: 'Code Assistant (ACP)',
14
- category: 'acp',
15
-
16
- displayName: 'Code Assistant',
17
- icon: '🔧',
18
- install: 'Download from https://github.com/stippi/code-assistant/releases',
19
-
20
- spawn: {
21
- command: 'code-assistant',
22
- args: ['--acp'],
23
- shell: false,
24
- },
25
-
26
- auth: [
27
- {
28
- type: 'agent',
29
- id: 'code-assistant',
30
- name: 'Code Assistant Auth',
31
- description: 'Configure provider through code-assistant setup',
32
- },
33
- ],
34
-
35
- settings: {
36
- approvalAlert: {
37
- type: 'boolean',
38
- default: true,
39
- public: true,
40
- label: 'Approval Alerts',
41
- description: 'Show notification when agent requires approval',
42
- },
43
- longGeneratingAlert: {
44
- type: 'boolean',
45
- default: true,
46
- public: true,
47
- label: 'Long Generation Alert',
48
- description: 'Alert when generation takes too long',
49
- },
50
- longGeneratingThresholdSec: {
51
- type: 'number',
52
- default: 180,
53
- public: true,
54
- label: 'Long Generation Threshold (sec)',
55
- min: 30,
56
- max: 600,
57
- },
58
- },
59
- };
@@ -1,59 +0,0 @@
1
- /**
2
- * Codebuddy Code — ACP Provider
3
- *
4
- * Tencent Cloud's official intelligent coding tool
5
- * https://www.codebuddy.cn/cli/
6
- *
7
- * Install: npm install -g @tencent-ai/codebuddy-code
8
- *
9
- * @type {import('../../../../src/providers/contracts').ProviderModule}
10
- */
11
- module.exports = {
12
- type: 'codebuddy-acp',
13
- name: 'Codebuddy Code (ACP)',
14
- category: 'acp',
15
-
16
- displayName: 'Codebuddy Code',
17
- icon: '🐧',
18
- install: 'npm install -g @tencent-ai/codebuddy-code',
19
-
20
- spawn: {
21
- command: 'codebuddy-code',
22
- args: ['--acp'],
23
- shell: false,
24
- },
25
-
26
- auth: [
27
- {
28
- type: 'agent',
29
- id: 'tencent',
30
- name: 'Tencent Cloud Auth',
31
- description: 'Authenticate through Tencent Cloud account',
32
- },
33
- ],
34
-
35
- settings: {
36
- approvalAlert: {
37
- type: 'boolean',
38
- default: true,
39
- public: true,
40
- label: 'Approval Alerts',
41
- description: 'Show notification when agent requires approval',
42
- },
43
- longGeneratingAlert: {
44
- type: 'boolean',
45
- default: true,
46
- public: true,
47
- label: 'Long Generation Alert',
48
- description: 'Alert when generation takes too long',
49
- },
50
- longGeneratingThresholdSec: {
51
- type: 'number',
52
- default: 180,
53
- public: true,
54
- label: 'Long Generation Threshold (sec)',
55
- min: 30,
56
- max: 600,
57
- },
58
- },
59
- };
@@ -1,64 +0,0 @@
1
- /**
2
- * Codex CLI — ACP Provider
3
- *
4
- * Category: acp (Agent Client Protocol — JSON-RPC over stdio)
5
- *
6
- * Uses @zed-industries/codex-acp adapter:
7
- * https://github.com/zed-industries/codex-acp
8
- *
9
- * Install: npm install -g @zed-industries/codex-acp
10
- * Auth: OPENAI_API_KEY or CODEX_API_KEY environment variable
11
- *
12
- * @type {import('../../../../src/providers/contracts').ProviderModule}
13
- */
14
- module.exports = {
15
- type: 'codex-acp',
16
- name: 'Codex (ACP)',
17
- category: 'acp',
18
-
19
- displayName: 'Codex (ACP)',
20
- icon: '🤖',
21
- install: 'npm install -g @zed-industries/codex-acp (requires OPENAI_API_KEY)',
22
-
23
- // ACP spawn config — uses codex-acp adapter
24
- spawn: {
25
- command: 'codex-acp',
26
- args: [],
27
- shell: false,
28
- },
29
-
30
- auth: [
31
- {
32
- type: 'env_var',
33
- id: 'openai',
34
- name: 'OpenAI API Key',
35
- vars: [{ name: 'OPENAI_API_KEY' }],
36
- link: 'https://platform.openai.com/api-keys',
37
- },
38
- ],
39
-
40
- settings: {
41
- approvalAlert: {
42
- type: 'boolean',
43
- default: true,
44
- public: true,
45
- label: 'Approval Alerts',
46
- description: 'Show notification when Codex requires approval',
47
- },
48
- longGeneratingAlert: {
49
- type: 'boolean',
50
- default: true,
51
- public: true,
52
- label: 'Long Generation Alert',
53
- description: 'Alert when generation takes too long',
54
- },
55
- longGeneratingThresholdSec: {
56
- type: 'number',
57
- default: 180,
58
- public: true,
59
- label: 'Long Generation Threshold (sec)',
60
- min: 30,
61
- max: 600,
62
- },
63
- },
64
- };