veryfront 0.1.529 → 0.1.532

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 (464) hide show
  1. package/esm/cli/templates/manifest.d.ts +405 -405
  2. package/esm/cli/templates/manifest.js +454 -454
  3. package/esm/deno.d.ts +0 -2
  4. package/esm/deno.js +19 -16
  5. package/esm/deps/esm.sh/react-dom@19.2.4/server.d.ts +2 -0
  6. package/esm/deps/esm.sh/react-dom@19.2.4/server.d.ts.map +1 -0
  7. package/esm/deps/esm.sh/react-dom@19.2.4/server.js +5 -0
  8. package/esm/deps/esm.sh/react@19.2.4/jsx-dev-runtime.d.ts +2 -0
  9. package/esm/deps/esm.sh/react@19.2.4/jsx-dev-runtime.d.ts.map +1 -0
  10. package/esm/deps/esm.sh/react@19.2.4/jsx-dev-runtime.js +3 -0
  11. package/esm/deps/esm.sh/react@19.2.4/jsx-runtime.d.ts +2 -0
  12. package/esm/deps/esm.sh/react@19.2.4/jsx-runtime.d.ts.map +1 -0
  13. package/esm/deps/esm.sh/react@19.2.4/jsx-runtime.js +3 -0
  14. package/esm/deps/esm.sh/react@19.2.4.d.ts +2 -0
  15. package/esm/deps/esm.sh/react@19.2.4.d.ts.map +1 -0
  16. package/esm/deps/esm.sh/react@19.2.4.js +3 -0
  17. package/esm/react/jsx-dev-runtime.d.ts +2 -0
  18. package/esm/react/jsx-dev-runtime.d.ts.map +1 -0
  19. package/esm/react/jsx-dev-runtime.js +1 -0
  20. package/esm/react/jsx-runtime.d.ts +2 -0
  21. package/esm/react/jsx-runtime.d.ts.map +1 -0
  22. package/esm/react/jsx-runtime.js +1 -0
  23. package/esm/react/react-dom-client.d.ts +3 -0
  24. package/esm/react/react-dom-client.d.ts.map +1 -0
  25. package/esm/react/react-dom-client.js +2 -0
  26. package/esm/react/react-dom-server.d.ts +3 -0
  27. package/esm/react/react-dom-server.d.ts.map +1 -0
  28. package/esm/react/react-dom-server.js +2 -0
  29. package/esm/react/react.d.ts +6 -0
  30. package/esm/react/react.d.ts.map +1 -0
  31. package/esm/react/react.js +7 -0
  32. package/esm/src/agent/react/use-agent.js +1 -1
  33. package/esm/src/agent/react/use-chat/use-chat.js +1 -1
  34. package/esm/src/agent/react/use-completion.js +1 -1
  35. package/esm/src/agent/react/use-streaming.js +1 -1
  36. package/esm/src/agent/react/use-voice-input.js +1 -1
  37. package/esm/src/agent/testing/index.d.ts +1 -1
  38. package/esm/src/agent/testing/index.d.ts.map +1 -1
  39. package/esm/src/agent/testing/index.js +1 -1
  40. package/esm/src/agent/testing/live-evals/api-client.d.ts +78 -0
  41. package/esm/src/agent/testing/live-evals/api-client.d.ts.map +1 -0
  42. package/esm/src/agent/testing/live-evals/api-client.js +302 -0
  43. package/esm/src/agent/testing/live-evals/index.d.ts +2 -0
  44. package/esm/src/agent/testing/live-evals/index.d.ts.map +1 -1
  45. package/esm/src/agent/testing/live-evals/index.js +2 -0
  46. package/esm/src/agent/testing/live-evals/metadata.d.ts +26 -0
  47. package/esm/src/agent/testing/live-evals/metadata.d.ts.map +1 -0
  48. package/esm/src/agent/testing/live-evals/metadata.js +112 -0
  49. package/esm/src/embedding/react/use-uploads.js +1 -1
  50. package/esm/src/jobs/schemas.d.ts +6 -6
  51. package/esm/src/modules/component-registry/registry.d.ts +1 -1
  52. package/esm/src/modules/component-registry/registry.d.ts.map +1 -1
  53. package/esm/src/modules/react-loader/component-loader.d.ts +1 -1
  54. package/esm/src/modules/react-loader/component-loader.d.ts.map +1 -1
  55. package/esm/src/modules/react-loader/extract-component.d.ts +1 -1
  56. package/esm/src/modules/react-loader/extract-component.d.ts.map +1 -1
  57. package/esm/src/modules/react-loader/ssr-module-loader/loader.d.ts +1 -1
  58. package/esm/src/modules/react-loader/ssr-module-loader/loader.d.ts.map +1 -1
  59. package/esm/src/modules/react-loader/types.d.ts +1 -1
  60. package/esm/src/modules/react-loader/types.d.ts.map +1 -1
  61. package/esm/src/react/compat/hooks-adapter.d.ts +1 -1
  62. package/esm/src/react/compat/hooks-adapter.d.ts.map +1 -1
  63. package/esm/src/react/compat/hooks-adapter.js +1 -1
  64. package/esm/src/react/compat/ssr-adapter/response-builder.d.ts +1 -1
  65. package/esm/src/react/compat/ssr-adapter/response-builder.d.ts.map +1 -1
  66. package/esm/src/react/compat/ssr-adapter/server-loader.d.ts +5 -5
  67. package/esm/src/react/compat/ssr-adapter/server-loader.d.ts.map +1 -1
  68. package/esm/src/react/compat/ssr-adapter/stream-renderer.d.ts +1 -1
  69. package/esm/src/react/compat/ssr-adapter/stream-renderer.d.ts.map +1 -1
  70. package/esm/src/react/compat/ssr-adapter/string-renderer.d.ts +1 -1
  71. package/esm/src/react/compat/ssr-adapter/string-renderer.d.ts.map +1 -1
  72. package/esm/src/react/compat/version-detector/feature-detector.js +1 -1
  73. package/esm/src/react/components/AppWrapper.d.ts +1 -1
  74. package/esm/src/react/components/AppWrapper.d.ts.map +1 -1
  75. package/esm/src/react/components/AppWrapper.js +1 -1
  76. package/esm/src/react/components/LayoutComponent.d.ts +1 -1
  77. package/esm/src/react/components/LayoutComponent.d.ts.map +1 -1
  78. package/esm/src/react/components/LayoutComponent.js +1 -1
  79. package/esm/src/react/components/MDXProvider.d.ts +1 -1
  80. package/esm/src/react/components/MDXProvider.d.ts.map +1 -1
  81. package/esm/src/react/components/MDXProvider.js +1 -1
  82. package/esm/src/react/components/ProviderComponent.d.ts +1 -1
  83. package/esm/src/react/components/ProviderComponent.d.ts.map +1 -1
  84. package/esm/src/react/components/ProviderComponent.js +1 -1
  85. package/esm/src/react/components/chat/agent-card.d.ts +2 -2
  86. package/esm/src/react/components/chat/agent-card.d.ts.map +1 -1
  87. package/esm/src/react/components/chat/agent-card.js +1 -1
  88. package/esm/src/react/components/chat/chat/components/animations.d.ts +1 -1
  89. package/esm/src/react/components/chat/chat/components/animations.d.ts.map +1 -1
  90. package/esm/src/react/components/chat/chat/components/animations.js +1 -1
  91. package/esm/src/react/components/chat/chat/components/attachment-pill.d.ts +1 -1
  92. package/esm/src/react/components/chat/chat/components/attachment-pill.d.ts.map +1 -1
  93. package/esm/src/react/components/chat/chat/components/attachment-pill.js +1 -1
  94. package/esm/src/react/components/chat/chat/components/branch-picker.d.ts +1 -1
  95. package/esm/src/react/components/chat/chat/components/branch-picker.d.ts.map +1 -1
  96. package/esm/src/react/components/chat/chat/components/branch-picker.js +1 -1
  97. package/esm/src/react/components/chat/chat/components/code-block.d.ts +2 -1
  98. package/esm/src/react/components/chat/chat/components/code-block.d.ts.map +1 -1
  99. package/esm/src/react/components/chat/chat/components/code-block.js +1 -1
  100. package/esm/src/react/components/chat/chat/components/drop-zone.d.ts +1 -1
  101. package/esm/src/react/components/chat/chat/components/drop-zone.d.ts.map +1 -1
  102. package/esm/src/react/components/chat/chat/components/drop-zone.js +1 -1
  103. package/esm/src/react/components/chat/chat/components/empty-state.d.ts +1 -1
  104. package/esm/src/react/components/chat/chat/components/empty-state.d.ts.map +1 -1
  105. package/esm/src/react/components/chat/chat/components/empty-state.js +1 -1
  106. package/esm/src/react/components/chat/chat/components/inference-badge.d.ts +1 -1
  107. package/esm/src/react/components/chat/chat/components/inference-badge.d.ts.map +1 -1
  108. package/esm/src/react/components/chat/chat/components/inference-badge.js +1 -1
  109. package/esm/src/react/components/chat/chat/components/inline-citation.d.ts +1 -1
  110. package/esm/src/react/components/chat/chat/components/inline-citation.d.ts.map +1 -1
  111. package/esm/src/react/components/chat/chat/components/inline-citation.js +1 -1
  112. package/esm/src/react/components/chat/chat/components/message-actions.d.ts +2 -1
  113. package/esm/src/react/components/chat/chat/components/message-actions.d.ts.map +1 -1
  114. package/esm/src/react/components/chat/chat/components/message-actions.js +1 -1
  115. package/esm/src/react/components/chat/chat/components/message-edit-form.d.ts +1 -1
  116. package/esm/src/react/components/chat/chat/components/message-edit-form.d.ts.map +1 -1
  117. package/esm/src/react/components/chat/chat/components/message-edit-form.js +1 -1
  118. package/esm/src/react/components/chat/chat/components/message-feedback.d.ts +2 -1
  119. package/esm/src/react/components/chat/chat/components/message-feedback.d.ts.map +1 -1
  120. package/esm/src/react/components/chat/chat/components/message-feedback.js +1 -1
  121. package/esm/src/react/components/chat/chat/components/quick-actions.d.ts +1 -1
  122. package/esm/src/react/components/chat/chat/components/quick-actions.d.ts.map +1 -1
  123. package/esm/src/react/components/chat/chat/components/quick-actions.js +1 -1
  124. package/esm/src/react/components/chat/chat/components/reasoning.d.ts +8 -1
  125. package/esm/src/react/components/chat/chat/components/reasoning.d.ts.map +1 -1
  126. package/esm/src/react/components/chat/chat/components/reasoning.js +1 -1
  127. package/esm/src/react/components/chat/chat/components/sidebar.d.ts +1 -1
  128. package/esm/src/react/components/chat/chat/components/sidebar.d.ts.map +1 -1
  129. package/esm/src/react/components/chat/chat/components/sidebar.js +1 -1
  130. package/esm/src/react/components/chat/chat/components/skill-badge.d.ts +1 -1
  131. package/esm/src/react/components/chat/chat/components/skill-badge.d.ts.map +1 -1
  132. package/esm/src/react/components/chat/chat/components/skill-badge.js +1 -1
  133. package/esm/src/react/components/chat/chat/components/sources.d.ts +2 -1
  134. package/esm/src/react/components/chat/chat/components/sources.d.ts.map +1 -1
  135. package/esm/src/react/components/chat/chat/components/sources.js +1 -1
  136. package/esm/src/react/components/chat/chat/components/step-indicator.d.ts +1 -1
  137. package/esm/src/react/components/chat/chat/components/step-indicator.d.ts.map +1 -1
  138. package/esm/src/react/components/chat/chat/components/step-indicator.js +1 -1
  139. package/esm/src/react/components/chat/chat/components/tab-switcher.d.ts +1 -1
  140. package/esm/src/react/components/chat/chat/components/tab-switcher.d.ts.map +1 -1
  141. package/esm/src/react/components/chat/chat/components/tab-switcher.js +1 -1
  142. package/esm/src/react/components/chat/chat/components/tool-ui.d.ts +1 -1
  143. package/esm/src/react/components/chat/chat/components/tool-ui.d.ts.map +1 -1
  144. package/esm/src/react/components/chat/chat/components/tool-ui.js +1 -1
  145. package/esm/src/react/components/chat/chat/components/upgrade-cta.d.ts +1 -1
  146. package/esm/src/react/components/chat/chat/components/upgrade-cta.d.ts.map +1 -1
  147. package/esm/src/react/components/chat/chat/components/upgrade-cta.js +1 -1
  148. package/esm/src/react/components/chat/chat/components/uploads-panel.d.ts +1 -1
  149. package/esm/src/react/components/chat/chat/components/uploads-panel.d.ts.map +1 -1
  150. package/esm/src/react/components/chat/chat/components/uploads-panel.js +1 -1
  151. package/esm/src/react/components/chat/chat/composition/chat-composer.d.ts +2 -2
  152. package/esm/src/react/components/chat/chat/composition/chat-composer.d.ts.map +1 -1
  153. package/esm/src/react/components/chat/chat/composition/chat-composer.js +1 -1
  154. package/esm/src/react/components/chat/chat/composition/chat-empty.d.ts +2 -2
  155. package/esm/src/react/components/chat/chat/composition/chat-empty.d.ts.map +1 -1
  156. package/esm/src/react/components/chat/chat/composition/chat-empty.js +1 -1
  157. package/esm/src/react/components/chat/chat/composition/chat-if.d.ts +1 -1
  158. package/esm/src/react/components/chat/chat/composition/chat-if.d.ts.map +1 -1
  159. package/esm/src/react/components/chat/chat/composition/chat-message-list.d.ts +2 -2
  160. package/esm/src/react/components/chat/chat/composition/chat-message-list.d.ts.map +1 -1
  161. package/esm/src/react/components/chat/chat/composition/chat-message-list.js +1 -1
  162. package/esm/src/react/components/chat/chat/composition/chat-root.d.ts +2 -2
  163. package/esm/src/react/components/chat/chat/composition/chat-root.d.ts.map +1 -1
  164. package/esm/src/react/components/chat/chat/composition/chat-root.js +1 -1
  165. package/esm/src/react/components/chat/chat/composition/error-banner.d.ts +2 -1
  166. package/esm/src/react/components/chat/chat/composition/error-banner.d.ts.map +1 -1
  167. package/esm/src/react/components/chat/chat/composition/error-banner.js +1 -1
  168. package/esm/src/react/components/chat/chat/composition/message.d.ts +38 -2
  169. package/esm/src/react/components/chat/chat/composition/message.d.ts.map +1 -1
  170. package/esm/src/react/components/chat/chat/composition/message.js +1 -1
  171. package/esm/src/react/components/chat/chat/composition/model-avatar.d.ts +1 -1
  172. package/esm/src/react/components/chat/chat/composition/model-avatar.d.ts.map +1 -1
  173. package/esm/src/react/components/chat/chat/composition/model-avatar.js +1 -1
  174. package/esm/src/react/components/chat/chat/contexts/chat-context.d.ts +2 -2
  175. package/esm/src/react/components/chat/chat/contexts/chat-context.d.ts.map +1 -1
  176. package/esm/src/react/components/chat/chat/contexts/chat-context.js +1 -1
  177. package/esm/src/react/components/chat/chat/contexts/composer-context.d.ts +2 -2
  178. package/esm/src/react/components/chat/chat/contexts/composer-context.d.ts.map +1 -1
  179. package/esm/src/react/components/chat/chat/contexts/composer-context.js +1 -1
  180. package/esm/src/react/components/chat/chat/contexts/message-context.d.ts +2 -1
  181. package/esm/src/react/components/chat/chat/contexts/message-context.d.ts.map +1 -1
  182. package/esm/src/react/components/chat/chat/contexts/message-context.js +1 -1
  183. package/esm/src/react/components/chat/chat/contexts/thread-list-context.d.ts +2 -1
  184. package/esm/src/react/components/chat/chat/contexts/thread-list-context.d.ts.map +1 -1
  185. package/esm/src/react/components/chat/chat/contexts/thread-list-context.js +1 -1
  186. package/esm/src/react/components/chat/chat/hooks/use-threads.js +1 -1
  187. package/esm/src/react/components/chat/chat/index.d.ts +2 -2
  188. package/esm/src/react/components/chat/chat/index.d.ts.map +1 -1
  189. package/esm/src/react/components/chat/chat/index.js +1 -1
  190. package/esm/src/react/components/chat/chat-with-sidebar.d.ts +2 -1
  191. package/esm/src/react/components/chat/chat-with-sidebar.d.ts.map +1 -1
  192. package/esm/src/react/components/chat/chat-with-sidebar.js +1 -1
  193. package/esm/src/react/components/chat/error-boundary.d.ts +1 -1
  194. package/esm/src/react/components/chat/error-boundary.d.ts.map +1 -1
  195. package/esm/src/react/components/chat/error-boundary.js +1 -1
  196. package/esm/src/react/components/chat/icons/index.d.ts +1 -1
  197. package/esm/src/react/components/chat/icons/index.d.ts.map +1 -1
  198. package/esm/src/react/components/chat/icons/index.js +1 -1
  199. package/esm/src/react/components/chat/markdown.d.ts +1 -1
  200. package/esm/src/react/components/chat/markdown.d.ts.map +1 -1
  201. package/esm/src/react/components/chat/markdown.js +1 -1
  202. package/esm/src/react/components/chat/message.d.ts +3 -3
  203. package/esm/src/react/components/chat/message.d.ts.map +1 -1
  204. package/esm/src/react/components/chat/message.js +1 -1
  205. package/esm/src/react/components/chat/model-selector.d.ts +1 -1
  206. package/esm/src/react/components/chat/model-selector.d.ts.map +1 -1
  207. package/esm/src/react/components/chat/model-selector.js +1 -1
  208. package/esm/src/react/components/optimized-image/OptimizedBackgroundImage.d.ts +1 -1
  209. package/esm/src/react/components/optimized-image/OptimizedBackgroundImage.d.ts.map +1 -1
  210. package/esm/src/react/components/optimized-image/OptimizedBackgroundImage.js +1 -1
  211. package/esm/src/react/components/optimized-image/OptimizedImage.d.ts +1 -1
  212. package/esm/src/react/components/optimized-image/OptimizedImage.d.ts.map +1 -1
  213. package/esm/src/react/components/optimized-image/OptimizedImage.js +1 -1
  214. package/esm/src/react/components/optimized-image/SimpleOptimizedImage.d.ts +1 -1
  215. package/esm/src/react/components/optimized-image/SimpleOptimizedImage.d.ts.map +1 -1
  216. package/esm/src/react/components/optimized-image/utils.d.ts +1 -1
  217. package/esm/src/react/components/optimized-image/utils.d.ts.map +1 -1
  218. package/esm/src/react/components/optimized-image/utils.js +1 -1
  219. package/esm/src/react/fonts/index.d.ts +1 -1
  220. package/esm/src/react/fonts/index.d.ts.map +1 -1
  221. package/esm/src/react/fonts/index.js +1 -1
  222. package/esm/src/react/primitives/agent-primitives.d.ts +4 -4
  223. package/esm/src/react/primitives/agent-primitives.d.ts.map +1 -1
  224. package/esm/src/react/primitives/agent-primitives.js +1 -1
  225. package/esm/src/react/primitives/chat-container.d.ts +2 -2
  226. package/esm/src/react/primitives/chat-container.d.ts.map +1 -1
  227. package/esm/src/react/primitives/chat-container.js +1 -1
  228. package/esm/src/react/primitives/input-box.d.ts +4 -4
  229. package/esm/src/react/primitives/input-box.d.ts.map +1 -1
  230. package/esm/src/react/primitives/input-box.js +1 -1
  231. package/esm/src/react/primitives/message-list.d.ts +5 -5
  232. package/esm/src/react/primitives/message-list.d.ts.map +1 -1
  233. package/esm/src/react/primitives/message-list.js +1 -1
  234. package/esm/src/react/primitives/tool-primitives.d.ts +4 -4
  235. package/esm/src/react/primitives/tool-primitives.d.ts.map +1 -1
  236. package/esm/src/react/primitives/tool-primitives.js +1 -1
  237. package/esm/src/react/runtime/core.d.ts +1 -1
  238. package/esm/src/react/runtime/core.d.ts.map +1 -1
  239. package/esm/src/react/runtime/core.js +1 -1
  240. package/esm/src/rendering/app-reserved.d.ts +1 -1
  241. package/esm/src/rendering/app-reserved.d.ts.map +1 -1
  242. package/esm/src/rendering/app-reserved.js +1 -1
  243. package/esm/src/rendering/component-handling.d.ts +1 -1
  244. package/esm/src/rendering/component-handling.d.ts.map +1 -1
  245. package/esm/src/rendering/element-validator/element-normalizer.d.ts +1 -1
  246. package/esm/src/rendering/element-validator/element-normalizer.d.ts.map +1 -1
  247. package/esm/src/rendering/element-validator/element-normalizer.js +1 -1
  248. package/esm/src/rendering/element-validator/primitive-checks.d.ts +1 -1
  249. package/esm/src/rendering/element-validator/primitive-checks.d.ts.map +1 -1
  250. package/esm/src/rendering/element-validator/primitive-checks.js +1 -1
  251. package/esm/src/rendering/element-validator/validator-core.d.ts +1 -1
  252. package/esm/src/rendering/element-validator/validator-core.d.ts.map +1 -1
  253. package/esm/src/rendering/layouts/layout-applicator.d.ts +1 -1
  254. package/esm/src/rendering/layouts/layout-applicator.d.ts.map +1 -1
  255. package/esm/src/rendering/layouts/utils/applicator.d.ts +1 -1
  256. package/esm/src/rendering/layouts/utils/applicator.d.ts.map +1 -1
  257. package/esm/src/rendering/layouts/utils/component-loader.d.ts +1 -1
  258. package/esm/src/rendering/layouts/utils/component-loader.d.ts.map +1 -1
  259. package/esm/src/rendering/layouts/utils/ensure-valid-child.d.ts +1 -1
  260. package/esm/src/rendering/layouts/utils/ensure-valid-child.d.ts.map +1 -1
  261. package/esm/src/rendering/orchestrator/layout.d.ts +1 -1
  262. package/esm/src/rendering/orchestrator/layout.d.ts.map +1 -1
  263. package/esm/src/rendering/orchestrator/ssr-orchestrator.d.ts +1 -1
  264. package/esm/src/rendering/orchestrator/ssr-orchestrator.d.ts.map +1 -1
  265. package/esm/src/rendering/page-renderer.d.ts +1 -1
  266. package/esm/src/rendering/page-renderer.d.ts.map +1 -1
  267. package/esm/src/rendering/page-rendering.d.ts +1 -1
  268. package/esm/src/rendering/page-rendering.d.ts.map +1 -1
  269. package/esm/src/rendering/rsc/server-renderer/component-detector.d.ts +1 -1
  270. package/esm/src/rendering/rsc/server-renderer/component-detector.d.ts.map +1 -1
  271. package/esm/src/rendering/rsc/server-renderer/rsc-renderer.d.ts +1 -1
  272. package/esm/src/rendering/rsc/server-renderer/rsc-renderer.d.ts.map +1 -1
  273. package/esm/src/rendering/rsc/server-renderer/tree-processor.d.ts +1 -1
  274. package/esm/src/rendering/rsc/server-renderer/tree-processor.d.ts.map +1 -1
  275. package/esm/src/rendering/rsc/server-renderer/tree-processor.js +1 -1
  276. package/esm/src/rendering/snippet-renderer.js +2 -2
  277. package/esm/src/rendering/ssr/component-registry.d.ts +1 -1
  278. package/esm/src/rendering/ssr/component-registry.d.ts.map +1 -1
  279. package/esm/src/rendering/ssr/component-registry.js +1 -1
  280. package/esm/src/rendering/ssr/mdx-renderer.d.ts +1 -1
  281. package/esm/src/rendering/ssr/mdx-renderer.d.ts.map +1 -1
  282. package/esm/src/rendering/ssr/mdx-renderer.js +1 -1
  283. package/esm/src/rendering/ssr/types.d.ts +1 -1
  284. package/esm/src/rendering/ssr/types.d.ts.map +1 -1
  285. package/esm/src/rendering/ssr-renderer.d.ts +1 -1
  286. package/esm/src/rendering/ssr-renderer.d.ts.map +1 -1
  287. package/esm/src/rendering/utils/react-helpers.d.ts +1 -1
  288. package/esm/src/rendering/utils/react-helpers.d.ts.map +1 -1
  289. package/esm/src/rendering/utils/react-helpers.js +1 -1
  290. package/esm/src/server/dev-ui/manifest.d.ts +17 -17
  291. package/esm/src/server/dev-ui/manifest.js +17 -17
  292. package/esm/src/server/handlers/request/ssr/error-page-fallback.js +1 -1
  293. package/esm/src/server/handlers/request/ssr/not-found-fallback.js +1 -1
  294. package/esm/src/transforms/mdx/esm-module-loader/components/resolver.d.ts +1 -1
  295. package/esm/src/transforms/mdx/esm-module-loader/components/resolver.d.ts.map +1 -1
  296. package/esm/src/transforms/mdx/esm-module-loader/jsx/runtime-loader.js +1 -1
  297. package/esm/src/transforms/mdx/index.d.ts +1 -1
  298. package/esm/src/transforms/mdx/index.d.ts.map +1 -1
  299. package/esm/src/transforms/mdx/index.js +1 -1
  300. package/esm/src/transforms/mdx/mdx-cache-adapter.js +1 -1
  301. package/esm/src/transforms/mdx/module-loader/types.d.ts +1 -1
  302. package/esm/src/transforms/mdx/module-loader/types.d.ts.map +1 -1
  303. package/esm/src/transforms/mdx/types.d.ts +2 -2
  304. package/esm/src/transforms/mdx/types.d.ts.map +1 -1
  305. package/esm/src/types/app.d.ts +1 -1
  306. package/esm/src/types/app.d.ts.map +1 -1
  307. package/esm/src/types/global-guards.d.ts +1 -1
  308. package/esm/src/types/global-guards.d.ts.map +1 -1
  309. package/esm/src/types/index.d.ts +1 -1
  310. package/esm/src/types/index.d.ts.map +1 -1
  311. package/esm/src/utils/version-constant.d.ts +1 -1
  312. package/esm/src/utils/version-constant.js +1 -1
  313. package/esm/src/workflow/claude-code/react/use-claude-code-stream.js +1 -1
  314. package/esm/src/workflow/claude-code/react/use-claude-code-websocket.js +1 -1
  315. package/esm/src/workflow/react/use-approval.js +1 -1
  316. package/esm/src/workflow/react/use-workflow-list.js +1 -1
  317. package/esm/src/workflow/react/use-workflow-start.js +1 -1
  318. package/esm/src/workflow/react/use-workflow.js +1 -1
  319. package/esm/src/workflow/schemas/workflow.schema.d.ts +2 -2
  320. package/package.json +1 -1
  321. package/src/cli/templates/manifest.js +454 -454
  322. package/src/deno.js +19 -16
  323. package/src/deps/esm.sh/@types/react-dom@19.2.3/server.d.ts +183 -0
  324. package/src/deps/esm.sh/@types/react-dom@19.2.3/static.d.ts +153 -0
  325. package/src/deps/esm.sh/@types/react@19.2.14/global.d.ts +166 -0
  326. package/src/deps/esm.sh/@types/react@19.2.14/index.d.ts +4370 -0
  327. package/src/deps/esm.sh/@types/react@19.2.14/jsx-dev-runtime.d.ts +45 -0
  328. package/src/deps/esm.sh/@types/react@19.2.14/jsx-runtime.d.ts +36 -0
  329. package/src/deps/esm.sh/react-dom@19.2.4/server.d.ts +183 -0
  330. package/src/deps/esm.sh/react-dom@19.2.4/server.js +5 -0
  331. package/src/deps/esm.sh/react@19.2.4/jsx-dev-runtime.d.ts +45 -0
  332. package/src/deps/esm.sh/react@19.2.4/jsx-dev-runtime.js +3 -0
  333. package/src/deps/esm.sh/react@19.2.4/jsx-runtime.d.ts +36 -0
  334. package/src/deps/esm.sh/react@19.2.4/jsx-runtime.js +3 -0
  335. package/src/deps/esm.sh/react@19.2.4.d.ts +4370 -0
  336. package/src/deps/esm.sh/react@19.2.4.js +3 -0
  337. package/src/react/jsx-dev-runtime.ts +1 -0
  338. package/src/react/jsx-runtime.ts +1 -0
  339. package/src/react/react-dom-client.ts +2 -0
  340. package/src/react/react-dom-server.ts +2 -0
  341. package/src/react/react.ts +274 -0
  342. package/src/src/agent/react/use-agent.ts +1 -1
  343. package/src/src/agent/react/use-chat/use-chat.ts +1 -1
  344. package/src/src/agent/react/use-completion.ts +1 -1
  345. package/src/src/agent/react/use-streaming.ts +1 -1
  346. package/src/src/agent/react/use-voice-input.ts +1 -1
  347. package/src/src/agent/testing/index.ts +32 -0
  348. package/src/src/agent/testing/live-evals/api-client.ts +568 -0
  349. package/src/src/agent/testing/live-evals/index.ts +36 -0
  350. package/src/src/agent/testing/live-evals/metadata.ts +167 -0
  351. package/src/src/embedding/react/use-uploads.ts +1 -1
  352. package/src/src/modules/component-registry/registry.ts +1 -1
  353. package/src/src/modules/react-loader/component-loader.ts +1 -1
  354. package/src/src/modules/react-loader/extract-component.ts +1 -1
  355. package/src/src/modules/react-loader/ssr-module-loader/loader.ts +1 -1
  356. package/src/src/modules/react-loader/types.ts +1 -1
  357. package/src/src/react/compat/hooks-adapter.ts +1 -1
  358. package/src/src/react/compat/ssr-adapter/response-builder.ts +1 -1
  359. package/src/src/react/compat/ssr-adapter/server-loader.ts +10 -10
  360. package/src/src/react/compat/ssr-adapter/stream-renderer.ts +1 -1
  361. package/src/src/react/compat/ssr-adapter/string-renderer.ts +1 -1
  362. package/src/src/react/compat/version-detector/feature-detector.ts +1 -1
  363. package/src/src/react/components/AppWrapper.tsx +1 -1
  364. package/src/src/react/components/LayoutComponent.tsx +2 -2
  365. package/src/src/react/components/MDXProvider.tsx +1 -1
  366. package/src/src/react/components/ProviderComponent.tsx +2 -2
  367. package/src/src/react/components/chat/agent-card.tsx +1 -1
  368. package/src/src/react/components/chat/chat/components/animations.tsx +1 -1
  369. package/src/src/react/components/chat/chat/components/attachment-pill.tsx +1 -1
  370. package/src/src/react/components/chat/chat/components/branch-picker.tsx +1 -1
  371. package/src/src/react/components/chat/chat/components/code-block.tsx +1 -1
  372. package/src/src/react/components/chat/chat/components/drop-zone.tsx +1 -1
  373. package/src/src/react/components/chat/chat/components/empty-state.tsx +1 -1
  374. package/src/src/react/components/chat/chat/components/inference-badge.tsx +1 -1
  375. package/src/src/react/components/chat/chat/components/inline-citation.tsx +1 -1
  376. package/src/src/react/components/chat/chat/components/message-actions.tsx +1 -1
  377. package/src/src/react/components/chat/chat/components/message-edit-form.tsx +1 -1
  378. package/src/src/react/components/chat/chat/components/message-feedback.tsx +1 -1
  379. package/src/src/react/components/chat/chat/components/quick-actions.tsx +1 -1
  380. package/src/src/react/components/chat/chat/components/reasoning.tsx +1 -1
  381. package/src/src/react/components/chat/chat/components/sidebar.tsx +1 -1
  382. package/src/src/react/components/chat/chat/components/skill-badge.tsx +1 -1
  383. package/src/src/react/components/chat/chat/components/sources.tsx +1 -1
  384. package/src/src/react/components/chat/chat/components/step-indicator.tsx +1 -1
  385. package/src/src/react/components/chat/chat/components/tab-switcher.tsx +1 -1
  386. package/src/src/react/components/chat/chat/components/tool-ui.tsx +1 -1
  387. package/src/src/react/components/chat/chat/components/upgrade-cta.tsx +1 -1
  388. package/src/src/react/components/chat/chat/components/uploads-panel.tsx +1 -1
  389. package/src/src/react/components/chat/chat/composition/chat-composer.tsx +1 -1
  390. package/src/src/react/components/chat/chat/composition/chat-empty.tsx +1 -1
  391. package/src/src/react/components/chat/chat/composition/chat-if.tsx +1 -1
  392. package/src/src/react/components/chat/chat/composition/chat-message-list.tsx +1 -1
  393. package/src/src/react/components/chat/chat/composition/chat-root.tsx +1 -1
  394. package/src/src/react/components/chat/chat/composition/error-banner.tsx +1 -1
  395. package/src/src/react/components/chat/chat/composition/message.tsx +1 -1
  396. package/src/src/react/components/chat/chat/composition/model-avatar.tsx +1 -1
  397. package/src/src/react/components/chat/chat/contexts/chat-context.tsx +1 -1
  398. package/src/src/react/components/chat/chat/contexts/composer-context.tsx +1 -1
  399. package/src/src/react/components/chat/chat/contexts/message-context.tsx +1 -1
  400. package/src/src/react/components/chat/chat/contexts/thread-list-context.tsx +1 -1
  401. package/src/src/react/components/chat/chat/hooks/use-threads.ts +1 -1
  402. package/src/src/react/components/chat/chat/index.tsx +1 -1
  403. package/src/src/react/components/chat/chat-with-sidebar.tsx +1 -1
  404. package/src/src/react/components/chat/error-boundary.tsx +1 -1
  405. package/src/src/react/components/chat/icons/index.ts +1 -1
  406. package/src/src/react/components/chat/markdown.tsx +1 -1
  407. package/src/src/react/components/chat/message.tsx +1 -1
  408. package/src/src/react/components/chat/model-selector.tsx +1 -1
  409. package/src/src/react/components/optimized-image/OptimizedBackgroundImage.tsx +1 -1
  410. package/src/src/react/components/optimized-image/OptimizedImage.tsx +1 -1
  411. package/src/src/react/components/optimized-image/SimpleOptimizedImage.tsx +1 -1
  412. package/src/src/react/components/optimized-image/utils.tsx +1 -1
  413. package/src/src/react/fonts/index.ts +1 -1
  414. package/src/src/react/primitives/agent-primitives.tsx +1 -1
  415. package/src/src/react/primitives/chat-container.tsx +1 -1
  416. package/src/src/react/primitives/input-box.tsx +1 -1
  417. package/src/src/react/primitives/message-list.tsx +1 -1
  418. package/src/src/react/primitives/tool-primitives.tsx +1 -1
  419. package/src/src/react/runtime/core.ts +1 -1
  420. package/src/src/rendering/app-reserved.ts +1 -1
  421. package/src/src/rendering/component-handling.ts +1 -1
  422. package/src/src/rendering/element-validator/element-inspector.ts +1 -1
  423. package/src/src/rendering/element-validator/element-normalizer.ts +1 -1
  424. package/src/src/rendering/element-validator/primitive-checks.ts +1 -1
  425. package/src/src/rendering/element-validator/validator-core.ts +1 -1
  426. package/src/src/rendering/layouts/layout-applicator.ts +1 -1
  427. package/src/src/rendering/layouts/utils/applicator.ts +1 -1
  428. package/src/src/rendering/layouts/utils/component-loader.ts +1 -1
  429. package/src/src/rendering/layouts/utils/ensure-valid-child.ts +1 -1
  430. package/src/src/rendering/orchestrator/layout.ts +1 -1
  431. package/src/src/rendering/orchestrator/ssr-orchestrator.ts +1 -1
  432. package/src/src/rendering/page-renderer.ts +1 -1
  433. package/src/src/rendering/page-rendering.ts +1 -1
  434. package/src/src/rendering/rsc/server-renderer/component-detector.ts +1 -1
  435. package/src/src/rendering/rsc/server-renderer/rsc-renderer.ts +1 -1
  436. package/src/src/rendering/rsc/server-renderer/tree-processor.ts +1 -1
  437. package/src/src/rendering/snippet-renderer.ts +2 -2
  438. package/src/src/rendering/ssr/component-registry.ts +1 -1
  439. package/src/src/rendering/ssr/mdx-renderer.ts +1 -1
  440. package/src/src/rendering/ssr/types.ts +1 -1
  441. package/src/src/rendering/ssr-renderer.ts +1 -1
  442. package/src/src/rendering/utils/react-helpers.ts +1 -1
  443. package/src/src/server/build-app-route-renderer.ts +2 -2
  444. package/src/src/server/dev-ui/manifest.js +17 -17
  445. package/src/src/server/handlers/request/ssr/error-page-fallback.ts +2 -2
  446. package/src/src/server/handlers/request/ssr/not-found-fallback.ts +1 -1
  447. package/src/src/server/services/rsc/orchestrators/render-handler.ts +1 -1
  448. package/src/src/transforms/mdx/esm-module-loader/components/resolver.ts +1 -1
  449. package/src/src/transforms/mdx/esm-module-loader/jsx/runtime-loader.ts +1 -1
  450. package/src/src/transforms/mdx/esm-module-loader/module-writer.ts +1 -1
  451. package/src/src/transforms/mdx/index.ts +1 -1
  452. package/src/src/transforms/mdx/mdx-cache-adapter.ts +1 -1
  453. package/src/src/transforms/mdx/module-loader/types.ts +1 -1
  454. package/src/src/transforms/mdx/types.ts +2 -2
  455. package/src/src/types/app.ts +1 -1
  456. package/src/src/types/global-guards.ts +1 -1
  457. package/src/src/types/index.ts +1 -1
  458. package/src/src/utils/version-constant.ts +1 -1
  459. package/src/src/workflow/claude-code/react/use-claude-code-stream.ts +1 -1
  460. package/src/src/workflow/claude-code/react/use-claude-code-websocket.ts +1 -1
  461. package/src/src/workflow/react/use-approval.ts +1 -1
  462. package/src/src/workflow/react/use-workflow-list.ts +1 -1
  463. package/src/src/workflow/react/use-workflow-start.ts +1 -1
  464. package/src/src/workflow/react/use-workflow.ts +1 -1
