@baique/pi-web-sky 0.1.28 → 0.1.30

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 (363) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +9 -6
  3. package/.next/build-manifest.json +4 -4
  4. package/.next/next-server.js.nft.json +1 -1
  5. package/.next/prerender-manifest.json +3 -3
  6. package/.next/react-loadable-manifest.json +1 -1
  7. package/.next/required-server-files.js +7 -7
  8. package/.next/required-server-files.json +7 -7
  9. package/.next/routes-manifest.json +20 -0
  10. package/.next/server/app/_global-error/page.js +2 -2
  11. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  12. package/.next/server/app/_global-error.html +1 -1
  13. package/.next/server/app/_global-error.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/.next/server/app/_not-found/page.js +1 -1
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/_not-found.html +1 -1
  20. package/.next/server/app/_not-found.rsc +3 -3
  21. package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  22. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
  23. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  24. package/.next/server/app/api/agent/[id]/bash-output/route.js +30 -1
  25. package/.next/server/app/api/agent/[id]/bash-output/route.js.nft.json +1 -1
  26. package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -1
  27. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  28. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -1
  29. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -1
  30. package/.next/server/app/api/agent/[id]/route.js +1 -1
  31. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -1
  32. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/agent/new/route.js +1 -1
  34. package/.next/server/app/api/agent/new/route.js.nft.json +1 -1
  35. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -1
  36. package/.next/server/app/api/agent/running/route.js +1 -1
  37. package/.next/server/app/api/agent/running/route.js.nft.json +1 -1
  38. package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -1
  39. package/.next/server/app/api/app-update/route.js +1 -1
  40. package/.next/server/app/api/app-update/route_client-reference-manifest.js +1 -1
  41. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  42. package/.next/server/app/api/auth/all-providers/route.js.nft.json +1 -1
  43. package/.next/server/app/api/auth/all-providers/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  45. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -1
  46. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -1
  47. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  48. package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -1
  49. package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -1
  50. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  51. package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -1
  52. package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -1
  53. package/.next/server/app/api/auth/providers/route.js +1 -1
  54. package/.next/server/app/api/auth/providers/route.js.nft.json +1 -1
  55. package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -1
  56. package/.next/server/app/api/cwd/browse/route.js +1 -1
  57. package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -1
  58. package/.next/server/app/api/cwd/validate/route.js +30 -1
  59. package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -1
  60. package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -1
  61. package/.next/server/app/api/default-cwd/route.js +30 -1
  62. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -1
  63. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -1
  64. package/.next/server/app/api/file-index/route.js +30 -1
  65. package/.next/server/app/api/file-index/route.js.nft.json +1 -1
  66. package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -1
  67. package/.next/server/app/api/files/[...path]/route.js +31 -2
  68. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -1
  69. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -1
  70. package/.next/server/app/api/git/diff/route.js +31 -2
  71. package/.next/server/app/api/git/diff/route.js.nft.json +1 -1
  72. package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -1
  73. package/.next/server/app/api/git/status/route.js +31 -2
  74. package/.next/server/app/api/git/status/route.js.nft.json +1 -1
  75. package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -1
  76. package/.next/server/app/api/home/route.js +1 -1
  77. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -1
  78. package/.next/server/app/api/mcp/route.js +30 -1
  79. package/.next/server/app/api/mcp/route.js.nft.json +1 -1
  80. package/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -1
  81. package/.next/server/app/api/models/route.js +30 -1
  82. package/.next/server/app/api/models/route.js.nft.json +1 -1
  83. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  84. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  85. package/.next/server/app/api/models-config/catalog/route_client-reference-manifest.js +1 -1
  86. package/.next/server/app/api/models-config/discover/route.js +1 -1
  87. package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -1
  88. package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -1
  89. package/.next/server/app/api/models-config/route.js +1 -1
  90. package/.next/server/app/api/models-config/route.js.nft.json +1 -1
  91. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -1
  92. package/.next/server/app/api/models-config/test/route.js +1 -1
  93. package/.next/server/app/api/models-config/test/route.js.nft.json +1 -1
  94. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -1
  95. package/.next/server/app/api/plugins/route.js +30 -1
  96. package/.next/server/app/api/plugins/route.js.nft.json +1 -1
  97. package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -1
  98. package/.next/server/app/api/project-trust/route.js +1 -1
  99. package/.next/server/app/api/project-trust/route.js.nft.json +1 -1
  100. package/.next/server/app/api/project-trust/route_client-reference-manifest.js +1 -1
  101. package/.next/server/app/api/quota/route.js +1 -1
  102. package/.next/server/app/api/quota/route.js.nft.json +1 -1
  103. package/.next/server/app/api/quota/route_client-reference-manifest.js +1 -1
  104. package/.next/server/app/api/search/route.js +30 -0
  105. package/.next/server/app/api/search/route.js.nft.json +1 -0
  106. package/.next/server/app/api/search/route_client-reference-manifest.js +1 -0
  107. package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
  108. package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -1
  109. package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -1
  110. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  111. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -1
  112. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -1
  113. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +30 -1
  114. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js.nft.json +1 -1
  115. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -1
  116. package/.next/server/app/api/sessions/[id]/export/route.js +31 -2
  117. package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -1
  118. package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -1
  119. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  120. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
  121. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  122. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  123. package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -1
  124. package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -1
  125. package/.next/server/app/api/sessions/[id]/todos/route.js +1 -1
  126. package/.next/server/app/api/sessions/[id]/todos/route.js.nft.json +1 -1
  127. package/.next/server/app/api/sessions/[id]/todos/route_client-reference-manifest.js +1 -1
  128. package/.next/server/app/api/sessions/route.js +1 -1
  129. package/.next/server/app/api/sessions/route.js.nft.json +1 -1
  130. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  131. package/.next/server/app/api/skills/check/route.js +1 -1
  132. package/.next/server/app/api/skills/check/route.js.nft.json +1 -1
  133. package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -1
  134. package/.next/server/app/api/skills/install/route.js +30 -1
  135. package/.next/server/app/api/skills/install/route.js.nft.json +1 -1
  136. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -1
  137. package/.next/server/app/api/skills/route.js +31 -2
  138. package/.next/server/app/api/skills/route.js.nft.json +1 -1
  139. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
  140. package/.next/server/app/api/skills/search/route.js +1 -1
  141. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -1
  142. package/.next/server/app/api/skills/update/route.js +1 -1
  143. package/.next/server/app/api/skills/update/route.js.nft.json +1 -1
  144. package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -1
  145. package/.next/server/app/api/tasks/[id]/route.js +1 -0
  146. package/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -0
  147. package/.next/server/app/api/tasks/[id]/route_client-reference-manifest.js +1 -0
  148. package/.next/server/app/api/tasks/route.js +30 -0
  149. package/.next/server/app/api/tasks/route.js.nft.json +1 -0
  150. package/.next/server/app/api/tasks/route_client-reference-manifest.js +1 -0
  151. package/.next/server/app/api/terminal/[id]/events/route.js +2 -2
  152. package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -1
  153. package/.next/server/app/api/terminal/[id]/route.js +1 -1
  154. package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -1
  155. package/.next/server/app/api/terminal/route.js +2 -2
  156. package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -1
  157. package/.next/server/app/api/worktrees/route.js +30 -1
  158. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  159. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
  160. package/.next/server/app/favicon.ico/route.js +1 -1
  161. package/.next/server/app/index.html +1 -1
  162. package/.next/server/app/index.rsc +5 -5
  163. package/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -5
  164. package/.next/server/app/index.segments/_full.segment.rsc +5 -5
  165. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  166. package/.next/server/app/manifest.webmanifest/route.js +2 -2
  167. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  168. package/.next/server/app/page.js +8 -8
  169. package/.next/server/app/page_client-reference-manifest.js +1 -1
  170. package/.next/server/app-paths-manifest.json +9 -6
  171. package/.next/server/chunks/1457.js +30 -0
  172. package/.next/server/chunks/2430.js +4 -4
  173. package/.next/server/chunks/3379.js +1 -1
  174. package/.next/server/chunks/402.js +3 -0
  175. package/.next/server/chunks/7513.js +30 -0
  176. package/.next/server/middleware-build-manifest.js +1 -1
  177. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  178. package/.next/server/middleware.js +3 -3
  179. package/.next/server/next-font-manifest.js +1 -1
  180. package/.next/server/next-font-manifest.json +1 -1
  181. package/.next/server/pages/404.html +1 -1
  182. package/.next/server/pages/500.html +1 -1
  183. package/.next/server/server-reference-manifest.json +1 -1
  184. package/.next/static/TTcBG2A8ypXXieSlP70n7/_buildManifest.js +1 -0
  185. package/.next/static/chunks/3266.be4a8006cf72695c.js +1 -0
  186. package/.next/static/chunks/app/_global-error/page-9217583a4a003fdc.js +1 -0
  187. package/.next/static/chunks/app/_not-found/{page-af4fe23994cb3d66.js → page-8cea8d8de35f4da4.js} +1 -1
  188. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-9217583a4a003fdc.js +1 -0
  189. package/.next/static/chunks/app/api/agent/[id]/events/route-9217583a4a003fdc.js +1 -0
  190. package/.next/static/chunks/app/api/agent/[id]/route-9217583a4a003fdc.js +1 -0
  191. package/.next/static/chunks/app/api/agent/new/route-9217583a4a003fdc.js +1 -0
  192. package/.next/static/chunks/app/api/agent/running/route-9217583a4a003fdc.js +1 -0
  193. package/.next/static/chunks/app/api/app-update/route-9217583a4a003fdc.js +1 -0
  194. package/.next/static/chunks/app/api/auth/all-providers/route-9217583a4a003fdc.js +1 -0
  195. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-9217583a4a003fdc.js +1 -0
  196. package/.next/static/chunks/app/api/auth/login/[provider]/route-9217583a4a003fdc.js +1 -0
  197. package/.next/static/chunks/app/api/auth/logout/[provider]/route-9217583a4a003fdc.js +1 -0
  198. package/.next/static/chunks/app/api/auth/providers/route-9217583a4a003fdc.js +1 -0
  199. package/.next/static/chunks/app/api/cwd/browse/route-9217583a4a003fdc.js +1 -0
  200. package/.next/static/chunks/app/api/cwd/validate/route-9217583a4a003fdc.js +1 -0
  201. package/.next/static/chunks/app/api/default-cwd/route-9217583a4a003fdc.js +1 -0
  202. package/.next/static/chunks/app/api/file-index/route-9217583a4a003fdc.js +1 -0
  203. package/.next/static/chunks/app/api/files/[...path]/route-9217583a4a003fdc.js +1 -0
  204. package/.next/static/chunks/app/api/git/diff/route-9217583a4a003fdc.js +1 -0
  205. package/.next/static/chunks/app/api/git/status/route-9217583a4a003fdc.js +1 -0
  206. package/.next/static/chunks/app/api/home/route-9217583a4a003fdc.js +1 -0
  207. package/.next/static/chunks/app/api/mcp/route-9217583a4a003fdc.js +1 -0
  208. package/.next/static/chunks/app/api/models/route-9217583a4a003fdc.js +1 -0
  209. package/.next/static/chunks/app/api/models-config/catalog/route-9217583a4a003fdc.js +1 -0
  210. package/.next/static/chunks/app/api/models-config/discover/route-9217583a4a003fdc.js +1 -0
  211. package/.next/static/chunks/app/api/models-config/route-9217583a4a003fdc.js +1 -0
  212. package/.next/static/chunks/app/api/models-config/test/route-9217583a4a003fdc.js +1 -0
  213. package/.next/static/chunks/app/api/plugins/route-9217583a4a003fdc.js +1 -0
  214. package/.next/static/chunks/app/api/project-trust/route-9217583a4a003fdc.js +1 -0
  215. package/.next/static/chunks/app/api/quota/route-9217583a4a003fdc.js +1 -0
  216. package/.next/static/chunks/app/api/search/route-9217583a4a003fdc.js +1 -0
  217. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-9217583a4a003fdc.js +1 -0
  218. package/.next/static/chunks/app/api/sessions/[id]/context/route-9217583a4a003fdc.js +1 -0
  219. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-9217583a4a003fdc.js +1 -0
  220. package/.next/static/chunks/app/api/sessions/[id]/export/route-9217583a4a003fdc.js +1 -0
  221. package/.next/static/chunks/app/api/sessions/[id]/route-9217583a4a003fdc.js +1 -0
  222. package/.next/static/chunks/app/api/sessions/[id]/state/route-9217583a4a003fdc.js +1 -0
  223. package/.next/static/chunks/app/api/sessions/[id]/todos/route-9217583a4a003fdc.js +1 -0
  224. package/.next/static/chunks/app/api/sessions/route-9217583a4a003fdc.js +1 -0
  225. package/.next/static/chunks/app/api/skills/check/route-9217583a4a003fdc.js +1 -0
  226. package/.next/static/chunks/app/api/skills/install/route-9217583a4a003fdc.js +1 -0
  227. package/.next/static/chunks/app/api/skills/route-9217583a4a003fdc.js +1 -0
  228. package/.next/static/chunks/app/api/skills/search/route-9217583a4a003fdc.js +1 -0
  229. package/.next/static/chunks/app/api/skills/update/route-9217583a4a003fdc.js +1 -0
  230. package/.next/static/chunks/app/api/tasks/[id]/route-9217583a4a003fdc.js +1 -0
  231. package/.next/static/chunks/app/api/tasks/route-9217583a4a003fdc.js +1 -0
  232. package/.next/static/chunks/app/api/terminal/[id]/events/route-9217583a4a003fdc.js +1 -0
  233. package/.next/static/chunks/app/api/terminal/[id]/route-9217583a4a003fdc.js +1 -0
  234. package/.next/static/chunks/app/api/terminal/route-9217583a4a003fdc.js +1 -0
  235. package/.next/static/chunks/app/api/worktrees/route-9217583a4a003fdc.js +1 -0
  236. package/.next/static/chunks/app/{layout-6578ff7476b08e7f.js → layout-4a6dc9d78a818cb5.js} +1 -1
  237. package/.next/static/chunks/app/manifest.webmanifest/route-9217583a4a003fdc.js +1 -0
  238. package/.next/static/chunks/app/page-2783998ff89bdbe5.js +89 -0
  239. package/.next/static/chunks/{main-app-b3e8a8d15d83e1f0.js → main-app-dd2385a1a5a588df.js} +1 -1
  240. package/.next/static/chunks/next/dist/client/components/builtin/app-error-9217583a4a003fdc.js +1 -0
  241. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-9217583a4a003fdc.js +1 -0
  242. package/.next/static/chunks/next/dist/client/components/builtin/global-error-be943dcb89867ab9.js +1 -0
  243. package/.next/static/chunks/next/dist/client/components/builtin/not-found-9217583a4a003fdc.js +1 -0
  244. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9217583a4a003fdc.js +1 -0
  245. package/.next/static/chunks/{webpack-943c1769a851c233.js → webpack-3d4b32814d426e7a.js} +1 -1
  246. package/.next/static/css/f72c938555d9bdff.css +1 -0
  247. package/.next/trace +40 -7
  248. package/.next/trace-build +1 -1
  249. package/.next/types/app/api/agent/[id]/bash-output/route.ts +1 -1
  250. package/.next/types/app/api/agent/[id]/events/route.ts +1 -1
  251. package/.next/types/app/api/agent/[id]/route.ts +1 -1
  252. package/.next/types/app/api/agent/new/route.ts +1 -1
  253. package/.next/types/app/api/agent/running/route.ts +1 -1
  254. package/.next/types/app/api/app-update/route.ts +1 -1
  255. package/.next/types/app/api/auth/all-providers/route.ts +1 -1
  256. package/.next/types/app/api/auth/api-key/[provider]/route.ts +1 -1
  257. package/.next/types/app/api/auth/login/[provider]/route.ts +1 -1
  258. package/.next/types/app/api/auth/logout/[provider]/route.ts +1 -1
  259. package/.next/types/app/api/auth/providers/route.ts +1 -1
  260. package/.next/types/app/api/cwd/browse/route.ts +1 -1
  261. package/.next/types/app/api/cwd/validate/route.ts +1 -1
  262. package/.next/types/app/api/default-cwd/route.ts +1 -1
  263. package/.next/types/app/api/file-index/route.ts +1 -1
  264. package/.next/types/app/api/files/[...path]/route.ts +1 -1
  265. package/.next/types/app/api/git/diff/route.ts +1 -1
  266. package/.next/types/app/api/git/status/route.ts +1 -1
  267. package/.next/types/app/api/home/route.ts +1 -1
  268. package/.next/types/app/api/mcp/route.ts +1 -1
  269. package/.next/types/app/api/models/route.ts +1 -1
  270. package/.next/types/app/api/models-config/catalog/route.ts +1 -1
  271. package/.next/types/app/api/models-config/discover/route.ts +1 -1
  272. package/.next/types/app/api/models-config/route.ts +1 -1
  273. package/.next/types/app/api/models-config/test/route.ts +1 -1
  274. package/.next/types/app/api/plugins/route.ts +1 -1
  275. package/.next/types/app/api/project-trust/route.ts +1 -1
  276. package/.next/types/app/api/quota/route.ts +1 -1
  277. package/.next/types/app/api/search/route.ts +353 -0
  278. package/.next/types/app/api/sessions/[id]/auto-name/route.ts +1 -1
  279. package/.next/types/app/api/sessions/[id]/context/route.ts +1 -1
  280. package/.next/types/app/api/sessions/[id]/entries/[entryId]/thinking/route.ts +1 -1
  281. package/.next/types/app/api/sessions/[id]/export/route.ts +1 -1
  282. package/.next/types/app/api/sessions/[id]/route.ts +1 -1
  283. package/.next/types/app/api/sessions/[id]/state/route.ts +1 -1
  284. package/.next/types/app/api/sessions/[id]/todos/route.ts +1 -1
  285. package/.next/types/app/api/sessions/route.ts +1 -1
  286. package/.next/types/app/api/skills/check/route.ts +1 -1
  287. package/.next/types/app/api/skills/install/route.ts +1 -1
  288. package/.next/types/app/api/skills/route.ts +1 -1
  289. package/.next/types/app/api/skills/search/route.ts +1 -1
  290. package/.next/types/app/api/skills/update/route.ts +1 -1
  291. package/.next/types/app/api/tasks/[id]/route.ts +353 -0
  292. package/.next/types/app/api/tasks/route.ts +353 -0
  293. package/.next/types/app/api/terminal/[id]/events/route.ts +1 -1
  294. package/.next/types/app/api/terminal/[id]/route.ts +1 -1
  295. package/.next/types/app/api/terminal/route.ts +1 -1
  296. package/.next/types/app/api/worktrees/route.ts +1 -1
  297. package/.next/types/app/layout.ts +1 -1
  298. package/.next/types/app/page.ts +1 -1
  299. package/.next/types/routes.d.ts +4 -1
  300. package/.next/types/validator.ts +27 -0
  301. package/package.json +1 -1
  302. package/.next/server/chunks/5582.js +0 -3
  303. package/.next/server/chunks/6429.js +0 -1
  304. package/.next/static/GBfmR1YIw5TwJSK794BM9/_buildManifest.js +0 -1
  305. package/.next/static/chunks/3266.5b76f9f71c8cef44.js +0 -1
  306. package/.next/static/chunks/app/_global-error/page-c30a6d7676fbc094.js +0 -1
  307. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-c30a6d7676fbc094.js +0 -1
  308. package/.next/static/chunks/app/api/agent/[id]/events/route-c30a6d7676fbc094.js +0 -1
  309. package/.next/static/chunks/app/api/agent/[id]/route-c30a6d7676fbc094.js +0 -1
  310. package/.next/static/chunks/app/api/agent/new/route-c30a6d7676fbc094.js +0 -1
  311. package/.next/static/chunks/app/api/agent/running/route-c30a6d7676fbc094.js +0 -1
  312. package/.next/static/chunks/app/api/app-update/route-c30a6d7676fbc094.js +0 -1
  313. package/.next/static/chunks/app/api/auth/all-providers/route-c30a6d7676fbc094.js +0 -1
  314. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-c30a6d7676fbc094.js +0 -1
  315. package/.next/static/chunks/app/api/auth/login/[provider]/route-c30a6d7676fbc094.js +0 -1
  316. package/.next/static/chunks/app/api/auth/logout/[provider]/route-c30a6d7676fbc094.js +0 -1
  317. package/.next/static/chunks/app/api/auth/providers/route-c30a6d7676fbc094.js +0 -1
  318. package/.next/static/chunks/app/api/cwd/browse/route-c30a6d7676fbc094.js +0 -1
  319. package/.next/static/chunks/app/api/cwd/validate/route-c30a6d7676fbc094.js +0 -1
  320. package/.next/static/chunks/app/api/default-cwd/route-c30a6d7676fbc094.js +0 -1
  321. package/.next/static/chunks/app/api/file-index/route-c30a6d7676fbc094.js +0 -1
  322. package/.next/static/chunks/app/api/files/[...path]/route-c30a6d7676fbc094.js +0 -1
  323. package/.next/static/chunks/app/api/git/diff/route-c30a6d7676fbc094.js +0 -1
  324. package/.next/static/chunks/app/api/git/status/route-c30a6d7676fbc094.js +0 -1
  325. package/.next/static/chunks/app/api/home/route-c30a6d7676fbc094.js +0 -1
  326. package/.next/static/chunks/app/api/mcp/route-c30a6d7676fbc094.js +0 -1
  327. package/.next/static/chunks/app/api/models/route-c30a6d7676fbc094.js +0 -1
  328. package/.next/static/chunks/app/api/models-config/catalog/route-c30a6d7676fbc094.js +0 -1
  329. package/.next/static/chunks/app/api/models-config/discover/route-c30a6d7676fbc094.js +0 -1
  330. package/.next/static/chunks/app/api/models-config/route-c30a6d7676fbc094.js +0 -1
  331. package/.next/static/chunks/app/api/models-config/test/route-c30a6d7676fbc094.js +0 -1
  332. package/.next/static/chunks/app/api/plugins/route-c30a6d7676fbc094.js +0 -1
  333. package/.next/static/chunks/app/api/project-trust/route-c30a6d7676fbc094.js +0 -1
  334. package/.next/static/chunks/app/api/quota/route-c30a6d7676fbc094.js +0 -1
  335. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-c30a6d7676fbc094.js +0 -1
  336. package/.next/static/chunks/app/api/sessions/[id]/context/route-c30a6d7676fbc094.js +0 -1
  337. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-c30a6d7676fbc094.js +0 -1
  338. package/.next/static/chunks/app/api/sessions/[id]/export/route-c30a6d7676fbc094.js +0 -1
  339. package/.next/static/chunks/app/api/sessions/[id]/route-c30a6d7676fbc094.js +0 -1
  340. package/.next/static/chunks/app/api/sessions/[id]/state/route-c30a6d7676fbc094.js +0 -1
  341. package/.next/static/chunks/app/api/sessions/[id]/todos/route-c30a6d7676fbc094.js +0 -1
  342. package/.next/static/chunks/app/api/sessions/route-c30a6d7676fbc094.js +0 -1
  343. package/.next/static/chunks/app/api/skills/check/route-c30a6d7676fbc094.js +0 -1
  344. package/.next/static/chunks/app/api/skills/install/route-c30a6d7676fbc094.js +0 -1
  345. package/.next/static/chunks/app/api/skills/route-c30a6d7676fbc094.js +0 -1
  346. package/.next/static/chunks/app/api/skills/search/route-c30a6d7676fbc094.js +0 -1
  347. package/.next/static/chunks/app/api/skills/update/route-c30a6d7676fbc094.js +0 -1
  348. package/.next/static/chunks/app/api/terminal/[id]/events/route-c30a6d7676fbc094.js +0 -1
  349. package/.next/static/chunks/app/api/terminal/[id]/route-c30a6d7676fbc094.js +0 -1
  350. package/.next/static/chunks/app/api/terminal/route-c30a6d7676fbc094.js +0 -1
  351. package/.next/static/chunks/app/api/worktrees/route-c30a6d7676fbc094.js +0 -1
  352. package/.next/static/chunks/app/manifest.webmanifest/route-c30a6d7676fbc094.js +0 -1
  353. package/.next/static/chunks/app/page-6f3b30c981247c9d.js +0 -89
  354. package/.next/static/chunks/next/dist/client/components/builtin/app-error-c30a6d7676fbc094.js +0 -1
  355. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-c30a6d7676fbc094.js +0 -1
  356. package/.next/static/chunks/next/dist/client/components/builtin/global-error-00a4badaccb388e6.js +0 -1
  357. package/.next/static/chunks/next/dist/client/components/builtin/not-found-c30a6d7676fbc094.js +0 -1
  358. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-c30a6d7676fbc094.js +0 -1
  359. package/.next/static/css/45519303fb5fd138.css +0 -1
  360. package/public/icons/apple-touch-icon.png +0 -0
  361. package/public/icons/icon-192.png +0 -0
  362. package/public/icons/icon-512.png +0 -0
  363. /package/.next/static/{GBfmR1YIw5TwJSK794BM9 → TTcBG2A8ypXXieSlP70n7}/_ssgManifest.js +0 -0
@@ -1,89 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8974],{14755:(e,t,n)=>{"use strict";n.d(t,{getPresetFromTools:()=>c,sn:()=>d,xG:()=>u});let r=["none","read-only","default","full"],i=[],o=["read","grep","find","ls"],l=["read","bash","edit","write"],a=["bash","read","edit","write","grep","find","ls"],s=new Set(a);function d(e){return"string"==typeof e&&r.includes(e)}function c(e){let t=e.filter(e=>e.active);if(0===t.length)return"none";let n=t.map(e=>e.name).filter(e=>s.has(e)).sort().join(",");return n===[...o].sort().join(",")?"read-only":n===[...l].sort().join(",")?"default":n===[...a].sort().join(",")?"full":"default"}function u(e){return"none"===e?[...i]:"read-only"===e?[...o]:"full"===e?[...a]:[...l]}},17582:(e,t,n)=>{"use strict";n.d(t,{AppShell:()=>od});var r=n(95155),i=n(12115),o=n(47650),l=n(73321),a=n(37206);let s=null,d="pi-web:file-explorer:open";function c(){try{return window.localStorage}catch{return null}}let u=/^<skill name="([^"\n]+)" location="([^"\n]+)">\nReferences are relative to [^\n]+\.\n\n([\s\S]*)\n<\/skill>(?:\n\n([\s\S]+))?$/;function p(e){let t=e.match(u);if(!t)return null;let[,n,,r,i]=t;return{command:i?`/skill:${n} ${i}`:`/skill:${n}`,skillBody:r,userMessage:t[4]}}let h="pi-web:last-open-by-workspace";function g(){try{return window.localStorage}catch{return null}}function x(e){let t=e.getItem(h);if(!t)return{};try{let e=JSON.parse(t);return null===e||"object"!=typeof e||Array.isArray(e)?{}:e}catch{return{}}}function f(e,t=g()){if(t)try{let n=x(t);if(!(e in n))return;delete n[e],0===Object.keys(n).length?t.removeItem(h):t.setItem(h,JSON.stringify(n))}catch{}}function m(e){return e.projectKey??e.projectRoot??e.cwd}function v(e){let t=new Map;for(let n of e){let e=n.projectRoot??n.cwd;if(!e)continue;let r=m(n),i=t.get(r);(!i||n.modified>i.modified)&&t.set(r,{root:e,modified:n.modified})}return[...t.entries()].sort((e,t)=>t[1].modified.localeCompare(e[1].modified)).map(([e,{root:t}])=>({key:e,root:t}))}var y=n(39247);function b(e){let t=e.trim();if(!t.startsWith("file://"))return t;try{let e=new URL(t),n=decodeURIComponent(e.pathname);return/^\/[a-zA-Z]:[\\/]/.test(n)?n=n.slice(1):e.host&&"localhost"!==e.host&&(n=`//${e.host}${n}`),n}catch{let e=t.replace(/^file:\/\/(localhost)?/,"");try{e=decodeURIComponent(e)}catch{}return/^\/[a-zA-Z]:[\\/]/.test(e)&&(e=e.slice(1)),e}}let k=["text/uri-list","x-special/nautilus-clipboard","x-special/gnome-copied-files","x-special/mate-copied-files","x-special/xfce4-copied-files","application/x-kde-cutselection","public.file-url","text/x-moz-url","application/x-moz-file"];function w(e,t){if(!e)return[];let n=[],r=Array.from(e.files??[]);for(let e of r){let t=e.path;"string"==typeof t&&t.trim()&&n.push(t.trim())}if(n.length>0)return Array.from(new Set(n));for(let t of Array.from(e.items??[]))if("file"===t.kind){let e=t.getAsFile(),r=e?.path;"string"==typeof r&&r.trim()&&n.push(r.trim())}if(n.length>0)return Array.from(new Set(n));for(let t of k)try{let r=e.getData(t);if(r){let e=function(e){if(!e)return[];let t=e.split(/\r?\n/),n=[];for(let e of t){let t=e.trim();!(!t||t.startsWith("#"))&&"copy"!==t&&"cut"!==t&&(t.startsWith("file://")?n.push(b(t)):(t.startsWith("/")||/^[a-zA-Z]:[\\/]/.test(t))&&n.push(t))}return n}(r);e.length>0&&n.push(...e)}}catch{}if(n.length>0)return Array.from(new Set(n));try{let t=e.getData("text/plain")||e.getData("text");if(t){let e=t.split(/\r?\n/).map(e=>e.trim()).filter(Boolean),r=e.filter(e=>e.startsWith("file://"));if(r.length>0&&r.length===e.length)for(let e of r)n.push(b(e))}}catch{}if(n.length>0)return Array.from(new Set(n));if(t?.fallbackToFileName&&r.length>0)for(let e of r)e.name&&n.push(e.name);return Array.from(new Set(n))}function j(e,t=" "){return e&&0!==e.length?1===e.length?e[0]:e.map(e=>{let t=e.trim();return!/\s/.test(t)||t.startsWith('"')||t.startsWith("'")?t:`"${t}"`}).join(t):""}async function S(e){let t=e?`?path=${encodeURIComponent(e)}`:"",n=await fetch(`/api/cwd/browse${t}`),r=await n.json();if(!n.ok||r.error)throw Error(r.error??`HTTP ${n.status}`);return r}function C(){return(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.3","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M1.5 3h4l1.5 2h7.5v7.5h-13z"})})}function M(){return(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"2",y:"3",width:"12",height:"10",rx:"1.5"}),(0,r.jsx)("path",{d:"M2 9h12"}),(0,r.jsx)("circle",{cx:"11.5",cy:"11",r:"0.6",fill:"currentColor",stroke:"none"})]})}function T({onCancel:e,onSelect:t,busy:n=!1,error:l}){let{t:a}=(0,y.s)(),[s,d]=(0,i.useState)(null),[c,u]=(0,i.useState)(""),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(""),[f,m]=(0,i.useState)([]),[v,b]=(0,i.useState)(null),[k,j]=(0,i.useState)(null),[R,L]=(0,i.useState)(!0),z=(0,i.useCallback)(async e=>{L(!0),j(null);try{let t=await S(e),n=t.path??e??"/";u(n),h(t.parentPath??null),x(n),m(t.directories??[]),b(t.drives??null)}catch(e){j(e instanceof Error?e.message:String(e))}finally{L(!1)}},[]);(0,i.useEffect)(()=>{d(document.body),z()},[z]);let I=g.trim()!==c,E=!!c&&!I&&!n,W=!!p||/^[a-zA-Z]:[\\/]?$/.test(c);return s?(0,o.createPortal)((0,r.jsx)("div",{className:"directory-picker-backdrop",role:"dialog","aria-modal":"true","aria-label":a("directoryPicker.selectDirectory"),onClick:t=>{t.target!==t.currentTarget||n||e()},onKeyDown:t=>{"Escape"!==t.key||n||e()},style:{position:"fixed",inset:0,zIndex:1e3,display:"flex",alignItems:"center",justifyContent:"center",background:"rgba(0,0,0,0.35)"},children:(0,r.jsxs)("div",{className:"directory-picker-panel",style:{width:520,maxWidth:"calc(100vw - 16px)",height:"min(620px, calc(100dvh - 16px))",maxHeight:"calc(100dvh - 16px)",display:"flex",flexDirection:"column",overflow:"hidden",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:10,boxShadow:"0 8px 32px rgba(0,0,0,0.18)"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",flexShrink:0,padding:"12px 18px",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("div",{style:{minWidth:0,flex:1},children:(0,r.jsx)("div",{style:{color:"var(--text)",fontWeight:700,fontSize:15},children:a("directoryPicker.selectDirectory")})}),(0,r.jsx)("button",{type:"button",onClick:e,disabled:n,title:a("i18n.close"),"aria-label":a("i18n.close"),style:{padding:"2px 6px",border:0,background:"none",color:"var(--text-muted)",fontSize:20,lineHeight:1,cursor:n?"default":"pointer",opacity:n?.5:1},children:"\xd7"})]}),(0,r.jsxs)("form",{onSubmit:e=>{e.preventDefault();let t=g.trim();t&&z(t)},style:{display:"flex",alignItems:"center",gap:8,flexShrink:0,padding:"10px 14px",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("button",{className:"directory-picker-back",type:"button",onClick:()=>void z(p??void 0),disabled:R||!W,title:a("directoryPicker.goToParent"),"aria-label":a("directoryPicker.goToParent"),style:{width:36,height:36,padding:0,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-hover)",color:"var(--text-muted)",cursor:W?"pointer":"default",opacity:W?1:.45},children:(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"m18 15-6-6-6 6"})})}),(0,r.jsx)("label",{htmlFor:"directory-path",style:{position:"absolute",width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",border:0},children:a("directoryPicker.directoryPath")}),(0,r.jsx)("input",{className:"directory-picker-path",id:"directory-path",type:"text",value:g,placeholder:"/path/to/project or ~/project",autoFocus:!0,autoComplete:"off",spellCheck:!1,onChange:e=>{x(e.target.value),j(null)},onPaste:e=>{let t=w(e.clipboardData);t.length>0&&(e.preventDefault(),x(t[0]),j(null))},style:{minWidth:0,flex:1,height:36,padding:"0 10px",border:"1px solid var(--border)",borderRadius:6,outline:"none",background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:12}}),(0,r.jsx)("button",{className:"directory-picker-action",type:"submit",disabled:R||!g.trim(),title:a("directoryPicker.goToDirectory"),style:{minWidth:58,height:36,padding:"0 12px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-hover)",color:"var(--text-muted)",cursor:R||!g.trim()?"default":"pointer",opacity:R||!g.trim()?.6:1},children:a("directoryPicker.go")})]}),(0,r.jsxs)("div",{className:"directory-picker-list",style:{flex:1,minHeight:0,overflow:"auto",padding:"8px 10px"},children:[R?(0,r.jsx)("div",{style:{padding:8,color:"var(--text-dim)",fontSize:11},children:a("directoryPicker.loadingDirectories")}):null!==v?(0,r.jsx)(r.Fragment,{children:v.length>0?v.map(e=>(0,r.jsxs)("button",{className:"directory-picker-entry",type:"button",onClick:()=>void z(e.path),title:e.path,style:{width:"100%",minHeight:34,display:"flex",alignItems:"center",gap:7,padding:"6px 8px",border:0,borderRadius:5,background:"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontFamily:"var(--font-mono)",fontSize:11},children:[(0,r.jsx)(M,{}),(0,r.jsx)("span",{children:e.name})]},e.path)):(0,r.jsx)("div",{style:{padding:8,color:"var(--text-dim)",fontSize:11},children:a("directoryPicker.noDrives")})}):f.length>0?f.map(e=>(0,r.jsxs)("button",{className:"directory-picker-entry",type:"button",onClick:()=>void z(e.path),title:e.path,style:{width:"100%",minHeight:30,display:"flex",alignItems:"center",gap:7,padding:"5px 8px",border:0,borderRadius:5,background:"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontFamily:"var(--font-mono)",fontSize:11},children:[(0,r.jsx)(C,{}),(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]},e.path)):(0,r.jsx)("div",{style:{padding:8,color:"var(--text-dim)",fontSize:11},children:a("directoryPicker.noSubdirectories")}),(k||l)&&(0,r.jsx)("div",{style:{padding:"8px",color:"#dc2626",fontSize:11},children:k??l})]}),(0,r.jsxs)("div",{className:"directory-picker-footer",style:{display:"flex",justifyContent:"flex-end",alignItems:"center",gap:10,flexShrink:0,padding:"10px 18px",borderTop:"1px solid var(--border)"},children:[(0,r.jsx)("button",{className:"directory-picker-action",type:"button",onClick:e,disabled:n,style:{padding:"6px 14px",border:"1px solid var(--border)",borderRadius:6,background:"none",color:"var(--text-muted)",cursor:n?"default":"pointer",fontSize:13},children:a("i18n.cancel")}),(0,r.jsx)("button",{className:"directory-picker-action",type:"button",onClick:()=>t(c),disabled:!E,title:a(I?"directoryPicker.openBeforeSelecting":"directoryPicker.selectCurrentDirectory"),style:{padding:"6px 16px",border:0,borderRadius:6,background:"var(--accent)",color:"#fff",fontSize:13,fontWeight:600,opacity:E?1:.6,cursor:E?"pointer":"default"},children:a(n?"i18n.checking":"directoryPicker.selectThisFolder")})]})]})}),s):null}let R="/icons/catppuccin";function L({name:e,size:t=14}){let n={width:t,height:t,"--catppuccin-icon-light":`url(${R}/latte/${e}.svg)`,"--catppuccin-icon-dark":`url(${R}/mocha/${e}.svg)`};return(0,r.jsx)("span",{"aria-hidden":"true",className:"catppuccin-file-icon",style:n})}function z({size:e=14,open:t=!1}){return(0,r.jsx)(L,{name:t?"_folder_open":"_folder",size:e})}function I({size:e=14}){return(0,r.jsx)(L,{name:"_file",size:e})}let E={ts:"typescript",tsx:"typescript-react",js:"javascript",mjs:"javascript",cjs:"javascript",jsx:"javascript-react",py:"python",json:"json",jsonl:"json",css:"css",less:"css",scss:"sass",html:"html",htm:"html",md:"markdown",mdx:"markdown",yaml:"yaml",yml:"yaml",toml:"toml",sh:"bash",bash:"bash",zsh:"bash",fish:"bash",rs:"rust",go:"go",sql:"database",graphql:"graphql",gql:"graphql",tf:"terraform",hcl:"terraform",docx:"ms-word",pdf:"pdf",lock:"lock"};function W(e,t=14){let n=e.toLowerCase(),i="dockerfile"===n||n.startsWith("dockerfile.")?"docker":".env"===n||n.startsWith(".env.")?"env":[".gitignore",".gitattributes",".gitmodules"].includes(n)?"git":"package-lock.json"===n?"npm-lock":"bun.lock"===n?"bun-lock":["next.config.js","next.config.mjs","next.config.cjs","next.config.ts"].includes(n)?"next":[".eslintrc",".eslintrc.js",".eslintrc.json",".eslintrc.yml","eslint.config.mjs","eslint.config.js"].includes(n)?"eslint":["yarn.lock","pnpm-lock.yaml","cargo.lock"].includes(n)?"lock":n.endsWith(".config.ts")||n.endsWith(".config.js")||n.endsWith(".config.mjs")||n.endsWith(".config.cjs")?"config":void 0;if(i)return(0,r.jsx)(L,{name:i,size:t});let o=E[n.split(".").pop()??""];return o?(0,r.jsx)(L,{name:o,size:t}):(0,r.jsx)(I,{size:t})}function $(e){return/^[a-zA-Z]:[\\/]/.test(e)||e.startsWith("\\\\")?e.replace(/\\/g,"/"):e}function P(e){return $(e).split("/").filter(Boolean).map(encodeURIComponent).join("/")}function D(e){let t=$(e).replace(/\/+$/,"");return t.split("/").pop()??t}function F(e){let t=$(e).replace(/\/+$/,""),n=t.lastIndexOf("/");return n<0?"":0===n?"/":2===n&&/^[a-zA-Z]:\//.test(t)?t.slice(0,3):t.slice(0,n)}function A(e,t){if(!t)return e;let n=$(e),r=$(t).replace(/\/$/,"");return n.startsWith(r+"/")?n.slice(r.length+1):e}function B(e,t){return`${$(e).replace(/\/$/,"")}/${t}`}async function N(e){let t=P(e),n=await fetch(`/api/files/${t}?type=list`);if(!n.ok){let e=`Failed to load files (HTTP ${n.status})`;try{let t=await n.json();t.error&&(e=t.error)}catch{}throw Error(e)}return((await n.json()).entries??[]).map(t=>({name:t.name,fullPath:B(e,t.name),isDir:t.isDir,size:t.size,children:t.isDir?[]:void 0,loaded:!t.isDir}))}async function H(e,t){let n=new URLSearchParams({type:"search",q:t}),r=await fetch(`/api/files/${P(e)}?${n.toString()}`);if(!r.ok)throw Error(`Search failed (HTTP ${r.status})`);return r.json()}async function O(e){let t=new URLSearchParams({cwd:e}),n=await fetch(`/api/git/status?${t.toString()}`);if(!n.ok)throw Error(`Failed to load Git status (HTTP ${n.status})`);return n.json()}let U={modified:"files.modified",added:"files.added",deleted:"files.deleted",renamed:"files.renamed",untracked:"files.untracked",conflict:"files.conflict"},_={modified:"#d6a84b",added:"#4ade80",deleted:"#f87171",renamed:"#60a5fa",untracked:"#4ade80",conflict:"#f87171"};function V({status:e,t}){return(0,r.jsx)("span",{title:t(U[e.status]),"aria-label":t(U[e.status]),style:{width:14,height:14,flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",color:_[e.status],fontFamily:"var(--font-mono)",fontSize:11,fontWeight:600},children:e.code})}function q({size:e=11}){return(0,r.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"4"}),(0,r.jsx)("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"})]})}function K({onClick:e,title:t}){return(0,r.jsx)("button",{type:"button",onClick:e,title:t,"aria-label":t,style:{width:24,height:24,padding:0,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,border:"none",borderRadius:4,background:"none",color:"var(--text-dim)",cursor:"pointer"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text-muted)",e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)",e.currentTarget.style.background="none"},children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"m6 6 12 12"}),(0,r.jsx)("path",{d:"m18 6-12 12"})]})})}function J({node:e,depth:t,cwd:n,onOpenFile:o,onAtMention:l,expandedPaths:a,onToggleExpanded:s,refreshToken:d,highlightedPaths:c,gitStatusByPath:u,changedDirectoryPaths:p,t:h}){let g=a.has(e.fullPath),x=c.has(e.fullPath),f=$(e.fullPath),m=u.get(f),v=e.isDir&&(void 0!==m||p.has(f)),[y,b]=(0,i.useState)(e.children??[]),[k,w]=(0,i.useState)(e.loaded??!1),[j,S]=(0,i.useState)(!1),[C,M]=(0,i.useState)(!1),T=(0,i.useCallback)(async(t=!1)=>{if(!k||t){S(!0);try{let t=await N(e.fullPath);b(t),w(!0)}catch{}finally{S(!1)}}},[k,e.fullPath]);(0,i.useEffect)(()=>{g&&k&&T(!0)},[d]);let R=(0,i.useCallback)(()=>{if(e.isDir){let t=!g;s(e.fullPath,t),t&&!k&&T()}else o(e.fullPath,e.name)},[e.isDir,e.fullPath,e.name,k,g,T,o,s]);return(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{onClick:R,onMouseEnter:()=>M(!0),onMouseLeave:()=>M(!1),style:{position:"relative",display:"flex",alignItems:"center",gap:4,paddingLeft:8+14*t,paddingRight:8,height:24,cursor:"pointer",background:C?"var(--side-hover)":"transparent",borderRadius:4,userSelect:"none"},children:[e.isDir&&(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:g?"rotate(90deg)":"none",transition:"transform 0.1s"},children:(0,r.jsx)("polyline",{points:"3 2 7 5 3 8"})}),!e.isDir&&(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)("span",{style:{flexShrink:0,display:"flex",alignItems:"center"},children:e.isDir?(0,r.jsx)(z,{size:14,open:g}):W(e.name,14)}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},title:e.fullPath,children:e.name}),x&&(0,r.jsx)("span",{title:h("files.newlyUploaded"),"aria-label":h("files.newlyUploaded"),style:{width:14,height:14,flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center"},children:(0,r.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:"#3b82f6"}})}),!C&&!e.isDir&&m&&(0,r.jsx)(V,{status:m,t:h}),!C&&v&&(0,r.jsx)("span",{title:h("files.containsChangedFiles"),"aria-label":h("files.containsChangedFiles"),style:{width:14,height:14,flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center"},children:(0,r.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:"#d6a84b"}})}),j&&(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-dim)",strokeWidth:"2",strokeLinecap:"round",children:(0,r.jsx)("path",{d:"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4"})}),l&&C&&(0,r.jsxs)("button",{onClick:t=>{t.stopPropagation(),l(A(e.fullPath,n),e.isDir)},title:h("files.insertPath"),style:{position:"absolute",right:e.isDir?4:28,top:"50%",transform:"translateY(-50%)",display:"flex",alignItems:"center",justifyContent:"center",gap:4,padding:"0 8px",height:20,background:"var(--side-input)",border:"1px solid var(--border)",borderRadius:4,color:"var(--accent)",cursor:"pointer",fontSize:11,fontWeight:600,whiteSpace:"nowrap"},children:[(0,r.jsx)(q,{}),h("files.mention")]}),C&&!e.isDir&&(0,r.jsx)("a",{href:`/api/files/${P(e.fullPath)}?type=download`,download:!0,onClick:e=>e.stopPropagation(),title:h("files.download"),style:{position:"absolute",right:4,top:"50%",transform:"translateY(-50%)",display:"flex",alignItems:"center",justifyContent:"center",gap:4,padding:"0 5px",height:20,background:"var(--side-input)",border:"1px solid var(--border)",borderRadius:4,color:"var(--text-muted)",cursor:"pointer",fontSize:11,fontWeight:600,whiteSpace:"nowrap",textDecoration:"none"},children:(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,r.jsx)("polyline",{points:"7 10 12 15 17 10"}),(0,r.jsx)("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]})})]}),e.isDir&&g&&(0,r.jsxs)("div",{children:[y.map(e=>(0,r.jsx)(J,{node:e,depth:t+1,cwd:n,onOpenFile:o,onAtMention:l,expandedPaths:a,onToggleExpanded:s,refreshToken:d,highlightedPaths:c,gitStatusByPath:u,changedDirectoryPaths:p,t:h},e.fullPath)),0===y.length&&k&&(0,r.jsx)("div",{style:{paddingLeft:8+(t+1)*14,fontSize:11,color:"var(--text-dim)",height:22,display:"flex",alignItems:"center"},children:"empty"})]})]})}function Y({status:e,cwd:t,onOpenFile:n,t:o}){let[l,a]=(0,i.useState)(!1),s=D(e.filePath),d=A(e.filePath,t);return(0,r.jsxs)("div",{onClick:()=>n(e.filePath,s,{modeHint:"diff"}),onMouseEnter:()=>a(!0),onMouseLeave:()=>a(!1),title:e.filePath,style:{display:"flex",alignItems:"center",gap:6,paddingLeft:10,paddingRight:8,height:24,cursor:"pointer",background:l?"var(--side-hover)":"transparent",borderRadius:4,userSelect:"none"},children:[(0,r.jsx)(V,{status:e,t:o}),(0,r.jsx)("span",{style:{flexShrink:0,display:"flex",alignItems:"center",opacity:.85},children:W(s,13)}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},children:d})]})}function X({match:e,cwd:t,onOpenFile:n}){let[o,l]=(0,i.useState)(!1),a=D(e.path);return(0,r.jsxs)("div",{onClick:()=>n(B(t,e.path),a),onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),title:e.path,style:{display:"flex",alignItems:"center",gap:6,paddingLeft:10,paddingRight:8,height:24,cursor:"pointer",background:o?"var(--side-hover)":"transparent",borderRadius:4,userSelect:"none"},children:[(0,r.jsx)("span",{style:{flexShrink:0,display:"flex",alignItems:"center"},children:e.isDir?(0,r.jsx)(z,{size:13}):W(a,13)}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},children:e.path})]})}let Z=(0,i.forwardRef)(function({cwd:e,onOpenFile:t,refreshKey:n,onAtMention:o,onAtMentions:l,onUploadBusyChange:a,changesCollapsed:s,onChangesCountChange:d},c){let{t:u}=(0,y.s)(),[p,h]=(0,i.useState)([]),[g,x]=(0,i.useState)(!0),[f,m]=(0,i.useState)(null),[v,b]=(0,i.useState)(new Set),[k,w]=(0,i.useState)(0),[j,S]=(0,i.useState)(new Set),[C,M]=(0,i.useState)([]),[T,R]=(0,i.useState)({additions:0,deletions:0}),[L,z]=(0,i.useState)("idle"),[I,E]=(0,i.useState)(0),[W,D]=(0,i.useState)(null),[U,V]=(0,i.useState)(null),[Z,G]=(0,i.useState)(null),[Q,ee]=(0,i.useState)(""),[et,en]=(0,i.useState)(null),er=(0,i.useRef)(null),ei=(0,i.useRef)(null),eo=`${n??0}:${k}`,el="idle"!==L,ea=(0,i.useMemo)(()=>new Map(C.map(e=>[$(e.filePath),e])),[C]),es=(0,i.useMemo)(()=>{let t=new Set,n=$(e).replace(/\/$/,"");for(let e of C){let r=F($(e.filePath));for(;(r===n||r.startsWith(`${n}/`))&&(t.add(r),r!==n);){let e=F(r);if(e===r)break;r=e}}return t},[e,C]),ed=(0,i.useCallback)((e,t)=>{b(n=>{let r=new Set(n);return t?r.add(e):r.delete(e),r})},[]),ec=(0,i.useCallback)(t=>{let n=t.uploaded??[];V({uploaded:n,skipped:t.skipped??[],errors:t.errors??[]}),n.length>0&&(S(new Set(n.map(t=>B(e,t)))),w(e=>e+1))},[e]),eu=(0,i.useCallback)(async(t,n)=>{G(null),D(null),E(0),z("uploading");try{let{status:r,data:i}=await new Promise((r,i)=>{let o=new FormData;t.forEach(e=>o.append("files",e,e.name));let l=new XMLHttpRequest;l.open("POST",`/api/files/${P(e)}?type=upload&conflict=${n}`),l.upload.onprogress=e=>{e.lengthComputable&&e.total>0&&E(Math.round(e.loaded/e.total*100))},l.onerror=()=>i(Error("Network error while uploading files")),l.onabort=()=>i(Error("Upload cancelled")),l.onload=()=>{let e={};try{e=JSON.parse(l.responseText)}catch{l.responseText&&(e.error=l.responseText)}r({status:l.status,data:e})},l.send(o)});if(409===r&&i.conflicts?.length)return void G({files:t,conflicts:i.conflicts,nonReplaceable:i.nonReplaceable??[]});if(r<200||r>=300)throw Error(i.error??`Upload failed (HTTP ${r})`);E(100),ec(i)}catch(e){D(e instanceof Error?e.message:String(e))}finally{z("idle")}},[ec,e]),ep=(0,i.useCallback)(async t=>{if(0!==t.length&&!el){V(null),S(new Set),G(null),D(null),E(0),z("checking");try{let n=await fetch(`/api/files/${P(e)}?type=upload-check`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({fileNames:t.map(e=>e.name)})}),r=await n.json().catch(()=>({}));if(!n.ok)throw Error(r.error??`Upload check failed (HTTP ${n.status})`);if(r.conflicts?.length)return void G({files:t,conflicts:r.conflicts,nonReplaceable:r.nonReplaceable??[]});await eu(t,"error")}catch(e){D(e instanceof Error?e.message:String(e))}finally{z("idle")}}},[e,eu,el]),eh=(0,i.useCallback)(e=>{let t=Array.from(e.target.files??[]);e.target.value="",ep(t)},[ep]);(0,i.useImperativeHandle)(c,()=>({openUploadPicker(){el||ei.current?.click()}}),[el]),(0,i.useEffect)(()=>{a?.(el)},[a,el]),(0,i.useEffect)(()=>()=>a?.(!1),[a]),(0,i.useEffect)(()=>{let t=er.current!==e;er.current=e,t&&(b(new Set),S(new Set),V(null),G(null),D(null),ee(""),en(null)),x(t),m(null);let n=!1;return N(e).then(e=>{n||h(e)}).catch(e=>{n||m(e instanceof Error?e.message:String(e))}).finally(()=>{n||x(!1)}),()=>{n=!0}},[e,n,k]),(0,i.useEffect)(()=>{let t=!1;return O(e).then(e=>{t||(M(e.isGitRepository?e.files:[]),R(e.isGitRepository?{additions:e.additions,deletions:e.deletions}:{additions:0,deletions:0}))}).catch(()=>{t||(M([]),R({additions:0,deletions:0}))}),()=>{t=!0}},[e,n,k]),(0,i.useEffect)(()=>{let t=Q.trim();if(!t)return void en(null);let n=!1,r=setTimeout(()=>{H(e,t).then(e=>{n||en(e.matches)}).catch(()=>{n||en([])})},200);return()=>{n=!0,clearTimeout(r)}},[e,Q]),(0,i.useEffect)(()=>{d?.(C.length)},[C,d]);let eg=el||null!==Z||null!==W||null!==U,ex=(0,i.useCallback)(()=>{U&&0!==U.uploaded.length&&l?.(U.uploaded.map(t=>A(B(e,t),e)))},[e,l,U]);return(0,r.jsxs)("div",{style:{minHeight:"100%"},children:[(0,r.jsx)("input",{ref:ei,type:"file",multiple:!0,hidden:!0,onChange:eh}),eg&&(0,r.jsxs)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--border)"},children:[el&&(0,r.jsxs)("div",{role:"status","aria-live":"polite","aria-label":"checking"===L?u("files.checking"):u("files.uploading",{progress:I}),children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,minHeight:14,color:"var(--text-muted)"},children:["checking"===L?(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",style:{animation:"spin 0.8s linear infinite"},"aria-hidden":"true",children:(0,r.jsx)("path",{d:"M21 12a9 9 0 1 1-5.7-8.4"})}):(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M12 16V4"}),(0,r.jsx)("path",{d:"m7 9 5-5 5 5"}),(0,r.jsx)("path",{d:"M5 20h14"})]}),"uploading"===L&&(0,r.jsxs)("span",{style:{fontSize:10},children:[I,"%"]})]}),"uploading"===L&&(0,r.jsx)("div",{style:{height:3,marginTop:4,overflow:"hidden",borderRadius:2,background:"var(--border)"},children:(0,r.jsx)("div",{style:{width:`${I}%`,height:"100%",background:"var(--text-muted)",transition:"width 120ms ease"}})})]}),Z&&(0,r.jsxs)("div",{role:"alert",style:{padding:7,border:"1px solid color-mix(in srgb, #f59e0b 55%, var(--border))",borderRadius:4,background:"color-mix(in srgb, #f59e0b 9%, var(--bg-panel))"},children:[(0,r.jsx)("div",{style:{fontSize:11,color:"var(--text)",lineHeight:1.35,overflowWrap:"anywhere"},children:u("files.conflictSummary",{count:Z.conflicts.length,countSuffix:1===Z.conflicts.length?"":"s",files:Z.conflicts.join(", ")})}),Z.nonReplaceable.length>0&&(0,r.jsx)("div",{style:{marginTop:3,fontSize:10,color:"#f59e0b",lineHeight:1.35,overflowWrap:"anywhere"},children:u("files.cannotReplace",{files:Z.nonReplaceable.join(", ")})}),(0,r.jsxs)("div",{style:{display:"flex",gap:5,marginTop:7},children:[(0,r.jsx)("button",{type:"button",onClick:()=>void eu(Z.files,"overwrite"),style:{height:22,padding:"0 7px",border:"1px solid #ef4444",borderRadius:4,background:"transparent",color:"#ef4444",cursor:"pointer",fontSize:10},children:u("files.replace")}),(0,r.jsx)("button",{type:"button",onClick:()=>void eu(Z.files,"skip"),style:{height:22,padding:"0 7px",border:"1px solid var(--border)",borderRadius:4,background:"var(--bg-panel)",color:"var(--text)",cursor:"pointer",fontSize:10},children:u("files.skipExisting")}),(0,r.jsx)("button",{type:"button",onClick:()=>G(null),style:{height:22,padding:"0 7px",border:"none",borderRadius:4,background:"transparent",color:"var(--text-muted)",cursor:"pointer",fontSize:10},children:u("files.cancel")})]})]}),W&&(0,r.jsxs)("div",{role:"alert",style:{display:"flex",alignItems:"flex-start",gap:6,fontSize:11,lineHeight:1.35,color:"#f87171"},children:[(0,r.jsx)("span",{style:{minWidth:0,flex:1,overflowWrap:"anywhere"},children:W}),(0,r.jsx)(K,{onClick:()=>D(null),title:u("files.dismissError")})]}),U&&(0,r.jsxs)("div",{"aria-live":"polite",children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,minHeight:22,fontSize:11},children:[(0,r.jsxs)("div",{style:{minWidth:0,flex:1,display:"flex",alignItems:"center",gap:8},children:[U.uploaded.length>0&&(0,r.jsxs)("span",{title:`${U.uploaded.length} uploaded`,"aria-label":`${U.uploaded.length} uploaded`,style:{display:"flex",alignItems:"center",gap:3,color:"#22c55e"},children:[(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"m5 12 4 4L19 6"})}),(0,r.jsx)("span",{children:U.uploaded.length})]}),U.skipped.length>0&&(0,r.jsxs)("span",{title:`${U.skipped.length} skipped`,"aria-label":`${U.skipped.length} skipped`,style:{display:"flex",alignItems:"center",gap:3,color:"var(--text-dim)"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"9"}),(0,r.jsx)("path",{d:"M8 12h8"})]}),(0,r.jsx)("span",{children:U.skipped.length})]}),U.errors.length>0&&(0,r.jsxs)("span",{title:`${U.errors.length} failed`,"aria-label":`${U.errors.length} failed`,style:{display:"flex",alignItems:"center",gap:3,color:"#f87171"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M12 3 2.5 20h19L12 3Z"}),(0,r.jsx)("path",{d:"M12 9v4"}),(0,r.jsx)("path",{d:"M12 17h.01"})]}),(0,r.jsx)("span",{children:U.errors.length})]})]}),U.uploaded.length>0&&l&&(0,r.jsxs)("button",{type:"button",onClick:ex,title:1===U.uploaded.length?u("files.addUploadedFile"):u("files.addAllUploadedFiles"),"aria-label":1===U.uploaded.length?u("files.addUploadedFile"):u("files.addAllUploadedFiles"),style:{height:22,padding:"0 7px",display:"flex",alignItems:"center",justifyContent:"center",gap:4,flexShrink:0,border:"1px solid var(--border)",borderRadius:4,background:"var(--bg-panel)",color:"var(--accent)",cursor:"pointer",fontSize:11,fontWeight:600,whiteSpace:"nowrap"},children:[(0,r.jsx)(q,{}),u("files.mention")]}),(0,r.jsx)(K,{onClick:()=>V(null),title:u("files.dismissUploadResults")})]}),U.errors.map(e=>(0,r.jsxs)("div",{title:e.error,style:{display:"flex",alignItems:"center",gap:4,marginTop:3,minWidth:0,fontSize:10,color:"#f87171"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},"aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"9"}),(0,r.jsx)("path",{d:"M12 8v5"}),(0,r.jsx)("path",{d:"M12 17h.01"})]}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]},e.name))]})]}),!s&&C.length>0&&(0,r.jsxs)("div",{style:{padding:"0 4px 2px"},children:[(0,r.jsxs)("div",{"aria-label":u("files.changeStats",{count:C.length,additions:T.additions,deletions:T.deletions}),style:{display:"flex",alignItems:"center",gap:6,height:24,padding:"0 10px",fontSize:12},children:[(0,r.jsx)("span",{style:{color:"var(--text-dim)"},children:u("files.changedCount",{count:C.length})}),(0,r.jsxs)("span",{style:{color:_.added,fontFamily:"var(--font-mono)"},children:["+",T.additions]}),(0,r.jsxs)("span",{style:{color:_.deleted,fontFamily:"var(--font-mono)"},children:["-",T.deletions]})]}),C.map(n=>(0,r.jsx)(Y,{status:n,cwd:e,onOpenFile:t,t:u},n.filePath))]}),(s||0===C.length)&&(0,r.jsxs)("div",{style:{padding:"2px 4px"},children:[(0,r.jsx)("div",{style:{padding:"0 4px 4px"},children:(0,r.jsx)("input",{type:"text",value:Q,onChange:e=>ee(e.target.value),onKeyDown:e=>{"Escape"===e.key&&ee("")},placeholder:u("files.searchPlaceholder"),"aria-label":u("files.searchPlaceholder"),style:{width:"100%",fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid var(--border)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",boxSizing:"border-box"}})}),null!==et?et.length>0?et.map(n=>(0,r.jsx)(X,{match:n,cwd:e,onOpenFile:t},n.path)):(0,r.jsx)("div",{style:{padding:"8px 12px",fontSize:11,color:"var(--text-dim)"},children:u("files.noFiles")}):g?(0,r.jsx)("div",{style:{padding:"8px 12px",fontSize:11,color:"var(--text-dim)"},children:"Loading files..."}):f?(0,r.jsx)("div",{style:{padding:"8px 12px",fontSize:11,color:"#f87171"},children:f}):p.map(n=>(0,r.jsx)(J,{node:n,depth:0,cwd:e,onOpenFile:t,onAtMention:o,expandedPaths:v,onToggleExpanded:ed,refreshToken:eo,highlightedPaths:j,gitStatusByPath:ea,changedDirectoryPaths:es,t:u},n.fullPath)),!g&&!f&&0===p.length&&(0,r.jsx)("div",{style:{padding:"8px 12px",fontSize:11,color:"var(--text-dim)"},children:u("files.noFiles")})]})]})});function G({onClick:e,title:t,disabled:n,skipHover:i,color:o,background:l="none",marginRight:a,ariaPressed:s,children:d}){return(0,r.jsx)("button",{onClick:e,disabled:n,title:t,"aria-label":t,"aria-pressed":s,style:{position:"relative",display:"flex",alignItems:"center",justifyContent:"center",width:26,height:26,padding:0,marginRight:a,background:l,border:"none",color:o,cursor:n?"default":"pointer",borderRadius:5,flexShrink:0,opacity:n?.6:1,transition:"color 0.3s, background 0.3s"},onMouseEnter:e=>{n||i||(e.currentTarget.style.color="var(--text-muted)",e.currentTarget.style.background="var(--side-hover)")},onMouseLeave:e=>{n||i||(e.currentTarget.style.color=o,e.currentTarget.style.background=l)},children:d})}let Q="pi-web:unread-session-ids";function ee(e,t){return t&&e.startsWith(t)?"~"+e.slice(t.length):e}function et({text:e,style:t}){return(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",display:"block",minWidth:0,lineHeight:1.35,direction:"rtl",textAlign:"left",...t},children:(0,r.jsx)("span",{style:{unicodeBidi:"plaintext"},children:e})})}function en({open:e,children:t,style:n}){let[o,l]=(0,i.useState)(e),[a,s]=(0,i.useState)(e);return((0,i.useEffect)(()=>{let t,n;return e?(l(!0),s(!1),t=window.requestAnimationFrame(()=>{t=window.requestAnimationFrame(()=>s(!0))})):(s(!1),n=setTimeout(()=>l(!1),140)),()=>{void 0!==t&&window.cancelAnimationFrame(t),n&&clearTimeout(n)}},[e]),o)?(0,r.jsx)("div",{style:{...n,opacity:+!!a,transform:a?"translateY(0) scale(1)":"translateY(-8px) scale(0.96)",transformOrigin:"top center",transition:"opacity 140ms ease, transform 140ms ease",pointerEvents:e?"auto":"none"},children:t}):null}let er="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*";function ei(){let[e,t]=(0,i.useState)(!1),[n,o]=(0,i.useState)(!1),l=(0,i.useRef)(null),a=function(e,t){let[n,r]=(0,i.useState)(e),o=(0,i.useRef)(null),l=(0,i.useRef)(0);return(0,i.useEffect)(()=>{if(!t)return void r(e);l.current=0;let n=4*e.length,i=()=>{l.current+=1;let t=Math.floor(l.current/n*e.length);r(e.split("").map((e,n)=>" "===e?" ":n<t?e:er[Math.floor(Math.random()*er.length)]).join("")),l.current<n?o.current=requestAnimationFrame(i):r(e)};return o.current=requestAnimationFrame(i),()=>{o.current&&cancelAnimationFrame(o.current)}},[e,t]),n}(e?"0.1.28p0.84.3":"Pi Web",n),s=(0,i.useCallback)(e=>{t(e),o(!0),setTimeout(()=>o(!1),(e?6:8)*4*(1e3/60)+100)},[]),d=(0,i.useCallback)(()=>{l.current&&clearTimeout(l.current);let t=!e;s(t),t&&(l.current=setTimeout(()=>s(!1),3e3))},[e,s]);return(0,i.useEffect)(()=>()=>{l.current&&clearTimeout(l.current)},[]),(0,r.jsx)("button",{onClick:d,style:{background:"none",border:"none",padding:0,cursor:"default",fontWeight:700,fontSize:15,letterSpacing:"-0.01em",color:e?"var(--accent)":"var(--text)",fontFamily:"var(--font-mono)",minWidth:"6ch"},children:a})}function eo({selectedSessionId:e,onSelectSession:t,onNewSession:n,initialSessionId:o,skipInitialProjectSelection:l,onInitialRestoreDone:a,refreshKey:s,onSessionDeleted:u,selectedCwd:p,onCwdChange:h,onOpenFile:g,explorerRefreshKey:x,onExplorerRefresh:f,onAtMention:b,onAtMentions:k,onBackgroundTaskDone:w,onRunningSessionIdsChange:j}){var S;let{t:C}=(0,y.s)(),[M,R]=(0,i.useState)([]),[L,z]=(0,i.useState)(!0),[I,E]=(0,i.useState)(null),[W,$]=(0,i.useState)(null),[P,D]=(0,i.useState)(""),[F,A]=(0,i.useState)(!1),[B,N]=(0,i.useState)(""),[H,O]=(0,i.useState)(""),[U,_]=(0,i.useState)(!1),[V,q]=(0,i.useState)(""),[K,J]=(0,i.useState)(null),[Y,X]=(0,i.useState)(!1),[er,ea]=(0,i.useState)(null),es=(0,i.useRef)(null),[ed,ec]=(0,i.useState)(null),[eu,ep]=(0,i.useState)(!1),[eh,eg]=(0,i.useState)(!1),[ex,ef]=(0,i.useState)(""),[em,ev]=(0,i.useState)(null),[ey,eb]=(0,i.useState)(!1),[ek,ew]=(0,i.useState)(null),[ej,eS]=(0,i.useState)(null),eC=(0,i.useRef)(null),eM=(0,i.useRef)(null),[eT,eR]=(0,i.useState)(!0),[eL,ez]=(0,i.useState)(0),[eI,eE]=(0,i.useState)(!1),[eW,e$]=(0,i.useState)(0),[eP,eD]=(0,i.useState)(!0),[eF,eA]=(0,i.useState)(!1),[eB,eN]=(0,i.useState)(!1),[eH,eO]=(0,i.useState)(()=>new Set),[eU,e_]=(0,i.useState)(()=>(function(){try{let e=window.localStorage.getItem(Q);if(!e)return new Set;let t=JSON.parse(e);if(Array.isArray(t))return new Set(t.filter(e=>"string"==typeof e));return new Set}catch{return new Set}})()),eV=(0,i.useRef)(new Set),eq=(0,i.useRef)(!1),eK=(0,i.useRef)(null),eJ=(0,i.useRef)(null),eY=(0,i.useRef)(null),eX=(0,i.useCallback)(async(e=!1,t=!1)=>{try{e&&z(!0);let n=await fetch(t?"/api/sessions?force=1":"/api/sessions",{cache:"no-store"});if(!n.ok)throw Error(`HTTP ${n.status}`);let r=await n.json();R(r.sessions),eq.current||eO(new Set(r.runningSessionIds??[]));let i=new Set(r.sessions.map(e=>e.id));e_(e=>{if(0===e.size)return e;let t=new Set([...e].filter(e=>i.has(e)));return t.size===e.size?e:t}),E(null),e||(eA(!0),eK.current&&clearTimeout(eK.current),eK.current=setTimeout(()=>eA(!1),2e3))}catch(e){E(String(e))}finally{e&&z(!1)}},[]),eZ=(0,i.useRef)(!1),eG=(0,i.useRef)(s);(0,i.useEffect)(()=>{let e=!eZ.current;eZ.current=!0,eX(e,s!==eG.current)},[eX,s]),(0,i.useEffect)(()=>{eR(function(e=c()){if(!e)return!0;try{return"false"!==e.getItem(d)}catch{return!0}}())},[]),(0,i.useEffect)(()=>{try{0===eU.size?window.localStorage.removeItem(Q):window.localStorage.setItem(Q,JSON.stringify([...eU]))}catch{}},[eU]),(0,i.useEffect)(()=>{let e=!1,t=null,n=null,r=()=>{t&&clearTimeout(t),t=null},i=async()=>{if(e||"visible"!==document.visibilityState)return;let o=new AbortController;n?.abort(),n=o;try{let t=await fetch("/api/agent/running",{cache:"no-store",signal:o.signal});if(!t.ok)return;let r=await t.json();if(e||n!==o)return;eq.current=!0,eO(new Set(r.runningSessionIds??[]))}catch{}finally{n===o&&(n=null),r(),e||"visible"!==document.visibilityState||(t=setTimeout(()=>void i(),2500))}},o=()=>{"visible"===document.visibilityState?i():(r(),n?.abort(),n=null)};return i(),document.addEventListener("visibilitychange",o),()=>{e=!0,r(),n?.abort(),document.removeEventListener("visibilitychange",o)}},[]),(0,i.useEffect)(()=>{j?.(eH)},[j,eH]),(0,i.useEffect)(()=>{let t=eV.current,n=[...t].filter(t=>!eH.has(t)&&t!==e),r=[...eH].filter(e=>!t.has(e));(n.length>0||r.length>0)&&e_(e=>{let t=new Set(e);return eH.forEach(e=>t.delete(e)),n.forEach(e=>t.add(e)),t});let i=r.some(e=>!M.some(t=>t.id===e));(n.length>0||i)&&eX(!1,!0),n.length>0&&w?.(),eV.current=eH},[eH,e,M,eX,w]),(0,i.useEffect)(()=>{e&&e_(t=>{if(!t.has(e))return t;let n=new Set(t);return n.delete(e),n})},[e]),(0,i.useEffect)(()=>{void 0!==x&&ez(e=>e+1)},[x]),(0,i.useEffect)(()=>{fetch("/api/home").then(e=>e.json()).then(e=>{e.home&&D(e.home)}).catch(()=>{})},[]);let eQ=(0,i.useRef)(!1),e0=(0,i.useCallback)((e,t)=>({root:e,key:t}),[]),e1=(0,i.useCallback)(e=>{if(!e)return null;if(er?.cwd===e)return e0(er.root,er.key);if(ed&&ed.forCwd===e||ed?.worktrees.some(t=>t.path===e))return e0(ed.projectRoot,ed.projectKey);let t=M.find(t=>t.cwd===e||(t.projectRoot??t.cwd)===e);return t?e0(t.projectRoot??t.cwd,m(t)):e0(e,e)},[er,ed,M,e0]),e2=(0,i.useRef)(null);(0,i.useEffect)(()=>{let e=e1(W),t=e2.current;(t?.cwd!==W||t.key!==(e?.key??null))&&(e2.current={cwd:W,key:e?.key??null},h?.(W,e?.root??null,e?.key??null))},[W,h,e1]);let e4=(0,i.useRef)(null);(0,i.useEffect)(()=>{p&&p!==e4.current&&(e4.current=p,$(p))},[p]);let[e8,e5]=(0,i.useState)(0);(0,i.useLayoutEffect)(()=>{if(!W){ec(null),eS(null);return}let e=!1;return eS(W),fetch(`/api/worktrees?cwd=${encodeURIComponent(W)}`).then(e=>e.json()).then(t=>{if(!e){if(eS(null),t.error||!t.projectRoot)return void ec(null);ec({forCwd:W,projectRoot:t.projectRoot,projectKey:t.projectKey??t.projectRoot,isGit:t.isGit??!1,isTopLevel:t.isTopLevel??!1,currentWorktreePath:t.currentWorktreePath??null,worktrees:t.worktrees??[]})}}).catch(()=>{e||(eS(null),ec(null))}),()=>{e=!0}},[W,e8,s]),(0,i.useEffect)(()=>{if(0!==M.length&&!l&&null===W){if(o&&!eQ.current){eQ.current=!0;let e=M.find(e=>e.id===o);if(e){$(e.cwd),t(e,!0);return}a?.()}let e=v(M);e.length>0&&$(e[0].root)}},[M,W,o,l,t,a]);let e6=ed?ed.worktrees.find(e=>e.path===W)??(ed.forCwd===W&&ed.currentWorktreePath?ed.worktrees.find(e=>e.path===ed.currentWorktreePath):void 0)??ed.worktrees.find(e=>e.isMain):void 0,e3=e6?.path??null,e7=(0,i.useCallback)(async e=>{let t=(e??V).trim();if(t&&!Y){X(!0),J(null);try{let e=await fetch("/api/cwd/validate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:t})}),n=await e.json().catch(()=>({}));if(!e.ok||n.error||!n.cwd||!n.projectRoot||!n.projectKey)return void J(n.error??`HTTP ${e.status}`);ea({cwd:n.cwd,root:n.projectRoot,key:n.projectKey}),$(n.cwd),_(!1),q(""),A(!1)}catch(e){J(e instanceof Error?e.message:String(e))}finally{X(!1)}}},[V,Y]),e9=(0,i.useCallback)(()=>{_(!0),J(null),A(!1)},[]),te=(0,i.useCallback)(async()=>{try{let e=await fetch("/api/default-cwd",{method:"POST"}),t=await e.json();t.cwd&&($(t.cwd),_(!1),q(""),J(null),A(!1))}catch{}},[]),tt=(0,i.useCallback)(async()=>{let e=ex.trim();if(e&&!ey&&ed){eb(!0),ev(null);try{let t=await fetch("/api/worktrees",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:ed.projectRoot,branch:e})}),n=await t.json().catch(()=>({}));if(!t.ok||n.error||!n.path)return void ev(n.error??`HTTP ${t.status}`);eg(!1),ef(""),ep(!1),ec(t=>t?{...t,forCwd:n.path,currentWorktreePath:n.path,worktrees:[...t.worktrees,{path:n.path,branch:e,isMain:!1}]}:t),$(n.path),e5(e=>e+1)}catch(e){ev(e instanceof Error?e.message:String(e))}finally{eb(!1)}}},[ex,ey,ed]),tn=(0,i.useCallback)(async(e,t)=>{if(ed&&!ey){eb(!0),ev(null);try{let n=await fetch("/api/worktrees",{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:ed.projectRoot,path:e,force:t})}),r=await n.json().catch(()=>({}));if(!n.ok){if(r.dirty&&!t)return void ew(e);ev(r.error??`HTTP ${n.status}`);return}ew(null),e3===e&&$(ed.projectRoot),e5(e=>e+1)}catch(e){ev(e instanceof Error?e.message:String(e))}finally{eb(!1)}}},[ed,ey,e3]);(0,i.useEffect)(()=>{let e=e=>{es.current&&!es.current.contains(e.target)&&(A(!1),N("")),eC.current&&!eC.current.contains(e.target)&&(ep(!1),eg(!1),ef(""),ev(null),ew(null),O(""))};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]);let tr=(0,i.useCallback)(e=>{e.cwd&&$(e.cwd),t(e)},[t]),ti=(0,i.useCallback)(()=>{if(!W)return;let e="function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}-${Math.random().toString(36).slice(2)}`;n?.(e,W)},[W,n]),to=v(M),tl=to.length>8,ta=B.trim()?to.filter(e=>e.root.toLowerCase().includes(B.trim().toLowerCase())):to,ts=e1(W),td=(0,i.useMemo)(()=>(function(e,t,n){let r=new Map;for(let i of e){let e=m(i);if(!e)continue;let o=r.get(e);o||(o={running:0,unread:0},r.set(e,o)),t.has(i.id)&&o.running++,n.has(i.id)&&o.unread++}return r})(M,eH,eU),[M,eH,eU]),tc=(0,i.useMemo)(()=>[...td.entries()].some(([e,{running:t,unread:n}])=>e!==ts?.key&&(t>0||n>0)),[td,ts]),tu=ts?(S=ts.key,M.filter(e=>m(e)===S)):M,tp=!!(ed?.isGit&&ed.isTopLevel&&W&&ts?.key===ed.projectKey),th=W&&ed&&ts?.key===ed.projectKey&&!tp?ed.isGit?{label:C("sidebar.openRepoRoot"),title:C("sidebar.openRepoRootTitle")}:{label:C("sidebar.gitRepoRootOnly"),title:C("sidebar.gitRepoRootOnlyTitle")}:null,tg=!!(W&&ej===W),tx=th??(tg&&!tp?{label:C("sidebar.worktrees"),title:C("sidebar.checkingWorktrees")}:null),tf=function(e){let t=new Map;for(let n of e)t.set(n.id,{session:n,children:[]});let n=new Map;for(let t of e)t.parentSessionId&&n.set(t.id,t.parentSessionId);let r=[];for(let e of t.values()){let i=function(e){let r=n.get(e),i=new Set;for(;r&&!i.has(r);){if(i.add(r),t.has(r))return r;r=n.get(r)}return null}(e.session.id);i?t.get(i).children.push(e):r.push(e)}let i=e=>{e.sort((e,t)=>t.session.modified.localeCompare(e.session.modified)),e.forEach(e=>i(e.children))};return i(r),r}(tu);return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[U&&(0,r.jsx)(T,{busy:Y,error:K,onCancel:()=>{_(!1),J(null)},onSelect:e=>void e7(e)}),(0,r.jsxs)("div",{style:{padding:"12px 10px 10px",borderBottom:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:10},children:[(0,r.jsx)(ei,{}),(0,r.jsxs)("div",{style:{display:"flex",gap:2,alignItems:"center"},children:[(0,r.jsxs)("button",{onClick:ti,disabled:!W,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,background:"transparent",border:"none",color:W?"var(--text-muted)":"var(--text-dim)",cursor:W?"pointer":"not-allowed",padding:"3px 6px",borderRadius:4,fontSize:12,fontWeight:500,letterSpacing:"-0.01em",flexShrink:0,textDecoration:"none",transition:"color 0.12s"},title:W?C("sidebar.newSessionTitle",{path:W}):C("sidebar.selectProject"),onMouseEnter:e=>{W&&(e.currentTarget.style.color="var(--accent)",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{e.currentTarget.style.color=W?"var(--text-muted)":"var(--text-dim)",e.currentTarget.style.textDecoration="none"},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"6",y1:"1",x2:"6",y2:"11"}),(0,r.jsx)("line",{x1:"1",y1:"6",x2:"11",y2:"6"})]}),C("sidebar.new")]}),(0,r.jsxs)("button",{onClick:()=>eX(!1,!0),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,background:eF?"rgba(74,222,128,0.12)":"transparent",border:"none",color:eF?"#4ade80":"var(--text-muted)",cursor:"pointer",padding:"3px 6px",borderRadius:4,fontSize:12,fontWeight:500,letterSpacing:"-0.01em",flexShrink:0,textDecoration:"none",transition:"color 0.3s, background 0.3s"},onMouseEnter:e=>{eF||(e.currentTarget.style.color="var(--accent)",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{eF||(e.currentTarget.style.color="var(--text-muted)",e.currentTarget.style.textDecoration="none")},title:C("sidebar.refresh"),children:[eF?(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"#4ade80",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}),(0,r.jsx)("path",{d:"M3 3v5h5"})]}),C("sidebar.refresh")]})]})]}),(0,r.jsxs)("div",{ref:es,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>A(e=>!e),title:ts?.root??W??"",style:{width:"100%",display:"flex",alignItems:"center",padding:"6px 10px",background:W?"transparent":"color-mix(in srgb, var(--accent) 8%, transparent)",border:W?"1px solid var(--border)":"1px solid rgba(37,99,235,0.4)",borderRadius:7,cursor:"pointer",fontSize:12,color:"var(--text)",textAlign:"left",transition:"border-color 0.15s, background 0.15s"},children:[W?(0,r.jsx)(et,{text:ee(ts?.root??W,P),style:{flex:1,fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text)"}}):(0,r.jsx)("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text-dim)"},children:o&&!eQ.current?"":C("sidebar.selectProject")}),tc&&(0,r.jsx)("span",{title:C("sidebar.newActivity"),"aria-label":C("sidebar.newActivity"),style:{width:8,height:8,borderRadius:"50%",flexShrink:0,marginLeft:6,background:"var(--accent)"}})]}),(0,r.jsxs)(en,{open:F,style:{position:"absolute",top:"calc(100% + 4px)",left:0,right:0,zIndex:100,background:"var(--panel-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 6px 20px rgba(0,0,0,0.10)",overflow:"hidden"},children:[tl&&(0,r.jsx)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--border)"},children:(0,r.jsx)("input",{value:B,onChange:e=>N(e.target.value),onKeyDown:e=>{"Escape"===e.key&&(N(""),A(!1))},placeholder:C("sidebar.filterProjects"),autoFocus:!0,style:{width:"100%",fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid var(--border)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",boxSizing:"border-box"}})}),(0,r.jsxs)("div",{style:{maxHeight:"min(50vh, 380px)",overflowY:"auto"},children:[ta.map(e=>{var t,n;return(0,r.jsxs)("button",{onClick:()=>{$(e.root),N(""),_(!1),q(""),J(null),A(!1)},style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"transparent",border:"none",borderBottom:"1px solid var(--border)",color:e.key===ts?.key?"var(--text)":"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11,fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.root,onMouseEnter:e=>{e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:[e.key===ts?.key&&(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}),e.key!==ts?.key&&(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)(et,{text:ee(e.root,P),style:{flex:1}}),(t=td.get(e.key),n=C,t&&(0!==t.running||0!==t.unread)?(0,r.jsxs)("span",{style:{display:"inline-flex",alignItems:"center",gap:5,flexShrink:0,marginLeft:6},children:[t.running>0&&(0,r.jsxs)("span",{title:n("sidebar.agentRunning"),"aria-label":`${n("sidebar.agentRunning")} (${t.running})`,style:{display:"inline-flex",alignItems:"center",gap:3,color:"var(--accent)",fontSize:10,fontFamily:"var(--font-mono)"},children:[(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",style:{display:"block"},children:(0,r.jsxs)("g",{children:[(0,r.jsx)("path",{d:"M21 12a9 9 0 1 1-3.8-7.4",stroke:"currentColor",strokeWidth:"2.8",strokeLinecap:"round"}),(0,r.jsx)("animateTransform",{attributeName:"transform",type:"rotate",from:"0 12 12",to:"360 12 12",dur:"0.9s",repeatCount:"indefinite"})]})}),t.running]}),t.unread>0&&(0,r.jsxs)("span",{title:n("sidebar.newSessionActivity"),"aria-label":`${n("sidebar.newSessionActivity")} (${t.unread})`,style:{display:"inline-flex",alignItems:"center",gap:3,color:"#0891b2",fontSize:10,fontFamily:"var(--font-mono)"},children:[(0,r.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:"currentColor",display:"inline-block"}}),t.unread]})]}):null)]},e.key)}),0===ta.length&&B.trim()&&(0,r.jsx)("div",{style:{padding:"8px 10px",fontSize:11,color:"var(--text-dim)"},children:C("sidebar.noMatchingProjects")})]}),!U&&(0,r.jsxs)("button",{onClick:e=>{e.stopPropagation(),te()},style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"none",border:"none",borderTop:ta.length>0?"1px solid var(--border)":"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11},children:[(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.1",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("path",{d:"M1 3A1 1 0 0 1 2 2H4L5 3.5H8.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7A.5.5 0 0 1 1 8V3Z"})}),(0,r.jsx)("span",{children:C("sidebar.useDefaultDirectory")})]}),(0,r.jsxs)("button",{onClick:e=>{e.stopPropagation(),e9()},style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11},children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.1",strokeLinecap:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"5",y1:"1",x2:"5",y2:"9"}),(0,r.jsx)("line",{x1:"1",y1:"5",x2:"9",y2:"5"})]}),(0,r.jsx)("span",{children:C("sidebar.customPath")})]})]})]}),tp&&(()=>{if(!ed)return null;let e=ed.worktrees.length>=8,t=e&&H.trim()?ed.worktrees.filter(e=>(e.branch??ee(e.path,P)).toLowerCase().includes(H.trim().toLowerCase())):ed.worktrees;return(0,r.jsxs)("div",{ref:eC,style:{position:"relative",marginTop:6},children:[(0,r.jsxs)("button",{onClick:()=>ep(e=>!e),title:e6?C("sidebar.switchWorktreeTitle",{path:e6.path}):C("sidebar.switchWorktree"),style:{width:"100%",height:29,boxSizing:"border-box",display:"flex",alignItems:"center",gap:6,padding:"0 10px",background:"transparent",border:"1px solid var(--border)",borderRadius:7,cursor:"pointer",fontSize:11,lineHeight:1.35,color:"var(--text-muted)",textAlign:"left"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,color:e6&&!e6.isMain?"var(--accent)":"var(--text-dim)"},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),(0,r.jsx)(et,{text:e6?e6.branch??ee(e6.path,P):"…",style:{flex:1,fontFamily:"var(--font-mono)",color:"var(--text)"}}),e6?.isMain&&(0,r.jsx)("span",{style:{flexShrink:0,color:"var(--text-dim)",fontSize:10},children:C("sidebar.main")}),ed.worktrees.length>1&&(0,r.jsx)("span",{style:{flexShrink:0,color:"var(--text-dim)",fontSize:10},children:ed.worktrees.length}),(0,r.jsx)("svg",{width:"9",height:"9",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})]}),(0,r.jsxs)(en,{open:eu,style:{position:"absolute",top:"calc(100% + 4px)",left:0,right:0,zIndex:100,background:"var(--panel-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 6px 20px rgba(0,0,0,0.10)",overflow:"hidden"},children:[e&&(0,r.jsx)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--border)"},children:(0,r.jsx)("input",{value:H,onChange:e=>O(e.target.value),onKeyDown:e=>{"Escape"===e.key&&(O(""),ep(!1))},placeholder:C("sidebar.filterWorktrees"),autoFocus:!0,style:{width:"100%",fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid var(--border)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",boxSizing:"border-box"}})}),(0,r.jsxs)("div",{style:{maxHeight:"min(40vh, 300px)",overflowY:"auto"},children:[t.map(e=>{let t=e.path===e3;return ek===e.path?(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6,padding:"7px 10px",borderBottom:"1px solid var(--border)",background:"rgba(239,68,68,0.06)"},children:[(0,r.jsx)("span",{style:{flex:1,fontSize:11,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:C("sidebar.forceRemoveCheckout")}),(0,r.jsx)("button",{onClick:()=>void tn(e.path,!0),disabled:ey,style:{padding:"3px 9px",background:"#ef4444",border:"none",borderRadius:5,color:"#fff",fontSize:11,fontWeight:600,cursor:"pointer",flexShrink:0},children:C("sidebar.force")}),(0,r.jsx)("button",{onClick:()=>ew(null),style:{padding:"3px 9px",background:"transparent",border:"1px solid var(--border)",borderRadius:5,color:"var(--text-muted)",fontSize:11,cursor:"pointer",flexShrink:0},children:C("sidebar.cancel")})]},e.path):(0,r.jsxs)("div",{className:"wt-row",style:{display:"flex",alignItems:"center",borderBottom:"1px solid var(--border)"},children:[(0,r.jsxs)("button",{onClick:()=>{$(e.path),ep(!1),ev(null),O("")},title:e.path,onMouseEnter:e=>{e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},style:{flex:1,minWidth:0,display:"flex",alignItems:"center",gap:7,padding:"8px 10px",background:"transparent",border:"none",color:t?"var(--text)":"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11,fontFamily:"var(--font-mono)"},children:[t?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)(et,{text:e.branch??ee(e.path,P),style:{flex:1}}),e.isMain&&(0,r.jsx)("span",{style:{flexShrink:0,color:"var(--text-dim)",fontSize:10},children:C("sidebar.main")})]}),!e.isMain&&(0,r.jsx)("button",{onClick:()=>void tn(e.path,!1),disabled:ey,title:C("sidebar.removeWorktreeTitle",{path:e.path}),style:{display:"flex",alignItems:"center",justifyContent:"center",width:34,height:28,padding:0,marginRight:4,background:"none",border:"none",color:"var(--text-dim)",cursor:"pointer",borderRadius:5,flexShrink:0,transition:"color 0.12s, background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="#ef4444",e.currentTarget.style.background="rgba(239,68,68,0.08)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)",e.currentTarget.style.background="none"},children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"}),(0,r.jsx)("path",{d:"M10 11v6M14 11v6"}),(0,r.jsx)("path",{d:"M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2"})]})})]},e.path)}),e&&0===t.length&&H.trim()&&(0,r.jsx)("div",{style:{padding:"8px 10px",fontSize:11,color:"var(--text-dim)"},children:C("sidebar.noMatchingWorktrees")})]}),eh?(0,r.jsxs)("div",{style:{padding:"6px 8px"},children:[(0,r.jsx)("input",{ref:eM,value:ex,onChange:e=>{ef(e.target.value),ev(null)},onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),tt()),"Escape"===e.key&&(eg(!1),ef(""),ev(null))},placeholder:C("sidebar.branchName"),style:{width:"100%",fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid var(--accent)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",boxSizing:"border-box"}}),(0,r.jsxs)("div",{style:{display:"flex",gap:5,marginTop:5},children:[(0,r.jsx)("button",{onClick:()=>void tt(),disabled:ey||!ex.trim(),style:{flex:1,padding:"4px 0",background:"var(--accent)",border:"none",borderRadius:5,color:"#fff",fontSize:11,fontWeight:600,cursor:ey||!ex.trim()?"not-allowed":"pointer",opacity:ey||!ex.trim()?.65:1},children:ey?C("sidebar.creating"):C("sidebar.create")}),(0,r.jsx)("button",{onClick:()=>{eg(!1),ef(""),ev(null)},style:{flex:1,padding:"4px 0",background:"transparent",border:"1px solid var(--border)",borderRadius:5,color:"var(--text-muted)",fontSize:11,cursor:"pointer"},children:C("sidebar.cancel")})]})]}):(0,r.jsxs)("button",{onClick:e=>{e.stopPropagation(),eg(!0),ev(null),setTimeout(()=>eM.current?.focus(),0)},title:C("sidebar.createWorktreeTitle"),style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11},children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.1",strokeLinecap:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"5",y1:"1",x2:"5",y2:"9"}),(0,r.jsx)("line",{x1:"1",y1:"5",x2:"9",y2:"5"})]}),(0,r.jsx)("span",{children:C("sidebar.newWorktree")})]}),em&&(0,r.jsx)("div",{style:{padding:"5px 10px 8px",color:"#dc2626",fontSize:11,lineHeight:1.35,overflowWrap:"anywhere"},children:em})]})]})})(),tx&&(0,r.jsxs)("button",{type:"button","aria-disabled":"true",tabIndex:-1,title:tx.title,style:{width:"100%",height:29,boxSizing:"border-box",marginTop:6,display:"flex",alignItems:"center",gap:6,padding:"0 10px",border:"1px solid var(--border)",borderRadius:7,background:"transparent",color:"var(--text-dim)",fontSize:11,lineHeight:1.35,whiteSpace:"nowrap",textAlign:"left",cursor:"default",opacity:.82},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis"},children:tx.label})]})]}),(0,r.jsxs)("div",{style:{flex:eT&&(p||W)?"1 1 0":"1 1 auto",overflowY:"auto",padding:"0",minHeight:80},children:[L&&(0,r.jsx)("div",{style:{padding:"16px 14px",color:"var(--text-muted)",fontSize:12},children:C("sidebar.loading")}),I&&(0,r.jsx)("div",{style:{padding:"12px 14px",color:"#f87171",fontSize:12},children:I}),!L&&!I&&0===tu.length&&(0,r.jsx)("div",{style:{padding:"16px 14px",color:"var(--text-muted)",fontSize:12},children:C("sidebar.noSessions")}),tf.map(t=>(0,r.jsx)(el,{node:t,selectedSessionId:e,runningSessionIds:eH,unreadSessionIds:eU,onSelectSession:tr,onRenamed:eX,onSessionDeleted:e=>{u?.(e),eX()},depth:0},t.session.id))]}),(p||W)&&(0,r.jsxs)("div",{style:{borderTop:"1px solid var(--border)",display:"flex",flexDirection:"column",flex:eT?"1 1 0":"0 0 auto",minHeight:0,overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",flexShrink:0},children:[(0,r.jsxs)("button",{onClick:()=>eR(e=>{let t=!e;return!function(e,t=c()){if(t)try{t.setItem(d,String(e))}catch{}}(t),t}),style:{display:"flex",alignItems:"center",gap:6,flex:1,padding:"6px 10px",background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:11,fontWeight:600,letterSpacing:"0.05em",textTransform:"uppercase",textAlign:"left"},children:[(0,r.jsx)("svg",{width:"9",height:"9",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",style:{transform:eT?"rotate(90deg)":"none",transition:"transform 0.15s",flexShrink:0},children:(0,r.jsx)("polyline",{points:"3 2 7 5 3 8"})}),C("files.explorer")]}),eT&&eW>0&&(0,r.jsx)(G,{onClick:()=>eD(e=>!e),title:C("sidebar.changedFiles",{count:eW}),ariaPressed:!eP,color:eP?"var(--text-dim)":"var(--accent)",background:eP?"none":"var(--side-active)",children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"}),(0,r.jsx)("path",{d:"M3 12h6"}),(0,r.jsx)("path",{d:"M15 12h6"})]})}),eT&&(0,r.jsx)(G,{onClick:()=>eY.current?.openUploadPicker(),disabled:eI,title:C("sidebar.uploadFilesTitle"),color:"var(--text-dim)",children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,r.jsx)("path",{d:"m17 8-5-5-5 5"}),(0,r.jsx)("path",{d:"M12 3v12"})]})}),(0,r.jsx)(G,{onClick:()=>{f?f():ez(e=>e+1),eN(!0),eJ.current&&clearTimeout(eJ.current),eJ.current=setTimeout(()=>eN(!1),2e3)},title:C("sidebar.refreshExplorer"),skipHover:eB,color:eB?"#4ade80":"var(--text-dim)",background:eB?"rgba(74,222,128,0.18)":"none",marginRight:6,children:eB?(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"#4ade80",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}),(0,r.jsx)("path",{d:"M3 3v5h5"})]})})]}),eT&&(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",overflowX:"hidden"},children:(0,r.jsx)(Z,{ref:eY,cwd:W??p,onOpenFile:g??(()=>{}),refreshKey:eL,onAtMention:b,onAtMentions:k,onUploadBusyChange:eE,changesCollapsed:eP,onChangesCountChange:e$})})]})]})}function el({node:e,selectedSessionId:t,runningSessionIds:n,unreadSessionIds:o,onSelectSession:l,onRenamed:a,onSessionDeleted:s,depth:d}){let[c,u]=(0,i.useState)(!1),p=e.children.length>0;return(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{style:{position:"relative"},children:[d>0&&(0,r.jsx)("div",{style:{position:"absolute",left:12*d+6,top:0,bottom:0,width:1,background:"var(--border)",pointerEvents:"none"}}),(0,r.jsx)(ed,{session:e.session,isSelected:e.session.id===t,isRunning:n.has(e.session.id),isUnread:o.has(e.session.id),onClick:()=>l(e.session),onRenamed:a,onDeleted:e=>s?.(e),depth:d,hasChildren:p,collapsed:c,onToggleCollapse:()=>u(e=>!e)})]}),p&&!c&&(0,r.jsx)("div",{children:e.children.map(e=>(0,r.jsx)(el,{node:e,selectedSessionId:t,runningSessionIds:n,unreadSessionIds:o,onSelectSession:l,onRenamed:a,onSessionDeleted:s,depth:d+1},e.session.id))})]})}function ea(){let{t:e}=(0,y.s)();return(0,r.jsx)("span",{title:e("sidebar.agentRunning"),"aria-label":e("sidebar.agentRunning"),style:{width:14,height:14,display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,color:"var(--accent)"},children:(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",style:{display:"block"},children:(0,r.jsxs)("g",{children:[(0,r.jsx)("path",{d:"M21 12a9 9 0 1 1-3.8-7.4",stroke:"currentColor",strokeWidth:"2.8",strokeLinecap:"round"}),(0,r.jsx)("animateTransform",{attributeName:"transform",type:"rotate",from:"0 12 12",to:"360 12 12",dur:"0.9s",repeatCount:"indefinite"})]})})})}function es(){let{t:e}=(0,y.s)();return(0,r.jsx)("span",{title:e("sidebar.newActivity"),"aria-label":e("sidebar.newSessionActivity"),style:{width:14,height:14,display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,color:"#0891b2"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none","aria-hidden":"true",style:{display:"block"},children:[(0,r.jsx)("circle",{cx:"7",cy:"7",r:"2.5",fill:"currentColor"}),(0,r.jsxs)("circle",{cx:"7",cy:"7",r:"3",stroke:"currentColor",strokeWidth:"1.4",opacity:"0.32",children:[(0,r.jsx)("animate",{attributeName:"r",values:"3;6;3",dur:"1.6s",repeatCount:"indefinite"}),(0,r.jsx)("animate",{attributeName:"opacity",values:"0.32;0;0.32",dur:"1.6s",repeatCount:"indefinite"})]})]})})}function ed({session:e,isSelected:t,isRunning:n,isUnread:o,onClick:l,onRenamed:a,onDeleted:s,depth:d=0,hasChildren:c=!1,collapsed:u=!1,onToggleCollapse:h}){let g,x,f,m,v,{t:b}=(0,y.s)(),[k,w]=(0,i.useState)(!1),[j,S]=(0,i.useState)(!1),[C,M]=(0,i.useState)(""),[T,R]=(0,i.useState)(!1),[L,z]=(0,i.useState)(!1),I=(0,i.useRef)(null);(0,i.useEffect)(()=>{if(j){let e=requestAnimationFrame(()=>I.current?.select());return()=>cancelAnimationFrame(e)}},[j]);let E=p(e.firstMessage),W=E?.command??e.firstMessage,$=e.name||W.slice(0,50)||e.id.slice(0,12),P=(0,i.useCallback)(t=>{t.stopPropagation(),e.transient||(M(e.name||W.slice(0,50)||e.id.slice(0,12)),S(!0))},[e.name,e.transient,W,e.id]),D=(0,i.useCallback)(async()=>{let t=C.trim();if(S(!1),C!==$&&t!==(e.name??""))try{await fetch(`/api/sessions/${encodeURIComponent(e.id)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:t})}),a?.()}catch{}},[C,e.id,e.name,a,$]),F=(0,i.useCallback)(async()=>{if(!e.transient){R(!1),z(!0);try{await fetch(`/api/sessions/${encodeURIComponent(e.id)}`,{method:"DELETE"}),s?.(e.id)}catch{z(!1)}}},[e.id,e.transient,s]),A=(0,i.useCallback)(e=>{e.stopPropagation(),e.shiftKey?F():R(!0)},[F]),B=(0,i.useCallback)(e=>{e.stopPropagation(),F()},[F]),N=(0,i.useCallback)(e=>{e.stopPropagation(),R(!1)},[]),H=(0,i.useCallback)(t=>{(function(e,t=window){let n=new CustomEvent("pi-web:session-row-contextmenu",{cancelable:!0,detail:e});return!t.dispatchEvent(n)})({id:e.id,path:e.path,cwd:e.cwd,name:e.name,clientX:t.clientX,clientY:t.clientY,refresh:()=>{a?.()}})&&(t.preventDefault(),t.stopPropagation())},[a,e.cwd,e.id,e.name,e.path]);return(0,r.jsx)("div",{onClick:T||j?void 0:l,onContextMenu:T||j?void 0:H,onMouseEnter:()=>w(!0),onMouseLeave:()=>{w(!1)},style:{height:54,display:"flex",alignItems:"center",paddingLeft:d>0?12*d+14:14,paddingRight:8,cursor:T||j?"default":"pointer",background:T?"rgba(239,68,68,0.06)":t?"var(--side-selected)":k?"var(--side-hover)":"transparent",borderLeft:T?"2px solid #ef4444":t?"2px solid var(--accent)":"2px solid transparent",transition:"background 0.1s",opacity:L?.5:1,gap:6,overflow:"hidden"},children:T?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{style:{flex:1,minWidth:0,fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:b("sidebar.deleteSession",{title:$.slice(0,22)+($.length>22?"…":"")})}),(0,r.jsxs)("div",{style:{display:"flex",gap:5,flexShrink:0},children:[(0,r.jsxs)("button",{onClick:B,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,height:30,padding:"0 11px",background:"#ef4444",border:"none",borderRadius:6,color:"#fff",cursor:"pointer",fontSize:12,fontWeight:600,whiteSpace:"nowrap"},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"}),(0,r.jsx)("path",{d:"M10 11v6M14 11v6"}),(0,r.jsx)("path",{d:"M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2"})]}),b("sidebar.delete")]}),(0,r.jsx)("button",{onClick:N,style:{display:"flex",alignItems:"center",justifyContent:"center",height:30,padding:"0 11px",background:"var(--side-input)",border:"1px solid var(--border)",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",fontSize:12,fontWeight:500,whiteSpace:"nowrap"},children:b("sidebar.cancel")})]})]}):j?(0,r.jsx)("input",{ref:I,value:C,onChange:e=>M(e.target.value),onBlur:D,onKeyDown:e=>{"Enter"===e.key&&D(),"Escape"===e.key&&S(!1)},autoFocus:!0,style:{flex:1,fontSize:12,padding:"5px 8px",border:"1px solid var(--accent)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",height:30}}):(0,r.jsxs)(r.Fragment,{children:[d>0&&(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-dim)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{display:"flex",alignItems:"center",gap:5,minWidth:0,fontSize:12,fontWeight:t?500:400,lineHeight:1.4,color:"var(--text)"},title:$,children:(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",minWidth:0},children:$})}),(0,r.jsxs)("div",{style:{marginTop:2,display:"flex",alignItems:"center",gap:8,color:"var(--text-dim)",fontSize:11,minWidth:0},children:[n?(0,r.jsx)(ea,{}):o?(0,r.jsx)(es,{}):(0,r.jsx)("span",{title:e.modified,children:(g=new Date(e.modified),f=Math.floor((x=new Date().getTime()-g.getTime())/6e4),m=Math.floor(x/36e5),v=Math.floor(x/864e5),f<1?"just now":f<60?`${f}m ago`:m<24?`${m}h ago`:v<7?`${v}d ago`:g.toLocaleDateString())}),(0,r.jsx)("span",{children:b("sidebar.messagesCount",{count:e.messageCount})}),e.worktreeBranch&&(0,r.jsxs)("span",{title:`Worktree: ${e.cwd}`,style:{display:"flex",alignItems:"center",gap:3,color:"var(--accent)",minWidth:0,overflow:"hidden"},children:[(0,r.jsxs)("svg",{width:"9",height:"9",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.worktreeBranch})]})]})]}),k&&!e.transient&&(0,r.jsxs)("div",{style:{display:"flex",gap:4,flexShrink:0},children:[(0,r.jsx)("button",{onClick:P,title:b("sidebar.rename"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:32,height:32,padding:0,background:"transparent",border:"1px solid transparent",borderRadius:7,color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--side-active)",e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent",e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"})})}),(0,r.jsx)("button",{onClick:A,title:b("sidebar.deleteWithShiftClick"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:32,height:32,padding:0,background:"transparent",border:"1px solid transparent",borderRadius:7,color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="rgba(239,68,68,0.12)",e.currentTarget.style.color="#ef4444"},onMouseLeave:e=>{e.currentTarget.style.background="transparent",e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"}),(0,r.jsx)("path",{d:"M10 11v6M14 11v6"}),(0,r.jsx)("path",{d:"M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2"})]})})]}),c&&(0,r.jsx)("button",{onClick:e=>{e.stopPropagation(),h?.()},title:u?"Expand forks":"Collapse forks",style:{display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,padding:0,flexShrink:0,background:"none",border:"none",color:"var(--text-dim)",cursor:"pointer",transform:u?"rotate(-90deg)":"none",transition:"transform 0.15s"},children:(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})})]})})}let ec=/\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~]|\][^\x07]*(?:\x07|\x1B\\))/g,eu=/^\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~]|\][^\x07]*(?:\x07|\x1B\\))/,ep=/\x1B\[([0-9;]*)m/g,eh=/\x1B_pi:c\x07/g,eg=["#1f2937","#dc2626","#16a34a","#d97706","#2563eb","#9333ea","#0891b2","#6b7280"],ex=["#9ca3af","#ef4444","#22c55e","#f59e0b","#3b82f6","#a855f7","#06b6d4","#e5e7eb"];function ef(e){return e.replace(eh,"").replace(ec,"")}function em(e){let t=[],n=0;for(;n<e.length;){if(27===e.charCodeAt(n)){let t=e.slice(n).match(eu);if(t){n+=t[0].length;continue}}let r=e.codePointAt(n);if(void 0===r)break;let i=String.fromCodePoint(r);t.push({start:n,end:n+i.length,char:i}),n+=i.length}return t}function ev(e,t){let n=em(e)[t];return n?e.slice(0,n.start)+e.slice(n.end):e}function ey(e){return em(e)[0]?.char}function eb(e){let t,n=[],r={},i=0;for(ep.lastIndex=0;null!==(t=ep.exec(e));)t.index>i&&n.push({text:e.slice(i,t.index),style:r}),r=function(e,t){let n={...e};for(let e=0;e<t.length;e++){let r=t[e];if(0===r)for(let e of Object.keys(n))delete n[e];else if(1===r)n.fontWeight=700;else if(2===r)n.opacity=.65;else if(3===r)n.fontStyle="italic";else if(4===r)n.textDecoration="underline";else if(22===r)delete n.fontWeight,delete n.opacity;else if(23===r)delete n.fontStyle;else if(24===r)delete n.textDecoration;else if(39===r)delete n.color;else if(49===r)delete n.backgroundColor;else if(r>=30&&r<=37)n.color=eg[r-30];else if(r>=90&&r<=97)n.color=ex[r-90];else if(r>=40&&r<=47)n.backgroundColor=eg[r-40];else if(r>=100&&r<=107)n.backgroundColor=ex[r-100];else if((38===r||48===r)&&2===t[e+1]){let[i,o,l]=[t[e+2],t[e+3],t[e+4]];[i,o,l].every(e=>"number"==typeof e&&Number.isFinite(e))&&(38===r?n.color=`rgb(${i}, ${o}, ${l})`:n.backgroundColor=`rgb(${i}, ${o}, ${l})`),e+=4}else if((38===r||48===r)&&5===t[e+1]){let i=function(e){if(e>=0&&e<8)return eg[e];if(e>=8&&e<16)return ex[e-8];if(e>=16&&e<=231){let t=e-16,n=Math.floor(t/36),r=Math.floor(t%36/6),i=e=>0===e?0:55+40*e;return`rgb(${i(n)}, ${i(r)}, ${i(t%6)})`}if(e>=232&&e<=255){let t=8+(e-232)*10;return`rgb(${t}, ${t}, ${t})`}}(t[e+2]);i&&(38===r?n.color=i:n.backgroundColor=i),e+=2}}return n}(r,t[1]?t[1].split(";").map(e=>Number(e||"0")):[0]),i=t.index+t[0].length;return i<e.length&&n.push({text:e.slice(i),style:r}),n}let ek={ArrowUp:"\x1b[A",ArrowDown:"\x1b[B",ArrowRight:"\x1b[C",ArrowLeft:"\x1b[D",Home:"\x1b[H",End:"\x1b[F",Insert:"\x1b[2~",Delete:"\x1b[3~",PageUp:"\x1b[5~",PageDown:"\x1b[6~",Escape:"\x1b",Backspace:""},ew={ArrowLeft:"\x1bb",ArrowRight:"\x1bf",ArrowUp:"\x1bp",ArrowDown:"\x1bn"};function ej(e,t={}){return"thinking"===e.type&&!e.deferred&&!t.isStreaming&&""===e.thinking.trim()}function eS(e,t={}){return(e.content??[]).filter(e=>!ej(e,t))}function eC(e,t={}){return t.isStreaming||"error"!==e.stopReason?null:e.errorMessage?.trim()||"Unknown provider error"}function eM(e,t={}){let n=eS(e,t),r=n.findLastIndex(e=>"text"!==e.type&&"image"!==e.type);return -1===r?{answerBlocks:n,processBlocks:[]}:{answerBlocks:n.slice(r+1),processBlocks:n.slice(0,r+1)}}function eT(e){return e.filter(e=>"toolCall"===e.type).length}function eR(e){try{return decodeURIComponent(e)}catch{return e}}function eL(e){return/^[a-zA-Z]:[\\/]/.test(e)||e.startsWith("\\\\")?e.replace(/\\/g,"/"):e}function ez(e){let t=eL(e),n=/^[a-zA-Z]:\//.test(t),r=t.startsWith("//"),i=t.startsWith("/")&&!n&&!r,o=[];for(let e of t.split("/"))if(e&&"."!==e){if(".."===e){o.length>0&&".."!==o[o.length-1]?o.pop():i||n||r||o.push(e);continue}o.push(e)}let l=o.join("/");return n?l:r?`//${l}`:i?`/${l}`:l}function eI(e,t,n=t){let r,i,o,l,a;if(!e)return null;let s=e.split("#",1)[0].split("?",1)[0].trim();if(!s)return null;let d=null,c=null,u=eR(s),p=u.startsWith("\\\\"),h=eL(u),g=h.toLowerCase();if(g.startsWith("/api/")||g.startsWith("/_next/")||!p&&h.startsWith("//")||/^[a-zA-Z][a-zA-Z0-9+.-]*:/i.test(h)&&!g.startsWith("file:")&&!/^[a-zA-Z]:\//.test(h))return null;if(g.startsWith("file:")?c=(d=function(e){try{let t=new URL(e);if("file:"!==t.protocol)return null;let n=eR(t.pathname);if(t.hostname)return`//${t.hostname}${n.startsWith("/")?n:`/${n}`}`;if(/^\/[a-zA-Z]:\//.test(n))return n.slice(1);return n}catch{return null}}(h))?"absolute":null:/^[a-zA-Z]:\//.test(h)||h.startsWith("/")?(d=h,c="absolute"):t&&!(h.startsWith("#")||h.startsWith("?"))&&(h.startsWith("./")||h.startsWith("../")||h.includes("/")||/(^|\/)\.?[^/]+\.[^/.]+$/.test(h))&&(d=`${eL(t).replace(/\/+$/,"")}/${h}`,c="relative"),!d)return null;let x=ez(d).replace(/:\d+(?::\d+)?$/,"");return"relative"===c&&n&&(r=ez(x).replace(/\/+$/,""),i=ez(n).replace(/\/+$/,""),l=(o=/^[a-zA-Z]:\//.test(r)||/^[a-zA-Z]:\//.test(i))?r.toLowerCase():r,!(l===(a=o?i.toLowerCase():i)||l.startsWith(`${a}/`)))?null:x}function eE(e){let t=e.toLowerCase();return"edit"===t||t.startsWith("edit_")||t.endsWith(".edit")||t.endsWith("_edit")||t.includes("str_replace")||t.includes("replace_editor")}var eW=n(32316),e$=n(88374),eP=n(5924),eD=n(94764),eF=n(63835),eA=n(54152),eB=n(84678),eN=n(98164);let eH={...eD.j,attributes:{...eD.j.attributes,code:[["className",/^language-./,"math-inline","math-display"]]},strip:[...eD.j.strip||[],"iframe","object","style","form"]};function eO(e){let t=e.includes("\r\n")?"\r\n":"\n",n=e.split(/\r?\n/),r=[],i=null,o=0,l=null,a=new Map;for(let e=0;e<n.length;e++){var s;let t=n[e];if(l){r.push(t),RegExp(`</${l}\\s*>`,"i").test(t)&&(l=null);continue}let d=t.match(/^ {0,3}(`{3,}|~{3,})/);if(d){let e=d[1][0],n=d[1].length;i?e===i.marker&&n>=i.size&&(i=null):i={marker:e,size:n},o=0,r.push(t);continue}if(i){r.push(t);continue}let c=t.match(/<(code|pre|script|style)\b/i);if(c){let e=c[1].toLowerCase(),n=t.slice((c.index??0)+c[0].length);RegExp(`</${e}\\s*>`,"i").test(n)||(l=e),o=0,r.push(t);continue}if(/^(?: {4}|\t)/.test(t)||""===t.trim()){o=0,r.push(t);continue}if(o||t.includes("`")){o=function(e,t){let n=t;for(let t=0;t<e.length;){if("`"!==e[t]){t++;continue}let r=t+1;for(;"`"===e[r];)r++;let i=r-t;0===n?n=i:i===n&&(n=0),t=r}return n}(t,o),r.push(t);continue}let u=t.match(/^([ ]{0,3})\\\[[ \t]*(.+?)[ \t]*\\\][ \t]*$/);if(u){let e=u[2].trim();if(e){r.push(`${u[1]}$$`,`${u[1]}${e}`,`${u[1]}$$`);continue}}let p=t.match(/^([ ]{0,3})\\\[[ \t]*$/);if(p){let t=function(e,t){for(let n=t;n<e.length;n++){let t=e[n];if(/^ {0,3}\\\][ \t]*$/.test(t))return n;if(/^ {0,3}(`{3,}|~{3,})/.test(t)||/^ {0,3}\\\[[ \t]*$/.test(t)||/<(code|pre|script|style)\b/i.test(t))break}return -1}(n,e+1);if(-1!==t){r.push(`${p[1]}$$`,...n.slice(e+1,t).map(e=>e_(e,p[1])),`${p[1]}$$`),e=t;continue}}let h=t.match(/^([ \t]{0,3})\$\$(.+)\$\$[ \t]*$/);if(h){let e=h[2].trim();if(e){r.push(`${h[1]}$$`,`${h[1]}${e}`,`${h[1]}$$`);continue}}let g=t.match(/^([ \t]{0,3})\$\$(.+)$/);if(g){let t=g[1],i=g[2].trimEnd();if(i&&!i.includes("$$")){let o=eU(n,e+1,t,a);if(o){r.push(`${t}$$`,`${t}${i}`);for(let i=e+1;i<o.index;i++)r.push(e_(n[i],t));o.content&&r.push(`${t}${o.content}`),r.push(`${t}$$`),e=o.index;continue}}}let x=t.match(/^([ \t]{0,3})\$\$\s*$/);if(x){let t=x[1],i=eU(n,e+1,t,a);if(i&&(i.glued||""!==t)){r.push(`${t}$$`);for(let o=e+1;o<i.index;o++)r.push(e_(n[o],t));i.content&&r.push(`${t}${i.content}`),r.push(`${t}$$`),e=i.index;continue}}r.push((s=t,/^\s{0,3}\[[^\]]+\]:/.test(s)||/]\s*\(/.test(s)||/<(?:!--|\/?[A-Za-z][^>]*>)/.test(s)||/\b(?:https?|file|mailto):/i.test(s)||/\b[A-Za-z]:\\/.test(s)?s:s.replace(/(?<!\\)\\\(([^`\r\n$]+?)(?<!\\)\\\)/g,(e,t)=>t.trim()?`$${t}$`:e)))}return r.join(t)}function eU(e,t,n,r){let i=r.get(n);if(void 0!==i&&t<i)return null;for(let i=t;i<e.length;i++){var o,l,a,s;let t=e[i];if(o=t,""===(l=n)?/^ {0,3}\$\$\s*$/.test(o):o.startsWith(l)&&/^\$\$\s*$/.test(o.slice(l.length)))return{index:i,content:"",glued:!1};if(a=t,/^ {0,3}(`{3,}|~{3,})/.test(a)||/^[ \t]*(?:[-+*]|\d{1,9}[.)])(?:[ \t]+|$)/.test(a)||/^ {0,3}#{1,6}(?:[ \t]+|$)/.test(a)||/^ {0,3}>/.test(a)||/<(code|pre|script|style)\b/i.test(a)||(s=t,/^ {0,3}\$\$(?:\S|[ \t]+\S)/.test(s)))return r.set(n,i),null;let d=function(e,t){if(!e.startsWith(t))return null;let n=e.slice(t.length).match(/^(.+?)\$\$\s*$/);if(!n)return null;let r=n[1].trimEnd();return r&&!r.includes("$$")?r:null}(t,n);if(null!==d)return{index:i,content:d,glued:!0}}return r.set(n,e.length),null}function e_(e,t){if(!t||!e||e.startsWith(" "))return e;let n=e.match(/^ */)?.[0].length??0;return n>=t.length?e:`${t.slice(n)}${e}`}let eV={singleTilde:!1},eq=[[eA.A,["yaml"]],[eB.A,eV],eN.A],eK=[[eA.A,["yaml"]],[eB.A,eV],eN.A],eJ=[eP.A,[eF.A,eH],[e$.A,{throwOnError:!1,strict:!1}]],eY=[eP.A,[eF.A,eH],[e$.A,{throwOnError:!1,strict:!1}]];var eX=n(65063),eZ=n(7644);let eG="pi-theme",eQ=["light","dark"],e0={preference:"auto",theme:"light"},e1=new Set,e2=null,e4=!1;function e8(){return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function e5(e){return"auto"===e?e8():e}function e6(e){"u">typeof document&&document.documentElement.classList.toggle("dark","dark"===e)}function e3(){if(e2)return e2;let e=function(){try{let e=localStorage.getItem(eG);if("light"===e||"dark"===e)return e;if("auto"===e)return e8()}catch{}return"light"}(),t=e5(e);return e6(t),e2={preference:e,theme:t}}function e7(e,t,n){if(e6(t),n)try{localStorage.setItem(eG,e)}catch{}e2={preference:e,theme:t},e1.forEach(e=>e())}function e9(){let e=e3();if("auto"!==e.preference)return;let t=e8();t!==e.theme&&e7("auto",t,!1)}function te(e){return e1.add(e),e3(),e4||!window.matchMedia||(window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e9),window.addEventListener("focus",e9),document.addEventListener("visibilitychange",()=>{"visible"===document.visibilityState&&e9()}),e4=!0),e9(),()=>{e1.delete(e)}}function tt(){return e3()}function tn(){return e0}function tr(){let e=(0,i.useSyncExternalStore)(te,tt,tn),t=(0,i.useCallback)(e=>{var t;let n,r=(t=e3().preference,n=eQ.indexOf(t),eQ[(n+1)%eQ.length]),i=e5(r),o=()=>{e7(r,i,!0)},l=window.matchMedia?.("(prefers-reduced-motion: reduce)").matches;if("function"!=typeof document.startViewTransition||l)return void o();let a=e?.x??window.innerWidth/2,s=e?.y??window.innerHeight/2,d=Math.hypot(Math.max(a,window.innerWidth-a),Math.max(s,window.innerHeight-s));document.startViewTransition(o).ready.then(()=>{document.documentElement.animate({clipPath:[`circle(0px at ${a}px ${s}px)`,`circle(${d}px at ${a}px ${s}px)`]},{duration:450,easing:"cubic-bezier(0.22, 0.61, 0.36, 1)",pseudoElement:"::view-transition-new(root)"})}).catch(()=>{})},[]);return{theme:e.theme,preference:e.preference,toggleTheme:t,isDark:"dark"===e.theme}}function ti(e){if(navigator.clipboard?.writeText)return navigator.clipboard.writeText(e);try{let t=document.createElement("textarea");return t.value=e,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),Promise.resolve()}catch{return Promise.reject()}}function to({code:e,isStreaming:t,defaultPreview:o=!1}){let{isDark:l}=tr(),{t:a}=(0,y.s)(),[s,d]=(0,i.useState)(o),[c,u]=(0,i.useState)(null),[p,h]=(0,i.useState)(!1),g=`${l?"dark":"light"}
2
- ${e}`,x=s&&!t;(0,i.useEffect)(()=>{if(!x)return;let t=!1;return u({key:g,status:"loading"}),(async()=>{let{default:r}=await Promise.all([n.e(988),n.e(9425),n.e(3308)]).then(n.bind(n,43328));if(r.initialize({startOnLoad:!1,securityLevel:"strict",suppressErrorRendering:!0,theme:l?"dark":"default"}),!await r.parse(e,{suppressErrors:!0}))throw Error("Invalid Mermaid diagram");let i="u">typeof crypto&&"randomUUID"in crypto?`mermaid-${crypto.randomUUID()}`:`mermaid-${Date.now()}-${Math.random().toString(36).slice(2)}`,o=await r.render(i,e);t||u({key:g,status:"ready",svg:o.svg})})().catch(()=>{t||u({key:g,status:"error"})}),()=>{t=!0}},[e,g,l,x]);let f=(0,i.useMemo)(()=>(0,r.jsx)("button",{type:"button",onClick:()=>d(e=>!e),disabled:t,title:t?a("i18n.previewAfterStreaming"):x?a("i18n.showMermaidSource"):a("i18n.previewMermaid"),className:["markdown-code-action",x?"is-active":""].filter(Boolean).join(" "),children:x?a("i18n.source"):a("i18n.preview")}),[t,x,a]);if(!x)return(0,r.jsx)(ta,{code:e,lang:"mermaid",headerAction:f,isStreaming:t});let m=c?.key===g&&"error"===c.status?(0,r.jsx)("div",{className:"mermaid-block mermaid-block-error",children:a("i18n.invalidMermaid")}):c?.key!==g||"ready"!==c.status?(0,r.jsx)("div",{className:"mermaid-block mermaid-block-loading","aria-label":a("i18n.renderingMermaid")}):(0,r.jsxs)(r.Fragment,{children:[!p&&(0,r.jsx)("button",{type:"button",className:"mermaid-block mermaid-preview-button",title:a("i18n.openMermaidViewer"),"aria-label":a("i18n.openMermaidViewer"),onClick:()=>h(!0),dangerouslySetInnerHTML:{__html:c.svg}}),p&&(0,r.jsx)(tl,{svg:c.svg,onClose:()=>h(!1)})]});return(0,r.jsxs)("div",{className:"markdown-code-block",children:[(0,r.jsxs)("div",{className:"markdown-code-header",children:[(0,r.jsx)("span",{className:"markdown-code-lang",children:"mermaid"}),f]}),m]})}function tl({svg:e,onClose:t}){let{t:n}=(0,y.s)(),o=(0,i.useRef)(null),[l,a]=(0,i.useState)(1);return(0,i.useEffect)(()=>{let e=o.current;if(!e)return;let t=document.body.style.overflow;return document.body.style.overflow="hidden",e.showModal(),()=>{document.body.style.overflow=t,e.open&&e.close()}},[]),(0,r.jsx)("dialog",{ref:o,className:"mermaid-zoom-dialog","aria-label":n("i18n.mermaidViewer"),onCancel:e=>{e.preventDefault(),t()},onKeyDown:e=>{"Escape"===e.key&&(e.preventDefault(),t())},children:(0,r.jsxs)("div",{className:"mermaid-zoom-layout",children:[(0,r.jsxs)("div",{className:"mermaid-zoom-toolbar",children:[(0,r.jsx)("span",{className:"mermaid-zoom-title",children:n("i18n.mermaidDiagram")}),(0,r.jsxs)("div",{className:"mermaid-zoom-actions",children:[(0,r.jsxs)("div",{className:"mermaid-zoom-stepper",children:[(0,r.jsx)("button",{type:"button",onClick:()=>a(e=>Math.max(.5,e-.25)),disabled:l<=.5,title:n("i18n.zoomOut"),"aria-label":n("i18n.zoomOut"),children:(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M5 12h14"})})}),(0,r.jsxs)("span",{className:"mermaid-zoom-value",children:[Math.round(100*l),"%"]}),(0,r.jsx)("button",{type:"button",onClick:()=>a(e=>Math.min(3,e+.25)),disabled:l>=3,title:n("i18n.zoomIn"),"aria-label":n("i18n.zoomIn"),children:(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M12 5v14M5 12h14"})})})]}),(0,r.jsx)("button",{type:"button",className:"mermaid-zoom-icon-button",onClick:()=>a(1),title:n("i18n.fitToWidth"),"aria-label":n("i18n.fitToWidth"),children:(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M8 3H3v5M16 3h5v5M8 21H3v-5M16 21h5v-5"})})}),(0,r.jsx)("button",{type:"button",className:"mermaid-zoom-icon-button",onClick:t,title:n("i18n.close"),"aria-label":n("i18n.close"),children:(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M6 6l12 12M18 6 6 18"})})})]})]}),(0,r.jsx)("div",{className:"mermaid-zoom-viewport",onClick:e=>{e.target===e.currentTarget&&t()},children:(0,r.jsx)("div",{className:"mermaid-zoom-canvas",style:{width:`${100*l}%`},dangerouslySetInnerHTML:{__html:e}})})]})})}let ta=(0,i.memo)(function({code:e,lang:t,headerAction:n,isStreaming:o}){let{isDark:l}=tr(),{t:a}=(0,y.s)(),[s,d]=(0,i.useState)(!1);return(0,r.jsxs)("div",{className:"markdown-code-block",children:[(0,r.jsxs)("div",{className:"markdown-code-header",children:[(0,r.jsx)("span",{className:"markdown-code-lang",children:t||"text"}),(0,r.jsxs)("div",{className:"markdown-code-actions",children:[n,(0,r.jsx)("button",{onClick:()=>{ti(e).then(()=>{d(!0),setTimeout(()=>d(!1),1500)})},className:"markdown-code-action",children:a(s?"i18n.copied":"i18n.copy")})]})]}),o?(0,r.jsx)("pre",{style:{margin:0,padding:"11px 13px",fontSize:12.5,lineHeight:1.62,overflowX:"auto",background:"var(--bubble-code-bg)"},children:(0,r.jsx)("code",{style:{fontFamily:"var(--font-mono)"},children:e})}):(0,r.jsx)(eX.A,{language:t||"text",style:l?eZ.xJ:eZ.vs,showLineNumbers:!0,lineNumberStyle:{color:"var(--text-dim)",fontStyle:"normal"},customStyle:{margin:0,padding:"11px 13px",fontSize:12.5,lineHeight:1.62,borderRadius:0,background:"var(--bubble-code-bg)"},codeTagProps:{style:{fontFamily:"var(--font-mono)"}},children:e})]})});function ts({children:e,className:t,isStreaming:n,cwd:o,onOpenFile:l}){let a=(0,i.useMemo)(()=>eO(e),[e]),s=(0,i.useMemo)(()=>({code({className:e,children:t,...i}){let o=e?.replace("language-","").toLowerCase()??"",l=String(t);return e?.includes("language-")||l.includes("\n")?"mermaid"===o?(0,r.jsx)(to,{code:l.replace(/\n$/,""),isStreaming:n}):(0,r.jsx)(ta,{code:l.replace(/\n$/,""),lang:o,isStreaming:n}):(0,r.jsx)("code",{className:"markdown-inline-code",...i,children:t})},pre:({children:e})=>(0,r.jsx)(r.Fragment,{children:e}),a({href:e,children:t,...n}){delete n.node;let i=l?eI(e,o):null;return i&&l?(0,r.jsx)("a",{href:e,...n,onClick:e=>{if(e.defaultPrevented||0!==e.button||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey)return;let t=e.currentTarget.getAttribute("target");t&&"_self"!==t||(e.preventDefault(),l(i))},children:t}):(0,r.jsx)("a",{href:e,...n,target:"_blank",rel:"noopener noreferrer",children:t})},img({src:e,alt:t,...n}){delete n.node;let i="string"==typeof e?eI(e,o):null,l=i?`/api/files/${P(i)}?type=read`:e;return(0,r.jsx)("img",{src:l,alt:t??"",loading:"lazy",...n})},table:({children:e})=>(0,r.jsx)("div",{className:"markdown-table-wrap",children:(0,r.jsx)("table",{children:e})})}),[o,n,l]);return(0,r.jsx)("div",{className:["markdown-body",t].filter(Boolean).join(" "),children:(0,r.jsx)(eW.oz,{remarkPlugins:eq,rehypePlugins:eJ,components:s,children:a})})}function td({src:e,alt:t="",children:n,className:o,style:l}){let{t:a}=(0,y.s)(),[s,d]=(0,i.useState)(!1),c=(0,i.useRef)(null),u=(0,i.useRef)(null),p=(0,i.useRef)(null);(0,i.useEffect)(()=>{if(!s)return;let e=u.current;if(!e)return;let t=c.current,n=document.body.style.overflow;return document.body.style.overflow="hidden",e.showModal(),p.current?.focus({preventScroll:!0}),()=>{document.body.style.overflow=n,e.open&&e.close(),t?.isConnected&&t.focus({preventScroll:!0})}},[s]);let h=()=>{u.current?.open&&u.current.close(),d(!1)};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("button",{ref:c,type:"button",className:o,style:{display:"block",padding:0,border:"none",background:"none",color:"inherit",cursor:"zoom-in",...l},onClick:()=>d(!0),"aria-label":a("chat.previewImage"),"aria-haspopup":"dialog","aria-expanded":s,title:a("chat.previewImage"),children:n}),s&&(0,r.jsxs)("dialog",{ref:u,className:"image-preview-dialog","aria-label":a("chat.previewImage"),onCancel:e=>{e.preventDefault(),e.stopPropagation(),h()},onKeyDown:e=>{"Escape"===e.key&&(e.preventDefault(),e.stopPropagation(),h())},onClick:e=>{e.target===e.currentTarget&&h()},children:[(0,r.jsx)("img",{className:"image-preview-image",src:e,alt:t}),(0,r.jsx)("button",{ref:p,type:"button",className:"image-preview-close",onClick:h,"aria-label":a("chat.close"),title:a("chat.close"),children:(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M6 6l12 12M18 6 6 18"})})})]})]})}let tc=/<(read-files|modified-files)>\s*([\s\S]*?)\s*<\/\1>/g,tu=/(?:\r?\n){2,}((?:[ \t]*<(?:read-files|modified-files)>[ \t]*\r?\n[\s\S]*?\r?\n[ \t]*<\/(?:read-files|modified-files)>[ \t]*(?:\r?\n)?)+)\s*$/;function tp(e){let t,n=[],r=null,i=0,o=0,l=0,a=0,s=[],d=[],c=()=>({lineNo:null,text:"",type:"empty"}),u=()=>{if(!r){s=[],d=[];return}let e=Math.max(s.length,d.length);for(let t=0;t<e;t++){let e=s[t]?{lineNo:s[t].lineNo,text:s[t].text,type:"removed"}:c(),n=d[t]?{lineNo:d[t].lineNo,text:d[t].text,type:"added"}:c();r.rows.push({type:"line",left:e,right:n})}s=[],d=[]};for(let c of e.split(/\r?\n/)){if(!(l>0||a>0)){if(c.startsWith("--- ")){u(),t=th(c.slice(4));continue}if(c.startsWith("+++ ")){u(),r={oldPath:t,newPath:th(c.slice(4)),rows:[]},n.push(r);continue}}let e=c.match(/^@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/);if(e){r||(r={rows:[]},n.push(r)),u(),i=Number(e[1]),o=Number(e[3]),l=void 0===e[2]?1:Number(e[2]),a=void 0===e[4]?1:Number(e[4]),r.rows.push({type:"hunk",text:c});continue}if(!r)continue;if(c.startsWith("\\ ")){u(),r.rows.push({type:"hunk",text:c});continue}let p=c[0],h=c.slice(1);" "===p?(u(),r.rows.push({type:"line",left:{lineNo:i++,text:h,type:"context"},right:{lineNo:o++,text:h,type:"context"}}),l>0&&l--,a>0&&a--):"-"===p?(s.push({lineNo:i++,text:h}),l>0&&l--):"+"===p?(d.push({lineNo:o++,text:h}),a>0&&a--):""!==c&&(u(),r.rows.push({type:"hunk",text:c}))}u();let p=n.filter(e=>e.rows.some(e=>"line"===e.type));return p.length>0?p:null}function th(e){return e.split(" ")[0].trim()}function tg({files:e,onOpenFile:t}){let{t:n}=(0,y.s)();return 0===e.length?null:(0,r.jsx)("div",{"aria-label":n("chat.filesWritten"),style:{display:"flex",flexWrap:"wrap",alignItems:"center",gap:6,marginTop:6},children:e.map(({filePath:e})=>{let i=D(e);return(0,r.jsxs)("button",{type:"button",title:e,"aria-label":n("chat.openWrittenFile",{name:i}),onClick:()=>t?.(e),style:{display:"inline-flex",alignItems:"center",gap:4,padding:"2px 8px",fontSize:12,fontFamily:"var(--font-mono)",color:"var(--text)",background:"var(--bg-subtle)",border:"1px solid var(--border)",borderRadius:6,cursor:"pointer"},children:[W(i,12),(0,r.jsx)("span",{children:i})]},e)})})}var tx=n(45399);let tf=/[\u3000-\u30ff\u3400-\u9fff\uf900-\ufaff\u{20000}-\u{2fa1f}\uac00-\ud7af]/u;function tm(e){let t=0,n=0;for(let r of e)tf.test(r)?t++:n++;return t+n/4}let tv=new Map;function ty({children:e,className:t,...n}){let{t:o}=(0,y.s)(),[l,a]=(0,i.useState)(!1);if(e.length<=1e5)return(0,r.jsx)(ts,{className:t,...n,children:e});if(!l){var s;return(0,r.jsxs)("button",{onClick:()=>a(!0),style:{display:"block",width:"100%",margin:"4px 0",padding:"7px 10px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left"},children:["⚠ ",o("i18n.largeMessageReveal",{size:(s=e.length)>=1e6?`${(s/1e6).toFixed(1)} MB`:s>=1e3?`${Math.round(s/1e3)} KB`:`${s} B`})]})}return(0,r.jsx)("div",{className:t,style:{maxHeight:420,overflow:"auto",fontSize:12,lineHeight:1.5},children:(0,r.jsx)("pre",{style:{margin:0,padding:"8px 10px",whiteSpace:"pre-wrap",wordBreak:"break-word",fontFamily:"var(--font-mono)",color:"var(--text-muted)"},children:e})})}function tb(e){if(!e)return null;let t=new Date(e),n=new Date,r=t.getFullYear()===n.getFullYear()&&t.getMonth()===n.getMonth()&&t.getDate()===n.getDate(),i=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"});if(r)return i;let o=t.toLocaleDateString([],{month:"short",day:"numeric",year:t.getFullYear()!==n.getFullYear()?"numeric":void 0});return`${o} ${i}`}let tk=(0,i.memo)(function({message:e,isStreaming:t,toolResults:n,modelNames:i,cwd:o,onOpenFile:l,entryId:a,onFork:s,forking:d,onNavigate:c,parentEntryId:u,isLeafEntry:p,onEditContent:h,showTimestamp:g,prevTimestamp:x,sessionId:f,writtenFiles:m,onPin:v,bare:y}){return"user"===e.role?(0,r.jsx)(tw,{message:e,cwd:o,onOpenFile:l,entryId:a,onFork:s,forking:d,onNavigate:c,parentEntryId:u,isLeafEntry:p,onEditContent:h,onPin:v,bare:y}):"assistant"===e.role?(0,r.jsx)(tj,{message:e,isStreaming:t,toolResults:n,modelNames:i,cwd:o,onOpenFile:l,showTimestamp:g,prevTimestamp:x,sessionId:f,entryId:a,writtenFiles:m,onPin:v,bare:y}):"toolResult"===e.role?null:"custom"===e.role?"compaction"===e.customType?(0,r.jsx)(t$,{message:e}):(0,r.jsx)(tF,{message:e,cwd:o,onOpenFile:l}):"bashExecution"===e.role?(0,r.jsx)(tN,{message:e,sessionId:f}):null},(e,t)=>e.message===t.message&&e.isStreaming===t.isStreaming&&function(e,t,n){if(t===n||"assistant"!==e.role)return!0;for(let r of e.content??[])if("toolCall"===r.type&&t?.get(r.toolCallId)!==n?.get(r.toolCallId))return!1;return!0}(e.message,e.toolResults,t.toolResults)&&e.modelNames===t.modelNames&&e.cwd===t.cwd&&e.onOpenFile===t.onOpenFile&&e.entryId===t.entryId&&e.onFork===t.onFork&&e.forking===t.forking&&e.onNavigate===t.onNavigate&&e.parentEntryId===t.parentEntryId&&e.isLeafEntry===t.isLeafEntry&&e.onEditContent===t.onEditContent&&e.showTimestamp===t.showTimestamp&&e.prevTimestamp===t.prevTimestamp&&e.sessionId===t.sessionId&&e.onPin===t.onPin&&e.bare===t.bare);function tw({message:e,cwd:t,onOpenFile:n,entryId:o,onFork:l,forking:a,onNavigate:s,parentEntryId:d,isLeafEntry:c,onEditContent:u,onPin:h,bare:g}){let{t:x}=(0,y.s)(),[f,m]=(0,i.useState)(!1),[v,b]=(0,i.useState)(!1),[k,w]=(0,i.useState)(!1),j="string"==typeof e.content?e.content:e.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n"),S="string"==typeof e.content?[]:e.content.filter(e=>"image"===e.type),C=p(j),M=C?.command,T=M?.search(/\s/)??-1,R=M?-1===T?M:M.slice(0,T):"",L=M&&-1!==T?M.slice(T+1):"",z=C?.skillBody,I=tb(e.timestamp),E=!!o&&!!l,W=M??j,$=M?function(e,t){if("string"==typeof e.content)return{...e,content:t};let n=[],r=!1;for(let i of e.content){if("text"!==i.type){n.push(i);continue}r||(n.push({...i,text:t}),r=!0)}return r||n.unshift({type:"text",text:t}),{...e,content:n}}(e,M):e,P=S.length>0&&(0,r.jsx)("div",{style:{display:"flex",gap:6,flexWrap:"wrap",marginBottom:8*!!j},children:S.map((e,t)=>{let n=e.source?"base64"===e.source.type?`data:${e.source.media_type};base64,${e.source.data}`:e.source.url??"":e.data?`data:${e.mimeType};base64,${e.data}`:"";return(0,r.jsx)(td,{src:n,children:(0,r.jsx)("img",{src:n,alt:"",style:{maxWidth:240,maxHeight:240,borderRadius:6,objectFit:"contain",display:"block",border:"1px solid rgba(59,130,246,0.15)"}})},t)})}),D=!!o&&!!s;return(0,r.jsxs)("div",{style:{marginBottom:20,display:g?"block":"flex",flexDirection:g?void 0:"column",alignItems:g?void 0:"flex-end"},onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1),children:[(0,r.jsx)("div",{style:{display:g?"block":"flex",alignItems:g?void 0:"flex-end",gap:g?void 0:6,maxWidth:g?void 0:"85%"},children:(0,r.jsx)("div",{style:{flex:g?void 0:1,minWidth:0,background:"var(--user-bg-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:g?"none":"1px solid var(--user-border-glass)",borderRadius:12,padding:"8px 12px",fontSize:14,lineHeight:1.6,color:"var(--text)",wordBreak:"break-word",maxHeight:g?void 0:300,overflowY:g?void 0:"auto"},children:M?(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:6,minWidth:0},children:[P,(0,r.jsxs)("button",{onClick:()=>w(e=>!e),title:x(k?"i18n.collapse":"i18n.expand"),"aria-expanded":k,style:{display:"flex",alignItems:"center",gap:6,padding:0,background:"none",border:"none",cursor:"pointer",color:"var(--accent)",fontFamily:"var(--font-mono)",fontSize:13,textAlign:"left",width:"fit-content"},children:[(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:R}),(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,opacity:.75,transform:k?"rotate(180deg)":"none",transition:"transform 0.15s"},"aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),k&&z&&(0,r.jsx)("div",{style:{margin:"2px 0",borderLeft:"2px solid var(--bubble-hairline)",paddingLeft:10,fontSize:12},children:(0,r.jsx)(ts,{className:"markdown-skill-body",cwd:t,onOpenFile:n,children:z})}),L&&(0,r.jsx)("span",{style:{color:"var(--text)",fontSize:14,lineHeight:1.6,whiteSpace:"pre-wrap",wordBreak:"break-word"},children:L})]}):(0,r.jsxs)(r.Fragment,{children:[P,j&&(0,r.jsx)(ty,{className:"markdown-user-message",cwd:t,onOpenFile:n,children:j})]})})}),!g&&(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:6,marginTop:3,mixBlendMode:"exclusion"},children:[(0,r.jsxs)("div",{style:{display:"flex",gap:3,opacity:+!!f,pointerEvents:f?"auto":"none",transition:"opacity 0.12s"},children:[h&&(0,r.jsxs)("button",{onClick:t=>h(e,o,t.currentTarget.getBoundingClientRect().top),title:x("i18n.pinTitle"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline"},onMouseLeave:e=>{e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0-2-2 3 3 0 0 0-3 3V9a4 4 0 0 1-1 2.65"})]}),x("i18n.pin")]}),(0,r.jsxs)("button",{onClick:()=>{ti(W).then(()=>{b(!0),setTimeout(()=>b(!1),1500)})},title:x("i18n.copyMessage"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:v?"var(--accent)":"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",transition:"color 0.12s"},onMouseEnter:e=>{v||(e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{v||(e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none")},children:[v?(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),(0,r.jsx)("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),x(v?"i18n.copied":"i18n.copy")]})]}),(E||D)&&(0,r.jsxs)("div",{style:{display:"flex",gap:3,opacity:f||a?1:0,pointerEvents:f||a?"auto":"none",transition:"opacity 0.12s"},children:[D&&(0,r.jsxs)("button",{onClick:()=>{d?s(d):c||s(o,null),u?.($)},title:x("i18n.editFromHereTitle"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline"},onMouseLeave:e=>{e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"15 10 20 15 15 20"}),(0,r.jsx)("path",{d:"M4 4v7a4 4 0 0 0 4 4h12"})]}),x("i18n.editFromHere")]}),E&&(0,r.jsxs)("button",{onClick:()=>{l(o)},disabled:a,title:x(a?"i18n.creatingSession":"i18n.newSessionTitle"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:a?"var(--accent)":"#ffffff",cursor:a?"not-allowed":"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",transition:"color 0.12s"},onMouseEnter:e=>{a||(e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{a||(e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none")},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),x(a?"i18n.creating":"i18n.newSession")]})]}),I&&(0,r.jsx)("span",{style:{fontSize:10,color:"#ffffff"},children:I})]})]})}function tj({message:e,isStreaming:t,toolResults:n,modelNames:o,cwd:l,onOpenFile:a,showTimestamp:s,prevTimestamp:d,sessionId:c,entryId:u,writtenFiles:p,onPin:h,bare:g}){var x;let f,m,{t:v}=(0,y.s)(),b=s?tb(e.timestamp):null,k=(0,i.useMemo)(()=>(e.content??[]).map((e,t)=>({block:e,originalIndex:t})).filter(({block:e})=>!ej(e,{isStreaming:t})),[e.content,t]),w=(0,i.useMemo)(()=>k.map(({block:e})=>e),[k]),j=eC(e,{isStreaming:t}),[S,C]=(0,i.useState)(!1),[M,T]=(0,i.useState)(!1),R=(0,i.useRef)(null),[L,z]=(0,i.useState)(null),I=(0,i.useRef)(k);I.current=k;let E=(0,i.useRef)(new Map),W=(0,i.useMemo)(()=>{if(!t)return E.current=new Map,0;let e=new Map,n=0;for(let{block:t,originalIndex:r}of k){let i="text"===t.type?t.text:"thinking"===t.type?t.thinking:"toolCall"===t.type?t.rawInput??JSON.stringify(t.input??{})??"":null;if(null===i)continue;let o=function(e,t){var n,r;if(!e||!t.startsWith(e.text))return tm(t);let i=e.tokens,o=e.text.length;return o>0&&o<t.length&&(n=e.text.charCodeAt(o-1))>=55296&&n<=56319&&(r=t.charCodeAt(o))>=56320&&r<=57343&&(i-=1/4,o--),i+tm(t.slice(o))}(E.current.get(r),i);e.set(r,{text:i,tokens:o}),n+=o}return E.current=e,n},[k,t]),$=(0,i.useRef)(W);$.current=W;let P=(0,i.useRef)(new Map),[D,F]=(0,i.useState)(new Map),A=(0,i.useMemo)(()=>{if(!e.timestamp||!d)return;let t=Math.round((e.timestamp-d)/1e3);return t>0?t:void 0},[e.timestamp,d]),B=(0,i.useMemo)(()=>{let t=new Map;if(!n||!e.timestamp)return t;for(let[r,i]of n)if(i.timestamp&&e.timestamp){let n=Math.round((i.timestamp-e.timestamp)/1e3);n>0&&t.set(r,n)}return t},[n,e.timestamp]),N=w.filter(e=>"text"===e.type).map(e=>e.text).join("\n");if((0,i.useEffect)(()=>{if(!t){let e=new Date().getTime();F(t=>{let n=new Map(t);for(let[t,r]of P.current)n.has(t)||n.set(t,Math.round((e-r)/1e3));return n}),R.current=null,z(null);return}let e=setInterval(()=>{let e=I.current,t=Date.now();e.forEach(({originalIndex:e})=>{P.current.has(e)||P.current.set(e,t)}),F(n=>{let r=!1,i=new Map(n);for(let n=0;n<e.length-1;n++){let o=e[n].originalIndex,l=e[n+1].originalIndex;if(!i.has(o)&&P.current.has(o)){let e=P.current.get(o),n=P.current.get(l)??t;i.set(o,Math.round((n-e)/1e3)),r=!0}}return r?i:n});let n=$.current;if(0===n)return;null===R.current&&(R.current=t);let r=(t-R.current)/1e3;r>.5&&z(n/r)},300);return()=>clearInterval(e)},[t]),0===w.length&&!t&&!j)return null;return(0,r.jsxs)("div",{style:{marginBottom:20},onMouseEnter:()=>C(!0),onMouseLeave:()=>C(!1),children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:"var(--bubble-gap)",padding:"var(--bubble-pad-y) var(--bubble-pad-x) var(--bubble-pad-end)",borderRadius:"var(--bubble-radius)",background:"var(--assistant-card-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:g?"none":"1px solid var(--bubble-border)",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)"},children:[k.map(({block:e,originalIndex:i})=>(0,r.jsx)(tS,{block:e,toolResults:n,isStreaming:t,streamingDuration:D.get(i)??("thinking"===e.type?A:void 0),toolCallDurations:B,cwd:l,onOpenFile:a,sessionId:c,entryId:u,blockIndex:i},`${u??"stream"}-${i}`)),j&&(0,r.jsxs)("div",{role:"alert",style:{display:"flex",alignItems:"center",gap:6,padding:"2px 0",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5,whiteSpace:"pre-wrap",overflowWrap:"anywhere"},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:999,flexShrink:0,background:"#f87171",boxShadow:"0 0 0 3px rgba(248,113,113,0.15)"},"aria-hidden":"true"}),(0,r.jsxs)("span",{children:["Error: ",j]})]}),p&&p.length>0&&(0,r.jsx)(tg,{files:p,onOpenFile:a})]}),!g&&(e.provider||t||e.usage||b||N||h)&&(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,marginTop:8,paddingLeft:4,fontSize:11,color:"#ffffff",mixBlendMode:"exclusion"},children:[e.provider&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:o?.[`${e.provider}:${e.model}`]??o?.[e.model]??e.model}),t&&((m=Math.round(W))<=0?null:(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4},title:v("i18n.estimatedTokens"),children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"5",y1:"1.5",x2:"5",y2:"8.5"}),(0,r.jsx)("polyline",{points:"2 6 5 8.5 8 6"})]}),m,null!==L&&(0,r.jsxs)("span",{children:[L.toFixed(1)," t/s"]})]})),!t&&e.usage&&(0,r.jsx)("span",{children:(x=e.usage,f=[],x.input&&f.push(`${x.input.toLocaleString()} in`),x.output&&f.push(`${x.output.toLocaleString()} out`),x.cacheRead&&f.push(`${x.cacheRead.toLocaleString()} cache R`),x.cacheWrite&&f.push(`${x.cacheWrite.toLocaleString()} cache W`),x.cost?.total&&f.push(`$${x.cost.total.toFixed(4)}`),f.join(" \xb7 "))}),N&&(0,r.jsxs)("button",{onClick:()=>{ti(N).then(()=>{T(!0),setTimeout(()=>T(!1),1500)})},title:v("i18n.copyMessage"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:M?"var(--accent)":"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",opacity:+!!S,pointerEvents:S?"auto":"none",transition:"opacity 0.12s, color 0.12s"},onMouseEnter:e=>{M||(e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{M||(e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none")},children:[M?(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),(0,r.jsx)("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),v(M?"i18n.copied":"i18n.copy")]}),h&&(0,r.jsxs)("button",{onClick:t=>h(e,u,t.currentTarget.getBoundingClientRect().top),title:v("i18n.pinTitle"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",opacity:+!!S,pointerEvents:S?"auto":"none",transition:"opacity 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline"},onMouseLeave:e=>{e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0-2-2 3 3 0 0 0-3 3V9a4 4 0 0 1-1 2.65"})]}),v("i18n.pin")]}),b&&(0,r.jsx)("span",{style:{marginLeft:"auto",fontSize:10},children:b})]})]})}function tS({block:e,toolResults:t,isStreaming:n,streamingDuration:i,toolCallDurations:o,cwd:l,onOpenFile:a,sessionId:s,entryId:d,blockIndex:c}){if("text"===e.type)return(0,r.jsx)(tC,{block:e,isStreaming:n,cwd:l,onOpenFile:a});if("thinking"===e.type)return(0,r.jsx)(tM,{block:e,duration:i,isStreaming:n,sessionId:s,entryId:d,blockIndex:c});if("toolCall"===e.type){let n=t?.get(e.toolCallId),i=o?.get(e.toolCallId);return(0,r.jsx)(tT,{block:e,result:n,duration:i})}return null}function tC({block:e,isStreaming:t,cwd:n,onOpenFile:i}){return(0,r.jsx)(ty,{isStreaming:t,cwd:n,onOpenFile:i,children:e.text})}function tM({block:e,duration:t,isStreaming:n,sessionId:o,entryId:l,blockIndex:a}){let{t:s}=(0,y.s)(),{isDark:d}=tr(),[c,u]=(0,i.useState)(!1),[p,h]=(0,i.useState)(!1),[g,x]=(0,i.useState)(null),[f,m]=(0,i.useState)(!1),[v,b]=(0,i.useState)(null),k=async()=>{let t=!c;if(u(t),t&&e.deferred&&null===g){if(!o||!l)return void b(s("i18n.thinkingUnavailable"));m(!0),b(null);try{x(await function(e,t,n){let r=`${e}:${t}:${n}`,i=tv.get(r);if(i)return tv.delete(r),tv.set(r,i),i;let o=fetch(`/api/sessions/${encodeURIComponent(e)}/entries/${encodeURIComponent(t)}/thinking?blockIndex=${n}`).then(async e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);let t=await e.json();if("string"!=typeof t.thinking)throw Error("Invalid thinking response");return t.thinking}).catch(e=>{throw tv.delete(r),e});if(tv.set(r,o),tv.size>100){let e=tv.keys().next().value;e&&tv.delete(e)}return o}(o,l,a))}catch(e){b(e instanceof Error?e.message:String(e))}finally{m(!1)}}};return(0,r.jsxs)("div",{onMouseEnter:()=>h(!0),onMouseLeave:()=>h(!1),style:{fontSize:13},children:[(0,r.jsxs)("button",{onClick:()=>void k(),style:{display:"flex",alignItems:"center",gap:6,width:"100%",padding:"2px 8px 2px 4px",borderRadius:6,background:p?"var(--bubble-tool-bg-fold)":"transparent",border:"none",color:p?"var(--text-meta)":"var(--text-muted)",cursor:"pointer",fontSize:13,textAlign:"left",transition:"color 0.12s, background 0.12s"},children:[n?(0,r.jsx)("span",{style:{display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,flexShrink:0},children:(0,r.jsx)(tx.KV,{state:"breathing",size:20,theme:d?"dark":"light",style:d?void 0:{filter:"brightness(0.57) contrast(1.15)"}})}):(0,r.jsx)("span",{style:{display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,flexShrink:0},"aria-hidden":"true",children:(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round",strokeLinejoin:"round",style:{display:"block"},children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"}),(0,r.jsx)("circle",{cx:"19",cy:"5",r:"2"}),(0,r.jsx)("circle",{cx:"5",cy:"19",r:"2"}),(0,r.jsx)("path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416"}),(0,r.jsx)("path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416"})]})}),(0,r.jsx)("span",{children:s("i18n.thinking")}),void 0!==t&&(0,r.jsxs)("span",{style:{fontSize:11,color:"var(--text-muted)",fontVariantNumeric:"tabular-nums"},children:[t,"s"]}),(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:c?"rotate(180deg)":"none",transition:"transform 0.15s"},"aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})]}),c&&(0,r.jsx)("div",{style:{margin:"2px 0 4px 30px",borderLeft:"2px solid var(--bubble-hairline)",paddingLeft:10,color:v?"#f87171":"var(--text-muted)",fontSize:12,lineHeight:1.3,whiteSpace:"pre-wrap"},children:f?(0,r.jsxs)("span",{style:{display:"inline-flex",alignItems:"center",gap:8},children:[(0,r.jsx)(tx.KV,{state:"searching",size:20,theme:d?"dark":"light",style:d?void 0:{filter:"brightness(0.57) contrast(1.15)"}}),s("i18n.loadingThinking")]}):v??(e.deferred?g:e.thinking)})]})}function tT({block:e,result:t,duration:n}){var o;let{t:l}=(0,y.s)(),[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)(!1),u=(o=e).rawInput??JSON.stringify(o.input,null,2),p=void 0!==e.rawInput,h=eE(e.toolName),g=t&&!t.isError?function(e){var t;let n=e.details;if(!("object"==typeof(t=n)&&null!==t&&!Array.isArray(t)))return null;let r="string"==typeof n.patch?n.patch:null;if(r)return{text:r};let i="string"==typeof n.diff?n.diff:null;return i?{text:i}:null}(t):null,x=t?t.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n"):null,f=null!==x&&("(no output)"===x.trim()||""===x.trim()),m=t?.isError??!1;return(0,r.jsxs)("div",{onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),style:{borderRadius:a?"var(--bubble-inner-radius)":5,overflow:"hidden",fontSize:12,border:a?"1px solid var(--bubble-border)":"1px solid transparent",background:a?d?"var(--bubble-tool-bg-hover)":"var(--bubble-tool-bg)":d?"var(--bubble-tool-bg-fold)":"transparent",backdropFilter:a?"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))":"none",WebkitBackdropFilter:a?"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))":"none",transition:"background 0.12s"},children:[(0,r.jsxs)("button",{onClick:()=>s(e=>!e),style:{display:"flex",alignItems:"center",gap:6,width:"100%",padding:"6px 10px",background:"none",border:"none",color:"var(--text-meta)",cursor:"pointer",fontSize:12,textAlign:"left",minWidth:0},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:999,flexShrink:0,background:m?"#f87171":"#22c55e",boxShadow:m?"0 0 0 3px rgba(248,113,113,0.15)":"0 0 0 3px rgba(34,197,94,0.15)"},"aria-hidden":"true"}),(0,r.jsx)("span",{style:{color:"var(--text-meta)",fontFamily:"var(--font-mono)",fontWeight:600,fontSize:11,flexShrink:0},children:e.toolName}),(0,r.jsx)("span",{style:{color:"var(--text-meta)",fontFamily:"var(--font-mono)",fontSize:11,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1,minWidth:0},children:p?l("chat.generatingToolInput"):function(e){let t=e.input;if(!t||"object"!=typeof t)return"";let n=Object.keys(t);return 0===n.length?"":"command"in t?String(t.command).slice(0,120):"path"in t?String(t.path).slice(0,120):"file_path"in t?String(t.file_path).slice(0,120):"pattern"in t?String(t.pattern).slice(0,120):"query"in t?String(t.query).slice(0,120):String(t[n[0]]).slice(0,120)}(e)}),void 0!==n&&(0,r.jsxs)("span",{style:{fontSize:11,color:"var(--text-muted)",flexShrink:0,fontVariantNumeric:"tabular-nums"},children:[n,"s"]}),(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:a?"rotate(180deg)":"none",transition:"transform 0.15s"},children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})]}),a&&(p||!h)&&(0,r.jsx)("div",{style:{borderTop:"1px solid var(--bubble-hairline)"},children:(0,r.jsx)("pre",{style:{margin:0,padding:"8px 10px",color:"var(--text)",fontSize:12,lineHeight:1.5,overflow:"auto",background:"transparent",whiteSpace:"pre-wrap",wordBreak:"break-all"},children:u})}),a&&t&&(g?(0,r.jsx)(tR,{diff:g}):(0,r.jsx)(tW,{text:x??"",isEmpty:f,isError:m})),a&&t&&(0,r.jsx)(tB,{content:t.content})]})}function tR({diff:e}){return(0,r.jsx)("div",{style:{borderTop:"1px solid var(--bubble-hairline)"},children:(0,r.jsx)(tL,{text:e.text})})}function tL({text:e}){let{t}=(0,y.s)(),n=(0,i.useMemo)(()=>tp(e),[e]);if(!n)return(0,r.jsx)(tE,{text:e});let o=n.length>1;return(0,r.jsx)("div",{style:{maxHeight:560,overflowY:"auto",overflowX:"hidden"},children:n.map((e,n)=>(0,r.jsxs)("div",{style:{minWidth:0,borderTop:0===n?"none":"1px solid var(--border)",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.55},children:[o&&(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"minmax(0, 1fr) minmax(0, 1fr)",position:"sticky",top:0,zIndex:1,background:"var(--bg-subtle)",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)(tz,{title:e.oldPath||t("i18n.before"),side:"left"}),(0,r.jsx)(tz,{title:e.newPath||t("i18n.after"),side:"right"})]}),(0,r.jsx)("div",{style:{display:"grid",gridTemplateColumns:"minmax(0, 1fr) minmax(0, 1fr)"},children:e.rows.map((e,t)=>"hunk"===e.type?null:(0,r.jsxs)("div",{style:{display:"contents"},children:[(0,r.jsx)(tI,{cell:e.left,side:"left"}),(0,r.jsx)(tI,{cell:e.right,side:"right"})]},t))})]},n))})}function tz({title:e,side:t}){return(0,r.jsx)("div",{title:e,style:{padding:"5px 10px",color:"var(--text-dim)",borderRight:"left"===t?"1px solid var(--border)":"none",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e})}function tI({cell:e,side:t}){let n="added"===e.type?"rgba(34,197,94,0.12)":"removed"===e.type?"rgba(248,113,113,0.13)":"empty"===e.type?"var(--bg-subtle)":"transparent",i="added"===e.type?"+":"removed"===e.type?"-":" ",o="added"===e.type?"#22c55e":"removed"===e.type?"#f87171":"var(--text-dim)";return(0,r.jsxs)("div",{style:{display:"flex",minWidth:0,background:n,borderRight:"left"===t?"1px solid var(--border)":"none"},children:[(0,r.jsx)("span",{style:{width:42,padding:"0 6px",textAlign:"right",color:"var(--text-dim)",userSelect:"none",background:"var(--bg-subtle)",borderRight:"1px solid var(--border)",flexShrink:0},children:e.lineNo??""}),(0,r.jsx)("span",{style:{width:18,padding:"0 5px",color:o,userSelect:"none",fontWeight:"context"===e.type||"empty"===e.type?400:700,flexShrink:0},children:i}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,padding:"0 10px 0 0",color:"empty"===e.type?"var(--text-dim)":"var(--text)",whiteSpace:"pre-wrap",overflowWrap:"anywhere"},children:e.text||"\xa0"})]})}function tE({text:e}){let t=e.split(/\r?\n/);return(0,r.jsx)("div",{style:{maxHeight:520,overflowY:"auto",overflowX:"hidden",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.55,minWidth:0},children:t.map((e,t)=>{let n=e.startsWith("@@")?"hunk":e.startsWith("+")&&!e.startsWith("+++")?"added":e.startsWith("-")&&!e.startsWith("---")?"removed":"context";return(0,r.jsxs)("div",{style:{display:"flex",background:"added"===n?"rgba(34,197,94,0.12)":"removed"===n?"rgba(248,113,113,0.13)":"hunk"===n?"rgba(96,165,250,0.12)":"transparent",borderLeft:"added"===n?"3px solid #22c55e":"removed"===n?"3px solid #f87171":"hunk"===n?"3px solid var(--accent)":"3px solid transparent"},children:[(0,r.jsx)("span",{style:{width:48,padding:"0 8px",color:"var(--text-dim)",background:"var(--bg-subtle)",borderRight:"1px solid var(--border)",textAlign:"right",userSelect:"none",flexShrink:0},children:t+1}),(0,r.jsx)("span",{style:{padding:"0 10px",whiteSpace:"pre-wrap",overflowWrap:"anywhere",color:"added"===n?"#22c55e":"removed"===n?"#f87171":"hunk"===n?"var(--accent)":"var(--text)"},children:e||"\xa0"})]},t)})})}function tW({text:e,isEmpty:t,isError:n}){let{t:i}=(0,y.s)();return(0,r.jsx)("div",{style:{borderTop:"1px solid var(--bubble-hairline)"},children:(0,r.jsx)("pre",{style:{margin:0,padding:"8px 10px",color:n?"#f87171":t?"var(--text-dim)":"var(--text-muted)",fontSize:12,lineHeight:1.5,overflow:"auto",maxHeight:400,background:"transparent",whiteSpace:"pre-wrap",wordBreak:"break-all",fontStyle:t?"italic":"normal",opacity:t?.6:1},children:t?i("i18n.noOutput"):e})})}function t$({message:e}){let{t}=(0,y.s)(),n=tA(e.content),o=(0,i.useMemo)(()=>{let e,t,r,i,o;return e=[],t=[],r=n.match(tu),i=r?.[1]??"",o=r?.index===void 0?n:n.slice(0,r.index),i.replace(tc,(n,r,i)=>{let o=i.split(/\r?\n/).map(e=>e.trim()).filter(Boolean);return"read-files"===r?e.push(...o):t.push(...o),""}),{body:o.trim(),readFiles:e,modifiedFiles:t}},[n]),l=tb(e.timestamp);return(0,r.jsx)("div",{style:{marginBottom:20},children:(0,r.jsxs)("div",{style:{borderRadius:12,overflow:"hidden",background:"var(--assistant-card-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:"1px solid var(--bubble-border)",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"7px 10px",borderBottom:"1px solid var(--bubble-hairline)",color:"var(--text-muted)"},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:11,fontWeight:650},children:"compaction"}),l&&(0,r.jsx)("span",{style:{marginLeft:"auto",color:"var(--text-dim)",fontSize:10},children:l})]}),(0,r.jsxs)("div",{style:{padding:"11px 13px 12px"},children:[(0,r.jsx)("div",{style:{color:"var(--text)",fontSize:15,fontWeight:700,lineHeight:1.35},children:t("i18n.conversationCompacted")}),(0,r.jsx)("div",{style:{marginTop:3,marginBottom:10,color:"var(--text)",fontSize:14,lineHeight:1.5},children:t("i18n.compactionDescription")}),o.body?(0,r.jsx)(ts,{className:"markdown-compaction-message",children:o.body}):(0,r.jsx)("span",{style:{color:"var(--text-dim)",fontSize:12},children:t("i18n.noSummary")}),(0,r.jsx)(tP,{readFiles:o.readFiles,modifiedFiles:o.modifiedFiles})]})]})})}function tP({readFiles:e,modifiedFiles:t}){let{t:n}=(0,y.s)();if(0===e.length+t.length)return null;let i=[];return e.length>0&&i.push(`${e.length} read`),t.length>0&&i.push(`${t.length} modified`),(0,r.jsxs)("details",{className:"compaction-file-details",children:[(0,r.jsx)("summary",{children:n("i18n.fileContext",{details:i.join(", ")})}),t.length>0&&(0,r.jsx)(tD,{title:n("i18n.modifiedFiles"),files:t}),e.length>0&&(0,r.jsx)(tD,{title:n("i18n.readFiles"),files:e})]})}function tD({title:e,files:t}){return(0,r.jsxs)("div",{className:"compaction-file-section",children:[(0,r.jsx)("div",{className:"compaction-file-title",children:e}),(0,r.jsx)("ul",{className:"compaction-file-list",children:t.map(e=>(0,r.jsx)("li",{children:e},e))})]})}function tF({message:e,cwd:t,onOpenFile:n}){var o;let l,{t:a}=(0,y.s)(),s=!1===e.display,[d,c]=(0,i.useState)(!s),[u,p]=(0,i.useState)(!1),[h,g]=(0,i.useState)(!1),x=tA(e.content),f="string"==typeof(o=e.content)?[]:o.filter(e=>"image"===e.type),m=void 0!==e.details,v=m?function(e){try{return JSON.stringify(e,null,2)}catch{return String(e)}}(e.details):"",b=e.customType||"extension",k=tb(e.timestamp);return(0,r.jsx)("div",{style:{marginBottom:20},children:(0,r.jsxs)("div",{style:{borderRadius:12,overflow:"hidden",background:s?"color-mix(in srgb, var(--assistant-card-glass) 62%, transparent)":"var(--assistant-card-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:"1px solid var(--bubble-border)",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)",opacity:s&&!d?.82:1},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"7px 10px",borderBottom:"1px solid var(--bubble-hairline)",color:"var(--text-muted)",fontSize:11},children:[(0,r.jsx)("span",{style:{color:"var(--text-muted)",fontFamily:"var(--font-mono)",fontSize:11,fontWeight:650},children:b}),s&&(0,r.jsx)("span",{style:{color:"var(--text-dim)",fontSize:11},children:a("i18n.hiddenExtensionMessage")}),k&&(0,r.jsx)("span",{style:{marginLeft:"auto",color:"var(--text-dim)",fontSize:10},children:k})]}),d?(0,r.jsxs)("div",{style:{padding:"6px 9px"},children:[f.length>0&&(0,r.jsx)("div",{style:{display:"flex",gap:6,flexWrap:"wrap",marginBottom:8*!!x},children:f.map((e,t)=>{var n;let i=(n=e).source?"base64"===n.source.type?`data:${n.source.media_type};base64,${n.source.data}`:n.source.url??"":n.data?`data:${n.mimeType};base64,${n.data}`:"";return i?(0,r.jsx)(td,{src:i,children:(0,r.jsx)("img",{src:i,alt:"",style:{maxWidth:240,maxHeight:240,borderRadius:6,objectFit:"contain",display:"block",border:"1px solid var(--border)"}})},t):null})}),x?(0,r.jsx)(ts,{className:"markdown-custom-message",cwd:t,onOpenFile:n,children:x}):(0,r.jsx)("span",{style:{color:"var(--text-dim)",fontSize:12},children:a("i18n.noMessage")})]}):(0,r.jsx)("button",{onClick:()=>c(!0),style:{display:"block",width:"100%",padding:"8px 10px",border:"none",background:"transparent",color:"var(--text-dim)",cursor:"pointer",fontSize:12,textAlign:"left"},children:x?(l=x.replace(/\s+/g," ").trim())?l.length>140?`${l.slice(0,140)}...`:l:"Show extension message":a("i18n.showExtensionMessage")}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"4px 9px",borderTop:"1px solid var(--bubble-hairline)",background:"color-mix(in srgb, var(--tool-bg-glass) 66%, transparent)"},children:[x||v?(0,r.jsx)("button",{onClick:()=>{ti(x||v).then(()=>{g(!0),setTimeout(()=>g(!1),1500)})},style:{padding:"3px 7px",border:"none",background:"none",color:h?"var(--accent)":"var(--text-muted)",cursor:"pointer",fontSize:11},children:a(h?"i18n.copied":"i18n.copy")}):null,(m||s)&&(0,r.jsx)("button",{onClick:()=>{s?c(e=>!e):p(e=>!e)},style:{marginLeft:"auto",padding:"3px 7px",border:"none",background:"none",color:"var(--text-dim)",cursor:"pointer",fontSize:11},children:a(s?d?"i18n.collapse":"i18n.expand":u?"i18n.hideDetails":"i18n.showDetails")})]}),m&&(s&&d||!s&&u)&&(0,r.jsx)("pre",{style:{margin:0,padding:"9px 10px",borderTop:"1px solid var(--bubble-hairline)",background:"color-mix(in srgb, var(--assistant-card-glass) 55%, transparent)",color:"var(--text-muted)",fontSize:12,lineHeight:1.5,whiteSpace:"pre-wrap",wordBreak:"break-word",maxHeight:360,overflow:"auto",fontFamily:"var(--font-mono)"},children:v})]})})}function tA(e){return"string"==typeof e?e:e.filter(e=>"text"===e.type).map(e=>e.text).join("\n")}function tB({content:e}){let t=(e??[]).filter(e=>"object"==typeof e&&null!==e&&"image"===e.type);return 0===t.length?null:(0,r.jsx)("div",{style:{display:"flex",gap:6,flexWrap:"wrap",padding:"8px 10px",borderTop:"1px solid var(--bubble-hairline)"},children:t.map((e,t)=>{let n=e.source?"base64"===e.source.type?`data:${e.source.media_type};base64,${e.source.data}`:e.source.url??"":e.data?`data:${e.mimeType};base64,${e.data}`:"";return n?(0,r.jsx)(td,{src:n,children:(0,r.jsx)("img",{src:n,alt:"",style:{maxWidth:220,maxHeight:220,borderRadius:6,objectFit:"contain",display:"block",border:"1px solid var(--border)"}})},t):null})})}function tN({message:e,sessionId:t}){let[n,o]=(0,i.useState)(null),[l,a]=(0,i.useState)(!1),[s,d]=(0,i.useState)(null),c=!e.output&&void 0===e.exitCode&&!e.cancelled,u=e.cancelled||void 0!==e.exitCode&&0!==e.exitCode,p=t&&e.fullOutputPath?`/api/agent/${encodeURIComponent(t)}/bash-output?path=${encodeURIComponent(e.fullOutputPath)}`:null,h=e.truncated&&p&&null===n,g=n??e.output;async function x(){if(p){a(!0),d(null);try{let e=await fetch(p),t=await e.json();t.success?o(t.data?.output??""):d(t.error??"failed")}catch(e){d(String(e))}finally{a(!1)}}}let f=e.excludeFromContext?"bash (local)":"bash",m={type:"toolCall",toolCallId:`bash-${e.timestamp??""}`,toolName:f,input:{command:e.command}},v=c?void 0:{role:"toolResult",toolCallId:m.toolCallId,toolName:f,content:g?[{type:"text",text:g}]:[],isError:u,timestamp:e.timestamp};return(0,r.jsxs)("div",{style:{margin:"6px 0"},children:[(0,r.jsx)(tT,{block:m,result:v}),e.truncated&&p&&(0,r.jsxs)("div",{style:{padding:"4px 10px",fontSize:11,marginTop:-1},children:[h&&(0,r.jsx)("button",{onClick:x,disabled:l,style:{background:"none",border:"none",color:"var(--accent)",cursor:l?"default":"pointer",fontSize:11,padding:0,textDecoration:"underline"},children:l?"loading…":"view full output"}),(0,r.jsx)("a",{href:`${p}&download=1`,style:{marginLeft:10*!!h,color:"var(--accent)",fontSize:11,textDecoration:"underline"},children:"download full output"}),s&&(0,r.jsxs)("span",{style:{marginLeft:6,color:"var(--text-dim)",fontSize:11},children:["(",s,")"]})]})]})}function tH({item:e,render:t,zIndex:n,active:o,onClose:l,onActivate:a,onMove:s}){var d;let c,u=(0,i.useRef)(null),p=(0,i.useRef)(null);(0,i.useEffect)(()=>()=>{p.current&&(p.current=null,document.body.style.cursor="",document.body.style.userSelect="")},[]);let h=(t,n)=>{"mouse"===n.pointerType&&0!==n.button||(n.preventDefault(),n.stopPropagation(),a(e.id),p.current&&g(n.pointerId),n.currentTarget.setPointerCapture(n.pointerId),p.current={mode:t,pointerId:n.pointerId,startX:n.clientX,startY:n.clientY,origX:e.x,origY:e.y,origW:e.w,origH:e.h},document.body.style.cursor="move"===t?"grabbing":"nwse-resize",document.body.style.userSelect="none")},g=e=>{let t=p.current;t&&t.pointerId===e&&(p.current=null,document.body.style.cursor="",document.body.style.userSelect="")},x=t=>{let n=p.current;if(!n||n.pointerId!==t.pointerId)return;if("mouse"===t.pointerType&&0===t.buttons)return void g(t.pointerId);t.preventDefault();let r=window.innerWidth,i=window.innerHeight,o=t.clientX-n.startX,l=t.clientY-n.startY;if("move"===n.mode){let t=e.w,a=e.h,d=Math.max(0,r-t),c=Math.max(0,i-a);s(e.id,{x:Math.min(d,Math.max(0,n.origX+o)),y:Math.min(c,Math.max(0,n.origY+l))})}else{let t=Math.max(220,r-n.origX),a=Math.max(140,i-n.origY);s(e.id,{w:Math.min(t,Math.max(220,n.origW+o)),h:Math.min(a,Math.max(140,n.origH+l))})}},f=e=>{g(e.pointerId);let t=e.currentTarget;try{t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId)}catch{}},m="user"===e.message.role?"用户":"助手";return(0,r.jsxs)("div",{ref:u,"data-pin-bubble":!0,tabIndex:0,style:{position:"fixed",left:e.x,top:e.y,width:e.w,height:e.h,zIndex:n,display:"flex",flexDirection:"column",background:"var(--bg-panel)",border:o?"1px solid color-mix(in srgb, var(--border) 90%, transparent)":"1px solid var(--border)",borderRadius:10,boxShadow:o?"0 0 14px 1px color-mix(in srgb, var(--border) 50%, transparent), 0 1px 2px rgba(15,23,42,0.05), 0 8px 30px rgba(0,0,0,0.35)":"0 8px 30px rgba(0,0,0,0.35)",overflow:"hidden",colorScheme:"dark"},onPointerDown:t=>{t.target===t.currentTarget&&a(e.id)},children:[(0,r.jsxs)("div",{"data-pin-handle":!0,onPointerDown:e=>h("move",e),onPointerMove:x,onPointerUp:f,style:{display:"flex",alignItems:"center",gap:8,padding:"4px 8px",cursor:"grab",flexShrink:0,touchAction:"none",background:"color-mix(in srgb, var(--bg-hover) 60%, transparent)",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-muted)",userSelect:"none"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0-2-2 3 3 0 0 0-3 3V9a4 4 0 0 1-1 2.65"})]}),(0,r.jsx)("span",{style:{fontWeight:600},children:m}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",opacity:.7},children:(c=(e=>{if("string"==typeof e)return e;if(Array.isArray(e)){for(let t of e)if(t&&"object"==typeof t){if("string"==typeof t.text)return t.text;if("toolCall"===t.type)return`${t.name??"tool"} ${tO(t.text??"")}`;if("string"==typeof t.thinking)return t.thinking}}return null})((d=e.message).content)??d.summary??"",tO(c.replace(/\s+/g," ")))}),(0,r.jsx)("button",{onPointerDown:e=>e.stopPropagation(),onClick:t=>{t.stopPropagation(),l(e.id)},title:"关闭",style:{display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,padding:0,background:"none",border:"none",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,r.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),(0,r.jsx)("div",{style:{flex:1,minHeight:0,overflow:"auto",padding:"6px 8px"},children:(0,r.jsx)(tk,{message:e.message,isStreaming:!1,bare:!0,toolResults:t.toolResults,modelNames:t.modelNames,cwd:t.cwd,onOpenFile:t.onOpenFile,sessionId:t.sessionId,entryId:t.entryId,writtenFiles:t.writtenFiles})}),(0,r.jsx)("div",{"data-pin-resize":!0,onPointerDown:e=>h("resize",e),onPointerMove:x,onPointerUp:f,style:{position:"absolute",right:0,bottom:0,width:18,height:18,cursor:"nwse-resize",touchAction:"none"},"aria-label":"调整大小",children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-muted)",strokeWidth:"2",strokeLinecap:"round",style:{position:"absolute",right:2,bottom:2,pointerEvents:"none"},children:[(0,r.jsx)("path",{d:"M14 20 20 14"}),(0,r.jsx)("path",{d:"M14 14 20 20"}),(0,r.jsx)("path",{d:"M8 20 20 8"})]})})]})}function tO(e,t=40){return e.length<=t?e:e.slice(0,t).trimEnd()+"…"}function tU(e){if(!e||"object"!=typeof e||"string"!=typeof e.data||"string"!=typeof e.mimeType||!e.mimeType.startsWith("image/"))return!1;let t=function(e){if(!e||e.length%4!=0)return null;let t=e.endsWith("==")?2:+!!e.endsWith("="),n=e.length-t;for(let t=0;t<n;t+=1){var r;if(!((r=e.charCodeAt(t))>=65&&r<=90||r>=97&&r<=122||r>=48&&r<=57||43===r||47===r))return null}for(let t=n;t<e.length;t+=1)if("="!==e[t])return null;return e.length/4*3-t}(e.data);return null!==t&&t<=0xa00000}let t_=new Map;function tV(e){return{value:e.value,images:e.images.map(e=>({...e}))}}function tq(e){return!e.value&&0===e.images.length}function tK(e){let t=t_.get(e);return t?tV(t):null}function tJ(e,t){tq(t)?t_.delete(e):t_.set(e,tV(t))}function tY(e){t_.delete(e)}function tX(e,t){return e.trim()?t.trim()?`${e}
3
-
4
- ${t}`:e:t}function tZ(e,t,n,r){let i=[...t??[],...r].filter(tU).slice(0,10).map(({data:e,mimeType:t})=>({data:e,mimeType:t}));return{value:tX(e,n),images:i}}function tG(e,t,n){if(e===t)return n?tV(n):tK(t);let r=tK(e),i=n&&!tq(n)?tV(n):r??(n?tV(n):null),o=tK(t);if(tY(e),!i)return o;let l=o?tZ(o.value,o.images,i.value,i.images):i;return tJ(t,l),tV(l)}function tQ(e){let t=/(?:^|\s)@"([^"\n]*)$/.exec(e);if(t)return{start:e.length-(t[1].length+2),query:t[1],quoted:!0};let n=/(?:^|\s)@([^\s"]*)$/.exec(e);return n?{start:e.length-(n[1].length+1),query:n[1],quoted:!1}:null}function t0(e){let t=0;for(let n=0;n<e.length;n++)"/"===e[n]&&t++;return t}function t1(e,t){if(!e)return!0;let n=0;for(let r=0;r<t.length&&n<e.length;r++)t[r]===e[n]&&n++;return n===e.length}function t2(e,t){let n=t?`${e}/`:e;return n.includes(" ")?`@"${n}" `:`@${n} `}let t4="pi-web.drafts.v1";function t8(){return"u">typeof localStorage?localStorage:null}function t5(e){return"object"==typeof e&&null!==e&&"string"==typeof e.id&&"string"==typeof e.content&&"number"==typeof e.updatedAt}function t6(){let e=t8();if(!e)return[];try{let t=e.getItem(t4);if(!t)return[];let n=JSON.parse(t);if(!Array.isArray(n))return[];return n.filter(t5).sort((e,t)=>t.updatedAt-e.updatedAt)}catch{return[]}}function t3(e){let t=t8();if(t)try{t.setItem(t4,JSON.stringify(e))}catch{}}function t7(e,t=Date.now()){let n={id:"u">typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now().toString(36)}-${Math.random().toString(36).slice(2,10)}`,content:e,updatedAt:t};return t3([n,...t6()]),n}function t9(e,t,n=Date.now()){let r=t6(),i=r.findIndex(t=>t.id===e);if(i<0)return null;let o={...r[i],content:t,updatedAt:n};return r.splice(i,1),r.unshift(o),t3(r),o}function ne(e){t3(t6().filter(t=>t.id!==e))}function nt(e){return e<10?`0${e}`:String(e)}var nn=n(59767),nr=n.n(nn);function ni(e,t){let n=Object.getOwnPropertyDescriptor(HTMLTextAreaElement.prototype,"value")?.set;n&&n.call(e,t),e.dispatchEvent(new Event("input",{bubbles:!0}))}function no(e,t){return null!==e&&t.some(t=>t.id===e)}function nl({items:e,expanded:t,activeItem:n,onToggle:i,onPick:o,onDelete:l,onCancelActive:a,panelRef:s}){return 0===e.length?null:(0,r.jsxs)("div",{ref:s,className:nr().panel,role:"region","aria-label":"TODO 暂存区",children:[(0,r.jsxs)("button",{type:"button",className:`${nr().toggle}${t?` ${nr().toggleOpen}`:""}`,onClick:i,"aria-expanded":t,"aria-label":t?"收起 TODO 列表":"展开 TODO 列表",children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{display:"block",flexShrink:0},children:[(0,r.jsx)("rect",{x:"2",y:"2",width:"12",height:"12",rx:"3"}),(0,r.jsx)("path",{d:"M5.5 8.2l1.8 1.8 3.4-3.6"})]}),(0,r.jsxs)("span",{className:nr().toggleLabel,children:["TODO ",e.length]}),(0,r.jsx)("span",{className:nr().toggleArrow,"aria-hidden":"true",children:t?"▴":"▾"})]}),t&&(0,r.jsxs)("div",{className:nr().expandArea,children:[n&&(0,r.jsxs)("div",{className:nr().activeBar,children:[(0,r.jsx)("span",{className:nr().activeDot}),(0,r.jsx)("span",{className:nr().activeLabel,children:"正在编辑 TODO"}),(0,r.jsx)("button",{type:"button",className:nr().cancelBtn,onClick:a,title:"取消关联(内容保留在输入框)","aria-label":"取消 TODO 关联",children:"✕"})]}),(0,r.jsx)("div",{className:nr().list,children:e.map(e=>(0,r.jsxs)("div",{className:nr().row,children:[(0,r.jsx)("span",{className:nr().content,title:e.content,children:e.content}),(0,r.jsx)("span",{className:nr().time,children:function(e,t=Date.now()){let n=t-e;if(n<6e4)return"刚刚";if(n<36e5)return`${Math.floor(n/6e4)}分钟前`;let r=new Date(e),i=new Date(t),o=new Date(i.getFullYear(),i.getMonth(),i.getDate()).getTime();return e>=o?`${nt(r.getHours())}:${nt(r.getMinutes())}`:e>=o-864e5?"昨天":r.getFullYear()===i.getFullYear()?`${r.getMonth()+1}月${r.getDate()}日`:`${r.getFullYear()}年${r.getMonth()+1}月${r.getDate()}日`}(e.updatedAt)}),(0,r.jsxs)("span",{className:nr().rowActions,children:[(0,r.jsx)("button",{type:"button",className:nr().btn,onClick:()=>o(e.id),title:"回填到输入框","aria-label":"回填到输入框",children:(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M9 5 H1"}),(0,r.jsx)("polyline",{points:"4 1.5 1 5 4 8.5"})]})}),(0,r.jsx)("button",{type:"button",className:`${nr().btn} ${nr().btnDanger}`,onClick:()=>l(e.id),title:"删除 TODO","aria-label":"删除 TODO",children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}),(0,r.jsx)("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),(0,r.jsx)("line",{x1:"14",y1:"11",x2:"14",y2:"17"})]})})]})]},e.id))})]})]})}function na(){let[e,t]=(0,i.useState)([]),[n,o]=(0,i.useState)(null),[l,a]=(0,i.useState)(!1),s=(0,i.useRef)(null);(0,i.useEffect)(()=>{if(!l)return;let e=e=>{s.current&&!s.current.contains(e.target)&&a(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[l]);let d=(0,i.useRef)(e),c=(0,i.useRef)(n);(0,i.useEffect)(()=>{d.current=e},[e]),(0,i.useEffect)(()=>{c.current=n},[n]),(0,i.useEffect)(()=>{t(t6())},[]);let u=(0,i.useCallback)(()=>t(t6()),[]);(0,i.useEffect)(()=>{let e=e=>{let t=e.target;t instanceof HTMLTextAreaElement&&!t.value.trim()&&c.current&&o(null)};return document.addEventListener("input",e,!0),()=>document.removeEventListener("input",e,!0)},[]),(0,i.useEffect)(()=>{let e=e=>{if(e.isComposing||!(e.ctrlKey||e.metaKey)||e.altKey||e.shiftKey)return;let t=document.activeElement instanceof HTMLTextAreaElement?document.activeElement:null;if(t){if("s"===e.key.toLowerCase()){if(e.preventDefault(),!t.value.trim())return;let n=c.current;no(n,d.current)?t9(n,t.value):t7(t.value),o(null),u(),ni(t,"");return}if("Delete"===e.key){e.preventDefault();let n=c.current;no(n,d.current)&&(ne(n),o(null),u()),ni(t,"");return}"Enter"===e.key&&!e.shiftKey&&c.current&&setTimeout(()=>{t.value.trim()||o(null)},0)}};return window.addEventListener("keydown",e,!0),()=>window.removeEventListener("keydown",e,!0)},[u]);let p=(0,i.useCallback)(e=>{let t=d.current.find(t=>t.id===e);if(!t)return;let n=document.activeElement instanceof HTMLTextAreaElement?document.activeElement:document.querySelector("textarea");if(n){if(n.value.trim()){let e=c.current;no(e,d.current)?t9(e,n.value):t7(n.value)}o(e),u(),ni(n,t.content),n.focus()}},[u]),h=(0,i.useCallback)(e=>{ne(e),c.current===e&&o(null),u()},[u]);if(0===e.length)return null;let g=null!==n?e.find(e=>e.id===n)??null:null;return(0,r.jsx)(nl,{items:e,expanded:l,activeItem:g,onToggle:()=>a(e=>!e),onPick:p,onDelete:h,onCancelActive:()=>o(null),panelRef:s})}var ns=n(31590);let nd={error:"#ef4444",warning:"#d97706",success:"#10b981",info:"var(--accent)"};function nc({quota:e}){if("balance"===e.kind)return(0,r.jsx)("span",{children:e.text});if(0===e.items.length)return null;let t=e.items.map(e=>e.detail??`${e.label} ${Math.round(100*e.pct)}%`).join("\n");return(0,r.jsx)("span",{title:t,style:{display:"inline-flex",alignItems:"center",gap:8},children:e.items.map(e=>{var t;return(0,r.jsxs)("span",{style:{whiteSpace:"nowrap",display:"inline-flex",alignItems:"center",gap:3},children:[(0,r.jsx)("span",{"aria-hidden":!0,style:{flexShrink:0,width:5,height:5,borderRadius:"50%",background:(t=e.pct)>.8?nd.error:t>.5?nd.warning:nd.success}}),e.label," ",e.text]},e.label)})})}function nu({state:e,isDark:t}){return(0,r.jsx)(tx.KV,{state:e,size:20,theme:t?"dark":"light",style:t?void 0:{filter:"brightness(0.57) contrast(1.15)"}})}function np({notice:e,onDismissError:t,isDark:n,silent:i,style:o}){if(i||!e)return null;if("idle"===e.level)return e.quota?(0,r.jsx)("span",{style:{color:"var(--text-muted)",...o},children:(0,r.jsx)(nc,{quota:e.quota})}):null;let l="error"===e.level;return(0,r.jsxs)("span",{role:"status","aria-live":"polite",style:{display:"inline-flex",alignItems:"center",gap:6,minWidth:0,overflow:"hidden",color:"var(--text)",fontSize:12,fontFamily:"var(--font-mono)",...o},children:[l?(0,r.jsx)(nu,{state:"breathing",isDark:n}):(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,width:5,height:5,borderRadius:"50%",background:nd[e.kind]??nd.info}}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.text}),l&&(0,r.jsx)("button",{onClick:t,title:"关闭","aria-label":"关闭错误提示",style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:18,height:18,padding:0,background:"none",border:"none",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:11,lineHeight:1},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:"✕"})]})}function nh({phase:e,modelSlot:t,right:n,quota:i,isDark:o}){let l=null;return e?l=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(nu,{state:e.orb,isDark:o}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontSize:12,fontFamily:"var(--font-mono)",lineHeight:"20px",color:"var(--text-muted)"},children:e.text})]}):t&&(l=t),(0,r.jsxs)("div",{role:"status","aria-live":"polite",style:{display:"flex",alignItems:"center",gap:8,height:26,minHeight:26,padding:"0 6px",minWidth:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,flex:1,minWidth:0,height:20},children:[l,i&&!e&&(0,r.jsx)("span",{style:{flexShrink:0,minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontSize:12,fontFamily:"var(--font-mono)",lineHeight:"20px",color:"var(--text-dim)"},children:(0,r.jsx)(nc,{quota:i})})]}),null!=n&&(0,r.jsx)("div",{style:{display:"flex",alignItems:"center",gap:6,flexShrink:0,minHeight:20},children:n})]})}let ng=["off","read-only","default","full"],nx={off:"none","read-only":"read-only",default:"default",full:"full"},nf=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"});function nm(e,t){return nf.compare(e.name||e.modelId,t.name||t.modelId)||nf.compare(e.provider,t.provider)||nf.compare(e.modelId,t.modelId)}let nv=["auto","off","minimal","low","medium","high","xhigh","max"],ny={auto:"chat.thinkingUseDefault",off:"chat.thinkingOff",minimal:"chat.thinkingMinimal",low:"chat.thinkingLow",medium:"chat.thinkingMedium",high:"chat.thinkingHigh",xhigh:"chat.thinkingXhigh",max:"chat.thinkingMax"};function nb(e){return e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${Math.round(e/1e3)}k`:e.toLocaleString()}let nk=[{name:"compact",description:"chat.commandCompact",source:"builtin"},{name:"reload",description:"chat.commandReload",source:"builtin"},{name:"name",description:"chat.commandName",source:"builtin"},{name:"session",description:"chat.commandSession",source:"builtin",availableWhileStreaming:!0},{name:"copy",description:"chat.commandCopy",source:"builtin",availableWhileStreaming:!0}];function nw(e){let t=e.trim().match(/^\/([^\s]+)(?:\s|$)/);if(t)return nk.find(e=>e.name===t[1])}function nj(e){return nw(e)?.availableWhileStreaming===!0}let nS=["builtin","extension","prompt","skill"],nC={builtin:"chat.builtIn",extension:"chat.extensions",prompt:"chat.prompts",skill:"chat.skills"},nM={builtin:0,extension:1,prompt:2,skill:3};function nT(e,t,n){let r=e.name.toLowerCase(),i=nR(e,n).toLowerCase();return r===t?0:r.startsWith(t)?1:r.includes(t)?2:i.includes(t)?3:4}function nR(e,t){return"builtin"===e.source?t(e.description):e.description??""}function nL(e,t){return"skill"===e.source&&!!e.name.startsWith("skill:")&&!0===t[e.name.slice(6)]}async function nz(e){let t=await createImageBitmap(e).catch(()=>null);if(!t)return{data:btoa(String.fromCharCode(...new Uint8Array(await e.arrayBuffer()))),mimeType:e.type};let n=Math.max(t.width,t.height),r=n>1024?1024/n:1,i=Math.max(1,Math.round(t.width*r)),o=Math.max(1,Math.round(t.height*r)),l=document.createElement("canvas");l.width=i,l.height=o;let a=l.getContext("2d");return a?(a.drawImage(t,0,0,i,o),t.close(),{data:l.toDataURL("image/jpeg",.85).split(",")[1]??"",mimeType:"image/jpeg"}):(t.close(),{data:btoa(String.fromCharCode(...new Uint8Array(await e.arrayBuffer()))),mimeType:e.type})}function nI(e){return{data:e.data,mimeType:e.mimeType}}function nE(e){return{...e,previewUrl:`data:${e.mimeType};base64,${e.data}`}}function nW(e){return(e??[]).filter(tU).slice(0,10).map(nE)}function n$(e){e.previewUrl.startsWith("blob:")&&URL.revokeObjectURL(e.previewUrl)}function nP({kind:e,text:t}){return(0,r.jsxs)("div",{title:t,style:{display:"flex",alignItems:"center",gap:6,padding:"1px 8px",fontSize:12,color:"var(--text-muted)",minWidth:0},children:[(0,r.jsx)("span",{style:{flexShrink:0,fontSize:10,fontFamily:"var(--font-mono)",padding:"0 5px",borderRadius:999,border:`1px solid ${"steer"===e?"color-mix(in srgb, var(--accent) 45%, transparent)":"var(--border)"}`,color:"steer"===e?"var(--accent)":"var(--text-dim)"},children:e}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:t})]})}function nD({tone:e,title:t,body:n}){let[o,l]=(0,i.useState)(!1);if((0,i.useEffect)(()=>{l(!1)},[t,n]),o)return null;let a="error"===e?"#ef4444":"#f59e0b";return(0,r.jsxs)("div",{role:"alert",style:{position:"relative",marginBottom:8,padding:"8px 30px 8px 12px",borderRadius:10,border:`1px solid color-mix(in srgb, ${a} 45%, transparent)`,background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",color:"var(--text)",fontSize:12,lineHeight:1.5,boxShadow:"0 2px 12px -4px rgba(15,23,42,0.16)",animation:"notice-shelf-in 0.18s ease-out both"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",gap:8},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:6,height:6,borderRadius:"50%",marginTop:6,background:a}}),(0,r.jsxs)("div",{style:{minWidth:0,flex:1},children:[(0,r.jsx)("div",{style:{fontWeight:600},children:t}),(0,r.jsx)("div",{style:{whiteSpace:"pre-wrap",wordBreak:"break-word",overflowWrap:"anywhere"},children:n})]})]}),(0,r.jsx)("button",{type:"button","aria-label":"Dismiss",onClick:()=>l(!0),style:{position:"absolute",top:6,right:6,display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,padding:0,border:"none",background:"transparent",color:"var(--text-dim)",cursor:"pointer",borderRadius:5},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)"},children:(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",children:(0,r.jsx)("path",{d:"M1 1l8 8M9 1l-8 8"})})})]})}function nF({error:e}){return e?(0,r.jsx)(nD,{tone:"error",title:"Model error",body:e}):null}function nA({warnings:e}){return e&&0!==e.length?(0,r.jsx)(nD,{tone:"warning",title:e.length>1?"Model scope warnings":"Model scope warning",body:e.join("\n")}):null}let nB=(0,i.forwardRef)(function({onSend:e,onAbort:t,onSteer:n,onFollowUp:o,isStreaming:l,model:a,isAutoModelSelection:s,modelNames:d,modelList:c,modelError:u,modelScopeWarnings:p,onModelChange:h,modelSwitching:g,modelsLoading:x,onCompact:f,onAbortCompaction:m,isCompacting:v,compactError:b,toolPreset:k,onToolPresetChange:S,commandBusy:C=!1,thinkingLevel:M,onThinkingLevelChange:T,availableThinkingLevels:R,thinkingLevelMap:L,queuedMessages:I,inputHistory:E=[],onRecallQueue:$,phase:P=null,quota:D=null,slashCommands:F,slashCommandsLoading:A,onLoadSlashCommands:B,onBuiltinCommand:N,soundEnabled:H,onSoundToggle:O,onAudioUnlock:U,onPromptWithStreamingBehavior:_,draftKey:V,cwd:q,atBottom:K=!0,onScrollToBottom:J},Y){let X,Z,G,Q,ee,et,en,er,ei,eo,el,{t:ea}=(0,y.s)(),es=(0,ns.a)(),{isDark:ed}=tr(),[ec,eu]=(0,i.useState)(!1),[ep,eh]=(0,i.useState)(()=>V?tK(V)?.value??"":""),[eg,ex]=(0,i.useState)(!1);(0,i.useEffect)(()=>{ex(!1)},[b]);let[ef,em]=(0,i.useState)(!1),[ev,ey]=(0,i.useState)(null),[eb,ek]=(0,i.useState)(""),[ew,ej]=(0,i.useState)(!1),[eS,eC]=(0,i.useState)(!1),[eM,eT]=(0,i.useState)(!1),[eR,eL]=(0,i.useState)(()=>V?nW(tK(V)?.images):[]),[ez,eI]=(0,i.useState)(!1),eE=ep.trimStart(),eW=0===eR.length&&eE.startsWith("!"),e$=eW&&eE.startsWith("!!"),[eP,eD]=(0,i.useState)(!1),[eF,eA]=(0,i.useState)(0),[eB,eN]=(0,i.useState)(null),[eH,eO]=(0,i.useState)(null),[eU,e_]=(0,i.useState)(!1),[eV,eq]=(0,i.useState)(0),[eK,eJ]=(0,i.useState)(!1),[eY,eX]=(0,i.useState)(0),[eZ,eG]=(0,i.useState)(null),[eQ,e0]=(0,i.useState)(!1),[e1,e2]=(0,i.useState)(null),[e4,e8]=(0,i.useState)(null),e5=q&&e4?.cwd===q?e4.values:{},e6=(0,i.useRef)(null),e3=(0,i.useRef)(null),e7=(0,i.useRef)(null),e9=(0,i.useRef)(null),te=(0,i.useRef)(null),tt=(0,i.useRef)(null),tn=(0,i.useRef)(null),ti=(0,i.useRef)(null),to=(0,i.useRef)(!1),tl=(0,i.useRef)(0),ta=(0,i.useRef)(!1),ts=(0,i.useRef)(null),td=(0,i.useRef)([]),tc=(0,i.useRef)([]),tu=(0,i.useRef)([]),tp=(0,i.useRef)(null),th=(0,i.useRef)(null),tg=(0,i.useRef)(V),tf=(0,i.useRef)(ep),tm=(0,i.useRef)(eR),tv=(0,i.useRef)(0);tf.current=ep,tm.current=eR,(0,i.useImperativeHandle)(Y,()=>({insertIfEmpty(e){let t=e6.current;(t?t.value:ep).trim()||(tf.current=e,eh(e),eO(null),requestAnimationFrame(()=>{t&&(t.focus(),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,200)}px`)}))},replaceMessage(e){var t,n;let r=e6.current,i=r?r.value:ep,o="string"==typeof e.content?e.content:e.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n"),l=nW("string"==typeof e.content?[]:e.content.flatMap(e=>{if("image"!==e.type)return[];let t=e.source?.type==="base64"?e.source.data:e.data,n=e.source?.type==="base64"?e.source.media_type:e.mimeType;if("string"!=typeof t||"string"!=typeof n)return[];let r={data:t,mimeType:n};return tU(r)?[r]:[]}));if(t=tm.current.length,n=tv.current,i.trim()||0!==t||0!==n){let e=[o,i].filter(e=>e.trim()).join("\n\n");tf.current=e,eh(e),eO(null),eJ(!1),l.length>0&&eL(e=>{let t=Math.max(0,10-l.length),n=e.slice(0,t);e.slice(t).forEach(n$);let r=[...l,...n];return tm.current=r,r})}else tf.current=o,tm.current=l,eh(o),eO(null),eJ(!1),eL(e=>(e.forEach(n$),l));requestAnimationFrame(()=>{r&&(r.focus(),r.style.height="auto",r.style.height=`${Math.min(r.scrollHeight,200)}px`)})},prependText(e){if(!e.trim())return;let t=e6.current,n=[e,t?t.value:ep].filter(e=>e.trim()).join("\n\n");tf.current=n,eh(n),eO(null),requestAnimationFrame(()=>{t&&(t.focus(),t.setSelectionRange(n.length,n.length),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,200)}px`)})},rekeyDraft(e,t){if(e===t)return;if(tg.current!==e)return void tG(e,t);let n={value:tf.current,images:tm.current.map(nI)},r=tG(e,t,n)??{value:"",images:[]},i=r.value===n.value&&r.images.length===n.images.length&&r.images.every((e,t)=>e.data===n.images[t]?.data&&e.mimeType===n.images[t]?.mimeType);if(tg.current=t,i)return;let o=nW(r.images);tf.current=r.value,tm.current=o,eh(r.value),eL(e=>(e.forEach(n$),o)),eO(null),eJ(!1)},restoreSubmission(e,t,n){if(!e.trim()&&!t?.length)return;let r=tg.current,i=n??r,o=i===r,l=!o&&i?tK(i):null,a=tZ(e,t,o?tf.current:l?.value??"",o?tm.current.map(nI):l?.images??[]);if(i&&tJ(i,a),!o)return;let s=t?.length?[...nW(t).slice(0,Math.max(0,10-tm.current.length)),...tm.current].slice(0,10):tm.current;tf.current=a.value,tm.current=s,eh(t=>{let n=tX(e,t);return tf.current=n,n}),eO(null),eJ(!1),t?.length&&eL(e=>{let n=Math.max(0,10-e.length),r=nW(t).slice(0,n),i=r.length>0?[...r,...e]:e;return tm.current=i,i}),requestAnimationFrame(()=>{let e=e6.current;e&&(e.focus(),e.setSelectionRange(e.value.length,e.value.length),e.style.height="auto",e.style.height=`${Math.min(e.scrollHeight,200)}px`)})},insertText(e){let t=e6.current;if(!t)return void eh(t=>t+(t?" ":"")+e);let n=t.selectionStart??t.value.length,r=t.selectionEnd??t.value.length,i=t.value.slice(0,n),o=t.value.slice(r),l=i.length>0&&!i.endsWith(" ")?" ":"",a=i+l+e+o;tf.current=a,eh(a),eO(null),requestAnimationFrame(()=>{if(!t)return;let r=n+l.length+e.length;t.setSelectionRange(r,r),t.focus(),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,200)}px`})},addImages(e){ty(e)}}));let ty=(0,i.useCallback)(async e=>{let t=Math.max(0,10-tm.current.length-tv.current),n=e.filter(e=>e.type.startsWith("image/")&&e.size<=0xa00000).slice(0,t);if(n.length){tv.current+=n.length;try{let e=await Promise.all(n.map(async e=>{let t=await nz(e);return{data:t.data,mimeType:t.mimeType,previewUrl:URL.createObjectURL(e)}}));eL(t=>{let n=e.slice(0,Math.max(0,10-t.length));e.slice(n.length).forEach(n$);let r=[...t,...n];return tm.current=r,r})}finally{tv.current-=n.length}}},[]),tb=(0,i.useCallback)(e=>{eL(t=>{let n=[...t],[r]=n.splice(e,1);return r&&n$(r),tm.current=n,n})},[]),tk=(0,i.useCallback)(()=>{tm.current=[],eL(e=>(e.forEach(n$),[]))},[]),tw=(0,i.useCallback)(()=>{tf.current="",eh(""),eO(null),eJ(!1),V&&tY(V),tg.current&&tg.current!==V&&tY(tg.current),tk(),e6.current&&(e6.current.style.height="auto")},[tk,V]);(0,i.useEffect)(()=>{V&&tg.current===V&&tJ(V,{value:ep,images:eR.map(nI)})},[eR,V,ep]),(0,i.useEffect)(()=>{let e=tg.current;if(e===V)return;e&&tJ(e,{value:tf.current,images:tm.current.map(nI)});let t=V?tK(V):null;tg.current=V;let n=t?.value??"",r=nW(t?.images);tf.current=n,tm.current=r,eh(n),eO(null),eJ(!1),eL(e=>(e.forEach(n$),r))},[V]),(0,i.useEffect)(()=>{let e=e6.current;e&&(e.style.height="auto",ep&&(e.style.height=`${Math.min(e.scrollHeight,200)}px`))},[ep]),(0,i.useEffect)(()=>()=>{tm.current.forEach(n$)},[]);let tj=(0,i.useCallback)(async e=>{if(eR.length||!e.startsWith("/")||!N||!nw(e))return!1;tw();let t=await N(e);return t.handled&&t.error&&""===tf.current.trim()&&(tf.current=e,eh(e)),t.handled},[eR.length,tw,N]),tS=(0,i.useCallback)(async()=>{let t=ep.trim();!t&&!eR.length||C||(U?.(),(!l||nj(t))&&await tj(t)||l||(tw(),e(t,eR.length?eR:void 0)))},[ep,eR,l,C,tj,e,tw,U]),tC=ep.startsWith("/")&&!/\s/.test(ep.slice(1))?ep.slice(1).toLowerCase():null,tM=null===tC?[]:[...l?nk.filter(e=>e.availableWhileStreaming):nk,...F??[]].filter(e=>{let t=e.name.toLowerCase(),n=nR(e,ea).toLowerCase();return t.includes(tC)||n.includes(tC)}).sort((e,t)=>{let n=nT(e,tC,ea)-nT(t,tC,ea);return 0!==n?n:nM[e.source]-nM[t.source]||nf.compare(e.name,t.name)}),{commands:tT,groups:tR}=(X=0,{commands:(Z=nS.map(e=>{let t=tM.filter(t=>t.source===e),n="skill"===e?[...t.filter(e=>!nL(e,e5)),...t.filter(e=>nL(e,e5))]:t;return{source:e,items:n.map(e=>({command:e,index:X++}))}}).filter(e=>e.items.length>0)).flatMap(e=>e.items.map(({command:e})=>e)),groups:Z}),tL=1===tM.length?ea(tC?"chat.match":"chat.command"):ea(tC?"chat.matches":"chat.commands",{count:tM.length}),tz=!!ep.trim(),tI=(0,i.useCallback)((e,t)=>{if(!q)return void eO(null);let n=t??e.length;eO(tQ(e.slice(0,n)))},[q]),tE=eH?.query??null,tW=i.useMemo(()=>null!==tE&&eZ&&eZ.cwd===q?function(e,t,n=20){let r=t.toLowerCase();if(!r)return e.slice(0,n);let i=[];for(let t of e){let e=function(e,t){let n=e.path.toLowerCase(),r=0;if(t.includes("/"))n===t?r=100:n.startsWith(t)?r=80:n.includes(t)?r=50:t1(t,n)&&(r=10);else{let e=n.lastIndexOf("/"),i=-1===e?n:n.slice(e+1);i===t?r=100:i.startsWith(t)?r=80:i.includes(t)?r=50:n.includes(t)?r=30:t1(t,n)&&(r=10)}return e.isDir&&r>0&&(r+=10),r}(t,r);e>0&&i.push({entry:t,score:e})}return i.sort((e,t)=>t.score-e.score||t0(e.entry.path)-t0(t.entry.path)||e.entry.path.localeCompare(t.entry.path)),i.slice(0,n).map(e=>e.entry)}(eZ.entries,tE):[],[tE,eZ,q]),t$=!!(tE&&eZ?.truncated&&eZ.cwd===q);(0,i.useEffect)(()=>{if(!t$||!q||!tE)return;let e=setTimeout(()=>{fetch(`/api/file-index?cwd=${encodeURIComponent(q)}&q=${encodeURIComponent(tE)}`).then(e=>{if(!e.ok)throw Error(`file search failed: ${e.status}`);return e.json()}).then(e=>e2({cwd:q,query:tE,matches:e.matches??[]})).catch(()=>{})},150);return()=>clearTimeout(e)},[t$,tE,q]);let tP=t$&&null!==e1&&e1.cwd===q&&e1.query===tE,tD=tP?e1.matches:tW,tF=null===eH?null:`${eH.start}:${+!!eH.quoted}:${eH.query}`;(0,i.useEffect)(()=>{if(null===tF){e_(!1),eq(0);return}e_(!0),eq(0)},[tF]);let tA=null!==eH;(0,i.useEffect)(()=>{if(!tA||!q)return;let e=tp.current;e&&e.cwd===q&&Date.now()-e.fetchedAt<1e4||th.current===q||(th.current=q,e0(!0),fetch(`/api/file-index?cwd=${encodeURIComponent(q)}`).then(e=>{if(!e.ok)throw Error(`file index failed: ${e.status}`);return e.json()}).then(e=>{eG({cwd:q,entries:function(e){let t=new Set;for(let n of e){let e=n.indexOf("/");for(;-1!==e;)t.add(n.slice(0,e)),e=n.indexOf("/",e+1)}let n=[];for(let e of t)n.push({path:e,isDir:!0});for(let t of e)t&&n.push({path:t,isDir:!1});return n.sort((e,t)=>t0(e.path)-t0(t.path)||e.path.localeCompare(t.path)),n}(e.files??[]),truncated:!!e.truncated}),tp.current={cwd:q,fetchedAt:Date.now()}}).catch(()=>{tp.current=null}).finally(()=>{th.current=null,e0(!1)}))},[tA,q]);let tB=(0,i.useCallback)(e=>{if(!eH)return;let t=e6.current,n=t?.selectionStart??ep.length,r=ep.slice(0,eH.start),i=ep.slice(n);eH.quoted&&i.startsWith('"')&&(i=i.slice(1));let o=function(e,t,n=!1){let r=t?`${e}/`:e,i=n||r.includes(" ");if(t){let e=i?`@"${r}"`:`@${r}`;return{text:e,cursorOffset:i?e.length-1:e.length}}let o=i?`@"${r}" `:`@${r} `;return{text:o,cursorOffset:o.length}}(e.path,e.isDir,eH.quoted),l=r+o.text+i,a=r.length+o.cursorOffset;eh(l),eO(tQ(l.slice(0,a))),requestAnimationFrame(()=>{let e=e6.current;e&&(e.focus(),e.setSelectionRange(a,a),e.style.height="auto",e.style.height=`${Math.min(e.scrollHeight,200)}px`)})},[eH,ep]);(0,i.useEffect)(()=>{eV>=tD.length&&eq(Math.max(0,tD.length-1))},[tD.length,eV]),(0,i.useEffect)(()=>{tc.current.length=tD.length},[tD.length]),(0,i.useEffect)(()=>{eU&&tc.current[eV]?.scrollIntoView({block:"nearest",inline:"nearest"})},[eV,eU]),(0,i.useEffect)(()=>{eY>=E.length&&eX(Math.max(0,E.length-1))},[E.length,eY]),(0,i.useEffect)(()=>{tu.current.length=E.length},[E.length]),(0,i.useEffect)(()=>{eK&&tu.current[eY]?.scrollIntoView({block:"nearest",inline:"nearest"})},[eY,eK]);let tN=(0,i.useCallback)(e=>{eh(e),eJ(!1),eX(0),eO(null),requestAnimationFrame(()=>{let t=e6.current;t&&(t.focus(),t.setSelectionRange(e.length,e.length),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,200)}px`)})},[]),tH=(0,i.useCallback)(e=>{let t=`/${e.name} `;eh(t),eD(!1),eA(0),requestAnimationFrame(()=>{let e=e6.current;e&&(e.focus(),e.setSelectionRange(t.length,t.length),e.style.height="auto",e.style.height=`${Math.min(e.scrollHeight,200)}px`)})},[]),tO=(0,i.useCallback)(e=>{let t=ep.trim();if(t||eR.length){if(U?.(),!eR.length&&N&&nj(t))return void tj(t);if(t.startsWith("/")&&_){tw(),_(t,"steer"===e?"steer":"followUp",eR.length?eR:void 0);return}tw(),"steer"===e&&n?n(t,eR.length?eR:void 0):"followup"===e&&o&&o(t,eR.length?eR:void 0)}},[ep,eR,N,_,n,o,tw,U,tj]),t_=(0,i.useCallback)(e=>{let t=tT.length-1;if(t<0)return 0;if("left"===e)return Math.max(0,eF-1);if("right"===e)return Math.min(t,eF+1);let n=td.current[eF];if(!n)return"down"===e?Math.min(t,eF+1):Math.max(0,eF-1);let r=n.getBoundingClientRect(),i=r.left+r.width/2,o=r.top+r.height/2,l=-1,a=1/0;for(let n=0;n<=t;n+=1){if(n===eF)continue;let t=td.current[n];if(!t)continue;let r=t.getBoundingClientRect(),s=r.top+r.height/2-o;if("down"===e?s<=4:s>=-4)continue;let d=1e3*Math.abs(s)+Math.abs(r.left+r.width/2-i);d<a&&(l=n,a=d)}return l>=0?l:"down"===e?Math.min(t,eF+1):Math.max(0,eF-1)},[tT.length,eF]),tV=(0,i.useCallback)(e=>{let r=e.nativeEvent,i="Enter"===e.key&&!e.shiftKey&&(!es||e.ctrlKey||e.metaKey),a=Date.now()-tl.current<100,s=to.current||r.isComposing||229===r.keyCode;if(i&&(s||a)){a&&e.preventDefault();return}if(eK&&!s){if("ArrowDown"===e.key){e.preventDefault(),eX(e=>Math.min(Math.max(0,E.length-1),e+1));return}if("ArrowUp"===e.key){e.preventDefault(),eX(e=>Math.max(0,e-1));return}if("Escape"===e.key){e.preventDefault(),eJ(!1);return}if(("Tab"===e.key||i)&&E[eY]){e.preventDefault(),tN(E[eY]);return}}if(eP&&null!==tC){if("ArrowDown"===e.key){e.preventDefault(),eA(t_("down"));return}if("ArrowUp"===e.key){e.preventDefault(),eA(t_("up"));return}if("ArrowRight"===e.key){e.preventDefault(),eA(t_("right"));return}if("ArrowLeft"===e.key){e.preventDefault(),eA(t_("left"));return}if("Escape"===e.key){e.preventDefault(),eD(!1);return}let t=tT[eF];if("Tab"===e.key&&t){e.preventDefault(),tH(t);return}if(i&&t){var d;(e.preventDefault(),l&&("builtin"!==t.source||!0!==t.availableWhileStreaming)||(d=t.name,ep.trim()!==`/${d}`))?tH(t):(eD(!1),tS());return}}if(eU&&null!==eH&&!s){if("ArrowDown"===e.key){e.preventDefault(),eq(e=>Math.min(Math.max(0,tD.length-1),e+1));return}if("ArrowUp"===e.key){e.preventDefault(),eq(e=>Math.max(0,e-1));return}if("Escape"===e.key){e.preventDefault(),e_(!1);return}if(("Tab"===e.key||i)&&tD[eV]){e.preventDefault(),tB(tD[eV]);return}}if("ArrowUp"===e.key&&!s&&!l&&E.length>0&&0===ep.trim().length){e.preventDefault(),eD(!1),e_(!1),eX(E.length-1),eJ(!0);return}if("Escape"===e.key&&!s&&l&&t){e.preventDefault(),t();return}i&&(e.preventDefault(),l&&(n||o)?tO(n?"steer":"followup"):tS())},[es,l,n,o,t,eP,tC,tT,eF,tH,tO,tS,t_,eU,eH,tD,eV,tB,eK,E,eY,tN,ep]),tq=(0,i.useCallback)(()=>{let e=e6.current;e&&(e.style.height="auto",e.style.height=`${Math.min(e.scrollHeight,200)}px`)},[]),t2=(0,i.useCallback)(e=>{let t=Array.from(e.clipboardData?.items??[]).filter(e=>e.type.startsWith("image/"));if(t.length>0){e.preventDefault(),ty(t.map(e=>e.getAsFile()).filter(e=>null!==e));return}let n=w(e.clipboardData,{fallbackToFileName:!0});if(n.length>0){e.preventDefault();let t=j(n),r=e6.current,i=r?.selectionStart??ep.length,o=r?.selectionEnd??ep.length;eh(ep.slice(0,i)+t+ep.slice(o)),requestAnimationFrame(()=>{if(r){let e=i+t.length;r.selectionStart=e,r.selectionEnd=e,tq()}})}},[ty,ep,tq]);(0,i.useEffect)(()=>{if(null===tC){eD(!1),eA(0),ta.current=!1;return}eD(!0),eA(0),!ta.current&&B&&(ta.current=!0,Promise.resolve(B()).catch(()=>{ta.current=!1}))},[tC,B]),(0,i.useEffect)(()=>{if(!eP||!q)return;let e=!1;return e8({cwd:q,values:{}}),fetch(`/api/skills?cwd=${encodeURIComponent(q)}`).then(e=>{if(!e.ok)throw Error(`skills fetch failed: ${e.status}`);return e.json()}).then(t=>{if(e)return;let n={};for(let e of t.skills??[])n[e.name]=e.disableModelInvocation;e8({cwd:q,values:n})}).catch(()=>{e||e8({cwd:q,values:{}})}),()=>{e=!0}},[eP,q]),(0,i.useEffect)(()=>{eF>=tT.length&&eA(Math.max(0,tT.length-1))},[tT.length,eF]),(0,i.useEffect)(()=>{td.current.length=tT.length},[tT.length]),(0,i.useEffect)(()=>{eP&&td.current[eF]?.scrollIntoView({block:"nearest",inline:"nearest"})},[eF,eP]),(0,i.useLayoutEffect)(()=>{if(!eP||null===tC)return void eN(null);let e=ts.current;if(!e)return;let t=null,n=()=>{t=null;let n=function(e,t,n=8){return Math.max(0,Math.floor(e-t-n))}(e.getBoundingClientRect().bottom,function(e){let t=window.visualViewport?.offsetTop??0;for(let n=e.parentElement;n;n=n.parentElement){let e=window.getComputedStyle(n).overflowY;("auto"===e||"scroll"===e||"hidden"===e||"clip"===e)&&(t=Math.max(t,n.getBoundingClientRect().top+n.clientTop))}return t}(e));eN(e=>e===n?e:n)},r=()=>{null!==t&&cancelAnimationFrame(t),t=requestAnimationFrame(n)};n();let i="u">typeof ResizeObserver&&e.parentElement?new ResizeObserver(r):null;e.parentElement&&i?.observe(e.parentElement);let o=window.visualViewport;return o?.addEventListener("resize",r),o?.addEventListener("scroll",r),window.addEventListener("resize",r),window.addEventListener("scroll",r,!0),()=>{i?.disconnect(),o?.removeEventListener("resize",r),o?.removeEventListener("scroll",r),window.removeEventListener("resize",r),window.removeEventListener("scroll",r,!0),null!==t&&cancelAnimationFrame(t)}},[eP,tC]);let t4=c&&c.length>0?c.map(e=>({provider:e.provider,modelId:e.id,name:e.name})).sort(nm):Object.entries(d??{}).map(([e,t])=>({provider:a?.provider??"unknown",modelId:e,name:t})).sort(nm),t8=(G=eb.trim().toLocaleLowerCase())?t4.filter(e=>`${e.name} ${e.modelId}`.toLocaleLowerCase().includes(G)):t4,t5=t4.length>8,t6=[];for(let e of t8){let t=t6.find(t=>t.provider===e.provider);t?t.options.push(e):t6.push({provider:e.provider,options:[e]})}let t3=a?t4.find(e=>e.modelId===a.modelId&&e.provider===a.provider)?.name??a.modelId:null,t7=x??!1,t9=t4.length>0||t3,ne=(I?.steering.length??0)+(I?.followUp.length??0),nt=(t9||t7||u)&&h?(0,r.jsxs)("div",{ref:e3,style:{position:"relative",minWidth:0},children:[(0,r.jsx)("button",{onClick:t9&&!g?e=>{let t=e.currentTarget.getBoundingClientRect();ey({top:t.top,left:t.left,width:t.width}),em(e=>(e&&ek(""),!e))}:void 0,disabled:l||g||t7,"aria-busy":g||void 0,style:{display:"flex",alignItems:"center",gap:6,padding:0,height:20,maxWidth:"100%",minWidth:0,overflow:"hidden",background:"none",border:"none",color:"var(--text-muted)",cursor:l||g?"not-allowed":"pointer",fontSize:12,fontFamily:"var(--font-mono)",lineHeight:"20px",opacity:l?.5:1,transition:"color 0.12s"},onMouseEnter:e=>{l||g||(e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},title:g?"Switching model":t9?"Change model":"正在载入模型",children:t7||g?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(tx.KV,{state:g?"working":"breathing",size:20,theme:ed?"dark":"light",style:ed?void 0:{filter:"brightness(0.57) contrast(1.15)"}}),(0,r.jsx)("span",{style:{display:"flex",alignItems:"baseline",minWidth:0,overflow:"hidden",whiteSpace:"nowrap"},children:(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",minWidth:0},children:g?"切换模型中":"正在载入模型……"})})]}):(0,r.jsxs)("span",{style:{display:"flex",alignItems:"baseline",minWidth:0,overflow:"hidden",whiteSpace:"nowrap"},children:[(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",minWidth:0},children:t3??(t4.length>0?"Select model":"No models")}),a?.provider&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,margin:"0 4px",color:"var(--text-dim)"},children:"\xb7"}),(0,r.jsx)("span",{style:{flexShrink:0,color:"var(--text-dim)",fontSize:11},children:a.provider})]})]})}),ef&&ev&&(Q=window.visualViewport?.height??window.innerHeight,et=Math.max(Math.min(120,ee=Math.max(0,ev.top-8)),Math.min(Math.min(.5*Q,440),ee)),en=es?{left:0,right:0,width:"100%"}:{left:0,width:"max-content",minWidth:ev.width},(0,r.jsxs)("div",{ref:e7,style:{position:"absolute",bottom:"calc(100% + 12px)",...en,zIndex:500,background:"var(--frame-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid var(--border)",borderRadius:10,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",maxHeight:et,display:"flex",flexDirection:"column"},children:[t5&&(0,r.jsx)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--border)",flexShrink:0},children:(0,r.jsx)("input",{value:eb,onChange:e=>ek(e.target.value),onKeyDown:e=>{"Escape"===e.key&&(ek(""),em(!1))},placeholder:ea("chat.filterModels"),"aria-label":ea("chat.filterModels"),autoFocus:!0,autoComplete:"off",spellCheck:!1,style:{width:"100%",minWidth:220*!es,fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid var(--border)",borderRadius:5,outline:"none",background:"var(--bg)",color:"var(--text)",boxSizing:"border-box"}})}),(0,r.jsx)("div",{style:{minHeight:0,overflowY:"auto"},children:0===t6.length?(0,r.jsx)("div",{style:{padding:"8px 12px",color:"var(--text-dim)",fontSize:12,whiteSpace:"nowrap"},children:eb.trim()?ea("chat.noMatchingModels"):"No available models"}):t6.map((e,t)=>(0,r.jsxs)("div",{children:[t6.length>1&&(0,r.jsx)("div",{style:{padding:"6px 12px 4px",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.07em",borderTop:t>0?"1px solid var(--border)":"none"},children:e.provider}),e.options.map(e=>{let t=e.modelId===a?.modelId&&e.provider===a?.provider;return(0,r.jsxs)("button",{onClick:()=>{em(!1),ek(""),(!t||s)&&h(e.provider,e.modelId)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:t?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:t?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:t?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{t||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[t?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),e.name]},`${e.provider}:${e.modelId}`)})]},e.provider))})]}))]}):null,nn="auto"!==(er=M??"auto")&&L?L[er]??er:er,nr=Object.entries(nx).find(([,e])=>e===(k??"default"))?.[0]??"default";return(0,i.useEffect)(()=>{let e=e=>{e3.current&&!e3.current.contains(e.target)&&e7.current&&!e7.current.contains(e.target)&&(em(!1),ek("")),e9.current&&!e9.current.contains(e.target)&&ej(!1),te.current&&!te.current.contains(e.target)&&eC(!1),tt.current&&!tt.current.contains(e.target)&&eT(!1),!tn.current||tn.current.contains(e.target)||e6.current?.contains(e.target)||eJ(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]),(0,i.useEffect)(()=>{es||eT(!1)},[es]),(0,r.jsxs)("div",{style:{flexShrink:0,background:"transparent",padding:"0 16px 8px",paddingRight:es?16:52},children:[(0,r.jsx)("input",{ref:ti,type:"file",accept:"image/*",multiple:!0,style:{display:"none"},onChange:e=>{ty(Array.from(e.target.files??[])),e.target.value=""}}),(0,r.jsxs)("div",{style:{maxWidth:820,margin:"0 auto"},children:[(0,r.jsx)(nF,{error:u}),(0,r.jsx)(nA,{warnings:p}),b&&!eg&&(0,r.jsxs)("div",{role:"alert",style:{position:"relative",marginBottom:8,padding:"8px 30px 8px 12px",borderRadius:10,border:"1px solid color-mix(in srgb, #ef4444 45%, transparent)",background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5,boxShadow:"0 2px 12px -4px rgba(15,23,42,0.16)",animation:"notice-shelf-in 0.18s ease-out both"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",gap:8},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:6,height:6,borderRadius:"50%",marginTop:5,background:"#ef4444"}}),(0,r.jsx)("div",{style:{minWidth:0,flex:1,whiteSpace:"pre-wrap",wordBreak:"break-word",overflowWrap:"anywhere"},children:b})]}),(0,r.jsx)("button",{type:"button","aria-label":"Dismiss",onClick:()=>ex(!0),style:{position:"absolute",top:6,right:6,display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,padding:0,border:"none",background:"transparent",color:"var(--text-dim)",cursor:"pointer",borderRadius:5},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)"},children:(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",children:(0,r.jsx)("path",{d:"M1 1l8 8M9 1l-8 8"})})})]}),(0,r.jsxs)("div",{style:{position:"relative",borderRadius:es?14:16,background:"var(--frame-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:`1px solid ${eW?"color-mix(in srgb, var(--accent) 45%, transparent)":l&&(n||o)?"rgba(234,179,8,0.4)":"color-mix(in srgb, var(--border) 90%, transparent)"}`,padding:"4px 8px 8px",boxShadow:ez?"0 0 14px 1px color-mix(in srgb, var(--border) 50%, transparent), 0 1px 2px rgba(15,23,42,0.05), 0 8px 24px -8px rgba(15,23,42,0.24)":"0 1px 2px rgba(15,23,42,0.05), 0 2px 5px rgba(15,23,42,0.04), 0 8px 24px -12px rgba(15,23,42,0.16)",transition:"border-color 0.15s, box-shadow 0.15s"},children:[(0,r.jsx)(nh,{phase:P,modelSlot:nt,quota:D,isDark:ed,right:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(na,{}),!K&&J&&(0,r.jsx)("button",{type:"button",onClick:()=>J(),title:ea("chat.scrollToLatest"),"aria-label":ea("chat.scrollToLatest"),style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,padding:0,marginLeft:2,background:"none",border:"none",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"7 13 12 18 17 13"}),(0,r.jsx)("polyline",{points:"7 6 12 11 17 6"})]})})]})}),ne>0&&(0,r.jsxs)("div",{style:{margin:"0 4px 2px",borderRadius:"var(--bubble-inner-radius)",background:"var(--bubble-tool-bg)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"3px 8px"},children:[(0,r.jsxs)("button",{onClick:()=>eu(e=>!e),"aria-expanded":ec,onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},style:{display:"flex",alignItems:"center",gap:5,flex:1,minWidth:0,fontSize:11,fontFamily:"var(--font-mono)",color:"var(--text-muted)",background:"none",border:"none",cursor:"pointer",padding:0,textAlign:"left",transition:"color 0.12s"},children:[(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:ea("chat.queued",{count:ne})}),(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,fontSize:9,color:"var(--text-dim)"},children:ec?"▴":"▾"})]}),$&&(0,r.jsxs)("button",{onClick:$,title:ea("chat.recallTitle"),style:{display:"flex",alignItems:"center",gap:5,padding:0,fontSize:12,color:"var(--text)",background:"transparent",border:"none",cursor:"pointer",transition:"color 0.12s",whiteSpace:"nowrap"},onMouseEnter:e=>{e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text)"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"9 14 4 9 9 4"}),(0,r.jsx)("path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"})]}),ea("chat.recall")]})]}),ec&&(0,r.jsxs)(r.Fragment,{children:[I?.steering.map((e,t)=>(0,r.jsx)(nP,{kind:"steer",text:e},`steer-${t}`)),I?.followUp.map((e,t)=>(0,r.jsx)(nP,{kind:"follow-up",text:e},`followup-${t}`))]})]}),eR.length>0&&(0,r.jsx)("div",{style:{display:"flex",gap:6,flexWrap:"wrap",padding:"4px 4px 0"},children:eR.map((e,t)=>(0,r.jsxs)("div",{style:{position:"relative",flexShrink:0},children:[(0,r.jsx)("img",{src:e.previewUrl,alt:"",style:{width:56,height:56,objectFit:"cover",borderRadius:8,border:"1px solid var(--border)",display:"block"}}),(0,r.jsx)("button",{onClick:()=>tb(t),style:{position:"absolute",top:-4,right:-4,width:16,height:16,borderRadius:"50%",background:"var(--bg-panel)",border:"1px solid var(--border)",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",padding:0,color:"var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"1",y1:"1",x2:"7",y2:"7"}),(0,r.jsx)("line",{x1:"7",y1:"1",x2:"1",y2:"7"})]})})]},t))}),(0,r.jsxs)("div",{style:{position:"relative",minWidth:0},children:[eK&&E.length>0&&(0,r.jsxs)("div",{ref:tn,style:{position:"absolute",left:0,right:0,bottom:"calc(100% + 8px)",zIndex:120,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -6px 20px rgba(0,0,0,0.12)",overflow:"hidden",maxHeight:"min(44vh, 360px)"},children:[(0,r.jsx)("div",{title:"Input history",style:{height:30,padding:"0 10px",borderBottom:"1px solid var(--border)",display:"flex",alignItems:"center",color:"var(--text-dim)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M3 12a9 9 0 1 0 3-6.7"}),(0,r.jsx)("path",{d:"M3 4v5h5"}),(0,r.jsx)("path",{d:"M12 7v5l3 2"})]})}),(0,r.jsx)("div",{style:{maxHeight:"calc(min(44vh, 360px) - 31px)",overflowY:"auto",padding:4},children:E.map((e,t)=>{let n=t===eY;return(0,r.jsxs)("button",{ref:e=>{tu.current[t]=e},type:"button",onMouseDown:t=>{t.preventDefault(),tN(e)},onMouseEnter:()=>eX(t),style:{width:"100%",display:"flex",alignItems:"flex-start",gap:8,padding:"7px 8px",border:"none",borderRadius:6,background:n?"var(--bg-selected)":"none",color:"var(--text)",cursor:"pointer",textAlign:"left",fontSize:12.5,lineHeight:1.45},children:[(0,r.jsx)("span",{style:{flexShrink:0,fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text-dim)",paddingTop:1},children:t+1}),(0,r.jsx)("span",{style:{minWidth:0,display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:2,overflow:"hidden",overflowWrap:"anywhere"},children:e})]},`${t}:${e}`)})})]}),eP&&null!==tC&&(0,r.jsxs)("div",{ref:ts,style:{position:"absolute",left:0,right:0,bottom:"calc(100% + 8px)",zIndex:120,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -6px 20px rgba(0,0,0,0.12)",overflow:"hidden",boxSizing:"border-box",display:"flex",flexDirection:"column",maxHeight:null===eB?"min(72.8vh, 598px)":`min(72.8vh, 598px, ${eB}px)`},children:[(0,r.jsxs)("div",{style:{padding:"8px 10px",borderBottom:"1px solid var(--border)",display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,fontSize:11,color:"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("span",{children:A?ea("chat.loadingCommands"):ea("chat.slashCommands",{label:tL})}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)"},children:ea("chat.tabEnter")})]}),(0,r.jsx)("div",{style:{flex:"1 1 auto",minHeight:0,overflowY:"auto",padding:10},children:A||0!==tM.length?tR.map(e=>(0,r.jsxs)("section",{style:{marginBottom:12},children:[(0,r.jsxs)("div",{style:{position:"sticky",top:-10,zIndex:1,display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,padding:"4px 0 6px",background:"var(--bg)",color:"var(--text-dim)",fontSize:10,fontWeight:600,textTransform:"uppercase"},children:[(0,r.jsx)("span",{children:ea(nC[e.source])}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontWeight:500},children:e.items.length})]}),(0,r.jsx)("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(220px, 1fr))",gap:8},children:e.items.map(({command:e,index:t})=>{let n=t===eF,i=nL(e,e5);return(0,r.jsxs)("button",{ref:e=>{td.current[t]=e},type:"button",onMouseDown:t=>{t.preventDefault(),tH(e)},onMouseEnter:()=>eA(t),style:{width:"100%",minWidth:0,minHeight:58,display:"flex",flexDirection:"column",gap:4,justifyContent:"center",padding:"9px 10px",border:`1px solid ${n?"var(--accent)":"var(--border)"}`,borderRadius:7,background:n?"var(--bg-selected)":"var(--bg-panel)",color:"var(--text)",cursor:"pointer",textAlign:"left",boxShadow:n?"0 0 0 1px color-mix(in srgb, var(--accent) 28%, transparent)":"none"},children:[(0,r.jsxs)("span",{style:{fontSize:13,fontFamily:"var(--font-mono)",overflowWrap:"anywhere",wordBreak:"break-word",color:i?"var(--text-dim)":void 0},children:["/",e.name,i&&(0,r.jsx)("span",{style:{marginLeft:6,padding:"0 4px",border:"1px solid var(--border)",borderRadius:3,fontSize:9,color:"var(--text-dim)",whiteSpace:"nowrap"},children:ea("chat.dormant")})]}),e.description&&(0,r.jsx)("span",{style:{display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:2,overflow:"hidden",fontSize:11,lineHeight:1.35,color:"var(--text-dim)"},children:nR(e,ea)})]},`${e.source}:${e.name}`)})})]},e.source)):(0,r.jsx)("div",{style:{padding:"2px 2px 4px",fontSize:12,color:"var(--text-dim)"},children:ea("chat.noCommands")})})]}),eU&&null!==eH&&(ei=eQ&&(!eZ||eZ.cwd!==q),eo=1===tD.length?ea("chat.match"):ea("chat.matches",{count:tD.length}),el=eZ?.truncated&&!tP?eH.query?ea("chat.searchingAll"):ea("chat.indexTruncated"):"",(0,r.jsxs)("div",{style:{position:"absolute",left:0,right:0,bottom:"calc(100% + 8px)",zIndex:120,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -6px 20px rgba(0,0,0,0.12)",overflow:"hidden",maxHeight:"min(48vh, 400px)"},children:[(0,r.jsxs)("div",{style:{padding:"8px 10px",borderBottom:"1px solid var(--border)",display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,fontSize:11,color:"var(--text-dim)"},children:[(0,r.jsx)("span",{children:ei?ea("chat.loadingFiles"):ea("chat.files",{label:eo,hint:el})}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)"},children:ea("chat.tabEnter")})]}),(0,r.jsx)("div",{style:{maxHeight:"calc(min(48vh, 400px) - 34px)",overflowY:"auto",padding:4},children:ei||0!==tD.length?tD.map((e,t)=>{let n=t===eV,i=e.path.split("/").pop()??e.path,o=e.path.slice(0,e.path.length-i.length);return(0,r.jsxs)("button",{ref:e=>{tc.current[t]=e},type:"button",onMouseDown:t=>{t.preventDefault(),tB(e)},onMouseEnter:()=>eq(t),style:{width:"100%",display:"flex",alignItems:"center",gap:8,padding:"6px 8px",border:"none",borderRadius:6,background:n?"var(--bg-selected)":"none",color:"var(--text)",cursor:"pointer",textAlign:"left",fontSize:12.5,fontFamily:"var(--font-mono)"},children:[(0,r.jsx)("span",{style:{flexShrink:0,display:"flex",alignItems:"center"},children:e.isDir?(0,r.jsx)(z,{size:14}):W(i,14)}),(0,r.jsxs)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:[o&&(0,r.jsx)("span",{style:{color:"var(--text-dim)"},children:o}),i,e.isDir&&(0,r.jsx)("span",{style:{color:"var(--text-dim)"},children:"/"})]})]},`${e.isDir?"d":"f"}:${e.path}`)}):(0,r.jsx)("div",{style:{padding:"6px 8px",fontSize:12,color:"var(--text-dim)"},children:t$&&!tP?ea("chat.searching"):ea("chat.noMatchingFiles")})})]})),(0,r.jsx)("div",{style:{minWidth:0,position:"relative",display:"flex",gap:8,alignItems:"center",padding:"8px 4px"},children:(0,r.jsx)("textarea",{ref:e6,value:ep,onChange:e=>{tf.current=e.target.value,eh(e.target.value),eJ(!1),tI(e.target.value,e.target.selectionStart)},onSelect:e=>{let t=e.currentTarget;tI(t.value,t.selectionStart)},onKeyDown:tV,onCompositionStart:()=>{to.current=!0},onCompositionEnd:e=>{to.current=!1,tl.current=Date.now();let t=e.currentTarget;tI(t.value,t.selectionStart)},onInput:tq,onFocus:()=>eI(!0),onBlur:()=>eI(!1),onPaste:t2,placeholder:l&&(n||o)?ea("chat.steerPlaceholder"):l?ea("chat.agentPlaceholder"):ea("chat.messagePlaceholder"),rows:1,style:{flex:1,minWidth:0,width:"100%",background:"none",border:"none",outline:"none",resize:"none",color:"var(--text)",fontSize:14,lineHeight:1.6,fontFamily:"inherit",minHeight:24,maxHeight:200,overflow:"auto"}})})]}),eW&&(0,r.jsxs)("div",{className:"text-xs",style:{color:e$?"var(--text-muted)":"var(--accent)",padding:"2px 8px 4px"},children:[ea("chat.shell")," \xb7 ",e$?ea("chat.outputLocal"):ea("chat.outputModel")]}),(0,r.jsxs)("div",{style:{display:es?"grid":"flex",gridTemplateColumns:es?"minmax(0, 1fr) auto":void 0,alignItems:"center",gap:6,padding:"6px 14px 4px",marginTop:4,borderRadius:10,background:"color-mix(in srgb, var(--bg-panel) 45%, transparent)"},children:[(0,r.jsxs)("div",{style:{flex:"1 1 auto",minWidth:0,display:"flex",alignItems:"center",gap:8},children:[(0,r.jsx)("button",{onClick:()=>ti.current?.click(),title:ea("chat.attachImage"),style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:32,height:32,padding:0,background:"none",border:"none",borderRadius:9,color:eR.length?"var(--accent)":"var(--text-muted)",cursor:"pointer",opacity:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color=eR.length?"var(--accent)":"var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color=eR.length?"var(--accent)":"var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),(0,r.jsx)("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),(0,r.jsx)("polyline",{points:"21 15 16 10 5 21"})]})}),!es&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{"aria-hidden":"true",style:{flexShrink:0,width:1,height:18,margin:"0 6px",background:"color-mix(in srgb, var(--border) 70%, transparent)"}}),!l&&T&&(0,r.jsxs)("div",{ref:te,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>!l&&eC(e=>!e),disabled:l,title:ea("chat.changeReasoning",{level:nn}),"aria-label":ea("chat.changeReasoningLabel"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:eS?"var(--bg-hover)":"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:l?"not-allowed":"pointer",fontSize:12,opacity:l?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{l||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background=eS?"var(--bg-hover)":"none",e.currentTarget.style.color="var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M9.5 2A5.5 5.5 0 0 0 4 7.5c0 1.7.78 3.21 2 4.21V14a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2.29c1.22-1 2-2.51 2-4.21A5.5 5.5 0 0 0 9.5 2z"}),(0,r.jsx)("line",{x1:"7",y1:"18",x2:"12",y2:"18"}),(0,r.jsx)("line",{x1:"8",y1:"21",x2:"11",y2:"21"})]}),(!es||eM)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:nn})]}),eS&&(0,r.jsx)("div",{style:{position:"absolute",bottom:"calc(100% + 12px)",...es?{left:0}:{right:0},zIndex:100,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",minWidth:180},children:nv.filter(e=>!R||"auto"===e||R.includes(e)).map(e=>{let t=(M??"auto")===e,n=ea(ny[e]),i="auto"!==e&&L?L[e]:void 0,o=null!=i&&i!==e?i:e,l=null!=i&&i!==e;return(0,r.jsxs)("button",{onClick:()=>{eC(!1),t||T(e)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:t?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:t?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:t?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{t||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[t?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsxs)("span",{style:{flex:1},children:[o,l&&(0,r.jsxs)("span",{style:{fontSize:10,color:"var(--text-dim)",fontFamily:"var(--font-mono)",marginLeft:5},children:["(",e,")"]})]}),(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)",marginLeft:8},children:n})]},e)})})]}),!l&&S&&(0,r.jsxs)("div",{ref:e9,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>!l&&ej(e=>!e),disabled:l,title:ea("chat.changeToolPreset")+`: ${nr}`,"aria-label":ea("chat.changeToolPreset"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:ew?"var(--bg-hover)":"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:l?"not-allowed":"pointer",fontSize:12,opacity:l?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{l||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background=ew?"var(--bg-hover)":"none",e.currentTarget.style.color="var(--text-muted)"},children:[(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"})}),(!es||eM)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:nr})]}),ew&&(0,r.jsx)("div",{style:{position:"absolute",bottom:"calc(100% + 12px)",right:es?void 0:0,left:es?0:void 0,zIndex:100,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",minWidth:120},children:ng.map(e=>{let t,n=nx[e],i=(k??"default")===n;return t="off"===e?ea("chat.noTools"):"read-only"===e?ea("chat.readOnlyTools",{count:4}):"default"===e?ea("chat.builtInTools",{count:4}):ea("chat.allBuiltInTools"),(0,r.jsxs)("button",{onClick:()=>{ej(!1),i||S(n)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:i?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:i?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:i?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{i||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{i||(e.currentTarget.style.background="none")},children:[i?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)("span",{style:{flex:1},children:e}),(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)",marginLeft:8},children:t})]},e)})})]}),!l&&f&&(0,r.jsx)("div",{children:(0,r.jsxs)("button",{onClick:f,disabled:v,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:"none",border:"none",borderRadius:9,color:v?"var(--text-dim)":"var(--text-muted)",cursor:v?"not-allowed":"pointer",fontSize:12,opacity:v?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{v||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},title:ea("chat.compactContext"),"aria-label":ea("chat.compactContext"),children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"4 14 10 14 10 20"}),(0,r.jsx)("polyline",{points:"20 10 14 10 14 4"}),(0,r.jsx)("line",{x1:"10",y1:"14",x2:"3",y2:"21"}),(0,r.jsx)("line",{x1:"21",y1:"3",x2:"14",y2:"10"})]}),(!es||eM)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:ea("chat.compact")})]})}),void 0!==O&&(0,r.jsx)("button",{onClick:O,title:H?ea("chat.disableSound"):ea("chat.enableSound"),"aria-label":H?ea("chat.disableSound"):ea("chat.enableSound"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,width:32,height:32,padding:0,background:"none",border:"none",borderRadius:9,color:H?"var(--text-muted)":"var(--text-dim)",cursor:"pointer",opacity:H?1:.55,transition:"background 0.12s, color 0.12s, opacity 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)",e.currentTarget.style.opacity="1"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color=H?"var(--text-muted)":"var(--text-dim)",e.currentTarget.style.opacity=H?"1":"0.55"},children:H?(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),(0,r.jsx)("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),(0,r.jsx)("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]}):(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),(0,r.jsx)("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),(0,r.jsx)("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]})})]})]}),!es&&(0,r.jsx)("div",{style:{flex:1}}),(0,r.jsxs)("div",{ref:tt,style:{flex:"0 0 auto",display:"flex",alignItems:"center",justifyContent:"flex-end",position:"relative",marginLeft:es?0:"auto"},children:[es&&(0,r.jsx)("button",{type:"button",title:eM?void 0:ea("chat.moreControls"),"aria-label":ea("chat.moreControls"),"aria-expanded":eM,"aria-hidden":eM||void 0,tabIndex:eM?-1:void 0,onClick:()=>{em(!1),ek(""),eT(!0)},style:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:32,padding:"8px 10px",background:"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:eM?"default":"pointer",fontSize:12,fontWeight:500,visibility:eM?"hidden":"visible",pointerEvents:eM?"none":"auto",transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{eM||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{eM||(e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)")},children:ea("chat.moreControls")}),(0,r.jsxs)("div",{style:{display:es&&eM?"flex":"none",alignItems:"center",gap:es?1:2,...es?{position:"absolute",right:0,bottom:0,zIndex:60,padding:1,width:"max-content",maxWidth:"calc(100vw - 32px)",flexWrap:"nowrap",justifyContent:"flex-end",border:"1px solid color-mix(in srgb, var(--border) 72%, transparent)",borderRadius:10,background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",boxShadow:"0 8px 24px rgba(0,0,0,0.14)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))"}:null},children:[!l&&T&&(0,r.jsxs)("div",{ref:te,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>!l&&eC(e=>!e),disabled:l,title:ea("chat.changeReasoning",{level:nn}),"aria-label":ea("chat.changeReasoningLabel"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:eS?"var(--bg-hover)":"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:l?"not-allowed":"pointer",fontSize:12,opacity:l?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{l||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background=eS?"var(--bg-hover)":"none",e.currentTarget.style.color="var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M9.5 2A5.5 5.5 0 0 0 4 7.5c0 1.7.78 3.21 2 4.21V14a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2.29c1.22-1 2-2.51 2-4.21A5.5 5.5 0 0 0 9.5 2z"}),(0,r.jsx)("line",{x1:"7",y1:"18",x2:"12",y2:"18"}),(0,r.jsx)("line",{x1:"8",y1:"21",x2:"11",y2:"21"})]}),(!es||eM)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:nn})]}),eS&&(0,r.jsx)("div",{style:{position:"absolute",bottom:"calc(100% + 12px)",...es?{left:0}:{right:0},zIndex:100,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",minWidth:180},children:nv.filter(e=>!R||"auto"===e||R.includes(e)).map(e=>{let t=(M??"auto")===e,n=ea(ny[e]),i="auto"!==e&&L?L[e]:void 0,o=null!=i&&i!==e?i:e,l=null!=i&&i!==e;return(0,r.jsxs)("button",{onClick:()=>{eC(!1),t||T(e)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:t?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:t?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:t?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{t||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[t?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsxs)("span",{style:{flex:1},children:[o,l&&(0,r.jsxs)("span",{style:{fontSize:10,color:"var(--text-dim)",fontFamily:"var(--font-mono)",marginLeft:5},children:["(",e,")"]})]}),(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)",marginLeft:8},children:n})]},e)})})]}),!l&&S&&(0,r.jsxs)("div",{ref:e9,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>!l&&ej(e=>!e),disabled:l,title:ea("chat.changeToolPreset")+`: ${nr}`,"aria-label":ea("chat.changeToolPreset"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:ew?"var(--bg-hover)":"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:l?"not-allowed":"pointer",fontSize:12,opacity:l?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{l||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background=ew?"var(--bg-hover)":"none",e.currentTarget.style.color="var(--text-muted)"},children:[(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"})}),(!es||eM)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:nr})]}),ew&&(0,r.jsx)("div",{style:{position:"absolute",bottom:"calc(100% + 12px)",right:es?void 0:0,left:es?0:void 0,zIndex:100,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",minWidth:120},children:ng.map(e=>{let t,n=nx[e],i=(k??"default")===n;return t="off"===e?ea("chat.noTools"):"read-only"===e?ea("chat.readOnlyTools",{count:4}):"default"===e?ea("chat.builtInTools",{count:4}):ea("chat.allBuiltInTools"),(0,r.jsxs)("button",{onClick:()=>{ej(!1),i||S(n)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:i?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:i?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:i?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{i||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{i||(e.currentTarget.style.background="none")},children:[i?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)("span",{style:{flex:1},children:e}),(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)",marginLeft:8},children:t})]},e)})})]}),!l&&f&&(0,r.jsx)("div",{children:(0,r.jsxs)("button",{onClick:f,disabled:v,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:"none",border:"none",borderRadius:9,color:v?"var(--text-dim)":"var(--text-muted)",cursor:v?"not-allowed":"pointer",fontSize:12,opacity:v?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{v||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},title:ea("chat.compactContext"),"aria-label":ea("chat.compactContext"),children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"4 14 10 14 10 20"}),(0,r.jsx)("polyline",{points:"20 10 14 10 14 4"}),(0,r.jsx)("line",{x1:"10",y1:"14",x2:"3",y2:"21"}),(0,r.jsx)("line",{x1:"21",y1:"3",x2:"14",y2:"10"})]}),(!es||eM)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:ea("chat.compact")})]})}),l&&(0,r.jsxs)("button",{onClick:t,title:ea("chat.stopAgent"),style:{display:"flex",alignItems:"center",gap:6,padding:"8px 14px",height:32,background:"rgba(239,68,68,0.08)",border:"1px solid rgba(239,68,68,0.3)",borderRadius:9,color:"#ef4444",cursor:"pointer",fontSize:12,fontWeight:600,whiteSpace:"nowrap",letterSpacing:"-0.01em",transition:"background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="rgba(239,68,68,0.16)"},onMouseLeave:e=>{e.currentTarget.style.background="rgba(239,68,68,0.08)"},children:[(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",children:(0,r.jsx)("rect",{x:"1.5",y:"1.5",width:"7",height:"7",rx:"1.5",fill:"currentColor"})}),ea("chat.stop")]}),void 0!==O&&(0,r.jsx)("button",{onClick:O,title:H?ea("chat.disableSound"):ea("chat.enableSound"),"aria-label":H?ea("chat.disableSound"):ea("chat.enableSound"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,width:32,height:32,padding:0,background:"none",border:"none",borderRadius:9,color:H?"var(--text-muted)":"var(--text-dim)",cursor:"pointer",opacity:H?1:.55,transition:"background 0.12s, color 0.12s, opacity 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)",e.currentTarget.style.opacity="1"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color=H?"var(--text-muted)":"var(--text-dim)",e.currentTarget.style.opacity=H?"1":"0.55"},children:H?(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),(0,r.jsx)("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),(0,r.jsx)("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]}):(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),(0,r.jsx)("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),(0,r.jsx)("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]})}),es&&eM&&(0,r.jsx)("button",{type:"button",title:ea("chat.collapseControls"),"aria-label":ea("chat.collapseControls"),"aria-expanded":!0,onClick:()=>{ej(!1),eC(!1),eT(!1)},style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:32,padding:0,marginLeft:0,background:"var(--bg-hover)",border:"none",borderLeft:"1px solid color-mix(in srgb, var(--border) 72%, transparent)",borderRadius:"0 9px 9px 0",color:"var(--text)",cursor:"pointer",transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-selected)"},onMouseLeave:e=>{e.currentTarget.style.background="var(--bg-hover)"},children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,r.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}),!K&&J&&(0,r.jsx)("button",{type:"button",onClick:()=>J(),title:ea("chat.scrollToLatest"),"aria-label":ea("chat.scrollToLatest"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:32,height:32,padding:0,flexShrink:0,background:"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:"pointer",transition:"background 0.12s, color 0.12s, opacity 0.12s",animation:"back-to-latest-in 0.18s ease-out both"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"7 13 12 18 17 13"}),(0,r.jsx)("polyline",{points:"7 6 12 11 17 6"})]})})]}),!es&&(l?(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:0},children:[(0,r.jsxs)("button",{onClick:t,title:ea("chat.stopAgent"),"aria-label":ea("chat.stopAgent"),onMouseEnter:e=>{e.currentTarget.style.color="#dc2626"},onMouseLeave:e=>{e.currentTarget.style.color="#ef4444"},style:{display:"flex",alignItems:"center",gap:5,padding:0,background:"transparent",border:"none",color:"#ef4444",cursor:"pointer",fontSize:13,fontWeight:600,letterSpacing:"-0.01em",transition:"color 0.12s"},children:[(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 12 12",fill:"none","aria-hidden":"true",style:{flexShrink:0},children:(0,r.jsx)("rect",{x:"1.5",y:"1.5",width:"9",height:"9",rx:"2",fill:"currentColor"})}),ea("chat.stop")]}),tz&&n&&(0,r.jsxs)("button",{onClick:()=>tO("steer"),title:"Interrupt the current run and inject this message now",onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},style:{display:"flex",alignItems:"center",gap:5,padding:0,background:"transparent",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:13,fontWeight:600,letterSpacing:"-0.01em",transition:"color 0.12s"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M7 3 L11 7 L7 11"}),(0,r.jsx)("line",{x1:"3",y1:"7",x2:"11",y2:"7"})]}),ea("chat.steer")]}),tz&&o&&(0,r.jsxs)("button",{onClick:()=>tO("followup"),title:"Queue this message after the agent finishes",onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},style:{display:"flex",alignItems:"center",gap:5,padding:0,background:"transparent",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:13,fontWeight:600,letterSpacing:"-0.01em",transition:"color 0.12s"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"7",y1:"3",x2:"7",y2:"8"}),(0,r.jsx)("polyline",{points:"4.5 5.5 7 3 9.5 5.5"}),(0,r.jsx)("line",{x1:"4",y1:"11",x2:"10",y2:"11"})]}),ea("chat.followUp")]})]}):(0,r.jsxs)("button",{onClick:tS,disabled:!ep.trim()&&!eR.length||C,style:{flexShrink:0,display:"flex",alignItems:"center",gap:6,padding:0,background:"transparent",border:"none",color:(ep.trim()||eR.length)&&!C?"var(--text-muted)":"var(--text-dim)",cursor:(ep.trim()||eR.length)&&!C?"pointer":"not-allowed",fontSize:13,fontWeight:600,letterSpacing:"-0.01em",transition:"color 0.12s",marginLeft:6},onMouseEnter:e=>{e.currentTarget.disabled||(e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.disabled||(e.currentTarget.style.color="var(--text-muted)")},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"2",y1:"7",x2:"11",y2:"7"}),(0,r.jsx)("polyline",{points:"7.5 3 12 7 7.5 11"})]}),ea("chat.send")]}))]})]})]})]})]})});var nN=n(88576),nH=n.n(nN);function nO({level:e,children:t,headingIndex:n,onClick:i}){return(0,r.jsx)("button",{type:"button",className:nH().heading,"data-level":e,"data-preview-heading-index":n??void 0,disabled:null===n||!i,onClick:e=>{e.stopPropagation(),null!==n&&i?.(n)},children:t})}let nU=[...eK??[],function(){return e=>{if(!Array.isArray(e.children))return;let t=e.children.filter(e=>"heading"===e.type&&"number"==typeof e.depth&&e.depth<=3);if(t.length>0){t.forEach((e,t)=>{e.data={...e.data,hProperties:{...e.data?.hProperties,"data-preview-heading-index":t}}}),e.children=t;return}let n=e.children.find(e=>"paragraph"===e.type);e.children=n?[n]:[]}}],n_=[[e$.A,{throwOnError:!1,strict:!1}]];function nV(e){let t=e?.properties,n=t?.dataPreviewHeadingIndex??t?.["data-preview-heading-index"];return"number"==typeof n?n:"string"==typeof n&&/^\d+$/.test(n)?Number(n):null}let nq=(0,i.memo)(function({markdown:e,onHeadingClick:t,onAnswerClick:n}){let o=(0,i.useMemo)(()=>eO(e),[e]);return e?(0,r.jsx)("div",{className:nH().outline,children:(0,r.jsx)(eW.oz,{remarkPlugins:nU,rehypePlugins:n_,components:{h1:({children:e,node:n})=>(0,r.jsx)(nO,{level:1,headingIndex:nV(n),onClick:t,children:e}),h2:({children:e,node:n})=>(0,r.jsx)(nO,{level:2,headingIndex:nV(n),onClick:t,children:e}),h3:({children:e,node:n})=>(0,r.jsx)(nO,{level:3,headingIndex:nV(n),onClick:t,children:e}),h4:()=>null,h5:()=>null,h6:()=>null,p:({children:e})=>(0,r.jsx)("button",{type:"button",className:nH().paragraph,onClick:n,children:e}),blockquote:()=>null,ul:()=>null,ol:()=>null,pre:()=>null,table:()=>null,hr:()=>null,a:({children:e})=>(0,r.jsx)(r.Fragment,{children:e}),code:({children:e})=>(0,r.jsx)(r.Fragment,{children:e})},children:o})}):null});function nK({messages:e,streamingMessage:t,scrollContainer:n,messageRefs:o,onRevealHistory:l}){let[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)([]),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(600),[x,f]=(0,i.useState)(!1),[m,v]=(0,i.useState)(null),y=(0,i.useRef)(!1),b=(0,i.useRef)(null),k=(0,i.useRef)([]),w=(0,i.useRef)({nodes:[],gap:50,fillsHeight:!1}),j=(0,i.useRef)(null),S=(0,i.useRef)(new Map),C=(0,i.useRef)(null),M=(0,i.useRef)(null),T=(0,i.useRef)(null),R=(0,i.useMemo)(()=>t?[...e,t]:e,[e,t]),L=(0,i.useRef)(R);L.current=R;let z=(0,i.useMemo)(()=>(function(e,t){if(0===e.length)return{nodes:[],gap:50,fillsHeight:!1};let n=Math.max(1,t),r=Math.max(0,n-24);if(1===e.length)return{nodes:[{...e[0],topRatio:12/n}],gap:50,fillsHeight:!1};let i=r/(e.length-1),o=Math.min(50,i);return{nodes:e.map((e,t)=>({...e,topRatio:(12+t*o)/n})),gap:o,fillsHeight:i<=50}})(d,h),[d,h]),{nodes:I,gap:E}=z;w.current=z;let W=(0,i.useCallback)(e=>{M.current={index:e,until:Date.now()+1600},p(e)},[]),$=(0,i.useCallback)((e,t)=>{let n=M.current;if(n&&Date.now()<n.until)return void p(n.index);M.current=null;let r=t.filter(e=>null!==e.targetTurn.scrollTop);if(0===r.length)return void p(null);let i=e.scrollTop+.3*e.clientHeight;p(r.reduce((e,t)=>Math.abs((t.targetTurn.scrollTop??0)-i)<Math.abs((e.targetTurn.scrollTop??0)-i)?t:e,r[0]).index)},[]),P=(0,i.useCallback)(()=>{let e=n.current;if(!e)return;let t=e.scrollHeight-e.clientHeight,r=k.current;s(t>20),$(e,r)},[n,$]),D=(0,i.useRef)(null),F=(0,i.useCallback)(()=>{D.current||(D.current=setTimeout(()=>{D.current=null;let e=n.current,t=b.current;if(!e||!t)return;let r=o.current,i=e.getBoundingClientRect(),l=[],a=0,d=null;for(let t of L.current){if("user"!==t.role&&"assistant"!==t.role)continue;let n=r?.[a];if(a++,"user"===t.role){d=null;let r=n?.getBoundingClientRect();d={userMessage:t,assistantPreviews:[],scrollTop:r?r.top-i.top+e.scrollTop:null},l.push(d);continue}if(!d)continue;let o=function(e){if("assistant"!==e.role)return"";let{answerBlocks:t}=eM(e);return t.filter(e=>"text"===e.type).map(e=>e.text).join("\n\n").trim()}(t);o&&d.assistantPreviews.push({markdown:o,element:n})}let u=l.map((e,t)=>({topRatio:0,targetTurn:e,index:t}));g(t.clientHeight),k.current=u,c(u),s(e.scrollHeight-e.clientHeight>20),$(e,u);let p=T.current,h=p?u[p.nodeIndex]:null;if(p&&h){let t=void 0===p.assistantIndex?null:h.targetTurn.assistantPreviews[p.assistantIndex],n=h.targetTurn.scrollTop;if("assistant"===p.target){let r=t?.element?.getBoundingClientRect();n=r?r.top-i.top+e.scrollTop:null}else if("heading"===p.target){let r=void 0===p.headingIndex?null:t?.element?.querySelectorAll("h1, h2, h3").item(p.headingIndex),o=r?.getBoundingClientRect();n=o?o.top-i.top+e.scrollTop:null}if(null===n)return;T.current=null,W(h.index);let r=.3*e.clientHeight;e.scrollTo({top:Math.max(0,n-r),behavior:"smooth"})}},150))},[W,o,n,$]);(0,i.useEffect)(()=>{let e=n.current;if(e)return e.addEventListener("scroll",P,{passive:!0}),()=>e.removeEventListener("scroll",P)},[n,P]),(0,i.useEffect)(()=>{let e=n.current;if(!e)return;let t=()=>{F(),P()},r=new ResizeObserver(t);return r.observe(e),e.firstElementChild&&r.observe(e.firstElementChild),t(),()=>{r.disconnect(),D.current&&(clearTimeout(D.current),D.current=null)}},[F,n,P]),(0,i.useEffect)(()=>{let e=setTimeout(()=>{F(),P()},50);return()=>clearTimeout(e)},[e.length,F,P]);let A=(0,i.useCallback)((e,t)=>{let r=n.current;if(!r)return;if(W(e.index),null===e.targetTurn.scrollTop){T.current={nodeIndex:e.index,target:"user"},l();return}let i=Math.max(0,e.targetTurn.scrollTop-.3*r.clientHeight);r.scrollTo({top:i,behavior:t})},[W,l,n]),B=(0,i.useCallback)((e,t)=>{let r=n.current;if(!r)return;let i=e.targetTurn.assistantPreviews[t]?.element;if(!i){T.current={nodeIndex:e.index,target:"assistant",assistantIndex:t},l();return}let o=r.getBoundingClientRect(),a=i.getBoundingClientRect().top-o.top+r.scrollTop-.3*r.clientHeight;W(e.index),r.scrollTo({top:Math.max(0,a),behavior:"smooth"})},[W,l,n]),N=(0,i.useCallback)(e=>{let{nodes:t,gap:n,fillsHeight:r}=w.current,i=b.current?.clientHeight??0;if(0===t.length||i<=0)return null;let o=Math.max(0,Math.min(i,e*i)),l=t[0].topRatio*i,a=n>0?Math.round((o-l)/n):0,s=Math.max(0,Math.min(t.length-1,a)),d=t[s];if(!r&&Math.abs(o-d.topRatio*i)>Math.max(10,n/2))return null;return d},[]),H=(0,i.useCallback)((e,t,r)=>{let i=n.current;if(!i)return;let o=e.targetTurn.assistantPreviews[t]?.element;if(!o){T.current={nodeIndex:e.index,target:"heading",assistantIndex:t,headingIndex:r},l();return}let a=o.querySelectorAll("h1, h2, h3").item(r);if(!a)return;let s=i.getBoundingClientRect(),d=a.getBoundingClientRect().top-s.top+i.scrollTop-.3*i.clientHeight;W(e.index),i.scrollTo({top:Math.max(0,d),behavior:"smooth"})},[W,l,n]),O=(0,i.useCallback)(()=>{C.current&&(clearTimeout(C.current),C.current=null)},[]),U=(0,i.useCallback)(()=>{O(),f(!0)},[O]),_=(0,i.useCallback)(()=>{O(),C.current=setTimeout(()=>{C.current=null,f(!1),v(null)},250)},[O]);(0,i.useEffect)(()=>()=>O(),[O]);let V=(0,i.useCallback)(e=>{if(!a)return;y.current=!0,U();let t=e.currentTarget.getBoundingClientRect();v(Math.max(0,Math.min(1,(e.clientY-t.top)/t.height)));let n=(e,n)=>{let r=N(Math.max(0,Math.min(1,(e-t.top)/t.height)));r&&A(r,n)};n(e.clientY,"smooth");let r=e=>{y.current&&n(e.clientY,"auto")},i=()=>{y.current=!1,window.removeEventListener("mousemove",r),window.removeEventListener("mouseup",i)};window.addEventListener("mousemove",r),window.addEventListener("mouseup",i)},[N,A,U,a]),q=null===m?null:N(m),K=q?.index??null;(0,i.useEffect)(()=>{if(!x||null===K)return;let e=j.current,t=S.current.get(K);if(!e||!t)return;let n=t.offsetTop-(e.clientHeight-t.offsetHeight)/2;e.scrollTop=Math.max(0,n)},[d,x,K]);let J=Math.max(1,(I.length>0?I[I.length-1].topRatio*h:12)-12);return(0,r.jsxs)("div",{ref:b,onMouseDown:V,onMouseEnter:U,onMouseLeave:_,onMouseMove:e=>{let t=e.currentTarget.getBoundingClientRect();v((e.clientY-t.top)/t.height)},style:{width:36,flexShrink:0,position:"relative",cursor:"pointer",userSelect:"none",border:a?"1px solid color-mix(in srgb, var(--border) 60%, transparent)":"none",background:a?"var(--panel-glass-minimap)":"transparent",backdropFilter:a?"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))":"none",WebkitBackdropFilter:a?"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))":"none",transform:"translateZ(0)",borderRadius:12,boxShadow:a?"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)":"none",overflow:"visible"},children:[a&&(0,r.jsx)("div",{style:{position:"absolute",left:"50%",top:12,height:J,width:1,background:"var(--border)",transform:"translateX(-50%)",zIndex:0}}),a&&I.map(e=>{let t=x&&q?.index===e.index,n=u===e.index;return(0,r.jsx)("div",{"data-minimap-node-index":e.index,"data-minimap-node-active":n?"":void 0,style:{position:"absolute",top:`${100*e.topRatio}%`,transform:"translateY(-50%)",left:0,right:0,height:Math.max(1,E),display:"flex",alignItems:"center",justifyContent:"center",pointerEvents:"none",zIndex:2},children:(0,r.jsx)("div",{style:{width:8,height:8,borderRadius:2,background:n?"rgba(128,128,128,0.42)":"rgba(128,128,128,0.16)",border:`1.5px solid ${n?"rgba(128,128,128,0.95)":"rgba(128,128,128,0.58)"}`,boxShadow:n?"0 0 0 2px var(--bg-panel)":"none",transition:"transform 0.1s, background 0.1s",transform:t?"scale(1.25)":"scale(1)"}})},e.index)}),a&&x&&d.length>0&&(0,r.jsx)("div",{ref:j,className:nH().preview,"data-minimap-preview-box":"",onMouseEnter:U,onMouseDown:e=>e.stopPropagation(),onMouseMove:e=>e.stopPropagation(),children:d.map(e=>{var t;let n=K===e.index;return(0,r.jsxs)("div",{ref:t=>{t?S.current.set(e.index,t):S.current.delete(e.index)},className:nH().turn,"data-minimap-preview-index":e.index,"data-located":n?"true":void 0,children:[(0,r.jsx)("span",{className:nH().number,"aria-hidden":"true",children:String(e.index+1).padStart(2,"0")}),(0,r.jsxs)("div",{className:nH().content,children:[(0,r.jsx)("button",{type:"button",className:nH().user,"data-minimap-preview-user":e.index,onClick:()=>{A(e,"smooth")},children:(0,r.jsx)("span",{className:nH().userText,children:"string"==typeof(t=e.targetTurn.userMessage).content?t.content.trim():t.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n").trim()})}),e.targetTurn.assistantPreviews.map((t,n)=>(0,r.jsxs)("div",{className:nH().assistant,children:[(0,r.jsx)("button",{type:"button",className:nH().assistantJump,"data-minimap-preview-assistant":`${e.index}-${n}`,onClick:()=>B(e,n),"aria-label":"Locate assistant message",title:"Locate assistant message",children:"A"}),(0,r.jsx)(nq,{markdown:t.markdown,onAnswerClick:()=>B(e,n),onHeadingClick:t=>H(e,n,t)})]},n))]})]},e.index)})})]})}function nJ({widgets:e}){let t,n,o,{t:l}=(0,y.s)(),a=(0,i.useId)(),s=(0,i.useRef)(null),d=(0,i.useRef)(new Map),[c,u]=(0,i.useState)(()=>e.find(e=>{let t=e.lines.length;return t>1&&t<=3})?.key??null),[p,h]=(0,i.useState)(()=>new Set),g=(0,i.useRef)(null),x=(0,i.useRef)(null);if((0,i.useEffect)(()=>{var t;let n=new Map(e.map(e=>[e.key,[...e.lines]])),r=(t=s.current,t?Array.from(n,([e,n])=>{let r=t.get(e);return r&&r.length===n.length?n.some((e,t)=>e!==r[t])?e:null:r?e:null}).filter(e=>null!==e):[]);for(let[e,t]of(s.current=n,d.current))n.has(e)||(clearTimeout(t),d.current.delete(e));for(let e of(h(e=>{let t=new Set(Array.from(e).filter(e=>n.has(e)));for(let e of r)t.add(e);return t.size===e.size&&Array.from(t).every(t=>e.has(t))?e:t}),r)){let t=d.current.get(e);t&&clearTimeout(t),d.current.set(e,setTimeout(()=>{d.current.delete(e),h(t=>{if(!t.has(e))return t;let n=new Set(t);return n.delete(e),n})},1100))}},[e]),(0,i.useEffect)(()=>()=>{for(let e of d.current.values())clearTimeout(e);d.current.clear()},[]),(0,i.useEffect)(()=>{if(!c)return;let e=e=>{let t=e.target;x.current?.contains(t)||g.current?.contains(t)||u(null)};return document.addEventListener("pointerdown",e,!0),()=>document.removeEventListener("pointerdown",e,!0)},[c]),0===e.length)return null;let f=e.find(e=>e.key===c&&e.lines.length>1);return(0,r.jsxs)(r.Fragment,{children:[f&&(0,r.jsx)("div",{ref:x,className:"extension-widget-panels",children:(t=e.indexOf(f),n=`${a}-trigger-${t}`,o=`${a}-panel-${t}`,(0,r.jsxs)("section",{id:o,className:"extension-widget-panel","aria-labelledby":n,children:[(0,r.jsx)("div",{className:"extension-widget-panel-heading",children:f.key}),(0,r.jsx)("pre",{className:"extension-widget-content",children:f.lines.join("\n")})]},f.key))}),(0,r.jsx)("div",{ref:g,className:"extension-widget-triggers","aria-label":l("chat.extensionWidgets"),children:e.map((e,t)=>{let n=e.lines.length>1,i=n&&e.key===f?.key,o=p.has(e.key),s=l(1===e.lines.length?"chat.extensionWidgetLine":"chat.extensionWidgetLines",{count:e.lines.length}),d=l("belowEditor"===e.placement?"chat.extensionWidgetBelow":"chat.extensionWidgetAbove"),c=`${a}-trigger-${t}`,h=`${a}-panel-${t}`,g=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{className:"extension-widget-update-pulse","aria-hidden":"true"}),(0,r.jsx)("span",{className:"extension-widget-placement","aria-hidden":"true",children:(0,r.jsx)("svg",{className:"extension-widget-placement-icon",viewBox:"0 0 8 6",width:"8",height:"6","data-direction":"belowEditor"===e.placement?"down":"up",focusable:"false",children:(0,r.jsx)("path",{d:"belowEditor"===e.placement?"M0 0h8L4 6z":"M4 0l4 6H0z"})})}),(0,r.jsx)("span",{className:"extension-widget-key",children:e.key})]});return n?(0,r.jsx)("button",{id:c,type:"button",className:`extension-widget-trigger${i?" is-expanded":""}${o?" is-updating":""}`,"aria-controls":h,"aria-expanded":i,"aria-label":`${d}: ${e.key}, ${s}`,title:`${e.key} - ${d} - ${i?l("i18n.collapse"):l("i18n.expand")}`,onClick:()=>{u(t=>{var n;return t===(n=e.key)?null:n})},children:g},e.key):(0,r.jsx)("div",{className:`extension-widget-trigger${o?" is-updating":""}`,"aria-label":`${d}: ${e.key}, ${s}`,title:`${e.key} - ${d}`,children:g},e.key)})})]})}function nY({statuses:e,widgets:t=[],tools:n,notice:i}){if(0===e.length&&0===t.length&&!n&&!i)return null;let o=[...e].sort((e,t)=>e.key.localeCompare(t.key)).map(({text:e})=>e.replace(/[\r\n\t]/g," ").replace(/ +/g," ").trim()).join(" "),l=ef(o);return(0,r.jsxs)("div",{className:`extension-status-shelf${t.length>0?" has-widgets":""}${e.length>0?" has-status":""}`,children:[(0,r.jsxs)("div",{className:"extension-status-left",children:[t.length>0&&(0,r.jsx)(nJ,{widgets:t}),e.length>0&&(0,r.jsx)("div",{role:"status",className:"extension-status-line","aria-label":l,title:l,children:(0,r.jsx)("span",{className:"extension-status-text",children:eb(o).map((e,t)=>(0,r.jsx)("span",{style:e.style,children:e.text},t))})})]}),(0,r.jsxs)("div",{className:`extension-status-right${n?" has-tools":""}`,children:[n,i]})]})}function nX(e){let t=e.find(e=>"error"===e.type&&!e.exiting);return t?.id??null}let nZ=new Set(["opencode-go","deepseek"]);function nG(e,t=Date.now()){let n=Date.parse(e);if(!Number.isFinite(n))return"";let r=Math.round((n-t)/1e3);if(r<=0)return"";let i=Math.floor(r/86400),o=Math.floor((r%=86400)/3600),l=Math.floor((r%=3600)/60);return i>0?`${i}d${o}h`:o>0?`${o}h${l}m`:`${Math.max(l,1)}m`}function nQ(e=document){return"visible"!==e.visibilityState||!e.hasFocus()}function n0(e){switch(e.method){case"select":case"confirm":case"input":case"editor":return!0;case"custom":return!0!==e.closed;default:return!1}}async function n1(e,t={createWindowNotification:(e,t)=>new Notification(e,t),getServiceWorkerRegistration:"serviceWorker"in navigator?()=>navigator.serviceWorker.getRegistration():null}){let n={body:e.body,...e.tag?{tag:e.tag}:{}};if(t.getServiceWorkerRegistration)try{let r=await t.getServiceWorkerRegistration();if(r)return await r.showNotification(e.title,{...n,data:{url:e.sessionUrl}}),"service-worker"}catch{}try{let r=t.createWindowNotification(e.title,n);return r.onclick=()=>{r.close(),e.onClick()},"window"}catch{return null}}function n2(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function n4(e,t={}){if("assistant"!==e.role)return e;let n=e.content;if(!Array.isArray(n))return e;let r=n.map(e=>(function(e,t={}){if(!n2(e)||"toolCall"!==e.type)return null;let n={type:"toolCall",toolCallId:"string"==typeof e.toolCallId?e.toolCallId:"string"==typeof e.id?e.id:"",toolName:"string"==typeof e.toolName?e.toolName:"string"==typeof e.name?e.name:"",input:"object"!=typeof e.input||null===e.input||Array.isArray(e.input)?"object"!=typeof e.arguments||null===e.arguments||Array.isArray(e.arguments)?{}:e.arguments:e.input},r=t.includeStreamingRawInput?function(e){if("string"==typeof e.rawInput)return e.rawInput;if("string"==typeof e.partialJson)return e.partialJson;if("string"==typeof e.partialArgs)return e.partialArgs;let t=n2(e.customInput)?e.customInput:null,n=t&&"string"==typeof t.property?t.property:null,r=n2(e.arguments)?e.arguments:null;return n&&r&&"string"==typeof r[n]?r[n]:void 0}(e):void 0;return void 0===r?n:{...n,rawInput:r}})(e,t)??e);return{...e,content:r}}class n8 extends Error{constructor(e,t,n,r){super(e),this.status=t,this.code=n,this.accepted=r,this.name="AgentCommandError"}}function n5(e){return e instanceof n8&&"prompt_rejected"===e.code&&!1===e.accepted}async function n6(e,t){let n=await fetch(`/api/agent/${encodeURIComponent(e)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)}),r=await n.json().catch(()=>({}));if(!n.ok||r.error)throw new n8(r.error??`HTTP ${n.status}`,n.status,r.code,r.accepted);return r.data}var n3=n(14755);let n7="pi-tool-preset";function n9(){try{return window.localStorage}catch{return null}}function re(e){if(!e||"object"!=typeof e||"image"!==e.type)return"";let t=e.source;return t&&"object"==typeof t?["url"===t.type?"url":"base64","string"==typeof t.media_type?t.media_type:"","string"==typeof t.data?t.data:"","string"==typeof t.url?t.url:""].join(":"):["base64","string"==typeof e.mimeType?e.mimeType:"","string"==typeof e.data?e.data:"",""].join(":")}function rt(e){let t,n=e.content;return"string"==typeof n?JSON.stringify({text:n,images:[]}):Array.isArray(n)?JSON.stringify({text:"string"==typeof(t=e.content)?t:Array.isArray(t)?t.map(e=>e&&"object"==typeof e&&"text"===e.type&&"string"==typeof e.text?e.text:"").filter(Boolean).join("\n"):"",images:n.map(re).filter(Boolean)}):JSON.stringify({text:"",images:[]})}class rn extends Error{constructor(e,t){super(t??("ready_timeout"===e?"Timed out starting the agent session. Please try again.":"Failed to connect to the agent event stream. Please try again.")),this.status=e,this.name="AgentEventConnectionError"}}class rr{constructor(e){this.options=e,this.current=null,this.retry=null,this.retryGeneration=0}close(){this.stopRetrying(),this.current&&this.discard(this.current,new rn("closed"))}maintain(e){if(!this.options.shouldMaintain(e))return;let t=this.retryGeneration;this.ensureConnected(e).catch(n=>{t===this.retryGeneration&&(n instanceof rn?"startup_error"===n.status?this.stopRetrying():this.scheduleRetry(e):this.options.onUnexpectedError?.(n))})}async ensureConnected(e){for(;;){let t=this.current;if(t&&t.sessionId===e){if(t.attempt.ready&&1===t.source.readyState)return}else t=this.open(e);if(await t.attempt.promise,this.current!==t){if(this.current?.sessionId===e)continue;throw new rn("closed")}if(1===t.source.readyState)return;this.discard(t,new rn("closed"))}}open(e){let t,n,r;this.current&&this.discard(this.current,new rn("closed"));try{t=this.options.createSource(e)}catch(e){throw new rn("closed",e instanceof Error?e.message:String(e))}let i=!1,o=new Promise((e,t)=>{n=e,r=t}),l=setTimeout(()=>{this.fail(s,new rn("ready_timeout"))},this.options.readinessTimeoutMs),a={promise:o,ready:!1,succeed(){i||(i=!0,clearTimeout(l),n())},fail(e){i||(i=!0,clearTimeout(l),r(e))}},s={sessionId:e,source:t,attempt:a};return this.current=s,t.onmessage=e=>{let t;if(this.current===s){try{t=JSON.parse(e.data)}catch{return}if("connected"===t.type)a.ready=!0,a.succeed(),this.stopRetrying();else if("startup_error"===t.type){let e="string"==typeof t.errorMessage?t.errorMessage:void 0;this.fail(s,new rn("startup_error",e));return}this.options.onEvent(t)}},t.onerror=()=>{this.fail(s,new rn("closed"))},s}fail(e,t){this.current===e&&(this.discard(e,t),"startup_error"===t.status?this.stopRetrying():this.scheduleRetry(e.sessionId))}discard(e,t){e.attempt.fail(t),e.source.close(),this.current===e&&(this.current=null)}scheduleRetry(e){if(!this.options.shouldMaintain(e)||this.retry?.sessionId===e)return;this.clearRetry();let t=setTimeout(()=>{this.retry?.timer===t&&(this.retry=null,this.maintain(e))},this.options.reconnectDelayMs);this.retry={sessionId:e,timer:t}}stopRetrying(){this.retryGeneration+=1,this.clearRetry()}clearRetry(){this.retry&&clearTimeout(this.retry.timer),this.retry=null}}function ri(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function ro(e,t,n,r=8){return e+t>=n-r}let rl={isStreaming:!1,streamingMessage:null};function ra(e,t,n){let r=e.streamingMessage;if(!r||!Number.isInteger(t)||t<0)return e;let i=[...r.content],o=n(i[t]);return o?(i[t]=o,{isStreaming:!0,streamingMessage:{...r,content:i}}):e}function rs(e,t){switch(t.type){case"start":return{isStreaming:!0,streamingMessage:null};case"snapshot":{let n=n4(t.message,{includeStreamingRawInput:!0});return"assistant"===n.role?{isStreaming:!0,streamingMessage:n}:e}case"delta":var n=t.event;switch(n.type){case"text_start":return ra(e,n.contentIndex,e=>e?.type==="text"?e:{type:"text",text:""});case"text_delta":return ra(e,n.contentIndex,e=>e?.type==="text"?{...e,text:e.text+n.delta}:null);case"text_end":return ra(e,n.contentIndex,e=>({...e?.type==="text"?e:{},type:"text",text:n.content}));case"thinking_start":return ra(e,n.contentIndex,e=>e?.type==="thinking"?e:{type:"thinking",thinking:""});case"thinking_delta":return ra(e,n.contentIndex,e=>e?.type==="thinking"?{...e,thinking:e.thinking+n.delta}:null);case"thinking_end":return ra(e,n.contentIndex,e=>({...e?.type==="thinking"?e:{},type:"thinking",thinking:n.content}));case"toolcall_start":return ra(e,n.contentIndex,e=>e?.type==="toolCall"?{...e,toolCallId:n.id??e.toolCallId,toolName:n.toolName??e.toolName,rawInput:e.rawInput??""}:"string"!=typeof n.toolName?null:{type:"toolCall",toolCallId:n.id??"",toolName:n.toolName,input:{},rawInput:""});case"toolcall_delta":return ra(e,n.contentIndex,e=>e?.type==="toolCall"?{...e,toolCallId:n.id||e.toolCallId,toolName:n.toolName||e.toolName,rawInput:(e.rawInput??"")+n.delta}:null);case"toolcall_end":return ra(e,n.contentIndex,()=>({type:"toolCall",toolCallId:n.toolCall.id,toolName:n.toolCall.name,input:n.toolCall.arguments}));default:return e}case"end":return rl;default:return e}}function rd(e){return{steering:e?.steering??[],followUp:e?.followUp??[]}}function rc(e){return new Promise(t=>setTimeout(t,e))}function ru(e){let t=e.findIndex(e=>!e.exiting);return -1===t?e:e.map((e,n)=>n===t?{...e,exiting:!0}:e)}function rp(e,t){switch(t.type){case"add":if(e.visible.some(e=>e.exiting)||e.visible.length>=5)return{visible:e.visible.some(e=>e.exiting)?e.visible:ru(e.visible),pending:[...e.pending,t.notice]};return{...e,visible:[...e.visible,t.notice]};case"mark_oldest_exiting":return{...e,visible:ru(e.visible)};case"remove":return function(e,t){let n=e,r=t;for(;r.length>0&&n.length<5;){let[e,...t]=r;n=[...n,e],r=t}return r.length>0&&!n.some(e=>e.exiting)&&(n=ru(n)),{visible:n,pending:r}}(e.visible.filter(e=>e.id!==t.id),e.pending);default:return e}}function rh(e,t){return e&&"object"==typeof e?"number"!=typeof e.tokensBefore||"number"!=typeof e.estimatedTokensAfter?null:{reason:t,tokensBefore:e.tokensBefore,estimatedTokensAfter:e.estimatedTokensAfter}:null}function rg({label:e}){let[t,n]=(0,i.useState)(null);if((0,i.useEffect)(()=>{let e=new AbortController;return fetch("/api/app-update",{signal:e.signal}).then(async e=>e.ok?e.json():null).then(e=>{e?.updateAvailable&&e.latestVersion&&e.releaseUrl&&n(e)}).catch(()=>{}),()=>e.abort()},[]),!t)return null;let o=e(t.latestVersion);return(0,r.jsxs)("a",{href:t.releaseUrl,target:"_blank",rel:"noopener noreferrer",title:o,"aria-label":o,onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},style:{display:"inline-flex",alignItems:"center",alignSelf:"center",gap:3,minHeight:32,minWidth:0,padding:"0 4px",background:"transparent",borderRadius:5,color:"var(--accent)",fontSize:12,fontWeight:600,lineHeight:1.2,textDecoration:"none",transition:"background 0.12s",whiteSpace:"nowrap"},children:[(0,r.jsxs)("span",{style:{overflow:"hidden",textOverflow:"ellipsis"},children:["v",t.latestVersion]}),(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{flexShrink:0},children:[(0,r.jsx)("path",{d:"M7 17 17 7"}),(0,r.jsx)("path",{d:"M7 7h10v10"})]})]})}function rx(e){return"user"===e.role||"custom"===e.role&&"compaction"===e.customType}function rf(e,t,n={}){let r={...e,content:t};return n.omitUsage&&(r.usage=void 0),r}function rm({messageCount:e,toolCallCount:t,defaultExpanded:n=!1,children:o,t:l}){let[a,s]=(0,i.useState)(n),d=[l("chat.processDetails"),`${e} ${l(1===e?"chat.message":"chat.messages")}`];return t>0&&d.push(`${t} ${l(1===t?"chat.toolCall":"chat.toolCalls")}`),(0,r.jsxs)("div",{style:{marginBottom:14},children:[(0,r.jsxs)("button",{type:"button","aria-expanded":a,onClick:()=>s(e=>!e),style:{display:"flex",alignItems:"center",gap:8,width:"auto",minHeight:24,padding:"2px 0",border:"none",background:"transparent",color:"#ffffff",mixBlendMode:"exclusion",cursor:"pointer",fontSize:12,textAlign:"left"},title:l(a?"chat.collapseProcess":"chat.expandProcess"),children:[(0,r.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:a?"rotate(90deg)":"none",transition:"transform 0.15s"},children:(0,r.jsx)("polyline",{points:"4 2.5 7.5 6 4 9.5"})}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.join(" \xb7 ")})]}),a&&(0,r.jsx)("div",{style:{marginTop:8},children:o})]})}function rv({session:e,sessionRunning:t,newSessionCwd:o,newSessionDraftKey:l,onAgentEnd:a,onAttentionNeeded:d,onSessionCreated:c,onSessionForked:u,modelsRefreshKey:p,chatInputRef:h,onBranchDataChange:g,onSystemPromptChange:x,onSystemPromptLoaderChange:f,onSessionStatsChange:m,onSessionStatsPanelOpen:v,onTodosChange:b,onContextUsageChange:k,onOpenFile:w,soundEnabled:j=!0,onSoundToggle:S,playDoneSound:C=()=>{},unlockAudio:M,terminalOpen:T=!1,onToggleTerminal:R}){var L;let z,{t:I}=(0,y.s)(),E=(0,ns.a)(),{isDark:W}=tr(),$=(0,i.useRef)(C);$.current=C;let P=(0,i.useRef)(j);P.current=j;let D=(0,i.useRef)(null),F=(0,i.useCallback)(()=>{P.current&&$.current(),a?.()},[a]),A=(0,i.useCallback)(e=>{h?.current?.replaceMessage(e)},[h]),{loading:B,error:N,messages:H,entryIds:O,parentIds:U,streamState:_,agentRunning:V,bashRunning:q,pendingBash:K,modelNames:J,modelList:Y,modelError:X,modelScopeWarnings:Z,modelThinkingLevels:G,modelThinkingLevelMaps:Q,toolPreset:ee,thinkingLevel:et,retryInfo:en,contextUsage:er,forkingEntryId:ei,commandBusy:eo,isCompacting:el,compactError:ea,compactResult:es,displayModel:ed,modelSwitching:ec,sessionStats:eu,todos:ep,slashCommands:eh,slashCommandsLoading:eg,queuedMessages:ex,notices:ef,extensionDialog:em,extensionCustomUi:ev,extensionStatuses:ey,extensionWidgets:eb,respondToExtensionUi:ek,sendExtensionCustomInput:ew,isAutoModelSelection:ej,agentPhase:eR,isNew:eL,sessionIdRef:eI,messagesEndRef:eW,scrollContainerRef:e$,lastUserMsgRef:eP,promptAnchorActive:eD,handleSend:eF,handleAbort:eA,handleFork:eB,handleNavigate:eN,handleModelChange:eH,handleCompact:eO,handleSteer:eU,handleFollowUp:e_,handlePromptWithStreamingBehavior:eV,handleAbortCompaction:eq,handleRecallQueue:eK,handleBuiltinSlashCommand:eJ,handleToolPresetChange:eY,handleThinkingLevelChange:eX,loadSlashCommands:eZ,scrollUserMsgToTop:eG,scrollToBottom:eQ,loadContext:e0,activeLeafId:e1,hasOlderChat:e2}=function(e){let{session:t,sessionRunning:r,newSessionCwd:o,newSessionDraftKey:l,onAgentEnd:a,onAttentionNeeded:s,onSessionCreated:d,onSessionForked:c,modelsRefreshKey:u,onBranchDataChange:p,onSystemPromptChange:h,onSystemPromptLoaderChange:g,onSessionStatsPanelOpen:x}=e,f=null===t&&null!==o,[m,v]=(0,i.useState)(null),[y,b]=(0,i.useState)(!f),[k,w]=(0,i.useState)(null),[j,S]=(0,i.useState)(null),[C,M]=(0,i.useState)(!1),[T,R]=(0,i.useState)([]),[L,z]=(0,i.useState)([]),[I,E]=(0,i.useState)([]),[W,$]=(0,i.useState)([]),[P,D]=(0,i.useReducer)(rs,rl),[F,A]=(0,i.useState)(!1),[B,N]=(0,i.useState)(!1),[H,O]=(0,i.useState)(null),[U,_]=(0,i.useState)({}),[V,q]=(0,i.useState)([]),[K,J]=(0,i.useState)(null),[Y,X]=(0,i.useState)([]),[Z,G]=(0,i.useState)({}),[Q,ee]=(0,i.useState)({}),[et,en]=(0,i.useState)(null),[er,ei]=(0,i.useState)(null),[eo,el]=(0,i.useState)("default"),[ea,es]=(0,i.useState)("auto"),[ed,ec]=(0,i.useState)(null),[eu,ep]=(0,i.useState)(null),[eh,eg]=(0,i.useState)(null),[ex,ef]=(0,i.useState)(null),[em,ev]=(0,i.useState)(null),[ey,eb]=(0,i.useState)(null),[ek,ew]=(0,i.useState)(!1),[ej,eS]=(0,i.useState)(!1),[eC,eM]=(0,i.useState)(null),[eT,eR]=(0,i.useState)(null),[eL,ez]=(0,i.useState)(null),[eI,eE]=(0,i.useState)(null),[eW,e$]=(0,i.useState)(!1),[eP,eD]=(0,i.useState)([]),[eF,eA]=(0,i.useState)(!1),[eB,eN]=(0,i.useReducer)(rp,{visible:[],pending:[]}),[eH,eO]=(0,i.useState)(null),[eU,e_]=(0,i.useState)(null),[eV,eq]=(0,i.useState)(null),[eK,eJ]=(0,i.useState)([]),[eY,eX]=(0,i.useState)([]),[eZ,eG]=(0,i.useState)({steering:[],followUp:[]}),eQ=(0,i.useRef)(null),e0=(0,i.useRef)(null),e1=(0,i.useRef)(null),e2=(0,i.useRef)(0),e4=(0,i.useRef)(!1),e8=(0,i.useRef)(t?.id??null),e5=(0,i.useRef)(t?.id??null),e6=(0,i.useRef)(!!r),e3=(0,i.useRef)(!1),e7=(0,i.useRef)(!1),e9=(0,i.useRef)(!1),te=(0,i.useRef)(-1),tt=(0,i.useRef)(!1),tn=(0,i.useRef)(0),tr=(0,i.useRef)(null),ti=(0,i.useRef)(!1),to=(0,i.useRef)(null),tl=(0,i.useRef)(!1),ta=(0,i.useRef)(!0),ts=(0,i.useRef)(0),td=(0,i.useRef)(null),tc=(0,i.useRef)(void 0),tu=(0,i.useRef)(null),tp=(0,i.useRef)(null),th=(0,i.useRef)(null),tg=(0,i.useRef)(!1),tx=(0,i.useRef)(null),tf=(0,i.useRef)(null),tm=(0,i.useRef)(0),tv=(0,i.useRef)(null),ty=(0,i.useRef)(!1),tb=(0,i.useRef)(new Map),tk=(0,i.useRef)(!0);e5.current=t?.id??null,e6.current=!!r,e0.current||(e0.current=new rr({createSource:e=>new EventSource(`/api/agent/${encodeURIComponent(e)}/events`),onEvent:e=>tr.current?.(e),shouldMaintain:e=>tk.current&&e8.current===e&&(e3.current||e4.current||e5.current===e&&e6.current),readinessTimeoutMs:6e4,reconnectDelayMs:1e3,onUnexpectedError:e=>{console.error("Failed to maintain the agent event stream:",e)}}));let tw=e.setToolPreset??el;(0,i.useLayoutEffect)(()=>{f&&!e8.current&&tw(function(e=n9()){if(!e)return"default";try{let t=e.getItem(n7);return(0,n3.sn)(t)?t:"default"}catch{return"default"}}())},[f,tw]);let tj=(0,i.useCallback)((e="smooth")=>{let t=tp.current;tu.current?.scrollIntoView({behavior:e}),t&&(ts.current=t.scrollTop)},[]),tS=em??m?.context.model??ey??null,tC=f?et??er:tS,tM=t?.id??l??void 0,tT=(0,i.useCallback)(e=>{if(!e)return;let t=e,n=new Set;for(;!n.has(t);){n.add(t);let e=tb.current.get(t);if(!e)break;t=e}return t},[]),tR=(0,i.useCallback)((t,n,r)=>{let i=n?.map(({data:e,mimeType:t})=>({data:e,mimeType:t})),o=tT(r);if(!tk.current&&!tg.current&&r===l)return;let a=e.chatInputRef?.current;if(a)a.restoreSubmission(t,i,o);else{let e,n;o&&(n=tZ(t,i,(e=tK(o)??{value:"",images:[]}).value,e.images),tJ(o,n))}},[l,e.chatInputRef,tT]),tL=(0,i.useMemo)(()=>{if(eH)return{...eH,totalActiveMs:m?.totalActiveMs};let e={input:0,output:0,cacheRead:0,cacheWrite:0,total:0},n=0,r=0,i=0,o=0,l=0;for(let t of T){if("user"===t.role&&(r+=1),"toolResult"===t.role&&(o+=1),"assistant"!==t.role)continue;i+=1;let a=t.usage;l+=t.content.filter(e=>"toolCall"===e.type).length,a&&(e.input+=a.input??0,e.output+=a.output??0,e.cacheRead+=a.cacheRead??0,e.cacheWrite+=a.cacheWrite??0,n+=a.cost?.total??0)}return(e.total=e.input+e.output+e.cacheRead+e.cacheWrite,0===e.total&&0===T.length)?null:{sessionFile:m?.filePath||void 0,sessionId:e8.current??t?.id??"",sessionName:t?.name,userMessages:r,assistantMessages:i,toolCalls:l,toolResults:o,totalMessages:T.length,tokens:e,cost:n,totalActiveMs:m?.totalActiveMs,...eu?{contextUsage:eu}:{}}},[T,eH,eu,m?.filePath,m?.totalActiveMs,t?.id,t?.name]),tz=(0,i.useCallback)(async(e,t=!1,n=!1)=>{let r=!1;try{t&&b(!0);let i=new URLSearchParams({deferThinking:"1"}),o=await fetch(`/api/sessions/${encodeURIComponent(e)}?${i}`);if(404===o.status)return t&&(v(null),S(null),R([]),$([]),w(null)),null;if(!o.ok)throw Error(`HTTP ${o.status}`);let l=await o.json();if(e8.current!==e)return null;let a=l.context.messages;if(v(l),S(l.leafId),R(a),z(l.context.entryIds??[]),E(l.context.parentIds??l.context.entryIds.map(()=>null)),$(l.context.todos??[]),M(l.hasMore??!1),ev(e=>ty.current?e:null),w(null),l.context.thinkingLevel&&"off"!==l.context.thinkingLevel&&es(l.context.thinkingLevel),r=!0,t&&b(!1),!n)return null;try{let t=await fetch(`/api/sessions/${encodeURIComponent(e)}/state`);if(!t.ok)throw Error(`HTTP ${t.status}`);let n=await t.json();if(e8.current!==e)return null;let r=n.state;return r?(void 0!==r.contextUsage&&ep(r.contextUsage??null),void 0!==r.systemPrompt&&eg(r.systemPrompt??null),void 0!==r.thinkingLevel&&es(r.thinkingLevel??"auto"),void 0!==r.extensionStatuses&&eJ(r.extensionStatuses??[]),void 0!==r.extensionWidgets&&eX(r.extensionWidgets??[]),void 0!==r.queuedMessages&&eG(rd(r.queuedMessages))):n.running||eG({steering:[],followUp:[]}),n}catch(e){return console.error("Failed to load agent state:",e),null}}catch(e){return w(String(e)),null}finally{t&&!r&&b(!1)}},[]),tI=(0,i.useCallback)(async(e,t,n)=>{try{let r=new URLSearchParams({deferThinking:"1"});null===t?r.set("leafId","null"):t&&r.set("leafId",t),n&&r.set("before",n);let i=`/api/sessions/${encodeURIComponent(e)}/context?${r}`,o=await fetch(i);if(!o.ok)throw Error(`HTTP ${o.status}`);let l=await o.json();M(l.hasMore??!1);let a=e=>e??l.context.entryIds.map(()=>null);n?(R(e=>[...l.context.messages,...e]),z(e=>[...l.context.entryIds,...e]),E(e=>[...a(l.context.parentIds),...e])):(R(l.context.messages),z(l.context.entryIds??[]),E(a(l.context.parentIds)),$(l.context.todos??[]))}catch(e){console.error("Failed to load context:",e)}},[]),tE=(0,i.useCallback)(async e=>{try{let t=await n6(e,{type:"get_tools"});if(t){let{getPresetFromTools:e}=await Promise.resolve().then(n.bind(n,14755));tw(e(t))}}catch(e){console.error("Failed to load tools:",e)}},[tw]),tW=(0,i.useCallback)((t=0,n="(no messages)")=>{let r=e8.current;if(f&&o&&r&&!tg.current&&(tg.current=!0,l)){if(l!==r){tb.current.set(l,r);let t=e.chatInputRef?.current;t?t.rekeyDraft(l,r):tG(l,r)}d?.({id:r,path:"",cwd:o,name:void 0,created:new Date().toISOString(),modified:new Date().toISOString(),messageCount:t,firstMessage:n,transient:!0},l)}},[f,o,l,d,e.chatInputRef]),t$=(0,i.useCallback)(async()=>{if(e8.current||!f||!o)return e8.current;if(th.current)return th.current;let e=(async()=>{let e=tx.current,t=tf.current;e&&eb(e);let n=(0,n3.xG)(eo),r=await fetch("/api/agent/new",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:o,type:"ensure_session",toolNames:n,...e?{provider:e.provider,modelId:e.modelId}:{},...t?{thinkingLevel:t}:{}})});if(!r.ok)throw Error(`HTTP ${r.status}`);let i=await r.json(),l=i.sessionId;return e8.current=l,i.model&&tx.current===e&&(eb(i.model),e||ei(i.model)),i.thinkingLevel&&tf.current===t&&es(i.thinkingLevel),l})();th.current=e;try{return await e}finally{th.current=null}},[f,o,eo]),tP=(0,i.useCallback)(async()=>{let e=e8.current??await t$();if(!e)return;let t=await n6(e,{type:"get_state"});tk.current&&e8.current===e&&eg(t.systemPrompt??"")},[t$]),tD=(0,i.useCallback)(async()=>{let e=e8.current??await t$();if(!e)return eD([]),[];eA(!0);try{let t=await n6(e,{type:"get_commands"}),n=t?.commands??[];return eD(n),n}catch(e){return console.error("Failed to load slash commands:",e),eD([]),[]}finally{eA(!1)}},[t$]),tF=(0,i.useCallback)(()=>{e2.current+=1,e4.current=!1,e1.current&&(clearTimeout(e1.current),e1.current=null)},[]),tA=(0,i.useCallback)(()=>{e0.current?.close()},[]),tB=(0,i.useCallback)(e=>e0.current.ensureConnected(e),[]),tN=(0,i.useCallback)(e=>{e0.current.maintain(e)},[]);(0,i.useEffect)(()=>{if(t?.id&&r)return tN(t.id),()=>{e8.current!==t.id||e3.current||e4.current||e5.current===t.id&&e6.current||e0.current?.close()}},[tN,t?.id,r]);let tH=(0,i.useCallback)(async(e,t)=>{let n=e8.current;if(e_(t=>t?.id===e.id?null:t),n)try{await n6(n,{type:"extension_ui_response",id:e.id,...t})}catch(e){console.error("Failed to send extension UI response:",e)}},[]),tO=(0,i.useCallback)(async(e,t)=>{let n=e8.current;if(n)try{await n6(n,{type:"extension_ui_input",id:e.id,data:t})}catch(e){console.error("Failed to send extension custom UI input:",e)}},[]),tU=(0,i.useCallback)(e=>{let t=e.message.trim();t&&eN({type:"add",notice:{id:e.id??("u">typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now()}-${Math.random().toString(36).slice(2)}`),message:t,type:e.type??"info"}})},[]),t_=(0,i.useCallback)(t=>{switch(n0(t)&&s?.(t),t.method){case"select":case"confirm":case"input":case"editor":e_(t);break;case"notify":tU({id:t.id,message:t.message,type:t.notifyType??"info"});break;case"setStatus":eJ(e=>{let n=e.filter(e=>e.key!==t.statusKey);return void 0!==t.statusText?[...n,{key:t.statusKey,text:t.statusText}]:n});break;case"setWidget":eX(e=>{let n=e.filter(e=>e.key!==t.widgetKey);return t.widgetLines?[...n,{key:t.widgetKey,lines:t.widgetLines,placement:t.widgetPlacement??"aboveEditor"}]:n});break;case"setTitle":t.title&&(document.title=t.title);break;case"set_editor_text":e.chatInputRef?.current?.insertText(t.text);break;case"custom":eq(e=>t.closed?e?.id===t.id?null:e:t)}},[tU,s,e.chatInputRef]),tV=(0,i.useCallback)(()=>{let e=e3.current;return e3.current=!1,A(!1),eE(null),ec(null),D({type:"end"}),e},[]),tq=(0,i.useCallback)(e=>te.current!==e&&(te.current=e,a?.(),!0),[a]),tX=(0,i.useCallback)(e=>{tF(),e4.current=!0;let t=e2.current,n=async()=>{if(t===e2.current&&e8.current===e&&e4.current)try{let r=await fetch(`/api/agent/${encodeURIComponent(e)}`);if(!r.ok)throw Error(`HTTP ${r.status}`);let i=await r.json();if(t!==e2.current||e8.current!==e||!e4.current)return;let o=i.state;if(i.running&&o&&(o.isStreaming||o.isPromptRunning)){e4.current=!1,e1.current=null,e7.current=!!o?.isStreaming,e9.current=!!o?.isPromptRunning,e3.current=!0,A(!0),eE(o?.isStreaming?{kind:"waiting_model"}:{kind:"running_command"});return}if(i.running&&o?.isCompacting){eS(!0),e1.current=setTimeout(()=>void n(),600);return}e4.current=!1,e1.current=null,tA()}catch{if(t!==e2.current||e8.current!==e||!e4.current)return;e1.current=setTimeout(()=>void n(),600)}};e1.current=setTimeout(()=>void n(),3e4)},[tF,tA]),tQ=(0,i.useCallback)(async(e=e8.current,t=tm.current)=>{if(tm.current===t)try{e&&await tz(e)}finally{if(tm.current!==t)return;let n=e9.current,r=e7.current;e9.current=!1,e7.current=!1,tv.current=null;let i=tV();n?tq(t):r&&i&&a?.(),e&&tX(e)}},[tz,tq,a,tX,tV]),t0=(0,i.useCallback)(async(e,t)=>{await rc(800);let n=Date.now();for(;e3.current&&Date.now()-n<2e4;){if(void 0!==t&&tm.current!==t)return;try{let n=await fetch(`/api/agent/${encodeURIComponent(e)}`);if(n.ok){let r=await n.json(),i=r.state;if(!r.running||!i||!i.isStreaming&&!i.isPromptRunning)return void await tQ(e,t)}}catch{}await rc(600)}},[tQ]),t1=(0,i.useCallback)(async e=>{let t=tn.current+1;for(tn.current=t;tt.current&&tn.current===t&&e8.current===e;){await rc(1e3);try{let n=await fetch(`/api/agent/${encodeURIComponent(e)}`);if(!n.ok)continue;let r=await n.json();if(r.state?.isBashRunning)continue;if(await tz(e),tn.current!==t||e8.current!==e)return;tt.current=!1,N(!1),O(null);return}catch{}}},[tz]),t2=(0,i.useCallback)(async e=>{if(!e3.current||e8.current!==e)return;let t=tm.current;try{let n=await fetch(`/api/agent/${encodeURIComponent(e)}`);if(!n.ok)return;let r=await n.json();if(e8.current!==e||tm.current!==t)return;let i=r.state;if(eS(i?.isCompacting??!1),eG(rd(i?.queuedMessages)),r.running&&i&&(i.isStreaming||i.isPromptRunning||i.isCompacting)){e7.current=!!i.isStreaming,e9.current=!!i.isPromptRunning;return}if(!e3.current)return;i&&(void 0!==i.contextUsage&&ep(i.contextUsage??null),void 0!==i.systemPrompt&&eg(i.systemPrompt??null),void 0!==i.extensionStatuses&&eJ(i.extensionStatuses??[]),void 0!==i.extensionWidgets&&eX(i.extensionWidgets??[])),await tQ(e,t)}catch{}},[tQ]);(0,i.useEffect)(()=>{if(!F)return;let e=()=>{let e=e8.current;e&&t2(e)},t=()=>{"visible"===document.visibilityState&&e()},n=setInterval(e,15e3);return document.addEventListener("visibilitychange",t),window.addEventListener("online",e),()=>{clearInterval(n),document.removeEventListener("visibilitychange",t),window.removeEventListener("online",e)}},[F,t2]),(0,i.useEffect)(()=>{e3.current=F},[F]),tr.current=(0,i.useCallback)(e=>{switch(e.type){case"connected":D({type:"end"}),!0===e.isStreaming&&(tF(),e7.current=!0,e3.current=!0,A(!0),eE({kind:"waiting_model"}));break;case"agent_start":tF(),e7.current=!0,e3.current=!0,A(!0),eE({kind:"waiting_model"}),D({type:"start"});break;case"agent_end":if(!e3.current)break;eE(null),ec(null),D({type:"end"}),e8.current&&(tz(e8.current),fetch(`/api/agent/${encodeURIComponent(e8.current)}`).then(e=>e.json()).then(e=>{e.state?.contextUsage!==void 0&&ep(e.state.contextUsage??null),e.state?.systemPrompt!==void 0&&eg(e.state.systemPrompt??null),e.state?.extensionStatuses!==void 0&&eJ(e.state.extensionStatuses??[]),e.state?.extensionWidgets!==void 0&&eX(e.state.extensionWidgets??[]),eG(rd(e.state?.queuedMessages))}).catch(()=>{}));break;case"agent_settled":{let e=e7.current;if(e7.current=!1,!e||e9.current)break;let t=e8.current,n=tV();eS(!1),t&&(tz(t),tX(t)),n&&a?.();break}case"prompt_done":{let e=tm.current,t=e9.current;e9.current=!1,tv.current=null;let n=tq(e);if(!t&&!n)break;let r=e8.current;r&&tz(r),!e7.current&&(tV(),r&&tX(r))}break;case"prompt_error":tU({type:"error",message:e.errorMessage??"Command failed"});break;case"extension_error":tU({type:"error",message:e.error??"Extension command failed"});break;case"message_start":case"message_update":if(!e3.current)break;if("message_start"===e.type){let t=e.message;if(t?.role==="user")break;t?.role==="assistant"?(D({type:"snapshot",message:t}),t.content.length>0&&eE(null)):t&&eE(null)}else{let t=e.assistantMessageEvent;t&&(D({type:"delta",event:t}),"toolcall_start"!==t.type&&"toolcall_delta"!==t.type&&eE(null))}!tl.current&&ta.current&&null===td.current&&(td.current=requestAnimationFrame(()=>{td.current=null,ta.current&&tj("auto")}));break;case"message_end":{if(!e3.current)break;let t=e.message;if(t&&"user"===t.role){let e=n4(t),n=rt(e),r=tv.current;tv.current=null,R(t=>{let i=t[t.length-1];return r&&i?.role==="user"&&rt(i)===r?r===n?t:[...t.slice(0,-1),e]:[...t,e]})}else t&&R(e=>[...e,n4(t)]);D({type:"end"}),eE({kind:"waiting_model"});break}case"tool_execution_start":{let t=e.toolCallId,n=e.toolName;eE(e=>{let r=e?.kind==="running_tools"?[...e.tools]:[];return r.some(e=>e.id===t)||r.push({id:t,name:n}),{kind:"running_tools",tools:r}});break}case"tool_execution_update":{let t=e.toolCallId,n=e.toolName,r=function(e){if(!ri(e))return null;let t=e.content;if(!Array.isArray(t))return null;let n=t.filter(e=>ri(e)&&"text"===e.type&&"string"==typeof e.text).map(e=>e.text).join("\n").split(/\r?\n/),r="";for(let e=n.length-1;e>=0&&!(r=n[e].trim());e-=1);if(!r)return null;let i=r.replace(/\s+/g," ");return i.length<=500?i:`...${i.slice(-497)}`}(e.partialResult);eE(e=>{let i=e?.kind==="running_tools"?[...e.tools]:[],o=i.find(e=>e.id===t),l={id:t,name:n||o?.name||"tool",progress:r??o?.progress};return{kind:"running_tools",tools:[...i.filter(e=>e.id!==t),l]}});break}case"tool_execution_end":{let t=e.toolCallId;eE(e=>{if(e?.kind!=="running_tools")return e;let n=e.tools.filter(e=>e.id!==t);return 0===n.length?{kind:"waiting_model"}:{kind:"running_tools",tools:n}});break}case"queue_update":eG({steering:[...e.steering??[]],followUp:[...e.followUp??[]]});break;case"auto_retry_start":ec({attempt:e.attempt,maxAttempts:e.maxAttempts,errorMessage:e.errorMessage});break;case"auto_retry_end":ec(null);break;case"auto_compaction_start":case"compaction_start":eS(!0),eR(null),ez(null);break;case"auto_compaction_end":case"compaction_end":eS(!1),e.errorMessage?(eR(e.errorMessage),ez(null)):!e.aborted&&(ez(rh(e.result,e.reason??"auto")),e8.current&&tz(e8.current));break;case"extension_ui_request":t_(e)}},[tU,tF,t_,tz,tq,a,tX,tj,tV]);let t4=(0,i.useCallback)(async(e,n)=>{let r=e.trim();if(!r&&!n?.length)return;if(e3.current||tt.current||eQ.current)return void tR(e,n,tM);let i=!n?.length&&r.startsWith("/");if(!n?.length&&r.startsWith("!")){let t=r.startsWith("!!"),i=(t?r.slice(2):r.slice(1)).trim();return i?void await tc.current?.(i,t):void tR(e,n,tM)}let l=tm.current+1;tF(),e9.current=!0;let a=n?.map(e=>({type:"image",source:{type:"base64",media_type:e.mimeType,data:e.data}})),s={role:"user",content:a?.length?[...e.trim()?[{type:"text",text:e}]:[],...a]:e,timestamp:Date.now()};R(e=>[...e,s]),tv.current=rt(s),tm.current=l,e3.current=!0,A(!0),eE(i?{kind:"running_command"}:{kind:"waiting_model"}),D({type:"start"}),tl.current=!0,e$(!0);let d=n?.map(e=>({type:"image",data:e.data,mimeType:e.mimeType})),c=null,u=!1;try{if(f&&o){let t=e8.current??await th.current,n=t??await t$();if(!n)throw Error("Unable to create a session for the prompt");c=n,et&&(eb(et),t&&await n6(n,{type:"set_model",provider:et.provider,modelId:et.modelId})),await tB(n),u=!0,await n6(n,{type:"prompt",message:e,...d?.length?{images:d}:{}}),tW(1,e)}else if(t)c=t.id,await tB(t.id),u=!0,await n6(t.id,{type:"prompt",message:e,...d?.length?{images:d}:{}});else throw Error("No active session for the prompt");i&&c&&t0(c,l)}catch(t){if(console.error("Failed to send message:",t),!(!u||n5(t))&&c)return void t0(c,l);if(e9.current=!1,R(e=>{let t=e.lastIndexOf(s);return -1===t?e:[...e.slice(0,t),...e.slice(t+1)]}),tU({type:"error",message:t instanceof Error?t.message:String(t)}),tR(e,n,tM),tv.current=null,c)return void t2(c);e3.current=!1,tA(),A(!1),eE(null),D({type:"end"})}},[f,o,et,t,t$,tB,tW,t0,tU,tF,tA,tM,t2,tR]);tc.current=(0,i.useCallback)(async(e,n)=>{if(e3.current||tt.current||eQ.current)return;let r=`${n?"!!":"!"}${e}`;tt.current=!0,O({command:e,excludeFromContext:n}),N(!0);try{let i=e8.current??t?.id??await t$();if(!i)throw Error("Unable to create a session for the shell command");await n6(i,{type:"bash",command:e,excludeFromContext:n}),await tz(i),tW(1,r)}catch(e){console.error("Failed to execute shell command:",e),tU({type:"error",message:e instanceof Error?e.message:String(e)}),tR(r,void 0,tM)}finally{tt.current=!1,O(null),N(!1)}},[tU,tM,t$,tz,tW,tR,t]);let t8=(0,i.useCallback)(async()=>{let e=e8.current;if(e){if(tt.current){try{await n6(e,{type:"abort_bash"})}catch(e){console.error("Failed to abort bash:",e)}return}try{await n6(e,{type:"abort"})}catch(e){console.error("Failed to abort:",e)}}},[]),t5=(0,i.useCallback)(async e=>{if(tt.current||eQ.current)return;let t=e8.current;if(t){ef(e);try{let{cancelled:n,newSessionId:r}=await n6(t,{type:"fork",entryId:e})??{};!n&&r&&c?.(r)}catch(e){console.error("Fork failed:",e)}finally{ef(null)}}},[c]),t6=(0,i.useCallback)(async(e,t)=>{if(tt.current||eQ.current)return;let n=e8.current;if(!n)return;let r=void 0===t?e:t;try{await n6(n,{type:"navigate_tree",targetId:e})}catch(e){console.error("Navigate failed:",e)}S(r),await tI(n,r)},[tI]),t3=(0,i.useCallback)(async e=>{if(tt.current||eQ.current)return;S(e);let t=e8.current;t&&(await tI(t,e),e&&n6(t,{type:"navigate_tree",targetId:e}).catch(()=>{}))},[tI]),t7=(0,i.useCallback)(async(e,t)=>{if(f){let n={provider:e,modelId:t};tx.current=n,en(n),eb(n);let r=e8.current??await th.current;if(!r)return;try{await n6(r,{type:"set_model",provider:e,modelId:t})}catch(e){console.error("Failed to set model:",e)}return}let n=e8.current;if(n&&!ty.current){ty.current=!0,ev({provider:e,modelId:t}),ew(!0);try{await n6(n,{type:"set_model",provider:e,modelId:t}),ty.current=!1,await tz(n)}catch(e){console.error("Failed to set model:",e),ty.current=!1,ev(em),tU({type:"error",message:`Failed to switch model: ${e instanceof Error?e.message:String(e)}`}),await tz(n)}finally{ty.current=!1,ew(!1)}}},[tU,em,f,tz,en]),t9=(0,i.useCallback)(async(e,t)=>{if(eQ.current)return!1;eQ.current={name:e},eM({name:e});try{return await t(),!0}finally{eQ.current=null,eM(null)}},[]),ne=(0,i.useCallback)(async()=>{let e=e8.current;e&&!ej&&await t9("compact",async()=>{eS(!0),eR(null),ez(null);try{let t=await n6(e,{type:"compact"});ez(rh(t,"manual")),await tz(e,!0)}catch(e){eR(e instanceof Error?e.message:String(e)),ez(null)}finally{eS(!1)}})},[ej,tz,t9]),nt=(0,i.useCallback)(async e=>{let n=o??t?.cwd??"",r=n?`/api/models?cwd=${encodeURIComponent(n)}`:"/api/models",i=await fetch(r,e?{signal:e}:void 0);if(!i.ok)throw Error(`HTTP ${i.status}`);let l=await i.json();_(l.models),J(l.modelError??null),X(l.modelScopeWarnings??[]),G(l.thinkingLevels??{}),ee(l.thinkingLevelMaps??{});let a=l.modelList??[];if(q(a),f&&!e8.current){let e=(l.defaultModel?a.find(e=>e.id===l.defaultModel?.modelId&&e.provider===l.defaultModel?.provider):void 0)??a[0];ei(e?{provider:e.provider,modelId:e.id}:null);let t=e&&l.thinkingLevelPins?.[`${e.provider}/${e.id}`];null===tf.current&&es(t??"auto")}},[f,o,t?.cwd]),nn=(0,i.useCallback)(async e=>{if(!e.startsWith("/"))return{handled:!1};let t=e.match(/^\/([^\s]+)(?:\s+([\s\S]*))?$/);if(!t)return{handled:!1};let[,n,r=""]=t,i=r.trim(),o=e8.current??await t$(),l=e=>(e.handled&&(e.error?tU({type:"error",message:e.error}):"openSessionStats"!==e.action&&tU({type:"success",message:e.message??"Command completed"})),e);if(eQ.current)return l({handled:!0,error:"Another command is still running"});try{switch(n){case"compact":if(!o)return l({handled:!0,error:"No active session to compact"});if(ej)return l({handled:!0,error:"Compaction already in progress"});if(!await t9("compact",async()=>{eS(!0),eR(null),ez(null);let e=await n6(o,{type:"compact",...i?{customInstructions:i}:{}});ez(rh(e,"manual")),await tz(o,!0)&&tW()}))return l({handled:!0,error:"Another command is still running"});return l({handled:!0,message:"Compacted context"});case"reload":if(!o)return l({handled:!0,error:"No active session to reload"});if(!await t9("reload",async()=>{await n6(o,{type:"reload"}),await Promise.all([tz(o,!1,!0),tE(o),tD(),nt()])}))return l({handled:!0,error:"Another command is still running"});return l({handled:!0,message:"Reloaded session resources"});case"name":if(!o)return l({handled:!0,error:"No active session to name"});if(!i)return l({handled:!0,error:"Usage: /name <name>"});return await n6(o,{type:"set_session_name",name:i}),await tz(o)&&tW(),l({handled:!0,message:`Session renamed to ${i}`});case"session":{if(!o)return l({handled:!0,error:"No active session"});let e=await n6(o,{type:"get_session_stats"});return e&&eO(e),x?.(),l({handled:!0,action:"openSessionStats"})}case"copy":{if(!o)return l({handled:!0,error:"No active session"});let e=await n6(o,{type:"get_last_assistant_text"}),t=e?.text??"";if(!t)return l({handled:!0,error:"No assistant message to copy"});return await navigator.clipboard.writeText(t),l({handled:!0,message:"Copied last assistant message"})}default:return{handled:!1}}}catch(e){return l({handled:!0,error:e instanceof Error?e.message:String(e)})}finally{"compact"===n&&eS(!1)}},[tU,t$,ej,nt,tz,tD,tE,tW,x,t9]),nr=(0,i.useCallback)(async(e,t,n)=>{let r=e8.current;if(!r){tR(e,n,tM),tU({type:"error",message:"No active session for the queued message"});return}let i=n?.map(e=>({type:"image",data:e.data,mimeType:e.mimeType}));try{await n6(r,{type:"prompt",message:e,streamingBehavior:t,...i?.length?{images:i}:{}})}catch(t){console.error("Failed to submit streaming prompt:",t),n5(t)&&tR(e,n,tM),tU({type:"error",message:t instanceof Error?t.message:String(t)})}},[tU,tM,tR]),ni=(0,i.useCallback)(async(e,t)=>{await nr(e,"steer",t)},[nr]),no=(0,i.useCallback)(async(e,t,n)=>{await nr(e,t,n)},[nr]),nl=(0,i.useCallback)(async(e,t)=>{await nr(e,"followUp",t)},[nr]),na=(0,i.useCallback)(async()=>{let e=e8.current;if(e)try{await n6(e,{type:"abort_compaction"})}catch(e){console.error("Failed to abort compaction:",e)}},[]),ns=(0,i.useCallback)(async()=>{let t=e8.current;if(t)try{let n=await n6(t,{type:"clear_queue"});eG({steering:[],followUp:[]});let r=[...n?.steering??[],...n?.followUp??[]];r.length>0&&e.chatInputRef?.current?.prependText(r.join("\n\n"))}catch(e){console.error("Failed to recall queued messages:",e),tU({type:"error",message:"Failed to recall queued messages"})}},[e.chatInputRef,tU]),nd=(0,i.useCallback)(async e=>{if(es(e),f&&!e8.current&&(tf.current="auto"===e?null:e),"auto"===e)return;let t=e8.current??await th.current;if(t)try{await n6(t,{type:"set_thinking_level",level:e})}catch(e){console.error("Failed to set thinking level:",e)}},[f]),nc=(0,i.useCallback)(async e=>{let t=(0,n3.xG)(e);!function(e,t=n9()){if(t)try{t.setItem(n7,e)}catch{}}(e),tw(e);let n=e8.current??await th.current;if(n)try{await n6(n,{type:"set_tools",toolNames:t})}catch(e){console.error("Failed to set tools:",e)}},[tw]),nu=(0,i.useCallback)(()=>{let e=tp.current,t=to.current;if(!e||!t)return;let n=Math.min(Math.max(0,t.getBoundingClientRect().top-e.getBoundingClientRect().top+e.scrollTop-16),Math.max(0,e.scrollHeight-e.clientHeight));null!==td.current&&(cancelAnimationFrame(td.current),td.current=null),ta.current=!0,ts.current=n,e.scrollTo({top:n,behavior:"auto"})},[]),np=(0,i.useCallback)(()=>{let e=tp.current;if(e){let{scrollTop:t,clientHeight:n,scrollHeight:r}=e,i=e3.current,o=ta.current,l=function(e,t,n,r,i,o=96){return!!ro(n,r,i)||!(n<t)&&(!!(!e&&n>t&&ro(n,r,i,o))||e)}(o,ts.current,t,n,r,i?96:8);ta.current=l,ts.current=t,!o&&l&&i?tj("auto"):l||null===td.current||(cancelAnimationFrame(td.current),td.current=null)}},[tj]);return(0,i.useEffect)(()=>(tk.current=!0,t&&(e8.current=t.id,tz(t.id,!0,!0).then(e=>{e?.running&&(tE(t.id),(e.state?.isStreaming||e.state?.isPromptRunning)&&(e7.current=!!e.state.isStreaming,e9.current=!!e.state.isPromptRunning,e3.current=!0,A(!0),eE(e.state.isStreaming?{kind:"waiting_model"}:{kind:"running_command"}),D({type:"start"}),tN(t.id),!e.state.isStreaming&&e.state.isPromptRunning&&t0(t.id)),e.state?.isBashRunning&&(tt.current=!0,N(!0),t1(t.id))),e?.state&&(void 0!==e.state.isCompacting&&eS(e.state.isCompacting),void 0!==e.state.contextUsage&&ep(e.state.contextUsage??null),void 0!==e.state.systemPrompt&&eg(e.state.systemPrompt??null),void 0!==e.state.thinkingLevel&&es(e.state.thinkingLevel??"auto"),void 0!==e.state.extensionStatuses&&eJ(e.state.extensionStatuses??[]),void 0!==e.state.extensionWidgets&&eX(e.state.extensionWidgets??[]),void 0!==e.state.queuedMessages&&eG(rd(e.state.queuedMessages)))})),()=>{tk.current=!1;let e=f?l:null;e&&queueMicrotask(()=>{tk.current||tg.current||tY(e)}),null!==td.current&&(cancelAnimationFrame(td.current),td.current=null),tn.current+=1,tF(),tA()}),[]),(0,i.useEffect)(()=>{h?.(eh)},[eh,h]),(0,i.useEffect)(()=>(g?.(tP),()=>g?.(null)),[tP,g]),(0,i.useEffect)(()=>{p&&p(m?.tree??[],j,t3)},[m?.tree,j,t3,p]),(0,i.useEffect)(()=>{let e=tp.current;if(e)return ts.current=e.scrollTop,e.addEventListener("scroll",np,{passive:!0}),()=>{e.removeEventListener("scroll",np)}},[T.length,y,np]),(0,i.useEffect)(()=>{F||e$(!1)},[F]),(0,i.useLayoutEffect)(()=>{T.length>0&&(tl.current?(tl.current=!1,ti.current=!0,nu()):ti.current?!e3.current&&ta.current&&tj("auto"):(ti.current=!0,tj("instant")))},[T.length,F,tj,nu]),(0,i.useEffect)(()=>{let e=new AbortController;return nt(e.signal).catch(e=>{if(e instanceof DOMException&&"AbortError"===e.name)return}),()=>e.abort()},[nt,u]),(0,i.useEffect)(()=>{if(!eL)return;let e=setTimeout(()=>ez(null),6e3);return()=>clearTimeout(e)},[eL]),(0,i.useEffect)(()=>{if(0===eB.visible.length)return;let e=eB.visible.find(e=>e.exiting);if(e){let t=setTimeout(()=>{eN({type:"remove",id:e.id})},180);return()=>clearTimeout(t)}if(!eB.visible[0])return;let t=setTimeout(()=>{eN({type:"mark_oldest_exiting"})},5e3);return()=>clearTimeout(t)},[eB.visible]),(0,i.useEffect)(()=>{eO(null)},[T.length,eu?.tokens,eu?.percent,eu?.contextWindow]),{data:m,loading:y,error:k,activeLeafId:j,messages:T,entryIds:L,parentIds:I,todos:W,streamState:P,agentRunning:F,modelNames:U,modelList:V,modelError:K,modelScopeWarnings:Y,modelThinkingLevels:Z,modelThinkingLevelMaps:Q,newSessionModel:et,toolPreset:eo,thinkingLevel:ea,retryInfo:ed,contextUsage:eu,systemPrompt:eh,forkingEntryId:ex,isCompacting:ej,compactError:eT,compactResult:eL,currentModel:tS,displayModel:tC,modelSwitching:ek,sessionStats:tL,slashCommands:eP,slashCommandsLoading:eF,queuedMessages:eZ,notices:eB.visible,extensionDialog:eU,extensionCustomUi:eV,extensionStatuses:eK,extensionWidgets:eY,respondToExtensionUi:tH,sendExtensionCustomInput:tO,isAutoModelSelection:f&&null===et,agentPhase:eI,isNew:f,promptAnchorActive:eW,commandBusy:eC,sessionIdRef:e8,messagesEndRef:tu,scrollContainerRef:tp,lastUserMsgRef:to,pendingScrollToUserRef:tl,initialScrollDoneRef:ti,handleSend:t4,handleAbort:t8,handleFork:t5,handleNavigate:t6,handleModelChange:t7,handleCompact:ne,handleSteer:ni,handleFollowUp:nl,handlePromptWithStreamingBehavior:no,handleAbortCompaction:na,handleRecallQueue:ns,handleBuiltinSlashCommand:nn,handleToolPresetChange:nc,handleThinkingLevelChange:nd,loadTools:tE,loadSlashCommands:tD,setActiveLeafId:S,setData:v,setMessages:R,loadContext:tI,scrollToBottom:tj,scrollUserMsgToTop:nu,hasOlderChat:C,dispatch:D,setAgentRunning:A,setForkingEntryId:ef,bashRunning:B,pendingBash:H,handleAgentEventRef:tr}}({session:e,sessionRunning:t,newSessionCwd:o,newSessionDraftKey:l,onAgentEnd:F,onAttentionNeeded:d,onSessionCreated:c,onSessionForked:u,modelsRefreshKey:p,chatInputRef:h,onBranchDataChange:g,onSystemPromptChange:x,onSystemPromptLoaderChange:f,onSessionStatsPanelOpen:v}),e4=es?Math.max(0,es.tokensBefore-es.estimatedTokensAfter):0,e8=es?`${es.reason&&"manual"!==es.reason?`${es.reason[0].toUpperCase()}${es.reason.slice(1)} `:I("chat.compacted")} ${nb(es.tokensBefore)} -> ${nb(es.estimatedTokensAfter)} tokens (${I("chat.tokensSaved",{saved:nb(e4)})})`:null,e5=(0,i.useMemo)(()=>{if(eo&&"compact"!==eo.name)return{text:I("chat.commandBusy",{name:`/${eo.name}`}),orb:"working"};if(!eR)return null;let e=function(e,t){if(e?.kind==="running_tools"){let n=e.tools[e.tools.length-1];if(n?.progress)return`${t("chat.runningNamedTool",{name:n.name})} ${n.progress}`;let r=e.tools.map(e=>e.name);return 0===r.length?t("chat.runningTool"):1===r.length?t("chat.runningNamedTool",{name:r[0]}):r.length<=3?t("chat.runningTools",{names:r.join(", ")}):t("chat.runningToolsMore",{names:r.slice(0,2).join(", "),count:r.length-2})}return e?.kind==="waiting_model"?t("chat.waitingModel"):e?.kind==="running_command"?t("chat.runningCommand"):null}(eR,I);return e?{text:e,orb:eR?.kind==="waiting_model"?"breathing":"working"}:null},[eR,eo,I]),e6=(0,i.useMemo)(()=>en?`${I("chat.retrying",{attempt:en.attempt,max:en.maxAttempts})}${en.errorMessage?` — ${en.errorMessage}`:""}`:null,[en,I]),{phase:e3,notice:e7,dismissError:e9}=function(e){let t,{notices:n,phase:r,retryText:o,quota:l=null}=e,[a,s]=(0,i.useState)([]),d=nX(n),c=(0,i.useRef)(null);(0,i.useEffect)(()=>{d&&d!==c.current&&(c.current=d,s(e=>e.includes(d)?e:[...e.slice(-9),d])),d||(c.current=null)},[d]);let u=(0,i.useCallback)(()=>{s(e=>{let t=nX(n);return t&&!e.includes(t)?[...e,t]:e})},[n]),p=d&&!a.includes(d)?d:null,h=p?n.find(e=>e.id===p):null;if(h)t={level:"error",text:h.message};else{let e=function(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if("error"!==n.type&&!n.exiting)return n}return null}(n);t=e?{level:"notice",text:e.message,kind:e.type}:{level:"idle",quota:l}}return{phase:o?{text:o,orb:"working"}:r,notice:t,dismissError:u}}({notices:(0,i.useMemo)(()=>{let e=ef??[];return e8?[...e,{id:"compact-result",message:e8,type:"info"}]:e},[ef,e8]),phase:e5,retryText:e6,quota:function(e){let t=!!(e&&nZ.has(e)),[n,r]=(0,i.useState)(null),o=(0,i.useRef)(e);return o.current=e,(0,i.useEffect)(()=>{if(!t||!e)return void r(null);let n=!0,i=async()=>{try{let t=await fetch(`/api/quota?provider=${encodeURIComponent(e)}`),i=await t.json();if(!n||o.current!==e)return;r(i.ok&&i.quota?function(e,t=Date.now()){var n;if("usage"===e.kind){let n=e.windows.map(e=>{let n,r=(n=Date.parse(e.resetsAt),Number.isFinite(n)?new Date(n).toLocaleString():"—"),i=nG(e.resetsAt,t);return{label:e.label,pct:Math.max(0,Math.min(1,e.percent/100)),text:`${e.percent}%`,detail:[`${e.label}窗 ${e.percent}%`,i&&`剩 ${i}`,`重置 ${r}`].filter(Boolean).join(",")}});return 0===n.length?null:{kind:"usage",items:n}}let r=e.isPeak?"峰":"谷(半价)",i=nG(e.nextSwitchAt,t),o=(()=>{let t=Date.parse(e.nextSwitchAt);if(!Number.isFinite(t))return"";let n=new Date(t);return`${String(n.getHours()).padStart(2,"0")}:${String(n.getMinutes()).padStart(2,"0")}`})(),l=[o&&`${o}${e.isPeak?"转谷":"转峰"}`,i&&`(${i})`].filter(Boolean).join(" ");return{kind:"balance",text:[`${"CNY"===(n=e.currency)?"\xa5":"USD"===n?"$":n?`${n} `:""}${e.totalBalance}`,r,l].filter(Boolean).join(" \xb7 ")}}(i.quota):null)}catch{}};i();let l=setInterval(i,6e4);return()=>{n=!1,clearInterval(l)}},[e,t]),n}(ed?.provider??null)}),te=V||q;(0,i.useEffect)(()=>{em&&D.current!==em.id&&(D.current=em.id,$.current())},[em]),(0,i.useEffect)(()=>{s=te?eA:null},[te,eA]);let[tt,tn]=(0,i.useState)(50),ti=(0,i.useRef)(null),to=(0,i.useRef)(null),tl=(0,i.useRef)(!1),[ta,ts]=(0,i.useState)(!0),[td,tc]=(0,i.useState)([]),tu=(0,i.useRef)(0),tp=(0,i.useCallback)((e,t,n)=>{let r=window.innerWidth,i=window.innerHeight,o=Math.min(300,Math.max(240,r-40)),l=Math.min(500,Math.max(200,i-60)),a=tu.current%8*22;tu.current+=1,tc(s=>[...s,{id:`pin-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,message:e,entryId:t,x:Math.max(0,r-o-20-a),y:Math.min(Math.max(0,n??16),Math.max(0,i-l)),w:o,h:l}])},[]),th=(0,i.useCallback)(e=>{tc(t=>t.filter(t=>t.id!==e))},[]),tg=(0,i.useCallback)((e,t)=>{tc(n=>n.map(n=>n.id===e?{...n,...t}:n))},[]),tx=(0,i.useCallback)(e=>{tc(t=>{if(t.length<=1)return t;let n=t.findIndex(t=>t.id===e);if(-1===n||n===t.length-1)return t;let r=[...t],[i]=r.splice(n,1);return r.push(i),r})},[]);(0,i.useEffect)(()=>{let t=ti.current,n=e$.current;if(!t||!n)return;let r=new IntersectionObserver(t=>{if(!t[0]?.isIntersecting||tl.current)return;let r=O[0];if(!r)return;let i=e?.id??eI.current;i&&(tl.current=!0,to.current=n.scrollHeight-n.scrollTop,e0(i,e1,r).finally(()=>{tl.current=!1}))},{root:n,threshold:0});return r.observe(t),()=>r.disconnect()},[O,e,e1,e0,eI,e$]),(0,i.useEffect)(()=>{tn(e=>Math.max(e,H.length))},[H.length]),(0,i.useEffect)(()=>{if(null==to.current)return;let e=e$.current;if(e){var t;t=e.scrollHeight,e.scrollTop=Math.max(0,t-to.current),to.current=null}},[tt,e$]);let tf=eu?[eu.sessionId,eu.sessionFile??"",eu.sessionName??"",eu.userMessages,eu.assistantMessages,eu.toolCalls,eu.toolResults,eu.totalMessages,eu.tokens.input,eu.tokens.output,eu.tokens.cacheRead,eu.tokens.cacheWrite,eu.tokens.total,eu.cost??0,eu.totalActiveMs??0].join("|"):null,tm=(0,i.useRef)(eu);tm.current=eu,(0,i.useEffect)(()=>{m?.(tm.current)},[tf,m]),(0,i.useEffect)(()=>()=>{m?.(null)},[m]);let tv=(0,i.useRef)(ep);tv.current=ep;let ty=ep.map(e=>e.id??e.content).join("\0");(0,i.useEffect)(()=>{b?.(tv.current)},[ty,b]),(0,i.useEffect)(()=>()=>{b?.([])},[b]);let tb=er?`${er.percent??"null"}|${er.contextWindow}|${er.tokens??"null"}`:null,tw=(0,i.useRef)(er);tw.current=er,(0,i.useEffect)(()=>{k?.(tw.current)},[tb,k]),(0,i.useEffect)(()=>()=>{k?.(null)},[k]);let{isDragOver:tj,handleDragEnter:tS,handleDragOver:tC,handleDragLeave:tM,handleDrop:tT}=function(e){let[t,n]=(0,i.useState)(!1),r=(0,i.useRef)(0),o=(0,i.useCallback)(e=>{Array.from(e.dataTransfer.items).some(e=>e.type.startsWith("image/"))&&(e.preventDefault(),r.current+=1,n(!0))},[]),l=(0,i.useCallback)(e=>{Array.from(e.dataTransfer.items).some(e=>e.type.startsWith("image/"))&&e.preventDefault()},[]);return{isDragOver:t,handleDragEnter:o,handleDragOver:l,handleDragLeave:(0,i.useCallback)(()=>{r.current-=1,r.current<=0&&(r.current=0,n(!1))},[]),handleDrop:(0,i.useCallback)(t=>{t.preventDefault(),r.current=0,n(!1),e(Array.from(t.dataTransfer.files))},[e])}}((0,i.useCallback)(e=>{h?.current?.addImages(e)},[h])),tR=H.filter(e=>"user"===e.role||"assistant"===e.role),tL=(0,i.useMemo)(()=>{let e=new Map;for(let t of H)"toolResult"===t.role&&e.set(t.toolCallId,t);return e},[H]),tz=(0,i.useMemo)(()=>{let e=new Set,t=[];for(let n=H.length-1;n>=0;n-=1){let r=function(e){if("user"!==e.role)return null;if("string"==typeof e.content){let t=e.content.trim();return t.length>0?t:null}let t=e.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n").trim();return t.length>0?t:null}(H[n]);if(!(!r||e.has(r))&&(e.add(r),t.push(r),t.length>=50))break}return t.reverse()},[H]),tI=(L=tR.length,(z=(0,i.useRef)([])).current=Array(L).fill(null).map((e,t)=>z.current[t]??null),z),tE=(0,i.useCallback)(()=>{tn(e=>Math.max(e,2*H.length))},[H.length]),tW=eL&&0===H.length&&!_.isStreaming&&!te,t$=!!_.streamingMessage?.content.length,tP=e?.cwd??o??void 0,tD=(0,i.useRef)(null),tF=(0,i.useRef)(null),tA=(0,i.useRef)(0),tB=(0,i.useRef)(null),tN=(0,i.useRef)(!1),tO=(0,i.useRef)(null);(0,i.useLayoutEffect)(()=>{let e=tF.current;if(!V||!eD){tO.current=null,tA.current=0,tN.current=!1,e&&(e.style.height="");return}let t=e$.current,n=tD.current,r=eP.current;if(!t||!n||!r||!e)return;let i=!1,o=()=>{var o;let l;if(i||e$.current!==t||tD.current!==n||eP.current!==r||tF.current!==e)return;let a=t.getBoundingClientRect().top,s=Math.max(0,r.getBoundingClientRect().top-a+t.scrollTop-16),d=e.getBoundingClientRect().top-a+t.scrollTop,c=(o=t.clientHeight,0===(l=Math.max(0,s))?0:Math.max(0,Math.ceil(l+o-Math.max(0,d)))),u=!tN.current;u&&(tN.current=!0),c!==tA.current&&(tA.current=c,e.style.height=c>0?`${c}px`:"",u&&c>0&&eG())};tO.current=o,o();let l="u"<typeof ResizeObserver?null:new ResizeObserver(()=>{i||null!==tB.current||(tB.current=requestAnimationFrame(()=>{tB.current=null,o()}))});return l?.observe(t),l?.observe(n),l?.observe(r),()=>{i=!0,tO.current===o&&(tO.current=null),l?.disconnect(),null!==tB.current&&(cancelAnimationFrame(tB.current),tB.current=null)}},[V,eP,H.length,eD,e$,eG]),(0,i.useLayoutEffect)(()=>{tO.current?.()},[_.streamingMessage]);let tU=ed?G[`${ed.provider}:${ed.modelId}`]??null:null,t_=ed?Q[`${ed.provider}:${ed.modelId}`]??null:null,tV=(0,r.jsxs)("button",{type:"button",id:"terminal-bottombar-btn",onClick:R,title:I("terminal.title"),"aria-label":I("terminal.title"),"aria-expanded":T,className:`terminal-bar-toggle${T?" is-open":""}`,children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"4 17 10 11 4 5"}),(0,r.jsx)("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),(0,r.jsx)("span",{children:I("terminal.title")})]}),tq=(0,r.jsx)(nB,{ref:h,onSend:eF,onAbort:eA,onSteer:V?eU:void 0,onFollowUp:V?e_:void 0,onPromptWithStreamingBehavior:V?eV:void 0,isStreaming:te,model:ed,isAutoModelSelection:ej,modelNames:J,modelList:Y,modelError:X,modelScopeWarnings:Z,onModelChange:eH,modelSwitching:ec,modelsLoading:0===Y.length&&(!J||0===Object.keys(J).length)&&!X,onCompact:e||eL?eO:void 0,onAbortCompaction:eq,isCompacting:el,commandBusy:!!eo,compactError:ea,compactResult:es,toolPreset:ee,onToolPresetChange:e||eL?eY:void 0,thinkingLevel:et,onThinkingLevelChange:e||eL?eX:void 0,availableThinkingLevels:tU,thinkingLevelMap:t_,retryInfo:en,queuedMessages:ex,inputHistory:tz,onRecallQueue:eK,slashCommands:eh,slashCommandsLoading:eg,onLoadSlashCommands:eZ,onBuiltinCommand:eJ,soundEnabled:j,onSoundToggle:S,onAudioUnlock:M,draftKey:e?.id??l??void 0,cwd:e?.cwd??o,atBottom:ta,onScrollToBottom:eQ,phase:E?null:e3});return B?(0,r.jsx)("div",{className:"flex h-full items-center justify-center text-text-muted",children:I("chat.loadingSession")}):N?(0,r.jsx)("div",{className:"flex h-full items-center justify-center text-red-400",children:N}):(0,r.jsxs)("div",{className:"relative flex h-full min-w-0 flex-col overflow-hidden",style:{paddingBottom:"env(safe-area-inset-bottom)"},onDragEnter:tS,onDragOver:tC,onDragLeave:tM,onDrop:tT,children:[tj&&(0,r.jsxs)("div",{className:"pointer-events-none absolute inset-0 z-50 flex animate-[drop-zone-in_0.15s_ease_both] items-center justify-center bg-[rgba(37,99,235,0.06)] backdrop-blur-[1px]",children:[(0,r.jsx)("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:[0,.8,1.6].map(e=>(0,r.jsx)("div",{className:"absolute h-[720px] w-[720px] rounded-full border-[1.5px] border-solid border-[rgba(37,99,235,0.5)] animate-[drop-ripple_2.4s_ease-out_infinite_backwards]",style:{transformOrigin:"center",animationDelay:`${e}s`}},e))}),(0,r.jsxs)("svg",{width:"280",height:"280",viewBox:"0 0 140 140",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"drop-shadow-[0_6px_18px_rgba(37,99,235,0.18)]",children:[(0,r.jsx)("rect",{x:"28",y:"44",width:"84",height:"60",rx:"8",fill:"rgba(37,99,235,0.08)",stroke:"rgba(37,99,235,0.50)",strokeWidth:"1.8"}),(0,r.jsx)("path",{d:"M36 100 L54 72 L68 88 L80 74 L104 100Z",fill:"rgba(37,99,235,0.16)",stroke:"rgba(37,99,235,0.40)",strokeWidth:"1.4",strokeLinejoin:"round"}),(0,r.jsx)("circle",{cx:"96",cy:"58",r:"8",fill:"rgba(37,99,235,0.22)",stroke:"rgba(37,99,235,0.55)",strokeWidth:"1.6"}),(0,r.jsxs)("g",{stroke:"rgba(37,99,235,0.45)",strokeWidth:"1.4",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"96",y1:"46",x2:"96",y2:"43"}),(0,r.jsx)("line",{x1:"96",y1:"70",x2:"96",y2:"73"}),(0,r.jsx)("line",{x1:"84",y1:"58",x2:"81",y2:"58"}),(0,r.jsx)("line",{x1:"108",y1:"58",x2:"111",y2:"58"}),(0,r.jsx)("line",{x1:"87.5",y1:"49.5",x2:"85.4",y2:"47.4"}),(0,r.jsx)("line",{x1:"104.5",y1:"66.5",x2:"106.6",y2:"68.6"}),(0,r.jsx)("line",{x1:"104.5",y1:"49.5",x2:"106.6",y2:"47.4"}),(0,r.jsx)("line",{x1:"87.5",y1:"66.5",x2:"85.4",y2:"68.6"})]})]})]}),em&&(0,r.jsx)(rb,{request:em,onRespond:ek}),ev&&(0,r.jsx)(rk,{request:ev,onInput:ew}),E&&(0,r.jsx)("div",{style:{position:"fixed",left:"50%",top:60,transform:"translateX(-50%)",zIndex:250,display:"flex",flexDirection:"column",alignItems:"center",maxWidth:"calc(100vw - 32px)",overflowY:"auto",pointerEvents:"none"},children:(0,r.jsx)(ry,{notices:ef,floating:!0})}),tW?(0,r.jsx)("div",{className:"flex flex-1 flex-col items-center justify-center overflow-y-auto px-4 py-8",children:(0,r.jsxs)("div",{className:"w-full max-w-[820px]",children:[(0,r.jsxs)("div",{className:"mb-3",style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,marginLeft:16,marginRight:E?16:52,fontFamily:"var(--font-mono)"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"baseline",gap:E?7:10,minWidth:0,flex:1,lineHeight:1.4,overflow:"hidden"},children:[(0,r.jsx)("span",{style:{fontSize:34,fontWeight:700,letterSpacing:0,color:"#ffffff",mixBlendMode:"exclusion",flexShrink:0,whiteSpace:"nowrap"},children:"π"}),(0,r.jsx)("span",{style:{fontSize:28,color:"#ffffff",fontWeight:700,letterSpacing:0,mixBlendMode:"exclusion",flexShrink:0,whiteSpace:"nowrap"},children:"Pi Web"}),(0,r.jsx)(rg,{label:e=>I("appUpdate.releaseNotes",{version:e})})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"flex-end",gap:2,flexShrink:0,mixBlendMode:"exclusion"},children:[(0,r.jsxs)("span",{style:{fontSize:12,color:"#ffffff",fontWeight:700},children:["web ",(0,r.jsxs)("span",{style:{color:"#ffffff",fontWeight:700},children:["v","0.1.28"]})]}),(0,r.jsxs)("span",{style:{fontSize:12,color:"#ffffff",fontWeight:700},children:["pi ",(0,r.jsxs)("span",{style:{color:"#ffffff",fontWeight:700},children:["v","0.84.3"]})]})]})]}),tq,(0,r.jsx)("div",{className:"bottom-band",children:(0,r.jsx)(nY,{statuses:ey,widgets:eb})})]})}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"relative flex min-w-0 flex-1 overflow-hidden",children:[(0,r.jsx)("div",{ref:e$,className:"min-w-0 flex-1 overflow-x-hidden overflow-y-auto pt-4 pb-[4px] mb-[4px] [scrollbar-width:none]",onScroll:e=>{let t=e.currentTarget;ts(ro(t.scrollTop,t.clientHeight,t.scrollHeight))},children:(0,r.jsx)("div",{style:{minWidth:0,padding:"0 16px"},children:(0,r.jsxs)("div",{ref:tD,style:{width:"100%",minWidth:0,maxWidth:820,margin:"0 auto"},children:[(()=>{var t;let n,i,o=-1;for(let e=H.length-1;e>=0;e--)if("user"===H[e].role){o=e;break}let l=-1;for(let e=H.length-1;e>=0;e--)if(rx(H[e])){l=e;break}let a=new Map,s=0;H.forEach((e,t)=>{("user"===e.role||"assistant"===e.role)&&a.set(t,s++)});let d=(t,n={})=>{let i=n.messageOverride??H[t],l="user"===i.role?U[t]??null:void 0,s=null!=e1&&e1===O[t],d="user"===i.role||"assistant"===i.role,c=a.get(t),u=n.keyPrefix??"message",p=!1;if("assistant"===i.role){p=!0;for(let e=t+1;e<H.length;e++){let t=H[e].role;if("user"===t)break;if("assistant"===t){p=!1;break}}p&&_.isStreaming&&t===H.length-1&&(p=!1)}void 0!==n.showTimestamp&&(p=n.showTimestamp);let h=(0,r.jsx)(tk,{message:i,toolResults:tL,modelNames:J,cwd:tP,onOpenFile:w,entryId:O[t],onFork:te||eL?void 0:eB,forking:ei===O[t],onNavigate:te?void 0:eN,parentEntryId:te?void 0:l,isLeafEntry:s,onEditContent:A,onPin:tp,showTimestamp:p,prevTimestamp:t>0?H[t-1].timestamp:void 0,sessionId:e?.id??eI.current??void 0,writtenFiles:n.writtenFiles},`${u}-view-${t}`);return d&&!1!==n.attachRef&&void 0!==c?(0,r.jsx)("div",{ref:e=>{tI.current[c]=e,t===o&&(eP.current=e)},children:h},`${u}-${t}`):h},c=[];for(let e=0;e<H.length;){if(!rx(H[e])){c.push(d(e)),e+=1;continue}let t=e,n=t+1;for(;n<H.length&&!rx(H[n]);)n+=1;let i=function(e,t,n){for(let i=n-1;i>t;i--){var r;if("assistant"===(r=e[i]).role&&eM(r).answerBlocks.some(e=>"image"===e.type||"text"===e.type&&e.text.trim().length>0))return i}for(let r=n-1;r>t;r--)if(e[r]?.role==="assistant")return r;return -1}(H,t,n);if(-1===i||(te||_.isStreaming)&&n===H.length&&t===l){for(let e=t;e<n;e++)c.push(d(e));e=n;continue}c.push(d(t));let o=[];for(let e=t+1;e<i;e++)o.push(e);let s=o.filter(e=>{var t;return"assistant"===(t=H[e]).role?eS(t).length>0:"custom"===t.role}),u=H[i],p=eM(u),h=p.processBlocks.length>0?rf(u,p.processBlocks,{omitUsage:!0}):null,g=p.answerBlocks.length>0||eC(u)?rf(u,p.answerBlocks):null,x=s.length+ +!!h;if(x>0){let e=s.map(e=>a.get(e)).find(e=>"number"==typeof e)??(g?void 0:a.get(i)),n=(0,r.jsxs)(rm,{messageCount:x,defaultExpanded:!g,t:I,toolCallCount:function(e,t){let n=0;for(let r of t){let t=e[r];t?.role==="assistant"&&(n+=eT(eS(t)))}return n}(H,s)+eT(p.processBlocks),children:[s.map(e=>d(e,{attachRef:!1,keyPrefix:"process"})),h&&d(i,{attachRef:!1,keyPrefix:"process-final",messageOverride:h,showTimestamp:!1})]});c.push((0,r.jsx)("div",{ref:void 0===e?void 0:t=>{tI.current[e]=t},children:n},`process-group-${t}-${i}`))}if(g){let e=[];for(let n=t+1;n<=i;n++){let t=H[n];if(t?.role==="assistant")for(let n of t.content??[])e.push(n)}let n=function(e,t,n){let r=new Set,i=[];for(let o of e){if("toolCall"!==o.type||!function(e){let t;return"write"===(t=e.toLowerCase())||t.startsWith("write_")||t.endsWith(".write")||t.endsWith("_write")||eE(e)}(o.toolName))continue;let e=t?.get(o.toolCallId);if(!e||e.isError)continue;let l=function(e){if(!e)return null;let t=e.file_path??e.path;return"string"==typeof t&&t.length>0?t:null}(o.input);if(!l)continue;let a=function(e,t){let n;if(!e)return null;let r=/^[a-zA-Z]:[\\/]/.test(e)||e.startsWith("\\\\")||void 0!==t&&(/^[a-zA-Z]:[\\/]/.test(t)||t.startsWith("\\\\")),i=e=>r?e.replace(/\\/g,"/"):e,o=i(e),l=t?i(t).replace(/\/+$/,""):void 0,a=/^[a-zA-Z]:\//.test(o),s=o.startsWith("//");if(a||s)n=o;else if(o.startsWith("/")){let e=l?.match(/^([a-zA-Z]:)(?:\/|$)/)?.[1]??l?.match(/^(\/\/[^/]+\/[^/]+)(?:\/|$)/)?.[1];n=e?`${e}${o}`:o}else{if(!l)return null;n=`${l}/${o}`}return ez(n)}(l,n);a&&(r.has(a)||(r.add(a),i.push({filePath:a})))}return i}(e,tL,tP);c.push(d(i,{messageOverride:g,writtenFiles:n}))}for(let e=i+1;e<n;e++)c.push(d(e));e=n}let{startIndex:u}=(n=Math.min(Math.max(tt,0),Math.max(t=c.length,0)),{startIndex:i=Math.max(0,t-n),hasMore:i>0}),p=u>0||e2;return(0,r.jsxs)(r.Fragment,{children:[p&&(0,r.jsx)("div",{ref:ti,className:"py-3 text-center text-xs text-text-muted",children:I("chat.loadEarlier",{count:u})}),c.slice(u)]})})(),_.isStreaming&&t$&&_.streamingMessage&&(0,r.jsx)(tk,{message:_.streamingMessage,isStreaming:!0,modelNames:J,cwd:tP,onOpenFile:w}),K&&(0,r.jsx)(tk,{message:{role:"bashExecution",command:K.command,output:"",excludeFromContext:K.excludeFromContext},sessionId:e?.id??eI.current??void 0}),(0,r.jsx)("div",{ref:tF,"aria-hidden":"true"}),(0,r.jsx)("div",{ref:eW})]})})}),el&&(0,r.jsxs)("div",{className:"compaction-status",role:"status",style:{position:"absolute",top:14,left:"50%",transform:"translateX(-50%)",zIndex:60,width:220,maxWidth:"calc(100vw - 48px)",display:"flex",alignItems:"center",gap:8,padding:"6px 14px",borderRadius:999,border:"1px solid color-mix(in srgb, var(--accent) 34%, transparent)",background:"color-mix(in srgb, var(--glass-bg-strong) 72%, transparent)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",color:"var(--text)",fontSize:12,lineHeight:1.4,boxShadow:"0 2px 12px -4px rgba(15,23,42,0.16)",animation:"compaction-breathe 1.8s ease-in-out infinite"},children:[(0,r.jsx)("span",{className:"compaction-status-dot",style:{flexShrink:0,width:7,height:7,borderRadius:"50%",background:"var(--accent)",animation:"compaction-dot-breathe 1.4s ease-in-out infinite"}}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:I("chat.compacting")}),(0,r.jsx)("button",{type:"button",onClick:eq,style:{flexShrink:0,background:"transparent",border:"none",borderRadius:6,padding:"1px 6px",color:"var(--accent)",fontSize:11,cursor:"pointer",transition:"color 0.12s, background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:I("chat.stopCompaction")})]}),E?null:(0,r.jsx)(nK,{messages:H,streamingMessage:_.streamingMessage,scrollContainer:e$,messageRefs:tI,onRevealHistory:tE})]}),(0,r.jsxs)("div",{className:"relative",children:[tq,(0,r.jsxs)("div",{className:"bottom-band",children:[(0,r.jsx)(nY,{statuses:ey,widgets:eb,notice:E||!e7?null:(0,r.jsx)("div",{style:{flex:"0 1 auto",minWidth:0,display:"flex",alignItems:"center",gap:8,padding:"0 10px",maxWidth:"min(46vw, 480px)"},children:(0,r.jsx)(np,{notice:e7,onDismissError:e9,isDark:W})})}),!E&&(0,r.jsx)("div",{className:"extension-actions",children:tV})]})]})]}),td.map((t,n)=>(0,r.jsx)(tH,{item:t,render:{toolResults:tL,modelNames:J,cwd:tP,sessionId:e?.id??eI.current??void 0,entryId:t.entryId,onOpenFile:w},zIndex:3e3+n,active:n===td.length-1,onClose:th,onActivate:tx,onMove:tg},t.id))]})}function ry({notices:e,floating:t}){return 0===e.length?null:(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",alignItems:t?"center":"flex-end",gap:6,padding:t?"0 16px":0},children:e.map(e=>{let n="error"===e.type?"#ef4444":"warning"===e.type?"#d97706":"success"===e.type?"#10b981":"var(--accent)";return(0,r.jsxs)("div",{className:"notice-shelf-item",style:{display:"flex",alignItems:"center",gap:8,overflow:"hidden",borderRadius:8,border:"1px solid color-mix(in srgb, var(--border) 45%, transparent)",background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",color:"var(--text)",width:300,boxShadow:"0 2px 12px -4px rgba(15,23,42,0.16)",fontSize:12.5,lineHeight:1.55,transformOrigin:t?"top center":"bottom right",animation:e.exiting?"notice-shelf-out 0.18s ease-in forwards":"notice-shelf-in 0.18s ease-out both",padding:"8px 12px",pointerEvents:"auto"},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:5,height:5,borderRadius:"50%",background:n}}),(0,r.jsx)("span",{className:"notice-shelf-text",style:{minWidth:0,flex:1,wordBreak:"break-word",display:"-webkit-box",WebkitLineClamp:3,WebkitBoxOrient:"vertical",overflow:"hidden"},children:e.message})]},e.id)})})}function rb({request:e,onRespond:t}){let{t:n}=(0,y.s)(),[o,l]=(0,i.useState)("editor"===e.method?e.prefill??"":"");(0,i.useEffect)(()=>{l("editor"===e.method?e.prefill??"":"")},[e]);let a=()=>{"confirm"===e.method?t(e,{confirmed:!0}):t(e,{value:o})};return(0,r.jsx)("div",{style:{position:"absolute",inset:0,zIndex:90,display:"flex",alignItems:"center",justifyContent:"center",padding:20,background:"rgba(0,0,0,0.18)"},children:(0,r.jsxs)("div",{role:"dialog","aria-modal":"true",style:{width:"min(560px, 100%)",maxHeight:"100%",display:"flex",flexDirection:"column",border:"1px solid var(--border)",borderRadius:8,background:"var(--bg)",boxShadow:"0 20px 60px rgba(0,0,0,0.28)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{flexShrink:0,padding:"12px 14px",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("div",{style:{color:"var(--text)",fontSize:14,fontWeight:650},children:e.title}),(0,r.jsx)("div",{style:{marginTop:3,color:"var(--text-dim)",fontSize:11,fontFamily:"var(--font-mono)"},children:n("chat.extensionRequest")})]}),(0,r.jsxs)("div",{style:{padding:14,flex:1,minHeight:0,overflowY:"auto"},children:["confirm"===e.method&&(0,r.jsx)("div",{style:{color:"var(--text-muted)",fontSize:13,lineHeight:1.6,whiteSpace:"pre-wrap"},children:e.message}),"select"===e.method&&(0,r.jsx)("div",{style:{display:"grid",gap:8},children:e.options.map(n=>(0,r.jsx)("button",{onClick:()=>t(e,{value:n}),style:{width:"100%",padding:"9px 10px",borderRadius:7,border:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text)",cursor:"pointer",textAlign:"left",fontSize:13},children:n},n))}),"input"===e.method&&(0,r.jsx)("input",{autoFocus:!0,value:o,placeholder:e.placeholder,onChange:e=>l(e.target.value),onKeyDown:n=>{"Enter"===n.key&&a(),"Escape"===n.key&&t(e,{cancelled:!0})},style:{width:"100%",padding:"9px 10px",borderRadius:7,border:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text)",outline:"none",fontSize:13}}),"editor"===e.method&&(0,r.jsx)("textarea",{autoFocus:!0,value:o,onChange:e=>l(e.target.value),onKeyDown:n=>{"Escape"===n.key&&t(e,{cancelled:!0}),(n.metaKey||n.ctrlKey)&&"Enter"===n.key&&a()},style:{width:"100%",minHeight:220,padding:10,borderRadius:7,border:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text)",outline:"none",resize:"vertical",fontSize:13,lineHeight:1.55,fontFamily:"var(--font-mono)"}})]}),(0,r.jsxs)("div",{style:{flexShrink:0,display:"flex",justifyContent:"flex-end",gap:8,padding:"10px 14px",borderTop:"1px solid var(--border)",background:"var(--bg-panel)"},children:[(0,r.jsx)("button",{onClick:()=>t(e,{cancelled:!0}),style:{padding:"6px 10px",borderRadius:6,border:"1px solid var(--border)",background:"var(--bg)",color:"var(--text-muted)",cursor:"pointer"},children:n("chat.cancel")}),"confirm"===e.method?(0,r.jsx)("button",{onClick:a,style:{padding:"6px 10px",borderRadius:6,border:"1px solid var(--accent)",background:"var(--accent)",color:"#fff",cursor:"pointer"},children:n("chat.confirm")}):"select"!==e.method?(0,r.jsx)("button",{onClick:a,style:{padding:"6px 10px",borderRadius:6,border:"1px solid var(--accent)",background:"var(--accent)",color:"#fff",cursor:"pointer"},children:n("chat.submit")}):null]})]})})}function rk({request:e,onInput:t}){let{t:n}=(0,y.s)(),o=(0,i.useRef)(null),l=(0,i.useRef)(!1),a=function(e){let t=/^[┌├└╭╰][─┬┴┼]+[┐┤┘╮╯]$/,n=[];for(let r of e){let e=r.replace(eh,""),i=ef(e).trimEnd();if(t.test(i))continue;let o=e,l=ey(o);("│"===l||"┃"===l)&&" "===ey(o=ev(o,0))&&(o=ev(o,0));let a=function(e){let t=em(e);for(let e=t.length-1;e>=0;e--)if(""!==t[e].char.trim())return e;return -1}(o),s=a>=0?em(o)[a]?.char:void 0;("│"===s||"┃"===s)&&(o=ev(o,a)),n.push(function(e){let t=e;for(;;){let e=em(t),n=e[e.length-1];if(!n||""!==n.char.trim())return t;t=t.slice(0,n.start)+t.slice(n.end)}}(o))}for(;n.length>0&&""===ef(n[0]).trim();)n.shift();for(;n.length>0&&""===ef(n[n.length-1]).trim();)n.pop();return n.length?n:e}(e.lines);return(0,i.useEffect)(()=>{o.current?.focus()},[e.id]),(0,r.jsx)("div",{style:{position:"absolute",inset:0,zIndex:95,display:"flex",alignItems:"center",justifyContent:"center",padding:20,background:"rgba(0,0,0,0.18)"},children:(0,r.jsxs)("div",{role:"dialog","aria-modal":"true",onClick:e=>{e.target.closest("button")||o.current?.focus()},style:{position:"relative",width:"min(920px, 100%)",maxHeight:"min(760px, calc(100vh - 40px))",border:"1px solid var(--border)",borderRadius:8,background:"var(--bg)",boxShadow:"0 20px 60px rgba(0,0,0,0.28)",overflow:"hidden",outline:"none"},children:[(0,r.jsx)("textarea",{ref:o,"aria-label":n("chat.extensionInput"),autoCapitalize:"off",autoComplete:"off",autoCorrect:"off",spellCheck:!1,onKeyDown:n=>{if(l.current||n.nativeEvent.isComposing)return;let r=function(e){if(e.metaKey||e.ctrlKey&&!e.altKey&&"v"===e.key.toLowerCase())return null;if(e.ctrlKey&&!e.altKey){let t=function(e){if(1!==e.length)return null;let t=e.toUpperCase().charCodeAt(0);return t>=64&&t<=95?String.fromCharCode(31&t):"?"===e?"":null}(e.key);if(t)return t}if(e.altKey&&!e.ctrlKey){if("Backspace"===e.key)return"\x1b\x7f";let t=ew[e.key];if(t)return t;if(1===e.key.length)return`\x1b${e.key}`}return"Enter"===e.key?e.shiftKey?"\n":"\r":"Tab"===e.key?e.shiftKey?"\x1b[Z":" ":ek[e.key]??null}(n);r&&(n.preventDefault(),n.stopPropagation(),t(e,r))},onInput:n=>{if(l.current||n.nativeEvent.isComposing)return;let r=n.currentTarget.value;n.currentTarget.value="",r&&t(e,r)},onCompositionStart:()=>{l.current=!0},onCompositionEnd:n=>{l.current=!1;let r=n.currentTarget;queueMicrotask(()=>{let n=r.value;r.value="",n&&t(e,n)})},onPaste:n=>{n.preventDefault();let r=w(n.clipboardData),i=r.length>0?j(r):n.clipboardData.getData("text");i&&t(e,`\x1b[200~${i}\x1b[201~`)},style:{position:"absolute",width:1,height:1,padding:0,border:0,opacity:0,pointerEvents:"none"}}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,padding:"10px 12px",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("div",{style:{color:"var(--text)",fontSize:13,fontWeight:650},children:n("chat.extensionPanel")}),(0,r.jsx)("button",{onClick:()=>t(e,"\x03"),style:{padding:"5px 9px",borderRadius:6,border:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text-muted)",cursor:"pointer",fontSize:12},children:n("chat.close")})]}),(0,r.jsx)("pre",{style:{margin:0,padding:14,maxHeight:"calc(min(760px, 100vh - 40px) - 48px)",overflow:"auto",background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:13,lineHeight:1.45,whiteSpace:"pre"},children:(a.length?a:[""]).map((e,t,n)=>{var o;return(0,r.jsxs)(i.Fragment,{children:[(o=`line-${t}`,eb(e).map((e,t)=>Object.keys(e.style).length>0?(0,r.jsx)("span",{style:e.style,children:e.text},`${o}-${t}`):e.text)),t<n.length-1?"\n":null]},t)})})]})})}var rw=n(50640);let rj={png:"image/png",jpg:"image/jpeg",jpeg:"image/jpeg",gif:"image/gif",webp:"image/webp",svg:"image/svg+xml",bmp:"image/bmp",ico:"image/x-icon",avif:"image/avif"},rS={mp3:"audio/mpeg",wav:"audio/wav",ogg:"audio/ogg",oga:"audio/ogg",opus:"audio/ogg",m4a:"audio/mp4",aac:"audio/aac",flac:"audio/flac",weba:"audio/webm",webm:"audio/webm"};function rC(e){return(e.replace(/\\/g,"/").split("/").pop()??"").toLowerCase().split(".").pop()??""}var rM=n(73620);let rT=/^(?:\uFEFF)?---[ \t]*(?:\r\n|\n|\r)/;function rR(e){return function e(t,n){if(null==t)return"";if("string"==typeof t)return t;if("number"==typeof t||"boolean"==typeof t)return String(t);if(Array.isArray(t)){if(n.has(t))return"[Circular]";n.add(t);try{return t.map(t=>e(t,n)).filter(Boolean).join(", ")}finally{n.delete(t)}}if("object"==typeof t)try{return JSON.stringify(t)??Object.prototype.toString.call(t)}catch{return Object.prototype.toString.call(t)}return String(t)}(e,new WeakSet)}let rL=["tags","categories","keywords","tag","category"];function rz({data:e}){var t;if(!e)return null;let n=Object.entries(e);if(0===n.length)return null;let i="string"==typeof(t=e.title)?t.trim()||null:"number"==typeof t||"boolean"==typeof t?String(t):null,o=rL.find(t=>Array.isArray(e[t])),l=o?e[o].map(rR).filter(Boolean):[],a=n.filter(([e])=>e!==o&&("title"!==e||!i));return(0,r.jsxs)("div",{className:"markdown-frontmatter",children:[i&&(0,r.jsx)("div",{className:"markdown-frontmatter-title",children:i}),l.length>0&&(0,r.jsx)("div",{className:"markdown-frontmatter-tags",children:l.map((e,t)=>(0,r.jsx)("span",{className:"markdown-frontmatter-tag",children:e},`${e}-${t}`))}),a.length>0&&(0,r.jsx)("dl",{className:"markdown-frontmatter-rows",children:a.map(([e,t])=>(0,r.jsxs)("div",{className:"markdown-frontmatter-row",children:[(0,r.jsx)("dt",{children:e}),(0,r.jsx)("dd",{children:function(e){let t=rR(e);return t?"string"==typeof e&&/^(https?:\/\/|mailto:)/i.test(e)?(0,r.jsx)("a",{href:e,target:"_blank",rel:"noopener noreferrer",children:t}):t:null}(t)})]},e))})]})}let rI={source:"Source",preview:"Preview",diff:"Diff"},rE={fontFamily:"var(--font-mono)",fontSize:13,lineHeight:1.6},rW={width:48,minWidth:48,padding:"0 10px",textAlign:"right",color:"var(--text-dim)",background:"var(--bg-panel)",borderRight:"1px solid var(--border)",fontFamily:"var(--font-mono)",fontSize:11,fontStyle:"normal",fontVariantNumeric:"tabular-nums",lineHeight:"20.8px",userSelect:"none",flexShrink:0,verticalAlign:"top"};function r$(){return(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"4"}),(0,r.jsx)("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"})]})}function rP(e){let t=e.nodeType===Node.ELEMENT_NODE?e:e.parentElement;return t?.closest(".file-source-line[data-line-number]")??null}function rD(e,t){if(!t||t.isCollapsed||0===t.rangeCount)return null;let n=t.getRangeAt(0);if(!e.contains(n.startContainer)||!e.contains(n.endContainer))return null;let r=rP(n.startContainer),i=rP(n.endContainer);if(!r||!i||!e.contains(r)||!e.contains(i))return null;let o=Number(r.dataset.lineNumber),l=Number(i.dataset.lineNumber);if(!Number.isInteger(o)||!Number.isInteger(l))return null;if(o<l){let e=r.querySelector(".file-source-line-content");if(e?.contains(n.startContainer)){let t=document.createRange();if(t.selectNodeContents(e),t.setStart(n.startContainer,n.startOffset),0===t.toString().length){let e=r.nextElementSibling;e instanceof HTMLElement&&e.matches(".file-source-line[data-line-number]")&&(o=Number((r=e).dataset.lineNumber))}}let t=i.querySelector(".file-source-line-content");if(t?.contains(n.endContainer)){let e=document.createRange();if(e.selectNodeContents(t),e.setEnd(n.endContainer,n.endOffset),0===e.toString().length){let e=i.previousElementSibling;e instanceof HTMLElement&&e.matches(".file-source-line[data-line-number]")&&(l=Number((i=e).dataset.lineNumber))}}}return o>l?null:{startLine:o,endLine:l}}function rF({rows:e,stylesheet:t,useInlineStyles:n,wrapLines:i}){return e.map((e,o)=>{let l=e.children??[],a=l[0]?.properties?.className,s=Array.isArray(a)&&a.includes("react-syntax-highlighter-line-number"),d=s?l[0]:null,c=s?l.slice(1):l;return(0,r.jsxs)("span",{className:"file-source-line","data-line-number":o+1,style:{display:"flex",minWidth:"100%"},children:[d&&(0,rw.Ay)({node:d,stylesheet:t,useInlineStyles:n,key:`source-line-number-${o}`}),(0,r.jsx)("span",{className:"file-source-line-content",style:{flex:"1 1 auto",minWidth:0,overflowWrap:i?"anywhere":"normal",whiteSpace:i?"pre-wrap":"pre"},children:c.map((e,r)=>(0,rw.Ay)({node:e,stylesheet:t,useInlineStyles:n,key:`source-token-${o}-${r}`}))})]},`source-line-${o}`)})}function rA(e,t,n,r={}){let i=P(e),o=new URLSearchParams({type:t});for(let[e,t]of(n&&o.set("sessionId",n),Object.entries(r)))void 0!==t&&o.set(e,String(t));return`/api/files/${i}?${o.toString()}`}function rB({filePath:e,sourceSessionId:t}){let{t:n}=(0,y.s)();return(0,r.jsx)("a",{href:rA(e,"download",t),download:D(e),title:n("i18n.downloadFile"),"aria-label":n("i18n.downloadFile"),className:"file-viewer-icon-button",children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,r.jsx)("polyline",{points:"7 10 12 15 17 10"}),(0,r.jsx)("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]})})}function rN(e){return e<1024?`${e} B`:e<1048576?`${(e/1024).toFixed(1)} KB`:`${(e/1048576).toFixed(1)} MB`}function rH({patch:e}){let t,{t:n}=(0,y.s)(),i=(t=tp(e))?t.flatMap(e=>e.rows.flatMap(e=>{if("hunk"===e.type)return[];if("context"===e.left.type&&"context"===e.right.type)return[{type:"unchanged",text:e.right.text,oldLineNo:e.left.lineNo,newLineNo:e.right.lineNo}];let t=[];return"removed"===e.left.type&&t.push({type:"removed",text:e.left.text,oldLineNo:e.left.lineNo,newLineNo:null}),"added"===e.right.type&&t.push({type:"added",text:e.right.text,oldLineNo:null,newLineNo:e.right.lineNo}),t})):[];if(!i.some(e=>"unchanged"!==e.type))return(0,r.jsx)("div",{style:{padding:"12px 16px",fontSize:12,color:"var(--text-dim)",fontFamily:"var(--font-mono)"},children:n("i18n.noChanges")});let o=new Set(i.flatMap((e,t)=>"unchanged"!==e.type?[t]:[])),l=new Set;for(let e of o)for(let t=Math.max(0,e-3);t<=Math.min(i.length-1,e+3);t++)l.add(t);let a=[],s=0;for(;s<i.length;)if(l.has(s)){let e=[];for(;s<i.length&&l.has(s);)e.push(i[s]),s++;a.push({hidden:!1,lines:e})}else{let e=0;for(;s<i.length&&!l.has(s);)e++,s++;a.push({hidden:!0,count:e})}return(0,r.jsx)("div",{className:"file-diff-view",style:{width:"max-content",minWidth:"100%",...rE},children:a.map((e,t)=>{if(e.hidden)return(0,r.jsxs)("div",{style:{padding:"2px 16px",color:"var(--text-dim)",background:"var(--bg-panel)",fontSize:11,borderTop:"1px solid var(--border)",borderBottom:"1px solid var(--border)"},children:["... ",e.count," unchanged lines ..."]},t);let n=e.lines.map((e,t)=>{let n="added"===e.type?"rgba(0,200,80,0.12)":"removed"===e.type?"rgba(240,60,60,0.14)":"transparent",i="added"===e.type?"+":"removed"===e.type?"-":" ",o="added"===e.type?"#4ade80":"removed"===e.type?"#f87171":"var(--text-dim)";return(0,r.jsxs)("div",{className:"file-diff-line",style:{display:"flex",minWidth:"100%",background:n,borderLeft:"added"===e.type?"3px solid #4ade80":"removed"===e.type?"3px solid #f87171":"3px solid transparent"},children:[(0,r.jsx)("span",{style:rW,children:"removed"===e.type?e.oldLineNo:e.newLineNo}),(0,r.jsx)("span",{style:{minWidth:16,padding:"0 6px",color:o,userSelect:"none",flexShrink:0,fontWeight:600},children:i}),(0,r.jsx)("span",{className:"file-diff-line-content",style:{flexShrink:0,padding:"0 8px 0 0",whiteSpace:"pre",color:"var(--text)"},children:e.text||"\xa0"})]},t)});return(0,r.jsx)("div",{children:n},t)})})}function rO({filePath:e,cwd:t,sourceSessionId:n,watchEnabled:o=!0}){let{t:l}=(0,y.s)(),[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)(0),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(null),[x,f]=(0,i.useState)(null),m=(0,i.useRef)(null),v=(0,i.useRef)(0),b=D(e).toLowerCase().split(".").pop()??"";(0,i.useEffect)(()=>{c(0),p(null),g(null),f(null),s(!1)},[e,n]),(0,i.useEffect)(()=>{if(s(!1),m.current&&(m.current.close(),m.current=null),!o)return;let t=!0,r=new EventSource(rA(e,"watch",n));m.current=r,r.addEventListener("connected",()=>{let r;s(!0),r=++v.current,fetch(rA(e,"meta",n)).then(e=>e.json()).then(e=>{if(t&&r===v.current){if(e.error)return void f(e.error);"number"==typeof e.size&&p(e.size),g(null),f(null),c(e=>e+1)}}).catch(e=>{t&&r===v.current&&f(String(e))})}),r.addEventListener("change",e=>{v.current+=1;try{let t=JSON.parse(e.data);"number"==typeof t.size&&p(t.size)}catch{}g(null),f(null),c(e=>e+1)});let i=()=>{s(!1)};return r.addEventListener("error",i),r.onerror=i,()=>{t=!1,r.close(),m.current===r&&(m.current=null)}},[e,n,o]);let k=rA(e,"read",n,d?{v:d}:void 0),w=null!=u?rN(u):null;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:12,padding:"4px 16px",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-dim)",background:"var(--bg)",flexShrink:0},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)"},title:e,children:A(e,t)}),(0,r.jsx)("span",{style:{marginLeft:"auto"},children:b||"image"}),h&&(0,r.jsxs)("span",{children:[h.w," \xd7 ",h.h]}),w&&(0,r.jsx)("span",{children:w}),(0,r.jsxs)("span",{title:l(a?"i18n.liveSync":"i18n.notWatching"),style:{display:"flex",alignItems:"center",gap:4,color:a?"#4ade80":"var(--text-dim)"},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:a?"#4ade80":"var(--border)",display:"inline-block",boxShadow:a?"0 0 4px #4ade80":"none"}}),a?"live":"static"]}),(0,r.jsx)(rB,{filePath:e,sourceSessionId:n})]}),(0,r.jsx)("div",{style:{flex:1,overflow:"auto",background:"var(--bg-panel)",display:"flex",alignItems:"center",justifyContent:"center",padding:16,backgroundImage:"linear-gradient(45deg, var(--bg) 25%, transparent 25%), linear-gradient(-45deg, var(--bg) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--bg) 75%), linear-gradient(-45deg, transparent 75%, var(--bg) 75%)",backgroundSize:"16px 16px",backgroundPosition:"0 0, 0 8px, 8px -8px, -8px 0px"},children:x?(0,r.jsx)("div",{style:{color:"#f87171",fontSize:13},children:x}):(0,r.jsx)("img",{src:k,alt:e,onLoad:e=>{let t=e.currentTarget;g({w:t.naturalWidth,h:t.naturalHeight})},onError:()=>f("Failed to load image"),style:{maxWidth:"100%",maxHeight:"100%",objectFit:"contain",boxShadow:"0 2px 8px rgba(0,0,0,0.15)"}})})]})}function rU({filePath:e,cwd:t,sourceSessionId:n,watchEnabled:o=!0}){let{t:l}=(0,y.s)(),[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)(0),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(null),[x,f]=(0,i.useState)(null),m=(0,i.useRef)(null),v=(0,i.useRef)(0),b=D(e).toLowerCase().split(".").pop()??"";(0,i.useEffect)(()=>{c(0),p(null),g(null),f(null),s(!1)},[e,n]),(0,i.useEffect)(()=>{if(s(!1),m.current&&(m.current.close(),m.current=null),!o)return;let t=!0,r=new EventSource(rA(e,"watch",n));m.current=r,r.addEventListener("connected",()=>{let r;s(!0),r=++v.current,fetch(rA(e,"meta",n)).then(e=>e.json()).then(e=>{if(t&&r===v.current){if(e.error)return void f(e.error);"number"==typeof e.size&&p(e.size),g(null),f(null),c(e=>e+1)}}).catch(e=>{t&&r===v.current&&f(String(e))})}),r.addEventListener("change",e=>{v.current+=1;try{let t=JSON.parse(e.data);"number"==typeof t.size&&p(t.size)}catch{}g(null),f(null),c(e=>e+1)});let i=()=>{s(!1)};return r.addEventListener("error",i),r.onerror=i,()=>{t=!1,r.close(),m.current===r&&(m.current=null)}},[e,n,o]);let k=rA(e,"read",n,d?{v:d}:void 0);return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:12,padding:"4px 16px",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-dim)",background:"var(--bg)",flexShrink:0},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)"},title:e,children:A(e,t)}),(0,r.jsx)("span",{style:{marginLeft:"auto"},children:b||"audio"}),null!=h&&(0,r.jsx)("span",{children:function(e){if(!Number.isFinite(e))return"";let t=Math.round(e),n=Math.floor(t/60);return`${n}:${String(t%60).padStart(2,"0")}`}(h)}),null!=u&&(0,r.jsx)("span",{children:rN(u)}),(0,r.jsxs)("span",{title:l(a?"i18n.liveSync":"i18n.notWatching"),style:{display:"flex",alignItems:"center",gap:4,color:a?"#4ade80":"var(--text-dim)"},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:a?"#4ade80":"var(--border)",display:"inline-block",boxShadow:a?"0 0 4px #4ade80":"none"}}),a?"live":"static"]}),(0,r.jsx)(rB,{filePath:e,sourceSessionId:n})]}),(0,r.jsx)("div",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",padding:24,background:"var(--bg-panel)"},children:(0,r.jsxs)("div",{style:{width:"min(680px, 100%)"},children:[x&&(0,r.jsx)("div",{style:{color:"#f87171",fontSize:13,marginBottom:12,textAlign:"center"},children:x}),(0,r.jsx)("audio",{controls:!0,preload:"metadata",src:k,onLoadedMetadata:e=>g(e.currentTarget.duration),onError:()=>f("Failed to load audio"),style:{width:"100%"}},k)]})})]})}function r_({filePath:e,cwd:t,sourceSessionId:n,watchEnabled:o=!0}){let{t:l}=(0,y.s)(),[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)(0),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(null),x=(0,i.useRef)(null),f=(0,i.useRef)(0),m=rC(e),v="pdf"===m,b=v?rA(e,"read",n,d?{v:d}:void 0):rA(e,"preview",n,d?{v:d}:void 0);return(0,i.useEffect)(()=>{c(0),p(null),g(null),s(!1);let t=!0,r=++f.current;return fetch(rA(e,"meta",n)).then(e=>e.json()).then(e=>{t&&r===f.current&&(e.error&&g(e.error),"number"==typeof e.size&&(p(e.size),!v&&e.size>0xa00000&&g("DOCX too large for preview (>10MB)")))}).catch(e=>{t&&r===f.current&&g(String(e))}),()=>{t=!1}},[e,v,n]),(0,i.useEffect)(()=>{if(s(!1),x.current&&(x.current.close(),x.current=null),!o)return;let t=!0,r=new EventSource(rA(e,"watch",n));x.current=r,r.addEventListener("connected",()=>{let r;s(!0),r=++f.current,fetch(rA(e,"meta",n)).then(e=>e.json()).then(e=>{if(t&&r===f.current){if(e.error)return void g(e.error);if("number"==typeof e.size&&(p(e.size),!v&&e.size>0xa00000))return void g("DOCX too large for preview (>10MB)");g(null),c(e=>e+1)}}).catch(e=>{t&&r===f.current&&g(String(e))})}),r.addEventListener("change",e=>{f.current+=1;try{let t=JSON.parse(e.data);if("number"==typeof t.size&&(p(t.size),!v&&t.size>0xa00000))return void g("DOCX too large for preview (>10MB)")}catch{}g(null),c(e=>e+1)});let i=()=>{s(!1)};return r.addEventListener("error",i),r.onerror=i,()=>{t=!1,r.close(),x.current===r&&(x.current=null)}},[e,v,n,o]),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:12,padding:"4px 16px",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-dim)",background:"var(--bg)",flexShrink:0},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e,children:A(e,t)}),(0,r.jsx)("span",{style:{marginLeft:"auto"},children:"docx"===m?"docx preview":"pdf"}),null!=u&&(0,r.jsx)("span",{children:rN(u)}),(0,r.jsx)(rB,{filePath:e,sourceSessionId:n}),(0,r.jsxs)("span",{title:l(a?"i18n.liveSync":"i18n.notWatching"),style:{display:"flex",alignItems:"center",gap:4,color:a?"#4ade80":"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:a?"#4ade80":"var(--border)",display:"inline-block",boxShadow:a?"0 0 4px #4ade80":"none"}}),a?"live":"static"]})]}),(0,r.jsx)("div",{style:{flex:1,minHeight:0,background:"var(--bg-panel)"},children:h?(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",padding:24,color:"#f87171",fontSize:13,textAlign:"center"},children:h}):(0,r.jsx)("iframe",{src:b,sandbox:v?void 0:"allow-same-origin",title:l("i18n.previewFile",{file:D(e)}),style:{width:"100%",height:"100%",border:"none",background:v?"var(--bg)":"#eef1f5"}},b)})]})}function rV({filePath:e,cwd:t,sourceSessionId:n,onOpenFile:i,onMentionLines:o,onAtMention:l,gitRefreshKey:a,initialDisplayMode:s,initialState:d,onStateChange:c,watchEnabled:u=!0}){let p;return null!==(rj[rC(e)]??null)?(0,r.jsx)(rO,{filePath:e,cwd:t,sourceSessionId:n,watchEnabled:u}):null!==(rS[rC(e)]??null)?(0,r.jsx)(rU,{filePath:e,cwd:t,sourceSessionId:n,watchEnabled:u}):null!==("pdf"===(p=rC(e))||"docx"===p?p:null)?(0,r.jsx)(r_,{filePath:e,cwd:t,sourceSessionId:n,watchEnabled:u}):(0,r.jsx)(rq,{filePath:e,cwd:t,sourceSessionId:n,onOpenFile:i,onMentionLines:o,onAtMention:l,gitRefreshKey:a,initialDisplayMode:s,initialState:d,onStateChange:c,watchEnabled:u})}function rq({filePath:e,cwd:t,sourceSessionId:n,onOpenFile:o,onMentionLines:l,onAtMention:a,gitRefreshKey:s,initialDisplayMode:d,initialState:c,onStateChange:u,watchEnabled:p=!0}){let{isDark:h}=tr(),{t:g}=(0,y.s)(),[x,f]=(0,i.useState)(null),[m,v]=(0,i.useState)(null),[b,k]=(0,i.useState)(!1),[w,j]=(0,i.useState)(!1),[S,C]=(0,i.useState)(!0),[M,T]=(0,i.useState)(null),R=c?.displayMode??d??"source",L=c?.wrapLines??!1,z=c?.scrollTop??0,I=c?.scrollLeft??0,[E,W]=(0,i.useState)(R),[$,P]=(0,i.useState)(L),[D,B]=(0,i.useState)(!1),N=(0,i.useRef)(null),H=(0,i.useRef)(0),O=(0,i.useRef)(0),U=(0,i.useRef)(null),_=(0,i.useRef)(!1),V=(0,i.useRef)(void 0===c&&void 0===d),q=(0,i.useRef)(!0),K=(0,i.useRef)({displayMode:R,wrapLines:L,scrollTop:z,scrollLeft:I}),J=(0,i.useRef)(u),[Y,X]=(0,i.useState)(null);J.current=u;let Z=(0,i.useCallback)(e=>{K.current.displayMode=e,W(e)},[]),G=(0,i.useCallback)(()=>{P(e=>{let t=!e;return K.current.wrapLines=t,t})},[]);(0,i.useEffect)(()=>(K.current={displayMode:R,wrapLines:L,scrollTop:z,scrollLeft:I},q.current=!0,_.current=!1,W(R),P(L),()=>{J.current?.({...K.current})}),[e,n,R,L,z,I]);let Q=(0,i.useCallback)(e=>{let t=++H.current;return fetch(rA(e,"read",n)).then(e=>e.json()).then(e=>t!==H.current?null:e.error?(T(e.error),null):(T(null),f(e),e)).catch(e=>(t!==H.current||T(String(e)),null))},[n]),ee=(0,i.useCallback)(async e=>{let n=++O.current;if(k(!0),!t){v(null),k(!1),j(!0);return}try{let r=new URLSearchParams({cwd:t,path:e}),i=await fetch(`/api/git/diff?${r.toString()}`),o=await i.json();if(n!==O.current)return;v(i.ok&&o.supported&&"string"==typeof o.patch?o:null)}catch{n===O.current&&v(null)}finally{n===O.current&&(k(!1),j(!0))}},[t]);(0,i.useEffect)(()=>{let t=!0;return C(!0),T(null),f(null),v(null),j(!1),B(!1),Q(e).finally(()=>{t&&C(!1)}),()=>{t=!1}},[e,Q,n]),(0,i.useEffect)(()=>{if(B(!1),N.current&&(N.current.close(),N.current=null),!p)return;let t=()=>{Q(e),ee(e)},r=new EventSource(rA(e,"watch",n));N.current=r,r.addEventListener("connected",()=>{B(!0),t()}),r.addEventListener("change",t);let i=()=>{B(!1)};return r.addEventListener("error",i),r.onerror=i,()=>{r.close(),N.current===r&&(N.current=null)}},[e,Q,ee,n,p]),(0,i.useEffect)(()=>{ee(e)},[ee,e,s]),(0,i.useEffect)(()=>{V.current&&(x?.language==="markdown"||x?.language==="html")&&(V.current=!1,Z("preview"))},[x?.language,Z]);let et=m?.supported===!0&&"string"==typeof m.patch,en=et&&"deleted"===m.status;(0,i.useEffect)(()=>{w&&!et&&"diff"===E&&Z("source")},[E,w,et,Z]),(0,i.useEffect)(()=>{"diff"===R&&et&&!_.current&&(_.current=!0,Z("diff"))},[R,et,Z]);let er=(0,i.useMemo)(()=>x?.language==="markdown"?eO(x.content):"",[x]),ei=(0,i.useMemo)(()=>x?.language==="markdown"?function(e){let t=function(e){let t=rT.exec(e);if(!t)return null;let n=/^---[ \t]*(?:(?:\r\n|\n|\r)|$)/gm;n.lastIndex=t[0].length;let r=n.exec(e);return r?{yaml:e.slice(t[0].length,r.index).replace(/(?:\r\n|\n|\r)$/,""),rest:e.slice(r.index+r[0].length)}:null}(e);if(!t)return{data:null,rest:e};try{let e=(0,rM.Hh)(t.yaml);if(e&&"object"==typeof e&&!Array.isArray(e))return{data:e,rest:t.rest}}catch{}return{data:null,rest:t.rest}}(x.content):null,[x]);(0,i.useEffect)(()=>{let e=()=>{let e=U.current;X(l&&"source"===E&&e?rD(e,window.getSelection()):null)};if(e(),l&&"source"===E)return document.addEventListener("selectionchange",e),()=>document.removeEventListener("selectionchange",e)},[x?.content,E,l]);let eo=(0,i.useCallback)(n=>{l&&n&&l(A(e,t),n.startLine,n.endLine)},[t,e,l]);if((0,i.useEffect)(()=>{if(!l||"source"!==E)return;let e=e=>{if(e.repeat||"i"!==e.key.toLowerCase()||!e.metaKey&&!e.ctrlKey||e.altKey||e.shiftKey)return;let t=e.target;if(t instanceof Element&&t.closest("input, textarea, [contenteditable='true']"))return;let n=U.current,r=n?rD(n,window.getSelection()):null;r&&(e.preventDefault(),eo(r))};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[E,eo,l]),(0,i.useEffect)(()=>{if(!q.current||S||M&&!en||"diff"===R&&!w||"diff"===R&&et&&"diff"!==E)return;let e=U.current;e&&(e.scrollTop=K.current.scrollTop,e.scrollLeft=K.current.scrollLeft,q.current=!1)},[x?.content,E,M,w,et,en,S,R]),S||"diff"===R&&b&&!x)return(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-muted)",fontSize:13},children:g("i18n.loading")});if(M&&!en)return(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"#f87171",fontSize:13},children:M});if(!x&&!en)return null;let el=x?.language??"text",ea=x?.content??"",es="html"===el,ed="markdown"===el,ec=F(e),eu=ea.split("\n"),ep=en?"diff":E,eh=en?["diff"]:["source",...es||ed?["preview"]:[],...et?["diff"]:[]],eg=en?g("files.deleted"):`${el} \xb7 ${eu.length} lines \xb7 ${rN(x.size)}`;return(0,r.jsxs)("div",{className:"file-viewer-shell",style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[(0,r.jsxs)("div",{className:"file-viewer-toolbar",style:{display:"flex",alignItems:"center",gap:8,padding:"5px 12px",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-dim)",background:"var(--bg)",flexShrink:0},children:[(0,r.jsx)("span",{className:"file-viewer-path",style:{fontFamily:"var(--font-mono)"},title:e,children:A(e,t)}),(0,r.jsx)("span",{className:"file-viewer-meta",title:eg,children:eg}),!en&&(0,r.jsx)("span",{title:D?g("i18n.liveSync"):g("i18n.notWatching"),"aria-label":D?g("i18n.liveSync"):g("i18n.notWatching"),className:"file-viewer-live-indicator",style:{background:D?"#4ade80":"var(--border)",boxShadow:D?"0 0 4px #4ade80":"none"}}),(0,r.jsxs)("div",{className:"file-viewer-controls",children:[eh.length>1&&(0,r.jsx)("div",{className:"file-viewer-mode-switch","aria-label":g("i18n.fileViewMode"),children:eh.map(e=>{let t=ep===e;return(0,r.jsx)("button",{type:"button",onClick:()=>Z(e),title:"diff"===e?g("i18n.compareHead"):void 0,"aria-pressed":t,className:"file-viewer-mode-button",style:{background:t?"var(--bg-selected)":"transparent",color:t?"var(--text)":"var(--text-muted)"},children:rI[e]},e)})}),(0,r.jsxs)("div",{className:"file-viewer-actions",children:[(a||l)&&(0,r.jsx)("button",{type:"button",onPointerDown:e=>e.preventDefault(),onClick:()=>{Y&&l?eo(Y):a?.(A(e,t),!1)},title:Y&&l?`${g("i18n.mentionSelectedLines")} (L${Y.startLine}${Y.startLine!==Y.endLine?`-L${Y.endLine}`:""})`:g("files.insertPath"),"aria-label":g("files.mention"),disabled:!a&&!l,className:"file-viewer-icon-button",children:(0,r.jsx)(r$,{})}),"source"===ep&&(0,r.jsx)(r.Fragment,{children:(0,r.jsx)("button",{type:"button",onClick:G,title:$?g("i18n.disableWrap"):g("i18n.enableWrap"),"aria-label":$?g("i18n.disableWrap"):g("i18n.enableWrap"),"aria-pressed":$,className:"file-viewer-icon-button",style:{background:$?"var(--bg-selected)":"transparent",color:$?"var(--text)":"var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M3 6h18"}),(0,r.jsx)("path",{d:"M3 12h15a3 3 0 1 1 0 6h-4"}),(0,r.jsx)("path",{d:"m16 16-2 2 2 2"}),(0,r.jsx)("path",{d:"M3 18h7"})]})})})]}),!en&&(0,r.jsx)(rB,{filePath:e,sourceSessionId:n})]})]}),(0,r.jsx)("div",{ref:U,className:"file-viewer-content",onScroll:e=>{K.current.scrollTop=e.currentTarget.scrollTop,K.current.scrollLeft=e.currentTarget.scrollLeft},style:{flex:1,overflow:"auto",background:"var(--bg)"},children:"diff"===ep&&et?(0,r.jsx)(rH,{patch:m.patch}):es&&"preview"===ep?(0,r.jsx)("iframe",{srcDoc:ea,sandbox:"allow-scripts",style:{width:"100%",height:"100%",border:"none",background:"var(--bg)"},title:g("i18n.htmlPreview")}):ed&&"preview"===ep?(0,r.jsxs)("div",{className:"markdown-body markdown-file-preview",style:{padding:"24px 32px"},children:[ei?.data&&(0,r.jsx)(rz,{data:ei.data}),(0,r.jsx)(eW.oz,{remarkPlugins:eK,rehypePlugins:eY,components:{code({className:e,children:t,...n}){let i=e?.replace("language-","").toLowerCase()??"",o=String(t);return e?.includes("language-")||o.includes("\n")?"mermaid"===i?(0,r.jsx)(to,{code:o.replace(/\n$/,""),defaultPreview:!0}):(0,r.jsx)(ta,{code:o.replace(/\n$/,""),lang:i}):(0,r.jsx)("code",{className:e,...n,children:t})},pre:({children:e})=>(0,r.jsx)(r.Fragment,{children:e}),a({href:e,children:n,...i}){delete i.node;let l=o?eI(e,ec,t??ec):null;return l&&o?(0,r.jsx)("a",{href:e,...i,onClick:e=>{e.defaultPrevented||0!==e.button||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||(e.preventDefault(),o(l))},children:n}):(0,r.jsx)("a",{href:e,...i,children:n})},img({src:e,alt:i,...o}){delete o.node;let l="string"==typeof e?eI(e,ec,t??ec):null,a=l?rA(l,"read",n):e;return(0,r.jsx)("img",{src:a,alt:i??"",loading:"lazy",...o})}},children:er})]}):(0,r.jsx)(eX.A,{className:$?"file-source-view is-wrapped":"file-source-view",language:"text"===el?"plaintext":el,style:h?eZ.xJ:eZ.vs,showLineNumbers:!0,lineNumberStyle:{...rW},customStyle:{margin:0,padding:0,border:0,background:"var(--bg)",...rE,width:$?"100%":"max-content",minWidth:"100%",minHeight:"100%",overflow:"visible"},codeTagProps:{style:{fontFamily:"var(--font-mono)",overflowWrap:$?"anywhere":"normal"}},renderer:e=>(0,r.jsx)(rF,{...e,wrapLines:$}),wrapLongLines:$,children:ea})})]})}function rK({tabs:e,activeTabId:t,onSelectTab:n,onCloseTab:o}){let{t:l}=(0,y.s)(),[a,s]=(0,i.useState)(null);return(0,r.jsx)("div",{style:{display:"flex",alignItems:"flex-end",background:"var(--bg-panel)",overflowX:"auto",flexShrink:0,height:36},children:e.map(e=>{let i=e.id===t;return(0,r.jsxs)("div",{onClick:()=>n(e.id),onMouseDown:e=>{1===e.button&&e.preventDefault()},onAuxClick:t=>{1===t.button&&(t.preventDefault(),t.stopPropagation(),o(e.id))},style:{display:"flex",alignItems:"center",gap:6,height:36,paddingLeft:12,paddingRight:6,borderRight:"1px solid var(--border)",background:i?"var(--bg)":"var(--bg-panel)",cursor:"pointer",fontSize:12,color:i?"var(--text)":"var(--text-muted)",whiteSpace:"nowrap",maxWidth:180,minWidth:80,flexShrink:0,userSelect:"none",transition:"background 0.1s, color 0.1s"},children:[(0,r.jsx)("span",{style:{flexShrink:0,opacity:i?1:.7,display:"flex",alignItems:"center"},children:W(e.label,13)}),(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",flex:1,fontWeight:i?500:400},title:e.filePath,children:e.label}),(0,r.jsx)("button",{onClick:t=>{t.stopPropagation(),o(e.id)},onMouseEnter:()=>s(e.id),onMouseLeave:()=>s(null),style:{display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,background:a===e.id?"var(--bg-hover)":"transparent",border:"none",borderRadius:4,color:a===e.id?"var(--text)":"var(--text-dim)",cursor:"pointer",padding:0,flexShrink:0,transition:"background 0.1s, color 0.1s"},title:l("i18n.close"),"aria-label":`${l("i18n.close")} ${e.label}`,children:(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"2",y1:"2",x2:"8",y2:"8"}),(0,r.jsx)("line",{x1:"8",y1:"2",x2:"2",y2:"8"})]})})]},e.id)})})}let rJ=["input","output","cacheRead","cacheWrite"];function rY(e){return{input:e?.input===void 0?"":String(e.input),output:e?.output===void 0?"":String(e.output),cacheRead:e?.cacheRead===void 0?"":String(e.cacheRead),cacheWrite:e?.cacheWrite===void 0?"":String(e.cacheWrite)}}function rX(e){if(!rZ(e))return;let t=e=>{if(!e.trim())return 0;let t=Number(e);return Number.isFinite(t)&&t>=0?t:void 0},n=t(e.input),r=t(e.output),i=t(e.cacheRead),o=t(e.cacheWrite);if(void 0!==n&&void 0!==r&&void 0!==i&&void 0!==o)return{input:n,output:r,cacheRead:i,cacheWrite:o}}function rZ(e){return rJ.some(t=>""!==e[t].trim())}function rG(e){return{fill:"currentColor",fillRule:"evenodd",height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg"}}let rQ=e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M9.205 8.658v-2.26c0-.19.072-.333.238-.428l4.543-2.616c.619-.357 1.356-.523 2.117-.523 2.854 0 4.662 2.212 4.662 4.566 0 .167 0 .357-.024.547l-4.71-2.759a.797.797 0 00-.856 0l-5.97 3.473zm10.609 8.8V12.06c0-.333-.143-.57-.429-.737l-5.97-3.473 1.95-1.118a.433.433 0 01.476 0l4.543 2.617c1.309.76 2.189 2.378 2.189 3.948 0 1.808-1.07 3.473-2.76 4.163zM7.802 12.703l-1.95-1.142c-.167-.095-.239-.238-.239-.428V5.899c0-2.545 1.95-4.472 4.591-4.472 1 0 1.927.333 2.712.928L8.23 5.067c-.285.166-.428.404-.428.737v6.898zM12 15.128l-2.795-1.57v-3.33L12 8.658l2.795 1.57v3.33L12 15.128zm1.796 7.23c-1 0-1.927-.332-2.712-.927l4.686-2.712c.285-.166.428-.404.428-.737v-6.898l1.974 1.142c.167.095.238.238.238.428v5.233c0 2.545-1.974 4.472-4.614 4.472zm-5.637-5.303l-4.544-2.617c-1.308-.761-2.188-2.378-2.188-3.948A4.482 4.482 0 014.21 6.327v5.423c0 .333.143.571.428.738l5.947 3.449-1.95 1.118a.432.432 0 01-.476 0zm-.262 3.9c-2.688 0-4.662-2.021-4.662-4.519 0-.19.024-.38.047-.57l4.686 2.71c.286.167.571.167.856 0l5.97-3.448v2.26c0 .19-.07.333-.237.428l-4.543 2.616c-.619.357-1.356.523-2.117.523zm5.899 2.83a5.947 5.947 0 005.827-4.756C22.287 18.339 24 15.84 24 13.296c0-1.665-.713-3.282-1.998-4.448.119-.5.19-.999.19-1.498 0-3.401-2.759-5.947-5.946-5.947-.642 0-1.26.095-1.88.31A5.962 5.962 0 0010.205 0a5.947 5.947 0 00-5.827 4.757C1.713 5.447 0 7.945 0 10.49c0 1.666.713 3.283 1.998 4.448-.119.5-.19 1-.19 1.499 0 3.401 2.759 5.946 5.946 5.946.642 0 1.26-.095 1.88-.309a5.96 5.96 0 004.162 1.713z"})}),r0=e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#4285F4",d:"M23 12.245c0-.905-.075-1.565-.236-2.25h-10.54v4.083h6.186c-.124 1.014-.797 2.542-2.294 3.569l-.021.136 3.332 2.53.23.022C21.779 18.417 23 15.593 23 12.245z"}),(0,r.jsx)("path",{fill:"#34A853",d:"M12.225 23c3.03 0 5.574-.978 7.433-2.665l-3.542-2.688c-.948.648-2.22 1.1-3.891 1.1a6.745 6.745 0 01-6.386-4.572l-.132.011-3.465 2.628-.045.124C4.043 20.531 7.835 23 12.225 23z"}),(0,r.jsx)("path",{fill:"#FBBC05",d:"M5.84 14.175A6.65 6.65 0 015.463 12c0-.758.138-1.491.361-2.175l-.006-.147-3.508-2.67-.115.054A10.831 10.831 0 001 12c0 1.772.436 3.447 1.197 4.938l3.642-2.763z"}),(0,r.jsx)("path",{fill:"#EB4335",d:"M12.225 5.253c2.108 0 3.529.892 4.34 1.638l3.167-3.031C17.787 2.088 15.255 1 12.225 1 7.834 1 4.043 3.469 2.197 7.062l3.63 2.763a6.77 6.77 0 016.398-4.572z"})]}),r1=e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M1.052 16.916l9.539 2.552a21.007 21.007 0 00.06 2.033l5.956 1.593a11.997 11.997 0 01-5.586.865l-.18-.016-.044-.004-.084-.009-.094-.01a11.605 11.605 0 01-.157-.02l-.107-.014-.11-.016a11.962 11.962 0 01-.32-.051l-.042-.008-.075-.013-.107-.02-.07-.015-.093-.019-.075-.016-.095-.02-.097-.023-.094-.022-.068-.017-.088-.022-.09-.024-.095-.025-.082-.023-.109-.03-.062-.02-.084-.025-.093-.028-.105-.034-.058-.019-.08-.026-.09-.031-.066-.024a6.293 6.293 0 01-.044-.015l-.068-.025-.101-.037-.057-.022-.08-.03-.087-.035-.088-.035-.079-.032-.095-.04-.063-.028-.063-.027a5.655 5.655 0 01-.041-.018l-.066-.03-.103-.047-.052-.024-.096-.046-.062-.03-.084-.04-.086-.044-.093-.047-.052-.027-.103-.055-.057-.03-.058-.032a6.49 6.49 0 01-.046-.026l-.094-.053-.06-.034-.051-.03-.072-.041-.082-.05-.093-.056-.052-.032-.084-.053-.061-.039-.079-.05-.07-.047-.053-.035a7.785 7.785 0 01-.054-.036l-.044-.03-.044-.03a6.066 6.066 0 01-.04-.028l-.057-.04-.076-.054-.069-.05-.074-.054-.056-.042-.076-.057-.076-.059-.086-.067-.045-.035-.064-.052-.074-.06-.089-.073-.046-.039-.046-.039a7.516 7.516 0 01-.043-.037l-.045-.04-.061-.053-.07-.062-.068-.06-.062-.058-.067-.062-.053-.05-.088-.084a13.28 13.28 0 01-.099-.097l-.029-.028-.041-.042-.069-.07-.05-.051-.05-.053a6.457 6.457 0 01-.168-.179l-.08-.088-.062-.07-.071-.08-.042-.049-.053-.062-.058-.068-.046-.056a7.175 7.175 0 01-.027-.033l-.045-.055-.066-.082-.041-.052-.05-.064-.02-.025a11.99 11.99 0 01-1.44-2.402zm-1.02-5.794l11.353 3.037a20.468 20.468 0 00-.469 2.011l10.817 2.894a12.076 12.076 0 01-1.845 2.005L.657 15.923l-.016-.046-.035-.104a11.965 11.965 0 01-.05-.153l-.007-.023a11.896 11.896 0 01-.207-.741l-.03-.126-.018-.08-.021-.097-.018-.081-.018-.09-.017-.084-.018-.094c-.026-.141-.05-.283-.071-.426l-.017-.118-.011-.083-.013-.102a12.01 12.01 0 01-.019-.161l-.005-.047a12.12 12.12 0 01-.034-2.145zm1.593-5.15l11.948 3.196c-.368.605-.705 1.231-1.01 1.875l11.295 3.022c-.142.82-.368 1.612-.668 2.365l-11.55-3.09L.124 10.26l.015-.1.008-.049.01-.067.015-.087.018-.098c.026-.148.056-.295.088-.442l.028-.124.02-.085.024-.097c.022-.09.045-.18.07-.268l.028-.102.023-.083.03-.1.025-.082.03-.096.026-.082.031-.095a11.896 11.896 0 011.01-2.232zm4.442-4.4L17.352 4.59a20.77 20.77 0 00-1.688 1.721l7.823 2.093c.267.852.442 1.744.513 2.665L2.106 5.213l.045-.065.027-.04.04-.055.046-.065.055-.076.054-.072.064-.086.05-.065.057-.073.055-.07.06-.074.055-.069.065-.077.054-.066.066-.077.053-.06.072-.082.053-.06.067-.074.054-.058.073-.078.058-.06.063-.067.168-.17.1-.098.059-.056.076-.071a12.084 12.084 0 012.272-1.677zM12.017 0h.097l.082.001.069.001.054.002.068.002.046.001.076.003.047.002.06.003.054.002.087.005.105.007.144.011.088.007.044.004.077.008.082.008.047.005.102.012.05.006.108.014.081.01.042.006.065.01.207.032.07.012.065.011.14.026.092.018.11.022.046.01.075.016.041.01L14.7.3l.042.01.065.015.049.012.071.017.096.024.112.03.113.03.113.032.05.015.07.02.078.024.073.023.05.016.05.016.076.025.099.033.102.036.048.017.064.023.093.034.11.041.116.045.1.04.047.02.06.024.041.018.063.026.04.018.057.025.11.048.1.046.074.035.075.036.06.028.092.046.091.045.102.052.053.028.049.026.046.024.06.033.041.022.052.029.088.05.106.06.087.051.057.034.053.032.096.059.088.055.098.062.036.024.064.041.084.056.04.027.062.042.062.043.023.017c.054.037.108.075.161.114l.083.06.065.048.056.043.086.065.082.064.04.03.05.041.086.069.079.065.085.071c.712.6 1.353 1.283 1.909 2.031L7.222.994l.062-.027.065-.028.081-.034.086-.035c.113-.045.227-.09.341-.131l.096-.035.093-.033.084-.03.096-.031c.087-.03.176-.058.264-.085l.091-.027.086-.025.102-.03.085-.023.1-.026L9.04.37l.09-.023.091-.022.095-.022.09-.02.098-.021.091-.02.095-.018.092-.018.1-.018.091-.016.098-.017.092-.014.097-.015.092-.013.102-.013.091-.012.105-.012.09-.01.105-.01c.093-.01.186-.018.28-.024l.106-.008.09-.005.11-.006.093-.004.1-.004.097-.002.099-.002.197-.002z"})}),r2=e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M16.278 2c1.156 0 2.093.927 2.093 2.07v12.501a.74.74 0 00.744.709.74.74 0 00.743-.709V9.099a2.06 2.06 0 012.071-2.049A2.06 2.06 0 0124 9.1v6.561a.649.649 0 01-.652.645.649.649 0 01-.653-.645V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v7.472a2.037 2.037 0 01-2.048 2.026 2.037 2.037 0 01-2.048-2.026v-12.5a.785.785 0 00-.788-.753.785.785 0 00-.789.752l-.001 15.904A2.037 2.037 0 0113.441 22a2.037 2.037 0 01-2.048-2.026V18.04c0-.356.292-.645.652-.645.36 0 .652.289.652.645v1.934c0 .263.142.506.372.638.23.131.514.131.744 0a.734.734 0 00.372-.638V4.07c0-1.143.937-2.07 2.093-2.07zm-5.674 0c1.156 0 2.093.927 2.093 2.07v11.523a.648.648 0 01-.652.645.648.648 0 01-.652-.645V4.07a.785.785 0 00-.789-.78.785.785 0 00-.789.78v14.013a2.06 2.06 0 01-2.07 2.048 2.06 2.06 0 01-2.071-2.048V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v3.8a2.06 2.06 0 01-2.071 2.049A2.06 2.06 0 010 12.9v-1.378c0-.357.292-.646.652-.646.36 0 .653.29.653.646V12.9c0 .418.343.757.766.757s.766-.339.766-.757V9.099a2.06 2.06 0 012.07-2.048 2.06 2.06 0 012.071 2.048v8.984c0 .419.343.758.767.758.423 0 .766-.339.766-.758V4.07c0-1.143.937-2.07 2.093-2.07z"})}),r4=e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#F38020",d:"M16.493 17.4c.135-.52.08-.983-.161-1.338-.215-.328-.592-.519-1.05-.519l-8.663-.109a.148.148 0 01-.135-.082c-.027-.054-.027-.109-.027-.163.027-.082.108-.164.189-.164l8.744-.11c1.05-.054 2.153-.9 2.556-1.937l.511-1.31c.027-.055.027-.11.027-.164C17.92 8.91 15.66 7 12.942 7c-2.503 0-4.628 1.638-5.381 3.903a2.432 2.432 0 00-1.803-.491c-1.21.109-2.153 1.092-2.287 2.32-.027.328 0 .628.054.9C1.56 13.688 0 15.326 0 17.319c0 .19.027.355.027.545 0 .082.08.137.161.137h15.983c.08 0 .188-.055.215-.164l.107-.437"}),(0,r.jsx)("path",{fill:"#FCAD32",d:"M19.238 11.75h-.242c-.054 0-.108.054-.135.109l-.35 1.2c-.134.52-.08.983.162 1.338.215.328.592.518 1.05.518l1.855.11c.054 0 .108.027.135.082.027.054.027.109.027.163-.027.082-.108.164-.188.164l-1.91.11c-1.05.054-2.153.9-2.557 1.937l-.134.355c-.027.055.026.137.107.137h6.592c.081 0 .162-.055.162-.137.107-.41.188-.846.188-1.31-.027-2.62-2.153-4.777-4.762-4.777"})]}),r8=e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M16 6H8v12h8V6zm4 16H4V2h16v20z"})}),r5=e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M.958 15.936a.459.459 0 01.459.44v2.729a.46.46 0 01-.918 0v-2.729a.459.459 0 01.459-.44zm4.814-2.035a.46.46 0 01.553.45v4.754a.458.458 0 11-.918 0V15.48L3.74 17.202a.462.462 0 01-.655.016.462.462 0 01-.065-.082L.628 14.67a.459.459 0 01.658-.637l2.124 2.187 2.127-2.188a.46.46 0 01.235-.13zm2.068.004a.46.46 0 01.458.445v4.755a.46.46 0 01-.458.458.459.459 0 01-.458-.458V14.35a.459.459 0 01.458-.445zm1.973 2.014a.46.46 0 01.46.457v2.729a.46.46 0 01-.784.324.46.46 0 01-.134-.324v-2.729a.46.46 0 01.458-.458zm.002-2.045a.458.458 0 01.328.157l2.127 2.19 2.125-2.19a.459.459 0 01.784.318v4.756a.46.46 0 01-.455.458.46.46 0 01-.458-.458V15.48l-1.667 1.723a.46.46 0 01-.65.008l-.005-.005c0-.002-.002-.002-.004-.003l-2.455-2.534a.46.46 0 01-.008-.667.461.461 0 01.338-.128zm6.797 1.206a.46.46 0 01.53.651A1.966 1.966 0 0019.81 18.4a.462.462 0 01.623.18.46.46 0 01-.181.624 2.863 2.863 0 01-1.38.353l-.142-.004a2.88 2.88 0 01-2.393-4.263.461.461 0 01.274-.21zm.864-.931a2.884 2.884 0 013.915 3.914.46.46 0 01-.402.24l-.057-.004a.458.458 0 01-.164-.055.46.46 0 01-.182-.622 1.967 1.967 0 00-2.669-2.67.459.459 0 11-.441-.803zM9.59 6.368c1.481 0 1.696 1.202 1.696 1.654v2.648h-.917v-.432c-.26.346-.792.535-1.36.535-.133 0-1.289-.03-1.384-1.136-.082-.932.675-1.61 2.053-1.61h.691c0-.563-.367-.886-.983-.886-.44.013-.864.174-1.2.458l-.36-.664c.484-.379 1.012-.567 1.764-.567zm4.427.1c1.263 0 2.082.97 2.083 2.15 0 1.181-.824 2.154-2.083 2.154-1.26 0-2.084-.972-2.084-2.152 0-1.18.82-2.153 2.084-2.153zm6.801.015c.68 0 1.202.465 1.197 1.548v2.642H21.1V8.29c0-.312-.002-.98-.63-.98s-.628.667-.628.838v2.524h-.89V8.148c0-.17-.001-.838-.63-.838-.628 0-.628.668-.628.98v2.383h-.917v-4.03h.917V7a1.22 1.22 0 01.947-.516c.398 0 .76.193.982.686a1.321 1.321 0 011.195-.686zm-18.093.872l1.457-1.772H5.32L3.311 8.07l2.14 2.602H4.24L2.725 8.796 1.21 10.672H0L2.138 8.07.13 5.583h1.138l1.458 1.772zm4.149 3.317h-.916V6.644h.916v4.028zm16.99 0h-.916V6.644h.916v4.028zM9.925 8.71c-1.055 0-1.359.412-1.326.742.032.329.324.537.757.537a1.013 1.013 0 001.014-.968l.002-.31h-.447zM14.018 7.3c-.663 0-1.184.487-1.184 1.32 0 .832.52 1.32 1.184 1.32.662 0 1.182-.49 1.182-1.32 0-.832-.52-1.32-1.182-1.32zM6.417 5.001a.568.568 0 01.587.582.588.588 0 01-1.175 0A.57.57 0 016.417 5zm16.991 0a.57.57 0 01.592.582.588.588 0 01-1.174 0 .57.57 0 01.357-.542.572.572 0 01.225-.04z"})}),r6=e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12.105 2L9.927 4.953H.653L2.83 2h9.276zM23.254 19.048L21.078 22h-9.242l2.174-2.952h9.244zM24 2L9.264 22H0L14.736 2H24z"})}),r3={anthropic:{Icon:e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M13.827 3.52h3.603L24 20h-3.603l-6.57-16.48zm-7.258 0h3.767L16.906 20h-3.674l-1.343-3.461H5.017l-1.344 3.46H0L6.57 3.522zm4.132 9.959L8.453 7.687 6.205 13.48H10.7z"})}),hasColor:!1},openai:{Icon:rQ,hasColor:!1},"openai-codex":{Icon:rQ,hasColor:!1},google:{Icon:r0,hasColor:!0},"google-vertex":{Icon:r0,hasColor:!0},"ant-ling":{Icon:e=>(0,r.jsxs)("svg",{...rG(e),viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{d:"M9.797 6.282a.451.451 0 01-.336-.315 1.019 1.019 0 010-.505c.156-.86.3-1.725.501-2.577.14-.7.42-1.367.823-1.96.305-.431.75-.746 1.262-.89.877-.217 1.24.629.937 1.348-.259.593-.877.914-1.334 1.348-.835.795-1.096 2.14-1.336 3.212a.427.427 0 01-.186.277.437.437 0 01-.331.062z"}),(0,r.jsx)("path",{d:"M6.334 4.672c.33-.121.682.146.946.297.278.145.587.219.901.214.231.01.466 0 .688.018 4.098.176 7.484 3.22 8.05 7.237.565 4.016-1.852 7.859-5.745 9.134-3.894 1.276-8.153-.38-10.126-3.935A8.339 8.339 0 013.133 7.081c.348-.278.716-.53 1.102-.755a8.404 8.404 0 001.318-.79c.28-.243.45-.742.781-.864zm4.406 2.15c-2.841.003-4.898 2.533-4.628 5.642.27 3.109 2.781 5.641 5.613 5.665 2.832.024 4.932-2.512 4.658-5.644-.273-3.133-2.802-5.666-5.643-5.663zm.357.57a4.707 4.707 0 013.304 1.446 5.703 5.703 0 011.643 3.49 4.841 4.841 0 01-1.141 3.705v.015a3.923 3.923 0 01-2.808 1.303 4.664 4.664 0 01-3.367-1.387 5.678 5.678 0 01-1.71-3.518 4.832 4.832 0 011.14-3.753 3.923 3.923 0 012.813-1.3h.126z"}),(0,r.jsx)("path",{d:"M2.346 2.054a1.26 1.26 0 01.384-.594.842.842 0 011.165.11c.694.82.169 2.078.142 3.02.013.805.208 1.597.57 2.318.084.134.147.279.186.43a.539.539 0 01-.3.577c-.345.17-.568-.19-.709-.446-.324-.6-.617-1.216-.877-1.846a8.698 8.698 0 01-.618-1.987 7.523 7.523 0 01-.051-.37 3.717 3.717 0 01-.024-.34 2.506 2.506 0 01.132-.872z"})]}),hasColor:!0},deepseek:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#4D6BFE",d:"M23.748 4.482c-.254-.124-.364.113-.512.234-.051.039-.094.09-.137.136-.372.397-.806.657-1.373.626-.829-.046-1.537.214-2.163.848-.133-.782-.575-1.248-1.247-1.548-.352-.156-.708-.311-.955-.65-.172-.241-.219-.51-.305-.774-.055-.16-.11-.323-.293-.35-.2-.031-.278.136-.356.276-.313.572-.434 1.202-.422 1.84.027 1.436.633 2.58 1.838 3.393.137.093.172.187.129.323-.082.28-.18.552-.266.833-.055.179-.137.217-.329.14a5.526 5.526 0 01-1.736-1.18c-.857-.828-1.631-1.742-2.597-2.458a11.365 11.365 0 00-.689-.471c-.985-.957.13-1.743.388-1.836.27-.098.093-.432-.779-.428-.872.004-1.67.295-2.687.684a3.055 3.055 0 01-.465.137 9.597 9.597 0 00-2.883-.102c-1.885.21-3.39 1.102-4.497 2.623C.082 8.606-.231 10.684.152 12.85c.403 2.284 1.569 4.175 3.36 5.653 1.858 1.533 3.997 2.284 6.438 2.14 1.482-.085 3.133-.284 4.994-1.86.47.234.962.327 1.78.397.63.059 1.236-.03 1.705-.128.735-.156.684-.837.419-.961-2.155-1.004-1.682-.595-2.113-.926 1.096-1.296 2.746-2.642 3.392-7.003.05-.347.007-.565 0-.845-.004-.17.035-.237.23-.256a4.173 4.173 0 001.545-.475c1.396-.763 1.96-2.015 2.093-3.517.02-.23-.004-.467-.247-.588zM11.581 18c-2.089-1.642-3.102-2.183-3.52-2.16-.392.024-.321.471-.235.763.09.288.207.486.371.739.114.167.192.416-.113.603-.673.416-1.842-.14-1.897-.167-1.361-.802-2.5-1.86-3.301-3.307-.774-1.393-1.224-2.887-1.298-4.482-.02-.386.093-.522.477-.592a4.696 4.696 0 011.529-.039c2.132.312 3.946 1.265 5.468 2.774.868.86 1.525 1.887 2.202 2.891.72 1.066 1.494 2.082 2.48 2.914.348.292.625.514.891.677-.802.09-2.14.11-3.054-.614zm1-6.44a.306.306 0 01.415-.287.302.302 0 01.2.288.306.306 0 01-.31.307.303.303 0 01-.304-.308zm3.11 1.596c-.2.081-.399.151-.59.16a1.245 1.245 0 01-.798-.254c-.274-.23-.47-.358-.552-.758a1.73 1.73 0 01.016-.588c.07-.327-.008-.537-.239-.727-.187-.156-.426-.199-.688-.199a.559.559 0 01-.254-.078c-.11-.054-.2-.19-.114-.358.028-.054.16-.186.192-.21.356-.202.767-.136 1.146.016.352.144.618.408 1.001.782.391.451.462.576.685.914.176.265.336.537.445.848.067.195-.019.354-.25.452z"})}),hasColor:!0},groq:{Icon:e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12.036 2c-3.853-.035-7 3-7.036 6.781-.035 3.782 3.055 6.872 6.908 6.907h2.42v-2.566h-2.292c-2.407.028-4.38-1.866-4.408-4.23-.029-2.362 1.901-4.298 4.308-4.326h.1c2.407 0 4.358 1.915 4.365 4.278v6.305c0 2.342-1.944 4.25-4.323 4.279a4.375 4.375 0 01-3.033-1.252l-1.851 1.818A7 7 0 0012.029 22h.092c3.803-.056 6.858-3.083 6.879-6.816v-6.5C18.907 4.963 15.817 2 12.036 2z"})}),hasColor:!1},mistral:{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"gold",d:"M3.428 3.4h3.429v3.428H3.428V3.4zm13.714 0h3.43v3.428h-3.43V3.4z"}),(0,r.jsx)("path",{fill:"#FFAF00",d:"M3.428 6.828h6.857v3.429H3.429V6.828zm10.286 0h6.857v3.429h-6.857V6.828z"}),(0,r.jsx)("path",{fill:"#FF8205",d:"M3.428 10.258h17.144v3.428H3.428v-3.428z"}),(0,r.jsx)("path",{fill:"#FA500F",d:"M3.428 13.686h3.429v3.428H3.428v-3.428zm6.858 0h3.429v3.428h-3.429v-3.428zm6.856 0h3.43v3.428h-3.43v-3.428z"}),(0,r.jsx)("path",{fill:"#E10500",d:"M0 17.114h10.286v3.429H0v-3.429zm13.714 0H24v3.429H13.714v-3.429z"})]}),hasColor:!0},moonshotai:{Icon:r1,hasColor:!1},"moonshotai-cn":{Icon:r1,hasColor:!1},moonshot:{Icon:r1,hasColor:!1},minimax:{Icon:r2,hasColor:!0},"minimax-cn":{Icon:r2,hasColor:!0},fireworks:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#5019C5",d:"M14.8 5l-2.801 6.795L9.195 5H7.397l3.072 7.428a1.64 1.64 0 003.038.002L16.598 5H14.8zm1.196 10.352l5.124-5.244-.699-1.669-5.596 5.739a1.664 1.664 0 00-.343 1.807 1.642 1.642 0 001.516 1.012L16 17l8-.02-.699-1.669-7.303.041h-.002zM2.88 10.104l.699-1.669 5.596 5.739c.468.479.603 1.189.343 1.807a1.643 1.643 0 01-1.516 1.012l-8-.018-.002.002.699-1.669 7.303.042-5.122-5.246z"})}),hasColor:!0},huggingface:{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#FF9D0B",d:"M2.25 11.535c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0c2.997 1.704 4.844 4.851 4.844 8.258 0 5.266-4.337 9.535-9.687 9.535S2.25 16.8 2.25 11.535z"}),(0,r.jsx)("path",{fill:"#FFD21E",d:"M11.938 20.086c4.797 0 8.687-3.829 8.687-8.551 0-4.722-3.89-8.55-8.687-8.55-4.798 0-8.688 3.828-8.688 8.55 0 4.722 3.89 8.55 8.688 8.55z"}),(0,r.jsx)("path",{fill:"#FF323D",d:"M11.875 15.113c2.457 0 3.25-2.156 3.25-3.263 0-.576-.393-.394-1.023-.089-.582.283-1.365.675-2.224.675-1.798 0-3.25-1.693-3.25-.586 0 1.107.79 3.263 3.25 3.263h-.003z"}),(0,r.jsx)("path",{fill:"#3A3B45",d:"M14.76 9.21c.32.108.445.753.767.585.447-.233.707-.708.659-1.204a1.235 1.235 0 00-.879-1.059 1.262 1.262 0 00-1.33.394c-.322.384-.377.92-.14 1.36.153.283.638-.177.925-.079l-.002.003zm-5.887 0c-.32.108-.448.753-.768.585a1.226 1.226 0 01-.658-1.204c.048-.495.395-.913.878-1.059a1.262 1.262 0 011.33.394c.322.384.377.92.14 1.36-.152.283-.64-.177-.925-.079l.003.003zm1.12 5.34a2.166 2.166 0 011.325-1.106c.07-.02.144.06.219.171l.192.306c.069.1.139.175.209.175.074 0 .15-.074.223-.172l.205-.302c.08-.11.157-.188.234-.165.537.168.986.536 1.25 1.026.932-.724 1.275-1.905 1.275-2.633 0-.508-.306-.426-.81-.19l-.616.296c-.52.24-1.148.48-1.824.48-.676 0-1.302-.24-1.823-.48l-.589-.283c-.52-.248-.838-.342-.838.177 0 .703.32 1.831 1.187 2.56l.18.14z"}),(0,r.jsx)("path",{fill:"#FF9D0B",d:"M17.812 10.366a.806.806 0 00.813-.8c0-.441-.364-.8-.813-.8a.806.806 0 00-.812.8c0 .442.364.8.812.8zm-11.624 0a.806.806 0 00.812-.8c0-.441-.364-.8-.812-.8a.806.806 0 00-.813.8c0 .442.364.8.813.8zM4.515 13.073c-.405 0-.765.162-1.017.46a1.455 1.455 0 00-.333.925 1.801 1.801 0 00-.485-.074c-.387 0-.737.146-.985.409a1.41 1.41 0 00-.2 1.722 1.302 1.302 0 00-.447.694c-.06.222-.12.69.2 1.166a1.267 1.267 0 00-.093 1.236c.238.533.81.958 1.89 1.405l.24.096c.768.3 1.473.492 1.478.494.89.243 1.808.375 2.732.394 1.465 0 2.513-.443 3.115-1.314.93-1.342.842-2.575-.274-3.763l-.151-.154c-.692-.684-1.155-1.69-1.25-1.912-.195-.655-.71-1.383-1.562-1.383-.46.007-.889.233-1.15.605-.25-.31-.495-.553-.715-.694a1.87 1.87 0 00-.993-.312zm14.97 0c.405 0 .767.162 1.017.46.216.262.333.588.333.925.158-.047.322-.071.487-.074.388 0 .738.146.985.409a1.41 1.41 0 01.2 1.722c.22.178.377.422.445.694.06.222.12.69-.2 1.166.244.37.279.836.093 1.236-.238.533-.81.958-1.889 1.405l-.239.096c-.77.3-1.475.492-1.48.494-.89.243-1.808.375-2.732.394-1.465 0-2.513-.443-3.115-1.314-.93-1.342-.842-2.575.274-3.763l.151-.154c.695-.684 1.157-1.69 1.252-1.912.195-.655.708-1.383 1.56-1.383.46.007.889.233 1.15.605.25-.31.495-.553.718-.694.244-.162.523-.265.814-.3l.176-.012z"}),(0,r.jsx)("path",{fill:"#FFD21E",d:"M9.785 20.132c.688-.994.638-1.74-.305-2.667-.945-.928-1.495-2.288-1.495-2.288s-.205-.788-.672-.714c-.468.074-.81 1.25.17 1.971.977.721-.195 1.21-.573.534-.375-.677-1.405-2.416-1.94-2.751-.532-.332-.907-.148-.782.541.125.687 2.357 2.35 2.14 2.707-.218.362-.983-.42-.983-.42S2.953 14.9 2.43 15.46c-.52.558.398 1.026 1.7 1.803 1.308.778 1.41.985 1.225 1.28-.187.295-3.07-2.1-3.34-1.083-.27 1.011 2.943 1.304 2.745 2.006-.2.7-2.265-1.324-2.685-.537-.425.79 2.913 1.718 2.94 1.725 1.075.276 3.813.859 4.77-.522zm4.432 0c-.687-.994-.64-1.74.305-2.667.943-.928 1.493-2.288 1.493-2.288s.205-.788.675-.714c.465.074.807 1.25-.17 1.971-.98.721.195 1.21.57.534.377-.677 1.407-2.416 1.94-2.751.532-.332.91-.148.782.541-.125.687-2.355 2.35-2.137 2.707.215.362.98-.42.98-.42S21.05 14.9 21.57 15.46c.52.558-.395 1.026-1.7 1.803-1.308.778-1.408.985-1.225 1.28.187.295 3.07-2.1 3.34-1.083.27 1.011-2.94 1.304-2.743 2.006.2.7 2.263-1.324 2.685-.537.423.79-2.912 1.718-2.94 1.725-1.077.276-3.815.859-4.77-.522z"})]}),hasColor:!0},cerebras:{Icon:e=>(0,r.jsxs)("svg",{...rG(e),viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#F15A29",d:"M14.121 2.701a9.299 9.299 0 000 18.598V22.7c-5.91 0-10.7-4.791-10.7-10.701S8.21 1.299 14.12 1.299V2.7zm4.752 3.677A7.353 7.353 0 109.42 17.643l-.901 1.074a8.754 8.754 0 01-1.08-12.334 8.755 8.755 0 0112.335-1.08l-.901 1.075zm-2.255.844a5.407 5.407 0 00-5.048 9.563l-.656 1.24a6.81 6.81 0 016.358-12.043l-.654 1.24zM14.12 8.539a3.46 3.46 0 100 6.922v1.402a4.863 4.863 0 010-9.726v1.402z"}),(0,r.jsx)("path",{d:"M15.407 10.836a2.24 2.24 0 00-.51-.409 1.084 1.084 0 00-.544-.152c-.255 0-.483.047-.684.14a1.58 1.58 0 00-.84.912c-.074.203-.11.416-.11.631 0 .218.036.43.11.631a1.594 1.594 0 00.84.913c.2.093.43.14.684.14.216 0 .417-.046.602-.135.188-.09.35-.225.475-.392l.928 1.006c-.14.14-.3.261-.482.363a3.367 3.367 0 01-1.083.38c-.17.026-.317.04-.44.04a3.315 3.315 0 01-1.182-.21 2.825 2.825 0 01-.961-.597 2.816 2.816 0 01-.644-.929 2.987 2.987 0 01-.238-1.21c0-.444.08-.847.238-1.21.15-.35.368-.666.643-.929.278-.261.605-.464.962-.596a3.315 3.315 0 011.182-.21c.355 0 .712.068 1.072.204.361.138.685.36.944.649l-.962.97z"})]}),hasColor:!0},openrouter:{Icon:e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M16.804 1.957l7.22 4.105v.087L16.73 10.21l.017-2.117-.821-.03c-1.059-.028-1.611.002-2.268.11-1.064.175-2.038.577-3.147 1.352L8.345 11.03c-.284.195-.495.336-.68.455l-.515.322-.397.234.385.23.53.338c.476.314 1.17.796 2.701 1.866 1.11.775 2.083 1.177 3.147 1.352l.3.045c.694.091 1.375.094 2.825.033l.022-2.159 7.22 4.105v.087L16.589 22l.014-1.862-.635.022c-1.386.042-2.137.002-3.138-.162-1.694-.28-3.26-.926-4.881-2.059l-2.158-1.5a21.997 21.997 0 00-.755-.498l-.467-.28a55.927 55.927 0 00-.76-.43C2.908 14.73.563 14.116 0 14.116V9.888l.14.004c.564-.007 2.91-.622 3.809-1.124l1.016-.58.438-.274c.428-.28 1.072-.726 2.686-1.853 1.621-1.133 3.186-1.78 4.881-2.059 1.152-.19 1.974-.213 3.814-.138l.02-1.907z"})}),hasColor:!1},xai:{Icon:e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M6.469 8.776L16.512 23h-4.464L2.005 8.776H6.47zm-.004 7.9l2.233 3.164L6.467 23H2l4.465-6.324zM22 2.582V23h-3.659V7.764L22 2.582zM22 1l-9.952 14.095-2.233-3.163L17.533 1H22z"})}),hasColor:!1},"cloudflare-ai-gateway":{Icon:r4,hasColor:!0},"cloudflare-workers-ai":{Icon:r4,hasColor:!0},"vercel-ai-gateway":{Icon:e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12 0l12 20.785H0L12 0z"})}),hasColor:!1},"github-copilot":{Icon:e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M19.245 5.364c1.322 1.36 1.877 3.216 2.11 5.817.622 0 1.2.135 1.592.654l.73.964c.21.278.323.61.323.955v2.62c0 .339-.173.669-.453.868C20.239 19.602 16.157 21.5 12 21.5c-4.6 0-9.205-2.583-11.547-4.258-.28-.2-.452-.53-.453-.868v-2.62c0-.345.113-.679.321-.956l.73-.963c.392-.517.974-.654 1.593-.654l.029-.297c.25-2.446.81-4.213 2.082-5.52 2.461-2.54 5.71-2.851 7.146-2.864h.198c1.436.013 4.685.323 7.146 2.864zm-7.244 4.328c-.284 0-.613.016-.962.05-.123.447-.305.85-.57 1.108-1.05 1.023-2.316 1.18-2.994 1.18-.638 0-1.306-.13-1.851-.464-.516.165-1.012.403-1.044.996a65.882 65.882 0 00-.063 2.884l-.002.48c-.002.563-.005 1.126-.013 1.69.002.326.204.63.51.765 2.482 1.102 4.83 1.657 6.99 1.657 2.156 0 4.504-.555 6.985-1.657a.854.854 0 00.51-.766c.03-1.682.006-3.372-.076-5.053-.031-.596-.528-.83-1.046-.996-.546.333-1.212.464-1.85.464-.677 0-1.942-.157-2.993-1.18-.266-.258-.447-.661-.57-1.108-.32-.032-.64-.049-.96-.05zm-2.525 4.013c.539 0 .976.426.976.95v1.753c0 .525-.437.95-.976.95a.964.964 0 01-.976-.95v-1.752c0-.525.437-.951.976-.951zm5 0c.539 0 .976.426.976.95v1.753c0 .525-.437.95-.976.95a.964.964 0 01-.976-.95v-1.752c0-.525.437-.951.976-.951zM7.635 5.087c-1.05.102-1.935.438-2.385.906-.975 1.037-.765 3.668-.21 4.224.405.394 1.17.657 1.995.657h.09c.649-.013 1.785-.176 2.73-1.11.435-.41.705-1.433.675-2.47-.03-.834-.27-1.52-.63-1.813-.39-.336-1.275-.482-2.265-.394zm6.465.394c-.36.292-.6.98-.63 1.813-.03 1.037.24 2.06.675 2.47.968.957 2.136 1.104 2.776 1.11h.044c.825 0 1.59-.263 1.995-.657.555-.556.765-3.187-.21-4.224-.45-.468-1.335-.804-2.385-.906-.99-.088-1.875.058-2.265.394zM12 7.615c-.24 0-.525.015-.84.044.03.16.045.336.06.526l-.001.159a2.94 2.94 0 01-.014.25c.225-.022.425-.027.612-.028h.366c.187 0 .387.006.612.028-.015-.146-.015-.277-.015-.409.015-.19.03-.365.06-.526a9.29 9.29 0 00-.84-.044z"})}),hasColor:!1},"amazon-bedrock":{Icon:e=>(0,r.jsxs)("svg",{...rG(e),viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{d:"M6.763 11.212c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 01-.208.072c-.08 0-.16-.04-.239-.112a2.47 2.47 0 01-.287-.375 6.18 6.18 0 01-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.191-1.596-.574-.39-.384-.59-.894-.59-1.533 0-.678.24-1.23.726-1.644.487-.415 1.133-.623 1.955-.623.272 0 .551.024.846.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.295.072-.583.16-.862.272a2.4 2.4 0 01-.28.104.488.488 0 01-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 01.224-.167 4.577 4.577 0 011.005-.36 4.84 4.84 0 011.246-.151c.95 0 1.644.216 2.091.647.44.43.662 1.085.662 1.963v2.586h.016zm-3.24 1.214c.263 0 .534-.048.822-.144a1.78 1.78 0 00.758-.51 1.27 1.27 0 00.272-.512c.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 00-.735-.136 6.02 6.02 0 00-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.296.838.296zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 6.726a1.398 1.398 0 01-.072-.32c0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.151-.312a.549.549 0 01.32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 01.311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 01-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 01-.303.08h-.687c-.15 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32L12.32 7.747l-1.23 5.14c-.04.16-.087.264-.15.32-.065.056-.177.08-.32.08l-.686.001zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 01-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.32.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 00.415-.758.777.777 0 00-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 01-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .36.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 01.24.2.43.43 0 01.071.263v.375c0 .168-.064.256-.184.256a.83.83 0 01-.303-.096 3.652 3.652 0 00-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .224.08.416.24.567.16.152.454.304.877.44l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926a2.157 2.157 0 01-.583.703c-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167z"}),(0,r.jsx)("path",{fill:"#F90",d:"M.378 15.475c3.384 1.963 7.56 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.44-.2.814.287.383.607-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351zm23.531-.2c.287.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151l.175-.439c.343-.88.802-2.198.52-2.555-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399z"})]}),hasColor:!0},"azure-openai-responses":{Icon:e=>(0,r.jsxs)("svg",{...rG(e),viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{d:"M7.242 1.613A1.11 1.11 0 018.295.857h6.977L8.03 22.316a1.11 1.11 0 01-1.052.755h-5.43a1.11 1.11 0 01-1.053-1.466L7.242 1.613z"}),(0,r.jsx)("path",{fill:"#0078D4",d:"M18.397 15.296H7.4a.51.51 0 00-.347.882l7.066 6.595c.206.192.477.298.758.298h6.226l-2.706-7.775z"}),(0,r.jsx)("path",{d:"M15.272.857H7.497L0 23.071h7.775l1.596-4.73 5.068 4.73h6.665l-2.707-7.775h-7.998L15.272.857z"}),(0,r.jsx)("path",{d:"M17.193 1.613a1.11 1.11 0 00-1.052-.756h-7.81.035c.477 0 .9.304 1.052.756l6.748 19.992a1.11 1.11 0 01-1.052 1.466h-.12 7.895a1.11 1.11 0 001.052-1.466L17.193 1.613z"})]}),hasColor:!0},"kimi-coding":{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#1783FF",d:"M21.846 0a1.923 1.923 0 110 3.846H20.15a.226.226 0 01-.227-.226V1.923C19.923.861 20.784 0 21.846 0z"}),(0,r.jsx)("path",{fill:"#fff",d:"M11.065 11.199l7.257-7.2c.137-.136.06-.41-.116-.41H14.3a.164.164 0 00-.117.051l-7.82 7.756c-.122.12-.302.013-.302-.179V3.82c0-.127-.083-.23-.185-.23H3.186c-.103 0-.186.103-.186.23V19.77c0 .128.083.23.186.23h2.69c.103 0 .186-.102.186-.23v-3.25c0-.069.025-.135.069-.178l2.424-2.406a.158.158 0 01.205-.023l6.484 4.772a7.677 7.677 0 003.453 1.283c.108.012.2-.095.2-.23v-3.06c0-.117-.07-.212-.164-.227a5.028 5.028 0 01-2.027-.807l-5.613-4.064c-.117-.078-.132-.279-.028-.381z"})]}),hasColor:!0},nvidia:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#74B71B",d:"M10.212 8.976V7.62c.127-.01.256-.017.388-.021 3.596-.117 5.957 3.184 5.957 3.184s-2.548 3.647-5.282 3.647a3.227 3.227 0 01-1.063-.175v-4.109c1.4.174 1.681.812 2.523 2.258l1.873-1.627a4.905 4.905 0 00-3.67-1.846 6.594 6.594 0 00-.729.044m0-4.476v2.025c.13-.01.259-.019.388-.024 5.002-.174 8.261 4.226 8.261 4.226s-3.743 4.69-7.643 4.69c-.338 0-.675-.031-1.007-.092v1.25c.278.038.558.057.838.057 3.629 0 6.253-1.91 8.794-4.169.421.347 2.146 1.193 2.501 1.564-2.416 2.083-8.048 3.763-11.24 3.763-.308 0-.603-.02-.894-.048V19.5H24v-15H10.21zm0 9.756v1.068c-3.356-.616-4.287-4.21-4.287-4.21a7.173 7.173 0 014.287-2.138v1.172h-.005a3.182 3.182 0 00-2.502 1.178s.615 2.276 2.507 2.931m-5.961-3.3c1.436-1.935 3.604-3.148 5.961-3.336V6.523C5.81 6.887 2 10.723 2 10.723s2.158 6.427 8.21 7.015v-1.166C5.77 16 4.25 10.958 4.25 10.958h-.002z"})}),hasColor:!0},opencode:{Icon:r8,hasColor:!1},"opencode-go":{Icon:r8,hasColor:!1},qwen:{Icon:e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12.604 1.34c.393.69.784 1.382 1.174 2.075a.18.18 0 00.157.091h5.552c.174 0 .322.11.446.327l1.454 2.57c.19.337.24.478.024.837-.26.43-.513.864-.76 1.3l-.367.658c-.106.196-.223.28-.04.512l2.652 4.637c.172.301.111.494-.043.77-.437.785-.882 1.564-1.335 2.34-.159.272-.352.375-.68.37-.777-.016-1.552-.01-2.327.016a.099.099 0 00-.081.05 575.097 575.097 0 01-2.705 4.74c-.169.293-.38.363-.725.364-.997.003-2.002.004-3.017.002a.537.537 0 01-.465-.271l-1.335-2.323a.09.09 0 00-.083-.049H4.982c-.285.03-.553-.001-.805-.092l-1.603-2.77a.543.543 0 01-.002-.54l1.207-2.12a.198.198 0 000-.197 550.951 550.951 0 01-1.875-3.272l-.79-1.395c-.16-.31-.173-.496.095-.965.465-.813.927-1.625 1.387-2.436.132-.234.304-.334.584-.335a338.3 338.3 0 012.589-.001.124.124 0 00.107-.063l2.806-4.895a.488.488 0 01.422-.246c.524-.001 1.053 0 1.583-.006L11.704 1c.341-.003.724.032.9.34zm-3.432.403a.06.06 0 00-.052.03L6.254 6.788a.157.157 0 01-.135.078H3.253c-.056 0-.07.025-.041.074l5.81 10.156c.025.042.013.062-.034.063l-2.795.015a.218.218 0 00-.2.116l-1.32 2.31c-.044.078-.021.118.068.118l5.716.008c.046 0 .08.02.104.061l1.403 2.454c.046.081.092.082.139 0l5.006-8.76.783-1.382a.055.055 0 01.096 0l1.424 2.53a.122.122 0 00.107.062l2.763-.02a.04.04 0 00.035-.02.041.041 0 000-.04l-2.9-5.086a.108.108 0 010-.113l.293-.507 1.12-1.977c.024-.041.012-.062-.035-.062H9.2c-.059 0-.073-.026-.043-.077l1.434-2.505a.107.107 0 000-.114L9.225 1.774a.06.06 0 00-.053-.031zm6.29 8.02c.046 0 .058.02.034.06l-.832 1.465-2.613 4.585a.056.056 0 01-.05.029.058.058 0 01-.05-.029L8.498 9.841c-.02-.034-.01-.052.028-.054l.216-.012 6.722-.012z"})}),hasColor:!0},xiaomi:{Icon:r5,hasColor:!1},"xiaomi-token-plan-ams":{Icon:r5,hasColor:!1},"xiaomi-token-plan-cn":{Icon:r5,hasColor:!1},"xiaomi-token-plan-sgp":{Icon:r5,hasColor:!1},zai:{Icon:r6,hasColor:!1},"zai-coding-cn":{Icon:r6,hasColor:!1},zhipu:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#3859FF",d:"M11.991 23.503a.24.24 0 00-.244.248.24.24 0 00.244.249.24.24 0 00.245-.249.24.24 0 00-.22-.247l-.025-.001zM9.671 5.365a1.697 1.697 0 011.099 2.132l-.071.172-.016.04-.018.054c-.07.16-.104.32-.104.498-.035.71.47 1.279 1.186 1.314h.366c1.309.053 2.338 1.173 2.286 2.523-.052 1.332-1.152 2.38-2.478 2.327h-.174c-.715.018-1.274.64-1.239 1.368 0 .124.018.23.053.337.209.373.54.658.96.8.75.23 1.517-.125 1.9-.782l.018-.035c.402-.64 1.17-.96 1.92-.711.854.284 1.378 1.226 1.099 2.167a1.661 1.661 0 01-2.077 1.102 1.711 1.711 0 01-.907-.711l-.017-.035c-.2-.323-.463-.58-.851-.711l-.056-.018a1.646 1.646 0 00-1.954.746 1.66 1.66 0 01-1.065.764 1.677 1.677 0 01-1.989-1.279c-.209-.906.332-1.83 1.257-2.043a1.51 1.51 0 01.296-.035h.018c.68-.071 1.151-.622 1.116-1.333a1.307 1.307 0 00-.227-.693 2.515 2.515 0 01-.366-1.403 2.39 2.39 0 01.366-1.208c.14-.195.21-.444.227-.693.018-.71-.506-1.261-1.186-1.332l-.07-.018a1.43 1.43 0 01-.299-.07l-.05-.019a1.7 1.7 0 01-1.047-2.114 1.68 1.68 0 012.094-1.101zm-5.575 10.11c.26-.264.639-.367.994-.27.355.096.633.379.728.74.095.362-.007.748-.267 1.013-.402.41-1.053.41-1.455 0a1.062 1.062 0 010-1.482zm14.845-.294c.359-.09.738.024.992.297.254.274.344.665.237 1.025-.107.36-.396.634-.756.718-.551.128-1.1-.22-1.23-.781a1.05 1.05 0 01.757-1.26zm-.064-4.39c.314.32.49.753.49 1.206 0 .452-.176.886-.49 1.206-.315.32-.74.5-1.185.5-.444 0-.87-.18-1.184-.5a1.727 1.727 0 010-2.412 1.654 1.654 0 012.369 0zm-11.243.163c.364.484.447 1.128.218 1.691a1.665 1.665 0 01-2.188.923c-.855-.36-1.26-1.358-.907-2.228a1.68 1.68 0 011.33-1.038c.593-.08 1.183.169 1.547.652zm11.545-4.221c.368 0 .708.2.892.524.184.324.184.724 0 1.048a1.026 1.026 0 01-.892.524c-.568 0-1.03-.47-1.03-1.048 0-.579.462-1.048 1.03-1.048zm-14.358 0c.368 0 .707.2.891.524.184.324.184.724 0 1.048a1.026 1.026 0 01-.891.524c-.569 0-1.03-.47-1.03-1.048 0-.579.461-1.048 1.03-1.048zm10.031-1.475c.925 0 1.675.764 1.675 1.706s-.75 1.705-1.675 1.705-1.674-.763-1.674-1.705c0-.942.75-1.706 1.674-1.706zm-2.626-.684c.362-.082.653-.356.761-.718a1.062 1.062 0 00-.238-1.028 1.017 1.017 0 00-.996-.294c-.547.14-.881.7-.752 1.257.13.558.675.907 1.225.783zm0 16.876c.359-.087.644-.36.75-.72a1.062 1.062 0 00-.237-1.019 1.018 1.018 0 00-.985-.301 1.037 1.037 0 00-.762.717c-.108.361-.017.754.239 1.028.245.263.606.377.953.305l.043-.01zM17.19 3.5a.631.631 0 00.628-.64c0-.355-.279-.64-.628-.64a.631.631 0 00-.628.64c0 .355.28.64.628.64zm-10.38 0a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64a.631.631 0 00-.628.64c0 .355.279.64.628.64zm-5.182 7.852a.631.631 0 00-.628.64c0 .354.28.639.628.639a.63.63 0 00.627-.606l.001-.034a.62.62 0 00-.628-.64zm5.182 9.13a.631.631 0 00-.628.64c0 .355.279.64.628.64a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64zm10.38.018a.631.631 0 00-.628.64c0 .355.28.64.628.64a.631.631 0 00.628-.64c0-.355-.279-.64-.628-.64zm5.182-9.148a.631.631 0 00-.628.64c0 .354.279.639.628.639a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64zm-.384-4.992a.24.24 0 00.244-.249.24.24 0 00-.244-.249.24.24 0 00-.244.249c0 .142.122.249.244.249zM11.991.497a.24.24 0 00.245-.248A.24.24 0 0011.99 0a.24.24 0 00-.244.249c0 .133.108.236.223.247l.021.001zM2.011 6.36a.24.24 0 00.245-.249.24.24 0 00-.244-.249.24.24 0 00-.244.249.24.24 0 00.244.249zm0 11.263a.24.24 0 00-.243.248.24.24 0 00.244.249.24.24 0 00.244-.249.252.252 0 00-.244-.248zm19.995-.018a.24.24 0 00-.245.248.24.24 0 00.245.25.24.24 0 00.244-.25.252.252 0 00-.244-.248z"})}),hasColor:!0},cohere:{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#39594D",d:"M8.128 14.099c.592 0 1.77-.033 3.398-.703 1.897-.781 5.672-2.2 8.395-3.656 1.905-1.018 2.74-2.366 2.74-4.18A4.56 4.56 0 0018.1 1H7.549A6.55 6.55 0 001 7.55c0 3.617 2.745 6.549 7.128 6.549z"}),(0,r.jsx)("path",{fill:"#D18EE2",d:"M9.912 18.61a4.387 4.387 0 012.705-4.052l3.323-1.38c3.361-1.394 7.06 1.076 7.06 4.715a5.104 5.104 0 01-5.105 5.104l-3.597-.001a4.386 4.386 0 01-4.386-4.387z"}),(0,r.jsx)("path",{fill:"#FF7759",d:"M4.776 14.962A3.775 3.775 0 001 18.738v.489a3.776 3.776 0 007.551 0v-.49a3.775 3.775 0 00-3.775-3.775z"})]}),hasColor:!0},perplexity:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#22B8CD",d:"M19.785 0v7.272H22.5V17.62h-2.935V24l-7.037-6.194v6.145h-1.091v-6.152L4.392 24v-6.465H1.5V7.188h2.884V0l7.053 6.494V.19h1.09v6.49L19.786 0zm-7.257 9.044v7.319l5.946 5.234V14.44l-5.946-5.397zm-1.099-.08l-5.946 5.398v7.235l5.946-5.234V8.965zm8.136 7.58h1.844V8.349H13.46l6.105 5.54v2.655zm-8.982-8.28H2.59v8.195h1.8v-2.576l6.192-5.62zM5.475 2.476v4.71h5.115l-5.115-4.71zm13.219 0l-5.115 4.71h5.115v-4.71z"})}),hasColor:!0},together:{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#EF2CC1",d:"M23.197 4.503A6 6 0 0015 2.307a5.973 5.973 0 00-2.995 4.933l5.996.008v.515h-5.996c.039.937.298 1.87.8 2.74a6 6 0 1010.39-6z"}),(0,r.jsx)("path",{fill:"#CAAEF5",d:"M.805 4.5A6 6 0 003 12.697a5.972 5.972 0 005.77.127L5.779 7.627l.446-.257 2.997 5.192A6 6 0 10.804 4.5z"}),(0,r.jsx)("path",{fill:"#FC4C02",d:"M12 23.894a6 6 0 005.999-6c0-2.13-1.1-3.996-2.775-5.06l-3.005 5.189-.444-.258 2.997-5.192A6 6 0 1012 23.894z"})]}),hasColor:!0},grok:{Icon:e=>(0,r.jsx)("svg",{...rG(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M9.27 15.29l7.978-5.897c.391-.29.95-.177 1.137.272.98 2.369.542 5.215-1.41 7.169-1.951 1.954-4.667 2.382-7.149 1.406l-2.711 1.257c3.889 2.661 8.611 2.003 11.562-.953 2.341-2.344 3.066-5.539 2.388-8.42l.006.007c-.983-4.232.242-5.924 2.75-9.383.06-.082.12-.164.179-.248l-3.301 3.305v-.01L9.267 15.292M7.623 16.723c-2.792-2.67-2.31-6.801.071-9.184 1.761-1.763 4.647-2.483 7.166-1.425l2.705-1.25a7.808 7.808 0 00-1.829-1A8.975 8.975 0 005.984 5.83c-2.533 2.536-3.33 6.436-1.962 9.764 1.022 2.487-.653 4.246-2.34 6.022-.599.63-1.199 1.259-1.682 1.925l7.62-6.815"})}),hasColor:!1}},r7=["openai-completions","openai-responses","anthropic-messages","google-generative-ai"];function r9({label:e,children:t}){return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[(0,r.jsx)("label",{style:{fontSize:11,color:"var(--text-muted)",fontWeight:500},children:e}),t]})}let ie={padding:"6px 9px",background:"var(--bg-panel)",border:"1px solid var(--border)",borderRadius:5,color:"var(--text)",fontSize:12,outline:"none",width:"100%",boxSizing:"border-box"};function it({value:e,onChange:t,placeholder:n,mono:i}){return(0,r.jsx)("input",{value:e,onChange:e=>t(e.target.value),placeholder:n,style:{...ie,fontFamily:i?"var(--font-mono)":"inherit"}})}function ir({value:e,onChange:t,placeholder:n,mono:o,onKeyDown:l,autoComplete:a="off",spellCheck:s=!1,style:d}){let[c,u]=(0,i.useState)(!1),{t:p}=(0,y.s)();return(0,i.useEffect)(()=>{e||u(!1)},[e]),(0,r.jsxs)("div",{style:{position:"relative",width:"100%",...d},children:[(0,r.jsx)("input",{type:c?"text":"password",value:e,onChange:e=>t(e.target.value),onKeyDown:l,placeholder:n,style:{...ie,paddingRight:34,fontFamily:o?"var(--font-mono)":"inherit"},autoComplete:a,spellCheck:s}),(0,r.jsx)("button",{type:"button",onClick:()=>u(e=>!e),"aria-label":p(c?"i18n.hideDetails":"i18n.showDetails"),title:p(c?"i18n.hideDetails":"i18n.showDetails"),style:{position:"absolute",right:5,top:"50%",transform:"translateY(-50%)",width:24,height:24,padding:0,border:"none",background:"transparent",color:"var(--text-dim)",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center"},children:c?(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M17.94 17.94A10.94 10.94 0 0 1 12 20C7 20 2.73 16.89 1 12a18.45 18.45 0 0 1 5.06-6.94"}),(0,r.jsx)("path",{d:"M9.9 4.24A10.94 10.94 0 0 1 12 4c5 0 9.27 3.11 11 8a18.5 18.5 0 0 1-2.16 3.19"}),(0,r.jsx)("path",{d:"M14.12 14.12A3 3 0 0 1 9.88 9.88"}),(0,r.jsx)("path",{d:"M1 1l22 22"})]}):(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8S1 12 1 12Z"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"})]})})]})}function ii({value:e,onChange:t,placeholder:n}){return(0,r.jsx)("input",{type:"number",value:e,onChange:e=>t(e.target.value),placeholder:n,style:ie})}function io({value:e,onChange:t,options:n,required:i}){let{t:o}=(0,y.s)();return(0,r.jsxs)("select",{value:e,onChange:e=>t(e.target.value),style:{...ie,color:e?"var(--text)":"var(--text-dim)"},children:[!i&&(0,r.jsxs)("option",{value:"",children:["— ",o("i18n.default")," / none —"]}),n.map(e=>(0,r.jsx)("option",{value:e,children:e},e))]})}function il({label:e,checked:t,onChange:n}){return(0,r.jsxs)("label",{style:{display:"flex",alignItems:"center",gap:6,cursor:"pointer",fontSize:12,color:"var(--text-muted)"},children:[(0,r.jsx)("input",{type:"checkbox",checked:t,onChange:e=>n(e.target.checked),style:{width:13,height:13,accentColor:"var(--accent)",cursor:"pointer"}}),e]})}function ia({children:e}){return(0,r.jsx)("div",{style:{fontSize:11,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.06em",marginBottom:2},children:e})}function is({name:e,provider:t,onChange:n,onRename:o,onDelete:l,onAddModels:a}){let{t:s}=(0,y.s)(),[d,c]=(0,i.useState)(e),[u,p]=(0,i.useState)({phase:"idle"}),[h,g]=(0,i.useState)(""),[x,f]=(0,i.useState)([]),m=(0,i.useRef)(0),v=(0,i.useRef)(null);(0,i.useEffect)(()=>c(e),[e]);let b=(e,r)=>n({...t,[e]:r});(0,i.useEffect)(()=>{t.api||n({...t,api:"openai-completions"})},[t.api]),(0,i.useEffect)(()=>{m.current+=1,p({phase:"idle"}),g(""),f([])},[e,t.baseUrl,t.api,t.apiKey]);let k=(0,i.useCallback)(async()=>{if(!t.baseUrl?.trim()||"loading"===u.phase)return;let n=++m.current;p({phase:"loading"}),f([]);try{let r=await fetch("/api/models-config/discover",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({providerName:e,provider:{...t,models:void 0}})}),i=await r.json();if(n!==m.current)return;if(!r.ok||i.error||!i.models)return void p({phase:"error",message:i.error??`HTTP ${r.status}`});p({phase:"success",models:i.models,endpoint:i.endpoint??t.baseUrl})}catch(e){if(n!==m.current)return;p({phase:"error",message:e instanceof Error?e.message:String(e)})}},[u.phase,e,t]),w=new Set((t.models??[]).map(e=>e.id)),j="success"===u.phase?u.models:[],S=h.trim().toLocaleLowerCase(),C=j.filter(e=>!S||e.id.toLocaleLowerCase().includes(S)||e.name?.toLocaleLowerCase().includes(S)),M=C.slice(0,300),T=M.filter(e=>!w.has(e.id)).map(e=>e.id),R=x.filter(e=>!w.has(e)).length,L=T.length>0&&T.every(e=>x.includes(e)),z=!L&&T.some(e=>x.includes(e));return(0,i.useEffect)(()=>{v.current&&(v.current.indeterminate=z)},[z]),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:16},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,r.jsx)(ia,{children:s("i18n.provider")}),(0,r.jsx)("button",{onClick:l,style:{padding:"3px 8px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:4,color:"#ef4444",cursor:"pointer",fontSize:11},children:s("i18n.delete")})]}),(0,r.jsxs)(r9,{label:s("i18n.providerName"),children:[(0,r.jsx)(it,{value:d,onChange:c,placeholder:"provider-name",mono:!0}),d!==e&&d.trim()&&(0,r.jsx)("button",{onClick:()=>o(d.trim()),style:{marginTop:4,padding:"3px 10px",background:"var(--accent)",border:"none",borderRadius:4,color:"#fff",cursor:"pointer",fontSize:11,alignSelf:"flex-start"},children:s("i18n.rename")})]}),(0,r.jsx)(r9,{label:"Base URL",children:(0,r.jsx)(it,{value:t.baseUrl??"",onChange:e=>b("baseUrl",e||void 0),placeholder:"https://api.example.com/v1",mono:!0})}),(0,r.jsxs)(r9,{label:"API Key",children:[(0,r.jsx)(ir,{value:t.apiKey??"",onChange:e=>b("apiKey",e||void 0),placeholder:"ENV_VAR_NAME, !shell-command, or literal key",mono:!0}),(0,r.jsxs)("span",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:["Prefix with ",(0,r.jsx)("code",{style:{fontFamily:"var(--font-mono)"},children:"!"})," to run a shell command, or use an env var name"]})]}),(0,r.jsx)(r9,{label:"API",children:(0,r.jsx)(io,{value:t.api??"openai-completions",onChange:e=>b("api",e),options:r7,required:!0})}),(0,r.jsxs)(r9,{label:"Headers",children:[(0,r.jsx)(ig,{headers:t.headers,onChange:e=>b("headers",e)}),(0,r.jsx)("span",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:"Added to every request from this provider (e.g. User-Agent). Useful for gateways with bot detection."})]}),(0,r.jsxs)("div",{style:{borderTop:"1px solid var(--border)",paddingTop:14,display:"flex",flexDirection:"column",gap:10},children:["success"!==u.phase&&(0,r.jsx)("button",{onClick:k,disabled:!t.baseUrl?.trim()||"loading"===u.phase,style:{alignSelf:"flex-start",height:30,padding:"0 12px",border:"1px solid var(--border)",borderRadius:5,background:"var(--bg-panel)",color:t.baseUrl?.trim()&&"loading"!==u.phase?"var(--text-muted)":"var(--text-dim)",cursor:t.baseUrl?.trim()&&"loading"!==u.phase?"pointer":"not-allowed",fontSize:11},children:"loading"===u.phase?s("models.discoveryFetching"):s("models.discoveryFetch")}),"error"===u.phase&&(0,r.jsx)("div",{style:{padding:"7px 9px",border:"1px solid rgba(239,68,68,0.3)",borderRadius:5,color:"#ef4444",fontSize:11,lineHeight:1.4},children:u.message}),"success"===u.phase&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("input",{value:h,onChange:e=>g(e.target.value),placeholder:s("models.discoveryFilterPlaceholder",{count:u.models.length}),"aria-label":s("models.discoveryFilter"),style:{...ie,width:"100%",minWidth:0}}),(0,r.jsxs)("div",{style:{maxHeight:220,overflowY:"auto",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)"},children:[(0,r.jsxs)("label",{style:{minHeight:32,padding:"5px 9px",display:"flex",alignItems:"center",gap:8,position:"sticky",top:0,zIndex:1,borderBottom:"1px solid var(--border)",background:"var(--bg)",cursor:T.length?"pointer":"default",color:"var(--text-muted)",fontSize:10,fontWeight:600},children:[(0,r.jsx)("input",{ref:v,type:"checkbox",checked:L,disabled:0===T.length,onChange:()=>{let e=new Set(T);f(t=>L?t.filter(t=>!e.has(t)):Array.from(new Set([...t,...T])))},style:{width:13,height:13,accentColor:"var(--accent)",flexShrink:0}}),s("models.discoverySelectShown")]}),0===M.length?(0,r.jsx)("div",{style:{padding:12,color:"var(--text-dim)",fontSize:11},children:s("models.discoveryNoMatches")}):M.map((e,t)=>{let n=w.has(e.id),i=x.includes(e.id);return(0,r.jsxs)("label",{style:{minHeight:36,padding:"6px 9px",display:"flex",alignItems:"center",gap:8,borderTop:0===t?"none":"1px solid var(--border)",cursor:n?"default":"pointer",opacity:n?.65:1},children:[(0,r.jsx)("input",{type:"checkbox",checked:i||n,disabled:n,onChange:()=>{var t;return t=e.id,void f(e=>e.includes(t)?e.filter(e=>e!==t):[...e,t])},style:{width:13,height:13,accentColor:"var(--accent)",flexShrink:0}}),(0,r.jsxs)("span",{style:{minWidth:0,flex:1},children:[(0,r.jsx)("span",{style:{display:"block",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:"var(--text)",fontSize:11},children:e.name??e.id}),e.name&&(0,r.jsx)("code",{style:{display:"block",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:"var(--text-dim)",fontSize:10,fontFamily:"var(--font-mono)"},children:e.id})]}),n&&(0,r.jsx)("span",{style:{color:"var(--text-dim)",fontSize:10},children:s("models.discoveryAdded")})]},e.id)})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:10},children:[(0,r.jsx)("span",{title:u.endpoint,style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:"var(--text-dim)",fontSize:10},children:C.length>M.length?s("models.discoveryShowing",{shown:M.length,total:C.length}):s("models.discoveryFetched",{count:u.models.length})}),(0,r.jsx)("button",{onClick:()=>{if("success"!==u.phase)return;let e=new Set(x),t=u.models.filter(t=>e.has(t.id)&&!w.has(t.id));0!==t.length&&(a(t),f([]))},disabled:0===R,style:{height:28,padding:"0 11px",border:"none",borderRadius:5,background:R?"var(--accent)":"var(--bg-panel)",color:R?"#fff":"var(--text-dim)",cursor:R?"pointer":"not-allowed",fontSize:11,fontWeight:600,whiteSpace:"nowrap"},children:R?s("models.discoveryAddSelectedCount",{count:R}):s("models.discoveryAddSelected")})]})]})]})]})}let id=["off","minimal","low","medium","high","xhigh","max"],ic={off:"var(--text-dim)",minimal:"#6b7280",low:"#60a5fa",medium:"#a78bfa",high:"#f472b6",xhigh:"#fb923c",max:"#ef4444"};function iu({value:e,onChange:t}){let n=e??{},i=(e,r)=>{let i={...n};"omit"===r?delete i[e]:i[e]=r,t(Object.keys(i).length?i:void 0)};return(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:2},children:id.map(e=>{let t=n[e],o=e in n?null===t?"null":"string":"omit",l="string"==typeof t?t:"",a=ic[e],s={padding:"4px 10px",fontSize:10,border:"none",cursor:"pointer",fontWeight:400,transition:"background 0.1s, color 0.1s",whiteSpace:"nowrap",background:"var(--bg-panel)",color:"var(--text-dim)"},d={background:"var(--accent)",color:"#fff",fontWeight:600};return(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"5px 4px",borderRadius:6,background:"transparent",border:"1px solid transparent"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:5,width:68,flexShrink:0},children:[(0,r.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:a,flexShrink:0,opacity:"null"===o?.3:1}}),(0,r.jsx)("span",{style:{fontSize:11,fontFamily:"var(--font-mono)",color:"null"===o?"var(--text-dim)":"var(--text-muted)",textDecoration:"null"===o?"line-through":"none"},children:e})]}),(0,r.jsxs)("div",{style:{display:"flex",borderRadius:5,border:"1px solid var(--border)",overflow:"hidden",flexShrink:0},children:[(0,r.jsx)("button",{onClick:()=>i(e,"omit"),style:{...s,..."omit"===o?d:{}},children:"Default"}),(0,r.jsx)("button",{onClick:()=>i(e,null),style:{...s,borderLeft:"1px solid var(--border)",..."null"===o?{background:"#ef4444",color:"#fff",fontWeight:600}:{}},children:"Disabled"})]}),(0,r.jsxs)("div",{style:{display:"flex",borderRadius:5,border:`1px solid ${"string"===o?"var(--accent)":"var(--border)"}`,overflow:"hidden",transition:"border-color 0.1s"},children:[(0,r.jsx)("button",{onClick:()=>i(e,l||e),style:{...s,..."string"===o?d:{},borderRight:"1px solid var(--border)",flexShrink:0},children:"Custom"}),(0,r.jsx)("input",{value:l,onChange:t=>i(e,t.target.value),onFocus:()=>{"string"!==o&&i(e,l||e)},placeholder:e,maxLength:10,style:{width:"12ch",background:"string"===o?"var(--bg)":"var(--bg-panel)",border:"none",outline:"none",color:"string"===o?"var(--text)":"var(--text-dim)",fontFamily:"var(--font-mono)",fontSize:11,padding:"4px 7px",transition:"background 0.1s, color 0.1s"}})]})]},e)})})}let ip={thinkingFormat:"deepseek",requiresReasoningContentOnAssistantMessages:!0};function ih(e){return e.compat?.thinkingFormat==="deepseek"}function ig({headers:e,onChange:t}){let[n,o]=(0,i.useState)(()=>Object.entries(e??{}).map(([e,t],n)=>({id:n,name:e,value:t}))),l=(0,i.useRef)(n.length),a=e=>{o(e),t(function(e){let t={};for(let n of e){let e=n.name.trim();e&&(t[e]=n.value)}return Object.keys(t).length?t:void 0}(e))},s=(e,t)=>{a(n.map(n=>n.id===e?{...n,...t}:n))},d={padding:"6px 9px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:4,color:"#ef4444",cursor:"pointer",fontSize:11,lineHeight:1};return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[n.map(e=>(0,r.jsxs)("div",{style:{display:"flex",gap:6},children:[(0,r.jsx)("input",{value:e.name,onChange:t=>s(e.id,{name:t.target.value}),placeholder:"Header-Name",style:{...ie,fontFamily:"var(--font-mono)",flex:1}}),(0,r.jsx)("input",{value:e.value,onChange:t=>s(e.id,{value:t.target.value}),placeholder:"value",style:{...ie,fontFamily:"var(--font-mono)",flex:1}}),(0,r.jsx)("button",{onClick:()=>{var t;return t=e.id,void a(n.filter(e=>e.id!==t))},style:d,children:"✕"})]},e.id)),(0,r.jsx)("button",{onClick:()=>o(e=>[...e,{id:l.current++,name:"",value:""}]),style:{padding:"5px 9px",background:"none",border:"1px solid var(--border)",borderRadius:4,color:"var(--text-muted)",cursor:"pointer",fontSize:11,display:"inline-flex",alignItems:"center",justifyContent:"center",gap:5,alignSelf:"flex-start"},children:"+ Add header"})]})}function ix({providerName:e,provider:t,model:n,onChange:o,onDelete:l}){let[a,s]=(0,i.useState)({phase:"idle"}),{t:d}=(0,y.s)(),[c,u]=(0,i.useState)({phase:"idle"}),[p,h]=(0,i.useState)(!1),[g,x]=(0,i.useState)(()=>rY(n.cost)),f=(0,i.useRef)(g),[m,v]=(0,i.useState)(!1),b=(0,i.useRef)(0),k=(0,i.useRef)(null),w=(0,i.useRef)(n.cost),j=(e,t)=>o({...n,[e]:t}),S=(()=>{if("idle"===a.phase)return null;if("testing"===a.phase)return d("i18n.testingModel");let e=[void 0!==a.latencyMs?`${a.latencyMs}ms`:null,void 0!==a.status?`HTTP ${a.status}`:null].filter(Boolean);return"success"===a.phase?[d("i18n.connected"),...e,a.responseText||null].filter(Boolean).join(" \xb7 "):[d("i18n.failed"),...e,a.message].filter(Boolean).join(" \xb7 ")})();(0,i.useEffect)(()=>{s({phase:"idle"})},[e,t.baseUrl,t.api,t.apiKey,n.id,n.api]),(0,i.useEffect)(()=>{b.current+=1,u({phase:"idle"}),k.current=null},[e,t.baseUrl,n.id]);let C=(0,i.useCallback)(async()=>{if(n.id.trim()&&"testing"!==a.phase){s({phase:"testing"});try{let r=await fetch("/api/models-config/test",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({providerName:e,provider:t,model:n})}),i=await r.json();if(!r.ok||!i.ok)return void s({phase:"error",message:i.error??`HTTP ${r.status}`,latencyMs:i.latencyMs,status:i.status});s({phase:"success",latencyMs:i.latencyMs,status:i.status,responseText:i.responseText})}catch(e){s({phase:"error",message:e instanceof Error?e.message:String(e)})}}},[n,t,e,a.phase]),M=(0,i.useCallback)(async()=>{let r=n.id.trim();if(!r||"loading"===c.phase)return;let i=++b.current;u({phase:"loading"});try{let l=new URLSearchParams({q:r,provider:e,limit:"50"});t.baseUrl?.trim()&&l.set("baseUrl",t.baseUrl.trim());let a=await fetch(`/api/models-config/catalog?${l}`),s=await a.json();if(i!==b.current)return;if(!a.ok||s.error||!s.recommendation)return void u({phase:"error",message:s.error??`HTTP ${a.status}`});let d=function(e,t){let n={...e},r=0;if(!e.name?.trim()&&t.name&&(n.name=t.name,r+=1),void 0===e.reasoning&&!0===t.reasoning&&(n.reasoning=!0,r+=1),!e.input?.length&&t.input?.length&&(n.input=[...t.input],r+=1),void 0===e.contextWindow&&void 0!==t.contextWindow&&(n.contextWindow=t.contextWindow,r+=1),void 0===e.maxTokens&&void 0!==t.maxTokens&&(n.maxTokens=t.maxTokens,r+=1),t.cost){let i={...e.cost??{}},o=0;for(let e of["input","output","cacheRead","cacheWrite"])void 0===i[e]&&void 0!==t.cost[e]&&(i[e]=t.cost[e],o+=1);let l=rX(rY(i));o>0&&l&&(n.cost={...i,...l},r+=o)}return{model:n,appliedCount:r}}(n,s.recommendation.preset);d.appliedCount>0&&(k.current=n,o(d.model)),h(!1),u({phase:"success",recommendation:s.recommendation,appliedCount:d.appliedCount})}catch(e){if(i!==b.current)return;u({phase:"error",message:e instanceof Error?e.message:String(e)})}},[c.phase,n,o,t.baseUrl,e]),T=(()=>{if("success"!==c.phase)return null;let{recommendation:t,appliedCount:n}=c,r=n>0?d("models.catalogFilled",{count:n}):d("models.catalogNoEmptyFields");if("unreliable"===t.price.status){let e="no-exact-match"===t.price.reason?d("models.catalogNoExactMatch"):d("models.catalogPriceUnreliable");return`${r} \xb7 ${e}`}let i="provider"===t.price.method?d("models.catalogPriceProvider",{provider:t.price.providerName??t.price.providerId??e}):"base-url"===t.price.method?d("models.catalogPriceBaseUrl",{provider:t.price.providerName??t.price.providerId??e}):d("models.catalogPriceConsensus",{support:t.price.support,total:t.price.total});return`${r} \xb7 ${i}`})(),R="error"===c.phase?c.message:T,L="error"===c.phase?"#ef4444":"success"===c.phase&&"unreliable"===c.recommendation.price.status?"#d97706":"var(--text-dim)",z=[{key:"input",label:d("models.costInput")},{key:"output",label:d("models.costOutput")},{key:"cacheRead",label:d("models.costCacheRead")},{key:"cacheWrite",label:d("models.costCacheWrite")}],I=new Set(Object.keys(n.compat??{})),E=0;ih(n)&&(E+=1,I.delete("thinkingFormat"),I.delete("requiresReasoningContentOnAssistantMessages")),Object.prototype.hasOwnProperty.call(n.compat??{},"supportsDeveloperRole")&&(E+=1,I.delete("supportsDeveloperRole")),E+=I.size;let W=[n.api?`API: ${n.api}`:null,Object.keys(n.headers??{}).length?d("models.headersSummary",{count:Object.keys(n.headers??{}).length}):null,E?d("models.compatSummary",{count:E}):null,Object.keys(n.thinkingLevelMap??{}).length?d("models.thinkingSummary",{count:Object.keys(n.thinkingLevelMap??{}).length}):null].filter(e=>!!e),$=W.length?W.join(" \xb7 "):d("models.providerDefaults");return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:16},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,r.jsx)(ia,{children:d("i18n.model")}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8},children:[S&&(0,r.jsx)("span",{title:S,style:{maxWidth:260,height:24,padding:"0 8px",border:`1px solid ${"error"===a.phase?"#fecaca":"success"===a.phase?"#bbf7d0":"var(--border)"}`,borderRadius:4,background:"error"===a.phase?"#fee2e2":"success"===a.phase?"#dcfce7":"#e5e7eb",color:"#111827",fontSize:11,display:"inline-flex",alignItems:"center",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",boxSizing:"border-box"},children:S}),(0,r.jsxs)("button",{onClick:C,disabled:!n.id.trim()||"testing"===a.phase,title:d("i18n.testConnection"),style:{height:24,padding:"0 8px",background:"success"===a.phase?"#16a34a":"none",border:`1px solid ${"success"===a.phase?"#16a34a":"var(--border)"}`,borderRadius:4,color:"success"===a.phase?"#fff":n.id.trim()&&"testing"!==a.phase?"var(--text-muted)":"var(--text-dim)",cursor:n.id.trim()&&"testing"!==a.phase?"pointer":"not-allowed",fontSize:11,display:"inline-flex",alignItems:"center",justifyContent:"center",boxSizing:"border-box",gap:5},children:["success"===a.phase&&(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}),"testing"===a.phase?d("i18n.checking"):"success"===a.phase?d("common.ok"):d("i18n.test")]}),(0,r.jsx)("button",{onClick:l,style:{height:24,padding:"0 8px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:4,color:"#ef4444",cursor:"pointer",fontSize:11,boxSizing:"border-box"},children:d("i18n.remove")})]})]}),(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:10},children:[(0,r.jsx)(r9,{label:"ID *",children:(0,r.jsx)(it,{value:n.id,onChange:e=>j("id",e),placeholder:"model-id",mono:!0})}),(0,r.jsx)(r9,{label:"Name",children:(0,r.jsx)(it,{value:n.name??"",onChange:e=>j("name",e||void 0),placeholder:"Display name"})})]}),(0,r.jsxs)("div",{style:{padding:"2px 0"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,flexWrap:"wrap"},children:[(0,r.jsx)("button",{onClick:()=>void M(),disabled:!n.id.trim()||"loading"===c.phase,style:{height:28,padding:"0 10px",border:"1px solid var(--border)",borderRadius:5,background:"var(--bg-panel)",color:n.id.trim()&&"loading"!==c.phase?"var(--text-muted)":"var(--text-dim)",cursor:n.id.trim()&&"loading"!==c.phase?"pointer":"not-allowed",fontSize:11},children:"loading"===c.phase?d("models.catalogFilling"):d("models.catalogFill")}),(0,r.jsx)("a",{href:"https://github.com/anomalyco/models.dev",target:"_blank",rel:"noreferrer",style:{marginLeft:"auto",color:"var(--text-dim)",fontSize:10,textDecoration:"none"},children:d("models.catalogSource")})]}),R&&(0,r.jsxs)("div",{"aria-live":"polite",style:{marginTop:8,display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,color:L,fontSize:10},children:[(0,r.jsx)("span",{title:R,style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:R}),k.current&&(0,r.jsx)("button",{onClick:()=>{let e=k.current;e&&(k.current=null,o(e),u({phase:"idle"}))},style:{flexShrink:0,padding:"0 2px",border:"none",background:"none",color:"var(--accent)",cursor:"pointer",fontSize:10},children:d("models.catalogUndo")})]})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)(ia,{children:d("models.capabilities")}),(0,r.jsxs)("div",{style:{display:"flex",gap:20,flexWrap:"wrap",marginTop:8},children:[(0,r.jsx)(il,{label:d("models.reasoning"),checked:n.reasoning??!1,onChange:e=>j("reasoning",e||void 0)}),(0,r.jsx)(il,{label:d("models.imageInput"),checked:n.input?.includes("image")??!1,onChange:e=>j("input",e?["text","image"]:void 0)})]})]}),(0,r.jsxs)("section",{children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12},children:[(0,r.jsx)(ia,{children:d("models.modelSpecs")}),(0,r.jsx)("button",{type:"button",onClick:()=>{if(p)return void h(!1);w.current=n.cost;let e=rY(n.cost);f.current=e,x(e),h(!0)},"aria-expanded":p,style:{padding:"2px 4px",border:"none",background:"transparent",color:"var(--accent)",cursor:"pointer",fontSize:10},children:p?d("models.finishEditingCosts"):d("models.editCosts")})]}),(0,r.jsxs)("div",{style:{marginTop:10,display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(170px, 1fr))",gap:10},children:[(0,r.jsx)(r9,{label:d("models.contextWindow"),children:(0,r.jsx)(ii,{value:void 0!==n.contextWindow?String(n.contextWindow):"",onChange:e=>j("contextWindow",e?parseInt(e):void 0),placeholder:"128000"})}),(0,r.jsx)(r9,{label:d("models.maxOutputTokens"),children:(0,r.jsx)(ii,{value:void 0!==n.maxTokens?String(n.maxTokens):"",onChange:e=>j("maxTokens",e?parseInt(e):void 0),placeholder:"16384"})})]}),(0,r.jsxs)("div",{style:{marginTop:16},children:[(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",fontWeight:600,textTransform:"uppercase"},children:d("models.costPerMillion")}),p?(0,r.jsxs)("div",{style:{marginTop:8,display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(110px, 1fr))",gap:8},children:[z.map(({key:e,label:t})=>(0,r.jsx)(r9,{label:t,children:(0,r.jsx)(ii,{value:g[e],onChange:t=>{let r,i,l;return i=rX(r={...f.current,[e]:t}),l={...n},void(f.current=r,x(r),i?(l.cost={...w.current??{},...i},w.current=l.cost):delete l.cost,o(l))},placeholder:"0"})},e)),rZ(g)&&!rX(g)&&(0,r.jsx)("div",{"aria-live":"polite",style:{gridColumn:"1 / -1",color:"#d97706",fontSize:10},children:d("models.costAllRequired")})]}):(0,r.jsx)("div",{style:{marginTop:8,display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(105px, 1fr))",gap:"8px 16px"},children:z.map(({key:e,label:t})=>{let i,o=n.cost?.[e]===void 0;return(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:t}),(0,r.jsx)("div",{style:{marginTop:3,color:o?"var(--text-dim)":"var(--text)",fontSize:12,fontFamily:"var(--font-mono)",fontVariantNumeric:"tabular-nums"},children:void 0===(i=n.cost?.[e])?d("models.notProvided"):`$${String(i)}`})]},e)})})]})]}),(0,r.jsxs)("section",{style:{borderTop:"1px solid var(--border)",paddingTop:4},children:[(0,r.jsxs)("button",{type:"button",onClick:()=>v(e=>!e),"aria-expanded":m,"aria-controls":"model-advanced-settings",style:{width:"100%",minHeight:48,padding:"8px 0",border:"none",background:"transparent",display:"grid",gridTemplateColumns:"minmax(0, 1fr) 18px",alignItems:"center",gap:10,color:"var(--text)",cursor:"pointer",textAlign:"left"},children:[(0,r.jsxs)("span",{style:{minWidth:0},children:[(0,r.jsx)("span",{style:{display:"block",fontSize:11,fontWeight:600},children:d("models.advancedSettings")}),(0,r.jsx)("span",{style:{display:"block",marginTop:3,color:"var(--text-dim)",fontSize:10,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:$})]}),(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{color:"var(--text-dim)",transform:m?"rotate(180deg)":"none",transition:"transform 0.15s ease"},children:(0,r.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),m&&(0,r.jsxs)("div",{id:"model-advanced-settings",style:{display:"flex",flexDirection:"column",gap:14,padding:"4px 0 16px"},children:[(0,r.jsx)(r9,{label:d("models.apiOverride"),children:(0,r.jsx)(io,{value:n.api??"",onChange:e=>j("api",e||void 0),options:r7})}),(0,r.jsxs)(r9,{label:d("models.headers"),children:[(0,r.jsx)(ig,{headers:n.headers,onChange:e=>j("headers",e)}),(0,r.jsx)("span",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:d("models.headersHelp")})]}),n.reasoning&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:12},children:[(0,r.jsx)(ia,{children:d("models.compatibility")}),(0,r.jsx)(il,{label:d("models.deepSeekThinkingCompat"),checked:ih(n),onChange:e=>o(function(e,t){if(t)return{...e,compat:{...e.compat??{},...ip}};if(!e.compat)return e;let n={...e.compat};return delete n.thinkingFormat,delete n.requiresReasoningContentOnAssistantMessages,{...e,compat:Object.keys(n).length?n:void 0}}(n,e))}),(0,r.jsx)(il,{label:d("models.developerRole"),checked:!1!==({...t.compat??{},...n.compat??{}}).supportsDeveloperRole,onChange:e=>o({...n,compat:{...n.compat??{},supportsDeveloperRole:e}})}),(0,r.jsxs)("div",{style:{marginTop:4},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:10,marginBottom:8},children:[(0,r.jsx)(ia,{children:d("models.thinkingLevelMap")}),n.thinkingLevelMap&&(0,r.jsx)("button",{type:"button",onClick:()=>j("thinkingLevelMap",void 0),style:{fontSize:10,padding:"2px 5px",background:"none",border:"none",color:"var(--text-dim)",cursor:"pointer"},children:d("models.clearAll")})]}),(0,r.jsx)(iu,{value:n.thinkingLevelMap,onChange:e=>j("thinkingLevelMap",e)})]})]})]})]})]})}function im({provider:e,onRefresh:t}){let[n,o]=(0,i.useState)({phase:"idle"}),{t:l}=(0,y.s)(),[a,s]=(0,i.useState)(""),d=(0,i.useRef)(null),c=(0,i.useRef)(null);(0,i.useEffect)(()=>{("auth"===n.phase||"prompt"===n.phase)&&setTimeout(()=>c.current?.focus(),50)},[n.phase]),(0,i.useEffect)(()=>{o({phase:"idle"}),s(""),d.current?.close(),d.current=null},[e.id]),(0,i.useEffect)(()=>()=>{d.current?.close()},[]);let u=(0,i.useCallback)(()=>{d.current?.close(),o({phase:"connecting"}),s("");let n=new EventSource(`/api/auth/login/${encodeURIComponent(e.id)}`);d.current=n,n.onmessage=e=>{let r=JSON.parse(e.data);"auth"===r.type?(o({phase:"auth",url:r.url,instructions:r.instructions??null,token:r.token}),window.open(r.url,"_blank","noopener,noreferrer")):"device_code"===r.type?(o({phase:"device_code",userCode:r.userCode,verificationUri:r.verificationUri,intervalSeconds:r.intervalSeconds??null,expiresInSeconds:r.expiresInSeconds??null}),window.open(r.verificationUri,"_blank","noopener,noreferrer")):"prompt_request"===r.type?o({phase:"prompt",message:r.message,placeholder:r.placeholder??null,token:r.token}):"select_request"===r.type?o({phase:"select",message:r.message,options:r.options??[],token:r.token}):"progress"===r.type?o({phase:"progress",message:r.message}):"success"===r.type?(n.close(),o({phase:"success"}),t()):"error"===r.type?(n.close(),o({phase:"error",message:r.message})):"cancelled"===r.type&&(n.close(),o({phase:"idle"}))},n.onerror=()=>{n.close(),o(e=>"success"===e.phase?e:{phase:"error",message:"Connection lost"})}},[e.id,t]),p=(0,i.useCallback)(async()=>{await fetch(`/api/auth/logout/${encodeURIComponent(e.id)}`,{method:"POST"}),o({phase:"idle"}),t()},[e.id,t]),h=(0,i.useCallback)(async(t,n)=>{if(n.trim()){o({phase:"progress",message:"Verifying…"});try{let r=await fetch(`/api/auth/login/${encodeURIComponent(e.id)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({token:t,code:n.trim()})});if(!r.ok){let e=await r.json().catch(()=>({}));o({phase:"error",message:e.error??`Server error ${r.status}`});return}s("")}catch(e){o({phase:"error",message:e instanceof Error?e.message:"Network error"})}}},[e.id]),g=(0,i.useCallback)(async(t,n)=>{o({phase:"progress",message:"Continuing…"});try{let r=await fetch(`/api/auth/login/${encodeURIComponent(e.id)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({token:t,code:n})});if(!r.ok){let e=await r.json().catch(()=>({}));o({phase:"error",message:e.error??`Server error ${r.status}`})}}catch(e){o({phase:"error",message:e instanceof Error?e.message:"Network error"})}},[e.id]),x="connecting"===n.phase||"progress"===n.phase||"auth"===n.phase||"device_code"===n.phase||"prompt"===n.phase||"select"===n.phase;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:16},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,r.jsx)(ia,{children:l("i18n.subscription")}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:e.loggedIn?"#4ade80":"var(--border)",display:"inline-block"}}),(0,r.jsx)("span",{style:{fontSize:11,color:e.loggedIn?"#4ade80":"var(--text-dim)"},children:l(e.loggedIn?"i18n.connected":"i18n.notConnected")})]})]}),(0,r.jsxs)("div",{style:{minHeight:48},children:["idle"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:e.loggedIn?"Already connected. You can re-login or disconnect.":`Connect your ${e.name} account.`}),"connecting"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)"},children:l("i18n.openingBrowser")}),"select"===n.phase&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:10},children:[(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:n.message}),(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:6},children:n.options.map(e=>(0,r.jsx)("button",{onClick:()=>g(n.token,e.id),style:{padding:"6px 9px",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:5,color:"var(--text)",cursor:"pointer",fontSize:12,textAlign:"left"},children:e.label},e.id))})]}),("auth"===n.phase||"prompt"===n.phase)&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:10},children:[(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:"auth"===n.phase?"Complete sign-in in the browser, then copy the redirect URL from the address bar and paste it below.":n.message}),"auth"===n.phase&&(0,r.jsxs)("p",{style:{margin:0,fontSize:11,color:"var(--text-dim)",lineHeight:1.5},children:["If the browser window did not open,"," ",(0,r.jsx)("a",{href:n.url,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--accent)",wordBreak:"break-all"},children:"click here to open the login page"}),"."]}),(0,r.jsxs)("div",{style:{display:"flex",gap:6},children:[(0,r.jsx)("input",{ref:c,value:a,onChange:e=>s(e.target.value),onKeyDown:e=>{"Enter"===e.key&&h(n.token,a)},placeholder:"auth"===n.phase?"http://localhost:1455/auth/callback?code=…":n.placeholder??"Enter value…",style:{flex:1,padding:"6px 9px",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:5,color:"var(--text)",fontSize:12,outline:"none",fontFamily:"var(--font-mono)",boxSizing:"border-box"}}),(0,r.jsx)("button",{onClick:()=>h(n.token,a),disabled:!a.trim(),style:{padding:"6px 12px",background:a.trim()?"var(--accent)":"var(--bg-panel)",border:"none",borderRadius:5,color:a.trim()?"#fff":"var(--text-dim)",cursor:a.trim()?"pointer":"not-allowed",fontSize:12,fontWeight:600,flexShrink:0},children:l("i18n.submit")})]})]}),"device_code"===n.phase&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:10},children:[(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:"Open the verification page and enter this code:"}),(0,r.jsx)("div",{style:{padding:"8px 10px",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:5,color:"var(--text)",fontSize:16,fontWeight:700,fontFamily:"var(--font-mono)",letterSpacing:0},children:n.userCode}),(0,r.jsxs)("p",{style:{margin:0,fontSize:11,color:"var(--text-dim)",lineHeight:1.5},children:[(0,r.jsx)("a",{href:n.verificationUri,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--accent)",wordBreak:"break-all"},children:n.verificationUri}),n.expiresInSeconds?` Expires in ${Math.ceil(n.expiresInSeconds/60)} minutes.`:""]})]}),"progress"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)"},children:n.message}),"success"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"#4ade80"},children:l("i18n.connectedSuccessfully")}),"error"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"#f87171"},children:n.message})]}),(0,r.jsx)("div",{style:{display:"flex",gap:8},children:x?(0,r.jsx)("button",{onClick:()=>{d.current?.close(),o({phase:"idle"})},style:{padding:"5px 12px",background:"none",border:"1px solid var(--border)",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:12},children:l("i18n.cancel")}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("button",{onClick:u,style:{padding:"5px 14px",background:"var(--accent)",border:"none",borderRadius:5,color:"#fff",cursor:"pointer",fontSize:12,fontWeight:600},children:l(e.loggedIn?"i18n.relogin":"i18n.login")}),e.loggedIn&&(0,r.jsx)("button",{onClick:p,style:{padding:"5px 12px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:5,color:"#ef4444",cursor:"pointer",fontSize:12},children:l("i18n.disconnect")})]})})]})}function iv({provider:e,onRefresh:t}){let[n,o]=(0,i.useState)(""),[l,a]=(0,i.useState)(!1),[s,d]=(0,i.useState)(!1),[c,u]=(0,i.useState)(null),[p,h]=(0,i.useState)(!1),{t:g}=(0,y.s)();(0,i.useEffect)(()=>{o(""),u(null),h(!1)},[e.id]);let x=(0,i.useCallback)(async()=>{if(n.trim()){a(!0),u(null),h(!1);try{let r=await fetch(`/api/auth/api-key/${encodeURIComponent(e.id)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({apiKey:n.trim()})}),i=await r.json();!r.ok||i.error?u(i.error??`HTTP ${r.status}`):(o(""),h(!0),setTimeout(()=>h(!1),2e3),t())}catch(e){u(String(e))}finally{a(!1)}}},[n,e.id,t]),f=(0,i.useCallback)(async()=>{d(!0),u(null);try{let n=await fetch(`/api/auth/api-key/${encodeURIComponent(e.id)}`,{method:"DELETE"}),r=await n.json();!n.ok||r.error?u(r.error??`HTTP ${n.status}`):t()}catch(e){u(String(e))}finally{d(!1)}},[e.id,t]);return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:16},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,r.jsx)(ia,{children:"API Key"}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:e.configured?"#4ade80":"var(--border)",display:"inline-block"}}),(0,r.jsx)("span",{style:{fontSize:11,color:e.configured?"#4ade80":"var(--text-dim)"},children:g(e.configured?"i18n.configured":"i18n.notConfigured")})]})]}),(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:e.configured?"API key is stored. Enter a new key below to replace it, or disconnect to remove it.":`Enter your ${e.displayName} API key to enable ${e.modelCount} model${1!==e.modelCount?"s":""}.`}),(0,r.jsx)(r9,{label:"API Key",children:(0,r.jsxs)("div",{style:{display:"flex",gap:6},children:[(0,r.jsx)(ir,{value:n,onChange:o,onKeyDown:e=>{"Enter"===e.key&&n.trim()&&x()},placeholder:e.configured?"Enter new key to replace…":"sk-…",style:{flex:1},autoComplete:"off",spellCheck:!1,mono:!0}),(0,r.jsxs)("button",{onClick:x,disabled:l||!n.trim()||p,style:{padding:"6px 12px",background:p?"#16a34a":n.trim()?"var(--accent)":"var(--bg-panel)",border:"none",borderRadius:5,color:n.trim()||p?"#fff":"var(--text-dim)",cursor:l||!n.trim()||p?"not-allowed":"pointer",fontSize:12,fontWeight:600,flexShrink:0,display:"flex",alignItems:"center",gap:5},children:[p&&(0,r.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}),g(p?"i18n.saved":l?"i18n.saving":"i18n.save")]})]})}),c&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"#f87171"},children:c}),e.configured&&(0,r.jsx)("button",{onClick:f,disabled:s,style:{alignSelf:"flex-start",padding:"5px 12px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:5,color:"#ef4444",cursor:s?"not-allowed":"pointer",fontSize:12},children:g(s?"i18n.removing":"i18n.disconnect")})]})}function iy({id:e,size:t}){let n=r3[e];if(!n){let n=e.split(/[-_]/).filter(Boolean).slice(0,2).map(e=>e[0]).join("").toUpperCase()||"?";return(0,r.jsx)("span",{"aria-hidden":"true",style:{width:t,height:t,border:"1px solid var(--border)",borderRadius:4,color:"var(--text-dim)",display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,fontSize:Math.max(8,Math.floor(.42*t)),fontWeight:700,lineHeight:1},children:n})}return n.hasColor?(0,r.jsx)(n.Icon,{size:t}):(0,r.jsx)(n.Icon,{size:t,style:{color:"var(--text-muted)"}})}function ib({oauthProviders:e,apiKeyProviders:t,onSelectOAuth:n,onSelectApiKey:o,onAddCustom:l,onClose:a}){let[s,d]=(0,i.useState)(""),{t:c}=(0,y.s)(),u=(0,i.useRef)(null);(0,i.useEffect)(()=>{setTimeout(()=>u.current?.focus(),30)},[]);let p=s.trim().toLowerCase(),h=e.filter(e=>!e.loggedIn&&(!p||e.name.toLowerCase().includes(p))),g=t.filter(e=>!e.configured&&(!p||e.displayName.toLowerCase().includes(p)||e.id.toLowerCase().includes(p))),x=!p||"custom".includes(p)||"openai-compatible".includes(p)||"anthropic-compatible".includes(p),f=h.length+g.length+ +!!x,m={display:"flex",flexDirection:"row",alignItems:"center",gap:8,padding:"10px 12px",background:"var(--bg-panel)",border:"1px solid var(--border)",borderRadius:7,boxSizing:"border-box",cursor:"pointer",minWidth:0,textAlign:"left",transition:"border-color 0.12s, background 0.12s",width:"100%"};return(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:1100,background:"rgba(0,0,0,0.4)",display:"flex",alignItems:"center",justifyContent:"center"},onClick:e=>{e.target===e.currentTarget&&a()},children:(0,r.jsxs)("div",{style:{width:820,maxWidth:"calc(100vw - 32px)",maxHeight:"min(72vh, calc(100vh - 32px))",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:10,display:"flex",flexDirection:"column",boxShadow:"0 8px 32px rgba(0,0,0,0.22)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{padding:"10px 14px",borderBottom:"1px solid var(--border)",flexShrink:0,display:"flex",alignItems:"center",gap:8},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("circle",{cx:"11",cy:"11",r:"8"}),(0,r.jsx)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),(0,r.jsx)("input",{ref:u,value:s,onChange:e=>d(e.target.value),onKeyDown:e=>{"Escape"===e.key&&a()},placeholder:c("i18n.searchProviders"),style:{flex:1,background:"none",border:"none",outline:"none",color:"var(--text)",fontSize:13,boxSizing:"border-box"}})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:14},children:0===f?(0,r.jsx)("div",{style:{padding:"20px 0",fontSize:12,color:"var(--text-dim)",textAlign:"center"},children:c("i18n.noProviders")}):(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(min(240px, 100%), 1fr))",gap:8},children:[x&&(0,r.jsx)("div",{style:{gridColumn:"1 / -1",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.07em"},children:c("i18n.custom")}),x&&(0,r.jsxs)("button",{onClick:()=>{l(),a()},style:m,onMouseEnter:e=>{e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.background="var(--bg-panel)"},children:[(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:600,color:"var(--text)",lineHeight:1.3,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:"OpenAI / Anthropic compatible"}),(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:c("i18n.customEndpoint")})]}),(0,r.jsx)("span",{style:{width:26,height:26,borderRadius:5,background:"var(--bg-hover)",border:"1px dashed var(--border)",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:"var(--text-dim)"},children:[(0,r.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,r.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]}),h.length>0&&(0,r.jsx)("div",{style:{gridColumn:"1 / -1",paddingTop:6*!!x,fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.07em"},children:c("i18n.subscriptions")}),h.map(e=>(0,r.jsxs)("button",{onClick:()=>{n(e.id),a()},style:m,onMouseEnter:e=>{e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.background="var(--bg-panel)"},children:[(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:600,color:"var(--text)",lineHeight:1.3,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:"OAuth"})]}),(0,r.jsx)(iy,{id:e.id,size:28})]},e.id)),g.length>0&&(0,r.jsx)("div",{style:{gridColumn:"1 / -1",paddingTop:6*(h.length>0),fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.07em"},children:"API Key"}),g.map(e=>(0,r.jsxs)("button",{onClick:()=>{o(e.id),a()},style:m,onMouseEnter:e=>{e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.background="var(--bg-panel)"},children:[(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:600,color:"var(--text)",lineHeight:1.3,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.displayName}),(0,r.jsxs)("div",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:[e.modelCount," models"]})]}),(0,r.jsx)(iy,{id:e.id,size:28})]},e.id))]})})]})})}function ik({onClose:e}){let t=(0,ns.a)(),{t:n}=(0,y.s)(),[o,l]=(0,i.useState)({providers:{}}),[a,s]=(0,i.useState)(!0),[d,c]=(0,i.useState)(!1),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(!1),[x,f]=(0,i.useState)(null),[m,v]=(0,i.useState)([]),[b,k]=(0,i.useState)([]),[w,j]=(0,i.useState)(!1),S=(0,i.useCallback)(()=>{fetch("/api/auth/providers").then(e=>e.json()).then(e=>{Array.isArray(e.providers)&&v(e.providers)}).catch(()=>{})},[]),C=(0,i.useCallback)(()=>{fetch("/api/auth/all-providers").then(e=>e.json()).then(e=>{Array.isArray(e.providers)&&k(e.providers)}).catch(()=>{})},[]),M=(0,i.useCallback)(()=>{S(),C()},[S,C]);(0,i.useEffect)(()=>{fetch("/api/models-config").then(e=>e.json()).then(e=>{let t=e.providers?e:{...e,providers:{}};l(t);let n=Object.keys(t.providers??{});n.length>0&&f({type:"provider",name:n[0]})}).catch(()=>l({providers:{}})).finally(()=>s(!1)),M()},[M]);let T=(0,i.useCallback)(()=>{let e="new-provider",t=1;for(;o.providers?.[e];)e=`new-provider-${t++}`;l(t=>({...t,providers:{...t.providers??{},[e]:{api:"openai-completions"}}})),f({type:"provider",name:e})},[o.providers]),R=(0,i.useCallback)((e,t)=>{l(n=>({...n,providers:{...n.providers??{},[e]:t}}))},[]),L=(0,i.useCallback)((e,t)=>{l(n=>{let r=Object.entries(n.providers??{}),i=r.findIndex(([t])=>t===e);return -1===i?n:(r[i]=[t,r[i][1]],{...n,providers:Object.fromEntries(r)})}),f(n=>n?"provider"===n.type&&n.name===e?{type:"provider",name:t}:"model"===n.type&&n.providerName===e?{...n,providerName:t}:n:n)},[]),z=(0,i.useCallback)(e=>{l(t=>{let n={...t.providers??{}};return delete n[e],{...t,providers:n}}),l(e=>{let t=Object.keys(e.providers??{});return f(t.length>0?{type:"provider",name:t[0]}:null),e})},[]),I=(0,i.useCallback)(e=>{l(t=>{let n=t.providers?.[e]??{},r=[...n.models??[],{id:""}];return{...t,providers:{...t.providers??{},[e]:{...n,models:r}}}}),l(t=>{let n=(t.providers?.[e]?.models?.length??1)-1;return f({type:"model",providerName:e,index:n}),t})},[]),E=(0,i.useCallback)((e,t)=>{l(n=>{let r=n.providers?.[e]??{},i=[...r.models??[]],o=new Set(i.map(e=>e.id));for(let e of t)o.has(e.id)||(o.add(e.id),i.push({id:e.id,name:e.name}));return{...n,providers:{...n.providers??{},[e]:{...r,models:i}}}})},[]),W=(0,i.useCallback)((e,t,n)=>{l(r=>{let i=r.providers?.[e]??{},o=[...i.models??[]];return o[t]=n,{...r,providers:{...r.providers??{},[e]:{...i,models:o}}}})},[]),$=(0,i.useCallback)((e,t)=>{l(n=>{let r=n.providers?.[e]??{},i=[...r.models??[]];return i.splice(t,1),{...n,providers:{...n.providers??{},[e]:{...r,models:i.length?i:void 0}}}}),f({type:"provider",name:e})},[]),P=(0,i.useCallback)(async()=>{c(!0),p(null),g(!1);try{let e=await fetch("/api/models-config",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(o)}),t=await e.json();!e.ok||t.error?p(t.error??`HTTP ${e.status}`):(g(!0),setTimeout(()=>g(!1),2e3))}catch(e){p(String(e))}finally{c(!1)}},[o]),D=Object.entries(o.providers??{}),F=m.filter(e=>e.loggedIn),A=b.filter(e=>e.configured),B=(()=>{if(!x)return null;if("oauth"===x.type){let e=m.find(e=>e.id===x.providerId);return e?(0,r.jsx)(im,{provider:e,onRefresh:M},e.id):null}if("apikey"===x.type){let e=b.find(e=>e.id===x.providerId);return e?(0,r.jsx)(iv,{provider:e,onRefresh:M},e.id):null}if("provider"===x.type){let e=o.providers?.[x.name];return e?(0,r.jsx)(is,{name:x.name,provider:e,onChange:e=>R(x.name,e),onRename:e=>L(x.name,e),onDelete:()=>z(x.name),onAddModels:e=>E(x.name,e)},x.name):null}let e=o.providers?.[x.providerName],t=e?.models?.[x.index];return t?(0,r.jsx)(ix,{providerName:x.providerName,provider:e,model:t,onChange:e=>W(x.providerName,x.index,e),onDelete:()=>$(x.providerName,x.index)},`${x.providerName}-${x.index}`):null})();return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:1e3,background:"rgba(0,0,0,0.35)",display:"flex",alignItems:"center",justifyContent:"center"},onClick:t=>{t.target===t.currentTarget&&e()},children:(0,r.jsxs)("div",{style:{width:t?"calc(100vw - 16px)":860,maxWidth:"calc(100vw - 16px)",height:t?"calc(100dvh - 16px)":"78vh",maxHeight:"calc(100dvh - 16px)",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:10,display:"flex",flexDirection:"column",boxShadow:"0 8px 32px rgba(0,0,0,0.18)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"12px 18px",borderBottom:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"baseline",gap:10},children:[(0,r.jsx)("span",{style:{fontSize:15,fontWeight:700,color:"var(--text)"},children:n("common.models")}),(0,r.jsx)("code",{style:{fontSize:11,color:"var(--text-muted)",fontFamily:"var(--font-mono)"},children:"~/.pi/agent/models.json"})]}),(0,r.jsx)("button",{onClick:e,style:{background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:20,lineHeight:1,padding:"2px 6px"},children:"\xd7"})]}),(0,r.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:t?"column":"row",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{width:t?"100%":210,maxHeight:t?"40vh":void 0,borderRight:t?"none":"1px solid var(--border)",borderBottom:t?"1px solid var(--border)":"none",display:"flex",flexDirection:"column",flexShrink:0,background:"var(--bg-panel)"},children:[(0,r.jsxs)("div",{style:{flex:1,overflowY:"auto",padding:"8px 6px"},children:[F.map(e=>{let t=x?.type==="oauth"&&x.providerId===e.id;return(0,r.jsxs)("div",{onClick:()=>f({type:"oauth",providerId:e.id}),style:{display:"flex",alignItems:"center",gap:7,padding:"5px 8px",borderRadius:5,cursor:"pointer",background:t?"var(--bg-selected)":"none"},onMouseEnter:e=>{t||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[(0,r.jsx)(iy,{id:e.id,size:16}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]},e.id)}),A.map(e=>{let t=x?.type==="apikey"&&x.providerId===e.id;return(0,r.jsxs)("div",{onClick:()=>f({type:"apikey",providerId:e.id}),style:{display:"flex",alignItems:"center",gap:7,padding:"5px 8px",borderRadius:5,cursor:"pointer",background:t?"var(--bg-selected)":"none"},onMouseEnter:e=>{t||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[(0,r.jsx)(iy,{id:e.id,size:16}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.displayName})]},e.id)}),(F.length>0||A.length>0)&&D.length>0&&(0,r.jsx)("div",{style:{margin:"4px 8px",borderTop:"1px solid var(--border)"}}),a?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:12,color:"var(--text-muted)"},children:n("i18n.loading")}):D.map(([e,t])=>{let i=x?.type==="provider"&&x.name===e,o=t.models??[];return(0,r.jsxs)("div",{style:{marginBottom:2},children:[(0,r.jsxs)("div",{onClick:()=>f({type:"provider",name:e}),style:{display:"flex",alignItems:"center",gap:6,padding:"7px 8px",borderRadius:5,cursor:"pointer",background:i?"var(--bg-selected)":"none"},onMouseEnter:e=>{i||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{i||(e.currentTarget.style.background="none")},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}),(0,r.jsx)("rect",{x:"9",y:"9",width:"6",height:"6"}),(0,r.jsx)("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),(0,r.jsx)("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),(0,r.jsx)("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),(0,r.jsx)("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),(0,r.jsx)("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),(0,r.jsx)("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),(0,r.jsx)("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),(0,r.jsx)("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]}),(0,r.jsx)("span",{style:{fontSize:12,fontWeight:i?600:400,color:"var(--text)",fontFamily:"var(--font-mono)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e})]}),o.map((t,i)=>{let o=x?.type==="model"&&x.providerName===e&&x.index===i;return(0,r.jsxs)("div",{onClick:()=>f({type:"model",providerName:e,index:i}),style:{display:"flex",alignItems:"center",gap:6,padding:"5px 8px 5px 26px",borderRadius:5,cursor:"pointer",background:o?"var(--bg-selected)":"none"},onMouseEnter:e=>{o||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{o||(e.currentTarget.style.background="none")},children:[(0,r.jsx)("span",{style:{fontSize:11,fontFamily:"var(--font-mono)",color:t.id?"var(--text-muted)":"var(--text-dim)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:t.id||n("i18n.newModel")}),t.reasoning&&(0,r.jsx)("span",{style:{fontSize:9,padding:"1px 4px",background:"rgba(99,102,241,0.12)",color:"rgba(99,102,241,0.8)",borderRadius:3,flexShrink:0},children:"T"})]},i)}),(0,r.jsx)("div",{onClick:t=>{t.stopPropagation(),I(e)},style:{display:"flex",alignItems:"center",gap:4,padding:"4px 8px 4px 26px",borderRadius:5,cursor:"pointer",color:"var(--text-dim)"},onMouseEnter:e=>{e.currentTarget.style.color="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)",e.currentTarget.style.background="none"},children:(0,r.jsxs)("span",{style:{fontSize:11},children:["+ ",n("i18n.model")]})})]},e)})]}),(0,r.jsx)("div",{style:{borderTop:"1px solid var(--border)",padding:"8px 6px"},children:(0,r.jsxs)("button",{onClick:()=>j(!0),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,width:"100%",padding:"6px 0",background:"none",border:"1px dashed var(--border)",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:12},onMouseEnter:e=>{e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.color="var(--text-muted)"},children:["+ ",n("i18n.addProvider")]})})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:20},children:a?null:B??(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-dim)",fontSize:13},children:n("i18n.selectProviderModel")})})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:10,padding:"10px 18px",borderTop:"1px solid var(--border)",flexShrink:0},children:[u&&(0,r.jsx)("span",{style:{fontSize:12,color:"#f87171",flex:1},children:u}),(0,r.jsx)("button",{onClick:e,style:{padding:"6px 14px",background:"none",border:"1px solid var(--border)",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",fontSize:13},children:n("i18n.cancel")}),(0,r.jsxs)("button",{onClick:P,disabled:d||h,style:{position:"relative",padding:"6px 16px",minWidth:92,background:h?"#16a34a":d?"var(--bg-panel)":"var(--accent)",border:"none",borderRadius:6,color:h?"#fff":d?"var(--text-muted)":"#fff",cursor:d||h?"default":"pointer",fontSize:13,fontWeight:600,display:"inline-flex",alignItems:"center",justifyContent:"center",gap:6,transition:"background-color 0.2s ease, color 0.2s ease",animation:h?"saved-pop 0.45s ease":void 0},children:[h&&(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",style:{strokeDasharray:18,animation:"saved-check-draw 0.35s ease forwards",flexShrink:0},children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}),(0,r.jsx)("span",{children:h?n("i18n.saved"):d?n("i18n.saving"):n("i18n.save")})]})]})]})}),w&&(0,r.jsx)(ib,{oauthProviders:m,apiKeyProviders:b,onSelectOAuth:e=>f({type:"oauth",providerId:e}),onSelectApiKey:e=>f({type:"apikey",providerId:e}),onAddCustom:T,onClose:()=>j(!1)})]})}function iw(e){return e.replace(/^\/(?:Users|home)\/[^/]+/,"~")}function ij(e){let t=e.sourceInfo?.source,n=e.sourceInfo?.scope;return"user"===n||"user"===t?"global":"project"===n||"project"===t?"project":"path"}function iS(e){let t=ij(e);return"path"===t?t:e.install?.skillsShUrl?`${t} / skills.sh`:t}function iC(e){return e.install?`${e.install.scope}\0${e.install.package}`:null}function iM(e){return e?e.slice(0,8):"unknown"}function iT({enabled:e,loading:t,onToggle:n}){let{t:i}=(0,y.s)();return(0,r.jsx)("button",{onClick:n,disabled:t,title:i(e?"i18n.visibleInPrompt":"i18n.hiddenFromPrompt"),style:{flexShrink:0,width:40,height:22,borderRadius:11,border:"none",padding:0,cursor:t?"wait":"pointer",background:e?"var(--accent)":"var(--border)",position:"relative",transition:"background 0.18s",outline:"none"},children:(0,r.jsx)("span",{style:{position:"absolute",top:3,left:e?21:3,width:16,height:16,borderRadius:"50%",background:"var(--bg)",boxShadow:"0 1px 4px rgba(0,0,0,0.22)",transition:"left 0.18s cubic-bezier(.4,0,.2,1)"}})})}function iR({skill:e,cwd:t,onToggle:n,toggling:i,saveError:o,updateStatus:l,checkingUpdate:a,updating:s,updateError:d,onCheckUpdate:c,onUpdate:u}){let{t:p}=(0,y.s)(),h=ij(e),g=!e.disableModelInvocation;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:20},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:7},children:[(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,flexShrink:0,background:"project"===h?"rgba(99,102,241,0.12)":"rgba(120,120,120,0.12)",color:"project"===h?"rgba(99,102,241,0.8)":"var(--text-dim)"},children:h}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text-dim)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:function(e){if("project"===h&&e.startsWith(t)){let n=e.slice(t.length).replace(/^[/\\]/,"");return`./${n}`}return iw(e)}(e.filePath)}),(0,r.jsx)(iT,{enabled:g,loading:i,onToggle:()=>n(e)})]}),(0,r.jsxs)("div",{style:{minHeight:16,display:"flex",alignItems:"center",justifyContent:"flex-end",gap:8,flexWrap:"wrap",textAlign:"right"},children:[!g&&(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)"},children:p("i18n.hiddenButInvocable")}),o&&(0,r.jsx)("span",{style:{fontSize:12,color:"#f87171",overflowWrap:"anywhere"},children:o})]})]}),e.install?.skillsShUrl&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:"Source"}),(0,r.jsx)("a",{href:e.install.skillsShUrl,target:"_blank",rel:"noreferrer",title:e.install.skillsShUrl,style:{display:"flex",alignItems:"center",gap:8,width:"fit-content",maxWidth:"100%",color:"var(--accent)",textDecoration:"none"},children:(0,r.jsxs)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:[e.install.skillsShUrl.replace(/^https?:\/\//,"")," ↗"]})})]}),e.install&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:"Version"}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,color:"var(--text-muted)"},children:iM(l?.currentVersion??e.install.versionHash)}),e.install.canCheckForUpdates&&(0,r.jsx)("button",{onClick:c,disabled:a||s,style:{padding:"4px 9px",border:"1px solid var(--border)",borderRadius:5,background:"none",color:"var(--text-muted)",cursor:a||s?"not-allowed":"pointer",opacity:a||s?.5:1,fontSize:11},children:p("i18n.check")}),l?.state==="update-available"&&(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,color:"#d97706"},children:iM(l.latestVersion)}),(a||l&&"update-available"!==l.state)&&(0,r.jsx)("span",{style:{fontSize:12,color:a?"var(--accent)":l?.state==="up-to-date"?"#16a34a":l?.state==="error"?"#ef4444":"var(--text-dim)"},children:a?p("i18n.checking"):l?.state==="up-to-date"?p("i18n.upToDate"):l?.state==="unsupported"?p("i18n.automaticChecksUnavailable"):l?.message||p("i18n.checkFailed")}),l?.state==="update-available"&&(0,r.jsx)("button",{onClick:u,disabled:s||a,style:{padding:"4px 10px",border:"none",borderRadius:5,background:"var(--accent)",color:"#fff",cursor:s||a?"not-allowed":"pointer",opacity:s||a?.5:1,fontSize:11,fontWeight:600},children:p(s?"i18n.updating":"i18n.update")})]}),d&&(0,r.jsx)("span",{style:{fontSize:12,color:"#ef4444"},children:d})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:"Name"}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:14,color:"var(--text)"},children:e.name})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:"Description"}),(0,r.jsx)("span",{style:{fontSize:14,color:"var(--text-muted)",lineHeight:1.6},children:e.description})]})]})}function iL({cwd:e,installedPackages:t,projectResourcesLoaded:n,onInstalled:o}){let{t:l}=(0,y.s)(),[a,s]=(0,i.useState)(""),[d,c]=(0,i.useState)([]),[u,p]=(0,i.useState)(!1),[h,g]=(0,i.useState)(null),[x,f]=(0,i.useState)(null),[m,v]=(0,i.useState)(null),[b,k]=(0,i.useState)(new Set),[w,j]=(0,i.useState)("global"),S=(0,i.useRef)(null);(0,i.useEffect)(()=>{S.current?.focus()},[]);let C=(0,i.useCallback)(async e=>{if(e.trim()){p(!0),g(null),c([]);try{let t=await fetch("/api/skills/search",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:e.trim()})}),n=await t.json();if(n.error)return void g(n.error);c(n.results??[]),0===(n.results??[]).length&&g("No skills found")}catch(e){g(String(e))}finally{p(!1)}}},[]),M=(0,i.useCallback)(async t=>{f(t),v(null);try{let n=await fetch("/api/skills/install",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({package:t,scope:w,cwd:e})}),r=await n.json();if(!n.ok||r.error)return void v(r.error??`HTTP ${n.status}`);k(e=>new Set(e).add(`${w}:${t}`)),o()}catch(e){v(String(e))}finally{f(null)}},[o,w,e]),T="global"===w?"~/.pi/agent/skills/":`${iw(e)}/.pi/skills/`;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:12,marginBottom:20},children:[(0,r.jsx)("div",{style:{fontSize:14,fontWeight:600,color:"var(--text)"},children:l("i18n.addSkill")}),(0,r.jsxs)("div",{style:{display:"flex",gap:8},children:[(0,r.jsx)("input",{ref:S,value:a,onChange:e=>s(e.target.value),onKeyDown:e=>{"Enter"===e.key&&C(a)},placeholder:l("i18n.skillSearchPlaceholder"),style:{flex:1,padding:"7px 10px",fontSize:13,background:"var(--bg-panel)",border:"1px solid var(--border)",borderRadius:6,color:"var(--text)",outline:"none"}}),(0,r.jsx)("button",{onClick:()=>C(a),disabled:u||!a.trim(),style:{padding:"7px 16px",fontSize:13,borderRadius:6,border:"none",background:"var(--accent)",color:"#fff",cursor:u||!a.trim()?"not-allowed":"pointer",opacity:u||!a.trim()?.5:1,flexShrink:0},children:u?l("i18n.searching"):l("i18n.search")})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10},children:[(0,r.jsx)("div",{style:{display:"flex",borderRadius:5,border:"1px solid var(--border)",overflow:"hidden",fontSize:12,flexShrink:0},children:["global","project"].map(e=>(0,r.jsx)("button",{onClick:()=>{("global"===e||n)&&j(e)},disabled:"project"===e&&!n,title:"project"!==e||n?void 0:l("trust.projectScopeUnavailable"),style:{padding:"3px 10px",border:"none",cursor:"project"!==e||n?"pointer":"not-allowed",background:w===e?"var(--bg-selected)":"none",color:w===e?"var(--text)":"var(--text-dim)",fontWeight:w===e?600:400,opacity:"project"!==e||n?1:.45,borderRight:"global"===e?"1px solid var(--border)":"none"},children:e},e))}),(0,r.jsxs)("span",{style:{fontSize:12,color:"var(--text-dim)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:["→ ",T]})]}),h&&(0,r.jsx)("div",{style:{fontSize:12,color:"#f87171"},children:h}),m&&(0,r.jsx)("div",{style:{fontSize:12,color:"#f87171",wordBreak:"break-word"},children:m})]}),d.length>0?(0,r.jsx)("div",{style:{flex:1,overflowY:"auto"},children:d.map(e=>{let n=t[w].has(e.package)||b.has(`${w}:${e.package}`),i=x===e.package,o=e.package.indexOf("@"),a=o>-1?e.package.slice(0,o):e.package,s=o>-1?e.package.slice(o+1):null;return(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:14,padding:"12px 0",borderBottom:"1px solid var(--border)"},children:[(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:13,fontWeight:600,color:"var(--text)",marginBottom:3},children:s??a}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text-dim)"},children:a}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:e.installs}),e.url&&(0,r.jsx)("a",{href:e.url,target:"_blank",rel:"noreferrer",style:{fontSize:12,color:"var(--accent)",textDecoration:"none"},children:"skills.sh ↗"})]})]}),(0,r.jsx)("button",{onClick:()=>!n&&!i&&M(e.package),disabled:n||i||null!==x,style:{flexShrink:0,padding:"5px 14px",fontSize:12,fontWeight:500,borderRadius:5,border:"1px solid var(--border)",cursor:n||i||null!==x?"not-allowed":"pointer",background:n?"rgba(34,197,94,0.1)":"none",color:n?"#16a34a":i?"var(--accent)":"var(--text-muted)",transition:"color 0.12s"},children:n?`✓ ${l("i18n.installed")}`:i?l("i18n.installing"):l("i18n.install")})]},e.package)})}):!h&&!u&&(0,r.jsxs)("div",{style:{fontSize:13,color:"var(--text-dim)",lineHeight:1.8},children:["Search"," ",(0,r.jsx)("a",{href:"https://skills.sh",target:"_blank",rel:"noreferrer",style:{color:"var(--accent)",textDecoration:"none"},children:"skills.sh"})," ","to discover and install skills for your agent."]})]})}function iz({cwd:e,onClose:t}){let n=(0,ns.a)(),{t:o}=(0,y.s)(),[l,a]=(0,i.useState)([]),[s,d]=(0,i.useState)(!0),[c,u]=(0,i.useState)(null),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(new Set),[f,m]=(0,i.useState)(null),[v,b]=(0,i.useState)(!1),[k,w]=(0,i.useState)({}),[j,S]=(0,i.useState)(new Set),[C,M]=(0,i.useState)(!1),[T,R]=(0,i.useState)(null),[L,z]=(0,i.useState)(null),[I,E]=(0,i.useState)(!0),[W,$]=(0,i.useState)({}),P=(0,i.useCallback)(async()=>{d(!0),u(null);try{let t=await fetch(`/api/skills?cwd=${encodeURIComponent(e)}`),n=await t.json();if(!t.ok||n.error)throw Error(n.error??`HTTP ${t.status}`);let r=n.skills??[];if(a(r),E(n.projectResourcesLoaded??!0),r.length>0&&!p){let e=r.find(e=>!e.disableModelInvocation)??r[0];h(e.filePath),e.disableModelInvocation&&$(t=>({...t,[iS(e)]:!0}))}return r}catch(e){return u(String(e)),[]}finally{d(!1)}},[e,p]);(0,i.useEffect)(()=>{w({}),z(null),P()},[e]);let D=(0,i.useCallback)(async t=>{let n=(t?[t]:l.filter(e=>!!e.install)).map(iC).filter(e=>!!e);if(0!==n.length){z(null),S(e=>new Set([...e,...n])),t||M(!0);try{let n=await fetch("/api/skills/check",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:e,package:t?.install?.package,scope:t?.install?.scope})}),r=await n.json();if(!n.ok||r.error)throw Error(r.error??`HTTP ${n.status}`);w(e=>{let t={...e};for(let e of r.updates??[])t[`${e.scope}\0${e.package}`]=e;return t})}catch(e){z(e instanceof Error?e.message:String(e))}finally{S(e=>{let t=new Set(e);for(let e of n)t.delete(e);return t}),t||M(!1)}}},[e,l]),F=(0,i.useCallback)(async t=>{if(!t.install)return;let n=iC(t);R(n),z(null);try{let r=await fetch("/api/skills/update",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:e,package:t.install.package,scope:t.install.scope})}),i=await r.json();if(!r.ok||i.error||!i.success)throw Error(i.error??`HTTP ${r.status}`);await P();let o=i.skill?.install?.versionHash;w(e=>({...e,[n]:{package:t.install.package,scope:t.install.scope,state:"up-to-date",currentVersion:o,latestVersion:o}}))}catch(e){z(e instanceof Error?e.message:String(e))}finally{R(null)}},[e,P]),A=(0,i.useCallback)(async e=>{let t=!e.disableModelInvocation;x(t=>new Set(t).add(e.filePath)),m(null);try{let n=await fetch("/api/skills",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({filePath:e.filePath,disableModelInvocation:t})}),r=await n.json();if(!n.ok||r.error)return void m(r.error??`HTTP ${n.status}`);a(n=>n.map(n=>n.filePath===e.filePath?{...n,disableModelInvocation:t}:n)),t&&$(t=>({...t,[iS(e)]:!0}))}catch(e){m(String(e))}finally{x(t=>{let n=new Set(t);return n.delete(e.filePath),n})}},[]),B=l.find(e=>e.filePath===p)??null;return(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:1e3,background:"rgba(0,0,0,0.35)",display:"flex",alignItems:"center",justifyContent:"center"},onClick:e=>{e.target===e.currentTarget&&t()},children:(0,r.jsxs)("div",{style:{width:n?"calc(100vw - 16px)":860,maxWidth:"calc(100vw - 16px)",height:n?"calc(100dvh - 16px)":"78vh",maxHeight:"calc(100dvh - 16px)",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:10,display:"flex",flexDirection:"column",boxShadow:"0 8px 32px rgba(0,0,0,0.18)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"12px 18px",borderBottom:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"baseline",gap:10},children:[(0,r.jsx)("span",{style:{fontSize:15,fontWeight:700,color:"var(--text)"},children:o("common.skills")}),(0,r.jsx)("code",{style:{fontSize:11,color:"var(--text-muted)",fontFamily:"var(--font-mono)",maxWidth:320,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:iw(e)})]}),(0,r.jsx)("button",{onClick:t,style:{background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:20,lineHeight:1,padding:"2px 6px"},children:"\xd7"})]}),!I&&(0,r.jsx)("div",{role:"status",style:{padding:"8px 18px",borderBottom:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text-muted)",fontSize:12},children:o("trust.skillsNotLoaded")}),(0,r.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:n?"column":"row",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{width:n?"100%":210,maxHeight:n?"40vh":void 0,borderRight:n?"none":"1px solid var(--border)",borderBottom:n?"1px solid var(--border)":"none",display:"flex",flexDirection:"column",flexShrink:0,background:"var(--bg-panel)"},children:[(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:"8px 6px"},children:s?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:12,color:"var(--text-muted)"},children:o("i18n.loading")}):c?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"#f87171"},children:c}):0===l.length?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"var(--text-dim)"},children:o("i18n.noSkills")}):(()=>{let e=[];for(let{label:t,matches:n}of[{label:"project / skills.sh",matches:e=>"project"===ij(e)&&!!e.install?.skillsShUrl},{label:"project",matches:e=>"project"===ij(e)&&!e.install?.skillsShUrl},{label:"global / skills.sh",matches:e=>"global"===ij(e)&&!!e.install?.skillsShUrl},{label:"global",matches:e=>"global"===ij(e)&&!e.install?.skillsShUrl},{label:"path",matches:e=>"path"===ij(e)}]){let r=l.filter(n);r.length>0&&e.push({label:t,skills:r})}let t=e=>{let t,n,i=!v&&p===e.filePath,l=e.disableModelInvocation;return(0,r.jsxs)("div",{onClick:()=>{h(e.filePath),b(!1)},style:{display:"flex",alignItems:"center",gap:7,padding:"8px 8px",borderRadius:5,cursor:"pointer",background:i?"var(--bg-selected)":"none"},onMouseEnter:e=>{i||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{i||(e.currentTarget.style.background="none")},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:7,height:7,borderRadius:"50%",background:l?"var(--border)":"var(--accent)",boxShadow:l?"none":"0 0 4px var(--accent)",transition:"background 0.15s, box-shadow 0.15s"}}),(0,r.jsx)("span",{style:{fontSize:12,fontWeight:i?600:400,color:l?"var(--text-dim)":"var(--text)",fontFamily:"var(--font-mono)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),(n=(t=iC(e))?k[t]:void 0,n?.state!=="update-available"?null:(0,r.jsx)("span",{title:o("i18n.updateAvailable"),style:{color:"#d97706",fontSize:13,lineHeight:1,flexShrink:0},children:"↑"}))]},e.filePath)};return e.map(({label:e,skills:n})=>{let i=n.filter(e=>!e.disableModelInvocation),l=n.filter(e=>e.disableModelInvocation),a=W[e]??!1;return(0,r.jsxs)("div",{style:{marginBottom:6},children:[(0,r.jsx)("div",{style:{padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.06em"},children:e}),i.map(t),l.length>0&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{onClick:()=>$(t=>({...t,[e]:!a})),style:{display:"flex",alignItems:"center",gap:5,padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.06em",cursor:"pointer",userSelect:"none"},children:[(0,r.jsx)("span",{style:{fontSize:8},children:a?"▾":"▸"}),o("i18n.dormant")," (",l.length,")"]}),a&&l.map(t)]})]},e)})})()}),(0,r.jsx)("div",{style:{padding:"8px 6px",borderTop:"1px solid var(--border)",flexShrink:0},children:(0,r.jsxs)("div",{onClick:()=>b(!0),style:{display:"flex",alignItems:"center",gap:6,padding:"7px 8px",borderRadius:5,cursor:"pointer",background:v?"var(--bg-selected)":"none",color:v?"var(--accent)":"var(--text-dim)",fontSize:12},onMouseEnter:e=>{v||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{v||(e.currentTarget.style.background="none")},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,r.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),o("i18n.addSkill")]})})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:20},children:v?(0,r.jsx)(iL,{cwd:e,projectResourcesLoaded:I,installedPackages:{global:new Set(l.filter(e=>e.install?.scope==="global").map(e=>e.install.package)),project:new Set(l.filter(e=>e.install?.scope==="project").map(e=>e.install.package))},onInstalled:()=>{P()}}):s?null:B?(0,r.jsx)(iR,{skill:B,cwd:e,onToggle:A,toggling:g.has(B.filePath),saveError:f,updateStatus:iC(B)?k[iC(B)]:void 0,checkingUpdate:!!iC(B)&&j.has(iC(B)),updating:T===iC(B),updateError:L,onCheckUpdate:()=>void D(B),onUpdate:()=>void F(B)},B.filePath):(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-dim)",fontSize:13},children:o("i18n.selectSkill")})})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"10px 18px",borderTop:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10},children:[l.some(e=>!!e.install)&&(0,r.jsx)("button",{onClick:()=>void D(),disabled:C||null!==T,style:{padding:"6px 12px",background:"none",border:"1px solid var(--border)",borderRadius:6,color:"var(--text-muted)",cursor:C||null!==T?"not-allowed":"pointer",opacity:C||null!==T?.5:1,fontSize:12},children:C?o("i18n.checking"):o("i18n.checkUpdates")}),Object.values(k).filter(e=>"update-available"===e.state).length>0&&(0,r.jsxs)("span",{style:{fontSize:12,color:"#d97706"},children:[Object.values(k).filter(e=>"update-available"===e.state).length," ",1===Object.values(k).filter(e=>"update-available"===e.state).length?o("i18n.update"):o("i18n.updates")]})]}),(0,r.jsx)("button",{onClick:t,style:{padding:"6px 14px",background:"none",border:"1px solid var(--border)",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",fontSize:13},children:o("i18n.close")})]})]})})}function iI(e){return e.replace(/^\/(?:Users|home)\/[^/]+/,"~")}function iE(e){let t=e.trim().match(/^\$?\s*pi\s+install\s+(\S+)\s*$/);return t?.[1]??e}function iW(e){return`${e.scope}\0${e.source}`}function i$(e,t){if(e.disabled)return t("i18n.disabled");let n=[e.counts.extensions?t("i18n.resourceCount",{count:e.counts.extensions,label:t("i18n.extensionShort")}):"",e.counts.skills?t("i18n.resourceCount",{count:e.counts.skills,label:t("i18n.skillShort")}):"",e.counts.prompts?t("i18n.resourceCount",{count:e.counts.prompts,label:t("i18n.promptShort")}):"",e.counts.themes?t("i18n.resourceCount",{count:e.counts.themes,label:t("i18n.themeShort")}):""].filter(Boolean);return n.length?n.join(" \xb7 "):t("i18n.noResources")}function iP(e,t){let n=[];return e.version&&n.push(t("i18n.installedVersion",{version:e.version})),e.configuredVersion&&n.push(t("i18n.configuredVersion",{version:e.configuredVersion})),n.length?n.join(" \xb7 "):t("i18n.unknown")}function iD(e){return"loaded"===e?"var(--accent)":"installed"===e?"#f59e0b":"disabled"===e?"var(--text-dim)":"#ef4444"}function iF({pkg:e}){let{t}=(0,y.s)(),n=[["extension",t("i18n.extensions")],["skill",t("i18n.skills")],["prompt",t("i18n.prompts")],["theme",t("i18n.themes")]].map(([t,n])=>({kind:t,label:n,resources:e.resources.filter(e=>e.kind===t)})).filter(e=>e.resources.length>0);return 0===n.length?(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-dim)"},children:t(e.disabled?"i18n.packageDisabled":"i18n.noResolvedResources")}):(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:12},children:n.map((e,t)=>(0,r.jsxs)("div",{style:{borderTop:0===t?"none":"1px solid var(--border)",paddingTop:12*(0!==t)},children:[(0,r.jsx)("div",{style:{fontSize:10,fontWeight:700,color:"var(--text-dim)",textTransform:"uppercase",marginBottom:6},children:e.label}),(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:6},children:e.resources.map(e=>(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.path,children:e.name}),(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",marginTop:1},title:e.path,children:e.relativePath})]},`${e.kind}:${e.path}`))})]},e.kind))})}function iA({scope:e}){return(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,flexShrink:0,background:"project"===e?"rgba(99,102,241,0.12)":"rgba(120,120,120,0.12)",color:"project"===e?"rgba(99,102,241,0.85)":"var(--text-dim)"},children:e})}function iB(e,t){return{padding:"6px 12px",background:t?"rgba(239,68,68,0.08)":"none",border:"1px solid var(--border)",borderRadius:6,color:t?"#ef4444":"var(--text-muted)",cursor:e?"not-allowed":"pointer",fontSize:12,opacity:e?.5:1}}function iN({enabled:e,loading:t,onToggle:n,label:i}){return(0,r.jsx)("button",{type:"button",onClick:n,disabled:t,title:i,"aria-label":i,"aria-pressed":e,style:{flexShrink:0,width:40,height:22,borderRadius:11,border:"none",padding:0,cursor:t?"wait":"pointer",background:e?"var(--accent)":"var(--border)",position:"relative",transition:"background 0.18s",outline:"none",opacity:t?.65:1},children:(0,r.jsx)("span",{style:{position:"absolute",top:3,left:e?21:3,width:16,height:16,borderRadius:"50%",background:"var(--bg)",boxShadow:"0 1px 4px rgba(0,0,0,0.22)",transition:"left 0.18s cubic-bezier(.4,0,.2,1)"}})})}function iH({value:e,projectResourcesLoaded:t,onChange:n}){let{t:i}=(0,y.s)();return(0,r.jsx)("div",{style:{display:"inline-flex",border:"1px solid var(--border)",borderRadius:7,overflow:"hidden",height:30},children:["global","project"].map(o=>{let l=e===o,a="project"===o&&!t;return(0,r.jsx)("button",{onClick:()=>{a||n(o)},disabled:a,title:a?i("trust.projectScopeUnavailable"):void 0,style:{width:76,border:"none",borderRight:"global"===o?"1px solid var(--border)":"none",background:l?"var(--bg-selected)":"none",color:l?"var(--text)":"var(--text-muted)",cursor:a?"not-allowed":"pointer",opacity:a?.45:1,fontSize:12},children:o},o)})})}function iO({cwd:e,source:t,scope:n,projectResourcesLoaded:o,busy:l,actionError:a,onSourceChange:s,onScopeChange:d,onInstall:c}){let{t:u}=(0,y.s)(),p=(0,i.useRef)(null);return(0,i.useEffect)(()=>{p.current?.focus()},[]),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:18,maxWidth:660,minHeight:"100%"},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,flexWrap:"wrap"},children:[(0,r.jsx)("div",{style:{fontSize:14,fontWeight:700,color:"var(--text)"},children:u("i18n.addPlugin")}),(0,r.jsxs)("a",{href:"https://pi.dev/packages",target:"_blank",rel:"noopener noreferrer",style:{display:"inline-flex",alignItems:"center",gap:5,color:"var(--accent)",fontSize:12,textDecoration:"none",whiteSpace:"nowrap"},children:[(0,r.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 800 800","aria-hidden":"true",focusable:"false",style:{flexShrink:0},children:[(0,r.jsx)("path",{fill:"#000",fillRule:"evenodd",d:"M165.29 165.29H517.36V400H400V517.36H282.65V634.72H165.29ZM282.65 282.65V400H400V282.65Z"}),(0,r.jsx)("path",{fill:"#000",d:"M517.36 400H634.72V634.72H517.36Z"})]}),"pi.dev/packages"]})]}),(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-dim)",fontFamily:"var(--font-mono)"},children:"project"===n?`${iI(e)}/.pi/agent/{npm,git}`:"~/.pi/agent/{npm,git}"})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{htmlFor:"plugin-source",style:{fontSize:12,fontWeight:600,color:"var(--text-muted)"},children:"Source"}),(0,r.jsx)("input",{id:"plugin-source",ref:p,value:t,onChange:e=>s(e.target.value),onPaste:e=>{let t=w(e.clipboardData),n=t.length>0?t[0]:e.clipboardData.getData("text"),r=iE(n);(r!==n||0!==t.length)&&(e.preventDefault(),s(r))},onBlur:e=>s(iE(e.currentTarget.value)),placeholder:"npm:@scope/package",style:{width:"100%",height:36,padding:"0 11px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:13,outline:"none"},onKeyDown:e=>{"Enter"===e.key&&t.trim()&&!l&&c()}})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[(0,r.jsx)(iH,{value:n,projectResourcesLoaded:o,onChange:d}),(0,r.jsx)("button",{type:"button",onClick:c,disabled:l||!t.trim(),style:{...iB(l||!t.trim()),background:"var(--accent)",color:"white",borderColor:"var(--accent)"},children:u(l?"i18n.installing":"i18n.install")})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:600,color:"var(--text-muted)"},children:"Examples"}),(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:6},children:["npm:@scope/pi-plugin","git:https://github.com/user/repo","/absolute/path/to/plugin"].map(e=>(0,r.jsx)("button",{type:"button",onClick:()=>s(e),style:{width:"100%",minHeight:30,textAlign:"left",padding:"6px 9px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text-dim)",cursor:"pointer",fontFamily:"var(--font-mono)",fontSize:11},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text-muted)"},onMouseLeave:e=>{e.currentTarget.style.background="var(--bg-panel)",e.currentTarget.style.color="var(--text-dim)"},children:e},e))})]}),a&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:a})]})}function iU({pkg:e,cwd:t,busyKey:n,actionError:i,actionMessage:o,sessionId:l,onAction:a,onReloadSession:s}){let{t:d}=(0,y.s)(),c=iW(e),u=n?.endsWith(c)??!1,p="reload"===n,h=!e.disabled;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:20,maxWidth:680},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",justifyContent:"space-between",gap:12,minWidth:0,flexWrap:"wrap"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:180,flex:1},children:[(0,r.jsx)(iN,{enabled:h,loading:u||p,onToggle:()=>a(e.disabled?"enable":"disable",e),label:d(e.disabled?"i18n.enablePackage":"i18n.disablePackage")}),(0,r.jsx)(iA,{scope:e.scope}),e.disabled?(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,background:"rgba(120,120,120,0.12)",color:"var(--text-dim)"},children:d("i18n.disabled")}):e.filtered&&(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,background:"rgba(245,158,11,0.12)",color:"#d97706"},children:d("i18n.filtered")}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.source})]}),(0,r.jsxs)("div",{style:{display:"flex",gap:8,flexWrap:"wrap"},children:[(0,r.jsx)("button",{onClick:()=>a("update",e),disabled:u||p,style:iB(u||p),children:d(n===`update:${c}`?"i18n.updating":"i18n.update")}),(0,r.jsx)("button",{onClick:s,disabled:!l||p||u,style:iB(!l||p||u),title:d(l?"i18n.reloadSession":"i18n.openSessionToReload"),children:d(p?"i18n.reloading":"i18n.reloadSession")}),(0,r.jsx)("button",{onClick:()=>a("remove",e),disabled:u||p,style:iB(u||p,!0),children:d(n===`remove:${c}`?"i18n.removing":"i18n.remove")})]})]}),(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"minmax(96px, 130px) minmax(0, 1fr)",gap:"9px 14px",fontSize:12,lineHeight:1.45},children:[(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.status")}),(0,r.jsx)("div",{style:{color:iD(e.status),textTransform:"capitalize"},children:e.status}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.version")}),(0,r.jsx)("div",{style:{color:"var(--text-muted)",fontFamily:"var(--font-mono)"},children:iP(e,d)}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.package")}),(0,r.jsx)("div",{style:{color:"var(--text-muted)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:e.packageName??d("i18n.unknown")}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.resources")}),(0,r.jsx)("div",{style:{color:"var(--text-muted)"},children:i$(e,d)}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.installedPath")}),(0,r.jsx)("div",{style:{color:e.installedPath?"var(--text-muted)":"#ef4444",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:e.installedPath?iI(e.installedPath):d("i18n.notFound")}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.cwd")}),(0,r.jsx)("div",{style:{color:"var(--text-dim)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:iI(t)})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:8},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:700,color:"var(--text)"},children:d("i18n.resolvedResources")}),(0,r.jsx)(iF,{pkg:e})]}),o&&(0,r.jsx)("div",{style:{fontSize:12,color:"#16a34a"},children:o}),i&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:i})]})}function i_({cwd:e,sessionId:t,onClose:n,onReloaded:o}){let l=(0,ns.a)(),{t:a}=(0,y.s)(),[s,d]=(0,i.useState)(null),[c,u]=(0,i.useState)(!0),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(null),[f,m]=(0,i.useState)(!1),[v,b]=(0,i.useState)(""),[k,w]=(0,i.useState)("global"),[j,S]=(0,i.useState)(null),[C,M]=(0,i.useState)(null),[T,R]=(0,i.useState)(null),L=(0,i.useMemo)(()=>s?.packages??[],[s?.packages]),z=L.find(e=>iW(e)===g)??null,I=s?.projectResourcesLoaded??!0,E=(0,i.useMemo)(()=>["project","global"].map(e=>({scope:e,packages:L.filter(t=>t.scope===e)})).filter(e=>e.packages.length>0),[L]),W=(0,i.useCallback)(async()=>{u(!0),h(null);try{let t=await fetch(`/api/plugins?cwd=${encodeURIComponent(e)}`),n=await t.json();if(!t.ok||n.error)throw Error(n.error??`HTTP ${t.status}`);d(n),m(e=>0===n.packages.length||e),x(e=>e&&n.packages.some(t=>iW(t)===e)?e:n.packages[0]?iW(n.packages[0]):null)}catch(e){h(e instanceof Error?e.message:String(e))}finally{u(!1)}},[e]);(0,i.useEffect)(()=>{W()},[W]);let $=(0,i.useCallback)(async(t,n)=>{let r=iW(n);S(`${t}:${r}`),M(null),R(null);try{let r=await fetch("/api/plugins",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:t,source:n.source,scope:n.scope,cwd:e})}),i=await r.json();if(!r.ok||i.error)throw Error(i.error??`HTTP ${r.status}`);d(i),"remove"===t?(x(i.packages[0]?iW(i.packages[0]):null),0===i.packages.length&&m(!0),R("Package removed.")):R({install:"Package installed.",update:"Package updated.",disable:"Package disabled.",enable:"Package enabled."}[t])}catch(e){M(e instanceof Error?e.message:String(e))}finally{S(null)}},[e]),P=(0,i.useCallback)(async()=>{let t=iE(v).trim();if(!t)return;b(t);let n=`${k}\0${t}`;S(`install:${n}`),M(null),R(null);try{var r;let i,o,l=await fetch("/api/plugins",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"install",source:t,scope:k,cwd:e})}),a=await l.json();if(!l.ok||a.error)throw Error(a.error??`HTTP ${l.status}`);d(a);let s=(r=a.packages,o=(i=t.trim()).startsWith("npm:")?i.slice(4):i,r.find(e=>e.scope===k&&e.source===i)??r.find(e=>e.scope===k&&e.source===`npm:${o}`)??r.find(e=>e.scope===k&&e.source.endsWith(i)));x(s?iW(s):n),m(!1),b(""),R("Package installed.")}catch(e){M(e instanceof Error?e.message:String(e))}finally{S(null)}},[e,k,v]),D=(0,i.useCallback)(async()=>{if(t){S("reload"),M(null),R(null);try{await n6(t,{type:"reload"}),o?.(),await W(),R("Session reloaded.")}catch(e){M(e instanceof Error?e.message:String(e))}finally{S(null)}}},[W,o,t]),F=j?.startsWith("install:")??!1;return(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:1e3,background:"rgba(0,0,0,0.35)",display:"flex",alignItems:"center",justifyContent:"center"},onClick:e=>{e.target===e.currentTarget&&n()},children:(0,r.jsxs)("div",{style:{width:l?"calc(100vw - 16px)":860,maxWidth:"calc(100vw - 16px)",height:l?"calc(100dvh - 16px)":"76vh",maxHeight:"calc(100dvh - 16px)",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,display:"flex",flexDirection:"column",boxShadow:"0 8px 32px rgba(0,0,0,0.18)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"12px 18px",borderBottom:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"baseline",gap:10,minWidth:0},children:[(0,r.jsx)("span",{style:{fontSize:15,fontWeight:700,color:"var(--text)"},children:a("common.plugins")}),(0,r.jsx)("code",{style:{fontSize:11,color:"var(--text-muted)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:iI(e)})]}),(0,r.jsx)("button",{onClick:n,style:{background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:20,lineHeight:1,padding:"2px 6px"},children:"\xd7"})]}),!I&&(0,r.jsx)("div",{role:"status",style:{padding:"8px 18px",borderBottom:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text-muted)",fontSize:12},children:a("trust.pluginsNotLoaded")}),(0,r.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:l?"column":"row",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{width:l?"100%":245,maxHeight:l?"40vh":void 0,borderRight:l?"none":"1px solid var(--border)",borderBottom:l?"1px solid var(--border)":"none",display:"flex",flexDirection:"column",flexShrink:0,background:"var(--bg-panel)"},children:[(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:"8px 6px"},children:c?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:12,color:"var(--text-muted)"},children:"Loading..."}):p?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"#ef4444"},children:p}):0===L.length?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"var(--text-dim)"},children:"No plugins configured"}):E.map(e=>(0,r.jsxs)("div",{style:{marginBottom:6},children:[(0,r.jsx)("div",{style:{padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase"},children:e.scope}),e.packages.map(e=>{let t=iW(e),n=!f&&g===t;return(0,r.jsxs)("div",{onClick:()=>{x(t),m(!1),M(null),R(null)},style:{display:"flex",alignItems:"center",gap:7,padding:"8px 8px",borderRadius:5,cursor:"pointer",background:n?"var(--bg-selected)":"none"},onMouseEnter:e=>{n||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{n||(e.currentTarget.style.background="none")},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:7,height:7,borderRadius:"50%",background:iD(e.status)}}),(0,r.jsxs)("div",{style:{minWidth:0,flex:1},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:n?600:400,color:"var(--text)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.source}),(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",marginTop:2},children:i$(e,a)}),(e.version||e.configuredVersion)&&(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",marginTop:2},children:iP(e,a)})]})]},t)})]},e.scope))}),(0,r.jsx)("div",{style:{padding:"8px 6px",borderTop:"1px solid var(--border)",flexShrink:0},children:(0,r.jsxs)("button",{type:"button",onClick:()=>{m(!0),M(null),R(null)},style:{display:"flex",alignItems:"center",gap:6,padding:"7px 8px",borderRadius:5,border:"none",width:"100%",cursor:"pointer",background:f?"var(--bg-selected)":"none",color:f?"var(--accent)":"var(--text-dim)",fontSize:12},onMouseEnter:e=>{f||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{f||(e.currentTarget.style.background="none")},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,r.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),a("i18n.addPlugin")]})})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:20},children:f?(0,r.jsx)(iO,{cwd:e,source:v,scope:k,projectResourcesLoaded:I,busy:F,actionError:C,onSourceChange:b,onScopeChange:w,onInstall:P}):c?null:z?(0,r.jsx)(iU,{pkg:z,cwd:e,busyKey:j,actionError:C,actionMessage:T,sessionId:t,onAction:$,onReloadSession:D},iW(z)):(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-dim)",fontSize:13},children:a("i18n.selectPackage")})})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,padding:"10px 18px",borderTop:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsx)("div",{style:{minWidth:0,flex:1,fontSize:11,color:"var(--text-dim)",overflow:"hidden"},children:s?.diagnostics.length?(0,r.jsxs)("span",{title:s.diagnostics.map(e=>`${e.type}: ${e.source?`${e.source}: `:""}${e.message}`).join("\n"),style:{color:s.diagnostics.some(e=>"error"===e.type)?"#ef4444":"#d97706"},children:[s.diagnostics.length," diagnostic",1===s.diagnostics.length?"":"s"]}):(0,r.jsx)("span",{children:s?`${s.totals.extensions} ext \xb7 ${s.totals.skills} skills \xb7 ${s.totals.prompts} prompts \xb7 ${s.totals.themes} themes`:""})}),(0,r.jsx)("button",{onClick:()=>void W(),disabled:c||null!==j,style:iB(c||null!==j),children:a("i18n.refresh")}),(0,r.jsx)("button",{onClick:n,style:iB(!1),children:a("i18n.close")})]})]})})}function iV(e){return e.replace(/^\/(?:Users|home)\/[^/]+/,"~")}function iq({scope:e}){return(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,flexShrink:0,background:"project"===e?"rgba(99,102,241,0.12)":"rgba(120,120,120,0.12)",color:"project"===e?"rgba(99,102,241,0.85)":"var(--text-meta)"},children:e})}function iK(e,t){return{padding:"6px 12px",background:t?"rgba(239,68,68,0.08)":"none",border:"1px solid var(--border)",borderRadius:6,color:t?"#ef4444":"var(--text-muted)",cursor:e?"not-allowed":"pointer",fontSize:12,opacity:e?.5:1}}function iJ({enabled:e,loading:t,onToggle:n,label:i}){return(0,r.jsx)("button",{type:"button",onClick:n,disabled:t,title:i,"aria-label":i,"aria-pressed":e,style:{flexShrink:0,width:40,height:22,borderRadius:11,border:"none",padding:0,cursor:t?"wait":"pointer",background:e?"var(--accent)":"var(--border)",position:"relative",transition:"background 0.18s",outline:"none",opacity:t?.65:1},children:(0,r.jsx)("span",{style:{position:"absolute",top:3,left:e?21:3,width:16,height:16,borderRadius:"50%",background:"var(--bg)",boxShadow:"0 1px 4px rgba(0,0,0,0.22)",transition:"left 0.18s cubic-bezier(.4,0,.2,1)"}})})}function iY({value:e,projectResourcesLoaded:t,onChange:n}){let{t:i}=(0,y.s)();return(0,r.jsx)("div",{style:{display:"inline-flex",border:"1px solid var(--border)",borderRadius:7,overflow:"hidden",height:30},children:["global","project"].map(o=>{let l=e===o,a="project"===o&&!t;return(0,r.jsx)("button",{onClick:()=>{a||n(o)},disabled:a,title:a?i("trust.projectScopeUnavailable"):void 0,style:{width:76,border:"none",cursor:a?"not-allowed":"pointer",opacity:a?.4:1,fontSize:11,background:l?"var(--bg-selected)":"none",color:l?"var(--text)":"var(--text-muted)"},children:o},o)})})}function iX({server:e,cwd:t,busy:n,actionError:i,actionMessage:o,onToggle:l,onRemove:a,onMove:s,onTest:d,onEdit:c}){let{t:u}=(0,y.s)(),p=!e.disabled,h="project"===e.scope?"global":"project",g="url"===e.kind?e.url:"socket"===e.kind?e.socket:e.command,x={color:"var(--text-meta)"},f={color:"var(--text-muted)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"};return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:20,maxWidth:680},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",justifyContent:"space-between",gap:12,minWidth:0,flexWrap:"wrap"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:180,flex:1},children:[(0,r.jsx)(iJ,{enabled:p,loading:n,onToggle:l,label:u(p?"mcp.disable":"mcp.enable")}),(0,r.jsx)(iq,{scope:e.scope}),e.disabled&&(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,background:"rgba(120,120,120,0.12)",color:"var(--text-meta)"},children:u("mcp.disabledBadge")}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]}),(0,r.jsxs)("div",{style:{display:"flex",gap:8,flexWrap:"wrap"},children:[(0,r.jsx)("button",{onClick:d,disabled:n,style:iK(n),children:u(n?"mcp.testing":"mcp.test")}),(0,r.jsx)("button",{onClick:c,disabled:n,style:iK(n),children:u("mcp.edit")}),(0,r.jsx)("button",{onClick:s,disabled:n,style:iK(n),children:u("project"===h?"mcp.moveToProject":"mcp.moveToGlobal")}),(0,r.jsx)("button",{onClick:a,disabled:n,style:iK(n,!0),children:u("mcp.delete")})]})]}),(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"minmax(96px, 130px) minmax(0, 1fr)",gap:"9px 14px",fontSize:12,lineHeight:1.45},children:[(0,r.jsx)("div",{style:x,children:u("mcp.fieldType")}),(0,r.jsx)("div",{style:f,children:e.kind}),(0,r.jsx)("div",{style:x,children:u("url"===e.kind?"mcp.kindUrl":"socket"===e.kind?"mcp.kindSocket":"mcp.kindCommand")}),(0,r.jsx)("div",{style:f,children:g??"—"}),"command"===e.kind&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{style:x,children:u("mcp.fieldArgs")}),(0,r.jsx)("div",{style:f,children:e.args.length?e.args.join(" "):"—"})]}),(0,r.jsx)("div",{style:x,children:u("mcp.fieldEnv")}),(0,r.jsx)("div",{style:f,children:e.envKeys.length?e.envKeys.join(", "):"—"}),(0,r.jsx)("div",{style:x,children:u("mcp.fieldOptions")}),(0,r.jsx)("div",{style:f,children:Object.keys(e.options).length?JSON.stringify(e.options):"—"}),(0,r.jsx)("div",{style:x,children:u("mcp.fieldSource")}),(0,r.jsx)("div",{style:{color:"var(--text-meta)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:iV(e.source)}),(0,r.jsx)("div",{style:x,children:u("mcp.fieldCwd")}),(0,r.jsx)("div",{style:{color:"var(--text-meta)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:iV(t)})]}),o&&(0,r.jsx)("div",{style:{fontSize:12,color:"#16a34a",whiteSpace:"pre-wrap"},children:o}),i&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:i})]})}function iZ({cwd:e,scope:t,projectResourcesLoaded:n,busy:o,actionError:l,initial:a,onScopeChange:s,onSave:d,onFetchDef:c,onCancel:u}){let{t:p}=(0,y.s)(),h=!!a,[g,x]=(0,i.useState)(h&&a?a.name:""),[f,m]=(0,i.useState)(()=>a?"command"===a.kind?[a.command,...a.args].join(" "):a.url??a.socket??"":""),[v,b]=(0,i.useState)(""),[k,w]=(0,i.useState)("basic"),[j,S]=(0,i.useState)(null),[C,M]=(0,i.useState)(null),[T,R]=(0,i.useState)(!1),L={width:"100%",height:36,padding:"0 11px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:13,outline:"none"},z={fontSize:12,fontWeight:600,color:"var(--text-muted)"},I=/^https?:\/\//.test(f.trim()),E=()=>{let e=f.trim();if(/^https?:\/\//.test(e))return{url:e};let t=e.split(/\s+/),n=t[0]??"",r=v.trim()?v.trim().split(/\s+/):[];return{command:n,args:[...t.slice(1),...r]}},W=async()=>{if(M(null),null!==j)return void w("json");if(h&&a){w("json"),R(!0);try{let e=await c(a.name,a.scope);S(JSON.stringify(e??E(),null,2))}finally{R(!1)}}else S(JSON.stringify(E(),null,2)),w("json")},$=g.trim()&&("json"===k?(j??"").trim().length>0:f.trim().length>0);return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:18,maxWidth:660,minHeight:"100%"},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsx)("div",{style:{fontSize:14,fontWeight:700,color:"var(--text)"},children:h?p("mcp.editTitle",{name:a?.name??""}):p("mcp.addTitle")}),(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-meta)",fontFamily:"var(--font-mono)"},children:"project"===t?`${iV(e)}/.pi/mcp.json`:"~/.pi/agent/mcp.json"})]}),(0,r.jsx)("div",{style:{display:"flex",gap:8},children:["basic","json"].map(e=>(0,r.jsx)("button",{type:"button",onClick:()=>"json"===e?void W():w("basic"),style:{padding:"6px 14px",borderRadius:6,border:"1px solid var(--border)",cursor:"pointer",fontSize:12,background:k===e?"var(--accent)":"none",color:k===e?"white":"var(--text-muted)"},children:"basic"===e?p("mcp.modeBasic"):p("mcp.modeJson")},e))}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{style:z,children:p("mcp.nameLabel")}),(0,r.jsx)("input",{value:g,onChange:e=>x(e.target.value),placeholder:p("mcp.namePlaceholder"),style:L})]}),"json"===k?(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{style:z,children:p("mcp.jsonLabel")}),T?(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-muted)"},children:p("mcp.loadingDef")}):(0,r.jsx)("textarea",{value:j??"",onChange:e=>S(e.target.value),spellCheck:!1,placeholder:'{\n "command": "npx",\n "args": ["-y", "@modelcontextprotocol/server-github"],\n "env": {}\n}',style:{width:"100%",minHeight:200,padding:"9px 11px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5,outline:"none",resize:"vertical",whiteSpace:"pre",overflow:"auto"}})]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{style:z,children:p("mcp.specLabel")}),(0,r.jsx)("input",{value:f,onChange:e=>m(e.target.value),placeholder:p("mcp.specPlaceholder"),style:L})]}),!I&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{style:z,children:p("mcp.argsLabel")}),(0,r.jsx)("input",{value:v,onChange:e=>b(e.target.value),style:L})]})]}),C&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:C}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[(0,r.jsx)(iY,{value:t,projectResourcesLoaded:n,onChange:s}),(0,r.jsx)("button",{type:"button",onClick:()=>{if(M(null),"json"===k){let e,t=j??"";if(!t.trim())return void M(p("mcp.jsonEmpty"));try{e=JSON.parse(t)}catch(e){M(p("mcp.jsonParseError",{message:e instanceof Error?e.message:String(e)}));return}if(!e||"object"!=typeof e||Array.isArray(e))return void M(p("mcp.jsonNotObject"));let n=e;return n.command||n.url||n.socket?void d(g,n):void M(p("mcp.jsonNeedsEntry"))}d(g,E())},disabled:o||!$,style:{...iK(o||!$),background:"var(--accent)",color:"white",borderColor:"var(--accent)"},children:o?p("mcp.saving"):h?p("mcp.saveEdit"):p("mcp.save")}),(0,r.jsx)("button",{type:"button",onClick:u,style:iK(!1),children:p("mcp.cancel")})]}),l&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:l})]})}function iG({anchorRect:e,cwd:t,hidden:n,onClose:l}){let{t:a}=(0,y.s)(),[s,d]=(0,i.useState)(null),[c,u]=(0,i.useState)(!0),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(!1),[f,m]=(0,i.useState)("global"),[v,b]=(0,i.useState)(null),[k,w]=(0,i.useState)(null),[j,S]=(0,i.useState)(null),[C,M]=(0,i.useState)(null),[T,R]=(0,i.useState)(null),L=(0,i.useRef)(null),z=s?.projectResourcesLoaded??!0,I=(0,i.useMemo)(()=>s?.servers.find(e=>e.name===p)??null,[s,p]),E=(0,i.useMemo)(()=>["project","global"].map(e=>({scope:e,servers:(s?.servers??[]).filter(t=>t.scope===e)})).filter(e=>e.servers.length>0),[s]),W=t??"",$=(0,i.useCallback)(async()=>{if(W){u(!0),w(null);try{let e=await fetch(`/api/mcp?cwd=${encodeURIComponent(W)}`),t=await e.json();if(!e.ok||t.error)throw Error(t.error??`HTTP ${e.status}`);d(t),h(e=>e&&t.servers.some(t=>t.name===e)?e:t.servers[0]?.name??null)}catch(e){w(e instanceof Error?e.message:String(e))}finally{u(!1)}}},[W]);(0,i.useEffect)(()=>{n||$()},[n,$]),(0,i.useEffect)(()=>{if(n)return;let e=e=>{let t=e.target;L.current?.contains(t)||t.closest?.("#mcp-topbar-btn")||l()},t=e=>{"Escape"===e.key&&l()};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t,!0)}},[n,l]);let P=(0,i.useCallback)(async(e,t)=>{if(!W)return null;R(`mcp:${e}`),w(null),S(null);try{let n=await fetch("/api/mcp",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:W,action:e,...t})}),r=await n.json();if(!n.ok||r.error)throw Error(r.error??`HTTP ${n.status}`);return d(r),r}catch(e){return w(e instanceof Error?e.message:String(e)),null}finally{R(null)}},[W]),D=(0,i.useCallback)(async e=>{await P(e.disabled?"enable":"disable",{name:e.name,scope:e.scope})&&S(e.disabled?a("mcp.msgEnabled",{name:e.name}):a("mcp.msgDisabled",{name:e.name}))},[P,a]),F=(0,i.useCallback)(async e=>{let t=await P("remove",{name:e.name,scope:e.scope});t&&(h(t.servers[0]?.name??null),S(a("mcp.msgDeleted",{name:e.name})),0===t.servers.length&&x(!0))},[P,a]),A=(0,i.useCallback)(async e=>{let t="project"===e.scope?"global":"project";await P("move",{name:e.name,fromScope:e.scope,toScope:t})&&S(a("mcp.msgMoved",{name:e.name,scope:t}))},[P,a]),B=(0,i.useCallback)(async(e,t)=>{let n=!!v,r=n&&v?v.name:e.trim();await P(n?"update":"add",{name:r,scope:f,def:t})&&(h(r),x(!1),b(null),S(n?a("mcp.msgUpdated",{name:r}):a("mcp.msgAdded",{name:r})))},[f,v,P,a]),N=(0,i.useCallback)(async(e,t)=>{if(!W)return null;try{let n=await fetch("/api/mcp",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:W,action:"get",name:e,scope:t})}),r=await n.json();if(!n.ok||r.error)throw Error(r.error??`HTTP ${n.status}`);return r.def??null}catch{return null}},[W]),H=(0,i.useCallback)(async e=>{M(e.name),w(null),S(null);try{let t=await fetch("/api/mcp",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:W,action:"test",name:e.name,scope:e.scope})}),n=await t.json();if(!t.ok||n.error)throw Error(n.error??`HTTP ${t.status}`);S(a("mcp.msgTestResult",{name:e.name,result:n.message??""}))}catch(t){w(a("mcp.msgTestError",{name:e.name,error:t instanceof Error?t.message:String(t)}))}finally{M(null)}},[W,a]),O=null!==T,U=document.documentElement.clientWidth,_=Math.min(780,U-48),V=e?Math.max(24,Math.min(e.left,U-_-24)):U-_-24,q=(0,r.jsxs)("div",{ref:L,role:"dialog","aria-label":a("mcp.sectionTitle"),style:{position:"fixed",zIndex:130,top:e?.bottom??e?.top??46,left:V,width:_,maxHeight:"min(72vh, 600px)",display:"flex",flexDirection:"column",background:"var(--panel-glass)",backdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",transform:"translateZ(0)",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderTop:"none",borderRadius:"0 0 12px 12px",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,padding:"10px 16px",borderBottom:"1px solid color-mix(in srgb, var(--border) 70%, transparent)",flexShrink:0,background:"transparent"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,fontSize:13,fontWeight:600,color:"var(--text)"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"}),(0,r.jsx)("path",{d:"M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9l2.1 2.1M17 17l2.1 2.1M19.1 4.9L17 7M7 17l-2.1 2.1"})]}),a("mcp.sectionTitle")]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,r.jsx)("button",{onClick:()=>void $(),disabled:c||O,style:iK(c||O),children:a("i18n.refresh")}),(0,r.jsx)("button",{onClick:l,style:iK(!1),children:a("i18n.close")})]})]}),(0,r.jsxs)("div",{style:{display:"flex",flex:"1 1 auto",minHeight:0},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",width:168,flexShrink:0,borderRight:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",background:"transparent"},children:[(0,r.jsxs)("div",{style:{flex:"1 1 auto",minHeight:0,overflowY:"auto",paddingTop:8},children:[(0,r.jsx)("div",{style:{padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-meta)",textTransform:"uppercase"},children:a("mcp.sectionTitle")}),c?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:12,color:"var(--text-muted)"},children:"Loading..."}):!s&&k?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"#ef4444"},children:k}):(s?.servers.length??0)===0?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"var(--text-meta)"},children:a("mcp.emptyList")}):E.map(e=>(0,r.jsxs)("div",{style:{marginBottom:6},children:[(0,r.jsx)("div",{style:{padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-meta)",textTransform:"uppercase"},children:e.scope}),e.servers.map(e=>{let t=!g&&p===e.name;return(0,r.jsxs)("div",{onClick:()=>{h(e.name),x(!1),b(null),w(null),S(null)},style:{display:"flex",alignItems:"center",gap:7,padding:"8px 8px",borderRadius:5,cursor:"pointer",background:t?"var(--bg-selected)":"none"},onMouseEnter:e=>{t||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:7,height:7,borderRadius:"50%",background:e.disabled?"var(--text-meta)":"var(--accent)"}}),(0,r.jsxs)("div",{style:{minWidth:0,flex:1},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:t?600:400,color:"var(--text)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),(0,r.jsxs)("div",{style:{fontSize:10,color:"var(--text-meta)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",marginTop:2},children:[e.kind," \xb7 ",e.disabled?a("mcp.itemDisabled"):a("mcp.itemEnabled")]})]})]},e.name)})]},e.scope))]}),(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:4,padding:"8px 6px",borderTop:"1px solid var(--border)",flexShrink:0},children:(0,r.jsxs)("button",{type:"button",onClick:()=>{x(!0),b(null),m("global"),w(null),S(null)},style:{display:"flex",alignItems:"center",gap:6,padding:"7px 8px",borderRadius:5,border:"none",width:"100%",cursor:"pointer",background:g?"var(--bg-selected)":"none",color:g?"var(--accent)":"var(--text-meta)",fontSize:12},onMouseEnter:e=>{g||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{g||(e.currentTarget.style.background="none")},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,r.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),a("mcp.addButton")]})})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:20},children:g?(0,r.jsx)(iZ,{cwd:W,scope:f,projectResourcesLoaded:z,busy:O,actionError:k,initial:v,onScopeChange:m,onSave:(e,t)=>void B(e,t),onFetchDef:N,onCancel:()=>{x(!1),b(null)}}):I?(0,r.jsx)(iX,{server:I,cwd:W,busy:O||C===I.name,actionError:k,actionMessage:j,onToggle:()=>void D(I),onRemove:()=>void F(I),onMove:()=>void A(I),onTest:()=>void H(I),onEdit:()=>{b(I),x(!0),w(null),S(null)}},I.name):(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-meta)",fontSize:13},children:a("mcp.emptyDetail")})})]})]});return n?null:(0,o.createPortal)(q,document.body)}function iQ({cwd:e,busy:t,error:n,onCancel:i,onConfirm:o}){let{t:l}=(0,y.s)();return(0,r.jsx)("div",{role:"presentation",style:{position:"fixed",inset:0,zIndex:1100,display:"flex",alignItems:"center",justifyContent:"center",padding:16,background:"rgba(0,0,0,0.4)"},onClick:e=>{t||e.target!==e.currentTarget||i()},children:(0,r.jsxs)("div",{role:"dialog","aria-modal":"true","aria-labelledby":"project-trust-title",style:{width:440,maxWidth:"100%",border:"1px solid var(--border)",borderRadius:8,background:"var(--bg-panel)",boxShadow:"0 12px 36px rgba(0,0,0,0.24)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",gap:12,padding:"18px 18px 14px"},children:[(0,r.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#f59e0b",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{flexShrink:0,marginTop:1},children:[(0,r.jsx)("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z"}),(0,r.jsx)("path",{d:"m9 12 2 2 4-4"})]}),(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{id:"project-trust-title",style:{fontSize:15,fontWeight:700,color:"var(--text)"},children:l("trust.dialogTitle")}),(0,r.jsx)("div",{style:{marginTop:7,fontSize:12,lineHeight:1.6,color:"var(--text-muted)"},children:l("trust.dialogBody")}),(0,r.jsx)("code",{style:{display:"block",marginTop:10,padding:"8px 10px",border:"1px solid var(--border)",borderRadius:5,background:"var(--bg)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:11,overflowWrap:"anywhere"},children:e}),n&&(0,r.jsx)("div",{role:"alert",style:{marginTop:10,color:"#ef4444",fontSize:12,lineHeight:1.5},children:n})]})]}),(0,r.jsxs)("div",{style:{display:"flex",justifyContent:"flex-end",gap:8,padding:"10px 18px",borderTop:"1px solid var(--border)"},children:[(0,r.jsx)("button",{type:"button",onClick:i,disabled:t,style:{height:32,padding:"0 12px",border:"1px solid var(--border)",borderRadius:5,background:"transparent",color:"var(--text-muted)",cursor:t?"not-allowed":"pointer",fontSize:12},children:l("trust.cancel")}),(0,r.jsx)("button",{type:"button",onClick:o,disabled:t,style:{height:32,padding:"0 12px",border:"1px solid var(--accent)",borderRadius:5,background:"var(--accent)",color:"white",cursor:t?"wait":"pointer",opacity:t?.7:1,fontSize:12,fontWeight:600},children:l(t?"trust.trusting":"trust.trustProject")})]})]})})}function i0(e){return"message"===e.type&&"message"in e}function i1(e){let t=e,n=t.branchPreview,r=i0(t.entry)?t.entry:null,i=t.compressedEntryIds?.length??0;for(;1===t.children.length;)t=t.children[0],n??=t.branchPreview,!r&&i0(t.entry)&&(r=t.entry),i+=1+(t.compressedEntryIds?.length??0);return{node:t,skipped:i,branchPreview:n,labelEntry:r??t.entry}}function i2({node:e,activePathIds:t,depth:n,isLast:i,parentLines:o,onSelect:l}){let{node:a,skipped:s,branchPreview:d,labelEntry:c}=i1(e),u=t.has(a.entry.id),p=t.has(e.entry.id)||t.has(a.entry.id),h=d?.text??function(e){if("message"===e.type&&"message"in e){let t=e.message,n=t.content,r="";if("string"==typeof n?r=n:Array.isArray(n)&&(r=n.filter(e=>"text"===e.type).map(e=>e.text).join(" ")),r.length>40&&(r=r.slice(0,40)+"…"),r)return r;if("assistant"===t.role)return"[assistant]"}return e.type}(c),g=d?d.role??null:i0(c)?c.message.role:null;return(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",height:24,cursor:"pointer"},onClick:()=>l(a.entry.id),children:[o.map((e,t)=>(0,r.jsx)("div",{style:{width:16,flexShrink:0,position:"relative",height:"100%",alignSelf:"stretch"},children:e&&(0,r.jsx)("div",{style:{position:"absolute",left:7,top:0,bottom:0,width:1,background:"var(--border)"}})},t)),(0,r.jsxs)("div",{style:{width:16,flexShrink:0,position:"relative",height:"100%",alignSelf:"stretch"},children:[(0,r.jsx)("div",{style:{position:"absolute",left:7,top:0,bottom:i?"50%":0,width:1,background:"var(--border)"}}),(0,r.jsx)("div",{style:{position:"absolute",left:7,top:"50%",width:9,height:1,background:"var(--border)"}})]}),(0,r.jsx)("div",{style:{width:7,height:7,borderRadius:"50%",flexShrink:0,background:u?"var(--accent)":p?"var(--text-muted)":"var(--border)",border:u?"none":"1px solid var(--text-dim)",marginRight:6,transition:"background 0.12s"}}),g&&(0,r.jsx)("span",{style:{fontSize:9,fontFamily:"var(--font-mono)",color:"user"===g?"var(--accent)":"var(--text-dim)",background:"user"===g?"rgba(37,99,235,0.08)":"var(--bg-hover)",border:`1px solid ${"user"===g?"rgba(37,99,235,0.2)":"var(--border)"}`,borderRadius:3,padding:"0 4px",marginRight:5,flexShrink:0,lineHeight:"16px"},children:"user"===g?"U":"A"}),s>0&&(0,r.jsxs)("span",{style:{fontSize:10,color:"var(--text-dim)",marginRight:5,flexShrink:0},children:["+",s]}),(0,r.jsx)("span",{style:{fontSize:11,color:u?"var(--text)":p?"var(--text-muted)":"var(--text-dim)",fontWeight:u?500:400,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1,minWidth:0},children:h})]}),a.children.map((e,s)=>(0,r.jsx)(i2,{node:e,activePathIds:t,depth:n+1,isLast:s===a.children.length-1,parentLines:[...o,!i],onSelect:l},e.entry.id))]})}function i4({tree:e,activeLeafId:t,onLeafChange:n,inline:o,containerRef:l,open:a,onToggle:s,hasSession:d,compact:c,hideInlineButton:u}){let{t:p}=(0,y.s)(),[h,g]=(0,i.useState)(!1),x=void 0!==a?a:h,f=(0,i.useRef)(null),[m,v]=(0,i.useState)(null);(0,i.useEffect)(()=>{if(!x||!o)return;let e=l?.current??f.current;if(!e)return;let t=()=>{let t=e.getBoundingClientRect();v({top:t.bottom,left:t.left,width:t.width})};t();let n=new ResizeObserver(t);return n.observe(e),()=>n.disconnect()},[x,o,l]);let b=(0,i.useMemo)(()=>(function(e,t){if(!t)return new Set;let n=e.map(e=>({node:e,path:[e.entry.id]}));for(;n.length>0;){let{node:e,path:r}=n.pop();if(e.entry.id===t||e.compressedEntryIds?.includes(t))return new Set(r);for(let t of e.children)n.push({node:t,path:[...r,t.entry.id]})}return new Set})(e,t),[e,t]),k=(0,i.useCallback)(e=>{n(e)},[n]),w=d?!function(e){if(e.length>1)return!0;let t=[...e];for(;t.length>0;){let e=t.pop();if(e.children.length>1)return!0;for(let n of e.children)t.push(n)}return!1}(e)?p("i18n.noBranches"):null:p("i18n.noActiveSession"),j=function(e){if(e.length>1)return e;if(0===e.length)return[];let t=i1(e[0]).node;return t.children.length>1?t.children:[]}(e),S=!w&&j.length>0,C=(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:S?"var(--accent)":"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),M=(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",style:{marginLeft:2,transform:x?"rotate(180deg)":"none",transition:"transform 0.15s"},children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})});return o?(0,r.jsxs)("div",{style:{height:"100%",display:"flex",alignItems:"stretch"},children:[(0,r.jsxs)("button",{ref:f,"data-top-panel-trigger":!0,onClick:()=>s?s():g(e=>!e),style:{display:u?"none":"flex",alignItems:"center",gap:6,height:"100%",padding:"0 12px",background:x?"var(--bg-selected)":"none",border:"none",borderTop:x?"2px solid var(--accent)":"2px solid transparent",borderRight:"1px solid var(--border)",cursor:"pointer",color:x?"var(--text)":"var(--text-muted)",fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color=x?"var(--text)":"var(--text-muted)"},title:p("i18n.branches"),"aria-label":p("i18n.branches"),"aria-pressed":x,children:[C,!c&&(0,r.jsx)("span",{children:p("i18n.branches")})]}),x&&m&&(0,r.jsx)("div",{style:{position:"fixed",top:m.top,left:m.left,width:m.width,zIndex:500},className:"glass-top-panel",children:S?(0,r.jsx)("div",{style:{padding:"4px 12px 8px 12px",maxHeight:260,overflowY:"auto"},children:j.map((e,t)=>(0,r.jsx)(i2,{node:e,activePathIds:b,depth:0,isLast:t===j.length-1,parentLines:[],onSelect:k},e.entry.id))}):(0,r.jsx)("div",{style:{padding:"10px 16px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:w})})]}):(0,r.jsxs)("div",{style:{borderBottom:"1px solid var(--border)",background:"var(--bg)",flexShrink:0,position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>g(e=>!e),style:{display:"flex",alignItems:"center",gap:6,width:"100%",padding:"5px 12px",background:"none",border:"none",cursor:"pointer",color:"var(--text-muted)",fontSize:11,textAlign:"left"},children:[C,(0,r.jsx)("span",{style:{color:"var(--text-muted)"},children:p("i18n.branches")}),M]}),x&&(0,r.jsx)("div",{style:{position:"absolute",top:"100%",left:0,right:0,background:"var(--bg)",borderBottom:"1px solid var(--border)",boxShadow:"0 4px 12px rgba(0,0,0,0.1)",zIndex:100},children:S?(0,r.jsx)("div",{style:{padding:"4px 12px 8px 12px",maxHeight:260,overflowY:"auto"},children:j.map((e,t)=>(0,r.jsx)(i2,{node:e,activePathIds:b,depth:0,isLast:t===j.length-1,parentLines:[],onSelect:k},e.entry.id))}):(0,r.jsx)("div",{style:{padding:"10px 16px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:w??p("i18n.noBranches")})})]})}function i8(e,t,n){let r=Number.isFinite(e)?e:t,i=Math.max(t,n);return Math.round(Math.max(t,Math.min(i,r)))}function i5(e,t){try{window.localStorage.setItem(e,String(t))}catch{}}function i6(e){let{ariaLabel:t,cssVariable:n,defaultWidth:r,getDefaultWidth:o,getMaxWidth:l,growthDirection:a,maxWidth:s,minWidth:d,storageKey:c,widthRef:u}=e,p=(0,i.useRef)(null),h=(0,i.useRef)(null),g=(0,i.useRef)(!1),[x,f]=(0,i.useState)(r),[m,v]=(0,i.useState)(!1),[y,b]=(0,i.useState)(!1);(0,i.useEffect)(()=>{b(!0)},[]);let k=(0,i.useCallback)(()=>Math.min(s,Math.max(d,l())),[l,s,d]),w=(0,i.useCallback)(e=>i8(e,d,k()),[k,d]),j=(0,i.useCallback)(e=>{u.current=e,p.current?.style.setProperty(n,`${e}px`)},[n,u]),S=(0,i.useCallback)((e,t={})=>{let{forcePersist:n=!1,persist:r=!0}=t,i=w(e),o=i!==u.current;return j(i),f(i),r&&(o||n)&&i5(c,i),i},[j,w,c,u]),C=(0,i.useCallback)(e=>{document.body.style.cursor=e.previousCursor,document.body.style.userSelect=e.previousUserSelect},[]),M=(0,i.useCallback)(e=>{let t=h.current;if(t&&t.pointerId===e){h.current=null,C(t),v(!1),S(u.current,{forcePersist:!0});try{t.target.hasPointerCapture(e)&&t.target.releasePointerCapture(e)}catch{}}},[S,C,u]),T=(0,i.useCallback)(e=>{if("mouse"===e.pointerType&&0!==e.button)return;e.preventDefault(),e.stopPropagation();let t=h.current;t&&M(t.pointerId);let n=e.currentTarget;n.focus({preventScroll:!0}),n.setPointerCapture(e.pointerId),h.current={pointerId:e.pointerId,startX:e.clientX,startWidth:u.current,target:n,previousCursor:document.body.style.cursor,previousUserSelect:document.body.style.userSelect},document.body.style.cursor="col-resize",document.body.style.userSelect="none",v(!0)},[M,u]),R=(0,i.useCallback)(e=>{let t=h.current;if(!t||t.pointerId!==e.pointerId)return;if("mouse"===e.pointerType&&0===e.buttons)return void M(e.pointerId);e.preventDefault();let n="right"===a?1:-1,r=w(t.startWidth+(e.clientX-t.startX)*n);j(r),e.currentTarget.setAttribute("aria-valuenow",String(r)),e.currentTarget.setAttribute("aria-valuetext",`${r} px`)},[j,w,M,a]),L=(0,i.useCallback)(e=>{M(e.pointerId)},[M]),z=(0,i.useCallback)(e=>{M(e.pointerId)},[M]),I=(0,i.useCallback)(e=>{M(e.pointerId)},[M]),E=(0,i.useCallback)(()=>{S(o?.()??r,{forcePersist:!0})},[S,r,o]),W=(0,i.useCallback)(()=>{S(u.current)},[S,u]),$=(0,i.useCallback)(e=>{let t=e.shiftKey?32:12,n="right"===a?"ArrowRight":"ArrowLeft",r="right"===a?"ArrowLeft":"ArrowRight";e.key===n?(e.preventDefault(),S(u.current+t,{forcePersist:!0})):e.key===r?(e.preventDefault(),S(u.current-t,{forcePersist:!0})):"Home"===e.key?(e.preventDefault(),S(d,{forcePersist:!0})):"End"===e.key?(e.preventDefault(),S(k(),{forcePersist:!0})):"Enter"===e.key&&(e.preventDefault(),E())},[S,k,a,d,E,u]);return(0,i.useEffect)(()=>{if(g.current)return;g.current=!0;let e=function(e){try{let t=window.localStorage.getItem(e);if(null===t)return null;let n=Number.parseInt(t,10);return Number.isFinite(n)?n:null}catch{return null}}(c),t=S(e??o?.()??r,{persist:!1});null!==e&&e!==t&&i5(c,t)},[S,r,o,c]),(0,i.useEffect)(()=>{if(!g.current)return;S(u.current);let e=()=>{S(u.current)};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[S,u]),(0,i.useEffect)(()=>{if(!m)return;let e=()=>{let e=h.current;e&&M(e.pointerId)},t=()=>{"visible"!==document.visibilityState&&e()};return window.addEventListener("blur",e),document.addEventListener("visibilitychange",t),()=>{window.removeEventListener("blur",e),document.removeEventListener("visibilitychange",t)}},[M,m]),(0,i.useEffect)(()=>()=>{let e=h.current;e&&(h.current=null,C(e))},[C]),{isResizing:m,panelRef:p,reclampWidth:W,resetWidth:E,separatorProps:{"aria-label":t,"aria-orientation":"vertical","aria-valuemax":y?k():s,"aria-valuemin":d,"aria-valuenow":x,"aria-valuetext":`${x} px`,onDoubleClick:E,onKeyDown:$,onLostPointerCapture:I,onPointerCancel:z,onPointerDown:T,onPointerMove:R,onPointerUp:L,role:"separator",tabIndex:0},width:x}}let i3="bg-image",i7="wallpaper";function i9(){return new Promise((e,t)=>{let n=indexedDB.open("pi-web",1);n.onupgradeneeded=()=>{n.result.objectStoreNames.contains(i3)||n.result.createObjectStore(i3)},n.onsuccess=()=>e(n.result),n.onerror=()=>t(n.error)})}let oe=null,ot=null;function on(e){oe&&URL.revokeObjectURL(oe),ot=e?e.type.startsWith("video/")?"video":e.type.startsWith("image/")?"image":null:null,oe=e?URL.createObjectURL(e):null;let t=document.documentElement.style;return"image"===ot&&oe?t.setProperty("--app-bg-image",`url("${oe}")`):t.setProperty("--app-bg-image","none"),{url:oe,kind:ot}}async function or(){try{let e=await i9(),t=await new Promise((t,n)=>{let r=e.transaction(i3,"readonly").objectStore(i3).get(i7);r.onsuccess=()=>t(r.result??null),r.onerror=()=>n(r.error)});if(!t)return{loaded:!1,...on(null)};return{loaded:!0,...on(t)}}catch{return{loaded:!1,...on(null)}}}async function oi(e){let t=await i9();await new Promise((n,r)=>{let i=t.transaction(i3,"readwrite"),o=i.objectStore(i3);e?o.put(e,i7):o.delete(i7),i.oncomplete=()=>n(),i.onerror=()=>r(i.error)})}let oo={repeat:!1,offsetX:0,fill:!1,fillColorLeft:"#000000",fillColorRight:"#000000",bubbleOpacity:44,bubbleBlur:18},ol="wallpaper-settings";async function oa(e){try{let t=await createImageBitmap(e),n=Math.max(2,Math.round(64*t.width/t.height)),r=document.createElement("canvas");r.width=n,r.height=64;let i=r.getContext("2d",{willReadFrequently:!0});if(!i)return null;i.drawImage(t,0,0,n,64);let o=e=>{let t=i.getImageData(e,0,1,64).data,n=0,r=0,o=0;for(let e=0;e<64;e++)n+=t[4*e],r+=t[4*e+1],o+=t[4*e+2];return`rgb(${Math.round(n/64)}, ${Math.round(r/64)}, ${Math.round(o/64)})`},l={left:o(0),right:o(n-1)};return t.close(),l}catch{return null}}let os=(0,a.default)(()=>Promise.all([n.e(1838),n.e(3888),n.e(3266)]).then(n.bind(n,83266)).then(e=>e.TerminalPanel),{loadableGenerated:{webpack:()=>[83266]},ssr:!1});function od(){let e,t,n,a,d,c,u,p,v,b=(0,l.useRouter)(),k=(0,l.useSearchParams)(),[w]=(0,i.useState)(()=>{let e;return{requestedCwd:e=k.get("cwd")?.trim()||null,sessionId:e?null:k.get("session")}}),{preference:j,toggleTheme:S}=tr(),{hasBg:C,ready:M,pick:T,remove:R,kind:L,url:z}=function(){let[e,t]=(0,i.useState)(!1),[n,r]=(0,i.useState)(!1),[o,l]=(0,i.useState)(null),[a,s]=(0,i.useState)(null);return(0,i.useEffect)(()=>{let e=!0;return or().then(n=>{e&&(t(n.loaded),s(n.url),l(n.kind),r(!0))}),()=>{e=!1}},[]),{hasBg:e,ready:n,pick:(0,i.useCallback)(async e=>{await oi(e);let n=on(e);s(n.url),l(n.kind),t(!0)},[]),remove:(0,i.useCallback)(async()=>{await oi(null),on(null),s(null),l(null),t(!1)},[]),kind:o,url:a}}(),{settings:I,update:E}=function(e){let[t,n]=(0,i.useState)(oo);return(0,i.useEffect)(()=>{n(function(){try{let e=localStorage.getItem(ol);if(!e)return{...oo};return{...oo,...JSON.parse(e)}}catch{return{...oo}}}())},[]),(0,i.useEffect)(()=>{let n;(n=document.documentElement.style).setProperty("--app-bg-repeat",t.repeat?"repeat-x":"no-repeat"),n.setProperty("--app-bg-size","cover"),n.setProperty("--app-bg-pos-x",`calc(50% + ${Math.round(t.offsetX)}px)`),n.setProperty("--bubble-alpha",String(t.bubbleOpacity/100)),n.setProperty("--glass-blur-bubble",`${Math.round(t.bubbleBlur)}px`),t.fill&&!t.repeat&&e?n.setProperty("--app-bg-fill",`linear-gradient(90deg, ${t.fillColorLeft}, ${t.fillColorLeft} 50%, ${t.fillColorRight} 50%, ${t.fillColorRight})`):n.removeProperty("--app-bg-fill")},[t,e]),{settings:t,update:(0,i.useCallback)(e=>n(t=>{let n={...t,...e};try{localStorage.setItem(ol,JSON.stringify(n))}catch{}return n}),[])}}(C&&"image"===L),[W,$]=(0,i.useState)(!1),P=(0,i.useRef)(null),F=(0,i.useRef)(null),A=(0,i.useRef)(0);A.current=I.offsetX,(0,i.useEffect)(()=>{let e=P.current;if(!e)return;e.muted=!0,e.preload="auto";let t=!1,n=()=>{!t&&e.paused&&e.play().catch(()=>{})};return e.addEventListener("loadeddata",n),e.addEventListener("canplay",n),e.addEventListener("pause",n),n(),()=>{t=!0,e.removeEventListener("loadeddata",n),e.removeEventListener("canplay",n),e.removeEventListener("pause",n)}},[z]),(0,i.useEffect)(()=>{let e=P.current,t=F.current;if(!e||!t||"video"!==L)return;let n=t.getContext("2d");if(!n)return;let r=0,i=()=>{if(r=requestAnimationFrame(i),!e.videoWidth||!e.videoHeight)return;let o=t.clientWidth,l=t.clientHeight,a=window.devicePixelRatio||1;(t.width!==Math.round(o*a)||t.height!==Math.round(l*a))&&(t.width=Math.round(o*a),t.height=Math.round(l*a));let s=Math.max(t.width/e.videoWidth,t.height/e.videoHeight),d=e.videoWidth*s,c=e.videoHeight*s,u=(t.width-d)/2+A.current*a,p=(t.height-c)/2;n.clearRect(0,0,t.width,t.height),n.drawImage(e,u,p,d,c)};return r=requestAnimationFrame(i),()=>cancelAnimationFrame(r)},[z,L]),(0,i.useEffect)(()=>{if(!W)return;let e=document.body.style.userSelect;document.body.style.userSelect="none";let t=e=>{"Escape"===e.key&&$(!1)};return window.addEventListener("keydown",t),()=>{document.body.style.userSelect=e,window.removeEventListener("keydown",t)}},[W]);let B="light"===j?"theme.light":"theme.dark",{locale:N,setLocale:H,t:O,supportedLocales:U}=(0,y.s)(),_=(0,ns.a)();(0,i.useEffect)(()=>{let e=window.visualViewport;if(!e)return;let t=document.documentElement,n=null,r=()=>{let r;n=null,!function({hasFocusedEditable:e,innerHeight:t,viewportHeight:n,viewportScale:r}){let i=.01>Math.abs(r-1);return e&&i&&t-n>1}({hasFocusedEditable:(r=document.activeElement)instanceof HTMLElement&&(r.isContentEditable||"INPUT"===r.tagName||"SELECT"===r.tagName||"TEXTAREA"===r.tagName),innerHeight:window.innerHeight,viewportHeight:e.height,viewportScale:e.scale})?t.style.removeProperty("--app-viewport-height"):t.style.setProperty("--app-viewport-height",`${e.height}px`);let i=0!==window.scrollX||0!==window.scrollY,o=.01>Math.abs(e.scale-1);i&&o&&window.scrollTo(0,0)},i=()=>{null!==n&&window.cancelAnimationFrame(n),n=window.requestAnimationFrame(r)};return i(),e.addEventListener("resize",i),e.addEventListener("scroll",i),window.addEventListener("resize",i),window.addEventListener("focusin",i),window.addEventListener("focusout",i),window.addEventListener("pageshow",i),()=>{e.removeEventListener("resize",i),e.removeEventListener("scroll",i),window.removeEventListener("resize",i),window.removeEventListener("focusin",i),window.removeEventListener("focusout",i),window.removeEventListener("pageshow",i),null!==n&&window.cancelAnimationFrame(n),t.style.removeProperty("--app-viewport-height")}},[]);let{soundEnabled:V,onSoundToggle:q,playDoneSound:K,unlockAudio:J,soundEnabledRef:Y}=function(){let[e,t]=(0,i.useState)(()=>{let e=localStorage.getItem("pi-sound-enabled");return null===e||"true"===e}),n=(0,i.useRef)(e);(0,i.useEffect)(()=>{n.current=e},[e]);let r=(0,i.useRef)(null),o=(0,i.useCallback)(()=>{if(r.current&&"closed"!==r.current.state)return r.current;try{r.current=new AudioContext}catch{return null}return r.current},[]),l=(0,i.useCallback)((e=!1)=>{if(!e&&!n.current)return;let t=o();t&&"suspended"===t.state&&t.resume().catch(()=>{})},[o]);return{soundEnabled:e,onSoundToggle:(0,i.useCallback)(()=>{let e=!n.current;e&&l(!0),n.current=e,localStorage.setItem("pi-sound-enabled",String(e)),t(e)},[l]),playDoneSound:(0,i.useCallback)(()=>{if(!n.current)return;let e=o();if(!e)return;let t=()=>{try{let t;t=e.currentTime,[523.25,659.25].forEach((n,r)=>{let i=e.createOscillator(),o=e.createGain();i.connect(o),o.connect(e.destination),i.type="sine",i.frequency.value=n;let l=t+.18*r;o.gain.setValueAtTime(0,l),o.gain.linearRampToValueAtTime(.18,l+.02),o.gain.exponentialRampToValueAtTime(.001,l+.45),i.start(l),i.stop(l+.45)})}catch{}};"suspended"===e.state?e.resume().then(t).catch(()=>{}):t()},[o]),unlockAudio:l,soundEnabledRef:n}}(),X=(0,i.useRef)(new Set),Z=(0,i.useCallback)(()=>{Y.current&&K()},[K,Y]),[G,Q]=(0,i.useState)(null),[ee,et]=(0,i.useState)(()=>new Set),en=(0,i.useCallback)(e=>{et(t=>t.size===e.size&&[...e].every(e=>t.has(e))?t:e)},[]),[er,ei]=(0,i.useState)(null),[el,ea]=(0,i.useState)("initial"),es=(0,i.useRef)(null),[ed,ec]=(0,i.useState)(()=>w.requestedCwd?"validating":"idle"),[eu,ep]=(0,i.useState)(null),[eh,eg]=(0,i.useState)(0),[ex,ef]=(0,i.useState)(0),[em,ev]=(0,i.useState)(0),[ey,eb]=(0,i.useState)(!1),[ek,ew]=(0,i.useState)(0),[ej,eS]=(0,i.useState)(!1),[eC,eM]=(0,i.useState)(!1),[eT,eR]=(0,i.useState)(null),[eL,ez]=(0,i.useState)(!1),[eI,eE]=(0,i.useState)(!1),[eW,e$]=(0,i.useState)(null),[eP,eD]=(0,i.useState)(!0),[eF,eA]=(0,i.useState)(!1),[eB,eN]=(0,i.useState)("top"),[eH,eO]=(0,i.useState)(null),eU=(0,i.useRef)(null),[e_,eV]=(0,i.useState)(!1),eq=(0,i.useRef)(null),[eK,eJ]=(0,i.useState)(!1),[eY,eX]=(0,i.useState)(!1),[eZ,eG]=(0,i.useState)(!1),eQ=(0,i.useRef)(null),e0=(0,i.useRef)(null),e1=(0,i.useRef)(null),[e2,e4]=(0,i.useState)(null),[e8,e5]=(0,i.useState)(!1),e6=(0,i.useRef)(260),e3=(0,i.useRef)(560),e7=(0,i.useCallback)(()=>i8(.42*window.innerWidth,360,640),[]),e9=(0,i.useCallback)(()=>(function(e){let{viewportWidth:t,rightPanelOpen:n,rightPanelWidth:r}=e;if(t<=640)return 480;let i=t<960;return Math.min(480,t-(i?320:420)-(!i&&n?r:0))})({viewportWidth:window.innerWidth,rightPanelOpen:eK,rightPanelWidth:e3.current}),[eK]),te=(0,i.useCallback)(()=>(function(e){let{viewportWidth:t,sidebarOpen:n,sidebarWidth:r}=e;return t<960?1200:Math.min(1200,t-420-(n?r:0))})({viewportWidth:window.innerWidth,sidebarOpen:eP,sidebarWidth:e6.current}),[eP]),tt=i6({ariaLabel:O("layout.resizeSidebar"),cssVariable:"--sidebar-width",defaultWidth:260,getMaxWidth:e9,growthDirection:"right",maxWidth:480,minWidth:180,storageKey:"pi-sidebar-width",widthRef:e6}),tn=i6({ariaLabel:O("layout.resizeFilePanel"),cssVariable:"--right-panel-width",defaultWidth:560,getDefaultWidth:e7,getMaxWidth:te,growthDirection:"left",maxWidth:1200,minWidth:300,storageKey:"pi-right-panel-width",widthRef:e3}),to=tt.reclampWidth,tl=tn.reclampWidth;(0,i.useEffect)(()=>{_&&eD(!1)},[_]);let ta=(0,i.useCallback)(e=>{let t=e.currentTarget.getBoundingClientRect(),n=t.left;n+264>window.innerWidth-8&&(n=Math.max(8,window.innerWidth-264-8)),e4({left:n,top:t.bottom}),eG(e=>!e)},[]);(0,i.useEffect)(()=>{if(!eZ)return;let e=e=>{eQ.current&&!eQ.current.contains(e.target)&&e1.current&&!e1.current.contains(e.target)&&eG(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[eZ]),(0,i.useEffect)(()=>{e5(!0)},[]),(0,i.useEffect)(()=>{eK&&(to(),tl())},[tl,to,eK]);let ts=(0,i.useRef)(null),td=(0,i.useRef)(null),tc=(0,i.useRef)(null),tu=(0,i.useRef)(null),[tp,th]=(0,i.useState)([]),[tg,tx]=(0,i.useState)(null),tf=(0,i.useRef)(null),tm=(0,i.useCallback)((e,t,n)=>{th(e),tx(t),tf.current=n},[]),tv=(0,i.useCallback)(e=>{tf.current?.(e)},[]),[ty,tb]=(0,i.useState)(null),[tk,tw]=(0,i.useState)(!1),tj=(0,i.useRef)(null),tS=(0,i.useRef)(0),tC=(0,i.useRef)(null),tM=(0,i.useCallback)(e=>{tb(e),tw(!1)},[]),tT=(0,i.useCallback)(e=>{tS.current+=1,tj.current=e,tw(!1)},[]),[tR,tL]=(0,i.useState)(null),[tz,tI]=(0,i.useState)([]),[tE,tW]=(0,i.useState)(!1),[t$,tP]=(0,i.useState)(null),tD=(0,i.useRef)(null),tF=(0,i.useRef)(null),[tA,tB]=(0,i.useState)({kind:"idle"}),tN=(0,i.useRef)(null),tH=(0,i.useRef)(G?.id??null);tH.current=G?.id??null;let tO=(0,i.useCallback)(e=>{tL(e)},[]),tU=(0,i.useCallback)(e=>{tI(e)},[]),t_=(0,i.useCallback)(async e=>{try{let t=await fetch(`/api/sessions/${encodeURIComponent(e)}/todos`);if(!t.ok)return;let n=await t.json();Array.isArray(n.todos)&&tI(n.todos)}catch{}},[]),[tV,tq]=(0,i.useState)(null),tK=(0,i.useRef)(null),tJ=(0,i.useCallback)((e,t)=>{ti(t).then(()=>{tK.current&&clearTimeout(tK.current),tq(e),tK.current=setTimeout(()=>tq(null),1400)})},[]);(0,i.useEffect)(()=>()=>{tK.current&&clearTimeout(tK.current),tN.current&&clearTimeout(tN.current)},[]);let[tY,tX]=(0,i.useState)(null),tZ=(0,i.useCallback)(e=>{tX(e)},[]),[tG,tQ]=(0,i.useState)(null),[t0,t1]=(0,i.useState)(null),t4=(0,i.useRef)(null),t8=(0,i.useCallback)((e,t=!1)=>{_&&eD(!1),tW(!1),tQ(t=>t===e?null:e),_&&t&&eX(!0)},[_]),t5=(0,i.useCallback)((e=!1)=>{let t="system"!==tG;if(t8("system",e),!t||tk)return;let n=tj.current;if(!n)return;let r=++tS.current;tw(!0),n().catch(e=>{console.error("Failed to load system prompt:",e)}).finally(()=>{tS.current===r&&tw(!1)})},[tG,tk,t8]),t6=(0,i.useCallback)(()=>{_&&eD(!1),eX(!1),tW(!1),tQ("session")},[_]),t3=(0,i.useCallback)(()=>{_&&eD(!1),eX(!1),tQ(null),!tE&&G?.id&&t_(G.id),tW(e=>!e)},[_,tE,G?.id,t_]);(0,i.useEffect)(()=>{if(!tE||!tD.current)return;let e=()=>{let e=tD.current;if(!e)return;let t=e.getBoundingClientRect();tP({top:t.bottom,right:Math.max(8,Math.round(window.innerWidth-t.right))})};e();let t=new ResizeObserver(e);t.observe(document.documentElement);let n=tD.current.parentElement;for(;n;)t.observe(n),n=n.parentElement;return window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{t.disconnect(),window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[tE]),(0,i.useEffect)(()=>{if(!tE)return;let e=e=>{let t=e.target;tD.current?.contains(t)||tF.current?.contains(t)||tW(!1)},t=e=>{"Escape"===e.key&&tW(!1)};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t,!0)}},[tE]),(0,i.useEffect)(()=>{if(!eF)return;let e=()=>{let e="top"===eB?eU.current:document.getElementById("terminal-bottombar-btn");if(!e)return;let t=e.getBoundingClientRect();eO({top:t.top,left:t.left,right:t.right,bottom:t.bottom})};e();let t=new ResizeObserver(e);return t.observe(document.documentElement),window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{t.disconnect(),window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[eF,eB]);let t7=(0,i.useCallback)(e=>{eN(e),eA(t=>e!==eB||!t)},[eB]);(0,i.useEffect)(()=>{if(!tG)return;let e=e=>{let t=e.target;t4.current?.contains(t)||t.closest?.("button[data-top-panel-trigger]")||tQ(null)},t=e=>{"Escape"===e.key&&tQ(null)};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t,!0)}},[tG]);let t9=(0,i.useCallback)(()=>{_&&(tQ(null),tW(!1),eX(!1)),eD(e=>!e)},[_]),ne=(0,i.useCallback)(()=>{eD(!1),tQ(null),tW(!1),eX(e=>!e)},[]),nt=(0,i.useCallback)(()=>{_&&(eD(!1),tQ(null),eX(!1)),eJ(e=>!e)},[_]);(0,i.useEffect)(()=>{if(!eY)return;let e=e=>{let t=tc.current;t&&e.composedPath().includes(t)||eX(!1)},t=e=>{"Escape"===e.key&&(e.preventDefault(),e.stopPropagation(),eX(!1))};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t,!0)}},[eY]),(0,i.useEffect)(()=>{eX(!1)},[_,G?.id,el]),(0,i.useEffect)(()=>{if(!tG||!td.current)return;let e=()=>{let e=td.current.getBoundingClientRect();if("language"===tG&&!_&&tu.current){let t=tu.current.getBoundingClientRect(),n=Math.min(176,e.width),r=Math.min(t.left-1,Math.max(e.left,e.right-n));t1({top:e.bottom,left:r,width:n});return}t1({top:e.bottom,left:e.left,width:e.width})};e();let t=new ResizeObserver(e);return t.observe(td.current),tu.current&&t.observe(tu.current),()=>t.disconnect()},[tG,_]);let[nn,nr]=(0,i.useState)([]),[ni,no]=(0,i.useState)(null),nl=(0,i.useCallback)((e,t,n)=>{nr(r=>(function(e,t,n,r){let i=e.findIndex(e=>e.id===t);if(-1===i||(e[i].viewerRevision??0)!==n)return e;let o=[...e];return o[i]={...o[i],viewerState:r},o})(r,e,t,n))},[]),na=(0,i.useCallback)((e,t)=>{ts.current?.insertText(t2(e,t)),_&&(eJ(!1),eD(!1))},[_]),nd=(0,i.useCallback)(e=>{let t=e.map(e=>t2(e,!1)).join("");t&&ts.current?.insertText(t),_&&(eJ(!1),eD(!1))},[_]),nc=(0,i.useCallback)((e,t,n)=>{let r,i,o,l;ts.current?.insertText((r=Math.max(1,Math.min(t,n)),i=Math.max(1,Math.max(t,n)),o=e.includes(" ")?`@"${e}"`:`@${e}`,l=r===i?`:${r}`:`:${r}-${i}`,`${o}${l} `)),_&&(eJ(!1),eD(!1))},[_]),nu=w.sessionId,[np,nh]=(0,i.useState)(null),ng=(0,i.useRef)(null),[nx,nf]=(0,i.useState)(()=>!nu),nm=(0,i.useRef)(!1),nv=(0,i.useRef)(0),ny=(0,i.useCallback)(()=>{nv.current+=1},[]);(0,i.useEffect)(()=>{G&&function(e,t,n=g()){if(n)try{let r=x(n);r[e]=t,n.setItem(h,JSON.stringify(r))}catch{}}(G.projectKey??ng.current??m(G),G.id)},[G]),(0,i.useEffect)(()=>{let e=w.requestedCwd;if(!e)return;let t=new AbortController;return ec("validating"),ep(null),fetch("/api/cwd/validate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:e}),signal:t.signal}).then(async t=>{let n=await t.json().catch(()=>({}));if(!t.ok||!n.cwd)throw Error(n.error??`HTTP ${t.status}`);nm.current=!0;let r=`initial:${e}`;ea(r),es.current=`new:${r}:${n.cwd}`,ei(n.cwd),ec("ready")}).catch(e=>{t.signal.aborted||(ep(e instanceof Error?e.message:String(e)),ec("error"))}),()=>t.abort()},[w]);let nb=(0,i.useCallback)(e=>{let t=++nv.current,n=function(e,t=g()){if(!t)return null;try{let n=x(t)[e];return"string"==typeof n&&n.length>0?n:null}catch{return null}}(e);n&&fetch("/api/sessions").then(e=>e.ok?e.json():null).then(r=>{if(t!==nv.current)return;let i=r?.sessions.find(e=>e.id===n);if(!i){r&&f(e);return}m(i)!==e?f(e):(Q(i),ef(e=>e+1),new URLSearchParams(window.location.search).get("session")!==i.id&&b.replace(`?session=${encodeURIComponent(i.id)}`,{scroll:!1}))}).catch(()=>{})},[b]),nk=(0,i.useCallback)((e,t,n)=>{ny();let r=er??np;if(nh(e),!e)return;let i=n??t??e,o=ng.current??(G?m(G):null);if(ng.current=i,nm.current){nm.current=!1;return}if(r===e&&o!==i||o===i&&(null!==G||r===e))return;let l="function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}`;ea(l),es.current=`new:${l}:${e}`,Q(null),ei(t=>t&&t!==e?null:t),ef(e=>e+1),th([]),tx(null),tb(null),tw(!1),tQ(null),o!==i&&(nr([]),no(null),eJ(!1),nb(i)),b.replace("/",{scroll:!1})},[np,ny,er,b,G,nb]),nw=(0,i.useCallback)((e,t=!1)=>{if(ny(),es.current=null,!t&&G){let t=m(G)===m(e);if(G.id===e.id&&t){_&&eD(!1);return}}ei(null),Q(e),ef(e=>e+1),tb(null),tw(!1),nf(!0),_&&!t&&eD(!1),t&&(nm.current=!0),t||b.replace(`?session=${encodeURIComponent(e.id)}`,{scroll:!1})},[ny,b,_,G]),nj=(0,i.useCallback)((e,t)=>{ny(),es.current=`new:${e}:${t}`,ea(e),Q(null),ei(t),ef(e=>e+1),th([]),tx(null),tb(null),tw(!1),tQ(null),_&&eD(!1),b.replace("/",{scroll:!1})},[ny,b,_]);!function(e){let{onNewSession:t,activeCwd:n}=e;(0,i.useEffect)(()=>{let e=e=>{if("Escape"===e.key){if(!s)return;let t=e.target?.tagName;if("TEXTAREA"===t||"INPUT"===t)return;e.preventDefault(),s();return}if("n"===e.key&&e.ctrlKey&&e.altKey){if(!n||!t)return;e.preventDefault(),t(n)}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[n,t])}({onNewSession:e=>nj(`kb-${Date.now()}`,e),activeCwd:np});let nS=(0,i.useCallback)(e=>{fetch("/api/sessions",{cache:"no-store"}).then(e=>e.ok?e.json():null).then(t=>{let n=t?.sessions.find(t=>t.id===e);n&&Q(t=>t?.id===e?{...t,...n,transient:n.transient??!1}:t)}).catch(()=>{})},[]),nC=(0,i.useCallback)((e,t)=>{eg(e=>e+1),es.current===t&&(ny(),es.current=null,ei(null),Q(e),nS(e.id),b.replace(`?session=${encodeURIComponent(e.id)}`,{scroll:!1}))},[ny,b,nS]),nM=(0,i.useCallback)(({targetSession:e,title:t,body:n,tag:r})=>{if(!("Notification"in window))return;let i=()=>{n1({title:t,body:n,sessionUrl:e?`/?session=${encodeURIComponent(e.id)}`:"/",tag:r,onClick:()=>{window.focus(),e&&nw(e)}})};"granted"===Notification.permission?i():"default"===Notification.permission&&Notification.requestPermission().then(e=>{"granted"===e&&i()})},[nw]),nT=(0,i.useCallback)(()=>{eg(e=>e+1),ev(e=>e+1),G&&nS(G.id),nQ()&&nM({targetSession:G,title:G?.name??O("i18n.sessionComplete"),body:O("i18n.taskFinished")})},[nM,nS,G,O]),nR=(0,i.useCallback)(e=>{var t;nQ()&&(t=X.current,!(!n0(e)||t.has(e.id))&&(t.add(e.id),1)&&nM({targetSession:G,title:O("i18n.attentionNeeded"),body:"custom"===e.method?O("i18n.extensionInputNeeded"):e.title,tag:`pi-extension-ui:${e.id}`}))},[nM,G,O]),nL=(0,i.useCallback)(async()=>{let e=G?.id;if(e&&"naming"!==tA.kind){tN.current&&clearTimeout(tN.current),tQ(null),tB({kind:"naming"});try{let t=await fetch(`/api/sessions/${encodeURIComponent(e)}/auto-name`,{method:"POST"}),n=await t.json().catch(()=>({}));if(!t.ok||!n.title)throw Error(n.error||`HTTP ${t.status}`);let r=n.title.trim();if(eg(e=>e+1),tH.current!==e)return;Q(t=>t?.id===e?{...t,name:r}:t),tL(t=>t?.sessionId===e?{...t,sessionName:r}:t),tB({kind:"success"}),tN.current=setTimeout(()=>tB({kind:"idle"}),1800)}catch(t){if(tH.current!==e)return;tB({kind:"error",message:t instanceof Error?t.message:String(t)}),tN.current=setTimeout(()=>tB({kind:"idle"}),5e3)}}},[tA.kind,G?.id]);(0,i.useEffect)(()=>{tN.current&&clearTimeout(tN.current),tB({kind:"idle"})},[G?.id]),(0,i.useEffect)(()=>{tW(!1);let e=G?.id;e&&t_(e)},[G?.id,t_]);let nz=!!(G?.id&&ee.has(G.id));(0,i.useEffect)(()=>{let e,t=G?.id;if(!t||!nz)return;let n=!1,r=async()=>{await t_(t),n||(e=setTimeout(r,6e3))};return r(),()=>{n=!0,e&&clearTimeout(e)}},[G?.id,nz,t_]);let nI=(0,i.useCallback)(()=>{ev(e=>e+1)},[]),nE=(0,i.useCallback)(e=>{ny(),es.current=null,eg(e=>e+1),ef(e=>e+1),ei(null),Q(t=>({...t??{path:"",cwd:"",created:"",modified:"",messageCount:0,firstMessage:""},id:e,transient:!1})),nS(e),b.replace(`?session=${encodeURIComponent(e)}`,{scroll:!1})},[ny,b,nS]),nW=(0,i.useCallback)(()=>{nf(!0)},[]),n$=(0,i.useCallback)(e=>{if(ny(),eg(e=>e+1),G?.id===e){let e=G.cwd,t="function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}`;ea(t),es.current=e?`new:${t}:${e}`:null,Q(null),ei(e??null),ef(e=>e+1),th([]),tx(null),tb(null),tw(!1),tQ(null),b.replace("/",{scroll:!1})}},[ny,G,b]),nP=(0,i.useCallback)((e,t,n)=>{let r=n?.sourceSessionId,i=n?.modeHint,o=`file:${e}`;nr(n=>(function(e,t){let n=e.find(e=>e.id===t.tabId);if(!n)return[...e,{id:t.tabId,label:t.fileName,filePath:t.filePath,sourceSessionId:t.sourceSessionId,initialDisplayMode:t.modeHint,viewerState:t.modeHint?{displayMode:t.modeHint,wrapLines:!1,scrollTop:0,scrollLeft:0}:void 0,viewerRevision:0}];let r=!!(t.sourceSessionId&&n.sourceSessionId!==t.sourceSessionId);return r||t.modeHint?e.map(e=>{if(e.id!==t.tabId)return e;let n={...e};return r&&(n.sourceSessionId=t.sourceSessionId),t.modeHint?(n.initialDisplayMode=t.modeHint,n.viewerState={displayMode:t.modeHint,wrapLines:e.viewerState?.wrapLines??!1,scrollTop:0,scrollLeft:0},n.viewerRevision=(e.viewerRevision??0)+1):r&&(n.viewerRevision=(e.viewerRevision??0)+1),n}):e})(n,{fileName:t,filePath:e,modeHint:i,sourceSessionId:r,tabId:o})),no(o),eJ(!0),_&&eD(!1)},[_]),nD=(0,i.useCallback)(e=>{nP(e,D(e),{sourceSessionId:G?.id??null})},[nP,G?.id]),nF=(0,i.useCallback)(e=>{nr(t=>{let n=t.filter(t=>t.id!==e);return 0===n.length&&eJ(!1),n}),no(t=>{if(t!==e)return t;let n=nn.filter(t=>t.id!==e);return n.length>0?n[n.length-1].id:null})},[nn]),nA=(0,i.useCallback)(()=>{G&&window.open(`/api/sessions/${encodeURIComponent(G.id)}/export?inline=1`,"_blank","noopener,noreferrer")},[G]),nB=er??(null===G&&np?np:null),nN=null===G&&nB?`new:${el}:${nB}`:null;(0,i.useLayoutEffect)(()=>{es.current=nN},[nN]);let nH=null!==G||null!==nB,nO=G?.cwd??nB,nU=nx&&!nH;(0,i.useEffect)(()=>{if(eR(null),ez(!1),e$(null),!nO)return;let e=new AbortController;return fetch(`/api/project-trust?cwd=${encodeURIComponent(nO)}`,{signal:e.signal}).then(async e=>{let t=await e.json();if(!e.ok||t.error)throw Error(t.error??`HTTP ${e.status}`);eR(t)}).catch(e=>{e instanceof DOMException&&"AbortError"===e.name||console.error("Failed to load project trust:",e)}),()=>e.abort()},[nO]);let n_=(0,i.useCallback)(async()=>{if(nO&&!eI){eE(!0),e$(null);try{let e=await fetch("/api/project-trust",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:nO})}),t=await e.json();if(!e.ok||t.error)throw Error(t.error??`HTTP ${e.status}`);eR(t),ez(!1),ew(e=>e+1),ef(e=>e+1)}catch(e){e$(e instanceof Error?e.message:String(e))}finally{eE(!1)}}},[eI,nO]),nV=nn.find(e=>e.id===ni)??null,nq=np?D(np)||np:null,nK=nq?`${nq} - Pi Web`:"Pi Web";(0,i.useEffect)(()=>{let e=()=>{document.title!==nK&&(document.title=nK)};e();let t=new MutationObserver(e);return t.observe(document.head,{childList:!0,subtree:!0,characterData:!0}),()=>t.disconnect()},[nK]);let nJ=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(eo,{selectedSessionId:G?.id??null,onSelectSession:nw,onNewSession:nj,initialSessionId:nu,skipInitialProjectSelection:null!==w.requestedCwd,onInitialRestoreDone:nW,refreshKey:eh,onSessionDeleted:n$,selectedCwd:G?.cwd??er??null,onCwdChange:nk,onOpenFile:nP,explorerRefreshKey:em,onExplorerRefresh:nI,onAtMention:na,onAtMentions:nd,onBackgroundTaskDone:Z,onRunningSessionIdsChange:en}),(0,r.jsx)("div",{style:{padding:"8px",flexShrink:0,display:"flex",justifyContent:"space-between",gap:4},children:[{label:O("common.models"),onClick:()=>eb(!0),disabled:!1,icon:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}),(0,r.jsx)("rect",{x:"9",y:"9",width:"6",height:"6"}),(0,r.jsx)("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),(0,r.jsx)("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),(0,r.jsx)("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),(0,r.jsx)("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),(0,r.jsx)("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),(0,r.jsx)("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),(0,r.jsx)("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),(0,r.jsx)("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]})},{label:O("common.skills"),onClick:()=>eS(!0),disabled:!np&&!G?.cwd&&!er,icon:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M12 2L2 7l10 5 10-5-10-5z"}),(0,r.jsx)("path",{d:"M2 17l10 5 10-5"}),(0,r.jsx)("path",{d:"M2 12l10 5 10-5"})]})},{label:O("common.plugins"),onClick:()=>eM(!0),disabled:!np&&!G?.cwd&&!er,icon:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M9 7V2"}),(0,r.jsx)("path",{d:"M15 7V2"}),(0,r.jsx)("path",{d:"M6 13V8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5a6 6 0 0 1-12 0Z"}),(0,r.jsx)("path",{d:"M12 19v3"})]})}].map(({label:e,onClick:t,disabled:n,icon:i})=>(0,r.jsxs)("button",{onClick:t,disabled:n,title:e,style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",gap:6,height:32,padding:0,background:"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:n?"default":"pointer",fontSize:12,opacity:n?.35:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{n||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:[i,e]},e))})]}),nY=e=>(0,r.jsx)("button",{type:"button",onClick:t=>{let n=t.currentTarget.getBoundingClientRect();S({x:n.left+n.width/2,y:n.top+n.height/2}),e&&eX(!0)},title:O(B),"aria-label":O(B),style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:"none",border:"none",borderRight:"1px solid var(--border)",color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},"data-mobile-toolbar-action":e?"theme":void 0,children:"light"===j?(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"5"}),(0,r.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,r.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,r.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,r.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,r.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,r.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,r.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,r.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}):"dark"===j?(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})}):(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}),(0,r.jsx)("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),(0,r.jsx)("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]})}),nX=e=>(0,r.jsx)("button",{ref:e1,type:"button",onClick:t=>{ta(t),e&&eX(!0)},title:O("bg.title"),"aria-label":O("bg.title"),"aria-haspopup":"menu","aria-expanded":eZ,style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:eZ?"var(--bg-selected)":"none",border:"none",borderRight:"1px solid var(--border)",color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},"data-mobile-toolbar-action":e?"bg":void 0,children:(0,r.jsxs)("span",{style:{position:"relative",display:"inline-flex"},children:[(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,r.jsx)("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),(0,r.jsx)("path",{d:"M21 15l-5-5L5 21"})]}),C&&(0,r.jsx)("span",{"aria-label":O("bg.title"),title:O("bg.title"),style:{position:"absolute",top:-2,right:-2,width:7,height:7,borderRadius:"50%",background:"var(--accent)",boxShadow:"0 0 0 2px var(--bg-panel)"}})]})}),nZ=e=>(0,r.jsx)("button",{ref:tu,type:"button","data-top-panel-trigger":!0,onClick:()=>t8("language",e),title:O("common.language"),"aria-label":O("common.language"),"aria-haspopup":"menu","aria-expanded":"language"===tG,"aria-pressed":"language"===tG,style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:"language"===tG?"var(--bg-selected)":"none",border:"none",borderRight:"1px solid var(--border)",color:"language"===tG?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="language"===tG?"var(--text)":"var(--text-muted)"},"data-mobile-toolbar-action":e?"language":void 0,children:(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"m5 8 6 6"}),(0,r.jsx)("path",{d:"m4 14 6-6 2-3"}),(0,r.jsx)("path",{d:"M2 5h12"}),(0,r.jsx)("path",{d:"M7 2h1"}),(0,r.jsx)("path",{d:"m22 22-5-10-5 10"}),(0,r.jsx)("path",{d:"M14 18h6"})]})}),nG=e=>nH&&eT?.requiresTrust&&!eT.trusted?(0,r.jsxs)("button",{type:"button",onClick:()=>{e$(null),ez(!0)},title:O("trust.resourcesNotLoaded"),"aria-label":O("trust.resourcesNotLoaded"),style:{display:"flex",alignItems:"center",justifyContent:e?"flex-start":"center",gap:6,width:e?"100%":void 0,minHeight:e?32:void 0,height:e?void 0:"100%",padding:e?"6px 12px":"0 12px",background:e?"color-mix(in srgb, #d97706 8%, var(--bg-panel))":"none",border:"none",borderRight:e?"none":"1px solid var(--border)",borderBottom:e?"1px solid var(--border)":"none",color:"#d97706",cursor:"pointer",flexShrink:0,fontSize:11,lineHeight:1.35,textAlign:"left"},"data-mobile-trust-banner":e?"true":void 0,children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{flexShrink:0},children:[(0,r.jsx)("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z"}),(0,r.jsx)("path",{d:"M12 8v4"}),(0,r.jsx)("path",{d:"M12 16h.01"})]}),(0,r.jsx)("span",{children:O("trust.resourcesNotLoaded")})]}):null,n2=e=>{let t,n,i,o,l,a;return e||nH?(0,r.jsxs)("div",{style:{display:"flex",alignItems:"stretch",height:"100%"},children:[(0,r.jsxs)("button",{type:"button",onClick:()=>{nA(),e&&eX(!0)},disabled:!G,title:G?O("history.full"):O("history.unsaved"),"aria-label":O("history.full"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:6,width:e?36:void 0,height:"100%",padding:e?0:"0 12px",background:"none",border:"none",borderTop:"2px solid transparent",borderRight:"1px solid var(--border)",color:G?"var(--text-muted)":"var(--text-dim)",cursor:G?"pointer":"not-allowed",opacity:G?1:.45,flexShrink:0,fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s, opacity 0.1s"},onMouseEnter:e=>{G&&(e.currentTarget.style.color="var(--text)",e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{e.currentTarget.style.color=G?"var(--text-muted)":"var(--text-dim)",e.currentTarget.style.background="none"},"data-mobile-toolbar-action":e?"history":void 0,children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:G?"var(--text-muted)":"var(--text-dim)",flexShrink:0},"aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M3 12a9 9 0 1 0 3-6.7L3 8"}),(0,r.jsx)("path",{d:"M3 3v5h5"}),(0,r.jsx)("path",{d:"M12 7v5l3 2"})]}),!e&&(0,r.jsx)("span",{children:O("history.label")})]}),(t=!!(G&&((tR?.userMessages??0)>0||G.messageCount>0)),n=!G||G.transient||!t||"naming"===tA.kind,i="success"===tA.kind,o="error"===tA.kind,l="naming"===tA.kind?O("title.generating"):i?O("title.updated"):o?O("title.failed"):O("title.generate"),a=!G||G.transient?O("title.unsaved"):t?o?tA.message:O("title.generateSession"):O("title.noMessages"),(0,r.jsxs)("button",{type:"button",onClick:()=>{nL(),e&&eX(!0)},disabled:n,title:a,"aria-label":l,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:6,width:e?36:void 0,height:"100%",padding:e?0:"0 12px",background:"none",border:"none",borderTop:"2px solid transparent",borderRight:"1px solid var(--border)",color:o?"#dc2626":i?"var(--accent)":n?"var(--text-dim)":"var(--text-muted)",cursor:n?"not-allowed":"pointer",opacity:n&&"naming"!==tA.kind?.45:1,flexShrink:0,fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s, opacity 0.1s"},onMouseEnter:e=>{n||(e.currentTarget.style.color=o?"#dc2626":"var(--text)",e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{e.currentTarget.style.color=o?"#dc2626":i?"var(--accent)":n?"var(--text-dim)":"var(--text-muted)",e.currentTarget.style.background="none"},"data-mobile-toolbar-action":e?"name":void 0,children:["naming"===tA.kind?(0,r.jsxs)("svg",{className:"animate-spin",width:"13",height:"13",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",opacity:"0.25"}),(0,r.jsx)("path",{d:"M21 12a9 9 0 0 0-9-9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]}):i?(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"m15 4 5 5L7 22l-5-5Z"}),(0,r.jsx)("path",{d:"m14 5 5 5"}),(0,r.jsx)("path",{d:"M6 4V2M5 3H3M19 19v3M17.5 20.5h3"})]}),!e&&(0,r.jsx)("span",{children:l})]})),e?(0,r.jsx)("button",{type:"button","data-top-panel-trigger":!0,onClick:()=>t8("branches",!0),title:O("i18n.branches"),"aria-label":O("i18n.branches"),"aria-pressed":"branches"===tG,style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:"100%",padding:0,background:"branches"===tG?"var(--bg-selected)":"none",border:"none",borderTop:"branches"===tG?"2px solid var(--accent)":"2px solid transparent",borderRight:"1px solid var(--border)",color:"branches"===tG?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0},"data-mobile-toolbar-action":"branches",children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:tp.length>0?"var(--accent)":"var(--text-dim)"},"aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]})}):(0,r.jsx)(i4,{tree:tp,activeLeafId:tg,onLeafChange:tv,inline:!0,containerRef:td,open:"branches"===tG,onToggle:()=>t8("branches"),hasSession:!0}),(0,r.jsxs)("button",{ref:tC,type:"button","data-top-panel-trigger":!0,onClick:()=>t5(e),disabled:e&&!nH,title:O("system.prompt"),"aria-label":O("system.prompt"),"aria-pressed":"system"===tG,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:6,width:e?36:void 0,height:"100%",padding:e?0:"0 12px",background:"system"===tG?"var(--bg-selected)":"none",border:"none",borderTop:"system"===tG?"2px solid var(--accent)":"2px solid transparent",borderRight:"1px solid var(--border)",cursor:e&&!nH?"not-allowed":"pointer",color:"system"===tG?"var(--text)":"var(--text-muted)",opacity:e&&!nH?.45:1,fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s"},onMouseEnter:t=>{(!e||nH)&&(t.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.color="system"===tG?"var(--text)":"var(--text-muted)"},"data-mobile-toolbar-action":e?"system":void 0,children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:ty?"var(--accent)":"var(--text-dim)",flexShrink:0},"aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),(0,r.jsx)("polyline",{points:"14 2 14 8 20 8"}),(0,r.jsx)("line",{x1:"8",y1:"13",x2:"16",y2:"13"}),(0,r.jsx)("line",{x1:"8",y1:"17",x2:"13",y2:"17"})]}),!e&&(0,r.jsx)("span",{children:O("system.label")})]}),!e&&n5(),!e&&n6(),e&&nY(!0),e&&nZ(!0),e&&nX(!0)]}):null},n4=e=>{if(!e&&(!nH||!tR&&!tY))return null;let t=tR?.tokens,n=tR?.cost??0,i=e=>e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${(e/1e3).toFixed(0)}k`:String(e),o=n>0?n>=.01?`$${n.toFixed(2)}`:"<$0.01":null,l="var(--text-muted)",a=null,s=null;if(tY?.contextWindow){let e=tY.percent;null!==e&&e>90?l="#ef4444":null!==e&&e>70&&(l="rgba(234,179,8,0.95)"),a=null!==e?`${e.toFixed(0)}% / ${i(tY.contextWindow)}`:`? / ${i(tY.contextWindow)}`,s=null!==e?`${e.toFixed(0)}%`:null}let d=[];if(t&&(d.push(`in: ${t.input.toLocaleString(N)}`),d.push(`out: ${t.output.toLocaleString(N)}`),d.push(`cache read: ${t.cacheRead.toLocaleString(N)}`),d.push(`cache write: ${t.cacheWrite.toLocaleString(N)}`),n>0&&d.push(`cost: $${n.toFixed(4)}`)),tY?.contextWindow){let e=tY.percent;d.push(`context: ${null!==e?e.toFixed(1)+"%":"unknown"} of ${tY.contextWindow.toLocaleString()} tokens`)}let c=d.join(" | "),u=e&&eY,p=!!(t&&(t.input>0||t.output>0)||o||s);return(0,r.jsx)("button",{type:"button","data-top-panel-trigger":!0,onClick:()=>t8("session"),disabled:!nH||u,tabIndex:u?-1:void 0,title:c||O("session.title"),"aria-label":O("session.title"),"aria-pressed":"session"===tG,"aria-hidden":!!u||void 0,className:e?"mobile-session-stats":void 0,"data-mobile-toolbar-stats":e?"true":void 0,style:{marginLeft:e?0:"auto",display:"flex",alignItems:"center",justifyContent:"flex-end",flex:e?1:void 0,minWidth:0,gap:e?7:10,paddingLeft:e?6:12,paddingRight:e?6:12,height:"100%",overflow:"hidden",visibility:u?"hidden":"visible",pointerEvents:u?"none":"auto",background:"session"===tG?"var(--bg-selected)":"none",border:"none",borderTop:"session"===tG?"2px solid var(--accent)":"2px solid transparent",fontSize:11,color:"var(--text-muted)",whiteSpace:"nowrap",cursor:nH?"pointer":"default",fontVariantNumeric:"tabular-nums",transition:"color 0.1s, background 0.1s"},onMouseEnter:e=>{nH&&!u&&(e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.color="session"===tG?"var(--text)":"var(--text-muted)"},children:e?(0,r.jsxs)(r.Fragment,{children:[t&&t.input>0&&(0,r.jsxs)("span",{className:"mobile-session-stat-io",style:{display:"flex",alignItems:"center",gap:2,flexShrink:0},children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"8.5",x2:"5",y2:"1.5"}),(0,r.jsx)("polyline",{points:"2 4 5 1.5 8 4"})]}),i(t.input)]}),t&&t.output>0&&(0,r.jsxs)("span",{className:"mobile-session-stat-io",style:{display:"flex",alignItems:"center",gap:2,flexShrink:0},children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"1.5",x2:"5",y2:"8.5"}),(0,r.jsx)("polyline",{points:"2 6 5 8.5 8 6"})]}),i(t.output)]}),o&&(0,r.jsx)("span",{className:"mobile-session-stat-cost",style:{color:"var(--text)",fontWeight:500,flexShrink:0},children:o}),s&&(0,r.jsx)("span",{style:{color:l,flexShrink:0},children:s}),!p&&nH&&(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",color:"var(--text-dim)"},children:O("session.title")})]}):(0,r.jsxs)(r.Fragment,{children:[t&&t.input>0&&(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"8.5",x2:"5",y2:"1.5"}),(0,r.jsx)("polyline",{points:"2 4 5 1.5 8 4"})]}),i(t.input)]}),t&&t.output>0&&(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"1.5",x2:"5",y2:"8.5"}),(0,r.jsx)("polyline",{points:"2 6 5 8.5 8 6"})]}),i(t.output)]}),t&&t.cacheRead>0&&(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M8.5 5a3.5 3.5 0 1 1-1-2.45"}),(0,r.jsx)("polyline",{points:"6.5 1.5 8.5 2.5 7.5 4.5"})]}),i(t.cacheRead)]}),o&&(0,r.jsx)("span",{style:{display:"flex",alignItems:"center",color:"var(--text)",fontWeight:500},children:o}),a&&(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4,color:l},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M1 9 L1 5 Q1 1 5 1 Q9 1 9 5 L9 9"}),(0,r.jsx)("line",{x1:"1",y1:"9",x2:"9",y2:"9"})]}),a]})]})})},n8=e=>{if(0===tz.length)return null;let t=tz.filter(e=>"completed"!==e.status).length,n=tE&&!e;return(0,r.jsxs)("button",{type:"button",ref:tD,onClick:t3,title:O("todo.title"),"aria-label":O("todo.title"),"aria-expanded":tE,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:6,height:"100%",padding:e?"0 8px":"0 12px",background:n?"var(--bg-selected)":"none",border:"none",borderTop:n?"2px solid var(--accent)":"2px solid transparent",borderLeft:"1px solid var(--border)",color:"var(--text-muted)",cursor:"pointer",fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color=n?"var(--text)":"var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"3",y:"4",width:"18",height:"16",rx:"3"}),(0,r.jsx)("path",{d:"M8 9h8M8 13h5"})]}),(0,r.jsx)("span",{children:t>0?t:"✓"})]})},n5=()=>{let e=eF&&"top"===eB;return(0,r.jsxs)("button",{type:"button",id:"terminal-topbar-btn",ref:eU,onClick:()=>t7("top"),title:O("terminal.title"),"aria-label":O("terminal.title"),"aria-expanded":e,style:{display:"flex",alignItems:"center",justifyContent:"center",width:"auto",height:"100%",padding:"0 10px",gap:5,background:e?"var(--bg-selected)":"none",border:"none",borderTop:e?"2px solid var(--accent)":"2px solid transparent",borderLeft:"1px solid var(--border)",color:e?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s",fontSize:11,whiteSpace:"nowrap"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:t=>{t.currentTarget.style.color=e?"var(--text)":"var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"4 17 10 11 4 5"}),(0,r.jsx)("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),(0,r.jsx)("span",{children:O("terminal.title")})]})},n6=()=>(0,r.jsxs)("button",{type:"button",id:"mcp-topbar-btn",ref:eq,onClick:()=>eV(e=>!e),title:"MCP","aria-label":"MCP","aria-expanded":e_,style:{display:"flex",alignItems:"center",justifyContent:"center",width:"auto",height:"100%",padding:"0 10px",gap:5,background:e_?"var(--bg-selected)":"none",border:"none",borderTop:e_?"2px solid var(--accent)":"2px solid transparent",borderLeft:"1px solid var(--border)",color:e_?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s",fontSize:11,whiteSpace:"nowrap"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color=e_?"var(--text)":"var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"}),(0,r.jsx)("path",{d:"M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9l2.1 2.1M17 17l2.1 2.1M19.1 4.9L17 7M7 17l-2.1 2.1"})]}),(0,r.jsx)("span",{children:"MCP"})]}),n3=e=>{let t=e&&eY;return(0,r.jsx)("button",{type:"button",onClick:nt,disabled:t,tabIndex:t?-1:void 0,"aria-controls":"file-panel","aria-expanded":eK,"aria-hidden":!!t||void 0,title:eK?O("files.hidePanel"):O("files.showPanel"),"aria-label":eK?O("files.hidePanel"):O("files.showPanel"),"data-mobile-toolbar-file":e?"true":void 0,style:{marginLeft:e||tR||tY?0:"auto",display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,visibility:t?"hidden":"visible",pointerEvents:t?"none":"auto",background:eK?"var(--bg-selected)":"none",border:"none",borderLeft:"1px solid var(--border)",color:eK?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s"},onMouseEnter:e=>{t||(e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.color=eK?"var(--text)":"var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,r.jsx)("line",{x1:"15",y1:"3",x2:"15",y2:"21"})]})})},n7=(0,i.useMemo)(()=>{if(G){let e=G.projectRoot??G.cwd,t=e.split(/[\\/]/).filter(Boolean).pop()??e;return G.worktreeBranch?`${t}\xb7${G.worktreeBranch}`:t}return nB?nB.split(/[\\/]/).filter(Boolean).pop()??nB:null},[G,nB]);return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("style",{children:`
5
- @keyframes session-info-pop {
6
- 0% {
7
- opacity: 0;
8
- transform: translateY(-24px);
9
- filter: blur(6px);
10
- box-shadow: 0 2px 8px rgba(0,0,0,0);
11
- }
12
- 55% {
13
- opacity: 1;
14
- transform: translateY(0);
15
- filter: blur(0);
16
- background: color-mix(in srgb, var(--accent) 8%, var(--bg-panel));
17
- box-shadow: 0 18px 44px rgba(37,99,235,0.16);
18
- }
19
- 100% {
20
- opacity: 1;
21
- transform: translateY(0);
22
- filter: blur(0);
23
- background: var(--bg-panel);
24
- box-shadow: 0 10px 28px rgba(0,0,0,0.10);
25
- }
26
- }
27
- @keyframes session-info-light-wash {
28
- 0% {
29
- opacity: 0;
30
- transform: translateX(-110%) skewX(-16deg);
31
- }
32
- 24% {
33
- opacity: 0.42;
34
- }
35
- 100% {
36
- opacity: 0;
37
- transform: translateX(115%) skewX(-16deg);
38
- }
39
- }
40
- .session-info-popover {
41
- position: relative;
42
- overflow: hidden;
43
- transform-origin: top right;
44
- animation: session-info-pop 360ms ease-out both;
45
- /* 不设 will-change:会压住 glass-top-panel 的 backdrop-filter,
46
- 导致浏览器在合成层不渲染毛玻璃模糊(此前会话信息面板 blur 失效)。
47
- 动画很短,去掉优化提示无感知损失。 */
48
- }
49
- .session-info-popover::after {
50
- content: "";
51
- position: absolute;
52
- top: 0;
53
- bottom: 0;
54
- left: 0;
55
- width: 44%;
56
- pointer-events: none;
57
- background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 24%, transparent), transparent);
58
- animation: session-info-light-wash 620ms ease-out both;
59
- }
60
- @media (prefers-reduced-motion: reduce) {
61
- .session-info-popover,
62
- .session-info-popover::after {
63
- animation: none;
64
- }
65
- }
66
- .mobile-session-stats {
67
- container-type: inline-size;
68
- }
69
- @container (max-width: 158px) {
70
- .mobile-session-stat-io {
71
- display: none !important;
72
- }
73
- }
74
- @container (max-width: 88px) {
75
- .mobile-session-stat-cost {
76
- display: none !important;
77
- }
78
- }
79
- @media (max-width: 640px) {
80
- .sidebar-overlay-backdrop.sidebar-mobile-pending {
81
- opacity: 0 !important;
82
- pointer-events: none !important;
83
- }
84
- .sidebar-container.sidebar-mobile-pending.sidebar-open {
85
- transform: translateX(calc(-100% - env(safe-area-inset-left)));
86
- box-shadow: none;
87
- }
88
- }
89
- `}),(0,r.jsxs)("div",{style:{display:"flex",width:"100%",height:"var(--app-viewport-height, 100dvh)",paddingLeft:"env(safe-area-inset-left)",paddingRight:"env(safe-area-inset-right)",overflow:"hidden",background:"transparent"},children:[eZ&&e2&&(0,r.jsxs)("div",{ref:eQ,role:"menu","aria-label":O("bg.title"),className:"glass-top-panel",style:{position:"fixed",top:e2.top,left:e2.left,zIndex:600,width:264,padding:12,fontFamily:"inherit"},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:700,color:"var(--text)",letterSpacing:0,marginBottom:10},children:O("bg.title")}),(0,r.jsx)("input",{ref:e0,type:"file",accept:"image/*,video/mp4,video/webm",style:{display:"none"},onChange:async e=>{let t=e.target.files?.[0];t&&(await T(t),E({offsetX:0})),e.target.value=""}}),(0,r.jsxs)("button",{type:"button",onClick:()=>e0.current?.click(),disabled:!M,style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"var(--accent)",color:"#fff",border:"none",borderRadius:8,fontSize:13,fontWeight:600,cursor:"pointer",transition:"opacity 0.12s"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,r.jsx)("polyline",{points:"17 8 12 3 7 8"}),(0,r.jsx)("line",{x1:"12",y1:"3",x2:"12",y2:"15"})]}),C?O("bg.replace"):O("bg.choose")]}),C&&(0,r.jsxs)("button",{type:"button",onClick:async()=>{await R(),eG(!1)},style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",marginTop:6,background:"rgba(239,68,68,0.08)",color:"#dc2626",border:"1px solid rgba(239,68,68,0.25)",borderRadius:8,fontSize:13,cursor:"pointer",transition:"background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="rgba(239,68,68,0.14)"},onMouseLeave:e=>{e.currentTarget.style.background="rgba(239,68,68,0.08)"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})]}),O("bg.remove")]}),C&&(0,r.jsxs)("div",{style:{marginTop:8,display:"flex",flexDirection:"column",gap:4},children:["image"===L&&(0,r.jsxs)("button",{type:"button",role:"menuitemcheckbox","aria-checked":I.repeat,onClick:()=>E({repeat:!I.repeat}),style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:I.repeat?"var(--bg-selected)":"transparent",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:"pointer",textAlign:"left",transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center",color:"var(--accent)"},children:I.repeat?"✓":""}),O("bg.repeat")]}),"image"===L&&!I.repeat&&(0,r.jsxs)("button",{type:"button",role:"menuitemcheckbox","aria-checked":I.fill,onClick:async()=>{let e=!I.fill;if(e&&z)try{let t=await (await fetch(z)).blob(),n=await oa(t);if(n)return void E({fill:e,fillColorLeft:n.left,fillColorRight:n.right})}catch{}E({fill:e})},disabled:!M,style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:I.fill?"var(--bg-selected)":"transparent",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:"pointer",textAlign:"left",transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center",color:"var(--accent)"},children:I.fill?"✓":""}),O("bg.fill")]}),(0,r.jsxs)("button",{type:"button",onClick:()=>$(!0),style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:"transparent",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:"pointer",textAlign:"left",transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center"},children:"↔"}),O("bg.adjust")]}),(0,r.jsxs)("button",{type:"button",onClick:()=>E({offsetX:0}),disabled:0===I.offsetX,style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:(I.offsetX,"transparent"),color:0===I.offsetX?"var(--text-dim)":"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:0===I.offsetX?"default":"pointer",textAlign:"left",opacity:0===I.offsetX?.55:1,transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center"},children:"↺"}),O("bg.reset")]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center",fontSize:12},children:"◐"}),(0,r.jsx)("span",{style:{flexShrink:0},children:O("bg.bubbleOpacity")}),(0,r.jsx)("input",{type:"range",min:0,max:100,value:I.bubbleOpacity,onChange:e=>E({bubbleOpacity:Number(e.target.value)}),style:{flex:1,minWidth:0,accentColor:"var(--accent)",cursor:"pointer"},"aria-label":O("bg.bubbleOpacity")}),(0,r.jsxs)("span",{style:{width:30,flexShrink:0,textAlign:"right",fontSize:11,color:"var(--text-dim)"},children:[I.bubbleOpacity,"%"]})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center",fontSize:12},children:"❄"}),(0,r.jsx)("span",{style:{flexShrink:0},children:O("bg.bubbleBlur")}),(0,r.jsx)("input",{type:"range",min:0,max:30,value:I.bubbleBlur,onChange:e=>E({bubbleBlur:Number(e.target.value)}),style:{flex:1,minWidth:0,accentColor:"var(--accent)",cursor:"pointer"},"aria-label":O("bg.bubbleBlur")}),(0,r.jsxs)("span",{style:{width:30,flexShrink:0,textAlign:"right",fontSize:11,color:"var(--text-dim)"},children:[I.bubbleBlur,"px"]})]}),(0,r.jsxs)("button",{type:"button",onClick:()=>E({bubbleOpacity:44,bubbleBlur:18}),disabled:44===I.bubbleOpacity&&18===I.bubbleBlur,style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:"transparent",color:44===I.bubbleOpacity&&18===I.bubbleBlur?"var(--text-dim)":"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:44===I.bubbleOpacity&&18===I.bubbleBlur?"default":"pointer",textAlign:"left",opacity:44===I.bubbleOpacity&&18===I.bubbleBlur?.55:1,transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center"},children:"↺"}),O("bg.bubbleReset")]})]}),(0,r.jsx)("div",{style:{fontSize:11,color:"var(--text-dim)",lineHeight:1.5,marginTop:10},children:O("bg.hint")})]}),"video"===L&&z&&(0,r.jsxs)("div",{style:{position:"fixed",inset:0,zIndex:0,overflow:"hidden",pointerEvents:"none"},children:[(0,r.jsx)("video",{ref:P,src:z,autoPlay:!0,loop:!0,playsInline:!0,preload:"auto",style:{position:"absolute",inset:0,width:"100%",height:"100%",opacity:0}}),(0,r.jsx)("canvas",{ref:F,style:{position:"absolute",inset:0,width:"100%",height:"100%",display:"block"}}),(0,r.jsx)("div",{style:{position:"absolute",inset:0,background:"var(--app-bg-scrim)"}})]}),W&&(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:700,cursor:"ew-resize",touchAction:"none"},onPointerDown:e=>{e.preventDefault();let t=e.currentTarget;t.setPointerCapture(e.pointerId);let n=e.clientX,r=I.offsetX,i=e=>{E({offsetX:r+e.clientX-n})},o=()=>{t.removeEventListener("pointermove",i),t.removeEventListener("pointerup",o)};t.addEventListener("pointermove",i),t.addEventListener("pointerup",o)},children:(0,r.jsxs)("div",{onPointerDown:e=>e.stopPropagation(),style:{position:"absolute",left:"50%",top:16,transform:"translateX(-50%)",display:"flex",alignItems:"center",gap:10,padding:"8px 14px",borderRadius:999,background:"var(--panel-glass)",color:"var(--text)",border:"1px solid var(--border)",fontSize:12,whiteSpace:"nowrap"},children:[O("bg.adjustHint"),(0,r.jsx)("button",{type:"button",onClick:()=>$(!1),style:{background:"var(--accent)",color:"#fff",border:"none",borderRadius:999,padding:"4px 12px",fontSize:12,fontWeight:600,cursor:"pointer",flexShrink:0},children:O("bg.adjustDone")})]})}),(0,r.jsx)("div",{className:`sidebar-overlay-backdrop${e8?"":" sidebar-mobile-pending"}`,onClick:()=>eD(!1),style:{position:"fixed",inset:0,zIndex:199,background:"rgba(0,0,0,0.4)",opacity:+!!eP,pointerEvents:eP?"auto":"none",transition:"opacity 0.25s ease"}}),(0,r.jsx)("div",{ref:tt.panelRef,id:"session-sidebar",className:`sidebar-container${eP?" sidebar-open":" sidebar-closed"}${e8?"":" sidebar-mobile-pending"}${tt.isResizing?" sidebar-resizing":""}`,style:{"--sidebar-width":`${tt.width}px`,background:"var(--side-panel)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",borderRight:"1px solid color-mix(in srgb, var(--border) 80%, transparent)",display:"flex",flexDirection:"column",flexShrink:0,paddingTop:"env(safe-area-inset-top)",paddingBottom:"env(safe-area-inset-bottom)",zIndex:200},children:nJ}),eP&&(0,r.jsx)("div",{...tt.separatorProps,"aria-controls":"session-sidebar",className:`panel-resize-handle sidebar-resize-handle${tt.isResizing?" is-resizing":""}`,"data-resize-handle":"sidebar",title:`${O("layout.resizeSidebar")}: ${O("layout.resizeHint")}`}),(0,r.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",overflow:"hidden",minWidth:0},children:[(0,r.jsxs)("div",{ref:td,style:{position:"relative",zIndex:300,flexShrink:0,background:"var(--frame-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",position:"relative",borderBottom:"1px solid var(--border)",height:"calc(36px + env(safe-area-inset-top))",paddingTop:"env(safe-area-inset-top)"},children:[(0,r.jsx)("button",{onClick:t9,title:eP?O("sidebar.hide"):O("sidebar.show"),"aria-label":eP?O("sidebar.hide"):O("sidebar.show"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:"none",border:"none",borderRight:"1px solid var(--border)",color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},children:eP?(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,r.jsx)("line",{x1:"9",y1:"3",x2:"9",y2:"21"})]}):(0,r.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),(0,r.jsx)("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),(0,r.jsx)("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]})}),_&&(0,r.jsxs)("div",{ref:tc,"data-mobile-toolbar":"true",style:{position:"relative",display:"flex",alignItems:"stretch",flex:1,minWidth:0,height:"100%"},children:[(0,r.jsx)("button",{type:"button",onClick:ne,title:eY?O("chat.close"):O("chat.moreControls"),"aria-label":eY?O("chat.close"):O("chat.moreControls"),"aria-controls":"mobile-toolbar-actions","aria-expanded":eY,"data-mobile-toolbar-more":"true",style:{position:"relative",zIndex:eY?21:void 0,display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:eY?"var(--bg-selected)":"none",border:"none",borderRight:"1px solid var(--border)",color:eY?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s"},children:eY?(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"5",x2:"19",y2:"19"}),(0,r.jsx)("line",{x1:"19",y1:"5",x2:"5",y2:"19"})]}):(0,r.jsxs)("svg",{width:"17",height:"17",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"5",cy:"12",r:"1.5"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"1.5"}),(0,r.jsx)("circle",{cx:"19",cy:"12",r:"1.5"})]})}),n4(!0),n8(!0),n3(!0),eY&&(0,r.jsx)("div",{id:"mobile-toolbar-actions",role:"toolbar","aria-label":O("chat.moreControls"),"data-mobile-toolbar-actions":"true",style:{position:"absolute",top:0,right:0,bottom:0,left:36,zIndex:20,display:"flex",alignItems:"stretch",background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",boxShadow:"4px 0 18px rgba(0,0,0,0.12)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))"},children:n2(!0)})]}),!_&&(0,r.jsxs)(r.Fragment,{children:[nX(!1),nY(!1),nZ(!1),nG(!1),n2(!1),n4(!1),n8(!1)]}),!_&&n3(!1),_&&(0,r.jsx)(i4,{tree:tp,activeLeafId:tg,onLeafChange:tv,inline:!0,compact:!0,containerRef:td,open:"branches"===tG,onToggle:()=>t8("branches"),hasSession:nH,hideInlineButton:!0}),tG&&t0&&(0,o.createPortal)((0,r.jsxs)("div",{ref:t4,style:{position:"fixed",top:t0.top,left:t0.left,width:t0.width,maxHeight:`calc(100dvh - ${t0.top}px)`,overflowY:"auto",zIndex:500},children:["language"===tG&&(0,r.jsx)("div",{role:"menu","aria-label":O("common.language"),className:"glass-top-panel",style:{overflow:"hidden",padding:4},children:U.map(e=>(0,r.jsx)("button",{type:"button",onClick:()=>{H(e.id),tQ(null)},role:"menuitemradio","aria-checked":N===e.id,style:{display:"flex",alignItems:"center",width:"100%",height:34,padding:"0 10px",border:"none",borderRadius:4,background:N===e.id?"var(--side-selected)":"transparent",color:N===e.id?"var(--accent)":"var(--text)",cursor:"pointer",textAlign:"left",fontSize:12,transition:"background 0.1s",fontWeight:N===e.id?600:400},onMouseEnter:t=>{N!==e.id&&(t.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:t=>{N!==e.id&&(t.currentTarget.style.background="transparent")},children:(0,r.jsx)("span",{children:e.label})},e.id))}),"system"===tG&&(0,r.jsx)("div",{className:"glass-top-panel",children:ty?(0,r.jsx)("div",{style:{maxHeight:"min(600px, 75vh)",overflowY:"auto",padding:"12px 16px",color:"var(--text-muted)",fontSize:12,lineHeight:1.6,whiteSpace:"pre-wrap",fontFamily:"var(--font-mono)"},children:ty}):""===ty?(0,r.jsx)("div",{style:{padding:"10px 16px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:O("system.empty")}):(0,r.jsx)("div",{style:{padding:"10px 16px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:tk?O("system.loading"):O("system.load")})}),"session"===tG&&(0,r.jsx)("div",{className:"session-info-popover glass-top-panel",style:{padding:"12px 16px",maxWidth:"min(560px, 100%)",marginLeft:"auto"},children:tR?(e=tR.totalActiveMs??0,t=[...tR.sessionName?[{label:O("session.name"),value:tR.sessionName,copyField:null}]:[],{label:O("session.file"),value:tR.sessionFile??O("session.inMemory"),copyField:"file"},{label:O("session.id"),value:tR.sessionId,copyField:"id"},...e>0?[{label:O("session.totalActive"),value:(e=>{if(e<=0)return"0s";let t=Math.floor(e/1e3),n=Math.floor(t/3600),r=Math.floor(t%3600/60),i=t%60;return n>0?`${n}h ${r}m`:r>0?`${r}m ${i}s`:`${i}s`})(e),copyField:null}]:[]],n=[[O("session.user"),tR.userMessages.toLocaleString(N)],[O("session.assistant"),tR.assistantMessages.toLocaleString(N)],[O("session.toolCalls"),tR.toolCalls.toLocaleString(N)],[O("session.toolResults"),tR.toolResults.toLocaleString(N)],[O("session.total"),tR.totalMessages.toLocaleString(N)]],a=[[O("session.input"),tR.tokens.input.toLocaleString(N)],[O("session.output"),tR.tokens.output.toLocaleString(N)],...tR.tokens.cacheRead>0?[[O("session.cacheRead"),tR.tokens.cacheRead.toLocaleString(N)]]:[],...tR.tokens.cacheWrite>0?[[O("session.cacheWrite"),tR.tokens.cacheWrite.toLocaleString(N)]]:[],[O("session.total"),tR.tokens.total.toLocaleString(N)]],d=tY??tR.contextUsage,u=[...tR.cost>0?[[O("session.cost"),`$${tR.cost.toFixed(4)}`]]:[],...d?.contextWindow?[[O("session.context"),`${null!==d.percent?`${d.percent.toFixed(1)}%`:"?"} / ${(c=d.contextWindow)>=1e6?`${(c/1e6).toFixed(1)}M`:c>=1e3?`${(c/1e3).toFixed(0)}k`:String(c)}`]]:[],...tR.tokens.cacheRead+tR.tokens.cacheWrite>0&&tR.tokens.cacheRead+tR.tokens.cacheWrite+tR.tokens.input>0?[[O("session.cacheHitRate"),`${(tR.tokens.cacheRead/(tR.tokens.cacheRead+tR.tokens.cacheWrite+tR.tokens.input)*100).toFixed(1)}%`]]:[]],p=(e,t,n="left",i=!1)=>(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:11,fontWeight:700,color:"var(--text)",marginBottom:6},children:e}),(0,r.jsx)("div",{style:{display:"grid",gridTemplateColumns:i?"max-content minmax(0, 1fr)":"auto minmax(0, 1fr)",columnGap:i?14:12,rowGap:4,justifyContent:i?"start":void 0},children:t.map(([t,i])=>(0,r.jsxs)("div",{style:{display:"contents"},children:[(0,r.jsx)("div",{style:{color:"var(--text-meta)",whiteSpace:"nowrap"},children:t}),(0,r.jsx)("div",{style:{color:"var(--text-muted)",minWidth:0,overflowWrap:"anywhere",textAlign:n,whiteSpace:"normal"},children:i})]},`${e}:${t}`))})]}),v=(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:11,fontWeight:700,color:"var(--text)",marginBottom:6},children:O("session.infoSection")}),(0,r.jsx)("div",{style:{display:"grid",gridTemplateColumns:"auto minmax(0, 1fr) auto",columnGap:12,rowGap:8,alignItems:"start"},children:t.map(e=>{var t,n;let i;return(0,r.jsxs)("div",{style:{display:"contents"},children:[(0,r.jsx)("div",{style:{color:"var(--text-meta)",whiteSpace:"nowrap"},children:e.label}),(0,r.jsx)("div",{style:{color:"var(--text-muted)",minWidth:0,overflowWrap:"anywhere",wordBreak:"break-word",whiteSpace:"normal"},children:e.value}),(0,r.jsx)("div",{children:e.copyField?(t=e.copyField,n=e.value,i=tV===t,(0,r.jsx)("button",{type:"button",title:i?O("session.copied"):O("file"===t?"session.copyFile":"session.copyId"),onClick:()=>tJ(t,n),style:{alignSelf:"start",display:"inline-flex",alignItems:"center",justifyContent:"center",width:22,height:22,marginTop:-2,color:i?"var(--accent)":"var(--text-meta)",background:"transparent",border:"1px solid var(--border)",borderRadius:4,cursor:"pointer",flex:"0 0 auto",transition:"color 0.12s, border-color 0.12s, background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--accent)",e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.color=i?"var(--accent)":"var(--text-meta)",e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.background="transparent"},children:i?(0,r.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),(0,r.jsx)("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]})})):null})]},`session-info:${e.label}`)})})]}),(0,r.jsxs)("div",{style:{display:"grid",gap:_?16:20,fontSize:12,lineHeight:1.5,fontFamily:"var(--font-mono)"},children:[v,(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:_?"1fr":"minmax(160px, 0.5fr) minmax(240px, 0.7fr)",gap:_?16:24},children:[p(O("session.messages"),n),p(O("session.tokens"),[...a,...u],"right",!0)]})]})):(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:O("session.load")})})]}),document.body),tE&&t$&&(0,o.createPortal)((0,r.jsxs)("div",{ref:tF,role:"menu","aria-label":O("todo.title"),style:{position:"fixed",top:t$.top,right:t$.right,width:300,maxHeight:"min(440px, calc(100dvh - 44px))",overflowY:"auto",zIndex:500,background:"var(--panel-glass-todo)",backdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",transform:"translateZ(0)",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:"0 0 12px 12px",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)",fontFamily:"inherit"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"9px 12px",borderBottom:"1px solid color-mix(in srgb, var(--border) 70%, transparent)",fontSize:12,fontWeight:650,color:"var(--text)"},children:[O("todo.title"),(0,r.jsxs)("span",{style:{marginLeft:"auto",fontSize:11,color:"var(--text-meta)",fontWeight:500},children:[tz.filter(e=>"completed"===e.status).length,"/",tz.length," ",O("todo.completed")]})]}),0===tz.length?(0,r.jsx)("div",{style:{padding:"12px 14px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:O("todo.empty")}):(0,r.jsx)("div",{style:{maxHeight:330,overflowY:"auto"},children:tz.map(e=>{let t="completed"===e.status,n="high"===e.priority?"#ef4444":"medium"===e.priority?"rgba(234,179,8,0.9)":"var(--text-meta)";return(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",gap:8,padding:"7px 12px",borderBottom:"1px solid color-mix(in srgb, var(--border) 45%, transparent)"},children:[(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,marginTop:2,width:13,height:13,borderRadius:4,display:"flex",alignItems:"center",justifyContent:"center",fontSize:10,fontWeight:800,lineHeight:1,color:t?"#fff":"transparent",background:t?"#16a34a":"color-mix(in srgb, var(--border) 70%, transparent)",border:t?"none":"1px solid color-mix(in srgb, var(--border) 80%, transparent)"},children:"✓"}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,fontSize:12,lineHeight:1.4,color:t?"var(--text-meta)":"var(--text)",textDecoration:t?"line-through":"none",wordBreak:"break-word"},children:e.content}),(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,marginTop:5,width:7,height:7,borderRadius:"50%",background:n}})]},e.id??e.content)})})]}),document.body)]}),_&&nG(!0)]}),(0,r.jsx)("div",{style:{flex:1,overflow:"hidden",position:"relative"},children:nH?(0,r.jsx)(rv,{session:G,sessionRunning:!!(G&&ee.has(G.id)),newSessionCwd:nB,newSessionDraftKey:nN,onAgentEnd:nT,onAttentionNeeded:nR,onSessionCreated:nC,onSessionForked:nE,modelsRefreshKey:ek,chatInputRef:ts,onBranchDataChange:tm,onSystemPromptChange:tM,onSystemPromptLoaderChange:tT,onSessionStatsChange:tO,onSessionStatsPanelOpen:t6,onTodosChange:tU,onContextUsageChange:tZ,onOpenFile:nD,soundEnabled:V,onSoundToggle:q,playDoneSound:K,unlockAudio:J,terminalOpen:eF&&"bottombar"===eB,onToggleTerminal:()=>t7("bottombar")},ex):"validating"===ed?(0,r.jsxs)("div",{role:"status",style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:8,padding:24,color:"var(--text-muted)",textAlign:"center"},children:[(0,r.jsx)("div",{style:{fontSize:14,color:"var(--text)"},children:O("workspace.opening")}),(0,r.jsx)("div",{style:{maxWidth:"min(720px, 100%)",overflowWrap:"anywhere",fontFamily:"var(--font-mono)",fontSize:12},children:w.requestedCwd})]}):"error"===ed?(0,r.jsxs)("div",{role:"alert",style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:8,padding:24,color:"var(--text-muted)",textAlign:"center"},children:[(0,r.jsx)("div",{style:{fontSize:14,color:"#dc2626"},children:O("workspace.unable")}),(0,r.jsx)("div",{style:{maxWidth:"min(720px, 100%)",overflowWrap:"anywhere",fontFamily:"var(--font-mono)",fontSize:12},children:w.requestedCwd}),(0,r.jsx)("div",{style:{maxWidth:720,fontSize:12},children:eu})]}):nU?np?(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-muted)",fontSize:15},children:O("workspace.selectSession")}):(0,r.jsxs)("div",{style:{position:"absolute",top:12,left:12,display:"flex",alignItems:"flex-start",gap:8,userSelect:"none",pointerEvents:"none"},children:[(0,r.jsxs)("svg",{width:"44",height:"44",viewBox:"0 0 24 24",fill:"none",stroke:"var(--accent)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",style:{opacity:.7,flexShrink:0},children:[(0,r.jsx)("line",{x1:"20",y1:"12",x2:"4",y2:"12"}),(0,r.jsx)("polyline",{points:"10 6 4 12 10 18"})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("div",{style:{fontSize:18,fontWeight:600,color:"var(--text)",marginBottom:8},children:O("workspace.getStarted")}),(0,r.jsxs)("div",{style:{fontSize:12,color:"var(--text-muted)",lineHeight:1.8},children:[(0,r.jsx)("span",{style:{color:"var(--text-meta)",marginRight:6},children:"1."}),O("workspace.selectProject"),(0,r.jsx)("br",{}),(0,r.jsx)("span",{style:{color:"var(--text-meta)",marginRight:6},children:"2."}),O("workspace.addModels")]})]})]}):null})]}),(0,r.jsx)("div",{"aria-hidden":"true",className:`right-panel-overlay-backdrop${eK?" is-open":""}`,onClick:()=>eJ(!1)}),eK&&(0,r.jsx)("div",{...tn.separatorProps,"aria-controls":"file-panel",className:`panel-resize-handle right-panel-resize-handle${tn.isResizing?" is-resizing":""}`,"data-resize-handle":"right-panel",title:`${O("layout.resizeFilePanel")}: ${O("layout.resizeHint")}`}),(0,r.jsxs)("div",{ref:tn.panelRef,id:"file-panel",className:`right-panel-container${eK?" right-panel-open":" right-panel-closed"}${tn.isResizing?" right-panel-resizing":""}`,style:{"--right-panel-width":`${tn.width}px`,display:"flex",flexDirection:"column",borderLeft:"1px solid var(--border)",background:"var(--bg)"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",flexShrink:0,height:"calc(36px + env(safe-area-inset-top))",paddingTop:"env(safe-area-inset-top)",background:"var(--bg-panel)",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("div",{style:{flex:1,overflow:"hidden"},children:(0,r.jsx)(rK,{tabs:nn,activeTabId:ni??"",onSelectTab:no,onCloseTab:nF})}),(0,r.jsx)("button",{type:"button",onClick:()=>eJ(!1),"aria-controls":"file-panel","aria-expanded":eK,title:O("files.hidePanel"),"aria-label":O("files.hidePanel"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:"var(--bg-selected)",border:"none",borderLeft:"1px solid var(--border)",color:"var(--text)",cursor:"pointer",flexShrink:0,transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text)"},children:(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,r.jsx)("line",{x1:"15",y1:"3",x2:"15",y2:"21"})]})})]}),(0,r.jsx)("div",{style:{flex:1,overflow:"hidden",paddingBottom:"env(safe-area-inset-bottom)"},children:nV?.filePath?(0,r.jsx)(rV,{filePath:nV.filePath,cwd:np??void 0,sourceSessionId:nV.sourceSessionId,gitRefreshKey:em,initialDisplayMode:nV.initialDisplayMode,initialState:nV.viewerState,watchEnabled:eK,onStateChange:e=>nl(nV.id,nV.viewerRevision??0,e),onMentionLines:eK?nc:void 0,onAtMention:na,onOpenFile:e=>nP(e,D(e),{sourceSessionId:nV.sourceSessionId})},`${nV.id}:${nV.viewerRevision??0}`):(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-meta)",fontSize:12},children:O("files.noneOpen")})})]})]}),ey&&(0,r.jsx)(ik,{onClose:()=>{eb(!1),ew(e=>e+1)}}),(0,r.jsx)(os,{origin:eB,anchorRect:eH,activeCwd:G?.cwd??nB??null,activeProjectLabel:n7,hidden:!eF,onClose:()=>eA(!1)}),(0,r.jsx)(iG,{anchorRect:e_?(()=>{let e=eq.current;if(!e)return null;let t=e.getBoundingClientRect();return{top:t.top,left:t.left,right:t.right,bottom:t.bottom}})():null,cwd:G?.cwd??nB??null,hidden:!e_,onClose:()=>eV(!1)}),eL&&nO&&(0,r.jsx)(iQ,{cwd:nO,busy:eI,error:eW,onCancel:()=>{eI||ez(!1)},onConfirm:()=>void n_()}),ej&&nO&&(0,r.jsx)(iz,{cwd:nO,onClose:()=>eS(!1)}),eC&&nO&&(0,r.jsx)(i_,{cwd:nO,sessionId:G?.id??null,onClose:()=>eM(!1),onReloaded:()=>ef(e=>e+1)})]})}},31590:(e,t,n)=>{"use strict";n.d(t,{a:()=>s});var r=n(12115);let i="(max-width: 640px)";function o(e){if(!window.matchMedia)return()=>{};let t=window.matchMedia(i);return t.addEventListener("change",e),()=>t.removeEventListener("change",e)}function l(){return!!window.matchMedia&&window.matchMedia(i).matches}function a(){return!1}function s(){return(0,r.useSyncExternalStore)(o,l,a)}},39247:(e,t,n)=>{"use strict";n.d(t,{I18nProvider:()=>c,s:()=>u});var r=n(95155),i=n(12115);let o=new Map;function l(e){if(!e.id.trim())throw Error("Locale id must not be empty");if(o.has(e.id))throw Error(`Locale already registered: ${e.id}`);o.set(e.id,e)}function a(){return[...o.keys()]}l({id:"en",label:"English",messages:{"common.ok":"OK","common.language":"Language","common.models":"Models","common.skills":"Skills","common.plugins":"Plugins","appUpdate.releaseNotes":"Pi Web v{version} is available. View release notes","sidebar.hide":"Hide sidebar","sidebar.show":"Show sidebar","theme.light":"Light mode (click for dark)","theme.dark":"Dark mode (click for system)","theme.auto":"System theme (click for light)","history.full":"Full history","history.unsaved":"Full history is available after the session is saved","history.label":"Full history","title.generating":"Generating...","title.updated":"Title updated","title.failed":"Generation failed","title.generate":"Generate title","title.unsaved":"Title generation is available after the session is saved","title.noMessages":"Send a message before naming this session","title.generateSession":"Generate a session title","system.prompt":"System prompt","system.empty":"System prompt is empty (tools are disabled)","system.load":"System prompt has not loaded yet","system.loading":"Loading system prompt…","system.label":"System","session.info":"Session info","session.name":"Name","session.file":"File","session.inMemory":"In-memory","session.id":"ID","session.user":"User","session.assistant":"Assistant","session.toolCalls":"Tool Calls","session.toolResults":"Tool Results","session.total":"Total","session.input":"Input","session.output":"Output","session.cacheRead":"Cache Read","session.cacheWrite":"Cache Write","session.cost":"Cost","session.context":"Context","session.cacheHitRate":"Avg cache hit rate","session.copy":"Copy {value}","session.copied":"Copied","session.title":"Session info","session.load":"Send a message or run /session to load session info","session.infoSection":"Session Info","session.messages":"Messages","session.tokens":"Tokens","session.totalActive":"Active Time","session.copyFile":"Copy file path","session.copyId":"Copy session ID","workspace.opening":"Opening workspace...","workspace.unable":"Unable to open workspace","workspace.selectSession":"Select a session from the sidebar","workspace.getStarted":"Get Started","workspace.selectProject":"Select a project directory from the sidebar","workspace.addModels":"Add models via the Models button at the bottom","workspace.stepProject":"Select a project directory from the sidebar","workspace.stepModels":"Add models via the Models button at the bottom","files.hidePanel":"Hide file panel","files.showPanel":"Show file panel","files.noneOpen":"No file open","layout.resizeSidebar":"Resize sidebar","layout.resizeFilePanel":"Resize file panel","layout.resizeHint":"Drag to resize. Double-click or press Enter to reset.","sidebar.new":"New","sidebar.newSessionTitle":"New session in {path}","sidebar.refresh":"Refresh","sidebar.selectProject":"Select project…","sidebar.filterProjects":"Filter projects…","sidebar.noMatchingProjects":"No matching projects","sidebar.useDefaultDirectory":"Use default directory","sidebar.customPath":"Custom path…","directoryPicker.selectDirectory":"Select directory","directoryPicker.goToParent":"Go to parent directory","directoryPicker.directoryPath":"Directory path","directoryPicker.goToDirectory":"Go to directory","directoryPicker.go":"Go","directoryPicker.loadingDirectories":"Loading directories…","directoryPicker.noSubdirectories":"No subdirectories","directoryPicker.openBeforeSelecting":"Open this path before selecting it","directoryPicker.selectCurrentDirectory":"Select current directory","directoryPicker.selectThisFolder":"Select this folder","directoryPicker.noDrives":"No drives found","sidebar.checking":"Checking…","sidebar.open":"Open","sidebar.cancel":"Cancel","sidebar.openRepoRoot":"Open repo root","sidebar.openRepoRootTitle":"Open the repository root to manage worktrees.","sidebar.gitRepoRootOnly":"Git repo root only","sidebar.gitRepoRootOnlyTitle":"Worktrees are available in Git repository roots.","sidebar.worktrees":"Worktrees...","sidebar.checkingWorktrees":"Checking worktrees for this directory.","sidebar.filterWorktrees":"Filter worktrees…","sidebar.noMatchingWorktrees":"No matching worktrees","sidebar.switchWorktree":"Switch worktree","sidebar.switchWorktreeTitle":"Switch worktree: {path}","sidebar.main":"main","sidebar.forceRemoveCheckout":"Uncommitted changes. Force remove checkout?","sidebar.force":"Force","sidebar.createWorktreeTitle":"Create a worktree checkout for a branch","sidebar.newWorktree":"New worktree…","sidebar.branchName":"branch name","sidebar.creating":"Creating…","sidebar.create":"Create","sidebar.uploadFilesTitle":"Upload files to project root","sidebar.uploadFiles":"Upload files","sidebar.refreshExplorer":"Refresh explorer","sidebar.changedFiles":"{count} changed files","sidebar.loading":"Loading...","sidebar.noSessions":"No sessions found","sidebar.agentRunning":"Agent running…","sidebar.newActivity":"New activity","sidebar.newSessionActivity":"New session activity","sidebar.deleteSession":"Delete {title}?","sidebar.rename":"Rename","sidebar.delete":"Delete","sidebar.deleteWithShiftClick":"Delete (Shift+click to delete without confirmation)","sidebar.expandForks":"Expand forks","sidebar.collapseForks":"Collapse forks","sidebar.messagesCount":"{count} msgs","sidebar.worktreePath":"Worktree: {path}","sidebar.removeWorktreeTitle":"Remove worktree checkout {path}; the branch is kept","files.modified":"Modified","files.added":"Added","files.deleted":"Deleted","files.renamed":"Renamed","files.untracked":"Untracked","files.conflict":"Conflict","files.newlyUploaded":"Newly uploaded","files.containsChangedFiles":"Contains changed files","files.insertPath":"Insert path into chat","files.mention":"mention","files.download":"Download file","files.dismissError":"Dismiss error","files.addUploadedFile":"Add uploaded file to chat","files.addAllUploadedFiles":"Add all uploaded files to chat","files.dismissUploadResults":"Dismiss upload results","files.loading":"Loading files...","files.searchPlaceholder":"Search files…","files.noFiles":"No files found","files.explorer":"Explorer","files.changedCount":"{count} files","files.changeStats":"{count} changed files, {additions} lines added, {deletions} lines deleted","files.conflictSummary":"{count} file{countSuffix} already exist: {files}","files.cannotReplace":"Cannot replace: {files}","files.replace":"Replace","files.skipExisting":"Skip existing","files.cancel":"Cancel","files.checking":"Checking files","files.uploading":"Uploading, {progress}%","chat.loadingSession":"Loading session...","chat.runningTool":"Running tool...","chat.generatingToolInput":"Generating parameters...","chat.runningNamedTool":"Running {name}...","chat.runningTools":"Running {names}...","chat.runningToolsMore":"Running {names} (+{count})...","chat.waitingModel":"Waiting for model...","chat.runningCommand":"Running command...","chat.commandBusy":"Running {name}…","chat.thinking":"Thinking...","chat.processDetails":"Process details","chat.message":"message","chat.messages":"messages","chat.toolCall":"tool call","chat.toolCalls":"tool calls","chat.collapseProcess":"Collapse process details","chat.expandProcess":"Expand process details","chat.filesWritten":"Files changed","chat.openWrittenFile":"Open {name}","chat.loadEarlier":"Scroll up to load earlier messages ({count} hidden)","chat.extensionRequest":"extension request","chat.cancel":"Cancel","chat.confirm":"Confirm","chat.submit":"Submit","chat.extensionInput":"Extension terminal input","chat.extensionPanel":"Extension panel","chat.extensionWidgets":"Extension widgets","chat.extensionWidgetAbove":"Above editor widget","chat.extensionWidgetBelow":"Below editor widget","chat.extensionWidgetLine":"{count} line","chat.extensionWidgetLines":"{count} lines","chat.close":"Close","chat.queued":"Queued \xb7 {count}","chat.recall":"Recall to input","chat.recallTitle":"Remove all queued messages and put them back into the input box for editing","chat.retrying":"Retrying ({attempt}/{max})…","chat.loadingCommands":"Loading commands...","chat.slashCommands":"Slash commands \xb7 {label}","chat.tabEnter":"Tab / Enter","chat.noCommands":"No extension, prompt, or skill commands found","chat.match":"1 match","chat.matches":"{count} matches","chat.command":"1 command","chat.commands":"{count} commands","chat.loadingFiles":"Loading files...","chat.files":"Files \xb7 {label}{hint}","chat.searching":"Searching…","chat.noMatchingFiles":"No matching files","chat.searchingAll":" \xb7 searching all files…","chat.indexTruncated":" \xb7 index truncated","chat.steerPlaceholder":"Steer now / queue follow-up...","chat.agentPlaceholder":"Agent is running…","chat.messagePlaceholder":"Message… Type / for commands, @ for files","chat.steer":"Steer","chat.followUp":"Follow-up","chat.send":"Send","chat.attachImage":"Attach image","chat.previewImage":"Preview image","chat.filterModels":"Filter models…","chat.noMatchingModels":"No matching models","chat.moreControls":"More controls","chat.collapseControls":"Collapse controls","chat.shell":"Shell","chat.outputLocal":"output stays local","chat.outputModel":"output sent to model","chat.noTools":"No tools","chat.readOnlyTools":"{count} read-only built-in tools","chat.builtInTools":"{count} built-in tools","chat.allBuiltInTools":"All built-in tools","chat.changeReasoning":"Change reasoning level: {level}","chat.changeReasoningLabel":"Change reasoning level","chat.changeToolPreset":"Change tool preset","chat.stopCompaction":"Stop compaction","chat.compactContext":"Compact context","chat.compacting":"Compacting…","chat.compact":"Compact","chat.scrollToLatest":"Back to latest","bg.title":"Wallpaper","bg.choose":"Choose image…","bg.replace":"Replace image…","bg.remove":"Remove wallpaper","bg.hint":"The original file is stored locally in your browser — never re-encoded or uploaded.","bg.repeat":"Tile horizontally","bg.fill":"Edge colour fill","bg.adjust":"Adjust horizontal position…","bg.adjustHint":"Drag left / right to reposition","bg.adjustDone":"Done","bg.reset":"Reset position","bg.bubbleOpacity":"Bubble opacity","bg.bubbleBlur":"Frost blur","bg.bubbleReset":"Reset bubbles","chat.stopAgent":"Stop agent","chat.stop":"Stop","chat.disableSound":"Disable completion sound","chat.enableSound":"Enable completion sound","chat.thinkingUseDefault":"Use pi default","chat.thinkingOff":"Reasoning off","chat.thinkingMinimal":"Minimal reasoning","chat.thinkingLow":"Low reasoning","chat.thinkingMedium":"Medium reasoning","chat.thinkingHigh":"High reasoning","chat.thinkingXhigh":"Extra-high reasoning","chat.thinkingMax":"Max reasoning","chat.builtIn":"Built-in","chat.extensions":"Extensions","chat.prompts":"Prompts","chat.skills":"Skills","chat.dormant":"dormant","chat.commandCompact":"Compress context, optionally with instructions","chat.commandReload":"Reload extensions, skills, prompts, and tools","chat.commandName":"Set the session display name","chat.commandSession":"Show session message, token, and cost stats","chat.commandCopy":"Copy the last assistant message","chat.compacted":"Compacted","chat.tokensSaved":"{saved} saved","i18n.close":"Close","i18n.copy":"Copy","i18n.pin":"Pin","i18n.pinTitle":"Pin this message (creates a draggable/resizable float)","i18n.copied":"Copied","i18n.cancel":"Cancel","i18n.save":"Save","i18n.saving":"Saving…","i18n.saved":"Saved","i18n.remove":"Remove","i18n.removing":"Removing…","i18n.delete":"Delete","i18n.loading":"Loading...","i18n.search":"Search","i18n.refresh":"Refresh","i18n.update":"Update","i18n.updating":"Updating...","i18n.check":"Check","i18n.checking":"Checking...","i18n.install":"Install","i18n.installing":"Installing...","i18n.noResults":"No results","i18n.searchProviders":"Search providers…","i18n.noProviders":"No providers match","i18n.newModel":"new model","i18n.addProvider":"Add provider","i18n.selectProviderModel":"Select a provider or model","i18n.visibleInPrompt":"Visible in model prompt — click to disable","i18n.hiddenFromPrompt":"Hidden from model prompt — click to enable","i18n.dormant":"Dormant","i18n.hiddenButInvocable":"Hidden from model, still manually invocable","i18n.skillSearchPlaceholder":"e.g. react, testing, deploy","i18n.searching":"Searching…","i18n.noSkills":"No skills found","i18n.checkUpdates":"Check updates","i18n.updates":"updates","i18n.noResolvedResources":"No resolved resources","i18n.enablePackage":"Enable package","i18n.disablePackage":"Disable package","i18n.filtered":"filtered","i18n.openSessionToReload":"Open a session to reload","i18n.notFound":"Not found","i18n.noPlugins":"No plugins configured","trust.resourcesNotLoaded":"Restricted mode","trust.trustProject":"Trust project","trust.trusting":"Trusting...","trust.cancel":"Cancel","trust.dialogTitle":"Trust this project?","trust.dialogBody":"Project resources can run local code. Trust only projects whose contents you know.","trust.skillsNotLoaded":"Project skills are not loaded because this project is not trusted.","trust.pluginsNotLoaded":"Project plugins are not loaded because this project is not trusted.","trust.projectScopeUnavailable":"Project installs are unavailable while project resources are not loaded.","i18n.creatingSession":"Creating new session…","i18n.creating":"Creating…","i18n.subscription":"Subscription","i18n.subscriptions":"Subscriptions","i18n.customEndpoint":"Custom endpoint format","i18n.noChanges":"No changes","i18n.branches":"Branches","i18n.noActiveSession":"No active session","i18n.noBranches":"This session has no branches","i18n.source":"Source","i18n.preview":"Preview","i18n.diff":"Diff","i18n.downloadFile":"Download file","i18n.liveSync":"Live sync active","i18n.notWatching":"Not watching","i18n.fileViewMode":"File view mode","i18n.compareHead":"Compare working tree with HEAD","i18n.mentionSelectedLines":"Mention selected lines","i18n.disableWrap":"Disable word wrap","i18n.enableWrap":"Enable word wrap","i18n.htmlPreview":"HTML preview","i18n.previewFile":"Preview {file}","i18n.invalidMermaid":"Invalid Mermaid diagram","i18n.renderingMermaid":"Rendering Mermaid diagram","i18n.previewAfterStreaming":"Preview available after streaming","i18n.showMermaidSource":"Show Mermaid source","i18n.previewMermaid":"Preview Mermaid diagram","i18n.openMermaidViewer":"Open diagram viewer","i18n.mermaidViewer":"Mermaid diagram viewer","i18n.mermaidDiagram":"Mermaid diagram","i18n.zoomOut":"Zoom out","i18n.zoomIn":"Zoom in","i18n.fitToWidth":"Fit to width","models.discoveryFetching":"Importing models…","models.discoveryFetch":"Import models…","models.discoveryFilterPlaceholder":"Filter {count} models…","models.discoveryFilter":"Filter upstream models","models.discoverySelectShown":"Select shown","models.discoveryNoMatches":"No matching models.","models.discoveryAdded":"added","models.discoveryShowing":"Showing first {shown} of {total}","models.discoveryFetched":"{count} models fetched","models.discoveryAddSelected":"Add selected","models.discoveryAddSelectedCount":"Add selected ({count})","models.catalogSource":"source: models.dev ↗","models.catalogFilling":"Filling details…","models.catalogFill":"Fill model details","models.catalogFilled":"{count} fields filled","models.catalogNoEmptyFields":"No empty fields to fill","models.catalogNoExactMatch":"No exact models.dev match","models.catalogPriceProvider":"Price matched Provider {provider}","models.catalogPriceBaseUrl":"Price matched Base URL to {provider}","models.catalogPriceConsensus":"Price agreed by {support}/{total} records","models.catalogPriceUnreliable":"No reliable price found","models.catalogUndo":"Undo","models.capabilities":"Capabilities","models.reasoning":"Reasoning / thinking","models.imageInput":"Image input","models.modelSpecs":"Model specifications","models.contextWindow":"Context window (tokens)","models.maxOutputTokens":"Max output tokens","models.costPerMillion":"Cost per million tokens","models.costInput":"Input","models.costOutput":"Output","models.costCacheRead":"Cache read","models.costCacheWrite":"Cache write","models.notProvided":"Not provided","models.editCosts":"Edit prices","models.finishEditingCosts":"Done","models.costAllRequired":"Enter a valid non-negative price; blank fields are saved as 0.","models.advancedSettings":"Advanced settings","models.providerDefaults":"Using provider defaults","models.headersSummary":"Headers: {count}","models.compatSummary":"Compatibility: {count}","models.thinkingSummary":"Thinking levels: {count}","models.apiOverride":"API override","models.headers":"Headers","models.headersHelp":"Added to this model's requests and overrides provider headers.","models.compatibility":"Compatibility","models.deepSeekThinkingCompat":"DeepSeek thinking compatibility","models.developerRole":"Use the developer role for the system prompt","models.thinkingLevelMap":"Thinking level map","models.clearAll":"Clear all","i18n.testingModel":"Testing model connection...","i18n.connected":"Connected","i18n.failed":"Failed","i18n.test":"Test","i18n.testConnection":"Test model connection","i18n.provider":"Provider","i18n.model":"Model","i18n.providerName":"Provider name","i18n.rename":"Rename","i18n.default":"Default","i18n.disabled":"Disabled","i18n.noResources":"No resources","i18n.unknown":"Unknown","i18n.installedVersion":"installed {version}","i18n.configuredVersion":"configured {version}","i18n.extensions":"Extensions","i18n.prompts":"Prompts","i18n.themes":"Themes","i18n.resourceCount":"{count} {label}","i18n.extensionShort":"ext","i18n.skillShort":"skills","i18n.promptShort":"prompts","i18n.themeShort":"themes","i18n.custom":"Custom","i18n.clearAll":"clear all","i18n.connectedSuccessfully":"Connected successfully.","i18n.notConnected":"not connected","i18n.configured":"configured","i18n.notConfigured":"not configured","i18n.openingBrowser":"Opening browser…","i18n.submit":"Submit","i18n.login":"Login","i18n.relogin":"Re-login","i18n.disconnect":"Disconnect","i18n.networkError":"Network error","i18n.continuing":"Continuing…","i18n.skills":"Skills","i18n.plugins":"Plugins","i18n.addSkill":"Add skill","i18n.addPlugin":"Add plugin","i18n.selectSkill":"Select a skill","i18n.selectPackage":"Select a package","i18n.updateAvailable":"Update available","i18n.upToDate":"Up to date","i18n.automaticChecksUnavailable":"Automatic checks unavailable","i18n.checkFailed":"Check failed","i18n.installed":"Installed","i18n.status":"Status","i18n.version":"Version","i18n.package":"Package","i18n.resources":"Resources","i18n.installedPath":"Installed path","i18n.cwd":"CWD","i18n.resolvedResources":"Resolved Resources","i18n.reloadSession":"Reload session","i18n.reloading":"Reloading...","i18n.packageRemoved":"Package removed.","i18n.packageInstalled":"Package installed.","i18n.packageUpdated":"Package updated.","i18n.packageDisabled":"Package disabled.","i18n.packageEnabled":"Package enabled.","i18n.sessionReloaded":"Session reloaded.","i18n.thinking":"Thinking","i18n.largeMessageReveal":"Message content is very large ({size}). Click to view as plain text — markdown rendering is disabled to keep the page responsive.","i18n.loadingThinking":"Loading thinking...","i18n.copyMessage":"Copy message","i18n.editFromHere":"Edit from here","i18n.editFromHereTitle":"Edit from here — branches within this session","i18n.newSession":"New session","i18n.newSessionTitle":"New session — creates an independent copy from here","i18n.estimatedTokens":"Estimated token count while streaming","i18n.noOutput":"(no output)","i18n.noSummary":"(no summary)","i18n.conversationCompacted":"Conversation compacted","i18n.compactionDescription":"The conversation history before this point was compacted into the following summary:","i18n.fileContext":"File context: {details}","i18n.readFiles":"Read files","i18n.modifiedFiles":"Modified files","i18n.hiddenExtensionMessage":"hidden extension message","i18n.noMessage":"(no message)","i18n.showExtensionMessage":"Show extension message","i18n.collapse":"Collapse","i18n.expand":"Expand","i18n.hideDetails":"Hide details","i18n.showDetails":"Show details","i18n.thinkingUnavailable":"Thinking content unavailable","i18n.before":"Before","i18n.after":"After","i18n.sessionComplete":"Session complete","i18n.taskFinished":"Task finished.","i18n.attentionNeeded":"Pi needs your attention","i18n.extensionInputNeeded":"An extension is waiting for your input.","todo.title":"Tasks","todo.completed":"completed","todo.empty":"No active tasks. Ask the agent to add some!","terminal.title":"Terminal","terminal.new":"New terminal","terminal.all":"All terminals","terminal.exited":"exited","terminal.cleanupDisconnected":"Remove disconnected terminals","terminal.empty":"No terminal sessions","terminal.createFirst":"Create a terminal session","terminal.close":"Kill process and close","mcp.sectionTitle":"MCP servers","mcp.addButton":"Add MCP","mcp.emptyList":'No MCP servers yet. Click "Add MCP" below to create one.',"mcp.emptyDetail":'Select an MCP server on the left, or click "Add MCP".',"mcp.itemEnabled":"enabled","mcp.itemDisabled":"disabled","mcp.addTitle":"Add MCP server","mcp.editTitle":"Edit MCP: {name}","mcp.modeBasic":"Basic","mcp.modeJson":"JSON advanced","mcp.nameLabel":"Name","mcp.namePlaceholder":"e.g. github","mcp.specLabel":"Command or URL (http/https is treated as a URL)","mcp.specPlaceholder":"npx -y @modelcontextprotocol/server-github or https://example.com/mcp","mcp.argsLabel":"Extra args (optional, space separated)","mcp.jsonLabel":"Server definition (JSON) - all fields supported: command/url/socket, args, env, lifecycle, directTools, timeout","mcp.loadingDef":"Loading config...","mcp.jsonEmpty":"JSON cannot be empty","mcp.jsonParseError":"JSON parse failed: {message}","mcp.jsonNotObject":'JSON must be an object, e.g. {"command":"npx","args":["-y","..."]}',"mcp.jsonNeedsEntry":"JSON must contain command, url or socket","mcp.save":"Save","mcp.saveEdit":"Save changes","mcp.saving":"Saving...","mcp.cancel":"Cancel","mcp.enable":"Enable","mcp.disable":"Disable","mcp.disabledBadge":"Disabled","mcp.test":"Test connection","mcp.testing":"Testing...","mcp.edit":"Edit","mcp.delete":"Delete","mcp.moveToGlobal":"Move to global","mcp.moveToProject":"Move to project","mcp.kindCommand":"Command","mcp.kindUrl":"URL","mcp.kindSocket":"Socket","mcp.fieldType":"Type","mcp.fieldArgs":"Args","mcp.fieldEnv":"Env vars","mcp.fieldOptions":"Options","mcp.fieldSource":"Source","mcp.fieldCwd":"CWD","mcp.msgEnabled":"Enabled {name} (run /reload to apply)","mcp.msgDisabled":"Disabled {name} (run /reload to apply)","mcp.msgDeleted":"Deleted {name}","mcp.msgMoved":"Moved {name} to {scope} (run /reload to apply)","mcp.msgUpdated":"Updated {name} (run /reload to apply)","mcp.msgAdded":"Added {name} (run /reload to apply)","mcp.msgTestResult":"Test {name}: {result}","mcp.msgTestError":"Test {name}: {error}","common.close":"Close"}}),l({id:"zh-CN",label:"简体中文",messages:{"common.ok":"确定","common.close":"关闭","common.language":"语言","common.models":"模型","common.skills":"技能","common.plugins":"插件","appUpdate.releaseNotes":"Pi Web v{version} 可用,查看更新说明","sidebar.hide":"隐藏侧边栏","sidebar.show":"显示侧边栏","theme.light":"浅色模式(点击切换到深色)","theme.dark":"深色模式(点击切换到跟随系统)","theme.auto":"跟随系统(点击切换到浅色)","history.full":"完整历史","history.unsaved":"会话保存后才能查看完整历史","history.label":"完整历史","title.generating":"正在生成...","title.updated":"标题已更新","title.failed":"生成失败","title.generate":"生成标题","title.unsaved":"会话保存后才能生成标题","title.noMessages":"请先发送消息,再为会话命名","title.generateSession":"生成会话标题","system.prompt":"系统提示词","system.empty":"系统提示词为空(工具已禁用)","system.load":"系统提示词尚未加载","system.loading":"正在加载系统提示词…","system.label":"系统","session.info":"会话信息","session.name":"名称","session.file":"文件","session.inMemory":"内存中","session.id":"ID","session.user":"用户","session.assistant":"助手","session.toolCalls":"工具调用","session.toolResults":"工具结果","session.total":"总计","session.input":"输入","session.output":"输出","session.cacheRead":"缓存读取","session.cacheWrite":"缓存写入","session.cost":"费用","session.context":"上下文","session.cacheHitRate":"平均缓存命中率","session.copy":"复制{value}","session.copied":"已复制","session.title":"会话信息","session.load":"发送消息或运行 /session 以加载会话信息","session.infoSection":"会话信息","session.messages":"消息","session.tokens":"Token","session.totalActive":"活跃时长","session.copyFile":"复制文件路径","session.copyId":"复制会话 ID","workspace.opening":"正在打开工作区...","workspace.unable":"无法打开工作区","workspace.selectSession":"从侧边栏选择一个会话","workspace.getStarted":"开始使用","workspace.selectProject":"从侧边栏选择项目目录","workspace.addModels":"点击底部的“模型”按钮添加模型","workspace.stepProject":"从侧边栏选择项目目录","workspace.stepModels":"点击底部的“模型”按钮添加模型","files.hidePanel":"隐藏文件面板","files.showPanel":"显示文件面板","files.noneOpen":"没有打开的文件","layout.resizeSidebar":"调整侧边栏宽度","layout.resizeFilePanel":"调整文件面板宽度","layout.resizeHint":"拖动调整宽度。双击或按 Enter 恢复默认值。","sidebar.new":"新建","sidebar.newSessionTitle":"在 {path} 中新建会话","sidebar.refresh":"刷新","sidebar.selectProject":"选择项目…","sidebar.filterProjects":"筛选项目…","sidebar.noMatchingProjects":"没有匹配的项目","sidebar.useDefaultDirectory":"使用默认目录","sidebar.customPath":"自定义路径…","directoryPicker.selectDirectory":"选择目录","directoryPicker.goToParent":"转到上级目录","directoryPicker.directoryPath":"目录路径","directoryPicker.goToDirectory":"转到目录","directoryPicker.go":"转到","directoryPicker.loadingDirectories":"正在加载目录…","directoryPicker.noSubdirectories":"没有子目录","directoryPicker.openBeforeSelecting":"选择前请先打开此路径","directoryPicker.selectCurrentDirectory":"选择当前目录","directoryPicker.selectThisFolder":"选择此文件夹","directoryPicker.noDrives":"未找到盘符","sidebar.checking":"检查中…","sidebar.open":"打开","sidebar.cancel":"取消","sidebar.openRepoRoot":"打开仓库根目录","sidebar.openRepoRootTitle":"打开仓库根目录以管理 worktree。","sidebar.gitRepoRootOnly":"仅 Git 仓库根目录","sidebar.gitRepoRootOnlyTitle":"只能在 Git 仓库根目录使用 worktree。","sidebar.worktrees":"Worktrees...","sidebar.checkingWorktrees":"正在检查此目录的 worktree。","sidebar.filterWorktrees":"筛选 worktree…","sidebar.noMatchingWorktrees":"没有匹配的 worktree","sidebar.switchWorktree":"切换 worktree","sidebar.switchWorktreeTitle":"切换 worktree:{path}","sidebar.main":"主分支","sidebar.forceRemoveCheckout":"存在未提交的更改。强制移除 checkout?","sidebar.force":"强制移除","sidebar.createWorktreeTitle":"为分支创建 worktree checkout","sidebar.newWorktree":"新建 worktree…","sidebar.branchName":"分支名称","sidebar.creating":"创建中…","sidebar.create":"创建","sidebar.uploadFilesTitle":"将文件上传到项目根目录","sidebar.uploadFiles":"上传文件","sidebar.refreshExplorer":"刷新文件浏览器","sidebar.changedFiles":"{count} 个变更文件","sidebar.loading":"加载中...","sidebar.noSessions":"未找到会话","sidebar.agentRunning":"Agent 运行中…","sidebar.newActivity":"有新活动","sidebar.newSessionActivity":"会话有新活动","sidebar.deleteSession":"删除 {title}?","sidebar.rename":"重命名","sidebar.delete":"删除","sidebar.deleteWithShiftClick":"删除(按住 Shift 点击可跳过确认)","sidebar.expandForks":"展开分叉","sidebar.collapseForks":"折叠分叉","sidebar.messagesCount":"{count} 条消息","sidebar.worktreePath":"Worktree:{path}","sidebar.removeWorktreeTitle":"移除 worktree checkout {path};保留分支","files.modified":"已修改","files.added":"已添加","files.deleted":"已删除","files.renamed":"已重命名","files.untracked":"未跟踪","files.conflict":"冲突","files.newlyUploaded":"刚上传","files.containsChangedFiles":"包含已更改文件","files.insertPath":"将路径插入聊天","files.mention":"提及","files.download":"下载文件","files.dismissError":"关闭错误","files.addUploadedFile":"将上传的文件添加到聊天","files.addAllUploadedFiles":"将所有上传的文件添加到聊天","files.dismissUploadResults":"关闭上传结果","files.loading":"正在加载文件...","files.searchPlaceholder":"搜索文件…","files.noFiles":"未找到文件","files.explorer":"文件浏览器","files.changedCount":"{count} 个文件","files.changeStats":"{count} 个变更文件,新增 {additions} 行,删除 {deletions} 行","files.conflictSummary":"已有 {count} 个文件:{files}","files.cannotReplace":"无法替换:{files}","files.replace":"替换","files.skipExisting":"跳过已有文件","files.cancel":"取消","files.checking":"正在检查文件","files.uploading":"正在上传,{progress}%","chat.loadingSession":"正在加载会话...","chat.runningTool":"正在运行工具...","chat.generatingToolInput":"正在生成参数...","chat.runningNamedTool":"正在运行 {name}...","chat.runningTools":"正在运行 {names}...","chat.runningToolsMore":"正在运行 {names}(另有 {count} 个)...","chat.waitingModel":"正在等待模型...","chat.runningCommand":"正在运行命令...","chat.commandBusy":"正在执行 {name}…","chat.thinking":"正在思考...","chat.processDetails":"处理详情","chat.message":"条消息","chat.messages":"条消息","chat.toolCall":"次工具调用","chat.toolCalls":"次工具调用","chat.collapseProcess":"收起处理详情","chat.expandProcess":"展开处理详情","chat.filesWritten":"改动的文件","chat.openWrittenFile":"打开 {name}","chat.loadEarlier":"向上滚动以加载更早的消息(隐藏 {count} 条)","chat.extensionRequest":"扩展请求","chat.cancel":"取消","chat.confirm":"确认","chat.submit":"提交","chat.extensionInput":"扩展终端输入","chat.extensionPanel":"扩展面板","chat.extensionWidgets":"扩展组件","chat.extensionWidgetAbove":"输入框上方组件","chat.extensionWidgetBelow":"输入框下方组件","chat.extensionWidgetLine":"{count} 行","chat.extensionWidgetLines":"{count} 行","chat.close":"关闭","chat.queued":"已排队 \xb7 {count}","chat.recall":"移回输入框","chat.recallTitle":"移除所有排队消息并将其放回输入框编辑","chat.retrying":"正在重试({attempt}/{max})…","chat.loadingCommands":"正在加载命令...","chat.slashCommands":"斜杠命令 \xb7 {label}","chat.tabEnter":"Tab / Enter","chat.noCommands":"未找到扩展、提示词或技能命令","chat.match":"1 个匹配项","chat.matches":"{count} 个匹配项","chat.command":"1 个命令","chat.commands":"{count} 个命令","chat.loadingFiles":"正在加载文件...","chat.files":"文件 \xb7 {label}{hint}","chat.searching":"搜索中…","chat.noMatchingFiles":"未找到匹配的文件","chat.searchingAll":" \xb7 正在搜索所有文件…","chat.indexTruncated":" \xb7 索引不完整","chat.steerPlaceholder":"立即引导 / 排队后续消息...","chat.agentPlaceholder":"Agent 运行中…","chat.messagePlaceholder":"消息…输入 / 使用命令,输入 @ 查找文件","chat.steer":"引导","chat.followUp":"后续消息","chat.send":"发送","chat.attachImage":"附加图片","chat.previewImage":"预览图片","chat.filterModels":"筛选模型…","chat.noMatchingModels":"没有匹配的模型","chat.moreControls":"更多控件","chat.collapseControls":"收起控件","chat.shell":"Shell","chat.outputLocal":"输出保留在本地","chat.outputModel":"输出发送给模型","chat.noTools":"不使用工具","chat.readOnlyTools":"{count} 个只读内置工具","chat.builtInTools":"{count} 个内置工具","chat.allBuiltInTools":"全部内置工具","chat.changeReasoning":"更改推理级别:{level}","chat.changeReasoningLabel":"更改推理级别","chat.changeToolPreset":"更改工具预设","chat.stopCompaction":"停止压缩","chat.compactContext":"压缩上下文","chat.compacting":"正在压缩…","chat.compact":"压缩","chat.scrollToLatest":"回到底部","bg.title":"背景图","bg.choose":"选择图片…","bg.replace":"更换图片…","bg.remove":"移除背景图","bg.hint":"原图保存在浏览器本地,不重新编码、不上传。","bg.repeat":"平铺(横向重复)","bg.fill":"边缘色彩填充","bg.adjust":"调整横向位置…","bg.adjustHint":"左右拖拽调整壁纸位置","bg.adjustDone":"移动完成","bg.reset":"重置位置","bg.bubbleOpacity":"气泡透明度","bg.bubbleBlur":"磨砂强度","bg.bubbleReset":"重置气泡","chat.stopAgent":"停止 Agent","chat.stop":"停止","chat.disableSound":"关闭完成提示音","chat.enableSound":"开启完成提示音","chat.thinkingUseDefault":"使用 pi 默认设置","chat.thinkingOff":"关闭推理","chat.thinkingMinimal":"最低限度推理","chat.thinkingLow":"低强度推理","chat.thinkingMedium":"中等强度推理","chat.thinkingHigh":"高强度推理","chat.thinkingXhigh":"超高强度推理","chat.thinkingMax":"最高强度推理","chat.builtIn":"内置","chat.extensions":"扩展","chat.prompts":"提示词","chat.skills":"技能","chat.dormant":"休眠","chat.commandCompact":"压缩上下文,可选附加说明","chat.commandReload":"重新加载扩展、技能、提示词和工具","chat.commandName":"设置会话显示名称","chat.commandSession":"显示会话消息、Token 和费用统计","chat.commandCopy":"复制最后一条助手消息","chat.compacted":"已压缩","chat.tokensSaved":"节省 {saved}","i18n.close":"关闭","i18n.copy":"复制","i18n.pin":"钉","i18n.pinTitle":"钉住此消息(生成可拖拽/缩放的浮窗)","i18n.copied":"已复制","i18n.cancel":"取消","i18n.save":"保存","i18n.saving":"保存中…","i18n.saved":"已保存","i18n.remove":"移除","i18n.removing":"移除中…","i18n.delete":"删除","i18n.loading":"加载中...","i18n.search":"搜索","i18n.refresh":"刷新","i18n.update":"更新","i18n.updating":"更新中...","i18n.check":"检查","i18n.checking":"检查中...","i18n.install":"安装","i18n.installing":"安装中...","i18n.noResults":"没有结果","i18n.searchProviders":"搜索 Provider…","i18n.noProviders":"没有匹配的 Provider","i18n.newModel":"新模型","i18n.addProvider":"添加 Provider","i18n.selectProviderModel":"选择 Provider 或模型","i18n.visibleInPrompt":"在模型提示词中可见,点击以禁用","i18n.hiddenFromPrompt":"在模型提示词中隐藏,点击以启用","i18n.dormant":"休眠","i18n.hiddenButInvocable":"对模型隐藏,仍可手动调用","i18n.skillSearchPlaceholder":"例如 react、testing、deploy","i18n.searching":"搜索中…","i18n.noSkills":"未找到技能","i18n.checkUpdates":"检查更新","i18n.updates":"项更新","i18n.noResolvedResources":"没有已解析资源","i18n.enablePackage":"启用包","i18n.disablePackage":"禁用包","i18n.filtered":"已筛选","i18n.openSessionToReload":"打开会话后才能重新加载","i18n.notFound":"未找到","i18n.noPlugins":"未配置插件","trust.resourcesNotLoaded":"受限模式","trust.trustProject":"信任项目","trust.trusting":"正在信任...","trust.cancel":"取消","trust.dialogTitle":"信任此项目?","trust.dialogBody":"项目资源可以运行本地代码。请仅信任你了解其内容的项目。","trust.skillsNotLoaded":"此项目尚未受信任,项目技能未加载。","trust.pluginsNotLoaded":"此项目尚未受信任,项目插件未加载。","trust.projectScopeUnavailable":"项目资源未加载时,无法安装到项目范围。","i18n.creatingSession":"正在创建新会话…","i18n.creating":"创建中…","i18n.subscription":"订阅","i18n.subscriptions":"订阅服务","i18n.customEndpoint":"自定义端点格式","i18n.noChanges":"没有更改","i18n.branches":"分支","i18n.noActiveSession":"没有活动会话","i18n.noBranches":"此会话没有分支","i18n.source":"源代码","i18n.preview":"预览","i18n.diff":"Diff","i18n.downloadFile":"下载文件","i18n.liveSync":"实时同步已启用","i18n.notWatching":"未监视","i18n.fileViewMode":"文件视图模式","i18n.compareHead":"比较工作区与 HEAD","i18n.mentionSelectedLines":"提及所选行","i18n.disableWrap":"禁用自动换行","i18n.enableWrap":"启用自动换行","i18n.htmlPreview":"HTML 预览","i18n.previewFile":"预览 {file}","i18n.invalidMermaid":"Mermaid 图表无效","i18n.renderingMermaid":"正在渲染 Mermaid 图表","i18n.previewAfterStreaming":"流式输出完成后可预览","i18n.showMermaidSource":"显示 Mermaid 源码","i18n.previewMermaid":"预览 Mermaid 图表","i18n.openMermaidViewer":"打开图表查看器","i18n.mermaidViewer":"Mermaid 图表查看器","i18n.mermaidDiagram":"Mermaid 图表","i18n.zoomOut":"缩小","i18n.zoomIn":"放大","i18n.fitToWidth":"适应宽度","models.discoveryFetching":"正在导入模型…","models.discoveryFetch":"导入模型…","models.discoveryFilterPlaceholder":"筛选 {count} 个模型…","models.discoveryFilter":"筛选上游模型","models.discoverySelectShown":"选择当前结果","models.discoveryNoMatches":"没有匹配的模型。","models.discoveryAdded":"已添加","models.discoveryShowing":"显示前 {shown} 个,共 {total} 个","models.discoveryFetched":"已获取 {count} 个模型","models.discoveryAddSelected":"添加所选模型","models.discoveryAddSelectedCount":"添加所选模型({count})","models.catalogSource":"来源:models.dev ↗","models.catalogFilling":"正在填入模型信息…","models.catalogFill":"填入模型信息","models.catalogFilled":"已填入 {count} 个字段","models.catalogNoEmptyFields":"没有需要填入的空字段","models.catalogNoExactMatch":"models.dev 中没有精确匹配","models.catalogPriceProvider":"价格已匹配 Provider {provider}","models.catalogPriceBaseUrl":"价格已按 Base URL 匹配 {provider}","models.catalogPriceConsensus":"价格得到 {support}/{total} 条记录支持","models.catalogPriceUnreliable":"未找到可靠价格","models.catalogUndo":"撤销","models.capabilities":"能力","models.reasoning":"推理 / 思考","models.imageInput":"图片输入","models.modelSpecs":"模型规格","models.contextWindow":"上下文窗口(tokens)","models.maxOutputTokens":"最大输出 tokens","models.costPerMillion":"每百万 tokens 价格","models.costInput":"输入","models.costOutput":"输出","models.costCacheRead":"缓存读取","models.costCacheWrite":"缓存写入","models.notProvided":"未提供","models.editCosts":"编辑价格","models.finishEditingCosts":"完成","models.costAllRequired":"请输入有效的非负价格;留空项将按 0 保存。","models.advancedSettings":"高级设置","models.providerDefaults":"沿用 Provider 默认设置","models.headersSummary":"Headers:{count}","models.compatSummary":"兼容性:{count}","models.thinkingSummary":"思考等级:{count}","models.apiOverride":"API 覆盖","models.headers":"Headers","models.headersHelp":"仅添加到该模型的请求中,并覆盖 Provider 的同名 Header。","models.compatibility":"兼容性","models.deepSeekThinkingCompat":"DeepSeek 思考兼容","models.developerRole":"使用 developer role 传递系统提示词","models.thinkingLevelMap":"思考等级映射","models.clearAll":"全部清除","i18n.testingModel":"正在测试模型连接...","i18n.connected":"已连接","i18n.failed":"失败","i18n.test":"测试","i18n.testConnection":"测试模型连接","i18n.provider":"Provider","i18n.model":"模型","i18n.providerName":"Provider 名称","i18n.rename":"重命名","i18n.default":"默认","i18n.disabled":"已禁用","i18n.noResources":"没有资源","i18n.unknown":"未知","i18n.installedVersion":"已安装 {version}","i18n.configuredVersion":"已配置 {version}","i18n.extensions":"扩展","i18n.prompts":"提示词","i18n.themes":"主题","i18n.resourceCount":"{count}{label}","i18n.extensionShort":"扩展","i18n.skillShort":"技能","i18n.promptShort":"提示词","i18n.themeShort":"主题","i18n.custom":"自定义","i18n.clearAll":"清除全部","i18n.connectedSuccessfully":"连接成功。","i18n.notConnected":"未连接","i18n.configured":"已配置","i18n.notConfigured":"未配置","i18n.openingBrowser":"正在打开浏览器…","i18n.submit":"提交","i18n.login":"登录","i18n.relogin":"重新登录","i18n.disconnect":"断开连接","i18n.networkError":"网络错误","i18n.continuing":"继续中…","i18n.skills":"技能","i18n.plugins":"插件","i18n.addSkill":"添加技能","i18n.addPlugin":"添加插件","i18n.selectSkill":"选择技能","i18n.selectPackage":"选择包","i18n.updateAvailable":"有可用更新","i18n.upToDate":"已是最新","i18n.automaticChecksUnavailable":"自动检查不可用","i18n.checkFailed":"检查失败","i18n.installed":"已安装","i18n.status":"状态","i18n.version":"版本","i18n.package":"包","i18n.resources":"资源","i18n.installedPath":"安装路径","i18n.cwd":"CWD","i18n.resolvedResources":"已解析资源","i18n.reloadSession":"重新加载会话","i18n.reloading":"重新加载中...","i18n.packageRemoved":"包已移除。","i18n.packageInstalled":"包已安装。","i18n.packageUpdated":"包已更新。","i18n.packageDisabled":"包已禁用。","i18n.packageEnabled":"包已启用。","i18n.sessionReloaded":"会话已重新加载。","i18n.thinking":"思考","i18n.largeMessageReveal":"消息内容过大({size})。点击以纯文本查看 — 已禁用 markdown 渲染以避免页面卡顿。","i18n.loadingThinking":"正在加载思考内容...","i18n.copyMessage":"复制消息","i18n.editFromHere":"从此处编辑","i18n.editFromHereTitle":"从此处编辑,此会话内创建分支","i18n.newSession":"新会话","i18n.newSessionTitle":"新会话,从此处创建独立副本","i18n.estimatedTokens":"流式输出期间的估算 Token 数","i18n.noOutput":"(无输出)","i18n.noSummary":"(无摘要)","i18n.conversationCompacted":"会话已压缩","i18n.compactionDescription":"此处之前的会话历史已压缩为以下摘要:","i18n.fileContext":"文件上下文:{details}","i18n.readFiles":"读取的文件","i18n.modifiedFiles":"修改的文件","i18n.hiddenExtensionMessage":"隐藏的扩展消息","i18n.noMessage":"(无消息)","i18n.showExtensionMessage":"显示扩展消息","i18n.collapse":"收起","i18n.expand":"展开","i18n.hideDetails":"隐藏详情","i18n.showDetails":"显示详情","i18n.thinkingUnavailable":"思考内容不可用","i18n.before":"之前","i18n.after":"之后","i18n.sessionComplete":"任务完成","i18n.taskFinished":"任务已完成。","i18n.attentionNeeded":"Pi 需要你的操作","i18n.extensionInputNeeded":"扩展正在等待你的输入。","todo.title":"任务","todo.completed":"已完成","todo.empty":"暂无任务,可以让 agent 添加。","terminal.title":"终端","terminal.new":"新建终端","terminal.all":"全部终端","terminal.exited":"已退出","terminal.cleanupDisconnected":"清理失联终端","terminal.empty":"暂无终端会话","terminal.createFirst":"新建终端会话","terminal.close":"结束进程并关闭","mcp.sectionTitle":"MCP 服务器","mcp.addButton":"添加MCP","mcp.emptyList":'暂无 MCP 服务器,点击下方"添加MCP"创建',"mcp.emptyDetail":'选择左侧一个 MCP 服务器,或点击"添加MCP"',"mcp.itemEnabled":"已启用","mcp.itemDisabled":"已禁用","mcp.addTitle":"添加 MCP 服务器","mcp.editTitle":"编辑 MCP:{name}","mcp.modeBasic":"基础配置","mcp.modeJson":"JSON 高级","mcp.nameLabel":"名称","mcp.namePlaceholder":"如 github","mcp.specLabel":"命令 或 URL(http/https 开头识别为 URL)","mcp.specPlaceholder":"npx -y @modelcontextprotocol/server-github 或 https://example.com/mcp","mcp.argsLabel":"附加参数(可选,空格分隔)","mcp.jsonLabel":"服务器定义(JSON)—— 支持 command/url/socket、args、env、lifecycle、directTools、timeout 等全部字段","mcp.loadingDef":"加载配置中...","mcp.jsonEmpty":"JSON 不能为空","mcp.jsonParseError":"JSON 解析失败:{message}","mcp.jsonNotObject":'JSON 必须是对象,如 {"command":"npx","args":["-y","..."]}',"mcp.jsonNeedsEntry":"JSON 需要包含 command、url 或 socket 之一","mcp.save":"保存","mcp.saveEdit":"保存修改","mcp.saving":"保存中...","mcp.cancel":"取消","mcp.enable":"启用","mcp.disable":"禁用","mcp.disabledBadge":"已禁用","mcp.test":"测试连接","mcp.testing":"测试中...","mcp.edit":"编辑","mcp.delete":"删除","mcp.moveToGlobal":"移动至global","mcp.moveToProject":"移动至project","mcp.kindCommand":"命令","mcp.kindUrl":"URL","mcp.kindSocket":"Socket","mcp.fieldType":"类型","mcp.fieldArgs":"参数","mcp.fieldEnv":"环境变量","mcp.fieldOptions":"选项","mcp.fieldSource":"来源","mcp.fieldCwd":"CWD","mcp.msgEnabled":"已启用 {name}(执行 /reload 生效)","mcp.msgDisabled":"已禁用 {name}(执行 /reload 生效)","mcp.msgDeleted":"已删除 {name}","mcp.msgMoved":"已移动 {name} → {scope}(执行 /reload 生效)","mcp.msgUpdated":"已更新 {name}(执行 /reload 生效)","mcp.msgAdded":"已添加 {name}(执行 /reload 生效)","mcp.msgTestResult":"测试 {name}:{result}","mcp.msgTestError":"测试 {name}:{error}"}});let s="pi-locale",d=(0,i.createContext)(null);function c({children:e}){let[t,n]=(0,i.useState)("en"),[l,u]=(0,i.useState)(!1),p=(0,i.useMemo)(()=>a().map(e=>o.get(e)).filter(e=>!!e),[]),h=(0,i.useMemo)(()=>Object.fromEntries(a().flatMap(e=>{let t=o.get(e);return t?[[e,t.messages]]:[]})),[]);(0,i.useEffect)(()=>{let e=function(){try{let e=window.localStorage.getItem(s);if("en"===e||"zh-CN"===e)return e}catch{}for(let e of window.navigator.languages.length?window.navigator.languages:[window.navigator.language]){let t=e.toLowerCase();if("en"===t||t.startsWith("en-"))break;if("zh"===t||t.startsWith("zh-"))return"zh-CN"}return"en"}();n(e),document.documentElement.lang=e,u(!0)},[]);let g=(0,i.useCallback)(e=>{if(o.get(e)){n(e),document.documentElement.lang=e;try{window.localStorage.setItem(s,e)}catch{}}},[]),x=(0,i.useCallback)((e,n)=>(function(e,t,n,r={}){let i=n[e]?.[t]??n.en?.[t];return void 0===i?t:function(e,t={}){return e.replace(/\{([\w.-]+)\}/g,(e,n)=>{let r=t[n];return void 0===r?e:String(r)})}(i,r)})(t,e,h,n),[t,h]),f=(0,i.useMemo)(()=>({locale:l?t:"en",setLocale:g,t:x,supportedLocales:p}),[l,t,g,x,p]);return(0,r.jsx)(d.Provider,{value:f,children:e})}function u(){let e=(0,i.useContext)(d);if(!e)throw Error("useI18n must be used inside I18nProvider");return e}},59767:e=>{e.exports={panel:"DraftStash_panel__oKqVT","draft-stash-in":"DraftStash_draft-stash-in__ri0Cg",toggle:"DraftStash_toggle__Bnscj",toggleOpen:"DraftStash_toggleOpen__8e8PR",toggleLabel:"DraftStash_toggleLabel__uY4AC",toggleArrow:"DraftStash_toggleArrow__Ggwg9",expandArea:"DraftStash_expandArea__FsTfq",activeBar:"DraftStash_activeBar__b6iYc",activeDot:"DraftStash_activeDot__lnx2D",activeLabel:"DraftStash_activeLabel__QKNcj",cancelBtn:"DraftStash_cancelBtn__WGbk5",list:"DraftStash_list__J4Tfv",row:"DraftStash_row__AxlvA",rowActions:"DraftStash_rowActions__SI2BG",btn:"DraftStash_btn__iCSwh",content:"DraftStash_content__OS0mw",time:"DraftStash_time__TpC8e",btnDanger:"DraftStash_btnDanger__RuifZ"}},67061:(e,t,n)=>{Promise.resolve().then(n.bind(n,17582)),Promise.resolve().then(n.bind(n,39247))},88576:e=>{e.exports={preview:"ChatMinimap_preview__laAya",turn:"ChatMinimap_turn__fZuce",number:"ChatMinimap_number__3C_cY",content:"ChatMinimap_content__C7_ju",user:"ChatMinimap_user__WHJHv",userText:"ChatMinimap_userText__Nj9jo",assistant:"ChatMinimap_assistant__s6JLb",assistantJump:"ChatMinimap_assistantJump__3CM2M",outline:"ChatMinimap_outline__aleIF",heading:"ChatMinimap_heading__djZbv",paragraph:"ChatMinimap_paragraph__EqWlO"}}},e=>{e.O(0,[3578,7330,5362,8441,3794,7358],()=>e(e.s=67061)),_N_E=e.O()}]);