test-lah 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-build-manifest.json +12 -12
  3. package/.next/standalone/.next/app-path-routes-manifest.json +2 -2
  4. package/.next/standalone/.next/build-manifest.json +2 -2
  5. package/.next/standalone/.next/prerender-manifest.json +13 -13
  6. package/.next/standalone/.next/server/app/(dashboard)/integrations/page.js +1 -1
  7. package/.next/standalone/.next/server/app/(dashboard)/integrations/page_client-reference-manifest.js +1 -1
  8. package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/page.js +9 -9
  9. package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/page_client-reference-manifest.js +1 -1
  10. package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/summary/page_client-reference-manifest.js +1 -1
  11. package/.next/standalone/.next/server/app/(dashboard)/projects/page_client-reference-manifest.js +1 -1
  12. package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
  13. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  14. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  15. package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
  16. package/.next/standalone/.next/server/app/api/e2e/route.js +8 -4
  17. package/.next/standalone/.next/server/app/api/e2e/route_client-reference-manifest.js +1 -1
  18. package/.next/standalone/.next/server/app/api/generate/route.js +6 -2
  19. package/.next/standalone/.next/server/app/api/generate/route_client-reference-manifest.js +1 -1
  20. package/.next/standalone/.next/server/app/api/llm/encrypt/route_client-reference-manifest.js +1 -1
  21. package/.next/standalone/.next/server/app/api/llm/test/route.js +7 -3
  22. package/.next/standalone/.next/server/app/api/llm/test/route_client-reference-manifest.js +1 -1
  23. package/.next/standalone/.next/server/app/api/weather/route_client-reference-manifest.js +1 -1
  24. package/.next/standalone/.next/server/app/index.html +1 -1
  25. package/.next/standalone/.next/server/app/index.rsc +2 -2
  26. package/.next/standalone/.next/server/app/integrations.html +1 -1
  27. package/.next/standalone/.next/server/app/integrations.rsc +3 -3
  28. package/.next/standalone/.next/server/app/login/page.js +1 -1
  29. package/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
  30. package/.next/standalone/.next/server/app/login.html +1 -1
  31. package/.next/standalone/.next/server/app/login.rsc +2 -2
  32. package/.next/standalone/.next/server/app/page.js +1 -1
  33. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  34. package/.next/standalone/.next/server/app/projects.html +1 -1
  35. package/.next/standalone/.next/server/app/projects.rsc +2 -2
  36. package/.next/standalone/.next/server/app-paths-manifest.json +2 -2
  37. package/.next/standalone/.next/server/chunks/615.js +1 -1
  38. package/.next/standalone/.next/server/chunks/736.js +2 -2
  39. package/.next/standalone/.next/server/chunks/845.js +5 -5
  40. package/.next/standalone/.next/server/pages/404.html +1 -1
  41. package/.next/standalone/.next/server/pages/500.html +1 -1
  42. package/.next/standalone/.next/server/pages-manifest.json +1 -1
  43. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  44. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  45. package/.next/standalone/.next/static/chunks/app/(dashboard)/integrations/page-f5e71fcfbeffdfb1.js +1 -0
  46. package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-3bb51b4a324c09b6.js +1 -0
  47. package/.next/standalone/.next/static/css/aef2f5f25a3c4a6a.css +3 -0
  48. package/.next/standalone/node_modules/buffer-from/index.js +72 -0
  49. package/.next/standalone/node_modules/buffer-from/package.json +19 -0
  50. package/.next/standalone/node_modules/source-map/lib/array-set.js +121 -0
  51. package/.next/standalone/node_modules/source-map/lib/base64-vlq.js +140 -0
  52. package/.next/standalone/node_modules/source-map/lib/base64.js +67 -0
  53. package/.next/standalone/node_modules/source-map/lib/binary-search.js +111 -0
  54. package/.next/standalone/node_modules/source-map/lib/mapping-list.js +79 -0
  55. package/.next/standalone/node_modules/source-map/lib/quick-sort.js +114 -0
  56. package/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  57. package/.next/standalone/node_modules/source-map/lib/source-map-generator.js +425 -0
  58. package/.next/standalone/node_modules/source-map/lib/source-node.js +413 -0
  59. package/.next/standalone/node_modules/source-map/lib/util.js +488 -0
  60. package/.next/standalone/node_modules/source-map/package.json +73 -0
  61. package/.next/standalone/node_modules/source-map/source-map.js +8 -0
  62. package/.next/standalone/node_modules/source-map-support/package.json +31 -0
  63. package/.next/standalone/node_modules/source-map-support/source-map-support.js +625 -0
  64. package/.next/standalone/package.json +1 -1
  65. package/.next/static/chunks/app/(dashboard)/integrations/page-f5e71fcfbeffdfb1.js +1 -0
  66. package/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-3bb51b4a324c09b6.js +1 -0
  67. package/.next/static/css/aef2f5f25a3c4a6a.css +3 -0
  68. package/package.json +1 -1
  69. package/.next/standalone/.next/static/chunks/app/(dashboard)/integrations/page-ef2f1f3c1d497f2a.js +0 -1
  70. package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-500a663fdab52791.js +0 -1
  71. package/.next/standalone/.next/static/css/0ecf0abc0513341e.css +0 -3
  72. package/.next/static/chunks/app/(dashboard)/integrations/page-ef2f1f3c1d497f2a.js +0 -1
  73. package/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-500a663fdab52791.js +0 -1
  74. package/.next/static/css/0ecf0abc0513341e.css +0 -3
  75. /package/.next/standalone/.next/static/{9OtwPzpy1ovRWzffCh95h → iIE9EA9ZHZT920YmMjduY}/_buildManifest.js +0 -0
  76. /package/.next/standalone/.next/static/{9OtwPzpy1ovRWzffCh95h → iIE9EA9ZHZT920YmMjduY}/_ssgManifest.js +0 -0
  77. /package/.next/static/{9OtwPzpy1ovRWzffCh95h → iIE9EA9ZHZT920YmMjduY}/_buildManifest.js +0 -0
  78. /package/.next/static/{9OtwPzpy1ovRWzffCh95h → iIE9EA9ZHZT920YmMjduY}/_ssgManifest.js +0 -0
@@ -8,10 +8,14 @@ RULES FOR STEPS:
8
8
  - Be concise: 2-5 steps per test case.
9
9
  - Focus on the action being tested, not boilerplate.
10
10
 
11
- Generate 3-8 test cases covering happy path, edge cases, and error scenarios.`}(e),i=[{type:"text",text:`Feature: ${b}
11
+ Generate 3-8 test cases covering happy path, edge cases, and error scenarios.`}(e),m=f&&f.length>0,n=[{type:"text",text:`Feature: ${b}
12
12
 
13
13
  Description / DoD / Acceptance Criteria:
14
- ${c||"(no additional description provided)"}${f?.length?"\n\nThe user has attached screenshot(s) of the UI/feature. Use them as additional context to write more accurate and specific test cases.":""}`}];if(f?.length)for(let a of f)i.push({type:"image",image:a});let{output:m}=await (0,d.generateText)({model:g,output:d.k7.array({element:j}),system:h,messages:[{role:"user",content:i}],temperature:.4});return m}async function m(a){try{let b=k(a);return await (0,d.generateText)({model:b,prompt:'Say "ok" in one word.',maxOutputTokens:10}),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:"Connection failed"}}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13026:(a,b,c)=>{"use strict";c.d(b,{PW:()=>j,i0:()=>k,jT:()=>n,vm:()=>i});var d=c(75879);c(68633);var e=c(2112),f=c(6552),g=c(86006);function h(a){let b=(0,g.getProviderDef)(a.provider);return(0,f.createModel)({def:b,apiKey:a.apiKey,model:a.model,baseURL:a.baseURL})}async function i(a,b){let c=h(b),d=`You are an expert E2E test engineer. Generate Playwright test code for the following test case.
14
+ ${c||"(no additional description provided)"}${m?"\n\nThe user has attached screenshot(s) of the UI/feature. Use them as additional context to write more accurate and specific test cases.":""}`}];if(f?.length)for(let a of f)n.push({type:"image",image:a});try{let{output:a}=await (0,d.generateText)({model:g,output:d.k7.array({element:j}),system:h,messages:[{role:"user",content:n}],temperature:.4,maxOutputTokens:4096});return a}catch(p){console.warn("Structured output failed, falling back to text parsing:",p);let a=`${h}
15
+
16
+ IMPORTANT: Respond with ONLY a valid JSON array. No markdown, no code fences, no explanation, no thinking tags. Just the raw JSON array.
17
+
18
+ Each object must have exactly these keys: "title" (string), "steps" (string with numbered steps separated by newlines), "expected" (string).`,{text:b}=await (0,d.generateText)({model:g,system:a,messages:[{role:"user",content:n}],temperature:.4,maxOutputTokens:4096}),c=b.trim(),e=(c=c.replace(/<think>[\s\S]*?<\/think>/g,"").trim()).match(/```(?:json)?\s*([\s\S]*?)```/);e&&(c=e[1].trim());let f=c.match(/\[\s*\{[\s\S]*\}\s*\]/);f&&(c=f[0]);let k=(c.match(/\[/g)||[]).length,l=(c.match(/\]/g)||[]).length,m=(c.match(/\{/g)||[]).length,o=(c.match(/\}/g)||[]).length;m>o&&((c.match(/"/g)||[]).length%2!=0&&(c+='"'),c+="}".repeat(m-o)),k>l&&(c+="]".repeat(k-l));try{let a=JSON.parse(c);return i.YO(j).parse(a)}catch(a){throw Error(`Model returned unparseable response. Raw text: ${b.slice(0,500)}`)}}}async function m(a){try{let b=k(a);return await (0,d.generateText)({model:b,prompt:'Say "ok" in one word.',maxOutputTokens:10}),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:"Connection failed"}}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13026:(a,b,c)=>{"use strict";c.d(b,{PW:()=>j,i0:()=>k,jT:()=>n,vm:()=>i});var d=c(75879);c(68633);var e=c(2112),f=c(6552),g=c(86006);function h(a){let b=(0,g.getProviderDef)(a.provider);return(0,f.createModel)({def:b,apiKey:a.apiKey,model:a.model,baseURL:a.baseURL})}async function i(a,b){let c=h(b),d=`You are an expert E2E test engineer. Generate Playwright test code for the following test case.
15
19
 
