@claudeye/linux-arm64 1.0.2 → 1.0.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/dist/app.d.ts +3 -1
- package/assets/dist/app.js +1 -1
- package/assets/dist/cache-invalidation-registry.d.ts +9 -0
- package/assets/dist/cache-invalidation-registry.js +1 -0
- package/assets/dist/index.d.ts +2 -1
- package/assets/dist/index.js +1 -1
- package/assets/dist/types.d.ts +24 -0
- package/assets/standalone/.next/BUILD_ID +1 -1
- package/assets/standalone/.next/build-manifest.json +2 -2
- package/assets/standalone/.next/prerender-manifest.json +3 -3
- package/assets/standalone/.next/server/app/_global-error.html +2 -2
- package/assets/standalone/.next/server/app/_global-error.rsc +1 -1
- package/assets/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
- package/assets/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/_not-found.html +2 -2
- package/assets/standalone/.next/server/app/_not-found.rsc +5 -5
- package/assets/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +5 -5
- package/assets/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
- package/assets/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/api/completed-history/route.js +1 -1
- package/assets/standalone/.next/server/app/api/queue-item/route.js +1 -1
- package/assets/standalone/.next/server/app/api/queue-status/route.js +1 -1
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page/server-reference-manifest.json +4 -4
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page.js +1 -1
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/dashboard/page/server-reference-manifest.json +4 -4
- package/assets/standalone/.next/server/app/dashboard/page.js +1 -1
- package/assets/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/login/page/server-reference-manifest.json +2 -2
- package/assets/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/login.html +2 -2
- package/assets/standalone/.next/server/app/login.rsc +6 -6
- package/assets/standalone/.next/server/app/login.segments/_full.segment.rsc +6 -6
- package/assets/standalone/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/login.segments/_index.segment.rsc +5 -5
- package/assets/standalone/.next/server/app/login.segments/_tree.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/page/server-reference-manifest.json +1 -1
- package/assets/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/project/[name]/page/server-reference-manifest.json +1 -1
- package/assets/standalone/.next/server/app/project/[name]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/react-loadable-manifest.json +1 -1
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/server-reference-manifest.json +8 -8
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page.js +1 -1
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/queue/page/server-reference-manifest.json +3 -3
- package/assets/standalone/.next/server/app/queue/page.js +1 -1
- package/assets/standalone/.next/server/app/queue/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__b18c2f99._.js → [root-of-the-server]__016f28bf._.js} +3 -3
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__57118d1a._.js → [root-of-the-server]__12f1df7a._.js} +2 -2
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__2074634c._.js → [root-of-the-server]__30210a51._.js} +2 -2
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__a0230ba0._.js → [root-of-the-server]__4b3a0135._.js} +2 -2
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__a53c6c2f._.js → [root-of-the-server]__c61bf87c._.js} +2 -2
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__8af5473b._.js → [root-of-the-server]__d4438063._.js} +2 -2
- package/assets/standalone/.next/server/chunks/_5ab69e50._.js +1 -1
- package/assets/standalone/.next/server/chunks/_6a9d92e6._.js +2 -2
- package/assets/standalone/.next/server/chunks/_7cb7a702._.js +2 -2
- package/assets/standalone/.next/server/chunks/_d3c87a9f._.js +2 -2
- package/assets/standalone/.next/server/chunks/_fb07f1d4._.js +1 -1
- package/assets/standalone/.next/server/chunks/lib_6cff0ca5._.js +1 -1
- package/assets/standalone/.next/server/chunks/lib_74f62736._.js +1 -1
- package/assets/standalone/.next/server/chunks/lib_eval-queue_ts_32d171f8._.js +1 -1
- package/assets/standalone/.next/server/chunks/lib_eval-queue_ts_642b3543._.js +1 -1
- package/assets/standalone/.next/server/chunks/lib_evals_cache-invalidation-registry_ts_35ae1046._.js +3 -0
- package/assets/standalone/.next/server/chunks/lib_evals_cache-invalidation-registry_ts_fbef0128._.js +3 -0
- package/assets/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_7a66d362.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0530a7f6._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/_1d335924._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/{_d982b289._.js → _2c739158._.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/_34abf048._.js +2 -2
- package/assets/standalone/.next/server/chunks/ssr/_40b9779b._.js +2 -2
- package/assets/standalone/.next/server/chunks/ssr/{_cce5033e._.js → _42bdbcd7._.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{_3e6c3cad._.js → _46cafe74._.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/_76ab933f._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/_87e025a1._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/{_472a5ae2._.js → _bd414f26._.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/_d7141734._.js +2 -2
- package/assets/standalone/.next/server/chunks/ssr/_f7ec0663._.js +2 -2
- package/assets/standalone/.next/server/chunks/ssr/app_actions_compute-dashboard_ts_fc151dbb._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_login_page_tsx_ccc0019b._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_queue_queue-client_tsx_45f040f7._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/components_navbar_tsx_e9e361f1._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/lib_cache_index_ts_35dfbe77._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/lib_eval-queue_ts_e2258485._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/lib_evals_cache-invalidation-registry_ts_2ee53a56._.js +3 -0
- package/assets/standalone/.next/server/pages/404.html +2 -2
- package/assets/standalone/.next/server/pages/500.html +2 -2
- package/assets/standalone/.next/server/server-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/server-reference-manifest.json +15 -15
- package/assets/standalone/.next/static/chunks/{c57ac507f1258fce.js → 3d4abbeaf74eb8a8.js} +1 -1
- package/assets/standalone/.next/static/chunks/{c2fa2cfce8e11b9d.js → 5c62513045b76a62.js} +1 -1
- package/assets/standalone/.next/static/chunks/{8883ab06827ab0d9.js → 623db2646a37b883.js} +1 -1
- package/assets/standalone/.next/static/chunks/{dc10cd6f331687bf.js → a333b2fa8ea4a2e0.js} +1 -1
- package/assets/standalone/.next/static/chunks/{fd5a690994e3024b.js → b15ffd46656f916b.js} +1 -1
- package/assets/standalone/.next/static/chunks/{4645a259d2851cb5.js → bc1e933f71baccdb.js} +1 -1
- package/assets/standalone/README.md +32 -0
- package/assets/standalone/package.json +1 -1
- package/package.json +1 -1
- /package/assets/standalone/.next/static/{3yebs_EtZBOBswNyCSBo1 → DPyFeGP3kvOdJnOczXWOv}/_buildManifest.js +0 -0
- /package/assets/standalone/.next/static/{3yebs_EtZBOBswNyCSBo1 → DPyFeGP3kvOdJnOczXWOv}/_clientMiddlewareManifest.json +0 -0
- /package/assets/standalone/.next/static/{3yebs_EtZBOBswNyCSBo1 → DPyFeGP3kvOdJnOczXWOv}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[83590,a=>{"use strict";var b=a.i(54799),c=a.i(62733),d=a.i(70467),e=a.i(46325);let f="__CLAUDEYE_ALERT_REGISTRY__";function g(){let a=globalThis;return a[f]||(a[f]=[]),a[f]}function h(){return g().length>0}async function i(a,b=!1){if(!h())return;let c=g().filter(a=>!b||!a.suppressOnRecompute);await Promise.allSettled(c.map(async b=>{try{await b.fn(a)}catch(a){console.error(`[alert] Error in alert "${b.name}":`,a instanceof Error?a.message:a)}}))}a.i(651);var j=a.i(46721),k=a.i(70427),l=a.i(83397),m=a.i(61542),n=a.i(69191),o=a.i(26192),p=a.i(76668),q=a.i(24868),r=a.i(14747),s=a.i(46786);let t=(0,r.join)((0,s.homedir)(),".claudeye","cache","completed-history"),u="current.jsonl",v=[],w=null,x=0,y=!1,z=!1,A=Promise.resolve(),B=0;async function C(){z||(await (0,q.mkdir)(t,{recursive:!0}),z=!0)}function D(a){if(a){w&&(clearTimeout(w),w=null),E();return}w||(w=setTimeout(()=>{w=null,E()},2e3))}function E(){A=A.then(()=>G()).catch(a=>{(0,p.logWarn)("completed-store flush error:",a instanceof Error?a.message:a)})}function F(){w&&(clearTimeout(w),w=null),0!==v.length&&(A=A.then(()=>G()).catch(a=>{(0,p.logWarn)("completed-store flushNow error:",a instanceof Error?a.message:a)}))}async function G(){if(0===v.length)return;await C(),y||(x=await J((0,r.join)(t,u)),y=!0);let a=v.splice(0),b=(0,r.join)(t,u),c=0;try{for(;c<a.length;){x>=25&&await H();let d=25-x;if(d<=0)throw Error("completed-store: zero remaining after rotate — aborting to prevent infinite loop");let e=a.slice(c,c+d),f=e.map(a=>JSON.stringify(a)).join("\n")+"\n";await I(b,f),x+=e.length,c+=e.length,x>=25&&await H()}}catch(d){let b=a.slice(c);throw b.length>0&&v.unshift(...b),d}}async function H(){let a=(0,r.join)(t,u),b=`page-${Date.now()}-${B++}.jsonl`,c=(0,r.join)(t,b);await (0,q.rename)(a,c),x=0}async function I(a,b){let c=await (0,q.readFile)(a,"utf-8").catch(()=>"");await (0,q.writeFile)(a,c+b,"utf-8")}async function J(a){try{let b=await (0,q.readFile)(a,"utf-8");if(!b.trim())return 0;return b.trim().split("\n").length}catch{return 0}}async function K(a){if(await A,await C(),a<1)return[];if(1===a){let a=(0,r.join)(t,u);return(await N(a)).reverse()}let b=await O(),c=a-2;return c>=b.length?[]:(await N((0,r.join)(t,b[c]))).reverse()}async function L(){return await C(),1+(await O()).length}async function M(){await A,await C();let a=(0,r.join)(t,u),b=(await N(a)).reverse(),c=await O(),d=[];for(let a of c){let b=await N((0,r.join)(t,a));d.push(...b.reverse())}return[...b,...d]}async function N(a){try{let b=await (0,q.readFile)(a,"utf-8");if(!b.trim())return[];let c=[];for(let a of b.trim().split("\n"))try{c.push(JSON.parse(a))}catch{}return c}catch{return[]}}async function O(){try{return(await (0,q.readdir)(t)).filter(a=>a.startsWith("page-")&&a.endsWith(".jsonl")).sort((a,b)=>{let c=a.slice(5,-6).split("-"),d=b.slice(5,-6).split("-"),e=parseInt(c[0],10),f=parseInt(d[0],10);if(e!==f)return f-e;let g=c.length>1?parseInt(c[1],10):0;return(d.length>1?parseInt(d[1],10):0)-g})}catch{return[]}}let P={HIGH:0,LOW:10},Q=P.HIGH,R=P.LOW;function S(a){return a<=P.HIGH?"HIGH":"LOW"}let T="__CLAUDEYE_QUEUE__";function U(){let a=globalThis;return a[T]||(a[T]={pending:[],pendingExecutors:new Map,processing:new Map,promises:new Map,completed:[],activeWorkers:0,scannedAt:0,intervalId:null,errors:[]}),a[T]}let V=()=>parseInt(process.env.CLAUDEYE_QUEUE_CONCURRENCY??"2",10)||2;async function W(a,f){try{if(!h())return;await (0,c.ensureEvalsLoaded)();let l=await (0,j.hashSessionFile)(a,f);if(!l)return;let m=(0,d.getSessionScopedEvals)(),n=(0,e.getSessionScopedEnrichers)(),[o,p]=await Promise.all([Promise.all(m.map(b=>(0,k.getPerItemCache)("evals",a,f,b.name,(0,j.hashItemCode)(b.fn),l))),Promise.all(n.map(b=>(0,k.getPerItemCache)("enrichments",a,f,b.name,(0,j.hashItemCode)(b.fn),l)))]);if(o.some(a=>!a)||p.some(a=>!a))return;let q=g().map(a=>a.name).sort().join(","),r=(0,b.createHash)("sha256").update(q).digest("hex"),s=await (0,k.getPerItemCache)("alerts",a,f,"__fired__",r,l);if(s&&s.value.firedAt>0)return;let t=o.map(a=>a.value),u=p.map(a=>a.value),v=t.length>0?{results:t,totalDurationMs:t.reduce((a,b)=>a+b.durationMs,0),passCount:t.filter(a=>!a.error&&!a.skipped&&a.pass).length,failCount:t.filter(a=>!a.error&&!a.skipped&&!a.pass).length,errorCount:t.filter(a=>!!a.error).length,skippedCount:t.filter(a=>!!a.skipped).length}:void 0,w=u.length>0?{results:u,totalDurationMs:u.reduce((a,b)=>a+b.durationMs,0),errorCount:u.filter(a=>!!a.error).length,skippedCount:u.filter(a=>!!a.skipped).length}:void 0,x=Y.get(`${a}/${f}`)??!1;Y.delete(`${a}/${f}`),await i({projectName:a,sessionId:f,evalSummary:v,enrichSummary:w},x);try{await (0,k.setPerItemCache)("alerts",a,f,"__fired__",r,{firedAt:Date.now()},l)}catch{}}catch(a){(0,p.logError)("tryFireSessionAlerts error:",a instanceof Error?a.message:a)}}let X=new Map,Y=new Map;async function Z(a,c){try{let d=await (0,j.hashSessionFile)(a,c);if(!d)return;let e=g().map(a=>a.name).sort().join(","),f=(0,b.createHash)("sha256").update(e).digest("hex");await (0,k.setPerItemCache)("alerts",a,c,"__fired__",f,{firedAt:0},d)}catch{}}function $(a,b,c,d,e,f){let g=U(),h=`${a}:${b}/${c}/${d}`,i=f?.priority??P.HIGH,j=f?.forceRefresh??!1,k=V(),l=g.promises.get(h);if(l&&!j){let a=g.pending.find(a=>a.key===h);return a&&i<a.priority&&(a.priority=i,g.pending.sort((a,b)=>a.priority-b.priority||a.addedAt-b.addedAt)),l}if(l&&j){let f=l.catch(()=>{}).then(()=>$(a,b,c,d,e,{priority:i}));return g.promises.set(h,f),f}let m=()=>{let f,j,k;g.activeWorkers++,g.processing.set(h,{key:h,type:a,projectName:b,sessionId:c,itemName:d,priority:i,startedAt:Date.now()});let l=Date.now(),m=new Promise((a,b)=>{f=a,j=b});m.catch(()=>{}),g.promises.set(h,m);let n=(e,f)=>{g.activeWorkers--,g.processing.delete(h),g.promises.delete(h),function(a){if(!a.completed){a.completed=[];return}a.completed.length>200&&(a.completed=a.completed.slice(0,200))}(g);let i={key:h,type:a,projectName:b,sessionId:c,itemName:d,completedAt:Date.now(),durationMs:Date.now()-l,success:e,error:f};if(g.completed.unshift(i),v.push(i),v.length>=20?D(!0):D(!1),!e&&f&&(g.errors.push({key:h,error:f,at:Date.now()}),g.errors.length>50&&(g.errors=g.errors.slice(-50))),e&&("eval"===a||"enrichment"===a)){let a,d,e=c.includes("/")?c.split("/")[0]:c;!function(a,b){let c=U(),d=a=>a===b||a.startsWith(`${b}/`);if(c.pending.some(b=>("eval"===b.type||"enrichment"===b.type)&&b.projectName===a&&d(b.sessionId)))return!0;for(let[,b]of c.processing)if(("eval"===b.type||"enrichment"===b.type)&&b.projectName===a&&d(b.sessionId))return!0;return!1}(b,e)&&(a=`${b}/${e}`,(d=X.get(a))&&clearTimeout(d),X.set(a,setTimeout(()=>{X.delete(a),W(b,e).catch(a=>{(0,p.logWarn)(`Alert firing failed for ${b}/${e}:`,a instanceof Error?a.message:a)})},500)))}let j=U(),k=V();for(;j.activeWorkers<k&&j.pending.length>0;){let a=j.pending.shift(),b=j.pendingExecutors.get(a.key);j.pendingExecutors.delete(a.key),b&&b()}};try{k=e().then(a=>(n(!0),a),a=>{throw n(!1,a instanceof Error?a.message:String(a)),a})}catch(a){n(!1,a instanceof Error?a.message:String(a)),k=Promise.reject(a)}return g.promises.set(h,k),k.then(f,j),k};if(g.activeWorkers<k)return m();let n=new Promise((f,j)=>{!function(a,b){let c=0,d=a.length;for(;c<d;){let e=c+d>>>1;0>=(a[e].priority-b.priority||a[e].addedAt-b.addedAt)?c=e+1:d=e}a.splice(c,0,b)}(g.pending,{key:h,type:a,projectName:b,sessionId:c,itemName:d,priority:i,addedAt:Date.now(),task:e}),g.pendingExecutors.set(h,()=>{m().then(f,j)})});return g.promises.set(h,n),n}function _(){let a=U();return{pending:a.pending.map(a=>({key:a.key,type:a.type,projectName:a.projectName,sessionId:a.sessionId,itemName:a.itemName,priority:a.priority,priorityLabel:S(a.priority),addedAt:a.addedAt})),processing:Array.from(a.processing.values()),completed:a.completed,scannedAt:a.scannedAt,backgroundRunning:null!==a.intervalId,recentErrors:a.errors.slice(-10)}}async function aa(){try{let b;if(await (0,c.ensureEvalsLoaded)(),!((0,d.hasEvals)()||(0,e.hasEnrichers)()))return void(0,p.logInfo)("Scan skipped: no evals or enrichers registered");U().scannedAt=Date.now();let f=(0,d.getSessionScopedEvals)(),g=(0,e.getSessionScopedEnrichers)();(0,p.logInfo)(`Scan starting: ${f.length} eval(s), ${g.length} enricher(s)`);let h=await (0,n.getCachedProjectFolders)(),i=await (0,o.batchAll)(h.map(a=>async()=>{let b=await (0,n.getCachedSessionFiles)(a.path);return{project:a,sessionFiles:b}}),10),q=[];for(let a of i)if("fulfilled"===a.status)for(let b of a.value.sessionFiles)b.sessionId&&q.push({projectName:a.value.project.name,sessionId:b.sessionId,lastModified:b.lastModified.getTime()});(0,p.logInfo)(`Discovered ${q.length} session(s) across ${h.length} project(s)`),q.sort((a,b)=>b.lastModified-a.lastModified);let r=(b=parseInt(process.env.CLAUDEYE_QUEUE_MAX_ITEMS??"500",10),Number.isNaN(b)?500:b),{processSessionEval:s}=await a.A(978),{processSessionEnrichment:t}=await a.A(74398),u=globalThis.__CLAUDEYE_QUEUE_CONDITION_REGISTRY__??null,v=u?.fn??null,w=u?.cacheable??!1,x=v?(0,j.hashItemCode)(v):null,y=f.map(a=>(0,j.hashItemCode)(a.fn)),z=g.map(a=>(0,j.hashItemCode)(a.fn)),A=0,B=0,C=0,D=0,E=0;for(let a=0;a<q.length;a+=5){if(r>0&&A>=r){let b=q.length-a;(0,p.logInfo)(`Reached maxItems limit (${r}), stopping scan (${b} sessions remaining)`);break}let b=q.slice(a,a+5);for(let a of(await (0,o.batchAll)(b.map(a=>async()=>{let b;if(r>0&&A>=r)return{picked:!1};try{b=await (0,j.hashSessionFile)(a.projectName,a.sessionId)}catch(b){return(0,p.logWarn)(`Hash failed for ${a.projectName}/${a.sessionId}, skipping:`,b instanceof Error?b.message:b),{picked:!1,skipReason:"hash"}}if(v&&x)if(w){let c=await (0,k.getConditionCache)(a.projectName,a.sessionId,x,b);if(null!==c){if(!c.result)return(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} skipped: queue condition cached false`),{picked:!1,skipReason:"condition"}}else{let{entries:c,rawLines:d}=await (0,l.getCachedSessionLog)(a.projectName,a.sessionId),e=(0,m.calculateLogStats)(c),f={entries:d,stats:e,projectName:a.projectName,sessionId:a.sessionId,source:"session"},g=!1;try{g=await v(f)}catch{g=!1}if((0,k.setConditionCache)(a.projectName,a.sessionId,x,g,b).catch(b=>{(0,p.logWarn)(`Condition cache write failed for ${a.projectName}/${a.sessionId}:`,b instanceof Error?b.message:b)}),!g)return(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} skipped: queue condition returned false`),{picked:!1,skipReason:"condition"}}}else{let{entries:b,rawLines:c}=await (0,l.getCachedSessionLog)(a.projectName,a.sessionId),d=(0,m.calculateLogStats)(b),e={entries:c,stats:d,projectName:a.projectName,sessionId:a.sessionId,source:"session"},f=!1;try{f=await v(e)}catch{f=!1}if(!f)return(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} skipped: queue condition returned false`),{picked:!1,skipReason:"condition"}}let c=await Promise.all([...f.map((c,d)=>(0,k.getPerItemCache)("evals",a.projectName,a.sessionId,f[d].name,y[d],b).then(a=>({cached:!!a,type:"eval",idx:d}))),...g.map((c,d)=>(0,k.getPerItemCache)("enrichments",a.projectName,a.sessionId,g[d].name,z[d],b).then(a=>({cached:!!a,type:"enrichment",idx:d})))]),d=c.filter(a=>!a.cached),e=!1;if(d.length>0){let c=(await Promise.all(d.map(b=>{let c="eval"===b.type?"evals":"enrichments",d="eval"===b.type?f[b.idx].name:g[b.idx].name;return(0,k.getPerItemCacheMeta)(c,a.projectName,a.sessionId,d)}))).every(a=>!!a&&a.contentHash===b),h=a.sessionId.includes("/")?a.sessionId.split("/")[0]:a.sessionId;for(let b of(Y.set(`${a.projectName}/${h}`,c),d)){if(r>0&&A>=r)break;"eval"===b.type?$("eval",a.projectName,a.sessionId,f[b.idx].name,()=>s(a.projectName,a.sessionId,f[b.idx].name),{priority:P.LOW}).catch(a=>{(0,p.logWarn)(`Background eval enqueue failed for ${f[b.idx].name}:`,a instanceof Error?a.message:a)}):$("enrichment",a.projectName,a.sessionId,g[b.idx].name,()=>t(a.projectName,a.sessionId,g[b.idx].name),{priority:P.LOW}).catch(a=>{(0,p.logWarn)(`Background enrichment enqueue failed for ${g[b.idx].name}:`,a instanceof Error?a.message:a)}),A++,e=!0}}if(e){let b=c.filter(a=>!a.cached).map(a=>"eval"===a.type?`eval:${f[a.idx].name}`:`enrichment:${g[a.idx].name}`),d=c.filter(a=>a.cached).map(a=>"eval"===a.type?`eval:${f[a.idx].name}`:`enrichment:${g[a.idx].name}`);(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} picked: ${b.length} uncached (${b.join(", ")}), ${d.length} cached (${d.join(", ")})`)}else(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} skipped: all items cached`);return{picked:e,skipReason:e?void 0:"cached"}}),5)))"fulfilled"===a.status&&(a.value.picked?B++:"cached"===a.value.skipReason?C++:"condition"===a.value.skipReason?D++:"hash"===a.value.skipReason&&E++);a+5<q.length&&await new Promise(a=>setTimeout(a,0))}let F=C+D+E,G=F>0?`, skipped ${F} (${C} cached, ${D} condition-false, ${E} hash-error)`:"";(0,p.logInfo)(`Scan complete: enqueued ${A} item(s) across ${B} session(s)${G}`)}catch(a){(0,p.logError)("scanAndEnqueue error:",a)}}function ab(a){let b=U();if(b.intervalId)return;(0,p.logInfo)(`Starting background processor (interval: ${a}s)`),aa().catch(a=>{(0,p.logError)("Initial scan error:",a)});let c=()=>{b.intervalId=setTimeout(async()=>{try{await aa()}catch(a){(0,p.logError)("Background processing error:",a)}null!==b.intervalId&&c()},1e3*a)};c()}function ac(){let a=U();a.intervalId&&(clearTimeout(a.intervalId),a.intervalId=null,(0,p.logInfo)("Background processor stopped"))}async function ad(a){return F(),{entries:await K(a),totalPages:await L(),page:a}}async function ae(a,b){F();let c=(await M()).filter(b=>(!a.type||b.type===a.type)&&(!a.itemName||!!b.itemName.toLowerCase().includes(a.itemName.toLowerCase()))&&(!a.sessionId||!!b.sessionId.toLowerCase().includes(a.sessionId.toLowerCase()))),d=Math.max(1,Math.ceil(c.length/25)),e=(b-1)*25;return{entries:c.slice(e,e+25),totalPages:d,page:b}}a.s(["HIGH",0,Q,"LOW",0,R,"Priority",0,P,"clearAlertFiredMarker",()=>Z,"getCompletedHistory",()=>ad,"getQueueStatus",()=>_,"priorityLabel",()=>S,"queuePerItem",()=>$,"scanAndEnqueue",()=>aa,"searchCompletedHistory",()=>ae,"startBackgroundProcessor",()=>ab,"stopBackgroundProcessor",()=>ac,"tryFireSessionAlerts",()=>W],83590)}];
|
|
1
|
+
module.exports=[83590,a=>{"use strict";var b=a.i(54799),c=a.i(62733),d=a.i(70467),e=a.i(46325);let f="__CLAUDEYE_ALERT_REGISTRY__";function g(){let a=globalThis;return a[f]||(a[f]=[]),a[f]}function h(){return g().length>0}async function i(a,b=!1){if(!h())return;let c=g().filter(a=>!b||!a.suppressOnRecompute);await Promise.allSettled(c.map(async b=>{try{await b.fn(a)}catch(a){console.error(`[alert] Error in alert "${b.name}":`,a instanceof Error?a.message:a)}}))}a.i(651);var j=a.i(46721),k=a.i(70427),l=a.i(83397),m=a.i(61542),n=a.i(69191),o=a.i(26192),p=a.i(76668),q=a.i(24868),r=a.i(14747),s=a.i(46786);let t=(0,r.join)((0,s.homedir)(),".claudeye","cache","completed-history"),u="current.jsonl",v=[],w=null,x=0,y=!1,z=!1,A=Promise.resolve(),B=0;async function C(){z||(await (0,q.mkdir)(t,{recursive:!0}),z=!0)}function D(a){if(a){w&&(clearTimeout(w),w=null),E();return}w||(w=setTimeout(()=>{w=null,E()},2e3))}function E(){A=A.then(()=>G()).catch(a=>{(0,p.logWarn)("completed-store flush error:",a instanceof Error?a.message:a)})}function F(){w&&(clearTimeout(w),w=null),0!==v.length&&(A=A.then(()=>G()).catch(a=>{(0,p.logWarn)("completed-store flushNow error:",a instanceof Error?a.message:a)}))}async function G(){if(0===v.length)return;await C(),y||(x=await J((0,r.join)(t,u)),y=!0);let a=v.splice(0),b=(0,r.join)(t,u),c=0;try{for(;c<a.length;){x>=25&&await H();let d=25-x;if(d<=0)throw Error("completed-store: zero remaining after rotate — aborting to prevent infinite loop");let e=a.slice(c,c+d),f=e.map(a=>JSON.stringify(a)).join("\n")+"\n";await I(b,f),x+=e.length,c+=e.length,x>=25&&await H()}}catch(d){let b=a.slice(c);throw b.length>0&&v.unshift(...b),d}}async function H(){let a=(0,r.join)(t,u),b=`page-${Date.now()}-${B++}.jsonl`,c=(0,r.join)(t,b);await (0,q.rename)(a,c),x=0}async function I(a,b){let c=await (0,q.readFile)(a,"utf-8").catch(()=>"");await (0,q.writeFile)(a,c+b,"utf-8")}async function J(a){try{let b=await (0,q.readFile)(a,"utf-8");if(!b.trim())return 0;return b.trim().split("\n").length}catch{return 0}}async function K(a){if(await A,await C(),a<1)return[];if(1===a){let a=(0,r.join)(t,u);return(await N(a)).reverse()}let b=await O(),c=a-2;return c>=b.length?[]:(await N((0,r.join)(t,b[c]))).reverse()}async function L(){return await C(),1+(await O()).length}async function M(){await A,await C();let a=(0,r.join)(t,u),b=(await N(a)).reverse(),c=await O(),d=[];for(let a of c){let b=await N((0,r.join)(t,a));d.push(...b.reverse())}return[...b,...d]}async function N(a){try{let b=await (0,q.readFile)(a,"utf-8");if(!b.trim())return[];let c=[];for(let a of b.trim().split("\n"))try{c.push(JSON.parse(a))}catch{}return c}catch{return[]}}async function O(){try{return(await (0,q.readdir)(t)).filter(a=>a.startsWith("page-")&&a.endsWith(".jsonl")).sort((a,b)=>{let c=a.slice(5,-6).split("-"),d=b.slice(5,-6).split("-"),e=parseInt(c[0],10),f=parseInt(d[0],10);if(e!==f)return f-e;let g=c.length>1?parseInt(c[1],10):0;return(d.length>1?parseInt(d[1],10):0)-g})}catch{return[]}}let P={HIGH:0,LOW:10},Q=P.HIGH,R=P.LOW;function S(a){return a<=P.HIGH?"HIGH":"LOW"}let T="__CLAUDEYE_QUEUE__";function U(){let a=globalThis;return a[T]||(a[T]={pending:[],pendingExecutors:new Map,processing:new Map,promises:new Map,completed:[],activeWorkers:0,scannedAt:0,intervalId:null,errors:[]}),a[T]}let V=()=>parseInt(process.env.CLAUDEYE_QUEUE_CONCURRENCY??"2",10)||2;async function W(a,f){try{if(!h())return;await (0,c.ensureEvalsLoaded)();let l=await (0,j.hashSessionFile)(a,f);if(!l)return;let m=(0,d.getSessionScopedEvals)(),n=(0,e.getSessionScopedEnrichers)(),[o,p]=await Promise.all([Promise.all(m.map(b=>(0,k.getPerItemCacheWithHook)("evals",a,f,b.name,(0,j.hashItemCode)(b.fn),l))),Promise.all(n.map(b=>(0,k.getPerItemCacheWithHook)("enrichments",a,f,b.name,(0,j.hashItemCode)(b.fn),l)))]);if(o.some(a=>!a)||p.some(a=>!a))return;let q=g().map(a=>a.name).sort().join(","),r=(0,b.createHash)("sha256").update(q).digest("hex"),s=await (0,k.getPerItemCacheWithHook)("alerts",a,f,"__fired__",r,l);if(s&&s.value.firedAt>0)return;let t=o.map(a=>a.value),u=p.map(a=>a.value),v=t.length>0?{results:t,totalDurationMs:t.reduce((a,b)=>a+b.durationMs,0),passCount:t.filter(a=>!a.error&&!a.skipped&&a.pass).length,failCount:t.filter(a=>!a.error&&!a.skipped&&!a.pass).length,errorCount:t.filter(a=>!!a.error).length,skippedCount:t.filter(a=>!!a.skipped).length}:void 0,w=u.length>0?{results:u,totalDurationMs:u.reduce((a,b)=>a+b.durationMs,0),errorCount:u.filter(a=>!!a.error).length,skippedCount:u.filter(a=>!!a.skipped).length}:void 0,x=Y.get(`${a}/${f}`)??!1;Y.delete(`${a}/${f}`),await i({projectName:a,sessionId:f,evalSummary:v,enrichSummary:w},x);try{await (0,k.setPerItemCache)("alerts",a,f,"__fired__",r,{firedAt:Date.now()},l)}catch{}}catch(a){(0,p.logError)("tryFireSessionAlerts error:",a instanceof Error?a.message:a)}}let X=new Map,Y=new Map;async function Z(a,c){try{let d=await (0,j.hashSessionFile)(a,c);if(!d)return;let e=g().map(a=>a.name).sort().join(","),f=(0,b.createHash)("sha256").update(e).digest("hex");await (0,k.setPerItemCache)("alerts",a,c,"__fired__",f,{firedAt:0},d)}catch{}}function $(a,b,c,d,e,f){let g=U(),h=`${a}:${b}/${c}/${d}`,i=f?.priority??P.HIGH,j=f?.forceRefresh??!1,k=V(),l=g.promises.get(h);if(l&&!j){let a=g.pending.find(a=>a.key===h);return a&&i<a.priority&&(a.priority=i,g.pending.sort((a,b)=>a.priority-b.priority||a.addedAt-b.addedAt)),l}if(l&&j){let f=l.catch(()=>{}).then(()=>$(a,b,c,d,e,{priority:i}));return g.promises.set(h,f),f}let m=()=>{let f,j,k;g.activeWorkers++,g.processing.set(h,{key:h,type:a,projectName:b,sessionId:c,itemName:d,priority:i,startedAt:Date.now()});let l=Date.now(),m=new Promise((a,b)=>{f=a,j=b});m.catch(()=>{}),g.promises.set(h,m);let n=(e,f)=>{g.activeWorkers--,g.processing.delete(h),g.promises.delete(h),function(a){if(!a.completed){a.completed=[];return}a.completed.length>200&&(a.completed=a.completed.slice(0,200))}(g);let i={key:h,type:a,projectName:b,sessionId:c,itemName:d,completedAt:Date.now(),durationMs:Date.now()-l,success:e,error:f};if(g.completed.unshift(i),v.push(i),v.length>=20?D(!0):D(!1),!e&&f&&(g.errors.push({key:h,error:f,at:Date.now()}),g.errors.length>50&&(g.errors=g.errors.slice(-50))),e&&("eval"===a||"enrichment"===a)){let a,d,e=c.includes("/")?c.split("/")[0]:c;!function(a,b){let c=U(),d=a=>a===b||a.startsWith(`${b}/`);if(c.pending.some(b=>("eval"===b.type||"enrichment"===b.type)&&b.projectName===a&&d(b.sessionId)))return!0;for(let[,b]of c.processing)if(("eval"===b.type||"enrichment"===b.type)&&b.projectName===a&&d(b.sessionId))return!0;return!1}(b,e)&&(a=`${b}/${e}`,(d=X.get(a))&&clearTimeout(d),X.set(a,setTimeout(()=>{X.delete(a),W(b,e).catch(a=>{(0,p.logWarn)(`Alert firing failed for ${b}/${e}:`,a instanceof Error?a.message:a)})},500)))}let j=U(),k=V();for(;j.activeWorkers<k&&j.pending.length>0;){let a=j.pending.shift(),b=j.pendingExecutors.get(a.key);j.pendingExecutors.delete(a.key),b&&b()}};try{k=e().then(a=>(n(!0),a),a=>{throw n(!1,a instanceof Error?a.message:String(a)),a})}catch(a){n(!1,a instanceof Error?a.message:String(a)),k=Promise.reject(a)}return g.promises.set(h,k),k.then(f,j),k};if(g.activeWorkers<k)return m();let n=new Promise((f,j)=>{!function(a,b){let c=0,d=a.length;for(;c<d;){let e=c+d>>>1;0>=(a[e].priority-b.priority||a[e].addedAt-b.addedAt)?c=e+1:d=e}a.splice(c,0,b)}(g.pending,{key:h,type:a,projectName:b,sessionId:c,itemName:d,priority:i,addedAt:Date.now(),task:e}),g.pendingExecutors.set(h,()=>{m().then(f,j)})});return g.promises.set(h,n),n}function _(){let a=U();return{pending:a.pending.map(a=>({key:a.key,type:a.type,projectName:a.projectName,sessionId:a.sessionId,itemName:a.itemName,priority:a.priority,priorityLabel:S(a.priority),addedAt:a.addedAt})),processing:Array.from(a.processing.values()),completed:a.completed,scannedAt:a.scannedAt,backgroundRunning:null!==a.intervalId,recentErrors:a.errors.slice(-10)}}async function aa(){try{let b;if(await (0,c.ensureEvalsLoaded)(),!((0,d.hasEvals)()||(0,e.hasEnrichers)()))return void(0,p.logInfo)("Scan skipped: no evals or enrichers registered");U().scannedAt=Date.now();let f=(0,d.getSessionScopedEvals)(),g=(0,e.getSessionScopedEnrichers)();(0,p.logInfo)(`Scan starting: ${f.length} eval(s), ${g.length} enricher(s)`);let h=await (0,n.getCachedProjectFolders)(),i=await (0,o.batchAll)(h.map(a=>async()=>{let b=await (0,n.getCachedSessionFiles)(a.path);return{project:a,sessionFiles:b}}),10),q=[];for(let a of i)if("fulfilled"===a.status)for(let b of a.value.sessionFiles)b.sessionId&&q.push({projectName:a.value.project.name,sessionId:b.sessionId,lastModified:b.lastModified.getTime()});(0,p.logInfo)(`Discovered ${q.length} session(s) across ${h.length} project(s)`),q.sort((a,b)=>b.lastModified-a.lastModified);let r=(b=parseInt(process.env.CLAUDEYE_QUEUE_MAX_ITEMS??"500",10),Number.isNaN(b)?500:b),{processSessionEval:s}=await a.A(978),{processSessionEnrichment:t}=await a.A(74398),u=globalThis.__CLAUDEYE_QUEUE_CONDITION_REGISTRY__??null,v=u?.fn??null,w=u?.cacheable??!1,x=v?(0,j.hashItemCode)(v):null,y=f.map(a=>(0,j.hashItemCode)(a.fn)),z=g.map(a=>(0,j.hashItemCode)(a.fn)),A=0,B=0,C=0,D=0,E=0;for(let a=0;a<q.length;a+=5){if(r>0&&A>=r){let b=q.length-a;(0,p.logInfo)(`Reached maxItems limit (${r}), stopping scan (${b} sessions remaining)`);break}let b=q.slice(a,a+5);for(let a of(await (0,o.batchAll)(b.map(a=>async()=>{let b;if(r>0&&A>=r)return{picked:!1};try{b=await (0,j.hashSessionFile)(a.projectName,a.sessionId)}catch(b){return(0,p.logWarn)(`Hash failed for ${a.projectName}/${a.sessionId}, skipping:`,b instanceof Error?b.message:b),{picked:!1,skipReason:"hash"}}if(v&&x)if(w){let c=await (0,k.getConditionCache)(a.projectName,a.sessionId,x,b);if(null!==c){if(!c.result)return(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} skipped: queue condition cached false`),{picked:!1,skipReason:"condition"}}else{let{entries:c,rawLines:d}=await (0,l.getCachedSessionLog)(a.projectName,a.sessionId),e=(0,m.calculateLogStats)(c),f={entries:d,stats:e,projectName:a.projectName,sessionId:a.sessionId,source:"session"},g=!1;try{g=await v(f)}catch{g=!1}if((0,k.setConditionCache)(a.projectName,a.sessionId,x,g,b).catch(b=>{(0,p.logWarn)(`Condition cache write failed for ${a.projectName}/${a.sessionId}:`,b instanceof Error?b.message:b)}),!g)return(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} skipped: queue condition returned false`),{picked:!1,skipReason:"condition"}}}else{let{entries:b,rawLines:c}=await (0,l.getCachedSessionLog)(a.projectName,a.sessionId),d=(0,m.calculateLogStats)(b),e={entries:c,stats:d,projectName:a.projectName,sessionId:a.sessionId,source:"session"},f=!1;try{f=await v(e)}catch{f=!1}if(!f)return(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} skipped: queue condition returned false`),{picked:!1,skipReason:"condition"}}let c=await Promise.all([...f.map((c,d)=>(0,k.getPerItemCacheWithHook)("evals",a.projectName,a.sessionId,f[d].name,y[d],b).then(a=>({cached:!!a,type:"eval",idx:d}))),...g.map((c,d)=>(0,k.getPerItemCacheWithHook)("enrichments",a.projectName,a.sessionId,g[d].name,z[d],b).then(a=>({cached:!!a,type:"enrichment",idx:d})))]),d=c.filter(a=>!a.cached),e=!1;if(d.length>0){let c=(await Promise.all(d.map(b=>{let c="eval"===b.type?"evals":"enrichments",d="eval"===b.type?f[b.idx].name:g[b.idx].name;return(0,k.getPerItemCacheMeta)(c,a.projectName,a.sessionId,d)}))).every(a=>!!a&&a.contentHash===b),h=a.sessionId.includes("/")?a.sessionId.split("/")[0]:a.sessionId;for(let b of(Y.set(`${a.projectName}/${h}`,c),d)){if(r>0&&A>=r)break;"eval"===b.type?$("eval",a.projectName,a.sessionId,f[b.idx].name,()=>s(a.projectName,a.sessionId,f[b.idx].name),{priority:P.LOW}).catch(a=>{(0,p.logWarn)(`Background eval enqueue failed for ${f[b.idx].name}:`,a instanceof Error?a.message:a)}):$("enrichment",a.projectName,a.sessionId,g[b.idx].name,()=>t(a.projectName,a.sessionId,g[b.idx].name),{priority:P.LOW}).catch(a=>{(0,p.logWarn)(`Background enrichment enqueue failed for ${g[b.idx].name}:`,a instanceof Error?a.message:a)}),A++,e=!0}}if(e){let b=c.filter(a=>!a.cached).map(a=>"eval"===a.type?`eval:${f[a.idx].name}`:`enrichment:${g[a.idx].name}`),d=c.filter(a=>a.cached).map(a=>"eval"===a.type?`eval:${f[a.idx].name}`:`enrichment:${g[a.idx].name}`);(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} picked: ${b.length} uncached (${b.join(", ")}), ${d.length} cached (${d.join(", ")})`)}else(0,p.logInfo)(`Session ${a.projectName}/${a.sessionId} skipped: all items cached`);return{picked:e,skipReason:e?void 0:"cached"}}),5)))"fulfilled"===a.status&&(a.value.picked?B++:"cached"===a.value.skipReason?C++:"condition"===a.value.skipReason?D++:"hash"===a.value.skipReason&&E++);a+5<q.length&&await new Promise(a=>setTimeout(a,0))}let F=C+D+E,G=F>0?`, skipped ${F} (${C} cached, ${D} condition-false, ${E} hash-error)`:"";(0,p.logInfo)(`Scan complete: enqueued ${A} item(s) across ${B} session(s)${G}`)}catch(a){(0,p.logError)("scanAndEnqueue error:",a)}}function ab(a){let b=U();if(b.intervalId)return;(0,p.logInfo)(`Starting background processor (interval: ${a}s)`),aa().catch(a=>{(0,p.logError)("Initial scan error:",a)});let c=()=>{b.intervalId=setTimeout(async()=>{try{await aa()}catch(a){(0,p.logError)("Background processing error:",a)}null!==b.intervalId&&c()},1e3*a)};c()}function ac(){let a=U();a.intervalId&&(clearTimeout(a.intervalId),a.intervalId=null,(0,p.logInfo)("Background processor stopped"))}async function ad(a){return F(),{entries:await K(a),totalPages:await L(),page:a}}async function ae(a,b){F();let c=(await M()).filter(b=>(!a.type||b.type===a.type)&&(!a.itemName||!!b.itemName.toLowerCase().includes(a.itemName.toLowerCase()))&&(!a.sessionId||!!b.sessionId.toLowerCase().includes(a.sessionId.toLowerCase()))),d=Math.max(1,Math.ceil(c.length/25)),e=(b-1)*25;return{entries:c.slice(e,e+25),totalPages:d,page:b}}a.s(["HIGH",0,Q,"LOW",0,R,"Priority",0,P,"clearAlertFiredMarker",()=>Z,"getCompletedHistory",()=>ad,"getQueueStatus",()=>_,"priorityLabel",()=>S,"queuePerItem",()=>$,"scanAndEnqueue",()=>aa,"searchCompletedHistory",()=>ae,"startBackgroundProcessor",()=>ab,"stopBackgroundProcessor",()=>ac,"tryFireSessionAlerts",()=>W],83590)}];
|
|
2
2
|
|
|
3
3
|
//# sourceMappingURL=lib_eval-queue_ts_e2258485._.js.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[16991,a=>{"use strict";let b="__CLAUDEYE_CACHE_INVALIDATION_HOOK__";function c(a){globalThis[b]=a}function d(){return globalThis[b]??null}function e(){globalThis[b]=null}a.s(["clearCacheInvalidationHook",()=>e,"getCacheInvalidationHook",()=>d,"setCacheInvalidationHook",()=>c])}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=lib_evals_cache-invalidation-registry_ts_2ee53a56._.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--DPyFeGP3kvOdJnOczXWOv--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/exospheresmall.png"/><link rel="stylesheet" href="/_next/static/chunks/e62e0e2c8b367c21.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/05525d53710bbee3.js"/><script src="/_next/static/chunks/37a97314f1b17b22.js" async=""></script><script src="/_next/static/chunks/ed79e3f8aab4a1ea.js" async=""></script><script src="/_next/static/chunks/aee6c7720838f8a2.js" async=""></script><script src="/_next/static/chunks/f091501564eb2ea3.js" async=""></script><script src="/_next/static/chunks/turbopack-3c0c6df5293bf0da.js" async=""></script><script src="/_next/static/chunks/dbd7b157081058a6.js" async=""></script><script src="/_next/static/chunks/b15ffd46656f916b.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/d2be314c3ece3fbe.js" async=""></script><script src="/_next/static/chunks/e4aca2c4ff14a715.js" async=""></script><title>404: This page could not be found.</title><meta name="robots" content="noindex"/><title>Claude Monitor - Agent SDK Monitor by Exosphere</title><meta name="description" content="Tool to monitor Claude Agent SDK by exosphere.host"/><link rel="icon" href="/icon.png"/><script>
|
|
2
2
|
(function() {
|
|
3
3
|
try {
|
|
4
4
|
// Ensure we don't add duplicate classes
|
|
@@ -27,4 +27,4 @@
|
|
|
27
27
|
transition: opacity 0.15s;
|
|
28
28
|
}
|
|
29
29
|
body > *:not(#__loading) { opacity: 0; }
|
|
30
|
-
</style><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div id="__loading">Loading…</div><header class="relative z-50 border-b border-border bg-card/50 backdrop-blur supports-[backdrop-filter]:bg-card/50"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="flex items-center justify-between h-16"><div class="flex items-center gap-3"><a href="https://claudeye.exosphere.host" target="_blank" rel="noopener noreferrer" class="flex items-center gap-3 hover:opacity-80 transition-opacity"><img alt="Exosphere Logo" width="28" height="28" decoding="async" data-nimg="1" class="flex-shrink-0" style="color:transparent" src="/exospheresmall.png"/><h1 class="text-lg font-semibold text-foreground leading-tight tracking-tight">Claudeye</h1></a><div class="w-px h-8 bg-border ml-2"></div><nav class="flex items-center h-16"><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/"><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-folder-open w-4 h-4" aria-hidden="true"><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>Projects<span class="absolute inset-x-1 bottom-0 h-[2px] rounded-full transition-all bg-transparent group-hover:bg-muted"></span></a><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/dashboard"><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-layout-dashboard w-4 h-4" aria-hidden="true"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg>Dashboard<span class="absolute inset-x-1 bottom-0 h-[2px] rounded-full transition-all bg-transparent group-hover:bg-muted"></span></a></nav></div><div class="flex items-center gap-1"><div class="inline-flex items-center rounded-lg border border-border bg-muted/50 p-0.5 gap-0.5"><button title="Refresh" class="inline-flex items-center justify-center rounded-md p-1.5 transition-colors text-muted-foreground hover:text-foreground hover:bg-muted"><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 w-3.5 h-3.5" aria-hidden="true"><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></button><div class="w-px h-4 bg-border"></div><div class="inline-flex items-center gap-0.5" role="group" aria-label="Auto-refresh interval"><button aria-pressed="true" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors bg-background text-foreground shadow-sm">Off</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">5s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">10s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">30s</button></div></div><div class="w-px h-6 bg-border mx-1"></div><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 flex items-center gap-1.5 text-muted-foreground hover:text-foreground" aria-expanded="false" aria-haspopup="true"><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-mail h-4 w-4" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg><span class="hidden sm:inline text-xs">Reach Us</span><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-chevron-down h-3 w-3 transition-transform" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div><button class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted hover:text-muted-foreground h-10 w-10 relative" aria-label="Switch to light mode"><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-sun h-[1.2rem] w-[1.2rem] transition-all rotate-90 scale-0" aria-hidden="true"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg><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-moon absolute h-[1.2rem] w-[1.2rem] transition-all rotate-0 scale-100" aria-hidden="true"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path></svg></button><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 relative flex items-center gap-1.5 text-muted-foreground hover:text-foreground" aria-expanded="false" aria-haspopup="true"><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-list-ordered h-4 w-4" aria-hidden="true"><path d="M11 5h10"></path><path d="M11 12h10"></path><path d="M11 19h10"></path><path d="M4 4h1v5"></path><path d="M4 9h2"></path><path d="M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02"></path></svg></button></div></div></div></div></header><!--$--><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><!--/$--><script src="/_next/static/chunks/05525d53710bbee3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[47613,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd5a690994e3024b.js\"],\"ThemeProvider\"]\n3:I[85881,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd5a690994e3024b.js\"],\"AutoRefreshProvider\"]\n4:I[63780,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd5a690994e3024b.js\"],\"Navbar\"]\n5:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n6:I[8821,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd5a690994e3024b.js\",\"/_next/static/chunks/e4aca2c4ff14a715.js\"],\"default\"]\n7:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\nd:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n:HL[\"/_next/static/chunks/e62e0e2c8b367c21.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"3yebs_EtZBOBswNyCSBo1\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/e62e0e2c8b367c21.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/dbd7b157081058a6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fd5a690994e3024b.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n // Ensure we don't add duplicate classes\\n document.documentElement.classList.remove('light', 'dark');\\n \\n var theme = localStorage.getItem('theme');\\n if (theme \u0026\u0026 (theme === 'light' || theme === 'dark')) {\\n document.documentElement.classList.add(theme);\\n } else {\\n document.documentElement.classList.add('dark');\\n }\\n } catch (e) {\\n // Fallback to dark theme if there's any error\\n document.documentElement.classList.remove('light', 'dark');\\n document.documentElement.classList.add('dark');\\n }\\n })();\\n \"}}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n #__loading {\\n position: fixed; inset: 0; z-index: 9999;\\n display: flex; align-items: center; justify-content: center;\\n background: var(--background, #031035);\\n color: var(--foreground, #f8fafc);\\n font-family: system-ui, sans-serif;\\n font-size: 1rem;\\n transition: opacity 0.15s;\\n }\\n body \u003e *:not(#__loading) { opacity: 0; }\\n \"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[[\"$\",\"div\",null,{\"id\":\"__loading\",\"children\":\"Loading…\"}],[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$6\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e4aca2c4ff14a715.js\",\"async\":true}]],\"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.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:children:1:props:notFound:0:1:props:style\",\"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)}}\"}}],\"$L8\",\"$L9\"]}]}]],null,\"$La\"]}],{},null,false,false]},null,false,false]},[\"$Lb\",[],[]],false,false],\"$Lc\",false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"e:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\n13:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\n8:[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}]\n9:[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]\na:[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$f\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@10\"}]}]\nb:[\"$\",\"main\",\"l\",{\"className\":\"min-h-screen bg-background\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto p-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"h-8 w-32 bg-muted rounded animate-pulse mb-4\"}],[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",\"0\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"1\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"2\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"3\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"4\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"5\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"6\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"7\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}]]}]]}]}]}]\nc:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$f\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L14\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"IconMark\"]\n10:null\n14:[[\"$\",\"title\",\"0\",{\"children\":\"Claude Monitor - Agent SDK Monitor by Exosphere\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Tool to monitor Claude Agent SDK by exosphere.host\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png\"}],[\"$\",\"$L15\",\"3\",{}]]\n"])</script></body></html>
|
|
30
|
+
</style><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div id="__loading">Loading…</div><header class="relative z-50 border-b border-border bg-card/50 backdrop-blur supports-[backdrop-filter]:bg-card/50"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="flex items-center justify-between h-16"><div class="flex items-center gap-3"><a href="https://claudeye.exosphere.host" target="_blank" rel="noopener noreferrer" class="flex items-center gap-3 hover:opacity-80 transition-opacity"><img alt="Exosphere Logo" width="28" height="28" decoding="async" data-nimg="1" class="flex-shrink-0" style="color:transparent" src="/exospheresmall.png"/><h1 class="text-lg font-semibold text-foreground leading-tight tracking-tight">Claudeye</h1></a><div class="w-px h-8 bg-border ml-2"></div><nav class="flex items-center h-16"><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/"><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-folder-open w-4 h-4" aria-hidden="true"><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>Projects<span class="absolute inset-x-1 bottom-0 h-[2px] rounded-full transition-all bg-transparent group-hover:bg-muted"></span></a><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/dashboard"><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-layout-dashboard w-4 h-4" aria-hidden="true"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg>Dashboard<span class="absolute inset-x-1 bottom-0 h-[2px] rounded-full transition-all bg-transparent group-hover:bg-muted"></span></a></nav></div><div class="flex items-center gap-1"><div class="inline-flex items-center rounded-lg border border-border bg-muted/50 p-0.5 gap-0.5"><button title="Refresh" class="inline-flex items-center justify-center rounded-md p-1.5 transition-colors text-muted-foreground hover:text-foreground hover:bg-muted"><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 w-3.5 h-3.5" aria-hidden="true"><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></button><div class="w-px h-4 bg-border"></div><div class="inline-flex items-center gap-0.5" role="group" aria-label="Auto-refresh interval"><button aria-pressed="true" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors bg-background text-foreground shadow-sm">Off</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">5s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">10s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">30s</button></div></div><div class="w-px h-6 bg-border mx-1"></div><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 flex items-center gap-1.5 text-muted-foreground hover:text-foreground" aria-expanded="false" aria-haspopup="true"><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-mail h-4 w-4" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg><span class="hidden sm:inline text-xs">Reach Us</span><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-chevron-down h-3 w-3 transition-transform" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div><button class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted hover:text-muted-foreground h-10 w-10 relative" aria-label="Switch to light mode"><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-sun h-[1.2rem] w-[1.2rem] transition-all rotate-90 scale-0" aria-hidden="true"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg><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-moon absolute h-[1.2rem] w-[1.2rem] transition-all rotate-0 scale-100" aria-hidden="true"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path></svg></button><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 relative flex items-center gap-1.5 text-muted-foreground hover:text-foreground" aria-expanded="false" aria-haspopup="true"><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-list-ordered h-4 w-4" aria-hidden="true"><path d="M11 5h10"></path><path d="M11 12h10"></path><path d="M11 19h10"></path><path d="M4 4h1v5"></path><path d="M4 9h2"></path><path d="M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02"></path></svg></button></div></div></div></div></header><!--$--><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><!--/$--><script src="/_next/static/chunks/05525d53710bbee3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[47613,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/b15ffd46656f916b.js\"],\"ThemeProvider\"]\n3:I[85881,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/b15ffd46656f916b.js\"],\"AutoRefreshProvider\"]\n4:I[63780,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/b15ffd46656f916b.js\"],\"Navbar\"]\n5:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n6:I[8821,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/b15ffd46656f916b.js\",\"/_next/static/chunks/e4aca2c4ff14a715.js\"],\"default\"]\n7:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\nd:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n:HL[\"/_next/static/chunks/e62e0e2c8b367c21.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"DPyFeGP3kvOdJnOczXWOv\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/e62e0e2c8b367c21.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/dbd7b157081058a6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b15ffd46656f916b.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n // Ensure we don't add duplicate classes\\n document.documentElement.classList.remove('light', 'dark');\\n \\n var theme = localStorage.getItem('theme');\\n if (theme \u0026\u0026 (theme === 'light' || theme === 'dark')) {\\n document.documentElement.classList.add(theme);\\n } else {\\n document.documentElement.classList.add('dark');\\n }\\n } catch (e) {\\n // Fallback to dark theme if there's any error\\n document.documentElement.classList.remove('light', 'dark');\\n document.documentElement.classList.add('dark');\\n }\\n })();\\n \"}}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n #__loading {\\n position: fixed; inset: 0; z-index: 9999;\\n display: flex; align-items: center; justify-content: center;\\n background: var(--background, #031035);\\n color: var(--foreground, #f8fafc);\\n font-family: system-ui, sans-serif;\\n font-size: 1rem;\\n transition: opacity 0.15s;\\n }\\n body \u003e *:not(#__loading) { opacity: 0; }\\n \"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[[\"$\",\"div\",null,{\"id\":\"__loading\",\"children\":\"Loading…\"}],[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$6\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e4aca2c4ff14a715.js\",\"async\":true}]],\"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.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:children:1:props:notFound:0:1:props:style\",\"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)}}\"}}],\"$L8\",\"$L9\"]}]}]],null,\"$La\"]}],{},null,false,false]},null,false,false]},[\"$Lb\",[],[]],false,false],\"$Lc\",false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"e:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\n13:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\n8:[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}]\n9:[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]\na:[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$f\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@10\"}]}]\nb:[\"$\",\"main\",\"l\",{\"className\":\"min-h-screen bg-background\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto p-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"h-8 w-32 bg-muted rounded animate-pulse mb-4\"}],[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",\"0\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"1\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"2\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"3\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"4\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"5\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"6\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"7\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}]]}]]}]}]}]\nc:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$f\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L14\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"IconMark\"]\n10:null\n14:[[\"$\",\"title\",\"0\",{\"children\":\"Claude Monitor - Agent SDK Monitor by Exosphere\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Tool to monitor Claude Agent SDK by exosphere.host\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png\"}],[\"$\",\"$L15\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/05525d53710bbee3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--DPyFeGP3kvOdJnOczXWOv--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/05525d53710bbee3.js"/><script src="/_next/static/chunks/37a97314f1b17b22.js" async=""></script><script src="/_next/static/chunks/ed79e3f8aab4a1ea.js" async=""></script><script src="/_next/static/chunks/aee6c7720838f8a2.js" async=""></script><script src="/_next/static/chunks/f091501564eb2ea3.js" async=""></script><script src="/_next/static/chunks/turbopack-3c0c6df5293bf0da.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/d2be314c3ece3fbe.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/05525d53710bbee3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"DPyFeGP3kvOdJnOczXWOv\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ff1a16fafef87110.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/d2be314c3ece3fbe.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"00ed5f7c0ab45fd1a141600ee171219a17d76b91e3\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 74639,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 20722,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 68786,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/login/page\": {\n \"moduleId\": 51661,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/page\": {\n \"moduleId\": 90651,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/project/[name]/page\": {\n \"moduleId\": 42685,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/queue/page\": {\n \"moduleId\": 16057,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"action-browser\",\n \"app/dashboard/[viewName]/page\": \"action-browser\",\n \"app/dashboard/page\": \"action-browser\",\n \"app/login/page\": \"action-browser\",\n \"app/page\": \"action-browser\",\n \"app/project/[name]/page\": \"action-browser\",\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\",\n \"app/queue/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/auth.ts\",\n \"exportedName\": \"logout\"\n },\n \"001bc334976c591f6a3be04c19c90802dc2f2e35a0\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 20722,\n \"async\": false,\n \"exportedName\": \"listDashboardViews\",\n \"filename\": \"app/actions/list-dashboard-views.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 68786,\n \"async\": false,\n \"exportedName\": \"listDashboardViews\",\n \"filename\": \"app/actions/list-dashboard-views.ts\"\n }\n },\n \"layer\": {\n \"app/dashboard/[viewName]/page\": \"rsc\",\n \"app/dashboard/page\": \"rsc\"\n },\n \"filename\": \"app/actions/list-dashboard-views.ts\",\n \"exportedName\": \"listDashboardViews\"\n },\n \"601ae3c662a98f9b62a7a94300ee228060a5a1533a\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 20722,\n \"async\": false,\n \"exportedName\": \"computeDashboard\",\n \"filename\": \"app/actions/compute-dashboard.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 68786,\n \"async\": false,\n \"exportedName\": \"computeDashboard\",\n \"filename\": \"app/actions/compute-dashboard.ts\"\n }\n },\n \"layer\": {\n \"app/dashboard/[viewName]/page\": \"action-browser\",\n \"app/dashboard/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/compute-dashboard.ts\",\n \"exportedName\": \"computeDashboard\"\n },\n \"408cc3bb3f4414ea1de59f3ec6544f0cf9957e2ef0\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 20722,\n \"async\": false,\n \"exportedName\": \"computeAggregates\",\n \"filename\": \"app/actions/compute-aggregates.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 68786,\n \"async\": false,\n \"exportedName\": \"computeAggregates\",\n \"filename\": \"app/actions/compute-aggregates.ts\"\n }\n },\n \"layer\": {\n \"app/dashboard/[viewName]/page\": \"action-browser\",\n \"app/dashboard/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/compute-aggregates.ts\",\n \"exportedName\": \"computeAggregates\"\n },\n \"4083f6e7710dc3674fd81a1cde5b510bdb11996914\": {\n \"workers\": {\n \"app/login/page\": {\n \"moduleId\": 51661,\n \"async\": false,\n \"exportedName\": \"login\",\n \"filename\": \"app/actions/auth.ts\"\n }\n },\n \"layer\": {\n \"app/login/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/auth.ts\",\n \"exportedName\": \"login\"\n },\n \"78597adec8ed6e6108ba9d6afb22585143c7d832e5\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"checkEvalCacheAndList\",\n \"filename\": \"app/actions/check-eval-cache.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/check-eval-cache.ts\",\n \"exportedName\": \"checkEvalCacheAndList\"\n },\n \"60d521b96330567a478064859c0cbaf376a1deb7e6\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"clearAlertMarker\",\n \"filename\": \"app/actions/clear-alert-marker.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/clear-alert-marker.ts\",\n \"exportedName\": \"clearAlertMarker\"\n },\n \"78c1d963426af68a766afa912f5b5596bac4e7df45\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"invalidateSessionItemCaches\",\n \"filename\": \"app/actions/invalidate-session-caches.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/invalidate-session-caches.ts\",\n \"exportedName\": \"invalidateSessionItemCaches\"\n },\n \"78c41300eaeb03e2277a7829739a73f759157059c7\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"checkEnrichmentCacheAndList\",\n \"filename\": \"app/actions/check-enrichment-cache.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/check-enrichment-cache.ts\",\n \"exportedName\": \"checkEnrichmentCacheAndList\"\n },\n \"78dd8080fcc41ebcd8d6227cf7fa69fec16562e6ad\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"checkActionCacheAndList\",\n \"filename\": \"app/actions/check-action-cache.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/check-action-cache.ts\",\n \"exportedName\": \"checkActionCacheAndList\"\n },\n \"7c13fcde8a0cfcebf833512957a5946b298c3aa171\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"invalidateSessionItemCache\",\n \"filename\": \"app/actions/invalidate-session-caches.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/invalidate-session-caches.ts\",\n \"exportedName\": \"invalidateSessionItemCache\"\n },\n \"004195e909966345908a4e173201312e996d0a5330\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"getQueueStatusAction\",\n \"filename\": \"app/actions/get-queue-status.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/get-queue-status.ts\",\n \"exportedName\": \"getQueueStatusAction\"\n },\n \"40a62103d0fc94f3341c206162706c2f00ddf72f0d\": {\n \"workers\": {\n \"app/queue/page\": {\n \"moduleId\": 16057,\n \"async\": false,\n \"exportedName\": \"getCompletedHistoryAction\",\n \"filename\": \"app/actions/get-completed-history.ts\"\n }\n },\n \"layer\": {\n \"app/queue/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/get-completed-history.ts\",\n \"exportedName\": \"getCompletedHistoryAction\"\n },\n \"60c1dd4b3b68f309037a4dc97ddf498869e0f9b568\": {\n \"workers\": {\n \"app/queue/page\": {\n \"moduleId\": 16057,\n \"async\": false,\n \"exportedName\": \"searchCompletedHistoryAction\",\n \"filename\": \"app/actions/get-completed-history.ts\"\n }\n },\n \"layer\": {\n \"app/queue/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/get-completed-history.ts\",\n \"exportedName\": \"searchCompletedHistoryAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"PNuCKSHanN4PNMI+4SYDuCIyqgpNHpw1maRgDWtI+gM=\"\n}"
|
|
1
|
+
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"005b70e1a74915b9521ffee4df1774eda9a297f1d0\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 74639,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 20722,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 68786,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/login/page\": {\n \"moduleId\": 51661,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/page\": {\n \"moduleId\": 90651,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/project/[name]/page\": {\n \"moduleId\": 42685,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/queue/page\": {\n \"moduleId\": 16057,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"action-browser\",\n \"app/dashboard/[viewName]/page\": \"action-browser\",\n \"app/dashboard/page\": \"action-browser\",\n \"app/login/page\": \"action-browser\",\n \"app/page\": \"action-browser\",\n \"app/project/[name]/page\": \"action-browser\",\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\",\n \"app/queue/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/auth.ts\",\n \"exportedName\": \"logout\"\n },\n \"00970fd2f39e39951afaa6a381233c1e35541236fa\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 20722,\n \"async\": false,\n \"exportedName\": \"listDashboardViews\",\n \"filename\": \"app/actions/list-dashboard-views.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 68786,\n \"async\": false,\n \"exportedName\": \"listDashboardViews\",\n \"filename\": \"app/actions/list-dashboard-views.ts\"\n }\n },\n \"layer\": {\n \"app/dashboard/[viewName]/page\": \"rsc\",\n \"app/dashboard/page\": \"rsc\"\n },\n \"filename\": \"app/actions/list-dashboard-views.ts\",\n \"exportedName\": \"listDashboardViews\"\n },\n \"607bb5537164ac2b4f03512948237333d415490ea6\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 20722,\n \"async\": false,\n \"exportedName\": \"computeDashboard\",\n \"filename\": \"app/actions/compute-dashboard.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 68786,\n \"async\": false,\n \"exportedName\": \"computeDashboard\",\n \"filename\": \"app/actions/compute-dashboard.ts\"\n }\n },\n \"layer\": {\n \"app/dashboard/[viewName]/page\": \"action-browser\",\n \"app/dashboard/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/compute-dashboard.ts\",\n \"exportedName\": \"computeDashboard\"\n },\n \"407014cce7a14fc37d1b3651f996e1ffde82be9e28\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 20722,\n \"async\": false,\n \"exportedName\": \"computeAggregates\",\n \"filename\": \"app/actions/compute-aggregates.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 68786,\n \"async\": false,\n \"exportedName\": \"computeAggregates\",\n \"filename\": \"app/actions/compute-aggregates.ts\"\n }\n },\n \"layer\": {\n \"app/dashboard/[viewName]/page\": \"action-browser\",\n \"app/dashboard/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/compute-aggregates.ts\",\n \"exportedName\": \"computeAggregates\"\n },\n \"40af936862e3193a6ded96cd473e7ff0931c46d180\": {\n \"workers\": {\n \"app/login/page\": {\n \"moduleId\": 51661,\n \"async\": false,\n \"exportedName\": \"login\",\n \"filename\": \"app/actions/auth.ts\"\n }\n },\n \"layer\": {\n \"app/login/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/auth.ts\",\n \"exportedName\": \"login\"\n },\n \"78e8514c0e6e1e283dac9ba2c931c6a76ad4ba09f1\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"checkEvalCacheAndList\",\n \"filename\": \"app/actions/check-eval-cache.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/check-eval-cache.ts\",\n \"exportedName\": \"checkEvalCacheAndList\"\n },\n \"6017a3f3a51b6d9c2f7fe12b166713abcf85de543d\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"clearAlertMarker\",\n \"filename\": \"app/actions/clear-alert-marker.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/clear-alert-marker.ts\",\n \"exportedName\": \"clearAlertMarker\"\n },\n \"78d6233ea058ae0f3559489fa00803e9031f28ebfb\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"invalidateSessionItemCaches\",\n \"filename\": \"app/actions/invalidate-session-caches.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/invalidate-session-caches.ts\",\n \"exportedName\": \"invalidateSessionItemCaches\"\n },\n \"785bf83f95e6f9f1da710765446c99583d774f91ae\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"checkEnrichmentCacheAndList\",\n \"filename\": \"app/actions/check-enrichment-cache.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/check-enrichment-cache.ts\",\n \"exportedName\": \"checkEnrichmentCacheAndList\"\n },\n \"78fb26bc1580842af29a99645a020f121a9cb88d80\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"checkActionCacheAndList\",\n \"filename\": \"app/actions/check-action-cache.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/check-action-cache.ts\",\n \"exportedName\": \"checkActionCacheAndList\"\n },\n \"7c9181f64da468e09fcc3d55b9f304173d3813a463\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"invalidateSessionItemCache\",\n \"filename\": \"app/actions/invalidate-session-caches.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/invalidate-session-caches.ts\",\n \"exportedName\": \"invalidateSessionItemCache\"\n },\n \"0090c12c1157807fdbeb0b4613448a806fa4ed99ee\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 79839,\n \"async\": false,\n \"exportedName\": \"getQueueStatusAction\",\n \"filename\": \"app/actions/get-queue-status.ts\"\n }\n },\n \"layer\": {\n \"app/project/[name]/session/[sessionId]/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/get-queue-status.ts\",\n \"exportedName\": \"getQueueStatusAction\"\n },\n \"406a29a9ea3c0eaad05a10e1428812eadbabbbf30f\": {\n \"workers\": {\n \"app/queue/page\": {\n \"moduleId\": 16057,\n \"async\": false,\n \"exportedName\": \"getCompletedHistoryAction\",\n \"filename\": \"app/actions/get-completed-history.ts\"\n }\n },\n \"layer\": {\n \"app/queue/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/get-completed-history.ts\",\n \"exportedName\": \"getCompletedHistoryAction\"\n },\n \"605c12cecaa36d11e96e0041c9d2a48e3ea9d3eec9\": {\n \"workers\": {\n \"app/queue/page\": {\n \"moduleId\": 16057,\n \"async\": false,\n \"exportedName\": \"searchCompletedHistoryAction\",\n \"filename\": \"app/actions/get-completed-history.ts\"\n }\n },\n \"layer\": {\n \"app/queue/page\": \"action-browser\"\n },\n \"filename\": \"app/actions/get-completed-history.ts\",\n \"exportedName\": \"searchCompletedHistoryAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"4LVhVthOr64ADMbVeLlDzBEhw63T/Kj7/7hgdZGTar8=\"\n}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"005b70e1a74915b9521ffee4df1774eda9a297f1d0": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/_not-found/page": {
|
|
6
6
|
"moduleId": 74639,
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"filename": "app/actions/auth.ts",
|
|
65
65
|
"exportedName": "logout"
|
|
66
66
|
},
|
|
67
|
-
"
|
|
67
|
+
"00970fd2f39e39951afaa6a381233c1e35541236fa": {
|
|
68
68
|
"workers": {
|
|
69
69
|
"app/dashboard/[viewName]/page": {
|
|
70
70
|
"moduleId": 20722,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"filename": "app/actions/list-dashboard-views.ts",
|
|
87
87
|
"exportedName": "listDashboardViews"
|
|
88
88
|
},
|
|
89
|
-
"
|
|
89
|
+
"607bb5537164ac2b4f03512948237333d415490ea6": {
|
|
90
90
|
"workers": {
|
|
91
91
|
"app/dashboard/[viewName]/page": {
|
|
92
92
|
"moduleId": 20722,
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"filename": "app/actions/compute-dashboard.ts",
|
|
109
109
|
"exportedName": "computeDashboard"
|
|
110
110
|
},
|
|
111
|
-
"
|
|
111
|
+
"407014cce7a14fc37d1b3651f996e1ffde82be9e28": {
|
|
112
112
|
"workers": {
|
|
113
113
|
"app/dashboard/[viewName]/page": {
|
|
114
114
|
"moduleId": 20722,
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"filename": "app/actions/compute-aggregates.ts",
|
|
131
131
|
"exportedName": "computeAggregates"
|
|
132
132
|
},
|
|
133
|
-
"
|
|
133
|
+
"40af936862e3193a6ded96cd473e7ff0931c46d180": {
|
|
134
134
|
"workers": {
|
|
135
135
|
"app/login/page": {
|
|
136
136
|
"moduleId": 51661,
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"filename": "app/actions/auth.ts",
|
|
146
146
|
"exportedName": "login"
|
|
147
147
|
},
|
|
148
|
-
"
|
|
148
|
+
"78e8514c0e6e1e283dac9ba2c931c6a76ad4ba09f1": {
|
|
149
149
|
"workers": {
|
|
150
150
|
"app/project/[name]/session/[sessionId]/page": {
|
|
151
151
|
"moduleId": 79839,
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"filename": "app/actions/check-eval-cache.ts",
|
|
161
161
|
"exportedName": "checkEvalCacheAndList"
|
|
162
162
|
},
|
|
163
|
-
"
|
|
163
|
+
"6017a3f3a51b6d9c2f7fe12b166713abcf85de543d": {
|
|
164
164
|
"workers": {
|
|
165
165
|
"app/project/[name]/session/[sessionId]/page": {
|
|
166
166
|
"moduleId": 79839,
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"filename": "app/actions/clear-alert-marker.ts",
|
|
176
176
|
"exportedName": "clearAlertMarker"
|
|
177
177
|
},
|
|
178
|
-
"
|
|
178
|
+
"78d6233ea058ae0f3559489fa00803e9031f28ebfb": {
|
|
179
179
|
"workers": {
|
|
180
180
|
"app/project/[name]/session/[sessionId]/page": {
|
|
181
181
|
"moduleId": 79839,
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"filename": "app/actions/invalidate-session-caches.ts",
|
|
191
191
|
"exportedName": "invalidateSessionItemCaches"
|
|
192
192
|
},
|
|
193
|
-
"
|
|
193
|
+
"785bf83f95e6f9f1da710765446c99583d774f91ae": {
|
|
194
194
|
"workers": {
|
|
195
195
|
"app/project/[name]/session/[sessionId]/page": {
|
|
196
196
|
"moduleId": 79839,
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"filename": "app/actions/check-enrichment-cache.ts",
|
|
206
206
|
"exportedName": "checkEnrichmentCacheAndList"
|
|
207
207
|
},
|
|
208
|
-
"
|
|
208
|
+
"78fb26bc1580842af29a99645a020f121a9cb88d80": {
|
|
209
209
|
"workers": {
|
|
210
210
|
"app/project/[name]/session/[sessionId]/page": {
|
|
211
211
|
"moduleId": 79839,
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"filename": "app/actions/check-action-cache.ts",
|
|
221
221
|
"exportedName": "checkActionCacheAndList"
|
|
222
222
|
},
|
|
223
|
-
"
|
|
223
|
+
"7c9181f64da468e09fcc3d55b9f304173d3813a463": {
|
|
224
224
|
"workers": {
|
|
225
225
|
"app/project/[name]/session/[sessionId]/page": {
|
|
226
226
|
"moduleId": 79839,
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"filename": "app/actions/invalidate-session-caches.ts",
|
|
236
236
|
"exportedName": "invalidateSessionItemCache"
|
|
237
237
|
},
|
|
238
|
-
"
|
|
238
|
+
"0090c12c1157807fdbeb0b4613448a806fa4ed99ee": {
|
|
239
239
|
"workers": {
|
|
240
240
|
"app/project/[name]/session/[sessionId]/page": {
|
|
241
241
|
"moduleId": 79839,
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"filename": "app/actions/get-queue-status.ts",
|
|
251
251
|
"exportedName": "getQueueStatusAction"
|
|
252
252
|
},
|
|
253
|
-
"
|
|
253
|
+
"406a29a9ea3c0eaad05a10e1428812eadbabbbf30f": {
|
|
254
254
|
"workers": {
|
|
255
255
|
"app/queue/page": {
|
|
256
256
|
"moduleId": 16057,
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"filename": "app/actions/get-completed-history.ts",
|
|
266
266
|
"exportedName": "getCompletedHistoryAction"
|
|
267
267
|
},
|
|
268
|
-
"
|
|
268
|
+
"605c12cecaa36d11e96e0041c9d2a48e3ea9d3eec9": {
|
|
269
269
|
"workers": {
|
|
270
270
|
"app/queue/page": {
|
|
271
271
|
"moduleId": 16057,
|
|
@@ -282,5 +282,5 @@
|
|
|
282
282
|
}
|
|
283
283
|
},
|
|
284
284
|
"edge": {},
|
|
285
|
-
"encryptionKey": "
|
|
285
|
+
"encryptionKey": "4LVhVthOr64ADMbVeLlDzBEhw63T/Kj7/7hgdZGTar8="
|
|
286
286
|
}
|