@martin0309205/prism 0.2.1 → 0.2.3

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 (89) hide show
  1. package/assets/dashboard/.next/BUILD_ID +1 -1
  2. package/assets/dashboard/.next/app-build-manifest.json +22 -22
  3. package/assets/dashboard/.next/app-path-routes-manifest.json +1 -1
  4. package/assets/dashboard/.next/build-manifest.json +2 -2
  5. package/assets/dashboard/.next/prerender-manifest.json +1 -1
  6. package/assets/dashboard/.next/server/app/(dash)/claude-md/page.js +2 -2
  7. package/assets/dashboard/.next/server/app/(dash)/claude-md/page.js.nft.json +1 -1
  8. package/assets/dashboard/.next/server/app/(dash)/claude-md/page_client-reference-manifest.js +1 -1
  9. package/assets/dashboard/.next/server/app/(dash)/connectors/page.js +1 -1
  10. package/assets/dashboard/.next/server/app/(dash)/connectors/page.js.nft.json +1 -1
  11. package/assets/dashboard/.next/server/app/(dash)/connectors/page_client-reference-manifest.js +1 -1
  12. package/assets/dashboard/.next/server/app/(dash)/generate/page.js +3 -3
  13. package/assets/dashboard/.next/server/app/(dash)/generate/page.js.nft.json +1 -1
  14. package/assets/dashboard/.next/server/app/(dash)/generate/page_client-reference-manifest.js +1 -1
  15. package/assets/dashboard/.next/server/app/(dash)/jobs/[id]/page.js +1 -1
  16. package/assets/dashboard/.next/server/app/(dash)/jobs/[id]/page.js.nft.json +1 -1
  17. package/assets/dashboard/.next/server/app/(dash)/jobs/[id]/page_client-reference-manifest.js +1 -1
  18. package/assets/dashboard/.next/server/app/(dash)/jobs/page.js +1 -1
  19. package/assets/dashboard/.next/server/app/(dash)/jobs/page.js.nft.json +1 -1
  20. package/assets/dashboard/.next/server/app/(dash)/jobs/page_client-reference-manifest.js +1 -1
  21. package/assets/dashboard/.next/server/app/(dash)/logs/page.js +1 -1
  22. package/assets/dashboard/.next/server/app/(dash)/logs/page.js.nft.json +1 -1
  23. package/assets/dashboard/.next/server/app/(dash)/logs/page_client-reference-manifest.js +1 -1
  24. package/assets/dashboard/.next/server/app/(dash)/page.js +2 -2
  25. package/assets/dashboard/.next/server/app/(dash)/page.js.nft.json +1 -1
  26. package/assets/dashboard/.next/server/app/(dash)/page_client-reference-manifest.js +1 -1
  27. package/assets/dashboard/.next/server/app/(dash)/settings/page.js +1 -1
  28. package/assets/dashboard/.next/server/app/(dash)/settings/page.js.nft.json +1 -1
  29. package/assets/dashboard/.next/server/app/(dash)/settings/page_client-reference-manifest.js +1 -1
  30. package/assets/dashboard/.next/server/app/(dash)/skills/page.js +1 -1
  31. package/assets/dashboard/.next/server/app/(dash)/skills/page.js.nft.json +1 -1
  32. package/assets/dashboard/.next/server/app/(dash)/skills/page_client-reference-manifest.js +1 -1
  33. package/assets/dashboard/.next/server/app/_not-found/page.js +1 -1
  34. package/assets/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  35. package/assets/dashboard/.next/server/app/_not-found.html +1 -1
  36. package/assets/dashboard/.next/server/app/_not-found.rsc +2 -2
  37. package/assets/dashboard/.next/server/app/api/claude-md/route.js +1 -1
  38. package/assets/dashboard/.next/server/app/api/healthz/route.js +1 -1
  39. package/assets/dashboard/.next/server/app/api/system/update/route.js +2 -2
  40. package/assets/dashboard/.next/server/app/api/system/version/route.js +1 -1
  41. package/assets/dashboard/.next/server/app/claude-md.html +1 -1
  42. package/assets/dashboard/.next/server/app/claude-md.rsc +3 -3
  43. package/assets/dashboard/.next/server/app/connectors.html +1 -1
  44. package/assets/dashboard/.next/server/app/connectors.rsc +3 -3
  45. package/assets/dashboard/.next/server/app/generate.html +1 -1
  46. package/assets/dashboard/.next/server/app/generate.rsc +3 -3
  47. package/assets/dashboard/.next/server/app/index.html +1 -1
  48. package/assets/dashboard/.next/server/app/index.rsc +4 -4
  49. package/assets/dashboard/.next/server/app/jobs.html +1 -1
  50. package/assets/dashboard/.next/server/app/jobs.rsc +3 -3
  51. package/assets/dashboard/.next/server/app/login/page.js +1 -1
  52. package/assets/dashboard/.next/server/app/login/page.js.nft.json +1 -1
  53. package/assets/dashboard/.next/server/app/login/page_client-reference-manifest.js +1 -1
  54. package/assets/dashboard/.next/server/app/login.html +1 -1
  55. package/assets/dashboard/.next/server/app/login.rsc +3 -3
  56. package/assets/dashboard/.next/server/app/logs.html +1 -1
  57. package/assets/dashboard/.next/server/app/logs.rsc +3 -3
  58. package/assets/dashboard/.next/server/app/settings.html +1 -1
  59. package/assets/dashboard/.next/server/app/settings.rsc +3 -3
  60. package/assets/dashboard/.next/server/app/setup/page.js +2 -2
  61. package/assets/dashboard/.next/server/app/setup/page.js.nft.json +1 -1
  62. package/assets/dashboard/.next/server/app/setup/page_client-reference-manifest.js +1 -1
  63. package/assets/dashboard/.next/server/app/setup.html +1 -1
  64. package/assets/dashboard/.next/server/app/setup.rsc +3 -3
  65. package/assets/dashboard/.next/server/app/skills.html +1 -1
  66. package/assets/dashboard/.next/server/app/skills.rsc +3 -3
  67. package/assets/dashboard/.next/server/app-paths-manifest.json +13 -13
  68. package/assets/dashboard/.next/server/chunks/565.js +1 -1
  69. package/assets/dashboard/.next/server/chunks/971.js +16 -0
  70. package/assets/dashboard/.next/server/middleware-build-manifest.js +1 -1
  71. package/assets/dashboard/.next/server/middleware-manifest.json +3 -3
  72. package/assets/dashboard/.next/server/pages/404.html +1 -1
  73. package/assets/dashboard/.next/server/pages/500.html +1 -1
  74. package/assets/dashboard/.next/server/server-reference-manifest.js +1 -1
  75. package/assets/dashboard/.next/server/server-reference-manifest.json +1 -1
  76. package/assets/dashboard/.next/static/chunks/app/(dash)/{layout-811aba273cfc2760.js → layout-b6c00b089d68684c.js} +4 -9
  77. package/assets/dashboard/.next/static/chunks/app/(dash)/page-4d95d6949e23f70a.js +21 -0
  78. package/assets/dashboard/.next/static/chunks/app/login/page-a86ba6749512fd5f.js +6 -0
  79. package/assets/dashboard/.next/static/chunks/app/setup/page-9ba0c05c0ee53518.js +6 -0
  80. package/assets/dashboard/.next/static/css/{27aea81e28f3c17d.css → d95c47155fb80ddd.css} +1 -1
  81. package/assets/dashboard/public/prism.svg +11 -0
  82. package/package.json +1 -1
  83. package/assets/dashboard/.next/server/chunks/100.js +0 -21
  84. package/assets/dashboard/.next/static/chunks/app/(dash)/page-3abefdb4e3abdac4.js +0 -26
  85. package/assets/dashboard/.next/static/chunks/app/login/page-0f56038c4425433c.js +0 -11
  86. package/assets/dashboard/.next/static/chunks/app/setup/page-dc2d1ccbfb73e8aa.js +0 -11
  87. package/assets/dashboard/public/PLACEHOLDER.txt +0 -2
  88. /package/assets/dashboard/.next/static/{SS_jgIWqXX2pp1oaVOjaQ → LtbBi3MHZ2YVsJMnPW3DH}/_buildManifest.js +0 -0
  89. /package/assets/dashboard/.next/static/{SS_jgIWqXX2pp1oaVOjaQ → LtbBi3MHZ2YVsJMnPW3DH}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/login/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3382":{"*":{"id":"1795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","626","static/chunks/app/login/page-0f56038c4425433c.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-811aba273cfc2760.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":3382,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-3abefdb4e3abdac4.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/27aea81e28f3c17d.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/login/page":[]}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/login/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"585":{"*":{"id":"7551","name":"*","chunks":[],"async":false}},"1193":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"2535":{"*":{"id":"7530","name":"*","chunks":[],"async":false}},"2794":{"*":{"id":"7474","name":"*","chunks":[],"async":false}},"2854":{"*":{"id":"4795","name":"*","chunks":[],"async":false}},"3541":{"*":{"id":"1582","name":"*","chunks":[],"async":false}},"4520":{"*":{"id":"4505","name":"*","chunks":[],"async":false}},"5324":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"5474":{"*":{"id":"2521","name":"*","chunks":[],"async":false}},"5751":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"5907":{"*":{"id":"9493","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"6513":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"6882":{"*":{"id":"2727","name":"*","chunks":[],"async":false}},"8604":{"*":{"id":"9353","name":"*","chunks":[],"async":false}},"8751":{"*":{"id":"2646","name":"*","chunks":[],"async":false}},"9275":{"*":{"id":"9671","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/app-router.js":{"id":5751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":6513,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":6130,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9275,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":5324,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1343,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/globals.css":{"id":3054,"name":"*","chunks":["185","static/chunks/app/layout-e3058a659be66c26.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/login/page.tsx":{"id":1193,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","626","static/chunks/app/login/page-a86ba6749512fd5f.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/setup/page.tsx":{"id":4520,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/claude-md/page.tsx":{"id":5474,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/components/sidebar.tsx":{"id":6882,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-b6c00b089d68684c.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/[id]/page.tsx":{"id":3541,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/connectors/page.tsx":{"id":8751,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/jobs/page.tsx":{"id":2854,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/logs/page.tsx":{"id":2535,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/generate/page.tsx":{"id":5907,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/page.tsx":{"id":8604,"name":"*","chunks":["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","523","static/chunks/app/(dash)/page-4d95d6949e23f70a.js"],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/settings/page.tsx":{"id":2794,"name":"*","chunks":[],"async":false},"/home/runner/work/prism/prism/web/src/app/(dash)/skills/page.tsx":{"id":585,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/prism/prism/web/src/":[],"/home/runner/work/prism/prism/web/src/app/layout":["static/css/d95c47155fb80ddd.css"],"/home/runner/work/prism/prism/web/src/app/(dash)/layout":[],"/home/runner/work/prism/prism/web/src/app/(dash)/page":[],"/home/runner/work/prism/prism/web/src/app/login/page":[]}}
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/27aea81e28f3c17d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><script src="/_next/static/chunks/502-73bc96153ad171ad.js" async=""></script><script src="/_next/static/chunks/app/login/page-0f56038c4425433c.js" async=""></script><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/favicon.png"/><link rel="icon" href="/favicon.png" type="image/png"/><link rel="apple-touch-icon" href="/favicon.png"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div class="flex min-h-screen items-center justify-center bg-background"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-loader-circle animate-spin text-muted-foreground"><path d="M21 12a9 9 0 1 1-6.219-8.56"></path></svg></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/27aea81e28f3c17d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[6513,[],\"ClientPageRoot\"]\n5:I[1193,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"626\",\"static/chunks/app/login/page-0f56038c4425433c.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n9:I[6130,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/27aea81e28f3c17d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"SS_jgIWqXX2pp1oaVOjaQ\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/login\",\"initialTree\":[\"\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"login\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",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.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.png\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/favicon.png\",\"type\":\"image/png\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon.png\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/d95c47155fb80ddd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><script src="/_next/static/chunks/502-73bc96153ad171ad.js" async=""></script><script src="/_next/static/chunks/app/login/page-a86ba6749512fd5f.js" async=""></script><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/prism.svg"/><link rel="icon" href="/prism.svg" type="image/svg+xml"/><link rel="apple-touch-icon" href="/prism.svg"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div class="flex min-h-screen items-center justify-center bg-background"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-loader-circle animate-spin text-muted-foreground"><path d="M21 12a9 9 0 1 1-6.219-8.56"></path></svg></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/d95c47155fb80ddd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[6513,[],\"ClientPageRoot\"]\n5:I[1193,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"626\",\"static/chunks/app/login/page-a86ba6749512fd5f.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n9:I[6130,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d95c47155fb80ddd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"LtbBi3MHZ2YVsJMnPW3DH\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/login\",\"initialTree\":[\"\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"login\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",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.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/prism.svg\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/prism.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/prism.svg\"}]]\n3:null\n"])</script></body></html>
@@ -1,7 +1,7 @@
1
1
  2:I[6513,[],"ClientPageRoot"]
2
- 3:I[1193,["502","static/chunks/502-73bc96153ad171ad.js","626","static/chunks/app/login/page-0f56038c4425433c.js"],"default"]
2
+ 3:I[1193,["502","static/chunks/502-73bc96153ad171ad.js","626","static/chunks/app/login/page-a86ba6749512fd5f.js"],"default"]
3
3
  4:I[9275,[],""]
4
4
  5:I[1343,[],""]
5
- 0:["SS_jgIWqXX2pp1oaVOjaQ",[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["login",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","login","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/27aea81e28f3c17d.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$L6"]]]]]
6
- 6:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Prism"}],["$","meta","3",{"name":"description","content":"Operate your prism instance from the browser."}],["$","link","4",{"rel":"shortcut icon","href":"/favicon.png"}],["$","link","5",{"rel":"icon","href":"/favicon.png","type":"image/png"}],["$","link","6",{"rel":"apple-touch-icon","href":"/favicon.png"}]]
5
+ 0:["LtbBi3MHZ2YVsJMnPW3DH",[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["login",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","login","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d95c47155fb80ddd.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$L6"]]]]]
6
+ 6:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Prism"}],["$","meta","3",{"name":"description","content":"Operate your prism instance from the browser."}],["$","link","4",{"rel":"shortcut icon","href":"/prism.svg"}],["$","link","5",{"rel":"icon","href":"/prism.svg","type":"image/svg+xml"}],["$","link","6",{"rel":"apple-touch-icon","href":"/prism.svg"}]]
7
7
  1:null
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/27aea81e28f3c17d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><script src="/_next/static/chunks/502-73bc96153ad171ad.js" async=""></script><script src="/_next/static/chunks/app/(dash)/logs/page-276e025d82e51217.js" async=""></script><script src="/_next/static/chunks/138-1f2ddea72037c974.js" async=""></script><script src="/_next/static/chunks/app/(dash)/layout-811aba273cfc2760.js" async=""></script><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/favicon.png"/><link rel="icon" href="/favicon.png" type="image/png"/><link rel="apple-touch-icon" href="/favicon.png"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div class="flex min-h-screen"><aside class="fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background"><div class="flex items-center gap-2.5 px-5 py-5"><div class="relative flex h-9 w-9 flex-none items-center justify-center bg-brand text-text-on-brand"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg></div><div><div class="text-sm font-semibold tracking-tight">Prism</div><div class="text-[10px] text-muted-foreground">claude on tap</div></div></div><nav class="flex-1 space-y-5 overflow-y-auto px-3 py-2"><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Prism</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-house flex-none"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"></path><path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path></svg><span class="truncate">Overview</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/generate"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wand-sparkles flex-none"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72"></path><path d="m14 7 3 3"></path><path d="M5 6v4"></path><path d="M19 14v4"></path><path d="M10 2v2"></path><path d="M7 8H3"></path><path d="M21 16h-4"></path><path d="M11 3H9"></path></svg><span class="truncate">Playground</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Runs</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/jobs"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-checks flex-none"><path d="m3 17 2 2 4-4"></path><path d="m3 7 2 2 4-4"></path><path d="M13 6h8"></path><path d="M13 12h8"></path><path d="M13 18h8"></path></svg><span class="truncate">Jobs</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/artifacts"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open flex-none"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span class="truncate">Artifacts</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Operations</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/skills"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle flex-none"><path d="M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"></path></svg><span class="truncate">Skills</span></a></div></div></nav><div class="border-t border-border px-3 py-3"><div class="px-2 py-2 text-[10px] text-muted-foreground">Not signed in</div></div></aside><main class="ml-[240px] flex-1 px-8 py-8"><div class="space-y-6"><header><h1 class="flex items-center gap-2 text-2xl font-semibold tracking-tightest"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scroll-text"><path d="M15 12h-5"></path><path d="M15 8h-5"></path><path d="M19 17V5a2 2 0 0 0-2-2H4"></path><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3"></path></svg> Logs</h1><p class="text-sm text-text-muted">Tail des fichiers ~/.prism/instances/&lt;inst&gt;/logs/*.log.</p></header><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="space-y-1.5 p-6 flex flex-row items-center justify-between"><div class="flex flex-wrap gap-1.5"><button class="border px-2 py-1 text-xs transition-colors border-brand bg-brand-soft text-brand">prism.log</button><button class="border px-2 py-1 text-xs transition-colors border-border bg-transparent text-text-muted hover:bg-bg-subtle">prism.err.log</button><button class="border px-2 py-1 text-xs transition-colors border-border bg-transparent text-text-muted hover:bg-bg-subtle">http.log</button><button class="border px-2 py-1 text-xs transition-colors border-border bg-transparent text-text-muted hover:bg-bg-subtle">slack.log</button></div><div class="flex items-center gap-2"><label class="flex items-center gap-1.5 text-xs text-text-muted"><input type="checkbox" class="h-3 w-3"/>auto-refresh</label><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-transparent text-text hover:bg-bg-subtle h-8 px-3 text-xs"><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-refresh-cw"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg>reload</button></div></div><div class="p-6 pt-0"><pre class="max-h-[640px] overflow-auto whitespace-pre-wrap break-words border border-border bg-bg-subtle p-3 text-[11px] font-mono leading-relaxed">(empty)</pre></div><div class="p-6 pt-0"><div class="text-sm text-text-muted">Last 1000 lines, max 1 MB tail window.</div></div></div></div></main></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/27aea81e28f3c17d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[6513,[],\"ClientPageRoot\"]\n5:I[2535,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"519\",\"static/chunks/app/(dash)/logs/page-276e025d82e51217.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n8:I[6882,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"138\",\"static/chunks/138-1f2ddea72037c974.js\",\"117\",\"static/chunks/app/(dash)/layout-811aba273cfc2760.js\"],\"Sidebar\"]\ne:I[6130,[],\"\"]\n9:{\"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\"}\na:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\nb:{\"display\":\"inline-block\"}\nc:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nf:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/27aea81e28f3c17d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"SS_jgIWqXX2pp1oaVOjaQ\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/logs\",\"initialTree\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"logs\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"logs\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\",\"logs\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"ml-[240px] flex-1 px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",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.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]]}],null],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"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\":\"$a\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$b\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$c\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Ld\"],\"globalErrorComponent\":\"$e\",\"missingSlots\":\"$Wf\"}]]\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.png\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/favicon.png\",\"type\":\"image/png\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon.png\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/prism.svg"/><link rel="stylesheet" href="/_next/static/css/d95c47155fb80ddd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><script src="/_next/static/chunks/502-73bc96153ad171ad.js" async=""></script><script src="/_next/static/chunks/app/(dash)/logs/page-276e025d82e51217.js" async=""></script><script src="/_next/static/chunks/138-1f2ddea72037c974.js" async=""></script><script src="/_next/static/chunks/app/(dash)/layout-b6c00b089d68684c.js" async=""></script><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/prism.svg"/><link rel="icon" href="/prism.svg" type="image/svg+xml"/><link rel="apple-touch-icon" href="/prism.svg"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div class="flex min-h-screen"><aside class="fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background"><div class="flex items-center gap-2.5 px-5 py-5"><div class="relative flex h-9 w-9 flex-none items-center justify-center overflow-hidden"><img src="/prism.svg" alt="Prism" class="h-full w-full object-cover"/></div><div><div class="text-sm font-semibold tracking-tight">Prism</div><div class="text-[10px] text-muted-foreground">claude on tap</div></div></div><nav class="flex-1 space-y-5 overflow-y-auto px-3 py-2"><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Prism</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-house flex-none"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"></path><path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path></svg><span class="truncate">Overview</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/generate"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wand-sparkles flex-none"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72"></path><path d="m14 7 3 3"></path><path d="M5 6v4"></path><path d="M19 14v4"></path><path d="M10 2v2"></path><path d="M7 8H3"></path><path d="M21 16h-4"></path><path d="M11 3H9"></path></svg><span class="truncate">Playground</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Runs</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/jobs"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-checks flex-none"><path d="m3 17 2 2 4-4"></path><path d="m3 7 2 2 4-4"></path><path d="M13 6h8"></path><path d="M13 12h8"></path><path d="M13 18h8"></path></svg><span class="truncate">Jobs</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/artifacts"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open flex-none"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span class="truncate">Artifacts</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Operations</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/skills"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle flex-none"><path d="M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"></path></svg><span class="truncate">Skills</span></a></div></div></nav><div class="border-t border-border px-3 py-3"><div class="px-2 py-2 text-[10px] text-muted-foreground">Not signed in</div></div></aside><main class="ml-[240px] flex-1 px-8 py-8"><div class="space-y-6"><header><h1 class="flex items-center gap-2 text-2xl font-semibold tracking-tightest"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scroll-text"><path d="M15 12h-5"></path><path d="M15 8h-5"></path><path d="M19 17V5a2 2 0 0 0-2-2H4"></path><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3"></path></svg> Logs</h1><p class="text-sm text-text-muted">Tail des fichiers ~/.prism/instances/&lt;inst&gt;/logs/*.log.</p></header><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="space-y-1.5 p-6 flex flex-row items-center justify-between"><div class="flex flex-wrap gap-1.5"><button class="border px-2 py-1 text-xs transition-colors border-brand bg-brand-soft text-brand">prism.log</button><button class="border px-2 py-1 text-xs transition-colors border-border bg-transparent text-text-muted hover:bg-bg-subtle">prism.err.log</button><button class="border px-2 py-1 text-xs transition-colors border-border bg-transparent text-text-muted hover:bg-bg-subtle">http.log</button><button class="border px-2 py-1 text-xs transition-colors border-border bg-transparent text-text-muted hover:bg-bg-subtle">slack.log</button></div><div class="flex items-center gap-2"><label class="flex items-center gap-1.5 text-xs text-text-muted"><input type="checkbox" class="h-3 w-3"/>auto-refresh</label><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-transparent text-text hover:bg-bg-subtle h-8 px-3 text-xs"><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-refresh-cw"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg>reload</button></div></div><div class="p-6 pt-0"><pre class="max-h-[640px] overflow-auto whitespace-pre-wrap break-words border border-border bg-bg-subtle p-3 text-[11px] font-mono leading-relaxed">(empty)</pre></div><div class="p-6 pt-0"><div class="text-sm text-text-muted">Last 1000 lines, max 1 MB tail window.</div></div></div></div></main></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/d95c47155fb80ddd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[6513,[],\"ClientPageRoot\"]\n5:I[2535,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"519\",\"static/chunks/app/(dash)/logs/page-276e025d82e51217.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n8:I[6882,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"138\",\"static/chunks/138-1f2ddea72037c974.js\",\"117\",\"static/chunks/app/(dash)/layout-b6c00b089d68684c.js\"],\"Sidebar\"]\ne:I[6130,[],\"\"]\n9:{\"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\"}\na:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\nb:{\"display\":\"inline-block\"}\nc:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nf:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d95c47155fb80ddd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"LtbBi3MHZ2YVsJMnPW3DH\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/logs\",\"initialTree\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"logs\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"logs\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\",\"logs\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"ml-[240px] flex-1 px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",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.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]]}],null],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"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\":\"$a\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$b\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$c\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Ld\"],\"globalErrorComponent\":\"$e\",\"missingSlots\":\"$Wf\"}]]\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/prism.svg\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/prism.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/prism.svg\"}]]\n3:null\n"])</script></body></html>
@@ -2,11 +2,11 @@
2
2
  3:I[2535,["502","static/chunks/502-73bc96153ad171ad.js","519","static/chunks/app/(dash)/logs/page-276e025d82e51217.js"],"default"]
3
3
  4:I[9275,[],""]
4
4
  5:I[1343,[],""]
5
- 6:I[6882,["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-811aba273cfc2760.js"],"Sidebar"]
5
+ 6:I[6882,["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-b6c00b089d68684c.js"],"Sidebar"]
6
6
  7:{"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"}
7
7
  8:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
8
8
  9:{"display":"inline-block"}
9
9
  a:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
10
- 0:["SS_jgIWqXX2pp1oaVOjaQ",[[["",{"children":["(dash)",{"children":["logs",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(dash)",{"children":["logs",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children","logs","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","div",null,{"className":"flex min-h-screen","children":[["$","$L6",null,{}],["$","main",null,{"className":"ml-[240px] flex-1 px-8 py-8","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]]}],null],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$7","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":"$8","children":"404"}],["$","div",null,{"style":"$9","children":["$","h2",null,{"style":"$a","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/27aea81e28f3c17d.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$Lb"]]]]]
11
- b:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Prism"}],["$","meta","3",{"name":"description","content":"Operate your prism instance from the browser."}],["$","link","4",{"rel":"shortcut icon","href":"/favicon.png"}],["$","link","5",{"rel":"icon","href":"/favicon.png","type":"image/png"}],["$","link","6",{"rel":"apple-touch-icon","href":"/favicon.png"}]]
10
+ 0:["LtbBi3MHZ2YVsJMnPW3DH",[[["",{"children":["(dash)",{"children":["logs",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(dash)",{"children":["logs",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children","logs","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","div",null,{"className":"flex min-h-screen","children":[["$","$L6",null,{}],["$","main",null,{"className":"ml-[240px] flex-1 px-8 py-8","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]]}],null],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$7","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":"$8","children":"404"}],["$","div",null,{"style":"$9","children":["$","h2",null,{"style":"$a","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d95c47155fb80ddd.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$Lb"]]]]]
11
+ b:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Prism"}],["$","meta","3",{"name":"description","content":"Operate your prism instance from the browser."}],["$","link","4",{"rel":"shortcut icon","href":"/prism.svg"}],["$","link","5",{"rel":"icon","href":"/prism.svg","type":"image/svg+xml"}],["$","link","6",{"rel":"apple-touch-icon","href":"/prism.svg"}]]
12
12
  1:null
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/27aea81e28f3c17d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><script src="/_next/static/chunks/502-73bc96153ad171ad.js" async=""></script><script src="/_next/static/chunks/app/(dash)/settings/page-d6d1c9958671a65b.js" async=""></script><script src="/_next/static/chunks/138-1f2ddea72037c974.js" async=""></script><script src="/_next/static/chunks/app/(dash)/layout-811aba273cfc2760.js" async=""></script><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/favicon.png"/><link rel="icon" href="/favicon.png" type="image/png"/><link rel="apple-touch-icon" href="/favicon.png"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div class="flex min-h-screen"><aside class="fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background"><div class="flex items-center gap-2.5 px-5 py-5"><div class="relative flex h-9 w-9 flex-none items-center justify-center bg-brand text-text-on-brand"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"></path><path d="M20 3v4"></path><path d="M22 5h-4"></path><path d="M4 17v2"></path><path d="M5 18H3"></path></svg></div><div><div class="text-sm font-semibold tracking-tight">Prism</div><div class="text-[10px] text-muted-foreground">claude on tap</div></div></div><nav class="flex-1 space-y-5 overflow-y-auto px-3 py-2"><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Prism</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-house flex-none"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"></path><path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path></svg><span class="truncate">Overview</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/generate"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wand-sparkles flex-none"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72"></path><path d="m14 7 3 3"></path><path d="M5 6v4"></path><path d="M19 14v4"></path><path d="M10 2v2"></path><path d="M7 8H3"></path><path d="M21 16h-4"></path><path d="M11 3H9"></path></svg><span class="truncate">Playground</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Runs</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/jobs"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-checks flex-none"><path d="m3 17 2 2 4-4"></path><path d="m3 7 2 2 4-4"></path><path d="M13 6h8"></path><path d="M13 12h8"></path><path d="M13 18h8"></path></svg><span class="truncate">Jobs</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/artifacts"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open flex-none"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span class="truncate">Artifacts</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Operations</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/skills"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle flex-none"><path d="M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"></path></svg><span class="truncate">Skills</span></a></div></div></nav><div class="border-t border-border px-3 py-3"><div class="px-2 py-2 text-[10px] text-muted-foreground">Not signed in</div></div></aside><main class="ml-[240px] flex-1 px-8 py-8"><div class="space-y-6"><header><h1 class="flex items-center gap-2 text-2xl font-semibold tracking-tightest"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg> Settings</h1><p class="text-sm text-text-muted">Configuration de l&#x27;instance, session, et mises à jour.</p></header><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="space-y-1.5 p-6 flex flex-row items-center justify-between"><div><div class="font-semibold tracking-tightest text-sm">System / Updates</div><div class="text-sm text-text-muted">Pulled from registry.npmjs.org. Cached 60s.</div></div><button class="text-xs text-text-muted underline-offset-4 hover:text-text hover:underline">Re-check</button></div><div class="p-6 pt-0 space-y-3"><div class="flex items-center justify-between border border-border bg-bg-subtle p-3"><div class="space-y-1"><div class="text-sm font-medium">Prism</div><div class="text-xs text-text-muted">unknown</div></div><div class="flex items-center gap-3"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-brand text-text-on-brand hover:bg-brand-hover h-8 px-3 text-xs" 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-download"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" x2="12" y1="15" y2="3"></line></svg>Update now</button></div></div><p class="text-xs text-text-muted">Last checked: <!-- -->—</p></div></div><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="flex flex-col space-y-1.5 p-6"><div class="font-semibold tracking-tightest text-sm">Instance config</div><div class="text-sm text-text-muted">Read-only view of <code class="bg-bg-subtle px-1">~/.prism/instances/&lt;inst&gt;/config.yaml</code>. Edit in place via SSH for now — full editor coming soon.</div></div><div class="p-6 pt-0"><p class="text-sm text-text-muted">loading…</p></div></div><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="flex flex-col space-y-1.5 p-6"><div class="font-semibold tracking-tightest text-sm">Session lifetime</div><div class="text-sm text-text-muted">How long a session cookie stays valid before re-login.</div></div><div class="p-6 pt-0"><p class="text-sm">Currently:<!-- --> <span class="font-medium">—<!-- --> day<!-- -->s</span></p></div></div></div></main></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/27aea81e28f3c17d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[6513,[],\"ClientPageRoot\"]\n5:I[2794,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"428\",\"static/chunks/app/(dash)/settings/page-d6d1c9958671a65b.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n8:I[6882,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"138\",\"static/chunks/138-1f2ddea72037c974.js\",\"117\",\"static/chunks/app/(dash)/layout-811aba273cfc2760.js\"],\"Sidebar\"]\ne:I[6130,[],\"\"]\n9:{\"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\"}\na:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\nb:{\"display\":\"inline-block\"}\nc:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nf:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/27aea81e28f3c17d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"SS_jgIWqXX2pp1oaVOjaQ\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/settings\",\"initialTree\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\",\"settings\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"ml-[240px] flex-1 px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",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.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]]}],null],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"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\":\"$a\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$b\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$c\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Ld\"],\"globalErrorComponent\":\"$e\",\"missingSlots\":\"$Wf\"}]]\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.png\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/favicon.png\",\"type\":\"image/png\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon.png\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/prism.svg"/><link rel="stylesheet" href="/_next/static/css/d95c47155fb80ddd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-1796d5ecd61cbd74.js"/><script src="/_next/static/chunks/fd9d1056-7a5475c63f298b84.js" async=""></script><script src="/_next/static/chunks/23-5e0d0f54bc756891.js" async=""></script><script src="/_next/static/chunks/main-app-cc6be8282c80a1f4.js" async=""></script><script src="/_next/static/chunks/502-73bc96153ad171ad.js" async=""></script><script src="/_next/static/chunks/app/(dash)/settings/page-d6d1c9958671a65b.js" async=""></script><script src="/_next/static/chunks/138-1f2ddea72037c974.js" async=""></script><script src="/_next/static/chunks/app/(dash)/layout-b6c00b089d68684c.js" async=""></script><title>Prism</title><meta name="description" content="Operate your prism instance from the browser."/><link rel="shortcut icon" href="/prism.svg"/><link rel="icon" href="/prism.svg" type="image/svg+xml"/><link rel="apple-touch-icon" href="/prism.svg"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="min-h-screen bg-background text-foreground antialiased"><div class="flex min-h-screen"><aside class="fixed left-0 top-0 z-40 flex h-screen w-[240px] flex-col border-r border-border bg-background"><div class="flex items-center gap-2.5 px-5 py-5"><div class="relative flex h-9 w-9 flex-none items-center justify-center overflow-hidden"><img src="/prism.svg" alt="Prism" class="h-full w-full object-cover"/></div><div><div class="text-sm font-semibold tracking-tight">Prism</div><div class="text-[10px] text-muted-foreground">claude on tap</div></div></div><nav class="flex-1 space-y-5 overflow-y-auto px-3 py-2"><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Prism</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-house flex-none"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"></path><path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path></svg><span class="truncate">Overview</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/generate"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wand-sparkles flex-none"><path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72"></path><path d="m14 7 3 3"></path><path d="M5 6v4"></path><path d="M19 14v4"></path><path d="M10 2v2"></path><path d="M7 8H3"></path><path d="M21 16h-4"></path><path d="M11 3H9"></path></svg><span class="truncate">Playground</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Runs</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/jobs"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-checks flex-none"><path d="m3 17 2 2 4-4"></path><path d="m3 7 2 2 4-4"></path><path d="M13 6h8"></path><path d="M13 12h8"></path><path d="M13 18h8"></path></svg><span class="truncate">Jobs</span></a><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/artifacts"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open flex-none"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span class="truncate">Artifacts</span></a></div></div><div><div class="px-2 pb-1.5 text-[10px] font-medium uppercase tracking-widest text-muted-foreground/70">Operations</div><div class="space-y-0.5"><a class="group relative flex items-center gap-3 px-2.5 py-2 text-sm transition-colors text-muted-foreground hover:bg-secondary hover:text-foreground" href="/skills"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-puzzle flex-none"><path d="M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z"></path></svg><span class="truncate">Skills</span></a></div></div></nav><div class="border-t border-border px-3 py-3"><div class="px-2 py-2 text-[10px] text-muted-foreground">Not signed in</div></div></aside><main class="ml-[240px] flex-1 px-8 py-8"><div class="space-y-6"><header><h1 class="flex items-center gap-2 text-2xl font-semibold tracking-tightest"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg> Settings</h1><p class="text-sm text-text-muted">Configuration de l&#x27;instance, session, et mises à jour.</p></header><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="space-y-1.5 p-6 flex flex-row items-center justify-between"><div><div class="font-semibold tracking-tightest text-sm">System / Updates</div><div class="text-sm text-text-muted">Pulled from registry.npmjs.org. Cached 60s.</div></div><button class="text-xs text-text-muted underline-offset-4 hover:text-text hover:underline">Re-check</button></div><div class="p-6 pt-0 space-y-3"><div class="flex items-center justify-between border border-border bg-bg-subtle p-3"><div class="space-y-1"><div class="text-sm font-medium">Prism</div><div class="text-xs text-text-muted">unknown</div></div><div class="flex items-center gap-3"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-brand text-text-on-brand hover:bg-brand-hover h-8 px-3 text-xs" 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-download"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" x2="12" y1="15" y2="3"></line></svg>Update now</button></div></div><p class="text-xs text-text-muted">Last checked: <!-- -->—</p></div></div><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="flex flex-col space-y-1.5 p-6"><div class="font-semibold tracking-tightest text-sm">Instance config</div><div class="text-sm text-text-muted">Read-only view of <code class="bg-bg-subtle px-1">~/.prism/instances/&lt;inst&gt;/config.yaml</code>. Edit in place via SSH for now — full editor coming soon.</div></div><div class="p-6 pt-0"><p class="text-sm text-text-muted">loading…</p></div></div><div class="border border-border bg-bg-surface text-text transition-colors duration-base"><div class="flex flex-col space-y-1.5 p-6"><div class="font-semibold tracking-tightest text-sm">Session lifetime</div><div class="text-sm text-text-muted">How long a session cookie stays valid before re-login.</div></div><div class="p-6 pt-0"><p class="text-sm">Currently:<!-- --> <span class="font-medium">—<!-- --> day<!-- -->s</span></p></div></div></div></main></div><script src="/_next/static/chunks/webpack-1796d5ecd61cbd74.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/d95c47155fb80ddd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[5751,[],\"\"]\n4:I[6513,[],\"ClientPageRoot\"]\n5:I[2794,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"428\",\"static/chunks/app/(dash)/settings/page-d6d1c9958671a65b.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n8:I[6882,[\"502\",\"static/chunks/502-73bc96153ad171ad.js\",\"138\",\"static/chunks/138-1f2ddea72037c974.js\",\"117\",\"static/chunks/app/(dash)/layout-b6c00b089d68684c.js\"],\"Sidebar\"]\ne:I[6130,[],\"\"]\n9:{\"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\"}\na:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\nb:{\"display\":\"inline-block\"}\nc:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nf:[]\n"])</script><script>self.__next_f.push([1,"0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d95c47155fb80ddd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"buildId\":\"LtbBi3MHZ2YVsJMnPW3DH\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/settings\",\"initialTree\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"(dash)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}]],null],null]},[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\",\"settings\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}],null]},[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"ml-[240px] flex-1 px-8 py-8\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"(dash)\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",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.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]]}],null],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background text-foreground antialiased\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"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\":\"$a\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$b\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$c\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}]}]}],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Ld\"],\"globalErrorComponent\":\"$e\",\"missingSlots\":\"$Wf\"}]]\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Prism\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Operate your prism instance from the browser.\"}],[\"$\",\"link\",\"4\",{\"rel\":\"shortcut icon\",\"href\":\"/prism.svg\"}],[\"$\",\"link\",\"5\",{\"rel\":\"icon\",\"href\":\"/prism.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"6\",{\"rel\":\"apple-touch-icon\",\"href\":\"/prism.svg\"}]]\n3:null\n"])</script></body></html>
@@ -2,11 +2,11 @@
2
2
  3:I[2794,["502","static/chunks/502-73bc96153ad171ad.js","428","static/chunks/app/(dash)/settings/page-d6d1c9958671a65b.js"],"default"]
3
3
  4:I[9275,[],""]
4
4
  5:I[1343,[],""]
5
- 6:I[6882,["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-811aba273cfc2760.js"],"Sidebar"]
5
+ 6:I[6882,["502","static/chunks/502-73bc96153ad171ad.js","138","static/chunks/138-1f2ddea72037c974.js","117","static/chunks/app/(dash)/layout-b6c00b089d68684c.js"],"Sidebar"]
6
6
  7:{"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"}
7
7
  8:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
8
8
  9:{"display":"inline-block"}
9
9
  a:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
10
- 0:["SS_jgIWqXX2pp1oaVOjaQ",[[["",{"children":["(dash)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(dash)",{"children":["settings",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children","settings","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","div",null,{"className":"flex min-h-screen","children":[["$","$L6",null,{}],["$","main",null,{"className":"ml-[240px] flex-1 px-8 py-8","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]]}],null],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$7","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":"$8","children":"404"}],["$","div",null,{"style":"$9","children":["$","h2",null,{"style":"$a","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/27aea81e28f3c17d.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$Lb"]]]]]
11
- b:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Prism"}],["$","meta","3",{"name":"description","content":"Operate your prism instance from the browser."}],["$","link","4",{"rel":"shortcut icon","href":"/favicon.png"}],["$","link","5",{"rel":"icon","href":"/favicon.png","type":"image/png"}],["$","link","6",{"rel":"apple-touch-icon","href":"/favicon.png"}]]
10
+ 0:["LtbBi3MHZ2YVsJMnPW3DH",[[["",{"children":["(dash)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",{"children":["(dash)",{"children":["settings",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}]],null],null]},["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children","settings","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined","styles":null}],null]},[["$","div",null,{"className":"flex min-h-screen","children":[["$","$L6",null,{}],["$","main",null,{"className":"ml-[240px] flex-1 px-8 py-8","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","(dash)","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]]}],null],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background text-foreground antialiased","children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$7","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":"$8","children":"404"}],["$","div",null,{"style":"$9","children":["$","h2",null,{"style":"$a","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d95c47155fb80ddd.css","precedence":"next","crossOrigin":"$undefined"}]],[null,"$Lb"]]]]]
11
+ b:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Prism"}],["$","meta","3",{"name":"description","content":"Operate your prism instance from the browser."}],["$","link","4",{"rel":"shortcut icon","href":"/prism.svg"}],["$","link","5",{"rel":"icon","href":"/prism.svg","type":"image/svg+xml"}],["$","link","6",{"rel":"apple-touch-icon","href":"/prism.svg"}]]
12
12
  1:null
@@ -1,6 +1,6 @@
1
- (()=>{var e={};e.id=413,e.ids=[413],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},9033:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>i.a,__next_app__:()=>p,originalPathname:()=>u,pages:()=>c,routeModule:()=>x,tree:()=>d}),r(5841),r(2029),r(5866);var n=r(3191),s=r(8716),a=r(7922),i=r.n(a),l=r(5231),o={};for(let e in l)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(o[e]=()=>l[e]);r.d(t,o);let d=["",{children:["setup",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,5841)),"/home/runner/work/prism/prism/web/src/app/setup/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(r.bind(r,2029)),"/home/runner/work/prism/prism/web/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}],c=["/home/runner/work/prism/prism/web/src/app/setup/page.tsx"],u="/setup/page",p={require:r,loadChunk:()=>Promise.resolve()},x=new n.AppPageRouteModule({definition:{kind:s.x.APP_PAGE,page:"/setup/page",pathname:"/setup",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},5757:(e,t,r)=>{Promise.resolve().then(r.t.bind(r,2994,23)),Promise.resolve().then(r.t.bind(r,6114,23)),Promise.resolve().then(r.t.bind(r,9727,23)),Promise.resolve().then(r.t.bind(r,9671,23)),Promise.resolve().then(r.t.bind(r,1868,23)),Promise.resolve().then(r.t.bind(r,4759,23))},7013:()=>{},5734:(e,t,r)=>{Promise.resolve().then(r.bind(r,4505))},7506:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});/**
1
+ (()=>{var e={};e.id=413,e.ids=[413],e.modules={7849:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external")},2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},5403:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},4749:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},9033:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>i.a,__next_app__:()=>p,originalPathname:()=>u,pages:()=>c,routeModule:()=>m,tree:()=>d}),r(5841),r(2029),r(5866);var n=r(3191),s=r(8716),a=r(7922),i=r.n(a),l=r(5231),o={};for(let e in l)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(o[e]=()=>l[e]);r.d(t,o);let d=["",{children:["setup",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,5841)),"/home/runner/work/prism/prism/web/src/app/setup/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(r.bind(r,2029)),"/home/runner/work/prism/prism/web/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,5866,23)),"next/dist/client/components/not-found-error"]}],c=["/home/runner/work/prism/prism/web/src/app/setup/page.tsx"],u="/setup/page",p={require:r,loadChunk:()=>Promise.resolve()},m=new n.AppPageRouteModule({definition:{kind:s.x.APP_PAGE,page:"/setup/page",pathname:"/setup",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},5757:(e,t,r)=>{Promise.resolve().then(r.t.bind(r,2994,23)),Promise.resolve().then(r.t.bind(r,6114,23)),Promise.resolve().then(r.t.bind(r,9727,23)),Promise.resolve().then(r.t.bind(r,9671,23)),Promise.resolve().then(r.t.bind(r,1868,23)),Promise.resolve().then(r.t.bind(r,4759,23))},7013:()=>{},5734:(e,t,r)=>{Promise.resolve().then(r.bind(r,4505))},7506:(e,t,r)=>{"use strict";r.d(t,{Z:()=>n});/**
2
2
  * @license lucide-react v0.400.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
5
5
  * See the LICENSE file in the root directory of this source tree.
6
- */let n=(0,r(2881).Z)("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},4505:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>u});var n=r(326),s=r(7577),a=r(5047),i=r(3330),l=r(1190),o=r(9752),d=r(7506),c=r(1572);function u(){let e=(0,a.useRouter)(),[t,r]=(0,s.useState)(null),[u,p]=(0,s.useState)(""),[x,m]=(0,s.useState)(""),[f,b]=(0,s.useState)(""),[g,h]=(0,s.useState)(null),[v,y]=(0,s.useState)(!1);async function j(t){t.preventDefault(),y(!0),h(null);try{let t=await fetch("/api/setup",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:x,password:f,name:u})}),r=await t.json();if(!t.ok){h(r?.error||"Setup failed");return}e.push("/")}catch{h("Network error")}finally{y(!1)}}return null===t?n.jsx("div",{className:"flex min-h-screen items-center justify-center bg-background",children:n.jsx(d.Z,{size:20,className:"animate-spin text-muted-foreground"})}):n.jsx("div",{className:"flex min-h-screen items-center justify-center bg-background px-4",children:(0,n.jsxs)(o.Zb,{className:"w-full max-w-sm",children:[(0,n.jsxs)(o.Ol,{children:[(0,n.jsxs)("div",{className:"flex items-center gap-2.5",children:[n.jsx("div",{className:"flex h-9 w-9 items-center justify-center bg-brand text-text-on-brand",children:n.jsx(c.Z,{size:18,strokeWidth:2.25})}),n.jsx(o.ll,{className:"text-xl tracking-tight",children:"Welcome to Prism"})]}),n.jsx(o.SZ,{children:"Create the first admin account. This account will manage skills, settings, and the prism services on this box."})]}),n.jsx(o.aY,{children:(0,n.jsxs)("form",{onSubmit:j,className:"space-y-3",children:[n.jsx(l.I,{type:"text",value:u,onChange:e=>p(e.target.value),placeholder:"Your name",autoFocus:!0}),n.jsx(l.I,{type:"email",value:x,onChange:e=>m(e.target.value),placeholder:"Email",required:!0}),n.jsx(l.I,{type:"password",value:f,onChange:e=>b(e.target.value),placeholder:"Password (min 8 characters)",required:!0,minLength:8}),g?n.jsx("p",{className:"text-sm text-destructive",children:g}):null,(0,n.jsxs)(i.z,{type:"submit",disabled:v||!x||f.length<8,className:"w-full",children:[v?n.jsx(d.Z,{size:16,className:"mr-2 animate-spin"}):null,"Create admin"]})]})})]})})}},3330:(e,t,r)=>{"use strict";r.d(t,{z:()=>b});var n=r(326),s=r(7577),a=r.t(s,2);function i(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var l=Symbol.for("react.lazy"),o=a[" use ".trim().toString()];function d(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===l&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var c=function(e){let t=function(e){let t=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(d(r)&&"function"==typeof o&&(r=o(r._payload)),s.isValidElement(r)){var a;let e,l;let o=(a=r,(e=Object.getOwnPropertyDescriptor(a.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning?a.ref:(e=Object.getOwnPropertyDescriptor(a,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning?a.props.ref:a.props.ref||a.ref),d=function(e,t){let r={...t};for(let n in t){let s=e[n],a=t[n];/^on[A-Z]/.test(n)?s&&a?r[n]=(...e)=>{let t=a(...e);return s(...e),t}:s&&(r[n]=s):"style"===n?r[n]={...s,...a}:"className"===n&&(r[n]=[s,a].filter(Boolean).join(" "))}return{...e,...r}}(n,r.props);return r.type!==s.Fragment&&(d.ref=t?function(...e){return t=>{let r=!1,n=e.map(e=>{let n=i(e,t);return r||"function"!=typeof n||(r=!0),n});if(r)return()=>{for(let t=0;t<n.length;t++){let r=n[t];"function"==typeof r?r():i(e[t],null)}}}}(t,o):o),s.cloneElement(r,d)}return s.Children.count(r)>1?s.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}(e),r=s.forwardRef((e,r)=>{let{children:a,...i}=e;d(a)&&"function"==typeof o&&(a=o(a._payload));let l=s.Children.toArray(a),c=l.find(p);if(c){let e=c.props.children,a=l.map(t=>t!==c?t:s.Children.count(e)>1?s.Children.only(null):s.isValidElement(e)?e.props.children:null);return(0,n.jsx)(t,{...i,ref:r,children:s.isValidElement(e)?s.cloneElement(e,void 0,a):null})}return(0,n.jsx)(t,{...i,ref:r,children:a})});return r.displayName=`${e}.Slot`,r}("Slot"),u=Symbol("radix.slottable");function p(e){return s.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===u}var x=r(9360),m=r(1223);let f=(0,x.j)("inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{primary:"bg-brand text-text-on-brand hover:bg-brand-hover",secondary:"bg-bg-subtle text-text hover:bg-border-strong/30",outline:"border border-border-strong bg-transparent text-text hover:bg-bg-subtle",ghost:"bg-transparent text-text hover:bg-bg-subtle",link:"text-brand underline-offset-4 hover:underline px-0 h-auto",danger:"bg-danger text-text-on-brand hover:bg-danger/90",inverse:"bg-bg-canvas text-brand hover:bg-bg-canvas/90","inverse-ghost":"bg-transparent text-text-on-brand hover:bg-text-on-brand/10",default:"bg-brand text-text-on-brand hover:bg-brand-hover",destructive:"bg-danger text-text-on-brand hover:bg-danger/90"},size:{xs:"h-7 px-2 text-xs [&_svg]:size-3",sm:"h-8 px-3 text-xs",md:"h-10 px-4",lg:"h-11 px-6 text-base",icon:"h-10 w-10 p-0",default:"h-10 px-4"}},defaultVariants:{variant:"primary",size:"md"}}),b=s.forwardRef(({className:e,variant:t,size:r,asChild:s=!1,leftIcon:a,rightIcon:i,children:l,...o},d)=>{let u=s?c:"button";return(0,n.jsxs)(u,{className:(0,m.cn)(f({variant:t,size:r,className:e})),ref:d,...o,children:[a,l,i]})});b.displayName="Button"},9752:(e,t,r)=>{"use strict";r.d(t,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>u,ll:()=>o});var n=r(326),s=r(7577),a=r(1223);let i=s.forwardRef(({className:e,hover:t,...r},s)=>n.jsx("div",{ref:s,className:(0,a.cn)("border border-border bg-bg-surface text-text transition-colors duration-base",t?"hover:border-border-strong":"",e),...r}));i.displayName="Card";let l=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...t}));l.displayName="CardHeader";let o=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...t}));o.displayName="CardTitle";let d=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...t}));d.displayName="CardSubtitle";let c=d,u=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...t}));u.displayName="CardContent",s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("flex items-center p-6 pt-0",e),...t})).displayName="CardFooter"},1190:(e,t,r)=>{"use strict";r.d(t,{I:()=>l});var n=r(326),s=r(7577),a=r(1223);let i={sm:"h-8 px-2.5 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"},l=s.forwardRef(({className:e,type:t,label:r,hint:l,error:o,leadingIcon:d,trailingIcon:c,inputSize:u="md",id:p,...x},m)=>{let f=s.useId(),b=p??f,g=o?`${b}-err`:l?`${b}-hint`:void 0,h=n.jsx("input",{id:b,type:t,ref:m,"aria-invalid":!!o||void 0,"aria-describedby":g,className:(0,a.cn)("w-full border bg-bg-canvas text-text placeholder:text-text-subtle file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-text disabled:cursor-not-allowed disabled:opacity-50 transition-colors duration-base",o?"border-danger":"border-border hover:border-border-strong",i[u],d?"pl-9":"",c?"pr-9":"",e),...x}),v=d||c?(0,n.jsxs)("div",{className:"relative",children:[d?n.jsx("span",{className:"pointer-events-none absolute left-2.5 top-1/2 -translate-y-1/2 text-text-subtle [&_svg]:size-4",children:d}):null,h,c?n.jsx("span",{className:"pointer-events-none absolute right-2.5 top-1/2 -translate-y-1/2 text-text-subtle [&_svg]:size-4",children:c}):null]}):h;return r||l||o?(0,n.jsxs)("div",{className:"space-y-1.5",children:[r?n.jsx("label",{htmlFor:b,className:"block text-sm font-medium text-text",children:r}):null,v,o?n.jsx("p",{id:`${b}-err`,role:"alert",className:"text-xs text-danger",children:o}):l?n.jsx("p",{id:`${b}-hint`,className:"text-xs text-text-muted",children:l}):null]}):v});l.displayName="Input"},1223:(e,t,r)=>{"use strict";r.d(t,{cn:()=>a});var n=r(1135),s=r(1009);function a(...e){return(0,s.m6)((0,n.W)(e))}},2029:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>a,metadata:()=>s});var n=r(9510);r(5023);let s={title:"Prism",description:"Operate your prism instance from the browser.",icons:{icon:[{url:"/favicon.png",type:"image/png"}],shortcut:"/favicon.png",apple:"/favicon.png"}};function a({children:e}){return n.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:n.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5841:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>i,__esModule:()=>a,default:()=>l});var n=r(8570);let s=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/setup/page.tsx`),{__esModule:a,$$typeof:i}=s;s.default;let l=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/setup/page.tsx#default`)},5023:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),n=t.X(0,[948,471,100],()=>r(9033));module.exports=n})();
6
+ */let n=(0,r(2881).Z)("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},4505:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>c});var n=r(326),s=r(7577),a=r(5047),i=r(3330),l=r(1190),o=r(9752),d=r(7506);function c(){let e=(0,a.useRouter)(),[t,r]=(0,s.useState)(null),[c,u]=(0,s.useState)(""),[p,m]=(0,s.useState)(""),[x,f]=(0,s.useState)(""),[b,g]=(0,s.useState)(null),[h,v]=(0,s.useState)(!1);async function y(t){t.preventDefault(),v(!0),g(null);try{let t=await fetch("/api/setup",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:p,password:x,name:c})}),r=await t.json();if(!t.ok){g(r?.error||"Setup failed");return}e.push("/")}catch{g("Network error")}finally{v(!1)}}return null===t?n.jsx("div",{className:"flex min-h-screen items-center justify-center bg-background",children:n.jsx(d.Z,{size:20,className:"animate-spin text-muted-foreground"})}):n.jsx("div",{className:"flex min-h-screen items-center justify-center bg-background px-4",children:(0,n.jsxs)(o.Zb,{className:"w-full max-w-sm",children:[(0,n.jsxs)(o.Ol,{children:[(0,n.jsxs)("div",{className:"flex items-center gap-2.5",children:[n.jsx("div",{className:"relative h-9 w-9 overflow-hidden",children:n.jsx("img",{src:"/prism.svg",alt:"Prism",className:"h-full w-full object-cover"})}),n.jsx(o.ll,{className:"text-xl tracking-tight",children:"Welcome to Prism"})]}),n.jsx(o.SZ,{children:"Create the first admin account. This account will manage skills, settings, and the prism services on this box."})]}),n.jsx(o.aY,{children:(0,n.jsxs)("form",{onSubmit:y,className:"space-y-3",children:[n.jsx(l.I,{type:"text",value:c,onChange:e=>u(e.target.value),placeholder:"Your name",autoFocus:!0}),n.jsx(l.I,{type:"email",value:p,onChange:e=>m(e.target.value),placeholder:"Email",required:!0}),n.jsx(l.I,{type:"password",value:x,onChange:e=>f(e.target.value),placeholder:"Password (min 8 characters)",required:!0,minLength:8}),b?n.jsx("p",{className:"text-sm text-destructive",children:b}):null,(0,n.jsxs)(i.z,{type:"submit",disabled:h||!p||x.length<8,className:"w-full",children:[h?n.jsx(d.Z,{size:16,className:"mr-2 animate-spin"}):null,"Create admin"]})]})})]})})}},3330:(e,t,r)=>{"use strict";r.d(t,{z:()=>b});var n=r(326),s=r(7577),a=r.t(s,2);function i(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var l=Symbol.for("react.lazy"),o=a[" use ".trim().toString()];function d(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===l&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var c=function(e){let t=function(e){let t=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(d(r)&&"function"==typeof o&&(r=o(r._payload)),s.isValidElement(r)){var a;let e,l;let o=(a=r,(e=Object.getOwnPropertyDescriptor(a.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning?a.ref:(e=Object.getOwnPropertyDescriptor(a,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning?a.props.ref:a.props.ref||a.ref),d=function(e,t){let r={...t};for(let n in t){let s=e[n],a=t[n];/^on[A-Z]/.test(n)?s&&a?r[n]=(...e)=>{let t=a(...e);return s(...e),t}:s&&(r[n]=s):"style"===n?r[n]={...s,...a}:"className"===n&&(r[n]=[s,a].filter(Boolean).join(" "))}return{...e,...r}}(n,r.props);return r.type!==s.Fragment&&(d.ref=t?function(...e){return t=>{let r=!1,n=e.map(e=>{let n=i(e,t);return r||"function"!=typeof n||(r=!0),n});if(r)return()=>{for(let t=0;t<n.length;t++){let r=n[t];"function"==typeof r?r():i(e[t],null)}}}}(t,o):o),s.cloneElement(r,d)}return s.Children.count(r)>1?s.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}(e),r=s.forwardRef((e,r)=>{let{children:a,...i}=e;d(a)&&"function"==typeof o&&(a=o(a._payload));let l=s.Children.toArray(a),c=l.find(p);if(c){let e=c.props.children,a=l.map(t=>t!==c?t:s.Children.count(e)>1?s.Children.only(null):s.isValidElement(e)?e.props.children:null);return(0,n.jsx)(t,{...i,ref:r,children:s.isValidElement(e)?s.cloneElement(e,void 0,a):null})}return(0,n.jsx)(t,{...i,ref:r,children:a})});return r.displayName=`${e}.Slot`,r}("Slot"),u=Symbol("radix.slottable");function p(e){return s.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===u}var m=r(9360),x=r(1223);let f=(0,m.j)("inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium transition-colors duration-base focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{primary:"bg-brand text-text-on-brand hover:bg-brand-hover",secondary:"bg-bg-subtle text-text hover:bg-border-strong/30",outline:"border border-border-strong bg-transparent text-text hover:bg-bg-subtle",ghost:"bg-transparent text-text hover:bg-bg-subtle",link:"text-brand underline-offset-4 hover:underline px-0 h-auto",danger:"bg-danger text-text-on-brand hover:bg-danger/90",inverse:"bg-bg-canvas text-brand hover:bg-bg-canvas/90","inverse-ghost":"bg-transparent text-text-on-brand hover:bg-text-on-brand/10",default:"bg-brand text-text-on-brand hover:bg-brand-hover",destructive:"bg-danger text-text-on-brand hover:bg-danger/90"},size:{xs:"h-7 px-2 text-xs [&_svg]:size-3",sm:"h-8 px-3 text-xs",md:"h-10 px-4",lg:"h-11 px-6 text-base",icon:"h-10 w-10 p-0",default:"h-10 px-4"}},defaultVariants:{variant:"primary",size:"md"}}),b=s.forwardRef(({className:e,variant:t,size:r,asChild:s=!1,leftIcon:a,rightIcon:i,children:l,...o},d)=>{let u=s?c:"button";return(0,n.jsxs)(u,{className:(0,x.cn)(f({variant:t,size:r,className:e})),ref:d,...o,children:[a,l,i]})});b.displayName="Button"},9752:(e,t,r)=>{"use strict";r.d(t,{Ol:()=>l,SZ:()=>c,Zb:()=>i,aY:()=>u,ll:()=>o});var n=r(326),s=r(7577),a=r(1223);let i=s.forwardRef(({className:e,hover:t,...r},s)=>n.jsx("div",{ref:s,className:(0,a.cn)("border border-border bg-bg-surface text-text transition-colors duration-base",t?"hover:border-border-strong":"",e),...r}));i.displayName="Card";let l=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...t}));l.displayName="CardHeader";let o=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("text-lg font-semibold leading-none tracking-tightest",e),...t}));o.displayName="CardTitle";let d=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("text-sm text-text-muted",e),...t}));d.displayName="CardSubtitle";let c=d,u=s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("p-6 pt-0",e),...t}));u.displayName="CardContent",s.forwardRef(({className:e,...t},r)=>n.jsx("div",{ref:r,className:(0,a.cn)("flex items-center p-6 pt-0",e),...t})).displayName="CardFooter"},1190:(e,t,r)=>{"use strict";r.d(t,{I:()=>l});var n=r(326),s=r(7577),a=r(1223);let i={sm:"h-8 px-2.5 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"},l=s.forwardRef(({className:e,type:t,label:r,hint:l,error:o,leadingIcon:d,trailingIcon:c,inputSize:u="md",id:p,...m},x)=>{let f=s.useId(),b=p??f,g=o?`${b}-err`:l?`${b}-hint`:void 0,h=n.jsx("input",{id:b,type:t,ref:x,"aria-invalid":!!o||void 0,"aria-describedby":g,className:(0,a.cn)("w-full border bg-bg-canvas text-text placeholder:text-text-subtle file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-text disabled:cursor-not-allowed disabled:opacity-50 transition-colors duration-base",o?"border-danger":"border-border hover:border-border-strong",i[u],d?"pl-9":"",c?"pr-9":"",e),...m}),v=d||c?(0,n.jsxs)("div",{className:"relative",children:[d?n.jsx("span",{className:"pointer-events-none absolute left-2.5 top-1/2 -translate-y-1/2 text-text-subtle [&_svg]:size-4",children:d}):null,h,c?n.jsx("span",{className:"pointer-events-none absolute right-2.5 top-1/2 -translate-y-1/2 text-text-subtle [&_svg]:size-4",children:c}):null]}):h;return r||l||o?(0,n.jsxs)("div",{className:"space-y-1.5",children:[r?n.jsx("label",{htmlFor:b,className:"block text-sm font-medium text-text",children:r}):null,v,o?n.jsx("p",{id:`${b}-err`,role:"alert",className:"text-xs text-danger",children:o}):l?n.jsx("p",{id:`${b}-hint`,className:"text-xs text-text-muted",children:l}):null]}):v});l.displayName="Input"},1223:(e,t,r)=>{"use strict";r.d(t,{cn:()=>a});var n=r(1135),s=r(1009);function a(...e){return(0,s.m6)((0,n.W)(e))}},2029:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>a,metadata:()=>s});var n=r(9510);r(5023);let s={title:"Prism",description:"Operate your prism instance from the browser.",icons:{icon:[{url:"/prism.svg",type:"image/svg+xml"}],shortcut:"/prism.svg",apple:"/prism.svg"}};function a({children:e}){return n.jsx("html",{lang:"en",suppressHydrationWarning:!0,children:n.jsx("body",{className:"min-h-screen bg-background text-foreground antialiased",children:e})})}},5841:(e,t,r)=>{"use strict";r.r(t),r.d(t,{$$typeof:()=>i,__esModule:()=>a,default:()=>l});var n=r(8570);let s=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/setup/page.tsx`),{__esModule:a,$$typeof:i}=s;s.default;let l=(0,n.createProxy)(String.raw`/home/runner/work/prism/prism/web/src/app/setup/page.tsx#default`)},5023:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),n=t.X(0,[948,471,971],()=>r(9033));module.exports=n})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/package.json","../../../../package.json","../../../package.json","../../chunks/100.js","../../chunks/471.js","../../chunks/948.js","../../webpack-runtime.js","page_client-reference-manifest.js","../../../../node_modules/picocolors/LICENSE","../../../../node_modules/picocolors/package.json","../../../../node_modules/picocolors/picocolors.browser.js","../../../../node_modules/picocolors/picocolors.d.ts","../../../../node_modules/picocolors/picocolors.js","../../../../node_modules/picocolors/README.md","../../../../node_modules/picocolors/types.d.ts"]}
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/package.json","../../../../package.json","../../../package.json","../../chunks/471.js","../../chunks/948.js","../../chunks/971.js","../../webpack-runtime.js","page_client-reference-manifest.js","../../../../node_modules/picocolors/LICENSE","../../../../node_modules/picocolors/package.json","../../../../node_modules/picocolors/picocolors.browser.js","../../../../node_modules/picocolors/picocolors.d.ts","../../../../node_modules/picocolors/picocolors.js","../../../../node_modules/picocolors/README.md","../../../../node_modules/picocolors/types.d.ts"]}