agent-log-viewer 0.5.0 → 0.8.0

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 (172) hide show
  1. package/dist/standalone/.next/BUILD_ID +1 -1
  2. package/dist/standalone/.next/app-path-routes-manifest.json +13 -8
  3. package/dist/standalone/.next/build-manifest.json +2 -2
  4. package/dist/standalone/.next/prerender-manifest.json +3 -3
  5. package/dist/standalone/.next/routes-manifest.json +30 -0
  6. package/dist/standalone/.next/server/app/_global-error/page.js +3 -3
  7. package/dist/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
  8. package/dist/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  9. package/dist/standalone/.next/server/app/_global-error.html +1 -1
  10. package/dist/standalone/.next/server/app/_global-error.rsc +1 -1
  11. package/dist/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/dist/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  13. package/dist/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  14. package/dist/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  15. package/dist/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  16. package/dist/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/dist/standalone/.next/server/app/_not-found/page.js +2 -2
  18. package/dist/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  19. package/dist/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  20. package/dist/standalone/.next/server/app/_not-found.html +1 -1
  21. package/dist/standalone/.next/server/app/_not-found.rsc +2 -2
  22. package/dist/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  23. package/dist/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  24. package/dist/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  25. package/dist/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  26. package/dist/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  27. package/dist/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  28. package/dist/standalone/.next/server/app/api/access/route.js +1 -1
  29. package/dist/standalone/.next/server/app/api/access/route.js.nft.json +1 -1
  30. package/dist/standalone/.next/server/app/api/answer/route.js +1 -1
  31. package/dist/standalone/.next/server/app/api/answer/route.js.nft.json +1 -1
  32. package/dist/standalone/.next/server/app/api/files/route.js +1 -1
  33. package/dist/standalone/.next/server/app/api/files/route.js.nft.json +1 -1
  34. package/dist/standalone/.next/server/app/api/flows/[id]/route.js +1 -1
  35. package/dist/standalone/.next/server/app/api/flows/[id]/route.js.nft.json +1 -1
  36. package/dist/standalone/.next/server/app/api/flows/route.js +1 -1
  37. package/dist/standalone/.next/server/app/api/flows/route.js.nft.json +1 -1
  38. package/dist/standalone/.next/server/app/api/inbox/route.js +2 -2
  39. package/dist/standalone/.next/server/app/api/inbox/route.js.nft.json +1 -1
  40. package/dist/standalone/.next/server/app/api/limits/route.js +2 -2
  41. package/dist/standalone/.next/server/app/api/limits/route.js.nft.json +1 -1
  42. package/dist/standalone/.next/server/app/api/log/route.js +1 -1
  43. package/dist/standalone/.next/server/app/api/log/route.js.nft.json +1 -1
  44. package/dist/standalone/.next/server/app/api/logs/route.js +1 -0
  45. package/dist/standalone/.next/server/app/api/logs/route.js.nft.json +1 -0
  46. package/dist/standalone/.next/server/app/api/logs/route_client-reference-manifest.js +1 -0
  47. package/dist/standalone/.next/server/app/api/logs/stream/route.js +6 -0
  48. package/dist/standalone/.next/server/app/api/logs/stream/route.js.nft.json +1 -0
  49. package/dist/standalone/.next/server/app/api/logs/stream/route_client-reference-manifest.js +1 -0
  50. package/dist/standalone/.next/server/app/api/proc/route.js +1 -1
  51. package/dist/standalone/.next/server/app/api/proc/route.js.nft.json +1 -1
  52. package/dist/standalone/.next/server/app/api/push/route.js +1 -1
  53. package/dist/standalone/.next/server/app/api/push/route.js.nft.json +1 -1
  54. package/dist/standalone/.next/server/app/api/resources/route.js +1 -0
  55. package/dist/standalone/.next/server/app/api/resources/route.js.nft.json +1 -0
  56. package/dist/standalone/.next/server/app/api/resources/route_client-reference-manifest.js +1 -0
  57. package/dist/standalone/.next/server/app/api/spawn/route.js +1 -1
  58. package/dist/standalone/.next/server/app/api/spawn/route.js.nft.json +1 -1
  59. package/dist/standalone/.next/server/app/api/tasks/[id]/route.js +2 -2
  60. package/dist/standalone/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  61. package/dist/standalone/.next/server/app/api/tasks/[id]/send/route.js +1 -1
  62. package/dist/standalone/.next/server/app/api/tasks/[id]/send/route.js.nft.json +1 -1
  63. package/dist/standalone/.next/server/app/api/tasks/[id]/spawn/route.js +1 -1
  64. package/dist/standalone/.next/server/app/api/tasks/[id]/spawn/route.js.nft.json +1 -1
  65. package/dist/standalone/.next/server/app/api/tasks/route.js +2 -2
  66. package/dist/standalone/.next/server/app/api/tasks/route.js.nft.json +1 -1
  67. package/dist/standalone/.next/server/app/api/timeline/route.js +1 -1
  68. package/dist/standalone/.next/server/app/api/timeline/route.js.nft.json +1 -1
  69. package/dist/standalone/.next/server/app/api/tmux/route.js +1 -1
  70. package/dist/standalone/.next/server/app/api/tmux/route.js.nft.json +1 -1
  71. package/dist/standalone/.next/server/app/api/tmux/targets/route.js +1 -0
  72. package/dist/standalone/.next/server/app/api/tmux/targets/route.js.nft.json +1 -0
  73. package/dist/standalone/.next/server/app/api/tmux/targets/route_client-reference-manifest.js +1 -0
  74. package/dist/standalone/.next/server/app/api/transcribe/backend/route.js +2 -0
  75. package/dist/standalone/.next/server/app/api/transcribe/backend/route.js.nft.json +1 -0
  76. package/dist/standalone/.next/server/app/api/transcribe/backend/route_client-reference-manifest.js +1 -0
  77. package/dist/standalone/.next/server/app/api/transcribe/route.js +2 -2
  78. package/dist/standalone/.next/server/app/api/transcribe/route.js.nft.json +1 -1
  79. package/dist/standalone/.next/server/app/api/transcribe/token/route.js +2 -2
  80. package/dist/standalone/.next/server/app/api/transcribe/token/route.js.nft.json +1 -1
  81. package/dist/standalone/.next/server/app/api/workflows/[id]/route.js +1 -1
  82. package/dist/standalone/.next/server/app/api/workflows/[id]/route.js.nft.json +1 -1
  83. package/dist/standalone/.next/server/app/api/workflows/route.js +1 -1
  84. package/dist/standalone/.next/server/app/api/workflows/route.js.nft.json +1 -1
  85. package/dist/standalone/.next/server/app/favicon.ico/route.js +1 -1
  86. package/dist/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  87. package/dist/standalone/.next/server/app/index.html +1 -1
  88. package/dist/standalone/.next/server/app/index.rsc +3 -3
  89. package/dist/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  90. package/dist/standalone/.next/server/app/index.segments/_full.segment.rsc +3 -3
  91. package/dist/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  92. package/dist/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
  93. package/dist/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  94. package/dist/standalone/.next/server/app/page.js +3 -3
  95. package/dist/standalone/.next/server/app/page.js.nft.json +1 -1
  96. package/dist/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  97. package/dist/standalone/.next/server/app-paths-manifest.json +13 -8
  98. package/dist/standalone/.next/server/chunks/319.js +1 -1
  99. package/dist/standalone/.next/server/chunks/51.js +3 -3
  100. package/dist/standalone/.next/server/chunks/{445.js → 741.js} +2 -2
  101. package/dist/standalone/.next/server/chunks/813.js +1 -1
  102. package/dist/standalone/.next/server/functions-config-manifest.json +5 -0
  103. package/dist/standalone/.next/server/middleware-build-manifest.js +1 -1
  104. package/dist/standalone/.next/server/pages/404.html +1 -1
  105. package/dist/standalone/.next/server/pages/500.html +1 -1
  106. package/dist/standalone/.next/server/server-reference-manifest.json +1 -1
  107. package/dist/standalone/.next/static/ZM5QYV3vmOSq9gcTPpbMp/_buildManifest.js +1 -0
  108. package/dist/standalone/.next/static/chunks/app/_global-error/page-11aa81424c7de845.js +1 -0
  109. package/dist/standalone/.next/static/chunks/app/api/access/route-11aa81424c7de845.js +1 -0
  110. package/dist/standalone/.next/static/chunks/app/api/answer/route-11aa81424c7de845.js +1 -0
  111. package/dist/standalone/.next/static/chunks/app/api/files/route-11aa81424c7de845.js +1 -0
  112. package/dist/standalone/.next/static/chunks/app/api/flows/[id]/route-11aa81424c7de845.js +1 -0
  113. package/dist/standalone/.next/static/chunks/app/api/flows/route-11aa81424c7de845.js +1 -0
  114. package/dist/standalone/.next/static/chunks/app/api/inbox/route-11aa81424c7de845.js +1 -0
  115. package/dist/standalone/.next/static/chunks/app/api/limits/route-11aa81424c7de845.js +1 -0
  116. package/dist/standalone/.next/static/chunks/app/api/log/route-11aa81424c7de845.js +1 -0
  117. package/dist/standalone/.next/static/chunks/app/api/logs/route-11aa81424c7de845.js +1 -0
  118. package/dist/standalone/.next/static/chunks/app/api/logs/stream/route-11aa81424c7de845.js +1 -0
  119. package/dist/standalone/.next/static/chunks/app/api/proc/route-11aa81424c7de845.js +1 -0
  120. package/dist/standalone/.next/static/chunks/app/api/push/route-11aa81424c7de845.js +1 -0
  121. package/dist/standalone/.next/static/chunks/app/api/resources/route-11aa81424c7de845.js +1 -0
  122. package/dist/standalone/.next/static/chunks/app/api/spawn/route-11aa81424c7de845.js +1 -0
  123. package/dist/standalone/.next/static/chunks/app/api/tasks/[id]/route-11aa81424c7de845.js +1 -0
  124. package/dist/standalone/.next/static/chunks/app/api/tasks/[id]/send/route-11aa81424c7de845.js +1 -0
  125. package/dist/standalone/.next/static/chunks/app/api/tasks/[id]/spawn/route-11aa81424c7de845.js +1 -0
  126. package/dist/standalone/.next/static/chunks/app/api/tasks/route-11aa81424c7de845.js +1 -0
  127. package/dist/standalone/.next/static/chunks/app/api/timeline/route-11aa81424c7de845.js +1 -0
  128. package/dist/standalone/.next/static/chunks/app/api/tmux/route-11aa81424c7de845.js +1 -0
  129. package/dist/standalone/.next/static/chunks/app/api/tmux/targets/route-11aa81424c7de845.js +1 -0
  130. package/dist/standalone/.next/static/chunks/app/api/transcribe/backend/route-11aa81424c7de845.js +1 -0
  131. package/dist/standalone/.next/static/chunks/app/api/transcribe/route-11aa81424c7de845.js +1 -0
  132. package/dist/standalone/.next/static/chunks/app/api/transcribe/token/route-11aa81424c7de845.js +1 -0
  133. package/dist/standalone/.next/static/chunks/app/api/workflows/[id]/route-11aa81424c7de845.js +1 -0
  134. package/dist/standalone/.next/static/chunks/app/api/workflows/route-11aa81424c7de845.js +1 -0
  135. package/dist/standalone/.next/static/chunks/app/page-f15a4b29e4867261.js +2 -0
  136. package/dist/standalone/.next/static/chunks/next/dist/client/components/builtin/app-error-11aa81424c7de845.js +1 -0
  137. package/dist/standalone/.next/static/chunks/next/dist/client/components/builtin/forbidden-11aa81424c7de845.js +1 -0
  138. package/dist/standalone/.next/static/chunks/next/dist/client/components/builtin/not-found-11aa81424c7de845.js +1 -0
  139. package/dist/standalone/.next/static/chunks/next/dist/client/components/builtin/unauthorized-11aa81424c7de845.js +1 -0
  140. package/dist/standalone/.next/static/css/a04cbf1ccde7513b.css +1 -0
  141. package/dist/standalone/package.json +1 -1
  142. package/package.json +1 -1
  143. package/dist/standalone/.next/static/GpFv4wOFo4Yel9NcevkIK/_buildManifest.js +0 -1
  144. package/dist/standalone/.next/static/chunks/app/_global-error/page-2c88d1e3e1518770.js +0 -1
  145. package/dist/standalone/.next/static/chunks/app/api/access/route-2c88d1e3e1518770.js +0 -1
  146. package/dist/standalone/.next/static/chunks/app/api/answer/route-2c88d1e3e1518770.js +0 -1
  147. package/dist/standalone/.next/static/chunks/app/api/files/route-2c88d1e3e1518770.js +0 -1
  148. package/dist/standalone/.next/static/chunks/app/api/flows/[id]/route-2c88d1e3e1518770.js +0 -1
  149. package/dist/standalone/.next/static/chunks/app/api/flows/route-2c88d1e3e1518770.js +0 -1
  150. package/dist/standalone/.next/static/chunks/app/api/inbox/route-2c88d1e3e1518770.js +0 -1
  151. package/dist/standalone/.next/static/chunks/app/api/limits/route-2c88d1e3e1518770.js +0 -1
  152. package/dist/standalone/.next/static/chunks/app/api/log/route-2c88d1e3e1518770.js +0 -1
  153. package/dist/standalone/.next/static/chunks/app/api/proc/route-2c88d1e3e1518770.js +0 -1
  154. package/dist/standalone/.next/static/chunks/app/api/push/route-2c88d1e3e1518770.js +0 -1
  155. package/dist/standalone/.next/static/chunks/app/api/spawn/route-2c88d1e3e1518770.js +0 -1
  156. package/dist/standalone/.next/static/chunks/app/api/tasks/[id]/route-2c88d1e3e1518770.js +0 -1
  157. package/dist/standalone/.next/static/chunks/app/api/tasks/[id]/send/route-2c88d1e3e1518770.js +0 -1
  158. package/dist/standalone/.next/static/chunks/app/api/tasks/[id]/spawn/route-2c88d1e3e1518770.js +0 -1
  159. package/dist/standalone/.next/static/chunks/app/api/tasks/route-2c88d1e3e1518770.js +0 -1
  160. package/dist/standalone/.next/static/chunks/app/api/timeline/route-2c88d1e3e1518770.js +0 -1
  161. package/dist/standalone/.next/static/chunks/app/api/tmux/route-2c88d1e3e1518770.js +0 -1
  162. package/dist/standalone/.next/static/chunks/app/api/transcribe/route-2c88d1e3e1518770.js +0 -1
  163. package/dist/standalone/.next/static/chunks/app/api/transcribe/token/route-2c88d1e3e1518770.js +0 -1
  164. package/dist/standalone/.next/static/chunks/app/api/workflows/[id]/route-2c88d1e3e1518770.js +0 -1
  165. package/dist/standalone/.next/static/chunks/app/api/workflows/route-2c88d1e3e1518770.js +0 -1
  166. package/dist/standalone/.next/static/chunks/app/page-c6746d8aedb3bb25.js +0 -2
  167. package/dist/standalone/.next/static/chunks/next/dist/client/components/builtin/app-error-2c88d1e3e1518770.js +0 -1
  168. package/dist/standalone/.next/static/chunks/next/dist/client/components/builtin/forbidden-2c88d1e3e1518770.js +0 -1
  169. package/dist/standalone/.next/static/chunks/next/dist/client/components/builtin/not-found-2c88d1e3e1518770.js +0 -1
  170. package/dist/standalone/.next/static/chunks/next/dist/client/components/builtin/unauthorized-2c88d1e3e1518770.js +0 -1
  171. package/dist/standalone/.next/static/css/814718514cf80abf.css +0 -1
  172. /package/dist/standalone/.next/static/{GpFv4wOFo4Yel9NcevkIK → ZM5QYV3vmOSq9gcTPpbMp}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"/><link rel="stylesheet" href="/_next/static/css/814718514cf80abf.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7dc14fd5ff1227ce.js"/><script src="/_next/static/chunks/4bd1b696-215e5051988c3dde.js" async=""></script><script src="/_next/static/chunks/794-0fc36bf1952fbc29.js" async=""></script><script src="/_next/static/chunks/main-app-e6ff5fbff7d5b38f.js" async=""></script><script src="/_next/static/chunks/680-e2cc45e50038da25.js" async=""></script><script src="/_next/static/chunks/app/page-c6746d8aedb3bb25.js" async=""></script><title>Live logs</title><meta name="description" content="Live viewer for Codex/Claude agent logs"/><link rel="icon" href="/favicon.ico?603d046c9a6fdfbb" type="image/x-icon" sizes="16x16"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="h-dvh overflow-hidden font-sans text-[15px]"><div hidden=""><!--$--><!--/$--></div><div class="flex h-full"><aside class="flex w-[248px] shrink-0 flex-col border-r border-line bg-panel"><header class="flex h-10 shrink-0 items-center gap-2 border-b border-line px-4 text-[13.5px] font-bold">Agent logs<button class="inline-flex h-[26px] shrink-0 items-center justify-center rounded-full border border-line bg-panel px-2 text-[10.5px] font-bold text-dim hover:text-ink focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/40" title="Interface language" aria-label="Interface language">EN</button><div class="relative ml-auto shrink-0"><button type="button" aria-expanded="false" aria-label="Show a QR code for phone login" class="flex items-center justify-center rounded-[8px] border border-line bg-panel p-1.5 text-dim hover:border-accent/45 hover:text-accent focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/40"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-qr-code h-4 w-4" aria-hidden="true"><rect width="5" height="5" x="3" y="3" rx="1"></rect><rect width="5" height="5" x="16" y="3" rx="1"></rect><rect width="5" height="5" x="3" y="16" rx="1"></rect><path d="M21 16h-3a2 2 0 0 0-2 2v3"></path><path d="M21 21v.01"></path><path d="M12 7v3a2 2 0 0 1-2 2H7"></path><path d="M3 12h.01"></path><path d="M12 3h.01"></path><path d="M12 16v.01"></path><path d="M16 12h1"></path><path d="M21 12v.01"></path><path d="M12 21v-1"></path></svg></button></div><button class="inline-flex h-[26px] w-[26px] shrink-0 items-center justify-center rounded-full border border-line bg-panel text-dim hover:text-ink disabled:opacity-45 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/40" title="Push requires HTTPS" aria-label="Push requires HTTPS" aria-pressed="false" disabled=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bell-off h-3.5 w-3.5" aria-hidden="true"><path d="M10.268 21a2 2 0 0 0 3.464 0"></path><path d="M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742"></path><path d="m2 2 20 20"></path><path d="M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05"></path></svg></button></header><div class="px-2.5 pb-1 pt-2.5"><input class="w-full rounded-[9px] border border-line bg-bg px-2.5 py-1.5 text-[12px] outline-none focus-visible:ring-2 focus-visible:ring-accent/40" placeholder="Filter projects…" value=""/></div><nav class="flex-1 overflow-y-auto px-2 pb-3 pt-1" aria-label="Projects"><button class="mb-0.5 flex w-full items-center gap-2 rounded-[10px] border px-2.5 py-2 text-left focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/40 border-line bg-bg shadow-card" aria-current="page"><span class="h-2 w-2 shrink-0 rounded-full bg-[#d6d6dd]"></span><span class="min-w-0 flex-1"><span class="block truncate text-[13px] font-bold">Overview</span></span></button><div class="mx-2.5 my-1.5 border-t border-line"></div><div></div><div class="px-3 py-4 text-center text-[12px] text-dim">Nothing found</div></nav></aside><main class="flex min-w-0 flex-1 flex-col"><div class="pointer-events-none fixed right-4 top-4 z-50 flex flex-col items-end gap-2"></div><div class="flex min-h-0 min-w-0 flex-1 flex-col"><div class="flex h-10 shrink-0 items-center gap-2.5 border-b border-line bg-panel px-4"><h1 class="text-[13.5px] font-bold">Overview</h1><span class="text-[11.5px] text-dim">nothing is running right now</span></div><div class="grid flex-1 auto-rows-min gap-2.5 overflow-y-auto p-3" style="grid-template-columns:repeat(3, minmax(0, 1fr))"><div class="col-span-full mt-[20vh] text-center text-dim">No logs yet</div></div></div></main></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-7dc14fd5ff1227ce.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[7121,[],\"\"]\n3:I[4581,[],\"\"]\n4:I[6381,[\"680\",\"static/chunks/680-e2cc45e50038da25.js\",\"974\",\"static/chunks/app/page-c6746d8aedb3bb25.js\"],\"Viewer\"]\n5:I[484,[],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[484,[],\"ViewportBoundary\"]\na:I[484,[],\"MetadataBoundary\"]\nc:I[7123,[],\"default\",1]\n:HL[\"/_next/static/css/814718514cf80abf.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/814718514cf80abf.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"h-dvh overflow-hidden font-sans text-[15px]\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L4\",null,{}],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"GpFv4wOFo4Yel9NcevkIK\"}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[6869,[],\"IconMark\"]\n7:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"Live logs\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Live viewer for Codex/Claude agent logs\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?603d046c9a6fdfbb\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$Ld\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"/><link rel="stylesheet" href="/_next/static/css/a04cbf1ccde7513b.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7dc14fd5ff1227ce.js"/><script src="/_next/static/chunks/4bd1b696-215e5051988c3dde.js" async=""></script><script src="/_next/static/chunks/794-0fc36bf1952fbc29.js" async=""></script><script src="/_next/static/chunks/main-app-e6ff5fbff7d5b38f.js" async=""></script><script src="/_next/static/chunks/680-e2cc45e50038da25.js" async=""></script><script src="/_next/static/chunks/app/page-f15a4b29e4867261.js" async=""></script><title>Live logs</title><meta name="description" content="Live viewer for Codex/Claude agent logs"/><link rel="icon" href="/favicon.ico?603d046c9a6fdfbb" type="image/x-icon" sizes="16x16"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="h-dvh overflow-hidden font-sans text-[15px]"><div hidden=""><!--$--><!--/$--></div><div class="flex h-full"><aside class="flex w-[248px] shrink-0 flex-col border-r border-line bg-panel"><header class="flex h-10 shrink-0 items-center gap-2 border-b border-line px-4 text-[13.5px] font-bold">Agent logs<button class="inline-flex h-[26px] shrink-0 items-center justify-center rounded-full border border-line bg-panel px-2 text-[10.5px] font-bold text-dim hover:text-ink focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/40" title="Interface language" aria-label="Interface language">EN</button><div class="relative ml-auto shrink-0"><button type="button" aria-expanded="false" aria-label="Show a QR code for phone login" class="flex items-center justify-center rounded-[8px] border border-line bg-panel p-1.5 text-dim hover:border-accent/45 hover:text-accent focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/40"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-qr-code h-4 w-4" aria-hidden="true"><rect width="5" height="5" x="3" y="3" rx="1"></rect><rect width="5" height="5" x="16" y="3" rx="1"></rect><rect width="5" height="5" x="3" y="16" rx="1"></rect><path d="M21 16h-3a2 2 0 0 0-2 2v3"></path><path d="M21 21v.01"></path><path d="M12 7v3a2 2 0 0 1-2 2H7"></path><path d="M3 12h.01"></path><path d="M12 3h.01"></path><path d="M12 16v.01"></path><path d="M16 12h1"></path><path d="M21 12v.01"></path><path d="M12 21v-1"></path></svg></button></div><button class="inline-flex h-[26px] w-[26px] shrink-0 items-center justify-center rounded-full border border-line bg-panel text-dim hover:text-ink disabled:opacity-45 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/40" title="Push requires HTTPS" aria-label="Push requires HTTPS" aria-pressed="false" disabled=""><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bell-off h-3.5 w-3.5" aria-hidden="true"><path d="M10.268 21a2 2 0 0 0 3.464 0"></path><path d="M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742"></path><path d="m2 2 20 20"></path><path d="M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05"></path></svg></button></header><div class="px-2.5 pb-1 pt-2.5"><input class="w-full rounded-[9px] border border-line bg-bg px-2.5 py-1.5 text-[12px] outline-none focus-visible:ring-2 focus-visible:ring-accent/40" placeholder="Filter projects…" value=""/></div><nav class="flex-1 overflow-y-auto px-2 pb-3 pt-1" aria-label="Projects"><button class="mb-0.5 flex w-full items-center gap-2 rounded-[10px] border px-2.5 py-2 text-left focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent/40 border-line bg-bg shadow-card" aria-current="page"><span class="h-2 w-2 shrink-0 rounded-full bg-[#d6d6dd]"></span><span class="min-w-0 flex-1"><span class="block truncate text-[13px] font-bold">Overview</span></span></button><div class="mx-2.5 my-1.5 border-t border-line"></div><div></div><div class="px-3 py-4 text-center text-[12px] text-dim">Nothing found</div></nav></aside><main class="flex min-w-0 flex-1 flex-col"><div class="pointer-events-none fixed right-4 top-4 z-50 flex flex-col items-end gap-2"></div><div class="flex min-h-0 min-w-0 flex-1 flex-col"><div class="flex h-10 shrink-0 items-center gap-2.5 border-b border-line bg-panel px-4"><h1 class="text-[13.5px] font-bold">Overview</h1><span class="text-[11.5px] text-dim">nothing is running right now</span></div><div class="grid flex-1 auto-rows-min gap-2.5 overflow-y-auto p-3" style="grid-template-columns:repeat(3, minmax(0, 1fr))"><div class="col-span-full mt-[20vh] text-center text-dim">No logs yet</div></div></div></main></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-7dc14fd5ff1227ce.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[7121,[],\"\"]\n3:I[4581,[],\"\"]\n4:I[7657,[\"680\",\"static/chunks/680-e2cc45e50038da25.js\",\"974\",\"static/chunks/app/page-f15a4b29e4867261.js\"],\"Viewer\"]\n5:I[484,[],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[484,[],\"ViewportBoundary\"]\na:I[484,[],\"MetadataBoundary\"]\nc:I[7123,[],\"default\",1]\n:HL[\"/_next/static/css/a04cbf1ccde7513b.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/a04cbf1ccde7513b.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"h-dvh overflow-hidden font-sans text-[15px]\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L4\",null,{}],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ZM5QYV3vmOSq9gcTPpbMp\"}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[6869,[],\"IconMark\"]\n7:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"Live logs\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Live viewer for Codex/Claude agent logs\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?603d046c9a6fdfbb\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$Ld\",\"3\",{}]]\n"])</script></body></html>
@@ -1,14 +1,14 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[7121,[],""]
3
3
  3:I[4581,[],""]
4
- 4:I[6381,["680","static/chunks/680-e2cc45e50038da25.js","974","static/chunks/app/page-c6746d8aedb3bb25.js"],"Viewer"]
4
+ 4:I[7657,["680","static/chunks/680-e2cc45e50038da25.js","974","static/chunks/app/page-f15a4b29e4867261.js"],"Viewer"]
5
5
  5:I[484,[],"OutletBoundary"]
6
6
  6:"$Sreact.suspense"
7
7
  8:I[484,[],"ViewportBoundary"]
8
8
  a:I[484,[],"MetadataBoundary"]
9
9
  c:I[7123,[],"default",1]
10
- :HL["/_next/static/css/814718514cf80abf.css","style"]
11
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/814718514cf80abf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full antialiased","children":["$","body",null,{"className":"h-dvh overflow-hidden font-sans text-[15px]","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L4",null,{}],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"GpFv4wOFo4Yel9NcevkIK"}
10
+ :HL["/_next/static/css/a04cbf1ccde7513b.css","style"]
11
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a04cbf1ccde7513b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full antialiased","children":["$","body",null,{"className":"h-dvh overflow-hidden font-sans text-[15px]","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L4",null,{}],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ZM5QYV3vmOSq9gcTPpbMp"}
12
12
  9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"}]]
