@agent-spaces/server 0.3.61 → 0.3.63

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 (327) hide show
  1. package/dist/adapters/agent-runtime-types.js +12 -0
  2. package/dist/adapters/claude-code-runtime/index.js +22 -0
  3. package/dist/adapters/claude-code-runtime/sdk-config.js +34 -10
  4. package/dist/adapters/codex-runtime.js +2 -2
  5. package/dist/adapters/git.js +29 -13
  6. package/dist/adapters/langchain-runtime.js +2 -2
  7. package/dist/adapters/open-agent-sdk-runtime.js +2 -2
  8. package/dist/agents/agent-message-parts.js +27 -3
  9. package/dist/agents/commit-agent.js +1 -0
  10. package/dist/agents/issue-agent-progress.js +4 -2
  11. package/dist/agents/issue-agent-runner.js +5 -5
  12. package/dist/agents/issue-task-controller.js +95 -14
  13. package/dist/app.js +74 -5
  14. package/dist/package.json +1 -1
  15. package/dist/routes/agent-sse.js +4 -2
  16. package/dist/routes/channel.js +21 -4
  17. package/dist/routes/file.js +87 -1
  18. package/dist/routes/hooks.js +88 -0
  19. package/dist/routes/issue.js +59 -1
  20. package/dist/routes/output-style.js +48 -0
  21. package/dist/routes/prompt-template.js +2 -2
  22. package/dist/routes/skill.js +97 -3
  23. package/dist/routes/task.js +13 -1
  24. package/dist/services/agent.js +45 -16
  25. package/dist/services/hook-engine.js +118 -0
  26. package/dist/services/issue.js +6 -0
  27. package/dist/services/notification-hub/bot-agent.js +1 -0
  28. package/dist/services/output-style.js +134 -0
  29. package/dist/services/persistent-agent-context.js +37 -4
  30. package/dist/services/prompt-template.js +2 -2
  31. package/dist/services/skill.js +275 -40
  32. package/dist/storage/hook-store.js +55 -0
  33. package/dist/web/404.html +1 -1
  34. package/dist/web/__next.__PAGE__.txt +4 -4
  35. package/dist/web/__next._full.txt +25 -23
  36. package/dist/web/__next._head.txt +4 -4
  37. package/dist/web/__next._index.txt +13 -13
  38. package/dist/web/__next._tree.txt +2 -2
  39. package/dist/web/_next/static/chunks/0-1bfvfwifh-m.js +1 -0
  40. package/dist/web/_next/static/chunks/0-f~0xmwl__u5.js +1 -0
  41. package/dist/web/_next/static/chunks/0.n~yfwf4~6w-.js +1 -0
  42. package/dist/web/_next/static/chunks/002_j970b9gdx.js +1 -0
  43. package/dist/web/_next/static/chunks/014x2qbuiszni.js +3 -0
  44. package/dist/web/_next/static/chunks/01iqv28_snwus.js +1 -0
  45. package/dist/web/_next/static/chunks/02c22g~xd-y30.js +19 -0
  46. package/dist/web/_next/static/chunks/02mf61htij8g0.js +31 -0
  47. package/dist/web/_next/static/chunks/03scq1-0ykve3.js +1 -0
  48. package/dist/web/_next/static/chunks/046me66nilkff.js +1 -0
  49. package/dist/web/_next/static/chunks/04v-pqqs-2lvp.css +1 -0
  50. package/dist/web/_next/static/chunks/05f8cnmzqd5wb.js +1 -0
  51. package/dist/web/_next/static/chunks/{0zd1o3u04~qvo.js → 05psi2gtx~bev.js} +7 -7
  52. package/dist/web/_next/static/chunks/{12odetnu-lyrr.js → 06whz1~s_7pva.js} +12 -12
  53. package/dist/web/_next/static/chunks/06w~.izyfylap.js +1 -0
  54. package/dist/web/_next/static/chunks/08kfx8on9oty~.js +1 -0
  55. package/dist/web/_next/static/chunks/09t62a89~jesc.js +3 -0
  56. package/dist/web/_next/static/chunks/09y_3krccdd~u.js +1 -0
  57. package/dist/web/_next/static/chunks/{0njy89g5coeyi.js → 0_8dm7bxp18xo.js} +6 -6
  58. package/dist/web/_next/static/chunks/0_e~hmntdfop9.js +1 -0
  59. package/dist/web/_next/static/chunks/0_udc.6.tueey.js +1 -0
  60. package/dist/web/_next/static/chunks/0_vi1a~g4wx46.js +3 -0
  61. package/dist/web/_next/static/chunks/{05iy4.c-1cfhd.js → 0aa6bcdmtpekn.js} +1 -1
  62. package/dist/web/_next/static/chunks/{0tvd~rxgf0oh_.js → 0bbmx45w_h5np.js} +1 -1
  63. package/dist/web/_next/static/chunks/0cke33d38fnby.js +90 -0
  64. package/dist/web/_next/static/chunks/{0w1iudd1d46sw.js → 0ctg5qmw7uu.1.js} +2 -2
  65. package/dist/web/_next/static/chunks/0cyq~8xb~r5fc.js +1 -0
  66. package/dist/web/_next/static/chunks/0ewceguykiut5.js +1 -0
  67. package/dist/web/_next/static/chunks/0fxa1edqr7dve.js +1 -0
  68. package/dist/web/_next/static/chunks/{0202ia13sijwb.js → 0h18ej5yf974e.js} +1 -1
  69. package/dist/web/_next/static/chunks/0hra80eyuu37u.js +1 -0
  70. package/dist/web/_next/static/chunks/0i39jifmxla7q.js +1 -0
  71. package/dist/web/_next/static/chunks/0ie7y4k2ncvnn.js +1 -0
  72. package/dist/web/_next/static/chunks/0igc~uli58ncw.js +2 -0
  73. package/dist/web/_next/static/chunks/0kof5qdg8c2-k.js +71 -0
  74. package/dist/web/_next/static/chunks/{08o-zmr-40r5g.js → 0m11vvph7q94-.js} +1 -1
  75. package/dist/web/_next/static/chunks/0msb2mi3hiu5_.js +67 -0
  76. package/dist/web/_next/static/chunks/0np.d~hc1-pmh.js +4 -0
  77. package/dist/web/_next/static/chunks/{0qpq0~_58fe9a.js → 0oaq67r7ix.vg.js} +1 -1
  78. package/dist/web/_next/static/chunks/0ogpc3f3keopc.js +3 -0
  79. package/dist/web/_next/static/chunks/{0d_dp_4ofz0l3.css → 0ojcao3hdm36s.css} +0 -1
  80. package/dist/web/_next/static/chunks/0p1n8bvfnpl41.js +1 -0
  81. package/dist/web/_next/static/chunks/{0gig.k.rq8d0x.js → 0ppr271hz0xoq.js} +1 -1
  82. package/dist/web/_next/static/chunks/0s_dva~eh2yhi.js +3 -0
  83. package/dist/web/_next/static/chunks/0typj55ox8d5i.js +1 -0
  84. package/dist/web/_next/static/chunks/0w2p4ldi2aymp.js +1 -0
  85. package/dist/web/_next/static/chunks/{0..g0jl-8qup7.js → 0xoo17yef_b8g.js} +1 -1
  86. package/dist/web/_next/static/chunks/0xt-8wk21gs7g.js +1 -0
  87. package/dist/web/_next/static/chunks/0y09i51u6ixq5.js +1 -0
  88. package/dist/web/_next/static/chunks/0za1r07-6az6w.js +1 -0
  89. package/dist/web/_next/static/chunks/0zc0xgp5ourcn.js +1 -0
  90. package/dist/web/_next/static/chunks/0zmhdridea1s5.js +90 -0
  91. package/dist/web/_next/static/chunks/0~u.5r3-t7179.js +1 -0
  92. package/dist/web/_next/static/chunks/10.alq.6stmld.js +1 -0
  93. package/dist/web/_next/static/chunks/11-czmcci_55y.js +1 -0
  94. package/dist/web/_next/static/chunks/11b3zgk1etlkw.js +7 -0
  95. package/dist/web/_next/static/chunks/11k-.49r~1mfm.js +1 -0
  96. package/dist/web/_next/static/chunks/11qp8r5dotf7d.js +1 -0
  97. package/dist/web/_next/static/chunks/128ugqd34tr_-.js +1 -0
  98. package/dist/web/_next/static/chunks/12mxlicp247c8.js +1 -0
  99. package/dist/web/_next/static/chunks/135w27dd8c19s.js +5 -0
  100. package/dist/web/_next/static/chunks/13~y-b.b9rrw4.js +1 -0
  101. package/dist/web/_next/static/chunks/{0jokpgh485~28.js → 14hqmid8q4apf.js} +11 -11
  102. package/dist/web/_next/static/chunks/16sg-lflc8csx.js +1 -0
  103. package/dist/web/_next/static/chunks/176dc-dtokxxi.js +16 -0
  104. package/dist/web/_next/static/chunks/17g-0pqre.anw.js +1 -0
  105. package/dist/web/_next/static/chunks/17oc2l.ekcs8b.css +1 -0
  106. package/dist/web/_next/static/chunks/{turbopack-0lrdxynxb9-1t.js → turbopack-0ndm2zc_pdptk.js} +1 -1
  107. package/dist/web/_not-found/__next._full.txt +29 -30
  108. package/dist/web/_not-found/__next._head.txt +4 -4
  109. package/dist/web/_not-found/__next._index.txt +13 -13
  110. package/dist/web/_not-found/__next._not-found.__PAGE__.txt +2 -2
  111. package/dist/web/_not-found/__next._not-found.txt +3 -3
  112. package/dist/web/_not-found/__next._tree.txt +2 -2
  113. package/dist/web/_not-found.html +1 -1
  114. package/dist/web/_not-found.txt +29 -30
  115. package/dist/web/icons/file_type_audio.svg +3 -1
  116. package/dist/web/icons/file_type_video.svg +10 -1
  117. package/dist/web/index.html +1 -1
  118. package/dist/web/index.txt +25 -23
  119. package/dist/web/login/__next._full.txt +30 -28
  120. package/dist/web/login/__next._head.txt +4 -4
  121. package/dist/web/login/__next._index.txt +13 -13
  122. package/dist/web/login/__next._tree.txt +2 -2
  123. package/dist/web/login/__next.login.__PAGE__.txt +4 -4
  124. package/dist/web/login/__next.login.txt +3 -3
  125. package/dist/web/login.html +1 -1
  126. package/dist/web/login.txt +30 -28
  127. package/dist/web/settings/__next._full.txt +32 -31
  128. package/dist/web/settings/__next._head.txt +4 -4
  129. package/dist/web/settings/__next._index.txt +13 -13
  130. package/dist/web/settings/__next._tree.txt +2 -2
  131. package/dist/web/settings/__next.settings.__PAGE__.txt +4 -4
  132. package/dist/web/settings/__next.settings.txt +5 -5
  133. package/dist/web/settings/agents/__next._full.txt +35 -34
  134. package/dist/web/settings/agents/__next._head.txt +4 -4
  135. package/dist/web/settings/agents/__next._index.txt +13 -13
  136. package/dist/web/settings/agents/__next._tree.txt +2 -2
  137. package/dist/web/settings/agents/__next.settings.agents.__PAGE__.txt +4 -4
  138. package/dist/web/settings/agents/__next.settings.agents.txt +3 -3
  139. package/dist/web/settings/agents/__next.settings.txt +5 -5
  140. package/dist/web/settings/agents.html +1 -1
  141. package/dist/web/settings/agents.txt +35 -34
  142. package/dist/web/settings/mcps/__next._full.txt +35 -34
  143. package/dist/web/settings/mcps/__next._head.txt +4 -4
  144. package/dist/web/settings/mcps/__next._index.txt +13 -13
  145. package/dist/web/settings/mcps/__next._tree.txt +2 -2
  146. package/dist/web/settings/mcps/__next.settings.mcps.__PAGE__.txt +4 -4
  147. package/dist/web/settings/mcps/__next.settings.mcps.txt +3 -3
  148. package/dist/web/settings/mcps/__next.settings.txt +5 -5
  149. package/dist/web/settings/mcps.html +1 -1
  150. package/dist/web/settings/mcps.txt +35 -34
  151. package/dist/web/settings/models/__next._full.txt +35 -34
  152. package/dist/web/settings/models/__next._head.txt +4 -4
  153. package/dist/web/settings/models/__next._index.txt +13 -13
  154. package/dist/web/settings/models/__next._tree.txt +2 -2
  155. package/dist/web/settings/models/__next.settings.models.__PAGE__.txt +4 -4
  156. package/dist/web/settings/models/__next.settings.models.txt +3 -3
  157. package/dist/web/settings/models/__next.settings.txt +5 -5
  158. package/dist/web/settings/models.html +1 -1
  159. package/dist/web/settings/models.txt +35 -34
  160. package/dist/web/settings/output-styles/__next._full.txt +43 -0
  161. package/dist/web/settings/output-styles/__next._head.txt +6 -0
  162. package/dist/web/settings/output-styles/__next._index.txt +15 -0
  163. package/dist/web/settings/output-styles/__next._tree.txt +8 -0
  164. package/dist/web/settings/output-styles/__next.settings.output-styles.__PAGE__.txt +9 -0
  165. package/dist/web/settings/output-styles/__next.settings.output-styles.txt +5 -0
  166. package/dist/web/settings/output-styles/__next.settings.txt +7 -0
  167. package/dist/web/settings/output-styles.html +1 -0
  168. package/dist/web/settings/output-styles.txt +43 -0
  169. package/dist/web/settings/prompts/__next._full.txt +35 -34
  170. package/dist/web/settings/prompts/__next._head.txt +4 -4
  171. package/dist/web/settings/prompts/__next._index.txt +13 -13
  172. package/dist/web/settings/prompts/__next._tree.txt +2 -2
  173. package/dist/web/settings/prompts/__next.settings.prompts.__PAGE__.txt +4 -4
  174. package/dist/web/settings/prompts/__next.settings.prompts.txt +3 -3
  175. package/dist/web/settings/prompts/__next.settings.txt +5 -5
  176. package/dist/web/settings/prompts.html +1 -1
  177. package/dist/web/settings/prompts.txt +35 -34
  178. package/dist/web/settings/providers/__next._full.txt +35 -34
  179. package/dist/web/settings/providers/__next._head.txt +4 -4
  180. package/dist/web/settings/providers/__next._index.txt +13 -13
  181. package/dist/web/settings/providers/__next._tree.txt +2 -2
  182. package/dist/web/settings/providers/__next.settings.providers.__PAGE__.txt +4 -4
  183. package/dist/web/settings/providers/__next.settings.providers.txt +3 -3
  184. package/dist/web/settings/providers/__next.settings.txt +5 -5
  185. package/dist/web/settings/providers.html +1 -1
  186. package/dist/web/settings/providers.txt +35 -34
  187. package/dist/web/settings/skills/__next._full.txt +35 -34
  188. package/dist/web/settings/skills/__next._head.txt +4 -4
  189. package/dist/web/settings/skills/__next._index.txt +13 -13
  190. package/dist/web/settings/skills/__next._tree.txt +2 -2
  191. package/dist/web/settings/skills/__next.settings.skills.__PAGE__.txt +4 -4
  192. package/dist/web/settings/skills/__next.settings.skills.txt +3 -3
  193. package/dist/web/settings/skills/__next.settings.txt +5 -5
  194. package/dist/web/settings/skills.html +1 -1
  195. package/dist/web/settings/skills.txt +35 -34
  196. package/dist/web/settings.html +1 -1
  197. package/dist/web/settings.txt +32 -31
  198. package/dist/web/workflows/__next._full.txt +32 -30
  199. package/dist/web/workflows/__next._head.txt +4 -4
  200. package/dist/web/workflows/__next._index.txt +13 -13
  201. package/dist/web/workflows/__next._tree.txt +2 -2
  202. package/dist/web/workflows/__next.workflows.__PAGE__.txt +4 -4
  203. package/dist/web/workflows/__next.workflows.txt +3 -3
  204. package/dist/web/workflows.html +1 -1
  205. package/dist/web/workflows.txt +32 -30
  206. package/dist/web/workspace/_/__next._full.txt +30 -70
  207. package/dist/web/workspace/_/__next._head.txt +4 -4
  208. package/dist/web/workspace/_/__next._index.txt +13 -13
  209. package/dist/web/workspace/_/__next._tree.txt +2 -17
  210. package/dist/web/workspace/_/__next.workspace.$d$id.__PAGE__.txt +3 -18
  211. package/dist/web/workspace/_/__next.workspace.$d$id.txt +3 -3
  212. package/dist/web/workspace/_/__next.workspace.txt +3 -3
  213. package/dist/web/workspace/_.html +1 -1
  214. package/dist/web/workspace/_.txt +30 -70
  215. package/dist/web/workspaces/__next._full.txt +31 -29
  216. package/dist/web/workspaces/__next._head.txt +4 -4
  217. package/dist/web/workspaces/__next._index.txt +13 -13
  218. package/dist/web/workspaces/__next._tree.txt +2 -2
  219. package/dist/web/workspaces/__next.workspaces.__PAGE__.txt +4 -4
  220. package/dist/web/workspaces/__next.workspaces.txt +3 -3
  221. package/dist/web/workspaces.html +1 -1
  222. package/dist/web/workspaces.txt +31 -29
  223. package/dist/ws/agent-runner.js +55 -33
  224. package/dist/ws/message-parts.js +61 -2
  225. package/package.json +1 -1
  226. package/public/output-styles/carmack-mode.md +381 -0
  227. package/public/output-styles/codex-rigor-mode.md +114 -0
  228. package/public/output-styles/dhh-mode.md +265 -0
  229. package/public/output-styles/evan-you-mode.md +539 -0
  230. package/public/output-styles/index.json +37 -0
  231. package/public/output-styles/jobs-mode.md +369 -0
  232. package/public/output-styles/linus-mode.md +135 -0
  233. package/public/output-styles/uncle-bob-mode.md +221 -0
  234. package/public/prompt/andrej-karpathy-skills.md +65 -0
  235. package/public/prompt/claude-token-efficient-coding.md +35 -0
  236. package/public/prompt/index.json +12 -0
  237. package/public/skills/index.json +92 -0
  238. package/public/skills/planning-with-files/planning-with-files-zh/SKILL.md +243 -0
  239. package/public/skills/planning-with-files/planning-with-files-zh/scripts/check-complete.ps1 +44 -0
  240. package/public/skills/planning-with-files/planning-with-files-zh/scripts/check-complete.sh +46 -0
  241. package/public/skills/planning-with-files/planning-with-files-zh/scripts/init-session.ps1 +124 -0
  242. package/public/skills/planning-with-files/planning-with-files-zh/scripts/init-session.sh +124 -0
  243. package/public/skills/planning-with-files/planning-with-files-zh/scripts/session-catchup.py +438 -0
  244. package/public/skills/planning-with-files/planning-with-files-zh/templates/findings.md +29 -0
  245. package/public/skills/planning-with-files/planning-with-files-zh/templates/progress.md +40 -0
  246. package/public/skills/planning-with-files/planning-with-files-zh/templates/task_plan.md +58 -0
  247. package/public/skills/superpowers/brainstorming/SKILL.md +164 -0
  248. package/public/skills/superpowers/brainstorming/scripts/frame-template.html +214 -0
  249. package/public/skills/superpowers/brainstorming/scripts/helper.js +88 -0
  250. package/public/skills/superpowers/brainstorming/scripts/server.cjs +354 -0
  251. package/public/skills/superpowers/brainstorming/scripts/start-server.sh +148 -0
  252. package/public/skills/superpowers/brainstorming/scripts/stop-server.sh +56 -0
  253. package/public/skills/superpowers/brainstorming/spec-document-reviewer-prompt.md +49 -0
  254. package/public/skills/superpowers/brainstorming/visual-companion.md +287 -0
  255. package/public/skills/superpowers/dispatching-parallel-agents/SKILL.md +182 -0
  256. package/public/skills/superpowers/executing-plans/SKILL.md +70 -0
  257. package/public/skills/superpowers/finishing-a-development-branch/SKILL.md +251 -0
  258. package/public/skills/superpowers/receiving-code-review/SKILL.md +213 -0
  259. package/public/skills/superpowers/requesting-code-review/SKILL.md +103 -0
  260. package/public/skills/superpowers/requesting-code-review/code-reviewer.md +168 -0
  261. package/public/skills/superpowers/subagent-driven-development/SKILL.md +279 -0
  262. package/public/skills/superpowers/subagent-driven-development/code-quality-reviewer-prompt.md +25 -0
  263. package/public/skills/superpowers/subagent-driven-development/implementer-prompt.md +113 -0
  264. package/public/skills/superpowers/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  265. package/public/skills/superpowers/systematic-debugging/CREATION-LOG.md +119 -0
  266. package/public/skills/superpowers/systematic-debugging/SKILL.md +296 -0
  267. package/public/skills/superpowers/systematic-debugging/condition-based-waiting-example.ts +158 -0
  268. package/public/skills/superpowers/systematic-debugging/condition-based-waiting.md +115 -0
  269. package/public/skills/superpowers/systematic-debugging/defense-in-depth.md +122 -0
  270. package/public/skills/superpowers/systematic-debugging/find-polluter.sh +63 -0
  271. package/public/skills/superpowers/systematic-debugging/root-cause-tracing.md +169 -0
  272. package/public/skills/superpowers/systematic-debugging/test-academic.md +14 -0
  273. package/public/skills/superpowers/systematic-debugging/test-pressure-1.md +58 -0
  274. package/public/skills/superpowers/systematic-debugging/test-pressure-2.md +68 -0
  275. package/public/skills/superpowers/systematic-debugging/test-pressure-3.md +69 -0
  276. package/public/skills/superpowers/test-driven-development/SKILL.md +371 -0
  277. package/public/skills/superpowers/test-driven-development/testing-anti-patterns.md +299 -0
  278. package/public/skills/superpowers/using-git-worktrees/SKILL.md +215 -0
  279. package/public/skills/superpowers/using-superpowers/SKILL.md +117 -0
  280. package/public/skills/superpowers/using-superpowers/references/codex-tools.md +59 -0
  281. package/public/skills/superpowers/using-superpowers/references/copilot-tools.md +42 -0
  282. package/public/skills/superpowers/using-superpowers/references/gemini-tools.md +51 -0
  283. package/public/skills/superpowers/verification-before-completion/SKILL.md +139 -0
  284. package/public/skills/superpowers/writing-plans/SKILL.md +152 -0
  285. package/public/skills/superpowers/writing-plans/plan-document-reviewer-prompt.md +49 -0
  286. package/public/skills/superpowers/writing-skills/SKILL.md +655 -0
  287. package/public/skills/superpowers/writing-skills/anthropic-best-practices.md +1150 -0
  288. package/public/skills/superpowers/writing-skills/examples/CLAUDE_MD_TESTING.md +189 -0
  289. package/public/skills/superpowers/writing-skills/graphviz-conventions.dot +172 -0
  290. package/public/skills/superpowers/writing-skills/persuasion-principles.md +187 -0
  291. package/public/skills/superpowers/writing-skills/render-graphs.js +168 -0
  292. package/public/skills/superpowers/writing-skills/testing-skills-with-subagents.md +384 -0
  293. package/dist/web/_next/static/chunks/0-1pn22sg~67u.js +0 -2
  294. package/dist/web/_next/static/chunks/01gi~q0c6ez6..js +0 -1
  295. package/dist/web/_next/static/chunks/03me5_ir..2ix.js +0 -1
  296. package/dist/web/_next/static/chunks/05eu2fdixf7c9.js +0 -1
  297. package/dist/web/_next/static/chunks/0_-c.y2qq4ax4.js +0 -270
  298. package/dist/web/_next/static/chunks/0_g3irbniww6d.js +0 -3
  299. package/dist/web/_next/static/chunks/0cs830n97dgjy.js +0 -1
  300. package/dist/web/_next/static/chunks/0g-0n6glz_z6w.js +0 -1
  301. package/dist/web/_next/static/chunks/0gyede80jpy3n.js +0 -4
  302. package/dist/web/_next/static/chunks/0hrbuvzuxrjfl.js +0 -1
  303. package/dist/web/_next/static/chunks/0ju52ko_nh7gi.js +0 -1
  304. package/dist/web/_next/static/chunks/0mny8i81aenx3.js +0 -1
  305. package/dist/web/_next/static/chunks/0nsu~f3voe~0i.js +0 -5
  306. package/dist/web/_next/static/chunks/0sz8_nijfiz0p.js +0 -1
  307. package/dist/web/_next/static/chunks/0u7_qd9hzqwac.js +0 -1
  308. package/dist/web/_next/static/chunks/0w3o.7vi.dlm6.js +0 -1
  309. package/dist/web/_next/static/chunks/0wv0h27jafag4.js +0 -1
  310. package/dist/web/_next/static/chunks/0wwvc4zc2q6bn.js +0 -1
  311. package/dist/web/_next/static/chunks/0x4b-a2ixww6m.js +0 -1
  312. package/dist/web/_next/static/chunks/0xwqf.llmm_u2.js +0 -31
  313. package/dist/web/_next/static/chunks/0~w6ugk9s5p-h.css +0 -1
  314. package/dist/web/_next/static/chunks/125nunjfj2fj0.js +0 -1
  315. package/dist/web/_next/static/chunks/1285yqy_oirb-.js +0 -1
  316. package/dist/web/_next/static/chunks/13ess~4pdmxma.js +0 -1
  317. package/dist/web/_next/static/chunks/14n8i2xz4_y-e.js +0 -1
  318. package/public/avatars/1777813826407-bea0ja-minimax.svg +0 -1
  319. package/public/avatars/1777813967088-3xlvd0-minimax.svg +0 -1
  320. package/public/avatars/1777814041714-yp0qeq-minimax.svg +0 -1
  321. package/public/avatars/1777904986095-rg26je-icon.png +0 -0
  322. package/public/avatars/1778953228323-5je54x-user.jpg +0 -0
  323. package/public/avatars/1778954057880-g01q6y-user.jpg +0 -0
  324. /package/dist/web/_next/static/{HUlYEknPhyW7dRmJ5mFdG → OoXAsPtrUWjC1l898FSvI}/_buildManifest.js +0 -0
  325. /package/dist/web/_next/static/{HUlYEknPhyW7dRmJ5mFdG → OoXAsPtrUWjC1l898FSvI}/_clientMiddlewareManifest.js +0 -0
  326. /package/dist/web/_next/static/{HUlYEknPhyW7dRmJ5mFdG → OoXAsPtrUWjC1l898FSvI}/_ssgManifest.js +0 -0
  327. /package/public/avatars/{1777815865622-08wp9m-user.jpg → user.jpg} +0 -0
