@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,193 @@
|
|
|
1
|
+
export declare const forgecodeAgent: {
|
|
2
|
+
readonly id: "forgecode";
|
|
3
|
+
readonly name: "ForgeCode";
|
|
4
|
+
readonly vendor: "Tailcall";
|
|
5
|
+
readonly homepage: "https://forgecode.dev";
|
|
6
|
+
readonly interfaces: readonly ["cli", "ide-extension"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".forge";
|
|
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: ".forge";
|
|
17
|
+
readonly signal: "definitive";
|
|
18
|
+
readonly note: null;
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
readonly user: {
|
|
22
|
+
readonly markers: readonly [{
|
|
23
|
+
readonly kind: "dir";
|
|
24
|
+
readonly path: "~/.forge";
|
|
25
|
+
readonly signal: "definitive";
|
|
26
|
+
readonly note: null;
|
|
27
|
+
}, {
|
|
28
|
+
readonly kind: "dir";
|
|
29
|
+
readonly path: "~/forge";
|
|
30
|
+
readonly signal: "definitive";
|
|
31
|
+
readonly note: null;
|
|
32
|
+
}];
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
readonly docs: readonly [{
|
|
36
|
+
readonly label: "ForgeCode skills documentation";
|
|
37
|
+
readonly url: "https://forgecode.dev/docs/skills/";
|
|
38
|
+
}];
|
|
39
|
+
readonly capabilities: {
|
|
40
|
+
readonly skill: {
|
|
41
|
+
readonly native: {
|
|
42
|
+
readonly availability: {
|
|
43
|
+
readonly via: "native";
|
|
44
|
+
};
|
|
45
|
+
readonly vendorStatus: {
|
|
46
|
+
readonly state: "active";
|
|
47
|
+
};
|
|
48
|
+
readonly notes: "ForgeCode also reads shared ~/.agents/skills and documents ~/forge/skills as its global skills path.";
|
|
49
|
+
readonly docs: readonly [];
|
|
50
|
+
readonly sources: readonly ["https://forgecode.dev/docs/skills/"];
|
|
51
|
+
readonly scopes: readonly ["user", "project"];
|
|
52
|
+
readonly standardsCompliance: "full";
|
|
53
|
+
readonly convention: "vendor";
|
|
54
|
+
readonly directory: ".forge/skills";
|
|
55
|
+
};
|
|
56
|
+
readonly axm: {
|
|
57
|
+
readonly status: "supported";
|
|
58
|
+
readonly lastVerified: "2026-08-05";
|
|
59
|
+
readonly writer: null;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
readonly "mcp-server": {
|
|
63
|
+
readonly native: {
|
|
64
|
+
readonly availability: {
|
|
65
|
+
readonly via: "native";
|
|
66
|
+
};
|
|
67
|
+
readonly vendorStatus: {
|
|
68
|
+
readonly state: "active";
|
|
69
|
+
};
|
|
70
|
+
readonly notes: "ForgeCode supports local and remote MCP servers.";
|
|
71
|
+
readonly docs: readonly [];
|
|
72
|
+
readonly sources: readonly ["https://forgecode.dev/docs/mcp-integration/"];
|
|
73
|
+
readonly scopes: readonly ["user", "project"];
|
|
74
|
+
readonly standardsCompliance: "full";
|
|
75
|
+
readonly convention: "universal";
|
|
76
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
77
|
+
};
|
|
78
|
+
readonly axm: {
|
|
79
|
+
readonly status: "unsupported";
|
|
80
|
+
readonly lastVerified: null;
|
|
81
|
+
readonly writer: null;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
readonly subagent: {
|
|
85
|
+
readonly native: {
|
|
86
|
+
readonly availability: {
|
|
87
|
+
readonly via: "native";
|
|
88
|
+
};
|
|
89
|
+
readonly vendorStatus: {
|
|
90
|
+
readonly state: "active";
|
|
91
|
+
};
|
|
92
|
+
readonly notes: "ForgeCode custom agents are files under .forge/agents.";
|
|
93
|
+
readonly docs: readonly [];
|
|
94
|
+
readonly sources: readonly ["https://forgecode.dev/docs/creating-agents/"];
|
|
95
|
+
readonly scopes: readonly ["user", "project"];
|
|
96
|
+
readonly directory: ".forge/agents";
|
|
97
|
+
readonly layout: "directory";
|
|
98
|
+
};
|
|
99
|
+
readonly axm: {
|
|
100
|
+
readonly status: "unsupported";
|
|
101
|
+
readonly lastVerified: null;
|
|
102
|
+
readonly writer: null;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
readonly hook: {
|
|
106
|
+
readonly native: {
|
|
107
|
+
readonly availability: {
|
|
108
|
+
readonly via: "none";
|
|
109
|
+
};
|
|
110
|
+
readonly vendorStatus: {
|
|
111
|
+
readonly state: "active";
|
|
112
|
+
};
|
|
113
|
+
readonly notes: null;
|
|
114
|
+
readonly docs: readonly [];
|
|
115
|
+
readonly sources: readonly [];
|
|
116
|
+
};
|
|
117
|
+
readonly axm: {
|
|
118
|
+
readonly status: "unsupported";
|
|
119
|
+
readonly writer: null;
|
|
120
|
+
readonly lastVerified: null;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
readonly instructions: {
|
|
125
|
+
readonly native: {
|
|
126
|
+
readonly availability: {
|
|
127
|
+
readonly via: "native";
|
|
128
|
+
};
|
|
129
|
+
readonly vendorStatus: {
|
|
130
|
+
readonly state: "active";
|
|
131
|
+
};
|
|
132
|
+
readonly notes: null;
|
|
133
|
+
readonly docs: readonly [];
|
|
134
|
+
readonly sources: readonly ["https://forgecode.dev/docs/custom-rules/"];
|
|
135
|
+
readonly scopes: readonly ["project"];
|
|
136
|
+
readonly standardsCompliance: "full";
|
|
137
|
+
readonly convention: "universal";
|
|
138
|
+
readonly kind: "agents-md";
|
|
139
|
+
readonly files: readonly ["AGENTS.md"];
|
|
140
|
+
readonly nestedDiscovery: false;
|
|
141
|
+
readonly importSyntax: null;
|
|
142
|
+
};
|
|
143
|
+
readonly axm: {
|
|
144
|
+
readonly status: "supported";
|
|
145
|
+
readonly lastVerified: "2026-08-05";
|
|
146
|
+
readonly writer: null;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
readonly permissions: {
|
|
150
|
+
readonly native: {
|
|
151
|
+
readonly availability: {
|
|
152
|
+
readonly via: "native";
|
|
153
|
+
};
|
|
154
|
+
readonly vendorStatus: {
|
|
155
|
+
readonly state: "active";
|
|
156
|
+
};
|
|
157
|
+
readonly notes: "ForgeCode permissions.yaml policies combine read, write, command, and URL glob rules with all, any, and not operators; decisions are allow, deny, or confirm.";
|
|
158
|
+
readonly docs: readonly [];
|
|
159
|
+
readonly sources: readonly ["https://forgecode.dev/docs/permissions/"];
|
|
160
|
+
readonly scopes: readonly ["user", "project"];
|
|
161
|
+
readonly mechanism: readonly ["config-file"];
|
|
162
|
+
readonly configFiles: readonly [{
|
|
163
|
+
readonly scope: "user";
|
|
164
|
+
readonly path: "~/.forge/permissions.yaml";
|
|
165
|
+
readonly format: "yaml";
|
|
166
|
+
readonly gitignored: false;
|
|
167
|
+
}, {
|
|
168
|
+
readonly scope: "project";
|
|
169
|
+
readonly path: ".forge.toml";
|
|
170
|
+
readonly format: "toml";
|
|
171
|
+
readonly gitignored: false;
|
|
172
|
+
}];
|
|
173
|
+
readonly grammar: {
|
|
174
|
+
readonly style: "glob";
|
|
175
|
+
readonly example: "command: \"git *\"";
|
|
176
|
+
readonly notes: "Rules support all, any, and not composition with allow, deny, and confirm decisions.";
|
|
177
|
+
};
|
|
178
|
+
readonly prerequisites: readonly [{
|
|
179
|
+
readonly key: "restricted";
|
|
180
|
+
readonly value: "true";
|
|
181
|
+
readonly scope: "project";
|
|
182
|
+
readonly note: "Enables restricted permission policy enforcement from .forge.toml.";
|
|
183
|
+
}];
|
|
184
|
+
readonly cliFlags: readonly [];
|
|
185
|
+
};
|
|
186
|
+
readonly axm: {
|
|
187
|
+
readonly status: "unsupported";
|
|
188
|
+
readonly lastVerified: null;
|
|
189
|
+
readonly writer: null;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
//# sourceMappingURL=forgecode.d.ts.map
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
export const forgecodeAgent = {
|
|
2
|
+
id: "forgecode",
|
|
3
|
+
name: "ForgeCode",
|
|
4
|
+
vendor: "Tailcall",
|
|
5
|
+
homepage: "https://forgecode.dev",
|
|
6
|
+
interfaces: ["cli", "ide-extension"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".forge",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [{ kind: "dir", path: ".forge", signal: "definitive", note: null }] },
|
|
12
|
+
user: {
|
|
13
|
+
markers: [
|
|
14
|
+
{ kind: "dir", path: "~/.forge", signal: "definitive", note: null },
|
|
15
|
+
{ kind: "dir", path: "~/forge", signal: "definitive", note: null },
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
docs: [
|
|
20
|
+
{
|
|
21
|
+
label: "ForgeCode skills documentation",
|
|
22
|
+
url: "https://forgecode.dev/docs/skills/",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
capabilities: {
|
|
26
|
+
skill: {
|
|
27
|
+
native: {
|
|
28
|
+
availability: { via: "native" },
|
|
29
|
+
vendorStatus: { state: "active" },
|
|
30
|
+
notes: "ForgeCode also reads shared ~/.agents/skills and documents ~/forge/skills as its global skills path.",
|
|
31
|
+
docs: [],
|
|
32
|
+
sources: ["https://forgecode.dev/docs/skills/"],
|
|
33
|
+
scopes: ["user", "project"],
|
|
34
|
+
standardsCompliance: "full",
|
|
35
|
+
convention: "vendor",
|
|
36
|
+
directory: ".forge/skills",
|
|
37
|
+
},
|
|
38
|
+
axm: {
|
|
39
|
+
status: "supported",
|
|
40
|
+
lastVerified: "2026-08-05",
|
|
41
|
+
writer: null,
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
"mcp-server": {
|
|
45
|
+
native: {
|
|
46
|
+
availability: { via: "native" },
|
|
47
|
+
vendorStatus: { state: "active" },
|
|
48
|
+
notes: "ForgeCode supports local and remote MCP servers.",
|
|
49
|
+
docs: [],
|
|
50
|
+
sources: ["https://forgecode.dev/docs/mcp-integration/"],
|
|
51
|
+
scopes: ["user", "project"],
|
|
52
|
+
standardsCompliance: "full",
|
|
53
|
+
convention: "universal",
|
|
54
|
+
transports: ["stdio", "http", "sse"],
|
|
55
|
+
},
|
|
56
|
+
axm: {
|
|
57
|
+
status: "unsupported",
|
|
58
|
+
lastVerified: null,
|
|
59
|
+
writer: null,
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
subagent: {
|
|
63
|
+
native: {
|
|
64
|
+
availability: { via: "native" },
|
|
65
|
+
vendorStatus: { state: "active" },
|
|
66
|
+
notes: "ForgeCode custom agents are files under .forge/agents.",
|
|
67
|
+
docs: [],
|
|
68
|
+
sources: ["https://forgecode.dev/docs/creating-agents/"],
|
|
69
|
+
scopes: ["user", "project"],
|
|
70
|
+
directory: ".forge/agents",
|
|
71
|
+
layout: "directory",
|
|
72
|
+
},
|
|
73
|
+
axm: {
|
|
74
|
+
status: "unsupported",
|
|
75
|
+
lastVerified: null,
|
|
76
|
+
writer: null,
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
hook: {
|
|
80
|
+
native: {
|
|
81
|
+
availability: { via: "none" },
|
|
82
|
+
vendorStatus: { state: "active" },
|
|
83
|
+
notes: null,
|
|
84
|
+
docs: [],
|
|
85
|
+
sources: [],
|
|
86
|
+
},
|
|
87
|
+
axm: {
|
|
88
|
+
status: "unsupported",
|
|
89
|
+
writer: null,
|
|
90
|
+
lastVerified: null,
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
instructions: {
|
|
95
|
+
native: {
|
|
96
|
+
availability: { via: "native" },
|
|
97
|
+
vendorStatus: { state: "active" },
|
|
98
|
+
notes: null,
|
|
99
|
+
docs: [],
|
|
100
|
+
sources: ["https://forgecode.dev/docs/custom-rules/"],
|
|
101
|
+
scopes: ["project"],
|
|
102
|
+
standardsCompliance: "full",
|
|
103
|
+
convention: "universal",
|
|
104
|
+
kind: "agents-md",
|
|
105
|
+
files: ["AGENTS.md"],
|
|
106
|
+
nestedDiscovery: false,
|
|
107
|
+
importSyntax: null,
|
|
108
|
+
},
|
|
109
|
+
axm: {
|
|
110
|
+
status: "supported",
|
|
111
|
+
lastVerified: "2026-08-05",
|
|
112
|
+
writer: null,
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
permissions: {
|
|
116
|
+
native: {
|
|
117
|
+
availability: { via: "native" },
|
|
118
|
+
vendorStatus: { state: "active" },
|
|
119
|
+
notes: "ForgeCode permissions.yaml policies combine read, write, command, and URL glob rules with all, any, and not operators; decisions are allow, deny, or confirm.",
|
|
120
|
+
docs: [],
|
|
121
|
+
sources: ["https://forgecode.dev/docs/permissions/"],
|
|
122
|
+
scopes: ["user", "project"],
|
|
123
|
+
mechanism: ["config-file"],
|
|
124
|
+
configFiles: [
|
|
125
|
+
{
|
|
126
|
+
scope: "user",
|
|
127
|
+
path: "~/.forge/permissions.yaml",
|
|
128
|
+
format: "yaml",
|
|
129
|
+
gitignored: false,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
scope: "project",
|
|
133
|
+
path: ".forge.toml",
|
|
134
|
+
format: "toml",
|
|
135
|
+
gitignored: false,
|
|
136
|
+
},
|
|
137
|
+
],
|
|
138
|
+
grammar: {
|
|
139
|
+
style: "glob",
|
|
140
|
+
example: 'command: "git *"',
|
|
141
|
+
notes: "Rules support all, any, and not composition with allow, deny, and confirm decisions.",
|
|
142
|
+
},
|
|
143
|
+
prerequisites: [
|
|
144
|
+
{
|
|
145
|
+
key: "restricted",
|
|
146
|
+
value: "true",
|
|
147
|
+
scope: "project",
|
|
148
|
+
note: "Enables restricted permission policy enforcement from .forge.toml.",
|
|
149
|
+
},
|
|
150
|
+
],
|
|
151
|
+
cliFlags: [],
|
|
152
|
+
},
|
|
153
|
+
axm: {
|
|
154
|
+
status: "unsupported",
|
|
155
|
+
lastVerified: null,
|
|
156
|
+
writer: null,
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
};
|
|
160
|
+
//# sourceMappingURL=forgecode.js.map
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
export declare const geminiAppAgent: {
|
|
2
|
+
readonly id: "gemini-app";
|
|
3
|
+
readonly name: "Gemini app";
|
|
4
|
+
readonly vendor: "Google";
|
|
5
|
+
readonly homepage: "https://gemini.google.com";
|
|
6
|
+
readonly interfaces: readonly ["chat", "hosted-agent"];
|
|
7
|
+
readonly family: "gemini";
|
|
8
|
+
readonly rootDir: null;
|
|
9
|
+
readonly installTarget: {
|
|
10
|
+
readonly kind: "hosted";
|
|
11
|
+
readonly delivery: readonly ["upload"];
|
|
12
|
+
readonly artifact: "skill-file-or-zip";
|
|
13
|
+
readonly instructions: "Run axm lint to validate the skill, then in Gemini Spark choose Skills > Upload and select its SKILL.md file or a ZIP with SKILL.md at the root.";
|
|
14
|
+
readonly docs: "https://support.google.com/gemini/answer/17094296?hl=en";
|
|
15
|
+
};
|
|
16
|
+
readonly lifecycle: {
|
|
17
|
+
readonly state: "active";
|
|
18
|
+
};
|
|
19
|
+
readonly detection: {
|
|
20
|
+
readonly project: {
|
|
21
|
+
readonly markers: readonly [];
|
|
22
|
+
};
|
|
23
|
+
readonly user: {
|
|
24
|
+
readonly markers: readonly [];
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
readonly docs: readonly [{
|
|
28
|
+
readonly label: "Create and manage skills for Gemini Apps";
|
|
29
|
+
readonly url: "https://support.google.com/gemini/answer/17094296?hl=en";
|
|
30
|
+
}, {
|
|
31
|
+
readonly label: "Connected Apps in Gemini";
|
|
32
|
+
readonly url: "https://support.google.com/gemini/answer/13695044?co=GENIE.Platform%3DDesktop&hl=en";
|
|
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: "Gemini Spark accepts a SKILL.md file or a ZIP with SKILL.md at its root. Subscription, region, language, and surface restrictions apply.";
|
|
44
|
+
readonly docs: readonly [];
|
|
45
|
+
readonly sources: readonly ["https://support.google.com/gemini/answer/17094296?hl=en"];
|
|
46
|
+
readonly scopes: readonly ["user"];
|
|
47
|
+
readonly standardsCompliance: "full";
|
|
48
|
+
readonly convention: "hosted";
|
|
49
|
+
};
|
|
50
|
+
readonly axm: {
|
|
51
|
+
readonly status: "supported";
|
|
52
|
+
readonly lastVerified: "2026-08-05";
|
|
53
|
+
readonly writer: null;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
readonly "mcp-server": {
|
|
57
|
+
readonly native: {
|
|
58
|
+
readonly availability: {
|
|
59
|
+
readonly via: "native";
|
|
60
|
+
};
|
|
61
|
+
readonly vendorStatus: {
|
|
62
|
+
readonly state: "active";
|
|
63
|
+
};
|
|
64
|
+
readonly notes: "Gemini Spark accepts remote MCP server URLs as custom Connected Apps; Spark eligibility restrictions apply.";
|
|
65
|
+
readonly docs: readonly [];
|
|
66
|
+
readonly sources: readonly ["https://support.google.com/gemini/answer/13695044?co=GENIE.Platform%3DDesktop&hl=en"];
|
|
67
|
+
readonly scopes: readonly ["user"];
|
|
68
|
+
readonly standardsCompliance: "full";
|
|
69
|
+
readonly convention: "hosted";
|
|
70
|
+
readonly transports: readonly ["http"];
|
|
71
|
+
};
|
|
72
|
+
readonly axm: {
|
|
73
|
+
readonly status: "unsupported";
|
|
74
|
+
readonly lastVerified: null;
|
|
75
|
+
readonly reason: "Gemini Connected App setup is hosted and UI-mediated.";
|
|
76
|
+
readonly writer: null;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
readonly subagent: {
|
|
80
|
+
readonly native: {
|
|
81
|
+
readonly availability: {
|
|
82
|
+
readonly via: "none";
|
|
83
|
+
};
|
|
84
|
+
readonly vendorStatus: {
|
|
85
|
+
readonly state: "active";
|
|
86
|
+
};
|
|
87
|
+
readonly notes: null;
|
|
88
|
+
readonly docs: readonly [];
|
|
89
|
+
readonly sources: readonly [];
|
|
90
|
+
};
|
|
91
|
+
readonly axm: {
|
|
92
|
+
readonly status: "unsupported";
|
|
93
|
+
readonly lastVerified: null;
|
|
94
|
+
readonly writer: null;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
readonly hook: {
|
|
98
|
+
readonly native: {
|
|
99
|
+
readonly availability: {
|
|
100
|
+
readonly via: "none";
|
|
101
|
+
};
|
|
102
|
+
readonly vendorStatus: {
|
|
103
|
+
readonly state: "active";
|
|
104
|
+
};
|
|
105
|
+
readonly notes: null;
|
|
106
|
+
readonly docs: readonly [];
|
|
107
|
+
readonly sources: readonly [];
|
|
108
|
+
};
|
|
109
|
+
readonly axm: {
|
|
110
|
+
readonly status: "unsupported";
|
|
111
|
+
readonly writer: null;
|
|
112
|
+
readonly lastVerified: null;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
readonly instructions: {
|
|
117
|
+
readonly native: {
|
|
118
|
+
readonly availability: {
|
|
119
|
+
readonly via: "none";
|
|
120
|
+
};
|
|
121
|
+
readonly vendorStatus: {
|
|
122
|
+
readonly state: "active";
|
|
123
|
+
};
|
|
124
|
+
readonly notes: null;
|
|
125
|
+
readonly docs: readonly [];
|
|
126
|
+
readonly sources: readonly [];
|
|
127
|
+
};
|
|
128
|
+
readonly axm: {
|
|
129
|
+
readonly status: "unsupported";
|
|
130
|
+
readonly lastVerified: null;
|
|
131
|
+
readonly writer: null;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
readonly permissions: {
|
|
135
|
+
readonly native: {
|
|
136
|
+
readonly availability: {
|
|
137
|
+
readonly via: "none";
|
|
138
|
+
};
|
|
139
|
+
readonly vendorStatus: {
|
|
140
|
+
readonly state: "active";
|
|
141
|
+
};
|
|
142
|
+
readonly notes: null;
|
|
143
|
+
readonly docs: readonly [];
|
|
144
|
+
readonly sources: readonly [];
|
|
145
|
+
};
|
|
146
|
+
readonly axm: {
|
|
147
|
+
readonly status: "unsupported";
|
|
148
|
+
readonly lastVerified: null;
|
|
149
|
+
readonly writer: null;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
//# sourceMappingURL=gemini-app.d.ts.map
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export const geminiAppAgent = {
|
|
2
|
+
id: "gemini-app",
|
|
3
|
+
name: "Gemini app",
|
|
4
|
+
vendor: "Google",
|
|
5
|
+
homepage: "https://gemini.google.com",
|
|
6
|
+
interfaces: ["chat", "hosted-agent"],
|
|
7
|
+
family: "gemini",
|
|
8
|
+
rootDir: null,
|
|
9
|
+
installTarget: {
|
|
10
|
+
kind: "hosted",
|
|
11
|
+
delivery: ["upload"],
|
|
12
|
+
artifact: "skill-file-or-zip",
|
|
13
|
+
instructions: "Run axm lint to validate the skill, then in Gemini Spark choose Skills > Upload and select its SKILL.md file or a ZIP with SKILL.md at the root.",
|
|
14
|
+
docs: "https://support.google.com/gemini/answer/17094296?hl=en",
|
|
15
|
+
},
|
|
16
|
+
lifecycle: { state: "active" },
|
|
17
|
+
detection: { project: { markers: [] }, user: { markers: [] } },
|
|
18
|
+
docs: [
|
|
19
|
+
{
|
|
20
|
+
label: "Create and manage skills for Gemini Apps",
|
|
21
|
+
url: "https://support.google.com/gemini/answer/17094296?hl=en",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
label: "Connected Apps in Gemini",
|
|
25
|
+
url: "https://support.google.com/gemini/answer/13695044?co=GENIE.Platform%3DDesktop&hl=en",
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
capabilities: {
|
|
29
|
+
skill: {
|
|
30
|
+
native: {
|
|
31
|
+
availability: { via: "native" },
|
|
32
|
+
vendorStatus: { state: "active" },
|
|
33
|
+
notes: "Gemini Spark accepts a SKILL.md file or a ZIP with SKILL.md at its root. Subscription, region, language, and surface restrictions apply.",
|
|
34
|
+
docs: [],
|
|
35
|
+
sources: ["https://support.google.com/gemini/answer/17094296?hl=en"],
|
|
36
|
+
scopes: ["user"],
|
|
37
|
+
standardsCompliance: "full",
|
|
38
|
+
convention: "hosted",
|
|
39
|
+
},
|
|
40
|
+
axm: { status: "supported", lastVerified: "2026-08-05", writer: null },
|
|
41
|
+
},
|
|
42
|
+
"mcp-server": {
|
|
43
|
+
native: {
|
|
44
|
+
availability: { via: "native" },
|
|
45
|
+
vendorStatus: { state: "active" },
|
|
46
|
+
notes: "Gemini Spark accepts remote MCP server URLs as custom Connected Apps; Spark eligibility restrictions apply.",
|
|
47
|
+
docs: [],
|
|
48
|
+
sources: [
|
|
49
|
+
"https://support.google.com/gemini/answer/13695044?co=GENIE.Platform%3DDesktop&hl=en",
|
|
50
|
+
],
|
|
51
|
+
scopes: ["user"],
|
|
52
|
+
standardsCompliance: "full",
|
|
53
|
+
convention: "hosted",
|
|
54
|
+
transports: ["http"],
|
|
55
|
+
},
|
|
56
|
+
axm: {
|
|
57
|
+
status: "unsupported",
|
|
58
|
+
lastVerified: null,
|
|
59
|
+
reason: "Gemini Connected App setup is hosted and UI-mediated.",
|
|
60
|
+
writer: null,
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
subagent: {
|
|
64
|
+
native: {
|
|
65
|
+
availability: { via: "none" },
|
|
66
|
+
vendorStatus: { state: "active" },
|
|
67
|
+
notes: null,
|
|
68
|
+
docs: [],
|
|
69
|
+
sources: [],
|
|
70
|
+
},
|
|
71
|
+
axm: { status: "unsupported", lastVerified: null, writer: null },
|
|
72
|
+
},
|
|
73
|
+
hook: {
|
|
74
|
+
native: {
|
|
75
|
+
availability: { via: "none" },
|
|
76
|
+
vendorStatus: { state: "active" },
|
|
77
|
+
notes: null,
|
|
78
|
+
docs: [],
|
|
79
|
+
sources: [],
|
|
80
|
+
},
|
|
81
|
+
axm: { status: "unsupported", writer: null, lastVerified: null },
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
instructions: {
|
|
85
|
+
native: {
|
|
86
|
+
availability: { via: "none" },
|
|
87
|
+
vendorStatus: { state: "active" },
|
|
88
|
+
notes: null,
|
|
89
|
+
docs: [],
|
|
90
|
+
sources: [],
|
|
91
|
+
},
|
|
92
|
+
axm: { status: "unsupported", lastVerified: null, writer: null },
|
|
93
|
+
},
|
|
94
|
+
permissions: {
|
|
95
|
+
native: {
|
|
96
|
+
availability: { via: "none" },
|
|
97
|
+
vendorStatus: { state: "active" },
|
|
98
|
+
notes: null,
|
|
99
|
+
docs: [],
|
|
100
|
+
sources: [],
|
|
101
|
+
},
|
|
102
|
+
axm: { status: "unsupported", lastVerified: null, writer: null },
|
|
103
|
+
},
|
|
104
|
+
};
|
|
105
|
+
//# sourceMappingURL=gemini-app.js.map
|