veryfront 0.1.1237 → 0.1.1239
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/auth/login.d.ts +24 -2
- package/esm/cli/auth/login.d.ts.map +1 -1
- package/esm/cli/auth/login.js +444 -35
- package/esm/cli/commands/build/error-handler.d.ts.map +1 -1
- package/esm/cli/commands/build/error-handler.js +41 -3
- package/esm/cli/commands/build/handler.d.ts.map +1 -1
- package/esm/cli/commands/build/handler.js +1 -1
- package/esm/cli/commands/dev/command.d.ts.map +1 -1
- package/esm/cli/commands/dev/command.js +14 -1
- package/esm/cli/commands/dev/inference-status.d.ts +6 -0
- package/esm/cli/commands/dev/inference-status.d.ts.map +1 -1
- package/esm/cli/commands/dev/inference-status.js +14 -2
- package/esm/cli/commands/generate/command.d.ts.map +1 -1
- package/esm/cli/commands/generate/command.js +61 -0
- package/esm/cli/commands/init/init-command.d.ts.map +1 -1
- package/esm/cli/commands/init/init-command.js +23 -31
- package/esm/cli/commands/install/registry.d.ts.map +1 -1
- package/esm/cli/commands/install/registry.js +6 -9
- package/esm/cli/commands/login/command-help.d.ts.map +1 -1
- package/esm/cli/commands/login/command-help.js +3 -1
- package/esm/cli/commands/pull/command.d.ts +1 -0
- package/esm/cli/commands/pull/command.d.ts.map +1 -1
- package/esm/cli/commands/pull/command.js +49 -6
- package/esm/cli/commands/push/command-help.d.ts.map +1 -1
- package/esm/cli/commands/push/command-help.js +7 -0
- package/esm/cli/commands/push/command.d.ts +23 -12
- package/esm/cli/commands/push/command.d.ts.map +1 -1
- package/esm/cli/commands/push/command.js +461 -44
- package/esm/cli/commands/push/plan.d.ts +35 -0
- package/esm/cli/commands/push/plan.d.ts.map +1 -0
- package/esm/cli/commands/push/plan.js +96 -0
- package/esm/cli/commands/schedule/handler.d.ts +21 -2
- package/esm/cli/commands/schedule/handler.d.ts.map +1 -1
- package/esm/cli/commands/schedule/handler.js +74 -27
- package/esm/cli/commands/schema/command-help.js +1 -1
- package/esm/cli/commands/up/command.js +1 -1
- package/esm/cli/commands/webhook/handler.d.ts.map +1 -1
- package/esm/cli/commands/webhook/handler.js +3 -1
- package/esm/cli/router.d.ts.map +1 -1
- package/esm/cli/router.js +27 -5
- package/esm/cli/shared/args.d.ts +15 -1
- package/esm/cli/shared/args.d.ts.map +1 -1
- package/esm/cli/shared/args.js +56 -3
- package/esm/cli/shared/config.d.ts +11 -2
- package/esm/cli/shared/config.d.ts.map +1 -1
- package/esm/cli/shared/config.js +72 -27
- package/esm/cli/shared/project-creation.js +1 -1
- package/esm/cli/sync/state.d.ts +20 -0
- package/esm/cli/sync/state.d.ts.map +1 -0
- package/esm/cli/sync/state.js +193 -0
- package/esm/deno.js +2 -2
- package/esm/extensions/ext-llm-anthropic/src/anthropic-request-builder.d.ts.map +1 -1
- package/esm/extensions/ext-llm-anthropic/src/anthropic-request-builder.js +852 -21
- package/esm/extensions/ext-observability-sentry/src/policy.d.ts +2 -0
- package/esm/extensions/ext-observability-sentry/src/policy.d.ts.map +1 -1
- package/esm/extensions/ext-observability-sentry/src/policy.js +214 -3
- package/esm/src/agent/conversation/delegation-policy.d.ts +2 -0
- package/esm/src/agent/conversation/delegation-policy.d.ts.map +1 -1
- package/esm/src/agent/conversation/delegation-policy.js +13 -3
- package/esm/src/agent/conversation/hosted-terminal.d.ts.map +1 -1
- package/esm/src/agent/conversation/hosted-terminal.js +6 -2
- package/esm/src/agent/conversation/run-chunk-mirror.d.ts.map +1 -1
- package/esm/src/agent/conversation/run-chunk-mirror.js +14 -2
- package/esm/src/agent/factory.d.ts.map +1 -1
- package/esm/src/agent/factory.js +22 -11
- package/esm/src/agent/hosted/chat-runtime-tool-assembly.d.ts +2 -0
- package/esm/src/agent/hosted/chat-runtime-tool-assembly.d.ts.map +1 -1
- package/esm/src/agent/hosted/chat-runtime-tool-assembly.js +6 -1
- package/esm/src/agent/hosted/child-fork-execution-runner.d.ts +2 -1
- package/esm/src/agent/hosted/child-fork-execution-runner.d.ts.map +1 -1
- package/esm/src/agent/hosted/child-fork-execution-runner.js +6 -3
- package/esm/src/agent/hosted/child-fork-step-message-preparation.d.ts +12 -3
- package/esm/src/agent/hosted/child-fork-step-message-preparation.d.ts.map +1 -1
- package/esm/src/agent/hosted/child-fork-step-message-preparation.js +16 -3
- package/esm/src/agent/hosted/cloud-agent-chat-execution.d.ts +1 -1
- package/esm/src/agent/hosted/cloud-agent-chat-execution.d.ts.map +1 -1
- package/esm/src/agent/hosted/cloud-agent-chat-execution.js +3 -3
- package/esm/src/agent/hosted/cloud-agent-child-tools.d.ts +11 -0
- package/esm/src/agent/hosted/cloud-agent-child-tools.d.ts.map +1 -1
- package/esm/src/agent/hosted/cloud-agent-child-tools.js +2 -3
- package/esm/src/agent/hosted/cloud-agent-config.d.ts +1 -0
- package/esm/src/agent/hosted/cloud-agent-config.d.ts.map +1 -1
- package/esm/src/agent/hosted/cloud-runtime-system-messages.d.ts +16 -1
- package/esm/src/agent/hosted/cloud-runtime-system-messages.d.ts.map +1 -1
- package/esm/src/agent/hosted/cloud-runtime-system-messages.js +13 -3
- package/esm/src/agent/hosted/default-chat-runtime.d.ts +2 -1
- package/esm/src/agent/hosted/default-chat-runtime.d.ts.map +1 -1
- package/esm/src/agent/hosted/default-chat-runtime.js +18 -7
- package/esm/src/agent/hosted/default-invoke-agent-tool.d.ts +2 -1
- package/esm/src/agent/hosted/default-invoke-agent-tool.d.ts.map +1 -1
- package/esm/src/agent/hosted/default-invoke-agent-tool.js +11 -3
- package/esm/src/agent/hosted/default-project-steering-refresh.d.ts +2 -1
- package/esm/src/agent/hosted/default-project-steering-refresh.d.ts.map +1 -1
- package/esm/src/agent/hosted/default-project-steering-refresh.js +4 -1
- package/esm/src/agent/hosted/runtime-state-resolver.d.ts +6 -4
- package/esm/src/agent/hosted/runtime-state-resolver.d.ts.map +1 -1
- package/esm/src/agent/hosted/runtime-state-resolver.js +8 -11
- package/esm/src/agent/index.d.ts +3 -3
- package/esm/src/agent/index.d.ts.map +1 -1
- package/esm/src/agent/project/agent-runtime.d.ts.map +1 -1
- package/esm/src/agent/project/agent-runtime.js +6 -3
- package/esm/src/agent/runtime/agent-definition.d.ts +68 -66
- package/esm/src/agent/runtime/agent-definition.d.ts.map +1 -1
- package/esm/src/agent/runtime/agent-definition.js +15 -2
- package/esm/src/agent/runtime/agent-invocation-contract.d.ts +2 -0
- package/esm/src/agent/runtime/agent-invocation-contract.d.ts.map +1 -1
- package/esm/src/agent/runtime/agent-markdown-adapter.js +1 -1
- package/esm/src/agent/runtime/agent-runtime-step.d.ts +11 -5
- package/esm/src/agent/runtime/agent-runtime-step.d.ts.map +1 -1
- package/esm/src/agent/runtime/agent-runtime-step.js +23 -6
- package/esm/src/agent/runtime/call-context.d.ts +42 -11
- package/esm/src/agent/runtime/call-context.d.ts.map +1 -1
- package/esm/src/agent/runtime/call-context.js +480 -42
- package/esm/src/agent/runtime/chat-stream-handler.d.ts +18 -0
- package/esm/src/agent/runtime/chat-stream-handler.d.ts.map +1 -1
- package/esm/src/agent/runtime/chat-stream-handler.js +38 -18
- package/esm/src/agent/runtime/effective-agent-system.d.ts +13 -4
- package/esm/src/agent/runtime/effective-agent-system.d.ts.map +1 -1
- package/esm/src/agent/runtime/effective-agent-system.js +29 -0
- package/esm/src/agent/runtime/index.d.ts +1 -0
- package/esm/src/agent/runtime/index.d.ts.map +1 -1
- package/esm/src/agent/runtime/index.js +638 -53
- package/esm/src/agent/runtime/load-skill-tool.d.ts +33 -3
- package/esm/src/agent/runtime/load-skill-tool.d.ts.map +1 -1
- package/esm/src/agent/runtime/load-skill-tool.js +152 -21
- package/esm/src/agent/runtime/model-resolution.d.ts +3 -0
- package/esm/src/agent/runtime/model-resolution.d.ts.map +1 -1
- package/esm/src/agent/runtime/model-resolution.js +14 -0
- package/esm/src/agent/runtime/model-transport.d.ts +1 -0
- package/esm/src/agent/runtime/model-transport.d.ts.map +1 -1
- package/esm/src/agent/runtime/model-transport.js +5 -2
- package/esm/src/agent/runtime/run-runtime-context.d.ts +4 -0
- package/esm/src/agent/runtime/run-runtime-context.d.ts.map +1 -1
- package/esm/src/agent/runtime/run-runtime-context.js +9 -3
- package/esm/src/agent/runtime/runtime-tool-config.d.ts +1 -0
- package/esm/src/agent/runtime/runtime-tool-config.d.ts.map +1 -1
- package/esm/src/agent/runtime/skill-prompt.d.ts +3 -0
- package/esm/src/agent/runtime/skill-prompt.d.ts.map +1 -1
- package/esm/src/agent/runtime/skill-prompt.js +113 -25
- package/esm/src/agent/runtime/streamed-assistant-message.d.ts +22 -2
- package/esm/src/agent/runtime/streamed-assistant-message.d.ts.map +1 -1
- package/esm/src/agent/runtime/streamed-assistant-message.js +26 -5
- package/esm/src/agent/runtime/tool-inventory.d.ts.map +1 -1
- package/esm/src/agent/runtime/tool-inventory.js +13 -9
- package/esm/src/agent/runtime/tool-result-continuation.d.ts +4 -2
- package/esm/src/agent/runtime/tool-result-continuation.d.ts.map +1 -1
- package/esm/src/agent/runtime/tool-result-continuation.js +24 -20
- package/esm/src/agent/schemas/agent.schema.d.ts +2 -2
- package/esm/src/agent/service/runtime.js +1 -1
- package/esm/src/agent/streaming/fork-runtime-stream.d.ts +5 -4
- package/esm/src/agent/streaming/fork-runtime-stream.d.ts.map +1 -1
- package/esm/src/agent/types.d.ts +14 -1
- package/esm/src/agent/types.d.ts.map +1 -1
- package/esm/src/chat/chat-ui-message-helpers.d.ts.map +1 -1
- package/esm/src/chat/chat-ui-message-helpers.js +75 -16
- package/esm/src/config/loader.d.ts.map +1 -1
- package/esm/src/config/loader.js +37 -1
- package/esm/src/errors/catalog/build-errors.d.ts.map +1 -1
- package/esm/src/errors/catalog/build-errors.js +14 -0
- package/esm/src/errors/error-registry/build.d.ts +2 -0
- package/esm/src/errors/error-registry/build.d.ts.map +1 -1
- package/esm/src/errors/error-registry/build.js +8 -0
- package/esm/src/errors/error-registry/deploy.d.ts +4 -0
- package/esm/src/errors/error-registry/deploy.d.ts.map +1 -1
- package/esm/src/errors/error-registry/deploy.js +16 -0
- package/esm/src/errors/error-registry.d.ts +3 -0
- package/esm/src/errors/error-registry.d.ts.map +1 -1
- package/esm/src/errors/index.d.ts +2 -1
- package/esm/src/errors/index.d.ts.map +1 -1
- package/esm/src/errors/index.js +4 -3
- package/esm/src/errors/tenant-classification.d.ts +25 -0
- package/esm/src/errors/tenant-classification.d.ts.map +1 -0
- package/esm/src/errors/tenant-classification.js +61 -0
- package/esm/src/extensions/builtin-extensions.d.ts +10 -15
- package/esm/src/extensions/builtin-extensions.d.ts.map +1 -1
- package/esm/src/extensions/builtin-extensions.js +32 -26
- package/esm/src/extensions/deferred-extension.d.ts +4 -4
- package/esm/src/extensions/deferred-extension.js +4 -4
- package/esm/src/extensions/index.d.ts +1 -0
- package/esm/src/extensions/index.d.ts.map +1 -1
- package/esm/src/extensions/index.js +1 -0
- package/esm/src/html/hydration-script-builder/hydration-runtime.generated.js +1 -1
- package/esm/src/integrations/_data.d.ts.map +1 -1
- package/esm/src/integrations/_data.js +6 -0
- package/esm/src/integrations/schema.d.ts +8 -0
- package/esm/src/integrations/schema.d.ts.map +1 -1
- package/esm/src/integrations/schema.js +3 -0
- package/esm/src/integrations/types.d.ts +2 -0
- package/esm/src/integrations/types.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 +35 -20
- package/esm/src/internal-agents/run-system-prompt.d.ts +7 -2
- package/esm/src/internal-agents/run-system-prompt.d.ts.map +1 -1
- package/esm/src/internal-agents/run-system-prompt.js +19 -13
- package/esm/src/internal-agents/schema.d.ts +2 -0
- package/esm/src/internal-agents/schema.d.ts.map +1 -1
- package/esm/src/modules/react-loader/ssr-module-loader/loader.d.ts.map +1 -1
- package/esm/src/modules/react-loader/ssr-module-loader/loader.js +2 -18
- package/esm/src/modules/react-loader/ssr-module-loader/ssr-dependency-validator.d.ts +11 -0
- package/esm/src/modules/react-loader/ssr-module-loader/ssr-dependency-validator.d.ts.map +1 -1
- package/esm/src/modules/react-loader/ssr-module-loader/ssr-dependency-validator.js +53 -6
- package/esm/src/observability/application-error-contract.d.ts +4 -0
- package/esm/src/observability/application-error-contract.d.ts.map +1 -1
- package/esm/src/observability/application-errors.d.ts.map +1 -1
- package/esm/src/observability/application-errors.js +64 -3
- package/esm/src/platform/adapters/runtime/deno/http-server.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/deno/http-server.js +2 -10
- package/esm/src/platform/adapters/runtime/shared/request-peer.d.ts +14 -0
- package/esm/src/platform/adapters/runtime/shared/request-peer.d.ts.map +1 -1
- package/esm/src/platform/adapters/runtime/shared/request-peer.js +82 -0
- package/esm/src/platform/compat/http/pinned-fetch.d.ts +1 -1
- package/esm/src/provider/runtime-loader/provider-http.d.ts +5 -1
- package/esm/src/provider/runtime-loader/provider-http.d.ts.map +1 -1
- package/esm/src/provider/runtime-loader/provider-http.js +55 -17
- package/esm/src/provider/shared/index.d.ts +1 -0
- package/esm/src/provider/shared/index.d.ts.map +1 -1
- package/esm/src/provider/shared/index.js +2 -0
- package/esm/src/provider/types.d.ts +1 -0
- package/esm/src/provider/types.d.ts.map +1 -1
- package/esm/src/react/components/ui/adapter/builtin/combobox.d.ts +3 -0
- package/esm/src/react/components/ui/adapter/builtin/combobox.d.ts.map +1 -0
- package/esm/src/react/components/ui/adapter/builtin/combobox.js +204 -0
- package/esm/src/react/components/ui/adapter/builtin/dialog.d.ts +3 -0
- package/esm/src/react/components/ui/adapter/builtin/dialog.d.ts.map +1 -0
- package/esm/src/react/components/ui/adapter/builtin/dialog.js +20 -0
- package/esm/src/react/components/ui/adapter/builtin/drawer.d.ts +3 -0
- package/esm/src/react/components/ui/adapter/builtin/drawer.d.ts.map +1 -0
- package/esm/src/react/components/ui/adapter/builtin/drawer.js +21 -0
- package/esm/src/react/components/ui/adapter/builtin/index.d.ts.map +1 -1
- package/esm/src/react/components/ui/adapter/builtin/index.js +10 -0
- package/esm/src/react/components/ui/adapter/builtin/popover.d.ts +3 -0
- package/esm/src/react/components/ui/adapter/builtin/popover.d.ts.map +1 -0
- package/esm/src/react/components/ui/adapter/builtin/popover.js +28 -0
- package/esm/src/react/components/ui/adapter/builtin/tabs.d.ts +3 -0
- package/esm/src/react/components/ui/adapter/builtin/tabs.d.ts.map +1 -0
- package/esm/src/react/components/ui/adapter/builtin/tabs.js +73 -0
- package/esm/src/react/components/ui/adapter/context.d.ts.map +1 -1
- package/esm/src/react/components/ui/adapter/context.js +10 -0
- package/esm/src/react/components/ui/adapter/contract.d.ts +212 -0
- package/esm/src/react/components/ui/adapter/contract.d.ts.map +1 -1
- package/esm/src/react/components/ui/adapter/token-scope.d.ts +24 -0
- package/esm/src/react/components/ui/adapter/token-scope.d.ts.map +1 -0
- package/esm/src/react/components/ui/adapter/token-scope.js +26 -0
- package/esm/src/react/components/ui/alert-dialog.d.ts +101 -0
- package/esm/src/react/components/ui/alert-dialog.d.ts.map +1 -0
- package/esm/src/react/components/ui/alert-dialog.js +181 -0
- package/esm/src/react/components/ui/aspect-ratio.d.ts +18 -0
- package/esm/src/react/components/ui/aspect-ratio.d.ts.map +1 -0
- package/esm/src/react/components/ui/aspect-ratio.js +13 -0
- package/esm/src/react/components/ui/autocomplete.d.ts +67 -0
- package/esm/src/react/components/ui/autocomplete.d.ts.map +1 -0
- package/esm/src/react/components/ui/autocomplete.js +59 -0
- package/esm/src/react/components/ui/breadcrumb.d.ts +86 -0
- package/esm/src/react/components/ui/breadcrumb.d.ts.map +1 -0
- package/esm/src/react/components/ui/breadcrumb.js +67 -0
- package/esm/src/react/components/ui/calendar.d.ts +40 -0
- package/esm/src/react/components/ui/calendar.d.ts.map +1 -0
- package/esm/src/react/components/ui/calendar.js +170 -0
- package/esm/src/react/components/ui/combobox.d.ts +74 -0
- package/esm/src/react/components/ui/combobox.d.ts.map +1 -0
- package/esm/src/react/components/ui/combobox.js +100 -0
- package/esm/src/react/components/ui/context-menu.d.ts +116 -0
- package/esm/src/react/components/ui/context-menu.d.ts.map +1 -0
- package/esm/src/react/components/ui/context-menu.js +168 -0
- package/esm/src/react/components/ui/date-picker.d.ts +69 -0
- package/esm/src/react/components/ui/date-picker.d.ts.map +1 -0
- package/esm/src/react/components/ui/date-picker.js +96 -0
- package/esm/src/react/components/ui/dialog.d.ts +41 -11
- package/esm/src/react/components/ui/dialog.d.ts.map +1 -1
- package/esm/src/react/components/ui/dialog.js +47 -28
- package/esm/src/react/components/ui/drawer.d.ts +31 -8
- package/esm/src/react/components/ui/drawer.d.ts.map +1 -1
- package/esm/src/react/components/ui/drawer.js +33 -22
- package/esm/src/react/components/ui/dropdown-menu.d.ts.map +1 -1
- package/esm/src/react/components/ui/dropdown-menu.js +7 -75
- package/esm/src/react/components/ui/field.d.ts +70 -0
- package/esm/src/react/components/ui/field.d.ts.map +1 -0
- package/esm/src/react/components/ui/field.js +161 -0
- package/esm/src/react/components/ui/file-type.d.ts +9 -8
- package/esm/src/react/components/ui/file-type.d.ts.map +1 -1
- package/esm/src/react/components/ui/file-type.js +8 -8
- package/esm/src/react/components/ui/hover-card.d.ts +82 -0
- package/esm/src/react/components/ui/hover-card.d.ts.map +1 -0
- package/esm/src/react/components/ui/hover-card.js +140 -0
- package/esm/src/react/components/ui/index.d.ts +23 -2
- package/esm/src/react/components/ui/index.d.ts.map +1 -1
- package/esm/src/react/components/ui/index.js +21 -0
- package/esm/src/react/components/ui/input-otp.d.ts +37 -0
- package/esm/src/react/components/ui/input-otp.d.ts.map +1 -0
- package/esm/src/react/components/ui/input-otp.js +42 -0
- package/esm/src/react/components/ui/menu-keyboard.d.ts +8 -0
- package/esm/src/react/components/ui/menu-keyboard.d.ts.map +1 -0
- package/esm/src/react/components/ui/menu-keyboard.js +76 -0
- package/esm/src/react/components/ui/menubar.d.ts +98 -0
- package/esm/src/react/components/ui/menubar.d.ts.map +1 -0
- package/esm/src/react/components/ui/menubar.js +173 -0
- package/esm/src/react/components/ui/meter.d.ts +45 -0
- package/esm/src/react/components/ui/meter.d.ts.map +1 -0
- package/esm/src/react/components/ui/meter.js +59 -0
- package/esm/src/react/components/ui/modal-surface.d.ts +7 -1
- package/esm/src/react/components/ui/modal-surface.d.ts.map +1 -1
- package/esm/src/react/components/ui/modal-surface.js +23 -6
- package/esm/src/react/components/ui/navigation-menu.d.ts +101 -0
- package/esm/src/react/components/ui/navigation-menu.d.ts.map +1 -0
- package/esm/src/react/components/ui/navigation-menu.js +195 -0
- package/esm/src/react/components/ui/number-field.d.ts +46 -0
- package/esm/src/react/components/ui/number-field.d.ts.map +1 -0
- package/esm/src/react/components/ui/number-field.js +121 -0
- package/esm/src/react/components/ui/pagination.d.ts +77 -0
- package/esm/src/react/components/ui/pagination.d.ts.map +1 -0
- package/esm/src/react/components/ui/pagination.js +62 -0
- package/esm/src/react/components/ui/popover.d.ts +42 -13
- package/esm/src/react/components/ui/popover.d.ts.map +1 -1
- package/esm/src/react/components/ui/popover.js +25 -12
- package/esm/src/react/components/ui/scroll-area.d.ts +38 -0
- package/esm/src/react/components/ui/scroll-area.d.ts.map +1 -0
- package/esm/src/react/components/ui/scroll-area.js +35 -0
- package/esm/src/react/components/ui/separator.d.ts +20 -0
- package/esm/src/react/components/ui/separator.d.ts.map +1 -0
- package/esm/src/react/components/ui/separator.js +13 -0
- package/esm/src/react/components/ui/slider.d.ts +44 -0
- package/esm/src/react/components/ui/slider.d.ts.map +1 -0
- package/esm/src/react/components/ui/slider.js +46 -0
- package/esm/src/react/components/ui/status.d.ts +6 -5
- package/esm/src/react/components/ui/status.d.ts.map +1 -1
- package/esm/src/react/components/ui/status.js +4 -4
- package/esm/src/react/components/ui/tabs.d.ts +32 -9
- package/esm/src/react/components/ui/tabs.d.ts.map +1 -1
- package/esm/src/react/components/ui/tabs.js +46 -22
- package/esm/src/react/components/ui/toggle.d.ts +26 -0
- package/esm/src/react/components/ui/toggle.d.ts.map +1 -0
- package/esm/src/react/components/ui/toggle.js +29 -0
- package/esm/src/react/components/ui/use-isomorphic-layout-effect.d.ts +2 -1
- package/esm/src/react/components/ui/use-isomorphic-layout-effect.d.ts.map +1 -1
- package/esm/src/react/components/ui/use-isomorphic-layout-effect.js +6 -3
- package/esm/src/rendering/chunk-optimizer/source-imports.d.ts.map +1 -1
- package/esm/src/rendering/chunk-optimizer/source-imports.js +4 -114
- package/esm/src/rendering/orchestrator/css-candidate-manifest.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/css-candidate-manifest.js +30 -1
- package/esm/src/rendering/orchestrator/module-loader/build-failure.d.ts +10 -0
- package/esm/src/rendering/orchestrator/module-loader/build-failure.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/module-loader/build-failure.js +50 -3
- package/esm/src/rendering/orchestrator/module-loader/dependency-resolver.d.ts +2 -0
- package/esm/src/rendering/orchestrator/module-loader/dependency-resolver.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/module-loader/dependency-resolver.js +21 -6
- package/esm/src/rendering/orchestrator/module-loader/index.d.ts +2 -1
- package/esm/src/rendering/orchestrator/module-loader/index.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/module-loader/index.js +190 -7
- package/esm/src/rendering/orchestrator/module-loader/module-persistence.d.ts +4 -0
- package/esm/src/rendering/orchestrator/module-loader/module-persistence.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/module-loader/module-persistence.js +374 -7
- package/esm/src/rendering/orchestrator/pipeline.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/pipeline.js +12 -1
- package/esm/src/runs/runs-client.d.ts +2 -4
- package/esm/src/runs/runs-client.d.ts.map +1 -1
- package/esm/src/runs/schemas.d.ts +18 -8
- package/esm/src/runs/schemas.d.ts.map +1 -1
- package/esm/src/runs/schemas.js +26 -0
- package/esm/src/runtime/model-call-context.d.ts +6 -1
- package/esm/src/runtime/model-call-context.d.ts.map +1 -1
- package/esm/src/runtime/runtime-bridge.d.ts.map +1 -1
- package/esm/src/runtime/runtime-bridge.js +133 -15
- package/esm/src/schedule/factory.d.ts +8 -2
- package/esm/src/schedule/factory.d.ts.map +1 -1
- package/esm/src/schedule/factory.js +0 -8
- package/esm/src/schedule/index.d.ts +10 -1
- package/esm/src/schedule/index.d.ts.map +1 -1
- package/esm/src/schedule/index.js +9 -0
- package/esm/src/schedule/types.d.ts +30 -11
- package/esm/src/schedule/types.d.ts.map +1 -1
- package/esm/src/schedule/validation.d.ts +17 -0
- package/esm/src/schedule/validation.d.ts.map +1 -1
- package/esm/src/schedule/validation.js +93 -5
- package/esm/src/security/sandbox/worker-pool.d.ts.map +1 -1
- package/esm/src/security/sandbox/worker-pool.js +6 -1
- package/esm/src/server/bootstrap.d.ts.map +1 -1
- package/esm/src/server/bootstrap.js +6 -0
- package/esm/src/server/dev-server/index.d.ts +1 -1
- package/esm/src/server/dev-server/index.d.ts.map +1 -1
- package/esm/src/server/dev-server/server.d.ts +7 -3
- package/esm/src/server/dev-server/server.d.ts.map +1 -1
- package/esm/src/server/dev-server/server.js +12 -3
- package/esm/src/server/dev-server/types.d.ts +7 -1
- package/esm/src/server/dev-server/types.d.ts.map +1 -1
- package/esm/src/server/dev-server.d.ts +1 -1
- package/esm/src/server/dev-server.d.ts.map +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 +2509 -34
- package/esm/src/server/handlers/dev/projects/index.d.ts.map +1 -1
- package/esm/src/server/handlers/dev/projects/index.js +3 -0
- package/esm/src/server/handlers/request/agent-stream.handler.d.ts.map +1 -1
- package/esm/src/server/handlers/request/agent-stream.handler.js +29 -24
- package/esm/src/server/index.d.ts +3 -3
- package/esm/src/server/index.d.ts.map +1 -1
- package/esm/src/server/index.js +10 -5
- package/esm/src/server/node-handler.d.ts.map +1 -1
- package/esm/src/server/node-handler.js +4 -1
- package/esm/src/server/production-server.d.ts.map +1 -1
- package/esm/src/server/production-server.js +2 -1
- package/esm/src/server/project-env/cache.d.ts +17 -0
- package/esm/src/server/project-env/cache.d.ts.map +1 -1
- package/esm/src/server/project-env/cache.js +78 -2
- package/esm/src/server/project-env/fetcher.d.ts.map +1 -1
- package/esm/src/server/project-env/fetcher.js +24 -14
- package/esm/src/server/project-env/index.d.ts +1 -1
- package/esm/src/server/project-env/index.d.ts.map +1 -1
- package/esm/src/server/project-env/index.js +1 -1
- package/esm/src/server/project-env/internal-authorization.d.ts +7 -0
- package/esm/src/server/project-env/internal-authorization.d.ts.map +1 -0
- package/esm/src/server/project-env/internal-authorization.js +32 -0
- package/esm/src/server/runtime-handler/index.d.ts.map +1 -1
- package/esm/src/server/runtime-handler/index.js +1 -1
- package/esm/src/server/runtime-handler/projects-handler.d.ts +1 -1
- package/esm/src/server/runtime-handler/projects-handler.d.ts.map +1 -1
- package/esm/src/server/runtime-handler/projects-handler.js +4 -2
- package/esm/src/transforms/esm/http-bundler.d.ts.map +1 -1
- package/esm/src/transforms/esm/http-bundler.js +6 -5
- package/esm/src/transforms/esm/http-cache-helpers.d.ts +11 -0
- package/esm/src/transforms/esm/http-cache-helpers.d.ts.map +1 -1
- package/esm/src/transforms/esm/http-cache-helpers.js +35 -0
- package/esm/src/transforms/esm/http-cache.d.ts.map +1 -1
- package/esm/src/transforms/esm/http-cache.js +16 -10
- package/esm/src/transforms/esm/specifier-resolver.d.ts.map +1 -1
- package/esm/src/transforms/esm/specifier-resolver.js +87 -7
- package/esm/src/transforms/import-rewriter/strategies/alias-strategy.d.ts +2 -0
- package/esm/src/transforms/import-rewriter/strategies/alias-strategy.d.ts.map +1 -1
- package/esm/src/transforms/import-rewriter/strategies/alias-strategy.js +11 -6
- package/esm/src/transforms/md/compiler/md-compiler.d.ts.map +1 -1
- package/esm/src/transforms/md/compiler/md-compiler.js +12 -5
- package/esm/src/transforms/mdx/compiler/frontmatter-extractor.d.ts +2 -0
- package/esm/src/transforms/mdx/compiler/frontmatter-extractor.d.ts.map +1 -1
- package/esm/src/transforms/mdx/compiler/frontmatter-extractor.js +33 -1
- package/esm/src/transforms/mdx/compiler/mdx-compiler.d.ts.map +1 -1
- package/esm/src/transforms/mdx/compiler/mdx-compiler.js +46 -7
- package/esm/src/transforms/mdx/esm-module-loader/cache/index.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/cache/index.js +8 -2
- package/esm/src/transforms/mdx/esm-module-loader/cache-format.d.ts +1 -0
- package/esm/src/transforms/mdx/esm-module-loader/cache-format.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/cache-format.js +3 -0
- package/esm/src/transforms/mdx/esm-module-loader/loader-helpers.d.ts +4 -0
- package/esm/src/transforms/mdx/esm-module-loader/loader-helpers.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/loader-helpers.js +44 -8
- package/esm/src/transforms/mdx/esm-module-loader/missing-module.d.ts +2 -0
- package/esm/src/transforms/mdx/esm-module-loader/missing-module.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/missing-module.js +4 -0
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/http-fallback.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/http-fallback.js +5 -1
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/http-fetcher.d.ts +2 -0
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/http-fetcher.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/http-fetcher.js +50 -11
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/nested-imports.d.ts +24 -12
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/nested-imports.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/nested-imports.js +201 -18
- package/esm/src/transforms/mdx/esm-module-loader/types.d.ts +5 -0
- package/esm/src/transforms/mdx/esm-module-loader/types.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/utils/source-spans.d.ts +22 -2
- package/esm/src/transforms/mdx/esm-module-loader/utils/source-spans.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/utils/source-spans.js +2080 -129
- package/esm/src/transforms/mdx/esm-module-loader/utils/stub-module.d.ts +11 -1
- package/esm/src/transforms/mdx/esm-module-loader/utils/stub-module.d.ts.map +1 -1
- package/esm/src/transforms/mdx/esm-module-loader/utils/stub-module.js +32 -15
- package/esm/src/transforms/pipeline/stages/compile.d.ts.map +1 -1
- package/esm/src/transforms/pipeline/stages/compile.js +44 -0
- package/esm/src/transforms/shared/specifier-suffix.d.ts +25 -0
- package/esm/src/transforms/shared/specifier-suffix.d.ts.map +1 -0
- package/esm/src/transforms/shared/specifier-suffix.js +43 -0
- package/esm/src/trigger/index.d.ts +2 -2
- package/esm/src/trigger/index.d.ts.map +1 -1
- package/esm/src/trigger/index.js +1 -1
- package/esm/src/trigger/local-runner.d.ts +2 -2
- package/esm/src/trigger/local-runner.d.ts.map +1 -1
- package/esm/src/trigger/local-runner.js +11 -4
- package/esm/src/trigger/target.d.ts +97 -5
- package/esm/src/trigger/target.d.ts.map +1 -1
- package/esm/src/trigger/target.js +175 -5
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/esm/src/webhook/types.d.ts +21 -6
- package/esm/src/webhook/types.d.ts.map +1 -1
- package/esm/src/webhook/validation.d.ts.map +1 -1
- package/esm/src/webhook/validation.js +27 -39
- package/esm/templates/index.d.ts +1 -1
- package/esm/templates/index.d.ts.map +1 -1
- package/esm/templates/loader.d.ts +6 -6
- package/esm/templates/loader.d.ts.map +1 -1
- package/esm/templates/loader.js +34 -18
- package/esm/templates/manifest.generated.d.ts +3 -0
- package/esm/templates/manifest.generated.d.ts.map +1 -0
- package/esm/templates/manifest.generated.js +2 -0
- package/package.json +8 -8
- package/esm/templates/manifest.d.ts +0 -664
- package/esm/templates/manifest.d.ts.map +0 -1
- package/esm/templates/manifest.js +0 -662
|
@@ -1,664 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
let version: number;
|
|
3
|
-
let templates: {
|
|
4
|
-
"agentic-workflow": {
|
|
5
|
-
files: {
|
|
6
|
-
"agents/researcher.ts": string;
|
|
7
|
-
"agents/writer.ts": string;
|
|
8
|
-
"app/api/workflows/[workflowId]/start/route.ts": string;
|
|
9
|
-
"app/api/workflows/runs/[id]/approvals/[approvalId]/route.ts": string;
|
|
10
|
-
"app/api/workflows/runs/[id]/route.ts": string;
|
|
11
|
-
"app/api/workflows/runs/route.ts": string;
|
|
12
|
-
"app/api/workflows/sample-runs.ts": string;
|
|
13
|
-
"app/layout.tsx": string;
|
|
14
|
-
"app/page.tsx": string;
|
|
15
|
-
"app/workflows/[id]/page.tsx": string;
|
|
16
|
-
"globals.css": string;
|
|
17
|
-
"globals.d.ts": string;
|
|
18
|
-
"public/favicon.svg": string;
|
|
19
|
-
"README.md": string;
|
|
20
|
-
"tools/publish.ts": string;
|
|
21
|
-
"tsconfig.json": string;
|
|
22
|
-
"workflows/content-pipeline.ts": string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
"ai-agent": {
|
|
26
|
-
files: {
|
|
27
|
-
"agents/assistant.ts": string;
|
|
28
|
-
"app/api/ag-ui/route.ts": string;
|
|
29
|
-
"app/layout.tsx": string;
|
|
30
|
-
"app/markdown-renderer.tsx": string;
|
|
31
|
-
"app/page.tsx": string;
|
|
32
|
-
"evals/assistant.eval.ts": string;
|
|
33
|
-
"globals.css": string;
|
|
34
|
-
"globals.d.ts": string;
|
|
35
|
-
"public/favicon.svg": string;
|
|
36
|
-
"README.md": string;
|
|
37
|
-
"tools/calculator.ts": string;
|
|
38
|
-
"tsconfig.json": string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
"coding-agent": {
|
|
42
|
-
files: {
|
|
43
|
-
"agents/coder.ts": string;
|
|
44
|
-
"app/api/ag-ui/route.ts": string;
|
|
45
|
-
"app/layout.tsx": string;
|
|
46
|
-
"app/markdown-renderer.tsx": string;
|
|
47
|
-
"app/page.tsx": string;
|
|
48
|
-
"globals.css": string;
|
|
49
|
-
"globals.d.ts": string;
|
|
50
|
-
"public/favicon.svg": string;
|
|
51
|
-
"README.md": string;
|
|
52
|
-
"tools/edit-file.ts": string;
|
|
53
|
-
"tools/list-files.ts": string;
|
|
54
|
-
"tools/read-file.ts": string;
|
|
55
|
-
"tsconfig.json": string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
"docs-agent": {
|
|
59
|
-
files: {
|
|
60
|
-
"agents/rag.ts": string;
|
|
61
|
-
"app/api/ag-ui/route.ts": string;
|
|
62
|
-
"app/api/ingest/route.ts": string;
|
|
63
|
-
"app/api/uploads/route.ts": string;
|
|
64
|
-
"app/layout.tsx": string;
|
|
65
|
-
"app/markdown-renderer.tsx": string;
|
|
66
|
-
"app/page.tsx": string;
|
|
67
|
-
"app/uploads/page.tsx": string;
|
|
68
|
-
"content/architecture.md": string;
|
|
69
|
-
"content/getting-started.md": string;
|
|
70
|
-
"globals.css": string;
|
|
71
|
-
"globals.d.ts": string;
|
|
72
|
-
"public/favicon.svg": string;
|
|
73
|
-
"README.md": string;
|
|
74
|
-
"store.ts": string;
|
|
75
|
-
"tsconfig.json": string;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
minimal: {
|
|
79
|
-
files: {
|
|
80
|
-
"app/about/page.mdx": string;
|
|
81
|
-
"app/layout.tsx": string;
|
|
82
|
-
"app/page.tsx": string;
|
|
83
|
-
"public/favicon.svg": string;
|
|
84
|
-
"README.md": string;
|
|
85
|
-
"tsconfig.json": string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
"multi-agent-system": {
|
|
89
|
-
files: {
|
|
90
|
-
"agents/orchestrator.ts": string;
|
|
91
|
-
"agents/researcher.ts": string;
|
|
92
|
-
"agents/writer.ts": string;
|
|
93
|
-
"app/api/ag-ui/route.ts": string;
|
|
94
|
-
"app/layout.tsx": string;
|
|
95
|
-
"app/markdown-renderer.tsx": string;
|
|
96
|
-
"app/page.tsx": string;
|
|
97
|
-
"globals.css": string;
|
|
98
|
-
"globals.d.ts": string;
|
|
99
|
-
"public/favicon.svg": string;
|
|
100
|
-
"README.md": string;
|
|
101
|
-
"tools/web-search.ts": string;
|
|
102
|
-
"tsconfig.json": string;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
"saas-starter": {
|
|
106
|
-
files: {
|
|
107
|
-
"agents/assistant.ts": string;
|
|
108
|
-
"app/api/ag-ui/route.ts": string;
|
|
109
|
-
"app/dashboard/page.tsx": string;
|
|
110
|
-
"app/layout.tsx": string;
|
|
111
|
-
"app/login/page.tsx": string;
|
|
112
|
-
"app/markdown-renderer.tsx": string;
|
|
113
|
-
"app/page.tsx": string;
|
|
114
|
-
"globals.css": string;
|
|
115
|
-
"globals.d.ts": string;
|
|
116
|
-
"public/favicon.svg": string;
|
|
117
|
-
"README.md": string;
|
|
118
|
-
"tools/search.ts": string;
|
|
119
|
-
"tsconfig.json": string;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
"integration:_base": {
|
|
123
|
-
files: {
|
|
124
|
-
"app/api/integrations/status/route.ts": string;
|
|
125
|
-
"app/api/integrations/token-storage/route.ts": string;
|
|
126
|
-
"app/components/ServiceConnections.tsx": string;
|
|
127
|
-
"app/page.tsx": string;
|
|
128
|
-
"app/setup/page-helpers.tsx": string;
|
|
129
|
-
"app/setup/page.tsx": string;
|
|
130
|
-
"lib/encrypted-token-store.ts": string;
|
|
131
|
-
"lib/oauth.ts": string;
|
|
132
|
-
"lib/token-store-examples.ts": string;
|
|
133
|
-
"lib/token-store.ts": string;
|
|
134
|
-
"lib/user-id.ts": string;
|
|
135
|
-
"SETUP.md": string;
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
"integration:airtable": {
|
|
139
|
-
files: {
|
|
140
|
-
"app/api/auth/airtable/callback/route.ts": string;
|
|
141
|
-
"app/api/auth/airtable/route.ts": string;
|
|
142
|
-
"lib/airtable-client.ts": string;
|
|
143
|
-
"tools/create-field.ts": string;
|
|
144
|
-
"tools/create-record.ts": string;
|
|
145
|
-
"tools/create-records.ts": string;
|
|
146
|
-
"tools/create-table.ts": string;
|
|
147
|
-
"tools/delete-record.ts": string;
|
|
148
|
-
"tools/get-base.ts": string;
|
|
149
|
-
"tools/get-record.ts": string;
|
|
150
|
-
"tools/list-bases.ts": string;
|
|
151
|
-
"tools/list-records.ts": string;
|
|
152
|
-
"tools/update-record.ts": string;
|
|
153
|
-
"tools/update-table.ts": string;
|
|
154
|
-
};
|
|
155
|
-
};
|
|
156
|
-
"integration:anthropic": {
|
|
157
|
-
files: {
|
|
158
|
-
".env.example": string;
|
|
159
|
-
"lib/anthropic-admin-client.ts": string;
|
|
160
|
-
"tools/get-organization.ts": string;
|
|
161
|
-
"tools/get-usage.ts": string;
|
|
162
|
-
"tools/list-api-keys.ts": string;
|
|
163
|
-
"tools/list-members.ts": string;
|
|
164
|
-
"tools/list-workspaces.ts": string;
|
|
165
|
-
};
|
|
166
|
-
};
|
|
167
|
-
"integration:asana": {
|
|
168
|
-
files: {
|
|
169
|
-
".env.example": string;
|
|
170
|
-
"app/api/auth/asana/callback/route.ts": string;
|
|
171
|
-
"app/api/auth/asana/route.ts": string;
|
|
172
|
-
"lib/asana-client.ts": string;
|
|
173
|
-
"tools/add-task-comment.ts": string;
|
|
174
|
-
"tools/create-task.ts": string;
|
|
175
|
-
"tools/get-task.ts": string;
|
|
176
|
-
"tools/list-projects.ts": string;
|
|
177
|
-
"tools/list-task-comments.ts": string;
|
|
178
|
-
"tools/list-tasks.ts": string;
|
|
179
|
-
"tools/list-teams.ts": string;
|
|
180
|
-
"tools/list-users.ts": string;
|
|
181
|
-
"tools/list-workspaces.ts": string;
|
|
182
|
-
"tools/update-task.ts": string;
|
|
183
|
-
};
|
|
184
|
-
};
|
|
185
|
-
"integration:aws": {
|
|
186
|
-
files: {
|
|
187
|
-
".env.example": string;
|
|
188
|
-
"lib/aws-client.ts": string;
|
|
189
|
-
"tools/get-s3-object.ts": string;
|
|
190
|
-
"tools/list-ec2-instances.ts": string;
|
|
191
|
-
"tools/list-lambda-functions.ts": string;
|
|
192
|
-
"tools/list-s3-buckets.ts": string;
|
|
193
|
-
"tools/list-s3-objects.ts": string;
|
|
194
|
-
};
|
|
195
|
-
};
|
|
196
|
-
"integration:bitbucket": {
|
|
197
|
-
files: {
|
|
198
|
-
".env.example": string;
|
|
199
|
-
"app/api/auth/bitbucket/callback/route.ts": string;
|
|
200
|
-
"app/api/auth/bitbucket/route.ts": string;
|
|
201
|
-
"lib/bitbucket-client.ts": string;
|
|
202
|
-
"tools/create-pull-request.ts": string;
|
|
203
|
-
"tools/list-issues.ts": string;
|
|
204
|
-
"tools/list-pull-requests.ts": string;
|
|
205
|
-
"tools/list-repositories.ts": string;
|
|
206
|
-
};
|
|
207
|
-
};
|
|
208
|
-
"integration:calendar": {
|
|
209
|
-
files: {
|
|
210
|
-
".env.example": string;
|
|
211
|
-
"app/api/auth/calendar/callback/route.ts": string;
|
|
212
|
-
"app/api/auth/calendar/route.ts": string;
|
|
213
|
-
"lib/calendar-client.ts": string;
|
|
214
|
-
"tools/create-event.ts": string;
|
|
215
|
-
"tools/delete-event.ts": string;
|
|
216
|
-
"tools/find-free-time.ts": string;
|
|
217
|
-
"tools/list-events.ts": string;
|
|
218
|
-
"tools/update-event.ts": string;
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
"integration:confluence": {
|
|
222
|
-
files: {
|
|
223
|
-
".env.example": string;
|
|
224
|
-
"app/api/auth/confluence/callback/route.ts": string;
|
|
225
|
-
"app/api/auth/confluence/route.ts": string;
|
|
226
|
-
"lib/confluence-client.ts": string;
|
|
227
|
-
"tools/create-page.ts": string;
|
|
228
|
-
"tools/get-page.ts": string;
|
|
229
|
-
"tools/list-spaces.ts": string;
|
|
230
|
-
"tools/search-content.ts": string;
|
|
231
|
-
"tools/update-page.ts": string;
|
|
232
|
-
};
|
|
233
|
-
};
|
|
234
|
-
"integration:docs-google": {
|
|
235
|
-
files: {
|
|
236
|
-
".env.example": string;
|
|
237
|
-
"app/api/auth/docs-google/callback/route.ts": string;
|
|
238
|
-
"app/api/auth/docs-google/route.ts": string;
|
|
239
|
-
"lib/docs-client.ts": string;
|
|
240
|
-
"lib/docs-google-oauth.ts": string;
|
|
241
|
-
"tools/create-document.ts": string;
|
|
242
|
-
"tools/get-document.ts": string;
|
|
243
|
-
"tools/list-documents.ts": string;
|
|
244
|
-
"tools/search-documents.ts": string;
|
|
245
|
-
"tools/update-document.ts": string;
|
|
246
|
-
};
|
|
247
|
-
};
|
|
248
|
-
"integration:drive": {
|
|
249
|
-
files: {
|
|
250
|
-
".env.example": string;
|
|
251
|
-
"app/api/auth/drive/callback/route.ts": string;
|
|
252
|
-
"app/api/auth/drive/route.ts": string;
|
|
253
|
-
"lib/drive-client.ts": string;
|
|
254
|
-
"lib/drive-oauth.ts": string;
|
|
255
|
-
"tools/create-folder.ts": string;
|
|
256
|
-
"tools/get-file.ts": string;
|
|
257
|
-
"tools/list-files.ts": string;
|
|
258
|
-
"tools/search-files.ts": string;
|
|
259
|
-
"tools/upload-file.ts": string;
|
|
260
|
-
};
|
|
261
|
-
};
|
|
262
|
-
"integration:figma": {
|
|
263
|
-
files: {
|
|
264
|
-
".env.example": string;
|
|
265
|
-
"app/api/auth/figma/callback/route.ts": string;
|
|
266
|
-
"app/api/auth/figma/route.ts": string;
|
|
267
|
-
"lib/figma-client.ts": string;
|
|
268
|
-
"lib/types.ts": string;
|
|
269
|
-
"tools/get-comments.ts": string;
|
|
270
|
-
"tools/get-file.ts": string;
|
|
271
|
-
"tools/post-comment.ts": string;
|
|
272
|
-
};
|
|
273
|
-
};
|
|
274
|
-
"integration:github": {
|
|
275
|
-
files: {
|
|
276
|
-
"app/api/auth/github/callback/route.ts": string;
|
|
277
|
-
"app/api/auth/github/route.ts": string;
|
|
278
|
-
"lib/github-client.ts": string;
|
|
279
|
-
"tools/add-issue-comment.ts": string;
|
|
280
|
-
"tools/create-issue.ts": string;
|
|
281
|
-
"tools/create-pr.ts": string;
|
|
282
|
-
"tools/get-current-user.ts": string;
|
|
283
|
-
"tools/get-issue.ts": string;
|
|
284
|
-
"tools/get-pr-diff.ts": string;
|
|
285
|
-
"tools/get-pr.ts": string;
|
|
286
|
-
"tools/get-repo.ts": string;
|
|
287
|
-
"tools/get-user.ts": string;
|
|
288
|
-
"tools/list-commits.ts": string;
|
|
289
|
-
"tools/list-issues.ts": string;
|
|
290
|
-
"tools/list-prs.ts": string;
|
|
291
|
-
"tools/list-repos.ts": string;
|
|
292
|
-
"tools/merge-pr.ts": string;
|
|
293
|
-
"tools/update-issue.ts": string;
|
|
294
|
-
};
|
|
295
|
-
};
|
|
296
|
-
"integration:gitlab": {
|
|
297
|
-
files: {
|
|
298
|
-
".env.example": string;
|
|
299
|
-
"app/api/auth/gitlab/callback/route.ts": string;
|
|
300
|
-
"app/api/auth/gitlab/route.ts": string;
|
|
301
|
-
"lib/gitlab-client.ts": string;
|
|
302
|
-
"tools/add-issue-comment.ts": string;
|
|
303
|
-
"tools/add-merge-request-comment.ts": string;
|
|
304
|
-
"tools/create-issue.ts": string;
|
|
305
|
-
"tools/get-issue.ts": string;
|
|
306
|
-
"tools/get-merge-request.ts": string;
|
|
307
|
-
"tools/get-project.ts": string;
|
|
308
|
-
"tools/list-merge-requests.ts": string;
|
|
309
|
-
"tools/list-projects.ts": string;
|
|
310
|
-
"tools/search-issues.ts": string;
|
|
311
|
-
"tools/update-issue.ts": string;
|
|
312
|
-
};
|
|
313
|
-
};
|
|
314
|
-
"integration:gmail": {
|
|
315
|
-
files: {
|
|
316
|
-
".env.example": string;
|
|
317
|
-
"app/api/auth/gmail/callback/route.ts": string;
|
|
318
|
-
"app/api/auth/gmail/route.ts": string;
|
|
319
|
-
"lib/context.ts": string;
|
|
320
|
-
"lib/gmail-client.ts": string;
|
|
321
|
-
"tools/apply-labels.ts": string;
|
|
322
|
-
"tools/archive-email.ts": string;
|
|
323
|
-
"tools/batch-delete-emails.ts": string;
|
|
324
|
-
"tools/batch-modify-emails.ts": string;
|
|
325
|
-
"tools/create-draft.ts": string;
|
|
326
|
-
"tools/create-label.ts": string;
|
|
327
|
-
"tools/delete-draft.ts": string;
|
|
328
|
-
"tools/delete-email.ts": string;
|
|
329
|
-
"tools/delete-label.ts": string;
|
|
330
|
-
"tools/delete-thread.ts": string;
|
|
331
|
-
"tools/get-attachment.ts": string;
|
|
332
|
-
"tools/get-draft.ts": string;
|
|
333
|
-
"tools/get-email.ts": string;
|
|
334
|
-
"tools/get-label.ts": string;
|
|
335
|
-
"tools/get-profile.ts": string;
|
|
336
|
-
"tools/get-thread.ts": string;
|
|
337
|
-
"tools/list-drafts.ts": string;
|
|
338
|
-
"tools/list-emails.ts": string;
|
|
339
|
-
"tools/list-history.ts": string;
|
|
340
|
-
"tools/list-labels.ts": string;
|
|
341
|
-
"tools/list-threads.ts": string;
|
|
342
|
-
"tools/mark-email-read.ts": string;
|
|
343
|
-
"tools/modify-email-labels.ts": string;
|
|
344
|
-
"tools/modify-thread-labels.ts": string;
|
|
345
|
-
"tools/search-emails.ts": string;
|
|
346
|
-
"tools/send-draft.ts": string;
|
|
347
|
-
"tools/send-email.ts": string;
|
|
348
|
-
"tools/trash-email.ts": string;
|
|
349
|
-
"tools/trash-thread.ts": string;
|
|
350
|
-
"tools/untrash-email.ts": string;
|
|
351
|
-
"tools/untrash-thread.ts": string;
|
|
352
|
-
"tools/update-draft.ts": string;
|
|
353
|
-
"tools/update-label.ts": string;
|
|
354
|
-
};
|
|
355
|
-
};
|
|
356
|
-
"integration:jira": {
|
|
357
|
-
files: {
|
|
358
|
-
"app/api/auth/jira/callback/route.ts": string;
|
|
359
|
-
"app/api/auth/jira/route.ts": string;
|
|
360
|
-
"lib/jira-client.ts": string;
|
|
361
|
-
"tools/add-comment.ts": string;
|
|
362
|
-
"tools/create-issue.ts": string;
|
|
363
|
-
"tools/get-issue.ts": string;
|
|
364
|
-
"tools/get-project.ts": string;
|
|
365
|
-
"tools/get-transitions.ts": string;
|
|
366
|
-
"tools/list-comments.ts": string;
|
|
367
|
-
"tools/list-projects.ts": string;
|
|
368
|
-
"tools/search-issues.ts": string;
|
|
369
|
-
"tools/update-issue.ts": string;
|
|
370
|
-
};
|
|
371
|
-
};
|
|
372
|
-
"integration:linear": {
|
|
373
|
-
files: {
|
|
374
|
-
".env.example": string;
|
|
375
|
-
"app/api/auth/linear/callback/route.ts": string;
|
|
376
|
-
"app/api/auth/linear/route.ts": string;
|
|
377
|
-
"lib/linear-client.ts": string;
|
|
378
|
-
"tools/add-comment.ts": string;
|
|
379
|
-
"tools/create-issue.ts": string;
|
|
380
|
-
"tools/get-issue.ts": string;
|
|
381
|
-
"tools/list-projects.ts": string;
|
|
382
|
-
"tools/list-teams.ts": string;
|
|
383
|
-
"tools/list-users.ts": string;
|
|
384
|
-
"tools/list-workflow-states.ts": string;
|
|
385
|
-
"tools/search-issues.ts": string;
|
|
386
|
-
"tools/update-issue.ts": string;
|
|
387
|
-
};
|
|
388
|
-
};
|
|
389
|
-
"integration:mixpanel": {
|
|
390
|
-
files: {
|
|
391
|
-
".env.example": string;
|
|
392
|
-
"lib/mixpanel-client.ts": string;
|
|
393
|
-
"tools/get-funnel.ts": string;
|
|
394
|
-
"tools/get-retention.ts": string;
|
|
395
|
-
"tools/list-cohorts.ts": string;
|
|
396
|
-
"tools/query-events.ts": string;
|
|
397
|
-
"tools/track-event.ts": string;
|
|
398
|
-
};
|
|
399
|
-
};
|
|
400
|
-
"integration:neon": {
|
|
401
|
-
files: {
|
|
402
|
-
".env.example": string;
|
|
403
|
-
"app/api/auth/neon/route.ts": string;
|
|
404
|
-
"lib/neon-client.ts": string;
|
|
405
|
-
"tools/describe-table.ts": string;
|
|
406
|
-
"tools/list-branches.ts": string;
|
|
407
|
-
"tools/list-projects.ts": string;
|
|
408
|
-
"tools/list-tables.ts": string;
|
|
409
|
-
"tools/query-database.ts": string;
|
|
410
|
-
};
|
|
411
|
-
};
|
|
412
|
-
"integration:notion": {
|
|
413
|
-
files: {
|
|
414
|
-
".env.example": string;
|
|
415
|
-
"app/api/auth/notion/callback/route.ts": string;
|
|
416
|
-
"app/api/auth/notion/route.ts": string;
|
|
417
|
-
"lib/notion-client.ts": string;
|
|
418
|
-
"tools/append-blocks.ts": string;
|
|
419
|
-
"tools/create-page.ts": string;
|
|
420
|
-
"tools/get-database.ts": string;
|
|
421
|
-
"tools/get-page.ts": string;
|
|
422
|
-
"tools/query-database.ts": string;
|
|
423
|
-
"tools/read-page.ts": string;
|
|
424
|
-
"tools/search-notion.ts": string;
|
|
425
|
-
"tools/update-page.ts": string;
|
|
426
|
-
};
|
|
427
|
-
};
|
|
428
|
-
"integration:onedrive": {
|
|
429
|
-
files: {
|
|
430
|
-
".env.example": string;
|
|
431
|
-
"app/api/auth/onedrive/callback/route.ts": string;
|
|
432
|
-
"app/api/auth/onedrive/route.ts": string;
|
|
433
|
-
"lib/onedrive-client.ts": string;
|
|
434
|
-
"tools/download-file.ts": string;
|
|
435
|
-
"tools/list-files.ts": string;
|
|
436
|
-
"tools/search-files.ts": string;
|
|
437
|
-
"tools/upload-file.ts": string;
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
|
-
"integration:outlook": {
|
|
441
|
-
files: {
|
|
442
|
-
".env.example": string;
|
|
443
|
-
"app/api/auth/outlook/callback/route.ts": string;
|
|
444
|
-
"app/api/auth/outlook/route.ts": string;
|
|
445
|
-
"lib/outlook-client.ts": string;
|
|
446
|
-
"tools/create-draft.ts": string;
|
|
447
|
-
"tools/get-email.ts": string;
|
|
448
|
-
"tools/get-thread.ts": string;
|
|
449
|
-
"tools/list-emails.ts": string;
|
|
450
|
-
"tools/list-folders.ts": string;
|
|
451
|
-
"tools/list-threads.ts": string;
|
|
452
|
-
"tools/search-emails.ts": string;
|
|
453
|
-
"tools/send-email.ts": string;
|
|
454
|
-
};
|
|
455
|
-
};
|
|
456
|
-
"integration:posthog": {
|
|
457
|
-
files: {
|
|
458
|
-
".env.example": string;
|
|
459
|
-
"lib/posthog-client.ts": string;
|
|
460
|
-
"tools/capture-event.ts": string;
|
|
461
|
-
"tools/get-trends.ts": string;
|
|
462
|
-
"tools/list-feature-flags.ts": string;
|
|
463
|
-
"tools/list-persons.ts": string;
|
|
464
|
-
};
|
|
465
|
-
};
|
|
466
|
-
"integration:salesforce": {
|
|
467
|
-
files: {
|
|
468
|
-
"app/api/auth/salesforce/callback/route.ts": string;
|
|
469
|
-
"app/api/auth/salesforce/route.ts": string;
|
|
470
|
-
"lib/salesforce-client.ts": string;
|
|
471
|
-
"tools/create-lead.ts": string;
|
|
472
|
-
"tools/get-account.ts": string;
|
|
473
|
-
"tools/list-accounts.ts": string;
|
|
474
|
-
"tools/list-contacts.ts": string;
|
|
475
|
-
"tools/list-opportunities.ts": string;
|
|
476
|
-
};
|
|
477
|
-
};
|
|
478
|
-
"integration:sentry": {
|
|
479
|
-
files: {
|
|
480
|
-
".env.example": string;
|
|
481
|
-
"lib/sentry-client.ts": string;
|
|
482
|
-
"tools/get-issue.ts": string;
|
|
483
|
-
"tools/list-issues.ts": string;
|
|
484
|
-
"tools/list-projects.ts": string;
|
|
485
|
-
"tools/resolve-issue.ts": string;
|
|
486
|
-
};
|
|
487
|
-
};
|
|
488
|
-
"integration:servicenow": {
|
|
489
|
-
files: {
|
|
490
|
-
".env.example": string;
|
|
491
|
-
"app/api/auth/servicenow/callback/route.ts": string;
|
|
492
|
-
"app/api/auth/servicenow/route.ts": string;
|
|
493
|
-
"lib/servicenow-client.ts": string;
|
|
494
|
-
"tools/create-incident.ts": string;
|
|
495
|
-
"tools/get-incident.ts": string;
|
|
496
|
-
"tools/list-incidents.ts": string;
|
|
497
|
-
"tools/search-knowledge.ts": string;
|
|
498
|
-
"tools/update-incident.ts": string;
|
|
499
|
-
};
|
|
500
|
-
};
|
|
501
|
-
"integration:sharepoint": {
|
|
502
|
-
files: {
|
|
503
|
-
"app/api/auth/sharepoint/callback/route.ts": string;
|
|
504
|
-
"app/api/auth/sharepoint/route.ts": string;
|
|
505
|
-
"lib/sharepoint-client.ts": string;
|
|
506
|
-
"tools/get-file.ts": string;
|
|
507
|
-
"tools/get-site.ts": string;
|
|
508
|
-
"tools/list-files.ts": string;
|
|
509
|
-
"tools/list-sites.ts": string;
|
|
510
|
-
"tools/upload-file.ts": string;
|
|
511
|
-
};
|
|
512
|
-
};
|
|
513
|
-
"integration:sheets": {
|
|
514
|
-
files: {
|
|
515
|
-
".env.example": string;
|
|
516
|
-
"app/api/auth/sheets/callback/route.ts": string;
|
|
517
|
-
"app/api/auth/sheets/route.ts": string;
|
|
518
|
-
"lib/sheets-client.ts": string;
|
|
519
|
-
"tools/add-sheet.ts": string;
|
|
520
|
-
"tools/append-rows.ts": string;
|
|
521
|
-
"tools/batch-update.ts": string;
|
|
522
|
-
"tools/clear-range.ts": string;
|
|
523
|
-
"tools/copy-sheet.ts": string;
|
|
524
|
-
"tools/create-chart.ts": string;
|
|
525
|
-
"tools/create-spreadsheet.ts": string;
|
|
526
|
-
"tools/delete-sheet.ts": string;
|
|
527
|
-
"tools/delete-spreadsheet.ts": string;
|
|
528
|
-
"tools/find-replace.ts": string;
|
|
529
|
-
"tools/get-spreadsheet.ts": string;
|
|
530
|
-
"tools/list-spreadsheets.ts": string;
|
|
531
|
-
"tools/read-range.ts": string;
|
|
532
|
-
"tools/rename-sheet.ts": string;
|
|
533
|
-
"tools/set-data-validation.ts": string;
|
|
534
|
-
"tools/write-range.ts": string;
|
|
535
|
-
};
|
|
536
|
-
};
|
|
537
|
-
"integration:shopify": {
|
|
538
|
-
files: {
|
|
539
|
-
".env.example": string;
|
|
540
|
-
"app/api/auth/shopify/callback/route.ts": string;
|
|
541
|
-
"app/api/auth/shopify/route.ts": string;
|
|
542
|
-
"lib/shopify-client.ts": string;
|
|
543
|
-
"tools/get-order.ts": string;
|
|
544
|
-
"tools/get-product.ts": string;
|
|
545
|
-
"tools/list-customers.ts": string;
|
|
546
|
-
"tools/list-orders.ts": string;
|
|
547
|
-
"tools/list-products.ts": string;
|
|
548
|
-
};
|
|
549
|
-
};
|
|
550
|
-
"integration:slack": {
|
|
551
|
-
files: {
|
|
552
|
-
"app/api/auth/slack/callback/route.ts": string;
|
|
553
|
-
"app/api/auth/slack/route.ts": string;
|
|
554
|
-
"lib/slack-client.ts": string;
|
|
555
|
-
"tools/get-messages.ts": string;
|
|
556
|
-
"tools/list-channels.ts": string;
|
|
557
|
-
"tools/send-message.ts": string;
|
|
558
|
-
};
|
|
559
|
-
};
|
|
560
|
-
"integration:snowflake": {
|
|
561
|
-
files: {
|
|
562
|
-
".env.example": string;
|
|
563
|
-
"lib/snowflake-client.ts": string;
|
|
564
|
-
"tools/describe-table.ts": string;
|
|
565
|
-
"tools/list-databases.ts": string;
|
|
566
|
-
"tools/list-schemas.ts": string;
|
|
567
|
-
"tools/list-tables.ts": string;
|
|
568
|
-
"tools/run-query.ts": string;
|
|
569
|
-
};
|
|
570
|
-
};
|
|
571
|
-
"integration:stripe": {
|
|
572
|
-
files: {
|
|
573
|
-
".env.example": string;
|
|
574
|
-
"app/api/auth/stripe/route.ts": string;
|
|
575
|
-
"lib/stripe-client.ts": string;
|
|
576
|
-
"tools/get-balance.ts": string;
|
|
577
|
-
"tools/get-customer.ts": string;
|
|
578
|
-
"tools/list-customers.ts": string;
|
|
579
|
-
"tools/list-payments.ts": string;
|
|
580
|
-
"tools/list-subscriptions.ts": string;
|
|
581
|
-
};
|
|
582
|
-
};
|
|
583
|
-
"integration:supabase": {
|
|
584
|
-
files: {
|
|
585
|
-
".env.example": string;
|
|
586
|
-
"app/api/auth/supabase/route.ts": string;
|
|
587
|
-
"lib/supabase-client.ts": string;
|
|
588
|
-
"tools/delete-row.ts": string;
|
|
589
|
-
"tools/insert-row.ts": string;
|
|
590
|
-
"tools/list-tables.ts": string;
|
|
591
|
-
"tools/query-table.ts": string;
|
|
592
|
-
"tools/update-row.ts": string;
|
|
593
|
-
};
|
|
594
|
-
};
|
|
595
|
-
"integration:teams": {
|
|
596
|
-
files: {
|
|
597
|
-
"app/api/auth/teams/callback/route.ts": string;
|
|
598
|
-
"app/api/auth/teams/route.ts": string;
|
|
599
|
-
"lib/teams-client.ts": string;
|
|
600
|
-
"tools/get-messages.ts": string;
|
|
601
|
-
"tools/list-channels.ts": string;
|
|
602
|
-
"tools/list-chats.ts": string;
|
|
603
|
-
"tools/list-teams.ts": string;
|
|
604
|
-
"tools/send-message.ts": string;
|
|
605
|
-
};
|
|
606
|
-
};
|
|
607
|
-
"integration:trello": {
|
|
608
|
-
files: {
|
|
609
|
-
".env.example": string;
|
|
610
|
-
"app/api/auth/trello/callback/route.ts": string;
|
|
611
|
-
"app/api/auth/trello/route.ts": string;
|
|
612
|
-
"lib/trello-client.ts": string;
|
|
613
|
-
"tools/create-card.ts": string;
|
|
614
|
-
"tools/get-card.ts": string;
|
|
615
|
-
"tools/list-boards.ts": string;
|
|
616
|
-
"tools/list-cards.ts": string;
|
|
617
|
-
"tools/update-card.ts": string;
|
|
618
|
-
};
|
|
619
|
-
};
|
|
620
|
-
"integration:twilio": {
|
|
621
|
-
files: {
|
|
622
|
-
".env.example": string;
|
|
623
|
-
"lib/twilio-client.ts": string;
|
|
624
|
-
"tools/get-message.ts": string;
|
|
625
|
-
"tools/list-calls.ts": string;
|
|
626
|
-
"tools/list-messages.ts": string;
|
|
627
|
-
"tools/send-sms.ts": string;
|
|
628
|
-
"tools/send-whatsapp.ts": string;
|
|
629
|
-
};
|
|
630
|
-
};
|
|
631
|
-
"ai-rules:agents.md": {
|
|
632
|
-
files: {
|
|
633
|
-
"agents.md": string;
|
|
634
|
-
};
|
|
635
|
-
};
|
|
636
|
-
"ai-rules:claude-code.md": {
|
|
637
|
-
files: {
|
|
638
|
-
"claude-code.md": string;
|
|
639
|
-
};
|
|
640
|
-
};
|
|
641
|
-
"ai-rules:copilot.md": {
|
|
642
|
-
files: {
|
|
643
|
-
"copilot.md": string;
|
|
644
|
-
};
|
|
645
|
-
};
|
|
646
|
-
"ai-rules:cursor.md": {
|
|
647
|
-
files: {
|
|
648
|
-
"cursor.md": string;
|
|
649
|
-
};
|
|
650
|
-
};
|
|
651
|
-
"ai-rules:skill.md": {
|
|
652
|
-
files: {
|
|
653
|
-
"skill.md": string;
|
|
654
|
-
};
|
|
655
|
-
};
|
|
656
|
-
"ai-rules:windsurf.md": {
|
|
657
|
-
files: {
|
|
658
|
-
"windsurf.md": string;
|
|
659
|
-
};
|
|
660
|
-
};
|
|
661
|
-
};
|
|
662
|
-
}
|
|
663
|
-
export default _default;
|
|
664
|
-
//# sourceMappingURL=manifest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../src/templates/manifest.js"],"names":[],"mappings":""}
|