@seqyuan/annovibe 0.8.41 → 0.8.54

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 (239) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +14 -7
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/required-server-files.js +1 -1
  6. package/.next/required-server-files.json +1 -1
  7. package/.next/routes-manifest.json +48 -8
  8. package/.next/server/app/_global-error/page.js +2 -2
  9. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/.next/server/app/_global-error.html +1 -1
  11. package/.next/server/app/_global-error.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  17. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  18. package/.next/server/app/_not-found/page.js +2 -2
  19. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  20. package/.next/server/app/_not-found.html +1 -1
  21. package/.next/server/app/_not-found.rsc +1 -1
  22. package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  24. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  26. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  27. package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  28. package/.next/server/app/api/agent/[id]/events/route.js +1 -1
  29. package/.next/server/app/api/agent/[id]/route.js +1 -1
  30. package/.next/server/app/api/agent/new/route.js +1 -1
  31. package/.next/server/app/api/agent/runtime/route.js +1 -1
  32. package/.next/server/app/api/apps/[id]/[[...path]]/route.js +1 -1
  33. package/.next/server/app/api/apps/route.js +2 -2
  34. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  35. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  36. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  37. package/.next/server/app/api/auth/login/route.js +1 -1
  38. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  39. package/.next/server/app/api/auth/providers/route.js +1 -1
  40. package/.next/server/app/api/auth/status/route.js +1 -1
  41. package/.next/server/app/api/default-cwd/route.js +1 -1
  42. package/.next/server/app/api/files/[...path]/route.js +3 -3
  43. package/.next/server/app/api/harness/route.js +1 -1
  44. package/.next/server/app/api/home/route.js +1 -1
  45. package/.next/server/app/api/im/cancel/route.js +1 -0
  46. package/.next/server/app/api/im/cancel/route_client-reference-manifest.js +1 -0
  47. package/.next/server/app/api/im/gateway-status/route.js +1 -0
  48. package/.next/server/app/api/im/gateway-status/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/api/im/gateway-token/route.js +1 -0
  50. package/.next/server/app/api/im/gateway-token/route_client-reference-manifest.js +1 -0
  51. package/.next/server/app/api/im/project/route.js +1 -0
  52. package/.next/server/app/api/im/project/route_client-reference-manifest.js +1 -0
  53. package/.next/server/app/api/im/projects/route.js +1 -0
  54. package/.next/server/app/api/im/projects/route_client-reference-manifest.js +1 -0
  55. package/.next/server/app/api/im/session-ids/route.js +1 -0
  56. package/.next/server/app/api/im/session-ids/route_client-reference-manifest.js +1 -0
  57. package/.next/server/app/api/im/turn/route.js +3 -0
  58. package/.next/server/app/api/im/turn/route_client-reference-manifest.js +1 -0
  59. package/.next/server/app/api/internal/runtime/route.js +1 -1
  60. package/.next/server/app/api/memory/promote/route.js +2 -2
  61. package/.next/server/app/api/models/route.js +1 -1
  62. package/.next/server/app/api/models-config/discover/route.js +1 -1
  63. package/.next/server/app/api/models-config/route.js +1 -1
  64. package/.next/server/app/api/models-config/test/route.js +1 -1
  65. package/.next/server/app/api/plot-kernels/route.js +1 -1
  66. package/.next/server/app/api/plot-kernels/save/route.js +1 -0
  67. package/.next/server/app/api/plot-kernels/save/route_client-reference-manifest.js +1 -0
  68. package/.next/server/app/api/plot-kernels/status/route.js +1 -1
  69. package/.next/server/app/api/plot-kernels/stop/route.js +1 -1
  70. package/.next/server/app/api/projects/browse/route.js +1 -1
  71. package/.next/server/app/api/projects/route.js +2 -2
  72. package/.next/server/app/api/search/route.js +2 -2
  73. package/.next/server/app/api/sessions/[id]/context/route.js +2 -2
  74. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  75. package/.next/server/app/api/sessions/new/route.js +1 -1
  76. package/.next/server/app/api/sessions/route.js +2 -2
  77. package/.next/server/app/api/settings/route.js +1 -1
  78. package/.next/server/app/api/skills/install/route.js +2 -2
  79. package/.next/server/app/api/skills/route.js +2 -2
  80. package/.next/server/app/api/skills/search/route.js +1 -1
  81. package/.next/server/app/api/soul/route.js +1 -1
  82. package/.next/server/app/api/subagents/status/route.js +1 -1
  83. package/.next/server/app/api/version/route.js +1 -1
  84. package/.next/server/app/favicon.ico/route.js +1 -1
  85. package/.next/server/app/icon.svg/route.js +1 -1
  86. package/.next/server/app/index.html +1 -1
  87. package/.next/server/app/index.rsc +2 -2
  88. package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  89. package/.next/server/app/index.segments/_full.segment.rsc +2 -2
  90. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  91. package/.next/server/app/index.segments/_index.segment.rsc +1 -1
  92. package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  93. package/.next/server/app/login/page.js +2 -2
  94. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  95. package/.next/server/app/login.html +1 -1
  96. package/.next/server/app/login.rsc +1 -1
  97. package/.next/server/app/login.segments/_full.segment.rsc +1 -1
  98. package/.next/server/app/login.segments/_head.segment.rsc +1 -1
  99. package/.next/server/app/login.segments/_index.segment.rsc +1 -1
  100. package/.next/server/app/login.segments/_tree.segment.rsc +1 -1
  101. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
  102. package/.next/server/app/login.segments/login.segment.rsc +1 -1
  103. package/.next/server/app/page.js +10 -10
  104. package/.next/server/app/page_client-reference-manifest.js +1 -1
  105. package/.next/server/app/smoke/page.js +3 -3
  106. package/.next/server/app/smoke/page_client-reference-manifest.js +1 -1
  107. package/.next/server/app/smoke.html +78 -23
  108. package/.next/server/app/smoke.rsc +2 -2
  109. package/.next/server/app/smoke.segments/_full.segment.rsc +2 -2
  110. package/.next/server/app/smoke.segments/_head.segment.rsc +1 -1
  111. package/.next/server/app/smoke.segments/_index.segment.rsc +1 -1
  112. package/.next/server/app/smoke.segments/_tree.segment.rsc +1 -1
  113. package/.next/server/app/smoke.segments/smoke/__PAGE__.segment.rsc +2 -2
  114. package/.next/server/app/smoke.segments/smoke.segment.rsc +1 -1
  115. package/.next/server/app-paths-manifest.json +14 -7
  116. package/.next/server/chunks/1494.js +278 -0
  117. package/.next/server/chunks/7601.js +44 -75
  118. package/.next/server/functions-config-manifest.json +3 -0
  119. package/.next/server/middleware-build-manifest.js +1 -1
  120. package/.next/server/next-font-manifest.js +1 -1
  121. package/.next/server/next-font-manifest.json +1 -1
  122. package/.next/server/pages/404.html +1 -1
  123. package/.next/server/pages/500.html +1 -1
  124. package/.next/server/server-reference-manifest.json +1 -1
  125. package/.next/static/TS6P9hsexC-QhX3lT3LiC/_buildManifest.js +1 -0
  126. package/.next/static/chunks/9901-7e044d778f6622ea.js +278 -0
  127. package/.next/static/chunks/app/_global-error/page-b23e767fd4cc8cb6.js +1 -0
  128. package/.next/static/chunks/app/api/agent/[id]/events/route-b23e767fd4cc8cb6.js +1 -0
  129. package/.next/static/chunks/app/api/agent/[id]/route-b23e767fd4cc8cb6.js +1 -0
  130. package/.next/static/chunks/app/api/agent/new/route-b23e767fd4cc8cb6.js +1 -0
  131. package/.next/static/chunks/app/api/agent/runtime/route-b23e767fd4cc8cb6.js +1 -0
  132. package/.next/static/chunks/app/api/apps/[id]/[[...path]]/route-b23e767fd4cc8cb6.js +1 -0
  133. package/.next/static/chunks/app/api/apps/route-b23e767fd4cc8cb6.js +1 -0
  134. package/.next/static/chunks/app/api/auth/all-providers/route-b23e767fd4cc8cb6.js +1 -0
  135. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-b23e767fd4cc8cb6.js +1 -0
  136. package/.next/static/chunks/app/api/auth/login/[provider]/route-b23e767fd4cc8cb6.js +1 -0
  137. package/.next/static/chunks/app/api/auth/login/route-b23e767fd4cc8cb6.js +1 -0
  138. package/.next/static/chunks/app/api/auth/logout/[provider]/route-b23e767fd4cc8cb6.js +1 -0
  139. package/.next/static/chunks/app/api/auth/providers/route-b23e767fd4cc8cb6.js +1 -0
  140. package/.next/static/chunks/app/api/auth/status/route-b23e767fd4cc8cb6.js +1 -0
  141. package/.next/static/chunks/app/api/default-cwd/route-b23e767fd4cc8cb6.js +1 -0
  142. package/.next/static/chunks/app/api/files/[...path]/route-b23e767fd4cc8cb6.js +1 -0
  143. package/.next/static/chunks/app/api/harness/route-b23e767fd4cc8cb6.js +1 -0
  144. package/.next/static/chunks/app/api/home/route-b23e767fd4cc8cb6.js +1 -0
  145. package/.next/static/chunks/app/api/im/cancel/route-b23e767fd4cc8cb6.js +1 -0
  146. package/.next/static/chunks/app/api/im/gateway-status/route-b23e767fd4cc8cb6.js +1 -0
  147. package/.next/static/chunks/app/api/im/gateway-token/route-b23e767fd4cc8cb6.js +1 -0
  148. package/.next/static/chunks/app/api/im/project/route-b23e767fd4cc8cb6.js +1 -0
  149. package/.next/static/chunks/app/api/im/projects/route-b23e767fd4cc8cb6.js +1 -0
  150. package/.next/static/chunks/app/api/im/session-ids/route-b23e767fd4cc8cb6.js +1 -0
  151. package/.next/static/chunks/app/api/im/turn/route-b23e767fd4cc8cb6.js +1 -0
  152. package/.next/static/chunks/app/api/internal/runtime/route-b23e767fd4cc8cb6.js +1 -0
  153. package/.next/static/chunks/app/api/memory/promote/route-b23e767fd4cc8cb6.js +1 -0
  154. package/.next/static/chunks/app/api/models/route-b23e767fd4cc8cb6.js +1 -0
  155. package/.next/static/chunks/app/api/models-config/discover/route-b23e767fd4cc8cb6.js +1 -0
  156. package/.next/static/chunks/app/api/models-config/route-b23e767fd4cc8cb6.js +1 -0
  157. package/.next/static/chunks/app/api/models-config/test/route-b23e767fd4cc8cb6.js +1 -0
  158. package/.next/static/chunks/app/api/plot-kernels/route-b23e767fd4cc8cb6.js +1 -0
  159. package/.next/static/chunks/app/api/plot-kernels/save/route-b23e767fd4cc8cb6.js +1 -0
  160. package/.next/static/chunks/app/api/plot-kernels/status/route-b23e767fd4cc8cb6.js +1 -0
  161. package/.next/static/chunks/app/api/plot-kernels/stop/route-b23e767fd4cc8cb6.js +1 -0
  162. package/.next/static/chunks/app/api/projects/browse/route-b23e767fd4cc8cb6.js +1 -0
  163. package/.next/static/chunks/app/api/projects/route-b23e767fd4cc8cb6.js +1 -0
  164. package/.next/static/chunks/app/api/search/route-b23e767fd4cc8cb6.js +1 -0
  165. package/.next/static/chunks/app/api/sessions/[id]/context/route-b23e767fd4cc8cb6.js +1 -0
  166. package/.next/static/chunks/app/api/sessions/[id]/route-b23e767fd4cc8cb6.js +1 -0
  167. package/.next/static/chunks/app/api/sessions/new/route-b23e767fd4cc8cb6.js +1 -0
  168. package/.next/static/chunks/app/api/sessions/route-b23e767fd4cc8cb6.js +1 -0
  169. package/.next/static/chunks/app/api/settings/route-b23e767fd4cc8cb6.js +1 -0
  170. package/.next/static/chunks/app/api/skills/install/route-b23e767fd4cc8cb6.js +1 -0
  171. package/.next/static/chunks/app/api/skills/route-b23e767fd4cc8cb6.js +1 -0
  172. package/.next/static/chunks/app/api/skills/search/route-b23e767fd4cc8cb6.js +1 -0
  173. package/.next/static/chunks/app/api/soul/route-b23e767fd4cc8cb6.js +1 -0
  174. package/.next/static/chunks/app/api/subagents/status/route-b23e767fd4cc8cb6.js +1 -0
  175. package/.next/static/chunks/app/api/version/route-b23e767fd4cc8cb6.js +1 -0
  176. package/.next/static/chunks/app/favicon.ico/route-b23e767fd4cc8cb6.js +1 -0
  177. package/.next/static/chunks/app/page-7dae74b4ec345ca7.js +27 -0
  178. package/.next/static/chunks/app/smoke/{page-431310549b820f3b.js → page-d1be0dc9ec4396ba.js} +2 -2
  179. package/.next/static/chunks/next/dist/client/components/builtin/app-error-b23e767fd4cc8cb6.js +1 -0
  180. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-b23e767fd4cc8cb6.js +1 -0
  181. package/.next/static/chunks/next/dist/client/components/builtin/not-found-b23e767fd4cc8cb6.js +1 -0
  182. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b23e767fd4cc8cb6.js +1 -0
  183. package/bin/annovibe-im-gateway.js +675 -0
  184. package/bin/pi-web.js +60 -1
  185. package/package.json +3 -2
  186. package/.next/server/app/api/reports/[id]/route.js +0 -12
  187. package/.next/server/app/api/reports/[id]/route_client-reference-manifest.js +0 -1
  188. package/.next/server/chunks/1210.js +0 -246
  189. package/.next/static/3gDAeILrwgLWhlwi2MAOg/_buildManifest.js +0 -1
  190. package/.next/static/chunks/9595-2f001a1f6d133466.js +0 -246
  191. package/.next/static/chunks/app/_global-error/page-412387d4b52026c9.js +0 -1
  192. package/.next/static/chunks/app/api/agent/[id]/events/route-412387d4b52026c9.js +0 -1
  193. package/.next/static/chunks/app/api/agent/[id]/route-412387d4b52026c9.js +0 -1
  194. package/.next/static/chunks/app/api/agent/new/route-412387d4b52026c9.js +0 -1
  195. package/.next/static/chunks/app/api/agent/runtime/route-412387d4b52026c9.js +0 -1
  196. package/.next/static/chunks/app/api/apps/[id]/[[...path]]/route-412387d4b52026c9.js +0 -1
  197. package/.next/static/chunks/app/api/apps/route-412387d4b52026c9.js +0 -1
  198. package/.next/static/chunks/app/api/auth/all-providers/route-412387d4b52026c9.js +0 -1
  199. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-412387d4b52026c9.js +0 -1
  200. package/.next/static/chunks/app/api/auth/login/[provider]/route-412387d4b52026c9.js +0 -1
  201. package/.next/static/chunks/app/api/auth/login/route-412387d4b52026c9.js +0 -1
  202. package/.next/static/chunks/app/api/auth/logout/[provider]/route-412387d4b52026c9.js +0 -1
  203. package/.next/static/chunks/app/api/auth/providers/route-412387d4b52026c9.js +0 -1
  204. package/.next/static/chunks/app/api/auth/status/route-412387d4b52026c9.js +0 -1
  205. package/.next/static/chunks/app/api/default-cwd/route-412387d4b52026c9.js +0 -1
  206. package/.next/static/chunks/app/api/files/[...path]/route-412387d4b52026c9.js +0 -1
  207. package/.next/static/chunks/app/api/harness/route-412387d4b52026c9.js +0 -1
  208. package/.next/static/chunks/app/api/home/route-412387d4b52026c9.js +0 -1
  209. package/.next/static/chunks/app/api/internal/runtime/route-412387d4b52026c9.js +0 -1
  210. package/.next/static/chunks/app/api/memory/promote/route-412387d4b52026c9.js +0 -1
  211. package/.next/static/chunks/app/api/models/route-412387d4b52026c9.js +0 -1
  212. package/.next/static/chunks/app/api/models-config/discover/route-412387d4b52026c9.js +0 -1
  213. package/.next/static/chunks/app/api/models-config/route-412387d4b52026c9.js +0 -1
  214. package/.next/static/chunks/app/api/models-config/test/route-412387d4b52026c9.js +0 -1
  215. package/.next/static/chunks/app/api/plot-kernels/route-412387d4b52026c9.js +0 -1
  216. package/.next/static/chunks/app/api/plot-kernels/status/route-412387d4b52026c9.js +0 -1
  217. package/.next/static/chunks/app/api/plot-kernels/stop/route-412387d4b52026c9.js +0 -1
  218. package/.next/static/chunks/app/api/projects/browse/route-412387d4b52026c9.js +0 -1
  219. package/.next/static/chunks/app/api/projects/route-412387d4b52026c9.js +0 -1
  220. package/.next/static/chunks/app/api/reports/[id]/route-412387d4b52026c9.js +0 -1
  221. package/.next/static/chunks/app/api/search/route-412387d4b52026c9.js +0 -1
  222. package/.next/static/chunks/app/api/sessions/[id]/context/route-412387d4b52026c9.js +0 -1
  223. package/.next/static/chunks/app/api/sessions/[id]/route-412387d4b52026c9.js +0 -1
  224. package/.next/static/chunks/app/api/sessions/new/route-412387d4b52026c9.js +0 -1
  225. package/.next/static/chunks/app/api/sessions/route-412387d4b52026c9.js +0 -1
  226. package/.next/static/chunks/app/api/settings/route-412387d4b52026c9.js +0 -1
  227. package/.next/static/chunks/app/api/skills/install/route-412387d4b52026c9.js +0 -1
  228. package/.next/static/chunks/app/api/skills/route-412387d4b52026c9.js +0 -1
  229. package/.next/static/chunks/app/api/skills/search/route-412387d4b52026c9.js +0 -1
  230. package/.next/static/chunks/app/api/soul/route-412387d4b52026c9.js +0 -1
  231. package/.next/static/chunks/app/api/subagents/status/route-412387d4b52026c9.js +0 -1
  232. package/.next/static/chunks/app/api/version/route-412387d4b52026c9.js +0 -1
  233. package/.next/static/chunks/app/favicon.ico/route-412387d4b52026c9.js +0 -1
  234. package/.next/static/chunks/app/page-d82d53365a2be371.js +0 -27
  235. package/.next/static/chunks/next/dist/client/components/builtin/app-error-412387d4b52026c9.js +0 -1
  236. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-412387d4b52026c9.js +0 -1
  237. package/.next/static/chunks/next/dist/client/components/builtin/not-found-412387d4b52026c9.js +0 -1
  238. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-412387d4b52026c9.js +0 -1
  239. /package/.next/static/{3gDAeILrwgLWhlwi2MAOg → TS6P9hsexC-QhX3lT3LiC}/_ssgManifest.js +0 -0
