@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,350 @@
|
|
|
1
|
+
export declare const kimiCliAgent: {
|
|
2
|
+
readonly id: "kimi-cli";
|
|
3
|
+
readonly name: "Kimi Code CLI";
|
|
4
|
+
readonly vendor: "Moonshot AI";
|
|
5
|
+
readonly homepage: "https://www.kimi.com/code/docs/en/kimi-code-cli/";
|
|
6
|
+
readonly interfaces: readonly ["cli"];
|
|
7
|
+
readonly family: "moonshot";
|
|
8
|
+
readonly rootDir: ".kimi-code";
|
|
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
|
+
readonly kind: "dir";
|
|
19
|
+
readonly path: "~/.kimi-code";
|
|
20
|
+
readonly signal: "definitive";
|
|
21
|
+
readonly note: null;
|
|
22
|
+
}];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
readonly docs: readonly [{
|
|
26
|
+
readonly label: "Kimi Code CLI documentation";
|
|
27
|
+
readonly url: "https://www.kimi.com/code/docs/en/kimi-code-cli/";
|
|
28
|
+
}];
|
|
29
|
+
readonly capabilities: {
|
|
30
|
+
readonly skill: {
|
|
31
|
+
readonly native: {
|
|
32
|
+
readonly availability: {
|
|
33
|
+
readonly via: "native";
|
|
34
|
+
};
|
|
35
|
+
readonly vendorStatus: {
|
|
36
|
+
readonly state: "active";
|
|
37
|
+
};
|
|
38
|
+
readonly notes: "Kimi Code discovers skills from Kimi-specific and cross-tool directories; AXM writes the universal .agents/skills location.";
|
|
39
|
+
readonly docs: readonly [];
|
|
40
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/skills.html"];
|
|
41
|
+
readonly scopes: readonly ["user", "project"];
|
|
42
|
+
readonly standardsCompliance: "full";
|
|
43
|
+
readonly convention: "universal";
|
|
44
|
+
readonly directory: ".agents/skills";
|
|
45
|
+
};
|
|
46
|
+
readonly axm: {
|
|
47
|
+
readonly status: "supported";
|
|
48
|
+
readonly lastVerified: "2026-08-05";
|
|
49
|
+
readonly writer: null;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
readonly "mcp-server": {
|
|
53
|
+
readonly native: {
|
|
54
|
+
readonly availability: {
|
|
55
|
+
readonly via: "native";
|
|
56
|
+
};
|
|
57
|
+
readonly vendorStatus: {
|
|
58
|
+
readonly state: "active";
|
|
59
|
+
};
|
|
60
|
+
readonly notes: null;
|
|
61
|
+
readonly docs: readonly [];
|
|
62
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/mcp.html"];
|
|
63
|
+
readonly scopes: readonly ["user", "project"];
|
|
64
|
+
readonly standardsCompliance: "full";
|
|
65
|
+
readonly convention: "universal";
|
|
66
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
67
|
+
readonly mcpEnvExpansion: {
|
|
68
|
+
readonly variables: "none";
|
|
69
|
+
readonly defaults: false;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
readonly axm: {
|
|
73
|
+
readonly status: "supported";
|
|
74
|
+
readonly lastVerified: "2026-08-05";
|
|
75
|
+
readonly writer: {
|
|
76
|
+
readonly config: {
|
|
77
|
+
readonly serversKey: "mcpServers";
|
|
78
|
+
readonly activationField: {
|
|
79
|
+
readonly required: null;
|
|
80
|
+
readonly accepted: readonly [{
|
|
81
|
+
readonly name: "enabled";
|
|
82
|
+
readonly enabled: true;
|
|
83
|
+
readonly disabled: false;
|
|
84
|
+
}, null];
|
|
85
|
+
};
|
|
86
|
+
readonly targets: readonly [{
|
|
87
|
+
readonly scope: "project";
|
|
88
|
+
readonly path: ".kimi-code/mcp.json";
|
|
89
|
+
readonly format: "json";
|
|
90
|
+
readonly attribution: "agent";
|
|
91
|
+
}, {
|
|
92
|
+
readonly scope: "user";
|
|
93
|
+
readonly path: "~/.kimi-code/mcp.json";
|
|
94
|
+
readonly format: "json";
|
|
95
|
+
readonly attribution: "agent";
|
|
96
|
+
}];
|
|
97
|
+
readonly stdio: {
|
|
98
|
+
readonly typeField: {
|
|
99
|
+
readonly required: null;
|
|
100
|
+
readonly accepted: readonly [null];
|
|
101
|
+
};
|
|
102
|
+
readonly command: "split";
|
|
103
|
+
readonly envKey: "env";
|
|
104
|
+
};
|
|
105
|
+
readonly remote: {
|
|
106
|
+
readonly typeField: {
|
|
107
|
+
readonly required: {
|
|
108
|
+
readonly name: "transport";
|
|
109
|
+
readonly value: {
|
|
110
|
+
readonly "streamable-http": "http";
|
|
111
|
+
readonly sse: "sse";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
readonly accepted: readonly [null, {
|
|
115
|
+
readonly name: "transport";
|
|
116
|
+
readonly value: {
|
|
117
|
+
readonly "streamable-http": "http";
|
|
118
|
+
readonly sse: "sse";
|
|
119
|
+
};
|
|
120
|
+
}];
|
|
121
|
+
};
|
|
122
|
+
readonly urlKey: {
|
|
123
|
+
readonly "streamable-http": "url";
|
|
124
|
+
readonly sse: "url";
|
|
125
|
+
};
|
|
126
|
+
readonly headersKey: "headers";
|
|
127
|
+
readonly bearerTokenEnvKey: "bearerTokenEnvVar";
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
readonly subagent: {
|
|
134
|
+
readonly native: {
|
|
135
|
+
readonly availability: {
|
|
136
|
+
readonly via: "native";
|
|
137
|
+
};
|
|
138
|
+
readonly vendorStatus: {
|
|
139
|
+
readonly state: "active";
|
|
140
|
+
};
|
|
141
|
+
readonly notes: "Kimi Code recursively discovers Markdown custom agents with YAML frontmatter and can delegate to them as subagents.";
|
|
142
|
+
readonly docs: readonly [];
|
|
143
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/agents.html"];
|
|
144
|
+
readonly scopes: readonly ["user", "project"];
|
|
145
|
+
readonly directory: ".kimi-code/agents";
|
|
146
|
+
readonly layout: "directory";
|
|
147
|
+
};
|
|
148
|
+
readonly axm: {
|
|
149
|
+
readonly status: "supported";
|
|
150
|
+
readonly lastVerified: "2026-08-05";
|
|
151
|
+
readonly writer: null;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
readonly hook: {
|
|
155
|
+
readonly native: {
|
|
156
|
+
readonly availability: {
|
|
157
|
+
readonly via: "native";
|
|
158
|
+
};
|
|
159
|
+
readonly vendorStatus: {
|
|
160
|
+
readonly state: "active";
|
|
161
|
+
};
|
|
162
|
+
readonly notes: "Kimi Code hooks are TOML array entries, execute commands with JSON on standard input, and can block selected events.";
|
|
163
|
+
readonly docs: readonly [];
|
|
164
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"];
|
|
165
|
+
readonly scopes: readonly ["user"];
|
|
166
|
+
readonly mechanism: readonly ["command-stdin"];
|
|
167
|
+
readonly configFiles: readonly [{
|
|
168
|
+
readonly scope: "user";
|
|
169
|
+
readonly path: "~/.kimi-code/config.toml";
|
|
170
|
+
readonly format: "toml";
|
|
171
|
+
readonly gitignored: false;
|
|
172
|
+
}];
|
|
173
|
+
readonly events: readonly [{
|
|
174
|
+
readonly nativeName: "PreToolUse";
|
|
175
|
+
readonly canonical: "tool.pre";
|
|
176
|
+
readonly matcher: {
|
|
177
|
+
readonly kind: "regex";
|
|
178
|
+
readonly example: "Bash|Read|Write";
|
|
179
|
+
readonly notes: null;
|
|
180
|
+
};
|
|
181
|
+
readonly decision: readonly [{
|
|
182
|
+
readonly kind: "observe";
|
|
183
|
+
}, {
|
|
184
|
+
readonly kind: "block";
|
|
185
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
186
|
+
}];
|
|
187
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"];
|
|
188
|
+
readonly lastVerified: "2026-08-05";
|
|
189
|
+
}, {
|
|
190
|
+
readonly nativeName: "PostToolUse";
|
|
191
|
+
readonly canonical: "tool.post";
|
|
192
|
+
readonly matcher: {
|
|
193
|
+
readonly kind: "regex";
|
|
194
|
+
readonly example: "Bash|Read|Write";
|
|
195
|
+
readonly notes: null;
|
|
196
|
+
};
|
|
197
|
+
readonly decision: readonly [{
|
|
198
|
+
readonly kind: "observe";
|
|
199
|
+
}];
|
|
200
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"];
|
|
201
|
+
readonly lastVerified: "2026-08-05";
|
|
202
|
+
}, {
|
|
203
|
+
readonly nativeName: "UserPromptSubmit";
|
|
204
|
+
readonly canonical: "prompt.submit";
|
|
205
|
+
readonly matcher: {
|
|
206
|
+
readonly kind: "regex";
|
|
207
|
+
readonly example: "deploy|release";
|
|
208
|
+
readonly notes: null;
|
|
209
|
+
};
|
|
210
|
+
readonly decision: readonly [{
|
|
211
|
+
readonly kind: "observe";
|
|
212
|
+
}, {
|
|
213
|
+
readonly kind: "block";
|
|
214
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
215
|
+
}];
|
|
216
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"];
|
|
217
|
+
readonly lastVerified: "2026-08-05";
|
|
218
|
+
}, {
|
|
219
|
+
readonly nativeName: "Stop";
|
|
220
|
+
readonly canonical: "turn.end";
|
|
221
|
+
readonly matcher: {
|
|
222
|
+
readonly kind: "none-imperative";
|
|
223
|
+
readonly example: null;
|
|
224
|
+
readonly notes: null;
|
|
225
|
+
};
|
|
226
|
+
readonly decision: readonly [{
|
|
227
|
+
readonly kind: "observe";
|
|
228
|
+
}, {
|
|
229
|
+
readonly kind: "block";
|
|
230
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
231
|
+
}];
|
|
232
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"];
|
|
233
|
+
readonly lastVerified: "2026-08-05";
|
|
234
|
+
}, {
|
|
235
|
+
readonly nativeName: "SessionStart";
|
|
236
|
+
readonly canonical: "session.start";
|
|
237
|
+
readonly matcher: {
|
|
238
|
+
readonly kind: "none-imperative";
|
|
239
|
+
readonly example: null;
|
|
240
|
+
readonly notes: null;
|
|
241
|
+
};
|
|
242
|
+
readonly decision: readonly [{
|
|
243
|
+
readonly kind: "observe";
|
|
244
|
+
}];
|
|
245
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"];
|
|
246
|
+
readonly lastVerified: "2026-08-05";
|
|
247
|
+
}, {
|
|
248
|
+
readonly nativeName: "SubagentStop";
|
|
249
|
+
readonly canonical: "subagent.stop";
|
|
250
|
+
readonly matcher: {
|
|
251
|
+
readonly kind: "none-imperative";
|
|
252
|
+
readonly example: null;
|
|
253
|
+
readonly notes: null;
|
|
254
|
+
};
|
|
255
|
+
readonly decision: readonly [{
|
|
256
|
+
readonly kind: "observe";
|
|
257
|
+
}];
|
|
258
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"];
|
|
259
|
+
readonly lastVerified: "2026-08-05";
|
|
260
|
+
}, {
|
|
261
|
+
readonly nativeName: "PreCompact";
|
|
262
|
+
readonly canonical: "compaction.pre";
|
|
263
|
+
readonly matcher: {
|
|
264
|
+
readonly kind: "none-imperative";
|
|
265
|
+
readonly example: null;
|
|
266
|
+
readonly notes: null;
|
|
267
|
+
};
|
|
268
|
+
readonly decision: readonly [{
|
|
269
|
+
readonly kind: "observe";
|
|
270
|
+
}];
|
|
271
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"];
|
|
272
|
+
readonly lastVerified: "2026-08-05";
|
|
273
|
+
}];
|
|
274
|
+
readonly tools: readonly [];
|
|
275
|
+
};
|
|
276
|
+
readonly axm: {
|
|
277
|
+
readonly status: "unsupported";
|
|
278
|
+
readonly writer: null;
|
|
279
|
+
readonly lastVerified: null;
|
|
280
|
+
readonly reason: "AXM's grouped hook serializer cannot emit Kimi Code's flat TOML hook arrays.";
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
readonly instructions: {
|
|
285
|
+
readonly native: {
|
|
286
|
+
readonly availability: {
|
|
287
|
+
readonly via: "native";
|
|
288
|
+
};
|
|
289
|
+
readonly vendorStatus: {
|
|
290
|
+
readonly state: "active";
|
|
291
|
+
};
|
|
292
|
+
readonly notes: "Kimi Code loads AGENTS.md from project and Kimi-specific or cross-tool user locations.";
|
|
293
|
+
readonly docs: readonly [];
|
|
294
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/agents.html"];
|
|
295
|
+
readonly scopes: readonly ["user", "project"];
|
|
296
|
+
readonly standardsCompliance: "full";
|
|
297
|
+
readonly convention: "universal";
|
|
298
|
+
readonly kind: "agents-md";
|
|
299
|
+
readonly files: readonly ["AGENTS.md"];
|
|
300
|
+
readonly nestedDiscovery: false;
|
|
301
|
+
readonly importSyntax: null;
|
|
302
|
+
};
|
|
303
|
+
readonly axm: {
|
|
304
|
+
readonly status: "supported";
|
|
305
|
+
readonly lastVerified: "2026-08-05";
|
|
306
|
+
readonly writer: null;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
readonly permissions: {
|
|
310
|
+
readonly native: {
|
|
311
|
+
readonly availability: {
|
|
312
|
+
readonly via: "native";
|
|
313
|
+
};
|
|
314
|
+
readonly vendorStatus: {
|
|
315
|
+
readonly state: "active";
|
|
316
|
+
};
|
|
317
|
+
readonly notes: "Kimi Code loads ordered allow, deny, and ask rules from its user configuration; invocation flags can still apply coarse session modes.";
|
|
318
|
+
readonly docs: readonly [];
|
|
319
|
+
readonly sources: readonly ["https://www.kimi.com/code/docs/en/kimi-code-cli/configuration/config-files"];
|
|
320
|
+
readonly scopes: readonly ["user"];
|
|
321
|
+
readonly mechanism: readonly ["config-file", "cli-flag"];
|
|
322
|
+
readonly configFiles: readonly [{
|
|
323
|
+
readonly scope: "user";
|
|
324
|
+
readonly path: "~/.kimi-code/config.toml";
|
|
325
|
+
readonly format: "toml";
|
|
326
|
+
readonly gitignored: false;
|
|
327
|
+
}];
|
|
328
|
+
readonly grammar: {
|
|
329
|
+
readonly style: "tool-call";
|
|
330
|
+
readonly example: "decision = \"allow\"; pattern = \"Bash(axm *)\"";
|
|
331
|
+
readonly notes: "Rules are ordered [[permission.rules]] tables whose first matching ToolName or ToolName(argument-pattern) rule wins.";
|
|
332
|
+
};
|
|
333
|
+
readonly prerequisites: readonly [];
|
|
334
|
+
readonly cliFlags: readonly [{
|
|
335
|
+
readonly flag: "--yolo";
|
|
336
|
+
readonly note: "Auto-approves all tool calls; aliased as --yes and --auto-approve.";
|
|
337
|
+
}, {
|
|
338
|
+
readonly flag: "--afk";
|
|
339
|
+
readonly note: "Auto-approves tool calls and auto-dismisses AskUserQuestion.";
|
|
340
|
+
}];
|
|
341
|
+
};
|
|
342
|
+
readonly axm: {
|
|
343
|
+
readonly status: "unsupported";
|
|
344
|
+
readonly lastVerified: null;
|
|
345
|
+
readonly writer: null;
|
|
346
|
+
readonly reason: "AXM does not serialize ordered TOML array-of-table permission rules.";
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
//# sourceMappingURL=kimi-cli.d.ts.map
|
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
export const kimiCliAgent = {
|
|
2
|
+
id: "kimi-cli",
|
|
3
|
+
name: "Kimi Code CLI",
|
|
4
|
+
vendor: "Moonshot AI",
|
|
5
|
+
homepage: "https://www.kimi.com/code/docs/en/kimi-code-cli/",
|
|
6
|
+
interfaces: ["cli"],
|
|
7
|
+
family: "moonshot",
|
|
8
|
+
rootDir: ".kimi-code",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [{ kind: "dir", path: "~/.kimi-code", signal: "definitive", note: null }] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Kimi Code CLI documentation",
|
|
17
|
+
url: "https://www.kimi.com/code/docs/en/kimi-code-cli/",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: "Kimi Code discovers skills from Kimi-specific and cross-tool directories; AXM writes the universal .agents/skills location.",
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/skills.html"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
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: null,
|
|
44
|
+
docs: [],
|
|
45
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/mcp.html"],
|
|
46
|
+
scopes: ["user", "project"],
|
|
47
|
+
standardsCompliance: "full",
|
|
48
|
+
convention: "universal",
|
|
49
|
+
transports: ["stdio", "http", "sse"],
|
|
50
|
+
mcpEnvExpansion: {
|
|
51
|
+
variables: "none",
|
|
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: [{ name: "enabled", enabled: true, disabled: false }, null],
|
|
64
|
+
},
|
|
65
|
+
targets: [
|
|
66
|
+
{
|
|
67
|
+
scope: "project",
|
|
68
|
+
path: ".kimi-code/mcp.json",
|
|
69
|
+
format: "json",
|
|
70
|
+
attribution: "agent",
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
scope: "user",
|
|
74
|
+
path: "~/.kimi-code/mcp.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: {
|
|
86
|
+
required: {
|
|
87
|
+
name: "transport",
|
|
88
|
+
value: { "streamable-http": "http", sse: "sse" },
|
|
89
|
+
},
|
|
90
|
+
accepted: [
|
|
91
|
+
null,
|
|
92
|
+
{
|
|
93
|
+
name: "transport",
|
|
94
|
+
value: { "streamable-http": "http", sse: "sse" },
|
|
95
|
+
},
|
|
96
|
+
],
|
|
97
|
+
},
|
|
98
|
+
urlKey: {
|
|
99
|
+
"streamable-http": "url",
|
|
100
|
+
sse: "url",
|
|
101
|
+
},
|
|
102
|
+
headersKey: "headers",
|
|
103
|
+
bearerTokenEnvKey: "bearerTokenEnvVar",
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
subagent: {
|
|
110
|
+
native: {
|
|
111
|
+
availability: { via: "native" },
|
|
112
|
+
vendorStatus: { state: "active" },
|
|
113
|
+
notes: "Kimi Code recursively discovers Markdown custom agents with YAML frontmatter and can delegate to them as subagents.",
|
|
114
|
+
docs: [],
|
|
115
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/agents.html"],
|
|
116
|
+
scopes: ["user", "project"],
|
|
117
|
+
directory: ".kimi-code/agents",
|
|
118
|
+
layout: "directory",
|
|
119
|
+
},
|
|
120
|
+
axm: {
|
|
121
|
+
status: "supported",
|
|
122
|
+
lastVerified: "2026-08-05",
|
|
123
|
+
writer: null,
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
hook: {
|
|
127
|
+
native: {
|
|
128
|
+
availability: { via: "native" },
|
|
129
|
+
vendorStatus: { state: "active" },
|
|
130
|
+
notes: "Kimi Code hooks are TOML array entries, execute commands with JSON on standard input, and can block selected events.",
|
|
131
|
+
docs: [],
|
|
132
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"],
|
|
133
|
+
scopes: ["user"],
|
|
134
|
+
mechanism: ["command-stdin"],
|
|
135
|
+
configFiles: [
|
|
136
|
+
{
|
|
137
|
+
scope: "user",
|
|
138
|
+
path: "~/.kimi-code/config.toml",
|
|
139
|
+
format: "toml",
|
|
140
|
+
gitignored: false,
|
|
141
|
+
},
|
|
142
|
+
],
|
|
143
|
+
events: [
|
|
144
|
+
{
|
|
145
|
+
nativeName: "PreToolUse",
|
|
146
|
+
canonical: "tool.pre",
|
|
147
|
+
matcher: { kind: "regex", example: "Bash|Read|Write", notes: null },
|
|
148
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
149
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"],
|
|
150
|
+
lastVerified: "2026-08-05",
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
nativeName: "PostToolUse",
|
|
154
|
+
canonical: "tool.post",
|
|
155
|
+
matcher: { kind: "regex", example: "Bash|Read|Write", notes: null },
|
|
156
|
+
decision: [{ kind: "observe" }],
|
|
157
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"],
|
|
158
|
+
lastVerified: "2026-08-05",
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
nativeName: "UserPromptSubmit",
|
|
162
|
+
canonical: "prompt.submit",
|
|
163
|
+
matcher: { kind: "regex", example: "deploy|release", notes: null },
|
|
164
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
165
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"],
|
|
166
|
+
lastVerified: "2026-08-05",
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
nativeName: "Stop",
|
|
170
|
+
canonical: "turn.end",
|
|
171
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
172
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
173
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"],
|
|
174
|
+
lastVerified: "2026-08-05",
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
nativeName: "SessionStart",
|
|
178
|
+
canonical: "session.start",
|
|
179
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
180
|
+
decision: [{ kind: "observe" }],
|
|
181
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"],
|
|
182
|
+
lastVerified: "2026-08-05",
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
nativeName: "SubagentStop",
|
|
186
|
+
canonical: "subagent.stop",
|
|
187
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
188
|
+
decision: [{ kind: "observe" }],
|
|
189
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"],
|
|
190
|
+
lastVerified: "2026-08-05",
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
nativeName: "PreCompact",
|
|
194
|
+
canonical: "compaction.pre",
|
|
195
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
196
|
+
decision: [{ kind: "observe" }],
|
|
197
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/hooks.html"],
|
|
198
|
+
lastVerified: "2026-08-05",
|
|
199
|
+
},
|
|
200
|
+
],
|
|
201
|
+
tools: [],
|
|
202
|
+
},
|
|
203
|
+
axm: {
|
|
204
|
+
status: "unsupported",
|
|
205
|
+
writer: null,
|
|
206
|
+
lastVerified: null,
|
|
207
|
+
reason: "AXM's grouped hook serializer cannot emit Kimi Code's flat TOML hook arrays.",
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
instructions: {
|
|
212
|
+
native: {
|
|
213
|
+
availability: { via: "native" },
|
|
214
|
+
vendorStatus: { state: "active" },
|
|
215
|
+
notes: "Kimi Code loads AGENTS.md from project and Kimi-specific or cross-tool user locations.",
|
|
216
|
+
docs: [],
|
|
217
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/customization/agents.html"],
|
|
218
|
+
scopes: ["user", "project"],
|
|
219
|
+
standardsCompliance: "full",
|
|
220
|
+
convention: "universal",
|
|
221
|
+
kind: "agents-md",
|
|
222
|
+
files: ["AGENTS.md"],
|
|
223
|
+
nestedDiscovery: false,
|
|
224
|
+
importSyntax: null,
|
|
225
|
+
},
|
|
226
|
+
axm: {
|
|
227
|
+
status: "supported",
|
|
228
|
+
lastVerified: "2026-08-05",
|
|
229
|
+
writer: null,
|
|
230
|
+
},
|
|
231
|
+
},
|
|
232
|
+
permissions: {
|
|
233
|
+
native: {
|
|
234
|
+
availability: { via: "native" },
|
|
235
|
+
vendorStatus: { state: "active" },
|
|
236
|
+
notes: "Kimi Code loads ordered allow, deny, and ask rules from its user configuration; invocation flags can still apply coarse session modes.",
|
|
237
|
+
docs: [],
|
|
238
|
+
sources: ["https://www.kimi.com/code/docs/en/kimi-code-cli/configuration/config-files"],
|
|
239
|
+
scopes: ["user"],
|
|
240
|
+
mechanism: ["config-file", "cli-flag"],
|
|
241
|
+
configFiles: [
|
|
242
|
+
{
|
|
243
|
+
scope: "user",
|
|
244
|
+
path: "~/.kimi-code/config.toml",
|
|
245
|
+
format: "toml",
|
|
246
|
+
gitignored: false,
|
|
247
|
+
},
|
|
248
|
+
],
|
|
249
|
+
grammar: {
|
|
250
|
+
style: "tool-call",
|
|
251
|
+
example: 'decision = "allow"; pattern = "Bash(axm *)"',
|
|
252
|
+
notes: "Rules are ordered [[permission.rules]] tables whose first matching ToolName or ToolName(argument-pattern) rule wins.",
|
|
253
|
+
},
|
|
254
|
+
prerequisites: [],
|
|
255
|
+
cliFlags: [
|
|
256
|
+
{
|
|
257
|
+
flag: "--yolo",
|
|
258
|
+
note: "Auto-approves all tool calls; aliased as --yes and --auto-approve.",
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
flag: "--afk",
|
|
262
|
+
note: "Auto-approves tool calls and auto-dismisses AskUserQuestion.",
|
|
263
|
+
},
|
|
264
|
+
],
|
|
265
|
+
},
|
|
266
|
+
axm: {
|
|
267
|
+
status: "unsupported",
|
|
268
|
+
lastVerified: null,
|
|
269
|
+
writer: null,
|
|
270
|
+
reason: "AXM does not serialize ordered TOML array-of-table permission rules.",
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
};
|
|
274
|
+
//# sourceMappingURL=kimi-cli.js.map
|