@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.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +14 -7
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +48 -8
- package/.next/server/app/_global-error/page.js +2 -2
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/agent/[id]/events/route.js +1 -1
- package/.next/server/app/api/agent/[id]/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/agent/runtime/route.js +1 -1
- package/.next/server/app/api/apps/[id]/[[...path]]/route.js +1 -1
- package/.next/server/app/api/apps/route.js +2 -2
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
- package/.next/server/app/api/auth/login/route.js +1 -1
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/auth/status/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +3 -3
- package/.next/server/app/api/harness/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/im/cancel/route.js +1 -0
- package/.next/server/app/api/im/cancel/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/gateway-status/route.js +1 -0
- package/.next/server/app/api/im/gateway-status/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/gateway-token/route.js +1 -0
- package/.next/server/app/api/im/gateway-token/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/project/route.js +1 -0
- package/.next/server/app/api/im/project/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/projects/route.js +1 -0
- package/.next/server/app/api/im/projects/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/session-ids/route.js +1 -0
- package/.next/server/app/api/im/session-ids/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/turn/route.js +3 -0
- package/.next/server/app/api/im/turn/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/internal/runtime/route.js +1 -1
- package/.next/server/app/api/memory/promote/route.js +2 -2
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/discover/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/plot-kernels/route.js +1 -1
- package/.next/server/app/api/plot-kernels/save/route.js +1 -0
- package/.next/server/app/api/plot-kernels/save/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/plot-kernels/status/route.js +1 -1
- package/.next/server/app/api/plot-kernels/stop/route.js +1 -1
- package/.next/server/app/api/projects/browse/route.js +1 -1
- package/.next/server/app/api/projects/route.js +2 -2
- package/.next/server/app/api/search/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/context/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/new/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +2 -2
- package/.next/server/app/api/settings/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +2 -2
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/soul/route.js +1 -1
- package/.next/server/app/api/subagents/status/route.js +1 -1
- package/.next/server/app/api/version/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/icon.svg/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +2 -2
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/_full.segment.rsc +2 -2
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/login/page.js +2 -2
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login.html +1 -1
- package/.next/server/app/login.rsc +1 -1
- package/.next/server/app/login.segments/_full.segment.rsc +1 -1
- package/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/.next/server/app/login.segments/_index.segment.rsc +1 -1
- package/.next/server/app/login.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/.next/server/app/page.js +10 -10
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/smoke/page.js +3 -3
- package/.next/server/app/smoke/page_client-reference-manifest.js +1 -1
- package/.next/server/app/smoke.html +78 -23
- package/.next/server/app/smoke.rsc +2 -2
- package/.next/server/app/smoke.segments/_full.segment.rsc +2 -2
- package/.next/server/app/smoke.segments/_head.segment.rsc +1 -1
- package/.next/server/app/smoke.segments/_index.segment.rsc +1 -1
- package/.next/server/app/smoke.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/smoke.segments/smoke/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/smoke.segments/smoke.segment.rsc +1 -1
- package/.next/server/app-paths-manifest.json +14 -7
- package/.next/server/chunks/1494.js +278 -0
- package/.next/server/chunks/7601.js +44 -75
- package/.next/server/functions-config-manifest.json +3 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/next-font-manifest.js +1 -1
- package/.next/server/next-font-manifest.json +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/TS6P9hsexC-QhX3lT3LiC/_buildManifest.js +1 -0
- package/.next/static/chunks/9901-7e044d778f6622ea.js +278 -0
- package/.next/static/chunks/app/_global-error/page-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/agent/runtime/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/apps/[id]/[[...path]]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/apps/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/harness/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/home/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/cancel/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/gateway-status/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/gateway-token/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/project/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/projects/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/session-ids/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/turn/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/internal/runtime/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/memory/promote/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/models/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/save/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/status/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/stop/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/projects/browse/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/projects/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/search/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/sessions/new/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/settings/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/skills/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/soul/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/subagents/status/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/version/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/favicon.ico/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/page-7dae74b4ec345ca7.js +27 -0
- package/.next/static/chunks/app/smoke/{page-431310549b820f3b.js → page-d1be0dc9ec4396ba.js} +2 -2
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b23e767fd4cc8cb6.js +1 -0
- package/bin/annovibe-im-gateway.js +675 -0
- package/bin/pi-web.js +60 -1
- package/package.json +3 -2
- package/.next/server/app/api/reports/[id]/route.js +0 -12
- package/.next/server/app/api/reports/[id]/route_client-reference-manifest.js +0 -1
- package/.next/server/chunks/1210.js +0 -246
- package/.next/static/3gDAeILrwgLWhlwi2MAOg/_buildManifest.js +0 -1
- package/.next/static/chunks/9595-2f001a1f6d133466.js +0 -246
- package/.next/static/chunks/app/_global-error/page-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/agent/runtime/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/apps/[id]/[[...path]]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/apps/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/harness/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/home/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/internal/runtime/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/memory/promote/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/models/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/status/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/stop/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/projects/browse/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/projects/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/reports/[id]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/search/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/sessions/new/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/settings/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/skills/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/soul/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/subagents/status/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/version/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/favicon.ico/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/page-d82d53365a2be371.js +0 -27
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-412387d4b52026c9.js +0 -1
- /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(
|
|
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,
|
|
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()}]);
|
package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b23e767fd4cc8cb6.js
ADDED
|
@@ -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()}]);
|