@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.
Files changed (409) hide show
  1. package/angular/index.cjs +0 -0
  2. package/angular/index.d.ts +0 -0
  3. package/angular/index.mjs +0 -0
  4. package/cli/index.cjs +99 -292
  5. package/cli/index.cjs.map +4 -4
  6. package/core/index.cjs +1 -1
  7. package/core/index.d.ts +0 -0
  8. package/core/index.mjs +1 -1
  9. package/figma/index.cjs +0 -0
  10. package/figma/index.d.ts +0 -0
  11. package/figma/index.mjs +0 -0
  12. package/node/index.cjs +1 -1
  13. package/node/index.d.ts +0 -0
  14. package/node/index.mjs +1 -1
  15. package/package.json +1 -1
  16. package/remix/build.cjs +0 -0
  17. package/remix/index.d.ts +0 -0
  18. package/remix/index.mjs +0 -0
  19. package/remix/server-build/index.cjs +0 -0
  20. package/remix/server-build/index.mjs +0 -0
  21. package/server/index.cjs +2 -2
  22. package/server/index.d.ts +0 -0
  23. package/server/index.mjs +2 -2
  24. package/types/_tests_/code.e2e.d.ts +0 -0
  25. package/types/_tests_/codegen-acl-glob.test.d.ts +0 -0
  26. package/types/_tests_/codegen-git-path-handling.test.d.ts +0 -0
  27. package/types/_tests_/codegen-listdir-security.test.d.ts +0 -0
  28. package/types/_tests_/config-validation.test.d.ts +0 -0
  29. package/types/_tests_/create-builder.e2e.d.ts +0 -0
  30. package/types/_tests_/dev-tools.e2e.d.ts +0 -0
  31. package/types/_tests_/figma-generate.e2e.d.ts +0 -0
  32. package/types/_tests_/figma-publish.e2e.d.ts +0 -0
  33. package/types/_tests_/fusionInit.e2e.d.ts +0 -0
  34. package/types/_tests_/help.e2e.d.ts +0 -0
  35. package/types/_tests_/launch-binary.e2e.d.ts +0 -0
  36. package/types/_tests_/launch.e2e.d.ts +0 -0
  37. package/types/{cli/code-tools.test.d.ts → _tests_/per-repo-gh-token.test.d.ts} +0 -0
  38. package/types/_tests_/repo-indexing.test.d.ts +0 -0
  39. package/types/_tests_/sync-utils.test.d.ts +0 -0
  40. package/types/_tests_/utils.d.ts +0 -0
  41. package/types/_tests_/vitest.config.d.ts +0 -0
  42. package/types/_tests_/workspace.e2e.d.ts +0 -0
  43. package/types/angular/index.d.ts +0 -0
  44. package/types/cli/__tests__/isLikelyFixedString.spec.d.ts +0 -0
  45. package/types/cli/__tests__/parseGitDiffToApplyActions.spec.d.ts +0 -0
  46. package/types/cli/abort-signal-any.d.ts +0 -0
  47. package/types/cli/agent-command.d.ts +0 -0
  48. package/types/cli/auth/auth-utils.d.ts +0 -0
  49. package/types/cli/auth/auth.d.ts +0 -0
  50. package/types/cli/auth/status.d.ts +0 -0
  51. package/types/cli/backup.d.ts +0 -0
  52. package/types/cli/builder-add/interface.d.ts +0 -0
  53. package/types/cli/builder-add/options.d.ts +0 -0
  54. package/types/cli/code-file-utils.d.ts +0 -0
  55. package/types/cli/code-file-utils.unit.d.ts +0 -0
  56. package/types/cli/code-tools.d.ts +0 -2
  57. package/types/cli/code.d.ts +0 -0
  58. package/types/cli/{github-cli.test.d.ts → codegen-git-snapshot.test.d.ts} +0 -0
  59. package/types/cli/codegen.d.ts +0 -9
  60. package/types/cli/constants.d.ts +0 -0
  61. package/types/cli/credentials.d.ts +0 -0
  62. package/types/cli/detectors/nextjs.d.ts +0 -0
  63. package/types/cli/detectors/svelte.d.ts +0 -0
  64. package/types/cli/detectors/vue.d.ts +0 -0
  65. package/types/cli/doctor/doctor.d.ts +0 -0
  66. package/types/cli/download.d.ts +0 -0
  67. package/types/cli/dsi-mcp.d.ts +0 -0
  68. package/types/cli/exit.d.ts +0 -0
  69. package/types/cli/fetch.d.ts +0 -0
  70. package/types/cli/fetch.test.d.ts +0 -0
  71. package/types/cli/figma-publish.d.ts +0 -0
  72. package/types/cli/figma-publish.spec.d.ts +0 -0
  73. package/types/cli/figma-utils.d.ts +0 -0
  74. package/types/cli/figma.d.ts +0 -0
  75. package/types/cli/generate.d.ts +0 -0
  76. package/types/cli/help.d.ts +0 -0
  77. package/types/cli/incremental-tsc.d.ts +0 -0
  78. package/types/cli/index.d.ts +0 -0
  79. package/types/cli/indexing.d.ts +5 -0
  80. package/types/cli/launch/InitStateMachine.d.ts +2 -1
  81. package/types/cli/launch/config.d.ts +0 -0
  82. package/types/cli/launch/config.test.d.ts +0 -0
  83. package/types/cli/launch/dev-server-orchestrator.d.ts +0 -0
  84. package/types/cli/launch/dry-run-backup.d.ts +0 -0
  85. package/types/cli/launch/errors.d.ts +0 -0
  86. package/types/cli/launch/event-loop-monitor.d.ts +0 -0
  87. package/types/cli/launch/github.d.ts +3 -0
  88. package/types/cli/launch/grafana.d.ts +0 -0
  89. package/types/cli/launch/helpers.d.ts +0 -0
  90. package/types/cli/launch/helpers.test.d.ts +0 -0
  91. package/types/cli/launch/machine-health.d.ts +0 -0
  92. package/types/cli/launch/memory-pressure-monitor.d.ts +0 -0
  93. package/types/cli/launch/proxy.d.ts +0 -0
  94. package/types/cli/launch/proxy.test.d.ts +0 -0
  95. package/types/cli/launch/server.d.ts +0 -0
  96. package/types/cli/launch/vscode-tunnel-manager.d.ts +0 -0
  97. package/types/cli/launch.d.ts +1 -1
  98. package/types/cli/mcp-local.d.ts +0 -0
  99. package/types/cli/mcp-local.test.d.ts +0 -0
  100. package/types/cli/org-agent/branch-tools.d.ts +0 -0
  101. package/types/cli/org-agent/cron-checker.d.ts +0 -0
  102. package/types/cli/org-agent/cron-checker.test.d.ts +0 -0
  103. package/types/cli/org-agent/org-sync-trigger.d.ts +0 -0
  104. package/types/cli/org-agent/sync-org-tree.d.ts +0 -0
  105. package/types/cli/org-agent/tree-builder.d.ts +0 -0
  106. package/types/cli/org-agent/tree-builder.test.d.ts +0 -0
  107. package/types/cli/prettier.d.ts +0 -0
  108. package/types/cli/prettier.integration.test.d.ts +0 -0
  109. package/types/cli/repo-connect/env-collector.d.ts +0 -0
  110. package/types/cli/repo-connect/file-collector.d.ts +0 -0
  111. package/types/cli/repo-connect/git-detector.d.ts +0 -0
  112. package/types/cli/repo-connect/install-runner.d.ts +0 -0
  113. package/types/cli/repo-connect/package-detector.d.ts +0 -0
  114. package/types/cli/repo-connect/repo-connect.d.ts +0 -0
  115. package/types/cli/repo-indexing/component-discovery.d.ts +0 -0
  116. package/types/cli/repo-indexing/component-indexing.d.ts +0 -0
  117. package/types/cli/repo-indexing/icons.d.ts +0 -0
  118. package/types/cli/repo-indexing/installation.d.ts +0 -0
  119. package/types/cli/repo-indexing/repo-indexing-utils.d.ts +0 -0
  120. package/types/cli/repo-indexing/repo-indexing-utils.test.d.ts +0 -0
  121. package/types/cli/repo-indexing/repo-indexing.d.ts +0 -0
  122. package/types/cli/repo-indexing/repo-indexing.mock.d.ts +0 -0
  123. package/types/cli/repo-indexing/tokens.d.ts +0 -0
  124. package/types/cli/repo-indexing/types.d.ts +0 -0
  125. package/types/cli/repo-indexing.d.ts +17 -0
  126. package/types/cli/repo-indexing.mock.d.ts +5 -0
  127. package/types/cli/repo-metrics-utils.d.ts +0 -0
  128. package/types/cli/repo-metrics.d.ts +0 -0
  129. package/types/cli/repo-metrics.test.d.ts +0 -0
  130. package/types/cli/report/figma-report.d.ts +0 -0
  131. package/types/cli/server-ws.d.ts +0 -0
  132. package/types/cli/spinner.d.ts +0 -0
  133. package/types/cli/sync-utils.d.ts +0 -0
  134. package/types/cli/track.d.ts +0 -0
  135. package/types/cli/tsserver-manager.d.ts +0 -0
  136. package/types/cli/utils/agent-discovery.d.ts +0 -0
  137. package/types/cli/utils/agent-discovery.test.d.ts +0 -0
  138. package/types/cli/utils/agent-parser.d.ts +0 -0
  139. package/types/cli/utils/agent-parser.test.d.ts +0 -0
  140. package/types/cli/utils/agents/browser-testing-agent.d.ts +0 -0
  141. package/types/cli/utils/agents/org-agent.d.ts +0 -0
  142. package/types/cli/utils/agents/org-worker.d.ts +0 -0
  143. package/types/cli/utils/agents/project-configuration-agent.d.ts +0 -0
  144. package/types/cli/utils/agents/setup-project-agent.d.ts +0 -0
  145. package/types/cli/utils/agents/test-planner-agent.d.ts +2 -0
  146. package/types/cli/utils/browser-testing-agent.d.ts +0 -0
  147. package/types/cli/utils/cdn-upload.d.ts +0 -0
  148. package/types/cli/utils/code-review-agent/code-review-agent.d.ts +0 -0
  149. package/types/cli/utils/code-review-agent/index.d.ts +0 -0
  150. package/types/cli/utils/codegen-utils.d.ts +0 -0
  151. package/types/cli/utils/codegen-utils.test.d.ts +0 -0
  152. package/types/cli/utils/component-group-mdx-prompt.d.ts +0 -0
  153. package/types/cli/utils/dev-server-url-parser.d.ts +12 -0
  154. package/types/cli/utils/dev-server-url-parser.test.d.ts +1 -0
  155. package/types/cli/utils/discovery-test-utils.d.ts +0 -0
  156. package/types/cli/utils/env-capture.d.ts +0 -0
  157. package/types/cli/utils/env-capture.test.d.ts +0 -0
  158. package/types/cli/utils/env-substitution.d.ts +0 -0
  159. package/types/cli/utils/env-substitution.test.d.ts +0 -0
  160. package/types/cli/utils/feature-flags.d.ts +0 -0
  161. package/types/cli/utils/file-overrides-manager.d.ts +0 -0
  162. package/types/cli/utils/file-overrides-manager.test.d.ts +0 -0
  163. package/types/cli/utils/fuzzy-file-match.d.ts +0 -0
  164. package/types/cli/utils/fuzzy-file-match.test.d.ts +0 -0
  165. package/types/cli/utils/gif-generator.d.ts +0 -0
  166. package/types/cli/utils/gif-generator.test.d.ts +0 -0
  167. package/types/cli/utils/git-snapshot.d.ts +17 -0
  168. package/types/cli/utils/git-snapshot.test.d.ts +1 -0
  169. package/types/cli/utils/git.d.ts +0 -0
  170. package/types/cli/utils/hosts-file-manager.d.ts +0 -0
  171. package/types/cli/utils/hosts-file-manager.test.d.ts +0 -0
  172. package/types/cli/utils/lock-file.d.ts +0 -0
  173. package/types/cli/utils/lock-file.test.d.ts +0 -0
  174. package/types/cli/utils/memory-sync.d.ts +0 -0
  175. package/types/cli/utils/memory-sync.test.d.ts +0 -0
  176. package/types/cli/utils/open.d.ts +0 -0
  177. package/types/cli/utils/parseGitDiff.d.ts +0 -0
  178. package/types/cli/utils/path-normalization.d.ts +0 -0
  179. package/types/cli/utils/port-detection.d.ts +0 -0
  180. package/types/cli/utils/priority.d.ts +0 -0
  181. package/types/cli/utils/process-tracker.d.ts +0 -0
  182. package/types/cli/utils/project-configuration-agent.d.ts +0 -0
  183. package/types/cli/utils/prompt-substitution.d.ts +0 -0
  184. package/types/cli/utils/prompt-substitution.test.d.ts +0 -0
  185. package/types/cli/utils/repo-indexing-agent-prompt.d.ts +0 -0
  186. package/types/cli/utils/repo-indexing-group-prompt.d.ts +0 -0
  187. package/types/cli/utils/repo-indexing-group-prompts.d.ts +1 -0
  188. package/types/cli/utils/rrweb-injector.d.ts +31 -0
  189. package/types/cli/utils/rules-discovery.d.ts +0 -0
  190. package/types/cli/utils/rules-discovery.test.d.ts +0 -0
  191. package/types/cli/utils/rules-parser.d.ts +0 -0
  192. package/types/cli/utils/rules-parser.test.d.ts +0 -0
  193. package/types/cli/utils/signals.d.ts +0 -0
  194. package/types/cli/utils/terminal-buffer.d.ts +0 -0
  195. package/types/cli/utils/terminal-buffer.spec.d.ts +0 -0
  196. package/types/cli/utils/timeline-collector.d.ts +4 -8
  197. package/types/cli/utils/workspace-path-resolver.d.ts +0 -0
  198. package/types/cli/utils/workspace-path-resolver.test.d.ts +0 -0
  199. package/types/cli/utils/workspace-path-resolver.unit.d.ts +0 -0
  200. package/types/cli/utils/yaml-frontmatter.d.ts +0 -0
  201. package/types/cli/utils/yaml-frontmatter.test.d.ts +0 -0
  202. package/types/cli/version.d.ts +0 -0
  203. package/types/client/client-api.d.ts +0 -0
  204. package/types/client/edit-button/document-listeners.d.ts +0 -0
  205. package/types/client/edit-button/index.d.ts +0 -0
  206. package/types/client/index.d.ts +0 -0
  207. package/types/client/menu/index.d.ts +0 -0
  208. package/types/client/menu/pages/component-detail.d.ts +0 -0
  209. package/types/client/menu/pages/component-input.d.ts +0 -0
  210. package/types/client/menu/pages/component-list.d.ts +0 -0
  211. package/types/client/menu/pages/home.d.ts +0 -0
  212. package/types/client/menu/pages/settings.d.ts +0 -0
  213. package/types/client/menu/toggle/menu-toggle.d.ts +0 -0
  214. package/types/client/setup-ui/connected.d.ts +0 -0
  215. package/types/client/setup-ui/index.d.ts +0 -0
  216. package/types/client/setup-ui/overview.d.ts +0 -0
  217. package/types/client/tracking.d.ts +0 -0
  218. package/types/client/utils.d.ts +0 -0
  219. package/types/common/ast/app-dependencies.d.ts +0 -0
  220. package/types/common/ast/component-info.d.ts +0 -0
  221. package/types/common/ast/component-input-types.d.ts +0 -0
  222. package/types/common/ast/component-registry.d.ts +0 -0
  223. package/types/common/ast/convert-values.d.ts +1 -1
  224. package/types/common/ast/convert-values.unit.d.ts +0 -0
  225. package/types/common/ast/ensure-array-statement.d.ts +0 -0
  226. package/types/common/ast/ensure-array-statement.unit.d.ts +0 -0
  227. package/types/common/ast/ensure-comments.d.ts +0 -0
  228. package/types/common/ast/ensure-imports.d.ts +0 -0
  229. package/types/common/ast/ensure-imports.unit.d.ts +0 -0
  230. package/types/common/ast/exported-statements.d.ts +0 -0
  231. package/types/common/ast/exported-statements.unit.d.ts +0 -0
  232. package/types/common/ast/imported-statements.d.ts +0 -0
  233. package/types/common/ast/imported-statements.unit.d.ts +0 -0
  234. package/types/common/ast/normalize-statements.d.ts +0 -0
  235. package/types/common/ast/normalize-statements.unit.d.ts +0 -0
  236. package/types/common/ast/remove-unused-imports.d.ts +0 -0
  237. package/types/common/ast/remove-unused-imports.unit.d.ts +0 -0
  238. package/types/common/ast/transform.d.ts +0 -0
  239. package/types/common/ast/utils.d.ts +0 -0
  240. package/types/common/ast/utils.unit.d.ts +0 -0
  241. package/types/common/builder/builder-api.d.ts +0 -0
  242. package/types/common/builder/builder-sdks.d.ts +0 -0
  243. package/types/common/builder/content-generation.d.ts +0 -0
  244. package/types/common/builder/content-ids.d.ts +0 -0
  245. package/types/common/cache.d.ts +0 -0
  246. package/types/common/constants.d.ts +0 -0
  247. package/types/common/dotenv.d.ts +0 -0
  248. package/types/common/dotenv.test.d.ts +0 -0
  249. package/types/common/errors.d.ts +0 -0
  250. package/types/common/estimate-code-tokens.d.ts +0 -0
  251. package/types/common/fs.d.ts +0 -0
  252. package/types/common/interactive-select-files.d.ts +0 -0
  253. package/types/common/mem-sys.d.ts +0 -0
  254. package/types/common/node-request.d.ts +0 -0
  255. package/types/common/path.d.ts +0 -0
  256. package/types/common/test-utils.d.ts +0 -0
  257. package/types/common/typescript.d.ts +0 -0
  258. package/types/common/utils.d.ts +0 -0
  259. package/types/common/utils.unit.d.ts +0 -0
  260. package/types/core/adapters/angular/angular-api-key.d.ts +0 -0
  261. package/types/core/adapters/angular/angular-api-key.unit.d.ts +0 -0
  262. package/types/core/adapters/angular/angular-app-module-imports.d.ts +0 -0
  263. package/types/core/adapters/angular/angular-app-module-imports.unit.d.ts +0 -0
  264. package/types/core/adapters/angular/angular-app-routes-update.d.ts +0 -0
  265. package/types/core/adapters/angular/angular-app-routes-update.unit.d.ts +0 -0
  266. package/types/core/adapters/angular/angular-components.d.ts +0 -0
  267. package/types/core/adapters/angular/angular-components.unit.d.ts +0 -0
  268. package/types/core/adapters/angular/angular-ensure-builder-setup.d.ts +0 -0
  269. package/types/core/adapters/angular/angular-ensure-config-plugin.d.ts +0 -0
  270. package/types/core/adapters/angular/angular-ensure-config-plugin.unit.d.ts +0 -0
  271. package/types/core/adapters/angular/angular-fix-tsconfig.d.ts +0 -0
  272. package/types/core/adapters/angular/angular-registry-parse.d.ts +0 -0
  273. package/types/core/adapters/angular/angular-registry-parse.unit.d.ts +0 -0
  274. package/types/core/adapters/angular/angular-registry.d.ts +0 -0
  275. package/types/core/adapters/angular/angular-registry.unit.d.ts +0 -0
  276. package/types/core/adapters/angular/angular-test-utils.d.ts +0 -0
  277. package/types/core/adapters/angular/index.d.ts +0 -0
  278. package/types/core/adapters/angular/types.d.ts +0 -0
  279. package/types/core/adapters/next/index.d.ts +0 -0
  280. package/types/core/adapters/next/next-api-key.d.ts +0 -0
  281. package/types/core/adapters/next/next-component-info.d.ts +0 -0
  282. package/types/core/adapters/next/next-component-info.unit.d.ts +0 -0
  283. package/types/core/adapters/next/next-component-inputs.unit.d.ts +0 -0
  284. package/types/core/adapters/next/next-component-source-inputs.unit.d.ts +0 -0
  285. package/types/core/adapters/next/next-components.d.ts +0 -0
  286. package/types/core/adapters/next/next-ensure-builder-setup.d.ts +0 -0
  287. package/types/core/adapters/next/next-ensure-config-plugin.d.ts +0 -0
  288. package/types/core/adapters/next/next-ensure-config-plugin.unit.d.ts +0 -0
  289. package/types/core/adapters/next/next-registry-parse.d.ts +0 -0
  290. package/types/core/adapters/next/next-registry-parse.unit.d.ts +0 -0
  291. package/types/core/adapters/next/next-registry.d.ts +0 -0
  292. package/types/core/adapters/next/next-registry.unit.d.ts +0 -0
  293. package/types/core/adapters/next/next-test-utils.d.ts +0 -0
  294. package/types/core/adapters/qwik-city/index.d.ts +0 -0
  295. package/types/core/adapters/qwik-city/qwik-api-key.d.ts +0 -0
  296. package/types/core/adapters/qwik-city/qwik-component-source-inputs.d.ts +0 -0
  297. package/types/core/adapters/qwik-city/qwik-components.d.ts +0 -0
  298. package/types/core/adapters/qwik-city/qwik-components.unit.d.ts +0 -0
  299. package/types/core/adapters/qwik-city/qwik-ensure-builder-setup.d.ts +0 -0
  300. package/types/core/adapters/qwik-city/qwik-ensure-config-plugin.d.ts +0 -0
  301. package/types/core/adapters/qwik-city/qwik-registry-parse.d.ts +0 -0
  302. package/types/core/adapters/qwik-city/qwik-registry-parse.unit.d.ts +0 -0
  303. package/types/core/adapters/qwik-city/qwik-registry.d.ts +0 -0
  304. package/types/core/adapters/qwik-city/qwik-registry.unit.d.ts +0 -0
  305. package/types/core/adapters/qwik-city/qwik-test-utils.d.ts +0 -0
  306. package/types/core/adapters/qwik-city/qwik-ts-program.d.ts +0 -0
  307. package/types/core/adapters/react/index.d.ts +0 -0
  308. package/types/core/adapters/react/react-api-key.d.ts +0 -0
  309. package/types/core/adapters/react/react-builder-sdk-setup.d.ts +0 -0
  310. package/types/core/adapters/react/react-component-info.d.ts +0 -0
  311. package/types/core/adapters/react/react-components.d.ts +0 -0
  312. package/types/core/adapters/react/react-components.unit.d.ts +0 -0
  313. package/types/core/adapters/react/react-ensure-builder-setup.d.ts +0 -0
  314. package/types/core/adapters/react/react-registry-parse.d.ts +0 -0
  315. package/types/core/adapters/react/react-registry-parse.unit.d.ts +0 -0
  316. package/types/core/adapters/react/react-registry.d.ts +0 -0
  317. package/types/core/adapters/react/react-registry.unit.d.ts +0 -0
  318. package/types/core/adapters/react/react-test-utils.d.ts +0 -0
  319. package/types/core/adapters/react/react-ts-program.d.ts +0 -0
  320. package/types/core/adapters/remix/index.d.ts +0 -0
  321. package/types/core/adapters/remix/remix-api-key.d.ts +0 -0
  322. package/types/core/adapters/remix/remix-components.d.ts +0 -0
  323. package/types/core/adapters/remix/remix-ensure-builder-setup.d.ts +0 -0
  324. package/types/core/adapters/remix/remix-ensure-config-plugin.d.ts +0 -0
  325. package/types/core/adapters/remix/remix-ensure-config-plugin.unit.d.ts +0 -0
  326. package/types/core/adapters/remix/remix-registry-parse.d.ts +0 -0
  327. package/types/core/adapters/remix/remix-registry.d.ts +0 -0
  328. package/types/core/adapters/remix/remix-registry.unit.d.ts +0 -0
  329. package/types/core/adapters/remix/remix-test-utils.d.ts +0 -0
  330. package/types/core/adapters/vite/vite-ensure-config-plugin.d.ts +0 -0
  331. package/types/core/adapters/vite/vite-ensure-config-plugin.unit.d.ts +0 -0
  332. package/types/core/adapters/vue/index.d.ts +0 -0
  333. package/types/core/adapters/vue/vue-api-key.d.ts +0 -0
  334. package/types/core/adapters/vue/vue-components.d.ts +0 -0
  335. package/types/core/adapters/vue/vue-ensure-builder-setup.d.ts +0 -0
  336. package/types/core/adapters/vue/vue-registry-parse.d.ts +0 -0
  337. package/types/core/adapters/vue/vue-registry.d.ts +0 -0
  338. package/types/core/adapters/webpack/webpack-config-helpers.d.ts +0 -0
  339. package/types/core/adapters/webpack/webpack-config-helpers.unit.d.ts +0 -0
  340. package/types/core/adapters/webpack/webpack-ensure-config-plugin.d.ts +0 -0
  341. package/types/core/client-script.d.ts +0 -0
  342. package/types/core/create-dev-tools.d.ts +0 -0
  343. package/types/core/detect-frameworks.d.ts +0 -0
  344. package/types/core/ensure-config-plugin.d.ts +0 -0
  345. package/types/core/find-dependencies.d.ts +0 -0
  346. package/types/core/import-export-registry.d.ts +0 -0
  347. package/types/core/index.d.ts +0 -0
  348. package/types/figma/index.d.ts +0 -0
  349. package/types/node/index.d.ts +0 -0
  350. package/types/node/node-sys.d.ts +0 -0
  351. package/types/remix/index.d.ts +0 -0
  352. package/types/scripts/analyze-projects.d.ts +18 -0
  353. package/types/scripts/call-ensure-container.d.ts +4 -0
  354. package/types/scripts/check-backup.d.ts +1 -0
  355. package/types/scripts/cli.d.ts +1 -0
  356. package/types/scripts/download-projects.d.ts +12 -0
  357. package/types/scripts/utils/db.d.ts +3 -0
  358. package/types/scripts/utils/ensure-container.d.ts +7 -0
  359. package/types/scripts/utils/remove-machine-and-volume.d.ts +5 -0
  360. package/types/server/auth.d.ts +0 -0
  361. package/types/server/builder-connect.d.ts +0 -0
  362. package/types/server/client-script.d.ts +0 -0
  363. package/types/server/create-dev-tools-server.d.ts +0 -0
  364. package/types/server/dev-tools-api.d.ts +0 -0
  365. package/types/server/dev-tools-http-server.d.ts +0 -0
  366. package/types/server/index.d.ts +0 -0
  367. package/types/server/request-handler.d.ts +0 -0
  368. package/types/tsconfig.tsbuildinfo +1 -1
  369. package/types/types/codegen-server.d.ts +0 -0
  370. package/types/types/connection-tracker.d.ts +0 -0
  371. package/types/types/proxy-middleware.d.ts +0 -0
  372. package/types/types/websocket-types.d.ts +0 -0
  373. package/types/types.d.ts +0 -0
  374. package/types/vite/main.d.ts +0 -0
  375. package/types/vitest.config.d.ts +0 -0
  376. package/types/webpack/main.d.ts +0 -0
  377. package/vendors/darwin-arm64/complete/rg.bash +0 -0
  378. package/vendors/darwin-arm64/complete/rg.fish +0 -0
  379. package/vendors/darwin-arm64/doc/rg.1 +0 -0
  380. package/vendors/darwin-x64/complete/rg.bash +0 -0
  381. package/vendors/darwin-x64/complete/rg.fish +0 -0
  382. package/vendors/darwin-x64/doc/rg.1 +0 -0
  383. package/vendors/linux-arm64/complete/rg.bash +0 -0
  384. package/vendors/linux-arm64/complete/rg.fish +0 -0
  385. package/vendors/linux-arm64/doc/rg.1 +0 -0
  386. package/vendors/linux-x64/complete/rg.bash +0 -0
  387. package/vendors/linux-x64/complete/rg.fish +0 -0
  388. package/vendors/linux-x64/doc/rg.1 +0 -0
  389. package/vendors/win32-x64/rg.exe +0 -0
  390. package/vite/index.cjs +0 -0
  391. package/vite/index.d.ts +0 -0
  392. package/vite/index.mjs +0 -0
  393. package/webpack/index.cjs +0 -0
  394. package/webpack/index.d.ts +0 -0
  395. package/webpack/index.mjs +0 -0
  396. package/types/cli/utils/replay-action-uploader.d.ts +0 -47
  397. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/COPYING +0 -3
  398. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/LICENSE-MIT +0 -21
  399. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/README.md +0 -516
  400. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/UNLICENSE +0 -24
  401. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/_rg +0 -665
  402. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/_rg.ps1 +0 -213
  403. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/rg.bash +0 -783
  404. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/complete/rg.fish +0 -175
  405. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/CHANGELOG.md +0 -1689
  406. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/FAQ.md +0 -1046
  407. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/GUIDE.md +0 -1022
  408. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/doc/rg.1 +0 -2178
  409. package/vendors/win32-x64/ripgrep-14.1.0-x86_64-pc-windows-msvc/rg.exe +0 -0