13
13
  d:I[6869,[],"IconMark"]
14
14
  7:null
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[6381,["680","static/chunks/680-e2cc45e50038da25.js","974","static/chunks/app/page-c6746d8aedb3bb25.js"],"Viewer"]
2
+ 2:I[7657,["680","static/chunks/680-e2cc45e50038da25.js","974","static/chunks/app/page-f15a4b29e4867261.js"],"Viewer"]
3
3
  3:I[484,[],"OutletBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GpFv4wOFo4Yel9NcevkIK"}
5
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ZM5QYV3vmOSq9gcTPpbMp"}
6
6
  5:null
@@ -1,14 +1,14 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[7121,[],""]
3
3
  3:I[4581,[],""]
4
- 4:I[6381,["680","static/chunks/680-e2cc45e50038da25.js","974","static/chunks/app/page-c6746d8aedb3bb25.js"],"Viewer"]
4
+ 4:I[7657,["680","static/chunks/680-e2cc45e50038da25.js","974","static/chunks/app/page-f15a4b29e4867261.js"],"Viewer"]
5
5
  5:I[484,[],"OutletBoundary"]
6
6
  6:"$Sreact.suspense"
7
7
  8:I[484,[],"ViewportBoundary"]
8
8
  a:I[484,[],"MetadataBoundary"]
