@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,190 @@
|
|
|
1
|
+
export const clineAgent = {
|
|
2
|
+
id: "cline",
|
|
3
|
+
name: "Cline",
|
|
4
|
+
vendor: "Cline",
|
|
5
|
+
homepage: "https://cline.bot",
|
|
6
|
+
interfaces: ["cli", "ide-extension"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".cline",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Cline documentation",
|
|
17
|
+
url: "https://docs.cline.bot",
|
|
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.cline.bot/customization/skills"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "vendor",
|
|
31
|
+
directory: ".cline/skills",
|
|
32
|
+
additionalReadPaths: [
|
|
33
|
+
{ path: ".clinerules/skills", status: "compat" },
|
|
34
|
+
{ path: ".claude/skills", status: "compat" },
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
axm: {
|
|
38
|
+
status: "supported",
|
|
39
|
+
lastVerified: "2026-08-05",
|
|
40
|
+
writer: null,
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
"mcp-server": {
|
|
44
|
+
native: {
|
|
45
|
+
availability: { via: "native" },
|
|
46
|
+
vendorStatus: { state: "active" },
|
|
47
|
+
notes: "Cline supports MCP in both the extension and CLI. The CLI MCP config is ~/.cline/mcp.json; extension config is exposed through the MCP settings UI. Entries use the community-standard mcpServers shape with a streamableHttp remote discriminator plus Cline-specific disabled and autoApprove fields.",
|
|
48
|
+
docs: [],
|
|
49
|
+
sources: ["https://docs.cline.bot/mcp/mcp-overview"],
|
|
50
|
+
scopes: ["user"],
|
|
51
|
+
standardsCompliance: "full",
|
|
52
|
+
convention: "universal",
|
|
53
|
+
transports: ["stdio", "http", "sse"],
|
|
54
|
+
mcpEnvExpansion: {
|
|
55
|
+
variables: "none",
|
|
56
|
+
defaults: false,
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
axm: {
|
|
60
|
+
status: "supported",
|
|
61
|
+
lastVerified: "2026-08-05",
|
|
62
|
+
writer: {
|
|
63
|
+
config: {
|
|
64
|
+
serversKey: "mcpServers",
|
|
65
|
+
activationField: {
|
|
66
|
+
required: { name: "disabled", enabled: false, disabled: true },
|
|
67
|
+
accepted: [{ name: "disabled", enabled: false, disabled: true }, null],
|
|
68
|
+
},
|
|
69
|
+
targets: [
|
|
70
|
+
{
|
|
71
|
+
scope: "user",
|
|
72
|
+
path: "~/.cline/mcp.json",
|
|
73
|
+
format: "json",
|
|
74
|
+
attribution: "agent",
|
|
75
|
+
},
|
|
76
|
+
],
|
|
77
|
+
stdio: {
|
|
78
|
+
typeField: { required: null, accepted: [null] },
|
|
79
|
+
command: "split",
|
|
80
|
+
envKey: "env",
|
|
81
|
+
},
|
|
82
|
+
remote: {
|
|
83
|
+
typeField: {
|
|
84
|
+
required: {
|
|
85
|
+
name: "type",
|
|
86
|
+
value: {
|
|
87
|
+
"streamable-http": "streamableHttp",
|
|
88
|
+
sse: "sse",
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
accepted: [
|
|
92
|
+
{
|
|
93
|
+
name: "type",
|
|
94
|
+
value: {
|
|
95
|
+
"streamable-http": "streamableHttp",
|
|
96
|
+
sse: "sse",
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
],
|
|
100
|
+
},
|
|
101
|
+
urlKey: {
|
|
102
|
+
"streamable-http": "url",
|
|
103
|
+
sse: "url",
|
|
104
|
+
},
|
|
105
|
+
headersKey: "headers",
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
subagent: {
|
|
112
|
+
native: {
|
|
113
|
+
availability: { via: "none" },
|
|
114
|
+
vendorStatus: { state: "active" },
|
|
115
|
+
notes: null,
|
|
116
|
+
docs: [],
|
|
117
|
+
sources: [],
|
|
118
|
+
},
|
|
119
|
+
axm: {
|
|
120
|
+
status: "unsupported",
|
|
121
|
+
lastVerified: null,
|
|
122
|
+
writer: null,
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
hook: {
|
|
126
|
+
native: {
|
|
127
|
+
availability: { via: "native" },
|
|
128
|
+
vendorStatus: { state: "active" },
|
|
129
|
+
notes: "Cline stores executable hooks under ~/Documents/Cline/Hooks and .clinerules/hooks. The native script-directory shape is not compatible with AXM's grouped JSON command-hook writer.",
|
|
130
|
+
docs: [],
|
|
131
|
+
sources: ["https://docs.cline.bot/customization/hooks"],
|
|
132
|
+
scopes: ["user", "project"],
|
|
133
|
+
modeling: "native-unmodeled",
|
|
134
|
+
},
|
|
135
|
+
axm: {
|
|
136
|
+
status: "unsupported",
|
|
137
|
+
writer: null,
|
|
138
|
+
lastVerified: null,
|
|
139
|
+
reason: "AXM has not implemented a Cline hook script directory writer.",
|
|
140
|
+
},
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
instructions: {
|
|
144
|
+
native: {
|
|
145
|
+
availability: { via: "native" },
|
|
146
|
+
vendorStatus: { state: "active" },
|
|
147
|
+
notes: "Uses a vendor rule directory under the AGENTS.md-governed rule umbrella.",
|
|
148
|
+
docs: [],
|
|
149
|
+
sources: ["https://docs.cline.bot/customization/cline-rules"],
|
|
150
|
+
scopes: ["user", "project"],
|
|
151
|
+
standardsCompliance: "partial",
|
|
152
|
+
convention: "vendor",
|
|
153
|
+
kind: "rules-dir",
|
|
154
|
+
files: ["*.md", "*.txt"],
|
|
155
|
+
nestedDiscovery: false,
|
|
156
|
+
importSyntax: null,
|
|
157
|
+
directory: ".clinerules",
|
|
158
|
+
},
|
|
159
|
+
axm: {
|
|
160
|
+
status: "supported",
|
|
161
|
+
lastVerified: "2026-08-05",
|
|
162
|
+
writer: null,
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
|
+
permissions: {
|
|
166
|
+
native: {
|
|
167
|
+
availability: { via: "native" },
|
|
168
|
+
vendorStatus: { state: "active" },
|
|
169
|
+
notes: "Cline exposes auto-approve controls in the extension/CLI UI and toolPolicies in the SDK. The public docs do not define a stable AXM-writable project permission grant file.",
|
|
170
|
+
docs: [],
|
|
171
|
+
sources: [
|
|
172
|
+
"https://docs.cline.bot/cline-cli/interactive-mode",
|
|
173
|
+
"https://docs.cline.bot/sdk/guides/permission-handling",
|
|
174
|
+
],
|
|
175
|
+
scopes: ["user"],
|
|
176
|
+
mechanism: ["ui-only"],
|
|
177
|
+
configFiles: [],
|
|
178
|
+
grammar: null,
|
|
179
|
+
prerequisites: [],
|
|
180
|
+
cliFlags: [],
|
|
181
|
+
},
|
|
182
|
+
axm: {
|
|
183
|
+
status: "unsupported",
|
|
184
|
+
lastVerified: null,
|
|
185
|
+
writer: null,
|
|
186
|
+
reason: "AXM has not implemented a Cline permission grant writer.",
|
|
187
|
+
},
|
|
188
|
+
},
|
|
189
|
+
};
|
|
190
|
+
//# sourceMappingURL=cline.js.map
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
export declare const codeartsAgentAgent: {
|
|
2
|
+
readonly id: "codearts-agent";
|
|
3
|
+
readonly name: "CodeArts Agent";
|
|
4
|
+
readonly vendor: "Huawei Cloud";
|
|
5
|
+
readonly homepage: "https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0001.html";
|
|
6
|
+
readonly interfaces: readonly ["cli", "ide-extension"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".codeartsdoer";
|
|
9
|
+
readonly lifecycle: {
|
|
10
|
+
readonly state: "active";
|
|
11
|
+
};
|
|
12
|
+
readonly detection: {
|
|
13
|
+
readonly project: {
|
|
14
|
+
readonly markers: readonly [{
|
|
15
|
+
readonly kind: "dir";
|
|
16
|
+
readonly path: ".codeartsdoer";
|
|
17
|
+
readonly signal: "definitive";
|
|
18
|
+
readonly note: null;
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
readonly user: {
|
|
22
|
+
readonly markers: readonly [{
|
|
23
|
+
readonly kind: "dir";
|
|
24
|
+
readonly path: "~/.codeartsdoer";
|
|
25
|
+
readonly signal: "definitive";
|
|
26
|
+
readonly note: null;
|
|
27
|
+
}];
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
readonly docs: readonly [{
|
|
31
|
+
readonly label: "CodeArts Agent CLI documentation";
|
|
32
|
+
readonly url: "https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0001.html";
|
|
33
|
+
}];
|
|
34
|
+
readonly capabilities: {
|
|
35
|
+
readonly skill: {
|
|
36
|
+
readonly native: {
|
|
37
|
+
readonly availability: {
|
|
38
|
+
readonly via: "native";
|
|
39
|
+
};
|
|
40
|
+
readonly vendorStatus: {
|
|
41
|
+
readonly state: "active";
|
|
42
|
+
};
|
|
43
|
+
readonly notes: null;
|
|
44
|
+
readonly docs: readonly [];
|
|
45
|
+
readonly sources: readonly ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0019.html"];
|
|
46
|
+
readonly scopes: readonly ["user", "project"];
|
|
47
|
+
readonly standardsCompliance: "full";
|
|
48
|
+
readonly convention: "vendor";
|
|
49
|
+
readonly directory: ".codeartsdoer/skills";
|
|
50
|
+
};
|
|
51
|
+
readonly axm: {
|
|
52
|
+
readonly status: "supported";
|
|
53
|
+
readonly lastVerified: "2026-08-05";
|
|
54
|
+
readonly writer: null;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
readonly "mcp-server": {
|
|
58
|
+
readonly native: {
|
|
59
|
+
readonly availability: {
|
|
60
|
+
readonly via: "native";
|
|
61
|
+
};
|
|
62
|
+
readonly vendorStatus: {
|
|
63
|
+
readonly state: "active";
|
|
64
|
+
};
|
|
65
|
+
readonly notes: "CodeArts Agent stores local and remote MCP servers under the mcp key in its shared JSON or JSONC configuration.";
|
|
66
|
+
readonly docs: readonly [];
|
|
67
|
+
readonly sources: readonly ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0017.html", "https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0028.html"];
|
|
68
|
+
readonly scopes: readonly ["user", "project"];
|
|
69
|
+
readonly standardsCompliance: "partial";
|
|
70
|
+
readonly convention: "vendor";
|
|
71
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
72
|
+
readonly mcpEnvExpansion: {
|
|
73
|
+
readonly variables: "none";
|
|
74
|
+
readonly defaults: false;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
readonly axm: {
|
|
78
|
+
readonly status: "supported";
|
|
79
|
+
readonly lastVerified: "2026-08-05";
|
|
80
|
+
readonly writer: {
|
|
81
|
+
readonly config: {
|
|
82
|
+
readonly serversKey: "mcp";
|
|
83
|
+
readonly activationField: {
|
|
84
|
+
readonly required: null;
|
|
85
|
+
readonly accepted: readonly [{
|
|
86
|
+
readonly name: "enabled";
|
|
87
|
+
readonly enabled: true;
|
|
88
|
+
readonly disabled: false;
|
|
89
|
+
}, null];
|
|
90
|
+
};
|
|
91
|
+
readonly targets: readonly [{
|
|
92
|
+
readonly scope: "project";
|
|
93
|
+
readonly path: ".codeartsdoer/codearts_cli.jsonc";
|
|
94
|
+
readonly format: "jsonc";
|
|
95
|
+
readonly attribution: "agent";
|
|
96
|
+
}, {
|
|
97
|
+
readonly scope: "user";
|
|
98
|
+
readonly path: "~/.codeartsdoer/codearts_cli.jsonc";
|
|
99
|
+
readonly format: "jsonc";
|
|
100
|
+
readonly attribution: "agent";
|
|
101
|
+
}];
|
|
102
|
+
readonly stdio: {
|
|
103
|
+
readonly typeField: {
|
|
104
|
+
readonly required: {
|
|
105
|
+
readonly name: "type";
|
|
106
|
+
readonly value: "local";
|
|
107
|
+
};
|
|
108
|
+
readonly accepted: readonly [{
|
|
109
|
+
readonly name: "type";
|
|
110
|
+
readonly value: "local";
|
|
111
|
+
}];
|
|
112
|
+
};
|
|
113
|
+
readonly command: "array";
|
|
114
|
+
readonly envKey: "environment";
|
|
115
|
+
};
|
|
116
|
+
readonly remote: {
|
|
117
|
+
readonly typeField: {
|
|
118
|
+
readonly required: {
|
|
119
|
+
readonly name: "type";
|
|
120
|
+
readonly value: {
|
|
121
|
+
readonly "streamable-http": "remote";
|
|
122
|
+
readonly sse: "remote";
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
readonly accepted: readonly [{
|
|
126
|
+
readonly name: "type";
|
|
127
|
+
readonly value: {
|
|
128
|
+
readonly "streamable-http": "remote";
|
|
129
|
+
readonly sse: "remote";
|
|
130
|
+
};
|
|
131
|
+
}];
|
|
132
|
+
};
|
|
133
|
+
readonly urlKey: {
|
|
134
|
+
readonly "streamable-http": "url";
|
|
135
|
+
readonly sse: "url";
|
|
136
|
+
};
|
|
137
|
+
readonly headersKey: "headers";
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
readonly subagent: {
|
|
144
|
+
readonly native: {
|
|
145
|
+
readonly availability: {
|
|
146
|
+
readonly via: "native";
|
|
147
|
+
};
|
|
148
|
+
readonly vendorStatus: {
|
|
149
|
+
readonly state: "active";
|
|
150
|
+
};
|
|
151
|
+
readonly notes: "CodeArts Agent discovers Markdown agent definitions with YAML frontmatter and supports primary and subagent modes.";
|
|
152
|
+
readonly docs: readonly [];
|
|
153
|
+
readonly sources: readonly ["https://support.huaweicloud.com/usermanual-codeartssnap/codeartsagent_ug_0051.html"];
|
|
154
|
+
readonly scopes: readonly ["user", "project"];
|
|
155
|
+
readonly directory: ".codeartsdoer/agents";
|
|
156
|
+
readonly layout: "directory";
|
|
157
|
+
};
|
|
158
|
+
readonly axm: {
|
|
159
|
+
readonly status: "supported";
|
|
160
|
+
readonly lastVerified: "2026-08-05";
|
|
161
|
+
readonly writer: null;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
readonly hook: {
|
|
165
|
+
readonly native: {
|
|
166
|
+
readonly availability: {
|
|
167
|
+
readonly via: "native";
|
|
168
|
+
};
|
|
169
|
+
readonly vendorStatus: {
|
|
170
|
+
readonly state: "active";
|
|
171
|
+
};
|
|
172
|
+
readonly notes: "CodeArts Agent hooks are JavaScript or TypeScript plugin callbacks rather than declarative command hooks that AXM can serialize.";
|
|
173
|
+
readonly docs: readonly [];
|
|
174
|
+
readonly sources: readonly ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0018.html"];
|
|
175
|
+
readonly scopes: readonly ["user", "project"];
|
|
176
|
+
readonly modeling: "native-unmodeled";
|
|
177
|
+
};
|
|
178
|
+
readonly axm: {
|
|
179
|
+
readonly status: "unsupported";
|
|
180
|
+
readonly writer: null;
|
|
181
|
+
readonly lastVerified: null;
|
|
182
|
+
readonly reason: "AXM does not serialize CodeArts Agent JavaScript or TypeScript plugins.";
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
readonly instructions: {
|
|
187
|
+
readonly native: {
|
|
188
|
+
readonly availability: {
|
|
189
|
+
readonly via: "native";
|
|
190
|
+
};
|
|
191
|
+
readonly vendorStatus: {
|
|
192
|
+
readonly state: "active";
|
|
193
|
+
};
|
|
194
|
+
readonly notes: "CodeArts Agent uses AGENTS.md for project instructions and can generate it with /init.";
|
|
195
|
+
readonly docs: readonly [];
|
|
196
|
+
readonly sources: readonly ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0014.html"];
|
|
197
|
+
readonly scopes: readonly ["project"];
|
|
198
|
+
readonly standardsCompliance: "full";
|
|
199
|
+
readonly convention: "universal";
|
|
200
|
+
readonly kind: "agents-md";
|
|
201
|
+
readonly files: readonly ["AGENTS.md"];
|
|
202
|
+
readonly nestedDiscovery: false;
|
|
203
|
+
readonly importSyntax: null;
|
|
204
|
+
};
|
|
205
|
+
readonly axm: {
|
|
206
|
+
readonly status: "supported";
|
|
207
|
+
readonly lastVerified: "2026-08-05";
|
|
208
|
+
readonly writer: null;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
readonly permissions: {
|
|
212
|
+
readonly native: {
|
|
213
|
+
readonly availability: {
|
|
214
|
+
readonly via: "native";
|
|
215
|
+
};
|
|
216
|
+
readonly vendorStatus: {
|
|
217
|
+
readonly state: "active";
|
|
218
|
+
};
|
|
219
|
+
readonly notes: "CodeArts Agent stores ordered allow, ask, and deny-style rules in a user-level JSON permission file.";
|
|
220
|
+
readonly docs: readonly [];
|
|
221
|
+
readonly sources: readonly ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0006.html"];
|
|
222
|
+
readonly scopes: readonly ["user"];
|
|
223
|
+
readonly mechanism: readonly ["config-file"];
|
|
224
|
+
readonly configFiles: readonly [{
|
|
225
|
+
readonly scope: "user";
|
|
226
|
+
readonly path: "~/.codeartsdoer/cli-data/storage/permission/global.json";
|
|
227
|
+
readonly format: "json";
|
|
228
|
+
readonly gitignored: false;
|
|
229
|
+
}];
|
|
230
|
+
readonly grammar: {
|
|
231
|
+
readonly style: "glob";
|
|
232
|
+
readonly example: "{\"permission\":\"bash\",\"pattern\":\"axm *\",\"action\":\"allow\"}";
|
|
233
|
+
readonly notes: "Each array entry selects a permission name and wildcard pattern, then applies an allow, ask, or deny action.";
|
|
234
|
+
};
|
|
235
|
+
readonly prerequisites: readonly [];
|
|
236
|
+
readonly cliFlags: readonly [];
|
|
237
|
+
};
|
|
238
|
+
readonly axm: {
|
|
239
|
+
readonly status: "unsupported";
|
|
240
|
+
readonly lastVerified: null;
|
|
241
|
+
readonly writer: null;
|
|
242
|
+
readonly reason: "AXM has not implemented a CodeArts Agent permission-list writer.";
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
//# sourceMappingURL=codearts-agent.d.ts.map
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
export const codeartsAgentAgent = {
|
|
2
|
+
id: "codearts-agent",
|
|
3
|
+
name: "CodeArts Agent",
|
|
4
|
+
vendor: "Huawei Cloud",
|
|
5
|
+
homepage: "https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0001.html",
|
|
6
|
+
interfaces: ["cli", "ide-extension"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".codeartsdoer",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: {
|
|
12
|
+
markers: [{ kind: "dir", path: ".codeartsdoer", signal: "definitive", note: null }],
|
|
13
|
+
},
|
|
14
|
+
user: { markers: [{ kind: "dir", path: "~/.codeartsdoer", signal: "definitive", note: null }] },
|
|
15
|
+
},
|
|
16
|
+
docs: [
|
|
17
|
+
{
|
|
18
|
+
label: "CodeArts Agent CLI documentation",
|
|
19
|
+
url: "https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0001.html",
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
capabilities: {
|
|
23
|
+
skill: {
|
|
24
|
+
native: {
|
|
25
|
+
availability: { via: "native" },
|
|
26
|
+
vendorStatus: { state: "active" },
|
|
27
|
+
notes: null,
|
|
28
|
+
docs: [],
|
|
29
|
+
sources: ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0019.html"],
|
|
30
|
+
scopes: ["user", "project"],
|
|
31
|
+
standardsCompliance: "full",
|
|
32
|
+
convention: "vendor",
|
|
33
|
+
directory: ".codeartsdoer/skills",
|
|
34
|
+
},
|
|
35
|
+
axm: {
|
|
36
|
+
status: "supported",
|
|
37
|
+
lastVerified: "2026-08-05",
|
|
38
|
+
writer: null,
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
"mcp-server": {
|
|
42
|
+
native: {
|
|
43
|
+
availability: { via: "native" },
|
|
44
|
+
vendorStatus: { state: "active" },
|
|
45
|
+
notes: "CodeArts Agent stores local and remote MCP servers under the mcp key in its shared JSON or JSONC configuration.",
|
|
46
|
+
docs: [],
|
|
47
|
+
sources: [
|
|
48
|
+
"https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0017.html",
|
|
49
|
+
"https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0028.html",
|
|
50
|
+
],
|
|
51
|
+
scopes: ["user", "project"],
|
|
52
|
+
standardsCompliance: "partial",
|
|
53
|
+
convention: "vendor",
|
|
54
|
+
transports: ["stdio", "http", "sse"],
|
|
55
|
+
mcpEnvExpansion: {
|
|
56
|
+
variables: "none",
|
|
57
|
+
defaults: false,
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
|
+
axm: {
|
|
61
|
+
status: "supported",
|
|
62
|
+
lastVerified: "2026-08-05",
|
|
63
|
+
writer: {
|
|
64
|
+
config: {
|
|
65
|
+
serversKey: "mcp",
|
|
66
|
+
activationField: {
|
|
67
|
+
required: null,
|
|
68
|
+
accepted: [{ name: "enabled", enabled: true, disabled: false }, null],
|
|
69
|
+
},
|
|
70
|
+
targets: [
|
|
71
|
+
{
|
|
72
|
+
scope: "project",
|
|
73
|
+
path: ".codeartsdoer/codearts_cli.jsonc",
|
|
74
|
+
format: "jsonc",
|
|
75
|
+
attribution: "agent",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
scope: "user",
|
|
79
|
+
path: "~/.codeartsdoer/codearts_cli.jsonc",
|
|
80
|
+
format: "jsonc",
|
|
81
|
+
attribution: "agent",
|
|
82
|
+
},
|
|
83
|
+
],
|
|
84
|
+
stdio: {
|
|
85
|
+
typeField: {
|
|
86
|
+
required: { name: "type", value: "local" },
|
|
87
|
+
accepted: [{ name: "type", value: "local" }],
|
|
88
|
+
},
|
|
89
|
+
command: "array",
|
|
90
|
+
envKey: "environment",
|
|
91
|
+
},
|
|
92
|
+
remote: {
|
|
93
|
+
typeField: {
|
|
94
|
+
required: {
|
|
95
|
+
name: "type",
|
|
96
|
+
value: { "streamable-http": "remote", sse: "remote" },
|
|
97
|
+
},
|
|
98
|
+
accepted: [
|
|
99
|
+
{
|
|
100
|
+
name: "type",
|
|
101
|
+
value: { "streamable-http": "remote", sse: "remote" },
|
|
102
|
+
},
|
|
103
|
+
],
|
|
104
|
+
},
|
|
105
|
+
urlKey: {
|
|
106
|
+
"streamable-http": "url",
|
|
107
|
+
sse: "url",
|
|
108
|
+
},
|
|
109
|
+
headersKey: "headers",
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
subagent: {
|
|
116
|
+
native: {
|
|
117
|
+
availability: { via: "native" },
|
|
118
|
+
vendorStatus: { state: "active" },
|
|
119
|
+
notes: "CodeArts Agent discovers Markdown agent definitions with YAML frontmatter and supports primary and subagent modes.",
|
|
120
|
+
docs: [],
|
|
121
|
+
sources: [
|
|
122
|
+
"https://support.huaweicloud.com/usermanual-codeartssnap/codeartsagent_ug_0051.html",
|
|
123
|
+
],
|
|
124
|
+
scopes: ["user", "project"],
|
|
125
|
+
directory: ".codeartsdoer/agents",
|
|
126
|
+
layout: "directory",
|
|
127
|
+
},
|
|
128
|
+
axm: {
|
|
129
|
+
status: "supported",
|
|
130
|
+
lastVerified: "2026-08-05",
|
|
131
|
+
writer: null,
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
hook: {
|
|
135
|
+
native: {
|
|
136
|
+
availability: { via: "native" },
|
|
137
|
+
vendorStatus: { state: "active" },
|
|
138
|
+
notes: "CodeArts Agent hooks are JavaScript or TypeScript plugin callbacks rather than declarative command hooks that AXM can serialize.",
|
|
139
|
+
docs: [],
|
|
140
|
+
sources: ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0018.html"],
|
|
141
|
+
scopes: ["user", "project"],
|
|
142
|
+
modeling: "native-unmodeled",
|
|
143
|
+
},
|
|
144
|
+
axm: {
|
|
145
|
+
status: "unsupported",
|
|
146
|
+
writer: null,
|
|
147
|
+
lastVerified: null,
|
|
148
|
+
reason: "AXM does not serialize CodeArts Agent JavaScript or TypeScript plugins.",
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
},
|
|
152
|
+
instructions: {
|
|
153
|
+
native: {
|
|
154
|
+
availability: { via: "native" },
|
|
155
|
+
vendorStatus: { state: "active" },
|
|
156
|
+
notes: "CodeArts Agent uses AGENTS.md for project instructions and can generate it with /init.",
|
|
157
|
+
docs: [],
|
|
158
|
+
sources: ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0014.html"],
|
|
159
|
+
scopes: ["project"],
|
|
160
|
+
standardsCompliance: "full",
|
|
161
|
+
convention: "universal",
|
|
162
|
+
kind: "agents-md",
|
|
163
|
+
files: ["AGENTS.md"],
|
|
164
|
+
nestedDiscovery: false,
|
|
165
|
+
importSyntax: null,
|
|
166
|
+
},
|
|
167
|
+
axm: {
|
|
168
|
+
status: "supported",
|
|
169
|
+
lastVerified: "2026-08-05",
|
|
170
|
+
writer: null,
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
permissions: {
|
|
174
|
+
native: {
|
|
175
|
+
availability: { via: "native" },
|
|
176
|
+
vendorStatus: { state: "active" },
|
|
177
|
+
notes: "CodeArts Agent stores ordered allow, ask, and deny-style rules in a user-level JSON permission file.",
|
|
178
|
+
docs: [],
|
|
179
|
+
sources: ["https://support.huaweicloud.com/usermanual-cli/codeartsagent_cli_0006.html"],
|
|
180
|
+
scopes: ["user"],
|
|
181
|
+
mechanism: ["config-file"],
|
|
182
|
+
configFiles: [
|
|
183
|
+
{
|
|
184
|
+
scope: "user",
|
|
185
|
+
path: "~/.codeartsdoer/cli-data/storage/permission/global.json",
|
|
186
|
+
format: "json",
|
|
187
|
+
gitignored: false,
|
|
188
|
+
},
|
|
189
|
+
],
|
|
190
|
+
grammar: {
|
|
191
|
+
style: "glob",
|
|
192
|
+
example: '{"permission":"bash","pattern":"axm *","action":"allow"}',
|
|
193
|
+
notes: "Each array entry selects a permission name and wildcard pattern, then applies an allow, ask, or deny action.",
|
|
194
|
+
},
|
|
195
|
+
prerequisites: [],
|
|
196
|
+
cliFlags: [],
|
|
197
|
+
},
|
|
198
|
+
axm: {
|
|
199
|
+
status: "unsupported",
|
|
200
|
+
lastVerified: null,
|
|
201
|
+
writer: null,
|
|
202
|
+
reason: "AXM has not implemented a CodeArts Agent permission-list writer.",
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
};
|
|
206
|
+
//# sourceMappingURL=codearts-agent.js.map
|