@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.
Files changed (263) hide show
  1. package/LICENSE +110 -0
  2. package/README.md +17 -0
  3. package/dist/src/unstable/agent-capabilities/catalog.d.ts +47000 -0
  4. package/dist/src/unstable/agent-capabilities/catalog.js +172 -0
  5. package/dist/src/unstable/agent-capabilities/data/agents/adal.d.ts +162 -0
  6. package/dist/src/unstable/agent-capabilities/data/agents/adal.js +134 -0
  7. package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.d.ts +167 -0
  8. package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.js +133 -0
  9. package/dist/src/unstable/agent-capabilities/data/agents/amp.d.ts +203 -0
  10. package/dist/src/unstable/agent-capabilities/data/agents/amp.js +187 -0
  11. package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.d.ts +186 -0
  12. package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.js +140 -0
  13. package/dist/src/unstable/agent-capabilities/data/agents/antigravity.d.ts +357 -0
  14. package/dist/src/unstable/agent-capabilities/data/agents/antigravity.js +294 -0
  15. package/dist/src/unstable/agent-capabilities/data/agents/augment.d.ts +383 -0
  16. package/dist/src/unstable/agent-capabilities/data/agents/augment.js +329 -0
  17. package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.d.ts +159 -0
  18. package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.js +117 -0
  19. package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.d.ts +153 -0
  20. package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.js +105 -0
  21. package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts +460 -0
  22. package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js +406 -0
  23. package/dist/src/unstable/agent-capabilities/data/agents/cline.d.ts +225 -0
  24. package/dist/src/unstable/agent-capabilities/data/agents/cline.js +190 -0
  25. package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.d.ts +246 -0
  26. package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.js +206 -0
  27. package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.d.ts +420 -0
  28. package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.js +378 -0
  29. package/dist/src/unstable/agent-capabilities/data/agents/codemaker.d.ts +143 -0
  30. package/dist/src/unstable/agent-capabilities/data/agents/codemaker.js +112 -0
  31. package/dist/src/unstable/agent-capabilities/data/agents/codestudio.d.ts +165 -0
  32. package/dist/src/unstable/agent-capabilities/data/agents/codestudio.js +136 -0
  33. package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts +458 -0
  34. package/dist/src/unstable/agent-capabilities/data/agents/codex.js +399 -0
  35. package/dist/src/unstable/agent-capabilities/data/agents/command-code.d.ts +247 -0
  36. package/dist/src/unstable/agent-capabilities/data/agents/command-code.js +222 -0
  37. package/dist/src/unstable/agent-capabilities/data/agents/continue.d.ts +322 -0
  38. package/dist/src/unstable/agent-capabilities/data/agents/continue.js +273 -0
  39. package/dist/src/unstable/agent-capabilities/data/agents/cortex.d.ts +306 -0
  40. package/dist/src/unstable/agent-capabilities/data/agents/cortex.js +241 -0
  41. package/dist/src/unstable/agent-capabilities/data/agents/cowork.d.ts +185 -0
  42. package/dist/src/unstable/agent-capabilities/data/agents/cowork.js +133 -0
  43. package/dist/src/unstable/agent-capabilities/data/agents/crush.d.ts +249 -0
  44. package/dist/src/unstable/agent-capabilities/data/agents/crush.js +218 -0
  45. package/dist/src/unstable/agent-capabilities/data/agents/cursor.d.ts +300 -0
  46. package/dist/src/unstable/agent-capabilities/data/agents/cursor.js +282 -0
  47. package/dist/src/unstable/agent-capabilities/data/agents/deepagents.d.ts +159 -0
  48. package/dist/src/unstable/agent-capabilities/data/agents/deepagents.js +137 -0
  49. package/dist/src/unstable/agent-capabilities/data/agents/devin.d.ts +410 -0
  50. package/dist/src/unstable/agent-capabilities/data/agents/devin.js +358 -0
  51. package/dist/src/unstable/agent-capabilities/data/agents/dexto.d.ts +166 -0
  52. package/dist/src/unstable/agent-capabilities/data/agents/dexto.js +141 -0
  53. package/dist/src/unstable/agent-capabilities/data/agents/droid.d.ts +318 -0
  54. package/dist/src/unstable/agent-capabilities/data/agents/droid.js +257 -0
  55. package/dist/src/unstable/agent-capabilities/data/agents/firebender.d.ts +313 -0
  56. package/dist/src/unstable/agent-capabilities/data/agents/firebender.js +244 -0
  57. package/dist/src/unstable/agent-capabilities/data/agents/forgecode.d.ts +193 -0
  58. package/dist/src/unstable/agent-capabilities/data/agents/forgecode.js +160 -0
  59. package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.d.ts +153 -0
  60. package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.js +105 -0
  61. package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.d.ts +424 -0
  62. package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.js +411 -0
  63. package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.d.ts +300 -0
  64. package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.js +307 -0
  65. package/dist/src/unstable/agent-capabilities/data/agents/goose.d.ts +162 -0
  66. package/dist/src/unstable/agent-capabilities/data/agents/goose.js +131 -0
  67. package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.d.ts +186 -0
  68. package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.js +164 -0
  69. package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts +303 -0
  70. package/dist/src/unstable/agent-capabilities/data/agents/hermes.js +223 -0
  71. package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.d.ts +231 -0
  72. package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.js +200 -0
  73. package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.d.ts +182 -0
  74. package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.js +126 -0
  75. package/dist/src/unstable/agent-capabilities/data/agents/index.d.ts +67 -0
  76. package/dist/src/unstable/agent-capabilities/data/agents/index.js +67 -0
  77. package/dist/src/unstable/agent-capabilities/data/agents/junie.d.ts +219 -0
  78. package/dist/src/unstable/agent-capabilities/data/agents/junie.js +200 -0
  79. package/dist/src/unstable/agent-capabilities/data/agents/kilo.d.ts +282 -0
  80. package/dist/src/unstable/agent-capabilities/data/agents/kilo.js +260 -0
  81. package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.d.ts +350 -0
  82. package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.js +274 -0
  83. package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.d.ts +227 -0
  84. package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.js +197 -0
  85. package/dist/src/unstable/agent-capabilities/data/agents/kode.d.ts +166 -0
  86. package/dist/src/unstable/agent-capabilities/data/agents/kode.js +141 -0
  87. package/dist/src/unstable/agent-capabilities/data/agents/lingma.d.ts +185 -0
  88. package/dist/src/unstable/agent-capabilities/data/agents/lingma.js +149 -0
  89. package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.d.ts +144 -0
  90. package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.js +116 -0
  91. package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.d.ts +138 -0
  92. package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.js +93 -0
  93. package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.d.ts +244 -0
  94. package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.js +200 -0
  95. package/dist/src/unstable/agent-capabilities/data/agents/mux.d.ts +155 -0
  96. package/dist/src/unstable/agent-capabilities/data/agents/mux.js +127 -0
  97. package/dist/src/unstable/agent-capabilities/data/agents/neovate.d.ts +211 -0
  98. package/dist/src/unstable/agent-capabilities/data/agents/neovate.js +178 -0
  99. package/dist/src/unstable/agent-capabilities/data/agents/ona.d.ts +167 -0
  100. package/dist/src/unstable/agent-capabilities/data/agents/ona.js +110 -0
  101. package/dist/src/unstable/agent-capabilities/data/agents/openclaw.d.ts +139 -0
  102. package/dist/src/unstable/agent-capabilities/data/agents/openclaw.js +114 -0
  103. package/dist/src/unstable/agent-capabilities/data/agents/opencode.d.ts +220 -0
  104. package/dist/src/unstable/agent-capabilities/data/agents/opencode.js +192 -0
  105. package/dist/src/unstable/agent-capabilities/data/agents/openhands.d.ts +245 -0
  106. package/dist/src/unstable/agent-capabilities/data/agents/openhands.js +184 -0
  107. package/dist/src/unstable/agent-capabilities/data/agents/pi.d.ts +185 -0
  108. package/dist/src/unstable/agent-capabilities/data/agents/pi.js +169 -0
  109. package/dist/src/unstable/agent-capabilities/data/agents/pochi.d.ts +199 -0
  110. package/dist/src/unstable/agent-capabilities/data/agents/pochi.js +163 -0
  111. package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.d.ts +199 -0
  112. package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.js +141 -0
  113. package/dist/src/unstable/agent-capabilities/data/agents/qoder.d.ts +414 -0
  114. package/dist/src/unstable/agent-capabilities/data/agents/qoder.js +378 -0
  115. package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.d.ts +406 -0
  116. package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.js +345 -0
  117. package/dist/src/unstable/agent-capabilities/data/agents/replit.d.ts +144 -0
  118. package/dist/src/unstable/agent-capabilities/data/agents/replit.js +116 -0
  119. package/dist/src/unstable/agent-capabilities/data/agents/roo.d.ts +192 -0
  120. package/dist/src/unstable/agent-capabilities/data/agents/roo.js +180 -0
  121. package/dist/src/unstable/agent-capabilities/data/agents/rovodev.d.ts +189 -0
  122. package/dist/src/unstable/agent-capabilities/data/agents/rovodev.js +156 -0
  123. package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.d.ts +280 -0
  124. package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.js +223 -0
  125. package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.d.ts +188 -0
  126. package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.js +156 -0
  127. package/dist/src/unstable/agent-capabilities/data/agents/trae.d.ts +188 -0
  128. package/dist/src/unstable/agent-capabilities/data/agents/trae.js +156 -0
  129. package/dist/src/unstable/agent-capabilities/data/agents/warp.d.ts +169 -0
  130. package/dist/src/unstable/agent-capabilities/data/agents/warp.js +133 -0
  131. package/dist/src/unstable/agent-capabilities/data/agents/windsurf.d.ts +414 -0
  132. package/dist/src/unstable/agent-capabilities/data/agents/windsurf.js +326 -0
  133. package/dist/src/unstable/agent-capabilities/data/agents/zed.d.ts +168 -0
  134. package/dist/src/unstable/agent-capabilities/data/agents/zed.js +109 -0
  135. package/dist/src/unstable/agent-capabilities/data/agents/zencoder.d.ts +168 -0
  136. package/dist/src/unstable/agent-capabilities/data/agents/zencoder.js +137 -0
  137. package/dist/src/unstable/agent-capabilities/data/agents/zenflow.d.ts +153 -0
  138. package/dist/src/unstable/agent-capabilities/data/agents/zenflow.js +96 -0
  139. package/dist/src/unstable/agent-capabilities/derive.d.ts +129 -0
  140. package/dist/src/unstable/agent-capabilities/derive.js +389 -0
  141. package/dist/src/unstable/agent-capabilities/index.d.ts +15 -0
  142. package/dist/src/unstable/agent-capabilities/index.js +15 -0
  143. package/dist/src/unstable/agent-capabilities/lookup.d.ts +10 -0
  144. package/dist/src/unstable/agent-capabilities/lookup.js +9 -0
  145. package/dist/src/unstable/agent-capabilities/schema.d.ts +3788 -0
  146. package/dist/src/unstable/agent-capabilities/schema.js +1218 -0
  147. package/dist/src/unstable/agent-capabilities/verification.d.ts +25 -0
  148. package/dist/src/unstable/agent-capabilities/verification.js +40 -0
  149. package/dist/src/unstable/agents/registry.d.ts +33 -0
  150. package/dist/src/unstable/agents/registry.js +50 -0
  151. package/dist/src/unstable/agents/types.d.ts +126 -0
  152. package/dist/src/unstable/agents/types.js +17 -0
  153. package/dist/src/unstable/date-time.d.ts +17 -0
  154. package/dist/src/unstable/date-time.js +30 -0
  155. package/dist/src/unstable/discovery-walk.d.ts +8 -0
  156. package/dist/src/unstable/discovery-walk.js +15 -0
  157. package/dist/src/unstable/extension-types/index.d.ts +8 -0
  158. package/dist/src/unstable/extension-types/index.js +8 -0
  159. package/dist/src/unstable/extension-types/schema.d.ts +154 -0
  160. package/dist/src/unstable/extension-types/schema.js +102 -0
  161. package/dist/src/unstable/extension-types/standards.d.ts +29 -0
  162. package/dist/src/unstable/extension-types/standards.js +29 -0
  163. package/dist/src/unstable/extensions/common.d.ts +539 -0
  164. package/dist/src/unstable/extensions/common.js +605 -0
  165. package/dist/src/unstable/extensions/deprecation.d.ts +42 -0
  166. package/dist/src/unstable/extensions/deprecation.js +46 -0
  167. package/dist/src/unstable/extensions/fqn-pattern.d.ts +17 -0
  168. package/dist/src/unstable/extensions/fqn-pattern.js +63 -0
  169. package/dist/src/unstable/extensions/fqn.d.ts +51 -0
  170. package/dist/src/unstable/extensions/fqn.js +51 -0
  171. package/dist/src/unstable/extensions/handle.d.ts +16 -0
  172. package/dist/src/unstable/extensions/handle.js +30 -0
  173. package/dist/src/unstable/extensions/index.d.ts +13 -0
  174. package/dist/src/unstable/extensions/index.js +13 -0
  175. package/dist/src/unstable/extensions/installable-types.d.ts +12 -0
  176. package/dist/src/unstable/extensions/installable-types.js +21 -0
  177. package/dist/src/unstable/extensions/license.d.ts +16 -0
  178. package/dist/src/unstable/extensions/license.js +29 -0
  179. package/dist/src/unstable/extensions/manifest-metadata.d.ts +18 -0
  180. package/dist/src/unstable/extensions/manifest-metadata.js +61 -0
  181. package/dist/src/unstable/extensions/refs/extension-ref.d.ts +20 -0
  182. package/dist/src/unstable/extensions/refs/extension-ref.js +12 -0
  183. package/dist/src/unstable/extensions/refs/hook.d.ts +29 -0
  184. package/dist/src/unstable/extensions/refs/hook.js +8 -0
  185. package/dist/src/unstable/extensions/refs/knowledge.d.ts +15 -0
  186. package/dist/src/unstable/extensions/refs/knowledge.js +2 -0
  187. package/dist/src/unstable/extensions/refs/mcp-server.d.ts +19 -0
  188. package/dist/src/unstable/extensions/refs/mcp-server.js +8 -0
  189. package/dist/src/unstable/extensions/refs/pack.d.ts +17 -0
  190. package/dist/src/unstable/extensions/refs/pack.js +10 -0
  191. package/dist/src/unstable/extensions/refs/ref-base.d.ts +125 -0
  192. package/dist/src/unstable/extensions/refs/ref-base.js +12 -0
  193. package/dist/src/unstable/extensions/refs/rule.d.ts +27 -0
  194. package/dist/src/unstable/extensions/refs/rule.js +8 -0
  195. package/dist/src/unstable/extensions/refs/skill.d.ts +28 -0
  196. package/dist/src/unstable/extensions/refs/skill.js +11 -0
  197. package/dist/src/unstable/extensions/refs/subagent.d.ts +19 -0
  198. package/dist/src/unstable/extensions/refs/subagent.js +8 -0
  199. package/dist/src/unstable/extensions/registry-source.d.ts +37 -0
  200. package/dist/src/unstable/extensions/registry-source.js +158 -0
  201. package/dist/src/unstable/extensions/release-age.d.ts +36 -0
  202. package/dist/src/unstable/extensions/release-age.js +11 -0
  203. package/dist/src/unstable/extensions/universal-skills-dir.d.ts +58 -0
  204. package/dist/src/unstable/extensions/universal-skills-dir.js +68 -0
  205. package/dist/src/unstable/hooks/manifest-schema.d.ts +175 -0
  206. package/dist/src/unstable/hooks/manifest-schema.js +112 -0
  207. package/dist/src/unstable/knowledge/concept-ref.d.ts +34 -0
  208. package/dist/src/unstable/knowledge/concept-ref.js +114 -0
  209. package/dist/src/unstable/knowledge/index.d.ts +8 -0
  210. package/dist/src/unstable/knowledge/index.js +8 -0
  211. package/dist/src/unstable/knowledge/manifest-schema.d.ts +60 -0
  212. package/dist/src/unstable/knowledge/manifest-schema.js +34 -0
  213. package/dist/src/unstable/mcps/manifest-schema.d.ts +899 -0
  214. package/dist/src/unstable/mcps/manifest-schema.js +230 -0
  215. package/dist/src/unstable/package-urls/companion-package.d.ts +14 -0
  216. package/dist/src/unstable/package-urls/companion-package.js +44 -0
  217. package/dist/src/unstable/package-urls/index.d.ts +4 -0
  218. package/dist/src/unstable/package-urls/index.js +4 -0
  219. package/dist/src/unstable/package-urls/internal.d.ts +6 -0
  220. package/dist/src/unstable/package-urls/internal.js +17 -0
  221. package/dist/src/unstable/package-urls/package-identity-purl.d.ts +5 -0
  222. package/dist/src/unstable/package-urls/package-identity-purl.js +26 -0
  223. package/dist/src/unstable/package-urls/vers-range.d.ts +34 -0
  224. package/dist/src/unstable/package-urls/vers-range.js +163 -0
  225. package/dist/src/unstable/packaging/index.d.ts +8 -0
  226. package/dist/src/unstable/packaging/index.js +8 -0
  227. package/dist/src/unstable/packaging/package-type.d.ts +23 -0
  228. package/dist/src/unstable/packaging/package-type.js +31 -0
  229. package/dist/src/unstable/packaging/package-url.d.ts +50 -0
  230. package/dist/src/unstable/packaging/package-url.js +93 -0
  231. package/dist/src/unstable/packs/manifest-schema.d.ts +66 -0
  232. package/dist/src/unstable/packs/manifest-schema.js +34 -0
  233. package/dist/src/unstable/path-types.d.ts +22 -0
  234. package/dist/src/unstable/path-types.js +48 -0
  235. package/dist/src/unstable/rules/manifest-schema.d.ts +70 -0
  236. package/dist/src/unstable/rules/manifest-schema.js +43 -0
  237. package/dist/src/unstable/schema-issues.d.ts +13 -0
  238. package/dist/src/unstable/schema-issues.js +34 -0
  239. package/dist/src/unstable/skills/manifest-schema.d.ts +69 -0
  240. package/dist/src/unstable/skills/manifest-schema.js +31 -0
  241. package/dist/src/unstable/sources/forge-grammar.d.ts +22 -0
  242. package/dist/src/unstable/sources/forge-grammar.js +50 -0
  243. package/dist/src/unstable/sources/parser.d.ts +85 -0
  244. package/dist/src/unstable/sources/parser.js +122 -0
  245. package/dist/src/unstable/sources/printer.d.ts +14 -0
  246. package/dist/src/unstable/sources/printer.js +45 -0
  247. package/dist/src/unstable/sources/source-hash.d.ts +24 -0
  248. package/dist/src/unstable/sources/source-hash.js +22 -0
  249. package/dist/src/unstable/sources/source-host-provider.d.ts +112 -0
  250. package/dist/src/unstable/sources/source-host-provider.js +11 -0
  251. package/dist/src/unstable/sources/types.d.ts +262 -0
  252. package/dist/src/unstable/sources/types.js +127 -0
  253. package/dist/src/unstable/sources/workspace.d.ts +13 -0
  254. package/dist/src/unstable/sources/workspace.js +13 -0
  255. package/dist/src/unstable/subagents/manifest-schema.d.ts +81 -0
  256. package/dist/src/unstable/subagents/manifest-schema.js +43 -0
  257. package/dist/src/unstable/version-constraints/version-constraints.d.ts +71 -0
  258. package/dist/src/unstable/version-constraints/version-constraints.js +144 -0
  259. package/dist/src/unstable/workspace-files.d.ts +13 -0
  260. package/dist/src/unstable/workspace-files.js +13 -0
  261. package/dist/src/unstable/workspace-scope.d.ts +11 -0
  262. package/dist/src/unstable/workspace-scope.js +10 -0
  263. package/package.json +271 -0
@@ -0,0 +1,458 @@
1
+ export declare const codexAgent: {
2
+ readonly id: "codex";
3
+ readonly name: "Codex";
4
+ readonly vendor: "OpenAI";
5
+ readonly homepage: "https://learn.chatgpt.com/docs";
6
+ readonly interfaces: readonly ["cli", "ide-extension"];
7
+ readonly family: "openai";
8
+ readonly rootDir: ".codex";
9
+ readonly targeting: {
10
+ readonly extends: null;
11
+ readonly capabilities: {
12
+ readonly "structured-input": {
13
+ readonly grades: readonly ["native"];
14
+ readonly nouns: {
15
+ readonly "tool:structured-input": "request_user_input";
16
+ };
17
+ readonly affordances: {
18
+ readonly "do:ask-structured": "Use request_user_input to collect structured input, then STOP and wait for the response.";
19
+ };
20
+ };
21
+ };
22
+ };
23
+ readonly lifecycle: {
24
+ readonly state: "active";
25
+ };
26
+ readonly detection: {
27
+ readonly project: {
28
+ readonly markers: readonly [{
29
+ readonly kind: "file";
30
+ readonly path: "AGENTS.md";
31
+ readonly signal: "ambiguous";
32
+ readonly note: "Shared instruction filename used by multiple agents.";
33
+ }];
34
+ };
35
+ readonly user: {
36
+ readonly markers: readonly [{
37
+ readonly kind: "dir";
38
+ readonly path: "~/.codex";
39
+ readonly signal: "definitive";
40
+ readonly note: null;
41
+ }, {
42
+ readonly kind: "executable";
43
+ readonly name: "codex";
44
+ readonly signal: "definitive";
45
+ readonly note: "CLI on PATH.";
46
+ }];
47
+ };
48
+ };
49
+ readonly docs: readonly [{
50
+ readonly label: "Codex documentation";
51
+ readonly url: "https://learn.chatgpt.com/docs";
52
+ }];
53
+ readonly capabilities: {
54
+ readonly skill: {
55
+ readonly native: {
56
+ readonly availability: {
57
+ readonly via: "native";
58
+ };
59
+ readonly vendorStatus: {
60
+ readonly state: "active";
61
+ };
62
+ readonly notes: "Reads SKILL.md skills from repository (.agents/skills) and user (~/.agents/skills) locations with progressive disclosure, using the cross-tool Agent Skills convention rather than a .codex/ path.\n";
63
+ readonly docs: readonly [];
64
+ readonly sources: readonly ["https://developers.openai.com/codex/skills"];
65
+ readonly scopes: readonly ["user", "project"];
66
+ readonly standardsCompliance: "full";
67
+ readonly convention: "universal";
68
+ readonly directory: ".agents/skills";
69
+ };
70
+ readonly axm: {
71
+ readonly status: "supported";
72
+ readonly lastVerified: "2026-08-05";
73
+ readonly writer: null;
74
+ };
75
+ };
76
+ readonly "mcp-server": {
77
+ readonly native: {
78
+ readonly availability: {
79
+ readonly via: "native";
80
+ };
81
+ readonly vendorStatus: {
82
+ readonly state: "active";
83
+ };
84
+ readonly notes: null;
85
+ readonly docs: readonly [];
86
+ readonly sources: readonly ["https://developers.openai.com/codex/mcp/"];
87
+ readonly scopes: readonly ["user", "project"];
88
+ readonly standardsCompliance: "full";
89
+ readonly convention: "vendor";
90
+ readonly transports: readonly ["stdio", "http"];
91
+ readonly mcpEnvExpansion: {
92
+ readonly variables: "none";
93
+ readonly defaults: false;
94
+ };
95
+ };
96
+ readonly axm: {
97
+ readonly status: "supported";
98
+ readonly lastVerified: "2026-08-05";
99
+ readonly writer: {
100
+ readonly config: {
101
+ readonly serversKey: "mcp_servers";
102
+ readonly activationField: {
103
+ readonly required: {
104
+ readonly name: "enabled";
105
+ readonly enabled: true;
106
+ readonly disabled: false;
107
+ };
108
+ readonly accepted: readonly [{
109
+ readonly name: "enabled";
110
+ readonly enabled: true;
111
+ readonly disabled: false;
112
+ }, null];
113
+ };
114
+ readonly targets: readonly [{
115
+ readonly scope: "project";
116
+ readonly path: ".codex/config.toml";
117
+ readonly format: "toml";
118
+ readonly attribution: "agent";
119
+ }, {
120
+ readonly scope: "user";
121
+ readonly path: "~/.codex/config.toml";
122
+ readonly format: "toml";
123
+ readonly attribution: "agent";
124
+ }];
125
+ readonly stdio: {
126
+ readonly typeField: {
127
+ readonly required: null;
128
+ readonly accepted: readonly [null];
129
+ };
130
+ readonly command: "split";
131
+ readonly envKey: "env";
132
+ };
133
+ readonly remote: {
134
+ readonly typeField: {
135
+ readonly required: null;
136
+ readonly accepted: readonly [null];
137
+ };
138
+ readonly urlKey: {
139
+ readonly "streamable-http": "url";
140
+ };
141
+ readonly headersKey: "http_headers";
142
+ readonly bearerTokenEnvKey: "bearer_token_env_var";
143
+ readonly envHeadersKey: "env_http_headers";
144
+ };
145
+ };
146
+ };
147
+ };
148
+ };
149
+ readonly subagent: {
150
+ readonly native: {
151
+ readonly availability: {
152
+ readonly via: "native";
153
+ };
154
+ readonly vendorStatus: {
155
+ readonly state: "active";
156
+ };
157
+ readonly notes: "Custom agents are standalone TOML files under .codex/agents (project) or ~/.codex/agents (user); a custom agent overrides a built-in of the same name.\n";
158
+ readonly docs: readonly [];
159
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/agent-configuration/subagents"];
160
+ readonly scopes: readonly ["user", "project"];
161
+ readonly directory: ".codex/agents";
162
+ readonly layout: "directory";
163
+ };
164
+ readonly axm: {
165
+ readonly status: "supported";
166
+ readonly lastVerified: "2026-08-05";
167
+ readonly writer: null;
168
+ };
169
+ };
170
+ readonly hook: {
171
+ readonly native: {
172
+ readonly availability: {
173
+ readonly via: "native";
174
+ };
175
+ readonly vendorStatus: {
176
+ readonly state: "active";
177
+ };
178
+ readonly notes: "Codex lifecycle hooks are command hooks loaded from hooks.json or inline [hooks] tables next to active config layers.";
179
+ readonly docs: readonly [];
180
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
181
+ readonly scopes: readonly ["user", "project"];
182
+ readonly mechanism: readonly ["command-stdin"];
183
+ readonly configFiles: readonly [{
184
+ readonly scope: "user";
185
+ readonly path: "~/.codex/hooks.json";
186
+ readonly format: "json";
187
+ readonly gitignored: false;
188
+ }, {
189
+ readonly scope: "project";
190
+ readonly path: ".codex/hooks.json";
191
+ readonly format: "json";
192
+ readonly gitignored: false;
193
+ }];
194
+ readonly events: readonly [{
195
+ readonly nativeName: "PreToolUse";
196
+ readonly canonical: "tool.pre";
197
+ readonly matcher: {
198
+ readonly kind: "regex";
199
+ readonly example: "Bash|apply_patch";
200
+ readonly notes: null;
201
+ };
202
+ readonly decision: readonly [{
203
+ readonly kind: "block";
204
+ readonly outcomes: readonly ["deny"];
205
+ }];
206
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
207
+ readonly lastVerified: "2026-08-05";
208
+ }, {
209
+ readonly nativeName: "PermissionRequest";
210
+ readonly canonical: "tool.pre";
211
+ readonly matcher: {
212
+ readonly kind: "regex";
213
+ readonly example: "Bash|apply_patch";
214
+ readonly notes: null;
215
+ };
216
+ readonly decision: readonly [{
217
+ readonly kind: "block";
218
+ readonly outcomes: readonly ["deny"];
219
+ }];
220
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
221
+ readonly lastVerified: "2026-08-05";
222
+ }, {
223
+ readonly nativeName: "PostToolUse";
224
+ readonly canonical: "tool.post";
225
+ readonly matcher: {
226
+ readonly kind: "regex";
227
+ readonly example: "Bash|apply_patch";
228
+ readonly notes: null;
229
+ };
230
+ readonly decision: readonly [{
231
+ readonly kind: "observe";
232
+ }];
233
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
234
+ readonly lastVerified: "2026-08-05";
235
+ }, {
236
+ readonly nativeName: "UserPromptSubmit";
237
+ readonly canonical: "prompt.submit";
238
+ readonly matcher: {
239
+ readonly kind: "none-imperative";
240
+ readonly example: null;
241
+ readonly notes: null;
242
+ };
243
+ readonly decision: readonly [{
244
+ readonly kind: "block";
245
+ readonly outcomes: readonly ["deny"];
246
+ }];
247
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
248
+ readonly lastVerified: "2026-08-05";
249
+ }, {
250
+ readonly nativeName: "SessionStart";
251
+ readonly canonical: "session.start";
252
+ readonly matcher: {
253
+ readonly kind: "regex";
254
+ readonly example: "startup|resume|clear|compact";
255
+ readonly notes: null;
256
+ };
257
+ readonly decision: readonly [{
258
+ readonly kind: "observe";
259
+ }];
260
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
261
+ readonly lastVerified: "2026-08-05";
262
+ }, {
263
+ readonly nativeName: "Stop";
264
+ readonly canonical: "turn.end";
265
+ readonly matcher: {
266
+ readonly kind: "none-imperative";
267
+ readonly example: null;
268
+ readonly notes: null;
269
+ };
270
+ readonly decision: readonly [{
271
+ readonly kind: "observe";
272
+ }];
273
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
274
+ readonly lastVerified: "2026-08-05";
275
+ }, {
276
+ readonly nativeName: "SubagentStop";
277
+ readonly canonical: "subagent.stop";
278
+ readonly matcher: {
279
+ readonly kind: "regex";
280
+ readonly example: null;
281
+ readonly notes: "Matcher filters subagent type.";
282
+ };
283
+ readonly decision: readonly [{
284
+ readonly kind: "observe";
285
+ }];
286
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
287
+ readonly lastVerified: "2026-08-05";
288
+ }, {
289
+ readonly nativeName: "PreCompact";
290
+ readonly canonical: "compaction.pre";
291
+ readonly matcher: {
292
+ readonly kind: "regex";
293
+ readonly example: "manual|auto";
294
+ readonly notes: null;
295
+ };
296
+ readonly decision: readonly [{
297
+ readonly kind: "observe";
298
+ }];
299
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
300
+ readonly lastVerified: "2026-08-05";
301
+ }];
302
+ readonly tools: readonly [{
303
+ readonly nativeName: "apply_patch";
304
+ readonly canonical: "file.edit";
305
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
306
+ readonly lastVerified: "2026-08-05";
307
+ }, {
308
+ readonly nativeName: "Edit";
309
+ readonly canonical: "file.edit";
310
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
311
+ readonly lastVerified: "2026-08-05";
312
+ }, {
313
+ readonly nativeName: "Write";
314
+ readonly canonical: "file.write";
315
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
316
+ readonly lastVerified: "2026-08-05";
317
+ }, {
318
+ readonly nativeName: "Bash";
319
+ readonly canonical: "shell.exec";
320
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/hooks"];
321
+ readonly lastVerified: "2026-08-05";
322
+ }];
323
+ };
324
+ readonly axm: {
325
+ readonly status: "supported";
326
+ readonly writer: {
327
+ readonly serializer: "command-stdin";
328
+ readonly configFiles: readonly [{
329
+ readonly scope: "project";
330
+ readonly path: ".codex/hooks.json";
331
+ readonly format: "json";
332
+ readonly gitignored: false;
333
+ }];
334
+ readonly settingsKey: "hooks";
335
+ readonly eventMap: "native.events";
336
+ readonly matcherKind: "regex";
337
+ readonly matcherSerialization: "bare";
338
+ readonly timeoutSerialization: "seconds";
339
+ readonly commandNameSerialization: "omit";
340
+ };
341
+ readonly lastVerified: "2026-08-05";
342
+ };
343
+ };
344
+ };
345
+ readonly instructions: {
346
+ readonly native: {
347
+ readonly availability: {
348
+ readonly via: "native";
349
+ };
350
+ readonly vendorStatus: {
351
+ readonly state: "active";
352
+ };
353
+ readonly notes: null;
354
+ readonly docs: readonly [];
355
+ readonly sources: readonly ["https://github.com/openai/codex/blob/main/docs/agents_md.md"];
356
+ readonly scopes: readonly ["user", "project"];
357
+ readonly standardsCompliance: "full";
358
+ readonly convention: "universal";
359
+ readonly kind: "agents-md";
360
+ readonly files: readonly ["AGENTS.md"];
361
+ readonly nestedDiscovery: true;
362
+ readonly importSyntax: null;
363
+ };
364
+ readonly axm: {
365
+ readonly status: "supported";
366
+ readonly lastVerified: "2026-08-05";
367
+ readonly writer: null;
368
+ };
369
+ };
370
+ readonly permissions: {
371
+ readonly native: {
372
+ readonly availability: {
373
+ readonly via: "native";
374
+ };
375
+ readonly vendorStatus: {
376
+ readonly state: "active";
377
+ };
378
+ readonly notes: null;
379
+ readonly docs: readonly [];
380
+ readonly sources: readonly ["https://learn.chatgpt.com/docs/config-file/config-reference", "https://learn.chatgpt.com/docs/permissions"];
381
+ readonly scopes: readonly ["user", "project"];
382
+ readonly mechanism: readonly ["config-file", "cli-flag"];
383
+ readonly configFiles: readonly [{
384
+ readonly scope: "user";
385
+ readonly path: "~/.codex/config.toml";
386
+ readonly format: "toml";
387
+ readonly gitignored: false;
388
+ }, {
389
+ readonly scope: "user";
390
+ readonly path: "~/.codex/axm.config.toml";
391
+ readonly format: "toml";
392
+ readonly gitignored: false;
393
+ }];
394
+ readonly grammar: {
395
+ readonly style: "glob";
396
+ readonly example: "[permissions.agentxm.filesystem.\":workspace_roots\"] \".\" = \"write\"";
397
+ readonly notes: "Permission profiles combine filesystem, network, and workspace-root rules. Narrower deny rules remain in force over broader readable or writable paths.\n";
398
+ };
399
+ readonly prerequisites: readonly [{
400
+ readonly key: "default_permissions";
401
+ readonly value: "agentxm";
402
+ readonly scope: "user";
403
+ readonly note: "Selects the named permission profile.";
404
+ }];
405
+ readonly cliFlags: readonly [{
406
+ readonly flag: "--yolo";
407
+ readonly note: "Alias for danger-full-access; use only when broad local access is intentional.";
408
+ }, {
409
+ readonly flag: "--dangerously-bypass-approvals-and-sandbox";
410
+ readonly note: "Runs without local sandbox restrictions.";
411
+ }];
412
+ };
413
+ readonly axm: {
414
+ readonly status: "supported";
415
+ readonly lastVerified: "2026-08-05";
416
+ readonly writer: {
417
+ readonly grants: {
418
+ readonly shell: {
419
+ readonly target: "~/.codex/axm.config.toml";
420
+ readonly patch: {
421
+ readonly default_permissions: "agentxm";
422
+ readonly permissions: {
423
+ readonly agentxm: {
424
+ readonly extends: ":workspace";
425
+ };
426
+ };
427
+ };
428
+ readonly template: null;
429
+ };
430
+ readonly filesystem: {
431
+ readonly target: "~/.codex/axm.config.toml";
432
+ readonly patch: {
433
+ readonly default_permissions: "agentxm";
434
+ readonly permissions: {
435
+ readonly agentxm: {
436
+ readonly extends: ":workspace";
437
+ readonly workspace_roots: {
438
+ readonly "${workspaceRoot}": true;
439
+ };
440
+ readonly filesystem: {
441
+ readonly ":workspace_roots": {
442
+ readonly ".": "write";
443
+ };
444
+ };
445
+ readonly network: {
446
+ readonly enabled: true;
447
+ };
448
+ };
449
+ };
450
+ };
451
+ readonly template: null;
452
+ };
453
+ };
454
+ };
455
+ };
456
+ };
457
+ };
458
+ //# sourceMappingURL=codex.d.ts.map