16
20
  Test Case Title: ${a.title}
17
21
  Test Steps:
@@ -62,7 +66,7 @@ Respond with ONLY a JSON object (no code block):
62
66
  {
63
67
  "passed": true/false,
64
68
  "reason": "brief explanation"
65
- }`,{text:k}=await (0,e.generateText)({model:f,messages:[{role:"user",content:j}],maxOutputTokens:200});try{let a=k.match(/\{[\s\S]*\}/);d=JSON.parse(a?a[0]:k)}catch{throw Error("Failed to parse verification result")}if(!d.passed)throw Error(`Expected result not met: ${d.reason}`)}async function n(a,b,c,d){let e=[];for(let f of a){let a=await k(f,b,c);e.push(a),d?.(f.id,a)}return e}(0,c(51669).D)([i,j,k,n]),(0,d.A)(i,"60a3ea029916e378c2d86e693740e24a303aaf50d6",null),(0,d.A)(j,"78a6afe4f65d149677061ced217792707b27de1558",null),(0,d.A)(k,"70ec37527f854489dd782643d7896ddea22d39a1eb",null),(0,d.A)(n,"785ce821970b970b41c6827cb01aa6f624cf5d6466",null)},15995:(a,b,c)=>{"use strict";c.d(b,{Yc:()=>h,w:()=>g});var d=c(55511);let e="aes-256-gcm";function f(){let a=process.env.ENCRYPTION_KEY;if(!a)throw Error("ENCRYPTION_KEY environment variable is not set");return(0,d.createHash)("sha256").update(a).digest()}function g(a){let b=f(),c=(0,d.randomBytes)(12),g=(0,d.createCipheriv)(e,b,c,{authTagLength:16}),h=Buffer.concat([g.update(a,"utf8"),g.final()]),i=g.getAuthTag();return"enc:"+Buffer.concat([c,i,h]).toString("base64")}function h(a){if(!a.startsWith("enc:"))return a;let b=f(),c=Buffer.from(a.slice(4),"base64"),g=c.subarray(0,12),h=c.subarray(12,28),i=c.subarray(28),j=(0,d.createDecipheriv)(e,b,g,{authTagLength:16});return j.setAuthTag(h),Buffer.concat([j.update(i),j.final()]).toString("utf8")}},21820:a=>{"use strict";a.exports=require("os")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51669:(a,b)=>{"use strict";function c(a){for(let b=0;b<a.length;b++){let c=a[b];if("function"!=typeof c)throw Object.defineProperty(Error(`A "use server" file can only export async functions, found ${typeof c}.
69
+ }`,{text:k}=await (0,e.generateText)({model:f,messages:[{role:"user",content:j}],maxOutputTokens:200});try{let a=k.match(/\{[\s\S]*\}/);d=JSON.parse(a?a[0]:k)}catch{throw Error("Failed to parse verification result")}if(!d.passed)throw Error(`Expected result not met: ${d.reason}`)}async function n(a,b,c,d){let e=[];for(let f of a){let a=await k(f,b,c);e.push(a),d?.(f.id,a)}return e}(0,c(51669).D)([i,j,k,n]),(0,d.A)(i,"60ad200718cbf534491234e8ccda69d211db94a780",null),(0,d.A)(j,"7836d885658265ed152aec6e068a7d87e682eba2ab",null),(0,d.A)(k,"70bd7bf4455e56e70f75109224a1b50a2dd997f584",null),(0,d.A)(n,"78fc858165bc522b11d3e555b1751d02d46f2a369b",null)},15995:(a,b,c)=>{"use strict";c.d(b,{Yc:()=>h,w:()=>g});var d=c(55511);let e="aes-256-gcm";function f(){let a=process.env.ENCRYPTION_KEY;if(!a)throw Error("ENCRYPTION_KEY environment variable is not set");return(0,d.createHash)("sha256").update(a).digest()}function g(a){let b=f(),c=(0,d.randomBytes)(12),g=(0,d.createCipheriv)(e,b,c,{authTagLength:16}),h=Buffer.concat([g.update(a,"utf8"),g.final()]),i=g.getAuthTag();return"enc:"+Buffer.concat([c,i,h]).toString("base64")}function h(a){if(!a.startsWith("enc:"))return a;let b=f(),c=Buffer.from(a.slice(4),"base64"),g=c.subarray(0,12),h=c.subarray(12,28),i=c.subarray(28),j=(0,d.createDecipheriv)(e,b,g,{authTagLength:16});return j.setAuthTag(h),Buffer.concat([j.update(i),j.final()]).toString("utf8")}},21820:a=>{"use strict";a.exports=require("os")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},29700:(a,b,c)=>{"use strict";c.r(b),c.d(b,{"60ad200718cbf534491234e8ccda69d211db94a780":()=>d.vm,"70bd7bf4455e56e70f75109224a1b50a2dd997f584":()=>d.i0,"7836d885658265ed152aec6e068a7d87e682eba2ab":()=>d.PW,"78fc858165bc522b11d3e555b1751d02d46f2a369b":()=>d.jT});var d=c(13026)},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51669:(a,b)=>{"use strict";function c(a){for(let b=0;b<a.length;b++){let c=a[b];if("function"!=typeof c)throw Object.defineProperty(Error(`A "use server" file can only export async functions, found ${typeof c}.
66
70
  Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(b,"D",{enumerable:!0,get:function(){return c}})},55344:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>K,patchFetch:()=>J,routeModule:()=>F,serverHooks:()=>I,workAsyncStorage:()=>G,workUnitAsyncStorage:()=>H});var d={};c.r(d),c.d(d,{POST:()=>w});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(13026),v=c(15995);async function w(a){let b=await a.json(),d=a.signal,{testCases:e,baseUrl:f,browser:g,headless:h,timeout:i,llmConfig:j,generateOnly:k}=b;if(!e?.length)return new Response(JSON.stringify({error:"No test cases provided"}),{status:400});if(!j?.apiKey)return new Response(JSON.stringify({error:"LLM API key is required"}),{status:400});let l=await (0,v.Yc)(j.apiKey),m={...j,apiKey:l};if(k){let a={};for(let b of e)a[b.id]=x(b,f||"http://localhost:3000");return Response.json({scripts:a})}if(!f)return new Response(JSON.stringify({error:"Base URL is required"}),{status:400});let n={baseUrl:f,browser:g||"chromium",headless:h??!0,timeout:i??3e4,screenshotOnFailure:!0},o=new TextEncoder,p=new ReadableStream({async start(a){let b=!1,f=c=>{if(!b)try{a.enqueue(o.encode(`data: ${JSON.stringify(c)}
67
71
 
68
72
  `))}catch{}};d.addEventListener("abort",()=>{b=!0,f({type:"aborted",message:"Test run stopped by user"});try{a.close()}catch{}});try{f({type:"status",message:"Initializing browser..."});let{chromium:a,firefox:g,webkit:h}=await Promise.resolve().then(c.bind(c,83237)),i="edge"===n.browser?"chromium":n.browser||"chromium",j={headless:n.headless??!0};"edge"===n.browser&&(j.channel="msedge"),f({type:"status",message:`Launching ${i} browser...`});let k=await (({chromium:a,firefox:g,webkit:h})[i]||a).launch(j),l=await k.newContext({viewport:{width:1280,height:720},userAgent:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"});f({type:"status",message:"Browser ready. Starting tests..."});let o=[];for(let a=0;a<e.length&&!b&&!d.aborted;a++){let c=e[a],g=Date.now(),h=x(c,n.baseUrl);f({type:"testStart",index:a+1,total:e.length,testCaseId:c.id,title:c.title,code:c.code,script:h});let i={testCaseId:c.id,status:"pass",duration:0,steps:[]},j=await l.newPage(),k=async a=>{try{let b=await j.screenshot({type:"jpeg",quality:60});f({type:"screenshot",image:b.toString("base64"),label:a,testCaseId:c.id})}catch{}};try{f({type:"step",message:`Navigating to ${n.baseUrl}...`}),await j.goto(n.baseUrl,{timeout:n.timeout??3e4,waitUntil:"domcontentloaded"}),f({type:"step",message:"Page loaded successfully"}),await j.waitForTimeout(1e3),await k("Page loaded");let a=await z(j),e=c.steps.split("\n").filter(a=>a.trim());for(let c=0;c<e.length&&!b&&!d.aborted;c++){let b=e[c].replace(/^\d+[\.\)]\s*/,"").trim();if(!b)continue;if(f({type:"step",message:`Step ${c+1}/${e.length}: ${b}`}),y(b)){f({type:"stepResult",status:"pass",message:"Skipped (precondition/assumption)"}),i.steps.push({step:b,status:"pass"});continue}let d={step:b,status:"pass"};try{f({type:"aiThinking",message:"AI analyzing step..."});let c=await B(m,b,j.url(),await j.title(),a);c.skip?f({type:"stepResult",status:"pass",message:`Skipped: ${c.description}`}):(f({type:"aiAction",message:`AI suggests: ${c.action} on "${c.selector}"${c.value?` with value "${c.value}"`:""}`,action:c}),await E(j,c,b,n.timeout??1e4),await k(`After: ${b.substring(0,40)}`),f({type:"stepResult",status:"pass",message:"Step completed"})),d.status="pass"}catch(c){await k(`Failed: ${b.substring(0,40)}`),f({type:"healing",message:"Step failed. Attempting to heal..."}),await C(j,m,b,c,a,f)?(await k(`Healed: ${b.substring(0,40)}`),f({type:"healed",message:"Step healed successfully!"}),d.status="pass"):(d.status="fail",d.error=c instanceof Error?c.message:String(c),f({type:"stepResult",status:"fail",message:`Step failed: ${d.error}`})),n.screenshotOnFailure&&"fail"===d.status&&(d.screenshot=(await j.screenshot({type:"png"})).toString("base64"))}if(i.steps.push(d),"fail"===d.status){i.status="fail";break}try{let b=await z(j);Object.assign(a,b)}catch{}}if("pass"===i.status&&c.expected){f({type:"step",message:"Verifying expected result..."});try{let a=await j.textContent("body"),b=await D(m,c.expected,a||"",j.url());b.passed?f({type:"stepResult",status:"pass",message:"Expected result verified"}):(i.status="fail",i.error=`Expected result not met: ${b.reason}`,f({type:"stepResult",status:"fail",message:i.error}))}catch(a){i.status="fail",i.error=a instanceof Error?a.message:String(a),f({type:"stepResult",status:"fail",message:`Verification error: ${i.error}`})}}}catch(a){i.status="error",i.error=a instanceof Error?a.message:String(a),f({type:"error",message:`Execution error: ${i.error}`})}if(await j.close(),i.duration=Date.now()-g,"fail"===i.status||"error"===i.status){f({type:"aiThinking",message:"AI analyzing failure..."});try{i.aiAnalysis=await (0,u.PW)(c,i.error||"Unknown error",i.screenshot,m),f({type:"aiAnalysis",message:i.aiAnalysis})}catch{}}o.push(i),f({type:"testComplete",index:a+1,total:e.length,testCaseId:c.id,status:i.status,duration:i.duration,result:i,script:h})}await k.close();let p=function(a,b){let c=b.filter(a=>"fail"===a.status||"error"===a.status);if(0===c.length)return"All tests passed! No healing needed.";let d="## Test Healing Report\n\n";for(let b of(d+=`${c.length} test(s) failed.
@@ -128,4 +132,4 @@ URL: ${e}
128
132
  CONTENT: ${d.substring(0,1500)}
129
133
 
130
134
  Reply with ONLY JSON:
131
- {"passed":true,"reason":"..."}`;try{let{text:a}=await f({model:i,messages:[{role:"user",content:j}],maxOutputTokens:200});return A(a)}catch{return{passed:!0,reason:"Verification skipped"}}}async function E(a,b,c,d){if("navigate"===b.action){let a=b.value||b.selector;if(!a||!a.startsWith("http"))return}for(let c=0;c<=2;c++)try{switch(b.action){case"click":await a.locator(b.selector).click({timeout:d,strict:!0});break;case"fill":await a.locator(b.selector).fill(b.value||"",{timeout:d});break;case"navigate":let c=b.value||b.selector;c&&c.startsWith("http")&&await a.goto(c,{timeout:d,waitUntil:"domcontentloaded"});break;case"wait":b.selector&&"body"!==b.selector?await a.locator(b.selector).waitFor({state:"visible",timeout:d}):await a.waitForTimeout(parseInt(b.value||"1000")||1e3);break;case"assert":await a.locator(b.selector).waitFor({state:"visible",timeout:d});break;case"select":await a.locator(b.selector).selectOption(b.value||"",{timeout:d});break;case"check":await a.locator(b.selector).check({timeout:d});break;case"press":await a.keyboard.press(b.value||"Enter");break;case"hover":await a.locator(b.selector).hover({timeout:d});break;case"scroll":await a.locator(b.selector).scrollIntoViewIfNeeded({timeout:d})}return}catch(b){if(2===c)throw b;await a.waitForTimeout(500)}}let F=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/e2e/route",pathname:"/api/e2e",filename:"route",bundlePath:"app/api/e2e/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/e2e/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:G,workUnitAsyncStorage:H,serverHooks:I}=F;function J(){return(0,g.patchFetch)({workAsyncStorage:G,workUnitAsyncStorage:H})}async function K(a,b,c){var d;let e="/api/e2e/route";"/index"===e&&(e="/");let g=await F.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!E||F.isDev||x||(G="/index"===(G=C)?"/":G);let H=!0===F.isDev||!E,I=E&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>F.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>F.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await F.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await F.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await F.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},55511:a=>{"use strict";a.exports=require("crypto")},62322:(a,b,c)=>{"use strict";c.r(b),c.d(b,{"60a3ea029916e378c2d86e693740e24a303aaf50d6":()=>d.vm,"70ec37527f854489dd782643d7896ddea22d39a1eb":()=>d.i0,"785ce821970b970b41c6827cb01aa6f624cf5d6466":()=>d.jT,"78a6afe4f65d149677061ced217792707b27de1558":()=>d.PW});var d=c(13026)},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},68633:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{decryptActionBoundArgs:function(){return s},encryptActionBoundArgs:function(){return r}}),c(77925);let d=c(97954),e=c(27825),f=c(47686),g=c(77533),h=c(63033),i=c(26906),j=function(a){return a&&a.__esModule?a:{default:a}}(c(74515)),k=new TextEncoder,l=new TextDecoder,m=void 0,n=void 0;async function o(a,b){let c=await (0,g.getActionEncryptionKey)();if(void 0===c)throw Object.defineProperty(Error("Missing encryption key for Server Action. This is a bug in Next.js"),"__NEXT_ERROR_CODE",{value:"E65",enumerable:!1,configurable:!0});let d=atob(b),e=d.slice(0,16),f=d.slice(16),h=l.decode(await (0,g.decrypt)(c,(0,g.stringToUint8Array)(e),(0,g.stringToUint8Array)(f)));if(!h.startsWith(a))throw Object.defineProperty(Error("Invalid Server Action payload: failed to decrypt."),"__NEXT_ERROR_CODE",{value:"E191",enumerable:!1,configurable:!0});return h.slice(a.length)}async function p(a,b){let c=await (0,g.getActionEncryptionKey)();if(void 0===c)throw Object.defineProperty(Error("Missing encryption key for Server Action. This is a bug in Next.js"),"__NEXT_ERROR_CODE",{value:"E65",enumerable:!1,configurable:!0});let d=new Uint8Array(16);h.workUnitAsyncStorage.exit(()=>crypto.getRandomValues(d));let e=(0,g.arrayBufferToString)(d.buffer),f=await (0,g.encrypt)(c,d,k.encode(a+b));return btoa(e+(0,g.arrayBufferToString)(f))}var q=function(a){return a[a.Ready=0]="Ready",a[a.Pending=1]="Pending",a[a.Complete=2]="Complete",a}(q||{});let r=j.default.cache(async function a(b,...c){let e=h.workUnitAsyncStorage.getStore(),j=e?(0,h.getCacheSignal)(e):void 0,{clientModules:k}=(0,g.getClientReferenceManifestForRsc)(),l=Error();Error.captureStackTrace(l,a);let n=!1,o=e?(0,i.createHangingInputAbortSignal)(e):void 0,q=0;function r(){0===q&&(q=1,null==j||j.beginRead())}function s(){1===q&&(null==j||j.endRead()),q=2}o&&j&&o.addEventListener("abort",r,{once:!0});let t=await (0,f.streamToString)((0,d.renderToReadableStream)(c,k,{filterStackFrame:m,signal:o,onError(a){(null==o||!o.aborted)&&(n||(n=!0,l.message=a instanceof Error?a.message:String(a)))}}),o);if(n)throw s(),l;if(!e)return p(b,t);r();let u=(0,h.getPrerenderResumeDataCache)(e),v=(0,h.getRenderResumeDataCache)(e),w=b+t,x=(null==u?void 0:u.encryptedBoundArgs.get(w))??(null==v?void 0:v.encryptedBoundArgs.get(w));if(x)return x;let y=await p(b,t);return s(),null==u||u.encryptedBoundArgs.set(w,y),y});async function s(a,b){let c,d=await b,f=h.workUnitAsyncStorage.getStore();if(f){let b=(0,h.getCacheSignal)(f),e=(0,h.getPrerenderResumeDataCache)(f),g=(0,h.getRenderResumeDataCache)(f);(c=(null==e?void 0:e.decryptedBoundArgs.get(d))??(null==g?void 0:g.decryptedBoundArgs.get(d)))||(null==b||b.beginRead(),c=await o(a,d),null==b||b.endRead(),null==e||e.decryptedBoundArgs.set(d,c))}else c=await o(a,d);let{edgeRscModuleMapping:i,rscModuleMapping:j}=(0,g.getClientReferenceManifestForRsc)();return await (0,e.createFromReadableStream)(new ReadableStream({start(a){switch(a.enqueue(k.encode(c)),null==f?void 0:f.type){case"prerender":case"prerender-runtime":f.renderSignal.aborted?a.close():f.renderSignal.addEventListener("abort",()=>a.close(),{once:!0});break;case"prerender-client":case"prerender-ppr":case"prerender-legacy":case"request":case"cache":case"private-cache":case"unstable-cache":case void 0:return a.close()}}}),{findSourceMapURL:n,serverConsumerManifest:{moduleLoading:null,moduleMap:j,serverModuleMap:(0,g.getServerModuleMap)()}})}},75879:(a,b,c)=>{"use strict";Object.defineProperty(b,"A",{enumerable:!0,get:function(){return d.registerServerReference}});let d=c(97954)},78335:()=>{},83237:a=>{"use strict";a.exports=import("playwright")},86006:(a,b,c)=>{"use strict";c.d(b,{getProviderDef:()=>e});let d={openai:{id:"openai",name:"OpenAI",type:"native",description:"GPT models powering ChatGPT. Industry-leading language understanding.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openai.svg",keyUrl:"https://platform.openai.com/api-keys",keyPlaceholder:"sk-...",color:"#10A37F",sdkProvider:"openai",defaultModel:"gpt-4o-mini",popularModels:["gpt-4o","gpt-4o-mini","gpt-4-turbo","gpt-3.5-turbo"]},google:{id:"google",name:"Google Gemini",type:"native",description:"Google's multimodal AI with strong reasoning capabilities.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/googlegemini.svg",keyUrl:"https://aistudio.google.com/apikey",keyPlaceholder:"AIza...",color:"#4285F4",sdkProvider:"google",defaultModel:"gemini-2.5-flash",popularModels:["gemini-2.5-flash","gemini-2.5-pro","gemini-2.0-flash"]},anthropic:{id:"anthropic",name:"Anthropic",type:"native",description:"Claude models — safe, steerable, and highly capable.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"https://console.anthropic.com/settings/keys",keyPlaceholder:"sk-ant-...",color:"#D97706",sdkProvider:"anthropic",defaultModel:"claude-sonnet-4-20250514",popularModels:["claude-sonnet-4-20250514","claude-haiku-4-20250514","claude-3-5-sonnet-20241022"]},deepseek:{id:"deepseek",name:"DeepSeek",type:"openai-compatible",description:"High-performance open-source models with competitive reasoning.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deepseek.svg",keyUrl:"https://platform.deepseek.com/api_keys",keyPlaceholder:"sk-...",color:"#4D6BFE",sdkProvider:"openai",baseURL:"https://api.deepseek.com/v1",defaultModel:"deepseek-chat",popularModels:["deepseek-chat","deepseek-reasoner"]},xiaomi:{id:"xiaomi",name:"Xiaomi (MiMo)",type:"openai-compatible",description:"Xiaomi's MiMo models — OpenAI-compatible API.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/xiaomi.svg",keyUrl:"https://platform.xiaomimimo.com/",keyPlaceholder:"tp-...",color:"#FF6900",sdkProvider:"openai",baseURL:"https://token-plan-sgp.xiaomimimo.com/v1",defaultModel:"mimo-v2.5",popularModels:["mimo-v2.5","mimo-v2.5-pro"]},openrouter:{id:"openrouter",name:"OpenRouter",type:"openai-compatible",description:"Unified gateway to 200+ models — Claude, Llama, Mistral, Gemini, and more.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openrouter.svg",keyUrl:"https://openrouter.ai/keys",keyPlaceholder:"sk-or-...",color:"#6366F1",sdkProvider:"openai",baseURL:"https://openrouter.ai/api/v1",defaultModel:"openrouter/free",popularModels:["openrouter/free","meta-llama/llama-4-maverick:free","google/gemini-2.5-flash:free","deepseek/deepseek-chat-v3-0324:free","mistralai/mistral-small-3.2-24b:free","qwen/qwen3-235b-a22b:free","microsoft/phi-4-reasoning-plus:free"]},groq:{id:"groq",name:"Groq",type:"native",description:"Ultra-fast inference with LPU hardware. Blazing speed for Llama, Mixtral, and Gemma models.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/groq.svg",keyUrl:"https://console.groq.com/keys",keyPlaceholder:"gsk_...",color:"#F55036",sdkProvider:"groq",defaultModel:"llama-3.3-70b-versatile",popularModels:["llama-3.3-70b-versatile","llama-3.1-8b-instant","mixtral-8x7b-32768","gemma2-9b-it","meta-llama/llama-4-scout-17b-16e-instruct","qwen-qwq-32b"]},custom:{id:"custom",name:"Custom (OpenAI-compatible)",type:"openai-compatible",description:"Any OpenAI-compatible API — Ollama, LM Studio, vLLM, LiteLLM, etc.",logoUrl:"",keyUrl:"",keyPlaceholder:"sk-... or any key",color:"#6B7280",sdkProvider:"openai",defaultModel:"",popularModels:[],requiresBaseURL:!0}};function e(a){return d[a]??d.custom}Object.values(d)},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},95736:(a,b,c)=>{"use strict";a.exports=c(44870)},96487:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,917,845],()=>b(b.s=55344));module.exports=c})();
135
+ {"passed":true,"reason":"..."}`;try{let{text:a}=await f({model:i,messages:[{role:"user",content:j}],maxOutputTokens:200});return A(a)}catch{return{passed:!0,reason:"Verification skipped"}}}async function E(a,b,c,d){if("navigate"===b.action){let a=b.value||b.selector;if(!a||!a.startsWith("http"))return}for(let c=0;c<=2;c++)try{switch(b.action){case"click":await a.locator(b.selector).click({timeout:d,strict:!0});break;case"fill":await a.locator(b.selector).fill(b.value||"",{timeout:d});break;case"navigate":let c=b.value||b.selector;c&&c.startsWith("http")&&await a.goto(c,{timeout:d,waitUntil:"domcontentloaded"});break;case"wait":b.selector&&"body"!==b.selector?await a.locator(b.selector).waitFor({state:"visible",timeout:d}):await a.waitForTimeout(parseInt(b.value||"1000")||1e3);break;case"assert":await a.locator(b.selector).waitFor({state:"visible",timeout:d});break;case"select":await a.locator(b.selector).selectOption(b.value||"",{timeout:d});break;case"check":await a.locator(b.selector).check({timeout:d});break;case"press":await a.keyboard.press(b.value||"Enter");break;case"hover":await a.locator(b.selector).hover({timeout:d});break;case"scroll":await a.locator(b.selector).scrollIntoViewIfNeeded({timeout:d})}return}catch(b){if(2===c)throw b;await a.waitForTimeout(500)}}let F=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/e2e/route",pathname:"/api/e2e",filename:"route",bundlePath:"app/api/e2e/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/e2e/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:G,workUnitAsyncStorage:H,serverHooks:I}=F;function J(){return(0,g.patchFetch)({workAsyncStorage:G,workUnitAsyncStorage:H})}async function K(a,b,c){var d;let e="/api/e2e/route";"/index"===e&&(e="/");let g=await F.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!E||F.isDev||x||(G="/index"===(G=C)?"/":G);let H=!0===F.isDev||!E,I=E&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>F.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>F.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await F.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await F.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await F.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},68633:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{decryptActionBoundArgs:function(){return s},encryptActionBoundArgs:function(){return r}}),c(77925);let d=c(97954),e=c(27825),f=c(47686),g=c(77533),h=c(63033),i=c(26906),j=function(a){return a&&a.__esModule?a:{default:a}}(c(74515)),k=new TextEncoder,l=new TextDecoder,m=void 0,n=void 0;async function o(a,b){let c=await (0,g.getActionEncryptionKey)();if(void 0===c)throw Object.defineProperty(Error("Missing encryption key for Server Action. This is a bug in Next.js"),"__NEXT_ERROR_CODE",{value:"E65",enumerable:!1,configurable:!0});let d=atob(b),e=d.slice(0,16),f=d.slice(16),h=l.decode(await (0,g.decrypt)(c,(0,g.stringToUint8Array)(e),(0,g.stringToUint8Array)(f)));if(!h.startsWith(a))throw Object.defineProperty(Error("Invalid Server Action payload: failed to decrypt."),"__NEXT_ERROR_CODE",{value:"E191",enumerable:!1,configurable:!0});return h.slice(a.length)}async function p(a,b){let c=await (0,g.getActionEncryptionKey)();if(void 0===c)throw Object.defineProperty(Error("Missing encryption key for Server Action. This is a bug in Next.js"),"__NEXT_ERROR_CODE",{value:"E65",enumerable:!1,configurable:!0});let d=new Uint8Array(16);h.workUnitAsyncStorage.exit(()=>crypto.getRandomValues(d));let e=(0,g.arrayBufferToString)(d.buffer),f=await (0,g.encrypt)(c,d,k.encode(a+b));return btoa(e+(0,g.arrayBufferToString)(f))}var q=function(a){return a[a.Ready=0]="Ready",a[a.Pending=1]="Pending",a[a.Complete=2]="Complete",a}(q||{});let r=j.default.cache(async function a(b,...c){let e=h.workUnitAsyncStorage.getStore(),j=e?(0,h.getCacheSignal)(e):void 0,{clientModules:k}=(0,g.getClientReferenceManifestForRsc)(),l=Error();Error.captureStackTrace(l,a);let n=!1,o=e?(0,i.createHangingInputAbortSignal)(e):void 0,q=0;function r(){0===q&&(q=1,null==j||j.beginRead())}function s(){1===q&&(null==j||j.endRead()),q=2}o&&j&&o.addEventListener("abort",r,{once:!0});let t=await (0,f.streamToString)((0,d.renderToReadableStream)(c,k,{filterStackFrame:m,signal:o,onError(a){(null==o||!o.aborted)&&(n||(n=!0,l.message=a instanceof Error?a.message:String(a)))}}),o);if(n)throw s(),l;if(!e)return p(b,t);r();let u=(0,h.getPrerenderResumeDataCache)(e),v=(0,h.getRenderResumeDataCache)(e),w=b+t,x=(null==u?void 0:u.encryptedBoundArgs.get(w))??(null==v?void 0:v.encryptedBoundArgs.get(w));if(x)return x;let y=await p(b,t);return s(),null==u||u.encryptedBoundArgs.set(w,y),y});async function s(a,b){let c,d=await b,f=h.workUnitAsyncStorage.getStore();if(f){let b=(0,h.getCacheSignal)(f),e=(0,h.getPrerenderResumeDataCache)(f),g=(0,h.getRenderResumeDataCache)(f);(c=(null==e?void 0:e.decryptedBoundArgs.get(d))??(null==g?void 0:g.decryptedBoundArgs.get(d)))||(null==b||b.beginRead(),c=await o(a,d),null==b||b.endRead(),null==e||e.decryptedBoundArgs.set(d,c))}else c=await o(a,d);let{edgeRscModuleMapping:i,rscModuleMapping:j}=(0,g.getClientReferenceManifestForRsc)();return await (0,e.createFromReadableStream)(new ReadableStream({start(a){switch(a.enqueue(k.encode(c)),null==f?void 0:f.type){case"prerender":case"prerender-runtime":f.renderSignal.aborted?a.close():f.renderSignal.addEventListener("abort",()=>a.close(),{once:!0});break;case"prerender-client":case"prerender-ppr":case"prerender-legacy":case"request":case"cache":case"private-cache":case"unstable-cache":case void 0:return a.close()}}}),{findSourceMapURL:n,serverConsumerManifest:{moduleLoading:null,moduleMap:j,serverModuleMap:(0,g.getServerModuleMap)()}})}},75879:(a,b,c)=>{"use strict";Object.defineProperty(b,"A",{enumerable:!0,get:function(){return d.registerServerReference}});let d=c(97954)},78335:()=>{},83237:a=>{"use strict";a.exports=import("playwright")},86006:(a,b,c)=>{"use strict";c.d(b,{getProviderDef:()=>e});let d={openai:{id:"openai",name:"OpenAI",type:"native",description:"GPT models powering ChatGPT. Industry-leading language understanding.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openai.svg",keyUrl:"https://platform.openai.com/api-keys",keyPlaceholder:"sk-...",color:"#10A37F",sdkProvider:"openai",defaultModel:"gpt-4o-mini",popularModels:["gpt-4o","gpt-4o-mini","gpt-4-turbo","gpt-3.5-turbo"]},google:{id:"google",name:"Google Gemini",type:"native",description:"Google's multimodal AI with strong reasoning capabilities.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/googlegemini.svg",keyUrl:"https://aistudio.google.com/apikey",keyPlaceholder:"AIza...",color:"#4285F4",sdkProvider:"google",defaultModel:"gemini-2.5-flash",popularModels:["gemini-2.5-flash","gemini-2.5-pro","gemini-2.0-flash"]},anthropic:{id:"anthropic",name:"Anthropic",type:"native",description:"Claude models — safe, steerable, and highly capable.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"https://console.anthropic.com/settings/keys",keyPlaceholder:"sk-ant-...",color:"#D97706",sdkProvider:"anthropic",defaultModel:"claude-sonnet-4-20250514",popularModels:["claude-sonnet-4-20250514","claude-haiku-4-20250514","claude-3-5-sonnet-20241022"]},deepseek:{id:"deepseek",name:"DeepSeek",type:"openai-compatible",description:"High-performance open-source models with competitive reasoning.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deepseek.svg",keyUrl:"https://platform.deepseek.com/api_keys",keyPlaceholder:"sk-...",color:"#4D6BFE",sdkProvider:"openai",baseURL:"https://api.deepseek.com/v1",defaultModel:"deepseek-chat",popularModels:["deepseek-chat","deepseek-reasoner"]},xiaomi:{id:"xiaomi",name:"Xiaomi (MiMo)",type:"openai-compatible",description:"Xiaomi's MiMo models — OpenAI-compatible API.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/xiaomi.svg",keyUrl:"https://platform.xiaomimimo.com/",keyPlaceholder:"tp-...",color:"#FF6900",sdkProvider:"openai",baseURL:"https://token-plan-sgp.xiaomimimo.com/v1",defaultModel:"mimo-v2.5",popularModels:["mimo-v2.5","mimo-v2.5-pro"]},openrouter:{id:"openrouter",name:"OpenRouter",type:"openai-compatible",description:"Unified gateway to 200+ models — Claude, Llama, Mistral, Gemini, and more.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openrouter.svg",keyUrl:"https://openrouter.ai/keys",keyPlaceholder:"sk-or-...",color:"#6366F1",sdkProvider:"openai",baseURL:"https://openrouter.ai/api/v1",defaultModel:"openrouter/free",popularModels:["openrouter/free","meta-llama/llama-4-maverick:free","google/gemini-2.5-flash:free","deepseek/deepseek-chat-v3-0324:free","mistralai/mistral-small-3.2-24b:free","qwen/qwen3-235b-a22b:free","microsoft/phi-4-reasoning-plus:free"]},groq:{id:"groq",name:"Groq",type:"native",description:"Ultra-fast inference with LPU hardware. Blazing speed for Llama, Mixtral, and Gemma models.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/groq.svg",keyUrl:"https://console.groq.com/keys",keyPlaceholder:"gsk_...",color:"#F55036",sdkProvider:"groq",defaultModel:"llama-3.3-70b-versatile",popularModels:["llama-3.3-70b-versatile","llama-3.1-8b-instant","mixtral-8x7b-32768","gemma2-9b-it","meta-llama/llama-4-scout-17b-16e-instruct","qwen-qwq-32b"]},custom:{id:"custom",name:"Custom (OpenAI-compatible)",type:"openai-compatible",description:"Any OpenAI-compatible API — Ollama, LM Studio, vLLM, LiteLLM, etc.",logoUrl:"",keyUrl:"",keyPlaceholder:"sk-... or any key",color:"#6B7280",sdkProvider:"openai",defaultModel:"",popularModels:[],requiresBaseURL:!0}};function e(a){return d[a]??d.custom}Object.values(d)},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},95736:(a,b,c)=>{"use strict";a.exports=c(44870)},96487:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,917,845],()=>b(b.s=55344));module.exports=c})();
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/e2e/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3542":{"*":{"id":"62003","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"1342","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-a90eeaea3538ebf2.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-1673b37cc8edb269.js","305","static/chunks/app/(dashboard)/layout-69e4ea7abe9faff3.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":3542,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":7193,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/0ecf0abc0513341e.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/e2e/route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3542":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/e2e/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7057":{"*":{"id":"16062","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"1342","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"55145","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-a90eeaea3538ebf2.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-1673b37cc8edb269.js","305","static/chunks/app/(dashboard)/layout-69e4ea7abe9faff3.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":7057,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":7193,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/aef2f5f25a3c4a6a.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/e2e/route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7057":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -8,7 +8,11 @@ RULES FOR STEPS:
8
8
  - Be concise: 2-5 steps per test case.
9
9
  - Focus on the action being tested, not boilerplate.
10
10
 
11
- Generate 3-8 test cases covering happy path, edge cases, and error scenarios.`}(e),i=[{type:"text",text:`Feature: ${b}
11
+ Generate 3-8 test cases covering happy path, edge cases, and error scenarios.`}(e),m=f&&f.length>0,n=[{type:"text",text:`Feature: ${b}
12
12
 
13
13
  Description / DoD / Acceptance Criteria:
14
- ${c||"(no additional description provided)"}${f?.length?"\n\nThe user has attached screenshot(s) of the UI/feature. Use them as additional context to write more accurate and specific test cases.":""}`}];if(f?.length)for(let a of f)i.push({type:"image",image:a});let{output:m}=await (0,d.generateText)({model:g,output:d.k7.array({element:j}),system:h,messages:[{role:"user",content:i}],temperature:.4});return m}async function m(a){try{let b=k(a);return await (0,d.generateText)({model:b,prompt:'Say "ok" in one word.',maxOutputTokens:10}),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:"Connection failed"}}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},15995:(a,b,c)=>{"use strict";c.d(b,{Yc:()=>h,w:()=>g});var d=c(55511);let e="aes-256-gcm";function f(){let a=process.env.ENCRYPTION_KEY;if(!a)throw Error("ENCRYPTION_KEY environment variable is not set");return(0,d.createHash)("sha256").update(a).digest()}function g(a){let b=f(),c=(0,d.randomBytes)(12),g=(0,d.createCipheriv)(e,b,c,{authTagLength:16}),h=Buffer.concat([g.update(a,"utf8"),g.final()]),i=g.getAuthTag();return"enc:"+Buffer.concat([c,i,h]).toString("base64")}function h(a){if(!a.startsWith("enc:"))return a;let b=f(),c=Buffer.from(a.slice(4),"base64"),g=c.subarray(0,12),h=c.subarray(12,28),i=c.subarray(28),j=(0,d.createDecipheriv)(e,b,g,{authTagLength:16});return j.setAuthTag(h),Buffer.concat([j.update(i),j.final()]).toString("utf8")}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86006:(a,b,c)=>{"use strict";c.d(b,{getProviderDef:()=>e});let d={openai:{id:"openai",name:"OpenAI",type:"native",description:"GPT models powering ChatGPT. Industry-leading language understanding.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openai.svg",keyUrl:"https://platform.openai.com/api-keys",keyPlaceholder:"sk-...",color:"#10A37F",sdkProvider:"openai",defaultModel:"gpt-4o-mini",popularModels:["gpt-4o","gpt-4o-mini","gpt-4-turbo","gpt-3.5-turbo"]},google:{id:"google",name:"Google Gemini",type:"native",description:"Google's multimodal AI with strong reasoning capabilities.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/googlegemini.svg",keyUrl:"https://aistudio.google.com/apikey",keyPlaceholder:"AIza...",color:"#4285F4",sdkProvider:"google",defaultModel:"gemini-2.5-flash",popularModels:["gemini-2.5-flash","gemini-2.5-pro","gemini-2.0-flash"]},anthropic:{id:"anthropic",name:"Anthropic",type:"native",description:"Claude models — safe, steerable, and highly capable.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"https://console.anthropic.com/settings/keys",keyPlaceholder:"sk-ant-...",color:"#D97706",sdkProvider:"anthropic",defaultModel:"claude-sonnet-4-20250514",popularModels:["claude-sonnet-4-20250514","claude-haiku-4-20250514","claude-3-5-sonnet-20241022"]},deepseek:{id:"deepseek",name:"DeepSeek",type:"openai-compatible",description:"High-performance open-source models with competitive reasoning.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deepseek.svg",keyUrl:"https://platform.deepseek.com/api_keys",keyPlaceholder:"sk-...",color:"#4D6BFE",sdkProvider:"openai",baseURL:"https://api.deepseek.com/v1",defaultModel:"deepseek-chat",popularModels:["deepseek-chat","deepseek-reasoner"]},xiaomi:{id:"xiaomi",name:"Xiaomi (MiMo)",type:"openai-compatible",description:"Xiaomi's MiMo models — OpenAI-compatible API.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/xiaomi.svg",keyUrl:"https://platform.xiaomimimo.com/",keyPlaceholder:"tp-...",color:"#FF6900",sdkProvider:"openai",baseURL:"https://token-plan-sgp.xiaomimimo.com/v1",defaultModel:"mimo-v2.5",popularModels:["mimo-v2.5","mimo-v2.5-pro"]},openrouter:{id:"openrouter",name:"OpenRouter",type:"openai-compatible",description:"Unified gateway to 200+ models — Claude, Llama, Mistral, Gemini, and more.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openrouter.svg",keyUrl:"https://openrouter.ai/keys",keyPlaceholder:"sk-or-...",color:"#6366F1",sdkProvider:"openai",baseURL:"https://openrouter.ai/api/v1",defaultModel:"openrouter/free",popularModels:["openrouter/free","meta-llama/llama-4-maverick:free","google/gemini-2.5-flash:free","deepseek/deepseek-chat-v3-0324:free","mistralai/mistral-small-3.2-24b:free","qwen/qwen3-235b-a22b:free","microsoft/phi-4-reasoning-plus:free"]},groq:{id:"groq",name:"Groq",type:"native",description:"Ultra-fast inference with LPU hardware. Blazing speed for Llama, Mixtral, and Gemma models.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/groq.svg",keyUrl:"https://console.groq.com/keys",keyPlaceholder:"gsk_...",color:"#F55036",sdkProvider:"groq",defaultModel:"llama-3.3-70b-versatile",popularModels:["llama-3.3-70b-versatile","llama-3.1-8b-instant","mixtral-8x7b-32768","gemma2-9b-it","meta-llama/llama-4-scout-17b-16e-instruct","qwen-qwq-32b"]},custom:{id:"custom",name:"Custom (OpenAI-compatible)",type:"openai-compatible",description:"Any OpenAI-compatible API — Ollama, LM Studio, vLLM, LiteLLM, etc.",logoUrl:"",keyUrl:"",keyPlaceholder:"sk-... or any key",color:"#6B7280",sdkProvider:"openai",defaultModel:"",popularModels:[],requiresBaseURL:!0}};function e(a){return d[a]??d.custom}Object.values(d)},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,692,845],()=>b(b.s=4237));module.exports=c})();
14
+ ${c||"(no additional description provided)"}${m?"\n\nThe user has attached screenshot(s) of the UI/feature. Use them as additional context to write more accurate and specific test cases.":""}`}];if(f?.length)for(let a of f)n.push({type:"image",image:a});try{let{output:a}=await (0,d.generateText)({model:g,output:d.k7.array({element:j}),system:h,messages:[{role:"user",content:n}],temperature:.4,maxOutputTokens:4096});return a}catch(p){console.warn("Structured output failed, falling back to text parsing:",p);let a=`${h}
15
+
16
+ IMPORTANT: Respond with ONLY a valid JSON array. No markdown, no code fences, no explanation, no thinking tags. Just the raw JSON array.
17
+
18
+ Each object must have exactly these keys: "title" (string), "steps" (string with numbered steps separated by newlines), "expected" (string).`,{text:b}=await (0,d.generateText)({model:g,system:a,messages:[{role:"user",content:n}],temperature:.4,maxOutputTokens:4096}),c=b.trim(),e=(c=c.replace(/<think>[\s\S]*?<\/think>/g,"").trim()).match(/```(?:json)?\s*([\s\S]*?)```/);e&&(c=e[1].trim());let f=c.match(/\[\s*\{[\s\S]*\}\s*\]/);f&&(c=f[0]);let k=(c.match(/\[/g)||[]).length,l=(c.match(/\]/g)||[]).length,m=(c.match(/\{/g)||[]).length,o=(c.match(/\}/g)||[]).length;m>o&&((c.match(/"/g)||[]).length%2!=0&&(c+='"'),c+="}".repeat(m-o)),k>l&&(c+="]".repeat(k-l));try{let a=JSON.parse(c);return i.YO(j).parse(a)}catch(a){throw Error(`Model returned unparseable response. Raw text: ${b.slice(0,500)}`)}}}async function m(a){try{let b=k(a);return await (0,d.generateText)({model:b,prompt:'Say "ok" in one word.',maxOutputTokens:10}),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:"Connection failed"}}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},15995:(a,b,c)=>{"use strict";c.d(b,{Yc:()=>h,w:()=>g});var d=c(55511);let e="aes-256-gcm";function f(){let a=process.env.ENCRYPTION_KEY;if(!a)throw Error("ENCRYPTION_KEY environment variable is not set");return(0,d.createHash)("sha256").update(a).digest()}function g(a){let b=f(),c=(0,d.randomBytes)(12),g=(0,d.createCipheriv)(e,b,c,{authTagLength:16}),h=Buffer.concat([g.update(a,"utf8"),g.final()]),i=g.getAuthTag();return"enc:"+Buffer.concat([c,i,h]).toString("base64")}function h(a){if(!a.startsWith("enc:"))return a;let b=f(),c=Buffer.from(a.slice(4),"base64"),g=c.subarray(0,12),h=c.subarray(12,28),i=c.subarray(28),j=(0,d.createDecipheriv)(e,b,g,{authTagLength:16});return j.setAuthTag(h),Buffer.concat([j.update(i),j.final()]).toString("utf8")}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86006:(a,b,c)=>{"use strict";c.d(b,{getProviderDef:()=>e});let d={openai:{id:"openai",name:"OpenAI",type:"native",description:"GPT models powering ChatGPT. Industry-leading language understanding.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openai.svg",keyUrl:"https://platform.openai.com/api-keys",keyPlaceholder:"sk-...",color:"#10A37F",sdkProvider:"openai",defaultModel:"gpt-4o-mini",popularModels:["gpt-4o","gpt-4o-mini","gpt-4-turbo","gpt-3.5-turbo"]},google:{id:"google",name:"Google Gemini",type:"native",description:"Google's multimodal AI with strong reasoning capabilities.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/googlegemini.svg",keyUrl:"https://aistudio.google.com/apikey",keyPlaceholder:"AIza...",color:"#4285F4",sdkProvider:"google",defaultModel:"gemini-2.5-flash",popularModels:["gemini-2.5-flash","gemini-2.5-pro","gemini-2.0-flash"]},anthropic:{id:"anthropic",name:"Anthropic",type:"native",description:"Claude models — safe, steerable, and highly capable.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"https://console.anthropic.com/settings/keys",keyPlaceholder:"sk-ant-...",color:"#D97706",sdkProvider:"anthropic",defaultModel:"claude-sonnet-4-20250514",popularModels:["claude-sonnet-4-20250514","claude-haiku-4-20250514","claude-3-5-sonnet-20241022"]},deepseek:{id:"deepseek",name:"DeepSeek",type:"openai-compatible",description:"High-performance open-source models with competitive reasoning.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deepseek.svg",keyUrl:"https://platform.deepseek.com/api_keys",keyPlaceholder:"sk-...",color:"#4D6BFE",sdkProvider:"openai",baseURL:"https://api.deepseek.com/v1",defaultModel:"deepseek-chat",popularModels:["deepseek-chat","deepseek-reasoner"]},xiaomi:{id:"xiaomi",name:"Xiaomi (MiMo)",type:"openai-compatible",description:"Xiaomi's MiMo models — OpenAI-compatible API.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/xiaomi.svg",keyUrl:"https://platform.xiaomimimo.com/",keyPlaceholder:"tp-...",color:"#FF6900",sdkProvider:"openai",baseURL:"https://token-plan-sgp.xiaomimimo.com/v1",defaultModel:"mimo-v2.5",popularModels:["mimo-v2.5","mimo-v2.5-pro"]},openrouter:{id:"openrouter",name:"OpenRouter",type:"openai-compatible",description:"Unified gateway to 200+ models — Claude, Llama, Mistral, Gemini, and more.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openrouter.svg",keyUrl:"https://openrouter.ai/keys",keyPlaceholder:"sk-or-...",color:"#6366F1",sdkProvider:"openai",baseURL:"https://openrouter.ai/api/v1",defaultModel:"openrouter/free",popularModels:["openrouter/free","meta-llama/llama-4-maverick:free","google/gemini-2.5-flash:free","deepseek/deepseek-chat-v3-0324:free","mistralai/mistral-small-3.2-24b:free","qwen/qwen3-235b-a22b:free","microsoft/phi-4-reasoning-plus:free"]},groq:{id:"groq",name:"Groq",type:"native",description:"Ultra-fast inference with LPU hardware. Blazing speed for Llama, Mixtral, and Gemma models.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/groq.svg",keyUrl:"https://console.groq.com/keys",keyPlaceholder:"gsk_...",color:"#F55036",sdkProvider:"groq",defaultModel:"llama-3.3-70b-versatile",popularModels:["llama-3.3-70b-versatile","llama-3.1-8b-instant","mixtral-8x7b-32768","gemma2-9b-it","meta-llama/llama-4-scout-17b-16e-instruct","qwen-qwq-32b"]},custom:{id:"custom",name:"Custom (OpenAI-compatible)",type:"openai-compatible",description:"Any OpenAI-compatible API — Ollama, LM Studio, vLLM, LiteLLM, etc.",logoUrl:"",keyUrl:"",keyPlaceholder:"sk-... or any key",color:"#6B7280",sdkProvider:"openai",defaultModel:"",popularModels:[],requiresBaseURL:!0}};function e(a){return d[a]??d.custom}Object.values(d)},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,692,845],()=>b(b.s=4237));module.exports=c})();
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/generate/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3542":{"*":{"id":"62003","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"1342","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-a90eeaea3538ebf2.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-1673b37cc8edb269.js","305","static/chunks/app/(dashboard)/layout-69e4ea7abe9faff3.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":3542,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":7193,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/0ecf0abc0513341e.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/generate/route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3542":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/generate/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7057":{"*":{"id":"16062","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"1342","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"55145","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-a90eeaea3538ebf2.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-1673b37cc8edb269.js","305","static/chunks/app/(dashboard)/layout-69e4ea7abe9faff3.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":7057,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":7193,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/aef2f5f25a3c4a6a.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/generate/route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7057":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/llm/encrypt/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3542":{"*":{"id":"62003","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"1342","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-a90eeaea3538ebf2.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-1673b37cc8edb269.js","305","static/chunks/app/(dashboard)/layout-69e4ea7abe9faff3.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":3542,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":7193,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/0ecf0abc0513341e.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/llm/encrypt/route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3542":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/llm/encrypt/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7057":{"*":{"id":"16062","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"1342","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"55145","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-a90eeaea3538ebf2.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-1673b37cc8edb269.js","305","static/chunks/app/(dashboard)/layout-69e4ea7abe9faff3.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":7057,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":7193,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/aef2f5f25a3c4a6a.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/llm/encrypt/route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7057":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1,4 +1,4 @@
1
- (()=>{var a={};a.id=986,a.ids=[986],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1241:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{POST:()=>y});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(6552),w=c(86006),x=c(15995);async function y(a){try{let{provider:b,apiKey:c,baseURL:d}=await a.json();if(!c)return u.NextResponse.json({ok:!1,error:"API key required"},{status:400});let e=(0,w.getProviderDef)(b),f=(0,x.Yc)(c),g=await (0,v.r)({def:e,apiKey:f,model:e.defaultModel,baseURL:d});return console.log(g),u.NextResponse.json(g)}catch(b){let a=b instanceof Error?b.message:"Internal error";return u.NextResponse.json({ok:!1,error:a},{status:500})}}let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/llm/test/route",pathname:"/api/llm/test",filename:"route",bundlePath:"app/api/llm/test/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/llm/test/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){var d;let e="/api/llm/test/route";"/index"===e&&(e="/");let g=await z.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||z.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===z.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>z.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>z.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},6552:(a,b,c)=>{"use strict";c.d(b,{Z:()=>l,createModel:()=>k,r:()=>m});var d=c(2112),e=c(70),f=c(28670),g=c(44491),h=c(21520),i=c(59256);let j=i.Ik({title:i.Yj().describe("Short descriptive title of the test case"),steps:i.Yj().describe("Numbered test steps separated by newlines"),expected:i.Yj().describe("Expected result of the test")});function k(a){let{def:b,apiKey:c,model:d,baseURL:i}=a;if("native"===b.type)switch(b.sdkProvider){case"openai":return(0,e.ry)({apiKey:c})(d||b.defaultModel);case"google":return(0,f.sw)({apiKey:c})(d||b.defaultModel);case"anthropic":return(0,g.nM)({apiKey:c})(d||b.defaultModel);case"groq":return(0,h.cn)({apiKey:c})(d||b.defaultModel);default:throw Error(`Unknown native SDK provider: ${b.sdkProvider}`)}let j=i||b.baseURL;if(!j)throw Error(`Base URL is required for OpenAI-compatible provider "${b.id}"`);return(0,e.ry)({apiKey:c,baseURL:j,name:b.id})(d||b.defaultModel)}async function l(a,b,c,e="en",f){let g=k(a),h=function(a="en"){return`You are a QA engineer. Generate test cases for the given feature.
1
+ (()=>{var a={};a.id=986,a.ids=[986],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1241:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{POST:()=>y});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(6552),w=c(86006),x=c(15995);async function y(a){try{let{provider:b,apiKey:c,baseURL:d,model:e}=await a.json();if(!c)return u.NextResponse.json({ok:!1,error:"API key required"},{status:400});let f=(0,w.getProviderDef)(b),g=(0,x.Yc)(c),h=await (0,v.r)({def:f,apiKey:g,model:e||f.defaultModel,baseURL:d});return console.log(h),u.NextResponse.json(h)}catch(b){let a=b instanceof Error?b.message:"Internal error";return u.NextResponse.json({ok:!1,error:a},{status:500})}}let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/llm/test/route",pathname:"/api/llm/test",filename:"route",bundlePath:"app/api/llm/test/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/llm/test/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){var d;let e="/api/llm/test/route";"/index"===e&&(e="/");let g=await z.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||z.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===z.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>z.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>z.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},6552:(a,b,c)=>{"use strict";c.d(b,{Z:()=>l,createModel:()=>k,r:()=>m});var d=c(2112),e=c(70),f=c(28670),g=c(44491),h=c(21520),i=c(59256);let j=i.Ik({title:i.Yj().describe("Short descriptive title of the test case"),steps:i.Yj().describe("Numbered test steps separated by newlines"),expected:i.Yj().describe("Expected result of the test")});function k(a){let{def:b,apiKey:c,model:d,baseURL:i}=a;if("native"===b.type)switch(b.sdkProvider){case"openai":return(0,e.ry)({apiKey:c})(d||b.defaultModel);case"google":return(0,f.sw)({apiKey:c})(d||b.defaultModel);case"anthropic":return(0,g.nM)({apiKey:c})(d||b.defaultModel);case"groq":return(0,h.cn)({apiKey:c})(d||b.defaultModel);default:throw Error(`Unknown native SDK provider: ${b.sdkProvider}`)}let j=i||b.baseURL;if(!j)throw Error(`Base URL is required for OpenAI-compatible provider "${b.id}"`);return(0,e.ry)({apiKey:c,baseURL:j,name:b.id})(d||b.defaultModel)}async function l(a,b,c,e="en",f){let g=k(a),h=function(a="en"){return`You are a QA engineer. Generate test cases for the given feature.
2
2
  ${"id"===a?"Write ALL test case content (title, steps, expected result) in Bahasa Indonesia.":"Write ALL test case content (title, steps, expected result) in English."}
3
3
 
4
4
  RULES FOR STEPS:
@@ -8,7 +8,11 @@ RULES FOR STEPS:
8
8
  - Be concise: 2-5 steps per test case.
9
9
  - Focus on the action being tested, not boilerplate.
10
10
 
11
- Generate 3-8 test cases covering happy path, edge cases, and error scenarios.`}(e),i=[{type:"text",text:`Feature: ${b}
11
+ Generate 3-8 test cases covering happy path, edge cases, and error scenarios.`}(e),m=f&&f.length>0,n=[{type:"text",text:`Feature: ${b}
12
12
 
13
13
  Description / DoD / Acceptance Criteria:
14
- ${c||"(no additional description provided)"}${f?.length?"\n\nThe user has attached screenshot(s) of the UI/feature. Use them as additional context to write more accurate and specific test cases.":""}`}];if(f?.length)for(let a of f)i.push({type:"image",image:a});let{output:m}=await (0,d.generateText)({model:g,output:d.k7.array({element:j}),system:h,messages:[{role:"user",content:i}],temperature:.4});return m}async function m(a){try{let b=k(a);return await (0,d.generateText)({model:b,prompt:'Say "ok" in one word.',maxOutputTokens:10}),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:"Connection failed"}}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},15995:(a,b,c)=>{"use strict";c.d(b,{Yc:()=>h,w:()=>g});var d=c(55511);let e="aes-256-gcm";function f(){let a=process.env.ENCRYPTION_KEY;if(!a)throw Error("ENCRYPTION_KEY environment variable is not set");return(0,d.createHash)("sha256").update(a).digest()}function g(a){let b=f(),c=(0,d.randomBytes)(12),g=(0,d.createCipheriv)(e,b,c,{authTagLength:16}),h=Buffer.concat([g.update(a,"utf8"),g.final()]),i=g.getAuthTag();return"enc:"+Buffer.concat([c,i,h]).toString("base64")}function h(a){if(!a.startsWith("enc:"))return a;let b=f(),c=Buffer.from(a.slice(4),"base64"),g=c.subarray(0,12),h=c.subarray(12,28),i=c.subarray(28),j=(0,d.createDecipheriv)(e,b,g,{authTagLength:16});return j.setAuthTag(h),Buffer.concat([j.update(i),j.final()]).toString("utf8")}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86006:(a,b,c)=>{"use strict";c.d(b,{getProviderDef:()=>e});let d={openai:{id:"openai",name:"OpenAI",type:"native",description:"GPT models powering ChatGPT. Industry-leading language understanding.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openai.svg",keyUrl:"https://platform.openai.com/api-keys",keyPlaceholder:"sk-...",color:"#10A37F",sdkProvider:"openai",defaultModel:"gpt-4o-mini",popularModels:["gpt-4o","gpt-4o-mini","gpt-4-turbo","gpt-3.5-turbo"]},google:{id:"google",name:"Google Gemini",type:"native",description:"Google's multimodal AI with strong reasoning capabilities.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/googlegemini.svg",keyUrl:"https://aistudio.google.com/apikey",keyPlaceholder:"AIza...",color:"#4285F4",sdkProvider:"google",defaultModel:"gemini-2.5-flash",popularModels:["gemini-2.5-flash","gemini-2.5-pro","gemini-2.0-flash"]},anthropic:{id:"anthropic",name:"Anthropic",type:"native",description:"Claude models — safe, steerable, and highly capable.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"https://console.anthropic.com/settings/keys",keyPlaceholder:"sk-ant-...",color:"#D97706",sdkProvider:"anthropic",defaultModel:"claude-sonnet-4-20250514",popularModels:["claude-sonnet-4-20250514","claude-haiku-4-20250514","claude-3-5-sonnet-20241022"]},deepseek:{id:"deepseek",name:"DeepSeek",type:"openai-compatible",description:"High-performance open-source models with competitive reasoning.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deepseek.svg",keyUrl:"https://platform.deepseek.com/api_keys",keyPlaceholder:"sk-...",color:"#4D6BFE",sdkProvider:"openai",baseURL:"https://api.deepseek.com/v1",defaultModel:"deepseek-chat",popularModels:["deepseek-chat","deepseek-reasoner"]},xiaomi:{id:"xiaomi",name:"Xiaomi (MiMo)",type:"openai-compatible",description:"Xiaomi's MiMo models — OpenAI-compatible API.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/xiaomi.svg",keyUrl:"https://platform.xiaomimimo.com/",keyPlaceholder:"tp-...",color:"#FF6900",sdkProvider:"openai",baseURL:"https://token-plan-sgp.xiaomimimo.com/v1",defaultModel:"mimo-v2.5",popularModels:["mimo-v2.5","mimo-v2.5-pro"]},openrouter:{id:"openrouter",name:"OpenRouter",type:"openai-compatible",description:"Unified gateway to 200+ models — Claude, Llama, Mistral, Gemini, and more.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openrouter.svg",keyUrl:"https://openrouter.ai/keys",keyPlaceholder:"sk-or-...",color:"#6366F1",sdkProvider:"openai",baseURL:"https://openrouter.ai/api/v1",defaultModel:"openrouter/free",popularModels:["openrouter/free","meta-llama/llama-4-maverick:free","google/gemini-2.5-flash:free","deepseek/deepseek-chat-v3-0324:free","mistralai/mistral-small-3.2-24b:free","qwen/qwen3-235b-a22b:free","microsoft/phi-4-reasoning-plus:free"]},groq:{id:"groq",name:"Groq",type:"native",description:"Ultra-fast inference with LPU hardware. Blazing speed for Llama, Mixtral, and Gemma models.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/groq.svg",keyUrl:"https://console.groq.com/keys",keyPlaceholder:"gsk_...",color:"#F55036",sdkProvider:"groq",defaultModel:"llama-3.3-70b-versatile",popularModels:["llama-3.3-70b-versatile","llama-3.1-8b-instant","mixtral-8x7b-32768","gemma2-9b-it","meta-llama/llama-4-scout-17b-16e-instruct","qwen-qwq-32b"]},custom:{id:"custom",name:"Custom (OpenAI-compatible)",type:"openai-compatible",description:"Any OpenAI-compatible API — Ollama, LM Studio, vLLM, LiteLLM, etc.",logoUrl:"",keyUrl:"",keyPlaceholder:"sk-... or any key",color:"#6B7280",sdkProvider:"openai",defaultModel:"",popularModels:[],requiresBaseURL:!0}};function e(a){return d[a]??d.custom}Object.values(d)},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,692,845],()=>b(b.s=1241));module.exports=c})();
14
+ ${c||"(no additional description provided)"}${m?"\n\nThe user has attached screenshot(s) of the UI/feature. Use them as additional context to write more accurate and specific test cases.":""}`}];if(f?.length)for(let a of f)n.push({type:"image",image:a});try{let{output:a}=await (0,d.generateText)({model:g,output:d.k7.array({element:j}),system:h,messages:[{role:"user",content:n}],temperature:.4,maxOutputTokens:4096});return a}catch(p){console.warn("Structured output failed, falling back to text parsing:",p);let a=`${h}
15
+
16
+ IMPORTANT: Respond with ONLY a valid JSON array. No markdown, no code fences, no explanation, no thinking tags. Just the raw JSON array.
17
+
18
+ Each object must have exactly these keys: "title" (string), "steps" (string with numbered steps separated by newlines), "expected" (string).`,{text:b}=await (0,d.generateText)({model:g,system:a,messages:[{role:"user",content:n}],temperature:.4,maxOutputTokens:4096}),c=b.trim(),e=(c=c.replace(/<think>[\s\S]*?<\/think>/g,"").trim()).match(/```(?:json)?\s*([\s\S]*?)```/);e&&(c=e[1].trim());let f=c.match(/\[\s*\{[\s\S]*\}\s*\]/);f&&(c=f[0]);let k=(c.match(/\[/g)||[]).length,l=(c.match(/\]/g)||[]).length,m=(c.match(/\{/g)||[]).length,o=(c.match(/\}/g)||[]).length;m>o&&((c.match(/"/g)||[]).length%2!=0&&(c+='"'),c+="}".repeat(m-o)),k>l&&(c+="]".repeat(k-l));try{let a=JSON.parse(c);return i.YO(j).parse(a)}catch(a){throw Error(`Model returned unparseable response. Raw text: ${b.slice(0,500)}`)}}}async function m(a){try{let b=k(a);return await (0,d.generateText)({model:b,prompt:'Say "ok" in one word.',maxOutputTokens:10}),{ok:!0}}catch(a){return{ok:!1,error:a instanceof Error?a.message:"Connection failed"}}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},15995:(a,b,c)=>{"use strict";c.d(b,{Yc:()=>h,w:()=>g});var d=c(55511);let e="aes-256-gcm";function f(){let a=process.env.ENCRYPTION_KEY;if(!a)throw Error("ENCRYPTION_KEY environment variable is not set");return(0,d.createHash)("sha256").update(a).digest()}function g(a){let b=f(),c=(0,d.randomBytes)(12),g=(0,d.createCipheriv)(e,b,c,{authTagLength:16}),h=Buffer.concat([g.update(a,"utf8"),g.final()]),i=g.getAuthTag();return"enc:"+Buffer.concat([c,i,h]).toString("base64")}function h(a){if(!a.startsWith("enc:"))return a;let b=f(),c=Buffer.from(a.slice(4),"base64"),g=c.subarray(0,12),h=c.subarray(12,28),i=c.subarray(28),j=(0,d.createDecipheriv)(e,b,g,{authTagLength:16});return j.setAuthTag(h),Buffer.concat([j.update(i),j.final()]).toString("utf8")}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86006:(a,b,c)=>{"use strict";c.d(b,{getProviderDef:()=>e});let d={openai:{id:"openai",name:"OpenAI",type:"native",description:"GPT models powering ChatGPT. Industry-leading language understanding.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openai.svg",keyUrl:"https://platform.openai.com/api-keys",keyPlaceholder:"sk-...",color:"#10A37F",sdkProvider:"openai",defaultModel:"gpt-4o-mini",popularModels:["gpt-4o","gpt-4o-mini","gpt-4-turbo","gpt-3.5-turbo"]},google:{id:"google",name:"Google Gemini",type:"native",description:"Google's multimodal AI with strong reasoning capabilities.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/googlegemini.svg",keyUrl:"https://aistudio.google.com/apikey",keyPlaceholder:"AIza...",color:"#4285F4",sdkProvider:"google",defaultModel:"gemini-2.5-flash",popularModels:["gemini-2.5-flash","gemini-2.5-pro","gemini-2.0-flash"]},anthropic:{id:"anthropic",name:"Anthropic",type:"native",description:"Claude models — safe, steerable, and highly capable.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/anthropic.svg",keyUrl:"https://console.anthropic.com/settings/keys",keyPlaceholder:"sk-ant-...",color:"#D97706",sdkProvider:"anthropic",defaultModel:"claude-sonnet-4-20250514",popularModels:["claude-sonnet-4-20250514","claude-haiku-4-20250514","claude-3-5-sonnet-20241022"]},deepseek:{id:"deepseek",name:"DeepSeek",type:"openai-compatible",description:"High-performance open-source models with competitive reasoning.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/deepseek.svg",keyUrl:"https://platform.deepseek.com/api_keys",keyPlaceholder:"sk-...",color:"#4D6BFE",sdkProvider:"openai",baseURL:"https://api.deepseek.com/v1",defaultModel:"deepseek-chat",popularModels:["deepseek-chat","deepseek-reasoner"]},xiaomi:{id:"xiaomi",name:"Xiaomi (MiMo)",type:"openai-compatible",description:"Xiaomi's MiMo models — OpenAI-compatible API.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/xiaomi.svg",keyUrl:"https://platform.xiaomimimo.com/",keyPlaceholder:"tp-...",color:"#FF6900",sdkProvider:"openai",baseURL:"https://token-plan-sgp.xiaomimimo.com/v1",defaultModel:"mimo-v2.5",popularModels:["mimo-v2.5","mimo-v2.5-pro"]},openrouter:{id:"openrouter",name:"OpenRouter",type:"openai-compatible",description:"Unified gateway to 200+ models — Claude, Llama, Mistral, Gemini, and more.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/openrouter.svg",keyUrl:"https://openrouter.ai/keys",keyPlaceholder:"sk-or-...",color:"#6366F1",sdkProvider:"openai",baseURL:"https://openrouter.ai/api/v1",defaultModel:"openrouter/free",popularModels:["openrouter/free","meta-llama/llama-4-maverick:free","google/gemini-2.5-flash:free","deepseek/deepseek-chat-v3-0324:free","mistralai/mistral-small-3.2-24b:free","qwen/qwen3-235b-a22b:free","microsoft/phi-4-reasoning-plus:free"]},groq:{id:"groq",name:"Groq",type:"native",description:"Ultra-fast inference with LPU hardware. Blazing speed for Llama, Mixtral, and Gemma models.",logoUrl:"https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/groq.svg",keyUrl:"https://console.groq.com/keys",keyPlaceholder:"gsk_...",color:"#F55036",sdkProvider:"groq",defaultModel:"llama-3.3-70b-versatile",popularModels:["llama-3.3-70b-versatile","llama-3.1-8b-instant","mixtral-8x7b-32768","gemma2-9b-it","meta-llama/llama-4-scout-17b-16e-instruct","qwen-qwq-32b"]},custom:{id:"custom",name:"Custom (OpenAI-compatible)",type:"openai-compatible",description:"Any OpenAI-compatible API — Ollama, LM Studio, vLLM, LiteLLM, etc.",logoUrl:"",keyUrl:"",keyPlaceholder:"sk-... or any key",color:"#6B7280",sdkProvider:"openai",defaultModel:"",popularModels:[],requiresBaseURL:!0}};function e(a){return d[a]??d.custom}Object.values(d)},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,692,845],()=>b(b.s=1241));module.exports=c})();
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/llm/test/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3542":{"*":{"id":"62003","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"1342","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-a90eeaea3538ebf2.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-1673b37cc8edb269.js","305","static/chunks/app/(dashboard)/layout-69e4ea7abe9faff3.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":3542,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":7193,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/0ecf0abc0513341e.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/llm/test/route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3542":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/llm/test/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7057":{"*":{"id":"16062","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"1342","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"55145","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-a90eeaea3538ebf2.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-1673b37cc8edb269.js","305","static/chunks/app/(dashboard)/layout-69e4ea7abe9faff3.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":7057,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":7193,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/aef2f5f25a3c4a6a.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/api/llm/test/route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7057":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7193":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}