thursday-agent 0.1.2 → 0.2.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 (358) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +1 -0
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/routes-manifest.json +6 -0
  6. package/.next/server/app/_global-error/page.js.nft.json +1 -1
  7. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  8. package/.next/server/app/_global-error.html +1 -1
  9. package/.next/server/app/_global-error.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  13. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  14. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  15. package/.next/server/app/_not-found.html +1 -1
  16. package/.next/server/app/_not-found.rsc +13 -13
  17. package/.next/server/app/_not-found.segments/_full.segment.rsc +13 -13
  18. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +12 -12
  19. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  20. package/.next/server/app/api/artifact/route.js +1 -1
  21. package/.next/server/app/api/artifact/route.js.nft.json +1 -1
  22. package/.next/server/app/api/bot/notes/route/app-paths-manifest.json +3 -0
  23. package/.next/server/app/api/bot/notes/route/build-manifest.json +12 -0
  24. package/.next/server/app/api/bot/notes/route/server-reference-manifest.json +4 -0
  25. package/.next/server/app/api/bot/notes/route.js +14 -0
  26. package/.next/server/app/api/bot/notes/route.js.map +5 -0
  27. package/.next/server/app/api/bot/notes/route.js.nft.json +1 -0
  28. package/.next/server/app/api/bot/notes/route_client-reference-manifest.js +3 -0
  29. package/.next/server/app/api/bot/route.js +4 -4
  30. package/.next/server/app/api/bot/route.js.nft.json +1 -1
  31. package/.next/server/app/api/bot/task/[id]/route.js +6 -6
  32. package/.next/server/app/api/bot/task/[id]/route.js.nft.json +1 -1
  33. package/.next/server/app/api/bot/task/route.js +6 -6
  34. package/.next/server/app/api/bot/task/route.js.nft.json +1 -1
  35. package/.next/server/app/api/config/route.js +3 -3
  36. package/.next/server/app/api/config/route.js.nft.json +1 -1
  37. package/.next/server/app/api/events/route.js +1 -1
  38. package/.next/server/app/api/events/route.js.nft.json +1 -1
  39. package/.next/server/app/api/file/[...path]/route.js +1 -1
  40. package/.next/server/app/api/file/[...path]/route.js.nft.json +1 -1
  41. package/.next/server/app/api/llm-model/catalog/route.js +6 -6
  42. package/.next/server/app/api/llm-model/catalog/route.js.nft.json +1 -1
  43. package/.next/server/app/api/llm-model/route.js +3 -3
  44. package/.next/server/app/api/llm-model/route.js.nft.json +1 -1
  45. package/.next/server/app/api/mcp/[name]/route.js +3 -3
  46. package/.next/server/app/api/mcp/[name]/route.js.nft.json +1 -1
  47. package/.next/server/app/api/mcp/oauth/callback/route.js +5 -5
  48. package/.next/server/app/api/mcp/oauth/callback/route.js.nft.json +1 -1
  49. package/.next/server/app/api/mcp/route.js +3 -3
  50. package/.next/server/app/api/mcp/route.js.nft.json +1 -1
  51. package/.next/server/app/api/mcp/tools/route.js +3 -3
  52. package/.next/server/app/api/mcp/tools/route.js.nft.json +1 -1
  53. package/.next/server/app/api/memory/route.js +7 -7
  54. package/.next/server/app/api/memory/route.js.nft.json +1 -1
  55. package/.next/server/app/api/memory/tidy/route.js +10 -11
  56. package/.next/server/app/api/memory/tidy/route.js.nft.json +1 -1
  57. package/.next/server/app/api/skills/[source]/[name]/route.js +1 -1
  58. package/.next/server/app/api/skills/[source]/[name]/route.js.nft.json +1 -1
  59. package/.next/server/app/api/skills/route.js +1 -1
  60. package/.next/server/app/api/skills/route.js.nft.json +1 -1
  61. package/.next/server/app/api/thursday/call/route.js +8 -8
  62. package/.next/server/app/api/thursday/call/route.js.nft.json +1 -1
  63. package/.next/server/app/api/thursday/skills/route.js +8 -8
  64. package/.next/server/app/api/thursday/skills/route.js.nft.json +1 -1
  65. package/.next/server/app/api/thursday/tool-call/route.js +11 -12
  66. package/.next/server/app/api/thursday/tool-call/route.js.nft.json +1 -1
  67. package/.next/server/app/api/workspace/route.js +1 -1
  68. package/.next/server/app/api/workspace/route.js.nft.json +1 -1
  69. package/.next/server/app/artifact/[...path]/page/server-reference-manifest.json +1 -1
  70. package/.next/server/app/artifact/[...path]/page.js +3 -3
  71. package/.next/server/app/artifact/[...path]/page.js.nft.json +1 -1
  72. package/.next/server/app/artifact/[...path]/page_client-reference-manifest.js +1 -1
  73. package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  74. package/.next/server/app/page/server-reference-manifest.json +63 -41
  75. package/.next/server/app/page.js +7 -7
  76. package/.next/server/app/page.js.nft.json +1 -1
  77. package/.next/server/app/page_client-reference-manifest.js +1 -1
  78. package/.next/server/app-paths-manifest.json +1 -0
  79. package/.next/server/chunks/0d-b_next_dist_server_app-render_after-task-async-storage_external_0-exn7p.js +3 -0
  80. package/.next/server/chunks/{[root-of-the-server]__0t_dqaj._.js → [root-of-the-server]__0-npkh_._.js} +1 -1
  81. package/.next/server/chunks/[root-of-the-server]__005var5._.js +3 -0
  82. package/.next/server/chunks/[root-of-the-server]__019dx9f._.js +2 -2
  83. package/.next/server/chunks/[root-of-the-server]__02va5wz._.js +3 -0
  84. package/.next/server/chunks/{[root-of-the-server]__1mzp_el._.js → [root-of-the-server]__04_8spk._.js} +2 -2
  85. package/.next/server/chunks/[root-of-the-server]__06t77t4._.js +1 -1
  86. package/.next/server/chunks/[root-of-the-server]__0bed6hu._.js +4 -4
  87. package/.next/server/chunks/[root-of-the-server]__0cro2dz._.js +5 -0
  88. package/.next/server/chunks/[root-of-the-server]__0emr6go._.js +3 -0
  89. package/.next/server/chunks/[root-of-the-server]__0le4d-p._.js +1 -1
  90. package/.next/server/chunks/[root-of-the-server]__0m8ywyo._.js +5 -5
  91. package/.next/server/chunks/{[root-of-the-server]__113fqg5._.js → [root-of-the-server]__0p32jfz._.js} +3 -3
  92. package/.next/server/chunks/[root-of-the-server]__0phdgco._.js +4 -4
  93. package/.next/server/chunks/[root-of-the-server]__0wvgrsl._.js +1 -1
  94. package/.next/server/chunks/[root-of-the-server]__11j52t0._.js +5 -0
  95. package/.next/server/chunks/{[root-of-the-server]__0j_n5l3._.js → [root-of-the-server]__1692zrv._.js} +2 -2
  96. package/.next/server/chunks/[root-of-the-server]__16thabu._.js +1 -1
  97. package/.next/server/chunks/[root-of-the-server]__173nhwf._.js +3 -3
  98. package/.next/server/chunks/[root-of-the-server]__1bn73ih._.js +10 -0
  99. package/.next/server/chunks/[root-of-the-server]__1bqhuh9._.js +4 -4
  100. package/.next/server/chunks/[root-of-the-server]__1ccon1w._.js +10 -0
  101. package/.next/server/chunks/[root-of-the-server]__1cqizfq._.js +1 -1
  102. package/.next/server/chunks/{[root-of-the-server]__1u_qvc7._.js → [root-of-the-server]__1fboj2j._.js} +2 -2
  103. package/.next/server/chunks/{[root-of-the-server]__1dow0bz._.js → [root-of-the-server]__1oli73c._.js} +2 -2
  104. package/.next/server/chunks/[root-of-the-server]__1txedx6._.js +4 -4
  105. package/.next/server/chunks/[root-of-the-server]__1untqv8._.js +5 -0
  106. package/.next/server/chunks/_0-73of8._.js +55 -0
  107. package/.next/server/chunks/{_2050gwn._.js → _00_584r._.js} +66 -28
  108. package/.next/server/chunks/{_0y8is-s._.js → _03a0897._.js} +1 -1
  109. package/.next/server/chunks/_05h2cii._.js +1 -1
  110. package/.next/server/chunks/_06mxlgn._.js +1 -1
  111. package/.next/server/chunks/_0a351g7._.js +1 -1
  112. package/.next/server/chunks/{_0hin38_._.js → _0khihjk._.js} +5 -5
  113. package/.next/server/chunks/_0kjjmag._.js +1 -1
  114. package/.next/server/chunks/{_1t8fv7b._.js → _0n74zsf._.js} +5 -5
  115. package/.next/server/chunks/_0nn99o2._.js +3 -0
  116. package/.next/server/chunks/_0pppbb5._.js +10 -6
  117. package/.next/server/chunks/{_1icgbi8._.js → _0rnf-6n._.js} +5 -5
  118. package/.next/server/chunks/_0u10wmw._.js +55 -0
  119. package/.next/server/chunks/{_0kl37zl._.js → _0vnutv9._.js} +1 -1
  120. package/.next/server/chunks/_0wp4le3._.js +1 -1
  121. package/.next/server/chunks/_0y5fg-x._.js +1 -1
  122. package/.next/server/chunks/_106co2o._.js +3 -0
  123. package/.next/server/chunks/_12bbv5i._.js +10 -6
  124. package/.next/server/chunks/_15hq89o._.js +1 -1
  125. package/.next/server/chunks/_15q1pig._.js +1 -1
  126. package/.next/server/chunks/_18-1wcc._.js +55 -0
  127. package/.next/server/chunks/_19wg5yn._.js +138 -0
  128. package/.next/server/chunks/_1_5mnq4._.js +18 -0
  129. package/.next/server/chunks/_1bt95p9._.js +55 -0
  130. package/.next/server/chunks/_1cbk7ms._.js +9 -9
  131. package/.next/server/chunks/_1drgfx4._.js +18 -0
  132. package/.next/server/chunks/_1drv2et._.js +10 -6
  133. package/.next/server/chunks/{_10qam6o._.js → _1e48czp._.js} +5 -5
  134. package/.next/server/chunks/{_1skgy7b._.js → _1kg70wc._.js} +5 -5
  135. package/.next/server/chunks/_1php4eq._.js +1 -1
  136. package/.next/server/chunks/_1rysr-r._.js +10 -0
  137. package/.next/server/chunks/_1u3rwbr._.js +3 -0
  138. package/.next/server/chunks/_1x7p319._.js +1 -1
  139. package/.next/server/chunks/_1yuv4vp._.js +1 -1
  140. package/.next/server/chunks/_next-internal_server_app_api_bot_notes_route_actions_0qcsyu7.js +3 -0
  141. package/.next/server/chunks/config_ts_1g4sz5o._.js +1 -1
  142. package/.next/server/chunks/features_bot_task_query_ts_11xuzl3._.js +1 -1
  143. package/.next/server/chunks/{node_modules_consola_dist_chunks_prompt_mjs_0228f43._.js → node_modules_consola_dist_chunks_prompt_mjs_02s3hjt._.js} +1 -1
  144. package/.next/server/chunks/{node_modules_consola_dist_chunks_prompt_mjs_0ir-vo2._.js → node_modules_consola_dist_chunks_prompt_mjs_06067w6._.js} +1 -1
  145. package/.next/server/chunks/{node_modules_consola_dist_chunks_prompt_mjs_0otw8ef._.js → node_modules_consola_dist_chunks_prompt_mjs_096ais_._.js} +1 -1
  146. package/.next/server/chunks/{node_modules_consola_dist_chunks_prompt_mjs_0tf290y._.js → node_modules_consola_dist_chunks_prompt_mjs_0a1rd09._.js} +1 -1
  147. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_0gzvgfv._.js +3 -0
  148. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_0j61-ma._.js +3 -0
  149. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_0tvkfgh._.js +3 -0
  150. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_11zjo-1._.js +3 -0
  151. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1pycqsq._.js +3 -0
  152. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1tpvamf._.js +3 -0
  153. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1y9-wcr._.js +3 -0
  154. package/.next/server/chunks/ssr/[externals]__0dizgek._.js +3 -0
  155. package/.next/server/chunks/ssr/[root-of-the-server]__0f6s48x._.js +1 -1
  156. package/.next/server/chunks/ssr/[root-of-the-server]__0m1b5ky._.js +3 -0
  157. package/.next/server/chunks/ssr/{[root-of-the-server]__0dfwvr4._.js → [root-of-the-server]__0un-erv._.js} +2 -2
  158. package/.next/server/chunks/ssr/[root-of-the-server]__1-mnhyd._.js +5 -3
  159. package/.next/server/chunks/ssr/[root-of-the-server]__1bww500._.js +3 -0
  160. package/.next/server/chunks/ssr/[root-of-the-server]__1mzi-ju._.js +1 -1
  161. package/.next/server/chunks/ssr/[root-of-the-server]__1qfqvmg._.js +3 -0
  162. package/.next/server/chunks/ssr/[root-of-the-server]__1vcdast._.js +3 -0
  163. package/.next/server/chunks/ssr/[root-of-the-server]__1xwnu-h._.js +3 -0
  164. package/.next/server/chunks/ssr/_03webdr._.js +3 -0
  165. package/.next/server/chunks/ssr/{_0gd4vaa._.js → _040sk32._.js} +71 -29
  166. package/.next/server/chunks/ssr/_077-g6s._.js +1 -1
  167. package/.next/server/chunks/ssr/{_0lc_7c8._.js → _09ja_w1._.js} +2 -2
  168. package/.next/server/chunks/ssr/{_1dcxzqe._.js → _0f_b_9s._.js} +2 -2
  169. package/.next/server/chunks/ssr/_0h7zdni._.js +1 -1
  170. package/.next/server/chunks/ssr/_0lu1n_x._.js +3 -0
  171. package/.next/server/chunks/ssr/_0sf1isi._.js +1 -1
  172. package/.next/server/chunks/ssr/_0su6_08._.js +3 -0
  173. package/.next/server/chunks/ssr/{_0nso8tp._.js → _0w5bgak._.js} +2 -2
  174. package/.next/server/chunks/ssr/{_19_o9d-._.js → _0x_nu5e._.js} +2 -2
  175. package/.next/server/chunks/ssr/_1-teee5._.js +3 -3
  176. package/.next/server/chunks/ssr/_13punpm._.js +1 -1
  177. package/.next/server/chunks/ssr/{_0ay6b01._.js → _1ciyoo3._.js} +2 -2
  178. package/.next/server/chunks/ssr/_1e-dgz0._.js +1 -1
  179. package/.next/server/chunks/ssr/_1fq7zgb._.js +1 -1
  180. package/.next/server/chunks/ssr/{_0cvjbuz._.js → _1g6l4uj._.js} +2 -2
  181. package/.next/server/chunks/ssr/{_0q_2f2x._.js → _1lip4th._.js} +2 -2
  182. package/.next/server/chunks/ssr/_1m3bsfr._.js +3 -0
  183. package/.next/server/chunks/ssr/_1mznrxk._.js +1 -1
  184. package/.next/server/chunks/ssr/_1ruzehw._.js +3 -0
  185. package/.next/server/chunks/ssr/_1vyd1ji._.js +3 -0
  186. package/.next/server/chunks/ssr/features_bot_components_bot-setting_tsx_01ajft6._.js +2 -2
  187. package/.next/server/chunks/ssr/features_config_components_14jqgy4._.js +1 -1
  188. package/.next/server/chunks/ssr/features_config_components_config-setting_tsx_0xfwqdg._.js +1 -1
  189. package/.next/server/chunks/ssr/features_connectors_components_mcp-setting_tsx_0jmbgvp._.js +1 -1
  190. package/.next/server/chunks/ssr/features_memory_components_memory-setting_tsx_0oa43sw._.js +1 -1
  191. package/.next/server/chunks/ssr/lib_realtime_12wg_dd._.js +27 -0
  192. package/.next/server/chunks/ssr/lib_realtime_15h_v1v._.js +27 -0
  193. package/.next/server/chunks/ssr/{node_modules_108wd2o._.js → node_modules_004qlr4._.js} +1 -1
  194. package/.next/server/chunks/ssr/{node_modules_1ub40gk._.js → node_modules_01qnv-a._.js} +1 -1
  195. package/.next/server/chunks/ssr/{node_modules_1y8_3vg._.js → node_modules_04n7mjs._.js} +1 -1
  196. package/.next/server/chunks/ssr/{node_modules_0_j7-g4._.js → node_modules_08d8bke._.js} +1 -1
  197. package/.next/server/chunks/ssr/{node_modules_0y2-av4._.js → node_modules_09xhur7._.js} +1 -1
  198. package/.next/server/chunks/ssr/{node_modules_043-236._.js → node_modules_0_n241r._.js} +1 -1
  199. package/.next/server/chunks/ssr/{node_modules_0ls96je._.js → node_modules_0iz1rzd._.js} +1 -1
  200. package/.next/server/chunks/ssr/{node_modules_0xwx4u-._.js → node_modules_0kl7-tn._.js} +1 -1
  201. package/.next/server/chunks/ssr/{node_modules_1jatz7w._.js → node_modules_0kxz4gt._.js} +1 -1
  202. package/.next/server/chunks/ssr/{node_modules_1t0y5jt._.js → node_modules_0lrjk5t._.js} +1 -1
  203. package/.next/server/chunks/ssr/{node_modules_13f2md6._.js → node_modules_0m93zeg._.js} +1 -1
  204. package/.next/server/chunks/ssr/{node_modules_1nhw9qg._.js → node_modules_0n1kj4p._.js} +1 -1
  205. package/.next/server/chunks/ssr/{node_modules_1k29j1j._.js → node_modules_0ndvxub._.js} +1 -1
  206. package/.next/server/chunks/ssr/{node_modules_16i4o_3._.js → node_modules_13r44jq._.js} +1 -1
  207. package/.next/server/chunks/ssr/{node_modules_0fbw5-u._.js → node_modules_17lrt3y._.js} +1 -1
  208. package/.next/server/chunks/ssr/{node_modules_1d-is1o._.js → node_modules_18_dk7_._.js} +1 -1
  209. package/.next/server/chunks/ssr/{node_modules_1hn_sd5._.js → node_modules_19dp7ko._.js} +1 -1
  210. package/.next/server/chunks/ssr/{node_modules_20ynonm._.js → node_modules_1dwguw_._.js} +1 -1
  211. package/.next/server/chunks/ssr/{node_modules_00d6675._.js → node_modules_1hd-5tv._.js} +1 -1
  212. package/.next/server/chunks/ssr/{node_modules_1ee8gav._.js → node_modules_1hn8z1f._.js} +1 -1
  213. package/.next/server/chunks/ssr/{node_modules_0bue6gy._.js → node_modules_1n5ygqe._.js} +1 -1
  214. package/.next/server/chunks/ssr/{node_modules_1_588_4._.js → node_modules_1q0p85z._.js} +1 -1
  215. package/.next/server/chunks/ssr/{node_modules_0ipn1ho._.js → node_modules_1toafc-._.js} +1 -1
  216. package/.next/server/chunks/ssr/{node_modules_0_fvxnt._.js → node_modules_1xyd7ov._.js} +1 -1
  217. package/.next/server/chunks/ssr/{node_modules_1v0077l._.js → node_modules_1zu988w._.js} +1 -1
  218. package/.next/server/chunks/ssr/{node_modules_06kvvuo._.js → node_modules_20yebtj._.js} +1 -1
  219. 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_0m9a4y0._.js} +1 -1
  220. 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_13w_wy9._.js} +1 -1
  221. package/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_05cwqv2._.js +47 -0
  222. package/.next/server/middleware-build-manifest.js +3 -3
  223. package/.next/server/pages/404.html +1 -1
  224. package/.next/server/pages/500.html +1 -1
  225. package/.next/server/server-reference-manifest.js +1 -1
  226. package/.next/server/server-reference-manifest.json +64 -42
  227. package/.next/static/chunks/05b6nx_o3_f_n.js +1 -0
  228. package/.next/static/chunks/{3aquirz5h71da.js → 07kl352c-lvcz.js} +1 -1
  229. package/.next/static/chunks/0dmns-gi0raa4.js +1 -0
  230. package/.next/static/chunks/0oc4_xoia77dg.css +1 -0
  231. package/.next/static/chunks/0pheo8m3a-rzi.js +1 -0
  232. package/.next/static/chunks/{2ihkf6l2jowo9.js → 18vhba44l1fc9.js} +3 -3
  233. package/.next/static/chunks/19i8h2t-5evjx.js +1 -0
  234. package/.next/static/chunks/{1gy3bbv7usnjo.js → 1c5fcj473025q.js} +1 -1
  235. package/.next/static/chunks/1pi_hbmjw-f-z.js +1 -0
  236. package/.next/static/chunks/{0tydnn2kybibk.js → 1twt6k09vg4np.js} +1 -1
  237. package/.next/static/chunks/{21rk8w7bda-su.js → 28gotuisldmom.js} +1 -1
  238. package/.next/static/chunks/{3xxa2j56-f3nm.js → 2998p0y7k1c8z.js} +1 -1
  239. package/.next/static/chunks/2l233xfycjpd8.js +1 -0
  240. package/.next/static/chunks/2p5n7pa3c40t-.js +2 -0
  241. package/.next/static/chunks/2ru1q132af7h7.js +1 -0
  242. package/.next/static/chunks/{2fq_86jvq9ymq.js → 2t8wqycwg3y04.js} +2 -2
  243. package/.next/static/chunks/32z_ypgtchw48.js +1 -0
  244. package/.next/static/chunks/{247d-r95j8xs0.js → 33pyjb3xd1iez.js} +1 -1
  245. package/.next/static/chunks/3786h5vayt80-.js +28 -0
  246. package/.next/static/chunks/3_h9txt3tq8t8.js +28 -0
  247. package/.next/static/chunks/{1khakdu_iuedc.js → 3ard_noqapnw1.js} +1 -1
  248. package/.next/static/chunks/{1fr5m75pwtyic.js → 3omud5xunrk1f.js} +1 -1
  249. package/.next/static/chunks/42dnrkbph9e-1.js +1 -0
  250. package/app/api/events/app-event.client.ts +24 -0
  251. package/app/api/events/app-event.server.ts +45 -0
  252. package/app/api/events/app-event.ts +44 -0
  253. package/app/api/llm-model/catalog/route.ts +12 -0
  254. package/app/api/llm-model/route.ts +21 -0
  255. package/app/api/query-key.ts +144 -0
  256. package/app/api/thursday/tool-call/route.ts +67 -0
  257. package/components/ui/button-group.tsx +45 -0
  258. package/components/ui/custom-icon.tsx +259 -0
  259. package/components/ui/dropdown-menu.tsx +271 -0
  260. package/components/ui/folded-text.tsx +68 -0
  261. package/components/ui/input-group.tsx +157 -0
  262. package/components/ui/json-view.tsx +240 -0
  263. package/components/ui/shiny-text.tsx +141 -0
  264. package/components/ui/text-type.tsx +213 -0
  265. package/components/ui/theme-sync.tsx +9 -0
  266. package/database/migrations/{20260908030742_rainy_marvel_zombies → 20260909060813_optimal_sabretooth}/migration.sql +7 -0
  267. package/database/migrations/{20260908030742_rainy_marvel_zombies → 20260909060813_optimal_sabretooth}/snapshot.json +54 -1
  268. package/database/migrations/20260909063821_bitter_tenebrous/migration.sql +1 -0
  269. package/database/migrations/20260909063821_bitter_tenebrous/snapshot.json +1285 -0
  270. package/docs/how-it-works.md +59 -0
  271. package/docs/images/keeps-going.png +0 -0
  272. package/docs/images/task-thread.png +0 -0
  273. package/docs/images/two-minds.png +0 -0
  274. package/features/ai/load-tools.ts +55 -5
  275. package/features/ai/prompts/bot.prompt.ts +121 -26
  276. package/features/ai/prompts/memory-tidy.prompt.ts +7 -1
  277. package/features/ai/prompts/prompt-helper.ts +31 -5
  278. package/features/ai/prompts/thursday.prompt.ts +2 -0
  279. package/features/ai/tools/bot.tool.ts +37 -18
  280. package/features/ai/tools/mcp.tool.ts +5 -5
  281. package/features/ai/tools/memory.tool.ts +17 -10
  282. package/features/ai/tools/studio.tool.ts +5 -5
  283. package/features/ai/tools/tool-name.ts +2 -0
  284. package/features/ai/tools/workspace.tool.ts +33 -5
  285. package/features/bot/bot.action.ts +31 -4
  286. package/features/bot/bot.notes.ts +120 -0
  287. package/features/bot/bot.query.ts +56 -1
  288. package/features/bot/bot.run.ts +43 -3
  289. package/features/bot/bot.runner.ts +94 -20
  290. package/features/bot/bot.schema.ts +17 -0
  291. package/features/bot/components/bot-room.tsx +405 -306
  292. package/features/bot/components/bot-setting.tsx +123 -20
  293. package/features/bot/task.query.ts +18 -5
  294. package/features/memory/components/memory-setting.tsx +11 -2
  295. package/features/memory/memory.query.ts +9 -2
  296. package/features/memory/memory.schema.ts +30 -0
  297. package/features/skills/components/skills-setting.tsx +9 -1
  298. package/features/workspace/workspace.ts +136 -3
  299. package/hooks/use-draft.ts +37 -0
  300. package/hooks/use-hotkey.ts +105 -0
  301. package/hooks/use-object-state.ts +51 -0
  302. package/hooks/use-on-visible.ts +72 -0
  303. package/hooks/use-theme.ts +106 -0
  304. package/hooks/use-wake-word.ts +262 -0
  305. package/lib/realtime/realtime.driver.ts +34 -1
  306. package/lib/realtime/realtime.protocol.ts +6 -0
  307. package/lib/sandbox.ts +9 -1
  308. package/lib/tokens.ts +19 -0
  309. package/package.json +1 -1
  310. package/.next/server/chunks/[root-of-the-server]__02kt8yn._.js +0 -10
  311. package/.next/server/chunks/[root-of-the-server]__0h59di-._.js +0 -5
  312. package/.next/server/chunks/[root-of-the-server]__0qjqtwo._.js +0 -5
  313. package/.next/server/chunks/[root-of-the-server]__0yk6s3w._.js +0 -5
  314. package/.next/server/chunks/[root-of-the-server]__0z3gelv._.js +0 -3
  315. package/.next/server/chunks/[root-of-the-server]__11w_7_3._.js +0 -3
  316. package/.next/server/chunks/[root-of-the-server]__1_0q_9w._.js +0 -3
  317. package/.next/server/chunks/[root-of-the-server]__1gmn1cs._.js +0 -10
  318. package/.next/server/chunks/_0fzqt2y._.js +0 -100
  319. package/.next/server/chunks/_0jgm3b8._.js +0 -55
  320. package/.next/server/chunks/_0ks6_sg._.js +0 -55
  321. package/.next/server/chunks/_0tzfesa._.js +0 -3
  322. package/.next/server/chunks/_0zmestz._.js +0 -55
  323. package/.next/server/chunks/_12nr4xc._.js +0 -3
  324. package/.next/server/chunks/_1hzrsvg._.js +0 -55
  325. package/.next/server/chunks/_1uj4_io._.js +0 -10
  326. package/.next/server/chunks/_1yldgo4._.js +0 -55
  327. package/.next/server/chunks/features_0scmr4i._.js +0 -3
  328. package/.next/server/chunks/features_bot_bot_query_ts_12mgkl2._.js +0 -3
  329. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_0ykklj0._.js +0 -3
  330. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1ryg3wh._.js +0 -3
  331. package/.next/server/chunks/node_modules_consola_dist_chunks_prompt_mjs_1vwbnq_._.js +0 -3
  332. package/.next/server/chunks/ssr/[root-of-the-server]__01id-v3._.js +0 -3
  333. package/.next/server/chunks/ssr/[root-of-the-server]__0b-0i32._.js +0 -3
  334. package/.next/server/chunks/ssr/[root-of-the-server]__185grso._.js +0 -3
  335. package/.next/server/chunks/ssr/[root-of-the-server]__1minz8_._.js +0 -3
  336. package/.next/server/chunks/ssr/_0j4v8of._.js +0 -3
  337. package/.next/server/chunks/ssr/_0l81bzy._.js +0 -3
  338. package/.next/server/chunks/ssr/_10uvw3l._.js +0 -3
  339. package/.next/server/chunks/ssr/_1jbv7m1._.js +0 -3
  340. package/.next/server/chunks/ssr/lib_realtime_0aetuyp._.js +0 -24
  341. package/.next/server/chunks/ssr/lib_realtime_18k_aj-._.js +0 -24
  342. package/.next/server/chunks/ssr/node_modules_zod_v4_classic_errors_05xv7vp.js +0 -3
  343. package/.next/static/chunks/0yysv1gzin17t.js +0 -1
  344. package/.next/static/chunks/1keib_gt066gc.js +0 -1
  345. package/.next/static/chunks/28g42tw8tsvhd.js +0 -1
  346. package/.next/static/chunks/2cwjgkt_hoyhj.js +0 -22
  347. package/.next/static/chunks/2rbf1fpd8n80-.js +0 -22
  348. package/.next/static/chunks/2ukj8k69y89um.js +0 -1
  349. package/.next/static/chunks/2wngeetfnzxkp.js +0 -2
  350. package/.next/static/chunks/388-t2v72jh39.css +0 -1
  351. package/.next/static/chunks/3fqvc0cg-atq_.js +0 -1
  352. package/.next/static/chunks/3p4egvfjxpatb.js +0 -1
  353. package/.next/static/chunks/3qe1w1ei-huhl.js +0 -1
  354. package/.next/static/chunks/3y40riycdip-i.js +0 -1
  355. package/.next/static/chunks/45a6zbtkelph9.js +0 -1
  356. /package/.next/static/{X34BUd9bfdH27ripuwwBm → YR4NWcDDuzwLbTTU7U7Vr}/_buildManifest.js +0 -0
  357. /package/.next/static/{X34BUd9bfdH27ripuwwBm → YR4NWcDDuzwLbTTU7U7Vr}/_clientMiddlewareManifest.js +0 -0
  358. /package/.next/static/{X34BUd9bfdH27ripuwwBm → YR4NWcDDuzwLbTTU7U7Vr}/_ssgManifest.js +0 -0
