thursday-agent 0.1.2 → 0.3.0

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 (573) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +5 -1
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/prerender-manifest.json +5 -5
  5. package/.next/routes-manifest.json +27 -3
  6. package/.next/server/app/_global-error/page.js +2 -2
  7. package/.next/server/app/_global-error/page.js.nft.json +1 -1
  8. package/.next/server/app/_global-error.html +1 -1
  9. package/.next/server/app/_global-error.rsc +2 -2
  10. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +2 -2
  12. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  13. package/.next/server/app/_not-found/page.js +2 -2
  14. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  15. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  16. package/.next/server/app/_not-found.html +1 -1
  17. package/.next/server/app/_not-found.rsc +14 -14
  18. package/.next/server/app/_not-found.segments/_full.segment.rsc +14 -14
  19. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +12 -12
  20. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  21. package/.next/server/app/api/artifact/route.js +3 -3
  22. package/.next/server/app/api/artifact/route.js.nft.json +1 -1
  23. package/.next/server/app/api/bot/memory/files/route/app-paths-manifest.json +3 -0
  24. package/.next/server/app/api/bot/memory/files/route.js +10 -0
  25. package/.next/server/app/api/bot/memory/files/route.js.nft.json +1 -0
  26. package/.next/server/app/api/bot/memory/files/route_client-reference-manifest.js +3 -0
  27. package/.next/server/app/api/bot/memory/route/app-paths-manifest.json +3 -0
  28. package/.next/server/app/api/bot/memory/route/build-manifest.json +12 -0
  29. package/.next/server/app/api/bot/memory/route/server-reference-manifest.json +4 -0
  30. package/.next/server/app/api/bot/memory/route.js +14 -0
  31. package/.next/server/app/api/bot/memory/route.js.map +5 -0
  32. package/.next/server/app/api/bot/memory/route.js.nft.json +1 -0
  33. package/.next/server/app/api/bot/memory/route_client-reference-manifest.js +3 -0
  34. package/.next/server/app/api/bot/route.js +7 -7
  35. package/.next/server/app/api/bot/route.js.nft.json +1 -1
  36. package/.next/server/app/api/bot/task/[id]/route.js +9 -9
  37. package/.next/server/app/api/bot/task/[id]/route.js.nft.json +1 -1
  38. package/.next/server/app/api/bot/task/route.js +8 -8
  39. package/.next/server/app/api/bot/task/route.js.nft.json +1 -1
  40. package/.next/server/app/api/config/route.js +6 -6
  41. package/.next/server/app/api/config/route.js.nft.json +1 -1
  42. package/.next/server/app/api/events/route.js +4 -5
  43. package/.next/server/app/api/events/route.js.nft.json +1 -1
  44. package/.next/server/app/api/file/[...path]/route.js +3 -3
  45. package/.next/server/app/api/file/[...path]/route.js.nft.json +1 -1
  46. package/.next/server/app/api/llm-model/catalog/route.js +10 -9
  47. package/.next/server/app/api/llm-model/catalog/route.js.nft.json +1 -1
  48. package/.next/server/app/api/llm-model/credits/route/app-paths-manifest.json +3 -0
  49. package/.next/server/app/api/llm-model/credits/route/build-manifest.json +12 -0
  50. package/.next/server/app/api/llm-model/credits/route/server-reference-manifest.json +4 -0
  51. package/.next/server/app/api/llm-model/credits/route.js +16 -0
  52. package/.next/server/app/api/llm-model/credits/route.js.map +5 -0
  53. package/.next/server/app/api/llm-model/credits/route.js.nft.json +1 -0
  54. package/.next/server/app/api/llm-model/credits/route_client-reference-manifest.js +3 -0
  55. package/.next/server/app/api/llm-model/route.js +10 -8
  56. package/.next/server/app/api/llm-model/route.js.nft.json +1 -1
  57. package/.next/server/app/api/llm-model/subscription/route/app-paths-manifest.json +3 -0
  58. package/.next/server/app/api/llm-model/subscription/route/build-manifest.json +12 -0
  59. package/.next/server/app/api/llm-model/subscription/route/server-reference-manifest.json +4 -0
  60. package/.next/server/app/api/llm-model/subscription/route.js +15 -0
  61. package/.next/server/app/api/llm-model/subscription/route.js.map +5 -0
  62. package/.next/server/app/api/llm-model/subscription/route.js.nft.json +1 -0
  63. package/.next/server/app/api/llm-model/subscription/route_client-reference-manifest.js +3 -0
  64. package/.next/server/app/api/mcp/[name]/route.js +5 -5
  65. package/.next/server/app/api/mcp/[name]/route.js.nft.json +1 -1
  66. package/.next/server/app/api/mcp/oauth/callback/route.js +6 -6
  67. package/.next/server/app/api/mcp/oauth/callback/route.js.nft.json +1 -1
  68. package/.next/server/app/api/mcp/route.js +5 -5
  69. package/.next/server/app/api/mcp/route.js.nft.json +1 -1
  70. package/.next/server/app/api/mcp/tools/route.js +5 -5
  71. package/.next/server/app/api/mcp/tools/route.js.nft.json +1 -1
  72. package/.next/server/app/api/memory/edit/route/app-paths-manifest.json +3 -0
  73. package/.next/server/app/api/memory/edit/route/build-manifest.json +12 -0
  74. package/.next/server/app/api/memory/edit/route/server-reference-manifest.json +4 -0
  75. package/.next/server/app/api/memory/edit/route.js +24 -0
  76. package/.next/server/app/api/memory/edit/route.js.map +5 -0
  77. package/.next/server/app/api/memory/edit/route.js.nft.json +1 -0
  78. package/.next/server/app/api/memory/{tidy → edit}/route_client-reference-manifest.js +1 -1
  79. package/.next/server/app/api/memory/route.js +7 -8
  80. package/.next/server/app/api/memory/route.js.nft.json +1 -1
  81. package/.next/server/app/api/skills/[source]/[name]/route.js +3 -3
  82. package/.next/server/app/api/skills/[source]/[name]/route.js.nft.json +1 -1
  83. package/.next/server/app/api/skills/route.js +3 -3
  84. package/.next/server/app/api/skills/route.js.nft.json +1 -1
  85. package/.next/server/app/api/thursday/call/route.js +9 -7
  86. package/.next/server/app/api/thursday/call/route.js.nft.json +1 -1
  87. package/.next/server/app/api/thursday/skills/route.js +9 -7
  88. package/.next/server/app/api/thursday/skills/route.js.nft.json +1 -1
  89. package/.next/server/app/api/thursday/tool-call/route.js +16 -15
  90. package/.next/server/app/api/thursday/tool-call/route.js.nft.json +1 -1
  91. package/.next/server/app/api/workspace/route.js +4 -5
  92. package/.next/server/app/api/workspace/route.js.nft.json +1 -1
  93. package/.next/server/app/artifact/[...path]/page/server-reference-manifest.json +1 -1
  94. package/.next/server/app/artifact/[...path]/page.js +5 -6
  95. package/.next/server/app/artifact/[...path]/page.js.nft.json +1 -1
  96. package/.next/server/app/artifact/[...path]/page_client-reference-manifest.js +1 -1
  97. package/.next/server/app/favicon.ico/route.js +3 -4
  98. package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  99. package/.next/server/app/favicon.ico.body +0 -0
  100. package/.next/server/app/page/server-reference-manifest.json +66 -77
  101. package/.next/server/app/page.js +11 -11
  102. package/.next/server/app/page.js.nft.json +1 -1
  103. package/.next/server/app/page_client-reference-manifest.js +1 -1
  104. package/.next/server/app-paths-manifest.json +5 -1
  105. package/.next/server/chunks/[externals]__0dzuk6_._.js +3 -0
  106. package/.next/server/chunks/[root-of-the-server]__01dkp4a._.js +3 -0
  107. package/.next/server/chunks/[root-of-the-server]__02va5wz._.js +3 -0
  108. package/.next/server/chunks/[root-of-the-server]__02xjoto._.js +3 -0
  109. package/.next/server/chunks/[root-of-the-server]__04q--0f._.js +8 -0
  110. package/.next/server/chunks/[root-of-the-server]__0bl-e63._.js +3 -0
  111. package/.next/server/chunks/[root-of-the-server]__0ce8nf8._.js +5 -0
  112. package/.next/server/chunks/[root-of-the-server]__0ffbg85._.js +3 -0
  113. package/.next/server/chunks/[root-of-the-server]__0j7z0r3._.js +12 -0
  114. package/.next/server/chunks/[root-of-the-server]__0jq4ohy._.js +8 -0
  115. package/.next/server/chunks/[root-of-the-server]__0ls6_8y._.js +8 -0
  116. package/.next/server/chunks/[root-of-the-server]__0ncs9uu._.js +3 -0
  117. package/.next/server/chunks/[root-of-the-server]__0pa2n68._.js +3 -0
  118. package/.next/server/chunks/[root-of-the-server]__0q0vvt2._.js +5 -0
  119. package/.next/server/chunks/[root-of-the-server]__1-ga0kh._.js +5 -0
  120. package/.next/server/chunks/[root-of-the-server]__11n256_._.js +5 -0
  121. package/.next/server/chunks/[root-of-the-server]__12cabg9._.js +3 -0
  122. package/.next/server/chunks/[root-of-the-server]__1339jnv._.js +8 -0
  123. package/.next/server/chunks/[root-of-the-server]__15bjnu5._.js +5 -0
  124. package/.next/server/chunks/[root-of-the-server]__18_teo8._.js +8 -0
  125. package/.next/server/chunks/[root-of-the-server]__1_04mcf._.js +5 -0
  126. package/.next/server/chunks/[root-of-the-server]__1anc1p9._.js +3 -0
  127. package/.next/server/chunks/[root-of-the-server]__1ccon1w._.js +10 -0
  128. package/.next/server/chunks/[root-of-the-server]__1fizn31._.js +3 -0
  129. package/.next/server/chunks/[root-of-the-server]__1llj3-b._.js +3 -0
  130. package/.next/server/chunks/[root-of-the-server]__1orn-5b._.js +11 -0
  131. package/.next/server/chunks/[root-of-the-server]__1p8m3f4._.js +3 -0
  132. package/.next/server/chunks/[root-of-the-server]__1wa1k7r._.js +8 -0
  133. package/.next/server/chunks/{_1hzrsvg._.js → _0-73of8._.js} +6 -6
  134. package/.next/server/chunks/{_1cbk7ms._.js → _0-fjql4._.js} +10 -10
  135. package/.next/server/chunks/_00xh_q0._.js +27 -0
  136. package/.next/server/chunks/{_0y8is-s._.js → _03a0897._.js} +1 -1
  137. package/.next/server/chunks/{_0pppbb5._.js → _03kp0jp._.js} +166 -35
  138. package/.next/server/chunks/_051qh8u._.js +3 -0
  139. package/.next/server/chunks/{node_modules_next_04q-o58._.js → _05dla15._.js} +2 -2
  140. package/.next/server/chunks/_05h2cii._.js +1 -1
  141. package/.next/server/chunks/_0c9j6rb._.js +49 -0
  142. package/.next/server/chunks/_0fzqt2y._.js +74 -44
  143. package/.next/server/chunks/{_0kl37zl._.js → _0ioz3nd._.js} +1 -1
  144. package/.next/server/chunks/_0iwfby5._.js +3 -0
  145. package/.next/server/chunks/{_0hin38_._.js → _0khihjk._.js} +5 -5
  146. package/.next/server/chunks/_0mecv0f._.js +26 -0
  147. package/.next/server/chunks/_0mh8j4m._.js +3 -0
  148. package/.next/server/chunks/{_1icgbi8._.js → _0n74zsf._.js} +2 -2
  149. package/.next/server/chunks/_0obojvv._.js +3 -0
  150. package/.next/server/chunks/_0recufk._.js +49 -0
  151. package/.next/server/chunks/{_1t8fv7b._.js → _0rnf-6n._.js} +2 -2
  152. package/.next/server/chunks/_0sb7tlz._.js +3 -0
  153. package/.next/server/chunks/{_0jgm3b8._.js → _0u10wmw._.js} +6 -6
  154. package/.next/server/chunks/{_12nr4xc._.js → _0u4aiy2._.js} +2 -2
  155. package/.next/server/chunks/_0wp4le3._.js +1 -1
  156. package/.next/server/chunks/_0y5fg-x._.js +1 -1
  157. package/.next/server/chunks/_1230wbx._.js +10 -0
  158. package/.next/server/chunks/_12nheja._.js +3 -0
  159. package/.next/server/chunks/_13510xh._.js +3 -0
  160. package/.next/server/chunks/_15hq89o._.js +1 -1
  161. package/.next/server/chunks/_17l5ygt._.js +49 -0
  162. package/.next/server/chunks/{_0ks6_sg._.js → _18-1wcc._.js} +6 -6
  163. package/.next/server/chunks/_1_5mnq4._.js +18 -0
  164. package/.next/server/chunks/{_0tzfesa._.js → _1_9mjx-._.js} +1 -1
  165. package/.next/server/chunks/_1d0j961._.js +6 -0
  166. package/.next/server/chunks/_1d5zmy8._.js +1 -1
  167. package/.next/server/chunks/_1drgfx4._.js +18 -0
  168. package/.next/server/chunks/{_1skgy7b._.js → _1e48czp._.js} +5 -5
  169. package/.next/server/chunks/_1f46eie._.js +3 -0
  170. package/.next/server/chunks/_1h5_8sk._.js +3 -0
  171. package/.next/server/chunks/_1hdnxb7._.js +3 -0
  172. package/.next/server/chunks/_1j8k_j5._.js +3 -0
  173. package/.next/server/chunks/{_10qam6o._.js → _1kg70wc._.js} +5 -5
  174. package/.next/server/chunks/_1krd9rf._.js +3 -0
  175. package/.next/server/chunks/_1nc0eui._.js +11 -0
  176. package/.next/server/chunks/_1nula3v._.js +3 -0
  177. package/.next/server/chunks/_1pf4qe-._.js +3 -0
  178. package/.next/server/chunks/_1php4eq._.js +1 -1
  179. package/.next/server/chunks/_1qxheoa._.js +3 -0
  180. package/.next/server/chunks/_1x6kd1r._.js +3 -0
  181. package/.next/server/chunks/_1yuv4vp._.js +1 -1
  182. package/.next/server/chunks/_1zjrdag._.js +3 -0
  183. package/.next/server/chunks/_next-internal_server_app_api_bot_memory_files_route_actions_1_xd_8f.js +3 -0
  184. package/.next/server/chunks/_next-internal_server_app_api_bot_memory_route_actions_1a8xfr7.js +3 -0
  185. package/.next/server/chunks/_next-internal_server_app_api_llm-model_credits_route_actions_0v424pb.js +3 -0
  186. package/.next/server/chunks/_next-internal_server_app_api_llm-model_subscription_route_actions_0-udcm5.js +3 -0
  187. package/.next/server/chunks/_next-internal_server_app_api_memory_edit_route_actions_02sfnmr.js +3 -0
  188. package/.next/server/chunks/config_ts_1g4sz5o._.js +1 -1
  189. package/.next/server/chunks/features_0rpfxbk._.js +3 -0
  190. package/.next/server/chunks/features_1qf3cei._.js +3 -0
  191. package/.next/server/chunks/features_bot_0zt92oh._.js +3 -0
  192. package/.next/server/chunks/features_bot_bot_query_ts_12mgkl2._.js +1 -1
  193. package/.next/server/chunks/features_memory_1uqvksn._.js +6 -0
  194. package/.next/server/chunks/{node_modules_consola_dist_chunks_prompt_mjs_0tf290y._.js → node_modules_consola_dist_chunks_prompt_mjs_0i7cvml._.js} +1 -1
  195. package/.next/server/chunks/{node_modules_consola_dist_chunks_prompt_mjs_0228f43._.js → node_modules_consola_dist_chunks_prompt_mjs_0icqaqw._.js} +1 -1
  196. package/.next/server/chunks/{node_modules_consola_dist_chunks_prompt_mjs_0ir-vo2._.js → node_modules_consola_dist_chunks_prompt_mjs_0j61-ma._.js} +1 -1
  197. package/.next/server/chunks/{node_modules_consola_dist_chunks_prompt_mjs_0otw8ef._.js → node_modules_consola_dist_chunks_prompt_mjs_0r28-sm._.js} +1 -1
  198. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_0v_7drq._.js +3 -0
  199. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_11zjo-1._.js +3 -0
  200. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1pycqsq._.js +3 -0
  201. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1xoq2rl._.js +3 -0
  202. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1y49572._.js +3 -0
  203. package/.next/server/chunks/ssr/[externals]__0dizgek._.js +3 -0
  204. package/.next/server/chunks/ssr/[root-of-the-server]__09q9med._.js +1 -1
  205. package/.next/server/chunks/ssr/[root-of-the-server]__0_69wqr._.js +3 -0
  206. package/.next/server/chunks/ssr/[root-of-the-server]__0hg5gib._.js +1 -1
  207. package/.next/server/chunks/ssr/[root-of-the-server]__0i8ie7f._.js +3 -0
  208. package/.next/server/chunks/ssr/{[root-of-the-server]__0jsmmb-._.js → [root-of-the-server]__0mz33a7._.js} +1 -1
  209. package/.next/server/chunks/ssr/[root-of-the-server]__0tbkdlx._.js +3 -0
  210. package/.next/server/chunks/ssr/[root-of-the-server]__0vnmv-s._.js +3 -0
  211. package/.next/server/chunks/ssr/{[root-of-the-server]__0f6s48x._.js → [root-of-the-server]__0xpcv9w._.js} +3 -3
  212. package/.next/server/chunks/ssr/[root-of-the-server]__0xtssj3._.js +1 -1
  213. package/.next/server/chunks/ssr/[root-of-the-server]__0zkv7z_._.js +3 -0
  214. package/.next/server/chunks/ssr/[root-of-the-server]__10-dz5o._.js +57 -0
  215. package/.next/server/chunks/ssr/[root-of-the-server]__15_uhip._.js +3 -0
  216. package/.next/server/chunks/ssr/[root-of-the-server]__16jc196._.js +1 -1
  217. package/.next/server/chunks/ssr/[root-of-the-server]__1cyjywu._.js +3 -0
  218. package/.next/server/chunks/ssr/[root-of-the-server]__1eh7hid._.js +3 -0
  219. package/.next/server/chunks/ssr/[root-of-the-server]__1gtlw6v._.js +43 -0
  220. package/.next/server/chunks/ssr/[root-of-the-server]__1mzi-ju._.js +1 -1
  221. package/.next/server/chunks/ssr/[root-of-the-server]__1ox7hbk._.js +4 -0
  222. package/.next/server/chunks/ssr/[root-of-the-server]__1pduf5n._.js +3 -0
  223. package/.next/server/chunks/ssr/{_1mznrxk._.js → _001_ms1._.js} +3 -3
  224. package/.next/server/chunks/ssr/_01_6m32._.js +3 -0
  225. package/.next/server/chunks/ssr/_01n3o0m._.js +3 -0
  226. package/.next/server/chunks/ssr/_07uchnc._.js +3 -0
  227. package/.next/server/chunks/ssr/_0ap2fzn._.js +3 -0
  228. package/.next/server/chunks/ssr/_0c-ql2m._.js +3 -0
  229. package/.next/server/chunks/ssr/_0h42fze._.js +3 -0
  230. package/.next/server/chunks/ssr/_0h7zdni._.js +1 -1
  231. package/.next/server/chunks/ssr/_0i_6q1w._.js +41 -0
  232. package/.next/server/chunks/ssr/_0kbkmar._.js +3 -0
  233. package/.next/server/chunks/ssr/_0lu1n_x._.js +3 -0
  234. package/.next/server/chunks/ssr/{_077-g6s._.js → _0mb8zc8._.js} +3 -3
  235. package/.next/server/chunks/ssr/_0mo2w06._.js +3 -0
  236. package/.next/server/chunks/ssr/{_13punpm._.js → _0q0zan6._.js} +2 -2
  237. package/.next/server/chunks/ssr/{_0gd4vaa._.js → _0u2jv_x._.js} +94 -58
  238. package/.next/server/chunks/ssr/_0y0tiht._.js +4 -0
  239. package/.next/server/chunks/ssr/_0zhoc3r._.js +3 -0
  240. package/.next/server/chunks/ssr/_1-teee5._.js +3 -3
  241. package/.next/server/chunks/ssr/_13fke0x._.js +3 -0
  242. package/.next/server/chunks/ssr/{_0q_2f2x._.js → _13z3f85._.js} +2 -2
  243. package/.next/server/chunks/ssr/_14_lw10._.js +3 -0
  244. package/.next/server/chunks/ssr/_15j2_8f._.js +3 -0
  245. package/.next/server/chunks/ssr/{_0lc_7c8._.js → _1eoqg_g._.js} +2 -2
  246. package/.next/server/chunks/ssr/_1sji22n._.js +3 -0
  247. package/.next/server/chunks/ssr/_1spzm8z._.js +3 -0
  248. package/.next/server/chunks/ssr/{_19_o9d-._.js → _1vi_uo7._.js} +2 -2
  249. package/.next/server/chunks/ssr/_1vyd1ji._.js +3 -0
  250. package/.next/server/chunks/ssr/_1xvgn77._.js +3 -0
  251. package/.next/server/chunks/ssr/_20kd_n0._.js +42 -0
  252. package/.next/server/chunks/ssr/features_bot_1s_-2vj._.js +3 -0
  253. package/.next/server/chunks/ssr/features_config_components_config-setting_tsx_0xfwqdg._.js +1 -1
  254. package/.next/server/chunks/ssr/features_connectors_components_mcp-setting_tsx_0jmbgvp._.js +1 -1
  255. package/.next/server/chunks/ssr/lib_date-like_ts_02is0pw._.js +3 -0
  256. package/.next/server/chunks/ssr/lib_realtime_12wg_dd._.js +27 -0
  257. package/.next/server/chunks/ssr/lib_realtime_15h_v1v._.js +27 -0
  258. package/.next/server/chunks/ssr/{node_modules_1d-is1o._.js → node_modules_063xwpp._.js} +1 -1
  259. package/.next/server/chunks/ssr/{node_modules_1ub40gk._.js → node_modules_0bvraul._.js} +1 -1
  260. package/.next/server/chunks/ssr/{node_modules_1nhw9qg._.js → node_modules_0eu1va6._.js} +1 -1
  261. package/.next/server/chunks/ssr/{node_modules_0xwx4u-._.js → node_modules_0h50b8n._.js} +1 -1
  262. package/.next/server/chunks/ssr/{node_modules_043-236._.js → node_modules_0h5hnr1._.js} +1 -1
  263. package/.next/server/chunks/ssr/{node_modules_1t0y5jt._.js → node_modules_0h7u60n._.js} +1 -1
  264. package/.next/server/chunks/ssr/{node_modules_1k29j1j._.js → node_modules_0lm7_vm._.js} +1 -1
  265. package/.next/server/chunks/ssr/{node_modules_16i4o_3._.js → node_modules_0mwym0g._.js} +1 -1
  266. package/.next/server/chunks/ssr/{node_modules_1y8_3vg._.js → node_modules_0rjg6t1._.js} +1 -1
  267. package/.next/server/chunks/ssr/node_modules_0x3-ply._.js +3 -0
  268. package/.next/server/chunks/ssr/{node_modules_108wd2o._.js → node_modules_0y_cded._.js} +1 -1
  269. package/.next/server/chunks/ssr/{node_modules_1jatz7w._.js → node_modules_0z5tsu8._.js} +1 -1
  270. package/.next/server/chunks/ssr/{node_modules_0ls96je._.js → node_modules_0zp9r92._.js} +1 -1
  271. package/.next/server/chunks/ssr/{node_modules_06kvvuo._.js → node_modules_1-hc6uv._.js} +1 -1
  272. package/.next/server/chunks/ssr/{node_modules_1_588_4._.js → node_modules_113tz0l._.js} +1 -1
  273. package/.next/server/chunks/ssr/{node_modules_0ipn1ho._.js → node_modules_124bue5._.js} +1 -1
  274. package/.next/server/chunks/ssr/node_modules_17bwo43._.js +55 -0
  275. package/.next/server/chunks/ssr/{node_modules_0_j7-g4._.js → node_modules_1_n3ztw._.js} +1 -1
  276. package/.next/server/chunks/ssr/{node_modules_20ynonm._.js → node_modules_1bc7gu8._.js} +1 -1
  277. package/.next/server/chunks/ssr/{node_modules_1hn_sd5._.js → node_modules_1bgb6-f._.js} +1 -1
  278. package/.next/server/chunks/ssr/{node_modules_0bue6gy._.js → node_modules_1h4a4pp._.js} +1 -1
  279. package/.next/server/chunks/ssr/{node_modules_0fbw5-u._.js → node_modules_1i7u1ia._.js} +1 -1
  280. package/.next/server/chunks/ssr/{node_modules_1ee8gav._.js → node_modules_1juq3hs._.js} +1 -1
  281. package/.next/server/chunks/ssr/{node_modules_0_fvxnt._.js → node_modules_1l0qtdu._.js} +1 -1
  282. package/.next/server/chunks/ssr/{node_modules_13f2md6._.js → node_modules_1t9cyee._.js} +1 -1
  283. package/.next/server/chunks/ssr/{node_modules_0y2-av4._.js → node_modules_1uuj9x1._.js} +1 -1
  284. package/.next/server/chunks/ssr/{node_modules_00d6675._.js → node_modules_1vqb6po._.js} +1 -1
  285. package/.next/server/chunks/ssr/{node_modules_1v0077l._.js → node_modules_1xx28h1._.js} +1 -1
  286. package/.next/server/chunks/ssr/{node_modules_@mermaid-js_parser_dist_chunks_mermaid-parser_core_092s8nx._.js → node_modules_@mermaid-js_parser_dist_chunks_mermaid-parser_core_0d3skpl._.js} +1 -1
  287. package/.next/server/chunks/ssr/{node_modules_@mermaid-js_parser_dist_chunks_mermaid-parser_core_1nvexgu._.js → node_modules_@mermaid-js_parser_dist_chunks_mermaid-parser_core_0i44kk5._.js} +1 -1
  288. package/.next/server/chunks/ssr/node_modules_@vercel_oidc_dist_0qe30a_._.js +3 -0
  289. package/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_05cwqv2._.js +47 -0
  290. package/.next/server/chunks/ssr/{node_modules_next_dist_0w6mzq5._.js → node_modules_next_dist_0drixxt._.js} +4 -4
  291. package/.next/server/chunks/ssr/node_modules_next_dist_1n3w9lb._.js +2 -2
  292. package/.next/server/instrumentation.js +1 -1
  293. package/.next/server/middleware-build-manifest.js +3 -3
  294. package/.next/server/pages/404.html +1 -1
  295. package/.next/server/pages/500.html +1 -1
  296. package/.next/server/server-reference-manifest.js +1 -1
  297. package/.next/server/server-reference-manifest.json +67 -78
  298. package/.next/static/chunks/{31ttnjt6g35a0.js → 0ev4hyghq0mbb.js} +1 -1
  299. package/.next/static/chunks/0r5qcctujhxli.js +1 -0
  300. package/.next/static/chunks/0tmgrnlje14-s.js +3 -0
  301. package/.next/static/chunks/0x79tx04dxbpp.js +1 -0
  302. package/.next/static/chunks/0xzgvc0fkdb6t.js +1 -0
  303. package/.next/static/chunks/10teww7wt-f6h.js +1 -0
  304. package/.next/static/chunks/14hgtsjg-kael.css +1 -0
  305. package/.next/static/chunks/17donp69y4do7.js +40 -0
  306. package/.next/static/chunks/1dkjg87pxk0n9.js +28 -0
  307. package/.next/static/chunks/1ekc7ul556kbl.js +1 -0
  308. package/.next/static/chunks/{1khakdu_iuedc.js → 1grhjo7a5a0_-.js} +1 -1
  309. package/.next/static/chunks/1kq8h8wi_e0bc.js +53 -0
  310. package/.next/static/chunks/1okqiww3pnwka.js +1 -0
  311. package/.next/static/chunks/26-pr2c9ro222.js +1 -0
  312. package/.next/static/chunks/{2ihkf6l2jowo9.js → 280t0_e99i276.js} +3 -3
  313. package/.next/static/chunks/28cizcdaabd4h.js +1 -0
  314. package/.next/static/chunks/2a0k6jlq0_v1u.js +2 -0
  315. package/.next/static/chunks/2fzs9fm8yarvq.js +1 -0
  316. package/.next/static/chunks/2h0sd2vumhb15.js +1 -0
  317. package/.next/static/chunks/2hw2f6zmt7fmt.js +1 -0
  318. package/.next/static/chunks/2t4vhi3m8ahya.js +1 -0
  319. package/.next/static/chunks/2tigdtz3dpcy8.js +1 -0
  320. package/.next/static/chunks/3111pj5wnjgos.js +1 -0
  321. package/.next/static/chunks/3786h5vayt80-.js +28 -0
  322. package/.next/static/chunks/{3aquirz5h71da.js → 3agpgkwaa321p.js} +1 -1
  323. package/.next/static/chunks/3cfi_q6d_wtci.js +1 -0
  324. package/.next/static/chunks/3ok9_x74rip3v.js +1 -0
  325. package/.next/static/chunks/3xk7yqgomx7yq.js +1 -0
  326. package/.next/static/chunks/3xpbkl66ssib5.js +38 -0
  327. package/.next/static/media/favicon.37o1pjldwi2uc.ico +0 -0
  328. package/README.md +6 -4
  329. package/app/api/bot/memory/files/route.ts +14 -0
  330. package/app/api/bot/memory/route.ts +5 -0
  331. package/app/api/events/app-event.client.ts +24 -0
  332. package/app/api/events/app-event.server.ts +45 -0
  333. package/app/api/events/app-event.ts +42 -0
  334. package/app/api/llm-model/catalog/route.ts +12 -0
  335. package/app/api/llm-model/credits/route.ts +11 -0
  336. package/app/api/llm-model/route.ts +26 -0
  337. package/app/api/llm-model/subscription/route.ts +11 -0
  338. package/app/api/memory/edit/route.ts +7 -0
  339. package/app/api/memory/route.ts +21 -0
  340. package/app/api/query-key.ts +159 -0
  341. package/app/api/thursday/tool-call/route.ts +67 -0
  342. package/bin/thursday.mjs +3 -0
  343. package/components/ui/button-group.tsx +45 -0
  344. package/components/ui/custom-icon.tsx +259 -0
  345. package/components/ui/dropdown-menu.tsx +271 -0
  346. package/components/ui/folded-text.tsx +68 -0
  347. package/components/ui/input-group.tsx +157 -0
  348. package/components/ui/json-view.tsx +240 -0
  349. package/components/ui/shiny-text.tsx +55 -0
  350. package/components/ui/text-type.tsx +213 -0
  351. package/components/ui/theme-sync.tsx +9 -0
  352. package/database/migrations/{20260908030742_rainy_marvel_zombies → 20260910173049_numerous_spirit}/migration.sql +30 -33
  353. package/database/migrations/{20260908030742_rainy_marvel_zombies → 20260910173049_numerous_spirit}/snapshot.json +124 -145
  354. package/database/migrations/20260911030320_opposite_jack_power/migration.sql +1 -0
  355. package/database/migrations/20260911030320_opposite_jack_power/snapshot.json +1158 -0
  356. package/docs/how-it-works.md +59 -0
  357. package/docs/images/keeps-going.png +0 -0
  358. package/docs/images/task-thread.png +0 -0
  359. package/docs/images/two-minds.png +0 -0
  360. package/features/ai/chatgpt.ts +617 -0
  361. package/features/ai/components/chatgpt-sign-in.tsx +66 -0
  362. package/features/ai/components/model-picker.tsx +17 -1
  363. package/features/ai/components/provider-icon.tsx +1 -0
  364. package/features/ai/load-tools.ts +105 -39
  365. package/features/ai/model.schema.ts +232 -34
  366. package/features/ai/model.ts +169 -24
  367. package/features/ai/prompts/bot.prompt.ts +245 -59
  368. package/features/ai/prompts/memory-edit.prompt.ts +33 -0
  369. package/features/ai/prompts/prompt-helper.ts +75 -30
  370. package/features/ai/prompts/thursday.prompt.ts +42 -17
  371. package/features/ai/tools/bot.tool.ts +32 -30
  372. package/features/ai/tools/connected.ts +17 -4
  373. package/features/ai/tools/mcp.tool.ts +5 -5
  374. package/features/ai/tools/memory.tool.ts +142 -74
  375. package/features/ai/tools/search.tool.ts +136 -47
  376. package/features/ai/tools/studio.tool.ts +5 -5
  377. package/features/ai/tools/tool-name.ts +2 -3
  378. package/features/ai/tools/workspace.tool.ts +33 -4
  379. package/features/bot/bot.action.ts +24 -7
  380. package/features/bot/bot.memory.ts +89 -0
  381. package/features/bot/bot.query.ts +41 -6
  382. package/features/bot/bot.run.ts +516 -210
  383. package/features/bot/bot.runner.ts +463 -93
  384. package/features/bot/bot.schema.ts +84 -7
  385. package/features/bot/bot.seed.ts +89 -16
  386. package/features/bot/components/bot-mark.tsx +122 -20
  387. package/features/bot/components/bot-room.tsx +519 -391
  388. package/features/bot/components/bot-setting.tsx +832 -341
  389. package/features/bot/components/bot-tool.tsx +2 -6
  390. package/features/bot/components/mark-palette.tsx +54 -0
  391. package/features/bot/components/path-chips.tsx +1 -1
  392. package/features/bot/components/task-badge.tsx +26 -6
  393. package/features/bot/components/task-reply.tsx +22 -33
  394. package/features/bot/components/task-setting.tsx +20 -17
  395. package/features/bot/task.query.ts +233 -33
  396. package/features/bot/task.store.ts +53 -9
  397. package/features/config/components/config-setting.tsx +265 -34
  398. package/features/config/components/models-badge.tsx +42 -0
  399. package/features/config/config.action.ts +12 -0
  400. package/features/config/config.const.ts +38 -2
  401. package/features/connectors/mcp.manager.ts +10 -2
  402. package/features/intro/components/intro.tsx +47 -46
  403. package/features/memory/components/memory-edit.tsx +338 -0
  404. package/features/memory/components/memory-setting.tsx +86 -79
  405. package/features/memory/memory.action.ts +3 -43
  406. package/features/memory/memory.edit.ts +87 -0
  407. package/features/memory/memory.query.ts +33 -44
  408. package/features/memory/memory.schema.ts +50 -97
  409. package/features/settings/components/settings.tsx +2 -0
  410. package/features/settings/settings.alert.ts +3 -1
  411. package/features/skills/components/skills-setting.tsx +9 -1
  412. package/features/thursday/components/ascii-orb.tsx +106 -90
  413. package/features/thursday/components/boot.tsx +7 -0
  414. package/features/thursday/components/call-log.tsx +219 -92
  415. package/features/thursday/components/face.tsx +6 -4
  416. package/features/thursday/components/tab-state.tsx +97 -0
  417. package/features/thursday/components/thursday-mark.tsx +4 -1
  418. package/features/thursday/components/thursday-setting.tsx +17 -47
  419. package/features/thursday/components/thursday.tsx +208 -95
  420. package/features/thursday/thursday.action.ts +12 -17
  421. package/features/thursday/thursday.query.ts +61 -70
  422. package/features/thursday/thursday.schema.ts +20 -7
  423. package/features/thursday/tool-line.ts +85 -11
  424. package/features/thursday/use-thursday.ts +86 -59
  425. package/features/workspace/components/file-view.tsx +4 -2
  426. package/features/workspace/workspace.ts +230 -13
  427. package/hooks/use-draft.ts +37 -0
  428. package/hooks/use-hotkey.ts +105 -0
  429. package/hooks/use-object-state.ts +51 -0
  430. package/hooks/use-on-visible.ts +72 -0
  431. package/hooks/use-theme.ts +106 -0
  432. package/hooks/use-wake-word.ts +262 -0
  433. package/lib/limits.ts +1 -1
  434. package/lib/oauth-page.ts +27 -0
  435. package/lib/realtime/openai.ts +2 -2
  436. package/lib/realtime/realtime.driver.ts +34 -1
  437. package/lib/realtime/realtime.protocol.ts +7 -1
  438. package/lib/realtime/realtime.tap.ts +122 -0
  439. package/lib/sandbox.ts +60 -29
  440. package/lib/tokens.ts +19 -0
  441. package/package.json +1 -1
  442. package/skills/browser/SKILL.md +55 -34
  443. package/.next/server/app/api/memory/tidy/route/app-paths-manifest.json +0 -3
  444. package/.next/server/app/api/memory/tidy/route.js +0 -23
  445. package/.next/server/app/api/memory/tidy/route.js.nft.json +0 -1
  446. package/.next/server/chunks/[root-of-the-server]__019dx9f._.js +0 -5
  447. package/.next/server/chunks/[root-of-the-server]__02_2sm-._.js +0 -5
  448. package/.next/server/chunks/[root-of-the-server]__02kt8yn._.js +0 -10
  449. package/.next/server/chunks/[root-of-the-server]__05luceg._.js +0 -3
  450. package/.next/server/chunks/[root-of-the-server]__06t77t4._.js +0 -11
  451. package/.next/server/chunks/[root-of-the-server]__0bed6hu._.js +0 -8
  452. package/.next/server/chunks/[root-of-the-server]__0dupqt7._.js +0 -5
  453. package/.next/server/chunks/[root-of-the-server]__0h59di-._.js +0 -5
  454. package/.next/server/chunks/[root-of-the-server]__0j_n5l3._.js +0 -3
  455. package/.next/server/chunks/[root-of-the-server]__0le4d-p._.js +0 -3
  456. package/.next/server/chunks/[root-of-the-server]__0m8ywyo._.js +0 -10
  457. package/.next/server/chunks/[root-of-the-server]__0nfuugi._.js +0 -5
  458. package/.next/server/chunks/[root-of-the-server]__0phdgco._.js +0 -8
  459. package/.next/server/chunks/[root-of-the-server]__0qjqtwo._.js +0 -5
  460. package/.next/server/chunks/[root-of-the-server]__0t_dqaj._.js +0 -3
  461. package/.next/server/chunks/[root-of-the-server]__0wvgrsl._.js +0 -3
  462. package/.next/server/chunks/[root-of-the-server]__0yk6s3w._.js +0 -5
  463. package/.next/server/chunks/[root-of-the-server]__0z3gelv._.js +0 -3
  464. package/.next/server/chunks/[root-of-the-server]__10qshki._.js +0 -3
  465. package/.next/server/chunks/[root-of-the-server]__113fqg5._.js +0 -12
  466. package/.next/server/chunks/[root-of-the-server]__11w_7_3._.js +0 -3
  467. package/.next/server/chunks/[root-of-the-server]__16thabu._.js +0 -3
  468. package/.next/server/chunks/[root-of-the-server]__173nhwf._.js +0 -8
  469. package/.next/server/chunks/[root-of-the-server]__1_0q_9w._.js +0 -3
  470. package/.next/server/chunks/[root-of-the-server]__1_aoyr9._.js +0 -3
  471. package/.next/server/chunks/[root-of-the-server]__1bqhuh9._.js +0 -8
  472. package/.next/server/chunks/[root-of-the-server]__1cqizfq._.js +0 -5
  473. package/.next/server/chunks/[root-of-the-server]__1dow0bz._.js +0 -3
  474. package/.next/server/chunks/[root-of-the-server]__1e-ci13._.js +0 -3
  475. package/.next/server/chunks/[root-of-the-server]__1gmn1cs._.js +0 -10
  476. package/.next/server/chunks/[root-of-the-server]__1lr7j9t._.js +0 -5
  477. package/.next/server/chunks/[root-of-the-server]__1mzp_el._.js +0 -3
  478. package/.next/server/chunks/[root-of-the-server]__1txedx6._.js +0 -8
  479. package/.next/server/chunks/[root-of-the-server]__1u_qvc7._.js +0 -3
  480. package/.next/server/chunks/[root-of-the-server]__1zgpz1w._.js +0 -3
  481. package/.next/server/chunks/_012yhfm._.js +0 -39
  482. package/.next/server/chunks/_06mxlgn._.js +0 -3
  483. package/.next/server/chunks/_07rtlxv._.js +0 -3
  484. package/.next/server/chunks/_0a351g7._.js +0 -6
  485. package/.next/server/chunks/_0kjjmag._.js +0 -3
  486. package/.next/server/chunks/_0zmestz._.js +0 -55
  487. package/.next/server/chunks/_0zuzmt_._.js +0 -39
  488. package/.next/server/chunks/_12bbv5i._.js +0 -96
  489. package/.next/server/chunks/_15q1pig._.js +0 -3
  490. package/.next/server/chunks/_1drv2et._.js +0 -36
  491. package/.next/server/chunks/_1ic3bew._.js +0 -5
  492. package/.next/server/chunks/_1mxn_lb._.js +0 -3
  493. package/.next/server/chunks/_1uj4_io._.js +0 -10
  494. package/.next/server/chunks/_1x7p319._.js +0 -6
  495. package/.next/server/chunks/_1yldgo4._.js +0 -55
  496. package/.next/server/chunks/_2050gwn._.js +0 -255
  497. package/.next/server/chunks/_next-internal_server_app_api_memory_tidy_route_actions_0_cfuom.js +0 -3
  498. package/.next/server/chunks/features_0scmr4i._.js +0 -3
  499. package/.next/server/chunks/features_bot_task_query_ts_11xuzl3._.js +0 -3
  500. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_0vorg6w._.js +0 -3
  501. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_0ykklj0._.js +0 -3
  502. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1ryg3wh._.js +0 -3
  503. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1vmaq9f._.js +0 -3
  504. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1vwbnq_._.js +0 -3
  505. package/.next/server/chunks/ssr/[externals]_node_crypto_1kn79-7._.js +0 -3
  506. package/.next/server/chunks/ssr/[root-of-the-server]__01id-v3._.js +0 -3
  507. package/.next/server/chunks/ssr/[root-of-the-server]__0b-0i32._.js +0 -3
  508. package/.next/server/chunks/ssr/[root-of-the-server]__0dfwvr4._.js +0 -4
  509. package/.next/server/chunks/ssr/[root-of-the-server]__0iuoa-r._.js +0 -3
  510. package/.next/server/chunks/ssr/[root-of-the-server]__1-mnhyd._.js +0 -90
  511. package/.next/server/chunks/ssr/[root-of-the-server]__185grso._.js +0 -3
  512. package/.next/server/chunks/ssr/[root-of-the-server]__1minz8_._.js +0 -3
  513. package/.next/server/chunks/ssr/_0-mc7ro._.js +0 -3
  514. package/.next/server/chunks/ssr/_01p5r6-._.js +0 -3
  515. package/.next/server/chunks/ssr/_09-0k3z._.js +0 -3
  516. package/.next/server/chunks/ssr/_0ay6b01._.js +0 -3
  517. package/.next/server/chunks/ssr/_0cvjbuz._.js +0 -3
  518. package/.next/server/chunks/ssr/_0fafgvl._.js +0 -3
  519. package/.next/server/chunks/ssr/_0j4v8of._.js +0 -3
  520. package/.next/server/chunks/ssr/_0l81bzy._.js +0 -3
  521. package/.next/server/chunks/ssr/_0nso8tp._.js +0 -3
  522. package/.next/server/chunks/ssr/_0sf1isi._.js +0 -3
  523. package/.next/server/chunks/ssr/_0ti51xc._.js +0 -3
  524. package/.next/server/chunks/ssr/_0y84qo6._.js +0 -3
  525. package/.next/server/chunks/ssr/_10uvw3l._.js +0 -3
  526. package/.next/server/chunks/ssr/_1dcxzqe._.js +0 -3
  527. package/.next/server/chunks/ssr/_1e-dgz0._.js +0 -4
  528. package/.next/server/chunks/ssr/_1fq7zgb._.js +0 -3
  529. package/.next/server/chunks/ssr/_1jbv7m1._.js +0 -3
  530. package/.next/server/chunks/ssr/features_bot_components_bot-setting_tsx_01ajft6._.js +0 -4
  531. package/.next/server/chunks/ssr/features_config_components_14jqgy4._.js +0 -3
  532. package/.next/server/chunks/ssr/features_memory_components_memory-setting_tsx_0oa43sw._.js +0 -4
  533. package/.next/server/chunks/ssr/lib_realtime_0aetuyp._.js +0 -24
  534. package/.next/server/chunks/ssr/lib_realtime_18k_aj-._.js +0 -24
  535. package/.next/server/chunks/ssr/node_modules_zod_v4_classic_errors_05xv7vp.js +0 -3
  536. package/.next/server/chunks/ssr/node_modules_zod_v4_classic_external_15fmmz3.js +0 -55
  537. package/.next/static/chunks/0f9sq-7q_yxyl.js +0 -1
  538. package/.next/static/chunks/0tydnn2kybibk.js +0 -1
  539. package/.next/static/chunks/0yysv1gzin17t.js +0 -1
  540. package/.next/static/chunks/1fr5m75pwtyic.js +0 -1
  541. package/.next/static/chunks/1gy3bbv7usnjo.js +0 -1
  542. package/.next/static/chunks/1keib_gt066gc.js +0 -1
  543. package/.next/static/chunks/1ytnip8wdng93.js +0 -1
  544. package/.next/static/chunks/21rk8w7bda-su.js +0 -1
  545. package/.next/static/chunks/247d-r95j8xs0.js +0 -1
  546. package/.next/static/chunks/28g42tw8tsvhd.js +0 -1
  547. package/.next/static/chunks/29gyb3nubj51j.js +0 -53
  548. package/.next/static/chunks/2cwjgkt_hoyhj.js +0 -22
  549. package/.next/static/chunks/2fq_86jvq9ymq.js +0 -2
  550. package/.next/static/chunks/2rbf1fpd8n80-.js +0 -22
  551. package/.next/static/chunks/2ukj8k69y89um.js +0 -1
  552. package/.next/static/chunks/2uxum7qbyeyxd.js +0 -1
  553. package/.next/static/chunks/2wngeetfnzxkp.js +0 -2
  554. package/.next/static/chunks/388-t2v72jh39.css +0 -1
  555. package/.next/static/chunks/3fqvc0cg-atq_.js +0 -1
  556. package/.next/static/chunks/3p4egvfjxpatb.js +0 -1
  557. package/.next/static/chunks/3qe1w1ei-huhl.js +0 -1
  558. package/.next/static/chunks/3xxa2j56-f3nm.js +0 -3
  559. package/.next/static/chunks/3y40riycdip-i.js +0 -1
  560. package/.next/static/chunks/45a6zbtkelph9.js +0 -1
  561. package/.next/static/media/favicon.2vob68tjqpejf.ico +0 -0
  562. package/features/ai/prompts/memory-tidy.prompt.ts +0 -123
  563. package/features/ai/tools/tidy.tool.ts +0 -22
  564. package/features/memory/components/memory-tidy.tsx +0 -395
  565. package/features/memory/memory.tidy.ts +0 -332
  566. package/features/memory/tidy.query.ts +0 -135
  567. package/features/thursday/use-call-title.ts +0 -31
  568. /package/.next/server/app/api/{memory/tidy → bot/memory/files}/route/build-manifest.json +0 -0
  569. /package/.next/server/app/api/{memory/tidy → bot/memory/files}/route/server-reference-manifest.json +0 -0
  570. /package/.next/server/app/api/{memory/tidy → bot/memory/files}/route.js.map +0 -0
  571. /package/.next/static/{X34BUd9bfdH27ripuwwBm → x1cCqY0kWpR_VcYx_lWO5}/_buildManifest.js +0 -0
  572. /package/.next/static/{X34BUd9bfdH27ripuwwBm → x1cCqY0kWpR_VcYx_lWO5}/_clientMiddlewareManifest.js +0 -0
  573. /package/.next/static/{X34BUd9bfdH27ripuwwBm → x1cCqY0kWpR_VcYx_lWO5}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