@@ -1,4 +1,4 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2444],{54833:(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>Y});var i=o(95155),r=o(12115),s=o(52496),n=o(76577),a=o(44667),d=o(94456),l=o(99670),c=o(31775),m=o(56264),p=o(49006),x=o(18678),u=o(99947),g=o(28093),h=o(17689),f=o(63161),k=o(53308),v=o(6750),w=o(96793);let b="/tmp/annovibe-smoke",y=`${b}/README.smoke.md`,j="/Volumes/data/github/seqyuan/annovibe",D=`${j}/smoke/report.md`,S=Date.UTC(2026,5,6,6,26,0);function C(e=0){return S+6e4*e}let E="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22640%22%20height%3D%22360%22%20viewBox%3D%220%200%20640%20360%22%3E%3Crect%20width%3D%22640%22%20height%3D%22360%22%20rx%3D%2224%22%20fill%3D%22%23f3f4f6%22%2F%3E%3Crect%20x%3D%2232%22%20y%3D%2232%22%20width%3D%22576%22%20height%3D%22296%22%20rx%3D%2220%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23d1d5db%22%2F%3E%3Ccircle%20cx%3D%22132%22%20cy%3D%22140%22%20r%3D%2256%22%20fill%3D%22%2360a5fa%22%2F%3E%3Crect%20x%3D%22216%22%20y%3D%2296%22%20width%3D%22272%22%20height%3D%2220%22%20rx%3D%2210%22%20fill%3D%22%23111827%22%2F%3E%3Crect%20x%3D%22216%22%20y%3D%22132%22%20width%3D%22208%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%236b7280%22%2F%3E%3Crect%20x%3D%22216%22%20y%3D%22162%22%20width%3D%22168%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%239ca3af%22%2F%3E%3Crect%20x%3D%22216%22%20y%3D%22214%22%20width%3D%22128%22%20height%3D%2236%22%20rx%3D%2210%22%20fill%3D%22%232563eb%22%2F%3E%3Ctext%20x%3D%22280%22%20y%3D%22237%22%20font-family%3D%22Arial%2C%20sans-serif%22%20font-size%3D%2216%22%20text-anchor%3D%22middle%22%20fill%3D%22%23ffffff%22%3EAlpha%3C%2Ftext%3E%3C%2Fsvg%3E",T=`
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2444],{54833:(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>Y});var i=o(95155),r=o(12115),s=o(25618),n=o(76577),a=o(44667),d=o(94456),l=o(99670),c=o(31775),m=o(30259),p=o(49006),x=o(18678),u=o(99947),g=o(28093),h=o(17689),f=o(63161),k=o(53308),v=o(6750),w=o(96793);let b="/tmp/annovibe-smoke",y=`${b}/README.smoke.md`,j="/Volumes/data/github/seqyuan/annovibe",D=`${j}/smoke/report.md`,S=Date.UTC(2026,5,6,6,26,0);function C(e=0){return S+6e4*e}let E="data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22640%22%20height%3D%22360%22%20viewBox%3D%220%200%20640%20360%22%3E%3Crect%20width%3D%22640%22%20height%3D%22360%22%20rx%3D%2224%22%20fill%3D%22%23f3f4f6%22%2F%3E%3Crect%20x%3D%2232%22%20y%3D%2232%22%20width%3D%22576%22%20height%3D%22296%22%20rx%3D%2220%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23d1d5db%22%2F%3E%3Ccircle%20cx%3D%22132%22%20cy%3D%22140%22%20r%3D%2256%22%20fill%3D%22%2360a5fa%22%2F%3E%3Crect%20x%3D%22216%22%20y%3D%2296%22%20width%3D%22272%22%20height%3D%2220%22%20rx%3D%2210%22%20fill%3D%22%23111827%22%2F%3E%3Crect%20x%3D%22216%22%20y%3D%22132%22%20width%3D%22208%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%236b7280%22%2F%3E%3Crect%20x%3D%22216%22%20y%3D%22162%22%20width%3D%22168%22%20height%3D%2216%22%20rx%3D%228%22%20fill%3D%22%239ca3af%22%2F%3E%3Crect%20x%3D%22216%22%20y%3D%22214%22%20width%3D%22128%22%20height%3D%2236%22%20rx%3D%2210%22%20fill%3D%22%232563eb%22%2F%3E%3Ctext%20x%3D%22280%22%20y%3D%22237%22%20font-family%3D%22Arial%2C%20sans-serif%22%20font-size%3D%2216%22%20text-anchor%3D%22middle%22%20fill%3D%22%23ffffff%22%3EAlpha%3C%2Ftext%3E%3C%2Fsvg%3E",T=`
2
2
  # Generative UI Smoke
