adhdev 0.1.53 → 0.1.54

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 (68) hide show
  1. package/dist/index.js +1870 -819
  2. package/package.json +1 -1
  3. package/providers/_builtin/CONTRIBUTING.md +141 -0
  4. package/providers/_builtin/README.md +51 -0
  5. package/providers/_builtin/_helpers/index.js +188 -0
  6. package/providers/_builtin/acp/agentpool/provider.js +59 -0
  7. package/providers/_builtin/acp/amp/provider.js +61 -0
  8. package/providers/_builtin/acp/auggie/provider.js +60 -0
  9. package/providers/_builtin/acp/autodev/provider.js +59 -0
  10. package/providers/_builtin/acp/autohand/provider.js +59 -0
  11. package/providers/_builtin/acp/blackbox-ai/provider.js +59 -0
  12. package/providers/_builtin/acp/claude-agent/provider.js +61 -0
  13. package/providers/_builtin/acp/cline-acp/provider.js +62 -0
  14. package/providers/_builtin/acp/code-assistant/provider.js +59 -0
  15. package/providers/_builtin/acp/codebuddy/provider.js +59 -0
  16. package/providers/_builtin/acp/codex-cli/provider.js +11 -1
  17. package/providers/_builtin/acp/corust-agent/provider.js +59 -0
  18. package/providers/_builtin/acp/crow-cli/provider.js +59 -0
  19. package/providers/_builtin/acp/cursor-acp/provider.js +59 -0
  20. package/providers/_builtin/acp/deepagents/provider.js +59 -0
  21. package/providers/_builtin/acp/dimcode/provider.js +58 -0
  22. package/providers/_builtin/acp/docker-cagent/provider.js +59 -0
  23. package/providers/_builtin/acp/factory-droid/provider.js +59 -0
  24. package/providers/_builtin/acp/fast-agent/provider.js +59 -0
  25. package/providers/_builtin/acp/fount/provider.js +59 -0
  26. package/providers/_builtin/acp/gemini-cli/provider.js +104 -0
  27. package/providers/_builtin/acp/github-copilot/provider.js +60 -0
  28. package/providers/_builtin/acp/goose/provider.js +37 -5
  29. package/providers/_builtin/acp/junie/provider.js +62 -0
  30. package/providers/_builtin/acp/kilo/provider.js +59 -0
  31. package/providers/_builtin/acp/kimi-cli/provider.js +63 -0
  32. package/providers/_builtin/acp/kiro-cli/provider.js +59 -0
  33. package/providers/_builtin/acp/minion-code/provider.js +59 -0
  34. package/providers/_builtin/acp/mistral-vibe/provider.js +63 -0
  35. package/providers/_builtin/acp/nova/provider.js +59 -0
  36. package/providers/_builtin/acp/openclaw/provider.js +59 -0
  37. package/providers/_builtin/acp/opencode/provider.js +34 -6
  38. package/providers/_builtin/acp/openhands/provider.js +59 -0
  39. package/providers/_builtin/acp/pi-acp/provider.js +59 -0
  40. package/providers/_builtin/acp/qoder/provider.js +58 -0
  41. package/providers/_builtin/acp/qwen-code/provider.js +61 -0
  42. package/providers/_builtin/acp/stakpak/provider.js +59 -0
  43. package/providers/_builtin/acp/vtcode/provider.js +59 -0
  44. package/providers/_builtin/cli/claude-cli/provider.js +3 -0
  45. package/providers/_builtin/cli/codex-cli/provider.js +3 -0
  46. package/providers/_builtin/cli/gemini-cli/provider.js +3 -0
  47. package/providers/_builtin/ide/kiro/provider.js +6 -2
  48. package/providers/_builtin/ide/kiro/scripts/webview_send_message.js +72 -0
  49. package/providers/_builtin/ide/pearai/provider.js +12 -0
  50. package/providers/_builtin/ide/pearai/scripts/list_sessions.js +38 -0
  51. package/providers/_builtin/ide/pearai/scripts/new_session.js +55 -0
  52. package/providers/_builtin/ide/pearai/scripts/webview_list_sessions.js +62 -0
  53. package/providers/_builtin/ide/pearai/scripts/webview_new_session.js +32 -4
  54. package/providers/_builtin/ide/pearai/scripts/webview_send_message.js +72 -0
  55. package/providers/_builtin/ide/pearai/scripts/webview_switch_session.js +34 -0
  56. package/providers/_builtin/ide/trae/scripts/send_message.js +53 -3
  57. package/providers/_builtin/validate.js +156 -0
  58. package/dist/node_datachannel-LPY6EJH5.node +0 -0
  59. package/providers/_builtin/ide/cursor/provider.js.backup +0 -116
  60. package/providers/_builtin/ide/cursor/provider.js.bak +0 -127
  61. package/providers/_builtin/ide/cursor/scripts_backup/focus_editor.js +0 -20
  62. package/providers/_builtin/ide/cursor/scripts_backup/list_chats.js +0 -111
  63. package/providers/_builtin/ide/cursor/scripts_backup/new_session.js +0 -62
  64. package/providers/_builtin/ide/cursor/scripts_backup/open_panel.js +0 -31
  65. package/providers/_builtin/ide/cursor/scripts_backup/read_chat.js +0 -433
  66. package/providers/_builtin/ide/cursor/scripts_backup/resolve_action.js +0 -90
  67. package/providers/_builtin/ide/cursor/scripts_backup/send_message.js +0 -86
  68. package/providers/_builtin/ide/cursor/scripts_backup/switch_session.js +0 -63
