veryfront 0.1.502 → 0.1.504
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/esm/cli/commands/analyze-chunks/handler.d.ts +4 -4
- package/esm/cli/commands/analyze-chunks/handler.d.ts.map +1 -1
- package/esm/cli/commands/analyze-chunks/handler.js +6 -5
- package/esm/cli/commands/build/handler.d.ts +39 -27
- package/esm/cli/commands/build/handler.d.ts.map +1 -1
- package/esm/cli/commands/build/handler.js +15 -14
- package/esm/cli/commands/clean/command.js +1 -1
- package/esm/cli/commands/clean/handler.d.ts.map +1 -1
- package/esm/cli/commands/clean/handler.js +9 -8
- package/esm/cli/commands/demo/handler.d.ts +5 -5
- package/esm/cli/commands/demo/handler.d.ts.map +1 -1
- package/esm/cli/commands/demo/handler.js +7 -6
- package/esm/cli/commands/deploy/command.d.ts +30 -19
- package/esm/cli/commands/deploy/command.d.ts.map +1 -1
- package/esm/cli/commands/deploy/command.js +11 -10
- package/esm/cli/commands/dev/handler.d.ts +6 -6
- package/esm/cli/commands/dev/handler.d.ts.map +1 -1
- package/esm/cli/commands/dev/handler.js +8 -7
- package/esm/cli/commands/doctor/handler.d.ts +3 -3
- package/esm/cli/commands/doctor/handler.d.ts.map +1 -1
- package/esm/cli/commands/doctor/handler.js +5 -4
- package/esm/cli/commands/files/command.d.ts +38 -36
- package/esm/cli/commands/files/command.d.ts.map +1 -1
- package/esm/cli/commands/files/command.js +35 -31
- package/esm/cli/commands/generate/handler.d.ts +4 -4
- package/esm/cli/commands/generate/handler.d.ts.map +1 -1
- package/esm/cli/commands/generate/handler.js +6 -5
- package/esm/cli/commands/generate/integration-generator-helpers.js +4 -4
- package/esm/cli/commands/generate/integration-generator.js +8 -4
- package/esm/cli/commands/install/handler.d.ts +5 -5
- package/esm/cli/commands/install/handler.d.ts.map +1 -1
- package/esm/cli/commands/install/handler.js +7 -6
- package/esm/cli/commands/install/install.d.ts.map +1 -1
- package/esm/cli/commands/install/install.js +7 -4
- package/esm/cli/commands/install/types.d.ts +52 -43
- package/esm/cli/commands/install/types.d.ts.map +1 -1
- package/esm/cli/commands/install/types.js +26 -21
- package/esm/cli/commands/install/uninstall.d.ts.map +1 -1
- package/esm/cli/commands/install/uninstall.js +4 -2
- package/esm/cli/commands/knowledge/command.d.ts +19 -17
- package/esm/cli/commands/knowledge/command.d.ts.map +1 -1
- package/esm/cli/commands/knowledge/command.js +21 -20
- package/esm/cli/commands/lock/handler.d.ts.map +1 -1
- package/esm/cli/commands/lock/handler.js +10 -9
- package/esm/cli/commands/mcp/handler.d.ts +3 -3
- package/esm/cli/commands/mcp/handler.d.ts.map +1 -1
- package/esm/cli/commands/mcp/handler.js +5 -4
- package/esm/cli/commands/merge/command.d.ts +21 -15
- package/esm/cli/commands/merge/command.d.ts.map +1 -1
- package/esm/cli/commands/merge/command.js +9 -8
- package/esm/cli/commands/open/command.d.ts +17 -12
- package/esm/cli/commands/open/command.d.ts.map +1 -1
- package/esm/cli/commands/open/command.js +7 -6
- package/esm/cli/commands/pull/command.d.ts +36 -25
- package/esm/cli/commands/pull/command.d.ts.map +1 -1
- package/esm/cli/commands/pull/command.js +14 -13
- package/esm/cli/commands/push/command.d.ts +27 -19
- package/esm/cli/commands/push/command.d.ts.map +1 -1
- package/esm/cli/commands/push/command.js +11 -10
- package/esm/cli/commands/routes/handler.d.ts +4 -4
- package/esm/cli/commands/routes/handler.d.ts.map +1 -1
- package/esm/cli/commands/routes/handler.js +6 -5
- package/esm/cli/commands/schema/handler.d.ts.map +1 -1
- package/esm/cli/commands/schema/handler.js +5 -4
- package/esm/cli/commands/serve/handler.d.ts +9 -9
- package/esm/cli/commands/serve/handler.d.ts.map +1 -1
- package/esm/cli/commands/serve/handler.js +10 -9
- package/esm/cli/commands/start/handler.d.ts +6 -6
- package/esm/cli/commands/start/handler.d.ts.map +1 -1
- package/esm/cli/commands/start/handler.js +8 -7
- package/esm/cli/commands/studio/handler.d.ts +5 -5
- package/esm/cli/commands/studio/handler.d.ts.map +1 -1
- package/esm/cli/commands/studio/handler.js +7 -6
- package/esm/cli/commands/styles/command.d.ts.map +1 -1
- package/esm/cli/commands/styles/command.js +9 -8
- package/esm/cli/commands/styles/handler.d.ts +12 -12
- package/esm/cli/commands/styles/handler.d.ts.map +1 -1
- package/esm/cli/commands/styles/handler.js +7 -6
- package/esm/cli/commands/task/handler.d.ts +12 -12
- package/esm/cli/commands/task/handler.d.ts.map +1 -1
- package/esm/cli/commands/task/handler.js +7 -6
- package/esm/cli/commands/test/handler.d.ts.map +1 -1
- package/esm/cli/commands/test/handler.js +6 -5
- package/esm/cli/commands/up/command.d.ts +14 -10
- package/esm/cli/commands/up/command.d.ts.map +1 -1
- package/esm/cli/commands/up/command.js +6 -5
- package/esm/cli/commands/uploads/command.d.ts +43 -41
- package/esm/cli/commands/uploads/command.d.ts.map +1 -1
- package/esm/cli/commands/uploads/command.js +40 -36
- package/esm/cli/commands/worker/handler.d.ts +20 -23
- package/esm/cli/commands/worker/handler.d.ts.map +1 -1
- package/esm/cli/commands/worker/handler.js +11 -10
- package/esm/cli/commands/workflow/handler.d.ts +14 -16
- package/esm/cli/commands/workflow/handler.d.ts.map +1 -1
- package/esm/cli/commands/workflow/handler.js +8 -7
- package/esm/cli/mcp/jsonrpc.d.ts +34 -18
- package/esm/cli/mcp/jsonrpc.d.ts.map +1 -1
- package/esm/cli/mcp/jsonrpc.js +21 -17
- package/esm/cli/mcp/remote-file-tools.d.ts +79 -83
- package/esm/cli/mcp/remote-file-tools.d.ts.map +1 -1
- package/esm/cli/mcp/remote-file-tools.js +79 -67
- package/esm/cli/mcp/server.d.ts +0 -1
- package/esm/cli/mcp/server.d.ts.map +1 -1
- package/esm/cli/mcp/server.js +2 -60
- package/esm/cli/mcp/tools/bootstrap-tool.d.ts +5 -5
- package/esm/cli/mcp/tools/bootstrap-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/bootstrap-tool.js +5 -4
- package/esm/cli/mcp/tools/build-tool.d.ts +9 -9
- package/esm/cli/mcp/tools/build-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/build-tool.js +9 -8
- package/esm/cli/mcp/tools/catalog-tools.d.ts +18 -33
- package/esm/cli/mcp/tools/catalog-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/catalog-tools.js +19 -14
- package/esm/cli/mcp/tools/context7-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/context7-tools.js +9 -9
- package/esm/cli/mcp/tools/deploy-tool.d.ts +7 -7
- package/esm/cli/mcp/tools/deploy-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/deploy-tool.js +7 -6
- package/esm/cli/mcp/tools/dev-tools.d.ts +31 -35
- package/esm/cli/mcp/tools/dev-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/dev-tools.js +31 -25
- package/esm/cli/mcp/tools/introspection-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/introspection-tools.js +6 -6
- package/esm/cli/mcp/tools/project-tools.d.ts +20 -25
- package/esm/cli/mcp/tools/project-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/project-tools.js +20 -16
- package/esm/cli/mcp/tools/run-lint-tool.d.ts +5 -5
- package/esm/cli/mcp/tools/run-lint-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/run-lint-tool.js +5 -4
- package/esm/cli/mcp/tools/run-tests-tool.d.ts +7 -7
- package/esm/cli/mcp/tools/run-tests-tool.d.ts.map +1 -1
- package/esm/cli/mcp/tools/run-tests-tool.js +7 -6
- package/esm/cli/mcp/tools/scaffold-tools.d.ts +12 -33
- package/esm/cli/mcp/tools/scaffold-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/scaffold-tools.js +23 -21
- package/esm/cli/mcp/tools/skill-tools.d.ts +10 -10
- package/esm/cli/mcp/tools/skill-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/skill-tools.js +8 -8
- package/esm/cli/mcp/tools.d.ts +27 -48
- package/esm/cli/mcp/tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools.js +26 -21
- package/esm/cli/shared/args.d.ts +11 -8
- package/esm/cli/shared/args.d.ts.map +1 -1
- package/esm/cli/shared/args.js +9 -6
- package/esm/cli/shared/config.d.ts +38 -20
- package/esm/cli/shared/config.d.ts.map +1 -1
- package/esm/cli/shared/config.js +20 -17
- package/esm/cli/shared/types.d.ts +4 -7
- package/esm/cli/shared/types.d.ts.map +1 -1
- package/esm/cli/shared/types.js +3 -2
- package/esm/cli/skills/types.d.ts +30 -16
- package/esm/cli/skills/types.d.ts.map +1 -1
- package/esm/cli/skills/types.js +17 -15
- package/esm/cli/templates/manifest.js +211 -211
- package/esm/deno.d.ts +5 -0
- package/esm/deno.js +10 -4
- package/esm/extensions/ext-zod/src/adapter.d.ts +22 -0
- package/esm/extensions/ext-zod/src/adapter.d.ts.map +1 -0
- package/esm/extensions/ext-zod/src/adapter.js +159 -0
- package/esm/extensions/ext-zod/src/index.d.ts +19 -0
- package/esm/extensions/ext-zod/src/index.d.ts.map +1 -0
- package/esm/extensions/ext-zod/src/index.js +32 -0
- package/esm/extensions/ext-zod/src/json-schema.d.ts +15 -0
- package/esm/extensions/ext-zod/src/json-schema.d.ts.map +1 -0
- package/esm/extensions/ext-zod/src/json-schema.js +247 -0
- package/esm/src/agent/ag-ui-detached-start.d.ts +97 -50
- package/esm/src/agent/ag-ui-detached-start.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-detached-start.js +26 -17
- package/esm/src/agent/ag-ui-forwarded-context.d.ts +3 -3
- package/esm/src/agent/ag-ui-forwarded-context.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-forwarded-context.js +3 -2
- package/esm/src/agent/ag-ui-handler.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-handler.js +5 -3
- package/esm/src/agent/ag-ui-host-support.d.ts +119 -65
- package/esm/src/agent/ag-ui-host-support.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-host-support.js +48 -42
- package/esm/src/agent/ag-ui-request-shared.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-request-shared.js +11 -2
- package/esm/src/agent/ag-ui-run-control.d.ts +15 -8
- package/esm/src/agent/ag-ui-run-control.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-run-control.js +18 -13
- package/esm/src/agent/ag-ui-runtime-handler.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-runtime-handler.js +5 -3
- package/esm/src/agent/ag-ui-sse-parser.d.ts +57 -0
- package/esm/src/agent/ag-ui-sse-parser.d.ts.map +1 -0
- package/esm/src/agent/ag-ui-sse-parser.js +227 -0
- package/esm/src/agent/ag-ui-tool-shared.d.ts.map +1 -1
- package/esm/src/agent/ag-ui-tool-shared.js +3 -2
- package/esm/src/agent/chat-handler.d.ts.map +1 -1
- package/esm/src/agent/chat-handler.js +58 -57
- package/esm/src/agent/composition/composition.js +2 -2
- package/esm/src/agent/conversation-bootstrap.d.ts +13 -16
- package/esm/src/agent/conversation-bootstrap.d.ts.map +1 -1
- package/esm/src/agent/conversation-bootstrap.js +19 -12
- package/esm/src/agent/conversation-hosted-lifecycle.d.ts.map +1 -1
- package/esm/src/agent/conversation-run-context.d.ts +1 -10
- package/esm/src/agent/conversation-run-context.d.ts.map +1 -1
- package/esm/src/agent/conversation-run-events.d.ts +9 -5
- package/esm/src/agent/conversation-run-events.d.ts.map +1 -1
- package/esm/src/agent/conversation-run-events.js +6 -4
- package/esm/src/agent/default-hosted-invoke-agent-tool.d.ts +37 -16
- package/esm/src/agent/default-hosted-invoke-agent-tool.d.ts.map +1 -1
- package/esm/src/agent/default-hosted-invoke-agent-tool.js +10 -5
- package/esm/src/agent/durable.d.ts +70 -129
- package/esm/src/agent/durable.d.ts.map +1 -1
- package/esm/src/agent/durable.js +107 -109
- package/esm/src/agent/hosted-ag-ui-chat-request.d.ts +29 -11
- package/esm/src/agent/hosted-ag-ui-chat-request.d.ts.map +1 -1
- package/esm/src/agent/hosted-ag-ui-chat-request.js +17 -15
- package/esm/src/agent/hosted-agent-service-config.d.ts +6 -6
- package/esm/src/agent/hosted-agent-service-routes.d.ts.map +1 -1
- package/esm/src/agent/hosted-agent-service-routes.js +4 -3
- package/esm/src/agent/hosted-chat-request-parser.d.ts +2 -0
- package/esm/src/agent/hosted-chat-request-parser.d.ts.map +1 -1
- package/esm/src/agent/hosted-chat-request-parser.js +9 -4
- package/esm/src/agent/hosted-chat-request.d.ts +291 -20
- package/esm/src/agent/hosted-chat-request.d.ts.map +1 -1
- package/esm/src/agent/hosted-chat-request.js +33 -31
- package/esm/src/agent/hosted-child-fork-step-message-preparation.d.ts.map +1 -1
- package/esm/src/agent/hosted-child-status.d.ts.map +1 -1
- package/esm/src/agent/hosted-child-status.js +2 -0
- package/esm/src/agent/hosted-child-tool-input.d.ts +21 -11
- package/esm/src/agent/hosted-child-tool-input.d.ts.map +1 -1
- package/esm/src/agent/hosted-child-tool-input.js +12 -10
- package/esm/src/agent/hosted-form-input-tool.d.ts +78 -86
- package/esm/src/agent/hosted-form-input-tool.d.ts.map +1 -1
- package/esm/src/agent/hosted-form-input-tool.js +10 -3
- package/esm/src/agent/human-input.d.ts +337 -277
- package/esm/src/agent/human-input.d.ts.map +1 -1
- package/esm/src/agent/human-input.js +88 -72
- package/esm/src/agent/index.d.ts +8 -7
- package/esm/src/agent/index.d.ts.map +1 -1
- package/esm/src/agent/index.js +8 -7
- package/esm/src/agent/input-request-protocol.d.ts +461 -1611
- package/esm/src/agent/input-request-protocol.d.ts.map +1 -1
- package/esm/src/agent/input-request-protocol.js +120 -107
- package/esm/src/agent/invoke-agent-child-runs.d.ts +109 -107
- package/esm/src/agent/invoke-agent-child-runs.d.ts.map +1 -1
- package/esm/src/agent/invoke-agent-child-runs.js +36 -29
- package/esm/src/agent/runtime-ag-ui-contract.d.ts +206 -206
- package/esm/src/agent/runtime-ag-ui-contract.d.ts.map +1 -1
- package/esm/src/agent/runtime-ag-ui-contract.js +96 -91
- package/esm/src/agent/runtime-agent-definition.d.ts +47 -24
- package/esm/src/agent/runtime-agent-definition.d.ts.map +1 -1
- package/esm/src/agent/runtime-agent-definition.js +26 -20
- package/esm/src/agent/runtime-agent-invocation-contract.d.ts +306 -168
- package/esm/src/agent/runtime-agent-invocation-contract.d.ts.map +1 -1
- package/esm/src/agent/runtime-agent-invocation-contract.js +116 -101
- package/esm/src/agent/runtime-client-profile.d.ts +23 -32
- package/esm/src/agent/runtime-client-profile.d.ts.map +1 -1
- package/esm/src/agent/runtime-client-profile.js +29 -27
- package/esm/src/agent/runtime-load-skill-tool.d.ts +6 -7
- package/esm/src/agent/runtime-load-skill-tool.d.ts.map +1 -1
- package/esm/src/agent/runtime-load-skill-tool.js +7 -6
- package/esm/src/agent/runtime-project-files-client.d.ts +19 -10
- package/esm/src/agent/runtime-project-files-client.d.ts.map +1 -1
- package/esm/src/agent/runtime-project-files-client.js +33 -35
- package/esm/src/agent/runtime-skill-metadata.d.ts +6 -20
- package/esm/src/agent/runtime-skill-metadata.d.ts.map +1 -1
- package/esm/src/agent/runtime-skill-metadata.js +24 -18
- package/esm/src/agent/runtime-upload-url-client.d.ts.map +1 -1
- package/esm/src/agent/runtime-upload-url-client.js +19 -25
- package/esm/src/agent/schemas/agent.schema.d.ts +258 -307
- package/esm/src/agent/schemas/agent.schema.d.ts.map +1 -1
- package/esm/src/agent/schemas/agent.schema.js +105 -101
- package/esm/src/agent/schemas/index.d.ts +2 -2
- package/esm/src/agent/schemas/index.d.ts.map +1 -1
- package/esm/src/agent/schemas/index.js +2 -2
- package/esm/src/agent/schemas/tool.schema.d.ts +5 -5
- package/esm/src/agent/schemas/tool.schema.d.ts.map +1 -1
- package/esm/src/agent/schemas/tool.schema.js +4 -4
- package/esm/src/agent/veryfront-cloud-agent-service.d.ts.map +1 -1
- package/esm/src/agent/veryfront-cloud-agent-service.js +30 -7
- package/esm/src/cache/schemas/cache-backend.schema.d.ts +15 -14
- package/esm/src/cache/schemas/cache-backend.schema.d.ts.map +1 -1
- package/esm/src/cache/schemas/cache-backend.schema.js +10 -7
- package/esm/src/cache/schemas/cache-key.schema.d.ts +12 -10
- package/esm/src/cache/schemas/cache-key.schema.d.ts.map +1 -1
- package/esm/src/cache/schemas/cache-key.schema.js +8 -6
- package/esm/src/channels/control-plane.d.ts +246 -156
- package/esm/src/channels/control-plane.d.ts.map +1 -1
- package/esm/src/channels/control-plane.js +80 -73
- package/esm/src/channels/invoke.d.ts +220 -134
- package/esm/src/channels/invoke.d.ts.map +1 -1
- package/esm/src/channels/invoke.js +105 -93
- package/esm/src/chat/ag-ui.d.ts +494 -273
- package/esm/src/chat/ag-ui.d.ts.map +1 -1
- package/esm/src/chat/ag-ui.js +164 -180
- package/esm/src/chat/conversation.d.ts +273 -183
- package/esm/src/chat/conversation.d.ts.map +1 -1
- package/esm/src/chat/conversation.js +97 -111
- package/esm/src/chat/types.d.ts +635 -14
- package/esm/src/chat/types.d.ts.map +1 -1
- package/esm/src/chat/types.js +146 -174
- package/esm/src/config/schemas/config.schema.d.ts +799 -395
- package/esm/src/config/schemas/config.schema.d.ts.map +1 -1
- package/esm/src/config/schemas/config.schema.js +300 -268
- package/esm/src/data/schemas/data.schema.d.ts +89 -48
- package/esm/src/data/schemas/data.schema.d.ts.map +1 -1
- package/esm/src/data/schemas/data.schema.js +36 -29
- package/esm/src/extensions/builtin-extensions.d.ts.map +1 -1
- package/esm/src/extensions/builtin-extensions.js +9 -0
- package/esm/src/extensions/schema/index.d.ts +1 -1
- package/esm/src/extensions/schema/index.d.ts.map +1 -1
- package/esm/src/extensions/schema/json-schema.d.ts +23 -0
- package/esm/src/extensions/schema/json-schema.d.ts.map +1 -0
- package/esm/src/extensions/schema/json-schema.js +8 -0
- package/esm/src/extensions/schema/schema-validator.d.ts +97 -4
- package/esm/src/extensions/schema/schema-validator.d.ts.map +1 -1
- package/esm/src/html/hydration-script-builder/hydration-data-generator.js +1 -1
- package/esm/src/html/schemas/html.schema.d.ts +107 -90
- package/esm/src/html/schemas/html.schema.d.ts.map +1 -1
- package/esm/src/html/schemas/html.schema.js +60 -52
- package/esm/src/html/utils.d.ts.map +1 -1
- package/esm/src/html/utils.js +1 -1
- package/esm/src/integrations/schema.d.ts +455 -433
- package/esm/src/integrations/schema.d.ts.map +1 -1
- package/esm/src/integrations/schema.js +105 -95
- package/esm/src/internal-agents/ag-ui-sse.d.ts.map +1 -1
- package/esm/src/internal-agents/ag-ui-sse.js +60 -82
- package/esm/src/internal-agents/control-plane-auth.d.ts +10 -10
- package/esm/src/internal-agents/control-plane-auth.d.ts.map +1 -1
- package/esm/src/internal-agents/run-stream.d.ts.map +1 -1
- package/esm/src/internal-agents/run-stream.js +3 -2
- package/esm/src/internal-agents/schema.d.ts +272 -281
- package/esm/src/internal-agents/schema.d.ts.map +1 -1
- package/esm/src/internal-agents/schema.js +55 -47
- package/esm/src/issues/core.d.ts.map +1 -1
- package/esm/src/issues/mcp.d.ts.map +1 -1
- package/esm/src/issues/mcp.js +47 -41
- package/esm/src/issues/schemas/index.d.ts +1 -1
- package/esm/src/issues/schemas/index.d.ts.map +1 -1
- package/esm/src/issues/schemas/index.js +1 -1
- package/esm/src/issues/schemas/issue.schema.d.ts +151 -116
- package/esm/src/issues/schemas/issue.schema.d.ts.map +1 -1
- package/esm/src/issues/schemas/issue.schema.js +64 -55
- package/esm/src/jobs/schemas.d.ts +1087 -658
- package/esm/src/jobs/schemas.d.ts.map +1 -1
- package/esm/src/jobs/schemas.js +244 -214
- package/esm/src/mcp/index.d.ts +6 -2
- package/esm/src/mcp/index.d.ts.map +1 -1
- package/esm/src/mcp/index.js +6 -2
- package/esm/src/mcp/schemas/index.d.ts +1 -1
- package/esm/src/mcp/schemas/index.d.ts.map +1 -1
- package/esm/src/mcp/schemas/index.js +1 -1
- package/esm/src/mcp/schemas/mcp.schema.d.ts +59 -31
- package/esm/src/mcp/schemas/mcp.schema.d.ts.map +1 -1
- package/esm/src/mcp/schemas/mcp.schema.js +28 -24
- package/esm/src/mcp/types.d.ts +2 -2
- package/esm/src/mcp/types.d.ts.map +1 -1
- package/esm/src/oauth/providers/atlassian.d.ts +36 -30
- package/esm/src/oauth/providers/atlassian.d.ts.map +1 -1
- package/esm/src/oauth/providers/common.d.ts +312 -260
- package/esm/src/oauth/providers/common.d.ts.map +1 -1
- package/esm/src/oauth/providers/google.d.ts +48 -40
- package/esm/src/oauth/providers/google.d.ts.map +1 -1
- package/esm/src/oauth/providers/microsoft.d.ts +48 -40
- package/esm/src/oauth/providers/microsoft.d.ts.map +1 -1
- package/esm/src/oauth/schemas/oauth.schema.d.ts +180 -92
- package/esm/src/oauth/schemas/oauth.schema.d.ts.map +1 -1
- package/esm/src/oauth/schemas/oauth.schema.js +67 -59
- package/esm/src/platform/adapters/fs/github/github-api-client.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/github/github-api-client.js +4 -4
- package/esm/src/platform/adapters/fs/github/index.d.ts +1 -1
- package/esm/src/platform/adapters/fs/github/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/github/index.js +1 -1
- package/esm/src/platform/adapters/fs/github/schemas/github-api.schema.d.ts +97 -140
- package/esm/src/platform/adapters/fs/github/schemas/github-api.schema.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/github/schemas/github-api.schema.js +40 -37
- package/esm/src/platform/adapters/fs/github/schemas/index.d.ts +1 -1
- package/esm/src/platform/adapters/fs/github/schemas/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/github/schemas/index.js +1 -1
- package/esm/src/platform/adapters/fs/veryfront/proxy-manager.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/proxy-manager.js +7 -4
- package/esm/src/platform/adapters/fs/veryfront/schemas/index.d.ts +1 -1
- package/esm/src/platform/adapters/fs/veryfront/schemas/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/schemas/index.js +1 -1
- package/esm/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.d.ts +11 -11
- package/esm/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.js +10 -10
- package/esm/src/platform/adapters/fs/veryfront/stat-operations.d.ts.map +1 -1
- package/esm/src/platform/adapters/fs/veryfront/stat-operations.js +1 -0
- package/esm/src/platform/adapters/veryfront-api-client/client.d.ts +63 -63
- package/esm/src/platform/adapters/veryfront-api-client/index.d.ts +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/index.js +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/operations.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/operations.js +11 -21
- package/esm/src/platform/adapters/veryfront-api-client/schemas/api.schema.d.ts +444 -471
- package/esm/src/platform/adapters/veryfront-api-client/schemas/api.schema.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/schemas/api.schema.js +150 -122
- package/esm/src/platform/adapters/veryfront-api-client/schemas/index.d.ts +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/schemas/index.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/schemas/index.js +1 -1
- package/esm/src/prompt/schemas/prompt.schema.d.ts +10 -9
- package/esm/src/prompt/schemas/prompt.schema.d.ts.map +1 -1
- package/esm/src/prompt/schemas/prompt.schema.js +8 -8
- package/esm/src/proxy/handler.d.ts.map +1 -1
- package/esm/src/proxy/handler.js +0 -1
- package/esm/src/repositories/schemas/repository.schema.d.ts +40 -25
- package/esm/src/repositories/schemas/repository.schema.d.ts.map +1 -1
- package/esm/src/repositories/schemas/repository.schema.js +23 -19
- package/esm/src/resource/index.d.ts +6 -2
- package/esm/src/resource/index.d.ts.map +1 -1
- package/esm/src/resource/index.js +6 -2
- package/esm/src/resource/schemas/index.d.ts +1 -1
- package/esm/src/resource/schemas/index.d.ts.map +1 -1
- package/esm/src/resource/schemas/index.js +1 -1
- package/esm/src/resource/schemas/resource.schema.d.ts +13 -16
- package/esm/src/resource/schemas/resource.schema.d.ts.map +1 -1
- package/esm/src/resource/schemas/resource.schema.js +9 -6
- package/esm/src/resource/types.d.ts +3 -3
- package/esm/src/resource/types.d.ts.map +1 -1
- package/esm/src/routing/api/openapi/types.d.ts +4 -4
- package/esm/src/routing/api/openapi/types.d.ts.map +1 -1
- package/esm/src/sandbox/hosted-tools.d.ts.map +1 -1
- package/esm/src/sandbox/hosted-tools.js +11 -13
- package/esm/src/schemas/common.d.ts +48 -28
- package/esm/src/schemas/common.d.ts.map +1 -1
- package/esm/src/schemas/common.js +67 -28
- package/esm/src/schemas/define.d.ts +3 -2
- package/esm/src/schemas/define.d.ts.map +1 -1
- package/esm/src/schemas/define.js +12 -6
- package/esm/src/schemas/index.d.ts +8 -4
- package/esm/src/schemas/index.d.ts.map +1 -1
- package/esm/src/schemas/index.js +8 -7
- package/esm/src/schemas/json-schema.d.ts +25 -0
- package/esm/src/schemas/json-schema.d.ts.map +1 -0
- package/esm/src/schemas/json-schema.js +27 -0
- package/esm/src/schemas/primitives.d.ts +34 -23
- package/esm/src/schemas/primitives.d.ts.map +1 -1
- package/esm/src/schemas/primitives.js +25 -18
- package/esm/src/security/input-validation/handler.d.ts +3 -3
- package/esm/src/security/input-validation/handler.d.ts.map +1 -1
- package/esm/src/security/input-validation/parsers.d.ts +4 -4
- package/esm/src/security/input-validation/parsers.d.ts.map +1 -1
- package/esm/src/security/input-validation/parsers.js +35 -45
- package/esm/src/server/bootstrap.js +2 -2
- package/esm/src/server/dev-ui/manifest.js +1 -1
- package/esm/src/server/handlers/dev/framework-candidates.generated.d.ts.map +1 -1
- package/esm/src/server/handlers/dev/framework-candidates.generated.js +1 -0
- package/esm/src/server/handlers/request/agent-run-cancel.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/agent-run-cancel.handler.js +2 -3
- package/esm/src/server/handlers/request/agent-run-resume.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/agent-run-resume.handler.js +4 -5
- package/esm/src/server/handlers/request/agent-stream.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/agent-stream.handler.js +3 -4
- package/esm/src/server/handlers/request/internal-agents-list.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/internal-agents-list.handler.js +2 -4
- package/esm/src/server/runtime-handler/environment-resolution.d.ts.map +1 -1
- package/esm/src/server/runtime-handler/environment-resolution.js +4 -5
- package/esm/src/server/runtime-handler/request-utils.d.ts.map +1 -1
- package/esm/src/server/runtime-handler/request-utils.js +1 -2
- package/esm/src/server/schemas/action.schema.d.ts +10 -6
- package/esm/src/server/schemas/action.schema.d.ts.map +1 -1
- package/esm/src/server/schemas/action.schema.js +7 -5
- package/esm/src/skill/tools.d.ts.map +1 -1
- package/esm/src/skill/tools.js +24 -21
- package/esm/src/tool/factory.d.ts +1 -1
- package/esm/src/tool/factory.d.ts.map +1 -1
- package/esm/src/tool/factory.js +12 -1
- package/esm/src/tool/host-tools.d.ts +1 -1
- package/esm/src/tool/host-tools.d.ts.map +1 -1
- package/esm/src/tool/host-tools.js +17 -3
- package/esm/src/tool/index.d.ts +9 -5
- package/esm/src/tool/index.d.ts.map +1 -1
- package/esm/src/tool/index.js +9 -5
- package/esm/src/tool/remote-source-tools.d.ts.map +1 -1
- package/esm/src/tool/remote-source-tools.js +9 -2
- package/esm/src/tool/schema/json-schema.d.ts +8 -15
- package/esm/src/tool/schema/json-schema.d.ts.map +1 -1
- package/esm/src/tool/schema/json-schema.js +7 -0
- package/esm/src/tool/schema/zod-json-schema.d.ts +33 -4
- package/esm/src/tool/schema/zod-json-schema.d.ts.map +1 -1
- package/esm/src/tool/schema/zod-json-schema.js +70 -159
- package/esm/src/tool/sleep.d.ts +21 -11
- package/esm/src/tool/sleep.d.ts.map +1 -1
- package/esm/src/tool/sleep.js +42 -4
- package/esm/src/tool/types.d.ts +12 -8
- package/esm/src/tool/types.d.ts.map +1 -1
- package/esm/src/transforms/npm-import-rewrites.d.ts +1 -1
- package/esm/src/transforms/npm-import-rewrites.d.ts.map +1 -1
- package/esm/src/transforms/npm-import-rewrites.js +1 -3
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/esm/src/workflow/api.d.ts +22 -22
- package/esm/src/workflow/blob/veryfront-cloud-storage.d.ts.map +1 -1
- package/esm/src/workflow/blob/veryfront-cloud-storage.js +37 -33
- package/esm/src/workflow/claude-code/tool.d.ts +37 -44
- package/esm/src/workflow/claude-code/tool.d.ts.map +1 -1
- package/esm/src/workflow/claude-code/tool.js +11 -19
- package/esm/src/workflow/dsl/workflow.d.ts +3 -3
- package/esm/src/workflow/dsl/workflow.d.ts.map +1 -1
- package/esm/src/workflow/schemas/index.d.ts +1 -1
- package/esm/src/workflow/schemas/index.d.ts.map +1 -1
- package/esm/src/workflow/schemas/index.js +1 -1
- package/esm/src/workflow/schemas/workflow.schema.d.ts +194 -177
- package/esm/src/workflow/schemas/workflow.schema.d.ts.map +1 -1
- package/esm/src/workflow/schemas/workflow.schema.js +101 -83
- package/esm/src/workflow/types.d.ts +3 -3
- package/esm/src/workflow/types.d.ts.map +1 -1
- package/package.json +4 -1
- package/src/cli/commands/analyze-chunks/handler.ts +9 -5
- package/src/cli/commands/build/handler.ts +20 -15
- package/src/cli/commands/clean/command.ts +1 -1
- package/src/cli/commands/clean/handler.ts +12 -8
- package/src/cli/commands/demo/handler.ts +12 -7
- package/src/cli/commands/deploy/command.ts +17 -12
- package/src/cli/commands/dev/handler.ts +11 -7
- package/src/cli/commands/doctor/handler.ts +8 -4
- package/src/cli/commands/files/command.ts +64 -44
- package/src/cli/commands/generate/handler.ts +9 -5
- package/src/cli/commands/generate/integration-generator-helpers.ts +4 -4
- package/src/cli/commands/generate/integration-generator.ts +8 -4
- package/src/cli/commands/install/detect.ts +1 -1
- package/src/cli/commands/install/handler.ts +10 -6
- package/src/cli/commands/install/install.ts +20 -12
- package/src/cli/commands/install/types.ts +58 -41
- package/src/cli/commands/install/uninstall.ts +6 -2
- package/src/cli/commands/knowledge/command.ts +60 -52
- package/src/cli/commands/lock/handler.ts +13 -9
- package/src/cli/commands/mcp/handler.ts +8 -4
- package/src/cli/commands/merge/command.ts +14 -9
- package/src/cli/commands/open/command.ts +12 -7
- package/src/cli/commands/pull/command.ts +20 -15
- package/src/cli/commands/push/command.ts +17 -12
- package/src/cli/commands/routes/handler.ts +9 -5
- package/src/cli/commands/schema/handler.ts +8 -4
- package/src/cli/commands/serve/handler.ts +15 -11
- package/src/cli/commands/start/handler.ts +11 -7
- package/src/cli/commands/studio/handler.ts +10 -6
- package/src/cli/commands/styles/command.ts +22 -17
- package/src/cli/commands/styles/handler.ts +12 -7
- package/src/cli/commands/task/handler.ts +12 -7
- package/src/cli/commands/test/handler.ts +9 -5
- package/src/cli/commands/up/command.ts +11 -6
- package/src/cli/commands/uploads/command.ts +72 -52
- package/src/cli/commands/worker/handler.ts +16 -11
- package/src/cli/commands/workflow/handler.ts +13 -8
- package/src/cli/mcp/jsonrpc.ts +32 -19
- package/src/cli/mcp/remote-file-tools.ts +134 -97
- package/src/cli/mcp/server.ts +2 -80
- package/src/cli/mcp/tools/bootstrap-tool.ts +11 -7
- package/src/cli/mcp/tools/build-tool.ts +32 -28
- package/src/cli/mcp/tools/catalog-tools.ts +53 -42
- package/src/cli/mcp/tools/context7-tools.ts +29 -25
- package/src/cli/mcp/tools/deploy-tool.ts +17 -13
- package/src/cli/mcp/tools/dev-tools.ts +90 -66
- package/src/cli/mcp/tools/introspection-tools.ts +8 -6
- package/src/cli/mcp/tools/project-tools.ts +45 -32
- package/src/cli/mcp/tools/run-lint-tool.ts +11 -7
- package/src/cli/mcp/tools/run-tests-tool.ts +17 -13
- package/src/cli/mcp/tools/scaffold-tools.ts +43 -36
- package/src/cli/mcp/tools/skill-tools.ts +17 -12
- package/src/cli/mcp/tools.ts +65 -51
- package/src/cli/shared/args.ts +12 -9
- package/src/cli/shared/config.ts +32 -22
- package/src/cli/shared/project-source-context.ts +1 -1
- package/src/cli/shared/types.ts +5 -3
- package/src/cli/skills/types.ts +29 -24
- package/src/cli/templates/manifest.js +211 -211
- package/src/deno.js +10 -4
- package/src/deps/esm.sh/@types/react-dom@19.2.3/client.d.ts +1 -1
- package/src/deps/esm.sh/@types/{react@19.2.14 → react@19.2.3}/global.d.ts +0 -1
- package/src/deps/esm.sh/@types/{react@19.2.14 → react@19.2.3}/index.d.ts +24 -93
- package/src/deps/esm.sh/react-dom@19.2.4/client.d.ts +1 -1
- package/src/extensions/ext-zod/src/adapter.ts +238 -0
- package/src/extensions/ext-zod/src/index.ts +36 -0
- package/src/extensions/ext-zod/src/json-schema.ts +311 -0
- package/src/src/agent/ag-ui-detached-start.ts +44 -21
- package/src/src/agent/ag-ui-forwarded-context.ts +6 -4
- package/src/src/agent/ag-ui-handler.ts +7 -3
- package/src/src/agent/ag-ui-host-support.ts +84 -66
- package/src/src/agent/ag-ui-request-shared.ts +16 -2
- package/src/src/agent/ag-ui-run-control.ts +26 -15
- package/src/src/agent/ag-ui-runtime-handler.ts +7 -3
- package/src/src/agent/ag-ui-sse-parser.ts +306 -0
- package/src/src/agent/ag-ui-tool-shared.ts +5 -2
- package/src/src/agent/chat-handler.ts +89 -67
- package/src/src/agent/composition/composition.ts +2 -2
- package/src/src/agent/conversation-bootstrap.ts +38 -17
- package/src/src/agent/conversation-hosted-lifecycle.ts +12 -10
- package/src/src/agent/conversation-run-events.ts +13 -5
- package/src/src/agent/default-hosted-invoke-agent-tool.ts +19 -8
- package/src/src/agent/durable.ts +186 -144
- package/src/src/agent/hosted-ag-ui-chat-request.ts +27 -16
- package/src/src/agent/hosted-agent-service-routes.ts +4 -3
- package/src/src/agent/hosted-chat-request-parser.ts +12 -4
- package/src/src/agent/hosted-chat-request.ts +46 -32
- package/src/src/agent/hosted-child-fork-step-message-preparation.ts +3 -1
- package/src/src/agent/hosted-child-status.ts +8 -1
- package/src/src/agent/hosted-child-tool-input.ts +27 -19
- package/src/src/agent/hosted-durable-child-fork-execution.ts +3 -3
- package/src/src/agent/hosted-form-input-tool.ts +15 -5
- package/src/src/agent/human-input.ts +129 -92
- package/src/src/agent/index.ts +38 -20
- package/src/src/agent/input-request-protocol.ts +193 -124
- package/src/src/agent/invoke-agent-child-runs.ts +64 -44
- package/src/src/agent/runtime-ag-ui-contract.ts +159 -123
- package/src/src/agent/runtime-agent-definition.ts +45 -24
- package/src/src/agent/runtime-agent-invocation-contract.ts +241 -174
- package/src/src/agent/runtime-client-profile.ts +51 -34
- package/src/src/agent/runtime-load-skill-tool.ts +19 -12
- package/src/src/agent/runtime-project-files-client.ts +51 -39
- package/src/src/agent/runtime-skill-metadata.ts +41 -24
- package/src/src/agent/runtime-upload-url-client.ts +24 -24
- package/src/src/agent/schemas/agent.schema.ts +179 -142
- package/src/src/agent/schemas/index.ts +15 -15
- package/src/src/agent/schemas/tool.schema.ts +8 -5
- package/src/src/agent/veryfront-cloud-agent-service.ts +40 -6
- package/src/src/cache/schemas/cache-backend.schema.ts +18 -9
- package/src/src/cache/schemas/cache-key.schema.ts +13 -7
- package/src/src/channels/control-plane.ts +132 -96
- package/src/src/channels/invoke.ts +165 -120
- package/src/src/chat/ag-ui.ts +229 -225
- package/src/src/chat/conversation.ts +121 -124
- package/src/src/chat/types.ts +230 -205
- package/src/src/config/schemas/config.schema.ts +653 -610
- package/src/src/data/schemas/data.schema.ts +62 -39
- package/src/src/extensions/builtin-extensions.ts +9 -0
- package/src/src/extensions/schema/index.ts +3 -0
- package/src/src/extensions/schema/json-schema.ts +23 -0
- package/src/src/extensions/schema/schema-validator.ts +105 -6
- package/src/src/html/html-shell-generator.ts +1 -1
- package/src/src/html/hydration-script-builder/hydration-data-generator.ts +2 -2
- package/src/src/html/schemas/html.schema.ts +81 -65
- package/src/src/html/utils.ts +4 -1
- package/src/src/integrations/schema.ts +140 -111
- package/src/src/internal-agents/ag-ui-sse.ts +85 -83
- package/src/src/internal-agents/run-stream.ts +4 -2
- package/src/src/internal-agents/schema.ts +120 -89
- package/src/src/issues/core.ts +3 -1
- package/src/src/issues/mcp.ts +81 -58
- package/src/src/issues/schemas/index.ts +11 -0
- package/src/src/issues/schemas/issue.schema.ts +99 -73
- package/src/src/jobs/jobs-client.ts +4 -4
- package/src/src/jobs/schemas.ts +414 -297
- package/src/src/mcp/index.ts +6 -2
- package/src/src/mcp/schemas/index.ts +3 -0
- package/src/src/mcp/schemas/mcp.schema.ts +45 -29
- package/src/src/mcp/types.ts +2 -3
- package/src/src/oauth/schemas/oauth.schema.ts +96 -70
- package/src/src/platform/adapters/fs/github/github-api-client.ts +6 -6
- package/src/src/platform/adapters/fs/github/index.ts +5 -5
- package/src/src/platform/adapters/fs/github/schemas/github-api.schema.ts +58 -42
- package/src/src/platform/adapters/fs/github/schemas/index.ts +5 -5
- package/src/src/platform/adapters/fs/veryfront/proxy-manager.ts +9 -5
- package/src/src/platform/adapters/fs/veryfront/schemas/index.ts +1 -1
- package/src/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.ts +14 -11
- package/src/src/platform/adapters/fs/veryfront/stat-operations.ts +1 -0
- package/src/src/platform/adapters/veryfront-api-client/index.ts +17 -16
- package/src/src/platform/adapters/veryfront-api-client/operations.ts +20 -31
- package/src/src/platform/adapters/veryfront-api-client/schemas/api.schema.ts +231 -150
- package/src/src/platform/adapters/veryfront-api-client/schemas/index.ts +17 -16
- package/src/src/prompt/schemas/prompt.schema.ts +13 -10
- package/src/src/proxy/handler.ts +0 -1
- package/src/src/rendering/orchestrator/html-project-css.ts +1 -1
- package/src/src/rendering/renderer.ts +2 -2
- package/src/src/repositories/schemas/repository.schema.ts +36 -22
- package/src/src/resource/index.ts +6 -2
- package/src/src/resource/schemas/index.ts +2 -0
- package/src/src/resource/schemas/resource.schema.ts +17 -8
- package/src/src/resource/types.ts +3 -3
- package/src/src/routing/api/openapi/types.ts +5 -5
- package/src/src/sandbox/hosted-tools.ts +17 -13
- package/src/src/schemas/common.ts +83 -31
- package/src/src/schemas/define.ts +13 -6
- package/src/src/schemas/index.ts +29 -17
- package/src/src/schemas/json-schema.ts +33 -0
- package/src/src/schemas/primitives.ts +71 -35
- package/src/src/security/http/config.ts +1 -1
- package/src/src/security/input-validation/handler.ts +3 -3
- package/src/src/security/input-validation/parsers.ts +40 -45
- package/src/src/server/bootstrap.ts +3 -3
- package/src/src/server/dev-ui/manifest.js +1 -1
- package/src/src/server/handlers/dev/framework-candidates.generated.ts +1 -0
- package/src/src/server/handlers/request/agent-run-cancel.handler.ts +2 -6
- package/src/src/server/handlers/request/agent-run-resume.handler.ts +4 -9
- package/src/src/server/handlers/request/agent-stream.handler.ts +2 -4
- package/src/src/server/handlers/request/internal-agents-list.handler.ts +2 -5
- package/src/src/server/runtime-handler/environment-resolution.ts +4 -5
- package/src/src/server/runtime-handler/request-utils.ts +1 -2
- package/src/src/server/schemas/action.schema.ts +12 -6
- package/src/src/skill/tools.ts +37 -25
- package/src/src/tool/factory.ts +23 -5
- package/src/src/tool/host-tools.ts +16 -6
- package/src/src/tool/index.ts +9 -5
- package/src/src/tool/remote-source-tools.ts +10 -2
- package/src/src/tool/schema/json-schema.ts +9 -15
- package/src/src/tool/schema/zod-json-schema.ts +75 -209
- package/src/src/tool/sleep.ts +55 -7
- package/src/src/tool/types.ts +12 -8
- package/src/src/transforms/npm-import-rewrites.ts +1 -3
- package/src/src/utils/version-constant.ts +1 -1
- package/src/src/workflow/blob/veryfront-cloud-storage.ts +53 -39
- package/src/src/workflow/claude-code/tool.ts +29 -38
- package/src/src/workflow/dsl/workflow.ts +3 -3
- package/src/src/workflow/schemas/index.ts +17 -0
- package/src/src/workflow/schemas/workflow.schema.ts +183 -123
- package/src/src/workflow/types.ts +3 -3
- package/esm/src/schemas/zod-adapter.d.ts +0 -25
- package/esm/src/schemas/zod-adapter.d.ts.map +0 -1
- package/esm/src/schemas/zod-adapter.js +0 -120
- package/src/src/schemas/zod-adapter.ts +0 -180
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
* Returns everything an agent needs at session start in a single call:
|
|
5
5
|
* project context, coding conventions, current errors, and server status.
|
|
6
6
|
*/
|
|
7
|
-
import {
|
|
7
|
+
import type { InferSchema } from "../../../src/extensions/schema/index.js";
|
|
8
8
|
import type { MCPTool } from "../../../src/mcp/index.js";
|
|
9
9
|
import { type DevError } from "../../../src/observability/index.js";
|
|
10
10
|
import { vfGetProjectContext } from "./project-tools.js";
|
|
11
11
|
import { vfGetConventions } from "./scaffold-tools.js";
|
|
12
|
-
declare const
|
|
13
|
-
projectPath:
|
|
14
|
-
}
|
|
15
|
-
type BootstrapInput =
|
|
12
|
+
declare const getBootstrapInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
13
|
+
projectPath: import("../../../src/internal-agents/schema.js").Schema<string | undefined>;
|
|
14
|
+
}>>;
|
|
15
|
+
type BootstrapInput = InferSchema<ReturnType<typeof getBootstrapInput>>;
|
|
16
16
|
interface BootstrapResult {
|
|
17
17
|
project: Awaited<ReturnType<typeof vfGetProjectContext.execute>>;
|
|
18
18
|
conventions: Awaited<ReturnType<typeof vfGetConventions.execute>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrap-tool.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/bootstrap-tool.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"bootstrap-tool.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/bootstrap-tool.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,KAAK,QAAQ,EAAqB,MAAM,qCAAqC,CAAC;AACvF,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,QAAA,MAAM,iBAAiB;;GAMtB,CAAC;AAGF,KAAK,cAAc,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC;AAExE,UAAU,eAAe;IACvB,OAAO,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC,OAAO,CAAC,CAAC,CAAC;IACjE,WAAW,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC;IAClE,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,QAAQ,EAAE,CAAA;KAAE,CAAC;IAC7C,MAAM,EAAE;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;CAC9B;AAED,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,cAAc,EAAE,eAAe,CAsChE,CAAC"}
|
|
@@ -4,13 +4,14 @@
|
|
|
4
4
|
* Returns everything an agent needs at session start in a single call:
|
|
5
5
|
* project context, coding conventions, current errors, and server status.
|
|
6
6
|
*/
|
|
7
|
-
import {
|
|
7
|
+
import { defineSchema } from "../../../src/schemas/index.js";
|
|
8
8
|
import { getErrorCollector } from "../../../src/observability/index.js";
|
|
9
9
|
import { vfGetProjectContext } from "./project-tools.js";
|
|
10
10
|
import { vfGetConventions } from "./scaffold-tools.js";
|
|
11
|
-
const
|
|
12
|
-
projectPath:
|
|
13
|
-
});
|
|
11
|
+
const getBootstrapInput = defineSchema((v) => v.object({
|
|
12
|
+
projectPath: v.string().optional().describe("Project directory (defaults to current working directory)"),
|
|
13
|
+
}));
|
|
14
|
+
const bootstrapInput = getBootstrapInput();
|
|
14
15
|
export const vfBootstrap = {
|
|
15
16
|
name: "vf_bootstrap",
|
|
16
17
|
title: "Bootstrap",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* MCP tool for production builds.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import type { InferSchema } from "../../../src/extensions/schema/index.js";
|
|
5
5
|
import type { MCPTool } from "../tools.js";
|
|
6
|
-
declare const
|
|
7
|
-
outputDir:
|
|
8
|
-
splitting:
|
|
9
|
-
compress:
|
|
10
|
-
ssg:
|
|
11
|
-
dryRun:
|
|
12
|
-
}
|
|
13
|
-
type BuildInput =
|
|
6
|
+
declare const getBuildInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
7
|
+
outputDir: import("../../../src/internal-agents/schema.js").Schema<string | undefined>;
|
|
8
|
+
splitting: import("../../../src/internal-agents/schema.js").Schema<boolean>;
|
|
9
|
+
compress: import("../../../src/internal-agents/schema.js").Schema<boolean>;
|
|
10
|
+
ssg: import("../../../src/internal-agents/schema.js").Schema<boolean>;
|
|
11
|
+
dryRun: import("../../../src/internal-agents/schema.js").Schema<boolean>;
|
|
12
|
+
}>>;
|
|
13
|
+
type BuildInput = InferSchema<ReturnType<typeof getBuildInput>>;
|
|
14
14
|
interface BuildResult {
|
|
15
15
|
success: boolean;
|
|
16
16
|
pages?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-tool.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/build-tool.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"build-tool.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/build-tool.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAK3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAM3C,QAAA,MAAM,aAAa;;;;;;GA2BlB,CAAC;AAGF,KAAK,UAAU,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC;AAEhE,UAAU,WAAW;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,UAAU,EAAE,WAAW,CAyDpD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* MCP tool for production builds.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { defineSchema } from "../../../src/schemas/index.js";
|
|
5
5
|
import { cwd } from "../../../src/platform/index.js";
|
|
6
6
|
import { join } from "../../../src/platform/compat/path/index.js";
|
|
7
7
|
import { buildProduction } from "../../../src/build/index.js";
|
|
@@ -9,32 +9,33 @@ import { withSpan } from "../../../src/observability/tracing/otlp-setup.js";
|
|
|
9
9
|
// ============================================================================
|
|
10
10
|
// Tool: vf_build
|
|
11
11
|
// ============================================================================
|
|
12
|
-
const
|
|
13
|
-
outputDir:
|
|
12
|
+
const getBuildInput = defineSchema((v) => v.object({
|
|
13
|
+
outputDir: v
|
|
14
14
|
.string()
|
|
15
15
|
.optional()
|
|
16
16
|
.describe("Output directory for the build. Defaults to '<projectDir>/dist'."),
|
|
17
|
-
splitting:
|
|
17
|
+
splitting: v
|
|
18
18
|
.boolean()
|
|
19
19
|
.optional()
|
|
20
20
|
.default(true)
|
|
21
21
|
.describe("Enable code splitting. Defaults to true."),
|
|
22
|
-
compress:
|
|
22
|
+
compress: v
|
|
23
23
|
.boolean()
|
|
24
24
|
.optional()
|
|
25
25
|
.default(true)
|
|
26
26
|
.describe("Enable compression (gzip/brotli). Defaults to true."),
|
|
27
|
-
ssg:
|
|
27
|
+
ssg: v
|
|
28
28
|
.boolean()
|
|
29
29
|
.optional()
|
|
30
30
|
.default(true)
|
|
31
31
|
.describe("Enable static site generation. Defaults to true."),
|
|
32
|
-
dryRun:
|
|
32
|
+
dryRun: v
|
|
33
33
|
.boolean()
|
|
34
34
|
.optional()
|
|
35
35
|
.default(false)
|
|
36
36
|
.describe("Preview the build without writing files to disk. Defaults to false."),
|
|
37
|
-
});
|
|
37
|
+
}));
|
|
38
|
+
const buildInput = getBuildInput();
|
|
38
39
|
export const vfBuild = {
|
|
39
40
|
name: "vf_build",
|
|
40
41
|
title: "Production Build",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* MCP tools for catalog browsing and project creation.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import type { InferSchema } from "../../../src/extensions/schema/index.js";
|
|
5
5
|
import type { MCPTool } from "../tools.js";
|
|
6
6
|
interface ExampleInfo {
|
|
7
7
|
name: string;
|
|
@@ -32,42 +32,27 @@ interface UsecaseInfo {
|
|
|
32
32
|
integrations: string[];
|
|
33
33
|
chatUI: string;
|
|
34
34
|
}
|
|
35
|
-
declare const
|
|
36
|
-
type ListExamplesInput =
|
|
35
|
+
declare const getListExamplesInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{}>>;
|
|
36
|
+
type ListExamplesInput = InferSchema<ReturnType<typeof getListExamplesInput>>;
|
|
37
37
|
export declare const vfListExamples: MCPTool<ListExamplesInput, ExampleInfo[]>;
|
|
38
|
-
declare const
|
|
39
|
-
type ListTemplatesInput =
|
|
38
|
+
declare const getListTemplatesInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{}>>;
|
|
39
|
+
type ListTemplatesInput = InferSchema<ReturnType<typeof getListTemplatesInput>>;
|
|
40
40
|
export declare const vfListTemplates: MCPTool<ListTemplatesInput, TemplateInfo[]>;
|
|
41
|
-
declare const
|
|
42
|
-
category:
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
development: "development";
|
|
46
|
-
all: "all";
|
|
47
|
-
productivity: "productivity";
|
|
48
|
-
communication: "communication";
|
|
49
|
-
}>>>;
|
|
50
|
-
}, z.core.$strip>;
|
|
51
|
-
type ListIntegrationsInput = z.infer<typeof listIntegrationsInput>;
|
|
41
|
+
declare const getListIntegrationsInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
42
|
+
category: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
43
|
+
}>>;
|
|
44
|
+
type ListIntegrationsInput = InferSchema<ReturnType<typeof getListIntegrationsInput>>;
|
|
52
45
|
export declare const vfListIntegrations: MCPTool<ListIntegrationsInput, IntegrationInfo[]>;
|
|
53
|
-
declare const
|
|
54
|
-
type ListUsecasesInput =
|
|
46
|
+
declare const getListUsecasesInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{}>>;
|
|
47
|
+
type ListUsecasesInput = InferSchema<ReturnType<typeof getListUsecasesInput>>;
|
|
55
48
|
export declare const vfListUsecases: MCPTool<ListUsecasesInput, UsecaseInfo[]>;
|
|
56
|
-
declare const
|
|
57
|
-
name:
|
|
58
|
-
template:
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"agentic-workflow": "agentic-workflow";
|
|
64
|
-
"coding-agent": "coding-agent";
|
|
65
|
-
"saas-starter": "saas-starter";
|
|
66
|
-
}>>>;
|
|
67
|
-
integrations: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
68
|
-
directory: z.ZodOptional<z.ZodString>;
|
|
69
|
-
}, z.core.$strip>;
|
|
70
|
-
type CreateProjectInput = z.infer<typeof createProjectInput>;
|
|
49
|
+
declare const getCreateProjectInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
50
|
+
name: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
51
|
+
template: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
52
|
+
integrations: import("../../../src/internal-agents/schema.js").Schema<string[] | undefined>;
|
|
53
|
+
directory: import("../../../src/internal-agents/schema.js").Schema<string | undefined>;
|
|
54
|
+
}>>;
|
|
55
|
+
type CreateProjectInput = InferSchema<ReturnType<typeof getCreateProjectInput>>;
|
|
71
56
|
interface CreateProjectResult {
|
|
72
57
|
success: boolean;
|
|
73
58
|
projectDir?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog-tools.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/catalog-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"catalog-tools.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/catalog-tools.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAI3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAQ3C,UAAU,WAAW;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,UAAU,EAAE,UAAU,GAAG,cAAc,GAAG,UAAU,CAAC;IACrD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAqDD,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAyCD,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAC;CAChC;AAwJD,UAAU,WAAW;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;CAChB;AA4CD,QAAA,MAAM,oBAAoB,4IAAoC,CAAC;AAG/D,KAAK,iBAAiB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC,CAAC;AAE9E,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,iBAAiB,EAAE,WAAW,EAAE,CAQpE,CAAC;AAMF,QAAA,MAAM,qBAAqB,4IAAoC,CAAC;AAGhE,KAAK,kBAAkB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC;AAEhF,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,kBAAkB,EAAE,YAAY,EAAE,CAQvE,CAAC;AAMF,QAAA,MAAM,wBAAwB;;GAQ7B,CAAC;AAGF,KAAK,qBAAqB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC,CAAC;AAEtF,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,qBAAqB,EAAE,eAAe,EAAE,CAYhF,CAAC;AAMF,QAAA,MAAM,oBAAoB,4IAAoC,CAAC;AAG/D,KAAK,iBAAiB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC,CAAC;AAE9E,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,iBAAiB,EAAE,WAAW,EAAE,CAQpE,CAAC;AAMF,QAAA,MAAM,qBAAqB;;;;;GAyB1B,CAAC;AAGF,KAAK,kBAAkB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC;AAEhF,UAAU,mBAAmB;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,kBAAkB,EAAE,mBAAmB,CAiD5E,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* MCP tools for catalog browsing and project creation.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { defineSchema } from "../../../src/schemas/index.js";
|
|
5
5
|
import { join } from "../../../src/platform/compat/path/index.js";
|
|
6
6
|
import { cwd } from "../../../src/platform/index.js";
|
|
7
7
|
import { withSpan } from "../../../src/observability/tracing/otlp-setup.js";
|
|
@@ -283,7 +283,8 @@ const USECASES = [
|
|
|
283
283
|
// ============================================================================
|
|
284
284
|
// Tool: vf_list_examples
|
|
285
285
|
// ============================================================================
|
|
286
|
-
const
|
|
286
|
+
const getListExamplesInput = defineSchema((v) => v.object({}));
|
|
287
|
+
const listExamplesInput = getListExamplesInput();
|
|
287
288
|
export const vfListExamples = {
|
|
288
289
|
name: "vf_list_examples",
|
|
289
290
|
title: "List Examples",
|
|
@@ -295,7 +296,8 @@ export const vfListExamples = {
|
|
|
295
296
|
// ============================================================================
|
|
296
297
|
// Tool: vf_list_templates
|
|
297
298
|
// ============================================================================
|
|
298
|
-
const
|
|
299
|
+
const getListTemplatesInput = defineSchema((v) => v.object({}));
|
|
300
|
+
const listTemplatesInput = getListTemplatesInput();
|
|
299
301
|
export const vfListTemplates = {
|
|
300
302
|
name: "vf_list_templates",
|
|
301
303
|
title: "List Templates",
|
|
@@ -307,13 +309,14 @@ export const vfListTemplates = {
|
|
|
307
309
|
// ============================================================================
|
|
308
310
|
// Tool: vf_list_integrations
|
|
309
311
|
// ============================================================================
|
|
310
|
-
const
|
|
311
|
-
category:
|
|
312
|
+
const getListIntegrationsInput = defineSchema((v) => v.object({
|
|
313
|
+
category: v
|
|
312
314
|
.enum(["all", "productivity", "development", "communication", "data", "ai"])
|
|
313
315
|
.optional()
|
|
314
316
|
.default("all")
|
|
315
317
|
.describe("Filter integrations by category"),
|
|
316
|
-
});
|
|
318
|
+
}));
|
|
319
|
+
const listIntegrationsInput = getListIntegrationsInput();
|
|
317
320
|
export const vfListIntegrations = {
|
|
318
321
|
name: "vf_list_integrations",
|
|
319
322
|
title: "List Integrations",
|
|
@@ -330,7 +333,8 @@ export const vfListIntegrations = {
|
|
|
330
333
|
// ============================================================================
|
|
331
334
|
// Tool: vf_list_usecases
|
|
332
335
|
// ============================================================================
|
|
333
|
-
const
|
|
336
|
+
const getListUsecasesInput = defineSchema((v) => v.object({}));
|
|
337
|
+
const listUsecasesInput = getListUsecasesInput();
|
|
334
338
|
export const vfListUsecases = {
|
|
335
339
|
name: "vf_list_usecases",
|
|
336
340
|
title: "List Use Cases",
|
|
@@ -342,9 +346,9 @@ export const vfListUsecases = {
|
|
|
342
346
|
// ============================================================================
|
|
343
347
|
// Tool: vf_create_project
|
|
344
348
|
// ============================================================================
|
|
345
|
-
const
|
|
346
|
-
name:
|
|
347
|
-
template:
|
|
349
|
+
const getCreateProjectInput = defineSchema((v) => v.object({
|
|
350
|
+
name: v.string().describe("Project name (will be converted to slug for directory)"),
|
|
351
|
+
template: v
|
|
348
352
|
.enum([
|
|
349
353
|
"ai-agent",
|
|
350
354
|
"docs-agent",
|
|
@@ -357,15 +361,16 @@ const createProjectInput = z.object({
|
|
|
357
361
|
.optional()
|
|
358
362
|
.default("ai-agent")
|
|
359
363
|
.describe("Project template to use"),
|
|
360
|
-
integrations:
|
|
361
|
-
.array(
|
|
364
|
+
integrations: v
|
|
365
|
+
.array(v.string())
|
|
362
366
|
.optional()
|
|
363
367
|
.describe("Service integrations to include (e.g., ['gmail', 'slack'])"),
|
|
364
|
-
directory:
|
|
368
|
+
directory: v
|
|
365
369
|
.string()
|
|
366
370
|
.optional()
|
|
367
371
|
.describe("Parent directory to create project in (defaults to current directory)"),
|
|
368
|
-
});
|
|
372
|
+
}));
|
|
373
|
+
const createProjectInput = getCreateProjectInput();
|
|
369
374
|
export const vfCreateProject = {
|
|
370
375
|
name: "vf_create_project",
|
|
371
376
|
title: "Create Project",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context7-tools.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/context7-tools.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"context7-tools.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/context7-tools.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AA+GzD,eAAO,MAAM,aAAa,EAAE,OAAO,EAAoC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as dntShim from "../../../_dnt.shims.js";
|
|
2
|
-
import {
|
|
2
|
+
import { defineSchema } from "../../../src/schemas/index.js";
|
|
3
3
|
import { createContext7ToolSource } from "../../../src/tool/index.js";
|
|
4
4
|
let _source;
|
|
5
5
|
function getSource() {
|
|
@@ -23,14 +23,14 @@ const c7ResolveLibrary = {
|
|
|
23
23
|
idempotentHint: true,
|
|
24
24
|
openWorldHint: true,
|
|
25
25
|
},
|
|
26
|
-
inputSchema:
|
|
27
|
-
libraryName:
|
|
26
|
+
inputSchema: defineSchema((v) => v.object({
|
|
27
|
+
libraryName: v
|
|
28
28
|
.string()
|
|
29
29
|
.describe("Library name to search for. Use the official name with proper punctuation — e.g., 'Next.js' not 'nextjs'."),
|
|
30
|
-
query:
|
|
30
|
+
query: v
|
|
31
31
|
.string()
|
|
32
32
|
.describe("The question or task you need help with. Used to rank results by relevance."),
|
|
33
|
-
}),
|
|
33
|
+
}))(),
|
|
34
34
|
execute: async (input) => {
|
|
35
35
|
if (!isContext7Available()) {
|
|
36
36
|
return {
|
|
@@ -61,14 +61,14 @@ const c7QueryDocs = {
|
|
|
61
61
|
idempotentHint: true,
|
|
62
62
|
openWorldHint: true,
|
|
63
63
|
},
|
|
64
|
-
inputSchema:
|
|
65
|
-
libraryId:
|
|
64
|
+
inputSchema: defineSchema((v) => v.object({
|
|
65
|
+
libraryId: v
|
|
66
66
|
.string()
|
|
67
67
|
.describe("Context7-compatible library ID (e.g., '/vercel/next.js', '/supabase/supabase')."),
|
|
68
|
-
query:
|
|
68
|
+
query: v
|
|
69
69
|
.string()
|
|
70
70
|
.describe("The question or task you need help with. Be specific and include relevant details."),
|
|
71
|
-
}),
|
|
71
|
+
}))(),
|
|
72
72
|
execute: async (input) => {
|
|
73
73
|
if (!isContext7Available()) {
|
|
74
74
|
return {
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
* Creates a release from a branch and deploys it to an environment.
|
|
5
5
|
* Wraps the same API calls used by the `vf deploy` CLI command.
|
|
6
6
|
*/
|
|
7
|
-
import {
|
|
7
|
+
import type { InferSchema } from "../../../src/extensions/schema/index.js";
|
|
8
8
|
import type { MCPTool } from "../../../src/mcp/index.js";
|
|
9
|
-
declare const
|
|
10
|
-
projectSlug:
|
|
11
|
-
environment:
|
|
12
|
-
branch:
|
|
13
|
-
}
|
|
14
|
-
export type TriggerDeployInput =
|
|
9
|
+
declare const getTriggerDeployInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
10
|
+
projectSlug: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
11
|
+
environment: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
12
|
+
branch: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
13
|
+
}>>;
|
|
14
|
+
export type TriggerDeployInput = InferSchema<ReturnType<typeof getTriggerDeployInput>>;
|
|
15
15
|
export interface TriggerDeployResult {
|
|
16
16
|
success: boolean;
|
|
17
17
|
deploymentId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy-tool.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/deploy-tool.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"deploy-tool.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/deploy-tool.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AASzD,QAAA,MAAM,qBAAqB;;;;GAY1B,CAAC;AAGF,MAAM,MAAM,kBAAkB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC;AAEvF,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IACxD,WAAW,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,wBAAsB,aAAa,CACjC,KAAK,EAAE,kBAAkB,GACxB,OAAO,CAAC,mBAAmB,CAAC,CAiE9B;AAED,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,kBAAkB,EAAE,mBAAmB,CAkB5E,CAAC"}
|
|
@@ -4,15 +4,16 @@
|
|
|
4
4
|
* Creates a release from a branch and deploys it to an environment.
|
|
5
5
|
* Wraps the same API calls used by the `vf deploy` CLI command.
|
|
6
6
|
*/
|
|
7
|
-
import {
|
|
7
|
+
import { defineSchema } from "../../../src/schemas/index.js";
|
|
8
8
|
import { getEnvironmentConfig } from "../../../src/config/index.js";
|
|
9
9
|
import { createApiClient, resolveConfig } from "../../shared/config.js";
|
|
10
10
|
import { createDeployment, createRelease, getEnvironmentByName, } from "../../commands/deploy/command.js";
|
|
11
|
-
const
|
|
12
|
-
projectSlug:
|
|
13
|
-
environment:
|
|
14
|
-
branch:
|
|
15
|
-
});
|
|
11
|
+
const getTriggerDeployInput = defineSchema((v) => v.object({
|
|
12
|
+
projectSlug: v.string().describe("The project slug to deploy. Example: 'my-app'."),
|
|
13
|
+
environment: v.string().optional().default("production").describe("Target environment name. Defaults to 'production'."),
|
|
14
|
+
branch: v.string().optional().default("main").describe("Git branch to create the release from. Defaults to 'main'."),
|
|
15
|
+
}));
|
|
16
|
+
const triggerDeployInput = getTriggerDeployInput();
|
|
16
17
|
/**
|
|
17
18
|
* Trigger a deploy via the Veryfront API.
|
|
18
19
|
*
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { InferSchema } from "../../../src/extensions/schema/index.js";
|
|
2
2
|
import type { MCPTool } from "../tools.js";
|
|
3
|
-
declare const
|
|
4
|
-
file:
|
|
5
|
-
}
|
|
6
|
-
type HotReloadInput =
|
|
3
|
+
declare const getHotReloadInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
4
|
+
file: import("../../../src/internal-agents/schema.js").Schema<string | undefined>;
|
|
5
|
+
}>>;
|
|
6
|
+
type HotReloadInput = InferSchema<ReturnType<typeof getHotReloadInput>>;
|
|
7
7
|
interface HotReloadResult {
|
|
8
8
|
success: boolean;
|
|
9
9
|
message: string;
|
|
10
10
|
}
|
|
11
11
|
export declare const vfHotReload: MCPTool<HotReloadInput, HotReloadResult>;
|
|
12
|
-
declare const
|
|
13
|
-
port:
|
|
14
|
-
project:
|
|
15
|
-
}
|
|
16
|
-
type GetDebugContextInput =
|
|
12
|
+
declare const getGetDebugContextInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
13
|
+
port: import("../../../src/internal-agents/schema.js").Schema<number>;
|
|
14
|
+
project: import("../../../src/internal-agents/schema.js").Schema<string | undefined>;
|
|
15
|
+
}>>;
|
|
16
|
+
type GetDebugContextInput = InferSchema<ReturnType<typeof getGetDebugContextInput>>;
|
|
17
17
|
interface DebugContextResult {
|
|
18
18
|
success: boolean;
|
|
19
19
|
context?: {
|
|
@@ -25,26 +25,22 @@ interface DebugContextResult {
|
|
|
25
25
|
error?: string;
|
|
26
26
|
}
|
|
27
27
|
export declare const vfGetDebugContext: MCPTool<GetDebugContextInput, DebugContextResult>;
|
|
28
|
-
declare const
|
|
29
|
-
path:
|
|
30
|
-
port:
|
|
31
|
-
}
|
|
32
|
-
type TriggerHmrInput =
|
|
28
|
+
declare const getTriggerHmrInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
29
|
+
path: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
30
|
+
port: import("../../../src/internal-agents/schema.js").Schema<number>;
|
|
31
|
+
}>>;
|
|
32
|
+
type TriggerHmrInput = InferSchema<ReturnType<typeof getTriggerHmrInput>>;
|
|
33
33
|
interface TriggerHmrResult {
|
|
34
34
|
success: boolean;
|
|
35
35
|
message: string;
|
|
36
36
|
}
|
|
37
37
|
export declare const vfTriggerHmr: MCPTool<TriggerHmrInput, TriggerHmrResult>;
|
|
38
|
-
declare const
|
|
39
|
-
route:
|
|
40
|
-
port:
|
|
41
|
-
format:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
html: "html";
|
|
45
|
-
}>>>;
|
|
46
|
-
}, z.core.$strip>;
|
|
47
|
-
type PreviewRouteInput = z.infer<typeof previewRouteInput>;
|
|
38
|
+
declare const getPreviewRouteInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
39
|
+
route: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
40
|
+
port: import("../../../src/internal-agents/schema.js").Schema<number>;
|
|
41
|
+
format: import("../../../src/internal-agents/schema.js").Schema<string>;
|
|
42
|
+
}>>;
|
|
43
|
+
type PreviewRouteInput = InferSchema<ReturnType<typeof getPreviewRouteInput>>;
|
|
48
44
|
interface PreviewRouteResult {
|
|
49
45
|
success: boolean;
|
|
50
46
|
status: number;
|
|
@@ -55,22 +51,22 @@ interface PreviewRouteResult {
|
|
|
55
51
|
renderTime?: number;
|
|
56
52
|
}
|
|
57
53
|
export declare const vfPreviewRoute: MCPTool<PreviewRouteInput, PreviewRouteResult>;
|
|
58
|
-
declare const
|
|
59
|
-
port:
|
|
60
|
-
timeout:
|
|
61
|
-
interval:
|
|
62
|
-
}
|
|
63
|
-
type WaitForReadyInput =
|
|
54
|
+
declare const getWaitForReadyInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
55
|
+
port: import("../../../src/internal-agents/schema.js").Schema<number>;
|
|
56
|
+
timeout: import("../../../src/internal-agents/schema.js").Schema<number>;
|
|
57
|
+
interval: import("../../../src/internal-agents/schema.js").Schema<number>;
|
|
58
|
+
}>>;
|
|
59
|
+
type WaitForReadyInput = InferSchema<ReturnType<typeof getWaitForReadyInput>>;
|
|
64
60
|
interface WaitForReadyResult {
|
|
65
61
|
success: boolean;
|
|
66
62
|
message: string;
|
|
67
63
|
elapsed?: number;
|
|
68
64
|
}
|
|
69
65
|
export declare const vfWaitForReady: MCPTool<WaitForReadyInput, WaitForReadyResult>;
|
|
70
|
-
declare const
|
|
71
|
-
port:
|
|
72
|
-
}
|
|
73
|
-
type GetFlywheelStatusInput =
|
|
66
|
+
declare const getGetFlywheelStatusInput: () => import("../../../src/internal-agents/schema.js").Schema<import("../../../src/extensions/schema/schema-validator.js").InferShape<{
|
|
67
|
+
port: import("../../../src/internal-agents/schema.js").Schema<number>;
|
|
68
|
+
}>>;
|
|
69
|
+
type GetFlywheelStatusInput = InferSchema<ReturnType<typeof getGetFlywheelStatusInput>>;
|
|
74
70
|
interface FlywheelStatus {
|
|
75
71
|
server: {
|
|
76
72
|
running: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dev-tools.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/dev-tools.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dev-tools.d.ts","sourceRoot":"","sources":["../../../../src/cli/mcp/tools/dev-tools.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAK3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAO3C,QAAA,MAAM,iBAAiB;;GAStB,CAAC;AAGF,KAAK,cAAc,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC;AAExE,UAAU,eAAe;IACvB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,cAAc,EAAE,eAAe,CAiBhE,CAAC;AAMF,QAAA,MAAM,uBAAuB;;;GAc5B,CAAC;AAGF,KAAK,oBAAoB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC,CAAC;AAEpF,UAAU,kBAAkB;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE;QACR,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,kBAAkB,EAAE,OAAO,CAAC;KAC7B,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,oBAAoB,EAAE,kBAAkB,CAuC/E,CAAC;AAMF,QAAA,MAAM,kBAAkB;;;GAOvB,CAAC;AAGF,KAAK,eAAe,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC,CAAC;AAE1E,UAAU,gBAAgB;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,YAAY,EAAE,OAAO,CAAC,eAAe,EAAE,gBAAgB,CA4BnE,CAAC;AAMF,QAAA,MAAM,oBAAoB;;;;GAgBzB,CAAC;AAGF,KAAK,iBAAiB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC,CAAC;AAE9E,UAAU,kBAAkB;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,iBAAiB,EAAE,kBAAkB,CAqDzE,CAAC;AAMF,QAAA,MAAM,oBAAoB;;;;GAgBzB,CAAC;AAGF,KAAK,iBAAiB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC,CAAC;AAE9E,UAAU,kBAAkB;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,iBAAiB,EAAE,kBAAkB,CAyCzE,CAAC;AAMF,QAAA,MAAM,yBAAyB;;GAM9B,CAAC;AAGF,KAAK,sBAAsB,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,yBAAyB,CAAC,CAAC,CAAC;AAExF,UAAU,cAAc;IACtB,MAAM,EAAE;QACN,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;QACZ,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE;YACP,IAAI,EAAE,MAAM,CAAC;YACb,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,SAAS,EAAE,MAAM,CAAC;SACnB,CAAC;KACH,CAAC;IACF,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,GAAG,EAAE;QACH,OAAO,EAAE,OAAO,CAAC;QACjB,eAAe,EAAE,MAAM,CAAC;QACxB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,YAAY,EAAE,MAAM,CAAC;QACrB,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AAED,eAAO,MAAM,mBAAmB,EAAE,OAAO,CAAC,sBAAsB,EAAE,cAAc,CA6E/E,CAAC"}
|