@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,200 @@
|
|
|
1
|
+
export const mistralVibeAgent = {
|
|
2
|
+
id: "mistral-vibe",
|
|
3
|
+
name: "Mistral Vibe",
|
|
4
|
+
vendor: "Mistral AI",
|
|
5
|
+
homepage: "https://docs.mistral.ai/vibe/code/overview",
|
|
6
|
+
interfaces: ["cli", "ide-extension"],
|
|
7
|
+
family: "mistral",
|
|
8
|
+
rootDir: ".vibe",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Mistral Vibe documentation",
|
|
17
|
+
url: "https://docs.mistral.ai/vibe/code/overview",
|
|
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.mistral.ai/vibe/code/cli/skills"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "vendor",
|
|
31
|
+
directory: ".vibe/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://docs.mistral.ai/vibe/code/cli/mcp-servers"],
|
|
46
|
+
scopes: ["user", "project"],
|
|
47
|
+
standardsCompliance: "full",
|
|
48
|
+
convention: "vendor",
|
|
49
|
+
transports: ["stdio", "http"],
|
|
50
|
+
mcpEnvExpansion: {
|
|
51
|
+
variables: "none",
|
|
52
|
+
defaults: false,
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
axm: {
|
|
56
|
+
status: "unsupported",
|
|
57
|
+
lastVerified: null,
|
|
58
|
+
writer: null,
|
|
59
|
+
reason: "Mistral Vibe stores MCP servers as repeated [[mcp_servers]] TOML array-of-table entries. AXM's generic MCP writer currently serializes keyed server maps and cannot represent that shape without corrupting the configuration.",
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
subagent: {
|
|
63
|
+
native: {
|
|
64
|
+
availability: { via: "native" },
|
|
65
|
+
vendorStatus: { state: "active" },
|
|
66
|
+
notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout.",
|
|
67
|
+
docs: [],
|
|
68
|
+
sources: ["https://docs.mistral.ai/vibe/code/cli/agents"],
|
|
69
|
+
scopes: ["user", "project"],
|
|
70
|
+
directory: ".vibe/agents",
|
|
71
|
+
layout: "directory",
|
|
72
|
+
},
|
|
73
|
+
axm: {
|
|
74
|
+
status: "supported",
|
|
75
|
+
lastVerified: "2026-08-05",
|
|
76
|
+
writer: null,
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
hook: {
|
|
80
|
+
native: {
|
|
81
|
+
availability: { via: "native" },
|
|
82
|
+
vendorStatus: { state: "active" },
|
|
83
|
+
notes: "Vibe executes TOML-configured hook commands with event data on standard input; pre-tool hooks can deny or modify tool input and hook output can inject context.",
|
|
84
|
+
docs: [],
|
|
85
|
+
sources: ["https://docs.mistral.ai/vibe/code/cli/hooks"],
|
|
86
|
+
scopes: ["user", "project"],
|
|
87
|
+
mechanism: ["command-stdin"],
|
|
88
|
+
configFiles: [
|
|
89
|
+
{
|
|
90
|
+
scope: "project",
|
|
91
|
+
path: ".vibe/hooks.toml",
|
|
92
|
+
format: "toml",
|
|
93
|
+
gitignored: false,
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
scope: "user",
|
|
97
|
+
path: "~/.vibe/hooks.toml",
|
|
98
|
+
format: "toml",
|
|
99
|
+
gitignored: false,
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
events: [
|
|
103
|
+
{
|
|
104
|
+
nativeName: "pre_tool",
|
|
105
|
+
canonical: "tool.pre",
|
|
106
|
+
matcher: { kind: "regex", example: "bash|read_file|write_file", notes: null },
|
|
107
|
+
decision: [
|
|
108
|
+
{ kind: "observe" },
|
|
109
|
+
{ kind: "block", outcomes: ["deny"] },
|
|
110
|
+
{ kind: "modify", operations: ["modify-input", "inject-context"] },
|
|
111
|
+
],
|
|
112
|
+
sources: ["https://docs.mistral.ai/vibe/code/cli/hooks"],
|
|
113
|
+
lastVerified: "2026-08-05",
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
nativeName: "post_tool",
|
|
117
|
+
canonical: "tool.post",
|
|
118
|
+
matcher: { kind: "regex", example: "bash|read_file|write_file", notes: null },
|
|
119
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
120
|
+
sources: ["https://docs.mistral.ai/vibe/code/cli/hooks"],
|
|
121
|
+
lastVerified: "2026-08-05",
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
nativeName: "post_agent",
|
|
125
|
+
canonical: "turn.end",
|
|
126
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
127
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
128
|
+
sources: ["https://docs.mistral.ai/vibe/code/cli/hooks"],
|
|
129
|
+
lastVerified: "2026-08-05",
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
tools: [],
|
|
133
|
+
},
|
|
134
|
+
axm: {
|
|
135
|
+
status: "unsupported",
|
|
136
|
+
writer: null,
|
|
137
|
+
lastVerified: null,
|
|
138
|
+
},
|
|
139
|
+
},
|
|
140
|
+
},
|
|
141
|
+
instructions: {
|
|
142
|
+
native: {
|
|
143
|
+
availability: { via: "native" },
|
|
144
|
+
vendorStatus: { state: "active" },
|
|
145
|
+
notes: null,
|
|
146
|
+
docs: [],
|
|
147
|
+
sources: ["https://docs.mistral.ai/vibe/code/cli/agents"],
|
|
148
|
+
scopes: ["user", "project"],
|
|
149
|
+
standardsCompliance: "full",
|
|
150
|
+
convention: "universal",
|
|
151
|
+
kind: "agents-md",
|
|
152
|
+
files: ["AGENTS.md"],
|
|
153
|
+
nestedDiscovery: false,
|
|
154
|
+
importSyntax: null,
|
|
155
|
+
},
|
|
156
|
+
axm: {
|
|
157
|
+
status: "supported",
|
|
158
|
+
lastVerified: "2026-08-05",
|
|
159
|
+
writer: null,
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
permissions: {
|
|
163
|
+
native: {
|
|
164
|
+
availability: { via: "native" },
|
|
165
|
+
vendorStatus: { state: "active" },
|
|
166
|
+
notes: "Vibe supports per-tool always/ask policies and Bash allow/deny command rules in layered config files.",
|
|
167
|
+
docs: [],
|
|
168
|
+
sources: ["https://docs.mistral.ai/vibe/code/safety-approvals-permissions"],
|
|
169
|
+
scopes: ["user", "project"],
|
|
170
|
+
mechanism: ["config-file", "cli-flag"],
|
|
171
|
+
configFiles: [
|
|
172
|
+
{
|
|
173
|
+
scope: "project",
|
|
174
|
+
path: ".vibe/config.toml",
|
|
175
|
+
format: "toml",
|
|
176
|
+
gitignored: false,
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
scope: "user",
|
|
180
|
+
path: "~/.vibe/config.toml",
|
|
181
|
+
format: "toml",
|
|
182
|
+
gitignored: false,
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
grammar: {
|
|
186
|
+
style: "tool-call",
|
|
187
|
+
example: '[tools.bash]\npermission = "ask"',
|
|
188
|
+
notes: "Per-tool policy is always or ask; Bash rules additionally allow or deny command patterns.",
|
|
189
|
+
},
|
|
190
|
+
prerequisites: [],
|
|
191
|
+
cliFlags: [],
|
|
192
|
+
},
|
|
193
|
+
axm: {
|
|
194
|
+
status: "unsupported",
|
|
195
|
+
lastVerified: null,
|
|
196
|
+
writer: null,
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
};
|
|
200
|
+
//# sourceMappingURL=mistral-vibe.js.map
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
export declare const muxAgent: {
|
|
2
|
+
readonly id: "mux";
|
|
3
|
+
readonly name: "Mux";
|
|
4
|
+
readonly vendor: "Coder";
|
|
5
|
+
readonly homepage: "https://mux.coder.com";
|
|
6
|
+
readonly interfaces: readonly ["cli", "ide-extension"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".mux";
|
|
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: "Mux documentation";
|
|
22
|
+
readonly url: "https://mux.coder.com";
|
|
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://mux.coder.com/agents/agent-skills"];
|
|
36
|
+
readonly scopes: readonly ["user", "project"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "vendor";
|
|
39
|
+
readonly directory: ".mux/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: "Mux stores stdio command strings under the servers key in ~/.mux/mcp.jsonc, .mux/mcp.jsonc, and .mux/mcp.local.jsonc.";
|
|
56
|
+
readonly docs: readonly [];
|
|
57
|
+
readonly sources: readonly ["https://mux.coder.com/config/mcp-servers"];
|
|
58
|
+
readonly scopes: readonly ["user", "project"];
|
|
59
|
+
readonly standardsCompliance: "partial";
|
|
60
|
+
readonly convention: "vendor";
|
|
61
|
+
readonly transports: readonly ["stdio"];
|
|
62
|
+
};
|
|
63
|
+
readonly axm: {
|
|
64
|
+
readonly status: "unsupported";
|
|
65
|
+
readonly lastVerified: null;
|
|
66
|
+
readonly writer: null;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
readonly subagent: {
|
|
70
|
+
readonly native: {
|
|
71
|
+
readonly availability: {
|
|
72
|
+
readonly via: "native";
|
|
73
|
+
};
|
|
74
|
+
readonly vendorStatus: {
|
|
75
|
+
readonly state: "active";
|
|
76
|
+
};
|
|
77
|
+
readonly notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout.";
|
|
78
|
+
readonly docs: readonly [];
|
|
79
|
+
readonly sources: readonly ["https://mux.coder.com/agents"];
|
|
80
|
+
readonly scopes: readonly ["user", "project"];
|
|
81
|
+
readonly directory: ".mux/agents";
|
|
82
|
+
readonly layout: "directory";
|
|
83
|
+
};
|
|
84
|
+
readonly axm: {
|
|
85
|
+
readonly status: "supported";
|
|
86
|
+
readonly lastVerified: "2026-08-05";
|
|
87
|
+
readonly writer: null;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
readonly hook: {
|
|
91
|
+
readonly native: {
|
|
92
|
+
readonly availability: {
|
|
93
|
+
readonly via: "native";
|
|
94
|
+
};
|
|
95
|
+
readonly vendorStatus: {
|
|
96
|
+
readonly state: "active";
|
|
97
|
+
};
|
|
98
|
+
readonly notes: "Mux executes raw tool_pre, tool_post, tool_env, and init scripts from .mux or ~/.mux. Input is provided through MUX_* environment variables; tool_pre can block with a non-zero exit.";
|
|
99
|
+
readonly docs: readonly [];
|
|
100
|
+
readonly sources: readonly ["https://mux.coder.com/hooks/tools.md", "https://mux.coder.com/hooks/init.md"];
|
|
101
|
+
readonly scopes: readonly ["user", "project"];
|
|
102
|
+
readonly modeling: "native-unmodeled";
|
|
103
|
+
};
|
|
104
|
+
readonly axm: {
|
|
105
|
+
readonly status: "unsupported";
|
|
106
|
+
readonly writer: null;
|
|
107
|
+
readonly lastVerified: null;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
readonly instructions: {
|
|
112
|
+
readonly native: {
|
|
113
|
+
readonly availability: {
|
|
114
|
+
readonly via: "native";
|
|
115
|
+
};
|
|
116
|
+
readonly vendorStatus: {
|
|
117
|
+
readonly state: "active";
|
|
118
|
+
};
|
|
119
|
+
readonly notes: null;
|
|
120
|
+
readonly docs: readonly [];
|
|
121
|
+
readonly sources: readonly ["https://mux.coder.com/agents/instruction-files"];
|
|
122
|
+
readonly scopes: readonly ["user", "project"];
|
|
123
|
+
readonly standardsCompliance: "full";
|
|
124
|
+
readonly convention: "universal";
|
|
125
|
+
readonly kind: "agents-md";
|
|
126
|
+
readonly files: readonly ["AGENTS.md"];
|
|
127
|
+
readonly nestedDiscovery: true;
|
|
128
|
+
readonly importSyntax: null;
|
|
129
|
+
};
|
|
130
|
+
readonly axm: {
|
|
131
|
+
readonly status: "supported";
|
|
132
|
+
readonly lastVerified: "2026-08-05";
|
|
133
|
+
readonly writer: null;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
readonly permissions: {
|
|
137
|
+
readonly native: {
|
|
138
|
+
readonly availability: {
|
|
139
|
+
readonly via: "none";
|
|
140
|
+
};
|
|
141
|
+
readonly vendorStatus: {
|
|
142
|
+
readonly state: "active";
|
|
143
|
+
};
|
|
144
|
+
readonly notes: null;
|
|
145
|
+
readonly docs: readonly [];
|
|
146
|
+
readonly sources: readonly [];
|
|
147
|
+
};
|
|
148
|
+
readonly axm: {
|
|
149
|
+
readonly status: "unsupported";
|
|
150
|
+
readonly lastVerified: null;
|
|
151
|
+
readonly writer: null;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
//# sourceMappingURL=mux.d.ts.map
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
export const muxAgent = {
|
|
2
|
+
id: "mux",
|
|
3
|
+
name: "Mux",
|
|
4
|
+
vendor: "Coder",
|
|
5
|
+
homepage: "https://mux.coder.com",
|
|
6
|
+
interfaces: ["cli", "ide-extension"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".mux",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Mux documentation",
|
|
17
|
+
url: "https://mux.coder.com",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: null,
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://mux.coder.com/agents/agent-skills"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "vendor",
|
|
31
|
+
directory: ".mux/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: "Mux stores stdio command strings under the servers key in ~/.mux/mcp.jsonc, .mux/mcp.jsonc, and .mux/mcp.local.jsonc.",
|
|
44
|
+
docs: [],
|
|
45
|
+
sources: ["https://mux.coder.com/config/mcp-servers"],
|
|
46
|
+
scopes: ["user", "project"],
|
|
47
|
+
standardsCompliance: "partial",
|
|
48
|
+
convention: "vendor",
|
|
49
|
+
transports: ["stdio"],
|
|
50
|
+
},
|
|
51
|
+
axm: {
|
|
52
|
+
status: "unsupported",
|
|
53
|
+
lastVerified: null,
|
|
54
|
+
writer: null,
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
subagent: {
|
|
58
|
+
native: {
|
|
59
|
+
availability: { via: "native" },
|
|
60
|
+
vendorStatus: { state: "active" },
|
|
61
|
+
notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout.",
|
|
62
|
+
docs: [],
|
|
63
|
+
sources: ["https://mux.coder.com/agents"],
|
|
64
|
+
scopes: ["user", "project"],
|
|
65
|
+
directory: ".mux/agents",
|
|
66
|
+
layout: "directory",
|
|
67
|
+
},
|
|
68
|
+
axm: {
|
|
69
|
+
status: "supported",
|
|
70
|
+
lastVerified: "2026-08-05",
|
|
71
|
+
writer: null,
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
hook: {
|
|
75
|
+
native: {
|
|
76
|
+
availability: { via: "native" },
|
|
77
|
+
vendorStatus: { state: "active" },
|
|
78
|
+
notes: "Mux executes raw tool_pre, tool_post, tool_env, and init scripts from .mux or ~/.mux. Input is provided through MUX_* environment variables; tool_pre can block with a non-zero exit.",
|
|
79
|
+
docs: [],
|
|
80
|
+
sources: ["https://mux.coder.com/hooks/tools.md", "https://mux.coder.com/hooks/init.md"],
|
|
81
|
+
scopes: ["user", "project"],
|
|
82
|
+
modeling: "native-unmodeled",
|
|
83
|
+
},
|
|
84
|
+
axm: {
|
|
85
|
+
status: "unsupported",
|
|
86
|
+
writer: null,
|
|
87
|
+
lastVerified: null,
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
instructions: {
|
|
92
|
+
native: {
|
|
93
|
+
availability: { via: "native" },
|
|
94
|
+
vendorStatus: { state: "active" },
|
|
95
|
+
notes: null,
|
|
96
|
+
docs: [],
|
|
97
|
+
sources: ["https://mux.coder.com/agents/instruction-files"],
|
|
98
|
+
scopes: ["user", "project"],
|
|
99
|
+
standardsCompliance: "full",
|
|
100
|
+
convention: "universal",
|
|
101
|
+
kind: "agents-md",
|
|
102
|
+
files: ["AGENTS.md"],
|
|
103
|
+
nestedDiscovery: true,
|
|
104
|
+
importSyntax: null,
|
|
105
|
+
},
|
|
106
|
+
axm: {
|
|
107
|
+
status: "supported",
|
|
108
|
+
lastVerified: "2026-08-05",
|
|
109
|
+
writer: null,
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
permissions: {
|
|
113
|
+
native: {
|
|
114
|
+
availability: { via: "none" },
|
|
115
|
+
vendorStatus: { state: "active" },
|
|
116
|
+
notes: null,
|
|
117
|
+
docs: [],
|
|
118
|
+
sources: [],
|
|
119
|
+
},
|
|
120
|
+
axm: {
|
|
121
|
+
status: "unsupported",
|
|
122
|
+
lastVerified: null,
|
|
123
|
+
writer: null,
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
};
|
|
127
|
+
//# sourceMappingURL=mux.js.map
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
export declare const neovateAgent: {
|
|
2
|
+
readonly id: "neovate";
|
|
3
|
+
readonly name: "Neovate";
|
|
4
|
+
readonly vendor: "Ant Group";
|
|
5
|
+
readonly homepage: "https://github.com/neovateai/neovate-code";
|
|
6
|
+
readonly interfaces: readonly ["cli"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".neovate";
|
|
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: "Neovate Code documentation";
|
|
22
|
+
readonly url: "https://github.com/neovateai/neovate-code";
|
|
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: "Neovate loads directory-based skills (each subdirectory contains a SKILL.md with name+description frontmatter) from .neovate/skills (project) and ~/.neovate/skills (user).";
|
|
34
|
+
readonly docs: readonly [];
|
|
35
|
+
readonly sources: readonly ["https://github.com/neovateai/neovate-code/blob/master/src/skill.ts"];
|
|
36
|
+
readonly scopes: readonly ["user", "project"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "vendor";
|
|
39
|
+
readonly directory: ".neovate/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: null;
|
|
56
|
+
readonly docs: readonly [];
|
|
57
|
+
readonly sources: readonly ["https://github.com/neovateai/neovate-code/blob/master/src/mcp.ts", "https://github.com/neovateai/neovate-code/blob/master/src/config.ts", "https://github.com/neovateai/neovate-code/blob/master/src/commands/mcp.ts"];
|
|
58
|
+
readonly scopes: readonly ["user", "project"];
|
|
59
|
+
readonly standardsCompliance: "full";
|
|
60
|
+
readonly convention: "universal";
|
|
61
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
62
|
+
readonly mcpEnvExpansion: {
|
|
63
|
+
readonly variables: "none";
|
|
64
|
+
readonly defaults: false;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
readonly axm: {
|
|
68
|
+
readonly status: "supported";
|
|
69
|
+
readonly lastVerified: "2026-08-05";
|
|
70
|
+
readonly writer: {
|
|
71
|
+
readonly config: {
|
|
72
|
+
readonly serversKey: "mcpServers";
|
|
73
|
+
readonly activationField: {
|
|
74
|
+
readonly required: {
|
|
75
|
+
readonly name: "disable";
|
|
76
|
+
readonly enabled: false;
|
|
77
|
+
readonly disabled: true;
|
|
78
|
+
};
|
|
79
|
+
readonly accepted: readonly [{
|
|
80
|
+
readonly name: "disable";
|
|
81
|
+
readonly enabled: false;
|
|
82
|
+
readonly disabled: true;
|
|
83
|
+
}, null];
|
|
84
|
+
};
|
|
85
|
+
readonly targets: readonly [{
|
|
86
|
+
readonly scope: "user";
|
|
87
|
+
readonly path: "~/.neovate/config.json";
|
|
88
|
+
readonly format: "json";
|
|
89
|
+
readonly attribution: "agent";
|
|
90
|
+
}, {
|
|
91
|
+
readonly scope: "project";
|
|
92
|
+
readonly path: ".neovate/config.json";
|
|
93
|
+
readonly format: "json";
|
|
94
|
+
readonly attribution: "agent";
|
|
95
|
+
}];
|
|
96
|
+
readonly stdio: {
|
|
97
|
+
readonly typeField: {
|
|
98
|
+
readonly required: {
|
|
99
|
+
readonly name: "type";
|
|
100
|
+
readonly value: "stdio";
|
|
101
|
+
};
|
|
102
|
+
readonly accepted: readonly [{
|
|
103
|
+
readonly name: "type";
|
|
104
|
+
readonly value: "stdio";
|
|
105
|
+
}, null];
|
|
106
|
+
};
|
|
107
|
+
readonly command: "split";
|
|
108
|
+
readonly envKey: "env";
|
|
109
|
+
};
|
|
110
|
+
readonly remote: {
|
|
111
|
+
readonly typeField: {
|
|
112
|
+
readonly required: {
|
|
113
|
+
readonly name: "type";
|
|
114
|
+
readonly value: {
|
|
115
|
+
readonly "streamable-http": "http";
|
|
116
|
+
readonly sse: "sse";
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
readonly accepted: readonly [{
|
|
120
|
+
readonly name: "type";
|
|
121
|
+
readonly value: {
|
|
122
|
+
readonly "streamable-http": "http";
|
|
123
|
+
readonly sse: "sse";
|
|
124
|
+
};
|
|
125
|
+
}];
|
|
126
|
+
};
|
|
127
|
+
readonly urlKey: {
|
|
128
|
+
readonly "streamable-http": "url";
|
|
129
|
+
readonly sse: "url";
|
|
130
|
+
};
|
|
131
|
+
readonly headersKey: "headers";
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
readonly subagent: {
|
|
138
|
+
readonly native: {
|
|
139
|
+
readonly availability: {
|
|
140
|
+
readonly via: "none";
|
|
141
|
+
};
|
|
142
|
+
readonly vendorStatus: {
|
|
143
|
+
readonly state: "active";
|
|
144
|
+
};
|
|
145
|
+
readonly notes: null;
|
|
146
|
+
readonly docs: readonly [];
|
|
147
|
+
readonly sources: readonly [];
|
|
148
|
+
};
|
|
149
|
+
readonly axm: {
|
|
150
|
+
readonly status: "unsupported";
|
|
151
|
+
readonly lastVerified: null;
|
|
152
|
+
readonly writer: null;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
readonly hook: {
|
|
156
|
+
readonly native: {
|
|
157
|
+
readonly availability: {
|
|
158
|
+
readonly via: "none";
|
|
159
|
+
};
|
|
160
|
+
readonly vendorStatus: {
|
|
161
|
+
readonly state: "active";
|
|
162
|
+
};
|
|
163
|
+
readonly notes: null;
|
|
164
|
+
readonly docs: readonly [];
|
|
165
|
+
readonly sources: readonly [];
|
|
166
|
+
};
|
|
167
|
+
readonly axm: {
|
|
168
|
+
readonly status: "unsupported";
|
|
169
|
+
readonly writer: null;
|
|
170
|
+
readonly lastVerified: null;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
readonly instructions: {
|
|
175
|
+
readonly native: {
|
|
176
|
+
readonly availability: {
|
|
177
|
+
readonly via: "none";
|
|
178
|
+
};
|
|
179
|
+
readonly vendorStatus: {
|
|
180
|
+
readonly state: "active";
|
|
181
|
+
};
|
|
182
|
+
readonly notes: null;
|
|
183
|
+
readonly docs: readonly [];
|
|
184
|
+
readonly sources: readonly [];
|
|
185
|
+
};
|
|
186
|
+
readonly axm: {
|
|
187
|
+
readonly status: "unsupported";
|
|
188
|
+
readonly lastVerified: null;
|
|
189
|
+
readonly writer: null;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
readonly permissions: {
|
|
193
|
+
readonly native: {
|
|
194
|
+
readonly availability: {
|
|
195
|
+
readonly via: "none";
|
|
196
|
+
};
|
|
197
|
+
readonly vendorStatus: {
|
|
198
|
+
readonly state: "active";
|
|
199
|
+
};
|
|
200
|
+
readonly notes: null;
|
|
201
|
+
readonly docs: readonly [];
|
|
202
|
+
readonly sources: readonly [];
|
|
203
|
+
};
|
|
204
|
+
readonly axm: {
|
|
205
|
+
readonly status: "unsupported";
|
|
206
|
+
readonly lastVerified: null;
|
|
207
|
+
readonly writer: null;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
//# sourceMappingURL=neovate.d.ts.map
|