@@ -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/0oc4_xoia77dg.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/32z_ypgtchw48.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/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"\"]\n3:I[881283,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"ThemeSync\"]\n4:I[511769,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"AppEventSource\"]\n5:I[339756,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"default\"]\n6:I[837457,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"default\"]\n7:I[6799,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"Toaster\"]\n8:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"ViewportBoundary\"]\ne:I[897367,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.js\",\"/_next/static/chunks/0ai8zhobo9662.js\"],\"MetadataBoundary\"]\n10:I[168027,[\"/_next/static/chunks/3hibbjnt85-k6.js\",\"/_next/static/chunks/32z_ypgtchw48.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/0oc4_xoia77dg.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/0oc4_xoia77dg.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/32z_ypgtchw48.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/0oc4_xoia77dg.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"YR4NWcDDuzwLbTTU7U7Vr\"}\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/32z_ypgtchw48.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,22 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[479520,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],""]
3
- 3:I[881283,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"ThemeSync"]
4
- 4:I[511769,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"AppEventSource"]
5
- 5:I[339756,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
6
- 6:I[837457,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
7
- 7:I[6799,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"Toaster"]
8
- 8:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"OutletBoundary"]
2
+ 2:I[479520,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],""]
3
+ 3:I[881283,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"ThemeSync"]
4
+ 4:I[511769,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"AppEventSource"]
5
+ 5:I[339756,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
6
+ 6:I[837457,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
7
+ 7:I[6799,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"Toaster"]
8
+ 8:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"OutletBoundary"]
9
9
  9:"$Sreact.suspense"
10
- c:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"ViewportBoundary"]
11
- e:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"MetadataBoundary"]
12
- 10:I[168027,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"default",1]
10
+ c:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"ViewportBoundary"]
11
+ e:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"MetadataBoundary"]
12
+ 10:I[168027,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"default",1]
13
13
  :HL["/_next/static/chunks/233p45nuh4m5b.css","style"]