@@ -1,5 +1,4 @@
1
- import type { ContentMessageItemImage, ContentMessageItemResource, ContentMessageItemText, CursorPosition, RecordFrameToolInput, TimelineEventCategory, TimelineRecording } from "#ai-utils";
2
- import type { ReplayActionUploader } from "./replay-action-uploader";
1
+ import type { ContentMessageItemImage, ContentMessageItemResource, ContentMessageItemText, RecordFrameToolInput, TimelineEventCategory, TimelineRecording } from "#ai-utils";
3
2
  interface TimelineCollectorOptions {
4
3
  framesDir: string;
5
4
  debug?: boolean;
@@ -39,19 +38,17 @@ export interface StateEntry {
39
38
  export declare class TimelineCollector {
40
39
  #private;
41
40
  constructor(sessionId: string, options: TimelineCollectorOptions);
42
- setReplayUploader(uploader: ReplayActionUploader): void;
43
41
  /**
44
42
  * Reset all collected state so the collector can be reused for a new recording cycle
45
43
  * (e.g., on reused QA branches that handle multiple review messages).
46
44
  */
47
45
  reset(): void;
48
- onToolCall(name: string, id: string, input: string): void;
46
+ onToolCall(name: string, input: string): void;
47
+ /** Stage the latest screenshot image so the paired RecordFrame can capture it. */
49
48
  onToolResult(result: {
50
- tool_use_id?: string;
51
49
  tool_name?: string;
52
- tool_input?: string;
53
50
  content: string | (ContentMessageItemText | ContentMessageItemImage | ContentMessageItemResource)[];
54
- }, cursorPosition?: CursorPosition | null): void;
51
+ }): void;
55
52
  onRecordFrame(input: RecordFrameToolInput): void;
56
53
  onThinking(content: string): void;
57
54
  getLastCapturedImage(): ContentMessageItemImage | null;
@@ -81,7 +78,6 @@ export declare class TimelineCollector {
81
78
  summary?: string;
82
79
  sessionId?: string;
83
80
  testCaseIds?: string[];
84
- replayId?: string;
85
81
  }): {
86
82
  startEventId: number;
87
83
  endEventId: number;
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -8,4 +8,4 @@ export declare function objectExpressionToObjectValue(sys: DevToolsSys, objectLi
8
8
  };
9
9
  export declare function convertArrayExpressionToJsArray(sys: DevToolsSys, arr: ts.ArrayLiteralExpression): any[];
10
10
  export declare function getTextOfPropertyName(sys: DevToolsSys, prop: ts.PropertyAssignment | ts.ObjectLiteralElementLike | undefined): string | undefined;
11
- export declare function valueToExpression(sys: DevToolsSys, val: any): ts.ObjectLiteralExpression | ts.ArrayLiteralExpression | ts.Identifier | ts.StringLiteral | ts.NumericLiteral | ts.TrueLiteral | ts.FalseLiteral;
11
+ export declare function valueToExpression(sys: DevToolsSys, val: any): ts.ObjectLiteralExpression | ts.Identifier | ts.StringLiteral | ts.NumericLiteral | ts.TrueLiteral | ts.FalseLiteral | ts.ArrayLiteralExpression;
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
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
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
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,18 @@
1
+ export declare function analyzeProjects(inputPath?: string): Promise<{
2
+ success: boolean;
3
+ error: string;
4
+ projectsCount?: undefined;
5
+ branchesCount?: undefined;
6
+ csvRowsCount?: undefined;
7
+ outputPath?: undefined;
8
+ } | {
9
+ success: boolean;
10
+ projectsCount: number;
11
+ branchesCount: number;
12
+ csvRowsCount: number;
13
+ outputPath: string;
14
+ error?: undefined;
15
+ }>;
16
+ export declare function handleAnalyzeProjects(args: {
17
+ inputPath?: string;
18
+ }): Promise<void>;
@@ -0,0 +1,4 @@
1
+ export declare function handleCallEnsureContainer(args: {
2
+ appName: string;
3
+ branchName: string;
4
+ }): Promise<void>;
@@ -0,0 +1 @@
1
+ export declare function handleCheckBackup(): Promise<void>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ export declare function downloadProjects(): Promise<{
2
+ success: boolean;
3
+ count: number;
4
+ outputPath: string;
5
+ error?: undefined;
6
+ } | {
7
+ success: boolean;
8
+ error: string;
9
+ count?: undefined;
10
+ outputPath?: undefined;
11
+ }>;
12
+ export declare function handleDownloadProjects(): Promise<void>;
@@ -0,0 +1,3 @@
1
+ import admin from "firebase-admin";
2
+ export declare const db: admin.firestore.Firestore;
3
+ export declare const storage: admin.storage.Storage;
@@ -0,0 +1,7 @@
1
+ export declare function ensureContainer(projectId: string, branchName: string): Promise<{
2
+ success: boolean;
3
+ error?: undefined;
4
+ } | {
5
+ success: boolean;
6
+ error: any;
7
+ }>;
@@ -0,0 +1,5 @@
1
+ export declare function forceRemoveMachineAndVolume({ projectId, branchName, shouldDeleteVolume, }: {
2
+ projectId: string;
3
+ branchName: string;
4
+ shouldDeleteVolume?: boolean;
5
+ }): Promise<void>;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes