@agent-spaces/server 0.3.2 → 0.3.4

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 (147) hide show
  1. package/dist/app.js +11 -0
  2. package/dist/package.json +2 -1
  3. package/dist/routes/channel.js +18 -6
  4. package/dist/routes/file.js +2 -2
  5. package/dist/routes/inspector.js +14 -0
  6. package/dist/routes/issue.js +7 -0
  7. package/dist/services/channel.js +2 -0
  8. package/dist/services/file.js +4 -0
  9. package/dist/services/inspector-history.js +53 -0
  10. package/dist/services/notification-hub/events.js +34 -1
  11. package/dist/services/pty.js +6 -3
  12. package/dist/services/search.js +3 -5
  13. package/dist/web/404.html +1 -1
  14. package/dist/web/__next.__PAGE__.txt +4 -4
  15. package/dist/web/__next._full.txt +27 -31
  16. package/dist/web/__next._head.txt +4 -4
  17. package/dist/web/__next._index.txt +13 -17
  18. package/dist/web/__next._tree.txt +2 -2
  19. package/dist/web/_next/static/chunks/002-dxhags4dj.js +2 -0
  20. package/dist/web/_next/static/chunks/01tyftu_-l7tm.css +1 -0
  21. package/dist/web/_next/static/chunks/028b9_5cyq-_m.js +1 -0
  22. package/dist/web/_next/static/chunks/{08nbjuc5i-ewu.js → 0_g3irbniww6d.js} +1 -1
  23. package/dist/web/_next/static/chunks/0e.z4v3cd78dx.js +1 -0
  24. package/dist/web/_next/static/chunks/0eq7wt-l.fetc.js +1 -0
  25. package/dist/web/_next/static/chunks/0j2w71psq6w9u.js +1 -0
  26. package/dist/web/_next/static/chunks/0ms3tsu4men_j.js +204 -0
  27. package/dist/web/_next/static/chunks/0xwqf.llmm_u2.js +31 -0
  28. package/dist/web/_next/static/chunks/12gvpt~z9mn8w.js +1 -0
  29. package/dist/web/_next/static/chunks/145qu5b0tgm9w.js +1 -0
  30. package/dist/web/_next/static/chunks/15dyaigebtnwg.js +5 -0
  31. package/dist/web/_next/static/chunks/{turbopack-0kcwat8.leugk.js → turbopack-0lrdxynxb9-1t.js} +1 -1
  32. package/dist/web/_not-found/__next._full.txt +30 -34
  33. package/dist/web/_not-found/__next._head.txt +4 -4
  34. package/dist/web/_not-found/__next._index.txt +13 -17
  35. package/dist/web/_not-found/__next._not-found.__PAGE__.txt +2 -2
  36. package/dist/web/_not-found/__next._not-found.txt +3 -3
  37. package/dist/web/_not-found/__next._tree.txt +2 -2
  38. package/dist/web/_not-found.html +1 -1
  39. package/dist/web/_not-found.txt +30 -34
  40. package/dist/web/index.html +1 -1
  41. package/dist/web/index.txt +27 -31
  42. package/dist/web/login/__next._full.txt +30 -35
  43. package/dist/web/login/__next._head.txt +4 -4
  44. package/dist/web/login/__next._index.txt +13 -17
  45. package/dist/web/login/__next._tree.txt +2 -2
  46. package/dist/web/login/__next.login.__PAGE__.txt +4 -4
  47. package/dist/web/login/__next.login.txt +3 -3
  48. package/dist/web/login.html +1 -1
  49. package/dist/web/login.txt +30 -35
  50. package/dist/web/settings/__next._full.txt +31 -36
  51. package/dist/web/settings/__next._head.txt +4 -4
  52. package/dist/web/settings/__next._index.txt +13 -17
  53. package/dist/web/settings/__next._tree.txt +2 -2
  54. package/dist/web/settings/__next.settings.__PAGE__.txt +4 -4
  55. package/dist/web/settings/__next.settings.txt +5 -5
  56. package/dist/web/settings/agents/__next._full.txt +35 -39
  57. package/dist/web/settings/agents/__next._head.txt +4 -4
  58. package/dist/web/settings/agents/__next._index.txt +13 -17
  59. package/dist/web/settings/agents/__next._tree.txt +2 -2
  60. package/dist/web/settings/agents/__next.settings.agents.__PAGE__.txt +4 -4
  61. package/dist/web/settings/agents/__next.settings.agents.txt +3 -3
  62. package/dist/web/settings/agents/__next.settings.txt +5 -5
  63. package/dist/web/settings/agents.html +1 -1
  64. package/dist/web/settings/agents.txt +35 -39
  65. package/dist/web/settings/mcps/__next._full.txt +35 -39
  66. package/dist/web/settings/mcps/__next._head.txt +4 -4
  67. package/dist/web/settings/mcps/__next._index.txt +13 -17
  68. package/dist/web/settings/mcps/__next._tree.txt +2 -2
  69. package/dist/web/settings/mcps/__next.settings.mcps.__PAGE__.txt +4 -4
  70. package/dist/web/settings/mcps/__next.settings.mcps.txt +3 -3
  71. package/dist/web/settings/mcps/__next.settings.txt +5 -5
  72. package/dist/web/settings/mcps.html +1 -1
  73. package/dist/web/settings/mcps.txt +35 -39
  74. package/dist/web/settings/models/__next._full.txt +35 -39
  75. package/dist/web/settings/models/__next._head.txt +4 -4
  76. package/dist/web/settings/models/__next._index.txt +13 -17
  77. package/dist/web/settings/models/__next._tree.txt +2 -2
  78. package/dist/web/settings/models/__next.settings.models.__PAGE__.txt +4 -4
  79. package/dist/web/settings/models/__next.settings.models.txt +3 -3
  80. package/dist/web/settings/models/__next.settings.txt +5 -5
  81. package/dist/web/settings/models.html +1 -1
  82. package/dist/web/settings/models.txt +35 -39
  83. package/dist/web/settings/providers/__next._full.txt +35 -39
  84. package/dist/web/settings/providers/__next._head.txt +4 -4
  85. package/dist/web/settings/providers/__next._index.txt +13 -17
  86. package/dist/web/settings/providers/__next._tree.txt +2 -2
  87. package/dist/web/settings/providers/__next.settings.providers.__PAGE__.txt +4 -4
  88. package/dist/web/settings/providers/__next.settings.providers.txt +3 -3
  89. package/dist/web/settings/providers/__next.settings.txt +5 -5
  90. package/dist/web/settings/providers.html +1 -1
  91. package/dist/web/settings/providers.txt +35 -39
  92. package/dist/web/settings/skills/__next._full.txt +35 -39
  93. package/dist/web/settings/skills/__next._head.txt +4 -4
  94. package/dist/web/settings/skills/__next._index.txt +13 -17
  95. package/dist/web/settings/skills/__next._tree.txt +2 -2
  96. package/dist/web/settings/skills/__next.settings.skills.__PAGE__.txt +4 -4
  97. package/dist/web/settings/skills/__next.settings.skills.txt +3 -3
  98. package/dist/web/settings/skills/__next.settings.txt +5 -5
  99. package/dist/web/settings/skills.html +1 -1
  100. package/dist/web/settings/skills.txt +35 -39
  101. package/dist/web/settings.html +1 -1
  102. package/dist/web/settings.txt +31 -36
  103. package/dist/web/workflows/__next._full.txt +32 -36
  104. package/dist/web/workflows/__next._head.txt +4 -4
  105. package/dist/web/workflows/__next._index.txt +13 -17
  106. package/dist/web/workflows/__next._tree.txt +2 -2
  107. package/dist/web/workflows/__next.workflows.__PAGE__.txt +4 -4
  108. package/dist/web/workflows/__next.workflows.txt +3 -3
  109. package/dist/web/workflows.html +1 -1
  110. package/dist/web/workflows.txt +32 -36
  111. package/dist/web/workspace/_/__next._full.txt +34 -39
  112. package/dist/web/workspace/_/__next._head.txt +4 -4
  113. package/dist/web/workspace/_/__next._index.txt +13 -17
  114. package/dist/web/workspace/_/__next._tree.txt +2 -2
  115. package/dist/web/workspace/_/__next.workspace.$d$id.__PAGE__.txt +3 -3
  116. package/dist/web/workspace/_/__next.workspace.$d$id.txt +3 -3
  117. package/dist/web/workspace/_/__next.workspace.txt +3 -3
  118. package/dist/web/workspace/_.html +1 -1
  119. package/dist/web/workspace/_.txt +34 -39
  120. package/dist/web/workspaces/__next._full.txt +31 -35
  121. package/dist/web/workspaces/__next._head.txt +4 -4
  122. package/dist/web/workspaces/__next._index.txt +13 -17
  123. package/dist/web/workspaces/__next._tree.txt +2 -2
  124. package/dist/web/workspaces/__next.workspaces.__PAGE__.txt +4 -4
  125. package/dist/web/workspaces/__next.workspaces.txt +3 -3
  126. package/dist/web/workspaces.html +1 -1
  127. package/dist/web/workspaces.txt +31 -35
  128. package/dist/ws/agent-runner.js +1 -0
  129. package/dist/ws/connection-manager.js +13 -0
  130. package/dist/ws/handler.js +3 -11
  131. package/dist/ws/terminal-handler.js +19 -3
  132. package/package.json +3 -1
  133. package/dist/web/_next/static/chunks/00amm3dvu3po9.js +0 -31
  134. package/dist/web/_next/static/chunks/01hrib8z5bn-6.js +0 -5
  135. package/dist/web/_next/static/chunks/0cxrev-hb8gkk.js +0 -2
  136. package/dist/web/_next/static/chunks/0e~0o6v_awcod.js +0 -1
  137. package/dist/web/_next/static/chunks/0f_dcx0nu5z7o.js +0 -1
  138. package/dist/web/_next/static/chunks/0fpf.rso9mhc0.js +0 -1
  139. package/dist/web/_next/static/chunks/0jc-4igj54z00.js +0 -189
  140. package/dist/web/_next/static/chunks/0uo5x.bu.5u2-.css +0 -1
  141. package/dist/web/_next/static/chunks/0utxlfbckz4f5.js +0 -1
  142. package/dist/web/_next/static/chunks/0vesz93a98px4.js +0 -1
  143. package/dist/web/_next/static/chunks/0xtmr0y4vo-~p.js +0 -1
  144. package/dist/web/_next/static/chunks/11ozf700niy2z.js +0 -1
  145. /package/dist/web/_next/static/{9X6R42UNn3h4WL_zj_Yh4 → O5-QCW1u2YNyAUyaoYh6s}/_buildManifest.js +0 -0
  146. /package/dist/web/_next/static/{9X6R42UNn3h4WL_zj_Yh4 → O5-QCW1u2YNyAUyaoYh6s}/_clientMiddlewareManifest.js +0 -0
  147. /package/dist/web/_next/static/{9X6R42UNn3h4WL_zj_Yh4 → O5-QCW1u2YNyAUyaoYh6s}/_ssgManifest.js +0 -0
