@goldenlustre/agent-studio 1.0.1

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 (711) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-path-routes-manifest.json +63 -0
  3. package/.next/build-manifest.json +20 -0
  4. package/.next/diagnostics/build-diagnostics.json +6 -0
  5. package/.next/diagnostics/framework.json +1 -0
  6. package/.next/export-marker.json +6 -0
  7. package/.next/images-manifest.json +68 -0
  8. package/.next/next-minimal-server.js.nft.json +1 -0
  9. package/.next/next-server.js.nft.json +1 -0
  10. package/.next/package.json +1 -0
  11. package/.next/prerender-manifest.json +217 -0
  12. package/.next/react-loadable-manifest.json +2367 -0
  13. package/.next/required-server-files.js +388 -0
  14. package/.next/required-server-files.json +388 -0
  15. package/.next/routes-manifest.json +485 -0
  16. package/.next/server/app/_global-error/page.js +31 -0
  17. package/.next/server/app/_global-error/page.js.nft.json +1 -0
  18. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
  19. package/.next/server/app/_global-error.html +1 -0
  20. package/.next/server/app/_global-error.meta +27 -0
  21. package/.next/server/app/_global-error.rsc +14 -0
  22. package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
  23. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +20 -0
  24. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  25. package/.next/server/app/_not-found/page.js +1 -0
  26. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  27. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  28. package/.next/server/app/_not-found.html +1 -0
  29. package/.next/server/app/_not-found.meta +27 -0
  30. package/.next/server/app/_not-found.rsc +21 -0
  31. package/.next/server/app/_not-found.segments/_full.segment.rsc +21 -0
  32. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +25 -0
  33. package/.next/server/app/_not-found.segments/_tree.segment.rsc +6 -0
  34. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -0
  35. package/.next/server/app/api/agent/[id]/bash-output/route.js.nft.json +1 -0
  36. package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -0
  37. package/.next/server/app/api/agent/[id]/events/route.js +3 -0
  38. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
  39. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
  40. package/.next/server/app/api/agent/[id]/lease/route.js +1 -0
  41. package/.next/server/app/api/agent/[id]/lease/route.js.nft.json +1 -0
  42. package/.next/server/app/api/agent/[id]/lease/route_client-reference-manifest.js +1 -0
  43. package/.next/server/app/api/agent/[id]/route.js +1 -0
  44. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -0
  45. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/agent/new/route.js +1 -0
  47. package/.next/server/app/api/agent/new/route.js.nft.json +1 -0
  48. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/api/agent/running/route.js +1 -0
  50. package/.next/server/app/api/agent/running/route.js.nft.json +1 -0
  51. package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/api/app-update/route.js +1 -0
  53. package/.next/server/app/api/app-update/route.js.nft.json +1 -0
  54. package/.next/server/app/api/app-update/route_client-reference-manifest.js +1 -0
  55. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
  56. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
  57. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
  58. package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
  59. package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
  60. package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
  61. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
  62. package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -0
  63. package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
  64. package/.next/server/app/api/auth/providers/route.js +1 -0
  65. package/.next/server/app/api/auth/providers/route.js.nft.json +1 -0
  66. package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
  67. package/.next/server/app/api/cwd/browse/route.js +1 -0
  68. package/.next/server/app/api/cwd/browse/route.js.nft.json +1 -0
  69. package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -0
  70. package/.next/server/app/api/cwd/mkdir/route.js +1 -0
  71. package/.next/server/app/api/cwd/mkdir/route.js.nft.json +1 -0
  72. package/.next/server/app/api/cwd/mkdir/route_client-reference-manifest.js +1 -0
  73. package/.next/server/app/api/cwd/validate/route.js +1 -0
  74. package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -0
  75. package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -0
  76. package/.next/server/app/api/default-cwd/route.js +1 -0
  77. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
  78. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
  79. package/.next/server/app/api/file-index/route.js +1 -0
  80. package/.next/server/app/api/file-index/route.js.nft.json +1 -0
  81. package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -0
  82. package/.next/server/app/api/files/[...path]/route.js +49 -0
  83. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
  84. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
  85. package/.next/server/app/api/git/diff/route.js +6 -0
  86. package/.next/server/app/api/git/diff/route.js.nft.json +1 -0
  87. package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
  88. package/.next/server/app/api/git/status/route.js +6 -0
  89. package/.next/server/app/api/git/status/route.js.nft.json +1 -0
  90. package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -0
  91. package/.next/server/app/api/home/route.js +1 -0
  92. package/.next/server/app/api/home/route.js.nft.json +1 -0
  93. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
  94. package/.next/server/app/api/models/route.js +1 -0
  95. package/.next/server/app/api/models/route.js.nft.json +1 -0
  96. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
  97. package/.next/server/app/api/models-config/catalog/route.js +1 -0
  98. package/.next/server/app/api/models-config/catalog/route.js.nft.json +1 -0
  99. package/.next/server/app/api/models-config/catalog/route_client-reference-manifest.js +1 -0
  100. package/.next/server/app/api/models-config/discover/route.js +1 -0
  101. package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -0
  102. package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -0
  103. package/.next/server/app/api/models-config/route.js +1 -0
  104. package/.next/server/app/api/models-config/route.js.nft.json +1 -0
  105. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
  106. package/.next/server/app/api/models-config/test/route.js +1 -0
  107. package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
  108. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
  109. package/.next/server/app/api/plugins/check/route.js +1 -0
  110. package/.next/server/app/api/plugins/check/route.js.nft.json +1 -0
  111. package/.next/server/app/api/plugins/check/route_client-reference-manifest.js +1 -0
  112. package/.next/server/app/api/plugins/route.js +1 -0
  113. package/.next/server/app/api/plugins/route.js.nft.json +1 -0
  114. package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -0
  115. package/.next/server/app/api/project-trust/route.js +1 -0
  116. package/.next/server/app/api/project-trust/route.js.nft.json +1 -0
  117. package/.next/server/app/api/project-trust/route_client-reference-manifest.js +1 -0
  118. package/.next/server/app/api/provider-usage/query/route.js +1 -0
  119. package/.next/server/app/api/provider-usage/query/route.js.nft.json +1 -0
  120. package/.next/server/app/api/provider-usage/query/route_client-reference-manifest.js +1 -0
  121. package/.next/server/app/api/push/config/route.js +1 -0
  122. package/.next/server/app/api/push/config/route.js.nft.json +1 -0
  123. package/.next/server/app/api/push/config/route_client-reference-manifest.js +1 -0
  124. package/.next/server/app/api/push/subscribe/route.js +1 -0
  125. package/.next/server/app/api/push/subscribe/route.js.nft.json +1 -0
  126. package/.next/server/app/api/push/subscribe/route_client-reference-manifest.js +1 -0
  127. package/.next/server/app/api/sessions/[id]/auto-name/route.js +10 -0
  128. package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -0
  129. package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -0
  130. package/.next/server/app/api/sessions/[id]/context/route.js +1 -0
  131. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
  132. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
  133. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -0
  134. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js.nft.json +1 -0
  135. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -0
  136. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js +1 -0
  137. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js.nft.json +1 -0
  138. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route_client-reference-manifest.js +1 -0
  139. package/.next/server/app/api/sessions/[id]/export/route.js +54 -0
  140. package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -0
  141. package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -0
  142. package/.next/server/app/api/sessions/[id]/route.js +1 -0
  143. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
  144. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
  145. package/.next/server/app/api/sessions/[id]/state/route.js +1 -0
  146. package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -0
  147. package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -0
  148. package/.next/server/app/api/sessions/route.js +1 -0
  149. package/.next/server/app/api/sessions/route.js.nft.json +1 -0
  150. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
  151. package/.next/server/app/api/sessions/search/route.js +1 -0
  152. package/.next/server/app/api/sessions/search/route.js.nft.json +1 -0
  153. package/.next/server/app/api/sessions/search/route_client-reference-manifest.js +1 -0
  154. package/.next/server/app/api/skills/check/route.js +1 -0
  155. package/.next/server/app/api/skills/check/route.js.nft.json +1 -0
  156. package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -0
  157. package/.next/server/app/api/skills/install/route.js +1 -0
  158. package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  159. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
  160. package/.next/server/app/api/skills/route.js +4 -0
  161. package/.next/server/app/api/skills/route.js.nft.json +1 -0
  162. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  163. package/.next/server/app/api/skills/search/route.js +1 -0
  164. package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
  165. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
  166. package/.next/server/app/api/skills/update/route.js +1 -0
  167. package/.next/server/app/api/skills/update/route.js.nft.json +1 -0
  168. package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -0
  169. package/.next/server/app/api/subagents/[id]/route.js +1 -0
  170. package/.next/server/app/api/subagents/[id]/route.js.nft.json +1 -0
  171. package/.next/server/app/api/subagents/[id]/route_client-reference-manifest.js +1 -0
  172. package/.next/server/app/api/subagents/profiles/route.js +1 -0
  173. package/.next/server/app/api/subagents/profiles/route.js.nft.json +1 -0
  174. package/.next/server/app/api/subagents/profiles/route_client-reference-manifest.js +1 -0
  175. package/.next/server/app/api/subagents/settings/route.js +1 -0
  176. package/.next/server/app/api/subagents/settings/route.js.nft.json +1 -0
  177. package/.next/server/app/api/subagents/settings/route_client-reference-manifest.js +1 -0
  178. package/.next/server/app/api/terminal/[id]/events/route.js +4 -0
  179. package/.next/server/app/api/terminal/[id]/events/route.js.nft.json +1 -0
  180. package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -0
  181. package/.next/server/app/api/terminal/[id]/route.js +1 -0
  182. package/.next/server/app/api/terminal/[id]/route.js.nft.json +1 -0
  183. package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -0
  184. package/.next/server/app/api/terminal/route.js +1 -0
  185. package/.next/server/app/api/terminal/route.js.nft.json +1 -0
  186. package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -0
  187. package/.next/server/app/api/tools/settings/route.js +1 -0
  188. package/.next/server/app/api/tools/settings/route.js.nft.json +1 -0
  189. package/.next/server/app/api/tools/settings/route_client-reference-manifest.js +1 -0
  190. package/.next/server/app/api/web-auth/route.js +1 -0
  191. package/.next/server/app/api/web-auth/route.js.nft.json +1 -0
  192. package/.next/server/app/api/web-auth/route_client-reference-manifest.js +1 -0
  193. package/.next/server/app/api/worktrees/route.js +1 -0
  194. package/.next/server/app/api/worktrees/route.js.nft.json +1 -0
  195. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -0
  196. package/.next/server/app/dashboard/page.js +1 -0
  197. package/.next/server/app/dashboard/page.js.nft.json +1 -0
  198. package/.next/server/app/dashboard/page_client-reference-manifest.js +1 -0
  199. package/.next/server/app/dashboard.html +1 -0
  200. package/.next/server/app/dashboard.meta +26 -0
  201. package/.next/server/app/dashboard.rsc +25 -0
  202. package/.next/server/app/dashboard.segments/_full.segment.rsc +25 -0
  203. package/.next/server/app/dashboard.segments/_tree.segment.rsc +6 -0
  204. package/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +29 -0
  205. package/.next/server/app/favicon.ico/route.js +1 -0
  206. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  207. package/.next/server/app/favicon.ico.body +0 -0
  208. package/.next/server/app/favicon.ico.meta +1 -0
  209. package/.next/server/app/index.html +1 -0
  210. package/.next/server/app/index.meta +21 -0
  211. package/.next/server/app/index.rsc +22 -0
  212. package/.next/server/app/index.segments/__PAGE__.segment.rsc +25 -0
  213. package/.next/server/app/index.segments/_full.segment.rsc +22 -0
  214. package/.next/server/app/index.segments/_tree.segment.rsc +7 -0
  215. package/.next/server/app/login/page.js +1 -0
  216. package/.next/server/app/login/page.js.nft.json +1 -0
  217. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  218. package/.next/server/app/login.html +1 -0
  219. package/.next/server/app/login.meta +26 -0
  220. package/.next/server/app/login.rsc +25 -0
  221. package/.next/server/app/login.segments/_full.segment.rsc +25 -0
  222. package/.next/server/app/login.segments/_tree.segment.rsc +6 -0
  223. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +29 -0
  224. package/.next/server/app/manifest.webmanifest/route.js +17 -0
  225. package/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -0
  226. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -0
  227. package/.next/server/app/manifest.webmanifest.body +1 -0
  228. package/.next/server/app/manifest.webmanifest.meta +1 -0
  229. package/.next/server/app/page.js +305 -0
  230. package/.next/server/app/page.js.nft.json +1 -0
  231. package/.next/server/app/page_client-reference-manifest.js +1 -0
  232. package/.next/server/app-paths-manifest.json +63 -0
  233. package/.next/server/chunks/1094.js +160 -0
  234. package/.next/server/chunks/1515.js +1 -0
  235. package/.next/server/chunks/1555.js +1 -0
  236. package/.next/server/chunks/1601.js +24 -0
  237. package/.next/server/chunks/1625.js +1 -0
  238. package/.next/server/chunks/1800.js +1 -0
  239. package/.next/server/chunks/1813.js +1 -0
  240. package/.next/server/chunks/1860.js +1 -0
  241. package/.next/server/chunks/2075.js +23 -0
  242. package/.next/server/chunks/2106.js +1 -0
  243. package/.next/server/chunks/2169.js +36 -0
  244. package/.next/server/chunks/2190.js +1 -0
  245. package/.next/server/chunks/2243.js +1 -0
  246. package/.next/server/chunks/2325.js +82 -0
  247. package/.next/server/chunks/2349.js +1 -0
  248. package/.next/server/chunks/2408.js +1 -0
  249. package/.next/server/chunks/2430.js +193 -0
  250. package/.next/server/chunks/2452.js +93 -0
  251. package/.next/server/chunks/2744.js +1 -0
  252. package/.next/server/chunks/2903.js +1 -0
  253. package/.next/server/chunks/295.js +1 -0
  254. package/.next/server/chunks/3012.js +1 -0
  255. package/.next/server/chunks/3157.js +1 -0
  256. package/.next/server/chunks/3186.js +86 -0
  257. package/.next/server/chunks/3379.js +1 -0
  258. package/.next/server/chunks/3383.js +27 -0
  259. package/.next/server/chunks/3569.js +1 -0
  260. package/.next/server/chunks/3618.js +1 -0
  261. package/.next/server/chunks/3869.js +8 -0
  262. package/.next/server/chunks/3894.js +1 -0
  263. package/.next/server/chunks/426.js +14 -0
  264. package/.next/server/chunks/4267.js +1 -0
  265. package/.next/server/chunks/4315.js +1 -0
  266. package/.next/server/chunks/4367.js +1 -0
  267. package/.next/server/chunks/4372.js +1 -0
  268. package/.next/server/chunks/4538.js +24 -0
  269. package/.next/server/chunks/4548.js +1 -0
  270. package/.next/server/chunks/4563.js +38 -0
  271. package/.next/server/chunks/4674.js +1 -0
  272. package/.next/server/chunks/4741.js +165 -0
  273. package/.next/server/chunks/4815.js +3 -0
  274. package/.next/server/chunks/4980.js +1 -0
  275. package/.next/server/chunks/5029.js +1 -0
  276. package/.next/server/chunks/5318.js +1 -0
  277. package/.next/server/chunks/5582.js +8 -0
  278. package/.next/server/chunks/5974.js +77 -0
  279. package/.next/server/chunks/6052.js +141 -0
  280. package/.next/server/chunks/611.js +1 -0
  281. package/.next/server/chunks/6253.js +104 -0
  282. package/.next/server/chunks/6337.js +1 -0
  283. package/.next/server/chunks/6366.js +80 -0
  284. package/.next/server/chunks/6429.js +14 -0
  285. package/.next/server/chunks/673.js +287 -0
  286. package/.next/server/chunks/6763.js +1 -0
  287. package/.next/server/chunks/6916.js +226 -0
  288. package/.next/server/chunks/703.js +1 -0
  289. package/.next/server/chunks/7233.js +1 -0
  290. package/.next/server/chunks/7265.js +215 -0
  291. package/.next/server/chunks/7307.js +1 -0
  292. package/.next/server/chunks/7561.js +1 -0
  293. package/.next/server/chunks/7710.js +1 -0
  294. package/.next/server/chunks/7744.js +64 -0
  295. package/.next/server/chunks/7790.js +1 -0
  296. package/.next/server/chunks/7799.js +34 -0
  297. package/.next/server/chunks/7872.js +1 -0
  298. package/.next/server/chunks/8106.js +1 -0
  299. package/.next/server/chunks/8294.js +1 -0
  300. package/.next/server/chunks/8333.js +79 -0
  301. package/.next/server/chunks/835.js +1 -0
  302. package/.next/server/chunks/8397.js +41 -0
  303. package/.next/server/chunks/8604.js +115 -0
  304. package/.next/server/chunks/8713.js +148 -0
  305. package/.next/server/chunks/8782.js +153 -0
  306. package/.next/server/chunks/8920.js +62 -0
  307. package/.next/server/chunks/922.js +5 -0
  308. package/.next/server/chunks/9280.js +255 -0
  309. package/.next/server/chunks/9486.js +1 -0
  310. package/.next/server/chunks/9509.js +1 -0
  311. package/.next/server/chunks/9510.js +90 -0
  312. package/.next/server/chunks/974.js +1 -0
  313. package/.next/server/functions-config-manifest.json +26 -0
  314. package/.next/server/instrumentation.js +1 -0
  315. package/.next/server/instrumentation.js.nft.json +1 -0
  316. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  317. package/.next/server/middleware-build-manifest.js +1 -0
  318. package/.next/server/middleware-manifest.json +6 -0
  319. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  320. package/.next/server/middleware.js +163 -0
  321. package/.next/server/middleware.js.nft.json +1 -0
  322. package/.next/server/next-font-manifest.js +1 -0
  323. package/.next/server/next-font-manifest.json +1 -0
  324. package/.next/server/pages/404.html +1 -0
  325. package/.next/server/pages/500.html +1 -0
  326. package/.next/server/pages-manifest.json +4 -0
  327. package/.next/server/prefetch-hints.json +67 -0
  328. package/.next/server/server-reference-manifest.js +1 -0
  329. package/.next/server/server-reference-manifest.json +1 -0
  330. package/.next/server/webpack-runtime.js +1 -0
  331. package/.next/static/4P8ZaTlYayjQDjQClWJy6/_buildManifest.js +1 -0
  332. package/.next/static/4P8ZaTlYayjQDjQClWJy6/_ssgManifest.js +1 -0
  333. package/.next/static/chunks/103.23142a67b02246a8.js +215 -0
  334. package/.next/static/chunks/1032.12b382a9096ab2a4.js +1 -0
  335. package/.next/static/chunks/1063.775c442bdbeef08b.js +1 -0
  336. package/.next/static/chunks/1278-bfacfce6a4683b1d.js +1 -0
  337. package/.next/static/chunks/1327.09252bb80616cc3a.js +1 -0
  338. package/.next/static/chunks/1708.d029f8776e4578de.js +1 -0
  339. package/.next/static/chunks/1781.866132cea8e77cd0.js +1 -0
  340. package/.next/static/chunks/1ba63609.b2ae90f43319a29e.js +153 -0
  341. package/.next/static/chunks/2081.47b6e9391094055f.js +1 -0
  342. package/.next/static/chunks/2181.ba21239d3ac39f81.js +1 -0
  343. package/.next/static/chunks/2258.4defa30121ef44a5.js +1 -0
  344. package/.next/static/chunks/2325.23caf22075e51aa5.js +1 -0
  345. package/.next/static/chunks/2356.523277bb8c6bf72a.js +23 -0
  346. package/.next/static/chunks/2418.b5d9e177e10a686e.js +1 -0
  347. package/.next/static/chunks/2480.cf27ca02e5b19761.js +24 -0
  348. package/.next/static/chunks/2539.c5a4f2fd8e421c70.js +41 -0
  349. package/.next/static/chunks/2619.9431a3f48da8eef4.js +1 -0
  350. package/.next/static/chunks/268.72794ee2773c2060.js +80 -0
  351. package/.next/static/chunks/2695.6f49435bae1e6f33.js +90 -0
  352. package/.next/static/chunks/2703.495a65ed14b2f094.js +36 -0
  353. package/.next/static/chunks/2821.934bcf60fbdc28c6.js +1 -0
  354. package/.next/static/chunks/3220-18bc83f919a12624.js +1 -0
  355. package/.next/static/chunks/3251.0dce7a0a0ff67235.js +1 -0
  356. package/.next/static/chunks/3308.be8762955e7155d1.js +73 -0
  357. package/.next/static/chunks/3336.a76f9485fe7cb762.js +1 -0
  358. package/.next/static/chunks/370.8e8f3cf8eb0e29dd.js +1 -0
  359. package/.next/static/chunks/3716.72bf4c9d7325debd.js +1 -0
  360. package/.next/static/chunks/3794-d29203733ca4633c.js +52 -0
  361. package/.next/static/chunks/398.ffa02af9062a3950.js +77 -0
  362. package/.next/static/chunks/3995.eca0f5bef1fc3ae5.js +38 -0
  363. package/.next/static/chunks/4004.74b9bcf5478b1663.js +160 -0
  364. package/.next/static/chunks/4202.8440832386f023c7.js +226 -0
  365. package/.next/static/chunks/4238.6f102dcbcf2ae339.js +141 -0
  366. package/.next/static/chunks/4405.7a19458960a1058e.js +287 -0
  367. package/.next/static/chunks/4424.fd0c93a807a333e1.js +1 -0
  368. package/.next/static/chunks/4866.d1060b4faf2ae1e2.js +1 -0
  369. package/.next/static/chunks/4970.8a63b4953b0e4946.js +1 -0
  370. package/.next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js +1 -0
  371. package/.next/static/chunks/5020.9ac8d0dc8390bb6e.js +1 -0
  372. package/.next/static/chunks/5137.f163e94c74a94d01.js +1 -0
  373. package/.next/static/chunks/5242.7b643c6b3394cac1.js +1 -0
  374. package/.next/static/chunks/5361.afc00ab2626bacbf.js +1 -0
  375. package/.next/static/chunks/5521.cfdf2cfc6db31407.js +1 -0
  376. package/.next/static/chunks/5526.ff46471041fdcb79.js +86 -0
  377. package/.next/static/chunks/5681.dd0e66b0de16e54b.js +27 -0
  378. package/.next/static/chunks/5772-ddd18c0d4b7715e5.js +3 -0
  379. package/.next/static/chunks/5957-b660df0f813517f8.js +7 -0
  380. package/.next/static/chunks/6121.eb9023b1cbc78ee2.js +1 -0
  381. package/.next/static/chunks/6161.4836cd7d031026bf.js +1 -0
  382. package/.next/static/chunks/6195.1153369f5f8b13a2.js +24 -0
  383. package/.next/static/chunks/6210-c32a36a8be764701.js +1 -0
  384. package/.next/static/chunks/6294.24f510c0c3e3714c.js +1 -0
  385. package/.next/static/chunks/6654.16f727522ec47f5a.js +1 -0
  386. package/.next/static/chunks/6794.f746d8fbbf248ecf.js +93 -0
  387. package/.next/static/chunks/7256.e07cf52d87d40252.js +1 -0
  388. package/.next/static/chunks/7268.236544be8e242c16.js +1 -0
  389. package/.next/static/chunks/7331.2add3c4e125a2dba.js +104 -0
  390. package/.next/static/chunks/7543.89f7b805ed0f2901.js +1 -0
  391. package/.next/static/chunks/8200.a36b9f8c983c6b9e.js +5 -0
  392. package/.next/static/chunks/869.7152372b662e31af.js +1 -0
  393. package/.next/static/chunks/8863.fa0320ea586efb3b.js +1 -0
  394. package/.next/static/chunks/8885.cf60cac98bf8b70c.js +79 -0
  395. package/.next/static/chunks/8901.e117d206a917bda0.js +1 -0
  396. package/.next/static/chunks/90542734.ae439f2382f58c51.js +1 -0
  397. package/.next/static/chunks/918.6a9bbe564e4a2d0f.js +115 -0
  398. package/.next/static/chunks/934.9006461bd0548660.js +1 -0
  399. package/.next/static/chunks/9522.c7c6e9c330f9ba6b.js +1 -0
  400. package/.next/static/chunks/9614.3221013d7f0af27f.js +64 -0
  401. package/.next/static/chunks/9698.4d09a99b9d99f3e5.js +148 -0
  402. package/.next/static/chunks/9705.40a82b97f214e28b.js +1 -0
  403. package/.next/static/chunks/973.88e865b52eff479a.js +8 -0
  404. package/.next/static/chunks/9764.2669775c6e107a01.js +62 -0
  405. package/.next/static/chunks/9793.4567af813117ad25.js +1 -0
  406. package/.next/static/chunks/993e5495.8797001fcfcf2889.js +62 -0
  407. package/.next/static/chunks/9974.9a0f79beca65e8c4.js +34 -0
  408. package/.next/static/chunks/app/_global-error/page-6fb6d0fc9ffa5f9a.js +1 -0
  409. package/.next/static/chunks/app/_not-found/page-d96c49ae6914bfa4.js +1 -0
  410. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-6fb6d0fc9ffa5f9a.js +1 -0
  411. package/.next/static/chunks/app/api/agent/[id]/events/route-6fb6d0fc9ffa5f9a.js +1 -0
  412. package/.next/static/chunks/app/api/agent/[id]/lease/route-6fb6d0fc9ffa5f9a.js +1 -0
  413. package/.next/static/chunks/app/api/agent/[id]/route-6fb6d0fc9ffa5f9a.js +1 -0
  414. package/.next/static/chunks/app/api/agent/new/route-6fb6d0fc9ffa5f9a.js +1 -0
  415. package/.next/static/chunks/app/api/agent/running/route-6fb6d0fc9ffa5f9a.js +1 -0
  416. package/.next/static/chunks/app/api/app-update/route-6fb6d0fc9ffa5f9a.js +1 -0
  417. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-6fb6d0fc9ffa5f9a.js +1 -0
  418. package/.next/static/chunks/app/api/auth/login/[provider]/route-6fb6d0fc9ffa5f9a.js +1 -0
  419. package/.next/static/chunks/app/api/auth/logout/[provider]/route-6fb6d0fc9ffa5f9a.js +1 -0
  420. package/.next/static/chunks/app/api/auth/providers/route-6fb6d0fc9ffa5f9a.js +1 -0
  421. package/.next/static/chunks/app/api/cwd/browse/route-6fb6d0fc9ffa5f9a.js +1 -0
  422. package/.next/static/chunks/app/api/cwd/mkdir/route-6fb6d0fc9ffa5f9a.js +1 -0
  423. package/.next/static/chunks/app/api/cwd/validate/route-6fb6d0fc9ffa5f9a.js +1 -0
  424. package/.next/static/chunks/app/api/default-cwd/route-6fb6d0fc9ffa5f9a.js +1 -0
  425. package/.next/static/chunks/app/api/file-index/route-6fb6d0fc9ffa5f9a.js +1 -0
  426. package/.next/static/chunks/app/api/files/[...path]/route-6fb6d0fc9ffa5f9a.js +1 -0
  427. package/.next/static/chunks/app/api/git/diff/route-6fb6d0fc9ffa5f9a.js +1 -0
  428. package/.next/static/chunks/app/api/git/status/route-6fb6d0fc9ffa5f9a.js +1 -0
  429. package/.next/static/chunks/app/api/home/route-6fb6d0fc9ffa5f9a.js +1 -0
  430. package/.next/static/chunks/app/api/models/route-6fb6d0fc9ffa5f9a.js +1 -0
  431. package/.next/static/chunks/app/api/models-config/catalog/route-6fb6d0fc9ffa5f9a.js +1 -0
  432. package/.next/static/chunks/app/api/models-config/discover/route-6fb6d0fc9ffa5f9a.js +1 -0
  433. package/.next/static/chunks/app/api/models-config/route-6fb6d0fc9ffa5f9a.js +1 -0
  434. package/.next/static/chunks/app/api/models-config/test/route-6fb6d0fc9ffa5f9a.js +1 -0
  435. package/.next/static/chunks/app/api/plugins/check/route-6fb6d0fc9ffa5f9a.js +1 -0
  436. package/.next/static/chunks/app/api/plugins/route-6fb6d0fc9ffa5f9a.js +1 -0
  437. package/.next/static/chunks/app/api/project-trust/route-6fb6d0fc9ffa5f9a.js +1 -0
  438. package/.next/static/chunks/app/api/provider-usage/query/route-6fb6d0fc9ffa5f9a.js +1 -0
  439. package/.next/static/chunks/app/api/push/config/route-6fb6d0fc9ffa5f9a.js +1 -0
  440. package/.next/static/chunks/app/api/push/subscribe/route-6fb6d0fc9ffa5f9a.js +1 -0
  441. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-6fb6d0fc9ffa5f9a.js +1 -0
  442. package/.next/static/chunks/app/api/sessions/[id]/context/route-6fb6d0fc9ffa5f9a.js +1 -0
  443. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-6fb6d0fc9ffa5f9a.js +1 -0
  444. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route-6fb6d0fc9ffa5f9a.js +1 -0
  445. package/.next/static/chunks/app/api/sessions/[id]/export/route-6fb6d0fc9ffa5f9a.js +1 -0
  446. package/.next/static/chunks/app/api/sessions/[id]/route-6fb6d0fc9ffa5f9a.js +1 -0
  447. package/.next/static/chunks/app/api/sessions/[id]/state/route-6fb6d0fc9ffa5f9a.js +1 -0
  448. package/.next/static/chunks/app/api/sessions/route-6fb6d0fc9ffa5f9a.js +1 -0
  449. package/.next/static/chunks/app/api/sessions/search/route-6fb6d0fc9ffa5f9a.js +1 -0
  450. package/.next/static/chunks/app/api/skills/check/route-6fb6d0fc9ffa5f9a.js +1 -0
  451. package/.next/static/chunks/app/api/skills/install/route-6fb6d0fc9ffa5f9a.js +1 -0
  452. package/.next/static/chunks/app/api/skills/route-6fb6d0fc9ffa5f9a.js +1 -0
  453. package/.next/static/chunks/app/api/skills/search/route-6fb6d0fc9ffa5f9a.js +1 -0
  454. package/.next/static/chunks/app/api/skills/update/route-6fb6d0fc9ffa5f9a.js +1 -0
  455. package/.next/static/chunks/app/api/subagents/[id]/route-6fb6d0fc9ffa5f9a.js +1 -0
  456. package/.next/static/chunks/app/api/subagents/profiles/route-6fb6d0fc9ffa5f9a.js +1 -0
  457. package/.next/static/chunks/app/api/subagents/settings/route-6fb6d0fc9ffa5f9a.js +1 -0
  458. package/.next/static/chunks/app/api/terminal/[id]/events/route-6fb6d0fc9ffa5f9a.js +1 -0
  459. package/.next/static/chunks/app/api/terminal/[id]/route-6fb6d0fc9ffa5f9a.js +1 -0
  460. package/.next/static/chunks/app/api/terminal/route-6fb6d0fc9ffa5f9a.js +1 -0
  461. package/.next/static/chunks/app/api/tools/settings/route-6fb6d0fc9ffa5f9a.js +1 -0
  462. package/.next/static/chunks/app/api/web-auth/route-6fb6d0fc9ffa5f9a.js +1 -0
  463. package/.next/static/chunks/app/api/worktrees/route-6fb6d0fc9ffa5f9a.js +1 -0
  464. package/.next/static/chunks/app/dashboard/page-3fe3dc57705a63ce.js +1 -0
  465. package/.next/static/chunks/app/layout-1c894a9ed80f6c37.js +1 -0
  466. package/.next/static/chunks/app/login/page-3df3bb529e8f8209.js +1 -0
  467. package/.next/static/chunks/app/manifest.webmanifest/route-6fb6d0fc9ffa5f9a.js +1 -0
  468. package/.next/static/chunks/app/page-87a6d3433302904d.js +283 -0
  469. package/.next/static/chunks/bf2ff291.3a109dffc1fe84af.js +122 -0
  470. package/.next/static/chunks/d3ac728e-7964f816a1ca64e5.js +1 -0
  471. package/.next/static/chunks/da12927c.476aa688a637649c.js +82 -0
  472. package/.next/static/chunks/db9d41be.e72ce090a86a3691.js +1 -0
  473. package/.next/static/chunks/e868780c-1584512c612787d7.js +18 -0
  474. package/.next/static/chunks/framework-b33a8f5d57cd8d87.js +1 -0
  475. package/.next/static/chunks/main-app-dc456095eb2e47ee.js +1 -0
  476. package/.next/static/chunks/main-dac5ab3797407fcb.js +5 -0
  477. package/.next/static/chunks/next/dist/client/components/builtin/app-error-6fb6d0fc9ffa5f9a.js +1 -0
  478. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-6fb6d0fc9ffa5f9a.js +1 -0
  479. package/.next/static/chunks/next/dist/client/components/builtin/global-error-29630f7a1a12c467.js +1 -0
  480. package/.next/static/chunks/next/dist/client/components/builtin/not-found-6fb6d0fc9ffa5f9a.js +1 -0
  481. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-6fb6d0fc9ffa5f9a.js +1 -0
  482. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  483. package/.next/static/chunks/webpack-1b16208bb4ccd9c1.js +1 -0
  484. package/.next/static/css/4cbedad236d913cb.css +1 -0
  485. package/.next/static/css/88714c00e109ce28.css +1 -0
  486. package/.next/static/css/bb9361c7f832a89d.css +1 -0
  487. package/.next/static/css/d71318cebb94818f.css +1 -0
  488. package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
  489. package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
  490. package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
  491. package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
  492. package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
  493. package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
  494. package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
  495. package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
  496. package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
  497. package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
  498. package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
  499. package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
  500. package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
  501. package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
  502. package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
  503. package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
  504. package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
  505. package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
  506. package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
  507. package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
  508. package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
  509. package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
  510. package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
  511. package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
  512. package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
  513. package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
  514. package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
  515. package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
  516. package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
  517. package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
  518. package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
  519. package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
  520. package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
  521. package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
  522. package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
  523. package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
  524. package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
  525. package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
  526. package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
  527. package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
  528. package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
  529. package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
  530. package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
  531. package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
  532. package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
  533. package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
  534. package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
  535. package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
  536. package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
  537. package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
  538. package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
  539. package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
  540. package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
  541. package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
  542. package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
  543. package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
  544. package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
  545. package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
  546. package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
  547. package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
  548. package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
  549. package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
  550. package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
  551. package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
  552. package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
  553. package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
  554. package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
  555. package/.next/trace +41 -0
  556. package/.next/trace-build +1 -0
  557. package/.next/types/app/api/agent/[id]/bash-output/route.ts +353 -0
  558. package/.next/types/app/api/agent/[id]/events/route.ts +353 -0
  559. package/.next/types/app/api/agent/[id]/lease/route.ts +353 -0
  560. package/.next/types/app/api/agent/[id]/route.ts +353 -0
  561. package/.next/types/app/api/agent/new/route.ts +353 -0
  562. package/.next/types/app/api/agent/running/route.ts +353 -0
  563. package/.next/types/app/api/app-update/route.ts +353 -0
  564. package/.next/types/app/api/auth/api-key/[provider]/route.ts +353 -0
  565. package/.next/types/app/api/auth/login/[provider]/route.ts +353 -0
  566. package/.next/types/app/api/auth/logout/[provider]/route.ts +353 -0
  567. package/.next/types/app/api/auth/providers/route.ts +353 -0
  568. package/.next/types/app/api/cwd/browse/route.ts +353 -0
  569. package/.next/types/app/api/cwd/mkdir/route.ts +353 -0
  570. package/.next/types/app/api/cwd/validate/route.ts +353 -0
  571. package/.next/types/app/api/default-cwd/route.ts +353 -0
  572. package/.next/types/app/api/file-index/route.ts +353 -0
  573. package/.next/types/app/api/files/[...path]/route.ts +353 -0
  574. package/.next/types/app/api/git/diff/route.ts +353 -0
  575. package/.next/types/app/api/git/status/route.ts +353 -0
  576. package/.next/types/app/api/home/route.ts +353 -0
  577. package/.next/types/app/api/models/route.ts +353 -0
  578. package/.next/types/app/api/models-config/catalog/route.ts +353 -0
  579. package/.next/types/app/api/models-config/discover/route.ts +353 -0
  580. package/.next/types/app/api/models-config/route.ts +353 -0
  581. package/.next/types/app/api/models-config/test/route.ts +353 -0
  582. package/.next/types/app/api/plugins/check/route.ts +353 -0
  583. package/.next/types/app/api/plugins/route.ts +353 -0
  584. package/.next/types/app/api/project-trust/route.ts +353 -0
  585. package/.next/types/app/api/provider-usage/query/route.ts +353 -0
  586. package/.next/types/app/api/push/config/route.ts +353 -0
  587. package/.next/types/app/api/push/subscribe/route.ts +353 -0
  588. package/.next/types/app/api/sessions/[id]/auto-name/route.ts +353 -0
  589. package/.next/types/app/api/sessions/[id]/context/route.ts +353 -0
  590. package/.next/types/app/api/sessions/[id]/entries/[entryId]/thinking/route.ts +353 -0
  591. package/.next/types/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.ts +353 -0
  592. package/.next/types/app/api/sessions/[id]/export/route.ts +353 -0
  593. package/.next/types/app/api/sessions/[id]/route.ts +353 -0
  594. package/.next/types/app/api/sessions/[id]/state/route.ts +353 -0
  595. package/.next/types/app/api/sessions/route.ts +353 -0
  596. package/.next/types/app/api/sessions/search/route.ts +353 -0
  597. package/.next/types/app/api/skills/check/route.ts +353 -0
  598. package/.next/types/app/api/skills/install/route.ts +353 -0
  599. package/.next/types/app/api/skills/route.ts +353 -0
  600. package/.next/types/app/api/skills/search/route.ts +353 -0
  601. package/.next/types/app/api/skills/update/route.ts +353 -0
  602. package/.next/types/app/api/subagents/[id]/route.ts +353 -0
  603. package/.next/types/app/api/subagents/profiles/route.ts +353 -0
  604. package/.next/types/app/api/subagents/settings/route.ts +353 -0
  605. package/.next/types/app/api/terminal/[id]/events/route.ts +353 -0
  606. package/.next/types/app/api/terminal/[id]/route.ts +353 -0
  607. package/.next/types/app/api/terminal/route.ts +353 -0
  608. package/.next/types/app/api/tools/settings/route.ts +353 -0
  609. package/.next/types/app/api/web-auth/route.ts +353 -0
  610. package/.next/types/app/api/worktrees/route.ts +353 -0
  611. package/.next/types/app/dashboard/page.ts +89 -0
  612. package/.next/types/app/layout.ts +89 -0
  613. package/.next/types/app/login/page.ts +89 -0
  614. package/.next/types/app/page.ts +89 -0
  615. package/.next/types/cache-life.d.ts +146 -0
  616. package/.next/types/package.json +1 -0
  617. package/.next/types/root-params.d.ts +3 -0
  618. package/.next/types/routes.d.ts +128 -0
  619. package/.next/types/validator.ts +574 -0
  620. package/LICENSE +21 -0
  621. package/README.ja.md +134 -0
  622. package/README.md +184 -0
  623. package/README.ru.md +134 -0
  624. package/README.zh-CN.md +136 -0
  625. package/bin/agent-studio-options.js +89 -0
  626. package/bin/agent-studio.js +132 -0
  627. package/bin/node-version.js +35 -0
  628. package/bin/pi-web-options.js +89 -0
  629. package/bin/pi-web.js +132 -0
  630. package/bin/prepare-terminal.js +14 -0
  631. package/bin/process-lifecycle.js +81 -0
  632. package/next.config.ts +79 -0
  633. package/package.json +91 -0
  634. package/public/icons/agent-studio-icon.svg +46 -0
  635. package/public/icons/agent-studio-logo.png +0 -0
  636. package/public/icons/agent-studio-logo.svg +47 -0
  637. package/public/icons/apple-touch-icon.png +0 -0
  638. package/public/icons/catppuccin/LICENSE +22 -0
  639. package/public/icons/catppuccin/README.md +10 -0
  640. package/public/icons/catppuccin/latte/_file.svg +3 -0
  641. package/public/icons/catppuccin/latte/_folder.svg +3 -0
  642. package/public/icons/catppuccin/latte/_folder_open.svg +3 -0
  643. package/public/icons/catppuccin/latte/bash.svg +7 -0
  644. package/public/icons/catppuccin/latte/bun-lock.svg +8 -0
  645. package/public/icons/catppuccin/latte/config.svg +3 -0
  646. package/public/icons/catppuccin/latte/css.svg +6 -0
  647. package/public/icons/catppuccin/latte/database.svg +3 -0
  648. package/public/icons/catppuccin/latte/docker.svg +3 -0
  649. package/public/icons/catppuccin/latte/env.svg +3 -0
  650. package/public/icons/catppuccin/latte/eslint.svg +6 -0
  651. package/public/icons/catppuccin/latte/git.svg +6 -0
  652. package/public/icons/catppuccin/latte/go.svg +3 -0
  653. package/public/icons/catppuccin/latte/graphql.svg +3 -0
  654. package/public/icons/catppuccin/latte/html.svg +6 -0
  655. package/public/icons/catppuccin/latte/javascript-react.svg +8 -0
  656. package/public/icons/catppuccin/latte/javascript.svg +6 -0
  657. package/public/icons/catppuccin/latte/json.svg +3 -0
  658. package/public/icons/catppuccin/latte/lock.svg +3 -0
  659. package/public/icons/catppuccin/latte/markdown.svg +3 -0
  660. package/public/icons/catppuccin/latte/ms-word.svg +6 -0
  661. package/public/icons/catppuccin/latte/next.svg +6 -0
  662. package/public/icons/catppuccin/latte/npm-lock.svg +7 -0
  663. package/public/icons/catppuccin/latte/pdf.svg +3 -0
  664. package/public/icons/catppuccin/latte/python.svg +8 -0
  665. package/public/icons/catppuccin/latte/rust.svg +6 -0
  666. package/public/icons/catppuccin/latte/sass.svg +3 -0
  667. package/public/icons/catppuccin/latte/terraform.svg +3 -0
  668. package/public/icons/catppuccin/latte/toml.svg +3 -0
  669. package/public/icons/catppuccin/latte/typescript-react.svg +8 -0
  670. package/public/icons/catppuccin/latte/typescript.svg +6 -0
  671. package/public/icons/catppuccin/latte/yaml.svg +3 -0
  672. package/public/icons/catppuccin/mocha/_file.svg +3 -0
  673. package/public/icons/catppuccin/mocha/_folder.svg +3 -0
  674. package/public/icons/catppuccin/mocha/_folder_open.svg +3 -0
  675. package/public/icons/catppuccin/mocha/bash.svg +7 -0
  676. package/public/icons/catppuccin/mocha/bun-lock.svg +8 -0
  677. package/public/icons/catppuccin/mocha/config.svg +3 -0
  678. package/public/icons/catppuccin/mocha/css.svg +6 -0
  679. package/public/icons/catppuccin/mocha/database.svg +3 -0
  680. package/public/icons/catppuccin/mocha/docker.svg +3 -0
  681. package/public/icons/catppuccin/mocha/env.svg +3 -0
  682. package/public/icons/catppuccin/mocha/eslint.svg +6 -0
  683. package/public/icons/catppuccin/mocha/git.svg +6 -0
  684. package/public/icons/catppuccin/mocha/go.svg +3 -0
  685. package/public/icons/catppuccin/mocha/graphql.svg +3 -0
  686. package/public/icons/catppuccin/mocha/html.svg +6 -0
  687. package/public/icons/catppuccin/mocha/javascript-react.svg +8 -0
  688. package/public/icons/catppuccin/mocha/javascript.svg +6 -0
  689. package/public/icons/catppuccin/mocha/json.svg +3 -0
  690. package/public/icons/catppuccin/mocha/lock.svg +3 -0
  691. package/public/icons/catppuccin/mocha/markdown.svg +3 -0
  692. package/public/icons/catppuccin/mocha/ms-word.svg +6 -0
  693. package/public/icons/catppuccin/mocha/next.svg +6 -0
  694. package/public/icons/catppuccin/mocha/npm-lock.svg +7 -0
  695. package/public/icons/catppuccin/mocha/pdf.svg +3 -0
  696. package/public/icons/catppuccin/mocha/python.svg +8 -0
  697. package/public/icons/catppuccin/mocha/rust.svg +6 -0
  698. package/public/icons/catppuccin/mocha/sass.svg +3 -0
  699. package/public/icons/catppuccin/mocha/terraform.svg +3 -0
  700. package/public/icons/catppuccin/mocha/toml.svg +3 -0
  701. package/public/icons/catppuccin/mocha/typescript-react.svg +8 -0
  702. package/public/icons/catppuccin/mocha/typescript.svg +6 -0
  703. package/public/icons/catppuccin/mocha/yaml.svg +3 -0
  704. package/public/icons/favicon.svg +20 -0
  705. package/public/icons/icon-192.png +0 -0
  706. package/public/icons/icon-512.png +0 -0
  707. package/public/logo-preview.html +50 -0
  708. package/public/offline.html +83 -0
  709. package/public/provider-icons.svg +54 -0
  710. package/public/sw.js +166 -0
  711. package/public/sw.test.mjs +177 -0
