@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,300 @@
|
|
|
1
|
+
export declare const githubCopilotCliAgent: {
|
|
2
|
+
readonly id: "github-copilot-cli";
|
|
3
|
+
readonly name: "GitHub Copilot CLI";
|
|
4
|
+
readonly vendor: "GitHub";
|
|
5
|
+
readonly homepage: "https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli";
|
|
6
|
+
readonly interfaces: readonly ["cli"];
|
|
7
|
+
readonly family: "github";
|
|
8
|
+
readonly rootDir: ".copilot";
|
|
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: ".github/copilot";
|
|
17
|
+
readonly signal: "supporting";
|
|
18
|
+
readonly note: "Repository and local Copilot CLI settings live under .github/copilot.";
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
readonly user: {
|
|
22
|
+
readonly markers: readonly [{
|
|
23
|
+
readonly kind: "dir";
|
|
24
|
+
readonly path: "~/.copilot";
|
|
25
|
+
readonly signal: "definitive";
|
|
26
|
+
readonly note: null;
|
|
27
|
+
}, {
|
|
28
|
+
readonly kind: "executable";
|
|
29
|
+
readonly name: "copilot";
|
|
30
|
+
readonly signal: "definitive";
|
|
31
|
+
readonly note: "CLI on PATH.";
|
|
32
|
+
}];
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
readonly docs: readonly [{
|
|
36
|
+
readonly label: "GitHub Copilot CLI documentation";
|
|
37
|
+
readonly url: "https://docs.github.com/en/copilot/how-tos/copilot-cli";
|
|
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: null;
|
|
49
|
+
readonly docs: readonly [];
|
|
50
|
+
readonly sources: readonly ["https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/add-skills", "https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference"];
|
|
51
|
+
readonly scopes: readonly ["user", "project"];
|
|
52
|
+
readonly standardsCompliance: "full";
|
|
53
|
+
readonly convention: "vendor";
|
|
54
|
+
readonly directory: ".github/skills";
|
|
55
|
+
readonly additionalReadPaths: readonly [{
|
|
56
|
+
readonly path: ".agents/skills";
|
|
57
|
+
readonly status: "compat";
|
|
58
|
+
}, {
|
|
59
|
+
readonly path: ".claude/skills";
|
|
60
|
+
readonly status: "compat";
|
|
61
|
+
}];
|
|
62
|
+
};
|
|
63
|
+
readonly axm: {
|
|
64
|
+
readonly status: "supported";
|
|
65
|
+
readonly lastVerified: "2026-08-05";
|
|
66
|
+
readonly writer: null;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
readonly "mcp-server": {
|
|
70
|
+
readonly native: {
|
|
71
|
+
readonly availability: {
|
|
72
|
+
readonly via: "native";
|
|
73
|
+
};
|
|
74
|
+
readonly vendorStatus: {
|
|
75
|
+
readonly state: "active";
|
|
76
|
+
};
|
|
77
|
+
readonly notes: null;
|
|
78
|
+
readonly docs: readonly [];
|
|
79
|
+
readonly sources: readonly ["https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers", "https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference", "https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-command-reference"];
|
|
80
|
+
readonly scopes: readonly ["user", "project"];
|
|
81
|
+
readonly standardsCompliance: "full";
|
|
82
|
+
readonly convention: "vendor";
|
|
83
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
84
|
+
readonly mcpEnvExpansion: {
|
|
85
|
+
readonly variables: "none";
|
|
86
|
+
readonly defaults: false;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
readonly axm: {
|
|
90
|
+
readonly status: "supported";
|
|
91
|
+
readonly lastVerified: "2026-08-05";
|
|
92
|
+
readonly writer: {
|
|
93
|
+
readonly config: {
|
|
94
|
+
readonly serversKey: "mcpServers";
|
|
95
|
+
readonly activationField: {
|
|
96
|
+
readonly required: null;
|
|
97
|
+
readonly accepted: readonly [null];
|
|
98
|
+
};
|
|
99
|
+
readonly targets: readonly [{
|
|
100
|
+
readonly scope: "user";
|
|
101
|
+
readonly path: "~/.copilot/mcp-config.json";
|
|
102
|
+
readonly format: "json";
|
|
103
|
+
readonly attribution: "agent";
|
|
104
|
+
}, {
|
|
105
|
+
readonly scope: "project";
|
|
106
|
+
readonly path: ".mcp.json";
|
|
107
|
+
readonly format: "json";
|
|
108
|
+
readonly attribution: "shared";
|
|
109
|
+
}];
|
|
110
|
+
readonly stdio: {
|
|
111
|
+
readonly typeField: {
|
|
112
|
+
readonly required: {
|
|
113
|
+
readonly name: "type";
|
|
114
|
+
readonly value: "stdio";
|
|
115
|
+
};
|
|
116
|
+
readonly accepted: readonly [{
|
|
117
|
+
readonly name: "type";
|
|
118
|
+
readonly value: "stdio";
|
|
119
|
+
}, {
|
|
120
|
+
readonly name: "type";
|
|
121
|
+
readonly value: "local";
|
|
122
|
+
}];
|
|
123
|
+
};
|
|
124
|
+
readonly command: "split";
|
|
125
|
+
readonly envKey: "env";
|
|
126
|
+
};
|
|
127
|
+
readonly remote: {
|
|
128
|
+
readonly typeField: {
|
|
129
|
+
readonly required: {
|
|
130
|
+
readonly name: "type";
|
|
131
|
+
readonly value: {
|
|
132
|
+
readonly "streamable-http": "http";
|
|
133
|
+
readonly sse: "sse";
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
readonly accepted: readonly [{
|
|
137
|
+
readonly name: "type";
|
|
138
|
+
readonly value: {
|
|
139
|
+
readonly "streamable-http": "http";
|
|
140
|
+
readonly sse: "sse";
|
|
141
|
+
};
|
|
142
|
+
}];
|
|
143
|
+
};
|
|
144
|
+
readonly urlKey: {
|
|
145
|
+
readonly "streamable-http": "url";
|
|
146
|
+
readonly sse: "url";
|
|
147
|
+
};
|
|
148
|
+
readonly headersKey: "headers";
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
readonly subagent: {
|
|
155
|
+
readonly native: {
|
|
156
|
+
readonly availability: {
|
|
157
|
+
readonly via: "native";
|
|
158
|
+
};
|
|
159
|
+
readonly vendorStatus: {
|
|
160
|
+
readonly state: "active";
|
|
161
|
+
};
|
|
162
|
+
readonly notes: "No industry spec for subagents yet; GitHub Copilot CLI custom agents are Markdown agent profiles under .github/agents or ~/.copilot/agents.\n";
|
|
163
|
+
readonly docs: readonly [];
|
|
164
|
+
readonly sources: readonly ["https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-custom-agents", "https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference"];
|
|
165
|
+
readonly scopes: readonly ["user", "project"];
|
|
166
|
+
readonly directory: ".github/agents";
|
|
167
|
+
readonly layout: "directory";
|
|
168
|
+
};
|
|
169
|
+
readonly axm: {
|
|
170
|
+
readonly status: "supported";
|
|
171
|
+
readonly lastVerified: "2026-08-05";
|
|
172
|
+
readonly writer: null;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
readonly hook: {
|
|
176
|
+
readonly native: {
|
|
177
|
+
readonly availability: {
|
|
178
|
+
readonly via: "native";
|
|
179
|
+
};
|
|
180
|
+
readonly vendorStatus: {
|
|
181
|
+
readonly state: "active";
|
|
182
|
+
};
|
|
183
|
+
readonly notes: "GitHub Copilot CLI supports shell-command hooks at session, prompt, task, permission, tool-use, notification, and error lifecycle points. AXM models the surface but does not serialize GitHub hook configs yet.\n";
|
|
184
|
+
readonly docs: readonly [];
|
|
185
|
+
readonly sources: readonly ["https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/overview", "https://docs.github.com/en/copilot/reference/hooks-reference"];
|
|
186
|
+
readonly scopes: readonly ["user", "project"];
|
|
187
|
+
readonly modeling: "native-unmodeled";
|
|
188
|
+
};
|
|
189
|
+
readonly axm: {
|
|
190
|
+
readonly status: "unsupported";
|
|
191
|
+
readonly writer: null;
|
|
192
|
+
readonly lastVerified: null;
|
|
193
|
+
readonly reason: "AXM has not implemented a GitHub Copilot CLI hook writer.";
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
readonly instructions: {
|
|
198
|
+
readonly native: {
|
|
199
|
+
readonly availability: {
|
|
200
|
+
readonly via: "native";
|
|
201
|
+
};
|
|
202
|
+
readonly vendorStatus: {
|
|
203
|
+
readonly state: "active";
|
|
204
|
+
};
|
|
205
|
+
readonly notes: "GitHub Copilot CLI supports AGENTS.md plus Copilot-specific instruction files; AXM syncs the cross-agent AGENTS.md convention.\n";
|
|
206
|
+
readonly docs: readonly [];
|
|
207
|
+
readonly sources: readonly ["https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/add-custom-instructions"];
|
|
208
|
+
readonly scopes: readonly ["user", "project"];
|
|
209
|
+
readonly standardsCompliance: "full";
|
|
210
|
+
readonly convention: "universal";
|
|
211
|
+
readonly kind: "agents-md";
|
|
212
|
+
readonly files: readonly ["AGENTS.md"];
|
|
213
|
+
readonly nestedDiscovery: true;
|
|
214
|
+
readonly importSyntax: null;
|
|
215
|
+
};
|
|
216
|
+
readonly axm: {
|
|
217
|
+
readonly status: "supported";
|
|
218
|
+
readonly lastVerified: "2026-08-05";
|
|
219
|
+
readonly writer: null;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
readonly permissions: {
|
|
223
|
+
readonly native: {
|
|
224
|
+
readonly availability: {
|
|
225
|
+
readonly via: "native";
|
|
226
|
+
};
|
|
227
|
+
readonly vendorStatus: {
|
|
228
|
+
readonly state: "active";
|
|
229
|
+
};
|
|
230
|
+
readonly notes: null;
|
|
231
|
+
readonly docs: readonly [];
|
|
232
|
+
readonly sources: readonly ["https://docs.github.com/en/copilot/how-tos/copilot-cli/use-copilot-cli/allowing-tools", "https://docs.github.com/en/copilot/how-tos/copilot-cli/set-up-copilot-cli/configure-copilot-cli", "https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference"];
|
|
233
|
+
readonly scopes: readonly ["user", "project"];
|
|
234
|
+
readonly mechanism: readonly ["cli-flag", "config-file"];
|
|
235
|
+
readonly configFiles: readonly [{
|
|
236
|
+
readonly scope: "user";
|
|
237
|
+
readonly path: "~/.copilot/permissions-config.json";
|
|
238
|
+
readonly format: "json";
|
|
239
|
+
readonly gitignored: false;
|
|
240
|
+
}, {
|
|
241
|
+
readonly scope: "user";
|
|
242
|
+
readonly path: "~/.copilot/settings.json";
|
|
243
|
+
readonly format: "json";
|
|
244
|
+
readonly gitignored: false;
|
|
245
|
+
}, {
|
|
246
|
+
readonly scope: "project";
|
|
247
|
+
readonly path: ".github/copilot/settings.json";
|
|
248
|
+
readonly format: "json";
|
|
249
|
+
readonly gitignored: false;
|
|
250
|
+
}];
|
|
251
|
+
readonly grammar: {
|
|
252
|
+
readonly style: "prefix";
|
|
253
|
+
readonly example: "--allow-tool='shell(axm:*)'";
|
|
254
|
+
readonly notes: "Copilot CLI permission flags use tool-kind patterns such as shell(git:*), write(path), url(domain), or MCP_SERVER(tool). Deny rules take precedence over allow rules.\n";
|
|
255
|
+
};
|
|
256
|
+
readonly prerequisites: readonly [];
|
|
257
|
+
readonly cliFlags: readonly [{
|
|
258
|
+
readonly flag: "--allow-tool='shell(${tool}:*)'";
|
|
259
|
+
readonly note: "Allow a command family without prompting.";
|
|
260
|
+
}, {
|
|
261
|
+
readonly flag: "--allow-all-tools";
|
|
262
|
+
readonly note: "Allow all available tools without prompting.";
|
|
263
|
+
}, {
|
|
264
|
+
readonly flag: "--allow-all";
|
|
265
|
+
readonly note: "Allow all tools, paths, and URLs.";
|
|
266
|
+
}, {
|
|
267
|
+
readonly flag: "--deny-tool";
|
|
268
|
+
readonly note: "Deny a tool pattern; deny rules take precedence over allow rules.";
|
|
269
|
+
}, {
|
|
270
|
+
readonly flag: "--available-tools";
|
|
271
|
+
readonly note: "Restrict the tools available to the session.";
|
|
272
|
+
}, {
|
|
273
|
+
readonly flag: "--excluded-tools";
|
|
274
|
+
readonly note: "Remove tools from the session.";
|
|
275
|
+
}, {
|
|
276
|
+
readonly flag: "--yolo";
|
|
277
|
+
readonly note: "Alias for allowing all tools, paths, and URLs.";
|
|
278
|
+
}];
|
|
279
|
+
};
|
|
280
|
+
readonly axm: {
|
|
281
|
+
readonly status: "supported";
|
|
282
|
+
readonly lastVerified: "2026-08-05";
|
|
283
|
+
readonly writer: {
|
|
284
|
+
readonly grants: {
|
|
285
|
+
readonly shell: {
|
|
286
|
+
readonly target: "CLI invocation";
|
|
287
|
+
readonly patch: null;
|
|
288
|
+
readonly template: "--allow-tool='shell(${tool}:*)'";
|
|
289
|
+
};
|
|
290
|
+
readonly filesystem: {
|
|
291
|
+
readonly target: "CLI invocation";
|
|
292
|
+
readonly patch: null;
|
|
293
|
+
readonly template: "--allow-tool='write(${workspaceRoot}/**)'";
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
//# sourceMappingURL=github-copilot-cli.d.ts.map
|
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
export const githubCopilotCliAgent = {
|
|
2
|
+
id: "github-copilot-cli",
|
|
3
|
+
name: "GitHub Copilot CLI",
|
|
4
|
+
vendor: "GitHub",
|
|
5
|
+
homepage: "https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli",
|
|
6
|
+
interfaces: ["cli"],
|
|
7
|
+
family: "github",
|
|
8
|
+
rootDir: ".copilot",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: {
|
|
12
|
+
markers: [
|
|
13
|
+
{
|
|
14
|
+
kind: "dir",
|
|
15
|
+
path: ".github/copilot",
|
|
16
|
+
signal: "supporting",
|
|
17
|
+
note: "Repository and local Copilot CLI settings live under .github/copilot.",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
},
|
|
21
|
+
user: {
|
|
22
|
+
markers: [
|
|
23
|
+
{ kind: "dir", path: "~/.copilot", signal: "definitive", note: null },
|
|
24
|
+
{ kind: "executable", name: "copilot", signal: "definitive", note: "CLI on PATH." },
|
|
25
|
+
],
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
docs: [
|
|
29
|
+
{
|
|
30
|
+
label: "GitHub Copilot CLI documentation",
|
|
31
|
+
url: "https://docs.github.com/en/copilot/how-tos/copilot-cli",
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
capabilities: {
|
|
35
|
+
skill: {
|
|
36
|
+
native: {
|
|
37
|
+
availability: { via: "native" },
|
|
38
|
+
vendorStatus: { state: "active" },
|
|
39
|
+
notes: null,
|
|
40
|
+
docs: [],
|
|
41
|
+
sources: [
|
|
42
|
+
"https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/add-skills",
|
|
43
|
+
"https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference",
|
|
44
|
+
],
|
|
45
|
+
scopes: ["user", "project"],
|
|
46
|
+
standardsCompliance: "full",
|
|
47
|
+
convention: "vendor",
|
|
48
|
+
directory: ".github/skills",
|
|
49
|
+
additionalReadPaths: [
|
|
50
|
+
{ path: ".agents/skills", status: "compat" },
|
|
51
|
+
{ path: ".claude/skills", status: "compat" },
|
|
52
|
+
],
|
|
53
|
+
},
|
|
54
|
+
axm: {
|
|
55
|
+
status: "supported",
|
|
56
|
+
lastVerified: "2026-08-05",
|
|
57
|
+
writer: null,
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
|
+
"mcp-server": {
|
|
61
|
+
native: {
|
|
62
|
+
availability: { via: "native" },
|
|
63
|
+
vendorStatus: { state: "active" },
|
|
64
|
+
notes: null,
|
|
65
|
+
docs: [],
|
|
66
|
+
sources: [
|
|
67
|
+
"https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers",
|
|
68
|
+
"https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference",
|
|
69
|
+
"https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-command-reference",
|
|
70
|
+
],
|
|
71
|
+
scopes: ["user", "project"],
|
|
72
|
+
standardsCompliance: "full",
|
|
73
|
+
convention: "vendor",
|
|
74
|
+
transports: ["stdio", "http", "sse"],
|
|
75
|
+
mcpEnvExpansion: {
|
|
76
|
+
variables: "none",
|
|
77
|
+
defaults: false,
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
axm: {
|
|
81
|
+
status: "supported",
|
|
82
|
+
lastVerified: "2026-08-05",
|
|
83
|
+
writer: {
|
|
84
|
+
config: {
|
|
85
|
+
serversKey: "mcpServers",
|
|
86
|
+
activationField: {
|
|
87
|
+
required: null,
|
|
88
|
+
accepted: [null],
|
|
89
|
+
},
|
|
90
|
+
targets: [
|
|
91
|
+
{
|
|
92
|
+
scope: "user",
|
|
93
|
+
path: "~/.copilot/mcp-config.json",
|
|
94
|
+
format: "json",
|
|
95
|
+
attribution: "agent",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
scope: "project",
|
|
99
|
+
path: ".mcp.json",
|
|
100
|
+
format: "json",
|
|
101
|
+
attribution: "shared",
|
|
102
|
+
},
|
|
103
|
+
],
|
|
104
|
+
stdio: {
|
|
105
|
+
typeField: {
|
|
106
|
+
required: {
|
|
107
|
+
name: "type",
|
|
108
|
+
value: "stdio",
|
|
109
|
+
},
|
|
110
|
+
accepted: [
|
|
111
|
+
{
|
|
112
|
+
name: "type",
|
|
113
|
+
value: "stdio",
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: "type",
|
|
117
|
+
value: "local",
|
|
118
|
+
},
|
|
119
|
+
],
|
|
120
|
+
},
|
|
121
|
+
command: "split",
|
|
122
|
+
envKey: "env",
|
|
123
|
+
},
|
|
124
|
+
remote: {
|
|
125
|
+
typeField: {
|
|
126
|
+
required: {
|
|
127
|
+
name: "type",
|
|
128
|
+
value: {
|
|
129
|
+
"streamable-http": "http",
|
|
130
|
+
sse: "sse",
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
accepted: [
|
|
134
|
+
{
|
|
135
|
+
name: "type",
|
|
136
|
+
value: {
|
|
137
|
+
"streamable-http": "http",
|
|
138
|
+
sse: "sse",
|
|
139
|
+
},
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
},
|
|
143
|
+
urlKey: {
|
|
144
|
+
"streamable-http": "url",
|
|
145
|
+
sse: "url",
|
|
146
|
+
},
|
|
147
|
+
headersKey: "headers",
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
subagent: {
|
|
154
|
+
native: {
|
|
155
|
+
availability: { via: "native" },
|
|
156
|
+
vendorStatus: { state: "active" },
|
|
157
|
+
notes: "No industry spec for subagents yet; GitHub Copilot CLI custom agents are Markdown agent profiles under .github/agents or ~/.copilot/agents.\n",
|
|
158
|
+
docs: [],
|
|
159
|
+
sources: [
|
|
160
|
+
"https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-custom-agents",
|
|
161
|
+
"https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference",
|
|
162
|
+
],
|
|
163
|
+
scopes: ["user", "project"],
|
|
164
|
+
directory: ".github/agents",
|
|
165
|
+
layout: "directory",
|
|
166
|
+
},
|
|
167
|
+
axm: {
|
|
168
|
+
status: "supported",
|
|
169
|
+
lastVerified: "2026-08-05",
|
|
170
|
+
writer: null,
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
hook: {
|
|
174
|
+
native: {
|
|
175
|
+
availability: { via: "native" },
|
|
176
|
+
vendorStatus: { state: "active" },
|
|
177
|
+
notes: "GitHub Copilot CLI supports shell-command hooks at session, prompt, task, permission, tool-use, notification, and error lifecycle points. AXM models the surface but does not serialize GitHub hook configs yet.\n",
|
|
178
|
+
docs: [],
|
|
179
|
+
sources: [
|
|
180
|
+
"https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/overview",
|
|
181
|
+
"https://docs.github.com/en/copilot/reference/hooks-reference",
|
|
182
|
+
],
|
|
183
|
+
scopes: ["user", "project"],
|
|
184
|
+
modeling: "native-unmodeled",
|
|
185
|
+
},
|
|
186
|
+
axm: {
|
|
187
|
+
status: "unsupported",
|
|
188
|
+
writer: null,
|
|
189
|
+
lastVerified: null,
|
|
190
|
+
reason: "AXM has not implemented a GitHub Copilot CLI hook writer.",
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
},
|
|
194
|
+
instructions: {
|
|
195
|
+
native: {
|
|
196
|
+
availability: { via: "native" },
|
|
197
|
+
vendorStatus: { state: "active" },
|
|
198
|
+
notes: "GitHub Copilot CLI supports AGENTS.md plus Copilot-specific instruction files; AXM syncs the cross-agent AGENTS.md convention.\n",
|
|
199
|
+
docs: [],
|
|
200
|
+
sources: [
|
|
201
|
+
"https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/add-custom-instructions",
|
|
202
|
+
],
|
|
203
|
+
scopes: ["user", "project"],
|
|
204
|
+
standardsCompliance: "full",
|
|
205
|
+
convention: "universal",
|
|
206
|
+
kind: "agents-md",
|
|
207
|
+
files: ["AGENTS.md"],
|
|
208
|
+
nestedDiscovery: true,
|
|
209
|
+
importSyntax: null,
|
|
210
|
+
},
|
|
211
|
+
axm: {
|
|
212
|
+
status: "supported",
|
|
213
|
+
lastVerified: "2026-08-05",
|
|
214
|
+
writer: null,
|
|
215
|
+
},
|
|
216
|
+
},
|
|
217
|
+
permissions: {
|
|
218
|
+
native: {
|
|
219
|
+
availability: { via: "native" },
|
|
220
|
+
vendorStatus: { state: "active" },
|
|
221
|
+
notes: null,
|
|
222
|
+
docs: [],
|
|
223
|
+
sources: [
|
|
224
|
+
"https://docs.github.com/en/copilot/how-tos/copilot-cli/use-copilot-cli/allowing-tools",
|
|
225
|
+
"https://docs.github.com/en/copilot/how-tos/copilot-cli/set-up-copilot-cli/configure-copilot-cli",
|
|
226
|
+
"https://docs.github.com/en/copilot/reference/copilot-cli-reference/cli-config-dir-reference",
|
|
227
|
+
],
|
|
228
|
+
scopes: ["user", "project"],
|
|
229
|
+
mechanism: ["cli-flag", "config-file"],
|
|
230
|
+
configFiles: [
|
|
231
|
+
{
|
|
232
|
+
scope: "user",
|
|
233
|
+
path: "~/.copilot/permissions-config.json",
|
|
234
|
+
format: "json",
|
|
235
|
+
gitignored: false,
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
scope: "user",
|
|
239
|
+
path: "~/.copilot/settings.json",
|
|
240
|
+
format: "json",
|
|
241
|
+
gitignored: false,
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
scope: "project",
|
|
245
|
+
path: ".github/copilot/settings.json",
|
|
246
|
+
format: "json",
|
|
247
|
+
gitignored: false,
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
grammar: {
|
|
251
|
+
style: "prefix",
|
|
252
|
+
example: "--allow-tool='shell(axm:*)'",
|
|
253
|
+
notes: "Copilot CLI permission flags use tool-kind patterns such as shell(git:*), write(path), url(domain), or MCP_SERVER(tool). Deny rules take precedence over allow rules.\n",
|
|
254
|
+
},
|
|
255
|
+
prerequisites: [],
|
|
256
|
+
cliFlags: [
|
|
257
|
+
{
|
|
258
|
+
flag: "--allow-tool='shell(${tool}:*)'",
|
|
259
|
+
note: "Allow a command family without prompting.",
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
flag: "--allow-all-tools",
|
|
263
|
+
note: "Allow all available tools without prompting.",
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
flag: "--allow-all",
|
|
267
|
+
note: "Allow all tools, paths, and URLs.",
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
flag: "--deny-tool",
|
|
271
|
+
note: "Deny a tool pattern; deny rules take precedence over allow rules.",
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
flag: "--available-tools",
|
|
275
|
+
note: "Restrict the tools available to the session.",
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
flag: "--excluded-tools",
|
|
279
|
+
note: "Remove tools from the session.",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
flag: "--yolo",
|
|
283
|
+
note: "Alias for allowing all tools, paths, and URLs.",
|
|
284
|
+
},
|
|
285
|
+
],
|
|
286
|
+
},
|
|
287
|
+
axm: {
|
|
288
|
+
status: "supported",
|
|
289
|
+
lastVerified: "2026-08-05",
|
|
290
|
+
writer: {
|
|
291
|
+
grants: {
|
|
292
|
+
shell: {
|
|
293
|
+
target: "CLI invocation",
|
|
294
|
+
patch: null,
|
|
295
|
+
template: "--allow-tool='shell(${tool}:*)'",
|
|
296
|
+
},
|
|
297
|
+
filesystem: {
|
|
298
|
+
target: "CLI invocation",
|
|
299
|
+
patch: null,
|
|
300
|
+
template: "--allow-tool='write(${workspaceRoot}/**)'",
|
|
301
|
+
},
|
|
302
|
+
},
|
|
303
|
+
},
|
|
304
|
+
},
|
|
305
|
+
},
|
|
306
|
+
};
|
|
307
|
+
//# sourceMappingURL=github-copilot-cli.js.map
|