3
3
 
4
4
  Inline code: \`const answer = 42\`
@@ -96,4 +96,4 @@ ${P}
96
96
  ${R}
97
97
  \`\`\``,renderer:"react-markdown"})}),(0,i.jsx)(ee,{title:"Short Code Block",dataSmoke:"short-code-block",children:(0,i.jsx)(a.T,{content:"```ts\nconst shortValue = 7;\nconsole.log(shortValue);\n```",renderer:"react-markdown"})}),(0,i.jsx)(ee,{title:"Shiki Cache",dataSmoke:"shiki-cache",children:(0,i.jsx)(K,{})}),(0,i.jsx)(ee,{title:"Shiki Async",dataSmoke:"shiki-async",children:(0,i.jsx)(Q,{})}),(0,i.jsx)(ee,{title:"Unknown Language Fallback",dataSmoke:"shiki-fallback",children:(0,i.jsx)(a.T,{content:'```mysterydsl\nfoo: alpha\nbar -> beta\nemit "plain text fallback"\n```\n',renderer:"react-markdown"})}),(0,i.jsx)(ee,{title:"Clipboard Mock",dataSmoke:"clipboard-mock",children:(0,i.jsx)(Z,{})}),(0,i.jsx)(ee,{title:"Local Paths",dataSmoke:"local-paths",children:(0,i.jsx)(X,{})}),(0,i.jsx)(ee,{title:"Local Preview Paths",dataSmoke:"local-preview-paths",children:(0,i.jsx)(d.D,{message:V,modelNames:{"smoke:gpt-5":"Smoke GPT-5"},cwd:j})}),(0,i.jsx)(ee,{title:"SVG Visual Code",dataSmoke:"svg-visual-code",children:(0,i.jsx)(d.D,{message:B,modelNames:{"smoke:gpt-5":"Smoke GPT-5"},cwd:b,renderVisualCodeBlocks:!0})}),(0,i.jsx)(ee,{title:"Compound Components",dataSmoke:"compound-components",children:(0,i.jsx)(H,{})}),(0,i.jsx)(ee,{title:"Process Panel",dataSmoke:"process-panel",children:(0,i.jsx)(l.kD,{tools:g,results:h,thinkingBlocks:[{content:"Reviewing assistant markdown renderer and tool result layout.",duration:8}],isStreaming:o,cwd:b})}),(0,i.jsx)(ee,{title:"MessageView Integration",dataSmoke:"message-view",children:(0,i.jsx)(d.D,{message:O,isStreaming:!0,toolResults:f,modelNames:{"smoke:gpt-5":"Smoke GPT-5"},cwd:b,renderVisualCodeBlocks:!0})}),(0,i.jsx)(ee,{title:"User Image Message",dataSmoke:"user-image-message",children:(0,i.jsx)(d.D,{message:G,modelNames:{"smoke:gpt-5":"Smoke GPT-5"},cwd:b})}),(0,i.jsx)(ee,{title:"Custom MessageView",dataSmoke:"custom-message-view",children:(0,i.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:12},children:[(0,i.jsx)(d.D,{message:U,showTimestamp:!0,modelNames:{"smoke:gpt-5":"Smoke GPT-5"}}),(0,i.jsx)(d.D,{message:z,showTimestamp:!0,modelNames:{"smoke:gpt-5":"Smoke GPT-5"}})]})}),(0,i.jsx)(ee,{title:"Widget Streaming Placeholder",dataSmoke:"widget-streaming",children:(0,i.jsx)(d.D,{message:I,isStreaming:!0,modelNames:{"smoke:gpt-5":"Smoke GPT-5"},cwd:b})}),(0,i.jsx)(ee,{title:"Non-CDN Widget",dataSmoke:"widget-no-shimmer",children:(0,i.jsx)(d.D,{message:W,modelNames:{"smoke:gpt-5":"Smoke GPT-5"},cwd:b})}),(0,i.jsx)(ee,{title:"Report Update Placeholder",dataSmoke:"report-update",children:(0,i.jsx)(d.D,{message:$,modelNames:{"smoke:gpt-5":"Smoke GPT-5"},cwd:b})}),(0,i.jsx)(ee,{title:"FileViewer Integration",dataSmoke:"file-viewer",children:(0,i.jsx)(q,{})}),(0,i.jsxs)("section",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(320px, 1fr))",gap:16},children:[(0,i.jsx)(ee,{title:"TerminalOutput ANSI",dataSmoke:"terminal-output",children:(0,i.jsx)(c.m,{text:`${L}
