@shugaev/spur 0.1.1 → 0.1.2

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 (1105) hide show
  1. package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
  2. package/dist/agents/cursor-submit-ack.js +15 -1
  3. package/dist/agents/cursor-submit-ack.js.map +1 -1
  4. package/dist/agents/cursor.d.ts +1 -0
  5. package/dist/agents/cursor.d.ts.map +1 -1
  6. package/dist/agents/cursor.js +3 -1
  7. package/dist/agents/cursor.js.map +1 -1
  8. package/dist/agents/index.js +2 -2
  9. package/dist/agents/index.js.map +1 -1
  10. package/dist/agents/models.d.ts +3 -0
  11. package/dist/agents/models.d.ts.map +1 -1
  12. package/dist/agents/models.js +41 -3
  13. package/dist/agents/models.js.map +1 -1
  14. package/dist/backlog/index.d.ts +15 -0
  15. package/dist/backlog/index.d.ts.map +1 -0
  16. package/dist/backlog/index.js +80 -0
  17. package/dist/backlog/index.js.map +1 -0
  18. package/dist/backlog/providers.d.ts +12 -0
  19. package/dist/backlog/providers.d.ts.map +1 -0
  20. package/dist/backlog/providers.js +22 -0
  21. package/dist/backlog/providers.js.map +1 -0
  22. package/dist/cli.d.ts.map +1 -1
  23. package/dist/cli.js +12 -1
  24. package/dist/cli.js.map +1 -1
  25. package/dist/config.d.ts.map +1 -1
  26. package/dist/config.js +64 -0
  27. package/dist/config.js.map +1 -1
  28. package/dist/event-sources/github.d.ts.map +1 -1
  29. package/dist/event-sources/github.js +30 -32
  30. package/dist/event-sources/github.js.map +1 -1
  31. package/dist/event-sources/index.d.ts.map +1 -1
  32. package/dist/event-sources/index.js +5 -0
  33. package/dist/event-sources/index.js.map +1 -1
  34. package/dist/gh.d.ts +2 -0
  35. package/dist/gh.d.ts.map +1 -1
  36. package/dist/gh.js +28 -0
  37. package/dist/gh.js.map +1 -1
  38. package/dist/jira.d.ts +15 -0
  39. package/dist/jira.d.ts.map +1 -0
  40. package/dist/jira.js +74 -0
  41. package/dist/jira.js.map +1 -0
  42. package/dist/metadata.d.ts +7 -1
  43. package/dist/metadata.d.ts.map +1 -1
  44. package/dist/metadata.js +129 -0
  45. package/dist/metadata.js.map +1 -1
  46. package/dist/preflight.d.ts.map +1 -1
  47. package/dist/preflight.js +4 -0
  48. package/dist/preflight.js.map +1 -1
  49. package/dist/prompt-template.d.ts +3 -0
  50. package/dist/prompt-template.d.ts.map +1 -0
  51. package/dist/prompt-template.js +14 -0
  52. package/dist/prompt-template.js.map +1 -0
  53. package/dist/send-batches.d.ts +3 -1
  54. package/dist/send-batches.d.ts.map +1 -1
  55. package/dist/send-batches.js +94 -0
  56. package/dist/send-batches.js.map +1 -1
  57. package/dist/server.d.ts.map +1 -1
  58. package/dist/server.js +27 -1
  59. package/dist/server.js.map +1 -1
  60. package/dist/session-service.d.ts +13 -1
  61. package/dist/session-service.d.ts.map +1 -1
  62. package/dist/session-service.js +164 -45
  63. package/dist/session-service.js.map +1 -1
  64. package/dist/shepherd.d.ts.map +1 -1
  65. package/dist/shepherd.js +2 -1
  66. package/dist/shepherd.js.map +1 -1
  67. package/dist/triggers.d.ts.map +1 -1
  68. package/dist/triggers.js +81 -15
  69. package/dist/triggers.js.map +1 -1
  70. package/dist/types.d.ts +74 -2
  71. package/dist/types.d.ts.map +1 -1
  72. package/package.json +1 -1
  73. package/web/.next/BUILD_ID +1 -1
  74. package/web/.next/app-build-manifest.json +98 -91
  75. package/web/.next/app-path-routes-manifest.json +2 -1
  76. package/web/.next/build-manifest.json +3 -3
  77. package/web/.next/prerender-manifest.json +18 -18
  78. package/web/.next/required-server-files.json +3 -3
  79. package/web/.next/server/app/_not-found/page.js +2 -2
  80. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/_not-found.html +1 -1
  82. package/web/.next/server/app/_not-found.rsc +3 -3
  83. package/web/.next/server/app/api/backlog/take/route.js +1 -0
  84. package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
  85. package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
  86. package/web/.next/server/app/api/github-status/route.js +1 -1
  87. package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
  88. package/web/.next/server/app/api/gitlab-status/route.js +1 -1
  89. package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
  90. package/web/.next/server/app/api/models/route.js +1 -1
  91. package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  92. package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
  93. package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
  94. package/web/.next/server/app/api/pr-status/route.js +2 -2
  95. package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
  96. package/web/.next/server/app/api/preflight/route.js +1 -1
  97. package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
  98. package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
  99. package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
  100. package/web/.next/server/app/api/projects/[id]/route.js +1 -1
  101. package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
  102. package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
  103. package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  104. package/web/.next/server/app/api/projects/route.js +1 -1
  105. package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  106. package/web/.next/server/app/api/runtime/info/route.js +1 -1
  107. package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
  108. package/web/.next/server/app/api/runtime/resources/route.js +1 -1
  109. package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
  111. package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
  112. package/web/.next/server/app/api/runtime/versions/route.js +1 -1
  113. package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
  114. package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
  115. package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
  116. package/web/.next/server/app/api/runtime/voice/route.js +1 -1
  117. package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
  118. package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
  119. package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
  120. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
  121. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
  122. package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
  123. package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
  124. package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
  125. package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
  126. package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
  127. package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
  128. package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
  129. package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
  130. package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
  131. package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
  132. package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
  133. package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
  134. package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
  135. package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
  136. package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
  137. package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  138. package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
  139. package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
  140. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
  141. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
  142. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
  143. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
  144. package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
  145. package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  146. package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
  147. package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
  148. package/web/.next/server/app/api/sessions/route.js +1 -1
  149. package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  150. package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
  151. package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
  152. package/web/.next/server/app/api/spawn/route.js +1 -1
  153. package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
  154. package/web/.next/server/app/apple-icon/route.js +1 -1
  155. package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
  156. package/web/.next/server/app/icon/route.js +1 -1
  157. package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
  158. package/web/.next/server/app/icon-192/route.js +1 -1
  159. package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
  160. package/web/.next/server/app/icon-512/route.js +1 -1
  161. package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
  162. package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
  163. package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  164. package/web/.next/server/app/page.js +3 -3
  165. package/web/.next/server/app/page.js.nft.json +1 -1
  166. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  167. package/web/.next/server/app/sessions/[id]/page.js +6 -6
  168. package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  169. package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  170. package/web/.next/server/app-paths-manifest.json +2 -1
  171. package/web/.next/server/chunks/135.js +1 -1
  172. package/web/.next/server/chunks/5158.js +1 -0
  173. package/web/.next/server/chunks/7331.js +3 -3
  174. package/web/.next/server/functions-config-manifest.json +3 -3
  175. package/web/.next/server/middleware-build-manifest.js +1 -1
  176. package/web/.next/server/next-font-manifest.js +1 -1
  177. package/web/.next/server/next-font-manifest.json +1 -1
  178. package/web/.next/server/pages/404.html +1 -1
  179. package/web/.next/server/pages/500.html +1 -1
  180. package/web/.next/server/server-reference-manifest.json +1 -1
  181. package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
  182. package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
  183. package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
  184. package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
  185. package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
  186. package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
  187. package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
  188. package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
  189. package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
  190. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
  191. package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
  192. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  193. package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
  194. package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
  195. package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
  196. package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
  197. package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
  198. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
  199. package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
  200. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
  201. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
  202. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
  203. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
  204. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
  205. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
  206. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
  207. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
  208. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
  209. package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
  210. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
  211. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
  212. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
  213. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  214. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
  215. package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
  216. package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
  217. package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
  218. package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
  219. package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
  220. package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
  221. package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
  222. package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
  223. package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
  224. package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
  225. package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
  226. package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
  227. package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
  228. package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
  229. package/web/node_modules/.package-lock.json +3 -3
  230. package/web/node_modules/caniuse-lite/data/agents.js +1 -1
  231. package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  232. package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
  233. package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  234. package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  235. package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  236. package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  237. package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  238. package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  239. package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
  240. package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  241. package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  242. package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  243. package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  244. package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  245. package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  246. package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  247. package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  248. package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  249. package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  250. package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
  251. package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  252. package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  253. package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  254. package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
  255. package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
  256. package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  257. package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  258. package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  259. package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  260. package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  261. package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  262. package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  263. package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  264. package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  265. package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  266. package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  267. package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  268. package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  269. package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  270. package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  271. package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  272. package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
  273. package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  274. package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  275. package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  276. package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  277. package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  278. package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  279. package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  280. package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  281. package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  282. package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  283. package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  284. package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
  285. package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  286. package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  287. package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  288. package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
  289. package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  290. package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  291. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  292. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  293. package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  294. package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
  295. package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  296. package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  297. package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
  298. package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  299. package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  300. package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  301. package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  302. package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  303. package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  304. package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  305. package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  306. package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  307. package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  308. package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  309. package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  310. package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  311. package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  312. package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  313. package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  314. package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  315. package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  316. package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  317. package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  318. package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  319. package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  320. package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  321. package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  322. package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  323. package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  324. package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  325. package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  326. package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  327. package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  328. package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  329. package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  330. package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  331. package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  332. package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  333. package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  334. package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  335. package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  336. package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  337. package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  338. package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  339. package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  340. package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  341. package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  342. package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  343. package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  344. package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  345. package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  346. package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  347. package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  348. package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  349. package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  350. package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  351. package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
  352. package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  353. package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  354. package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  355. package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  356. package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
  357. package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  358. package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  359. package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  360. package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  361. package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  362. package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  363. package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  364. package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  365. package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  366. package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  367. package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  368. package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  369. package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  370. package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  371. package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  372. package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  373. package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  374. package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  375. package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  376. package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  377. package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  378. package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  379. package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  380. package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  381. package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  382. package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  383. package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  384. package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  385. package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  386. package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  387. package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  388. package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  389. package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  390. package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  391. package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  392. package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  393. package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  394. package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  395. package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  396. package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  397. package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  398. package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  399. package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  400. package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  401. package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  402. package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  403. package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  404. package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  405. package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  406. package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  407. package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  408. package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  409. package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  410. package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  411. package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  412. package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  413. package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  414. package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  415. package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  416. package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  417. package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  418. package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  419. package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  420. package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  421. package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  422. package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  423. package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  424. package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  425. package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  426. package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  427. package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  428. package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  429. package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  430. package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  431. package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  432. package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  433. package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  434. package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  435. package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  436. package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  437. package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  438. package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  439. package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  440. package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  441. package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  442. package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  443. package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  444. package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
  445. package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  446. package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  447. package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  448. package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  449. package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  450. package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  451. package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
  452. package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  453. package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  454. package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  455. package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  456. package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  457. package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  458. package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  459. package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  460. package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  461. package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  462. package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  463. package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  464. package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  465. package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  466. package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  467. package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  468. package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
  469. package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  470. package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  471. package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  472. package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  473. package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
  474. package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
  475. package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
  476. package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  477. package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  478. package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  479. package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  480. package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  481. package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  482. package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
  483. package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  484. package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  485. package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  486. package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  487. package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  488. package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  489. package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  490. package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  491. package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  492. package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
  493. package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  494. package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  495. package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  496. package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  497. package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  498. package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  499. package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  500. package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  501. package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  502. package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  503. package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  504. package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  505. package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  506. package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  507. package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  508. package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  509. package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  510. package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
  511. package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  512. package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  513. package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  514. package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  515. package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  516. package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  517. package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  518. package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  519. package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  520. package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  521. package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
  522. package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  523. package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  524. package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  525. package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
  526. package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  527. package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  528. package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  529. package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
  530. package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
  531. package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  532. package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  533. package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  534. package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  535. package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
  536. package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  537. package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  538. package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
  539. package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  540. package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  541. package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  542. package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  543. package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  544. package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  545. package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  546. package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  547. package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  548. package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  549. package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  550. package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  551. package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  552. package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  553. package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  554. package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  555. package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  556. package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  557. package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  558. package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  559. package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  560. package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  561. package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  562. package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  563. package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  564. package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  565. package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  566. package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  567. package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  568. package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  569. package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  570. package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  571. package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
  572. package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  573. package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  574. package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  575. package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  576. package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  577. package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  578. package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  579. package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  580. package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  581. package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
  582. package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  583. package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  584. package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  585. package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  586. package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  587. package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  588. package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  589. package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  590. package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  591. package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
  592. package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  593. package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  594. package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  595. package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  596. package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  597. package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  598. package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  599. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  600. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  601. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  602. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  603. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  604. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  605. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  606. package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  607. package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  608. package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  609. package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  610. package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
  611. package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  612. package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
  613. package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
  614. package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  615. package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  616. package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  617. package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  618. package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  619. package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  620. package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  621. package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  622. package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  623. package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  624. package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  625. package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  626. package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  627. package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  628. package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  629. package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  630. package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  631. package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  632. package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  633. package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  634. package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  635. package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  636. package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  637. package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  638. package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  639. package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
  640. package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  641. package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
  642. package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  643. package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  644. package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  645. package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  646. package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  647. package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  648. package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  649. package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  650. package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  651. package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  652. package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  653. package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  654. package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
  655. package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
  656. package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  657. package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  658. package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  659. package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  660. package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
  661. package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  662. package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  663. package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
  664. package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  665. package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
  666. package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  667. package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  668. package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  669. package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  670. package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  671. package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  672. package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  673. package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  674. package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  675. package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  676. package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  677. package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
  678. package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  679. package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  680. package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  681. package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  682. package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  683. package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  684. package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  685. package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  686. package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  687. package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  688. package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  689. package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  690. package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  691. package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  692. package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  693. package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  694. package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  695. package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  696. package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  697. package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  698. package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  699. package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  700. package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  701. package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
  702. package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  703. package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  704. package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  705. package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  706. package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  707. package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  708. package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
  709. package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
  710. package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  711. package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  712. package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  713. package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  714. package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  715. package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  716. package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  717. package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  718. package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  719. package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  720. package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  721. package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  722. package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
  723. package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  724. package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  725. package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  726. package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
  727. package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  728. package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  729. package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  730. package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  731. package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  732. package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  733. package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  734. package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  735. package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  736. package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  737. package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  738. package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  739. package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
  740. package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  741. package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  742. package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  743. package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  744. package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  745. package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  746. package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  747. package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  748. package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  749. package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
  750. package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  751. package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  752. package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  753. package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  754. package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  755. package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  756. package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  757. package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
  758. package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  759. package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  760. package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  761. package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  762. package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  763. package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  764. package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  765. package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  766. package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  767. package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  768. package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  769. package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  770. package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  771. package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  772. package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  773. package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  774. package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  775. package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  776. package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  777. package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  778. package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  779. package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
  780. package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  781. package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  782. package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  783. package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  784. package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  785. package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  786. package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  787. package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  788. package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  789. package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  790. package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  791. package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  792. package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  793. package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
  794. package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  795. package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
  796. package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  797. package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  798. package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  799. package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  800. package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  801. package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  802. package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  803. package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  804. package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
  805. package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  806. package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  807. package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  808. package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  809. package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  810. package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  811. package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  812. package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  813. package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  814. package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  815. package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  816. package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  817. package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  818. package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  819. package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  820. package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  821. package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  822. package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  823. package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  824. package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  825. package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  826. package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  827. package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  828. package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  829. package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  830. package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  831. package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  832. package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  833. package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  834. package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  835. package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  836. package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  837. package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  838. package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  839. package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  840. package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  841. package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  842. package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  843. package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  844. package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  845. package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  846. package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  847. package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  848. package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  849. package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  850. package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  851. package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  852. package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  853. package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  854. package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  855. package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  856. package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  857. package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  858. package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  859. package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  860. package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  861. package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  862. package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  863. package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  864. package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  865. package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  866. package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  867. package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  868. package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  869. package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  870. package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  871. package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  872. package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  873. package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  874. package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  875. package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  876. package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  877. package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  878. package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  879. package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  880. package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  881. package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  882. package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  883. package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  884. package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  885. package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  886. package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  887. package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  888. package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  889. package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  890. package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  891. package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  892. package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  893. package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  894. package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  895. package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  896. package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  897. package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  898. package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  899. package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  900. package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  901. package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  902. package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  903. package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  904. package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  905. package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  906. package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  907. package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  908. package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  909. package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  910. package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  911. package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  912. package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  913. package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  914. package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  915. package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  916. package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  917. package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  918. package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  919. package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  920. package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  921. package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  922. package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  923. package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  924. package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  925. package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  926. package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  927. package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  928. package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  929. package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  930. package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  931. package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  932. package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  933. package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  934. package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  935. package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  936. package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  937. package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  938. package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  939. package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  940. package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  941. package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  942. package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  943. package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  944. package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  945. package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  946. package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  947. package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  948. package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  949. package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  950. package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  951. package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  952. package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  953. package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  954. package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  955. package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  956. package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  957. package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  958. package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  959. package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  960. package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  961. package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  962. package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  963. package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  964. package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  965. package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  966. package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  967. package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  968. package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  969. package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  970. package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  971. package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  972. package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  973. package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  974. package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  975. package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  976. package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  977. package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  978. package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  979. package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  980. package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  981. package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  982. package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  983. package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  984. package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  985. package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  986. package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  987. package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  988. package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  989. package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  990. package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  991. package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  992. package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  993. package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  994. package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  995. package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  996. package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  997. package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  998. package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  999. package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  1000. package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  1001. package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  1002. package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  1003. package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  1004. package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  1005. package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  1006. package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  1007. package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  1008. package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  1009. package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  1010. package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  1011. package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  1012. package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  1013. package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  1014. package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  1015. package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  1016. package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  1017. package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  1018. package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  1019. package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  1020. package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  1021. package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  1022. package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  1023. package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  1024. package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  1025. package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  1026. package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  1027. package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  1028. package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  1029. package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  1030. package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
  1031. package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  1032. package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  1033. package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  1034. package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  1035. package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  1036. package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  1037. package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  1038. package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  1039. package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  1040. package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  1041. package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  1042. package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1043. package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1044. package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1045. package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1046. package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1047. package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1048. package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1049. package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1050. package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1051. package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1052. package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1053. package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1054. package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1055. package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
  1056. package/web/node_modules/caniuse-lite/package.json +1 -1
  1057. package/web/package-lock.json +45 -45
  1058. package/web/server.js +1 -1
  1059. package/web/.next/server/chunks/7974.js +0 -1
  1060. package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
  1061. package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
  1062. package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
  1063. package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
  1064. package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
  1065. package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
  1066. package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
  1067. package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
  1068. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
  1069. package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
  1070. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1071. package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
  1072. package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
  1073. package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
  1074. package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
  1075. package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
  1076. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
  1077. package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
  1078. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
  1079. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
  1080. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
  1081. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
  1082. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
  1083. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
  1084. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
  1085. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
  1086. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
  1087. package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
  1088. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
  1089. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
  1090. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
  1091. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1092. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
  1093. package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
  1094. package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
  1095. package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
  1096. package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
  1097. package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
  1098. package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
  1099. package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
  1100. package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
  1101. package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
  1102. package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
  1103. package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
  1104. package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
  1105. /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 1,