- module.exports=[167436,a=>{"use strict";var b=a.i(971306),c=a.i(179847),d=a.i(9185),e=a.i(872842),f=a.i(454897),g=a.i(856157),h=a.i(715988),i=a.i(625766),j=a.i(529725),k=a.i(190833),l=a.i(921626),m=a.i(889257),n=a.i(605785),o=a.i(874793),p=a.i(285826),q=a.i(721565),r=a.i(465911),s=a.i(225128),t=a.i(740781);a.i(69411);var u=a.i(263081),v=a.i(862837),w=a.i(134607),x=a.i(296338),y=a.i(550642),z=a.i(988530),A=a.i(193695),B=a.i(508583),C=a.i(38534),D=a.i(400042);a.i(670408);var E=a.i(722922),F=a.i(578294),G=a.i(216625),H=a.i(488648),I=a.i(451914),J=a.i(515867);a.s(["createAppPageEntrypoint",0,function({tree:K,page:L,pathname:M,require:N,loadChunk:O,interopDefault:P}){let Q={require:N,loadChunk:O},R=new b.AppPageRouteModule({definition:{kind:c.RouteKind.APP_PAGE,page:L,pathname:M,bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:K},distDir:".next",relativeProjectDir:""}),S=L;S=S.replace(/\/index$/,"")||"/";let T=(0,q.normalizeAppPath)(S);async function U(b,q,L){var M,N,O,V,W,X,Y;L.requestMeta&&(0,f.setRequestMeta)(b,L.requestMeta),R.isDev&&(0,f.addRequestMeta)(b,"devRequestTimingInternalsEnd",process.hrtime.bigint());let Z=!!(0,f.getRequestMeta)(b,"minimalMode"),$=b.url,_=await R.prepare(b,q,{srcPage:S,multiZoneDraftMode:!1});if(!_)return q.statusCode=400,q.end("Bad Request"),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;let{buildId:aa,query:ab,params:ac,pageIsDynamic:ad,buildManifest:ae,nextFontManifest:af,reactLoadableManifest:ag,serverActionsManifest:ah,clientReferenceManifest:ai,subresourceIntegrityManifest:aj,prerenderManifest:ak,prefetchHintsManifest:al,isDraftMode:am,resolvedPathname:an,revalidateOnlyGenerated:ao,routerServerContext:ap,nextConfig:aq,parsedUrl:ar,interceptionRoutePatterns:as,deploymentId:at,clientAssetToken:au}=_,{isOnDemandRevalidate:av}=_,aw=aq.experimental.ppr&&!aq.cacheComponents&&(0,I.isInterceptionRouteAppPath)(an)?null:R.match(an,ak),ax=(null==aw?void 0:aw.route)??null,ay=!!ak.routes[an],az=b.headers["user-agent"]||"",aA=(0,t.getBotType)(az),aB=(0,f.getRequestMeta)(b,"isPrefetchRSCRequest")??"1"===b.headers[s.NEXT_ROUTER_PREFETCH_HEADER],aC=(0,f.getRequestMeta)(b,"isRSCRequest")??(0,k.isRSCRequestHeader)(b.headers[s.RSC_HEADER]),aD=(0,r.getIsPossibleServerAction)(b);if(T===m.UNDERSCORE_NOT_FOUND_ROUTE&&("GET"===b.method||"HEAD"===b.method)&&!aC&&(0,l.isNonHtmlSecFetchDest)(b.headers["sec-fetch-dest"]))return q.statusCode=404,q.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),q.setHeader("Content-Type","text/plain; charset=utf-8"),q.end("Not Found"),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;let aE=(0,j.checkIsAppPPREnabled)(aq.experimental.ppr),aF=b.headers[x.NEXT_RESUME_STATE_LENGTH_HEADER];if(!(0,f.getRequestMeta)(b,"postponed")&&Z&&aE&&aD&&aF&&"string"==typeof aF){let c=parseInt(aF,10),{maxPostponedStateSize:d,maxPostponedStateSizeBytes:e}=(0,C.getMaxPostponedStateSize)(aq.experimental.maxPostponedStateSize);if(!isNaN(c)&&c>0){if(c>e)return q.statusCode=413,q.end((0,C.getPostponedStateExceededErrorMessage)(d)),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;let g="1 MB",h=(null==(X=aq.experimental.serverActions)?void 0:X.bodySizeLimit)??g,i=c+(h!==g?a.r(914465).parse(h):1048576),j=await (0,C.readBodyWithSizeLimit)(b,i);if(null===j)return q.statusCode=413,q.end("Request body exceeded limit. To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit"),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;if(j.length>=c){let a=j.subarray(0,c).toString("utf8");(0,f.addRequestMeta)(b,"postponed",a);let d=j.subarray(c);(0,f.addRequestMeta)(b,"actionBody",d)}else throw Object.defineProperty(Error(`invariant: expected ${c} bytes of postponed state but only received ${j.length} bytes`),"__NEXT_ERROR_CODE",{value:"E979",enumerable:!1,configurable:!0})}}if("string"!=typeof(0,f.getRequestMeta)(b,"postponed")&&aE&&"1"===b.headers[x.NEXT_RESUME_HEADER]&&"POST"===b.method){let{maxPostponedStateSize:a,maxPostponedStateSizeBytes:c}=(0,C.getMaxPostponedStateSize)(aq.experimental.maxPostponedStateSize),d=await (0,C.readBodyWithSizeLimit)(b,c);if(null===d)return q.statusCode=413,q.end((0,C.getPostponedStateExceededErrorMessage)(a)),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;let e=d.toString("utf8");(0,f.addRequestMeta)(b,"postponed",e)}let aG=!0===R.isDev||!0===aq.experimental.exposeTestingApiInProductionBuild,aH=aG&&"string"==typeof b.headers.cookie&&b.headers.cookie.includes(s.NEXT_INSTANT_TEST_COOKIE+"=")&&(!(0,k.isRSCRequestHeader)(b.headers[s.RSC_HEADER])||"1"===b.headers[s.NEXT_ROUTER_PREFETCH_HEADER]),aI=(aE||aH)&&((null==(M=ak.routes[T]??ak.dynamicRoutes[T])?void 0:M.renderingMode)==="PARTIALLY_STATIC"||aH&&(aG||(null==ap?void 0:ap.experimentalTestProxy)===!0)),aJ=aH&&aI,aK=aJ&&!0===R.isDev,aL=!1,aM=aI?(0,f.getRequestMeta)(b,"postponed"):void 0,aN="string"==typeof aM,aO=null==(N=ak.routes[an])?void 0:N.prefetchDataRoute,aP=aI&&aC&&!aB&&!aO;Z&&(aP=aP&&aN);let aQ=b.headers[s.NEXT_ROUTER_SEGMENT_PREFETCH_HEADER],aR=(0,f.getRequestMeta)(b,"segmentPrefetchRSCRequest")??(aB?"string"==typeof aQ?aQ:Array.isArray(aQ)?aQ[0]:void 0:void 0),aS=!az||(0,p.shouldServeStreamingMetadata)(az,aq.htmlLimitedBots),aT=aI&&!aS,aU=!!((ax||ay||ak.routes[T])&&!aT),aV=aI&&!0===aq.cacheComponents,aW=!0===R.isDev||am||!aU||aN||(aV&&(0,f.getRequestMeta)(b,"onCacheEntryV2")?aP&&!Z:aP),aX=(null==ax?void 0:ax.remainingPrerenderableParams)??[],aY=ay&&aX.some(a=>{let b=null==ac?void 0:ac[a.paramName];return null==b||Array.isArray(b)&&0===b.length}),aZ=(null==ax?void 0:ax.fallback)===null&&((null==(O=ax.fallbackRootParams)?void 0:O.length)??0)>0,a$=null,a_=!1;if(!am&&aU&&!aW&&!aD&&!aN&&!aP){let a=aw?"string"==typeof(null==ax?void 0:ax.fallback)?ax.fallback:aw.source:null;if(aq.partialPrefetching&&a&&(null==ax||null==(Y=ax.fallbackRouteParams)?void 0:Y.length)){if(aX.length>0){let b,c=(b=new Map(aX.map(a=>[a.paramName,a])),a.split("/").map(a=>{let c=(0,J.getSegmentParam)(a);if(!c)return a;let d=b.get(c.paramName);if(!d)return a;let e=null==ac?void 0:ac[d.paramName];if(!e)return a;let f=Array.isArray(e)?e.map(a=>encodeURIComponent(a)).join("/"):encodeURIComponent(e);return a.replace((0,n.buildDynamicSegmentPlaceholder)(d),f)}).join("/")||"/");c!==a&&(a$=c,a_=!0)}}else a$=an}let a0=a$;!a0&&(R.isDev||aU&&ad&&(null==ax||null==(V=ax.fallbackRouteParams)?void 0:V.length)&&!aD)&&(a0=an),R.isDev||am||!aU||!aC||aP||(0,h.stripFlightHeaders)(b.headers);let a1={...E,tree:K,handler:U,routeModule:R,__next_app__:Q};ah&&ai&&(0,o.setManifestsSingleton)({page:S,clientReferenceManifest:ai,serverActionsManifest:ah});let a2=b.method||"GET",a3=(0,e.getTracer)(),a4=a3.getActiveScopeSpan(),a5=!!(null==ap?void 0:ap.isWrappedByNextServer),a6=aq.partialPrefetching&&aX.length>0?(null==ax||null==(W=ax.fallbackRouteParams)?void 0:W.filter(a=>!aX.some(b=>b.paramName===a.paramName)))??[]:[],a7=async()=>((null==ap?void 0:ap.render404)?await ap.render404(b,q,ar,!1):q.end("This page could not be found"),null);try{let a,h=R.getVaryHeader(an,as);q.setHeader("Vary",h);let j=async(c,d)=>{let f=new i.NodeNextRequest(b),h=new i.NodeNextResponse(q);return R.render(f,h,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":q.statusCode,"next.rsc":aC}),q.statusCode&&q.statusCode>=500&&(c.setStatus({code:e.SpanStatusCode.ERROR}),c.setAttribute("error.type",q.statusCode.toString()));let b=a3.getRootSpanAttributes();if(!b)return;if(b.get("next.span_type")!==g.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${b.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=b.get("next.route")||T,f=aC?`RSC ${a2} ${d}`:`${a2} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":f}),c.updateName(f),a&&a!==c&&(a.setAttribute("http.route",d),a.updateName(f))})},k=(0,f.getRequestMeta)(b,"incrementalCache")||await R.getIncrementalCache(b,aq,ak,Z);null==k||k.resetRequestCache(),globalThis.__incrementalCache=k;let l=async({span:a,postponed:c,fallbackRouteParams:d,forceStaticRender:e,allowEmptyStaticShell:g})=>{let h={query:ab,params:ac,page:T,sharedContext:{buildId:aa,deploymentId:at,clientAssetToken:au},serverComponentsHmrCache:(0,f.getRequestMeta)(b,"serverComponentsHmrCache"),fallbackRouteParams:d,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:a1,Component:P(a1),params:ac,routeModule:R,page:S,postponed:c,allowEmptyStaticShell:g,serveStreamingMetadata:aS,supportsDynamicResponse:"string"==typeof c||aW,buildManifest:ae,nextFontManifest:af,reactLoadableManifest:ag,subresourceIntegrityManifest:aj,setCacheStatus:null==ap?void 0:ap.setCacheStatus,setIsrStatus:null==ap?void 0:ap.setIsrStatus,setReactDebugChannel:null==ap?void 0:ap.setReactDebugChannel,sendErrorsToBrowser:null==ap?void 0:ap.sendErrorsToBrowser,dir:require("path").join(process.cwd(),R.relativeProjectDir),isDraftMode:am,botType:aA,isOnDemandRevalidate:av,isPossibleServerAction:aD,assetPrefix:aq.assetPrefix,nextConfigOutput:aq.output,crossOrigin:aq.crossOrigin,trailingSlash:aq.trailingSlash,images:aq.images,previewProps:ak.preview,enableTainting:aq.experimental.taint,htmlLimitedBots:aq.htmlLimitedBots,reactMaxHeadersLength:aq.reactMaxHeadersLength,multiZoneDraftMode:!1,prefetchHints:al,incrementalCache:k,cacheLifeProfiles:aq.cacheLife,staticPageGenerationTimeout:aq.staticPageGenerationTimeout,basePath:aq.basePath,serverActions:aq.experimental.serverActions,logServerFunctions:"object"==typeof aq.logging&&!!aq.logging.serverFunctions,...aJ||aK||aL?{isBuildTimePrerendering:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:aK}:{},cacheComponents:!!aq.cacheComponents,partialPrefetching:aq.partialPrefetching,isFallbackUpgradeable:!!aq.partialPrefetching&&aX.length>0,validationLevel:aq.experimental.instantInsights.validationLevel,experimental:{isRoutePPREnabled:aI,expireTime:aq.expireTime,staleTimes:aq.experimental.staleTimes,dynamicOnHover:!!aq.experimental.dynamicOnHover,optimisticRouting:!!aq.experimental.optimisticRouting,inlineCss:!!aq.experimental.inlineCss,prefetchInlining:aq.experimental.prefetchInlining??!1,authInterrupts:!!aq.experimental.authInterrupts,serverComponentsHmrCancellation:!!aq.experimental.serverComponentsHmrCancellation,useCacheTimeout:aq.experimental.useCacheTimeout,cachedNavigations:aq.experimental.cachedNavigations??!1,clientTraceMetadata:aq.experimental.clientTraceMetadata||[],clientParamParsingOrigins:aq.experimental.clientParamParsingOrigins,maxPostponedStateSizeBytes:(0,B.parseMaxPostponedStateSize)(aq.experimental.maxPostponedStateSize),exposeTestingApi:aG},waitUntil:L.waitUntil,onClose:a=>{q.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(a,c,d,e)=>R.onRequestError(b,a,d,e,ap),err:(0,f.getRequestMeta)(b,"invokeError")}};e&&(h.renderOpts.supportsDynamicResponse=!1);let i=await j(a,h),{metadata:l}=i,{cacheControl:m,headers:n={},fetchTags:o,fetchMetrics:p}=l;if(m&&!1!==m.revalidate&&m.revalidate>0&&void 0===m.expire&&(m.expire=aq.expireTime),o&&(n[x.NEXT_CACHE_TAGS_HEADER]=o),b.fetchMetrics=p,aU&&(null==m?void 0:m.revalidate)===0&&!R.isDev&&!aI){let a=l.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${an}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
1
+ module.exports=[167436,a=>{"use strict";var b=a.i(971306),c=a.i(179847),d=a.i(9185),e=a.i(872842),f=a.i(454897),g=a.i(856157),h=a.i(715988),i=a.i(625766),j=a.i(529725),k=a.i(190833),l=a.i(921626),m=a.i(889257),n=a.i(605785),o=a.i(874793),p=a.i(285826),q=a.i(721565),r=a.i(465911),s=a.i(225128),t=a.i(740781);a.i(69411);var u=a.i(263081),v=a.i(862837),w=a.i(134607),x=a.i(296338),y=a.i(550642),z=a.i(988530),A=a.i(193695),B=a.i(508583),C=a.i(38534),D=a.i(513565);a.i(670408);var E=a.i(722922),F=a.i(578294),G=a.i(216625),H=a.i(488648),I=a.i(451914),J=a.i(515867);a.s(["createAppPageEntrypoint",0,function({tree:K,page:L,pathname:M,require:N,loadChunk:O,interopDefault:P}){let Q={require:N,loadChunk:O},R=new b.AppPageRouteModule({definition:{kind:c.RouteKind.APP_PAGE,page:L,pathname:M,bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:K},distDir:".next",relativeProjectDir:""}),S=L;S=S.replace(/\/index$/,"")||"/";let T=(0,q.normalizeAppPath)(S);async function U(b,q,L){var M,N,O,V,W,X,Y;L.requestMeta&&(0,f.setRequestMeta)(b,L.requestMeta),R.isDev&&(0,f.addRequestMeta)(b,"devRequestTimingInternalsEnd",process.hrtime.bigint());let Z=!!(0,f.getRequestMeta)(b,"minimalMode"),$=b.url,_=await R.prepare(b,q,{srcPage:S,multiZoneDraftMode:!1});if(!_)return q.statusCode=400,q.end("Bad Request"),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;let{buildId:aa,query:ab,params:ac,pageIsDynamic:ad,buildManifest:ae,nextFontManifest:af,reactLoadableManifest:ag,serverActionsManifest:ah,clientReferenceManifest:ai,subresourceIntegrityManifest:aj,prerenderManifest:ak,prefetchHintsManifest:al,isDraftMode:am,resolvedPathname:an,revalidateOnlyGenerated:ao,routerServerContext:ap,nextConfig:aq,parsedUrl:ar,interceptionRoutePatterns:as,deploymentId:at,clientAssetToken:au}=_,{isOnDemandRevalidate:av}=_,aw=aq.experimental.ppr&&!aq.cacheComponents&&(0,I.isInterceptionRouteAppPath)(an)?null:R.match(an,ak),ax=(null==aw?void 0:aw.route)??null,ay=!!ak.routes[an],az=b.headers["user-agent"]||"",aA=(0,t.getBotType)(az),aB=(0,f.getRequestMeta)(b,"isPrefetchRSCRequest")??"1"===b.headers[s.NEXT_ROUTER_PREFETCH_HEADER],aC=(0,f.getRequestMeta)(b,"isRSCRequest")??(0,k.isRSCRequestHeader)(b.headers[s.RSC_HEADER]),aD=(0,r.getIsPossibleServerAction)(b);if(T===m.UNDERSCORE_NOT_FOUND_ROUTE&&("GET"===b.method||"HEAD"===b.method)&&!aC&&(0,l.isNonHtmlSecFetchDest)(b.headers["sec-fetch-dest"]))return q.statusCode=404,q.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),q.setHeader("Content-Type","text/plain; charset=utf-8"),q.end("Not Found"),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;let aE=(0,j.checkIsAppPPREnabled)(aq.experimental.ppr),aF=b.headers[x.NEXT_RESUME_STATE_LENGTH_HEADER];if(!(0,f.getRequestMeta)(b,"postponed")&&Z&&aE&&aD&&aF&&"string"==typeof aF){let c=parseInt(aF,10),{maxPostponedStateSize:d,maxPostponedStateSizeBytes:e}=(0,C.getMaxPostponedStateSize)(aq.experimental.maxPostponedStateSize);if(!isNaN(c)&&c>0){if(c>e)return q.statusCode=413,q.end((0,C.getPostponedStateExceededErrorMessage)(d)),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;let g="1 MB",h=(null==(X=aq.experimental.serverActions)?void 0:X.bodySizeLimit)??g,i=c+(h!==g?a.r(914465).parse(h):1048576),j=await (0,C.readBodyWithSizeLimit)(b,i);if(null===j)return q.statusCode=413,q.end("Request body exceeded limit. To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit"),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;if(j.length>=c){let a=j.subarray(0,c).toString("utf8");(0,f.addRequestMeta)(b,"postponed",a);let d=j.subarray(c);(0,f.addRequestMeta)(b,"actionBody",d)}else throw Object.defineProperty(Error(`invariant: expected ${c} bytes of postponed state but only received ${j.length} bytes`),"__NEXT_ERROR_CODE",{value:"E979",enumerable:!1,configurable:!0})}}if("string"!=typeof(0,f.getRequestMeta)(b,"postponed")&&aE&&"1"===b.headers[x.NEXT_RESUME_HEADER]&&"POST"===b.method){let{maxPostponedStateSize:a,maxPostponedStateSizeBytes:c}=(0,C.getMaxPostponedStateSize)(aq.experimental.maxPostponedStateSize),d=await (0,C.readBodyWithSizeLimit)(b,c);if(null===d)return q.statusCode=413,q.end((0,C.getPostponedStateExceededErrorMessage)(a)),null==L.waitUntil||L.waitUntil.call(L,Promise.resolve()),null;let e=d.toString("utf8");(0,f.addRequestMeta)(b,"postponed",e)}let aG=!0===R.isDev||!0===aq.experimental.exposeTestingApiInProductionBuild,aH=aG&&"string"==typeof b.headers.cookie&&b.headers.cookie.includes(s.NEXT_INSTANT_TEST_COOKIE+"=")&&(!(0,k.isRSCRequestHeader)(b.headers[s.RSC_HEADER])||"1"===b.headers[s.NEXT_ROUTER_PREFETCH_HEADER]),aI=(aE||aH)&&((null==(M=ak.routes[T]??ak.dynamicRoutes[T])?void 0:M.renderingMode)==="PARTIALLY_STATIC"||aH&&(aG||(null==ap?void 0:ap.experimentalTestProxy)===!0)),aJ=aH&&aI,aK=aJ&&!0===R.isDev,aL=!1,aM=aI?(0,f.getRequestMeta)(b,"postponed"):void 0,aN="string"==typeof aM,aO=null==(N=ak.routes[an])?void 0:N.prefetchDataRoute,aP=aI&&aC&&!aB&&!aO;Z&&(aP=aP&&aN);let aQ=b.headers[s.NEXT_ROUTER_SEGMENT_PREFETCH_HEADER],aR=(0,f.getRequestMeta)(b,"segmentPrefetchRSCRequest")??(aB?"string"==typeof aQ?aQ:Array.isArray(aQ)?aQ[0]:void 0:void 0),aS=!az||(0,p.shouldServeStreamingMetadata)(az,aq.htmlLimitedBots),aT=aI&&!aS,aU=!!((ax||ay||ak.routes[T])&&!aT),aV=aI&&!0===aq.cacheComponents,aW=!0===R.isDev||am||!aU||aN||(aV&&(0,f.getRequestMeta)(b,"onCacheEntryV2")?aP&&!Z:aP),aX=(null==ax?void 0:ax.remainingPrerenderableParams)??[],aY=ay&&aX.some(a=>{let b=null==ac?void 0:ac[a.paramName];return null==b||Array.isArray(b)&&0===b.length}),aZ=(null==ax?void 0:ax.fallback)===null&&((null==(O=ax.fallbackRootParams)?void 0:O.length)??0)>0,a$=null,a_=!1;if(!am&&aU&&!aW&&!aD&&!aN&&!aP){let a=aw?"string"==typeof(null==ax?void 0:ax.fallback)?ax.fallback:aw.source:null;if(aq.partialPrefetching&&a&&(null==ax||null==(Y=ax.fallbackRouteParams)?void 0:Y.length)){if(aX.length>0){let b,c=(b=new Map(aX.map(a=>[a.paramName,a])),a.split("/").map(a=>{let c=(0,J.getSegmentParam)(a);if(!c)return a;let d=b.get(c.paramName);if(!d)return a;let e=null==ac?void 0:ac[d.paramName];if(!e)return a;let f=Array.isArray(e)?e.map(a=>encodeURIComponent(a)).join("/"):encodeURIComponent(e);return a.replace((0,n.buildDynamicSegmentPlaceholder)(d),f)}).join("/")||"/");c!==a&&(a$=c,a_=!0)}}else a$=an}let a0=a$;!a0&&(R.isDev||aU&&ad&&(null==ax||null==(V=ax.fallbackRouteParams)?void 0:V.length)&&!aD)&&(a0=an),R.isDev||am||!aU||!aC||aP||(0,h.stripFlightHeaders)(b.headers);let a1={...E,tree:K,handler:U,routeModule:R,__next_app__:Q};ah&&ai&&(0,o.setManifestsSingleton)({page:S,clientReferenceManifest:ai,serverActionsManifest:ah});let a2=b.method||"GET",a3=(0,e.getTracer)(),a4=a3.getActiveScopeSpan(),a5=!!(null==ap?void 0:ap.isWrappedByNextServer),a6=aq.partialPrefetching&&aX.length>0?(null==ax||null==(W=ax.fallbackRouteParams)?void 0:W.filter(a=>!aX.some(b=>b.paramName===a.paramName)))??[]:[],a7=async()=>((null==ap?void 0:ap.render404)?await ap.render404(b,q,ar,!1):q.end("This page could not be found"),null);try{let a,h=R.getVaryHeader(an,as);q.setHeader("Vary",h);let j=async(c,d)=>{let f=new i.NodeNextRequest(b),h=new i.NodeNextResponse(q);return R.render(f,h,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":q.statusCode,"next.rsc":aC}),q.statusCode&&q.statusCode>=500&&(c.setStatus({code:e.SpanStatusCode.ERROR}),c.setAttribute("error.type",q.statusCode.toString()));let b=a3.getRootSpanAttributes();if(!b)return;if(b.get("next.span_type")!==g.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${b.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=b.get("next.route")||T,f=aC?`RSC ${a2} ${d}`:`${a2} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":f}),c.updateName(f),a&&a!==c&&(a.setAttribute("http.route",d),a.updateName(f))})},k=(0,f.getRequestMeta)(b,"incrementalCache")||await R.getIncrementalCache(b,aq,ak,Z);null==k||k.resetRequestCache(),globalThis.__incrementalCache=k;let l=async({span:a,postponed:c,fallbackRouteParams:d,forceStaticRender:e,allowEmptyStaticShell:g})=>{let h={query:ab,params:ac,page:T,sharedContext:{buildId:aa,deploymentId:at,clientAssetToken:au},serverComponentsHmrCache:(0,f.getRequestMeta)(b,"serverComponentsHmrCache"),fallbackRouteParams:d,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:a1,Component:P(a1),params:ac,routeModule:R,page:S,postponed:c,allowEmptyStaticShell:g,serveStreamingMetadata:aS,supportsDynamicResponse:"string"==typeof c||aW,buildManifest:ae,nextFontManifest:af,reactLoadableManifest:ag,subresourceIntegrityManifest:aj,setCacheStatus:null==ap?void 0:ap.setCacheStatus,setIsrStatus:null==ap?void 0:ap.setIsrStatus,setReactDebugChannel:null==ap?void 0:ap.setReactDebugChannel,sendErrorsToBrowser:null==ap?void 0:ap.sendErrorsToBrowser,dir:require("path").join(process.cwd(),R.relativeProjectDir),isDraftMode:am,botType:aA,isOnDemandRevalidate:av,isPossibleServerAction:aD,assetPrefix:aq.assetPrefix,nextConfigOutput:aq.output,crossOrigin:aq.crossOrigin,trailingSlash:aq.trailingSlash,images:aq.images,previewProps:ak.preview,enableTainting:aq.experimental.taint,htmlLimitedBots:aq.htmlLimitedBots,reactMaxHeadersLength:aq.reactMaxHeadersLength,multiZoneDraftMode:!1,prefetchHints:al,incrementalCache:k,cacheLifeProfiles:aq.cacheLife,staticPageGenerationTimeout:aq.staticPageGenerationTimeout,basePath:aq.basePath,serverActions:aq.experimental.serverActions,logServerFunctions:"object"==typeof aq.logging&&!!aq.logging.serverFunctions,...aJ||aK||aL?{isBuildTimePrerendering:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:aK}:{},cacheComponents:!!aq.cacheComponents,partialPrefetching:aq.partialPrefetching,isFallbackUpgradeable:!!aq.partialPrefetching&&aX.length>0,validationLevel:aq.experimental.instantInsights.validationLevel,experimental:{isRoutePPREnabled:aI,expireTime:aq.expireTime,staleTimes:aq.experimental.staleTimes,dynamicOnHover:!!aq.experimental.dynamicOnHover,optimisticRouting:!!aq.experimental.optimisticRouting,inlineCss:!!aq.experimental.inlineCss,prefetchInlining:aq.experimental.prefetchInlining??!1,authInterrupts:!!aq.experimental.authInterrupts,serverComponentsHmrCancellation:!!aq.experimental.serverComponentsHmrCancellation,useCacheTimeout:aq.experimental.useCacheTimeout,cachedNavigations:aq.experimental.cachedNavigations??!1,clientTraceMetadata:aq.experimental.clientTraceMetadata||[],clientParamParsingOrigins:aq.experimental.clientParamParsingOrigins,maxPostponedStateSizeBytes:(0,B.parseMaxPostponedStateSize)(aq.experimental.maxPostponedStateSize),exposeTestingApi:aG},waitUntil:L.waitUntil,onClose:a=>{q.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(a,c,d,e)=>R.onRequestError(b,a,d,e,ap),err:(0,f.getRequestMeta)(b,"invokeError")}};e&&(h.renderOpts.supportsDynamicResponse=!1);let i=await j(a,h),{metadata:l}=i,{cacheControl:m,headers:n={},fetchTags:o,fetchMetrics:p}=l;if(m&&!1!==m.revalidate&&m.revalidate>0&&void 0===m.expire&&(m.expire=aq.expireTime),o&&(n[x.NEXT_CACHE_TAGS_HEADER]=o),b.fetchMetrics=p,aU&&(null==m?void 0:m.revalidate)===0&&!R.isDev&&!aI){let a=l.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${an}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
2
  see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:u.CachedRouteKind.APP_PAGE,html:i,headers:n,rscData:l.flightData,postponed:l.postponed,status:l.statusCode,segmentData:l.segmentData},cacheControl:m}},m=async({hasResolved:a,previousCacheEntry:e,isRevalidating:g,span:h,forceStaticRender:i=!1})=>{let j=!1===R.isDev,o=a||q.writableEnded;try{var p;let d;if(av&&ao&&!e&&!Z)return(null==ap?void 0:ap.render404)?await ap.render404(b,q):(q.statusCode=404,q.end("This page could not be found")),null;if(ax&&(d=(0,v.parseFallbackField)(ax.fallback)),aq.partialPrefetching&&(null==ax?void 0:ax.fallback)===null&&!aY&&!aZ&&aX.length>0&&(d=v.FallbackMode.PRERENDER),d!==v.FallbackMode.PRERENDER||(aI?aS:!aA)||(d=v.FallbackMode.BLOCKING_STATIC_RENDER),(null==e?void 0:e.isStale)===-1&&(av=!0),av&&(d!==v.FallbackMode.NOT_FOUND||e)&&(d=v.FallbackMode.BLOCKING_STATIC_RENDER),!Z&&d!==v.FallbackMode.BLOCKING_STATIC_RENDER&&a0&&!o&&!am&&ad&&(j||!ay)){if((j||ax)&&d===v.FallbackMode.NOT_FOUND){if(aq.adapterPath)return await a7();throw new A.NoFallbackError}if(aI&&(aq.cacheComponents?!aP:!aC)){let d,e=j&&"string"==typeof(null==ax?void 0:ax.fallback)?ax.fallback:T;d=j?(null==ax?void 0:ax.fallbackRouteParams)?(0,n.createOpaqueFallbackRouteParams)(ax.fallbackRouteParams):aL?(0,n.getFallbackRouteParams)(T,R):null:aL?(0,n.getFallbackRouteParams)(T,R):aJ?(0,f.getRequestMeta)(b,"fallbackParams")??null:null,aJ&&d&&(0,f.addRequestMeta)(b,"fallbackParams",d);let g=await R.handleResponse({cacheKey:e,req:b,nextConfig:aq,routeKind:c.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:ak,isRoutePPREnabled:aI,responseGenerator:async()=>l({span:h,postponed:void 0,fallbackRouteParams:d,forceStaticRender:!0,allowEmptyStaticShell:aH||void 0}),waitUntil:L.waitUntil,isMinimalMode:Z});if(null===g)return null;if(g)return!Z&&aI&&aq.partialPrefetching&&aX.length>0&&a$&&k&&!av&&!aL&&!aG&&!aH&&(0,H.scheduleOnNextTick)(async()=>{let c=R.getResponseCache(b);try{await c.revalidate(a$,k,aI,!1,a=>l({span:a.span,postponed:void 0,fallbackRouteParams:a6.length>0?(0,n.createOpaqueFallbackRouteParams)(a6):null,forceStaticRender:!0}),null,a,L.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}),delete g.cacheControl,g}}let r=av||g||!aM?void 0:aM;if(aV&&!Z&&k&&(aP||aD)&&!i){let c=await k.get(an,{kind:u.IncrementalCacheKind.APP_PAGE,isRoutePPREnabled:!0,isFallback:!1});c&&c.value&&c.value.kind===u.CachedRouteKind.APP_PAGE&&(r=c.value.postponed,c&&(-1===c.isStale||!0===c.isStale)&&(0,H.scheduleOnNextTick)(async()=>{let c=R.getResponseCache(b);try{await c.revalidate(an,k,aI,!1,a=>m({...a,forceStaticRender:!0}),null,a,L.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}))}if((aJ||aK)&&void 0!==r)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:u.CachedRouteKind.APP_PAGE,html:w.default.fromStatic("",aC?s.RSC_CONTENT_TYPE_HEADER:x.HTML_CONTENT_TYPE_HEADER),rscData:void 0,postponed:r,segmentData:void 0,headers:void 0,status:void 0}};let t=!R.isDev&&ad&&(null==ax?void 0:ax.fallbackRouteParams)?(0,n.getPlaceholderFallbackRouteParams)(ac,ax.fallbackRouteParams):null,y=t&&t.length>0?t:null==ax?void 0:ax.fallbackRouteParams,z=null!=t&&t.length>0,B=null;if(aq.cacheComponents&&(null==ax?void 0:ax.fallbackRouteParams)){let a=(0,f.getRequestMeta)(b,"resolvedRouteParamKeys");a&&a.size>0&&(B=ax.fallbackRouteParams.filter(b=>!a.has(b.paramName)))}let C=(j&&(0,f.getRequestMeta)(b,"renderFallbackShell")||z||aJ&&!ay)&&y?(0,n.createOpaqueFallbackRouteParams)(y):B&&B.length>0&&B.length<((null==ax||null==(p=ax.fallbackRouteParams)?void 0:p.length)??0)?(0,n.createOpaqueFallbackRouteParams)(B):!Z&&a_&&a6.length>0?(0,n.createOpaqueFallbackRouteParams)(a6):aL?(0,n.getFallbackRouteParams)(T,R):null;if((j||aJ)&&aq.cacheComponents&&!ay&&(null==ax?void 0:ax.fallbackRouteParams)){let a=(0,n.createOpaqueFallbackRouteParams)(y??ax.fallbackRouteParams);a&&(0,f.addRequestMeta)(b,"fallbackParams",a)}return l({span:h,postponed:r,fallbackRouteParams:C,forceStaticRender:i,allowEmptyStaticShell:aH||void 0})}catch(a){throw(null==e?void 0:e.isStale)&&await R.onRequestError(b,a,{routerKind:"App Router",routePath:S,routeType:"render",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:aU,isOnDemandRevalidate:av})},!1,ap),a}},o=async a=>{var d,e,g,h,i;let j,k=await R.handleResponse({cacheKey:a$,responseGenerator:b=>m({span:a,...b}),routeKind:c.RouteKind.APP_PAGE,isOnDemandRevalidate:av,isRoutePPREnabled:aI,req:b,nextConfig:aq,prerenderManifest:ak,waitUntil:L.waitUntil,isMinimalMode:Z});if(am&&q.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),R.isDev&&q.setHeader("Cache-Control","1"===b.headers[s.NEXT_HMR_REFRESH_HEADER]?"no-store":"no-cache, must-revalidate"),!k){if(a$)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(d=k.value)?void 0:d.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(g=k.value)?void 0:g.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let o="string"==typeof k.value.postponed;aC&&!aD&&at&&q.setHeader(x.NEXT_NAV_DEPLOYMENT_ID_HEADER,at),aU&&!aP&&(!o||aB)&&(Z||q.setHeader("x-nextjs-cache",av?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),q.setHeader(s.NEXT_IS_PRERENDER_HEADER,"1"));let{value:p}=k;if(aN)j={revalidate:0,expire:void 0};else if(aP)j={revalidate:0,expire:void 0};else if(!R.isDev)if(am)j={revalidate:0,expire:void 0};else if(aU){if(k.cacheControl)if("number"==typeof k.cacheControl.revalidate){if(k.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${k.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});j={revalidate:k.cacheControl.revalidate,expire:k.cacheControl.expire}}else j={revalidate:x.CACHE_ONE_YEAR_SECONDS,expire:void 0}}else q.getHeader("Cache-Control")||(j={revalidate:0,expire:void 0});if(k.cacheControl=j,"string"==typeof aR&&(null==p?void 0:p.kind)===u.CachedRouteKind.APP_PAGE&&p.segmentData){q.setHeader(s.NEXT_DID_POSTPONE_HEADER,"2");let a=null==(h=p.headers)?void 0:h[x.NEXT_CACHE_TAGS_HEADER];Z&&aU&&a&&"string"==typeof a&&q.setHeader(x.NEXT_CACHE_TAGS_HEADER,a);let c=p.segmentData.get(aR);return void 0!==c?(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:w.default.fromStatic(c,s.RSC_CONTENT_TYPE_HEADER),cacheControl:k.cacheControl}):(q.statusCode=404,(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:w.default.EMPTY,cacheControl:k.cacheControl}))}let r=aV?(0,f.getRequestMeta)(b,"onCacheEntryV2")??(0,f.getRequestMeta)(b,"onCacheEntry"):(0,f.getRequestMeta)(b,"onCacheEntry");if(r&&!aJ){let a=(0,f.getRequestMeta)(b,"initURL")??b.url,c=a?(null==(i=(0,D.parseUrl)(a))?void 0:i.pathname)??a:void 0;if(await r(k,{url:c}))return null}if(p.headers){let a={...p.headers};for(let[b,c]of(Z&&aU||delete a[x.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==c)if(Array.isArray(c))for(let a of c)q.appendHeader(b,a);else"number"==typeof c&&(c=c.toString()),q.appendHeader(b,c)}let t=null==(e=p.headers)?void 0:e[x.NEXT_CACHE_TAGS_HEADER];if(Z&&aU&&t&&"string"==typeof t&&q.setHeader(x.NEXT_CACHE_TAGS_HEADER,t),!p.status||aC&&aI||(q.statusCode=p.status),!Z&&p.status&&F.RedirectStatusCode[p.status]&&aC&&(q.statusCode=200),o&&!aP&&q.setHeader(s.NEXT_DID_POSTPONE_HEADER,"1"),aC&&!am){if(void 0===p.rscData){if(p.html.contentType!==s.RSC_CONTENT_TYPE_HEADER)if(aq.cacheComponents)return q.statusCode=404,(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:w.default.EMPTY,cacheControl:k.cacheControl});else throw Object.defineProperty(new G.InvariantError(`Expected RSC response, got ${p.html.contentType}`),"__NEXT_ERROR_CODE",{value:"E789",enumerable:!1,configurable:!0});return(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:p.html,cacheControl:k.cacheControl})}return(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:w.default.fromStatic(p.rscData,s.RSC_CONTENT_TYPE_HEADER),cacheControl:k.cacheControl})}let v=p.html;if(aH&&aJ){if("string"==typeof p.postponed&&E.isEmptyHTMLPrelude(p.postponed)){if(!0===R.isDev)throw Object.defineProperty(Error(`The Navigation Inspector was active, but you attempted to load a blocking route. Reload the page to reset the inspector.
3
3
 
4
- To identify why this route is blocking, refer to the Instant Navigation docs: https://preview.nextjs.org/docs/app/guides/instant-navigation`),"__NEXT_ERROR_CODE",{value:"E1387",enumerable:!1,configurable:!0});let a=`<!DOCTYPE html><html><head><meta charSet="utf-8"/></head><body><script>document.cookie="${s.NEXT_INSTANT_TEST_COOKIE}=; Path=/; Max-Age=0"</script><p>The Navigation Inspector was active, but you attempted to load a blocking route. Reload the page to reset the inspector.</p><p>To identify why this route is blocking, refer to the <a href="https://preview.nextjs.org/docs/app/guides/instant-navigation">Instant Navigation docs</a>.</p></body></html>`;return(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:w.default.fromStatic(a,x.HTML_CONTENT_TYPE_HEADER),cacheControl:{revalidate:0,expire:void 0}})}return v.push(new ReadableStream({start(a){a.enqueue(y.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})}if(!o||Z||aC)return(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:v,cacheControl:k.cacheControl});if(aJ||aK)return v.push(new ReadableStream({start(a){a.enqueue(y.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}});let A=new TransformStream;if(v.push(A.readable),aq.cacheComponents&&(null==ax?void 0:ax.fallbackRouteParams)){let a=(0,n.createOpaqueFallbackRouteParams)(ax.fallbackRouteParams);a&&(0,f.addRequestMeta)(b,"fallbackParams",a)}return l({span:a,postponed:p.postponed,fallbackRouteParams:null,forceStaticRender:!1}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(A.writable)}).catch(a=>{A.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})};if(!a5||!a4)return a=a3.getActiveScopeSpan(),await a3.withPropagatedContext(b.headers,()=>a3.trace(g.BaseServerSpan.handleRequest,{spanName:`${a2} ${S}`,kind:e.SpanKind.SERVER,attributes:{"http.method":a2,"http.target":$}},o),void 0,!a5);await o(a4)}catch(a){throw aH&&!q.headersSent&&q.setHeader("Set-Cookie",`${s.NEXT_INSTANT_TEST_COOKIE}=; Path=/; Max-Age=0`),a instanceof A.NoFallbackError||await R.onRequestError(b,a,{routerKind:"App Router",routePath:S,routeType:"render",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:aU,isOnDemandRevalidate:av})},!1,ap),a}}return{__next_app__:Q,routeModule:R,handler:U}}])},225128,function(a){a.n(a.i(891562))},578294,function(a){a.n(a.i(971717))},296338,function(a){a.n(a.i(521751))},862837,function(a){a.n(a.i(640795))},488648,function(a){a.n(a.i(368113))},400042,function(a){a.n(a.i(742440))},722922,function(a){a.n(a.i(496772))},670408,function(a){a.n(a.i(409095))},594331,function(a){a.n(a.i(860644))},874793,function(a){a.n(a.i(633169))},715988,function(a){a.n(a.i(856952))},625766,function(a){a.n(a.i(777341))},9185,function(a){a.n(a.i(729432))},529725,function(a){a.n(a.i(994290))},921626,function(a){a.n(a.i(700975))},190833,function(a){a.n(a.i(746994))},38534,function(a){a.n(a.i(698175))},465911,function(a){a.n(a.i(708950))},285826,function(a){a.n(a.i(437111))},856157,function(a){a.n(a.i(118970))},872842,function(a){a.n(a.i(275164))},134607,function(a){a.n(a.i(611614))},454897,function(a){a.n(a.i(330106))},605785,function(a){a.n(a.i(790588))},69411,function(a){a.n(a.i(675700))},263081,function(a){a.n(a.i(200276))},179847,function(a){a.n(a.i(403343))},971306,(a,b,c)=>{b.exports=a.r(918622)},988530,function(a){a.n(a.i(10531))},550642,function(a){a.n(a.i(512213))},889257,function(a){a.n(a.i(958579))},216625,function(a){a.n(a.i(585034))},721565,function(a){a.n(a.i(741763))},515867,function(a){a.n(a.i(91505))},451914,function(a){a.n(a.i(466482))},740781,function(a){a.n(a.i(449670))},508583,function(a){a.n(a.i(901082))},612948,(a,b,c)=>{"use strict";function d(a){return a}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"instrumentModuleGetter",{enumerable:!0,get:function(){return d}})}];
4
+ To identify why this route is blocking, refer to the Instant Navigation docs: https://preview.nextjs.org/docs/app/guides/instant-navigation`),"__NEXT_ERROR_CODE",{value:"E1387",enumerable:!1,configurable:!0});let a=`<!DOCTYPE html><html><head><meta charSet="utf-8"/></head><body><script>document.cookie="${s.NEXT_INSTANT_TEST_COOKIE}=; Path=/; Max-Age=0"</script><p>The Navigation Inspector was active, but you attempted to load a blocking route. Reload the page to reset the inspector.</p><p>To identify why this route is blocking, refer to the <a href="https://preview.nextjs.org/docs/app/guides/instant-navigation">Instant Navigation docs</a>.</p></body></html>`;return(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:w.default.fromStatic(a,x.HTML_CONTENT_TYPE_HEADER),cacheControl:{revalidate:0,expire:void 0}})}return v.push(new ReadableStream({start(a){a.enqueue(y.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})}if(!o||Z||aC)return(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:v,cacheControl:k.cacheControl});if(aJ||aK)return v.push(new ReadableStream({start(a){a.enqueue(y.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}});let A=new TransformStream;if(v.push(A.readable),aq.cacheComponents&&(null==ax?void 0:ax.fallbackRouteParams)){let a=(0,n.createOpaqueFallbackRouteParams)(ax.fallbackRouteParams);a&&(0,f.addRequestMeta)(b,"fallbackParams",a)}return l({span:a,postponed:p.postponed,fallbackRouteParams:null,forceStaticRender:!1}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(A.writable)}).catch(a=>{A.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,z.sendRenderResult)({req:b,res:q,generateEtags:aq.generateEtags,poweredByHeader:aq.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})};if(!a5||!a4)return a=a3.getActiveScopeSpan(),await a3.withPropagatedContext(b.headers,()=>a3.trace(g.BaseServerSpan.handleRequest,{spanName:`${a2} ${S}`,kind:e.SpanKind.SERVER,attributes:{"http.method":a2,"http.target":$}},o),void 0,!a5);await o(a4)}catch(a){throw aH&&!q.headersSent&&q.setHeader("Set-Cookie",`${s.NEXT_INSTANT_TEST_COOKIE}=; Path=/; Max-Age=0`),a instanceof A.NoFallbackError||await R.onRequestError(b,a,{routerKind:"App Router",routePath:S,routeType:"render",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:aU,isOnDemandRevalidate:av})},!1,ap),a}}return{__next_app__:Q,routeModule:R,handler:U}}])},225128,function(a){a.n(a.i(891562))},578294,function(a){a.n(a.i(971717))},296338,function(a){a.n(a.i(521751))},862837,function(a){a.n(a.i(640795))},488648,function(a){a.n(a.i(368113))},513565,function(a){a.n(a.i(742440))},722922,function(a){a.n(a.i(496772))},670408,function(a){a.n(a.i(409095))},594331,function(a){a.n(a.i(860644))},874793,function(a){a.n(a.i(633169))},715988,function(a){a.n(a.i(856952))},625766,function(a){a.n(a.i(777341))},9185,function(a){a.n(a.i(729432))},529725,function(a){a.n(a.i(994290))},921626,function(a){a.n(a.i(700975))},190833,function(a){a.n(a.i(746994))},38534,function(a){a.n(a.i(698175))},465911,function(a){a.n(a.i(708950))},285826,function(a){a.n(a.i(437111))},856157,function(a){a.n(a.i(118970))},872842,function(a){a.n(a.i(275164))},134607,function(a){a.n(a.i(611614))},454897,function(a){a.n(a.i(330106))},605785,function(a){a.n(a.i(790588))},69411,function(a){a.n(a.i(675700))},263081,function(a){a.n(a.i(200276))},179847,function(a){a.n(a.i(403343))},971306,(a,b,c)=>{b.exports=a.r(918622)},988530,function(a){a.n(a.i(10531))},550642,function(a){a.n(a.i(512213))},889257,function(a){a.n(a.i(958579))},216625,function(a){a.n(a.i(585034))},721565,function(a){a.n(a.i(741763))},515867,function(a){a.n(a.i(91505))},451914,function(a){a.n(a.i(466482))},740781,function(a){a.n(a.i(449670))},508583,function(a){a.n(a.i(901082))},612948,(a,b,c)=>{"use strict";function d(a){return a}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"instrumentModuleGetter",{enumerable:!0,get:function(){return d}})}];
5
5
 