98
98
  ${R}`,background:"var(--bg-panel)"})}),(0,i.jsx)(ee,{title:"ToolResultPreview",dataSmoke:"tool-result-preview",children:(0,i.jsx)(m.qb,{text:`${L}
99
- ${R}`,isEmpty:!1,isError:!1,images:[],imagePaths:[]})})]})]})})}function ee({title:e,children:t,dataSmoke:o}){return(0,i.jsxs)("section",{"data-smoke":o,style:{border:"1px solid var(--border)",borderRadius:8,background:"var(--assistant-bg)",overflow:"hidden"},children:[(0,i.jsx)("div",{style:{padding:"10px 12px",borderBottom:"1px solid var(--border)",background:"var(--bg-panel)",fontSize:12,color:"var(--text-muted)",fontWeight:600},children:e}),(0,i.jsx)("div",{style:{padding:14},children:t})]})}function et({title:e,children:t,dataSmoke:o}){return(0,i.jsxs)("div",{"data-smoke":o,style:{border:"1px solid var(--border)",borderRadius:8,background:"var(--assistant-bg)",padding:12,display:"flex",flexDirection:"column",gap:10,minHeight:92},children:[(0,i.jsx)("div",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:600},children:e}),(0,i.jsx)("div",{children:t})]})}},74e3:(e,t,o)=>{Promise.resolve().then(o.bind(o,54833))}},e=>{e.O(0,[7330,6079,2941,2995,8194,9595,8441,3794,7358],()=>e(e.s=74e3)),_N_E=e.O()}]);
99
+ ${R}`,isEmpty:!1,isError:!1,images:[],imagePaths:[]})})]})]})})}function ee({title:e,children:t,dataSmoke:o}){return(0,i.jsxs)("section",{"data-smoke":o,style:{border:"1px solid var(--border)",borderRadius:8,background:"var(--assistant-bg)",overflow:"hidden"},children:[(0,i.jsx)("div",{style:{padding:"10px 12px",borderBottom:"1px solid var(--border)",background:"var(--bg-panel)",fontSize:12,color:"var(--text-muted)",fontWeight:600},children:e}),(0,i.jsx)("div",{style:{padding:14},children:t})]})}function et({title:e,children:t,dataSmoke:o}){return(0,i.jsxs)("div",{"data-smoke":o,style:{border:"1px solid var(--border)",borderRadius:8,background:"var(--assistant-bg)",padding:12,display:"flex",flexDirection:"column",gap:10,minHeight:92},children:[(0,i.jsx)("div",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:600},children:e}),(0,i.jsx)("div",{children:t})]})}},74e3:(e,t,o)=>{Promise.resolve().then(o.bind(o,54833))}},e=>{e.O(0,[7330,6079,2941,2995,8194,9901,8441,3794,7358],()=>e(e.s=74e3)),_N_E=e.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[21,64,186,222,552,976,1004,1097,1327,1541,1921,2007,2234,2314,2752,2922,3230,3374,3679,3785,3851,3955,4037,4368,4896,5177,5221,5907,6202,6442,6450,6709,6710,6780,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8743,8933,9626,9787,9815,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[21,64,186,222,552,976,1004,1097,1327,1541,1921,2007,2234,2314,2752,2922,3230,3374,3679,3785,3851,3955,4037,4368,4896,5177,5221,5907,6202,6442,6450,6709,6710,6780,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8743,8933,9626,9787,9815,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[21,64,186,222,552,976,1004,1097,1327,1541,1921,2007,2234,2314,2752,2922,3230,3374,3679,3785,3851,3955,4037,4368,4896,5177,5221,5907,6202,6442,6450,6709,6710,6780,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8743,8933,9626,9787,9815,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[21,64,186,222,552,976,1004,1097,1327,1541,1921,2007,2234,2314,2752,2922,3230,3374,3679,3785,3851,3955,4037,4368,4896,5177,5221,5907,6202,6442,6450,6709,6710,6780,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8743,8933,9626,9787,9815,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);