@@ -1 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,553030,(t,e,i)=>{var r={675:function(t,e){"use strict";e.byteLength=function(t){var e=l(t),i=e[0],r=e[1];return(i+r)*3/4-r},e.toByteArray=function(t){var e,i,s=l(t),o=s[0],a=s[1],u=new n((o+a)*3/4-a),h=0,c=a>0?o-4:o;for(i=0;i<c;i+=4)e=r[t.charCodeAt(i)]<<18|r[t.charCodeAt(i+1)]<<12|r[t.charCodeAt(i+2)]<<6|r[t.charCodeAt(i+3)],u[h++]=e>>16&255,u[h++]=e>>8&255,u[h++]=255&e;return 2===a&&(e=r[t.charCodeAt(i)]<<2|r[t.charCodeAt(i+1)]>>4,u[h++]=255&e),1===a&&(e=r[t.charCodeAt(i)]<<10|r[t.charCodeAt(i+1)]<<4|r[t.charCodeAt(i+2)]>>2,u[h++]=e>>8&255,u[h++]=255&e),u},e.fromByteArray=function(t){for(var e,r=t.length,n=r%3,s=[],o=0,a=r-n;o<a;o+=16383)s.push(function(t,e,r){for(var n,s=[],o=e;o<r;o+=3)n=(t[o]<<16&0xff0000)+(t[o+1]<<8&65280)+(255&t[o+2]),s.push(i[n>>18&63]+i[n>>12&63]+i[n>>6&63]+i[63&n]);return s.join("")}(t,o,o+16383>a?a:o+16383));return 1===n?s.push(i[(e=t[r-1])>>2]+i[e<<4&63]+"=="):2===n&&s.push(i[(e=(t[r-2]<<8)+t[r-1])>>10]+i[e>>4&63]+i[e<<2&63]+"="),s.join("")};for(var i=[],r=[],n="u">typeof Uint8Array?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,a=s.length;o<a;++o)i[o]=s[o],r[s.charCodeAt(o)]=o;function l(t){var e=t.length;if(e%4>0)throw Error("Invalid string. Length must be a multiple of 4");var i=t.indexOf("=");-1===i&&(i=e);var r=i===e?0:4-i%4;return[i,r]}r[45]=62,r[95]=63},72:function(t,e,i){"use strict";var r=i(675),n=i(783),s="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;function o(t){if(t>0x7fffffff)throw RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,a.prototype),e}function a(t,e,i){if("number"==typeof t){if("string"==typeof e)throw TypeError('The "string" argument must be of type string. Received type number');return h(t)}return l(t,e,i)}function l(t,e,i){if("string"==typeof t){var r=t,n=e;if(("string"!=typeof n||""===n)&&(n="utf8"),!a.isEncoding(n))throw TypeError("Unknown encoding: "+n);var s=0|p(r,n),l=o(s),u=l.write(r,n);return u!==s&&(l=l.slice(0,u)),l}if(ArrayBuffer.isView(t))return c(t);if(null==t)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(O(t,ArrayBuffer)||t&&O(t.buffer,ArrayBuffer)||"u">typeof SharedArrayBuffer&&(O(t,SharedArrayBuffer)||t&&O(t.buffer,SharedArrayBuffer)))return function(t,e,i){var r;if(e<0||t.byteLength<e)throw RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(i||0))throw RangeError('"length" is outside of buffer bounds');return Object.setPrototypeOf(r=void 0===e&&void 0===i?new Uint8Array(t):void 0===i?new Uint8Array(t,e):new Uint8Array(t,e,i),a.prototype),r}(t,e,i);if("number"==typeof t)throw TypeError('The "value" argument must not be of type number. Received type number');var h=t.valueOf&&t.valueOf();if(null!=h&&h!==t)return a.from(h,e,i);var d=function(t){if(a.isBuffer(t)){var e=0|f(t.length),i=o(e);return 0===i.length||t.copy(i,0,0,e),i}return void 0!==t.length?"number"!=typeof t.length||function(t){return t!=t}(t.length)?o(0):c(t):"Buffer"===t.type&&Array.isArray(t.data)?c(t.data):void 0}(t);if(d)return d;if("u">typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof t[Symbol.toPrimitive])return a.from(t[Symbol.toPrimitive]("string"),e,i);throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}function u(t){if("number"!=typeof t)throw TypeError('"size" argument must be of type number');if(t<0)throw RangeError('The value "'+t+'" is invalid for option "size"')}function h(t){return u(t),o(t<0?0:0|f(t))}function c(t){for(var e=t.length<0?0:0|f(t.length),i=o(e),r=0;r<e;r+=1)i[r]=255&t[r];return i}e.Buffer=a,e.SlowBuffer=function(t){return+t!=t&&(t=0),a.alloc(+t)},e.INSPECT_MAX_BYTES=50,e.kMaxLength=0x7fffffff,a.TYPED_ARRAY_SUPPORT=function(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),42===t.foo()}catch(t){return!1}}(),!a.TYPED_ARRAY_SUPPORT&&"u">typeof console&&"function"==typeof console.error&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}}),a.poolSize=8192,a.from=function(t,e,i){return l(t,e,i)},Object.setPrototypeOf(a.prototype,Uint8Array.prototype),Object.setPrototypeOf(a,Uint8Array),a.alloc=function(t,e,i){return(u(t),t<=0)?o(t):void 0!==e?"string"==typeof i?o(t).fill(e,i):o(t).fill(e):o(t)},a.allocUnsafe=function(t){return h(t)},a.allocUnsafeSlow=function(t){return h(t)};function f(t){if(t>=0x7fffffff)throw RangeError("Attempt to allocate Buffer larger than maximum size: 0x7fffffff bytes");return 0|t}function p(t,e){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||O(t,ArrayBuffer))return t.byteLength;if("string"!=typeof t)throw TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var i=t.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===i)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return i;case"utf8":case"utf-8":return x(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*i;case"hex":return i>>>1;case"base64":return P(t).length;default:if(n)return r?-1:x(t).length;e=(""+e).toLowerCase(),n=!0}}function d(t,e,i){var n,s,o,a=!1;if((void 0===e||e<0)&&(e=0),e>this.length||((void 0===i||i>this.length)&&(i=this.length),i<=0||(i>>>=0)<=(e>>>=0)))return"";for(t||(t="utf8");;)switch(t){case"hex":return function(t,e,i){var r=t.length;(!e||e<0)&&(e=0),(!i||i<0||i>r)&&(i=r);for(var n="",s=e;s<i;++s)n+=A[t[s]];return n}(this,e,i);case"utf8":case"utf-8":return y(this,e,i);case"ascii":return function(t,e,i){var r="";i=Math.min(t.length,i);for(var n=e;n<i;++n)r+=String.fromCharCode(127&t[n]);return r}(this,e,i);case"latin1":case"binary":return function(t,e,i){var r="";i=Math.min(t.length,i);for(var n=e;n<i;++n)r+=String.fromCharCode(t[n]);return r}(this,e,i);case"base64":return n=this,s=e,o=i,0===s&&o===n.length?r.fromByteArray(n):r.fromByteArray(n.slice(s,o));case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return function(t,e,i){for(var r=t.slice(e,i),n="",s=0;s<r.length;s+=2)n+=String.fromCharCode(r[s]+256*r[s+1]);return n}(this,e,i);default:if(a)throw TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),a=!0}}function g(t,e,i){var r=t[e];t[e]=t[i],t[i]=r}function m(t,e,i,r,n){var s;if(0===t.length)return -1;if("string"==typeof i?(r=i,i=0):i>0x7fffffff?i=0x7fffffff:i<-0x80000000&&(i=-0x80000000),(s=i*=1)!=s&&(i=n?0:t.length-1),i<0&&(i=t.length+i),i>=t.length)if(n)return -1;else i=t.length-1;else if(i<0)if(!n)return -1;else i=0;if("string"==typeof e&&(e=a.from(e,r)),a.isBuffer(e))return 0===e.length?-1:v(t,e,i,r,n);if("number"==typeof e){if(e&=255,"function"==typeof Uint8Array.prototype.indexOf)if(n)return Uint8Array.prototype.indexOf.call(t,e,i);else return Uint8Array.prototype.lastIndexOf.call(t,e,i);return v(t,[e],i,r,n)}throw TypeError("val must be string, number or Buffer")}function v(t,e,i,r,n){var s,o=1,a=t.length,l=e.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return -1;o=2,a/=2,l/=2,i/=2}function u(t,e){return 1===o?t[e]:t.readUInt16BE(e*o)}if(n){var h=-1;for(s=i;s<a;s++)if(u(t,s)===u(e,-1===h?0:s-h)){if(-1===h&&(h=s),s-h+1===l)return h*o}else -1!==h&&(s-=s-h),h=-1}else for(i+l>a&&(i=a-l),s=i;s>=0;s--){for(var c=!0,f=0;f<l;f++)if(u(t,s+f)!==u(e,f)){c=!1;break}if(c)return s}return -1}a.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!==a.prototype},a.compare=function(t,e){if(O(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),O(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(t)||!a.isBuffer(e))throw TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;for(var i=t.length,r=e.length,n=0,s=Math.min(i,r);n<s;++n)if(t[n]!==e[n]){i=t[n],r=e[n];break}return i<r?-1:+(r<i)},a.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(t,e){if(!Array.isArray(t))throw TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return a.alloc(0);if(void 0===e)for(i=0,e=0;i<t.length;++i)e+=t[i].length;var i,r=a.allocUnsafe(e),n=0;for(i=0;i<t.length;++i){var s=t[i];if(O(s,Uint8Array)&&(s=a.from(s)),!a.isBuffer(s))throw TypeError('"list" argument must be an Array of Buffers');s.copy(r,n),n+=s.length}return r},a.byteLength=p,a.prototype._isBuffer=!0,a.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)g(this,e,e+1);return this},a.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)g(this,e,e+3),g(this,e+1,e+2);return this},a.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)g(this,e,e+7),g(this,e+1,e+6),g(this,e+2,e+5),g(this,e+3,e+4);return this},a.prototype.toString=function(){var t=this.length;return 0===t?"":0==arguments.length?y(this,0,t):d.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(t){if(!a.isBuffer(t))throw TypeError("Argument must be a Buffer");return this===t||0===a.compare(this,t)},a.prototype.inspect=function(){var t="",i=e.INSPECT_MAX_BYTES;return t=this.toString("hex",0,i).replace(/(.{2})/g,"$1 ").trim(),this.length>i&&(t+=" ... "),"<Buffer "+t+">"},s&&(a.prototype[s]=a.prototype.inspect),a.prototype.compare=function(t,e,i,r,n){if(O(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(t))throw TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(void 0===e&&(e=0),void 0===i&&(i=t?t.length:0),void 0===r&&(r=0),void 0===n&&(n=this.length),e<0||i>t.length||r<0||n>this.length)throw RangeError("out of range index");if(r>=n&&e>=i)return 0;if(r>=n)return -1;if(e>=i)return 1;if(e>>>=0,i>>>=0,r>>>=0,n>>>=0,this===t)return 0;for(var s=n-r,o=i-e,l=Math.min(s,o),u=this.slice(r,n),h=t.slice(e,i),c=0;c<l;++c)if(u[c]!==h[c]){s=u[c],o=h[c];break}return s<o?-1:+(o<s)},a.prototype.includes=function(t,e,i){return -1!==this.indexOf(t,e,i)},a.prototype.indexOf=function(t,e,i){return m(this,t,e,i,!0)},a.prototype.lastIndexOf=function(t,e,i){return m(this,t,e,i,!1)};function y(t,e,i){i=Math.min(t.length,i);for(var r=[],n=e;n<i;){var s,o,a,l,u=t[n],h=null,c=u>239?4:u>223?3:u>191?2:1;if(n+c<=i)switch(c){case 1:u<128&&(h=u);break;case 2:(192&(s=t[n+1]))==128&&(l=(31&u)<<6|63&s)>127&&(h=l);break;case 3:s=t[n+1],o=t[n+2],(192&s)==128&&(192&o)==128&&(l=(15&u)<<12|(63&s)<<6|63&o)>2047&&(l<55296||l>57343)&&(h=l);break;case 4:s=t[n+1],o=t[n+2],a=t[n+3],(192&s)==128&&(192&o)==128&&(192&a)==128&&(l=(15&u)<<18|(63&s)<<12|(63&o)<<6|63&a)>65535&&l<1114112&&(h=l)}null===h?(h=65533,c=1):h>65535&&(h-=65536,r.push(h>>>10&1023|55296),h=56320|1023&h),r.push(h),n+=c}var f=r,p=f.length;if(p<=4096)return String.fromCharCode.apply(String,f);for(var d="",g=0;g<p;)d+=String.fromCharCode.apply(String,f.slice(g,g+=4096));return d}function k(t,e,i){if(t%1!=0||t<0)throw RangeError("offset is not uint");if(t+e>i)throw RangeError("Trying to access beyond buffer length")}function b(t,e,i,r,n,s){if(!a.isBuffer(t))throw TypeError('"buffer" argument must be a Buffer instance');if(e>n||e<s)throw RangeError('"value" argument is out of bounds');if(i+r>t.length)throw RangeError("Index out of range")}function w(t,e,i,r,n,s){if(i+r>t.length||i<0)throw RangeError("Index out of range")}function j(t,e,i,r,s){return e*=1,i>>>=0,s||w(t,e,i,4,34028234663852886e22,-34028234663852886e22),n.write(t,e,i,r,23,4),i+4}function E(t,e,i,r,s){return e*=1,i>>>=0,s||w(t,e,i,8,17976931348623157e292,-17976931348623157e292),n.write(t,e,i,r,52,8),i+8}a.prototype.write=function(t,e,i,r){if(void 0===e)r="utf8",i=this.length,e=0;else if(void 0===i&&"string"==typeof e)r=e,i=this.length,e=0;else if(isFinite(e))e>>>=0,isFinite(i)?(i>>>=0,void 0===r&&(r="utf8")):(r=i,i=void 0);else throw Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var n,s,o,a,l,u,h,c,f=this.length-e;if((void 0===i||i>f)&&(i=f),t.length>0&&(i<0||e<0)||e>this.length)throw RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var p=!1;;)switch(r){case"hex":return function(t,e,i,r){i=Number(i)||0;var n=t.length-i;r?(r=Number(r))>n&&(r=n):r=n;var s=e.length;r>s/2&&(r=s/2);for(var o=0;o<r;++o){var a,l=parseInt(e.substr(2*o,2),16);if((a=l)!=a)break;t[i+o]=l}return o}(this,t,e,i);case"utf8":case"utf-8":return n=e,s=i,C(x(t,this.length-n),this,n,s);case"ascii":return o=e,a=i,C(S(t),this,o,a);case"latin1":case"binary":return function(t,e,i,r){return C(S(e),t,i,r)}(this,t,e,i);case"base64":return l=e,u=i,C(P(t),this,l,u);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return h=e,c=i,C(function(t,e){for(var i,r,n=[],s=0;s<t.length&&!((e-=2)<0);++s)r=(i=t.charCodeAt(s))>>8,n.push(i%256),n.push(r);return n}(t,this.length-h),this,h,c);default:if(p)throw TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),p=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},a.prototype.slice=function(t,e){var i=this.length;t=~~t,e=void 0===e?i:~~e,t<0?(t+=i)<0&&(t=0):t>i&&(t=i),e<0?(e+=i)<0&&(e=0):e>i&&(e=i),e<t&&(e=t);var r=this.subarray(t,e);return Object.setPrototypeOf(r,a.prototype),r},a.prototype.readUIntLE=function(t,e,i){t>>>=0,e>>>=0,i||k(t,e,this.length);for(var r=this[t],n=1,s=0;++s<e&&(n*=256);)r+=this[t+s]*n;return r},a.prototype.readUIntBE=function(t,e,i){t>>>=0,e>>>=0,i||k(t,e,this.length);for(var r=this[t+--e],n=1;e>0&&(n*=256);)r+=this[t+--e]*n;return r},a.prototype.readUInt8=function(t,e){return t>>>=0,e||k(t,1,this.length),this[t]},a.prototype.readUInt16LE=function(t,e){return t>>>=0,e||k(t,2,this.length),this[t]|this[t+1]<<8},a.prototype.readUInt16BE=function(t,e){return t>>>=0,e||k(t,2,this.length),this[t]<<8|this[t+1]},a.prototype.readUInt32LE=function(t,e){return t>>>=0,e||k(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+0x1000000*this[t+3]},a.prototype.readUInt32BE=function(t,e){return t>>>=0,e||k(t,4,this.length),0x1000000*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},a.prototype.readIntLE=function(t,e,i){t>>>=0,e>>>=0,i||k(t,e,this.length);for(var r=this[t],n=1,s=0;++s<e&&(n*=256);)r+=this[t+s]*n;return r>=(n*=128)&&(r-=Math.pow(2,8*e)),r},a.prototype.readIntBE=function(t,e,i){t>>>=0,e>>>=0,i||k(t,e,this.length);for(var r=e,n=1,s=this[t+--r];r>0&&(n*=256);)s+=this[t+--r]*n;return s>=(n*=128)&&(s-=Math.pow(2,8*e)),s},a.prototype.readInt8=function(t,e){return(t>>>=0,e||k(t,1,this.length),128&this[t])?-((255-this[t]+1)*1):this[t]},a.prototype.readInt16LE=function(t,e){t>>>=0,e||k(t,2,this.length);var i=this[t]|this[t+1]<<8;return 32768&i?0xffff0000|i:i},a.prototype.readInt16BE=function(t,e){t>>>=0,e||k(t,2,this.length);var i=this[t+1]|this[t]<<8;return 32768&i?0xffff0000|i:i},a.prototype.readInt32LE=function(t,e){return t>>>=0,e||k(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},a.prototype.readInt32BE=function(t,e){return t>>>=0,e||k(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},a.prototype.readFloatLE=function(t,e){return t>>>=0,e||k(t,4,this.length),n.read(this,t,!0,23,4)},a.prototype.readFloatBE=function(t,e){return t>>>=0,e||k(t,4,this.length),n.read(this,t,!1,23,4)},a.prototype.readDoubleLE=function(t,e){return t>>>=0,e||k(t,8,this.length),n.read(this,t,!0,52,8)},a.prototype.readDoubleBE=function(t,e){return t>>>=0,e||k(t,8,this.length),n.read(this,t,!1,52,8)},a.prototype.writeUIntLE=function(t,e,i,r){if(t*=1,e>>>=0,i>>>=0,!r){var n=Math.pow(2,8*i)-1;b(this,t,e,i,n,0)}var s=1,o=0;for(this[e]=255&t;++o<i&&(s*=256);)this[e+o]=t/s&255;return e+i},a.prototype.writeUIntBE=function(t,e,i,r){if(t*=1,e>>>=0,i>>>=0,!r){var n=Math.pow(2,8*i)-1;b(this,t,e,i,n,0)}var s=i-1,o=1;for(this[e+s]=255&t;--s>=0&&(o*=256);)this[e+s]=t/o&255;return e+i},a.prototype.writeUInt8=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,1,255,0),this[e]=255&t,e+1},a.prototype.writeUInt16LE=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},a.prototype.writeUInt16BE=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},a.prototype.writeUInt32LE=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,4,0xffffffff,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},a.prototype.writeUInt32BE=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,4,0xffffffff,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},a.prototype.writeIntLE=function(t,e,i,r){if(t*=1,e>>>=0,!r){var n=Math.pow(2,8*i-1);b(this,t,e,i,n-1,-n)}var s=0,o=1,a=0;for(this[e]=255&t;++s<i&&(o*=256);)t<0&&0===a&&0!==this[e+s-1]&&(a=1),this[e+s]=(t/o|0)-a&255;return e+i},a.prototype.writeIntBE=function(t,e,i,r){if(t*=1,e>>>=0,!r){var n=Math.pow(2,8*i-1);b(this,t,e,i,n-1,-n)}var s=i-1,o=1,a=0;for(this[e+s]=255&t;--s>=0&&(o*=256);)t<0&&0===a&&0!==this[e+s+1]&&(a=1),this[e+s]=(t/o|0)-a&255;return e+i},a.prototype.writeInt8=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},a.prototype.writeInt16LE=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},a.prototype.writeInt16BE=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},a.prototype.writeInt32LE=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,4,0x7fffffff,-0x80000000),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},a.prototype.writeInt32BE=function(t,e,i){return t*=1,e>>>=0,i||b(this,t,e,4,0x7fffffff,-0x80000000),t<0&&(t=0xffffffff+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},a.prototype.writeFloatLE=function(t,e,i){return j(this,t,e,!0,i)},a.prototype.writeFloatBE=function(t,e,i){return j(this,t,e,!1,i)},a.prototype.writeDoubleLE=function(t,e,i){return E(this,t,e,!0,i)},a.prototype.writeDoubleBE=function(t,e,i){return E(this,t,e,!1,i)},a.prototype.copy=function(t,e,i,r){if(!a.isBuffer(t))throw TypeError("argument should be a Buffer");if(i||(i=0),r||0===r||(r=this.length),e>=t.length&&(e=t.length),e||(e=0),r>0&&r<i&&(r=i),r===i||0===t.length||0===this.length)return 0;if(e<0)throw RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw RangeError("Index out of range");if(r<0)throw RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),t.length-e<r-i&&(r=t.length-e+i);var n=r-i;if(this===t&&"function"==typeof Uint8Array.prototype.copyWithin)this.copyWithin(e,i,r);else if(this===t&&i<e&&e<r)for(var s=n-1;s>=0;--s)t[s+e]=this[s+i];else Uint8Array.prototype.set.call(t,this.subarray(i,r),e);return n},a.prototype.fill=function(t,e,i,r){if("string"==typeof t){if("string"==typeof e?(r=e,e=0,i=this.length):"string"==typeof i&&(r=i,i=this.length),void 0!==r&&"string"!=typeof r)throw TypeError("encoding must be a string");if("string"==typeof r&&!a.isEncoding(r))throw TypeError("Unknown encoding: "+r);if(1===t.length){var n,s=t.charCodeAt(0);("utf8"===r&&s<128||"latin1"===r)&&(t=s)}}else"number"==typeof t?t&=255:"boolean"==typeof t&&(t=Number(t));if(e<0||this.length<e||this.length<i)throw RangeError("Out of range index");if(i<=e)return this;if(e>>>=0,i=void 0===i?this.length:i>>>0,t||(t=0),"number"==typeof t)for(n=e;n<i;++n)this[n]=t;else{var o=a.isBuffer(t)?t:a.from(t,r),l=o.length;if(0===l)throw TypeError('The value "'+t+'" is invalid for argument "value"');for(n=0;n<i-e;++n)this[n+e]=o[n%l]}return this};var _=/[^+/0-9A-Za-z-_]/g;function x(t,e){e=e||1/0;for(var i,r=t.length,n=null,s=[],o=0;o<r;++o){if((i=t.charCodeAt(o))>55295&&i<57344){if(!n){if(i>56319||o+1===r){(e-=3)>-1&&s.push(239,191,189);continue}n=i;continue}if(i<56320){(e-=3)>-1&&s.push(239,191,189),n=i;continue}i=(n-55296<<10|i-56320)+65536}else n&&(e-=3)>-1&&s.push(239,191,189);if(n=null,i<128){if((e-=1)<0)break;s.push(i)}else if(i<2048){if((e-=2)<0)break;s.push(i>>6|192,63&i|128)}else if(i<65536){if((e-=3)<0)break;s.push(i>>12|224,i>>6&63|128,63&i|128)}else if(i<1114112){if((e-=4)<0)break;s.push(i>>18|240,i>>12&63|128,i>>6&63|128,63&i|128)}else throw Error("Invalid code point")}return s}function S(t){for(var e=[],i=0;i<t.length;++i)e.push(255&t.charCodeAt(i));return e}function P(t){return r.toByteArray(function(t){if((t=(t=t.split("=")[0]).trim().replace(_,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function C(t,e,i,r){for(var n=0;n<r&&!(n+i>=e.length)&&!(n>=t.length);++n)e[n+i]=t[n];return n}function O(t,e){return t instanceof e||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===e.name}var A=function(){for(var t="0123456789abcdef",e=Array(256),i=0;i<16;++i)for(var r=16*i,n=0;n<16;++n)e[r+n]=t[i]+t[n];return e}()},783:function(t,e){e.read=function(t,e,i,r,n){var s,o,a=8*n-r-1,l=(1<<a)-1,u=l>>1,h=-7,c=i?n-1:0,f=i?-1:1,p=t[e+c];for(c+=f,s=p&(1<<-h)-1,p>>=-h,h+=a;h>0;s=256*s+t[e+c],c+=f,h-=8);for(o=s&(1<<-h)-1,s>>=-h,h+=r;h>0;o=256*o+t[e+c],c+=f,h-=8);if(0===s)s=1-u;else{if(s===l)return o?NaN:1/0*(p?-1:1);o+=Math.pow(2,r),s-=u}return(p?-1:1)*o*Math.pow(2,s-r)},e.write=function(t,e,i,r,n,s){var o,a,l,u=8*s-n-1,h=(1<<u)-1,c=h>>1,f=5960464477539062e-23*(23===n),p=r?0:s-1,d=r?1:-1,g=+(e<0||0===e&&1/e<0);for(isNaN(e=Math.abs(e))||e===1/0?(a=+!!isNaN(e),o=h):(o=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-o))<1&&(o--,l*=2),o+c>=1?e+=f/l:e+=f*Math.pow(2,1-c),e*l>=2&&(o++,l/=2),o+c>=h?(a=0,o=h):o+c>=1?(a=(e*l-1)*Math.pow(2,n),o+=c):(a=e*Math.pow(2,c-1)*Math.pow(2,n),o=0));n>=8;t[i+p]=255&a,p+=d,a/=256,n-=8);for(o=o<<n|a,u+=n;u>0;t[i+p]=255&o,p+=d,o/=256,u-=8);t[i+p-d]|=128*g}}},n={};function s(t){var e=n[t];if(void 0!==e)return e.exports;var i=n[t]={exports:{}},o=!0;try{r[t](i,i.exports,s),o=!1}finally{o&&delete n[t]}return i.exports}s.ab="/ROOT/node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/buffer/",e.exports=s(72)},120276,t=>{"use strict";let e;t.i(836406),t.i(859073),t.i(664195),t.i(347410),t.i(768224),t.i(93151),t.i(158555),t.i(517965),t.i(742150),t.i(500127),t.i(874243),t.i(686882),t.i(127819),t.i(640883),t.i(604257),t.i(869416),t.i(116427),t.i(836354),t.i(473864),t.i(318209),t.i(172781),t.i(250182),t.i(131624),t.i(238015),t.i(534662),t.i(433140),t.i(663159),t.i(119260),t.i(877059),t.i(808e3),t.i(645831),t.i(764894),t.i(551501),t.i(337525),t.i(335283),t.i(615239),t.i(324240),t.i(33999),t.i(745026),t.i(637114),t.i(705067),t.i(948539),t.i(768797),t.i(633666),t.i(405261),t.i(231009),t.i(72895),t.i(862215),t.i(273544),t.i(844168),t.i(843210),t.i(767312),t.i(116013),t.i(735564),t.i(44118),t.i(486172),t.i(321915),t.i(171733),t.i(6838),t.i(45048),t.i(526568),t.i(646675),t.i(426208),t.i(772315),t.i(137475),t.i(504183),t.i(656092),t.i(126391),t.i(925665),t.i(756500);var i=t.i(680590);e="object"==typeof self&&self.constructor&&"DedicatedWorkerGlobalScope"===self.constructor.name&&void 0!==globalThis.workerttPolicy?globalThis.workerttPolicy:function(t,e){let i=globalThis.MonacoEnvironment;if(i?.createTrustedTypesPolicy)try{return i.createTrustedTypesPolicy(t,e)}catch(t){console.error(t);return}try{return globalThis.trustedTypes?.createPolicy(t,e)}catch(t){console.error(t);return}}("defaultWorkerFactory",{createScriptURL:t=>t}),t.s(["createWebWorker",0,function(t){let r=Promise.resolve(function(t){let i=t.label,r=globalThis.MonacoEnvironment;if(r){if("function"==typeof r.getWorker)return r.getWorker("workerMain.js",i);if("function"==typeof r.getWorkerUrl){let t=r.getWorkerUrl("workerMain.js",i);return new Worker(e?e.createScriptURL(t):t,{name:i,type:"module"})}}if(t.createWorker)return t.createWorker();throw Error("You must define a function MonacoEnvironment.getWorkerUrl or MonacoEnvironment.getWorker")}({label:t.label??"monaco-editor-worker",moduleId:t.moduleId,createWorker:t.createWorker})).then(e=>(e.postMessage("ignore"),e.postMessage(t.createData),e));return i.editor.createWebWorker({worker:r,host:t.host,keepIdleModels:t.keepIdleModels})}])},310336,t=>{t.q("/_next/static/media/editor.worker.0ffjdaaj15t6e.js")},969663,t=>{t.q("/_next/static/media/extensionHost.worker.14sz5xf8-1efr.js")},859546,t=>{t.q("/_next/static/media/worker.081j0x4avp1l1.js")},212965,250438,t=>{"use strict";let e=(0,t.i(433721).default)("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]);t.s(["ArrowDown",0,e],212965);var i=t.i(558680);t.s(["ChevronDownIcon",()=>i.default],250438)},302773,t=>{"use strict";let e=(0,t.i(816709).create)((t,e)=>({workflows:[],currentWorkflow:null,isLoading:!1,loadWorkflows:async()=>{t({isLoading:!0});try{let e=await fetch("/api/workflows"),i=await e.json();t({workflows:i,isLoading:!1})}catch{t({isLoading:!1})}},createWorkflow:async e=>{let i=await fetch("/api/workflows",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)}),r=await i.json();return t(t=>({workflows:[...t.workflows,r]})),r},updateWorkflow:async(t,i)=>{let r=await fetch(`/api/workflows/${t}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(i)}),n=await r.json();e().upsertWorkflow(n)},deleteWorkflow:async t=>{await fetch(`/api/workflows/${t}`,{method:"DELETE"}),e().removeWorkflow(t)},duplicateWorkflow:async e=>{let i=await fetch(`/api/workflows/${e}/duplicate`,{method:"POST"}),r=await i.json();t(t=>({workflows:[...t.workflows,r]}))},setCurrentWorkflow:e=>t({currentWorkflow:e}),upsertWorkflow:e=>{t(t=>{let i=t.workflows.findIndex(t=>t.id===e.id);if(-1!==i){let r=[...t.workflows];return r[i]=e,{workflows:r}}return{workflows:[...t.workflows,e]}})},removeWorkflow:e=>{t(t=>({workflows:t.workflows.filter(t=>t.id!==e),currentWorkflow:t.currentWorkflow?.id===e?null:t.currentWorkflow}))}}));t.s(["useWorkflowStore",0,e])},551959,t=>{"use strict";t.i(836406),t.i(859073),t.i(664195),t.i(347410),t.i(768224),t.i(93151),t.i(158555),t.i(517965),t.i(742150),t.i(500127),t.i(874243),t.i(686882),t.i(127819),t.i(640883),t.i(604257),t.i(869416),t.i(116427),t.i(836354),t.i(473864),t.i(318209),t.i(172781),t.i(250182),t.i(131624),t.i(238015),t.i(534662),t.i(433140),t.i(663159),t.i(119260),t.i(877059),t.i(808e3),t.i(645831),t.i(764894),t.i(551501),t.i(337525),t.i(335283),t.i(615239),t.i(324240),t.i(33999),t.i(745026),t.i(637114),t.i(705067),t.i(948539),t.i(768797),t.i(633666),t.i(405261),t.i(231009),t.i(72895),t.i(862215),t.i(273544),t.i(844168),t.i(843210),t.i(767312),t.i(116013),t.i(735564),t.i(44118),t.i(486172),t.i(321915),t.i(171733),t.i(6838),t.i(45048),t.i(526568),t.i(646675),t.i(426208),t.i(772315),t.i(137475),t.i(504183),t.i(656092),t.i(126391),t.i(925665),t.i(756500);var e,i,r,n,s,o=t.i(680590),a=((e=a||{})[e.None=0]="None",e[e.CommonJS=1]="CommonJS",e[e.AMD=2]="AMD",e[e.UMD=3]="UMD",e[e.System=4]="System",e[e.ES2015=5]="ES2015",e[e.ESNext=99]="ESNext",e),l=((i=l||{})[i.None=0]="None",i[i.Preserve=1]="Preserve",i[i.React=2]="React",i[i.ReactNative=3]="ReactNative",i[i.ReactJSX=4]="ReactJSX",i[i.ReactJSXDev=5]="ReactJSXDev",i),u=((r=u||{})[r.CarriageReturnLineFeed=0]="CarriageReturnLineFeed",r[r.LineFeed=1]="LineFeed",r),h=((n=h||{})[n.ES3=0]="ES3",n[n.ES5=1]="ES5",n[n.ES2015=2]="ES2015",n[n.ES2016=3]="ES2016",n[n.ES2017=4]="ES2017",n[n.ES2018=5]="ES2018",n[n.ES2019=6]="ES2019",n[n.ES2020=7]="ES2020",n[n.ESNext=99]="ESNext",n[n.JSON=100]="JSON",n[n.Latest=99]="Latest",n),c=((s=c||{})[s.Classic=1]="Classic",s[s.NodeJs=2]="NodeJs",s);class f{constructor(t,e,i,r,n){this._onDidChange=new o.Emitter,this._onDidExtraLibsChange=new o.Emitter,this._extraLibs=Object.create(null),this._removedExtraLibs=Object.create(null),this._eagerModelSync=!1,this.setCompilerOptions(t),this.setDiagnosticsOptions(e),this.setWorkerOptions(i),this.setInlayHintsOptions(r),this.setModeConfiguration(n),this._onDidExtraLibsChangeTimeout=-1}get onDidChange(){return this._onDidChange.event}get onDidExtraLibsChange(){return this._onDidExtraLibsChange.event}get modeConfiguration(){return this._modeConfiguration}get workerOptions(){return this._workerOptions}get inlayHintsOptions(){return this._inlayHintsOptions}getExtraLibs(){return this._extraLibs}addExtraLib(t,e){let i;if(i=void 0===e?`ts:extralib-${Math.random().toString(36).substring(2,15)}`:e,this._extraLibs[i]&&this._extraLibs[i].content===t)return{dispose:()=>{}};let r=1;return this._removedExtraLibs[i]&&(r=this._removedExtraLibs[i]+1),this._extraLibs[i]&&(r=this._extraLibs[i].version+1),this._extraLibs[i]={content:t,version:r},this._fireOnDidExtraLibsChangeSoon(),{dispose:()=>{let t=this._extraLibs[i];t&&t.version===r&&(delete this._extraLibs[i],this._removedExtraLibs[i]=r,this._fireOnDidExtraLibsChangeSoon())}}}setExtraLibs(t){for(let t in this._extraLibs)this._removedExtraLibs[t]=this._extraLibs[t].version;if(this._extraLibs=Object.create(null),t&&t.length>0)for(let e of t){let t=e.filePath||`ts:extralib-${Math.random().toString(36).substring(2,15)}`,i=e.content,r=1;this._removedExtraLibs[t]&&(r=this._removedExtraLibs[t]+1),this._extraLibs[t]={content:i,version:r}}this._fireOnDidExtraLibsChangeSoon()}_fireOnDidExtraLibsChangeSoon(){-1===this._onDidExtraLibsChangeTimeout&&(this._onDidExtraLibsChangeTimeout=window.setTimeout(()=>{this._onDidExtraLibsChangeTimeout=-1,this._onDidExtraLibsChange.fire(void 0)},0))}getCompilerOptions(){return this._compilerOptions}setCompilerOptions(t){this._compilerOptions=t||Object.create(null),this._onDidChange.fire(void 0)}getDiagnosticsOptions(){return this._diagnosticsOptions}setDiagnosticsOptions(t){this._diagnosticsOptions=t||Object.create(null),this._onDidChange.fire(void 0)}setWorkerOptions(t){this._workerOptions=t||Object.create(null),this._onDidChange.fire(void 0)}setInlayHintsOptions(t){this._inlayHintsOptions=t||Object.create(null),this._onDidChange.fire(void 0)}setMaximumWorkerIdleTime(t){}setEagerModelSync(t){this._eagerModelSync=t}getEagerModelSync(){return this._eagerModelSync}setModeConfiguration(t){this._modeConfiguration=t||Object.create(null),this._onDidChange.fire(void 0)}}let p={completionItems:!0,hovers:!0,documentSymbols:!0,definitions:!0,references:!0,documentHighlights:!0,rename:!0,diagnostics:!0,documentRangeFormattingEdits:!0,signatureHelp:!0,onTypeFormattingEdits:!0,codeActions:!0,inlayHints:!0},d=new f({allowNonTsExtensions:!0,target:99},{noSemanticValidation:!1,noSyntaxValidation:!1,onlyVisible:!1},{},{},p),g=new f({allowNonTsExtensions:!0,allowJs:!0,target:99},{noSemanticValidation:!0,noSyntaxValidation:!1,onlyVisible:!1},{},{},p);function m(){return t.A(69588)}o.languages.onLanguage("typescript",()=>m().then(t=>t.setupTypeScript(d))),o.languages.onLanguage("javascript",()=>m().then(t=>t.setupJavaScript(g))),t.s(["JsxEmit",0,l,"ModuleKind",0,a,"ModuleResolutionKind",0,c,"NewLineKind",0,u,"ScriptTarget",0,h,"getJavaScriptWorker",0,()=>m().then(t=>t.getJavaScriptWorker()),"getTypeScriptWorker",0,()=>m().then(t=>t.getTypeScriptWorker()),"javascriptDefaults",0,g,"typescriptDefaults",0,d,"typescriptVersion",0,"5.9.3"],551959)},106452,t=>{"use strict";var e=t.i(281482),i=t.i(487106),r=t.i(554250),n=t.i(488259),s=t.i(922292),o=t.i(535567),a=t.i(107700);t.i(963631),t.i(619122),t.i(117282),t.i(261968),t.i(611130),t.i(621826);var l=t.i(4160);t.i(318581),t.i(686380),t.i(718596);var u=t.i(2267),h=t.i(501891);t.i(575129),t.i(698014),t.i(140331),t.i(471999),t.i(900329),t.i(785266),t.i(181268),t.i(70177),t.i(575210),t.i(890787),t.i(67920),t.i(601293),t.i(168221),t.i(771275),t.i(354244);var c=t.i(905670),f=t.i(107043),p=t.i(299051),d=t.i(827522),g=t.i(526097);t.i(568101);var m=t.i(79522);t.i(899890),t.i(932956),t.i(781808);var v=t.i(553638),y=t.i(856884),k=t.i(9753),b=t.i(84513),w=t.i(846960),j=t.i(536766),E=t.i(975445),_=t.i(853457),x=t.i(428048);function S(t){let e=t;return class extends e{constructor(...e){super(...e.slice(1),...function(t,e){return t.invokeFunction(t=>n._util.getServiceDependencies(e).sort((t,e)=>t.index-e.index).map(e=>t.get(e.id)))}(e[0],t))}}}var P=t.i(861593);function C(t,e){let i=(0,o.isObject)(t.editor)?(0,a.deepClone)(t.editor):Object.create(null);return Object.assign(i,(0,a.deepClone)(e)),i}function O(t,e){let i=C(t);if((0,o.isObject)(t.diffEditor)){let e=(0,a.deepClone)(t.diffEditor);e.diffCodeLens=e.codeLens,delete e.codeLens,e.diffWordWrap=e.wordWrap,delete e.wordWrap,Object.assign(i,e)}return i.accessibilityVerbose=t.accessibility?.verbosity?.diffEditor??!1,Object.assign(i,(0,a.deepClone)(e)),i}function A(t){let i=class extends t{constructor(t,e={},i,r){const{theme:n,autoDetectHighContrast:s,model:o,value:a,language:l,accessibilityHelpUrl:u,ariaContainerElement:h,overflowWidgetsDomNode:c,dimension:f,...d}=e,g=C(r.getValue(e.model?.uri),d);super(i,t,{...g,overflowWidgetsDomNode:c,dimension:f,theme:n,autoDetectHighContrast:s,model:o,value:a,language:l,accessibilityHelpUrl:u,ariaContainerElement:h}),this.textResourceConfigurationService=r,this.optionsOverrides={},this.lastAppliedEditorOptions=g,this.optionsOverrides=d,this._register(r.onDidChangeConfiguration(t=>{let e=this.getModel()?.uri;null!=e&&t.affectsConfiguration(e,"editor")&&this.updateEditorConfiguration()})),this._register(this.onDidChangeModelLanguage(()=>this.updateEditorConfiguration())),this._register(this.onDidChangeModel(()=>this.updateEditorConfiguration())),this.updateEditorConfiguration();const m=i.createChild(new p.ServiceCollection([k.IContextKeyService,this._contextKeyService])),v=this._register(m.createInstance(y.ResourceContextKey));this.onDidChangeModel(t=>{v.set(t.newModelUrl)}),v.set(this.getModel()?.uri)}updateEditorConfiguration(){if(!this.hasModel()||null==this.textResourceConfigurationService)return;let t=this.getModel().uri,e=this.textResourceConfigurationService.getValue(t);if(null==e)return;let i=C(e,this.optionsOverrides),r=i;null!=this.lastAppliedEditorOptions&&(r=(0,a.distinct)(this.lastAppliedEditorOptions,r)),Object.keys(r).length>0&&(this.lastAppliedEditorOptions=i,super.updateOptions(r))}updateOptions(t){this.optionsOverrides??(this.optionsOverrides={}),h.EditorOptionsUtil.applyUpdate(this.optionsOverrides,t)&&this.updateEditorConfiguration()}};return(0,e.__decorate)([(0,e.__param)(2,n.IInstantiationService),(0,e.__param)(3,r.ITextResourceConfigurationService)],i)}t.i(478697);let L=A(S(s.StandaloneCodeEditor)),I=A(S(s.StandaloneEditor)),T=class extends S(s.StandaloneDiffEditor2){constructor(t,e={},i,r){const{theme:n,autoDetectHighContrast:s,modifiedAriaLabel:o,originalAriaLabel:a,overflowWidgetsDomNode:l,dimension:u,...h}=e,c=O(r.getValue(void 0),h);super(i,t,{...c,overflowWidgetsDomNode:l,dimension:u,theme:n,autoDetectHighContrast:s,modifiedAriaLabel:o,originalAriaLabel:a}),this.textResourceConfigurationService=r,this.optionsOverrides={},this.lastAppliedEditorOptions=c,this.optionsOverrides=h,this._register(r.onDidChangeConfiguration(t=>{let e=this._targetEditor.getModel()?.uri;null!=e&&(t.affectsConfiguration(e,"editor")||t.affectsConfiguration(e,"diffEditor")||t.affectsConfiguration(e,"accessibility.verbosity.diffEditor"))&&this.updateEditorConfiguration()})),this._register(this._targetEditor.onDidChangeModelLanguage(()=>this.updateEditorConfiguration())),this._register(this.onDidChangeModel(()=>this.updateEditorConfiguration())),this.updateEditorConfiguration()}updateEditorConfiguration(){if(null==this.getModel()||null==this.textResourceConfigurationService)return;let t=this._targetEditor.getModel()?.uri,e=this.textResourceConfigurationService.getValue(t);if(null==e)return;let i=O(e,this.optionsOverrides),r=i;null!=this.lastAppliedEditorOptions&&(r=(0,a.distinct)(this.lastAppliedEditorOptions,r)),Object.keys(r).length>0&&(this.lastAppliedEditorOptions=i,super.updateOptions(r))}updateOptions(t){this.optionsOverrides??(this.optionsOverrides={}),this.optionsOverrides={...this.optionsOverrides,...t},this.updateEditorConfiguration()}_createInnerEditor(t,e,i){return t.createInstance(L,e,i)}};async function B(t,e){let i=await (0,P.getService)(v.IFileService);await i.writeFile(t,f.VSBuffer.fromString(e))}async function M(t,e){null!=e&&await B(t,e);let i=await (0,P.getService)(c.ITextModelService);return await i.createModelReference(t)}T=(0,e.__decorate)([(0,e.__param)(2,n.IInstantiationService),(0,e.__param)(3,r.ITextResourceConfigurationService)],T);let U=class extends i.StandaloneKeybindingService{constructor(t,e,i,r,n,s,o){super(e,i,r,n,s,o),this.delegate=t,this._register(t.registerKeybindingProvider({provideKeybindings:()=>this.getUserKeybindingItems(),onDidChangeKeybindings:this.onDidUpdateKeybindings}))}_getResolver(){return this.delegate._getResolver()}resolveKeyboardEvent(t){return this.delegate.resolveKeyboardEvent(t)}resolveKeybinding(t){return this.delegate.resolveKeybinding(t)}resolveUserBinding(t){return this.delegate.resolveUserBinding(t)}_dumpDebugInfo(){return this.delegate._dumpDebugInfo()}_dumpDebugInfoJSON(){return this.delegate._dumpDebugInfoJSON()}enableKeybindingHoldMode(t){return this.delegate.enableKeybindingHoldMode(t)}};U=(0,e.__decorate)([(0,e.__param)(1,k.IContextKeyService),(0,e.__param)(2,w.ICommandService),(0,e.__param)(3,j.ITelemetryService),(0,e.__param)(4,E.INotificationService),(0,e.__param)(5,_.ILogService),(0,e.__param)(6,m.ICodeEditorService)],U);let R=null;function D(t){if(null==R){let e=new p.ServiceCollection;e.set(x.IQuickInputService,new g.SyncDescriptor(d.StandaloneQuickInputService,[],!0));let r=t.get(b.IKeybindingService);r instanceof i.StandaloneKeybindingService||null==r.registerKeybindingProvider||e.set(b.IKeybindingService,new g.SyncDescriptor(U,[r],!0)),R=t.get(n.IInstantiationService).createChild(e)}return R}l.Extensions,u.Extensions,t.s(["createConfiguredDiffEditor",0,(t,e,r)=>i.StandaloneServices.initialize(r??{}).invokeFunction(D).createInstance(T,t,e),"createConfiguredEditor",0,(t,e,r)=>i.StandaloneServices.initialize(r??{}).invokeFunction(D).createInstance(I,t,e),"createModelReference",0,M,"writeFile",0,B],106452)},771485,t=>{t.v(e=>Promise.all(["static/chunks/0qtc_rbo1oghu.js","static/chunks/035l5i6hvxwm4.js"].map(e=>t.l(e))).then(()=>e(462988)))},918487,t=>{t.v(e=>Promise.all(["static/chunks/004wt62de8617.js","static/chunks/035l5i6hvxwm4.js"].map(e=>t.l(e))).then(()=>e(343355)))},134924,t=>{t.v(e=>Promise.all(["static/chunks/0g-0n6glz_z6w.js","static/chunks/035l5i6hvxwm4.js"].map(e=>t.l(e))).then(()=>e(813595)))},69588,t=>{t.v(e=>Promise.all(["static/chunks/08kpa0nox.bb1.js"].map(e=>t.l(e))).then(()=>e(319120)))},635811,t=>{t.v(e=>Promise.all(["static/chunks/09j3~tko9ep2k.js"].map(e=>t.l(e))).then(()=>e(10039)))},264749,t=>{t.v(e=>Promise.all(["static/chunks/0sjpil-vio33w.js"].map(e=>t.l(e))).then(()=>e(785424)))},317605,t=>{t.v(e=>Promise.all(["static/chunks/0rfeqjw8k-viv.js"].map(e=>t.l(e))).then(()=>e(947234)))},704590,t=>{t.v(e=>Promise.all(["static/chunks/100t886jj0x0x.js"].map(e=>t.l(e))).then(()=>e(459451)))},153742,t=>{t.v(e=>Promise.all(["static/chunks/05tqezrd9jb7y.js"].map(e=>t.l(e))).then(()=>e(419759)))},629448,t=>{t.v(e=>Promise.all(["static/chunks/0d8lm7uud1uuc.js"].map(e=>t.l(e))).then(()=>e(675039)))},124011,t=>{t.v(e=>Promise.all(["static/chunks/0xgw6nacc67av.js"].map(e=>t.l(e))).then(()=>e(786142)))},331538,t=>{t.v(e=>Promise.all(["static/chunks/0b9oy9dat2g6l.js"].map(e=>t.l(e))).then(()=>e(612156)))},940085,t=>{t.v(e=>Promise.all(["static/chunks/0rx7dmtxo4d6p.js"].map(e=>t.l(e))).then(()=>e(434780)))},158993,t=>{t.v(e=>Promise.all(["static/chunks/0jm496tvvtjqx.js"].map(e=>t.l(e))).then(()=>e(644426)))},189140,t=>{t.v(e=>Promise.all(["static/chunks/0ztjb8i4tqvql.js"].map(e=>t.l(e))).then(()=>e(829708)))},12065,t=>{t.v(e=>Promise.all(["static/chunks/0yuyx75r122y-.js"].map(e=>t.l(e))).then(()=>e(969420)))},546118,t=>{t.v(e=>Promise.all(["static/chunks/0h5q90v_js2e0.js"].map(e=>t.l(e))).then(()=>e(389449)))},468355,t=>{t.v(e=>Promise.all(["static/chunks/13vl889h_tb-~.js"].map(e=>t.l(e))).then(()=>e(377384)))},292453,t=>{t.v(e=>Promise.all(["static/chunks/0358_-ep6szf..js"].map(e=>t.l(e))).then(()=>e(43559)))},699591,t=>{t.v(e=>Promise.all(["static/chunks/0zb1vymmeoc9o.js"].map(e=>t.l(e))).then(()=>e(318640)))},357037,t=>{t.v(e=>Promise.all(["static/chunks/0q01i3ypmm4rg.js"].map(e=>t.l(e))).then(()=>e(433920)))},766246,t=>{t.v(e=>Promise.all(["static/chunks/11n6upyldh80p.js"].map(e=>t.l(e))).then(()=>e(219782)))},301403,t=>{t.v(e=>Promise.all(["static/chunks/0brr7g0p8esun.js"].map(e=>t.l(e))).then(()=>e(652984)))},806910,t=>{t.v(e=>Promise.all(["static/chunks/0kp1m06cg897x.js"].map(e=>t.l(e))).then(()=>e(32456)))},961253,t=>{t.v(e=>Promise.all(["static/chunks/0gkx0n_plricw.js"].map(e=>t.l(e))).then(()=>e(141471)))},264559,t=>{t.v(e=>Promise.all(["static/chunks/0d4o_4v0-e97a.js"].map(e=>t.l(e))).then(()=>e(623124)))},30518,t=>{t.v(e=>Promise.all(["static/chunks/0-y43ovhjaeo_.js"].map(e=>t.l(e))).then(()=>e(64384)))},768474,t=>{t.v(e=>Promise.all(["static/chunks/0f0-0to._hvah.js"].map(e=>t.l(e))).then(()=>e(717049)))},504826,t=>{t.v(e=>Promise.all(["static/chunks/0ghe5b2-kyi7-.js"].map(e=>t.l(e))).then(()=>e(976570)))},524721,t=>{t.v(e=>Promise.all(["static/chunks/0m9t_esdrum7w.js"].map(e=>t.l(e))).then(()=>e(790307)))},365570,t=>{t.v(e=>Promise.all(["static/chunks/0_yb4aw3n-lks.js"].map(e=>t.l(e))).then(()=>e(195962)))},787804,t=>{t.v(e=>Promise.all(["static/chunks/02ucy02hzl4vo.js"].map(e=>t.l(e))).then(()=>e(68378)))},979480,t=>{t.v(e=>Promise.all(["static/chunks/00n.pmqcipjyd.js"].map(e=>t.l(e))).then(()=>e(3717)))},850064,t=>{t.v(e=>Promise.all(["static/chunks/0.-4-1p34akka.js"].map(e=>t.l(e))).then(()=>e(118112)))},236120,t=>{t.v(e=>Promise.all(["static/chunks/0_gm.-h0brxaf.js"].map(e=>t.l(e))).then(()=>e(854779)))},769302,t=>{t.v(e=>Promise.all(["static/chunks/0g3ypwmflp2mx.js"].map(e=>t.l(e))).then(()=>e(183995)))},511259,t=>{t.v(e=>Promise.all(["static/chunks/0i0psxcvhdp9w.js"].map(e=>t.l(e))).then(()=>e(479742)))},778189,t=>{t.v(e=>Promise.all(["static/chunks/0ss8hcog1_n1i.js"].map(e=>t.l(e))).then(()=>e(671135)))},391583,t=>{t.v(e=>Promise.all(["static/chunks/0rs7_x_.71x1k.js"].map(e=>t.l(e))).then(()=>e(624545)))},4206,t=>{t.v(e=>Promise.all(["static/chunks/0nq24vo2_9kp4.js"].map(e=>t.l(e))).then(()=>e(495584)))},816552,t=>{t.v(e=>Promise.all(["static/chunks/0d5sgidwe_pcg.js"].map(e=>t.l(e))).then(()=>e(788024)))},718384,t=>{t.v(e=>Promise.all(["static/chunks/0hu5nx-z4fj7v.js"].map(e=>t.l(e))).then(()=>e(495619)))},284913,t=>{t.v(e=>Promise.all(["static/chunks/0y.6d96hu3k6k.js"].map(e=>t.l(e))).then(()=>e(547756)))},581714,t=>{t.v(e=>Promise.all(["static/chunks/0q7h6v.~-hcln.js"].map(e=>t.l(e))).then(()=>e(166861)))},261034,t=>{t.v(e=>Promise.all(["static/chunks/0vemm6g3yufzf.js"].map(e=>t.l(e))).then(()=>e(779542)))},93611,t=>{t.v(e=>Promise.all(["static/chunks/186mu8y9np1sy.js"].map(e=>t.l(e))).then(()=>e(417164)))},862727,t=>{t.v(e=>Promise.all(["static/chunks/17a_qp~nx3_r1.js"].map(e=>t.l(e))).then(()=>e(879006)))},697377,t=>{t.v(e=>Promise.all(["static/chunks/060_mn7wcaphv.js"].map(e=>t.l(e))).then(()=>e(217792)))},347750,t=>{t.v(e=>Promise.all(["static/chunks/0w-ftk2~z_w0f.js"].map(e=>t.l(e))).then(()=>e(895880)))},461792,t=>{t.v(e=>Promise.all(["static/chunks/15gjlpek9nxo4.js"].map(e=>t.l(e))).then(()=>e(539576)))},84791,t=>{t.v(e=>Promise.all(["static/chunks/12ae7z-332nqe.js"].map(e=>t.l(e))).then(()=>e(759422)))},590375,t=>{t.v(e=>Promise.all(["static/chunks/0n.gs01bd1s_w.js"].map(e=>t.l(e))).then(()=>e(591135)))},146984,t=>{t.v(e=>Promise.all(["static/chunks/06vb1.5j-tuzp.js"].map(e=>t.l(e))).then(()=>e(45058)))},64443,t=>{t.v(e=>Promise.all(["static/chunks/0q38twk.8uk88.js"].map(e=>t.l(e))).then(()=>e(139429)))},402493,t=>{t.v(e=>Promise.all(["static/chunks/15s4k5wdbcagm.js"].map(e=>t.l(e))).then(()=>e(707280)))},294884,t=>{t.v(e=>Promise.all(["static/chunks/09qqxs3eg7e46.js"].map(e=>t.l(e))).then(()=>e(570275)))},445468,t=>{t.v(e=>Promise.all(["static/chunks/14j.uts4xnh.u.js"].map(e=>t.l(e))).then(()=>e(81057)))},250392,t=>{t.v(e=>Promise.all(["static/chunks/11x5nw_8yy5d0.js"].map(e=>t.l(e))).then(()=>e(894793)))},35431,t=>{t.v(e=>Promise.all(["static/chunks/0ck3is68a9586.js"].map(e=>t.l(e))).then(()=>e(413019)))},185498,t=>{t.v(e=>Promise.all(["static/chunks/15abz60ucjy3t.js"].map(e=>t.l(e))).then(()=>e(509728)))},288688,t=>{t.v(e=>Promise.all(["static/chunks/11~8.35p7_vky.js"].map(e=>t.l(e))).then(()=>e(327571)))},257081,t=>{t.v(e=>Promise.all(["static/chunks/05irsi.vzfofq.js"].map(e=>t.l(e))).then(()=>e(827750)))},434615,t=>{t.v(e=>Promise.all(["static/chunks/0jxj3xh399qcn.js"].map(e=>t.l(e))).then(()=>e(570842)))},611325,t=>{t.v(e=>Promise.all(["static/chunks/0qtd.b3zhzf38.js"].map(e=>t.l(e))).then(()=>e(891824)))},199304,t=>{t.v(e=>Promise.all(["static/chunks/02~6z3ja20ogz.js"].map(e=>t.l(e))).then(()=>e(211678)))},424725,t=>{t.v(e=>Promise.all(["static/chunks/14qoup0y_1j0t.js"].map(e=>t.l(e))).then(()=>e(270100)))},575894,t=>{t.v(e=>Promise.all(["static/chunks/13w2r5w~ikt_6.js"].map(e=>t.l(e))).then(()=>e(895660)))},440673,t=>{t.v(e=>Promise.all(["static/chunks/0wm70l0hod.sw.js"].map(e=>t.l(e))).then(()=>e(592785)))},647192,t=>{t.v(e=>Promise.all(["static/chunks/0gqhau02~fg83.js"].map(e=>t.l(e))).then(()=>e(399133)))},30427,t=>{t.v(e=>Promise.all(["static/chunks/0zj_8cn9~m2~g.js"].map(e=>t.l(e))).then(()=>e(210032)))},509854,t=>{t.v(e=>Promise.all(["static/chunks/0extjypm.j7dp.js"].map(e=>t.l(e))).then(()=>e(637149)))},641974,t=>{t.v(e=>Promise.all(["static/chunks/0t1pc5h0n0y3..js"].map(e=>t.l(e))).then(()=>e(637056)))},66225,t=>{t.v(e=>Promise.all(["static/chunks/0uiiaq~dh4jdx.js"].map(e=>t.l(e))).then(()=>e(57079)))},252541,t=>{t.v(e=>Promise.all(["static/chunks/06xd5s9wkyu0_.js"].map(e=>t.l(e))).then(()=>e(441745)))},769837,t=>{t.v(e=>Promise.all(["static/chunks/0bm-i9rs31uos.js"].map(e=>t.l(e))).then(()=>e(534975)))},215611,t=>{t.v(e=>Promise.all(["static/chunks/0ggkvx5v53lvc.js"].map(e=>t.l(e))).then(()=>e(473166)))},316227,t=>{t.v(e=>Promise.all(["static/chunks/05tbg-zp1~2c_.js"].map(e=>t.l(e))).then(()=>e(282279)))},240972,t=>{t.v(e=>Promise.all(["static/chunks/05gu5s~8nh2wc.js"].map(e=>t.l(e))).then(()=>e(60065)))},216930,t=>{t.v(e=>Promise.all(["static/chunks/0sz5yhrzrrx-_.js"].map(e=>t.l(e))).then(()=>e(240783)))},755019,t=>{t.v(e=>Promise.all(["static/chunks/0p~x_p9pgpnmh.js"].map(e=>t.l(e))).then(()=>e(970178)))},717277,t=>{t.v(e=>Promise.all(["static/chunks/184ukbf139de1.js"].map(e=>t.l(e))).then(()=>e(418864)))},308554,t=>{t.v(e=>Promise.all(["static/chunks/0_-20qzivafad.js"].map(e=>t.l(e))).then(()=>e(797989)))},943272,t=>{t.v(e=>Promise.all(["static/chunks/0w52~a1.76e6y.js"].map(e=>t.l(e))).then(()=>e(493215)))},867512,t=>{t.v(e=>Promise.all(["static/chunks/0.hcqmse3gu~-.js"].map(e=>t.l(e))).then(()=>e(392020)))},611958,t=>{t.v(e=>Promise.all(["static/chunks/0lkfsj~tpr.u8.js"].map(e=>t.l(e))).then(()=>e(148296)))},560866,t=>{t.v(e=>Promise.all(["static/chunks/0jh9xnkimjkyh.js"].map(e=>t.l(e))).then(()=>e(618121)))},137857,t=>{t.v(e=>Promise.all(["static/chunks/08o-zmr-40r5g.js"].map(e=>t.l(e))).then(()=>e(873278)))},963197,t=>{t.v(e=>Promise.all(["static/chunks/023lpc7n70tav.css","static/chunks/11_tltlhc8.sj.js"].map(e=>t.l(e))).then(()=>e(102199)))},940730,t=>{t.v(e=>Promise.all(["static/chunks/0wv0h27jafag4.js","static/chunks/0hrbuvzuxrjfl.js","static/chunks/0ejc_zlyocy_r.css"].map(e=>t.l(e))).then(()=>e(635473)))},509433,t=>{t.v(e=>Promise.all(["static/chunks/0esty_4gmxfq3.js","static/chunks/0rv0nj__24y60.js"].map(e=>t.l(e))).then(()=>e(934731)))},545594,t=>{t.v(e=>Promise.all(["static/chunks/10jfi.9fw5g48.js"].map(e=>t.l(e))).then(()=>e(775846)))},872082,t=>{t.v(e=>Promise.all(["static/chunks/07ge_85i__6pb.js","static/chunks/0c_vfzf1z7-rt.js","static/chunks/12md9ajfx2o85.css"].map(e=>t.l(e))).then(()=>e(831214)))},924017,t=>{t.v(e=>Promise.all(["static/chunks/0i_gi.kq2dau8.css","static/chunks/0qz5~3wquy~3q.css","static/chunks/05gt_g_vbzh-5.css","static/chunks/0cjmfclopcxho.css","static/chunks/0kvsjgpj7zcb9.css","static/chunks/0hl_7y464qll6.css","static/chunks/0lh~x2tf~i1hd.css","static/chunks/12md9ajfx2o85.css","static/chunks/0me8ho8j4tq7_.css","static/chunks/0dws-faof-ryx.css","static/chunks/0bzmgi.ynrn.0.css","static/chunks/0wwvc4zc2q6bn.js","static/chunks/12u4g4uzrlten.js","static/chunks/0jokpgh485~28.js","static/chunks/0qpq0~_58fe9a.js"].map(e=>t.l(e))).then(()=>e(797492)))},974099,t=>{t.v(e=>Promise.all(["static/chunks/0hl_7y464qll6.css","static/chunks/0lh~x2tf~i1hd.css","static/chunks/0kvsjgpj7zcb9.css","static/chunks/12md9ajfx2o85.css","static/chunks/0me8ho8j4tq7_.css","static/chunks/0dws-faof-ryx.css","static/chunks/0i_gi.kq2dau8.css","static/chunks/01gi~q0c6ez6..js","static/chunks/12odetnu-lyrr.js","static/chunks/0i_3.3rdsu2mw.js"].map(e=>t.l(e))).then(()=>e(108792)))},473446,t=>{t.v(e=>Promise.all(["static/chunks/0l5ab99s37x5f.js"].map(e=>t.l(e))).then(()=>e(70280)))},876468,t=>{t.v(e=>Promise.all(["static/chunks/0~2l1-8o4delc.js"].map(e=>t.l(e))).then(()=>e(964938)))}]);
@@ -1 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,259295,e=>{"use strict";var s=e.i(344180),t=e.i(764556),r=e.i(799543),a=e.i(451534),i=e.i(953700),o=e.i(244073),l=e.i(260218),n=e.i(524),c=e.i(361031),d=e.i(233297);function u({initialWorkspaces:e}){let m=(0,o.useTranslations)("workspaces"),x=(0,r.useRouter)(),p=(0,c.useWorkspaceStore)(e=>e.workspaces),h=(0,c.useWorkspaceStore)(e=>e.setWorkspaces),f=(0,c.useWorkspaceStore)(e=>e.upsertWorkspace),[j,b]=(0,t.useState)(!1);(0,t.useEffect)(()=>{h(e)},[e,h]);let g=async e=>{let s=await fetch("/api/workspaces",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});f(await s.json())};return(0,s.jsxs)("div",{className:"flex min-h-dvh w-full flex-col",children:[(0,s.jsxs)("main",{className:"mx-auto size-full max-w-7xl flex-1 px-4 py-6 sm:px-6",children:[(0,s.jsxs)("div",{className:"mb-6 flex items-center justify-between",children:[(0,s.jsx)("h1",{className:"text-2xl font-semibold",children:m("title")}),(0,s.jsxs)(l.Button,{onClick:()=>b(!0),size:"sm",className:"rounded-full px-4",children:[(0,s.jsx)(i.Plus,{className:"size-3.5"}),m("newWorkspace")]})]}),0===p.length?(0,s.jsxs)("div",{className:"rounded-2xl border border-dashed border-border p-16 text-center",children:[(0,s.jsx)(a.FolderOpen,{className:"size-10 mx-auto text-muted-foreground/40 mb-4"}),(0,s.jsx)("p",{className:"text-muted-foreground text-sm",children:m("emptyMessage")})]}):(0,s.jsx)("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:p.map(e=>(0,s.jsxs)("button",{type:"button",onClick:()=>(0,d.tauriNavigate)(x,`/workspace/${e.id}`),className:"group rounded-2xl border border-border bg-card p-5 hover:shadow-card-hover transition-all duration-200 block",children:[(0,s.jsxs)("div",{className:"flex items-center gap-3",children:[(0,s.jsx)("div",{className:"w-10 h-10 shrink-0 rounded-xl bg-primary/10 flex items-center justify-center",children:(0,s.jsx)(a.FolderOpen,{className:"size-5 text-primary"})}),(0,s.jsx)("h3",{className:"font-heading text-lg font-semibold truncate",children:e.name})]}),(0,s.jsx)("p",{className:"text-sm text-muted-foreground mt-1 truncate",children:e.boundDirs.join(", ")})]},e.id))})]}),(0,s.jsx)(n.WorkspaceDialog,{open:j,onOpenChange:b,onSubmit:g})]})}var m=e.i(437122);e.s(["default",0,function(){let[e,r]=(0,t.useState)([]);return(0,t.useEffect)(()=>{fetch("/api/workspaces",{headers:(0,m.authHeaders)()}).then(e=>e.ok?e.json():[]).then(r)},[]),(0,s.jsx)(u,{initialWorkspaces:e})}],259295)}]);
@@ -1 +0,0 @@
1
- <svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Minimax</title><defs><linearGradient id="lobe-icons-minimax-fill" x1="0%" x2="100.182%" y1="50.057%" y2="50.057%"><stop offset="0%" stop-color="#E2167E"></stop><stop offset="100%" stop-color="#FE603C"></stop></linearGradient></defs><path d="M16.278 2c1.156 0 2.093.927 2.093 2.07v12.501a.74.74 0 00.744.709.74.74 0 00.743-.709V9.099a2.06 2.06 0 012.071-2.049A2.06 2.06 0 0124 9.1v6.561a.649.649 0 01-.652.645.649.649 0 01-.653-.645V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v7.472a2.037 2.037 0 01-2.048 2.026 2.037 2.037 0 01-2.048-2.026v-12.5a.785.785 0 00-.788-.753.785.785 0 00-.789.752l-.001 15.904A2.037 2.037 0 0113.441 22a2.037 2.037 0 01-2.048-2.026V18.04c0-.356.292-.645.652-.645.36 0 .652.289.652.645v1.934c0 .263.142.506.372.638.23.131.514.131.744 0a.734.734 0 00.372-.638V4.07c0-1.143.937-2.07 2.093-2.07zm-5.674 0c1.156 0 2.093.927 2.093 2.07v11.523a.648.648 0 01-.652.645.648.648 0 01-.652-.645V4.07a.785.785 0 00-.789-.78.785.785 0 00-.789.78v14.013a2.06 2.06 0 01-2.07 2.048 2.06 2.06 0 01-2.071-2.048V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v3.8a2.06 2.06 0 01-2.071 2.049A2.06 2.06 0 010 12.9v-1.378c0-.357.292-.646.652-.646.36 0 .653.29.653.646V12.9c0 .418.343.757.766.757s.766-.339.766-.757V9.099a2.06 2.06 0 012.07-2.048 2.06 2.06 0 012.071 2.048v8.984c0 .419.343.758.767.758.423 0 .766-.339.766-.758V4.07c0-1.143.937-2.07 2.093-2.07z" fill="url(#lobe-icons-minimax-fill)" fill-rule="nonzero"></path></svg>
@@ -1 +0,0 @@
1
- <svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Minimax</title><defs><linearGradient id="lobe-icons-minimax-fill" x1="0%" x2="100.182%" y1="50.057%" y2="50.057%"><stop offset="0%" stop-color="#E2167E"></stop><stop offset="100%" stop-color="#FE603C"></stop></linearGradient></defs><path d="M16.278 2c1.156 0 2.093.927 2.093 2.07v12.501a.74.74 0 00.744.709.74.74 0 00.743-.709V9.099a2.06 2.06 0 012.071-2.049A2.06 2.06 0 0124 9.1v6.561a.649.649 0 01-.652.645.649.649 0 01-.653-.645V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v7.472a2.037 2.037 0 01-2.048 2.026 2.037 2.037 0 01-2.048-2.026v-12.5a.785.785 0 00-.788-.753.785.785 0 00-.789.752l-.001 15.904A2.037 2.037 0 0113.441 22a2.037 2.037 0 01-2.048-2.026V18.04c0-.356.292-.645.652-.645.36 0 .652.289.652.645v1.934c0 .263.142.506.372.638.23.131.514.131.744 0a.734.734 0 00.372-.638V4.07c0-1.143.937-2.07 2.093-2.07zm-5.674 0c1.156 0 2.093.927 2.093 2.07v11.523a.648.648 0 01-.652.645.648.648 0 01-.652-.645V4.07a.785.785 0 00-.789-.78.785.785 0 00-.789.78v14.013a2.06 2.06 0 01-2.07 2.048 2.06 2.06 0 01-2.071-2.048V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v3.8a2.06 2.06 0 01-2.071 2.049A2.06 2.06 0 010 12.9v-1.378c0-.357.292-.646.652-.646.36 0 .653.29.653.646V12.9c0 .418.343.757.766.757s.766-.339.766-.757V9.099a2.06 2.06 0 012.07-2.048 2.06 2.06 0 012.071 2.048v8.984c0 .419.343.758.767.758.423 0 .766-.339.766-.758V4.07c0-1.143.937-2.07 2.093-2.07z" fill="url(#lobe-icons-minimax-fill)" fill-rule="nonzero"></path></svg>
@@ -1 +0,0 @@
1
- <svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Minimax</title><defs><linearGradient id="lobe-icons-minimax-fill" x1="0%" x2="100.182%" y1="50.057%" y2="50.057%"><stop offset="0%" stop-color="#E2167E"></stop><stop offset="100%" stop-color="#FE603C"></stop></linearGradient></defs><path d="M16.278 2c1.156 0 2.093.927 2.093 2.07v12.501a.74.74 0 00.744.709.74.74 0 00.743-.709V9.099a2.06 2.06 0 012.071-2.049A2.06 2.06 0 0124 9.1v6.561a.649.649 0 01-.652.645.649.649 0 01-.653-.645V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v7.472a2.037 2.037 0 01-2.048 2.026 2.037 2.037 0 01-2.048-2.026v-12.5a.785.785 0 00-.788-.753.785.785 0 00-.789.752l-.001 15.904A2.037 2.037 0 0113.441 22a2.037 2.037 0 01-2.048-2.026V18.04c0-.356.292-.645.652-.645.36 0 .652.289.652.645v1.934c0 .263.142.506.372.638.23.131.514.131.744 0a.734.734 0 00.372-.638V4.07c0-1.143.937-2.07 2.093-2.07zm-5.674 0c1.156 0 2.093.927 2.093 2.07v11.523a.648.648 0 01-.652.645.648.648 0 01-.652-.645V4.07a.785.785 0 00-.789-.78.785.785 0 00-.789.78v14.013a2.06 2.06 0 01-2.07 2.048 2.06 2.06 0 01-2.071-2.048V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v3.8a2.06 2.06 0 01-2.071 2.049A2.06 2.06 0 010 12.9v-1.378c0-.357.292-.646.652-.646.36 0 .653.29.653.646V12.9c0 .418.343.757.766.757s.766-.339.766-.757V9.099a2.06 2.06 0 012.07-2.048 2.06 2.06 0 012.071 2.048v8.984c0 .419.343.758.767.758.423 0 .766-.339.766-.758V4.07c0-1.143.937-2.07 2.093-2.07z" fill="url(#lobe-icons-minimax-fill)" fill-rule="nonzero"></path></svg>