@evalops/maestro 0.10.8 → 0.10.11

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 (1009) hide show
  1. package/README.md +3 -1
  2. package/dist/agent/action-approval.d.ts +6 -0
  3. package/dist/agent/action-approval.d.ts.map +1 -1
  4. package/dist/agent/action-approval.js.map +1 -1
  5. package/dist/agent/agent.d.ts +13 -1
  6. package/dist/agent/agent.d.ts.map +1 -1
  7. package/dist/agent/agent.js +368 -1
  8. package/dist/agent/agent.js.map +1 -1
  9. package/dist/agent/auto-compaction.d.ts +4 -4
  10. package/dist/agent/auto-compaction.d.ts.map +1 -1
  11. package/dist/agent/auto-compaction.js.map +1 -1
  12. package/dist/agent/compaction-cleanup.d.ts +2 -0
  13. package/dist/agent/compaction-cleanup.d.ts.map +1 -1
  14. package/dist/agent/compaction-cleanup.js +17 -2
  15. package/dist/agent/compaction-cleanup.js.map +1 -1
  16. package/dist/agent/compaction.d.ts +3 -1
  17. package/dist/agent/compaction.d.ts.map +1 -1
  18. package/dist/agent/compaction.js +10 -2
  19. package/dist/agent/compaction.js.map +1 -1
  20. package/dist/agent/context-manager.d.ts +4 -0
  21. package/dist/agent/context-manager.d.ts.map +1 -1
  22. package/dist/agent/context-manager.js +8 -0
  23. package/dist/agent/context-manager.js.map +1 -1
  24. package/dist/agent/context-providers.d.ts +2 -0
  25. package/dist/agent/context-providers.d.ts.map +1 -1
  26. package/dist/agent/context-providers.js +3 -2
  27. package/dist/agent/context-providers.js.map +1 -1
  28. package/dist/agent/providers/google-gemini-cli.js +17 -5
  29. package/dist/agent/providers/google.js +174 -144
  30. package/dist/agent/providers/openai-codex-responses.d.ts +4 -0
  31. package/dist/agent/providers/openai-codex-responses.d.ts.map +1 -0
  32. package/dist/agent/providers/openai-codex-responses.js +637 -0
  33. package/dist/agent/providers/openai-codex-responses.js.map +1 -0
  34. package/dist/agent/providers/openai-codex-session.d.ts +18 -0
  35. package/dist/agent/providers/openai-codex-session.d.ts.map +1 -0
  36. package/dist/agent/providers/openai-codex-session.js +53 -0
  37. package/dist/agent/providers/openai-codex-session.js.map +1 -0
  38. package/dist/agent/providers/openai-responses-sdk.d.ts.map +1 -1
  39. package/dist/agent/providers/openai-responses-sdk.js +16 -6
  40. package/dist/agent/providers/openai-responses-sdk.js.map +1 -1
  41. package/dist/agent/providers/openai-shared.d.ts +12 -5
  42. package/dist/agent/providers/openai-shared.d.ts.map +1 -1
  43. package/dist/agent/providers/openai-shared.js +291 -2
  44. package/dist/agent/providers/openai-shared.js.map +1 -1
  45. package/dist/agent/providers/openai.d.ts +1 -1
  46. package/dist/agent/providers/openai.d.ts.map +1 -1
  47. package/dist/agent/providers/openai.js +48 -20
  48. package/dist/agent/providers/openai.js.map +1 -1
  49. package/dist/agent/providers/vertex.js +7 -0
  50. package/dist/agent/tracing.d.ts +16 -5
  51. package/dist/agent/tracing.d.ts.map +1 -1
  52. package/dist/agent/tracing.js +44 -2
  53. package/dist/agent/tracing.js.map +1 -1
  54. package/dist/agent/transport/create-provider-stream.d.ts.map +1 -1
  55. package/dist/agent/transport/create-provider-stream.js +9 -0
  56. package/dist/agent/transport/create-provider-stream.js.map +1 -1
  57. package/dist/agent/transport/tool-execution-bridge.d.ts +86 -0
  58. package/dist/agent/transport/tool-execution-bridge.d.ts.map +1 -0
  59. package/dist/agent/transport/tool-execution-bridge.js +665 -0
  60. package/dist/agent/transport/tool-execution-bridge.js.map +1 -0
  61. package/dist/agent/transport/tool-execution.d.ts +3 -0
  62. package/dist/agent/transport/tool-execution.d.ts.map +1 -1
  63. package/dist/agent/transport/tool-execution.js +16 -1
  64. package/dist/agent/transport/tool-execution.js.map +1 -1
  65. package/dist/agent/transport/tool-safety-pipeline.d.ts +7 -1
  66. package/dist/agent/transport/tool-safety-pipeline.d.ts.map +1 -1
  67. package/dist/agent/transport/tool-safety-pipeline.js +207 -40
  68. package/dist/agent/transport/tool-safety-pipeline.js.map +1 -1
  69. package/dist/agent/transport/tool-update-queue.d.ts +2 -0
  70. package/dist/agent/transport/tool-update-queue.d.ts.map +1 -1
  71. package/dist/agent/transport/tool-update-queue.js.map +1 -1
  72. package/dist/agent/transport.d.ts +3 -0
  73. package/dist/agent/transport.d.ts.map +1 -1
  74. package/dist/agent/transport.js +96 -16
  75. package/dist/agent/transport.js.map +1 -1
  76. package/dist/agent/types.d.ts +50 -2
  77. package/dist/agent/types.d.ts.map +1 -1
  78. package/dist/agent/types.js.map +1 -1
  79. package/dist/approvals/platform-action-approval.d.ts +32 -0
  80. package/dist/approvals/platform-action-approval.d.ts.map +1 -0
  81. package/dist/approvals/platform-action-approval.js +210 -0
  82. package/dist/approvals/platform-action-approval.js.map +1 -0
  83. package/dist/approvals/service-client.d.ts +56 -0
  84. package/dist/approvals/service-client.d.ts.map +1 -0
  85. package/dist/approvals/service-client.js +316 -0
  86. package/dist/approvals/service-client.js.map +1 -0
  87. package/dist/audit/logger.d.ts +4 -4
  88. package/dist/bootstrap/auth-setup.d.ts +2 -2
  89. package/dist/bootstrap/auth-setup.d.ts.map +1 -1
  90. package/dist/bootstrap/auth-setup.js +4 -7
  91. package/dist/bootstrap/auth-setup.js.map +1 -1
  92. package/dist/cli/args.d.ts +2 -0
  93. package/dist/cli/args.d.ts.map +1 -1
  94. package/dist/cli/args.js +29 -0
  95. package/dist/cli/args.js.map +1 -1
  96. package/dist/cli/commands/codex.d.ts +2 -0
  97. package/dist/cli/commands/codex.d.ts.map +1 -0
  98. package/dist/cli/commands/codex.js +65 -0
  99. package/dist/cli/commands/codex.js.map +1 -0
  100. package/dist/cli/commands/config.js +1 -1
  101. package/dist/cli/commands/config.js.map +1 -1
  102. package/dist/cli/commands/evalops.d.ts +2 -0
  103. package/dist/cli/commands/evalops.d.ts.map +1 -0
  104. package/dist/cli/commands/evalops.js +74 -0
  105. package/dist/cli/commands/evalops.js.map +1 -0
  106. package/dist/cli/commands/hosted-runner.d.ts +23 -0
  107. package/dist/cli/commands/hosted-runner.d.ts.map +1 -0
  108. package/dist/cli/commands/hosted-runner.js +241 -0
  109. package/dist/cli/commands/hosted-runner.js.map +1 -0
  110. package/dist/cli/commands/init.d.ts +4 -0
  111. package/dist/cli/commands/init.d.ts.map +1 -0
  112. package/dist/cli/commands/init.js +140 -0
  113. package/dist/cli/commands/init.js.map +1 -0
  114. package/dist/cli/commands/memory.d.ts.map +1 -1
  115. package/dist/cli/commands/memory.js +23 -30
  116. package/dist/cli/commands/memory.js.map +1 -1
  117. package/dist/cli/commands/remote.d.ts +3 -0
  118. package/dist/cli/commands/remote.d.ts.map +1 -0
  119. package/dist/cli/commands/remote.js +631 -0
  120. package/dist/cli/commands/remote.js.map +1 -0
  121. package/dist/cli/commands/stats.d.ts +7 -0
  122. package/dist/cli/commands/stats.d.ts.map +1 -0
  123. package/dist/cli/commands/stats.js +167 -0
  124. package/dist/cli/commands/stats.js.map +1 -0
  125. package/dist/cli/headless-protocol.d.ts +16 -1
  126. package/dist/cli/headless-protocol.d.ts.map +1 -1
  127. package/dist/cli/headless-protocol.js +60 -4
  128. package/dist/cli/headless-protocol.js.map +1 -1
  129. package/dist/cli/headless.d.ts.map +1 -1
  130. package/dist/cli/headless.js +1 -0
  131. package/dist/cli/headless.js.map +1 -1
  132. package/dist/cli/help.d.ts.map +1 -1
  133. package/dist/cli/help.js +44 -1
  134. package/dist/cli/help.js.map +1 -1
  135. package/dist/cli/jsonl-writer.d.ts.map +1 -1
  136. package/dist/cli/jsonl-writer.js +19 -6
  137. package/dist/cli/jsonl-writer.js.map +1 -1
  138. package/dist/cli-tui/client-tools/client-tool-controller.d.ts.map +1 -1
  139. package/dist/cli-tui/client-tools/client-tool-controller.js +17 -1
  140. package/dist/cli-tui/client-tools/client-tool-controller.js.map +1 -1
  141. package/dist/cli-tui/commands/access-command.js +1 -1
  142. package/dist/cli-tui/commands/access-command.js.map +1 -1
  143. package/dist/cli-tui/commands/audit-command.js +1 -1
  144. package/dist/cli-tui/commands/audit-command.js.map +1 -1
  145. package/dist/cli-tui/commands/command-catalog.d.ts +29 -0
  146. package/dist/cli-tui/commands/command-catalog.d.ts.map +1 -0
  147. package/dist/cli-tui/commands/command-catalog.js +645 -0
  148. package/dist/cli-tui/commands/command-catalog.js.map +1 -0
  149. package/dist/cli-tui/commands/command-registry-adapter.d.ts +12 -0
  150. package/dist/cli-tui/commands/command-registry-adapter.d.ts.map +1 -0
  151. package/dist/cli-tui/commands/command-registry-adapter.js +120 -0
  152. package/dist/cli-tui/commands/command-registry-adapter.js.map +1 -0
  153. package/dist/cli-tui/commands/command-suite-catalog.d.ts +14 -0
  154. package/dist/cli-tui/commands/command-suite-catalog.d.ts.map +1 -0
  155. package/dist/cli-tui/commands/command-suite-catalog.js +147 -0
  156. package/dist/cli-tui/commands/command-suite-catalog.js.map +1 -0
  157. package/dist/cli-tui/commands/{grouped-command-handlers.d.ts → command-suite-handlers.d.ts} +27 -26
  158. package/dist/cli-tui/commands/command-suite-handlers.d.ts.map +1 -0
  159. package/dist/cli-tui/commands/command-suite-handlers.js +110 -0
  160. package/dist/cli-tui/commands/command-suite-handlers.js.map +1 -0
  161. package/dist/cli-tui/commands/hotkeys-command.d.ts +1 -1
  162. package/dist/cli-tui/commands/hotkeys-command.d.ts.map +1 -1
  163. package/dist/cli-tui/commands/hotkeys-command.js +2 -2
  164. package/dist/cli-tui/commands/hotkeys-command.js.map +1 -1
  165. package/dist/cli-tui/commands/limits-command.js +1 -1
  166. package/dist/cli-tui/commands/limits-command.js.map +1 -1
  167. package/dist/cli-tui/commands/pii-command.js +1 -1
  168. package/dist/cli-tui/commands/pii-command.js.map +1 -1
  169. package/dist/cli-tui/commands/registry.d.ts +1 -1
  170. package/dist/cli-tui/commands/registry.d.ts.map +1 -1
  171. package/dist/cli-tui/commands/registry.js +29 -921
  172. package/dist/cli-tui/commands/registry.js.map +1 -1
  173. package/dist/cli-tui/commands/{grouped → subcommands}/auth-commands.d.ts +2 -1
  174. package/dist/cli-tui/commands/subcommands/auth-commands.d.ts.map +1 -0
  175. package/dist/cli-tui/commands/{grouped → subcommands}/auth-commands.js +22 -6
  176. package/dist/cli-tui/commands/subcommands/auth-commands.js.map +1 -0
  177. package/dist/cli-tui/commands/{grouped → subcommands}/config-commands.d.ts +0 -1
  178. package/dist/cli-tui/commands/subcommands/config-commands.d.ts.map +1 -0
  179. package/dist/cli-tui/commands/{grouped → subcommands}/config-commands.js +2 -2
  180. package/dist/cli-tui/commands/subcommands/config-commands.js.map +1 -0
  181. package/dist/cli-tui/commands/{grouped → subcommands}/diag-commands.d.ts +1 -2
  182. package/dist/cli-tui/commands/subcommands/diag-commands.d.ts.map +1 -0
  183. package/dist/cli-tui/commands/{grouped → subcommands}/diag-commands.js +5 -7
  184. package/dist/cli-tui/commands/subcommands/diag-commands.js.map +1 -0
  185. package/dist/cli-tui/commands/{grouped → subcommands}/git-commands.d.ts +0 -2
  186. package/dist/cli-tui/commands/subcommands/git-commands.d.ts.map +1 -0
  187. package/dist/cli-tui/commands/{grouped → subcommands}/git-commands.js +2 -2
  188. package/dist/cli-tui/commands/subcommands/git-commands.js.map +1 -0
  189. package/dist/cli-tui/commands/{grouped → subcommands}/index.d.ts +2 -2
  190. package/dist/cli-tui/commands/subcommands/index.d.ts.map +1 -0
  191. package/dist/cli-tui/commands/{grouped → subcommands}/index.js +2 -2
  192. package/dist/cli-tui/commands/subcommands/index.js.map +1 -0
  193. package/dist/cli-tui/commands/{grouped → subcommands}/safety-commands.d.ts +0 -1
  194. package/dist/cli-tui/commands/subcommands/safety-commands.d.ts.map +1 -0
  195. package/dist/cli-tui/commands/{grouped → subcommands}/safety-commands.js +12 -12
  196. package/dist/cli-tui/commands/subcommands/safety-commands.js.map +1 -0
  197. package/dist/cli-tui/commands/{grouped → subcommands}/session-commands.d.ts +1 -2
  198. package/dist/cli-tui/commands/subcommands/session-commands.d.ts.map +1 -0
  199. package/dist/cli-tui/commands/{grouped → subcommands}/session-commands.js +3 -3
  200. package/dist/cli-tui/commands/subcommands/session-commands.js.map +1 -0
  201. package/dist/cli-tui/commands/{grouped → subcommands}/tools-commands.d.ts +0 -1
  202. package/dist/cli-tui/commands/subcommands/tools-commands.d.ts.map +1 -0
  203. package/dist/cli-tui/commands/{grouped → subcommands}/tools-commands.js +2 -2
  204. package/dist/cli-tui/commands/subcommands/tools-commands.js.map +1 -0
  205. package/dist/cli-tui/commands/{grouped → subcommands}/ui-commands.d.ts +0 -1
  206. package/dist/cli-tui/commands/subcommands/ui-commands.d.ts.map +1 -0
  207. package/dist/cli-tui/commands/{grouped → subcommands}/ui-commands.js +5 -5
  208. package/dist/cli-tui/commands/subcommands/ui-commands.js.map +1 -0
  209. package/dist/cli-tui/commands/{grouped → subcommands}/undo-commands.d.ts +1 -2
  210. package/dist/cli-tui/commands/subcommands/undo-commands.d.ts.map +1 -0
  211. package/dist/cli-tui/commands/{grouped → subcommands}/undo-commands.js +6 -6
  212. package/dist/cli-tui/commands/subcommands/undo-commands.js.map +1 -0
  213. package/dist/cli-tui/commands/subcommands/usage-commands.d.ts.map +1 -0
  214. package/dist/cli-tui/commands/{grouped → subcommands}/usage-commands.js +2 -2
  215. package/dist/cli-tui/commands/subcommands/usage-commands.js.map +1 -0
  216. package/dist/cli-tui/commands/{grouped → subcommands}/utils.d.ts +15 -15
  217. package/dist/cli-tui/commands/subcommands/utils.d.ts.map +1 -0
  218. package/dist/cli-tui/commands/{grouped → subcommands}/utils.js +13 -8
  219. package/dist/cli-tui/commands/subcommands/utils.js.map +1 -0
  220. package/dist/cli-tui/commands/types.d.ts +3 -3
  221. package/dist/cli-tui/commands/types.d.ts.map +1 -1
  222. package/dist/cli-tui/commands/types.js.map +1 -1
  223. package/dist/cli-tui/editor-view.d.ts +1 -1
  224. package/dist/cli-tui/editor-view.d.ts.map +1 -1
  225. package/dist/cli-tui/editor-view.js +1 -1
  226. package/dist/cli-tui/editor-view.js.map +1 -1
  227. package/dist/cli-tui/oauth/oauth-flow-controller.d.ts +4 -0
  228. package/dist/cli-tui/oauth/oauth-flow-controller.d.ts.map +1 -1
  229. package/dist/cli-tui/oauth/oauth-flow-controller.js +76 -5
  230. package/dist/cli-tui/oauth/oauth-flow-controller.js.map +1 -1
  231. package/dist/cli-tui/run/run-controller.d.ts +2 -2
  232. package/dist/cli-tui/run/run-controller.d.ts.map +1 -1
  233. package/dist/cli-tui/run/run-controller.js +3 -2
  234. package/dist/cli-tui/run/run-controller.js.map +1 -1
  235. package/dist/cli-tui/run/run-shell-command.d.ts.map +1 -1
  236. package/dist/cli-tui/run/run-shell-command.js +11 -3
  237. package/dist/cli-tui/run/run-shell-command.js.map +1 -1
  238. package/dist/cli-tui/run/streaming-shell-command.d.ts.map +1 -1
  239. package/dist/cli-tui/run/streaming-shell-command.js +11 -3
  240. package/dist/cli-tui/run/streaming-shell-command.js.map +1 -1
  241. package/dist/cli-tui/selectors/model-selector.d.ts.map +1 -1
  242. package/dist/cli-tui/selectors/model-selector.js +1 -0
  243. package/dist/cli-tui/selectors/model-selector.js.map +1 -1
  244. package/dist/cli-tui/tui-renderer/agent-event-bridge.d.ts +8 -0
  245. package/dist/cli-tui/tui-renderer/agent-event-bridge.d.ts.map +1 -1
  246. package/dist/cli-tui/tui-renderer/agent-event-bridge.js +23 -2
  247. package/dist/cli-tui/tui-renderer/agent-event-bridge.js.map +1 -1
  248. package/dist/cli-tui/tui-renderer/command-registry-options.d.ts +3 -3
  249. package/dist/cli-tui/tui-renderer/command-registry-options.d.ts.map +1 -1
  250. package/dist/cli-tui/tui-renderer/command-registry-options.js +12 -2
  251. package/dist/cli-tui/tui-renderer/command-registry-options.js.map +1 -1
  252. package/dist/cli-tui/tui-renderer/command-suite-wiring.d.ts +32 -0
  253. package/dist/cli-tui/tui-renderer/command-suite-wiring.d.ts.map +1 -0
  254. package/dist/cli-tui/tui-renderer/command-suite-wiring.js +108 -0
  255. package/dist/cli-tui/tui-renderer/command-suite-wiring.js.map +1 -0
  256. package/dist/cli-tui/tui-renderer/input-controller.d.ts +2 -2
  257. package/dist/cli-tui/tui-renderer/input-controller.d.ts.map +1 -1
  258. package/dist/cli-tui/tui-renderer/input-controller.js +2 -2
  259. package/dist/cli-tui/tui-renderer/input-controller.js.map +1 -1
  260. package/dist/cli-tui/tui-renderer/ui-state-controller.d.ts +1 -1
  261. package/dist/cli-tui/tui-renderer/ui-state-controller.js +1 -1
  262. package/dist/cli-tui/tui-renderer/ui-state-controller.js.map +1 -1
  263. package/dist/cli-tui/tui-renderer.d.ts +1 -3
  264. package/dist/cli-tui/tui-renderer.d.ts.map +1 -1
  265. package/dist/cli-tui/tui-renderer.js +37 -83
  266. package/dist/cli-tui/tui-renderer.js.map +1 -1
  267. package/dist/cli-tui/utils/runtime-badges.d.ts +8 -0
  268. package/dist/cli-tui/utils/runtime-badges.d.ts.map +1 -1
  269. package/dist/cli-tui/utils/runtime-badges.js +58 -0
  270. package/dist/cli-tui/utils/runtime-badges.js.map +1 -1
  271. package/dist/cli.js +42555 -23133
  272. package/dist/cli.js.map +1 -1
  273. package/dist/config/env-vars.d.ts +4 -0
  274. package/dist/config/env-vars.d.ts.map +1 -1
  275. package/dist/config/env-vars.js +4 -0
  276. package/dist/config/env-vars.js.map +1 -1
  277. package/dist/config/feature-flags.d.ts +44 -0
  278. package/dist/config/feature-flags.d.ts.map +1 -1
  279. package/dist/config/feature-flags.js +214 -0
  280. package/dist/config/feature-flags.js.map +1 -1
  281. package/dist/connectors/service-client.d.ts +98 -0
  282. package/dist/connectors/service-client.d.ts.map +1 -0
  283. package/dist/connectors/service-client.js +459 -0
  284. package/dist/connectors/service-client.js.map +1 -0
  285. package/dist/conversation/render-model.d.ts.map +1 -1
  286. package/dist/conversation/render-model.js +53 -3
  287. package/dist/conversation/render-model.js.map +1 -1
  288. package/dist/db/health.d.ts +8 -0
  289. package/dist/db/health.d.ts.map +1 -0
  290. package/dist/db/health.js +64 -0
  291. package/dist/db/health.js.map +1 -0
  292. package/dist/db/migrate.d.ts +301 -0
  293. package/dist/db/migrate.d.ts.map +1 -1
  294. package/dist/db/migrate.js +186 -0
  295. package/dist/db/migrate.js.map +1 -1
  296. package/dist/db/migrations/0000_initial.sql +308 -0
  297. package/dist/db/migrations/0001_shared_sessions.sql +18 -0
  298. package/dist/db/migrations/0002_usage_metrics.sql +28 -0
  299. package/dist/db/migrations/0003_execution_traces.sql +18 -0
  300. package/dist/db/migrations/0004_workspace_config.sql +11 -0
  301. package/dist/db/migrations/0005_revenue_attribution.sql +31 -0
  302. package/dist/db/migrations/0006_hosted_session_storage.sql +51 -0
  303. package/dist/db/migrations/0007_reconcile_legacy_audit_hash_cache.sql +24 -0
  304. package/dist/db/migrations/0008_reconcile_legacy_webhook_deliveries.sql +290 -0
  305. package/dist/db/migrations/meta/0000_snapshot.json +2438 -0
  306. package/dist/db/migrations/meta/_journal.json +69 -0
  307. package/dist/db/schema.d.ts +2232 -844
  308. package/dist/db/schema.d.ts.map +1 -1
  309. package/dist/db/schema.js +187 -1
  310. package/dist/db/schema.js.map +1 -1
  311. package/dist/evalops/agent-bootstrap.d.ts +73 -0
  312. package/dist/evalops/agent-bootstrap.d.ts.map +1 -0
  313. package/dist/evalops/agent-bootstrap.js +380 -0
  314. package/dist/evalops/agent-bootstrap.js.map +1 -0
  315. package/dist/export-html.d.ts.map +1 -1
  316. package/dist/export-html.js +7 -4
  317. package/dist/export-html.js.map +1 -1
  318. package/dist/headless/utility-command-manager.d.ts +2 -1
  319. package/dist/headless/utility-command-manager.d.ts.map +1 -1
  320. package/dist/headless/utility-command-manager.js +12 -6
  321. package/dist/headless/utility-command-manager.js.map +1 -1
  322. package/dist/headless/utility-file-read.d.ts +1 -0
  323. package/dist/headless/utility-file-read.d.ts.map +1 -1
  324. package/dist/headless/utility-file-read.js +5 -1
  325. package/dist/headless/utility-file-read.js.map +1 -1
  326. package/dist/headless/utility-file-search.d.ts +1 -0
  327. package/dist/headless/utility-file-search.d.ts.map +1 -1
  328. package/dist/headless/utility-file-search.js +4 -1
  329. package/dist/headless/utility-file-search.js.map +1 -1
  330. package/dist/headless/utility-file-watch-manager.d.ts +2 -1
  331. package/dist/headless/utility-file-watch-manager.d.ts.map +1 -1
  332. package/dist/headless/utility-file-watch-manager.js +6 -2
  333. package/dist/headless/utility-file-watch-manager.js.map +1 -1
  334. package/dist/headless/workspace-root.d.ts +8 -0
  335. package/dist/headless/workspace-root.d.ts.map +1 -0
  336. package/dist/headless/workspace-root.js +74 -0
  337. package/dist/headless/workspace-root.js.map +1 -0
  338. package/dist/hooks/notification-hooks.d.ts +5 -0
  339. package/dist/hooks/notification-hooks.d.ts.map +1 -1
  340. package/dist/hooks/notification-hooks.js +4 -0
  341. package/dist/hooks/notification-hooks.js.map +1 -1
  342. package/dist/lsp/diagnostic-deltas.d.ts +20 -0
  343. package/dist/lsp/diagnostic-deltas.d.ts.map +1 -0
  344. package/dist/lsp/diagnostic-deltas.js +92 -0
  345. package/dist/lsp/diagnostic-deltas.js.map +1 -0
  346. package/dist/lsp/diagnostic-repair.d.ts +48 -0
  347. package/dist/lsp/diagnostic-repair.d.ts.map +1 -0
  348. package/dist/lsp/diagnostic-repair.js +143 -0
  349. package/dist/lsp/diagnostic-repair.js.map +1 -0
  350. package/dist/main.d.ts.map +1 -1
  351. package/dist/main.js +127 -37
  352. package/dist/main.js.map +1 -1
  353. package/dist/mcp/config.d.ts +4 -2
  354. package/dist/mcp/config.d.ts.map +1 -1
  355. package/dist/mcp/config.js +58 -14
  356. package/dist/mcp/config.js.map +1 -1
  357. package/dist/mcp/index.d.ts +1 -0
  358. package/dist/mcp/index.d.ts.map +1 -1
  359. package/dist/mcp/index.js +1 -0
  360. package/dist/mcp/index.js.map +1 -1
  361. package/dist/mcp/manager.d.ts +1 -0
  362. package/dist/mcp/manager.d.ts.map +1 -1
  363. package/dist/mcp/manager.js +1 -0
  364. package/dist/mcp/manager.js.map +1 -1
  365. package/dist/mcp/platform-plugin.d.ts +3 -0
  366. package/dist/mcp/platform-plugin.d.ts.map +1 -0
  367. package/dist/mcp/platform-plugin.js +117 -0
  368. package/dist/mcp/platform-plugin.js.map +1 -0
  369. package/dist/mcp/tool-bridge.d.ts +15 -0
  370. package/dist/mcp/tool-bridge.d.ts.map +1 -1
  371. package/dist/mcp/tool-bridge.js +194 -6
  372. package/dist/mcp/tool-bridge.js.map +1 -1
  373. package/dist/memory/platform-memory-client.d.ts +130 -0
  374. package/dist/memory/platform-memory-client.d.ts.map +1 -0
  375. package/dist/memory/platform-memory-client.js +330 -0
  376. package/dist/memory/platform-memory-client.js.map +1 -0
  377. package/dist/memory/service-client.d.ts.map +1 -1
  378. package/dist/memory/service-client.js +1 -2
  379. package/dist/memory/service-client.js.map +1 -1
  380. package/dist/models/builtin.d.ts.map +1 -1
  381. package/dist/models/builtin.js +137 -0
  382. package/dist/models/builtin.js.map +1 -1
  383. package/dist/models/config-loader.d.ts +10 -10
  384. package/dist/models/config-loader.d.ts.map +1 -1
  385. package/dist/models/config-loader.js +1 -0
  386. package/dist/models/config-loader.js.map +1 -1
  387. package/dist/models/registry.d.ts +1 -0
  388. package/dist/models/registry.d.ts.map +1 -1
  389. package/dist/models/registry.js +1 -0
  390. package/dist/models/registry.js.map +1 -1
  391. package/dist/oauth/connectors.d.ts +25 -0
  392. package/dist/oauth/connectors.d.ts.map +1 -0
  393. package/dist/oauth/connectors.js +253 -0
  394. package/dist/oauth/connectors.js.map +1 -0
  395. package/dist/oauth/device-identity.d.ts +18 -0
  396. package/dist/oauth/device-identity.d.ts.map +1 -0
  397. package/dist/oauth/device-identity.js +193 -0
  398. package/dist/oauth/device-identity.js.map +1 -0
  399. package/dist/oauth/evalops.d.ts.map +1 -1
  400. package/dist/oauth/evalops.js +74 -15
  401. package/dist/oauth/evalops.js.map +1 -1
  402. package/dist/oauth/index.d.ts +1 -1
  403. package/dist/oauth/index.d.ts.map +1 -1
  404. package/dist/oauth/index.js +31 -1
  405. package/dist/oauth/index.js.map +1 -1
  406. package/dist/oauth/openai-codex.d.ts +16 -0
  407. package/dist/oauth/openai-codex.d.ts.map +1 -0
  408. package/dist/oauth/openai-codex.js +300 -0
  409. package/dist/oauth/openai-codex.js.map +1 -0
  410. package/dist/opentelemetry.d.ts.map +1 -1
  411. package/dist/opentelemetry.js +9 -2
  412. package/dist/opentelemetry.js.map +1 -1
  413. package/dist/platform/agent-runtime-client.d.ts +279 -0
  414. package/dist/platform/agent-runtime-client.d.ts.map +1 -0
  415. package/dist/platform/agent-runtime-client.js +515 -0
  416. package/dist/platform/agent-runtime-client.js.map +1 -0
  417. package/dist/platform/cerebro-facts-client.d.ts +56 -0
  418. package/dist/platform/cerebro-facts-client.d.ts.map +1 -0
  419. package/dist/platform/cerebro-facts-client.js +297 -0
  420. package/dist/platform/cerebro-facts-client.js.map +1 -0
  421. package/dist/platform/client.d.ts +2 -1
  422. package/dist/platform/client.d.ts.map +1 -1
  423. package/dist/platform/client.js +9 -26
  424. package/dist/platform/client.js.map +1 -1
  425. package/dist/platform/core-services.d.ts +128 -0
  426. package/dist/platform/core-services.d.ts.map +1 -1
  427. package/dist/platform/core-services.js +128 -0
  428. package/dist/platform/core-services.js.map +1 -1
  429. package/dist/platform/maestro-timeline-client.d.ts +22 -0
  430. package/dist/platform/maestro-timeline-client.d.ts.map +1 -0
  431. package/dist/platform/maestro-timeline-client.js +373 -0
  432. package/dist/platform/maestro-timeline-client.js.map +1 -0
  433. package/dist/platform/tool-execution-client.d.ts +104 -0
  434. package/dist/platform/tool-execution-client.d.ts.map +1 -0
  435. package/dist/platform/tool-execution-client.js +284 -0
  436. package/dist/platform/tool-execution-client.js.map +1 -0
  437. package/dist/prompts/service-client.d.ts.map +1 -1
  438. package/dist/prompts/service-client.js +5 -2
  439. package/dist/prompts/service-client.js.map +1 -1
  440. package/dist/providers/anthropic-auth.d.ts.map +1 -1
  441. package/dist/providers/anthropic-auth.js +8 -6
  442. package/dist/providers/anthropic-auth.js.map +1 -1
  443. package/dist/providers/api-keys.d.ts +1 -0
  444. package/dist/providers/api-keys.d.ts.map +1 -1
  445. package/dist/providers/api-keys.js +5 -0
  446. package/dist/providers/api-keys.js.map +1 -1
  447. package/dist/providers/auth.d.ts +2 -1
  448. package/dist/providers/auth.d.ts.map +1 -1
  449. package/dist/providers/auth.js +26 -3
  450. package/dist/providers/auth.js.map +1 -1
  451. package/dist/remote-runner/attach-client.d.ts +41 -0
  452. package/dist/remote-runner/attach-client.d.ts.map +1 -0
  453. package/dist/remote-runner/attach-client.js +692 -0
  454. package/dist/remote-runner/attach-client.js.map +1 -0
  455. package/dist/remote-runner/client.d.ts +205 -0
  456. package/dist/remote-runner/client.d.ts.map +1 -0
  457. package/dist/remote-runner/client.js +633 -0
  458. package/dist/remote-runner/client.js.map +1 -0
  459. package/dist/safety/action-firewall.d.ts +6 -1
  460. package/dist/safety/action-firewall.d.ts.map +1 -1
  461. package/dist/safety/action-firewall.js +62 -26
  462. package/dist/safety/action-firewall.js.map +1 -1
  463. package/dist/safety/governance-service-client.d.ts +36 -0
  464. package/dist/safety/governance-service-client.d.ts.map +1 -0
  465. package/dist/safety/governance-service-client.js +279 -0
  466. package/dist/safety/governance-service-client.js.map +1 -0
  467. package/dist/safety/policy.d.ts +13 -2
  468. package/dist/safety/policy.d.ts.map +1 -1
  469. package/dist/safety/policy.js +474 -52
  470. package/dist/safety/policy.js.map +1 -1
  471. package/dist/sdk-tools.d.ts +21 -0
  472. package/dist/sdk-tools.d.ts.map +1 -1
  473. package/dist/sdk-tools.js +16 -0
  474. package/dist/sdk-tools.js.map +1 -1
  475. package/dist/server/app-context.d.ts +25 -0
  476. package/dist/server/app-context.d.ts.map +1 -1
  477. package/dist/server/app-context.js.map +1 -1
  478. package/dist/server/approval-service.d.ts +7 -8
  479. package/dist/server/approval-service.d.ts.map +1 -1
  480. package/dist/server/approval-service.js +12 -24
  481. package/dist/server/approval-service.js.map +1 -1
  482. package/dist/server/authz.d.ts +23 -2
  483. package/dist/server/authz.d.ts.map +1 -1
  484. package/dist/server/authz.js +153 -17
  485. package/dist/server/authz.js.map +1 -1
  486. package/dist/server/handlers/approvals.d.ts.map +1 -1
  487. package/dist/server/handlers/approvals.js +3 -10
  488. package/dist/server/handlers/approvals.js.map +1 -1
  489. package/dist/server/handlers/branch.d.ts.map +1 -1
  490. package/dist/server/handlers/branch.js +29 -20
  491. package/dist/server/handlers/branch.js.map +1 -1
  492. package/dist/server/handlers/bridge.d.ts.map +1 -1
  493. package/dist/server/handlers/bridge.js +3 -2
  494. package/dist/server/handlers/bridge.js.map +1 -1
  495. package/dist/server/handlers/chat-ws.d.ts.map +1 -1
  496. package/dist/server/handlers/chat-ws.js +23 -31
  497. package/dist/server/handlers/chat-ws.js.map +1 -1
  498. package/dist/server/handlers/chat.d.ts.map +1 -1
  499. package/dist/server/handlers/chat.js +105 -46
  500. package/dist/server/handlers/chat.js.map +1 -1
  501. package/dist/server/handlers/compliance.d.ts +3 -0
  502. package/dist/server/handlers/compliance.d.ts.map +1 -0
  503. package/dist/server/handlers/compliance.js +53 -0
  504. package/dist/server/handlers/compliance.js.map +1 -0
  505. package/dist/server/handlers/context.d.ts.map +1 -1
  506. package/dist/server/handlers/context.js +3 -8
  507. package/dist/server/handlers/context.js.map +1 -1
  508. package/dist/server/handlers/fleet.d.ts +4 -0
  509. package/dist/server/handlers/fleet.d.ts.map +1 -0
  510. package/dist/server/handlers/fleet.js +9 -0
  511. package/dist/server/handlers/fleet.js.map +1 -0
  512. package/dist/server/handlers/headless-sessions.d.ts +4 -0
  513. package/dist/server/handlers/headless-sessions.d.ts.map +1 -1
  514. package/dist/server/handlers/headless-sessions.js +168 -3
  515. package/dist/server/handlers/headless-sessions.js.map +1 -1
  516. package/dist/server/handlers/health.d.ts +31 -2
  517. package/dist/server/handlers/health.d.ts.map +1 -1
  518. package/dist/server/handlers/health.js +82 -8
  519. package/dist/server/handlers/health.js.map +1 -1
  520. package/dist/server/handlers/hosted-runner-drain.d.ts +128 -0
  521. package/dist/server/handlers/hosted-runner-drain.d.ts.map +1 -0
  522. package/dist/server/handlers/hosted-runner-drain.js +373 -0
  523. package/dist/server/handlers/hosted-runner-drain.js.map +1 -0
  524. package/dist/server/handlers/hosted-runner-identity.d.ts +17 -0
  525. package/dist/server/handlers/hosted-runner-identity.d.ts.map +1 -0
  526. package/dist/server/handlers/hosted-runner-identity.js +39 -0
  527. package/dist/server/handlers/hosted-runner-identity.js.map +1 -0
  528. package/dist/server/handlers/intelligent-router.d.ts +3 -0
  529. package/dist/server/handlers/intelligent-router.d.ts.map +1 -0
  530. package/dist/server/handlers/intelligent-router.js +141 -0
  531. package/dist/server/handlers/intelligent-router.js.map +1 -0
  532. package/dist/server/handlers/models.d.ts.map +1 -1
  533. package/dist/server/handlers/models.js +14 -0
  534. package/dist/server/handlers/models.js.map +1 -1
  535. package/dist/server/handlers/pending-requests.d.ts +8 -0
  536. package/dist/server/handlers/pending-requests.d.ts.map +1 -0
  537. package/dist/server/handlers/pending-requests.js +149 -0
  538. package/dist/server/handlers/pending-requests.js.map +1 -0
  539. package/dist/server/handlers/revenue-attribution.d.ts +3 -0
  540. package/dist/server/handlers/revenue-attribution.d.ts.map +1 -0
  541. package/dist/server/handlers/revenue-attribution.js +45 -0
  542. package/dist/server/handlers/revenue-attribution.js.map +1 -0
  543. package/dist/server/handlers/runtime-app-server-ws.d.ts +10 -0
  544. package/dist/server/handlers/runtime-app-server-ws.d.ts.map +1 -0
  545. package/dist/server/handlers/runtime-app-server-ws.js +206 -0
  546. package/dist/server/handlers/runtime-app-server-ws.js.map +1 -0
  547. package/dist/server/handlers/session-artifacts.js +2 -2
  548. package/dist/server/handlers/session-artifacts.js.map +1 -1
  549. package/dist/server/handlers/session-attachments.js +3 -3
  550. package/dist/server/handlers/session-attachments.js.map +1 -1
  551. package/dist/server/handlers/session-timeline.d.ts +11 -0
  552. package/dist/server/handlers/session-timeline.d.ts.map +1 -0
  553. package/dist/server/handlers/session-timeline.js +77 -0
  554. package/dist/server/handlers/session-timeline.js.map +1 -0
  555. package/dist/server/handlers/sessions.d.ts +11 -0
  556. package/dist/server/handlers/sessions.d.ts.map +1 -1
  557. package/dist/server/handlers/sessions.js +68 -100
  558. package/dist/server/handlers/sessions.js.map +1 -1
  559. package/dist/server/handlers/traces.d.ts +3 -0
  560. package/dist/server/handlers/traces.d.ts.map +1 -0
  561. package/dist/server/handlers/traces.js +60 -0
  562. package/dist/server/handlers/traces.js.map +1 -0
  563. package/dist/server/handlers/usage-analytics.d.ts +3 -0
  564. package/dist/server/handlers/usage-analytics.d.ts.map +1 -0
  565. package/dist/server/handlers/usage-analytics.js +40 -0
  566. package/dist/server/handlers/usage-analytics.js.map +1 -0
  567. package/dist/server/handlers/workspace-config.d.ts +3 -0
  568. package/dist/server/handlers/workspace-config.d.ts.map +1 -0
  569. package/dist/server/handlers/workspace-config.js +62 -0
  570. package/dist/server/handlers/workspace-config.js.map +1 -0
  571. package/dist/server/headless-in-process-host.d.ts +8 -1
  572. package/dist/server/headless-in-process-host.d.ts.map +1 -1
  573. package/dist/server/headless-in-process-host.js +6 -0
  574. package/dist/server/headless-in-process-host.js.map +1 -1
  575. package/dist/server/headless-runtime-service.d.ts +99 -1
  576. package/dist/server/headless-runtime-service.d.ts.map +1 -1
  577. package/dist/server/headless-runtime-service.js +286 -23
  578. package/dist/server/headless-runtime-service.js.map +1 -1
  579. package/dist/server/hosted-session-manager.d.ts +103 -0
  580. package/dist/server/hosted-session-manager.d.ts.map +1 -0
  581. package/dist/server/hosted-session-manager.js +629 -0
  582. package/dist/server/hosted-session-manager.js.map +1 -0
  583. package/dist/server/pending-request-payload.d.ts +4 -0
  584. package/dist/server/pending-request-payload.d.ts.map +1 -0
  585. package/dist/server/pending-request-payload.js +107 -0
  586. package/dist/server/pending-request-payload.js.map +1 -0
  587. package/dist/server/request-context.d.ts +4 -0
  588. package/dist/server/request-context.d.ts.map +1 -1
  589. package/dist/server/request-context.js +9 -0
  590. package/dist/server/request-context.js.map +1 -1
  591. package/dist/server/routes.d.ts.map +1 -1
  592. package/dist/server/routes.js +149 -1
  593. package/dist/server/routes.js.map +1 -1
  594. package/dist/server/runtime-ws-access.d.ts +16 -0
  595. package/dist/server/runtime-ws-access.d.ts.map +1 -0
  596. package/dist/server/runtime-ws-access.js +21 -0
  597. package/dist/server/runtime-ws-access.js.map +1 -0
  598. package/dist/server/server-middlewares.d.ts +1 -1
  599. package/dist/server/server-middlewares.d.ts.map +1 -1
  600. package/dist/server/server-middlewares.js +35 -27
  601. package/dist/server/server-middlewares.js.map +1 -1
  602. package/dist/server/server-request-manager.d.ts +8 -27
  603. package/dist/server/server-request-manager.d.ts.map +1 -1
  604. package/dist/server/server-request-manager.js +7 -0
  605. package/dist/server/server-request-manager.js.map +1 -1
  606. package/dist/server/server-utils.d.ts +2 -1
  607. package/dist/server/server-utils.d.ts.map +1 -1
  608. package/dist/server/server-utils.js +11 -1
  609. package/dist/server/server-utils.js.map +1 -1
  610. package/dist/server/session-event-env.d.ts +2 -0
  611. package/dist/server/session-event-env.d.ts.map +1 -0
  612. package/dist/server/session-event-env.js +8 -0
  613. package/dist/server/session-event-env.js.map +1 -0
  614. package/dist/server/session-initialization.d.ts +25 -4
  615. package/dist/server/session-initialization.d.ts.map +1 -1
  616. package/dist/server/session-initialization.js +22 -5
  617. package/dist/server/session-initialization.js.map +1 -1
  618. package/dist/server/session-scope.d.ts +4 -0
  619. package/dist/server/session-scope.d.ts.map +1 -1
  620. package/dist/server/session-scope.js +44 -4
  621. package/dist/server/session-scope.js.map +1 -1
  622. package/dist/server/session-timeline.d.ts +13 -0
  623. package/dist/server/session-timeline.d.ts.map +1 -0
  624. package/dist/server/session-timeline.js +566 -0
  625. package/dist/server/session-timeline.js.map +1 -0
  626. package/dist/services/compliance/controls.d.ts +6 -0
  627. package/dist/services/compliance/controls.d.ts.map +1 -0
  628. package/dist/services/compliance/controls.js +113 -0
  629. package/dist/services/compliance/controls.js.map +1 -0
  630. package/dist/services/compliance/index.d.ts +6 -0
  631. package/dist/services/compliance/index.d.ts.map +1 -0
  632. package/dist/services/compliance/index.js +5 -0
  633. package/dist/services/compliance/index.js.map +1 -0
  634. package/dist/services/compliance/normalize.d.ts +23 -0
  635. package/dist/services/compliance/normalize.d.ts.map +1 -0
  636. package/dist/services/compliance/normalize.js +226 -0
  637. package/dist/services/compliance/normalize.js.map +1 -0
  638. package/dist/services/compliance/recorder.d.ts +22 -0
  639. package/dist/services/compliance/recorder.d.ts.map +1 -0
  640. package/dist/services/compliance/recorder.js +89 -0
  641. package/dist/services/compliance/recorder.js.map +1 -0
  642. package/dist/services/compliance/service.d.ts +24 -0
  643. package/dist/services/compliance/service.d.ts.map +1 -0
  644. package/dist/services/compliance/service.js +426 -0
  645. package/dist/services/compliance/service.js.map +1 -0
  646. package/dist/services/compliance/types.d.ts +185 -0
  647. package/dist/services/compliance/types.d.ts.map +1 -0
  648. package/dist/services/compliance/types.js +2 -0
  649. package/dist/services/compliance/types.js.map +1 -0
  650. package/dist/services/intelligent-router/index.d.ts +5 -0
  651. package/dist/services/intelligent-router/index.d.ts.map +1 -0
  652. package/dist/services/intelligent-router/index.js +5 -0
  653. package/dist/services/intelligent-router/index.js.map +1 -0
  654. package/dist/services/intelligent-router/normalize.d.ts +9 -0
  655. package/dist/services/intelligent-router/normalize.d.ts.map +1 -0
  656. package/dist/services/intelligent-router/normalize.js +169 -0
  657. package/dist/services/intelligent-router/normalize.js.map +1 -0
  658. package/dist/services/intelligent-router/recorder.d.ts +24 -0
  659. package/dist/services/intelligent-router/recorder.d.ts.map +1 -0
  660. package/dist/services/intelligent-router/recorder.js +98 -0
  661. package/dist/services/intelligent-router/recorder.js.map +1 -0
  662. package/dist/services/intelligent-router/service.d.ts +22 -0
  663. package/dist/services/intelligent-router/service.d.ts.map +1 -0
  664. package/dist/services/intelligent-router/service.js +328 -0
  665. package/dist/services/intelligent-router/service.js.map +1 -0
  666. package/dist/services/intelligent-router/types.d.ts +98 -0
  667. package/dist/services/intelligent-router/types.d.ts.map +1 -0
  668. package/dist/services/intelligent-router/types.js +7 -0
  669. package/dist/services/intelligent-router/types.js.map +1 -0
  670. package/dist/services/revenue-attribution/index.d.ts +4 -0
  671. package/dist/services/revenue-attribution/index.d.ts.map +1 -0
  672. package/dist/services/revenue-attribution/index.js +4 -0
  673. package/dist/services/revenue-attribution/index.js.map +1 -0
  674. package/dist/services/revenue-attribution/normalize.d.ts +13 -0
  675. package/dist/services/revenue-attribution/normalize.d.ts.map +1 -0
  676. package/dist/services/revenue-attribution/normalize.js +155 -0
  677. package/dist/services/revenue-attribution/normalize.js.map +1 -0
  678. package/dist/services/revenue-attribution/service.d.ts +21 -0
  679. package/dist/services/revenue-attribution/service.d.ts.map +1 -0
  680. package/dist/services/revenue-attribution/service.js +248 -0
  681. package/dist/services/revenue-attribution/service.js.map +1 -0
  682. package/dist/services/revenue-attribution/types.d.ts +96 -0
  683. package/dist/services/revenue-attribution/types.d.ts.map +1 -0
  684. package/dist/services/revenue-attribution/types.js +7 -0
  685. package/dist/services/revenue-attribution/types.js.map +1 -0
  686. package/dist/services/traces/index.d.ts +5 -0
  687. package/dist/services/traces/index.d.ts.map +1 -0
  688. package/dist/services/traces/index.js +4 -0
  689. package/dist/services/traces/index.js.map +1 -0
  690. package/dist/services/traces/normalize.d.ts +20 -0
  691. package/dist/services/traces/normalize.d.ts.map +1 -0
  692. package/dist/services/traces/normalize.js +261 -0
  693. package/dist/services/traces/normalize.js.map +1 -0
  694. package/dist/services/traces/otel.d.ts +3 -0
  695. package/dist/services/traces/otel.d.ts.map +1 -0
  696. package/dist/services/traces/otel.js +173 -0
  697. package/dist/services/traces/otel.js.map +1 -0
  698. package/dist/services/traces/service.d.ts +17 -0
  699. package/dist/services/traces/service.d.ts.map +1 -0
  700. package/dist/services/traces/service.js +197 -0
  701. package/dist/services/traces/service.js.map +1 -0
  702. package/dist/services/traces/types.d.ts +130 -0
  703. package/dist/services/traces/types.d.ts.map +1 -0
  704. package/dist/services/traces/types.js +8 -0
  705. package/dist/services/traces/types.js.map +1 -0
  706. package/dist/services/usage-analytics/aggregation.d.ts +18 -0
  707. package/dist/services/usage-analytics/aggregation.d.ts.map +1 -0
  708. package/dist/services/usage-analytics/aggregation.js +130 -0
  709. package/dist/services/usage-analytics/aggregation.js.map +1 -0
  710. package/dist/services/usage-analytics/index.d.ts +5 -0
  711. package/dist/services/usage-analytics/index.d.ts.map +1 -0
  712. package/dist/services/usage-analytics/index.js +4 -0
  713. package/dist/services/usage-analytics/index.js.map +1 -0
  714. package/dist/services/usage-analytics/recorder.d.ts +16 -0
  715. package/dist/services/usage-analytics/recorder.d.ts.map +1 -0
  716. package/dist/services/usage-analytics/recorder.js +128 -0
  717. package/dist/services/usage-analytics/recorder.js.map +1 -0
  718. package/dist/services/usage-analytics/service.d.ts +15 -0
  719. package/dist/services/usage-analytics/service.d.ts.map +1 -0
  720. package/dist/services/usage-analytics/service.js +210 -0
  721. package/dist/services/usage-analytics/service.js.map +1 -0
  722. package/dist/services/usage-analytics/types.d.ts +80 -0
  723. package/dist/services/usage-analytics/types.d.ts.map +1 -0
  724. package/dist/services/usage-analytics/types.js +2 -0
  725. package/dist/services/usage-analytics/types.js.map +1 -0
  726. package/dist/services/workspace-config/index.d.ts +6 -0
  727. package/dist/services/workspace-config/index.d.ts.map +1 -0
  728. package/dist/services/workspace-config/index.js +5 -0
  729. package/dist/services/workspace-config/index.js.map +1 -0
  730. package/dist/services/workspace-config/middleware.d.ts +5 -0
  731. package/dist/services/workspace-config/middleware.d.ts.map +1 -0
  732. package/dist/services/workspace-config/middleware.js +98 -0
  733. package/dist/services/workspace-config/middleware.js.map +1 -0
  734. package/dist/services/workspace-config/normalize.d.ts +17 -0
  735. package/dist/services/workspace-config/normalize.d.ts.map +1 -0
  736. package/dist/services/workspace-config/normalize.js +148 -0
  737. package/dist/services/workspace-config/normalize.js.map +1 -0
  738. package/dist/services/workspace-config/policy.d.ts +16 -0
  739. package/dist/services/workspace-config/policy.d.ts.map +1 -0
  740. package/dist/services/workspace-config/policy.js +77 -0
  741. package/dist/services/workspace-config/policy.js.map +1 -0
  742. package/dist/services/workspace-config/service.d.ts +20 -0
  743. package/dist/services/workspace-config/service.d.ts.map +1 -0
  744. package/dist/services/workspace-config/service.js +162 -0
  745. package/dist/services/workspace-config/service.js.map +1 -0
  746. package/dist/services/workspace-config/types.d.ts +71 -0
  747. package/dist/services/workspace-config/types.d.ts.map +1 -0
  748. package/dist/services/workspace-config/types.js +2 -0
  749. package/dist/services/workspace-config/types.js.map +1 -0
  750. package/dist/session/manager.d.ts.map +1 -1
  751. package/dist/session/manager.js +10 -0
  752. package/dist/session/manager.js.map +1 -1
  753. package/dist/session/migration.d.ts.map +1 -1
  754. package/dist/session/migration.js +2 -1
  755. package/dist/session/migration.js.map +1 -1
  756. package/dist/session/session-memory.d.ts.map +1 -1
  757. package/dist/session/session-memory.js +7 -1
  758. package/dist/session/session-memory.js.map +1 -1
  759. package/dist/session/types.d.ts +1 -2
  760. package/dist/session/types.d.ts.map +1 -1
  761. package/dist/session/types.js +1 -22
  762. package/dist/session/types.js.map +1 -1
  763. package/dist/session/wire-format.d.ts +7 -0
  764. package/dist/session/wire-format.d.ts.map +1 -0
  765. package/dist/session/wire-format.generated.d.ts +95 -0
  766. package/dist/session/wire-format.generated.d.ts.map +1 -0
  767. package/dist/session/wire-format.generated.js +111 -0
  768. package/dist/session/wire-format.generated.js.map +1 -0
  769. package/dist/session/wire-format.js +145 -0
  770. package/dist/session/wire-format.js.map +1 -0
  771. package/dist/shared-memory/client.d.ts.map +1 -1
  772. package/dist/shared-memory/client.js +22 -22
  773. package/dist/shared-memory/client.js.map +1 -1
  774. package/dist/skills/artifact-metadata.d.ts +16 -0
  775. package/dist/skills/artifact-metadata.d.ts.map +1 -0
  776. package/dist/skills/artifact-metadata.js +86 -0
  777. package/dist/skills/artifact-metadata.js.map +1 -0
  778. package/dist/skills/loader.d.ts +2 -2
  779. package/dist/skills/loader.d.ts.map +1 -1
  780. package/dist/skills/loader.js +1 -0
  781. package/dist/skills/loader.js.map +1 -1
  782. package/dist/skills/service-client.d.ts +42 -0
  783. package/dist/skills/service-client.d.ts.map +1 -0
  784. package/dist/skills/service-client.js +258 -0
  785. package/dist/skills/service-client.js.map +1 -0
  786. package/dist/skills/tool.d.ts +3 -0
  787. package/dist/skills/tool.d.ts.map +1 -1
  788. package/dist/skills/tool.js +67 -5
  789. package/dist/skills/tool.js.map +1 -1
  790. package/dist/telemetry/index.d.ts +4 -0
  791. package/dist/telemetry/index.d.ts.map +1 -1
  792. package/dist/telemetry/index.js +5 -0
  793. package/dist/telemetry/index.js.map +1 -1
  794. package/dist/telemetry/maestro-event-bus.d.ts +440 -0
  795. package/dist/telemetry/maestro-event-bus.d.ts.map +1 -0
  796. package/dist/telemetry/maestro-event-bus.js +784 -0
  797. package/dist/telemetry/maestro-event-bus.js.map +1 -0
  798. package/dist/telemetry/maestro-event-catalog.d.ts +48 -0
  799. package/dist/telemetry/maestro-event-catalog.d.ts.map +1 -0
  800. package/dist/telemetry/maestro-event-catalog.js +69 -0
  801. package/dist/telemetry/maestro-event-catalog.js.map +1 -0
  802. package/dist/telemetry/maestro-platform-replay-fixture.d.ts +24 -0
  803. package/dist/telemetry/maestro-platform-replay-fixture.d.ts.map +1 -0
  804. package/dist/telemetry/maestro-platform-replay-fixture.js +400 -0
  805. package/dist/telemetry/maestro-platform-replay-fixture.js.map +1 -0
  806. package/dist/telemetry/maestro-publisher-conformance-fixture.d.ts +29 -0
  807. package/dist/telemetry/maestro-publisher-conformance-fixture.d.ts.map +1 -0
  808. package/dist/telemetry/maestro-publisher-conformance-fixture.js +240 -0
  809. package/dist/telemetry/maestro-publisher-conformance-fixture.js.map +1 -0
  810. package/dist/telemetry/meter-service-client.d.ts +0 -33
  811. package/dist/telemetry/meter-service-client.d.ts.map +1 -1
  812. package/dist/telemetry/meter-service-client.js +22 -50
  813. package/dist/telemetry/meter-service-client.js.map +1 -1
  814. package/dist/telemetry/turn-tracker.d.ts.map +1 -1
  815. package/dist/telemetry/turn-tracker.js +5 -5
  816. package/dist/telemetry/turn-tracker.js.map +1 -1
  817. package/dist/telemetry/wide-events.d.ts +8 -0
  818. package/dist/telemetry/wide-events.d.ts.map +1 -1
  819. package/dist/telemetry/wide-events.js +28 -0
  820. package/dist/telemetry/wide-events.js.map +1 -1
  821. package/dist/telemetry.d.ts +1 -1
  822. package/dist/telemetry.d.ts.map +1 -1
  823. package/dist/telemetry.js +14 -4
  824. package/dist/telemetry.js.map +1 -1
  825. package/dist/timeline/redaction.d.ts +5 -0
  826. package/dist/timeline/redaction.d.ts.map +1 -0
  827. package/dist/timeline/redaction.js +119 -0
  828. package/dist/timeline/redaction.js.map +1 -0
  829. package/dist/tools/ask-user.d.ts +26 -0
  830. package/dist/tools/ask-user.d.ts.map +1 -1
  831. package/dist/tools/ask-user.js +33 -1
  832. package/dist/tools/ask-user.js.map +1 -1
  833. package/dist/tools/background/task-types.d.ts +1 -1
  834. package/dist/tools/edit.d.ts +2 -0
  835. package/dist/tools/edit.d.ts.map +1 -1
  836. package/dist/tools/edit.js +27 -7
  837. package/dist/tools/edit.js.map +1 -1
  838. package/dist/tools/index.d.ts +9 -0
  839. package/dist/tools/index.d.ts.map +1 -1
  840. package/dist/tools/pipeline.d.ts.map +1 -1
  841. package/dist/tools/pipeline.js +16 -7
  842. package/dist/tools/pipeline.js.map +1 -1
  843. package/dist/tools/write.d.ts +2 -0
  844. package/dist/tools/write.d.ts.map +1 -1
  845. package/dist/tools/write.js +24 -6
  846. package/dist/tools/write.js.map +1 -1
  847. package/dist/tracking/cost-tracker.d.ts +15 -12
  848. package/dist/tracking/cost-tracker.d.ts.map +1 -1
  849. package/dist/tracking/cost-tracker.js +29 -40
  850. package/dist/tracking/cost-tracker.js.map +1 -1
  851. package/dist/utils/checkpoint-profiler.d.ts +29 -0
  852. package/dist/utils/checkpoint-profiler.d.ts.map +1 -0
  853. package/dist/utils/checkpoint-profiler.js +118 -0
  854. package/dist/utils/checkpoint-profiler.js.map +1 -0
  855. package/dist/utils/downstream-http.d.ts +21 -0
  856. package/dist/utils/downstream-http.d.ts.map +1 -0
  857. package/dist/utils/downstream-http.js +151 -0
  858. package/dist/utils/downstream-http.js.map +1 -0
  859. package/dist/utils/downstream.d.ts +18 -0
  860. package/dist/utils/downstream.d.ts.map +1 -0
  861. package/dist/utils/downstream.js +47 -0
  862. package/dist/utils/downstream.js.map +1 -0
  863. package/dist/utils/logger.d.ts +3 -1
  864. package/dist/utils/logger.d.ts.map +1 -1
  865. package/dist/utils/logger.js +12 -1
  866. package/dist/utils/logger.js.map +1 -1
  867. package/dist/utils/oauth-http.d.ts +8 -0
  868. package/dist/utils/oauth-http.d.ts.map +1 -0
  869. package/dist/utils/oauth-http.js +41 -0
  870. package/dist/utils/oauth-http.js.map +1 -0
  871. package/dist/utils/path-utils.d.ts +2 -0
  872. package/dist/utils/path-utils.d.ts.map +1 -0
  873. package/dist/utils/path-utils.js +12 -0
  874. package/dist/utils/path-utils.js.map +1 -0
  875. package/dist/utils/path-validation.d.ts +1 -1
  876. package/dist/utils/path-validation.d.ts.map +1 -1
  877. package/dist/utils/path-validation.js +3 -3
  878. package/dist/utils/path-validation.js.map +1 -1
  879. package/dist/version.json +2 -2
  880. package/dist/web-server.d.ts +7 -1
  881. package/dist/web-server.d.ts.map +1 -1
  882. package/dist/web-server.js +117 -15
  883. package/dist/web-server.js.map +1 -1
  884. package/dist/webhooks/delivery.d.ts.map +1 -1
  885. package/dist/webhooks/delivery.js +9 -12
  886. package/dist/webhooks/delivery.js.map +1 -1
  887. package/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.d.ts +12 -5
  888. package/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.js +7 -7
  889. package/node_modules/@bufbuild/protobuf/dist/cjs/from-json.d.ts +1 -1
  890. package/node_modules/@bufbuild/protobuf/dist/cjs/from-json.js +1 -1
  891. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.d.ts +1 -1
  892. package/node_modules/@bufbuild/protobuf/dist/cjs/registry.js +24 -1
  893. package/node_modules/@bufbuild/protobuf/dist/cjs/to-json.d.ts +1 -1
  894. package/node_modules/@bufbuild/protobuf/dist/cjs/to-json.js +9 -10
  895. package/node_modules/@bufbuild/protobuf/dist/cjs/types.d.ts +1 -1
  896. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.d.ts +9 -7
  897. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.js +18 -8
  898. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.d.ts +4 -2
  899. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.js +8 -1
  900. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.d.ts +1 -1
  901. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts +2 -2
  902. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.d.ts +37 -23
  903. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.js +1 -1
  904. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.d.ts +32 -36
  905. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.d.ts +65 -0
  906. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.js +38 -2
  907. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.d.ts +5 -5
  908. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.d.ts +3 -3
  909. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts +10 -0
  910. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.js +24 -0
  911. package/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts +12 -5
  912. package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js +7 -7
  913. package/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts +1 -1
  914. package/node_modules/@bufbuild/protobuf/dist/esm/from-json.js +2 -2
  915. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts +1 -1
  916. package/node_modules/@bufbuild/protobuf/dist/esm/registry.js +24 -1
  917. package/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts +1 -1
  918. package/node_modules/@bufbuild/protobuf/dist/esm/to-json.js +10 -11
  919. package/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts +1 -1
  920. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts +9 -7
  921. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js +18 -8
  922. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts +4 -2
  923. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js +8 -1
  924. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts +1 -1
  925. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts +2 -2
  926. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts +37 -23
  927. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js +1 -1
  928. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts +32 -36
  929. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts +65 -0
  930. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js +37 -1
  931. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts +5 -5
  932. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts +3 -3
  933. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts +10 -0
  934. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js +23 -0
  935. package/node_modules/@bufbuild/protobuf/package.json +1 -1
  936. package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts +305 -2
  937. package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts.map +1 -1
  938. package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js +34 -4
  939. package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js.map +1 -1
  940. package/node_modules/@evalops/contracts/dist/index.d.ts +88 -0
  941. package/node_modules/@evalops/contracts/dist/index.d.ts.map +1 -1
  942. package/node_modules/@evalops/contracts/dist/index.js +2 -0
  943. package/node_modules/@evalops/contracts/dist/index.js.map +1 -1
  944. package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts +77 -77
  945. package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts.map +1 -1
  946. package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js +1 -1
  947. package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js.map +1 -1
  948. package/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts +182 -0
  949. package/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts.map +1 -0
  950. package/node_modules/@evalops/contracts/dist/runtime-app-server.js +83 -0
  951. package/node_modules/@evalops/contracts/dist/runtime-app-server.js.map +1 -0
  952. package/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts +133 -0
  953. package/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts.map +1 -0
  954. package/node_modules/@evalops/contracts/dist/runtime-server-request.js +68 -0
  955. package/node_modules/@evalops/contracts/dist/runtime-server-request.js.map +1 -0
  956. package/node_modules/@evalops/contracts/dist/schemas.d.ts +178 -0
  957. package/node_modules/@evalops/contracts/dist/schemas.d.ts.map +1 -1
  958. package/node_modules/@evalops/contracts/dist/schemas.js +165 -0
  959. package/node_modules/@evalops/contracts/dist/schemas.js.map +1 -1
  960. package/node_modules/@evalops/contracts/dist/typebox-utils.d.ts +2 -0
  961. package/node_modules/@evalops/contracts/dist/typebox-utils.d.ts.map +1 -0
  962. package/node_modules/@evalops/contracts/dist/typebox-utils.js +5 -0
  963. package/node_modules/@evalops/contracts/dist/typebox-utils.js.map +1 -0
  964. package/node_modules/@evalops/contracts/dist/validators.d.ts +4 -1
  965. package/node_modules/@evalops/contracts/dist/validators.d.ts.map +1 -1
  966. package/node_modules/@evalops/contracts/dist/validators.js +4 -1
  967. package/node_modules/@evalops/contracts/dist/validators.js.map +1 -1
  968. package/node_modules/@evalops/contracts/package.json +1 -1
  969. package/node_modules/@evalops/tui/package.json +1 -1
  970. package/node_modules/string-width/index.js +93 -9
  971. package/node_modules/string-width/package.json +1 -1
  972. package/package.json +32 -25
  973. package/dist/cli-tui/commands/grouped/auth-commands.d.ts.map +0 -1
  974. package/dist/cli-tui/commands/grouped/auth-commands.js.map +0 -1
  975. package/dist/cli-tui/commands/grouped/config-commands.d.ts.map +0 -1
  976. package/dist/cli-tui/commands/grouped/config-commands.js.map +0 -1
  977. package/dist/cli-tui/commands/grouped/diag-commands.d.ts.map +0 -1
  978. package/dist/cli-tui/commands/grouped/diag-commands.js.map +0 -1
  979. package/dist/cli-tui/commands/grouped/git-commands.d.ts.map +0 -1
  980. package/dist/cli-tui/commands/grouped/git-commands.js.map +0 -1
  981. package/dist/cli-tui/commands/grouped/index.d.ts.map +0 -1
  982. package/dist/cli-tui/commands/grouped/index.js.map +0 -1
  983. package/dist/cli-tui/commands/grouped/safety-commands.d.ts.map +0 -1
  984. package/dist/cli-tui/commands/grouped/safety-commands.js.map +0 -1
  985. package/dist/cli-tui/commands/grouped/session-commands.d.ts.map +0 -1
  986. package/dist/cli-tui/commands/grouped/session-commands.js.map +0 -1
  987. package/dist/cli-tui/commands/grouped/tools-commands.d.ts.map +0 -1
  988. package/dist/cli-tui/commands/grouped/tools-commands.js.map +0 -1
  989. package/dist/cli-tui/commands/grouped/ui-commands.d.ts.map +0 -1
  990. package/dist/cli-tui/commands/grouped/ui-commands.js.map +0 -1
  991. package/dist/cli-tui/commands/grouped/undo-commands.d.ts.map +0 -1
  992. package/dist/cli-tui/commands/grouped/undo-commands.js.map +0 -1
  993. package/dist/cli-tui/commands/grouped/usage-commands.d.ts.map +0 -1
  994. package/dist/cli-tui/commands/grouped/usage-commands.js.map +0 -1
  995. package/dist/cli-tui/commands/grouped/utils.d.ts.map +0 -1
  996. package/dist/cli-tui/commands/grouped/utils.js.map +0 -1
  997. package/dist/cli-tui/commands/grouped-command-handlers.d.ts.map +0 -1
  998. package/dist/cli-tui/commands/grouped-command-handlers.js +0 -135
  999. package/dist/cli-tui/commands/grouped-command-handlers.js.map +0 -1
  1000. package/dist/cli-tui/tui-renderer/grouped-handlers-wiring.d.ts +0 -78
  1001. package/dist/cli-tui/tui-renderer/grouped-handlers-wiring.d.ts.map +0 -1
  1002. package/dist/cli-tui/tui-renderer/grouped-handlers-wiring.js +0 -129
  1003. package/dist/cli-tui/tui-renderer/grouped-handlers-wiring.js.map +0 -1
  1004. package/node_modules/@evalops/memory/dist/client.d.ts +0 -94
  1005. package/node_modules/@evalops/memory/dist/client.js +0 -503
  1006. package/node_modules/@evalops/memory/gen/proto/dist/memory/v1/memory_pb.d.ts +0 -608
  1007. package/node_modules/@evalops/memory/gen/proto/dist/memory/v1/memory_pb.js +0 -187
  1008. package/node_modules/@evalops/memory/package.json +0 -26
  1009. /package/dist/cli-tui/commands/{grouped → subcommands}/usage-commands.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"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","sourcesContent":["import { Type } from \"@sinclair/typebox\";\n\nexport const ComposerRoleSchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"assistant\"),\n\tType.Literal(\"system\"),\n\tType.Literal(\"tool\"),\n]);\n\nexport const ComposerTextContentSchema = Type.Object({\n\ttype: Type.Literal(\"text\"),\n\ttext: Type.String(),\n\ttextSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerImageContentSchema = Type.Object({\n\ttype: Type.Literal(\"image\"),\n\tdata: Type.String(),\n\tmimeType: Type.String(),\n});\n\nexport const ComposerThinkingContentSchema = Type.Object({\n\ttype: Type.Literal(\"thinking\"),\n\tthinking: Type.String(),\n\tthinkingSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolCallContentSchema = Type.Object({\n\ttype: Type.Literal(\"toolCall\"),\n\tid: Type.String(),\n\tname: Type.String(),\n\targuments: Type.Record(Type.String(), Type.Unknown()),\n\tthoughtSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerContentBlockSchema = Type.Union([\n\tComposerTextContentSchema,\n\tComposerImageContentSchema,\n\tComposerThinkingContentSchema,\n\tComposerToolCallContentSchema,\n]);\n\nexport const ComposerThinkingLevelSchema = Type.Union([\n\tType.Literal(\"off\"),\n\tType.Literal(\"minimal\"),\n\tType.Literal(\"low\"),\n\tType.Literal(\"medium\"),\n\tType.Literal(\"high\"),\n]);\n\nexport const ComposerToolCallSchema = Type.Object({\n\tname: Type.String(),\n\tstatus: Type.Union([\n\t\tType.Literal(\"pending\"),\n\t\tType.Literal(\"running\"),\n\t\tType.Literal(\"completed\"),\n\t\tType.Literal(\"error\"),\n\t]),\n\targs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\tresult: Type.Optional(Type.Unknown()),\n\ttoolCallId: Type.Optional(Type.String()),\n});\n\nexport const ComposerAttachmentSchema = Type.Object({\n\tid: Type.String(),\n\ttype: Type.Union([Type.Literal(\"image\"), Type.Literal(\"document\")]),\n\tfileName: Type.String(),\n\tmimeType: Type.String(),\n\tsize: Type.Number(),\n\tcontent: Type.Optional(Type.String()),\n\tcontentOmitted: Type.Optional(Type.Boolean()),\n\textractedText: Type.Optional(Type.String()),\n\tpreview: Type.Optional(Type.String()),\n});\n\nexport const ComposerUsageCostSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Optional(Type.Number()),\n\tcacheWrite: Type.Optional(Type.Number()),\n\ttotal: Type.Optional(Type.Number()),\n});\n\nexport const ComposerUsageSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Optional(Type.Number()),\n\tcacheWrite: Type.Optional(Type.Number()),\n\tcost: Type.Optional(ComposerUsageCostSchema),\n});\n\nexport const ComposerMessageSchema = Type.Object({\n\trole: ComposerRoleSchema,\n\tcontent: Type.Union([Type.String(), Type.Array(ComposerContentBlockSchema)]),\n\tattachments: Type.Optional(Type.Array(ComposerAttachmentSchema)),\n\ttimestamp: Type.Optional(Type.String()),\n\tthinking: Type.Optional(Type.String()),\n\ttools: Type.Optional(Type.Array(ComposerToolCallSchema)),\n\ttoolName: Type.Optional(Type.String()),\n\tisError: Type.Optional(Type.Boolean()),\n\tusage: Type.Optional(ComposerUsageSchema),\n\tprovider: Type.Optional(Type.String()),\n\tapi: Type.Optional(Type.String()),\n\tmodel: Type.Optional(Type.String()),\n});\n\nexport const ComposerChatRequestSchema = Type.Object({\n\tmodel: Type.Optional(Type.String()),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tthinkingLevel: Type.Optional(ComposerThinkingLevelSchema),\n\tsessionId: Type.Optional(Type.String()),\n\tstream: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerPromptSuggestionRequestSchema = Type.Object({\n\tmodel: Type.Optional(Type.String()),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerPromptSuggestionResponseSchema = Type.Object({\n\tsuggestion: Type.Union([Type.String(), Type.Null()]),\n\tsuppressedReason: Type.Optional(Type.String()),\n\tmodel: Type.Optional(Type.String()),\n});\n\nexport const ComposerModelSetSchema = Type.Object({\n\tmodel: Type.String({ minLength: 1 }),\n});\n\nexport const ComposerModelCapabilitiesSchema = Type.Object({\n\tstreaming: Type.Optional(Type.Boolean()),\n\ttools: Type.Optional(Type.Boolean()),\n\tvision: Type.Optional(Type.Boolean()),\n\treasoning: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerModelSchema = Type.Object({\n\tid: Type.String(),\n\tprovider: Type.String(),\n\tname: Type.String(),\n\tapi: Type.Optional(Type.String()),\n\tcontextWindow: Type.Optional(Type.Number()),\n\tmaxOutputTokens: Type.Optional(Type.Number()),\n\tmaxTokens: Type.Optional(Type.Number()),\n\treasoning: Type.Optional(Type.Boolean()),\n\tcost: Type.Optional(ComposerUsageCostSchema),\n\tcapabilities: Type.Optional(ComposerModelCapabilitiesSchema),\n});\n\nexport const ComposerModelListResponseSchema = Type.Object({\n\tmodels: Type.Array(ComposerModelSchema),\n});\n\nexport const ComposerCommandArgSchema = Type.Object({\n\tname: Type.String(),\n\trequired: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerCommandSchema = Type.Object({\n\tname: Type.String(),\n\tdescription: Type.Optional(Type.String()),\n\tprompt: Type.String(),\n\targs: Type.Optional(Type.Array(ComposerCommandArgSchema)),\n});\n\nexport const ComposerCommandListResponseSchema = Type.Object({\n\tcommands: Type.Array(ComposerCommandSchema),\n});\n\nexport const ComposerCommandPrefsSchema = Type.Object({\n\tfavorites: Type.Array(Type.String()),\n\trecents: Type.Array(Type.String()),\n});\n\nexport const ComposerCommandPrefsUpdateSchema = Type.Object({\n\tfavorites: Type.Optional(Type.Array(Type.String())),\n\trecents: Type.Optional(Type.Array(Type.String())),\n});\n\nexport const ComposerCommandPrefsWriteResponseSchema = Type.Object({\n\tok: Type.Boolean(),\n});\n\nexport const ComposerConfigWriteRequestSchema = Type.Object({\n\tconfig: Type.Record(Type.String(), Type.Unknown()),\n});\n\nexport const ComposerConfigResponseSchema = Type.Object({\n\tconfig: Type.Record(Type.String(), Type.Unknown()),\n\tconfigPath: Type.String(),\n});\n\nexport const ComposerConfigWriteResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n});\n\nexport const ComposerFilesResponseSchema = Type.Object({\n\tfiles: Type.Array(Type.String()),\n});\n\nexport const ComposerSessionSummarySchema = Type.Object({\n\tid: Type.String(),\n\ttitle: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Optional(Type.Boolean()),\n\ttags: Type.Optional(Type.Array(Type.String())),\n});\n\nexport const ComposerAssistantMessageEventSchema = Type.Union([\n\tType.Object({\n\t\ttype: Type.Literal(\"start\"),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\tcontent: Type.String(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\tcontent: Type.String(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t\ttoolCallId: Type.Optional(Type.String()),\n\t\ttoolCallName: Type.Optional(Type.String()),\n\t\ttoolCallArgs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\t\ttoolCallArgsTruncated: Type.Optional(Type.Boolean()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t\ttoolCallId: Type.Optional(Type.String()),\n\t\ttoolCallName: Type.Optional(Type.String()),\n\t\ttoolCallArgs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\t\ttoolCallArgsTruncated: Type.Optional(Type.Boolean()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\ttoolCall: ComposerToolCallContentSchema,\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"done\"),\n\t\treason: Type.Union([\n\t\t\tType.Literal(\"stop\"),\n\t\t\tType.Literal(\"length\"),\n\t\t\tType.Literal(\"toolUse\"),\n\t\t]),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"error\"),\n\t\treason: Type.Union([Type.Literal(\"aborted\"), Type.Literal(\"error\")]),\n\t\terror: ComposerMessageSchema,\n\t}),\n]);\n\nexport const ComposerActionApprovalRequestSchema = Type.Object({\n\tid: Type.String(),\n\ttoolName: Type.String(),\n\tdisplayName: Type.Optional(Type.String()),\n\tsummaryLabel: Type.Optional(Type.String()),\n\tactionDescription: Type.Optional(Type.String()),\n\targs: Type.Unknown(),\n\treason: Type.String(),\n});\n\nexport const ComposerActionApprovalDecisionSchema = Type.Object({\n\tapproved: Type.Boolean(),\n\treason: Type.Optional(Type.String()),\n\tresolvedBy: Type.Union([Type.Literal(\"policy\"), Type.Literal(\"user\")]),\n});\n\nexport const ComposerPendingClientToolRequestSchema = Type.Object({\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\targs: Type.Unknown(),\n\tkind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t]),\n\t),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolRetryRequestSchema = Type.Object({\n\tid: Type.String(),\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\targs: Type.Unknown(),\n\terrorMessage: Type.String(),\n\tattempt: Type.Number(),\n\tmaxAttempts: Type.Optional(Type.Number()),\n\tsummary: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolRetryDecisionSchema = Type.Object({\n\taction: Type.Union([\n\t\tType.Literal(\"retry\"),\n\t\tType.Literal(\"skip\"),\n\t\tType.Literal(\"abort\"),\n\t]),\n\treason: Type.Optional(Type.String()),\n\tresolvedBy: Type.Union([\n\t\tType.Literal(\"policy\"),\n\t\tType.Literal(\"user\"),\n\t\tType.Literal(\"runtime\"),\n\t]),\n});\n\nexport const ComposerSessionSchema = Type.Object({\n\tid: Type.String(),\n\ttitle: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Optional(Type.Boolean()),\n\ttags: Type.Optional(Type.Array(Type.String())),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tpendingApprovalRequests: Type.Optional(\n\t\tType.Array(ComposerActionApprovalRequestSchema),\n\t),\n\tpendingClientToolRequests: Type.Optional(\n\t\tType.Array(ComposerPendingClientToolRequestSchema),\n\t),\n\tpendingToolRetryRequests: Type.Optional(\n\t\tType.Array(ComposerToolRetryRequestSchema),\n\t),\n});\n\nexport const ComposerAgentEventSchema = Type.Union([\n\tType.Object({ type: Type.Literal(\"agent_start\") }),\n\tType.Object({\n\t\ttype: Type.Literal(\"agent_end\"),\n\t\tmessages: Type.Array(ComposerMessageSchema),\n\t\taborted: Type.Optional(Type.Boolean()),\n\t\tpartialAccepted: Type.Optional(ComposerMessageSchema),\n\t\tstopReason: Type.Optional(\n\t\t\tType.Union([\n\t\t\t\tType.Literal(\"stop\"),\n\t\t\t\tType.Literal(\"length\"),\n\t\t\t\tType.Literal(\"toolUse\"),\n\t\t\t\tType.Literal(\"error\"),\n\t\t\t\tType.Literal(\"aborted\"),\n\t\t\t]),\n\t\t),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"status\"),\n\t\tstatus: Type.String(),\n\t\tdetails: Type.Record(Type.String(), Type.Unknown()),\n\t}),\n\tType.Object({ type: Type.Literal(\"error\"), message: Type.String() }),\n\tType.Object({ type: Type.Literal(\"turn_start\") }),\n\tType.Object({\n\t\ttype: Type.Literal(\"turn_end\"),\n\t\tmessage: ComposerMessageSchema,\n\t\ttoolResults: Type.Array(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_start\"),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_update\"),\n\t\tmessage: Type.Optional(ComposerMessageSchema),\n\t\tassistantMessageEvent: ComposerAssistantMessageEventSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_end\"),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_start\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\targs: Type.Record(Type.String(), Type.Unknown()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_update\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\targs: Type.Record(Type.String(), Type.Unknown()),\n\t\tpartialResult: Type.Unknown(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_end\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\tresult: Type.Unknown(),\n\t\tisError: Type.Boolean(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_batch_summary\"),\n\t\tsummary: Type.String(),\n\t\tsummaryLabels: Type.Array(Type.String()),\n\t\ttoolCallIds: Type.Array(Type.String()),\n\t\ttoolNames: Type.Array(Type.String()),\n\t\tcallsSucceeded: Type.Number(),\n\t\tcallsFailed: Type.Number(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"action_approval_required\"),\n\t\trequest: ComposerActionApprovalRequestSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"action_approval_resolved\"),\n\t\trequest: ComposerActionApprovalRequestSchema,\n\t\tdecision: ComposerActionApprovalDecisionSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"client_tool_request\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\targs: Type.Unknown(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_retry_required\"),\n\t\trequest: ComposerToolRetryRequestSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_retry_resolved\"),\n\t\trequest: ComposerToolRetryRequestSchema,\n\t\tdecision: ComposerToolRetryDecisionSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"compaction\"),\n\t\tsummary: Type.String(),\n\t\tfirstKeptEntryIndex: Type.Number(),\n\t\ttokensBefore: Type.Number(),\n\t\tauto: Type.Optional(Type.Boolean()),\n\t\tcustomInstructions: Type.Optional(Type.String()),\n\t\ttimestamp: Type.String(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"auto_retry_start\"),\n\t\tattempt: Type.Number(),\n\t\tmaxAttempts: Type.Number(),\n\t\tdelayMs: Type.Number(),\n\t\terrorMessage: Type.String(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"auto_retry_end\"),\n\t\tsuccess: Type.Boolean(),\n\t\tattempt: Type.Number(),\n\t\tfinalError: Type.Optional(Type.String()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"session_update\"),\n\t\tsessionId: Type.String(),\n\t}),\n\tType.Object({ type: Type.Literal(\"heartbeat\") }),\n\tType.Object({ type: Type.Literal(\"aborted\") }),\n\tType.Object({ type: Type.Literal(\"done\") }),\n]);\n\nexport const ComposerSessionListResponseSchema = Type.Object({\n\tsessions: Type.Array(ComposerSessionSummarySchema),\n});\n\nexport const ComposerSessionUpdateEventSchema = Type.Object({\n\ttype: Type.Literal(\"session_update\"),\n\tsessionId: Type.String(),\n});\n\nexport const ComposerBackgroundTaskLimitBreachSchema = Type.Object({\n\tkind: Type.Union([Type.Literal(\"memory\"), Type.Literal(\"cpu\")]),\n\tlimit: Type.Number(),\n\tactual: Type.Number(),\n});\n\nexport const ComposerBackgroundTaskHistoryEntrySchema = Type.Object({\n\tevent: Type.Union([\n\t\tType.Literal(\"started\"),\n\t\tType.Literal(\"restarted\"),\n\t\tType.Literal(\"exited\"),\n\t\tType.Literal(\"failed\"),\n\t\tType.Literal(\"stopped\"),\n\t]),\n\ttaskId: Type.String(),\n\tstatus: Type.String(),\n\tcommand: Type.String(),\n\ttimestamp: Type.String(),\n\trestartAttempts: Type.Number(),\n\tfailureReason: Type.Optional(Type.String()),\n\tlimitBreach: Type.Optional(ComposerBackgroundTaskLimitBreachSchema),\n});\n\nexport const ComposerBackgroundTaskHealthEntrySchema = Type.Object({\n\tid: Type.String(),\n\tstatus: Type.String(),\n\tsummary: Type.String(),\n\tcommand: Type.String(),\n\trestarts: Type.Optional(Type.String()),\n\tissues: Type.Array(Type.String()),\n\tlastLogLine: Type.Optional(Type.String()),\n\tlogTruncated: Type.Optional(Type.Boolean()),\n\tdurationSeconds: Type.Number(),\n});\n\nexport const ComposerBackgroundTaskHealthSchema = Type.Object({\n\ttotal: Type.Number(),\n\trunning: Type.Number(),\n\trestarting: Type.Number(),\n\tfailed: Type.Number(),\n\tentries: Type.Array(ComposerBackgroundTaskHealthEntrySchema),\n\ttruncated: Type.Boolean(),\n\tnotificationsEnabled: Type.Boolean(),\n\tdetailsRedacted: Type.Boolean(),\n\thistory: Type.Array(ComposerBackgroundTaskHistoryEntrySchema),\n\thistoryTruncated: Type.Boolean(),\n});\n\nexport const ComposerGuardianTargetSchema = Type.Union([\n\tType.Literal(\"staged\"),\n\tType.Literal(\"all\"),\n]);\n\nexport const ComposerGuardianStatusSchema = Type.Union([\n\tType.Literal(\"passed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"skipped\"),\n\tType.Literal(\"error\"),\n]);\n\nexport const ComposerGuardianToolResultSchema = Type.Object({\n\ttool: Type.String(),\n\texitCode: Type.Number(),\n\tstdout: Type.String(),\n\tstderr: Type.String(),\n\tdurationMs: Type.Number(),\n\tskipped: Type.Optional(Type.Boolean()),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerGuardianRunResultSchema = Type.Object({\n\tstatus: ComposerGuardianStatusSchema,\n\texitCode: Type.Number(),\n\tstartedAt: Type.Number(),\n\tdurationMs: Type.Number(),\n\ttarget: ComposerGuardianTargetSchema,\n\ttrigger: Type.Optional(Type.String()),\n\tfilesScanned: Type.Number(),\n\tfiles: Type.Optional(Type.Array(Type.String())),\n\tsummary: Type.String(),\n\tskipReason: Type.Optional(Type.String()),\n\ttoolResults: Type.Array(ComposerGuardianToolResultSchema),\n});\n\nexport const ComposerGuardianStateSchema = Type.Object({\n\tenabled: Type.Boolean(),\n\tlastRun: Type.Optional(ComposerGuardianRunResultSchema),\n});\n\nexport const ComposerGuardianStatusResponseSchema = Type.Object({\n\tenabled: Type.Boolean(),\n\tstate: ComposerGuardianStateSchema,\n});\n\nexport const ComposerGuardianRunResponseSchema =\n\tComposerGuardianRunResultSchema;\n\nexport const ComposerGuardianConfigRequestSchema = Type.Object({\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerGuardianConfigResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerPlanModeStateSchema = Type.Object({\n\tactive: Type.Boolean(),\n\tfilePath: Type.String(),\n\tsessionId: Type.Optional(Type.String()),\n\tgitBranch: Type.Optional(Type.String()),\n\tgitCommitSha: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tname: Type.Optional(Type.String()),\n});\n\nexport const ComposerPlanStatusResponseSchema = Type.Object({\n\tstate: Type.Union([ComposerPlanModeStateSchema, Type.Null()]),\n\tcontent: Type.Union([Type.String(), Type.Null()]),\n});\n\nexport const ComposerPlanEnterRequestSchema = Type.Object({\n\taction: Type.Literal(\"enter\"),\n\tname: Type.Optional(Type.String()),\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerPlanExitRequestSchema = Type.Object({\n\taction: Type.Literal(\"exit\"),\n});\n\nexport const ComposerPlanUpdateRequestSchema = Type.Object({\n\taction: Type.Literal(\"update\"),\n\tcontent: Type.String(),\n});\n\nexport const ComposerPlanRequestSchema = Type.Union([\n\tComposerPlanEnterRequestSchema,\n\tComposerPlanExitRequestSchema,\n\tComposerPlanUpdateRequestSchema,\n]);\n\nexport const ComposerPlanActionResponseSchema = Type.Union([\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tstate: ComposerPlanModeStateSchema,\n\t}),\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t}),\n]);\n\nexport const ComposerBackgroundSettingsSchema = Type.Object({\n\tnotificationsEnabled: Type.Boolean(),\n\tstatusDetailsEnabled: Type.Boolean(),\n});\n\nexport const ComposerBackgroundStatusSnapshotSchema = Type.Object({\n\trunning: Type.Number(),\n\ttotal: Type.Number(),\n\tfailed: Type.Number(),\n\tdetailsRedacted: Type.Boolean(),\n});\n\nexport const ComposerBackgroundStatusResponseSchema = Type.Object({\n\tsettings: ComposerBackgroundSettingsSchema,\n\tsnapshot: Type.Union([ComposerBackgroundStatusSnapshotSchema, Type.Null()]),\n});\n\nexport const ComposerBackgroundHistoryEntrySchema = Type.Object({\n\ttimestamp: Type.String(),\n\tevent: Type.Union([\n\t\tType.Literal(\"started\"),\n\t\tType.Literal(\"restarted\"),\n\t\tType.Literal(\"exited\"),\n\t\tType.Literal(\"failed\"),\n\t\tType.Literal(\"stopped\"),\n\t]),\n\ttaskId: Type.String(),\n\tcommand: Type.String(),\n\tfailureReason: Type.Optional(Type.String()),\n\tlimitBreach: Type.Optional(ComposerBackgroundTaskLimitBreachSchema),\n});\n\nexport const ComposerBackgroundHistoryResponseSchema = Type.Object({\n\thistory: Type.Array(ComposerBackgroundHistoryEntrySchema),\n\ttruncated: Type.Boolean(),\n});\n\nexport const ComposerBackgroundPathResponseSchema = Type.Object({\n\tpath: Type.String(),\n\texists: Type.Boolean(),\n\toverridden: Type.Boolean(),\n});\n\nexport const ComposerBackgroundUpdateRequestSchema = Type.Object({\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerBackgroundUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmessage: Type.String(),\n});\n\nexport const ComposerApprovalModeSchema = Type.Union([\n\tType.Literal(\"auto\"),\n\tType.Literal(\"prompt\"),\n\tType.Literal(\"fail\"),\n]);\n\nexport const ComposerApprovalsStatusResponseSchema = Type.Object({\n\tmode: ComposerApprovalModeSchema,\n\tavailableModes: Type.Array(ComposerApprovalModeSchema),\n});\n\nexport const ComposerApprovalsUpdateRequestSchema = Type.Object({\n\tmode: ComposerApprovalModeSchema,\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerApprovalsUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmode: ComposerApprovalModeSchema,\n\tmessage: Type.String(),\n});\n\nexport const ComposerFrameworkScopeSchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"workspace\"),\n]);\n\nexport const ComposerFrameworkStatusResponseSchema = Type.Object({\n\tframework: Type.String(),\n\tsource: Type.String(),\n\tlocked: Type.Boolean(),\n\tscope: ComposerFrameworkScopeSchema,\n});\n\nexport const ComposerFrameworkListEntrySchema = Type.Object({\n\tid: Type.String(),\n\tsummary: Type.String(),\n});\n\nexport const ComposerFrameworkListResponseSchema = Type.Object({\n\tframeworks: Type.Array(ComposerFrameworkListEntrySchema),\n});\n\nexport const ComposerFrameworkUpdateRequestSchema = Type.Object({\n\tframework: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\tscope: Type.Optional(ComposerFrameworkScopeSchema),\n});\n\nexport const ComposerFrameworkUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmessage: Type.String(),\n\tframework: Type.Union([Type.String(), Type.Null()]),\n\tsummary: Type.Optional(Type.String()),\n\tscope: Type.Optional(ComposerFrameworkScopeSchema),\n});\n\nexport const ComposerChangeTypeSchema = Type.Union([\n\tType.Literal(\"create\"),\n\tType.Literal(\"modify\"),\n\tType.Literal(\"delete\"),\n]);\n\nexport const ComposerFileChangeSchema = Type.Object({\n\tid: Type.String(),\n\ttype: ComposerChangeTypeSchema,\n\tpath: Type.String(),\n\tbefore: Type.Union([Type.String(), Type.Null()]),\n\tafter: Type.Union([Type.String(), Type.Null()]),\n\ttoolName: Type.String(),\n\ttoolCallId: Type.String(),\n\ttimestamp: Type.Number(),\n\tisGitTracked: Type.Boolean(),\n\tmessageId: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoRestoreActionSchema = Type.Union([\n\tType.Literal(\"restore\"),\n\tType.Literal(\"delete\"),\n\tType.Literal(\"recreate\"),\n]);\n\nexport const ComposerUndoPreviewSchema = Type.Object({\n\tchanges: Type.Array(ComposerFileChangeSchema),\n\trestores: Type.Array(\n\t\tType.Object({\n\t\t\tpath: Type.String(),\n\t\t\taction: ComposerUndoRestoreActionSchema,\n\t\t}),\n\t),\n\tconflicts: Type.Array(\n\t\tType.Object({\n\t\t\tpath: Type.String(),\n\t\t\treason: Type.String(),\n\t\t}),\n\t),\n});\n\nexport const ComposerUndoCheckpointSchema = Type.Object({\n\tname: Type.String(),\n\tdescription: Type.Optional(Type.String()),\n\tchangeCount: Type.Number(),\n\ttimestamp: Type.Number(),\n});\n\nexport const ComposerUndoStatusResponseSchema = Type.Object({\n\ttotalChanges: Type.Number(),\n\tcanUndo: Type.Boolean(),\n\tcheckpoints: Type.Array(ComposerUndoCheckpointSchema),\n});\n\nexport const ComposerUndoHistoryEntrySchema = Type.Object({\n\tdescription: Type.String(),\n\tfileCount: Type.Number(),\n\ttimestamp: Type.Number(),\n});\n\nexport const ComposerUndoHistoryResponseSchema = Type.Object({\n\thistory: Type.Array(ComposerUndoHistoryEntrySchema),\n});\n\nexport const ComposerUndoRequestSchema = Type.Object({\n\taction: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"undo\"),\n\t\t\tType.Literal(\"checkpoint\"),\n\t\t\tType.Literal(\"restore\"),\n\t\t]),\n\t),\n\tcount: Type.Optional(Type.Number()),\n\tpreview: Type.Optional(Type.Boolean()),\n\tforce: Type.Optional(Type.Boolean()),\n\tname: Type.Optional(Type.String()),\n\tdescription: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoPreviewMessageSchema = Type.Object({\n\tmessage: Type.String(),\n\tfileCount: Type.Optional(Type.Number()),\n\tdescription: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoPreviewResponseSchema = Type.Object({\n\tpreview: Type.Union([\n\t\tComposerUndoPreviewSchema,\n\t\tComposerUndoPreviewMessageSchema,\n\t]),\n});\n\nexport const ComposerUndoCheckpointSaveResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tcheckpoint: Type.Object({\n\t\tname: Type.String(),\n\t\tchangeCount: Type.Number(),\n\t\ttimestamp: Type.Number(),\n\t}),\n});\n\nexport const ComposerUndoCheckpointListResponseSchema = Type.Object({\n\tcheckpoints: Type.Array(ComposerUndoCheckpointSchema),\n});\n\nexport const ComposerUndoOperationResponseSchema = Type.Union([\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tundone: Type.Number(),\n\t\terrors: Type.Array(Type.String()),\n\t}),\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tmessage: Type.String(),\n\t\tfiles: Type.Optional(Type.Array(Type.String())),\n\t}),\n\tType.Object({\n\t\tmessage: Type.String(),\n\t}),\n\tComposerUndoPreviewResponseSchema,\n\tComposerUndoCheckpointSaveResponseSchema,\n\tComposerUndoCheckpointListResponseSchema,\n]);\n\nexport const ComposerProjectOnboardingStepSchema = Type.Object({\n\tkey: Type.Union([Type.Literal(\"workspace\"), Type.Literal(\"instructions\")]),\n\ttext: Type.String(),\n\tisComplete: Type.Boolean(),\n\tisEnabled: Type.Boolean(),\n});\n\nexport const ComposerProjectOnboardingStateSchema = Type.Object({\n\tshouldShow: Type.Boolean(),\n\tcompleted: Type.Boolean(),\n\tseenCount: Type.Number(),\n\tsteps: Type.Array(ComposerProjectOnboardingStepSchema),\n});\n\nexport const ComposerStatusResponseSchema = Type.Object({\n\tcwd: Type.String(),\n\tgit: Type.Union([\n\t\tType.Object({\n\t\t\tbranch: Type.String(),\n\t\t\tstatus: Type.Object({\n\t\t\t\tmodified: Type.Number(),\n\t\t\t\tadded: Type.Number(),\n\t\t\t\tdeleted: Type.Number(),\n\t\t\t\tuntracked: Type.Number(),\n\t\t\t\ttotal: Type.Number(),\n\t\t\t}),\n\t\t}),\n\t\tType.Null(),\n\t]),\n\tcontext: Type.Object({\n\t\tagentMd: Type.Boolean(),\n\t\tclaudeMd: Type.Boolean(),\n\t}),\n\tonboarding: Type.Optional(ComposerProjectOnboardingStateSchema),\n\tserver: Type.Object({\n\t\tuptime: Type.Number(),\n\t\tversion: Type.String(),\n\t\tstaticCacheMaxAgeSeconds: Type.Optional(Type.Number()),\n\t}),\n\tdatabase: Type.Object({\n\t\tconfigured: Type.Boolean(),\n\t\tconnected: Type.Boolean(),\n\t}),\n\tbackgroundTasks: Type.Union([\n\t\tComposerBackgroundTaskHealthSchema,\n\t\tType.Null(),\n\t]),\n\thooks: Type.Object({\n\t\tasyncInFlight: Type.Number(),\n\t\tconcurrency: Type.Object({\n\t\t\tmax: Type.Number(),\n\t\t\tactive: Type.Number(),\n\t\t\tqueued: Type.Number(),\n\t\t}),\n\t}),\n\tlastUpdated: Type.Number(),\n\tlastLatencyMs: Type.Number(),\n});\n\nexport const ComposerUsageTokenTotalsSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Number(),\n\tcacheWrite: Type.Number(),\n\ttotal: Type.Number(),\n});\n\nexport const ComposerUsageBreakdownSchema = Type.Object({\n\tcost: Type.Number(),\n\trequests: Type.Number(),\n\ttokens: Type.Number(),\n\ttokensDetailed: ComposerUsageTokenTotalsSchema,\n\tcalls: Type.Number(),\n\tcachedTokens: Type.Number(),\n});\n\nexport const ComposerUsageSummarySchema = Type.Object({\n\ttotalCost: Type.Number(),\n\ttotalRequests: Type.Number(),\n\ttotalTokens: Type.Number(),\n\ttokensDetailed: ComposerUsageTokenTotalsSchema,\n\ttotalTokensDetailed: ComposerUsageTokenTotalsSchema,\n\ttotalTokensBreakdown: ComposerUsageTokenTotalsSchema,\n\ttotalCachedTokens: Type.Number(),\n\tbyProvider: Type.Record(Type.String(), ComposerUsageBreakdownSchema),\n\tbyModel: Type.Record(Type.String(), ComposerUsageBreakdownSchema),\n});\n\nexport const ComposerUsageResponseSchema = Type.Object({\n\tsummary: ComposerUsageSummarySchema,\n\thasData: Type.Boolean(),\n});\n\nexport const ComposerErrorSeveritySchema = Type.Union([\n\tType.Literal(\"error\"),\n\tType.Literal(\"warning\"),\n\tType.Literal(\"info\"),\n]);\n\nexport const ComposerErrorCategorySchema = Type.Union([\n\tType.Literal(\"validation\"),\n\tType.Literal(\"permission\"),\n\tType.Literal(\"network\"),\n\tType.Literal(\"timeout\"),\n\tType.Literal(\"filesystem\"),\n\tType.Literal(\"tool\"),\n\tType.Literal(\"session\"),\n\tType.Literal(\"config\"),\n\tType.Literal(\"api\"),\n\tType.Literal(\"internal\"),\n]);\n\nexport const ComposerErrorPayloadSchema = Type.Object({\n\tcode: Type.String(),\n\tcategory: ComposerErrorCategorySchema,\n\tseverity: Type.Optional(ComposerErrorSeveritySchema),\n\tretriable: Type.Optional(Type.Boolean()),\n\tcontext: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\n\nexport const ComposerErrorResponseSchema = Type.Object({\n\terror: Type.String(),\n\tcode: Type.Optional(Type.String()),\n\tdetails: Type.Optional(\n\t\tType.Array(Type.Record(Type.String(), Type.Unknown())),\n\t),\n\tmaestro: Type.Optional(ComposerErrorPayloadSchema),\n});\n"]}
