@kernlang/agon 0.1.6 → 0.1.7
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/{chunk-XWHC6VAH.js → chunk-45YTXJWJ.js} +1 -1
- package/dist/chunk-45YTXJWJ.js.map +1 -0
- package/dist/{chunk-6IF2AV4Y.js → chunk-6WWOJXG4.js} +104 -47
- package/dist/chunk-6WWOJXG4.js.map +1 -0
- package/dist/{chunk-3PDYVGRS.js → chunk-AONHRJRW.js} +172 -14
- package/dist/chunk-AONHRJRW.js.map +1 -0
- package/dist/{chunk-TMNHJOKU.js → chunk-BPKY4OF2.js} +74 -3
- package/dist/chunk-BPKY4OF2.js.map +1 -0
- package/dist/{chunk-NBV37VMW.js → chunk-I2PMSXJ3.js} +2 -2
- package/dist/chunk-I2PMSXJ3.js.map +1 -0
- package/dist/{chunk-PUNBDLQO.js → chunk-RKXVKX25.js} +42 -8
- package/dist/chunk-RKXVKX25.js.map +1 -0
- package/dist/{chunk-HSPQEDHX.js → chunk-SUT2HDOY.js} +1 -1
- package/dist/chunk-SUT2HDOY.js.map +1 -0
- package/dist/{chunk-7WZ2O5WZ.js → chunk-WDT5NJOA.js} +4 -4
- package/dist/chunk-WDT5NJOA.js.map +1 -0
- package/dist/{dispatch-S3CR5HKX.js → dispatch-J4RSWLXM.js} +2 -2
- package/dist/dispatch-J4RSWLXM.js.map +1 -0
- package/dist/{forge-GUOEJ5DJ.js → forge-O2SJ5JIQ.js} +6 -6
- package/dist/forge-O2SJ5JIQ.js.map +1 -0
- package/dist/index.js +385 -53
- package/dist/index.js.map +1 -1
- package/dist/mcp/engines/agy.json +43 -0
- package/dist/mcp/engines/aider.json +40 -0
- package/dist/mcp/engines/claude.json +79 -0
- package/dist/mcp/engines/codex.json +77 -0
- package/dist/mcp/engines/minimax-coding-plan-minimax-m3.json +27 -0
- package/dist/mcp/engines/mistral.json +44 -0
- package/dist/mcp/engines/ollama.json +35 -0
- package/dist/mcp/engines/opencode.json +55 -0
- package/dist/mcp/engines/openrouter.json +54 -0
- package/dist/mcp/engines/qwen.json +40 -0
- package/dist/mcp/index.js +464 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/plan-mode-PFLUPGSY.js +17 -0
- package/dist/plan-mode-PFLUPGSY.js.map +1 -0
- package/dist/{src-3NWTITZM.js → src-253BUXEF.js} +5 -3
- package/dist/src-253BUXEF.js.map +1 -0
- package/dist/{update-H3LE4ZSI.js → update-ODAAXWOD.js} +6 -6
- package/dist/update-ODAAXWOD.js.map +1 -0
- package/package.json +2 -3
- package/dist/chunk-3PDYVGRS.js.map +0 -1
- package/dist/chunk-6IF2AV4Y.js.map +0 -1
- package/dist/chunk-7WZ2O5WZ.js.map +0 -1
- package/dist/chunk-HSPQEDHX.js.map +0 -1
- package/dist/chunk-NBV37VMW.js.map +0 -1
- package/dist/chunk-PUNBDLQO.js.map +0 -1
- package/dist/chunk-TMNHJOKU.js.map +0 -1
- package/dist/chunk-XWHC6VAH.js.map +0 -1
- package/dist/dispatch-S3CR5HKX.js.map +0 -1
- package/dist/forge-GUOEJ5DJ.js.map +0 -1
- package/dist/plan-mode-35BONR7S.js +0 -17
- package/dist/plan-mode-35BONR7S.js.map +0 -1
- package/dist/src-3NWTITZM.js.map +0 -1
- package/dist/update-H3LE4ZSI.js.map +0 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "agy",
|
|
4
|
+
"displayName": "Antigravity (Google)",
|
|
5
|
+
"binary": "agy",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.local/bin",
|
|
8
|
+
"${HOME}/.npm-global/bin",
|
|
9
|
+
"/usr/local/bin"
|
|
10
|
+
],
|
|
11
|
+
"versionCmd": ["--version"],
|
|
12
|
+
"isLocal": false,
|
|
13
|
+
"tier": "builtin",
|
|
14
|
+
"installHint": "curl -fsSL https://antigravity.google/cli/install.sh | bash",
|
|
15
|
+
"timeout": 420,
|
|
16
|
+
|
|
17
|
+
"exec": {
|
|
18
|
+
"args": ["--print-timeout", "400s", "--print", "{prompt}", "--dangerously-skip-permissions"]
|
|
19
|
+
},
|
|
20
|
+
"review": {
|
|
21
|
+
"args": ["--print-timeout", "400s", "--print", "{prompt}", "--dangerously-skip-permissions"]
|
|
22
|
+
},
|
|
23
|
+
"agent": {
|
|
24
|
+
"args": ["--print-timeout", "580s", "--print", "{prompt}", "--dangerously-skip-permissions"]
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
"api": {
|
|
28
|
+
"baseUrl": "https://generativelanguage.googleapis.com/v1beta/openai",
|
|
29
|
+
"apiKeyEnv": "GOOGLE_API_KEY",
|
|
30
|
+
"model": "gemini-3.1-pro",
|
|
31
|
+
"maxTokens": 8192
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
"env": {
|
|
35
|
+
"GOOGLE_API_KEY": { "required": false }
|
|
36
|
+
},
|
|
37
|
+
|
|
38
|
+
"test": { "args": ["--version"] },
|
|
39
|
+
|
|
40
|
+
"cliModels": {
|
|
41
|
+
"dynamicListCmd": ["__pty:/model"]
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "aider",
|
|
4
|
+
"displayName": "Aider (AI Pair Programming)",
|
|
5
|
+
"binary": "aider",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.local/bin",
|
|
8
|
+
"${HOME}/.pyenv/shims",
|
|
9
|
+
"/usr/local/bin",
|
|
10
|
+
"/opt/homebrew/bin"
|
|
11
|
+
],
|
|
12
|
+
"versionCmd": ["--version"],
|
|
13
|
+
"isLocal": false,
|
|
14
|
+
"tier": "builtin",
|
|
15
|
+
"installHint": "pip install aider-chat",
|
|
16
|
+
"timeout": 300,
|
|
17
|
+
|
|
18
|
+
"exec": {
|
|
19
|
+
"args": ["--yes", "--no-git", "--message", "{prompt}"]
|
|
20
|
+
},
|
|
21
|
+
"agent": {
|
|
22
|
+
"args": ["--yes", "--auto-commits", "--message", "{prompt}"]
|
|
23
|
+
},
|
|
24
|
+
|
|
25
|
+
"model": {
|
|
26
|
+
"configKey": "aider_model",
|
|
27
|
+
"flag": "--model"
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
"test": { "args": ["--version"] },
|
|
31
|
+
|
|
32
|
+
"cliModels": {
|
|
33
|
+
"list": [
|
|
34
|
+
{ "id": "anthropic/claude-sonnet-4", "name": "Claude Sonnet 4" },
|
|
35
|
+
{ "id": "openai/gpt-5.3-codex", "name": "GPT-5.3 Codex" },
|
|
36
|
+
{ "id": "google/gemini-2.5-pro", "name": "Gemini 2.5 Pro" },
|
|
37
|
+
{ "id": "deepseek/deepseek-chat", "name": "DeepSeek Chat" }
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "claude",
|
|
4
|
+
"displayName": "Claude (Anthropic)",
|
|
5
|
+
"binary": "claude",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.local/bin",
|
|
8
|
+
"${HOME}/.npm-global/bin",
|
|
9
|
+
"/usr/local/bin"
|
|
10
|
+
],
|
|
11
|
+
"versionCmd": ["--version"],
|
|
12
|
+
"isLocal": false,
|
|
13
|
+
"tier": "builtin",
|
|
14
|
+
"installHint": "npm install -g @anthropic-ai/claude-code",
|
|
15
|
+
"timeout": 360,
|
|
16
|
+
|
|
17
|
+
"exec": {
|
|
18
|
+
"args": ["--print", "--verbose", "--output-format", "stream-json", "--max-turns", "10", "{prompt}"]
|
|
19
|
+
},
|
|
20
|
+
"review": {
|
|
21
|
+
"args": ["--print", "--dangerously-skip-permissions", "--max-turns", "50", "{prompt}"]
|
|
22
|
+
},
|
|
23
|
+
"agent": {
|
|
24
|
+
"args": ["--print", "--dangerously-skip-permissions", "--verbose", "--max-turns", "100", "{prompt}"]
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
"model": {
|
|
28
|
+
"configKey": "claude_model",
|
|
29
|
+
"flag": "--model"
|
|
30
|
+
},
|
|
31
|
+
|
|
32
|
+
"effort": {
|
|
33
|
+
"flag": "--effort",
|
|
34
|
+
"levels": ["low", "medium", "high", "xhigh", "max"]
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
"api": {
|
|
38
|
+
"baseUrl": "https://api.anthropic.com",
|
|
39
|
+
"apiKeyEnv": "ANTHROPIC_API_KEY",
|
|
40
|
+
"model": "claude-sonnet-4-20250514",
|
|
41
|
+
"maxTokens": 8192,
|
|
42
|
+
"format": "anthropic"
|
|
43
|
+
},
|
|
44
|
+
|
|
45
|
+
"env": {
|
|
46
|
+
"ANTHROPIC_API_KEY": { "required": false }
|
|
47
|
+
},
|
|
48
|
+
|
|
49
|
+
"companion": {
|
|
50
|
+
"protocol": "stream-json",
|
|
51
|
+
"serverCmd": ["--print", "--input-format", "stream-json", "--output-format", "stream-json", "--max-turns", "1"],
|
|
52
|
+
"features": {
|
|
53
|
+
"threadResume": false,
|
|
54
|
+
"nativeReview": false,
|
|
55
|
+
"structuredOutput": false
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
|
|
59
|
+
"test": { "args": ["--version"] },
|
|
60
|
+
|
|
61
|
+
"cliModels": {
|
|
62
|
+
"dynamicListCmd": ["__pty:/model"]
|
|
63
|
+
},
|
|
64
|
+
|
|
65
|
+
"capabilities": ["vision"],
|
|
66
|
+
"imageFlag": "--image",
|
|
67
|
+
"systemPromptFlag": "--system-prompt",
|
|
68
|
+
|
|
69
|
+
"isolationHints": {
|
|
70
|
+
"configEnv": "CLAUDE_CONFIG_DIR",
|
|
71
|
+
"strictMcpArgs": ["--strict-mcp-config"],
|
|
72
|
+
"personalPaths": ["~/.claude"],
|
|
73
|
+
"authFiles": [],
|
|
74
|
+
"authMarker": ".claude.json",
|
|
75
|
+
"loginArgs": ["auth", "login"],
|
|
76
|
+
"setupHint": "Clean claude dispatch needs a one-time login: run `agon login claude`. Until then claude dispatches use your normal config.",
|
|
77
|
+
"supportsProjectMcp": true
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "codex",
|
|
4
|
+
"displayName": "Codex (OpenAI)",
|
|
5
|
+
"binary": "codex",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.local/bin",
|
|
8
|
+
"${HOME}/.npm-global/bin",
|
|
9
|
+
"/usr/local/bin"
|
|
10
|
+
],
|
|
11
|
+
"versionCmd": ["--version"],
|
|
12
|
+
"isLocal": false,
|
|
13
|
+
"tier": "builtin",
|
|
14
|
+
"installHint": "npm install -g @openai/codex",
|
|
15
|
+
"timeout": 120,
|
|
16
|
+
|
|
17
|
+
"exec": {
|
|
18
|
+
"args": ["exec", "{prompt}"]
|
|
19
|
+
},
|
|
20
|
+
"review": {
|
|
21
|
+
"args": ["review", "{prompt}"]
|
|
22
|
+
},
|
|
23
|
+
"agent": {
|
|
24
|
+
"args": ["exec", "--dangerously-bypass-approvals-and-sandbox", "--skip-git-repo-check", "{prompt}"]
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
"model": {
|
|
28
|
+
"configKey": "codex_model",
|
|
29
|
+
"flag": "--model"
|
|
30
|
+
},
|
|
31
|
+
|
|
32
|
+
"effort": {
|
|
33
|
+
"configKey": "model_reasoning_effort",
|
|
34
|
+
"levels": ["low", "medium", "high", "xhigh"]
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
"api": {
|
|
38
|
+
"baseUrl": "https://api.openai.com/v1",
|
|
39
|
+
"apiKeyEnv": "OPENAI_API_KEY",
|
|
40
|
+
"model": "gpt-5.3-codex",
|
|
41
|
+
"maxTokens": 4096
|
|
42
|
+
},
|
|
43
|
+
|
|
44
|
+
"env": {
|
|
45
|
+
"OPENAI_API_KEY": { "required": false }
|
|
46
|
+
},
|
|
47
|
+
|
|
48
|
+
"companion": {
|
|
49
|
+
"protocol": "jsonrpc",
|
|
50
|
+
"serverCmd": ["app-server"],
|
|
51
|
+
"sandbox": "danger-full-access",
|
|
52
|
+
"features": {
|
|
53
|
+
"threadResume": true,
|
|
54
|
+
"nativeReview": true,
|
|
55
|
+
"structuredOutput": true
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
|
|
59
|
+
"test": { "args": ["--version"] },
|
|
60
|
+
|
|
61
|
+
"cliModels": {
|
|
62
|
+
"dynamicListCmd": ["__pty:/model"]
|
|
63
|
+
},
|
|
64
|
+
|
|
65
|
+
"capabilities": ["vision"],
|
|
66
|
+
"imageFlag": "--image",
|
|
67
|
+
|
|
68
|
+
"isolationHints": {
|
|
69
|
+
"configEnv": "CODEX_HOME",
|
|
70
|
+
"personalPaths": ["~/.codex"],
|
|
71
|
+
"authFiles": ["auth.json"],
|
|
72
|
+
"authMarker": "auth.json",
|
|
73
|
+
"loginArgs": ["login"],
|
|
74
|
+
"setupHint": "Clean codex dispatch needs codex signed in (so ~/.codex/auth.json exists). Run `agon login codex` or `codex login`.",
|
|
75
|
+
"supportsProjectMcp": true
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "minimax-coding-plan-minimax-m3",
|
|
4
|
+
"displayName": "MiniMax Coding Plan (minimax.io) — MiniMax-M3",
|
|
5
|
+
"isLocal": false,
|
|
6
|
+
"tier": "builtin",
|
|
7
|
+
"timeout": 180,
|
|
8
|
+
|
|
9
|
+
"exec": {
|
|
10
|
+
"args": []
|
|
11
|
+
},
|
|
12
|
+
"review": {
|
|
13
|
+
"args": []
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
"api": {
|
|
17
|
+
"baseUrl": "https://api.minimax.io/v1",
|
|
18
|
+
"apiKeyEnv": "MINIMAX_API_KEY",
|
|
19
|
+
"model": "MiniMax-M3",
|
|
20
|
+
"maxTokens": 16384,
|
|
21
|
+
"format": "openai"
|
|
22
|
+
},
|
|
23
|
+
|
|
24
|
+
"env": {
|
|
25
|
+
"MINIMAX_API_KEY": { "required": true }
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "mistral",
|
|
4
|
+
"displayName": "Mistral (Mistral AI)",
|
|
5
|
+
"binary": "mistral",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.local/bin",
|
|
8
|
+
"${HOME}/.npm-global/bin",
|
|
9
|
+
"/usr/local/bin"
|
|
10
|
+
],
|
|
11
|
+
"versionCmd": ["--version"],
|
|
12
|
+
"isLocal": false,
|
|
13
|
+
"tier": "builtin",
|
|
14
|
+
"installHint": "pip install mistral-cli",
|
|
15
|
+
"timeout": 180,
|
|
16
|
+
|
|
17
|
+
"exec": {
|
|
18
|
+
"args": ["--prompt", "{prompt}"]
|
|
19
|
+
},
|
|
20
|
+
"review": {
|
|
21
|
+
"args": ["--prompt", "{prompt}"]
|
|
22
|
+
},
|
|
23
|
+
|
|
24
|
+
"model": {
|
|
25
|
+
"configKey": "mistral_model",
|
|
26
|
+
"flag": "--model",
|
|
27
|
+
"default": "codestral-latest"
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
"env": {
|
|
31
|
+
"MISTRAL_API_KEY": { "required": true }
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
"test": { "args": ["--version"] },
|
|
35
|
+
|
|
36
|
+
"cliModels": {
|
|
37
|
+
"default": "codestral-latest",
|
|
38
|
+
"list": [
|
|
39
|
+
{ "id": "codestral-latest", "name": "Codestral" },
|
|
40
|
+
{ "id": "mistral-large-latest", "name": "Mistral Large" },
|
|
41
|
+
{ "id": "mistral-medium-latest", "name": "Mistral Medium" }
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "ollama",
|
|
4
|
+
"displayName": "Ollama (Local)",
|
|
5
|
+
"binary": "ollama",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.local/bin",
|
|
8
|
+
"/usr/local/bin",
|
|
9
|
+
"/opt/homebrew/bin"
|
|
10
|
+
],
|
|
11
|
+
"versionCmd": ["--version"],
|
|
12
|
+
"isLocal": true,
|
|
13
|
+
"tier": "builtin",
|
|
14
|
+
"installHint": "https://ollama.com/download",
|
|
15
|
+
"timeout": 300,
|
|
16
|
+
|
|
17
|
+
"exec": {
|
|
18
|
+
"args": ["run", "{model}", "{prompt}"]
|
|
19
|
+
},
|
|
20
|
+
"review": {
|
|
21
|
+
"args": ["run", "{model}", "{prompt}"]
|
|
22
|
+
},
|
|
23
|
+
|
|
24
|
+
"model": {
|
|
25
|
+
"configKey": "ollama_model",
|
|
26
|
+
"default": "codellama"
|
|
27
|
+
},
|
|
28
|
+
|
|
29
|
+
"test": { "args": ["list"] },
|
|
30
|
+
|
|
31
|
+
"cliModels": {
|
|
32
|
+
"default": "codellama",
|
|
33
|
+
"dynamicListCmd": ["list", "--format", "json"]
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "opencode",
|
|
4
|
+
"displayName": "OpenCode",
|
|
5
|
+
"binary": "opencode",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.opencode/bin",
|
|
8
|
+
"${HOME}/.local/bin",
|
|
9
|
+
"${HOME}/.npm-global/bin",
|
|
10
|
+
"/usr/local/bin"
|
|
11
|
+
],
|
|
12
|
+
"versionCmd": ["--version"],
|
|
13
|
+
"isLocal": false,
|
|
14
|
+
"tier": "builtin",
|
|
15
|
+
"installHint": "curl -fsSL https://opencode.ai/install | bash",
|
|
16
|
+
"timeout": 180,
|
|
17
|
+
|
|
18
|
+
"exec": {
|
|
19
|
+
"args": ["run", "--dir", "{cwd}", "--format", "json", "{prompt}"]
|
|
20
|
+
},
|
|
21
|
+
"review": {
|
|
22
|
+
"args": ["run", "--dir", "{cwd}", "--format", "json", "{prompt}"]
|
|
23
|
+
},
|
|
24
|
+
"agent": {
|
|
25
|
+
"args": ["run", "--dir", "{cwd}", "{prompt}"]
|
|
26
|
+
},
|
|
27
|
+
|
|
28
|
+
"model": {
|
|
29
|
+
"configKey": "opencode_model",
|
|
30
|
+
"flag": "--model",
|
|
31
|
+
"default": null
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
"env": {
|
|
35
|
+
"ANTHROPIC_API_KEY": { "required": false },
|
|
36
|
+
"OPENAI_API_KEY": { "required": false }
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
"companion": {
|
|
40
|
+
"protocol": "acp",
|
|
41
|
+
"serverCmd": ["acp"],
|
|
42
|
+
"cwdArg": "--cwd",
|
|
43
|
+
"features": {
|
|
44
|
+
"threadResume": true,
|
|
45
|
+
"nativeReview": false,
|
|
46
|
+
"structuredOutput": true
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
|
|
50
|
+
"test": { "args": ["--version"] },
|
|
51
|
+
|
|
52
|
+
"cliModels": {
|
|
53
|
+
"dynamicListCmd": ["models"]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "openrouter",
|
|
4
|
+
"displayName": "OpenRouter (Multi-Model)",
|
|
5
|
+
"binary": "openrouter",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.local/bin",
|
|
8
|
+
"${HOME}/.npm-global/bin",
|
|
9
|
+
"/usr/local/bin"
|
|
10
|
+
],
|
|
11
|
+
"versionCmd": ["--version"],
|
|
12
|
+
"isLocal": false,
|
|
13
|
+
"tier": "builtin",
|
|
14
|
+
"installHint": "npm install -g openrouter-cli",
|
|
15
|
+
"timeout": 180,
|
|
16
|
+
|
|
17
|
+
"exec": {
|
|
18
|
+
"args": ["--prompt", "{prompt}"]
|
|
19
|
+
},
|
|
20
|
+
"review": {
|
|
21
|
+
"args": ["--prompt", "{prompt}"]
|
|
22
|
+
},
|
|
23
|
+
|
|
24
|
+
"model": {
|
|
25
|
+
"configKey": "openrouter_model",
|
|
26
|
+
"flag": "--model",
|
|
27
|
+
"default": "anthropic/claude-sonnet-4"
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
"api": {
|
|
31
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
32
|
+
"apiKeyEnv": "OPENROUTER_API_KEY",
|
|
33
|
+
"model": "anthropic/claude-sonnet-4",
|
|
34
|
+
"maxTokens": 4096
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
"env": {
|
|
38
|
+
"OPENROUTER_API_KEY": { "required": true }
|
|
39
|
+
},
|
|
40
|
+
|
|
41
|
+
"test": { "args": ["--version"] },
|
|
42
|
+
|
|
43
|
+
"cliModels": {
|
|
44
|
+
"default": "anthropic/claude-sonnet-4",
|
|
45
|
+
"list": [
|
|
46
|
+
{ "id": "anthropic/claude-sonnet-4", "name": "Claude Sonnet 4" },
|
|
47
|
+
{ "id": "anthropic/claude-opus-4", "name": "Claude Opus 4" },
|
|
48
|
+
{ "id": "openai/gpt-5.3-codex", "name": "GPT-5.3 Codex" },
|
|
49
|
+
{ "id": "google/gemini-2.5-pro", "name": "Gemini 2.5 Pro" },
|
|
50
|
+
{ "id": "google/gemini-2.5-flash", "name": "Gemini 2.5 Flash" },
|
|
51
|
+
{ "id": "deepseek/deepseek-r1", "name": "DeepSeek R1" }
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 3,
|
|
3
|
+
"id": "qwen",
|
|
4
|
+
"displayName": "Qwen (Alibaba)",
|
|
5
|
+
"binary": "qwen",
|
|
6
|
+
"searchPaths": [
|
|
7
|
+
"${HOME}/.local/bin",
|
|
8
|
+
"${HOME}/.npm-global/bin",
|
|
9
|
+
"/usr/local/bin"
|
|
10
|
+
],
|
|
11
|
+
"versionCmd": ["--version"],
|
|
12
|
+
"isLocal": false,
|
|
13
|
+
"tier": "builtin",
|
|
14
|
+
"installHint": "pip install qwen-cli",
|
|
15
|
+
"timeout": 180,
|
|
16
|
+
|
|
17
|
+
"exec": {
|
|
18
|
+
"args": ["--prompt", "{prompt}"]
|
|
19
|
+
},
|
|
20
|
+
"review": {
|
|
21
|
+
"args": ["--prompt", "{prompt}"]
|
|
22
|
+
},
|
|
23
|
+
|
|
24
|
+
"model": {
|
|
25
|
+
"configKey": "qwen_model",
|
|
26
|
+
"flag": "--model",
|
|
27
|
+
"default": "qwen-coder-plus"
|
|
28
|
+
},
|
|
29
|
+
|
|
30
|
+
"test": { "args": ["--version"] },
|
|
31
|
+
|
|
32
|
+
"cliModels": {
|
|
33
|
+
"default": "qwen-coder-plus",
|
|
34
|
+
"list": [
|
|
35
|
+
{ "id": "qwen-coder-plus", "name": "Qwen Coder Plus" },
|
|
36
|
+
{ "id": "qwen-max", "name": "Qwen Max" },
|
|
37
|
+
{ "id": "qwen-plus", "name": "Qwen Plus" }
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
}
|