@qt4798/pi-web 0.10.1 → 0.10.5

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 (148) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +18 -18
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/next-server.js.nft.json +1 -1
  5. package/.next/prerender-manifest.json +3 -3
  6. package/.next/react-loadable-manifest.json +0 -1964
  7. package/.next/required-server-files.js +2 -1
  8. package/.next/required-server-files.json +2 -1
  9. package/.next/server/app/_global-error/page.js +3 -3
  10. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  11. package/.next/server/app/_global-error.html +1 -1
  12. package/.next/server/app/_global-error.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  17. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  18. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  19. package/.next/server/app/_not-found/page.js +2 -2
  20. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  21. package/.next/server/app/_not-found.html +1 -1
  22. package/.next/server/app/_not-found.rsc +16 -15
  23. package/.next/server/app/_not-found.segments/_full.segment.rsc +16 -15
  24. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_index.segment.rsc +5 -4
  26. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  27. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  28. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  29. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  30. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  31. package/.next/server/app/api/agent/[id]/route.js +1 -1
  32. package/.next/server/app/api/agent/new/route.js +1 -1
  33. package/.next/server/app/api/agent/running/events/route.js +1 -1
  34. package/.next/server/app/api/agent/running/route.js +1 -1
  35. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  36. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  37. package/.next/server/app/api/auth/combined/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/backup/export/route.js +1 -1
  42. package/.next/server/app/api/backup/import/route.js +1 -1
  43. package/.next/server/app/api/cwd/browse/route.js +1 -1
  44. package/.next/server/app/api/cwd/validate/route.js +1 -1
  45. package/.next/server/app/api/deepseek/balance/route.js +1 -1
  46. package/.next/server/app/api/default-cwd/route.js +1 -1
  47. package/.next/server/app/api/events/route.js +2 -2
  48. package/.next/server/app/api/features/route.js +1 -1
  49. package/.next/server/app/api/file-index/route.js +1 -1
  50. package/.next/server/app/api/files/[...path]/route.js +1 -1
  51. package/.next/server/app/api/git/diff/route.js +1 -1
  52. package/.next/server/app/api/git/push/route.js +1 -1
  53. package/.next/server/app/api/git/stash/route.js +1 -1
  54. package/.next/server/app/api/git/status/route.js +2 -2
  55. package/.next/server/app/api/home/route.js +1 -1
  56. package/.next/server/app/api/import/discover/route.js +1 -1
  57. package/.next/server/app/api/import/execute/route.js +1 -1
  58. package/.next/server/app/api/import/status/route.js +1 -1
  59. package/.next/server/app/api/logs/route.js +1 -1
  60. package/.next/server/app/api/mcp/restart/route.js +1 -1
  61. package/.next/server/app/api/mcp/route.js +2 -2
  62. package/.next/server/app/api/models/route.js +1 -1
  63. package/.next/server/app/api/models-config/builtin/route.js +1 -1
  64. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  65. package/.next/server/app/api/models-config/discover/route.js +1 -1
  66. package/.next/server/app/api/models-config/route.js +1 -1
  67. package/.next/server/app/api/models-config/test/route.js +1 -1
  68. package/.next/server/app/api/modes/route.js +1 -1
  69. package/.next/server/app/api/plugins/route.js +1 -1
  70. package/.next/server/app/api/project-aliases/route.js +1 -1
  71. package/.next/server/app/api/project-state/route.js +1 -1
  72. package/.next/server/app/api/project-trust/route.js +1 -1
  73. package/.next/server/app/api/proxy/route.js +1 -1
  74. package/.next/server/app/api/proxy/test/route.js +1 -1
  75. package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
  76. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  77. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  78. package/.next/server/app/api/sessions/[id]/export/route.js +2 -2
  79. package/.next/server/app/api/sessions/[id]/queue-recovery/route.js +1 -1
  80. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  81. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  82. package/.next/server/app/api/sessions/route.js +1 -1
  83. package/.next/server/app/api/settings/title-model/route.js +1 -1
  84. package/.next/server/app/api/skills/check/route.js +1 -1
  85. package/.next/server/app/api/skills/install/route.js +1 -1
  86. package/.next/server/app/api/skills/route.js +2 -2
  87. package/.next/server/app/api/skills/search/route.js +1 -1
  88. package/.next/server/app/api/skills/update/route.js +1 -1
  89. package/.next/server/app/api/snippets/[id]/route.js +1 -1
  90. package/.next/server/app/api/snippets/route.js +1 -1
  91. package/.next/server/app/api/subagents/agents/[name]/route.js +2 -2
  92. package/.next/server/app/api/subagents/route.js +2 -2
  93. package/.next/server/app/api/subagents/transcript/route.js +1 -1
  94. package/.next/server/app/api/tasks/[id]/[action]/route.js +1 -1
  95. package/.next/server/app/api/tasks/[id]/changed-files/route.js +1 -1
  96. package/.next/server/app/api/tasks/[id]/diff/route.js +2 -2
  97. package/.next/server/app/api/tasks/[id]/events/route.js +1 -1
  98. package/.next/server/app/api/tasks/[id]/route.js +1 -1
  99. package/.next/server/app/api/tasks/batch/route.js +1 -1
  100. package/.next/server/app/api/tasks/events/route.js +2 -2
  101. package/.next/server/app/api/tasks/route.js +1 -1
  102. package/.next/server/app/api/tasks/settings/route.js +1 -1
  103. package/.next/server/app/api/tasks/templates/route.js +1 -1
  104. package/.next/server/app/api/themes/[name]/route.js +1 -1
  105. package/.next/server/app/api/themes/route.js +1 -1
  106. package/.next/server/app/api/usage/route.js +1 -1
  107. package/.next/server/app/api/vision-config/route.js +2 -2
  108. package/.next/server/app/api/worktrees/route.js +1 -1
  109. package/.next/server/app/icon.ico/route.js +1 -1
  110. package/.next/server/app/icon.png/route.js +1 -1
  111. package/.next/server/app/icon.svg/route.js +1 -1
  112. package/.next/server/app/index.html +1 -1
  113. package/.next/server/app/index.rsc +16 -15
  114. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  115. package/.next/server/app/index.segments/_full.segment.rsc +16 -15
  116. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  117. package/.next/server/app/index.segments/_index.segment.rsc +5 -4
  118. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  119. package/.next/server/app/page.js +10 -10
  120. package/.next/server/app/page_client-reference-manifest.js +1 -1
  121. package/.next/server/app-paths-manifest.json +18 -18
  122. package/.next/server/chunks/2498.js +1 -1
  123. package/.next/server/chunks/4253.js +3 -3
  124. package/.next/server/chunks/4564.js +1 -1
  125. package/.next/server/chunks/5582.js +1 -1
  126. package/.next/server/chunks/6429.js +2 -2
  127. package/.next/server/chunks/7915.js +1 -1
  128. package/.next/server/middleware-build-manifest.js +1 -1
  129. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  130. package/.next/server/middleware.js +2 -2
  131. package/.next/server/pages/404.html +1 -1
  132. package/.next/server/pages/500.html +1 -1
  133. package/.next/server/server-reference-manifest.json +1 -1
  134. package/.next/static/chunks/266-afbb4abec8f065f2.js +1 -0
  135. package/.next/static/chunks/app/layout-a5e7239bae5ff472.js +1 -0
  136. package/.next/static/chunks/app/{page-5c710e68640f3145.js → page-1f553bf2c117387b.js} +9 -9
  137. package/.next/static/css/11cd851a9acbcc96.css +1 -0
  138. package/.next/trace +9 -9
  139. package/.next/trace-build +1 -1
  140. package/bin/fix-pi-agent-undici.js +75 -30
  141. package/bin/with-memory-limit.js +2 -2
  142. package/next.config.ts +3 -0
  143. package/package.json +4 -2
  144. package/.next/static/chunks/4539-00fcad0fc9413ea5.js +0 -1
  145. package/.next/static/chunks/app/layout-7b635840991e69cb.js +0 -1
  146. package/.next/static/css/437ace30775068cf.css +0 -1
  147. /package/.next/static/{uSnMpPvz2vTZlLUkAmoxZ → kWqylj4DXUQD6uvs2QXWr}/_buildManifest.js +0 -0
  148. /package/.next/static/{uSnMpPvz2vTZlLUkAmoxZ → kWqylj4DXUQD6uvs2QXWr}/_ssgManifest.js +0 -0
