@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,424 @@
|
|
|
1
|
+
export declare const geminiCliAgent: {
|
|
2
|
+
readonly id: "gemini-cli";
|
|
3
|
+
readonly name: "Gemini CLI";
|
|
4
|
+
readonly vendor: "Google";
|
|
5
|
+
readonly homepage: "https://github.com/google-gemini/gemini-cli";
|
|
6
|
+
readonly interfaces: readonly ["cli"];
|
|
7
|
+
readonly family: "google";
|
|
8
|
+
readonly rootDir: ".gemini";
|
|
9
|
+
readonly lifecycle: {
|
|
10
|
+
readonly state: "retired";
|
|
11
|
+
readonly since: "2026-06-18";
|
|
12
|
+
readonly note: "On 2026-06-18 Gemini CLI stopped serving requests for individual/free/AI Pro/Ultra tiers, superseded by Antigravity CLI; enterprise and paid API-key access remains available.";
|
|
13
|
+
readonly supersededBy: "antigravity";
|
|
14
|
+
};
|
|
15
|
+
readonly detection: {
|
|
16
|
+
readonly project: {
|
|
17
|
+
readonly markers: readonly [];
|
|
18
|
+
};
|
|
19
|
+
readonly user: {
|
|
20
|
+
readonly markers: readonly [{
|
|
21
|
+
readonly kind: "dir";
|
|
22
|
+
readonly path: "~/.gemini";
|
|
23
|
+
readonly signal: "definitive";
|
|
24
|
+
readonly note: null;
|
|
25
|
+
}, {
|
|
26
|
+
readonly kind: "executable";
|
|
27
|
+
readonly name: "gemini";
|
|
28
|
+
readonly signal: "definitive";
|
|
29
|
+
readonly note: "CLI on PATH.";
|
|
30
|
+
}];
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
readonly docs: readonly [{
|
|
34
|
+
readonly label: "Gemini CLI documentation";
|
|
35
|
+
readonly url: "https://github.com/google-gemini/gemini-cli/tree/main/docs";
|
|
36
|
+
}, {
|
|
37
|
+
readonly label: "Transitioning Gemini CLI to Antigravity CLI";
|
|
38
|
+
readonly url: "https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/";
|
|
39
|
+
}];
|
|
40
|
+
readonly capabilities: {
|
|
41
|
+
readonly skill: {
|
|
42
|
+
readonly native: {
|
|
43
|
+
readonly availability: {
|
|
44
|
+
readonly via: "native";
|
|
45
|
+
};
|
|
46
|
+
readonly vendorStatus: {
|
|
47
|
+
readonly state: "active";
|
|
48
|
+
};
|
|
49
|
+
readonly notes: null;
|
|
50
|
+
readonly docs: readonly [];
|
|
51
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/skills.md"];
|
|
52
|
+
readonly scopes: readonly ["user", "project"];
|
|
53
|
+
readonly standardsCompliance: "full";
|
|
54
|
+
readonly convention: "universal";
|
|
55
|
+
readonly directory: ".agents/skills";
|
|
56
|
+
};
|
|
57
|
+
readonly axm: {
|
|
58
|
+
readonly status: "supported";
|
|
59
|
+
readonly lastVerified: "2026-08-05";
|
|
60
|
+
readonly writer: null;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
readonly "mcp-server": {
|
|
64
|
+
readonly native: {
|
|
65
|
+
readonly availability: {
|
|
66
|
+
readonly via: "native";
|
|
67
|
+
};
|
|
68
|
+
readonly vendorStatus: {
|
|
69
|
+
readonly state: "active";
|
|
70
|
+
};
|
|
71
|
+
readonly notes: null;
|
|
72
|
+
readonly docs: readonly [];
|
|
73
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md"];
|
|
74
|
+
readonly scopes: readonly ["user", "project"];
|
|
75
|
+
readonly standardsCompliance: "full";
|
|
76
|
+
readonly convention: "universal";
|
|
77
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
78
|
+
readonly mcpEnvExpansion: {
|
|
79
|
+
readonly variables: "braced";
|
|
80
|
+
readonly defaults: true;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
readonly axm: {
|
|
84
|
+
readonly status: "supported";
|
|
85
|
+
readonly lastVerified: "2026-08-05";
|
|
86
|
+
readonly writer: {
|
|
87
|
+
readonly config: {
|
|
88
|
+
readonly serversKey: "mcpServers";
|
|
89
|
+
readonly activationField: {
|
|
90
|
+
readonly required: null;
|
|
91
|
+
readonly accepted: readonly [null];
|
|
92
|
+
};
|
|
93
|
+
readonly targets: readonly [{
|
|
94
|
+
readonly scope: "project";
|
|
95
|
+
readonly path: ".gemini/settings.json";
|
|
96
|
+
readonly format: "json";
|
|
97
|
+
readonly attribution: "agent";
|
|
98
|
+
}, {
|
|
99
|
+
readonly scope: "user";
|
|
100
|
+
readonly path: "~/.gemini/settings.json";
|
|
101
|
+
readonly format: "json";
|
|
102
|
+
readonly attribution: "agent";
|
|
103
|
+
}];
|
|
104
|
+
readonly stdio: {
|
|
105
|
+
readonly typeField: {
|
|
106
|
+
readonly required: null;
|
|
107
|
+
readonly accepted: readonly [null];
|
|
108
|
+
};
|
|
109
|
+
readonly command: "split";
|
|
110
|
+
readonly envKey: "env";
|
|
111
|
+
};
|
|
112
|
+
readonly remote: {
|
|
113
|
+
readonly typeField: {
|
|
114
|
+
readonly required: null;
|
|
115
|
+
readonly accepted: readonly [null];
|
|
116
|
+
};
|
|
117
|
+
readonly urlKey: {
|
|
118
|
+
readonly "streamable-http": "httpUrl";
|
|
119
|
+
readonly sse: "url";
|
|
120
|
+
};
|
|
121
|
+
readonly headersKey: "headers";
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
readonly subagent: {
|
|
128
|
+
readonly native: {
|
|
129
|
+
readonly availability: {
|
|
130
|
+
readonly via: "native";
|
|
131
|
+
};
|
|
132
|
+
readonly vendorStatus: {
|
|
133
|
+
readonly state: "active";
|
|
134
|
+
};
|
|
135
|
+
readonly notes: "Subagents are Markdown files with YAML frontmatter under .gemini/agents (project) or ~/.gemini/agents (user); shipped in Gemini CLI v0.38.1.\n";
|
|
136
|
+
readonly docs: readonly [];
|
|
137
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/core/subagents.md"];
|
|
138
|
+
readonly scopes: readonly ["user", "project"];
|
|
139
|
+
readonly directory: ".gemini/agents";
|
|
140
|
+
readonly layout: "directory";
|
|
141
|
+
};
|
|
142
|
+
readonly axm: {
|
|
143
|
+
readonly status: "supported";
|
|
144
|
+
readonly lastVerified: "2026-08-05";
|
|
145
|
+
readonly writer: null;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
readonly hook: {
|
|
149
|
+
readonly native: {
|
|
150
|
+
readonly availability: {
|
|
151
|
+
readonly via: "native";
|
|
152
|
+
};
|
|
153
|
+
readonly vendorStatus: {
|
|
154
|
+
readonly state: "active";
|
|
155
|
+
};
|
|
156
|
+
readonly notes: "Gemini CLI hooks run command hooks from settings files and use JSON on stdin/stdout. Native Gemini CLI exposes additional events such as SessionEnd, BeforeModel, AfterModel, BeforeToolSelection, and Notification; this catalog maps the subset covered by AXM's canonical hook event registry.";
|
|
157
|
+
readonly docs: readonly [];
|
|
158
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/index.md", "https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/reference.md", "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md"];
|
|
159
|
+
readonly scopes: readonly ["user", "project"];
|
|
160
|
+
readonly mechanism: readonly ["command-stdin"];
|
|
161
|
+
readonly configFiles: readonly [{
|
|
162
|
+
readonly scope: "user";
|
|
163
|
+
readonly path: "~/.gemini/settings.json";
|
|
164
|
+
readonly format: "json";
|
|
165
|
+
readonly gitignored: false;
|
|
166
|
+
}, {
|
|
167
|
+
readonly scope: "project";
|
|
168
|
+
readonly path: ".gemini/settings.json";
|
|
169
|
+
readonly format: "json";
|
|
170
|
+
readonly gitignored: false;
|
|
171
|
+
}];
|
|
172
|
+
readonly events: readonly [{
|
|
173
|
+
readonly nativeName: "SessionStart";
|
|
174
|
+
readonly canonical: "session.start";
|
|
175
|
+
readonly matcher: {
|
|
176
|
+
readonly kind: "regex";
|
|
177
|
+
readonly example: "startup|resume|clear";
|
|
178
|
+
readonly notes: "Gemini CLI lifecycle matchers are exact strings; AXM serializes raw matcher text.";
|
|
179
|
+
};
|
|
180
|
+
readonly decision: readonly [{
|
|
181
|
+
readonly kind: "observe";
|
|
182
|
+
}, {
|
|
183
|
+
readonly kind: "modify";
|
|
184
|
+
readonly operations: readonly ["inject-context"];
|
|
185
|
+
}];
|
|
186
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/reference.md"];
|
|
187
|
+
readonly lastVerified: "2026-08-05";
|
|
188
|
+
}, {
|
|
189
|
+
readonly nativeName: "BeforeAgent";
|
|
190
|
+
readonly canonical: "prompt.submit";
|
|
191
|
+
readonly matcher: {
|
|
192
|
+
readonly kind: "none-imperative";
|
|
193
|
+
readonly example: null;
|
|
194
|
+
readonly notes: null;
|
|
195
|
+
};
|
|
196
|
+
readonly decision: readonly [{
|
|
197
|
+
readonly kind: "observe";
|
|
198
|
+
}, {
|
|
199
|
+
readonly kind: "block";
|
|
200
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
201
|
+
}, {
|
|
202
|
+
readonly kind: "modify";
|
|
203
|
+
readonly operations: readonly ["inject-context"];
|
|
204
|
+
}];
|
|
205
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/reference.md"];
|
|
206
|
+
readonly lastVerified: "2026-08-05";
|
|
207
|
+
}, {
|
|
208
|
+
readonly nativeName: "AfterAgent";
|
|
209
|
+
readonly canonical: "turn.end";
|
|
210
|
+
readonly matcher: {
|
|
211
|
+
readonly kind: "none-imperative";
|
|
212
|
+
readonly example: null;
|
|
213
|
+
readonly notes: null;
|
|
214
|
+
};
|
|
215
|
+
readonly decision: readonly [{
|
|
216
|
+
readonly kind: "observe";
|
|
217
|
+
}, {
|
|
218
|
+
readonly kind: "block";
|
|
219
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
220
|
+
}, {
|
|
221
|
+
readonly kind: "modify";
|
|
222
|
+
readonly operations: readonly ["inject-context"];
|
|
223
|
+
}];
|
|
224
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/reference.md"];
|
|
225
|
+
readonly lastVerified: "2026-08-05";
|
|
226
|
+
}, {
|
|
227
|
+
readonly nativeName: "BeforeTool";
|
|
228
|
+
readonly canonical: "tool.pre";
|
|
229
|
+
readonly matcher: {
|
|
230
|
+
readonly kind: "regex";
|
|
231
|
+
readonly example: "write_file|replace";
|
|
232
|
+
readonly notes: null;
|
|
233
|
+
};
|
|
234
|
+
readonly decision: readonly [{
|
|
235
|
+
readonly kind: "observe";
|
|
236
|
+
}, {
|
|
237
|
+
readonly kind: "block";
|
|
238
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
239
|
+
}, {
|
|
240
|
+
readonly kind: "modify";
|
|
241
|
+
readonly operations: readonly ["modify-input"];
|
|
242
|
+
}];
|
|
243
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/reference.md"];
|
|
244
|
+
readonly lastVerified: "2026-08-05";
|
|
245
|
+
}, {
|
|
246
|
+
readonly nativeName: "AfterTool";
|
|
247
|
+
readonly canonical: "tool.post";
|
|
248
|
+
readonly matcher: {
|
|
249
|
+
readonly kind: "regex";
|
|
250
|
+
readonly example: "write_file|replace";
|
|
251
|
+
readonly notes: null;
|
|
252
|
+
};
|
|
253
|
+
readonly decision: readonly [{
|
|
254
|
+
readonly kind: "observe";
|
|
255
|
+
}, {
|
|
256
|
+
readonly kind: "block";
|
|
257
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
258
|
+
}, {
|
|
259
|
+
readonly kind: "modify";
|
|
260
|
+
readonly operations: readonly ["inject-context"];
|
|
261
|
+
}];
|
|
262
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/reference.md"];
|
|
263
|
+
readonly lastVerified: "2026-08-05";
|
|
264
|
+
}, {
|
|
265
|
+
readonly nativeName: "PreCompress";
|
|
266
|
+
readonly canonical: "compaction.pre";
|
|
267
|
+
readonly matcher: {
|
|
268
|
+
readonly kind: "none-imperative";
|
|
269
|
+
readonly example: null;
|
|
270
|
+
readonly notes: null;
|
|
271
|
+
};
|
|
272
|
+
readonly decision: readonly [{
|
|
273
|
+
readonly kind: "observe";
|
|
274
|
+
}];
|
|
275
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/index.md"];
|
|
276
|
+
readonly lastVerified: "2026-08-05";
|
|
277
|
+
}];
|
|
278
|
+
readonly tools: readonly [{
|
|
279
|
+
readonly nativeName: "read_file";
|
|
280
|
+
readonly canonical: "file.read";
|
|
281
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/tools.md"];
|
|
282
|
+
readonly lastVerified: "2026-08-05";
|
|
283
|
+
}, {
|
|
284
|
+
readonly nativeName: "read_many_files";
|
|
285
|
+
readonly canonical: "file.read";
|
|
286
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/tools.md"];
|
|
287
|
+
readonly lastVerified: "2026-08-05";
|
|
288
|
+
}, {
|
|
289
|
+
readonly nativeName: "write_file";
|
|
290
|
+
readonly canonical: "file.write";
|
|
291
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/tools.md"];
|
|
292
|
+
readonly lastVerified: "2026-08-05";
|
|
293
|
+
}, {
|
|
294
|
+
readonly nativeName: "replace";
|
|
295
|
+
readonly canonical: "file.edit";
|
|
296
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/tools.md"];
|
|
297
|
+
readonly lastVerified: "2026-08-05";
|
|
298
|
+
}, {
|
|
299
|
+
readonly nativeName: "run_shell_command";
|
|
300
|
+
readonly canonical: "shell.exec";
|
|
301
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/tools.md"];
|
|
302
|
+
readonly lastVerified: "2026-08-05";
|
|
303
|
+
}, {
|
|
304
|
+
readonly nativeName: "web_fetch";
|
|
305
|
+
readonly canonical: "web.fetch";
|
|
306
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/tools.md"];
|
|
307
|
+
readonly lastVerified: "2026-08-05";
|
|
308
|
+
}];
|
|
309
|
+
};
|
|
310
|
+
readonly axm: {
|
|
311
|
+
readonly status: "supported";
|
|
312
|
+
readonly writer: {
|
|
313
|
+
readonly serializer: "command-stdin";
|
|
314
|
+
readonly configFiles: readonly [{
|
|
315
|
+
readonly scope: "project";
|
|
316
|
+
readonly path: ".gemini/settings.json";
|
|
317
|
+
readonly format: "json";
|
|
318
|
+
readonly gitignored: false;
|
|
319
|
+
}];
|
|
320
|
+
readonly settingsKey: "hooks";
|
|
321
|
+
readonly eventMap: "native.events";
|
|
322
|
+
readonly matcherKind: "regex";
|
|
323
|
+
readonly matcherSerialization: "bare";
|
|
324
|
+
readonly timeoutSerialization: "milliseconds";
|
|
325
|
+
readonly commandNameSerialization: "manifest";
|
|
326
|
+
};
|
|
327
|
+
readonly lastVerified: "2026-08-05";
|
|
328
|
+
};
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
readonly instructions: {
|
|
332
|
+
readonly native: {
|
|
333
|
+
readonly availability: {
|
|
334
|
+
readonly via: "native";
|
|
335
|
+
};
|
|
336
|
+
readonly vendorStatus: {
|
|
337
|
+
readonly state: "active";
|
|
338
|
+
};
|
|
339
|
+
readonly notes: "Consumer access (free, AI Pro, AI Ultra) ended 2026-06-18; Antigravity CLI succeeded Gemini CLI for those tiers. Enterprise customers on paid API keys retain access. The contextFileName setting can also point Gemini CLI at AGENTS.md.\n";
|
|
340
|
+
readonly docs: readonly [];
|
|
341
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md", "https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/"];
|
|
342
|
+
readonly scopes: readonly ["user", "project"];
|
|
343
|
+
readonly standardsCompliance: "parity";
|
|
344
|
+
readonly convention: "vendor";
|
|
345
|
+
readonly kind: "own-file";
|
|
346
|
+
readonly files: readonly ["GEMINI.md"];
|
|
347
|
+
readonly nestedDiscovery: true;
|
|
348
|
+
readonly importSyntax: null;
|
|
349
|
+
};
|
|
350
|
+
readonly axm: {
|
|
351
|
+
readonly status: "supported";
|
|
352
|
+
readonly lastVerified: "2026-08-05";
|
|
353
|
+
readonly writer: null;
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
readonly permissions: {
|
|
357
|
+
readonly native: {
|
|
358
|
+
readonly availability: {
|
|
359
|
+
readonly via: "native";
|
|
360
|
+
};
|
|
361
|
+
readonly vendorStatus: {
|
|
362
|
+
readonly state: "active";
|
|
363
|
+
};
|
|
364
|
+
readonly notes: null;
|
|
365
|
+
readonly docs: readonly [];
|
|
366
|
+
readonly sources: readonly ["https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md", "https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/policy-engine.md", "https://github.com/google-gemini/gemini-cli/blob/main/docs/tools/shell.md", "https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/trusted-folders.md"];
|
|
367
|
+
readonly scopes: readonly ["user", "project"];
|
|
368
|
+
readonly mechanism: readonly ["config-file", "cli-flag"];
|
|
369
|
+
readonly configFiles: readonly [{
|
|
370
|
+
readonly scope: "user";
|
|
371
|
+
readonly path: "~/.gemini/settings.json";
|
|
372
|
+
readonly format: "json";
|
|
373
|
+
readonly gitignored: false;
|
|
374
|
+
}, {
|
|
375
|
+
readonly scope: "project";
|
|
376
|
+
readonly path: ".gemini/settings.json";
|
|
377
|
+
readonly format: "json";
|
|
378
|
+
readonly gitignored: false;
|
|
379
|
+
}];
|
|
380
|
+
readonly grammar: {
|
|
381
|
+
readonly style: "prefix";
|
|
382
|
+
readonly example: "run_shell_command(axm)";
|
|
383
|
+
readonly notes: "The current configuration reference exposes tools.allowed / tools.core / tools.exclude (formerly coreTools/excludeTools) and the policy engine; command-specific run_shell_command rules are simple string matches and should not be treated as a strong security boundary.\n";
|
|
384
|
+
};
|
|
385
|
+
readonly prerequisites: readonly [{
|
|
386
|
+
readonly key: "security.folderTrust.enabled";
|
|
387
|
+
readonly value: "true";
|
|
388
|
+
readonly scope: "user";
|
|
389
|
+
readonly note: "Untrusted folders disable all auto-acceptance regardless of other settings.";
|
|
390
|
+
}];
|
|
391
|
+
readonly cliFlags: readonly [{
|
|
392
|
+
readonly flag: "--approval-mode=yolo";
|
|
393
|
+
readonly note: "Broad bypass; not tool-scoped. Blocked when security.disableYoloMode=true.";
|
|
394
|
+
}, {
|
|
395
|
+
readonly flag: "--yolo";
|
|
396
|
+
readonly note: "Alias for --approval-mode=yolo.";
|
|
397
|
+
}];
|
|
398
|
+
};
|
|
399
|
+
readonly axm: {
|
|
400
|
+
readonly status: "supported";
|
|
401
|
+
readonly lastVerified: "2026-08-05";
|
|
402
|
+
readonly writer: {
|
|
403
|
+
readonly grants: {
|
|
404
|
+
readonly shell: {
|
|
405
|
+
readonly target: "~/.gemini/settings.json";
|
|
406
|
+
readonly patch: {
|
|
407
|
+
readonly security: {
|
|
408
|
+
readonly folderTrust: {
|
|
409
|
+
readonly enabled: true;
|
|
410
|
+
};
|
|
411
|
+
readonly enablePermanentToolApproval: true;
|
|
412
|
+
};
|
|
413
|
+
readonly tools: {
|
|
414
|
+
readonly allowed: readonly ["run_shell_command(${tool})"];
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
readonly template: null;
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
};
|
|
424
|
+
//# sourceMappingURL=gemini-cli.d.ts.map
|