@37chengshan/ompweb 4.0.7 → 4.0.8

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 (458) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +4 -3
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/prerender-manifest.json +4 -4
  5. package/.next/react-loadable-manifest.json +4 -4
  6. package/.next/required-server-files.js +2 -2
  7. package/.next/required-server-files.json +2 -2
  8. package/.next/routes-manifest.json +10 -0
  9. package/.next/server/app/_global-error/page.js +2 -2
  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 +2 -2
  13. package/.next/server/app/_global-error.segments/_full.segment.rsc +2 -2
  14. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +2 -2
  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 +1 -1
  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/agents/route.js +1 -1
  29. package/.next/server/app/api/app-update/releases/route.js +1 -1
  30. package/.next/server/app/api/app-update/route.js +2 -2
  31. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  32. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  33. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  34. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  35. package/.next/server/app/api/auth/providers/route.js +1 -1
  36. package/.next/server/app/api/cwd/browse/route.js +1 -1
  37. package/.next/server/app/api/cwd/validate/route.js +1 -1
  38. package/.next/server/app/api/default-cwd/route.js +1 -1
  39. package/.next/server/app/api/diagnostics/route.js +1 -1
  40. package/.next/server/app/api/file-index/route.js +1 -1
  41. package/.next/server/app/api/files/[...path]/route.js +2 -2
  42. package/.next/server/app/api/git/diff/route.js +2 -2
  43. package/.next/server/app/api/git/status/route.js +1 -1
  44. package/.next/server/app/api/github/status/route.js +1 -1
  45. package/.next/server/app/api/home/route.js +1 -1
  46. package/.next/server/app/api/mcp/route.js +2 -2
  47. package/.next/server/app/api/model-roles/route.js +1 -1
  48. package/.next/server/app/api/models/fetch/route.js +1 -1
  49. package/.next/server/app/api/models/route.js +1 -1
  50. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  51. package/.next/server/app/api/models-config/route.js +1 -1
  52. package/.next/server/app/api/models-config/test/route.js +1 -1
  53. package/.next/server/app/api/omp-settings/route.js +1 -1
  54. package/.next/server/app/api/omp-update/route.js +1 -1
  55. package/.next/server/app/api/omp-version/route.js +1 -1
  56. package/.next/server/app/api/pair/accept/route.js +1 -1
  57. package/.next/server/app/api/pair/accept/route.js.nft.json +1 -1
  58. package/.next/server/app/api/pair/config/route.js +1 -1
  59. package/.next/server/app/api/pair/config/route.js.nft.json +1 -1
  60. package/.next/server/app/api/pair/devices/[id]/route.js +1 -1
  61. package/.next/server/app/api/pair/devices/[id]/route.js.nft.json +1 -1
  62. package/.next/server/app/api/pair/devices/route.js +1 -1
  63. package/.next/server/app/api/pair/devices/route.js.nft.json +1 -1
  64. package/.next/server/app/api/pair/heartbeat/route.js +1 -1
  65. package/.next/server/app/api/pair/heartbeat/route.js.nft.json +1 -1
  66. package/.next/server/app/api/pair/revoke-all/route.js +1 -1
  67. package/.next/server/app/api/pair/revoke-all/route.js.nft.json +1 -1
  68. package/.next/server/app/api/pair/token/route.js +1 -1
  69. package/.next/server/app/api/pair/token/route.js.nft.json +1 -1
  70. package/.next/server/app/api/pair/tunnel/route.js +1 -1
  71. package/.next/server/app/api/pair/tunnel/route.js.nft.json +1 -1
  72. package/.next/server/app/api/plugins/route.js +1 -1
  73. package/.next/server/app/api/projects/route.js +1 -1
  74. package/.next/server/app/api/provider-usage/route.js +1 -1
  75. package/.next/server/app/api/providers/enable/route.js +1 -1
  76. package/.next/server/app/api/proxy/route.js +1 -1
  77. package/.next/server/app/api/reveal/route.js +1 -1
  78. package/.next/server/app/api/scripts/route.js +1 -1
  79. package/.next/server/app/api/scripts/run/route.js +1 -1
  80. package/.next/server/app/api/sessions/[id]/archive/route.js +1 -1
  81. package/.next/server/app/api/sessions/[id]/auto-name/route.js +1 -1
  82. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  83. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  84. package/.next/server/app/api/sessions/[id]/export/route.js +1 -1
  85. package/.next/server/app/api/sessions/[id]/plan/route.js +1 -1
  86. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  87. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  88. package/.next/server/app/api/sessions/[id]/subagents/[subagentId]/route.js +1 -1
  89. package/.next/server/app/api/sessions/[id]/subagents/route.js +1 -1
  90. package/.next/server/app/api/sessions/archive/route.js +1 -1
  91. package/.next/server/app/api/sessions/import/route.js +1 -1
  92. package/.next/server/app/api/sessions/route.js +1 -1
  93. package/.next/server/app/api/skills/check/route.js +1 -1
  94. package/.next/server/app/api/skills/install/route.js +1 -1
  95. package/.next/server/app/api/skills/route.js +1 -1
  96. package/.next/server/app/api/skills/search/route.js +1 -1
  97. package/.next/server/app/api/skills/update/route.js +1 -1
  98. package/.next/server/app/api/terminal/input/route.js +1 -1
  99. package/.next/server/app/api/terminal/open/route.js +1 -1
  100. package/.next/server/app/api/terminal/resize/route.js +1 -1
  101. package/.next/server/app/api/terminal/session/route.js +1 -1
  102. package/.next/server/app/api/terminal/stream/route.js +2 -2
  103. package/.next/server/app/api/usage-summary/route.js +1 -0
  104. package/.next/server/app/api/usage-summary/route.js.nft.json +1 -0
  105. package/.next/server/app/api/usage-summary/route_client-reference-manifest.js +1 -0
  106. package/.next/server/app/api/web-auth/session/route.js +1 -1
  107. package/.next/server/app/api/worktrees/route.js +1 -1
  108. package/.next/server/app/favicon.ico/route.js +1 -1
  109. package/.next/server/app/index.html +1 -1
  110. package/.next/server/app/index.rsc +18 -19
  111. package/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  112. package/.next/server/app/index.segments/_full.segment.rsc +18 -19
  113. package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  114. package/.next/server/app/login/page.js +1 -1
  115. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  116. package/.next/server/app/login.html +1 -1
  117. package/.next/server/app/login.rsc +18 -19
  118. package/.next/server/app/login.segments/_full.segment.rsc +18 -19
  119. package/.next/server/app/login.segments/_tree.segment.rsc +1 -1
  120. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +3 -3
  121. package/.next/server/app/manifest.webmanifest/route.js +2 -2
  122. package/.next/server/app/page.js +1 -1
  123. package/.next/server/app/page_client-reference-manifest.js +1 -1
  124. package/.next/server/app/remote/page.js +1 -1
  125. package/.next/server/app/remote/page_client-reference-manifest.js +1 -1
  126. package/.next/server/app/remote.html +1 -1
  127. package/.next/server/app/remote.rsc +21 -22
  128. package/.next/server/app/remote.segments/_full.segment.rsc +21 -22
  129. package/.next/server/app/remote.segments/_tree.segment.rsc +1 -1
  130. package/.next/server/app/remote.segments/remote/__PAGE__.segment.rsc +4 -4
  131. package/.next/server/app-paths-manifest.json +4 -3
  132. package/.next/server/chunks/5105.js +1 -0
  133. package/.next/server/chunks/5309.js +1 -1
  134. package/.next/server/middleware-build-manifest.js +1 -1
  135. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  136. package/.next/server/next-font-manifest.js +1 -1
  137. package/.next/server/next-font-manifest.json +1 -1
  138. package/.next/server/pages/404.html +1 -1
  139. package/.next/server/pages/500.html +1 -1
  140. package/.next/standalone/.next/BUILD_ID +1 -1
  141. package/.next/standalone/.next/app-path-routes-manifest.json +4 -3
  142. package/.next/standalone/.next/build-manifest.json +3 -3
  143. package/.next/standalone/.next/prerender-manifest.json +4 -4
  144. package/.next/standalone/.next/react-loadable-manifest.json +4 -4
  145. package/.next/standalone/.next/required-server-files.json +2 -2
  146. package/.next/standalone/.next/routes-manifest.json +10 -0
  147. package/.next/standalone/.next/server/app/_global-error/page.js +2 -2
  148. package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  149. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  150. package/.next/standalone/.next/server/app/_global-error.rsc +2 -2
  151. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +2 -2
  152. package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +2 -2
  153. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  154. package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
  155. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  156. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  157. package/.next/standalone/.next/server/app/_not-found.rsc +3 -3
  158. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  159. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
  160. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  161. package/.next/standalone/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  162. package/.next/standalone/.next/server/app/api/agent/[id]/events/route.js +2 -2
  163. package/.next/standalone/.next/server/app/api/agent/[id]/route.js +1 -1
  164. package/.next/standalone/.next/server/app/api/agent/new/route.js +1 -1
  165. package/.next/standalone/.next/server/app/api/agent/running/events/route.js +1 -1
  166. package/.next/standalone/.next/server/app/api/agents/route.js +1 -1
  167. package/.next/standalone/.next/server/app/api/app-update/releases/route.js +1 -1
  168. package/.next/standalone/.next/server/app/api/app-update/route.js +2 -2
  169. package/.next/standalone/.next/server/app/api/auth/all-providers/route.js +1 -1
  170. package/.next/standalone/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  171. package/.next/standalone/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  172. package/.next/standalone/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  173. package/.next/standalone/.next/server/app/api/auth/providers/route.js +1 -1
  174. package/.next/standalone/.next/server/app/api/cwd/browse/route.js +1 -1
  175. package/.next/standalone/.next/server/app/api/cwd/validate/route.js +1 -1
  176. package/.next/standalone/.next/server/app/api/default-cwd/route.js +1 -1
  177. package/.next/standalone/.next/server/app/api/diagnostics/route.js +1 -1
  178. package/.next/standalone/.next/server/app/api/file-index/route.js +1 -1
  179. package/.next/standalone/.next/server/app/api/files/[...path]/route.js +2 -2
  180. package/.next/standalone/.next/server/app/api/git/diff/route.js +2 -2
  181. package/.next/standalone/.next/server/app/api/git/status/route.js +1 -1
  182. package/.next/standalone/.next/server/app/api/github/status/route.js +1 -1
  183. package/.next/standalone/.next/server/app/api/home/route.js +1 -1
  184. package/.next/standalone/.next/server/app/api/mcp/route.js +2 -2
  185. package/.next/standalone/.next/server/app/api/model-roles/route.js +1 -1
  186. package/.next/standalone/.next/server/app/api/models/fetch/route.js +1 -1
  187. package/.next/standalone/.next/server/app/api/models/route.js +1 -1
  188. package/.next/standalone/.next/server/app/api/models-config/catalog/route.js +1 -1
  189. package/.next/standalone/.next/server/app/api/models-config/route.js +1 -1
  190. package/.next/standalone/.next/server/app/api/models-config/test/route.js +1 -1
  191. package/.next/standalone/.next/server/app/api/omp-settings/route.js +1 -1
  192. package/.next/standalone/.next/server/app/api/omp-update/route.js +1 -1
  193. package/.next/standalone/.next/server/app/api/omp-version/route.js +1 -1
  194. package/.next/standalone/.next/server/app/api/pair/accept/route.js +1 -1
  195. package/.next/standalone/.next/server/app/api/pair/accept/route.js.nft.json +1 -1
  196. package/.next/standalone/.next/server/app/api/pair/config/route.js +1 -1
  197. package/.next/standalone/.next/server/app/api/pair/config/route.js.nft.json +1 -1
  198. package/.next/standalone/.next/server/app/api/pair/devices/[id]/route.js +1 -1
  199. package/.next/standalone/.next/server/app/api/pair/devices/[id]/route.js.nft.json +1 -1
  200. package/.next/standalone/.next/server/app/api/pair/devices/route.js +1 -1
  201. package/.next/standalone/.next/server/app/api/pair/devices/route.js.nft.json +1 -1
  202. package/.next/standalone/.next/server/app/api/pair/heartbeat/route.js +1 -1
  203. package/.next/standalone/.next/server/app/api/pair/heartbeat/route.js.nft.json +1 -1
  204. package/.next/standalone/.next/server/app/api/pair/revoke-all/route.js +1 -1
  205. package/.next/standalone/.next/server/app/api/pair/revoke-all/route.js.nft.json +1 -1
  206. package/.next/standalone/.next/server/app/api/pair/token/route.js +1 -1
  207. package/.next/standalone/.next/server/app/api/pair/token/route.js.nft.json +1 -1
  208. package/.next/standalone/.next/server/app/api/pair/tunnel/route.js +1 -1
  209. package/.next/standalone/.next/server/app/api/pair/tunnel/route.js.nft.json +1 -1
  210. package/.next/standalone/.next/server/app/api/plugins/route.js +1 -1
  211. package/.next/standalone/.next/server/app/api/projects/route.js +1 -1
  212. package/.next/standalone/.next/server/app/api/provider-usage/route.js +1 -1
  213. package/.next/standalone/.next/server/app/api/providers/enable/route.js +1 -1
  214. package/.next/standalone/.next/server/app/api/proxy/route.js +1 -1
  215. package/.next/standalone/.next/server/app/api/reveal/route.js +1 -1
  216. package/.next/standalone/.next/server/app/api/scripts/route.js +1 -1
  217. package/.next/standalone/.next/server/app/api/scripts/run/route.js +1 -1
  218. package/.next/standalone/.next/server/app/api/sessions/[id]/archive/route.js +1 -1
  219. package/.next/standalone/.next/server/app/api/sessions/[id]/auto-name/route.js +1 -1
  220. package/.next/standalone/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  221. package/.next/standalone/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  222. package/.next/standalone/.next/server/app/api/sessions/[id]/export/route.js +1 -1
  223. package/.next/standalone/.next/server/app/api/sessions/[id]/plan/route.js +1 -1
  224. package/.next/standalone/.next/server/app/api/sessions/[id]/route.js +1 -1
  225. package/.next/standalone/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  226. package/.next/standalone/.next/server/app/api/sessions/[id]/subagents/[subagentId]/route.js +1 -1
  227. package/.next/standalone/.next/server/app/api/sessions/[id]/subagents/route.js +1 -1
  228. package/.next/standalone/.next/server/app/api/sessions/archive/route.js +1 -1
  229. package/.next/standalone/.next/server/app/api/sessions/import/route.js +1 -1
  230. package/.next/standalone/.next/server/app/api/sessions/route.js +1 -1
  231. package/.next/standalone/.next/server/app/api/skills/check/route.js +1 -1
  232. package/.next/standalone/.next/server/app/api/skills/install/route.js +1 -1
  233. package/.next/standalone/.next/server/app/api/skills/route.js +1 -1
  234. package/.next/standalone/.next/server/app/api/skills/search/route.js +1 -1
  235. package/.next/standalone/.next/server/app/api/skills/update/route.js +1 -1
  236. package/.next/standalone/.next/server/app/api/terminal/input/route.js +1 -1
  237. package/.next/standalone/.next/server/app/api/terminal/open/route.js +1 -1
  238. package/.next/standalone/.next/server/app/api/terminal/resize/route.js +1 -1
  239. package/.next/standalone/.next/server/app/api/terminal/session/route.js +1 -1
  240. package/.next/standalone/.next/server/app/api/terminal/stream/route.js +2 -2
  241. package/.next/standalone/.next/server/app/api/usage-summary/route.js +1 -0
  242. package/.next/standalone/.next/server/app/api/usage-summary/route.js.nft.json +1 -0
  243. package/.next/standalone/.next/server/app/api/usage-summary/route_client-reference-manifest.js +1 -0
  244. package/.next/standalone/.next/server/app/api/web-auth/session/route.js +1 -1
  245. package/.next/standalone/.next/server/app/api/worktrees/route.js +1 -1
  246. package/.next/standalone/.next/server/app/favicon.ico/route.js +1 -1
  247. package/.next/standalone/.next/server/app/index.html +1 -1
  248. package/.next/standalone/.next/server/app/index.rsc +18 -19
  249. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  250. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +18 -19
  251. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  252. package/.next/standalone/.next/server/app/login/page.js +1 -1
  253. package/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
  254. package/.next/standalone/.next/server/app/login.html +1 -1
  255. package/.next/standalone/.next/server/app/login.rsc +18 -19
  256. package/.next/standalone/.next/server/app/login.segments/_full.segment.rsc +18 -19
  257. package/.next/standalone/.next/server/app/login.segments/_tree.segment.rsc +1 -1
  258. package/.next/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +3 -3
  259. package/.next/standalone/.next/server/app/manifest.webmanifest/route.js +2 -2
  260. package/.next/standalone/.next/server/app/page.js +1 -1
  261. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  262. package/.next/standalone/.next/server/app/remote/page.js +1 -1
  263. package/.next/standalone/.next/server/app/remote/page_client-reference-manifest.js +1 -1
  264. package/.next/standalone/.next/server/app/remote.html +1 -1
  265. package/.next/standalone/.next/server/app/remote.rsc +21 -22
  266. package/.next/standalone/.next/server/app/remote.segments/_full.segment.rsc +21 -22
  267. package/.next/standalone/.next/server/app/remote.segments/_tree.segment.rsc +1 -1
  268. package/.next/standalone/.next/server/app/remote.segments/remote/__PAGE__.segment.rsc +4 -4
  269. package/.next/standalone/.next/server/app-paths-manifest.json +4 -3
  270. package/.next/standalone/.next/server/chunks/5105.js +1 -0
  271. package/.next/standalone/.next/server/chunks/5309.js +1 -1
  272. package/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
  273. package/.next/standalone/.next/server/middleware-react-loadable-manifest.js +1 -1
  274. package/.next/standalone/.next/server/next-font-manifest.js +1 -1
  275. package/.next/standalone/.next/server/next-font-manifest.json +1 -1
  276. package/.next/standalone/.next/server/pages/404.html +1 -1
  277. package/.next/standalone/.next/server/pages/500.html +1 -1
  278. package/.next/standalone/package.json +1 -1
  279. package/.next/standalone/server.js +1 -1
  280. package/.next/static/CYQrJAlj4LGpZLx6R09J5/_buildManifest.js +1 -0
  281. package/.next/static/chunks/2584-da00c2837d93cf36.js +1 -0
  282. package/.next/static/chunks/3651.83bd686c6f78c347.js +1 -0
  283. package/.next/static/chunks/6792.3a89b1ae59253479.js +126 -0
  284. package/.next/static/chunks/app/_global-error/page-f94b31373715403d.js +1 -0
  285. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-f94b31373715403d.js +1 -0
  286. package/.next/static/chunks/app/api/agent/[id]/events/route-f94b31373715403d.js +1 -0
  287. package/.next/static/chunks/app/api/agent/[id]/route-f94b31373715403d.js +1 -0
  288. package/.next/static/chunks/app/api/agent/new/route-f94b31373715403d.js +1 -0
  289. package/.next/static/chunks/app/api/agent/running/events/route-f94b31373715403d.js +1 -0
  290. package/.next/static/chunks/app/api/agents/route-f94b31373715403d.js +1 -0
  291. package/.next/static/chunks/app/api/app-update/releases/route-f94b31373715403d.js +1 -0
  292. package/.next/static/chunks/app/api/app-update/route-f94b31373715403d.js +1 -0
  293. package/.next/static/chunks/app/api/auth/all-providers/route-f94b31373715403d.js +1 -0
  294. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-f94b31373715403d.js +1 -0
  295. package/.next/static/chunks/app/api/auth/login/[provider]/route-f94b31373715403d.js +1 -0
  296. package/.next/static/chunks/app/api/auth/logout/[provider]/route-f94b31373715403d.js +1 -0
  297. package/.next/static/chunks/app/api/auth/providers/route-f94b31373715403d.js +1 -0
  298. package/.next/static/chunks/app/api/cwd/browse/route-f94b31373715403d.js +1 -0
  299. package/.next/static/chunks/app/api/cwd/validate/route-f94b31373715403d.js +1 -0
  300. package/.next/static/chunks/app/api/default-cwd/route-f94b31373715403d.js +1 -0
  301. package/.next/static/chunks/app/api/diagnostics/route-f94b31373715403d.js +1 -0
  302. package/.next/static/chunks/app/api/file-index/route-f94b31373715403d.js +1 -0
  303. package/.next/static/chunks/app/api/files/[...path]/route-f94b31373715403d.js +1 -0
  304. package/.next/static/chunks/app/api/git/diff/route-f94b31373715403d.js +1 -0
  305. package/.next/static/chunks/app/api/git/status/route-f94b31373715403d.js +1 -0
  306. package/.next/static/chunks/app/api/github/status/route-f94b31373715403d.js +1 -0
  307. package/.next/static/chunks/app/api/home/route-f94b31373715403d.js +1 -0
  308. package/.next/static/chunks/app/api/mcp/route-f94b31373715403d.js +1 -0
  309. package/.next/static/chunks/app/api/model-roles/route-f94b31373715403d.js +1 -0
  310. package/.next/static/chunks/app/api/models/fetch/route-f94b31373715403d.js +1 -0
  311. package/.next/static/chunks/app/api/models/route-f94b31373715403d.js +1 -0
  312. package/.next/static/chunks/app/api/models-config/catalog/route-f94b31373715403d.js +1 -0
  313. package/.next/static/chunks/app/api/models-config/route-f94b31373715403d.js +1 -0
  314. package/.next/static/chunks/app/api/models-config/test/route-f94b31373715403d.js +1 -0
  315. package/.next/static/chunks/app/api/omp-settings/route-f94b31373715403d.js +1 -0
  316. package/.next/static/chunks/app/api/omp-update/route-f94b31373715403d.js +1 -0
  317. package/.next/static/chunks/app/api/omp-version/route-f94b31373715403d.js +1 -0
  318. package/.next/static/chunks/app/api/pair/accept/route-f94b31373715403d.js +1 -0
  319. package/.next/static/chunks/app/api/pair/config/route-f94b31373715403d.js +1 -0
  320. package/.next/static/chunks/app/api/pair/devices/[id]/route-f94b31373715403d.js +1 -0
  321. package/.next/static/chunks/app/api/pair/devices/route-f94b31373715403d.js +1 -0
  322. package/.next/static/chunks/app/api/pair/heartbeat/route-f94b31373715403d.js +1 -0
  323. package/.next/static/chunks/app/api/pair/revoke-all/route-f94b31373715403d.js +1 -0
  324. package/.next/static/chunks/app/api/pair/token/route-f94b31373715403d.js +1 -0
  325. package/.next/static/chunks/app/api/pair/tunnel/route-f94b31373715403d.js +1 -0
  326. package/.next/static/chunks/app/api/plugins/route-f94b31373715403d.js +1 -0
  327. package/.next/static/chunks/app/api/projects/route-f94b31373715403d.js +1 -0
  328. package/.next/static/chunks/app/api/provider-usage/route-f94b31373715403d.js +1 -0
  329. package/.next/static/chunks/app/api/providers/enable/route-f94b31373715403d.js +1 -0
  330. package/.next/static/chunks/app/api/proxy/route-f94b31373715403d.js +1 -0
  331. package/.next/static/chunks/app/api/reveal/route-f94b31373715403d.js +1 -0
  332. package/.next/static/chunks/app/api/scripts/route-f94b31373715403d.js +1 -0
  333. package/.next/static/chunks/app/api/scripts/run/route-f94b31373715403d.js +1 -0
  334. package/.next/static/chunks/app/api/sessions/[id]/archive/route-f94b31373715403d.js +1 -0
  335. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-f94b31373715403d.js +1 -0
  336. package/.next/static/chunks/app/api/sessions/[id]/context/route-f94b31373715403d.js +1 -0
  337. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-f94b31373715403d.js +1 -0
  338. package/.next/static/chunks/app/api/sessions/[id]/export/route-f94b31373715403d.js +1 -0
  339. package/.next/static/chunks/app/api/sessions/[id]/plan/route-f94b31373715403d.js +1 -0
  340. package/.next/static/chunks/app/api/sessions/[id]/route-f94b31373715403d.js +1 -0
  341. package/.next/static/chunks/app/api/sessions/[id]/state/route-f94b31373715403d.js +1 -0
  342. package/.next/static/chunks/app/api/sessions/[id]/subagents/[subagentId]/route-f94b31373715403d.js +1 -0
  343. package/.next/static/chunks/app/api/sessions/[id]/subagents/route-f94b31373715403d.js +1 -0
  344. package/.next/static/chunks/app/api/sessions/archive/route-f94b31373715403d.js +1 -0
  345. package/.next/static/chunks/app/api/sessions/import/route-f94b31373715403d.js +1 -0
  346. package/.next/static/chunks/app/api/sessions/route-f94b31373715403d.js +1 -0
  347. package/.next/static/chunks/app/api/skills/check/route-f94b31373715403d.js +1 -0
  348. package/.next/static/chunks/app/api/skills/install/route-f94b31373715403d.js +1 -0
  349. package/.next/static/chunks/app/api/skills/route-f94b31373715403d.js +1 -0
  350. package/.next/static/chunks/app/api/skills/search/route-f94b31373715403d.js +1 -0
  351. package/.next/static/chunks/app/api/skills/update/route-f94b31373715403d.js +1 -0
  352. package/.next/static/chunks/app/api/terminal/input/route-f94b31373715403d.js +1 -0
  353. package/.next/static/chunks/app/api/terminal/open/route-f94b31373715403d.js +1 -0
  354. package/.next/static/chunks/app/api/terminal/resize/route-f94b31373715403d.js +1 -0
  355. package/.next/static/chunks/app/api/terminal/session/route-f94b31373715403d.js +1 -0
  356. package/.next/static/chunks/app/api/terminal/stream/route-f94b31373715403d.js +1 -0
  357. package/.next/static/chunks/app/api/usage-summary/route-f94b31373715403d.js +1 -0
  358. package/.next/static/chunks/app/api/web-auth/session/route-f94b31373715403d.js +1 -0
  359. package/.next/static/chunks/app/api/worktrees/route-f94b31373715403d.js +1 -0
  360. package/.next/static/chunks/app/manifest.webmanifest/route-f94b31373715403d.js +1 -0
  361. package/.next/static/chunks/app/{page-48b96ccb13ebd7bb.js → page-29ff0717ff7d59d5.js} +1 -1
  362. package/.next/static/chunks/app/remote/page-6929ee7ca38967a5.js +1 -0
  363. package/.next/static/chunks/next/dist/client/components/builtin/app-error-f94b31373715403d.js +1 -0
  364. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-f94b31373715403d.js +1 -0
  365. package/.next/static/chunks/next/dist/client/components/builtin/not-found-f94b31373715403d.js +1 -0
  366. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-f94b31373715403d.js +1 -0
  367. package/.next/static/chunks/{webpack-18d04f872fe12139.js → webpack-e7dc39b3ef71fd7e.js} +1 -1
  368. package/desktop/main.js +44 -7
  369. package/next.config.ts +6 -1
  370. package/package.json +1 -1
  371. package/.next/server/chunks/4791.js +0 -1
  372. package/.next/standalone/.next/server/chunks/4791.js +0 -1
  373. package/.next/static/Q-0mKyL6V7YpE6pf8ZoFy/_buildManifest.js +0 -1
  374. package/.next/static/chunks/2584-77204310e58868e3.js +0 -1
  375. package/.next/static/chunks/3651.f68fccde22153b7d.js +0 -1
  376. package/.next/static/chunks/7408.8fb61f7f23253d4d.js +0 -126
  377. package/.next/static/chunks/app/_global-error/page-f97ee162e6cb1325.js +0 -1
  378. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-f97ee162e6cb1325.js +0 -1
  379. package/.next/static/chunks/app/api/agent/[id]/events/route-f97ee162e6cb1325.js +0 -1
  380. package/.next/static/chunks/app/api/agent/[id]/route-f97ee162e6cb1325.js +0 -1
  381. package/.next/static/chunks/app/api/agent/new/route-f97ee162e6cb1325.js +0 -1
  382. package/.next/static/chunks/app/api/agent/running/events/route-f97ee162e6cb1325.js +0 -1
  383. package/.next/static/chunks/app/api/agents/route-f97ee162e6cb1325.js +0 -1
  384. package/.next/static/chunks/app/api/app-update/releases/route-f97ee162e6cb1325.js +0 -1
  385. package/.next/static/chunks/app/api/app-update/route-f97ee162e6cb1325.js +0 -1
  386. package/.next/static/chunks/app/api/auth/all-providers/route-f97ee162e6cb1325.js +0 -1
  387. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-f97ee162e6cb1325.js +0 -1
  388. package/.next/static/chunks/app/api/auth/login/[provider]/route-f97ee162e6cb1325.js +0 -1
  389. package/.next/static/chunks/app/api/auth/logout/[provider]/route-f97ee162e6cb1325.js +0 -1
  390. package/.next/static/chunks/app/api/auth/providers/route-f97ee162e6cb1325.js +0 -1
  391. package/.next/static/chunks/app/api/cwd/browse/route-f97ee162e6cb1325.js +0 -1
  392. package/.next/static/chunks/app/api/cwd/validate/route-f97ee162e6cb1325.js +0 -1
  393. package/.next/static/chunks/app/api/default-cwd/route-f97ee162e6cb1325.js +0 -1
  394. package/.next/static/chunks/app/api/diagnostics/route-f97ee162e6cb1325.js +0 -1
  395. package/.next/static/chunks/app/api/file-index/route-f97ee162e6cb1325.js +0 -1
  396. package/.next/static/chunks/app/api/files/[...path]/route-f97ee162e6cb1325.js +0 -1
  397. package/.next/static/chunks/app/api/git/diff/route-f97ee162e6cb1325.js +0 -1
  398. package/.next/static/chunks/app/api/git/status/route-f97ee162e6cb1325.js +0 -1
  399. package/.next/static/chunks/app/api/github/status/route-f97ee162e6cb1325.js +0 -1
  400. package/.next/static/chunks/app/api/home/route-f97ee162e6cb1325.js +0 -1
  401. package/.next/static/chunks/app/api/mcp/route-f97ee162e6cb1325.js +0 -1
  402. package/.next/static/chunks/app/api/model-roles/route-f97ee162e6cb1325.js +0 -1
  403. package/.next/static/chunks/app/api/models/fetch/route-f97ee162e6cb1325.js +0 -1
  404. package/.next/static/chunks/app/api/models/route-f97ee162e6cb1325.js +0 -1
  405. package/.next/static/chunks/app/api/models-config/catalog/route-f97ee162e6cb1325.js +0 -1
  406. package/.next/static/chunks/app/api/models-config/route-f97ee162e6cb1325.js +0 -1
  407. package/.next/static/chunks/app/api/models-config/test/route-f97ee162e6cb1325.js +0 -1
  408. package/.next/static/chunks/app/api/omp-settings/route-f97ee162e6cb1325.js +0 -1
  409. package/.next/static/chunks/app/api/omp-update/route-f97ee162e6cb1325.js +0 -1
  410. package/.next/static/chunks/app/api/omp-version/route-f97ee162e6cb1325.js +0 -1
  411. package/.next/static/chunks/app/api/pair/accept/route-f97ee162e6cb1325.js +0 -1
  412. package/.next/static/chunks/app/api/pair/config/route-f97ee162e6cb1325.js +0 -1
  413. package/.next/static/chunks/app/api/pair/devices/[id]/route-f97ee162e6cb1325.js +0 -1
  414. package/.next/static/chunks/app/api/pair/devices/route-f97ee162e6cb1325.js +0 -1
  415. package/.next/static/chunks/app/api/pair/heartbeat/route-f97ee162e6cb1325.js +0 -1
  416. package/.next/static/chunks/app/api/pair/revoke-all/route-f97ee162e6cb1325.js +0 -1
  417. package/.next/static/chunks/app/api/pair/token/route-f97ee162e6cb1325.js +0 -1
  418. package/.next/static/chunks/app/api/pair/tunnel/route-f97ee162e6cb1325.js +0 -1
  419. package/.next/static/chunks/app/api/plugins/route-f97ee162e6cb1325.js +0 -1
  420. package/.next/static/chunks/app/api/projects/route-f97ee162e6cb1325.js +0 -1
  421. package/.next/static/chunks/app/api/provider-usage/route-f97ee162e6cb1325.js +0 -1
  422. package/.next/static/chunks/app/api/providers/enable/route-f97ee162e6cb1325.js +0 -1
  423. package/.next/static/chunks/app/api/proxy/route-f97ee162e6cb1325.js +0 -1
  424. package/.next/static/chunks/app/api/reveal/route-f97ee162e6cb1325.js +0 -1
  425. package/.next/static/chunks/app/api/scripts/route-f97ee162e6cb1325.js +0 -1
  426. package/.next/static/chunks/app/api/scripts/run/route-f97ee162e6cb1325.js +0 -1
  427. package/.next/static/chunks/app/api/sessions/[id]/archive/route-f97ee162e6cb1325.js +0 -1
  428. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-f97ee162e6cb1325.js +0 -1
  429. package/.next/static/chunks/app/api/sessions/[id]/context/route-f97ee162e6cb1325.js +0 -1
  430. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-f97ee162e6cb1325.js +0 -1
  431. package/.next/static/chunks/app/api/sessions/[id]/export/route-f97ee162e6cb1325.js +0 -1
  432. package/.next/static/chunks/app/api/sessions/[id]/plan/route-f97ee162e6cb1325.js +0 -1
  433. package/.next/static/chunks/app/api/sessions/[id]/route-f97ee162e6cb1325.js +0 -1
  434. package/.next/static/chunks/app/api/sessions/[id]/state/route-f97ee162e6cb1325.js +0 -1
  435. package/.next/static/chunks/app/api/sessions/[id]/subagents/[subagentId]/route-f97ee162e6cb1325.js +0 -1
  436. package/.next/static/chunks/app/api/sessions/[id]/subagents/route-f97ee162e6cb1325.js +0 -1
  437. package/.next/static/chunks/app/api/sessions/archive/route-f97ee162e6cb1325.js +0 -1
  438. package/.next/static/chunks/app/api/sessions/import/route-f97ee162e6cb1325.js +0 -1
  439. package/.next/static/chunks/app/api/sessions/route-f97ee162e6cb1325.js +0 -1
  440. package/.next/static/chunks/app/api/skills/check/route-f97ee162e6cb1325.js +0 -1
  441. package/.next/static/chunks/app/api/skills/install/route-f97ee162e6cb1325.js +0 -1
  442. package/.next/static/chunks/app/api/skills/route-f97ee162e6cb1325.js +0 -1
  443. package/.next/static/chunks/app/api/skills/search/route-f97ee162e6cb1325.js +0 -1
  444. package/.next/static/chunks/app/api/skills/update/route-f97ee162e6cb1325.js +0 -1
  445. package/.next/static/chunks/app/api/terminal/input/route-f97ee162e6cb1325.js +0 -1
  446. package/.next/static/chunks/app/api/terminal/open/route-f97ee162e6cb1325.js +0 -1
  447. package/.next/static/chunks/app/api/terminal/resize/route-f97ee162e6cb1325.js +0 -1
  448. package/.next/static/chunks/app/api/terminal/session/route-f97ee162e6cb1325.js +0 -1
  449. package/.next/static/chunks/app/api/terminal/stream/route-f97ee162e6cb1325.js +0 -1
  450. package/.next/static/chunks/app/api/web-auth/session/route-f97ee162e6cb1325.js +0 -1
  451. package/.next/static/chunks/app/api/worktrees/route-f97ee162e6cb1325.js +0 -1
  452. package/.next/static/chunks/app/manifest.webmanifest/route-f97ee162e6cb1325.js +0 -1
  453. package/.next/static/chunks/app/remote/page-3f3f16f1d3808f92.js +0 -1
  454. package/.next/static/chunks/next/dist/client/components/builtin/app-error-f97ee162e6cb1325.js +0 -1
  455. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-f97ee162e6cb1325.js +0 -1
  456. package/.next/static/chunks/next/dist/client/components/builtin/not-found-f97ee162e6cb1325.js +0 -1
  457. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-f97ee162e6cb1325.js +0 -1
  458. /package/.next/static/{Q-0mKyL6V7YpE6pf8ZoFy → CYQrJAlj4LGpZLx6R09J5}/_ssgManifest.js +0 -0