14
14
  :HL["/_next/static/chunks/02omaqvvszea3.css","style"]
15
- :HL["/_next/static/chunks/388-t2v72jh39.css","style"]
15
+ :HL["/_next/static/chunks/0oc4_xoia77dg.css","style"]
16
16
  b:X
17
- 0:{"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\"&&matchMedia(\"(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"}
17
+ 0:{"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/0oc4_xoia77dg.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/32z_ypgtchw48.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\"&&matchMedia(\"(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/0oc4_xoia77dg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"YR4NWcDDuzwLbTTU7U7Vr"}
18
18
  b:C
19
19
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
20
- 11:I[27201,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"IconMark"]
20
+ 11:I[27201,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"IconMark"]
21
21
  a:null
22
22
  f:[["$","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",{}]]
@@ -1,22 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[479520,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],""]
3
- 3:I[881283,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"ThemeSync"]
4
- 4:I[511769,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"AppEventSource"]
5
- 5:I[339756,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
6
- 6:I[837457,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
7
- 7:I[6799,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"Toaster"]
8
- 8:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"OutletBoundary"]
2
+ 2:I[479520,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],""]
3
+ 3:I[881283,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"ThemeSync"]
4
+ 4:I[511769,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"AppEventSource"]
5
+ 5:I[339756,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
6
+ 6:I[837457,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
7
+ 7:I[6799,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"Toaster"]
8
+ 8:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"OutletBoundary"]
9
9
  9:"$Sreact.suspense"
10
- c:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"ViewportBoundary"]
11
- e:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"MetadataBoundary"]
12
- 10:I[168027,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"default",1]
10
+ c:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"ViewportBoundary"]
11
+ e:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"MetadataBoundary"]
12
+ 10:I[168027,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"default",1]
13
13
  :HL["/_next/static/chunks/233p45nuh4m5b.css","style"]