@@ -0,0 +1,59 @@
1
+ /**
2
+ * Factory Droid — ACP Provider
3
+ *
4
+ * AI coding agent powered by Factory AI
5
+ *
6
+ * Install: npm install -g droid
7
+ *
8
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
9
+ */
10
+ module.exports = {
11
+ type: 'factory-droid-acp',
12
+ name: 'Factory Droid (ACP)',
13
+ category: 'acp',
14
+
15
+ displayName: 'Factory Droid',
16
+ icon: '🏭',
17
+ install: 'npm install -g droid',
18
+
19
+ spawn: {
20
+ command: 'droid',
21
+ args: ['exec', '--output-format', 'acp'],
22
+ shell: false,
23
+ env: { DROID_DISABLE_AUTO_UPDATE: '1', FACTORY_DROID_AUTO_UPDATE_ENABLED: 'false' },
24
+ },
25
+
26
+ auth: [
27
+ {
28
+ type: 'agent',
29
+ id: 'factory',
30
+ name: 'Factory Auth',
31
+ description: 'Authenticate with Factory 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
+ };
@@ -0,0 +1,59 @@
1
+ /**
2
+ * fast-agent — ACP Provider
3
+ *
4
+ * Code and build agents with comprehensive multi-provider support
5
+ * https://github.com/evalstate/fast-agent
6
+ *
7
+ * Install: pip install fast-agent-acp (Python/uvx)
8
+ *
9
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
10
+ */
11
+ module.exports = {
12
+ type: 'fast-agent-acp',
13
+ name: 'fast-agent (ACP)',
14
+ category: 'acp',
15
+
16
+ displayName: 'fast-agent',
17
+ icon: '⚡',
18
+ install: 'pip install fast-agent-acp (Python/uvx)',
19
+
20
+ spawn: {
21
+ command: 'fast-agent-acp',
22
+ args: [],
23
+ shell: false,
24
+ },
25
+
26
+ auth: [
27
+ {
28
+ type: 'agent',
29
+ id: 'fast-agent',
30
+ name: 'fast-agent Auth',
31
+ description: 'Configure provider through fast-agent 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
+ };
@@ -0,0 +1,59 @@
1
+ /**
2
+ * fount — ACP Provider
3
+ *
4
+ * Character AI framework with ACP support
5
+ * https://github.com/steve02081504/fount
6
+ *
7
+ * Install: See https://github.com/steve02081504/fount
8
+ *
9
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
10
+ */
11
+ module.exports = {
12
+ type: 'fount-acp',
13
+ name: 'fount (ACP)',
14
+ category: 'acp',
15
+
16
+ displayName: 'fount',
17
+ icon: '⛲',
18
+ install: 'See https://github.com/steve02081504/fount',
19
+
20
+ spawn: {
21
+ command: 'fount',
22
+ args: ['acp'],
23
+ shell: false,
24
+ },
25
+
26
+ auth: [
27
+ {
28
+ type: 'agent',
29
+ id: 'fount',
30
+ name: 'fount Auth',
31
+ description: 'Configure through fount 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
+ };
@@ -0,0 +1,104 @@
1
+ /**
2
+ * Gemini CLI — ACP Provider
3
+ *
4
+ * Google's official CLI for Gemini with ACP support
5
+ * https://github.com/google-gemini/gemini-cli
6
+ *
7
+ * Install: npm install -g @google/gemini-cli
8
+ * Auth: GOOGLE_API_KEY or gcloud auth
9
+ *
10
+ * Note: Gemini CLI does NOT support ACP config/* methods.
11
+ * Model/mode are set via CLI flags (-m, --approval-mode) at spawn time.
12
+ * Changing model/mode requires process restart with new args.
13
+ *
14
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
15
+ */
16
+ module.exports = {
17
+ type: 'gemini-acp',
18
+ name: 'Gemini CLI (ACP)',
19
+ category: 'acp',
20
+
21
+ displayName: 'Gemini (ACP)',
22
+ icon: '♊',
23
+ install: 'npm install -g @google/gemini-cli',
24
+
25
+ spawn: {
26
+ command: 'gemini',
27
+ args: ['--experimental-acp'],
28
+ shell: false,
29
+ },
30
+
31
+ auth: [
32
+ {
33
+ type: 'env_var',
34
+ id: 'google',
35
+ name: 'Google API Key',
36
+ vars: [{ name: 'GOOGLE_API_KEY' }],
37
+ link: 'https://aistudio.google.com/apikey',
38
+ },
39
+ {
40
+ type: 'agent',
41
+ id: 'gcloud',
42
+ name: 'Google Cloud Auth',
43
+ description: 'Authenticate via gcloud auth application-default login',
44
+ },
45
+ ],
46
+
47
+ // Gemini CLI는 config/* 미지원 → 정적 옵션으로 대시보드 UI 제공
48
+ staticConfigOptions: [
49
+ {
50
+ category: 'model',
51
+ configId: 'model',
52
+ defaultValue: 'gemini-2.5-pro',
53
+ options: [
54
+ { value: 'gemini-2.5-pro', name: 'Gemini 2.5 Pro', group: '2.5' },
55
+ { value: 'gemini-2.5-flash', name: 'Gemini 2.5 Flash', group: '2.5' },
56
+ { value: 'gemini-2.0-flash', name: 'Gemini 2.0 Flash', group: '2.0' },
57
+ ],
58
+ },
59
+ {
60
+ category: 'mode',
61
+ configId: 'approval_mode',
62
+ defaultValue: 'default',
63
+ options: [
64
+ { value: 'default', name: 'Default', description: 'Prompt for approval' },
65
+ { value: 'auto_edit', name: 'Auto Edit', description: 'Auto-approve file edits' },
66
+ { value: 'yolo', name: 'YOLO', description: 'Auto-approve all actions' },
67
+ { value: 'plan', name: 'Plan', description: 'Read-only planning mode' },
68
+ ],
69
+ },
70
+ ],
71
+
72
+ // 선택된 config → spawn args 변환
73
+ spawnArgBuilder: (config) => {
74
+ const args = ['--experimental-acp'];
75
+ if (config.model) args.push('-m', config.model);
76
+ if (config.approval_mode && config.approval_mode !== 'default') {
77
+ args.push('--approval-mode', config.approval_mode);
78
+ }
79
+ return args;
80
+ },
81
+
82
+ settings: {
83
+ approvalAlert: {
84
+ type: 'boolean',
85
+ default: true,
86
+ public: true,
87
+ label: 'Approval Alerts',
88
+ },
89
+ longGeneratingAlert: {
90
+ type: 'boolean',
91
+ default: true,
92
+ public: true,
93
+ label: 'Long Generation Alert',
94
+ },
95
+ longGeneratingThresholdSec: {
96
+ type: 'number',
97
+ default: 180,
98
+ public: true,
99
+ label: 'Long Generation Threshold (sec)',
100
+ min: 30,
101
+ max: 600,
102
+ },
103
+ },
104
+ };
@@ -0,0 +1,60 @@
1
+ /**
2
+ * GitHub Copilot — ACP Provider
3
+ *
4
+ * GitHub's AI pair programmer with ACP support
5
+ * https://github.com/github/copilot-cli
6
+ *
7
+ * Install: npm install -g @github/copilot
8
+ * Auth: GitHub authentication (gh auth login)
9
+ *
10
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
11
+ */
12
+ module.exports = {
13
+ type: 'github-copilot-acp',
14
+ name: 'GitHub Copilot (ACP)',
15
+ category: 'acp',
16
+
17
+ displayName: 'GitHub Copilot',
18
+ icon: '🐙',
19
+ install: 'npm install -g @github/copilot (requires GitHub auth)',
20
+
21
+ spawn: {
22
+ command: 'copilot',
23
+ args: ['--acp'],
24
+ shell: false,
25
+ },
26
+
27
+ auth: [
28
+ {
29
+ type: 'agent',
30
+ id: 'github',
31
+ name: 'GitHub Authentication',
32
+ description: 'Authenticate via GitHub OAuth device flow (gh auth login)',
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 Copilot 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,19 +1,25 @@
1
1
  /**
2
- * Goose (Block) — ACP Provider
2
+ * Goose — ACP Provider
3
3
  *
4
- * Category: acp (Agent Client Protocol JSON-RPC over stdio)
4
+ * A local, extensible, open source AI agent by Block
5
+ * https://github.com/block/goose
5
6
  *
6
- * Goose: https://block.github.io/goose/docs/guides/acp-clients
7
+ * Install: Binary download from GitHub releases
8
+ * macOS: brew install goose or download from releases
9
+ * See: https://github.com/block/goose/releases
10
+ *
11
+ * Auth: Configured via goose settings
7
12
  *
8
13
  * @type {import('../../../../src/providers/contracts').ProviderModule}
9
14
  */
10
15
  module.exports = {
11
- type: 'goose',
12
- name: 'Goose',
16
+ type: 'goose-acp',
17
+ name: 'Goose (ACP)',
13
18
  category: 'acp',
14
19
 
15
20
  displayName: 'Goose',
16
21
  icon: '🪿',
22
+ install: 'brew install goose or download from https://github.com/block/goose/releases',
17
23
 
18
24
  spawn: {
19
25
  command: 'goose',
@@ -21,12 +27,38 @@ module.exports = {
21
27
  shell: false,
22
28
  },
23
29
 
30
+ auth: [
31
+ {
32
+ type: 'terminal',
33
+ id: 'goose-configure',
34
+ name: 'Goose Configure',
35
+ description: 'Run goose configure to set up provider and API keys',
36
+ args: ['configure'],
37
+ },
38
+ ],
39
+
24
40
  settings: {
25
41
  approvalAlert: {
26
42
  type: 'boolean',
27
43
  default: true,
28
44
  public: true,
29
45
  label: 'Approval Alerts',
46
+ description: 'Show notification when Goose 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,
30
62
  },
31
63
  },
32
64
  };
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Junie — ACP Provider
3
+ *
4
+ * AI Coding Agent by JetBrains
5
+ * https://github.com/JetBrains/junie
6
+ *
7
+ * Install: Binary download from GitHub releases
8
+ * See: https://github.com/JetBrains/junie/releases
9
+ *
10
+ * Auth: JetBrains account or API key
11
+ *
12
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
13
+ */
14
+ module.exports = {
15
+ type: 'junie-acp',
16
+ name: 'Junie (ACP)',
17
+ category: 'acp',
18
+
19
+ displayName: 'Junie',
20
+ icon: '🟣',
21
+ install: 'Download from https://github.com/JetBrains/junie/releases',
22
+
23
+ spawn: {
24
+ command: 'junie',
25
+ args: [],
26
+ shell: false,
27
+ },
28
+
29
+ auth: [
30
+ {
31
+ type: 'agent',
32
+ id: 'jetbrains',
33
+ name: 'JetBrains Account',
34
+ description: 'Authenticate with JetBrains account',
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 Junie 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
+ };
@@ -0,0 +1,59 @@
1
+ /**
2
+ * Kilo — ACP Provider
3
+ *
4
+ * The open source coding agent (KiloCode)
5
+ * https://github.com/Kilo-Org/kilocode
6
+ *
7
+ * Install: npm install -g @kilocode/cli
8
+ *
9
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
10
+ */
11
+ module.exports = {
12
+ type: 'kilo-acp',
13
+ name: 'Kilo (ACP)',
14
+ category: 'acp',
15
+
16
+ displayName: 'Kilo',
17
+ icon: '🟢',
18
+ install: 'npm install -g @kilocode/cli',
19
+
20
+ spawn: {
21
+ command: 'kilo',
22
+ args: ['acp'],
23
+ shell: false,
24
+ },
25
+
26
+ auth: [
27
+ {
28
+ type: 'agent',
29
+ id: 'kilo-settings',
30
+ name: 'Kilo Settings',
31
+ description: 'Configure API keys through Kilo interactive 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 Kilo 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
+ };
@@ -0,0 +1,63 @@
1
+ /**
2
+ * Kimi CLI — ACP Provider
3
+ *
4
+ * Moonshot AI's coding assistant
5
+ * https://github.com/MoonshotAI/kimi-cli
6
+ *
7
+ * Install: Binary download from GitHub releases
8
+ * See: https://github.com/MoonshotAI/kimi-cli/releases
9
+ *
10
+ * Auth: MOONSHOT_API_KEY environment variable
11
+ *
12
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
13
+ */
14
+ module.exports = {
15
+ type: 'kimi-acp',
16
+ name: 'Kimi CLI (ACP)',
17
+ category: 'acp',
18
+
19
+ displayName: 'Kimi CLI',
20
+ icon: '🌙',
21
+ install: 'Download from https://github.com/MoonshotAI/kimi-cli/releases (requires MOONSHOT_API_KEY)',
22
+
23
+ spawn: {
24
+ command: 'kimi',
25
+ args: [],
26
+ shell: false,
27
+ },
28
+
29
+ auth: [
30
+ {
31
+ type: 'env_var',
32
+ id: 'moonshot',
33
+ name: 'Moonshot API Key',
34
+ vars: [{ name: 'MOONSHOT_API_KEY' }],
35
+ link: 'https://platform.moonshot.cn/console/api-keys',
36
+ },
37
+ ],
38
+
39
+ settings: {
40
+ approvalAlert: {
41
+ type: 'boolean',
42
+ default: true,
43
+ public: true,
44
+ label: 'Approval Alerts',
45
+ description: 'Show notification when Kimi requires approval',
46
+ },
47
+ longGeneratingAlert: {
48
+ type: 'boolean',
49
+ default: true,
50
+ public: true,
51
+ label: 'Long Generation Alert',
52
+ description: 'Alert when generation takes too long',
53
+ },
54
+ longGeneratingThresholdSec: {
55
+ type: 'number',
56
+ default: 180,
57
+ public: true,
58
+ label: 'Long Generation Threshold (sec)',
59
+ min: 30,
60
+ max: 600,
61
+ },
62
+ },
63
+ };
@@ -0,0 +1,59 @@
1
+ /**
2
+ * Kiro CLI — ACP Provider
3
+ *
4
+ * AWS Kiro coding agent CLI
5
+ * https://kiro.dev/docs/cli/acp/
6
+ *
7
+ * Install: Download from https://kiro.dev/docs/cli/
8
+ *
9
+ * @type {import('../../../../src/providers/contracts').ProviderModule}
10
+ */
11
+ module.exports = {
12
+ type: 'kiro-cli-acp',
13
+ name: 'Kiro CLI (ACP)',
14
+ category: 'acp',
15
+
16
+ displayName: 'Kiro CLI',
17
+ icon: '🟠',
18
+ install: 'Download from https://kiro.dev/docs/cli/',
19
+
20
+ spawn: {
21
+ command: 'kiro',
22
+ args: ['acp'],
23
+ shell: false,
24
+ },
25
+
26
+ auth: [
27
+ {
28
+ type: 'agent',
29
+ id: 'kiro',
30
+ name: 'Kiro Auth',
31
+ description: 'Authenticate with AWS/Kiro 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
+ };