@qt4798/pi-web 0.9.5 → 0.9.6

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 +12 -9
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/required-server-files.js +1 -1
  5. package/.next/required-server-files.json +1 -1
  6. package/.next/routes-manifest.json +18 -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 +1 -1
  21. package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  22. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  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 +1 -1
  27. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  28. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  29. package/.next/server/app/api/agent/[id]/route.js +1 -1
  30. package/.next/server/app/api/agent/new/route.js +1 -1
  31. package/.next/server/app/api/agent/running/route.js +1 -1
  32. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  33. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  34. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  35. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  36. package/.next/server/app/api/auth/providers/route.js +1 -1
  37. package/.next/server/app/api/backup/export/route.js +1 -1
  38. package/.next/server/app/api/backup/import/route.js +1 -1
  39. package/.next/server/app/api/cwd/browse/route.js +1 -1
  40. package/.next/server/app/api/cwd/validate/route.js +1 -1
  41. package/.next/server/app/api/default-cwd/route.js +1 -1
  42. package/.next/server/app/api/file-index/route.js +1 -1
  43. package/.next/server/app/api/files/[...path]/route.js +1 -1
  44. package/.next/server/app/api/git/diff/route.js +1 -1
  45. package/.next/server/app/api/git/status/route.js +1 -1
  46. package/.next/server/app/api/home/route.js +1 -1
  47. package/.next/server/app/api/import/discover/route.js +1 -0
  48. package/.next/server/app/api/import/discover/route.js.nft.json +1 -0
  49. package/.next/server/app/api/import/discover/route_client-reference-manifest.js +1 -0
  50. package/.next/server/app/api/import/execute/route.js +1 -0
  51. package/.next/server/app/api/import/execute/route.js.nft.json +1 -0
  52. package/.next/server/app/api/import/execute/route_client-reference-manifest.js +1 -0
  53. package/.next/server/app/api/import/status/route.js +1 -0
  54. package/.next/server/app/api/import/status/route.js.nft.json +1 -0
  55. package/.next/server/app/api/import/status/route_client-reference-manifest.js +1 -0
  56. package/.next/server/app/api/models/route.js +1 -1
  57. package/.next/server/app/api/models-config/builtin/route.js +1 -1
  58. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  59. package/.next/server/app/api/models-config/discover/route.js +1 -1
  60. package/.next/server/app/api/models-config/route.js +1 -1
  61. package/.next/server/app/api/models-config/test/route.js +1 -1
  62. package/.next/server/app/api/plugins/route.js +1 -1
  63. package/.next/server/app/api/project-trust/route.js +1 -1
  64. package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
  65. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  66. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  67. package/.next/server/app/api/sessions/[id]/export/route.js +1 -1
  68. package/.next/server/app/api/sessions/[id]/queue-recovery/route.js +1 -1
  69. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  70. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  71. package/.next/server/app/api/sessions/route.js +1 -1
  72. package/.next/server/app/api/settings/title-model/route.js +1 -1
  73. package/.next/server/app/api/skills/check/route.js +1 -1
  74. package/.next/server/app/api/skills/install/route.js +1 -1
  75. package/.next/server/app/api/skills/route.js +2 -2
  76. package/.next/server/app/api/skills/search/route.js +1 -1
  77. package/.next/server/app/api/skills/update/route.js +1 -1
  78. package/.next/server/app/api/themes/[name]/route.js +1 -1
  79. package/.next/server/app/api/themes/route.js +1 -1
  80. package/.next/server/app/api/worktrees/route.js +1 -1
  81. package/.next/server/app/icon.ico/route.js +1 -1
  82. package/.next/server/app/icon.png/route.js +1 -1
  83. package/.next/server/app/icon.svg/route.js +1 -1
  84. package/.next/server/app/index.html +1 -1
  85. package/.next/server/app/index.rsc +3 -3
  86. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  87. package/.next/server/app/index.segments/_full.segment.rsc +3 -3
  88. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  89. package/.next/server/app/index.segments/_index.segment.rsc +1 -1
  90. package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  91. package/.next/server/app/page.js +5 -5
  92. package/.next/server/app/page_client-reference-manifest.js +1 -1
  93. package/.next/server/app-paths-manifest.json +12 -9
  94. package/.next/server/chunks/3379.js +1 -1
  95. package/.next/server/chunks/440.js +1 -0
  96. package/.next/server/chunks/5582.js +1 -1
  97. package/.next/server/chunks/7915.js +1 -1
  98. package/.next/server/middleware-build-manifest.js +1 -1
  99. package/.next/server/middleware.js +2 -2
  100. package/.next/server/pages/404.html +1 -1
  101. package/.next/server/pages/500.html +1 -1
  102. package/.next/static/chunks/{3680-65534e3814abc656.js → 5998-7a8029f451fe2049.js} +1 -1
  103. package/.next/static/chunks/app/_global-error/page-bc5f4c047207b363.js +1 -0
  104. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-bc5f4c047207b363.js +1 -0
  105. package/.next/static/chunks/app/api/agent/[id]/events/route-bc5f4c047207b363.js +1 -0
  106. package/.next/static/chunks/app/api/agent/[id]/route-bc5f4c047207b363.js +1 -0
  107. package/.next/static/chunks/app/api/agent/new/route-bc5f4c047207b363.js +1 -0
  108. package/.next/static/chunks/app/api/agent/running/route-bc5f4c047207b363.js +1 -0
  109. package/.next/static/chunks/app/api/auth/all-providers/route-bc5f4c047207b363.js +1 -0
  110. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-bc5f4c047207b363.js +1 -0
  111. package/.next/static/chunks/app/api/auth/login/[provider]/route-bc5f4c047207b363.js +1 -0
  112. package/.next/static/chunks/app/api/auth/logout/[provider]/route-bc5f4c047207b363.js +1 -0
  113. package/.next/static/chunks/app/api/auth/providers/route-bc5f4c047207b363.js +1 -0
  114. package/.next/static/chunks/app/api/backup/export/route-bc5f4c047207b363.js +1 -0
  115. package/.next/static/chunks/app/api/backup/import/route-bc5f4c047207b363.js +1 -0
  116. package/.next/static/chunks/app/api/cwd/browse/route-bc5f4c047207b363.js +1 -0
  117. package/.next/static/chunks/app/api/cwd/validate/route-bc5f4c047207b363.js +1 -0
  118. package/.next/static/chunks/app/api/default-cwd/route-bc5f4c047207b363.js +1 -0
  119. package/.next/static/chunks/app/api/file-index/route-bc5f4c047207b363.js +1 -0
  120. package/.next/static/chunks/app/api/files/[...path]/route-bc5f4c047207b363.js +1 -0
  121. package/.next/static/chunks/app/api/git/diff/route-bc5f4c047207b363.js +1 -0
  122. package/.next/static/chunks/app/api/git/status/route-bc5f4c047207b363.js +1 -0
  123. package/.next/static/chunks/app/api/home/route-bc5f4c047207b363.js +1 -0
  124. package/.next/static/chunks/app/api/import/discover/route-bc5f4c047207b363.js +1 -0
  125. package/.next/static/chunks/app/api/import/execute/route-bc5f4c047207b363.js +1 -0
  126. package/.next/static/chunks/app/api/import/status/route-bc5f4c047207b363.js +1 -0
  127. package/.next/static/chunks/app/api/models/route-bc5f4c047207b363.js +1 -0
  128. package/.next/static/chunks/app/api/models-config/builtin/route-bc5f4c047207b363.js +1 -0
  129. package/.next/static/chunks/app/api/models-config/catalog/route-bc5f4c047207b363.js +1 -0
  130. package/.next/static/chunks/app/api/models-config/discover/route-bc5f4c047207b363.js +1 -0
  131. package/.next/static/chunks/app/api/models-config/route-bc5f4c047207b363.js +1 -0
  132. package/.next/static/chunks/app/api/models-config/test/route-bc5f4c047207b363.js +1 -0
  133. package/.next/static/chunks/app/api/plugins/route-bc5f4c047207b363.js +1 -0
  134. package/.next/static/chunks/app/api/project-trust/route-bc5f4c047207b363.js +1 -0
  135. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-bc5f4c047207b363.js +1 -0
  136. package/.next/static/chunks/app/api/sessions/[id]/context/route-bc5f4c047207b363.js +1 -0
  137. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-bc5f4c047207b363.js +1 -0
  138. package/.next/static/chunks/app/api/sessions/[id]/export/route-bc5f4c047207b363.js +1 -0
  139. package/.next/static/chunks/app/api/sessions/[id]/queue-recovery/route-bc5f4c047207b363.js +1 -0
  140. package/.next/static/chunks/app/api/sessions/[id]/route-bc5f4c047207b363.js +1 -0
  141. package/.next/static/chunks/app/api/sessions/[id]/state/route-bc5f4c047207b363.js +1 -0
  142. package/.next/static/chunks/app/api/sessions/route-bc5f4c047207b363.js +1 -0
  143. package/.next/static/chunks/app/api/settings/title-model/route-bc5f4c047207b363.js +1 -0
  144. package/.next/static/chunks/app/api/skills/check/route-bc5f4c047207b363.js +1 -0
  145. package/.next/static/chunks/app/api/skills/install/route-bc5f4c047207b363.js +1 -0
  146. package/.next/static/chunks/app/api/skills/route-bc5f4c047207b363.js +1 -0
  147. package/.next/static/chunks/app/api/skills/search/route-bc5f4c047207b363.js +1 -0
  148. package/.next/static/chunks/app/api/skills/update/route-bc5f4c047207b363.js +1 -0
  149. package/.next/static/chunks/app/api/themes/[name]/route-bc5f4c047207b363.js +1 -0
  150. package/.next/static/chunks/app/api/themes/route-bc5f4c047207b363.js +1 -0
  151. package/.next/static/chunks/app/api/worktrees/route-bc5f4c047207b363.js +1 -0
  152. package/.next/static/chunks/app/page-765e3f5b8229c631.js +15 -0
  153. package/.next/static/chunks/next/dist/client/components/builtin/app-error-bc5f4c047207b363.js +1 -0
  154. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-bc5f4c047207b363.js +1 -0
  155. package/.next/static/chunks/next/dist/client/components/builtin/not-found-bc5f4c047207b363.js +1 -0
  156. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-bc5f4c047207b363.js +1 -0
  157. package/.next/static/xLWAKUhLB_rDfRzVV1xY2/_buildManifest.js +1 -0
  158. package/.next/trace +7 -6
  159. package/.next/trace-build +1 -1
  160. package/.next/types/app/api/import/discover/route.ts +351 -0
  161. package/.next/types/app/api/import/execute/route.ts +351 -0
  162. package/.next/types/app/api/import/status/route.ts +351 -0
  163. package/.next/types/routes.d.ts +4 -1
  164. package/.next/types/validator.ts +27 -0
  165. package/README.en.md +1 -1
  166. package/README.md +8 -2
  167. package/package.json +5 -5
  168. package/.next/static/18J6_veq2yz9MszwxTCgp/_buildManifest.js +0 -1
  169. package/.next/static/chunks/app/_global-error/page-f69f27be6421c843.js +0 -1
  170. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-f69f27be6421c843.js +0 -1
  171. package/.next/static/chunks/app/api/agent/[id]/events/route-f69f27be6421c843.js +0 -1
  172. package/.next/static/chunks/app/api/agent/[id]/route-f69f27be6421c843.js +0 -1
  173. package/.next/static/chunks/app/api/agent/new/route-f69f27be6421c843.js +0 -1
  174. package/.next/static/chunks/app/api/agent/running/route-f69f27be6421c843.js +0 -1
  175. package/.next/static/chunks/app/api/auth/all-providers/route-f69f27be6421c843.js +0 -1
  176. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-f69f27be6421c843.js +0 -1
  177. package/.next/static/chunks/app/api/auth/login/[provider]/route-f69f27be6421c843.js +0 -1
  178. package/.next/static/chunks/app/api/auth/logout/[provider]/route-f69f27be6421c843.js +0 -1
  179. package/.next/static/chunks/app/api/auth/providers/route-f69f27be6421c843.js +0 -1
  180. package/.next/static/chunks/app/api/backup/export/route-f69f27be6421c843.js +0 -1
  181. package/.next/static/chunks/app/api/backup/import/route-f69f27be6421c843.js +0 -1
  182. package/.next/static/chunks/app/api/cwd/browse/route-f69f27be6421c843.js +0 -1
  183. package/.next/static/chunks/app/api/cwd/validate/route-f69f27be6421c843.js +0 -1
  184. package/.next/static/chunks/app/api/default-cwd/route-f69f27be6421c843.js +0 -1
  185. package/.next/static/chunks/app/api/file-index/route-f69f27be6421c843.js +0 -1
  186. package/.next/static/chunks/app/api/files/[...path]/route-f69f27be6421c843.js +0 -1
  187. package/.next/static/chunks/app/api/git/diff/route-f69f27be6421c843.js +0 -1
  188. package/.next/static/chunks/app/api/git/status/route-f69f27be6421c843.js +0 -1
  189. package/.next/static/chunks/app/api/home/route-f69f27be6421c843.js +0 -1
  190. package/.next/static/chunks/app/api/models/route-f69f27be6421c843.js +0 -1
  191. package/.next/static/chunks/app/api/models-config/builtin/route-f69f27be6421c843.js +0 -1
  192. package/.next/static/chunks/app/api/models-config/catalog/route-f69f27be6421c843.js +0 -1
  193. package/.next/static/chunks/app/api/models-config/discover/route-f69f27be6421c843.js +0 -1
  194. package/.next/static/chunks/app/api/models-config/route-f69f27be6421c843.js +0 -1
  195. package/.next/static/chunks/app/api/models-config/test/route-f69f27be6421c843.js +0 -1
  196. package/.next/static/chunks/app/api/plugins/route-f69f27be6421c843.js +0 -1
  197. package/.next/static/chunks/app/api/project-trust/route-f69f27be6421c843.js +0 -1
  198. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-f69f27be6421c843.js +0 -1
  199. package/.next/static/chunks/app/api/sessions/[id]/context/route-f69f27be6421c843.js +0 -1
  200. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-f69f27be6421c843.js +0 -1
  201. package/.next/static/chunks/app/api/sessions/[id]/export/route-f69f27be6421c843.js +0 -1
  202. package/.next/static/chunks/app/api/sessions/[id]/queue-recovery/route-f69f27be6421c843.js +0 -1
  203. package/.next/static/chunks/app/api/sessions/[id]/route-f69f27be6421c843.js +0 -1
  204. package/.next/static/chunks/app/api/sessions/[id]/state/route-f69f27be6421c843.js +0 -1
  205. package/.next/static/chunks/app/api/sessions/route-f69f27be6421c843.js +0 -1
  206. package/.next/static/chunks/app/api/settings/title-model/route-f69f27be6421c843.js +0 -1
  207. package/.next/static/chunks/app/api/skills/check/route-f69f27be6421c843.js +0 -1
  208. package/.next/static/chunks/app/api/skills/install/route-f69f27be6421c843.js +0 -1
  209. package/.next/static/chunks/app/api/skills/route-f69f27be6421c843.js +0 -1
  210. package/.next/static/chunks/app/api/skills/search/route-f69f27be6421c843.js +0 -1
  211. package/.next/static/chunks/app/api/skills/update/route-f69f27be6421c843.js +0 -1
  212. package/.next/static/chunks/app/api/themes/[name]/route-f69f27be6421c843.js +0 -1
  213. package/.next/static/chunks/app/api/themes/route-f69f27be6421c843.js +0 -1
  214. package/.next/static/chunks/app/api/worktrees/route-f69f27be6421c843.js +0 -1
  215. package/.next/static/chunks/app/page-05dd2d3fa723be71.js +0 -15
  216. package/.next/static/chunks/next/dist/client/components/builtin/app-error-f69f27be6421c843.js +0 -1
  217. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-f69f27be6421c843.js +0 -1
  218. package/.next/static/chunks/next/dist/client/components/builtin/not-found-f69f27be6421c843.js +0 -1
  219. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-f69f27be6421c843.js +0 -1
  220. /package/.next/static/{18J6_veq2yz9MszwxTCgp → xLWAKUhLB_rDfRzVV1xY2}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"39247":{"*":{"id":"55100","name":"*","chunks":[],"async":false}},"54231":{"*":{"id":"21168","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/katex/dist/katex.min.css":{"id":84559,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/app/globals.css":{"id":66872,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/index.css":{"id":26408,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/400-italic.css":{"id":8057,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/700.css":{"id":35279,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/700-italic.css":{"id":48276,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/lilex/index.css":{"id":12043,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/components/AppShell.tsx":{"id":54231,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3680","static/chunks/3680-65534e3814abc656.js","8974","static/chunks/app/page-05dd2d3fa723be71.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/hooks/useI18n.tsx":{"id":39247,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3680","static/chunks/3680-65534e3814abc656.js","8974","static/chunks/app/page-05dd2d3fa723be71.js"],"async":false}},"entryCSSFiles":{"/Volumes/1T 原装/项目研发/pi-web-QT/":[],"/Volumes/1T 原装/项目研发/pi-web-QT/app/layout":[{"inlined":false,"path":"static/css/3790610024d16435.css"},{"inlined":false,"path":"static/css/b7afdff64e37cc77.css"}],"/Volumes/1T 原装/项目研发/pi-web-QT/app/page":[]},"rscModuleMapping":{"8057":{"*":{"id":"17","name":"*","chunks":[],"async":false}},"12043":{"*":{"id":"47561","name":"*","chunks":[],"async":false}},"26408":{"*":{"id":"77222","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"35279":{"*":{"id":"10289","name":"*","chunks":[],"async":false}},"39247":{"*":{"id":"73884","name":"*","chunks":[],"async":false}},"48276":{"*":{"id":"64388","name":"*","chunks":[],"async":false}},"54231":{"*":{"id":"35790","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"84559":{"*":{"id":"25319","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"39247":{"*":{"id":"55100","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"97476":{"*":{"id":"97574","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/katex/dist/katex.min.css":{"id":84559,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/app/globals.css":{"id":66872,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/index.css":{"id":26408,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/400-italic.css":{"id":8057,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/700.css":{"id":35279,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/700-italic.css":{"id":48276,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/lilex/index.css":{"id":12043,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/components/AppShell.tsx":{"id":97476,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","5998","static/chunks/5998-7a8029f451fe2049.js","8974","static/chunks/app/page-765e3f5b8229c631.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/hooks/useI18n.tsx":{"id":39247,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","5998","static/chunks/5998-7a8029f451fe2049.js","8974","static/chunks/app/page-765e3f5b8229c631.js"],"async":false}},"entryCSSFiles":{"/Volumes/1T 原装/项目研发/pi-web-QT/":[],"/Volumes/1T 原装/项目研发/pi-web-QT/app/layout":[{"inlined":false,"path":"static/css/3790610024d16435.css"},{"inlined":false,"path":"static/css/b7afdff64e37cc77.css"}],"/Volumes/1T 原装/项目研发/pi-web-QT/app/page":[]},"rscModuleMapping":{"8057":{"*":{"id":"17","name":"*","chunks":[],"async":false}},"12043":{"*":{"id":"47561","name":"*","chunks":[],"async":false}},"26408":{"*":{"id":"77222","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"35279":{"*":{"id":"10289","name":"*","chunks":[],"async":false}},"39247":{"*":{"id":"73884","name":"*","chunks":[],"async":false}},"48276":{"*":{"id":"64388","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"84559":{"*":{"id":"25319","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"97476":{"*":{"id":"35790","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -9,6 +9,9 @@
9
9
  "/api/file-index/route": "app/api/file-index/route.js",
10
10
  "/api/files/[...path]/route": "app/api/files/[...path]/route.js",
11
11
  "/api/home/route": "app/api/home/route.js",
12
+ "/api/import/discover/route": "app/api/import/discover/route.js",
13
+ "/api/import/execute/route": "app/api/import/execute/route.js",
14
+ "/api/import/status/route": "app/api/import/status/route.js",
12
15
  "/api/sessions/[id]/auto-name/route": "app/api/sessions/[id]/auto-name/route.js",
13
16
  "/api/sessions/[id]/context/route": "app/api/sessions/[id]/context/route.js",
14
17
  "/api/sessions/[id]/entries/[entryId]/thinking/route": "app/api/sessions/[id]/entries/[entryId]/thinking/route.js",
@@ -22,32 +25,32 @@
22
25
  "/icon.ico/route": "app/icon.ico/route.js",
23
26
  "/icon.png/route": "app/icon.png/route.js",
24
27
  "/icon.svg/route": "app/icon.svg/route.js",
25
- "/api/agent/running/route": "app/api/agent/running/route.js",
26
28
  "/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
29
+ "/api/agent/running/route": "app/api/agent/running/route.js",
30
+ "/api/agent/[id]/bash-output/route": "app/api/agent/[id]/bash-output/route.js",
27
31
  "/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
28
32
  "/api/agent/[id]/events/route": "app/api/agent/[id]/events/route.js",
29
- "/api/agent/[id]/bash-output/route": "app/api/agent/[id]/bash-output/route.js",
30
33
  "/api/auth/providers/route": "app/api/auth/providers/route.js",
31
34
  "/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
32
35
  "/api/backup/export/route": "app/api/backup/export/route.js",
33
- "/api/git/diff/route": "app/api/git/diff/route.js",
34
36
  "/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
37
+ "/api/git/diff/route": "app/api/git/diff/route.js",
35
38
  "/api/git/status/route": "app/api/git/status/route.js",
36
39
  "/api/models-config/builtin/route": "app/api/models-config/builtin/route.js",
37
40
  "/api/models-config/route": "app/api/models-config/route.js",
38
41
  "/api/models-config/discover/route": "app/api/models-config/discover/route.js",
39
42
  "/api/models-config/test/route": "app/api/models-config/test/route.js",
43
+ "/api/models/route": "app/api/models/route.js",
40
44
  "/api/models-config/catalog/route": "app/api/models-config/catalog/route.js",
41
45
  "/api/project-trust/route": "app/api/project-trust/route.js",
42
- "/api/backup/import/route": "app/api/backup/import/route.js",
43
- "/api/models/route": "app/api/models/route.js",
44
46
  "/api/settings/title-model/route": "app/api/settings/title-model/route.js",
47
+ "/api/sessions/[id]/export/route": "app/api/sessions/[id]/export/route.js",
45
48
  "/api/skills/check/route": "app/api/skills/check/route.js",
49
+ "/api/backup/import/route": "app/api/backup/import/route.js",
46
50
  "/api/skills/install/route": "app/api/skills/install/route.js",
47
- "/api/sessions/[id]/export/route": "app/api/sessions/[id]/export/route.js",
48
- "/api/skills/update/route": "app/api/skills/update/route.js",
49
51
  "/api/skills/route": "app/api/skills/route.js",
52
+ "/api/skills/update/route": "app/api/skills/update/route.js",
53
+ "/api/plugins/route": "app/api/plugins/route.js",
50
54
  "/api/skills/search/route": "app/api/skills/search/route.js",
51
- "/page": "app/page.js",
52
- "/api/plugins/route": "app/api/plugins/route.js"
55
+ "/page": "app/page.js"
53
56
  }