@@ -1,17 +1,18 @@
1
1
  1:"$Sreact.fragment"
2
- 3:I[57121,[],""]
3
- 4:I[74581,[],""]
4
- 5:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","4539","static/chunks/4539-00fcad0fc9413ea5.js","8974","static/chunks/app/page-5c710e68640f3145.js"],"I18nProvider"]
5
- 6:"$Sreact.suspense"
6
- 7:I[45979,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","4539","static/chunks/4539-00fcad0fc9413ea5.js","8974","static/chunks/app/page-5c710e68640f3145.js"],"AppShell"]
7
- 8:I[90484,[],"OutletBoundary"]
8
- a:I[90484,[],"ViewportBoundary"]
9
- c:I[90484,[],"MetadataBoundary"]
10
- e:I[27123,[],"default",1]
2
+ 3:I[86343,["7177","static/chunks/app/layout-a5e7239bae5ff472.js"],"ErrorBoundary"]
3
+ 4:I[57121,[],""]
4
+ 5:I[74581,[],""]
5
+ 6:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","266","static/chunks/266-afbb4abec8f065f2.js","8974","static/chunks/app/page-1f553bf2c117387b.js"],"I18nProvider"]
6
+ 7:"$Sreact.suspense"
7
+ 8:I[50542,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","266","static/chunks/266-afbb4abec8f065f2.js","8974","static/chunks/app/page-1f553bf2c117387b.js"],"AppShell"]
8
+ 9:I[90484,[],"OutletBoundary"]
9
+ b:I[90484,[],"ViewportBoundary"]
10
+ d:I[90484,[],"MetadataBoundary"]
11
+ f:I[27123,[],"default",1]
11
12
  :HL["/_next/static/css/3790610024d16435.css","style"]
12
- :HL["/_next/static/css/437ace30775068cf.css","style"]
13
- 2:T462,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od||ol){t=od||ol;try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/437ace30775068cf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"children":["$","$6",null,{"children":["$","$L7",null,{}]}]}],null,["$","$L8",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"uSnMpPvz2vTZlLUkAmoxZ"}
14
- b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
15
- f:I[86869,[],"IconMark"]
16
- 9:null
17
- d:[["$","title","0",{"children":"Pi Agent Web"}],["$","meta","1",{"name":"description","content":"Pi Coding Agent Web Interface"}],["$","link","2",{"rel":"icon","href":"/favicon.svg"}],["$","$Lf","3",{}]]
13
+ :HL["/_next/static/css/11cd851a9acbcc96.css","style"]
14
+ 2:T462,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od||ol){t=od||ol;try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/11cd851a9acbcc96.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"children":["$","$7",null,{"children":["$","$L8",null,{}]}]}],null,["$","$L9",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"kWqylj4DXUQD6uvs2QXWr"}
15
+ c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16
+ 10:I[86869,[],"IconMark"]
17
+ a:null
18
+ e:[["$","title","0",{"children":"Pi Agent Web"}],["$","meta","1",{"name":"description","content":"Pi Coding Agent Web Interface"}],["$","link","2",{"rel":"icon","href":"/favicon.svg"}],["$","$L10","3",{}]]
@@ -1,7 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","4539","static/chunks/4539-00fcad0fc9413ea5.js","8974","static/chunks/app/page-5c710e68640f3145.js"],"I18nProvider"]
2
+ 2:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","266","static/chunks/266-afbb4abec8f065f2.js","8974","static/chunks/app/page-1f553bf2c117387b.js"],"I18nProvider"]
3
3
  3:"$Sreact.suspense"
