@baique/pi-web-sky 0.1.18 → 0.1.20

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 (208) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +9 -8
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/react-loadable-manifest.json +1 -1
  6. package/.next/required-server-files.js +2 -2
  7. package/.next/required-server-files.json +2 -2
  8. package/.next/routes-manifest.json +6 -0
  9. package/.next/server/app/_global-error/page.js +1 -1
  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/_tree.segment.rsc +1 -1
  16. package/.next/server/app/_not-found/page.js +1 -1
  17. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next/server/app/_not-found.html +1 -1
  19. package/.next/server/app/_not-found.rsc +3 -3
  20. package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  21. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
  22. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  23. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  24. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  25. package/.next/server/app/api/agent/[id]/route.js +1 -1
  26. package/.next/server/app/api/agent/new/route.js +1 -1
  27. package/.next/server/app/api/agent/running/events/route.js +1 -1
  28. package/.next/server/app/api/agent/running/route.js +1 -1
  29. package/.next/server/app/api/app-update/route.js +1 -1
  30. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  31. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  32. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  33. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  34. package/.next/server/app/api/auth/providers/route.js +1 -1
  35. package/.next/server/app/api/cwd/browse/route.js +1 -1
  36. package/.next/server/app/api/cwd/validate/route.js +1 -1
  37. package/.next/server/app/api/default-cwd/route.js +1 -1
  38. package/.next/server/app/api/file-index/route.js +1 -1
  39. package/.next/server/app/api/files/[...path]/route.js +2 -2
  40. package/.next/server/app/api/git/diff/route.js +2 -2
  41. package/.next/server/app/api/git/status/route.js +1 -1
  42. package/.next/server/app/api/home/route.js +1 -1
  43. package/.next/server/app/api/mcp/route.js +1 -0
  44. package/.next/server/app/api/mcp/route.js.nft.json +1 -0
  45. package/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/models/route.js +1 -1
  47. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  48. package/.next/server/app/api/models-config/discover/route.js +1 -1
  49. package/.next/server/app/api/models-config/route.js +1 -1
  50. package/.next/server/app/api/models-config/test/route.js +1 -1
  51. package/.next/server/app/api/plugins/route.js +1 -1
  52. package/.next/server/app/api/project-trust/route.js +1 -1
  53. package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
  54. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  55. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  56. package/.next/server/app/api/sessions/[id]/export/route.js +1 -1
  57. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  58. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  59. package/.next/server/app/api/sessions/[id]/todos/route.js +1 -1
  60. package/.next/server/app/api/sessions/route.js +1 -1
  61. package/.next/server/app/api/skills/check/route.js +1 -1
  62. package/.next/server/app/api/skills/install/route.js +1 -1
  63. package/.next/server/app/api/skills/route.js +5 -5
  64. package/.next/server/app/api/skills/search/route.js +1 -1
  65. package/.next/server/app/api/skills/update/route.js +1 -1
  66. package/.next/server/app/api/terminal/[id]/events/route.js +2 -2
  67. package/.next/server/app/api/terminal/[id]/route.js +2 -2
  68. package/.next/server/app/api/terminal/route.js +2 -2
  69. package/.next/server/app/api/worktrees/route.js +1 -1
  70. package/.next/server/app/favicon.ico/route.js +1 -1
  71. package/.next/server/app/index.html +1 -1
  72. package/.next/server/app/index.rsc +6 -6
  73. package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -6
  74. package/.next/server/app/index.segments/_full.segment.rsc +6 -6
  75. package/.next/server/app/index.segments/_tree.segment.rsc +3 -3
  76. package/.next/server/app/manifest.webmanifest/route.js +2 -2
  77. package/.next/server/app/page.js +11 -9
  78. package/.next/server/app/page_client-reference-manifest.js +1 -1
  79. package/.next/server/app-paths-manifest.json +9 -8
  80. package/.next/server/chunks/5582.js +2 -2
  81. package/.next/server/middleware-build-manifest.js +1 -1
  82. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  83. package/.next/server/middleware.js +1 -1
  84. package/.next/server/pages/404.html +1 -1
  85. package/.next/server/pages/500.html +1 -1
  86. package/.next/server/server-reference-manifest.json +1 -1
  87. package/.next/static/chunks/{3266.c17502e9302f8b18.js → 3266.4c722f2677595a04.js} +1 -1
  88. package/.next/static/chunks/app/_global-error/page-343b3c01fcb26582.js +1 -0
  89. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-343b3c01fcb26582.js +1 -0
  90. package/.next/static/chunks/app/api/agent/[id]/events/route-343b3c01fcb26582.js +1 -0
  91. package/.next/static/chunks/app/api/agent/[id]/route-343b3c01fcb26582.js +1 -0
  92. package/.next/static/chunks/app/api/agent/new/route-343b3c01fcb26582.js +1 -0
  93. package/.next/static/chunks/app/api/agent/running/events/route-343b3c01fcb26582.js +1 -0
  94. package/.next/static/chunks/app/api/agent/running/route-343b3c01fcb26582.js +1 -0
  95. package/.next/static/chunks/app/api/app-update/route-343b3c01fcb26582.js +1 -0
  96. package/.next/static/chunks/app/api/auth/all-providers/route-343b3c01fcb26582.js +1 -0
  97. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-343b3c01fcb26582.js +1 -0
  98. package/.next/static/chunks/app/api/auth/login/[provider]/route-343b3c01fcb26582.js +1 -0
  99. package/.next/static/chunks/app/api/auth/logout/[provider]/route-343b3c01fcb26582.js +1 -0
  100. package/.next/static/chunks/app/api/auth/providers/route-343b3c01fcb26582.js +1 -0
  101. package/.next/static/chunks/app/api/cwd/browse/route-343b3c01fcb26582.js +1 -0
  102. package/.next/static/chunks/app/api/cwd/validate/route-343b3c01fcb26582.js +1 -0
  103. package/.next/static/chunks/app/api/default-cwd/route-343b3c01fcb26582.js +1 -0
  104. package/.next/static/chunks/app/api/file-index/route-343b3c01fcb26582.js +1 -0
  105. package/.next/static/chunks/app/api/files/[...path]/route-343b3c01fcb26582.js +1 -0
  106. package/.next/static/chunks/app/api/git/diff/route-343b3c01fcb26582.js +1 -0
  107. package/.next/static/chunks/app/api/git/status/route-343b3c01fcb26582.js +1 -0
  108. package/.next/static/chunks/app/api/home/route-343b3c01fcb26582.js +1 -0
  109. package/.next/static/chunks/app/api/mcp/route-343b3c01fcb26582.js +1 -0
  110. package/.next/static/chunks/app/api/models/route-343b3c01fcb26582.js +1 -0
  111. package/.next/static/chunks/app/api/models-config/catalog/route-343b3c01fcb26582.js +1 -0
  112. package/.next/static/chunks/app/api/models-config/discover/route-343b3c01fcb26582.js +1 -0
  113. package/.next/static/chunks/app/api/models-config/route-343b3c01fcb26582.js +1 -0
  114. package/.next/static/chunks/app/api/models-config/test/route-343b3c01fcb26582.js +1 -0
  115. package/.next/static/chunks/app/api/plugins/route-343b3c01fcb26582.js +1 -0
  116. package/.next/static/chunks/app/api/project-trust/route-343b3c01fcb26582.js +1 -0
  117. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-343b3c01fcb26582.js +1 -0
  118. package/.next/static/chunks/app/api/sessions/[id]/context/route-343b3c01fcb26582.js +1 -0
  119. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-343b3c01fcb26582.js +1 -0
  120. package/.next/static/chunks/app/api/sessions/[id]/export/route-343b3c01fcb26582.js +1 -0
  121. package/.next/static/chunks/app/api/sessions/[id]/route-343b3c01fcb26582.js +1 -0
  122. package/.next/static/chunks/app/api/sessions/[id]/state/route-343b3c01fcb26582.js +1 -0
  123. package/.next/static/chunks/app/api/sessions/[id]/todos/route-343b3c01fcb26582.js +1 -0
  124. package/.next/static/chunks/app/api/sessions/route-343b3c01fcb26582.js +1 -0
  125. package/.next/static/chunks/app/api/skills/check/route-343b3c01fcb26582.js +1 -0
  126. package/.next/static/chunks/app/api/skills/install/route-343b3c01fcb26582.js +1 -0
  127. package/.next/static/chunks/app/api/skills/route-343b3c01fcb26582.js +1 -0
  128. package/.next/static/chunks/app/api/skills/search/route-343b3c01fcb26582.js +1 -0
  129. package/.next/static/chunks/app/api/skills/update/route-343b3c01fcb26582.js +1 -0
  130. package/.next/static/chunks/app/api/terminal/[id]/events/route-343b3c01fcb26582.js +1 -0
  131. package/.next/static/chunks/app/api/terminal/[id]/route-343b3c01fcb26582.js +1 -0
  132. package/.next/static/chunks/app/api/terminal/route-343b3c01fcb26582.js +1 -0
  133. package/.next/static/chunks/app/api/worktrees/route-343b3c01fcb26582.js +1 -0
  134. package/.next/static/chunks/app/{layout-5e5c11b772a8213e.js → layout-3b621d303526f889.js} +1 -1
  135. package/.next/static/chunks/app/manifest.webmanifest/route-343b3c01fcb26582.js +1 -0
  136. package/.next/static/chunks/app/page-9db62b5f66b2cced.js +89 -0
  137. package/.next/static/chunks/next/dist/client/components/builtin/app-error-343b3c01fcb26582.js +1 -0
  138. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-343b3c01fcb26582.js +1 -0
  139. package/.next/static/chunks/next/dist/client/components/builtin/not-found-343b3c01fcb26582.js +1 -0
  140. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-343b3c01fcb26582.js +1 -0
  141. package/.next/static/chunks/{webpack-b0f40663bdce41b4.js → webpack-8cc41c498e5b9a1b.js} +1 -1
  142. package/.next/static/css/8c3105d66a2c198b.css +1 -0
  143. package/.next/static/css/ad464d16f922f5b9.css +1 -0
  144. package/.next/static/o6x8SfyQs1Y35JX-h7hpi/_buildManifest.js +1 -0
  145. package/.next/trace +7 -6
  146. package/.next/trace-build +1 -1
  147. package/.next/types/app/api/mcp/route.ts +353 -0
  148. package/.next/types/routes.d.ts +2 -1
  149. package/.next/types/validator.ts +9 -0
  150. package/package.json +1 -1
  151. package/.next/static/chunks/app/_global-error/page-76cf4b5393676543.js +0 -1
  152. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-76cf4b5393676543.js +0 -1
  153. package/.next/static/chunks/app/api/agent/[id]/events/route-76cf4b5393676543.js +0 -1
  154. package/.next/static/chunks/app/api/agent/[id]/route-76cf4b5393676543.js +0 -1
  155. package/.next/static/chunks/app/api/agent/new/route-76cf4b5393676543.js +0 -1
  156. package/.next/static/chunks/app/api/agent/running/events/route-76cf4b5393676543.js +0 -1
  157. package/.next/static/chunks/app/api/agent/running/route-76cf4b5393676543.js +0 -1
  158. package/.next/static/chunks/app/api/app-update/route-76cf4b5393676543.js +0 -1
  159. package/.next/static/chunks/app/api/auth/all-providers/route-76cf4b5393676543.js +0 -1
  160. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-76cf4b5393676543.js +0 -1
  161. package/.next/static/chunks/app/api/auth/login/[provider]/route-76cf4b5393676543.js +0 -1
  162. package/.next/static/chunks/app/api/auth/logout/[provider]/route-76cf4b5393676543.js +0 -1
  163. package/.next/static/chunks/app/api/auth/providers/route-76cf4b5393676543.js +0 -1
  164. package/.next/static/chunks/app/api/cwd/browse/route-76cf4b5393676543.js +0 -1
  165. package/.next/static/chunks/app/api/cwd/validate/route-76cf4b5393676543.js +0 -1
  166. package/.next/static/chunks/app/api/default-cwd/route-76cf4b5393676543.js +0 -1
  167. package/.next/static/chunks/app/api/file-index/route-76cf4b5393676543.js +0 -1
  168. package/.next/static/chunks/app/api/files/[...path]/route-76cf4b5393676543.js +0 -1
  169. package/.next/static/chunks/app/api/git/diff/route-76cf4b5393676543.js +0 -1
  170. package/.next/static/chunks/app/api/git/status/route-76cf4b5393676543.js +0 -1
  171. package/.next/static/chunks/app/api/home/route-76cf4b5393676543.js +0 -1
  172. package/.next/static/chunks/app/api/models/route-76cf4b5393676543.js +0 -1
  173. package/.next/static/chunks/app/api/models-config/catalog/route-76cf4b5393676543.js +0 -1
  174. package/.next/static/chunks/app/api/models-config/discover/route-76cf4b5393676543.js +0 -1
  175. package/.next/static/chunks/app/api/models-config/route-76cf4b5393676543.js +0 -1
  176. package/.next/static/chunks/app/api/models-config/test/route-76cf4b5393676543.js +0 -1
  177. package/.next/static/chunks/app/api/plugins/route-76cf4b5393676543.js +0 -1
  178. package/.next/static/chunks/app/api/project-trust/route-76cf4b5393676543.js +0 -1
  179. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-76cf4b5393676543.js +0 -1
  180. package/.next/static/chunks/app/api/sessions/[id]/context/route-76cf4b5393676543.js +0 -1
  181. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-76cf4b5393676543.js +0 -1
  182. package/.next/static/chunks/app/api/sessions/[id]/export/route-76cf4b5393676543.js +0 -1
  183. package/.next/static/chunks/app/api/sessions/[id]/route-76cf4b5393676543.js +0 -1
  184. package/.next/static/chunks/app/api/sessions/[id]/state/route-76cf4b5393676543.js +0 -1
  185. package/.next/static/chunks/app/api/sessions/[id]/todos/route-76cf4b5393676543.js +0 -1
  186. package/.next/static/chunks/app/api/sessions/route-76cf4b5393676543.js +0 -1
  187. package/.next/static/chunks/app/api/skills/check/route-76cf4b5393676543.js +0 -1
  188. package/.next/static/chunks/app/api/skills/install/route-76cf4b5393676543.js +0 -1
  189. package/.next/static/chunks/app/api/skills/route-76cf4b5393676543.js +0 -1
  190. package/.next/static/chunks/app/api/skills/search/route-76cf4b5393676543.js +0 -1
  191. package/.next/static/chunks/app/api/skills/update/route-76cf4b5393676543.js +0 -1
  192. package/.next/static/chunks/app/api/terminal/[id]/events/route-76cf4b5393676543.js +0 -1
  193. package/.next/static/chunks/app/api/terminal/[id]/route-76cf4b5393676543.js +0 -1
  194. package/.next/static/chunks/app/api/terminal/route-76cf4b5393676543.js +0 -1
  195. package/.next/static/chunks/app/api/worktrees/route-76cf4b5393676543.js +0 -1
  196. package/.next/static/chunks/app/manifest.webmanifest/route-76cf4b5393676543.js +0 -1
  197. package/.next/static/chunks/app/page-25d854af17104440.js +0 -87
  198. package/.next/static/chunks/next/dist/client/components/builtin/app-error-76cf4b5393676543.js +0 -1
  199. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-76cf4b5393676543.js +0 -1
  200. package/.next/static/chunks/next/dist/client/components/builtin/not-found-76cf4b5393676543.js +0 -1
  201. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-76cf4b5393676543.js +0 -1
  202. package/.next/static/css/6d0bbd2ca110cab0.css +0 -1
  203. package/.next/static/css/db4014a9fa4f0548.css +0 -1
  204. package/.next/static/h5nzXQYL2XhJI-UPoFBtA/_buildManifest.js +0 -1
  205. package/public/icons/apple-touch-icon.png +0 -0
  206. package/public/icons/icon-192.png +0 -0
  207. package/public/icons/icon-512.png +0 -0
  208. /package/.next/static/{h5nzXQYL2XhJI-UPoFBtA → o6x8SfyQs1Y35JX-h7hpi}/_ssgManifest.js +0 -0
