@henlii/pidance 0.1.1 → 0.1.3

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 (220) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +7 -5
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/required-server-files.json +1 -1
  6. package/.next/routes-manifest.json +12 -0
  7. package/.next/server/app/_global-error/page.js +3 -3
  8. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/_global-error.html +1 -1
  10. package/.next/server/app/_global-error.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/.next/server/app/_not-found/page.js +2 -2
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/_not-found.html +1 -1
  20. package/.next/server/app/_not-found.rsc +3 -3
  21. package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  22. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  24. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  26. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  27. package/.next/server/app/api/about/route.js +1 -1
  28. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  29. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  30. package/.next/server/app/api/agent/[id]/route.js +1 -1
  31. package/.next/server/app/api/agent/new/route.js +1 -1
  32. package/.next/server/app/api/agent/running/events/route.js +2 -2
  33. package/.next/server/app/api/agent/running/route.js +1 -1
  34. package/.next/server/app/api/agent-settings/route.js +2 -2
  35. package/.next/server/app/api/attachments/route.js +1 -1
  36. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  37. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  38. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  39. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  40. package/.next/server/app/api/auth/providers/route.js +1 -1
  41. package/.next/server/app/api/auth/ui-session/route.js +1 -1
  42. package/.next/server/app/api/cwd/browse/route.js +1 -1
  43. package/.next/server/app/api/cwd/validate/route.js +1 -1
  44. package/.next/server/app/api/default-cwd/route.js +1 -1
  45. package/.next/server/app/api/file-index/route.js +1 -1
  46. package/.next/server/app/api/files/[...path]/route.js +2 -2
  47. package/.next/server/app/api/git/diff/route.js +1 -1
  48. package/.next/server/app/api/git/status/route.js +1 -1
  49. package/.next/server/app/api/home/route.js +1 -1
  50. package/.next/server/app/api/models/route.js +1 -1
  51. package/.next/server/app/api/models-config/route.js +1 -1
  52. package/.next/server/app/api/models-config/test/route.js +1 -1
  53. package/.next/server/app/api/plugins/route.js +2 -2
  54. package/.next/server/app/api/runtime/route.js +1 -1
  55. package/.next/server/app/api/runtime/switch/route.js +1 -1
  56. package/.next/server/app/api/sessions/[id]/archive/route.js +1 -1
  57. package/.next/server/app/api/sessions/[id]/auto-name/route.js +3 -3
  58. package/.next/server/app/api/sessions/[id]/command-entry/route.js +1 -1
  59. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  60. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  61. package/.next/server/app/api/sessions/[id]/export/route.js +2 -2
  62. package/.next/server/app/api/sessions/[id]/info/route.js +1 -1
  63. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  64. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  65. package/.next/server/app/api/sessions/[id]/tool-results/[toolCallId]/route.js +1 -1
  66. package/.next/server/app/api/sessions/route.js +1 -1
  67. package/.next/server/app/api/sessions/search/route.js +2 -2
  68. package/.next/server/app/api/skills/check/route.js +1 -1
  69. package/.next/server/app/api/skills/install/route.js +1 -1
  70. package/.next/server/app/api/skills/route.js +2 -2
  71. package/.next/server/app/api/skills/search/route.js +1 -1
  72. package/.next/server/app/api/skills/update/route.js +1 -1
  73. package/.next/server/app/api/subagent-runs/route.js +1 -1
  74. package/.next/server/app/api/update/apply/route.js +2 -0
  75. package/.next/server/app/api/update/apply/route_client-reference-manifest.js +1 -0
  76. package/.next/server/app/api/update/check/route.js +2 -0
  77. package/.next/server/app/api/update/check/route_client-reference-manifest.js +1 -0
  78. package/.next/server/app/api/worktrees/route.js +1 -1
  79. package/.next/server/app/icon.png/route.js +1 -1
  80. package/.next/server/app/index.html +1 -1
  81. package/.next/server/app/index.rsc +5 -5
  82. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  83. package/.next/server/app/index.segments/_full.segment.rsc +5 -5
  84. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  85. package/.next/server/app/index.segments/_index.segment.rsc +3 -3
  86. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  87. package/.next/server/app/page.js +6 -6
  88. package/.next/server/app/page_client-reference-manifest.js +1 -1
  89. package/.next/server/app-paths-manifest.json +7 -5
  90. package/.next/server/chunks/188.js +1 -1
  91. package/.next/server/chunks/7129.js +1 -1
  92. package/.next/server/chunks/981.js +1 -1
  93. package/.next/server/chunks/9883.js +1 -1
  94. package/.next/server/functions-config-manifest.json +4 -1
  95. package/.next/server/middleware-build-manifest.js +1 -1
  96. package/.next/server/middleware.js +2 -2
  97. package/.next/server/pages/404.html +1 -1
  98. package/.next/server/pages/500.html +1 -1
  99. package/.next/server/server-reference-manifest.json +1 -1
  100. package/.next/static/Y_GKPks6Yv2rUhwcLuaB0/_buildManifest.js +1 -0
  101. package/.next/static/chunks/9780-3a70190d23b25b10.js +1 -0
  102. package/.next/static/chunks/app/_global-error/page-81852e4fa8c48c17.js +1 -0
  103. package/.next/static/chunks/app/api/about/route-81852e4fa8c48c17.js +1 -0
  104. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-81852e4fa8c48c17.js +1 -0
  105. package/.next/static/chunks/app/api/agent/[id]/events/route-81852e4fa8c48c17.js +1 -0
  106. package/.next/static/chunks/app/api/agent/[id]/route-81852e4fa8c48c17.js +1 -0
  107. package/.next/static/chunks/app/api/agent/new/route-81852e4fa8c48c17.js +1 -0
  108. package/.next/static/chunks/app/api/agent/running/events/route-81852e4fa8c48c17.js +1 -0
  109. package/.next/static/chunks/app/api/agent/running/route-81852e4fa8c48c17.js +1 -0
  110. package/.next/static/chunks/app/api/agent-settings/route-81852e4fa8c48c17.js +1 -0
  111. package/.next/static/chunks/app/api/attachments/route-81852e4fa8c48c17.js +1 -0
  112. package/.next/static/chunks/app/api/auth/all-providers/route-81852e4fa8c48c17.js +1 -0
  113. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-81852e4fa8c48c17.js +1 -0
  114. package/.next/static/chunks/app/api/auth/login/[provider]/route-81852e4fa8c48c17.js +1 -0
  115. package/.next/static/chunks/app/api/auth/logout/[provider]/route-81852e4fa8c48c17.js +1 -0
  116. package/.next/static/chunks/app/api/auth/providers/route-81852e4fa8c48c17.js +1 -0
  117. package/.next/static/chunks/app/api/auth/ui-session/route-81852e4fa8c48c17.js +1 -0
  118. package/.next/static/chunks/app/api/cwd/browse/route-81852e4fa8c48c17.js +1 -0
  119. package/.next/static/chunks/app/api/cwd/validate/route-81852e4fa8c48c17.js +1 -0
  120. package/.next/static/chunks/app/api/default-cwd/route-81852e4fa8c48c17.js +1 -0
  121. package/.next/static/chunks/app/api/file-index/route-81852e4fa8c48c17.js +1 -0
  122. package/.next/static/chunks/app/api/files/[...path]/route-81852e4fa8c48c17.js +1 -0
  123. package/.next/static/chunks/app/api/git/diff/route-81852e4fa8c48c17.js +1 -0
  124. package/.next/static/chunks/app/api/git/status/route-81852e4fa8c48c17.js +1 -0
  125. package/.next/static/chunks/app/api/home/route-81852e4fa8c48c17.js +1 -0
  126. package/.next/static/chunks/app/api/models/route-81852e4fa8c48c17.js +1 -0
  127. package/.next/static/chunks/app/api/models-config/route-81852e4fa8c48c17.js +1 -0
  128. package/.next/static/chunks/app/api/models-config/test/route-81852e4fa8c48c17.js +1 -0
  129. package/.next/static/chunks/app/api/plugins/route-81852e4fa8c48c17.js +1 -0
  130. package/.next/static/chunks/app/api/runtime/route-81852e4fa8c48c17.js +1 -0
  131. package/.next/static/chunks/app/api/runtime/switch/route-81852e4fa8c48c17.js +1 -0
  132. package/.next/static/chunks/app/api/sessions/[id]/archive/route-81852e4fa8c48c17.js +1 -0
  133. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-81852e4fa8c48c17.js +1 -0
  134. package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-81852e4fa8c48c17.js +1 -0
  135. package/.next/static/chunks/app/api/sessions/[id]/context/route-81852e4fa8c48c17.js +1 -0
  136. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-81852e4fa8c48c17.js +1 -0
  137. package/.next/static/chunks/app/api/sessions/[id]/export/route-81852e4fa8c48c17.js +1 -0
  138. package/.next/static/chunks/app/api/sessions/[id]/info/route-81852e4fa8c48c17.js +1 -0
  139. package/.next/static/chunks/app/api/sessions/[id]/route-81852e4fa8c48c17.js +1 -0
  140. package/.next/static/chunks/app/api/sessions/[id]/state/route-81852e4fa8c48c17.js +1 -0
  141. package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-81852e4fa8c48c17.js +1 -0
  142. package/.next/static/chunks/app/api/sessions/route-81852e4fa8c48c17.js +1 -0
  143. package/.next/static/chunks/app/api/sessions/search/route-81852e4fa8c48c17.js +1 -0
  144. package/.next/static/chunks/app/api/skills/check/route-81852e4fa8c48c17.js +1 -0
  145. package/.next/static/chunks/app/api/skills/install/route-81852e4fa8c48c17.js +1 -0
  146. package/.next/static/chunks/app/api/skills/route-81852e4fa8c48c17.js +1 -0
  147. package/.next/static/chunks/app/api/skills/search/route-81852e4fa8c48c17.js +1 -0
  148. package/.next/static/chunks/app/api/skills/update/route-81852e4fa8c48c17.js +1 -0
  149. package/.next/static/chunks/app/api/subagent-runs/route-81852e4fa8c48c17.js +1 -0
  150. package/.next/static/chunks/app/api/update/apply/route-81852e4fa8c48c17.js +1 -0
  151. package/.next/static/chunks/app/api/update/check/route-81852e4fa8c48c17.js +1 -0
  152. package/.next/static/chunks/app/api/worktrees/route-81852e4fa8c48c17.js +1 -0
  153. package/.next/static/chunks/app/page-36437a35f2251063.js +25 -0
  154. package/.next/static/chunks/next/dist/client/components/builtin/app-error-81852e4fa8c48c17.js +1 -0
  155. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-81852e4fa8c48c17.js +1 -0
  156. package/.next/static/chunks/next/dist/client/components/builtin/not-found-81852e4fa8c48c17.js +1 -0
  157. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-81852e4fa8c48c17.js +1 -0
  158. package/.next/static/css/08fde228db4b094f.css +1 -0
  159. package/README.en.md +2 -16
  160. package/README.md +2 -16
  161. package/README.zh-CN.md +1 -7
  162. package/package.json +1 -1
  163. package/.next/static/K56UPG5G9tUpLw833PHK4/_buildManifest.js +0 -1
  164. package/.next/static/chunks/9780-509b4d1bec6b6e17.js +0 -1
  165. package/.next/static/chunks/app/_global-error/page-451d6ba79f90a9c4.js +0 -1
  166. package/.next/static/chunks/app/api/about/route-451d6ba79f90a9c4.js +0 -1
  167. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-451d6ba79f90a9c4.js +0 -1
  168. package/.next/static/chunks/app/api/agent/[id]/events/route-451d6ba79f90a9c4.js +0 -1
  169. package/.next/static/chunks/app/api/agent/[id]/route-451d6ba79f90a9c4.js +0 -1
  170. package/.next/static/chunks/app/api/agent/new/route-451d6ba79f90a9c4.js +0 -1
  171. package/.next/static/chunks/app/api/agent/running/events/route-451d6ba79f90a9c4.js +0 -1
  172. package/.next/static/chunks/app/api/agent/running/route-451d6ba79f90a9c4.js +0 -1
  173. package/.next/static/chunks/app/api/agent-settings/route-451d6ba79f90a9c4.js +0 -1
  174. package/.next/static/chunks/app/api/attachments/route-451d6ba79f90a9c4.js +0 -1
  175. package/.next/static/chunks/app/api/auth/all-providers/route-451d6ba79f90a9c4.js +0 -1
  176. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-451d6ba79f90a9c4.js +0 -1
  177. package/.next/static/chunks/app/api/auth/login/[provider]/route-451d6ba79f90a9c4.js +0 -1
  178. package/.next/static/chunks/app/api/auth/logout/[provider]/route-451d6ba79f90a9c4.js +0 -1
  179. package/.next/static/chunks/app/api/auth/providers/route-451d6ba79f90a9c4.js +0 -1
  180. package/.next/static/chunks/app/api/auth/ui-session/route-451d6ba79f90a9c4.js +0 -1
  181. package/.next/static/chunks/app/api/cwd/browse/route-451d6ba79f90a9c4.js +0 -1
  182. package/.next/static/chunks/app/api/cwd/validate/route-451d6ba79f90a9c4.js +0 -1
  183. package/.next/static/chunks/app/api/default-cwd/route-451d6ba79f90a9c4.js +0 -1
  184. package/.next/static/chunks/app/api/file-index/route-451d6ba79f90a9c4.js +0 -1
  185. package/.next/static/chunks/app/api/files/[...path]/route-451d6ba79f90a9c4.js +0 -1
  186. package/.next/static/chunks/app/api/git/diff/route-451d6ba79f90a9c4.js +0 -1
  187. package/.next/static/chunks/app/api/git/status/route-451d6ba79f90a9c4.js +0 -1
  188. package/.next/static/chunks/app/api/home/route-451d6ba79f90a9c4.js +0 -1
  189. package/.next/static/chunks/app/api/models/route-451d6ba79f90a9c4.js +0 -1
  190. package/.next/static/chunks/app/api/models-config/route-451d6ba79f90a9c4.js +0 -1
  191. package/.next/static/chunks/app/api/models-config/test/route-451d6ba79f90a9c4.js +0 -1
  192. package/.next/static/chunks/app/api/plugins/route-451d6ba79f90a9c4.js +0 -1
  193. package/.next/static/chunks/app/api/runtime/route-451d6ba79f90a9c4.js +0 -1
  194. package/.next/static/chunks/app/api/runtime/switch/route-451d6ba79f90a9c4.js +0 -1
  195. package/.next/static/chunks/app/api/sessions/[id]/archive/route-451d6ba79f90a9c4.js +0 -1
  196. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-451d6ba79f90a9c4.js +0 -1
  197. package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-451d6ba79f90a9c4.js +0 -1
  198. package/.next/static/chunks/app/api/sessions/[id]/context/route-451d6ba79f90a9c4.js +0 -1
  199. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-451d6ba79f90a9c4.js +0 -1
  200. package/.next/static/chunks/app/api/sessions/[id]/export/route-451d6ba79f90a9c4.js +0 -1
  201. package/.next/static/chunks/app/api/sessions/[id]/info/route-451d6ba79f90a9c4.js +0 -1
  202. package/.next/static/chunks/app/api/sessions/[id]/route-451d6ba79f90a9c4.js +0 -1
  203. package/.next/static/chunks/app/api/sessions/[id]/state/route-451d6ba79f90a9c4.js +0 -1
  204. package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-451d6ba79f90a9c4.js +0 -1
  205. package/.next/static/chunks/app/api/sessions/route-451d6ba79f90a9c4.js +0 -1
  206. package/.next/static/chunks/app/api/sessions/search/route-451d6ba79f90a9c4.js +0 -1
  207. package/.next/static/chunks/app/api/skills/check/route-451d6ba79f90a9c4.js +0 -1
  208. package/.next/static/chunks/app/api/skills/install/route-451d6ba79f90a9c4.js +0 -1
  209. package/.next/static/chunks/app/api/skills/route-451d6ba79f90a9c4.js +0 -1
  210. package/.next/static/chunks/app/api/skills/search/route-451d6ba79f90a9c4.js +0 -1
  211. package/.next/static/chunks/app/api/skills/update/route-451d6ba79f90a9c4.js +0 -1
  212. package/.next/static/chunks/app/api/subagent-runs/route-451d6ba79f90a9c4.js +0 -1
  213. package/.next/static/chunks/app/api/worktrees/route-451d6ba79f90a9c4.js +0 -1
  214. package/.next/static/chunks/app/page-604ab741301e3f43.js +0 -25
  215. package/.next/static/chunks/next/dist/client/components/builtin/app-error-451d6ba79f90a9c4.js +0 -1
  216. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-451d6ba79f90a9c4.js +0 -1
  217. package/.next/static/chunks/next/dist/client/components/builtin/not-found-451d6ba79f90a9c4.js +0 -1
  218. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-451d6ba79f90a9c4.js +0 -1
  219. package/.next/static/css/edecf7d5ab33f0fd.css +0 -1
  220. /package/.next/static/{K56UPG5G9tUpLw833PHK4 → Y_GKPks6Yv2rUhwcLuaB0}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" translate="no" class="__variable_66b8ca notranslate"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/7deddc85b7ffd1dc-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/ec14413c594b3356-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/88714c00e109ce28.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/edecf7d5ab33f0fd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9f5e68be126b5e81.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-907785a527d8128b.js" async=""></script><script src="/_next/static/chunks/main-app-06b2b50b226e40d1.js" async=""></script><script src="/_next/static/chunks/9780-509b4d1bec6b6e17.js" async=""></script><script src="/_next/static/chunks/app/layout-88764b4be2728d3f.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><meta name="google" content="notranslate"/><title>404: This page could not be found.</title><title>Pidance</title><meta name="description" content="Open-source web client for the Pi coding agent"/><link rel="icon" href="/brand/pidance-logo.png"/><link rel="apple-touch-icon" href="/brand/pidance-logo.png"/><script>(function(){try{var r=document.documentElement,m=localStorage.getItem("pi-theme"),s=localStorage.getItem("pi-theme-style");if(m!=="light"&&m!=="dark"&&m!=="system")m="light";if(s!=="fusion"&&s!=="chamber")s="chamber";var d=m==="dark"||(m==="system"&&matchMedia("(prefers-color-scheme: dark)").matches);r.classList.toggle("dark",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body translate="no" class="notranslate" style="height:100dvh;display:flex;flex-direction:column"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-9f5e68be126b5e81.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[99780,[\"9780\",\"static/chunks/9780-509b4d1bec6b6e17.js\",\"7177\",\"static/chunks/app/layout-88764b4be2728d3f.js\"],\"I18nProvider\"]\n3:I[57121,[],\"\"]\n4:I[74581,[],\"\"]\n5:I[90484,[],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n9:I[90484,[],\"ViewportBoundary\"]\nb:I[90484,[],\"MetadataBoundary\"]\nd:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/7deddc85b7ffd1dc-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/ec14413c594b3356-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/88714c00e109ce28.css\",\"style\"]\n:HL[\"/_next/static/css/edecf7d5ab33f0fd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/88714c00e109ce28.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/edecf7d5ab33f0fd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"translate\":\"no\",\"className\":\"__variable_66b8ca notranslate\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"google\",\"content\":\"notranslate\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var r=document.documentElement,m=localStorage.getItem(\\\"pi-theme\\\"),s=localStorage.getItem(\\\"pi-theme-style\\\");if(m!==\\\"light\\\"\u0026\u0026m!==\\\"dark\\\"\u0026\u0026m!==\\\"system\\\")m=\\\"light\\\";if(s!==\\\"fusion\\\"\u0026\u0026s!==\\\"chamber\\\")s=\\\"chamber\\\";var d=m===\\\"dark\\\"||(m===\\\"system\\\"\u0026\u0026matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches);r.classList.toggle(\\\"dark\\\",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();\"}}]]}],[\"$\",\"body\",null,{\"translate\":\"no\",\"className\":\"notranslate\",\"style\":{\"height\":\"100dvh\",\"display\":\"flex\",\"flexDirection\":\"column\"},\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,null]},null,false,\"$@8\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"K56UPG5G9tUpLw833PHK4\"}\n"])</script><script>self.__next_f.push([1,"e:[]\n8:\"$We\"\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[86869,[],\"IconMark\"]\n7:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"Pidance\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open-source web client for the Pi coding agent\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/brand/pidance-logo.png\"}],[\"$\",\"link\",\"3\",{\"rel\":\"apple-touch-icon\",\"href\":\"/brand/pidance-logo.png\"}],[\"$\",\"$Lf\",\"4\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" translate="no" class="__variable_66b8ca notranslate"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/7deddc85b7ffd1dc-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/ec14413c594b3356-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/88714c00e109ce28.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/08fde228db4b094f.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9f5e68be126b5e81.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-907785a527d8128b.js" async=""></script><script src="/_next/static/chunks/main-app-06b2b50b226e40d1.js" async=""></script><script src="/_next/static/chunks/9780-3a70190d23b25b10.js" async=""></script><script src="/_next/static/chunks/app/layout-88764b4be2728d3f.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><meta name="google" content="notranslate"/><title>404: This page could not be found.</title><title>Pidance</title><meta name="description" content="Open-source web client for the Pi coding agent"/><link rel="icon" href="/brand/pidance-logo.png"/><link rel="apple-touch-icon" href="/brand/pidance-logo.png"/><script>(function(){try{var r=document.documentElement,m=localStorage.getItem("pi-theme"),s=localStorage.getItem("pi-theme-style");if(m!=="light"&&m!=="dark"&&m!=="system")m="light";if(s!=="fusion"&&s!=="chamber")s="chamber";var d=m==="dark"||(m==="system"&&matchMedia("(prefers-color-scheme: dark)").matches);r.classList.toggle("dark",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body translate="no" class="notranslate" style="height:100dvh;display:flex;flex-direction:column"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-9f5e68be126b5e81.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[99780,[\"9780\",\"static/chunks/9780-3a70190d23b25b10.js\",\"7177\",\"static/chunks/app/layout-88764b4be2728d3f.js\"],\"I18nProvider\"]\n3:I[57121,[],\"\"]\n4:I[74581,[],\"\"]\n5:I[90484,[],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n9:I[90484,[],\"ViewportBoundary\"]\nb:I[90484,[],\"MetadataBoundary\"]\nd:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/7deddc85b7ffd1dc-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/ec14413c594b3356-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/88714c00e109ce28.css\",\"style\"]\n:HL[\"/_next/static/css/08fde228db4b094f.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/88714c00e109ce28.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/08fde228db4b094f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"translate\":\"no\",\"className\":\"__variable_66b8ca notranslate\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"google\",\"content\":\"notranslate\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var r=document.documentElement,m=localStorage.getItem(\\\"pi-theme\\\"),s=localStorage.getItem(\\\"pi-theme-style\\\");if(m!==\\\"light\\\"\u0026\u0026m!==\\\"dark\\\"\u0026\u0026m!==\\\"system\\\")m=\\\"light\\\";if(s!==\\\"fusion\\\"\u0026\u0026s!==\\\"chamber\\\")s=\\\"chamber\\\";var d=m===\\\"dark\\\"||(m===\\\"system\\\"\u0026\u0026matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches);r.classList.toggle(\\\"dark\\\",d);r.dataset.themeMode=m;r.dataset.themeStyle=s}catch(e){}})();\"}}]]}],[\"$\",\"body\",null,{\"translate\":\"no\",\"className\":\"notranslate\",\"style\":{\"height\":\"100dvh\",\"display\":\"flex\",\"flexDirection\":\"column\"},\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,null]},null,false,\"$@8\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"Y_GKPks6Yv2rUhwcLuaB0\"}\n"])</script><script>self.__next_f.push([1,"e:[]\n8:\"$We\"\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[86869,[],\"IconMark\"]\n7:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"Pidance\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Open-source web client for the Pi coding agent\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/brand/pidance-logo.png\"}],[\"$\",\"link\",\"3\",{\"rel\":\"apple-touch-icon\",\"href\":\"/brand/pidance-logo.png\"}],[\"$\",\"$Lf\",\"4\",{}]]\n"])</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9f5e68be126b5e81.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-907785a527d8128b.js" async=""></script><script src="/_next/static/chunks/main-app-06b2b50b226e40d1.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-9f5e68be126b5e81.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[27123,[],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"K56UPG5G9tUpLw833PHK4\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\nb:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9f5e68be126b5e81.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-907785a527d8128b.js" async=""></script><script src="/_next/static/chunks/main-app-06b2b50b226e40d1.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-9f5e68be126b5e81.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[27123,[],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"Y_GKPks6Yv2rUhwcLuaB0\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\nb:[]\n"])</script></body></html>
@@ -1 +1 @@
1
- {"node":{},"edge":{},"encryptionKey":"l5afwJvFLQwButFmjjkYo+KxF6a4M/M3RfawVlhF2s4="}
1
+ {"node":{},"edge":{},"encryptionKey":"eDfbOS/S2TFaE/WBM6wX2vDjzm5BJvzfjbNo4ucWwQY="}
@@ -0,0 +1 @@
1
+ self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:37,errorRate:1e-4,numBits:710,numHashes:14,bitArray:[1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,1,1,1,0,1,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,1,1,1,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,1,1,0,1,0,1,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,1,0,0,0,0,1,1,0,1,1,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,0,1,0,0,0,1,1,0,0,0,1,0,1,0,1,1,0,1,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,0,1,1,1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,0,1,1,1,0,1,0,0,0,0,0,1,1,1,0,1,1,1,0,1,1,1,0,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,1,1,1,1,0,1,1,1,0,0,0,1,0,0,1,1,1,0,0,0,1,0,1,1,1,0,0,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,1,1,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,0,0,1,0,0,1,1,1,0,1,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,0,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0,0,1,1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,1,0,1,1,1,1,0,1,1,0,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,1,0,1,0,1,0,1,0,1,1,1,1,0,0,1,1,1,0]},__routerFilterDynamic:{numItems:6,errorRate:1e-4,numBits:116,numHashes:14,bitArray:[1,1,0,0,0,1,0,1,1,1,1,0,1,0,1,0,0,1,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,0,1,1,1,0,0,0,1,0,0,1,1,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0,0,1,0,0,0,1,1,1,1,1,1,0,0,1,0,1,0,0,1,1,0,0,0]},sortedPages:["/_app"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9780],{99780:(e,t,s)=>{s.d(t,{I18nProvider:()=>d,s9:()=>c});var o=s(12115);let i={skills_updateSingle:"update",skills_updatePlural:"updates",models_delete:"Delete",models_addModel:"Add model to {provider}",models_apiLabel:"API",models_nameLabel:"Name",models_costLabel:"Cost (per million tokens)",models_subscriptionStatus:"connected",models_subscriptionNotConnected:"not connected",models_openLoginPage:"click here to open the login page",models_submit:"Submit",models_cancel:"Cancel",models_verifyPage:"Open the verification page and enter this code:",models_expiresIn:"Expires in {minutes} minutes.",models_configured:"configured",models_notConfigured:"not configured",models_keyStored:"API key is stored. Enter a new key below to replace it, or disconnect to remove it.",models_enableModels:"Enter your {provider} API key to enable {count} model(s).",models_selectDetail:"Select a provider or model",models_modelsTitle:"Providers",models_newModel:"new model",localeName:"English",close:"Close",chatInputPlaceholder:"Message Pi...",common_settings:"Settings",common_general:"General",common_appearance:"Appearance",common_models:"Providers",common_defaults:"Sessions",common_skills:"Skills",common_plugins:"Plugins",common_back:"Back",common_save:"Save",common_saved:"Saved",common_saving:"Saving…",common_loading:"Loading…",common_search:"Search",common_install:"Install",common_update:"Update",common_remove:"Remove",common_delete:"Delete",common_cancel:"Cancel",common_unknown:"Unknown",common_name:"Name",common_description:"Description",common_source:"Source",common_version:"Version",common_status:"Status",common_resources:"Resources",common_project:"project",common_global:"global",common_needsProject:"needs project",common_selectProject:"Select a project first",common_selectProjectHint:"Select a project directory in the sidebar, then open this page again.",appearance_theme:"Theme",appearance_colorMode:"Color mode",appearance_light:"Light",appearance_dark:"Dark",appearance_system:"System",appearance_themeStyle:"Theme style",appearance_chamber:"Chamber",appearance_fusion:"Fusion",appearance_language:"Language",appearance_coverage:"Theme and language changes apply immediately across the app.",models_provider:"Provider",models_providerName:"Provider name",models_baseUrl:"Base URL",models_apiKey:"API Key",models_api:"API",models_rename:"Rename",models_default:"Default",models_disabled:"Disabled",models_testing:"Testing model connection…",models_connected:"Connected",models_failed:"Failed",models_test:"Test model connection",models_testAgain:"Model connection OK — test again",models_testFailedAgain:"Model connection failed — test again",models_model:"Model",models_id:"ID *",models_displayName:"Display name",models_apiOverride:"API override",models_reasoning:"Reasoning / thinking",models_imageInput:"Image input",models_thinkingCompat:"DeepSeek thinking compat",models_thinkingMap:"Thinking level map",models_clearThinkingMap:"Clear thinking level map",models_contextWindow:"Context window (tokens)",models_maxOutput:"Max output tokens",models_cost:"Cost (per million tokens)",models_subscription:"Subscription",models_login:"Login",models_relogin:"Re-login",models_disconnect:"Disconnect",models_connectAccount:"Connect your {provider} account.",models_alreadyConnected:"Already connected. You can re-login or disconnect.",models_openingBrowser:"Opening browser…",models_redirectInstructions:"Complete sign-in in the browser, then copy the redirect URL from the address bar and paste it below.",models_enterValue:"Enter value…",models_connectedSuccessfully:"Connected successfully.",models_enterNewKey:"Enter new key to replace…",models_saved:"Saved",models_saving:"Saving…",models_removing:"Removing…",models_searchProviders:"Search providers…",models_noProviders:"No providers match",models_custom:"Custom",models_compatible:"OpenAI / Anthropic compatible",models_customEndpoint:"Custom endpoint format",models_subscriptions:"Subscriptions",models_addProvider:"Add provider",models_hideApiKey:"Hide API key",models_showApiKey:"Show API key",models_apiKeyPlaceholder:"ENV_VAR_NAME, !shell-command, or literal key",models_apiKeyHint:"Prefix with ! to run a shell command, or use an env var name",models_modelCount:"{count} models",models_authRequired:"Auth required",models_authRequiredToViewModels:"Models become visible after authentication",oauth_verifying:"Verifying…",oauth_continuing:"Continuing…",oauth_connectionLost:"Connection lost",oauth_networkError:"Network error",apikey:"API Key",skills_loading:"Loading…",skills_visible:"Visible in model prompt — click to disable",skills_hidden:"Hidden from model prompt — click to enable",skills_checking:"Checking for updates…",skills_check:"Check for updates",skills_checkingShort:"Checking…",skills_upToDate:"Up to date",skills_unavailable:"Automatic checks unavailable",skills_checkFailed:"Check failed",skills_updating:"Updating…",skills_noResults:"No skills found",skills_searching:"Searching…",skills_installing:"Installing…",skills_installed:"Installed",skills_updateAvailable:"Update available",skills_checkAll:"Check all skills for updates",skills_checkingAll:"Checking all skills for updates…",skills_path:"path",skills_unknownVersion:"unknown",skills_add:"Add skill",skills_discoverPrefix:"Search",skills_discoverSuffix:"to discover and install skills for your agent.",skills_select:"Select a skill",skills_updateCount:"{count} update(s)",plugins_update:"Update {source}",plugins_updating:"Updating {source}…",plugins_filtered:"filtered",plugins_package:"Package",plugins_installedPath:"Installed path",plugins_cwd:"Cwd",plugins_resolvedResources:"Resolved Resources",plugins_noConfigured:"No plugins configured",plugins_select:"Select a package",plugins_totals:"{extensions} ext \xb7 {skills} skills \xb7 {prompts} prompts \xb7 {themes} themes",plugins_disabled:"Disabled",plugins_noResources:"No resources",plugins_unknown:"Unknown",plugins_extensions:"Extensions",plugins_skills:"Skills",plugins_prompts:"Prompts",plugins_themes:"Themes",plugins_packageDisabled:"Package disabled",plugins_noResolved:"No resolved resources",plugins_add:"Add Plugin",plugins_examples:"Examples",plugins_installing:"Installing…",plugins_enable:"Enable package",plugins_disable:"Disable package",plugins_reloading:"Reloading session…",plugins_reload:"Reload current session",plugins_openSession:"Open a session to reload",plugins_removing:"Removing…",plugins_notFound:"Not found",plugins_refreshing:"Refreshing plugin list…",plugins_refresh:"Refresh plugin list",plugins_removed:"Package removed.",plugins_installed:"Package installed.",plugins_updated:"Package updated.",plugins_disabledMessage:"Package disabled.",plugins_enabled:"Package enabled.",plugins_reloaded:"Session reloaded.",app_chat:"Chat",app_settings:"Settings",app_about:"About",about_title:"About Pidance",about_version:"Pidance version {version}",about_piSdkVersion:"Management Pi SDK {version}",about_runtimePiVersion:"Runtime Pi {version}",about_runtimeMode:"Agent runtime mode {mode}",about_runtimeIncompatible:"External runtime missing or incompatible",about_github:"GitHub",about_footerNote:"Open-source web client for the Pi coding agent",about_checkUpdate:"Check for updates",about_checkingUpdate:"Checking…",about_upToDate:"You are on the latest version ({version})",about_updateAvailable:"Update available: {current} → {latest}",about_upgradeNow:"Upgrade now",about_upgrading:"Upgrading…",about_upgradeDone:"Upgraded to {version}",about_upgradeFailed:"Upgrade failed: {message}",about_upgradeNotSupported:"One-click upgrade is not available here",update_bannerTitle:"Pidance update available",update_bannerBody:"{current} → {latest}",update_bannerUpgrade:"One-click upgrade",update_bannerDismiss:"Dismiss",update_bannerWorkspace:"New version available (use formal install on 31415 to upgrade)",app_showSidebar:"Show sidebar",app_hideSidebar:"Hide sidebar",app_sidebarResizeHandle:"Resize sidebar",app_lightMode:"Switch to light mode",app_darkMode:"Switch to dark mode",app_titleGenerating:"Generating title…",app_titleGenerated:"Title generated",app_titleGenerationFailed:"Title generation failed",app_titleGenerationDisabled:"Title generation disabled",app_titleGenerationDisabledReason:"Title generation is unavailable for this session",app_systemPrompt:"System prompt",app_system:"System",app_sessionInfo:"Session info",app_showFiles:"Show Files",app_hideFiles:"Hide Files",app_showGit:"Show Git",app_hideGit:"Hide Git",app_readOnlySystemPrompt:"System prompt is read-only",app_name:"Name",app_file:"File",app_id:"ID",app_inMemory:"In-memory",app_messages:"Messages",app_user:"User",app_assistant:"Assistant",app_toolCalls:"Tool Calls",app_toolResults:"Tool Results",app_total:"Total",app_input:"Input",app_output:"Output",app_cacheRead:"Cache Read",app_cacheWrite:"Cache Write",app_cost:"Cost",app_context:"Context",app_unknown:"Unknown",app_copyFilePath:"Copy file path",app_copySessionId:"Copy session ID",app_saveAndClose:"Save and close",app_discardChanges:"Discard changes",app_cancelClosing:"Cancel closing",sidebar_justNow:"just now",sidebar_minutesAgo:"{count}m ago",sidebar_hoursAgo:"{count}h ago",sidebar_daysAgo:"{count}d ago",sidebar_createWorktree:"Create worktree",sidebar_checkingWorktree:"Checking worktree…",sidebar_worktreeUnavailable:"Worktrees are unavailable",sidebar_addProject:"Add project",sidebar_newSessionIn:"New session in {project}",sidebar_selectProject:"Select project",sidebar_searchSessions:"Search sessions",sidebar_displayOptions:"Display options",sidebar_loadMoreRecent:"Load more (+{count} \xb7 {shown}/{total})",sidebar_recentSessions:"Recent",sidebar_standard:"Standard",sidebar_compact:"Compact",sidebar_collapseAll:"Collapse all",sidebar_expandAll:"Expand all",sidebar_showMore:"Show more",sidebar_showFewer:"Show fewer",sidebar_refresh:"Refresh",sidebar_searchPlaceholder:"Search sessions…",sidebar_searchPlaceholderFulltext:"Search message content…",sidebar_clearSearch:"Clear search",sidebar_loading:"Loading…",sidebar_searchEmpty:"No sessions match “{query}”",sidebar_searchModeMeta:"Name",sidebar_searchModeFulltext:"Full text",sidebar_searchFulltextLoading:"Searching messages…",sidebar_searchFulltextSourceFts:"Indexed",sidebar_searchFulltextSourceJsonl:"Scan",sidebar_searchFulltextHits:"{count} match(es)",sidebar_searchFulltextSnippet:"Open session with this match",sidebar_noProjects:"No projects",sidebar_expandProject:"Expand project",sidebar_collapseProject:"Collapse project",sidebar_branchName:"Branch name",sidebar_createWorktreeAction:"Create worktree",sidebar_removeWorktree:"Remove worktree",sidebar_forceRemoveWorktree:"Force remove worktree",sidebar_dirtyWorktreeConfirm:"This worktree has uncommitted changes. Remove it anyway?",sidebar_projectMenu:"Project menu",sidebar_editProject:"Edit project",sidebar_closeProject:"Close project",sidebar_addProjectDialog:"Add project",sidebar_projectName:"Project name",sidebar_projectPath:"Project path",sidebar_selectDirectory:"Select directory",sidebar_browseLoading:"Loading…",sidebar_browseGo:"Go",sidebar_browseOpenBeforeSelect:"Open before selecting",sidebar_browseMissing:"Directory does not exist",sidebar_browseGitRepo:"Git repository",sidebar_browseNotGit:"Not a Git repository",sidebar_browseEmpty:"No subdirectories",sidebar_createDefaultDirectory:"Create default directory",sidebar_validating:"Validating…",sidebar_add:"Add",sidebar_save:"Save",sidebar_cancel:"Cancel",sidebar_projectDescription:"Description",sidebar_running:"Running",sidebar_runningSeconds:"{s}s",sidebar_runningMinutesSeconds:"{m}m {s}s",sidebar_runningHoursMinutes:"{h}h {m}m",sidebar_activity:"Activity",sidebar_noMessages:"No messages",sidebar_deleteSession:"Delete session",sidebar_deleteConfirm:'Delete session "{name}"? This cannot be undone.',sidebar_renameSession:"Rename session",sidebar_sessionMenuLabel:"Session actions for {session}",sidebar_copySessionId:"Copy session ID",sidebar_exportSessionHtml:"Export HTML",sidebar_exportSessionJsonl:"Export complete JSONL",sidebar_subagentReadOnly:"Subagent session is read-only",sidebar_subagentBadge:"Subagent",sidebar_messagesCount:"{count} msgs",sidebar_runCount:"run {count}",sidebar_readOnly:"Read-only",sidebar_expandChild:"Expand child sessions",sidebar_collapseChild:"Collapse child sessions",sidebar_expandRecentSessions:"Expand recent sessions",sidebar_collapseRecentSessions:"Collapse recent sessions",sidebar_archive:"Archive",sidebar_archiveSession:"Archive session",archive_viewTitle:"Archived sessions",archive_viewCount:"{count} archived",archive_back:"Back to sessions",archive_empty:"No archived sessions",archive_emptyHint:"Archive a session from its row menu to tidy up this list.",archive_archivedAt:"Archived {date}",archive_restore:"Restore",archive_restoring:"Restoring…",archive_restoreFailed:"Restore failed: {error}",archive_delete:"Delete permanently",archive_deleteConfirm:"Permanently delete this archived session? Its messages cannot be recovered.",archive_deleteConfirmButton:"Delete",archive_deleteCancel:"Cancel",archive_deleting:"Deleting…",archive_deleteFailed:"Delete failed: {error}",archive_archiving:"Archiving…",archive_archiveFailed:"Archive failed: {error}",archive_runningConflict:"This session is running; archive it after it finishes.",archive_readOnlyForbidden:"Read-only subagent sessions cannot be archived.",archive_rowDisabledRunning:"Running — archive it after it finishes",archive_rowDisabledReadOnly:"Read-only subagent session — cannot archive",archive_networkError:"Network error",archive_unknownError:"Unknown error",chat_runningTool:"Running tool",chat_runningNamed:"Running {name}",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_showProcess:"Show process",chat_hideProcess:"Hide process",chat_loadingSession:"Loading session…",chat_loadEarlier:"Load {count} earlier messages",chat_backToBottom:"Back to bottom",chat_readOnlySession:"Read-only session",chat_readOnlySessionDescription:"Browsing only: sending, steering, follow-ups, compaction, forking, and setting changes are disabled. Messages, files and session stats remain viewable.",chat_extensionRequest:"Extension request",retracted_messagesTitle:"Retracted messages {count}",retracted_restore:"Restore",retracted_restoreTooltip:"Restore this message and its replies (workspace state restores via extension if installed)",retracted_noText:"(no text)",chat_extensionPanel:"Extension panel",chat_confirm:"Confirm",chat_submit:"Submit",chat_cancel:"Cancel",chat_close:"Close",notice_warning:"Warning",notice_error:"Error",notice_info:"Info",notice_success:"Success",notice_expand:"Expand notification",notice_collapse:"Collapse notification",notice_copy:"Copy notification",notice_copied:"Copied",notice_close:"Dismiss notification",notice_pin:"Pin notification",notice_unpin:"Unpin notification",notice_pinned:"Pinned",notice_viewActivity:"View saved record",notice_activityHistory:"Saved activity \xb7 {count}",notice_activityHistoryTitle:"Saved extension activity",notice_activityHistoryDescription:"Warnings and errors retained with this session",notice_activityPending:"The saved record will appear after the session refreshes.",session_leafDrift:"This branch cannot be resumed by the external Pi runtime; the session will continue from the end of the file.",input_thinkingOff:"Thinking off",input_thinkingMinimal:"Minimal thinking",input_thinkingLow:"Low thinking",input_thinkingMedium:"Medium thinking",input_thinkingHigh:"High thinking",input_thinkingXhigh:"Extra-high thinking",input_thinkingMax:"Maximum thinking",input_slashCommandDescription:"Run a slash command",input_builtIn:"Built-in",input_extensions:"Extensions",input_prompts:"Prompts",input_skills:"Skills",input_matchCount:"{count} matches",input_commandCount:"{count} commands",input_compacted:"Compacted",input_recall:"Recall",input_sendQueueAsSteer:"Steer send",input_sendQueueAsSteerTooltip:"Send all queued messages as steer; input text is appended to the queue first",input_retrying:"Retrying…",input_slashCommands:"Slash commands",input_loadingCommands:"Loading commands…",input_tabEnter:"Tab / Enter",input_noCommands:"No commands found",message_copy:"Copy message",message_editFromHere:"Edit from here",message_retract:"Retract",message_retractTooltip:"Retract this message and its replies (workspace restores via extension if installed)",message_newSession:"New session",message_branchHere:"Branch from here",message_branchHereTooltip:"Rewind to before this message; sending creates a new branch switchable in the branch tree",message_newSessionFromHere:"Start new session from here",message_newSessionFromHereTooltip:"Copy prior session and context to a new session, prefilled with this message",message_copyAnswer:"Copy answer",message_branchFromAnswer:"Branch from this answer",message_branchFromAnswerTooltip:"Fork from this answer's turn end; sending creates a new branch",message_newSessionFromAnswer:"Start new session from this answer",message_newSessionFromAnswerTooltip:"Copy session and context up to this answer into a new session",message_creating:"Creating…",message_thinkingUnavailable:"Thinking unavailable",message_thinkingLoading:"Loading thinking…",message_noOutput:"No output",message_toolCommand:"Command",message_toolLiveOutput:"Live output",message_toolOutputTruncated:"Output truncated at 64 KB",message_toolWaitingOutput:"Waiting for output…",message_toolStatusRunning:"Running",message_toolStatusSuccess:"Done",message_toolStatusError:"Error",message_toolStatusCancelled:"Cancelled",message_command:"Command",message_compaction:"Compaction",message_conversationCompacted:"Conversation compacted",message_conversationCompactedDescription:"Earlier messages were compacted to save context.",message_noSummary:"No summary",message_read:"Read",message_modified:"Modified",message_modifiedFiles:"Modified files",message_readFiles:"Read files",message_hiddenExtensionMessage:"Extension message hidden",message_noExtensionMessage:"No extension message",message_showExtensionMessage:"Show extension message",message_expand:"Expand",message_collapse:"Collapse",message_showDetails:"Show details",message_hideDetails:"Hide details",files_loading:"Loading files…",files_gitStatusLoading:"Loading Git status…",files_uploadError:"Upload error",files_modified:"Modified",files_added:"Added",files_deleted:"Deleted",files_renamed:"Renamed",files_untracked:"Untracked",files_conflict:"Conflict",files_uploading:"Uploading…",files_uploaded:"Uploaded",files_replace:"Replace",files_skip:"Skip",files_cancel:"Cancel",files_resultStats:"{count} results",files_loadingList:"Loading…",files_noFiles:"No files",viewer_source:"Source",viewer_preview:"Preview",viewer_diff:"Diff",viewer_download:"Download",viewer_noChanges:"No changes",viewer_unchangedLines:"unchanged lines",viewer_live:"Live",viewer_static:"Static",viewer_loadFailed:"Failed to load",viewer_readOnlyReason:"Read-only: {reason}",viewer_gitDiff:"Git diff",viewer_wrap:"Wrap lines",viewer_undo:"Undo",viewer_redo:"Redo",viewer_save:"Save",viewer_externalChange:"File changed outside the editor",viewer_saveConflict:"Save conflict",viewer_saved:"Saved",viewer_keepDraft:"Keep draft",viewer_discardReload:"Discard and reload",viewer_htmlPreview:"HTML preview",tabs_backToChat:"Back to chat",tabs_closeUnsaved:"Close unsaved file",tabs_close:"Close",workspace_filesAndGit:"Files and Git workspace",workspace_resizeHandle:"Drag to resize",workspace_files:"Files",workspace_gitChanges:"Git changes",workspace_upload:"Upload",workspace_refresh:"Refresh",workspace_close:"Close",workspace_selectProject:"Select project",changes_title:"Changes & diff",changes_resizeHandle:"Resize changes panel",changes_selectFile:"Select a changed file to inspect its diff",changes_diffLoading:"Loading diff…",changes_statusError:"Failed to load changes (HTTP {status})",changes_diffError:"Failed to load diff (HTTP {status})",changes_diffUnavailable:"Diff is unavailable for this file",secondary_title:"File details",secondary_empty:"Select a file in the sidebar to view its details",secondary_closeAll:"Close all files",app_showPanel:"Show panel",app_hidePanel:"Hide panel",panel_ariaLabel:"Files, Git and session panel",panel_selectSessionHint:"Select a session to view its info",git_loading:"Loading Git status…",git_openFile:"Open {path} ({status})",git_notRepo:"Not a Git repository",git_clean:"Working tree clean",git_changesCount:"{count} changes",todo_pending:"Pending",todo_inProgress:"In progress",todo_completed:"Completed",todo_high:"high",todo_medium:"medium",todo_low:"low",todo_toggle:"Todos",todo_expand:"Expand Todos",todo_collapse:"Collapse Todos",todo_complete:"complete",todo_active:"active",todo_priority:"priority",todo_blockedBy:"blocked by {list}",om_toggle:"Observations & Reflections",om_expand:"Expand observations & reflections",om_collapse:"Collapse observations & reflections",om_observations:"Observations",om_reflections:"Reflections",om_countSummary:"{observations} obs \xb7 {reflections} ref",om_dropped:"{count} dropped",om_relevanceCritical:"critical",om_relevanceHigh:"high",om_relevanceMedium:"medium",om_relevanceLow:"low",om_emptyObservations:"No active observations",om_emptyReflections:"No reflections",om_readOnlySummary:"read-only cognitive memory",om_sourceDescription:"This read-only cognitive memory is written by extensions, not generated by Pidance. Pidance displays it without directly editing the Pi session.",om_observationsDescription:"Facts and leads the Agent keeps for the current branch.",om_reflectionsDescription:"Higher-level summaries drawn from that context.",om_projectionUnavailable:"No readable observations or reflections are available for this branch.",wh_toggle:"Workspace history",wh_expand:"Expand workspace history",wh_collapse:"Collapse workspace history",wh_countSummary:"{count} snapshots",wh_kindBaseline:"baseline",wh_kindBefore:"before",wh_kindAfter:"after",wh_kindManual:"checkpoint",wh_undo:"Undo",wh_redo:"Redo",wh_checkpoint:"Checkpoint",wh_checkpointPlaceholder:"Optional label…",wh_checkpointSave:"Save",wh_actionsDisabled:"Unavailable while busy or read-only",wh_empty:"No snapshots on this branch",wh_showFiles:"Show changed files",wh_hideFiles:"Hide files",wh_diffUnavailable:"Could not list file changes",wh_noFileChanges:"No file changes",wh_moreFiles:"+{count} more",extension_expired:"Expired",extension_waitingEnded:"Waiting ended",extension_responseSent:"Response sent",extension_extension:"Extension",extension_cancel:"Cancel",extension_confirm:"Confirm",extension_submit:"Submit",extension_other:"Other",extension_selectAnOption:"Select an option",extension_otherPlaceholder:"Enter a custom value",extension_ctrlEnterHint:"Ctrl+Enter to submit",guide_projectTitle:"Choose a project",guide_worktreeTitle:"Worktrees",guide_mainWorktree:"Main worktree",guide_worktree:"Worktree",guide_sessionCount:"{count} sessions",guide_loading:"Loading…",guide_noProjects:"No projects yet — start a session from the sidebar.",guide_noWorktrees:"This project is not a git repository; start a session here directly.",guide_worktreeUnavailable:"Worktree list unavailable for this project.",guide_projectPlaceholder:"Select a project…",guide_branchPlaceholder:"Select a branch…",guide_newWorktree:"New worktree",guide_newWorktreePlaceholder:"Branch name…",guide_creatingWorktree:"Creating…",guide_createWorktree:"Create",palette_title:"Command palette",palette_placeholder:"Search sessions, files, actions…",palette_newSession:"New session (current project)",palette_toggleTheme:"Toggle theme",palette_settingsModels:"Settings → Providers",palette_settingsSkills:"Settings → Skills",palette_settingsPlugins:"Settings → Plugins",palette_searching:"searching…",palette_noResults:"No results",app_generateTitle:"Generate title",app_saveFailed:"Save failed (HTTP {status})",app_copied:"Copied",app_openWorkspace:"Opening workspace…",app_workspaceUnavailable:"Unable to open workspace",app_selectSessionFromSidebar:"Select a session from the sidebar",app_getStarted:"Get started",app_setupSelectProject:"Select a project directory from the sidebar",app_setupAddModel:"Add a model using the Settings button at the bottom",app_systemPromptReadOnlyHint:"System prompt is not available for read-only sessions.",app_systemPromptEmptyHint:"The system prompt is empty.",app_systemPromptAfterMessageHint:"The external Pi runtime does not expose the system prompt (not part of the RPC protocol).",sidebar_expandProjectNamed:"Expand {project}",sidebar_collapseProjectNamed:"Collapse {project}",sidebar_expandWorktreeNamed:"Expand {name}",sidebar_collapseWorktreeNamed:"Collapse {name}",sidebar_noSessions:"No sessions",sidebar_noSessionsYet:"No sessions yet",sidebar_removeWorktreeAt:"Remove worktree {path} and keep its branch",sidebar_forceRemove:"Force remove",sidebar_addProjectDescription:"Add a project directory to your sidebar.",sidebar_editProjectDescription:"Set a display name for {path}.",sidebar_noExistingDirectory:"No existing directory",sidebar_projectMenuLabel:"Project menu for {project}",input_usePiDefault:"Use Pi default",input_queued:"Queued \xb7 {count}",input_searchingAllFiles:"searching all files…",input_indexTruncated:"index truncated",input_loadingFiles:"Loading files…",input_files:"Files",input_searching:"Searching…",input_noMatchingFiles:"No matching files",input_placeholderSteer:"Steer now / queue follow-up…",input_placeholderRunning:"Agent is running…",input_placeholderMessage:"Message… Type / for commands, @ for files",input_imageQueueDisabled:"Image attachments cannot be queued while the agent is running",input_steerTooltip:"Interrupt the current run and inject this message now",input_followUpTooltip:"Queue this message after the agent finishes",input_steer:"Steer",input_followUp:"Follow-up",input_send:"Send",input_shellStatus:"Shell \xb7 {scope}",input_shellLocal:"output stays local",input_shellModel:"output sent to model",input_more:"More",input_toolsNone:"No tools, read-only",input_toolsDefault:"4 built-in tools",input_toolsAll:"All built-in tools",input_stop:"Stop",input_soundDisable:"Disable completion sound",input_soundEnable:"Enable completion sound",input_compactCommandDescription:"Compact the current session",input_reloadCommandDescription:"Reload the current session",input_nameCommandDescription:"Set the session name",input_sessionCommandDescription:"Show session information",input_copyCommandDescription:"Copy the current session",input_compactionResult:"Compacted {before} → {after}; saved {saved}.",input_fold:"Fold",input_controlsTitle:"Controls",input_toolsTitle:"Tools",input_thinkingTitle:"Thinking",input_modelTitle:"Model",input_changeAppliesNextTurn:"Applies on next send (including steer / queue)",input_soundTitle:"Completion sound",message_editFromHereTooltip:"Edit from here — branches within this session",message_newSessionTooltip:"New session — creates an independent copy from here",message_noMessages:"No messages",message_extensionDefaultType:"Extension",message_tokensPerSecond:"{count} tokens/s",message_viewFullOutput:"View full output",message_loadingOutput:"Loading full output…",message_downloadFullOutput:"Download full output",files_loadFailed:"Failed to load files (HTTP {status})",files_gitStatusLoadFailed:"Failed to load Git status (HTTP {status})",files_uploadFailed:"Upload failed (HTTP {status})",files_uploadCheckFailed:"Upload check failed (HTTP {status})",files_uploadNetworkError:"Network error while uploading",files_uploadCancelled:"Upload cancelled",files_insertIntoChat:"Insert {name} into chat",files_existingFilesCount:"{count} files already exist",files_cannotReplace:"Cannot replace {names}",files_closeError:"Close error",files_uploadedCount:"{count} uploaded",files_skippedCount:"{count} skipped",files_failedCount:"{count} failed",files_addFileToChat:"Add file to chat",files_addAllFilesToChat:"Add all files to chat",files_closeUploadResults:"Close upload results",viewer_liveSyncOn:"Live sync enabled",viewer_liveSyncOff:"Not watching for live changes",viewer_docxTooLarge:"DOCX files over 10 MB cannot be previewed",viewer_readOnlyNoProject:"Read-only because no project is selected",viewer_readOnlySession:"Read-only because this session is read-only",viewer_fileEditAria:"Edit file",viewer_enableWrap:"Enable line wrapping",viewer_disableWrap:"Disable line wrapping",viewer_externalChangeDraftKept:"File changed externally; your draft is preserved",viewer_externalSaveConflict:"The file changed externally before it could be saved",viewer_keepLocalDraft:"Keep local draft",viewer_discardLocalDraftReload:"Discard local draft and reload",viewer_gitDiffSavedWorktree:"Git diff shows the saved worktree, not your unsaved draft",viewer_linesCount:"{count} lines",workspace_gitStatusLoadFailed:"Failed to load Git status (HTTP {status})",workspace_refreshFiles:"Refresh files",workspace_refreshGitStatus:"Refresh Git status",markdown_previewAfterStreaming:"Preview available after streaming",markdown_showSource:"Show Mermaid source",markdown_preview:"Preview Mermaid diagram",markdown_source:"Source",markdown_invalidMermaid:"Invalid Mermaid diagram",markdown_renderingMermaid:"Rendering Mermaid diagram",markdown_copied:"copied",markdown_copy:"copy",branches:"Branches",branches_noSession:"No active session",branches_empty:"This session has no branches",branches_assistant:"[assistant]",dialog_close:"Close",branches_currentPosition:"Current position: fork point (no message sent yet)",sidebar_worktreeOpenRoot:"Open the repository root to manage worktrees.",sidebar_worktreeGitOnly:"Worktrees are available in Git repository roots.",sidebar_creating:"Creating…",sidebar_projectNameRequired:"Project name is required",sidebar_worktreeTooltip:"Worktree: {path}",app_unsavedChangesIn:"Unsaved changes in {name}",app_tokens:"Tokens",app_contextTooltip:"Context: {pct} of {total} tokens",app_sessionInfoAfterMessageHint:"Send a message or run /session to load session info",tabs_closeNamed:"Close {label}",input_attachImage:"Attach image",input_attachFile:"Attach file",input_attachTooLarge:"file too large (max 256KB)",input_attachReadFailed:"read failed",input_attachUnsupported:"Only images and text-like files are supported (code/config/Markdown, etc.)",input_attachNeedCwd:"Select a project before attaching non-image files",input_attachedFilesPrompt:"The following files were uploaded to the Pidance attachments directory. Read them with tools as needed:",input_uploadingAttachment:"Uploading…",input_removeAttachment:"Remove attachment",input_compact:"Compact",input_compacting:"Compacting…",input_compactContext:"Compact context",input_stopCompaction:"Stop compaction",input_compactionResultWithReason:"{reason}: compacted {before} → {after}; saved {saved}.",input_compactionReason_auto:"Auto",input_compactionReason_threshold:"Threshold reached",input_compactionReason_overflow:"Context overflow",input_matchCountOne:"1 match",input_commandCountOne:"1 command",message_estimatedTokensStreaming:"Estimated token count while streaming",message_fileContext:"File context",markdown_previewShort:"Preview",chat_subagentSessionFallback:"subagent session",chat_subagent:"subagent",chat_agentNamed:"agent {name}",chat_subagentRun:"run {count}",files_containsChanges:"Contains changed files",viewer_readOnlyNoSession:"Read-only: open from a saved writable session to edit",files_existingFilesCount_one:"{count} file already exists",git_changesCount_one:"{count} change",files_downloadFile:"Download {name}",files_downloadFolder:"Download {name} as archive",files_rowMenuLabel:"Actions for {name}",files_rename:"Rename",files_copyPath:"Copy path",files_newFile:"New file",files_newFolder:"New folder",files_namePlaceholder:"Name",files_renameFailed:"Rename failed",files_createFailed:"Create failed",files_copyPathFailed:"Failed to copy path",models_browserNotOpened:"If the browser window did not open,",plugins_countExtensions:"{count} ext",plugins_countSkills:"{count} skills",plugins_countPrompts:"{count} prompts",plugins_countThemes:"{count} themes",plugins_versionInstalled:"installed {version}",plugins_versionConfigured:"configured {version}",plugins_diagnostics_one:"{count} diagnostic",plugins_diagnostics_other:"{count} diagnostics",defaults_hint:"Session behavior from settings.json. Only keys with SettingsManager public setters are editable; numeric compaction/retry fields are read-only.",defaults_modelSection:"Default model",defaults_provider:"Default provider",defaults_model:"Default model",defaults_providerUnset:"(not set)",defaults_modelUnset:"(select a model)",defaults_modelEmpty:"No models for this provider",defaults_modelsLoadFailed:"Failed to load model list",defaults_thinking:"Default thinking level",defaults_thinkingUnset:"(unset → off on save)",defaults_queueSection:"Message queue",defaults_steeringMode:"Steering mode",defaults_followUpMode:"Follow-up mode",defaults_inputSection:"Input",defaults_streamingEnter:"Enter while agent is running",defaults_streamingEnterQueue:"Queue (send after finish)",defaults_streamingEnterSteer:"Steer (inject immediately)",defaults_streamingEnterHint:"Desktop: Enter runs the default action; Ctrl/Cmd+Enter runs the opposite. The Send button always queues. Mobile: Enter inserts a newline; tap Send to submit.",defaults_completionSound:"Completion sound",defaults_completionSoundHint:"Play a tone when the agent finishes a turn.",input_sendQueueTooltip:"Queue this message after the current run finishes",defaults_compactionSection:"Compaction",defaults_compactionEnabled:"Enable auto-compaction",defaults_compactionReadonly:"reserveTokens={reserve} \xb7 keepRecentTokens={keep} (read-only; edit settings.json for numbers)",defaults_retrySection:"Retry",defaults_retryEnabled:"Enable automatic retry",defaults_retryReadonly:"maxRetries={max} \xb7 baseDelayMs={base} (read-only; edit settings.json for numbers)",defaults_loadFailed:"Couldn't load session settings",defaults_saveFailed:"Couldn't save session settings",defaults_retry:"Retry",defaults_refresh:"Refresh",common_trust:"Trust",trust_badgeTrusted:"Trusted",trust_badgeUntrusted:"Not trusted",trust_badgeUndecided:"Trust?",trust_badgeTrustedTitle:"Trusted — project settings, skills and extensions are loaded",trust_badgeUntrustedTitle:"Not trusted — project settings, skills and extensions are not loaded",trust_badgeUndecidedTitle:"No trust decision saved — project resources stay off until you decide",trust_manage:"Project trust for {project}",trust_dialogTitle:"Trust this project folder?",trust_dialogBody:"Trusting lets Pi load this folder's .pi settings and resources, install missing project packages, and run project extensions.",trust_optionTrust:"Trust",trust_optionTrustParent:"Trust parent folder",trust_optionDistrust:"Do not trust",trust_inheritedFrom:"Inherited from {path}",trust_appliesNextSession:"Applies to sessions started after this change; reload an already running session to pick it up.",trust_saving:"Saving…",trust_saveFailed:"Could not save the trust decision",trust_settingsTitle:"Project trust",trust_defaultLabel:"Fallback when no decision is saved",trust_defaultAsk:"Ask — project resources stay off until you decide",trust_defaultAlways:"Always trust",trust_defaultNever:"Never trust",trust_defaultHint:"Set with defaultProjectTrust in ~/.pi/agent/settings.json or pi's /settings.",trust_decisionsTitle:"Saved decisions",trust_decisionsEmpty:"No trust decisions saved yet.",trust_decisionTrusted:"Trusted",trust_decisionDistrusted:"Not trusted",trust_readOnlyHint:"Read-only view of ~/.pi/agent/trust.json. Change a decision from the project row in the sidebar.",trust_currentProject:"Current project",trust_noGate:"This folder has no trust-gated project resources, so it always loads normally.",trust_loadFailed:"Could not read trust decisions",export_toggle:"Export",export_title:"Export session",export_htmlLabel:"HTML",export_htmlDesc:"Full session as a styled page",export_jsonlLabel:"JSONL \xb7 current branch",export_jsonlDesc:"Raw entries up to the current leaf",branches_currentPoint:"Current point",branches_addBookmark:"Add bookmark",branches_editBookmark:"Edit bookmark",branches_removeBookmark:"Remove bookmark",branches_bookmarkPlaceholder:"Bookmark name",branches_bookmarkSave:"Save",branches_bookmarkCancel:"Cancel",branches_bookmarkEmpty:"Enter a name first",branches_bookmarkTooLong:"Keep it within {max} characters",branches_bookmarkFailed:"Couldn't save the bookmark",branches_bookmarkAria:"Bookmarked branch",branches_switchPrompt:"Switch to this branch",branches_switchDirect:"Switch",branches_switchDirectHint:"Jump there without a summary",branches_switchSummary:"Summarize & switch",branches_switchSummaryHint:"Save a summary of the current branch first",branches_switchCustom:"Custom focus…",branches_switchCustomHint:"Tell the summary what to keep",branches_switchCustomPlaceholder:"e.g. Keep the API design decisions",branches_switchCustomSubmit:"Summarize & switch",branches_switchBack:"Back",branches_switching:"Switching…",branches_summarizing:"Summarizing…",branches_switchFailed:"Couldn't switch branches",branches_waitForRun:"Wait for the current run to finish",message_branchSummary:"Branch summary",message_branchSummaryDescription:"A summary of the branch you left, kept here for context.",auth_checking:"Checking sign-in…",auth_loginTitle:"Sign in to Pidance",auth_loginHint:"Enter the server password to continue",auth_password:"Password",auth_trustDevice:"Trust this device for 7 days",auth_login:"Sign in",auth_loggingIn:"Signing in…",auth_loginFailed:"Sign-in failed",auth_invalidCredentials:"Incorrect password",auth_loginRateLimited:"Too many attempts. Try again in {seconds}s",auth_logout:"Sign out",general_loginSection:"Sign-in",general_loginHint:"Server password gate for this Pidance instance (PIDANCE_PASSWORD / PI_WEB_PASSWORD).",general_loginStatus:"Status",general_loginNotRequired:"Password not configured — anyone who can reach this instance can use it.",general_loginAuthenticated:"Signed in on this device",general_loginNotAuthenticated:"Not signed in",general_loginCheckFailed:"Could not check sign-in status",general_logoutHint:"Sign out on this device. You will need the server password again.",general_updateSection:"Updates",general_updateHint:"When enabled, Pidance checks npm for a new version on page load and shows a notice if an update is available. You can still check manually in About.",general_autoUpdateCheck:"Check for updates on page load"},a={localeName:"简体中文",skills_updateSingle:"个更新",skills_updatePlural:"个更新",models_delete:"删除",models_addModel:"向 {provider} 添加模型",models_apiLabel:"API",models_nameLabel:"名称",models_costLabel:"费用(每百万 tokens)",models_subscriptionStatus:"已连接",models_subscriptionNotConnected:"未连接",models_openLoginPage:"点击此处打开登录页面",models_submit:"提交",models_cancel:"取消",models_verifyPage:"打开验证页面并输入此代码:",models_expiresIn:"将在 {minutes} 分钟后过期。",models_configured:"已配置",models_notConfigured:"未配置",models_keyStored:"API 密钥已保存。请在下方输入新密钥以替换,或断开连接以移除。",models_enableModels:"输入你的 {provider} API 密钥以启用 {count} 个模型。",models_selectDetail:"选择提供商或模型",models_modelsTitle:"供应商",models_newModel:"新模型",close:"关闭",chatInputPlaceholder:"给 Pi 发消息...",common_settings:"设置",common_general:"通用",common_appearance:"外观",common_models:"供应商",common_defaults:"会话",common_skills:"技能",common_plugins:"插件",common_back:"返回",common_save:"保存",common_saved:"已保存",common_saving:"保存中…",common_loading:"加载中…",common_search:"搜索",common_install:"安装",common_update:"更新",common_remove:"移除",common_delete:"删除",common_cancel:"取消",common_unknown:"未知",common_name:"名称",common_description:"描述",common_source:"来源",common_version:"版本",common_status:"状态",common_resources:"资源",common_project:"项目",common_global:"全局",common_needsProject:"需要项目",common_selectProject:"请先选择项目",common_selectProjectHint:"请在侧边栏选择项目目录,然后重新打开此页面。",appearance_theme:"主题",appearance_colorMode:"颜色模式",appearance_light:"浅色",appearance_dark:"深色",appearance_system:"跟随系统",appearance_themeStyle:"主题样式",appearance_chamber:"Chamber 暖墨",appearance_fusion:"Pidance 融合",appearance_language:"语言",appearance_coverage:"主题与语言切换会立即在应用中生效。",models_provider:"提供商",models_providerName:"提供商名称",models_baseUrl:"Base URL",models_apiKey:"API Key",models_api:"API",models_rename:"重命名",models_default:"默认",models_disabled:"已禁用",models_testing:"正在测试模型连接…",models_connected:"已连接",models_failed:"失败",models_test:"测试模型连接",models_testAgain:"模型连接正常 — 再试一次",models_testFailedAgain:"模型连接失败 — 再试一次",models_model:"模型",models_id:"ID *",models_displayName:"显示名称",models_apiOverride:"API 覆盖",models_reasoning:"推理 / 思考",models_imageInput:"图像输入",models_thinkingCompat:"DeepSeek 思考兼容",models_thinkingMap:"思考级别映射",models_clearThinkingMap:"清除思考级别映射",models_contextWindow:"上下文窗口(tokens)",models_maxOutput:"最大输出 tokens",models_cost:"费用(每百万 tokens)",models_subscription:"订阅",models_login:"登录",models_relogin:"重新登录",models_disconnect:"断开连接",models_connectAccount:"连接你的 {provider} 账户。",models_alreadyConnected:"已连接。你可以重新登录或断开连接。",models_openingBrowser:"正在打开浏览器…",models_redirectInstructions:"请在浏览器中完成登录,然后复制地址栏中的重定向 URL 并粘贴到下方。",models_enterValue:"输入值…",models_connectedSuccessfully:"连接成功。",models_enterNewKey:"输入新密钥以替换…",models_saved:"已保存",models_saving:"保存中…",models_removing:"移除中…",models_searchProviders:"搜索提供商…",models_noProviders:"没有匹配的提供商",models_custom:"自定义",models_compatible:"兼容 OpenAI / Anthropic",models_customEndpoint:"自定义端点格式",models_subscriptions:"订阅",models_addProvider:"添加提供商",models_hideApiKey:"隐藏 API Key",models_showApiKey:"显示 API Key",models_apiKeyPlaceholder:"环境变量名、!shell 命令或直接填写密钥",models_apiKeyHint:"使用 ! 前缀运行 shell 命令,也可以填写环境变量名",models_modelCount:"{count} 个模型",models_authRequired:"需要认证",models_authRequiredToViewModels:"认证后可查看模型",oauth_verifying:"验证中…",oauth_continuing:"继续中…",oauth_connectionLost:"连接已断开",oauth_networkError:"网络错误",apikey:"API Key",skills_loading:"加载中…",skills_visible:"显示在模型提示词中 — 点击禁用",skills_hidden:"已从模型提示词中隐藏 — 点击启用",skills_checking:"正在检查更新…",skills_check:"检查更新",skills_checkingShort:"检查中…",skills_upToDate:"已是最新",skills_unavailable:"无法自动检查",skills_checkFailed:"检查失败",skills_updating:"更新中…",skills_noResults:"未找到技能",skills_searching:"搜索中…",skills_installing:"安装中…",skills_installed:"已安装",skills_updateAvailable:"有可用更新",skills_checkAll:"检查所有技能更新",skills_checkingAll:"正在检查所有技能更新…",skills_path:"路径",skills_unknownVersion:"未知",skills_add:"添加技能",skills_discoverPrefix:"搜索",skills_discoverSuffix:"以发现并安装适合代理的技能。",skills_select:"选择技能",skills_updateCount:"{count} 个更新",plugins_update:"更新 {source}",plugins_updating:"正在更新 {source}…",plugins_filtered:"已筛选",plugins_package:"插件包",plugins_installedPath:"安装路径",plugins_cwd:"Cwd",plugins_resolvedResources:"已解析资源",plugins_noConfigured:"未配置插件",plugins_select:"选择插件包",plugins_totals:"{extensions} 个扩展 \xb7 {skills} 个技能 \xb7 {prompts} 个提示词 \xb7 {themes} 个主题",plugins_disabled:"已禁用",plugins_noResources:"没有资源",plugins_unknown:"未知",plugins_extensions:"扩展",plugins_skills:"技能",plugins_prompts:"提示词",plugins_themes:"主题",plugins_packageDisabled:"插件包已禁用",plugins_noResolved:"没有已解析的资源",plugins_add:"添加插件",plugins_examples:"示例",plugins_installing:"安装中…",plugins_enable:"启用插件包",plugins_disable:"禁用插件包",plugins_reloading:"正在重新加载会话…",plugins_reload:"重新加载当前会话",plugins_openSession:"打开会话后才能重新加载",plugins_removing:"移除中…",plugins_notFound:"未找到",plugins_refreshing:"正在刷新插件列表…",plugins_refresh:"刷新插件列表",plugins_removed:"插件包已移除。",plugins_installed:"插件包已安装。",plugins_updated:"插件包已更新。",plugins_disabledMessage:"插件包已禁用。",plugins_enabled:"插件包已启用。",plugins_reloaded:"会话已重新加载。",app_chat:"聊天",app_settings:"设置",app_about:"关于",about_title:"关于 Pidance",about_version:"Pidance 版本 {version}",about_piSdkVersion:"管理面 Pi SDK {version}",about_runtimePiVersion:"运行时 Pi {version}",about_runtimeMode:"Agent 运行模式 {mode}",about_runtimeIncompatible:"外部 runtime 不可用或版本不兼容",about_github:"GitHub",about_footerNote:"面向 Pi coding agent 的开源 Web 客户端",about_checkUpdate:"检查更新",about_checkingUpdate:"检查中…",about_upToDate:"已是最新版本({version})",about_updateAvailable:"发现新版本:{current} → {latest}",about_upgradeNow:"一键升级",about_upgrading:"升级中…",about_upgradeDone:"已升级到 {version}",about_upgradeFailed:"升级失败:{message}",about_upgradeNotSupported:"当前环境不支持一键升级",update_bannerTitle:"Pidance 有新版本",update_bannerBody:"{current} → {latest}",update_bannerUpgrade:"一键升级",update_bannerDismiss:"稍后",update_bannerWorkspace:"发现新版本(工作区/测试部署请在正式安装 31415 升级)",app_showSidebar:"显示侧栏",app_hideSidebar:"隐藏侧栏",app_sidebarResizeHandle:"调整侧栏宽度",app_lightMode:"切换到浅色模式",app_darkMode:"切换到深色模式",app_titleGenerating:"正在生成标题…",app_titleGenerated:"标题已生成",app_titleGenerationFailed:"标题生成失败",app_titleGenerationDisabled:"标题生成已禁用",app_titleGenerationDisabledReason:"当前会话无法生成标题",app_systemPrompt:"系统提示词",app_system:"系统",app_sessionInfo:"会话信息",app_showFiles:"显示文件",app_hideFiles:"隐藏文件",app_showGit:"显示 Git",app_hideGit:"隐藏 Git",app_readOnlySystemPrompt:"系统提示词只读",app_name:"名称",app_file:"文件",app_id:"ID",app_inMemory:"内存中",app_messages:"消息",app_user:"用户",app_assistant:"助手",app_toolCalls:"工具调用",app_toolResults:"工具结果",app_total:"总计",app_input:"输入",app_output:"输出",app_cacheRead:"缓存读取",app_cacheWrite:"缓存写入",app_cost:"费用",app_context:"上下文",app_unknown:"未知",app_copyFilePath:"复制文件路径",app_copySessionId:"复制会话 ID",app_saveAndClose:"保存并关闭",app_discardChanges:"放弃更改",app_cancelClosing:"取消关闭",sidebar_justNow:"刚刚",sidebar_minutesAgo:"{count} 分钟前",sidebar_hoursAgo:"{count} 小时前",sidebar_daysAgo:"{count} 天前",sidebar_createWorktree:"创建工作树",sidebar_checkingWorktree:"正在检查工作树…",sidebar_worktreeUnavailable:"工作树不可用",sidebar_addProject:"添加项目",sidebar_newSessionIn:"在 {project} 中新建会话",sidebar_selectProject:"选择项目",sidebar_searchSessions:"搜索会话",sidebar_displayOptions:"显示选项",sidebar_loadMoreRecent:"加载更多(+{count} \xb7 {shown}/{total})",sidebar_recentSessions:"最近会话",sidebar_standard:"标准",sidebar_compact:"紧凑",sidebar_collapseAll:"全部折叠",sidebar_expandAll:"全部展开",sidebar_showMore:"显示更多",sidebar_showFewer:"收起",sidebar_refresh:"刷新",sidebar_searchPlaceholder:"搜索会话…",sidebar_searchPlaceholderFulltext:"搜索消息正文…",sidebar_clearSearch:"清除搜索",sidebar_loading:"加载中…",sidebar_searchEmpty:"没有匹配 “{query}” 的会话",sidebar_searchModeMeta:"名称",sidebar_searchModeFulltext:"全文",sidebar_searchFulltextLoading:"正在搜索消息…",sidebar_searchFulltextSourceFts:"索引",sidebar_searchFulltextSourceJsonl:"扫描",sidebar_searchFulltextHits:"{count} 条命中",sidebar_searchFulltextSnippet:"打开含此命中的会话",sidebar_noProjects:"没有项目",sidebar_expandProject:"展开项目",sidebar_collapseProject:"折叠项目",sidebar_branchName:"分支名称",sidebar_createWorktreeAction:"创建工作树",sidebar_removeWorktree:"移除工作树",sidebar_forceRemoveWorktree:"强制移除工作树",sidebar_dirtyWorktreeConfirm:"此工作树有未提交更改,仍要移除吗?",sidebar_projectMenu:"项目菜单",sidebar_editProject:"编辑项目",sidebar_closeProject:"关闭项目",sidebar_addProjectDialog:"添加项目",sidebar_projectName:"项目名称",sidebar_projectPath:"项目路径",sidebar_selectDirectory:"选择目录",sidebar_browseLoading:"加载中…",sidebar_browseGo:"前往",sidebar_browseOpenBeforeSelect:"先打开再选择",sidebar_browseMissing:"目录不存在",sidebar_browseGitRepo:"Git 仓库",sidebar_browseNotGit:"非 Git 目录",sidebar_browseEmpty:"无子目录",sidebar_createDefaultDirectory:"创建默认目录",sidebar_validating:"验证中…",sidebar_add:"添加",sidebar_save:"保存",sidebar_cancel:"取消",sidebar_projectDescription:"描述",sidebar_running:"运行中",sidebar_runningSeconds:"{s} 秒",sidebar_runningMinutesSeconds:"{m} 分 {s} 秒",sidebar_runningHoursMinutes:"{h} 小时 {m} 分",sidebar_activity:"活动",sidebar_noMessages:"没有消息",sidebar_deleteSession:"删除会话",sidebar_deleteConfirm:"确定删除会话「{name}」?此操作不可恢复。",sidebar_renameSession:"重命名会话",sidebar_sessionMenuLabel:"{session} 的会话操作",sidebar_copySessionId:"复制会话 ID",sidebar_exportSessionHtml:"导出 HTML",sidebar_exportSessionJsonl:"导出完整 JSONL",sidebar_subagentReadOnly:"子 Agent 会话只读",sidebar_subagentBadge:"子代理",sidebar_messagesCount:"{count} 条消息",sidebar_runCount:"第 {count} 次运行",sidebar_readOnly:"只读",sidebar_expandChild:"展开子会话",sidebar_collapseChild:"折叠子会话",sidebar_expandRecentSessions:"展开最近会话",sidebar_collapseRecentSessions:"折叠最近会话",sidebar_archive:"归档",sidebar_archiveSession:"归档会话",archive_viewTitle:"已归档会话",archive_viewCount:"已归档 {count} 个会话",archive_back:"返回会话列表",archive_empty:"暂无归档会话",archive_emptyHint:"在会话行菜单中选择「归档」即可整理此列表。",archive_archivedAt:"归档于 {date}",archive_restore:"恢复",archive_restoring:"恢复中…",archive_restoreFailed:"恢复失败:{error}",archive_delete:"永久删除",archive_deleteConfirm:"永久删除该归档会话?其消息将无法恢复。",archive_deleteConfirmButton:"删除",archive_deleteCancel:"取消",archive_deleting:"删除中…",archive_deleteFailed:"删除失败:{error}",archive_archiving:"归档中…",archive_archiveFailed:"归档失败:{error}",archive_runningConflict:"该会话正在运行,结束后才能归档。",archive_readOnlyForbidden:"只读子代理会话不能归档。",archive_rowDisabledRunning:"运行中 — 结束后才能归档",archive_rowDisabledReadOnly:"只读子代理会话 — 不能归档",archive_networkError:"网络错误",archive_unknownError:"未知错误",chat_runningTool:"正在运行工具",chat_runningNamed:"正在运行 {name}",chat_waitingModel:"等待模型",chat_runningCommand:"正在运行命令",chat_thinking:"思考中",chat_processDetails:"过程详情",chat_message:"条消息",chat_messages:"条消息",chat_toolCall:"次工具调用",chat_toolCalls:"次工具调用",chat_showProcess:"展开过程",chat_hideProcess:"折叠过程",chat_loadingSession:"正在加载会话…",chat_loadEarlier:"加载较早的 {count} 条消息",chat_backToBottom:"回到底部",chat_readOnlySession:"只读会话",chat_readOnlySessionDescription:"仅可浏览:发送、引导、追问、压缩、分叉与设置修改均已禁用;消息、文件与会话统计仍可查看。",chat_extensionRequest:"扩展请求",chat_extensionPanel:"扩展面板",retracted_messagesTitle:"已撤回 {count} 条消息",retracted_restore:"恢复",retracted_restoreTooltip:"恢复这条消息及其回复(若安装了扩展则一并恢复工作区)",retracted_noText:"(无文本)",chat_confirm:"确认",chat_submit:"提交",chat_cancel:"取消",chat_close:"关闭",notice_warning:"警告",notice_error:"错误",notice_info:"提示",notice_success:"成功",notice_expand:"展开通知",notice_collapse:"折叠通知",notice_copy:"复制通知",notice_copied:"已复制",notice_close:"关闭通知",notice_pin:"固定通知",notice_unpin:"取消固定通知",notice_pinned:"已固定",notice_viewActivity:"查看保存记录",notice_activityHistory:"已保存活动 \xb7 {count}",notice_activityHistoryTitle:"已保存的扩展活动",notice_activityHistoryDescription:"随当前会话保留的警告与错误",notice_activityPending:"会话刷新后将在此显示保存记录。",session_leafDrift:"外部 Pi runtime 无法恢复该分支;会话将从文件末尾继续。",input_thinkingOff:"关闭思考",input_thinkingMinimal:"最少思考",input_thinkingLow:"低强度思考",input_thinkingMedium:"中等思考",input_thinkingHigh:"高强度思考",input_thinkingXhigh:"超高强度思考",input_thinkingMax:"最大思考",input_slashCommandDescription:"运行斜杠命令",input_builtIn:"内置",input_extensions:"扩展",input_prompts:"提示词",input_skills:"技能",input_matchCount:"{count} 个匹配",input_commandCount:"{count} 个命令",input_compacted:"已压缩",input_recall:"召回",input_sendQueueAsSteer:"引导发送",input_sendQueueAsSteerTooltip:"将队列消息以引导方式发送;若输入框有内容会先并入队列再整队发送",input_retrying:"重试中…",input_slashCommands:"斜杠命令",input_loadingCommands:"正在加载命令…",input_tabEnter:"Tab / Enter",input_noCommands:"没有找到命令",message_copy:"复制消息",message_editFromHere:"从此处编辑",message_retract:"撤回",message_retractTooltip:"撤回这条消息及其回复(若安装了扩展则一并还原工作区)",message_newSession:"新建会话",message_branchHere:"从此处分支",message_branchHereTooltip:"回到这条消息之前继续;发送后形成新分支,可在分支树切换",message_newSessionFromHere:"从此处开始新会话",message_newSessionFromHereTooltip:"复制此前会话与上下文到新会话,并预填这条消息",message_copyAnswer:"复制回答",message_branchFromAnswer:"基于此回答分支",message_branchFromAnswerTooltip:"以此回答轮末为起点分叉;发送后形成新分支",message_newSessionFromAnswer:"基于此回答开始新会话",message_newSessionFromAnswerTooltip:"复制至此回答的会话与上下文到新会话",message_creating:"创建中…",message_thinkingUnavailable:"思考不可用",message_thinkingLoading:"正在加载思考内容…",message_noOutput:"无输出",message_toolCommand:"命令",message_toolLiveOutput:"实时输出",message_toolOutputTruncated:"输出已在 64 KB 处截断",message_toolWaitingOutput:"等待输出…",message_toolStatusRunning:"执行中",message_toolStatusSuccess:"已完成",message_toolStatusError:"错误",message_toolStatusCancelled:"已取消",message_command:"命令",message_compaction:"压缩",message_conversationCompacted:"对话已压缩",message_conversationCompactedDescription:"较早消息已压缩以节省上下文。",message_noSummary:"没有摘要",message_read:"读取",message_modified:"已修改",message_modifiedFiles:"已修改文件",message_readFiles:"已读取文件",message_hiddenExtensionMessage:"扩展消息已隐藏",message_noExtensionMessage:"没有扩展消息",message_showExtensionMessage:"显示扩展消息",message_expand:"展开",message_collapse:"折叠",message_showDetails:"显示详情",message_hideDetails:"隐藏详情",files_loading:"正在加载文件…",files_gitStatusLoading:"正在加载 Git 状态…",files_uploadError:"上传错误",files_modified:"已修改",files_added:"已添加",files_deleted:"已删除",files_renamed:"已重命名",files_untracked:"未跟踪",files_conflict:"冲突",files_uploading:"上传中…",files_uploaded:"已上传",files_replace:"替换",files_skip:"跳过",files_cancel:"取消",files_resultStats:"{count} 个结果",files_loadingList:"加载中…",files_noFiles:"没有文件",viewer_source:"源码",viewer_preview:"预览",viewer_diff:"差异",viewer_download:"下载",viewer_noChanges:"没有更改",viewer_unchangedLines:"未更改行",viewer_live:"实时",viewer_static:"静态",viewer_loadFailed:"加载失败",viewer_readOnlyReason:"只读:{reason}",viewer_gitDiff:"Git 差异",viewer_wrap:"自动换行",viewer_undo:"撤销",viewer_redo:"重做",viewer_save:"保存",viewer_externalChange:"文件已在编辑器外发生更改",viewer_saveConflict:"保存冲突",viewer_saved:"已保存",viewer_keepDraft:"保留草稿",viewer_discardReload:"放弃并重新加载",viewer_htmlPreview:"HTML 预览",tabs_backToChat:"返回聊天",tabs_closeUnsaved:"关闭未保存文件",tabs_close:"关闭",workspace_filesAndGit:"文件与 Git 工作区",workspace_resizeHandle:"拖动调整大小",workspace_files:"文件",workspace_gitChanges:"Git 更改",workspace_upload:"上传",workspace_refresh:"刷新",workspace_close:"关闭",workspace_selectProject:"选择项目",changes_title:"文件修改与差异",changes_resizeHandle:"调整修改面板宽度",changes_selectFile:"选择有修改的文件以查看差异",changes_diffLoading:"正在加载差异…",changes_statusError:"加载文件修改失败(HTTP {status})",changes_diffError:"加载差异失败(HTTP {status})",changes_diffUnavailable:"此文件暂时无法显示差异",secondary_title:"文件详情",secondary_empty:"在侧栏中选择文件以查看详情",secondary_closeAll:"关闭全部文件",app_showPanel:"显示面板",app_hidePanel:"隐藏面板",panel_ariaLabel:"文件、Git 与会话面板",panel_selectSessionHint:"选择会话后查看会话信息",git_loading:"正在加载 Git 状态…",git_openFile:"打开 {path}({status})",git_notRepo:"不是 Git 仓库",git_clean:"工作树干净",git_changesCount:"{count} 处更改",todo_pending:"待处理",todo_inProgress:"进行中",todo_completed:"已完成",todo_high:"高",todo_medium:"中",todo_low:"低",todo_toggle:"待办事项",todo_expand:"展开待办事项",todo_collapse:"折叠待办事项",todo_complete:"完成",todo_active:"进行中",todo_priority:"优先级",todo_blockedBy:"被 {list} 阻塞",om_toggle:"观察与反思",om_expand:"展开观察与反思",om_collapse:"折叠观察与反思",om_observations:"观察",om_reflections:"反思",om_countSummary:"{observations} 观察 \xb7 {reflections} 反思",om_dropped:"已丢弃 {count}",om_relevanceCritical:"关键",om_relevanceHigh:"高",om_relevanceMedium:"中",om_relevanceLow:"低",om_emptyObservations:"暂无有效观察",om_emptyReflections:"暂无反思",om_readOnlySummary:"扩展写入的只读认知记忆",om_sourceDescription:"这些只读认知记忆由扩展写入,并非 Pidance 自动生成。Pidance 只负责展示,不直接编辑 Pi 会话。",om_observationsDescription:"Agent 为当前分支保留的事实与线索。",om_reflectionsDescription:"基于这些上下文形成的更高层总结。",om_projectionUnavailable:"当前分支暂无可读的观察与反思投影。",wh_toggle:"工作区历史",wh_expand:"展开工作区历史",wh_collapse:"折叠工作区历史",wh_countSummary:"{count} 个快照",wh_kindBaseline:"基线",wh_kindBefore:"回合前",wh_kindAfter:"回合后",wh_kindManual:"检查点",wh_undo:"撤销",wh_redo:"重做",wh_checkpoint:"检查点",wh_checkpointPlaceholder:"可选标签…",wh_checkpointSave:"保存",wh_actionsDisabled:"运行中或只读时不可用",wh_empty:"当前分支无快照",wh_showFiles:"显示变更文件",wh_hideFiles:"收起文件",wh_diffUnavailable:"无法列出文件变更",wh_noFileChanges:"无文件变更",wh_moreFiles:"另有 {count} 项",extension_expired:"已过期",extension_waitingEnded:"等待结束",extension_responseSent:"已发送响应",extension_extension:"扩展",extension_cancel:"取消",extension_confirm:"确认",extension_submit:"提交",extension_other:"其他",extension_selectAnOption:"请选择一项",extension_otherPlaceholder:"输入自定义内容",extension_ctrlEnterHint:"Ctrl+Enter 提交",guide_projectTitle:"选择项目",guide_worktreeTitle:"工作树",guide_mainWorktree:"主工作树",guide_worktree:"工作树",guide_sessionCount:"{count} 个会话",guide_loading:"加载中…",guide_noProjects:"还没有项目——从侧栏开始新会话。",guide_noWorktrees:"该项目不是 git 仓库;可直接在此新建会话。",guide_worktreeUnavailable:"该项目的工作树列表不可用。",guide_projectPlaceholder:"选择项目…",guide_branchPlaceholder:"选择分支…",guide_newWorktree:"新建工作树",guide_newWorktreePlaceholder:"分支名…",guide_creatingWorktree:"创建中…",guide_createWorktree:"创建",palette_title:"命令面板",palette_placeholder:"搜索会话、文件、操作…",palette_newSession:"新建会话(当前项目)",palette_toggleTheme:"切换主题",palette_settingsModels:"设置 → 供应商",palette_settingsSkills:"设置 → 技能",palette_settingsPlugins:"设置 → 插件",palette_searching:"搜索中…",palette_noResults:"无结果",app_generateTitle:"生成标题",app_saveFailed:"保存失败(HTTP {status})",app_copied:"已复制",app_openWorkspace:"正在打开工作区…",app_workspaceUnavailable:"无法打开工作区",app_selectSessionFromSidebar:"从侧栏选择会话",app_getStarted:"开始使用",app_setupSelectProject:"从侧栏选择项目目录",app_setupAddModel:"通过底部的设置按钮添加模型",app_systemPromptReadOnlyHint:"只读会话不提供系统提示词。",app_systemPromptEmptyHint:"系统提示词为空。",app_systemPromptAfterMessageHint:"外部 Pi 运行时未提供系统提示词(RPC 协议不含该字段)。",sidebar_expandProjectNamed:"展开 {project}",sidebar_collapseProjectNamed:"折叠 {project}",sidebar_expandWorktreeNamed:"展开 {name}",sidebar_collapseWorktreeNamed:"折叠 {name}",sidebar_noSessions:"没有会话",sidebar_noSessionsYet:"暂无会话",sidebar_removeWorktreeAt:"移除工作树 {path} 并保留其分支",sidebar_forceRemove:"强制移除",sidebar_addProjectDescription:"将项目目录添加到侧栏。",sidebar_editProjectDescription:"为 {path} 设置显示名称。",sidebar_noExistingDirectory:"没有现成目录",sidebar_projectMenuLabel:"{project} 的项目菜单",input_usePiDefault:"使用 Pi 默认值",input_queued:"已排队 \xb7 {count}",input_searchingAllFiles:"正在搜索所有文件…",input_indexTruncated:"索引不完整",input_loadingFiles:"正在加载文件…",input_files:"文件",input_searching:"正在搜索…",input_noMatchingFiles:"没有匹配的文件",input_placeholderSteer:"立即引导 / 排队跟进…",input_placeholderRunning:"Agent 正在运行…",input_placeholderMessage:"消息… 输入 / 使用命令,@ 引用文件",input_imageQueueDisabled:"Agent 运行时无法排队图片附件",input_steerTooltip:"中断当前运行并立即注入此消息",input_followUpTooltip:"在 Agent 完成后排队发送此消息",input_steer:"引导",input_followUp:"跟进",input_send:"发送",input_shellStatus:"Shell \xb7 {scope}",input_shellLocal:"输出仅保留在本地",input_shellModel:"输出发送给模型",input_more:"更多",input_toolsNone:"无工具(只读)",input_toolsDefault:"4 个内置工具",input_toolsAll:"所有内置工具",input_stop:"停止",input_soundDisable:"关闭完成提示音",input_soundEnable:"开启完成提示音",input_compactCommandDescription:"压缩当前会话",input_reloadCommandDescription:"重新加载当前会话",input_nameCommandDescription:"设置会话名称",input_sessionCommandDescription:"显示会话信息",input_copyCommandDescription:"复制当前会话",input_compactionResult:"已压缩 {before} → {after};节省 {saved}。",input_fold:"折叠",input_controlsTitle:"控件",input_toolsTitle:"工具",input_thinkingTitle:"思考",input_changeAppliesNextTurn:"下次发送时生效(含引导 / 队列)",input_modelTitle:"模型",input_soundTitle:"完成提示音",message_editFromHereTooltip:"从此处编辑——在当前会话内创建分支",message_newSessionTooltip:"新会话——从此处创建独立副本",message_noMessages:"没有消息",message_extensionDefaultType:"扩展",message_tokensPerSecond:"{count} tokens/秒",message_viewFullOutput:"查看完整输出",message_loadingOutput:"正在加载完整输出…",message_downloadFullOutput:"下载完整输出",files_loadFailed:"加载文件失败(HTTP {status})",files_gitStatusLoadFailed:"加载 Git 状态失败(HTTP {status})",files_uploadFailed:"上传失败(HTTP {status})",files_uploadCheckFailed:"上传检查失败(HTTP {status})",files_uploadNetworkError:"上传时发生网络错误",files_uploadCancelled:"上传已取消",files_insertIntoChat:"将 {name} 插入聊天",files_existingFilesCount:"已有 {count} 个文件",files_cannotReplace:"无法替换:{names}",files_closeError:"关闭错误",files_uploadedCount:"已上传 {count} 个",files_skippedCount:"已跳过 {count} 个",files_failedCount:"失败 {count} 个",files_addFileToChat:"添加文件到聊天",files_addAllFilesToChat:"将所有文件添加到聊天",files_closeUploadResults:"关闭上传结果",viewer_liveSyncOn:"已开启实时同步",viewer_liveSyncOff:"未监听实时变更",viewer_docxTooLarge:"超过 10 MB 的 DOCX 文件无法预览",viewer_readOnlyNoProject:"未选择项目,因此只读",viewer_readOnlySession:"当前会话为只读,因此只读",viewer_fileEditAria:"编辑文件",viewer_enableWrap:"启用自动换行",viewer_disableWrap:"禁用自动换行",viewer_externalChangeDraftKept:"文件已被外部修改;已保留你的草稿",viewer_externalSaveConflict:"文件在保存前已被外部修改",viewer_keepLocalDraft:"保留本地草稿",viewer_discardLocalDraftReload:"丢弃本地草稿并重新加载",viewer_gitDiffSavedWorktree:"Git 差异显示已保存的工作树,不包含未保存的草稿",viewer_linesCount:"{count} 行",workspace_gitStatusLoadFailed:"加载 Git 状态失败(HTTP {status})",workspace_refreshFiles:"刷新文件",workspace_refreshGitStatus:"刷新 Git 状态",markdown_previewAfterStreaming:"流式输出完成后才能预览",markdown_showSource:"显示 Mermaid 源码",markdown_preview:"预览 Mermaid 图表",markdown_source:"源码",markdown_invalidMermaid:"Mermaid 图表无效",markdown_renderingMermaid:"正在渲染 Mermaid 图表",markdown_copied:"已复制",markdown_copy:"复制",branches:"分支",branches_noSession:"没有活动会话",branches_empty:"此会话没有分支",branches_assistant:"[助手]",dialog_close:"关闭",branches_currentPosition:"当前位置:分叉点(未发送新消息)",sidebar_worktreeOpenRoot:"请打开仓库根目录以管理工作树。",sidebar_worktreeGitOnly:"工作树仅在 Git 仓库根目录可用。",sidebar_creating:"创建中…",sidebar_projectNameRequired:"请输入项目名称",sidebar_worktreeTooltip:"工作树:{path}",app_unsavedChangesIn:"{name} 中有未保存的更改",app_tokens:"Token 用量",app_contextTooltip:"上下文:{pct},共 {total} tokens",app_sessionInfoAfterMessageHint:"发送消息或运行 /session 以加载会话信息",tabs_closeNamed:"关闭 {label}",input_attachImage:"附加图片",input_attachFile:"添加附件",input_attachTooLarge:"文件过大(上限 256KB)",input_attachReadFailed:"读取失败",input_attachUnsupported:"暂仅支持图片与文本类附件(代码/配置/Markdown 等)",input_attachNeedCwd:"请先选择项目后再添加非图片附件",input_attachedFilesPrompt:"以下文件已上传到 Pidance 附件目录,请按需用工具读取:",input_uploadingAttachment:"上传中…",input_removeAttachment:"移除附件",input_compact:"压缩",input_compacting:"压缩中…",input_compactContext:"压缩上下文",input_stopCompaction:"停止压缩",input_compactionResultWithReason:"{reason}:已压缩 {before} → {after};节省 {saved}。",input_compactionReason_auto:"自动触发",input_compactionReason_threshold:"达到阈值",input_compactionReason_overflow:"上下文溢出",input_matchCountOne:"1 个匹配",input_commandCountOne:"1 个命令",message_estimatedTokensStreaming:"流式输出时预估的 token 数量",message_fileContext:"文件上下文",markdown_previewShort:"预览",chat_subagentSessionFallback:"子代理会话",chat_subagent:"子代理",chat_agentNamed:"代理 {name}",chat_subagentRun:"第 {count} 次运行",files_containsChanges:"包含已变更的文件",viewer_readOnlyNoSession:"只读:请从已保存的可写会话打开后再编辑",files_existingFilesCount_one:"已有 {count} 个文件",git_changesCount_one:"{count} 处更改",files_downloadFile:"下载 {name}",files_downloadFolder:"下载 {name}(压缩包)",files_rowMenuLabel:"{name} 的操作",files_rename:"重命名",files_copyPath:"复制路径",files_newFile:"新建文件",files_newFolder:"新建文件夹",files_namePlaceholder:"名称",files_renameFailed:"重命名失败",files_createFailed:"创建失败",files_copyPathFailed:"复制路径失败",models_browserNotOpened:"如果浏览器窗口没有打开,",plugins_countExtensions:"{count} 个扩展",plugins_countSkills:"{count} 个技能",plugins_countPrompts:"{count} 个提示词",plugins_countThemes:"{count} 个主题",plugins_versionInstalled:"已安装 {version}",plugins_versionConfigured:"配置 {version}",plugins_diagnostics_one:"{count} 条诊断",plugins_diagnostics_other:"{count} 条诊断",defaults_hint:"来自 settings.json 的会话行为设置。仅 SettingsManager 公开 setter 覆盖的键可编辑;compaction/retry 数值字段只读。",defaults_modelSection:"默认模型",defaults_provider:"默认 Provider",defaults_model:"默认 Model",defaults_providerUnset:"(未设置)",defaults_modelUnset:"(请选择模型)",defaults_modelEmpty:"该 Provider 下暂无模型",defaults_modelsLoadFailed:"模型列表加载失败",defaults_thinking:"默认思考级别",defaults_thinkingUnset:"(未设置 → 保存为 off)",defaults_queueSection:"消息队列",defaults_steeringMode:"Steering 模式",defaults_followUpMode:"Follow-up 模式",defaults_inputSection:"输入",defaults_streamingEnter:"运行中回车默认动作",defaults_streamingEnterQueue:"队列(完成后发送)",defaults_streamingEnterSteer:"引导(立即中断注入)",defaults_streamingEnterHint:"桌面:Enter 执行默认动作,Ctrl/Cmd+Enter 执行相反动作。发送按钮始终排队。手机:回车换行,点发送按钮提交。",defaults_completionSound:"完成提示音",defaults_completionSoundHint:"Agent 完成一轮回复时播放提示音。",input_sendQueueTooltip:"排队到当前运行结束后发送",defaults_compactionSection:"压缩",defaults_compactionEnabled:"启用自动压缩",defaults_compactionReadonly:"reserveTokens={reserve} \xb7 keepRecentTokens={keep}(只读;改数值请编辑 settings.json)",defaults_retrySection:"重试",defaults_retryEnabled:"启用自动重试",defaults_retryReadonly:"maxRetries={max} \xb7 baseDelayMs={base}(只读;改数值请编辑 settings.json)",defaults_loadFailed:"会话设置加载失败",defaults_saveFailed:"会话设置保存失败",defaults_retry:"重试",defaults_refresh:"刷新",common_trust:"信任",trust_badgeTrusted:"已信任",trust_badgeUntrusted:"未信任",trust_badgeUndecided:"待决定",trust_badgeTrustedTitle:"已信任:加载该项目的设置、技能与扩展",trust_badgeUntrustedTitle:"未信任:不加载该项目的设置、技能与扩展",trust_badgeUndecidedTitle:"尚未保存信任决策:在你决定之前不加载项目资源",trust_manage:"{project} 的项目信任",trust_dialogTitle:"信任这个项目目录吗?",trust_dialogBody:"信任后,Pi 才会加载该目录的 .pi 设置与资源、安装缺失的项目包并运行项目扩展。",trust_optionTrust:"信任",trust_optionTrustParent:"信任父目录",trust_optionDistrust:"不信任",trust_inheritedFrom:"继承自 {path}",trust_appliesNextSession:"对此后新启动的会话生效;已在运行的会话需重新加载才会应用。",trust_saving:"保存中…",trust_saveFailed:"信任决策保存失败",trust_settingsTitle:"项目信任",trust_defaultLabel:"无保存决策时的回退行为",trust_defaultAsk:"询问 — 决定之前不加载项目资源",trust_defaultAlways:"总是信任",trust_defaultNever:"从不信任",trust_defaultHint:"在 ~/.pi/agent/settings.json 的 defaultProjectTrust 或 pi 的 /settings 中设置。",trust_decisionsTitle:"已保存的决策",trust_decisionsEmpty:"尚未保存任何信任决策。",trust_decisionTrusted:"已信任",trust_decisionDistrusted:"未信任",trust_readOnlyHint:"此处只读展示 ~/.pi/agent/trust.json;修改请在侧栏的项目行进行。",trust_currentProject:"当前项目",trust_noGate:"该目录没有受信任门禁的项目资源,始终正常加载。",trust_loadFailed:"读取信任决策失败",export_toggle:"导出",export_title:"导出会话",export_htmlLabel:"HTML",export_htmlDesc:"完整会话,带样式的页面",export_jsonlLabel:"当前分支 JSONL",export_jsonlDesc:"截至当前分支末端的原始记录",branches_currentPoint:"当前位置",branches_addBookmark:"添加书签",branches_editBookmark:"修改书签",branches_removeBookmark:"清除书签",branches_bookmarkPlaceholder:"书签名",branches_bookmarkSave:"保存",branches_bookmarkCancel:"取消",branches_bookmarkEmpty:"先输入书签名",branches_bookmarkTooLong:"最长 {max} 个字符",branches_bookmarkFailed:"书签保存失败",branches_bookmarkAria:"带书签的分支",branches_switchPrompt:"切换到此分支",branches_switchDirect:"直接切换",branches_switchDirectHint:"直接跳转,不生成摘要",branches_switchSummary:"总结后切换",branches_switchSummaryHint:"先把当前分支存为摘要",branches_switchCustom:"自定义焦点…",branches_switchCustomHint:"告诉摘要要保留什么",branches_switchCustomPlaceholder:"例如:保留 API 设计结论",branches_switchCustomSubmit:"总结并切换",branches_switchBack:"返回",branches_switching:"正在切换…",branches_summarizing:"正在总结…",branches_switchFailed:"分支切换失败",branches_waitForRun:"等当前运行结束后再切换",message_branchSummary:"分支摘要",message_branchSummaryDescription:"你离开的分支的摘要,保留在这里作为上下文。",auth_checking:"正在检查登录状态…",auth_loginTitle:"登录 Pidance",auth_loginHint:"输入服务器密码以继续",auth_password:"密码",auth_trustDevice:"信任此设备 7 天",auth_login:"登录",auth_loggingIn:"正在登录…",auth_loginFailed:"登录失败",auth_invalidCredentials:"密码不正确",auth_loginRateLimited:"尝试次数过多,请 {seconds} 秒后再试",auth_logout:"退出登录",general_loginSection:"登录管理",general_loginHint:"本机 Pidance 实例的服务器密码门禁(PIDANCE_PASSWORD / PI_WEB_PASSWORD)。",general_loginStatus:"状态",general_loginNotRequired:"未配置密码 — 能访问此实例的人都可以使用。",general_loginAuthenticated:"此设备已登录",general_loginNotAuthenticated:"未登录",general_loginCheckFailed:"无法检查登录状态",general_logoutHint:"退出此设备的登录。之后需要再次输入服务器密码。",general_updateSection:"更新",general_updateHint:"开启后,每次打开页面会向 npm 查询是否有新版本,有更新时用消息条提示。关于中仍可手动检查。",general_autoUpdateCheck:"打开页面时自动检测更新"},n="pidance:i18n:v1";function r(e){if("string"!=typeof e)return"en";let t=e.trim().toLowerCase().replace(/_/g,"-");return"zh"===t||"zh-cn"===t||"zh-hans"===t||t.startsWith("zh-")?"zh-CN":"en"}let l=(0,o.createContext)(null);function d({children:e}){let[t,s]=(0,o.useState)("en");(0,o.useEffect)(()=>{let e=null;try{e=function(e){try{let s=e.getItem(n);if(null===s)return null;var t=s;if("string"!=typeof t)return null;try{let e=JSON.parse(t),s="string"==typeof e?e:e&&"object"==typeof e&&"locale"in e?e.locale:null;if("string"!=typeof s)return null;let o=s.trim().toLowerCase().replace(/_/g,"-");if("en"===o)return"en";if("zh"===o||"zh-cn"===o||"zh-hans"===o)return"zh-CN"}catch{}return null}catch{return null}}(window.localStorage)}catch{}let t=e??r(window.navigator.language);s(t),document.documentElement.lang=t},[]);let c=(0,o.useCallback)(e=>{let t=r(e);s(t),document.documentElement.lang=t;try{window.localStorage.setItem(n,JSON.stringify(t))}catch{}},[]),_=(0,o.useMemo)(()=>{let e;return e="zh-CN"===t?a:i,(t,s)=>(function(e,t={}){return e.replace(/\{([^{}]+)\}/g,(e,s)=>Object.prototype.hasOwnProperty.call(t,s)?String(t[s]):e)})(e[t]??i[t],s)},[t]),p=(0,o.useMemo)(()=>({locale:t,setLocale:c,t:_}),[t,c,_]);return(0,o.createElement)(l.Provider,{value:p},e)}function c(){let e=(0,o.useContext)(l);if(!e)throw Error("useI18n 必须在 I18nProvider 内使用");return e}}}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1345,1386,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4896,5221,5408,5418,5907,6132,6444,6450,6709,6819,6849,6919,6988,7032,7067,7074,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);