@@ -1,601 +1,591 @@
1
1
  declare namespace _default {
2
2
  let version: number;
3
3
  let templates: {
4
- "multi-agent-system": {
4
+ "saas-starter": {
5
5
  files: {
6
- "README.md": string;
7
- "tools/web-search.ts": string;
8
- "agents/orchestrator.ts": string;
9
- "agents/writer.ts": string;
10
- "agents/researcher.ts": string;
11
- "globals.css": string;
6
+ "app/dashboard/page.tsx": string;
7
+ "app/api/chat/route.ts": string;
8
+ "app/login/page.tsx": string;
12
9
  "app/page.tsx": string;
13
10
  "app/layout.tsx": string;
14
- "app/api/chat/route.ts": string;
15
- "tsconfig.json": string;
16
- };
17
- };
18
- "ai-agent": {
19
- files: {
20
- "README.md": string;
21
- "tools/calculator.ts": string;
22
11
  "agents/assistant.ts": string;
23
12
  "globals.css": string;
24
- "app/page.tsx": string;
25
- "app/layout.tsx": string;
26
- "app/api/chat/route.ts": string;
13
+ "tools/search.ts": string;
27
14
  "tsconfig.json": string;
15
+ "README.md": string;
28
16
  };
29
17
  };
30
- "coding-agent": {
18
+ "docs-agent": {
31
19
  files: {
32
- "README.md": string;
33
- "tools/edit-file.ts": string;
34
- "tools/read-file.ts": string;
35
- "tools/list-files.ts": string;
36
- "agents/coder.ts": string;
37
- "globals.css": string;
20
+ "store.ts": string;
21
+ "app/api/uploads/[id]/route.ts": string;
22
+ "app/api/uploads/route.ts": string;
23
+ "app/api/chat/route.ts": string;
38
24
  "app/page.tsx": string;
39
25
  "app/layout.tsx": string;
40
- "app/api/chat/route.ts": string;
26
+ "agents/rag.ts": string;
27
+ "globals.css": string;
28
+ "content/getting-started.md": string;
29
+ "content/architecture.md": string;
41
30
  "tsconfig.json": string;
31
+ "README.md": string;
42
32
  };
43
33
  };
44
34
  minimal: {
45
35
  files: {
46
- "README.md": string;
36
+ "app/about/page.mdx": string;
47
37
  "app/page.tsx": string;
48
38
  "app/layout.tsx": string;
49
- "app/about/page.mdx": string;
39
+ "README.md": string;
50
40
  };
51
41
  };
52
- "agentic-workflow": {
42
+ "coding-agent": {
53
43
  files: {
54
- "README.md": string;
55
- "agents/writer.ts": string;
56
- "agents/researcher.ts": string;
57
- "globals.css": string;
44
+ "app/api/chat/route.ts": string;
58
45
  "app/page.tsx": string;
59
46
  "app/layout.tsx": string;
60
- "app/workflows/[id]/page.tsx": string;
47
+ "agents/coder.ts": string;
48
+ "globals.css": string;
49
+ "tools/edit-file.ts": string;
50
+ "tools/list-files.ts": string;
51
+ "tools/read-file.ts": string;
61
52
  "tsconfig.json": string;
62
- "workflows/content-pipeline.ts": string;
53
+ "README.md": string;
63
54
  };
64
55
  };
65
- "saas-starter": {
56
+ "ai-agent": {
66
57
  files: {
67
- "README.md": string;
68
- "tools/search.ts": string;
58
+ "app/api/chat/route.ts": string;
59
+ "app/page.tsx": string;
60
+ "app/layout.tsx": string;
69
61
  "agents/assistant.ts": string;
70
62
  "globals.css": string;
63
+ "tools/calculator.ts": string;
64
+ "tsconfig.json": string;
65
+ "README.md": string;
66
+ };
67
+ };
68
+ "agentic-workflow": {
69
+ files: {
70
+ "workflows/content-pipeline.ts": string;
71
+ "app/workflows/[id]/page.tsx": string;
71
72
  "app/page.tsx": string;
72
73
  "app/layout.tsx": string;
73
- "app/login/page.tsx": string;
74
- "app/api/chat/route.ts": string;
75
- "app/dashboard/page.tsx": string;
74
+ "agents/researcher.ts": string;
75
+ "agents/writer.ts": string;
76
+ "globals.css": string;
76
77
  "tsconfig.json": string;
78
+ "README.md": string;
77
79
  };
78
80
  };
79
- "docs-agent": {
81
+ "multi-agent-system": {
80
82
  files: {
81
- "README.md": string;
82
- "agents/rag.ts": string;
83
- "content/architecture.md": string;
84
- "content/getting-started.md": string;
85
- "globals.css": string;
83
+ "app/api/chat/route.ts": string;
86
84
  "app/page.tsx": string;
87
85
  "app/layout.tsx": string;
88
- "app/api/uploads/route.ts": string;
89
- "app/api/uploads/[id]/route.ts": string;
90
- "app/api/chat/route.ts": string;
86
+ "agents/researcher.ts": string;
87
+ "agents/writer.ts": string;
88
+ "agents/orchestrator.ts": string;
89
+ "globals.css": string;
90
+ "tools/web-search.ts": string;
91
91
  "tsconfig.json": string;
92
- "store.ts": string;
92
+ "README.md": string;
93
93
  };
94
94
  };
95
- "integration:neon": {
95
+ "integration:gmail": {
96
96
  files: {
97
- "tools/list-tables.ts": string;
98
- "tools/describe-table.ts": string;
99
- "tools/query-database.ts": string;
100
- "tools/list-projects.ts": string;
101
- "tools/list-branches.ts": string;
97
+ "app/api/auth/gmail/callback/route.ts": string;
98
+ "app/api/auth/gmail/route.ts": string;
102
99
  ".env.example": string;
103
- "lib/neon-client.ts": string;
104
- "app/api/auth/neon/route.ts": string;
100
+ "lib/context.ts": string;
101
+ "lib/gmail-client.ts": string;
102
+ "tools/untrash-email.ts": string;
103
+ "tools/apply-labels.ts": string;
104
+ "tools/create-label.ts": string;
105
+ "tools/update-label.ts": string;
106
+ "tools/update-draft.ts": string;
107
+ "tools/batch-modify-emails.ts": string;
108
+ "tools/delete-label.ts": string;
109
+ "tools/archive-email.ts": string;
110
+ "tools/get-label.ts": string;
111
+ "tools/watch-mailbox.ts": string;
112
+ "tools/stop-mailbox-watch.ts": string;
113
+ "tools/list-labels.ts": string;
114
+ "tools/trash-thread.ts": string;
115
+ "tools/list-emails.ts": string;
116
+ "tools/delete-thread.ts": string;
117
+ "tools/send-draft.ts": string;
118
+ "tools/trash-email.ts": string;
119
+ "tools/modify-email-labels.ts": string;
120
+ "tools/get-attachment.ts": string;
121
+ "tools/send-email.ts": string;
122
+ "tools/get-thread.ts": string;
123
+ "tools/delete-email.ts": string;
124
+ "tools/get-draft.ts": string;
125
+ "tools/untrash-thread.ts": string;
126
+ "tools/get-profile.ts": string;
127
+ "tools/list-history.ts": string;
128
+ "tools/get-email.ts": string;
129
+ "tools/list-threads.ts": string;
130
+ "tools/modify-thread-labels.ts": string;
131
+ "tools/batch-delete-emails.ts": string;
132
+ "tools/mark-email-read.ts": string;
133
+ "tools/search-emails.ts": string;
134
+ "tools/create-draft.ts": string;
135
+ "tools/list-drafts.ts": string;
136
+ "tools/delete-draft.ts": string;
137
+ };
138
+ };
139
+ "integration:trello": {
140
+ files: {
141
+ "app/api/auth/trello/callback/route.ts": string;
142
+ "app/api/auth/trello/route.ts": string;
143
+ ".env.example": string;
144
+ "lib/trello-client.ts": string;
145
+ "tools/list-boards.ts": string;
146
+ "tools/update-card.ts": string;
147
+ "tools/list-cards.ts": string;
148
+ "tools/create-card.ts": string;
149
+ "tools/get-card.ts": string;
105
150
  };
106
151
  };
107
152
  "integration:gitlab": {
108
153
  files: {
109
- "tools/list-merge-requests.ts": string;
154
+ "app/api/auth/gitlab/callback/route.ts": string;
155
+ "app/api/auth/gitlab/route.ts": string;
156
+ ".env.example": string;
157
+ "lib/gitlab-client.ts": string;
158
+ "tools/search-issues.ts": string;
110
159
  "tools/create-issue.ts": string;
111
160
  "tools/list-projects.ts": string;
112
161
  "tools/get-issue.ts": string;
113
- "tools/search-issues.ts": string;
114
- ".env.example": string;
115
- "lib/gitlab-client.ts": string;
116
- "app/api/auth/gitlab/callback/route.ts": string;
117
- "app/api/auth/gitlab/route.ts": string;
162
+ "tools/list-merge-requests.ts": string;
118
163
  };
119
164
  };
120
- "integration:anthropic": {
165
+ "integration:notion": {
121
166
  files: {
122
- "tools/list-workspaces.ts": string;
123
- "tools/list-api-keys.ts": string;
124
- "tools/get-usage.ts": string;
125
- "tools/list-members.ts": string;
126
- "tools/get-organization.ts": string;
167
+ "app/api/auth/notion/callback/route.ts": string;
168
+ "app/api/auth/notion/route.ts": string;
127
169
  ".env.example": string;
128
- "lib/anthropic-admin-client.ts": string;
170
+ "lib/notion-client.ts": string;
171
+ "tools/read-page.ts": string;
172
+ "tools/create-page.ts": string;
173
+ "tools/search-notion.ts": string;
174
+ "tools/query-database.ts": string;
129
175
  };
130
176
  };
131
- "integration:discord": {
177
+ "integration:posthog": {
132
178
  files: {
133
- "tools/get-messages.ts": string;
134
- "tools/list-guilds.ts": string;
135
- "tools/get-user.ts": string;
136
- "tools/list-channels.ts": string;
137
- "tools/send-message.ts": string;
138
179
  ".env.example": string;
139
- "lib/discord-client.ts": string;
140
- "app/api/auth/discord/callback/route.ts": string;
141
- "app/api/auth/discord/route.ts": string;
180
+ "lib/posthog-client.ts": string;
181
+ "tools/capture-event.ts": string;
182
+ "tools/list-persons.ts": string;
183
+ "tools/list-feature-flags.ts": string;
184
+ "tools/get-trends.ts": string;
142
185
  };
143
186
  };
144
- "integration:snowflake": {
187
+ "integration:linear": {
145
188
  files: {
146
- "tools/list-databases.ts": string;
147
- "tools/list-schemas.ts": string;
148
- "tools/list-tables.ts": string;
149
- "tools/describe-table.ts": string;
150
- "tools/run-query.ts": string;
189
+ "app/api/auth/linear/callback/route.ts": string;
190
+ "app/api/auth/linear/route.ts": string;
151
191
  ".env.example": string;
152
- "lib/snowflake-client.ts": string;
192
+ "lib/linear-client.ts": string;
193
+ "tools/search-issues.ts": string;
194
+ "tools/update-issue.ts": string;
195
+ "tools/create-issue.ts": string;
196
+ "tools/list-projects.ts": string;
197
+ "tools/get-issue.ts": string;
153
198
  };
154
199
  };
155
- "integration:_base": {
200
+ "integration:asana": {
156
201
  files: {
157
- "SETUP.md": string;
158
- "lib/oauth-memory-store.ts": string;
159
- "lib/oauth.ts": string;
160
- "lib/token-store-examples.ts": string;
161
- "lib/token-store.ts": string;
162
- "app/setup/page.tsx": string;
163
- "app/setup/page-helpers.tsx": string;
164
- "app/components/ServiceConnections.tsx": string;
165
- "app/page.tsx": string;
166
- "app/api/integrations/status/route.ts": string;
167
- "app/api/integrations/token-storage/route.ts": string;
202
+ "app/api/auth/asana/callback/route.ts": string;
203
+ "app/api/auth/asana/route.ts": string;
204
+ ".env.example": string;
205
+ "lib/asana-client.ts": string;
206
+ "tools/update-task.ts": string;
207
+ "tools/create-task.ts": string;
208
+ "tools/list-projects.ts": string;
209
+ "tools/get-task.ts": string;
210
+ "tools/list-tasks.ts": string;
168
211
  };
169
212
  };
170
- "integration:calendar": {
213
+ "integration:sentry": {
171
214
  files: {
172
- "tools/find-free-time.ts": string;
173
- "tools/create-event.ts": string;
174
- "tools/list-events.ts": string;
175
215
  ".env.example": string;
176
- "lib/calendar-client.ts": string;
177
- "app/api/auth/calendar/callback/route.ts": string;
178
- "app/api/auth/calendar/route.ts": string;
216
+ "lib/sentry-client.ts": string;
217
+ "tools/list-issues.ts": string;
218
+ "tools/list-projects.ts": string;
219
+ "tools/get-issue.ts": string;
220
+ "tools/resolve-issue.ts": string;
179
221
  };
180
222
  };
181
- "integration:hubspot": {
223
+ "integration:supabase": {
182
224
  files: {
183
- "tools/create-contact.ts": string;
184
- "tools/list-contacts.ts": string;
185
- "tools/list-deals.ts": string;
186
- "tools/create-deal.ts": string;
187
- "tools/get-contact.ts": string;
225
+ "app/api/auth/supabase/route.ts": string;
188
226
  ".env.example": string;
189
- "lib/hubspot-client.ts": string;
190
- "app/api/auth/hubspot/callback/route.ts": string;
191
- "app/api/auth/hubspot/route.ts": string;
227
+ "lib/supabase-client.ts": string;
228
+ "tools/list-tables.ts": string;
229
+ "tools/insert-row.ts": string;
230
+ "tools/query-table.ts": string;
231
+ "tools/update-row.ts": string;
232
+ "tools/delete-row.ts": string;
192
233
  };
193
234
  };
194
- "integration:shopify": {
235
+ "integration:servicenow": {
195
236
  files: {
196
- "tools/list-products.ts": string;
197
- "tools/list-orders.ts": string;
198
- "tools/get-order.ts": string;
199
- "tools/list-customers.ts": string;
200
- "tools/get-product.ts": string;
237
+ "app/api/auth/servicenow/callback/route.ts": string;
238
+ "app/api/auth/servicenow/route.ts": string;
201
239
  ".env.example": string;
202
- "lib/shopify-client.ts": string;
203
- "app/api/auth/shopify/callback/route.ts": string;
204
- "app/api/auth/shopify/route.ts": string;
240
+ "lib/servicenow-client.ts": string;
241
+ "tools/get-incident.ts": string;
242
+ "tools/search-knowledge.ts": string;
243
+ "tools/create-incident.ts": string;
244
+ "tools/list-incidents.ts": string;
245
+ "tools/update-incident.ts": string;
205
246
  };
206
247
  };
207
- "integration:aws": {
248
+ "integration:calendar": {
208
249
  files: {
209
- "tools/list-ec2-instances.ts": string;
210
- "tools/list-s3-objects.ts": string;
211
- "tools/list-lambda-functions.ts": string;
212
- "tools/list-s3-buckets.ts": string;
213
- "tools/get-s3-object.ts": string;
250
+ "app/api/auth/calendar/callback/route.ts": string;
251
+ "app/api/auth/calendar/route.ts": string;
214
252
  ".env.example": string;
215
- "lib/aws-client.ts": string;
253
+ "lib/calendar-client.ts": string;
254
+ "tools/find-free-time.ts": string;
255
+ "tools/create-event.ts": string;
256
+ "tools/list-events.ts": string;
216
257
  };
217
258
  };
218
- "integration:notion": {
259
+ "integration:confluence": {
219
260
  files: {
220
- "tools/query-database.ts": string;
221
- "tools/read-page.ts": string;
222
- "tools/create-page.ts": string;
223
- "tools/search-notion.ts": string;
261
+ "app/api/auth/confluence/callback/route.ts": string;
262
+ "app/api/auth/confluence/route.ts": string;
224
263
  ".env.example": string;
225
- "lib/notion-client.ts": string;
226
- "app/api/auth/notion/callback/route.ts": string;
227
- "app/api/auth/notion/route.ts": string;
264
+ "lib/confluence-client.ts": string;
265
+ "tools/create-page.ts": string;
266
+ "tools/search-content.ts": string;
267
+ "tools/list-spaces.ts": string;
268
+ "tools/update-page.ts": string;
269
+ "tools/get-page.ts": string;
228
270
  };
229
271
  };
230
- "integration:github": {
272
+ "integration:sharepoint": {
231
273
  files: {
232
- "tools/create-issue.ts": string;
233
- "tools/get-pr-diff.ts": string;
234
- "tools/list-repos.ts": string;
235
- "tools/list-prs.ts": string;
236
- "lib/github-client.ts": string;
237
- "app/api/auth/github/callback/route.ts": string;
238
- "app/api/auth/github/route.ts": string;
274
+ "app/api/auth/sharepoint/callback/route.ts": string;
275
+ "app/api/auth/sharepoint/route.ts": string;
276
+ "lib/sharepoint-client.ts": string;
277
+ "tools/get-site.ts": string;
278
+ "tools/upload-file.ts": string;
279
+ "tools/list-files.ts": string;
280
+ "tools/get-file.ts": string;
281
+ "tools/list-sites.ts": string;
239
282
  };
240
283
  };
241
- "integration:stripe": {
284
+ "integration:discord": {
242
285
  files: {
243
- "tools/list-subscriptions.ts": string;
244
- "tools/list-payments.ts": string;
245
- "tools/get-balance.ts": string;
246
- "tools/list-customers.ts": string;
247
- "tools/get-customer.ts": string;
286
+ "app/api/auth/discord/callback/route.ts": string;
287
+ "app/api/auth/discord/route.ts": string;
248
288
  ".env.example": string;
249
- "lib/stripe-client.ts": string;
250
- "app/api/auth/stripe/route.ts": string;
289
+ "lib/discord-client.ts": string;
290
+ "tools/send-message.ts": string;
291
+ "tools/get-messages.ts": string;
292
+ "tools/list-guilds.ts": string;
293
+ "tools/list-channels.ts": string;
294
+ "tools/get-user.ts": string;
251
295
  };
252
296
  };
253
- "integration:figma": {
297
+ "integration:twilio": {
254
298
  files: {
255
- "tools/get-file.ts": string;
256
- "tools/get-comments.ts": string;
257
- "tools/list-projects.ts": string;
258
- "tools/post-comment.ts": string;
259
- "tools/list-files.ts": string;
260
299
  ".env.example": string;
261
- "lib/types.ts": string;
262
- "lib/figma-client.ts": string;
263
- "app/api/auth/figma/callback/route.ts": string;
264
- "app/api/auth/figma/route.ts": string;
300
+ "lib/twilio-client.ts": string;
301
+ "tools/send-sms.ts": string;
302
+ "tools/list-calls.ts": string;
303
+ "tools/list-messages.ts": string;
304
+ "tools/get-message.ts": string;
305
+ "tools/send-whatsapp.ts": string;
265
306
  };
266
307
  };
267
- "integration:linear": {
308
+ "integration:bitbucket": {
268
309
  files: {
269
- "tools/create-issue.ts": string;
270
- "tools/update-issue.ts": string;
271
- "tools/list-projects.ts": string;
272
- "tools/get-issue.ts": string;
273
- "tools/search-issues.ts": string;
310
+ "app/api/auth/bitbucket/callback/route.ts": string;
311
+ "app/api/auth/bitbucket/route.ts": string;
274
312
  ".env.example": string;
275
- "lib/linear-client.ts": string;
276
- "app/api/auth/linear/callback/route.ts": string;
277
- "app/api/auth/linear/route.ts": string;
313
+ "lib/bitbucket-client.ts": string;
314
+ "tools/list-issues.ts": string;
315
+ "tools/create-pull-request.ts": string;
316
+ "tools/list-repositories.ts": string;
317
+ "tools/list-pull-requests.ts": string;
278
318
  };
279
319
  };
280
- "integration:onedrive": {
320
+ "integration:teams": {
281
321
  files: {
282
- "tools/upload-file.ts": string;
283
- "tools/search-files.ts": string;
284
- "tools/download-file.ts": string;
285
- "tools/list-files.ts": string;
286
- ".env.example": string;
287
- "lib/onedrive-client.ts": string;
288
- "app/api/auth/onedrive/callback/route.ts": string;
289
- "app/api/auth/onedrive/route.ts": string;
322
+ "app/api/auth/teams/callback/route.ts": string;
323
+ "app/api/auth/teams/route.ts": string;
324
+ "lib/teams-client.ts": string;
325
+ "tools/list-teams.ts": string;
326
+ "tools/send-message.ts": string;
327
+ "tools/get-messages.ts": string;
328
+ "tools/list-channels.ts": string;
329
+ "tools/list-chats.ts": string;
290
330
  };
291
331
  };
292
- "integration:asana": {
332
+ "integration:anthropic": {
293
333
  files: {
294
- "tools/list-tasks.ts": string;
295
- "tools/get-task.ts": string;
296
- "tools/list-projects.ts": string;
297
- "tools/update-task.ts": string;
298
- "tools/create-task.ts": string;
299
334
  ".env.example": string;
300
- "lib/asana-client.ts": string;
301
- "app/api/auth/asana/callback/route.ts": string;
302
- "app/api/auth/asana/route.ts": string;
335
+ "lib/anthropic-admin-client.ts": string;
336
+ "tools/get-usage.ts": string;
337
+ "tools/list-workspaces.ts": string;
338
+ "tools/list-members.ts": string;
339
+ "tools/list-api-keys.ts": string;
340
+ "tools/get-organization.ts": string;
303
341
  };
304
342
  };
305
- "integration:posthog": {
343
+ "integration:outlook": {
306
344
  files: {
307
- "tools/get-trends.ts": string;
308
- "tools/capture-event.ts": string;
309
- "tools/list-feature-flags.ts": string;
310
- "tools/list-persons.ts": string;
345
+ "app/api/auth/outlook/callback/route.ts": string;
346
+ "app/api/auth/outlook/route.ts": string;
311
347
  ".env.example": string;
312
- "lib/posthog-client.ts": string;
348
+ "lib/outlook-client.ts": string;
349
+ "tools/list-emails.ts": string;
350
+ "tools/send-email.ts": string;
351
+ "tools/get-email.ts": string;
352
+ "tools/search-emails.ts": string;
353
+ "tools/list-folders.ts": string;
313
354
  };
314
355
  };
315
- "integration:sentry": {
356
+ "integration:jira": {
316
357
  files: {
317
- "tools/resolve-issue.ts": string;
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/search-issues.ts": string;
362
+ "tools/update-issue.ts": string;
363
+ "tools/create-issue.ts": string;
318
364
  "tools/list-projects.ts": string;
319
- "tools/list-issues.ts": string;
320
365
  "tools/get-issue.ts": string;
321
- ".env.example": string;
322
- "lib/sentry-client.ts": string;
323
366
  };
324
367
  };
325
- "integration:drive": {
368
+ "integration:dropbox": {
326
369
  files: {
327
- "tools/create-folder.ts": string;
328
- "tools/get-file.ts": string;
370
+ "app/api/auth/dropbox/callback/route.ts": string;
371
+ "app/api/auth/dropbox/route.ts": string;
372
+ ".env.example": string;
373
+ "lib/dropbox-client.ts": string;
329
374
  "tools/upload-file.ts": string;
330
375
  "tools/search-files.ts": string;
331
376
  "tools/list-files.ts": string;
332
- ".env.example": string;
333
- "lib/oauth.ts": string;
334
- "lib/drive-client.ts": string;
335
- "app/api/auth/drive/callback/route.ts": string;
336
- "app/api/auth/drive/route.ts": string;
377
+ "tools/get-file.ts": string;
378
+ "tools/get-account.ts": string;
337
379
  };
338
380
  };
339
- "integration:bitbucket": {
381
+ "integration:mixpanel": {
340
382
  files: {
341
- "tools/list-pull-requests.ts": string;
342
- "tools/list-issues.ts": string;
343
- "tools/list-repositories.ts": string;
344
- "tools/create-pull-request.ts": string;
345
383
  ".env.example": string;
346
- "lib/bitbucket-client.ts": string;
347
- "app/api/auth/bitbucket/callback/route.ts": string;
348
- "app/api/auth/bitbucket/route.ts": string;
349
- };
350
- };
351
- "integration:servicenow": {
352
- files: {
353
- "tools/create-incident.ts": string;
354
- "tools/get-incident.ts": string;
355
- "tools/list-incidents.ts": string;
356
- "tools/search-knowledge.ts": string;
357
- "tools/update-incident.ts": string;
358
- ".env.example": string;
359
- "lib/servicenow-client.ts": string;
360
- "app/api/auth/servicenow/callback/route.ts": string;
361
- "app/api/auth/servicenow/route.ts": string;
384
+ "lib/mixpanel-client.ts": string;
385
+ "tools/list-cohorts.ts": string;
386
+ "tools/track-event.ts": string;
387
+ "tools/get-retention.ts": string;
388
+ "tools/get-funnel.ts": string;
389
+ "tools/query-events.ts": string;
362
390
  };
363
391
  };
364
- "integration:sharepoint": {
392
+ "integration:salesforce": {
365
393
  files: {
366
- "tools/get-site.ts": string;
367
- "tools/get-file.ts": string;
368
- "tools/list-sites.ts": string;
369
- "tools/upload-file.ts": string;
370
- "tools/list-files.ts": string;
371
- "lib/sharepoint-client.ts": string;
372
- "app/api/auth/sharepoint/callback/route.ts": string;
373
- "app/api/auth/sharepoint/route.ts": string;
394
+ "app/api/auth/salesforce/callback/route.ts": string;
395
+ "app/api/auth/salesforce/route.ts": string;
396
+ "lib/salesforce-client.ts": string;
397
+ "tools/list-accounts.ts": string;
398
+ "tools/create-lead.ts": string;
399
+ "tools/list-contacts.ts": string;
400
+ "tools/list-opportunities.ts": string;
401
+ "tools/get-account.ts": string;
374
402
  };
375
403
  };
376
- "integration:gmail": {
404
+ "integration:github": {
377
405
  files: {
378
- "tools/create-draft.ts": string;
379
- "tools/get-email.ts": string;
380
- "tools/trash-thread.ts": string;
381
- "tools/delete-label.ts": string;
382
- "tools/get-profile.ts": string;
383
- "tools/archive-email.ts": string;
384
- "tools/apply-labels.ts": string;
385
- "tools/send-draft.ts": string;
386
- "tools/create-label.ts": string;
387
- "tools/list-emails.ts": string;
388
- "tools/delete-draft.ts": string;
389
- "tools/list-history.ts": string;
390
- "tools/stop-mailbox-watch.ts": string;
391
- "tools/search-emails.ts": string;
392
- "tools/list-drafts.ts": string;
393
- "tools/batch-modify-emails.ts": string;
394
- "tools/modify-email-labels.ts": string;
395
- "tools/trash-email.ts": string;
396
- "tools/get-thread.ts": string;
397
- "tools/update-label.ts": string;
398
- "tools/watch-mailbox.ts": string;
399
- "tools/batch-delete-emails.ts": string;
400
- "tools/get-label.ts": string;
401
- "tools/modify-thread-labels.ts": string;
402
- "tools/send-email.ts": string;
403
- "tools/update-draft.ts": string;
404
- "tools/untrash-email.ts": string;
405
- "tools/get-draft.ts": string;
406
- "tools/get-attachment.ts": string;
407
- "tools/delete-email.ts": string;
408
- "tools/untrash-thread.ts": string;
409
- "tools/list-labels.ts": string;
410
- "tools/delete-thread.ts": string;
411
- "tools/mark-email-read.ts": string;
412
- "tools/list-threads.ts": string;
413
- ".env.example": string;
414
- "lib/gmail-client.ts": string;
415
- "lib/context.ts": string;
416
- "app/api/auth/gmail/callback/route.ts": string;
417
- "app/api/auth/gmail/route.ts": string;
406
+ "app/api/auth/github/callback/route.ts": string;
407
+ "app/api/auth/github/route.ts": string;
408
+ "lib/github-client.ts": string;
409
+ "tools/list-repos.ts": string;
410
+ "tools/create-issue.ts": string;
411
+ "tools/list-prs.ts": string;
412
+ "tools/get-pr-diff.ts": string;
418
413
  };
419
414
  };
420
- "integration:sheets": {
415
+ "integration:docs-google": {
421
416
  files: {
422
- "tools/list-spreadsheets.ts": string;
423
- "tools/get-spreadsheet.ts": string;
424
- "tools/create-spreadsheet.ts": string;
425
- "tools/read-range.ts": string;
426
- "tools/write-range.ts": string;
417
+ "app/api/auth/docs-google/callback/route.ts": string;
418
+ "app/api/auth/docs-google/route.ts": string;
427
419
  ".env.example": string;
428
- "lib/sheets-client.ts": string;
429
- "app/api/auth/sheets/callback/route.ts": string;
430
- "app/api/auth/sheets/route.ts": string;
420
+ "lib/oauth.ts": string;
421
+ "lib/docs-client.ts": string;
422
+ "tools/get-document.ts": string;
423
+ "tools/update-document.ts": string;
424
+ "tools/list-documents.ts": string;
425
+ "tools/create-document.ts": string;
426
+ "tools/search-documents.ts": string;
431
427
  };
432
428
  };
433
- "integration:salesforce": {
429
+ "integration:hubspot": {
434
430
  files: {
435
- "tools/create-lead.ts": string;
436
- "tools/list-accounts.ts": string;
437
- "tools/list-opportunities.ts": string;
438
- "tools/get-account.ts": string;
431
+ "app/api/auth/hubspot/callback/route.ts": string;
432
+ "app/api/auth/hubspot/route.ts": string;
433
+ ".env.example": string;
434
+ "lib/hubspot-client.ts": string;
439
435
  "tools/list-contacts.ts": string;
440
- "lib/salesforce-client.ts": string;
441
- "app/api/auth/salesforce/callback/route.ts": string;
442
- "app/api/auth/salesforce/route.ts": string;
436
+ "tools/create-deal.ts": string;
437
+ "tools/get-contact.ts": string;
438
+ "tools/list-deals.ts": string;
439
+ "tools/create-contact.ts": string;
443
440
  };
444
441
  };
445
- "integration:confluence": {
442
+ "integration:snowflake": {
446
443
  files: {
447
- "tools/search-content.ts": string;
448
- "tools/create-page.ts": string;
449
- "tools/list-spaces.ts": string;
450
- "tools/update-page.ts": string;
451
- "tools/get-page.ts": string;
452
444
  ".env.example": string;
453
- "lib/confluence-client.ts": string;
454
- "app/api/auth/confluence/callback/route.ts": string;
455
- "app/api/auth/confluence/route.ts": string;
445
+ "lib/snowflake-client.ts": string;
446
+ "tools/list-schemas.ts": string;
447
+ "tools/list-tables.ts": string;
448
+ "tools/run-query.ts": string;
449
+ "tools/describe-table.ts": string;
450
+ "tools/list-databases.ts": string;
456
451
  };
457
452
  };
458
- "integration:jira": {
453
+ "integration:slack": {
459
454
  files: {
460
- "tools/create-issue.ts": string;
461
- "tools/update-issue.ts": string;
462
- "tools/list-projects.ts": string;
463
- "tools/get-issue.ts": string;
464
- "tools/search-issues.ts": string;
465
- "lib/jira-client.ts": string;
466
- "app/api/auth/jira/callback/route.ts": string;
467
- "app/api/auth/jira/route.ts": string;
455
+ "app/api/auth/slack/callback/route.ts": string;
456
+ "app/api/auth/slack/route.ts": string;
457
+ "lib/slack-client.ts": string;
458
+ "tools/send-message.ts": string;
459
+ "tools/get-messages.ts": string;
460
+ "tools/list-channels.ts": string;
468
461
  };
469
462
  };
470
- "integration:trello": {
463
+ "integration:figma": {
471
464
  files: {
472
- "tools/update-card.ts": string;
473
- "tools/list-cards.ts": string;
474
- "tools/get-card.ts": string;
475
- "tools/list-boards.ts": string;
476
- "tools/create-card.ts": string;
465
+ "app/api/auth/figma/callback/route.ts": string;
466
+ "app/api/auth/figma/route.ts": string;
477
467
  ".env.example": string;
478
- "lib/trello-client.ts": string;
479
- "app/api/auth/trello/callback/route.ts": string;
480
- "app/api/auth/trello/route.ts": string;
468
+ "lib/figma-client.ts": string;
469
+ "lib/types.ts": string;
470
+ "tools/post-comment.ts": string;
471
+ "tools/get-comments.ts": string;
472
+ "tools/list-files.ts": string;
473
+ "tools/get-file.ts": string;
474
+ "tools/list-projects.ts": string;
481
475
  };
482
476
  };
483
- "integration:mixpanel": {
477
+ "integration:aws": {
484
478
  files: {
485
- "tools/get-funnel.ts": string;
486
- "tools/get-retention.ts": string;
487
- "tools/list-cohorts.ts": string;
488
- "tools/track-event.ts": string;
489
- "tools/query-events.ts": string;
490
479
  ".env.example": string;
491
- "lib/mixpanel-client.ts": string;
480
+ "lib/aws-client.ts": string;
481
+ "tools/list-lambda-functions.ts": string;
482
+ "tools/get-s3-object.ts": string;
483
+ "tools/list-s3-buckets.ts": string;
484
+ "tools/list-ec2-instances.ts": string;
485
+ "tools/list-s3-objects.ts": string;
492
486
  };
493
487
  };
494
488
  "integration:airtable": {
495
489
  files: {
496
- "tools/get-record.ts": string;
490
+ "app/api/auth/airtable/callback/route.ts": string;
491
+ "app/api/auth/airtable/route.ts": string;
492
+ "lib/airtable-client.ts": string;
497
493
  "tools/list-bases.ts": string;
498
494
  "tools/create-record.ts": string;
499
495
  "tools/get-base.ts": string;
496
+ "tools/get-record.ts": string;
500
497
  "tools/list-records.ts": string;
501
- "lib/airtable-client.ts": string;
502
- "app/api/auth/airtable/callback/route.ts": string;
503
- "app/api/auth/airtable/route.ts": string;
504
498
  };
505
499
  };
506
- "integration:outlook": {
500
+ "integration:onedrive": {
507
501
  files: {
508
- "tools/get-email.ts": string;
509
- "tools/list-emails.ts": string;
510
- "tools/list-folders.ts": string;
511
- "tools/search-emails.ts": string;
512
- "tools/send-email.ts": string;
502
+ "app/api/auth/onedrive/callback/route.ts": string;
503
+ "app/api/auth/onedrive/route.ts": string;
513
504
  ".env.example": string;
514
- "lib/outlook-client.ts": string;
515
- "app/api/auth/outlook/callback/route.ts": string;
516
- "app/api/auth/outlook/route.ts": string;
517
- };
518
- };
519
- "integration:dropbox": {
520
- files: {
521
- "tools/get-file.ts": string;
505
+ "lib/onedrive-client.ts": string;
522
506
  "tools/upload-file.ts": string;
523
- "tools/get-account.ts": string;
524
507
  "tools/search-files.ts": string;
525
508
  "tools/list-files.ts": string;
526
- ".env.example": string;
527
- "lib/dropbox-client.ts": string;
528
- "app/api/auth/dropbox/callback/route.ts": string;
529
- "app/api/auth/dropbox/route.ts": string;
509
+ "tools/download-file.ts": string;
530
510
  };
531
511
  };
532
- "integration:slack": {
512
+ "integration:sheets": {
533
513
  files: {
534
- "tools/get-messages.ts": string;
535
- "tools/list-channels.ts": string;
536
- "tools/send-message.ts": string;
537
- "lib/slack-client.ts": string;
538
- "app/api/auth/slack/callback/route.ts": string;
539
- "app/api/auth/slack/route.ts": string;
514
+ "app/api/auth/sheets/callback/route.ts": string;
515
+ "app/api/auth/sheets/route.ts": string;
516
+ ".env.example": string;
517
+ "lib/sheets-client.ts": string;
518
+ "tools/create-spreadsheet.ts": string;
519
+ "tools/list-spreadsheets.ts": string;
520
+ "tools/get-spreadsheet.ts": string;
521
+ "tools/read-range.ts": string;
522
+ "tools/write-range.ts": string;
540
523
  };
541
524
  };
542
- "integration:twilio": {
525
+ "integration:shopify": {
543
526
  files: {
544
- "tools/send-sms.ts": string;
545
- "tools/get-message.ts": string;
546
- "tools/list-calls.ts": string;
547
- "tools/send-whatsapp.ts": string;
548
- "tools/list-messages.ts": string;
527
+ "app/api/auth/shopify/callback/route.ts": string;
528
+ "app/api/auth/shopify/route.ts": string;
549
529
  ".env.example": string;
550
- "lib/twilio-client.ts": string;
530
+ "lib/shopify-client.ts": string;
531
+ "tools/get-product.ts": string;
532
+ "tools/get-order.ts": string;
533
+ "tools/list-orders.ts": string;
534
+ "tools/list-customers.ts": string;
535
+ "tools/list-products.ts": string;
551
536
  };
552
537
  };
553
- "integration:teams": {
538
+ "integration:_base": {
554
539
  files: {
555
- "tools/get-messages.ts": string;
556
- "tools/list-chats.ts": string;
557
- "tools/list-channels.ts": string;
558
- "tools/send-message.ts": string;
559
- "tools/list-teams.ts": string;
560
- "lib/teams-client.ts": string;
561
- "app/api/auth/teams/callback/route.ts": string;
562
- "app/api/auth/teams/route.ts": string;
540
+ "SETUP.md": string;
541
+ "app/components/ServiceConnections.tsx": string;
542
+ "app/api/integrations/token-storage/route.ts": string;
543
+ "app/api/integrations/status/route.ts": string;
544
+ "app/setup/page-helpers.tsx": string;
545
+ "app/setup/page.tsx": string;
546
+ "app/page.tsx": string;
547
+ "lib/oauth.ts": string;
548
+ "lib/token-store.ts": string;
549
+ "lib/token-store-examples.ts": string;
550
+ "lib/oauth-memory-store.ts": string;
563
551
  };
564
552
  };
565
- "integration:supabase": {
553
+ "integration:stripe": {
566
554
  files: {
567
- "tools/list-tables.ts": string;
568
- "tools/delete-row.ts": string;
569
- "tools/insert-row.ts": string;
570
- "tools/query-table.ts": string;
571
- "tools/update-row.ts": string;
555
+ "app/api/auth/stripe/route.ts": string;
572
556
  ".env.example": string;
573
- "lib/supabase-client.ts": string;
574
- "app/api/auth/supabase/route.ts": string;
557
+ "lib/stripe-client.ts": string;
558
+ "tools/get-balance.ts": string;
559
+ "tools/list-subscriptions.ts": string;
560
+ "tools/list-customers.ts": string;
561
+ "tools/list-payments.ts": string;
562
+ "tools/get-customer.ts": string;
575
563
  };
576
564
  };
577
- "integration:docs-google": {
565
+ "integration:neon": {
578
566
  files: {
579
- "tools/search-documents.ts": string;
580
- "tools/update-document.ts": string;
581
- "tools/list-documents.ts": string;
582
- "tools/create-document.ts": string;
583
- "tools/get-document.ts": string;
567
+ "app/api/auth/neon/route.ts": string;
584
568
  ".env.example": string;
585
- "lib/oauth.ts": string;
586
- "lib/docs-client.ts": string;
587
- "app/api/auth/docs-google/callback/route.ts": string;
588
- "app/api/auth/docs-google/route.ts": string;
589
- };
590
- };
591
- "ai-rules:claude-code.md": {
592
- files: {
593
- "claude-code.md": string;
569
+ "lib/neon-client.ts": string;
570
+ "tools/list-branches.ts": string;
571
+ "tools/list-tables.ts": string;
572
+ "tools/describe-table.ts": string;
573
+ "tools/list-projects.ts": string;
574
+ "tools/query-database.ts": string;
594
575
  };
595
576
  };
596
- "ai-rules:skill.md": {
577
+ "integration:drive": {
597
578
  files: {
598
- "skill.md": string;
579
+ "app/api/auth/drive/callback/route.ts": string;
580
+ "app/api/auth/drive/route.ts": string;
581
+ ".env.example": string;
582
+ "lib/oauth.ts": string;
583
+ "lib/drive-client.ts": string;
584
+ "tools/upload-file.ts": string;
585
+ "tools/search-files.ts": string;
586
+ "tools/list-files.ts": string;
587
+ "tools/create-folder.ts": string;
588
+ "tools/get-file.ts": string;
599
589
  };
600
590
  };
601
591
  "ai-rules:copilot.md": {
@@ -613,11 +603,21 @@ declare namespace _default {
613
603
  "agents.md": string;
614
604
  };
615
605
  };
606
+ "ai-rules:skill.md": {
607
+ files: {
608
+ "skill.md": string;
609
+ };
610
+ };
616
611
  "ai-rules:cursor.md": {
617
612
  files: {
618
613
  "cursor.md": string;
619
614
  };
620
615
  };
616
+ "ai-rules:claude-code.md": {
617
+ files: {
618
+ "claude-code.md": string;
619
+ };
620
+ };
621
621
  };
622
622
  }
623
623
  export default _default;