1
+ {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"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","sourcesContent":["import { Type } from \"@sinclair/typebox\";\n\nexport const ComposerRoleSchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"assistant\"),\n\tType.Literal(\"system\"),\n\tType.Literal(\"tool\"),\n]);\n\nexport const ComposerTextContentSchema = Type.Object({\n\ttype: Type.Literal(\"text\"),\n\ttext: Type.String(),\n\ttextSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerImageContentSchema = Type.Object({\n\ttype: Type.Literal(\"image\"),\n\tdata: Type.String(),\n\tmimeType: Type.String(),\n});\n\nexport const ComposerThinkingContentSchema = Type.Object({\n\ttype: Type.Literal(\"thinking\"),\n\tthinking: Type.String(),\n\tthinkingSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolCallContentSchema = Type.Object({\n\ttype: Type.Literal(\"toolCall\"),\n\tid: Type.String(),\n\tname: Type.String(),\n\targuments: Type.Record(Type.String(), Type.Unknown()),\n\tthoughtSignature: Type.Optional(Type.String()),\n});\n\nexport const ComposerContentBlockSchema = Type.Union([\n\tComposerTextContentSchema,\n\tComposerImageContentSchema,\n\tComposerThinkingContentSchema,\n\tComposerToolCallContentSchema,\n]);\n\nexport const ComposerThinkingLevelSchema = Type.Union([\n\tType.Literal(\"off\"),\n\tType.Literal(\"minimal\"),\n\tType.Literal(\"low\"),\n\tType.Literal(\"medium\"),\n\tType.Literal(\"high\"),\n]);\n\nexport const ComposerToolCallSchema = Type.Object({\n\tname: Type.String(),\n\tstatus: Type.Union([\n\t\tType.Literal(\"pending\"),\n\t\tType.Literal(\"running\"),\n\t\tType.Literal(\"completed\"),\n\t\tType.Literal(\"error\"),\n\t]),\n\targs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\tresult: Type.Optional(Type.Unknown()),\n\ttoolCallId: Type.Optional(Type.String()),\n});\n\nexport const ComposerAttachmentSchema = Type.Object({\n\tid: Type.String(),\n\ttype: Type.Union([Type.Literal(\"image\"), Type.Literal(\"document\")]),\n\tfileName: Type.String(),\n\tmimeType: Type.String(),\n\tsize: Type.Number(),\n\tcontent: Type.Optional(Type.String()),\n\tcontentOmitted: Type.Optional(Type.Boolean()),\n\textractedText: Type.Optional(Type.String()),\n\tpreview: Type.Optional(Type.String()),\n});\n\nexport const ComposerUsageCostSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Optional(Type.Number()),\n\tcacheWrite: Type.Optional(Type.Number()),\n\ttotal: Type.Optional(Type.Number()),\n});\n\nexport const ComposerUsageSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Optional(Type.Number()),\n\tcacheWrite: Type.Optional(Type.Number()),\n\tcost: Type.Optional(ComposerUsageCostSchema),\n});\n\nexport const ComposerMessageSchema = Type.Object({\n\trole: ComposerRoleSchema,\n\tcontent: Type.Union([Type.String(), Type.Array(ComposerContentBlockSchema)]),\n\tattachments: Type.Optional(Type.Array(ComposerAttachmentSchema)),\n\ttimestamp: Type.Optional(Type.String()),\n\tthinking: Type.Optional(Type.String()),\n\ttools: Type.Optional(Type.Array(ComposerToolCallSchema)),\n\ttoolName: Type.Optional(Type.String()),\n\tisError: Type.Optional(Type.Boolean()),\n\tusage: Type.Optional(ComposerUsageSchema),\n\tprovider: Type.Optional(Type.String()),\n\tapi: Type.Optional(Type.String()),\n\tmodel: Type.Optional(Type.String()),\n});\n\nexport const ComposerChatRequestSchema = Type.Object({\n\tmodel: Type.Optional(Type.String()),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tthinkingLevel: Type.Optional(ComposerThinkingLevelSchema),\n\tsessionId: Type.Optional(Type.String()),\n\tstream: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerPromptSuggestionRequestSchema = Type.Object({\n\tmodel: Type.Optional(Type.String()),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerPromptSuggestionResponseSchema = Type.Object({\n\tsuggestion: Type.Union([Type.String(), Type.Null()]),\n\tsuppressedReason: Type.Optional(Type.String()),\n\tmodel: Type.Optional(Type.String()),\n});\n\nexport const ComposerModelSetSchema = Type.Object({\n\tmodel: Type.String({ minLength: 1 }),\n});\n\nexport const ComposerModelCapabilitiesSchema = Type.Object({\n\tstreaming: Type.Optional(Type.Boolean()),\n\ttools: Type.Optional(Type.Boolean()),\n\tvision: Type.Optional(Type.Boolean()),\n\treasoning: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerModelSchema = Type.Object({\n\tid: Type.String(),\n\tprovider: Type.String(),\n\tname: Type.String(),\n\tapi: Type.Optional(Type.String()),\n\tcontextWindow: Type.Optional(Type.Number()),\n\tmaxOutputTokens: Type.Optional(Type.Number()),\n\tmaxTokens: Type.Optional(Type.Number()),\n\treasoning: Type.Optional(Type.Boolean()),\n\tcost: Type.Optional(ComposerUsageCostSchema),\n\tcapabilities: Type.Optional(ComposerModelCapabilitiesSchema),\n});\n\nexport const ComposerModelListResponseSchema = Type.Object({\n\tmodels: Type.Array(ComposerModelSchema),\n});\n\nexport const ComposerCommandArgSchema = Type.Object({\n\tname: Type.String(),\n\trequired: Type.Optional(Type.Boolean()),\n});\n\nexport const ComposerCommandSchema = Type.Object({\n\tname: Type.String(),\n\tdescription: Type.Optional(Type.String()),\n\tprompt: Type.String(),\n\targs: Type.Optional(Type.Array(ComposerCommandArgSchema)),\n});\n\nexport const ComposerCommandListResponseSchema = Type.Object({\n\tcommands: Type.Array(ComposerCommandSchema),\n});\n\nexport const ComposerCommandPrefsSchema = Type.Object({\n\tfavorites: Type.Array(Type.String()),\n\trecents: Type.Array(Type.String()),\n});\n\nexport const ComposerCommandPrefsUpdateSchema = Type.Object({\n\tfavorites: Type.Optional(Type.Array(Type.String())),\n\trecents: Type.Optional(Type.Array(Type.String())),\n});\n\nexport const ComposerCommandPrefsWriteResponseSchema = Type.Object({\n\tok: Type.Boolean(),\n});\n\nexport const ComposerConfigWriteRequestSchema = Type.Object({\n\tconfig: Type.Record(Type.String(), Type.Unknown()),\n});\n\nexport const ComposerConfigResponseSchema = Type.Object({\n\tconfig: Type.Record(Type.String(), Type.Unknown()),\n\tconfigPath: Type.String(),\n});\n\nexport const ComposerConfigWriteResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n});\n\nexport const ComposerFilesResponseSchema = Type.Object({\n\tfiles: Type.Array(Type.String()),\n});\n\nexport const ComposerSessionSummarySchema = Type.Object({\n\tid: Type.String(),\n\ttitle: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Optional(Type.Boolean()),\n\ttags: Type.Optional(Type.Array(Type.String())),\n});\n\nexport const ComposerAssistantMessageEventSchema = Type.Union([\n\tType.Object({\n\t\ttype: Type.Literal(\"start\"),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"text_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\tcontent: Type.String(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"thinking_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\tcontent: Type.String(),\n\t\tpartial: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_start\"),\n\t\tcontentIndex: Type.Number(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t\ttoolCallId: Type.Optional(Type.String()),\n\t\ttoolCallName: Type.Optional(Type.String()),\n\t\ttoolCallArgs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\t\ttoolCallArgsTruncated: Type.Optional(Type.Boolean()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_delta\"),\n\t\tcontentIndex: Type.Number(),\n\t\tdelta: Type.String(),\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t\ttoolCallId: Type.Optional(Type.String()),\n\t\ttoolCallName: Type.Optional(Type.String()),\n\t\ttoolCallArgs: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n\t\ttoolCallArgsTruncated: Type.Optional(Type.Boolean()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"toolcall_end\"),\n\t\tcontentIndex: Type.Number(),\n\t\ttoolCall: ComposerToolCallContentSchema,\n\t\tpartial: Type.Optional(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"done\"),\n\t\treason: Type.Union([\n\t\t\tType.Literal(\"stop\"),\n\t\t\tType.Literal(\"length\"),\n\t\t\tType.Literal(\"toolUse\"),\n\t\t]),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"error\"),\n\t\treason: Type.Union([Type.Literal(\"aborted\"), Type.Literal(\"error\")]),\n\t\terror: ComposerMessageSchema,\n\t}),\n]);\n\nexport const ComposerPendingRequestPlatformRefSchema = Type.Object({\n\tsource: Type.Union([\n\t\tType.Literal(\"approvals_service\"),\n\t\tType.Literal(\"tool_execution\"),\n\t]),\n\ttoolExecutionId: Type.Optional(Type.String()),\n\tapprovalRequestId: Type.Optional(Type.String()),\n});\n\nexport const ComposerActionApprovalRequestSchema = Type.Object({\n\tid: Type.String(),\n\ttoolName: Type.String(),\n\tdisplayName: Type.Optional(Type.String()),\n\tsummaryLabel: Type.Optional(Type.String()),\n\tactionDescription: Type.Optional(Type.String()),\n\targs: Type.Unknown(),\n\treason: Type.String(),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n});\n\nexport const ComposerActionApprovalDecisionSchema = Type.Object({\n\tapproved: Type.Boolean(),\n\treason: Type.Optional(Type.String()),\n\tresolvedBy: Type.Union([Type.Literal(\"policy\"), Type.Literal(\"user\")]),\n});\n\nexport const ComposerPendingClientToolRequestSchema = Type.Object({\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\targs: Type.Unknown(),\n\tkind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t]),\n\t),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerPendingRequestSchema = Type.Object({\n\tid: Type.String(),\n\tkind: Type.Union([\n\t\tType.Literal(\"approval\"),\n\t\tType.Literal(\"client_tool\"),\n\t\tType.Literal(\"mcp_elicitation\"),\n\t\tType.Literal(\"user_input\"),\n\t\tType.Literal(\"tool_retry\"),\n\t]),\n\tstatus: Type.Literal(\"pending\"),\n\tvisibility: Type.Literal(\"user\"),\n\tsessionId: Type.Optional(Type.String()),\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\tdisplayName: Type.Optional(Type.String()),\n\tsummaryLabel: Type.Optional(Type.String()),\n\tactionDescription: Type.Optional(Type.String()),\n\targs: Type.Unknown(),\n\treason: Type.String(),\n\tcreatedAt: Type.String(),\n\texpiresAt: Type.Optional(Type.String()),\n\tsource: Type.Union([Type.Literal(\"local\"), Type.Literal(\"platform\")]),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n});\n\nexport const ComposerPendingRequestResolutionSchema = Type.Union([\n\tType.Literal(\"approved\"),\n\tType.Literal(\"denied\"),\n\tType.Literal(\"completed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"answered\"),\n\tType.Literal(\"retried\"),\n\tType.Literal(\"skipped\"),\n\tType.Literal(\"aborted\"),\n\tType.Literal(\"cancelled\"),\n]);\n\nexport const ComposerPendingRequestPlatformOperationSchema = Type.Union([\n\tType.Literal(\"ResolveApproval\"),\n\tType.Literal(\"ResumeToolExecution\"),\n\tType.Literal(\"ResumeRun\"),\n]);\n\nexport const ComposerClientToolResultContentSchema = Type.Union([\n\tComposerTextContentSchema,\n\tComposerImageContentSchema,\n]);\n\nexport const ComposerPendingRequestResumeRequestSchema = Type.Object({\n\tkind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t),\n\tsessionId: Type.Optional(Type.String()),\n\tdecision: Type.Optional(\n\t\tType.Union([Type.Literal(\"approved\"), Type.Literal(\"denied\")]),\n\t),\n\taction: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"retry\"),\n\t\t\tType.Literal(\"skip\"),\n\t\t\tType.Literal(\"abort\"),\n\t\t]),\n\t),\n\tcontent: Type.Optional(Type.Array(ComposerClientToolResultContentSchema)),\n\tisError: Type.Optional(Type.Boolean()),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerPendingRequestResumeResponseSchema = Type.Object({\n\tsuccess: Type.Literal(true),\n\trequest: Type.Object({\n\t\tid: Type.String(),\n\t\tkind: Type.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t\tsessionId: Type.Optional(Type.String()),\n\t\tresolution: ComposerPendingRequestResolutionSchema,\n\t\tsource: Type.Union([Type.Literal(\"local\"), Type.Literal(\"platform\")]),\n\t\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n\t\tplatformOperation: Type.Optional(\n\t\t\tComposerPendingRequestPlatformOperationSchema,\n\t\t),\n\t}),\n});\n\nexport const ComposerRunTimelineVisibilitySchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"admin\"),\n\tType.Literal(\"audit\"),\n]);\n\nexport const ComposerRunTimelineSourceSchema = Type.Union([\n\tType.Literal(\"local\"),\n\tType.Literal(\"platform\"),\n]);\n\nexport const ComposerRunTimelineEventTypeSchema = Type.Union([\n\tType.Literal(\"session.started\"),\n\tType.Literal(\"session.updated\"),\n\tType.Literal(\"message.user\"),\n\tType.Literal(\"message.assistant\"),\n\tType.Literal(\"tool.requested\"),\n\tType.Literal(\"tool.completed\"),\n\tType.Literal(\"tool.failed\"),\n\tType.Literal(\"file.changed\"),\n\tType.Literal(\"diagnostic.delta\"),\n\tType.Literal(\"artifact.linked\"),\n\tType.Literal(\"policy.decision\"),\n\tType.Literal(\"wait.pending\"),\n\tType.Literal(\"compaction.created\"),\n\tType.Literal(\"branch.created\"),\n\tType.Literal(\"model.changed\"),\n\tType.Literal(\"thinking.changed\"),\n\tType.Literal(\"custom.event\"),\n]);\n\nexport const ComposerRunTimelineStatusSchema = Type.Union([\n\tType.Literal(\"pending\"),\n\tType.Literal(\"running\"),\n\tType.Literal(\"completed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"approved\"),\n\tType.Literal(\"denied\"),\n\tType.Literal(\"info\"),\n]);\n\nexport const ComposerRunTimelineItemSchema = Type.Object({\n\tid: Type.String(),\n\tsessionId: Type.String(),\n\ttimestamp: Type.String(),\n\ttype: ComposerRunTimelineEventTypeSchema,\n\ttitle: Type.String(),\n\tvisibility: ComposerRunTimelineVisibilitySchema,\n\tsource: ComposerRunTimelineSourceSchema,\n\tstatus: Type.Optional(ComposerRunTimelineStatusSchema),\n\tsummary: Type.Optional(Type.String()),\n\trole: Type.Optional(ComposerRoleSchema),\n\ttoolCallId: Type.Optional(Type.String()),\n\ttoolName: Type.Optional(Type.String()),\n\tpendingRequestId: Type.Optional(Type.String()),\n\tpendingRequestKind: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"approval\"),\n\t\t\tType.Literal(\"client_tool\"),\n\t\t\tType.Literal(\"mcp_elicitation\"),\n\t\t\tType.Literal(\"user_input\"),\n\t\t\tType.Literal(\"tool_retry\"),\n\t\t]),\n\t),\n\tapprovalRequestId: Type.Optional(Type.String()),\n\ttoolExecutionId: Type.Optional(Type.String()),\n\tartifactId: Type.Optional(Type.String()),\n\tremoteRunnerSessionId: Type.Optional(Type.String()),\n\tplatform: Type.Optional(ComposerPendingRequestPlatformRefSchema),\n\tplatformOperation: Type.Optional(\n\t\tComposerPendingRequestPlatformOperationSchema,\n\t),\n\tmetadata: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\n\nexport const ComposerRunTimelineResponseSchema = Type.Object({\n\tsessionId: Type.String(),\n\tsource: ComposerRunTimelineSourceSchema,\n\tgeneratedAt: Type.String(),\n\tplatformBacked: Type.Boolean(),\n\tpendingRequestCount: Type.Number(),\n\titems: Type.Array(ComposerRunTimelineItemSchema),\n});\n\nexport const ComposerToolRetryRequestSchema = Type.Object({\n\tid: Type.String(),\n\ttoolCallId: Type.String(),\n\ttoolName: Type.String(),\n\targs: Type.Unknown(),\n\terrorMessage: Type.String(),\n\tattempt: Type.Number(),\n\tmaxAttempts: Type.Optional(Type.Number()),\n\tsummary: Type.Optional(Type.String()),\n});\n\nexport const ComposerToolRetryDecisionSchema = Type.Object({\n\taction: Type.Union([\n\t\tType.Literal(\"retry\"),\n\t\tType.Literal(\"skip\"),\n\t\tType.Literal(\"abort\"),\n\t]),\n\treason: Type.Optional(Type.String()),\n\tresolvedBy: Type.Union([\n\t\tType.Literal(\"policy\"),\n\t\tType.Literal(\"user\"),\n\t\tType.Literal(\"runtime\"),\n\t]),\n});\n\nexport const ComposerSessionSchema = Type.Object({\n\tid: Type.String(),\n\ttitle: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Optional(Type.Boolean()),\n\ttags: Type.Optional(Type.Array(Type.String())),\n\tmessages: Type.Array(ComposerMessageSchema),\n\tpendingApprovalRequests: Type.Optional(\n\t\tType.Array(ComposerActionApprovalRequestSchema),\n\t),\n\tpendingClientToolRequests: Type.Optional(\n\t\tType.Array(ComposerPendingClientToolRequestSchema),\n\t),\n\tpendingToolRetryRequests: Type.Optional(\n\t\tType.Array(ComposerToolRetryRequestSchema),\n\t),\n\tpendingRequests: Type.Optional(Type.Array(ComposerPendingRequestSchema)),\n});\n\nexport const ComposerAgentEventSchema = Type.Union([\n\tType.Object({ type: Type.Literal(\"agent_start\") }),\n\tType.Object({\n\t\ttype: Type.Literal(\"agent_end\"),\n\t\tmessages: Type.Array(ComposerMessageSchema),\n\t\taborted: Type.Optional(Type.Boolean()),\n\t\tpartialAccepted: Type.Optional(ComposerMessageSchema),\n\t\tstopReason: Type.Optional(\n\t\t\tType.Union([\n\t\t\t\tType.Literal(\"stop\"),\n\t\t\t\tType.Literal(\"length\"),\n\t\t\t\tType.Literal(\"toolUse\"),\n\t\t\t\tType.Literal(\"error\"),\n\t\t\t\tType.Literal(\"aborted\"),\n\t\t\t]),\n\t\t),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"status\"),\n\t\tstatus: Type.String(),\n\t\tdetails: Type.Record(Type.String(), Type.Unknown()),\n\t}),\n\tType.Object({ type: Type.Literal(\"error\"), message: Type.String() }),\n\tType.Object({ type: Type.Literal(\"turn_start\") }),\n\tType.Object({\n\t\ttype: Type.Literal(\"turn_end\"),\n\t\tmessage: ComposerMessageSchema,\n\t\ttoolResults: Type.Array(ComposerMessageSchema),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_start\"),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_update\"),\n\t\tmessage: Type.Optional(ComposerMessageSchema),\n\t\tassistantMessageEvent: ComposerAssistantMessageEventSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"message_end\"),\n\t\tmessage: ComposerMessageSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_start\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\targs: Type.Record(Type.String(), Type.Unknown()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_update\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\targs: Type.Record(Type.String(), Type.Unknown()),\n\t\tpartialResult: Type.Unknown(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_execution_end\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\tdisplayName: Type.Optional(Type.String()),\n\t\tsummaryLabel: Type.Optional(Type.String()),\n\t\tresult: Type.Unknown(),\n\t\tisError: Type.Boolean(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_batch_summary\"),\n\t\tsummary: Type.String(),\n\t\tsummaryLabels: Type.Array(Type.String()),\n\t\ttoolCallIds: Type.Array(Type.String()),\n\t\ttoolNames: Type.Array(Type.String()),\n\t\tcallsSucceeded: Type.Number(),\n\t\tcallsFailed: Type.Number(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"action_approval_required\"),\n\t\trequest: ComposerActionApprovalRequestSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"action_approval_resolved\"),\n\t\trequest: ComposerActionApprovalRequestSchema,\n\t\tdecision: ComposerActionApprovalDecisionSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"client_tool_request\"),\n\t\ttoolCallId: Type.String(),\n\t\ttoolName: Type.String(),\n\t\targs: Type.Unknown(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_retry_required\"),\n\t\trequest: ComposerToolRetryRequestSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"tool_retry_resolved\"),\n\t\trequest: ComposerToolRetryRequestSchema,\n\t\tdecision: ComposerToolRetryDecisionSchema,\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"compaction\"),\n\t\tsummary: Type.String(),\n\t\tfirstKeptEntryIndex: Type.Number(),\n\t\ttokensBefore: Type.Number(),\n\t\tauto: Type.Optional(Type.Boolean()),\n\t\tcustomInstructions: Type.Optional(Type.String()),\n\t\ttimestamp: Type.String(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"auto_retry_start\"),\n\t\tattempt: Type.Number(),\n\t\tmaxAttempts: Type.Number(),\n\t\tdelayMs: Type.Number(),\n\t\terrorMessage: Type.String(),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"auto_retry_end\"),\n\t\tsuccess: Type.Boolean(),\n\t\tattempt: Type.Number(),\n\t\tfinalError: Type.Optional(Type.String()),\n\t}),\n\tType.Object({\n\t\ttype: Type.Literal(\"session_update\"),\n\t\tsessionId: Type.String(),\n\t}),\n\tType.Object({ type: Type.Literal(\"heartbeat\") }),\n\tType.Object({ type: Type.Literal(\"aborted\") }),\n\tType.Object({ type: Type.Literal(\"done\") }),\n]);\n\nexport const ComposerSessionListResponseSchema = Type.Object({\n\tsessions: Type.Array(ComposerSessionSummarySchema),\n});\n\nexport const ComposerSessionUpdateEventSchema = Type.Object({\n\ttype: Type.Literal(\"session_update\"),\n\tsessionId: Type.String(),\n});\n\nexport const ComposerBackgroundTaskLimitBreachSchema = Type.Object({\n\tkind: Type.Union([Type.Literal(\"memory\"), Type.Literal(\"cpu\")]),\n\tlimit: Type.Number(),\n\tactual: Type.Number(),\n});\n\nexport const ComposerBackgroundTaskHistoryEntrySchema = Type.Object({\n\tevent: Type.Union([\n\t\tType.Literal(\"started\"),\n\t\tType.Literal(\"restarted\"),\n\t\tType.Literal(\"exited\"),\n\t\tType.Literal(\"failed\"),\n\t\tType.Literal(\"stopped\"),\n\t]),\n\ttaskId: Type.String(),\n\tstatus: Type.String(),\n\tcommand: Type.String(),\n\ttimestamp: Type.String(),\n\trestartAttempts: Type.Number(),\n\tfailureReason: Type.Optional(Type.String()),\n\tlimitBreach: Type.Optional(ComposerBackgroundTaskLimitBreachSchema),\n});\n\nexport const ComposerBackgroundTaskHealthEntrySchema = Type.Object({\n\tid: Type.String(),\n\tstatus: Type.String(),\n\tsummary: Type.String(),\n\tcommand: Type.String(),\n\trestarts: Type.Optional(Type.String()),\n\tissues: Type.Array(Type.String()),\n\tlastLogLine: Type.Optional(Type.String()),\n\tlogTruncated: Type.Optional(Type.Boolean()),\n\tdurationSeconds: Type.Number(),\n});\n\nexport const ComposerBackgroundTaskHealthSchema = Type.Object({\n\ttotal: Type.Number(),\n\trunning: Type.Number(),\n\trestarting: Type.Number(),\n\tfailed: Type.Number(),\n\tentries: Type.Array(ComposerBackgroundTaskHealthEntrySchema),\n\ttruncated: Type.Boolean(),\n\tnotificationsEnabled: Type.Boolean(),\n\tdetailsRedacted: Type.Boolean(),\n\thistory: Type.Array(ComposerBackgroundTaskHistoryEntrySchema),\n\thistoryTruncated: Type.Boolean(),\n});\n\nexport const ComposerGuardianTargetSchema = Type.Union([\n\tType.Literal(\"staged\"),\n\tType.Literal(\"all\"),\n]);\n\nexport const ComposerGuardianStatusSchema = Type.Union([\n\tType.Literal(\"passed\"),\n\tType.Literal(\"failed\"),\n\tType.Literal(\"skipped\"),\n\tType.Literal(\"error\"),\n]);\n\nexport const ComposerGuardianToolResultSchema = Type.Object({\n\ttool: Type.String(),\n\texitCode: Type.Number(),\n\tstdout: Type.String(),\n\tstderr: Type.String(),\n\tdurationMs: Type.Number(),\n\tskipped: Type.Optional(Type.Boolean()),\n\treason: Type.Optional(Type.String()),\n});\n\nexport const ComposerGuardianRunResultSchema = Type.Object({\n\tstatus: ComposerGuardianStatusSchema,\n\texitCode: Type.Number(),\n\tstartedAt: Type.Number(),\n\tdurationMs: Type.Number(),\n\ttarget: ComposerGuardianTargetSchema,\n\ttrigger: Type.Optional(Type.String()),\n\tfilesScanned: Type.Number(),\n\tfiles: Type.Optional(Type.Array(Type.String())),\n\tsummary: Type.String(),\n\tskipReason: Type.Optional(Type.String()),\n\ttoolResults: Type.Array(ComposerGuardianToolResultSchema),\n});\n\nexport const ComposerGuardianStateSchema = Type.Object({\n\tenabled: Type.Boolean(),\n\tlastRun: Type.Optional(ComposerGuardianRunResultSchema),\n});\n\nexport const ComposerGuardianStatusResponseSchema = Type.Object({\n\tenabled: Type.Boolean(),\n\tstate: ComposerGuardianStateSchema,\n});\n\nexport const ComposerGuardianRunResponseSchema =\n\tComposerGuardianRunResultSchema;\n\nexport const ComposerGuardianConfigRequestSchema = Type.Object({\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerGuardianConfigResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerPlanModeStateSchema = Type.Object({\n\tactive: Type.Boolean(),\n\tfilePath: Type.String(),\n\tsessionId: Type.Optional(Type.String()),\n\tgitBranch: Type.Optional(Type.String()),\n\tgitCommitSha: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tname: Type.Optional(Type.String()),\n});\n\nexport const ComposerPlanStatusResponseSchema = Type.Object({\n\tstate: Type.Union([ComposerPlanModeStateSchema, Type.Null()]),\n\tcontent: Type.Union([Type.String(), Type.Null()]),\n});\n\nexport const ComposerPlanEnterRequestSchema = Type.Object({\n\taction: Type.Literal(\"enter\"),\n\tname: Type.Optional(Type.String()),\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerPlanExitRequestSchema = Type.Object({\n\taction: Type.Literal(\"exit\"),\n});\n\nexport const ComposerPlanUpdateRequestSchema = Type.Object({\n\taction: Type.Literal(\"update\"),\n\tcontent: Type.String(),\n});\n\nexport const ComposerPlanRequestSchema = Type.Union([\n\tComposerPlanEnterRequestSchema,\n\tComposerPlanExitRequestSchema,\n\tComposerPlanUpdateRequestSchema,\n]);\n\nexport const ComposerPlanActionResponseSchema = Type.Union([\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tstate: ComposerPlanModeStateSchema,\n\t}),\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t}),\n]);\n\nexport const ComposerBackgroundSettingsSchema = Type.Object({\n\tnotificationsEnabled: Type.Boolean(),\n\tstatusDetailsEnabled: Type.Boolean(),\n});\n\nexport const ComposerBackgroundStatusSnapshotSchema = Type.Object({\n\trunning: Type.Number(),\n\ttotal: Type.Number(),\n\tfailed: Type.Number(),\n\tdetailsRedacted: Type.Boolean(),\n});\n\nexport const ComposerBackgroundStatusResponseSchema = Type.Object({\n\tsettings: ComposerBackgroundSettingsSchema,\n\tsnapshot: Type.Union([ComposerBackgroundStatusSnapshotSchema, Type.Null()]),\n});\n\nexport const ComposerBackgroundHistoryEntrySchema = Type.Object({\n\ttimestamp: Type.String(),\n\tevent: Type.Union([\n\t\tType.Literal(\"started\"),\n\t\tType.Literal(\"restarted\"),\n\t\tType.Literal(\"exited\"),\n\t\tType.Literal(\"failed\"),\n\t\tType.Literal(\"stopped\"),\n\t]),\n\ttaskId: Type.String(),\n\tcommand: Type.String(),\n\tfailureReason: Type.Optional(Type.String()),\n\tlimitBreach: Type.Optional(ComposerBackgroundTaskLimitBreachSchema),\n});\n\nexport const ComposerBackgroundHistoryResponseSchema = Type.Object({\n\thistory: Type.Array(ComposerBackgroundHistoryEntrySchema),\n\ttruncated: Type.Boolean(),\n});\n\nexport const ComposerBackgroundPathResponseSchema = Type.Object({\n\tpath: Type.String(),\n\texists: Type.Boolean(),\n\toverridden: Type.Boolean(),\n});\n\nexport const ComposerBackgroundUpdateRequestSchema = Type.Object({\n\tenabled: Type.Boolean(),\n});\n\nexport const ComposerBackgroundUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmessage: Type.String(),\n});\n\nexport const ComposerApprovalModeSchema = Type.Union([\n\tType.Literal(\"auto\"),\n\tType.Literal(\"prompt\"),\n\tType.Literal(\"fail\"),\n]);\n\nexport const ComposerApprovalsStatusResponseSchema = Type.Object({\n\tmode: ComposerApprovalModeSchema,\n\tavailableModes: Type.Array(ComposerApprovalModeSchema),\n});\n\nexport const ComposerApprovalsUpdateRequestSchema = Type.Object({\n\tmode: ComposerApprovalModeSchema,\n\tsessionId: Type.Optional(Type.String()),\n});\n\nexport const ComposerApprovalsUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmode: ComposerApprovalModeSchema,\n\tmessage: Type.String(),\n});\n\nexport const ComposerFrameworkScopeSchema = Type.Union([\n\tType.Literal(\"user\"),\n\tType.Literal(\"workspace\"),\n]);\n\nexport const ComposerFrameworkStatusResponseSchema = Type.Object({\n\tframework: Type.String(),\n\tsource: Type.String(),\n\tlocked: Type.Boolean(),\n\tscope: ComposerFrameworkScopeSchema,\n});\n\nexport const ComposerFrameworkListEntrySchema = Type.Object({\n\tid: Type.String(),\n\tsummary: Type.String(),\n});\n\nexport const ComposerFrameworkListResponseSchema = Type.Object({\n\tframeworks: Type.Array(ComposerFrameworkListEntrySchema),\n});\n\nexport const ComposerFrameworkUpdateRequestSchema = Type.Object({\n\tframework: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\tscope: Type.Optional(ComposerFrameworkScopeSchema),\n});\n\nexport const ComposerFrameworkUpdateResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tmessage: Type.String(),\n\tframework: Type.Union([Type.String(), Type.Null()]),\n\tsummary: Type.Optional(Type.String()),\n\tscope: Type.Optional(ComposerFrameworkScopeSchema),\n});\n\nexport const ComposerChangeTypeSchema = Type.Union([\n\tType.Literal(\"create\"),\n\tType.Literal(\"modify\"),\n\tType.Literal(\"delete\"),\n]);\n\nexport const ComposerFileChangeSchema = Type.Object({\n\tid: Type.String(),\n\ttype: ComposerChangeTypeSchema,\n\tpath: Type.String(),\n\tbefore: Type.Union([Type.String(), Type.Null()]),\n\tafter: Type.Union([Type.String(), Type.Null()]),\n\ttoolName: Type.String(),\n\ttoolCallId: Type.String(),\n\ttimestamp: Type.Number(),\n\tisGitTracked: Type.Boolean(),\n\tmessageId: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoRestoreActionSchema = Type.Union([\n\tType.Literal(\"restore\"),\n\tType.Literal(\"delete\"),\n\tType.Literal(\"recreate\"),\n]);\n\nexport const ComposerUndoPreviewSchema = Type.Object({\n\tchanges: Type.Array(ComposerFileChangeSchema),\n\trestores: Type.Array(\n\t\tType.Object({\n\t\t\tpath: Type.String(),\n\t\t\taction: ComposerUndoRestoreActionSchema,\n\t\t}),\n\t),\n\tconflicts: Type.Array(\n\t\tType.Object({\n\t\t\tpath: Type.String(),\n\t\t\treason: Type.String(),\n\t\t}),\n\t),\n});\n\nexport const ComposerUndoCheckpointSchema = Type.Object({\n\tname: Type.String(),\n\tdescription: Type.Optional(Type.String()),\n\tchangeCount: Type.Number(),\n\ttimestamp: Type.Number(),\n});\n\nexport const ComposerUndoStatusResponseSchema = Type.Object({\n\ttotalChanges: Type.Number(),\n\tcanUndo: Type.Boolean(),\n\tcheckpoints: Type.Array(ComposerUndoCheckpointSchema),\n});\n\nexport const ComposerUndoHistoryEntrySchema = Type.Object({\n\tdescription: Type.String(),\n\tfileCount: Type.Number(),\n\ttimestamp: Type.Number(),\n});\n\nexport const ComposerUndoHistoryResponseSchema = Type.Object({\n\thistory: Type.Array(ComposerUndoHistoryEntrySchema),\n});\n\nexport const ComposerUndoRequestSchema = Type.Object({\n\taction: Type.Optional(\n\t\tType.Union([\n\t\t\tType.Literal(\"undo\"),\n\t\t\tType.Literal(\"checkpoint\"),\n\t\t\tType.Literal(\"restore\"),\n\t\t]),\n\t),\n\tcount: Type.Optional(Type.Number()),\n\tpreview: Type.Optional(Type.Boolean()),\n\tforce: Type.Optional(Type.Boolean()),\n\tname: Type.Optional(Type.String()),\n\tdescription: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoPreviewMessageSchema = Type.Object({\n\tmessage: Type.String(),\n\tfileCount: Type.Optional(Type.Number()),\n\tdescription: Type.Optional(Type.String()),\n});\n\nexport const ComposerUndoPreviewResponseSchema = Type.Object({\n\tpreview: Type.Union([\n\t\tComposerUndoPreviewSchema,\n\t\tComposerUndoPreviewMessageSchema,\n\t]),\n});\n\nexport const ComposerUndoCheckpointSaveResponseSchema = Type.Object({\n\tsuccess: Type.Boolean(),\n\tcheckpoint: Type.Object({\n\t\tname: Type.String(),\n\t\tchangeCount: Type.Number(),\n\t\ttimestamp: Type.Number(),\n\t}),\n});\n\nexport const ComposerUndoCheckpointListResponseSchema = Type.Object({\n\tcheckpoints: Type.Array(ComposerUndoCheckpointSchema),\n});\n\nexport const ComposerUndoOperationResponseSchema = Type.Union([\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tundone: Type.Number(),\n\t\terrors: Type.Array(Type.String()),\n\t}),\n\tType.Object({\n\t\tsuccess: Type.Boolean(),\n\t\tmessage: Type.String(),\n\t\tfiles: Type.Optional(Type.Array(Type.String())),\n\t}),\n\tType.Object({\n\t\tmessage: Type.String(),\n\t}),\n\tComposerUndoPreviewResponseSchema,\n\tComposerUndoCheckpointSaveResponseSchema,\n\tComposerUndoCheckpointListResponseSchema,\n]);\n\nexport const ComposerProjectOnboardingStepSchema = Type.Object({\n\tkey: Type.Union([Type.Literal(\"workspace\"), Type.Literal(\"instructions\")]),\n\ttext: Type.String(),\n\tisComplete: Type.Boolean(),\n\tisEnabled: Type.Boolean(),\n});\n\nexport const ComposerProjectOnboardingStateSchema = Type.Object({\n\tshouldShow: Type.Boolean(),\n\tcompleted: Type.Boolean(),\n\tseenCount: Type.Number(),\n\tsteps: Type.Array(ComposerProjectOnboardingStepSchema),\n});\n\nexport const ComposerStatusResponseSchema = Type.Object({\n\tcwd: Type.String(),\n\tgit: Type.Union([\n\t\tType.Object({\n\t\t\tbranch: Type.String(),\n\t\t\tstatus: Type.Object({\n\t\t\t\tmodified: Type.Number(),\n\t\t\t\tadded: Type.Number(),\n\t\t\t\tdeleted: Type.Number(),\n\t\t\t\tuntracked: Type.Number(),\n\t\t\t\ttotal: Type.Number(),\n\t\t\t}),\n\t\t}),\n\t\tType.Null(),\n\t]),\n\tcontext: Type.Object({\n\t\tagentMd: Type.Boolean(),\n\t\tclaudeMd: Type.Boolean(),\n\t}),\n\tonboarding: Type.Optional(ComposerProjectOnboardingStateSchema),\n\tserver: Type.Object({\n\t\tuptime: Type.Number(),\n\t\tversion: Type.String(),\n\t\tstaticCacheMaxAgeSeconds: Type.Optional(Type.Number()),\n\t}),\n\tdatabase: Type.Object({\n\t\tconfigured: Type.Boolean(),\n\t\tconnected: Type.Boolean(),\n\t}),\n\tbackgroundTasks: Type.Union([\n\t\tComposerBackgroundTaskHealthSchema,\n\t\tType.Null(),\n\t]),\n\thooks: Type.Object({\n\t\tasyncInFlight: Type.Number(),\n\t\tconcurrency: Type.Object({\n\t\t\tmax: Type.Number(),\n\t\t\tactive: Type.Number(),\n\t\t\tqueued: Type.Number(),\n\t\t}),\n\t}),\n\tlastUpdated: Type.Number(),\n\tlastLatencyMs: Type.Number(),\n});\n\nexport const ComposerUsageTokenTotalsSchema = Type.Object({\n\tinput: Type.Number(),\n\toutput: Type.Number(),\n\tcacheRead: Type.Number(),\n\tcacheWrite: Type.Number(),\n\ttotal: Type.Number(),\n});\n\nexport const ComposerUsageBreakdownSchema = Type.Object({\n\tcost: Type.Number(),\n\trequests: Type.Number(),\n\ttokens: Type.Number(),\n\ttokensDetailed: ComposerUsageTokenTotalsSchema,\n\tcalls: Type.Number(),\n\tcachedTokens: Type.Number(),\n});\n\nexport const ComposerUsageSummarySchema = Type.Object({\n\ttotalCost: Type.Number(),\n\ttotalRequests: Type.Number(),\n\ttotalTokens: Type.Number(),\n\ttokensDetailed: ComposerUsageTokenTotalsSchema,\n\ttotalTokensDetailed: ComposerUsageTokenTotalsSchema,\n\ttotalTokensBreakdown: ComposerUsageTokenTotalsSchema,\n\ttotalCachedTokens: Type.Number(),\n\tbyProvider: Type.Record(Type.String(), ComposerUsageBreakdownSchema),\n\tbyModel: Type.Record(Type.String(), ComposerUsageBreakdownSchema),\n});\n\nexport const ComposerUsageResponseSchema = Type.Object({\n\tsummary: ComposerUsageSummarySchema,\n\thasData: Type.Boolean(),\n});\n\nexport const ComposerErrorSeveritySchema = Type.Union([\n\tType.Literal(\"error\"),\n\tType.Literal(\"warning\"),\n\tType.Literal(\"info\"),\n]);\n\nexport const ComposerErrorCategorySchema = Type.Union([\n\tType.Literal(\"validation\"),\n\tType.Literal(\"permission\"),\n\tType.Literal(\"network\"),\n\tType.Literal(\"timeout\"),\n\tType.Literal(\"filesystem\"),\n\tType.Literal(\"tool\"),\n\tType.Literal(\"session\"),\n\tType.Literal(\"config\"),\n\tType.Literal(\"api\"),\n\tType.Literal(\"internal\"),\n]);\n\nexport const ComposerErrorPayloadSchema = Type.Object({\n\tcode: Type.String(),\n\tcategory: ComposerErrorCategorySchema,\n\tseverity: Type.Optional(ComposerErrorSeveritySchema),\n\tretriable: Type.Optional(Type.Boolean()),\n\tcontext: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\n\nexport const ComposerErrorResponseSchema = Type.Object({\n\terror: Type.String(),\n\tcode: Type.Optional(Type.String()),\n\tdetails: Type.Optional(\n\t\tType.Array(Type.Record(Type.String(), Type.Unknown())),\n\t),\n\tmaestro: Type.Optional(ComposerErrorPayloadSchema),\n});\n"]}
@@ -0,0 +1,2 @@
1
+ export declare function stringLiteralUnion<const T extends readonly string[]>(values: T): import("@sinclair/typebox").TUnsafe<T[number]>;
2
+ //# sourceMappingURL=typebox-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typebox-utils.d.ts","sourceRoot":"","sources":["../src/typebox-utils.ts"],"names":[],"mappings":"AAEA,wBAAgB,kBAAkB,CAAC,KAAK,CAAC,CAAC,SAAS,SAAS,MAAM,EAAE,EACnE,MAAM,EAAE,CAAC,kDAUT"}
@@ -0,0 +1,5 @@
1
+ import { Type } from "@sinclair/typebox";
2
+ export function stringLiteralUnion(values) {
3
+ return Type.Unsafe(Type.Union(values.map((value) => Type.Literal(value))));
4
+ }
5
+ //# sourceMappingURL=typebox-utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typebox-utils.js","sourceRoot":"","sources":["../src/typebox-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEvD,MAAM,UAAU,kBAAkB,CACjC,MAAS;IAET,OAAO,IAAI,CAAC,MAAM,CACjB,IAAI,CAAC,KAAK,CACT,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAGxC,CACD,CACD,CAAC;AACH,CAAC","sourcesContent":["import { type TSchema, Type } from \"@sinclair/typebox\";\n\nexport function stringLiteralUnion<const T extends readonly string[]>(\n\tvalues: T,\n) {\n\treturn Type.Unsafe<T[number]>(\n\t\tType.Union(\n\t\t\tvalues.map((value) => Type.Literal(value)) as unknown as [\n\t\t\t\tTSchema,\n\t\t\t\t...TSchema[],\n\t\t\t],\n\t\t),\n\t);\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import type { Static, TSchema } from "@sinclair/typebox";
2
2
  import { HeadlessFromAgentMessageSchema, HeadlessRuntimeHeartbeatSnapshotSchema, HeadlessRuntimeSnapshotSchema, HeadlessRuntimeStreamEnvelopeSchema, HeadlessRuntimeSubscriptionSnapshotSchema, type HeadlessToAgentMessageSchema } from "./headless-protocol-schemas.generated.js";
3
- import { ComposerAgentEventSchema, ComposerApprovalsStatusResponseSchema, ComposerApprovalsUpdateRequestSchema, ComposerApprovalsUpdateResponseSchema, ComposerBackgroundHistoryResponseSchema, ComposerBackgroundPathResponseSchema, ComposerBackgroundStatusResponseSchema, ComposerBackgroundUpdateRequestSchema, ComposerBackgroundUpdateResponseSchema, ComposerChatRequestSchema, ComposerCommandListResponseSchema, ComposerCommandPrefsSchema, ComposerCommandPrefsUpdateSchema, ComposerCommandPrefsWriteResponseSchema, ComposerConfigResponseSchema, ComposerConfigWriteRequestSchema, ComposerConfigWriteResponseSchema, ComposerErrorResponseSchema, ComposerFilesResponseSchema, ComposerFrameworkListResponseSchema, ComposerFrameworkStatusResponseSchema, ComposerFrameworkUpdateRequestSchema, ComposerFrameworkUpdateResponseSchema, ComposerGuardianConfigRequestSchema, ComposerGuardianConfigResponseSchema, ComposerGuardianRunResponseSchema, ComposerGuardianStatusResponseSchema, ComposerMessageSchema, ComposerModelListResponseSchema, ComposerModelSchema, ComposerPlanActionResponseSchema, ComposerPlanRequestSchema, ComposerPlanStatusResponseSchema, ComposerSessionListResponseSchema, ComposerSessionSchema, ComposerSessionSummarySchema, ComposerStatusResponseSchema, ComposerUndoHistoryResponseSchema, ComposerUndoOperationResponseSchema, ComposerUndoRequestSchema, ComposerUndoStatusResponseSchema, ComposerUsageResponseSchema } from "./schemas.js";
3
+ import { ComposerAgentEventSchema, ComposerApprovalsStatusResponseSchema, ComposerApprovalsUpdateRequestSchema, ComposerApprovalsUpdateResponseSchema, ComposerBackgroundHistoryResponseSchema, ComposerBackgroundPathResponseSchema, ComposerBackgroundStatusResponseSchema, ComposerBackgroundUpdateRequestSchema, ComposerBackgroundUpdateResponseSchema, ComposerChatRequestSchema, ComposerCommandListResponseSchema, ComposerCommandPrefsSchema, ComposerCommandPrefsUpdateSchema, ComposerCommandPrefsWriteResponseSchema, ComposerConfigResponseSchema, ComposerConfigWriteRequestSchema, ComposerConfigWriteResponseSchema, ComposerErrorResponseSchema, ComposerFilesResponseSchema, ComposerFrameworkListResponseSchema, ComposerFrameworkStatusResponseSchema, ComposerFrameworkUpdateRequestSchema, ComposerFrameworkUpdateResponseSchema, ComposerGuardianConfigRequestSchema, ComposerGuardianConfigResponseSchema, ComposerGuardianRunResponseSchema, ComposerGuardianStatusResponseSchema, ComposerMessageSchema, ComposerModelListResponseSchema, ComposerModelSchema, ComposerPendingRequestResumeRequestSchema, ComposerPendingRequestResumeResponseSchema, ComposerPlanActionResponseSchema, ComposerPlanRequestSchema, ComposerPlanStatusResponseSchema, ComposerRunTimelineResponseSchema, ComposerSessionListResponseSchema, ComposerSessionSchema, ComposerSessionSummarySchema, ComposerStatusResponseSchema, ComposerUndoHistoryResponseSchema, ComposerUndoOperationResponseSchema, ComposerUndoRequestSchema, ComposerUndoStatusResponseSchema, ComposerUsageResponseSchema } from "./schemas.js";
4
4
  export type ValidationResult<T> = {
5
5
  ok: true;
6
6
  value: T;
@@ -56,6 +56,9 @@ export declare const isComposerModel: (value: unknown) => value is Static<typeof
56
56
  export declare const isComposerModelListResponse: (value: unknown) => value is Static<typeof ComposerModelListResponseSchema>;
57
57
  export declare const isComposerSessionSummary: (value: unknown) => value is Static<typeof ComposerSessionSummarySchema>;
58
58
  export declare const isComposerSession: (value: unknown) => value is Static<typeof ComposerSessionSchema>;
59
+ export declare const isComposerPendingRequestResumeRequest: (value: unknown) => value is Static<typeof ComposerPendingRequestResumeRequestSchema>;
60
+ export declare const isComposerPendingRequestResumeResponse: (value: unknown) => value is Static<typeof ComposerPendingRequestResumeResponseSchema>;
61
+ export declare const isComposerRunTimelineResponse: (value: unknown) => value is Static<typeof ComposerRunTimelineResponseSchema>;
59
62
  export declare const isComposerSessionListResponse: (value: unknown) => value is Static<typeof ComposerSessionListResponseSchema>;
60
63
  export declare const isComposerErrorResponse: (value: unknown) => value is Static<typeof ComposerErrorResponseSchema>;
61
64
  export declare const isComposerStatusResponse: (value: unknown) => value is Static<typeof ComposerStatusResponseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../src/validators.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../src/validators.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { Value } from "@sinclair/typebox/value";
2
2
  import { HeadlessFromAgentMessageSchema, HeadlessRuntimeHeartbeatSnapshotSchema, HeadlessRuntimeSnapshotSchema, HeadlessRuntimeStreamEnvelopeSchema, HeadlessRuntimeSubscriptionSnapshotSchema, headlessToAgentMessageSchemasByType, } from "./headless-protocol-schemas.generated.js";
3
- import { ComposerAgentEventSchema, ComposerApprovalsStatusResponseSchema, ComposerApprovalsUpdateRequestSchema, ComposerApprovalsUpdateResponseSchema, ComposerBackgroundHistoryResponseSchema, ComposerBackgroundPathResponseSchema, ComposerBackgroundStatusResponseSchema, ComposerBackgroundUpdateRequestSchema, ComposerBackgroundUpdateResponseSchema, ComposerChatRequestSchema, ComposerCommandListResponseSchema, ComposerCommandPrefsSchema, ComposerCommandPrefsUpdateSchema, ComposerCommandPrefsWriteResponseSchema, ComposerConfigResponseSchema, ComposerConfigWriteRequestSchema, ComposerConfigWriteResponseSchema, ComposerErrorResponseSchema, ComposerFilesResponseSchema, ComposerFrameworkListResponseSchema, ComposerFrameworkStatusResponseSchema, ComposerFrameworkUpdateRequestSchema, ComposerFrameworkUpdateResponseSchema, ComposerGuardianConfigRequestSchema, ComposerGuardianConfigResponseSchema, ComposerGuardianRunResponseSchema, ComposerGuardianStatusResponseSchema, ComposerMessageSchema, ComposerModelListResponseSchema, ComposerModelSchema, ComposerPlanActionResponseSchema, ComposerPlanRequestSchema, ComposerPlanStatusResponseSchema, ComposerSessionListResponseSchema, ComposerSessionSchema, ComposerSessionSummarySchema, ComposerStatusResponseSchema, ComposerUndoHistoryResponseSchema, ComposerUndoOperationResponseSchema, ComposerUndoRequestSchema, ComposerUndoStatusResponseSchema, ComposerUsageResponseSchema, } from "./schemas.js";
3
+ import { ComposerAgentEventSchema, ComposerApprovalsStatusResponseSchema, ComposerApprovalsUpdateRequestSchema, ComposerApprovalsUpdateResponseSchema, ComposerBackgroundHistoryResponseSchema, ComposerBackgroundPathResponseSchema, ComposerBackgroundStatusResponseSchema, ComposerBackgroundUpdateRequestSchema, ComposerBackgroundUpdateResponseSchema, ComposerChatRequestSchema, ComposerCommandListResponseSchema, ComposerCommandPrefsSchema, ComposerCommandPrefsUpdateSchema, ComposerCommandPrefsWriteResponseSchema, ComposerConfigResponseSchema, ComposerConfigWriteRequestSchema, ComposerConfigWriteResponseSchema, ComposerErrorResponseSchema, ComposerFilesResponseSchema, ComposerFrameworkListResponseSchema, ComposerFrameworkStatusResponseSchema, ComposerFrameworkUpdateRequestSchema, ComposerFrameworkUpdateResponseSchema, ComposerGuardianConfigRequestSchema, ComposerGuardianConfigResponseSchema, ComposerGuardianRunResponseSchema, ComposerGuardianStatusResponseSchema, ComposerMessageSchema, ComposerModelListResponseSchema, ComposerModelSchema, ComposerPendingRequestResumeRequestSchema, ComposerPendingRequestResumeResponseSchema, ComposerPlanActionResponseSchema, ComposerPlanRequestSchema, ComposerPlanStatusResponseSchema, ComposerRunTimelineResponseSchema, ComposerSessionListResponseSchema, ComposerSessionSchema, ComposerSessionSummarySchema, ComposerStatusResponseSchema, ComposerUndoHistoryResponseSchema, ComposerUndoOperationResponseSchema, ComposerUndoRequestSchema, ComposerUndoStatusResponseSchema, ComposerUsageResponseSchema, } from "./schemas.js";
4
4
  function formatErrors(errors) {
5
5
  const results = [];
6
6
  for (const err of errors) {
@@ -114,6 +114,9 @@ export const isComposerModel = (value) => Value.Check(ComposerModelSchema, value
114
114
  export const isComposerModelListResponse = (value) => Value.Check(ComposerModelListResponseSchema, value);
115
115
  export const isComposerSessionSummary = (value) => Value.Check(ComposerSessionSummarySchema, value);
116
116
  export const isComposerSession = (value) => Value.Check(ComposerSessionSchema, value);
117
+ export const isComposerPendingRequestResumeRequest = (value) => Value.Check(ComposerPendingRequestResumeRequestSchema, value);
118
+ export const isComposerPendingRequestResumeResponse = (value) => Value.Check(ComposerPendingRequestResumeResponseSchema, value);
119
+ export const isComposerRunTimelineResponse = (value) => Value.Check(ComposerRunTimelineResponseSchema, value);
117
120
  export const isComposerSessionListResponse = (value) => Value.Check(ComposerSessionListResponseSchema, value);
118
121
  export const isComposerErrorResponse = (value) => Value.Check(ComposerErrorResponseSchema, value);
119
122
  export const isComposerStatusResponse = (value) => Value.Check(ComposerStatusResponseSchema, value);