@@ -1 +0,0 @@
1
- exports.id=4791,exports.ids=[4791],exports.modules={20565:(a,b,c)=>{"use strict";function d(a){return"object"==typeof a&&null!==a&&!Array.isArray(a)}function e(a){return"string"==typeof a?a:void 0}function f(a){return"number"==typeof a&&Number.isFinite(a)?a:void 0}c.d(b,{i:()=>f,oJ:()=>e,u4:()=>d})},43851:(a,b,c)=>{"use strict";c.d(b,{gN:()=>m});var d=c(33873),e=c(55511),f=c(29021),g=c(20565);let h={tokenTtlMs:6e5,offlineAfterMs:25e3,maxDevices:4,idleExpireMs:6048e5,cookieName:"dsh_pair",requirePairingForLan:!0,autoTunnel:!1,mobileEnterToSend:!1},i={now:()=>Date.now(),randomToken:()=>(0,e.randomBytes)(16).toString("hex")};class j{constructor(a={},b=i,c=null){this.tokens=new Map,this.devices=new Map,this.persistPath=null,this.stopped=!1,this.tokenSerial=0,this.config={...h,...a},this.store=b,this.persistPath=c,c&&(0,f.existsSync)(c)&&this.load()}load(){try{var a;let b,c=JSON.parse((0,f.readFileSync)(this.persistPath,"utf8"));if(!(0,g.u4)(c))return;if((0,g.u4)(c.config)&&(this.config={...this.config,...(a=c.config,b={},"number"==typeof a.tokenTtlMs&&(b.tokenTtlMs=a.tokenTtlMs),"number"==typeof a.offlineAfterMs&&(b.offlineAfterMs=a.offlineAfterMs),"number"==typeof a.maxDevices&&(b.maxDevices=a.maxDevices),"number"==typeof a.idleExpireMs&&(b.idleExpireMs=a.idleExpireMs),"string"==typeof a.cookieName&&(b.cookieName=a.cookieName),"boolean"==typeof a.requirePairingForLan&&(b.requirePairingForLan=a.requirePairingForLan),"string"==typeof a.publicUrl&&(b.publicUrl=a.publicUrl),"boolean"==typeof a.autoTunnel&&(b.autoTunnel=a.autoTunnel),"boolean"==typeof a.mobileEnterToSend&&(b.mobileEnterToSend=a.mobileEnterToSend),b)}),(0,g.u4)(c.token)&&"string"==typeof c.token.value&&"number"==typeof c.token.expiresAt&&c.token.expiresAt>this.store.now()&&this.tokens.set(c.token.value,c.token.expiresAt),Array.isArray(c.devices))for(let a of c.devices){if(!(0,g.u4)(a)||"string"!=typeof a.id)continue;let b={id:a.id,name:"string"==typeof a.name?a.name:"Paired device",pairedAt:"number"==typeof a.pairedAt?a.pairedAt:this.store.now(),lastActiveAt:"number"==typeof a.lastActiveAt?a.lastActiveAt:this.store.now(),..."string"==typeof a.userAgent?{userAgent:a.userAgent}:{},mobile:!0===a.mobile};this.devices.set(b.id,b)}this.sweep()}catch{}}persist(){if(this.persistPath)try{(0,f.mkdirSync)((0,d.dirname)(this.persistPath),{recursive:!0});let a=`${this.persistPath}.tmp`;(0,f.writeFileSync)(a,JSON.stringify({config:this.config,token:this.activeToken(),devices:[...this.devices.values()]})),(0,f.renameSync)(a,this.persistPath)}catch{}}updateConfig(a){return this.config={...this.config,...a},this.persist(),this.config}getConfig(){return{...this.config}}issue(){let a=this.store.now(),b=`${this.store.randomToken()}${this.tokenSerial++}`,c=a+this.config.tokenTtlMs;return this.tokens.clear(),this.tokens.set(b,c),this.persist(),{token:b,expiresAt:c}}accept(a,b,c){let d,e=this.store.now(),f=this.tokens.get(a);if(void 0===f||f<e)return null;this.tokens.delete(a);let g={id:this.store.randomToken(),name:(d=(b??"").slice(0,180),c?"Phone":/Windows/i.test(d)?"Windows PC":/Macintosh|Mac OS/i.test(d)?"Mac":/Linux/i.test(d)?"Linux PC":/iPhone|iPad|Android/i.test(d)?"Phone":"Paired device"),pairedAt:e,lastActiveAt:e,...b?{userAgent:b.slice(0,180)}:{},mobile:c};return this.devices.set(g.id,g),this.sweepDevices(e),this.persist(),g}touch(a){let b=this.devices.get(a);return!!b&&(b.lastActiveAt=this.store.now(),this.sweepDevices(b.lastActiveAt),this.devices.has(a))}revoke(a){let b=this.devices.delete(a);return b&&this.persist(),b}stop(){this.tokens.clear(),this.devices.clear(),this.stopped=!0,this.persist()}isStopped(){return this.stopped}getDevice(a){let b=this.devices.get(a);return b?this.store.now()-b.lastActiveAt>this.config.idleExpireMs?(this.devices.delete(a),this.persist(),null):{...b}:null}listDevices(){return this.sweep(),[...this.devices.values()].map(a=>({...a}))}isOnline(a){return this.store.now()-a.lastActiveAt<=this.config.offlineAfterMs}activeToken(){let a=this.store.now();for(let[b,c]of this.tokens){if(c>=a)return{value:b,expiresAt:c};this.tokens.delete(b)}return null}sweep(){let a=this.store.now();for(let[b,c]of(this.sweepDevices(a),this.tokens))c<a&&this.tokens.delete(b)}sweepDevices(a){let b=[];for(let[c,d]of this.devices)a-d.lastActiveAt>this.config.idleExpireMs&&b.push(c);for(let a of b)this.devices.delete(a);if(this.devices.size>this.config.maxDevices){let a=[...this.devices.values()].sort((a,b)=>a.lastActiveAt-b.lastActiveAt);for(let b of a.slice(0,a.length-this.config.maxDevices))this.devices.delete(b.id)}}}var k=c(85887);let l="__ompWebPairingService__";function m(){let a=globalThis;return a[l]||(a[l]=new j({},void 0,(0,d.join)((0,k.$M)(),"remote-pairing.json"))),a[l]}},78335:()=>{},85887:(a,b,c)=>{"use strict";c.d(b,{$M:()=>l,OK:()=>r,Pp:()=>w,Ym:()=>x,_8:()=>u,fL:()=>v,ny:()=>o,pA:()=>q,tE:()=>n,yG:()=>p});var d=c(29021),e=c(21820),f=c(33873);let g=/^[a-z0-9][a-z0-9._-]{0,63}$/,h=/^(?:CON|PRN|AUX|NUL|COM[0-9]|LPT[0-9])(?:\..*)?$/i;function i(a){let b=a?.trim();if(b&&"default"!==b){if("."===b||".."===b||b.endsWith(".")||!g.test(b)||h.test(b))throw Error(`Invalid OMP profile "${a}". Profile names must match ${g.source}, cannot be "." or "..", cannot end with ".", and cannot be a Windows reserved device name (CON, PRN, AUX, NUL, COM0-9, LPT0-9, or any of those with an extension).`);return b}}function j(){return void 0!==process.env.OMP_PROFILE?i(process.env.OMP_PROFILE):i(process.env.PI_PROFILE)}function k(){let a=f.join((0,e.homedir)(),process.env.PI_CONFIG_DIR||".omp"),b=j();return b?f.join(a,"profiles",b):a}function l(){let a=j(),b=process.env.PI_CODING_AGENT_DIR;return b&&!a?f.resolve(b):f.join(k(),"agent")}function m(a){let b=function(){let a,b;if("linux"!==process.platform&&"darwin"!==process.platform||(a=j(),(b=process.env.PI_CODING_AGENT_DIR)&&!a&&f.resolve(b)!==f.join(k(),"agent")))return;let c=process.env.XDG_DATA_HOME;if(c)try{let a=f.join(c,"omp"),b=j();if(b){let c=f.join(a,"profiles",b);return(0,d.existsSync)(c)?c:void 0}return(0,d.existsSync)(a)?a:void 0}catch{return}}();return f.join(b??l(),a)}function n(){return m("sessions")}function o(){return f.join(f.dirname(n()),"archive","sessions")}function p(){return m("blobs")}function q(){let a=l(),b=f.join(a,"config.yml");if((0,d.existsSync)(b))return b;let c=f.join(a,"config.yaml");return(0,d.existsSync)(c)?c:b}function r(){let a=l(),b=f.join(a,"models.yml");if((0,d.existsSync)(b))return b;let c=f.join(a,"models.yaml");return(0,d.existsSync)(c)?c:b}function s(a){try{return d.realpathSync.native(a)}catch{return a}}function t(a,b){let c=b.replace(/[/\\:]/g,"-");return c?a.endsWith("-")?`${a}${c}`:`${a}-${c}`:a}function u(a){let b,c=s(f.resolve(a)),d=s((0,e.homedir)()),g=s((0,e.tmpdir)()),h=f.relative(d,c),i=f.relative(g,c);return""!==h&&(h.startsWith("..")||f.isAbsolute(h))?""!==i&&(i.startsWith("..")||f.isAbsolute(i))?(b=f.resolve(c),`--${b.replace(/^[/\\]/,"").replace(/[/\\:]/g,"-")}--`):t("-tmp",i):t("-",h)}function v(){return f.join(l(),"agents")}function w(a){let b=f.resolve(a),c=(0,e.homedir)();for(;;){let a=f.join(b,".omp","agents");try{if((0,d.statSync)(a).isDirectory())return a}catch{}if((0,d.existsSync)(f.join(b,".git")))return a;if(b===c)break;let e=f.dirname(b);if(e===b)break;b=e}return f.join(f.resolve(a),".omp","agents")}function x(){return f.join((0,e.tmpdir)(),"omp-web-bundled-agents")}},96487:()=>{}};
@@ -1 +0,0 @@
1
- exports.id=4791,exports.ids=[4791],exports.modules={20565:(a,b,c)=>{"use strict";function d(a){return"object"==typeof a&&null!==a&&!Array.isArray(a)}function e(a){return"string"==typeof a?a:void 0}function f(a){return"number"==typeof a&&Number.isFinite(a)?a:void 0}c.d(b,{i:()=>f,oJ:()=>e,u4:()=>d})},43851:(a,b,c)=>{"use strict";c.d(b,{gN:()=>m});var d=c(33873),e=c(55511),f=c(29021),g=c(20565);let h={tokenTtlMs:6e5,offlineAfterMs:25e3,maxDevices:4,idleExpireMs:6048e5,cookieName:"dsh_pair",requirePairingForLan:!0,autoTunnel:!1,mobileEnterToSend:!1},i={now:()=>Date.now(),randomToken:()=>(0,e.randomBytes)(16).toString("hex")};class j{constructor(a={},b=i,c=null){this.tokens=new Map,this.devices=new Map,this.persistPath=null,this.stopped=!1,this.tokenSerial=0,this.config={...h,...a},this.store=b,this.persistPath=c,c&&(0,f.existsSync)(c)&&this.load()}load(){try{var a;let b,c=JSON.parse((0,f.readFileSync)(this.persistPath,"utf8"));if(!(0,g.u4)(c))return;if((0,g.u4)(c.config)&&(this.config={...this.config,...(a=c.config,b={},"number"==typeof a.tokenTtlMs&&(b.tokenTtlMs=a.tokenTtlMs),"number"==typeof a.offlineAfterMs&&(b.offlineAfterMs=a.offlineAfterMs),"number"==typeof a.maxDevices&&(b.maxDevices=a.maxDevices),"number"==typeof a.idleExpireMs&&(b.idleExpireMs=a.idleExpireMs),"string"==typeof a.cookieName&&(b.cookieName=a.cookieName),"boolean"==typeof a.requirePairingForLan&&(b.requirePairingForLan=a.requirePairingForLan),"string"==typeof a.publicUrl&&(b.publicUrl=a.publicUrl),"boolean"==typeof a.autoTunnel&&(b.autoTunnel=a.autoTunnel),"boolean"==typeof a.mobileEnterToSend&&(b.mobileEnterToSend=a.mobileEnterToSend),b)}),(0,g.u4)(c.token)&&"string"==typeof c.token.value&&"number"==typeof c.token.expiresAt&&c.token.expiresAt>this.store.now()&&this.tokens.set(c.token.value,c.token.expiresAt),Array.isArray(c.devices))for(let a of c.devices){if(!(0,g.u4)(a)||"string"!=typeof a.id)continue;let b={id:a.id,name:"string"==typeof a.name?a.name:"Paired device",pairedAt:"number"==typeof a.pairedAt?a.pairedAt:this.store.now(),lastActiveAt:"number"==typeof a.lastActiveAt?a.lastActiveAt:this.store.now(),..."string"==typeof a.userAgent?{userAgent:a.userAgent}:{},mobile:!0===a.mobile};this.devices.set(b.id,b)}this.sweep()}catch{}}persist(){if(this.persistPath)try{(0,f.mkdirSync)((0,d.dirname)(this.persistPath),{recursive:!0});let a=`${this.persistPath}.tmp`;(0,f.writeFileSync)(a,JSON.stringify({config:this.config,token:this.activeToken(),devices:[...this.devices.values()]})),(0,f.renameSync)(a,this.persistPath)}catch{}}updateConfig(a){return this.config={...this.config,...a},this.persist(),this.config}getConfig(){return{...this.config}}issue(){let a=this.store.now(),b=`${this.store.randomToken()}${this.tokenSerial++}`,c=a+this.config.tokenTtlMs;return this.tokens.clear(),this.tokens.set(b,c),this.persist(),{token:b,expiresAt:c}}accept(a,b,c){let d,e=this.store.now(),f=this.tokens.get(a);if(void 0===f||f<e)return null;this.tokens.delete(a);let g={id:this.store.randomToken(),name:(d=(b??"").slice(0,180),c?"Phone":/Windows/i.test(d)?"Windows PC":/Macintosh|Mac OS/i.test(d)?"Mac":/Linux/i.test(d)?"Linux PC":/iPhone|iPad|Android/i.test(d)?"Phone":"Paired device"),pairedAt:e,lastActiveAt:e,...b?{userAgent:b.slice(0,180)}:{},mobile:c};return this.devices.set(g.id,g),this.sweepDevices(e),this.persist(),g}touch(a){let b=this.devices.get(a);return!!b&&(b.lastActiveAt=this.store.now(),this.sweepDevices(b.lastActiveAt),this.devices.has(a))}revoke(a){let b=this.devices.delete(a);return b&&this.persist(),b}stop(){this.tokens.clear(),this.devices.clear(),this.stopped=!0,this.persist()}isStopped(){return this.stopped}getDevice(a){let b=this.devices.get(a);return b?this.store.now()-b.lastActiveAt>this.config.idleExpireMs?(this.devices.delete(a),this.persist(),null):{...b}:null}listDevices(){return this.sweep(),[...this.devices.values()].map(a=>({...a}))}isOnline(a){return this.store.now()-a.lastActiveAt<=this.config.offlineAfterMs}activeToken(){let a=this.store.now();for(let[b,c]of this.tokens){if(c>=a)return{value:b,expiresAt:c};this.tokens.delete(b)}return null}sweep(){let a=this.store.now();for(let[b,c]of(this.sweepDevices(a),this.tokens))c<a&&this.tokens.delete(b)}sweepDevices(a){let b=[];for(let[c,d]of this.devices)a-d.lastActiveAt>this.config.idleExpireMs&&b.push(c);for(let a of b)this.devices.delete(a);if(this.devices.size>this.config.maxDevices){let a=[...this.devices.values()].sort((a,b)=>a.lastActiveAt-b.lastActiveAt);for(let b of a.slice(0,a.length-this.config.maxDevices))this.devices.delete(b.id)}}}var k=c(85887);let l="__ompWebPairingService__";function m(){let a=globalThis;return a[l]||(a[l]=new j({},void 0,(0,d.join)((0,k.$M)(),"remote-pairing.json"))),a[l]}},78335:()=>{},85887:(a,b,c)=>{"use strict";c.d(b,{$M:()=>l,OK:()=>r,Pp:()=>w,Ym:()=>x,_8:()=>u,fL:()=>v,ny:()=>o,pA:()=>q,tE:()=>n,yG:()=>p});var d=c(29021),e=c(21820),f=c(33873);let g=/^[a-z0-9][a-z0-9._-]{0,63}$/,h=/^(?:CON|PRN|AUX|NUL|COM[0-9]|LPT[0-9])(?:\..*)?$/i;function i(a){let b=a?.trim();if(b&&"default"!==b){if("."===b||".."===b||b.endsWith(".")||!g.test(b)||h.test(b))throw Error(`Invalid OMP profile "${a}". Profile names must match ${g.source}, cannot be "." or "..", cannot end with ".", and cannot be a Windows reserved device name (CON, PRN, AUX, NUL, COM0-9, LPT0-9, or any of those with an extension).`);return b}}function j(){return void 0!==process.env.OMP_PROFILE?i(process.env.OMP_PROFILE):i(process.env.PI_PROFILE)}function k(){let a=f.join((0,e.homedir)(),process.env.PI_CONFIG_DIR||".omp"),b=j();return b?f.join(a,"profiles",b):a}function l(){let a=j(),b=process.env.PI_CODING_AGENT_DIR;return b&&!a?f.resolve(b):f.join(k(),"agent")}function m(a){let b=function(){let a,b;if("linux"!==process.platform&&"darwin"!==process.platform||(a=j(),(b=process.env.PI_CODING_AGENT_DIR)&&!a&&f.resolve(b)!==f.join(k(),"agent")))return;let c=process.env.XDG_DATA_HOME;if(c)try{let a=f.join(c,"omp"),b=j();if(b){let c=f.join(a,"profiles",b);return(0,d.existsSync)(c)?c:void 0}return(0,d.existsSync)(a)?a:void 0}catch{return}}();return f.join(b??l(),a)}function n(){return m("sessions")}function o(){return f.join(f.dirname(n()),"archive","sessions")}function p(){return m("blobs")}function q(){let a=l(),b=f.join(a,"config.yml");if((0,d.existsSync)(b))return b;let c=f.join(a,"config.yaml");return(0,d.existsSync)(c)?c:b}function r(){let a=l(),b=f.join(a,"models.yml");if((0,d.existsSync)(b))return b;let c=f.join(a,"models.yaml");return(0,d.existsSync)(c)?c:b}function s(a){try{return d.realpathSync.native(a)}catch{return a}}function t(a,b){let c=b.replace(/[/\\:]/g,"-");return c?a.endsWith("-")?`${a}${c}`:`${a}-${c}`:a}function u(a){let b,c=s(f.resolve(a)),d=s((0,e.homedir)()),g=s((0,e.tmpdir)()),h=f.relative(d,c),i=f.relative(g,c);return""!==h&&(h.startsWith("..")||f.isAbsolute(h))?""!==i&&(i.startsWith("..")||f.isAbsolute(i))?(b=f.resolve(c),`--${b.replace(/^[/\\]/,"").replace(/[/\\:]/g,"-")}--`):t("-tmp",i):t("-",h)}function v(){return f.join(l(),"agents")}function w(a){let b=f.resolve(a),c=(0,e.homedir)();for(;;){let a=f.join(b,".omp","agents");try{if((0,d.statSync)(a).isDirectory())return a}catch{}if((0,d.existsSync)(f.join(b,".git")))return a;if(b===c)break;let e=f.dirname(b);if(e===b)break;b=e}return f.join(f.resolve(a),".omp","agents")}function x(){return f.join((0,e.tmpdir)(),"omp-web-bundled-agents")}},96487:()=>{}};
@@ -1 +0,0 @@
1
- self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:63,errorRate:1e-4,numBits:1208,numHashes:14,bitArray:[1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,1,1,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,1,1,1,0,1,1,1,0,0,1,1,0,0,0,1,0,1,1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,0,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,0,0,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,1,1,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,1,1,1,0,1,0,1,1,0,1,1,1,0,0,0,0,0,1,1,0,0,1,0,1,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,1,1,0,0,0,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,1,0,0,0,0,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,1,1,0,1,0,0,1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,1,1,1,1,0,0,1,1,1,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,1,1,0,0,1,0,0,1,1,0,1,1,0,0,1,0,0,0,1,1,0,1,1,0,0,0,1,1,0,0,1,0,1,1,1,1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,1,1,0,0,0,1,0,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,1,1,1,1,1,1,1,0,1,0,0,1,0,1,1,1,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,1,1,1,1,1,0,0,1,1,0,0,1,1,1,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0,0,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0,1,1,1,1,0,1,1,0,1,1,1,0,0,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,0,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0]},__routerFilterDynamic:{numItems:7,errorRate:1e-4,numBits:135,numHashes:14,bitArray:[0,0,1,0,0,1,0,0,0,0,1,0,0,1,1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,0,1,1,1,1,1,0,1,0,1,1,1,0,0,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,0,1,1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0,1,1,1,1,1,0,0,1,0,1,0,1]},sortedPages:["/_app"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();