@sapienx/agentos 0.5.5 → 0.5.7

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 (270) hide show
  1. package/bin/agentos.js +105 -2
  2. package/bin/terminal-boot.js +2 -0
  3. package/bundle/.next/BUILD_ID +1 -1
  4. package/bundle/.next/app-path-routes-manifest.json +16 -10
  5. package/bundle/.next/build-manifest.json +6 -6
  6. package/bundle/.next/prerender-manifest.json +3 -3
  7. package/bundle/.next/react-loadable-manifest.json +4 -4
  8. package/bundle/.next/required-server-files.json +1 -1
  9. package/bundle/.next/routes-manifest.json +38 -0
  10. package/bundle/.next/server/app/_global-error/page.js +2 -2
  11. package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  12. package/bundle/.next/server/app/_global-error.html +1 -1
  13. package/bundle/.next/server/app/_global-error.rsc +4 -4
  14. package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +4 -4
  15. package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  16. package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +3 -3
  17. package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  18. package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  19. package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  20. package/bundle/.next/server/app/_not-found/page.js +2 -2
  21. package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  22. package/bundle/.next/server/app/_not-found.html +1 -1
  23. package/bundle/.next/server/app/_not-found.rsc +7 -7
  24. package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +7 -7
  25. package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +2 -2
  26. package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
  27. package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  28. package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  29. package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  30. package/bundle/.next/server/app/agents/page.js +2 -0
  31. package/bundle/.next/server/app/agents/page.js.nft.json +1 -0
  32. package/bundle/.next/server/app/agents/page_client-reference-manifest.js +1 -0
  33. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js +2 -2
  34. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js.nft.json +1 -1
  35. package/bundle/.next/server/app/api/agents/route.js +1 -1
  36. package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
  37. package/bundle/.next/server/app/api/diagnostics/route.js +1 -1
  38. package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
  39. package/bundle/.next/server/app/api/files/reveal/route.js +1 -1
  40. package/bundle/.next/server/app/api/gateway/control/route.js +1 -1
  41. package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
  42. package/bundle/.next/server/app/api/integrations/[integrationId]/status/route.js +1 -0
  43. package/bundle/.next/server/app/api/integrations/[integrationId]/status/route.js.nft.json +1 -0
  44. package/bundle/.next/server/app/api/integrations/[integrationId]/status/route_client-reference-manifest.js +1 -0
  45. package/bundle/.next/server/app/api/mission/route.js +1 -1
  46. package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
  47. package/bundle/.next/server/app/api/models/catalog/route.js +2 -2
  48. package/bundle/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
  49. package/bundle/.next/server/app/api/models/providers/route.js +2 -2
  50. package/bundle/.next/server/app/api/models/providers/route.js.nft.json +1 -1
  51. package/bundle/.next/server/app/api/onboarding/models/route.js +3 -3
  52. package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
  53. package/bundle/.next/server/app/api/onboarding/route.js +9 -3
  54. package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
  55. package/bundle/.next/server/app/api/openclaw/capabilities/route.js +1 -1
  56. package/bundle/.next/server/app/api/openclaw/capabilities/route.js.nft.json +1 -1
  57. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js +2 -2
  58. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
  59. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js +1 -1
  60. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js.nft.json +1 -1
  61. package/bundle/.next/server/app/api/planner/[planId]/route.js +1 -1
  62. package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
  63. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js +1 -1
  64. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
  65. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js +1 -1
  66. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
  67. package/bundle/.next/server/app/api/planner/route.js +1 -1
  68. package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
  69. package/bundle/.next/server/app/api/reset/route.js +2 -2
  70. package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -1
  71. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js +1 -1
  72. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
  73. package/bundle/.next/server/app/api/settings/gateway/route.js +1 -1
  74. package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
  75. package/bundle/.next/server/app/api/settings/openclaw-binary/route.js +1 -1
  76. package/bundle/.next/server/app/api/settings/openclaw-binary/route.js.nft.json +1 -1
  77. package/bundle/.next/server/app/api/settings/workspace-root/route.js +1 -1
  78. package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
  79. package/bundle/.next/server/app/api/snapshot/route.js +1 -1
  80. package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
  81. package/bundle/.next/server/app/api/stream/route.js +2 -2
  82. package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
  83. package/bundle/.next/server/app/api/system/open-terminal/route.js +1 -1
  84. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js +1 -1
  85. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js.nft.json +1 -1
  86. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js +1 -1
  87. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js.nft.json +1 -1
  88. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js +2 -2
  89. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js.nft.json +1 -1
  90. package/bundle/.next/server/app/api/update/route.js +2 -2
  91. package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
  92. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js +1 -1
  93. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js.nft.json +1 -1
  94. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js +1 -1
  95. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js.nft.json +1 -1
  96. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js +1 -1
  97. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js.nft.json +1 -1
  98. package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js +1 -1
  99. package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js.nft.json +1 -1
  100. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js +1 -1
  101. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js.nft.json +1 -1
  102. package/bundle/.next/server/app/api/workspaces/route.js +2 -2
  103. package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
  104. package/bundle/.next/server/app/files/page.js +2 -0
  105. package/bundle/.next/server/app/files/page.js.nft.json +1 -0
  106. package/bundle/.next/server/app/files/page_client-reference-manifest.js +1 -0
  107. package/bundle/.next/server/app/integrations/page.js +2 -0
  108. package/bundle/.next/server/app/integrations/page.js.nft.json +1 -0
  109. package/bundle/.next/server/app/integrations/page_client-reference-manifest.js +1 -0
  110. package/bundle/.next/server/app/models/page.js +2 -0
  111. package/bundle/.next/server/app/models/page.js.nft.json +1 -0
  112. package/bundle/.next/server/app/models/page_client-reference-manifest.js +1 -0
  113. package/bundle/.next/server/app/page.js +2 -2
  114. package/bundle/.next/server/app/page.js.nft.json +1 -1
  115. package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
  116. package/bundle/.next/server/app/settings/page.js +2 -2
  117. package/bundle/.next/server/app/settings/page.js.nft.json +1 -1
  118. package/bundle/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  119. package/bundle/.next/server/app/tasks/page.js +2 -0
  120. package/bundle/.next/server/app/tasks/page.js.nft.json +1 -0
  121. package/bundle/.next/server/app/tasks/page_client-reference-manifest.js +1 -0
  122. package/bundle/.next/server/app-paths-manifest.json +16 -10
  123. package/bundle/.next/server/chunks/4391.js +188 -0
  124. package/bundle/.next/server/chunks/4466.js +9 -0
  125. package/bundle/.next/server/chunks/4983.js +1 -0
  126. package/bundle/.next/server/chunks/5151.js +2 -2
  127. package/bundle/.next/server/chunks/{6639.js → 6476.js} +3 -2
  128. package/bundle/.next/server/chunks/7396.js +7 -0
  129. package/bundle/.next/server/chunks/8621.js +1 -0
  130. package/bundle/.next/server/chunks/8849.js +1 -0
  131. package/bundle/.next/server/functions-config-manifest.json +1 -0
  132. package/bundle/.next/server/middleware-build-manifest.js +1 -1
  133. package/bundle/.next/server/middleware-react-loadable-manifest.js +1 -1
  134. package/bundle/.next/server/pages/404.html +1 -1
  135. package/bundle/.next/server/pages/500.html +1 -1
  136. package/bundle/.next/server/server-reference-manifest.json +1 -1
  137. package/bundle/.next/static/JJw_UWORQdbCo0tnqFq68/_buildManifest.js +1 -0
  138. package/bundle/.next/static/chunks/1994.2c1ce6369c0b31aa.js +1 -0
  139. package/bundle/.next/static/chunks/2083-7a341dd360f54c8b.js +1 -0
  140. package/bundle/.next/static/chunks/2396-3a9544c281c618dd.js +1 -0
  141. package/bundle/.next/static/chunks/2842.b8d0551fd4d397d4.js +1 -0
  142. package/bundle/.next/static/chunks/331-518938b9d1e94c9c.js +1 -0
  143. package/bundle/.next/static/chunks/3315-597211dffe007157.js +7 -0
  144. package/bundle/.next/static/chunks/4424-805347abcfa4dab9.js +32 -0
  145. package/bundle/.next/static/chunks/4a846800.ef93163f41628d6f.js +1 -0
  146. package/bundle/.next/static/chunks/6276-fdd5e81abda749e8.js +9 -0
  147. package/bundle/.next/static/chunks/7442-0da619eb6902ba5b.js +188 -0
  148. package/bundle/.next/static/chunks/8583-7994af81ac8b7330.js +1 -0
  149. package/bundle/.next/static/chunks/app/_global-error/page-73422dc4075cbfe0.js +1 -0
  150. package/bundle/.next/static/chunks/app/_not-found/page-73422dc4075cbfe0.js +1 -0
  151. package/bundle/.next/static/chunks/app/agents/page-a48b3909fe8cc49b.js +1 -0
  152. package/bundle/.next/static/chunks/app/api/agents/[agentId]/chat/route-73422dc4075cbfe0.js +1 -0
  153. package/bundle/.next/static/chunks/app/api/agents/route-73422dc4075cbfe0.js +1 -0
  154. package/bundle/.next/static/chunks/app/api/diagnostics/route-73422dc4075cbfe0.js +1 -0
  155. package/bundle/.next/static/chunks/app/api/files/reveal/route-73422dc4075cbfe0.js +1 -0
  156. package/bundle/.next/static/chunks/app/api/gateway/control/route-73422dc4075cbfe0.js +1 -0
  157. package/bundle/.next/static/chunks/app/api/integrations/[integrationId]/status/route-73422dc4075cbfe0.js +1 -0
  158. package/bundle/.next/static/chunks/app/api/mission/route-73422dc4075cbfe0.js +1 -0
  159. package/bundle/.next/static/chunks/app/api/models/catalog/route-73422dc4075cbfe0.js +1 -0
  160. package/bundle/.next/static/chunks/app/api/models/providers/route-73422dc4075cbfe0.js +1 -0
  161. package/bundle/.next/static/chunks/app/api/onboarding/models/route-73422dc4075cbfe0.js +1 -0
  162. package/bundle/.next/static/chunks/app/api/onboarding/route-73422dc4075cbfe0.js +1 -0
  163. package/bundle/.next/static/chunks/app/api/openclaw/capabilities/route-73422dc4075cbfe0.js +1 -0
  164. package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-73422dc4075cbfe0.js +1 -0
  165. package/bundle/.next/static/chunks/app/api/planner/[planId]/document-rewrite/route-73422dc4075cbfe0.js +1 -0
  166. package/bundle/.next/static/chunks/app/api/planner/[planId]/route-73422dc4075cbfe0.js +1 -0
  167. package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-73422dc4075cbfe0.js +1 -0
  168. package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-73422dc4075cbfe0.js +1 -0
  169. package/bundle/.next/static/chunks/app/api/planner/route-73422dc4075cbfe0.js +1 -0
  170. package/bundle/.next/static/chunks/app/api/reset/route-73422dc4075cbfe0.js +1 -0
  171. package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-73422dc4075cbfe0.js +1 -0
  172. package/bundle/.next/static/chunks/app/api/settings/gateway/route-73422dc4075cbfe0.js +1 -0
  173. package/bundle/.next/static/chunks/app/api/settings/openclaw-binary/route-73422dc4075cbfe0.js +1 -0
  174. package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-73422dc4075cbfe0.js +1 -0
  175. package/bundle/.next/static/chunks/app/api/snapshot/route-73422dc4075cbfe0.js +1 -0
  176. package/bundle/.next/static/chunks/app/api/stream/route-73422dc4075cbfe0.js +1 -0
  177. package/bundle/.next/static/chunks/app/api/system/open-terminal/route-73422dc4075cbfe0.js +1 -0
  178. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/abort/route-73422dc4075cbfe0.js +1 -0
  179. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/control/route-73422dc4075cbfe0.js +1 -0
  180. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/stream/route-73422dc4075cbfe0.js +1 -0
  181. package/bundle/.next/static/chunks/app/api/update/route-73422dc4075cbfe0.js +1 -0
  182. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/discovered-groups/route-73422dc4075cbfe0.js +1 -0
  183. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/route-73422dc4075cbfe0.js +1 -0
  184. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/edit-draft/route-73422dc4075cbfe0.js +1 -0
  185. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/files/route-73422dc4075cbfe0.js +1 -0
  186. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/surfaces/discovery/route-73422dc4075cbfe0.js +1 -0
  187. package/bundle/.next/static/chunks/app/api/workspaces/route-73422dc4075cbfe0.js +1 -0
  188. package/bundle/.next/static/chunks/app/files/page-a0e2fdb9c72008d3.js +1 -0
  189. package/bundle/.next/static/chunks/app/integrations/page-fbeb03fb416b56e4.js +1 -0
  190. package/bundle/.next/static/chunks/app/layout-a58705d0aa0318d2.js +1 -0
  191. package/bundle/.next/static/chunks/app/models/page-a22fedc08112e7a0.js +1 -0
  192. package/bundle/.next/static/chunks/app/not-found-73422dc4075cbfe0.js +1 -0
  193. package/bundle/.next/static/chunks/app/page-4f990fddc5f18dcf.js +1 -0
  194. package/bundle/.next/static/chunks/app/settings/page-28f1484e79b1be1f.js +1 -0
  195. package/bundle/.next/static/chunks/app/tasks/page-89536b0bec007ced.js +1 -0
  196. package/bundle/.next/static/chunks/d08e407b-86b21ef93cdf4fa3.js +1 -0
  197. package/bundle/.next/static/chunks/f6503f1c-1272160a304f8b44.js +1 -0
  198. package/bundle/.next/static/chunks/framework-840804a6e17cee72.js +1 -0
  199. package/bundle/.next/static/chunks/main-529ff68c072bfd3e.js +5 -0
  200. package/bundle/.next/static/chunks/main-app-70892a7dc1723083.js +1 -0
  201. package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-73422dc4075cbfe0.js +1 -0
  202. package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-73422dc4075cbfe0.js +1 -0
  203. package/bundle/.next/static/chunks/next/dist/client/components/builtin/global-error-307c6fd9c934218d.js +1 -0
  204. package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-73422dc4075cbfe0.js +1 -0
  205. package/bundle/.next/static/chunks/{webpack-49728cc9bb386219.js → webpack-1e021d6850c9ac01.js} +1 -1
  206. package/bundle/.next/static/css/6de56db1be7d3d06.css +3 -0
  207. package/bundle/server.js +1 -1
  208. package/package.json +1 -1
  209. package/bundle/.next/server/chunks/7125.js +0 -188
  210. package/bundle/.next/server/chunks/8155.js +0 -15
  211. package/bundle/.next/static/chunks/1994.af8e615920391b12.js +0 -1
  212. package/bundle/.next/static/chunks/2798.05bb8e435bca457c.js +0 -1
  213. package/bundle/.next/static/chunks/3254-31132332d1368b3c.js +0 -15
  214. package/bundle/.next/static/chunks/4424-08671f25c8f9ae84.js +0 -32
  215. package/bundle/.next/static/chunks/4a846800.17bbc9efb621dbb7.js +0 -1
  216. package/bundle/.next/static/chunks/7442-e148a49efcfa2d32.js +0 -188
  217. package/bundle/.next/static/chunks/8583-0efb0aa0937b762c.js +0 -1
  218. package/bundle/.next/static/chunks/app/_global-error/page-a39fe5a18111b91d.js +0 -1
  219. package/bundle/.next/static/chunks/app/_not-found/page-a39fe5a18111b91d.js +0 -1
  220. package/bundle/.next/static/chunks/app/api/agents/[agentId]/chat/route-a39fe5a18111b91d.js +0 -1
  221. package/bundle/.next/static/chunks/app/api/agents/route-a39fe5a18111b91d.js +0 -1
  222. package/bundle/.next/static/chunks/app/api/diagnostics/route-a39fe5a18111b91d.js +0 -1
  223. package/bundle/.next/static/chunks/app/api/files/reveal/route-a39fe5a18111b91d.js +0 -1
  224. package/bundle/.next/static/chunks/app/api/gateway/control/route-a39fe5a18111b91d.js +0 -1
  225. package/bundle/.next/static/chunks/app/api/mission/route-a39fe5a18111b91d.js +0 -1
  226. package/bundle/.next/static/chunks/app/api/models/catalog/route-a39fe5a18111b91d.js +0 -1
  227. package/bundle/.next/static/chunks/app/api/models/providers/route-a39fe5a18111b91d.js +0 -1
  228. package/bundle/.next/static/chunks/app/api/onboarding/models/route-a39fe5a18111b91d.js +0 -1
  229. package/bundle/.next/static/chunks/app/api/onboarding/route-a39fe5a18111b91d.js +0 -1
  230. package/bundle/.next/static/chunks/app/api/openclaw/capabilities/route-a39fe5a18111b91d.js +0 -1
  231. package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-a39fe5a18111b91d.js +0 -1
  232. package/bundle/.next/static/chunks/app/api/planner/[planId]/document-rewrite/route-a39fe5a18111b91d.js +0 -1
  233. package/bundle/.next/static/chunks/app/api/planner/[planId]/route-a39fe5a18111b91d.js +0 -1
  234. package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-a39fe5a18111b91d.js +0 -1
  235. package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-a39fe5a18111b91d.js +0 -1
  236. package/bundle/.next/static/chunks/app/api/planner/route-a39fe5a18111b91d.js +0 -1
  237. package/bundle/.next/static/chunks/app/api/reset/route-a39fe5a18111b91d.js +0 -1
  238. package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-a39fe5a18111b91d.js +0 -1
  239. package/bundle/.next/static/chunks/app/api/settings/gateway/route-a39fe5a18111b91d.js +0 -1
  240. package/bundle/.next/static/chunks/app/api/settings/openclaw-binary/route-a39fe5a18111b91d.js +0 -1
  241. package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-a39fe5a18111b91d.js +0 -1
  242. package/bundle/.next/static/chunks/app/api/snapshot/route-a39fe5a18111b91d.js +0 -1
  243. package/bundle/.next/static/chunks/app/api/stream/route-a39fe5a18111b91d.js +0 -1
  244. package/bundle/.next/static/chunks/app/api/system/open-terminal/route-a39fe5a18111b91d.js +0 -1
  245. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/abort/route-a39fe5a18111b91d.js +0 -1
  246. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/control/route-a39fe5a18111b91d.js +0 -1
  247. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/stream/route-a39fe5a18111b91d.js +0 -1
  248. package/bundle/.next/static/chunks/app/api/update/route-a39fe5a18111b91d.js +0 -1
  249. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/discovered-groups/route-a39fe5a18111b91d.js +0 -1
  250. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/route-a39fe5a18111b91d.js +0 -1
  251. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/edit-draft/route-a39fe5a18111b91d.js +0 -1
  252. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/files/route-a39fe5a18111b91d.js +0 -1
  253. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/surfaces/discovery/route-a39fe5a18111b91d.js +0 -1
  254. package/bundle/.next/static/chunks/app/api/workspaces/route-a39fe5a18111b91d.js +0 -1
  255. package/bundle/.next/static/chunks/app/layout-7c2d7e515f68248b.js +0 -1
  256. package/bundle/.next/static/chunks/app/not-found-a39fe5a18111b91d.js +0 -1
  257. package/bundle/.next/static/chunks/app/page-9bd535a80e3968e2.js +0 -1
  258. package/bundle/.next/static/chunks/app/settings/page-3794e22c77091d4b.js +0 -1
  259. package/bundle/.next/static/chunks/d08e407b-a7a2691dd8d9de6b.js +0 -1
  260. package/bundle/.next/static/chunks/f6503f1c-7df4e7c4564148dc.js +0 -1
  261. package/bundle/.next/static/chunks/framework-c8a5f18418cd0e86.js +0 -1
  262. package/bundle/.next/static/chunks/main-2c126219b824eed3.js +0 -5
  263. package/bundle/.next/static/chunks/main-app-9a4481b0ab7b57f6.js +0 -1
  264. package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-a39fe5a18111b91d.js +0 -1
  265. package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-a39fe5a18111b91d.js +0 -1
  266. package/bundle/.next/static/chunks/next/dist/client/components/builtin/global-error-38aa72b47d0b8f99.js +0 -1
  267. package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-a39fe5a18111b91d.js +0 -1
  268. package/bundle/.next/static/css/7b10ac9fa66d7c17.css +0 -3
  269. package/bundle/.next/static/tsDQB0DKe1D5mWm-AHkYf/_buildManifest.js +0 -1
  270. /package/bundle/.next/static/{tsDQB0DKe1D5mWm-AHkYf → JJw_UWORQdbCo0tnqFq68}/_ssgManifest.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.