@evalops/maestro 0.10.17 → 0.10.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -1
- package/dist/agent/action-approval.d.ts +12 -2
- package/dist/agent/action-approval.d.ts.map +1 -1
- package/dist/agent/action-approval.js +19 -32
- package/dist/agent/action-approval.js.map +1 -1
- package/dist/agent/agent.d.ts +1 -0
- package/dist/agent/agent.d.ts.map +1 -1
- package/dist/agent/agent.js +26 -0
- package/dist/agent/agent.js.map +1 -1
- package/dist/agent/compaction.d.ts +2 -0
- package/dist/agent/compaction.d.ts.map +1 -1
- package/dist/agent/compaction.js +4 -2
- package/dist/agent/compaction.js.map +1 -1
- package/dist/agent/index.d.ts +1 -1
- package/dist/agent/index.d.ts.map +1 -1
- package/dist/agent/index.js +1 -1
- package/dist/agent/index.js.map +1 -1
- package/dist/agent/modes.d.ts +56 -4
- package/dist/agent/modes.d.ts.map +1 -1
- package/dist/agent/modes.js +163 -2
- package/dist/agent/modes.js.map +1 -1
- package/dist/agent/prompt-recovery.d.ts.map +1 -1
- package/dist/agent/prompt-recovery.js +1 -3
- package/dist/agent/prompt-recovery.js.map +1 -1
- package/dist/agent/providers/anthropic.d.ts.map +1 -1
- package/dist/agent/providers/anthropic.js +9 -1
- package/dist/agent/providers/anthropic.js.map +1 -1
- package/dist/agent/providers/codex-app-server.d.ts +12 -0
- package/dist/agent/providers/codex-app-server.d.ts.map +1 -0
- package/dist/agent/providers/codex-app-server.js +788 -0
- package/dist/agent/providers/codex-app-server.js.map +1 -0
- package/dist/agent/providers/google-gemini-cli.js +14 -3
- package/dist/agent/providers/google.js +22 -3
- package/dist/agent/providers/scripted.d.ts +11 -0
- package/dist/agent/providers/scripted.d.ts.map +1 -0
- package/dist/agent/providers/scripted.js +399 -0
- package/dist/agent/providers/scripted.js.map +1 -0
- package/dist/agent/providers/vertex.js +14 -3
- package/dist/agent/scenario-source.d.ts +19 -0
- package/dist/agent/scenario-source.d.ts.map +1 -0
- package/dist/agent/scenario-source.js +112 -0
- package/dist/agent/scenario-source.js.map +1 -0
- package/dist/agent/subagent-specs.d.ts +1 -1
- package/dist/agent/subagent-specs.js +1 -1
- package/dist/agent/subagent-specs.js.map +1 -1
- package/dist/agent/swarm/executor.d.ts +25 -0
- package/dist/agent/swarm/executor.d.ts.map +1 -1
- package/dist/agent/swarm/executor.js +795 -20
- package/dist/agent/swarm/executor.js.map +1 -1
- package/dist/agent/swarm/runtime-events.d.ts +11 -0
- package/dist/agent/swarm/runtime-events.d.ts.map +1 -0
- package/dist/agent/swarm/runtime-events.js +26 -0
- package/dist/agent/swarm/runtime-events.js.map +1 -0
- package/dist/agent/swarm/types.d.ts +78 -0
- package/dist/agent/swarm/types.d.ts.map +1 -1
- package/dist/agent/swarm/types.js.map +1 -1
- package/dist/agent/tracing.d.ts +1 -1
- package/dist/agent/tracing.d.ts.map +1 -1
- package/dist/agent/tracing.js +17 -9
- package/dist/agent/tracing.js.map +1 -1
- package/dist/agent/transport/create-provider-stream.d.ts.map +1 -1
- package/dist/agent/transport/create-provider-stream.js +14 -0
- package/dist/agent/transport/create-provider-stream.js.map +1 -1
- package/dist/agent/transport/stable-stringify.d.ts +2 -0
- package/dist/agent/transport/stable-stringify.d.ts.map +1 -0
- package/dist/agent/transport/stable-stringify.js +14 -0
- package/dist/agent/transport/stable-stringify.js.map +1 -0
- package/dist/agent/transport/tool-execution-bridge.d.ts.map +1 -1
- package/dist/agent/transport/tool-execution-bridge.js +2 -15
- package/dist/agent/transport/tool-execution-bridge.js.map +1 -1
- package/dist/agent/transport/tool-safety-pipeline.d.ts +5 -1
- package/dist/agent/transport/tool-safety-pipeline.d.ts.map +1 -1
- package/dist/agent/transport/tool-safety-pipeline.js +184 -36
- package/dist/agent/transport/tool-safety-pipeline.js.map +1 -1
- package/dist/agent/transport.d.ts +8 -0
- package/dist/agent/transport.d.ts.map +1 -1
- package/dist/agent/transport.js +1613 -68
- package/dist/agent/transport.js.map +1 -1
- package/dist/agent/types.d.ts +170 -2
- package/dist/agent/types.d.ts.map +1 -1
- package/dist/agent/types.js.map +1 -1
- package/dist/api/enterprise-routes.d.ts.map +1 -1
- package/dist/api/enterprise-routes.js +34 -3
- package/dist/api/enterprise-routes.js.map +1 -1
- package/dist/app-server/in-process-client.d.ts +32 -0
- package/dist/app-server/in-process-client.d.ts.map +1 -0
- package/dist/app-server/in-process-client.js +73 -0
- package/dist/app-server/in-process-client.js.map +1 -0
- package/dist/app-server/session-api.d.ts +36 -0
- package/dist/app-server/session-api.d.ts.map +1 -0
- package/dist/app-server/session-api.js +713 -0
- package/dist/app-server/session-api.js.map +1 -0
- package/dist/approvals/platform-action-approval.d.ts +3 -1
- package/dist/approvals/platform-action-approval.d.ts.map +1 -1
- package/dist/approvals/platform-action-approval.js +16 -9
- package/dist/approvals/platform-action-approval.js.map +1 -1
- package/dist/approvals/service-client.d.ts.map +1 -1
- package/dist/approvals/service-client.js +7 -7
- package/dist/approvals/service-client.js.map +1 -1
- package/dist/audit/logger.d.ts +4 -4
- package/dist/bootstrap/agent-creation-setup.d.ts +4 -0
- package/dist/bootstrap/agent-creation-setup.d.ts.map +1 -1
- package/dist/bootstrap/agent-creation-setup.js +3 -1
- package/dist/bootstrap/agent-creation-setup.js.map +1 -1
- package/dist/bootstrap/auth-setup.js +1 -1
- package/dist/bootstrap/auth-setup.js.map +1 -1
- package/dist/bootstrap/event-subscriptions-setup.d.ts +6 -0
- package/dist/bootstrap/event-subscriptions-setup.d.ts.map +1 -1
- package/dist/bootstrap/event-subscriptions-setup.js +26 -2
- package/dist/bootstrap/event-subscriptions-setup.js.map +1 -1
- package/dist/bootstrap/model-resolution-setup.d.ts.map +1 -1
- package/dist/bootstrap/model-resolution-setup.js +4 -1
- package/dist/bootstrap/model-resolution-setup.js.map +1 -1
- package/dist/bootstrap/tools-setup.d.ts +2 -1
- package/dist/bootstrap/tools-setup.d.ts.map +1 -1
- package/dist/bootstrap/tools-setup.js +5 -1
- package/dist/bootstrap/tools-setup.js.map +1 -1
- package/dist/cli/args.d.ts +9 -1
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +130 -5
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/commands/a2a.d.ts +9 -0
- package/dist/cli/commands/a2a.d.ts.map +1 -0
- package/dist/cli/commands/a2a.js +1714 -0
- package/dist/cli/commands/a2a.js.map +1 -0
- package/dist/cli/commands/agents.d.ts +16 -2
- package/dist/cli/commands/agents.d.ts.map +1 -1
- package/dist/cli/commands/agents.js +223 -35
- package/dist/cli/commands/agents.js.map +1 -1
- package/dist/cli/commands/codex.d.ts +1 -1
- package/dist/cli/commands/codex.d.ts.map +1 -1
- package/dist/cli/commands/codex.js +145 -39
- package/dist/cli/commands/codex.js.map +1 -1
- package/dist/cli/commands/context.d.ts +10 -0
- package/dist/cli/commands/context.d.ts.map +1 -0
- package/dist/cli/commands/context.js +176 -0
- package/dist/cli/commands/context.js.map +1 -0
- package/dist/cli/commands/hosted-runner.d.ts +1 -0
- package/dist/cli/commands/hosted-runner.d.ts.map +1 -1
- package/dist/cli/commands/hosted-runner.js +9 -1
- package/dist/cli/commands/hosted-runner.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +6 -0
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/modes.d.ts +8 -0
- package/dist/cli/commands/modes.d.ts.map +1 -0
- package/dist/cli/commands/modes.js +151 -0
- package/dist/cli/commands/modes.js.map +1 -0
- package/dist/cli/commands/operating-plane.d.ts +14 -0
- package/dist/cli/commands/operating-plane.d.ts.map +1 -0
- package/dist/cli/commands/operating-plane.js +160 -0
- package/dist/cli/commands/operating-plane.js.map +1 -0
- package/dist/cli/commands/run.d.ts +87 -0
- package/dist/cli/commands/run.d.ts.map +1 -0
- package/dist/cli/commands/run.js +356 -0
- package/dist/cli/commands/run.js.map +1 -0
- package/dist/cli/commands/scenario.d.ts +7 -0
- package/dist/cli/commands/scenario.d.ts.map +1 -0
- package/dist/cli/commands/scenario.js +195 -0
- package/dist/cli/commands/scenario.js.map +1 -0
- package/dist/cli/commands/skill.d.ts +7 -0
- package/dist/cli/commands/skill.d.ts.map +1 -0
- package/dist/cli/commands/skill.js +286 -0
- package/dist/cli/commands/skill.js.map +1 -0
- package/dist/cli/headless-protocol.d.ts +55 -1
- package/dist/cli/headless-protocol.d.ts.map +1 -1
- package/dist/cli/headless-protocol.js +446 -7
- package/dist/cli/headless-protocol.js.map +1 -1
- package/dist/cli/headless-runtime-selection.d.ts +38 -0
- package/dist/cli/headless-runtime-selection.d.ts.map +1 -0
- package/dist/cli/headless-runtime-selection.js +48 -0
- package/dist/cli/headless-runtime-selection.js.map +1 -0
- package/dist/cli/headless.d.ts +5 -1
- package/dist/cli/headless.d.ts.map +1 -1
- package/dist/cli/headless.js +11 -1
- package/dist/cli/headless.js.map +1 -1
- package/dist/cli/help.d.ts +3 -1
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/help.js +136 -30
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/system-prompt.d.ts +22 -4
- package/dist/cli/system-prompt.d.ts.map +1 -1
- package/dist/cli/system-prompt.js +224 -127
- package/dist/cli/system-prompt.js.map +1 -1
- package/dist/cli-tui/commands/a2a-handlers.d.ts +7 -0
- package/dist/cli-tui/commands/a2a-handlers.d.ts.map +1 -0
- package/dist/cli-tui/commands/a2a-handlers.js +160 -0
- package/dist/cli-tui/commands/a2a-handlers.js.map +1 -0
- package/dist/cli-tui/commands/command-catalog.d.ts.map +1 -1
- package/dist/cli-tui/commands/command-catalog.js +15 -0
- package/dist/cli-tui/commands/command-catalog.js.map +1 -1
- package/dist/cli-tui/commands/command-registry-adapter.js +10 -1
- package/dist/cli-tui/commands/command-registry-adapter.js.map +1 -1
- package/dist/cli-tui/commands/handlers/mode-handler.d.ts.map +1 -1
- package/dist/cli-tui/commands/handlers/mode-handler.js +22 -10
- package/dist/cli-tui/commands/handlers/mode-handler.js.map +1 -1
- package/dist/cli-tui/commands/mcp-handlers.d.ts.map +1 -1
- package/dist/cli-tui/commands/mcp-handlers.js +6 -5
- package/dist/cli-tui/commands/mcp-handlers.js.map +1 -1
- package/dist/cli-tui/commands/types.d.ts +1 -0
- package/dist/cli-tui/commands/types.d.ts.map +1 -1
- package/dist/cli-tui/commands/types.js.map +1 -1
- package/dist/cli-tui/commands/utility-handlers.d.ts +4 -0
- package/dist/cli-tui/commands/utility-handlers.d.ts.map +1 -1
- package/dist/cli-tui/commands/utility-handlers.js +45 -6
- package/dist/cli-tui/commands/utility-handlers.js.map +1 -1
- package/dist/cli-tui/run/run-shell-command.d.ts.map +1 -1
- package/dist/cli-tui/run/run-shell-command.js +14 -5
- package/dist/cli-tui/run/run-shell-command.js.map +1 -1
- package/dist/cli-tui/run/streaming-shell-command.d.ts.map +1 -1
- package/dist/cli-tui/run/streaming-shell-command.js +14 -5
- package/dist/cli-tui/run/streaming-shell-command.js.map +1 -1
- package/dist/cli-tui/selectors/model-selector.d.ts +1 -0
- package/dist/cli-tui/selectors/model-selector.d.ts.map +1 -1
- package/dist/cli-tui/selectors/model-selector.js +6 -2
- package/dist/cli-tui/selectors/model-selector.js.map +1 -1
- package/dist/cli-tui/tui-renderer/command-registry-options.d.ts.map +1 -1
- package/dist/cli-tui/tui-renderer/command-registry-options.js +5 -0
- package/dist/cli-tui/tui-renderer/command-registry-options.js.map +1 -1
- package/dist/cli-tui/utils/commands/review-prompt.d.ts +1 -1
- package/dist/cli-tui/utils/commands/review-prompt.d.ts.map +1 -1
- package/dist/cli-tui/utils/commands/review-prompt.js +8 -3
- package/dist/cli-tui/utils/commands/review-prompt.js.map +1 -1
- package/dist/cli-tui/utils/runtime-badges.d.ts +1 -0
- package/dist/cli-tui/utils/runtime-badges.d.ts.map +1 -1
- package/dist/cli-tui/utils/runtime-badges.js +7 -0
- package/dist/cli-tui/utils/runtime-badges.js.map +1 -1
- package/dist/cli-tui/utils/text-formatting.d.ts +1 -0
- package/dist/cli-tui/utils/text-formatting.d.ts.map +1 -1
- package/dist/cli-tui/utils/text-formatting.js +5 -0
- package/dist/cli-tui/utils/text-formatting.js.map +1 -1
- package/dist/cli.js +49209 -26165
- package/dist/cli.js.map +1 -1
- package/dist/codex/app-server-client.d.ts +139 -0
- package/dist/codex/app-server-client.d.ts.map +1 -0
- package/dist/codex/app-server-client.js +352 -0
- package/dist/codex/app-server-client.js.map +1 -0
- package/dist/codex/compatibility.d.ts +48 -0
- package/dist/codex/compatibility.d.ts.map +1 -0
- package/dist/codex/compatibility.js +344 -0
- package/dist/codex/compatibility.js.map +1 -0
- package/dist/codex/subagent-dispatch-table.d.ts +66 -0
- package/dist/codex/subagent-dispatch-table.d.ts.map +1 -0
- package/dist/codex/subagent-dispatch-table.js +127 -0
- package/dist/codex/subagent-dispatch-table.js.map +1 -0
- package/dist/codex/subagent-workgraph.d.ts +56 -0
- package/dist/codex/subagent-workgraph.d.ts.map +1 -0
- package/dist/codex/subagent-workgraph.js +89 -0
- package/dist/codex/subagent-workgraph.js.map +1 -0
- package/dist/config/constants.d.ts +3 -1
- package/dist/config/constants.d.ts.map +1 -1
- package/dist/config/constants.js +9 -0
- package/dist/config/constants.js.map +1 -1
- package/dist/config/feature-flags.d.ts +10 -1
- package/dist/config/feature-flags.d.ts.map +1 -1
- package/dist/config/feature-flags.js +17 -6
- package/dist/config/feature-flags.js.map +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/index.js +1 -1
- package/dist/config/index.js.map +1 -1
- package/dist/config/toml-config.d.ts +32 -0
- package/dist/config/toml-config.d.ts.map +1 -1
- package/dist/config/toml-config.js +152 -43
- package/dist/config/toml-config.js.map +1 -1
- package/dist/connectors/service-client.d.ts.map +1 -1
- package/dist/connectors/service-client.js +4 -7
- package/dist/connectors/service-client.js.map +1 -1
- package/dist/context/manifest-types.d.ts +59 -0
- package/dist/context/manifest-types.d.ts.map +1 -0
- package/dist/context/manifest-types.js +2 -0
- package/dist/context/manifest-types.js.map +1 -0
- package/dist/context/manifest.d.ts +16 -0
- package/dist/context/manifest.d.ts.map +1 -0
- package/dist/context/manifest.js +503 -0
- package/dist/context/manifest.js.map +1 -0
- package/dist/db/schema.d.ts +10 -1
- package/dist/db/schema.d.ts.map +1 -1
- package/dist/db/schema.js.map +1 -1
- package/dist/evalops/agent-bootstrap.d.ts +1 -0
- package/dist/evalops/agent-bootstrap.d.ts.map +1 -1
- package/dist/evalops/agent-bootstrap.js +41 -1
- package/dist/evalops/agent-bootstrap.js.map +1 -1
- package/dist/evalops/env-aliases.d.ts +13 -0
- package/dist/evalops/env-aliases.d.ts.map +1 -0
- package/dist/evalops/env-aliases.js +60 -0
- package/dist/evalops/env-aliases.js.map +1 -0
- package/dist/evalops/managed-context.d.ts.map +1 -1
- package/dist/evalops/managed-context.js +28 -62
- package/dist/evalops/managed-context.js.map +1 -1
- package/dist/guardian/config.d.ts.map +1 -1
- package/dist/guardian/config.js +1 -0
- package/dist/guardian/config.js.map +1 -1
- package/dist/guardian/runner.d.ts +2 -0
- package/dist/guardian/runner.d.ts.map +1 -1
- package/dist/guardian/runner.js +105 -2
- package/dist/guardian/runner.js.map +1 -1
- package/dist/guardian/types.d.ts +1 -0
- package/dist/guardian/types.d.ts.map +1 -1
- package/dist/guardian/types.js.map +1 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +267 -55
- package/dist/main.js.map +1 -1
- package/dist/mcp/config.d.ts.map +1 -1
- package/dist/mcp/config.js +89 -7
- package/dist/mcp/config.js.map +1 -1
- package/dist/mcp/manager.d.ts +5 -1
- package/dist/mcp/manager.d.ts.map +1 -1
- package/dist/mcp/manager.js +159 -4
- package/dist/mcp/manager.js.map +1 -1
- package/dist/mcp/platform-plugin.d.ts.map +1 -1
- package/dist/mcp/platform-plugin.js +9 -26
- package/dist/mcp/platform-plugin.js.map +1 -1
- package/dist/mcp/schema.d.ts +15 -0
- package/dist/mcp/schema.d.ts.map +1 -1
- package/dist/mcp/schema.js +24 -0
- package/dist/mcp/schema.js.map +1 -1
- package/dist/mcp/tool-bridge.d.ts +39 -10
- package/dist/mcp/tool-bridge.d.ts.map +1 -1
- package/dist/mcp/tool-bridge.js +101 -24
- package/dist/mcp/tool-bridge.js.map +1 -1
- package/dist/mcp/types.d.ts +27 -0
- package/dist/mcp/types.d.ts.map +1 -1
- package/dist/mcp/types.js.map +1 -1
- package/dist/mcp/workspace-trust.d.ts +10 -0
- package/dist/mcp/workspace-trust.d.ts.map +1 -0
- package/dist/mcp/workspace-trust.js +295 -0
- package/dist/mcp/workspace-trust.js.map +1 -0
- package/dist/memory/service-client.d.ts +1 -0
- package/dist/memory/service-client.d.ts.map +1 -1
- package/dist/memory/service-client.js +194 -9
- package/dist/memory/service-client.js.map +1 -1
- package/dist/models/builtin.d.ts.map +1 -1
- package/dist/models/builtin.js +66 -25
- package/dist/models/builtin.js.map +1 -1
- package/dist/models/config-loader.d.ts +10 -10
- package/dist/models/config-loader.d.ts.map +1 -1
- package/dist/models/config-loader.js +2 -0
- package/dist/models/config-loader.js.map +1 -1
- package/dist/models/registry.d.ts +1 -0
- package/dist/models/registry.d.ts.map +1 -1
- package/dist/models/registry.js +1 -0
- package/dist/models/registry.js.map +1 -1
- package/dist/oauth/device-identity.d.ts.map +1 -1
- package/dist/oauth/device-identity.js +1 -3
- package/dist/oauth/device-identity.js.map +1 -1
- package/dist/oauth/evalops.d.ts.map +1 -1
- package/dist/oauth/evalops.js +2 -5
- package/dist/oauth/evalops.js.map +1 -1
- package/dist/opentelemetry.d.ts.map +1 -1
- package/dist/opentelemetry.js +12 -12
- package/dist/opentelemetry.js.map +1 -1
- package/dist/package-version.d.ts +2 -0
- package/dist/package-version.d.ts.map +1 -0
- package/dist/package-version.js +11 -0
- package/dist/package-version.js.map +1 -0
- package/dist/packages/constants.d.ts +3 -0
- package/dist/packages/constants.d.ts.map +1 -0
- package/dist/packages/constants.js +3 -0
- package/dist/packages/constants.js.map +1 -0
- package/dist/packages/inspection.d.ts.map +1 -1
- package/dist/packages/inspection.js +2 -1
- package/dist/packages/inspection.js.map +1 -1
- package/dist/packages/search.d.ts.map +1 -1
- package/dist/packages/search.js +1 -1
- package/dist/packages/search.js.map +1 -1
- package/dist/platform/a2a-capability-market.d.ts +21 -0
- package/dist/platform/a2a-capability-market.d.ts.map +1 -0
- package/dist/platform/a2a-capability-market.js +176 -0
- package/dist/platform/a2a-capability-market.js.map +1 -0
- package/dist/platform/a2a-client.d.ts +217 -0
- package/dist/platform/a2a-client.d.ts.map +1 -0
- package/dist/platform/a2a-client.js +589 -0
- package/dist/platform/a2a-client.js.map +1 -0
- package/dist/platform/a2a-fleet.d.ts +41 -0
- package/dist/platform/a2a-fleet.d.ts.map +1 -0
- package/dist/platform/a2a-fleet.js +109 -0
- package/dist/platform/a2a-fleet.js.map +1 -0
- package/dist/platform/a2a-maestro-peer.d.ts +20 -0
- package/dist/platform/a2a-maestro-peer.d.ts.map +1 -0
- package/dist/platform/a2a-maestro-peer.js +176 -0
- package/dist/platform/a2a-maestro-peer.js.map +1 -0
- package/dist/platform/a2a-peer-pairing.d.ts +107 -0
- package/dist/platform/a2a-peer-pairing.d.ts.map +1 -0
- package/dist/platform/a2a-peer-pairing.js +489 -0
- package/dist/platform/a2a-peer-pairing.js.map +1 -0
- package/dist/platform/a2a-peer-registry.d.ts +68 -0
- package/dist/platform/a2a-peer-registry.d.ts.map +1 -0
- package/dist/platform/a2a-peer-registry.js +320 -0
- package/dist/platform/a2a-peer-registry.js.map +1 -0
- package/dist/platform/a2a-task-ledger.d.ts +86 -0
- package/dist/platform/a2a-task-ledger.d.ts.map +1 -0
- package/dist/platform/a2a-task-ledger.js +546 -0
- package/dist/platform/a2a-task-ledger.js.map +1 -0
- package/dist/platform/a2a-work-graph.d.ts +43 -0
- package/dist/platform/a2a-work-graph.d.ts.map +1 -0
- package/dist/platform/a2a-work-graph.js +267 -0
- package/dist/platform/a2a-work-graph.js.map +1 -0
- package/dist/platform/agent-registry-client.d.ts +327 -0
- package/dist/platform/agent-registry-client.d.ts.map +1 -0
- package/dist/platform/agent-registry-client.js +803 -0
- package/dist/platform/agent-registry-client.js.map +1 -0
- package/dist/platform/agent-runtime-client.d.ts +135 -1
- package/dist/platform/agent-runtime-client.d.ts.map +1 -1
- package/dist/platform/agent-runtime-client.js +467 -10
- package/dist/platform/agent-runtime-client.js.map +1 -1
- package/dist/platform/cerebro-facts-client.d.ts.map +1 -1
- package/dist/platform/cerebro-facts-client.js +4 -7
- package/dist/platform/cerebro-facts-client.js.map +1 -1
- package/dist/platform/client.d.ts +2 -0
- package/dist/platform/client.d.ts.map +1 -1
- package/dist/platform/client.js +7 -14
- package/dist/platform/client.js.map +1 -1
- package/dist/platform/core-services.d.ts +68 -0
- package/dist/platform/core-services.d.ts.map +1 -1
- package/dist/platform/core-services.js +68 -0
- package/dist/platform/core-services.js.map +1 -1
- package/dist/platform/fermata-eval-client.d.ts +195 -0
- package/dist/platform/fermata-eval-client.d.ts.map +1 -0
- package/dist/platform/fermata-eval-client.js +146 -0
- package/dist/platform/fermata-eval-client.js.map +1 -0
- package/dist/platform/fermata-scenario-suite.d.ts +99 -0
- package/dist/platform/fermata-scenario-suite.d.ts.map +1 -0
- package/dist/platform/fermata-scenario-suite.js +459 -0
- package/dist/platform/fermata-scenario-suite.js.map +1 -0
- package/dist/platform/maestro-timeline-client.d.ts.map +1 -1
- package/dist/platform/maestro-timeline-client.js +5 -11
- package/dist/platform/maestro-timeline-client.js.map +1 -1
- package/dist/platform/operating-plane-client.d.ts +156 -0
- package/dist/platform/operating-plane-client.d.ts.map +1 -0
- package/dist/platform/operating-plane-client.js +131 -0
- package/dist/platform/operating-plane-client.js.map +1 -0
- package/dist/platform/operating-plane-summary.d.ts +47 -0
- package/dist/platform/operating-plane-summary.d.ts.map +1 -0
- package/dist/platform/operating-plane-summary.js +209 -0
- package/dist/platform/operating-plane-summary.js.map +1 -0
- package/dist/platform/tool-execution-client.d.ts.map +1 -1
- package/dist/platform/tool-execution-client.js +4 -11
- package/dist/platform/tool-execution-client.js.map +1 -1
- package/dist/prompts/service-client.d.ts.map +1 -1
- package/dist/prompts/service-client.js +3 -5
- package/dist/prompts/service-client.js.map +1 -1
- package/dist/prompts/system-prompt.d.ts +3 -0
- package/dist/prompts/system-prompt.d.ts.map +1 -1
- package/dist/prompts/system-prompt.js +13 -3
- package/dist/prompts/system-prompt.js.map +1 -1
- package/dist/prompts/types.d.ts +2 -0
- package/dist/prompts/types.d.ts.map +1 -1
- package/dist/prompts/types.js.map +1 -1
- package/dist/providers/api-keys.d.ts +1 -1
- package/dist/providers/api-keys.d.ts.map +1 -1
- package/dist/providers/api-keys.js +2 -1
- package/dist/providers/api-keys.js.map +1 -1
- package/dist/providers/auth.d.ts.map +1 -1
- package/dist/providers/auth.js +48 -25
- package/dist/providers/auth.js.map +1 -1
- package/dist/remote-runner/attach-client.d.ts.map +1 -1
- package/dist/remote-runner/attach-client.js +1 -0
- package/dist/remote-runner/attach-client.js.map +1 -1
- package/dist/remote-runner/client.d.ts.map +1 -1
- package/dist/remote-runner/client.js +4 -7
- package/dist/remote-runner/client.js.map +1 -1
- package/dist/rpc/rpc-types.d.ts.map +1 -1
- package/dist/rpc/rpc-types.js +1 -0
- package/dist/rpc/rpc-types.js.map +1 -1
- package/dist/safety/action-firewall.d.ts.map +1 -1
- package/dist/safety/action-firewall.js +69 -6
- package/dist/safety/action-firewall.js.map +1 -1
- package/dist/safety/attack-patterns.d.ts.map +1 -1
- package/dist/safety/attack-patterns.js +31 -14
- package/dist/safety/attack-patterns.js.map +1 -1
- package/dist/safety/bash-parser.d.ts.map +1 -1
- package/dist/safety/bash-parser.js +4 -3
- package/dist/safety/bash-parser.js.map +1 -1
- package/dist/safety/execpolicy.d.ts +15 -3
- package/dist/safety/execpolicy.d.ts.map +1 -1
- package/dist/safety/execpolicy.js +248 -37
- package/dist/safety/execpolicy.js.map +1 -1
- package/dist/safety/governance-service-client.d.ts.map +1 -1
- package/dist/safety/governance-service-client.js +4 -7
- package/dist/safety/governance-service-client.js.map +1 -1
- package/dist/safety/guarded-files.d.ts +34 -0
- package/dist/safety/guarded-files.d.ts.map +1 -0
- package/dist/safety/guarded-files.js +372 -0
- package/dist/safety/guarded-files.js.map +1 -0
- package/dist/safety/loop-detector.d.ts.map +1 -1
- package/dist/safety/loop-detector.js +6 -1
- package/dist/safety/loop-detector.js.map +1 -1
- package/dist/safety/permission-profile.d.ts +47 -0
- package/dist/safety/permission-profile.d.ts.map +1 -0
- package/dist/safety/permission-profile.js +349 -0
- package/dist/safety/permission-profile.js.map +1 -0
- package/dist/safety/safety-middleware.d.ts +5 -1
- package/dist/safety/safety-middleware.d.ts.map +1 -1
- package/dist/safety/safety-middleware.js +3 -2
- package/dist/safety/safety-middleware.js.map +1 -1
- package/dist/safety/suspicious-patterns.d.ts.map +1 -1
- package/dist/safety/suspicious-patterns.js +12 -7
- package/dist/safety/suspicious-patterns.js.map +1 -1
- package/dist/safety/tool-categorization.js +1 -1
- package/dist/safety/tool-categorization.js.map +1 -1
- package/dist/safety/validators/path-policy-validator.d.ts.map +1 -1
- package/dist/safety/validators/path-policy-validator.js +7 -0
- package/dist/safety/validators/path-policy-validator.js.map +1 -1
- package/dist/sandbox/index.d.ts +6 -1
- package/dist/sandbox/index.d.ts.map +1 -1
- package/dist/sandbox/index.js +30 -4
- package/dist/sandbox/index.js.map +1 -1
- package/dist/sandbox/native-sandbox.d.ts +3 -0
- package/dist/sandbox/native-sandbox.d.ts.map +1 -1
- package/dist/sandbox/native-sandbox.js +139 -18
- package/dist/sandbox/native-sandbox.js.map +1 -1
- package/dist/sentry.d.ts +17 -0
- package/dist/sentry.d.ts.map +1 -0
- package/dist/sentry.js +91 -0
- package/dist/sentry.js.map +1 -0
- package/dist/server/agent-runtime-ledger.d.ts +141 -0
- package/dist/server/agent-runtime-ledger.d.ts.map +1 -0
- package/dist/server/agent-runtime-ledger.js +334 -0
- package/dist/server/agent-runtime-ledger.js.map +1 -0
- package/dist/server/agent-trajectory-inspection.d.ts +104 -0
- package/dist/server/agent-trajectory-inspection.d.ts.map +1 -0
- package/dist/server/agent-trajectory-inspection.js +168 -0
- package/dist/server/agent-trajectory-inspection.js.map +1 -0
- package/dist/server/agent-trajectory-replay.d.ts +56 -0
- package/dist/server/agent-trajectory-replay.d.ts.map +1 -0
- package/dist/server/agent-trajectory-replay.js +214 -0
- package/dist/server/agent-trajectory-replay.js.map +1 -0
- package/dist/server/agent-trajectory-scenarios.d.ts +109 -0
- package/dist/server/agent-trajectory-scenarios.d.ts.map +1 -0
- package/dist/server/agent-trajectory-scenarios.js +822 -0
- package/dist/server/agent-trajectory-scenarios.js.map +1 -0
- package/dist/server/agent-trajectory-scorers.d.ts +61 -0
- package/dist/server/agent-trajectory-scorers.d.ts.map +1 -0
- package/dist/server/agent-trajectory-scorers.js +162 -0
- package/dist/server/agent-trajectory-scorers.js.map +1 -0
- package/dist/server/agent-trajectory-validation.d.ts +7 -0
- package/dist/server/agent-trajectory-validation.d.ts.map +1 -0
- package/dist/server/agent-trajectory-validation.js +101 -0
- package/dist/server/agent-trajectory-validation.js.map +1 -0
- package/dist/server/agent-trajectory.d.ts +50 -0
- package/dist/server/agent-trajectory.d.ts.map +1 -0
- package/dist/server/agent-trajectory.js +159 -0
- package/dist/server/agent-trajectory.js.map +1 -0
- package/dist/server/app-context.d.ts +18 -0
- package/dist/server/app-context.d.ts.map +1 -1
- package/dist/server/app-context.js.map +1 -1
- package/dist/server/handlers/headless-sessions.d.ts.map +1 -1
- package/dist/server/handlers/headless-sessions.js +64 -27
- package/dist/server/handlers/headless-sessions.js.map +1 -1
- package/dist/server/handlers/health.d.ts +6 -0
- package/dist/server/handlers/health.d.ts.map +1 -1
- package/dist/server/handlers/health.js +6 -0
- package/dist/server/handlers/health.js.map +1 -1
- package/dist/server/handlers/hosted-runner-drain.d.ts +69 -1
- package/dist/server/handlers/hosted-runner-drain.d.ts.map +1 -1
- package/dist/server/handlers/hosted-runner-drain.js +309 -18
- package/dist/server/handlers/hosted-runner-drain.js.map +1 -1
- package/dist/server/handlers/hosted-runner-identity.d.ts +16 -0
- package/dist/server/handlers/hosted-runner-identity.d.ts.map +1 -1
- package/dist/server/handlers/hosted-runner-identity.js +43 -0
- package/dist/server/handlers/hosted-runner-identity.js.map +1 -1
- package/dist/server/handlers/mode.d.ts.map +1 -1
- package/dist/server/handlers/mode.js +3 -1
- package/dist/server/handlers/mode.js.map +1 -1
- package/dist/server/handlers/pending-requests.d.ts.map +1 -1
- package/dist/server/handlers/pending-requests.js +336 -51
- package/dist/server/handlers/pending-requests.js.map +1 -1
- package/dist/server/handlers/platform-a2a-push.d.ts +6 -0
- package/dist/server/handlers/platform-a2a-push.d.ts.map +1 -0
- package/dist/server/handlers/platform-a2a-push.js +136 -0
- package/dist/server/handlers/platform-a2a-push.js.map +1 -0
- package/dist/server/handlers/sessions.d.ts.map +1 -1
- package/dist/server/handlers/sessions.js +21 -1
- package/dist/server/handlers/sessions.js.map +1 -1
- package/dist/server/headless-runtime-service.d.ts +9 -2
- package/dist/server/headless-runtime-service.d.ts.map +1 -1
- package/dist/server/headless-runtime-service.js +39 -0
- package/dist/server/headless-runtime-service.js.map +1 -1
- package/dist/server/hosted-agent-runtime-progress.d.ts +144 -0
- package/dist/server/hosted-agent-runtime-progress.d.ts.map +1 -0
- package/dist/server/hosted-agent-runtime-progress.js +1650 -0
- package/dist/server/hosted-agent-runtime-progress.js.map +1 -0
- package/dist/server/hosted-runner-lease.d.ts +41 -0
- package/dist/server/hosted-runner-lease.d.ts.map +1 -0
- package/dist/server/hosted-runner-lease.js +140 -0
- package/dist/server/hosted-runner-lease.js.map +1 -0
- package/dist/server/hosted-session-manager.d.ts +16 -8
- package/dist/server/hosted-session-manager.d.ts.map +1 -1
- package/dist/server/hosted-session-manager.js +98 -76
- package/dist/server/hosted-session-manager.js.map +1 -1
- package/dist/server/junit-xml.d.ts +2 -0
- package/dist/server/junit-xml.d.ts.map +1 -0
- package/dist/server/junit-xml.js +9 -0
- package/dist/server/junit-xml.js.map +1 -0
- package/dist/server/routes.d.ts.map +1 -1
- package/dist/server/routes.js +6 -0
- package/dist/server/routes.js.map +1 -1
- package/dist/server/scenario-recorder.d.ts +56 -0
- package/dist/server/scenario-recorder.d.ts.map +1 -0
- package/dist/server/scenario-recorder.js +109 -0
- package/dist/server/scenario-recorder.js.map +1 -0
- package/dist/server/scripted-scenario-runner.d.ts +46 -0
- package/dist/server/scripted-scenario-runner.d.ts.map +1 -0
- package/dist/server/scripted-scenario-runner.js +190 -0
- package/dist/server/scripted-scenario-runner.js.map +1 -0
- package/dist/server/server-middlewares.d.ts +6 -2
- package/dist/server/server-middlewares.d.ts.map +1 -1
- package/dist/server/server-middlewares.js +8 -2
- package/dist/server/server-middlewares.js.map +1 -1
- package/dist/server/server-request-manager.d.ts +9 -1
- package/dist/server/server-request-manager.d.ts.map +1 -1
- package/dist/server/server-request-manager.js +49 -4
- package/dist/server/server-request-manager.js.map +1 -1
- package/dist/services/intelligent-router/service.d.ts +2 -0
- package/dist/services/intelligent-router/service.d.ts.map +1 -1
- package/dist/services/intelligent-router/service.js +4 -0
- package/dist/services/intelligent-router/service.js.map +1 -1
- package/dist/services/service-authority.d.ts +25 -0
- package/dist/services/service-authority.d.ts.map +1 -0
- package/dist/services/service-authority.js +143 -0
- package/dist/services/service-authority.js.map +1 -0
- package/dist/services/workspace-config/service.d.ts +2 -0
- package/dist/services/workspace-config/service.d.ts.map +1 -1
- package/dist/services/workspace-config/service.js +4 -0
- package/dist/services/workspace-config/service.js.map +1 -1
- package/dist/session/manager.d.ts +8 -2
- package/dist/session/manager.d.ts.map +1 -1
- package/dist/session/manager.js +19 -4
- package/dist/session/manager.js.map +1 -1
- package/dist/session/session-branch.d.ts.map +1 -1
- package/dist/session/session-branch.js +5 -1
- package/dist/session/session-branch.js.map +1 -1
- package/dist/session/session-catalog.d.ts +7 -2
- package/dist/session/session-catalog.d.ts.map +1 -1
- package/dist/session/session-catalog.js +13 -2
- package/dist/session/session-catalog.js.map +1 -1
- package/dist/session/session-context.d.ts +6 -2
- package/dist/session/session-context.d.ts.map +1 -1
- package/dist/session/session-context.js +44 -4
- package/dist/session/session-context.js.map +1 -1
- package/dist/session/session-graph-projection.d.ts +32 -0
- package/dist/session/session-graph-projection.d.ts.map +1 -0
- package/dist/session/session-graph-projection.js +133 -0
- package/dist/session/session-graph-projection.js.map +1 -0
- package/dist/session/types.d.ts +18 -0
- package/dist/session/types.d.ts.map +1 -1
- package/dist/session/types.js +8 -0
- package/dist/session/types.js.map +1 -1
- package/dist/session/wire-format.generated.d.ts +3 -0
- package/dist/session/wire-format.generated.d.ts.map +1 -1
- package/dist/session/wire-format.generated.js +20 -0
- package/dist/session/wire-format.generated.js.map +1 -1
- package/dist/skills/eval-harness.d.ts +38 -0
- package/dist/skills/eval-harness.d.ts.map +1 -0
- package/dist/skills/eval-harness.js +112 -0
- package/dist/skills/eval-harness.js.map +1 -0
- package/dist/skills/index.d.ts +5 -1
- package/dist/skills/index.d.ts.map +1 -1
- package/dist/skills/index.js +5 -1
- package/dist/skills/index.js.map +1 -1
- package/dist/skills/linter.d.ts +36 -0
- package/dist/skills/linter.d.ts.map +1 -0
- package/dist/skills/linter.js +398 -0
- package/dist/skills/linter.js.map +1 -0
- package/dist/skills/loader.d.ts +36 -6
- package/dist/skills/loader.d.ts.map +1 -1
- package/dist/skills/loader.js +169 -86
- package/dist/skills/loader.js.map +1 -1
- package/dist/skills/package-contract.d.ts +45 -0
- package/dist/skills/package-contract.d.ts.map +1 -0
- package/dist/skills/package-contract.js +153 -0
- package/dist/skills/package-contract.js.map +1 -0
- package/dist/skills/runtime-activation.d.ts +68 -0
- package/dist/skills/runtime-activation.d.ts.map +1 -0
- package/dist/skills/runtime-activation.js +228 -0
- package/dist/skills/runtime-activation.js.map +1 -0
- package/dist/skills/service-client.d.ts.map +1 -1
- package/dist/skills/service-client.js +3 -4
- package/dist/skills/service-client.js.map +1 -1
- package/dist/skills/tool.d.ts.map +1 -1
- package/dist/skills/tool.js +2 -0
- package/dist/skills/tool.js.map +1 -1
- package/dist/skills/types.d.ts +14 -0
- package/dist/skills/types.d.ts.map +1 -1
- package/dist/skills/types.js.map +1 -1
- package/dist/telemetry/agent-operating-plane-context.d.ts +24 -0
- package/dist/telemetry/agent-operating-plane-context.d.ts.map +1 -0
- package/dist/telemetry/agent-operating-plane-context.js +54 -0
- package/dist/telemetry/agent-operating-plane-context.js.map +1 -0
- package/dist/telemetry/beacon.d.ts +24 -0
- package/dist/telemetry/beacon.d.ts.map +1 -0
- package/dist/telemetry/beacon.js +115 -0
- package/dist/telemetry/beacon.js.map +1 -0
- package/dist/telemetry/cli-command-aggregator.d.ts +36 -0
- package/dist/telemetry/cli-command-aggregator.d.ts.map +1 -0
- package/dist/telemetry/cli-command-aggregator.js +251 -0
- package/dist/telemetry/cli-command-aggregator.js.map +1 -0
- package/dist/telemetry/cli-startup.d.ts +21 -0
- package/dist/telemetry/cli-startup.d.ts.map +1 -0
- package/dist/telemetry/cli-startup.js +83 -0
- package/dist/telemetry/cli-startup.js.map +1 -0
- package/dist/telemetry/disablement.d.ts +13 -0
- package/dist/telemetry/disablement.d.ts.map +1 -0
- package/dist/telemetry/disablement.js +19 -0
- package/dist/telemetry/disablement.js.map +1 -0
- package/dist/telemetry/index.d.ts +6 -2
- package/dist/telemetry/index.d.ts.map +1 -1
- package/dist/telemetry/index.js +6 -2
- package/dist/telemetry/index.js.map +1 -1
- package/dist/telemetry/maestro-event-bus.d.ts +52 -0
- package/dist/telemetry/maestro-event-bus.d.ts.map +1 -1
- package/dist/telemetry/maestro-event-bus.js +179 -3
- package/dist/telemetry/maestro-event-bus.js.map +1 -1
- package/dist/telemetry/maestro-event-catalog.d.ts +3 -1
- package/dist/telemetry/maestro-event-catalog.d.ts.map +1 -1
- package/dist/telemetry/maestro-event-catalog.js +2 -0
- package/dist/telemetry/maestro-event-catalog.js.map +1 -1
- package/dist/telemetry/maestro-platform-replay-fixture.d.ts.map +1 -1
- package/dist/telemetry/maestro-platform-replay-fixture.js +74 -9
- package/dist/telemetry/maestro-platform-replay-fixture.js.map +1 -1
- package/dist/telemetry/maestro-publisher-conformance-fixture.d.ts +1 -1
- package/dist/telemetry/maestro-publisher-conformance-fixture.d.ts.map +1 -1
- package/dist/telemetry/maestro-publisher-conformance-fixture.js +46 -11
- package/dist/telemetry/maestro-publisher-conformance-fixture.js.map +1 -1
- package/dist/telemetry/mcp-beacon.d.ts +20 -0
- package/dist/telemetry/mcp-beacon.d.ts.map +1 -0
- package/dist/telemetry/mcp-beacon.js +54 -0
- package/dist/telemetry/mcp-beacon.js.map +1 -0
- package/dist/telemetry/metadata-normalization.d.ts +7 -0
- package/dist/telemetry/metadata-normalization.d.ts.map +1 -0
- package/dist/telemetry/metadata-normalization.js +189 -0
- package/dist/telemetry/metadata-normalization.js.map +1 -0
- package/dist/telemetry/meter-service-client.d.ts.map +1 -1
- package/dist/telemetry/meter-service-client.js +5 -10
- package/dist/telemetry/meter-service-client.js.map +1 -1
- package/dist/telemetry/metrics.d.ts +123 -0
- package/dist/telemetry/metrics.d.ts.map +1 -0
- package/dist/telemetry/metrics.js +184 -0
- package/dist/telemetry/metrics.js.map +1 -0
- package/dist/telemetry/turn-tracker.d.ts +1 -0
- package/dist/telemetry/turn-tracker.d.ts.map +1 -1
- package/dist/telemetry/turn-tracker.js +22 -1
- package/dist/telemetry/turn-tracker.js.map +1 -1
- package/dist/telemetry/wide-events.d.ts +31 -1
- package/dist/telemetry/wide-events.d.ts.map +1 -1
- package/dist/telemetry/wide-events.js +229 -1
- package/dist/telemetry/wide-events.js.map +1 -1
- package/dist/telemetry.d.ts +39 -3
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +160 -3
- package/dist/telemetry.js.map +1 -1
- package/dist/testing/test-verification-hook.d.ts.map +1 -1
- package/dist/testing/test-verification-hook.js +34 -21
- package/dist/testing/test-verification-hook.js.map +1 -1
- package/dist/tools/apply-patch-parser.d.ts +26 -0
- package/dist/tools/apply-patch-parser.d.ts.map +1 -0
- package/dist/tools/apply-patch-parser.js +146 -0
- package/dist/tools/apply-patch-parser.js.map +1 -0
- package/dist/tools/apply-patch.d.ts +42 -0
- package/dist/tools/apply-patch.d.ts.map +1 -0
- package/dist/tools/apply-patch.js +648 -0
- package/dist/tools/apply-patch.js.map +1 -0
- package/dist/tools/ask-user.d.ts +1 -0
- package/dist/tools/ask-user.d.ts.map +1 -1
- package/dist/tools/background/tool-handler.d.ts +1 -0
- package/dist/tools/background/tool-handler.d.ts.map +1 -1
- package/dist/tools/bash.d.ts +1 -0
- package/dist/tools/bash.d.ts.map +1 -1
- package/dist/tools/codesearch.d.ts +1 -0
- package/dist/tools/codesearch.d.ts.map +1 -1
- package/dist/tools/conductor-client.d.ts +1 -0
- package/dist/tools/conductor-client.d.ts.map +1 -1
- package/dist/tools/conductor-client.js +63 -0
- package/dist/tools/conductor-client.js.map +1 -1
- package/dist/tools/diff.d.ts +1 -0
- package/dist/tools/diff.d.ts.map +1 -1
- package/dist/tools/edit.d.ts +1 -0
- package/dist/tools/edit.d.ts.map +1 -1
- package/dist/tools/extract-document.d.ts +1 -0
- package/dist/tools/extract-document.d.ts.map +1 -1
- package/dist/tools/find.d.ts +10 -0
- package/dist/tools/find.d.ts.map +1 -1
- package/dist/tools/find.js +236 -27
- package/dist/tools/find.js.map +1 -1
- package/dist/tools/gh.d.ts +3 -0
- package/dist/tools/gh.d.ts.map +1 -1
- package/dist/tools/index.d.ts +50 -0
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +4 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/list.d.ts +1 -0
- package/dist/tools/list.d.ts.map +1 -1
- package/dist/tools/notebook.d.ts +1 -0
- package/dist/tools/notebook.d.ts.map +1 -1
- package/dist/tools/oracle.d.ts +1 -0
- package/dist/tools/oracle.d.ts.map +1 -1
- package/dist/tools/oracle.js +17 -32
- package/dist/tools/oracle.js.map +1 -1
- package/dist/tools/parallel-execution.d.ts +13 -2
- package/dist/tools/parallel-execution.d.ts.map +1 -1
- package/dist/tools/parallel-execution.js +178 -7
- package/dist/tools/parallel-execution.js.map +1 -1
- package/dist/tools/parallel-ripgrep.d.ts +1 -0
- package/dist/tools/parallel-ripgrep.d.ts.map +1 -1
- package/dist/tools/pipeline.d.ts +4 -0
- package/dist/tools/pipeline.d.ts.map +1 -1
- package/dist/tools/read.d.ts +1 -0
- package/dist/tools/read.d.ts.map +1 -1
- package/dist/tools/search.d.ts +1 -0
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/status.d.ts +1 -0
- package/dist/tools/status.d.ts.map +1 -1
- package/dist/tools/todo.d.ts +1 -0
- package/dist/tools/todo.d.ts.map +1 -1
- package/dist/tools/tool-dsl.d.ts +5 -1
- package/dist/tools/tool-dsl.d.ts.map +1 -1
- package/dist/tools/tool-dsl.js +1 -0
- package/dist/tools/tool-dsl.js.map +1 -1
- package/dist/tools/tool-result-cache.d.ts.map +1 -1
- package/dist/tools/tool-result-cache.js +1 -0
- package/dist/tools/tool-result-cache.js.map +1 -1
- package/dist/tools/typebox-tool.d.ts.map +1 -1
- package/dist/tools/typebox-tool.js +3 -0
- package/dist/tools/typebox-tool.js.map +1 -1
- package/dist/tools/webfetch.d.ts +1 -0
- package/dist/tools/webfetch.d.ts.map +1 -1
- package/dist/tools/websearch.d.ts +1 -0
- package/dist/tools/websearch.d.ts.map +1 -1
- package/dist/tools/write.d.ts +1 -0
- package/dist/tools/write.d.ts.map +1 -1
- package/dist/utils/abort-error.d.ts +2 -0
- package/dist/utils/abort-error.d.ts.map +1 -0
- package/dist/utils/abort-error.js +7 -0
- package/dist/utils/abort-error.js.map +1 -0
- package/dist/utils/downstream.d.ts.map +1 -1
- package/dist/utils/downstream.js +4 -0
- package/dist/utils/downstream.js.map +1 -1
- package/dist/utils/logger.d.ts +3 -0
- package/dist/utils/logger.d.ts.map +1 -1
- package/dist/utils/logger.js +14 -3
- package/dist/utils/logger.js.map +1 -1
- package/dist/utils/path-containment.d.ts +2 -0
- package/dist/utils/path-containment.d.ts.map +1 -0
- package/dist/utils/path-containment.js +14 -0
- package/dist/utils/path-containment.js.map +1 -0
- package/dist/utils/prompt-safe-text.d.ts +7 -0
- package/dist/utils/prompt-safe-text.d.ts.map +1 -0
- package/dist/utils/prompt-safe-text.js +44 -0
- package/dist/utils/prompt-safe-text.js.map +1 -0
- package/dist/version.json +2 -2
- package/dist/web-server.d.ts.map +1 -1
- package/dist/web-server.js +32 -7
- package/dist/web-server.js.map +1 -1
- package/dist/workspace/root-resolver.d.ts +4 -1
- package/dist/workspace/root-resolver.d.ts.map +1 -1
- package/dist/workspace/root-resolver.js +16 -6
- package/dist/workspace/root-resolver.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/advisor-effort.d.ts +8 -0
- package/node_modules/@evalops/contracts/dist/advisor-effort.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/advisor-effort.js +35 -0
- package/node_modules/@evalops/contracts/dist/advisor-effort.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/delegation-prompt.d.ts +10 -0
- package/node_modules/@evalops/contracts/dist/delegation-prompt.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/delegation-prompt.js +48 -0
- package/node_modules/@evalops/contracts/dist/delegation-prompt.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/guarded-files-settings.d.ts +20 -0
- package/node_modules/@evalops/contracts/dist/guarded-files-settings.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/guarded-files-settings.js +147 -0
- package/node_modules/@evalops/contracts/dist/guarded-files-settings.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/headless-protocol-generated.d.ts +2 -0
- package/node_modules/@evalops/contracts/dist/headless-protocol-generated.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/headless-protocol-generated.js +1 -0
- package/node_modules/@evalops/contracts/dist/headless-protocol-generated.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts +280 -5
- package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js +36 -1
- package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/index.d.ts +15 -1
- package/node_modules/@evalops/contracts/dist/index.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/index.js +6 -0
- package/node_modules/@evalops/contracts/dist/index.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/maestro-app-server.d.ts +593 -0
- package/node_modules/@evalops/contracts/dist/maestro-app-server.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/maestro-app-server.js +218 -0
- package/node_modules/@evalops/contracts/dist/maestro-app-server.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts +91 -0
- package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js +92 -61
- package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts +3 -0
- package/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/runtime-constraints.d.ts +28 -0
- package/node_modules/@evalops/contracts/dist/runtime-constraints.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/runtime-constraints.js +71 -0
- package/node_modules/@evalops/contracts/dist/runtime-constraints.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts +7 -0
- package/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/runtime-server-request.js +2 -0
- package/node_modules/@evalops/contracts/dist/runtime-server-request.js.map +1 -1
- package/node_modules/@evalops/contracts/dist/scenario.d.ts +191 -0
- package/node_modules/@evalops/contracts/dist/scenario.d.ts.map +1 -0
- package/node_modules/@evalops/contracts/dist/scenario.js +4 -0
- package/node_modules/@evalops/contracts/dist/scenario.js.map +1 -0
- package/node_modules/@evalops/contracts/dist/schemas.d.ts +17 -3
- package/node_modules/@evalops/contracts/dist/schemas.d.ts.map +1 -1
- package/node_modules/@evalops/contracts/dist/schemas.js +16 -0
- package/node_modules/@evalops/contracts/dist/schemas.js.map +1 -1
- package/node_modules/@evalops/contracts/package.json +1 -1
- package/node_modules/@evalops/tui/package.json +1 -1
- package/package.json +41 -7
- package/skills/incident-triage/SKILL.md +40 -0
- package/skills/incident-triage/mcp.json +14 -0
- package/skills/incident-triage/reference/triage.md +20 -0
- package/skills/incident-triage/toolbox/incident-timeline +22 -0
- package/skills/incident-triage/toolbox/incident-timeline.cmd +16 -0
- package/skills/pr-review/SKILL.md +40 -0
- package/skills/pr-review/mcp.json +14 -0
- package/skills/pr-review/reference/rubric.md +20 -0
- package/skills/pr-review/toolbox/review-summary +20 -0
- package/skills/pr-review/toolbox/review-summary.cmd +14 -0
- package/skills/release-verification/SKILL.md +40 -0
- package/skills/release-verification/mcp.json +15 -0
- package/skills/release-verification/reference/checklist.md +21 -0
- package/skills/release-verification/toolbox/release-readiness +18 -0
- package/skills/release-verification/toolbox/release-readiness.cmd +12 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"headless-protocol-schemas.generated.d.ts","sourceRoot":"","sources":["../src/headless-protocol-schemas.generated.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,KAAK,MAAM,EAAQ,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"headless-protocol-schemas.generated.d.ts","sourceRoot":"","sources":["../src/headless-protocol-schemas.generated.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,KAAK,MAAM,EAAQ,MAAM,mBAAmB,CAAC;AAoBtD,eAAO,MAAM,wBAAwB;;;EAMpC,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;EAe5C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;;EAgB5C,CAAC;AAEF,eAAO,MAAM,iCAAiC,oIAG7C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;EAO5C,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;EAMrC,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;EAOtC,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;IAGrC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;EAYtC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;EASrC,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;EAOvC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;EAK1C,CAAC;AAEF,eAAO,MAAM,iCAAiC;;;;;;;;;EAQ7C,CAAC;AAEF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;EAQjD,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;EAetD,CAAC;AAEF,eAAO,MAAM,wCAAwC;;;;;;;;;;;EAkBpD,CAAC;AAEF,eAAO,MAAM,4CAA4C;;;;EAOxD,CAAC;AAEF,eAAO,MAAM,wCAAwC;;;;;EAQpD,CAAC;AAEF,eAAO,MAAM,yCAAyC;;;;;EAQrD,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;;;;EASlD,CAAC;AAEF,eAAO,MAAM,oCAAoC;;;;;;;EAUhD,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;;;;;EAUtD,CAAC;AAEF,eAAO,MAAM,yCAAyC;;;EAMrD,CAAC;AAEF,eAAO,MAAM,2BAA2B;;EAKvC,CAAC;AAEF,eAAO,MAAM,6BAA6B;;EAKzC,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkBtC,CAAC;AAEX,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;EAiBxC,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;EAUtC,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;EAM9C,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;EAQ9C,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;EAY1C,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;EAQtC,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;EAU5C,CAAC;AAEF,eAAO,MAAM,6BAA6B;;;;;;;EAUzC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;EAM1C,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;EAO3C,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;EAaxC,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;;;;EASlD,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;EAgB9C,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;;;;;;;;EAatD,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;EAO9C,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;;;;;;;;;EActD,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;;;EAQtD,CAAC;AAEF,eAAO,MAAM,yCAAyC;;;;;EAQrD,CAAC;AAEF,eAAO,MAAM,yCAAyC;;;;;;;EAUrD,CAAC;AAEF,eAAO,MAAM,oCAAoC;;;EAMhD,CAAC;AAEF,eAAO,MAAM,6CAA6C;;;;;;;;;;EAUzD,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;;;;;;;;;EActD,CAAC;AAEF,eAAO,MAAM,4CAA4C;;;;;;;;EAWxD,CAAC;AAEF,eAAO,MAAM,0CAA0C;;;;;;;;EAWtD,CAAC;AAEF,eAAO,MAAM,4CAA4C;;;;EAOxD,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;EAStC,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;EAMvC,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;EAW3C,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;;EAQ5C,CAAC;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;EAgBzC,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB/C,CAAC;AAEF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BxC,CAAC;AAEX,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkBvC,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAC/C,OAAO,4BAA4B,CACnC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4BzC,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,MAAM,CACjD,OAAO,8BAA8B,CACrC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;EAa1C,CAAC;AAEF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;EAsB7C,CAAC;AAEF,eAAO,MAAM,6BAA6B;;;;EAOzC,CAAC;AAEF,eAAO,MAAM,yCAAyC;;;;;;;;;EAYrD,CAAC;AAEF,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;EAQhD,CAAC;AAEF,eAAO,MAAM,uCAAuC;;;;;;;;;;;EAcnD,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;EAU9C,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDtC,CAAC;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASzC,CAAC;AAEF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMjD,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO9C,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;EAMlD,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW9C,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAK9C,CAAC;AAEH,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcrD,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;;;;EASlD,CAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit manually; update `headless-protocol-payloads.manifest.json` instead.
|
|
4
4
|
*/
|
|
5
5
|
import { Type } from "@sinclair/typebox";
|
|
6
|
-
import { headlessApprovalModes, headlessConnectionRoles, headlessErrorTypes, headlessNotificationTypes, headlessServerRequestResolutions, headlessServerRequestResolvedBy, headlessServerRequestTypes, headlessThinkingLevels, headlessToolRetryDecisionActions, headlessUtilityCommandShellModes, headlessUtilityCommandStreams, headlessUtilityCommandTerminalModes, headlessUtilityFileWatchChangeTypes, headlessUtilityOperations, } from "./headless-protocol-generated.js";
|
|
6
|
+
import { headlessApprovalModes, headlessConnectionRoles, headlessErrorTypes, headlessExecutorTypes, headlessNotificationTypes, headlessServerRequestResolutions, headlessServerRequestResolvedBy, headlessServerRequestTypes, headlessThinkingLevels, headlessToolRetryDecisionActions, headlessUtilityCommandShellModes, headlessUtilityCommandStreams, headlessUtilityCommandTerminalModes, headlessUtilityFileWatchChangeTypes, headlessUtilityOperations, } from "./headless-protocol-generated.js";
|
|
7
7
|
import { stringLiteralUnion } from "./typebox-utils.js";
|
|
8
8
|
export const HeadlessClientInfoSchema = Type.Object({
|
|
9
9
|
name: Type.String(),
|
|
@@ -18,6 +18,14 @@ export const HeadlessClientCapabilitiesSchema = Type.Object({
|
|
|
18
18
|
})),
|
|
19
19
|
raw_agent_events: Type.Optional(Type.Boolean()),
|
|
20
20
|
}, { additionalProperties: false });
|
|
21
|
+
export const HeadlessServerCapabilitiesSchema = Type.Object({
|
|
22
|
+
server_requests: Type.Array(stringLiteralUnion(headlessServerRequestTypes), { uniqueItems: true }),
|
|
23
|
+
utility_operations: Type.Array(stringLiteralUnion(headlessUtilityOperations), { uniqueItems: true }),
|
|
24
|
+
raw_agent_events: Type.Boolean(),
|
|
25
|
+
connection_roles: Type.Array(stringLiteralUnion(headlessConnectionRoles), {
|
|
26
|
+
uniqueItems: true,
|
|
27
|
+
}),
|
|
28
|
+
}, { additionalProperties: false });
|
|
21
29
|
export const HeadlessOptOutNotificationsSchema = Type.Array(stringLiteralUnion(headlessNotificationTypes), { uniqueItems: true });
|
|
22
30
|
export const HeadlessToolResponseResultSchema = Type.Object({
|
|
23
31
|
success: Type.Boolean(),
|
|
@@ -171,6 +179,7 @@ export const HeadlessHelloOkMessageSchema = Type.Object({
|
|
|
171
179
|
client_protocol_version: Type.Optional(Type.String()),
|
|
172
180
|
client_info: Type.Optional(HeadlessClientInfoSchema),
|
|
173
181
|
capabilities: Type.Optional(HeadlessClientCapabilitiesSchema),
|
|
182
|
+
server_capabilities: Type.Optional(HeadlessServerCapabilitiesSchema),
|
|
174
183
|
opt_out_notifications: Type.Optional(HeadlessOptOutNotificationsSchema),
|
|
175
184
|
role: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),
|
|
176
185
|
controller_connection_id: Type.Optional(Type.Union([Type.String(), Type.Null()])),
|
|
@@ -182,6 +191,7 @@ export const HeadlessReadyMessageSchema = Type.Object({
|
|
|
182
191
|
model: Type.String(),
|
|
183
192
|
provider: Type.String(),
|
|
184
193
|
session_id: Type.Union([Type.String(), Type.Null()]),
|
|
194
|
+
executor_type: Type.Optional(stringLiteralUnion(headlessExecutorTypes)),
|
|
185
195
|
}, { additionalProperties: false });
|
|
186
196
|
export const HeadlessResponseStartMessageSchema = Type.Object({
|
|
187
197
|
type: Type.Literal("response_start"),
|
|
@@ -220,6 +230,7 @@ export const HeadlessResponseEndMessageSchema = Type.Object({
|
|
|
220
230
|
export const HeadlessToolCallMessageSchema = Type.Object({
|
|
221
231
|
type: Type.Literal("tool_call"),
|
|
222
232
|
call_id: Type.String(),
|
|
233
|
+
tool_execution_id: Type.Optional(Type.String()),
|
|
223
234
|
tool: Type.String(),
|
|
224
235
|
args: Type.Unknown(),
|
|
225
236
|
requires_approval: Type.Boolean(),
|
|
@@ -236,7 +247,10 @@ export const HeadlessToolOutputMessageSchema = Type.Object({
|
|
|
236
247
|
export const HeadlessToolEndMessageSchema = Type.Object({
|
|
237
248
|
type: Type.Literal("tool_end"),
|
|
238
249
|
call_id: Type.String(),
|
|
250
|
+
tool_execution_id: Type.Optional(Type.String()),
|
|
239
251
|
success: Type.Boolean(),
|
|
252
|
+
tool: Type.Optional(Type.String()),
|
|
253
|
+
details: Type.Optional(Type.Unknown()),
|
|
240
254
|
error_code: Type.Optional(Type.String()),
|
|
241
255
|
approval_request_id: Type.Optional(Type.String()),
|
|
242
256
|
governed_outcome: Type.Optional(Type.String()),
|
|
@@ -244,6 +258,7 @@ export const HeadlessToolEndMessageSchema = Type.Object({
|
|
|
244
258
|
export const HeadlessClientToolRequestMessageSchema = Type.Object({
|
|
245
259
|
type: Type.Literal("client_tool_request"),
|
|
246
260
|
call_id: Type.String(),
|
|
261
|
+
tool_execution_id: Type.Optional(Type.String()),
|
|
247
262
|
tool: Type.String(),
|
|
248
263
|
args: Type.Unknown(),
|
|
249
264
|
}, { additionalProperties: false });
|
|
@@ -252,12 +267,14 @@ export const HeadlessServerRequestMessageSchema = Type.Object({
|
|
|
252
267
|
request_id: Type.String(),
|
|
253
268
|
request_type: stringLiteralUnion(headlessServerRequestTypes),
|
|
254
269
|
call_id: Type.String(),
|
|
270
|
+
tool_execution_id: Type.Optional(Type.String()),
|
|
255
271
|
tool: Type.String(),
|
|
256
272
|
display_name: Type.Optional(Type.String()),
|
|
257
273
|
summary_label: Type.Optional(Type.String()),
|
|
258
274
|
action_description: Type.Optional(Type.String()),
|
|
259
275
|
args: Type.Unknown(),
|
|
260
276
|
reason: Type.String(),
|
|
277
|
+
started_at_ms: Type.Optional(Type.Number()),
|
|
261
278
|
}, { additionalProperties: false });
|
|
262
279
|
export const HeadlessServerRequestResolvedMessageSchema = Type.Object({
|
|
263
280
|
type: Type.Literal("server_request_resolved"),
|
|
@@ -267,6 +284,8 @@ export const HeadlessServerRequestResolvedMessageSchema = Type.Object({
|
|
|
267
284
|
resolution: stringLiteralUnion(headlessServerRequestResolutions),
|
|
268
285
|
reason: Type.Optional(Type.String()),
|
|
269
286
|
resolved_by: stringLiteralUnion(headlessServerRequestResolvedBy),
|
|
287
|
+
started_at_ms: Type.Optional(Type.Number()),
|
|
288
|
+
resolved_at_ms: Type.Optional(Type.Number()),
|
|
270
289
|
}, { additionalProperties: false });
|
|
271
290
|
export const HeadlessRawAgentEventMessageSchema = Type.Object({
|
|
272
291
|
type: Type.Literal("raw_agent_event"),
|
|
@@ -482,12 +501,14 @@ export const HeadlessFromAgentMessageSchema = Type.Union([
|
|
|
482
501
|
]);
|
|
483
502
|
export const HeadlessPendingToolStateSchema = Type.Object({
|
|
484
503
|
call_id: Type.String(),
|
|
504
|
+
tool_execution_id: Type.Optional(Type.String()),
|
|
485
505
|
request_id: Type.Optional(Type.String()),
|
|
486
506
|
tool: Type.String(),
|
|
487
507
|
display_name: Type.Optional(Type.String()),
|
|
488
508
|
summary_label: Type.Optional(Type.String()),
|
|
489
509
|
action_description: Type.Optional(Type.String()),
|
|
490
510
|
args: Type.Unknown(),
|
|
511
|
+
started_at_ms: Type.Optional(Type.Number()),
|
|
491
512
|
}, { additionalProperties: false });
|
|
492
513
|
export const HeadlessPendingRequestStateSchema = Type.Object({
|
|
493
514
|
id: Type.String(),
|
|
@@ -497,6 +518,7 @@ export const HeadlessPendingRequestStateSchema = Type.Object({
|
|
|
497
518
|
session_id: Type.Optional(Type.Union([Type.String(), Type.Null()])),
|
|
498
519
|
tool_call_id: Type.String(),
|
|
499
520
|
call_id: Type.String(),
|
|
521
|
+
tool_execution_id: Type.Optional(Type.String()),
|
|
500
522
|
request_id: Type.Optional(Type.String()),
|
|
501
523
|
tool_name: Type.String(),
|
|
502
524
|
tool: Type.String(),
|
|
@@ -504,6 +526,7 @@ export const HeadlessPendingRequestStateSchema = Type.Object({
|
|
|
504
526
|
summary_label: Type.Optional(Type.String()),
|
|
505
527
|
action_description: Type.Optional(Type.String()),
|
|
506
528
|
args: Type.Unknown(),
|
|
529
|
+
started_at_ms: Type.Optional(Type.Number()),
|
|
507
530
|
source: Type.Union([Type.Literal("local"), Type.Literal("platform")]),
|
|
508
531
|
platform: Type.Optional(Type.Unknown()),
|
|
509
532
|
}, { additionalProperties: false });
|
|
@@ -512,6 +535,16 @@ export const HeadlessActiveToolStateSchema = Type.Object({
|
|
|
512
535
|
tool: Type.String(),
|
|
513
536
|
output: Type.String(),
|
|
514
537
|
}, { additionalProperties: false });
|
|
538
|
+
export const HeadlessCodexSubagentContinuityEdgeSchema = Type.Object({
|
|
539
|
+
spawn_tool_call_id: Type.Optional(Type.String()),
|
|
540
|
+
spawn_tool_execution_id: Type.Optional(Type.String()),
|
|
541
|
+
wait_tool_call_id: Type.Optional(Type.String()),
|
|
542
|
+
wait_tool_execution_id: Type.Optional(Type.String()),
|
|
543
|
+
child_run_id: Type.Optional(Type.String()),
|
|
544
|
+
thread_id: Type.Optional(Type.String()),
|
|
545
|
+
operation: Type.String(),
|
|
546
|
+
status: Type.String(),
|
|
547
|
+
}, { additionalProperties: false });
|
|
515
548
|
export const HeadlessStreamingResponseStateSchema = Type.Object({
|
|
516
549
|
response_id: Type.String(),
|
|
517
550
|
text: Type.String(),
|
|
@@ -552,6 +585,7 @@ export const HeadlessRuntimeStateSchema = Type.Object({
|
|
|
552
585
|
connections: Type.Array(HeadlessConnectionStateSchema),
|
|
553
586
|
model: Type.Optional(Type.String()),
|
|
554
587
|
provider: Type.Optional(Type.String()),
|
|
588
|
+
executor_type: Type.Optional(stringLiteralUnion(headlessExecutorTypes)),
|
|
555
589
|
session_id: Type.Optional(Type.Union([Type.String(), Type.Null()])),
|
|
556
590
|
cwd: Type.Optional(Type.String()),
|
|
557
591
|
git_branch: Type.Optional(Type.Union([Type.String(), Type.Null()])),
|
|
@@ -566,6 +600,7 @@ export const HeadlessRuntimeStateSchema = Type.Object({
|
|
|
566
600
|
active_utility_commands: Type.Array(HeadlessActiveUtilityCommandStateSchema),
|
|
567
601
|
active_file_watches: Type.Array(HeadlessActiveFileWatchStateSchema),
|
|
568
602
|
tracked_tools: Type.Array(HeadlessPendingToolStateSchema),
|
|
603
|
+
codex_subagent_edges: Type.Optional(Type.Array(HeadlessCodexSubagentContinuityEdgeSchema)),
|
|
569
604
|
last_error: Type.Optional(Type.String()),
|
|
570
605
|
last_error_type: Type.Optional(stringLiteralUnion(headlessErrorTypes)),
|
|
571
606
|
last_status: Type.Optional(Type.String()),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"headless-protocol-schemas.generated.js","sourceRoot":"","sources":["../src/headless-protocol-schemas.generated.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Auto-generated by `scripts/headless-protocol-codegen.mjs`.\n * Do not edit manually; update `headless-protocol-payloads.manifest.json` instead.\n */\n\nimport { type Static, Type } from \"@sinclair/typebox\";\nimport {\n\theadlessApprovalModes,\n\theadlessConnectionRoles,\n\theadlessErrorTypes,\n\theadlessNotificationTypes,\n\theadlessServerRequestResolutions,\n\theadlessServerRequestResolvedBy,\n\theadlessServerRequestTypes,\n\theadlessThinkingLevels,\n\theadlessToolRetryDecisionActions,\n\theadlessUtilityCommandShellModes,\n\theadlessUtilityCommandStreams,\n\theadlessUtilityCommandTerminalModes,\n\theadlessUtilityFileWatchChangeTypes,\n\theadlessUtilityOperations,\n} from \"./headless-protocol-generated.js\";\nimport { stringLiteralUnion } from \"./typebox-utils.js\";\n\nexport const HeadlessClientInfoSchema = Type.Object(\n\t{\n\t\tname: Type.String(),\n\t\tversion: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessClientCapabilitiesSchema = Type.Object(\n\t{\n\t\tserver_requests: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessServerRequestTypes), {\n\t\t\t\tuniqueItems: true,\n\t\t\t}),\n\t\t),\n\t\tutility_operations: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessUtilityOperations), {\n\t\t\t\tuniqueItems: true,\n\t\t\t}),\n\t\t),\n\t\traw_agent_events: Type.Optional(Type.Boolean()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessOptOutNotificationsSchema = Type.Array(\n\tstringLiteralUnion(headlessNotificationTypes),\n\t{ uniqueItems: true },\n);\n\nexport const HeadlessToolResponseResultSchema = Type.Object(\n\t{\n\t\tsuccess: Type.Boolean(),\n\t\toutput: Type.String(),\n\t\terror: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessTextContentSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"text\"),\n\t\ttext: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessImageContentSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"image\"),\n\t\tdata: Type.String(),\n\t\tmimeType: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessContentBlockSchema = Type.Union([\n\tHeadlessTextContentSchema,\n\tHeadlessImageContentSchema,\n]);\n\nexport const HeadlessHelloMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"hello\"),\n\t\tprotocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\trole: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),\n\t\topt_out_notifications: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessNotificationTypes)),\n\t\t),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessInitMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"init\"),\n\t\tsystem_prompt: Type.Optional(Type.String()),\n\t\tappend_system_prompt: Type.Optional(Type.String()),\n\t\tthinking_level: Type.Optional(stringLiteralUnion(headlessThinkingLevels)),\n\t\tapproval_mode: Type.Optional(stringLiteralUnion(headlessApprovalModes)),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessPromptMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"prompt\"),\n\t\tcontent: Type.String(),\n\t\tattachments: Type.Optional(Type.Array(Type.String())),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessInterruptMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"interrupt\"),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolResponseMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_response\"),\n\t\tcall_id: Type.String(),\n\t\tapproved: Type.Boolean(),\n\t\tresult: Type.Optional(HeadlessToolResponseResultSchema),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessClientToolResultMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"client_tool_result\"),\n\t\tcall_id: Type.String(),\n\t\tcontent: Type.Array(HeadlessContentBlockSchema),\n\t\tis_error: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessServerRequestResponseMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"server_request_response\"),\n\t\trequest_id: Type.String(),\n\t\trequest_type: stringLiteralUnion(headlessServerRequestTypes),\n\t\tapproved: Type.Optional(Type.Boolean()),\n\t\tresult: Type.Optional(HeadlessToolResponseResultSchema),\n\t\tdecision_action: Type.Optional(\n\t\t\tstringLiteralUnion(headlessToolRetryDecisionActions),\n\t\t),\n\t\treason: Type.Optional(Type.String()),\n\t\tcontent: Type.Optional(Type.Array(HeadlessContentBlockSchema)),\n\t\tis_error: Type.Optional(Type.Boolean()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandStartMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_start\"),\n\t\tcommand_id: Type.String(),\n\t\tcommand: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tenv: Type.Optional(Type.Record(Type.String(), Type.String())),\n\t\tshell_mode: Type.Optional(\n\t\t\tstringLiteralUnion(headlessUtilityCommandShellModes),\n\t\t),\n\t\tterminal_mode: Type.Optional(\n\t\t\tstringLiteralUnion(headlessUtilityCommandTerminalModes),\n\t\t),\n\t\tallow_stdin: Type.Optional(Type.Boolean()),\n\t\tcolumns: Type.Optional(Type.Number()),\n\t\trows: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandTerminateMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_terminate\"),\n\t\tcommand_id: Type.String(),\n\t\tforce: Type.Optional(Type.Boolean()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandStdinMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_stdin\"),\n\t\tcommand_id: Type.String(),\n\t\tcontent: Type.String(),\n\t\teof: Type.Optional(Type.Boolean()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandResizeMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_resize\"),\n\t\tcommand_id: Type.String(),\n\t\tcolumns: Type.Number(),\n\t\trows: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileSearchMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_search\"),\n\t\tsearch_id: Type.String(),\n\t\tquery: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tlimit: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileReadMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_read\"),\n\t\tread_id: Type.String(),\n\t\tpath: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\toffset: Type.Optional(Type.Number()),\n\t\tlimit: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchStartMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_start\"),\n\t\twatch_id: Type.String(),\n\t\troot_dir: Type.Optional(Type.String()),\n\t\tinclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\texclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\tdebounce_ms: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchStopMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_stop\"),\n\t\twatch_id: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessCancelMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"cancel\"),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessShutdownMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"shutdown\"),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const headlessToAgentMessageSchemasByType = {\n\thello: HeadlessHelloMessageSchema,\n\tinit: HeadlessInitMessageSchema,\n\tprompt: HeadlessPromptMessageSchema,\n\tinterrupt: HeadlessInterruptMessageSchema,\n\ttool_response: HeadlessToolResponseMessageSchema,\n\tclient_tool_result: HeadlessClientToolResultMessageSchema,\n\tserver_request_response: HeadlessServerRequestResponseMessageSchema,\n\tutility_command_start: HeadlessUtilityCommandStartMessageSchema,\n\tutility_command_terminate: HeadlessUtilityCommandTerminateMessageSchema,\n\tutility_command_stdin: HeadlessUtilityCommandStdinMessageSchema,\n\tutility_command_resize: HeadlessUtilityCommandResizeMessageSchema,\n\tutility_file_search: HeadlessUtilityFileSearchMessageSchema,\n\tutility_file_read: HeadlessUtilityFileReadMessageSchema,\n\tutility_file_watch_start: HeadlessUtilityFileWatchStartMessageSchema,\n\tutility_file_watch_stop: HeadlessUtilityFileWatchStopMessageSchema,\n\tcancel: HeadlessCancelMessageSchema,\n\tshutdown: HeadlessShutdownMessageSchema,\n} as const;\n\nexport const HeadlessHelloOkMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"hello_ok\"),\n\t\tprotocol_version: Type.String(),\n\t\tconnection_id: Type.Optional(Type.String()),\n\t\tclient_protocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\topt_out_notifications: Type.Optional(HeadlessOptOutNotificationsSchema),\n\t\trole: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),\n\t\tcontroller_connection_id: Type.Optional(\n\t\t\tType.Union([Type.String(), Type.Null()]),\n\t\t),\n\t\tlease_expires_at: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessReadyMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"ready\"),\n\t\tprotocol_version: Type.String(),\n\t\tmodel: Type.String(),\n\t\tprovider: Type.String(),\n\t\tsession_id: Type.Union([Type.String(), Type.Null()]),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessResponseStartMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"response_start\"),\n\t\tresponse_id: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessResponseChunkMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"response_chunk\"),\n\t\tresponse_id: Type.String(),\n\t\tcontent: Type.String(),\n\t\tis_thinking: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessResponseEndUsageSchema = Type.Object(\n\t{\n\t\tinput_tokens: Type.Number(),\n\t\toutput_tokens: Type.Number(),\n\t\tcache_read_tokens: Type.Number(),\n\t\tcache_write_tokens: Type.Number(),\n\t\ttotal_tokens: Type.Number(),\n\t\ttotal_cost_usd: Type.Number(),\n\t\tmodel_id: Type.String(),\n\t\tprovider: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolsSummarySchema = Type.Object(\n\t{\n\t\ttools_used: Type.Array(Type.String()),\n\t\tcalls_succeeded: Type.Number(),\n\t\tcalls_failed: Type.Number(),\n\t\tsummary_labels: Type.Optional(Type.Array(Type.String())),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessResponseEndMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"response_end\"),\n\t\tresponse_id: Type.String(),\n\t\tusage: HeadlessResponseEndUsageSchema,\n\t\ttools_summary: HeadlessToolsSummarySchema,\n\t\tduration_ms: Type.Number(),\n\t\tttft_ms: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolCallMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_call\"),\n\t\tcall_id: Type.String(),\n\t\ttool: Type.String(),\n\t\targs: Type.Unknown(),\n\t\trequires_approval: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolStartMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_start\"),\n\t\tcall_id: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolOutputMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_output\"),\n\t\tcall_id: Type.String(),\n\t\tcontent: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolEndMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_end\"),\n\t\tcall_id: Type.String(),\n\t\tsuccess: Type.Boolean(),\n\t\terror_code: Type.Optional(Type.String()),\n\t\tapproval_request_id: Type.Optional(Type.String()),\n\t\tgoverned_outcome: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessClientToolRequestMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"client_tool_request\"),\n\t\tcall_id: Type.String(),\n\t\ttool: Type.String(),\n\t\targs: Type.Unknown(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessServerRequestMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"server_request\"),\n\t\trequest_id: Type.String(),\n\t\trequest_type: stringLiteralUnion(headlessServerRequestTypes),\n\t\tcall_id: Type.String(),\n\t\ttool: Type.String(),\n\t\tdisplay_name: Type.Optional(Type.String()),\n\t\tsummary_label: Type.Optional(Type.String()),\n\t\taction_description: Type.Optional(Type.String()),\n\t\targs: Type.Unknown(),\n\t\treason: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessServerRequestResolvedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"server_request_resolved\"),\n\t\trequest_id: Type.String(),\n\t\trequest_type: stringLiteralUnion(headlessServerRequestTypes),\n\t\tcall_id: Type.String(),\n\t\tresolution: stringLiteralUnion(headlessServerRequestResolutions),\n\t\treason: Type.Optional(Type.String()),\n\t\tresolved_by: stringLiteralUnion(headlessServerRequestResolvedBy),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRawAgentEventMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"raw_agent_event\"),\n\t\tevent_type: Type.String(),\n\t\tevent: Type.Unknown(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandStartedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_started\"),\n\t\tcommand_id: Type.String(),\n\t\tcommand: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tshell_mode: stringLiteralUnion(headlessUtilityCommandShellModes),\n\t\tterminal_mode: stringLiteralUnion(headlessUtilityCommandTerminalModes),\n\t\tpid: Type.Optional(Type.Number()),\n\t\tcolumns: Type.Optional(Type.Number()),\n\t\trows: Type.Optional(Type.Number()),\n\t\towner_connection_id: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandResizedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_resized\"),\n\t\tcommand_id: Type.String(),\n\t\tcolumns: Type.Number(),\n\t\trows: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandOutputMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_output\"),\n\t\tcommand_id: Type.String(),\n\t\tstream: stringLiteralUnion(headlessUtilityCommandStreams),\n\t\tcontent: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandExitedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_exited\"),\n\t\tcommand_id: Type.String(),\n\t\tsuccess: Type.Boolean(),\n\t\texit_code: Type.Optional(Type.Union([Type.Number(), Type.Null()])),\n\t\tsignal: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\treason: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileSearchMatchSchema = Type.Object(\n\t{\n\t\tpath: Type.String(),\n\t\tscore: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileSearchResultsMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_search_results\"),\n\t\tsearch_id: Type.String(),\n\t\tquery: Type.String(),\n\t\tcwd: Type.String(),\n\t\tresults: Type.Array(HeadlessUtilityFileSearchMatchSchema),\n\t\ttruncated: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileReadResultMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_read_result\"),\n\t\tread_id: Type.String(),\n\t\tpath: Type.String(),\n\t\trelative_path: Type.String(),\n\t\tcwd: Type.String(),\n\t\tcontent: Type.String(),\n\t\tstart_line: Type.Number(),\n\t\tend_line: Type.Number(),\n\t\ttotal_lines: Type.Number(),\n\t\ttruncated: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchStartedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_started\"),\n\t\twatch_id: Type.String(),\n\t\troot_dir: Type.String(),\n\t\tinclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\texclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\tdebounce_ms: Type.Number(),\n\t\towner_connection_id: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchEventMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_event\"),\n\t\twatch_id: Type.String(),\n\t\tchange_type: stringLiteralUnion(headlessUtilityFileWatchChangeTypes),\n\t\tpath: Type.String(),\n\t\trelative_path: Type.String(),\n\t\ttimestamp: Type.Number(),\n\t\tis_directory: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchStoppedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_stopped\"),\n\t\twatch_id: Type.String(),\n\t\treason: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessErrorMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"error\"),\n\t\trequest_id: Type.Optional(Type.String()),\n\t\tmessage: Type.String(),\n\t\tfatal: Type.Boolean(),\n\t\terror_type: stringLiteralUnion(headlessErrorTypes),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessStatusMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"status\"),\n\t\tmessage: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessCompactionMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"compaction\"),\n\t\tsummary: Type.String(),\n\t\tfirst_kept_entry_index: Type.Number(),\n\t\ttokens_before: Type.Number(),\n\t\tauto: Type.Boolean(),\n\t\tcustom_instructions: Type.Optional(Type.String()),\n\t\ttimestamp: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessSessionInfoMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"session_info\"),\n\t\tsession_id: Type.Union([Type.String(), Type.Null()]),\n\t\tcwd: Type.String(),\n\t\tgit_branch: Type.Union([Type.String(), Type.Null()]),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessConnectionStateSchema = Type.Object(\n\t{\n\t\tconnection_id: Type.String(),\n\t\trole: stringLiteralUnion(headlessConnectionRoles),\n\t\tclient_protocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\topt_out_notifications: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessNotificationTypes)),\n\t\t),\n\t\tsubscription_count: Type.Number(),\n\t\tattached_subscription_count: Type.Number(),\n\t\tcontroller_lease_granted: Type.Boolean(),\n\t\tlease_expires_at: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessConnectionInfoMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"connection_info\"),\n\t\tconnection_id: Type.Optional(Type.String()),\n\t\tclient_protocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\topt_out_notifications: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessNotificationTypes)),\n\t\t),\n\t\trole: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),\n\t\tconnection_count: Type.Optional(Type.Number()),\n\t\tcontroller_connection_id: Type.Optional(\n\t\t\tType.Union([Type.String(), Type.Null()]),\n\t\t),\n\t\tlease_expires_at: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\tconnections: Type.Optional(Type.Array(HeadlessConnectionStateSchema)),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const headlessFromAgentMessageSchemasByType = {\n\thello_ok: HeadlessHelloOkMessageSchema,\n\tready: HeadlessReadyMessageSchema,\n\tresponse_start: HeadlessResponseStartMessageSchema,\n\tresponse_chunk: HeadlessResponseChunkMessageSchema,\n\tresponse_end: HeadlessResponseEndMessageSchema,\n\ttool_call: HeadlessToolCallMessageSchema,\n\ttool_start: HeadlessToolStartMessageSchema,\n\ttool_output: HeadlessToolOutputMessageSchema,\n\ttool_end: HeadlessToolEndMessageSchema,\n\tclient_tool_request: HeadlessClientToolRequestMessageSchema,\n\tserver_request: HeadlessServerRequestMessageSchema,\n\tserver_request_resolved: HeadlessServerRequestResolvedMessageSchema,\n\traw_agent_event: HeadlessRawAgentEventMessageSchema,\n\tutility_command_started: HeadlessUtilityCommandStartedMessageSchema,\n\tutility_command_resized: HeadlessUtilityCommandResizedMessageSchema,\n\tutility_command_output: HeadlessUtilityCommandOutputMessageSchema,\n\tutility_command_exited: HeadlessUtilityCommandExitedMessageSchema,\n\tutility_file_search_results: HeadlessUtilityFileSearchResultsMessageSchema,\n\tutility_file_read_result: HeadlessUtilityFileReadResultMessageSchema,\n\tutility_file_watch_started: HeadlessUtilityFileWatchStartedMessageSchema,\n\tutility_file_watch_event: HeadlessUtilityFileWatchEventMessageSchema,\n\tutility_file_watch_stopped: HeadlessUtilityFileWatchStoppedMessageSchema,\n\terror: HeadlessErrorMessageSchema,\n\tstatus: HeadlessStatusMessageSchema,\n\tcompaction: HeadlessCompactionMessageSchema,\n\tsession_info: HeadlessSessionInfoMessageSchema,\n\tconnection_info: HeadlessConnectionInfoMessageSchema,\n} as const;\n\nexport const HeadlessToAgentMessageSchema = Type.Union([\n\tHeadlessHelloMessageSchema,\n\tHeadlessInitMessageSchema,\n\tHeadlessPromptMessageSchema,\n\tHeadlessInterruptMessageSchema,\n\tHeadlessToolResponseMessageSchema,\n\tHeadlessClientToolResultMessageSchema,\n\tHeadlessServerRequestResponseMessageSchema,\n\tHeadlessUtilityCommandStartMessageSchema,\n\tHeadlessUtilityCommandTerminateMessageSchema,\n\tHeadlessUtilityCommandStdinMessageSchema,\n\tHeadlessUtilityCommandResizeMessageSchema,\n\tHeadlessUtilityFileSearchMessageSchema,\n\tHeadlessUtilityFileReadMessageSchema,\n\tHeadlessUtilityFileWatchStartMessageSchema,\n\tHeadlessUtilityFileWatchStopMessageSchema,\n\tHeadlessCancelMessageSchema,\n\tHeadlessShutdownMessageSchema,\n]);\n\nexport type HeadlessToAgentMessageInput = Static<\n\ttypeof HeadlessToAgentMessageSchema\n>;\n\nexport const HeadlessFromAgentMessageSchema = Type.Union([\n\tHeadlessHelloOkMessageSchema,\n\tHeadlessReadyMessageSchema,\n\tHeadlessResponseStartMessageSchema,\n\tHeadlessResponseChunkMessageSchema,\n\tHeadlessResponseEndMessageSchema,\n\tHeadlessToolCallMessageSchema,\n\tHeadlessToolStartMessageSchema,\n\tHeadlessToolOutputMessageSchema,\n\tHeadlessToolEndMessageSchema,\n\tHeadlessClientToolRequestMessageSchema,\n\tHeadlessServerRequestMessageSchema,\n\tHeadlessServerRequestResolvedMessageSchema,\n\tHeadlessRawAgentEventMessageSchema,\n\tHeadlessUtilityCommandStartedMessageSchema,\n\tHeadlessUtilityCommandResizedMessageSchema,\n\tHeadlessUtilityCommandOutputMessageSchema,\n\tHeadlessUtilityCommandExitedMessageSchema,\n\tHeadlessUtilityFileSearchResultsMessageSchema,\n\tHeadlessUtilityFileReadResultMessageSchema,\n\tHeadlessUtilityFileWatchStartedMessageSchema,\n\tHeadlessUtilityFileWatchEventMessageSchema,\n\tHeadlessUtilityFileWatchStoppedMessageSchema,\n\tHeadlessErrorMessageSchema,\n\tHeadlessStatusMessageSchema,\n\tHeadlessCompactionMessageSchema,\n\tHeadlessSessionInfoMessageSchema,\n\tHeadlessConnectionInfoMessageSchema,\n]);\n\nexport type HeadlessFromAgentMessageInput = Static<\n\ttypeof HeadlessFromAgentMessageSchema\n>;\n\nexport const HeadlessPendingToolStateSchema = Type.Object(\n\t{\n\t\tcall_id: Type.String(),\n\t\trequest_id: Type.Optional(Type.String()),\n\t\ttool: Type.String(),\n\t\tdisplay_name: Type.Optional(Type.String()),\n\t\tsummary_label: Type.Optional(Type.String()),\n\t\taction_description: Type.Optional(Type.String()),\n\t\targs: Type.Unknown(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessPendingRequestStateSchema = Type.Object(\n\t{\n\t\tid: Type.String(),\n\t\tkind: stringLiteralUnion(headlessServerRequestTypes),\n\t\tstatus: Type.Literal(\"pending\"),\n\t\tvisibility: Type.Literal(\"user\"),\n\t\tsession_id: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\ttool_call_id: Type.String(),\n\t\tcall_id: Type.String(),\n\t\trequest_id: Type.Optional(Type.String()),\n\t\ttool_name: Type.String(),\n\t\ttool: Type.String(),\n\t\tdisplay_name: Type.Optional(Type.String()),\n\t\tsummary_label: Type.Optional(Type.String()),\n\t\taction_description: Type.Optional(Type.String()),\n\t\targs: Type.Unknown(),\n\t\tsource: Type.Union([Type.Literal(\"local\"), Type.Literal(\"platform\")]),\n\t\tplatform: Type.Optional(Type.Unknown()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessActiveToolStateSchema = Type.Object(\n\t{\n\t\tcall_id: Type.String(),\n\t\ttool: Type.String(),\n\t\toutput: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessStreamingResponseStateSchema = Type.Object(\n\t{\n\t\tresponse_id: Type.String(),\n\t\ttext: Type.String(),\n\t\tthinking: Type.String(),\n\t\tusage: Type.Optional(HeadlessResponseEndUsageSchema),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessActiveUtilityCommandStateSchema = Type.Object(\n\t{\n\t\tcommand_id: Type.String(),\n\t\tcommand: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tshell_mode: stringLiteralUnion(headlessUtilityCommandShellModes),\n\t\tterminal_mode: stringLiteralUnion(headlessUtilityCommandTerminalModes),\n\t\tpid: Type.Optional(Type.Number()),\n\t\tcolumns: Type.Optional(Type.Number()),\n\t\trows: Type.Optional(Type.Number()),\n\t\towner_connection_id: Type.Optional(Type.String()),\n\t\toutput: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessActiveFileWatchStateSchema = Type.Object(\n\t{\n\t\twatch_id: Type.String(),\n\t\troot_dir: Type.String(),\n\t\tinclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\texclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\tdebounce_ms: Type.Number(),\n\t\towner_connection_id: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeStateSchema = Type.Object(\n\t{\n\t\tprotocol_version: Type.Optional(Type.String()),\n\t\tclient_protocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\topt_out_notifications: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessNotificationTypes)),\n\t\t),\n\t\tconnection_role: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),\n\t\tconnection_count: Type.Number(),\n\t\tsubscriber_count: Type.Number(),\n\t\tcontroller_subscription_id: Type.Optional(\n\t\t\tType.Union([Type.String(), Type.Null()]),\n\t\t),\n\t\tcontroller_connection_id: Type.Optional(\n\t\t\tType.Union([Type.String(), Type.Null()]),\n\t\t),\n\t\tconnections: Type.Array(HeadlessConnectionStateSchema),\n\t\tmodel: Type.Optional(Type.String()),\n\t\tprovider: Type.Optional(Type.String()),\n\t\tsession_id: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tgit_branch: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\tcurrent_response: Type.Optional(HeadlessStreamingResponseStateSchema),\n\t\tpending_requests: Type.Optional(\n\t\t\tType.Array(HeadlessPendingRequestStateSchema),\n\t\t),\n\t\tpending_approvals: Type.Array(HeadlessPendingToolStateSchema),\n\t\tpending_client_tools: Type.Array(HeadlessPendingToolStateSchema),\n\t\tpending_mcp_elicitations: Type.Array(HeadlessPendingToolStateSchema),\n\t\tpending_user_inputs: Type.Array(HeadlessPendingToolStateSchema),\n\t\tpending_tool_retries: Type.Array(HeadlessPendingToolStateSchema),\n\t\tactive_tools: Type.Array(HeadlessActiveToolStateSchema),\n\t\tactive_utility_commands: Type.Array(\n\t\t\tHeadlessActiveUtilityCommandStateSchema,\n\t\t),\n\t\tactive_file_watches: Type.Array(HeadlessActiveFileWatchStateSchema),\n\t\ttracked_tools: Type.Array(HeadlessPendingToolStateSchema),\n\t\tlast_error: Type.Optional(Type.String()),\n\t\tlast_error_type: Type.Optional(stringLiteralUnion(headlessErrorTypes)),\n\t\tlast_status: Type.Optional(Type.String()),\n\t\tlast_response_duration_ms: Type.Optional(Type.Number()),\n\t\tlast_ttft_ms: Type.Optional(Type.Number()),\n\t\tis_ready: Type.Boolean(),\n\t\tis_responding: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeSnapshotSchema = Type.Object(\n\t{\n\t\tprotocolVersion: Type.String(),\n\t\tsession_id: Type.String(),\n\t\tcursor: Type.Number(),\n\t\tlast_init: Type.Union([HeadlessInitMessageSchema, Type.Null()]),\n\t\tstate: HeadlessRuntimeStateSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeSnapshotEnvelopeSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"snapshot\"),\n\t\tsnapshot: HeadlessRuntimeSnapshotSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeEventEnvelopeSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"message\"),\n\t\tcursor: Type.Number(),\n\t\tmessage: HeadlessFromAgentMessageSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeHeartbeatEnvelopeSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"heartbeat\"),\n\t\tcursor: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeResetEnvelopeSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"reset\"),\n\t\treason: Type.Union([\n\t\t\tType.Literal(\"lagged\"),\n\t\t\tType.Literal(\"replay_gap\"),\n\t\t\tType.Literal(\"restored_from_snapshot\"),\n\t\t]),\n\t\tsnapshot: HeadlessRuntimeSnapshotSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeStreamEnvelopeSchema = Type.Union([\n\tHeadlessRuntimeSnapshotEnvelopeSchema,\n\tHeadlessRuntimeEventEnvelopeSchema,\n\tHeadlessRuntimeHeartbeatEnvelopeSchema,\n\tHeadlessRuntimeResetEnvelopeSchema,\n]);\n\nexport const HeadlessRuntimeSubscriptionSnapshotSchema = Type.Object(\n\t{\n\t\tconnection_id: Type.String(),\n\t\tsubscription_id: Type.String(),\n\t\topt_out_notifications: Type.Optional(HeadlessOptOutNotificationsSchema),\n\t\trole: stringLiteralUnion(headlessConnectionRoles),\n\t\tcontroller_lease_granted: Type.Boolean(),\n\t\tcontroller_subscription_id: Type.Union([Type.String(), Type.Null()]),\n\t\tcontroller_connection_id: Type.Union([Type.String(), Type.Null()]),\n\t\tlease_expires_at: Type.Union([Type.String(), Type.Null()]),\n\t\theartbeat_interval_ms: Type.Number(),\n\t\tsnapshot: HeadlessRuntimeSnapshotSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeHeartbeatSnapshotSchema = Type.Object(\n\t{\n\t\tconnection_id: Type.String(),\n\t\tcontroller_lease_granted: Type.Boolean(),\n\t\tcontroller_connection_id: Type.Union([Type.String(), Type.Null()]),\n\t\tlease_expires_at: Type.Union([Type.String(), Type.Null()]),\n\t\theartbeat_interval_ms: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n"]}
|
|
1
|
+
{"version":3,"file":"headless-protocol-schemas.generated.js","sourceRoot":"","sources":["../src/headless-protocol-schemas.generated.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Auto-generated by `scripts/headless-protocol-codegen.mjs`.\n * Do not edit manually; update `headless-protocol-payloads.manifest.json` instead.\n */\n\nimport { type Static, Type } from \"@sinclair/typebox\";\nimport {\n\theadlessApprovalModes,\n\theadlessConnectionRoles,\n\theadlessErrorTypes,\n\theadlessExecutorTypes,\n\theadlessNotificationTypes,\n\theadlessServerRequestResolutions,\n\theadlessServerRequestResolvedBy,\n\theadlessServerRequestTypes,\n\theadlessThinkingLevels,\n\theadlessToolRetryDecisionActions,\n\theadlessUtilityCommandShellModes,\n\theadlessUtilityCommandStreams,\n\theadlessUtilityCommandTerminalModes,\n\theadlessUtilityFileWatchChangeTypes,\n\theadlessUtilityOperations,\n} from \"./headless-protocol-generated.js\";\nimport { stringLiteralUnion } from \"./typebox-utils.js\";\n\nexport const HeadlessClientInfoSchema = Type.Object(\n\t{\n\t\tname: Type.String(),\n\t\tversion: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessClientCapabilitiesSchema = Type.Object(\n\t{\n\t\tserver_requests: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessServerRequestTypes), {\n\t\t\t\tuniqueItems: true,\n\t\t\t}),\n\t\t),\n\t\tutility_operations: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessUtilityOperations), {\n\t\t\t\tuniqueItems: true,\n\t\t\t}),\n\t\t),\n\t\traw_agent_events: Type.Optional(Type.Boolean()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessServerCapabilitiesSchema = Type.Object(\n\t{\n\t\tserver_requests: Type.Array(\n\t\t\tstringLiteralUnion(headlessServerRequestTypes),\n\t\t\t{ uniqueItems: true },\n\t\t),\n\t\tutility_operations: Type.Array(\n\t\t\tstringLiteralUnion(headlessUtilityOperations),\n\t\t\t{ uniqueItems: true },\n\t\t),\n\t\traw_agent_events: Type.Boolean(),\n\t\tconnection_roles: Type.Array(stringLiteralUnion(headlessConnectionRoles), {\n\t\t\tuniqueItems: true,\n\t\t}),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessOptOutNotificationsSchema = Type.Array(\n\tstringLiteralUnion(headlessNotificationTypes),\n\t{ uniqueItems: true },\n);\n\nexport const HeadlessToolResponseResultSchema = Type.Object(\n\t{\n\t\tsuccess: Type.Boolean(),\n\t\toutput: Type.String(),\n\t\terror: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessTextContentSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"text\"),\n\t\ttext: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessImageContentSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"image\"),\n\t\tdata: Type.String(),\n\t\tmimeType: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessContentBlockSchema = Type.Union([\n\tHeadlessTextContentSchema,\n\tHeadlessImageContentSchema,\n]);\n\nexport const HeadlessHelloMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"hello\"),\n\t\tprotocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\trole: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),\n\t\topt_out_notifications: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessNotificationTypes)),\n\t\t),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessInitMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"init\"),\n\t\tsystem_prompt: Type.Optional(Type.String()),\n\t\tappend_system_prompt: Type.Optional(Type.String()),\n\t\tthinking_level: Type.Optional(stringLiteralUnion(headlessThinkingLevels)),\n\t\tapproval_mode: Type.Optional(stringLiteralUnion(headlessApprovalModes)),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessPromptMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"prompt\"),\n\t\tcontent: Type.String(),\n\t\tattachments: Type.Optional(Type.Array(Type.String())),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessInterruptMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"interrupt\"),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolResponseMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_response\"),\n\t\tcall_id: Type.String(),\n\t\tapproved: Type.Boolean(),\n\t\tresult: Type.Optional(HeadlessToolResponseResultSchema),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessClientToolResultMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"client_tool_result\"),\n\t\tcall_id: Type.String(),\n\t\tcontent: Type.Array(HeadlessContentBlockSchema),\n\t\tis_error: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessServerRequestResponseMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"server_request_response\"),\n\t\trequest_id: Type.String(),\n\t\trequest_type: stringLiteralUnion(headlessServerRequestTypes),\n\t\tapproved: Type.Optional(Type.Boolean()),\n\t\tresult: Type.Optional(HeadlessToolResponseResultSchema),\n\t\tdecision_action: Type.Optional(\n\t\t\tstringLiteralUnion(headlessToolRetryDecisionActions),\n\t\t),\n\t\treason: Type.Optional(Type.String()),\n\t\tcontent: Type.Optional(Type.Array(HeadlessContentBlockSchema)),\n\t\tis_error: Type.Optional(Type.Boolean()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandStartMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_start\"),\n\t\tcommand_id: Type.String(),\n\t\tcommand: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tenv: Type.Optional(Type.Record(Type.String(), Type.String())),\n\t\tshell_mode: Type.Optional(\n\t\t\tstringLiteralUnion(headlessUtilityCommandShellModes),\n\t\t),\n\t\tterminal_mode: Type.Optional(\n\t\t\tstringLiteralUnion(headlessUtilityCommandTerminalModes),\n\t\t),\n\t\tallow_stdin: Type.Optional(Type.Boolean()),\n\t\tcolumns: Type.Optional(Type.Number()),\n\t\trows: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandTerminateMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_terminate\"),\n\t\tcommand_id: Type.String(),\n\t\tforce: Type.Optional(Type.Boolean()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandStdinMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_stdin\"),\n\t\tcommand_id: Type.String(),\n\t\tcontent: Type.String(),\n\t\teof: Type.Optional(Type.Boolean()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandResizeMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_resize\"),\n\t\tcommand_id: Type.String(),\n\t\tcolumns: Type.Number(),\n\t\trows: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileSearchMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_search\"),\n\t\tsearch_id: Type.String(),\n\t\tquery: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tlimit: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileReadMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_read\"),\n\t\tread_id: Type.String(),\n\t\tpath: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\toffset: Type.Optional(Type.Number()),\n\t\tlimit: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchStartMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_start\"),\n\t\twatch_id: Type.String(),\n\t\troot_dir: Type.Optional(Type.String()),\n\t\tinclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\texclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\tdebounce_ms: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchStopMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_stop\"),\n\t\twatch_id: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessCancelMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"cancel\"),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessShutdownMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"shutdown\"),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const headlessToAgentMessageSchemasByType = {\n\thello: HeadlessHelloMessageSchema,\n\tinit: HeadlessInitMessageSchema,\n\tprompt: HeadlessPromptMessageSchema,\n\tinterrupt: HeadlessInterruptMessageSchema,\n\ttool_response: HeadlessToolResponseMessageSchema,\n\tclient_tool_result: HeadlessClientToolResultMessageSchema,\n\tserver_request_response: HeadlessServerRequestResponseMessageSchema,\n\tutility_command_start: HeadlessUtilityCommandStartMessageSchema,\n\tutility_command_terminate: HeadlessUtilityCommandTerminateMessageSchema,\n\tutility_command_stdin: HeadlessUtilityCommandStdinMessageSchema,\n\tutility_command_resize: HeadlessUtilityCommandResizeMessageSchema,\n\tutility_file_search: HeadlessUtilityFileSearchMessageSchema,\n\tutility_file_read: HeadlessUtilityFileReadMessageSchema,\n\tutility_file_watch_start: HeadlessUtilityFileWatchStartMessageSchema,\n\tutility_file_watch_stop: HeadlessUtilityFileWatchStopMessageSchema,\n\tcancel: HeadlessCancelMessageSchema,\n\tshutdown: HeadlessShutdownMessageSchema,\n} as const;\n\nexport const HeadlessHelloOkMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"hello_ok\"),\n\t\tprotocol_version: Type.String(),\n\t\tconnection_id: Type.Optional(Type.String()),\n\t\tclient_protocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\tserver_capabilities: Type.Optional(HeadlessServerCapabilitiesSchema),\n\t\topt_out_notifications: Type.Optional(HeadlessOptOutNotificationsSchema),\n\t\trole: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),\n\t\tcontroller_connection_id: Type.Optional(\n\t\t\tType.Union([Type.String(), Type.Null()]),\n\t\t),\n\t\tlease_expires_at: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessReadyMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"ready\"),\n\t\tprotocol_version: Type.String(),\n\t\tmodel: Type.String(),\n\t\tprovider: Type.String(),\n\t\tsession_id: Type.Union([Type.String(), Type.Null()]),\n\t\texecutor_type: Type.Optional(stringLiteralUnion(headlessExecutorTypes)),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessResponseStartMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"response_start\"),\n\t\tresponse_id: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessResponseChunkMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"response_chunk\"),\n\t\tresponse_id: Type.String(),\n\t\tcontent: Type.String(),\n\t\tis_thinking: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessResponseEndUsageSchema = Type.Object(\n\t{\n\t\tinput_tokens: Type.Number(),\n\t\toutput_tokens: Type.Number(),\n\t\tcache_read_tokens: Type.Number(),\n\t\tcache_write_tokens: Type.Number(),\n\t\ttotal_tokens: Type.Number(),\n\t\ttotal_cost_usd: Type.Number(),\n\t\tmodel_id: Type.String(),\n\t\tprovider: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolsSummarySchema = Type.Object(\n\t{\n\t\ttools_used: Type.Array(Type.String()),\n\t\tcalls_succeeded: Type.Number(),\n\t\tcalls_failed: Type.Number(),\n\t\tsummary_labels: Type.Optional(Type.Array(Type.String())),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessResponseEndMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"response_end\"),\n\t\tresponse_id: Type.String(),\n\t\tusage: HeadlessResponseEndUsageSchema,\n\t\ttools_summary: HeadlessToolsSummarySchema,\n\t\tduration_ms: Type.Number(),\n\t\tttft_ms: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolCallMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_call\"),\n\t\tcall_id: Type.String(),\n\t\ttool_execution_id: Type.Optional(Type.String()),\n\t\ttool: Type.String(),\n\t\targs: Type.Unknown(),\n\t\trequires_approval: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolStartMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_start\"),\n\t\tcall_id: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolOutputMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_output\"),\n\t\tcall_id: Type.String(),\n\t\tcontent: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessToolEndMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"tool_end\"),\n\t\tcall_id: Type.String(),\n\t\ttool_execution_id: Type.Optional(Type.String()),\n\t\tsuccess: Type.Boolean(),\n\t\ttool: Type.Optional(Type.String()),\n\t\tdetails: Type.Optional(Type.Unknown()),\n\t\terror_code: Type.Optional(Type.String()),\n\t\tapproval_request_id: Type.Optional(Type.String()),\n\t\tgoverned_outcome: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessClientToolRequestMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"client_tool_request\"),\n\t\tcall_id: Type.String(),\n\t\ttool_execution_id: Type.Optional(Type.String()),\n\t\ttool: Type.String(),\n\t\targs: Type.Unknown(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessServerRequestMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"server_request\"),\n\t\trequest_id: Type.String(),\n\t\trequest_type: stringLiteralUnion(headlessServerRequestTypes),\n\t\tcall_id: Type.String(),\n\t\ttool_execution_id: Type.Optional(Type.String()),\n\t\ttool: Type.String(),\n\t\tdisplay_name: Type.Optional(Type.String()),\n\t\tsummary_label: Type.Optional(Type.String()),\n\t\taction_description: Type.Optional(Type.String()),\n\t\targs: Type.Unknown(),\n\t\treason: Type.String(),\n\t\tstarted_at_ms: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessServerRequestResolvedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"server_request_resolved\"),\n\t\trequest_id: Type.String(),\n\t\trequest_type: stringLiteralUnion(headlessServerRequestTypes),\n\t\tcall_id: Type.String(),\n\t\tresolution: stringLiteralUnion(headlessServerRequestResolutions),\n\t\treason: Type.Optional(Type.String()),\n\t\tresolved_by: stringLiteralUnion(headlessServerRequestResolvedBy),\n\t\tstarted_at_ms: Type.Optional(Type.Number()),\n\t\tresolved_at_ms: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRawAgentEventMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"raw_agent_event\"),\n\t\tevent_type: Type.String(),\n\t\tevent: Type.Unknown(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandStartedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_started\"),\n\t\tcommand_id: Type.String(),\n\t\tcommand: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tshell_mode: stringLiteralUnion(headlessUtilityCommandShellModes),\n\t\tterminal_mode: stringLiteralUnion(headlessUtilityCommandTerminalModes),\n\t\tpid: Type.Optional(Type.Number()),\n\t\tcolumns: Type.Optional(Type.Number()),\n\t\trows: Type.Optional(Type.Number()),\n\t\towner_connection_id: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandResizedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_resized\"),\n\t\tcommand_id: Type.String(),\n\t\tcolumns: Type.Number(),\n\t\trows: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandOutputMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_output\"),\n\t\tcommand_id: Type.String(),\n\t\tstream: stringLiteralUnion(headlessUtilityCommandStreams),\n\t\tcontent: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityCommandExitedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_command_exited\"),\n\t\tcommand_id: Type.String(),\n\t\tsuccess: Type.Boolean(),\n\t\texit_code: Type.Optional(Type.Union([Type.Number(), Type.Null()])),\n\t\tsignal: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\treason: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileSearchMatchSchema = Type.Object(\n\t{\n\t\tpath: Type.String(),\n\t\tscore: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileSearchResultsMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_search_results\"),\n\t\tsearch_id: Type.String(),\n\t\tquery: Type.String(),\n\t\tcwd: Type.String(),\n\t\tresults: Type.Array(HeadlessUtilityFileSearchMatchSchema),\n\t\ttruncated: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileReadResultMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_read_result\"),\n\t\tread_id: Type.String(),\n\t\tpath: Type.String(),\n\t\trelative_path: Type.String(),\n\t\tcwd: Type.String(),\n\t\tcontent: Type.String(),\n\t\tstart_line: Type.Number(),\n\t\tend_line: Type.Number(),\n\t\ttotal_lines: Type.Number(),\n\t\ttruncated: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchStartedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_started\"),\n\t\twatch_id: Type.String(),\n\t\troot_dir: Type.String(),\n\t\tinclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\texclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\tdebounce_ms: Type.Number(),\n\t\towner_connection_id: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchEventMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_event\"),\n\t\twatch_id: Type.String(),\n\t\tchange_type: stringLiteralUnion(headlessUtilityFileWatchChangeTypes),\n\t\tpath: Type.String(),\n\t\trelative_path: Type.String(),\n\t\ttimestamp: Type.Number(),\n\t\tis_directory: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessUtilityFileWatchStoppedMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"utility_file_watch_stopped\"),\n\t\twatch_id: Type.String(),\n\t\treason: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessErrorMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"error\"),\n\t\trequest_id: Type.Optional(Type.String()),\n\t\tmessage: Type.String(),\n\t\tfatal: Type.Boolean(),\n\t\terror_type: stringLiteralUnion(headlessErrorTypes),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessStatusMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"status\"),\n\t\tmessage: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessCompactionMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"compaction\"),\n\t\tsummary: Type.String(),\n\t\tfirst_kept_entry_index: Type.Number(),\n\t\ttokens_before: Type.Number(),\n\t\tauto: Type.Boolean(),\n\t\tcustom_instructions: Type.Optional(Type.String()),\n\t\ttimestamp: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessSessionInfoMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"session_info\"),\n\t\tsession_id: Type.Union([Type.String(), Type.Null()]),\n\t\tcwd: Type.String(),\n\t\tgit_branch: Type.Union([Type.String(), Type.Null()]),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessConnectionStateSchema = Type.Object(\n\t{\n\t\tconnection_id: Type.String(),\n\t\trole: stringLiteralUnion(headlessConnectionRoles),\n\t\tclient_protocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\topt_out_notifications: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessNotificationTypes)),\n\t\t),\n\t\tsubscription_count: Type.Number(),\n\t\tattached_subscription_count: Type.Number(),\n\t\tcontroller_lease_granted: Type.Boolean(),\n\t\tlease_expires_at: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessConnectionInfoMessageSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"connection_info\"),\n\t\tconnection_id: Type.Optional(Type.String()),\n\t\tclient_protocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\topt_out_notifications: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessNotificationTypes)),\n\t\t),\n\t\trole: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),\n\t\tconnection_count: Type.Optional(Type.Number()),\n\t\tcontroller_connection_id: Type.Optional(\n\t\t\tType.Union([Type.String(), Type.Null()]),\n\t\t),\n\t\tlease_expires_at: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\tconnections: Type.Optional(Type.Array(HeadlessConnectionStateSchema)),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const headlessFromAgentMessageSchemasByType = {\n\thello_ok: HeadlessHelloOkMessageSchema,\n\tready: HeadlessReadyMessageSchema,\n\tresponse_start: HeadlessResponseStartMessageSchema,\n\tresponse_chunk: HeadlessResponseChunkMessageSchema,\n\tresponse_end: HeadlessResponseEndMessageSchema,\n\ttool_call: HeadlessToolCallMessageSchema,\n\ttool_start: HeadlessToolStartMessageSchema,\n\ttool_output: HeadlessToolOutputMessageSchema,\n\ttool_end: HeadlessToolEndMessageSchema,\n\tclient_tool_request: HeadlessClientToolRequestMessageSchema,\n\tserver_request: HeadlessServerRequestMessageSchema,\n\tserver_request_resolved: HeadlessServerRequestResolvedMessageSchema,\n\traw_agent_event: HeadlessRawAgentEventMessageSchema,\n\tutility_command_started: HeadlessUtilityCommandStartedMessageSchema,\n\tutility_command_resized: HeadlessUtilityCommandResizedMessageSchema,\n\tutility_command_output: HeadlessUtilityCommandOutputMessageSchema,\n\tutility_command_exited: HeadlessUtilityCommandExitedMessageSchema,\n\tutility_file_search_results: HeadlessUtilityFileSearchResultsMessageSchema,\n\tutility_file_read_result: HeadlessUtilityFileReadResultMessageSchema,\n\tutility_file_watch_started: HeadlessUtilityFileWatchStartedMessageSchema,\n\tutility_file_watch_event: HeadlessUtilityFileWatchEventMessageSchema,\n\tutility_file_watch_stopped: HeadlessUtilityFileWatchStoppedMessageSchema,\n\terror: HeadlessErrorMessageSchema,\n\tstatus: HeadlessStatusMessageSchema,\n\tcompaction: HeadlessCompactionMessageSchema,\n\tsession_info: HeadlessSessionInfoMessageSchema,\n\tconnection_info: HeadlessConnectionInfoMessageSchema,\n} as const;\n\nexport const HeadlessToAgentMessageSchema = Type.Union([\n\tHeadlessHelloMessageSchema,\n\tHeadlessInitMessageSchema,\n\tHeadlessPromptMessageSchema,\n\tHeadlessInterruptMessageSchema,\n\tHeadlessToolResponseMessageSchema,\n\tHeadlessClientToolResultMessageSchema,\n\tHeadlessServerRequestResponseMessageSchema,\n\tHeadlessUtilityCommandStartMessageSchema,\n\tHeadlessUtilityCommandTerminateMessageSchema,\n\tHeadlessUtilityCommandStdinMessageSchema,\n\tHeadlessUtilityCommandResizeMessageSchema,\n\tHeadlessUtilityFileSearchMessageSchema,\n\tHeadlessUtilityFileReadMessageSchema,\n\tHeadlessUtilityFileWatchStartMessageSchema,\n\tHeadlessUtilityFileWatchStopMessageSchema,\n\tHeadlessCancelMessageSchema,\n\tHeadlessShutdownMessageSchema,\n]);\n\nexport type HeadlessToAgentMessageInput = Static<\n\ttypeof HeadlessToAgentMessageSchema\n>;\n\nexport const HeadlessFromAgentMessageSchema = Type.Union([\n\tHeadlessHelloOkMessageSchema,\n\tHeadlessReadyMessageSchema,\n\tHeadlessResponseStartMessageSchema,\n\tHeadlessResponseChunkMessageSchema,\n\tHeadlessResponseEndMessageSchema,\n\tHeadlessToolCallMessageSchema,\n\tHeadlessToolStartMessageSchema,\n\tHeadlessToolOutputMessageSchema,\n\tHeadlessToolEndMessageSchema,\n\tHeadlessClientToolRequestMessageSchema,\n\tHeadlessServerRequestMessageSchema,\n\tHeadlessServerRequestResolvedMessageSchema,\n\tHeadlessRawAgentEventMessageSchema,\n\tHeadlessUtilityCommandStartedMessageSchema,\n\tHeadlessUtilityCommandResizedMessageSchema,\n\tHeadlessUtilityCommandOutputMessageSchema,\n\tHeadlessUtilityCommandExitedMessageSchema,\n\tHeadlessUtilityFileSearchResultsMessageSchema,\n\tHeadlessUtilityFileReadResultMessageSchema,\n\tHeadlessUtilityFileWatchStartedMessageSchema,\n\tHeadlessUtilityFileWatchEventMessageSchema,\n\tHeadlessUtilityFileWatchStoppedMessageSchema,\n\tHeadlessErrorMessageSchema,\n\tHeadlessStatusMessageSchema,\n\tHeadlessCompactionMessageSchema,\n\tHeadlessSessionInfoMessageSchema,\n\tHeadlessConnectionInfoMessageSchema,\n]);\n\nexport type HeadlessFromAgentMessageInput = Static<\n\ttypeof HeadlessFromAgentMessageSchema\n>;\n\nexport const HeadlessPendingToolStateSchema = Type.Object(\n\t{\n\t\tcall_id: Type.String(),\n\t\ttool_execution_id: Type.Optional(Type.String()),\n\t\trequest_id: Type.Optional(Type.String()),\n\t\ttool: Type.String(),\n\t\tdisplay_name: Type.Optional(Type.String()),\n\t\tsummary_label: Type.Optional(Type.String()),\n\t\taction_description: Type.Optional(Type.String()),\n\t\targs: Type.Unknown(),\n\t\tstarted_at_ms: Type.Optional(Type.Number()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessPendingRequestStateSchema = Type.Object(\n\t{\n\t\tid: Type.String(),\n\t\tkind: stringLiteralUnion(headlessServerRequestTypes),\n\t\tstatus: Type.Literal(\"pending\"),\n\t\tvisibility: Type.Literal(\"user\"),\n\t\tsession_id: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\ttool_call_id: Type.String(),\n\t\tcall_id: Type.String(),\n\t\ttool_execution_id: Type.Optional(Type.String()),\n\t\trequest_id: Type.Optional(Type.String()),\n\t\ttool_name: Type.String(),\n\t\ttool: Type.String(),\n\t\tdisplay_name: Type.Optional(Type.String()),\n\t\tsummary_label: Type.Optional(Type.String()),\n\t\taction_description: Type.Optional(Type.String()),\n\t\targs: Type.Unknown(),\n\t\tstarted_at_ms: Type.Optional(Type.Number()),\n\t\tsource: Type.Union([Type.Literal(\"local\"), Type.Literal(\"platform\")]),\n\t\tplatform: Type.Optional(Type.Unknown()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessActiveToolStateSchema = Type.Object(\n\t{\n\t\tcall_id: Type.String(),\n\t\ttool: Type.String(),\n\t\toutput: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessCodexSubagentContinuityEdgeSchema = Type.Object(\n\t{\n\t\tspawn_tool_call_id: Type.Optional(Type.String()),\n\t\tspawn_tool_execution_id: Type.Optional(Type.String()),\n\t\twait_tool_call_id: Type.Optional(Type.String()),\n\t\twait_tool_execution_id: Type.Optional(Type.String()),\n\t\tchild_run_id: Type.Optional(Type.String()),\n\t\tthread_id: Type.Optional(Type.String()),\n\t\toperation: Type.String(),\n\t\tstatus: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessStreamingResponseStateSchema = Type.Object(\n\t{\n\t\tresponse_id: Type.String(),\n\t\ttext: Type.String(),\n\t\tthinking: Type.String(),\n\t\tusage: Type.Optional(HeadlessResponseEndUsageSchema),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessActiveUtilityCommandStateSchema = Type.Object(\n\t{\n\t\tcommand_id: Type.String(),\n\t\tcommand: Type.String(),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tshell_mode: stringLiteralUnion(headlessUtilityCommandShellModes),\n\t\tterminal_mode: stringLiteralUnion(headlessUtilityCommandTerminalModes),\n\t\tpid: Type.Optional(Type.Number()),\n\t\tcolumns: Type.Optional(Type.Number()),\n\t\trows: Type.Optional(Type.Number()),\n\t\towner_connection_id: Type.Optional(Type.String()),\n\t\toutput: Type.String(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessActiveFileWatchStateSchema = Type.Object(\n\t{\n\t\twatch_id: Type.String(),\n\t\troot_dir: Type.String(),\n\t\tinclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\texclude_patterns: Type.Optional(Type.Array(Type.String())),\n\t\tdebounce_ms: Type.Number(),\n\t\towner_connection_id: Type.Optional(Type.String()),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeStateSchema = Type.Object(\n\t{\n\t\tprotocol_version: Type.Optional(Type.String()),\n\t\tclient_protocol_version: Type.Optional(Type.String()),\n\t\tclient_info: Type.Optional(HeadlessClientInfoSchema),\n\t\tcapabilities: Type.Optional(HeadlessClientCapabilitiesSchema),\n\t\topt_out_notifications: Type.Optional(\n\t\t\tType.Array(stringLiteralUnion(headlessNotificationTypes)),\n\t\t),\n\t\tconnection_role: Type.Optional(stringLiteralUnion(headlessConnectionRoles)),\n\t\tconnection_count: Type.Number(),\n\t\tsubscriber_count: Type.Number(),\n\t\tcontroller_subscription_id: Type.Optional(\n\t\t\tType.Union([Type.String(), Type.Null()]),\n\t\t),\n\t\tcontroller_connection_id: Type.Optional(\n\t\t\tType.Union([Type.String(), Type.Null()]),\n\t\t),\n\t\tconnections: Type.Array(HeadlessConnectionStateSchema),\n\t\tmodel: Type.Optional(Type.String()),\n\t\tprovider: Type.Optional(Type.String()),\n\t\texecutor_type: Type.Optional(stringLiteralUnion(headlessExecutorTypes)),\n\t\tsession_id: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\tcwd: Type.Optional(Type.String()),\n\t\tgit_branch: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\t\tcurrent_response: Type.Optional(HeadlessStreamingResponseStateSchema),\n\t\tpending_requests: Type.Optional(\n\t\t\tType.Array(HeadlessPendingRequestStateSchema),\n\t\t),\n\t\tpending_approvals: Type.Array(HeadlessPendingToolStateSchema),\n\t\tpending_client_tools: Type.Array(HeadlessPendingToolStateSchema),\n\t\tpending_mcp_elicitations: Type.Array(HeadlessPendingToolStateSchema),\n\t\tpending_user_inputs: Type.Array(HeadlessPendingToolStateSchema),\n\t\tpending_tool_retries: Type.Array(HeadlessPendingToolStateSchema),\n\t\tactive_tools: Type.Array(HeadlessActiveToolStateSchema),\n\t\tactive_utility_commands: Type.Array(\n\t\t\tHeadlessActiveUtilityCommandStateSchema,\n\t\t),\n\t\tactive_file_watches: Type.Array(HeadlessActiveFileWatchStateSchema),\n\t\ttracked_tools: Type.Array(HeadlessPendingToolStateSchema),\n\t\tcodex_subagent_edges: Type.Optional(\n\t\t\tType.Array(HeadlessCodexSubagentContinuityEdgeSchema),\n\t\t),\n\t\tlast_error: Type.Optional(Type.String()),\n\t\tlast_error_type: Type.Optional(stringLiteralUnion(headlessErrorTypes)),\n\t\tlast_status: Type.Optional(Type.String()),\n\t\tlast_response_duration_ms: Type.Optional(Type.Number()),\n\t\tlast_ttft_ms: Type.Optional(Type.Number()),\n\t\tis_ready: Type.Boolean(),\n\t\tis_responding: Type.Boolean(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeSnapshotSchema = Type.Object(\n\t{\n\t\tprotocolVersion: Type.String(),\n\t\tsession_id: Type.String(),\n\t\tcursor: Type.Number(),\n\t\tlast_init: Type.Union([HeadlessInitMessageSchema, Type.Null()]),\n\t\tstate: HeadlessRuntimeStateSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeSnapshotEnvelopeSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"snapshot\"),\n\t\tsnapshot: HeadlessRuntimeSnapshotSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeEventEnvelopeSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"message\"),\n\t\tcursor: Type.Number(),\n\t\tmessage: HeadlessFromAgentMessageSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeHeartbeatEnvelopeSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"heartbeat\"),\n\t\tcursor: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeResetEnvelopeSchema = Type.Object(\n\t{\n\t\ttype: Type.Literal(\"reset\"),\n\t\treason: Type.Union([\n\t\t\tType.Literal(\"lagged\"),\n\t\t\tType.Literal(\"replay_gap\"),\n\t\t\tType.Literal(\"restored_from_snapshot\"),\n\t\t]),\n\t\tsnapshot: HeadlessRuntimeSnapshotSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeStreamEnvelopeSchema = Type.Union([\n\tHeadlessRuntimeSnapshotEnvelopeSchema,\n\tHeadlessRuntimeEventEnvelopeSchema,\n\tHeadlessRuntimeHeartbeatEnvelopeSchema,\n\tHeadlessRuntimeResetEnvelopeSchema,\n]);\n\nexport const HeadlessRuntimeSubscriptionSnapshotSchema = Type.Object(\n\t{\n\t\tconnection_id: Type.String(),\n\t\tsubscription_id: Type.String(),\n\t\topt_out_notifications: Type.Optional(HeadlessOptOutNotificationsSchema),\n\t\trole: stringLiteralUnion(headlessConnectionRoles),\n\t\tcontroller_lease_granted: Type.Boolean(),\n\t\tcontroller_subscription_id: Type.Union([Type.String(), Type.Null()]),\n\t\tcontroller_connection_id: Type.Union([Type.String(), Type.Null()]),\n\t\tlease_expires_at: Type.Union([Type.String(), Type.Null()]),\n\t\theartbeat_interval_ms: Type.Number(),\n\t\tsnapshot: HeadlessRuntimeSnapshotSchema,\n\t},\n\t{ additionalProperties: false },\n);\n\nexport const HeadlessRuntimeHeartbeatSnapshotSchema = Type.Object(\n\t{\n\t\tconnection_id: Type.String(),\n\t\tcontroller_lease_granted: Type.Boolean(),\n\t\tcontroller_connection_id: Type.Union([Type.String(), Type.Null()]),\n\t\tlease_expires_at: Type.Union([Type.String(), Type.Null()]),\n\t\theartbeat_interval_ms: Type.Number(),\n\t},\n\t{ additionalProperties: false },\n);\n"]}
|
|
@@ -45,14 +45,20 @@
|
|
|
45
45
|
export * from "./headless-protocol-generated.js";
|
|
46
46
|
export * from "./headless-protocol-schemas.generated.js";
|
|
47
47
|
export * as headlessProto from "./proto/maestro/v1/headless_pb.js";
|
|
48
|
+
export * from "./advisor-effort.js";
|
|
49
|
+
export * from "./delegation-prompt.js";
|
|
50
|
+
export * from "./guarded-files-settings.js";
|
|
48
51
|
export * from "./key-value-tokens.js";
|
|
49
52
|
export * from "./mcp-settings.js";
|
|
50
53
|
export * from "./memory.js";
|
|
51
54
|
export * from "./memory-utils.js";
|
|
55
|
+
export * from "./maestro-app-server.js";
|
|
52
56
|
export * from "./onboarding-utils.js";
|
|
53
57
|
export * from "./proto/maestro/v1/headless_pb.js";
|
|
58
|
+
export * from "./runtime-constraints.js";
|
|
54
59
|
export * from "./runtime-app-server.js";
|
|
55
60
|
export * from "./runtime-server-request.js";
|
|
61
|
+
export * from "./scenario.js";
|
|
56
62
|
/**
|
|
57
63
|
* Role of a message in the conversation.
|
|
58
64
|
*
|
|
@@ -375,6 +381,7 @@ export interface ComposerSessionSummary {
|
|
|
375
381
|
/** User-assigned tags for organization */
|
|
376
382
|
tags?: string[];
|
|
377
383
|
}
|
|
384
|
+
export type ComposerSessionMessagesView = "full" | "summary" | "notLoaded";
|
|
378
385
|
export interface ComposerPendingClientToolRequest {
|
|
379
386
|
toolCallId: string;
|
|
380
387
|
toolName: string;
|
|
@@ -432,7 +439,7 @@ export interface ComposerPendingRequestResumeResponse {
|
|
|
432
439
|
}
|
|
433
440
|
export type ComposerRunTimelineVisibility = "user" | "admin" | "audit";
|
|
434
441
|
export type ComposerRunTimelineSource = "local" | "platform";
|
|
435
|
-
export type ComposerRunTimelineEventType = "session.started" | "session.updated" | "message.user" | "message.assistant" | "tool.requested" | "tool.completed" | "tool.failed" | "file.changed" | "diagnostic.delta" | "artifact.linked" | "policy.decision" | "wait.pending" | "compaction.created" | "branch.created" | "model.changed" | "thinking.changed" | "custom.event";
|
|
442
|
+
export type ComposerRunTimelineEventType = "session.started" | "session.updated" | "message.user" | "message.assistant" | "tool.requested" | "tool.completed" | "tool.failed" | "file.changed" | "diagnostic.delta" | "artifact.linked" | "policy.decision" | "wait.pending" | "agent.run.started" | "agent.run.completed" | "agent.run.failed" | "compaction.created" | "branch.created" | "model.changed" | "thinking.changed" | "runtime.recovery" | "runtime.finished" | "custom.event";
|
|
436
443
|
export type ComposerRunTimelineStatus = "pending" | "running" | "completed" | "failed" | "approved" | "denied" | "info";
|
|
437
444
|
export interface ComposerRunTimelineItem {
|
|
438
445
|
id: string;
|
|
@@ -452,6 +459,9 @@ export interface ComposerRunTimelineItem {
|
|
|
452
459
|
approvalRequestId?: string;
|
|
453
460
|
toolExecutionId?: string;
|
|
454
461
|
artifactId?: string;
|
|
462
|
+
agentRunId?: string;
|
|
463
|
+
parentAgentRunId?: string;
|
|
464
|
+
childAgentRunId?: string;
|
|
455
465
|
remoteRunnerSessionId?: string;
|
|
456
466
|
platform?: ComposerPendingRequestPlatformRef;
|
|
457
467
|
platformOperation?: ComposerPendingRequestPlatformOperation;
|
|
@@ -471,6 +481,8 @@ export interface ComposerRunTimelineResponse {
|
|
|
471
481
|
* Returned when loading a specific session.
|
|
472
482
|
*/
|
|
473
483
|
export interface ComposerSession extends ComposerSessionSummary {
|
|
484
|
+
/** Hydration level used for the messages array. Defaults to full. */
|
|
485
|
+
messagesView?: ComposerSessionMessagesView;
|
|
474
486
|
/** Complete conversation history */
|
|
475
487
|
messages: ComposerMessage[];
|
|
476
488
|
/** Pending approval requests that still require a decision */
|
|
@@ -555,12 +567,14 @@ export interface ComposerActionApprovalRequest {
|
|
|
555
567
|
actionDescription?: string;
|
|
556
568
|
args: unknown;
|
|
557
569
|
reason: string;
|
|
570
|
+
startedAtMs?: number;
|
|
558
571
|
platform?: ComposerPendingRequestPlatformRef;
|
|
559
572
|
}
|
|
560
573
|
export interface ComposerActionApprovalDecision {
|
|
561
574
|
approved: boolean;
|
|
562
575
|
reason?: string;
|
|
563
576
|
resolvedBy: "policy" | "user";
|
|
577
|
+
resolvedAtMs?: number;
|
|
564
578
|
}
|
|
565
579
|
export interface ComposerToolRetryRequest {
|
|
566
580
|
id: string;
|