@adhdev/daemon-core 0.5.3
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/index.d.ts +2662 -0
- package/dist/index.js +11341 -0
- package/dist/index.js.map +1 -0
- package/package.json +48 -0
- package/providers/_builtin/.github/workflows/generate-registry.yml +57 -0
- package/providers/_builtin/COMPATIBILITY.md +217 -0
- package/providers/_builtin/CONTRIBUTING.md +200 -0
- package/providers/_builtin/README.md +119 -0
- package/providers/_builtin/_helpers/index.js +188 -0
- package/providers/_builtin/acp/agentpool/provider.json +54 -0
- package/providers/_builtin/acp/amp/provider.json +52 -0
- package/providers/_builtin/acp/auggie/provider.json +57 -0
- package/providers/_builtin/acp/autodev/provider.json +54 -0
- package/providers/_builtin/acp/autohand/provider.json +52 -0
- package/providers/_builtin/acp/blackbox-ai/provider.json +54 -0
- package/providers/_builtin/acp/claude-agent/provider.json +57 -0
- package/providers/_builtin/acp/cline-acp/provider.json +54 -0
- package/providers/_builtin/acp/codebuddy/provider.json +54 -0
- package/providers/_builtin/acp/codex-cli/provider.json +57 -0
- package/providers/_builtin/acp/corust-agent/provider.json +52 -0
- package/providers/_builtin/acp/crow-cli/provider.json +54 -0
- package/providers/_builtin/acp/cursor-acp/provider.json +54 -0
- package/providers/_builtin/acp/deepagents/provider.json +52 -0
- package/providers/_builtin/acp/dimcode/provider.json +54 -0
- package/providers/_builtin/acp/docker-cagent/provider.json +57 -0
- package/providers/_builtin/acp/factory-droid/provider.json +60 -0
- package/providers/_builtin/acp/fast-agent/provider.json +52 -0
- package/providers/_builtin/acp/gemini-cli/provider.json +114 -0
- package/providers/_builtin/acp/github-copilot/provider.json +54 -0
- package/providers/_builtin/acp/goose/provider.json +57 -0
- package/providers/_builtin/acp/junie/provider.json +52 -0
- package/providers/_builtin/acp/kilo/provider.json +54 -0
- package/providers/_builtin/acp/kimi-cli/provider.json +57 -0
- package/providers/_builtin/acp/minion-code/provider.json +52 -0
- package/providers/_builtin/acp/mistral-vibe/provider.json +57 -0
- package/providers/_builtin/acp/nova/provider.json +54 -0
- package/providers/_builtin/acp/openclaw/provider.json +54 -0
- package/providers/_builtin/acp/opencode/provider.json +52 -0
- package/providers/_builtin/acp/openhands/provider.json +54 -0
- package/providers/_builtin/acp/pi-acp/provider.json +52 -0
- package/providers/_builtin/acp/qoder/provider.json +54 -0
- package/providers/_builtin/acp/qwen-code/provider.json +60 -0
- package/providers/_builtin/acp/stakpak/provider.json +54 -0
- package/providers/_builtin/acp/vtcode/provider.json +54 -0
- package/providers/_builtin/cli/claude-cli/provider.json +100 -0
- package/providers/_builtin/cli/codex-cli/provider.json +89 -0
- package/providers/_builtin/cli/gemini-cli/provider.json +93 -0
- package/providers/_builtin/docs/CDP_SELECTOR_GUIDE.md +370 -0
- package/providers/_builtin/docs/PROVIDER_GUIDE.md +916 -0
- package/providers/_builtin/extension/cline/provider.json +35 -0
- package/providers/_builtin/extension/cline/scripts/focus_editor.js +48 -0
- package/providers/_builtin/extension/cline/scripts/list_chats.js +100 -0
- package/providers/_builtin/extension/cline/scripts/list_models.js +43 -0
- package/providers/_builtin/extension/cline/scripts/list_modes.js +35 -0
- package/providers/_builtin/extension/cline/scripts/new_session.js +85 -0
- package/providers/_builtin/extension/cline/scripts/open_panel.js +25 -0
- package/providers/_builtin/extension/cline/scripts/read_chat.js +257 -0
- package/providers/_builtin/extension/cline/scripts/resolve_action.js +83 -0
- package/providers/_builtin/extension/cline/scripts/send_message.js +95 -0
- package/providers/_builtin/extension/cline/scripts/set_mode.js +36 -0
- package/providers/_builtin/extension/cline/scripts/set_model.js +36 -0
- package/providers/_builtin/extension/cline/scripts/switch_session.js +206 -0
- package/providers/_builtin/extension/cline/scripts.js +73 -0
- package/providers/_builtin/extension/roo-code/provider.json +35 -0
- package/providers/_builtin/extension/roo-code/scripts.js +659 -0
- package/providers/_builtin/ide/antigravity/provider.json +68 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/focus_editor.js +20 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/list_chats.js +137 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/list_models.js +38 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/list_modes.js +48 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/new_session.js +75 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/read_chat.js +262 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/resolve_action.js +68 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/scripts.js +57 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/send_message.js +56 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/set_mode.js +34 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/set_model.js +47 -0
- package/providers/_builtin/ide/antigravity/scripts/1.106/switch_session.js +114 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/focus_editor.js +20 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/list_chats.js +137 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/list_models.js +61 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/list_modes.js +72 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/new_session.js +75 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/read_chat.js +262 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/resolve_action.js +68 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/scripts.js +67 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/send_message.js +56 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/set_mode.js +67 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/set_model.js +72 -0
- package/providers/_builtin/ide/antigravity/scripts/1.107/switch_session.js +114 -0
- package/providers/_builtin/ide/cursor/provider.json +70 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/dismiss_notification.js +30 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/focus_editor.js +13 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/list_models.js +78 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/list_modes.js +40 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/list_notifications.js +23 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/list_sessions.js +42 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/new_session.js +20 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/open_panel.js +23 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/read_chat.js +75 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/resolve_action.js +19 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/scripts.js +78 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/send_message.js +23 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/set_mode.js +38 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/set_model.js +81 -0
- package/providers/_builtin/ide/cursor/scripts/0.49/switch_session.js +28 -0
- package/providers/_builtin/ide/kiro/provider.json +67 -0
- package/providers/_builtin/ide/kiro/scripts/focus_editor.js +20 -0
- package/providers/_builtin/ide/kiro/scripts/open_panel.js +47 -0
- package/providers/_builtin/ide/kiro/scripts/resolve_action.js +54 -0
- package/providers/_builtin/ide/kiro/scripts/send_message.js +29 -0
- package/providers/_builtin/ide/kiro/scripts/webview_list_models.js +39 -0
- package/providers/_builtin/ide/kiro/scripts/webview_list_modes.js +39 -0
- package/providers/_builtin/ide/kiro/scripts/webview_list_sessions.js +21 -0
- package/providers/_builtin/ide/kiro/scripts/webview_new_session.js +34 -0
- package/providers/_builtin/ide/kiro/scripts/webview_read_chat.js +68 -0
- package/providers/_builtin/ide/kiro/scripts/webview_send_message.js +72 -0
- package/providers/_builtin/ide/kiro/scripts/webview_set_mode.js +15 -0
- package/providers/_builtin/ide/kiro/scripts/webview_set_model.js +15 -0
- package/providers/_builtin/ide/kiro/scripts/webview_switch_session.js +26 -0
- package/providers/_builtin/ide/kiro/scripts.js +62 -0
- package/providers/_builtin/ide/pearai/provider.json +67 -0
- package/providers/_builtin/ide/pearai/scripts/focus_editor.js +20 -0
- package/providers/_builtin/ide/pearai/scripts/list_sessions.js +38 -0
- package/providers/_builtin/ide/pearai/scripts/new_session.js +55 -0
- package/providers/_builtin/ide/pearai/scripts/open_panel.js +46 -0
- package/providers/_builtin/ide/pearai/scripts/resolve_action.js +54 -0
- package/providers/_builtin/ide/pearai/scripts/send_message.js +29 -0
- package/providers/_builtin/ide/pearai/scripts/webview_list_models.js +43 -0
- package/providers/_builtin/ide/pearai/scripts/webview_list_modes.js +35 -0
- package/providers/_builtin/ide/pearai/scripts/webview_list_sessions.js +62 -0
- package/providers/_builtin/ide/pearai/scripts/webview_new_session.js +49 -0
- package/providers/_builtin/ide/pearai/scripts/webview_read_chat.js +92 -0
- package/providers/_builtin/ide/pearai/scripts/webview_resolve_action.js +59 -0
- package/providers/_builtin/ide/pearai/scripts/webview_send_message.js +72 -0
- package/providers/_builtin/ide/pearai/scripts/webview_set_mode.js +36 -0
- package/providers/_builtin/ide/pearai/scripts/webview_set_model.js +36 -0
- package/providers/_builtin/ide/pearai/scripts/webview_switch_session.js +34 -0
- package/providers/_builtin/ide/pearai/scripts.js +74 -0
- package/providers/_builtin/ide/trae/provider.json +66 -0
- package/providers/_builtin/ide/trae/scripts/focus_editor.js +20 -0
- package/providers/_builtin/ide/trae/scripts/list_chats.js +24 -0
- package/providers/_builtin/ide/trae/scripts/list_models.js +39 -0
- package/providers/_builtin/ide/trae/scripts/list_modes.js +39 -0
- package/providers/_builtin/ide/trae/scripts/new_session.js +30 -0
- package/providers/_builtin/ide/trae/scripts/open_panel.js +44 -0
- package/providers/_builtin/ide/trae/scripts/read_chat.js +113 -0
- package/providers/_builtin/ide/trae/scripts/resolve_action.js +54 -0
- package/providers/_builtin/ide/trae/scripts/send_message.js +69 -0
- package/providers/_builtin/ide/trae/scripts/set_mode.js +15 -0
- package/providers/_builtin/ide/trae/scripts/set_model.js +15 -0
- package/providers/_builtin/ide/trae/scripts/switch_session.js +23 -0
- package/providers/_builtin/ide/trae/scripts.js +57 -0
- package/providers/_builtin/ide/vscode/provider.json +64 -0
- package/providers/_builtin/ide/vscode-insiders/provider.json +62 -0
- package/providers/_builtin/ide/vscodium/provider.json +63 -0
- package/providers/_builtin/ide/windsurf/provider.json +53 -0
- package/providers/_builtin/ide/windsurf/scripts/focus_editor.js +30 -0
- package/providers/_builtin/ide/windsurf/scripts/list_chats.js +117 -0
- package/providers/_builtin/ide/windsurf/scripts/list_models.js +39 -0
- package/providers/_builtin/ide/windsurf/scripts/list_modes.js +39 -0
- package/providers/_builtin/ide/windsurf/scripts/new_session.js +69 -0
- package/providers/_builtin/ide/windsurf/scripts/open_panel.js +58 -0
- package/providers/_builtin/ide/windsurf/scripts/read_chat.js +297 -0
- package/providers/_builtin/ide/windsurf/scripts/resolve_action.js +68 -0
- package/providers/_builtin/ide/windsurf/scripts/send_message.js +87 -0
- package/providers/_builtin/ide/windsurf/scripts/set_mode.js +15 -0
- package/providers/_builtin/ide/windsurf/scripts/set_model.js +15 -0
- package/providers/_builtin/ide/windsurf/scripts/switch_session.js +58 -0
- package/providers/_builtin/ide/windsurf/scripts.js +57 -0
- package/providers/_builtin/registry.json +266 -0
- package/providers/_builtin/validate.js +156 -0
- package/src/agent-stream/index.ts +6 -0
- package/src/agent-stream/manager.ts +286 -0
- package/src/agent-stream/poller.ts +154 -0
- package/src/agent-stream/provider-adapter.ts +138 -0
- package/src/agent-stream/types.ts +61 -0
- package/src/boot/daemon-lifecycle.ts +252 -0
- package/src/cdp/devtools.ts +335 -0
- package/src/cdp/initializer.ts +191 -0
- package/src/cdp/manager.ts +897 -0
- package/src/cdp/scanner.ts +185 -0
- package/src/cdp/setup.ts +150 -0
- package/src/cli-adapter-types.ts +25 -0
- package/src/cli-adapters/provider-cli-adapter.ts +448 -0
- package/src/commands/cdp-commands.ts +208 -0
- package/src/commands/chat-commands.ts +675 -0
- package/src/commands/cli-manager.ts +353 -0
- package/src/commands/handler.ts +328 -0
- package/src/commands/router.ts +258 -0
- package/src/commands/stream-commands.ts +325 -0
- package/src/config/chat-history.ts +211 -0
- package/src/config/config.ts +219 -0
- package/src/daemon/dev-server.ts +2378 -0
- package/src/daemon/scaffold-template.ts +394 -0
- package/src/daemon-core.ts +50 -0
- package/src/detection/cli-detector.ts +89 -0
- package/src/detection/ide-detector.ts +157 -0
- package/src/index.ts +103 -0
- package/src/installer.ts +263 -0
- package/src/ipc-protocol.ts +133 -0
- package/src/launch.ts +433 -0
- package/src/logging/command-log.ts +180 -0
- package/src/logging/logger.ts +316 -0
- package/src/providers/acp-provider-instance.ts +1140 -0
- package/src/providers/cli-provider-instance.ts +207 -0
- package/src/providers/contracts.ts +524 -0
- package/src/providers/extension-provider-instance.ts +156 -0
- package/src/providers/ide-provider-instance.ts +377 -0
- package/src/providers/index.ts +18 -0
- package/src/providers/provider-instance-manager.ts +182 -0
- package/src/providers/provider-instance.ts +112 -0
- package/src/providers/provider-loader.ts +1031 -0
- package/src/providers/status-monitor.ts +125 -0
- package/src/providers/version-archive.ts +266 -0
- package/src/status/reporter.ts +294 -0
- package/src/types.ts +206 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "qwen-code-acp",
|
|
3
|
+
"name": "Qwen Code (ACP)",
|
|
4
|
+
"category": "acp",
|
|
5
|
+
"displayName": "Qwen Code",
|
|
6
|
+
"icon": "🟦",
|
|
7
|
+
"install": "npm install -g @qwen-code/qwen-code (requires DASHSCOPE_API_KEY)",
|
|
8
|
+
"spawn": {
|
|
9
|
+
"command": "qwen-code",
|
|
10
|
+
"args": [
|
|
11
|
+
"--acp",
|
|
12
|
+
"--experimental-skills"
|
|
13
|
+
],
|
|
14
|
+
"shell": false
|
|
15
|
+
},
|
|
16
|
+
"auth": [
|
|
17
|
+
{
|
|
18
|
+
"type": "env_var",
|
|
19
|
+
"id": "dashscope",
|
|
20
|
+
"name": "DashScope API Key",
|
|
21
|
+
"vars": [
|
|
22
|
+
{
|
|
23
|
+
"name": "DASHSCOPE_API_KEY"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"link": "https://dashscope.console.aliyun.com/apiKey"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"settings": {
|
|
30
|
+
"autoApprove": {
|
|
31
|
+
"type": "boolean",
|
|
32
|
+
"default": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"label": "Auto Approve",
|
|
35
|
+
"description": "Automatically approve all tool calls without user confirmation"
|
|
36
|
+
},
|
|
37
|
+
"approvalAlert": {
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"default": true,
|
|
40
|
+
"public": true,
|
|
41
|
+
"label": "Approval Alerts",
|
|
42
|
+
"description": "Show notification when Qwen Code 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
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "stakpak-acp",
|
|
3
|
+
"name": "Stakpak (ACP)",
|
|
4
|
+
"category": "acp",
|
|
5
|
+
"displayName": "Stakpak",
|
|
6
|
+
"icon": "🛡️",
|
|
7
|
+
"install": "Download from https://github.com/stakpak/agent/releases",
|
|
8
|
+
"spawn": {
|
|
9
|
+
"command": "stakpak",
|
|
10
|
+
"args": [
|
|
11
|
+
"acp"
|
|
12
|
+
],
|
|
13
|
+
"shell": false
|
|
14
|
+
},
|
|
15
|
+
"auth": [
|
|
16
|
+
{
|
|
17
|
+
"type": "agent",
|
|
18
|
+
"id": "stakpak",
|
|
19
|
+
"name": "Stakpak Auth",
|
|
20
|
+
"description": "Configure provider through Stakpak setup"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"settings": {
|
|
24
|
+
"autoApprove": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"default": false,
|
|
27
|
+
"public": true,
|
|
28
|
+
"label": "Auto Approve",
|
|
29
|
+
"description": "Automatically approve all tool calls without user confirmation"
|
|
30
|
+
},
|
|
31
|
+
"approvalAlert": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"public": true,
|
|
35
|
+
"label": "Approval Alerts",
|
|
36
|
+
"description": "Show notification when agent requires approval"
|
|
37
|
+
},
|
|
38
|
+
"longGeneratingAlert": {
|
|
39
|
+
"type": "boolean",
|
|
40
|
+
"default": true,
|
|
41
|
+
"public": true,
|
|
42
|
+
"label": "Long Generation Alert",
|
|
43
|
+
"description": "Alert when generation takes too long"
|
|
44
|
+
},
|
|
45
|
+
"longGeneratingThresholdSec": {
|
|
46
|
+
"type": "number",
|
|
47
|
+
"default": 180,
|
|
48
|
+
"public": true,
|
|
49
|
+
"label": "Long Generation Threshold (sec)",
|
|
50
|
+
"min": 30,
|
|
51
|
+
"max": 600
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "vtcode-acp",
|
|
3
|
+
"name": "VT Code (ACP)",
|
|
4
|
+
"category": "acp",
|
|
5
|
+
"displayName": "VT Code",
|
|
6
|
+
"icon": "🟣",
|
|
7
|
+
"install": "npm install -g vtcode",
|
|
8
|
+
"spawn": {
|
|
9
|
+
"command": "vtcode",
|
|
10
|
+
"args": [
|
|
11
|
+
"acp"
|
|
12
|
+
],
|
|
13
|
+
"shell": false
|
|
14
|
+
},
|
|
15
|
+
"auth": [
|
|
16
|
+
{
|
|
17
|
+
"type": "agent",
|
|
18
|
+
"id": "vtcode",
|
|
19
|
+
"name": "VT Code Auth",
|
|
20
|
+
"description": "Configure provider through VT Code setup"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"settings": {
|
|
24
|
+
"autoApprove": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"default": false,
|
|
27
|
+
"public": true,
|
|
28
|
+
"label": "Auto Approve",
|
|
29
|
+
"description": "Automatically approve all tool calls without user confirmation"
|
|
30
|
+
},
|
|
31
|
+
"approvalAlert": {
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"default": true,
|
|
34
|
+
"public": true,
|
|
35
|
+
"label": "Approval Alerts",
|
|
36
|
+
"description": "Show notification when agent requires approval"
|
|
37
|
+
},
|
|
38
|
+
"longGeneratingAlert": {
|
|
39
|
+
"type": "boolean",
|
|
40
|
+
"default": true,
|
|
41
|
+
"public": true,
|
|
42
|
+
"label": "Long Generation Alert",
|
|
43
|
+
"description": "Alert when generation takes too long"
|
|
44
|
+
},
|
|
45
|
+
"longGeneratingThresholdSec": {
|
|
46
|
+
"type": "number",
|
|
47
|
+
"default": 180,
|
|
48
|
+
"public": true,
|
|
49
|
+
"label": "Long Generation Threshold (sec)",
|
|
50
|
+
"min": 30,
|
|
51
|
+
"max": 600
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "claude-cli",
|
|
3
|
+
"name": "Claude Code",
|
|
4
|
+
"category": "cli",
|
|
5
|
+
"aliases": [
|
|
6
|
+
"claude",
|
|
7
|
+
"claude-code"
|
|
8
|
+
],
|
|
9
|
+
"icon": "🤖",
|
|
10
|
+
"displayName": "Claude Code",
|
|
11
|
+
"settings": {
|
|
12
|
+
"mode": {
|
|
13
|
+
"type": "select",
|
|
14
|
+
"default": "terminal",
|
|
15
|
+
"public": true,
|
|
16
|
+
"label": "표시 모드",
|
|
17
|
+
"description": "terminal: PTY 터미널 뷰, chat: 파싱된 대화 뷰",
|
|
18
|
+
"options": [
|
|
19
|
+
"terminal",
|
|
20
|
+
"chat"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"notifications": {
|
|
24
|
+
"type": "boolean",
|
|
25
|
+
"default": true,
|
|
26
|
+
"public": true,
|
|
27
|
+
"label": "알림",
|
|
28
|
+
"description": "상태 변경 시 알림을 표시합니다"
|
|
29
|
+
},
|
|
30
|
+
"autoApprove": {
|
|
31
|
+
"type": "boolean",
|
|
32
|
+
"default": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"label": "자동 승인",
|
|
35
|
+
"description": "도구 실행 승인을 자동으로 허용합니다"
|
|
36
|
+
},
|
|
37
|
+
"approvalAlert": {
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"default": true,
|
|
40
|
+
"public": true,
|
|
41
|
+
"label": "Approval Notifications",
|
|
42
|
+
"description": "Show notification when approval is needed"
|
|
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
|
+
"binary": "claude",
|
|
61
|
+
"spawn": {
|
|
62
|
+
"command": "claude",
|
|
63
|
+
"args": [],
|
|
64
|
+
"shell": false,
|
|
65
|
+
"env": {}
|
|
66
|
+
},
|
|
67
|
+
"patterns": {
|
|
68
|
+
"prompt": [
|
|
69
|
+
{},
|
|
70
|
+
{},
|
|
71
|
+
{},
|
|
72
|
+
{},
|
|
73
|
+
{},
|
|
74
|
+
{},
|
|
75
|
+
{}
|
|
76
|
+
],
|
|
77
|
+
"generating": [
|
|
78
|
+
{},
|
|
79
|
+
{},
|
|
80
|
+
{},
|
|
81
|
+
{},
|
|
82
|
+
{}
|
|
83
|
+
],
|
|
84
|
+
"approval": [
|
|
85
|
+
{},
|
|
86
|
+
{},
|
|
87
|
+
{},
|
|
88
|
+
{},
|
|
89
|
+
{},
|
|
90
|
+
{},
|
|
91
|
+
{},
|
|
92
|
+
{},
|
|
93
|
+
{}
|
|
94
|
+
],
|
|
95
|
+
"ready": [
|
|
96
|
+
{},
|
|
97
|
+
{}
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "codex-cli",
|
|
3
|
+
"name": "Codex CLI",
|
|
4
|
+
"category": "cli",
|
|
5
|
+
"aliases": [
|
|
6
|
+
"codex"
|
|
7
|
+
],
|
|
8
|
+
"icon": "🧠",
|
|
9
|
+
"displayName": "Codex CLI",
|
|
10
|
+
"settings": {
|
|
11
|
+
"mode": {
|
|
12
|
+
"type": "select",
|
|
13
|
+
"default": "terminal",
|
|
14
|
+
"public": true,
|
|
15
|
+
"label": "표시 모드",
|
|
16
|
+
"options": [
|
|
17
|
+
"terminal",
|
|
18
|
+
"chat"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"notifications": {
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"default": true,
|
|
24
|
+
"public": true,
|
|
25
|
+
"label": "알림"
|
|
26
|
+
},
|
|
27
|
+
"autoApprove": {
|
|
28
|
+
"type": "boolean",
|
|
29
|
+
"default": false,
|
|
30
|
+
"public": true,
|
|
31
|
+
"label": "Auto Approve",
|
|
32
|
+
"description": "Automatically approve all tool calls without user confirmation"
|
|
33
|
+
},
|
|
34
|
+
"approvalAlert": {
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"default": true,
|
|
37
|
+
"public": true,
|
|
38
|
+
"label": "Approval Notifications",
|
|
39
|
+
"description": "Show notification when approval is needed"
|
|
40
|
+
},
|
|
41
|
+
"longGeneratingAlert": {
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"default": true,
|
|
44
|
+
"public": true,
|
|
45
|
+
"label": "Long Generation Alert",
|
|
46
|
+
"description": "Alert when generation takes too long"
|
|
47
|
+
},
|
|
48
|
+
"longGeneratingThresholdSec": {
|
|
49
|
+
"type": "number",
|
|
50
|
+
"default": 180,
|
|
51
|
+
"public": true,
|
|
52
|
+
"label": "Long Generation Threshold (sec)",
|
|
53
|
+
"min": 30,
|
|
54
|
+
"max": 600
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"binary": "codex",
|
|
58
|
+
"spawn": {
|
|
59
|
+
"command": "codex",
|
|
60
|
+
"args": [
|
|
61
|
+
"--full-auto"
|
|
62
|
+
],
|
|
63
|
+
"shell": false,
|
|
64
|
+
"env": {}
|
|
65
|
+
},
|
|
66
|
+
"patterns": {
|
|
67
|
+
"prompt": [
|
|
68
|
+
{},
|
|
69
|
+
{},
|
|
70
|
+
{}
|
|
71
|
+
],
|
|
72
|
+
"generating": [
|
|
73
|
+
{},
|
|
74
|
+
{},
|
|
75
|
+
{}
|
|
76
|
+
],
|
|
77
|
+
"approval": [
|
|
78
|
+
{},
|
|
79
|
+
{},
|
|
80
|
+
{},
|
|
81
|
+
{},
|
|
82
|
+
{}
|
|
83
|
+
],
|
|
84
|
+
"ready": [
|
|
85
|
+
{},
|
|
86
|
+
{}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "gemini-cli",
|
|
3
|
+
"name": "Gemini CLI",
|
|
4
|
+
"category": "cli",
|
|
5
|
+
"aliases": [
|
|
6
|
+
"gemini"
|
|
7
|
+
],
|
|
8
|
+
"icon": "♊",
|
|
9
|
+
"displayName": "Gemini CLI",
|
|
10
|
+
"settings": {
|
|
11
|
+
"mode": {
|
|
12
|
+
"type": "select",
|
|
13
|
+
"default": "terminal",
|
|
14
|
+
"public": true,
|
|
15
|
+
"label": "표시 모드",
|
|
16
|
+
"options": [
|
|
17
|
+
"terminal",
|
|
18
|
+
"chat"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"notifications": {
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"default": true,
|
|
24
|
+
"public": true,
|
|
25
|
+
"label": "알림"
|
|
26
|
+
},
|
|
27
|
+
"autoApprove": {
|
|
28
|
+
"type": "boolean",
|
|
29
|
+
"default": false,
|
|
30
|
+
"public": true,
|
|
31
|
+
"label": "Auto Approve",
|
|
32
|
+
"description": "Automatically approve all tool calls without user confirmation"
|
|
33
|
+
},
|
|
34
|
+
"approvalAlert": {
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"default": true,
|
|
37
|
+
"public": true,
|
|
38
|
+
"label": "Approval Notifications",
|
|
39
|
+
"description": "Show notification when approval is needed"
|
|
40
|
+
},
|
|
41
|
+
"longGeneratingAlert": {
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"default": true,
|
|
44
|
+
"public": true,
|
|
45
|
+
"label": "Long Generation Alert",
|
|
46
|
+
"description": "Alert when generation takes too long"
|
|
47
|
+
},
|
|
48
|
+
"longGeneratingThresholdSec": {
|
|
49
|
+
"type": "number",
|
|
50
|
+
"default": 180,
|
|
51
|
+
"public": true,
|
|
52
|
+
"label": "Long Generation Threshold (sec)",
|
|
53
|
+
"min": 30,
|
|
54
|
+
"max": 600
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"binary": "gemini",
|
|
58
|
+
"spawn": {
|
|
59
|
+
"command": "gemini",
|
|
60
|
+
"args": [
|
|
61
|
+
"--yolo"
|
|
62
|
+
],
|
|
63
|
+
"shell": true,
|
|
64
|
+
"env": {}
|
|
65
|
+
},
|
|
66
|
+
"patterns": {
|
|
67
|
+
"prompt": [
|
|
68
|
+
{},
|
|
69
|
+
{},
|
|
70
|
+
{}
|
|
71
|
+
],
|
|
72
|
+
"generating": [
|
|
73
|
+
{},
|
|
74
|
+
{},
|
|
75
|
+
{},
|
|
76
|
+
{},
|
|
77
|
+
{},
|
|
78
|
+
{}
|
|
79
|
+
],
|
|
80
|
+
"approval": [
|
|
81
|
+
{},
|
|
82
|
+
{},
|
|
83
|
+
{},
|
|
84
|
+
{},
|
|
85
|
+
{},
|
|
86
|
+
{}
|
|
87
|
+
],
|
|
88
|
+
"ready": [
|
|
89
|
+
{},
|
|
90
|
+
{}
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
}
|