@agentxm/extension-model 0.28.4-bootstrap.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +110 -0
- package/README.md +17 -0
- package/dist/src/unstable/agent-capabilities/catalog.d.ts +47000 -0
- package/dist/src/unstable/agent-capabilities/catalog.js +172 -0
- package/dist/src/unstable/agent-capabilities/data/agents/adal.d.ts +162 -0
- package/dist/src/unstable/agent-capabilities/data/agents/adal.js +134 -0
- package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.d.ts +167 -0
- package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/amp.d.ts +203 -0
- package/dist/src/unstable/agent-capabilities/data/agents/amp.js +187 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.d.ts +186 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.js +140 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity.d.ts +357 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity.js +294 -0
- package/dist/src/unstable/agent-capabilities/data/agents/augment.d.ts +383 -0
- package/dist/src/unstable/agent-capabilities/data/agents/augment.js +329 -0
- package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.d.ts +159 -0
- package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.js +117 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.js +105 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts +460 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js +406 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cline.d.ts +225 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cline.js +190 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.d.ts +246 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.js +206 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.d.ts +420 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.js +378 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codemaker.d.ts +143 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codemaker.js +112 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codestudio.d.ts +165 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codestudio.js +136 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts +458 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.js +399 -0
- package/dist/src/unstable/agent-capabilities/data/agents/command-code.d.ts +247 -0
- package/dist/src/unstable/agent-capabilities/data/agents/command-code.js +222 -0
- package/dist/src/unstable/agent-capabilities/data/agents/continue.d.ts +322 -0
- package/dist/src/unstable/agent-capabilities/data/agents/continue.js +273 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cortex.d.ts +306 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cortex.js +241 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cowork.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cowork.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/crush.d.ts +249 -0
- package/dist/src/unstable/agent-capabilities/data/agents/crush.js +218 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cursor.d.ts +300 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cursor.js +282 -0
- package/dist/src/unstable/agent-capabilities/data/agents/deepagents.d.ts +159 -0
- package/dist/src/unstable/agent-capabilities/data/agents/deepagents.js +137 -0
- package/dist/src/unstable/agent-capabilities/data/agents/devin.d.ts +410 -0
- package/dist/src/unstable/agent-capabilities/data/agents/devin.js +358 -0
- package/dist/src/unstable/agent-capabilities/data/agents/dexto.d.ts +166 -0
- package/dist/src/unstable/agent-capabilities/data/agents/dexto.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/droid.d.ts +318 -0
- package/dist/src/unstable/agent-capabilities/data/agents/droid.js +257 -0
- package/dist/src/unstable/agent-capabilities/data/agents/firebender.d.ts +313 -0
- package/dist/src/unstable/agent-capabilities/data/agents/firebender.js +244 -0
- package/dist/src/unstable/agent-capabilities/data/agents/forgecode.d.ts +193 -0
- package/dist/src/unstable/agent-capabilities/data/agents/forgecode.js +160 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.js +105 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.d.ts +424 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.js +411 -0
- package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.d.ts +300 -0
- package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.js +307 -0
- package/dist/src/unstable/agent-capabilities/data/agents/goose.d.ts +162 -0
- package/dist/src/unstable/agent-capabilities/data/agents/goose.js +131 -0
- package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.d.ts +186 -0
- package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.js +164 -0
- package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts +303 -0
- package/dist/src/unstable/agent-capabilities/data/agents/hermes.js +223 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.d.ts +231 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.d.ts +182 -0
- package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.js +126 -0
- package/dist/src/unstable/agent-capabilities/data/agents/index.d.ts +67 -0
- package/dist/src/unstable/agent-capabilities/data/agents/index.js +67 -0
- package/dist/src/unstable/agent-capabilities/data/agents/junie.d.ts +219 -0
- package/dist/src/unstable/agent-capabilities/data/agents/junie.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kilo.d.ts +282 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kilo.js +260 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.d.ts +350 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.js +274 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.d.ts +227 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.js +197 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kode.d.ts +166 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kode.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/lingma.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/lingma.js +149 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.d.ts +144 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.js +116 -0
- package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.d.ts +138 -0
- package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.js +93 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.d.ts +244 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mux.d.ts +155 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mux.js +127 -0
- package/dist/src/unstable/agent-capabilities/data/agents/neovate.d.ts +211 -0
- package/dist/src/unstable/agent-capabilities/data/agents/neovate.js +178 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ona.d.ts +167 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ona.js +110 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openclaw.d.ts +139 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openclaw.js +114 -0
- package/dist/src/unstable/agent-capabilities/data/agents/opencode.d.ts +220 -0
- package/dist/src/unstable/agent-capabilities/data/agents/opencode.js +192 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openhands.d.ts +245 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openhands.js +184 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pi.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pi.js +169 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pochi.d.ts +199 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pochi.js +163 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.d.ts +199 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder.d.ts +414 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder.js +378 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.d.ts +406 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.js +345 -0
- package/dist/src/unstable/agent-capabilities/data/agents/replit.d.ts +144 -0
- package/dist/src/unstable/agent-capabilities/data/agents/replit.js +116 -0
- package/dist/src/unstable/agent-capabilities/data/agents/roo.d.ts +192 -0
- package/dist/src/unstable/agent-capabilities/data/agents/roo.js +180 -0
- package/dist/src/unstable/agent-capabilities/data/agents/rovodev.d.ts +189 -0
- package/dist/src/unstable/agent-capabilities/data/agents/rovodev.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.d.ts +280 -0
- package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.js +223 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.d.ts +188 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae.d.ts +188 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/warp.d.ts +169 -0
- package/dist/src/unstable/agent-capabilities/data/agents/warp.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/windsurf.d.ts +414 -0
- package/dist/src/unstable/agent-capabilities/data/agents/windsurf.js +326 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zed.d.ts +168 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zed.js +109 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zencoder.d.ts +168 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zencoder.js +137 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zenflow.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zenflow.js +96 -0
- package/dist/src/unstable/agent-capabilities/derive.d.ts +129 -0
- package/dist/src/unstable/agent-capabilities/derive.js +389 -0
- package/dist/src/unstable/agent-capabilities/index.d.ts +15 -0
- package/dist/src/unstable/agent-capabilities/index.js +15 -0
- package/dist/src/unstable/agent-capabilities/lookup.d.ts +10 -0
- package/dist/src/unstable/agent-capabilities/lookup.js +9 -0
- package/dist/src/unstable/agent-capabilities/schema.d.ts +3788 -0
- package/dist/src/unstable/agent-capabilities/schema.js +1218 -0
- package/dist/src/unstable/agent-capabilities/verification.d.ts +25 -0
- package/dist/src/unstable/agent-capabilities/verification.js +40 -0
- package/dist/src/unstable/agents/registry.d.ts +33 -0
- package/dist/src/unstable/agents/registry.js +50 -0
- package/dist/src/unstable/agents/types.d.ts +126 -0
- package/dist/src/unstable/agents/types.js +17 -0
- package/dist/src/unstable/date-time.d.ts +17 -0
- package/dist/src/unstable/date-time.js +30 -0
- package/dist/src/unstable/discovery-walk.d.ts +8 -0
- package/dist/src/unstable/discovery-walk.js +15 -0
- package/dist/src/unstable/extension-types/index.d.ts +8 -0
- package/dist/src/unstable/extension-types/index.js +8 -0
- package/dist/src/unstable/extension-types/schema.d.ts +154 -0
- package/dist/src/unstable/extension-types/schema.js +102 -0
- package/dist/src/unstable/extension-types/standards.d.ts +29 -0
- package/dist/src/unstable/extension-types/standards.js +29 -0
- package/dist/src/unstable/extensions/common.d.ts +539 -0
- package/dist/src/unstable/extensions/common.js +605 -0
- package/dist/src/unstable/extensions/deprecation.d.ts +42 -0
- package/dist/src/unstable/extensions/deprecation.js +46 -0
- package/dist/src/unstable/extensions/fqn-pattern.d.ts +17 -0
- package/dist/src/unstable/extensions/fqn-pattern.js +63 -0
- package/dist/src/unstable/extensions/fqn.d.ts +51 -0
- package/dist/src/unstable/extensions/fqn.js +51 -0
- package/dist/src/unstable/extensions/handle.d.ts +16 -0
- package/dist/src/unstable/extensions/handle.js +30 -0
- package/dist/src/unstable/extensions/index.d.ts +13 -0
- package/dist/src/unstable/extensions/index.js +13 -0
- package/dist/src/unstable/extensions/installable-types.d.ts +12 -0
- package/dist/src/unstable/extensions/installable-types.js +21 -0
- package/dist/src/unstable/extensions/license.d.ts +16 -0
- package/dist/src/unstable/extensions/license.js +29 -0
- package/dist/src/unstable/extensions/manifest-metadata.d.ts +18 -0
- package/dist/src/unstable/extensions/manifest-metadata.js +61 -0
- package/dist/src/unstable/extensions/refs/extension-ref.d.ts +20 -0
- package/dist/src/unstable/extensions/refs/extension-ref.js +12 -0
- package/dist/src/unstable/extensions/refs/hook.d.ts +29 -0
- package/dist/src/unstable/extensions/refs/hook.js +8 -0
- package/dist/src/unstable/extensions/refs/knowledge.d.ts +15 -0
- package/dist/src/unstable/extensions/refs/knowledge.js +2 -0
- package/dist/src/unstable/extensions/refs/mcp-server.d.ts +19 -0
- package/dist/src/unstable/extensions/refs/mcp-server.js +8 -0
- package/dist/src/unstable/extensions/refs/pack.d.ts +17 -0
- package/dist/src/unstable/extensions/refs/pack.js +10 -0
- package/dist/src/unstable/extensions/refs/ref-base.d.ts +125 -0
- package/dist/src/unstable/extensions/refs/ref-base.js +12 -0
- package/dist/src/unstable/extensions/refs/rule.d.ts +27 -0
- package/dist/src/unstable/extensions/refs/rule.js +8 -0
- package/dist/src/unstable/extensions/refs/skill.d.ts +28 -0
- package/dist/src/unstable/extensions/refs/skill.js +11 -0
- package/dist/src/unstable/extensions/refs/subagent.d.ts +19 -0
- package/dist/src/unstable/extensions/refs/subagent.js +8 -0
- package/dist/src/unstable/extensions/registry-source.d.ts +37 -0
- package/dist/src/unstable/extensions/registry-source.js +158 -0
- package/dist/src/unstable/extensions/release-age.d.ts +36 -0
- package/dist/src/unstable/extensions/release-age.js +11 -0
- package/dist/src/unstable/extensions/universal-skills-dir.d.ts +58 -0
- package/dist/src/unstable/extensions/universal-skills-dir.js +68 -0
- package/dist/src/unstable/hooks/manifest-schema.d.ts +175 -0
- package/dist/src/unstable/hooks/manifest-schema.js +112 -0
- package/dist/src/unstable/knowledge/concept-ref.d.ts +34 -0
- package/dist/src/unstable/knowledge/concept-ref.js +114 -0
- package/dist/src/unstable/knowledge/index.d.ts +8 -0
- package/dist/src/unstable/knowledge/index.js +8 -0
- package/dist/src/unstable/knowledge/manifest-schema.d.ts +60 -0
- package/dist/src/unstable/knowledge/manifest-schema.js +34 -0
- package/dist/src/unstable/mcps/manifest-schema.d.ts +899 -0
- package/dist/src/unstable/mcps/manifest-schema.js +230 -0
- package/dist/src/unstable/package-urls/companion-package.d.ts +14 -0
- package/dist/src/unstable/package-urls/companion-package.js +44 -0
- package/dist/src/unstable/package-urls/index.d.ts +4 -0
- package/dist/src/unstable/package-urls/index.js +4 -0
- package/dist/src/unstable/package-urls/internal.d.ts +6 -0
- package/dist/src/unstable/package-urls/internal.js +17 -0
- package/dist/src/unstable/package-urls/package-identity-purl.d.ts +5 -0
- package/dist/src/unstable/package-urls/package-identity-purl.js +26 -0
- package/dist/src/unstable/package-urls/vers-range.d.ts +34 -0
- package/dist/src/unstable/package-urls/vers-range.js +163 -0
- package/dist/src/unstable/packaging/index.d.ts +8 -0
- package/dist/src/unstable/packaging/index.js +8 -0
- package/dist/src/unstable/packaging/package-type.d.ts +23 -0
- package/dist/src/unstable/packaging/package-type.js +31 -0
- package/dist/src/unstable/packaging/package-url.d.ts +50 -0
- package/dist/src/unstable/packaging/package-url.js +93 -0
- package/dist/src/unstable/packs/manifest-schema.d.ts +66 -0
- package/dist/src/unstable/packs/manifest-schema.js +34 -0
- package/dist/src/unstable/path-types.d.ts +22 -0
- package/dist/src/unstable/path-types.js +48 -0
- package/dist/src/unstable/rules/manifest-schema.d.ts +70 -0
- package/dist/src/unstable/rules/manifest-schema.js +43 -0
- package/dist/src/unstable/schema-issues.d.ts +13 -0
- package/dist/src/unstable/schema-issues.js +34 -0
- package/dist/src/unstable/skills/manifest-schema.d.ts +69 -0
- package/dist/src/unstable/skills/manifest-schema.js +31 -0
- package/dist/src/unstable/sources/forge-grammar.d.ts +22 -0
- package/dist/src/unstable/sources/forge-grammar.js +50 -0
- package/dist/src/unstable/sources/parser.d.ts +85 -0
- package/dist/src/unstable/sources/parser.js +122 -0
- package/dist/src/unstable/sources/printer.d.ts +14 -0
- package/dist/src/unstable/sources/printer.js +45 -0
- package/dist/src/unstable/sources/source-hash.d.ts +24 -0
- package/dist/src/unstable/sources/source-hash.js +22 -0
- package/dist/src/unstable/sources/source-host-provider.d.ts +112 -0
- package/dist/src/unstable/sources/source-host-provider.js +11 -0
- package/dist/src/unstable/sources/types.d.ts +262 -0
- package/dist/src/unstable/sources/types.js +127 -0
- package/dist/src/unstable/sources/workspace.d.ts +13 -0
- package/dist/src/unstable/sources/workspace.js +13 -0
- package/dist/src/unstable/subagents/manifest-schema.d.ts +81 -0
- package/dist/src/unstable/subagents/manifest-schema.js +43 -0
- package/dist/src/unstable/version-constraints/version-constraints.d.ts +71 -0
- package/dist/src/unstable/version-constraints/version-constraints.js +144 -0
- package/dist/src/unstable/workspace-files.d.ts +13 -0
- package/dist/src/unstable/workspace-files.js +13 -0
- package/dist/src/unstable/workspace-scope.d.ts +11 -0
- package/dist/src/unstable/workspace-scope.js +10 -0
- package/package.json +271 -0
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
export const qwenCodeAgent = {
|
|
2
|
+
id: "qwen-code",
|
|
3
|
+
name: "Qwen Code",
|
|
4
|
+
vendor: "Alibaba Cloud",
|
|
5
|
+
homepage: "https://qwenlm.github.io/qwen-code-docs/",
|
|
6
|
+
interfaces: ["cli"],
|
|
7
|
+
family: "alibaba",
|
|
8
|
+
rootDir: ".qwen",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Qwen Code documentation",
|
|
17
|
+
url: "https://qwenlm.github.io/qwen-code-docs/",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: null,
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/skills/"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "vendor",
|
|
31
|
+
directory: ".qwen/skills",
|
|
32
|
+
},
|
|
33
|
+
axm: {
|
|
34
|
+
status: "supported",
|
|
35
|
+
lastVerified: "2026-08-05",
|
|
36
|
+
writer: null,
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
"mcp-server": {
|
|
40
|
+
native: {
|
|
41
|
+
availability: { via: "native" },
|
|
42
|
+
vendorStatus: { state: "active" },
|
|
43
|
+
notes: null,
|
|
44
|
+
docs: [],
|
|
45
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/mcp/"],
|
|
46
|
+
scopes: ["user", "project"],
|
|
47
|
+
standardsCompliance: "full",
|
|
48
|
+
convention: "universal",
|
|
49
|
+
transports: ["stdio", "http", "sse"],
|
|
50
|
+
mcpEnvExpansion: {
|
|
51
|
+
variables: "braced",
|
|
52
|
+
defaults: false,
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
axm: {
|
|
56
|
+
status: "supported",
|
|
57
|
+
lastVerified: "2026-08-05",
|
|
58
|
+
writer: {
|
|
59
|
+
config: {
|
|
60
|
+
serversKey: "mcpServers",
|
|
61
|
+
activationField: {
|
|
62
|
+
required: null,
|
|
63
|
+
accepted: [null],
|
|
64
|
+
},
|
|
65
|
+
targets: [
|
|
66
|
+
{
|
|
67
|
+
scope: "user",
|
|
68
|
+
path: "~/.qwen/settings.json",
|
|
69
|
+
format: "json",
|
|
70
|
+
attribution: "agent",
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
scope: "project",
|
|
74
|
+
path: ".qwen/settings.json",
|
|
75
|
+
format: "json",
|
|
76
|
+
attribution: "agent",
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
stdio: {
|
|
80
|
+
typeField: { required: null, accepted: [null] },
|
|
81
|
+
command: "split",
|
|
82
|
+
envKey: "env",
|
|
83
|
+
},
|
|
84
|
+
remote: {
|
|
85
|
+
typeField: { required: null, accepted: [null] },
|
|
86
|
+
urlKey: {
|
|
87
|
+
"streamable-http": "httpUrl",
|
|
88
|
+
sse: "url",
|
|
89
|
+
},
|
|
90
|
+
headersKey: "headers",
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
subagent: {
|
|
97
|
+
native: {
|
|
98
|
+
availability: { via: "native" },
|
|
99
|
+
vendorStatus: { state: "active" },
|
|
100
|
+
notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout.",
|
|
101
|
+
docs: [],
|
|
102
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/sub-agents/"],
|
|
103
|
+
scopes: ["user", "project"],
|
|
104
|
+
directory: ".qwen/agents",
|
|
105
|
+
layout: "directory",
|
|
106
|
+
},
|
|
107
|
+
axm: {
|
|
108
|
+
status: "supported",
|
|
109
|
+
lastVerified: "2026-08-05",
|
|
110
|
+
writer: null,
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
hook: {
|
|
114
|
+
native: {
|
|
115
|
+
availability: { via: "native" },
|
|
116
|
+
vendorStatus: { state: "active" },
|
|
117
|
+
notes: "Qwen Code hooks run command hooks from settings files and use JSON on stdin/stdout. Native Qwen Code also exposes HTTP hooks and additional events such as SessionEnd, PostToolUseFailure, SubagentStart, PostCompact, Notification, and PermissionRequest; this catalog maps the subset covered by AXM's canonical hook event registry.",
|
|
118
|
+
docs: [],
|
|
119
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/hooks/"],
|
|
120
|
+
scopes: ["user", "project"],
|
|
121
|
+
mechanism: ["command-stdin"],
|
|
122
|
+
configFiles: [
|
|
123
|
+
{
|
|
124
|
+
scope: "user",
|
|
125
|
+
path: "~/.qwen/settings.json",
|
|
126
|
+
format: "json",
|
|
127
|
+
gitignored: false,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
scope: "project",
|
|
131
|
+
path: ".qwen/settings.json",
|
|
132
|
+
format: "json",
|
|
133
|
+
gitignored: false,
|
|
134
|
+
},
|
|
135
|
+
],
|
|
136
|
+
events: [
|
|
137
|
+
{
|
|
138
|
+
nativeName: "SessionStart",
|
|
139
|
+
canonical: "session.start",
|
|
140
|
+
matcher: { kind: "regex", example: "startup|resume|clear", notes: null },
|
|
141
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
142
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/hooks/"],
|
|
143
|
+
lastVerified: "2026-08-05",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
nativeName: "UserPromptSubmit",
|
|
147
|
+
canonical: "prompt.submit",
|
|
148
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
149
|
+
decision: [
|
|
150
|
+
{ kind: "observe" },
|
|
151
|
+
{ kind: "block", outcomes: ["allow", "deny"] },
|
|
152
|
+
{ kind: "modify", operations: ["inject-context"] },
|
|
153
|
+
],
|
|
154
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/hooks/"],
|
|
155
|
+
lastVerified: "2026-08-05",
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
nativeName: "PreToolUse",
|
|
159
|
+
canonical: "tool.pre",
|
|
160
|
+
matcher: { kind: "regex", example: "WriteFile|Edit|Bash", notes: null },
|
|
161
|
+
decision: [
|
|
162
|
+
{ kind: "observe" },
|
|
163
|
+
{ kind: "block", outcomes: ["allow", "deny", "ask"] },
|
|
164
|
+
{ kind: "modify", operations: ["modify-input"] },
|
|
165
|
+
],
|
|
166
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/hooks/"],
|
|
167
|
+
lastVerified: "2026-08-05",
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
nativeName: "PostToolUse",
|
|
171
|
+
canonical: "tool.post",
|
|
172
|
+
matcher: { kind: "regex", example: "WriteFile|Edit|Bash", notes: null },
|
|
173
|
+
decision: [
|
|
174
|
+
{ kind: "observe" },
|
|
175
|
+
{ kind: "block", outcomes: ["allow", "deny"] },
|
|
176
|
+
{ kind: "modify", operations: ["inject-context"] },
|
|
177
|
+
],
|
|
178
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/hooks/"],
|
|
179
|
+
lastVerified: "2026-08-05",
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
nativeName: "Stop",
|
|
183
|
+
canonical: "turn.end",
|
|
184
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
185
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
186
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/hooks/"],
|
|
187
|
+
lastVerified: "2026-08-05",
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
nativeName: "SubagentStop",
|
|
191
|
+
canonical: "subagent.stop",
|
|
192
|
+
matcher: {
|
|
193
|
+
kind: "regex",
|
|
194
|
+
example: "Bash|Explorer",
|
|
195
|
+
notes: "Matcher targets the subagent type.",
|
|
196
|
+
},
|
|
197
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
198
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/hooks/"],
|
|
199
|
+
lastVerified: "2026-08-05",
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
nativeName: "PreCompact",
|
|
203
|
+
canonical: "compaction.pre",
|
|
204
|
+
matcher: { kind: "regex", example: "manual|auto", notes: null },
|
|
205
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
206
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/hooks/"],
|
|
207
|
+
lastVerified: "2026-08-05",
|
|
208
|
+
},
|
|
209
|
+
],
|
|
210
|
+
tools: [
|
|
211
|
+
{
|
|
212
|
+
nativeName: "ReadFile",
|
|
213
|
+
canonical: "file.read",
|
|
214
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/developers/tools/file-system/"],
|
|
215
|
+
lastVerified: "2026-08-05",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
nativeName: "WriteFile",
|
|
219
|
+
canonical: "file.write",
|
|
220
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/developers/tools/file-system/"],
|
|
221
|
+
lastVerified: "2026-08-05",
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
nativeName: "Edit",
|
|
225
|
+
canonical: "file.edit",
|
|
226
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/developers/tools/file-system/"],
|
|
227
|
+
lastVerified: "2026-08-05",
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
nativeName: "Bash",
|
|
231
|
+
canonical: "shell.exec",
|
|
232
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/developers/tools/shell/"],
|
|
233
|
+
lastVerified: "2026-08-05",
|
|
234
|
+
},
|
|
235
|
+
],
|
|
236
|
+
},
|
|
237
|
+
axm: {
|
|
238
|
+
status: "supported",
|
|
239
|
+
writer: {
|
|
240
|
+
serializer: "command-stdin",
|
|
241
|
+
configFiles: [
|
|
242
|
+
{
|
|
243
|
+
scope: "project",
|
|
244
|
+
path: ".qwen/settings.json",
|
|
245
|
+
format: "json",
|
|
246
|
+
gitignored: false,
|
|
247
|
+
},
|
|
248
|
+
],
|
|
249
|
+
settingsKey: "hooks",
|
|
250
|
+
eventMap: "native.events",
|
|
251
|
+
matcherKind: "regex",
|
|
252
|
+
matcherSerialization: "bare",
|
|
253
|
+
timeoutSerialization: "milliseconds",
|
|
254
|
+
commandNameSerialization: "manifest",
|
|
255
|
+
},
|
|
256
|
+
lastVerified: "2026-08-05",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
},
|
|
260
|
+
instructions: {
|
|
261
|
+
native: {
|
|
262
|
+
availability: { via: "native" },
|
|
263
|
+
vendorStatus: { state: "active" },
|
|
264
|
+
notes: "Qwen Code loads QWEN.md from the project root and ~/.qwen/QWEN.md, and also reads AGENTS.md when present. AXM targets the universal AGENTS.md convention for project rules.",
|
|
265
|
+
docs: [],
|
|
266
|
+
sources: ["https://qwenlm.github.io/qwen-code-docs/en/users/features/memory/"],
|
|
267
|
+
scopes: ["user", "project"],
|
|
268
|
+
standardsCompliance: "full",
|
|
269
|
+
convention: "universal",
|
|
270
|
+
kind: "agents-md",
|
|
271
|
+
files: ["AGENTS.md"],
|
|
272
|
+
nestedDiscovery: false,
|
|
273
|
+
importSyntax: null,
|
|
274
|
+
},
|
|
275
|
+
axm: {
|
|
276
|
+
status: "supported",
|
|
277
|
+
lastVerified: "2026-08-05",
|
|
278
|
+
writer: null,
|
|
279
|
+
},
|
|
280
|
+
},
|
|
281
|
+
permissions: {
|
|
282
|
+
native: {
|
|
283
|
+
availability: { via: "native" },
|
|
284
|
+
vendorStatus: { state: "active" },
|
|
285
|
+
notes: "Qwen Code grades tool access through a Claude Code-style permissions block with allow/ask/deny rule arrays. The legacy tools.allowed and tools.exclude keys are deprecated and migrate into permissions on first load; tools.approvalMode still sets the coarse default mode.",
|
|
286
|
+
docs: [],
|
|
287
|
+
sources: [
|
|
288
|
+
"https://qwenlm.github.io/qwen-code-docs/en/users/configuration/settings/",
|
|
289
|
+
"https://qwenlm.github.io/qwen-code-docs/en/users/features/approval-mode/",
|
|
290
|
+
"https://qwenlm.github.io/qwen-code-docs/en/developers/tools/shell/",
|
|
291
|
+
"https://qwenlm.github.io/qwen-code-docs/en/users/features/mcp/",
|
|
292
|
+
],
|
|
293
|
+
scopes: ["user", "project"],
|
|
294
|
+
mechanism: ["config-file"],
|
|
295
|
+
configFiles: [
|
|
296
|
+
{
|
|
297
|
+
scope: "user",
|
|
298
|
+
path: "~/.qwen/settings.json",
|
|
299
|
+
format: "json",
|
|
300
|
+
gitignored: false,
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
scope: "project",
|
|
304
|
+
path: ".qwen/settings.json",
|
|
305
|
+
format: "json",
|
|
306
|
+
gitignored: false,
|
|
307
|
+
},
|
|
308
|
+
],
|
|
309
|
+
grammar: {
|
|
310
|
+
style: "tool-call",
|
|
311
|
+
example: "Bash(axm *)",
|
|
312
|
+
notes: "Tool(pattern) rules sorted into permissions.allow, permissions.ask, and permissions.deny; deny wins over ask over allow. Approval modes are plan/default/auto-edit/auto/yolo set by tools.approvalMode (Default is surfaced as 'Ask Permissions'; the value stays 'default').\n",
|
|
313
|
+
},
|
|
314
|
+
prerequisites: [],
|
|
315
|
+
cliFlags: [],
|
|
316
|
+
},
|
|
317
|
+
axm: {
|
|
318
|
+
status: "supported",
|
|
319
|
+
lastVerified: "2026-08-05",
|
|
320
|
+
writer: {
|
|
321
|
+
grants: {
|
|
322
|
+
shell: {
|
|
323
|
+
target: "~/.qwen/settings.json",
|
|
324
|
+
patch: {
|
|
325
|
+
permissions: {
|
|
326
|
+
allow: ["Bash(${tool} *)"],
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
template: null,
|
|
330
|
+
},
|
|
331
|
+
filesystem: {
|
|
332
|
+
target: "~/.qwen/settings.json",
|
|
333
|
+
patch: {
|
|
334
|
+
permissions: {
|
|
335
|
+
allow: ["Read(${workspaceRoot}/**)", "Edit(${workspaceRoot}/**)"],
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
template: null,
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
};
|
|
345
|
+
//# sourceMappingURL=qwen-code.js.map
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
export declare const replitAgent: {
|
|
2
|
+
readonly id: "replit";
|
|
3
|
+
readonly name: "Replit";
|
|
4
|
+
readonly vendor: "Replit";
|
|
5
|
+
readonly homepage: "https://replit.com";
|
|
6
|
+
readonly interfaces: readonly ["ide-extension"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: null;
|
|
9
|
+
readonly lifecycle: {
|
|
10
|
+
readonly state: "active";
|
|
11
|
+
};
|
|
12
|
+
readonly detection: {
|
|
13
|
+
readonly project: {
|
|
14
|
+
readonly markers: readonly [];
|
|
15
|
+
};
|
|
16
|
+
readonly user: {
|
|
17
|
+
readonly markers: readonly [];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
readonly docs: readonly [{
|
|
21
|
+
readonly label: "Replit Agent documentation";
|
|
22
|
+
readonly url: "https://docs.replit.com/replitai/agent";
|
|
23
|
+
}];
|
|
24
|
+
readonly capabilities: {
|
|
25
|
+
readonly skill: {
|
|
26
|
+
readonly native: {
|
|
27
|
+
readonly availability: {
|
|
28
|
+
readonly via: "native";
|
|
29
|
+
};
|
|
30
|
+
readonly vendorStatus: {
|
|
31
|
+
readonly state: "active";
|
|
32
|
+
};
|
|
33
|
+
readonly notes: null;
|
|
34
|
+
readonly docs: readonly [];
|
|
35
|
+
readonly sources: readonly ["https://docs.replit.com/core-concepts/agent/skills"];
|
|
36
|
+
readonly scopes: readonly ["project", "user"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "universal";
|
|
39
|
+
readonly directory: ".agents/skills";
|
|
40
|
+
};
|
|
41
|
+
readonly axm: {
|
|
42
|
+
readonly status: "supported";
|
|
43
|
+
readonly lastVerified: "2026-08-05";
|
|
44
|
+
readonly writer: null;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
readonly "mcp-server": {
|
|
48
|
+
readonly native: {
|
|
49
|
+
readonly availability: {
|
|
50
|
+
readonly via: "native";
|
|
51
|
+
};
|
|
52
|
+
readonly vendorStatus: {
|
|
53
|
+
readonly state: "active";
|
|
54
|
+
};
|
|
55
|
+
readonly notes: "Replit Agent MCP is UI-driven via the Integrations pane and 'Add to Replit' install-links, connecting only to remote HTTP servers (baseUrl + headers/OAuth). There is no AXM-writable MCP config file, so no writer dialect is modeled.";
|
|
56
|
+
readonly docs: readonly [];
|
|
57
|
+
readonly sources: readonly ["https://docs.replit.com/replitai/mcp/overview"];
|
|
58
|
+
readonly scopes: readonly ["project"];
|
|
59
|
+
readonly standardsCompliance: "partial";
|
|
60
|
+
readonly convention: "vendor";
|
|
61
|
+
readonly transports: readonly ["http"];
|
|
62
|
+
};
|
|
63
|
+
readonly axm: {
|
|
64
|
+
readonly status: "unsupported";
|
|
65
|
+
readonly lastVerified: null;
|
|
66
|
+
readonly writer: null;
|
|
67
|
+
readonly reason: "Replit Agent MCP is UI-managed (Integrations pane / install-links) with no AXM-writable config file.";
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
readonly subagent: {
|
|
71
|
+
readonly native: {
|
|
72
|
+
readonly availability: {
|
|
73
|
+
readonly via: "none";
|
|
74
|
+
};
|
|
75
|
+
readonly vendorStatus: {
|
|
76
|
+
readonly state: "active";
|
|
77
|
+
};
|
|
78
|
+
readonly notes: null;
|
|
79
|
+
readonly docs: readonly [];
|
|
80
|
+
readonly sources: readonly [];
|
|
81
|
+
};
|
|
82
|
+
readonly axm: {
|
|
83
|
+
readonly status: "unsupported";
|
|
84
|
+
readonly lastVerified: null;
|
|
85
|
+
readonly writer: null;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
readonly hook: {
|
|
89
|
+
readonly native: {
|
|
90
|
+
readonly availability: {
|
|
91
|
+
readonly via: "none";
|
|
92
|
+
};
|
|
93
|
+
readonly vendorStatus: {
|
|
94
|
+
readonly state: "active";
|
|
95
|
+
};
|
|
96
|
+
readonly notes: null;
|
|
97
|
+
readonly docs: readonly [];
|
|
98
|
+
readonly sources: readonly [];
|
|
99
|
+
};
|
|
100
|
+
readonly axm: {
|
|
101
|
+
readonly status: "unsupported";
|
|
102
|
+
readonly writer: null;
|
|
103
|
+
readonly lastVerified: null;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
readonly instructions: {
|
|
108
|
+
readonly native: {
|
|
109
|
+
readonly availability: {
|
|
110
|
+
readonly via: "none";
|
|
111
|
+
};
|
|
112
|
+
readonly vendorStatus: {
|
|
113
|
+
readonly state: "active";
|
|
114
|
+
};
|
|
115
|
+
readonly notes: null;
|
|
116
|
+
readonly docs: readonly [];
|
|
117
|
+
readonly sources: readonly [];
|
|
118
|
+
};
|
|
119
|
+
readonly axm: {
|
|
120
|
+
readonly status: "unsupported";
|
|
121
|
+
readonly lastVerified: null;
|
|
122
|
+
readonly writer: null;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
readonly permissions: {
|
|
126
|
+
readonly native: {
|
|
127
|
+
readonly availability: {
|
|
128
|
+
readonly via: "none";
|
|
129
|
+
};
|
|
130
|
+
readonly vendorStatus: {
|
|
131
|
+
readonly state: "active";
|
|
132
|
+
};
|
|
133
|
+
readonly notes: null;
|
|
134
|
+
readonly docs: readonly [];
|
|
135
|
+
readonly sources: readonly [];
|
|
136
|
+
};
|
|
137
|
+
readonly axm: {
|
|
138
|
+
readonly status: "unsupported";
|
|
139
|
+
readonly lastVerified: null;
|
|
140
|
+
readonly writer: null;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
//# sourceMappingURL=replit.d.ts.map
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
export const replitAgent = {
|
|
2
|
+
id: "replit",
|
|
3
|
+
name: "Replit",
|
|
4
|
+
vendor: "Replit",
|
|
5
|
+
homepage: "https://replit.com",
|
|
6
|
+
interfaces: ["ide-extension"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: null,
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Replit Agent documentation",
|
|
17
|
+
url: "https://docs.replit.com/replitai/agent",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: null,
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://docs.replit.com/core-concepts/agent/skills"],
|
|
28
|
+
scopes: ["project", "user"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "universal",
|
|
31
|
+
directory: ".agents/skills",
|
|
32
|
+
},
|
|
33
|
+
axm: {
|
|
34
|
+
status: "supported",
|
|
35
|
+
lastVerified: "2026-08-05",
|
|
36
|
+
writer: null,
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
"mcp-server": {
|
|
40
|
+
native: {
|
|
41
|
+
availability: { via: "native" },
|
|
42
|
+
vendorStatus: { state: "active" },
|
|
43
|
+
notes: "Replit Agent MCP is UI-driven via the Integrations pane and 'Add to Replit' install-links, connecting only to remote HTTP servers (baseUrl + headers/OAuth). There is no AXM-writable MCP config file, so no writer dialect is modeled.",
|
|
44
|
+
docs: [],
|
|
45
|
+
sources: ["https://docs.replit.com/replitai/mcp/overview"],
|
|
46
|
+
scopes: ["project"],
|
|
47
|
+
standardsCompliance: "partial",
|
|
48
|
+
convention: "vendor",
|
|
49
|
+
transports: ["http"],
|
|
50
|
+
},
|
|
51
|
+
axm: {
|
|
52
|
+
status: "unsupported",
|
|
53
|
+
lastVerified: null,
|
|
54
|
+
writer: null,
|
|
55
|
+
reason: "Replit Agent MCP is UI-managed (Integrations pane / install-links) with no AXM-writable config file.",
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
subagent: {
|
|
59
|
+
native: {
|
|
60
|
+
availability: { via: "none" },
|
|
61
|
+
vendorStatus: { state: "active" },
|
|
62
|
+
notes: null,
|
|
63
|
+
docs: [],
|
|
64
|
+
sources: [],
|
|
65
|
+
},
|
|
66
|
+
axm: {
|
|
67
|
+
status: "unsupported",
|
|
68
|
+
lastVerified: null,
|
|
69
|
+
writer: null,
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
hook: {
|
|
73
|
+
native: {
|
|
74
|
+
availability: { via: "none" },
|
|
75
|
+
vendorStatus: { state: "active" },
|
|
76
|
+
notes: null,
|
|
77
|
+
docs: [],
|
|
78
|
+
sources: [],
|
|
79
|
+
},
|
|
80
|
+
axm: {
|
|
81
|
+
status: "unsupported",
|
|
82
|
+
writer: null,
|
|
83
|
+
lastVerified: null,
|
|
84
|
+
},
|
|
85
|
+
},
|
|
86
|
+
},
|
|
87
|
+
instructions: {
|
|
88
|
+
native: {
|
|
89
|
+
availability: { via: "none" },
|
|
90
|
+
vendorStatus: { state: "active" },
|
|
91
|
+
notes: null,
|
|
92
|
+
docs: [],
|
|
93
|
+
sources: [],
|
|
94
|
+
},
|
|
95
|
+
axm: {
|
|
96
|
+
status: "unsupported",
|
|
97
|
+
lastVerified: null,
|
|
98
|
+
writer: null,
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
|
+
permissions: {
|
|
102
|
+
native: {
|
|
103
|
+
availability: { via: "none" },
|
|
104
|
+
vendorStatus: { state: "active" },
|
|
105
|
+
notes: null,
|
|
106
|
+
docs: [],
|
|
107
|
+
sources: [],
|
|
108
|
+
},
|
|
109
|
+
axm: {
|
|
110
|
+
status: "unsupported",
|
|
111
|
+
lastVerified: null,
|
|
112
|
+
writer: null,
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
//# sourceMappingURL=replit.js.map
|