@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,156 @@
|
|
|
1
|
+
export const rovodevAgent = {
|
|
2
|
+
id: "rovodev",
|
|
3
|
+
name: "Rovo Dev",
|
|
4
|
+
vendor: "Atlassian",
|
|
5
|
+
homepage: "https://www.atlassian.com/software/rovo-dev",
|
|
6
|
+
interfaces: ["cli"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".rovodev",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [{ kind: "dir", path: ".rovodev", signal: "definitive", note: null }] },
|
|
12
|
+
user: { markers: [{ kind: "dir", path: "~/.rovodev", signal: "definitive", note: null }] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Rovo Dev CLI skills",
|
|
17
|
+
url: "https://support.atlassian.com/rovo/docs/extend-rovo-dev-cli-with-agent-skills/",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: "Rovo Dev also reads universal .agents/skills in both project and user scopes.\n",
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://support.atlassian.com/rovo/docs/extend-rovo-dev-cli-with-agent-skills/"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "vendor",
|
|
31
|
+
directory: ".rovodev/skills",
|
|
32
|
+
},
|
|
33
|
+
axm: {
|
|
34
|
+
status: "supported",
|
|
35
|
+
lastVerified: "2026-08-05",
|
|
36
|
+
writer: null,
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
"mcp-server": {
|
|
40
|
+
native: {
|
|
41
|
+
availability: { via: "native" },
|
|
42
|
+
vendorStatus: { state: "active" },
|
|
43
|
+
notes: "Rovo Dev supports local and remote MCP server configuration.",
|
|
44
|
+
docs: [],
|
|
45
|
+
sources: [
|
|
46
|
+
"https://support.atlassian.com/rovo/docs/connect-to-an-mcp-server-in-rovo-dev-cli/",
|
|
47
|
+
"https://support.atlassian.com/bitbucket-cloud/docs/rovo-dev-advanced-agentic-configuration/",
|
|
48
|
+
],
|
|
49
|
+
scopes: ["user", "project"],
|
|
50
|
+
standardsCompliance: "full",
|
|
51
|
+
convention: "universal",
|
|
52
|
+
transports: ["stdio", "http", "sse"],
|
|
53
|
+
mcpEnvExpansion: { variables: "braced", defaults: true },
|
|
54
|
+
},
|
|
55
|
+
axm: {
|
|
56
|
+
status: "unsupported",
|
|
57
|
+
lastVerified: null,
|
|
58
|
+
writer: null,
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
subagent: {
|
|
62
|
+
native: {
|
|
63
|
+
availability: { via: "native" },
|
|
64
|
+
vendorStatus: { state: "active" },
|
|
65
|
+
notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout.",
|
|
66
|
+
docs: [],
|
|
67
|
+
sources: ["https://support.atlassian.com/rovo/docs/use-subagents-in-rovo-dev-cli/"],
|
|
68
|
+
scopes: ["user", "project"],
|
|
69
|
+
directory: ".rovodev/subagents",
|
|
70
|
+
layout: "directory",
|
|
71
|
+
},
|
|
72
|
+
axm: {
|
|
73
|
+
status: "supported",
|
|
74
|
+
lastVerified: "2026-08-05",
|
|
75
|
+
writer: null,
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
hook: {
|
|
79
|
+
native: {
|
|
80
|
+
availability: { via: "native" },
|
|
81
|
+
vendorStatus: { state: "active" },
|
|
82
|
+
notes: "Rovo Dev exposes event hooks including tool-permission, response-finished, and error events; the public surface is recorded without an AXM serializer model.",
|
|
83
|
+
docs: [],
|
|
84
|
+
sources: [
|
|
85
|
+
"https://www.atlassian.com/blog/developer/streamline-rovo-dev-cli-with-event-hooks",
|
|
86
|
+
],
|
|
87
|
+
scopes: ["user", "project"],
|
|
88
|
+
modeling: "native-unmodeled",
|
|
89
|
+
},
|
|
90
|
+
axm: {
|
|
91
|
+
status: "unsupported",
|
|
92
|
+
writer: null,
|
|
93
|
+
lastVerified: null,
|
|
94
|
+
},
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
instructions: {
|
|
98
|
+
native: {
|
|
99
|
+
availability: { via: "native" },
|
|
100
|
+
vendorStatus: { state: "active" },
|
|
101
|
+
notes: "Rovo Dev reads hierarchical AGENTS.md memory files.",
|
|
102
|
+
docs: [],
|
|
103
|
+
sources: ["https://support.atlassian.com/rovo/docs/use-memory-in-rovo-dev-cli/"],
|
|
104
|
+
scopes: ["user", "project"],
|
|
105
|
+
standardsCompliance: "full",
|
|
106
|
+
convention: "universal",
|
|
107
|
+
kind: "agents-md",
|
|
108
|
+
files: ["AGENTS.md"],
|
|
109
|
+
nestedDiscovery: true,
|
|
110
|
+
importSyntax: null,
|
|
111
|
+
},
|
|
112
|
+
axm: {
|
|
113
|
+
status: "unsupported",
|
|
114
|
+
lastVerified: null,
|
|
115
|
+
writer: null,
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
permissions: {
|
|
119
|
+
native: {
|
|
120
|
+
availability: { via: "native" },
|
|
121
|
+
vendorStatus: { state: "active" },
|
|
122
|
+
notes: "Rovo Dev toolPermissions rules select allow, ask, or deny behavior by tool call.",
|
|
123
|
+
docs: [],
|
|
124
|
+
sources: ["https://support.atlassian.com/rovo/docs/manage-rovo-dev-cli-settings/"],
|
|
125
|
+
scopes: ["user", "project"],
|
|
126
|
+
mechanism: ["config-file", "cli-flag"],
|
|
127
|
+
configFiles: [
|
|
128
|
+
{
|
|
129
|
+
scope: "user",
|
|
130
|
+
path: "~/.rovodev/config.yml",
|
|
131
|
+
format: "yaml",
|
|
132
|
+
gitignored: false,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
scope: "project",
|
|
136
|
+
path: ".rovodev/config.yml",
|
|
137
|
+
format: "yaml",
|
|
138
|
+
gitignored: false,
|
|
139
|
+
},
|
|
140
|
+
],
|
|
141
|
+
grammar: {
|
|
142
|
+
style: "tool-call",
|
|
143
|
+
example: "Bash(git status)",
|
|
144
|
+
notes: "Rules choose allow, ask, or deny, with a configurable default.",
|
|
145
|
+
},
|
|
146
|
+
prerequisites: [],
|
|
147
|
+
cliFlags: [],
|
|
148
|
+
},
|
|
149
|
+
axm: {
|
|
150
|
+
status: "unsupported",
|
|
151
|
+
lastVerified: null,
|
|
152
|
+
writer: null,
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
};
|
|
156
|
+
//# sourceMappingURL=rovodev.js.map
|
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
export declare const tabnineCliAgent: {
|
|
2
|
+
readonly id: "tabnine-cli";
|
|
3
|
+
readonly name: "Tabnine CLI";
|
|
4
|
+
readonly vendor: "Tabnine";
|
|
5
|
+
readonly homepage: "https://www.tabnine.com/platform-cli/";
|
|
6
|
+
readonly interfaces: readonly ["cli"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".tabnine";
|
|
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: ".tabnine";
|
|
17
|
+
readonly signal: "definitive";
|
|
18
|
+
readonly note: null;
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
readonly user: {
|
|
22
|
+
readonly markers: readonly [{
|
|
23
|
+
readonly kind: "dir";
|
|
24
|
+
readonly path: "~/.tabnine";
|
|
25
|
+
readonly signal: "definitive";
|
|
26
|
+
readonly note: null;
|
|
27
|
+
}];
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
readonly docs: readonly [{
|
|
31
|
+
readonly label: "Tabnine CLI";
|
|
32
|
+
readonly url: "https://www.tabnine.com/platform-cli/";
|
|
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: null;
|
|
44
|
+
readonly docs: readonly [];
|
|
45
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/agent-skills"];
|
|
46
|
+
readonly scopes: readonly ["user", "project"];
|
|
47
|
+
readonly standardsCompliance: "full";
|
|
48
|
+
readonly convention: "vendor";
|
|
49
|
+
readonly directory: ".tabnine/agent/skills";
|
|
50
|
+
};
|
|
51
|
+
readonly axm: {
|
|
52
|
+
readonly status: "supported";
|
|
53
|
+
readonly lastVerified: "2026-08-05";
|
|
54
|
+
readonly writer: null;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
readonly "mcp-server": {
|
|
58
|
+
readonly native: {
|
|
59
|
+
readonly availability: {
|
|
60
|
+
readonly via: "native";
|
|
61
|
+
};
|
|
62
|
+
readonly vendorStatus: {
|
|
63
|
+
readonly state: "active";
|
|
64
|
+
};
|
|
65
|
+
readonly notes: "Tabnine MCP servers are configured in .tabnine/mcp_servers.json and ~/.tabnine/mcp_servers.json.";
|
|
66
|
+
readonly docs: readonly [];
|
|
67
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-agent/mcp-intro-and-setup"];
|
|
68
|
+
readonly scopes: readonly ["user", "project"];
|
|
69
|
+
readonly standardsCompliance: "parity";
|
|
70
|
+
readonly convention: "universal";
|
|
71
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
72
|
+
};
|
|
73
|
+
readonly axm: {
|
|
74
|
+
readonly status: "unsupported";
|
|
75
|
+
readonly lastVerified: null;
|
|
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: "native";
|
|
101
|
+
};
|
|
102
|
+
readonly vendorStatus: {
|
|
103
|
+
readonly state: "active";
|
|
104
|
+
};
|
|
105
|
+
readonly notes: "Tabnine hooks execute synchronously from layered agent settings and can observe, block, or modify selected lifecycle operations.";
|
|
106
|
+
readonly docs: readonly [];
|
|
107
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"];
|
|
108
|
+
readonly scopes: readonly ["user", "project"];
|
|
109
|
+
readonly mechanism: readonly ["command-stdin"];
|
|
110
|
+
readonly configFiles: readonly [{
|
|
111
|
+
readonly scope: "project";
|
|
112
|
+
readonly path: ".tabnine/agent/settings.json";
|
|
113
|
+
readonly format: "json";
|
|
114
|
+
readonly gitignored: false;
|
|
115
|
+
}, {
|
|
116
|
+
readonly scope: "user";
|
|
117
|
+
readonly path: "~/.tabnine/agent/settings.json";
|
|
118
|
+
readonly format: "json";
|
|
119
|
+
readonly gitignored: false;
|
|
120
|
+
}];
|
|
121
|
+
readonly events: readonly [{
|
|
122
|
+
readonly nativeName: "SessionStart";
|
|
123
|
+
readonly canonical: "session.start";
|
|
124
|
+
readonly matcher: {
|
|
125
|
+
readonly kind: "none-imperative";
|
|
126
|
+
readonly example: null;
|
|
127
|
+
readonly notes: null;
|
|
128
|
+
};
|
|
129
|
+
readonly decision: readonly [{
|
|
130
|
+
readonly kind: "observe";
|
|
131
|
+
}];
|
|
132
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"];
|
|
133
|
+
readonly lastVerified: "2026-08-05";
|
|
134
|
+
}, {
|
|
135
|
+
readonly nativeName: "BeforeAgent";
|
|
136
|
+
readonly canonical: "prompt.submit";
|
|
137
|
+
readonly matcher: {
|
|
138
|
+
readonly kind: "none-imperative";
|
|
139
|
+
readonly example: null;
|
|
140
|
+
readonly notes: null;
|
|
141
|
+
};
|
|
142
|
+
readonly decision: readonly [{
|
|
143
|
+
readonly kind: "observe";
|
|
144
|
+
}];
|
|
145
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"];
|
|
146
|
+
readonly lastVerified: "2026-08-05";
|
|
147
|
+
}, {
|
|
148
|
+
readonly nativeName: "AfterAgent";
|
|
149
|
+
readonly canonical: "turn.end";
|
|
150
|
+
readonly matcher: {
|
|
151
|
+
readonly kind: "none-imperative";
|
|
152
|
+
readonly example: null;
|
|
153
|
+
readonly notes: null;
|
|
154
|
+
};
|
|
155
|
+
readonly decision: readonly [{
|
|
156
|
+
readonly kind: "observe";
|
|
157
|
+
}];
|
|
158
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"];
|
|
159
|
+
readonly lastVerified: "2026-08-05";
|
|
160
|
+
}, {
|
|
161
|
+
readonly nativeName: "BeforeTool";
|
|
162
|
+
readonly canonical: "tool.pre";
|
|
163
|
+
readonly matcher: {
|
|
164
|
+
readonly kind: "literal-list";
|
|
165
|
+
readonly example: "shell,read,write";
|
|
166
|
+
readonly notes: null;
|
|
167
|
+
};
|
|
168
|
+
readonly decision: readonly [{
|
|
169
|
+
readonly kind: "observe";
|
|
170
|
+
}, {
|
|
171
|
+
readonly kind: "block";
|
|
172
|
+
readonly outcomes: readonly ["allow", "deny"];
|
|
173
|
+
}, {
|
|
174
|
+
readonly kind: "modify";
|
|
175
|
+
readonly operations: readonly ["modify-input"];
|
|
176
|
+
}];
|
|
177
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"];
|
|
178
|
+
readonly lastVerified: "2026-08-05";
|
|
179
|
+
}, {
|
|
180
|
+
readonly nativeName: "AfterTool";
|
|
181
|
+
readonly canonical: "tool.post";
|
|
182
|
+
readonly matcher: {
|
|
183
|
+
readonly kind: "literal-list";
|
|
184
|
+
readonly example: "shell,read,write";
|
|
185
|
+
readonly notes: null;
|
|
186
|
+
};
|
|
187
|
+
readonly decision: readonly [{
|
|
188
|
+
readonly kind: "observe";
|
|
189
|
+
}];
|
|
190
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"];
|
|
191
|
+
readonly lastVerified: "2026-08-05";
|
|
192
|
+
}, {
|
|
193
|
+
readonly nativeName: "PreCompress";
|
|
194
|
+
readonly canonical: "compaction.pre";
|
|
195
|
+
readonly matcher: {
|
|
196
|
+
readonly kind: "none-imperative";
|
|
197
|
+
readonly example: null;
|
|
198
|
+
readonly notes: null;
|
|
199
|
+
};
|
|
200
|
+
readonly decision: readonly [{
|
|
201
|
+
readonly kind: "observe";
|
|
202
|
+
}];
|
|
203
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"];
|
|
204
|
+
readonly lastVerified: "2026-08-05";
|
|
205
|
+
}];
|
|
206
|
+
readonly tools: readonly [];
|
|
207
|
+
};
|
|
208
|
+
readonly axm: {
|
|
209
|
+
readonly status: "unsupported";
|
|
210
|
+
readonly writer: null;
|
|
211
|
+
readonly lastVerified: null;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
readonly instructions: {
|
|
216
|
+
readonly native: {
|
|
217
|
+
readonly availability: {
|
|
218
|
+
readonly via: "native";
|
|
219
|
+
};
|
|
220
|
+
readonly vendorStatus: {
|
|
221
|
+
readonly state: "active";
|
|
222
|
+
};
|
|
223
|
+
readonly notes: "Tabnine reads guidelines.md files under .tabnine/guidelines and can override the context filename through settings.";
|
|
224
|
+
readonly docs: readonly [];
|
|
225
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-agent/guidelines"];
|
|
226
|
+
readonly scopes: readonly ["user", "project"];
|
|
227
|
+
readonly standardsCompliance: "parity";
|
|
228
|
+
readonly convention: "vendor";
|
|
229
|
+
readonly kind: "own-file";
|
|
230
|
+
readonly directory: ".tabnine/guidelines";
|
|
231
|
+
readonly files: readonly ["guidelines.md"];
|
|
232
|
+
readonly nestedDiscovery: false;
|
|
233
|
+
readonly importSyntax: null;
|
|
234
|
+
};
|
|
235
|
+
readonly axm: {
|
|
236
|
+
readonly status: "unsupported";
|
|
237
|
+
readonly lastVerified: null;
|
|
238
|
+
readonly writer: null;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
readonly permissions: {
|
|
242
|
+
readonly native: {
|
|
243
|
+
readonly availability: {
|
|
244
|
+
readonly via: "native";
|
|
245
|
+
};
|
|
246
|
+
readonly vendorStatus: {
|
|
247
|
+
readonly state: "active";
|
|
248
|
+
};
|
|
249
|
+
readonly notes: "Tabnine settings define allowed and excluded tools plus persistent-approval and policy-path controls.";
|
|
250
|
+
readonly docs: readonly [];
|
|
251
|
+
readonly sources: readonly ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/settings/settings-reference"];
|
|
252
|
+
readonly scopes: readonly ["user", "project"];
|
|
253
|
+
readonly mechanism: readonly ["config-file"];
|
|
254
|
+
readonly configFiles: readonly [{
|
|
255
|
+
readonly scope: "project";
|
|
256
|
+
readonly path: ".tabnine/agent/settings.json";
|
|
257
|
+
readonly format: "json";
|
|
258
|
+
readonly gitignored: false;
|
|
259
|
+
}, {
|
|
260
|
+
readonly scope: "user";
|
|
261
|
+
readonly path: "~/.tabnine/agent/settings.json";
|
|
262
|
+
readonly format: "json";
|
|
263
|
+
readonly gitignored: false;
|
|
264
|
+
}];
|
|
265
|
+
readonly grammar: {
|
|
266
|
+
readonly style: "glob";
|
|
267
|
+
readonly example: "tools.allowed: [\"shell\"]";
|
|
268
|
+
readonly notes: "Allowed and excluded tool lists combine with security and policy-path settings.";
|
|
269
|
+
};
|
|
270
|
+
readonly prerequisites: readonly [];
|
|
271
|
+
readonly cliFlags: readonly [];
|
|
272
|
+
};
|
|
273
|
+
readonly axm: {
|
|
274
|
+
readonly status: "unsupported";
|
|
275
|
+
readonly lastVerified: null;
|
|
276
|
+
readonly writer: null;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
//# sourceMappingURL=tabnine-cli.d.ts.map
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
export const tabnineCliAgent = {
|
|
2
|
+
id: "tabnine-cli",
|
|
3
|
+
name: "Tabnine CLI",
|
|
4
|
+
vendor: "Tabnine",
|
|
5
|
+
homepage: "https://www.tabnine.com/platform-cli/",
|
|
6
|
+
interfaces: ["cli"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".tabnine",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [{ kind: "dir", path: ".tabnine", signal: "definitive", note: null }] },
|
|
12
|
+
user: { markers: [{ kind: "dir", path: "~/.tabnine", signal: "definitive", note: null }] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Tabnine CLI",
|
|
17
|
+
url: "https://www.tabnine.com/platform-cli/",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: null,
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: [
|
|
28
|
+
"https://docs.tabnine.com/main/getting-started/tabnine-cli/features/agent-skills",
|
|
29
|
+
],
|
|
30
|
+
scopes: ["user", "project"],
|
|
31
|
+
standardsCompliance: "full",
|
|
32
|
+
convention: "vendor",
|
|
33
|
+
directory: ".tabnine/agent/skills",
|
|
34
|
+
},
|
|
35
|
+
axm: {
|
|
36
|
+
status: "supported",
|
|
37
|
+
lastVerified: "2026-08-05",
|
|
38
|
+
writer: null,
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
"mcp-server": {
|
|
42
|
+
native: {
|
|
43
|
+
availability: { via: "native" },
|
|
44
|
+
vendorStatus: { state: "active" },
|
|
45
|
+
notes: "Tabnine MCP servers are configured in .tabnine/mcp_servers.json and ~/.tabnine/mcp_servers.json.",
|
|
46
|
+
docs: [],
|
|
47
|
+
sources: [
|
|
48
|
+
"https://docs.tabnine.com/main/getting-started/tabnine-agent/mcp-intro-and-setup",
|
|
49
|
+
],
|
|
50
|
+
scopes: ["user", "project"],
|
|
51
|
+
standardsCompliance: "parity",
|
|
52
|
+
convention: "universal",
|
|
53
|
+
transports: ["stdio", "http", "sse"],
|
|
54
|
+
},
|
|
55
|
+
axm: {
|
|
56
|
+
status: "unsupported",
|
|
57
|
+
lastVerified: null,
|
|
58
|
+
writer: null,
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
subagent: {
|
|
62
|
+
native: {
|
|
63
|
+
availability: { via: "none" },
|
|
64
|
+
vendorStatus: { state: "active" },
|
|
65
|
+
notes: null,
|
|
66
|
+
docs: [],
|
|
67
|
+
sources: [],
|
|
68
|
+
},
|
|
69
|
+
axm: {
|
|
70
|
+
status: "unsupported",
|
|
71
|
+
lastVerified: null,
|
|
72
|
+
writer: null,
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
hook: {
|
|
76
|
+
native: {
|
|
77
|
+
availability: { via: "native" },
|
|
78
|
+
vendorStatus: { state: "active" },
|
|
79
|
+
notes: "Tabnine hooks execute synchronously from layered agent settings and can observe, block, or modify selected lifecycle operations.",
|
|
80
|
+
docs: [],
|
|
81
|
+
sources: ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"],
|
|
82
|
+
scopes: ["user", "project"],
|
|
83
|
+
mechanism: ["command-stdin"],
|
|
84
|
+
configFiles: [
|
|
85
|
+
{
|
|
86
|
+
scope: "project",
|
|
87
|
+
path: ".tabnine/agent/settings.json",
|
|
88
|
+
format: "json",
|
|
89
|
+
gitignored: false,
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
scope: "user",
|
|
93
|
+
path: "~/.tabnine/agent/settings.json",
|
|
94
|
+
format: "json",
|
|
95
|
+
gitignored: false,
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
events: [
|
|
99
|
+
{
|
|
100
|
+
nativeName: "SessionStart",
|
|
101
|
+
canonical: "session.start",
|
|
102
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
103
|
+
decision: [{ kind: "observe" }],
|
|
104
|
+
sources: ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"],
|
|
105
|
+
lastVerified: "2026-08-05",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
nativeName: "BeforeAgent",
|
|
109
|
+
canonical: "prompt.submit",
|
|
110
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
111
|
+
decision: [{ kind: "observe" }],
|
|
112
|
+
sources: ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"],
|
|
113
|
+
lastVerified: "2026-08-05",
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
nativeName: "AfterAgent",
|
|
117
|
+
canonical: "turn.end",
|
|
118
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
119
|
+
decision: [{ kind: "observe" }],
|
|
120
|
+
sources: ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"],
|
|
121
|
+
lastVerified: "2026-08-05",
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
nativeName: "BeforeTool",
|
|
125
|
+
canonical: "tool.pre",
|
|
126
|
+
matcher: { kind: "literal-list", example: "shell,read,write", notes: null },
|
|
127
|
+
decision: [
|
|
128
|
+
{ kind: "observe" },
|
|
129
|
+
{ kind: "block", outcomes: ["allow", "deny"] },
|
|
130
|
+
{ kind: "modify", operations: ["modify-input"] },
|
|
131
|
+
],
|
|
132
|
+
sources: ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"],
|
|
133
|
+
lastVerified: "2026-08-05",
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
nativeName: "AfterTool",
|
|
137
|
+
canonical: "tool.post",
|
|
138
|
+
matcher: { kind: "literal-list", example: "shell,read,write", notes: null },
|
|
139
|
+
decision: [{ kind: "observe" }],
|
|
140
|
+
sources: ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"],
|
|
141
|
+
lastVerified: "2026-08-05",
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
nativeName: "PreCompress",
|
|
145
|
+
canonical: "compaction.pre",
|
|
146
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
147
|
+
decision: [{ kind: "observe" }],
|
|
148
|
+
sources: ["https://docs.tabnine.com/main/getting-started/tabnine-cli/features/hooks"],
|
|
149
|
+
lastVerified: "2026-08-05",
|
|
150
|
+
},
|
|
151
|
+
],
|
|
152
|
+
tools: [],
|
|
153
|
+
},
|
|
154
|
+
axm: {
|
|
155
|
+
status: "unsupported",
|
|
156
|
+
writer: null,
|
|
157
|
+
lastVerified: null,
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
instructions: {
|
|
162
|
+
native: {
|
|
163
|
+
availability: { via: "native" },
|
|
164
|
+
vendorStatus: { state: "active" },
|
|
165
|
+
notes: "Tabnine reads guidelines.md files under .tabnine/guidelines and can override the context filename through settings.",
|
|
166
|
+
docs: [],
|
|
167
|
+
sources: ["https://docs.tabnine.com/main/getting-started/tabnine-agent/guidelines"],
|
|
168
|
+
scopes: ["user", "project"],
|
|
169
|
+
standardsCompliance: "parity",
|
|
170
|
+
convention: "vendor",
|
|
171
|
+
kind: "own-file",
|
|
172
|
+
directory: ".tabnine/guidelines",
|
|
173
|
+
files: ["guidelines.md"],
|
|
174
|
+
nestedDiscovery: false,
|
|
175
|
+
importSyntax: null,
|
|
176
|
+
},
|
|
177
|
+
axm: {
|
|
178
|
+
status: "unsupported",
|
|
179
|
+
lastVerified: null,
|
|
180
|
+
writer: null,
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
|
+
permissions: {
|
|
184
|
+
native: {
|
|
185
|
+
availability: { via: "native" },
|
|
186
|
+
vendorStatus: { state: "active" },
|
|
187
|
+
notes: "Tabnine settings define allowed and excluded tools plus persistent-approval and policy-path controls.",
|
|
188
|
+
docs: [],
|
|
189
|
+
sources: [
|
|
190
|
+
"https://docs.tabnine.com/main/getting-started/tabnine-cli/features/settings/settings-reference",
|
|
191
|
+
],
|
|
192
|
+
scopes: ["user", "project"],
|
|
193
|
+
mechanism: ["config-file"],
|
|
194
|
+
configFiles: [
|
|
195
|
+
{
|
|
196
|
+
scope: "project",
|
|
197
|
+
path: ".tabnine/agent/settings.json",
|
|
198
|
+
format: "json",
|
|
199
|
+
gitignored: false,
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
scope: "user",
|
|
203
|
+
path: "~/.tabnine/agent/settings.json",
|
|
204
|
+
format: "json",
|
|
205
|
+
gitignored: false,
|
|
206
|
+
},
|
|
207
|
+
],
|
|
208
|
+
grammar: {
|
|
209
|
+
style: "glob",
|
|
210
|
+
example: 'tools.allowed: ["shell"]',
|
|
211
|
+
notes: "Allowed and excluded tool lists combine with security and policy-path settings.",
|
|
212
|
+
},
|
|
213
|
+
prerequisites: [],
|
|
214
|
+
cliFlags: [],
|
|
215
|
+
},
|
|
216
|
+
axm: {
|
|
217
|
+
status: "unsupported",
|
|
218
|
+
lastVerified: null,
|
|
219
|
+
writer: null,
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
};
|
|
223
|
+
//# sourceMappingURL=tabnine-cli.js.map
|