4
- 4:I[45979,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","4539","static/chunks/4539-00fcad0fc9413ea5.js","8974","static/chunks/app/page-5c710e68640f3145.js"],"AppShell"]
4
+ 4:I[50542,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","266","static/chunks/266-afbb4abec8f065f2.js","8974","static/chunks/app/page-1f553bf2c117387b.js"],"AppShell"]
5
5
  5:I[90484,[],"OutletBoundary"]
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"children":["$","$3",null,{"children":["$","$L4",null,{}]}]}],null,["$","$L5",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"uSnMpPvz2vTZlLUkAmoxZ"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"children":["$","$3",null,{"children":["$","$L4",null,{}]}]}],null,["$","$L5",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"kWqylj4DXUQD6uvs2QXWr"}
7
7
  6:null
@@ -1,17 +1,18 @@
1
1
  1:"$Sreact.fragment"
2
- 3:I[57121,[],""]
3
- 4:I[74581,[],""]
4
- 5:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","4539","static/chunks/4539-00fcad0fc9413ea5.js","8974","static/chunks/app/page-5c710e68640f3145.js"],"I18nProvider"]
5
- 6:"$Sreact.suspense"
6
- 7:I[45979,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","4539","static/chunks/4539-00fcad0fc9413ea5.js","8974","static/chunks/app/page-5c710e68640f3145.js"],"AppShell"]
7
- 8:I[90484,[],"OutletBoundary"]
8
- a:I[90484,[],"ViewportBoundary"]
9
- c:I[90484,[],"MetadataBoundary"]
10
- e:I[27123,[],"default",1]
2
+ 3:I[86343,["7177","static/chunks/app/layout-a5e7239bae5ff472.js"],"ErrorBoundary"]
3
+ 4:I[57121,[],""]
4
+ 5:I[74581,[],""]
5
+ 6:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","266","static/chunks/266-afbb4abec8f065f2.js","8974","static/chunks/app/page-1f553bf2c117387b.js"],"I18nProvider"]
6
+ 7:"$Sreact.suspense"
7
+ 8:I[50542,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","266","static/chunks/266-afbb4abec8f065f2.js","8974","static/chunks/app/page-1f553bf2c117387b.js"],"AppShell"]
8
+ 9:I[90484,[],"OutletBoundary"]
9
+ b:I[90484,[],"ViewportBoundary"]
10
+ d:I[90484,[],"MetadataBoundary"]
11
+ f:I[27123,[],"default",1]
11
12
  :HL["/_next/static/css/3790610024d16435.css","style"]
12
- :HL["/_next/static/css/437ace30775068cf.css","style"]
13
- 2:T462,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od||ol){t=od||ol;try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/437ace30775068cf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"children":["$","$6",null,{"children":["$","$L7",null,{}]}]}],null,["$","$L8",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"uSnMpPvz2vTZlLUkAmoxZ"}
14
- b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
15
- f:I[86869,[],"IconMark"]
16
- 9:null
17
- d:[["$","title","0",{"children":"Pi Agent Web"}],["$","meta","1",{"name":"description","content":"Pi Coding Agent Web Interface"}],["$","link","2",{"rel":"icon","href":"/favicon.svg"}],["$","$Lf","3",{}]]
13
+ :HL["/_next/static/css/11cd851a9acbcc96.css","style"]
14
+ 2:T462,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od||ol){t=od||ol;try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/11cd851a9acbcc96.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"children":["$","$7",null,{"children":["$","$L8",null,{}]}]}],null,["$","$L9",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"kWqylj4DXUQD6uvs2QXWr"}
15
+ c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16
+ 10:I[86869,[],"IconMark"]
17
+ a:null
18
+ e:[["$","title","0",{"children":"Pi Agent Web"}],["$","meta","1",{"name":"description","content":"Pi Coding Agent Web Interface"}],["$","link","2",{"rel":"icon","href":"/favicon.svg"}],["$","$L10","3",{}]]
@@ -3,4 +3,4 @@
3
3
  3:I[90484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[86869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Pi Agent Web"}],["$","meta","1",{"name":"description","content":"Pi Coding Agent Web Interface"}],["$","link","2",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"uSnMpPvz2vTZlLUkAmoxZ"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Pi Agent Web"}],["$","meta","1",{"name":"description","content":"Pi Coding Agent Web Interface"}],["$","link","2",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"kWqylj4DXUQD6uvs2QXWr"}