9
9
  c:I[7123,[],"default",1]
10
- :HL["/_next/static/css/814718514cf80abf.css","style"]
11
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/814718514cf80abf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full antialiased","children":["$","body",null,{"className":"h-dvh overflow-hidden font-sans text-[15px]","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L4",null,{}],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"GpFv4wOFo4Yel9NcevkIK"}
10
+ :HL["/_next/static/css/a04cbf1ccde7513b.css","style"]
11
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a04cbf1ccde7513b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full antialiased","children":["$","body",null,{"className":"h-dvh overflow-hidden font-sans text-[15px]","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L4",null,{}],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ZM5QYV3vmOSq9gcTPpbMp"}
12
12
  9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"}]]
13
13
  d:I[6869,[],"IconMark"]
14
14
  7:null
@@ -3,4 +3,4 @@
3
3
  3:I[484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[6869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Live logs"}],["$","meta","1",{"name":"description","content":"Live viewer for Codex/Claude agent logs"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GpFv4wOFo4Yel9NcevkIK"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Live logs"}],["$","meta","1",{"name":"description","content":"Live viewer for Codex/Claude agent logs"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?603d046c9a6fdfbb","type":"image/x-icon","sizes":"16x16"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ZM5QYV3vmOSq9gcTPpbMp"}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[7121,[],""]
3
3
  3:I[4581,[],""]
4
- :HL["/_next/static/css/814718514cf80abf.css","style"]
5
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/814718514cf80abf.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"h-full antialiased","children":["$","body",null,{"className":"h-dvh overflow-hidden font-sans text-[15px]","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GpFv4wOFo4Yel9NcevkIK"}
4
+ :HL["/_next/static/css/a04cbf1ccde7513b.css","style"]
5
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/a04cbf1ccde7513b.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"h-full antialiased","children":["$","body",null,{"className":"h-dvh overflow-hidden font-sans text-[15px]","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ZM5QYV3vmOSq9gcTPpbMp"}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/css/814718514cf80abf.css","style"]
2
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"GpFv4wOFo4Yel9NcevkIK"}
1
+ :HL["/_next/static/css/a04cbf1ccde7513b.css","style"]
2
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"ZM5QYV3vmOSq9gcTPpbMp"}