@@ -0,0 +1 @@
1
+ "use strict";exports.id=2243,exports.ids=[2243],exports.modules={9915:(a,b,c)=>{c.d(b,{Q:()=>d});let d={id:"en",label:"English",messages:{"common.ok":"OK","common.language":"Language","common.models":"Models","common.skills":"Skills","common.agents":"Sub-agents","common.plugins":"Plugins","common.settings":"Settings","settings.title":"Settings","settings.general":"General","settings.generalDescription":"Choose how AgentStudio looks and which language it uses.","settings.appearance":"Appearance","settings.appearanceDescription":"Select a theme or follow your system preference.","settings.chatContentWidth":"Chat content width","settings.chatContentFontSize":"Chat font size","settings.resetChatContentWidth":"Reset chat content width","settings.resetChatContentFontSize":"Reset chat font size","settings.chatContentWidthDescription":"Set the maximum width of messages and the composer.","settings.themeLight":"Light","settings.themeDark":"Dark","settings.themeMist":"Mist","settings.themeRose":"Rose","settings.themePine":"Pine","settings.themeSystem":"System","settings.thinkingDisplay":"Thinking display","settings.thinkingDisplayDescription":"Choose whether model reasoning blocks are expanded when messages load.","settings.thinkingExpandedDefault":"Expand thinking blocks by default","settings.chat":"Chat","settings.quoteSelection":"Show actions for selected text","settings.languageDescription":"Choose the language used throughout the interface.","settings.shellTool":"Shell tool","settings.shellToolDescription":"Choose which shell the model uses for commands. Direct ! and !! commands still use Bash.","settings.pushPermission":"Background push (iOS home-screen app)","settings.pushPermissionDescription":"After adding this site to your home screen (iOS 16.4+), a system notification is shown on the lock screen when a session finishes while no window is visible. If notifications stop arriving, re-register here. Registration needs a user gesture, so it is never triggered automatically.","settings.pushRegister":"Register push","settings.pushRegisterLoading":"Registering…","settings.pushRegistered":"✅ Push registered — background notifications are ready.","settings.pushRegisterFailed":"❌ Registration failed:","settings.usePowerShell":"Use PowerShell instead of Bash","settings.projectRequired":"Open a project to configure this section","auth.prompt":"Sign in to continue","auth.password":"Password","auth.logIn":"Log in","auth.loggingIn":"Logging in...","auth.invalidPassword":"Incorrect password","auth.loginFailed":"Could not log in. Try again.","auth.logOut":"Log out","auth.loggingOut":"Logging out...","auth.logoutFailed":"Could not log out. Try again.","skills.scope.global":"global","skills.scope.project":"project","skills.scope.path":"path","agents.close":"Close","agents.builtInTitle":"Enable AgentStudio built-in sub-agents","agents.builtInDescription":"Provides AgentStudio's integrated Agent tools and disables a conflicting pi-subagents extension.","agents.reloadRequired":"Reload the current session to apply this change.","agents.reloadSession":"Reload session","agents.maxConcurrent":"Concurrent sub-agents","agents.maxConcurrentDescription":"Maximum prompts running at once per parent session.","agents.reloading":"Reloading...","agents.loading":"Loading sub-agents...","agents.new":"New sub-agent","agents.empty":"Select or create a sub-agent profile","agents.saveScope":"Save to","agents.name":"Sub-agent ID","agents.displayName":"Display name","agents.description":"Description","agents.prompt":"System instructions","agents.tools":"Tools","agents.resources":"Resources","agents.loadSkills":"Load skills","agents.loadExtensions":"Load extensions","agents.model":"Model override","agents.modelsLoading":"Loading models...","agents.modelUnavailable":"{model} (unavailable)","agents.thinking":"Thinking","agents.maxTurns":"Max turns","agents.inherit":"Parent default","agents.enable":"Enable sub-agent","agents.disable":"Disable sub-agent","agents.builtinPath":"Built-in profile","agents.inheritContext":"Inherit parent context","agents.background":"Run in background by default","agents.duplicate":"Duplicate","agents.copyName":"{name} copy","agents.delete":"Delete","agents.deleteConfirm":"Delete {name}?","agents.save":"Save","agents.saving":"Saving...","agents.scope.builtin":"built-in","agents.scope.global":"global","agents.scope.workspace":"workspace","agents.scope.project":"project","agents.overridden":"Overridden","subagent.open":"Open sub-agent session","agentSwitcher.title":"Agents","agentSwitcher.main":"Main agent","agentSwitcher.subagent":"Sub-agent","agentSwitcher.current":"Current","agentSwitcher.count":"{count} sub-agents","agentSwitcher.runningCount":"{count} running","agentSwitcher.search":"Search agents","agentSwitcher.noMatches":"No matching agents","agentSwitcher.status.starting":"Starting","agentSwitcher.status.running":"Running","agentSwitcher.status.completed":"Completed","agentSwitcher.status.failed":"Failed","agentSwitcher.status.aborted":"Aborted","agentSwitcher.status.interrupted":"Interrupted","appUpdate.releaseNotes":"AgentStudio v{version} is available. View release notes","sidebar.hide":"Hide sidebar","sidebar.show":"Show sidebar","theme.light":"Theme: Light","theme.dark":"Theme: Dark","theme.mist":"Theme: Mist","theme.rose":"Theme: Rose","theme.pine":"Theme: Pine","theme.auto":"Theme: System","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","tools.label":"Tools","tools.title":"Tool definitions","tools.details":"Tool definition details","tools.load":"Tool definitions have not loaded yet","tools.loading":"Loading tool definitions…","tools.noTools":"No active tools","tools.description":"Description","tools.parameters":"Parameters","tools.parameterCount":"{count} parameters","tools.noParameters":"No parameters","tools.required":"Required","tools.optional":"Optional","tools.allowedValues":"Allowed","tools.defaultValue":"Default","tools.guidelines":"Prompt guidelines","session.info":"Session info","session.name":"Name","session.file":"Session 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.projectSection":"Project Info","session.messages":"Messages","session.tokens":"Tokens","session.totalActive":"Active Time","session.copyFile":"Copy file path","session.copyId":"Copy session ID","session.projectDir":"Project Dir","session.gitBranch":"Git Branch","session.gitWorktree":"Worktree","session.copyProjectDir":"Copy project directory","session.copyGitBranch":"Copy git branch","session.copyGitWorktree":"Copy worktree path","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":"Open Settings at the bottom, then choose Models","workspace.stepProject":"Select a project directory from the sidebar","workspace.stepModels":"Open Settings at the bottom, then choose Models","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.newSessionAction":"New session in this project","sidebar.newProjectAction":"New project…","sidebar.moreNewActions":"More ways to start","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.searchFiles":"Search files","sidebar.searchFilesPlaceholder":"Search files…","sidebar.searchingFiles":"Searching…","sidebar.noMatchingFiles":"No matching files","sidebar.clearSearch":"Clear search","sidebar.searchSessions":"Search all conversations...","sidebar.toggleSessionSearch":"Search conversations","sidebar.sessionSearching":"Searching...","sidebar.sessionSearchEmpty":"No matching conversations","sidebar.sessionSearchCount":"{count} matching conversations","sidebar.sessionSearchPartial":"Search limit reached. Results may be incomplete.","sidebar.sessionSearchFailed":"Could not search conversations","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.expandSubagents":"Expand subagents","sidebar.collapseSubagents":"Collapse subagents","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.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.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","chat.extensionRequest":"extension request","chat.extensionExpiresIn":"expires in {seconds}s","chat.extensionPending":"Awaiting response","chat.extensionCollapse":"Collapse","chat.extensionExpand":"Expand","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.steerHint":"Interrupt the current run and inject this message now","chat.followUpHint":"Queue this message after the agent finishes","chat.inputHistory":"Input history","chat.modelError":"Model error","chat.modelScopeWarning":"Model scope warning","chat.modelScopeWarnings":"Model scope warnings","chat.send":"Send","chat.askSelection":"Ask about selected text","chat.askInCurrent":"Ask here","chat.askInNewChat":"Ask in new chat","chat.newQuoteChat":"New chat about selected text","chat.quoteIntro":"About this passage:","chat.quoteQuestion":"My question:","chat.quoteForkFailed":"Unable to create a branch from this message.","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","terminal.title":"Terminal","terminal.tabLabel":"Terminal: {name}","terminal.open":"Open workspace terminal","terminal.close":"Terminate terminal","terminal.restart":"Restart terminal","terminal.reconnect":"Reconnect terminal","terminal.connecting":"Connecting","terminal.ready":"Connected","terminal.exited":"Terminal closed","terminal.error":"Connection error","terminal.exitCode":"Process exited with code {code}","chat.outputLocal":"output stays local","chat.outputModel":"output sent to model","chat.chatOnly":"Chat only","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.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.commandClone":"Clone the current branch into a new session","chat.compacted":"Compacted","chat.imageNotSupportedTitle":"Images may not be sent","chat.imageNotSupportedBody":"The selected model ({model}) does not support image input. The attached images will likely be ignored.","chat.tokensSaved":"{saved} saved","chatMinimap.locateAssistant":"Locate assistant message","i18n.close":"Close","i18n.copy":"Copy","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.loadMore":"Load more","i18n.search":"Search","i18n.refresh":"Refresh","providerUsage.usage":"Usage","providerUsage.notQueried":"Not queried","providerUsage.refresh":"Refresh usage","providerUsage.refreshing":"Refreshing usage","providerUsage.updated":"Updated {time}","providerUsage.queryFailed":"Usage query failed.","providerUsage.available":"Available","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.packagesUpdated":"Packages updated.","i18n.updateAllPlugins":"Update all","i18n.updateAllPluginsHint":"Updates all configured plugins","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":"AgentStudio needs your attention","i18n.extensionInputNeeded":"An extension is waiting for your input.","sidebar.sessions":"Sessions","projectDashboard.title":"Project Dashboard","projectDashboard.searchPlaceholder":"Search projects...","projectDashboard.gridView":"Grid view","projectDashboard.listView":"List view","projectDashboard.totalProjects":"Total Projects","projectDashboard.totalSessions":"Total Sessions","projectDashboard.runningSessions":"Running Sessions","projectDashboard.noProjects":"No projects yet","projectDashboard.noProjectsFound":"No projects found","projectDashboard.sessions":"sessions","projectDashboard.running":"running","projectDashboard.unread":"unread","projectDashboard.status.running":"Running","projectDashboard.status.unread":"Unread","projectDashboard.status.idle":"Idle","projectDashboard.noActivity":"No activity","projectDashboard.daysAgo":"{days} days ago","projectDashboard.hoursAgo":"{hours} hours ago","projectDashboard.justNow":"Just now","projectDashboard.newProjectTitle":"New project","projectDashboard.addProjectRow":"Add project","projectDashboard.searchOrPath":"Search a folder, or type a path…","projectDashboard.recentUsed":"Recently used","projectDashboard.siblingDirs":"Sibling folders","projectDashboard.scanning":"Scanning…","projectDashboard.useThisPath":"Use this path","projectDashboard.pathNotFound":"This folder does not exist yet","projectDashboard.pathInvalid":"Cannot use this path","projectDashboard.createThisFolder":"Create folder","projectDashboard.create":"Create","projectDashboard.newFolder":"New folder","projectDashboard.parentDir":"Parent folder","projectDashboard.folderName":"Folder name","projectDashboard.browse":"Browse…","projectDashboard.noMatches":"No matching folders","projectDashboard.keyboardHint":"↑↓ select \xb7 Enter create \xb7 Esc cancel","projectDashboard.folderNameEmpty":"Enter a folder name","projectDashboard.folderNameSeparator":"A folder name cannot contain a path separator","projectDashboard.folderNameInvalid":"That folder name is not allowed","projectDashboard.folderCreateFailed":"Could not create the folder","projectDashboard.sortBy":"Sort by","projectDashboard.chipProjects":"Projects","projectDashboard.chipProjectsHint":"All projects — click to clear filters","projectDashboard.chipActive":"Active","projectDashboard.chipActiveHint":"Show only projects with running sessions","projectDashboard.chipUnread":"Unread","projectDashboard.chipUnreadHint":"Show only projects with unread sessions","projectDashboard.chipSessions":"Sessions","projectDashboard.chipSessionsHint":"Sort by session count (click again to reverse)","projectDashboard.chipMessages":"Messages","projectDashboard.chipMessagesHint":"Sort by message count (click again to reverse)","projectDashboard.sortMessages":"Messages","projectDashboard.expandDetails":"Expand details","projectDashboard.collapseDetails":"Collapse details","projectDashboard.splitHint":"Drag to resize, double-click to reset","projectDashboard.copied":"Path copied to clipboard","projectDashboard.copyFailed":"Could not copy the path","projectDashboard.ctxOpen":"Open project","projectDashboard.ctxNewSession":"New session here","projectDashboard.ctxCopyPath":"Copy path","projectDashboard.ctxEdit":"Edit name & note","projectDashboard.editProject":"Edit name & note","projectDashboard.alias":"Display name","projectDashboard.aliasHint":"Overrides the folder name in this dashboard","projectDashboard.note":"Note","projectDashboard.notePlaceholder":"What is this project about?","projectDashboard.color":"Color","projectDashboard.colorDefault":"Default","projectDashboard.clearMeta":"Clear","projectDashboard.cancel":"Cancel","projectDashboard.save":"Save","projectDashboard.manageTitle":"Manage projects","projectDashboard.manageHint":"{total} projects \xb7 {annotated} annotated","projectDashboard.edit":"Edit","projectDashboard.lastSession":"Last","projectDashboard.statSessions":"Sessions","projectDashboard.statMessages":"Messages","projectDashboard.statWorktrees":"Worktrees","projectDashboard.statSubagents":"Subagents","projectDashboard.selectProject":"Select project","projectDashboard.selectAll":"Select all","projectDashboard.toggleWorktrees":"Toggle worktrees","projectDashboard.subtitle":"All projects grouped from your sessions","projectDashboard.newProject":"New project","projectDashboard.manage":"Manage projects","projectDashboard.activeProjects":"Active Projects","projectDashboard.avgSessions":"Avg Sessions/Project","projectDashboard.sortLastAccessed":"Last accessed","projectDashboard.sortName":"Name","projectDashboard.sortSessions":"Sessions","projectDashboard.sortRunning":"Running","projectDashboard.ascending":"Ascending","projectDashboard.descending":"Descending","projectDashboard.noProjectsHint":"Start a session in a folder and it will appear here.","projectDashboard.removeFavorite":"Remove from favorites","projectDashboard.addFavorite":"Add to favorites","projectDashboard.project":"Project","projectDashboard.statusLabel":"Status","projectDashboard.lastAccessed":"Last accessed","projectDashboard.loading":"Loading projects...","projectDashboard.backToApp":"Back to app"}}},41298:(a,b,c)=>{c.d(b,{O:()=>d});let d={id:"zh-CN",label:"简体中文",messages:{"common.ok":"确定","common.language":"语言","common.models":"模型","common.skills":"技能","common.agents":"子代理","common.plugins":"插件","common.settings":"设置","settings.title":"设置","settings.general":"常规","settings.generalDescription":"选择 AgentStudio 的显示方式和界面语言。","settings.appearance":"外观","settings.appearanceDescription":"选择浅色或深色主题,也可以跟随系统设置。","settings.chatContentWidth":"聊天内容宽度","settings.chatContentFontSize":"聊天字体大小","settings.resetChatContentWidth":"重置聊天内容宽度","settings.resetChatContentFontSize":"重置聊天字体大小","settings.chatContentWidthDescription":"设置消息内容和输入框的最大宽度。","settings.themeLight":"浅色","settings.themeDark":"深色","settings.themeMist":"雾青","settings.themeRose":"蔷薇","settings.themePine":"松夜","settings.themeSystem":"跟随系统","settings.thinkingDisplay":"思考过程显示","settings.thinkingDisplayDescription":"选择消息加载时模型思考块是否默认展开。","settings.thinkingExpandedDefault":"默认展开思考块","settings.chat":"对话","settings.quoteSelection":"选中文字时显示提问浮窗","settings.languageDescription":"选择整个界面使用的语言。","settings.shellTool":"Shell 工具","settings.shellToolDescription":"选择模型执行命令时使用的 Shell。直接输入的 ! 和 !! 命令仍使用 Bash。","settings.pushPermission":"后台推送(iOS 主屏应用)","settings.pushPermissionDescription":"将本站添加到主屏幕后(iPhone 需 iOS 16.4+),会话完成且页面不在前台时,可在锁屏收到系统通知。若通知不再送达,可回到这里重新注册。注册必须由点击触发,因此不会自动弹出授权。","settings.pushRegister":"注册推送","settings.pushRegisterLoading":"注册中…","settings.pushRegistered":"✅ 推送已注册,后台通知就绪。","settings.pushRegisterFailed":"❌ 注册失败:","settings.usePowerShell":"使用 PowerShell 替代 Bash","settings.projectRequired":"打开项目后才能配置此项","auth.prompt":"登录后继续使用","auth.password":"密码","auth.logIn":"登录","auth.loggingIn":"正在登录...","auth.invalidPassword":"密码不正确","auth.loginFailed":"登录失败,请重试。","auth.logOut":"退出登录","auth.loggingOut":"正在退出...","auth.logoutFailed":"退出失败,请重试。","skills.scope.global":"全局","skills.scope.project":"项目","skills.scope.path":"路径","agents.close":"关闭","agents.builtInTitle":"启用 AgentStudio 内置子代理","agents.builtInDescription":"提供 AgentStudio 集成的 Agent 工具,并停用发生冲突的 pi-subagents 扩展。","agents.reloadRequired":"重新加载当前会话后生效。","agents.reloadSession":"重新加载会话","agents.maxConcurrent":"并发子代理数","agents.maxConcurrentDescription":"每个父会话同时运行的最大任务数。","agents.reloading":"正在重新加载...","agents.loading":"正在加载子代理...","agents.new":"新建子代理","agents.empty":"选择或创建一个子代理配置","agents.saveScope":"保存到","agents.name":"子代理 ID","agents.displayName":"显示名称","agents.description":"描述","agents.prompt":"系统指令","agents.tools":"工具","agents.resources":"资源","agents.loadSkills":"加载技能","agents.loadExtensions":"加载扩展","agents.model":"指定模型","agents.modelsLoading":"正在加载模型...","agents.modelUnavailable":"{model}(不可用)","agents.thinking":"思考级别","agents.maxTurns":"最大轮次","agents.inherit":"跟随父会话","agents.enable":"启用子代理","agents.disable":"停用子代理","agents.builtinPath":"内置配置","agents.inheritContext":"继承父会话上下文","agents.background":"默认在后台运行","agents.duplicate":"创建副本","agents.copyName":"{name} 副本","agents.delete":"删除","agents.deleteConfirm":"删除 {name}?","agents.save":"保存","agents.saving":"正在保存...","agents.scope.builtin":"内置","agents.scope.global":"全局","agents.scope.workspace":"工作区","agents.scope.project":"项目","agents.overridden":"被覆盖","subagent.open":"打开子代理会话","agentSwitcher.title":"Agents","agentSwitcher.main":"主 Agent","agentSwitcher.subagent":"子 Agent","agentSwitcher.current":"当前","agentSwitcher.count":"{count} 个子 Agent","agentSwitcher.runningCount":"{count} 个运行中","agentSwitcher.search":"搜索 Agents","agentSwitcher.noMatches":"没有匹配的 Agent","agentSwitcher.status.starting":"正在启动","agentSwitcher.status.running":"运行中","agentSwitcher.status.completed":"已完成","agentSwitcher.status.failed":"失败","agentSwitcher.status.aborted":"已中止","agentSwitcher.status.interrupted":"已中断","appUpdate.releaseNotes":"AgentStudio v{version} 可用,查看更新说明","sidebar.hide":"隐藏侧边栏","sidebar.show":"显示侧边栏","theme.light":"主题:浅色","theme.dark":"主题:深色","theme.mist":"主题:雾青","theme.rose":"主题:蔷薇","theme.pine":"主题:松夜","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":"系统","tools.label":"工具","tools.title":"工具定义","tools.details":"工具定义详情","tools.load":"工具定义尚未加载","tools.loading":"正在加载工具定义…","tools.noTools":"没有启用的工具","tools.description":"描述","tools.parameters":"参数","tools.parameterCount":"{count} 个参数","tools.noParameters":"无参数","tools.required":"必填","tools.optional":"可选","tools.allowedValues":"可选值","tools.defaultValue":"默认值","tools.guidelines":"提示词规则","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.projectSection":"项目信息","session.messages":"消息","session.tokens":"Token","session.totalActive":"活跃时长","session.copyFile":"复制文件路径","session.copyId":"复制会话 ID","session.projectDir":"项目目录","session.gitBranch":"Git 分支","session.gitWorktree":"Worktree","session.copyProjectDir":"复制项目目录","session.copyGitBranch":"复制 Git 分支","session.copyGitWorktree":"复制 Worktree 路径","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.newSessionAction":"在当前项目新建会话","sidebar.newProjectAction":"新建项目…","sidebar.moreNewActions":"更多新建方式","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.searchFiles":"搜索文件","sidebar.searchFilesPlaceholder":"搜索文件…","sidebar.searchingFiles":"搜索中…","sidebar.noMatchingFiles":"没有匹配的文件","sidebar.clearSearch":"清除搜索","sidebar.searchSessions":"搜索所有对话...","sidebar.toggleSessionSearch":"搜索对话","sidebar.sessionSearching":"搜索中...","sidebar.sessionSearchEmpty":"没有匹配的对话","sidebar.sessionSearchCount":"{count} 个匹配的对话","sidebar.sessionSearchPartial":"已达到搜索上限,结果可能不完整。","sidebar.sessionSearchFailed":"无法搜索对话","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.expandSubagents":"展开子智能体","sidebar.collapseSubagents":"折叠子智能体","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.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.thinking":"正在思考...","chat.processDetails":"处理详情","chat.message":"条消息","chat.messages":"条消息","chat.toolCall":"次工具调用","chat.toolCalls":"次工具调用","chat.collapseProcess":"收起处理详情","chat.expandProcess":"展开处理详情","chat.filesWritten":"改动的文件","chat.openWrittenFile":"打开 {name}","chat.loadEarlier":"向上滚动以加载更早的消息","chat.extensionRequest":"扩展请求","chat.extensionExpiresIn":"{seconds} 秒后过期","chat.extensionPending":"待回答","chat.extensionCollapse":"收起","chat.extensionExpand":"展开","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.steerHint":"中断当前运行并立即注入此消息","chat.followUpHint":"在 Agent 完成后排队此消息","chat.inputHistory":"输入历史","chat.modelError":"模型错误","chat.modelScopeWarning":"模型范围警告","chat.modelScopeWarnings":"模型范围警告","chat.send":"发送","chat.askSelection":"询问选中的文字","chat.askInCurrent":"在当前对话询问","chat.askInNewChat":"在新对话询问","chat.newQuoteChat":"关于选中文字的新对话","chat.quoteIntro":"关于这段内容:","chat.quoteQuestion":"我的问题是:","chat.quoteForkFailed":"无法从这条消息创建分支。","chat.attachImage":"附加图片","chat.previewImage":"预览图片","chat.filterModels":"筛选模型…","chat.noMatchingModels":"没有匹配的模型","chat.moreControls":"更多控件","chat.collapseControls":"收起控件","chat.shell":"Shell","terminal.title":"终端","terminal.tabLabel":"终端:{name}","terminal.open":"打开工作区终端","terminal.close":"终止终端","terminal.restart":"重启终端","terminal.reconnect":"重新连接终端","terminal.connecting":"连接中","terminal.ready":"已连接","terminal.exited":"终端已关闭","terminal.error":"连接错误","terminal.exitCode":"进程已退出,退出码 {code}","chat.outputLocal":"输出保留在本地","chat.outputModel":"输出发送给模型","chat.chatOnly":"仅聊天","chat.readOnlyTools":"{count} 个只读内置工具","chat.builtInTools":"{count} 个内置工具","chat.allBuiltInTools":"全部内置工具","chat.changeReasoning":"更改推理级别:{level}","chat.changeReasoningLabel":"更改推理级别","chat.changeToolPreset":"更改工具预设","chat.stopCompaction":"停止压缩","chat.compactContext":"压缩上下文","chat.compacting":"正在压缩…","chat.compact":"压缩","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.commandClone":"将当前分支复制为独立新会话","chat.compacted":"已压缩","chat.imageNotSupportedTitle":"图片可能无法发送","chat.imageNotSupportedBody":"当前选择的模型({model})不支持图片输入,附加的图片可能会被忽略。","chat.tokensSaved":"节省 {saved}","chatMinimap.locateAssistant":"定位助手消息","i18n.close":"关闭","i18n.copy":"复制","i18n.copied":"已复制","i18n.cancel":"取消","i18n.save":"保存","i18n.saving":"保存中…","i18n.saved":"已保存","i18n.remove":"移除","i18n.removing":"移除中…","i18n.delete":"删除","i18n.loading":"加载中...","i18n.loadMore":"加载更多","i18n.search":"搜索","i18n.refresh":"刷新","providerUsage.usage":"用量","providerUsage.notQueried":"尚未查询","providerUsage.refresh":"刷新用量","providerUsage.refreshing":"正在刷新用量","providerUsage.updated":"更新于 {time}","providerUsage.queryFailed":"用量查询失败。","providerUsage.available":"可用","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.packagesUpdated":"所有插件已更新。","i18n.updateAllPlugins":"更新全部","i18n.updateAllPluginsHint":"更新所有已配置的插件","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":"AgentStudio 需要你的操作","i18n.extensionInputNeeded":"扩展正在等待你的输入。","sidebar.sessions":"会话列表","projectDashboard.title":"项目仪表盘","projectDashboard.searchPlaceholder":"搜索项目...","projectDashboard.gridView":"网格视图","projectDashboard.listView":"列表视图","projectDashboard.totalProjects":"总项目数","projectDashboard.totalSessions":"总会话数","projectDashboard.runningSessions":"运行中的会话","projectDashboard.noProjects":"暂无项目","projectDashboard.noProjectsFound":"未找到项目","projectDashboard.sessions":"个会话","projectDashboard.running":"运行中","projectDashboard.unread":"未读","projectDashboard.status.running":"运行中","projectDashboard.status.unread":"未读","projectDashboard.status.idle":"空闲","projectDashboard.noActivity":"无活动","projectDashboard.daysAgo":"{days} 天前","projectDashboard.hoursAgo":"{hours} 小时前","projectDashboard.justNow":"刚刚","projectDashboard.newProjectTitle":"新建项目","projectDashboard.addProjectRow":"添加项目","projectDashboard.searchOrPath":"搜索目录,或直接输入路径…","projectDashboard.recentUsed":"最近使用","projectDashboard.siblingDirs":"同级目录","projectDashboard.scanning":"扫描中…","projectDashboard.useThisPath":"使用此路径","projectDashboard.pathNotFound":"该目录还不存在","projectDashboard.pathInvalid":"无法使用该路径","projectDashboard.createThisFolder":"创建文件夹","projectDashboard.create":"创建","projectDashboard.newFolder":"新建文件夹","projectDashboard.parentDir":"父目录","projectDashboard.folderName":"文件夹名称","projectDashboard.browse":"浏览…","projectDashboard.noMatches":"没有匹配的目录","projectDashboard.keyboardHint":"↑↓ 选择 \xb7 Enter 创建 \xb7 Esc 取消","projectDashboard.folderNameEmpty":"请输入文件夹名称","projectDashboard.folderNameSeparator":"文件夹名称不能包含路径分隔符","projectDashboard.folderNameInvalid":"该文件夹名称不被允许","projectDashboard.folderCreateFailed":"创建文件夹失败","projectDashboard.sortBy":"排序方式","projectDashboard.chipProjects":"项目","projectDashboard.chipProjectsHint":"全部项目(清除筛选)","projectDashboard.chipActive":"活跃","projectDashboard.chipActiveHint":"只看有运行中会话的项目","projectDashboard.chipUnread":"未读","projectDashboard.chipUnreadHint":"只看有未读会话的项目","projectDashboard.chipSessions":"会话","projectDashboard.chipSessionsHint":"按会话数排序(再点反向)","projectDashboard.chipMessages":"消息","projectDashboard.chipMessagesHint":"按消息数排序(再点反向)","projectDashboard.sortMessages":"消息数","projectDashboard.expandDetails":"展开详情","projectDashboard.collapseDetails":"收起详情","projectDashboard.splitHint":"拖拽调整高度,双击恢复默认","projectDashboard.copied":"已复制路径","projectDashboard.copyFailed":"复制路径失败","projectDashboard.ctxOpen":"打开项目","projectDashboard.ctxNewSession":"在此新建会话","projectDashboard.ctxCopyPath":"复制路径","projectDashboard.ctxEdit":"编辑名称与备注","projectDashboard.editProject":"编辑名称与备注","projectDashboard.alias":"显示名称","projectDashboard.aliasHint":"会覆盖仪表盘里的文件夹名称","projectDashboard.note":"备注","projectDashboard.notePlaceholder":"这个项目是做什么的?","projectDashboard.color":"颜色","projectDashboard.colorDefault":"默认","projectDashboard.clearMeta":"清除","projectDashboard.cancel":"取消","projectDashboard.save":"保存","projectDashboard.manageTitle":"管理项目","projectDashboard.manageHint":"共 {total} 个项目,{annotated} 个已备注","projectDashboard.edit":"编辑","projectDashboard.lastSession":"最近","projectDashboard.statSessions":"会话","projectDashboard.statMessages":"消息","projectDashboard.statWorktrees":"工作树","projectDashboard.statSubagents":"子代理","projectDashboard.selectProject":"选择项目","projectDashboard.selectAll":"全选","projectDashboard.toggleWorktrees":"展开/收起工作树","projectDashboard.subtitle":"按工作区聚合的所有项目","projectDashboard.newProject":"新建项目","projectDashboard.manage":"管理项目","projectDashboard.activeProjects":"活跃项目","projectDashboard.avgSessions":"平均会话/项目","projectDashboard.sortLastAccessed":"最近访问","projectDashboard.sortName":"名称","projectDashboard.sortSessions":"会话数","projectDashboard.sortRunning":"运行中","projectDashboard.ascending":"升序","projectDashboard.descending":"降序","projectDashboard.noProjectsHint":"在某个目录里开始一个会话,它就会出现在这里。","projectDashboard.removeFavorite":"取消收藏","projectDashboard.addFavorite":"收藏","projectDashboard.project":"项目","projectDashboard.statusLabel":"状态","projectDashboard.lastAccessed":"最近访问","projectDashboard.loading":"正在加载项目...","projectDashboard.backToApp":"返回应用"}}},92243:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{HR:()=>r,hO:()=>s,lB:()=>t});var e=c(75430),f=c(29021),g=c(33873),h=c(51181),i=c.n(h),j=c(8102),k=c(9915),l=c(41298),m=c(40402),n=a([e,m]);function o(){return(0,g.join)((0,m.$M)(),"web-push.json")}[e,m]=n.then?(await n)():n;function p(a,b){if("zh-CN"===a){let a=l.O.messages["sessionComplete"===b?"i18n.sessionComplete":"i18n.taskFinished"];if(a)return a}return k.Q.messages["sessionComplete"===b?"i18n.sessionComplete":"i18n.taskFinished"]??("sessionComplete"===b?"Session complete":"Task finished.")}function q(){return globalThis.__piWebPushNotifier||(globalThis.__piWebPushNotifier=Promise.resolve().then(()=>{var a;let b,c,d;return b=(a={async send(a,b,c){let d;await i().sendNotification({endpoint:a.endpoint,keys:a.keys},b,{vapidDetails:{subject:(d=process.env.PI_WEB_PUSH_SUBJECT?.trim())||"https://github.com/agegr/pi-web",publicKey:c.publicKey,privateKey:c.privateKey},TTL:2419200,urgency:"high"})},loadState(){let a=o();if(!(0,f.existsSync)(a))return null;try{return JSON.parse((0,f.readFileSync)(a,"utf8"))}catch{return null}},saveState(a){let b=o();(0,f.mkdirSync)((0,g.dirname)(b),{recursive:!0}),(0,j.$)(b,JSON.stringify(a))},generateVapidKeys:()=>i().generateVAPIDKeys(),async listSessionNames(){let a=new Map;try{for(let b of(await e.SessionManager.listAll()))b.name&&a.set(b.id,b.name)}catch{}return a}}).loadState(),c=b?.vapidKeys?.publicKey&&b.vapidKeys.privateKey?b:{vapidKeys:a.generateVapidKeys(),subscriptions:[]},d=()=>{a.saveState(c)},{getVapidPublicKey:()=>(d(),c.vapidKeys.publicKey),addSubscription(a){c.subscriptions=[...c.subscriptions.filter(b=>b.endpoint!==a.endpoint),a],d()},async notifySessionComplete(b){if(0===c.subscriptions.length)return;let e=(await a.listSessionNames()).get(b),f=a=>({title:e??p(a,"sessionComplete"),body:p(a,"taskFinished"),url:`/?session=${encodeURIComponent(b)}`,tag:`pi-session-complete:${b}`}),g=!1;for(let b of[...c.subscriptions])try{await a.send(b,JSON.stringify(f(b.locale)),c.vapidKeys)}catch(d){let a=function(a){if("object"!=typeof a||null===a||!("statusCode"in a))return;let b=a.statusCode;return"number"==typeof b?b:void 0}(d);(404===a||410===a)&&(c.subscriptions=c.subscriptions.filter(a=>a.endpoint!==b.endpoint),g=!0)}g&&d()}}})),globalThis.__piWebPushNotifier}function r(){return q().then(a=>a.getVapidPublicKey())}function s(a){return q().then(b=>b.addSubscription(a))}async function t(a){let b=await q();await b.notifySessionComplete(a)}d()}catch(a){d(a)}})}};