agent-devkit 0.7.0 → 0.8.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/README.md +37 -22
- package/dist/main.js +23993 -17411
- package/dist/main.js.map +1 -1
- package/package.json +4 -3
- package/src/assets/characters/kit/kit.json +149 -0
- package/src/assets/i18n/en-US.json +68 -12
- package/src/assets/i18n/fr-FR.json +68 -12
- package/src/assets/i18n/ja-JP.json +68 -12
- package/src/assets/i18n/pt-BR.json +165 -109
- package/src/assets/i18n/zh-CN.json +68 -12
- package/src/assets/prompts/core/domain-decision.json +7 -2
- package/src/assets/prompts/core/final-answer.json +33 -0
- package/src/assets/prompts/core/tool-decision.json +5 -0
- package/src/assets/runtime/terminal-session-runner.cjs +258 -0
- package/src/assets/tooling/adb.json +51 -0
- package/src/assets/tooling/age.json +49 -0
- package/src/assets/tooling/aider.json +50 -0
- package/src/assets/tooling/amp.json +56 -0
- package/src/assets/tooling/angular.json +23 -0
- package/src/assets/tooling/ansible.json +61 -0
- package/src/assets/tooling/asdf.json +51 -0
- package/src/assets/tooling/astro.json +26 -0
- package/src/assets/tooling/aws.json +30 -0
- package/src/assets/tooling/az.json +47 -0
- package/src/assets/tooling/brew.json +41 -0
- package/src/assets/tooling/bun.json +33 -0
- package/src/assets/tooling/cargo.json +22 -0
- package/src/assets/tooling/claude.json +23 -0
- package/src/assets/tooling/codex.json +21 -0
- package/src/assets/tooling/composer.json +36 -0
- package/src/assets/tooling/conda.json +47 -0
- package/src/assets/tooling/continue.json +42 -0
- package/src/assets/tooling/copilot.json +67 -0
- package/src/assets/tooling/crush.json +59 -0
- package/src/assets/tooling/cursor-agent.json +45 -0
- package/src/assets/tooling/dart.json +44 -0
- package/src/assets/tooling/django.json +42 -0
- package/src/assets/tooling/docker-compose.json +51 -0
- package/src/assets/tooling/docker.json +51 -0
- package/src/assets/tooling/eas.json +26 -0
- package/src/assets/tooling/expo.json +35 -0
- package/src/assets/tooling/fastapi.json +39 -0
- package/src/assets/tooling/fastlane.json +49 -0
- package/src/assets/tooling/firebase.json +24 -0
- package/src/assets/tooling/flutter.json +42 -0
- package/src/assets/tooling/fnm.json +52 -0
- package/src/assets/tooling/gcloud.json +38 -0
- package/src/assets/tooling/gemini.json +34 -0
- package/src/assets/tooling/gh.json +35 -0
- package/src/assets/tooling/git.json +36 -0
- package/src/assets/tooling/glab.json +50 -0
- package/src/assets/tooling/go.json +35 -0
- package/src/assets/tooling/helm.json +36 -0
- package/src/assets/tooling/java.json +46 -0
- package/src/assets/tooling/kubectl.json +51 -0
- package/src/assets/tooling/laravel.json +42 -0
- package/src/assets/tooling/mise.json +53 -0
- package/src/assets/tooling/mongosh.json +49 -0
- package/src/assets/tooling/mysql.json +49 -0
- package/src/assets/tooling/next.json +34 -0
- package/src/assets/tooling/node.json +30 -0
- package/src/assets/tooling/npm.json +22 -0
- package/src/assets/tooling/nuxt.json +26 -0
- package/src/assets/tooling/nx.json +25 -0
- package/src/assets/tooling/ollama.json +40 -0
- package/src/assets/tooling/op.json +51 -0
- package/src/assets/tooling/opencode.json +59 -0
- package/src/assets/tooling/openrouter.json +29 -0
- package/src/assets/tooling/php.json +35 -0
- package/src/assets/tooling/pip.json +21 -0
- package/src/assets/tooling/pipx.json +56 -0
- package/src/assets/tooling/pnpm.json +25 -0
- package/src/assets/tooling/poetry.json +22 -0
- package/src/assets/tooling/psql.json +39 -0
- package/src/assets/tooling/pulumi.json +52 -0
- package/src/assets/tooling/python.json +39 -0
- package/src/assets/tooling/qwen-code.json +35 -0
- package/src/assets/tooling/rails.json +23 -0
- package/src/assets/tooling/railway.json +50 -0
- package/src/assets/tooling/react-native.json +25 -0
- package/src/assets/tooling/react.json +33 -0
- package/src/assets/tooling/redis-cli.json +40 -0
- package/src/assets/tooling/ruby.json +30 -0
- package/src/assets/tooling/rust.json +23 -0
- package/src/assets/tooling/sentry-cli.json +49 -0
- package/src/assets/tooling/sops.json +50 -0
- package/src/assets/tooling/sqlite3.json +39 -0
- package/src/assets/tooling/stripe.json +51 -0
- package/src/assets/tooling/supabase.json +47 -0
- package/src/assets/tooling/svelte.json +26 -0
- package/src/assets/tooling/terraform.json +47 -0
- package/src/assets/tooling/turbo.json +25 -0
- package/src/assets/tooling/uv.json +25 -0
- package/src/assets/tooling/vault.json +50 -0
- package/src/assets/tooling/vercel.json +24 -0
- package/src/assets/tooling/vite.json +28 -0
- package/src/assets/tooling/vue.json +23 -0
- package/src/assets/tooling/wrangler.json +26 -0
- package/src/assets/tooling/yarn.json +25 -0
- package/src/modules/agents/surface/knowledge.json +10 -0
- package/src/modules/agents/surface/loop.json +16 -0
- package/src/modules/agents/surface/prompt.json +10 -0
- package/src/modules/agents/surface/skill.json +14 -0
- package/src/modules/environment/surface/knowledge.json +9 -4
- package/src/modules/environment/surface/loop.json +14 -6
- package/src/modules/environment/surface/prompt.json +17 -2
- package/src/modules/environment/surface/skill.json +12 -6
- package/src/modules/schedules/surface/knowledge.json +10 -0
- package/src/modules/schedules/surface/loop.json +17 -0
- package/src/modules/schedules/surface/prompt.json +10 -0
- package/src/modules/schedules/surface/skill.json +14 -0
- package/src/modules/self/surface/knowledge.json +5 -1
- package/src/modules/self/surface/loop.json +13 -2
- package/src/modules/self/surface/prompt.json +5 -0
- package/src/modules/self/surface/skill.json +4 -0
- package/src/assets/design/kit.json +0 -78
- /package/src/assets/{design → characters/kit}/semantics.json +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "astro",
|
|
4
|
+
"name": "Astro",
|
|
5
|
+
"category": "framework",
|
|
6
|
+
"kind": "project-dependency",
|
|
7
|
+
"homepage": "https://astro.build",
|
|
8
|
+
"commands": ["npm"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["npm"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "npm",
|
|
13
|
+
"args": ["view", "astro", "version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "astro", "versions", "--json"] },
|
|
18
|
+
"install": [{ "workspace": true, "command": "npm", "args": ["install", "astro"] }],
|
|
19
|
+
"upgrade": [{ "workspace": true, "command": "npm", "args": ["install", "astro@latest"] }],
|
|
20
|
+
"downgrade": [{ "workspace": true, "command": "npm", "args": ["install", "astro@{{version}}"] }],
|
|
21
|
+
"uninstall": [{ "workspace": true, "command": "npm", "args": ["uninstall", "astro"] }],
|
|
22
|
+
"workspace": {
|
|
23
|
+
"files": ["astro.config.js", "astro.config.mjs", "astro.config.ts", "package.json"],
|
|
24
|
+
"dependencies": ["astro"]
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "aws",
|
|
4
|
+
"name": "AWS CLI",
|
|
5
|
+
"category": "cloud",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://aws.amazon.com/cli/",
|
|
8
|
+
"commands": ["aws"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["aws"],
|
|
11
|
+
"version": { "command": "aws", "args": ["--version"], "parser": "aws-cli/(?<version>[^ ]+)" }
|
|
12
|
+
},
|
|
13
|
+
"doctor": { "command": "aws", "args": ["sts", "get-caller-identity"], "format": "json" },
|
|
14
|
+
"install": [
|
|
15
|
+
{ "manager": "brew", "platforms": ["darwin"], "command": "brew", "args": ["install", "awscli"] }
|
|
16
|
+
],
|
|
17
|
+
"upgrade": [
|
|
18
|
+
{ "manager": "brew", "platforms": ["darwin"], "command": "brew", "args": ["upgrade", "awscli"] }
|
|
19
|
+
],
|
|
20
|
+
"downgrade": [{ "command": "python3", "args": ["-m", "pip", "install", "awscli=={{version}}"] }],
|
|
21
|
+
"uninstall": [
|
|
22
|
+
{
|
|
23
|
+
"manager": "brew",
|
|
24
|
+
"platforms": ["darwin"],
|
|
25
|
+
"command": "brew",
|
|
26
|
+
"args": ["uninstall", "awscli"]
|
|
27
|
+
},
|
|
28
|
+
{ "command": "python3", "args": ["-m", "pip", "uninstall", "-y", "awscli"] }
|
|
29
|
+
]
|
|
30
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "az",
|
|
4
|
+
"name": "Azure CLI",
|
|
5
|
+
"category": "cloud",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://learn.microsoft.com/cli/azure/",
|
|
8
|
+
"commands": ["az"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["az"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "az",
|
|
13
|
+
"args": ["version"],
|
|
14
|
+
"parser": "\"azure-cli\"\\s*:\\s*\"(?<version>[^\"]+)\""
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "az", "args": ["account", "show"], "format": "json" },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manager": "brew",
|
|
21
|
+
"platforms": ["darwin"],
|
|
22
|
+
"command": "brew",
|
|
23
|
+
"args": ["install", "azure-cli"]
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"upgrade": [
|
|
27
|
+
{
|
|
28
|
+
"manager": "brew",
|
|
29
|
+
"platforms": ["darwin"],
|
|
30
|
+
"command": "brew",
|
|
31
|
+
"args": ["upgrade", "azure-cli"]
|
|
32
|
+
},
|
|
33
|
+
{ "command": "az", "args": ["upgrade", "--yes"] }
|
|
34
|
+
],
|
|
35
|
+
"downgrade": [
|
|
36
|
+
{ "command": "python3", "args": ["-m", "pip", "install", "azure-cli=={{version}}"] }
|
|
37
|
+
],
|
|
38
|
+
"uninstall": [
|
|
39
|
+
{
|
|
40
|
+
"manager": "brew",
|
|
41
|
+
"platforms": ["darwin"],
|
|
42
|
+
"command": "brew",
|
|
43
|
+
"args": ["uninstall", "azure-cli"]
|
|
44
|
+
},
|
|
45
|
+
{ "command": "python3", "args": ["-m", "pip", "uninstall", "-y", "azure-cli"] }
|
|
46
|
+
]
|
|
47
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "brew",
|
|
4
|
+
"name": "Homebrew",
|
|
5
|
+
"category": "package-manager",
|
|
6
|
+
"kind": "package-manager",
|
|
7
|
+
"homepage": "https://brew.sh",
|
|
8
|
+
"commands": ["brew"],
|
|
9
|
+
"platforms": ["darwin", "linux"],
|
|
10
|
+
"detect": {
|
|
11
|
+
"which": ["brew"],
|
|
12
|
+
"version": {
|
|
13
|
+
"command": "brew",
|
|
14
|
+
"args": ["--version"],
|
|
15
|
+
"parser": "Homebrew (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"doctor": { "command": "brew", "args": ["doctor"] },
|
|
19
|
+
"install": [
|
|
20
|
+
{
|
|
21
|
+
"manual": true,
|
|
22
|
+
"manager": "official-script",
|
|
23
|
+
"command": "manual",
|
|
24
|
+
"description": "Install Homebrew using the official script after reviewing it.",
|
|
25
|
+
"url": "https://brew.sh"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"upgrade": [
|
|
29
|
+
{ "manager": "brew", "command": "brew", "args": ["update"] },
|
|
30
|
+
{ "manager": "brew", "command": "brew", "args": ["upgrade"] }
|
|
31
|
+
],
|
|
32
|
+
"uninstall": [
|
|
33
|
+
{
|
|
34
|
+
"manual": true,
|
|
35
|
+
"manager": "official-script",
|
|
36
|
+
"command": "manual",
|
|
37
|
+
"description": "Uninstall Homebrew using the official uninstall instructions.",
|
|
38
|
+
"url": "https://docs.brew.sh/FAQ"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "bun",
|
|
4
|
+
"name": "Bun",
|
|
5
|
+
"category": "runtime",
|
|
6
|
+
"kind": "runtime",
|
|
7
|
+
"homepage": "https://bun.sh",
|
|
8
|
+
"commands": ["bun"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["bun"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "bun",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "bun", "versions", "--json"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manager": "brew",
|
|
21
|
+
"platforms": ["darwin"],
|
|
22
|
+
"command": "brew",
|
|
23
|
+
"args": ["install", "oven-sh/bun/bun"]
|
|
24
|
+
},
|
|
25
|
+
{ "command": "npm", "args": ["install", "-g", "bun"] }
|
|
26
|
+
],
|
|
27
|
+
"upgrade": [{ "command": "bun", "args": ["upgrade"] }],
|
|
28
|
+
"downgrade": [{ "command": "npm", "args": ["install", "-g", "bun@{{version}}"] }],
|
|
29
|
+
"uninstall": [
|
|
30
|
+
{ "manager": "brew", "platforms": ["darwin"], "command": "brew", "args": ["uninstall", "bun"] },
|
|
31
|
+
{ "command": "npm", "args": ["uninstall", "-g", "bun"] }
|
|
32
|
+
]
|
|
33
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "cargo",
|
|
4
|
+
"name": "Cargo",
|
|
5
|
+
"category": "package-manager",
|
|
6
|
+
"kind": "package-manager",
|
|
7
|
+
"homepage": "https://doc.rust-lang.org/cargo/",
|
|
8
|
+
"commands": ["cargo"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["cargo"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "cargo",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "cargo (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"install": [{ "command": "rustup", "args": ["component", "add", "cargo"] }],
|
|
18
|
+
"upgrade": [{ "command": "rustup", "args": ["update"] }],
|
|
19
|
+
"downgrade": [{ "command": "rustup", "args": ["toolchain", "install", "{{version}}"] }],
|
|
20
|
+
"uninstall": [{ "command": "rustup", "args": ["component", "remove", "cargo"] }],
|
|
21
|
+
"workspace": { "files": ["Cargo.toml"] }
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "claude",
|
|
4
|
+
"name": "Claude Code CLI",
|
|
5
|
+
"category": "agent-ai",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://docs.anthropic.com",
|
|
8
|
+
"commands": ["claude"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["claude"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "claude",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"install": [{ "command": "npm", "args": ["install", "-g", "@anthropic-ai/claude-code"] }],
|
|
18
|
+
"upgrade": [{ "command": "npm", "args": ["install", "-g", "@anthropic-ai/claude-code@latest"] }],
|
|
19
|
+
"downgrade": [
|
|
20
|
+
{ "command": "npm", "args": ["install", "-g", "@anthropic-ai/claude-code@{{version}}"] }
|
|
21
|
+
],
|
|
22
|
+
"uninstall": [{ "command": "npm", "args": ["uninstall", "-g", "@anthropic-ai/claude-code"] }]
|
|
23
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "codex",
|
|
4
|
+
"name": "Codex CLI",
|
|
5
|
+
"category": "agent-ai",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://github.com/openai/codex",
|
|
8
|
+
"commands": ["codex"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["codex"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "codex",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"install": [{ "command": "npm", "args": ["install", "-g", "@openai/codex"] }],
|
|
18
|
+
"upgrade": [{ "command": "npm", "args": ["install", "-g", "@openai/codex@latest"] }],
|
|
19
|
+
"downgrade": [{ "command": "npm", "args": ["install", "-g", "@openai/codex@{{version}}"] }],
|
|
20
|
+
"uninstall": [{ "command": "npm", "args": ["uninstall", "-g", "@openai/codex"] }]
|
|
21
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "composer",
|
|
4
|
+
"name": "Composer",
|
|
5
|
+
"category": "package-manager",
|
|
6
|
+
"kind": "package-manager",
|
|
7
|
+
"homepage": "https://getcomposer.org",
|
|
8
|
+
"commands": ["composer"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["composer"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "composer",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "Composer version (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"install": [
|
|
18
|
+
{
|
|
19
|
+
"manager": "brew",
|
|
20
|
+
"platforms": ["darwin"],
|
|
21
|
+
"command": "brew",
|
|
22
|
+
"args": ["install", "composer"]
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"upgrade": [{ "command": "composer", "args": ["self-update"] }],
|
|
26
|
+
"downgrade": [{ "command": "composer", "args": ["self-update", "{{version}}"] }],
|
|
27
|
+
"uninstall": [
|
|
28
|
+
{
|
|
29
|
+
"manager": "brew",
|
|
30
|
+
"platforms": ["darwin"],
|
|
31
|
+
"command": "brew",
|
|
32
|
+
"args": ["uninstall", "composer"]
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"workspace": { "files": ["composer.json"] }
|
|
36
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "conda",
|
|
4
|
+
"name": "Conda",
|
|
5
|
+
"category": "package-manager",
|
|
6
|
+
"kind": "package-manager",
|
|
7
|
+
"homepage": "https://docs.conda.io",
|
|
8
|
+
"commands": ["conda"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["conda"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "conda",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "conda (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "conda", "args": ["info"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manual": true,
|
|
21
|
+
"manager": "official-installer",
|
|
22
|
+
"command": "manual",
|
|
23
|
+
"description": "Install Miniconda or Anaconda using the official installer for your platform.",
|
|
24
|
+
"url": "https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"upgrade": [
|
|
28
|
+
{
|
|
29
|
+
"manager": "conda",
|
|
30
|
+
"command": "conda",
|
|
31
|
+
"args": ["update", "-n", "base", "-c", "defaults", "conda"]
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"downgrade": [
|
|
35
|
+
{ "manager": "conda", "command": "conda", "args": ["install", "conda={{version}}"] }
|
|
36
|
+
],
|
|
37
|
+
"uninstall": [
|
|
38
|
+
{
|
|
39
|
+
"manual": true,
|
|
40
|
+
"manager": "manual",
|
|
41
|
+
"command": "manual",
|
|
42
|
+
"description": "Uninstall Conda using the official removal instructions.",
|
|
43
|
+
"url": "https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"workspace": { "files": ["environment.yml", "environment.yaml", "conda.yml"] }
|
|
47
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "continue",
|
|
4
|
+
"name": "Continue CLI",
|
|
5
|
+
"category": "agent-ai",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://docs.continue.dev/cli/quickstart",
|
|
8
|
+
"commands": ["cn"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["cn"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "cn",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "@continuedev/cli", "versions", "--json"] },
|
|
18
|
+
"doctor": { "command": "cn", "args": ["--help"] },
|
|
19
|
+
"install": [
|
|
20
|
+
{ "manager": "npm", "command": "npm", "args": ["install", "-g", "@continuedev/cli"] },
|
|
21
|
+
{
|
|
22
|
+
"manual": true,
|
|
23
|
+
"manager": "official-script",
|
|
24
|
+
"command": "manual",
|
|
25
|
+
"description": "Install Continue CLI using the official install script after reviewing it.",
|
|
26
|
+
"url": "https://docs.continue.dev/cli/quickstart"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"upgrade": [
|
|
30
|
+
{ "manager": "npm", "command": "npm", "args": ["install", "-g", "@continuedev/cli@latest"] }
|
|
31
|
+
],
|
|
32
|
+
"downgrade": [
|
|
33
|
+
{
|
|
34
|
+
"manager": "npm",
|
|
35
|
+
"command": "npm",
|
|
36
|
+
"args": ["install", "-g", "@continuedev/cli@{{version}}"]
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"uninstall": [
|
|
40
|
+
{ "manager": "npm", "command": "npm", "args": ["uninstall", "-g", "@continuedev/cli"] }
|
|
41
|
+
]
|
|
42
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "copilot",
|
|
4
|
+
"name": "GitHub Copilot CLI",
|
|
5
|
+
"category": "agent-ai",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://docs.github.com/copilot/how-tos/set-up/install-copilot-cli",
|
|
8
|
+
"commands": ["copilot"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["copilot"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "copilot",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "@github/copilot", "versions", "--json"] },
|
|
18
|
+
"doctor": { "command": "copilot", "args": ["--help"] },
|
|
19
|
+
"install": [
|
|
20
|
+
{ "manager": "npm", "command": "npm", "args": ["install", "-g", "@github/copilot"] },
|
|
21
|
+
{
|
|
22
|
+
"manager": "brew",
|
|
23
|
+
"platforms": ["darwin", "linux"],
|
|
24
|
+
"command": "brew",
|
|
25
|
+
"args": ["install", "copilot-cli"]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"manager": "winget",
|
|
29
|
+
"platforms": ["win32"],
|
|
30
|
+
"command": "winget",
|
|
31
|
+
"args": ["install", "GitHub.Copilot"]
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"upgrade": [
|
|
35
|
+
{ "manager": "npm", "command": "npm", "args": ["install", "-g", "@github/copilot@latest"] },
|
|
36
|
+
{
|
|
37
|
+
"manager": "brew",
|
|
38
|
+
"platforms": ["darwin", "linux"],
|
|
39
|
+
"command": "brew",
|
|
40
|
+
"args": ["upgrade", "copilot-cli"]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"manager": "winget",
|
|
44
|
+
"platforms": ["win32"],
|
|
45
|
+
"command": "winget",
|
|
46
|
+
"args": ["upgrade", "GitHub.Copilot"]
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"downgrade": [
|
|
50
|
+
{ "manager": "npm", "command": "npm", "args": ["install", "-g", "@github/copilot@{{version}}"] }
|
|
51
|
+
],
|
|
52
|
+
"uninstall": [
|
|
53
|
+
{ "manager": "npm", "command": "npm", "args": ["uninstall", "-g", "@github/copilot"] },
|
|
54
|
+
{
|
|
55
|
+
"manager": "brew",
|
|
56
|
+
"platforms": ["darwin", "linux"],
|
|
57
|
+
"command": "brew",
|
|
58
|
+
"args": ["uninstall", "copilot-cli"]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"manager": "winget",
|
|
62
|
+
"platforms": ["win32"],
|
|
63
|
+
"command": "winget",
|
|
64
|
+
"args": ["uninstall", "GitHub.Copilot"]
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "crush",
|
|
4
|
+
"name": "Crush",
|
|
5
|
+
"category": "agent-ai",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://github.com/charmbracelet/crush",
|
|
8
|
+
"commands": ["crush"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["crush"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "crush",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "crush", "args": ["--help"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manager": "brew",
|
|
21
|
+
"platforms": ["darwin", "linux"],
|
|
22
|
+
"command": "brew",
|
|
23
|
+
"args": ["install", "charmbracelet/tap/crush"]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"manager": "go",
|
|
27
|
+
"command": "go",
|
|
28
|
+
"args": ["install", "github.com/charmbracelet/crush@latest"]
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"upgrade": [
|
|
32
|
+
{
|
|
33
|
+
"manager": "brew",
|
|
34
|
+
"platforms": ["darwin", "linux"],
|
|
35
|
+
"command": "brew",
|
|
36
|
+
"args": ["upgrade", "crush"]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"manager": "go",
|
|
40
|
+
"command": "go",
|
|
41
|
+
"args": ["install", "github.com/charmbracelet/crush@latest"]
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"downgrade": [
|
|
45
|
+
{
|
|
46
|
+
"manager": "go",
|
|
47
|
+
"command": "go",
|
|
48
|
+
"args": ["install", "github.com/charmbracelet/crush@v{{version}}"]
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"uninstall": [
|
|
52
|
+
{
|
|
53
|
+
"manager": "brew",
|
|
54
|
+
"platforms": ["darwin", "linux"],
|
|
55
|
+
"command": "brew",
|
|
56
|
+
"args": ["uninstall", "crush"]
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "cursor-agent",
|
|
4
|
+
"name": "Cursor CLI",
|
|
5
|
+
"category": "agent-ai",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://cursor.com/docs/cli/overview",
|
|
8
|
+
"commands": ["cursor-agent"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["cursor-agent"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "cursor-agent",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "cursor-agent", "args": ["--help"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manual": true,
|
|
21
|
+
"manager": "official-script",
|
|
22
|
+
"command": "manual",
|
|
23
|
+
"description": "Install Cursor CLI using the official Cursor installer after reviewing it.",
|
|
24
|
+
"url": "https://cursor.com/docs/cli/installation"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"upgrade": [
|
|
28
|
+
{
|
|
29
|
+
"manual": true,
|
|
30
|
+
"manager": "official-script",
|
|
31
|
+
"command": "manual",
|
|
32
|
+
"description": "Update Cursor CLI using the official Cursor installer.",
|
|
33
|
+
"url": "https://cursor.com/docs/cli/installation"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"uninstall": [
|
|
37
|
+
{
|
|
38
|
+
"manual": true,
|
|
39
|
+
"manager": "manual",
|
|
40
|
+
"command": "manual",
|
|
41
|
+
"description": "Remove cursor-agent from the install location documented by Cursor.",
|
|
42
|
+
"url": "https://cursor.com/docs/cli/installation"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "dart",
|
|
4
|
+
"name": "Dart",
|
|
5
|
+
"category": "language",
|
|
6
|
+
"kind": "sdk",
|
|
7
|
+
"homepage": "https://dart.dev",
|
|
8
|
+
"commands": ["dart"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["dart"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "dart",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "Dart SDK version: (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "fvm", "args": ["releases"] },
|
|
18
|
+
"doctor": { "command": "dart", "args": ["doctor"] },
|
|
19
|
+
"install": [
|
|
20
|
+
{
|
|
21
|
+
"manager": "brew",
|
|
22
|
+
"platforms": ["darwin"],
|
|
23
|
+
"command": "brew",
|
|
24
|
+
"args": ["install", "dart-sdk"]
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"upgrade": [
|
|
28
|
+
{
|
|
29
|
+
"manager": "brew",
|
|
30
|
+
"platforms": ["darwin"],
|
|
31
|
+
"command": "brew",
|
|
32
|
+
"args": ["upgrade", "dart-sdk"]
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"downgrade": [{ "manager": "fvm", "command": "fvm", "args": ["dart", "{{version}}"] }],
|
|
36
|
+
"uninstall": [
|
|
37
|
+
{
|
|
38
|
+
"manager": "brew",
|
|
39
|
+
"platforms": ["darwin"],
|
|
40
|
+
"command": "brew",
|
|
41
|
+
"args": ["uninstall", "dart-sdk"]
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "django",
|
|
4
|
+
"name": "Django",
|
|
5
|
+
"category": "framework",
|
|
6
|
+
"kind": "project-dependency",
|
|
7
|
+
"homepage": "https://www.djangoproject.com",
|
|
8
|
+
"commands": ["python3"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["python3"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "python3",
|
|
13
|
+
"args": ["-m", "django", "--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+(\\.\\d+)?)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "python3", "args": ["-m", "pip", "index", "versions", "django"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{ "workspace": true, "command": "python3", "args": ["-m", "pip", "install", "django"] }
|
|
20
|
+
],
|
|
21
|
+
"upgrade": [
|
|
22
|
+
{
|
|
23
|
+
"workspace": true,
|
|
24
|
+
"command": "python3",
|
|
25
|
+
"args": ["-m", "pip", "install", "--upgrade", "django"]
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"downgrade": [
|
|
29
|
+
{
|
|
30
|
+
"workspace": true,
|
|
31
|
+
"command": "python3",
|
|
32
|
+
"args": ["-m", "pip", "install", "django=={{version}}"]
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"uninstall": [
|
|
36
|
+
{ "workspace": true, "command": "python3", "args": ["-m", "pip", "uninstall", "-y", "django"] }
|
|
37
|
+
],
|
|
38
|
+
"workspace": {
|
|
39
|
+
"files": ["manage.py", "pyproject.toml", "requirements.txt"],
|
|
40
|
+
"dependencies": ["django"]
|
|
41
|
+
}
|
|
42
|
+
}
|