@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,245 @@
|
|
|
1
|
+
export declare const openhandsAgent: {
|
|
2
|
+
readonly id: "openhands";
|
|
3
|
+
readonly name: "OpenHands";
|
|
4
|
+
readonly vendor: "All Hands AI";
|
|
5
|
+
readonly homepage: "https://www.openhands.dev";
|
|
6
|
+
readonly interfaces: readonly ["cli"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".openhands";
|
|
9
|
+
readonly lifecycle: {
|
|
10
|
+
readonly state: "active";
|
|
11
|
+
};
|
|
12
|
+
readonly detection: {
|
|
13
|
+
readonly project: {
|
|
14
|
+
readonly markers: readonly [];
|
|
15
|
+
};
|
|
16
|
+
readonly user: {
|
|
17
|
+
readonly markers: readonly [];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
readonly docs: readonly [{
|
|
21
|
+
readonly label: "OpenHands documentation";
|
|
22
|
+
readonly url: "https://docs.openhands.dev";
|
|
23
|
+
}];
|
|
24
|
+
readonly capabilities: {
|
|
25
|
+
readonly skill: {
|
|
26
|
+
readonly native: {
|
|
27
|
+
readonly availability: {
|
|
28
|
+
readonly via: "native";
|
|
29
|
+
};
|
|
30
|
+
readonly vendorStatus: {
|
|
31
|
+
readonly state: "active";
|
|
32
|
+
};
|
|
33
|
+
readonly notes: null;
|
|
34
|
+
readonly docs: readonly [];
|
|
35
|
+
readonly sources: readonly ["https://docs.openhands.dev/overview/skills"];
|
|
36
|
+
readonly scopes: readonly ["user", "project"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "universal";
|
|
39
|
+
readonly directory: ".agents/skills";
|
|
40
|
+
readonly additionalReadPaths: readonly [{
|
|
41
|
+
readonly path: ".openhands/skills";
|
|
42
|
+
readonly status: "deprecated";
|
|
43
|
+
}];
|
|
44
|
+
};
|
|
45
|
+
readonly axm: {
|
|
46
|
+
readonly status: "supported";
|
|
47
|
+
readonly lastVerified: "2026-08-05";
|
|
48
|
+
readonly writer: null;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
readonly "mcp-server": {
|
|
52
|
+
readonly native: {
|
|
53
|
+
readonly availability: {
|
|
54
|
+
readonly via: "native";
|
|
55
|
+
};
|
|
56
|
+
readonly vendorStatus: {
|
|
57
|
+
readonly state: "active";
|
|
58
|
+
};
|
|
59
|
+
readonly notes: "OpenHands stores MCP servers under mcpServers in ~/.openhands/mcp.json and manages them through the openhands mcp CLI.";
|
|
60
|
+
readonly docs: readonly [];
|
|
61
|
+
readonly sources: readonly ["https://docs.openhands.dev/sdk/guides/mcp", "https://docs.openhands.dev/openhands/usage/cli/mcp-servers"];
|
|
62
|
+
readonly scopes: readonly ["user"];
|
|
63
|
+
readonly standardsCompliance: "parity";
|
|
64
|
+
readonly convention: "vendor";
|
|
65
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
66
|
+
};
|
|
67
|
+
readonly axm: {
|
|
68
|
+
readonly status: "unsupported";
|
|
69
|
+
readonly lastVerified: null;
|
|
70
|
+
readonly writer: null;
|
|
71
|
+
readonly reason: "AXM has not implemented an OpenHands MCP writer.";
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
readonly subagent: {
|
|
75
|
+
readonly native: {
|
|
76
|
+
readonly availability: {
|
|
77
|
+
readonly via: "none";
|
|
78
|
+
};
|
|
79
|
+
readonly vendorStatus: {
|
|
80
|
+
readonly state: "active";
|
|
81
|
+
};
|
|
82
|
+
readonly notes: null;
|
|
83
|
+
readonly docs: readonly [];
|
|
84
|
+
readonly sources: readonly [];
|
|
85
|
+
};
|
|
86
|
+
readonly axm: {
|
|
87
|
+
readonly status: "unsupported";
|
|
88
|
+
readonly lastVerified: null;
|
|
89
|
+
readonly writer: null;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
readonly hook: {
|
|
93
|
+
readonly native: {
|
|
94
|
+
readonly availability: {
|
|
95
|
+
readonly via: "native";
|
|
96
|
+
};
|
|
97
|
+
readonly vendorStatus: {
|
|
98
|
+
readonly state: "active";
|
|
99
|
+
};
|
|
100
|
+
readonly notes: "OpenHands lifecycle hooks are shell commands receiving JSON event payloads on stdin. Blocking events can deny with exit code 2 or a JSON decision; several events can inject additional context.";
|
|
101
|
+
readonly docs: readonly [];
|
|
102
|
+
readonly sources: readonly ["https://docs.openhands.dev/openhands/usage/customization/hooks"];
|
|
103
|
+
readonly scopes: readonly ["project"];
|
|
104
|
+
readonly mechanism: readonly ["command-stdin"];
|
|
105
|
+
readonly configFiles: readonly [{
|
|
106
|
+
readonly scope: "project";
|
|
107
|
+
readonly path: ".openhands/hooks.json";
|
|
108
|
+
readonly format: "json";
|
|
109
|
+
readonly gitignored: false;
|
|
110
|
+
}];
|
|
111
|
+
readonly events: readonly [{
|
|
112
|
+
readonly nativeName: "PreToolUse";
|
|
113
|
+
readonly canonical: "tool.pre";
|
|
114
|
+
readonly matcher: {
|
|
115
|
+
readonly kind: "literal-list";
|
|
116
|
+
readonly example: "terminal";
|
|
117
|
+
readonly notes: null;
|
|
118
|
+
};
|
|
119
|
+
readonly decision: readonly [{
|
|
120
|
+
readonly kind: "observe";
|
|
121
|
+
}, {
|
|
122
|
+
readonly kind: "block";
|
|
123
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
124
|
+
}];
|
|
125
|
+
readonly sources: readonly ["https://docs.openhands.dev/openhands/usage/customization/hooks"];
|
|
126
|
+
readonly lastVerified: "2026-08-05";
|
|
127
|
+
}, {
|
|
128
|
+
readonly nativeName: "PostToolUse";
|
|
129
|
+
readonly canonical: "tool.post";
|
|
130
|
+
readonly matcher: {
|
|
131
|
+
readonly kind: "literal-list";
|
|
132
|
+
readonly example: "terminal";
|
|
133
|
+
readonly notes: null;
|
|
134
|
+
};
|
|
135
|
+
readonly decision: readonly [{
|
|
136
|
+
readonly kind: "observe";
|
|
137
|
+
}];
|
|
138
|
+
readonly sources: readonly ["https://docs.openhands.dev/openhands/usage/customization/hooks"];
|
|
139
|
+
readonly lastVerified: "2026-08-05";
|
|
140
|
+
}, {
|
|
141
|
+
readonly nativeName: "UserPromptSubmit";
|
|
142
|
+
readonly canonical: "prompt.submit";
|
|
143
|
+
readonly matcher: {
|
|
144
|
+
readonly kind: "none-imperative";
|
|
145
|
+
readonly example: null;
|
|
146
|
+
readonly notes: null;
|
|
147
|
+
};
|
|
148
|
+
readonly decision: readonly [{
|
|
149
|
+
readonly kind: "observe";
|
|
150
|
+
}, {
|
|
151
|
+
readonly kind: "block";
|
|
152
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
153
|
+
}, {
|
|
154
|
+
readonly kind: "modify";
|
|
155
|
+
readonly operations: readonly ["inject-context"];
|
|
156
|
+
}];
|
|
157
|
+
readonly sources: readonly ["https://docs.openhands.dev/openhands/usage/customization/hooks"];
|
|
158
|
+
readonly lastVerified: "2026-08-05";
|
|
159
|
+
}, {
|
|
160
|
+
readonly nativeName: "Stop";
|
|
161
|
+
readonly canonical: "turn.end";
|
|
162
|
+
readonly matcher: {
|
|
163
|
+
readonly kind: "none-imperative";
|
|
164
|
+
readonly example: null;
|
|
165
|
+
readonly notes: null;
|
|
166
|
+
};
|
|
167
|
+
readonly decision: readonly [{
|
|
168
|
+
readonly kind: "observe";
|
|
169
|
+
}, {
|
|
170
|
+
readonly kind: "block";
|
|
171
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
172
|
+
}];
|
|
173
|
+
readonly sources: readonly ["https://docs.openhands.dev/openhands/usage/customization/hooks"];
|
|
174
|
+
readonly lastVerified: "2026-08-05";
|
|
175
|
+
}, {
|
|
176
|
+
readonly nativeName: "SessionStart";
|
|
177
|
+
readonly canonical: "session.start";
|
|
178
|
+
readonly matcher: {
|
|
179
|
+
readonly kind: "none-imperative";
|
|
180
|
+
readonly example: null;
|
|
181
|
+
readonly notes: null;
|
|
182
|
+
};
|
|
183
|
+
readonly decision: readonly [{
|
|
184
|
+
readonly kind: "observe";
|
|
185
|
+
}, {
|
|
186
|
+
readonly kind: "modify";
|
|
187
|
+
readonly operations: readonly ["inject-context"];
|
|
188
|
+
}];
|
|
189
|
+
readonly sources: readonly ["https://docs.openhands.dev/openhands/usage/customization/hooks"];
|
|
190
|
+
readonly lastVerified: "2026-08-05";
|
|
191
|
+
}];
|
|
192
|
+
readonly tools: readonly [];
|
|
193
|
+
};
|
|
194
|
+
readonly axm: {
|
|
195
|
+
readonly status: "unsupported";
|
|
196
|
+
readonly writer: null;
|
|
197
|
+
readonly lastVerified: null;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
readonly instructions: {
|
|
202
|
+
readonly native: {
|
|
203
|
+
readonly availability: {
|
|
204
|
+
readonly via: "native";
|
|
205
|
+
};
|
|
206
|
+
readonly vendorStatus: {
|
|
207
|
+
readonly state: "active";
|
|
208
|
+
};
|
|
209
|
+
readonly notes: null;
|
|
210
|
+
readonly docs: readonly [];
|
|
211
|
+
readonly sources: readonly ["https://docs.openhands.dev/overview/skills"];
|
|
212
|
+
readonly scopes: readonly ["project"];
|
|
213
|
+
readonly standardsCompliance: "full";
|
|
214
|
+
readonly convention: "universal";
|
|
215
|
+
readonly kind: "agents-md";
|
|
216
|
+
readonly files: readonly ["AGENTS.md"];
|
|
217
|
+
readonly nestedDiscovery: false;
|
|
218
|
+
readonly importSyntax: null;
|
|
219
|
+
};
|
|
220
|
+
readonly axm: {
|
|
221
|
+
readonly status: "supported";
|
|
222
|
+
readonly lastVerified: "2026-08-05";
|
|
223
|
+
readonly writer: null;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly permissions: {
|
|
227
|
+
readonly native: {
|
|
228
|
+
readonly availability: {
|
|
229
|
+
readonly via: "none";
|
|
230
|
+
};
|
|
231
|
+
readonly vendorStatus: {
|
|
232
|
+
readonly state: "active";
|
|
233
|
+
};
|
|
234
|
+
readonly notes: null;
|
|
235
|
+
readonly docs: readonly [];
|
|
236
|
+
readonly sources: readonly [];
|
|
237
|
+
};
|
|
238
|
+
readonly axm: {
|
|
239
|
+
readonly status: "unsupported";
|
|
240
|
+
readonly lastVerified: null;
|
|
241
|
+
readonly writer: null;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
//# sourceMappingURL=openhands.d.ts.map
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
export const openhandsAgent = {
|
|
2
|
+
id: "openhands",
|
|
3
|
+
name: "OpenHands",
|
|
4
|
+
vendor: "All Hands AI",
|
|
5
|
+
homepage: "https://www.openhands.dev",
|
|
6
|
+
interfaces: ["cli"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".openhands",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "OpenHands documentation",
|
|
17
|
+
url: "https://docs.openhands.dev",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: null,
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://docs.openhands.dev/overview/skills"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "universal",
|
|
31
|
+
directory: ".agents/skills",
|
|
32
|
+
additionalReadPaths: [{ path: ".openhands/skills", status: "deprecated" }],
|
|
33
|
+
},
|
|
34
|
+
axm: {
|
|
35
|
+
status: "supported",
|
|
36
|
+
lastVerified: "2026-08-05",
|
|
37
|
+
writer: null,
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
"mcp-server": {
|
|
41
|
+
native: {
|
|
42
|
+
availability: { via: "native" },
|
|
43
|
+
vendorStatus: { state: "active" },
|
|
44
|
+
notes: "OpenHands stores MCP servers under mcpServers in ~/.openhands/mcp.json and manages them through the openhands mcp CLI.",
|
|
45
|
+
docs: [],
|
|
46
|
+
sources: [
|
|
47
|
+
"https://docs.openhands.dev/sdk/guides/mcp",
|
|
48
|
+
"https://docs.openhands.dev/openhands/usage/cli/mcp-servers",
|
|
49
|
+
],
|
|
50
|
+
scopes: ["user"],
|
|
51
|
+
standardsCompliance: "parity",
|
|
52
|
+
convention: "vendor",
|
|
53
|
+
transports: ["stdio", "http", "sse"],
|
|
54
|
+
},
|
|
55
|
+
axm: {
|
|
56
|
+
status: "unsupported",
|
|
57
|
+
lastVerified: null,
|
|
58
|
+
writer: null,
|
|
59
|
+
reason: "AXM has not implemented an OpenHands MCP writer.",
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
subagent: {
|
|
63
|
+
native: {
|
|
64
|
+
availability: { via: "none" },
|
|
65
|
+
vendorStatus: { state: "active" },
|
|
66
|
+
notes: null,
|
|
67
|
+
docs: [],
|
|
68
|
+
sources: [],
|
|
69
|
+
},
|
|
70
|
+
axm: {
|
|
71
|
+
status: "unsupported",
|
|
72
|
+
lastVerified: null,
|
|
73
|
+
writer: null,
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
hook: {
|
|
77
|
+
native: {
|
|
78
|
+
availability: { via: "native" },
|
|
79
|
+
vendorStatus: { state: "active" },
|
|
80
|
+
notes: "OpenHands lifecycle hooks are shell commands receiving JSON event payloads on stdin. Blocking events can deny with exit code 2 or a JSON decision; several events can inject additional context.",
|
|
81
|
+
docs: [],
|
|
82
|
+
sources: ["https://docs.openhands.dev/openhands/usage/customization/hooks"],
|
|
83
|
+
scopes: ["project"],
|
|
84
|
+
mechanism: ["command-stdin"],
|
|
85
|
+
configFiles: [
|
|
86
|
+
{
|
|
87
|
+
scope: "project",
|
|
88
|
+
path: ".openhands/hooks.json",
|
|
89
|
+
format: "json",
|
|
90
|
+
gitignored: false,
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
events: [
|
|
94
|
+
{
|
|
95
|
+
nativeName: "PreToolUse",
|
|
96
|
+
canonical: "tool.pre",
|
|
97
|
+
matcher: { kind: "literal-list", example: "terminal", notes: null },
|
|
98
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
99
|
+
sources: ["https://docs.openhands.dev/openhands/usage/customization/hooks"],
|
|
100
|
+
lastVerified: "2026-08-05",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
nativeName: "PostToolUse",
|
|
104
|
+
canonical: "tool.post",
|
|
105
|
+
matcher: { kind: "literal-list", example: "terminal", notes: null },
|
|
106
|
+
decision: [{ kind: "observe" }],
|
|
107
|
+
sources: ["https://docs.openhands.dev/openhands/usage/customization/hooks"],
|
|
108
|
+
lastVerified: "2026-08-05",
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
nativeName: "UserPromptSubmit",
|
|
112
|
+
canonical: "prompt.submit",
|
|
113
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
114
|
+
decision: [
|
|
115
|
+
{ kind: "observe" },
|
|
116
|
+
{ kind: "block", outcomes: ["allow", "deny"] },
|
|
117
|
+
{ kind: "modify", operations: ["inject-context"] },
|
|
118
|
+
],
|
|
119
|
+
sources: ["https://docs.openhands.dev/openhands/usage/customization/hooks"],
|
|
120
|
+
lastVerified: "2026-08-05",
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
nativeName: "Stop",
|
|
124
|
+
canonical: "turn.end",
|
|
125
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
126
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
127
|
+
sources: ["https://docs.openhands.dev/openhands/usage/customization/hooks"],
|
|
128
|
+
lastVerified: "2026-08-05",
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
nativeName: "SessionStart",
|
|
132
|
+
canonical: "session.start",
|
|
133
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
134
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
135
|
+
sources: ["https://docs.openhands.dev/openhands/usage/customization/hooks"],
|
|
136
|
+
lastVerified: "2026-08-05",
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
tools: [],
|
|
140
|
+
},
|
|
141
|
+
axm: {
|
|
142
|
+
status: "unsupported",
|
|
143
|
+
writer: null,
|
|
144
|
+
lastVerified: null,
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
instructions: {
|
|
149
|
+
native: {
|
|
150
|
+
availability: { via: "native" },
|
|
151
|
+
vendorStatus: { state: "active" },
|
|
152
|
+
notes: null,
|
|
153
|
+
docs: [],
|
|
154
|
+
sources: ["https://docs.openhands.dev/overview/skills"],
|
|
155
|
+
scopes: ["project"],
|
|
156
|
+
standardsCompliance: "full",
|
|
157
|
+
convention: "universal",
|
|
158
|
+
kind: "agents-md",
|
|
159
|
+
files: ["AGENTS.md"],
|
|
160
|
+
nestedDiscovery: false,
|
|
161
|
+
importSyntax: null,
|
|
162
|
+
},
|
|
163
|
+
axm: {
|
|
164
|
+
status: "supported",
|
|
165
|
+
lastVerified: "2026-08-05",
|
|
166
|
+
writer: null,
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
permissions: {
|
|
170
|
+
native: {
|
|
171
|
+
availability: { via: "none" },
|
|
172
|
+
vendorStatus: { state: "active" },
|
|
173
|
+
notes: null,
|
|
174
|
+
docs: [],
|
|
175
|
+
sources: [],
|
|
176
|
+
},
|
|
177
|
+
axm: {
|
|
178
|
+
status: "unsupported",
|
|
179
|
+
lastVerified: null,
|
|
180
|
+
writer: null,
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
|
+
};
|
|
184
|
+
//# sourceMappingURL=openhands.js.map
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
export declare const piAgent: {
|
|
2
|
+
readonly id: "pi";
|
|
3
|
+
readonly name: "Pi";
|
|
4
|
+
readonly vendor: "Earendil Inc";
|
|
5
|
+
readonly homepage: "https://github.com/earendil-works/pi";
|
|
6
|
+
readonly interfaces: readonly ["cli"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".pi";
|
|
9
|
+
readonly lifecycle: {
|
|
10
|
+
readonly state: "active";
|
|
11
|
+
};
|
|
12
|
+
readonly detection: {
|
|
13
|
+
readonly project: {
|
|
14
|
+
readonly markers: readonly [];
|
|
15
|
+
};
|
|
16
|
+
readonly user: {
|
|
17
|
+
readonly markers: readonly [];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
readonly docs: readonly [{
|
|
21
|
+
readonly label: "Pi coding agent documentation";
|
|
22
|
+
readonly url: "https://pi.dev/docs";
|
|
23
|
+
}];
|
|
24
|
+
readonly capabilities: {
|
|
25
|
+
readonly skill: {
|
|
26
|
+
readonly native: {
|
|
27
|
+
readonly availability: {
|
|
28
|
+
readonly via: "native";
|
|
29
|
+
};
|
|
30
|
+
readonly vendorStatus: {
|
|
31
|
+
readonly state: "active";
|
|
32
|
+
};
|
|
33
|
+
readonly notes: "Skills follow the Agent Skills SKILL.md standard and are invoked via /skill:name. Pi discovers them from .pi/skills and .agents/skills (project, searched up through parent directories) and ~/.pi/agent/skills and ~/.agents/skills (user).\n";
|
|
34
|
+
readonly docs: readonly [];
|
|
35
|
+
readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md"];
|
|
36
|
+
readonly scopes: readonly ["user", "project"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "vendor";
|
|
39
|
+
readonly directory: ".pi/skills";
|
|
40
|
+
};
|
|
41
|
+
readonly axm: {
|
|
42
|
+
readonly status: "supported";
|
|
43
|
+
readonly lastVerified: "2026-08-05";
|
|
44
|
+
readonly writer: null;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
readonly "mcp-server": {
|
|
48
|
+
readonly native: {
|
|
49
|
+
readonly availability: {
|
|
50
|
+
readonly via: "none";
|
|
51
|
+
};
|
|
52
|
+
readonly vendorStatus: {
|
|
53
|
+
readonly state: "active";
|
|
54
|
+
};
|
|
55
|
+
readonly notes: "Pi ships a deliberate \"no MCP\" core. Its built-in tools are read, bash, edit, write, grep, find, and ls; MCP can only be added by installing or building a TypeScript extension.\n";
|
|
56
|
+
readonly docs: readonly [];
|
|
57
|
+
readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md"];
|
|
58
|
+
};
|
|
59
|
+
readonly axm: {
|
|
60
|
+
readonly status: "unsupported";
|
|
61
|
+
readonly lastVerified: null;
|
|
62
|
+
readonly writer: null;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
readonly subagent: {
|
|
66
|
+
readonly native: {
|
|
67
|
+
readonly availability: {
|
|
68
|
+
readonly via: "plugin";
|
|
69
|
+
readonly provider: "third-party";
|
|
70
|
+
readonly plugin: {
|
|
71
|
+
readonly name: "pi-subagents";
|
|
72
|
+
readonly homepage: "https://github.com/nicobailon/pi-subagents";
|
|
73
|
+
readonly author: "nicobailon";
|
|
74
|
+
readonly distribution: {
|
|
75
|
+
readonly mechanism: "agent-native";
|
|
76
|
+
readonly installHint: "pi install npm:pi-subagents";
|
|
77
|
+
readonly packageRef: "npm:pi-subagents";
|
|
78
|
+
};
|
|
79
|
+
readonly detection: {
|
|
80
|
+
readonly paths: readonly [{
|
|
81
|
+
readonly scope: "user";
|
|
82
|
+
readonly path: "~/.pi/agent/agents/";
|
|
83
|
+
readonly kind: "dir";
|
|
84
|
+
}, {
|
|
85
|
+
readonly scope: "project";
|
|
86
|
+
readonly path: ".pi/agents/";
|
|
87
|
+
readonly kind: "dir";
|
|
88
|
+
}, {
|
|
89
|
+
readonly scope: "user";
|
|
90
|
+
readonly path: "~/.pi/agent/extensions/subagent/agents/";
|
|
91
|
+
readonly kind: "dir";
|
|
92
|
+
}];
|
|
93
|
+
readonly configKeys: readonly [{
|
|
94
|
+
readonly scope: "user";
|
|
95
|
+
readonly file: "~/.pi/agent/settings.json";
|
|
96
|
+
readonly key: "subagents";
|
|
97
|
+
}, {
|
|
98
|
+
readonly scope: "project";
|
|
99
|
+
readonly file: ".pi/settings.json";
|
|
100
|
+
readonly key: "subagents";
|
|
101
|
+
}];
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
readonly vendorStatus: {
|
|
106
|
+
readonly state: "active";
|
|
107
|
+
};
|
|
108
|
+
readonly notes: "Pi has no built-in subagent system by design, but the third-party pi-subagents plugin adds a subagent extension surface. AXM describes and may detect this plugin, but does not install, resolve, or manage it.\n";
|
|
109
|
+
readonly docs: readonly [];
|
|
110
|
+
readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md", "https://github.com/nicobailon/pi-subagents"];
|
|
111
|
+
readonly scopes: readonly ["user", "project"];
|
|
112
|
+
};
|
|
113
|
+
readonly axm: {
|
|
114
|
+
readonly status: "unsupported";
|
|
115
|
+
readonly lastVerified: null;
|
|
116
|
+
readonly writer: null;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
readonly hook: {
|
|
120
|
+
readonly native: {
|
|
121
|
+
readonly availability: {
|
|
122
|
+
readonly via: "native";
|
|
123
|
+
};
|
|
124
|
+
readonly vendorStatus: {
|
|
125
|
+
readonly state: "active";
|
|
126
|
+
};
|
|
127
|
+
readonly notes: "Pi extension hooks are in-process TypeScript extension points; this is the core Pi project, not the oh-my-pi fork. AXM models the surface but does not serialize Pi extension hooks yet.";
|
|
128
|
+
readonly docs: readonly [];
|
|
129
|
+
readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md"];
|
|
130
|
+
readonly scopes: readonly ["user", "project"];
|
|
131
|
+
readonly modeling: "native-unmodeled";
|
|
132
|
+
};
|
|
133
|
+
readonly axm: {
|
|
134
|
+
readonly status: "unsupported";
|
|
135
|
+
readonly writer: null;
|
|
136
|
+
readonly lastVerified: null;
|
|
137
|
+
readonly reason: "AXM has not implemented Pi extension hook writers.";
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
readonly instructions: {
|
|
142
|
+
readonly native: {
|
|
143
|
+
readonly availability: {
|
|
144
|
+
readonly via: "native";
|
|
145
|
+
};
|
|
146
|
+
readonly vendorStatus: {
|
|
147
|
+
readonly state: "active";
|
|
148
|
+
};
|
|
149
|
+
readonly notes: "AGENTS.md and CLAUDE.md context load at startup from the global directory (~/.pi/agent), parent directories, and the current directory; all matching files are concatenated.\n";
|
|
150
|
+
readonly docs: readonly [];
|
|
151
|
+
readonly sources: readonly ["https://github.com/earendil-works/pi/blob/main/packages/coding-agent/README.md"];
|
|
152
|
+
readonly scopes: readonly ["user", "project"];
|
|
153
|
+
readonly standardsCompliance: "full";
|
|
154
|
+
readonly convention: "universal";
|
|
155
|
+
readonly kind: "agents-md";
|
|
156
|
+
readonly files: readonly ["AGENTS.md"];
|
|
157
|
+
readonly nestedDiscovery: true;
|
|
158
|
+
readonly importSyntax: null;
|
|
159
|
+
};
|
|
160
|
+
readonly axm: {
|
|
161
|
+
readonly status: "supported";
|
|
162
|
+
readonly lastVerified: "2026-08-05";
|
|
163
|
+
readonly writer: null;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
readonly permissions: {
|
|
167
|
+
readonly native: {
|
|
168
|
+
readonly availability: {
|
|
169
|
+
readonly via: "none";
|
|
170
|
+
};
|
|
171
|
+
readonly vendorStatus: {
|
|
172
|
+
readonly state: "active";
|
|
173
|
+
};
|
|
174
|
+
readonly notes: "Pi has no per-tool permission-grant surface. It does provide project trust through defaultProjectTrust in settings.json, ~/.pi/agent/trust.json, /trust, and --approve/--no-approve; that gate controls loading project-local resources rather than individual tool calls.\n";
|
|
175
|
+
readonly docs: readonly [];
|
|
176
|
+
readonly sources: readonly ["https://pi.dev/docs/latest/settings"];
|
|
177
|
+
};
|
|
178
|
+
readonly axm: {
|
|
179
|
+
readonly status: "unsupported";
|
|
180
|
+
readonly lastVerified: null;
|
|
181
|
+
readonly writer: null;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
//# sourceMappingURL=pi.d.ts.map
|