@@ -1,42 +1,38 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[701341,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"ZoomWrapper"]
3
- 3:I[950396,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"ThemeProvider"]
4
- 4:I[556106,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"LocaleProvider"]
5
- 5:I[694819,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"ViewportInsets"]
6
- 6:I[925020,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"TauriFullscreen"]
7
- 7:I[177053,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"AuthGuard"]
8
- 8:I[994876,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"AppShell"]
9
- 9:I[242864,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"default"]
10
- a:I[46907,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"default"]
11
- b:I[698679,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"CommandPalette"]
12
- c:I[360112,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"Toaster"]
13
- d:I[984642,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"ConsolePanel"]
14
- e:I[856471,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"IframeLinkInterceptor"]
15
- f:I[856471,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"IframeFloatingBall"]
16
- 10:I[856471,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"IframeOverlay"]
17
- 11:I[487786,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"ClientPageRoot"]
18
- 12:I[259295,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js","/_next/static/chunks/14n8i2xz4_y-e.js"],"default"]
19
- 15:I[990774,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"OutletBoundary"]
20
- 16:"$Sreact.suspense"
21
- 19:I[990774,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"ViewportBoundary"]
22
- 1b:I[990774,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"MetadataBoundary"]
23
- 1e:I[785502,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"default",1]
2
+ 2:I[701341,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"ZoomWrapper"]
3
+ 3:I[950396,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"ThemeProvider"]
4
+ 4:I[556106,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"LocaleProvider"]
5
+ 5:I[694819,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"ViewportInsets"]
6
+ 6:I[177053,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"AuthGuard"]
7
+ 7:I[994876,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"AppShell"]
8
+ 8:I[242864,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"default"]
9
+ 9:I[46907,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"default"]
10
+ a:I[698679,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"CommandPalette"]
11
+ b:I[360112,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"Toaster"]
12
+ c:I[984642,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"ConsolePanel"]
13
+ d:I[487786,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"ClientPageRoot"]
14
+ e:I[259295,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js","/_next/static/chunks/14n8i2xz4_y-e.js"],"default"]
15
+ 11:I[990774,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"OutletBoundary"]
16
+ 12:"$Sreact.suspense"
17
+ 15:I[990774,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"ViewportBoundary"]
18
+ 17:I[990774,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"MetadataBoundary"]
19
+ 1a:I[785502,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"default",1]
24
20
  :HL["/_next/static/chunks/0-oog4zg4_m~m.css","style"]
25
- :HL["/_next/static/chunks/0uo5x.bu.5u2-.css","style"]
21
+ :HL["/_next/static/chunks/01tyftu_-l7tm.css","style"]
26
22
  :HL["/_next/static/media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
27
23
  :HL["/_next/static/media/5c285b27cdda1fe8-s.p.0yo6-5yoeeudq.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
28
24
  :HL["/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
29
25
  :HL["/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
30
26
  :HL["/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
31
- 0:{"P":null,"c":["","workspaces"],"q":"","i":false,"f":[[["",{"children":["workspaces",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0-oog4zg4_m~m.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0uo5x.bu.5u2-.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0fpf.rso9mhc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0kyv5yika-41a.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0e~0o6v_awcod.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0egot8y~i-ge3.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/0anuxr11yn5iv.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0f_dcx0nu5z7o.js","async":true,"nonce":"$undefined"}],["$","script","script-6",{"src":"/_next/static/chunks/0xtmr0y4vo-~p.js","async":true,"nonce":"$undefined"}],["$","script","script-7",{"src":"/_next/static/chunks/145gbwitjxamg.js","async":true,"nonce":"$undefined"}],["$","script","script-8",{"src":"/_next/static/chunks/01hrib8z5bn-6.js","async":true,"nonce":"$undefined"}],["$","script","script-9",{"src":"/_next/static/chunks/11ozf700niy2z.js","async":true,"nonce":"$undefined"}],["$","script","script-10",{"src":"/_next/static/chunks/0w3o.7vi.dlm6.js","async":true,"nonce":"$undefined"}],["$","script","script-11",{"src":"/_next/static/chunks/08nbjuc5i-ewu.js","async":true,"nonce":"$undefined"}],["$","script","script-12",{"src":"/_next/static/chunks/0utxlfbckz4f5.js","async":true,"nonce":"$undefined"}],["$","script","script-13",{"src":"/_next/static/chunks/1250wo~-5dgyx.js","async":true,"nonce":"$undefined"}],["$","script","script-14",{"src":"/_next/static/chunks/0cxrev-hb8gkk.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"","className":"dm_sans_81a33cc5-module___RQdfW__variable outfit_8334a424-module__TwcMYa__variable poppins_37c4598a-module__JRG3Wq__variable h-[var(--app-content-height)] overflow-hidden antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"h-[var(--app-content-height)] overflow-hidden font-sans","children":["$","$L2",null,{"children":["$","$L3",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{"children":[["$","$L8",null,{"children":["$","$L9",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$La",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"}]}],["$","$Lb",null,{}],["$","$Lc",null,{"richColors":true,"position":"bottom-right"}]]}],["$","$Ld",null,{}],["$","$Le",null,{}],["$","$Lf",null,{}],["$","$L10",null,{}]]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L9",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$La",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L11",null,{"Component":"$12","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@13","$@14"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/14n8i2xz4_y-e.js","async":true,"nonce":"$undefined"}]],["$","$L15",null,{"children":["$","$16",null,{"name":"Next.MetadataOutlet","children":"$@17"}]}]]}],{},null,false,null]},null,false,"$@18"]},null,false,null],["$","$1","h",{"children":[null,["$","$L19",null,{"children":"$L1a"}],["$","div",null,{"hidden":true,"children":["$","$L1b",null,{"children":["$","$16",null,{"name":"Next.Metadata","children":"$L1c"}]}]}],"$L1d"]}],false]],"m":"$undefined","G":["$1e",["$L1f","$L20"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"9X6R42UNn3h4WL_zj_Yh4"}
32
- 21:[]
33
- 18:"$W21"
34
- 1d:["$","meta",null,{"name":"next-size-adjust","content":""}]
35
- 1f:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0-oog4zg4_m~m.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
36
- 20:["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0uo5x.bu.5u2-.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
37
- 13:{}
38
- 14:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
39
- 1a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"}]]
40
- 22:I[946513,["/_next/static/chunks/0fpf.rso9mhc0.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/0e~0o6v_awcod.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0f_dcx0nu5z7o.js","/_next/static/chunks/0xtmr0y4vo-~p.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/01hrib8z5bn-6.js","/_next/static/chunks/11ozf700niy2z.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/08nbjuc5i-ewu.js","/_next/static/chunks/0utxlfbckz4f5.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/0cxrev-hb8gkk.js"],"IconMark"]
41
- 17:null
42
- 1c:[["$","title","0",{"children":"Agent Spaces"}],["$","meta","1",{"name":"description","content":"Multi-agent collaborative coding workspace"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0~ekuj.zhggpa.ico","sizes":"32x32","type":"image/x-icon"}],["$","link","3",{"rel":"icon","href":"/favicon.ico"}],["$","link","4",{"rel":"apple-touch-icon","href":"/apple-touch-icon.png"}],["$","$L22","5",{}]]
27
+ 0:{"P":null,"c":["","workspaces"],"q":"","i":false,"f":[[["",{"children":["workspaces",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0-oog4zg4_m~m.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/01tyftu_-l7tm.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0j2w71psq6w9u.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0anuxr11yn5iv.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0kyv5yika-41a.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/1250wo~-5dgyx.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/145qu5b0tgm9w.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0e.z4v3cd78dx.js","async":true,"nonce":"$undefined"}],["$","script","script-6",{"src":"/_next/static/chunks/002-dxhags4dj.js","async":true,"nonce":"$undefined"}],["$","script","script-7",{"src":"/_next/static/chunks/15dyaigebtnwg.js","async":true,"nonce":"$undefined"}],["$","script","script-8",{"src":"/_next/static/chunks/145gbwitjxamg.js","async":true,"nonce":"$undefined"}],["$","script","script-9",{"src":"/_next/static/chunks/0egot8y~i-ge3.js","async":true,"nonce":"$undefined"}],["$","script","script-10",{"src":"/_next/static/chunks/12gvpt~z9mn8w.js","async":true,"nonce":"$undefined"}],["$","script","script-11",{"src":"/_next/static/chunks/0eq7wt-l.fetc.js","async":true,"nonce":"$undefined"}],["$","script","script-12",{"src":"/_next/static/chunks/0w3o.7vi.dlm6.js","async":true,"nonce":"$undefined"}],["$","script","script-13",{"src":"/_next/static/chunks/0_g3irbniww6d.js","async":true,"nonce":"$undefined"}],["$","script","script-14",{"src":"/_next/static/chunks/028b9_5cyq-_m.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"","className":"dm_sans_81a33cc5-module___RQdfW__variable outfit_8334a424-module__TwcMYa__variable poppins_37c4598a-module__JRG3Wq__variable h-[var(--app-content-height)] overflow-hidden antialiased","suppressHydrationWarning":true,"children":["$","body",null,{"className":"h-[var(--app-content-height)] overflow-hidden font-sans","children":["$","$L2",null,{"children":["$","$L3",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":["$","$L4",null,{"children":[["$","$L5",null,{}],["$","$L6",null,{"children":[["$","$L7",null,{"children":["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",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"}]}],["$","$La",null,{}],["$","$Lb",null,{"richColors":true,"position":"bottom-right"}]]}],["$","$Lc",null,{}]]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L8",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Ld",null,{"Component":"$e","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@f","$@10"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/14n8i2xz4_y-e.js","async":true,"nonce":"$undefined"}]],["$","$L11",null,{"children":["$","$12",null,{"name":"Next.MetadataOutlet","children":"$@13"}]}]]}],{},null,false,null]},null,false,"$@14"]},null,false,null],["$","$1","h",{"children":[null,["$","$L15",null,{"children":"$L16"}],["$","div",null,{"hidden":true,"children":["$","$L17",null,{"children":["$","$12",null,{"name":"Next.Metadata","children":"$L18"}]}]}],"$L19"]}],false]],"m":"$undefined","G":["$1a",["$L1b","$L1c"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"O5-QCW1u2YNyAUyaoYh6s"}
28
+ 1d:[]
29
+ 14:"$W1d"
30
+ 19:["$","meta",null,{"name":"next-size-adjust","content":""}]
31
+ 1b:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0-oog4zg4_m~m.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
32
+ 1c:["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/01tyftu_-l7tm.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
33
+ f:{}
34
+ 10:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
35
+ 16:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"}]]
36
+ 1e:I[946513,["/_next/static/chunks/0j2w71psq6w9u.js","/_next/static/chunks/0anuxr11yn5iv.js","/_next/static/chunks/0kyv5yika-41a.js","/_next/static/chunks/1250wo~-5dgyx.js","/_next/static/chunks/145qu5b0tgm9w.js","/_next/static/chunks/0e.z4v3cd78dx.js","/_next/static/chunks/002-dxhags4dj.js","/_next/static/chunks/15dyaigebtnwg.js","/_next/static/chunks/145gbwitjxamg.js","/_next/static/chunks/0egot8y~i-ge3.js","/_next/static/chunks/12gvpt~z9mn8w.js","/_next/static/chunks/0eq7wt-l.fetc.js","/_next/static/chunks/0w3o.7vi.dlm6.js","/_next/static/chunks/0_g3irbniww6d.js","/_next/static/chunks/028b9_5cyq-_m.js"],"IconMark"]
37
+ 13:null
38
+ 18:[["$","title","0",{"children":"Agent Spaces"}],["$","meta","1",{"name":"description","content":"Multi-agent collaborative coding workspace"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0~ekuj.zhggpa.ico","sizes":"32x32","type":"image/x-icon"}],["$","link","3",{"rel":"icon","href":"/favicon.ico"}],["$","link","4",{"rel":"apple-touch-icon","href":"/apple-touch-icon.png"}],["$","$L1e","5",{}]]
@@ -416,6 +416,7 @@ export async function runMentionedAgent(workspaceId, channelId, agentConfigId, p
416
416
  });
417
417
  broadcastToWorkspace(workspaceId, 'agent.completed', {
418
418
  agentId: session.id,
419
+ channelId,
419
420
  result: {
420
421
  success: result.success,
421
422
  summary: result.summary,
@@ -28,6 +28,19 @@ export function broadcastToWorkspace(workspaceId, event, data) {
28
28
  }
29
29
  publishWorkspaceEvent(workspaceId, event, data);
30
30
  }
31
+ export function broadcastToAll(event, data) {
32
+ if (connections.size === 0)
33
+ return;
34
+ const payload = JSON.stringify({
35
+ event,
36
+ timestamp: new Date().toISOString(),
37
+ data,
38
+ });
39
+ for (const [ws] of connections) {
40
+ if (ws.readyState === 1)
41
+ ws.send(payload);
42
+ }
43
+ }
31
44
  export function getConnectionCount() {
32
45
  return connections.size;
33
46
  }
@@ -1,6 +1,5 @@
1
1
  import { addConnection, broadcastToWorkspace } from './connection-manager.js';
2
- import { handleTerminalEvent } from './terminal-handler.js';
3
- import * as ptyService from '../services/pty.js';
2
+ import { handleTerminalEvent, sendTerminalSessions } from './terminal-handler.js';
4
3
  import { appendMessageReply, createMessage } from '../services/message.js';
5
4
  import { getChannel } from '../services/channel.js';
6
5
  import * as agentService from '../services/agent.js';
@@ -21,15 +20,7 @@ export function handleConnection(ws, workspaceId) {
21
20
  data: { workspaceId },
22
21
  }));
23
22
  // Send existing terminal sessions for reconnection
24
- const existingSessions = ptyService.getSessionsByWorkspace(workspaceId);
25
- ws.send(JSON.stringify({
26
- event: 'terminal.sessions',
27
- workspaceId,
28
- timestamp: new Date().toISOString(),
29
- data: {
30
- sessions: existingSessions.map(s => ({ sessionId: s.id, cwd: s.cwd, buffer: s.buffer.join('') })),
31
- },
32
- }));
23
+ sendTerminalSessions(ws, workspaceId);
33
24
  ws.on('message', (raw) => {
34
25
  try {
35
26
  const msg = JSON.parse(raw.toString());
@@ -48,6 +39,7 @@ export function handleConnection(ws, workspaceId) {
48
39
  }
49
40
  // Register terminal handlers
50
41
  const terminalEvents = [
42
+ 'terminal.list',
51
43
  'terminal.create',
52
44
  'terminal.input',
53
45
  'terminal.resize',
@@ -1,6 +1,21 @@
1
1
  import * as ptyService from '../services/pty.js';
2
2
  import { broadcastToWorkspace } from './connection-manager.js';
3
- export function handleTerminalEvent(_ws, workspaceId, event, data) {
3
+ export function sendTerminalSessions(ws, workspaceId) {
4
+ const existingSessions = ptyService.getSessionsByWorkspace(workspaceId);
5
+ ws.send(JSON.stringify({
6
+ event: 'terminal.sessions',
7
+ workspaceId,
8
+ timestamp: new Date().toISOString(),
9
+ data: {
10
+ sessions: existingSessions.map(s => ({ sessionId: s.id, cwd: s.cwd, shell: s.shell, buffer: s.buffer.join('') })),
11
+ },
12
+ }));
13
+ }
14
+ export function handleTerminalEvent(ws, workspaceId, event, data) {
15
+ if (event === 'terminal.list') {
16
+ sendTerminalSessions(ws, workspaceId);
17
+ return;
18
+ }
4
19
  switch (event) {
5
20
  case 'terminal.create': {
6
21
  const payload = data;
@@ -9,8 +24,9 @@ export function handleTerminalEvent(_ws, workspaceId, event, data) {
9
24
  broadcastToWorkspace(workspaceId, 'terminal.output', { sessionId: id, data: output });
10
25
  }, (id, exitCode) => {
11
26
  broadcastToWorkspace(workspaceId, 'terminal.closed', { sessionId: id, exitCode });
12
- }, payload.shell);
13
- broadcastToWorkspace(workspaceId, 'terminal.created', { sessionId, cwd, shell: payload.shell });
27
+ }, payload.shell, undefined, payload.sessionId);
28
+ const session = ptyService.getSession(sessionId);
29
+ broadcastToWorkspace(workspaceId, 'terminal.created', { sessionId, cwd, shell: session?.shell ?? payload.shell });
14
30
  break;
15
31
  }
16
32
  case 'terminal.input': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-spaces/server",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "agent-spaces-server": "./dist/app.js"
@@ -26,6 +26,7 @@
26
26
  "dotenv": "^17.4.2",
27
27
  "express": "^5.1.0",
28
28
  "langchain": "^1.4.0",
29
+ "minimatch": "^10.2.5",
29
30
  "node-pty": "^1.1.0",
30
31
  "simple-git": "^3.36.0",
31
32
  "uuid": "^11.1.0",
@@ -36,6 +37,7 @@
36
37
  "devDependencies": {
37
38
  "@types/cors": "^2.8.17",
38
39
  "@types/express": "^5.0.2",
40
+ "@types/minimatch": "^6.0.0",
39
41
  "@types/node": "^20.19.39",
40
42
  "@types/uuid": "^10.0.0",
41
43
  "@types/ws": "^8.18.1",
@@ -1,31 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,251007,(e,t,r)=>{"use strict";var n=e.r(764556);function o(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var r=2;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function i(){}var u={d:{f:i,r:function(){throw Error(o(522))},D:i,C:i,L:i,m:i,X:i,S:i,M:i},p:0,findDOMNode:null},s=Symbol.for("react.portal"),a=Symbol.for("react.optimistic_key"),c=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function l(e,t){return"font"===e?"":"string"==typeof t?"use-credentials"===t?t:"":void 0}r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=u,r.createPortal=function(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!t||1!==t.nodeType&&9!==t.nodeType&&11!==t.nodeType)throw Error(o(299));return function(e,t,r){var n=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:s,key:null==n?null:n===a?a:""+n,children:e,containerInfo:t,implementation:r}}(e,t,null,r)},r.flushSync=function(e){var t=c.T,r=u.p;try{if(c.T=null,u.p=2,e)return e()}finally{c.T=t,u.p=r,u.d.f()}},r.preconnect=function(e,t){"string"==typeof e&&(t=t?"string"==typeof(t=t.crossOrigin)?"use-credentials"===t?t:"":void 0:null,u.d.C(e,t))},r.prefetchDNS=function(e){"string"==typeof e&&u.d.D(e)},r.preinit=function(e,t){if("string"==typeof e&&t&&"string"==typeof t.as){var r=t.as,n=l(r,t.crossOrigin),o="string"==typeof t.integrity?t.integrity:void 0,i="string"==typeof t.fetchPriority?t.fetchPriority:void 0;"style"===r?u.d.S(e,"string"==typeof t.precedence?t.precedence:void 0,{crossOrigin:n,integrity:o,fetchPriority:i}):"script"===r&&u.d.X(e,{crossOrigin:n,integrity:o,fetchPriority:i,nonce:"string"==typeof t.nonce?t.nonce:void 0})}},r.preinitModule=function(e,t){if("string"==typeof e)if("object"==typeof t&&null!==t){if(null==t.as||"script"===t.as){var r=l(t.as,t.crossOrigin);u.d.M(e,{crossOrigin:r,integrity:"string"==typeof t.integrity?t.integrity:void 0,nonce:"string"==typeof t.nonce?t.nonce:void 0})}}else null==t&&u.d.M(e)},r.preload=function(e,t){if("string"==typeof e&&"object"==typeof t&&null!==t&&"string"==typeof t.as){var r=t.as,n=l(r,t.crossOrigin);u.d.L(e,r,{crossOrigin:n,integrity:"string"==typeof t.integrity?t.integrity:void 0,nonce:"string"==typeof t.nonce?t.nonce:void 0,type:"string"==typeof t.type?t.type:void 0,fetchPriority:"string"==typeof t.fetchPriority?t.fetchPriority:void 0,referrerPolicy:"string"==typeof t.referrerPolicy?t.referrerPolicy:void 0,imageSrcSet:"string"==typeof t.imageSrcSet?t.imageSrcSet:void 0,imageSizes:"string"==typeof t.imageSizes?t.imageSizes:void 0,media:"string"==typeof t.media?t.media:void 0})}},r.preloadModule=function(e,t){if("string"==typeof e)if(t){var r=l(t.as,t.crossOrigin);u.d.m(e,{as:"string"==typeof t.as&&"script"!==t.as?t.as:void 0,crossOrigin:r,integrity:"string"==typeof t.integrity?t.integrity:void 0})}else u.d.m(e)},r.requestFormReset=function(e){u.d.r(e)},r.unstable_batchedUpdates=function(e,t){return e(t)},r.useFormState=function(e,t,r){return c.H.useFormState(e,t,r)},r.useFormStatus=function(){return c.H.useHostTransitionStatus()},r.version="19.3.0-canary-3f0b9e61-20260317"},106206,(e,t,r)=>{"use strict";!function e(){if("u">typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),t.exports=e.r(251007)},893300,(e,t,r)=>{var n={229:function(e){var t,r,n,o=e.exports={};function i(){throw Error("setTimeout has not been defined")}function u(){throw Error("clearTimeout has not been defined")}try{t="function"==typeof setTimeout?setTimeout:i}catch(e){t=i}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(e){r=u}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===i||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}var a=[],c=!1,l=-1;function f(){c&&n&&(c=!1,n.length?a=n.concat(a):l=-1,a.length&&d())}function d(){if(!c){var e=s(f);c=!0;for(var t=a.length;t;){for(n=a,a=[];++l<t;)n&&n[l].run();l=-1,t=a.length}n=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===u||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function y(){}o.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];a.push(new p(e,t)),1!==a.length||c||s(d)},p.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(e){return[]},o.binding=function(e){throw Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw Error("process.chdir is not supported")},o.umask=function(){return 0}}},o={};function i(e){var t=o[e];if(void 0!==t)return t.exports;var r=o[e]={exports:{}},u=!0;try{n[e](r,r.exports,i),u=!1}finally{u&&delete o[e]}return r.exports}i.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/process/",t.exports=i(229)},8890,(e,t,r)=>{"use strict";var n,o;t.exports=(null==(n=e.g.process)?void 0:n.env)&&"object"==typeof(null==(o=e.g.process)?void 0:o.env)?e.g.process:e.r(893300)},136203,(e,t,r)=>{"use strict";var n=Symbol.for("react.transitional.element");function o(e,t,r){var o=null;if(void 0!==r&&(o=""+r),void 0!==t.key&&(o=""+t.key),"key"in t)for(var i in r={},t)"key"!==i&&(r[i]=t[i]);else r=t;return{$$typeof:n,type:e,key:o,ref:void 0!==(t=r.ref)?t:null,props:r}}r.Fragment=Symbol.for("react.fragment"),r.jsx=o,r.jsxs=o},344180,(e,t,r)=>{"use strict";t.exports=e.r(136203)},627685,(e,t,r)=>{"use strict";var n=e.i(8890),o=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),u=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),c=Symbol.for("react.consumer"),l=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),g=Symbol.for("react.activity"),h=Symbol.for("react.view_transition"),b=Symbol.iterator,v={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},m=Object.assign,_={};function x(e,t,r){this.props=e,this.context=t,this.refs=_,this.updater=r||v}function S(){}function O(e,t,r){this.props=e,this.context=t,this.refs=_,this.updater=r||v}x.prototype.isReactComponent={},x.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},x.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},S.prototype=x.prototype;var j=O.prototype=new S;j.constructor=O,m(j,x.prototype),j.isPureReactComponent=!0;var E=Array.isArray;function T(){}var w={H:null,A:null,T:null,S:null},R=Object.prototype.hasOwnProperty;function C(e,t,r){var n=r.ref;return{$$typeof:o,type:e,key:t,ref:void 0!==n?n:null,props:r}}function k(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var A=/\/+/g;function H(e,t){var r,n;return"object"==typeof e&&null!==e&&null!=e.key?(r=""+e.key,n={"=":"=0",":":"=2"},"$"+r.replace(/[=:]/g,function(e){return n[e]})):t.toString(36)}function P(e,t,r){if(null==e)return e;var n=[],u=0;return!function e(t,r,n,u,s){var a,c,l,f=typeof t;("undefined"===f||"boolean"===f)&&(t=null);var d=!1;if(null===t)d=!0;else switch(f){case"bigint":case"string":case"number":d=!0;break;case"object":switch(t.$$typeof){case o:case i:d=!0;break;case y:return e((d=t._init)(t._payload),r,n,u,s)}}if(d)return s=s(t),d=""===u?"."+H(t,0):u,E(s)?(n="",null!=d&&(n=d.replace(A,"$&/")+"/"),e(s,r,n,"",function(e){return e})):null!=s&&(k(s)&&(a=s,c=n+(null==s.key||t&&t.key===s.key?"":(""+s.key).replace(A,"$&/")+"/")+d,s=C(a.type,c,a.props)),r.push(s)),1;d=0;var p=""===u?".":u+":";if(E(t))for(var g=0;g<t.length;g++)f=p+H(u=t[g],g),d+=e(u,r,n,f,s);else if("function"==typeof(g=null===(l=t)||"object"!=typeof l?null:"function"==typeof(l=b&&l[b]||l["@@iterator"])?l:null))for(t=g.call(t),g=0;!(u=t.next()).done;)f=p+H(u=u.value,g++),d+=e(u,r,n,f,s);else if("object"===f){if("function"==typeof t.then)return e(function(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch("string"==typeof e.status?e.then(T,T):(e.status="pending",e.then(function(t){"pending"===e.status&&(e.status="fulfilled",e.value=t)},function(t){"pending"===e.status&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}(t),r,n,u,s);throw Error("Objects are not valid as a React child (found: "+("[object Object]"===(r=String(t))?"object with keys {"+Object.keys(t).join(", ")+"}":r)+"). If you meant to render a collection of children, use an array instead.")}return d}(e,n,"","",function(e){return t.call(r,e,u++)}),n}function M(e){if(-1===e._status){var t=(0,e._result)();t.then(function(r){(0===e._status||-1===e._status)&&(e._status=1,e._result=r,void 0===t.status&&(t.status="fulfilled",t.value=r))},function(r){(0===e._status||-1===e._status)&&(e._status=2,e._result=r,void 0===t.status&&(t.status="rejected",t.reason=r))}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var I="function"==typeof reportError?reportError:function(e){if("object"==typeof window&&"function"==typeof window.ErrorEvent){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:"object"==typeof e&&null!==e&&"string"==typeof e.message?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if("object"==typeof n.default&&"function"==typeof n.default.emit)return void n.default.emit("uncaughtException",e);console.error(e)};function L(e){var t=w.T,r={};r.types=null!==t?t.types:null,w.T=r;try{var n=e(),o=w.S;null!==o&&o(r,n),"object"==typeof n&&null!==n&&"function"==typeof n.then&&n.then(T,I)}catch(e){I(e)}finally{null!==t&&null!==r.types&&(t.types=r.types),w.T=t}}function $(e){var t=w.T;if(null!==t){var r=t.types;null===r?t.types=[e]:-1===r.indexOf(e)&&r.push(e)}else L($.bind(null,e))}r.Activity=g,r.Children={map:P,forEach:function(e,t,r){P(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return P(e,function(){t++}),t},toArray:function(e){return P(e,function(e){return e})||[]},only:function(e){if(!k(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},r.Component=x,r.Fragment=u,r.Profiler=a,r.PureComponent=O,r.StrictMode=s,r.Suspense=d,r.ViewTransition=h,r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=w,r.__COMPILER_RUNTIME={__proto__:null,c:function(e){return w.H.useMemoCache(e)}},r.addTransitionType=$,r.cache=function(e){return function(){return e.apply(null,arguments)}},r.cacheSignal=function(){return null},r.cloneElement=function(e,t,r){if(null==e)throw Error("The argument must be a React element, but you passed "+e+".");var n=m({},e.props),o=e.key;if(null!=t)for(i in void 0!==t.key&&(o=""+t.key),t)R.call(t,i)&&"key"!==i&&"__self"!==i&&"__source"!==i&&("ref"!==i||void 0!==t.ref)&&(n[i]=t[i]);var i=arguments.length-2;if(1===i)n.children=r;else if(1<i){for(var u=Array(i),s=0;s<i;s++)u[s]=arguments[s+2];n.children=u}return C(e.type,o,n)},r.createContext=function(e){return(e={$$typeof:l,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider=e,e.Consumer={$$typeof:c,_context:e},e},r.createElement=function(e,t,r){var n,o={},i=null;if(null!=t)for(n in void 0!==t.key&&(i=""+t.key),t)R.call(t,n)&&"key"!==n&&"__self"!==n&&"__source"!==n&&(o[n]=t[n]);var u=arguments.length-2;if(1===u)o.children=r;else if(1<u){for(var s=Array(u),a=0;a<u;a++)s[a]=arguments[a+2];o.children=s}if(e&&e.defaultProps)for(n in u=e.defaultProps)void 0===o[n]&&(o[n]=u[n]);return C(e,i,o)},r.createRef=function(){return{current:null}},r.forwardRef=function(e){return{$$typeof:f,render:e}},r.isValidElement=k,r.lazy=function(e){return{$$typeof:y,_payload:{_status:-1,_result:e},_init:M}},r.memo=function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},r.startTransition=L,r.unstable_useCacheRefresh=function(){return w.H.useCacheRefresh()},r.use=function(e){return w.H.use(e)},r.useActionState=function(e,t,r){return w.H.useActionState(e,t,r)},r.useCallback=function(e,t){return w.H.useCallback(e,t)},r.useContext=function(e){return w.H.useContext(e)},r.useDebugValue=function(){},r.useDeferredValue=function(e,t){return w.H.useDeferredValue(e,t)},r.useEffect=function(e,t){return w.H.useEffect(e,t)},r.useEffectEvent=function(e){return w.H.useEffectEvent(e)},r.useId=function(){return w.H.useId()},r.useImperativeHandle=function(e,t,r){return w.H.useImperativeHandle(e,t,r)},r.useInsertionEffect=function(e,t){return w.H.useInsertionEffect(e,t)},r.useLayoutEffect=function(e,t){return w.H.useLayoutEffect(e,t)},r.useMemo=function(e,t){return w.H.useMemo(e,t)},r.useOptimistic=function(e,t){return w.H.useOptimistic(e,t)},r.useReducer=function(e,t,r){return w.H.useReducer(e,t,r)},r.useRef=function(e){return w.H.useRef(e)},r.useState=function(e){return w.H.useState(e)},r.useSyncExternalStore=function(e,t,r){return w.H.useSyncExternalStore(e,t,r)},r.useTransition=function(){return w.H.useTransition()},r.version="19.3.0-canary-3f0b9e61-20260317"},764556,(e,t,r)=>{"use strict";t.exports=e.r(627685)},481258,(e,t,r)=>{"use strict";r._=function(e){return e&&e.__esModule?e:{default:e}}},64791,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={bindSnapshot:function(){return c},createAsyncLocalStorage:function(){return a},createSnapshot:function(){return l}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});let i=Object.defineProperty(Error("Invariant: AsyncLocalStorage accessed in runtime where it is not available"),"__NEXT_ERROR_CODE",{value:"E504",enumerable:!1,configurable:!0});class u{disable(){throw i}getStore(){}run(){throw i}exit(){throw i}enterWith(){throw i}static bind(e){return e}}let s="u">typeof globalThis&&globalThis.AsyncLocalStorage;function a(){return s?new s:new u}function c(e){return s?s.bind(e):u.bind(e)}function l(){return s?s.snapshot():function(e,...t){return e(...t)}}},12267,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"workAsyncStorageInstance",{enumerable:!0,get:function(){return n}});let n=(0,e.r(64791).createAsyncLocalStorage)()},94932,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"workAsyncStorage",{enumerable:!0,get:function(){return n.workAsyncStorageInstance}});let n=e.r(12267)},745137,(e,t,r)=>{"use strict";let n;Object.defineProperty(r,"__esModule",{value:!0});var o={getAssetToken:function(){return a},getAssetTokenQuery:function(){return c},getDeploymentId:function(){return u},getDeploymentIdQuery:function(){return s}};for(var i in o)Object.defineProperty(r,i,{enumerable:!0,get:o[i]});function u(){return n}function s(e=!1){let t=n;return t?`${e?"&":"?"}dpl=${t}`:""}function a(){return!1}function c(e=!1){return""}"u">typeof window?(n=document.documentElement.dataset.dplId,delete document.documentElement.dataset.dplId):n=void 0},549424,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"handleISRError",{enumerable:!0,get:function(){return o}});let n="u"<typeof window?e.r(94932).workAsyncStorage:void 0;function o({error:e}){if(n){let t=n.getStore();if(t?.isStaticGeneration)throw e&&console.error(e),e}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},801149,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={WarningIcon:function(){return a},errorStyles:function(){return u},errorThemeCss:function(){return s}};for(var o in n)Object.defineProperty(r,o,{enumerable:!0,get:n[o]});e.r(481258);let i=e.r(344180);e.r(764556);let u={container:{fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",display:"flex",alignItems:"center",justifyContent:"center"},card:{marginTop:"-32px",maxWidth:"325px",padding:"32px 28px",textAlign:"left"},icon:{marginBottom:"24px"},title:{fontSize:"24px",fontWeight:500,letterSpacing:"-0.02em",lineHeight:"32px",margin:"0 0 12px 0",color:"var(--next-error-title)"},message:{fontSize:"14px",fontWeight:400,lineHeight:"21px",margin:"0 0 20px 0",color:"var(--next-error-message)"},form:{margin:0},buttonGroup:{display:"flex",gap:"8px",alignItems:"center"},button:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-text)",background:"var(--next-error-btn-bg)",border:"var(--next-error-btn-border)"},buttonSecondary:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-secondary-text)",background:"var(--next-error-btn-secondary-bg)",border:"var(--next-error-btn-secondary-border)"},digestFooter:{position:"fixed",bottom:"32px",left:"0",right:"0",textAlign:"center",fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace',fontSize:"12px",lineHeight:"18px",fontWeight:400,margin:"0",color:"var(--next-error-digest)"}},s=`
2
- :root {
3
- --next-error-bg: #fff;
4
- --next-error-text: #171717;
5
- --next-error-title: #171717;
6
- --next-error-message: #171717;
7
- --next-error-digest: #666666;
8
- --next-error-btn-text: #fff;
9
- --next-error-btn-bg: #171717;
10
- --next-error-btn-border: none;
11
- --next-error-btn-secondary-text: #171717;
12
- --next-error-btn-secondary-bg: transparent;
13
- --next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);
14
- }
15
- @media (prefers-color-scheme: dark) {
16
- :root {
17
- --next-error-bg: #0a0a0a;
18
- --next-error-text: #ededed;
19
- --next-error-title: #ededed;
20
- --next-error-message: #ededed;
21
- --next-error-digest: #a0a0a0;
22
- --next-error-btn-text: #0a0a0a;
23
- --next-error-btn-bg: #ededed;
24
- --next-error-btn-border: none;
25
- --next-error-btn-secondary-text: #ededed;
26
- --next-error-btn-secondary-bg: transparent;
27
- --next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);
28
- }
29
- }
30
- body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }
31
- `.replace(/\n\s*/g,"");function a(){return(0,i.jsx)("svg",{width:"32",height:"32",viewBox:"-0.2 -1.5 32 32",fill:"none",style:u.icon,children:(0,i.jsx)("path",{d:"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z",fill:"var(--next-error-title)"})})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},785502,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return u}}),e.r(481258);let n=e.r(344180);e.r(764556);let o=e.r(549424),i=e.r(801149),u=function({error:e}){let t=e?.digest,r=!!t;return(0,o.handleISRError)({error:e}),(0,n.jsxs)("html",{id:"__next_error__",children:[(0,n.jsx)("head",{children:(0,n.jsx)("style",{dangerouslySetInnerHTML:{__html:i.errorThemeCss}})}),(0,n.jsxs)("body",{children:[(0,n.jsx)("div",{style:i.errorStyles.container,children:(0,n.jsxs)("div",{style:i.errorStyles.card,children:[(0,n.jsx)(i.WarningIcon,{}),(0,n.jsx)("h1",{style:i.errorStyles.title,children:"This page couldn’t load"}),(0,n.jsx)("p",{style:i.errorStyles.message,children:r?"A server error occurred. Reload to try again.":"Reload to try again, or go back."}),(0,n.jsxs)("div",{style:i.errorStyles.buttonGroup,children:[(0,n.jsx)("form",{style:i.errorStyles.form,children:(0,n.jsx)("button",{type:"submit",style:i.errorStyles.button,children:"Reload"})}),!r&&(0,n.jsx)("button",{type:"button",style:i.errorStyles.buttonSecondary,onClick:()=>{window.history.length>1?window.history.back():window.location.href="/"},children:"Back"})]})]})}),t&&(0,n.jsxs)("p",{style:i.errorStyles.digestFooter,children:["ERROR ",t]})]})]})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)}]);