@builder.io/dev-tools 1.48.1-dev.202604240705.be0ce89fc → 1.48.1-dev.202604241241.40f71f4f9
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/angular/index.cjs +0 -0
- package/angular/index.d.ts +0 -0
- package/angular/index.mjs +0 -0
- package/cli/index.cjs +99 -292
- package/cli/index.cjs.map +4 -4
- package/core/index.cjs +1 -1
- package/core/index.d.ts +0 -0
- package/core/index.mjs +1 -1
- package/figma/index.cjs +0 -0
- package/figma/index.d.ts +0 -0
- package/figma/index.mjs +0 -0
- package/node/index.cjs +1 -1
- package/node/index.d.ts +0 -0
- package/node/index.mjs +1 -1
- package/package.json +1 -1
- package/remix/build.cjs +0 -0
- package/remix/index.d.ts +0 -0
- package/remix/index.mjs +0 -0
- package/remix/server-build/index.cjs +0 -0
- package/remix/server-build/index.mjs +0 -0
- package/server/index.cjs +2 -2
- package/server/index.d.ts +0 -0
- package/server/index.mjs +2 -2
- package/types/_tests_/code.e2e.d.ts +0 -0
- package/types/_tests_/codegen-acl-glob.test.d.ts +0 -0
- package/types/_tests_/codegen-git-path-handling.test.d.ts +0 -0
- package/types/_tests_/codegen-listdir-security.test.d.ts +0 -0
- package/types/_tests_/config-validation.test.d.ts +0 -0
- package/types/_tests_/create-builder.e2e.d.ts +0 -0
- package/types/_tests_/dev-tools.e2e.d.ts +0 -0
- package/types/_tests_/figma-generate.e2e.d.ts +0 -0
- package/types/_tests_/figma-publish.e2e.d.ts +0 -0
- package/types/_tests_/fusionInit.e2e.d.ts +0 -0
- package/types/_tests_/help.e2e.d.ts +0 -0
- package/types/_tests_/launch-binary.e2e.d.ts +0 -0
- package/types/_tests_/launch.e2e.d.ts +0 -0
- package/types/{cli/code-tools.test.d.ts → _tests_/per-repo-gh-token.test.d.ts} +0 -0
- package/types/_tests_/repo-indexing.test.d.ts +0 -0
- package/types/_tests_/sync-utils.test.d.ts +0 -0
- package/types/_tests_/utils.d.ts +0 -0
- package/types/_tests_/vitest.config.d.ts +0 -0
- package/types/_tests_/workspace.e2e.d.ts +0 -0
- package/types/angular/index.d.ts +0 -0
- package/types/cli/__tests__/isLikelyFixedString.spec.d.ts +0 -0
- package/types/cli/__tests__/parseGitDiffToApplyActions.spec.d.ts +0 -0
- package/types/cli/abort-signal-any.d.ts +0 -0
- package/types/cli/agent-command.d.ts +0 -0
- package/types/cli/auth/auth-utils.d.ts +0 -0
- package/types/cli/auth/auth.d.ts +0 -0
- package/types/cli/auth/status.d.ts +0 -0
- package/types/cli/backup.d.ts +0 -0
- package/types/cli/builder-add/interface.d.ts +0 -0
- package/types/cli/builder-add/options.d.ts +0 -0
- package/types/cli/code-file-utils.d.ts +0 -0
- package/types/cli/code-file-utils.unit.d.ts +0 -0
- package/types/cli/code-tools.d.ts +0 -2
- package/types/cli/code.d.ts +0 -0
- package/types/cli/{github-cli.test.d.ts → codegen-git-snapshot.test.d.ts} +0 -0
- package/types/cli/codegen.d.ts +0 -9
- package/types/cli/constants.d.ts +0 -0
- package/types/cli/credentials.d.ts +0 -0
- package/types/cli/detectors/nextjs.d.ts +0 -0
- package/types/cli/detectors/svelte.d.ts +0 -0
- package/types/cli/detectors/vue.d.ts +0 -0
- package/types/cli/doctor/doctor.d.ts +0 -0
- package/types/cli/download.d.ts +0 -0
- package/types/cli/dsi-mcp.d.ts +0 -0
- package/types/cli/exit.d.ts +0 -0
- package/types/cli/fetch.d.ts +0 -0
- package/types/cli/fetch.test.d.ts +0 -0
- package/types/cli/figma-publish.d.ts +0 -0
- package/types/cli/figma-publish.spec.d.ts +0 -0
- package/types/cli/figma-utils.d.ts +0 -0
- package/types/cli/figma.d.ts +0 -0
- package/types/cli/generate.d.ts +0 -0
- package/types/cli/help.d.ts +0 -0
- package/types/cli/incremental-tsc.d.ts +0 -0
- package/types/cli/index.d.ts +0 -0
- package/types/cli/indexing.d.ts +5 -0
- package/types/cli/launch/InitStateMachine.d.ts +2 -1
- package/types/cli/launch/config.d.ts +0 -0
- package/types/cli/launch/config.test.d.ts +0 -0
- package/types/cli/launch/dev-server-orchestrator.d.ts +0 -0
- package/types/cli/launch/dry-run-backup.d.ts +0 -0
- package/types/cli/launch/errors.d.ts +0 -0
- package/types/cli/launch/event-loop-monitor.d.ts +0 -0
- package/types/cli/launch/github.d.ts +3 -0
- package/types/cli/launch/grafana.d.ts +0 -0
- package/types/cli/launch/helpers.d.ts +0 -0
- package/types/cli/launch/helpers.test.d.ts +0 -0
- package/types/cli/launch/machine-health.d.ts +0 -0
- package/types/cli/launch/memory-pressure-monitor.d.ts +0 -0
- package/types/cli/launch/proxy.d.ts +0 -0
- package/types/cli/launch/proxy.test.d.ts +0 -0
- package/types/cli/launch/server.d.ts +0 -0
- package/types/cli/launch/vscode-tunnel-manager.d.ts +0 -0
- package/types/cli/launch.d.ts +1 -1
- package/types/cli/mcp-local.d.ts +0 -0
- package/types/cli/mcp-local.test.d.ts +0 -0
- package/types/cli/org-agent/branch-tools.d.ts +0 -0
- package/types/cli/org-agent/cron-checker.d.ts +0 -0
- package/types/cli/org-agent/cron-checker.test.d.ts +0 -0
- package/types/cli/org-agent/org-sync-trigger.d.ts +0 -0
- package/types/cli/org-agent/sync-org-tree.d.ts +0 -0
- package/types/cli/org-agent/tree-builder.d.ts +0 -0
- package/types/cli/org-agent/tree-builder.test.d.ts +0 -0
- package/types/cli/prettier.d.ts +0 -0
- package/types/cli/prettier.integration.test.d.ts +0 -0
- package/types/cli/repo-connect/env-collector.d.ts +0 -0
- package/types/cli/repo-connect/file-collector.d.ts +0 -0
- package/types/cli/repo-connect/git-detector.d.ts +0 -0
- package/types/cli/repo-connect/install-runner.d.ts +0 -0
- package/types/cli/repo-connect/package-detector.d.ts +0 -0
- package/types/cli/repo-connect/repo-connect.d.ts +0 -0
- package/types/cli/repo-indexing/component-discovery.d.ts +0 -0
- package/types/cli/repo-indexing/component-indexing.d.ts +0 -0
- package/types/cli/repo-indexing/icons.d.ts +0 -0
- package/types/cli/repo-indexing/installation.d.ts +0 -0
- package/types/cli/repo-indexing/repo-indexing-utils.d.ts +0 -0
- package/types/cli/repo-indexing/repo-indexing-utils.test.d.ts +0 -0
- package/types/cli/repo-indexing/repo-indexing.d.ts +0 -0
- package/types/cli/repo-indexing/repo-indexing.mock.d.ts +0 -0
- package/types/cli/repo-indexing/tokens.d.ts +0 -0
- package/types/cli/repo-indexing/types.d.ts +0 -0
- package/types/cli/repo-indexing.d.ts +17 -0
- package/types/cli/repo-indexing.mock.d.ts +5 -0
- package/types/cli/repo-metrics-utils.d.ts +0 -0
- package/types/cli/repo-metrics.d.ts +0 -0
- package/types/cli/repo-metrics.test.d.ts +0 -0
- package/types/cli/report/figma-report.d.ts +0 -0
- package/types/cli/server-ws.d.ts +0 -0
- package/types/cli/spinner.d.ts +0 -0
- package/types/cli/sync-utils.d.ts +0 -0
- package/types/cli/track.d.ts +0 -0
- package/types/cli/tsserver-manager.d.ts +0 -0
- package/types/cli/utils/agent-discovery.d.ts +0 -0
- package/types/cli/utils/agent-discovery.test.d.ts +0 -0
- package/types/cli/utils/agent-parser.d.ts +0 -0
- package/types/cli/utils/agent-parser.test.d.ts +0 -0
- package/types/cli/utils/agents/browser-testing-agent.d.ts +0 -0
- package/types/cli/utils/agents/org-agent.d.ts +0 -0
- package/types/cli/utils/agents/org-worker.d.ts +0 -0
- package/types/cli/utils/agents/project-configuration-agent.d.ts +0 -0
- package/types/cli/utils/agents/setup-project-agent.d.ts +0 -0
- package/types/cli/utils/agents/test-planner-agent.d.ts +2 -0
- package/types/cli/utils/browser-testing-agent.d.ts +0 -0
- package/types/cli/utils/cdn-upload.d.ts +0 -0
- package/types/cli/utils/code-review-agent/code-review-agent.d.ts +0 -0
- package/types/cli/utils/code-review-agent/index.d.ts +0 -0
- package/types/cli/utils/codegen-utils.d.ts +0 -0
- package/types/cli/utils/codegen-utils.test.d.ts +0 -0
- package/types/cli/utils/component-group-mdx-prompt.d.ts +0 -0
- package/types/cli/utils/dev-server-url-parser.d.ts +12 -0
- package/types/cli/utils/dev-server-url-parser.test.d.ts +1 -0
- package/types/cli/utils/discovery-test-utils.d.ts +0 -0
- package/types/cli/utils/env-capture.d.ts +0 -0
- package/types/cli/utils/env-capture.test.d.ts +0 -0
- package/types/cli/utils/env-substitution.d.ts +0 -0
- package/types/cli/utils/env-substitution.test.d.ts +0 -0
- package/types/cli/utils/feature-flags.d.ts +0 -0
- package/types/cli/utils/file-overrides-manager.d.ts +0 -0
- package/types/cli/utils/file-overrides-manager.test.d.ts +0 -0
- package/types/cli/utils/fuzzy-file-match.d.ts +0 -0
- package/types/cli/utils/fuzzy-file-match.test.d.ts +0 -0
- package/types/cli/utils/gif-generator.d.ts +0 -0
- package/types/cli/utils/gif-generator.test.d.ts +0 -0
- package/types/cli/utils/git-snapshot.d.ts +17 -0
- package/types/cli/utils/git-snapshot.test.d.ts +1 -0
- package/types/cli/utils/git.d.ts +0 -0
- package/types/cli/utils/hosts-file-manager.d.ts +0 -0
- package/types/cli/utils/hosts-file-manager.test.d.ts +0 -0
- package/types/cli/utils/lock-file.d.ts +0 -0
- package/types/cli/utils/lock-file.test.d.ts +0 -0
- package/types/cli/utils/memory-sync.d.ts +0 -0
- package/types/cli/utils/memory-sync.test.d.ts +0 -0
- package/types/cli/utils/open.d.ts +0 -0
- package/types/cli/utils/parseGitDiff.d.ts +0 -0
- package/types/cli/utils/path-normalization.d.ts +0 -0
- package/types/cli/utils/port-detection.d.ts +0 -0
- package/types/cli/utils/priority.d.ts +0 -0
- package/types/cli/utils/process-tracker.d.ts +0 -0
- package/types/cli/utils/project-configuration-agent.d.ts +0 -0
- package/types/cli/utils/prompt-substitution.d.ts +0 -0
- package/types/cli/utils/prompt-substitution.test.d.ts +0 -0
- package/types/cli/utils/repo-indexing-agent-prompt.d.ts +0 -0
- package/types/cli/utils/repo-indexing-group-prompt.d.ts +0 -0
- package/types/cli/utils/repo-indexing-group-prompts.d.ts +1 -0
- package/types/cli/utils/rrweb-injector.d.ts +31 -0
- package/types/cli/utils/rules-discovery.d.ts +0 -0
- package/types/cli/utils/rules-discovery.test.d.ts +0 -0
- package/types/cli/utils/rules-parser.d.ts +0 -0
- package/types/cli/utils/rules-parser.test.d.ts +0 -0
- package/types/cli/utils/signals.d.ts +0 -0
- package/types/cli/utils/terminal-buffer.d.ts +0 -0
- package/types/cli/utils/terminal-buffer.spec.d.ts +0 -0
- package/types/cli/utils/timeline-collector.d.ts +4 -8
- package/types/cli/utils/workspace-path-resolver.d.ts +0 -0
- package/types/cli/utils/workspace-path-resolver.test.d.ts +0 -0
- package/types/cli/utils/workspace-path-resolver.unit.d.ts +0 -0
- package/types/cli/utils/yaml-frontmatter.d.ts +0 -0
- package/types/cli/utils/yaml-frontmatter.test.d.ts +0 -0
- package/types/cli/version.d.ts +0 -0
- package/types/client/client-api.d.ts +0 -0
- package/types/client/edit-button/document-listeners.d.ts +0 -0
- package/types/client/edit-button/index.d.ts +0 -0
- package/types/client/index.d.ts +0 -0
- package/types/client/menu/index.d.ts +0 -0
- package/types/client/menu/pages/component-detail.d.ts +0 -0
- package/types/client/menu/pages/component-input.d.ts +0 -0
- package/types/client/menu/pages/component-list.d.ts +0 -0
- package/types/client/menu/pages/home.d.ts +0 -0
- package/types/client/menu/pages/settings.d.ts +0 -0
- package/types/client/menu/toggle/menu-toggle.d.ts +0 -0
- package/types/client/setup-ui/connected.d.ts +0 -0
- package/types/client/setup-ui/index.d.ts +0 -0
- package/types/client/setup-ui/overview.d.ts +0 -0
- package/types/client/tracking.d.ts +0 -0
- package/types/client/utils.d.ts +0 -0
- package/types/common/ast/app-dependencies.d.ts +0 -0
- package/types/common/ast/component-info.d.ts +0 -0
- package/types/common/ast/component-input-types.d.ts +0 -0
- package/types/common/ast/component-registry.d.ts +0 -0
- package/types/common/ast/convert-values.d.ts +1 -1
- package/types/common/ast/convert-values.unit.d.ts +0 -0
- package/types/common/ast/ensure-array-statement.d.ts +0 -0
- package/types/common/ast/ensure-array-statement.unit.d.ts +0 -0
- package/types/common/ast/ensure-comments.d.ts +0 -0
- package/types/common/ast/ensure-imports.d.ts +0 -0
- package/types/common/ast/ensure-imports.unit.d.ts +0 -0
- package/types/common/ast/exported-statements.d.ts +0 -0
- package/types/common/ast/exported-statements.unit.d.ts +0 -0
- package/types/common/ast/imported-statements.d.ts +0 -0
- package/types/common/ast/imported-statements.unit.d.ts +0 -0
- package/types/common/ast/normalize-statements.d.ts +0 -0
- package/types/common/ast/normalize-statements.unit.d.ts +0 -0
- package/types/common/ast/remove-unused-imports.d.ts +0 -0
- package/types/common/ast/remove-unused-imports.unit.d.ts +0 -0
- package/types/common/ast/transform.d.ts +0 -0
- package/types/common/ast/utils.d.ts +0 -0
- package/types/common/ast/utils.unit.d.ts +0 -0
- package/types/common/builder/builder-api.d.ts +0 -0
- package/types/common/builder/builder-sdks.d.ts +0 -0
- package/types/common/builder/content-generation.d.ts +0 -0
- package/types/common/builder/content-ids.d.ts +0 -0
- package/types/common/cache.d.ts +0 -0
- package/types/common/constants.d.ts +0 -0
- package/types/common/dotenv.d.ts +0 -0
- package/types/common/dotenv.test.d.ts +0 -0
- package/types/common/errors.d.ts +0 -0
- package/types/common/estimate-code-tokens.d.ts +0 -0
- package/types/common/fs.d.ts +0 -0
- package/types/common/interactive-select-files.d.ts +0 -0
- package/types/common/mem-sys.d.ts +0 -0
- package/types/common/node-request.d.ts +0 -0
- package/types/common/path.d.ts +0 -0
- package/types/common/test-utils.d.ts +0 -0
- package/types/common/typescript.d.ts +0 -0
- package/types/common/utils.d.ts +0 -0
- package/types/common/utils.unit.d.ts +0 -0
- package/types/core/adapters/angular/angular-api-key.d.ts +0 -0
- package/types/core/adapters/angular/angular-api-key.unit.d.ts +0 -0
- package/types/core/adapters/angular/angular-app-module-imports.d.ts +0 -0
- package/types/core/adapters/angular/angular-app-module-imports.unit.d.ts +0 -0
- package/types/core/adapters/angular/angular-app-routes-update.d.ts +0 -0
- package/types/core/adapters/angular/angular-app-routes-update.unit.d.ts +0 -0
- package/types/core/adapters/angular/angular-components.d.ts +0 -0
- package/types/core/adapters/angular/angular-components.unit.d.ts +0 -0
- package/types/core/adapters/angular/angular-ensure-builder-setup.d.ts +0 -0
- package/types/core/adapters/angular/angular-ensure-config-plugin.d.ts +0 -0
- package/types/core/adapters/angular/angular-ensure-config-plugin.unit.d.ts +0 -0
- package/types/core/adapters/angular/angular-fix-tsconfig.d.ts +0 -0
- package/types/core/adapters/angular/angular-registry-parse.d.ts +0 -0
- package/types/core/adapters/angular/angular-registry-parse.unit.d.ts +0 -0
- package/types/core/adapters/angular/angular-registry.d.ts +0 -0
- package/types/core/adapters/angular/angular-registry.unit.d.ts +0 -0
- package/types/core/adapters/angular/angular-test-utils.d.ts +0 -0
- package/types/core/adapters/angular/index.d.ts +0 -0
- package/types/core/adapters/angular/types.d.ts +0 -0
- package/types/core/adapters/next/index.d.ts +0 -0
- package/types/core/adapters/next/next-api-key.d.ts +0 -0
- package/types/core/adapters/next/next-component-info.d.ts +0 -0
- package/types/core/adapters/next/next-component-info.unit.d.ts +0 -0
- package/types/core/adapters/next/next-component-inputs.unit.d.ts +0 -0
- package/types/core/adapters/next/next-component-source-inputs.unit.d.ts +0 -0
- package/types/core/adapters/next/next-components.d.ts +0 -0
- package/types/core/adapters/next/next-ensure-builder-setup.d.ts +0 -0
- package/types/core/adapters/next/next-ensure-config-plugin.d.ts +0 -0
- package/types/core/adapters/next/next-ensure-config-plugin.unit.d.ts +0 -0
- package/types/core/adapters/next/next-registry-parse.d.ts +0 -0
- package/types/core/adapters/next/next-registry-parse.unit.d.ts +0 -0
- package/types/core/adapters/next/next-registry.d.ts +0 -0
- package/types/core/adapters/next/next-registry.unit.d.ts +0 -0
- package/types/core/adapters/next/next-test-utils.d.ts +0 -0
- package/types/core/adapters/qwik-city/index.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-api-key.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-component-source-inputs.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-components.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-components.unit.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-ensure-builder-setup.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-ensure-config-plugin.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-registry-parse.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-registry-parse.unit.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-registry.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-registry.unit.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-test-utils.d.ts +0 -0
- package/types/core/adapters/qwik-city/qwik-ts-program.d.ts +0 -0
- package/types/core/adapters/react/index.d.ts +0 -0
- package/types/core/adapters/react/react-api-key.d.ts +0 -0
- package/types/core/adapters/react/react-builder-sdk-setup.d.ts +0 -0
- package/types/core/adapters/react/react-component-info.d.ts +0 -0
- package/types/core/adapters/react/react-components.d.ts +0 -0
- package/types/core/adapters/react/react-components.unit.d.ts +0 -0
- package/types/core/adapters/react/react-ensure-builder-setup.d.ts +0 -0
- package/types/core/adapters/react/react-registry-parse.d.ts +0 -0
- package/types/core/adapters/react/react-registry-parse.unit.d.ts +0 -0
- package/types/core/adapters/react/react-registry.d.ts +0 -0
- package/types/core/adapters/react/react-registry.unit.d.ts +0 -0
- package/types/core/adapters/react/react-test-utils.d.ts +0 -0
- package/types/core/adapters/react/react-ts-program.d.ts +0 -0
- package/types/core/adapters/remix/index.d.ts +0 -0
- package/types/core/adapters/remix/remix-api-key.d.ts +0 -0
- package/types/core/adapters/remix/remix-components.d.ts +0 -0
- package/types/core/adapters/remix/remix-ensure-builder-setup.d.ts +0 -0
- package/types/core/adapters/remix/remix-ensure-config-plugin.d.ts +0 -0
- package/types/core/adapters/remix/remix-ensure-config-plugin.unit.d.ts +0 -0
- package/types/core/adapters/remix/remix-registry-parse.d.ts +0 -0
- package/types/core/adapters/remix/remix-registry.d.ts +0 -0
- package/types/core/adapters/remix/remix-registry.unit.d.ts +0 -0
- package/types/core/adapters/remix/remix-test-utils.d.ts +0 -0
- package/types/core/adapters/vite/vite-ensure-config-plugin.d.ts +0 -0
- package/types/core/adapters/vite/vite-ensure-config-plugin.unit.d.ts +0 -0
- package/types/core/adapters/vue/index.d.ts +0 -0
- package/types/core/adapters/vue/vue-api-key.d.ts +0 -0
- package/types/core/adapters/vue/vue-components.d.ts +0 -0
- package/types/core/adapters/vue/vue-ensure-builder-setup.d.ts +0 -0
- package/types/core/adapters/vue/vue-registry-parse.d.ts +0 -0
- package/types/core/adapters/vue/vue-registry.d.ts +0 -0
- package/types/core/adapters/webpack/webpack-config-helpers.d.ts +0 -0
- package/types/core/adapters/webpack/webpack-config-helpers.unit.d.ts +0 -0
- package/types/core/adapters/webpack/webpack-ensure-config-plugin.d.ts +0 -0
- package/types/core/client-script.d.ts +0 -0
- package/types/core/create-dev-tools.d.ts +0 -0
- package/types/core/detect-frameworks.d.ts +0 -0
- package/types/core/ensure-config-plugin.d.ts +0 -0
- package/types/core/find-dependencies.d.ts +0 -0
- package/types/core/import-export-registry.d.ts +0 -0
- package/types/core/index.d.ts +0 -0
- package/types/figma/index.d.ts +0 -0
- package/types/node/index.d.ts +0 -0
- package/types/node/node-sys.d.ts +0 -0
- package/types/remix/index.d.ts +0 -0
- package/types/scripts/analyze-projects.d.ts +18 -0
- package/types/scripts/call-ensure-container.d.ts +4 -0
- package/types/scripts/check-backup.d.ts +1 -0
- package/types/scripts/cli.d.ts +1 -0
- package/types/scripts/download-projects.d.ts +12 -0
- package/types/scripts/utils/db.d.ts +3 -0
- package/types/scripts/utils/ensure-container.d.ts +7 -0
- package/types/scripts/utils/remove-machine-and-volume.d.ts +5 -0
- package/types/server/auth.d.ts +0 -0
- package/types/server/builder-connect.d.ts +0 -0
- package/types/server/client-script.d.ts +0 -0
- package/types/server/create-dev-tools-server.d.ts +0 -0
- package/types/server/dev-tools-api.d.ts +0 -0
- package/types/server/dev-tools-http-server.d.ts +0 -0
- package/types/server/index.d.ts +0 -0
- package/types/server/request-handler.d.ts +0 -0
- package/types/tsconfig.tsbuildinfo +1 -1
- package/types/types/codegen-server.d.ts +0 -0
- package/types/types/connection-tracker.d.ts +0 -0
- package/types/types/proxy-middleware.d.ts +0 -0
- package/types/types/websocket-types.d.ts +0 -0
- package/types/types.d.ts +0 -0
- package/types/vite/main.d.ts +0 -0
- package/types/vitest.config.d.ts +0 -0
- package/types/webpack/main.d.ts +0 -0
- package/vendors/darwin-arm64/complete/rg.bash +0 -0
- package/vendors/darwin-arm64/complete/rg.fish +0 -0
- package/vendors/darwin-arm64/doc/rg.1 +0 -0
- package/vendors/darwin-x64/complete/rg.bash +0 -0
- package/vendors/darwin-x64/complete/rg.fish +0 -0
- package/vendors/darwin-x64/doc/rg.1 +0 -0
- package/vendors/linux-arm64/complete/rg.bash +0 -0
- package/vendors/linux-arm64/complete/rg.fish +0 -0
- package/vendors/linux-arm64/doc/rg.1 +0 -0
- package/vendors/linux-x64/complete/rg.bash +0 -0
- package/vendors/linux-x64/complete/rg.fish +0 -0
- package/vendors/linux-x64/doc/rg.1 +0 -0
- package/vendors/win32-x64/rg.exe +0 -0
- package/vite/index.cjs +0 -0
- package/vite/index.d.ts +0 -0
- package/vite/index.mjs +0 -0
- package/webpack/index.cjs +0 -0
- package/webpack/index.d.ts +0 -0
- package/webpack/index.mjs +0 -0
- package/types/cli/utils/replay-action-uploader.d.ts +0 -47
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/COPYING +0 -3
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/LICENSE-MIT +0 -21
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/README.md +0 -516
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/UNLICENSE +0 -24
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/_rg +0 -665
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/_rg.ps1 +0 -213
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/rg.bash +0 -783
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/rg.fish +0 -175
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/CHANGELOG.md +0 -1689
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/FAQ.md +0 -1046
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/GUIDE.md +0 -1022
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/rg.1 +0 -2178
- package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/rg.exe +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/_tests_/utils.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/angular/index.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/cli/auth/auth.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/types/cli/backup.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { AccessResult, CodeGenPosition, CodeGenToolMap, CodeGenTools, CodegenTurn, ContentMessageItemImage, ContentMessageItemText, ContentMessageItemToolResult, FusionConfig, GenerateCompletionStep, Permission, ProjectFile, SessionMode, UserSource, WorkspaceFolder } from "#ai-utils";
|
|
2
|
-
import { type CursorPosition } from "#ai-utils";
|
|
3
2
|
import type { DevToolsSys } from "../core";
|
|
4
3
|
import { type DevServerOrchestrator } from "./launch/dev-server-orchestrator";
|
|
5
4
|
import type { CodeGenEventEmitter } from "./codegen";
|
|
@@ -94,7 +93,6 @@ export interface ToolContext {
|
|
|
94
93
|
} | null>;
|
|
95
94
|
}
|
|
96
95
|
export declare function resolveToolCalls(toolContext: ToolContext, toolCalls: LLMToolCalls[], existingToolResults: ContentMessageItemToolResult[] | undefined, onStep: (step: GenerateCompletionStep) => void): Promise<ContentMessageItemToolResult[]>;
|
|
97
|
-
export declare function getLastCursorPosition(): CursorPosition | null;
|
|
98
96
|
interface RipgrepMatch {
|
|
99
97
|
path: string;
|
|
100
98
|
lineNumber: number;
|
package/types/cli/code.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/types/cli/codegen.d.ts
CHANGED
|
@@ -310,15 +310,6 @@ export declare class CodeGenSession {
|
|
|
310
310
|
options: CodeGenSessionOptions;
|
|
311
311
|
resetAfterRun: boolean;
|
|
312
312
|
subagent_type: string;
|
|
313
|
-
/** Set when the run was launched with browser session replay enabled. */
|
|
314
|
-
replayId?: string;
|
|
315
|
-
/**
|
|
316
|
-
* HTTP(S) URL to force-close the browser-service WebSocket on
|
|
317
|
-
* agent shutdown/abort. Present whenever a Chrome connection
|
|
318
|
-
* was acquired (not just when replay is enabled) so the pool
|
|
319
|
-
* slot is freed promptly instead of sitting idle for 30min.
|
|
320
|
-
*/
|
|
321
|
-
browserDisconnectUrl?: string;
|
|
322
313
|
} | {
|
|
323
314
|
success: false;
|
|
324
315
|
response: string;
|
package/types/cli/constants.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/cli/download.d.ts
CHANGED
|
File without changes
|
package/types/cli/dsi-mcp.d.ts
CHANGED
|
File without changes
|
package/types/cli/exit.d.ts
CHANGED
|
File without changes
|
package/types/cli/fetch.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/cli/figma.d.ts
CHANGED
|
File without changes
|
package/types/cli/generate.d.ts
CHANGED
|
File without changes
|
package/types/cli/help.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/types/cli/index.d.ts
CHANGED
|
File without changes
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { DevToolsSys } from "../types";
|
|
2
|
+
import type { CLIArgs } from "./index";
|
|
3
|
+
import { type Credentials } from "./credentials";
|
|
4
|
+
export declare const runCodeIndexing: (_sys: DevToolsSys, _args: CLIArgs) => Promise<void>;
|
|
5
|
+
export declare const codeIndexing: (sys: DevToolsSys, credentials: Credentials) => Promise<void>;
|
|
@@ -97,10 +97,11 @@ export declare class InitStateMachine {
|
|
|
97
97
|
outcome: boolean;
|
|
98
98
|
error?: Error;
|
|
99
99
|
}>;
|
|
100
|
-
cloneRepository({ repo, repoPath, backupResult, }: {
|
|
100
|
+
cloneRepository({ repo, repoPath, backupResult, isPrimary, }: {
|
|
101
101
|
repo: WorkspaceFolderWithRepoInfo;
|
|
102
102
|
repoPath: string;
|
|
103
103
|
backupResult: GitBackupDownloadResult | undefined;
|
|
104
|
+
isPrimary: boolean;
|
|
104
105
|
}): Promise<boolean>;
|
|
105
106
|
markGitSafe(repoPath: string): Promise<string>;
|
|
106
107
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/cli/launch.d.ts
CHANGED
|
@@ -117,6 +117,6 @@ export declare function runFusionCommand({ sys, args, existingSession, }: {
|
|
|
117
117
|
args: LaunchArgs;
|
|
118
118
|
existingSession?: CodeGenSession;
|
|
119
119
|
}): Promise<void>;
|
|
120
|
-
declare const PUBLIC_METHODS: ("
|
|
120
|
+
declare const PUBLIC_METHODS: ("switchSessionMode" | "switchModelOverride" | "queueSystemReminder" | "setDefaultAutoPush" | "setPrivacyMode" | "loadHistory" | "loadMoreTurns" | "setCustomInstructions" | "pushRepoV2" | "uploadBackup" | "pushChanges" | "abortMerge" | "syncChangesFromRemote" | "createTerminal" | "updateTerminal" | "writeTerminal" | "signalTerminal" | "disposeTerminal" | "restartTerminal" | "getAllFiles" | "searchFiles" | "searchFileTree" | "collectRepoMetrics" | "restoreFromCompletionId" | "restoreBeforeCompletionId" | "undoLastUserMessage" | "sendFeedback" | "clearSession" | "clearMessageQueue" | "updateMessage" | "flushMessageQueue" | "sendMessage" | "setProxyOrigin" | "abortSetupCommand" | "abortValidateCommand" | "toolFullfilment" | "abortToolCall" | "abort" | "stopEventLoop" | "configureDevOrchestrator" | "tsServerInit" | "tsServerOpenFile" | "tsServerChangeFile" | "tsServerCloseFile" | "tsServerGetCompletions" | "tsServerGetCompletionDetails" | "tsServerGetDefinition" | "tsServerGetTypeDefinition" | "tsServerGetQuickInfo" | "tsServerGetReferences" | "tsServerGetSignatureHelp" | "tsServerRequestDiagnostics" | "tsServerGetRenameLocations" | "tsServerGetNavTree" | "tsServerOrganizeImports" | "tsServerGetInlayHints" | "tsServerGetCodeFixes" | "tsServerGetApplicableRefactors" | "tsServerGetEditsForRefactor" | "tsServerGetImplementation" | "tsServerGetSelectionRange" | "tsServerGetLinkedEditingRange" | "tsServerGetFormatRange" | "manualCommit" | "launchEditor" | "readFile" | "readFileWithChecksum" | "readBinaryFile" | "getSingleFileDiff" | "discardFileChanges" | "revertDiscard" | "fileExists" | "writeFile" | "listDir" | "listCustomInstructions" | "deleteFile" | "getDiff")[];
|
|
121
121
|
export type PublicCodeGenSession = Pick<InstanceType<typeof CodeGenSession>, (typeof PUBLIC_METHODS)[0]>;
|
|
122
122
|
export {};
|
package/types/cli/mcp-local.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/cli/prettier.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { DevToolsSys } from "../types";
|
|
2
|
+
import type { CLIArgs } from "./index";
|
|
3
|
+
export interface RepoIndexingDoc {
|
|
4
|
+
name: string;
|
|
5
|
+
content: string | {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
components: string[];
|
|
9
|
+
relevantFiles: string[];
|
|
10
|
+
}[];
|
|
11
|
+
createdDate: string;
|
|
12
|
+
description: string;
|
|
13
|
+
id: string;
|
|
14
|
+
ownerId: string;
|
|
15
|
+
userId: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const runRepoIndexing: (sys: DevToolsSys, args: CLIArgs) => Promise<void>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/cli/server-ws.d.ts
CHANGED
|
File without changes
|
package/types/cli/spinner.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/types/cli/track.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface DevServerUrlInfo {
|
|
2
|
+
url: string;
|
|
3
|
+
port: number;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Parse dev server output to extract URL and port information
|
|
7
|
+
*
|
|
8
|
+
* @param output - The command output string to parse
|
|
9
|
+
* @param customPatterns - Optional array of custom regex patterns to try first
|
|
10
|
+
* @returns Object with url and port, or null if no valid URL found
|
|
11
|
+
*/
|
|
12
|
+
export declare function parseDevServerOutput(output: string, customPatterns?: string[]): DevServerUrlInfo | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Parse multi-repo snapshot: "folder1:hash1,folder2:hash2" → { folder1: "hash1", ... }
|
|
3
|
+
* Backward compat: "abc123" (no colon) → { [primaryFolderName]: "abc123" }
|
|
4
|
+
*/
|
|
5
|
+
export declare function parseGitSnapshot(snapshot: string | undefined, primaryFolderName?: string): Record<string, string>;
|
|
6
|
+
/**
|
|
7
|
+
* Serialize commits: { folder1: "hash1", ... } → "folder1:hash1,folder2:hash2"
|
|
8
|
+
* For single-repo, returns the full format with folder name
|
|
9
|
+
*/
|
|
10
|
+
export declare function serializeGitSnapshot(commits: Record<string, string>): string;
|
|
11
|
+
/**
|
|
12
|
+
* Get commit for specific folder from snapshot
|
|
13
|
+
* @param snapshot - The snapshot string to parse
|
|
14
|
+
* @param folderName - The folder name to look up
|
|
15
|
+
* @param primaryFolderName - The primary folder name for parsing old format (optional, defaults to "code")
|
|
16
|
+
*/
|
|
17
|
+
export declare function getCommitFromSnapshot(snapshot: string | undefined, folderName: string, primaryFolderName?: string): string | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/types/cli/utils/git.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const REPO_INDEXING_GROUP_PROMPT: string;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Builds a JavaScript function string that, when evaluated via
|
|
3
|
+
* mcp__chrome__evaluate_script, injects the rrweb recording library
|
|
4
|
+
* into the page and starts recording DOM mutations + interactions.
|
|
5
|
+
*
|
|
6
|
+
* Events accumulate in `window.__rrweb_events` and can be flushed
|
|
7
|
+
* via `window.__rrweb_flush()`.
|
|
8
|
+
*/
|
|
9
|
+
export declare function buildRrwebInjectionScript(): string;
|
|
10
|
+
/**
|
|
11
|
+
* Builds a JavaScript function string that flushes accumulated rrweb
|
|
12
|
+
* events from the page and returns them as a JSON string.
|
|
13
|
+
*/
|
|
14
|
+
export declare function buildRrwebFlushScript(): string;
|
|
15
|
+
interface LocalMCPManager {
|
|
16
|
+
callTool(name: string, input: Record<string, unknown>, signal?: AbortSignal): Promise<{
|
|
17
|
+
content: unknown;
|
|
18
|
+
isError?: boolean;
|
|
19
|
+
}>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Injects rrweb recording into the current Chrome page.
|
|
23
|
+
* Best-effort: returns true on success, false on failure. Never throws.
|
|
24
|
+
*/
|
|
25
|
+
export declare function injectRrwebRecording(localMCPManager: LocalMCPManager, signal?: AbortSignal): Promise<boolean>;
|
|
26
|
+
/**
|
|
27
|
+
* Flushes accumulated rrweb events from the Chrome page.
|
|
28
|
+
* Best-effort: returns events array on success, empty array on failure. Never throws.
|
|
29
|
+
*/
|
|
30
|
+
export declare function flushRrwebEvents(localMCPManager: LocalMCPManager, signal?: AbortSignal): Promise<unknown[]>;
|
|
31
|
+
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|