3
3
  "functions": {
4
- "/api/runtime/resources": {},
5
4
  "/api/runtime/info": {},
5
+ "/api/runtime/resources": {},
6
6
  "/api/runtime/versions": {},
7
- "/api/runtime/voice": {},
8
7
  "/api/runtime/versions/switch": {},
9
- "/api/runtime/voice/transcribe": {}
8
+ "/api/runtime/voice/transcribe": {},
9
+ "/api/runtime/voice": {}
10
10
  }
11
11
  }
@@ -1 +1 @@
1
- globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-697ae564bf079ffb.js","static/chunks/bcfdee75-af9718651c1dda12.js","static/chunks/1835-dac80bc996bb0537.js","static/chunks/main-app-1cea33e0d8c88bba.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-697ae564bf079ffb.js","static/chunks/framework-9496be3551c95f8c.js","static/chunks/main-f56a11d65b87288e.js","static/chunks/pages/_app-d3229e2c0000207c.js"],"/_error":["static/chunks/webpack-697ae564bf079ffb.js","static/chunks/framework-9496be3551c95f8c.js","static/chunks/main-f56a11d65b87288e.js","static/chunks/pages/_error-e84a7743304b1fa0.js"]},ampFirstPages:[]},globalThis.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
1
+ globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],ampDevFiles:[],lowPriorityFiles:[],rootMainFiles:["static/chunks/webpack-697ae564bf079ffb.js","static/chunks/bcfdee75-af9718651c1dda12.js","static/chunks/1835-dac80bc996bb0537.js","static/chunks/main-app-96c0fcaf99db6703.js"],rootMainFilesTree:{},pages:{"/_app":["static/chunks/webpack-697ae564bf079ffb.js","static/chunks/framework-9496be3551c95f8c.js","static/chunks/main-f56a11d65b87288e.js","static/chunks/pages/_app-d3229e2c0000207c.js"],"/_error":["static/chunks/webpack-697ae564bf079ffb.js","static/chunks/framework-9496be3551c95f8c.js","static/chunks/main-f56a11d65b87288e.js","static/chunks/pages/_error-e84a7743304b1fa0.js"]},ampFirstPages:[]},globalThis.__BUILD_MANIFEST.lowPriorityFiles=["/static/"+process.env.__NEXT_BUILD_ID+"/_buildManifest.js",,"/static/"+process.env.__NEXT_BUILD_ID+"/_ssgManifest.js"];
@@ -1 +1 @@
1
- self.__NEXT_FONT_MANIFEST='{"pages":{},"app":{"/home/alek/.spur/worktrees/sp/spur-38e5/packages/web/src/app/layout":["static/media/bb3ef058b751a6ad-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}';
1
+ self.__NEXT_FONT_MANIFEST='{"pages":{},"app":{"/home/github-runner/actions-runner/_work/spur/spur/packages/web/src/app/layout":["static/media/bb3ef058b751a6ad-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}';
@@ -1 +1 @@
1
- {"pages":{},"app":{"/home/alek/.spur/worktrees/sp/spur-38e5/packages/web/src/app/layout":["static/media/bb3ef058b751a6ad-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
1
+ {"pages":{},"app":{"/home/github-runner/actions-runner/_work/spur/spur/packages/web/src/app/layout":["static/media/bb3ef058b751a6ad-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--1N29vAB1vCj1iGIUfy4to--><html lang="en" class="dark __variable_b20d9a"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/bb3ef058b751a6ad-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/a21fffd2e823d08d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-697ae564bf079ffb.js"/><script src="/_next/static/chunks/bcfdee75-af9718651c1dda12.js" async=""></script><script src="/_next/static/chunks/1835-dac80bc996bb0537.js" async=""></script><script src="/_next/static/chunks/main-app-1cea33e0d8c88bba.js" async=""></script><script src="/_next/static/chunks/6645-ecf80672c208abb2.js" async=""></script><script src="/_next/static/chunks/app/layout-77450a833d54e15c.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#0d0d0e"/><title>Spur</title><meta name="description" content="Spur dashboard UI"/><meta name="application-name" content="Spur"/><link rel="manifest" href="/manifest.webmanifest"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Spur"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192"/><link rel="icon" href="/icon-512"/><link rel="apple-touch-icon" href="/apple-icon"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-697ae564bf079ffb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[245,[\"6645\",\"static/chunks/6645-ecf80672c208abb2.js\",\"7177\",\"static/chunks/app/layout-77450a833d54e15c.js\"],\"default\"]\n3:I[1222,[],\"\"]\n4:I[2604,[],\"\"]\n5:I[9599,[],\"OutletBoundary\"]\n7:I[9022,[],\"AsyncMetadataOutlet\"]\n9:I[9599,[],\"ViewportBoundary\"]\nb:I[9599,[],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[2558,[],\"\"]\n:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/a21fffd2e823d08d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1N29vAB1vCj1iGIUfy4to\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a21fffd2e823d08d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"dark __variable_b20d9a\",\"children\":[\"$\",\"body\",null,{\"suppressHydrationWarning\":true,\"className\":\"antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0d0d0e\"}]]\n6:null\n"])</script><script>self.__next_f.push([1,"f:I[7854,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Spur\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Spur dashboard UI\"}],[\"$\",\"meta\",\"2\",{\"name\":\"application-name\",\"content\":\"Spur\"}],[\"$\",\"link\",\"3\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"4\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"5\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Spur\"}],[\"$\",\"meta\",\"6\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"7\",{\"rel\":\"icon\",\"href\":\"/icon-192\"}],[\"$\",\"link\",\"8\",{\"rel\":\"icon\",\"href\":\"/icon-512\"}],[\"$\",\"link\",\"9\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon\"}],[\"$\",\"$Lf\",\"10\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--j6j0a_rHfbTSVFFhtL_Dd--><html lang="en" class="dark __variable_b20d9a"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/bb3ef058b751a6ad-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/1c8043fd02fc0a5c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-697ae564bf079ffb.js"/><script src="/_next/static/chunks/bcfdee75-af9718651c1dda12.js" async=""></script><script src="/_next/static/chunks/1835-dac80bc996bb0537.js" async=""></script><script src="/_next/static/chunks/main-app-96c0fcaf99db6703.js" async=""></script><script src="/_next/static/chunks/6645-ecf80672c208abb2.js" async=""></script><script src="/_next/static/chunks/app/layout-f69f7a978709d508.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#0d0d0e"/><title>Spur</title><meta name="description" content="Spur dashboard UI"/><meta name="application-name" content="Spur"/><link rel="manifest" href="/manifest.webmanifest"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Spur"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><link rel="icon" href="/icon-192"/><link rel="icon" href="/icon-512"/><link rel="apple-touch-icon" href="/apple-icon"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-697ae564bf079ffb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[245,[\"6645\",\"static/chunks/6645-ecf80672c208abb2.js\",\"7177\",\"static/chunks/app/layout-f69f7a978709d508.js\"],\"default\"]\n3:I[1222,[],\"\"]\n4:I[2604,[],\"\"]\n5:I[9599,[],\"OutletBoundary\"]\n7:I[9022,[],\"AsyncMetadataOutlet\"]\n9:I[9599,[],\"ViewportBoundary\"]\nb:I[9599,[],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[2558,[],\"\"]\n:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/1c8043fd02fc0a5c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"j6j0a_rHfbTSVFFhtL-Dd\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1c8043fd02fc0a5c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"dark __variable_b20d9a\",\"children\":[\"$\",\"body\",null,{\"suppressHydrationWarning\":true,\"className\":\"antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0d0d0e\"}]]\n6:null\n"])</script><script>self.__next_f.push([1,"f:I[7854,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Spur\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Spur dashboard UI\"}],[\"$\",\"meta\",\"2\",{\"name\":\"application-name\",\"content\":\"Spur\"}],[\"$\",\"link\",\"3\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"4\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"5\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Spur\"}],[\"$\",\"meta\",\"6\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"link\",\"7\",{\"rel\":\"icon\",\"href\":\"/icon-192\"}],[\"$\",\"link\",\"8\",{\"rel\":\"icon\",\"href\":\"/icon-512\"}],[\"$\",\"link\",\"9\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon\"}],[\"$\",\"$Lf\",\"10\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-697ae564bf079ffb.js" defer=""></script><script src="/_next/static/chunks/framework-9496be3551c95f8c.js" defer=""></script><script src="/_next/static/chunks/main-f56a11d65b87288e.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d3229e2c0000207c.js" defer=""></script><script src="/_next/static/chunks/pages/_error-e84a7743304b1fa0.js" defer=""></script><script src="/_next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js" defer=""></script><script src="/_next/static/1N29vAB1vCj1iGIUfy4to/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"1N29vAB1vCj1iGIUfy4to","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-697ae564bf079ffb.js" defer=""></script><script src="/_next/static/chunks/framework-9496be3551c95f8c.js" defer=""></script><script src="/_next/static/chunks/main-f56a11d65b87288e.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d3229e2c0000207c.js" defer=""></script><script src="/_next/static/chunks/pages/_error-e84a7743304b1fa0.js" defer=""></script><script src="/_next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js" defer=""></script><script src="/_next/static/j6j0a_rHfbTSVFFhtL-Dd/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"j6j0a_rHfbTSVFFhtL-Dd","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
@@ -1 +1 @@
1
- {"node":{},"edge":{},"encryptionKey":"EuKa7HUh1Zm5jJ1SEldhZhQX31wVJ7kMTlpPND+9SJs="}
1
+ {"node":{},"edge":{},"encryptionKey":"E80eKsbFIUM2uDV3g+TZmLUTo1y3+9sJaK922Mjqt+c="}
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5124],{30:(e,t,r)=>{r.d(t,{U:()=>c});var n=r(8143),a=r(7693),o=r(6049),l=r(5135),i=r(1795),s=r(2130);function c(e){let{value:t,onChange:r,placeholder:c,attachments:u,onAddFiles:d,onRemoveAttachment:v,onKeyDown:p,voice:m,minHeightClass:f="min-h-24",ariaLabel:h,clearLabel:x,textareaRef:b}=e,g=!!(null==m?void 0:m.canUseVoice),y=null!=x?x:h?"Clear ".concat(h):"Clear text";return(0,n.jsxs)("div",{className:"relative",children:[(0,n.jsx)("textarea",{"aria-label":h,className:"w-full resize-y ".concat(f," ").concat(a.s," pb-14 ").concat(g?"pr-[6rem]":"pr-[3.25rem]"),onChange:e=>r(e.target.value),onKeyDown:p,onPaste:e=>{let t=(0,o.Bb)(e.clipboardData);t.length>0&&(e.preventDefault(),d(t))},onDrop:e=>{e.preventDefault(),d((0,o.Bb)(e.dataTransfer))},onDragOver:e=>e.preventDefault(),placeholder:c,ref:b,value:t}),!(t.length>0)||(null==m?void 0:m.recording)?null:(0,n.jsx)("button",{"aria-label":y,className:"".concat(s.aY," absolute right-2 top-2"),onClick:()=>{var e;r(""),null==b||null==(e=b.current)||e.focus()},title:y,type:"button",children:(0,n.jsx)(l.U,{})}),(0,n.jsxs)("div",{className:"pointer-events-none absolute inset-x-2 bottom-2 flex items-end justify-between gap-2",children:[(0,n.jsx)("div",{className:"pointer-events-auto flex min-w-0 max-w-[calc(100%-6rem)] gap-1.5 overflow-x-auto",children:(0,n.jsx)(s.WE,{attachments:u,onRemoveAttachment:v})}),(0,n.jsxs)("div",{className:"pointer-events-auto flex items-center gap-1.5",children:[(0,n.jsx)(s.N0,{onAddFiles:d}),m?(0,n.jsx)(i.lv,{className:s.aY,groupClassName:"absolute bottom-0 right-0 z-10 flex flex-col items-center gap-1.5",recordingActionGroupClassName:"absolute bottom-9 right-0 z-10 flex flex-col items-center gap-1.5",showRecordingCancel:!0,slotClassName:"relative inline-flex h-8 w-8 items-end justify-end",voice:m}):null]})]})]})}},418:(e,t,r)=>{r.d(t,{C:()=>y});var n=r(8855);let a="Failed to transcribe audio",o="Failed to insert transcription",l="Microphone access requires HTTPS. Connect via Tailscale HTTPS or localhost.",i=new Set([408,425,429,500,502,503,504]),s="retained-takes";class c extends Error{}function u(){return void 0!==window.indexedDB}function d(e){return new Promise((t,r)=>{e.oncomplete=()=>t(),e.onerror=()=>{var t;return r(null!=(t=e.error)?t:Error("IndexedDB transaction failed"))},e.onabort=()=>{var t;return r(null!=(t=e.error)?t:Error("IndexedDB transaction aborted"))}})}function v(){return u()?new Promise((e,t)=>{let r=window.indexedDB.open("spur-voice-input",1);r.onupgradeneeded=()=>{let e=r.result;e.objectStoreNames.contains(s)||e.createObjectStore(s,{keyPath:"contextKey"})},r.onsuccess=()=>e(r.result),r.onerror=()=>{var e;return t(null!=(e=r.error)?e:Error("Failed to open IndexedDB"))}}):Promise.reject(Error("IndexedDB is unavailable"))}async function p(e){let t=await v();try{var r,n,a;let o=t.transaction(s,"readonly"),l=o.objectStore(s),i=await (r=l.get(e),new Promise((e,t)=>{r.onsuccess=()=>e(r.result),r.onerror=()=>{var e;return t(null!=(e=r.error)?e:Error("IndexedDB request failed"))}}));if(await d(o),n=i,!("object"==typeof n&&null!==n&&"string"==typeof n.contextKey&&n.blob instanceof Blob&&("insert"===(a=n.mode)||"modal"===a||"send"===a)&&"number"==typeof n.updatedAt))return null;return{blob:i.blob,mode:i.mode}}finally{t.close()}}async function m(e,t){let r=await v();try{let n=r.transaction(s,"readwrite");n.objectStore(s).put({...t,contextKey:e,updatedAt:Date.now()}),await d(n)}finally{r.close()}}async function f(e){let t=await v();try{let r=t.transaction(s,"readwrite");r.objectStore(s).delete(e),await d(r)}finally{t.close()}}function h(e){return new Promise(t=>{window.setTimeout(t,e)})}async function x(e,t){let r=await e.text();if(!r)return t;try{let e=JSON.parse(r);if("string"==typeof e.error&&e.error.trim())return e.error}catch(e){}return r}function b(e){return"Failed to transcribe audio after ".concat(3," attempts: ").concat(e)}async function g(e){let t=a;for(let o=1;o<=3;o+=1){var r,n;let l=new AbortController,s=window.setTimeout(()=>l.abort(),45e3);try{let s=new FormData;s.append("audio",e,"voice-input.webm");let u=await fetch("/api/runtime/voice/transcribe",{method:"POST",body:s,signal:l.signal});if(!u.ok){let e=await x(u,a);if(!i.has(u.status))throw Error(e);if(t=e,3===o)throw Error(b(e));await h(400*o);continue}let d=null!=(n=null==(r=(await u.json()).text)?void 0:r.trim())?n:"";if(!d)throw new c("Transcription returned empty text");return d}catch(r){let e=r instanceof DOMException&&"AbortError"===r.name?"Voice transcription timed out. Try again.":r instanceof Error?r.message:a;if(!(r instanceof c||r instanceof DOMException&&"AbortError"===r.name||r instanceof TypeError))throw Error(e,r instanceof Error?{cause:r}:void 0);if(t=e,3===o)throw Error(b(e),r instanceof Error?{cause:r}:void 0);await h(400*o)}finally{window.clearTimeout(s)}}throw Error(b(t))}function y(e){let t=(0,n.useRef)(e.onTranscribed);t.current=e.onTranscribed;let r=(0,n.useRef)(e.contextKey);r.current=e.contextKey;let[i,s]=(0,n.useState)(null),[c,d]=(0,n.useState)(!1),[v,h]=(0,n.useState)(!1),[x,b]=(0,n.useState)(!1),[y,w]=(0,n.useState)(null),[j,k]=(0,n.useState)(!1),N=(0,n.useRef)(!1),C=(0,n.useRef)(!1);(0,n.useEffect)(()=>{N.current=j},[j]);let[S,E]=(0,n.useState)(""),[M,L]=(0,n.useState)(null),A=(0,n.useRef)(null),D=(0,n.useRef)(null),R=(0,n.useRef)([]),T=(0,n.useRef)(null),B=(0,n.useRef)(null),W=(0,n.useRef)(null),I=(0,n.useRef)(null),_=(0,n.useCallback)(()=>{var e;null==(e=B.current)||e.pause(),B.current=null,W.current&&(URL.revokeObjectURL(W.current),W.current=null),b(!1)},[]),O=(0,n.useCallback)(async()=>{if(T.current=null,h(!1),_(),u())try{await f(r.current)}catch(e){}},[_]),F=(0,n.useCallback)(async e=>{if(T.current=e,h(!0),_(),u())try{await m(r.current,e)}catch(e){}},[_]),P=(0,n.useCallback)(async(e,r,n)=>{if("send"===r){if(!n)throw Error(o);await n(e);return}if("insert"===r&&t.current)return void t.current(e);N.current?E(t=>{let r=t.trimEnd();return r?"".concat(r," ").concat(e):e}):(E(e),k(!0))},[]),U=(0,n.useCallback)(async(e,t,r)=>{L(null),w("transcribing");try{let n=await g(e);await P(n,t,r),await O()}catch(r){await F({blob:e,mode:t}),L(r instanceof Error?r.message:a)}finally{w(null)}},[P,O,F]);(0,n.useEffect)(()=>{let e=!1;return(async()=>{try{let t=await fetch("/api/runtime/voice",{cache:"no-store"});if(!t.ok)return;let r=await t.json();e||s(r)}catch(t){e||s({available:!1,language:"",reason:"unavailable"})}})(),()=>{var t,r;e=!0,(null==(t=D.current)?void 0:t.state)==="recording"&&D.current.stop(),null==(r=A.current)||r.getTracks().forEach(e=>e.stop()),D.current=null,A.current=null,R.current=[],I.current=null,_()}},[_]),(0,n.useEffect)(()=>{let t=!1;return _(),h(!1),T.current=null,u()&&(async()=>{try{let r=await p(e.contextKey);if(!r||t)return;T.current=r,h(!0)}catch(e){t||(T.current=null,h(!1))}})(),()=>{t=!0}},[e.contextKey,_]);let z=(0,n.useCallback)(()=>{var e;null==(e=A.current)||e.getTracks().forEach(e=>e.stop()),A.current=null,D.current=null,R.current=[],d(!1)},[]),q=(0,n.useCallback)(()=>{if(c){var e;null==(e=D.current)||e.stop();return}(null==i?void 0:i.available)&&!v&&(L(null),w("starting"),(async()=>{try{var e;if("undefined"==typeof MediaRecorder)throw Error("Voice recording is not supported in this browser");if(!(null==(e=navigator.mediaDevices)?void 0:e.getUserMedia))throw Error(l);let r=await navigator.mediaDevices.getUserMedia({audio:!0}),n=new MediaRecorder(r);A.current=r,D.current=n,R.current=[],n.addEventListener("dataavailable",e=>{e.data.size>0&&R.current.push(e.data)}),n.addEventListener("error",e=>{var t;let r="error"in(null!=e?e:{})&&(null==(t=e.error)?void 0:t.message)||"Voice recording failed before transcription";C.current=!1,I.current=null,z(),w(null),L(r)}),n.addEventListener("stop",()=>{let e=[...R.current],r=C.current,a=I.current,o=a?"send":t.current?"insert":"modal";if(C.current=!1,z(),r){I.current=null;return}if(0===e.length){I.current=null,L("Voice recording captured no audio. Check your microphone input and try again.");return}I.current=null,U(new Blob(e,{type:n.mimeType||"audio/webm"}),o,null!=a?a:void 0)}),n.start(),d(!0)}catch(e){I.current=null,z(),L(function(e){if(!(e instanceof Error))return"Failed to start recording";let t=e.message.trim();if(!window.isSecureContext)return l;let r=e.name.toLowerCase(),n=t.toLowerCase();return"notallowederror"===r||"securityerror"===r||n.includes("request is not allowed by the user agent")||n.includes("permission denied")||n.includes("user denied permission")||n.includes("permission dismissed")?"Microphone access is blocked. Allow microphone permission in your browser and try again.":"notfounderror"===r||"devicesnotfounderror"===r||n.includes("requested device not found")||n.includes("no microphone")?"No microphone was found. Connect a microphone and try again.":t||"Failed to start recording"}(e))}finally{w(e=>"starting"===e?null:e)}})())},[v,c,z,U,i]),V=(0,n.useCallback)(()=>{let e=T.current;if(!e)return;if(x)return void _();_();let t=URL.createObjectURL(e.blob);W.current=t;let r=new Audio(t);B.current=r;let n=()=>{_()};r.addEventListener("ended",n,{once:!0}),r.addEventListener("error",n,{once:!0}),b(!0),r.play().catch(()=>{n()})},[x,_]),H=(0,n.useCallback)(async e=>{let t=T.current;!t||c||y||await U(t.blob,t.mode,e)},[c,U,y]),J=(0,n.useCallback)(async(e,t)=>{let r=S.trim();if(r||(null==t?void 0:t.allowEmpty))try{let t=await e(r);if(!1===t)throw Error(o);L(null),k(!1),E("")}catch(e){L(e instanceof Error?e.message:o)}},[S]),K=(0,n.useCallback)(()=>{var e;(null==(e=D.current)?void 0:e.state)==="recording"&&(C.current=!0,D.current.stop()),I.current=null,z(),w(null)},[z]),Z=(0,n.useCallback)(()=>{K(),k(!1),E("")},[K]),Q=(0,n.useCallback)(e=>{let t=D.current;t&&"recording"===t.state&&(I.current=e,t.stop())},[]);return{canUseVoice:!!(null==i?void 0:i.available),recording:c,hasRetainedTake:v,retainedTakePlaying:x,voiceBusy:y,voiceModalOpen:j,voiceDraft:S,setVoiceDraft:E,openDraft:(0,n.useCallback)(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";L(null),E(e),k(!0)},[]),toggleRecording:q,playRetainedTake:V,discardRetainedTake:O,retryRetainedTake:H,stopAndSend:Q,cancelRecording:K,confirmDraft:J,dismissModal:Z,voiceError:M,clearVoiceError:(0,n.useCallback)(()=>L(null),[])}}},642:(e,t,r)=>{r.d(t,{D:()=>n,F:()=>o});let n=["claude","codex","cursor"],a={claude:"claude",codex:"codex",cursor:"cursor"};function o(e){return a[e]}},1795:(e,t,r)=>{r.d(t,{AF:()=>S,Jr:()=>p,cQ:()=>N,lv:()=>k,uT:()=>C});var n=r(8143),a=r(8855),o=r(5135),l=r(9085),i=r(2130),s=r(7693),c=r(6049),u=r(5342);let d=()=>(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,n.jsx)("path",{d:"M12 4a3 3 0 0 1 3 3v4a3 3 0 0 1-6 0V7a3 3 0 0 1 3-3Z"}),(0,n.jsx)("path",{d:"M19 11a7 7 0 0 1-14 0"}),(0,n.jsx)("path",{d:"M12 18v3"}),(0,n.jsx)("path",{d:"M8 21h8"})]}),v=()=>(0,n.jsx)("svg",{"aria-hidden":"true",className:"voice-spinner h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"2",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{d:"M12 2a10 10 0 0 1 10 10",strokeLinecap:"round"})}),p=e=>{let{className:t="h-4 w-4"}=e;return(0,n.jsx)("svg",{"aria-hidden":"true",className:t,fill:"currentColor",viewBox:"0 0 16 16",children:(0,n.jsx)("path",{d:"M4 4h8v8H4z"})})},m=()=>(0,n.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"currentColor",viewBox:"0 0 16 16",children:(0,n.jsx)("path",{d:"M4 3.5v9l8-4.5-8-4.5Z"})}),f=()=>(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,n.jsx)("path",{d:"M20 11a8 8 0 1 0-2.34 5.66"}),(0,n.jsx)("path",{d:"M20 4v7h-7"})]}),h=()=>(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,n.jsx)("path",{d:"M4 7h16"}),(0,n.jsx)("path",{d:"M10 11v6"}),(0,n.jsx)("path",{d:"M14 11v6"}),(0,n.jsx)("path",{d:"M6 7l1 12h10l1-12"}),(0,n.jsx)("path",{d:"M9 7V4h6v3"})]});function x(e){let{voice:t}=e;return"transcribing"===t.voiceBusy?(0,n.jsx)(v,{}):t.recording?(0,n.jsx)(p,{}):(0,n.jsx)(d,{})}let b="border-[var(--color-status-error)] bg-[var(--color-status-error)]/12 text-[var(--color-status-error)]",g="border-0 bg-[var(--color-status-error)]/12 text-[var(--color-status-error)]",y="border-[var(--color-border-default)] bg-[var(--color-bg-elevated)] hover:bg-[var(--color-hover-overlay)] text-[var(--color-text-primary)]";function w(e){let{voice:t,className:r,borderless:a=!1}=e;if(!t.canUseVoice)return null;let o=t.recording||"transcribing"===t.voiceBusy,l=null!=r?r:a?"inline-flex h-7 w-7 items-center justify-center ".concat("border-0 bg-transparent hover:bg-[var(--color-hover-overlay)] text-[var(--color-text-primary)]"):"absolute right-2 top-2 inline-flex h-8 w-8 items-center justify-center border ".concat(o?"":y),i=t.recording?"Stop voice recording":"Start voice recording";return(0,n.jsx)("button",{"aria-label":i,"aria-keyshortcuts":"Meta+.",className:"".concat(l," transition ").concat(o?a?g:b:""," disabled:cursor-not-allowed disabled:opacity-50"),disabled:"starting"===t.voiceBusy||"transcribing"===t.voiceBusy,onClick:t.toggleRecording,title:"".concat(i," (").concat(u.mn,")"),type:"button",children:(0,n.jsx)(x,{voice:t})})}function j(e){let{ariaLabel:t,children:r,className:a,disabled:o=!1,onClick:l}=e;return(0,n.jsx)("button",{"aria-label":t,className:"".concat(a," disabled:cursor-not-allowed disabled:opacity-50"),disabled:o,onClick:l,type:"button",children:r})}function k(e){let{voice:t,className:r,groupClassName:a,recordingActionGroupClassName:l,showRecordingCancel:i=!1,slotClassName:s,onRetrySend:c,borderless:u=!1}=e,d=u?g:b,p=r?"".concat(r," ").concat(d):u?"inline-flex h-7 w-7 items-center justify-center ".concat(d):"inline-flex h-8 w-8 items-center justify-center border border-[var(--color-status-error)] bg-[var(--color-status-error)]/12 text-[var(--color-status-error)] transition hover:bg-[var(--color-status-error)]/18";if(t.recording&&i){let e=(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("div",{className:null!=l?l:"absolute bottom-9 right-0 z-20 flex flex-col items-center gap-1",children:(0,n.jsx)(w,{className:r,borderless:u,voice:t})}),(0,n.jsx)(j,{ariaLabel:"Cancel voice recording",className:p,onClick:t.cancelRecording,children:(0,n.jsx)(o.U,{})})]});return s?(0,n.jsx)("div",{className:s,children:e}):(0,n.jsx)("div",{className:"relative inline-flex",children:e})}if(!t.hasRetainedTake){let e=(0,n.jsx)(w,{borderless:u,className:r,voice:t});return s?(0,n.jsx)("div",{className:s,children:e}):e}let x=t.recording||!!t.voiceBusy,y=(0,n.jsxs)("div",{className:null!=a?a:"flex flex-col items-center gap-1",children:[(0,n.jsx)(j,{ariaLabel:t.retainedTakePlaying?"Stop failed voice playback":"Play failed voice recording",className:p,disabled:x,onClick:t.playRetainedTake,children:(0,n.jsx)(m,{})}),(0,n.jsx)(j,{ariaLabel:"Retry failed voice recording",className:p,disabled:x,onClick:()=>void t.retryRetainedTake(c),children:"transcribing"===t.voiceBusy?(0,n.jsx)(v,{}):(0,n.jsx)(f,{})}),(0,n.jsx)(j,{ariaLabel:"Discard failed voice recording",className:p,disabled:x,onClick:()=>void t.discardRetainedTake(),children:(0,n.jsx)(h,{})})]});return s?(0,n.jsx)("div",{className:s,children:y}):y}function N(e){let{voice:t}=e;return"starting"===t.voiceBusy?(0,n.jsx)(n.Fragment,{children:"Starting microphone..."}):"transcribing"===t.voiceBusy?(0,n.jsx)(n.Fragment,{children:"Transcribing audio..."}):t.recording?(0,n.jsxs)(n.Fragment,{children:["Recording... ",u.mn," to stop"]}):null}function C(e,t){return!t.canUseVoice||t.recording||t.voiceBusy?e:"".concat(e," Voice ").concat(u.mn)}function S(e){let{voice:t,onInsert:r,onQueue:d,historyEntries:v=[],attachments:p=[],onAddFiles:m,onRemoveAttachment:f,onDismiss:h}=e,x=(0,a.useRef)(null),b=p.length>0,g=()=>{null==h||h(),t.dismissModal()},w=()=>{if(b)return void t.confirmDraft(r,{allowEmpty:!0});t.confirmDraft(r)};return((0,a.useEffect)(()=>{if(t.voiceModalOpen){var e;null==(e=x.current)||e.focus()}},[t.voiceModalOpen]),t.voiceModalOpen)?(0,n.jsx)("div",{"aria-label":"Confirm voice input","aria-modal":"true",className:"fixed inset-0 z-50 flex items-center justify-center bg-[var(--color-modal-backdrop)] p-4",onKeyDown:e=>{if("Escape"===e.key){e.preventDefault(),g();return}if((0,u.tF)(e)){e.preventDefault(),t.toggleRecording();return}(0,u.rU)(e)&&(e.preventDefault(),w())},role:"dialog",children:(0,n.jsxs)("div",{className:"w-full max-w-2xl border border-[var(--color-border-default)] bg-[var(--color-bg-base)]",children:[(0,n.jsxs)("div",{className:"flex items-center justify-between border-b border-[var(--color-border-default)] px-4 py-2",children:[(0,n.jsx)("span",{className:"font-bold uppercase text-[var(--color-text-primary)]",children:"Confirm voice input"}),(0,n.jsx)("button",{"aria-label":"Close voice draft",className:"text-[var(--color-text-tertiary)] hover:text-[var(--color-text-primary)]",onClick:g,title:"Close voice draft",type:"button",children:"✕"})]}),(0,n.jsxs)("div",{className:"space-y-3 px-4 py-4",children:[(0,n.jsx)("p",{className:"text-[var(--color-text-secondary)]",children:"Review the draft before inserting it."}),(0,n.jsxs)("div",{className:"relative",children:[(0,n.jsx)("textarea",{className:"min-h-40 w-full resize-y ".concat(s.s," pb-14 ").concat(m?"pr-[6rem]":"pr-[3.25rem]"),onChange:e=>t.setVoiceDraft(e.target.value),onDragOver:e=>{m&&e.preventDefault()},onDrop:e=>{m&&(e.preventDefault(),m((0,c.A4)(e.dataTransfer)))},onPaste:e=>{if(!m)return;let t=(0,c.A4)(e.clipboardData);0!==t.length&&(e.preventDefault(),m(t))},placeholder:C("Review the transcription before inserting...",t),ref:x,value:t.voiceDraft}),t.voiceDraft.length>0?(0,n.jsx)("button",{"aria-label":"Clear voice draft",className:"".concat(i.aY," absolute right-2 top-2"),onClick:()=>{var e;t.setVoiceDraft(""),null==(e=x.current)||e.focus()},title:"Clear voice draft",type:"button",children:(0,n.jsx)(o.U,{})}):null,(0,n.jsxs)("div",{className:"pointer-events-none absolute inset-x-2 bottom-2 flex items-end justify-between gap-2",children:[(0,n.jsx)("div",{className:"pointer-events-auto flex min-w-0 max-w-[calc(100%-6rem)] gap-1.5 overflow-x-auto",children:(0,n.jsx)(i.WE,{attachments:p,onRemoveAttachment:null!=f?f:()=>{}})}),(0,n.jsxs)("div",{className:"pointer-events-auto flex items-center gap-1.5",children:[m?(0,n.jsx)(i.N0,{onAddFiles:m}):null,(0,n.jsx)(k,{className:"".concat(m?i.aY:"inline-flex h-8 w-8 items-center justify-center border"," ").concat(t.recording||"transcribing"===t.voiceBusy?"":y),groupClassName:"absolute bottom-0 right-0 z-10 flex flex-col items-center gap-1.5",onRetrySend:r,recordingActionGroupClassName:"absolute bottom-9 right-0 z-10 flex flex-col items-center gap-1.5",showRecordingCancel:!0,slotClassName:"relative inline-flex h-8 w-8 items-end justify-end",voice:t})]})]})]}),(t.recording||t.voiceBusy)&&(0,n.jsx)("p",{className:"text-xs text-[var(--color-text-tertiary)]",children:(0,n.jsx)(N,{voice:t})}),t.voiceError?(0,n.jsx)("div",{className:"border border-[var(--color-chip-error-border)] bg-[var(--color-chip-error-bg)] px-2.5 py-1.5 text-[var(--color-chip-error-text)]",children:t.voiceError}):null,(0,n.jsxs)("div",{className:"flex items-center justify-end gap-2",children:[(0,n.jsx)(l.$,{entries:v,onSelect:t.setVoiceDraft}),(0,n.jsx)("button",{className:"border border-[var(--color-border-strong)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",onClick:g,type:"button",children:"Cancel"}),d?(0,n.jsx)("button",{"aria-label":"Add to queue",className:"inline-flex items-center border border-[var(--color-border-strong)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)] disabled:opacity-50",disabled:!t.voiceDraft.trim()&&!b||t.recording||!!t.voiceBusy,onClick:()=>{if(d){if(b)return void t.confirmDraft(d,{allowEmpty:!0});t.confirmDraft(d)}},type:"button",children:"Queue"}):null,(0,n.jsxs)("button",{className:"inline-flex items-center gap-2 bg-[var(--color-accent)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-inverse)] transition hover:bg-[var(--color-accent-hover)] disabled:opacity-50",disabled:!t.voiceDraft.trim()&&!b||t.recording||!!t.voiceBusy,onClick:w,type:"button",children:[(0,n.jsx)("span",{children:"Insert"}),(0,n.jsx)("span",{"aria-hidden":"true",className:"whitespace-nowrap font-mono text-[10px] font-medium normal-case tracking-normal text-[var(--color-text-inverse)]/72",children:u.C9})]})]})]})]})}):null}},2130:(e,t,r)=>{r.d(t,{N0:()=>u,WE:()=>c,aY:()=>s});var n=r(8143),a=r(8855),o=r(5135);function l(){return(0,n.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{d:"M3 7a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"})})}function i(){return(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,n.jsx)("path",{d:"M14 3H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),(0,n.jsx)("path",{d:"M14 3v6h6"})]})}let s="inline-flex h-8 w-8 items-center justify-center border border-[var(--color-border-default)] bg-[var(--color-bg-elevated)] text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]";function c(e){let{attachments:t,onRemoveAttachment:r}=e;return(0,n.jsx)(n.Fragment,{children:t.map((e,t)=>{var a;return e.file.type.startsWith("image/")?(0,n.jsxs)("div",{className:"relative h-12 w-12 shrink-0 border border-[var(--color-border-default)] bg-[var(--color-bg-base)]",title:e.file.name,children:[(0,n.jsx)("img",{alt:e.file.name,className:"h-full w-full object-cover",src:e.preview}),(0,n.jsx)("button",{"aria-label":"Remove ".concat(e.file.name),className:"absolute right-0 top-0 inline-flex h-8 w-8 items-center justify-center border-b border-l border-[var(--color-border-default)] bg-[var(--color-bg-base)] text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",onClick:()=>r(t),type:"button",children:(0,n.jsx)(o.U,{})})]},"".concat(e.file.name,"-").concat(t)):(0,n.jsxs)("div",{className:"relative inline-flex h-12 max-w-[12rem] shrink-0 items-center gap-2 border border-[var(--color-border-default)] bg-[var(--color-bg-elevated)] px-2 pr-8 text-[var(--color-text-primary)]",title:e.file.name,children:[(0,n.jsx)("span",{className:"shrink-0",children:(0,n.jsx)(i,{})}),(0,n.jsxs)("div",{className:"flex min-w-0 flex-col",children:[(0,n.jsx)("span",{className:"truncate leading-tight",children:e.file.name}),(0,n.jsx)("span",{className:"text-[10px] leading-tight text-[var(--color-text-secondary)]",children:(a=e.file.size)>=1048576?"".concat((a/1048576).toFixed(1)," MB"):a>=1024?"".concat(Math.round(a/1024)," KB"):"".concat(a," B")})]}),(0,n.jsx)("button",{"aria-label":"Remove ".concat(e.file.name),className:"absolute right-1 top-1 inline-flex h-5 w-5 items-center justify-center border border-[var(--color-border-default)] bg-[var(--color-bg-base)] text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",onClick:()=>r(t),type:"button",children:(0,n.jsx)(o.U,{})})]},"".concat(e.file.name,"-").concat(t))})})}function u(e){let{className:t=s,onAddFiles:r}=e,o=(0,a.useRef)(null);return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("input",{className:"hidden",multiple:!0,onChange:e=>{r(e.target.files),e.target.value=""},ref:o,type:"file"}),(0,n.jsx)("button",{"aria-label":"Attach file",className:t,onClick:()=>{var e;return null==(e=o.current)?void 0:e.click()},type:"button",children:(0,n.jsx)(l,{})})]})}},2480:(e,t,r)=>{r.d(t,{o:()=>d});var n=r(8143),a=r(8855),o=r(8935),l=r(7693),i=r(7651),s=r(4657),c=r(8337);function u(e,t){return"".concat(e,":").concat(t)}function d(e){var t,r;let{agent:d,value:v,onChange:p,ariaLabel:m="Model"}=e,[f,h]=(0,a.useState)(!1),[x,b]=(0,a.useState)([]),[g,y]=(0,a.useState)(!1),[w,j]=(0,a.useState)(null),[k,N]=(0,a.useState)(""),C=(0,s.r)("spur:model-favorites"),S=(0,a.useRef)(p);S.current=p,(0,a.useEffect)(()=>{let e=!1;return y(!0),j(null),fetch("/api/models?agent=".concat(encodeURIComponent(d))).then(async t=>{let r=await t.json();if(!e){if(!t.ok||!("models"in r)){j("error"in r&&r.error?r.error:"Failed to load models"),b([]);return}b(r.models)}}).catch(t=>{e||(j(t instanceof Error?t.message:"Failed to load models"),b([]))}).finally(()=>{e||y(!1)}),()=>{e=!0}},[d]),(0,a.useEffect)(()=>{null===v||g||!(x.length>0)||x.some(e=>e.id===v)||S.current(null)},[x,g,v]);let E=e=>C.has(u(d,e.id)),M=(0,a.useMemo)(()=>{let e=k.trim().toLowerCase(),t=e?x.filter(t=>t.id.toLowerCase().includes(e)||t.label.toLowerCase().includes(e)):x;return[...t.filter(E),...t.filter(e=>!E(e))]},[x,k,C.keys,d]),{containerRef:L,buttonRef:A,menuRef:D,menuStyle:R}=(0,i.B)({open:f,onClose:()=>h(!1),contentDeps:[g,w,M]}),T=null===v?"Default":null!=(r=null==(t=x.find(e=>e.id===v))?void 0:t.label)?r:v;return(0,n.jsxs)("div",{className:"relative",ref:L,children:[(0,n.jsxs)("button",{"aria-label":m,"aria-expanded":f,"aria-haspopup":"menu",ref:A,className:(0,c.cn)(l.s,"flex w-full items-center justify-between gap-2 text-left"),onClick:()=>h(e=>!e),type:"button",children:[(0,n.jsx)("span",{className:"truncate",children:T}),(0,n.jsx)("span",{"aria-hidden":"true",className:"text-[var(--color-text-tertiary)]",children:"▾"})]}),f?(0,n.jsxs)("div",{"aria-label":"Model options",className:"fixed z-20 flex max-h-80 w-max min-w-[min(20rem,calc(100vw-1rem))] max-w-[calc(100vw-1rem)] flex-col overflow-hidden border border-[var(--color-border-strong)] bg-[var(--color-bg-base)] p-1 shadow-[0_8px_30px_var(--color-shadow-menu)]",ref:D,role:"menu",style:R,children:[(0,n.jsx)("input",{"aria-label":"Search models",autoFocus:!0,className:(0,c.cn)(l.s,"m-1"),onChange:e=>N(e.target.value),placeholder:"Search models",type:"text",value:k}),(0,n.jsxs)("div",{className:"flex flex-col overflow-y-auto overflow-x-hidden",children:[(0,n.jsx)("button",{className:(0,c.cn)("flex w-full items-center border-b border-[var(--color-border-subtle)] px-2 py-2 text-left transition hover:bg-[var(--color-hover-overlay)]",null===v?"text-[var(--color-accent)]":"text-[var(--color-text-primary)]"),onClick:()=>{p(null),h(!1)},role:"menuitem",type:"button",children:(0,n.jsx)("span",{className:"font-bold",children:"Default"})}),g?(0,n.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-text-tertiary)]",children:"Loading…"}):w?(0,n.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-status-error)]",children:w}):0===M.length?(0,n.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-text-tertiary)]",children:"No models"}):M.map(e=>{let t=E(e);return(0,n.jsxs)("div",{className:"grid w-full grid-cols-[auto_minmax(0,1fr)] gap-x-2 border-b border-[var(--color-border-subtle)] last:border-b-0 hover:bg-[var(--color-hover-overlay)]",children:[(0,n.jsx)("button",{"aria-label":"".concat(t?"Remove favorite":"Add favorite"," ").concat(e.label),"aria-pressed":t,className:(0,c.cn)("self-start px-2 py-2 transition",t?"text-[var(--color-status-attention)]":"text-[var(--color-text-tertiary)] hover:text-[var(--color-text-primary)]"),onClick:t=>{t.stopPropagation(),C.toggle(u(d,e.id))},title:"".concat(t?"Remove favorite":"Add favorite"," ").concat(e.label),type:"button",children:(0,n.jsx)(o.k,{active:t})}),(0,n.jsxs)("button",{className:(0,c.cn)("min-w-0 py-2 text-left transition",v===e.id?"text-[var(--color-accent)]":"text-[var(--color-text-primary)]"),onClick:()=>{p(e.id),h(!1)},role:"menuitem",type:"button",children:[(0,n.jsxs)("span",{className:"block truncate font-bold",title:e.label,children:[e.label,e.isDefault?(0,n.jsx)("span",{className:"ml-1 text-[10px] font-normal text-[var(--color-text-tertiary)]",children:"(default)"}):null]}),(0,n.jsx)("span",{className:"block truncate text-[10px] text-[var(--color-text-secondary)]",title:e.id,children:e.id})]})]},e.id)})]})]}):null]})}},2572:(e,t,r)=>{r.d(t,{a:()=>l});var n=r(8143),a=r(7693),o=r(642);function l(e){let{value:t,onChange:r,ariaLabel:l="Agent"}=e;return(0,n.jsx)("select",{"aria-label":l,className:a.s,onChange:e=>r(e.target.value),value:t,children:o.D.map(e=>(0,n.jsx)("option",{value:e,children:(0,o.F)(e)},e))})}},2936:(e,t,r)=>{r.d(t,{Y:()=>o,w:()=>l});var n=r(8143),a=r(6297);function o(e){return(0,a.om)(e&&(0,a.do)(e.label)?e.url:void 0)}function l(e){let{link:t,prInfo:r}=e,l=(0,a.do)(t.label),i=l?(0,a.tS)(t.url):null,s=o(r?void 0:t),c=null!=r?r:s,u=l?(()=>{let e=(0,a.JN)(c.state);return e?{color:e}:void 0})():void 0,d=["inline-flex items-center gap-1 border border-[var(--color-border-default)] px-2 py-0.5 text-[var(--color-text-secondary)] hover:no-underline","tracker"===t.label?"hover:text-[var(--color-status-attention)]":"hover:text-[var(--color-text-primary)]"].join(" ");return(0,n.jsxs)("a",{className:d,href:t.url,rel:"noreferrer",target:"_blank",children:[l?"gitlab"===i?(0,n.jsx)(a.xD,{}):(0,n.jsx)(a.Nb,{}):"tracker"===t.label?(0,n.jsx)(a.cJ,{}):null,(0,n.jsx)("span",{className:"text-[10px]",style:u,children:(0,a.Bj)(t)}),l?(0,n.jsxs)(n.Fragment,{children:["success"===c.ciStatus&&("approved"===c.reviewDecision||"changes_requested"===c.reviewDecision)?(0,n.jsx)(a.iX,{decision:c.reviewDecision}):(0,n.jsx)(a.QW,{status:c.ciStatus}),c.mergeConflict?(0,n.jsx)(a.Ko,{}):null,(0,n.jsx)(a.i9,{total:c.totalThreads,unresolved:c.unresolvedThreads})]}):null]})}},3982:(e,t,r)=>{r.d(t,{A4:()=>a,F7:()=>i,_j:()=>o,qZ:()=>l});let n="terminal";function a(e){return e?"/?project=".concat(encodeURIComponent(e)):"/"}function o(e,t){let r="/sessions/".concat(encodeURIComponent(e));return t?"".concat(r,"?project=").concat(encodeURIComponent(t)):r}function l(e){var t;return(null==(t=e.get(n))?void 0:t.trim())||null}function i(e,t){let r=new URLSearchParams(e);t?r.set(n,t):r.delete(n);let a=r.toString();return a?"?".concat(a):""}},4657:(e,t,r)=>{r.d(t,{r:()=>o});var n=r(8855);function a(e){let t=window.localStorage.getItem(e);if(!t)return new Set;try{let e=JSON.parse(t);return Array.isArray(e)&&e.every(e=>"string"==typeof e)?new Set(e):new Set}catch(e){return new Set}}function o(e){let[t,r]=(0,n.useState)(()=>a(e));return(0,n.useEffect)(()=>{let t=t=>{t.key===e&&r(a(e))};return window.addEventListener("storage",t),()=>window.removeEventListener("storage",t)},[e]),{keys:t,has:e=>t.has(e),toggle:t=>{r(r=>{let n=new Set(r);return n.has(t)?n.delete(t):n.add(t),window.localStorage.setItem(e,JSON.stringify([...n].sort())),n})}}}},4697:(e,t,r)=>{async function n(e){let t=await e.text();if(!t)return{};try{return JSON.parse(t)}catch(e){return{error:t}}}function a(e,t){if("object"==typeof e&&null!==e&&!Array.isArray(e)){let t=e.error;if("string"==typeof t)return t}return t}function o(e,t){return e instanceof Error?e.message:t}r.d(t,{$8:()=>a,Y3:()=>n,gJ:()=>o})},5135:(e,t,r)=>{r.d(t,{U:()=>a});var n=r(8143);function a(e){let{className:t="h-2.5 w-2.5",strokeWidth:r=1.5}=e;return(0,n.jsx)("svg",{"aria-hidden":"true",className:t,fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:r,viewBox:"0 0 16 16",children:(0,n.jsx)("path",{d:"M3 3 13 13M13 3 3 13"})})}},5342:(e,t,r)=>{r.d(t,{C9:()=>n,mn:()=>a,rU:()=>l,tF:()=>i});let n="⌘ + ⏎",a="⌘ + .";function o(e,t){var r;return e.key===t&&!(r=e).altKey&&!r.ctrlKey&&!r.isComposing&&r.metaKey&&!r.shiftKey}function l(e){return o(e,"Enter")}function i(e){return o(e,".")}},5821:(e,t,r)=>{function n(e){if("object"!=typeof e||null===e||Array.isArray(e))return!1;let t=e.pr;return!("object"!=typeof t||null===t||Array.isArray(t))&&"open_pr_action_required"===e.code&&"string"==typeof e.sessionId&&"number"==typeof t.number&&"string"==typeof t.title&&"string"==typeof t.url}function a(e){if("object"!=typeof e||null===e||Array.isArray(e)||"github_pr_check_unavailable"!==e.code||"string"!=typeof e.sessionId||"boolean"!=typeof e.rateLimited)return!1;let t=e.pr;return null===t||!("object"!=typeof t||Array.isArray(t))&&"number"==typeof t.number&&"string"==typeof t.repo&&"string"==typeof t.url}function o(e){if("object"!=typeof e||null===e||Array.isArray(e))return!1;let t=e.availableActions;return"session_not_restorable"===e.code&&"string"==typeof e.sessionId&&"string"==typeof e.reason&&Array.isArray(t)&&t.every(e=>"force_kill"===e||"respawn"===e)}r.d(t,{HO:()=>l,J2:()=>v,MH:()=>i,O1:()=>x,Ok:()=>a,Qk:()=>n,Us:()=>f,ZJ:()=>o,ab:()=>p,fK:()=>m,hV:()=>d,ib:()=>s,ng:()=>h,qX:()=>u,zi:()=>c});let l=["error","rate_limited","respond","working","pending","stopped","done"];function i(e){var t,r,n,a,o,l,i,s,c,u,d,v,p,m,f;let h=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.project,x=null!=(i=null==(t=e.slots)?void 0:t.links)?i:[],b=new Map(x.map(e=>[e.label,e.url])),g=(null!=(s=e.runningSidecarNames)?s:[]).map(e=>{let t=b.get(e);return t?{name:e,url:t}:{name:e}}),y=null!=(c=null==(r=e.slots)?void 0:r.tags)?c:[],w=null!=(u=e.queuedMessages)?u:{messages:[],awaitingPrompt:!1};return{id:e.id,projectId:e.project,projectName:h,agent:e.agent,...void 0!==e.model?{model:e.model}:{},title:(null==(a=e.slots)||null==(n=a.title)?void 0:n.trim())||null,prompt:e.prompt,startupAttachmentIds:null!=(d=e.startupAttachmentIds)?d:[],branch:(null==(o=e.branch)?void 0:o.trim())||null,worktree:e.worktree,tmuxSession:null!=(v=e.tmuxSession)?v:null,status:e.status,state:e.state,createdAt:e.createdAt,updatedAt:e.updatedAt,lastActivityAt:e.lastActivityAt,runtimeAlive:e.runtimeAlive,workspaceExists:e.workspaceExists,worktreePath:e.worktreePath,services:null!=(p=e.services)?p:[],artifacts:null!=(m=e.artifacts)?m:[],queuedMessages:w,scheduledWake:e.scheduledWake,intervalWake:e.intervalWake,dailyWake:e.dailyWake,sidecars:null!=(f=e.sidecars)?f:[],runningSidecars:g,links:x,tags:y,hasServiceIssues:!0===e.hasServiceIssues,workspaceAccess:e.workspaceAccess,deskKey:(null==(l=e.deskId)?void 0:l.trim())||e.id,deskId:e.deskId,deskGroupMembers:e.deskGroupMembers,error:e.error}}function s(e){return e.hasServiceIssues||e.services.some(e=>"errored"===e.status||"problem"===e.state||"error"===e.state||!e.runtimeAlive)}function c(e){return"completed"===e.status||"killed"===e.status}function u(e){return!c(e)&&!!e.workspaceExists&&("paused"===e.status||"stopped"===e.status||!e.runtimeAlive)}function d(e){return!c(e)&&!u(e)&&!e.workspaceExists}function v(e){return"running"===e.status&&e.runtimeAlive}function p(e){return!c(e)}function m(e){return("completed"===e.status||"killed"===e.status||"errored"===e.status)&&!e.runtimeAlive}function f(e){return e.runtimeAlive&&!c(e)}function h(e){return c(e)?"done":"errored"===e.status||"error"===e.state||"string"==typeof e.error&&e.error.trim().length>0||s(e)?"error":"rate_limited"===e.state?"rate_limited":"needs_input"===e.state?"respond":"spawning"===e.status?"working":e.workspaceExists?"paused"!==e.status&&"stopped"!==e.status&&"stopped"!==e.state&&e.runtimeAlive?"waiting"===e.state?"pending":"working":"stopped":"respond"}function x(e){let t=new Map;for(let r of e){let e=t.get(r.deskKey);e?e.push(r):t.set(r.deskKey,[r])}let r=[];for(let[e,a]of t){var n;let t=null!=(n=a.find(t=>t.id===e))?n:[...a].sort((e,t)=>e.createdAt.localeCompare(t.createdAt))[0];t&&r.push({session:t,deskMemberCount:a.length,lane:function(e){let t=l.length,r="done";for(let n of e){let e=l.indexOf(n);-1!==e&&e<t&&(t=e,r=n)}return r}(a.map(h))})}return r.sort((e,t)=>{let r=t.session.lastActivityAt.localeCompare(e.session.lastActivityAt);return 0!==r?r:e.session.id.localeCompare(t.session.id)}),r}},5829:(e,t,r)=>{r.d(t,{s:()=>D});var n=r(8143),a=r(8855),o=r(8701),l=r(7840),i=r(418),s=r(1795);r(5855);let c="#0a0a0f",u={background:c,foreground:"#d4d4d8",cursor:"#5b7ef8",cursorAccent:c,selectionBackground:"rgba(91, 126, 248, 0.3)",selectionInactiveBackground:"rgba(128, 128, 128, 0.2)",black:"#1a1a24",red:"#ef4444",green:"#22c55e",yellow:"#f59e0b",blue:"#5b7ef8",magenta:"#a371f7",cyan:"#22d3ee",white:"#d4d4d8",brightBlack:"#50506a",brightRed:"#f87171",brightGreen:"#4ade80",brightYellow:"#fbbf24",brightBlue:"#7b9cfb",brightMagenta:"#c084fc",brightCyan:"#67e8f9",brightWhite:"#eeeef5"};var d=r(8337);function v(e){return String.fromCharCode(e.toUpperCase().charCodeAt(0)-64)}function p(e,t,r,n,a){return{id:e,label:t,shortcut:r,sequence:n,detail:a}}function m(e,t,r){return{id:e,label:t,detail:r,sequence:t,submit:!0}}let f=[p("escape","Esc","Esc","\x1b","Back out of the current terminal state"),p("switch-mode","Switch mode","Shift+Tab","\x1b[Z","Switch the current work mode")],h=p("tab","Tab","Tab"," ","Send a Tab key"),x=[p("interrupt","Interrupt / Exit","Ctrl+C",v("C"),"Stop the current run or clear the input"),p("history","History search","Ctrl+R",v("R"),"Search previous prompts"),m("compact","/compact","Summarize chat and free context"),m("clear","/clear","Start a fresh Claude chat"),m("config","/config","Open Claude settings"),m("review","/review","Run Claude review flow"),m("status","/status","Show current session status")],b={claude:[...f,h,...x],codex:[...f,p("mention","Start file picker","@","@","Open the @ mention picker"),p("queue","Queue follow-up","Tab"," ","Queue the current draft while Codex runs"),p("clear-screen","Clear screen","Ctrl+L",v("L"),"Clear the terminal view"),p("interrupt","Interrupt / Exit","Ctrl+C",v("C"),"Stop the current run or exit"),m("compact","/compact","Summarize the visible chat"),m("clear","/clear","Clear Codex terminal chat"),m("copy","/copy","Copy the latest completed output"),m("status","/status","Show session details and IDs"),m("plan","/plan","Switch to plan mode"),m("permissions","/permissions","Change approvals in-session")],cursor:[p("slash","Slash","/","/","Start a slash command"),p("escape","Esc","Esc","\x1b","Back out of the current terminal state"),p("history","History search","Ctrl+R",v("R"),"Search previous prompts"),p("clear-screen","Clear screen","Ctrl+L",v("L"),"Clear the terminal view"),p("interrupt","Interrupt / Exit","Ctrl+C",v("C"),"Stop the current run or exit"),h]};var g=r(642),y=r(6049);function w(e){let{activity:t,error:r,wsStatus:a}=e,o=function(e,t,r){if("connecting"===e)return{activity:t,colorVar:"var(--color-status-attention)",pulse:!0,title:"Connecting…",wsStatus:e};if("reconnecting"===e)return{activity:t,colorVar:"var(--color-status-attention)",pulse:!0,title:null!=r?r:"Reconnecting…",wsStatus:e};if("error"===e)return{activity:t,colorVar:"var(--color-status-error)",pulse:!1,title:null!=r?r:"Error",wsStatus:e};switch(t){case"working":return{activity:t,colorVar:"var(--color-status-working)",pulse:!0,title:"working",wsStatus:e};case"waiting":return{activity:t,colorVar:"var(--color-status-attention)",pulse:!1,title:"waiting",wsStatus:e};case"needs_input":return{activity:t,colorVar:"var(--color-status-error)",pulse:!1,title:"needs input",wsStatus:e};case"rate_limited":return{activity:t,colorVar:"var(--color-status-attention)",pulse:!1,title:"rate limited",wsStatus:e};case"error":return{activity:t,colorVar:"var(--color-status-error)",pulse:!1,title:"error",wsStatus:e};case"stopped":return{activity:t,colorVar:"var(--color-text-tertiary)",pulse:!1,title:"stopped",wsStatus:e};case"killed":return{activity:t,colorVar:"var(--color-text-tertiary)",pulse:!1,title:"killed",wsStatus:e};default:return{activity:t,colorVar:"var(--color-status-ready)",pulse:!1,title:"connected",wsStatus:e}}}(a,t,null!=r?r:null);return(0,n.jsx)("div",{className:(0,d.cn)("h-2 w-2 shrink-0 rounded-full",o.pulse&&"dot-pulse"),"data-activity":null!=t?t:void 0,"data-testid":"direct-terminal-header-status-dot","data-ws-status":a,style:{background:o.colorVar},title:o.title})}let j=[{label:"Arrow Left",iconPath:"M15 19l-7-7 7-7",sequence:"\x1b[D"},{label:"Arrow Up",iconPath:"M5 15l7-7 7 7",sequence:"\x1b[A"},{label:"Arrow Down",iconPath:"M19 9l-7 7-7-7",sequence:"\x1b[B"},{label:"Arrow Right",iconPath:"M9 5l7 7-7 7",sequence:"\x1b[C"}];function k(){return(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,n.jsx)("path",{d:"M4 20h4l10-10-4-4L4 16v4z"}),(0,n.jsx)("path",{d:"M14 6l4 4"})]})}function N(){return(0,n.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{d:"M6 6l12 12M18 6 6 18"})})}function C(){return(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,n.jsx)("path",{d:"M5 7h8"}),(0,n.jsx)("path",{d:"M5 12h8"}),(0,n.jsx)("path",{d:"M5 17h5"}),(0,n.jsx)("path",{d:"M17 9v8"}),(0,n.jsx)("path",{d:"M14 14l3 3 3-3"})]})}function S(e){let{path:t}=e;return(0,n.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"1.5",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{d:t,strokeLinecap:"round",strokeLinejoin:"round"})})}function E(){return(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,n.jsx)("path",{d:"M12 5v14",strokeLinecap:"round",strokeLinejoin:"round"}),(0,n.jsx)("path",{d:"M5 12h14",strokeLinecap:"round",strokeLinejoin:"round"}),(0,n.jsx)("path",{d:"M8 9l4-4 4 4",strokeLinecap:"round",strokeLinejoin:"round"}),(0,n.jsx)("path",{d:"M8 15l4 4 4-4",strokeLinecap:"round",strokeLinejoin:"round"}),(0,n.jsx)("path",{d:"M9 8l-4 4 4 4",strokeLinecap:"round",strokeLinejoin:"round"}),(0,n.jsx)("path",{d:"M15 8l4 4-4 4",strokeLinecap:"round",strokeLinejoin:"round"})]})}function M(e){return["".concat("\x1b[200~").concat(e).concat("\x1b[201~"),"\r"]}function L(e){var t,c;let{sessionId:v,apiSessionId:p,agentInputEnabled:m=!0,agent:f="claude",activity:h,title:x,onClose:L}=e,A=(0,a.useRef)(null),D=(0,a.useRef)(null),R=(0,a.useRef)(null),T=(0,a.useRef)(null),B=(0,a.useRef)(0),W=(0,a.useRef)(null),I=b[f],[_,O]=(0,a.useState)("connecting"),[F,P]=(0,a.useState)(!1),[U,z]=(0,a.useState)(!1),[q,V]=(0,a.useState)(null),[H,J]=(0,a.useState)(null),[K,Z]=(0,a.useState)([]),Q=null!=p?p:v,Y=(0,a.useCallback)(e=>{var t;return(null==(t=T.current)?void 0:t.readyState)===WebSocket.OPEN&&(T.current.send(e),!0)},[]),G=(0,a.useCallback)(e=>{null!==e.ackTimer&&(window.clearTimeout(e.ackTimer),e.ackTimer=null),null!==e.retryTimer&&(window.clearTimeout(e.retryTimer),e.retryTimer=null)},[]),X=(0,a.useCallback)((e,t)=>{var r;G(e),(null==(r=W.current)?void 0:r.id)===e.id&&(W.current=null),e.reject(Error(t))},[G]),$=(0,a.useCallback)(e=>{let t="".concat(Date.now(),"-").concat(B.current++);return new Promise((r,n)=>{if(W.current)return void n(Error("Failed to insert transcription"));let a={attempts:0,data:e,id:t,ackTimer:null,retryTimer:null,resolve:r,reject:n},o=()=>{if(a.attempts+=1,a.attempts>4)return void X(a,"Failed to insert transcription");let e=T.current;if(!e||e.readyState===WebSocket.CLOSED||e.readyState===WebSocket.CLOSING)return void X(a,"Failed to insert transcription");if(e.readyState!==WebSocket.OPEN){a.retryTimer=window.setTimeout(o,200);return}e.send(JSON.stringify({type:"input",id:a.id,data:a.data})),a.ackTimer=window.setTimeout(()=>{a.retryTimer=window.setTimeout(o,200)},600)};W.current=a,o()})},[X]),ee=(0,i.C)({contextKey:"terminal:".concat(v)}),et=(0,l.u)("spur:input-history:terminal-draft"),er=(0,a.useCallback)(e=>{(0,y.kQ)(e).then(e=>{0!==e.length&&Z(t=>[...t,...e])}).catch(()=>{})},[]),en=(0,a.useCallback)(async(e,t,r)=>{let n=(0,y.ZM)(t),a=e.trim();if(!a&&0===n.length)return;let o={message:a,queue:r.queue};n.length>0&&(o.attachments=n),void 0!==r.interrupt&&(o.interrupt=r.interrupt);let l=await fetch("/api/sessions/".concat(encodeURIComponent(Q),"/send"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(o)});if(!l.ok){var i;throw Error(null!=(i=(await l.json().catch(()=>({}))).error)?i:"Failed to send session message")}J(null)},[Q]),ea=(0,a.useCallback)(e=>{m&&(0,y.kQ)(e).then(e=>{0!==e.length&&(Z(t=>[...t,...e]),ee.openDraft(ee.voiceModalOpen?ee.voiceDraft:""))}).catch(()=>{})},[m,ee]),eo=(0,a.useCallback)(e=>{if(!m)return;let t=(0,y.A4)(e.clipboardData);0!==t.length&&(e.preventDefault(),ea(t))},[m,ea]);(0,a.useEffect)(()=>{let e=A.current;if(!e||!m)return;let t=t=>{if(!(t.target instanceof Node)||!e.contains(t.target))return;let r=t.clipboardData,n=(0,y.A4)(r);0!==n.length&&(t.preventDefault(),t.stopPropagation(),ea(n))};return e.addEventListener("paste",t,{capture:!0}),document.addEventListener("paste",t,{capture:!0}),()=>{e.removeEventListener("paste",t,{capture:!0}),document.removeEventListener("paste",t,{capture:!0})}},[m,ea]);let el=(0,a.useCallback)(async e=>{if(K.length>0){await en(e,K,{queue:!1,interrupt:!0}),Z([]),e.trim()&&et.saveEntry(e);return}let t=T.current;if(!t||t.readyState===WebSocket.CLOSING||t.readyState===WebSocket.CLOSED)throw Error("Failed to insert transcription");for(let t of(V(null),J(null),M(e)))await $(t);et.saveEntry(e)},[et,en,$,K]),ei=(0,a.useCallback)(async e=>{await en(e,K,{queue:!0}),Z([]),e.trim()&&et.saveEntry(e)},[et,en,K]),es=(0,a.useCallback)(async e=>{try{if(e.submit){for(let t of(J(null),M(e.sequence)))await $(t);return}Y(e.sequence)}catch(e){J(e instanceof Error?e.message:"Failed to insert transcription")}},[Y,$]),ec=(0,a.useCallback)(async e=>{try{for(let t of(J(null),M(e)))await $(t)}catch(e){J(e instanceof Error?e.message:"Failed to insert transcription")}},[$]);(0,a.useEffect)(()=>{let e=e=>{var t,r;e.target instanceof Node&&(!F||(null==(t=D.current)?void 0:t.contains(e.target))||P(!1),!U||(null==(r=R.current)?void 0:r.contains(e.target))||z(!1))},t=e=>{"Escape"===e.key&&(F&&P(!1),U&&z(!1))};return document.addEventListener("pointerdown",e),document.addEventListener("keydown",t),()=>{document.removeEventListener("pointerdown",e),document.removeEventListener("keydown",t)}},[U,F]),(0,a.useEffect)(()=>{if(!A.current)return;let e=!0,t=null,n=null,a=null,o=null,l=null,i=null,s=null,c=null,d=!1;return Promise.all([r.e(9524).then(r.t.bind(r,3840,23)).then(e=>e.Terminal),r.e(5589).then(r.bind(r,5589)).then(e=>e.FitAddon)]).then(r=>{var p;let m,[f,h]=r;if(!e||!A.current)return;t=new f({cursorBlink:!0,fontSize:12,fontFamily:'var(--font-mono), "JetBrains Mono", "SF Mono", Menlo, Monaco, "Courier New", monospace',theme:u,minimumContrastRatio:1,scrollback:1e4,allowProposedApi:!0}),n=new h,t.loadAddon(n),t.parser.registerCsiHandler({prefix:">",final:"q"},()=>(null==t||t.write("\x1bP>|XTerm(370)\x1b\\"),!0)),t.parser.registerOscHandler(52,e=>{let t=e.split(";");if(t.length<2)return!1;let r=t[t.length-1];if(!r)return!1;try{var n;let e=atob(r),t=Uint8Array.from(e,e=>e.charCodeAt(0)),a=new TextDecoder().decode(t);null==(n=navigator.clipboard)||n.writeText(a)}catch(e){}return!0}),t.open(A.current),t.focus(),n.fit();let x=null!=(p=A.current.querySelector(".xterm-screen"))?p:A.current,b=0,g=0,y=e=>{1===e.touches.length&&(b=e.touches[0].clientY,g=0)},w=e=>{var t;if(1!==e.touches.length)return;let r=b-e.touches[0].clientY;g+=r,b=e.touches[0].clientY;let n=Math.trunc(g/20);if(0===n)return;g-=20*n;let a=(t=n<0,"\x1b[<".concat(t?64:65,";1;1M")),o=Math.abs(n);for(let e=0;e<o;e++)Y(a);e.preventDefault()};x.addEventListener("touchstart",y,{passive:!0}),x.addEventListener("touchmove",w,{passive:!1}),i=()=>{x.removeEventListener("touchstart",y),x.removeEventListener("touchmove",w)};let j=()=>{t&&n&&(null==c?void 0:c.readyState)===WebSocket.OPEN&&(n.fit(),c.send(JSON.stringify({type:"resize",cols:t.cols,rows:t.rows})))},k=async()=>{if(!e||!t)return;let r=null==c?void 0:c.readyState;if(r===WebSocket.CONNECTING||r===WebSocket.OPEN)return;if(null!==s&&(window.clearTimeout(s),s=null),O(e=>"connected"===e||"reconnecting"===e?"reconnecting":"connecting"),void 0===m)try{let e=await fetch("/api/runtime/terminal",{cache:"no-store"});e.ok&&(m=(await e.json()).directTerminalPort)}catch(e){}let n=new WebSocket(function(e,t,r){let n="https:"===e.protocol?"wss:":"ws:",a=function(e,t){if("number"==typeof e)return Number.isInteger(e)&&e>0&&e<=65535?String(e):t;let r=null==e?void 0:e.trim();if(!r)return t;let n=Number.parseInt(r,10);return Number.isInteger(n)&&n>0&&n<=65535?String(n):t}(r,e.port);return"".concat(n,"//").concat(e.hostname).concat(a?":".concat(a):"","/ws?session=").concat(encodeURIComponent(t))}(window.location,v,m));c=n,T.current=n,n.binaryType="arraybuffer",n.onopen=()=>{c===n&&t&&(O("connected"),V(null),t.focus(),j())},n.onmessage=e=>{if(c!==n)return;let r="string"==typeof e.data?e.data:new TextDecoder().decode(e.data);if("string"==typeof r&&r.startsWith("{"))try{let e=JSON.parse(r);if("ack"===e.type&&"string"==typeof e.id){let t=W.current;(null==t?void 0:t.id)===e.id&&(G(t),W.current=null,t.resolve());return}}catch(e){}null==t||t.write(r)},n.onerror=()=>{c===n&&e&&(O("reconnecting"),V("Terminal connection failed. Retrying…"))},n.onclose=t=>{var r,a;if(c===n&&(c=null,T.current=null),!e||d)return;let o=t.reason||"Terminal disconnected";if(1e3!==(r=t.code)&&1008!==r&&4004!==r)return void(a="".concat(o,". Retrying…"),e&&null===s&&!d&&(O("reconnecting"),V(a),s=window.setTimeout(()=>{s=null,k()},1e3)));O("error"),V(o)}};k(),l=()=>{j()};let N=()=>{"hidden"!==document.visibilityState&&k()};a=t.onData(e=>{(null==c?void 0:c.readyState)===WebSocket.OPEN&&c.send(e)}),o=t.onBinary(e=>{(null==c?void 0:c.readyState)===WebSocket.OPEN&&c.send(e)}),window.addEventListener("resize",l),window.addEventListener("focus",N),window.addEventListener("online",N),document.addEventListener("visibilitychange",N),i=()=>{x.removeEventListener("touchstart",y),x.removeEventListener("touchmove",w),window.removeEventListener("focus",N),window.removeEventListener("online",N),document.removeEventListener("visibilitychange",N)}}).catch(()=>{O("error"),V("Failed to load terminal")}),()=>{var r;e=!1,d=!0;let n=W.current;n&&X(n,"Failed to insert transcription"),W.current=null,null!==s&&window.clearTimeout(s),l&&window.removeEventListener("resize",l),null==i||i(),null==a||a.dispose(),null==o||o.dispose(),null==(r=T.current)||r.close(),T.current=null,null==t||t.dispose()}},[G,X,Y,v]);let eu="flex h-8 items-center justify-center border border-[var(--color-border-strong)] px-2 font-bold uppercase text-[var(--color-text-secondary)] transition hover:border-[var(--color-accent)] hover:text-[var(--color-accent)] active:bg-[var(--color-hover-overlay)] sm:px-3",ed="flex h-8 w-8 items-center justify-center border border-[var(--color-border-strong)] text-[var(--color-text-secondary)] transition hover:border-[var(--color-accent)] hover:text-[var(--color-accent)] active:bg-[var(--color-hover-overlay)] sm:w-10",ev=(0,d.cn)(ed,"bg-[var(--color-bg-base)]"),ep=(0,d.cn)(ev,"border-[var(--color-status-error)] text-[var(--color-status-error)]"),em="border-[var(--color-status-error)] bg-[var(--color-status-error)]/12 text-[var(--color-status-error)]";return(0,n.jsxs)("div",{className:"flex h-full min-h-0 flex-col overflow-hidden border border-[var(--color-border-default)] bg-[var(--color-terminal-bg)]",children:[(0,n.jsxs)("div",{className:"flex items-center gap-2 border-b border-[var(--color-border-subtle)] bg-[var(--color-bg-elevated)] px-3 py-2","data-testid":"direct-terminal-header",children:[(0,n.jsx)(w,{activity:h,error:q,wsStatus:_}),x?(0,n.jsx)("div",{className:"min-w-0 flex-1 overflow-hidden whitespace-normal text-[10px] leading-4 text-[var(--color-text-secondary)] [display:-webkit-box] [-webkit-box-orient:vertical] [-webkit-line-clamp:2] [overflow-wrap:anywhere]","data-testid":"direct-terminal-header-title",title:x,children:x}):null,L?(0,n.jsx)("button",{"aria-label":"Close terminal",className:(0,d.cn)("inline-flex h-7 w-7 shrink-0 items-center justify-center text-[var(--color-text-secondary)] transition hover:bg-[var(--color-hover-overlay)] hover:text-[var(--color-text-primary)]",!x&&"ml-auto"),onClick:L,type:"button",children:(0,n.jsx)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"2",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{d:"M6 6l12 12M18 6L6 18"})})}):null]}),(0,n.jsx)("div",{className:"min-h-0 flex-1 p-1.5","data-testid":"direct-terminal-surface",onPasteCapture:eo,children:(0,n.jsx)("div",{ref:A,className:"h-full min-h-0"})}),(null!=(t=ee.voiceError)?t:H)?(0,n.jsx)("div",{className:"border-t border-[var(--color-chip-error-border)] bg-[var(--color-chip-error-bg)] px-3 py-2 text-[var(--color-chip-error-text)]",children:null!=(c=ee.voiceError)?c:H}):null,(0,n.jsx)("div",{className:"shrink-0 border-t border-[var(--color-border-default)] bg-[var(--color-bg-base)] px-2 py-1.5",children:(0,n.jsxs)("div",{className:"flex flex-wrap items-center gap-1 sm:flex-nowrap",children:[(0,n.jsxs)("div",{className:"relative",ref:D,children:[(0,n.jsx)("button",{"aria-expanded":F,"aria-haspopup":"menu","aria-label":"Open ".concat(f," shortcuts"),className:(0,d.cn)(eu,"w-8 px-0 text-sm sm:w-10"),onClick:()=>P(e=>!e),type:"button",children:"..."}),F?(0,n.jsxs)("div",{"aria-label":"".concat(f," shortcuts"),className:"absolute bottom-9 left-0 z-20 flex max-h-72 min-w-[18rem] flex-col overflow-y-auto border border-[var(--color-border-strong)] bg-[var(--color-bg-base)] p-1 shadow-[0_8px_30px_var(--color-shadow-menu)]",role:"menu",children:[(0,n.jsx)("div",{className:"border-b border-[var(--color-border-subtle)] px-2 py-1.5 text-[10px] font-bold uppercase tracking-[0.12em] text-[var(--color-text-tertiary)]",children:(0,g.F)(f)}),I.map(e=>(0,n.jsxs)("button",{className:"grid w-full grid-cols-[1fr_auto] gap-x-3 border-b border-[var(--color-border-subtle)] px-2 py-2 text-left transition last:border-b-0 hover:bg-[var(--color-hover-overlay)]",onClick:()=>{es(e),P(!1)},role:"menuitem",type:"button",children:[(0,n.jsxs)("span",{className:"min-w-0",children:[(0,n.jsx)("span",{className:"block truncate font-bold uppercase text-[var(--color-text-primary)]",children:e.label}),(0,n.jsx)("span",{className:"block text-[10px] text-[var(--color-text-secondary)]",children:e.detail})]}),e.shortcut?(0,n.jsx)("span",{className:"self-start font-mono text-[10px] uppercase tracking-[0.08em] text-[var(--color-accent)]",children:e.shortcut}):null]},e.id))]}):null]}),(0,n.jsx)(o.t,{buttonClassName:(0,d.cn)(eu,"text-[10px] tracking-[0.1em]"),endpoint:m?"/api/sessions/".concat(encodeURIComponent(Q),"/slash-commands"):null,onSelect:e=>void ec(e.insertText)}),(0,n.jsx)("button",{className:(0,d.cn)(eu,"font-mono text-[10px] tracking-[0.1em]"),onClick:()=>Y("\r"),type:"button",children:"Enter"}),(0,n.jsxs)("div",{className:"relative ml-auto",ref:R,children:[(0,n.jsx)("button",{"aria-expanded":U,"aria-haspopup":"menu","aria-label":"Open arrow controls",className:ed,onClick:()=>z(e=>!e),type:"button",children:(0,n.jsx)(E,{})}),U?(0,n.jsx)("div",{"aria-label":"Arrow controls",className:"absolute bottom-9 right-0 z-20 flex flex-col items-end gap-1",role:"menu",children:j.map(e=>(0,n.jsx)("button",{"aria-label":e.label,className:ev,onClick:()=>Y(e.sequence),role:"menuitem",type:"button",children:(0,n.jsx)(S,{path:e.iconPath})},e.label))}):null]}),(0,n.jsxs)("div",{className:"relative ml-2",children:[ee.recording&&!ee.voiceModalOpen?(0,n.jsxs)("div",{className:"absolute bottom-9 right-0 z-20 flex flex-col items-end gap-1",children:[(0,n.jsx)("button",{"aria-label":"Edit voice transcript",className:ep,onClick:ee.toggleRecording,type:"button",children:(0,n.jsx)(k,{})}),(0,n.jsx)("button",{"aria-label":"Send voice to queue",className:ep,onClick:()=>ee.stopAndSend(ei),type:"button",children:(0,n.jsx)(C,{})}),(0,n.jsx)("button",{"aria-label":"Stop and send voice","aria-keyshortcuts":"Meta+.",className:ep,onClick:()=>ee.stopAndSend(el),title:"Stop and send voice",type:"button",children:(0,n.jsx)(s.Jr,{})})]}):null,ee.recording&&!ee.voiceModalOpen?(0,n.jsx)("button",{"aria-label":"Cancel voice recording","aria-keyshortcuts":"Meta+.",className:(0,d.cn)(ed,em),onClick:()=>{Z([]),ee.cancelRecording()},title:"Cancel voice recording",type:"button",children:(0,n.jsx)(N,{})}):ee.recording&&ee.voiceModalOpen?null:(0,n.jsx)(s.lv,{voice:ee,className:(0,d.cn)(ed,"transcribing"===ee.voiceBusy&&em),groupClassName:"absolute bottom-0 right-0 z-20 flex flex-col items-end gap-1",onRetrySend:el,slotClassName:"relative h-8 w-8 sm:w-10"})]})]})}),(0,n.jsx)(s.AF,{attachments:K,historyEntries:et.entries,onAddFiles:m?er:void 0,onDismiss:()=>Z([]),onInsert:el,onQueue:ei,onRemoveAttachment:e=>Z(t=>t.filter((t,r)=>r!==e)),voice:ee})]})}var A=r(9199);function D(e){var t;let{session:r,onClose:o,tmuxSessionOverride:l,titleSuffix:i}=e;return(0,a.useEffect)(()=>{let e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}},[]),(0,n.jsx)("div",{"aria-label":"Terminal ".concat(r.id),"aria-modal":"true",className:"fixed inset-0 z-[90] overflow-hidden bg-[var(--color-modal-backdrop)] p-2 backdrop-blur-sm sm:p-3",role:"dialog",children:(0,n.jsx)(L,{activity:r.state,agentInputEnabled:!l,agent:r.agent,apiSessionId:r.id,onClose:o,sessionId:null!=(t=null!=l?l:r.tmuxSession)?t:r.id,title:function(e,t){var r;let n=(null==(r=t)?void 0:r.trim())||void 0,a=(0,A.Pn)(e);return a?n?"".concat(a," • ").concat(n):a:"".concat(e.projectName," • ").concat(null!=n?n:e.agent)}(r,i)})})}},6049:(e,t,r)=>{r.d(t,{A4:()=>s,Bb:()=>i,ZM:()=>c,kQ:()=>o});let n=new Set(["image/png","image/jpeg","image/gif","image/webp"]);async function a(e){return new Promise((t,r)=>{let n=new FileReader;n.onload=()=>t(n.result),n.onerror=()=>r(n.error),n.readAsDataURL(e)})}async function o(e){return e?Promise.all(Array.from(e).map(async e=>({file:e,preview:await a(e)}))):[]}function l(e,t){if(e.name.trim())return e;let r=e.type.split("/")[1],n=r&&r.length>0?r:"bin",a=e.type.startsWith("image/")?"clipboard-image-":"clipboard-file-";return new File([e],"".concat(a).concat(t+1,".").concat(n),{lastModified:e.lastModified,type:e.type})}function i(e){if(!e)return[];let{files:t,items:r}=e;return[...t?Array.from(t):[],...r?Array.from(r).filter(e=>"file"===e.kind).map(e=>e.getAsFile()).filter(e=>null!==e):[]].filter((e,t,r)=>r.findIndex(t=>t.name===e.name&&t.type===e.type&&t.size===e.size)===t).map(l)}function s(e){return i(e).filter(e=>n.has(e.type))}function c(e){return e.map(e=>{var t;return{name:e.file.name.replace(/[^\w.-]/g,"_"),data:null!=(t=e.preview.split(",")[1])?t:""}})}},6297:(e,t,r)=>{r.d(t,{np:()=>B,QW:()=>S,Nb:()=>D,xD:()=>R,cJ:()=>T,Ko:()=>E,i9:()=>A,iX:()=>L,Bj:()=>k,do:()=>h,JN:()=>C,Gl:()=>y,tS:()=>j,om:()=>N});var n=r(8143),a=r(8855);let o=new Set(["draft","open","merged","closed"]),l=new Set(["success","failure","pending"]),i=new Set(["approved","changes_requested","review_required"]),s={APPROVED:"approved",CHANGES_REQUESTED:"changes_requested",REVIEW_REQUIRED:"review_required"};function c(e){return null===e||l.has(e)}function u(e){return null===e||i.has(e)}let d={draft:"var(--color-text-tertiary)",open:"var(--color-status-ready)",merged:"var(--color-accent-violet)",closed:"var(--color-status-error)"},v={state:null,reviewDecision:null,ciStatus:null,canMerge:!1,mergeConflict:!1,totalThreads:0,unresolvedThreads:0},p="spur:pr-status-cache:v1",m=new Map,f=new Map;function h(e){return"github-pr"===e||"pr"===e||"gitlab-pr"===e}let x=null;function b(e,t){m.set(e,{data:t,fetchedAt:Date.now()}),x||(x=setTimeout(()=>{x=null;try{if(m.size>200){let e=[...m.entries()].sort((e,t)=>e[1].fetchedAt-t[1].fetchedAt),t=e.length-200;for(let r=0;r<t;r++){let t=e[r];t&&m.delete(t[0])}}let e=Object.fromEntries(m.entries());window.localStorage.setItem(p,JSON.stringify(e))}catch(e){}},250))}function g(e){let t=m.get(e);return t?t.data:v}function y(e,t){b(e,t)}async function w(e){let t=f.get(e);if(t)return t;let r=(async()=>{try{var t,r,n;let a=await fetch("/api/pr-status?url=".concat(encodeURIComponent(e)));if(!a.ok)return g(e);let l=await a.json();if("object"!=typeof l||null===l)return g(e);let i="string"==typeof l.error?l.error:null,d={state:(t=l.state,o.has(t))?l.state:null,reviewDecision:(r=l.reviewDecision,null===r||"string"!=typeof r?null:null!=(n=s[r])?n:u(r)?r:null),ciStatus:c(l.ciStatus)?l.ciStatus:null,canMerge:"boolean"==typeof l.canMerge&&l.canMerge,mergeConflict:"boolean"==typeof l.mergeConflict&&l.mergeConflict,totalThreads:"number"==typeof l.totalThreads?l.totalThreads:0,unresolvedThreads:"number"==typeof l.unresolvedThreads?l.unresolvedThreads:0,fetchedAt:"number"==typeof l.fetchedAt?l.fetchedAt:void 0,stale:"boolean"==typeof l.stale?l.stale:void 0};if(i&&null===d.state)return g(e);return d}catch(t){return g(e)}finally{f.delete(e)}})();return f.set(e,r),r}function j(e){try{let t=new URL(e);if(/github\.com$/i.test(t.hostname)&&/\/pull\/\d+/.test(t.pathname))return"github";if(/\/merge_requests\/\d+/.test(t.pathname))return"gitlab";return null}catch(e){return null}}function k(e){let t=e.url;if(h(e.label)){let e=t.match(/\/pull\/(\d+)/);if(e)return"#".concat(e[1]);let r=t.match(/\/merge_requests\/(\d+)/);return r?"!".concat(r[1]):"PR"}if("tracker"===e.label){var r;let e=null!=(r=t.match(/\/browse\/([A-Z]+-\d+)/))?r:t.match(/([A-Z]+-\d+)/);return e?e[1]:"task"}return e.label}function N(e){let[t,r]=(0,a.useState)(()=>e?g(e):v);return(0,a.useEffect)(()=>{if(!e)return;let t=!1,n=async()=>{var n;let a=m.get(e);if(a&&Date.now()-a.fetchedAt<12e4&&!a.data.stale)return;let o=await w(e);if(t)return;let l=null==(n=m.get(e))?void 0:n.data;if(l&&l.state===o.state&&l.reviewDecision===o.reviewDecision&&l.ciStatus===o.ciStatus&&l.canMerge===o.canMerge&&l.mergeConflict===o.mergeConflict&&l.totalThreads===o.totalThreads&&l.unresolvedThreads===o.unresolvedThreads&&l.fetchedAt===o.fetchedAt&&l.stale===o.stale)return void r(o);b(e,o),r(o)};n();let a=setInterval(()=>void n(),12e4);return()=>{t=!0,clearInterval(a)}},[e]),t}function C(e){return e?d[e]:void 0}function S(e){let{status:t}=e;return t?"success"===t?(0,n.jsx)("svg",{"aria-label":"CI passing",role:"img",className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"var(--color-status-ready)",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:(0,n.jsx)("path",{d:"M20 6 9 17l-5-5"})}):"failure"===t?(0,n.jsx)("svg",{"aria-label":"CI failing",role:"img",className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"var(--color-status-error)",strokeWidth:"2.5",strokeLinecap:"round",children:(0,n.jsx)("path",{d:"M18 6 6 18M6 6l12 12"})}):(0,n.jsxs)("svg",{"aria-label":"CI pending",role:"img",className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"var(--color-status-attention)",strokeWidth:"2.5",strokeLinecap:"round",children:[(0,n.jsx)("circle",{cx:"12",cy:"12",r:"10",strokeWidth:"2"}),(0,n.jsx)("path",{d:"M12 6v6l4 2"})]}):null}function E(){return(0,n.jsxs)("svg",{"aria-label":"Merge conflict",role:"img",className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"var(--color-status-error)",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,n.jsx)("circle",{cx:"6",cy:"6",r:"2.5",fill:"var(--color-status-error)",stroke:"none"}),(0,n.jsx)("circle",{cx:"6",cy:"18",r:"2.5",fill:"var(--color-status-error)",stroke:"none"}),(0,n.jsx)("circle",{cx:"18",cy:"18",r:"2.5",fill:"var(--color-status-error)",stroke:"none"}),(0,n.jsx)("path",{d:"M6 8.5v7"}),(0,n.jsx)("path",{d:"M6 11h8a4 4 0 0 1 4 4v0.5"})]})}function M(e){let{className:t,reviewColor:r,title:a}=e,o=(e,t,r)=>(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("path",{d:e,stroke:"var(--color-bg-base)",strokeWidth:r+1.25}),(0,n.jsx)("path",{d:e,stroke:t,strokeWidth:r})]});return(0,n.jsx)("span",{"aria-label":a,className:"inline-flex shrink-0 ".concat(null!=t?t:"").trim(),role:"img",title:a,children:(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-3.5 w-[1.15rem]",viewBox:"0 0 24 18",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[o("M8.75 9.5 11.9 12.65 17.65 5.9",r,2.15),o("M2.75 9.5 5.9 12.65 11.65 5.9","var(--color-status-ready)",2.15)]})})}function L(e){let{decision:t,className:r}=e;return"approved"===t?(0,n.jsx)("span",{className:r,"data-pr-review-decision":"approved",children:(0,n.jsx)(M,{reviewColor:"var(--color-status-ready)",title:"Approved"})}):(0,n.jsx)("span",{className:r,"data-pr-review-decision":"changes_requested",children:(0,n.jsx)(M,{reviewColor:"var(--color-status-error)",title:"Changes requested"})})}function A(e){let{total:t,unresolved:r}=e;if(t<=0)return null;let a=r>0,o=a?"".concat(r,"/").concat(t):"".concat(t),l=a?"".concat(r," unresolved of ").concat(t," thread").concat(1===t?"":"s"):"".concat(t," resolved thread").concat(1===t?"":"s");return(0,n.jsxs)("span",{className:"inline-flex items-center gap-0.5 text-[10px] font-bold ".concat(a?"text-[var(--color-status-attention)]":"text-[var(--color-text-tertiary)]"),title:l,children:[(0,n.jsx)("svg",{className:"h-2.5 w-2.5 shrink-0",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:(0,n.jsx)("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),o]})}function D(){return(0,n.jsx)("svg",{className:"h-3 w-3",viewBox:"0 0 16 16",fill:"currentColor",children:(0,n.jsx)("path",{d:"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8z"})})}function R(){return(0,n.jsxs)("svg",{className:"h-3 w-3",viewBox:"0 0 16 16",fill:"currentColor",children:[(0,n.jsx)("path",{d:"M8.001 15.15 10.945 6.09h-5.89L8 15.15Z"}),(0,n.jsx)("path",{d:"M8.001 15.15 5.055 6.09H.925l7.076 9.06Z"}),(0,n.jsx)("path",{d:"m.925 6.09-.895 2.755a.611.611 0 0 0 .221.683l7.75 5.622L.925 6.09Z"}),(0,n.jsx)("path",{d:"M.925 6.09h4.13L3.28.633a.306.306 0 0 0-.581 0L.925 6.09Z"}),(0,n.jsx)("path",{d:"M8.001 15.15 10.945 6.09h4.13L8 15.15Z"}),(0,n.jsx)("path",{d:"m15.075 6.09.895 2.755a.611.611 0 0 1-.221.683l-7.75 5.622 7.076-9.06Z"}),(0,n.jsx)("path",{d:"M15.075 6.09h-4.13L12.72.633a.306.306 0 0 1 .581 0l1.774 5.457Z"})]})}function T(){return(0,n.jsx)("svg",{className:"h-3 w-3",viewBox:"0 0 24 24",fill:"currentColor",children:(0,n.jsx)("path",{d:"M11.53 2c0 2.4 1.97 4.35 4.35 4.35h1.78v1.7c0 2.4 1.94 4.34 4.34 4.35V2.84a.84.84 0 0 0-.84-.84H11.53zM6.77 6.8a4.362 4.362 0 0 0 4.34 4.34h1.8v1.72a4.362 4.362 0 0 0 4.34 4.34V7.63a.84.84 0 0 0-.84-.84H6.77zM2 11.6a4.362 4.362 0 0 0 4.34 4.34h1.8v1.72A4.362 4.362 0 0 0 12.48 22V12.44a.84.84 0 0 0-.84-.84H2z"})})}function B(){return(0,n.jsx)("svg",{className:"h-3 w-3",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:(0,n.jsx)("path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.5.5 0 0 1-.96 0L9.24 3.18a.5.5 0 0 0-.96 0l-2.35 8.36A2 2 0 0 1 4 13H2"})})}!function(){try{let e=window.localStorage.getItem(p);if(!e)return;let t=JSON.parse(e);if("object"!=typeof t||null===t)return;for(let[e,r]of Object.entries(t)){if("object"!=typeof r||null===r)continue;let t=r.data,n=r.fetchedAt;"number"==typeof n&&function(e){var t;return"object"==typeof e&&null!==e&&(null===e.state||(t=e.state,o.has(t)))&&u(e.reviewDecision)&&c(e.ciStatus)&&"boolean"==typeof e.canMerge&&"boolean"==typeof e.mergeConflict&&"number"==typeof e.totalThreads&&"number"==typeof e.unresolvedThreads}(t)&&m.set(e,{data:t,fetchedAt:n})}}catch(e){}}()},7069:(e,t,r)=>{r.d(t,{z:()=>a});var n=r(8143);function a(e){let{payload:t,busy:r=!1,onAction:a,onCancel:o}=e;return(0,n.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-[var(--color-modal-backdrop)] px-4",children:(0,n.jsxs)("div",{"aria-labelledby":"open-pr-action-title","aria-modal":"true",className:"w-full max-w-lg border border-[var(--color-border-strong)] bg-[var(--color-bg-elevated)] p-4",role:"dialog",children:[(0,n.jsxs)("div",{className:"flex items-start justify-between gap-3",children:[(0,n.jsxs)("div",{className:"min-w-0",children:[(0,n.jsx)("h2",{className:"font-bold uppercase text-[var(--color-text-primary)]",id:"open-pr-action-title",children:"Open Pull Request"}),(0,n.jsxs)("p",{className:"mt-2 text-[var(--color-text-secondary)]",children:["Pull request #",t.pr.number," is still open."]}),(0,n.jsx)("a",{className:"mt-2 block truncate text-[var(--color-accent)] underline-offset-4 hover:underline",href:t.pr.url,rel:"noreferrer",target:"_blank",children:t.pr.title})]}),(0,n.jsx)("button",{"aria-label":"Dismiss pull request action dialog",className:"border border-[var(--color-border-default)] px-2 py-1 font-bold uppercase text-[var(--color-text-secondary)] transition hover:border-[var(--color-accent)] hover:text-[var(--color-accent)]",disabled:r,onClick:o,type:"button",children:"x"})]}),(0,n.jsxs)("div",{className:"mt-4 flex flex-col gap-2 sm:flex-row sm:justify-end",children:[(0,n.jsx)("button",{className:"border border-[var(--color-border-strong)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)] disabled:opacity-50",disabled:r,onClick:()=>a("leave_open"),type:"button",children:"Leave Pull Request Open"}),(0,n.jsx)("button",{className:"border border-[var(--color-status-error)] px-3 py-1.5 font-bold uppercase text-[var(--color-status-error)] transition hover:bg-[var(--color-status-error)]/10 disabled:opacity-50",disabled:r,onClick:()=>a("close"),type:"button",children:"Close Pull Request"}),(0,n.jsx)("button",{className:"border border-[var(--color-border-default)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-secondary)] transition hover:border-[var(--color-accent)] hover:text-[var(--color-accent)] disabled:opacity-50",disabled:r,onClick:o,type:"button",children:"Cancel"})]})]})})}},7094:(e,t,r)=>{r.d(t,{U:()=>n});function n(e,t,r){var n,a;if(!e)return void r(t);let o=null!=(n=e.selectionStart)?n:e.value.length,l=null!=(a=e.selectionEnd)?a:e.value.length;r("".concat(e.value.slice(0,o)).concat(t).concat(e.value.slice(l))),queueMicrotask(()=>{e.focus();let r=o+t.length;e.setSelectionRange(r,r)})}},7572:(e,t,r)=>{function n(e){return e.intervalWake?{kind:"interval",label:"Interval wake",dueAt:e.intervalWake.nextDueAt,intervalMs:e.intervalWake.intervalMs,message:e.intervalWake.message,stopCondition:e.intervalWake.stopCondition}:e.dailyWake?{kind:"daily",label:"Daily wake",dueAt:e.dailyWake.nextDueAt,dailyAt:e.dailyWake.dailyAt,message:e.dailyWake.message,stopCondition:e.dailyWake.stopCondition}:e.scheduledWake?{kind:"one-shot",label:"Wake",dueAt:e.scheduledWake.dueAt,message:e.scheduledWake.message}:null}function a(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Date.now(),r=Date.parse(e);if(!Number.isFinite(r))return"unknown";let n=r-t;if(n<=0)return"due now";let a=Math.ceil(n/1e3);if(a<60)return"in ".concat(a,"s");let o=Math.ceil(a/60);if(o<60)return"in ".concat(o,"m");let l=Math.floor(o/60),i=o%60;if(l<24)return i>0?"in ".concat(l,"h ").concat(i,"m"):"in ".concat(l,"h");let s=Math.floor(l/24),c=l%24;return c>0?"in ".concat(s,"d ").concat(c,"h"):"in ".concat(s,"d")}function o(e){if(!Number.isFinite(e)||e<=0)return"unknown";let t=Math.round(e/1e3);if(t<60)return"".concat(t,"s");let r=Math.round(t/60);if(r<60)return"".concat(r,"m");let n=Math.floor(r/60),a=r%60;if(n<24)return a>0?"".concat(n,"h ").concat(a,"m"):"".concat(n,"h");let o=Math.floor(n/24),l=n%24;return l>0?"".concat(o,"d ").concat(l,"h"):"".concat(o,"d")}r.d(t,{TL:()=>a,re:()=>o,z3:()=>n})},7651:(e,t,r)=>{r.d(t,{B:()=>a});var n=r(8855);function a(e){let{open:t,onClose:r,contentDeps:a}=e,o=(0,n.useRef)(null),l=(0,n.useRef)(null),i=(0,n.useRef)(null),[s,c]=(0,n.useState)(void 0),u=(0,n.useRef)(r);return u.current=r,(0,n.useEffect)(()=>{let e=e=>{var r;t&&(null!=(r=o.current)&&r.contains(e.target)||u.current())},r=e=>{t&&"Escape"===e.key&&u.current()};return document.addEventListener("pointerdown",e),document.addEventListener("keydown",r),()=>{document.removeEventListener("pointerdown",e),document.removeEventListener("keydown",r)}},[t]),(0,n.useLayoutEffect)(()=>{if(!t)return void c(void 0);let e=()=>{let e=l.current,t=i.current;if(!e||!t)return;let r=e.getBoundingClientRect(),n=t.getBoundingClientRect(),a=Math.min(Math.max(n.width,Math.min(t.scrollWidth,window.innerWidth-16)),window.innerWidth-16),o=Math.min(Math.max(8,r.left),Math.max(8,window.innerWidth-a-8)),s=r.top-n.height-8,u=r.bottom+8,d=s>=8?s:Math.max(8,Math.min(u,window.innerHeight-n.height-8));c({left:"".concat(o,"px"),top:"".concat(d,"px"),width:"".concat(a,"px")})};return e(),window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[t,...a]),{containerRef:o,buttonRef:l,menuRef:i,menuStyle:s}}},7693:(e,t,r)=>{r.d(t,{s:()=>n});let n="border border-[var(--color-input-border)] bg-[var(--color-input-bg)] px-2.5 py-2 text-[var(--color-input-text)] outline-none transition focus:border-[var(--color-accent)]"},7840:(e,t,r)=>{r.d(t,{u:()=>o});var n=r(8855);function a(e){return!!e&&"object"==typeof e&&"string"==typeof e.value&&"string"==typeof e.savedAt}function o(e){let[t,r]=(0,n.useState)([]);return(0,n.useEffect)(()=>{r(function(e){let t=window.localStorage.getItem(e);if(!t)return[];try{let e=JSON.parse(t);if(!Array.isArray(e))return[];return e.filter(a).slice(0,5)}catch(e){return[]}}(e))},[e]),{entries:t,saveEntry:(0,n.useCallback)(t=>{let n=t.trim();n&&r(t=>{let r=[{value:n,savedAt:new Date().toISOString()},...t.filter(e=>e.value!==n)].slice(0,5);return window.localStorage.setItem(e,JSON.stringify(r)),r})},[e])}}},8337:(e,t,r)=>{r.d(t,{cn:()=>n});function n(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.filter(Boolean).join(" ")}},8701:(e,t,r)=>{r.d(t,{t:()=>d});var n=r(8143),a=r(8855),o=r(8935),l=r(7693),i=r(7651),s=r(4657),c=r(8337);function u(e){return[e.kind,e.source,e.id].join(":")}function d(e){var t,r,d;let{buttonClassName:v,endpoint:p,emptyLabel:m="No slash suggestions",onSelect:f}=e,[h,x]=(0,a.useState)(!1),[b,g]=(0,a.useState)(""),y=(0,s.r)("spur:slash-suggestion-favorites"),{data:w,error:j,loading:k}=function(e){let{endpoint:t,enabled:r}=e,[n,o]=(0,a.useState)(null),[l,i]=(0,a.useState)(!1),[s,c]=(0,a.useState)(null);return(0,a.useEffect)(()=>{if(!r||!t)return;let e=!1;return i(!0),fetch(t,{cache:"no-store"}).then(async t=>{let r=await t.json();if(!t.ok){var n;throw Error("object"==typeof r&&null!==r&&"error"in r?String(null!=(n=r.error)?n:"Failed to load slash commands"):"Failed to load slash commands")}e||(o(r),c(null))}).catch(t=>{e||c(t instanceof Error?t.message:"Failed to load slash commands")}).finally(()=>{e||i(!1)}),()=>{e=!0}},[r,t]),{data:n,loading:l,error:s}}({endpoint:p,enabled:h}),N=e=>y.has(u(e)),C=b.trim().toLowerCase(),S=e=>""===C||e.label.toLowerCase().includes(C)||e.detail.toLowerCase().includes(C)||e.id.toLowerCase().includes(C),E=[{label:"Commands",items:(null!=(t=null==w?void 0:w.commands)?t:[]).filter(S)},{label:"Skills",items:(null!=(r=null==w?void 0:w.skills)?r:[]).filter(S)},{label:"Agents",items:(null!=(d=null==w?void 0:w.agents)?d:[]).filter(S)}],M=[{label:"Favorites",items:E.flatMap(e=>e.items.filter(N))},...E.map(e=>({...e,items:e.items.filter(e=>!N(e))})).filter(e=>e.items.length>0)].filter(e=>e.items.length>0),{containerRef:L,buttonRef:A,menuRef:D,menuStyle:R}=(0,i.B)({open:h,onClose:()=>x(!1),contentDeps:[k,j,w,y.keys,b]});return(0,n.jsxs)("div",{className:"relative",ref:L,children:[(0,n.jsx)("button",{"aria-label":"Slash","aria-expanded":h,"aria-haspopup":"menu",ref:A,className:(0,c.cn)("border border-[var(--color-border-strong)] px-3 py-1.5 font-bold uppercase text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",v),onClick:()=>x(e=>!e),type:"button",children:"/"}),h?(0,n.jsxs)("div",{"aria-label":"Slash suggestions",className:"fixed z-20 flex max-h-80 w-max min-w-[min(20rem,calc(100vw-1rem))] max-w-[calc(100vw-1rem)] flex-col overflow-hidden border border-[var(--color-border-strong)] bg-[var(--color-bg-base)] p-1 shadow-[0_8px_30px_var(--color-shadow-menu)]",ref:D,role:"menu",style:R,children:[(0,n.jsx)("input",{"aria-label":"Search commands",autoFocus:!0,className:(0,c.cn)(l.s,"m-1"),onChange:e=>g(e.target.value),placeholder:"Search commands",type:"text",value:b}),(0,n.jsx)("div",{className:"flex flex-col overflow-y-auto overflow-x-hidden",children:k?(0,n.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-text-tertiary)]",children:"Loading…"}):j?(0,n.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-status-error)]",children:j}):0===M.length?(0,n.jsx)("div",{className:"px-2 py-2 text-[10px] uppercase tracking-[0.1em] text-[var(--color-text-tertiary)]",children:m}):M.map(e=>(0,n.jsxs)("div",{children:[(0,n.jsx)("div",{className:"border-b border-[var(--color-border-subtle)] px-2 py-1.5 text-[10px] font-bold uppercase tracking-[0.12em] text-[var(--color-text-tertiary)]",children:e.label}),e.items.map(e=>{let t=u(e),r=y.has(t);return(0,n.jsxs)("div",{className:"grid w-full grid-cols-[auto_minmax(0,1fr)_auto] gap-x-2 border-b border-[var(--color-border-subtle)] last:border-b-0 hover:bg-[var(--color-hover-overlay)]",children:[(0,n.jsx)("button",{"aria-label":"".concat(r?"Remove favorite":"Add favorite"," ").concat(e.label),"aria-pressed":r,className:(0,c.cn)("self-start px-2 py-2 transition",r?"text-[var(--color-status-attention)] hover:text-[var(--color-status-attention)]":"text-[var(--color-text-tertiary)] hover:text-[var(--color-text-primary)]"),onClick:e=>{e.stopPropagation(),y.toggle(t)},title:"".concat(r?"Remove favorite":"Add favorite"," ").concat(e.label),type:"button",children:(0,n.jsx)(o.k,{active:r})}),(0,n.jsxs)("button",{className:"min-w-0 py-2 text-left transition",onClick:()=>{f(e),x(!1)},role:"menuitem",type:"button",children:[(0,n.jsx)("span",{className:"block truncate font-bold text-[var(--color-text-primary)]",title:e.label,children:e.label}),(0,n.jsx)("span",{className:"block truncate text-[10px] text-[var(--color-text-secondary)]",title:e.detail,children:e.detail})]}),(0,n.jsx)("span",{className:"max-w-24 truncate px-2 py-2 text-[10px] uppercase tracking-[0.08em] text-[var(--color-text-tertiary)]",title:e.source,children:e.source})]},t)})]},e.label))})]}):null]})}},8935:(e,t,r)=>{r.d(t,{k:()=>a});var n=r(8143);function a(e){let{active:t}=e;return(0,n.jsx)("svg",{"aria-hidden":"true",className:"h-3 w-3",fill:t?"currentColor":"none",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{d:"m12 3 2.8 5.67 6.25.91-4.52 4.41 1.07 6.23L12 17.28l-5.6 2.94 1.07-6.23-4.52-4.41 6.25-.91L12 3Z",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5"})})}},8960:(e,t,r)=>{r.d(t,{Y:()=>a});var n=r(8855);function a(){let[e,t]=(0,n.useState)([]),r=(0,n.useRef)(0),a=(0,n.useRef)(new Map),o=(0,n.useCallback)(e=>{let t=a.current.get(e);void 0!==t&&(window.clearTimeout(t),a.current.delete(e))},[]),l=(0,n.useCallback)(e=>{o(e),t(t=>t.filter(t=>t.id!==e))},[o]),i=(0,n.useCallback)((e,n,l,i)=>{r.current+=1;let s=r.current;if(t(t=>{let r=[...t,{id:s,tone:e,title:n,detail:l}];for(let e of r.slice(0,Math.max(0,r.length-5)))o(e.id);return r.slice(-5)}),void 0!==i){let e=window.setTimeout(()=>{a.current.delete(s),t(e=>e.filter(e=>e.id!==s))},i);a.current.set(s,e)}return s},[o]),s=(0,n.useCallback)((e,t)=>i("success",e,t,2500),[i]),c=(0,n.useCallback)((e,t)=>i("error",e,t),[i]);return(0,n.useEffect)(()=>()=>{for(let e of a.current.values())window.clearTimeout(e);a.current.clear()},[]),{toasts:e,showSuccessToast:s,showErrorToast:c,dismissToast:l}}},8994:(e,t,r)=>{r.d(t,{U:()=>i});var n=r(8143),a=r(5135);let o=["min(32rem, calc(100dvh - 2rem))","min(32rem, calc(50dvh - 1.25rem))","min(32rem, calc(33.333dvh - 1rem))","min(32rem, calc(25dvh - 0.875rem))","min(32rem, calc(20dvh - 0.8rem))"];function l(e){let{toast:t,stackSize:r,onDismiss:l}=e,i="success"===t.tone?"bg-[var(--color-bg-surface)]":"bg-[var(--color-bg-base)]",s="success"===t.tone?"border-[var(--color-status-ready)] text-[var(--color-text-primary)]":"border-[var(--color-status-error)] text-[var(--color-chip-error-text)]",c={maxHeight:function(e){let t=Math.min(Math.max(e,1),o.length)-1;return o[t]}(r)};return(0,n.jsxs)("div",{className:"pointer-events-auto grid min-h-0 w-[min(calc(100vw-2rem),36rem)] grid-cols-[minmax(0,1fr)_auto] grid-rows-[auto_minmax(0,1fr)] gap-x-3 overflow-hidden border px-3 py-2 shadow-[0_8px_30px_var(--color-shadow-menu)] ".concat(i," ").concat(s),role:"error"===t.tone?"alert":"status",style:c,children:[(0,n.jsx)("div",{className:"col-start-1 row-start-1 text-[10px] font-bold uppercase tracking-[0.12em]",children:"success"===t.tone?"Success":"Error"}),(0,n.jsxs)("div",{className:"col-start-1 row-start-2 mt-1 min-h-0 overflow-y-auto overscroll-contain pr-1","data-toast-scroll":!0,children:[(0,n.jsx)("div",{className:"whitespace-pre-wrap break-words font-medium",children:t.title}),t.detail?(0,n.jsx)("div",{className:"mt-1 whitespace-pre-wrap break-words text-[var(--color-text-secondary)]",children:t.detail}):null]}),(0,n.jsx)("button",{"aria-label":"Dismiss toast",className:"col-start-2 row-span-2 row-start-1 inline-flex h-7 w-7 shrink-0 items-center justify-center border border-[var(--color-border-strong)] ".concat(i," text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]"),onClick:()=>l(t.id),type:"button",children:(0,n.jsx)(a.U,{className:"h-3.5 w-3.5",strokeWidth:2})})]})}function i(e){let{toasts:t,onDismiss:r}=e,a=t.filter(e=>"success"===e.tone),o=t.filter(e=>"error"===e.tone),i=Math.max(t.length,1);return(0,n.jsxs)("div",{className:"pointer-events-none fixed bottom-4 right-4 z-50 flex max-w-[calc(100vw-2rem)] flex-col gap-2 overflow-hidden",style:{maxHeight:"calc(100dvh - 2rem)"},children:[(0,n.jsx)("div",{"aria-live":"polite",className:"contents",children:a.map(e=>(0,n.jsx)(l,{stackSize:i,toast:e,onDismiss:r},e.id))}),(0,n.jsx)("div",{"aria-live":"assertive",className:"contents",children:o.map(e=>(0,n.jsx)(l,{stackSize:i,toast:e,onDismiss:r},e.id))})]})}},9085:(e,t,r)=>{r.d(t,{$:()=>l});var n=r(8143),a=r(8855);function o(){return(0,n.jsxs)("svg",{"aria-hidden":"true",className:"h-4 w-4",fill:"none",stroke:"currentColor",strokeWidth:"1.5",viewBox:"0 0 24 24",children:[(0,n.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,n.jsx)("path",{d:"M12 7v5l3 2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function l(e){let{entries:t,onSelect:r,className:l}=e,[i,s]=(0,a.useState)(!1),c=(0,a.useRef)(null);return(0,a.useEffect)(()=>{if(!i)return;let e=e=>{var t;null!=(t=c.current)&&t.contains(e.target)||s(!1)},t=e=>{"Escape"===e.key&&s(!1)};return document.addEventListener("pointerdown",e),document.addEventListener("keydown",t),()=>{document.removeEventListener("pointerdown",e),document.removeEventListener("keydown",t)}},[i]),(0,n.jsxs)("div",{className:"relative",ref:c,children:[(0,n.jsx)("button",{"aria-label":"History","aria-expanded":i,"aria-haspopup":"dialog",className:null!=l?l:"inline-flex h-8 w-8 items-center justify-center border border-[var(--color-border-strong)] text-[var(--color-text-primary)] transition hover:bg-[var(--color-hover-overlay)]",onClick:()=>s(e=>!e),title:"History",type:"button",children:(0,n.jsx)(o,{})}),i?(0,n.jsxs)("div",{"aria-label":"Input history",className:"absolute bottom-full right-0 z-20 mb-2 w-80 max-w-[calc(100vw-2rem)] border border-[var(--color-border-default)] bg-[var(--color-bg-base)] shadow-[0_8px_30px_var(--color-shadow-menu)]",role:"dialog",children:[(0,n.jsx)("div",{className:"border-b border-[var(--color-border-default)] px-3 py-2 font-bold uppercase text-[var(--color-text-primary)]",children:"Recent inputs"}),t.length>0?(0,n.jsx)("div",{className:"max-h-80 overflow-y-auto",children:t.map(e=>(0,n.jsxs)("button",{className:"block w-full border-b border-[var(--color-border-subtle)] px-3 py-2 text-left transition hover:bg-[var(--color-hover-overlay)] last:border-b-0",onClick:()=>{r(e.value),s(!1)},type:"button",children:[(0,n.jsx)("div",{className:"text-[10px] uppercase tracking-[0.12em] text-[var(--color-text-tertiary)]",children:function(e){let t=new Date(e);if(Number.isNaN(t.getTime()))return e;let r=t.getUTCFullYear(),n=String(t.getUTCMonth()+1).padStart(2,"0"),a=String(t.getUTCDate()).padStart(2,"0"),o=String(t.getUTCHours()).padStart(2,"0"),l=String(t.getUTCMinutes()).padStart(2,"0");return"".concat(r,"-").concat(n,"-").concat(a," ").concat(o,":").concat(l," UTC")}(e.savedAt)}),(0,n.jsx)("div",{className:"mt-1 whitespace-pre-wrap break-words text-[var(--color-text-primary)]",children:e.value})]},"".concat(e.savedAt,":").concat(e.value)))}):(0,n.jsx)("div",{className:"px-3 py-3 text-[var(--color-text-secondary)]",children:"No saved inputs yet."})]}):null]})}},9199:(e,t,r)=>{function n(e){if(e.title)return e.title;let t=e.prompt.trim();if(t){var r,n;let e=null!=(n=null==(r=t.split("\n")[0])?void 0:r.trim())?n:t;if(e)return e}return e.branch?e.branch.replace(/^(?:feat|fix|chore|refactor|docs|test|ci|session|release|hotfix|feature|bugfix|build|wip|improvement)\//,"").replace(/[-_]/g," ").replace(/\b\w/g,e=>e.toUpperCase()).trim():e.id}function a(e){let t=e.prompt.trim();return t?t===n(e)?null:t:null}function o(e){let t=Date.parse(e);if(Number.isNaN(t))return"unknown";let r=Math.floor((Date.now()-t)/6e4);if(r<1)return"just now";if(r<60)return"".concat(r,"m ago");let n=Math.floor(r/60);return n<24?"".concat(n,"h ago"):"".concat(Math.floor(n/24),"d ago")}function l(e){let t=Date.parse(e);return Number.isNaN(t)?"unknown":new Date(t).toLocaleString()}function i(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:64;if(e.length<=t)return e;let r=Math.max(8,Math.floor((t-1)/2));return"".concat(e.slice(0,r),"…").concat(e.slice(-r))}r.d(t,{Pn:()=>n,eB:()=>l,fw:()=>o,kU:()=>i,zf:()=>a})}}]);
@@ -1 +1 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9492],{1584:(e,t,l)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return o}});let r=l(8143),n=l(7702),o=function(){return(0,r.jsx)("html",{children:(0,r.jsx)("body",{children:(0,r.jsx)(n.HTTPAccessErrorFallback,{status:404,message:"This page could not be found."})})})};("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},3118:(e,t,l)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/_not-found/page",function(){return l(1584)}])},4553:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"styles",{enumerable:!0,get:function(){return l}});let l={error:{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"},desc:{display:"inline-block"},h1:{display:"inline-block",margin:"0 20px 0 0",padding:"0 23px 0 0",fontSize:24,fontWeight:500,verticalAlign:"top",lineHeight:"49px"},h2:{fontSize:14,fontWeight:400,lineHeight:"49px",margin:0}};("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},7702:(e,t,l)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"HTTPAccessErrorFallback",{enumerable:!0,get:function(){return o}});let r=l(8143),n=l(4553);function o(e){let{status:t,message:l}=e;return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("title",{children:t+": "+l}),(0,r.jsx)("div",{style:n.styles.error,children:(0,r.jsxs)("div",{children:[(0,r.jsx)("style",{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)}}"}}),(0,r.jsx)("h1",{className:"next-error-h1",style:n.styles.h1,children:t}),(0,r.jsx)("div",{style:n.styles.desc,children:(0,r.jsx)("h2",{style:n.styles.h2,children:l})})]})})]})}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}},e=>{e.O(0,[4118,1835,7358],()=>e(e.s=3118)),_N_E=e.O()}]);
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9492],{1584:(e,t,l)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return o}});let r=l(8143),n=l(7702),o=function(){return(0,r.jsx)("html",{children:(0,r.jsx)("body",{children:(0,r.jsx)(n.HTTPAccessErrorFallback,{status:404,message:"This page could not be found."})})})};("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},4553:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"styles",{enumerable:!0,get:function(){return l}});let l={error:{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"},desc:{display:"inline-block"},h1:{display:"inline-block",margin:"0 20px 0 0",padding:"0 23px 0 0",fontSize:24,fontWeight:500,verticalAlign:"top",lineHeight:"49px"},h2:{fontSize:14,fontWeight:400,lineHeight:"49px",margin:0}};("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},6770:(e,t,l)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/_not-found/page",function(){return l(1584)}])},7702:(e,t,l)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"HTTPAccessErrorFallback",{enumerable:!0,get:function(){return o}});let r=l(8143),n=l(4553);function o(e){let{status:t,message:l}=e;return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("title",{children:t+": "+l}),(0,r.jsx)("div",{style:n.styles.error,children:(0,r.jsxs)("div",{children:[(0,r.jsx)("style",{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)}}"}}),(0,r.jsx)("h1",{className:"next-error-h1",style:n.styles.h1,children:t}),(0,r.jsx)("div",{style:n.styles.desc,children:(0,r.jsx)("h2",{style:n.styles.h2,children:l})})]})})]})}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)}},e=>{e.O(0,[4118,1835,7358],()=>e(e.s=6770)),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7177],{2:(e,t,s)=>{Promise.resolve().then(s.t.bind(s,104,23)),Promise.resolve().then(s.t.bind(s,177,23)),Promise.resolve().then(s.bind(s,245))},104:e=>{e.exports={style:{fontFamily:"'JetBrains Mono', 'JetBrains Mono Fallback'",fontStyle:"normal"},className:"__className_b20d9a",variable:"__variable_b20d9a"}},177:()=>{},245:(e,t,s)=>{"use strict";s.d(t,{default:()=>q});var i=s(8143),r=s(3519),a=s(5226),n=s(4582),u=s(9919),l=class extends u.Q{constructor(e={}){super(),this.config=e,this.#e=new Map}#e;build(e,t,s){let i=t.queryKey,n=t.queryHash??(0,r.F$)(i,t),u=this.get(n);return u||(u=new a.X({client:e,queryKey:i,queryHash:n,options:e.defaultQueryOptions(t),state:s,defaultOptions:e.getQueryDefaults(i)}),this.add(u)),u}add(e){this.#e.has(e.queryHash)||(this.#e.set(e.queryHash,e),this.notify({type:"added",query:e}))}remove(e){let t=this.#e.get(e.queryHash);t&&(e.destroy(),t===e&&this.#e.delete(e.queryHash),this.notify({type:"removed",query:e}))}clear(){n.jG.batch(()=>{this.getAll().forEach(e=>{this.remove(e)})})}get(e){return this.#e.get(e)}getAll(){return[...this.#e.values()]}find(e){let t={exact:!0,...e};return this.getAll().find(e=>(0,r.MK)(t,e))}findAll(e={}){let t=this.getAll();return Object.keys(e).length>0?t.filter(t=>(0,r.MK)(e,t)):t}notify(e){n.jG.batch(()=>{this.listeners.forEach(t=>{t(e)})})}onFocus(){n.jG.batch(()=>{this.getAll().forEach(e=>{e.onFocus()})})}onOnline(){n.jG.batch(()=>{this.getAll().forEach(e=>{e.onOnline()})})}},h=s(3605),o=class extends u.Q{constructor(e={}){super(),this.config=e,this.#t=new Set,this.#s=new Map,this.#i=0}#t;#s;#i;build(e,t,s){let i=new h.s({client:e,mutationCache:this,mutationId:++this.#i,options:e.defaultMutationOptions(t),state:s});return this.add(i),i}add(e){this.#t.add(e);let t=c(e);if("string"==typeof t){let s=this.#s.get(t);s?s.push(e):this.#s.set(t,[e])}this.notify({type:"added",mutation:e})}remove(e){if(this.#t.delete(e)){let t=c(e);if("string"==typeof t){let s=this.#s.get(t);if(s)if(s.length>1){let t=s.indexOf(e);-1!==t&&s.splice(t,1)}else s[0]===e&&this.#s.delete(t)}}this.notify({type:"removed",mutation:e})}canRun(e){let t=c(e);if("string"!=typeof t)return!0;{let s=this.#s.get(t),i=s?.find(e=>"pending"===e.state.status);return!i||i===e}}runNext(e){let t=c(e);if("string"!=typeof t)return Promise.resolve();{let s=this.#s.get(t)?.find(t=>t!==e&&t.state.isPaused);return s?.continue()??Promise.resolve()}}clear(){n.jG.batch(()=>{this.#t.forEach(e=>{this.notify({type:"removed",mutation:e})}),this.#t.clear(),this.#s.clear()})}getAll(){return Array.from(this.#t)}find(e){let t={exact:!0,...e};return this.getAll().find(e=>(0,r.nJ)(t,e))}findAll(e={}){return this.getAll().filter(t=>(0,r.nJ)(e,t))}notify(e){n.jG.batch(()=>{this.listeners.forEach(t=>{t(e)})})}resumePausedMutations(){let e=this.getAll().filter(e=>e.state.isPaused);return n.jG.batch(()=>Promise.all(e.map(e=>e.continue().catch(r.lQ))))}};function c(e){return e.options.scope?.id}var f=s(7413),d=s(2132);function y(e){return{onFetch:(t,s)=>{let i=t.options,a=t.fetchOptions?.meta?.fetchMore?.direction,n=t.state.data?.pages||[],u=t.state.data?.pageParams||[],l={pages:[],pageParams:[]},h=0,o=async()=>{let s=!1,o=(0,r.ZM)(t.options,t.fetchOptions),c=async(e,i,a)=>{if(s)return Promise.reject();if(null==i&&e.pages.length)return Promise.resolve(e);let n=(()=>{let e={client:t.client,queryKey:t.queryKey,pageParam:i,direction:a?"backward":"forward",meta:t.options.meta};return(0,r.ox)(e,()=>t.signal,()=>s=!0),e})(),u=await o(n),{maxPages:l}=t.options,h=a?r.ZZ:r.y9;return{pages:h(e.pages,u,l),pageParams:h(e.pageParams,i,l)}};if(a&&n.length){let e="backward"===a,t={pages:n,pageParams:u},s=(e?function(e,{pages:t,pageParams:s}){return t.length>0?e.getPreviousPageParam?.(t[0],t,s[0],s):void 0}:p)(i,t);l=await c(t,s,e)}else{let t=e??n.length;do{let e=0===h?u[0]??i.initialPageParam:p(i,l);if(h>0&&null==e)break;l=await c(l,e),h++}while(h<t)}return l};t.options.persister?t.fetchFn=()=>t.options.persister?.(o,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},s):t.fetchFn=o}}}function p(e,{pages:t,pageParams:s}){let i=t.length-1;return t.length>0?e.getNextPageParam(t[i],t,s[i],s):void 0}var m=class{#r;#a;#n;#u;#l;#h;#o;#c;constructor(e={}){this.#r=e.queryCache||new l,this.#a=e.mutationCache||new o,this.#n=e.defaultOptions||{},this.#u=new Map,this.#l=new Map,this.#h=0}mount(){this.#h++,1===this.#h&&(this.#o=f.m.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#r.onFocus())}),this.#c=d.t.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#r.onOnline())}))}unmount(){this.#h--,0===this.#h&&(this.#o?.(),this.#o=void 0,this.#c?.(),this.#c=void 0)}isFetching(e){return this.#r.findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return this.#a.findAll({...e,status:"pending"}).length}getQueryData(e){let t=this.defaultQueryOptions({queryKey:e});return this.#r.get(t.queryHash)?.state.data}ensureQueryData(e){let t=this.defaultQueryOptions(e),s=this.#r.build(this,t),i=s.state.data;return void 0===i?this.fetchQuery(e):(e.revalidateIfStale&&s.isStaleByTime((0,r.d2)(t.staleTime,s))&&this.prefetchQuery(t),Promise.resolve(i))}getQueriesData(e){return this.#r.findAll(e).map(({queryKey:e,state:t})=>[e,t.data])}setQueryData(e,t,s){let i=this.defaultQueryOptions({queryKey:e}),a=this.#r.get(i.queryHash),n=a?.state.data,u=(0,r.Zw)(t,n);if(void 0!==u)return this.#r.build(this,i).setData(u,{...s,manual:!0})}setQueriesData(e,t,s){return n.jG.batch(()=>this.#r.findAll(e).map(({queryKey:e})=>[e,this.setQueryData(e,t,s)]))}getQueryState(e){let t=this.defaultQueryOptions({queryKey:e});return this.#r.get(t.queryHash)?.state}removeQueries(e){let t=this.#r;n.jG.batch(()=>{t.findAll(e).forEach(e=>{t.remove(e)})})}resetQueries(e,t){let s=this.#r;return n.jG.batch(()=>(s.findAll(e).forEach(e=>{e.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){let s={revert:!0,...t};return Promise.all(n.jG.batch(()=>this.#r.findAll(e).map(e=>e.cancel(s)))).then(r.lQ).catch(r.lQ)}invalidateQueries(e,t={}){return n.jG.batch(()=>(this.#r.findAll(e).forEach(e=>{e.invalidate()}),e?.refetchType==="none")?Promise.resolve():this.refetchQueries({...e,type:e?.refetchType??e?.type??"active"},t))}refetchQueries(e,t={}){let s={...t,cancelRefetch:t.cancelRefetch??!0};return Promise.all(n.jG.batch(()=>this.#r.findAll(e).filter(e=>!e.isDisabled()&&!e.isStatic()).map(e=>{let t=e.fetch(void 0,s);return s.throwOnError||(t=t.catch(r.lQ)),"paused"===e.state.fetchStatus?Promise.resolve():t}))).then(r.lQ)}fetchQuery(e){let t=this.defaultQueryOptions(e);void 0===t.retry&&(t.retry=!1);let s=this.#r.build(this,t);return s.isStaleByTime((0,r.d2)(t.staleTime,s))?s.fetch(t):Promise.resolve(s.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(r.lQ).catch(r.lQ)}fetchInfiniteQuery(e){return e.behavior=y(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(r.lQ).catch(r.lQ)}ensureInfiniteQueryData(e){return e.behavior=y(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return d.t.isOnline()?this.#a.resumePausedMutations():Promise.resolve()}getQueryCache(){return this.#r}getMutationCache(){return this.#a}getDefaultOptions(){return this.#n}setDefaultOptions(e){this.#n=e}setQueryDefaults(e,t){this.#u.set((0,r.EN)(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){let t=[...this.#u.values()],s={};return t.forEach(t=>{(0,r.Cp)(e,t.queryKey)&&Object.assign(s,t.defaultOptions)}),s}setMutationDefaults(e,t){this.#l.set((0,r.EN)(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){let t=[...this.#l.values()],s={};return t.forEach(t=>{(0,r.Cp)(e,t.mutationKey)&&Object.assign(s,t.defaultOptions)}),s}defaultQueryOptions(e){if(e._defaulted)return e;let t={...this.#n.queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=(0,r.F$)(t.queryKey,t)),void 0===t.refetchOnReconnect&&(t.refetchOnReconnect="always"!==t.networkMode),void 0===t.throwOnError&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode="offlineFirst"),t.queryFn===r.hT&&(t.enabled=!1),t}defaultMutationOptions(e){return e?._defaulted?e:{...this.#n.mutations,...e?.mutationKey&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){this.#r.clear(),this.#a.clear()}},g=s(4726),b=s(8855);function q(e){let{children:t}=e,[s]=(0,b.useState)(()=>new m({defaultOptions:{queries:{staleTime:5e3,gcTime:3e5,refetchOnWindowFocus:!1,retry:1}}}));return(0,i.jsx)(g.Ht,{client:s,children:t})}}},e=>{e.O(0,[8803,6645,4118,1835,7358],()=>e(e.s=2)),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,403,552,816,841,1071,1097,1231,1236,1323,1337,2438,3598,3601,3853,4369,5417,5438,5557,5573,5639,5878,6091,6094,6155,6681,6734,6849,6865,6946,6999,7596,8581,8846,8953,9002,9107,9235,9514,9732],{1909:()=>{}},_=>{_.O(0,[4118,1835,7358],()=>_(_.s=1909)),_N_E=_.O()}]);