14
14
  :HL["/_next/static/chunks/02omaqvvszea3.css","style"]
15
- :HL["/_next/static/chunks/388-t2v72jh39.css","style"]
15
+ :HL["/_next/static/chunks/0oc4_xoia77dg.css","style"]
16
16
  b:X
17
- 0:{"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\"&&matchMedia(\"(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"}
17
+ 0:{"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/0oc4_xoia77dg.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/32z_ypgtchw48.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\"&&matchMedia(\"(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/0oc4_xoia77dg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"YR4NWcDDuzwLbTTU7U7Vr"}
18
18
  b:C
19
19
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
20
- 11:I[27201,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"IconMark"]
20
+ 11:I[27201,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"IconMark"]
21
21
  a:null
22
22
  f:[["$","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",{}]]
@@ -1,22 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"OutletBoundary"]
2
+ 2:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 7:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"ViewportBoundary"]
5
- 8:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"MetadataBoundary"]
6
- 9:I[27201,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"IconMark"]
7
- b:I[339756,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
8
- c:I[837457,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
9
- f:I[479520,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],""]
10
- 10:I[881283,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"ThemeSync"]
11
- 11:I[511769,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"AppEventSource"]
12
- 12:I[6799,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/2ukj8k69y89um.js","/_next/static/chunks/0ai8zhobo9662.js"],"Toaster"]
4
+ 7:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"ViewportBoundary"]
5
+ 8:I[897367,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"MetadataBoundary"]
6
+ 9:I[27201,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"IconMark"]
7
+ b:I[339756,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
8
+ c:I[837457,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"default"]
9
+ f:I[479520,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],""]
10
+ 10:I[881283,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"ThemeSync"]
11
+ 11:I[511769,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"AppEventSource"]
12
+ 12:I[6799,["/_next/static/chunks/3hibbjnt85-k6.js","/_next/static/chunks/32z_ypgtchw48.js","/_next/static/chunks/0ai8zhobo9662.js"],"Toaster"]
13
13
  :HL["/_next/static/chunks/233p45nuh4m5b.css","style"]
14
14
  :HL["/_next/static/chunks/02omaqvvszea3.css","style"]
15
- :HL["/_next/static/chunks/388-t2v72jh39.css","style"]
15
+ :HL["/_next/static/chunks/0oc4_xoia77dg.css","style"]
16
16
  6:X
17
17
  e:X
18
18
  e:C
19
- 0:{"buildId":"X34BUd9bfdH27ripuwwBm","data":[{"rsc":["$","$1","c",{"children":[[["$","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."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$L9","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@a","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}]}]]}],"isPartial":"$@d","staleTime":"$6","varyParams":"$e"},{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/02omaqvvszea3.css","precedence":"next"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/chunks/388-t2v72jh39.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3hibbjnt85-k6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/2ukj8k69y89um.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0ai8zhobo9662.js","async":true}]],["$","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":[["$","$Lf",null,{"id":"theme-boot","strategy":"beforeInteractive","children":"(function(){try{var t=localStorage.getItem(\"thursday.theme\");var d=t===\"dark\"||(t!==\"light\"&&matchMedia(\"(prefers-color-scheme: dark)\").matches);var h=document.documentElement;h.classList.toggle(\"dark\",d);h.style.colorScheme=d?\"dark\":\"light\"}catch(e){}})();"}],["$","$L10",null,{}],["$","$L11",null,{}],["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:data:0:rsc:props:children: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:data:0:rsc:props:children:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:data:0:rsc:props:children:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:data:0:rsc:props:children:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L12",null,{}]]}]}]]}],"isPartial":"$@13","staleTime":"$6","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@14","rootVaryParams":null,"needsRuntimeRequest":"$@15"}
19
+ 0:{"buildId":"YR4NWcDDuzwLbTTU7U7Vr","data":[{"rsc":["$","$1","c",{"children":[[["$","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."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[["$","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"}],["$","$L9","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@a","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}]}]]}],"isPartial":"$@d","staleTime":"$6","varyParams":"$e"},{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/233p45nuh4m5b.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/02omaqvvszea3.css","precedence":"next"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/chunks/0oc4_xoia77dg.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3hibbjnt85-k6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/32z_ypgtchw48.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0ai8zhobo9662.js","async":true}]],["$","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":[["$","$Lf",null,{"id":"theme-boot","strategy":"beforeInteractive","children":"(function(){try{var t=localStorage.getItem(\"thursday.theme\");var d=t===\"dark\"||(t!==\"light\"&&matchMedia(\"(prefers-color-scheme: dark)\").matches);var h=document.documentElement;h.classList.toggle(\"dark\",d);h.style.colorScheme=d?\"dark\":\"light\"}catch(e){}})();"}],["$","$L10",null,{}],["$","$L11",null,{}],["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:data:0:rsc:props:children: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:data:0:rsc:props:children:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:data:0:rsc:props:children:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:data:0:rsc:props:children:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L12",null,{}]]}]}]]}],"isPartial":"$@13","staleTime":"$6","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@14","rootVaryParams":null,"needsRuntimeRequest":"$@15"}
20
20
  4:null
21
21
  6:300
22
22
  15:true
@@ -1,4 +1,4 @@
1
1
  :HL["/_next/static/chunks/233p45nuh4m5b.css","style"]
2
2
  :HL["/_next/static/chunks/02omaqvvszea3.css","style"]
3
- :HL["/_next/static/chunks/388-t2v72jh39.css","style"]
4
- 0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"X34BUd9bfdH27ripuwwBm"}
3
+ :HL["/_next/static/chunks/0oc4_xoia77dg.css","style"]
4
+ 0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":4192,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"YR4NWcDDuzwLbTTU7U7Vr"}
@@ -5,7 +5,7 @@ R.c("server/chunks/_05sovvj._.js")
5
5
  R.c("server/chunks/[root-of-the-server]__02_2sm-._.js")
6
6
  R.c("server/chunks/node_modules_next_dist_0r-70fd._.js")
7
7
  R.c("server/chunks/lib_logger_ts_1exwjut._.js")
8
- R.c("server/chunks/[root-of-the-server]__0t_dqaj._.js")
8
+ R.c("server/chunks/[root-of-the-server]__0-npkh_._.js")
9
9
  R.c("server/chunks/_next-internal_server_app_api_artifact_route_actions_0kjr-km.js")
10
10
  R.m(872084)
11
11
  module.exports=R.m(872084).exports
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../database/migrations/20260908030742_rainy_marvel_zombies/migration.sql","../../../../../database/migrations/20260908030742_rainy_marvel_zombies/snapshot.json","../../../../../features/workspace/components/artifact-view.tsx","../../../../../features/workspace/components/file-view.tsx","../../../../../features/workspace/components/workspace-mark.tsx","../../../../../features/workspace/components/workspace-setting.tsx","../../../../../features/workspace/file-kind.ts","../../../../../features/workspace/workspace.action.ts","../../../../../features/workspace/workspace.query.ts","../../../../../features/workspace/workspace.schema.ts","../../../../../features/workspace/workspace.ts","../../../../../lib/date-like.ts","../../../../../lib/desktop-notify.ts","../../../../../lib/json-schema.ts","../../../../../lib/limits.ts","../../../../../lib/logger.ts","../../../../../lib/protocol/events.client.ts","../../../../../lib/protocol/events.server.ts","../../../../../lib/protocol/events.ts","../../../../../lib/protocol/presence.ts","../../../../../lib/protocol/result.ts","../../../../../lib/protocol/server-action.ts","../../../../../lib/protocol/server-route.ts","../../../../../lib/protocol/to-result.ts","../../../../../lib/protocol/use-server-action.ts","../../../../../lib/protocol/use-server-pages.ts","../../../../../lib/protocol/use-server-route.ts","../../../../../lib/public-error.ts","../../../../../lib/queue.ts","../../../../../lib/realtime/client-secret.ts","../../../../../lib/realtime/open-session.ts","../../../../../lib/realtime/openai.ts","../../../../../lib/realtime/realtime.audio.ts","../../../../../lib/realtime/realtime.driver.ts","../../../../../lib/realtime/realtime.protocol.ts","../../../../../lib/realtime/realtime.schema.ts","../../../../../lib/realtime/realtime.session.ts","../../../../../lib/realtime/realtime.tap.ts","../../../../../lib/realtime/realtime.transport.ts","../../../../../lib/realtime/xai.ts","../../../../../lib/reveal-path.ts","../../../../../lib/sandbox.ts","../../../../../lib/theme.ts","../../../../../lib/tokens.ts","../../../../../lib/utils.ts","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/esm/_interop_require_default.js","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../skills/browser/SKILL.md","../../../../../skills/browser/references/element-attributes.md","../../../../../skills/browser/references/playwright-tests.md","../../../../../skills/browser/references/request-mocking.md","../../../../../skills/browser/references/running-code.md","../../../../../skills/browser/references/session-management.md","../../../../../skills/browser/references/storage-state.md","../../../../../skills/browser/references/test-generation.md","../../../../../skills/browser/references/tracing.md","../../../../../skills/browser/references/video-recording.md","../../../../../skills/computer/SKILL.md","../../../../../skills/find-skills/SKILL.md","../../../../../skills/interactive-page/LICENSE.txt","../../../../../skills/interactive-page/LICENSE.txt","../../../../../skills/interactive-page/SKILL.md","../../../../../skills/interactive-page/scripts/bundle-artifact.sh","../../../../../skills/interactive-page/scripts/init-artifact.sh","../../../../../skills/interactive-page/scripts/shadcn-components.tar.gz","../../../../../skills/skill-creator/LICENSE.txt","../../../../../skills/skill-creator/LICENSE.txt","../../../../../skills/skill-creator/SKILL.md","../../../../../skills/skill-creator/scripts/validate.mjs","../../../chunks/[externals]_node_readline_1u65a-m._.js","../../../chunks/[root-of-the-server]__02_2sm-._.js","../../../chunks/[root-of-the-server]__0t_dqaj._.js","../../../chunks/[root-of-the-server]__1bqhuh9._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_05sovvj._.js","../../../chunks/_1php4eq._.js","../../../chunks/_next-internal_server_app_api_artifact_route_actions_0kjr-km.js","../../../chunks/lib_logger_ts_1exwjut._.js","../../../chunks/node_modules_consola_dist_chunks_prompt_mjs_02axwqv._.js","../../../chunks/node_modules_next_dist_0r-70fd._.js","./route_client-reference-manifest.js"],"fileHashes":["e4c78abcaa86dd8d664995297096581b","4a4677931a61e4370c09c1699eb12c4a","f29e1e7f663b198a7e84b2970d8e38f9","16f4123369eae10eea59986f8ccaaf11","0b6b8b2846ac4be2776493fab00e90c8","b3ecf5e62cba73c192568b717cce3872","0da924aa0d02665b97bb5669e87734d5","d9d1c34542b23563d61a96877bab5420","e9708b898ced0f2bbc56084963de8bc5","685bc945d84e0cb5ddd445581a2cf673","74171459c793198e3340aa868afce6b2","e1ad21d522db97efa28231b9c5d0b3b1","f1e82ce8c93d75538178f1088b90d1d6","09f969244e5f9c43bd6d3aecd916aca0","b85f585a8b59a9ea1186991458a77eb2","35647752581d8f25db1b7c9c3640ad1c","5348d9d1b6ec54ec585770d86297e9b4","a6582446df3fd3bbde88cf33ace191f6","a6c2050bf56e487b199d529c0bf14548","04538cb917c61f3d39823e6533561dcf","9919aa1fedaaf2e655e7ab588ba85585","d6ab995e3fa3d5bb2aba3121f4427f78","3abcb4cf56b6b4305dce545c7a744132","a4371f8ccc2c00fdb922d0058ecfe78a","ea6d5be9e55e602666e428e6598a4789","f5ecd313ff2d0130b13c57e0c178b183","07f4bb780a9193f3eb354f27b631e2ca","187a4d60deadcc1676e16d742645d562","fe8166eaa3caaf5d80bf448934ca61c3","dc7a1ac42d9f1b4607bc2e682aa0229d","38a0623117c4c578074da64fb21d39e1","79956d19d7c4f931ea80a4a7d5f2f845","990fe17bb9d06fadcfb7414ad9f13eac","086ccc15c2178a668305d35e23dc577d","9a3d665ad488649aa52d00ed72513495","c5cd59863d973bbd88621d2d44e6fc9c","e3e7d2dc8b5531955858c08d686aa76d","044a1046b5104d0ac007b35fb57ef541","09f956f7e714f917fcb42a85afe863a5","a3575683df0c0748e0a125d7ebcabf6e","bc68e9d8072b76b7967607d9be61fa56","f47ba355df9eb3e13309113a80a1dce2","6ae44ee21a0efb8361674971eb89732e","96df7547483806cdbcefe06f0d3e9f11","c1c8c1105e076a1305e0b23dd1a42b13","ef6ac6914a3f24c9f4a98105a3bdd310","bcdfbca94848d30153fa83f8421423d7","50bb01754878225cf6730e02b44f84d6","a5446fb306fcfec27c39f81de38ec842","9c53694dd40423680deefb5a1e3c25af","57ca86e5858543e1466b92725355539a","11eb668649d2434d25d26977b8e01e49","02186196a2cc227a67f668f00873f72a","fa8a4dd27dcbde144881044b2fa74f64","cd28bbc5151decba058dfd44bd7f47ef","a8da0851d005c95af6d4ff8b8db146ce","a44c5b21be836995dd7bd25d00ed0d41","bbebd49a713726ec0fa1a097033ea3bb","61445cc4a73d56b154f397d2e4213b60","4e6491a35b1970e74a940d26e575216a","0bcd39f6f5be09dab16374e3bf84459e","ce87d6acf7ef1610862d34a9c59528ea","d1e9d6e75ad3a9d63cc0825ec4ebe282","b81183ad70cf2df4130a6f7853eff593","edcceea1e2a5c13a14d12f4d422f733a","92d7eec9f49250bf6325e1b4186fb521","0b3ab74e31e82ffa9b20013ed883782e","15ad04875f6d43fc8bd602b20d828566","5fe712e91d39531cd872b189115c7a25","c07db8edca1ca7e626b14dbf4e3584a8","0aa24beea9e1b8ae34954feb1be5caa6","f9295c2e844d919b0be75fffe2e10989","9b1c71085acfacbddbca5126bca3f550","6505c89743b18298e0e22489f1d956ed","8f2d8843ff7d322ecc237601ab58e1d7","d90d4f1de46d810d671d85f21ec5d352","2eecc48be406b9c64276e31215c29e95","981807b2548ffbff8d9ad94a758813fb","9f6a333435676ba7b0045e6b0d2d9b98","2701737ab664a8fe7700053638aa0db8","33916079c6a49d35edf38970b6afa990","046a57d6280182df9f32d77ba452677f","94e9332b8f4251c1b03791e57aad9399","6978bf3fb2c443a8c9022d43a243c56a","8fb4ea2a1e97dc7ad2cbbf5641b1aa23","7175e4648ef6975b79e76f0f46dc69df","7a4c4e16ecb22ffb0ba224fa37e94a70","848334e0b7acedfd5656296df4adae7c","0a201256d245b3a0e27ed288b6ba68ae","498fc15d07579c19b3cc959a96eb5bb8","40c6916156cc44db5f0c8e266c9f1e60","1acc3875adfbadf8dd6721e71e776ecd","1eb18df669f40e7a0c8e077b365c907d","08cab8a9c8062eac4f6b9cbcc303417a","bef9750470e394d3052dfe5a7847e9a0","4d1a01dfd6b6423b2d0ff0467f613bd8","7cfcc764f9b49f84e568c2a8b481ef89","ecbf1e0ab3ad74e5979ab5771d710880","59f473418a3a0c96c8ec855aa72bd02a","d3c2a37fdf66b455a0ed47d33fc12229","215309237f9a05ec8f52edadcd0565bf","5f3e641690915ca863053b107ae0493a","44cca5b4413d63e3179289d31fe1bcf1","ce930365528e6b0f94d346e8a3a6c976","85ef440bb2c4d6dcc19f40e9d77059e3","b73d42aa8f40f578ac38efd8516ad8a3","fc4f7117734aa11e26028c3a1f0e9934","4b5216f48144eab06a89f40a112df0f9","7f7c41d2d2c4e4ea0359ce7e30c4676d","a52c1bfa60cdd122eb82001cf748b39b","4daf2c54f6e769ac3f1c55e2d2356e62","67530655ee6d2037c694d851f60a4d3a","72e15054e5bb83aa2714e9aa0f2a8aaa","72944fa2cce5836dad49dfd7147626d0","3c5c716d6aebf4093db91e57fe322e0c","64c0567172a45f553110cf14514d76dc","f5232a6a89b9b1646513f6f36cfd6edc","ed734e4322f6faf639acccc2130bd1f9","3a55a78645b57706246de6914d4ce134","438a096196cbf3f40712fc244347eced","59be47cbf4cb15affb56354159123835","e124239b7fff31a73bfc3e95cfc593d3","38636bd694da4120897a2a695111039c","03f54ee64db45e6ac7025c881590f862","48538028ed97d91e767563f56035e684","217152373b3f900ae15ce0920bb06da9","6dadc2917fc514e7e4c6f4cabe7d69a6","a81a01b4510a203a8811e202d3537fe8","37ac4cbd6b18d52a47105218c3573c36","5ab4d38c634c37598fc59a79eeef302f","e2a4479a35cb46058fa5fa4148e39287","a5ceecfe744045263b3b4c06e4d48cce","5654b3d7d7805129b98db879f3bbd2af","deef54fb4c402325da2038fd78856071","8be729967149c753a0ebdfd2a30fb36e","dfea88cc5423da5be7ec5d44ddcaaedd","220a1d153fd4a6d65e4ef3ab23305e12","bd95af69943c6b10d72a1520da203070","2e2b6ee2ccf6a93255a41d6364a2937b","6760a270aa4ec6a0619469ac0a601865","d94f8e40fabd30f7ccffe6faedaa8d1b","3d89d7b309de2db7c20d9bc33b276352","65235f2b6969d6be8775c1a4a861469a","d925a5dfded5c69aaec10fe05dda86c5","45f03cc777e40a4a5eeb650b0806724d","3aa8d191a6637035f60005640dc114a4","2ece88d1fafe82268acf95d3a68c8066","bf4bd9c8f262a5ee47fe3b4736708efe","71681640381f0e719abfa5857a56aed0","c7183f41d3ce1a9adec47640bdf49e1d","c433e3a07192a8d4680b56b3f6b4a1eb","ddb3998dc7501521517a9f51a965f7d9","ddb3998dc7501521517a9f51a965f7d9","6048810044956e10b49fe99582c03db6","c19e19888e482a46442e1c178e2aeac1","538b45bff8bbcf19c1e1af5720de929c","b7e637b9f918644af62a143a33295406","ddb3998dc7501521517a9f51a965f7d9","ddb3998dc7501521517a9f51a965f7d9","a1a6755b00ec8b0c8d539b3bf2d68059","6546112c51b7730a01e56d183c83cd63","7295a4114b422538c403dbc9fed4f11f","4c839a3391670d393f0c56c841c904e2","0b2c83e14d7fcd6b9306b7da8450396a","690b2aeca8b060578ffb046d79f40dff","5388aeadc64ea8478932ee1af33b0692","26d2fc85ff8865d08f68b7d5e57ea8fd","cd6403a5d52870bffc3d588a87c8e96e","99a10bb63dab01047c7f9e961d84f140","1ad215886e9184f0103892dfc9ad4e1b","1fc6045e3bc104236950749ff86d7b4b","7cd33578a73ef87173460b87fd452d02","3264d4915f1000d5675ec00933916166"],"entryHash":"71433385962be7e98b2969d62cda1ea6"}
1
+ {"version":1,"files":["../../../../../app/api/events/app-event.client.ts","../../../../../app/api/events/app-event.server.ts","../../../../../app/api/events/app-event.ts","../../../../../app/api/llm-model/catalog/route.ts","../../../../../app/api/llm-model/route.ts","../../../../../app/api/query-key.ts","../../../../../app/api/thursday/tool-call/route.ts","../../../../../components/ui/button-group.tsx","../../../../../components/ui/custom-icon.tsx","../../../../../components/ui/dropdown-menu.tsx","../../../../../components/ui/folded-text.tsx","../../../../../components/ui/input-group.tsx","../../../../../components/ui/json-view.tsx","../../../../../components/ui/shiny-text.tsx","../../../../../components/ui/text-type.tsx","../../../../../components/ui/theme-sync.tsx","../../../../../database/migrations/20260909060813_optimal_sabretooth/migration.sql","../../../../../database/migrations/20260909060813_optimal_sabretooth/snapshot.json","../../../../../database/migrations/20260909063821_bitter_tenebrous/migration.sql","../../../../../database/migrations/20260909063821_bitter_tenebrous/snapshot.json","../../../../../docs/how-it-works.md","../../../../../docs/images/keeps-going.png","../../../../../docs/images/task-thread.png","../../../../../docs/images/two-minds.png","../../../../../features/ai/components/gateway-mark.tsx","../../../../../features/ai/components/model-browser.tsx","../../../../../features/ai/components/model-picker.tsx","../../../../../features/ai/components/provider-icon.tsx","../../../../../features/ai/load-tools.ts","../../../../../features/ai/prompts/memory-tidy.prompt.ts","../../../../../features/ai/prompts/prompt-helper.ts","../../../../../features/ai/tools/tool-name.ts","../../../../../features/artifact/components/artifact-mark.tsx","../../../../../features/artifact/components/artifact-setting.tsx","../../../../../features/bot/components/bot-badge.tsx","../../../../../features/bot/components/bot-mark.tsx","../../../../../features/bot/components/bot-room.tsx","../../../../../features/bot/components/bot-roster.tsx","../../../../../features/bot/components/bot-setting.tsx","../../../../../features/bot/components/bot-tool.tsx","../../../../../features/bot/components/path-chips.tsx","../../../../../features/bot/components/task-badge.tsx","../../../../../features/bot/components/task-reply.tsx","../../../../../features/bot/components/task-setting.tsx","../../../../../features/bot/seed-bots.ts","../../../../../features/config/components/config-badge.tsx","../../../../../features/config/components/config-setting.tsx","../../../../../features/config/components/models-setting.tsx","../../../../../features/config/components/voice-key.tsx","../../../../../features/connectors/components/mcp-badge.tsx","../../../../../features/connectors/components/mcp-mark.tsx","../../../../../features/connectors/components/mcp-setting.tsx","../../../../../features/memory/components/memory-mark.tsx","../../../../../features/memory/components/memory-setting.tsx","../../../../../features/memory/components/memory-tidy.tsx","../../../../../features/memory/components/memory-view.tsx","../../../../../features/settings/components/setting-ui.tsx","../../../../../features/skills/components/skills-mark.tsx","../../../../../features/skills/components/skills-setting.tsx","../../../../../features/thursday/components/ascii-field.tsx","../../../../../features/thursday/components/ascii-orb.tsx","../../../../../features/thursday/components/call-log.tsx","../../../../../features/thursday/components/thursday-ascii-mark.tsx","../../../../../features/thursday/components/thursday-mark.tsx","../../../../../features/thursday/components/thursday-setting.tsx","../../../../../features/thursday/tool-call.ts","../../../../../features/thursday/tool-line.ts","../../../../../features/thursday/use-call-title.ts","../../../../../features/thursday/use-thursday.ts","../../../../../features/workspace/components/artifact-view.tsx","../../../../../features/workspace/components/file-view.tsx","../../../../../features/workspace/components/workspace-mark.tsx","../../../../../features/workspace/components/workspace-setting.tsx","../../../../../features/workspace/file-kind.ts","../../../../../features/workspace/workspace.action.ts","../../../../../features/workspace/workspace.query.ts","../../../../../features/workspace/workspace.schema.ts","../../../../../features/workspace/workspace.ts","../../../../../hooks/use-draft.ts","../../../../../hooks/use-hotkey.ts","../../../../../hooks/use-object-state.ts","../../../../../hooks/use-on-visible.ts","../../../../../hooks/use-theme.ts","../../../../../hooks/use-wake-word.ts","../../../../../lib/date-like.ts","../../../../../lib/desktop-notify.ts","../../../../../lib/json-schema.ts","../../../../../lib/limits.ts","../../../../../lib/logger.ts","../../../../../lib/protocol/events.client.ts","../../../../../lib/protocol/events.server.ts","../../../../../lib/protocol/events.ts","../../../../../lib/protocol/presence.ts","../../../../../lib/protocol/result.ts","../../../../../lib/protocol/server-action.ts","../../../../../lib/protocol/server-route.ts","../../../../../lib/protocol/to-result.ts","../../../../../lib/protocol/use-server-action.ts","../../../../../lib/protocol/use-server-pages.ts","../../../../../lib/protocol/use-server-route.ts","../../../../../lib/public-error.ts","../../../../../lib/queue.ts","../../../../../lib/realtime/client-secret.ts","../../../../../lib/realtime/open-session.ts","../../../../../lib/realtime/openai.ts","../../../../../lib/realtime/realtime.audio.ts","../../../../../lib/realtime/realtime.driver.ts","../../../../../lib/realtime/realtime.protocol.ts","../../../../../lib/realtime/realtime.schema.ts","../../../../../lib/realtime/realtime.session.ts","../../../../../lib/realtime/realtime.tap.ts","../../../../../lib/realtime/realtime.transport.ts","../../../../../lib/realtime/xai.ts","../../../../../lib/reveal-path.ts","../../../../../lib/sandbox.ts","../../../../../lib/theme.ts","../../../../../lib/tokens.ts","../../../../../lib/utils.ts","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/esm/_interop_require_default.js","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../skills/browser/SKILL.md","../../../../../skills/browser/references/element-attributes.md","../../../../../skills/browser/references/element-attributes.md","../../../../../skills/browser/references/playwright-tests.md","../../../../../skills/browser/references/playwright-tests.md","../../../../../skills/browser/references/request-mocking.md","../../../../../skills/browser/references/request-mocking.md","../../../../../skills/browser/references/running-code.md","../../../../../skills/browser/references/running-code.md","../../../../../skills/browser/references/session-management.md","../../../../../skills/browser/references/session-management.md","../../../../../skills/browser/references/storage-state.md","../../../../../skills/browser/references/storage-state.md","../../../../../skills/browser/references/test-generation.md","../../../../../skills/browser/references/test-generation.md","../../../../../skills/browser/references/tracing.md","../../../../../skills/browser/references/video-recording.md","../../../../../skills/browser/references/video-recording.md","../../../../../skills/computer/SKILL.md","../../../../../skills/find-skills/SKILL.md","../../../../../skills/find-skills/SKILL.md","../../../../../skills/interactive-page/LICENSE.txt","../../../../../skills/interactive-page/LICENSE.txt","../../../../../skills/interactive-page/SKILL.md","../../../../../skills/interactive-page/SKILL.md","../../../../../skills/interactive-page/scripts/bundle-artifact.sh","../../../../../skills/interactive-page/scripts/bundle-artifact.sh","../../../../../skills/interactive-page/scripts/init-artifact.sh","../../../../../skills/interactive-page/scripts/init-artifact.sh","../../../../../skills/interactive-page/scripts/shadcn-components.tar.gz","../../../../../skills/interactive-page/scripts/shadcn-components.tar.gz","../../../../../skills/skill-creator/LICENSE.txt","../../../../../skills/skill-creator/LICENSE.txt","../../../../../skills/skill-creator/SKILL.md","../../../../../skills/skill-creator/SKILL.md","../../../../../skills/skill-creator/scripts/validate.mjs","../../../../../skills/skill-creator/scripts/validate.mjs","../../../chunks/[externals]_node_readline_1u65a-m._.js","../../../chunks/[root-of-the-server]__0-npkh_._.js","../../../chunks/[root-of-the-server]__02_2sm-._.js","../../../chunks/[root-of-the-server]__1bqhuh9._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_05sovvj._.js","../../../chunks/_1php4eq._.js","../../../chunks/_next-internal_server_app_api_artifact_route_actions_0kjr-km.js","../../../chunks/lib_logger_ts_1exwjut._.js","../../../chunks/node_modules_consola_dist_chunks_prompt_mjs_02axwqv._.js","../../../chunks/node_modules_next_dist_0r-70fd._.js","./route_client-reference-manifest.js"],"fileHashes":["af9f68e845648164831a24efa184585e","272fe951711421d404135336ab0dc09c","c0df2c7a72608530b143b916723077a7","aa9cc950c31f5a2f4f6369647a970f36","63faaa433e5ccd739dbfe73146ad9724","ad27db4960fbf2e6fb2974f986a41574","875ec060207db26bf6989d988b9e93eb","4593a371931f677289561f5ae48a8ed4","4fd25de91a52892213680b23c9b9ecbe","b168bc58d7e3b72c33c437bb51d25e36","a6ad3b29485eb80fe73f181d19071dc6","e5b759ebfdaeb2b9382d5c802b77296b","f50d0655f2df537cbdf030f0b3810862","1273ef3367634eb422f1fd54580d6027","ec08a11bed6f72ab6c5d7645cfdc9cc4","753318bb20be6c994f3a72708ce4dd5e","502b69367e7870926c5810df7e62a34c","b03013e8ab575ac02cd530dcd11e253d","2ac09be243908a583068696c30b6612c","e8566cf8dc652b9d54c68ed5a2e86d1a","bcace033e8c846805bc0cf6349f1d0ac","9fc021d40f92f327cf4b40e3c234982d","aefd9d1a57e5f3fb019f8ce212c1fd88","e81322e8b8d884a2800acf20be61a1b2","5fc28629eacfa5d07088dcd014c809fa","73eaf7a2117817d4881dec37a51f2bd0","ff180f737d96025dab9c1664571bda7d","9d30de065d66f11e5c17cede96047695","d0c299a0701283736735c758a25c749a","024d8b62be6febee7f39056431b9e630","fdb61ccbe79a2bf66acf15540985c615","73de718869bb2b752c2a88a0595ab769","4b29b3b83db1e9a396b4b69bb95888b5","edf95d6403fe4ec8ed8c3b9fe244beda","b97f51d66a3afa10c9a4ace64af26178","a30d17c91a424b60fdd8343f7513ea82","f1ff0933373f909173a50f15d54cd3ef","586e6abe09fdfd05cc41fc0e37e830ba","323949de48e19a9d4dbae8597bea9460","fdd766f1fe1c1d50b59bc75f15314bae","c861826cf0701d29a54fd5a20acd380e","e26cac406559b9e197011cfe29f48939","a5125105dc39ec6f3981930eb3c64436","a7a17d2b1b23925c9c2969a1d25bf608","7aa8e531d0f136a903bd32853237b365","4f8ed100ab047b65eab3f61be9bbc1fd","91f2fa5a1bf91826b279120536a44b0a","6db31c4b06ac6e1de9813e95345d15b4","093b34c786d4e5c114b9e254fc1249d0","2d2b9249e4af05c5153b8a7b59a02dff","1521832fe0bc7d0d9b682ef94a81fdbb","d955b6b8d159ace9cdfea8dcfa342d4b","2d3d59c43d72d8ed1e4610c890ade706","709bbe62efe4b0fd23a26e95b4202293","d2a3c31a88186ecb9bfd3138215dbe2d","b0f0f845832a4fb2f1d210d4dfdb53a2","642778339a8b566d06cb9b96a8f01c71","aa9fd654e144d7ad0620ae75f3d57f26","dd5730029f00e38c7cf5a5d7b4a11760","c032f0de735dd4964753ed20b073b9e6","63141fa5976415ce7bc742dcefa67ee2","a806ae001f65df20f952a49904cfdc6e","a6e7c841b10142633aae567d8e70f6e2","095f260777cfa0a8792129a19a03d7c0","599c393d2d8777a0a285be69939f5497","9f9b203259af88f9c2bee63b17e4766b","b5d3e4bc9f10f2da3bbedd0a5fec61b0","96a90e78102bc32541eee2a0eb1afda7","4003822efcf9eb3e6879ac1ca26dbf41","f29e1e7f663b198a7e84b2970d8e38f9","16f4123369eae10eea59986f8ccaaf11","0b6b8b2846ac4be2776493fab00e90c8","b3ecf5e62cba73c192568b717cce3872","0da924aa0d02665b97bb5669e87734d5","d9d1c34542b23563d61a96877bab5420","e9708b898ced0f2bbc56084963de8bc5","685bc945d84e0cb5ddd445581a2cf673","590dc7363b5fc6d11386773d37389f29","2b22a28e1c0e49d317b61de9277e304c","fbdccb928c73ca430368b6d635c42b4c","eec2a0b9f80fc6ebf88d1b8c3a6951e3","8f68a48168824f12d681687871220738","a778773bc8a3474f34a91304e7a4280b","2912a2d9adbefb18d183540df42dd036","e1ad21d522db97efa28231b9c5d0b3b1","f1e82ce8c93d75538178f1088b90d1d6","09f969244e5f9c43bd6d3aecd916aca0","b85f585a8b59a9ea1186991458a77eb2","35647752581d8f25db1b7c9c3640ad1c","5348d9d1b6ec54ec585770d86297e9b4","a6582446df3fd3bbde88cf33ace191f6","a6c2050bf56e487b199d529c0bf14548","04538cb917c61f3d39823e6533561dcf","9919aa1fedaaf2e655e7ab588ba85585","d6ab995e3fa3d5bb2aba3121f4427f78","3abcb4cf56b6b4305dce545c7a744132","a4371f8ccc2c00fdb922d0058ecfe78a","ea6d5be9e55e602666e428e6598a4789","f5ecd313ff2d0130b13c57e0c178b183","07f4bb780a9193f3eb354f27b631e2ca","187a4d60deadcc1676e16d742645d562","fe8166eaa3caaf5d80bf448934ca61c3","dc7a1ac42d9f1b4607bc2e682aa0229d","38a0623117c4c578074da64fb21d39e1","79956d19d7c4f931ea80a4a7d5f2f845","990fe17bb9d06fadcfb7414ad9f13eac","019783c3d17cb694524d417cd09a430d","01dcd60038e895aadd4386a8f9094d32","c5cd59863d973bbd88621d2d44e6fc9c","e3e7d2dc8b5531955858c08d686aa76d","044a1046b5104d0ac007b35fb57ef541","09f956f7e714f917fcb42a85afe863a5","a3575683df0c0748e0a125d7ebcabf6e","bc68e9d8072b76b7967607d9be61fa56","ee6914f182d9e42e6f5f20eec4e51e42","6ae44ee21a0efb8361674971eb89732e","9f27c9d1c7b42140de5a9a1c8fd4b294","c1c8c1105e076a1305e0b23dd1a42b13","ef6ac6914a3f24c9f4a98105a3bdd310","bcdfbca94848d30153fa83f8421423d7","50bb01754878225cf6730e02b44f84d6","a5446fb306fcfec27c39f81de38ec842","9c53694dd40423680deefb5a1e3c25af","57ca86e5858543e1466b92725355539a","11eb668649d2434d25d26977b8e01e49","02186196a2cc227a67f668f00873f72a","fa8a4dd27dcbde144881044b2fa74f64","cd28bbc5151decba058dfd44bd7f47ef","a8da0851d005c95af6d4ff8b8db146ce","a44c5b21be836995dd7bd25d00ed0d41","bbebd49a713726ec0fa1a097033ea3bb","61445cc4a73d56b154f397d2e4213b60","4e6491a35b1970e74a940d26e575216a","0bcd39f6f5be09dab16374e3bf84459e","ce87d6acf7ef1610862d34a9c59528ea","d1e9d6e75ad3a9d63cc0825ec4ebe282","b81183ad70cf2df4130a6f7853eff593","edcceea1e2a5c13a14d12f4d422f733a","92d7eec9f49250bf6325e1b4186fb521","0b3ab74e31e82ffa9b20013ed883782e","15ad04875f6d43fc8bd602b20d828566","5fe712e91d39531cd872b189115c7a25","c07db8edca1ca7e626b14dbf4e3584a8","0aa24beea9e1b8ae34954feb1be5caa6","f9295c2e844d919b0be75fffe2e10989","9b1c71085acfacbddbca5126bca3f550","6505c89743b18298e0e22489f1d956ed","8f2d8843ff7d322ecc237601ab58e1d7","d90d4f1de46d810d671d85f21ec5d352","2eecc48be406b9c64276e31215c29e95","981807b2548ffbff8d9ad94a758813fb","9f6a333435676ba7b0045e6b0d2d9b98","2701737ab664a8fe7700053638aa0db8","33916079c6a49d35edf38970b6afa990","046a57d6280182df9f32d77ba452677f","94e9332b8f4251c1b03791e57aad9399","6978bf3fb2c443a8c9022d43a243c56a","8fb4ea2a1e97dc7ad2cbbf5641b1aa23","7175e4648ef6975b79e76f0f46dc69df","7a4c4e16ecb22ffb0ba224fa37e94a70","848334e0b7acedfd5656296df4adae7c","0a201256d245b3a0e27ed288b6ba68ae","498fc15d07579c19b3cc959a96eb5bb8","40c6916156cc44db5f0c8e266c9f1e60","1acc3875adfbadf8dd6721e71e776ecd","1eb18df669f40e7a0c8e077b365c907d","08cab8a9c8062eac4f6b9cbcc303417a","bef9750470e394d3052dfe5a7847e9a0","4d1a01dfd6b6423b2d0ff0467f613bd8","7cfcc764f9b49f84e568c2a8b481ef89","ecbf1e0ab3ad74e5979ab5771d710880","59f473418a3a0c96c8ec855aa72bd02a","d3c2a37fdf66b455a0ed47d33fc12229","215309237f9a05ec8f52edadcd0565bf","5f3e641690915ca863053b107ae0493a","44cca5b4413d63e3179289d31fe1bcf1","ce930365528e6b0f94d346e8a3a6c976","85ef440bb2c4d6dcc19f40e9d77059e3","b73d42aa8f40f578ac38efd8516ad8a3","fc4f7117734aa11e26028c3a1f0e9934","4b5216f48144eab06a89f40a112df0f9","7f7c41d2d2c4e4ea0359ce7e30c4676d","a52c1bfa60cdd122eb82001cf748b39b","4daf2c54f6e769ac3f1c55e2d2356e62","67530655ee6d2037c694d851f60a4d3a","72e15054e5bb83aa2714e9aa0f2a8aaa","72944fa2cce5836dad49dfd7147626d0","3c5c716d6aebf4093db91e57fe322e0c","64c0567172a45f553110cf14514d76dc","f5232a6a89b9b1646513f6f36cfd6edc","ed734e4322f6faf639acccc2130bd1f9","3a55a78645b57706246de6914d4ce134","438a096196cbf3f40712fc244347eced","59be47cbf4cb15affb56354159123835","e124239b7fff31a73bfc3e95cfc593d3","38636bd694da4120897a2a695111039c","03f54ee64db45e6ac7025c881590f862","48538028ed97d91e767563f56035e684","217152373b3f900ae15ce0920bb06da9","6dadc2917fc514e7e4c6f4cabe7d69a6","a81a01b4510a203a8811e202d3537fe8","37ac4cbd6b18d52a47105218c3573c36","5ab4d38c634c37598fc59a79eeef302f","e2a4479a35cb46058fa5fa4148e39287","a5ceecfe744045263b3b4c06e4d48cce","5654b3d7d7805129b98db879f3bbd2af","deef54fb4c402325da2038fd78856071","8be729967149c753a0ebdfd2a30fb36e","dfea88cc5423da5be7ec5d44ddcaaedd","220a1d153fd4a6d65e4ef3ab23305e12","bd95af69943c6b10d72a1520da203070","2e2b6ee2ccf6a93255a41d6364a2937b","6760a270aa4ec6a0619469ac0a601865","d94f8e40fabd30f7ccffe6faedaa8d1b","d94f8e40fabd30f7ccffe6faedaa8d1b","3d89d7b309de2db7c20d9bc33b276352","3d89d7b309de2db7c20d9bc33b276352","65235f2b6969d6be8775c1a4a861469a","65235f2b6969d6be8775c1a4a861469a","d925a5dfded5c69aaec10fe05dda86c5","d925a5dfded5c69aaec10fe05dda86c5","45f03cc777e40a4a5eeb650b0806724d","45f03cc777e40a4a5eeb650b0806724d","3aa8d191a6637035f60005640dc114a4","3aa8d191a6637035f60005640dc114a4","2ece88d1fafe82268acf95d3a68c8066","2ece88d1fafe82268acf95d3a68c8066","bf4bd9c8f262a5ee47fe3b4736708efe","71681640381f0e719abfa5857a56aed0","71681640381f0e719abfa5857a56aed0","c7183f41d3ce1a9adec47640bdf49e1d","c433e3a07192a8d4680b56b3f6b4a1eb","c433e3a07192a8d4680b56b3f6b4a1eb","ddb3998dc7501521517a9f51a965f7d9","ddb3998dc7501521517a9f51a965f7d9","6048810044956e10b49fe99582c03db6","6048810044956e10b49fe99582c03db6","c19e19888e482a46442e1c178e2aeac1","c19e19888e482a46442e1c178e2aeac1","538b45bff8bbcf19c1e1af5720de929c","538b45bff8bbcf19c1e1af5720de929c","b7e637b9f918644af62a143a33295406","b7e637b9f918644af62a143a33295406","ddb3998dc7501521517a9f51a965f7d9","ddb3998dc7501521517a9f51a965f7d9","a1a6755b00ec8b0c8d539b3bf2d68059","a1a6755b00ec8b0c8d539b3bf2d68059","6546112c51b7730a01e56d183c83cd63","6546112c51b7730a01e56d183c83cd63","7295a4114b422538c403dbc9fed4f11f","c2bc9db5119db9c384ac92553cd40361","4c839a3391670d393f0c56c841c904e2","94df0db569f287a7ec1b01f75d2fbd57","5388aeadc64ea8478932ee1af33b0692","26d2fc85ff8865d08f68b7d5e57ea8fd","996509c077c5b84dbcef3272b3426995","99a10bb63dab01047c7f9e961d84f140","1ad215886e9184f0103892dfc9ad4e1b","1fc6045e3bc104236950749ff86d7b4b","7cd33578a73ef87173460b87fd452d02","3264d4915f1000d5675ec00933916166"],"entryHash":"09d090a01993019fd4248af4c4fc14e7"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "/api/bot/notes/route": "app/api/bot/notes/route.js"
3
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [],
5
+ "lowPriorityFiles": [],
6
+ "rootMainFiles": [],
7
+ "pages": {},
8
+ "ampFirstPages": [],
9
+ "rootMainFilesTree": {},
10
+ "pagesChunkGroupBootstrapParams": {},
11
+ "chunkLoadingGlobal": "TURBOPACK"
12
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "node": {},
3
+ "edge": {}
4
+ }
@@ -0,0 +1,14 @@
1
+ var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/bot/notes/route.js")
2
+ R.c("server/chunks/node_modules_consola_dist_chunks_prompt_mjs_02s3hjt._.js")
3
+ R.c("server/chunks/_106co2o._.js")
4
+ R.c("server/chunks/_1php4eq._.js")
5
+ R.c("server/chunks/[root-of-the-server]__005var5._.js")
6
+ R.c("server/chunks/[root-of-the-server]__0-npkh_._.js")
7
+ R.c("server/chunks/[root-of-the-server]__02_2sm-._.js")
8
+ R.c("server/chunks/lib_logger_ts_1exwjut._.js")
9
+ R.c("server/chunks/_1_5mnq4._.js")
10
+ R.c("server/chunks/node_modules_next_dist_0r-70fd._.js")
11
+ R.c("server/chunks/node_modules_zod_v4_1cha_bw._.js")
12
+ R.c("server/chunks/_next-internal_server_app_api_bot_notes_route_actions_0qcsyu7.js")
13
+ R.m(956206)
14
+ module.exports=R.m(956206).exports
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sections": []
5
+ }