@@ -1,6 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 3:I[57121,[],""]
3
- 4:I[74581,[],""]
2
+ 3:I[86343,["7177","static/chunks/app/layout-a5e7239bae5ff472.js"],"ErrorBoundary"]
3
+ 4:I[57121,[],""]
4
+ 5:I[74581,[],""]
4
5
  :HL["/_next/static/css/3790610024d16435.css","style"]
5
- :HL["/_next/static/css/437ace30775068cf.css","style"]
6
- 2:T462,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od||ol){t=od||ol;try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/437ace30775068cf.css","precedence":"next"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"uSnMpPvz2vTZlLUkAmoxZ"}
6
+ :HL["/_next/static/css/11cd851a9acbcc96.css","style"]
7
+ 2:T462,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od||ol){t=od||ol;try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/11cd851a9acbcc96.css","precedence":"next"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"kWqylj4DXUQD6uvs2QXWr"}
@@ -1,3 +1,3 @@
1
1
  :HL["/_next/static/css/3790610024d16435.css","style"]
2
- :HL["/_next/static/css/437ace30775068cf.css","style"]
3
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"uSnMpPvz2vTZlLUkAmoxZ"}
2
+ :HL["/_next/static/css/11cd851a9acbcc96.css","style"]
3
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"kWqylj4DXUQD6uvs2QXWr"}