package/.next/trace-build CHANGED
@@ -1 +1 @@
1
- [{"name":"run-webpack","duration":11184331,"timestamp":316517709753,"id":14,"parentId":1,"tags":{},"startTime":1787542776019,"traceId":"422ad718a4d2fbc3"},{"name":"run-typescript","duration":3031527,"timestamp":316528899241,"id":613,"parentId":1,"tags":{},"startTime":1787542787209,"traceId":"422ad718a4d2fbc3"},{"name":"static-check","duration":3215285,"timestamp":316531998386,"id":616,"parentId":1,"tags":{},"startTime":1787542790308,"traceId":"422ad718a4d2fbc3"},{"name":"static-generation","duration":4673899,"timestamp":316535566669,"id":720,"parentId":1,"tags":{},"startTime":1787542793876,"traceId":"422ad718a4d2fbc3"},{"name":"collect-build-traces","duration":47654389,"timestamp":316535216680,"id":717,"parentId":1,"tags":{},"startTime":1787542793526,"traceId":"422ad718a4d2fbc3"},{"name":"telemetry-flush","duration":46,"timestamp":316582874215,"id":729,"parentId":1,"tags":{},"startTime":1787542841184,"traceId":"422ad718a4d2fbc3"},{"name":"next-build","duration":65299585,"timestamp":316517574685,"id":1,"tags":{"buildMode":"default","version":"16.3.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1787542775884,"traceId":"422ad718a4d2fbc3"}]
1
+ [{"name":"run-webpack","duration":21796819,"timestamp":14047601760,"id":14,"parentId":1,"tags":{},"startTime":1787583693302,"traceId":"b944494feb3df363"},{"name":"run-typescript","duration":8151631,"timestamp":14069403929,"id":663,"parentId":1,"tags":{},"startTime":1787583715104,"traceId":"b944494feb3df363"},{"name":"static-check","duration":4388261,"timestamp":14077663683,"id":666,"parentId":1,"tags":{},"startTime":1787583724268,"traceId":"b944494feb3df363"},{"name":"static-generation","duration":5147156,"timestamp":14082544852,"id":772,"parentId":1,"tags":{},"startTime":1787583729150,"traceId":"b944494feb3df363"},{"name":"collect-build-traces","duration":52293926,"timestamp":14082057178,"id":769,"parentId":1,"tags":{},"startTime":1787583728662,"traceId":"b944494feb3df363"},{"name":"telemetry-flush","duration":53,"timestamp":14134354999,"id":781,"parentId":1,"tags":{},"startTime":1787583781749,"traceId":"b944494feb3df363"},{"name":"next-build","duration":87095699,"timestamp":14047259362,"id":1,"tags":{"buildMode":"default","version":"16.3.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1787583692959,"traceId":"b944494feb3df363"}]
@@ -0,0 +1,353 @@
1
+ // File: /home/wa/project/pi-web-sky/app/api/mcp/route.ts
2
+ import * as entry from '../../../../../app/api/mcp/route.js'
3
+ import type { NextRequest } from 'next/server.js'
4
+
5
+ import type { InstantConfigForTypeCheckInternal, Prefetch } from 'next/dist/build/segment-config/app/app-segment-config.js'
6
+
7
+ type TEntry = typeof import('../../../../../app/api/mcp/route.js')
8
+
9
+ type SegmentParams<T extends Object = any> = T extends Record<string, any>
10
+ ? { [K in keyof T]: T[K] extends string ? string | string[] | undefined : never }
11
+ : T
12
+
13
+ // Check that the entry is a valid entry
14
+ checkFields<Diff<{
15
+ GET?: Function
16
+ HEAD?: Function
17
+ OPTIONS?: Function
18
+ POST?: Function
19
+ PUT?: Function
20
+ DELETE?: Function
21
+ PATCH?: Function
22
+ config?: {}
23
+ generateStaticParams?: Function
24
+ instant?: InstantConfigForTypeCheckInternal
25
+ prefetch?: Prefetch
26
+ unstable_dynamicStaleTime?: number
27
+ revalidate?: RevalidateRange<TEntry> | false
28
+ dynamic?: 'auto' | 'force-dynamic' | 'error' | 'force-static'
29
+ dynamicParams?: boolean
30
+ fetchCache?: 'auto' | 'force-no-store' | 'only-no-store' | 'default-no-store' | 'default-cache' | 'only-cache' | 'force-cache'
31
+ /** @deprecated The `preferredRegion` config is deprecated. Remove this export. */
32
+ preferredRegion?: 'auto' | 'global' | 'home' | string | string[]
33
+ runtime?: 'nodejs' | 'experimental-edge' | 'edge'
34
+ maxDuration?: number
35
+
36
+ }, TEntry, ''>>()
37
+
38
+ type RouteContext = { params: Promise<SegmentParams> }
39
+ // Check the prop type of the entry function
40
+ if ('GET' in entry) {
41
+ checkFields<
42
+ Diff<
43
+ ParamCheck<Request | NextRequest>,
44
+ {
45
+ __tag__: 'GET'
46
+ __param_position__: 'first'
47
+ __param_type__: FirstArg<MaybeField<TEntry, 'GET'>>
48
+ },
49
+ 'GET'
50
+ >
51
+ >()
52
+ checkFields<
53
+ Diff<
54
+ ParamCheck<RouteContext>,
55
+ {
56
+ __tag__: 'GET'
57
+ __param_position__: 'second'
58
+ __param_type__: SecondArg<MaybeField<TEntry, 'GET'>>
59
+ },
60
+ 'GET'
61
+ >
62
+ >()
63
+
64
+ checkFields<
65
+ Diff<
66
+ {
67
+ __tag__: 'GET',
68
+ __return_type__: Response | void | never | Promise<Response | void | never>
69
+ },
70
+ {
71
+ __tag__: 'GET',
72
+ __return_type__: ReturnType<MaybeField<TEntry, 'GET'>>
73
+ },
74
+ 'GET'
75
+ >
76
+ >()
77
+ }
78
+ // Check the prop type of the entry function
79
+ if ('HEAD' in entry) {
80
+ checkFields<
81
+ Diff<
82
+ ParamCheck<Request | NextRequest>,
83
+ {
84
+ __tag__: 'HEAD'
85
+ __param_position__: 'first'
86
+ __param_type__: FirstArg<MaybeField<TEntry, 'HEAD'>>
87
+ },
88
+ 'HEAD'
89
+ >
90
+ >()
91
+ checkFields<
92
+ Diff<
93
+ ParamCheck<RouteContext>,
94
+ {
95
+ __tag__: 'HEAD'
96
+ __param_position__: 'second'
97
+ __param_type__: SecondArg<MaybeField<TEntry, 'HEAD'>>
98
+ },
99
+ 'HEAD'
100
+ >
101
+ >()
102
+
103
+ checkFields<
104
+ Diff<
105
+ {
106
+ __tag__: 'HEAD',
107
+ __return_type__: Response | void | never | Promise<Response | void | never>
108
+ },
109
+ {
110
+ __tag__: 'HEAD',
111
+ __return_type__: ReturnType<MaybeField<TEntry, 'HEAD'>>
112
+ },
113
+ 'HEAD'
114
+ >
115
+ >()
116
+ }
117
+ // Check the prop type of the entry function
118
+ if ('OPTIONS' in entry) {
119
+ checkFields<
120
+ Diff<
121
+ ParamCheck<Request | NextRequest>,
122
+ {
123
+ __tag__: 'OPTIONS'
124
+ __param_position__: 'first'
125
+ __param_type__: FirstArg<MaybeField<TEntry, 'OPTIONS'>>
126
+ },
127
+ 'OPTIONS'
128
+ >
129
+ >()
130
+ checkFields<
131
+ Diff<
132
+ ParamCheck<RouteContext>,
133
+ {
134
+ __tag__: 'OPTIONS'
135
+ __param_position__: 'second'
136
+ __param_type__: SecondArg<MaybeField<TEntry, 'OPTIONS'>>
137
+ },
138
+ 'OPTIONS'
139
+ >
140
+ >()
141
+
142
+ checkFields<
143
+ Diff<
144
+ {
145
+ __tag__: 'OPTIONS',
146
+ __return_type__: Response | void | never | Promise<Response | void | never>
147
+ },
148
+ {
149
+ __tag__: 'OPTIONS',
150
+ __return_type__: ReturnType<MaybeField<TEntry, 'OPTIONS'>>
151
+ },
152
+ 'OPTIONS'
153
+ >
154
+ >()
155
+ }
156
+ // Check the prop type of the entry function
157
+ if ('POST' in entry) {
158
+ checkFields<
159
+ Diff<
160
+ ParamCheck<Request | NextRequest>,
161
+ {
162
+ __tag__: 'POST'
163
+ __param_position__: 'first'
164
+ __param_type__: FirstArg<MaybeField<TEntry, 'POST'>>
165
+ },
166
+ 'POST'
167
+ >
168
+ >()
169
+ checkFields<
170
+ Diff<
171
+ ParamCheck<RouteContext>,
172
+ {
173
+ __tag__: 'POST'
174
+ __param_position__: 'second'
175
+ __param_type__: SecondArg<MaybeField<TEntry, 'POST'>>
176
+ },
177
+ 'POST'
178
+ >
179
+ >()
180
+
181
+ checkFields<
182
+ Diff<
183
+ {
184
+ __tag__: 'POST',
185
+ __return_type__: Response | void | never | Promise<Response | void | never>
186
+ },
187
+ {
188
+ __tag__: 'POST',
189
+ __return_type__: ReturnType<MaybeField<TEntry, 'POST'>>
190
+ },
191
+ 'POST'
192
+ >
193
+ >()
194
+ }
195
+ // Check the prop type of the entry function
196
+ if ('PUT' in entry) {
197
+ checkFields<
198
+ Diff<
199
+ ParamCheck<Request | NextRequest>,
200
+ {
201
+ __tag__: 'PUT'
202
+ __param_position__: 'first'
203
+ __param_type__: FirstArg<MaybeField<TEntry, 'PUT'>>
204
+ },
205
+ 'PUT'
206
+ >
207
+ >()
208
+ checkFields<
209
+ Diff<
210
+ ParamCheck<RouteContext>,
211
+ {
212
+ __tag__: 'PUT'
213
+ __param_position__: 'second'
214
+ __param_type__: SecondArg<MaybeField<TEntry, 'PUT'>>
215
+ },
216
+ 'PUT'
217
+ >
218
+ >()
219
+
220
+ checkFields<
221
+ Diff<
222
+ {
223
+ __tag__: 'PUT',
224
+ __return_type__: Response | void | never | Promise<Response | void | never>
225
+ },
226
+ {
227
+ __tag__: 'PUT',
228
+ __return_type__: ReturnType<MaybeField<TEntry, 'PUT'>>
229
+ },
230
+ 'PUT'
231
+ >
232
+ >()
233
+ }
234
+ // Check the prop type of the entry function
235
+ if ('DELETE' in entry) {
236
+ checkFields<
237
+ Diff<
238
+ ParamCheck<Request | NextRequest>,
239
+ {
240
+ __tag__: 'DELETE'
241
+ __param_position__: 'first'
242
+ __param_type__: FirstArg<MaybeField<TEntry, 'DELETE'>>
243
+ },
244
+ 'DELETE'
245
+ >
246
+ >()
247
+ checkFields<
248
+ Diff<
249
+ ParamCheck<RouteContext>,
250
+ {
251
+ __tag__: 'DELETE'
252
+ __param_position__: 'second'
253
+ __param_type__: SecondArg<MaybeField<TEntry, 'DELETE'>>
254
+ },
255
+ 'DELETE'
256
+ >
257
+ >()
258
+
259
+ checkFields<
260
+ Diff<
261
+ {
262
+ __tag__: 'DELETE',
263
+ __return_type__: Response | void | never | Promise<Response | void | never>
264
+ },
265
+ {
266
+ __tag__: 'DELETE',
267
+ __return_type__: ReturnType<MaybeField<TEntry, 'DELETE'>>
268
+ },
269
+ 'DELETE'
270
+ >
271
+ >()
272
+ }
273
+ // Check the prop type of the entry function
274
+ if ('PATCH' in entry) {
275
+ checkFields<
276
+ Diff<
277
+ ParamCheck<Request | NextRequest>,
278
+ {
279
+ __tag__: 'PATCH'
280
+ __param_position__: 'first'
281
+ __param_type__: FirstArg<MaybeField<TEntry, 'PATCH'>>
282
+ },
283
+ 'PATCH'
284
+ >
285
+ >()
286
+ checkFields<
287
+ Diff<
288
+ ParamCheck<RouteContext>,
289
+ {
290
+ __tag__: 'PATCH'
291
+ __param_position__: 'second'
292
+ __param_type__: SecondArg<MaybeField<TEntry, 'PATCH'>>
293
+ },
294
+ 'PATCH'
295
+ >
296
+ >()
297
+
298
+ checkFields<
299
+ Diff<
300
+ {
301
+ __tag__: 'PATCH',
302
+ __return_type__: Response | void | never | Promise<Response | void | never>
303
+ },
304
+ {
305
+ __tag__: 'PATCH',
306
+ __return_type__: ReturnType<MaybeField<TEntry, 'PATCH'>>
307
+ },
308
+ 'PATCH'
309
+ >
310
+ >()
311
+ }
312
+
313
+ // Check the arguments and return type of the generateStaticParams function
314
+ if ('generateStaticParams' in entry) {
315
+ checkFields<Diff<{ params: SegmentParams }, FirstArg<MaybeField<TEntry, 'generateStaticParams'>>, 'generateStaticParams'>>()
316
+ checkFields<Diff<{ __tag__: 'generateStaticParams', __return_type__: any[] | Promise<any[]> }, { __tag__: 'generateStaticParams', __return_type__: ReturnType<MaybeField<TEntry, 'generateStaticParams'>> }>>()
317
+ }
318
+
319
+ export interface PageProps {
320
+ params?: Promise<SegmentParams>
321
+ searchParams?: Promise<any>
322
+ }
323
+ export interface LayoutProps {
324
+ children?: React.ReactNode
325
+
326
+ params?: Promise<SegmentParams>
327
+ }
328
+
329
+ // =============
330
+ // Utility types
331
+ type RevalidateRange<T> = T extends { revalidate: any } ? NonNegative<T['revalidate']> : never
332
+
333
+ // If T is unknown or any, it will be an empty {} type. Otherwise, it will be the same as Omit<T, keyof Base>.
334
+ type OmitWithTag<T, K extends keyof any, _M> = Omit<T, K>
335
+ type Diff<Base, T extends Base, Message extends string = ''> = 0 extends (1 & T) ? {} : OmitWithTag<T, keyof Base, Message>
336
+
337
+ type FirstArg<T extends Function> = T extends (...args: [infer T, any]) => any ? unknown extends T ? any : T : never
338
+ type SecondArg<T extends Function> = T extends (...args: [any, infer T]) => any ? unknown extends T ? any : T : never
339
+ type MaybeField<T, K extends string> = T extends { [k in K]: infer G } ? G extends Function ? G : never : never
340
+
341
+ type ParamCheck<T> = {
342
+ __tag__: string
343
+ __param_position__: string
344
+ __param_type__: T
345
+ }
346
+
347
+ function checkFields<_ extends { [k in keyof any]: never }>() {}
348
+
349
+ // https://github.com/sindresorhus/type-fest
350
+ type Numeric = number | bigint
351
+ type Zero = 0 | 0n
352
+ type Negative<T extends Numeric> = T extends Zero ? never : `${T}` extends `-${string}` ? T : never
353
+ type NonNegative<T extends Numeric> = T extends Zero ? T : Negative<T> extends never ? T : '__invalid_negative_number__'
@@ -2,7 +2,7 @@
2
2
  // Do not edit this file manually
3
3
 
4
4
  type AppRoutes = "/"
5
- type AppRouteHandlerRoutes = "/api/agent/[id]" | "/api/agent/[id]/bash-output" | "/api/agent/[id]/events" | "/api/agent/new" | "/api/agent/running" | "/api/agent/running/events" | "/api/app-update" | "/api/auth/all-providers" | "/api/auth/api-key/[provider]" | "/api/auth/login/[provider]" | "/api/auth/logout/[provider]" | "/api/auth/providers" | "/api/cwd/browse" | "/api/cwd/validate" | "/api/default-cwd" | "/api/file-index" | "/api/files/[...path]" | "/api/git/diff" | "/api/git/status" | "/api/home" | "/api/models" | "/api/models-config" | "/api/models-config/catalog" | "/api/models-config/discover" | "/api/models-config/test" | "/api/plugins" | "/api/project-trust" | "/api/sessions" | "/api/sessions/[id]" | "/api/sessions/[id]/auto-name" | "/api/sessions/[id]/context" | "/api/sessions/[id]/entries/[entryId]/thinking" | "/api/sessions/[id]/export" | "/api/sessions/[id]/state" | "/api/sessions/[id]/todos" | "/api/skills" | "/api/skills/check" | "/api/skills/install" | "/api/skills/search" | "/api/skills/update" | "/api/terminal" | "/api/terminal/[id]" | "/api/terminal/[id]/events" | "/api/worktrees"
5
+ type AppRouteHandlerRoutes = "/api/agent/[id]" | "/api/agent/[id]/bash-output" | "/api/agent/[id]/events" | "/api/agent/new" | "/api/agent/running" | "/api/agent/running/events" | "/api/app-update" | "/api/auth/all-providers" | "/api/auth/api-key/[provider]" | "/api/auth/login/[provider]" | "/api/auth/logout/[provider]" | "/api/auth/providers" | "/api/cwd/browse" | "/api/cwd/validate" | "/api/default-cwd" | "/api/file-index" | "/api/files/[...path]" | "/api/git/diff" | "/api/git/status" | "/api/home" | "/api/mcp" | "/api/models" | "/api/models-config" | "/api/models-config/catalog" | "/api/models-config/discover" | "/api/models-config/test" | "/api/plugins" | "/api/project-trust" | "/api/sessions" | "/api/sessions/[id]" | "/api/sessions/[id]/auto-name" | "/api/sessions/[id]/context" | "/api/sessions/[id]/entries/[entryId]/thinking" | "/api/sessions/[id]/export" | "/api/sessions/[id]/state" | "/api/sessions/[id]/todos" | "/api/skills" | "/api/skills/check" | "/api/skills/install" | "/api/skills/search" | "/api/skills/update" | "/api/terminal" | "/api/terminal/[id]" | "/api/terminal/[id]/events" | "/api/worktrees"
6
6
  type PageRoutes = never
7
7
  type LayoutRoutes = "/"
8
8
  type RedirectRoutes = never
@@ -32,6 +32,7 @@ interface ParamMap {
32
32
  "/api/git/diff": {}
33
33
  "/api/git/status": {}
34
34
  "/api/home": {}
35
+ "/api/mcp": {}
35
36
  "/api/models": {}
36
37
  "/api/models-config": {}
37
38
  "/api/models-config/catalog": {}
@@ -236,6 +236,15 @@ type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRou
236
236
  type __Unused = __Check
237
237
  }
238
238
 
239
+ // Validate ../../app/api/mcp/route.ts
240
+ {
241
+ type __IsExpected<Specific extends RouteHandlerConfig<"/api/mcp">> = Specific
242
+ const handler = {} as typeof import("../../app/api/mcp/route.js")
243
+ type __Check = __IsExpected<typeof handler>
244
+ // @ts-ignore
245
+ type __Unused = __Check
246
+ }
247
+
239
248
  // Validate ../../app/api/models-config/catalog/route.ts
240
249
  {
241
250
  type __IsExpected<Specific extends RouteHandlerConfig<"/api/models-config/catalog">> = Specific
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baique/pi-web-sky",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "Web UI for the pi coding agent — Sky skin edition (fork of @agegr/pi-web / earendil-labs pi-web, MIT)",
5
5
  "homepage": "https://github.com/baique/pi-web-sky#readme",
6
6
  "repository": {
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,976,1004,1097,1337,1541,1960,2053,2138,2504,2614,2835,2837,3432,3507,3851,3943,3955,4016,4037,4524,4896,5221,5843,5907,6252,6450,6709,6819,6849,6919,6988,7067,7483,7769,7812,7851,8167,8197,8429,8658,8743,8933,9043,9156,9183,9742,9747,9787,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);