6
6
  //# sourceMappingURL=node_modules_next_dist_1n3w9lb._.js.map
@@ -1,4 +1,4 @@
1
1
  var R=require("./chunks/[turbopack]_runtime.js")("server/instrumentation.js")
2
- R.c("server/chunks/_0kjjmag._.js")
2
+ R.c("server/chunks/_1qxheoa._.js")
3
3
  R.m(769449)
4
4
  module.exports=R.m(769449).exports
@@ -7,9 +7,9 @@ globalThis.__BUILD_MANIFEST = {
7
7
  "static/chunks/0cz1d0mv5g_q7.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/X34BUd9bfdH27ripuwwBm/_buildManifest.js",
11
- "static/X34BUd9bfdH27ripuwwBm/_ssgManifest.js",
12
- "static/X34BUd9bfdH27ripuwwBm/_clientMiddlewareManifest.js"
10
+ "static/x1cCqY0kWpR_VcYx_lWO5/_buildManifest.js",
11
+ "static/x1cCqY0kWpR_VcYx_lWO5/_ssgManifest.js",
12
+ "static/x1cCqY0kWpR_VcYx_lWO5/_clientMiddlewareManifest.js"
13
13
  ],
14
14
  "rootMainFiles": [
15
15
  "static/chunks/1ohke9sc0ctao.js",
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable noto_sans_kr_aea9f400-module__SrCM8q__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/233p45nuh4m5b.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/02omaqvvszea3.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/388-t2v72jh39.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1ohke9sc0ctao.js"/><script src="/_next/static/chunks/2pxyhxxeg4mxz.js" async=""></script><script src="/_next/static/chunks/1ydmped16jpzg.js" async=""></script><script src="/_next/static/chunks/3gt-hnyyz96ot.js" async=""></script><script src="/_next/static/chunks/0-4srap-ffvu1.js" async=""></script><script src="/_next/static/chunks/2-urkx3cuhmdn.js" async=""></script><script src="/_next/static/chunks/turbopack-222zsx-_pb2lm.js" async=""></script><script src="/_next/static/chunks/3hibbjnt85-k6.js" async=""></script><script src="/_next/static/chunks/2ukj8k69y89um.js" async=""></script><script src="/_next/static/chunks/0ai8zhobo9662.js" async=""></script><meta name="robots" content="noindex"/><title>Thursday</title><meta name="description" content="The &quot;Thursday&quot; is a voice agent that can help you with your daily tasks."/><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="h-screen w-full flex flex-col"><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var t=localStorage.getItem(\"thursday.theme\");var d=t===\"dark\"||(t!==\"light\"\u0026\u0026matchMedia(\"(prefers-color-scheme: dark)\").matches);var h=document.documentElement;h.classList.toggle(\"dark\",d);h.style.colorScheme=d?\"dark\":\"light\"}catch(e){}})();","id":"theme-boot"}])</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/1ohke9sc0ctao.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[479520,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"\"]\n3:I[881283,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"ThemeSync\"]\n4:I[511769,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"AppEventSource\"]\n5:I[339756,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"default\"]\n6:I[837457,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"default\"]\n7:I[6799,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"Toaster\"]\n8:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"ViewportBoundary\"]\ne:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"MetadataBoundary\"]\n10:I[168027,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/233p45nuh4m5b.css\",\"style\"]\n:HL[\"/_next/static/chunks/02omaqvvszea3.css\",\"style\"]\n:HL[\"/_next/static/chunks/388-t2v72jh39.css\",\"style\"]\nb:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/233p45nuh4m5b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/02omaqvvszea3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/388-t2v72jh39.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/3hibbjnt85-k6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/2ukj8k69y89um.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0ai8zhobo9662.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable noto_sans_kr_aea9f400-module__SrCM8q__variable h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"h-screen w-full flex flex-col\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"theme-boot\",\"strategy\":\"beforeInteractive\",\"children\":\"(function(){try{var t=localStorage.getItem(\\\"thursday.theme\\\");var d=t===\\\"dark\\\"||(t!==\\\"light\\\"\u0026\u0026matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches);var h=document.documentElement;h.classList.toggle(\\\"dark\\\",d);h.style.colorScheme=d?\\\"dark\\\":\\\"light\\\"}catch(e){}})();\"}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L7\",null,{}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,null]},null,false,\"$b\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/233p45nuh4m5b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/02omaqvvszea3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/388-t2v72jh39.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"X34BUd9bfdH27ripuwwBm\"}\nb:C\nd:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n11:I[27201,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/2ukj8k69y89um.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"IconMark\"]\na:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Thursday\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"The \\\"Thursday\\\" is a voice agent that can help you with your daily tasks.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L11\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable noto_sans_kr_aea9f400-module__SrCM8q__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/233p45nuh4m5b.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/02omaqvvszea3.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/14hgtsjg-kael.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1ohke9sc0ctao.js"/><script src="/_next/static/chunks/2pxyhxxeg4mxz.js" async=""></script><script src="/_next/static/chunks/1ydmped16jpzg.js" async=""></script><script src="/_next/static/chunks/3gt-hnyyz96ot.js" async=""></script><script src="/_next/static/chunks/0-4srap-ffvu1.js" async=""></script><script src="/_next/static/chunks/2-urkx3cuhmdn.js" async=""></script><script src="/_next/static/chunks/turbopack-222zsx-_pb2lm.js" async=""></script><script src="/_next/static/chunks/3hibbjnt85-k6.js" async=""></script><script src="/_next/static/chunks/3xk7yqgomx7yq.js" async=""></script><script src="/_next/static/chunks/0ai8zhobo9662.js" async=""></script><meta name="robots" content="noindex"/><title>Thursday</title><meta name="description" content="The &quot;Thursday&quot; is a voice agent that can help you with your daily tasks."/><link rel="icon" href="/favicon.ico?favicon.37o1pjldwi2uc.ico" sizes="48x48" type="image/x-icon"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="h-screen w-full flex flex-col"><div hidden=""><!--$--><!--/$--></div><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"(function(){try{var t=localStorage.getItem(\"thursday.theme\");var d=t===\"dark\"||(t!==\"light\"\u0026\u0026matchMedia(\"(prefers-color-scheme: dark)\").matches);var h=document.documentElement;h.classList.toggle(\"dark\",d);h.style.colorScheme=d?\"dark\":\"light\"}catch(e){}})();","id":"theme-boot"}])</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/1ohke9sc0ctao.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[479520,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"\"]\n3:I[881283,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"ThemeSync\"]\n4:I[511769,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"AppEventSource\"]\n5:I[339756,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"default\"]\n6:I[837457,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"default\"]\n7:I[6799,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"Toaster\"]\n8:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"ViewportBoundary\"]\ne:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"MetadataBoundary\"]\n10:I[168027,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/233p45nuh4m5b.css\",\"style\"]\n:HL[\"/_next/static/chunks/02omaqvvszea3.css\",\"style\"]\n:HL[\"/_next/static/chunks/14hgtsjg-kael.css\",\"style\"]\nb:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/233p45nuh4m5b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/02omaqvvszea3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/14hgtsjg-kael.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/3hibbjnt85-k6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0ai8zhobo9662.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable noto_sans_kr_aea9f400-module__SrCM8q__variable h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"h-screen w-full flex flex-col\",\"children\":[[\"$\",\"$L2\",null,{\"id\":\"theme-boot\",\"strategy\":\"beforeInteractive\",\"children\":\"(function(){try{var t=localStorage.getItem(\\\"thursday.theme\\\");var d=t===\\\"dark\\\"||(t!==\\\"light\\\"\u0026\u0026matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches);var h=document.documentElement;h.classList.toggle(\\\"dark\\\",d);h.style.colorScheme=d?\\\"dark\\\":\\\"light\\\"}catch(e){}})();\"}],[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L7\",null,{}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:3:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,null]},null,false,\"$b\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/233p45nuh4m5b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/02omaqvvszea3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/14hgtsjg-kael.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"x1cCqY0kWpR_VcYx_lWO5\"}\nb:C\nd:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n11:I[27201,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/3xk7yqgomx7yq.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"IconMark\"]\na:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Thursday\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"The \\\"Thursday\\\" is a voice agent that can help you with your daily tasks.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.37o1pjldwi2uc.ico\",\"sizes\":\"48x48\",\"type\":\"image/x-icon\"}],[\"$\",\"$L11\",\"3\",{}]]\n"])</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1ohke9sc0ctao.js"/><script src="/_next/static/chunks/2pxyhxxeg4mxz.js" async=""></script><script src="/_next/static/chunks/1ydmped16jpzg.js" async=""></script><script src="/_next/static/chunks/3gt-hnyyz96ot.js" async=""></script><script src="/_next/static/chunks/0-4srap-ffvu1.js" async=""></script><script src="/_next/static/chunks/2-urkx3cuhmdn.js" async=""></script><script src="/_next/static/chunks/turbopack-222zsx-_pb2lm.js" async=""></script><script src="/_next/static/chunks/33t46atd3n2zd.js" async=""></script><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/1ohke9sc0ctao.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[339756,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"default\"]\n3:I[837457,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"default\"]\n4:I[897367,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[897367,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"ViewportBoundary\"]\na:I[897367,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"MetadataBoundary\"]\nc:I[168027,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"default\",1]\n7:X\n0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"X34BUd9bfdH27ripuwwBm\"}\n7:C\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nd:I[27201,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Ld\",\"1\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1ohke9sc0ctao.js"/><script src="/_next/static/chunks/2pxyhxxeg4mxz.js" async=""></script><script src="/_next/static/chunks/1ydmped16jpzg.js" async=""></script><script src="/_next/static/chunks/3gt-hnyyz96ot.js" async=""></script><script src="/_next/static/chunks/0-4srap-ffvu1.js" async=""></script><script src="/_next/static/chunks/2-urkx3cuhmdn.js" async=""></script><script src="/_next/static/chunks/turbopack-222zsx-_pb2lm.js" async=""></script><script src="/_next/static/chunks/33t46atd3n2zd.js" async=""></script><link rel="icon" href="/favicon.ico?favicon.37o1pjldwi2uc.ico" sizes="48x48" type="image/x-icon"/><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/1ohke9sc0ctao.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[339756,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"default\"]\n3:I[837457,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"default\"]\n4:I[897367,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[897367,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"ViewportBoundary\"]\na:I[897367,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"MetadataBoundary\"]\nc:I[168027,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"default\",1]\n7:X\n0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"x1cCqY0kWpR_VcYx_lWO5\"}\n7:C\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nd:I[27201,[\"/_next/static/chunks/33t46atd3n2zd.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.37o1pjldwi2uc.ico\",\"sizes\":\"48x48\",\"type\":\"image/x-icon\"}],[\"$\",\"$Ld\",\"1\",{}]]\n"])</script></body></html>
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"7f0565914645e8a2c6bbe2835f0d5fd87b2a4b7c54\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/config/config.action.ts\",\n \"exportedName\": \"setConfigAction\"\n },\n \"7fe0e2043b00478f71de9e7017bc10df7b0af44ed7\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"createSeedBotsAction\"\n },\n \"7f26ed34628aa747f4041e3b9f2728a7554015982d\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"markReportedAction\"\n },\n \"7f9fe74599a3a42962491399d55e9fc8e17f39eb51\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"startTaskAction\"\n },\n \"7fc46134dc257ffb46e56975909bec673945ad7151\": {\n \"workers\": {\n \"app/artifact/[...path]/page\": {\n \"moduleId\": 701876,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/workspace/workspace.action.ts\",\n \"exportedName\": \"openFileAction\"\n },\n \"7f6297eba857045d97a0b713eb1ebfbc273f39ed1d\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"answerTaskAction\"\n },\n \"7fc799595327176b60f83fed3c679f1a687ecca4fe\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"cancelTaskAction\"\n },\n \"7fdda987c5c6887d333c51ad9d859efeed3392ddd7\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"cancelMemoryTidyAction\"\n },\n \"7f84194f8e656799a38ecdfbe0e6e7197314915282\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"runMemoryTidyAction\"\n },\n \"7f89da96e453adc9271fa1c02af987e8afce58036e\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"setMemoryTidyModelAction\"\n },\n \"7ff7165bd1c214fcdae348973ca11be2ca989d01bd\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"setMemoryTidyOnAction\"\n },\n \"7f3b058a712d28a68c87b36a2bf1cd90ab78923a76\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"addFactsAction\"\n },\n \"7fac25c49e4b728e331504596728000b9c0a702269\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"createNoteAction\"\n },\n \"7f8a9265b964646e2350a6e7c0faf9ace9939aa932\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"deleteNoteAction\"\n },\n \"7f8138d0370b6085de577c575484252df73c3fb9b5\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"forgetFactAction\"\n },\n \"7fc08c711a4e4fa288c5ceaa27294b1e39b8660ce4\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"reviseFactAction\"\n },\n \"7ff8642cc5d4e9011d92957244e6812727add309b4\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"setFactAlwaysLoadAction\"\n },\n \"7f1d70ca6d452e70a4bf056025a15917c39531eb09\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"updateNoteAction\"\n },\n \"7fcde5fe88db84dceeb9b2ffe60d0ca1e3a1a00a10\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"createBotAction\"\n },\n \"7fc29457d8d7aed08760ab0333ee56596b621a82fa\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"deleteBotAction\"\n },\n \"7f25ff0eeb6f841d78f67da83b08e04174786539db\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"updateBotAction\"\n },\n \"7f08787ba9fc8824b7a875687443bbce164e04905e\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"clearFinishedTasksAction\"\n },\n \"7f46407252db150b0c510d36e20dccf5a544e9107f\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"deleteTaskAction\"\n },\n \"7f25c6b89ec9d7c8f1bbbd8a43e823b5f135abdb02\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/config/config.action.ts\",\n \"exportedName\": \"removeConfigAction\"\n },\n \"7f29328bcf3078dae4a7f684b4ba777765998c955c\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"deleteCallAction\"\n },\n \"7fe5c884f4fb671d28ff1bab55b744857f55c93328\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"resetHistoryAction\"\n },\n \"7fb6b4fcdb83b1715c04c2cdf86e243fddb9fdecd9\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"setCallSkillsAction\"\n },\n \"7f3f437b7e31640c30158a87a505166dd8cf350e75\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/artifact/artifact.action.ts\",\n \"exportedName\": \"deleteArtifactAction\"\n },\n \"7f7c22d7e94d60cac9d3b60c6e88cd4e37b80e236d\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/workspace/workspace.action.ts\",\n \"exportedName\": \"deleteWorkspaceFileAction\"\n },\n \"7f03d6d6299fa4eec98c5b016c1419caaa76ac5aa6\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/workspace/workspace.action.ts\",\n \"exportedName\": \"emptyScratchAction\"\n },\n \"7f223826fe55fdfafd2f33fdec504bd70254486458\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/skills/skills.action.ts\",\n \"exportedName\": \"createSkillAction\"\n },\n \"7f645e3a0411cf62852954bcee1ff43b8656370846\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/skills/skills.action.ts\",\n \"exportedName\": \"deleteSkillAction\"\n },\n \"7f841017ea7ba9139eea1aaaf4933a489729043092\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/skills/skills.action.ts\",\n \"exportedName\": \"setSkillDisabledAction\"\n },\n \"7fde03c0c0843f568a21bc904f706a56e5bddb1f69\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/skills/skills.action.ts\",\n \"exportedName\": \"uploadSkillAction\"\n },\n \"7f0319a99086ee3cd1918985c144e87ea4dc20d07e\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/connectors/mcp.action.ts\",\n \"exportedName\": \"callToolAction\"\n },\n \"7f5032afb7983c1d0f61fd3693eebdadead290f6b7\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/connectors/mcp.action.ts\",\n \"exportedName\": \"deleteServerAction\"\n },\n \"7f46495bb3a4bf849eb1e2069dbb9063be852be5bd\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/connectors/mcp.action.ts\",\n \"exportedName\": \"refreshServerAction\"\n },\n \"7f860ba40e6a0fac88f2c4e6b892e39b044b4bcba0\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/connectors/mcp.action.ts\",\n \"exportedName\": \"registerServerAction\"\n },\n \"7faf86025786018aa653fa5fa76bf425052e16b9b5\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"endCallAction\"\n },\n \"7fab718da688636469431be752e71c9b8d523baacd\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"openCallAction\"\n },\n \"7f95dc3df34b59d41c657b1b6c6056b6b215f6fac2\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"saveTurnsAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"ehbuM+Rm9cPyXIfED1qOnEl7GBc0889uA5FddFFOmDk=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"7f37945ceb686a8a33e09428221c3e9cd25fdcbbe6\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/config/config.action.ts\",\n \"exportedName\": \"setConfigAction\"\n },\n \"7fafe9889bfe63d1e391f146da7740d5e4f0039cbc\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/config/config.action.ts\",\n \"exportedName\": \"startChatGptSignInAction\"\n },\n \"7f146977640e230a08d980d2d2ec28e7dcf4438f21\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"createSeedBotsAction\"\n },\n \"7f3ab92bbd495ee087cfb7b701c5f8af0d813bcf67\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"startTaskAction\"\n },\n \"7f647083e5350baa7762d6d282de825cdf6b737384\": {\n \"workers\": {\n \"app/artifact/[...path]/page\": {\n \"moduleId\": 701876,\n \"async\": false,\n \"codeHash\": null\n },\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/workspace/workspace.action.ts\",\n \"exportedName\": \"openFileAction\"\n },\n \"7f5bc96ea47ad8a575bfdee5fedc10d3a60faa0387\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"answerTaskAction\"\n },\n \"7f02f750f851a61ed3c2676040dea1e1ded9819205\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"cancelTaskAction\"\n },\n \"7f15442d74ed44708143e5eb45805be0e17c010418\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"markSeenAction\"\n },\n \"7fda69a255fb7c5c5fd5401dd0430ccfc6d9ebd601\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"addFactsAction\"\n },\n \"7f238d60ec0427ba89cff15934ff099cbe1044619c\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"createNoteAction\"\n },\n \"7fc31f84110d23b621f3e25a91911ccd4664d8643e\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"deleteNoteAction\"\n },\n \"7f9a2b254168fd5502160348c9e187bc9a1f582de4\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"forgetFactAction\"\n },\n \"7f147159e492165c6f3e725b6fb1e5b607e98e646a\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"reviseFactAction\"\n },\n \"7f77eeed8de53bdd8bc4cea5fa47d4df68a64ffef9\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"setFactAlwaysLoadAction\"\n },\n \"7f02e7db8b28f260e8681ddc98e73321c154495252\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/memory/memory.action.ts\",\n \"exportedName\": \"updateNoteAction\"\n },\n \"7fa56dad6d8a2bc8e9fc327be0fad0827edc696eae\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"createBotAction\"\n },\n \"7f74ef3be000997b6c5ad71b82e000a986cfde753a\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"deleteBotAction\"\n },\n \"7fb8ea5c85b220f5ff05764cb61851edf3871e8663\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"setBotMemoryOnAction\"\n },\n \"7fd5c4f6e679d30ce1d78bbf71c52bcd215ebfc1ac\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"updateBotAction\"\n },\n \"7f194293e4c1ab83ed63877cc9d8b7aebf42b46bb8\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/workspace/workspace.action.ts\",\n \"exportedName\": \"deleteWorkspaceFileAction\"\n },\n \"7f673b8897006f8ae8c1a709d306fe394476e76d0b\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"clearFinishedTasksAction\"\n },\n \"7fcad43ea4ae0039c0186bcc86a4e3b3a0e706caa4\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/bot/bot.action.ts\",\n \"exportedName\": \"deleteTaskAction\"\n },\n \"7f9bc624b9c7f137e24cde3bf2bd49ab2a3d39404c\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/config/config.action.ts\",\n \"exportedName\": \"removeConfigAction\"\n },\n \"7fa0f05df10fadbdbc32f656a9d5c05cd146302f7a\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"deleteCallAction\"\n },\n \"7fe2a2ec036940cdf16482cfbd7aecf01f5571fe5a\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"deleteEndedCallsAction\"\n },\n \"7f50cfd7d0e623e886552f9994a05a234251f6b400\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"resetHistoryAction\"\n },\n \"7fb326617fb6fe0d74f20b79af1e912238def02960\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"setCallSkillsAction\"\n },\n \"7fcb8973f9c88ffb3dd3e12eeeb7dfe80f2f1eb188\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/artifact/artifact.action.ts\",\n \"exportedName\": \"deleteArtifactAction\"\n },\n \"7f8836b516d90511f9ac2025e946c291a9cd0d8174\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/workspace/workspace.action.ts\",\n \"exportedName\": \"emptyScratchAction\"\n },\n \"7f4d47e01fc323498dec73a09cf3336f5d4c1d51e0\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/skills/skills.action.ts\",\n \"exportedName\": \"createSkillAction\"\n },\n \"7f3ddbf37770ac395e5d1cbd8e5defa43d735b967a\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/skills/skills.action.ts\",\n \"exportedName\": \"deleteSkillAction\"\n },\n \"7f3acf83fcc379119e185d7a3834d5eed97ad0a1c1\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/skills/skills.action.ts\",\n \"exportedName\": \"setSkillDisabledAction\"\n },\n \"7fe6ee51994f51caff9011049ffe2a9aa4153d8a4e\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/skills/skills.action.ts\",\n \"exportedName\": \"uploadSkillAction\"\n },\n \"7f5794ac71620e44519ac5e4528c812ec673d30e36\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/connectors/mcp.action.ts\",\n \"exportedName\": \"callToolAction\"\n },\n \"7f8b31e414a34ee8f44144711314836c2ef544e4d6\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/connectors/mcp.action.ts\",\n \"exportedName\": \"deleteServerAction\"\n },\n \"7f01ea36e10e34b1bdd93e76c79733f6d9944ba5ab\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/connectors/mcp.action.ts\",\n \"exportedName\": \"refreshServerAction\"\n },\n \"7f0f31e6c8be9bc825768389fc145a1b3446503296\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/connectors/mcp.action.ts\",\n \"exportedName\": \"registerServerAction\"\n },\n \"7faf414a19a4e2dc232e5b58fb933b933518d61724\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"endCallAction\"\n },\n \"7fd0bfd5ef4b8f7c1cce531ca4dba6996ada3534e0\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"openCallAction\"\n },\n \"7f7158cd6d7b4345e5616c2f390c98da69d9b1cc59\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 873715,\n \"async\": true,\n \"codeHash\": null\n }\n },\n \"filename\": \"features/thursday/thursday.action.ts\",\n \"exportedName\": \"saveTurnsAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"ZttDniuIO1YCh6hsoN7ukocchs/4PRaOarfeWiJFBDw=\"\n}"