@tonyclaw/agent-inspector 3.0.42 → 3.0.44

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 (62) hide show
  1. package/.output/cli.js +2 -1
  2. package/.output/nitro.json +1 -1
  3. package/.output/public/assets/{CompareDrawer-7Gr3T28l.js → CompareDrawer-DQHjxFO6.js} +1 -1
  4. package/.output/public/assets/{InspectorPet-BYY_Sa_k.js → InspectorPet-D1A4505B.js} +167 -167
  5. package/.output/public/assets/ProxyViewerContainer-BhpIgfBi.js +126 -0
  6. package/.output/public/assets/{ReplayDialog-By1tvcuO.js → ReplayDialog-C5vmbecv.js} +1 -1
  7. package/.output/public/assets/{RequestAnatomy-AbVJG4VA.js → RequestAnatomy-CPGNB8lk.js} +1 -1
  8. package/.output/public/assets/{ResponseView-BqfnTwq-.js → ResponseView-DUfrajCm.js} +1 -1
  9. package/.output/public/assets/{StreamingChunkSequence-BK_GhL1n.js → StreamingChunkSequence-nbeCQqOz.js} +1 -1
  10. package/.output/public/assets/{_sessionId-BEVn_RD0.js → _sessionId-CDhRgzf6.js} +1 -1
  11. package/.output/public/assets/{_sessionId-BsoVln_N.js → _sessionId-mw3aA8Bp.js} +1 -1
  12. package/.output/public/assets/{index-D1Ar_Dtb.js → index-B2eoeT-Z.js} +1 -1
  13. package/.output/public/assets/index-BWjeqxbk.css +1 -0
  14. package/.output/public/assets/{index-DavUo6mY.js → index-BfRhTvOd.js} +1 -1
  15. package/.output/public/assets/{index-BmKouSES.js → index-C6qZwYlR.js} +16 -22
  16. package/.output/public/assets/{index-DPsfwdop.js → index-CX7_rf7o.js} +1 -1
  17. package/.output/public/assets/{json-viewer-vkLlnvyf.js → json-viewer-BLmF1sOZ.js} +1 -1
  18. package/.output/public/assets/{jszip.min-CMLonFfU.js → jszip.min-C9rCFoU3.js} +1 -1
  19. package/.output/server/{_sessionId-DYkPEoJd.mjs → _sessionId-E_Dmopc-.mjs} +2 -2
  20. package/.output/server/{_sessionId-BH52f7aR.mjs → _sessionId-U54BAqdp.mjs} +1 -1
  21. package/.output/server/_ssr/{CompareDrawer-Bt3LIoPy.mjs → CompareDrawer-CksatPed.mjs} +2 -2
  22. package/.output/server/_ssr/{InspectorPet-CikVNW8S.mjs → InspectorPet-DNc4GQ7z.mjs} +20 -10
  23. package/.output/server/_ssr/{ProxyViewerContainer-BS6MZd0t.mjs → ProxyViewerContainer-B02Ey0p_.mjs} +326 -235
  24. package/.output/server/_ssr/{ReplayDialog-DxFLoYlZ.mjs → ReplayDialog-DdMvHJF1.mjs} +3 -3
  25. package/.output/server/_ssr/{RequestAnatomy-CbLJjhKb.mjs → RequestAnatomy--vh2Z8__.mjs} +2 -2
  26. package/.output/server/_ssr/{ResponseView-Bs1sYg_8.mjs → ResponseView-Dhxc-cKC.mjs} +2 -2
  27. package/.output/server/_ssr/{StreamingChunkSequence-D0dBru3U.mjs → StreamingChunkSequence-BG0EQmaD.mjs} +2 -2
  28. package/.output/server/_ssr/{index-DIHmtfFU.mjs → index-D0At9nfd.mjs} +1 -1
  29. package/.output/server/_ssr/{index-hK95DE4-.mjs → index-lcfulIXa.mjs} +2 -2
  30. package/.output/server/_ssr/index.mjs +2 -2
  31. package/.output/server/_ssr/{json-viewer-BfRCUg1t.mjs → json-viewer-My1J1_5R.mjs} +2 -2
  32. package/.output/server/_ssr/{router-NjASMtmk.mjs → router-DWcUFPR3.mjs} +18 -24
  33. package/.output/server/{_tanstack-start-manifest_v-BNqjyvHx.mjs → _tanstack-start-manifest_v-B2chR8ef.mjs} +1 -1
  34. package/.output/server/index.mjs +85 -85
  35. package/package.json +5 -1
  36. package/scripts/generate-theme-scales.mjs +22 -0
  37. package/src/components/ProxyViewer.tsx +217 -103
  38. package/src/components/alerts/AlertsDialog.tsx +17 -17
  39. package/src/components/ecosystem/AgentLabDialog.tsx +11 -4
  40. package/src/components/groups/GroupsDialog.tsx +41 -26
  41. package/src/components/inspector-pet/InspectorPet.tsx +9 -9
  42. package/src/components/inspector-pet/inspectorPetLogic.ts +15 -1
  43. package/src/components/pi-agent/PiAgentPanel.tsx +12 -35
  44. package/src/components/pi-agent/piAgentChatLogic.ts +0 -24
  45. package/src/components/providers/ImportWizardDialog.tsx +1 -1
  46. package/src/components/providers/ProviderCard.tsx +4 -4
  47. package/src/components/providers/ProviderForm.tsx +11 -7
  48. package/src/components/providers/ProviderTestResultsView.tsx +15 -17
  49. package/src/components/providers/ProvidersPanel.tsx +1 -1
  50. package/src/components/providers/SettingsDialog.tsx +11 -7
  51. package/src/components/proxy-viewer/LogEntryHeader.tsx +2 -2
  52. package/src/components/proxy-viewer/TurnGroup.tsx +1 -1
  53. package/src/components/ui/icon-trigger.ts +1 -1
  54. package/src/lib/themeMode.ts +1 -5
  55. package/src/lib/uiScale.ts +8 -3
  56. package/src/proxy/identityProxy.ts +2 -1
  57. package/src/routes/__root.tsx +5 -10
  58. package/styles/globals.css +35 -143
  59. package/styles/theme-scales.css +50 -0
  60. package/styles/themes.css +157 -0
  61. package/.output/public/assets/ProxyViewerContainer-CCtygisW.js +0 -126
  62. package/.output/public/assets/index-DKwrwHsI.css +0 -1
@@ -0,0 +1,126 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/jszip.min-C9rCFoU3.js","assets/index-C6qZwYlR.js","assets/CompareDrawer-DQHjxFO6.js","assets/InspectorPet-D1A4505B.js","assets/ReplayDialog-C5vmbecv.js","assets/ResponseView-DUfrajCm.js","assets/RequestAnatomy-CPGNB8lk.js","assets/StreamingChunkSequence-nbeCQqOz.js","assets/json-viewer-BLmF1sOZ.js","assets/index-BfRhTvOd.js"])))=>i.map(i=>d[i]);
2
+ import{w as It,u as qt,a as af,r as c,j as s,_ as Gt,b as Fx,c as zi,p as Ux,T as Bx,n as qx,d as Hx,e as Vx,f as Li,U as Wx,g as lf,h as Jo,i as zs,k as L,B as ee,l as Yn,m as cf,o as Pe,q as uf,s as Pt,t as Zx,L as go,v as df,x as Kx,y as xo,C as ff,z as Gx}from"./index-C6qZwYlR.js";var Fc;function O(e,t,n){function r(l,u){if(l._zod||Object.defineProperty(l,"_zod",{value:{def:u,constr:a,traits:new Set},enumerable:!1}),l._zod.traits.has(e))return;l._zod.traits.add(e),t(l,u);const d=a.prototype,f=Object.keys(d);for(let p=0;p<f.length;p++){const m=f[p];m in l||(l[m]=d[m].bind(l))}}const o=n?.Parent??Object;class i extends o{}Object.defineProperty(i,"name",{value:e});function a(l){var u;const d=n?.Parent?new i:this;r(d,l),(u=d._zod).deferred??(u.deferred=[]);for(const f of d._zod.deferred)f();return d}return Object.defineProperty(a,"init",{value:r}),Object.defineProperty(a,Symbol.hasInstance,{value:l=>n?.Parent&&l instanceof n.Parent?!0:l?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}class vs extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class pf extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}}(Fc=globalThis).__zod_globalConfig??(Fc.__zod_globalConfig={});const bl=globalThis.__zod_globalConfig;function on(e){return bl}function mf(e){const t=Object.values(e).filter(r=>typeof r=="number");return Object.entries(e).filter(([r,o])=>t.indexOf(+r)===-1).map(([r,o])=>o)}function Ta(e,t){return typeof t=="bigint"?t.toString():t}function Yo(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function vl(e){return e==null}function yl(e){const t=e.startsWith("^")?1:0,n=e.endsWith("$")?e.length-1:e.length;return e.slice(t,n)}function Jx(e,t){const n=e/t,r=Math.round(n),o=Number.EPSILON*Math.max(Math.abs(n),1);return Math.abs(n-r)<o?0:n-r}const Uc=Symbol("evaluating");function Ee(e,t,n){let r;Object.defineProperty(e,t,{get(){if(r!==Uc)return r===void 0&&(r=Uc,r=n()),r},set(o){Object.defineProperty(e,t,{value:o})},configurable:!0})}function Xn(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function Nn(...e){const t={};for(const n of e){const r=Object.getOwnPropertyDescriptors(n);Object.assign(t,r)}return Object.defineProperties({},t)}function Bc(e){return JSON.stringify(e)}function Yx(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}const hf="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function rr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const Xx=Yo(()=>{if(bl.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{const e=Function;return new e(""),!0}catch{return!1}});function Ns(e){if(rr(e)===!1)return!1;const t=e.constructor;if(t===void 0||typeof t!="function")return!0;const n=t.prototype;return!(rr(n)===!1||Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")===!1)}function gf(e){return Ns(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}const Qx=new Set(["string","number","symbol"]);function Cs(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Cn(e,t,n){const r=new e._zod.constr(t??e._zod.def);return(!t||n?.parent)&&(r._zod.parent=e),r}function re(e){const t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function e0(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const t0={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function n0(e,t){const n=e._zod.def,r=n.checks;if(r&&r.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");const i=Nn(e._zod.def,{get shape(){const a={};for(const l in t){if(!(l in n.shape))throw new Error(`Unrecognized key: "${l}"`);t[l]&&(a[l]=n.shape[l])}return Xn(this,"shape",a),a},checks:[]});return Cn(e,i)}function s0(e,t){const n=e._zod.def,r=n.checks;if(r&&r.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");const i=Nn(e._zod.def,{get shape(){const a={...e._zod.def.shape};for(const l in t){if(!(l in n.shape))throw new Error(`Unrecognized key: "${l}"`);t[l]&&delete a[l]}return Xn(this,"shape",a),a},checks:[]});return Cn(e,i)}function r0(e,t){if(!Ns(t))throw new Error("Invalid input to extend: expected a plain object");const n=e._zod.def.checks;if(n&&n.length>0){const i=e._zod.def.shape;for(const a in t)if(Object.getOwnPropertyDescriptor(i,a)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}const o=Nn(e._zod.def,{get shape(){const i={...e._zod.def.shape,...t};return Xn(this,"shape",i),i}});return Cn(e,o)}function o0(e,t){if(!Ns(t))throw new Error("Invalid input to safeExtend: expected a plain object");const n=Nn(e._zod.def,{get shape(){const r={...e._zod.def.shape,...t};return Xn(this,"shape",r),r}});return Cn(e,n)}function i0(e,t){if(e._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");const n=Nn(e._zod.def,{get shape(){const r={...e._zod.def.shape,...t._zod.def.shape};return Xn(this,"shape",r),r},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]});return Cn(e,n)}function a0(e,t,n){const o=t._zod.def.checks;if(o&&o.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");const a=Nn(t._zod.def,{get shape(){const l=t._zod.def.shape,u={...l};if(n)for(const d in n){if(!(d in l))throw new Error(`Unrecognized key: "${d}"`);n[d]&&(u[d]=e?new e({type:"optional",innerType:l[d]}):l[d])}else for(const d in l)u[d]=e?new e({type:"optional",innerType:l[d]}):l[d];return Xn(this,"shape",u),u},checks:[]});return Cn(t,a)}function l0(e,t,n){const r=Nn(t._zod.def,{get shape(){const o=t._zod.def.shape,i={...o};if(n)for(const a in n){if(!(a in i))throw new Error(`Unrecognized key: "${a}"`);n[a]&&(i[a]=new e({type:"nonoptional",innerType:o[a]}))}else for(const a in o)i[a]=new e({type:"nonoptional",innerType:o[a]});return Xn(this,"shape",i),i}});return Cn(t,r)}function hs(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue!==!0)return!0;return!1}function c0(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue===!1)return!0;return!1}function gs(e,t){return t.map(n=>{var r;return(r=n).path??(r.path=[]),n.path.unshift(e),n})}function Ir(e){return typeof e=="string"?e:e?.message}function an(e,t,n){const r=e.message?e.message:Ir(e.inst?._zod.def?.error?.(e))??Ir(t?.error?.(e))??Ir(n.customError?.(e))??Ir(n.localeError?.(e))??"Invalid input",{inst:o,continue:i,input:a,...l}=e;return l.path??(l.path=[]),l.message=r,t?.reportInput&&(l.input=a),l}function wl(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function or(...e){const[t,n,r]=e;return typeof t=="string"?{message:t,code:"custom",input:n,inst:r}:{...t}}const xf=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,Ta,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},bf=O("$ZodError",xf),vf=O("$ZodError",xf,{Parent:Error});function u0(e,t=n=>n.message){const n={},r=[];for(const o of e.issues)o.path.length>0?(n[o.path[0]]=n[o.path[0]]||[],n[o.path[0]].push(t(o))):r.push(t(o));return{formErrors:r,fieldErrors:n}}function d0(e,t=n=>n.message){const n={_errors:[]},r=(o,i=[])=>{for(const a of o.issues)if(a.code==="invalid_union"&&a.errors.length)a.errors.map(l=>r({issues:l},[...i,...a.path]));else if(a.code==="invalid_key")r({issues:a.issues},[...i,...a.path]);else if(a.code==="invalid_element")r({issues:a.issues},[...i,...a.path]);else{const l=[...i,...a.path];if(l.length===0)n._errors.push(t(a));else{let u=n,d=0;for(;d<l.length;){const f=l[d];d===l.length-1?(u[f]=u[f]||{_errors:[]},u[f]._errors.push(t(a))):u[f]=u[f]||{_errors:[]},u=u[f],d++}}}};return r(e),n}const jl=e=>(t,n,r,o)=>{const i=r?{...r,async:!1}:{async:!1},a=t._zod.run({value:n,issues:[]},i);if(a instanceof Promise)throw new vs;if(a.issues.length){const l=new(o?.Err??e)(a.issues.map(u=>an(u,i,on())));throw hf(l,o?.callee),l}return a.value},kl=e=>async(t,n,r,o)=>{const i=r?{...r,async:!0}:{async:!0};let a=t._zod.run({value:n,issues:[]},i);if(a instanceof Promise&&(a=await a),a.issues.length){const l=new(o?.Err??e)(a.issues.map(u=>an(u,i,on())));throw hf(l,o?.callee),l}return a.value},Xo=e=>(t,n,r)=>{const o=r?{...r,async:!1}:{async:!1},i=t._zod.run({value:n,issues:[]},o);if(i instanceof Promise)throw new vs;return i.issues.length?{success:!1,error:new(e??bf)(i.issues.map(a=>an(a,o,on())))}:{success:!0,data:i.value}},f0=Xo(vf),Qo=e=>async(t,n,r)=>{const o=r?{...r,async:!0}:{async:!0};let i=t._zod.run({value:n,issues:[]},o);return i instanceof Promise&&(i=await i),i.issues.length?{success:!1,error:new e(i.issues.map(a=>an(a,o,on())))}:{success:!0,data:i.value}},p0=Qo(vf),m0=e=>(t,n,r)=>{const o=r?{...r,direction:"backward"}:{direction:"backward"};return jl(e)(t,n,o)},h0=e=>(t,n,r)=>jl(e)(t,n,r),g0=e=>async(t,n,r)=>{const o=r?{...r,direction:"backward"}:{direction:"backward"};return kl(e)(t,n,o)},x0=e=>async(t,n,r)=>kl(e)(t,n,r),b0=e=>(t,n,r)=>{const o=r?{...r,direction:"backward"}:{direction:"backward"};return Xo(e)(t,n,o)},v0=e=>(t,n,r)=>Xo(e)(t,n,r),y0=e=>async(t,n,r)=>{const o=r?{...r,direction:"backward"}:{direction:"backward"};return Qo(e)(t,n,o)},w0=e=>async(t,n,r)=>Qo(e)(t,n,r),j0=/^[cC][0-9a-z]{6,}$/,k0=/^[0-9a-z]+$/,S0=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,_0=/^[0-9a-vA-V]{20}$/,N0=/^[A-Za-z0-9]{27}$/,C0=/^[a-zA-Z0-9_-]{21}$/,T0=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,E0=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,qc=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,R0=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,I0="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function P0(){return new RegExp(I0,"u")}const M0=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,A0=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,O0=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,z0=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,L0=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,yf=/^[A-Za-z0-9_-]*$/,$0=/^https?$/,D0=/^\+[1-9]\d{6,14}$/,wf="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",F0=new RegExp(`^${wf}$`);function jf(e){const t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function U0(e){return new RegExp(`^${jf(e)}$`)}function B0(e){const t=jf({precision:e.precision}),n=["Z"];e.local&&n.push(""),e.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");const r=`${t}(?:${n.join("|")})`;return new RegExp(`^${wf}T(?:${r})$`)}const q0=e=>{const t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},H0=/^-?\d+$/,kf=/^-?\d+(?:\.\d+)?$/,V0=/^(?:true|false)$/i,W0=/^null$/i,Z0=/^[^A-Z]*$/,K0=/^[^a-z]*$/,ct=O("$ZodCheck",(e,t)=>{var n;e._zod??(e._zod={}),e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),Sf={number:"number",bigint:"bigint",object:"date"},_f=O("$ZodCheckLessThan",(e,t)=>{ct.init(e,t);const n=Sf[typeof t.value];e._zod.onattach.push(r=>{const o=r._zod.bag,i=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<i&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value<=t.value:r.value<t.value)||r.issues.push({origin:n,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Nf=O("$ZodCheckGreaterThan",(e,t)=>{ct.init(e,t);const n=Sf[typeof t.value];e._zod.onattach.push(r=>{const o=r._zod.bag,i=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>i&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value>=t.value:r.value>t.value)||r.issues.push({origin:n,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),G0=O("$ZodCheckMultipleOf",(e,t)=>{ct.init(e,t),e._zod.onattach.push(n=>{var r;(r=n._zod.bag).multipleOf??(r.multipleOf=t.value)}),e._zod.check=n=>{if(typeof n.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof n.value=="bigint"?n.value%t.value===BigInt(0):Jx(n.value,t.value)===0)||n.issues.push({origin:typeof n.value,code:"not_multiple_of",divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),J0=O("$ZodCheckNumberFormat",(e,t)=>{ct.init(e,t),t.format=t.format||"float64";const n=t.format?.includes("int"),r=n?"int":"number",[o,i]=t0[t.format];e._zod.onattach.push(a=>{const l=a._zod.bag;l.format=t.format,l.minimum=o,l.maximum=i,n&&(l.pattern=H0)}),e._zod.check=a=>{const l=a.value;if(n){if(!Number.isInteger(l)){a.issues.push({expected:r,format:t.format,code:"invalid_type",continue:!1,input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?a.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,inclusive:!0,continue:!t.abort}):a.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,inclusive:!0,continue:!t.abort});return}}l<o&&a.issues.push({origin:"number",input:l,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),l>i&&a.issues.push({origin:"number",input:l,code:"too_big",maximum:i,inclusive:!0,inst:e,continue:!t.abort})}}),Y0=O("$ZodCheckMaxLength",(e,t)=>{var n;ct.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!vl(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(r._zod.bag.maximum=t.maximum)}),e._zod.check=r=>{const o=r.value;if(o.length<=t.maximum)return;const a=wl(o);r.issues.push({origin:a,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),X0=O("$ZodCheckMinLength",(e,t)=>{var n;ct.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!vl(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(r._zod.bag.minimum=t.minimum)}),e._zod.check=r=>{const o=r.value;if(o.length>=t.minimum)return;const a=wl(o);r.issues.push({origin:a,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Q0=O("$ZodCheckLengthEquals",(e,t)=>{var n;ct.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!vl(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=r=>{const o=r.value,i=o.length;if(i===t.length)return;const a=wl(o),l=i>t.length;r.issues.push({origin:a,...l?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),ei=O("$ZodCheckStringFormat",(e,t)=>{var n,r;ct.init(e,t),e._zod.onattach.push(o=>{const i=o._zod.bag;i.format=t.format,t.pattern&&(i.patterns??(i.patterns=new Set),i.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(r=e._zod).check??(r.check=()=>{})}),e1=O("$ZodCheckRegex",(e,t)=>{ei.init(e,t),e._zod.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),t1=O("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Z0),ei.init(e,t)}),n1=O("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=K0),ei.init(e,t)}),s1=O("$ZodCheckIncludes",(e,t)=>{ct.init(e,t);const n=Cs(t.includes),r=new RegExp(typeof t.position=="number"?`^.{${t.position}}${n}`:n);t.pattern=r,e._zod.onattach.push(o=>{const i=o._zod.bag;i.patterns??(i.patterns=new Set),i.patterns.add(r)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),r1=O("$ZodCheckStartsWith",(e,t)=>{ct.init(e,t);const n=new RegExp(`^${Cs(t.prefix)}.*`);t.pattern??(t.pattern=n),e._zod.onattach.push(r=>{const o=r._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),e._zod.check=r=>{r.value.startsWith(t.prefix)||r.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:r.value,inst:e,continue:!t.abort})}}),o1=O("$ZodCheckEndsWith",(e,t)=>{ct.init(e,t);const n=new RegExp(`.*${Cs(t.suffix)}$`);t.pattern??(t.pattern=n),e._zod.onattach.push(r=>{const o=r._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),e._zod.check=r=>{r.value.endsWith(t.suffix)||r.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:r.value,inst:e,continue:!t.abort})}}),i1=O("$ZodCheckOverwrite",(e,t)=>{ct.init(e,t),e._zod.check=n=>{n.value=t.tx(n.value)}});class a1{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}const r=t.split(`
3
+ `).filter(a=>a),o=Math.min(...r.map(a=>a.length-a.trimStart().length)),i=r.map(a=>a.slice(o)).map(a=>" ".repeat(this.indent*2)+a);for(const a of i)this.content.push(a)}compile(){const t=Function,n=this?.args,o=[...(this?.content??[""]).map(i=>` ${i}`)];return new t(...n,o.join(`
4
+ `))}}const l1={major:4,minor:4,patch:3},Oe=O("$ZodType",(e,t)=>{var n;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=l1;const r=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&r.unshift(e);for(const o of r)for(const i of o._zod.onattach)i(e);if(r.length===0)(n=e._zod).deferred??(n.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{const o=(a,l,u)=>{let d=hs(a),f;for(const p of l){if(p._zod.def.when){if(c0(a)||!p._zod.def.when(a))continue}else if(d)continue;const m=a.issues.length,h=p._zod.check(a);if(h instanceof Promise&&u?.async===!1)throw new vs;if(f||h instanceof Promise)f=(f??Promise.resolve()).then(async()=>{await h,a.issues.length!==m&&(d||(d=hs(a,m)))});else{if(a.issues.length===m)continue;d||(d=hs(a,m))}}return f?f.then(()=>a):a},i=(a,l,u)=>{if(hs(a))return a.aborted=!0,a;const d=o(l,r,u);if(d instanceof Promise){if(u.async===!1)throw new vs;return d.then(f=>e._zod.parse(f,u))}return e._zod.parse(d,u)};e._zod.run=(a,l)=>{if(l.skipChecks)return e._zod.parse(a,l);if(l.direction==="backward"){const d=e._zod.parse({value:a.value,issues:[]},{...l,skipChecks:!0});return d instanceof Promise?d.then(f=>i(f,a,l)):i(d,a,l)}const u=e._zod.parse(a,l);if(u instanceof Promise){if(l.async===!1)throw new vs;return u.then(d=>o(d,r,l))}return o(u,r,l)}}Ee(e,"~standard",()=>({validate:o=>{try{const i=f0(e,o);return i.success?{value:i.data}:{issues:i.error?.issues}}catch{return p0(e,o).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1}))}),Sl=O("$ZodString",(e,t)=>{Oe.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??q0(e._zod.bag),e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=String(n.value)}catch{}return typeof n.value=="string"||n.issues.push({expected:"string",code:"invalid_type",input:n.value,inst:e}),n}}),Le=O("$ZodStringFormat",(e,t)=>{ei.init(e,t),Sl.init(e,t)}),c1=O("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=E0),Le.init(e,t)}),u1=O("$ZodUUID",(e,t)=>{if(t.version){const r={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(r===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=qc(r))}else t.pattern??(t.pattern=qc());Le.init(e,t)}),d1=O("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=R0),Le.init(e,t)}),f1=O("$ZodURL",(e,t)=>{Le.init(e,t),e._zod.check=n=>{try{const r=n.value.trim();if(!t.normalize&&t.protocol?.source===$0.source&&!/^https?:\/\//i.test(r)){n.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:n.value,inst:e,continue:!t.abort});return}const o=new URL(r);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),t.normalize?n.value=o.href:n.value=r;return}catch{n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:e,continue:!t.abort})}}}),p1=O("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=P0()),Le.init(e,t)}),m1=O("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=C0),Le.init(e,t)}),h1=O("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=j0),Le.init(e,t)}),g1=O("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=k0),Le.init(e,t)}),x1=O("$ZodULID",(e,t)=>{t.pattern??(t.pattern=S0),Le.init(e,t)}),b1=O("$ZodXID",(e,t)=>{t.pattern??(t.pattern=_0),Le.init(e,t)}),v1=O("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=N0),Le.init(e,t)}),y1=O("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=B0(t)),Le.init(e,t)}),w1=O("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=F0),Le.init(e,t)}),j1=O("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=U0(t)),Le.init(e,t)}),k1=O("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=T0),Le.init(e,t)}),S1=O("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=M0),Le.init(e,t),e._zod.bag.format="ipv4"}),_1=O("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=A0),Le.init(e,t),e._zod.bag.format="ipv6",e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:e,continue:!t.abort})}}}),N1=O("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=O0),Le.init(e,t)}),C1=O("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=z0),Le.init(e,t),e._zod.check=n=>{const r=n.value.split("/");try{if(r.length!==2)throw new Error;const[o,i]=r;if(!i)throw new Error;const a=Number(i);if(`${a}`!==i)throw new Error;if(a<0||a>128)throw new Error;new URL(`http://[${o}]`)}catch{n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:e,continue:!t.abort})}}});function Cf(e){if(e==="")return!0;if(/\s/.test(e)||e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}const T1=O("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=L0),Le.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=n=>{Cf(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:e,continue:!t.abort})}});function E1(e){if(!yf.test(e))return!1;const t=e.replace(/[-_]/g,r=>r==="-"?"+":"/"),n=t.padEnd(Math.ceil(t.length/4)*4,"=");return Cf(n)}const R1=O("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=yf),Le.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=n=>{E1(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:e,continue:!t.abort})}}),I1=O("$ZodE164",(e,t)=>{t.pattern??(t.pattern=D0),Le.init(e,t)});function P1(e,t=null){try{const n=e.split(".");if(n.length!==3)return!1;const[r]=n;if(!r)return!1;const o=JSON.parse(atob(r));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}const M1=O("$ZodJWT",(e,t)=>{Le.init(e,t),e._zod.check=n=>{P1(n.value,t.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:e,continue:!t.abort})}}),Tf=O("$ZodNumber",(e,t)=>{Oe.init(e,t),e._zod.pattern=e._zod.bag.pattern??kf,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=Number(n.value)}catch{}const o=n.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return n;const i=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return n.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...i?{received:i}:{}}),n}}),A1=O("$ZodNumberFormat",(e,t)=>{J0.init(e,t),Tf.init(e,t)}),O1=O("$ZodBoolean",(e,t)=>{Oe.init(e,t),e._zod.pattern=V0,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=!!n.value}catch{}const o=n.value;return typeof o=="boolean"||n.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:e}),n}}),z1=O("$ZodNull",(e,t)=>{Oe.init(e,t),e._zod.pattern=W0,e._zod.values=new Set([null]),e._zod.parse=(n,r)=>{const o=n.value;return o===null||n.issues.push({expected:"null",code:"invalid_type",input:o,inst:e}),n}}),L1=O("$ZodUnknown",(e,t)=>{Oe.init(e,t),e._zod.parse=n=>n}),$1=O("$ZodNever",(e,t)=>{Oe.init(e,t),e._zod.parse=(n,r)=>(n.issues.push({expected:"never",code:"invalid_type",input:n.value,inst:e}),n)});function Hc(e,t,n){e.issues.length&&t.issues.push(...gs(n,e.issues)),t.value[n]=e.value}const D1=O("$ZodArray",(e,t)=>{Oe.init(e,t),e._zod.parse=(n,r)=>{const o=n.value;if(!Array.isArray(o))return n.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),n;n.value=Array(o.length);const i=[];for(let a=0;a<o.length;a++){const l=o[a],u=t.element._zod.run({value:l,issues:[]},r);u instanceof Promise?i.push(u.then(d=>Hc(d,n,a))):Hc(u,n,a)}return i.length?Promise.all(i).then(()=>n):n}});function bo(e,t,n,r,o,i){const a=n in r;if(e.issues.length){if(o&&i&&!a)return;t.issues.push(...gs(n,e.issues))}if(!a&&!o){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[n]});return}e.value===void 0?a&&(t.value[n]=void 0):t.value[n]=e.value}function Ef(e){const t=Object.keys(e.shape);for(const r of t)if(!e.shape?.[r]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${r}": expected a Zod schema`);const n=e0(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(n)}}function Rf(e,t,n,r,o,i){const a=[],l=o.keySet,u=o.catchall._zod,d=u.def.type,f=u.optin==="optional",p=u.optout==="optional";for(const m in t){if(m==="__proto__"||l.has(m))continue;if(d==="never"){a.push(m);continue}const h=u.run({value:t[m],issues:[]},r);h instanceof Promise?e.push(h.then(g=>bo(g,n,m,t,f,p))):bo(h,n,m,t,f,p)}return a.length&&n.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:i}),e.length?Promise.all(e).then(()=>n):n}const F1=O("$ZodObject",(e,t)=>{if(Oe.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){const l=t.shape;Object.defineProperty(t,"shape",{get:()=>{const u={...l};return Object.defineProperty(t,"shape",{value:u}),u}})}const r=Yo(()=>Ef(t));Ee(e._zod,"propValues",()=>{const l=t.shape,u={};for(const d in l){const f=l[d]._zod;if(f.values){u[d]??(u[d]=new Set);for(const p of f.values)u[d].add(p)}}return u});const o=rr,i=t.catchall;let a;e._zod.parse=(l,u)=>{a??(a=r.value);const d=l.value;if(!o(d))return l.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),l;l.value={};const f=[],p=a.shape;for(const m of a.keys){const h=p[m],g=h._zod.optin==="optional",y=h._zod.optout==="optional",b=h._zod.run({value:d[m],issues:[]},u);b instanceof Promise?f.push(b.then(w=>bo(w,l,m,d,g,y))):bo(b,l,m,d,g,y)}return i?Rf(f,d,l,u,r.value,e):f.length?Promise.all(f).then(()=>l):l}}),U1=O("$ZodObjectJIT",(e,t)=>{F1.init(e,t);const n=e._zod.parse,r=Yo(()=>Ef(t)),o=m=>{const h=new a1(["shape","payload","ctx"]),g=r.value,y=j=>{const k=Bc(j);return`shape[${k}]._zod.run({ value: input[${k}], issues: [] }, ctx)`};h.write("const input = payload.value;");const b=Object.create(null);let w=0;for(const j of g.keys)b[j]=`key_${w++}`;h.write("const newResult = {};");for(const j of g.keys){const k=b[j],S=Bc(j),_=m[j],C=_?._zod?.optin==="optional",M=_?._zod?.optout==="optional";h.write(`const ${k} = ${y(j)};`),C&&M?h.write(`
5
+ if (${k}.issues.length) {
6
+ if (${S} in input) {
7
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
8
+ ...iss,
9
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
10
+ })));
11
+ }
12
+ }
13
+
14
+ if (${k}.value === undefined) {
15
+ if (${S} in input) {
16
+ newResult[${S}] = undefined;
17
+ }
18
+ } else {
19
+ newResult[${S}] = ${k}.value;
20
+ }
21
+
22
+ `):C?h.write(`
23
+ if (${k}.issues.length) {
24
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
25
+ ...iss,
26
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
27
+ })));
28
+ }
29
+
30
+ if (${k}.value === undefined) {
31
+ if (${S} in input) {
32
+ newResult[${S}] = undefined;
33
+ }
34
+ } else {
35
+ newResult[${S}] = ${k}.value;
36
+ }
37
+
38
+ `):h.write(`
39
+ const ${k}_present = ${S} in input;
40
+ if (${k}.issues.length) {
41
+ payload.issues = payload.issues.concat(${k}.issues.map(iss => ({
42
+ ...iss,
43
+ path: iss.path ? [${S}, ...iss.path] : [${S}]
44
+ })));
45
+ }
46
+ if (!${k}_present && !${k}.issues.length) {
47
+ payload.issues.push({
48
+ code: "invalid_type",
49
+ expected: "nonoptional",
50
+ input: undefined,
51
+ path: [${S}]
52
+ });
53
+ }
54
+
55
+ if (${k}_present) {
56
+ if (${k}.value === undefined) {
57
+ newResult[${S}] = undefined;
58
+ } else {
59
+ newResult[${S}] = ${k}.value;
60
+ }
61
+ }
62
+
63
+ `)}h.write("payload.value = newResult;"),h.write("return payload;");const v=h.compile();return(j,k)=>v(m,j,k)};let i;const a=rr,l=!bl.jitless,d=l&&Xx.value,f=t.catchall;let p;e._zod.parse=(m,h)=>{p??(p=r.value);const g=m.value;return a(g)?l&&d&&h?.async===!1&&h.jitless!==!0?(i||(i=o(t.shape)),m=i(m,h),f?Rf([],g,m,h,p,e):m):n(m,h):(m.issues.push({expected:"object",code:"invalid_type",input:g,inst:e}),m)}});function Vc(e,t,n,r){for(const i of e)if(i.issues.length===0)return t.value=i.value,t;const o=e.filter(i=>!hs(i));return o.length===1?(t.value=o[0].value,o[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:e.map(i=>i.issues.map(a=>an(a,r,on())))}),t)}const If=O("$ZodUnion",(e,t)=>{Oe.init(e,t),Ee(e._zod,"optin",()=>t.options.some(r=>r._zod.optin==="optional")?"optional":void 0),Ee(e._zod,"optout",()=>t.options.some(r=>r._zod.optout==="optional")?"optional":void 0),Ee(e._zod,"values",()=>{if(t.options.every(r=>r._zod.values))return new Set(t.options.flatMap(r=>Array.from(r._zod.values)))}),Ee(e._zod,"pattern",()=>{if(t.options.every(r=>r._zod.pattern)){const r=t.options.map(o=>o._zod.pattern);return new RegExp(`^(${r.map(o=>yl(o.source)).join("|")})$`)}});const n=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(r,o)=>{if(n)return n(r,o);let i=!1;const a=[];for(const l of t.options){const u=l._zod.run({value:r.value,issues:[]},o);if(u instanceof Promise)a.push(u),i=!0;else{if(u.issues.length===0)return u;a.push(u)}}return i?Promise.all(a).then(l=>Vc(l,r,e,o)):Vc(a,r,e,o)}}),B1=O("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,If.init(e,t);const n=e._zod.parse;Ee(e._zod,"propValues",()=>{const o={};for(const i of t.options){const a=i._zod.propValues;if(!a||Object.keys(a).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(const[l,u]of Object.entries(a)){o[l]||(o[l]=new Set);for(const d of u)o[l].add(d)}}return o});const r=Yo(()=>{const o=t.options,i=new Map;for(const a of o){const l=a._zod.propValues?.[t.discriminator];if(!l||l.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(const u of l){if(i.has(u))throw new Error(`Duplicate discriminator value "${String(u)}"`);i.set(u,a)}}return i});e._zod.parse=(o,i)=>{const a=o.value;if(!rr(a))return o.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),o;const l=r.value.get(a?.[t.discriminator]);return l?l._zod.run(o,i):t.unionFallback||i.direction==="backward"?n(o,i):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,options:Array.from(r.value.keys()),input:a,path:[t.discriminator],inst:e}),o)}}),q1=O("$ZodIntersection",(e,t)=>{Oe.init(e,t),e._zod.parse=(n,r)=>{const o=n.value,i=t.left._zod.run({value:o,issues:[]},r),a=t.right._zod.run({value:o,issues:[]},r);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([u,d])=>Wc(n,u,d)):Wc(n,i,a)}});function Ea(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Ns(e)&&Ns(t)){const n=Object.keys(t),r=Object.keys(e).filter(i=>n.indexOf(i)!==-1),o={...e,...t};for(const i of r){const a=Ea(e[i],t[i]);if(!a.valid)return{valid:!1,mergeErrorPath:[i,...a.mergeErrorPath]};o[i]=a.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};const n=[];for(let r=0;r<e.length;r++){const o=e[r],i=t[r],a=Ea(o,i);if(!a.valid)return{valid:!1,mergeErrorPath:[r,...a.mergeErrorPath]};n.push(a.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function Wc(e,t,n){const r=new Map;let o;for(const l of t.issues)if(l.code==="unrecognized_keys"){o??(o=l);for(const u of l.keys)r.has(u)||r.set(u,{}),r.get(u).l=!0}else e.issues.push(l);for(const l of n.issues)if(l.code==="unrecognized_keys")for(const u of l.keys)r.has(u)||r.set(u,{}),r.get(u).r=!0;else e.issues.push(l);const i=[...r].filter(([,l])=>l.l&&l.r).map(([l])=>l);if(i.length&&o&&e.issues.push({...o,keys:i}),hs(e))return e;const a=Ea(t.value,n.value);if(!a.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(a.mergeErrorPath)}`);return e.value=a.data,e}const H1=O("$ZodRecord",(e,t)=>{Oe.init(e,t),e._zod.parse=(n,r)=>{const o=n.value;if(!Ns(o))return n.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),n;const i=[],a=t.keyType._zod.values;if(a){n.value={};const l=new Set;for(const d of a)if(typeof d=="string"||typeof d=="number"||typeof d=="symbol"){l.add(typeof d=="number"?d.toString():d);const f=t.keyType._zod.run({value:d,issues:[]},r);if(f instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(f.issues.length){n.issues.push({code:"invalid_key",origin:"record",issues:f.issues.map(h=>an(h,r,on())),input:d,path:[d],inst:e});continue}const p=f.value,m=t.valueType._zod.run({value:o[d],issues:[]},r);m instanceof Promise?i.push(m.then(h=>{h.issues.length&&n.issues.push(...gs(d,h.issues)),n.value[p]=h.value})):(m.issues.length&&n.issues.push(...gs(d,m.issues)),n.value[p]=m.value)}let u;for(const d in o)l.has(d)||(u=u??[],u.push(d));u&&u.length>0&&n.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:u})}else{n.value={};for(const l of Reflect.ownKeys(o)){if(l==="__proto__"||!Object.prototype.propertyIsEnumerable.call(o,l))continue;let u=t.keyType._zod.run({value:l,issues:[]},r);if(u instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof l=="string"&&kf.test(l)&&u.issues.length){const p=t.keyType._zod.run({value:Number(l),issues:[]},r);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");p.issues.length===0&&(u=p)}if(u.issues.length){t.mode==="loose"?n.value[l]=o[l]:n.issues.push({code:"invalid_key",origin:"record",issues:u.issues.map(p=>an(p,r,on())),input:l,path:[l],inst:e});continue}const f=t.valueType._zod.run({value:o[l],issues:[]},r);f instanceof Promise?i.push(f.then(p=>{p.issues.length&&n.issues.push(...gs(l,p.issues)),n.value[u.value]=p.value})):(f.issues.length&&n.issues.push(...gs(l,f.issues)),n.value[u.value]=f.value)}}return i.length?Promise.all(i).then(()=>n):n}}),V1=O("$ZodEnum",(e,t)=>{Oe.init(e,t);const n=mf(t.entries),r=new Set(n);e._zod.values=r,e._zod.pattern=new RegExp(`^(${n.filter(o=>Qx.has(typeof o)).map(o=>typeof o=="string"?Cs(o):o.toString()).join("|")})$`),e._zod.parse=(o,i)=>{const a=o.value;return r.has(a)||o.issues.push({code:"invalid_value",values:n,input:a,inst:e}),o}}),W1=O("$ZodLiteral",(e,t)=>{if(Oe.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");const n=new Set(t.values);e._zod.values=n,e._zod.pattern=new RegExp(`^(${t.values.map(r=>typeof r=="string"?Cs(r):r?Cs(r.toString()):String(r)).join("|")})$`),e._zod.parse=(r,o)=>{const i=r.value;return n.has(i)||r.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),r}}),Z1=O("$ZodTransform",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",e._zod.parse=(n,r)=>{if(r.direction==="backward")throw new pf(e.constructor.name);const o=t.transform(n.value,n);if(r.async)return(o instanceof Promise?o:Promise.resolve(o)).then(a=>(n.value=a,n.fallback=!0,n));if(o instanceof Promise)throw new vs;return n.value=o,n.fallback=!0,n}});function Zc(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}const Pf=O("$ZodOptional",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",e._zod.optout="optional",Ee(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),Ee(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${yl(n.source)})?$`):void 0}),e._zod.parse=(n,r)=>{if(t.innerType._zod.optin==="optional"){const o=n.value,i=t.innerType._zod.run(n,r);return i instanceof Promise?i.then(a=>Zc(a,o)):Zc(i,o)}return n.value===void 0?n:t.innerType._zod.run(n,r)}}),K1=O("$ZodExactOptional",(e,t)=>{Pf.init(e,t),Ee(e._zod,"values",()=>t.innerType._zod.values),Ee(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(n,r)=>t.innerType._zod.run(n,r)}),G1=O("$ZodNullable",(e,t)=>{Oe.init(e,t),Ee(e._zod,"optin",()=>t.innerType._zod.optin),Ee(e._zod,"optout",()=>t.innerType._zod.optout),Ee(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${yl(n.source)}|null)$`):void 0}),Ee(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(n,r)=>n.value===null?n:t.innerType._zod.run(n,r)}),J1=O("$ZodDefault",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",Ee(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>{if(r.direction==="backward")return t.innerType._zod.run(n,r);if(n.value===void 0)return n.value=t.defaultValue,n;const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(i=>Kc(i,t)):Kc(o,t)}});function Kc(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const Y1=O("$ZodPrefault",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",Ee(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>(r.direction==="backward"||n.value===void 0&&(n.value=t.defaultValue),t.innerType._zod.run(n,r))}),X1=O("$ZodNonOptional",(e,t)=>{Oe.init(e,t),Ee(e._zod,"values",()=>{const n=t.innerType._zod.values;return n?new Set([...n].filter(r=>r!==void 0)):void 0}),e._zod.parse=(n,r)=>{const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(i=>Gc(i,e)):Gc(o,e)}});function Gc(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}const Q1=O("$ZodCatch",(e,t)=>{Oe.init(e,t),e._zod.optin="optional",Ee(e._zod,"optout",()=>t.innerType._zod.optout),Ee(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>{if(r.direction==="backward")return t.innerType._zod.run(n,r);const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(i=>(n.value=i.value,i.issues.length&&(n.value=t.catchValue({...n,error:{issues:i.issues.map(a=>an(a,r,on()))},input:n.value}),n.issues=[],n.fallback=!0),n)):(n.value=o.value,o.issues.length&&(n.value=t.catchValue({...n,error:{issues:o.issues.map(i=>an(i,r,on()))},input:n.value}),n.issues=[],n.fallback=!0),n)}}),eb=O("$ZodPipe",(e,t)=>{Oe.init(e,t),Ee(e._zod,"values",()=>t.in._zod.values),Ee(e._zod,"optin",()=>t.in._zod.optin),Ee(e._zod,"optout",()=>t.out._zod.optout),Ee(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(n,r)=>{if(r.direction==="backward"){const i=t.out._zod.run(n,r);return i instanceof Promise?i.then(a=>Pr(a,t.in,r)):Pr(i,t.in,r)}const o=t.in._zod.run(n,r);return o instanceof Promise?o.then(i=>Pr(i,t.out,r)):Pr(o,t.out,r)}});function Pr(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},n)}const tb=O("$ZodReadonly",(e,t)=>{Oe.init(e,t),Ee(e._zod,"propValues",()=>t.innerType._zod.propValues),Ee(e._zod,"values",()=>t.innerType._zod.values),Ee(e._zod,"optin",()=>t.innerType?._zod?.optin),Ee(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(n,r)=>{if(r.direction==="backward")return t.innerType._zod.run(n,r);const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(Jc):Jc(o)}});function Jc(e){return e.value=Object.freeze(e.value),e}const nb=O("$ZodLazy",(e,t)=>{Oe.init(e,t),Ee(e._zod,"innerType",()=>{const n=t;return n._cachedInner||(n._cachedInner=t.getter()),n._cachedInner}),Ee(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),Ee(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),Ee(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),Ee(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(n,r)=>e._zod.innerType._zod.run(n,r)}),sb=O("$ZodCustom",(e,t)=>{ct.init(e,t),Oe.init(e,t),e._zod.parse=(n,r)=>n,e._zod.check=n=>{const r=n.value,o=t.fn(r);if(o instanceof Promise)return o.then(i=>Yc(i,n,r,e));Yc(o,n,r,e)}});function Yc(e,t,n,r){if(!e){const o={code:"custom",input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(o.params=r._zod.def.params),t.issues.push(or(o))}}var Xc;class rb{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...n){const r=n[0];return this._map.set(t,r),r&&typeof r=="object"&&"id"in r&&this._idmap.set(r.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){const n=this._map.get(t);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(t),this}get(t){const n=t._zod.parent;if(n){const r={...this.get(n)??{}};delete r.id;const o={...r,...this._map.get(t)};return Object.keys(o).length?o:void 0}return this._map.get(t)}has(t){return this._map.has(t)}}function ob(){return new rb}(Xc=globalThis).__zod_globalRegistry??(Xc.__zod_globalRegistry=ob());const Ys=globalThis.__zod_globalRegistry;function ib(e,t){return new e({type:"string",...re(t)})}function ab(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...re(t)})}function Qc(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...re(t)})}function lb(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...re(t)})}function cb(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...re(t)})}function ub(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...re(t)})}function db(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...re(t)})}function fb(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...re(t)})}function pb(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...re(t)})}function mb(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...re(t)})}function hb(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...re(t)})}function gb(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...re(t)})}function xb(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...re(t)})}function bb(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...re(t)})}function vb(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...re(t)})}function yb(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...re(t)})}function wb(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...re(t)})}function jb(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...re(t)})}function kb(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...re(t)})}function Sb(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...re(t)})}function _b(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...re(t)})}function Nb(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...re(t)})}function Cb(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...re(t)})}function Tb(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...re(t)})}function Eb(e,t){return new e({type:"string",format:"date",check:"string_format",...re(t)})}function Rb(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...re(t)})}function Ib(e,t){return new e({type:"string",format:"duration",check:"string_format",...re(t)})}function Pb(e,t){return new e({type:"number",checks:[],...re(t)})}function Mb(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...re(t)})}function Ab(e,t){return new e({type:"boolean",...re(t)})}function Ob(e,t){return new e({type:"null",...re(t)})}function zb(e){return new e({type:"unknown"})}function Lb(e,t){return new e({type:"never",...re(t)})}function eu(e,t){return new _f({check:"less_than",...re(t),value:e,inclusive:!1})}function $i(e,t){return new _f({check:"less_than",...re(t),value:e,inclusive:!0})}function tu(e,t){return new Nf({check:"greater_than",...re(t),value:e,inclusive:!1})}function Di(e,t){return new Nf({check:"greater_than",...re(t),value:e,inclusive:!0})}function nu(e,t){return new G0({check:"multiple_of",...re(t),value:e})}function Mf(e,t){return new Y0({check:"max_length",...re(t),maximum:e})}function vo(e,t){return new X0({check:"min_length",...re(t),minimum:e})}function Af(e,t){return new Q0({check:"length_equals",...re(t),length:e})}function $b(e,t){return new e1({check:"string_format",format:"regex",...re(t),pattern:e})}function Db(e){return new t1({check:"string_format",format:"lowercase",...re(e)})}function Fb(e){return new n1({check:"string_format",format:"uppercase",...re(e)})}function Ub(e,t){return new s1({check:"string_format",format:"includes",...re(t),includes:e})}function Bb(e,t){return new r1({check:"string_format",format:"starts_with",...re(t),prefix:e})}function qb(e,t){return new o1({check:"string_format",format:"ends_with",...re(t),suffix:e})}function Ls(e){return new i1({check:"overwrite",tx:e})}function Hb(e){return Ls(t=>t.normalize(e))}function Vb(){return Ls(e=>e.trim())}function Wb(){return Ls(e=>e.toLowerCase())}function Zb(){return Ls(e=>e.toUpperCase())}function Kb(){return Ls(e=>Yx(e))}function Gb(e,t,n){return new e({type:"array",element:t,...re(n)})}function Jb(e,t,n){return new e({type:"custom",check:"custom",fn:t,...re(n)})}function Yb(e,t){const n=Xb(r=>(r.addIssue=o=>{if(typeof o=="string")r.issues.push(or(o,r.value,n._zod.def));else{const i=o;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=n),i.continue??(i.continue=!n._zod.def.abort),r.issues.push(or(i))}},e(r.value,r)),t);return n}function Xb(e,t){const n=new ct({check:"custom",...re(t)});return n._zod.check=e,n}function Of(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??Ys,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function Ve(e,t,n={path:[],schemaPath:[]}){var r;const o=e._zod.def,i=t.seen.get(e);if(i)return i.count++,n.schemaPath.includes(e)&&(i.cycle=n.path),i.schema;const a={schema:{},count:1,cycle:void 0,path:n.path};t.seen.set(e,a);const l=e._zod.toJSONSchema?.();if(l)a.schema=l;else{const f={...n,schemaPath:[...n.schemaPath,e],path:n.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,a.schema,f);else{const m=a.schema,h=t.processors[o.type];if(!h)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${o.type}`);h(e,t,m,f)}const p=e._zod.parent;p&&(a.ref||(a.ref=p),Ve(p,t,f),t.seen.get(p).isParent=!0)}const u=t.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),t.io==="input"&&ot(e)&&(delete a.schema.examples,delete a.schema.default),t.io==="input"&&"_prefault"in a.schema&&((r=a.schema).default??(r.default=a.schema._prefault)),delete a.schema._prefault,t.seen.get(e).schema}function zf(e,t){const n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");const r=new Map;for(const a of e.seen.entries()){const l=e.metadataRegistry.get(a[0])?.id;if(l){const u=r.get(l);if(u&&u!==a[0])throw new Error(`Duplicate schema id "${l}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);r.set(l,a[0])}}const o=a=>{const l=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){const p=e.external.registry.get(a[0])?.id,m=e.external.uri??(g=>g);if(p)return{ref:m(p)};const h=a[1].defId??a[1].schema.id??`schema${e.counter++}`;return a[1].defId=h,{defId:h,ref:`${m("__shared")}#/${l}/${h}`}}if(a[1]===n)return{ref:"#"};const d=`#/${l}/`,f=a[1].schema.id??`__schema${e.counter++}`;return{defId:f,ref:d+f}},i=a=>{if(a[1].schema.$ref)return;const l=a[1],{ref:u,defId:d}=o(a);l.def={...l.schema},d&&(l.defId=d);const f=l.schema;for(const p in f)delete f[p];f.$ref=u};if(e.cycles==="throw")for(const a of e.seen.entries()){const l=a[1];if(l.cycle)throw new Error(`Cycle detected: #/${l.cycle?.join("/")}/<root>
64
+
65
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const a of e.seen.entries()){const l=a[1];if(t===a[0]){i(a);continue}if(e.external){const d=e.external.registry.get(a[0])?.id;if(t!==a[0]&&d){i(a);continue}}if(e.metadataRegistry.get(a[0])?.id){i(a);continue}if(l.cycle){i(a);continue}if(l.count>1&&e.reused==="ref"){i(a);continue}}}function Lf(e,t){const n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");const r=l=>{const u=e.seen.get(l);if(u.ref===null)return;const d=u.def??u.schema,f={...d},p=u.ref;if(u.ref=null,p){r(p);const h=e.seen.get(p),g=h.schema;if(g.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(d.allOf=d.allOf??[],d.allOf.push(g)):Object.assign(d,g),Object.assign(d,f),l._zod.parent===p)for(const b in d)b==="$ref"||b==="allOf"||b in f||delete d[b];if(g.$ref&&h.def)for(const b in d)b==="$ref"||b==="allOf"||b in h.def&&JSON.stringify(d[b])===JSON.stringify(h.def[b])&&delete d[b]}const m=l._zod.parent;if(m&&m!==p){r(m);const h=e.seen.get(m);if(h?.schema.$ref&&(d.$ref=h.schema.$ref,h.def))for(const g in d)g==="$ref"||g==="allOf"||g in h.def&&JSON.stringify(d[g])===JSON.stringify(h.def[g])&&delete d[g]}e.override({zodSchema:l,jsonSchema:d,path:u.path??[]})};for(const l of[...e.seen.entries()].reverse())r(l[0]);const o={};if(e.target==="draft-2020-12"?o.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?o.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?o.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){const l=e.external.registry.get(t)?.id;if(!l)throw new Error("Schema is missing an `id` property");o.$id=e.external.uri(l)}Object.assign(o,n.def??n.schema);const i=e.metadataRegistry.get(t)?.id;i!==void 0&&o.id===i&&delete o.id;const a=e.external?.defs??{};for(const l of e.seen.entries()){const u=l[1];u.def&&u.defId&&(u.def.id===u.defId&&delete u.def.id,a[u.defId]=u.def)}e.external||Object.keys(a).length>0&&(e.target==="draft-2020-12"?o.$defs=a:o.definitions=a);try{const l=JSON.parse(JSON.stringify(o));return Object.defineProperty(l,"~standard",{value:{...t["~standard"],jsonSchema:{input:yo(t,"input",e.processors),output:yo(t,"output",e.processors)}},enumerable:!1,writable:!1}),l}catch{throw new Error("Error converting schema to JSON.")}}function ot(e,t){const n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);const r=e._zod.def;if(r.type==="transform")return!0;if(r.type==="array")return ot(r.element,n);if(r.type==="set")return ot(r.valueType,n);if(r.type==="lazy")return ot(r.getter(),n);if(r.type==="promise"||r.type==="optional"||r.type==="nonoptional"||r.type==="nullable"||r.type==="readonly"||r.type==="default"||r.type==="prefault")return ot(r.innerType,n);if(r.type==="intersection")return ot(r.left,n)||ot(r.right,n);if(r.type==="record"||r.type==="map")return ot(r.keyType,n)||ot(r.valueType,n);if(r.type==="pipe")return e._zod.traits.has("$ZodCodec")?!0:ot(r.in,n)||ot(r.out,n);if(r.type==="object"){for(const o in r.shape)if(ot(r.shape[o],n))return!0;return!1}if(r.type==="union"){for(const o of r.options)if(ot(o,n))return!0;return!1}if(r.type==="tuple"){for(const o of r.items)if(ot(o,n))return!0;return!!(r.rest&&ot(r.rest,n))}return!1}const Qb=(e,t={})=>n=>{const r=Of({...n,processors:t});return Ve(e,r),zf(r,e),Lf(r,e)},yo=(e,t,n={})=>r=>{const{libraryOptions:o,target:i}=r??{},a=Of({...o??{},target:i,io:t,processors:n});return Ve(e,a),zf(a,e),Lf(a,e)},ev={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},tv=(e,t,n,r)=>{const o=n;o.type="string";const{minimum:i,maximum:a,format:l,patterns:u,contentEncoding:d}=e._zod.bag;if(typeof i=="number"&&(o.minLength=i),typeof a=="number"&&(o.maxLength=a),l&&(o.format=ev[l]??l,o.format===""&&delete o.format,l==="time"&&delete o.format),d&&(o.contentEncoding=d),u&&u.size>0){const f=[...u];f.length===1?o.pattern=f[0].source:f.length>1&&(o.allOf=[...f.map(p=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},nv=(e,t,n,r)=>{const o=n,{minimum:i,maximum:a,format:l,multipleOf:u,exclusiveMaximum:d,exclusiveMinimum:f}=e._zod.bag;typeof l=="string"&&l.includes("int")?o.type="integer":o.type="number";const p=typeof f=="number"&&f>=(i??Number.NEGATIVE_INFINITY),m=typeof d=="number"&&d<=(a??Number.POSITIVE_INFINITY),h=t.target==="draft-04"||t.target==="openapi-3.0";p?h?(o.minimum=f,o.exclusiveMinimum=!0):o.exclusiveMinimum=f:typeof i=="number"&&(o.minimum=i),m?h?(o.maximum=d,o.exclusiveMaximum=!0):o.exclusiveMaximum=d:typeof a=="number"&&(o.maximum=a),typeof u=="number"&&(o.multipleOf=u)},sv=(e,t,n,r)=>{n.type="boolean"},rv=(e,t,n,r)=>{t.target==="openapi-3.0"?(n.type="string",n.nullable=!0,n.enum=[null]):n.type="null"},ov=(e,t,n,r)=>{n.not={}},iv=(e,t,n,r)=>{},av=(e,t,n,r)=>{const o=e._zod.def,i=mf(o.entries);i.every(a=>typeof a=="number")&&(n.type="number"),i.every(a=>typeof a=="string")&&(n.type="string"),n.enum=i},lv=(e,t,n,r)=>{const o=e._zod.def,i=[];for(const a of o.values)if(a===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof a=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");i.push(Number(a))}else i.push(a);if(i.length!==0)if(i.length===1){const a=i[0];n.type=a===null?"null":typeof a,t.target==="draft-04"||t.target==="openapi-3.0"?n.enum=[a]:n.const=a}else i.every(a=>typeof a=="number")&&(n.type="number"),i.every(a=>typeof a=="string")&&(n.type="string"),i.every(a=>typeof a=="boolean")&&(n.type="boolean"),i.every(a=>a===null)&&(n.type="null"),n.enum=i},cv=(e,t,n,r)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},uv=(e,t,n,r)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},dv=(e,t,n,r)=>{const o=n,i=e._zod.def,{minimum:a,maximum:l}=e._zod.bag;typeof a=="number"&&(o.minItems=a),typeof l=="number"&&(o.maxItems=l),o.type="array",o.items=Ve(i.element,t,{...r,path:[...r.path,"items"]})},fv=(e,t,n,r)=>{const o=n,i=e._zod.def;o.type="object",o.properties={};const a=i.shape;for(const d in a)o.properties[d]=Ve(a[d],t,{...r,path:[...r.path,"properties",d]});const l=new Set(Object.keys(a)),u=new Set([...l].filter(d=>{const f=i.shape[d]._zod;return t.io==="input"?f.optin===void 0:f.optout===void 0}));u.size>0&&(o.required=Array.from(u)),i.catchall?._zod.def.type==="never"?o.additionalProperties=!1:i.catchall?i.catchall&&(o.additionalProperties=Ve(i.catchall,t,{...r,path:[...r.path,"additionalProperties"]})):t.io==="output"&&(o.additionalProperties=!1)},pv=(e,t,n,r)=>{const o=e._zod.def,i=o.inclusive===!1,a=o.options.map((l,u)=>Ve(l,t,{...r,path:[...r.path,i?"oneOf":"anyOf",u]}));i?n.oneOf=a:n.anyOf=a},mv=(e,t,n,r)=>{const o=e._zod.def,i=Ve(o.left,t,{...r,path:[...r.path,"allOf",0]}),a=Ve(o.right,t,{...r,path:[...r.path,"allOf",1]}),l=d=>"allOf"in d&&Object.keys(d).length===1,u=[...l(i)?i.allOf:[i],...l(a)?a.allOf:[a]];n.allOf=u},hv=(e,t,n,r)=>{const o=n,i=e._zod.def;o.type="object";const a=i.keyType,u=a._zod.bag?.patterns;if(i.mode==="loose"&&u&&u.size>0){const f=Ve(i.valueType,t,{...r,path:[...r.path,"patternProperties","*"]});o.patternProperties={};for(const p of u)o.patternProperties[p.source]=f}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(o.propertyNames=Ve(i.keyType,t,{...r,path:[...r.path,"propertyNames"]})),o.additionalProperties=Ve(i.valueType,t,{...r,path:[...r.path,"additionalProperties"]});const d=a._zod.values;if(d){const f=[...d].filter(p=>typeof p=="string"||typeof p=="number");f.length>0&&(o.required=f)}},gv=(e,t,n,r)=>{const o=e._zod.def,i=Ve(o.innerType,t,r),a=t.seen.get(e);t.target==="openapi-3.0"?(a.ref=o.innerType,n.nullable=!0):n.anyOf=[i,{type:"null"}]},xv=(e,t,n,r)=>{const o=e._zod.def;Ve(o.innerType,t,r);const i=t.seen.get(e);i.ref=o.innerType},bv=(e,t,n,r)=>{const o=e._zod.def;Ve(o.innerType,t,r);const i=t.seen.get(e);i.ref=o.innerType,n.default=JSON.parse(JSON.stringify(o.defaultValue))},vv=(e,t,n,r)=>{const o=e._zod.def;Ve(o.innerType,t,r);const i=t.seen.get(e);i.ref=o.innerType,t.io==="input"&&(n._prefault=JSON.parse(JSON.stringify(o.defaultValue)))},yv=(e,t,n,r)=>{const o=e._zod.def;Ve(o.innerType,t,r);const i=t.seen.get(e);i.ref=o.innerType;let a;try{a=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}n.default=a},wv=(e,t,n,r)=>{const o=e._zod.def,i=o.in._zod.traits.has("$ZodTransform"),a=t.io==="input"?i?o.out:o.in:o.out;Ve(a,t,r);const l=t.seen.get(e);l.ref=a},jv=(e,t,n,r)=>{const o=e._zod.def;Ve(o.innerType,t,r);const i=t.seen.get(e);i.ref=o.innerType,n.readOnly=!0},$f=(e,t,n,r)=>{const o=e._zod.def;Ve(o.innerType,t,r);const i=t.seen.get(e);i.ref=o.innerType},kv=(e,t,n,r)=>{const o=e._zod.innerType;Ve(o,t,r);const i=t.seen.get(e);i.ref=o},Sv=O("ZodISODateTime",(e,t)=>{y1.init(e,t),$e.init(e,t)});function _v(e){return Tb(Sv,e)}const Nv=O("ZodISODate",(e,t)=>{w1.init(e,t),$e.init(e,t)});function Cv(e){return Eb(Nv,e)}const Tv=O("ZodISOTime",(e,t)=>{j1.init(e,t),$e.init(e,t)});function Ev(e){return Rb(Tv,e)}const Rv=O("ZodISODuration",(e,t)=>{k1.init(e,t),$e.init(e,t)});function Iv(e){return Ib(Rv,e)}const Pv=(e,t)=>{bf.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:n=>d0(e,n)},flatten:{value:n=>u0(e,n)},addIssue:{value:n=>{e.issues.push(n),e.message=JSON.stringify(e.issues,Ta,2)}},addIssues:{value:n=>{e.issues.push(...n),e.message=JSON.stringify(e.issues,Ta,2)}},isEmpty:{get(){return e.issues.length===0}}})},St=O("ZodError",Pv,{Parent:Error}),Mv=jl(St),Av=kl(St),Ov=Xo(St),zv=Qo(St),Lv=m0(St),$v=h0(St),Dv=g0(St),Fv=x0(St),Uv=b0(St),Bv=v0(St),qv=y0(St),Hv=w0(St),su=new WeakMap;function xr(e,t,n){const r=Object.getPrototypeOf(e);let o=su.get(r);if(o||(o=new Set,su.set(r,o)),!o.has(t)){o.add(t);for(const i in n){const a=n[i];Object.defineProperty(r,i,{configurable:!0,enumerable:!1,get(){const l=a.bind(this);return Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:l}),l},set(l){Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:l})}})}}}const ze=O("ZodType",(e,t)=>(Oe.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:yo(e,"input"),output:yo(e,"output")}}),e.toJSONSchema=Qb(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(n,r)=>Mv(e,n,r,{callee:e.parse}),e.safeParse=(n,r)=>Ov(e,n,r),e.parseAsync=async(n,r)=>Av(e,n,r,{callee:e.parseAsync}),e.safeParseAsync=async(n,r)=>zv(e,n,r),e.spa=e.safeParseAsync,e.encode=(n,r)=>Lv(e,n,r),e.decode=(n,r)=>$v(e,n,r),e.encodeAsync=async(n,r)=>Dv(e,n,r),e.decodeAsync=async(n,r)=>Fv(e,n,r),e.safeEncode=(n,r)=>Uv(e,n,r),e.safeDecode=(n,r)=>Bv(e,n,r),e.safeEncodeAsync=async(n,r)=>qv(e,n,r),e.safeDecodeAsync=async(n,r)=>Hv(e,n,r),xr(e,"ZodType",{check(...n){const r=this.def;return this.clone(Nn(r,{checks:[...r.checks??[],...n.map(o=>typeof o=="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),{parent:!0})},with(...n){return this.check(...n)},clone(n,r){return Cn(this,n,r)},brand(){return this},register(n,r){return n.add(this,r),this},refine(n,r){return this.check(D2(n,r))},superRefine(n,r){return this.check(F2(n,r))},overwrite(n){return this.check(Ls(n))},optional(){return au(this)},exactOptional(){return S2(this)},nullable(){return lu(this)},nullish(){return au(lu(this))},nonoptional(n){return R2(this,n)},array(){return K(this)},or(n){return zt([this,n])},and(n){return v2(this,n)},transform(n){return cu(this,j2(n))},default(n){return C2(this,n)},prefault(n){return E2(this,n)},catch(n){return P2(this,n)},pipe(n){return cu(this,n)},readonly(){return O2(this)},describe(n){const r=this.clone();return Ys.add(r,{description:n}),r},meta(...n){if(n.length===0)return Ys.get(this);const r=this.clone();return Ys.add(r,n[0]),r},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(n){return n(this)}}),Object.defineProperty(e,"description",{get(){return Ys.get(e)?.description},configurable:!0}),e)),Df=O("_ZodString",(e,t)=>{Sl.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(r,o,i)=>tv(e,r,o);const n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,xr(e,"_ZodString",{regex(...r){return this.check($b(...r))},includes(...r){return this.check(Ub(...r))},startsWith(...r){return this.check(Bb(...r))},endsWith(...r){return this.check(qb(...r))},min(...r){return this.check(vo(...r))},max(...r){return this.check(Mf(...r))},length(...r){return this.check(Af(...r))},nonempty(...r){return this.check(vo(1,...r))},lowercase(r){return this.check(Db(r))},uppercase(r){return this.check(Fb(r))},trim(){return this.check(Vb())},normalize(...r){return this.check(Hb(...r))},toLowerCase(){return this.check(Wb())},toUpperCase(){return this.check(Zb())},slugify(){return this.check(Kb())}})}),Vv=O("ZodString",(e,t)=>{Sl.init(e,t),Df.init(e,t),e.email=n=>e.check(ab(Wv,n)),e.url=n=>e.check(fb(Zv,n)),e.jwt=n=>e.check(Cb(l2,n)),e.emoji=n=>e.check(pb(Kv,n)),e.guid=n=>e.check(Qc(ru,n)),e.uuid=n=>e.check(lb(Mr,n)),e.uuidv4=n=>e.check(cb(Mr,n)),e.uuidv6=n=>e.check(ub(Mr,n)),e.uuidv7=n=>e.check(db(Mr,n)),e.nanoid=n=>e.check(mb(Gv,n)),e.guid=n=>e.check(Qc(ru,n)),e.cuid=n=>e.check(hb(Jv,n)),e.cuid2=n=>e.check(gb(Yv,n)),e.ulid=n=>e.check(xb(Xv,n)),e.base64=n=>e.check(Sb(o2,n)),e.base64url=n=>e.check(_b(i2,n)),e.xid=n=>e.check(bb(Qv,n)),e.ksuid=n=>e.check(vb(e2,n)),e.ipv4=n=>e.check(yb(t2,n)),e.ipv6=n=>e.check(wb(n2,n)),e.cidrv4=n=>e.check(jb(s2,n)),e.cidrv6=n=>e.check(kb(r2,n)),e.e164=n=>e.check(Nb(a2,n)),e.datetime=n=>e.check(_v(n)),e.date=n=>e.check(Cv(n)),e.time=n=>e.check(Ev(n)),e.duration=n=>e.check(Iv(n))});function x(e){return ib(Vv,e)}const $e=O("ZodStringFormat",(e,t)=>{Le.init(e,t),Df.init(e,t)}),Wv=O("ZodEmail",(e,t)=>{d1.init(e,t),$e.init(e,t)}),ru=O("ZodGUID",(e,t)=>{c1.init(e,t),$e.init(e,t)}),Mr=O("ZodUUID",(e,t)=>{u1.init(e,t),$e.init(e,t)}),Zv=O("ZodURL",(e,t)=>{f1.init(e,t),$e.init(e,t)}),Kv=O("ZodEmoji",(e,t)=>{p1.init(e,t),$e.init(e,t)}),Gv=O("ZodNanoID",(e,t)=>{m1.init(e,t),$e.init(e,t)}),Jv=O("ZodCUID",(e,t)=>{h1.init(e,t),$e.init(e,t)}),Yv=O("ZodCUID2",(e,t)=>{g1.init(e,t),$e.init(e,t)}),Xv=O("ZodULID",(e,t)=>{x1.init(e,t),$e.init(e,t)}),Qv=O("ZodXID",(e,t)=>{b1.init(e,t),$e.init(e,t)}),e2=O("ZodKSUID",(e,t)=>{v1.init(e,t),$e.init(e,t)}),t2=O("ZodIPv4",(e,t)=>{S1.init(e,t),$e.init(e,t)}),n2=O("ZodIPv6",(e,t)=>{_1.init(e,t),$e.init(e,t)}),s2=O("ZodCIDRv4",(e,t)=>{N1.init(e,t),$e.init(e,t)}),r2=O("ZodCIDRv6",(e,t)=>{C1.init(e,t),$e.init(e,t)}),o2=O("ZodBase64",(e,t)=>{T1.init(e,t),$e.init(e,t)}),i2=O("ZodBase64URL",(e,t)=>{R1.init(e,t),$e.init(e,t)}),a2=O("ZodE164",(e,t)=>{I1.init(e,t),$e.init(e,t)}),l2=O("ZodJWT",(e,t)=>{M1.init(e,t),$e.init(e,t)}),Ff=O("ZodNumber",(e,t)=>{Tf.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(r,o,i)=>nv(e,r,o),xr(e,"ZodNumber",{gt(r,o){return this.check(tu(r,o))},gte(r,o){return this.check(Di(r,o))},min(r,o){return this.check(Di(r,o))},lt(r,o){return this.check(eu(r,o))},lte(r,o){return this.check($i(r,o))},max(r,o){return this.check($i(r,o))},int(r){return this.check(ou(r))},safe(r){return this.check(ou(r))},positive(r){return this.check(tu(0,r))},nonnegative(r){return this.check(Di(0,r))},negative(r){return this.check(eu(0,r))},nonpositive(r){return this.check($i(0,r))},multipleOf(r,o){return this.check(nu(r,o))},step(r,o){return this.check(nu(r,o))},finite(){return this}});const n=e._zod.bag;e.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function R(e){return Pb(Ff,e)}const c2=O("ZodNumberFormat",(e,t)=>{A1.init(e,t),Ff.init(e,t)});function ou(e){return Mb(c2,e)}const u2=O("ZodBoolean",(e,t)=>{O1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>sv(e,n,r)});function Re(e){return Ab(u2,e)}const d2=O("ZodNull",(e,t)=>{z1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>rv(e,n,r)});function wo(e){return Ob(d2,e)}const f2=O("ZodUnknown",(e,t)=>{L1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>iv()});function Hn(){return zb(f2)}const p2=O("ZodNever",(e,t)=>{$1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>ov(e,n,r)});function m2(e){return Lb(p2,e)}const h2=O("ZodArray",(e,t)=>{D1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>dv(e,n,r,o),e.element=t.element,xr(e,"ZodArray",{min(n,r){return this.check(vo(n,r))},nonempty(n){return this.check(vo(1,n))},max(n,r){return this.check(Mf(n,r))},length(n,r){return this.check(Af(n,r))},unwrap(){return this.element}})});function K(e,t){return Gb(h2,e,t)}const g2=O("ZodObject",(e,t)=>{U1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>fv(e,n,r,o),Ee(e,"shape",()=>t.shape),xr(e,"ZodObject",{keyof(){return pe(Object.keys(this._zod.def.shape))},catchall(n){return this.clone({...this._zod.def,catchall:n})},passthrough(){return this.clone({...this._zod.def,catchall:Hn()})},loose(){return this.clone({...this._zod.def,catchall:Hn()})},strict(){return this.clone({...this._zod.def,catchall:m2()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(n){return r0(this,n)},safeExtend(n){return o0(this,n)},merge(n){return i0(this,n)},pick(n){return n0(this,n)},omit(n){return s0(this,n)},partial(...n){return a0(Bf,this,n[0])},required(...n){return l0(qf,this,n[0])}})});function E(e,t){const n={type:"object",shape:e??{},...re(t)};return new g2(n)}const Uf=O("ZodUnion",(e,t)=>{If.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>pv(e,n,r,o),e.options=t.options});function zt(e,t){return new Uf({type:"union",options:e,...re(t)})}const x2=O("ZodDiscriminatedUnion",(e,t)=>{Uf.init(e,t),B1.init(e,t)});function Tn(e,t,n){return new x2({type:"union",options:t,discriminator:e,...re(n)})}const b2=O("ZodIntersection",(e,t)=>{q1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>mv(e,n,r,o)});function v2(e,t){return new b2({type:"intersection",left:e,right:t})}const iu=O("ZodRecord",(e,t)=>{H1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>hv(e,n,r,o),e.keyType=t.keyType,e.valueType=t.valueType});function We(e,t,n){return!t||!t._zod?new iu({type:"record",keyType:x(),valueType:e,...re(t)}):new iu({type:"record",keyType:e,valueType:t,...re(n)})}const Ra=O("ZodEnum",(e,t)=>{V1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(r,o,i)=>av(e,r,o),e.enum=t.entries,e.options=Object.values(t.entries);const n=new Set(Object.keys(t.entries));e.extract=(r,o)=>{const i={};for(const a of r)if(n.has(a))i[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new Ra({...t,checks:[],...re(o),entries:i})},e.exclude=(r,o)=>{const i={...t.entries};for(const a of r)if(n.has(a))delete i[a];else throw new Error(`Key ${a} not found in enum`);return new Ra({...t,checks:[],...re(o),entries:i})}});function pe(e,t){const n=Array.isArray(e)?Object.fromEntries(e.map(r=>[r,r])):e;return new Ra({type:"enum",entries:n,...re(t)})}const y2=O("ZodLiteral",(e,t)=>{W1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>lv(e,n,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function le(e,t){return new y2({type:"literal",values:Array.isArray(e)?e:[e],...re(t)})}const w2=O("ZodTransform",(e,t)=>{Z1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>uv(e,n),e._zod.parse=(n,r)=>{if(r.direction==="backward")throw new pf(e.constructor.name);n.addIssue=i=>{if(typeof i=="string")n.issues.push(or(i,n.value,t));else{const a=i;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=n.value),a.inst??(a.inst=e),n.issues.push(or(a))}};const o=t.transform(n.value,n);return o instanceof Promise?o.then(i=>(n.value=i,n.fallback=!0,n)):(n.value=o,n.fallback=!0,n)}});function j2(e){return new w2({type:"transform",transform:e})}const Bf=O("ZodOptional",(e,t)=>{Pf.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>$f(e,n,r,o),e.unwrap=()=>e._zod.def.innerType});function au(e){return new Bf({type:"optional",innerType:e})}const k2=O("ZodExactOptional",(e,t)=>{K1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>$f(e,n,r,o),e.unwrap=()=>e._zod.def.innerType});function S2(e){return new k2({type:"optional",innerType:e})}const _2=O("ZodNullable",(e,t)=>{G1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>gv(e,n,r,o),e.unwrap=()=>e._zod.def.innerType});function lu(e){return new _2({type:"nullable",innerType:e})}const N2=O("ZodDefault",(e,t)=>{J1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>bv(e,n,r,o),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function C2(e,t){return new N2({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():gf(t)}})}const T2=O("ZodPrefault",(e,t)=>{Y1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>vv(e,n,r,o),e.unwrap=()=>e._zod.def.innerType});function E2(e,t){return new T2({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():gf(t)}})}const qf=O("ZodNonOptional",(e,t)=>{X1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>xv(e,n,r,o),e.unwrap=()=>e._zod.def.innerType});function R2(e,t){return new qf({type:"nonoptional",innerType:e,...re(t)})}const I2=O("ZodCatch",(e,t)=>{Q1.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>yv(e,n,r,o),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function P2(e,t){return new I2({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const M2=O("ZodPipe",(e,t)=>{eb.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>wv(e,n,r,o),e.in=t.in,e.out=t.out});function cu(e,t){return new M2({type:"pipe",in:e,out:t})}const A2=O("ZodReadonly",(e,t)=>{tb.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>jv(e,n,r,o),e.unwrap=()=>e._zod.def.innerType});function O2(e){return new A2({type:"readonly",innerType:e})}const z2=O("ZodLazy",(e,t)=>{nb.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>kv(e,n,r,o),e.unwrap=()=>e._zod.def.getter()});function L2(e){return new z2({type:"lazy",getter:e})}const $2=O("ZodCustom",(e,t)=>{sb.init(e,t),ze.init(e,t),e._zod.processJSONSchema=(n,r,o)=>cv(e,n)});function D2(e,t={}){return Jb($2,e,t)}function F2(e,t){return Yb(e,t)}const Qe=L2(()=>zt([x(),R(),Re(),wo(),K(Qe),We(x(),Qe)]));function Hf(e){return e===void 0||typeof e=="bigint"||typeof e=="function"?null:e}const Vf=E({index:R(),timestamp:R(),type:x(),data:Qe}),U2=E({chunks:K(Vf),truncated:Re().optional().default(!1)}),B2=pe(["request","response"]),q2=E({logId:R().int().positive(),part:B2,text:x(),offset:R().int().nonnegative(),limit:R().int().positive(),totalBytes:R().int().nonnegative(),textBytes:R().int().nonnegative(),nextOffset:R().int().nonnegative().nullable(),hasMore:Re(),contentMode:pe(["empty","partial","full"])}),ir=E({id:R(),timestamp:x(),method:x(),path:x(),model:x().nullable(),sessionId:x().nullable(),rawRequestBody:x().nullable(),responseStatus:R().nullable(),responseText:x().nullable(),inputTokens:R().nullable(),outputTokens:R().nullable(),cacheCreationInputTokens:R().nullable(),cacheReadInputTokens:R().nullable(),elapsedMs:R().nullable(),firstChunkMs:R().nullable().optional(),totalStreamMs:R().nullable().optional(),tokensPerSecond:R().nullable().optional(),streaming:Re(),userAgent:x().nullable(),origin:x().nullable(),rawHeaders:We(x(),x()).optional(),headers:We(x(),x()).optional(),apiFormat:pe(["anthropic","openai","unknown"]).default("unknown"),isTest:Re().optional().default(!1),replayOfLogId:R().nullable().optional(),providerName:x().nullable().optional(),clientPort:R().nullable().optional(),clientPid:R().nullable().optional(),clientCwd:x().nullable().optional(),clientProjectFolder:x().nullable().optional(),streamingChunks:U2.optional(),streamingChunksPath:x().nullable().optional(),rawRequestBodyBytes:R().int().nonnegative().nullable().optional(),responseTextBytes:R().int().nonnegative().nullable().optional(),bodyContentMode:pe(["full","compact","truncated"]).optional(),warnings:K(x()).optional(),error:x().nullable().optional()}),_l=E({type:x(),ttl:x().optional(),scope:x().optional()}),Nl=E({type:le("text"),text:x(),cache_control:_l.optional()}),Wf=E({type:le("thinking"),thinking:x(),signature:x().optional()}),H2=E({type:le("think"),thinking:x(),signature:x().optional()}),V2=E({type:le("base64"),media_type:x(),data:x()}),Zf=E({type:le("image"),source:V2}),Kf=E({type:le("tool_use"),id:x(),name:x(),input:We(x(),Qe)}),W2=Tn("type",[Nl,Zf]),Z2=E({type:le("tool_result"),tool_use_id:x().optional(),content:zt([x(),K(W2)]),is_error:Re().optional()}),K2=Tn("type",[Nl,Wf,Zf,Kf,Z2]),G2=zt([x(),K(K2)]),J2=E({role:pe(["user","assistant"]),content:G2}),Y2=E({type:le("text"),text:x(),cache_control:_l.optional()}),X2=E({type:x(),properties:We(x(),We(x(),Qe)).optional(),required:K(x()).optional(),additionalProperties:Re().optional(),$schema:x().optional()}),Q2=E({name:x(),description:x().optional(),input_schema:X2.optional(),cache_control:_l.optional()}),ey=Tn("type",[E({type:le("enabled"),budget_tokens:R()}),E({type:le("disabled")}),E({type:le("adaptive")})]),Gf=E({model:x(),messages:K(J2),system:K(Y2).optional(),tools:K(Q2).optional(),max_tokens:R().optional(),temperature:R().optional(),stream:Re().optional(),thinking:ey.optional(),metadata:E({user_id:x().optional()}).optional()}),Cl=Tn("type",[Nl,Wf,H2,Kf]),ty=E({input_tokens:R().nullable().optional(),output_tokens:R().nullable().optional(),cache_creation_input_tokens:R().nullable().optional(),cache_read_input_tokens:R().nullable().optional()}).passthrough(),Jf=E({id:x(),type:le("message"),model:x(),role:le("assistant"),content:K(Cl),stop_reason:x().nullable(),stop_sequence:x().nullable().optional(),usage:ty}).passthrough(),ny=E({type:le("message_start"),message:E({id:x(),type:le("message"),model:x(),role:le("assistant"),content:K(Cl),stop_reason:wo(),stop_sequence:wo(),usage:E({input_tokens:R(),cache_creation_input_tokens:R().optional(),cache_read_input_tokens:R().optional()}).passthrough()})}),sy=E({type:le("content_block_start"),index:R(),content_block:Cl}),ry=Tn("type",[E({type:le("text_delta"),text:x()}),E({type:le("input_json_delta"),partial_json:x()}),E({type:le("thinking_delta"),thinking:x()}),E({type:le("signature_delta"),signature:x()})]),oy=E({type:le("content_block_delta"),index:R(),delta:ry}),iy=E({type:le("content_block_stop"),index:R()}),ay=E({type:le("message_delta"),delta:E({stop_reason:x().nullable(),stop_sequence:x().nullable().optional()}),usage:E({output_tokens:R(),input_tokens:R().optional(),cache_creation_input_tokens:R().optional(),cache_read_input_tokens:R().optional()}).passthrough()}),ly=E({type:le("message_stop")}),cy=E({type:le("ping")}),uy=E({type:le("error"),error:E({type:x(),message:x()})}),dy=Tn("type",[ny,sy,oy,iy,ay,ly,cy,uy]),fy=zt([x(),K(Tn("type",[E({type:le("text"),text:x()}),E({type:le("image_url"),image_url:E({url:x(),detail:x().optional()})})]))]),Yf=E({role:pe(["system","user","assistant","tool"]),content:fy,name:x().optional(),reasoning_content:x().optional(),thinking:x().optional(),think:x().optional()}),py=E({name:x(),arguments:x()}),Xf=E({index:R().optional(),id:x().optional(),type:le("function").optional(),function:E({name:x().optional(),arguments:x().optional()})});Yf.extend({content:zt([x(),K(E({type:le("text"),text:x()}))]).optional(),function_call:py.optional(),tool_calls:K(Xf).optional()});const my=E({type:le("function"),function:E({name:x(),description:x().optional(),parameters:We(x(),Qe)})}),Qf=E({model:x(),messages:K(Yf),temperature:R().optional(),max_tokens:R().optional(),stream:Re().optional(),tools:K(my).optional(),tool_choice:zt([pe(["auto","none","required"]),E({type:le("auto")}),E({type:le("none")}),E({type:le("function"),function:E({name:x()})})]).optional(),user:x().optional()}),hy=E({type:x(),name:x().optional(),description:x().optional(),parameters:Qe.optional(),function:E({name:x().optional(),description:x().optional(),parameters:Qe.optional()}).optional()}).passthrough(),ep=E({model:x(),input:Hn().optional(),instructions:zt([x(),wo()]).optional(),stream:Re().optional(),tools:K(hy).optional(),tool_choice:Hn().optional(),max_output_tokens:R().optional(),temperature:R().optional(),user:x().optional(),metadata:We(x(),Hn()).optional()}).passthrough(),tp=E({role:pe(["assistant"]).optional(),content:x().nullable().optional(),reasoning_content:x().nullable().optional(),thinking:x().nullable().optional(),think:x().nullable().optional(),function_call:E({name:x().optional(),arguments:x().optional()}).nullable().optional(),tool_calls:K(E({index:R(),id:x().optional(),type:le("function").optional(),function:E({name:x().optional(),arguments:x().optional()})})).nullable().optional()}),gy=E({index:R(),message:E({role:pe(["assistant"]),content:x().nullable(),reasoning_content:x().optional(),thinking:x().optional(),think:x().optional(),function_call:E({name:x(),arguments:x()}).nullable().optional(),tool_calls:K(Xf).optional()}).optional(),delta:tp.optional(),finish_reason:x().nullable()}),xy=E({id:x(),object:le("chat.completion"),created:R(),model:x(),choices:K(gy),usage:E({prompt_tokens:R().nullable().optional(),completion_tokens:R().nullable().optional(),total_tokens:R().nullable().optional()}).passthrough(),service_tier:x().nullable().optional(),system_fingerprint:x().nullable().optional()}).passthrough(),by=E({id:x(),object:le("chat.completion.chunk"),created:R(),model:x(),choices:K(E({index:R(),delta:tp,finish_reason:x().nullable().optional()})),usage:E({prompt_tokens:R().nullable().optional(),completion_tokens:R().nullable().optional(),total_tokens:R().nullable().optional()}).passthrough().nullable().optional()}).passthrough(),vy=E({input_tokens:R().nullable().optional(),output_tokens:R().nullable().optional(),total_tokens:R().nullable().optional(),input_tokens_details:E({cached_tokens:R().nullable().optional()}).passthrough().nullable().optional(),output_tokens_details:E({reasoning_tokens:R().nullable().optional()}).passthrough().nullable().optional()}).passthrough(),yy=E({type:x()}).passthrough(),jo=E({id:x(),object:le("response").optional(),created_at:R().optional(),status:x().nullable().optional(),model:x().optional(),output:K(yy).optional(),output_text:x().optional(),usage:vy.nullable().optional(),error:Hn().optional()}).passthrough(),wy=E({type:x()}).passthrough();function np(e){try{const t=JSON.parse(e),n=xy.safeParse(t);return n.success?n.data:null}catch{return null}}function sp(e){try{const t=JSON.parse(e),n=jo.safeParse(t);return n.success?n.data:null}catch{return null}}const jy=E({error:x()}),ky=new Set(["POST","PUT","PATCH","DELETE"]);function rp(e){return typeof e!="string"||!e.startsWith("/")||e.startsWith("//")?e:It(e)}function op(e){const t=e?.method?.toUpperCase();if(t===void 0||!ky.has(t))return e;const n=new Headers(e?.headers);return n.has("x-agent-inspector-csrf")||n.set("x-agent-inspector-csrf","1"),{...e,headers:n}}async function Tl(e,t){const n=await e.json();return t.parse(n)}async function El(e,t){try{const n=await e.json(),r=jy.safeParse(n);return r.success?r.data.error:t}catch{return t}}async function st(e,t,n,r){const o=await fetch(rp(e),op(n));if(!o.ok){const i=r?.(o)??`Request failed with status ${o.status}`;throw new Error(await El(o,i))}return Tl(o,t)}function Sy(e){return e<1e3?`${String(e)}ms`:`${String(Math.round(e/1e3))}s`}class ti extends Error{constructor(t){super(`Request timed out after ${Sy(t)}`),this.name="ApiTimeoutError"}}async function Vn(e,t,n){const r=new AbortController;let o=!1;const i=setTimeout(()=>{o=!0,r.abort()},t),a=n?.signal??void 0,l=()=>r.abort();a!==void 0&&(a.aborted?r.abort():a.addEventListener("abort",l,{once:!0}));try{return await fetch(rp(e),{...op(n),signal:r.signal})}catch(u){throw o&&u instanceof DOMException&&u.name==="AbortError"?new ti(t):u}finally{clearTimeout(i),a?.removeEventListener("abort",l)}}async function He(e,t,n,r,o){const i=await Vn(e,n,r);if(!i.ok){const a=o?.(i)??`Request failed with status ${i.status}`;throw new Error(await El(i,a))}return Tl(i,t)}const ip=E({input:R().int().nonnegative(),output:R().int().nonnegative(),cacheCreate:R().int().nonnegative(),cacheRead:R().int().nonnegative(),total:R().int().nonnegative()}),_y=E({id:R().int().positive(),sessionLogNumber:R().int().positive().optional(),timestamp:x(),provider:x().nullable(),model:x().nullable(),apiFormat:pe(["anthropic","openai","unknown"]),method:x(),path:x(),status:R().nullable(),isStreaming:Re(),hasError:Re(),error:x().nullable(),latencyMs:R().nullable(),firstChunkMs:R().nullable().optional(),totalStreamMs:R().nullable().optional(),tokensPerSecond:R().nullable().optional(),tokens:E({input:R().nullable(),output:R().nullable(),cacheCreate:R().nullable(),cacheRead:R().nullable()}),sessionId:x().nullable(),userAgent:x().nullable().optional(),clientPid:R().nullable().optional(),clientProjectFolder:x().nullable().optional()}),ap=E({id:x(),status:pe(["active","failed","completed","empty"]),logCoverage:pe(["recent","history"]),source:pe(["explicit","client-process","client-connection","provider-test"]).nullable(),runtimeMode:pe(["in-process","worker-thread","child-process"]).nullable(),createdAt:x().nullable(),updatedAt:x().nullable(),requestCount:R().int().nonnegative(),activeRequests:R().int().nonnegative(),completedRequests:R().int().nonnegative(),failedRequests:R().int().nonnegative(),queuedTasks:R().int().nonnegative(),runningTasks:R().int().nonnegative(),lastTaskError:x().nullable(),logCount:R().int().nonnegative(),errorCount:R().int().nonnegative(),models:K(x()),providers:K(x()),tokenUsage:ip,lastLogId:R().nullable(),lastModel:x().nullable(),clientUserAgent:x().nullable().optional(),clientPid:R().nullable(),clientProjectFolder:x().nullable(),inspectorPath:x(),inspectorUrl:x(),apiPath:x(),apiUrl:x(),compactLogsPath:x(),compactLogsUrl:x(),latestLogLimit:R().int().positive(),latestLogs:K(_y)}),br=pe(["created","running","completed","failed","cancelled"]),Rl=E({jsonPath:x(),markdownPath:x(),htmlPath:x(),exportedAt:x()}),Ny=pe(["run-created","session-started","request","session-finished","evidence-exported"]),Cy=pe(["info","success","warning","error"]),Ty=E({timestamp:x(),kind:Ny,severity:Cy,title:x(),details:x(),logId:R().int().positive().nullable(),status:R().nullable(),model:x().nullable(),provider:x().nullable(),latencyMs:R().nullable(),isStreaming:Re().nullable()}),Ey=pe(["none","active","provider-timeout","provider-http-error","provider-auth-error","provider-rate-limit","network-or-container","streaming-mismatch","context-pressure","runtime-task-error","model-output-error","unknown-failure","no-session-data"]),lp=E({outcome:pe(["success","failure","active","unknown"]),severity:pe(["none","low","medium","high"]),category:Ey,summary:x(),evidenceLogIds:K(R().int().positive()),hints:K(x())}),Il=E({status:pe(["PASS","FAIL","RUNNING","UNKNOWN"]),summary:x(),markdown:x()}),cp=Il,Pl=E({id:x(),sessionId:x(),groupId:x().nullable().default(null),title:x(),task:x().nullable(),project:x().nullable(),agent:x().nullable(),status:br,tags:K(x()),metadata:We(x(),Qe),evidence:Rl.nullable(),createdAt:x(),updatedAt:x()});E({runId:x().min(1).optional(),sessionId:x().min(1).optional(),groupId:x().min(1).nullable().optional(),title:x().min(1).optional(),task:x().nullable().optional(),project:x().nullable().optional(),agent:x().nullable().optional(),status:br.optional(),tags:K(x()).optional(),metadata:We(x(),Qe).optional()}).optional();E({sessionId:x().min(1).optional(),groupId:x().min(1).nullable().optional(),title:x().min(1).optional(),task:x().nullable().optional(),project:x().nullable().optional(),agent:x().nullable().optional(),status:br.optional(),tags:K(x()).optional(),metadata:We(x(),Qe).optional()});E({includeHistory:Re().optional(),latestLogLimit:R().int().positive().max(50).optional()}).optional();E({run:Pl,evidence:Rl,session:ap.nullable(),timeline:K(Ty),classification:lp,jenkinsReport:Il});const Ry=E({run:Pl,classification:lp,evidence:Rl.nullable(),jenkinsReport:Il.nullable(),sessionId:x(),inspectorUrl:x().nullable(),evidenceMarkdownPath:x().nullable(),updatedAt:x()});E({failures:K(Ry),total:R().int().nonnegative(),limit:R().int().positive()});const Ml=pe(["created","running","completed","failed","cancelled"]),Al=pe(["evaluation","batch","manual"]),Ol=E({jsonPath:x(),markdownPath:x(),htmlPath:x(),exportedAt:x()}),up=E({id:x(),groupId:x(),sessionId:x(),runId:x().nullable(),label:x().nullable(),agent:x().nullable(),provider:x().nullable(),model:x().nullable(),status:br.nullable(),metadata:We(x(),Qe),addedAt:x(),updatedAt:x()}),zl=E({id:x(),title:x(),kind:Al,task:x().nullable(),project:x().nullable(),status:Ml,tags:K(x()),metadata:We(x(),Qe),evidence:Ol.nullable(),members:K(up),createdAt:x(),updatedAt:x()});E({groupId:x().min(1).optional(),title:x().min(1).optional(),kind:Al.optional(),task:x().nullable().optional(),project:x().nullable().optional(),status:Ml.optional(),tags:K(x()).optional(),metadata:We(x(),Qe).optional()}).optional();E({title:x().min(1).optional(),kind:Al.optional(),task:x().nullable().optional(),project:x().nullable().optional(),status:Ml.optional(),tags:K(x()).optional(),metadata:We(x(),Qe).optional()});E({memberId:x().min(1).optional(),sessionId:x().min(1),runId:x().min(1).nullable().optional(),label:x().min(1).nullable().optional(),agent:x().min(1).nullable().optional(),provider:x().min(1).nullable().optional(),model:x().min(1).nullable().optional(),status:br.nullable().optional(),metadata:We(x(),Qe).optional()});E({includeHistory:Re().optional(),latestLogLimit:R().int().positive().max(50).optional()}).optional();E({deleteEvidence:Re().optional()});const dp=E({groupId:x(),deleted:Re(),evidenceDeleted:Re(),evidencePath:x().nullable()}),fp=E({deleted:R().int().nonnegative(),groups:K(dp)}),pp=E({member:up,run:Pl.nullable(),session:ap.nullable()}),mp=E({memberCount:R().int().nonnegative(),sessionsWithData:R().int().nonnegative(),missingSessions:R().int().nonnegative(),requestCount:R().int().nonnegative(),errorCount:R().int().nonnegative(),tokenUsage:ip,models:K(x()),providers:K(x()),completedMembers:R().int().nonnegative(),failedMembers:R().int().nonnegative(),runningMembers:R().int().nonnegative()}),Iy=E({group:zl,evidence:Ol,members:K(pp).nullable(),markdown:x(),summary:mp.nullable(),report:cp.nullable()}),Py=E({group:zl,evidence:Ol,members:K(pp),summary:mp,jenkinsReport:cp}),hp=E({groups:K(zl)}),My=E({sessionId:x(),imported:R().int().nonnegative(),skipped:R().int().nonnegative(),warnings:K(x()),logs:K(ir)}),ko=10,Ia=600,So=60,Pa=600,_o="time",Ll="simple",gp=pe(["time","full"]),Ay=pe(["simple","full"]),ni=E({stripClaudeCodeBillingHeader:Re(),hasSeenOnboarding:Re().default(!1),slowResponseThresholdSeconds:R().int().min(0).max(Ia).default(ko),providerTestTimeoutSeconds:R().int().min(1).max(Pa).default(So),timeDisplayFormat:gp.default(_o),captureMode:Ay.default(Ll)}),ms="/api/config";async function Oy(e){return st(e,ni,void 0,t=>`Failed to fetch ${e}: ${t.status}`)}async function Ar(e){return st(ms,ni,{method:"PATCH",headers:{"content-type":"application/json"},body:JSON.stringify(e)},t=>`PATCH failed with status ${t.status}`)}function $l(){const e=qt(ms,Oy,{revalidateOnFocus:!1,revalidateIfStale:!1}),{mutate:t}=af(),n=e.data?.stripClaudeCodeBillingHeader??!1,r=e.data?.captureMode??Ll,o=e.data?.slowResponseThresholdSeconds??ko,i=e.data?.providerTestTimeoutSeconds??So,a=e.data?.timeDisplayFormat??_o,l=m=>({stripClaudeCodeBillingHeader:e.data?.stripClaudeCodeBillingHeader??!1,hasSeenOnboarding:e.data?.hasSeenOnboarding??!1,slowResponseThresholdSeconds:e.data?.slowResponseThresholdSeconds??ko,providerTestTimeoutSeconds:e.data?.providerTestTimeoutSeconds??So,timeDisplayFormat:e.data?.timeDisplayFormat??_o,captureMode:r,...m}),u=async m=>{await t(ms,Ar({stripClaudeCodeBillingHeader:m}),{optimisticData:l({stripClaudeCodeBillingHeader:m}),rollbackOnError:!0,revalidate:!1})},d=async m=>{await t(ms,Ar({slowResponseThresholdSeconds:m}),{optimisticData:l({slowResponseThresholdSeconds:m}),rollbackOnError:!0,revalidate:!1})},f=async m=>{await t(ms,Ar({timeDisplayFormat:m}),{optimisticData:l({timeDisplayFormat:m}),rollbackOnError:!0,revalidate:!1})},p=async m=>{await t(ms,Ar({providerTestTimeoutSeconds:m}),{optimisticData:l({providerTestTimeoutSeconds:m}),rollbackOnError:!0,revalidate:!1})};return{strip:n,captureMode:r,slowResponseThresholdSeconds:o,providerTestTimeoutSeconds:i,timeDisplayFormat:a,isLoading:e.isLoading,isError:e.error!==void 0,setStrip:u,setSlowResponseThresholdSeconds:d,setProviderTestTimeoutSeconds:p,setTimeDisplayFormat:f}}const xp=(...e)=>e.filter((t,n,r)=>!!t&&t.trim()!==""&&r.indexOf(t)===n).join(" ").trim();const zy=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();const Ly=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,r)=>r?r.toUpperCase():n.toLowerCase());const uu=e=>{const t=Ly(e);return t.charAt(0).toUpperCase()+t.slice(1)};var $y={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};const Dy=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0;return!1};const Fy=c.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:o="",children:i,iconNode:a,...l},u)=>c.createElement("svg",{ref:u,...$y,width:t,height:t,stroke:e,strokeWidth:r?Number(n)*24/Number(t):n,className:xp("lucide",o),...!i&&!Dy(l)&&{"aria-hidden":"true"},...l},[...a.map(([d,f])=>c.createElement(d,f)),...Array.isArray(i)?i:[i]]));const H=(e,t)=>{const n=c.forwardRef(({className:r,...o},i)=>c.createElement(Fy,{ref:i,iconNode:t,className:xp(`lucide-${zy(uu(e))}`,`lucide-${e}`,r),...o}));return n.displayName=uu(e),n};const Uy=[["path",{d:"m15 16 2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16",key:"xik6mr"}],["path",{d:"M15.697 14h5.606",key:"1stdlc"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],By=H("a-large-small",Uy);const qy=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]],Hy=H("activity",qy);const Vy=[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]],Wy=H("arrow-down-right",Vy);const Zy=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],Ky=H("arrow-down",Zy);const Gy=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],Jy=H("arrow-left",Gy);const Yy=[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]],Xy=H("arrow-up-right",Yy);const Qy=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],ew=H("arrow-up",Qy);const tw=[["path",{d:"M4.5 3h15",key:"c7n0jr"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3",key:"m1uhx7"}],["path",{d:"M6 14h12",key:"4cwo0f"}]],Dl=H("beaker",tw);const nw=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]],sw=H("bell",nw);const rw=[["path",{d:"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2",key:"1ah6g2"}],["rect",{x:"14",y:"2",width:"8",height:"8",rx:"1",key:"88lufb"}]],ow=H("blocks",rw);const iw=[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]],aw=H("brain-circuit",iw);const lw=[["path",{d:"M12 18V5",key:"adv99a"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4",key:"1e3is1"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5",key:"1gqd8o"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77",key:"iwvgf7"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464",key:"efp6ie"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517",key:"1gq6am"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464",key:"k1g0md"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77",key:"q97ue3"}]],bp=H("brain",lw);const cw=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],qe=H("check",cw);const uw=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],et=H("chevron-down",uw);const dw=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],fw=H("chevron-left",dw);const pw=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],bt=H("chevron-right",pw);const mw=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],Fl=H("chevron-up",mw);const hw=[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]],gw=H("chevrons-down",hw);const xw=[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]],bw=H("chevrons-left",xw);const vw=[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]],yw=H("chevrons-right",vw);const ww=[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]],jw=H("chevrons-up",ww);const kw=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],Ts=H("circle-alert",kw);const Sw=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],vr=H("circle-check-big",Sw);const _w=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],Ma=H("circle-check",_w);const Nw=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Cw=H("circle-question-mark",Nw);const Tw=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]],Ew=H("circle-stop",Tw);const Rw=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],vp=H("circle-x",Rw);const Iw=[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z",key:"1tn4o7"}],["path",{d:"m6.2 5.3 3.1 3.9",key:"iuk76l"}],["path",{d:"m12.4 3.4 3.1 4",key:"6hsd6n"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",key:"ltgou9"}]],Pw=H("clapperboard",Iw);const Mw=[["path",{d:"M12 6v6h4",key:"135r8i"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Aw=H("clock-3",Mw);const Ow=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],rn=H("clock",Ow);const zw=[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]],Lw=H("cloud-upload",zw);const $w=[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]],yp=H("code-xml",$w);const Dw=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]],Fw=H("columns-2",Dw);const Uw=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],Lt=H("copy",Uw);const Bw=[["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M17 20v2",key:"1rnc9c"}],["path",{d:"M17 2v2",key:"11trls"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M2 17h2",key:"7oei6x"}],["path",{d:"M2 7h2",key:"asdhe0"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 17h2",key:"1fpfkl"}],["path",{d:"M20 7h2",key:"1o8tra"}],["path",{d:"M7 20v2",key:"4gnj0m"}],["path",{d:"M7 2v2",key:"1i4yhu"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",key:"1vbyd7"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]],qw=H("cpu",Bw);const Hw=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],yr=H("download",Hw);const Vw=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],Ww=H("ellipsis",Vw);const Zw=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],Ul=H("external-link",Zw);const Kw=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Gw=H("eye-off",Kw);const Jw=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],wp=H("eye",Jw);const Yw=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"1oajmo"}],["path",{d:"M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"mpwhp6"}]],Xw=H("file-braces",Yw);const Qw=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]],ej=H("file-diff",Qw);const tj=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]],nj=H("file-search",tj);const sj=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]],rj=H("file-terminal",sj);const oj=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],ij=H("file-text",oj);const aj=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",key:"1jaruq"}]],lj=H("flag",aj);const cj=[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",key:"18mbvz"}],["path",{d:"M6.453 15h11.094",key:"3shlmq"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]],jp=H("flask-conical",cj);const uj=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]],dj=H("folder-open",uj);const fj=[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]],Bl=H("gauge",fj);const pj=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9",key:"16sdep"}],["path",{d:"m9 15 3 3-3 3",key:"1m3kbl"}]],mj=H("git-compare-arrows",pj);const hj=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],kp=H("globe",hj);const gj=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]],Sp=H("history",gj);const xj=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],bj=H("info",xj);const vj=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]],du=H("layers",vj);const yj=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],De=H("loader-circle",yj);const wj=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],jj=H("lock",wj);const kj=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"m21 3-7 7",key:"1l2asr"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]],Sj=H("maximize-2",kj);const _j=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],si=H("message-square",_j);const Nj=[["path",{d:"m14 10 7-7",key:"oa77jy"}],["path",{d:"M20 10h-6V4",key:"mjg0md"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M4 14h6v6",key:"rmj7iw"}]],Cj=H("minimize-2",Nj);const Tj=[["path",{d:"M5 12h14",key:"1ays0h"}]],_p=H("minus",Tj);const Ej=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]],Rj=H("monitor",Ej);const Ij=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],Pj=H("moon",Ij);const Mj=[["path",{d:"M14 4.1 12 6",key:"ita8i4"}],["path",{d:"m5.1 8-2.9-.8",key:"1go3kf"}],["path",{d:"m6 12-1.9 2",key:"mnht97"}],["path",{d:"M7.2 2.2 8 5.1",key:"1cfko1"}],["path",{d:"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",key:"s0h3yz"}]],Aj=H("mouse-pointer-click",Mj);const Oj=[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]],zj=H("network",Oj);const Lj=[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]],$j=H("octagon-alert",Lj);const Dj=[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]],Fj=H("package-check",Dj);const Uj=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]],Bj=H("panel-right-close",Uj);const qj=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]],Hj=H("panel-right-open",qj);const Vj=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],Np=H("pencil",Vj);const Wj=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],fu=H("plus",Wj);const Zj=[["path",{d:"M16.247 7.761a6 6 0 0 1 0 8.478",key:"1fwjs5"}],["path",{d:"M19.075 4.933a10 10 0 0 1 0 14.134",key:"ehdyv1"}],["path",{d:"M4.925 19.067a10 10 0 0 1 0-14.134",key:"1q22gi"}],["path",{d:"M7.753 16.239a6 6 0 0 1 0-8.478",key:"r2q7qm"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],pu=H("radio",Zj);const Kj=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],Mt=H("refresh-cw",Kj);const Gj=[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]],Cp=H("rocket",Gj);const Jj=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],Tp=H("rotate-ccw",Jj);const Yj=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]],No=H("rotate-cw",Yj);const Xj=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]],Qj=H("rows-3",Xj);const ek=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],tk=H("save",ek);const nk=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]],sk=H("scan",nk);const rk=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],ok=H("search",rk);const ik=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],ak=H("send",ik);const lk=[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]],ck=H("server",lk);const uk=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],dk=H("settings",uk);const fk=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]],pk=H("shield-alert",fk);const mk=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],mu=H("shield-check",mk);const hk=[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6",key:"pcx96s"}],["path",{d:"M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z",key:"1b4s83"}],["path",{d:"M21 12h1",key:"jtio3y"}],["path",{d:"M18.5 4.5 18 5",key:"g5sp9y"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"m4.929 4.929.707.707",key:"1i51kw"}],["path",{d:"M12 12v6",key:"3ahymv"}]],Co=H("siren",hk);const gk=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],Aa=H("sparkles",gk);const xk=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]],bk=H("sun",xk);const vk=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],Qn=H("terminal",vk);const yk=[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]],Ep=H("timer",yk);const wk=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],jn=H("trash-2",wk);const jk=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],wn=H("triangle-alert",jk);const kk=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],Rp=H("upload",kk);const Sk=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],_k=H("wifi-off",Sk);const Nk=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],Ck=H("wifi",Nk);const Tk=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]],wr=H("wrench",Tk);const Ek=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],jr=H("x",Ek);const Rk=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],ar=H("zap",Rk),Oa="/api/config";async function Ik(e){return st(e,ni,void 0,t=>`Failed to fetch ${e}: ${t.status}`)}async function Pk(e){return st(Oa,ni,{method:"PATCH",headers:{"content-type":"application/json"},body:JSON.stringify(e)},t=>`PATCH failed with status ${t.status}`)}function Mk(){const e=qt(Oa,Ik,{revalidateOnFocus:!1,revalidateIfStale:!1}),{mutate:t}=af(),n=e.data?.hasSeenOnboarding??!1,r=e.data?.captureMode??Ll,o=async()=>{await t(Oa,Pk({hasSeenOnboarding:!0}),{optimisticData:{stripClaudeCodeBillingHeader:e.data?.stripClaudeCodeBillingHeader??!1,hasSeenOnboarding:!0,slowResponseThresholdSeconds:e.data?.slowResponseThresholdSeconds??ko,providerTestTimeoutSeconds:e.data?.providerTestTimeoutSeconds??So,timeDisplayFormat:e.data?.timeDisplayFormat??_o,captureMode:r},rollbackOnError:!0,revalidate:!1})};return{hasSeenOnboarding:n,captureMode:r,isLoading:e.isLoading,markSeen:o}}function Ak({expanded:e,onToggle:t,onDismiss:n}){const r=e?"grid":"hidden sm:grid";return s.jsx("div",{role:"note","aria-label":"Onboarding tip",className:"mx-3 mt-2 mb-1 rounded-md border border-warning/30 bg-warning/10 px-3 py-2 text-sm shadow-sm sm:mx-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(bj,{className:"mt-0.5 size-4 shrink-0 text-warning","aria-hidden":"true"}),s.jsxs("div",{className:"min-w-0 flex-1",children:[s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1",children:[s.jsx("span",{className:"font-medium text-foreground",children:"Inspector ready"}),s.jsx("span",{className:"hidden truncate text-xs text-muted-foreground sm:inline",children:"Request, response, tool, timing, token, replay, and memory signals are active."})]}),s.jsx("div",{className:"mt-1 text-xs leading-relaxed text-muted-foreground sm:hidden",children:"Core capture is active."}),s.jsxs("div",{className:`${r} mt-2 gap-x-4 gap-y-1 text-xs leading-relaxed text-muted-foreground sm:grid-cols-2`,children:[s.jsxs("div",{children:[s.jsx("strong",{children:"Evidence"}),": logs, sessions, groups, and MCP exports are available."]}),s.jsxs("div",{children:[s.jsx("strong",{children:"Network"}),": replace ",s.jsx("code",{children:"localhost"})," if containers differ."]})]})]}),s.jsx("button",{type:"button",onClick:t,className:"inline-flex h-8 shrink-0 items-center gap-1 rounded-md border border-warning/35 px-2 text-xs font-medium text-foreground transition-colors hover:bg-warning/15 focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none sm:hidden","aria-expanded":e,"aria-label":e?"Hide onboarding details":"Show onboarding details",children:s.jsx(et,{className:`size-3.5 transition-transform ${e?"rotate-180":""}`})}),s.jsxs("button",{type:"button",onClick:n,className:"hidden h-8 shrink-0 items-center gap-1.5 rounded-md border border-warning/40 px-3 text-xs font-medium text-foreground transition-colors hover:bg-warning/15 focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none sm:inline-flex","aria-label":"Dismiss onboarding tip",children:[s.jsx(qe,{className:"size-3.5"}),"Got it"]}),s.jsx("button",{type:"button",onClick:n,className:"-m-1 shrink-0 rounded-sm p-1 text-muted-foreground transition-colors hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none","aria-label":"Dismiss",children:s.jsx(jr,{className:"size-3.5"})})]})})}function Ok(){const{hasSeenOnboarding:e,isLoading:t,markSeen:n}=Mk(),[r,o]=c.useState(!1);return t||e?null:s.jsx(Ak,{expanded:r,onToggle:()=>o(i=>!i),onDismiss:()=>{n()}})}const zk="3.0.44",Ip={version:zk};function Xs(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const Pp="[REDACTED]",Lk=/(^|[-_])(api[-_]?key|authorization|cookie|token|secret|password|access[-_]?token|refresh[-_]?token)([-_]|$)/i,$k=[/Bearer\s+[A-Za-z0-9._~+/=-]{12,}/gi,/\bsk-[A-Za-z0-9_-]{12,}\b/g,/\bsk-ant-[A-Za-z0-9_-]{12,}\b/g,/\bghp_[A-Za-z0-9_]{12,}\b/g,/\bglpat-[A-Za-z0-9_-]{12,}\b/g],hu=200,Dk=25e6,Mp=50,Fk=1e4;function Uk(e){return e<1024?`${e} chars`:e<1024*1024?`${Math.ceil(e/1024)} KB`:`${Math.ceil(e/(1024*1024))} MB`}function Bk(e){let t=0;for(const n of e)t+=n.rawRequestBody?.length??0,t+=n.responseText?.length??0;return t}function qk(e){if(e.length>hu)return`Export is limited to ${hu} logs at once. Narrow the filter and try again.`;const t=Bk(e);return t>Dk?`Export is too large (${Uk(t)} of text). Narrow the filter and try again.`:null}function Or(e){return e?.aborted===!0?{ok:!1,message:"Export canceled.",canceled:!0}:null}async function Hk(e,t){try{const n=await Vn(`/api/logs/${e}/chunks`,Fk,{signal:t});if(!n.ok)return null;const r=await n.json();return JSON.stringify(r,null,2)}catch{return null}}function za(e){if(Array.isArray(e))return e.map(n=>za(n));if(!Xs(e))return e;const t={};for(const[n,r]of Object.entries(e))t[n]=Lk.test(n)?Pp:za(r);return t}function Vk(e){const t=n=>{let r=n;for(const o of $k)r=r.replace(o,Pp);return r};try{const n=JSON.parse(e);return t(JSON.stringify(za(n),null,2))}catch{return t(e)}}function Fi(e,t){return t==="redacted"?Vk(e):e}function Wk(e,t){return{...e,rawRequestBody:null,responseText:null,rawHeaders:t==="raw"?e.rawHeaders:void 0,headers:t==="raw"?e.headers:void 0,streamingChunks:void 0,bodyContentMode:"compact"}}function Zk(e,t,n,r=new Date().toISOString()){return{version:Ip.version,exportedAt:r,mode:t,redacted:t==="redacted",logCount:e.length,logIds:e.map(o=>o.id),streamingChunkExportLimit:Mp,streamingChunkLogIds:n.map(o=>o.id)}}async function Kk(e,t="redacted",n={}){const r=Or(n.signal);if(r!==null)return r;const o=qk(e);if(o!==null)return{ok:!1,message:o};const{default:i}=await Gt(async()=>{const{default:h}=await import("./jszip.min-C9rCFoU3.js").then(g=>g.j);return{default:h}},__vite__mapDeps([0,1])),a=new i,l=t==="redacted"?"redacted":"raw",u=e.filter(h=>h.streaming).slice(0,Mp);a.file("manifest.json",JSON.stringify(Zk(e,t,u),null,2)),a.file("logs.json",JSON.stringify(e.map(h=>Wk(h,t)),null,2));for(const h of e){const g=Or(n.signal);if(g!==null)return g;h.rawRequestBody!==null&&a.file(`#${h.id}.Request.json`,Fi(h.rawRequestBody,t)),h.responseText!==null&&a.file(`#${h.id}.Response.json`,Fi(h.responseText,t))}for(const h of u){const g=Or(n.signal);if(g!==null)return g;const y=await Hk(h.id,n.signal);y!==null&&a.file(`#${h.id}.SSE.Response.json`,Fi(y,t))}const d=await a.generateAsync({type:"blob"}),f=Or(n.signal);if(f!==null)return f;const p=URL.createObjectURL(d),m=document.createElement("a");return m.href=p,m.download=`agent-inspector-export-${l}-${new Date().toISOString().slice(0,10)}.zip`,document.body.appendChild(m),m.click(),document.body.removeChild(m),URL.revokeObjectURL(p),{ok:!0}}function La(e,t){switch(t){case"full":return e;case"time":return new Date(e).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit",second:"2-digit"})}}function ri(e,t,n){return`${La(e,n)} - ${La(t,n)}`}function Gk(){const[e,t]=c.useState(Fx),n=c.useCallback(r=>{t(r),zi(r),Ux(r)},[]);return c.useEffect(()=>{zi(e)},[e]),c.useEffect(()=>{function r(o){if(o.key!==Bx)return;const i=qx(o.newValue);t(i),zi(i)}return window.addEventListener("storage",r),()=>window.removeEventListener("storage",r)},[]),{themeMode:e,setThemeMode:n}}function Jk(){const[e,t]=c.useState(Hx),[n,r]=c.useState(1),o=c.useCallback(i=>{t(i),Vx(i),r(Li(i))},[]);return c.useEffect(()=>{const i=()=>{r(Li(e))};if(i(),e==="auto")return window.addEventListener("resize",i),()=>window.removeEventListener("resize",i)},[e]),c.useEffect(()=>{const i=a=>{if(a.key!==Wx)return;const l=lf(a.newValue);t(l),r(Li(l))};return window.addEventListener("storage",i),()=>window.removeEventListener("storage",i)},[]),{uiScalePreference:e,resolvedUiScale:n,setUiScalePreference:o}}const Wn=64,$a=256,Yk=64,Xk=pe(["invalid-page-request","search-limit-exceeded","provider-model-limit-exceeded","sse-capacity-exceeded","provider-test-capacity-exceeded"]),Qk=zt([le(400),le(413),le(429),le(503)]);E({error:x().min(1).max(300),code:Xk,status:Qk,resource:x().min(1).max(80),limit:R().int().positive(),retryable:Re()});function zr(){return x().refine(e=>{if(e.length===0)return!0;try{const t=new URL(e);return t.protocol==="http:"||t.protocol==="https:"}catch{return!1}},"Must be a valid http(s) URL")}const ql=x().max($a),eS=K(ql).max(Wn),tS=E({model:ql.min(1),contextWindow:R().int().positive().optional(),outputLimit:R().int().positive().optional(),source:pe(["manual","registry"]).optional(),sourceUrl:x().optional(),updatedAt:x().optional()}),nS=K(tS).max(Yk),sS=E({id:x(),name:x(),apiKey:x(),model:ql.optional(),models:eS.optional().default([]),format:pe(["anthropic","openai"]).optional(),baseUrl:zr().optional(),anthropicBaseUrl:zr().optional(),openaiBaseUrl:zr().optional(),openaiResponsesBaseUrl:zr().optional(),authHeader:pe(["bearer","x-api-key"]).optional().default("bearer"),apiDocsUrl:x().optional(),modelMetadataUrl:x().optional(),modelMetadata:nS.optional(),source:pe(["company","personal"]).optional(),createdAt:x(),updatedAt:x()}),rS="configured",To=sS.extend({apiKey:le(rS)});async function oS(e){return st(e,To.array(),void 0,t=>`Failed to fetch ${e}: ${t.status}`)}function Hl(){const e=qt("/api/providers",oS,{revalidateOnFocus:!1,revalidateIfStale:!1});return{providers:e.data??[],isLoading:e.isLoading,isError:e.error,mutate:e.mutate}}function gu(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function iS(...e){return t=>{let n=!1;const r=e.map(o=>{const i=gu(o,t);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let o=0;o<r.length;o++){const i=r[o];typeof i=="function"?i():gu(e[o],null)}}}}function Ie(...e){return c.useCallback(iS(...e),e)}function Es(e){const t=c.forwardRef((n,r)=>{let{children:o,...i}=n,a=null,l=!1;const u=[];xu(o)&&typeof Lr=="function"&&(o=Lr(o._payload)),c.Children.forEach(o,m=>{if(fS(m)){l=!0;const h=m;let g="child"in h.props?h.props.child:h.props.children;xu(g)&&typeof Lr=="function"&&(g=Lr(g._payload)),a=cS(h,g),u.push(a?.props?.children)}else u.push(m)}),a?a=c.cloneElement(a,void 0,u):!l&&c.Children.count(o)===1&&c.isValidElement(o)&&(a=o);const d=a?dS(a):void 0,f=Ie(r,d);if(!a){if(o||o===0)throw new Error(l?gS(e):hS(e));return o}const p=uS(i,a.props??{});return a.type!==c.Fragment&&(p.ref=r?f:d),c.cloneElement(a,p)});return t.displayName=`${e}.Slot`,t}var aS=Es("Slot"),Ap=Symbol.for("radix.slottable");function lS(e){const t=n=>"child"in n?n.children(n.child):n.children;return t.displayName=`${e}.Slottable`,t.__radixId=Ap,t}var cS=(e,t)=>{if("child"in e.props){const n=e.props.child;return c.isValidElement(n)?c.cloneElement(n,void 0,e.props.children(n.props.children)):null}return c.isValidElement(t)?t:null};function uS(e,t){const n={...t};for(const r in t){const o=e[r],i=t[r];/^on[A-Z]/.test(r)?o&&i?n[r]=(...l)=>{const u=i(...l);return o(...l),u}:o&&(n[r]=o):r==="style"?n[r]={...o,...i}:r==="className"&&(n[r]=[o,i].filter(Boolean).join(" "))}return{...e,...n}}function dS(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function fS(e){return c.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===Ap}var pS=Symbol.for("react.lazy");function xu(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===pS&&"_payload"in e&&mS(e._payload)}function mS(e){return typeof e=="object"&&e!==null&&"then"in e}var hS=e=>`${e} failed to slot onto its children. Expected a single React element child or \`Slottable\`.`,gS=e=>`${e} failed to slot onto its \`Slottable\`. Expected \`Slottable\` to receive a single React element child.`,Lr=Jo[" use ".trim().toString()],xS=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],xe=xS.reduce((e,t)=>{const n=Es(`Primitive.${t}`),r=c.forwardRef((o,i)=>{const{asChild:a,...l}=o,u=a?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...l,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function bS(e,t){e&&zs.flushSync(()=>e.dispatchEvent(t))}var Op=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),vS="VisuallyHidden",zp=c.forwardRef((e,t)=>s.jsx(xe.span,{...e,ref:t,style:{...Op,...e.style}}));zp.displayName=vS;var yS=zp;function dn(e,t=[]){let n=[];function r(i,a){const l=c.createContext(a);l.displayName=i+"Context";const u=n.length;n=[...n,a];const d=p=>{const{scope:m,children:h,...g}=p,y=m?.[e]?.[u]||l,b=c.useMemo(()=>g,Object.values(g));return s.jsx(y.Provider,{value:b,children:h})};d.displayName=i+"Provider";function f(p,m,h={}){const{optional:g=!1}=h,y=m?.[e]?.[u]||l,b=c.useContext(y);if(b)return b;if(a!==void 0)return a;if(!g)throw new Error(`\`${p}\` must be used within \`${i}\``)}return[d,f]}const o=()=>{const i=n.map(a=>c.createContext(a));return function(l){const u=l?.[e]||i;return c.useMemo(()=>({[`__scope${e}`]:{...l,[e]:u}}),[l,u])}};return o.scopeName=e,[r,wS(o,...t)]}function wS(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(i){const a=r.reduce((l,{useScope:u,scopeName:d})=>{const p=u(i)[`__scope${d}`];return{...l,...p}},{});return c.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])}};return n.scopeName=t.scopeName,n}function Lp(e){const t=e+"CollectionProvider",[n,r]=dn(t),[o,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),a=y=>{const{scope:b,children:w}=y,v=c.useRef(null),j=c.useRef(new Map).current;return s.jsx(o,{scope:b,itemMap:j,collectionRef:v,children:w})};a.displayName=t;const l=e+"CollectionSlot",u=Es(l),d=c.forwardRef((y,b)=>{const{scope:w,children:v}=y,j=i(l,w),k=Ie(b,j.collectionRef);return s.jsx(u,{ref:k,children:v})});d.displayName=l;const f=e+"CollectionItemSlot",p="data-radix-collection-item",m=Es(f),h=c.forwardRef((y,b)=>{const{scope:w,children:v,...j}=y,k=c.useRef(null),S=Ie(b,k),_=i(f,w);return c.useEffect(()=>(_.itemMap.set(k,{ref:k,...j}),()=>{_.itemMap.delete(k)})),s.jsx(m,{[p]:"",ref:S,children:v})});h.displayName=f;function g(y){const b=i(e+"CollectionConsumer",y);return c.useCallback(()=>{const v=b.collectionRef.current;if(!v)return[];const j=Array.from(v.querySelectorAll(`[${p}]`));return Array.from(b.itemMap.values()).sort((_,C)=>j.indexOf(_.ref.current)-j.indexOf(C.ref.current))},[b.collectionRef,b.itemMap])}return[{Provider:a,Slot:d,ItemSlot:h},g,r]}function fe(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),n===!1||!o||!o.defaultPrevented)return t?.(o)}}var Ge=globalThis?.document?c.useLayoutEffect:()=>{},jS=Jo[" useInsertionEffect ".trim().toString()]||Ge;function Kn({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){const[o,i,a]=kS({defaultProp:t,onChange:n}),l=e!==void 0,u=l?e:o;{const f=c.useRef(e!==void 0);c.useEffect(()=>{const p=f.current;p!==l&&console.warn(`${r} is changing from ${p?"controlled":"uncontrolled"} to ${l?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),f.current=l},[l,r])}const d=c.useCallback(f=>{if(l){const p=SS(f)?f(e):f;p!==e&&a.current?.(p)}else i(f)},[l,e,i,a]);return[u,d]}function kS({defaultProp:e,onChange:t}){const[n,r]=c.useState(e),o=c.useRef(n),i=c.useRef(t);return jS(()=>{i.current=t},[t]),c.useEffect(()=>{o.current!==n&&(i.current?.(n),o.current=n)},[n,o]),[n,r,i]}function SS(e){return typeof e=="function"}function _S(e,t){return c.useReducer((n,r)=>t[n][r]??n,e)}var vt=e=>{const{present:t,children:n}=e,r=NS(t),o=typeof n=="function"?n({present:r.isPresent}):c.Children.only(n),i=CS(r.ref,TS(o));return typeof n=="function"||r.isPresent?c.cloneElement(o,{ref:i}):null};vt.displayName="Presence";function NS(e){const[t,n]=c.useState(),r=c.useRef(null),o=c.useRef(e),i=c.useRef("none"),a=c.useRef(void 0),l=e?"mounted":"unmounted",[u,d]=_S(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return c.useEffect(()=>{u==="mounted"?(i.current=a.current??Hs(r.current),a.current=void 0):i.current="none"},[u]),Ge(()=>{const f=r.current,p=o.current;if(p!==e){const h=i.current,g=Hs(f);e?(a.current=g,d("MOUNT")):g==="none"||f?.display==="none"?d("UNMOUNT"):d(p&&h!==g?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,d]),Ge(()=>{if(t){let f;const p=t.ownerDocument.defaultView??window,m=g=>{const b=Hs(r.current).includes(CSS.escape(g.animationName));if(g.target===t&&b&&(d("ANIMATION_END"),!o.current)){const w=t.style.animationFillMode;t.style.animationFillMode="forwards",f=p.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=w)})}},h=g=>{g.target===t&&(i.current=Hs(r.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",m),t.addEventListener("animationend",m),()=>{p.clearTimeout(f),t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",m),t.removeEventListener("animationend",m)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:c.useCallback(f=>{if(f){const p=getComputedStyle(f);r.current=p,a.current=Hs(p)}else r.current=null;n(f)},[])}}function bu(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function CS(...e){const t=c.useRef(e);return t.current=e,c.useCallback(n=>{const r=t.current;let o=!1;const i=r.map(a=>{const l=bu(a,n);return!o&&typeof l=="function"&&(o=!0),l});if(o)return()=>{for(let a=0;a<i.length;a++){const l=i[a];typeof l=="function"?l():bu(r[a],null)}}},[])}function Hs(e){return e?.animationName||"none"}function TS(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var ES=Jo[" useId ".trim().toString()]||(()=>{}),RS=0;function Ht(e){const[t,n]=c.useState(ES());return Ge(()=>{n(r=>r??String(RS++))},[e]),e||(t?`radix-${t}`:"")}var oi="Collapsible",[IS]=dn(oi),[PS,Vl]=IS(oi),$p=c.forwardRef((e,t)=>{const{__scopeCollapsible:n,open:r,defaultOpen:o,disabled:i,onOpenChange:a,...l}=e,[u,d]=Kn({prop:r,defaultProp:o??!1,onChange:a,caller:oi});return s.jsx(PS,{scope:n,disabled:i,contentId:Ht(),open:u,onOpenToggle:c.useCallback(()=>d(f=>!f),[d]),children:s.jsx(xe.div,{"data-state":Zl(u),"data-disabled":i?"":void 0,...l,ref:t})})});$p.displayName=oi;var Dp="CollapsibleTrigger",Fp=c.forwardRef((e,t)=>{const{__scopeCollapsible:n,...r}=e,o=Vl(Dp,n);return s.jsx(xe.button,{type:"button","aria-controls":o.open?o.contentId:void 0,"aria-expanded":o.open||!1,"data-state":Zl(o.open),"data-disabled":o.disabled?"":void 0,disabled:o.disabled,...r,ref:t,onClick:fe(e.onClick,o.onOpenToggle)})});Fp.displayName=Dp;var Wl="CollapsibleContent",Up=c.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Vl(Wl,e.__scopeCollapsible);return s.jsx(vt,{present:n||o.open,children:({present:i})=>s.jsx(MS,{...r,ref:t,present:i})})});Up.displayName=Wl;var MS=c.forwardRef((e,t)=>{const{__scopeCollapsible:n,present:r,children:o,...i}=e,a=Vl(Wl,n),[l,u]=c.useState(r),d=c.useRef(null),f=Ie(t,d),p=c.useRef(0),m=p.current,h=c.useRef(0),g=h.current,y=a.open||l,b=c.useRef(y),w=c.useRef(void 0);return c.useEffect(()=>{const v=requestAnimationFrame(()=>b.current=!1);return()=>cancelAnimationFrame(v)},[]),Ge(()=>{const v=d.current;if(v){w.current=w.current||{transitionDuration:v.style.transitionDuration,animationName:v.style.animationName},v.style.transitionDuration="0s",v.style.animationName="none";const j=v.getBoundingClientRect();p.current=j.height,h.current=j.width,b.current||(v.style.transitionDuration=w.current.transitionDuration,v.style.animationName=w.current.animationName),u(r)}},[a.open,r]),s.jsx(xe.div,{"data-state":Zl(a.open),"data-disabled":a.disabled?"":void 0,id:a.contentId,hidden:!y,...i,ref:f,style:{"--radix-collapsible-content-height":m?`${m}px`:void 0,"--radix-collapsible-content-width":g?`${g}px`:void 0,...e.style},children:y&&o})});function Zl(e){return e?"open":"closed"}var AS=$p,OS=c.createContext(void 0);function ii(e){const t=c.useContext(OS);return e||t||"ltr"}function Xe(e){const t=c.useRef(e);return c.useEffect(()=>{t.current=e}),c.useMemo(()=>((...n)=>t.current?.(...n)),[])}var zS="DismissableLayer",Da="dismissableLayer.update",LS="dismissableLayer.pointerDownOutside",$S="dismissableLayer.focusOutside",vu,Kl=c.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set,dismissableSurfaces:new Set}),ai=c.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,deferPointerDownOutside:r=!1,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:l,onDismiss:u,...d}=e,f=c.useContext(Kl),[p,m]=c.useState(null),h=p?.ownerDocument??globalThis?.document,[,g]=c.useState({}),y=Ie(t,m),b=Array.from(f.layers),[w]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),v=w?b.indexOf(w):-1,j=p?b.indexOf(p):-1,k=f.layersWithOutsidePointerEventsDisabled.size>0,S=j>=v,_=c.useRef(!1),C=qS(N=>{i?.(N),l?.(N),N.defaultPrevented||u?.()},{ownerDocument:h,deferPointerDownOutside:r,isDeferredPointerDownOutsideRef:_,dismissableSurfaces:f.dismissableSurfaces,shouldHandlePointerDownOutside:c.useCallback(N=>{if(!(N instanceof Node))return!1;const P=[...f.branches].some($=>$.contains(N));return S&&!P},[f.branches,S])}),M=HS(N=>{if(r&&_.current)return;const P=N.target;[...f.branches].some(F=>F.contains(P))||(a?.(N),l?.(N),N.defaultPrevented||u?.())},h),A=p?j===b.length-1:!1,I=Xe(N=>{N.key==="Escape"&&(o?.(N),!N.defaultPrevented&&u&&(N.preventDefault(),u()))});return c.useEffect(()=>{if(A)return h.addEventListener("keydown",I,{capture:!0}),()=>h.removeEventListener("keydown",I,{capture:!0})},[h,A,I]),c.useEffect(()=>{if(p)return n&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(vu=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(p)),f.layers.add(p),yu(),()=>{n&&(f.layersWithOutsidePointerEventsDisabled.delete(p),f.layersWithOutsidePointerEventsDisabled.size===0&&(h.body.style.pointerEvents=vu))}},[p,h,n,f]),c.useEffect(()=>()=>{p&&(f.layers.delete(p),f.layersWithOutsidePointerEventsDisabled.delete(p),yu())},[p,f]),c.useEffect(()=>{const N=()=>g({});return document.addEventListener(Da,N),()=>document.removeEventListener(Da,N)},[]),s.jsx(xe.div,{...d,ref:y,style:{pointerEvents:k?S?"auto":"none":void 0,...e.style},onFocusCapture:fe(e.onFocusCapture,M.onFocusCapture),onBlurCapture:fe(e.onBlurCapture,M.onBlurCapture),onPointerDownCapture:fe(e.onPointerDownCapture,C.onPointerDownCapture)})});ai.displayName=zS;var DS="DismissableLayerBranch",FS=c.forwardRef((e,t)=>{const n=c.useContext(Kl),r=c.useRef(null),o=Ie(t,r);return c.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),s.jsx(xe.div,{...e,ref:o})});FS.displayName=DS;function US(){const e=c.useContext(Kl),[t,n]=c.useState(null);return c.useEffect(()=>{if(t)return e.dismissableSurfaces.add(t),()=>{e.dismissableSurfaces.delete(t)}},[t,e.dismissableSurfaces]),n}var BS=()=>!0;function qS(e,t){const{ownerDocument:n=globalThis?.document,deferPointerDownOutside:r=!1,isDeferredPointerDownOutsideRef:o,dismissableSurfaces:i,shouldHandlePointerDownOutside:a=BS}=t,l=Xe(e),u=c.useRef(!1),d=c.useRef(!1),f=c.useRef(new Map),p=c.useRef(()=>{});return c.useEffect(()=>{function m(){d.current=!1,o.current=!1,f.current.clear()}function h(){return Array.from(f.current.values()).some(Boolean)}function g(j){if(!d.current)return;const k=j.target;k instanceof Node&&[...i].some(_=>_.contains(k))||f.current.set(j.type,!0),j.type==="click"&&window.setTimeout(()=>{d.current&&p.current()},0)}function y(j){d.current&&f.current.set(j.type,!1)}const b=j=>{if(j.target&&!u.current){let k=function(){n.removeEventListener("click",p.current);const _=h();m(),_||Bp(LS,l,S,{discrete:!0})};if(!a(j.target)){n.removeEventListener("click",p.current),m(),u.current=!1;return}const S={originalEvent:j};d.current=!0,o.current=r&&j.button===0,f.current.clear(),!r||j.button!==0?k():(n.removeEventListener("click",p.current),p.current=k,n.addEventListener("click",p.current,{once:!0}))}else n.removeEventListener("click",p.current),m();u.current=!1},w=["pointerup","mousedown","mouseup","touchstart","touchend","click"];for(const j of w)n.addEventListener(j,g,!0),n.addEventListener(j,y);const v=window.setTimeout(()=>{n.addEventListener("pointerdown",b)},0);return()=>{window.clearTimeout(v),n.removeEventListener("pointerdown",b),n.removeEventListener("click",p.current);for(const j of w)n.removeEventListener(j,g,!0),n.removeEventListener(j,y)}},[n,l,r,o,i,a]),{onPointerDownCapture:()=>u.current=!0}}function HS(e,t=globalThis?.document){const n=Xe(e),r=c.useRef(!1);return c.useEffect(()=>{const o=i=>{i.target&&!r.current&&Bp($S,n,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function yu(){const e=new CustomEvent(Da);document.dispatchEvent(e)}function Bp(e,t,n,{discrete:r}){const o=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?bS(o,i):o.dispatchEvent(i)}var Ui="focusScope.autoFocusOnMount",Bi="focusScope.autoFocusOnUnmount",wu={bubbles:!1,cancelable:!0},VS="FocusScope",Gl=c.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...a}=e,[l,u]=c.useState(null),d=Xe(o),f=Xe(i),p=c.useRef(null),m=Ie(t,u),h=c.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;c.useEffect(()=>{if(r){let y=function(j){if(h.paused||!l)return;const k=j.target;l.contains(k)?p.current=k:gn(p.current,{select:!0})},b=function(j){if(h.paused||!l)return;const k=j.relatedTarget;k!==null&&(l.contains(k)||gn(p.current,{select:!0}))},w=function(j){if(document.activeElement===document.body)for(const S of j)S.removedNodes.length>0&&gn(l)};document.addEventListener("focusin",y),document.addEventListener("focusout",b);const v=new MutationObserver(w);return l&&v.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",y),document.removeEventListener("focusout",b),v.disconnect()}}},[r,l,h.paused]),c.useEffect(()=>{if(l){ku.add(h);const y=document.activeElement;if(!l.contains(y)){const w=new CustomEvent(Ui,wu);l.addEventListener(Ui,d),l.dispatchEvent(w),w.defaultPrevented||(WS(YS(qp(l)),{select:!0}),document.activeElement===y&&gn(l))}return()=>{l.removeEventListener(Ui,d),setTimeout(()=>{const w=new CustomEvent(Bi,wu);l.addEventListener(Bi,f),l.dispatchEvent(w),w.defaultPrevented||gn(y??document.body,{select:!0}),l.removeEventListener(Bi,f),ku.remove(h)},0)}}},[l,d,f,h]);const g=c.useCallback(y=>{if(!n&&!r||h.paused)return;const b=y.key==="Tab"&&!y.altKey&&!y.ctrlKey&&!y.metaKey,w=document.activeElement;if(b&&w){const v=y.currentTarget,[j,k]=ZS(v);j&&k?!y.shiftKey&&w===k?(y.preventDefault(),n&&gn(j,{select:!0})):y.shiftKey&&w===j&&(y.preventDefault(),n&&gn(k,{select:!0})):w===v&&y.preventDefault()}},[n,r,h.paused]);return s.jsx(xe.div,{tabIndex:-1,...a,ref:m,onKeyDown:g})});Gl.displayName=VS;function WS(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(gn(r,{select:t}),document.activeElement!==n)return}function ZS(e){const t=qp(e),n=ju(t,e),r=ju(t.reverse(),e);return[n,r]}function qp(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function ju(e,t){const n=typeof t.checkVisibility=="function"&&t.checkVisibility({checkVisibilityCSS:!0});for(const r of e)if(!(n?!r.checkVisibility({checkVisibilityCSS:!0}):KS(r,{upTo:t})))return r}function KS(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function GS(e){return e instanceof HTMLInputElement&&"select"in e}function gn(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&GS(e)&&t&&e.select()}}var ku=JS();function JS(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=Su(e,t),e.unshift(t)},remove(t){e=Su(e,t),e[0]?.resume()}}}function Su(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function YS(e){return e.filter(t=>t.tagName!=="A")}var XS="Portal",li=c.forwardRef((e,t)=>{const{container:n,...r}=e,[o,i]=c.useState(!1);Ge(()=>i(!0),[]);const a=n||o&&globalThis?.document?.body;return a?zs.createPortal(s.jsx(xe.div,{...r,ref:t}),a):null});li.displayName=XS;var $r=0,ss=null;function Hp(){c.useEffect(()=>{ss||(ss={start:_u(),end:_u()});const{start:e,end:t}=ss;return document.body.firstElementChild!==e&&document.body.insertAdjacentElement("afterbegin",e),document.body.lastElementChild!==t&&document.body.insertAdjacentElement("beforeend",t),$r++,()=>{$r===1&&(ss?.start.remove(),ss?.end.remove(),ss=null),$r=Math.max(0,$r-1)}},[])}function _u(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Ut=function(){return Ut=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},Ut.apply(this,arguments)};function Vp(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}function QS(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,i;r<o;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}var lo="right-scroll-bar-position",co="width-before-scroll-bar",e5="with-scroll-bars-hidden",t5="--removed-body-scroll-bar-size";function qi(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function n5(e,t){var n=c.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}var s5=typeof window<"u"?c.useLayoutEffect:c.useEffect,Nu=new WeakMap;function r5(e,t){var n=n5(null,function(r){return e.forEach(function(o){return qi(o,r)})});return s5(function(){var r=Nu.get(n);if(r){var o=new Set(r),i=new Set(e),a=n.current;o.forEach(function(l){i.has(l)||qi(l,null)}),i.forEach(function(l){o.has(l)||qi(l,a)})}Nu.set(n,e)},[e]),n}function o5(e){return e}function i5(e,t){t===void 0&&(t=o5);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(i){var a=t(i,r);return n.push(a),function(){n=n.filter(function(l){return l!==a})}},assignSyncMedium:function(i){for(r=!0;n.length;){var a=n;n=[],a.forEach(i)}n={push:function(l){return i(l)},filter:function(){return n}}},assignMedium:function(i){r=!0;var a=[];if(n.length){var l=n;n=[],l.forEach(i),a=n}var u=function(){var f=a;a=[],f.forEach(i)},d=function(){return Promise.resolve().then(u)};d(),n={push:function(f){a.push(f),d()},filter:function(f){return a=a.filter(f),n}}}};return o}function a5(e){e===void 0&&(e={});var t=i5(null);return t.options=Ut({async:!0,ssr:!1},e),t}var Wp=function(e){var t=e.sideCar,n=Vp(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return c.createElement(r,Ut({},n))};Wp.isSideCarExport=!0;function l5(e,t){return e.useMedium(t),Wp}var Zp=a5(),Hi=function(){},ci=c.forwardRef(function(e,t){var n=c.useRef(null),r=c.useState({onScrollCapture:Hi,onWheelCapture:Hi,onTouchMoveCapture:Hi}),o=r[0],i=r[1],a=e.forwardProps,l=e.children,u=e.className,d=e.removeScrollBar,f=e.enabled,p=e.shards,m=e.sideCar,h=e.noRelative,g=e.noIsolation,y=e.inert,b=e.allowPinchZoom,w=e.as,v=w===void 0?"div":w,j=e.gapMode,k=Vp(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),S=m,_=r5([n,t]),C=Ut(Ut({},k),o);return c.createElement(c.Fragment,null,f&&c.createElement(S,{sideCar:Zp,removeScrollBar:d,shards:p,noRelative:h,noIsolation:g,inert:y,setCallbacks:i,allowPinchZoom:!!b,lockRef:n,gapMode:j}),a?c.cloneElement(c.Children.only(l),Ut(Ut({},C),{ref:_})):c.createElement(v,Ut({},C,{className:u,ref:_}),l))});ci.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};ci.classNames={fullWidth:co,zeroRight:lo};var c5=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function u5(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=c5();return t&&e.setAttribute("nonce",t),e}function d5(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function f5(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var p5=function(){var e=0,t=null;return{add:function(n){e==0&&(t=u5())&&(d5(t,n),f5(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},m5=function(){var e=p5();return function(t,n){c.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},Kp=function(){var e=m5(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},h5={left:0,top:0,right:0,gap:0},Vi=function(e){return parseInt(e||"",10)||0},g5=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[Vi(n),Vi(r),Vi(o)]},x5=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return h5;var t=g5(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},b5=Kp(),ys="data-scroll-locked",v5=function(e,t,n,r){var o=e.left,i=e.top,a=e.right,l=e.gap;return n===void 0&&(n="margin"),`
66
+ .`.concat(e5,` {
67
+ overflow: hidden `).concat(r,`;
68
+ padding-right: `).concat(l,"px ").concat(r,`;
69
+ }
70
+ body[`).concat(ys,`] {
71
+ overflow: hidden `).concat(r,`;
72
+ overscroll-behavior: contain;
73
+ `).concat([t&&"position: relative ".concat(r,";"),n==="margin"&&`
74
+ padding-left: `.concat(o,`px;
75
+ padding-top: `).concat(i,`px;
76
+ padding-right: `).concat(a,`px;
77
+ margin-left:0;
78
+ margin-top:0;
79
+ margin-right: `).concat(l,"px ").concat(r,`;
80
+ `),n==="padding"&&"padding-right: ".concat(l,"px ").concat(r,";")].filter(Boolean).join(""),`
81
+ }
82
+
83
+ .`).concat(lo,` {
84
+ right: `).concat(l,"px ").concat(r,`;
85
+ }
86
+
87
+ .`).concat(co,` {
88
+ margin-right: `).concat(l,"px ").concat(r,`;
89
+ }
90
+
91
+ .`).concat(lo," .").concat(lo,` {
92
+ right: 0 `).concat(r,`;
93
+ }
94
+
95
+ .`).concat(co," .").concat(co,` {
96
+ margin-right: 0 `).concat(r,`;
97
+ }
98
+
99
+ body[`).concat(ys,`] {
100
+ `).concat(t5,": ").concat(l,`px;
101
+ }
102
+ `)},Cu=function(){var e=parseInt(document.body.getAttribute(ys)||"0",10);return isFinite(e)?e:0},y5=function(){c.useEffect(function(){return document.body.setAttribute(ys,(Cu()+1).toString()),function(){var e=Cu()-1;e<=0?document.body.removeAttribute(ys):document.body.setAttribute(ys,e.toString())}},[])},w5=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,o=r===void 0?"margin":r;y5();var i=c.useMemo(function(){return x5(o)},[o]);return c.createElement(b5,{styles:v5(i,!t,o,n?"":"!important")})},Fa=!1;if(typeof window<"u")try{var Dr=Object.defineProperty({},"passive",{get:function(){return Fa=!0,!0}});window.addEventListener("test",Dr,Dr),window.removeEventListener("test",Dr,Dr)}catch{Fa=!1}var rs=Fa?{passive:!1}:!1,j5=function(e){return e.tagName==="TEXTAREA"},Gp=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!j5(e)&&n[t]==="visible")},k5=function(e){return Gp(e,"overflowY")},S5=function(e){return Gp(e,"overflowX")},Tu=function(e,t){var n=t.ownerDocument,r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var o=Jp(e,r);if(o){var i=Yp(e,r),a=i[1],l=i[2];if(a>l)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},_5=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},N5=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},Jp=function(e,t){return e==="v"?k5(t):S5(t)},Yp=function(e,t){return e==="v"?_5(t):N5(t)},C5=function(e,t){return e==="h"&&t==="rtl"?-1:1},T5=function(e,t,n,r,o){var i=C5(e,window.getComputedStyle(t).direction),a=i*r,l=n.target,u=t.contains(l),d=!1,f=a>0,p=0,m=0;do{if(!l)break;var h=Yp(e,l),g=h[0],y=h[1],b=h[2],w=y-b-i*g;(g||w)&&Jp(e,l)&&(p+=w,m+=g);var v=l.parentNode;l=v&&v.nodeType===Node.DOCUMENT_FRAGMENT_NODE?v.host:v}while(!u&&l!==document.body||u&&(t.contains(l)||t===l));return(f&&Math.abs(p)<1||!f&&Math.abs(m)<1)&&(d=!0),d},Fr=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Eu=function(e){return[e.deltaX,e.deltaY]},Ru=function(e){return e&&"current"in e?e.current:e},E5=function(e,t){return e[0]===t[0]&&e[1]===t[1]},R5=function(e){return`
103
+ .block-interactivity-`.concat(e,` {pointer-events: none;}
104
+ .allow-interactivity-`).concat(e,` {pointer-events: all;}
105
+ `)},I5=0,os=[];function P5(e){var t=c.useRef([]),n=c.useRef([0,0]),r=c.useRef(),o=c.useState(I5++)[0],i=c.useState(Kp)[0],a=c.useRef(e);c.useEffect(function(){a.current=e},[e]),c.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var y=QS([e.lockRef.current],(e.shards||[]).map(Ru),!0).filter(Boolean);return y.forEach(function(b){return b.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),y.forEach(function(b){return b.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var l=c.useCallback(function(y,b){if("touches"in y&&y.touches.length===2||y.type==="wheel"&&y.ctrlKey)return!a.current.allowPinchZoom;var w=Fr(y),v=n.current,j="deltaX"in y?y.deltaX:v[0]-w[0],k="deltaY"in y?y.deltaY:v[1]-w[1],S,_=y.target,C=Math.abs(j)>Math.abs(k)?"h":"v";if("touches"in y&&C==="h"&&_.type==="range")return!1;var M=window.getSelection(),A=M&&M.anchorNode,I=A?A===_||A.contains(_):!1;if(I)return!1;var N=Tu(C,_);if(!N)return!0;if(N?S=C:(S=C==="v"?"h":"v",N=Tu(C,_)),!N)return!1;if(!r.current&&"changedTouches"in y&&(j||k)&&(r.current=S),!S)return!0;var P=r.current||S;return T5(P,b,y,P==="h"?j:k)},[]),u=c.useCallback(function(y){var b=y;if(!(!os.length||os[os.length-1]!==i)){var w="deltaY"in b?Eu(b):Fr(b),v=t.current.filter(function(S){return S.name===b.type&&(S.target===b.target||b.target===S.shadowParent)&&E5(S.delta,w)})[0];if(v&&v.should){b.cancelable&&b.preventDefault();return}if(!v){var j=(a.current.shards||[]).map(Ru).filter(Boolean).filter(function(S){return S.contains(b.target)}),k=j.length>0?l(b,j[0]):!a.current.noIsolation;k&&b.cancelable&&b.preventDefault()}}},[]),d=c.useCallback(function(y,b,w,v){var j={name:y,delta:b,target:w,should:v,shadowParent:M5(w)};t.current.push(j),setTimeout(function(){t.current=t.current.filter(function(k){return k!==j})},1)},[]),f=c.useCallback(function(y){n.current=Fr(y),r.current=void 0},[]),p=c.useCallback(function(y){d(y.type,Eu(y),y.target,l(y,e.lockRef.current))},[]),m=c.useCallback(function(y){d(y.type,Fr(y),y.target,l(y,e.lockRef.current))},[]);c.useEffect(function(){return os.push(i),e.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:m}),document.addEventListener("wheel",u,rs),document.addEventListener("touchmove",u,rs),document.addEventListener("touchstart",f,rs),function(){os=os.filter(function(y){return y!==i}),document.removeEventListener("wheel",u,rs),document.removeEventListener("touchmove",u,rs),document.removeEventListener("touchstart",f,rs)}},[]);var h=e.removeScrollBar,g=e.inert;return c.createElement(c.Fragment,null,g?c.createElement(i,{styles:R5(o)}):null,h?c.createElement(w5,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function M5(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const A5=l5(Zp,P5);var Jl=c.forwardRef(function(e,t){return c.createElement(ci,Ut({},e,{ref:t,sideCar:A5}))});Jl.classNames=ci.classNames;var O5=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},is=new WeakMap,Ur=new WeakMap,Br={},Wi=0,Xp=function(e){return e&&(e.host||Xp(e.parentNode))},z5=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=Xp(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},L5=function(e,t,n,r){var o=z5(t,Array.isArray(e)?e:[e]);Br[n]||(Br[n]=new WeakMap);var i=Br[n],a=[],l=new Set,u=new Set(o),d=function(p){!p||l.has(p)||(l.add(p),d(p.parentNode))};o.forEach(d);var f=function(p){!p||u.has(p)||Array.prototype.forEach.call(p.children,function(m){if(l.has(m))f(m);else try{var h=m.getAttribute(r),g=h!==null&&h!=="false",y=(is.get(m)||0)+1,b=(i.get(m)||0)+1;is.set(m,y),i.set(m,b),a.push(m),y===1&&g&&Ur.set(m,!0),b===1&&m.setAttribute(n,"true"),g||m.setAttribute(r,"true")}catch(w){console.error("aria-hidden: cannot operate on ",m,w)}})};return f(t),l.clear(),Wi++,function(){a.forEach(function(p){var m=is.get(p)-1,h=i.get(p)-1;is.set(p,m),i.set(p,h),m||(Ur.has(p)||p.removeAttribute(r),Ur.delete(p)),h||p.removeAttribute(n)}),Wi--,Wi||(is=new WeakMap,is=new WeakMap,Ur=new WeakMap,Br={})}},Qp=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=O5(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live], script"))),L5(r,o,n,"aria-hidden")):function(){return null}},ui="Dialog",[em]=dn(ui),[$5,$t]=em(ui),tm=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:o,onOpenChange:i,modal:a=!0}=e,l=c.useRef(null),u=c.useRef(null),[d,f]=Kn({prop:r,defaultProp:o??!1,onChange:i,caller:ui});return s.jsx($5,{scope:t,triggerRef:l,contentRef:u,contentId:Ht(),titleId:Ht(),descriptionId:Ht(),open:d,onOpenChange:f,onOpenToggle:c.useCallback(()=>f(p=>!p),[f]),modal:a,children:n})};tm.displayName=ui;var nm="DialogTrigger",sm=c.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=$t(nm,n),i=Ie(t,o.triggerRef);return s.jsx(xe.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.open?o.contentId:void 0,"data-state":Xl(o.open),...r,ref:i,onClick:fe(e.onClick,o.onOpenToggle)})});sm.displayName=nm;var Yl="DialogPortal",[D5,rm]=em(Yl,{forceMount:void 0}),om=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:o}=e,i=$t(Yl,t);return s.jsx(D5,{scope:t,forceMount:n,children:c.Children.map(r,a=>s.jsx(vt,{present:n||i.open,children:s.jsx(li,{asChild:!0,container:o,children:a})}))})};om.displayName=Yl;var Eo="DialogOverlay",im=c.forwardRef((e,t)=>{const n=rm(Eo,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,i=$t(Eo,e.__scopeDialog);return i.modal?s.jsx(vt,{present:r||i.open,children:s.jsx(U5,{...o,ref:t})}):null});im.displayName=Eo;var F5=Es("DialogOverlay.RemoveScroll"),U5=c.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=$t(Eo,n),i=US(),a=Ie(t,i);return s.jsx(Jl,{as:F5,allowPinchZoom:!0,shards:[o.contentRef],children:s.jsx(xe.div,{"data-state":Xl(o.open),...r,ref:a,style:{pointerEvents:"auto",...r.style}})})}),Rs="DialogContent",am=c.forwardRef((e,t)=>{const n=rm(Rs,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,i=$t(Rs,e.__scopeDialog);return s.jsx(vt,{present:r||i.open,children:i.modal?s.jsx(B5,{...o,ref:t}):s.jsx(q5,{...o,ref:t})})});am.displayName=Rs;var B5=c.forwardRef((e,t)=>{const n=$t(Rs,e.__scopeDialog),r=c.useRef(null),o=Ie(t,n.contentRef,r);return c.useEffect(()=>{const i=r.current;if(i)return Qp(i)},[]),s.jsx(lm,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:n.open,onCloseAutoFocus:fe(e.onCloseAutoFocus,i=>{i.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:fe(e.onPointerDownOutside,i=>{const a=i.detail.originalEvent,l=a.button===0&&a.ctrlKey===!0;(a.button===2||l)&&i.preventDefault()}),onFocusOutside:fe(e.onFocusOutside,i=>i.preventDefault())})}),q5=c.forwardRef((e,t)=>{const n=$t(Rs,e.__scopeDialog),r=c.useRef(!1),o=c.useRef(!1);return s.jsx(lm,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{e.onCloseAutoFocus?.(i),i.defaultPrevented||(r.current||n.triggerRef.current?.focus(),i.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:i=>{e.onInteractOutside?.(i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=i.target;n.triggerRef.current?.contains(a)&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&o.current&&i.preventDefault()}})}),lm=c.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:i,...a}=e,l=$t(Rs,n);return Hp(),s.jsx(s.Fragment,{children:s.jsx(Gl,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:i,children:s.jsx(ai,{role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":Xl(l.open),...a,ref:t,deferPointerDownOutside:!0,onDismiss:()=>l.onOpenChange(!1)})})})}),cm="DialogTitle",um=c.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=$t(cm,n);return s.jsx(xe.h2,{id:o.titleId,...r,ref:t})});um.displayName=cm;var dm="DialogDescription",fm=c.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=$t(dm,n);return s.jsx(xe.p,{id:o.descriptionId,...r,ref:t})});fm.displayName=dm;var pm="DialogClose",mm=c.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=$t(pm,n);return s.jsx(xe.button,{type:"button",...r,ref:t,onClick:fe(e.onClick,()=>o.onOpenChange(!1))})});mm.displayName=pm;function Xl(e){return e?"open":"closed"}function H5(e){const t=c.useRef({value:e,previous:e});return c.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}function V5(e){const[t,n]=c.useState(void 0);return Ge(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const i=o[0];let a,l;if("borderBoxSize"in i){const u=i.borderBoxSize,d=Array.isArray(u)?u[0]:u;a=d.inlineSize,l=d.blockSize}else a=e.offsetWidth,l=e.offsetHeight;n({width:a,height:l})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}const W5=["top","right","bottom","left"],kn=Math.min,mt=Math.max,Ro=Math.round,qr=Math.floor,Vt=e=>({x:e,y:e}),Z5={left:"right",right:"left",bottom:"top",top:"bottom"},K5={start:"end",end:"start"};function Ua(e,t,n){return mt(e,kn(t,n))}function ln(e,t){return typeof e=="function"?e(t):e}function cn(e){return e.split("-")[0]}function $s(e){return e.split("-")[1]}function Ql(e){return e==="x"?"y":"x"}function ec(e){return e==="y"?"height":"width"}const G5=new Set(["top","bottom"]);function Bt(e){return G5.has(cn(e))?"y":"x"}function tc(e){return Ql(Bt(e))}function J5(e,t,n){n===void 0&&(n=!1);const r=$s(e),o=tc(e),i=ec(o);let a=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=Io(a)),[a,Io(a)]}function Y5(e){const t=Io(e);return[Ba(e),t,Ba(t)]}function Ba(e){return e.replace(/start|end/g,t=>K5[t])}const Iu=["left","right"],Pu=["right","left"],X5=["top","bottom"],Q5=["bottom","top"];function e_(e,t,n){switch(e){case"top":case"bottom":return n?t?Pu:Iu:t?Iu:Pu;case"left":case"right":return t?X5:Q5;default:return[]}}function t_(e,t,n,r){const o=$s(e);let i=e_(cn(e),n==="start",r);return o&&(i=i.map(a=>a+"-"+o),t&&(i=i.concat(i.map(Ba)))),i}function Io(e){return e.replace(/left|right|bottom|top/g,t=>Z5[t])}function n_(e){return{top:0,right:0,bottom:0,left:0,...e}}function hm(e){return typeof e!="number"?n_(e):{top:e,right:e,bottom:e,left:e}}function Po(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function Mu(e,t,n){let{reference:r,floating:o}=e;const i=Bt(t),a=tc(t),l=ec(a),u=cn(t),d=i==="y",f=r.x+r.width/2-o.width/2,p=r.y+r.height/2-o.height/2,m=r[l]/2-o[l]/2;let h;switch(u){case"top":h={x:f,y:r.y-o.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:p};break;case"left":h={x:r.x-o.width,y:p};break;default:h={x:r.x,y:r.y}}switch($s(t)){case"start":h[a]-=m*(n&&d?-1:1);break;case"end":h[a]+=m*(n&&d?-1:1);break}return h}async function s_(e,t){var n;t===void 0&&(t={});const{x:r,y:o,platform:i,rects:a,elements:l,strategy:u}=e,{boundary:d="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:m=!1,padding:h=0}=ln(t,e),g=hm(h),b=l[m?p==="floating"?"reference":"floating":p],w=Po(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(b)))==null||n?b:b.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:d,rootBoundary:f,strategy:u})),v=p==="floating"?{x:r,y:o,width:a.floating.width,height:a.floating.height}:a.reference,j=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),k=await(i.isElement==null?void 0:i.isElement(j))?await(i.getScale==null?void 0:i.getScale(j))||{x:1,y:1}:{x:1,y:1},S=Po(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:v,offsetParent:j,strategy:u}):v);return{top:(w.top-S.top+g.top)/k.y,bottom:(S.bottom-w.bottom+g.bottom)/k.y,left:(w.left-S.left+g.left)/k.x,right:(S.right-w.right+g.right)/k.x}}const r_=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:a}=n,l=i.filter(Boolean),u=await(a.isRTL==null?void 0:a.isRTL(t));let d=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:f,y:p}=Mu(d,r,u),m=r,h={},g=0;for(let b=0;b<l.length;b++){var y;const{name:w,fn:v}=l[b],{x:j,y:k,data:S,reset:_}=await v({x:f,y:p,initialPlacement:r,placement:m,strategy:o,middlewareData:h,rects:d,platform:{...a,detectOverflow:(y=a.detectOverflow)!=null?y:s_},elements:{reference:e,floating:t}});f=j??f,p=k??p,h={...h,[w]:{...h[w],...S}},_&&g<=50&&(g++,typeof _=="object"&&(_.placement&&(m=_.placement),_.rects&&(d=_.rects===!0?await a.getElementRects({reference:e,floating:t,strategy:o}):_.rects),{x:f,y:p}=Mu(d,m,u)),b=-1)}return{x:f,y:p,placement:m,strategy:o,middlewareData:h}},o_=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:i,platform:a,elements:l,middlewareData:u}=t,{element:d,padding:f=0}=ln(e,t)||{};if(d==null)return{};const p=hm(f),m={x:n,y:r},h=tc(o),g=ec(h),y=await a.getDimensions(d),b=h==="y",w=b?"top":"left",v=b?"bottom":"right",j=b?"clientHeight":"clientWidth",k=i.reference[g]+i.reference[h]-m[h]-i.floating[g],S=m[h]-i.reference[h],_=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let C=_?_[j]:0;(!C||!await(a.isElement==null?void 0:a.isElement(_)))&&(C=l.floating[j]||i.floating[g]);const M=k/2-S/2,A=C/2-y[g]/2-1,I=kn(p[w],A),N=kn(p[v],A),P=I,$=C-y[g]-N,F=C/2-y[g]/2+M,G=Ua(P,F,$),X=!u.arrow&&$s(o)!=null&&F!==G&&i.reference[g]/2-(F<P?I:N)-y[g]/2<0,U=X?F<P?F-P:F-$:0;return{[h]:m[h]+U,data:{[h]:G,centerOffset:F-G-U,...X&&{alignmentOffset:U}},reset:X}}}),i_=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:i,rects:a,initialPlacement:l,platform:u,elements:d}=t,{mainAxis:f=!0,crossAxis:p=!0,fallbackPlacements:m,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:y=!0,...b}=ln(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};const w=cn(o),v=Bt(l),j=cn(l)===l,k=await(u.isRTL==null?void 0:u.isRTL(d.floating)),S=m||(j||!y?[Io(l)]:Y5(l)),_=g!=="none";!m&&_&&S.push(...t_(l,y,g,k));const C=[l,...S],M=await u.detectOverflow(t,b),A=[];let I=((r=i.flip)==null?void 0:r.overflows)||[];if(f&&A.push(M[w]),p){const F=J5(o,a,k);A.push(M[F[0]],M[F[1]])}if(I=[...I,{placement:o,overflows:A}],!A.every(F=>F<=0)){var N,P;const F=(((N=i.flip)==null?void 0:N.index)||0)+1,G=C[F];if(G&&(!(p==="alignment"?v!==Bt(G):!1)||I.every(V=>Bt(V.placement)===v?V.overflows[0]>0:!0)))return{data:{index:F,overflows:I},reset:{placement:G}};let X=(P=I.filter(U=>U.overflows[0]<=0).sort((U,V)=>U.overflows[1]-V.overflows[1])[0])==null?void 0:P.placement;if(!X)switch(h){case"bestFit":{var $;const U=($=I.filter(V=>{if(_){const Y=Bt(V.placement);return Y===v||Y==="y"}return!0}).map(V=>[V.placement,V.overflows.filter(Y=>Y>0).reduce((Y,B)=>Y+B,0)]).sort((V,Y)=>V[1]-Y[1])[0])==null?void 0:$[0];U&&(X=U);break}case"initialPlacement":X=l;break}if(o!==X)return{reset:{placement:X}}}return{}}}};function Au(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Ou(e){return W5.some(t=>e[t]>=0)}const a_=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:r}=t,{strategy:o="referenceHidden",...i}=ln(e,t);switch(o){case"referenceHidden":{const a=await r.detectOverflow(t,{...i,elementContext:"reference"}),l=Au(a,n.reference);return{data:{referenceHiddenOffsets:l,referenceHidden:Ou(l)}}}case"escaped":{const a=await r.detectOverflow(t,{...i,altBoundary:!0}),l=Au(a,n.floating);return{data:{escapedOffsets:l,escaped:Ou(l)}}}default:return{}}}}},gm=new Set(["left","top"]);async function l_(e,t){const{placement:n,platform:r,elements:o}=e,i=await(r.isRTL==null?void 0:r.isRTL(o.floating)),a=cn(n),l=$s(n),u=Bt(n)==="y",d=gm.has(a)?-1:1,f=i&&u?-1:1,p=ln(t,e);let{mainAxis:m,crossAxis:h,alignmentAxis:g}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return l&&typeof g=="number"&&(h=l==="end"?g*-1:g),u?{x:h*f,y:m*d}:{x:m*d,y:h*f}}const c_=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:i,placement:a,middlewareData:l}=t,u=await l_(t,e);return a===((n=l.offset)==null?void 0:n.placement)&&(r=l.arrow)!=null&&r.alignmentOffset?{}:{x:o+u.x,y:i+u.y,data:{...u,placement:a}}}}},u_=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o,platform:i}=t,{mainAxis:a=!0,crossAxis:l=!1,limiter:u={fn:w=>{let{x:v,y:j}=w;return{x:v,y:j}}},...d}=ln(e,t),f={x:n,y:r},p=await i.detectOverflow(t,d),m=Bt(cn(o)),h=Ql(m);let g=f[h],y=f[m];if(a){const w=h==="y"?"top":"left",v=h==="y"?"bottom":"right",j=g+p[w],k=g-p[v];g=Ua(j,g,k)}if(l){const w=m==="y"?"top":"left",v=m==="y"?"bottom":"right",j=y+p[w],k=y-p[v];y=Ua(j,y,k)}const b=u.fn({...t,[h]:g,[m]:y});return{...b,data:{x:b.x-n,y:b.y-r,enabled:{[h]:a,[m]:l}}}}}},d_=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:i,middlewareData:a}=t,{offset:l=0,mainAxis:u=!0,crossAxis:d=!0}=ln(e,t),f={x:n,y:r},p=Bt(o),m=Ql(p);let h=f[m],g=f[p];const y=ln(l,t),b=typeof y=="number"?{mainAxis:y,crossAxis:0}:{mainAxis:0,crossAxis:0,...y};if(u){const j=m==="y"?"height":"width",k=i.reference[m]-i.floating[j]+b.mainAxis,S=i.reference[m]+i.reference[j]-b.mainAxis;h<k?h=k:h>S&&(h=S)}if(d){var w,v;const j=m==="y"?"width":"height",k=gm.has(cn(o)),S=i.reference[p]-i.floating[j]+(k&&((w=a.offset)==null?void 0:w[p])||0)+(k?0:b.crossAxis),_=i.reference[p]+i.reference[j]+(k?0:((v=a.offset)==null?void 0:v[p])||0)-(k?b.crossAxis:0);g<S?g=S:g>_&&(g=_)}return{[m]:h,[p]:g}}}},f_=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:i,platform:a,elements:l}=t,{apply:u=()=>{},...d}=ln(e,t),f=await a.detectOverflow(t,d),p=cn(o),m=$s(o),h=Bt(o)==="y",{width:g,height:y}=i.floating;let b,w;p==="top"||p==="bottom"?(b=p,w=m===(await(a.isRTL==null?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(w=p,b=m==="end"?"top":"bottom");const v=y-f.top-f.bottom,j=g-f.left-f.right,k=kn(y-f[b],v),S=kn(g-f[w],j),_=!t.middlewareData.shift;let C=k,M=S;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(M=j),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(C=v),_&&!m){const I=mt(f.left,0),N=mt(f.right,0),P=mt(f.top,0),$=mt(f.bottom,0);h?M=g-2*(I!==0||N!==0?I+N:mt(f.left,f.right)):C=y-2*(P!==0||$!==0?P+$:mt(f.top,f.bottom))}await u({...t,availableWidth:M,availableHeight:C});const A=await a.getDimensions(l.floating);return g!==A.width||y!==A.height?{reset:{rects:!0}}:{}}}};function di(){return typeof window<"u"}function Ds(e){return xm(e)?(e.nodeName||"").toLowerCase():"#document"}function xt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Jt(e){var t;return(t=(xm(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function xm(e){return di()?e instanceof Node||e instanceof xt(e).Node:!1}function At(e){return di()?e instanceof Element||e instanceof xt(e).Element:!1}function Wt(e){return di()?e instanceof HTMLElement||e instanceof xt(e).HTMLElement:!1}function zu(e){return!di()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof xt(e).ShadowRoot}const p_=new Set(["inline","contents"]);function kr(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Ot(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!p_.has(o)}const m_=new Set(["table","td","th"]);function h_(e){return m_.has(Ds(e))}const g_=[":popover-open",":modal"];function fi(e){return g_.some(t=>{try{return e.matches(t)}catch{return!1}})}const x_=["transform","translate","scale","rotate","perspective"],b_=["transform","translate","scale","rotate","perspective","filter"],v_=["paint","layout","strict","content"];function nc(e){const t=sc(),n=At(e)?Ot(e):e;return x_.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||b_.some(r=>(n.willChange||"").includes(r))||v_.some(r=>(n.contain||"").includes(r))}function y_(e){let t=Sn(e);for(;Wt(t)&&!Is(t);){if(nc(t))return t;if(fi(t))return null;t=Sn(t)}return null}function sc(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const w_=new Set(["html","body","#document"]);function Is(e){return w_.has(Ds(e))}function Ot(e){return xt(e).getComputedStyle(e)}function pi(e){return At(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Sn(e){if(Ds(e)==="html")return e;const t=e.assignedSlot||e.parentNode||zu(e)&&e.host||Jt(e);return zu(t)?t.host:t}function bm(e){const t=Sn(e);return Is(t)?e.ownerDocument?e.ownerDocument.body:e.body:Wt(t)&&kr(t)?t:bm(t)}function lr(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=bm(e),i=o===((r=e.ownerDocument)==null?void 0:r.body),a=xt(o);if(i){const l=qa(a);return t.concat(a,a.visualViewport||[],kr(o)?o:[],l&&n?lr(l):[])}return t.concat(o,lr(o,[],n))}function qa(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function vm(e){const t=Ot(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Wt(e),i=o?e.offsetWidth:n,a=o?e.offsetHeight:r,l=Ro(n)!==i||Ro(r)!==a;return l&&(n=i,r=a),{width:n,height:r,$:l}}function rc(e){return At(e)?e:e.contextElement}function ws(e){const t=rc(e);if(!Wt(t))return Vt(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:i}=vm(t);let a=(i?Ro(n.width):n.width)/r,l=(i?Ro(n.height):n.height)/o;return(!a||!Number.isFinite(a))&&(a=1),(!l||!Number.isFinite(l))&&(l=1),{x:a,y:l}}const j_=Vt(0);function ym(e){const t=xt(e);return!sc()||!t.visualViewport?j_:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function k_(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==xt(e)?!1:t}function Gn(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),i=rc(e);let a=Vt(1);t&&(r?At(r)&&(a=ws(r)):a=ws(e));const l=k_(i,n,r)?ym(i):Vt(0);let u=(o.left+l.x)/a.x,d=(o.top+l.y)/a.y,f=o.width/a.x,p=o.height/a.y;if(i){const m=xt(i),h=r&&At(r)?xt(r):r;let g=m,y=qa(g);for(;y&&r&&h!==g;){const b=ws(y),w=y.getBoundingClientRect(),v=Ot(y),j=w.left+(y.clientLeft+parseFloat(v.paddingLeft))*b.x,k=w.top+(y.clientTop+parseFloat(v.paddingTop))*b.y;u*=b.x,d*=b.y,f*=b.x,p*=b.y,u+=j,d+=k,g=xt(y),y=qa(g)}}return Po({width:f,height:p,x:u,y:d})}function mi(e,t){const n=pi(e).scrollLeft;return t?t.left+n:Gn(Jt(e)).left+n}function wm(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-mi(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function S_(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const i=o==="fixed",a=Jt(r),l=t?fi(t.floating):!1;if(r===a||l&&i)return n;let u={scrollLeft:0,scrollTop:0},d=Vt(1);const f=Vt(0),p=Wt(r);if((p||!p&&!i)&&((Ds(r)!=="body"||kr(a))&&(u=pi(r)),Wt(r))){const h=Gn(r);d=ws(r),f.x=h.x+r.clientLeft,f.y=h.y+r.clientTop}const m=a&&!p&&!i?wm(a,u):Vt(0);return{width:n.width*d.x,height:n.height*d.y,x:n.x*d.x-u.scrollLeft*d.x+f.x+m.x,y:n.y*d.y-u.scrollTop*d.y+f.y+m.y}}function __(e){return Array.from(e.getClientRects())}function N_(e){const t=Jt(e),n=pi(e),r=e.ownerDocument.body,o=mt(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=mt(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+mi(e);const l=-n.scrollTop;return Ot(r).direction==="rtl"&&(a+=mt(t.clientWidth,r.clientWidth)-o),{width:o,height:i,x:a,y:l}}const Lu=25;function C_(e,t){const n=xt(e),r=Jt(e),o=n.visualViewport;let i=r.clientWidth,a=r.clientHeight,l=0,u=0;if(o){i=o.width,a=o.height;const f=sc();(!f||f&&t==="fixed")&&(l=o.offsetLeft,u=o.offsetTop)}const d=mi(r);if(d<=0){const f=r.ownerDocument,p=f.body,m=getComputedStyle(p),h=f.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,g=Math.abs(r.clientWidth-p.clientWidth-h);g<=Lu&&(i-=g)}else d<=Lu&&(i+=d);return{width:i,height:a,x:l,y:u}}const T_=new Set(["absolute","fixed"]);function E_(e,t){const n=Gn(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,i=Wt(e)?ws(e):Vt(1),a=e.clientWidth*i.x,l=e.clientHeight*i.y,u=o*i.x,d=r*i.y;return{width:a,height:l,x:u,y:d}}function $u(e,t,n){let r;if(t==="viewport")r=C_(e,n);else if(t==="document")r=N_(Jt(e));else if(At(t))r=E_(t,n);else{const o=ym(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Po(r)}function jm(e,t){const n=Sn(e);return n===t||!At(n)||Is(n)?!1:Ot(n).position==="fixed"||jm(n,t)}function R_(e,t){const n=t.get(e);if(n)return n;let r=lr(e,[],!1).filter(l=>At(l)&&Ds(l)!=="body"),o=null;const i=Ot(e).position==="fixed";let a=i?Sn(e):e;for(;At(a)&&!Is(a);){const l=Ot(a),u=nc(a);!u&&l.position==="fixed"&&(o=null),(i?!u&&!o:!u&&l.position==="static"&&!!o&&T_.has(o.position)||kr(a)&&!u&&jm(e,a))?r=r.filter(f=>f!==a):o=l,a=Sn(a)}return t.set(e,r),r}function I_(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const a=[...n==="clippingAncestors"?fi(t)?[]:R_(t,this._c):[].concat(n),r],l=a[0],u=a.reduce((d,f)=>{const p=$u(t,f,o);return d.top=mt(p.top,d.top),d.right=kn(p.right,d.right),d.bottom=kn(p.bottom,d.bottom),d.left=mt(p.left,d.left),d},$u(t,l,o));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function P_(e){const{width:t,height:n}=vm(e);return{width:t,height:n}}function M_(e,t,n){const r=Wt(t),o=Jt(t),i=n==="fixed",a=Gn(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const u=Vt(0);function d(){u.x=mi(o)}if(r||!r&&!i)if((Ds(t)!=="body"||kr(o))&&(l=pi(t)),r){const h=Gn(t,!0,i,t);u.x=h.x+t.clientLeft,u.y=h.y+t.clientTop}else o&&d();i&&!r&&o&&d();const f=o&&!r&&!i?wm(o,l):Vt(0),p=a.left+l.scrollLeft-u.x-f.x,m=a.top+l.scrollTop-u.y-f.y;return{x:p,y:m,width:a.width,height:a.height}}function Zi(e){return Ot(e).position==="static"}function Du(e,t){if(!Wt(e)||Ot(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Jt(e)===n&&(n=n.ownerDocument.body),n}function km(e,t){const n=xt(e);if(fi(e))return n;if(!Wt(e)){let o=Sn(e);for(;o&&!Is(o);){if(At(o)&&!Zi(o))return o;o=Sn(o)}return n}let r=Du(e,t);for(;r&&h_(r)&&Zi(r);)r=Du(r,t);return r&&Is(r)&&Zi(r)&&!nc(r)?n:r||y_(e)||n}const A_=async function(e){const t=this.getOffsetParent||km,n=this.getDimensions,r=await n(e.floating);return{reference:M_(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function O_(e){return Ot(e).direction==="rtl"}const z_={convertOffsetParentRelativeRectToViewportRelativeRect:S_,getDocumentElement:Jt,getClippingRect:I_,getOffsetParent:km,getElementRects:A_,getClientRects:__,getDimensions:P_,getScale:ws,isElement:At,isRTL:O_};function Sm(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function L_(e,t){let n=null,r;const o=Jt(e);function i(){var l;clearTimeout(r),(l=n)==null||l.disconnect(),n=null}function a(l,u){l===void 0&&(l=!1),u===void 0&&(u=1),i();const d=e.getBoundingClientRect(),{left:f,top:p,width:m,height:h}=d;if(l||t(),!m||!h)return;const g=qr(p),y=qr(o.clientWidth-(f+m)),b=qr(o.clientHeight-(p+h)),w=qr(f),j={rootMargin:-g+"px "+-y+"px "+-b+"px "+-w+"px",threshold:mt(0,kn(1,u))||1};let k=!0;function S(_){const C=_[0].intersectionRatio;if(C!==u){if(!k)return a();C?a(!1,C):r=setTimeout(()=>{a(!1,1e-7)},1e3)}C===1&&!Sm(d,e.getBoundingClientRect())&&a(),k=!1}try{n=new IntersectionObserver(S,{...j,root:o.ownerDocument})}catch{n=new IntersectionObserver(S,j)}n.observe(e)}return a(!0),i}function $_(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:u=!1}=r,d=rc(e),f=o||i?[...d?lr(d):[],...lr(t)]:[];f.forEach(w=>{o&&w.addEventListener("scroll",n,{passive:!0}),i&&w.addEventListener("resize",n)});const p=d&&l?L_(d,n):null;let m=-1,h=null;a&&(h=new ResizeObserver(w=>{let[v]=w;v&&v.target===d&&h&&(h.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var j;(j=h)==null||j.observe(t)})),n()}),d&&!u&&h.observe(d),h.observe(t));let g,y=u?Gn(e):null;u&&b();function b(){const w=Gn(e);y&&!Sm(y,w)&&n(),y=w,g=requestAnimationFrame(b)}return n(),()=>{var w;f.forEach(v=>{o&&v.removeEventListener("scroll",n),i&&v.removeEventListener("resize",n)}),p?.(),(w=h)==null||w.disconnect(),h=null,u&&cancelAnimationFrame(g)}}const D_=c_,F_=u_,U_=i_,B_=f_,q_=a_,Fu=o_,H_=d_,V_=(e,t,n)=>{const r=new Map,o={platform:z_,...n},i={...o.platform,_c:r};return r_(e,t,{...o,platform:i})};var W_=typeof document<"u",Z_=function(){},uo=W_?c.useLayoutEffect:Z_;function Mo(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!Mo(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const i=o[r];if(!(i==="_owner"&&e.$$typeof)&&!Mo(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function _m(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Uu(e,t){const n=_m(e);return Math.round(t*n)/n}function Ki(e){const t=c.useRef(e);return uo(()=>{t.current=e}),t}function K_(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:i,floating:a}={},transform:l=!0,whileElementsMounted:u,open:d}=e,[f,p]=c.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[m,h]=c.useState(r);Mo(m,r)||h(r);const[g,y]=c.useState(null),[b,w]=c.useState(null),v=c.useCallback(V=>{V!==_.current&&(_.current=V,y(V))},[]),j=c.useCallback(V=>{V!==C.current&&(C.current=V,w(V))},[]),k=i||g,S=a||b,_=c.useRef(null),C=c.useRef(null),M=c.useRef(f),A=u!=null,I=Ki(u),N=Ki(o),P=Ki(d),$=c.useCallback(()=>{if(!_.current||!C.current)return;const V={placement:t,strategy:n,middleware:m};N.current&&(V.platform=N.current),V_(_.current,C.current,V).then(Y=>{const B={...Y,isPositioned:P.current!==!1};F.current&&!Mo(M.current,B)&&(M.current=B,zs.flushSync(()=>{p(B)}))})},[m,t,n,N,P]);uo(()=>{d===!1&&M.current.isPositioned&&(M.current.isPositioned=!1,p(V=>({...V,isPositioned:!1})))},[d]);const F=c.useRef(!1);uo(()=>(F.current=!0,()=>{F.current=!1}),[]),uo(()=>{if(k&&(_.current=k),S&&(C.current=S),k&&S){if(I.current)return I.current(k,S,$);$()}},[k,S,$,I,A]);const G=c.useMemo(()=>({reference:_,floating:C,setReference:v,setFloating:j}),[v,j]),X=c.useMemo(()=>({reference:k,floating:S}),[k,S]),U=c.useMemo(()=>{const V={position:n,left:0,top:0};if(!X.floating)return V;const Y=Uu(X.floating,f.x),B=Uu(X.floating,f.y);return l?{...V,transform:"translate("+Y+"px, "+B+"px)",..._m(X.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:Y,top:B}},[n,l,X.floating,f.x,f.y]);return c.useMemo(()=>({...f,update:$,refs:G,elements:X,floatingStyles:U}),[f,$,G,X,U])}const G_=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:o}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?Fu({element:r.current,padding:o}).fn(n):{}:r?Fu({element:r,padding:o}).fn(n):{}}}},J_=(e,t)=>({...D_(e),options:[e,t]}),Y_=(e,t)=>({...F_(e),options:[e,t]}),X_=(e,t)=>({...H_(e),options:[e,t]}),Q_=(e,t)=>({...U_(e),options:[e,t]}),eN=(e,t)=>({...B_(e),options:[e,t]}),tN=(e,t)=>({...q_(e),options:[e,t]}),nN=(e,t)=>({...G_(e),options:[e,t]});var sN="Arrow",Nm=c.forwardRef((e,t)=>{const{children:n,width:r=10,height:o=5,...i}=e;return s.jsx(xe.svg,{...i,ref:t,width:r,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:s.jsx("polygon",{points:"0,0 30,0 15,10"})})});Nm.displayName=sN;var rN=Nm,oc="Popper",[Cm,hi]=dn(oc),[oN,Tm]=Cm(oc),Em=e=>{const{__scopePopper:t,children:n}=e,[r,o]=c.useState(null),[i,a]=c.useState(void 0);return s.jsx(oN,{scope:t,anchor:r,onAnchorChange:o,placementState:i,setPlacementState:a,children:n})};Em.displayName=oc;var Rm="PopperAnchor",Im=c.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:r,...o}=e,i=Tm(Rm,n),a=c.useRef(null),l=i.onAnchorChange,u=c.useCallback(g=>{a.current=g,g&&l(g)},[l]),d=Ie(t,u),f=c.useRef(null);c.useEffect(()=>{if(!r)return;const g=f.current;f.current=r.current,g!==f.current&&l(f.current)});const p=i.placementState&&ac(i.placementState),m=p?.[0],h=p?.[1];return r?null:s.jsx(xe.div,{"data-radix-popper-side":m,"data-radix-popper-align":h,...o,ref:d})});Im.displayName=Rm;var ic="PopperContent",[iN,aN]=Cm(ic),Pm=c.forwardRef((e,t)=>{const{__scopePopper:n,side:r="bottom",sideOffset:o=0,align:i="center",alignOffset:a=0,arrowPadding:l=0,avoidCollisions:u=!0,collisionBoundary:d=[],collisionPadding:f=0,sticky:p="partial",hideWhenDetached:m=!1,updatePositionStrategy:h="optimized",onPlaced:g,...y}=e,b=Tm(ic,n),[w,v]=c.useState(null),j=Ie(t,v),[k,S]=c.useState(null),_=V5(k),C=_?.width??0,M=_?.height??0,A=r+(i!=="center"?"-"+i:""),I=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},N=Array.isArray(d)?d:[d],P=N.length>0,$={padding:I,boundary:N.filter(cN),altBoundary:P},{refs:F,floatingStyles:G,placement:X,isPositioned:U,middlewareData:V}=K_({strategy:"fixed",placement:A,whileElementsMounted:(..._e)=>$_(..._e,{animationFrame:h==="always"}),elements:{reference:b.anchor},middleware:[J_({mainAxis:o+M,alignmentAxis:a}),u&&Y_({mainAxis:!0,crossAxis:!1,limiter:p==="partial"?X_():void 0,...$}),u&&Q_({...$}),eN({...$,apply:({elements:_e,rects:Ne,availableWidth:ce,availableHeight:de})=>{const{width:he,height:we}=Ne.reference,Ce=_e.floating.style;Ce.setProperty("--radix-popper-available-width",`${ce}px`),Ce.setProperty("--radix-popper-available-height",`${de}px`),Ce.setProperty("--radix-popper-anchor-width",`${he}px`),Ce.setProperty("--radix-popper-anchor-height",`${we}px`)}}),k&&nN({element:k,padding:l}),uN({arrowWidth:C,arrowHeight:M}),m&&tN({strategy:"referenceHidden",...$,boundary:P?$.boundary:void 0})]}),Y=b.setPlacementState;Ge(()=>(Y(X),()=>{Y(void 0)}),[X,Y]);const[B,W]=ac(X),me=Xe(g);Ge(()=>{U&&me?.()},[U,me]);const ve=V.arrow?.x,ye=V.arrow?.y,D=V.arrow?.centerOffset!==0,[oe,te]=c.useState();return Ge(()=>{w&&te(window.getComputedStyle(w).zIndex)},[w]),s.jsx("div",{ref:F.setFloating,"data-radix-popper-content-wrapper":"",style:{...G,transform:U?G.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:oe,"--radix-popper-transform-origin":[V.transformOrigin?.x,V.transformOrigin?.y].join(" "),...V.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:s.jsx(iN,{scope:n,placedSide:B,placedAlign:W,onArrowChange:S,arrowX:ve,arrowY:ye,shouldHideArrow:D,children:s.jsx(xe.div,{"data-side":B,"data-align":W,...y,ref:j,style:{...y.style,animation:U?void 0:"none"}})})})});Pm.displayName=ic;var Mm="PopperArrow",lN={top:"bottom",right:"left",bottom:"top",left:"right"},Am=c.forwardRef(function(t,n){const{__scopePopper:r,...o}=t,i=aN(Mm,r),a=lN[i.placedSide];return s.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:s.jsx(rN,{...o,ref:n,style:{...o.style,display:"block"}})})});Am.displayName=Mm;function cN(e){return e!==null}var uN=e=>({name:"transformOrigin",options:e,fn(t){const{placement:n,rects:r,middlewareData:o}=t,a=o.arrow?.centerOffset!==0,l=a?0:e.arrowWidth,u=a?0:e.arrowHeight,[d,f]=ac(n),p={start:"0%",center:"50%",end:"100%"}[f],m=(o.arrow?.x??0)+l/2,h=(o.arrow?.y??0)+u/2;let g="",y="";return d==="bottom"?(g=a?p:`${m}px`,y=`${-u}px`):d==="top"?(g=a?p:`${m}px`,y=`${r.floating.height+u}px`):d==="right"?(g=`${-u}px`,y=a?p:`${h}px`):d==="left"&&(g=`${r.floating.width+u}px`,y=a?p:`${h}px`),{data:{x:g,y}}}});function ac(e){const[t,n="center"]=e.split("-");return[t,n]}var Om=Em,zm=Im,Lm=Pm,$m=Am,Gi=!1;function dN(){const[e,t]=c.useState(Gi);return c.useEffect(()=>{Gi||(Gi=!0,t(!0))},[]),e}var Dm=Jo[" useSyncExternalStore ".trim().toString()];function fN(){return()=>{}}function pN(){return Dm(fN,()=>!0,()=>!1)}var mN=typeof Dm=="function"?pN:dN,Ji="rovingFocusGroup.onEntryFocus",hN={bubbles:!1,cancelable:!0},Sr="RovingFocusGroup",[Ha,Fm,gN]=Lp(Sr),[xN,Um]=dn(Sr,[gN]),[bN,vN]=xN(Sr),Bm=c.forwardRef((e,t)=>s.jsx(Ha.Provider,{scope:e.__scopeRovingFocusGroup,children:s.jsx(Ha.Slot,{scope:e.__scopeRovingFocusGroup,children:s.jsx(yN,{...e,ref:t})})}));Bm.displayName=Sr;var yN=c.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:o=!1,dir:i,currentTabStopId:a,defaultCurrentTabStopId:l,onCurrentTabStopIdChange:u,onEntryFocus:d,preventScrollOnEntryFocus:f=!1,...p}=e,m=c.useRef(null),h=Ie(t,m),g=ii(i),[y,b]=Kn({prop:a,defaultProp:l??null,onChange:u,caller:Sr}),[w,v]=c.useState(!1),j=Xe(d),k=Fm(n),S=c.useRef(!1),[_,C]=c.useState(0);return c.useEffect(()=>{const M=m.current;if(M)return M.addEventListener(Ji,j),()=>M.removeEventListener(Ji,j)},[j]),s.jsx(bN,{scope:n,orientation:r,dir:g,loop:o,currentTabStopId:y,onItemFocus:c.useCallback(M=>b(M),[b]),onItemShiftTab:c.useCallback(()=>v(!0),[]),onFocusableItemAdd:c.useCallback(()=>C(M=>M+1),[]),onFocusableItemRemove:c.useCallback(()=>C(M=>M-1),[]),children:s.jsx(xe.div,{tabIndex:w||_===0?-1:0,"data-orientation":r,...p,ref:h,style:{outline:"none",...e.style},onMouseDown:fe(e.onMouseDown,()=>{S.current=!0}),onFocus:fe(e.onFocus,M=>{const A=!S.current;if(M.target===M.currentTarget&&A&&!w){const I=new CustomEvent(Ji,hN);if(M.currentTarget.dispatchEvent(I),!I.defaultPrevented){const N=k().filter(X=>X.focusable),P=N.find(X=>X.active),$=N.find(X=>X.id===y),G=[P,$,...N].filter(Boolean).map(X=>X.ref.current);Vm(G,f)}}S.current=!1}),onBlur:fe(e.onBlur,()=>v(!1))})})}),qm="RovingFocusGroupItem",Hm=c.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:o=!1,tabStopId:i,children:a,...l}=e,u=Ht(),d=i||u,f=vN(qm,n),p=f.currentTabStopId===d,m=Fm(n),{onFocusableItemAdd:h,onFocusableItemRemove:g,currentTabStopId:y}=f,b=mN();return Ge(()=>{if(!(!b||!r))return h(),()=>g()},[b,r,h,g]),c.useEffect(()=>{if(!(b||!r))return h(),()=>g()},[b,r,h,g]),s.jsx(Ha.ItemSlot,{scope:n,id:d,focusable:r,active:o,children:s.jsx(xe.span,{tabIndex:p?0:-1,"data-orientation":f.orientation,...l,ref:t,onMouseDown:fe(e.onMouseDown,w=>{r?f.onItemFocus(d):w.preventDefault()}),onFocus:fe(e.onFocus,()=>f.onItemFocus(d)),onKeyDown:fe(e.onKeyDown,w=>{if(w.key==="Tab"&&w.shiftKey){f.onItemShiftTab();return}if(w.target!==w.currentTarget)return;const v=kN(w,f.orientation,f.dir);if(v!==void 0){if(w.metaKey||w.ctrlKey||w.altKey||w.shiftKey)return;w.preventDefault();let k=m().filter(S=>S.focusable).map(S=>S.ref.current);if(v==="last")k.reverse();else if(v==="prev"||v==="next"){v==="prev"&&k.reverse();const S=k.indexOf(w.currentTarget);k=f.loop?SN(k,S+1):k.slice(S+1)}setTimeout(()=>Vm(k))}}),children:typeof a=="function"?a({isCurrentTabStop:p,hasTabStop:y!=null}):a})})});Hm.displayName=qm;var wN={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function jN(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function kN(e,t,n){const r=jN(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return wN[r]}function Vm(e,t=!1){const n=document.activeElement;for(const r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function SN(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var _N=Bm,NN=Hm;function Va(e,[t,n]){return Math.min(n,Math.max(t,e))}function CN(e,t){return c.useReducer((n,r)=>t[n][r]??n,e)}var lc="ScrollArea",[Wm]=dn(lc),[TN,_t]=Wm(lc),Zm=c.forwardRef((e,t)=>{const{__scopeScrollArea:n,type:r="hover",dir:o,scrollHideDelay:i=600,...a}=e,[l,u]=c.useState(null),[d,f]=c.useState(null),[p,m]=c.useState(null),[h,g]=c.useState(null),[y,b]=c.useState(null),[w,v]=c.useState(0),[j,k]=c.useState(0),[S,_]=c.useState(!1),[C,M]=c.useState(!1),A=Ie(t,u),I=ii(o);return s.jsx(TN,{scope:n,type:r,dir:I,scrollHideDelay:i,scrollArea:l,viewport:d,onViewportChange:f,content:p,onContentChange:m,scrollbarX:h,onScrollbarXChange:g,scrollbarXEnabled:S,onScrollbarXEnabledChange:_,scrollbarY:y,onScrollbarYChange:b,scrollbarYEnabled:C,onScrollbarYEnabledChange:M,onCornerWidthChange:v,onCornerHeightChange:k,children:s.jsx(xe.div,{dir:I,...a,ref:A,style:{position:"relative","--radix-scroll-area-corner-width":w+"px","--radix-scroll-area-corner-height":j+"px",...e.style}})})});Zm.displayName=lc;var Km="ScrollAreaViewport",Gm=c.forwardRef((e,t)=>{const{__scopeScrollArea:n,children:r,nonce:o,...i}=e,a=_t(Km,n),l=c.useRef(null),u=Ie(t,l,a.onViewportChange);return s.jsxs(s.Fragment,{children:[s.jsx(EN,{nonce:o}),s.jsx(xe.div,{"data-radix-scroll-area-viewport":"",...i,ref:u,style:{overflowX:a.scrollbarXEnabled?"scroll":"hidden",overflowY:a.scrollbarYEnabled?"scroll":"hidden",...e.style},children:s.jsx("div",{ref:a.onContentChange,style:{minWidth:"100%",display:"table"},children:r})})]})});Gm.displayName=Km;var EN=c.memo(({nonce:e})=>s.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:e}),(e,t)=>e.nonce===t.nonce),Yt="ScrollAreaScrollbar",Jm=c.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=_t(Yt,e.__scopeScrollArea),{onScrollbarXEnabledChange:i,onScrollbarYEnabledChange:a}=o,l=e.orientation==="horizontal";return c.useEffect(()=>(l?i(!0):a(!0),()=>{l?i(!1):a(!1)}),[l,i,a]),o.type==="hover"?s.jsx(RN,{...r,ref:t,forceMount:n}):o.type==="scroll"?s.jsx(IN,{...r,ref:t,forceMount:n}):o.type==="auto"?s.jsx(Ym,{...r,ref:t,forceMount:n}):o.type==="always"?s.jsx(cc,{...r,ref:t,"data-state":"visible"}):null});Jm.displayName=Yt;var RN=c.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=_t(Yt,e.__scopeScrollArea),[i,a]=c.useState(!1);return c.useEffect(()=>{const l=o.scrollArea;let u=0;if(l){const d=()=>{window.clearTimeout(u),a(!0)},f=()=>{u=window.setTimeout(()=>a(!1),o.scrollHideDelay)};return l.addEventListener("pointerenter",d),l.addEventListener("pointerleave",f),()=>{window.clearTimeout(u),l.removeEventListener("pointerenter",d),l.removeEventListener("pointerleave",f)}}},[o.scrollArea,o.scrollHideDelay]),s.jsx(vt,{present:n||i,children:s.jsx(Ym,{"data-state":i?"visible":"hidden",...r,ref:t})})}),IN=c.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=_t(Yt,e.__scopeScrollArea),i=e.orientation==="horizontal",a=xi(()=>u("SCROLL_END"),100),[l,u]=CN("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return c.useEffect(()=>{if(l==="idle"){const d=window.setTimeout(()=>u("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(d)}},[l,o.scrollHideDelay,u]),c.useEffect(()=>{const d=o.viewport,f=i?"scrollLeft":"scrollTop";if(d){let p=d[f];const m=()=>{const h=d[f];p!==h&&(u("SCROLL"),a()),p=h};return d.addEventListener("scroll",m),()=>d.removeEventListener("scroll",m)}},[o.viewport,i,u,a]),s.jsx(vt,{present:n||l!=="hidden",children:s.jsx(cc,{"data-state":l==="hidden"?"hidden":"visible",...r,ref:t,onPointerEnter:fe(e.onPointerEnter,()=>u("POINTER_ENTER")),onPointerLeave:fe(e.onPointerLeave,()=>u("POINTER_LEAVE"))})})}),Ym=c.forwardRef((e,t)=>{const n=_t(Yt,e.__scopeScrollArea),{forceMount:r,...o}=e,[i,a]=c.useState(!1),l=e.orientation==="horizontal",u=xi(()=>{if(n.viewport){const d=n.viewport.offsetWidth<n.viewport.scrollWidth,f=n.viewport.offsetHeight<n.viewport.scrollHeight;a(l?d:f)}},10);return Ps(n.viewport,u),Ps(n.content,u),s.jsx(vt,{present:r||i,children:s.jsx(cc,{"data-state":i?"visible":"hidden",...o,ref:t})})}),cc=c.forwardRef((e,t)=>{const{orientation:n="vertical",...r}=e,o=_t(Yt,e.__scopeScrollArea),i=c.useRef(null),a=c.useRef(0),[l,u]=c.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=nh(l.viewport,l.content),f={...r,sizes:l,onSizesChange:u,hasThumb:d>0&&d<1,onThumbChange:m=>i.current=m,onThumbPointerUp:()=>a.current=0,onThumbPointerDown:m=>a.current=m};function p(m,h){return LN(m,a.current,l,h)}return n==="horizontal"?s.jsx(PN,{...f,ref:t,onThumbPositionChange:()=>{if(o.viewport&&i.current){const m=o.viewport.scrollLeft,h=Bu(m,l,o.dir);i.current.style.transform=`translate3d(${h}px, 0, 0)`}},onWheelScroll:m=>{o.viewport&&(o.viewport.scrollLeft=m)},onDragScroll:m=>{o.viewport&&(o.viewport.scrollLeft=p(m,o.dir))}}):n==="vertical"?s.jsx(MN,{...f,ref:t,onThumbPositionChange:()=>{if(o.viewport&&i.current){const m=o.viewport.scrollTop,h=Bu(m,l);i.current.style.transform=`translate3d(0, ${h}px, 0)`}},onWheelScroll:m=>{o.viewport&&(o.viewport.scrollTop=m)},onDragScroll:m=>{o.viewport&&(o.viewport.scrollTop=p(m))}}):null}),PN=c.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,i=_t(Yt,e.__scopeScrollArea),[a,l]=c.useState(),u=c.useRef(null),d=Ie(t,u,i.onScrollbarXChange);return c.useEffect(()=>{u.current&&l(getComputedStyle(u.current))},[u]),s.jsx(Qm,{"data-orientation":"horizontal",...o,ref:d,sizes:n,style:{bottom:0,left:i.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:i.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":gi(n)+"px",...e.style},onThumbPointerDown:f=>e.onThumbPointerDown(f.x),onDragScroll:f=>e.onDragScroll(f.x),onWheelScroll:(f,p)=>{if(i.viewport){const m=i.viewport.scrollLeft+f.deltaX;e.onWheelScroll(m),rh(m,p)&&f.preventDefault()}},onResize:()=>{u.current&&i.viewport&&a&&r({content:i.viewport.scrollWidth,viewport:i.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:Oo(a.paddingLeft),paddingEnd:Oo(a.paddingRight)}})}})}),MN=c.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...o}=e,i=_t(Yt,e.__scopeScrollArea),[a,l]=c.useState(),u=c.useRef(null),d=Ie(t,u,i.onScrollbarYChange);return c.useEffect(()=>{u.current&&l(getComputedStyle(u.current))},[u]),s.jsx(Qm,{"data-orientation":"vertical",...o,ref:d,sizes:n,style:{top:0,right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":gi(n)+"px",...e.style},onThumbPointerDown:f=>e.onThumbPointerDown(f.y),onDragScroll:f=>e.onDragScroll(f.y),onWheelScroll:(f,p)=>{if(i.viewport){const m=i.viewport.scrollTop+f.deltaY;e.onWheelScroll(m),rh(m,p)&&f.preventDefault()}},onResize:()=>{u.current&&i.viewport&&a&&r({content:i.viewport.scrollHeight,viewport:i.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:Oo(a.paddingTop),paddingEnd:Oo(a.paddingBottom)}})}})}),[AN,Xm]=Wm(Yt),Qm=c.forwardRef((e,t)=>{const{__scopeScrollArea:n,sizes:r,hasThumb:o,onThumbChange:i,onThumbPointerUp:a,onThumbPointerDown:l,onThumbPositionChange:u,onDragScroll:d,onWheelScroll:f,onResize:p,...m}=e,h=_t(Yt,n),[g,y]=c.useState(null),b=Ie(t,y),w=c.useRef(null),v=c.useRef(""),j=h.viewport,k=r.content-r.viewport,S=Xe(f),_=Xe(u),C=xi(p,10);function M(A){if(w.current){const I=A.clientX-w.current.left,N=A.clientY-w.current.top;d({x:I,y:N})}}return c.useEffect(()=>{const A=I=>{const N=I.target;g?.contains(N)&&S(I,k)};return document.addEventListener("wheel",A,{passive:!1}),()=>document.removeEventListener("wheel",A,{passive:!1})},[j,g,k,S]),c.useEffect(_,[r,_]),Ps(g,C),Ps(h.content,C),s.jsx(AN,{scope:n,scrollbar:g,hasThumb:o,onThumbChange:Xe(i),onThumbPointerUp:Xe(a),onThumbPositionChange:_,onThumbPointerDown:Xe(l),children:s.jsx(xe.div,{...m,ref:b,style:{position:"absolute",...m.style},onPointerDown:fe(e.onPointerDown,A=>{A.button===0&&(A.target.setPointerCapture(A.pointerId),w.current=g.getBoundingClientRect(),v.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",h.viewport&&(h.viewport.style.scrollBehavior="auto"),M(A))}),onPointerMove:fe(e.onPointerMove,M),onPointerUp:fe(e.onPointerUp,A=>{const I=A.target;I.hasPointerCapture(A.pointerId)&&I.releasePointerCapture(A.pointerId),document.body.style.webkitUserSelect=v.current,h.viewport&&(h.viewport.style.scrollBehavior=""),w.current=null})})})}),Ao="ScrollAreaThumb",eh=c.forwardRef((e,t)=>{const{forceMount:n,...r}=e,o=Xm(Ao,e.__scopeScrollArea);return s.jsx(vt,{present:n||o.hasThumb,children:s.jsx(ON,{ref:t,...r})})}),ON=c.forwardRef((e,t)=>{const{__scopeScrollArea:n,style:r,...o}=e,i=_t(Ao,n),a=Xm(Ao,n),{onThumbPositionChange:l}=a,u=Ie(t,a.onThumbChange),d=c.useRef(void 0),f=xi(()=>{d.current&&(d.current(),d.current=void 0)},100);return c.useEffect(()=>{const p=i.viewport;if(p){const m=()=>{if(f(),!d.current){const h=$N(p,l);d.current=h,l()}};return l(),p.addEventListener("scroll",m),()=>p.removeEventListener("scroll",m)}},[i.viewport,f,l]),s.jsx(xe.div,{"data-state":a.hasThumb?"visible":"hidden",...o,ref:u,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:fe(e.onPointerDownCapture,p=>{const h=p.target.getBoundingClientRect(),g=p.clientX-h.left,y=p.clientY-h.top;a.onThumbPointerDown({x:g,y})}),onPointerUp:fe(e.onPointerUp,a.onThumbPointerUp)})});eh.displayName=Ao;var uc="ScrollAreaCorner",th=c.forwardRef((e,t)=>{const n=_t(uc,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?s.jsx(zN,{...e,ref:t}):null});th.displayName=uc;var zN=c.forwardRef((e,t)=>{const{__scopeScrollArea:n,...r}=e,o=_t(uc,n),[i,a]=c.useState(0),[l,u]=c.useState(0),d=!!(i&&l),{onCornerWidthChange:f,onCornerHeightChange:p}=o;return Ps(o.scrollbarX,()=>{const m=o.scrollbarX?.offsetHeight||0;o.onCornerHeightChange(m),u(m)}),Ps(o.scrollbarY,()=>{const m=o.scrollbarY?.offsetWidth||0;o.onCornerWidthChange(m),a(m)}),c.useEffect(()=>()=>{f(0),p(0)},[f,p]),d?s.jsx(xe.div,{...r,ref:t,style:{width:i,height:l,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function Oo(e){return e?parseInt(e,10):0}function nh(e,t){const n=e/t;return isNaN(n)?0:n}function gi(e){const t=nh(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function LN(e,t,n,r="ltr"){const o=gi(n),i=o/2,a=t||i,l=o-a,u=n.scrollbar.paddingStart+a,d=n.scrollbar.size-n.scrollbar.paddingEnd-l,f=n.content-n.viewport,p=r==="ltr"?[0,f]:[f*-1,0];return sh([u,d],p)(e)}function Bu(e,t,n="ltr"){const r=gi(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,i=t.scrollbar.size-o,a=t.content-t.viewport,l=i-r,u=n==="ltr"?[0,a]:[a*-1,0],d=Va(e,u);return sh([0,a],[0,l])(d)}function sh(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function rh(e,t){return e>0&&e<t}var $N=(e,t=()=>{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return(function o(){const i={left:e.scrollLeft,top:e.scrollTop},a=n.left!==i.left,l=n.top!==i.top;(a||l)&&t(),n=i,r=window.requestAnimationFrame(o)})(),()=>window.cancelAnimationFrame(r)};function xi(e,t){const n=Xe(e),r=c.useRef(0);return c.useEffect(()=>()=>window.clearTimeout(r.current),[]),c.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,t)},[n,t])}function Ps(e,t){const n=Xe(t);Ge(()=>{let r=0;if(e){const o=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return o.observe(e),()=>{window.cancelAnimationFrame(r),o.unobserve(e)}}},[e,n])}var DN=Zm,FN=Gm,UN=th,BN=[" ","Enter","ArrowUp","ArrowDown"],qN=[" ","Enter"],Jn="Select",[bi,vi,HN]=Lp(Jn),[es]=dn(Jn,[HN,hi]),yi=hi(),[VN,En]=es(Jn),[WN,ZN]=es(Jn),KN="SelectProvider";function oh(e){const{__scopeSelect:t,children:n,open:r,defaultOpen:o,onOpenChange:i,value:a,defaultValue:l,onValueChange:u,dir:d,name:f,autoComplete:p,disabled:m,required:h,form:g,internal_do_not_use_render:y}=e,b=yi(t),[w,v]=c.useState(null),[j,k]=c.useState(null),[S,_]=c.useState(!1),C=ii(d),[M,A]=Kn({prop:r,defaultProp:o??!1,onChange:i,caller:Jn}),[I,N]=Kn({prop:a,defaultProp:l,onChange:u,caller:Jn}),P=c.useRef(null),$=c.useRef(I);c.useEffect(()=>{const me=g?w?.ownerDocument.getElementById(g):w?.form;if(me instanceof HTMLFormElement){const ve=()=>N($.current);return me.addEventListener("reset",ve),()=>me.removeEventListener("reset",ve)}},[g,w,N]);const F=w?!!g||!!w.closest("form"):!0,[G,X]=c.useState(new Set),U=Ht(),V=Array.from(G).map(me=>me.props.value).join(";"),Y=c.useCallback(me=>{X(ve=>new Set(ve).add(me))},[]),B=c.useCallback(me=>{X(ve=>{const ye=new Set(ve);return ye.delete(me),ye})},[]),W={required:h,trigger:w,onTriggerChange:v,valueNode:j,onValueNodeChange:k,valueNodeHasChildren:S,onValueNodeHasChildrenChange:_,contentId:U,value:I,onValueChange:N,open:M,onOpenChange:A,dir:C,triggerPointerDownPosRef:P,disabled:m,name:f,autoComplete:p,form:g,nativeOptions:G,nativeSelectKey:V,isFormControl:F};return s.jsx(Om,{...b,children:s.jsx(VN,{scope:t,...W,children:s.jsx(bi.Provider,{scope:t,children:s.jsx(WN,{scope:t,onNativeOptionAdd:Y,onNativeOptionRemove:B,children:dC(y)?y(W):n})})})})}oh.displayName=KN;var ih=e=>{const{__scopeSelect:t,children:n,...r}=e;return s.jsx(oh,{__scopeSelect:t,...r,internal_do_not_use_render:({isFormControl:o})=>s.jsxs(s.Fragment,{children:[n,o?s.jsx(Ph,{__scopeSelect:t}):null]})})};ih.displayName=Jn;var ah="SelectTrigger",lh=c.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:r=!1,...o}=e,i=yi(n),a=En(ah,n),l=a.disabled||r,u=Ie(t,a.onTriggerChange),d=vi(n),f=c.useRef("touch"),[p,m,h]=Mh(y=>{const b=d().filter(j=>!j.disabled),w=b.find(j=>j.value===a.value),v=Ah(b,y,w);v!==void 0&&a.onValueChange(v.value)}),g=y=>{l||(a.onOpenChange(!0),h()),y&&(a.triggerPointerDownPosRef.current={x:Math.round(y.pageX),y:Math.round(y.pageY)})};return s.jsx(zm,{asChild:!0,...i,children:s.jsx(xe.button,{type:"button",role:"combobox","aria-controls":a.open?a.contentId:void 0,"aria-expanded":a.open,"aria-required":a.required,"aria-autocomplete":"none",dir:a.dir,"data-state":a.open?"open":"closed",disabled:l,"data-disabled":l?"":void 0,"data-placeholder":wi(a.value)?"":void 0,...o,ref:u,onClick:fe(o.onClick,y=>{y.currentTarget.focus(),f.current!=="mouse"&&g(y)}),onPointerDown:fe(o.onPointerDown,y=>{f.current=y.pointerType;const b=y.target;b.hasPointerCapture(y.pointerId)&&b.releasePointerCapture(y.pointerId),y.button===0&&y.ctrlKey===!1&&y.pointerType==="mouse"&&(g(y),y.preventDefault())}),onKeyDown:fe(o.onKeyDown,y=>{const b=p.current!=="";!(y.ctrlKey||y.altKey||y.metaKey)&&y.key.length===1&&m(y.key),!(b&&y.key===" ")&&BN.includes(y.key)&&(g(),y.preventDefault())})})})});lh.displayName=ah;var ch="SelectValue",uh=c.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,children:i,placeholder:a="",...l}=e,u=En(ch,n),{onValueNodeHasChildrenChange:d}=u,f=i!==void 0,p=Ie(t,u.onValueNodeChange);Ge(()=>{d(f)},[d,f]);const m=wi(u.value);return s.jsx(xe.span,{...l,asChild:m?!1:l.asChild,ref:p,style:{pointerEvents:"none"},children:s.jsx(c.Fragment,{children:m?a:i},m?"placeholder":"value")})});uh.displayName=ch;var GN="SelectIcon",dh=c.forwardRef((e,t)=>{const{__scopeSelect:n,children:r,...o}=e;return s.jsx(xe.span,{"aria-hidden":!0,...o,ref:t,children:r||"▼"})});dh.displayName=GN;var fh="SelectPortal",[JN,YN]=es(fh,{forceMount:void 0}),ph=e=>{const{__scopeSelect:t,forceMount:n,...r}=e;return s.jsx(JN,{scope:e.__scopeSelect,forceMount:n,children:s.jsx(li,{asChild:!0,...r})})};ph.displayName=fh;var _n="SelectContent",mh=c.forwardRef((e,t)=>{const n=YN(_n,e.__scopeSelect),{forceMount:r=n.forceMount,...o}=e,i=En(_n,e.__scopeSelect),[a,l]=c.useState();return Ge(()=>{l(new DocumentFragment)},[]),s.jsx(vt,{present:r||i.open,children:({present:u})=>u?s.jsx(xh,{...o,ref:t}):s.jsx(hh,{...o,fragment:a})})});mh.displayName=_n;var hh=c.forwardRef((e,t)=>{const{__scopeSelect:n,children:r,fragment:o}=e;return o?zs.createPortal(s.jsx(gh,{scope:n,children:s.jsx(bi.Slot,{scope:n,children:s.jsx("div",{ref:t,children:r})})}),o):null});hh.displayName="SelectContentFragment";var Rt=10,[gh,Rn]=es(_n),XN="SelectContentImpl",QN=Es("SelectContent.RemoveScroll"),xh=c.forwardRef((e,t)=>{const{__scopeSelect:n}=e,{position:r="item-aligned",onCloseAutoFocus:o,onEscapeKeyDown:i,onPointerDownOutside:a,side:l,sideOffset:u,align:d,alignOffset:f,arrowPadding:p,collisionBoundary:m,collisionPadding:h,sticky:g,hideWhenDetached:y,avoidCollisions:b,...w}=e,v=En(_n,n),[j,k]=c.useState(null),[S,_]=c.useState(null),C=Ie(t,k),[M,A]=c.useState(null),[I,N]=c.useState(null),P=vi(n),[$,F]=c.useState(!1),G=c.useRef(!1);c.useEffect(()=>{if(j)return Qp(j)},[j]),Hp();const X=c.useCallback(te=>{const[_e,...Ne]=P().map(he=>he.ref.current),[ce]=Ne.slice(-1),de=document.activeElement;for(const he of te)if(he===de||(he?.scrollIntoView({block:"nearest"}),he===_e&&S&&(S.scrollTop=0),he===ce&&S&&(S.scrollTop=S.scrollHeight),he?.focus(),document.activeElement!==de))return},[P,S]),U=c.useCallback(()=>X([M,j]),[X,M,j]);c.useEffect(()=>{$&&U()},[$,U]);const{onOpenChange:V,triggerPointerDownPosRef:Y}=v;c.useEffect(()=>{if(j){let te={x:0,y:0};const _e=ce=>{te={x:Math.abs(Math.round(ce.pageX)-(Y.current?.x??0)),y:Math.abs(Math.round(ce.pageY)-(Y.current?.y??0))}},Ne=ce=>{te.x<=10&&te.y<=10?ce.preventDefault():ce.composedPath().includes(j)||V(!1),document.removeEventListener("pointermove",_e),Y.current=null};return Y.current!==null&&(document.addEventListener("pointermove",_e),document.addEventListener("pointerup",Ne,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",_e),document.removeEventListener("pointerup",Ne,{capture:!0})}}},[j,V,Y]),c.useEffect(()=>{const te=()=>V(!1);return window.addEventListener("blur",te),window.addEventListener("resize",te),()=>{window.removeEventListener("blur",te),window.removeEventListener("resize",te)}},[V]);const[B,W]=Mh(te=>{const _e=P().filter(de=>!de.disabled),Ne=_e.find(de=>de.ref.current===document.activeElement),ce=Ah(_e,te,Ne);ce&&setTimeout(()=>ce.ref.current?.focus())}),me=c.useCallback((te,_e,Ne)=>{const ce=!G.current&&!Ne;(v.value!==void 0&&v.value===_e||ce)&&(A(te),ce&&(G.current=!0))},[v.value]),ve=c.useCallback(()=>j?.focus(),[j]),ye=c.useCallback((te,_e,Ne)=>{const ce=!G.current&&!Ne;(v.value!==void 0&&v.value===_e||ce)&&N(te)},[v.value]),D=r==="popper"?Wa:bh,oe=D===Wa?{side:l,sideOffset:u,align:d,alignOffset:f,arrowPadding:p,collisionBoundary:m,collisionPadding:h,sticky:g,hideWhenDetached:y,avoidCollisions:b}:{};return s.jsx(gh,{scope:n,content:j,viewport:S,onViewportChange:_,itemRefCallback:me,selectedItem:M,onItemLeave:ve,itemTextRefCallback:ye,focusSelectedItem:U,selectedItemText:I,position:r,isPositioned:$,searchRef:B,children:s.jsx(Jl,{as:QN,allowPinchZoom:!0,children:s.jsx(Gl,{asChild:!0,trapped:v.open,onMountAutoFocus:te=>{te.preventDefault()},onUnmountAutoFocus:fe(o,te=>{v.trigger?.focus({preventScroll:!0}),te.preventDefault()}),children:s.jsx(ai,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:te=>te.preventDefault(),onDismiss:()=>v.onOpenChange(!1),children:s.jsx(D,{role:"listbox",id:v.contentId,"data-state":v.open?"open":"closed",dir:v.dir,onContextMenu:te=>te.preventDefault(),...w,...oe,onPlaced:()=>F(!0),ref:C,style:{display:"flex",flexDirection:"column",outline:"none",...w.style},onKeyDown:fe(w.onKeyDown,te=>{const _e=te.ctrlKey||te.altKey||te.metaKey;if(te.key==="Tab"&&te.preventDefault(),!_e&&te.key.length===1&&W(te.key),["ArrowUp","ArrowDown","Home","End"].includes(te.key)){let ce=P().filter(de=>!de.disabled).map(de=>de.ref.current);if(["ArrowUp","End"].includes(te.key)&&(ce=ce.slice().reverse()),["ArrowUp","ArrowDown"].includes(te.key)){const de=te.target,he=ce.indexOf(de);ce=ce.slice(he+1)}setTimeout(()=>X(ce)),te.preventDefault()}})})})})})})});xh.displayName=XN;var eC="SelectItemAlignedPosition",bh=c.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:r,...o}=e,i=En(_n,n),a=Rn(_n,n),[l,u]=c.useState(null),[d,f]=c.useState(null),p=Ie(t,f),m=vi(n),h=c.useRef(!1),g=c.useRef(!0),{viewport:y,selectedItem:b,selectedItemText:w,focusSelectedItem:v}=a,j=c.useCallback(()=>{if(i.trigger&&i.valueNode&&l&&d&&y&&b&&w){const C=i.trigger.getBoundingClientRect(),M=d.getBoundingClientRect(),A=i.valueNode.getBoundingClientRect(),I=w.getBoundingClientRect();if(i.dir!=="rtl"){const de=I.left-M.left,he=A.left-de,we=C.left-he,Ce=C.width+we,Fe=Math.max(Ce,M.width),Ze=window.innerWidth-Rt,Ue=Va(he,[Rt,Math.max(Rt,Ze-Fe)]);l.style.minWidth=Ce+"px",l.style.left=Ue+"px"}else{const de=M.right-I.right,he=window.innerWidth-A.right-de,we=window.innerWidth-C.right-he,Ce=C.width+we,Fe=Math.max(Ce,M.width),Ze=window.innerWidth-Rt,Ue=Va(he,[Rt,Math.max(Rt,Ze-Fe)]);l.style.minWidth=Ce+"px",l.style.right=Ue+"px"}const N=m(),P=window.innerHeight-Rt*2,$=y.scrollHeight,F=window.getComputedStyle(d),G=parseInt(F.borderTopWidth,10),X=parseInt(F.paddingTop,10),U=parseInt(F.borderBottomWidth,10),V=parseInt(F.paddingBottom,10),Y=G+X+$+V+U,B=Math.min(b.offsetHeight*5,Y),W=window.getComputedStyle(y),me=parseInt(W.paddingTop,10),ve=parseInt(W.paddingBottom,10),ye=C.top+C.height/2-Rt,D=P-ye,oe=b.offsetHeight/2,te=b.offsetTop+oe,_e=G+X+te,Ne=Y-_e;if(_e<=ye){const de=N.length>0&&b===N[N.length-1].ref.current;l.style.bottom="0px";const he=d.clientHeight-y.offsetTop-y.offsetHeight,we=Math.max(D,oe+(de?ve:0)+he+U),Ce=_e+we;l.style.height=Ce+"px"}else{const de=N.length>0&&b===N[0].ref.current;l.style.top="0px";const we=Math.max(ye,G+y.offsetTop+(de?me:0)+oe)+Ne;l.style.height=we+"px",y.scrollTop=_e-ye+y.offsetTop}l.style.margin=`${Rt}px 0`,l.style.minHeight=B+"px",l.style.maxHeight=P+"px",r?.(),requestAnimationFrame(()=>h.current=!0)}},[m,i.trigger,i.valueNode,l,d,y,b,w,i.dir,r]);Ge(()=>j(),[j]);const[k,S]=c.useState();Ge(()=>{d&&S(window.getComputedStyle(d).zIndex)},[d]);const _=c.useCallback(C=>{C&&g.current===!0&&(j(),v?.(),g.current=!1)},[j,v]);return s.jsx(nC,{scope:n,contentWrapper:l,shouldExpandOnScrollRef:h,onScrollButtonChange:_,children:s.jsx("div",{ref:u,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:k},children:s.jsx(xe.div,{...o,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...o.style}})})})});bh.displayName=eC;var tC="SelectPopperPosition",Wa=c.forwardRef((e,t)=>{const{__scopeSelect:n,align:r="start",collisionPadding:o=Rt,...i}=e,a=yi(n);return s.jsx(Lm,{...a,...i,ref:t,align:r,collisionPadding:o,style:{boxSizing:"border-box",...i.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Wa.displayName=tC;var[nC,dc]=es(_n,{}),Za="SelectViewport",vh=c.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:r,...o}=e,i=Rn(Za,n),a=dc(Za,n),l=Ie(t,i.onViewportChange),u=c.useRef(0);return s.jsxs(s.Fragment,{children:[s.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),s.jsx(bi.Slot,{scope:n,children:s.jsx(xe.div,{"data-radix-select-viewport":"",role:"presentation",...o,ref:l,style:{position:"relative",flex:1,overflow:"hidden auto",...o.style},onScroll:fe(o.onScroll,d=>{const f=d.currentTarget,{contentWrapper:p,shouldExpandOnScrollRef:m}=a;if(m?.current&&p){const h=Math.abs(u.current-f.scrollTop);if(h>0){const g=window.innerHeight-Rt*2,y=parseFloat(p.style.minHeight),b=parseFloat(p.style.height),w=Math.max(y,b);if(w<g){const v=w+h,j=Math.min(g,v),k=v-j;p.style.height=j+"px",p.style.bottom==="0px"&&(f.scrollTop=k>0?k:0,p.style.justifyContent="flex-end")}}}u.current=f.scrollTop})})})]})});vh.displayName=Za;var yh="SelectGroup",[sC,rC]=es(yh),oC=c.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=Ht();return s.jsx(sC,{scope:n,id:o,children:s.jsx(xe.div,{role:"group","aria-labelledby":o,...r,ref:t})})});oC.displayName=yh;var wh="SelectLabel",iC=c.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=rC(wh,n);return s.jsx(xe.div,{id:o.id,...r,ref:t})});iC.displayName=wh;var zo="SelectItem",[aC,jh]=es(zo),kh=c.forwardRef((e,t)=>{const{__scopeSelect:n,value:r,disabled:o=!1,textValue:i,...a}=e,l=En(zo,n),u=Rn(zo,n),d=l.value===r,[f,p]=c.useState(i??""),[m,h]=c.useState(!1),g=Xe(j=>u.itemRefCallback?.(j,r,o)),y=Ie(t,g),b=Ht(),w=c.useRef("touch"),v=()=>{o||(l.onValueChange(r),l.onOpenChange(!1))};return s.jsx(aC,{scope:n,value:r,disabled:o,textId:b,isSelected:d,onItemTextChange:c.useCallback(j=>{p(k=>k||(j?.textContent??"").trim())},[]),children:s.jsx(bi.ItemSlot,{scope:n,value:r,disabled:o,textValue:f,children:s.jsx(xe.div,{role:"option","aria-labelledby":b,"data-highlighted":m?"":void 0,"aria-selected":d&&m,"data-state":d?"checked":"unchecked","aria-disabled":o||void 0,"data-disabled":o?"":void 0,tabIndex:o?void 0:-1,...a,ref:y,onFocus:fe(a.onFocus,()=>h(!0)),onBlur:fe(a.onBlur,()=>h(!1)),onClick:fe(a.onClick,()=>{w.current!=="mouse"&&v()}),onPointerUp:fe(a.onPointerUp,()=>{w.current==="mouse"&&v()}),onPointerDown:fe(a.onPointerDown,j=>{w.current=j.pointerType}),onPointerMove:fe(a.onPointerMove,j=>{w.current=j.pointerType,o?u.onItemLeave?.():w.current==="mouse"&&j.currentTarget.focus({preventScroll:!0})}),onPointerLeave:fe(a.onPointerLeave,j=>{j.currentTarget===document.activeElement&&u.onItemLeave?.()}),onKeyDown:fe(a.onKeyDown,j=>{o||j.target!==j.currentTarget||u.searchRef?.current!==""&&j.key===" "||(qN.includes(j.key)&&v(),j.key===" "&&j.preventDefault())})})})})});kh.displayName=zo;var Qs="SelectItemText",Sh=c.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,...i}=e,a=En(Qs,n),l=Rn(Qs,n),u=jh(Qs,n),d=ZN(Qs,n),[f,p]=c.useState(null),m=Xe(v=>l.itemTextRefCallback?.(v,u.value,u.disabled)),h=Ie(t,p,u.onItemTextChange,m),g=f?.textContent,y=c.useMemo(()=>s.jsx("option",{value:u.value,disabled:u.disabled,children:g},u.value),[u.disabled,u.value,g]),{onNativeOptionAdd:b,onNativeOptionRemove:w}=d;return Ge(()=>(b(y),()=>w(y)),[b,w,y]),s.jsxs(s.Fragment,{children:[s.jsx(xe.span,{id:u.textId,...i,ref:h}),u.isSelected&&a.valueNode&&!a.valueNodeHasChildren&&!wi(a.value)?zs.createPortal(i.children,a.valueNode):null]})});Sh.displayName=Qs;var _h="SelectItemIndicator",Nh=c.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return jh(_h,n).isSelected?s.jsx(xe.span,{"aria-hidden":!0,...r,ref:t}):null});Nh.displayName=_h;var Ka="SelectScrollUpButton",Ch=c.forwardRef((e,t)=>{const n=Rn(Ka,e.__scopeSelect),r=dc(Ka,e.__scopeSelect),[o,i]=c.useState(!1),a=Ie(t,r.onScrollButtonChange);return Ge(()=>{if(n.viewport&&n.isPositioned){let l=function(){const d=u.scrollTop>0;i(d)};const u=n.viewport;return l(),u.addEventListener("scroll",l),()=>u.removeEventListener("scroll",l)}},[n.viewport,n.isPositioned]),o?s.jsx(Eh,{...e,ref:a,onAutoScroll:()=>{const{viewport:l,selectedItem:u}=n;l&&u&&(l.scrollTop=l.scrollTop-u.offsetHeight)}}):null});Ch.displayName=Ka;var Ga="SelectScrollDownButton",Th=c.forwardRef((e,t)=>{const n=Rn(Ga,e.__scopeSelect),r=dc(Ga,e.__scopeSelect),[o,i]=c.useState(!1),a=Ie(t,r.onScrollButtonChange);return Ge(()=>{if(n.viewport&&n.isPositioned){let l=function(){const d=u.scrollHeight-u.clientHeight,f=Math.ceil(u.scrollTop)<d;i(f)};const u=n.viewport;return l(),u.addEventListener("scroll",l),()=>u.removeEventListener("scroll",l)}},[n.viewport,n.isPositioned]),o?s.jsx(Eh,{...e,ref:a,onAutoScroll:()=>{const{viewport:l,selectedItem:u}=n;l&&u&&(l.scrollTop=l.scrollTop+u.offsetHeight)}}):null});Th.displayName=Ga;var Eh=c.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:r,...o}=e,i=Rn("SelectScrollButton",n),a=c.useRef(null),l=vi(n),u=c.useCallback(()=>{a.current!==null&&(window.clearInterval(a.current),a.current=null)},[]);return c.useEffect(()=>()=>u(),[u]),Ge(()=>{l().find(f=>f.ref.current===document.activeElement)?.ref.current?.scrollIntoView({block:"nearest"})},[l]),s.jsx(xe.div,{"aria-hidden":!0,...o,ref:t,style:{flexShrink:0,...o.style},onPointerDown:fe(o.onPointerDown,()=>{a.current===null&&(a.current=window.setInterval(r,50))}),onPointerMove:fe(o.onPointerMove,()=>{i.onItemLeave?.(),a.current===null&&(a.current=window.setInterval(r,50))}),onPointerLeave:fe(o.onPointerLeave,()=>{u()})})}),lC="SelectSeparator",cC=c.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return s.jsx(xe.div,{"aria-hidden":!0,...r,ref:t})});cC.displayName=lC;var Rh="SelectArrow",uC=c.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=yi(n);return Rn(Rh,n).position==="popper"?s.jsx($m,{...o,...r,ref:t}):null});uC.displayName=Rh;var Ih="SelectBubbleInput",Ph=c.forwardRef(({__scopeSelect:e,...t},n)=>{const r=En(Ih,e),{value:o,onValueChange:i,required:a,disabled:l,name:u,autoComplete:d,form:f}=r,{nativeOptions:p,nativeSelectKey:m}=r,h=c.useRef(null),g=Ie(n,h),y=o??"",b=H5(y),w=Array.from(p).some(v=>(v.props.value??"")==="");return c.useEffect(()=>{const v=h.current;if(!v)return;const j=window.HTMLSelectElement.prototype,S=Object.getOwnPropertyDescriptor(j,"value").set;if(b!==y&&S){const _=new Event("change",{bubbles:!0});S.call(v,y),v.dispatchEvent(_)}},[b,y]),s.jsxs(xe.select,{"aria-hidden":!0,required:a,tabIndex:-1,name:u,autoComplete:d,disabled:l,form:f,onChange:v=>i(v.target.value),...t,style:{...Op,...t.style},ref:g,defaultValue:y,children:[wi(o)&&!w?s.jsx("option",{value:""}):null,Array.from(p)]},m)});Ph.displayName=Ih;function dC(e){return typeof e=="function"}function wi(e){return e===""||e===void 0}function Mh(e){const t=Xe(e),n=c.useRef(""),r=c.useRef(0),o=c.useCallback(a=>{const l=n.current+a;t(l),(function u(d){n.current=d,window.clearTimeout(r.current),d!==""&&(r.current=window.setTimeout(()=>u(""),1e3))})(l)},[t]),i=c.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return c.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,o,i]}function Ah(e,t,n){const o=t.length>1&&Array.from(t).every(d=>d===t[0])?t[0]:t,i=n?e.indexOf(n):-1;let a=fC(e,Math.max(i,0));o.length===1&&(a=a.filter(d=>d!==n));const u=a.find(d=>d.textValue.toLowerCase().startsWith(o.toLowerCase()));return u!==n?u:void 0}function fC(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var ji="Tabs",[pC]=dn(ji,[Um]),Oh=Um(),[mC,fc]=pC(ji),zh=c.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,onValueChange:o,defaultValue:i,orientation:a="horizontal",dir:l,activationMode:u="automatic",...d}=e,f=ii(l),[p,m]=Kn({prop:r,onChange:o,defaultProp:i??"",caller:ji});return s.jsx(mC,{scope:n,baseId:Ht(),value:p,onValueChange:m,orientation:a,dir:f,activationMode:u,children:s.jsx(xe.div,{dir:f,"data-orientation":a,...d,ref:t})})});zh.displayName=ji;var Lh="TabsList",$h=c.forwardRef((e,t)=>{const{__scopeTabs:n,loop:r=!0,...o}=e,i=fc(Lh,n),a=Oh(n);return s.jsx(_N,{asChild:!0,...a,orientation:i.orientation,dir:i.dir,loop:r,children:s.jsx(xe.div,{role:"tablist","aria-orientation":i.orientation,...o,ref:t})})});$h.displayName=Lh;var Dh="TabsTrigger",Fh=c.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,disabled:o=!1,...i}=e,a=fc(Dh,n),l=Oh(n),u=qh(a.baseId,r),d=Hh(a.baseId,r),f=r===a.value;return s.jsx(NN,{asChild:!0,...l,focusable:!o,active:f,children:s.jsx(xe.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":d,"data-state":f?"active":"inactive","data-disabled":o?"":void 0,disabled:o,id:u,...i,ref:t,onMouseDown:fe(e.onMouseDown,p=>{!o&&p.button===0&&p.ctrlKey===!1?a.onValueChange(r):p.preventDefault()}),onKeyDown:fe(e.onKeyDown,p=>{o||p.target!==p.currentTarget||[" ","Enter"].includes(p.key)&&a.onValueChange(r)}),onFocus:fe(e.onFocus,()=>{const p=a.activationMode!=="manual";!f&&!o&&p&&a.onValueChange(r)})})})});Fh.displayName=Dh;var Uh="TabsContent",Bh=c.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,forceMount:o,children:i,...a}=e,l=fc(Uh,n),u=qh(l.baseId,r),d=Hh(l.baseId,r),f=r===l.value,p=c.useRef(f);return c.useEffect(()=>{const m=requestAnimationFrame(()=>p.current=!1);return()=>cancelAnimationFrame(m)},[]),s.jsx(vt,{present:o||f,children:({present:m})=>s.jsx(xe.div,{"data-state":f?"active":"inactive","data-orientation":l.orientation,role:"tabpanel","aria-labelledby":u,hidden:!m,id:d,tabIndex:0,...a,ref:t,style:{...e.style,animationDuration:p.current?"0s":void 0},children:m&&i})})});Bh.displayName=Uh;function qh(e,t){return`${e}-trigger-${t}`}function Hh(e,t){return`${e}-content-${t}`}var hC=zh,gC=$h,xC=Fh,bC=Bh,[ki]=dn("Tooltip",[hi]),Si=hi(),Vh="TooltipProvider",vC=700,Ja="tooltip.open",[yC,pc]=ki(Vh),Wh=e=>{const{__scopeTooltip:t,delayDuration:n=vC,skipDelayDuration:r=300,disableHoverableContent:o=!1,children:i}=e,a=c.useRef(!0),l=c.useRef(!1),u=c.useRef(0);return c.useEffect(()=>{const d=u.current;return()=>window.clearTimeout(d)},[]),s.jsx(yC,{scope:t,isOpenDelayedRef:a,delayDuration:n,onOpen:c.useCallback(()=>{r<=0||(window.clearTimeout(u.current),a.current=!1)},[r]),onClose:c.useCallback(()=>{r<=0||(window.clearTimeout(u.current),u.current=window.setTimeout(()=>a.current=!0,r))},[r]),isPointerInTransitRef:l,onPointerInTransitChange:c.useCallback(d=>{l.current=d},[]),disableHoverableContent:o,children:i})};Wh.displayName=Vh;var cr="Tooltip",[wC,_r]=ki(cr),Zh=e=>{const{__scopeTooltip:t,children:n,open:r,defaultOpen:o,onOpenChange:i,disableHoverableContent:a,delayDuration:l}=e,u=pc(cr,e.__scopeTooltip),d=Si(t),[f,p]=c.useState(null),m=Ht(),h=c.useRef(0),g=a??u.disableHoverableContent,y=l??u.delayDuration,b=c.useRef(!1),[w,v]=Kn({prop:r,defaultProp:o??!1,onChange:C=>{C?(u.onOpen(),document.dispatchEvent(new CustomEvent(Ja))):u.onClose(),i?.(C)},caller:cr}),j=c.useMemo(()=>w?b.current?"delayed-open":"instant-open":"closed",[w]),k=c.useCallback(()=>{window.clearTimeout(h.current),h.current=0,b.current=!1,v(!0)},[v]),S=c.useCallback(()=>{window.clearTimeout(h.current),h.current=0,v(!1)},[v]),_=c.useCallback(()=>{window.clearTimeout(h.current),h.current=window.setTimeout(()=>{b.current=!0,v(!0),h.current=0},y)},[y,v]);return c.useEffect(()=>()=>{h.current&&(window.clearTimeout(h.current),h.current=0)},[]),s.jsx(Om,{...d,children:s.jsx(wC,{scope:t,contentId:m,open:w,stateAttribute:j,trigger:f,onTriggerChange:p,onTriggerEnter:c.useCallback(()=>{u.isOpenDelayedRef.current?_():k()},[u.isOpenDelayedRef,_,k]),onTriggerLeave:c.useCallback(()=>{g?S():(window.clearTimeout(h.current),h.current=0)},[S,g]),onOpen:k,onClose:S,disableHoverableContent:g,children:n})})};Zh.displayName=cr;var Ya="TooltipTrigger",Kh=c.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=_r(Ya,n),i=pc(Ya,n),a=Si(n),l=c.useRef(null),u=Ie(t,l,o.onTriggerChange),d=c.useRef(!1),f=c.useRef(!1),p=c.useCallback(()=>d.current=!1,[]);return c.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),s.jsx(zm,{asChild:!0,...a,children:s.jsx(xe.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...r,ref:u,onPointerMove:fe(e.onPointerMove,m=>{m.pointerType!=="touch"&&!f.current&&!i.isPointerInTransitRef.current&&(o.onTriggerEnter(),f.current=!0)}),onPointerLeave:fe(e.onPointerLeave,()=>{o.onTriggerLeave(),f.current=!1}),onPointerDown:fe(e.onPointerDown,()=>{o.open&&o.onClose(),d.current=!0,document.addEventListener("pointerup",p,{once:!0})}),onFocus:fe(e.onFocus,()=>{d.current||o.onOpen()}),onBlur:fe(e.onBlur,o.onClose),onClick:fe(e.onClick,o.onClose)})})});Kh.displayName=Ya;var mc="TooltipPortal",[jC,kC]=ki(mc,{forceMount:void 0}),Gh=e=>{const{__scopeTooltip:t,forceMount:n,children:r,container:o}=e,i=_r(mc,t);return s.jsx(jC,{scope:t,forceMount:n,children:s.jsx(vt,{present:n||i.open,children:s.jsx(li,{asChild:!0,container:o,children:r})})})};Gh.displayName=mc;var Ms="TooltipContent",Jh=c.forwardRef((e,t)=>{const n=kC(Ms,e.__scopeTooltip),{forceMount:r=n.forceMount,side:o="top",...i}=e,a=_r(Ms,e.__scopeTooltip);return s.jsx(vt,{present:r||a.open,children:a.disableHoverableContent?s.jsx(Yh,{side:o,...i,ref:t}):s.jsx(SC,{side:o,...i,ref:t})})}),SC=c.forwardRef((e,t)=>{const n=_r(Ms,e.__scopeTooltip),r=pc(Ms,e.__scopeTooltip),o=c.useRef(null),i=Ie(t,o),[a,l]=c.useState(null),{trigger:u,onClose:d}=n,f=o.current,{onPointerInTransitChange:p}=r,m=c.useCallback(()=>{l(null),p(!1)},[p]),h=c.useCallback((g,y)=>{const b=g.currentTarget,w={x:g.clientX,y:g.clientY},v=TC(w,b.getBoundingClientRect()),j=EC(w,v),k=RC(y.getBoundingClientRect()),S=PC([...j,...k]);l(S),p(!0)},[p]);return c.useEffect(()=>()=>m(),[m]),c.useEffect(()=>{if(u&&f){const g=b=>h(b,f),y=b=>h(b,u);return u.addEventListener("pointerleave",g),f.addEventListener("pointerleave",y),()=>{u.removeEventListener("pointerleave",g),f.removeEventListener("pointerleave",y)}}},[u,f,h,m]),c.useEffect(()=>{if(a){const g=y=>{const b=y.target,w={x:y.clientX,y:y.clientY},v=u?.contains(b)||f?.contains(b),j=!IC(w,a);v?m():j&&(m(),d())};return document.addEventListener("pointermove",g),()=>document.removeEventListener("pointermove",g)}},[u,f,a,d,m]),s.jsx(Yh,{...e,ref:i})}),[_C,NC]=ki(cr,{isInside:!1}),CC=lS("TooltipContent"),Yh=c.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":o,onEscapeKeyDown:i,onPointerDownOutside:a,...l}=e,u=_r(Ms,n),d=Si(n),{onClose:f}=u;return c.useEffect(()=>(document.addEventListener(Ja,f),()=>document.removeEventListener(Ja,f)),[f]),c.useEffect(()=>{if(u.trigger){const p=m=>{m.target instanceof Node&&m.target.contains(u.trigger)&&f()};return window.addEventListener("scroll",p,{capture:!0}),()=>window.removeEventListener("scroll",p,{capture:!0})}},[u.trigger,f]),s.jsx(ai,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:p=>p.preventDefault(),onDismiss:f,children:s.jsxs(Lm,{"data-state":u.stateAttribute,...d,...l,ref:t,style:{...l.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[s.jsx(CC,{children:r}),s.jsx(_C,{scope:n,isInside:!0,children:s.jsx(yS,{id:u.contentId,role:"tooltip",children:o||r})})]})})});Jh.displayName=Ms;var Xh="TooltipArrow",Qh=c.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=Si(n);return NC(Xh,n).isInside?null:s.jsx($m,{...o,...r,ref:t})});Qh.displayName=Xh;function TC(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),o=Math.abs(t.right-e.x),i=Math.abs(t.left-e.x);switch(Math.min(n,r,o,i)){case i:return"left";case o:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function EC(e,t,n=5){const r=[];switch(t){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function RC(e){const{top:t,right:n,bottom:r,left:o}=e;return[{x:o,y:t},{x:n,y:t},{x:n,y:r},{x:o,y:r}]}function IC(e,t){const{x:n,y:r}=e;let o=!1;for(let i=0,a=t.length-1;i<t.length;a=i++){const l=t[i],u=t[a],d=l.x,f=l.y,p=u.x,m=u.y;f>r!=m>r&&n<(p-d)*(r-f)/(m-f)+d&&(o=!o)}return o}function PC(e){const t=e.slice();return t.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),MC(t)}function MC(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const o=e[r];for(;t.length>=2;){const i=t[t.length-1],a=t[t.length-2];if((i.x-a.x)*(o.y-a.y)>=(i.y-a.y)*(o.x-a.x))t.pop();else break}t.push(o)}t.pop();const n=[];for(let r=e.length-1;r>=0;r--){const o=e[r];for(;n.length>=2;){const i=n[n.length-1],a=n[n.length-2];if((i.x-a.x)*(o.y-a.y)>=(i.y-a.y)*(o.x-a.x))n.pop();else break}n.push(o)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var AC=Wh,OC=Zh,zC=Kh,LC=Gh,$C=Jh,DC=Qh;function Zt({...e}){return s.jsx(tm,{"data-slot":"dialog",...e})}function Nr({...e}){return s.jsx(sm,{"data-slot":"dialog-trigger",...e})}function FC({...e}){return s.jsx(om,{"data-slot":"dialog-portal",...e})}function UC({className:e,...t}){return s.jsx(im,{"data-slot":"dialog-overlay",className:L("fixed inset-0 z-40 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t})}function Kt({className:e,children:t,...n}){return s.jsxs(FC,{children:[s.jsx(UC,{}),s.jsxs(am,{"data-slot":"dialog-content",className:L("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] rounded-lg",e),...n,children:[t,s.jsxs(mm,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[s.jsx(jr,{className:"size-4"}),s.jsx("span",{className:"sr-only",children:"Close"})]})]})]})}function Xt({className:e,...t}){return s.jsx("div",{"data-slot":"dialog-header",className:L("flex flex-col space-y-1.5 text-center sm:text-left",e),...t})}function Qt({className:e,...t}){return s.jsx(um,{"data-slot":"dialog-title",className:L("text-lg font-semibold leading-none tracking-tight",e),...t})}function Cr({className:e,...t}){return s.jsx(fm,{"data-slot":"dialog-description",className:L("text-sm text-muted-foreground",e),...t})}function eg({open:e,onOpenChange:t,title:n,description:r,confirmLabel:o="Confirm",variant:i="default",onConfirm:a}){return s.jsx(Zt,{open:e,onOpenChange:t,children:s.jsxs(Kt,{children:[s.jsx(Xt,{children:s.jsx(Qt,{children:n})}),s.jsx("p",{className:"text-sm text-muted-foreground",children:r}),s.jsxs("div",{className:"flex justify-end gap-2 pt-2",children:[s.jsx(ee,{variant:"outline",size:"sm",onClick:()=>t(!1),children:"Cancel"}),s.jsx(ee,{variant:i,size:"sm",onClick:()=>{a(),t(!1)},children:o})]})]})})}const BC="data:image/svg+xml,%3csvg%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eClaude%20Code%3c/title%3e%3cpath%20clip-rule='evenodd'%20d='M20.998%2010.949H24v3.102h-3v3.028h-1.487V20H18v-2.921h-1.487V20H15v-2.921H9V20H7.488v-2.921H6V20H4.487v-2.921H3V14.05H0V10.95h3V5h17.998v5.949zM6%2010.949h1.488V8.102H6v2.847zm10.51%200H18V8.102h-1.49v2.847z'%20fill='%23D97757'%20fill-rule='evenodd'%3e%3c/path%3e%3c/svg%3e",qC="data:image/svg+xml,%3csvg%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eCodex%3c/title%3e%3cpath%20d='M19.503%200H4.496A4.496%204.496%200%20000%204.496v15.007A4.496%204.496%200%20004.496%2024h15.007A4.496%204.496%200%200024%2019.503V4.496A4.496%204.496%200%200019.503%200z'%20fill='%23fff'%3e%3c/path%3e%3cpath%20d='M9.064%203.344a4.578%204.578%200%20012.285-.312c1%20.115%201.891.54%202.673%201.275.01.01.024.017.037.021a.09.09%200%2000.043%200%204.55%204.55%200%20013.046.275l.047.022.116.057a4.581%204.581%200%20012.188%202.399c.209.51.313%201.041.315%201.595a4.24%204.24%200%2001-.134%201.223.123.123%200%2000.03.115c.594.607.988%201.33%201.183%202.17.289%201.425-.007%202.71-.887%203.854l-.136.166a4.548%204.548%200%2001-2.201%201.388.123.123%200%2000-.081.076c-.191.551-.383%201.023-.74%201.494-.9%201.187-2.222%201.846-3.711%201.838-1.187-.006-2.239-.44-3.157-1.302a.107.107%200%2000-.105-.024c-.388.125-.78.143-1.204.138a4.441%204.441%200%2001-1.945-.466%204.544%204.544%200%2001-1.61-1.335c-.152-.202-.303-.392-.414-.617a5.81%205.81%200%2001-.37-.961%204.582%204.582%200%2001-.014-2.298.124.124%200%2000.006-.056.085.085%200%2000-.027-.048%204.467%204.467%200%2001-1.034-1.651%203.896%203.896%200%2001-.251-1.192%205.189%205.189%200%2001.141-1.6c.337-1.112.982-1.985%201.933-2.618.212-.141.413-.251.601-.33.215-.089.43-.164.646-.227a.098.098%200%2000.065-.066%204.51%204.51%200%2001.829-1.615%204.535%204.535%200%20011.837-1.388zm3.482%2010.565a.637.637%200%20000%201.272h3.636a.637.637%200%20100-1.272h-3.636zM8.462%209.23a.637.637%200%2000-1.106.631l1.272%202.224-1.266%202.136a.636.636%200%20101.095.649l1.454-2.455a.636.636%200%2000.005-.64L8.462%209.23z'%20fill='url(%23lobe-icons-codex-_R_0_)'%3e%3c/path%3e%3cdefs%3e%3clinearGradient%20gradientUnits='userSpaceOnUse'%20id='lobe-icons-codex-_R_0_'%20x1='12'%20x2='12'%20y1='3'%20y2='21'%3e%3cstop%20stop-color='%23B1A7FF'%3e%3c/stop%3e%3cstop%20offset='.5'%20stop-color='%237A9DFF'%3e%3c/stop%3e%3cstop%20offset='1'%20stop-color='%233941FF'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",HC="data:image/svg+xml,%3csvg%20fill='%237dd3fc'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eOpenCode%3c/title%3e%3cpath%20d='M16%206H8v12h8V6zm4%2016H4V2h16v20z'%3e%3c/path%3e%3c/svg%3e",VC="data:image/svg+xml,%3csvg%20fill='%23ff6900'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eMiMo%20Code%3c/title%3e%3cpath%20d='M.958%2015.936a.459.459%200%2001.459.44v2.729a.46.46%200%2001-.918%200v-2.729a.459.459%200%2001.459-.44zm4.814-2.035a.46.46%200%2001.553.45v4.754a.458.458%200%2011-.918%200V15.48L3.74%2017.202a.462.462%200%2001-.655.016.462.462%200%2001-.065-.082L.628%2014.67a.459.459%200%2001.658-.637l2.124%202.187%202.127-2.188a.46.46%200%2001.235-.13zm2.068.004a.46.46%200%2001.458.445v4.755a.46.46%200%2001-.458.458.459.459%200%2001-.458-.458V14.35a.459.459%200%2001.458-.445zm1.973%202.014a.46.46%200%2001.46.457v2.729a.46.46%200%2001-.784.324.46.46%200%2001-.134-.324v-2.729a.46.46%200%2001.458-.458zm.002-2.045a.458.458%200%2001.328.157l2.127%202.19%202.125-2.19a.459.459%200%2001.784.318v4.756a.46.46%200%2001-.455.458.46.46%200%2001-.458-.458V15.48l-1.667%201.723a.46.46%200%2001-.65.008l-.005-.005c0-.002-.002-.002-.004-.003l-2.455-2.534a.46.46%200%2001-.008-.667.461.461%200%2001.338-.128zm6.797%201.206a.46.46%200%2001.53.651A1.966%201.966%200%200019.81%2018.4a.462.462%200%2001.623.18.46.46%200%2001-.181.624%202.863%202.863%200%2001-1.38.353l-.142-.004a2.88%202.88%200%2001-2.393-4.263.461.461%200%2001.274-.21zm.864-.931a2.884%202.884%200%20013.915%203.914.46.46%200%2001-.402.24l-.057-.004a.458.458%200%2001-.164-.055.46.46%200%2001-.182-.622%201.967%201.967%200%2000-2.669-2.67.459.459%200%2011-.441-.803zM9.59%206.368c1.481%200%201.696%201.202%201.696%201.654v2.648h-.917v-.432c-.26.346-.792.535-1.36.535-.133%200-1.289-.03-1.384-1.136-.082-.932.675-1.61%202.053-1.61h.691c0-.563-.367-.886-.983-.886-.44.013-.864.174-1.2.458l-.36-.664c.484-.379%201.012-.567%201.764-.567zm4.427.1c1.263%200%202.082.97%202.083%202.15%200%201.181-.824%202.154-2.083%202.154-1.26%200-2.084-.972-2.084-2.152%200-1.18.82-2.153%202.084-2.153zm6.801.015c.68%200%201.202.465%201.197%201.548v2.642H21.1V8.29c0-.312-.002-.98-.63-.98s-.628.667-.628.838v2.524h-.89V8.148c0-.17-.001-.838-.63-.838-.628%200-.628.668-.628.98v2.383h-.917v-4.03h.917V7a1.22%201.22%200%2001.947-.516c.398%200%20.76.193.982.686a1.321%201.321%200%20011.195-.686zm-18.093.872l1.457-1.772H5.32L3.311%208.07l2.14%202.602H4.24L2.725%208.796%201.21%2010.672H0L2.138%208.07.13%205.583h1.138l1.458%201.772zm4.149%203.317h-.916V6.644h.916v4.028zm16.99%200h-.916V6.644h.916v4.028zM9.925%208.71c-1.055%200-1.359.412-1.326.742.032.329.324.537.757.537a1.013%201.013%200%20001.014-.968l.002-.31h-.447zM14.018%207.3c-.663%200-1.184.487-1.184%201.32%200%20.832.52%201.32%201.184%201.32.662%200%201.182-.49%201.182-1.32%200-.832-.52-1.32-1.182-1.32zM6.417%205.001a.568.568%200%2001.587.582.588.588%200%2001-1.175%200A.57.57%200%20016.417%205zm16.991%200a.57.57%200%2001.592.582.588.588%200%2001-1.174%200%20.57.57%200%2001.357-.542.572.572%200%2001.225-.04z'%3e%3c/path%3e%3c/svg%3e",WC="/assets/agent-inspector-58K1_MsC.ico",ZC={"agent-inspector":"Inspector",codex:"Codex",opencode:"OpenCode","mimo-code":"MiMo Code","claude-code":"Claude Code","ai-sdk":"AI SDK"};function Hr(e){return e?.toLowerCase()??""}function as(e,t){for(const n of t)if(e.includes(n))return!0;return!1}function hc(e){const t=[Hr(e.userAgent),Hr(e.conversationId),Hr(e.clientProjectFolder)].join(" ");return as(t,["agent-inspector","agent inspector","provider-test"])?"agent-inspector":as(t,["mimocode","mimo-code","mimo code"])?"mimo-code":as(t,["opencode","open-code","open code"])?"opencode":as(t,["claude-code","claude code","claudecode","claude-cli","claude cli"])?"claude-code":as(t,["codex desktop","codex-cli","openai-codex","codex"])?"codex":as(Hr(e.userAgent),["ai-sdk","ai/"])?"ai-sdk":"unknown"}function _i(e){switch(e){case"agent-inspector":case"codex":case"opencode":case"mimo-code":case"claude-code":case"ai-sdk":return ZC[e];case"unknown":return null}}function KC(e){switch(e){case"codex":case"opencode":case"mimo-code":case"claude-code":return"IDE";case"agent-inspector":case"ai-sdk":case"unknown":return"CLIENT"}}const GC={"agent-inspector":WC,codex:qC,opencode:HC,"mimo-code":VC,"claude-code":BC},JC={"agent-inspector":"border-orange-700/15 bg-orange-500/[0.08] dark:border-orange-200/25 dark:bg-orange-300/[0.12]",codex:"border-cyan-700/15 bg-cyan-500/[0.08] dark:border-cyan-200/20 dark:bg-cyan-300/[0.08]",opencode:"border-sky-700/15 bg-sky-500/[0.09] dark:border-sky-200/25 dark:bg-sky-300/[0.12]","mimo-code":"border-orange-700/15 bg-orange-500/[0.09] dark:border-orange-200/25 dark:bg-orange-400/[0.12]","claude-code":"border-amber-700/15 bg-amber-500/[0.08] dark:border-amber-100/20 dark:bg-amber-300/[0.09]"},YC={"agent-inspector":"p-0.5 drop-shadow-[0_0_8px_rgba(251,146,60,0.35)]",codex:"p-0.5",opencode:"p-1 drop-shadow-[0_0_8px_rgba(125,211,252,0.35)]","mimo-code":"p-0.5 drop-shadow-[0_0_8px_rgba(255,105,0,0.35)]","claude-code":"p-0.5"};function Ni({client:e,className:t,decorative:n=!1}){if(e==="unknown")return null;const r=_i(e);if(r===null)return null;if(e==="ai-sdk")return s.jsx("span",{className:L("inline-flex size-6 shrink-0 items-center justify-center rounded-md border border-cyan-700/15 bg-cyan-500/[0.08] text-[var(--inspector-status-cool)] shadow-sm dark:border-cyan-200/20 dark:bg-cyan-300/[0.08]",t),"aria-label":n?void 0:r,"aria-hidden":n?!0:void 0,title:r,children:s.jsx(yp,{className:"size-1/2","aria-hidden":"true"})});const o=GC[e];return s.jsx("span",{className:L("inline-flex size-6 shrink-0 items-center justify-center rounded-md border p-0 shadow-sm",JC[e],t),"aria-label":n?void 0:r,"aria-hidden":n?!0:void 0,title:r,children:s.jsx("img",{src:o,alt:"",className:L("size-full object-contain",YC[e]),"aria-hidden":"true"})})}const XC="data:image/svg+xml,%3csvg%20height='2500'%20viewBox='0%206.603%201192.672%201193.397'%20width='2500'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m233.96%20800.215%20234.684-131.678%203.947-11.436-3.947-6.363h-11.436l-39.221-2.416-134.094-3.624-116.296-4.832-112.67-6.04-28.35-6.04-26.577-35.035%202.738-17.477%2023.84-16.027%2034.147%202.98%2075.463%205.155%20113.235%207.812%2082.147%204.832%20121.692%2012.644h19.329l2.738-7.812-6.604-4.832-5.154-4.832-117.182-79.41-126.845-83.92-66.443-48.321-35.92-24.484-18.12-22.953-7.813-50.093%2032.618-35.92%2043.812%202.98%2011.195%202.98%2044.375%2034.147%2094.792%2073.37%20123.786%2091.167%2018.12%2015.06%207.249-5.154.886-3.624-8.135-13.61-67.329-121.692-71.838-123.785-31.974-51.302-8.456-30.765c-2.98-12.645-5.154-23.275-5.154-36.242l37.127-50.416%2020.537-6.604%2049.53%206.604%2020.86%2018.121%2030.765%2070.39%2049.852%20110.818%2077.315%20150.684%2022.631%2044.698%2012.08%2041.396%204.51%2012.645h7.813v-7.248l6.362-84.886%2011.759-104.215%2011.436-134.094%203.946-37.772%2018.685-45.262%2037.127-24.482%2028.994%2013.852%2023.839%2034.148-3.303%2022.067-14.174%2092.134-27.785%20144.323-18.121%2096.644h10.55l12.08-12.08%2048.887-64.913%2082.147-102.685%2036.242-40.752%2042.282-45.02%2027.14-21.423h51.303l37.772%2056.135-16.913%2057.986-52.832%2067.007-43.812%2056.779-62.82%2084.563-39.22%2067.651%203.623%205.396%209.343-.886%20141.906-30.201%2076.671-13.852%2091.49-15.705%2041.396%2019.329%204.51%2019.65-16.269%2040.189-97.852%2024.16-114.764%2022.954-170.9%2040.43-2.093%201.53%202.416%202.98%2076.993%207.248%2032.94%201.771h80.617l150.12%2011.195%2039.222%2025.933%2023.517%2031.732-3.946%2024.16-60.403%2030.766-81.503-19.33-190.228-45.26-65.235-16.27h-9.02v5.397l54.362%2053.154%2099.624%2089.96%20124.752%20115.973%206.362%2028.671-16.027%2022.63-16.912-2.415-109.611-82.47-42.282-37.127-95.758-80.618h-6.363v8.456l22.067%2032.296%20116.537%20175.167%206.04%2053.719-8.456%2017.476-30.201%2010.55-33.181-6.04-68.215-95.758-70.39-107.84-56.778-96.644-6.926%203.947-33.503%20360.886-15.705%2018.443-36.243%2013.852-30.201-22.953-16.027-37.127%2016.027-73.37%2019.329-95.758%2015.704-76.107%2014.175-94.55%208.456-31.41-.563-2.094-6.927.886-71.275%2097.852-108.402%20146.497-85.772%2091.812-20.537%208.134-35.597-18.443%203.301-32.94%2019.893-29.315%20118.712-151.007%2071.597-93.583%2046.228-54.04-.322-7.813h-2.738l-315.302%20204.725-56.135%207.248-24.16-22.63%202.98-37.128%2011.435-12.08%2094.792-65.236-.322.323z'%20fill='%23d97757'/%3e%3c/svg%3e",QC="data:image/svg+xml,%3csvg%20height='2500'%20viewBox='-1%20-.1%20949.1%20959.8'%20width='2474'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m925.8%20456.3c10.4%2023.2%2017%2048%2019.7%2073.3%202.6%2025.3%201.3%2050.9-4.1%2075.8-5.3%2024.9-14.5%2048.8-27.3%2070.8-8.4%2014.7-18.3%2028.5-29.7%2041.2-11.3%2012.6-23.9%2024-37.6%2034-13.8%2010-28.5%2018.4-44.1%2025.3-15.5%206.8-31.7%2012-48.3%2015.4-7.8%2024.2-19.4%2047.1-34.4%2067.7-14.9%2020.6-33%2038.7-53.6%2053.6-20.6%2015-43.4%2026.6-67.6%2034.4-24.2%207.9-49.5%2011.8-75%2011.8-16.9.1-33.9-1.7-50.5-5.1-16.5-3.5-32.7-8.8-48.2-15.7s-30.2-15.5-43.9-25.5c-13.6-10-26.2-21.5-37.4-34.2-25%205.4-50.6%206.7-75.9%204.1-25.3-2.7-50.1-9.3-73.4-19.7-23.2-10.3-44.7-24.3-63.6-41.4s-35-37.1-47.7-59.1c-8.5-14.7-15.5-30.2-20.8-46.3s-8.8-32.7-10.6-49.6c-1.8-16.8-1.7-33.8.1-50.7%201.8-16.8%205.5-33.4%2010.8-49.5-17-18.9-31-40.4-41.4-63.6-10.3-23.3-17-48-19.6-73.3-2.7-25.3-1.3-50.9%204-75.8s14.5-48.8%2027.3-70.8c8.4-14.7%2018.3-28.6%2029.6-41.2s24-24%2037.7-34%2028.5-18.5%2044-25.3c15.6-6.9%2031.8-12%2048.4-15.4%207.8-24.3%2019.4-47.1%2034.3-67.7%2015-20.6%2033.1-38.7%2053.7-53.7%2020.6-14.9%2043.4-26.5%2067.6-34.4%2024.2-7.8%2049.5-11.8%2075-11.7%2016.9-.1%2033.9%201.6%2050.5%205.1s32.8%208.7%2048.3%2015.6c15.5%207%2030.2%2015.5%2043.9%2025.5%2013.7%2010.1%2026.3%2021.5%2037.5%2034.2%2024.9-5.3%2050.5-6.6%2075.8-4s50%209.3%2073.3%2019.6c23.2%2010.4%2044.7%2024.3%2063.6%2041.4%2018.9%2017%2035%2036.9%2047.7%2059%208.5%2014.6%2015.5%2030.1%2020.8%2046.3%205.3%2016.1%208.9%2032.7%2010.6%2049.6%201.8%2016.9%201.8%2033.9-.1%2050.8-1.8%2016.9-5.5%2033.5-10.8%2049.6%2017.1%2018.9%2031%2040.3%2041.4%2063.6zm-333.2%20426.9c21.8-9%2041.6-22.3%2058.3-39s30-36.5%2039-58.4c9-21.8%2013.7-45.2%2013.7-68.8v-223q-.1-.3-.2-.7-.1-.3-.3-.6-.2-.3-.5-.5-.3-.3-.6-.4l-80.7-46.6v269.4c0%202.7-.4%205.5-1.1%208.1-.7%202.7-1.7%205.2-3.1%207.6s-3%204.6-5%206.5a32.1%2032.1%200%200%201%20-6.5%205l-191.1%20110.3c-1.6%201-4.3%202.4-5.7%203.2%207.9%206.7%2016.5%2012.6%2025.5%2017.8%209.1%205.2%2018.5%209.6%2028.3%2013.2%209.8%203.5%2019.9%206.2%2030.1%208%2010.3%201.8%2020.7%202.7%2031.1%202.7%2023.6%200%2047-4.7%2068.8-13.8zm-455.1-151.4c11.9%2020.5%2027.6%2038.3%2046.3%2052.7%2018.8%2014.4%2040.1%2024.9%2062.9%2031s46.6%207.7%2070%204.6%2045.9-10.7%2066.4-22.5l193.2-111.5.5-.5q.2-.2.3-.6.2-.3.3-.6v-94l-233.2%20134.9c-2.4%201.4-4.9%202.4-7.5%203.2-2.7.7-5.4%201-8.2%201-2.7%200-5.4-.3-8.1-1-2.6-.8-5.2-1.8-7.6-3.2l-191.1-110.4c-1.7-1-4.2-2.5-5.6-3.4-1.8%2010.3-2.7%2020.7-2.7%2031.1s1%2020.8%202.8%2031.1c1.8%2010.2%204.6%2020.3%208.1%2030.1%203.6%209.8%208%2019.2%2013.2%2028.2zm-50.2-417c-11.8%2020.5-19.4%2043.1-22.5%2066.5s-1.5%2047.1%204.6%2070c6.1%2022.8%2016.6%2044.1%2031%2062.9%2014.4%2018.7%2032.3%2034.4%2052.7%2046.2l193.1%20111.6q.3.1.7.2h.7q.4%200%20.7-.2.3-.1.6-.3l81-46.8-233.2-134.6c-2.3-1.4-4.5-3.1-6.5-5a32.1%2032.1%200%200%201%20-5-6.5c-1.3-2.4-2.4-4.9-3.1-7.6-.7-2.6-1.1-5.3-1-8.1v-227.1c-9.8%203.6-19.3%208-28.3%2013.2-9%205.3-17.5%2011.3-25.5%2018-7.9%206.7-15.3%2014.1-22%2022.1-6.7%207.9-12.6%2016.5-17.8%2025.5zm663.3%20154.4c2.4%201.4%204.6%203%206.6%205%201.9%201.9%203.6%204.1%205%206.5%201.3%202.4%202.4%205%203.1%207.6.6%202.7%201%205.4.9%208.2v227.1c32.1-11.8%2060.1-32.5%2080.8-59.7%2020.8-27.2%2033.3-59.7%2036.2-93.7s-3.9-68.2-19.7-98.5-39.9-55.5-69.5-72.5l-193.1-111.6q-.3-.1-.7-.2h-.7q-.3.1-.7.2-.3.1-.6.3l-80.6%2046.6%20233.2%20134.7zm80.5-121h-.1v.1zm-.1-.1c5.8-33.6%201.9-68.2-11.3-99.7-13.1-31.5-35-58.6-63-78.2-28-19.5-61-30.7-95.1-32.2-34.2-1.4-68%206.9-97.6%2023.9l-193.1%20111.5q-.3.2-.5.5l-.4.6q-.1.3-.2.7-.1.3-.1.7v93.2l233.2-134.7c2.4-1.4%205-2.4%207.6-3.2%202.7-.7%205.4-1%208.1-1%202.8%200%205.5.3%208.2%201%202.6.8%205.1%201.8%207.5%203.2l191.1%20110.4c1.7%201%204.2%202.4%205.6%203.3zm-505.3-103.2c0-2.7.4-5.4%201.1-8.1.7-2.6%201.7-5.2%203.1-7.6%201.4-2.3%203-4.5%205-6.5%201.9-1.9%204.1-3.6%206.5-4.9l191.1-110.3c1.8-1.1%204.3-2.5%205.7-3.2-26.2-21.9-58.2-35.9-92.1-40.2-33.9-4.4-68.3%201-99.2%2015.5-31%2014.5-57.2%2037.6-75.5%2066.4-18.3%2028.9-28%2062.3-28%2096.5v223q.1.4.2.7.1.3.3.6.2.3.5.6.2.2.6.4l80.7%2046.6zm43.8%20294.7%20103.9%2060%20103.9-60v-119.9l-103.8-60-103.9%2060z'/%3e%3c/svg%3e",e3="data:image/svg+xml,%3csvg%20fill='none'%20height='1320'%20viewBox='3.771%206.973%2023.993%2017.652'%20width='2500'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m27.501%208.469c-.252-.123-.36.111-.508.23-.05.04-.093.09-.135.135-.368.395-.797.652-1.358.621-.821-.045-1.521.213-2.14.842-.132-.776-.57-1.238-1.235-1.535-.349-.155-.701-.309-.944-.645-.171-.238-.217-.504-.303-.765-.054-.159-.108-.32-.29-.348-.197-.031-.274.135-.352.273-.31.567-.43%201.192-.419%201.825.028%201.421.628%202.554%201.82%203.36.136.093.17.186.128.321-.081.278-.178.547-.264.824-.054.178-.135.217-.324.14a5.448%205.448%200%200%201%20-1.719-1.169c-.848-.82-1.614-1.726-2.57-2.435-.225-.166-.449-.32-.681-.467-.976-.95.128-1.729.383-1.82.267-.096.093-.428-.77-.424s-1.653.293-2.659.677a2.782%202.782%200%200%201%20-.46.135%209.554%209.554%200%200%200%20-2.853-.1c-1.866.21-3.356%201.092-4.452%202.6-1.315%201.81-1.625%203.87-1.246%206.018.399%202.261%201.552%204.136%203.326%205.601%201.837%201.518%203.955%202.262%206.37%202.12%201.466-.085%203.1-.282%204.942-1.842.465.23.952.322%201.762.392.623.059%201.223-.031%201.687-.127.728-.154.677-.828.414-.953-2.132-.994-1.665-.59-2.09-.916%201.084-1.285%202.717-2.619%203.356-6.94.05-.343.007-.558%200-.837-.004-.168.034-.235.228-.254a4.084%204.084%200%200%200%201.529-.47c1.382-.757%201.938-1.997%202.07-3.485.02-.227-.004-.463-.243-.582zm-12.041%2013.391c-2.067-1.627-3.07-2.162-3.483-2.138-.387.021-.318.465-.233.754.089.285.205.482.368.732.113.166.19.414-.112.598-.666.414-1.823-.139-1.878-.166-1.347-.793-2.473-1.842-3.267-3.276-.765-1.38-1.21-2.861-1.284-4.441-.02-.383.093-.518.472-.586a4.692%204.692%200%200%201%201.514-.04c2.109.31%203.905%201.255%205.41%202.749.86.853%201.51%201.871%202.18%202.865.711%201.057%201.478%202.063%202.454%202.887.343.289.619.51.881.672-.792.088-2.117.107-3.022-.61zm.99-6.38a.304.304%200%201%201%20.609%200c0%20.17-.136.304-.306.304a.3.3%200%200%201%20-.303-.305zm3.077%201.581c-.197.08-.394.15-.584.159a1.246%201.246%200%200%201%20-.79-.252c-.27-.227-.463-.354-.546-.752a1.752%201.752%200%200%201%20.016-.582c.07-.324-.008-.531-.235-.72-.187-.155-.422-.196-.682-.196a.551.551%200%200%201%20-.252-.078c-.108-.055-.197-.19-.112-.356.027-.053.159-.183.19-.207.352-.201.758-.135%201.134.016.349.142.611.404.99.773.388.448.457.573.678.906.174.264.333.534.441.842.066.192-.02.35-.248.448z'%20fill='%234d6bfe'/%3e%3c/svg%3e",t3="/assets/minimax-BPMzvuL-.jpeg",n3="/assets/alibaba-TTwafVwX.svg",s3="/assets/qwen-mMn3f5ul.webp",r3="/assets/zhipuai-BPNAnxo-.svg",o3={"claude-":"anthropic","gpt-":"openai","o1-":"openai","o3-":"openai","deepseek-":"deepseek",MiniMax:"minimax",qwen:"qwen"};function i3(e){return e.replace(/[_\s]+/g,"-").split(/[/:@]/).some(n=>n.startsWith("glm-"))}function a3(e){if(e===null)return"unknown";const t=e.toLowerCase();if(i3(t))return"zhipuai";for(const[n,r]of Object.entries(o3))if(t.startsWith(n.toLowerCase()))return r;return"unknown"}const ts={width:24,height:24,objectFit:"contain"},l3=Yn.memo(({className:e})=>s.jsx("img",{src:XC,alt:"Anthropic",className:e,style:ts})),c3=Yn.memo(({className:e})=>s.jsx("img",{src:QC,alt:"OpenAI",className:e,style:{...ts,background:"white",borderRadius:"4px"}})),u3=Yn.memo(({className:e})=>s.jsx("img",{src:e3,alt:"DeepSeek",className:e,style:ts})),d3=Yn.memo(({className:e})=>s.jsx("img",{src:t3,alt:"MiniMax",className:e,style:ts})),f3=Yn.memo(({className:e})=>s.jsx("img",{src:n3,alt:"Alibaba",className:e,style:ts})),p3=Yn.memo(({className:e})=>s.jsx("img",{src:s3,alt:"Qwen",className:e,style:ts})),m3=Yn.memo(({className:e})=>s.jsx("img",{src:r3,alt:"ZhipuAI",className:e,style:ts}));function h3({provider:e,className:t}){switch(e){case"anthropic":return s.jsx(l3,{className:t});case"openai":return s.jsx(c3,{className:t});case"deepseek":return s.jsx(u3,{className:t});case"minimax":return s.jsx(d3,{className:t});case"alibaba":return s.jsx(f3,{className:t});case"qwen":return s.jsx(p3,{className:t});case"zhipuai":return s.jsx(m3,{className:t});case"unknown":return null}}function Fs({delayDuration:e=600,...t}){return s.jsx(AC,{"data-slot":"tooltip-provider",delayDuration:e,...t})}function dt({...e}){return s.jsx(OC,{"data-slot":"tooltip",...e})}function ft({...e}){return s.jsx(zC,{"data-slot":"tooltip-trigger",...e})}function pt({className:e,sideOffset:t=0,children:n,...r}){return s.jsx(LC,{children:s.jsxs($C,{"data-slot":"tooltip-content",sideOffset:t,className:L("bg-foreground text-background animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",e),...r,children:[n,s.jsx(DC,{className:"bg-foreground fill-foreground z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]"})]})})}const g3=3;function x3({items:e,ariaLabel:t,className:n}){if(e.length===0)return s.jsx("span",{className:L("flex h-8 w-12 shrink-0 items-center",n),"aria-hidden":"true"});const r=e.slice(0,g3),o=e.length-r.length;return s.jsx(Fs,{delayDuration:150,children:s.jsxs("span",{className:L("flex h-8 w-12 shrink-0 items-center",n),"aria-label":t,children:[r.map((i,a)=>s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsx("span",{className:L("border border-border bg-muted/40 inline-flex size-6 shrink-0 items-center justify-center rounded-md",a>0&&"-ml-2"),children:s.jsx(h3,{provider:i.provider,className:"size-4"})})}),s.jsx(pt,{children:i.tooltip})]},`${i.provider}-${String(a)}`)),o>0&&s.jsxs("span",{className:"border border-border bg-muted/40 -ml-2 inline-flex h-6 min-w-6 shrink-0 items-center justify-center rounded-md px-1 font-mono text-[10px] text-muted-foreground",children:["+",o]})]})})}const b3="/v1/chat/completions",v3="/chat/completions",y3="/v1/responses",w3="/responses",j3="/v1/messages";class k3{handlers=new Map;pathMap=new Map;register(t){this.handlers.set(t.format,t)}registerPath(t,n){this.pathMap.set(t,n)}get(t){return this.handlers.get(t)}getByPath(t){const n=t.split("?")[0]??"",r=this.pathMap.get(n);return r===void 0?void 0:this.handlers.get(r)}getApiFormatByPath(t){const n=t.split("?")[0]??"";return this.pathMap.get(n)}detectFormat(t){if(t===null)return"unknown";for(const n of this.handlers.values())if(n.detectFormat(t))return n.format;return"unknown"}}const In=new k3;function S3(e){return In.getApiFormatByPath(e)??"unknown"}In.registerPath(j3,"anthropic");In.registerPath(b3,"openai");In.registerPath(v3,"openai");In.registerPath(y3,"openai");In.registerPath(w3,"openai");function _3(e){if(e==="")return{};try{const t=JSON.parse(e);return t!==null&&typeof t=="object"&&!Array.isArray(t)?{...t}:{}}catch{return{}}}function N3(e){switch(e.type){case"text":return{type:"text",text:e.text};case"thinking":{const t={type:"thinking",thinking:e.thinking};return e.signature!==""&&(t.signature=e.signature),t}case"think":{const t={type:"think",thinking:e.thinking};return e.signature!==""&&(t.signature=e.signature),t}case"tool_use":return{type:"tool_use",id:e.id,name:e.name,input:_3(e.inputJson)}}}function tg(e,t,n,r){const o=new Map;let i="",a="",l=null,u=null,d=0,f=0;const p=1e3;let m=0,h=0;const g=[];for(const b of e.split(`
106
+ `)){const w=b.trim();if(w.startsWith("data: "))try{const v=JSON.parse(w.slice(6)),j=dy.safeParse(v);if(!j.success)continue;const k=j.data;switch(m===0&&(h=Date.now()),r===!0&&g.length<p&&g.push({index:m,timestamp:Date.now()-h,type:k.type,data:Hf(k)}),m++,k.type){case"message_start":i=k.message.id,a=k.message.model,d=k.message.usage.input_tokens,t.inputTokens=d,t.cacheCreationInputTokens=k.message.usage.cache_creation_input_tokens??null,t.cacheReadInputTokens=k.message.usage.cache_read_input_tokens??null,t.model===null&&(t.model=a);break;case"content_block_start":{const S=k.content_block;switch(S.type){case"text":o.set(k.index,{type:"text",text:S.text??""});break;case"thinking":o.set(k.index,{type:"thinking",thinking:S.thinking??"",signature:S.signature??""});break;case"think":o.set(k.index,{type:"think",thinking:S.thinking??"",signature:S.signature??""});break;case"tool_use":o.set(k.index,{type:"tool_use",id:S.id,name:S.name,inputJson:""});break}break}case"content_block_delta":{const S=o.get(k.index);if(S===void 0)break;const _=k.delta;_.type==="text_delta"&&S.type==="text"?S.text+=_.text:_.type==="thinking_delta"&&(S.type==="thinking"||S.type==="think")?S.thinking+=_.thinking:_.type==="signature_delta"&&(S.type==="thinking"||S.type==="think")?S.signature+=_.signature:_.type==="input_json_delta"&&S.type==="tool_use"&&(S.inputJson+=_.partial_json);break}case"message_delta":l=k.delta.stop_reason,u=k.delta.stop_sequence??null,f=k.usage.output_tokens,t.outputTokens=f,k.usage.cache_creation_input_tokens!==void 0&&(t.cacheCreationInputTokens=k.usage.cache_creation_input_tokens),k.usage.cache_read_input_tokens!==void 0&&(t.cacheReadInputTokens=k.usage.cache_read_input_tokens);break;case"error":t.error=k.error.message;break;case"content_block_stop":case"message_stop":case"ping":break}}catch{}}r===!0&&(t.streamingChunks={chunks:g,truncated:m>p});const y=[...o.entries()].sort(([b],[w])=>b-w).map(([,b])=>N3(b));return JSON.stringify({id:i,type:"message",model:a!==""?a:n??"",role:"assistant",content:y,stop_reason:l,stop_sequence:u,usage:{input_tokens:d,output_tokens:f}})}const C3={format:"anthropic",parseRequest(e,t){try{const n=JSON.parse(e),r=Gf.safeParse(n);return r.success?{model:r.data.model,sessionId:r.data.metadata?.user_id??t?.get("x-agent-inspector-session-id")??t?.get("x-session-affinity")??null}:null}catch{return null}},extractTokens(e){try{const t=JSON.parse(e),n=Jf.safeParse(t);if(n.success)return{inputTokens:n.data.usage.input_tokens??null,outputTokens:n.data.usage.output_tokens??null,cacheCreationInputTokens:n.data.usage.cache_creation_input_tokens??null,cacheReadInputTokens:n.data.usage.cache_read_input_tokens??null}}catch{}return{inputTokens:null,outputTokens:null,cacheCreationInputTokens:null,cacheReadInputTokens:null}},extractStream(e,t,n,r){return tg(e,t,n,r)},detectFormat(e){if(e===null)return!1;try{const t=JSON.parse(e);if(typeof t=="object"&&t!==null&&!Array.isArray(t)){const n=Object.keys(t);return n.includes("model")&&n.includes("messages")&&n.includes("system")}return!1}catch{return!1}}};In.register(C3);class T3{providers=[];register(t){this.providers.push(t)}findProvider(t){let n=null;for(const r of this.providers)if(r.matches(t)){if(r.name!=="anthropic")return r;n=r}return n}getAll(){return[...this.providers]}}const Ci=new T3,E3="https://api.anthropic.com",R3={MiniMax:"https://api.minimaxi.com/anthropic"},I3={name:"anthropic",matches(e){const t=e.toLowerCase();if(t.startsWith("openai-"))return!1;if(t.includes("claude")||t.includes("anthropic"))return!0;for(const n of Object.keys(R3))if(t.startsWith(n.toLowerCase()))return!0;return!0},getUpstreamBase(e,t){return t?.baseUrl!==void 0?t.baseUrl:E3},extractStream(e,t,n,r){return tg(e,t,n,r)}};Ci.register(I3);const gc=1e3;function Tr(e,t){if(!(e===null||typeof e!="object"||Array.isArray(e)))return Object.getOwnPropertyDescriptor(e,t)?.value}function nt(e,t){const n=Tr(e,t);return typeof n=="string"?n:null}function ng(e,t){const n=Tr(e,t);return typeof n=="number"&&Number.isFinite(n)?n:null}function Lo(e,t){const n=Tr(e,t);return n!==null&&typeof n=="object"&&!Array.isArray(n)?n:null}function P3(e,t){const n=Tr(e,t);return Array.isArray(n)?n:[]}function M3(e){const t=[];let n=null,r=[];const o=()=>{n===null&&r.length===0||(t.push({event:n,data:r.join(`
107
+ `)}),n=null,r=[])};for(const i of e.split(`
108
+ `)){const a=i.endsWith("\r")?i.slice(0,-1):i;if(a===""){o();continue}if(a.startsWith(":"))continue;const l=a.indexOf(":"),u=l===-1?a:a.slice(0,l),d=l===-1?"":a.slice(l+1),f=d.startsWith(" ")?d.slice(1):d;switch(u){case"event":n=f;break;case"data":n===null&&r.length>0&&(f.startsWith("{")||f==="[DONE]")&&o(),r.push(f);break}}return o(),t}function xc(e){try{return JSON.parse(e)}catch{return null}}function sg(e,t){if(e.event!==null&&e.event!=="")return e.event;const n=wy.safeParse(t);return n.success?n.data.type:""}function A3(e){if(e.data==="[DONE]")return!1;const t=xc(e.data),n=sg(e,t);return n.startsWith("response.")||n==="error"}function rg(e,t,n,r,o){e.length>=gc||e.push({index:t,timestamp:Date.now()-n,type:r,data:Hf(o)})}function Xa(e,t){const n=Lo(t,"error"),r=nt(n,"message")??nt(t,"message")??nt(t,"error");r!==null&&r.length>0&&(e.error=r)}function O3(e,t,n,r){let o="",i="",a="",l="",u=null,d=0,f=0,p=!1,m=!1;const h=new Map;let g=0,y=0;const b=[];for(const v of e){if(v.data==="[DONE]")break;const j=xc(v.data);if(j===null)continue;Xa(t,j);const k=by.safeParse(j);if(!k.success)continue;const S=k.data;if(g===0&&(y=Date.now()),r&&rg(b,g,y,"chat.completion.chunk",S),g++,m||(o=S.id,i=S.model,m=!0),!p&&S.usage!==void 0&&S.usage!==null){d=S.usage.prompt_tokens??0,f=S.usage.completion_tokens??0,t.inputTokens=d;const _=Lo(j,"usage"),C=Lo(_,"prompt_tokens_details"),M=ng(C,"cached_tokens");M!==null&&(t.cacheReadInputTokens=M),p=!0}for(const _ of S.choices){const C=_.delta;C.content!==void 0&&C.content!==null&&(a+=C.content),C.reasoning_content!==void 0&&C.reasoning_content!==null&&(l+=C.reasoning_content),C.thinking!==void 0&&C.thinking!==null&&(l+=C.thinking);const M=C.think;if(M!=null&&(l+=M),_.finish_reason!==void 0&&_.finish_reason!==null&&(u=_.finish_reason),C.tool_calls!==void 0&&C.tool_calls!==null)for(const A of C.tool_calls){let I=h.get(A.index);I===void 0&&(I={index:A.index,type:"function",function:{name:"",arguments:""}},h.set(A.index,I)),A.id!==void 0&&(I.id=A.id),A.function?.name!==void 0&&(I.function.name+=A.function.name),A.function?.arguments!==void 0&&(I.function.arguments+=A.function.arguments)}}}r&&(t.streamingChunks={chunks:b,truncated:g>gc}),p||(f=Math.ceil(a.length/4)),t.outputTokens=f;const w={role:"assistant",content:a};return l.length>0&&(w.reasoning_content=l),h.size>0&&(w.tool_calls=[...h.values()]),JSON.stringify({id:o,object:"chat.completion",created:Math.floor(Date.now()/1e3),model:i!==""?i:n??"",choices:[{index:0,message:w,finish_reason:u}],usage:{prompt_tokens:d,completion_tokens:f,total_tokens:d+f}})}function z3(e){const t=jo.safeParse(Tr(e,"response"));if(t.success)return t.data;const n=jo.safeParse(e);return n.success?n.data:null}function og(e){if(e.output_text!==void 0&&e.output_text.length>0)return e.output_text;const t=[];for(const n of e.output??[]){const r=P3(n,"content");for(const o of r){const i=nt(o,"type"),a=nt(o,"text");(i==="output_text"||i==="text")&&a!==null&&a.length>0&&t.push(a)}}return t.join(`
109
+ `)}function qu(e,t){const n=e.usage,r=n?.input_tokens??null,o=n?.output_tokens??null;r!==null&&(t.inputTokens=r),o!==null&&(t.outputTokens=o);const i=n?.input_tokens_details?.cached_tokens??null;return i!==null&&(t.cacheReadInputTokens=i),{inputTokens:r,outputTokens:o}}function Yi(e,t){const n=nt(e,"item_id");if(n!==null&&n.length>0)return n;const r=ng(e,"output_index");return r!==null?String(r):`function-${String(t)}`}function Qa(e,t){const n=e.get(t);if(n!==void 0)return n;const r={type:"function_call",arguments:""};return e.set(t,r),r}function L3(e,t,n){if(nt(n,"type")!=="function_call")return;const r=Qa(e,t),o=nt(n,"id"),i=nt(n,"call_id"),a=nt(n,"name"),l=nt(n,"arguments"),u=nt(n,"status");o!==null&&(r.id=o),i!==null&&(r.call_id=i),a!==null&&(r.name=a),l!==null&&(r.arguments=l),u!==null&&(r.status=u)}function $3(e,t){const n=[];e.length>0&&n.push({type:"message",role:"assistant",content:[{type:"output_text",text:e,annotations:[]}]});for(const r of t.values())n.push(r);return n}function D3(e,t,n){const r=t??Math.ceil(n.length/4);return{input_tokens:e,output_tokens:r,total_tokens:e===null?r:e+r}}function F3(e){const t=e.completedResponse===null?"":og(e.completedResponse),n=t.length>0?t:e.outputText,r=e.completedResponse?.output,o=r!==void 0&&r.length>0?r:$3(n,e.calls),i=e.completedResponse?.usage??D3(e.inputTokens,e.outputTokens,n);return{...e.completedResponse??{},id:e.completedResponse?.id??e.responseId,object:"response",created_at:e.completedResponse?.created_at??Math.floor(Date.now()/1e3),status:e.completedResponse?.status??e.status??"completed",model:e.completedResponse?.model??e.model,output:o,output_text:n,usage:i}}function U3(e,t,n,r){let o=null,i="",a=n??"",l=null,u="",d=null,f=null,p=0,m=0;const h=[],g=new Map;for(const w of e){if(w.data==="[DONE]")break;const v=xc(w.data);if(v===null)continue;const j=sg(w,v);if(p===0&&(m=Date.now()),r&&rg(h,p,m,j===""?"response.event":j,v),p++,Xa(t,v),j==="error")continue;const k=z3(v);if(k!==null){o=k,i=k.id,a=k.model??a,l=k.status??l;const _=qu(k,t);d=_.inputTokens??d,f=_.outputTokens??f,Xa(t,k)}const S=nt(v,"delta");switch(j){case"response.output_text.delta":S!==null&&(u+=S);break;case"response.output_text.done":{const _=nt(v,"text");u.length===0&&_!==null&&(u=_);break}case"response.function_call_arguments.delta":{if(S!==null){const _=Qa(g,Yi(v,g.size));_.arguments+=S}break}case"response.function_call_arguments.done":{const _=nt(v,"arguments");if(_!==null){const C=Qa(g,Yi(v,g.size));C.arguments=_}break}case"response.output_item.added":case"response.output_item.done":{const _=Lo(v,"item");L3(g,Yi(v,g.size),_);break}case"response.failed":case"response.incomplete":l=j.slice(9);break;case"response.completed":l="completed";break}}r&&(t.streamingChunks={chunks:h,truncated:p>gc});const y=F3({completedResponse:o,responseId:i,model:a,status:l,outputText:u,calls:g,inputTokens:d,outputTokens:f}),b=jo.safeParse(y);if(b.success){if(qu(b.data,t).outputTokens===null){const v=og(b.data),j=Math.ceil(v.length/4);t.outputTokens=j}return JSON.stringify(b.data)}if(t.outputTokens===null){const w=nt(y,"output_text")??u,v=Math.ceil(w.length/4);t.outputTokens=v}return JSON.stringify(y)}function Ti(e,t,n,r=!0){const o=M3(e);return o.some(A3)?U3(o,t,n,r):O3(o,t,n,r)}const B3={sessionId:null,threadId:null,turnId:null,installationId:null,windowId:null};function el(e,t){if(!(typeof e!="object"||e===null||Array.isArray(e)))return Object.getOwnPropertyDescriptor(e,t)?.value}function Ft(e,t){const n=el(e,t);return typeof n=="string"&&n.length>0?n:null}function q3(e){if(typeof e!="string"||e.length===0)return null;try{return JSON.parse(e)}catch{return null}}function H3(e){const t=el(e,"client_metadata");if(t===void 0)return B3;const n=q3(el(t,"x-codex-turn-metadata"));return{sessionId:Ft(t,"session_id")??Ft(n,"session_id"),threadId:Ft(t,"thread_id")??Ft(n,"thread_id"),turnId:Ft(t,"turn_id")??Ft(n,"turn_id"),installationId:Ft(t,"x-codex-installation-id")??Ft(n,"installation_id"),windowId:Ft(t,"x-codex-window-id")??Ft(n,"window_id")}}function Hu(e){return H3(e).sessionId}function V3(){return{inputTokens:null,outputTokens:null,cacheCreationInputTokens:null,cacheReadInputTokens:null}}function Vu(e){return e===void 0?null:e.get("x-agent-inspector-session-id")??e.get("x-session-affinity")}const W3={format:"openai",parseRequest(e,t){try{const n=JSON.parse(e),r=Qf.safeParse(n);if(r.success)return{model:r.data.model,sessionId:Hu(n)??Vu(t)};const o=ep.safeParse(n);return o.success?{model:o.data.model,sessionId:Hu(n)??Vu(t)}:null}catch{return null}},extractTokens(e){const t=np(e);if(t){let r=null;try{const o=JSON.parse(e);if(o!==null&&typeof o=="object"&&!Array.isArray(o)){const i=Object.getOwnPropertyDescriptor(o,"usage");if(i!==void 0&&typeof i.value=="object"&&i.value!==null){const a=Object.getOwnPropertyDescriptor(i.value,"prompt_tokens_details");if(a!==void 0&&typeof a.value=="object"&&a.value!==null){const l=Object.getOwnPropertyDescriptor(a.value,"cached_tokens");l!==void 0&&typeof l.value=="number"&&(r=l.value)}}}}catch{}return{inputTokens:t.usage.prompt_tokens??null,outputTokens:t.usage.completion_tokens??null,cacheCreationInputTokens:null,cacheReadInputTokens:r}}const n=sp(e);if(n!==null){const r=n.usage;return{inputTokens:r?.input_tokens??null,outputTokens:r?.output_tokens??null,cacheCreationInputTokens:null,cacheReadInputTokens:r?.input_tokens_details?.cached_tokens??null}}return V3()},extractStream(e,t,n,r){return Ti(e,t,n,r)},detectFormat(e){if(e===null)return!1;try{const t=JSON.parse(e);if(typeof t=="object"&&t!==null&&!Array.isArray(t)){const n=Object.keys(t);return n.includes("model")&&(n.includes("messages")||n.includes("input"))&&!n.includes("system")}return!1}catch{return!1}}};In.register(W3);const Z3="https://api.openai.com/v1",K3={name:"openai",matches(e){const t=e.toLowerCase();return!!(t.startsWith("openai-")||t.includes("gpt-")||t.includes("o1")||t.includes("o2")||t.includes("o3"))},getUpstreamBase(e,t){return t?.baseUrl!==void 0?t.baseUrl:Z3},extractStream(e,t,n,r){return Ti(e,t,n,r)}};Ci.register(K3);const G3="https://open.bigmodel.cn/api/paas/v4",J3=["glm-","charglm-","cogview-","embedding-","rerank-"],Y3={name:"zhipu",matches(e){const t=e.toLowerCase().replace(/\s+/g,"-");return J3.some(n=>t.startsWith(n))},getUpstreamBase(e,t){return t?.baseUrl??G3},extractStream(e,t,n,r){return Ti(e,t,n,r)}};Ci.register(Y3);const X3="https://dashscope.aliyuncs.com/compatible-mode/v1",Q3={name:"alibaba",matches(e){return!!e.toLowerCase().replace(/\s+/g,"-").startsWith("qwen")},getUpstreamBase(e,t){return X3},extractStream(e,t,n){return Ti(e,t,n)}};Ci.register(Q3);function ig(e,t){for(const n of Array.from(e))t(n)}const eT=/[\u3000-\u9FFF\uAC00-\uD7FF\uF900-\uFAFF\uFF00-\uFFEF\u{1F300}-\u{1FAFF}]/u;function bc(e){if(e.length===0)return 0;let t=0,n=0;return ig(e,r=>{eT.test(r)?t+=1:n+=1}),Math.ceil(t*1)+Math.ceil(n/4)}function vc(e){if(e.length===0)return 0;let t=0;return ig(e,()=>{t+=1}),t}function yc(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Q(e,t){return e===null||typeof e!="object"||Array.isArray(e)?void 0:Object.getOwnPropertyDescriptor(e,t)?.value}const tT=["file","shell","browser","web","mcp","code","other"];function tl(e){const t=e.replace(/\s+/g," ").trim();return t.length<=120?t:`${t.slice(0,119)}...`}function ag(e){if(e===null)return null;const t=e.replace(/\s+/g," ").trim();if(t.length===0)return null;const n=t.search(/[.!?。!?]/);return n>=24?tl(t.slice(0,n+1)):tl(t)}function nT(e,t){return`${e} ${t??""}`.toLowerCase()}function ls(e,t){return t.some(n=>e.includes(n))}function lg(e,t){const n=nT(e,t);return e.startsWith("mcp__")||e.startsWith("inspector_")||ls(n,[" mcp","model context protocol"])?"mcp":ls(n,["bash","shell","terminal","command","powershell","exec","process"])?"shell":ls(n,["browser","playwright","screenshot","click","navigate","page","tab"])?"browser":ls(n,["read","write","edit","file","glob","grep","patch","filesystem","directory"])?"file":ls(n,["web","search","http","url","fetch"])?"web":ls(n,["code","typescript","javascript","python","repl"])?"code":"other"}function cg(e){const t=Q(e,"properties");return t===null||typeof t!="object"||Array.isArray(t)?[]:Object.keys(t).sort((n,r)=>n.localeCompare(r))}function ug(e){const t=Q(e,"required");if(!Array.isArray(t))return[];const n=[];for(const r of t)typeof r=="string"&&r.length>0&&n.push(r);return n.sort((r,o)=>r.localeCompare(o))}function sT(e){const t=Q(e,"name");if(typeof t!="string"||t.length===0)return null;const n=Q(e,"description"),r=Q(e,"input_schema")??null,o=typeof n=="string"?n:null;return{name:t,description:o,descriptionPreview:ag(o),category:lg(t,o),parameterCount:cg(r).length,requiredParameters:ug(r),schema:r}}function rT(e){const t=Q(e,"function"),n=Q(e,"type");if(t===void 0&&typeof n!="string")return null;const r=Q(t,"name")??Q(e,"name")??(typeof n=="string"?n:void 0);if(typeof r!="string"||r.length===0)return null;const o=Q(t,"description")??Q(e,"description"),i=Q(t,"parameters")??Q(e,"parameters")??null,a=typeof o=="string"?o:null;return{name:r,description:a,descriptionPreview:ag(a),category:lg(r,a),parameterCount:cg(i).length,requiredParameters:ug(i),schema:i}}function oT(e){const t=rT(e);return t!==null?t:sT(e)}function iT(e){if(e==null)return null;if(typeof e=="string")return e;const t=Q(e,"type"),n=Q(e,"name"),r=Q(Q(e,"function"),"name");if(typeof t=="string"&&typeof r=="string"&&r.length>0)return`${t}: ${r}`;if(typeof t=="string"&&typeof n=="string"&&n.length>0)return`${t}: ${n}`;if(typeof t=="string")return t;const o=JSON.stringify(e);return o===void 0?null:tl(o)}function aT(e){const t=new Map;for(const n of e)t.set(n.category,(t.get(n.category)??0)+1);return tT.flatMap(n=>{const r=t.get(n)??0;return r>0?[{category:n,count:r}]:[]})}function wc(e){const t=Q(e,"tools");if(!Array.isArray(t)||t.length===0)return null;const n=[];for(const r of t){const o=oT(r);o!==null&&n.push(o)}return n.length===0?null:{tools:n,toolChoiceLabel:iT(Q(e,"tool_choice")),categories:aT(n)}}function Zn(e){return{parsed:null,comparisonValue:e,messageCount:null,toolCount:null}}const js={parsed:null,toolNames:null};function lT(e){if(typeof e=="string")return e;if(!Array.isArray(e))return"";const t=[];for(const n of e){if(n===null||typeof n!="object")continue;const r=n;switch(r.type){case"text":typeof r.text=="string"&&t.push(r.text);break;case"thinking":case"think":typeof r.thinking=="string"&&t.push(r.thinking);break;case"tool_use":{const i=typeof r.name=="string"?r.name:"",a=r.input!==void 0?JSON.stringify(r.input):"";t.push(`${i} ${a}`.trim());break}case"tool_result":{const i=r.content;if(typeof i=="string")t.push(i);else if(Array.isArray(i)){for(const a of i)if(a!==null&&typeof a=="object"){const l=a.text;typeof l=="string"&&t.push(l)}}break}case"image":t.push("[image]");break}}return t.join(`
110
+ `)}function cT(e){if(typeof e=="string")return e;if(!Array.isArray(e))return"";const t=[];for(const n of e)if(n!==null&&typeof n=="object"){const r=n.text;n.type==="text"&&typeof r=="string"&&t.push(r)}return t.join(`
111
+ `)}function uT(e){if(!Array.isArray(e))return"";const t=[];for(const n of e){if(n===null||typeof n!="object")continue;const r=n;typeof r.name=="string"&&t.push(r.name),typeof r.description=="string"&&t.push(r.description),r.input_schema!==void 0&&t.push(JSON.stringify(r.input_schema))}return t.join(`
112
+ `)}function Xi(e,t,n,r){return{role:e,label:t,text:n,size:bc(n),characters:vc(n),path:r}}const dT={format:"anthropic",analyzeRequest(e){if(e===null)return Zn(e);try{const t=JSON.parse(e),n=wc(t)?.tools.length??null,r=Gf.safeParse(t);return r.success?{parsed:r.data,comparisonValue:r.data,messageCount:r.data.messages.length,toolCount:n}:Zn(e)}catch{return Zn(e)}},analyzeResponse(e){if(e===null)return js;try{let t=JSON.parse(e);typeof t=="string"&&(t=JSON.parse(t));const n=Jf.safeParse(t);if(!n.success)return js;const r=n.data.content.filter(o=>o.type==="tool_use").map(o=>o.name);return{parsed:n.data,toolNames:r.length>0?r:null}}catch{return js}},anatomySegments(e){if(e===null||typeof e!="object")return null;const t=e,n=[];if(t.system!==void 0){const r=cT(t.system);r.length>0&&n.push(Xi("system","system",r,"/system"))}if(Array.isArray(t.messages)&&t.messages.forEach((r,o)=>{if(r===null||typeof r!="object")return;const i=r,a=i.role==="user"||i.role==="assistant"?i.role:"user",l=lT(i.content);n.push(Xi(a,`[${o}] ${a}`,l,`/messages/${o}`))}),Array.isArray(t.tools)&&t.tools.length>0){const r=uT(t.tools);n.push(Xi("tools","tools",r,"/tools"))}return n.length>0?n:null}};function nl(e){if(typeof e=="string")return e;if(!Array.isArray(e))return"";const t=[];for(const n of e){if(n===null||typeof n!="object")continue;const r=n,o=r.type;(o==="text"||o==="input_text"||o==="output_text")&&typeof r.text=="string"?t.push(r.text):(o==="image_url"||o==="input_image")&&t.push("[image]")}return t.join(`
113
+ `)}function fT(e){const t=[],n=nl(e.content);n.length>0&&t.push(n);const r=typeof e.reasoning_content=="string"?e.reasoning_content:typeof e.thinking=="string"?e.thinking:typeof e.think=="string"?e.think:"";r.length>0&&t.push(r);const o=e.tool_calls;if(Array.isArray(o))for(const i of o){if(i===null||typeof i!="object")continue;const a=i.function;if(a===void 0)continue;const l=typeof a.name=="string"?a.name:"",u=typeof a.arguments=="string"?a.arguments:"";t.push(`${l} ${u}`.trim())}return t.join(`
114
+ `)}function pT(e){if(!Array.isArray(e))return"";const t=[];for(const n of e){if(n===null||typeof n!="object")continue;const r=Q(n,"function"),o=Q(r,"name")??Q(n,"name"),i=Q(r,"description")??Q(n,"description"),a=Q(r,"parameters")??Q(n,"parameters");typeof o=="string"&&t.push(o),typeof i=="string"&&t.push(i),a!==void 0&&t.push(JSON.stringify(a))}return t.join(`
115
+ `)}function mT(e){return typeof e=="string"?e.length>0?1:0:Array.isArray(e)?e.length:e==null?null:1}function hT(e){if(typeof e=="string")return e;const t=Q(e,"text");if(typeof t=="string")return t;const n=nl(Q(e,"content"));if(n.length>0)return n;const r=nl(Q(e,"output"));if(r.length>0)return r;const o=Q(e,"arguments");return typeof o=="string"?o:""}function gT(e){const t=Q(e,"role");if(t==="system"||t==="user"||t==="assistant"||t==="tool")return t;const n=Q(e,"type");return n==="function_call_output"?"tool":"user"}function xT(e){const t=Q(e,"output");if(!Array.isArray(t))return[];const n=[];for(const r of t){if(Q(r,"type")!=="function_call")continue;const o=Q(r,"name");typeof o=="string"&&o.length>0&&n.push(o)}return n}function Vs(e,t,n,r){return{role:e,label:t,text:n,size:bc(n),characters:vc(n),path:r}}const bT={format:"openai",analyzeRequest(e){if(e===null)return Zn(e);try{const t=JSON.parse(e),n=wc(t)?.tools.length??null,r=Qf.safeParse(t);if(!r.success){const o=ep.safeParse(t);return o.success?{parsed:o.data,comparisonValue:o.data,messageCount:mT(o.data.input),toolCount:n}:Zn(e)}return{parsed:r.data,comparisonValue:r.data,messageCount:r.data.messages.length,toolCount:n}}catch{return Zn(e)}},analyzeResponse(e){if(e===null)return js;const t=np(e);if(t===null){const r=sp(e);if(r===null)return js;const o=xT(r);return{parsed:r,toolNames:o.length>0?o:null}}const n=t.choices[0]?.message?.tool_calls?.map(r=>r.function?.name??"").filter(r=>r!=="")??[];return{parsed:t,toolNames:n.length>0?n:null}},anatomySegments(e){if(e===null||typeof e!="object")return null;const t=e,n=[];if(typeof t.instructions=="string"&&t.instructions.length>0&&n.push(Vs("system","instructions",t.instructions,"/instructions")),Array.isArray(t.messages)&&t.messages.forEach((r,o)=>{if(r===null||typeof r!="object")return;const i=r,a=i.role==="user"||i.role==="assistant"||i.role==="system"||i.role==="tool"?i.role:"user",l=fT(i);n.push(Vs(a,`[${o}] ${a}`,l,`/messages/${o}`))}),Array.isArray(t.messages)||(typeof t.input=="string"&&t.input.length>0?n.push(Vs("user","input",t.input,"/input")):Array.isArray(t.input)&&t.input.forEach((r,o)=>{const i=gT(r),a=hT(r);n.push(Vs(i,`[${o}] ${i}`,a,`/input/${o}`))})),Array.isArray(t.tools)&&t.tools.length>0){const r=pT(t.tools);n.push(Vs("tools","tools",r,"/tools"))}return n.length>0?n:null}},vT={format:"unknown",analyzeRequest(e){return Zn(e)},analyzeResponse(){return js},anatomySegments(){return null}},yT={anthropic:dT,openai:bT,unknown:vT};function dg(e){return yT[e]}function ur(e){const t=S3(e.path);return t==="unknown"?e.apiFormat:t}const Wu="inline-flex size-8 shrink-0 cursor-pointer items-center justify-center rounded-md bg-[var(--inspector-surface-low)] text-muted-foreground transition-colors hover:bg-[var(--inspector-surface-medium)] hover:text-foreground";function fg(e){return e.startsWith("PID:")||e.startsWith("process:")||e.startsWith("connection:")||e.includes("|")}function wT(e){return fg(e)?"No session ID":e.length>24?`${e.slice(0,12)}...${e.slice(-12)}`:e}function Qi({icon:e,children:t,title:n,className:r}){return s.jsxs("span",{className:L("inline-flex h-7 min-w-0 items-center gap-1.5 rounded-md bg-[var(--inspector-surface-low)] px-2 text-xs text-muted-foreground",r),title:n,children:[e,s.jsx("span",{className:"min-w-0 font-mono tabular-nums",children:t})]})}function jT(){return s.jsxs("span",{className:"inline-flex h-6 shrink-0 items-center gap-1.5 rounded-md bg-[var(--inspector-surface-medium)] px-1.5 font-mono text-[10px] uppercase text-[var(--inspector-status-watch)] ring-1 ring-border/50",title:"This session has a turn that has not finished yet",children:[s.jsx(De,{className:"size-3 animate-spin"}),"Turn open"]})}function kT({conversationId:e,startTime:t,endTime:n,totalCalls:r,totalInputTokens:o,totalOutputTokens:i,expanded:a,onToggle:l,providers:u,isLoading:d=!1,userAgent:f,clientPid:p,clientProjectFolder:m,showClientIdentity:h=!0,showProcessMetadata:g=!0,timeDisplayFormat:y,onClear:b}){const[w,v]=c.useState(!1),j=G=>{G.stopPropagation(),b!==void 0&&v(!0)},k=c.useCallback(G=>{G.stopPropagation(),window.open(cf(e),"_blank","noopener,noreferrer")},[e]),S=u?.map(({provider:G,models:X})=>({provider:G,tooltip:X.length===1?X[0]??G:X.join(", ")}))??[],_=hc({userAgent:f,conversationId:e,clientProjectFolder:m}),C=_i(_),M=f!=null&&f!=="",A=C??f??null,I=C!==null&&M?`${C} - ${f}`:null,N=fg(e),P=wT(e),$=ri(t,n,y),F=`${r} call${r!==1?"s":""}`;return s.jsxs("div",{role:"button",tabIndex:0,"data-nav-id":`conv-${e}`,"data-nav-action":a?"collapse":"expand",className:L("relative flex cursor-pointer items-start gap-2.5 overflow-hidden rounded-md bg-[var(--inspector-surface-low)] px-3 py-2.5 transition-colors","hover:bg-[var(--inspector-surface-medium)]","select-none","sticky top-0 z-10 mb-2","focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none"),onClick:l,onKeyDown:G=>{G.target===G.currentTarget&&(G.key==="Enter"||G.key===" ")&&(G.preventDefault(),l())},children:[s.jsx(x3,{items:S,ariaLabel:"Models used in this session",className:"mt-0.5"}),s.jsxs("span",{className:"min-w-0 flex-1",children:[s.jsxs("span",{className:"flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1",children:[s.jsx("span",{className:"shrink-0 rounded bg-[var(--inspector-surface-medium)] px-1.5 py-0.5 font-mono text-[9px] uppercase text-muted-foreground",children:"Session"}),N&&g?p!=null?s.jsxs("span",{className:"min-w-0 max-w-full truncate font-mono text-xs font-semibold text-foreground",title:`PID ${p}`,children:["PID ",p]}):s.jsx("span",{className:"min-w-0 max-w-full truncate font-mono text-xs font-semibold text-foreground",title:e,children:e}):s.jsx("span",{className:"min-w-0 max-w-full truncate font-mono text-xs font-semibold text-foreground",title:e,children:P}),!N&&g&&p!==null&&p!==void 0&&s.jsxs("span",{className:"shrink-0 rounded bg-[var(--inspector-surface-medium)] px-1.5 py-0.5 font-mono text-xs tabular-nums text-muted-foreground",title:`Client process ID ${p}`,children:["PID ",p]}),N&&g&&m!==null&&m!==void 0&&m!==""&&s.jsx("span",{className:"min-w-0 max-w-[240px] truncate font-mono text-xs text-muted-foreground",title:m,children:m}),h&&A!==null&&A!==""&&s.jsxs("span",{className:"inline-flex min-h-6 shrink-0 flex-wrap items-center gap-1 rounded-md bg-[var(--inspector-surface-medium)] px-1.5 py-0.5 text-xs text-muted-foreground",title:I??A,children:[s.jsx(Ni,{client:_,className:"size-4 shrink-0",decorative:!0}),s.jsx("span",{className:"font-mono leading-snug tabular-nums",children:A})]}),d&&s.jsx(jT,{})]}),s.jsxs("span",{className:"mt-1.5 flex min-w-0 flex-wrap items-center gap-1.5",children:[s.jsx(Qi,{icon:s.jsx(rn,{className:"size-3 shrink-0"}),title:$,children:$}),s.jsx(Qi,{icon:s.jsx(si,{className:"size-3 shrink-0"}),children:F}),s.jsxs(Qi,{icon:s.jsx(ar,{className:"size-3 shrink-0"}),className:"max-w-full",children:[s.jsx("span",{className:"text-[var(--inspector-status-info)]",children:Pe(o)})," / ",s.jsx("span",{className:"text-[var(--inspector-status-watch)]",children:Pe(i)})]})]})]}),s.jsxs("span",{className:"flex shrink-0 items-start gap-1.5",children:[s.jsx("button",{type:"button",onClick:k,onKeyDown:G=>{(G.key==="Enter"||G.key===" ")&&k(G)},"aria-label":`Open session ${e} in a new tab`,title:"Open this session in a new tab",className:Wu,children:s.jsx(Ul,{className:"size-3.5"})}),b!==void 0&&s.jsx("button",{type:"button",onClick:j,"aria-label":`Clear group (${r} request${r!==1?"s":""})`,title:"Clear this group from the current view",className:Wu,children:s.jsx(jn,{className:"size-3.5"})}),s.jsx("span",{className:"inline-flex size-8 shrink-0 items-center justify-center rounded-md bg-[var(--inspector-surface-low)] text-muted-foreground transition-colors hover:bg-[var(--inspector-surface-medium)] hover:text-foreground","aria-hidden":"true",children:a?s.jsx(et,{className:"size-4 shrink-0"}):d?s.jsx(De,{className:"size-4 shrink-0 animate-spin"}):s.jsx(bt,{className:"size-4 shrink-0"})})]}),d&&s.jsx("span",{className:"pointer-events-none absolute inset-x-3 bottom-0 h-px overflow-hidden rounded-full bg-[var(--inspector-surface-medium)]","aria-hidden":"true",children:s.jsx("span",{className:"absolute inset-y-0 left-0 w-1/3 animate-pulse rounded-full bg-[var(--inspector-status-watch)] opacity-70"})}),s.jsx(eg,{open:w,onOpenChange:v,title:"Clear this group from the current view?",description:`This will hide ${r} request${r!==1?"s":""} from the current view. Stored logs remain reloadable.`,confirmLabel:"Clear",variant:"destructive",onConfirm:()=>{b?.()}})]})}function ST(e){if(e.sessionId!==null&&e.sessionId!==""&&e.sessionId!==void 0)return e.sessionId;if(e.isTest===!0)return"provider-test";const t=e.clientPid!==null&&e.clientPid!==void 0,n=e.clientProjectFolder!==null&&e.clientProjectFolder!==void 0;if(!t&&!n)return"default";const r=t?`PID:${e.clientPid}`:"unknown",o=n?e.clientProjectFolder:"no-folder";return`${r}|${o}`}function _T(e){const t=new Map;for(const r of e){const o=ST(r),i=t.get(o);i!==void 0?i.push(r):t.set(o,[r])}const n=[];for(const[r,o]of t){const i=[...o].sort((a,l)=>a.timestamp.localeCompare(l.timestamp));n.push({id:r,conversationId:r,logs:i})}return n.sort((r,o)=>(r.logs[0]?.timestamp??"").localeCompare(o.logs[0]?.timestamp??"")),n}function NT(e,t,n){const r=new Array(e);return new Proxy(r,{get(o,i,a){if(typeof i=="string"){const l=i.charCodeAt(0);if(l>=48&&l<=57){const u=+i;if(Number.isInteger(u)&&u>=0&&u<e){let d=o[u];if(!d){const f=t[u*2];d=o[u]={index:u,key:n(u),start:f,size:t[u*2+1],end:f+t[u*2+1],lane:0}}return d}}if(i==="length")return e}return Reflect.get(o,i,a)}})}function cs(e,t,n){let r=n.initialDeps??[],o,i=!0;function a(){const l=e();return(l.length!==r.length||l.some((d,f)=>r[f]!==d))&&(r=l,o=t(...l),n?.onChange&&!(i&&n.skipInitialOnChange)&&n.onChange(o),i=!1),o}return a.updateDeps=l=>{r=l},a}function Zu(e,t){if(e===void 0)throw new Error("Unexpected undefined");return e}const CT=(e,t)=>Math.abs(e-t)<1.01,TT=(e,t,n)=>{let r;return function(...o){e.clearTimeout(r),r=e.setTimeout(()=>t.apply(this,o),n)}};let Ws;const ea=()=>{if(Ws!==void 0)return Ws;if(typeof navigator>"u")return Ws=!1;if(/iP(hone|od|ad)/.test(navigator.userAgent))return Ws=!0;const e=navigator.maxTouchPoints;return Ws=navigator.platform==="MacIntel"&&e!==void 0&&e>0},Ku=e=>{const{offsetWidth:t,offsetHeight:n}=e;return{width:t,height:n}},ET=e=>e,RT=e=>{const t=Math.max(e.startIndex-e.overscan,0),r=Math.min(e.endIndex+e.overscan,e.count-1)-t+1,o=new Array(r);for(let i=0;i<r;i++)o[i]=t+i;return o},IT=(e,t)=>{const n=e.scrollElement;if(!n)return;const r=e.targetWindow;if(!r)return;const o=a=>{const{width:l,height:u}=a;t({width:Math.round(l),height:Math.round(u)})};if(o(Ku(n)),!r.ResizeObserver)return()=>{};const i=new r.ResizeObserver(a=>{const l=()=>{const u=a[0];if(u?.borderBoxSize){const d=u.borderBoxSize[0];if(d){o({width:d.inlineSize,height:d.blockSize});return}}o(Ku(n))};e.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(l):l()});return i.observe(n,{box:"border-box"}),()=>{i.unobserve(n)}},dr={passive:!0},PT=(e,t)=>{const n=e.scrollElement;if(!n)return;const r=()=>{t({width:n.innerWidth,height:n.innerHeight})};return r(),n.addEventListener("resize",r,dr),()=>{n.removeEventListener("resize",r)}},MT=typeof window>"u"?!0:"onscrollend"in window,pg=(e,t,n)=>{const r=e.scrollElement;if(!r)return;const o=e.targetWindow;if(!o)return;const i=e.options.useScrollendEvent&&MT;let a=0;const l=i?null:TT(o,()=>t(a,!1),e.options.isScrollingResetDelay),u=p=>()=>{a=n(r),l?.(),t(a,p)},d=u(!0),f=u(!1);return r.addEventListener("scroll",d,dr),i&&r.addEventListener("scrollend",f,dr),()=>{r.removeEventListener("scroll",d),i&&r.removeEventListener("scrollend",f)}},AT=(e,t)=>pg(e,t,n=>{const{horizontal:r,isRtl:o}=e.options;return r?n.scrollLeft*(o&&-1||1):n.scrollTop}),OT=(e,t)=>pg(e,t,n=>e.options.horizontal?n.scrollX:n.scrollY),zT=(e,t,n)=>{if(n.options.useCachedMeasurements){const r=n.indexFromElement(e),o=n.options.getItemKey(r);return n.itemSizeCache.get(o)??n.options.estimateSize(r)}if(t?.borderBoxSize){const r=t.borderBoxSize[0];if(r)return Math.round(r[n.options.horizontal?"inlineSize":"blockSize"])}if(!t){const r=n.indexFromElement(e),o=n.options.getItemKey(r),i=n.itemSizeCache.get(o);if(i!==void 0)return i}return e[n.options.horizontal?"offsetWidth":"offsetHeight"]},mg=(e,{adjustments:t=0,behavior:n},r)=>{var o,i;(i=(o=r.scrollElement)==null?void 0:o.scrollTo)==null||i.call(o,{[r.options.horizontal?"left":"top"]:e+t,behavior:n})},LT=mg,$T=mg;class DT{constructor(t){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.scrollState=null,this.measurementsCache=[],this._flatMeasurements=null,this.itemSizeCache=new Map,this.itemSizeCacheVersion=0,this.laneAssignments=new Map,this.pendingMin=null,this.prevLanes=void 0,this.lanesChangedFlag=!1,this.lanesSettling=!1,this.pendingScrollAnchor=null,this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this._iosDeferredAdjustment=0,this._iosTouching=!1,this._iosJustTouchEnded=!1,this._iosTouchEndTimerId=null,this._intendedScrollOffset=null,this.elementsCache=new Map,this.now=()=>{var n,r,o;return((o=(r=(n=this.targetWindow)==null?void 0:n.performance)==null?void 0:r.now)==null?void 0:o.call(r))??Date.now()},this.observer=(()=>{let n=null;const r=()=>n||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:n=new this.targetWindow.ResizeObserver(o=>{o.forEach(i=>{const a=()=>{const l=i.target,u=this.indexFromElement(l);if(!l.isConnected){this.observer.unobserve(l);for(const[d,f]of this.elementsCache)if(f===l){this.elementsCache.delete(d);break}return}this.shouldMeasureDuringScroll(u)&&this.resizeItem(u,this.options.measureElement(l,i,this))};this.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(a):a()})}));return{disconnect:()=>{var o;(o=r())==null||o.disconnect(),n=null},observe:o=>{var i;return(i=r())==null?void 0:i.observe(o,{box:"border-box"})},unobserve:o=>{var i;return(i=r())==null?void 0:i.unobserve(o)}}})(),this.range=null,this.setOptions=n=>{var r,o;const i={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:ET,rangeExtractor:RT,onChange:()=>{},measureElement:zT,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,anchorTo:"start",followOnAppend:!1,scrollEndThreshold:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!1,useAnimationFrameWithResizeObserver:!1,laneAssignmentMode:"estimate",useCachedMeasurements:!1};for(const m in n){const h=n[m];h!==void 0&&(i[m]=h)}const a=this.options;let l=null,u=null,d=!1;if(a!==void 0&&a.enabled&&i.enabled&&i.anchorTo==="end"&&this.scrollElement!==null){const m=a.count,h=i.count,g=this.getMeasurements(),y=m>0?((r=g[0])==null?void 0:r.key)??a.getItemKey(0):null,b=m>0?((o=g[m-1])==null?void 0:o.key)??a.getItemKey(m-1):null;if(h!==m||m>0&&h>0&&(i.getItemKey(0)!==y||i.getItemKey(h-1)!==b)){d=!0;const j=m>0?this.getVirtualItemForOffset(this.getScrollOffset())??g[0]:null;j&&(l=[j.key,this.getScrollOffset()-j.start]);const k=i.followOnAppend===!0?"auto":i.followOnAppend||null;k&&h>m&&this.isAtEnd(a.scrollEndThreshold)&&(m===0||i.getItemKey(h-1)!==b)&&(u=k)}}this.options=i,d&&(this.pendingMin=0,this.itemSizeCacheVersion++);let f=!1,p=0;if(l&&this.scrollOffset!==null){const[m,h]=l,g=this.getMeasurements(),{count:y,getItemKey:b}=this.options;let w=0;for(;w<y&&b(w)!==m;)w++;if(w<y){const v=g[w];if(v){const j=v.start+h;j!==this.scrollOffset&&(p=j-this.scrollOffset,this.scrollOffset=j,f=!0)}}}(f||u)&&(this.pendingScrollAnchor=[f?l[0]:null,f?l[1]:0,u,p])},this.notify=n=>{var r,o;(o=(r=this.options).onChange)==null||o.call(r,this,n)},this.maybeNotify=cs(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),n=>{this.notify(n)},{key:!1,debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(n=>n()),this.unsubs=[],this.observer.disconnect(),this.rafId!=null&&this.targetWindow&&(this.targetWindow.cancelAnimationFrame(this.rafId),this.rafId=null),this.scrollState=null,this._iosDeferredAdjustment=0,this._iosTouching=!1,this._iosJustTouchEnded=!1,this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var n;const r=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==r){if(this.cleanup(),!r){this.maybeNotify();return}if(this.scrollElement=r,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=((n=this.scrollElement)==null?void 0:n.window)??null,this.elementsCache.forEach(i=>{this.observer.observe(i)}),this.unsubs.push(this.options.observeElementRect(this,i=>{this.scrollRect=i,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(i,a)=>{if(a&&this._intendedScrollOffset===null&&i===this.scrollOffset)return;this._intendedScrollOffset!==null&&Math.abs(i-this._intendedScrollOffset)<1.5&&(i=this._intendedScrollOffset),this._intendedScrollOffset=null,this.scrollAdjustments=0;const l=this.getScrollOffset();this.scrollDirection=a?l===i?this.scrollDirection:l<i?"forward":"backward":null,this.scrollOffset=i,this.isScrolling=a,this._flushIosDeferredIfReady(),this.scrollState&&this.scheduleScrollReconcile(),this.maybeNotify()})),"addEventListener"in this.scrollElement){const i=this.scrollElement,a=()=>{this._iosTouching=!0,this._iosJustTouchEnded=!1,this._iosTouchEndTimerId!==null&&this.targetWindow!=null&&(this.targetWindow.clearTimeout(this._iosTouchEndTimerId),this._iosTouchEndTimerId=null)},l=()=>{this._iosTouching=!1,!(!ea()||this.targetWindow==null)&&(this._iosJustTouchEnded=!0,this._iosTouchEndTimerId=this.targetWindow.setTimeout(()=>{this._iosJustTouchEnded=!1,this._iosTouchEndTimerId=null,this._flushIosDeferredIfReady()},150))};i.addEventListener("touchstart",a,dr),i.addEventListener("touchend",l,dr),this.unsubs.push(()=>{i.removeEventListener("touchstart",a),i.removeEventListener("touchend",l),this._iosTouchEndTimerId!==null&&this.targetWindow!=null&&(this.targetWindow.clearTimeout(this._iosTouchEndTimerId),this._iosTouchEndTimerId=null)})}this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0})}const o=this.pendingScrollAnchor;if(this.pendingScrollAnchor=null,o&&this.scrollElement&&this.options.enabled){const[i,a,l,u]=o;i!==null&&!l&&(ea()&&(this.isScrolling||this._iosTouching||this._iosJustTouchEnded)?u!==0&&(this._iosDeferredAdjustment+=u):this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0})),l&&this.scrollToEnd({behavior:l})}},this._flushIosDeferredIfReady=()=>{if(this._iosDeferredAdjustment===0||this.isScrolling||this._iosTouching||this._iosJustTouchEnded)return;const n=this.getScrollOffset(),r=this.getMaxScrollOffset();if(n<0||n>r)return;const o=this._iosDeferredAdjustment;this._iosDeferredAdjustment=0,this._scrollToOffset(n,{adjustments:this.scrollAdjustments+=o,behavior:void 0})},this.rafId=null,this.getSize=()=>this.options.enabled?(this.scrollRect=this.scrollRect??this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0),this.getScrollOffset=()=>this.options.enabled?(this.scrollOffset=this.scrollOffset??(typeof this.options.initialOffset=="function"?this.options.initialOffset():this.options.initialOffset),this.scrollOffset):(this.scrollOffset=null,0),this.getMeasurementOptions=cs(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled,this.options.lanes,this.options.laneAssignmentMode,this.options.gap],(n,r,o,i,a,l,u,d)=>(this.prevLanes!==void 0&&this.prevLanes!==l&&(this.lanesChangedFlag=!0),this.prevLanes=l,this.pendingMin=null,{count:n,paddingStart:r,scrollMargin:o,getItemKey:i,enabled:a,lanes:l,laneAssignmentMode:u,gap:d}),{key:!1}),this.getMeasurements=cs(()=>[this.getMeasurementOptions(),this.itemSizeCacheVersion],({count:n,paddingStart:r,scrollMargin:o,getItemKey:i,enabled:a,lanes:l,laneAssignmentMode:u,gap:d},f)=>{const p=this.itemSizeCache;if(!a)return this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),[];if(this.laneAssignments.size>n)for(const w of this.laneAssignments.keys())w>=n&&this.laneAssignments.delete(w);this.lanesChangedFlag&&(this.lanesChangedFlag=!1,this.lanesSettling=!0,this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),this.pendingMin=null),this.measurementsCache.length===0&&!this.lanesSettling&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(w=>{this.itemSizeCache.set(w.key,w.size)}));const m=this.lanesSettling?0:this.pendingMin??0;if(this.pendingMin=null,this.lanesSettling&&this.measurementsCache.length===n&&(this.lanesSettling=!1),l===1){const w=n*2;let v=this._flatMeasurements;if(!v||v.length<w){const S=new Float64Array(w);v&&m>0&&S.set(v.subarray(0,m*2)),v=S,this._flatMeasurements=v}let j;if(m===0)j=r+o;else{const S=m-1;j=v[S*2]+v[S*2+1]+d}for(let S=m;S<n;S++){const _=i(S),C=p.get(_),M=typeof C=="number"?C:this.options.estimateSize(S);v[S*2]=j,v[S*2+1]=M,j+=M+d}const k=NT(n,v,i);return this.measurementsCache=k,k}const h=this.measurementsCache.slice(0,m),g=new Array(l).fill(void 0),y=new Float64Array(l);let b=0;for(let w=0;w<m;w++){const v=h[w];v&&(g[v.lane]===void 0&&b++,g[v.lane]=w,y[v.lane]=v.end)}for(let w=m;w<n;w++){const v=i(w),j=this.laneAssignments.get(w);let k,S;const _=u==="estimate"||p.has(v);if(j!==void 0&&this.options.lanes>1){k=j;const I=g[k],N=I!==void 0?h[I]:void 0;S=N?N.end+d:r+o}else if(b===l){let I=0,N=y[0],P=g[0];for(let $=1;$<l;$++){const F=y[$];(F<N||F===N&&g[$]<P)&&(I=$,N=F,P=g[$])}k=I,S=N+d,_&&this.laneAssignments.set(w,k)}else k=w%this.options.lanes,S=r+o,_&&this.laneAssignments.set(w,k);const C=p.get(v),M=typeof C=="number"?C:this.options.estimateSize(w),A=S+M;h[w]={index:w,start:S,size:M,end:A,key:v,lane:k},g[k]===void 0&&b++,g[k]=w,y[k]=A}return this.measurementsCache=h,h},{key:!1,debug:()=>this.options.debug}),this.calculateRange=cs(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset(),this.options.lanes],(n,r,o,i)=>n.length===0||r===0?(this.range=null,null):(this.range=UT(n,r,o,i,i===1&&this._flatMeasurements!=null?this._flatMeasurements:null),this.range),{key:!1,debug:()=>this.options.debug}),this.getVirtualIndexes=cs(()=>{let n=null,r=null;const o=this.calculateRange();return o&&(n=o.startIndex,r=o.endIndex),this.maybeNotify.updateDeps([this.isScrolling,n,r]),[this.options.rangeExtractor,this.options.overscan,this.options.count,n,r]},(n,r,o,i,a)=>i===null||a===null?[]:n({startIndex:i,endIndex:a,overscan:r,count:o}),{key:!1,debug:()=>this.options.debug}),this.indexFromElement=n=>{const r=this.options.indexAttribute,o=n.getAttribute(r);return o?parseInt(o,10):(console.warn(`Missing attribute name '${r}={index}' on measured element.`),-1)},this.shouldMeasureDuringScroll=n=>{var r;if(!this.scrollState||this.scrollState.behavior!=="smooth")return!0;const o=this.scrollState.index??((r=this.getVirtualItemForOffset(this.scrollState.lastTargetOffset))==null?void 0:r.index);if(o!==void 0&&this.range){const i=Math.max(this.options.overscan,Math.ceil((this.range.endIndex-this.range.startIndex)/2)),a=Math.max(0,o-i),l=Math.min(this.options.count-1,o+i);return n>=a&&n<=l}return!0},this.measureElement=n=>{if(!n){this.elementsCache.forEach((a,l)=>{a.isConnected||(this.observer.unobserve(a),this.elementsCache.delete(l))});return}const r=this.indexFromElement(n),o=this.options.getItemKey(r),i=this.elementsCache.get(o);i!==n&&(i&&this.observer.unobserve(i),this.observer.observe(n),this.elementsCache.set(o,n)),(!this.isScrolling||this.scrollState)&&this.shouldMeasureDuringScroll(r)&&this.resizeItem(r,this.options.measureElement(n,void 0,this))},this.resizeItem=(n,r)=>{var o,i;if(n<0||n>=this.options.count)return;let a,l,u;const d=this._flatMeasurements;if(this.options.lanes===1&&d!==null)u=this.options.getItemKey(n),l=d[n*2],a=d[n*2+1];else{const m=this.measurementsCache[n];if(!m)return;u=m.key,l=m.start,a=m.size}const f=this.itemSizeCache.get(u)??a,p=r-f;if(p!==0){const m=this.options.anchorTo==="end"&&((o=this.scrollState)==null?void 0:o.behavior)!=="smooth"&&this.getVirtualDistanceFromEnd()<=this.options.scrollEndThreshold,h=m?this.getTotalSize():0,g=((i=this.scrollState)==null?void 0:i.behavior)!=="smooth"&&(this.shouldAdjustScrollPositionOnItemSizeChange!==void 0?this.shouldAdjustScrollPositionOnItemSizeChange(this.measurementsCache[n]??{index:n,key:u,start:l,size:a,end:l+a,lane:0},p,this):l<this.getScrollOffset()+this.scrollAdjustments&&(!this.itemSizeCache.has(u)||this.scrollDirection!=="backward"));(this.pendingMin===null||n<this.pendingMin)&&(this.pendingMin=n),this.itemSizeCache.set(u,r),this.itemSizeCacheVersion++,m?this.applyScrollAdjustment(this.getTotalSize()-h):g&&this.applyScrollAdjustment(p),this.notify(!1)}},this.getVirtualItems=cs(()=>[this.getVirtualIndexes(),this.getMeasurements()],(n,r)=>{const o=[];for(let i=0,a=n.length;i<a;i++){const l=n[i],u=r[l];o.push(u)}return o},{key:!1,debug:()=>this.options.debug}),this.getVirtualItemForOffset=n=>{const r=this.getMeasurements();if(r.length===0)return;const o=this._flatMeasurements,i=this.options.lanes===1&&o!=null,a=hg(0,r.length-1,i?l=>o[l*2]:l=>Zu(r[l]).start,n);return Zu(r[a])},this.getMaxScrollOffset=()=>{if(!this.scrollElement)return 0;if("scrollHeight"in this.scrollElement)return this.options.horizontal?this.scrollElement.scrollWidth-this.scrollElement.clientWidth:this.scrollElement.scrollHeight-this.scrollElement.clientHeight;{const n=this.scrollElement.document.documentElement;return this.options.horizontal?n.scrollWidth-this.scrollElement.innerWidth:n.scrollHeight-this.scrollElement.innerHeight}},this.getVirtualDistanceFromEnd=()=>Math.max(this.getTotalSize()-this.getSize()-this.getScrollOffset(),0),this.getDistanceFromEnd=()=>Math.max(this.getMaxScrollOffset()-this.getScrollOffset(),0),this.isAtEnd=(n=this.options.scrollEndThreshold)=>this.getDistanceFromEnd()<=n,this.getOffsetForAlignment=(n,r,o=0)=>{if(!this.scrollElement)return 0;const i=this.getSize(),a=this.getScrollOffset();r==="auto"&&(r=n>=a+i?"end":"start"),r==="center"?n+=(o-i)/2:r==="end"&&(n-=i);const l=this.getMaxScrollOffset();return Math.max(Math.min(l,n),0)},this.getOffsetForIndex=(n,r="auto")=>{n=Math.max(0,Math.min(n,this.options.count-1));const o=this.getSize(),i=this.getScrollOffset(),a=this.measurementsCache[n];if(!a)return;if(r==="auto")if(a.end>=i+o-this.options.scrollPaddingEnd)r="end";else if(a.start<=i+this.options.scrollPaddingStart)r="start";else return[i,r];if(r==="end"&&n===this.options.count-1)return[this.getMaxScrollOffset(),r];const l=r==="end"?a.end+this.options.scrollPaddingEnd:a.start-this.options.scrollPaddingStart;return[this.getOffsetForAlignment(l,r,a.size),r]},this.scrollToOffset=(n,{align:r="start",behavior:o="auto"}={})=>{const i=this.getOffsetForAlignment(n,r),a=this.now();this.scrollState={index:null,align:r,behavior:o,startedAt:a,lastTargetOffset:i,stableFrames:0},this._scrollToOffset(i,{adjustments:void 0,behavior:o}),this.scheduleScrollReconcile()},this.scrollToIndex=(n,{align:r="auto",behavior:o="auto"}={})=>{n=Math.max(0,Math.min(n,this.options.count-1));const i=this.getOffsetForIndex(n,r);if(!i)return;const[a,l]=i,u=this.now();this.scrollState={index:n,align:l,behavior:o,startedAt:u,lastTargetOffset:a,stableFrames:0},this._scrollToOffset(a,{adjustments:void 0,behavior:o}),this.scheduleScrollReconcile()},this.scrollBy=(n,{behavior:r="auto"}={})=>{const o=this.getScrollOffset()+n,i=this.now();this.scrollState={index:null,align:"start",behavior:r,startedAt:i,lastTargetOffset:o,stableFrames:0},this._scrollToOffset(o,{adjustments:void 0,behavior:r}),this.scheduleScrollReconcile()},this.scrollToEnd=({behavior:n="auto"}={})=>{if(this.options.count>0){this.scrollToIndex(this.options.count-1,{align:"end",behavior:n});return}this.scrollToOffset(Math.max(this.getTotalSize()-this.getSize(),0),{behavior:n})},this.getTotalSize=()=>{var n;const r=this.getMeasurements();let o;if(r.length===0)o=this.options.paddingStart;else if(this.options.lanes===1){const i=r.length-1,a=this._flatMeasurements;a!=null?o=a[i*2]+a[i*2+1]:o=((n=r[i])==null?void 0:n.end)??0}else{const i=Array(this.options.lanes).fill(null);let a=r.length-1;for(;a>=0&&i.some(l=>l===null);){const l=r[a];i[l.lane]===null&&(i[l.lane]=l.end),a--}o=Math.max(...i.filter(l=>l!==null))}return Math.max(o-this.options.scrollMargin+this.options.paddingEnd,0)},this.takeSnapshot=()=>{const n=[];if(this.itemSizeCache.size===0)return n;const r=this.getMeasurements();for(const o of r)o&&this.itemSizeCache.has(o.key)&&n.push({index:o.index,key:o.key,start:o.start,size:o.size,end:o.end,lane:o.lane});return n},this._scrollToOffset=(n,{adjustments:r,behavior:o})=>{this._intendedScrollOffset=n+(r??0),this.options.scrollToFn(n,{behavior:o,adjustments:r},this)},this.measure=()=>{this.pendingMin=null,this.itemSizeCache.clear(),this.laneAssignments.clear(),this.itemSizeCacheVersion++,this.notify(!1)},this.setOptions(t)}applyScrollAdjustment(t,n){t!==0&&(ea()&&(this.isScrolling||this._iosTouching||this._iosJustTouchEnded)?this._iosDeferredAdjustment+=t:(this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=t,behavior:n}),this.scrollOffset!==null&&(this.scrollOffset+=this.scrollAdjustments,this.scrollAdjustments=0)))}scheduleScrollReconcile(){if(!this.targetWindow){this.scrollState=null;return}this.rafId==null&&(this.rafId=this.targetWindow.requestAnimationFrame(()=>{this.rafId=null,this.reconcileScroll()}))}reconcileScroll(){if(!this.scrollState||!this.scrollElement)return;if(this.now()-this.scrollState.startedAt>5e3){this.scrollState=null;return}const r=this.scrollState.index!=null?this.getOffsetForIndex(this.scrollState.index,this.scrollState.align):void 0,o=r?r[0]:this.scrollState.lastTargetOffset,i=1,a=o!==this.scrollState.lastTargetOffset;if(!a&&CT(o,this.getScrollOffset())){if(this.scrollState.stableFrames++,this.scrollState.stableFrames>=i){this.getScrollOffset()!==o&&this._scrollToOffset(o,{adjustments:void 0,behavior:"auto"}),this.scrollState=null;return}}else if(this.scrollState.stableFrames=0,a){const l=this.getSize()||600,u=Math.abs(o-this.getScrollOffset()),d=this.scrollState.behavior==="smooth"&&u>l;this.scrollState.lastTargetOffset=o,d||(this.scrollState.behavior="auto"),this._scrollToOffset(o,{adjustments:void 0,behavior:d?"smooth":"auto"})}this.scheduleScrollReconcile()}}const hg=(e,t,n,r)=>{for(;e<=t;){const o=(e+t)/2|0,i=n(o);if(i<r)e=o+1;else if(i>r)t=o-1;else return o}return e>0?e-1:0};function FT(e,t,n){let r=0;for(;r<=t;){const o=(r+t)/2|0,i=e[o*2];if(i<n)r=o+1;else if(i>n)t=o-1;else return o}return r>0?r-1:0}function UT(e,t,n,r,o){const i=e.length-1;if(e.length<=r)return{startIndex:0,endIndex:i};if(r===1&&o!==null){const d=FT(o,i,n);let f=d;const p=n+t;for(;f<i&&o[f*2]+o[f*2+1]<p;)f++;return{startIndex:d,endIndex:f}}let l=hg(0,i,d=>e[d].start,n),u=l;if(r===1)for(;u<i&&e[u].end<n+t;)u++;else if(r>1){const d=Array(r).fill(0);for(;u<i&&d.some(p=>p<n+t);){const p=e[u];d[p.lane]=p.end,u++}const f=Array(r).fill(n+t);for(;l>=0&&f.some(p=>p>=n);){const p=e[l];f[p.lane]=p.start,l--}l=Math.max(0,l-l%r),u=Math.min(i,u+(r-1-u%r))}return{startIndex:l,endIndex:u}}const ta=typeof document<"u"?c.useLayoutEffect:c.useEffect;function gg({useFlushSync:e=!0,directDomUpdates:t=!1,directDomUpdatesMode:n="transform",...r}){const o=c.useReducer(d=>d+1,0)[1],i=c.useRef({enabled:t,mode:n,container:null,lastSize:null,lastPositions:new WeakMap,prevRange:null});i.current.enabled=t,i.current.mode=n;const a=d=>{const f=i.current;if(!f.enabled||!f.container)return;const p=d.getTotalSize();if(p!==f.lastSize){f.lastSize=p;const w=d.options.horizontal?"width":"height";f.container.style[w]=`${p}px`}const m=!!d.options.horizontal,h=f.mode==="transform",g=m?"left":"top",y=d.options.scrollMargin,b=d.getVirtualItems();for(const w of b){const v=w.start-y,j=d.elementsCache.get(w.key);j&&f.lastPositions.get(j)!==v&&(f.lastPositions.set(j,v),h?j.style.transform=m?`translate3d(${v}px, 0, 0)`:`translate3d(0, ${v}px, 0)`:j.style[g]=`${v}px`)}},l={...r,onChange:(d,f)=>{var p;const m=i.current;let h=!0;if(m.enabled){a(d);const g=d.range,y=m.prevRange;h=!y||y.isScrolling!==d.isScrolling||y.startIndex!==g?.startIndex||y.endIndex!==g?.endIndex,h&&(m.prevRange=g?{startIndex:g.startIndex,endIndex:g.endIndex,isScrolling:d.isScrolling}:null)}h&&(e&&f?zs.flushSync(o):o()),(p=r.onChange)==null||p.call(r,d,f)}},[u]=c.useState(()=>{const d=new DT(l);return Object.assign(d,{containerRef:f=>{const p=i.current;if(p.container=f,p.lastSize=null,f&&p.enabled){const m=d.getTotalSize();p.lastSize=m;const h=d.options.horizontal?"width":"height";f.style[h]=`${m}px`}}})});return u.setOptions(l),ta(()=>u._didMount(),[]),ta(()=>u._willUpdate()),ta(()=>{a(u)}),u}function BT(e){return gg({observeElementRect:IT,observeElementOffset:AT,scrollToFn:$T,...e})}function qT(e){return gg({getScrollElement:()=>typeof document<"u"?window:null,observeElementRect:PT,observeElementOffset:OT,scrollToFn:LT,initialOffset:()=>typeof document<"u"?window.scrollY:0,...e})}const un="agent-inspector:focus-log";function As(e){window.dispatchEvent(new CustomEvent(un,{detail:e}))}function Ei(e){if(typeof CustomEvent>"u"||!(e instanceof CustomEvent))return null;const t=e.detail,n=Q(t,"logId");if(typeof n!="number"||!Number.isInteger(n)||n<0)return null;const r=Q(t,"tab");switch(r){case"anatomy":case"request":case"response":break;case void 0:break;default:return null}const o=Q(t,"source"),i=Q(t,"toolCallIndex"),a=typeof i=="number"&&Number.isInteger(i)&&i>=0?{logId:n,tab:r??"request",toolCallIndex:i}:{logId:n,tab:r??"request"};switch(o){case"virtualizer":return{...a,source:o};case void 0:return a;default:return null}}function HT(e){switch(e){case"end_turn":case"tool_use":return e;case"max_tokens":return"length";default:return null}}function VT(e){switch(e){case"stop":case"length":return e;case"max_tokens":return"length";default:return null}}function WT(e){switch(e){case"max_output_tokens":case"max_tokens":return!0;default:return!1}}function xg(e){if(e.responseText===null)return null;try{let t=JSON.parse(e.responseText);if(typeof t=="string"&&(t=JSON.parse(t)),!Xs(t))return null;if(typeof t.stop_reason=="string")return HT(t.stop_reason);if(Array.isArray(t.choices))for(const n of t.choices){if(!Xs(n)||typeof n.finish_reason!="string")continue;const r=VT(n.finish_reason);if(r!==null)return r}if(Array.isArray(t.output)){for(const n of t.output)if(Xs(n)&&n.type==="function_call")return"tool_use";if(t.status==="completed")return"stop"}if(t.status==="incomplete"&&Xs(t.incomplete_details)){const n=t.incomplete_details.reason;if(typeof n=="string"&&WT(n))return"length"}return null}catch{return null}}function jc(e){return e==="end_turn"||e==="stop"||e==="length"}function Nt({className:e,style:t,d:n,eyeStalks:r,eyes:o,legs:i,extras:a}){return s.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:t,className:L("inline-block size-5",e),children:[s.jsx("path",{d:n}),r,o,i,a]})}const Pn=s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"6.5",y1:"16",x2:"4.5",y2:"19.5"}),s.jsx("line",{x1:"9",y1:"17.5",x2:"8",y2:"20.5"}),s.jsx("line",{x1:"15",y1:"17.5",x2:"16",y2:"20.5"}),s.jsx("line",{x1:"17.5",y1:"16",x2:"19.5",y2:"19.5"})]}),bg=s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"7",y1:"16",x2:"5.5",y2:"18.5"}),s.jsx("line",{x1:"9.5",y1:"17",x2:"8.5",y2:"19.5"}),s.jsx("line",{x1:"14.5",y1:"17",x2:"15.5",y2:"19.5"}),s.jsx("line",{x1:"17",y1:"16",x2:"18.5",y2:"18.5"})]});function vg({className:e}){return s.jsx(Nt,{className:e,d:"M5 13 C5 9 8 7 12 7 C16 7 19 9 19 13 C19 16 16 18 12 18 C8 18 5 16 5 13 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10",y1:"7",x2:"9.5",y2:"5"}),s.jsx("line",{x1:"14",y1:"7",x2:"14.5",y2:"5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"9.5",cy:"4.5",r:"0.9",fill:"currentColor",stroke:"none"}),s.jsx("circle",{cx:"14.5",cy:"4.5",r:"0.9",fill:"currentColor",stroke:"none"})]}),legs:Pn,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M5 11 C3.5 9.5 1.5 10 2 12.5 C2.5 14 4 13.5 5 12.5"}),s.jsx("path",{d:"M19 11 C20.5 9.5 22.5 10 22 12.5 C21.5 14 20 13.5 19 12.5"})]})})}function ZT({className:e}){return s.jsx(Nt,{className:e,d:"M4 13 C4 7 7.5 5.5 12 5.5 C16.5 5.5 20 7 20 13 C20 17.5 16.5 19 12 19 C7.5 19 4 17.5 4 13 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"9.5",y1:"6.5",x2:"9.5",y2:"4.5"}),s.jsx("line",{x1:"14.5",y1:"6.5",x2:"14.5",y2:"4.5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"9.5",cy:"4",r:"1.1",fill:"currentColor",stroke:"none"}),s.jsx("circle",{cx:"14.5",cy:"4",r:"1.1",fill:"currentColor",stroke:"none"})]}),legs:bg,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M5 11 C4 9.5 2.5 10 3 12 C3.5 13.5 4.5 13 5 12"}),s.jsx("path",{d:"M19 11 C20 9.5 21.5 10 21 12 C20.5 13.5 19.5 13 19 12"})]})})}function KT({className:e}){return s.jsx(Nt,{className:e,d:"M3 13.5 C3 8 7 6 12 6 C17 6 21 8 21 13.5 C21 17 17 19 12 19 C7 19 3 17 3 13.5 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"7",y1:"7",x2:"6.5",y2:"4.5"}),s.jsx("line",{x1:"17",y1:"7",x2:"17.5",y2:"4.5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"6.5",cy:"4",r:"0.8",fill:"currentColor",stroke:"none"}),s.jsx("circle",{cx:"17.5",cy:"4",r:"0.8",fill:"currentColor",stroke:"none"})]}),legs:Pn,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M4 12 C2.5 10.5 1 11 1.5 13 C2 14.5 3.5 14 4.5 13"}),s.jsx("path",{d:"M20 12 C21.5 10.5 23 11 22.5 13 C22 14.5 20.5 14 19.5 13"})]})})}function GT({className:e}){return s.jsx(Nt,{className:e,d:"M6 14 C6 8 9 5.5 12 5.5 C15 5.5 18 8 18 14 C18 18 15 20 12 20 C9 20 6 18 6 14 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10",y1:"6.5",x2:"10",y2:"3.5"}),s.jsx("line",{x1:"14",y1:"6.5",x2:"14",y2:"3.5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"10",cy:"3",r:"0.7",fill:"currentColor",stroke:"none"}),s.jsx("circle",{cx:"14",cy:"3",r:"0.7",fill:"currentColor",stroke:"none"})]}),legs:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"7",y1:"17",x2:"5",y2:"20.5"}),s.jsx("line",{x1:"9.5",y1:"18.5",x2:"8.5",y2:"21.5"}),s.jsx("line",{x1:"14.5",y1:"18.5",x2:"15.5",y2:"21.5"}),s.jsx("line",{x1:"17",y1:"17",x2:"19",y2:"20.5"})]}),extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M6.5 11 C5 8.5 3 9 3.5 11.5 C4 13.5 5 13 6 12"}),s.jsx("path",{d:"M17.5 11 C19 8.5 21 9 20.5 11.5 C20 13.5 19 13 18 12"})]})})}function JT({className:e}){return s.jsx(Nt,{className:e,d:"M5 13 C5 9 8 7 12 7 L13 4 L14 7 C16 7 19 9 19 13 C19 16 16 18 13 18 L12 21 L11 18 C8 18 5 16 5 13 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10",y1:"7",x2:"9.5",y2:"5"}),s.jsx("line",{x1:"14",y1:"7",x2:"14.5",y2:"5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"9.5",cy:"4.5",r:"0.8",fill:"currentColor",stroke:"none"}),s.jsx("circle",{cx:"14.5",cy:"4.5",r:"0.8",fill:"currentColor",stroke:"none"})]}),legs:Pn,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M5 11 C3.5 9.5 1.5 10 2 12.5 C2.5 14 4 13.5 5 12.5"}),s.jsx("path",{d:"M19 11 C20.5 9.5 22.5 10 22 12.5 C21.5 14 20 13.5 19 12.5"})]})})}function YT({className:e}){return s.jsx(Nt,{className:e,d:"M5 13 C5 9 8 7 12 7 C16 7 19 9 19 13 C19 16 16 18 12 18 C8 18 5 16 5 13 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10",y1:"7",x2:"9.5",y2:"5"}),s.jsx("line",{x1:"14",y1:"7",x2:"14.5",y2:"5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"9.5",cy:"4.5",r:"0.9",fill:"currentColor",stroke:"none"}),s.jsx("line",{x1:"13.5",y1:"4",x2:"15.5",y2:"5"})]}),legs:Pn,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M5 11 C3.5 9.5 1.5 10 2 12.5 C2.5 14 4 13.5 5 12.5"}),s.jsx("path",{d:"M19 11 C20.5 9.5 22.5 10 22 12.5 C21.5 14 20 13.5 19 12.5"})]})})}function XT({className:e}){return s.jsx(Nt,{className:e,d:"M5.5 13.5 C5.5 10 8.5 8 12 8 C15.5 8 18.5 10 18.5 13.5 C18.5 16 15.5 17.5 12 17.5 C8.5 17.5 5.5 16 5.5 13.5 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10",y1:"8",x2:"10",y2:"6"}),s.jsx("line",{x1:"14",y1:"8",x2:"14",y2:"6"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"9",y1:"6",x2:"11",y2:"6.5"}),s.jsx("line",{x1:"13",y1:"6",x2:"15",y2:"6.5"})]}),legs:bg,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M6 11.5 C4.5 10.5 3 11 3.5 12.5 C4 13.5 5 13 5.5 12.5"}),s.jsx("path",{d:"M18 11.5 C19.5 10.5 21 11 20.5 12.5 C20 13.5 19 13 18.5 12.5"})]})})}function QT({className:e}){return s.jsx(Nt,{className:e,d:"M5 13 C5 9 8 7 12 7 C16 7 19 9 19 13 C19 16 16 18 12 18 C8 18 5 16 5 13 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10",y1:"7",x2:"9.5",y2:"5"}),s.jsx("line",{x1:"14",y1:"7",x2:"14.5",y2:"5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"9.5",cy:"4.5",r:"0.7",fill:"currentColor",stroke:"none"}),s.jsx("circle",{cx:"14.5",cy:"4.5",r:"0.7",fill:"currentColor",stroke:"none"})]}),legs:Pn,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M5 11 C3.5 9.5 1.5 10 2 12.5 C2.5 14 4 13.5 5 12.5"}),s.jsx("path",{d:"M19 11 C20.5 9.5 22.5 10 22 12.5 C21.5 14 20 13.5 19 12.5"}),s.jsx("line",{x1:"8.5",y1:"4",x2:"10.5",y2:"4.5"}),s.jsx("line",{x1:"15.5",y1:"4",x2:"13.5",y2:"4.5"}),s.jsx("path",{d:"M9 15.5 C10 14.5 14 14.5 15 15.5"})]})})}function e4({className:e}){return s.jsx(Nt,{className:e,d:"M5 13 C5 9 8 7 12 7 C16 7 19 9 19 13 C19 16 16 18 12 18 C8 18 5 16 5 13 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10",y1:"7",x2:"9.5",y2:"5"}),s.jsx("line",{x1:"14",y1:"7",x2:"14.5",y2:"5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"9.5",cy:"4.5",r:"1.2",fill:"none",stroke:"currentColor"}),s.jsx("circle",{cx:"14.5",cy:"4.5",r:"1.2",fill:"none",stroke:"currentColor"})]}),legs:Pn,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M5 11 C3.5 9.5 1.5 10 2 12.5 C2.5 14 4 13.5 5 12.5"}),s.jsx("path",{d:"M19 11 C20.5 9.5 22.5 10 22 12.5 C21.5 14 20 13.5 19 12.5"}),s.jsx("ellipse",{cx:"12",cy:"15",rx:"2",ry:"1.5",fill:"currentColor",stroke:"none"})]})})}function t4({className:e}){return s.jsx(Nt,{className:e,d:"M4.5 13 C4.5 8 7.5 6 12 6 C16.5 6 19.5 8 19.5 13 C19.5 17 16.5 18.5 12 18.5 C7.5 18.5 4.5 17 4.5 13 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"9.5",y1:"7",x2:"9",y2:"5"}),s.jsx("line",{x1:"14.5",y1:"7",x2:"15",y2:"5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"9",cy:"4.5",r:"1",fill:"currentColor",stroke:"none"}),s.jsx("circle",{cx:"15",cy:"4.5",r:"1",fill:"currentColor",stroke:"none"})]}),legs:Pn,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M5 11 C3.5 9 2 9.5 2.5 12 C3 14 4 13 5 12"}),s.jsx("path",{d:"M19 11 C20.5 9 22 9.5 21.5 12 C21 14 20 13 19 12"}),s.jsx("path",{d:"M9 14.5 C10 16 14 16 15 14.5"}),s.jsx("circle",{cx:"7",cy:"13",r:"1",fill:"currentColor",stroke:"none",opacity:"0.3"}),s.jsx("circle",{cx:"17",cy:"13",r:"1",fill:"currentColor",stroke:"none",opacity:"0.3"})]})})}function n4({className:e}){return s.jsx(Nt,{className:e,d:"M5 13 C5 9 8 7 12 7 C16 7 19 9 19 13 C19 16 16 18 12 18 C8 18 5 16 5 13 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10",y1:"7",x2:"9.5",y2:"5.5"}),s.jsx("line",{x1:"14",y1:"7",x2:"14.5",y2:"5.5"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"7.5",y1:"5.5",x2:"16.5",y2:"5.5"}),s.jsx("rect",{x:"7",y:"5",width:"4",height:"2",rx:"0.5",fill:"currentColor",stroke:"none"}),s.jsx("rect",{x:"13",y:"5",width:"4",height:"2",rx:"0.5",fill:"currentColor",stroke:"none"})]}),legs:Pn,extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M5 11 C3.5 9.5 1.5 10 2 12.5 C2.5 14 4 13.5 5 12.5"}),s.jsx("path",{d:"M19 11 C20.5 9.5 22.5 10 22 12.5 C21.5 14 20 13.5 19 12.5"}),s.jsx("path",{d:"M9.5 15 C10.5 16 13.5 16 14.5 15"})]})})}function s4({className:e}){return s.jsx(Nt,{className:e,d:"M7 13.5 C7 10.5 9.5 9 12 9 C14.5 9 17 10.5 17 13.5 C17 16 14.5 17.5 12 17.5 C9.5 17.5 7 16 7 13.5 Z",eyeStalks:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"10.5",y1:"9.5",x2:"10.5",y2:"8"}),s.jsx("line",{x1:"13.5",y1:"9.5",x2:"13.5",y2:"8"})]}),eyes:s.jsxs(s.Fragment,{children:[s.jsx("circle",{cx:"10.5",cy:"7.5",r:"0.8",fill:"currentColor",stroke:"none"}),s.jsx("circle",{cx:"13.5",cy:"7.5",r:"0.8",fill:"currentColor",stroke:"none"})]}),legs:s.jsxs(s.Fragment,{children:[s.jsx("line",{x1:"8",y1:"16",x2:"6.5",y2:"18"}),s.jsx("line",{x1:"10",y1:"17",x2:"9.5",y2:"19"}),s.jsx("line",{x1:"14",y1:"17",x2:"14.5",y2:"19"}),s.jsx("line",{x1:"16",y1:"16",x2:"17.5",y2:"18"})]}),extras:s.jsxs(s.Fragment,{children:[s.jsx("path",{d:"M7.5 12 C6.5 11 5.5 11.5 6 13 C6.5 14 7 13.5 7.5 13"}),s.jsx("path",{d:"M16.5 12 C17.5 11 18.5 11.5 18 13 C17.5 14 17 13.5 16.5 13"})]})})}const sl=[vg,ZT,KT,GT,JT,YT,XT,QT,e4,t4,n4,s4];function kc(e){return sl[Math.abs(e)%sl.length]??vg}function r4(e){const t=sl.length-2;return t<=0?0:1+((Number.isFinite(e)?Math.trunc(e):0)%t+t)%t}function o4(e){return kc(r4(e))}const i4="x-anthropic-billing-header:";function a4(e){return e.trimStart().toLowerCase().startsWith(i4)}function l4(e){return yc(e)?Object.prototype.hasOwnProperty.call(e,"system"):!1}function c4(e){if(!yc(e))return!1;const t=Q(e,"type"),n=Q(e,"text");return typeof t!="string"||t!=="text"||typeof n!="string"?!1:a4(n)}function u4(e){let t;try{t=JSON.parse(e)}catch{return{body:e,removed:0}}if(!l4(t))return{body:e,removed:0};const n=t.system;if(!Array.isArray(n)||n.length===0)return{body:e,removed:0};const r=[];let o=0;for(const i of n){if(c4(i)){o+=1;continue}r.push(i)}return o===0?{body:e,removed:0}:(r.length===0?delete t.system:t.system=r,{body:JSON.stringify(t),removed:o})}const d4=400,Gu=2e3;function f4(e){return Array.isArray(e)}function p4(e,t){const n=[e];let r=0;for(;n.length>0;){const o=n.pop();if(o!==void 0){if(r+=1,r>t)return r;if(!(o===null||typeof o!="object")){if(f4(o)){for(const i of o)n.push(i);continue}for(const i of Object.keys(o)){const a=o[i];a!==void 0&&n.push(a)}}}}return r}function m4(e){const t=p4(e,Gu+1);return t<=d4?{depth:Number.POSITIVE_INFINITY}:t<=Gu?{depth:3}:{depth:2}}function h4(e){try{const t=JSON.parse(e);return{kind:"json",data:$o(t)}}catch{return{kind:"text"}}}function na(e){const t=c.useMemo(()=>e===null?null:h4(e),[e]),n=t?.kind==="json"?t.data:null,r=c.useMemo(()=>n===null?null:m4(n),[n]),[o,i]=c.useState(!1),[a,l]=c.useState(0),[u,d]=c.useState(0),[f,p]=c.useTransition(),m=c.useCallback(()=>{const h=!o,g=h&&r!==null?r.depth:0;p(()=>{i(h),l(g),d(y=>y+1)})},[o,r]);return{parsedData:n,policy:r,isExpanded:o,toggle:m,isPending:f,bulkDepth:a,bulkRevision:u}}function $o(e){if(e==null)return null;switch(typeof e){case"string":return e;case"number":return e;case"boolean":return e;case"object":{if(Array.isArray(e))return e.map(n=>$o(n));const t={};for(const n of Object.keys(e)){const r=Object.getOwnPropertyDescriptor(e,n);t[n]=$o(r?.value)}return t}case"bigint":case"symbol":case"function":case"undefined":return String(e)}return null}function yg({className:e,orientation:t="horizontal",...n}){return s.jsx(hC,{"data-slot":"tabs","data-orientation":t,orientation:t,className:L("group/tabs flex gap-2 data-[orientation=horizontal]:flex-col",e),...n})}const g4=uf("rounded-lg p-[3px] group-data-[orientation=horizontal]/tabs:h-9 data-[variant=line]:rounded-none group/tabs-list text-muted-foreground inline-flex w-fit items-center justify-center group-data-[orientation=vertical]/tabs:h-fit group-data-[orientation=vertical]/tabs:flex-col",{variants:{variant:{default:"bg-muted",line:"gap-1 bg-transparent"}},defaultVariants:{variant:"default"}});function wg({className:e,variant:t="default",...n}){return s.jsx(gC,{"data-slot":"tabs-list","data-variant":t,className:L(g4({variant:t}),e),...n})}function xn({className:e,...t}){return s.jsx(xC,{"data-slot":"tabs-trigger",className:L("focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring text-muted-foreground hover:text-foreground relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap transition-all group-data-[orientation=vertical]/tabs:w-full group-data-[orientation=vertical]/tabs:justify-start focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 group-data-[variant=default]/tabs-list:data-[state=active]:shadow-sm group-data-[variant=line]/tabs-list:data-[state=active]:shadow-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4","group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-[state=active]:border-transparent group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent","data-[state=active]:border-border data-[state=active]:bg-background data-[state=active]:text-foreground","after:bg-foreground after:absolute after:opacity-0 after:transition-opacity group-data-[orientation=horizontal]/tabs:after:inset-x-0 group-data-[orientation=horizontal]/tabs:after:bottom-[-5px] group-data-[orientation=horizontal]/tabs:after:h-0.5 group-data-[orientation=vertical]/tabs:after:inset-y-0 group-data-[orientation=vertical]/tabs:after:-right-1 group-data-[orientation=vertical]/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-[state=active]:after:opacity-100",e),...t})}function jt({className:e,...t}){return s.jsx(bC,{"data-slot":"tabs-content",className:L("flex-1 outline-none",e),...t})}function vn(e){const[t,n]=c.useState(!1),r=c.useRef(null);c.useEffect(()=>()=>{r.current!==null&&clearTimeout(r.current)},[]);const o=c.useCallback(i=>{i.stopPropagation(),e!==null&&Pt(e).then(a=>{a&&(n(!0),r.current!==null&&clearTimeout(r.current),r.current=setTimeout(()=>n(!1),2e3))})},[e]);return{copied:t,copy:o}}const x4=c.lazy(()=>Gt(()=>import("./CompareDrawer-DQHjxFO6.js"),__vite__mapDeps([2,1])).then(e=>({default:e.CompareDrawer}))),b4=c.lazy(()=>Gt(()=>import("./InspectorPet-D1A4505B.js"),__vite__mapDeps([3,1])).then(e=>({default:e.InspectorPet}))),v4=c.lazy(()=>Gt(()=>import("./ReplayDialog-C5vmbecv.js"),__vite__mapDeps([4,1,5])).then(e=>({default:e.ReplayDialog}))),y4=c.lazy(()=>Gt(()=>import("./RequestAnatomy-CPGNB8lk.js"),__vite__mapDeps([6,1])).then(e=>({default:e.RequestAnatomy}))),w4=c.lazy(()=>Gt(()=>import("./ResponseView-DUfrajCm.js"),__vite__mapDeps([5,1])).then(e=>({default:e.ResponseView}))),j4=c.lazy(()=>Gt(()=>import("./StreamingChunkSequence-nbeCQqOz.js"),__vite__mapDeps([7,1])).then(e=>({default:e.StreamingChunkSequence}))),rl=c.lazy(()=>Gt(()=>import("./json-viewer-BLmF1sOZ.js"),__vite__mapDeps([8,1])).then(e=>({default:e.JsonViewer}))),k4=c.lazy(()=>Gt(()=>import("./json-viewer-BLmF1sOZ.js"),__vite__mapDeps([8,1])).then(e=>({default:e.JsonViewerFromString}))),S4=1200,_4=12;function N4(e){const{containerRef:t,setExpandToPath:n,ensureTabActive:r,highlightMs:o}=e,i=c.useRef(null);return c.useCallback(a=>{r?.(),n(a.path);const l=p=>{p.scrollIntoView({behavior:"smooth",block:"center"}),p.classList.add("ring-2","ring-primary/60","ring-offset-1","ring-offset-background","rounded-sm","transition-shadow"),i.current!==null&&clearTimeout(i.current),i.current=setTimeout(()=>{p.classList.remove("ring-2","ring-primary/60","ring-offset-1","ring-offset-background","rounded-sm","transition-shadow"),n(null)},o??S4)},d=`[data-anatomy-path="${(p=>typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(p):p.replace(/(["'\\[\](){}])/g,"\\$1"))(a.path)}"]`,f=p=>{const m=t.current;if(m!==null){const h=m.querySelector(d);if(h!==null){l(h);return}}p>0?window.requestAnimationFrame(()=>f(p-1)):n(null)};window.requestAnimationFrame(()=>f(_4))},[t,r,o,n])}const Ju="The compact log metadata is still available. Retry if the local server was restarting or the body store was briefly unavailable.";function xs(e){return e<1024?`${e.toLocaleString()} B`:e<1024*1024?`${(e/1024).toFixed(1)} KiB`:e<1024*1024*1024?`${(e/1024/1024).toFixed(1)} MiB`:`${(e/1024/1024/1024).toFixed(1)} GiB`}function C4(e,t){const n=[];return e!=null&&n.push(`Request ${xs(e)}`),t!=null&&n.push(`Response ${xs(t)}`),n.length===0?null:n.join(" · ")}function T4(e){if(e instanceof ti)return{title:"Full bodies timed out",detail:"The log store did not answer before the UI timeout. Compact metadata is still available; retry loading the bodies."};if(e instanceof Error){const t=e.message.trim();return{title:"Full bodies could not be loaded",detail:t===""?Ju:t}}return{title:"Full bodies could not be loaded",detail:Ju}}class jg{diff(t,n,r={}){let o;typeof r=="function"?(o=r,r={}):"callback"in r&&(o=r.callback);const i=this.castInput(t,r),a=this.castInput(n,r),l=this.removeEmpty(this.tokenize(i,r)),u=this.removeEmpty(this.tokenize(a,r));return this.diffWithOptionsObj(l,u,r,o)}diffWithOptionsObj(t,n,r,o){var i;const a=v=>{if(v=this.postProcess(v,r),o){setTimeout(function(){o(v)},0);return}else return v},l=n.length,u=t.length;let d=1,f=l+u;r.maxEditLength!=null&&(f=Math.min(f,r.maxEditLength));const p=(i=r.timeout)!==null&&i!==void 0?i:1/0,m=Date.now()+p,h=[{oldPos:-1,lastComponent:void 0}];let g=this.extractCommon(h[0],n,t,0,r);if(h[0].oldPos+1>=u&&g+1>=l)return a(this.buildValues(h[0].lastComponent,n,t));let y=-1/0,b=1/0;const w=()=>{for(let v=Math.max(y,-d);v<=Math.min(b,d);v+=2){let j;const k=h[v-1],S=h[v+1];k&&(h[v-1]=void 0);let _=!1;if(S){const M=S.oldPos-v;_=S&&0<=M&&M<l}const C=k&&k.oldPos+1<u;if(!_&&!C){h[v]=void 0;continue}if(!C||_&&k.oldPos<S.oldPos?j=this.addToPath(S,!0,!1,0,r):j=this.addToPath(k,!1,!0,1,r),g=this.extractCommon(j,n,t,v,r),j.oldPos+1>=u&&g+1>=l)return a(this.buildValues(j.lastComponent,n,t))||!0;h[v]=j,j.oldPos+1>=u&&(b=Math.min(b,v-1)),g+1>=l&&(y=Math.max(y,v+1))}d++};if(o)(function v(){setTimeout(function(){if(d>f||Date.now()>m)return o(void 0);w()||v()},0)})();else for(;d<=f&&Date.now()<=m;){const v=w();if(v)return v}}addToPath(t,n,r,o,i){const a=t.lastComponent;return a&&!i.oneChangePerToken&&a.added===n&&a.removed===r?{oldPos:t.oldPos+o,lastComponent:{count:a.count+1,added:n,removed:r,previousComponent:a.previousComponent}}:{oldPos:t.oldPos+o,lastComponent:{count:1,added:n,removed:r,previousComponent:a}}}extractCommon(t,n,r,o,i){const a=n.length,l=r.length;let u=t.oldPos,d=u-o,f=0;for(;d+1<a&&u+1<l&&this.equals(r[u+1],n[d+1],i);)d++,u++,f++,i.oneChangePerToken&&(t.lastComponent={count:1,previousComponent:t.lastComponent,added:!1,removed:!1});return f&&!i.oneChangePerToken&&(t.lastComponent={count:f,previousComponent:t.lastComponent,added:!1,removed:!1}),t.oldPos=u,d}equals(t,n,r){return r.comparator?r.comparator(t,n):t===n||!!r.ignoreCase&&t.toLowerCase()===n.toLowerCase()}removeEmpty(t){const n=[];for(let r=0;r<t.length;r++)t[r]&&n.push(t[r]);return n}castInput(t,n){return t}tokenize(t,n){return Array.from(t)}join(t){return t.join("")}postProcess(t,n){return t}get useLongestToken(){return!1}buildValues(t,n,r){const o=[];let i;for(;t;)o.push(t),i=t.previousComponent,delete t.previousComponent,t=i;o.reverse();const a=o.length;let l=0,u=0,d=0;for(;l<a;l++){const f=o[l];if(f.removed)f.value=this.join(r.slice(d,d+f.count)),d+=f.count;else{if(!f.added&&this.useLongestToken){let p=n.slice(u,u+f.count);p=p.map(function(m,h){const g=r[d+h];return g.length>m.length?g:m}),f.value=this.join(p)}else f.value=this.join(n.slice(u,u+f.count));u+=f.count,f.added||(d+=f.count)}}return o}}class E4 extends jg{constructor(){super(...arguments),this.tokenize=Sg}equals(t,n,r){return r.ignoreWhitespace?((!r.newlineIsToken||!t.includes(`
116
+ `))&&(t=t.trim()),(!r.newlineIsToken||!n.includes(`
117
+ `))&&(n=n.trim())):r.ignoreNewlineAtEof&&!r.newlineIsToken&&(t.endsWith(`
118
+ `)&&(t=t.slice(0,-1)),n.endsWith(`
119
+ `)&&(n=n.slice(0,-1))),super.equals(t,n,r)}}const R4=new E4;function kg(e,t,n){return R4.diff(e,t,n)}function Sg(e,t){t.stripTrailingCr&&(e=e.replace(/\r\n/g,`
120
+ `));const n=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(let o=0;o<r.length;o++){const i=r[o];o%2&&!t.newlineIsToken?n[n.length-1]+=i:n.push(i)}return n}class I4 extends jg{constructor(){super(...arguments),this.tokenize=Sg}get useLongestToken(){return!0}castInput(t,n){const{undefinedReplacement:r,stringifyReplacer:o=(i,a)=>typeof a>"u"?r:a}=n;return typeof t=="string"?t:JSON.stringify(ol(t,null,null,o),null," ")}equals(t,n,r){return super.equals(t.replace(/,([\r\n])/g,"$1"),n.replace(/,([\r\n])/g,"$1"),r)}}const P4=new I4;function M4(e,t,n){return P4.diff(e,t,n)}function ol(e,t,n,r,o){t=t||[],n=n||[],r&&(e=r(o===void 0?"":o,e));let i;for(i=0;i<t.length;i+=1)if(t[i]===e)return n[i];let a;if(Object.prototype.toString.call(e)==="[object Array]"){for(t.push(e),a=new Array(e.length),n.push(a),i=0;i<e.length;i+=1)a[i]=ol(e[i],t,n,r,String(i));return t.pop(),n.pop(),a}if(e&&e.toJSON&&(e=e.toJSON()),typeof e=="object"&&e!==null){t.push(e),a={},n.push(a);const l=[];let u;for(u in e)Object.prototype.hasOwnProperty.call(e,u)&&l.push(u);for(l.sort(),i=0;i<l.length;i+=1)u=l[i],a[u]=ol(e[u],t,n,r,u);t.pop(),n.pop()}else a=e;return a}function Yu(e){return e===void 0?[]:Object.entries(e).map(t=>[t[0].toLowerCase(),t[1]]).sort(([t],[n])=>t.localeCompare(n))}function Xu([e,t]){return`${e}: ${t}`}function il(e){const t=[];let n=0,r=0;for(const o of e){const i=o.value.split(`
121
+ `);i.length>0&&i[i.length-1]===""&&i.pop();for(const a of i)o.added?(r+=1,t.push({kind:"added",text:a,oldLineNumber:null,newLineNumber:r})):o.removed?(n+=1,t.push({kind:"removed",text:a,oldLineNumber:n,newLineNumber:null})):(n+=1,r+=1,t.push({kind:"context",text:a,oldLineNumber:n,newLineNumber:r}))}return t}function A4(e,t){const n=Yu(e).map(Xu).join(`
122
+ `),r=Yu(t).map(Xu).join(`
123
+ `);if(n===r)return{lines:[],isEmpty:!0};const o=kg(n,r);return{lines:il(o),isEmpty:!1}}function Qu(e){try{const t=JSON.parse(e);return t===null||typeof t=="string"||typeof t=="object"?t:null}catch{return null}}function O4(e,t){const n=e??"",r=t??"";if(n===r)return{lines:[],isEmpty:!0};const o=Qu(n),i=Qu(r);if(o!==null&&i!==null){const l=M4(o,i)??[];if(l.length===1){const u=l[0];if(u!==void 0&&!u.added&&!u.removed)return{lines:[],isEmpty:!0}}return{lines:il(l),isEmpty:!1}}const a=kg(n,r);return{lines:il(a),isEmpty:!1}}const z4=22,sa=1e4;function L4(e){return e==="added"?"+":e==="removed"?"-":" "}function $4(e){return e==="added"?"bg-green-500/10 text-green-700 dark:text-green-300":e==="removed"?"bg-red-500/10 text-red-700 dark:text-red-300":"text-foreground/80"}const D4=function({result:t,emptyLabel:n}){const[r,o]=c.useState("unified"),i=c.useRef(null),a=BT({count:t.lines.length,getScrollElement:()=>i.current,estimateSize:()=>z4,overscan:10});if(t.isEmpty)return s.jsx("div",{className:"rounded border border-dashed border-border bg-muted/30 px-4 py-6 text-center text-xs text-muted-foreground","data-testid":"diff-empty",children:n??"No transformation applied — raw and processed are identical."});const l=t.lines.length,u=l>sa,d=u?t.lines.slice(0,sa):t.lines;return s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center justify-between text-xs text-muted-foreground",children:[s.jsxs("span",{children:[l.toLocaleString()," line",l===1?"":"s",u&&` (showing first ${sa.toLocaleString()})`]}),s.jsxs("div",{className:"inline-flex rounded-md border border-border overflow-hidden",children:[s.jsxs("button",{type:"button",onClick:()=>o("unified"),"aria-pressed":r==="unified",className:L("flex items-center gap-1 px-2 py-1 transition-colors",r==="unified"?"bg-muted text-foreground":"hover:bg-muted/50"),title:"Unified diff (single column)",children:[s.jsx(Qj,{className:"size-3"}),"Unified"]}),s.jsxs("button",{type:"button",onClick:()=>o("split"),"aria-pressed":r==="split",className:L("flex items-center gap-1 px-2 py-1 transition-colors border-l border-border",r==="split"?"bg-muted text-foreground":"hover:bg-muted/50"),title:"Split diff (side by side)",children:[s.jsx(Fw,{className:"size-3"}),"Split"]})]})]}),s.jsx("div",{ref:i,className:"max-h-[60vh] overflow-auto rounded border border-border bg-background font-mono text-xs","data-testid":"diff-viewport",children:r==="unified"?s.jsx(F4,{virtualizer:a,lines:d}):s.jsx(q4,{lines:d})})]})};function F4({virtualizer:e,lines:t}){return s.jsx("div",{style:{height:`${e.getTotalSize()}px`,width:"100%",position:"relative"},children:e.getVirtualItems().map(n=>{const r=t[n.index];return r===void 0?null:s.jsxs("div",{"data-index":n.index,ref:e.measureElement,className:L("flex items-start gap-3 px-2",$4(r.kind)),style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${n.start}px)`},children:[s.jsx("span",{className:"select-none text-muted-foreground/60 w-10 text-right tabular-nums",children:r.oldLineNumber??""}),s.jsx("span",{className:"select-none text-muted-foreground/60 w-10 text-right tabular-nums",children:r.newLineNumber??""}),s.jsx("span",{className:L("select-none w-3 text-right font-bold",r.kind==="added"&&"text-green-600 dark:text-green-400",r.kind==="removed"&&"text-red-600 dark:text-red-400"),children:L4(r.kind)}),s.jsx("span",{className:"whitespace-pre-wrap break-all flex-1",children:r.text})]},n.key)})})}function U4(e){const t=[];let n=0;for(;n<e.length;){const r=e[n];if(r===void 0)break;if(r.kind==="context"){t.push({left:{text:r.text,lineNumber:r.oldLineNumber},right:{text:r.text,lineNumber:r.newLineNumber},kind:"equal"}),n+=1;continue}const o=[],i=[];for(;n<e.length&&e[n]?.kind==="removed";){const l=e[n];l!==void 0&&o.push(l),n+=1}for(;n<e.length&&e[n]?.kind==="added";){const l=e[n];l!==void 0&&i.push(l),n+=1}const a=Math.max(o.length,i.length);for(let l=0;l<a;l+=1){const u=o[l],d=i[l];u!==void 0&&d!==void 0?t.push({left:{text:u.text,lineNumber:u.oldLineNumber},right:{text:d.text,lineNumber:d.newLineNumber},kind:"changed"}):u!==void 0?t.push({left:{text:u.text,lineNumber:u.oldLineNumber},right:null,kind:"removed"}):d!==void 0&&t.push({left:null,right:{text:d.text,lineNumber:d.newLineNumber},kind:"added"})}}return t}function B4(e){switch(e){case"changed":return"bg-amber-500/10";case"removed":return"bg-red-500/10";case"added":return"bg-green-500/10";case"equal":return""}}function q4({lines:e}){const t=U4(e);return s.jsx("div",{"data-testid":"diff-split",children:t.map((n,r)=>s.jsxs("div",{className:L("grid grid-cols-2 font-mono text-xs",B4(n.kind)),children:[s.jsxs("div",{className:"flex items-start gap-2 px-2 border-r border-border/50",children:[s.jsx("span",{className:"select-none text-muted-foreground/60 w-8 text-right tabular-nums",children:n.left?.lineNumber??""}),s.jsx("span",{className:L("select-none w-3 text-right font-bold",(n.kind==="removed"||n.kind==="changed")&&"text-red-600 dark:text-red-400"),children:n.left!==null?"-":" "}),s.jsx("span",{className:"whitespace-pre-wrap break-all flex-1",children:n.left?.text??""})]}),s.jsxs("div",{className:"flex items-start gap-2 px-2",children:[s.jsx("span",{className:"select-none text-muted-foreground/60 w-8 text-right tabular-nums",children:n.right?.lineNumber??""}),s.jsx("span",{className:L("select-none w-3 text-right font-bold",(n.kind==="added"||n.kind==="changed")&&"text-green-600 dark:text-green-400"),children:n.right!==null?"+":" "}),s.jsx("span",{className:"whitespace-pre-wrap break-all flex-1",children:n.right?.text??""})]})]},r))})}const _g=c.memo(D4),H4=uf("inline-flex items-center justify-center rounded-full border border-transparent px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 gap-1 [&>svg]:pointer-events-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive transition-[color,box-shadow] overflow-hidden",{variants:{variant:{default:"bg-primary text-primary-foreground [a&]:hover:bg-primary/90",secondary:"bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",destructive:"bg-destructive text-white [a&]:hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border-border text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground",ghost:"[a&]:hover:bg-accent [a&]:hover:text-accent-foreground",link:"text-primary underline-offset-4 [a&]:hover:underline"}},defaultVariants:{variant:"default"}});function Te({className:e,variant:t="default",asChild:n=!1,...r}){const o=n?aS:"span";return s.jsx(o,{"data-slot":"badge","data-variant":t,className:L(H4({variant:t}),e),...r})}const V4=3;function W4({event:e}){const t=n=>{n.stopPropagation(),As({logId:e.logId,tab:"response",toolCallIndex:e.index})};return s.jsx("button",{type:"button",className:"inline-flex h-5 min-w-0 max-w-[8.5rem] items-center rounded px-1.5 text-[10px] text-muted-foreground transition-colors hover:bg-background/65 hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",onClick:t,onKeyDown:n=>n.stopPropagation(),"aria-label":`Open response tool call ${e.name}`,title:e.name,children:s.jsx("span",{className:"min-w-0 truncate font-mono font-semibold",children:e.name})})}function Z4({events:e}){if(e.length===0)return null;const t=e.slice(0,V4),n=Math.max(0,e.length-t.length);return s.jsxs("span",{className:"inline-flex h-7 min-w-0 max-w-full items-center gap-1 overflow-hidden rounded-md border border-cyan-300/10 bg-cyan-300/[0.055] px-1 sm:max-w-[26rem]",role:"group","aria-label":`${e.length} response tool ${e.length===1?"call":"calls"}`,onClick:r=>r.stopPropagation(),onKeyDown:r=>r.stopPropagation(),children:[s.jsxs("span",{className:"inline-flex h-5 shrink-0 items-center gap-1 px-1 font-mono text-[9px] font-semibold uppercase text-cyan-300",children:[s.jsx(wr,{className:"size-3"}),"Call ",e.length]}),s.jsxs("span",{className:"flex min-w-0 flex-1 items-center gap-0.5 overflow-hidden",children:[t.map(r=>s.jsx(W4,{event:r},r.id)),n>0&&s.jsxs("span",{className:"inline-flex h-5 shrink-0 items-center rounded px-1 font-mono text-[10px] font-semibold text-muted-foreground",children:["+",n]})]})]})}const K4={success:"bg-slate-300/[0.08] text-slate-100 border-transparent",client_error:"bg-amber-300/[0.10] text-amber-100 border-transparent",server_error:"bg-rose-400/[0.10] text-rose-100 border-transparent",pending:"bg-cyan-300/[0.08] text-cyan-100 border-transparent"},G4={success:{frame:"border-cyan-200/15 bg-white/[0.04] text-text-strong"},client_error:{frame:"border-amber-300/25 bg-amber-300/[0.08] text-amber-100"},server_error:{frame:"border-rose-300/25 bg-rose-300/[0.08] text-rose-100"},pending:{frame:"border-cyan-300/25 bg-cyan-300/[0.08] text-cyan-100"}},Zs="border border-transparent bg-white/[0.045] hover:bg-white/[0.075] size-8 text-muted-foreground shadow-none hover:text-cyan-100",Et="bg-white/[0.045] flex h-7 items-center gap-1 rounded-md px-2 text-xs";function Ks(e){return e<1e3?`${e}ms`:`${(e/1e3).toFixed(1)}s`}function J4(e){return e>=10?`${e.toFixed(0)}/s`:`${e.toFixed(1)}/s`}function Y4(e,t){switch(e){case"success":return t===null?"OK":String(t);case"client_error":return t===null?"WARN":String(t);case"server_error":return t===null?"FAIL":String(t);case"pending":return"ROLL"}}function ed({trend:e}){if(e===null)return null;const t=e.direction==="up",n=t?ew:Ky,r=t?"+":"-";return s.jsxs("span",{className:"flex items-center gap-0.5 text-muted-foreground tabular-nums",children:[s.jsx(n,{className:t?"size-3 text-cyan-300":"size-3 text-rose-400"}),s.jsxs("span",{className:"font-mono",children:[r,Pe(e.delta)]})]})}const X4=c.memo(function({log:e,displayNumber:t,messageCount:n=null,toolCount:r=null,toolEvents:o=[],expanded:i,onToggle:a,cacheTrend:l=null,activeTab:u,tabActions:d,onReplay:f,slowResponseThresholdSeconds:p=0,showClientMetadata:m=!0,timeDisplayFormat:h}){const g=Zx(e.responseStatus),y=e.elapsedMs!==null&&p>0&&e.elapsedMs>p*1e3,b=e.inputTokens!==null||e.outputTokens!==null,w=e.firstChunkMs??null,v=e.tokensPerSecond??null,j=w===null?null:Ks(w),k=v===null||v<=0?null:J4(v),S=e.warnings?.length??0,_=e.clientPid!==null&&e.clientPid!==void 0,C=e.clientProjectFolder!==null&&e.clientProjectFolder!==void 0&&e.clientProjectFolder!=="";e.clientCwd!==null&&e.clientCwd!==void 0&&e.clientCwd;const M=G4[g],A=Y4(g,e.responseStatus),I=g!=="success"||e.responseStatus!==200,N=e.streaming&&j===null&&k===null;return s.jsx(Fs,{children:s.jsxs("div",{id:`log-${e.id}`,role:"button",tabIndex:0,"data-nav-id":`log-${e.id}`,"data-nav-action":i?"collapse":"expand",className:L("group/header relative isolate flex min-w-0 cursor-pointer items-start gap-2 overflow-hidden px-3 py-2 transition-[background-color,border-color,box-shadow]",i?"bg-white/[0.04]":"bg-transparent hover:bg-white/[0.035]","select-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1 focus-visible:outline-none"),onClick:a,onKeyDown:P=>{(P.key==="Enter"||P.key===" ")&&(P.preventDefault(),a())},children:[s.jsxs("span",{className:"flex min-w-0 flex-1 flex-wrap items-center gap-x-2 gap-y-1",children:[s.jsx("span",{className:L("inline-flex h-8 shrink-0 items-center rounded-md px-2 font-mono",M.frame),children:s.jsxs("span",{className:"text-xs font-semibold tabular-nums",title:`Log ID ${String(e.id)}`,children:["#",t]})}),s.jsxs("span",{className:"bg-white/[0.045] flex h-7 shrink-0 items-center gap-1 rounded-md px-2 text-xs text-muted-foreground",children:[s.jsx(rn,{className:"size-3"}),s.jsx("span",{className:"font-mono tabular-nums",title:e.timestamp,children:La(e.timestamp,h)})]}),I&&s.jsxs(Te,{variant:"outline",className:L("h-6 gap-1 rounded-md px-2 py-0 font-mono text-[10px] font-semibold uppercase tabular-nums shadow-[inset_0_1px_0_rgba(255,255,255,0.05)]",K4[g]),children:[g==="success"?s.jsx(qe,{className:"size-3","aria-label":"Success"}):g==="server_error"?s.jsx($j,{className:"size-3","aria-label":"Server error"}):g==="client_error"?s.jsx(wn,{className:"size-3","aria-label":"Client error"}):s.jsx(De,{className:"size-3 animate-spin","aria-label":"Pending"}),A]}),S>0&&s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsxs(Te,{variant:"outline",className:"h-6 gap-1 rounded-md border-amber-300/30 bg-amber-300/[0.10] px-2 py-0 font-mono text-[10px] tabular-nums text-amber-100",children:[s.jsx(wn,{className:"size-3","aria-label":"Tool schema warnings"}),S]})}),s.jsx(pt,{children:S===1?"1 tool schema warning":`${S} tool schema warnings`})]}),e.elapsedMs!==null&&(y?s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsxs("span",{className:L(Et,"shrink-0 border-amber-300/25 text-amber-200"),children:[s.jsx(rn,{className:"size-3"}),s.jsx("span",{className:"font-mono tabular-nums",children:Ks(e.elapsedMs)}),s.jsx(wn,{className:"size-3","aria-label":"Slow response"})]})}),s.jsxs(pt,{children:["Slow response: ",Ks(e.elapsedMs)," exceeds"," ",Ks(p*1e3)]})]}):s.jsxs("span",{className:L(Et,"shrink-0 text-muted-foreground"),children:[s.jsx(rn,{className:"size-3"}),s.jsx("span",{className:"font-mono tabular-nums",children:Ks(e.elapsedMs)})]})),e.streaming&&j!==null&&s.jsxs("span",{className:L(Et,"shrink-0 text-cyan-300"),children:[s.jsx(pu,{className:"size-3"}),s.jsxs("span",{className:"font-mono tabular-nums",children:["first ",j]})]}),e.streaming&&k!==null&&s.jsxs("span",{className:L(Et,"shrink-0 text-cyan-300"),children:[s.jsx(Bl,{className:"size-3"}),s.jsx("span",{className:"font-mono tabular-nums",children:k})]}),b&&s.jsxs("span",{className:L(Et,"min-w-0 sm:shrink-0"),children:[s.jsx(ar,{className:"size-3 text-muted-foreground"}),s.jsxs("span",{className:"flex min-w-0 flex-wrap items-center gap-x-1 font-mono tabular-nums",children:[s.jsxs("span",{className:L("whitespace-nowrap",e.inputTokens!==null?"text-blue-400":"text-muted-foreground"),children:["IN ",e.inputTokens!==null?Pe(e.inputTokens):"n/a"]}),s.jsx("span",{className:"text-muted-foreground",children:"/"}),s.jsxs("span",{className:L("whitespace-nowrap",e.outputTokens!==null?"text-amber-400":"text-muted-foreground"),children:["OUT ",e.outputTokens!==null?Pe(e.outputTokens):"n/a"]})]})]}),e.cacheCreationInputTokens!==null&&e.cacheCreationInputTokens>0&&s.jsxs("span",{className:L(Et,"shrink-0"),children:[s.jsx(ed,{trend:l?.creation??null}),s.jsxs("span",{className:"font-mono tabular-nums text-cyan-300",children:["KV Cache +",Pe(e.cacheCreationInputTokens)]})]}),e.cacheReadInputTokens!==null&&e.cacheReadInputTokens>0&&s.jsxs("span",{className:L(Et,"shrink-0"),children:[s.jsx(ed,{trend:l?.read??null}),s.jsxs("span",{className:"font-mono tabular-nums text-purple-400",children:["KV Cache ~",Pe(e.cacheReadInputTokens)]})]}),n!==null&&s.jsxs("span",{className:L(Et,"shrink-0 text-muted-foreground"),children:[s.jsx(si,{className:"size-3"}),s.jsx("span",{className:"font-mono tabular-nums",children:n})]}),r!==null&&s.jsxs("span",{className:L(Et,"shrink-0 text-muted-foreground"),children:[s.jsx(wr,{className:"size-3"}),s.jsx("span",{className:"font-mono tabular-nums",children:r})]}),s.jsx(Z4,{events:o}),e.origin!==null&&s.jsxs("span",{className:L(Et,"hidden shrink-0 text-muted-foreground xl:flex"),title:`Origin: ${e.origin}`,children:[s.jsx(kp,{className:"size-3"}),s.jsx("span",{className:"font-mono tabular-nums truncate max-w-[120px]",title:e.origin,children:e.origin})]}),m&&(_||C)&&s.jsxs("span",{className:L(Et,"hidden shrink-0 text-purple-300 xl:flex"),children:[s.jsx(rj,{className:"size-3"}),C?s.jsx("span",{className:"font-mono tabular-nums",children:e.clientProjectFolder}):s.jsxs("span",{className:"font-mono tabular-nums",children:["PID ",e.clientPid]})]}),N&&s.jsx(pu,{className:"size-3 shrink-0 text-muted-foreground/60"})]}),s.jsxs("span",{className:"flex shrink-0 items-start gap-1.5",children:[i&&s.jsxs("span",{className:"flex items-center gap-1.5 shrink-0",onClick:P=>P.stopPropagation(),onKeyDown:P=>P.stopPropagation(),children:[d!==void 0&&u!==void 0&&(()=>{const P=d[u];return P===void 0?null:s.jsxs(s.Fragment,{children:[P.expansion!==null&&s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsx(ee,{variant:"outline",size:"icon",className:Zs,onClick:P.expansion.onToggle,disabled:P.expansion.isPending,"aria-pressed":P.expansion.isExpanded,"aria-label":P.expansion.isExpanded?"Collapse all JSON":"Expand all JSON",children:P.expansion.isExpanded?s.jsx(jw,{className:"size-3.5"}):s.jsx(gw,{className:"size-3.5"})})}),s.jsx(pt,{children:P.expansion.isExpanded?"Collapse all JSON nodes":"Expand all JSON nodes"})]}),P.diffWithRaw!==void 0&&s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsx(ee,{variant:"outline",size:"icon",className:L(Zs,P.diffWithRaw.active&&"border-cyan-300/35 bg-cyan-400/15 text-cyan-100"),onClick:P.diffWithRaw.onToggle,"aria-pressed":P.diffWithRaw.active,"aria-label":P.diffWithRaw.active?"Hide raw diff":"Diff with raw",children:s.jsx(ej,{className:"size-3.5"})})}),s.jsx(pt,{children:P.diffWithRaw.active?"Hide diff with raw request":"Show diff between displayed and raw request body"})]}),P.diffWithPrevious!==void 0&&s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsx(ee,{variant:"outline",size:"icon",className:Zs,onClick:P.diffWithPrevious,"aria-label":"Diff with previous",children:s.jsx(Sp,{className:"size-3.5"})})}),s.jsx(pt,{children:"Compare this request with the immediately preceding one"})]}),P.copyText!==null&&s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsx(ee,{variant:"outline",size:"icon",className:Zs,onClick:P.onCopy,"aria-label":P.copyCopied?"Copied":P.copyLabel,children:P.copyCopied?s.jsx(qe,{className:"size-3.5 text-cyan-300"}):s.jsx(Lt,{className:"size-3.5"})})}),s.jsx(pt,{children:P.copyCopied?"Copied to clipboard":P.copyLabel})]})]})})(),f!==void 0&&s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsx(ee,{variant:"outline",size:"icon",className:Zs,onClick:f,"aria-label":"Replay request",children:s.jsx(Tp,{className:"size-3.5"})})}),s.jsx(pt,{children:"Re-send this request to the provider"})]})]}),s.jsx("span",{className:"bg-white/[0.045] hover:bg-white/[0.075] inline-flex size-8 shrink-0 items-center justify-center rounded-md text-text-strong","aria-hidden":"true",children:i?s.jsx(et,{className:"size-4 shrink-0"}):s.jsx(bt,{className:"size-4 shrink-0"})})]})]})})});function Q4({...e}){return s.jsx(AS,{"data-slot":"collapsible",...e})}function _6({...e}){return s.jsx(Fp,{"data-slot":"collapsible-trigger",...e})}function eE({...e}){return s.jsx(Up,{"data-slot":"collapsible-content",...e})}function tE({className:e,children:t,...n}){return s.jsxs(DN,{"data-slot":"scroll-area",className:L("relative overflow-hidden",e),...n,children:[s.jsx(FN,{"data-slot":"scroll-area-viewport",className:"focus-visible:ring-ring/50 size-full max-h-[inherit] rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1",children:t}),s.jsx(nE,{}),s.jsx(UN,{})]})}function nE({className:e,orientation:t="vertical",...n}){return s.jsx(Jm,{"data-slot":"scroll-area-scrollbar",orientation:t,className:L("flex touch-none p-px transition-colors select-none",t==="vertical"&&"h-full w-2.5 border-l border-l-transparent",t==="horizontal"&&"h-2.5 flex-col border-t border-t-transparent",e),...n,children:s.jsx(eh,{"data-slot":"scroll-area-thumb",className:"bg-border relative flex-1 rounded-full"})})}const Ng={file:"file",shell:"shell",browser:"browser",web:"web",mcp:"MCP",code:"code",other:"other"},sE={file:"border-transparent bg-blue-400/5 text-blue-300",shell:"border-transparent bg-teal-400/5 text-teal-300",browser:"border-transparent bg-cyan-400/5 text-cyan-300",web:"border-transparent bg-sky-400/5 text-sky-300",mcp:"border-transparent bg-violet-400/5 text-violet-300",code:"border-transparent bg-emerald-400/5 text-emerald-300",other:"border-transparent bg-muted/30 text-muted-foreground"};function rE({category:e}){switch(e){case"file":return s.jsx(ij,{className:"size-3.5"});case"shell":return s.jsx(Qn,{className:"size-3.5"});case"browser":return s.jsx(Aj,{className:"size-3.5"});case"web":return s.jsx(kp,{className:"size-3.5"});case"mcp":return s.jsx(ow,{className:"size-3.5"});case"code":return s.jsx(yp,{className:"size-3.5"});case"other":return s.jsx(Ww,{className:"size-3.5"})}}function oE({names:e}){return e.length===0?null:s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-1",children:[s.jsx("span",{className:"text-[10px] uppercase tracking-wide text-muted-foreground",children:"required"}),e.slice(0,4).map(t=>s.jsx(Te,{variant:"outline",className:"h-5 max-w-36 truncate rounded-md px-1.5 py-0 font-mono text-[10px]",children:t},t)),e.length>4&&s.jsxs("span",{className:"font-mono text-[10px] text-muted-foreground",children:["+",e.length-4]})]})}function iE({tool:e,called:t}){const[n,r]=c.useState(!1),o=vn(e.name),i=e.description!==null||e.requiredParameters.length>0||e.schema!==null;return s.jsx(Q4,{open:n,onOpenChange:r,children:s.jsxs("div",{className:"bg-white/[0.035] rounded-[8px]",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2 px-2.5 py-2",children:[s.jsxs("button",{type:"button",className:"flex min-w-0 flex-1 items-center gap-2 text-left focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",onClick:()=>r(a=>!a),"aria-expanded":n,disabled:!i,children:[s.jsx(rE,{category:e.category}),s.jsx("span",{className:"min-w-0 truncate font-mono text-xs font-semibold text-foreground/90",children:e.name}),t&&s.jsx(Te,{variant:"outline",className:"h-5 rounded-md border-emerald-400/20 bg-emerald-400/5 px-1.5 py-0 text-[10px] text-emerald-300",children:"called"}),s.jsxs("span",{className:"font-mono text-[10px] text-muted-foreground",children:[e.parameterCount," params"]}),e.descriptionPreview!==null&&s.jsx("span",{className:"hidden min-w-0 truncate text-xs text-muted-foreground md:inline",children:e.descriptionPreview}),s.jsx("span",{className:"flex-1"}),i&&(n?s.jsx(et,{className:"size-3.5 shrink-0 text-muted-foreground"}):s.jsx(bt,{className:"size-3.5 shrink-0 text-muted-foreground"}))]}),s.jsx("button",{type:"button",className:"bg-white/[0.045] hover:bg-white/[0.075] inline-flex size-7 shrink-0 items-center justify-center rounded-md text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",onClick:o.copy,"aria-label":o.copied?"Copied tool name":"Copy tool name",children:o.copied?s.jsx(qe,{className:"size-3.5 text-emerald-400"}):s.jsx(Lt,{className:"size-3.5"})})]}),s.jsx(eE,{children:n&&s.jsxs("div",{className:"space-y-2 bg-white/[0.025] px-2.5 py-2",children:[e.description!==null&&s.jsx("p",{className:"text-xs leading-relaxed text-muted-foreground",children:e.description}),s.jsx(oE,{names:e.requiredParameters}),e.schema!==null&&s.jsx(tE,{className:"bg-black/[0.16] max-h-64 rounded-[8px] p-2",children:s.jsx(c.Suspense,{fallback:s.jsx("div",{className:"text-xs text-muted-foreground",children:"Loading JSON..."}),children:s.jsx(rl,{data:$o(e.schema),defaultExpandDepth:0})})})]})})]})})}function aE(e,t){return t.length===0?!0:`${e.name} ${e.description??""} ${Ng[e.category]}`.toLowerCase().trim().includes(t)}const lE=c.memo(function({summary:t,calledToolNames:n}){const[r,o]=c.useState(!1),[i,a]=c.useState(""),l=c.useMemo(()=>new Set(n),[n]),u=i.trim().toLowerCase(),d=c.useMemo(()=>t===null?[]:t.tools.filter(m=>aE(m,u)),[u,t]);if(t===null)return null;const f=t.tools.slice(0,6),p=t.tools.length-f.length;return s.jsxs("section",{className:"bg-black/[0.10] mb-3 overflow-hidden rounded-[8px]",children:[s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-2 px-3 py-2",children:[s.jsxs("div",{className:"flex min-w-0 flex-1 items-center gap-2",children:[s.jsx(wr,{className:"size-4 shrink-0 text-sky-300/80"}),s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-1.5",children:[s.jsx("span",{className:"text-sm font-semibold text-foreground",children:"Request Tools"}),s.jsx(Te,{variant:"outline",className:"h-5 rounded-md px-1.5 py-0 font-mono text-[10px]",children:t.tools.length}),t.toolChoiceLabel!==null&&s.jsxs(Te,{variant:"outline",className:"h-5 rounded-md px-1.5 py-0 font-mono text-[10px] text-muted-foreground",children:["tool_choice: ",t.toolChoiceLabel]})]}),s.jsx("div",{className:"mt-1 flex min-w-0 flex-wrap gap-1",children:t.categories.map(m=>s.jsxs(Te,{variant:"outline",className:L("h-5 rounded-md px-1.5 py-0 font-mono text-[10px]",sE[m.category]),children:[m.count," ",Ng[m.category]]},m.category))})]})]}),s.jsxs(ee,{type:"button",variant:"ghost",size:"sm",className:"h-7 px-2 text-muted-foreground hover:text-cyan-100",onClick:()=>o(m=>!m),"aria-expanded":r,children:[r?s.jsx(et,{className:"size-3.5"}):s.jsx(bt,{className:"size-3.5"}),r?"Hide":"Show"]})]}),s.jsxs("div",{className:"flex min-w-0 flex-wrap gap-1.5 bg-white/[0.025] px-3 py-2",children:[f.map(m=>s.jsx(Te,{variant:"outline",className:L("h-5 max-w-44 truncate rounded-md px-1.5 py-0 font-mono text-[10px]",l.has(m.name)&&"border-emerald-400/20 text-emerald-300"),children:m.name},m.name)),p>0&&s.jsxs("span",{className:"font-mono text-[10px] leading-5 text-muted-foreground",children:["+",p]})]}),r&&s.jsxs("div",{className:"space-y-2 bg-black/10 px-3 py-3",children:[s.jsxs("label",{className:"bg-white/[0.045] hover:bg-white/[0.075] flex h-8 items-center gap-2 rounded-md px-2 text-xs",children:[s.jsx(ok,{className:"size-3.5 shrink-0 text-muted-foreground"}),s.jsx("input",{value:i,onChange:m=>a(m.target.value),placeholder:"Filter tools",className:"min-w-0 flex-1 bg-transparent font-mono text-xs outline-none placeholder:text-muted-foreground/70"})]}),s.jsx("div",{className:"grid gap-1.5",children:d.length>0?d.map(m=>s.jsx(iE,{tool:m,called:l.has(m.name)},m.name)):s.jsx("p",{className:"py-2 text-xs text-muted-foreground",children:"No matching tools"})})]})]})});function td(e,t,n){return e==="anthropic"&&t==="full"&&n}function cE(e,t){return e==="full"&&t}function ra(e,t){return e==="full"&&t}function oa(e,t){return e==="full"&&t}function uE(e,t,n,r){return e==="anthropic"&&t==="full"&&n&&r}function us(){return s.jsx("div",{className:"h-1","aria-hidden":"true"})}function dE(e,t){switch(e){case"anatomy":return t===null?"request":"anatomy";case"request":return"request";case"response":return"parsed"}}const fE=15e3,pE=15e3,mE=256*1024,Do=1024*1024,zn="h-9 flex-none rounded-md border border-transparent bg-transparent px-3 text-xs font-semibold text-muted-foreground shadow-none transition-colors hover:bg-white/[0.045] hover:text-foreground data-[state=active]:bg-cyan-300/[0.08] data-[state=active]:text-cyan-100 data-[state=active]:shadow-none";function Vr(e=null){return{status:"idle",text:"",offset:0,totalBytes:e,hasMore:e!==null&&e>0,error:null}}function Fo(e){return e??0}function Cg(e){return e.bodyContentMode==="compact"||e.bodyContentMode==="truncated"}function Tg(e){return Cg(e)?Fo(e.rawRequestBodyBytes)>Do||Fo(e.responseTextBytes)>Do:!1}function hE(e){return Cg(e)&&!Tg(e)}function gE(e){return e instanceof ti?"Body preview timed out. The log is still available on disk; try loading again.":e instanceof Error?e.message:"Body preview could not be loaded."}function Wr({status:e,error:t,footprint:n,onRetry:r}){switch(e){case"idle":return null;case"loading":return s.jsx(fr,{tone:"loading",title:"Loading full bodies",children:s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[s.jsxs("span",{className:"flex min-w-0 items-center gap-2",children:[s.jsx(De,{className:"size-3.5 shrink-0 animate-spin text-cyan-200"}),s.jsx("span",{children:"Loading full request and response bodies from the log store."})]}),n!==null&&s.jsx("span",{className:"rounded border border-cyan-300/15 bg-cyan-300/[0.06] px-2 py-0.5 font-mono text-[11px] text-cyan-100",children:n})]})});case"failed":return s.jsx(fr,{tone:"warning",title:t?.title??"Full bodies could not be loaded",children:s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[s.jsx("span",{children:t?.detail??"Compact metadata is still available."}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground h-7 gap-1.5 text-xs text-amber-100",onClick:r,children:[s.jsx(Mt,{className:"size-3"}),"Retry"]})]})})}}function nd(e,t){return e?t.text!==""?t.text:t.status==="success"?"":null:null}function Ln({children:e,className:t}){return s.jsx("div",{className:L("bg-black/[0.14] inspector-scrollbar mx-3 mb-3 max-h-[72vh] overflow-auto rounded-[8px] p-3",t),children:e})}function fo({children:e}){return s.jsx("div",{className:"bg-white/[0.035] rounded-md px-3 py-5 text-center text-xs italic text-muted-foreground",children:e})}function Zr({children:e}){return s.jsx("pre",{className:"bg-black/[0.18] inspector-scrollbar max-h-[64vh] overflow-auto whitespace-pre-wrap break-words rounded-[8px] p-3 font-mono text-xs leading-relaxed text-muted-foreground",children:e})}const xE={loading:"border-transparent bg-cyan-400/[0.06] text-cyan-100",warning:"border-transparent bg-amber-400/[0.08] text-amber-100",danger:"border-transparent bg-rose-400/[0.08] text-rose-100"};function fr({tone:e,title:t,children:n}){return s.jsxs("div",{className:L("mb-3 rounded-md border px-3 py-2 text-xs shadow-[inset_0_1px_0_rgba(255,255,255,0.04)]",xE[e]),children:[t!==void 0&&s.jsx("div",{className:"mb-1 font-semibold",children:t}),s.jsx("div",{className:"leading-relaxed text-muted-foreground",children:n})]})}function Kr({label:e,state:t,expectedBytes:n,onLoadMore:r}){const o=t.totalBytes??n,i=o===null?xs(t.offset):`${xs(t.offset)} / ${xs(o)}`,a=t.status!=="loading"&&t.hasMore,l=t.status==="failed"?"Retry":"Load more";return s.jsx(fr,{tone:t.status==="failed"?"warning":"loading",title:`${e} body preview`,children:s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[s.jsxs("span",{children:[t.status==="idle"&&o!==null?`${e} body is ${xs(o)}. Loading the first preview chunk.`:`Loaded ${i}.`,t.status==="failed"&&t.error!==null&&` ${t.error}`]}),a&&s.jsx(ee,{type:"button",variant:"outline",size:"sm",className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground h-7 text-xs text-cyan-100",onClick:r,children:l})]})})}function sd({headers:e,emptyLabel:t}){const n=e===void 0?[]:Object.entries(e).sort(([r],[o])=>r.localeCompare(o));return n.length===0?s.jsx(fo,{children:t}):s.jsx("div",{className:"bg-black/[0.14] overflow-hidden rounded-[8px] font-mono text-xs",children:n.map(([r,o])=>s.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(140px,0.32fr)_minmax(0,1fr)] border-b border-white/[0.055] last:border-b-0",children:[s.jsx("div",{className:"min-w-0 truncate bg-white/[0.035] px-2.5 py-2 font-semibold text-cyan-200",children:r}),s.jsx("div",{className:"min-w-0 truncate px-2.5 py-2 text-muted-foreground",title:o,children:o})]},r))})}function bE({active:e,onClick:t}){return s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsxs(ee,{variant:e?"default":"outline",size:"sm",className:L("h-8 border-white/10 text-xs shadow-none",e?"bg-cyan-300 text-black hover:bg-cyan-200":"border border-input bg-background hover:bg-accent hover:text-accent-foreground text-muted-foreground hover:text-cyan-100"),onClick:t,"aria-pressed":e,children:[s.jsx(mj,{className:"size-3.5 mr-1"}),e?"Showing diff":"Diff with Raw"]})}),s.jsx(pt,{children:e?"Hide diff view":"Compare proxy output against the original raw version"})]})}const vE=c.memo(function({rawBody:e,displayedBody:t,emptyLabel:n}){const r=c.useMemo(()=>O4(e,t),[e,t]);return s.jsx(_g,{result:r,emptyLabel:n})}),yE=c.memo(function({rawHeaders:e,headers:t,emptyLabel:n}){const r=c.useMemo(()=>A4(e,t),[e,t]);return s.jsx(_g,{result:r,emptyLabel:n})}),wE=c.memo(function({log:e,displayNumber:t,viewMode:n="simple",strip:r,slowResponseThresholdSeconds:o,timeDisplayFormat:i,cacheTrend:a=null,onCompareWithPrevious:l,showClientMetadata:u=!0,toolEvents:d=[]}){const[f,p]=c.useState(!1),[m,h]=c.useState(!1),[g,y]=c.useState(!1),[b,w]=c.useState(!1),[v,j]=c.useState("request"),[k,S]=c.useState(null),[_,C]=c.useState(0),[M,A]=c.useState(null),[I,N]=c.useState(null),[P,$]=c.useState("idle"),[F,G]=c.useState(null),[X,U]=c.useState(0),[V,Y]=c.useState(()=>Vr(e.rawRequestBodyBytes??null)),[B,W]=c.useState(()=>Vr(e.responseTextBytes??null)),me=c.useRef(null),ve=c.useRef(e.id),ye=c.useRef(!1),D=I??e,oe=I===null&&Tg(e),te=c.useMemo(()=>C4(e.rawRequestBodyBytes,e.responseTextBytes),[e.rawRequestBodyBytes,e.responseTextBytes]),_e=nd(oe,V),Ne=nd(oe,B),ce=D.rawRequestBody??_e,de=D.responseText??Ne,he=D.rawRequestBody===null&&_e!==null,we=D.responseText===null&&Ne!==null,Ce=!he||V.hasMore===!1&&Fo(V.totalBytes)<=Do,Fe=!we||B.hasMore===!1&&Fo(B.totalBytes)<=Do,Ze=ur(D),Ue=dg(Ze),ut=c.useMemo(()=>Ue.analyzeRequest(D.rawRequestBody),[Ue,D.rawRequestBody]),en=c.useMemo(()=>Ue.analyzeResponse(D.responseText),[Ue,D.responseText]),Ke=c.useMemo(()=>!r||Ze!=="anthropic"||D.rawRequestBody===null?null:u4(D.rawRequestBody).body,[D.rawRequestBody,Ze,r])??ce,Ae=na(Ce?Ke:null),Be=na(v==="raw-request"&&Ce?ce:null),q=na(v==="raw"&&Fe?de:null),ne=c.useMemo(()=>D.headers&&Object.keys(D.headers).length>0?JSON.stringify(D.headers,null,2):null,[D.headers]),ke=c.useMemo(()=>D.rawHeaders&&Object.keys(D.rawHeaders).length>0?JSON.stringify(D.rawHeaders,null,2):null,[D.rawHeaders]),ge=vn(Ke),Se=vn(ce),Je=vn(ne),J=vn(ke),T=vn(de),z=c.useMemo(()=>({request:{copyLabel:he?"Copy loaded request preview":"Copy request body",copyText:Ke,copyCopied:ge.copied,onCopy:ge.copy,expansion:Ce?{isExpanded:Ae.isExpanded,isPending:Ae.isPending,onToggle:Ae.toggle}:null,diffWithRaw:uE(Ze,n,r,D.rawRequestBody!==null)?{active:b,onToggle:()=>w(!b)}:void 0,diffWithPrevious:l===void 0?void 0:()=>{l(D)}},"raw-request":{copyLabel:he?"Copy loaded raw request preview":"Copy raw request",copyText:ce,copyCopied:Se.copied,onCopy:Se.copy,expansion:Ce?{isExpanded:Be.isExpanded,isPending:Be.isPending,onToggle:Be.toggle}:null},...oa(n,D.headers!==void 0&&Object.keys(D.headers).length>0)?{headers:{copyLabel:"Copy headers",copyText:ne,copyCopied:Je.copied,onCopy:Je.copy,expansion:null}}:{},...ra(n,D.rawHeaders!==void 0&&Object.keys(D.rawHeaders).length>0)?{"raw-headers":{copyLabel:"Copy raw headers",copyText:ke,copyCopied:J.copied,onCopy:J.copy,expansion:null}}:{},raw:{copyLabel:we?"Copy loaded response preview":"Copy response",copyText:de,copyCopied:T.copied,onCopy:T.copy,expansion:Fe?{isExpanded:q.isExpanded,isPending:q.isPending,onToggle:q.toggle}:null}}),[Ke,he,Ce,ge,Ae,b,D,D.rawRequestBody,ce,Se,Be,ne,Je,ke,J,D.responseText,we,Fe,de,T,q,Ze,n,r,l]),Z=c.useMemo(()=>Ae.parsedData!==null?Ue.anatomySegments(Ae.parsedData):null,[Ue,Ae.parsedData]),ie=c.useMemo(()=>wc(Ae.parsedData),[Ae.parsedData]),ae=D.warnings??[],se=c.useMemo(()=>{if(Z!==null)return new Set(Z.map(Me=>Me.path))},[Z]),be=N4({containerRef:me,setExpandToPath:A,ensureTabActive:()=>{v!=="request"&&j("request")}}),ue=c.useCallback((Me,tn)=>{const wt=Me==="request"?Y:W;wt(rt=>({...rt,status:"loading",error:null}));const Us=new URLSearchParams({part:Me,offset:String(tn),limit:String(mE)});He(`/api/logs/${String(e.id)}/body?${Us.toString()}`,q2,pE).then(rt=>{ve.current===e.id&&wt(Bs=>({status:"success",text:rt.offset===0?rt.text:`${Bs.text}${rt.text}`,offset:rt.nextOffset??rt.totalBytes,totalBytes:rt.totalBytes,hasMore:rt.hasMore,error:null}))}).catch(rt=>{ve.current===e.id&&wt(Bs=>({...Bs,status:"failed",error:gE(rt)}))})},[e.id]),Ct=c.useCallback(()=>{ye.current||(N(null),$("idle"),G(null),U(Me=>Me+1))},[]),Mn=c.useCallback(()=>{const Me=!f;Me&&j(Z!==null?"anatomy":"request"),p(Me)},[Z,f]);return c.useEffect(()=>{ve.current=e.id,ye.current=!1,N(null),$("idle"),G(null),U(0),Y(Vr(e.rawRequestBodyBytes??null)),W(Vr(e.responseTextBytes??null))},[e.id,e.rawRequestBodyBytes,e.responseTextBytes]),c.useEffect(()=>{if(!f||!hE(e)||I!==null||ye.current)return;let Me=!1;return ye.current=!0,$("loading"),G(null),He(`/api/logs/${String(e.id)}`,ir,fE).then(tn=>{Me||(ye.current=!1,N(tn),$("idle"),G(null))}).catch(tn=>{Me||(ye.current=!1,$("failed"),G(T4(tn)))}),()=>{Me=!0,ye.current=!1}},[f,I,e.bodyContentMode,e.id,e.rawRequestBodyBytes,e.responseTextBytes,X]),c.useEffect(()=>{f&&oe&&V.status==="idle"&&(v!=="request"&&v!=="raw-request"&&v!=="anatomy"||ue("request",0))},[v,f,ue,V.status,oe]),c.useEffect(()=>{f&&oe&&B.status==="idle"&&(v!=="parsed"&&v!=="raw"||ue("response",0))},[v,f,ue,B.status,oe]),c.useEffect(()=>{const Me=tn=>{const wt=Ei(tn);wt!==null&&wt.logId===e.id&&(p(!0),j(dE(wt.tab,Z)),wt.tab==="response"&&wt.toolCallIndex!==void 0&&(S(wt.toolCallIndex),C(Us=>Us+1)))};return window.addEventListener(un,Me),()=>{window.removeEventListener(un,Me)}},[Z,e.id]),s.jsxs(Fs,{children:[s.jsxs("div",{className:L("bg-card/80 relative mb-1.5 overflow-hidden rounded-[8px] transition-[background-color,box-shadow]",f?"bg-card shadow-[0_18px_60px_rgba(0,0,0,0.30),0_0_0_1px_rgba(103,232,249,0.08)]":"hover:bg-card"),children:[s.jsx(X4,{log:D,displayNumber:t,messageCount:ut.messageCount,toolCount:ut.toolCount,toolEvents:d,expanded:f,onToggle:Mn,cacheTrend:a,slowResponseThresholdSeconds:o,showClientMetadata:u,timeDisplayFormat:i,activeTab:v,tabActions:z,onReplay:l===void 0?void 0:()=>{h(!0)}}),f&&s.jsxs("div",{className:"relative bg-black/[0.14] pt-2",onClick:Me=>Me.stopPropagation(),onKeyDown:Me=>Me.stopPropagation(),children:[s.jsx("div",{className:"pointer-events-none absolute inset-x-0 top-0 h-12 bg-gradient-to-b from-white/[0.05] to-transparent","aria-hidden":"true"}),s.jsx(go,{feature:"Log details",children:s.jsxs(yg,{value:v,onValueChange:j,className:"gap-2",children:[s.jsxs(wg,{variant:"line",className:"bg-white/[0.04] inspector-scrollbar relative mx-3 h-auto w-[calc(100%-1.5rem)] justify-start overflow-x-auto rounded-[8px] p-1",children:[ra(n,D.rawHeaders!==void 0&&Object.keys(D.rawHeaders).length>0)&&s.jsx(xn,{className:zn,value:"raw-headers",children:"Raw Headers"}),oa(n,D.headers!==void 0&&Object.keys(D.headers).length>0)&&s.jsx(xn,{className:zn,value:"headers",children:"Headers"}),Z!==null&&s.jsx(xn,{className:zn,value:"anatomy",children:"Context"}),td(Ze,n,r)&&s.jsx(xn,{className:zn,value:"raw-request",children:"Raw Request"}),s.jsx(xn,{className:zn,value:"request",children:"Request"}),n==="full"&&s.jsx(xn,{className:zn,value:"raw",children:"Raw Response"}),s.jsx(xn,{className:zn,value:"parsed",children:"Response"})]}),td(Ze,n,r)&&s.jsx(jt,{value:"raw-request",children:v==="raw-request"&&s.jsxs(Ln,{children:[s.jsx(Wr,{status:P,error:F,footprint:te,onRetry:Ct}),oe&&s.jsx(Kr,{label:"Request",state:V,expectedBytes:e.rawRequestBodyBytes??null,onLoadMore:()=>ue("request",V.offset)}),ce===null?s.jsx(fo,{children:oe?"Request preview is loading":"No request body"}):Be.parsedData!==null?s.jsx(c.Suspense,{fallback:s.jsx(us,{}),children:s.jsx(rl,{data:Be.parsedData,bulkDepth:Be.bulkDepth,bulkRevision:Be.bulkRevision})}):s.jsx(Zr,{children:ce})]})}),s.jsx(jt,{value:"request",children:v==="request"&&s.jsxs(Ln,{children:[s.jsx(Wr,{status:P,error:F,footprint:te,onRetry:Ct}),oe&&s.jsx(Kr,{label:"Request",state:V,expectedBytes:e.rawRequestBodyBytes??null,onLoadMore:()=>ue("request",V.offset)}),ae.length>0&&s.jsxs(fr,{tone:"warning",children:[s.jsxs("div",{className:"flex items-center gap-2 font-semibold text-amber-300",children:[s.jsx(wn,{className:"size-3.5"}),"Tool schema warnings"]}),s.jsx("ul",{className:"mt-2 space-y-1 text-muted-foreground",children:ae.map(Me=>s.jsx("li",{children:Me},Me))})]}),s.jsx(lE,{summary:ie,calledToolNames:en.toolNames??[]}),b?s.jsx(vE,{rawBody:D.rawRequestBody,displayedBody:Ke,emptyLabel:"No transformation applied; raw and sent request bodies are identical."}):s.jsx("div",{ref:me,children:Ke===null?s.jsx(fo,{children:oe?"Request preview is loading":"No request body"}):Ae.parsedData!==null?s.jsx(c.Suspense,{fallback:s.jsx(us,{}),children:s.jsx(rl,{data:Ae.parsedData,bulkDepth:Ae.bulkDepth,bulkRevision:Ae.bulkRevision,anatomyPaths:se,expandToPath:M})}):s.jsx(Zr,{children:Ke})})]})}),Z!==null&&s.jsx(jt,{value:"anatomy",children:v==="anatomy"&&s.jsx(Ln,{className:"p-0",children:s.jsx(c.Suspense,{fallback:s.jsx(us,{}),children:s.jsx(y4,{parsed:Ae.parsedData,inputTokens:D.inputTokens??null,model:D.model,segments:Z,onSegmentActivate:be})})})}),oa(n,D.headers!==void 0&&Object.keys(D.headers).length>0)&&s.jsx(jt,{value:"headers",children:v==="headers"&&s.jsxs(Ln,{children:[s.jsx("div",{className:"flex justify-end gap-2 mb-2",children:cE(n,D.rawHeaders!==void 0&&Object.keys(D.rawHeaders).length>0)&&s.jsx(bE,{active:g,onClick:Me=>{Me.stopPropagation(),y(!g)}})}),g?s.jsx(yE,{rawHeaders:D.rawHeaders,headers:D.headers,emptyLabel:"No transformation applied; raw and processed headers are identical."}):s.jsx(sd,{headers:D.headers,emptyLabel:"No headers captured"})]})}),ra(n,D.rawHeaders!==void 0&&Object.keys(D.rawHeaders).length>0)&&s.jsx(jt,{value:"raw-headers",children:v==="raw-headers"&&s.jsx(Ln,{children:s.jsx(sd,{headers:D.rawHeaders,emptyLabel:"No raw headers captured"})})}),s.jsx(jt,{value:"raw",children:v==="raw"&&s.jsxs(Ln,{className:"space-y-3",children:[s.jsx(Wr,{status:P,error:F,footprint:te,onRetry:Ct}),oe&&s.jsx(Kr,{label:"Response",state:B,expectedBytes:e.responseTextBytes??null,onLoadMore:()=>ue("response",B.offset)}),D.error!==void 0&&D.error!==null&&s.jsx(fr,{tone:"danger",title:"SSE Error",children:s.jsx("span",{className:"font-mono",children:D.error})}),de!==null&&Fe?s.jsx(c.Suspense,{fallback:s.jsx(us,{}),children:s.jsx(k4,{text:de,defaultExpandDepth:0,bulkDepth:q.bulkDepth,bulkRevision:q.bulkRevision})}):de!==null?s.jsx(Zr,{children:de}):s.jsx(fo,{children:oe?"Response preview is loading":"No response"}),D.streaming===!0&&s.jsx(c.Suspense,{fallback:s.jsx(us,{}),children:s.jsx(j4,{logId:D.id,truncated:D.streamingChunksPath!==null})})]})}),s.jsx(jt,{value:"parsed",children:v==="parsed"&&s.jsxs(Ln,{children:[s.jsx(Wr,{status:P,error:F,footprint:te,onRetry:Ct}),oe&&s.jsx(Kr,{label:"Response",state:B,expectedBytes:e.responseTextBytes??null,onLoadMore:()=>ue("response",B.offset)}),we&&!Fe?s.jsx(Zr,{children:de}):s.jsx(c.Suspense,{fallback:s.jsx(us,{}),children:s.jsx(w4,{responseText:de,responseStatus:D.responseStatus,streaming:D.streaming,inputTokens:D.inputTokens,outputTokens:D.outputTokens,cacheCreationInputTokens:D.cacheCreationInputTokens,cacheReadInputTokens:D.cacheReadInputTokens,apiFormat:Ze,error:D.error,focusedToolIndex:k,toolFocusNonce:_})})]})})]})})]})]}),s.jsx(go,{feature:"Replay",children:s.jsx(c.Suspense,{fallback:null,children:s.jsx(v4,{log:D,displayNumber:t,open:m,onOpenChange:h})})})]})});function jE(e){switch(e){case"end_turn":return"End of Turn (Anthropic)";case"stop":return"End of Turn (OpenAI)";case"length":return"End of Turn (length limit)";case"tool_use":case null:return"End of Turn"}}function ia(e){return e?"cursor-pointer transition-transform hover:scale-110":""}function kE({stopReason:e,isPending:t,isFirst:n,isTurnStart:r,isOnlyEntry:o=!1,isOpenTurnTail:i=!1,crabIndex:a=0,collapsible:l=!1,onToggle:u}){const d=jc(e),f=o&&r&&d,p=t&&!d,m=l&&u!==void 0,h=c.useMemo(()=>kc(a),[a]),g=c.useMemo(()=>o4(a),[a]),y=w=>{!m||u===void 0||(w.stopPropagation(),u())},b=w=>{!m||u===void 0||w.key!=="Enter"&&w.key!==" "||(w.preventDefault(),u())};return s.jsxs("div",{className:"flex flex-col items-center w-6 shrink-0 pt-0.5 pb-0.5",children:[s.jsx("div",{className:"flex justify-center h-[calc(0.75rem-8px)]",children:!n&&s.jsx("div",{className:"w-px bg-muted-foreground/18 h-full"})}),f?s.jsx("span",{role:m?"button":void 0,tabIndex:m?0:void 0,title:"Single-request turn",className:ia(m),onClick:y,onKeyDown:b,children:s.jsx(g,{className:L("size-3.5 text-[#80FF00]","animate-crab-settle","drop-shadow-[0_0_4px_rgba(128,255,0,0.5)]")})}):d?s.jsx("span",{role:m?"button":void 0,tabIndex:m?0:void 0,title:jE(e),className:ia(m),onClick:y,onKeyDown:b,children:s.jsx(h,{className:L("size-3.5 text-amber-400","animate-crab-settle","drop-shadow-[0_0_4px_rgba(251,191,36,0.5)]")})}):r?s.jsx("span",{role:m?"button":void 0,tabIndex:m?0:void 0,title:"Start of turn",className:ia(m),onClick:y,onKeyDown:b,children:s.jsx(h,{className:L("size-3.5 text-emerald-400","animate-crab-appear","drop-shadow-[0_0_4px_rgba(52,211,153,0.5)]")})}):i?s.jsx("span",{title:t?"Current end of open turn (processing)":"Current end of open turn",children:s.jsx(h,{className:L("size-3.5 text-cyan-300/85",p?"animate-crab-crawl":"animate-crab-appear","drop-shadow-[0_0_4px_rgba(103,232,249,0.4)]")})}):p?s.jsx("span",{title:"Processing",children:s.jsx(h,{className:L("size-3.5 text-amber-300/80","animate-crab-crawl")})}):s.jsx("span",{title:"Request in turn",children:s.jsx(h,{className:"size-3.5 text-muted-foreground/40"})}),s.jsx("div",{className:"flex-1 flex justify-center min-h-0",children:!d&&!i&&s.jsx("div",{className:L("w-0.5 h-full",t?"border-dashed bg-transparent border-l border-muted-foreground/14":"bg-muted-foreground/18")})})]})}const rd=180,aa=new WeakMap;function SE(e,t){const n=e.responseText;if(n===null)return!1;switch(t){case"anthropic":return n.includes("tool_use");case"openai":return n.includes("tool_calls")||n.includes("function_call");case"unknown":return!1}}function _E(e){return e>1}function al(e){const t=[];let n=[],r=0;for(let o=0;o<e.length;o+=1){const i=e[o];if(i===void 0)continue;n.push({log:i,stopReason:xg(i),sessionLogNumber:o+1});const a=n[n.length-1];a!==void 0&&jc(a.stopReason)&&(t.push({entries:n,turnIndex:r}),n=[],r+=1)}return n.length>0&&t.push({entries:n,turnIndex:r}),t}function NE(e){const t=new Map;for(const n of e)for(let r=1;r<n.logs.length;r+=1){const o=n.logs[r],i=n.logs[r-1];if(o===void 0||i===void 0)continue;const a=ur(o),l=ur(i);a==="unknown"||a!==l||t.set(o.id,i)}return t}function Eg(e){if(e===null)return null;try{const t=JSON.parse(e);return typeof t=="string"?JSON.parse(t):t}catch{return null}}function po(e){if(e==null)return null;const t=typeof e=="string"?e:JSON.stringify(e);if(t===void 0)return null;const n=t.replace(/\s+/g," ").trim();return n.length===0?null:n.length>rd?`${n.slice(0,rd-1)}...`:n}function mo(e){if(e==null)return null;if(typeof e=="string")return e.length>0?e:null;const t=JSON.stringify(e,null,2);return t===void 0||t.length===0?null:t}function CE(e){const t=Eg(e.responseText),n=Q(t,"content");if(!Array.isArray(n))return[];const r=[];for(const o of n){if(Q(o,"type")!=="tool_use")continue;const a=Q(o,"name");if(typeof a!="string"||a.length===0)continue;const l=Q(o,"input");r.push({id:`${String(e.id)}-anthropic-tool-${String(r.length)}`,logId:e.id,index:r.length,provider:"anthropic",name:a,argumentsText:mo(l),argumentsPreview:po(l)})}return r}function TE(e){const t=Eg(e.responseText),n=Q(t,"choices");if(!Array.isArray(n))return[];const r=[];for(const i of n){const a=Q(i,"message"),l=Q(a,"tool_calls");if(Array.isArray(l))for(const f of l){const p=Q(f,"function"),m=Q(p,"name");if(typeof m!="string"||m.length===0)continue;const h=Q(p,"arguments");r.push({id:`${String(e.id)}-openai-tool-${String(r.length)}`,logId:e.id,index:r.length,provider:"openai",name:m,argumentsText:mo(h),argumentsPreview:po(h)})}const u=Q(a,"function_call"),d=Q(u,"name");if(typeof d=="string"&&d.length>0){const f=Q(u,"arguments");r.push({id:`${String(e.id)}-openai-tool-${String(r.length)}`,logId:e.id,index:r.length,provider:"openai",name:d,argumentsText:mo(f),argumentsPreview:po(f)})}}const o=Q(t,"output");if(Array.isArray(o))for(const i of o){if(Q(i,"type")!=="function_call")continue;const a=Q(i,"name");if(typeof a!="string"||a.length===0)continue;const l=Q(i,"arguments");r.push({id:`${String(e.id)}-openai-tool-${String(r.length)}`,logId:e.id,index:r.length,provider:"openai",name:a,argumentsText:mo(l),argumentsPreview:po(l)})}return r}function Sc(e){const t=aa.get(e);if(t!==void 0&&t.apiFormat===e.apiFormat&&t.responseText===e.responseText)return t.events;const n=ur(e);if(!SE(e,n)){const o=[];return aa.set(e,{apiFormat:e.apiFormat,responseText:e.responseText,events:o}),o}let r;switch(n){case"anthropic":r=CE(e);break;case"openai":r=TE(e);break;case"unknown":r=[];break}return aa.set(e,{apiFormat:e.apiFormat,responseText:e.responseText,events:r}),r}function EE(e,t,n=0){let r=0,o=0,i=0,a=0,l=0,u=0,d=0,f=0,p=null,m=0;for(const h of e)h.responseStatus===null?o+=1:h.responseStatus>=400&&(r+=1),h.elapsedMs!==null&&t>0&&h.elapsedMs>t*1e3&&(i+=1),h.inputTokens!==null&&(a+=h.inputTokens),h.outputTokens!==null&&(l+=h.outputTokens),h.cacheCreationInputTokens!==null&&(u+=h.cacheCreationInputTokens),h.cacheReadInputTokens!==null&&(d+=h.cacheReadInputTokens),h.elapsedMs!==null&&(f+=h.elapsedMs,p=p===null?h.elapsedMs:Math.max(p,h.elapsedMs)),m+=Sc(h).length;return{llmCallCount:e.length,toolCallCount:m,failedCallCount:r,pendingCallCount:o,slowCallCount:i,totalInputTokens:a,totalOutputTokens:l,totalCacheCreationInputTokens:u,totalCacheReadInputTokens:d,totalElapsedMs:f,maxElapsedMs:p,startedAt:e[0]?.timestamp??null,endedAt:e[e.length-1]?.timestamp??null,knowledgeCandidateCount:n}}function la(e){return e<1e3?`${e}ms`:`${(e/1e3).toFixed(1)}s`}const RE=c.memo(function({entries:t,viewMode:n,strip:r,slowResponseThresholdSeconds:o,cacheTrends:i,onCompareWithPrevious:a,comparisonPredecessors:l,turnIndex:u=0,timeDisplayFormat:d,pendingFocusRequest:f,showLogClientMetadata:p=!0}){const m=t.length-1,h=t[m]?.stopReason??null,g=h!==null?jc(h):!1,y=t[m]?.log.responseStatus===null,b=t.length===1,w=_E(t.length),[v,j]=c.useState(!1),k=c.useRef(!1);c.useEffect(()=>{w?g&&!k.current&&j(!0):j(!1),k.current=g},[w,g]),c.useEffect(()=>{const U=V=>{const Y=Ei(V);Y!==null&&t.some(B=>B.log.id===Y.logId)&&w&&j(!1)};return window.addEventListener(un,U),()=>{window.removeEventListener(un,U)}},[w,t]),c.useEffect(()=>{if(f===void 0||!t.some(V=>V.log.id===f.logId))return;w&&j(!1);const U=window.setTimeout(()=>{As({logId:f.logId,tab:f.tab,source:"virtualizer"})},0);return()=>window.clearTimeout(U)},[w,t,f]);const S=c.useCallback(()=>{w&&j(U=>!U)},[w]),_=c.useMemo(()=>{let U=0,V=0,Y=null,B=!1;for(const W of t)W.log.inputTokens!==null&&(U+=W.log.inputTokens,B=!0),W.log.outputTokens!==null&&(V+=W.log.outputTokens,B=!0),W.log.elapsedMs!==null&&(Y=Y===null?W.log.elapsedMs:Math.max(Y,W.log.elapsedMs));return{totalInput:U,totalOutput:V,hasTokens:B,maxElapsed:Y}},[t,m]),C=u%2===0?"bg-white/[0.008]":"bg-cyan-300/[0.008]",M=_.maxElapsed!==null&&o>0&&_.maxElapsed>o*1e3,A=c.useMemo(()=>{const U=new Map;for(const V of t){const Y=Sc(V.log);Y.length>0&&U.set(V.log.id,Y)}return U},[t]),[I,N]=c.useState(0),P=c.useRef(null);c.useEffect(()=>{const U=P.current;if(!U)return;let V=0;const Y=new ResizeObserver(()=>{window.cancelAnimationFrame(V),V=window.requestAnimationFrame(()=>N(B=>B+1))});return Y.observe(U),()=>{Y.disconnect(),window.cancelAnimationFrame(V)}},[]);const $=t[0]?.log.id??u,F=`Turn ${String(u+1)}`,G=c.useMemo(()=>kc($%12),[$]),X=c.useMemo(()=>({contentVisibility:"auto",containIntrinsicSize:v?"48px":"160px"}),[v]);return s.jsx("div",{ref:P,style:X,tabIndex:v?void 0:0,role:v?void 0:"group","aria-label":v?void 0:F,"data-nav-id":v?void 0:`turn-${String($)}`,className:L("rounded-[8px] transition-[background-color,box-shadow]",y?"bg-amber-300/[0.018] shadow-[0_0_0_1px_rgba(252,211,77,0.035)]":"",!v&&"focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1 focus-visible:outline-none"),children:v?s.jsxs("div",{"data-nav-id":`turn-collapsed-${String($)}`,"data-nav-action":"expand",role:"button",tabIndex:0,className:"flex items-stretch cursor-pointer focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1 focus-visible:outline-none rounded-lg",onClick:S,onKeyDown:U=>{(U.key==="Enter"||U.key===" ")&&(U.preventDefault(),S())},children:[s.jsxs("div",{className:"w-6 shrink-0 flex flex-col items-center pt-1.5 pb-1.5",children:[s.jsx("div",{className:"flex justify-center h-[calc(0.75rem-8px)]"}),s.jsx(G,{className:L("size-3.5",y?"animate-crab-crawl text-amber-300/80":"animate-crab-appear text-emerald-400",y?"drop-shadow-[0_0_4px_rgba(252,211,77,0.42)]":"drop-shadow-[0_0_4px_rgba(52,211,153,0.45)]")}),s.jsx("div",{className:"flex-1 flex justify-center min-h-0",children:s.jsx("div",{className:"w-px bg-muted-foreground/14 h-full"})}),g?s.jsx(G,{className:L("size-3.5 animate-crab-settle text-amber-400","drop-shadow-[0_0_4px_rgba(251,191,36,0.45)]")}):s.jsx("span",{title:"Current end of open turn","aria-label":"Current end of open turn",children:s.jsx(G,{className:L("size-3.5 text-cyan-300/85",y?"animate-crab-crawl":"animate-crab-appear","drop-shadow-[0_0_4px_rgba(103,232,249,0.4)]")})})]}),t.length>1&&s.jsxs("div",{className:L("flex-1 min-w-0 mb-0.5 rounded-[8px] py-1.5 px-3 flex items-center gap-3 text-xs","bg-card/80 transition-colors hover:bg-card",C),children:[s.jsx("span",{className:"font-mono text-[10px] font-semibold uppercase tracking-[0.14em] text-muted-foreground/70",children:F}),s.jsxs("span",{className:"text-blue-300/85 font-mono font-semibold tabular-nums shrink-0",title:`Log IDs ${String(t[0]?.log.id??"?")} ~ ${String(t[m]?.log.id??"?")}`,children:["#",t[0]?.sessionLogNumber??"?"," ~ #",t[m]?.sessionLogNumber??"?"]}),s.jsxs("span",{className:"text-muted-foreground shrink-0",children:[t.length," request",t.length>1?"s":""]}),_.maxElapsed!==null&&s.jsx(Fs,{children:s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsxs("span",{className:L("flex items-center gap-1 shrink-0",M?"text-amber-400":"text-muted-foreground"),children:[s.jsx(rn,{className:"size-3"}),s.jsx("span",{className:"font-mono tabular-nums",children:la(_.maxElapsed)}),M&&s.jsx(wn,{className:"size-3","aria-label":"Slow response"})]})}),s.jsx(pt,{children:M?`Slow response: ${la(_.maxElapsed)} exceeds ${la(o*1e3)}`:"Slowest request in this turn"})]})}),_.hasTokens&&s.jsxs("span",{className:"flex items-center gap-1 shrink-0",children:[s.jsx(ar,{className:"size-3 text-muted-foreground"}),s.jsxs("span",{className:"font-mono tabular-nums",children:[s.jsxs("span",{className:"text-blue-400",children:["IN ",Pe(_.totalInput)]})," / ",s.jsxs("span",{className:"text-amber-400",children:["OUT ",Pe(_.totalOutput)]})]})]}),s.jsx("span",{className:"flex-1 min-w-0"}),s.jsx("span",{className:"bg-white/[0.045] inline-flex size-7 shrink-0 items-center justify-center rounded-md text-text-strong","aria-hidden":"true",children:s.jsx(bt,{className:"size-4 shrink-0"})})]})]}):t.map((U,V)=>{const{log:Y,stopReason:B}=U,W=V===0;return s.jsxs("div",{className:"flex items-stretch",children:[s.jsx(kE,{stopReason:B,isPending:Y.responseStatus===null,isFirst:V===0,isTurnStart:W,isOnlyEntry:b,isOpenTurnTail:V===m&&!g,crabIndex:Y.id%12,collapsible:w&&W,onToggle:S}),s.jsx("div",{className:L("flex-1 min-w-0 mb-0.5 rounded-[8px]",C),children:s.jsx(wE,{log:Y,displayNumber:U.sessionLogNumber,viewMode:n,strip:r,slowResponseThresholdSeconds:o,timeDisplayFormat:d,cacheTrend:i?.get(Y.id)??null,showClientMetadata:p,toolEvents:A.get(Y.id),onCompareWithPrevious:l.has(Y.id)?a:void 0})})]},Y.id)})})}),IE=24,PE=132,ME=8;function AE(e){return e>IE}function OE(e){const t=new Map;for(let n=0;n<e.length;n++){const r=e[n];if(r!==void 0)for(const o of r.entries)t.set(o.log.id,n)}return t}function Rg(e,t,n){return s.jsx(RE,{entries:e.entries,viewMode:t.viewMode,strip:t.strip,slowResponseThresholdSeconds:t.slowResponseThresholdSeconds,timeDisplayFormat:t.timeDisplayFormat,cacheTrends:t.cacheTrends,onCompareWithPrevious:t.onCompareWithPrevious,comparisonPredecessors:t.comparisonPredecessors,turnIndex:e.turnIndex,pendingFocusRequest:n,showLogClientMetadata:t.showLogClientMetadata},e.turnIndex)}function zE(e){return AE(e.turnGroups.length)?s.jsx(LE,{...e}):s.jsx(s.Fragment,{children:e.turnGroups.map(t=>Rg(t,e))})}function LE(e){const{turnGroups:t}=e,[n,r]=c.useState(null),o=qT({count:t.length,estimateSize:()=>PE,overscan:ME,getItemKey:a=>t[a]?.turnIndex??a}),i=c.useMemo(()=>OE(t),[t]);return c.useEffect(()=>{const a=l=>{const u=Ei(l);if(u===null||u.source==="virtualizer")return;const d=i.get(u.logId);d!==void 0&&(o.scrollToIndex(d,{align:"center"}),r(f=>({...u,turnIndex:d,nonce:f===null?1:f.nonce+1})))};return window.addEventListener(un,a),()=>{window.removeEventListener(un,a)}},[i,o]),s.jsx("div",{className:"relative w-full",style:{height:`${o.getTotalSize()}px`},"data-virtualized-turn-list":"true",children:o.getVirtualItems().map(a=>{const l=t[a.index];if(l===void 0)return null;const u=n!==null&&n.turnIndex===a.index?n:void 0;return s.jsx("div",{"data-index":a.index,ref:o.measureElement,className:"absolute left-0 top-0 w-full",style:{transform:`translateY(${a.start}px)`},children:Rg(l,e,u)},a.key)})})}const _c=pe(["episode","procedure","preference","project-fact"]),$E=pe(["draft","promoted","failed"]),Ig=E({source:le("agent-inspector"),sessionId:x(),logIds:K(R().int().positive()),project:x().nullable(),models:K(x())}),DE=E({redacted:Re(),patterns:K(x())}),Er=E({id:x(),type:_c,title:x(),content:x(),tags:K(x()),source:le("agent-inspector"),sessionId:x(),logIds:K(R().int().positive()),evidence:Ig,status:$E,createdAt:x(),updatedAt:x(),openClawMemoryId:x().nullable(),error:x().nullable(),redaction:DE});E({idempotencyKey:x(),type:_c,title:x(),content:x(),tags:K(x()),source:le("agent-inspector"),project:x().nullable(),evidence:Ig});const FE=E({id:x(),type:_c.or(x()),title:x(),content:x(),score:R().nullable(),source:x().nullable(),project:x().nullable(),evidence:Hn().optional()});E({results:K(FE),warning:x().nullable()});const UE=E({candidates:K(Er)}),BE=E({candidate:Er}),qE=E({error:x().optional(),candidate:Er.optional()}),HE=E({candidate:Er}),VE=3e4,WE=15e3,ZE=15e3,KE={draft:"border-amber-500/30 bg-amber-500/10 text-amber-500",promoted:"border-emerald-500/30 bg-emerald-500/10 text-emerald-500",failed:"border-destructive/30 bg-destructive/10 text-destructive"};function ll(e){return e===null?"-":e<1e3?`${String(e)}ms`:`${(e/1e3).toFixed(1)}s`}function GE(e,t,n){return e===null||t===null?null:ri(e,t,n)}function JE(e){return`${String(e)} candidate${e===1?"":"s"}`}function Pg(e){return`log-${String(e)}`}function Mg(e){const t=Pg(e),n=document.getElementById(t);window.history.replaceState(null,"",`#${t}`),n instanceof HTMLElement&&(n.scrollIntoView({block:"center",behavior:"smooth"}),n.focus({preventScroll:!0}))}function YE(e){for(const t of e)if(t.responseStatus!==null&&t.responseStatus>=400)return t;return null}function XE(e){let t=null,n=-1;for(const r of e)r.elapsedMs!==null&&r.elapsedMs>n&&(t=r,n=r.elapsedMs);return t}function QE(e){for(const t of e)if(Sc(t).length>0)return t;return null}function eR(e){const t=new Map;for(let n=0;n<e.length;n+=1){const r=e[n];r!==void 0&&t.set(r.id,n+1)}return t}function ks(e,t){return String(t.get(e)??e)}function tR(e){const t=[{kind:"session",title:`${String(e.summary.llmCallCount)} LLM call${e.summary.llmCallCount===1?"":"s"}`,detail:`Scope ${e.scopeId}`,logId:e.logs[0]?.id??null}],n=QE(e.logs);e.summary.toolCallCount>0&&n!==null&&t.push({kind:"tool",title:`${String(e.summary.toolCallCount)} tool call${e.summary.toolCallCount===1?"":"s"}`,detail:`First tool evidence at #${ks(n.id,e.displayNumberByLogId)}`,logId:n.id});const r=YE(e.logs);r!==null&&t.push({kind:"failure",title:`Failure #${String(r.responseStatus)}`,detail:`First failed request is #${ks(r.id,e.displayNumberByLogId)}`,logId:r.id});const o=XE(e.logs);if(o!==null&&e.summary.maxElapsedMs!==null&&t.push({kind:"slow",title:`Slowest ${ll(e.summary.maxElapsedMs)}`,detail:`Max latency observed at #${ks(o.id,e.displayNumberByLogId)}`,logId:o.id}),e.candidates.length>0){const i=e.candidates.filter(l=>l.status==="draft").length,a=e.candidates.filter(l=>l.status==="promoted").length;t.push({kind:"candidate",title:`${String(e.candidates.length)} memory candidate${e.candidates.length===1?"":"s"}`,detail:`${String(i)} draft / ${String(a)} promoted`,logId:e.candidates[0]?.logIds[0]??null})}return t}function nR(e){switch(e){case"session":return s.jsx(si,{className:"size-3.5 text-blue-400"});case"tool":return s.jsx(wr,{className:"size-3.5 text-sky-400/70"});case"slow":return s.jsx(rn,{className:"size-3.5 text-amber-400"});case"failure":return s.jsx(vp,{className:"size-3.5 text-destructive"});case"candidate":return s.jsx(bp,{className:"size-3.5 text-emerald-400"})}}function sR({insights:e}){return e.length===0?null:s.jsx("div",{className:"mt-2 grid gap-1.5 border-t border-border/70 pt-2 md:grid-cols-2 xl:grid-cols-3",children:e.map(t=>s.jsxs("button",{type:"button",className:L("flex min-w-0 items-center gap-2 rounded-md px-2 py-1.5 text-left text-xs","text-muted-foreground transition-colors hover:bg-muted/40 hover:text-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"),onClick:()=>{t.logId!==null&&Mg(t.logId)},disabled:t.logId===null,children:[nR(t.kind),s.jsxs("span",{className:"min-w-0",children:[s.jsx("span",{className:"block truncate font-medium text-foreground/90",children:t.title}),s.jsx("span",{className:"block truncate font-mono text-[10px]",children:t.detail})]})]},`${t.kind}-${t.title}`))})}function rR(e){switch(e){case"draft":return"Draft";case"promoted":return"Promoted";case"failed":return"Failed"}}function oR(e,t){if(t)return"Promoting";switch(e.status){case"draft":return"Promote";case"failed":return"Retry";case"promoted":return"Promoted"}}function iR(e){return e.redaction.redacted?`Redacted ${e.redaction.patterns.join(", ")}`:"No sensitive pattern matched"}function aR(e,t){const n=e.replace(/\s+/g," ").trim();return n.length<=t?n:`${n.slice(0,t-3)}...`}function lR(e,t){const n=e[0],r=e[e.length-1];if(n===void 0)return"No evidence logs";const o=ks(n,t);return r===void 0||n===r?`#${o}`:`#${o}-#${ks(r,t)}`}function od(e){return e.join(", ")}function cR(e){return e.split(",").map(t=>t.trim()).filter(t=>t.length>0)}function uR({candidate:e,isPromoting:t,isUpdating:n,onPromoteCandidate:r,onUpdateCandidate:o,displayNumberByLogId:i}){const[a,l]=c.useState(!1),[u,d]=c.useState(e.type),[f,p]=c.useState(e.title),[m,h]=c.useState(e.content),[g,y]=c.useState(od(e.tags)),[b,w]=c.useState(null),v=e.status!=="promoted",j=e.status!=="promoted",k=c.useCallback(()=>{d(e.type),p(e.title),h(e.content),y(od(e.tags)),w(null)},[e.content,e.tags,e.title,e.type]),S=c.useCallback(async()=>{const _=f.trim(),C=m.trim(),M=cR(g);if(_.length===0){w("Title is required.");return}if(C.length===0){w("Content is required.");return}if(M.length===0){w("At least one tag is required.");return}w(null),await o(e.id,{type:u,title:_,content:C,tags:M})&&l(!1)},[e.id,m,g,f,u,o]);return a?s.jsx("div",{className:"border border-border bg-card shadow-sm rounded-[8px] px-2.5 py-2",children:s.jsxs("div",{className:"grid gap-2",children:[s.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[s.jsxs("select",{value:u,disabled:n,onChange:_=>{const C=Er.shape.type.safeParse(_.currentTarget.value);C.success&&d(C.data)},className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground h-7 rounded-md px-2 text-xs","aria-label":"Candidate type",children:[s.jsx("option",{value:"episode",children:"episode"}),s.jsx("option",{value:"procedure",children:"procedure"}),s.jsx("option",{value:"preference",children:"preference"}),s.jsx("option",{value:"project-fact",children:"project-fact"})]}),s.jsx("input",{value:f,disabled:n,onChange:_=>p(_.currentTarget.value),className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground h-7 min-w-[220px] flex-1 rounded-md px-2 text-xs","aria-label":"Candidate title"})]}),s.jsx("textarea",{value:m,disabled:n,onChange:_=>h(_.currentTarget.value),className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground min-h-28 rounded-md px-2 py-1.5 font-mono text-[11px] leading-relaxed","aria-label":"Candidate content"}),s.jsx("input",{value:g,disabled:n,onChange:_=>y(_.currentTarget.value),className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground h-7 rounded-md px-2 text-xs","aria-label":"Candidate tags"}),s.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[s.jsxs("span",{className:"inline-flex items-center gap-1 text-[10px] text-muted-foreground",children:[s.jsx(mu,{className:"size-3"}),"Saving reruns Inspector redaction before promotion."]}),s.jsx("span",{className:"flex-1"}),b!==null&&s.jsx("span",{className:"text-[10px] text-destructive",children:b}),s.jsxs(ee,{type:"button",variant:"ghost",size:"sm",className:"h-7 gap-1.5 px-2 text-xs",disabled:n,onClick:()=>{k(),l(!1)},children:[s.jsx(jr,{className:"size-3.5"}),"Cancel"]}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",className:"h-7 gap-1.5 px-2 text-xs",disabled:n,onClick:()=>{S()},children:[n?s.jsx(Mt,{className:"size-3.5 animate-spin"}):s.jsx(tk,{className:"size-3.5"}),"Save"]})]})]})}):s.jsxs("div",{className:"rounded-md border border-border/80 bg-background/60 px-2.5 py-2",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[s.jsx(Te,{variant:"outline",className:"h-5 px-1.5 text-[10px] font-mono",children:e.type}),s.jsx("span",{className:"min-w-0 flex-1 truncate text-xs font-medium",title:e.title,children:e.title}),s.jsx(Te,{variant:"outline",className:L("h-5 shrink-0 px-1.5 text-[10px] font-mono",KE[e.status]),children:rR(e.status)})]}),s.jsx("p",{className:"mt-1 text-[11px] leading-relaxed text-muted-foreground",title:e.content,children:aR(e.content,360)}),s.jsxs("div",{className:"mt-2 flex flex-wrap items-center gap-x-3 gap-y-1 text-[10px] text-muted-foreground",children:[s.jsxs("span",{className:"inline-flex items-center gap-1",children:[s.jsx(nj,{className:"size-3"}),lR(e.logIds,i)]}),s.jsxs("span",{className:"inline-flex items-center gap-1",children:[s.jsx(mu,{className:"size-3"}),iR(e)]}),e.status==="promoted"&&s.jsxs("span",{className:"inline-flex items-center gap-1 text-emerald-500",children:[s.jsx(Ma,{className:"size-3"}),e.openClawMemoryId??"OpenClaw"]}),e.status==="failed"&&e.error!==null&&s.jsxs("span",{className:"inline-flex items-center gap-1 text-destructive",children:[s.jsx(vp,{className:"size-3"}),e.error]})]}),s.jsxs("div",{className:"mt-1 flex flex-wrap items-center gap-1.5",children:[e.logIds.map(_=>{const C=ks(_,i);return s.jsxs("a",{href:`#${Pg(_)}`,onClick:M=>{M.preventDefault(),Mg(_)},className:"rounded border border-blue-400/25 px-1.5 py-0.5 font-mono text-[10px] text-blue-400 underline-offset-2 transition-colors hover:bg-blue-400/10 hover:text-blue-300 hover:underline focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring","aria-label":`Jump to evidence log ${C}`,title:`Log ID ${String(_)}`,children:["#",C]},_)}),s.jsx("span",{className:"flex-1"}),j&&s.jsxs(ee,{type:"button",variant:"ghost",size:"sm",className:"h-6 gap-1.5 px-2 text-[10px]",disabled:n||t,onClick:()=>l(!0),children:[s.jsx(Np,{className:"size-3"}),"Review"]}),s.jsxs(ee,{type:"button",variant:v?"outline":"ghost",size:"sm",className:"h-6 gap-1.5 px-2 text-[10px]",onClick:()=>r(e.id),disabled:!v||t||n,children:[t?s.jsx(Mt,{className:"size-3 animate-spin"}):v?s.jsx(Lw,{className:"size-3"}):s.jsx(Ma,{className:"size-3"}),oR(e,t)]})]})]})}function dR({candidates:e,promotingCandidateIds:t,updatingCandidateIds:n,onPromoteCandidate:r,onUpdateCandidate:o,displayNumberByLogId:i}){return e.length===0?null:s.jsx("div",{className:"mt-2 grid gap-1.5",children:e.map(a=>s.jsx(uR,{candidate:a,isPromoting:t.has(a.id),isUpdating:n.has(a.id),onPromoteCandidate:r,onUpdateCandidate:o,displayNumberByLogId:i},a.id))})}function fR({logs:e,scopeId:t,slowResponseThresholdSeconds:n,showRollupMetrics:r,timeDisplayFormat:o}){const[i,a]=c.useState([]),[l,u]=c.useState(!0),[d,f]=c.useState({status:"idle",error:null}),[p,m]=c.useState(()=>new Set),[h,g]=c.useState(()=>new Set),y=i.length>0,b=c.useMemo(()=>EE(e,n,i.length),[i.length,e,n]),w=c.useMemo(()=>eR(e),[e]),v=c.useMemo(()=>tR({logs:e,scopeId:t,summary:b,candidates:i,displayNumberByLogId:w}),[i,w,e,t,b]),j=r||b.maxElapsedMs!==null,k=c.useMemo(()=>GE(b.startedAt,b.endedAt,o),[b.endedAt,b.startedAt,o]),S=c.useCallback(()=>{e.length===0||d.status==="loading"||(f({status:"loading",error:null}),(async()=>{try{const M=await He(`/api/knowledge/sessions/${encodeURIComponent(t)}/candidates`,UE,VE,{method:"POST"},A=>`Candidate generation failed with ${String(A.status)}`);a(M.candidates),u(M.candidates.length>0),f(M.candidates.length>0?{status:"ready",error:null}:{status:"failed",error:"No candidate was generated for this trace scope."})}catch(M){f({status:"failed",error:M instanceof Error?M.message:"Candidate response was invalid"})}})())},[d.status,e.length,t]),_=c.useCallback(M=>{m(A=>{if(A.has(M))return A;const I=new Set(A);return I.add(M),I}),(async()=>{try{const A=await Vn(`/api/knowledge/candidates/${encodeURIComponent(M)}/promote`,WE,{method:"POST"}),I=await A.json().catch(()=>null),N=BE.safeParse(I);if(A.ok&&N.success){a($=>$.map(F=>F.id===N.data.candidate.id?N.data.candidate:F)),f({status:"ready",error:null});return}const P=qE.safeParse(I);P.success&&P.data.candidate!==void 0&&a($=>$.map(F=>F.id===P.data.candidate?.id?P.data.candidate:F)),f({status:"failed",error:P.success?P.data.error??"Candidate promotion failed":`Candidate promotion failed with ${String(A.status)}`})}catch(A){f({status:"failed",error:A instanceof Error?A.message:"Candidate promotion failed"})}finally{m(A=>{const I=new Set(A);return I.delete(M),I})}})()},[]),C=c.useCallback(async(M,A)=>{g(I=>{if(I.has(M))return I;const N=new Set(I);return N.add(M),N});try{const I=await He(`/api/knowledge/candidates/${encodeURIComponent(M)}`,HE,ZE,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(A)},N=>`Candidate update failed with ${String(N.status)}`);return a(N=>N.map(P=>P.id===I.candidate.id?I.candidate:P)),f({status:"ready",error:null}),!0}catch(I){return f({status:"failed",error:I instanceof Error?I.message:"Candidate update failed"}),!1}finally{g(I=>{const N=new Set(I);return N.delete(M),N})}},[]);return e.length===0?null:s.jsxs("section",{className:"border border-border bg-card shadow-sm mb-2 rounded-[8px] px-3 py-2",children:[s.jsxs("div",{className:"flex flex-wrap items-center gap-x-3 gap-y-2 text-xs",children:[r&&s.jsxs("span",{className:"inline-flex items-center gap-1.5 font-semibold text-foreground",children:[s.jsx(si,{className:"size-3.5 text-blue-400"}),b.llmCallCount," LLM"]}),s.jsxs("span",{className:"inline-flex items-center gap-1.5 text-muted-foreground",children:[s.jsx(wr,{className:"size-3.5 text-sky-400/70"}),b.toolCallCount," tools"]}),r&&s.jsxs("span",{className:"inline-flex items-center gap-1.5 text-muted-foreground",children:[s.jsx(ar,{className:"size-3.5 text-emerald-400"}),s.jsxs("span",{className:"font-mono",children:[Pe(b.totalInputTokens)," / ",Pe(b.totalOutputTokens)]})]}),(b.totalCacheCreationInputTokens>0||b.totalCacheReadInputTokens>0)&&s.jsxs("span",{className:"inline-flex items-center gap-1.5 text-muted-foreground",children:[s.jsx(ar,{className:"size-3.5 text-purple-400"}),s.jsxs("span",{className:"font-mono",children:["KV Cache +",Pe(b.totalCacheCreationInputTokens)," / ~",Pe(b.totalCacheReadInputTokens)]})]}),j&&s.jsxs("span",{className:"inline-flex items-center gap-1.5 text-muted-foreground",children:[s.jsx(rn,{className:"size-3.5"}),r&&s.jsx("span",{className:"font-mono",children:ll(b.totalElapsedMs)}),b.maxElapsedMs!==null&&s.jsxs("span",{className:"font-mono text-muted-foreground/70",children:["max ",ll(b.maxElapsedMs)]})]}),r&&k!==null&&s.jsx("span",{className:"font-mono text-muted-foreground/70",children:k}),(b.failedCallCount>0||b.pendingCallCount>0||b.slowCallCount>0)&&s.jsxs("span",{className:"inline-flex items-center gap-1.5 text-amber-400",children:[s.jsx(wn,{className:"size-3.5"}),s.jsxs("span",{className:"font-mono",children:[b.failedCallCount," fail / ",b.pendingCallCount," pending /"," ",b.slowCallCount," slow"]})]}),s.jsx("span",{className:"flex-1"}),y&&s.jsx(Te,{variant:"outline",className:"h-6 px-2 text-[10px] font-mono",children:JE(b.knowledgeCandidateCount)}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",className:"h-7 gap-1.5 px-2 text-xs",onClick:S,disabled:d.status==="loading",children:[d.status==="loading"?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(bp,{className:"size-3.5"}),"Candidate"]}),y&&s.jsx(ee,{type:"button",variant:"ghost",size:"icon",className:"size-7 text-muted-foreground",onClick:()=>u(M=>!M),"aria-expanded":l,"aria-label":l?"Collapse memory candidates":"Expand memory candidates",children:l?s.jsx(et,{className:"size-3.5"}):s.jsx(bt,{className:"size-3.5"})})]}),d.status==="failed"&&s.jsx("p",{className:"mt-2 text-xs text-destructive",children:d.error}),s.jsx(sR,{insights:v}),l&&s.jsx(dR,{candidates:i,promotingCandidateIds:p,updatingCandidateIds:h,onPromoteCandidate:_,onUpdateCandidate:C,displayNumberByLogId:w})]})}function pR(e){let t=0,n=0;for(const r of e)r.inputTokens!==null&&(t+=r.inputTokens),r.outputTokens!==null&&(n+=r.outputTokens);return{totalInputTokens:t,totalOutputTokens:n}}function mR(e){const t=new Map;for(const n of e){if(n.model===null)continue;const r=a3(n.model);if(r==="unknown")continue;let o=t.get(r);o===void 0&&(o=new Set,t.set(r,o)),o.add(n.model)}return[...t.entries()].map(([n,r])=>({provider:n,models:[...r]}))}function hR(e){for(const t of e){const n=t.clientPid;if(n!=null)return n}return null}function gR(e){for(const t of e){const n=t.clientProjectFolder;if(n!=null&&n!=="")return n}return null}const xR=c.memo(function({group:e,viewMode:t="simple",strip:n,slowResponseThresholdSeconds:r,cacheTrends:o,onCompareWithPrevious:i,comparisonPredecessors:a,onClearGroup:l,showClientIdentity:u=!0,showProcessMetadata:d=!0,showLogClientMetadata:f=!0,defaultExpanded:p=!1,timeDisplayFormat:m,expanded:h,onExpandedChange:g}){const[y,b]=c.useState(p),w=h??y,v=c.useCallback(N=>{if(g!==void 0){g(N);return}b(N)},[g]);c.useEffect(()=>{!p||h!==void 0||b(!0)},[h,p]);const j=c.useMemo(()=>pR(e.logs),[e.logs]),k=c.useMemo(()=>mR(e.logs),[e.logs]),S=e.logs[0]?.timestamp??new Date().toISOString(),_=e.logs[e.logs.length-1]?.timestamp??new Date().toISOString(),C=e.logs.some(N=>N.responseStatus===null),M=c.useMemo(()=>hR(e.logs),[e.logs]),A=c.useMemo(()=>gR(e.logs),[e.logs]),I=c.useMemo(()=>al(e.logs),[e.logs]);return c.useEffect(()=>{const N=P=>{const $=Ei(P);$!==null&&e.logs.some(F=>F.id===$.logId)&&v(!0)};return window.addEventListener(un,N),()=>{window.removeEventListener(un,N)}},[e.logs,v]),s.jsxs("div",{className:"mb-1.5",children:[s.jsx(kT,{conversationId:e.conversationId,startTime:S,endTime:_,totalCalls:e.logs.length,totalInputTokens:j.totalInputTokens,totalOutputTokens:j.totalOutputTokens,expanded:w,onToggle:()=>v(!w),providers:k,isLoading:C,userAgent:e.logs[0]?.userAgent??null,clientPid:M,clientProjectFolder:A,showClientIdentity:u,showProcessMetadata:d,timeDisplayFormat:m,onClear:()=>l(e.logs.map(N=>N.id))}),w&&s.jsxs("div",{children:[s.jsx(fR,{logs:e.logs,scopeId:e.conversationId,slowResponseThresholdSeconds:r,showRollupMetrics:!1,timeDisplayFormat:m}),s.jsx(zE,{turnGroups:I,viewMode:t,strip:n,slowResponseThresholdSeconds:r,timeDisplayFormat:m,cacheTrends:o,onCompareWithPrevious:i,comparisonPredecessors:a,showLogClientMetadata:f})]})]})}),bR="flex w-full min-w-0 items-center gap-2 rounded-md border border-border/70 bg-muted/35 px-3 py-2 sm:w-auto sm:max-w-full",vR="m-0 min-w-0 flex-1 overflow-x-auto font-mono text-xs text-foreground sm:text-sm";function yR(e){return e==="full"}function wR(e){return e==="raw"}function jR(e,t){const n=t>0;return{redacted:n,raw:n&&yR(e)}}function kR(e,t){const n=e[0],r=e[e.length-1];return n===void 0||r===void 0?null:ri(n.timestamp,r.timestamp,t)}function SR(e){return e.error!==null&&e.error!==void 0&&e.error.length>0?!0:e.responseStatus!==null&&e.responseStatus>=400}function _R(e){const t=new Set;for(const r of e)r.model!==null&&r.model.length>0&&t.add(r.model);const n=[...t].sort();return n.length===0?"Model unknown":n.length===1?n[0]??"Model unknown":`${n.length} models`}function NR(e){const t=new Set;for(const r of e)r.providerName!==null&&r.providerName!==void 0&&r.providerName.length>0&&t.add(r.providerName);const n=[...t].sort();return n.length===0?"Provider unknown":n.length===1?n[0]??"Provider unknown":`${n.length} providers`}function CR(e){if(e<1e3)return`${e}ms`;if(e<6e4){const o=e/1e3;return`${o<10?o.toFixed(1):o.toFixed(0)}s`}const t=Math.round(e/1e3),n=Math.floor(t/60),r=t%60;return`${n}m ${r}s`}function TR(e,t){return`${Pe(e)} in / ${Pe(t)} out`}function ER(e,t){if(e.length===0)return 0;if(t.length===0)return al(e).length;let n=0;for(const r of t)n+=al(r.logs).length;return n}function RR({stopReason:e,pending:t,lastFailureLogNumber:n}){if(t>0)return{label:"In flight",detail:`${t} request${t===1?"":"s"} pending`,tone:"cool"};if(n!==null&&e===null)return{label:"Error",detail:`Last failed request #${n}`,tone:"danger"};switch(e){case"end_turn":return{label:"End turn",detail:"Assistant completed the turn",tone:"neutral"};case"stop":return{label:"Stop",detail:"Model reached a stop condition",tone:"neutral"};case"length":return{label:"Output limit",detail:"Turn ended at max output tokens",tone:"watch"};case"tool_use":return{label:"Tool call",detail:"Assistant requested a tool",tone:"cool"};case null:return{label:"Unknown",detail:"No finish reason captured",tone:"neutral"}}}function IR(e){if(e===null)return!1;const t=e.toLowerCase();return t.includes("abort")||t.includes("cancel")||t.includes("client disconnected")||t.includes("stream disconnected")||t.includes("connection closed")}function PR({pending:e,failures:t,lengthStops:n,stopReason:r,lastFailure:o}){if(o!==null&&(o.status===499||IR(o.error)))return{label:"Client aborted",detail:`Request #${o.logNumber} ended before completion`,tone:"watch"};if(e>0)return{label:"In flight",detail:`${e} request${e===1?"":"s"} still running`,tone:"cool"};if(o!==null&&o.status!==null&&o.status>=500)return{label:"Provider error",detail:`Request #${o.logNumber} returned HTTP ${o.status}`,tone:"danger"};if(t>0&&o!==null)return{label:"Failed",detail:`Request #${o.logNumber} needs attention`,tone:"danger"};if(n>0||r==="length")return{label:"Output limited",detail:"Model stopped at the output token limit",tone:"watch"};switch(r){case"end_turn":case"stop":return{label:"Completed",detail:"Assistant completed normally",tone:"neutral"};case"tool_use":return{label:"Tool requested",detail:"Assistant handed off to a tool",tone:"cool"};case null:return{label:"Unknown",detail:"No terminal signal captured",tone:"neutral"}}}function MR({logs:e,conversationGroups:t,isLoading:n,timeDisplayFormat:r,slowResponseThresholdSeconds:o}){let i=0,a=0,l=0,u=0,d=0,f=0,p=null,m=null,h=null,g=null,y=null,b=0,w=0,v=0,j=null;const k=o*1e3;for(let A=0;A<e.length;A+=1){const I=e[A];if(I===void 0)continue;const N=A+1,P=xg(I);P!==null&&(p=P),P==="length"&&(u+=1),SR(I)&&(i+=1,m=N,h={logNumber:N,status:I.responseStatus,error:I.error??null}),I.responseStatus===null&&(a+=1),o>0&&I.elapsedMs!==null&&I.elapsedMs>=k&&(l+=1),I.inputTokens!==null&&(d+=I.inputTokens),I.outputTokens!==null&&(f+=I.outputTokens),I.elapsedMs!==null&&(g===null||I.elapsedMs>g)&&(g=I.elapsedMs,y=N);const $=I.inputTokens??0,F=I.outputTokens??0,G=$+F;G>b&&(b=G,w=$,v=F,j=N)}const S=n||a>0&&i===0?"rolling":i>0?"failed":l>0||u>0?"watch":"clear",_=S==="rolling"?"Rolling":S==="failed"?"Failure":S==="watch"?"Watch":"Clear",C=RR({stopReason:p,pending:a,lastFailureLogNumber:m}),M=PR({pending:a,failures:i,lengthStops:u,stopReason:p,lastFailure:h});return{status:S,statusLabel:_,modelLabel:_R(e),providerLabel:NR(e),requests:e.length,turns:ER(e,t),failures:i,pending:a,slow:l,lengthStops:u,timeRange:kR(e,r),tokenLabel:`${Pe(d)} in / ${Pe(f)} out`,finishLabel:C.label,finishDetail:C.detail,finishTone:C.tone,outcomeLabel:M.label,outcomeDetail:M.detail,outcomeTone:M.tone,slowestLabel:g===null?"n/a":CR(g),slowestDetail:y===null?"Latency pending":`Request #${y}`,heaviestDetail:j===null?"Tokens pending":`#${j} ${TR(w,v)}`}}function AR({pinnedSessionId:e,selectedSession:t,sessions:n,logs:r}){if(e!==void 0){const a=r.filter(l=>l.sessionId===e);return a.length===0?null:{label:e,logs:a,showBackLink:!0}}if(t!=="__all__"){const a=r.filter(l=>l.sessionId===t);return a.length===0?null:{label:t,logs:a,showBackLink:!0}}const o=n.length===1?n[0]??null:null;return o!==null&&r.every(l=>l.sessionId===o)?{label:o,logs:[...r],showBackLink:!1}:n.length===0&&r.length>0&&r.every(a=>a.sessionId===null)?{label:"Visible requests",logs:[...r],showBackLink:!1}:null}function OR({logs:e,pagination:t}){if(t.isLoading&&e.length===0)return"Loading logs...";if(e.length===0)return"No logs on this page";const n=e[0],r=e[e.length-1],o=n===void 0||r===void 0?"Current page":`#${n.id}-#${r.id}`;return t.total===null?`Showing ${e.length} logs (${o})`:t.total<=e.length?`Showing all ${t.total} logs`:`Showing ${e.length} of ${t.total} logs (${o})`}function pr({...e}){return s.jsx(ih,{"data-slot":"select",...e})}function Uo({...e}){return s.jsx(uh,{"data-slot":"select-value",...e})}function mr({className:e,size:t="default",children:n,...r}){return s.jsxs(lh,{"data-slot":"select-trigger","data-size":t,className:L("border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...r,children:[n,s.jsx(dh,{asChild:!0,children:s.jsx(et,{className:"size-4 opacity-50"})})]})}function hr({className:e,children:t,position:n="popper",align:r="center",...o}){return s.jsx(ph,{children:s.jsxs(mh,{"data-slot":"select-content",className:L("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 motion-reduce:data-[state=open]:animate-none motion-reduce:data-[state=closed]:animate-none relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border shadow-md",n==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:n,align:r,...o,children:[s.jsx(zR,{}),s.jsx(vh,{className:L("p-1",n==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)] scroll-my-1"),children:t}),s.jsx(LR,{})]})})}function lt({className:e,children:t,...n}){return s.jsxs(kh,{"data-slot":"select-item",className:L("focus:bg-accent focus:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",e),...n,children:[s.jsx("span",{className:"absolute right-2 flex size-3.5 items-center justify-center",children:s.jsx(Nh,{children:s.jsx(qe,{className:"size-4"})})}),s.jsx(Sh,{children:t})]})}function zR({className:e,...t}){return s.jsx(Ch,{"data-slot":"select-scroll-up-button",className:L("flex cursor-default items-center justify-center py-1",e),...t,children:s.jsx(Fl,{className:"size-4"})})}function LR({className:e,...t}){return s.jsx(Th,{"data-slot":"select-scroll-down-button",className:L("flex cursor-default items-center justify-center py-1",e),...t,children:s.jsx(et,{className:"size-4"})})}const $R=pe(["critical","warning","notice"]),DR=pe(["open"]),FR=pe(["proxy","tool-schema","run","group"]),Ag=pe(["request-failure","request-timeout","slow-response","tool-schema","run-failure","group-failure","group-incomplete"]),UR=pe(["log","session","run","group"]),BR=pe(["anthropic","openai","unknown"]),qR=E({kind:UR,id:x(),label:x(),href:x().nullable()}),HR=E({id:x(),fingerprint:x(),severity:$R,category:Ag,source:FR,status:DR,title:x(),message:x(),count:R().int().positive(),firstSeenAt:x(),lastSeenAt:x(),logIds:K(R().int().positive()),sessionIds:K(x()),runIds:K(x()),groupIds:K(x()),provider:x().nullable(),model:x().nullable(),apiFormat:BR.nullable(),evidence:K(qR),metadata:We(x(),Qe)}),VR=E({category:Ag,count:R().int().nonnegative()}),Og=E({total:R().int().nonnegative(),open:R().int().nonnegative(),critical:R().int().nonnegative(),warning:R().int().nonnegative(),notice:R().int().nonnegative(),byCategory:K(VR)}),WR=E({alerts:K(HR),total:R().int().nonnegative(),limit:R().int().positive(),summary:Og}),ZR=8e3,KR=1e4;function GR(e){const t=new URLSearchParams;e.severity!==void 0&&t.set("severity",e.severity),e.category!==void 0&&t.set("category",e.category),e.source!==void 0&&t.set("source",e.source),e.limit!==void 0&&t.set("limit",String(e.limit));const n=t.toString();return n.length>0?`/api/alerts?${n}`:"/api/alerts"}function JR(e,t){const n=qt(t?GR(e):null,r=>He(r,WR,KR));return{alerts:n.data?.alerts??[],total:n.data?.total??0,summary:n.data?.summary??null,isLoading:n.isLoading,error:n.error,mutate:n.mutate}}function YR(){const e=qt("/api/alerts/summary",t=>He(t,Og,ZR),{refreshInterval:5e3,revalidateOnFocus:!0});return{summary:e.data??null,isLoading:e.isLoading,error:e.error,mutate:e.mutate}}const Rr="relative size-9 rounded-md border border-border/70 bg-muted/60 text-muted-foreground transition-colors hover:bg-muted hover:text-accent-foreground focus-visible:ring-ring/50 max-lg:size-11",XR=["request-failure","request-timeout","slow-response","tool-schema","run-failure","group-failure","group-incomplete"];function zg(e){switch(e){case"critical":return"Critical";case"warning":return"Warning";case"notice":return"Notice"}}function QR(e){switch(e){case"proxy":return"Proxy";case"tool-schema":return"Tool schema";case"run":return"Run";case"group":return"Group"}}function Nc(e){switch(e){case"request-failure":return"Request failure";case"request-timeout":return"Timeout";case"slow-response":return"Slow response";case"tool-schema":return"Tool calling";case"run-failure":return"Run failure";case"group-failure":return"Group failure";case"group-incomplete":return"Group incomplete"}}function eI(e){switch(e){case"critical":return"border-status-danger/40 bg-status-danger/10 text-status-danger";case"warning":return"border-status-watch/40 bg-status-watch/10 text-status-watch";case"notice":return"border-status-cool/40 bg-status-cool/10 text-status-cool"}}function tI(e){switch(e){case"critical":return"bg-status-danger";case"warning":return"bg-status-watch";case"notice":return"bg-status-cool"}}function nI(e){switch(e){case"critical":return"text-status-danger";case"warning":return"text-status-watch";case"notice":return"text-status-cool"}}function sI(e){switch(e){case"request-failure":case"run-failure":case"group-failure":return s.jsx(pk,{className:"size-3.5"});case"request-timeout":case"slow-response":return s.jsx(Aw,{className:"size-3.5"});case"tool-schema":return s.jsx(wn,{className:"size-3.5"});case"group-incomplete":return s.jsx(sw,{className:"size-3.5"})}}function cl(e){const t=Date.parse(e);return Number.isFinite(t)?new Intl.DateTimeFormat(void 0,{month:"short",day:"2-digit",hour:"2-digit",minute:"2-digit",hour12:!1}).format(new Date(t)):e}function gt(e){return e.toLocaleString()}function Lg(e){return e.provider!==null&&e.model!==null?`${e.provider} / ${e.model}`:e.provider!==null?e.provider:e.model!==null?e.model:"Unknown target"}function rI(e,t){const n={limit:100};return e!=="all"&&(n.severity=e),t!=="all"&&(n.category=t),n}function oI(e,t){if(t!==null){const n=e.find(r=>r.id===t);if(n!==void 0)return n}return e[0]??null}function Gr({label:e,count:t,tone:n}){const r=n==="critical"?"border-status-danger/30 bg-status-danger/10 text-status-danger":n==="warning"?"border-status-watch/30 bg-status-watch/10 text-status-watch":n==="notice"?"border-status-cool/30 bg-status-cool/10 text-status-cool":"border-border bg-muted/40 text-foreground";return s.jsxs("div",{className:L("rounded-md border px-3 py-2",r),children:[s.jsx("div",{className:"text-[10px] font-semibold uppercase opacity-75",children:e}),s.jsx("div",{className:"mt-1 text-lg font-semibold leading-none",children:gt(t)})]})}function Jr({value:e,active:t,label:n,count:r,onClick:o}){return s.jsxs(ee,{type:"button",variant:t?"secondary":"ghost",size:"sm","aria-pressed":t,onClick:()=>o(e),className:"h-7 px-2",children:[n,r!==null?s.jsx(Te,{variant:"outline",children:gt(r)}):null]})}function iI({category:e,active:t,count:n,onClick:r}){return s.jsxs(ee,{type:"button",variant:t?"secondary":"ghost",size:"sm","aria-pressed":t,onClick:()=>r(e),className:"h-7 px-2",children:[sI(e),Nc(e),s.jsx(Te,{variant:"outline",children:gt(n)})]})}function aI({alerts:e,selectedAlertId:t,isLoading:n,error:r,onSelect:o}){return n?s.jsxs("div",{className:"flex min-h-56 items-center justify-center rounded-md border border-dashed border-border text-xs text-muted-foreground",children:[s.jsx(De,{className:"mr-2 size-3.5 animate-spin"}),"Loading alerts..."]}):r!==void 0?s.jsx("div",{className:"rounded-md border border-status-danger/30 bg-status-danger/10 px-3 py-2 text-xs text-status-danger",children:r.message}):e.length===0?s.jsx("div",{className:"flex min-h-56 items-center justify-center rounded-md border border-dashed border-border px-4 text-center text-xs text-muted-foreground",children:"No alerts match the current filters."}):s.jsx("div",{className:"min-h-0 space-y-2 overflow-y-auto pr-1",children:e.map(i=>{const a=i.id===t;return s.jsxs("button",{type:"button",onClick:()=>o(i.id),className:L("w-full rounded-md border px-3 py-3 text-left transition-colors",a?"border-primary/60 bg-primary/12":"border-border bg-background/70 hover:border-primary/30 hover:bg-muted/60"),children:[s.jsxs("div",{className:"flex items-start justify-between gap-3",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[s.jsx("span",{className:L("size-2 rounded-full",tI(i.severity))}),s.jsx("span",{className:L("text-xs font-semibold",nI(i.severity)),children:zg(i.severity)}),s.jsx("span",{className:"truncate text-xs text-muted-foreground",children:Nc(i.category)})]}),s.jsx("div",{className:"mt-1 text-sm font-semibold leading-snug",children:i.title}),s.jsx("div",{className:"mt-1 line-clamp-2 text-xs text-muted-foreground",children:i.message})]}),i.count>1?s.jsxs(Te,{variant:"outline",className:"shrink-0",children:["x",gt(i.count)]}):null]}),s.jsxs("div",{className:"mt-2 flex min-w-0 items-start justify-between gap-2 text-[11px] text-muted-foreground",children:[s.jsx("span",{className:"min-w-0 leading-snug",children:Lg(i)}),s.jsx("span",{className:"shrink-0",children:cl(i.lastSeenAt)})]})]},i.id)})})}function lI({alert:e,onNavigate:t}){return e.evidence.length===0?s.jsx("span",{className:"text-xs text-muted-foreground",children:"No linked evidence"}):s.jsx("div",{className:"flex flex-wrap gap-2",children:e.evidence.map(n=>n.href===null?s.jsx(Te,{variant:"outline",children:n.label},`${n.kind}:${n.id}`):s.jsx(Te,{variant:"outline",asChild:!0,children:s.jsx("a",{href:n.href,onClick:t,children:n.label})},`${n.kind}:${n.id}`))})}function cI({alert:e,onNavigate:t}){return e===null?s.jsx("div",{className:"flex min-h-56 items-center justify-center rounded-md border border-dashed border-border px-4 text-center text-xs text-muted-foreground",children:"Select an alert to inspect its evidence."}):s.jsxs("div",{className:"min-h-0 overflow-y-auto rounded-md border border-border bg-background/70",children:[s.jsx("div",{className:L("border-b px-4 py-3",eI(e.severity)),children:s.jsxs("div",{className:"flex items-start justify-between gap-3",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[s.jsx(Te,{variant:"outline",children:zg(e.severity)}),s.jsx(Te,{variant:"outline",children:QR(e.source)}),s.jsx(Te,{variant:"outline",children:Nc(e.category)})]}),s.jsx("h3",{className:"mt-3 text-base font-semibold",children:e.title}),s.jsx("p",{className:"mt-1 text-sm opacity-85",children:e.message})]}),e.count>1?s.jsxs(Te,{variant:"outline",className:"shrink-0",children:[gt(e.count)," hits"]}):null]})}),s.jsxs("div",{className:"space-y-4 p-4",children:[s.jsxs("div",{className:"grid gap-2 text-xs sm:grid-cols-2",children:[s.jsx(fn,{label:"Target",value:Lg(e)}),s.jsx(fn,{label:"Last seen",value:cl(e.lastSeenAt)}),s.jsx(fn,{label:"First seen",value:cl(e.firstSeenAt)}),s.jsx(fn,{label:"Protocol",value:e.apiFormat??"n/a"})]}),s.jsxs("div",{children:[s.jsx("div",{className:"mb-2 text-xs font-semibold text-muted-foreground",children:"Evidence"}),s.jsx(lI,{alert:e,onNavigate:t})]}),s.jsxs("div",{className:"grid gap-2 text-xs sm:grid-cols-2",children:[s.jsx(fn,{label:"Logs",value:e.logIds.length===0?"n/a":gt(e.logIds.length)}),s.jsx(fn,{label:"Sessions",value:e.sessionIds.length===0?"n/a":gt(e.sessionIds.length)}),s.jsx(fn,{label:"Runs",value:e.runIds.length===0?"n/a":gt(e.runIds.length)}),s.jsx(fn,{label:"Groups",value:e.groupIds.length===0?"n/a":gt(e.groupIds.length)})]})]})]})}function fn({label:e,value:t}){return s.jsxs("div",{className:"rounded-md border border-border bg-muted/30 px-3 py-2",children:[s.jsx("div",{className:"text-[10px] font-semibold uppercase text-muted-foreground",children:e}),s.jsx("div",{className:"mt-1 truncate font-mono text-[11px] text-foreground",children:t})]})}function uI(){const[e,t]=c.useState(!1),[n,r]=c.useState("all"),[o,i]=c.useState("all"),[a,l]=c.useState(null),{summary:u,isLoading:d}=YR(),f=c.useMemo(()=>rI(n,o),[o,n]),{alerts:p,total:m,isLoading:h,error:g,mutate:y}=JR(f,e),b=c.useMemo(()=>oI(p,a),[p,a]);c.useEffect(()=>{!e||a!==null&&p.some(C=>C.id===a)||l(p[0]?.id??null)},[p,e,a]);const w=u?.total??0,v=u?.critical??0,j=u?.warning??0,k=u?.notice??0,S=v>0?"bg-status-danger text-primary-foreground":j>0?"bg-status-watch text-primary-foreground":"bg-status-cool text-primary-foreground";return s.jsxs(Zt,{open:e,onOpenChange:t,children:[s.jsx(Nr,{asChild:!0,children:s.jsxs(ee,{type:"button",variant:"ghost",size:"icon",className:Rr,"aria-label":"Alerts",title:"Alerts",children:[s.jsx(Co,{className:"size-4"}),d?s.jsx(De,{className:"absolute -right-0.5 -top-0.5 size-3 animate-spin text-muted-foreground"}):w>0?s.jsx("span",{className:L("absolute -right-1 -top-1 min-w-4 rounded-full px-1 text-[10px] font-semibold leading-4",S),children:gt(w)}):null,s.jsx("span",{className:"sr-only",children:"Alerts"})]})}),s.jsxs(Kt,{className:"flex max-h-[86vh] max-w-6xl flex-col overflow-hidden",children:[s.jsxs(Xt,{children:[s.jsxs(Qt,{className:"flex items-center gap-2 pr-8",children:[s.jsx(Co,{className:"size-5 text-status-danger"}),s.jsx("span",{children:"Alerts"}),s.jsx(Te,{variant:"outline",children:gt(w)})]}),s.jsx(Cr,{className:"sr-only",children:"Local alert board for captured Inspector evidence."})]}),s.jsxs("div",{className:"grid gap-2 sm:grid-cols-4",children:[s.jsx(Gr,{label:"Open",count:u?.open??0,tone:"neutral"}),s.jsx(Gr,{label:"Critical",count:v,tone:"critical"}),s.jsx(Gr,{label:"Warning",count:j,tone:"warning"}),s.jsx(Gr,{label:"Notice",count:k,tone:"notice"})]}),s.jsxs("div",{className:"flex min-h-0 flex-wrap items-center justify-between gap-2 border-y border-border py-3",children:[s.jsxs("div",{className:"flex flex-wrap gap-1",children:[s.jsx(Jr,{value:"all",active:n==="all",label:"All",count:u?.total??null,onClick:r}),s.jsx(Jr,{value:"critical",active:n==="critical",label:"Critical",count:v,onClick:r}),s.jsx(Jr,{value:"warning",active:n==="warning",label:"Warning",count:j,onClick:r}),s.jsx(Jr,{value:"notice",active:n==="notice",label:"Notice",count:k,onClick:r})]}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",className:"h-7 shrink-0 px-2",onClick:()=>{y()},children:[s.jsx(Mt,{className:"size-3.5"}),"Refresh"]})]}),s.jsxs("div",{className:"flex flex-wrap gap-1",children:[s.jsx(ee,{type:"button",variant:o==="all"?"secondary":"ghost",size:"sm","aria-pressed":o==="all",onClick:()=>i("all"),className:"h-7 px-2",children:"All categories"}),XR.map(_=>{const C=u?.byCategory.find(M=>M.category===_)?.count??0;return C===0?null:s.jsx(iI,{category:_,active:o===_,count:C,onClick:i},_)})]}),s.jsxs("div",{className:"grid min-h-0 flex-1 gap-4 md:grid-cols-[360px_minmax(0,1fr)]",children:[s.jsxs("div",{className:"flex min-h-0 flex-col",children:[s.jsxs("div",{className:"mb-2 flex items-center justify-between text-xs text-muted-foreground",children:[s.jsxs("span",{children:[gt(m)," matched"]}),s.jsx("span",{children:p.length<m?`${gt(p.length)} shown`:"Latest"})]}),s.jsx(aI,{alerts:p,selectedAlertId:b?.id??null,isLoading:h,error:g,onSelect:l})]}),s.jsx(cI,{alert:b,onNavigate:()=>t(!1)})]})]})]})}const dI=12e3;function fI(e){return e===null||e.evidence===null?null:`/api/groups/${encodeURIComponent(e.id)}/evidence`}function pI(e){const t=qt(fI(e),n=>He(n,Iy,dI));return{evidenceResponse:t.data??null,isLoading:t.isLoading,error:t.error,mutate:t.mutate}}const mI=8e3;function hI(){const e=qt("/api/groups",t=>He(t,hp,mI));return{groups:e.data?.groups??[],isLoading:e.isLoading,error:e.error,mutate:e.mutate}}const gI=3e3;function xI(e,t){return{id:(e?.id??0)+1,message:t.message,tone:t.tone??"error"}}function $g(){const[e,t]=c.useState(null),n=c.useCallback(o=>{t(i=>xI(i,o))},[]),r=c.useCallback(()=>{t(null)},[]);return c.useEffect(()=>{if(e===null)return;const o=window.setTimeout(()=>{t(null)},gI);return()=>{window.clearTimeout(o)}},[e]),{notice:e,showToast:n,dismissToast:r}}function Dg({notice:e,onDismiss:t}){if(e===null)return null;const n=e.tone==="error",r=n?wn:Ma;return s.jsx("div",{"aria-atomic":"true","aria-live":"polite",className:"pointer-events-none fixed top-4 right-4 z-[100] w-[min(calc(100vw-2rem),26rem)]",role:"status",children:s.jsxs("div",{className:L("pointer-events-auto flex items-start gap-2 rounded-md border bg-popover/95 px-3 py-2 text-sm text-popover-foreground shadow-[0_18px_50px_color-mix(in_oklch,var(--foreground)_16%,transparent)] backdrop-blur",n?"border-status-danger/35":"border-status-success/35"),children:[s.jsx(r,{className:L("mt-0.5 size-4 shrink-0",n?"text-status-danger":"text-status-success")}),s.jsx("div",{className:"min-w-0 flex-1 break-words leading-5",children:e.message}),s.jsx("button",{type:"button",className:"inline-flex size-6 shrink-0 items-center justify-center rounded-md text-current/70 transition-colors hover:bg-white/10 hover:text-current focus-visible:ring-1 focus-visible:ring-current focus-visible:outline-none","aria-label":"Dismiss notification",onClick:t,children:s.jsx(jr,{className:"size-3.5"})})]},e.id)})}const ca=2e4;function bI(e,t){const n=`/api/groups/${encodeURIComponent(e)}`;return t?`${n}?deleteEvidence=1`:n}function vI(e){return e?"/api/groups?deleteEvidence=1":"/api/groups"}function Fg(e){let t=0,n=0,r=0,o=0;for(const i of e.members)switch(i.status){case"completed":t+=1;break;case"failed":case"cancelled":n+=1;break;case"running":r+=1;break;case"created":break;case null:o+=1;break}return{memberCount:e.members.length,completedMembers:t,failedMembers:n,runningMembers:r,missingStatusMembers:o}}function yI(e,t,n=null){return t!==null&&t.group.id===e.id?t.members.map(r=>({member:r.member,exportMember:r,source:"export"})):n!==null&&n.group.id===e.id&&n.members!==null?n.members.map(r=>({member:r.member,exportMember:r,source:"evidence"})):e.members.map(r=>({member:r,exportMember:null,source:"group"}))}function Cc(e){switch(e){case"completed":return"border-status-success/30 bg-status-success/10 text-status-success";case"failed":case"cancelled":return"border-status-danger/30 bg-status-danger/10 text-status-danger";case"running":return"border-status-cool/30 bg-status-cool/10 text-status-cool";case"created":return"border-border bg-muted/30 text-muted-foreground";case null:return"border-border bg-muted/30 text-muted-foreground"}}function Tc(e){return e??"unknown"}function wI(e){switch(e){case"PASS":return"border-status-success/30 bg-status-success/10 text-status-success";case"FAIL":return"border-status-danger/30 bg-status-danger/10 text-status-danger";case"RUNNING":return"border-status-cool/30 bg-status-cool/10 text-status-cool";case"UNKNOWN":return"border-border bg-muted/30 text-muted-foreground"}}function Ri(e){return e===null||e.trim().length===0?"-":e}function ht(e){return e.toLocaleString()}function ul(e){return e==null?"-":e<1e3?`${ht(e)} ms`:`${(e/1e3).toFixed(1)} s`}function Os(e){const t=Date.parse(e);return Number.isFinite(t)?new Intl.DateTimeFormat(void 0,{month:"short",day:"2-digit",hour:"2-digit",minute:"2-digit",hour12:!1}).format(new Date(t)):e}function id(e){return e===null?"-":Os(e)}function jI(e){const t=JSON.stringify(e),n=t===void 0?String(e):t;return n.length<=160?n:`${n.slice(0,157)}...`}function Ug(...e){for(const t of e)if(t!==null&&t.trim().length>0)return t;return"-"}function kI(...e){for(const t of e)if(t!=null&&t.trim().length>0)return t;return null}function SI(e){const t=e.provider,n=e.model;return t!==null&&t.length>0&&n!==null&&n.length>0?`${t} / ${n}`:Ug(t,n)}function _I(e,t){if(t!==null){const n=e.find(r=>r.id===t);if(n!==void 0)return n}return e[0]??null}function NI(e){return(e.exportMember?.session?.latestLogs??[])[0]??null}function CI(e){switch(e){case"export":return"fresh export";case"evidence":return"evidence";case"group":return"group"}}function TI(e,t){return t!==null&&t.group.id===e.id?t.evidence:e.evidence}function EI(e,t,n){return t!==null&&t.group.id===e.id?t.summary:n!==null&&n.group.id===e.id?n.summary:null}function RI(e,t,n){return t!==null&&t.group.id===e.id?t.jenkinsReport:n!==null&&n.group.id===e.id?n.report:null}function II({labelledTrigger:e=!1}){const[t,n]=c.useState(!1),[r,o]=c.useState(null),[i,a]=c.useState(null),[l,u]=c.useState(null),[d,f]=c.useState(null),[p,m]=c.useState(null),[h,g]=c.useState(!1),[y,b]=c.useState(null),[w,v]=c.useState(null),[j,k]=c.useState(!1),{notice:S,showToast:_,dismissToast:C}=$g(),{groups:M,isLoading:A,error:I,mutate:N}=hI(),P=c.useMemo(()=>_I(M,r),[M,r]);c.useEffect(()=>{!t||r!==null&&M.some(oe=>oe.id===r)||o(M[0]?.id??null)},[M,t,r]);const $=P!==null&&d!==null&&d.group.id===P.id?d:null,{evidenceResponse:F,isLoading:G,error:X,mutate:U}=pI(P),V=c.useCallback(()=>{N()},[N]),Y=c.useCallback(async()=>{if(!(M.length===0||j)){k(!0),m(null),g(!1),v(null),u(null);try{const D=await He(vI(!1),fp,ca,{method:"DELETE"},oe=>`Clear failed with status ${String(oe.status)}`);f(null),o(null),await N(),await U(),_({message:`Cleared ${ht(D.deleted)} group${D.deleted===1?"":"s"}.`,tone:"success"})}catch(D){_({message:D instanceof Error?D.message:"Unknown error clearing groups",tone:"error"})}finally{k(!1)}}},[j,M.length,N,U,_]),B=c.useCallback(async D=>{a(D.id),u(null);try{const oe=await He(`/api/groups/${encodeURIComponent(D.id)}/evidence`,Py,ca,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({latestLogLimit:10})},te=>`Export failed with status ${String(te.status)}`);f(oe),await N(),await U()}catch(oe){u(oe instanceof Error?oe.message:String(oe))}finally{a(null)}},[N,U]),W=c.useCallback(D=>{m(D),g(!1),v(null)},[]),me=c.useCallback(()=>{y===null&&(m(null),g(!1),v(null))},[y]),ve=c.useCallback(D=>{o(D),m(null),g(!1),v(null)},[]),ye=c.useCallback(async()=>{const D=p;if(D!==null){b(D.id),v(null);try{await He(bI(D.id,h),dp,ca,{method:"DELETE"},oe=>`Delete failed with status ${String(oe.status)}`),f(oe=>oe!==null&&oe.group.id===D.id?null:oe),o(oe=>oe===D.id?null:oe),m(null),g(!1),await N(),await U()}catch(oe){v(oe instanceof Error?oe.message:String(oe))}finally{b(null)}}},[h,p,N,U]);return s.jsxs(Zt,{open:t,onOpenChange:n,children:[s.jsx(Dg,{notice:S,onDismiss:C}),s.jsx(Nr,{asChild:!0,children:s.jsxs(ee,{type:"button",variant:"ghost",size:e?"default":"icon",className:L(Rr,e&&"w-auto gap-2 px-3 text-xs max-lg:h-11 max-lg:w-auto"),"aria-label":"Evaluation groups",title:"Evaluation groups",children:[s.jsx(du,{className:"size-4"}),A?s.jsx(De,{className:"absolute -right-0.5 -top-0.5 size-3 animate-spin text-muted-foreground"}):M.length>0?s.jsx("span",{className:"absolute -right-1 -top-1 min-w-4 rounded-full bg-primary px-1 text-[10px] leading-4 text-primary-foreground",children:M.length}):null,s.jsx("span",{className:e?"":"sr-only",children:"Groups"})]})}),s.jsxs(Kt,{className:"flex max-h-[85vh] max-w-5xl flex-col overflow-hidden",children:[s.jsx(Xt,{children:s.jsxs(Qt,{className:"flex items-center gap-2 pr-8",children:[s.jsx(du,{className:"size-5 text-muted-foreground"}),s.jsx("span",{children:"Groups"}),s.jsx(Te,{variant:"outline",children:ht(M.length)})]})}),s.jsxs("div",{className:"flex min-h-0 items-center justify-between gap-3 border-b border-border pb-3",children:[s.jsx("p",{className:"text-xs text-muted-foreground",children:"Evaluation batches, model runs, and exported evidence packs."}),s.jsxs("div",{className:"flex shrink-0 items-center gap-2",children:[s.jsxs(ee,{type:"button",variant:"outline",size:"sm",disabled:M.length===0||j,onClick:()=>{Y()},title:"Clear all groups. Session logs and run records stay intact.",children:[j?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(jn,{className:"size-3.5"}),"Clear"]}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",onClick:V,children:[s.jsx(Mt,{className:"size-3.5"}),"Refresh"]})]})]}),s.jsxs("div",{className:"grid min-h-0 flex-1 gap-4 md:grid-cols-[260px_minmax(0,1fr)]",children:[s.jsx(PI,{groups:M,selectedGroupId:P?.id??null,isLoading:A,error:I,onSelect:ve}),s.jsx(MI,{group:P,deleteTarget:p,deleteEvidence:h,exportResult:$,evidenceResponse:F,evidenceLoading:G,evidenceError:X,exportError:l,deleteError:w,exportingGroupId:i,deletingGroupId:y,onDeleteEvidenceChange:g,onExport:B,onRequestDelete:W,onCancelDelete:me,onConfirmDelete:()=>{ye()}})]})]})]})}function PI({groups:e,selectedGroupId:t,isLoading:n,error:r,onSelect:o}){return n?s.jsx("div",{className:"flex min-h-48 items-center justify-center rounded-md border border-dashed border-border text-xs text-muted-foreground",children:"Loading groups..."}):r!==void 0?s.jsx("div",{className:"rounded-md border border-status-danger/30 bg-status-danger/10 px-3 py-2 text-xs text-status-danger",children:r.message}):e.length===0?s.jsx("div",{className:"rounded-md border border-dashed border-border px-3 py-8 text-center text-xs text-muted-foreground",children:"No groups yet."}):s.jsx("div",{className:"min-h-0 overflow-y-auto pr-1",children:s.jsx("div",{className:"space-y-2",children:e.map(i=>{const a=Fg(i),l=t===i.id;return s.jsxs("button",{type:"button",onClick:()=>o(i.id),className:L("w-full rounded-md border px-3 py-2 text-left text-xs transition-colors",l?"border-primary bg-primary/5":"border-border bg-background hover:bg-muted/50"),children:[s.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2",children:[s.jsx("span",{className:"min-w-0 text-sm font-medium leading-snug",children:i.title}),s.jsx(Te,{variant:"outline",className:Cc(i.status),children:Tc(i.status)})]}),s.jsxs("div",{className:"mt-1 flex items-center gap-2 text-muted-foreground",children:[s.jsxs("span",{children:[a.memberCount," sessions"]}),s.jsx("span",{children:Os(i.updatedAt)})]})]},i.id)})})})}function MI({group:e,deleteTarget:t,deleteEvidence:n,exportResult:r,evidenceResponse:o,evidenceLoading:i,evidenceError:a,exportError:l,deleteError:u,exportingGroupId:d,deletingGroupId:f,onDeleteEvidenceChange:p,onExport:m,onRequestDelete:h,onCancelDelete:g,onConfirmDelete:y}){if(e===null)return s.jsx("div",{className:"flex min-h-48 items-center justify-center rounded-md border border-dashed border-border text-xs text-muted-foreground",children:"Select a group to inspect."});const b=Fg(e),w=EI(e,r,o),v=RI(e,r,o),j=TI(e,r),k=yI(e,r,o),S=d===e.id,_=f===e.id,C=t?.id===e.id;return s.jsx("div",{className:"min-h-0 overflow-y-auto pr-1",children:s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex min-w-0 flex-col gap-3 sm:flex-row sm:items-start sm:justify-between",children:[s.jsxs("div",{className:"min-w-0 space-y-1",children:[s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-2",children:[s.jsx("h3",{className:"min-w-0 text-base font-semibold leading-snug",children:e.title}),s.jsx(Te,{variant:"outline",className:Cc(e.status),children:Tc(e.status)}),s.jsx(Te,{variant:"outline",children:e.kind})]}),s.jsxs("div",{className:"flex flex-wrap items-center gap-2 text-xs text-muted-foreground",children:[s.jsx("span",{children:Ri(e.project)}),s.jsxs("span",{children:["updated ",Os(e.updatedAt)]})]})]}),s.jsxs("div",{className:"flex shrink-0 items-center gap-2",children:[s.jsx(ee,{type:"button",variant:"outline",size:"icon",className:"size-8 text-status-danger hover:text-status-danger/80","aria-label":"Delete group",title:"Delete group",disabled:_,onClick:()=>h(e),children:_?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(jn,{className:"size-3.5"})}),s.jsxs(ee,{type:"button",variant:"default",size:"sm",className:"shrink-0",disabled:S||_,onClick:()=>{m(e)},children:[S?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(yr,{className:"size-3.5"}),"Export evidence"]})]})]}),e.task!==null&&e.task.trim().length>0&&s.jsx("p",{className:"rounded-md border border-border bg-muted/20 px-3 py-2 text-xs text-muted-foreground",children:e.task}),C&&s.jsx(AI,{group:e,deleteEvidence:n,isDeleting:_,error:u,onDeleteEvidenceChange:p,onCancel:g,onConfirm:y}),s.jsxs("div",{className:"grid gap-2 sm:grid-cols-4",children:[s.jsx(pn,{label:"Members",value:b.memberCount}),s.jsx(pn,{label:"Done",value:b.completedMembers}),s.jsx(pn,{label:"Failed",value:b.failedMembers}),s.jsx(pn,{label:"Running",value:b.runningMembers})]}),w!==null&&s.jsxs("div",{className:"grid gap-2 sm:grid-cols-4",children:[s.jsx(pn,{label:"Requests",value:w.requestCount}),s.jsx(pn,{label:"Errors",value:w.errorCount}),s.jsx(pn,{label:"Tokens",value:w.tokenUsage.total}),s.jsx(pn,{label:"Missing",value:w.missingSessions})]}),s.jsx(OI,{report:v,loading:i,error:a,hasEvidence:j!==null}),s.jsx(zI,{evidence:j}),l!==null&&s.jsx("div",{className:"rounded-md border border-status-danger/30 bg-status-danger/10 px-3 py-2 text-xs text-status-danger",children:l}),u!==null&&!C&&s.jsx("div",{className:"rounded-md border border-status-danger/30 bg-status-danger/10 px-3 py-2 text-xs text-status-danger",children:u}),s.jsx(LI,{rows:k})]})})}function AI({group:e,deleteEvidence:t,isDeleting:n,error:r,onDeleteEvidenceChange:o,onCancel:i,onConfirm:a}){const l=e.evidence!==null,u=e.evidence?.markdownPath??"No evidence pack exported.";return s.jsx("div",{className:"rounded-md border border-status-danger/30 bg-status-danger/10 px-3 py-3 text-status-danger",children:s.jsxs("div",{className:"flex min-w-0 flex-col gap-3 lg:flex-row lg:items-start lg:justify-between",children:[s.jsxs("div",{className:"min-w-0 space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 text-sm font-semibold",children:[s.jsx(jn,{className:"size-4 text-status-danger"}),s.jsx("span",{children:"Delete group?"})]}),s.jsxs("p",{className:"text-xs text-status-danger",children:["Delete ",s.jsx("span",{className:"font-medium",children:e.title}),". Session logs and run records stay intact."]}),s.jsxs("label",{className:L("flex min-w-0 items-start gap-2 text-xs",l?"cursor-pointer":"opacity-60"),children:[s.jsx("input",{type:"checkbox",className:"mt-0.5 size-4 shrink-0",checked:t,disabled:!l||n,onChange:d=>o(d.currentTarget.checked)}),s.jsxs("span",{className:"min-w-0",children:[s.jsx("span",{className:"block font-medium",children:"Also delete exported evidence files"}),s.jsx("code",{className:"mt-1 block truncate font-mono text-[11px] text-status-danger",children:u})]})]}),r!==null&&s.jsx("div",{className:"rounded-md border border-status-danger/30 bg-card px-2 py-1.5 text-xs text-status-danger",children:r})]}),s.jsxs("div",{className:"flex shrink-0 justify-end gap-2",children:[s.jsx(ee,{type:"button",variant:"outline",size:"sm",disabled:n,onClick:i,children:"Cancel"}),s.jsxs(ee,{type:"button",variant:"destructive",size:"sm",disabled:n,onClick:a,children:[n?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(jn,{className:"size-3.5"}),"Delete"]})]})]})})}function pn({label:e,value:t}){return s.jsxs("div",{className:"rounded-md border border-border bg-muted/20 px-3 py-2",children:[s.jsx("div",{className:"text-[11px] font-medium uppercase text-muted-foreground",children:e}),s.jsx("div",{className:"mt-1 font-mono text-sm font-semibold",children:ht(t)})]})}function OI({report:e,loading:t,error:n,hasEvidence:r}){const{copied:o,copy:i}=vn(e?.markdown??null);return e===null&&!t&&n===void 0?null:t?s.jsxs("div",{className:"flex items-center gap-2 rounded-md border border-border bg-muted/20 px-3 py-2 text-xs text-muted-foreground",children:[s.jsx(De,{className:"size-3.5 animate-spin"}),"Loading evidence report..."]}):n!==void 0&&r?s.jsxs("div",{className:"rounded-md border border-status-danger/30 bg-status-danger/10 px-3 py-2 text-xs text-status-danger",children:["Failed to load evidence report: ",n.message]}):e===null?null:s.jsxs("div",{className:"rounded-md border border-border bg-muted/20 px-3 py-2",children:[s.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[s.jsx("span",{className:"text-xs font-semibold",children:"Evidence report"}),s.jsx(Te,{variant:"outline",className:wI(e.status),children:e.status})]}),s.jsx(ee,{type:"button",variant:"ghost",size:"icon",className:"size-7 shrink-0","aria-label":o?"Copied evidence report":"Copy evidence report",onClick:i,children:o?s.jsx(qe,{className:"size-3.5 text-status-success"}):s.jsx(Lt,{className:"size-3.5"})})]}),s.jsx("p",{className:"mt-1 text-xs text-muted-foreground",children:e.summary})]})}function zI({evidence:e}){return e===null?s.jsx("div",{className:"rounded-md border border-dashed border-border px-3 py-2 text-xs text-muted-foreground",children:"No evidence pack exported yet."}):s.jsxs("div",{className:"space-y-2 rounded-md border border-border bg-muted/20 px-3 py-2",children:[s.jsxs("div",{className:"flex items-center justify-between gap-2",children:[s.jsx("span",{className:"text-xs font-semibold",children:"Evidence paths"}),s.jsx("span",{className:"text-[11px] text-muted-foreground",children:Os(e.exportedAt)})]}),s.jsxs("div",{className:"grid gap-2",children:[s.jsx(ua,{label:"JSON",value:e.jsonPath}),s.jsx(ua,{label:"Markdown",value:e.markdownPath}),s.jsx(ua,{label:"HTML",value:e.htmlPath})]})]})}function ua({label:e,value:t}){const{copied:n,copy:r}=vn(t);return s.jsxs("div",{className:"flex min-w-0 items-center gap-2 rounded-md border border-border bg-background px-2 py-1.5",children:[s.jsx("span",{className:"w-16 shrink-0 text-[11px] font-medium text-muted-foreground",children:e}),s.jsx("code",{className:"min-w-0 flex-1 truncate font-mono text-xs",children:t}),s.jsx(ee,{type:"button",variant:"ghost",size:"icon",className:"size-7 shrink-0","aria-label":n?`Copied ${e} path`:`Copy ${e} path`,onClick:r,children:n?s.jsx(qe,{className:"size-3.5 text-status-success"}):s.jsx(Lt,{className:"size-3.5"})})]})}function LI({rows:e}){const[t,n]=c.useState(null),r=c.useCallback(o=>{n(i=>i===o?null:o)},[]);return e.length===0?s.jsx("div",{className:"rounded-md border border-dashed border-border px-3 py-8 text-center text-xs text-muted-foreground",children:"No sessions attached."}):s.jsxs("div",{className:"overflow-hidden rounded-md border border-border",children:[s.jsx("div",{className:"border-b border-border bg-muted/30 px-3 py-2 text-xs font-semibold",children:"Members"}),s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full min-w-[760px] text-left text-xs",children:[s.jsx("thead",{className:"border-b border-border bg-muted/20 text-muted-foreground",children:s.jsxs("tr",{children:[s.jsx("th",{className:"px-3 py-2 font-medium",children:"Session"}),s.jsx("th",{className:"px-3 py-2 font-medium",children:"Provider / Model"}),s.jsx("th",{className:"px-3 py-2 font-medium",children:"Status"}),s.jsx("th",{className:"px-3 py-2 font-medium",children:"Requests"}),s.jsx("th",{className:"px-3 py-2 font-medium",children:"Errors"}),s.jsx("th",{className:"px-3 py-2 font-medium",children:"First chunk"}),s.jsx("th",{className:"px-3 py-2 font-medium",children:"Tokens"})]})}),s.jsx("tbody",{children:e.map(o=>{const i=t===o.member.id;return s.jsxs(c.Fragment,{children:[s.jsx($I,{row:o,isExpanded:i,onToggleDetails:r}),s.jsx(DI,{row:o,isExpanded:i})]},o.member.id)})})]})})]})}function $I({row:e,isExpanded:t,onToggleDetails:n}){const r=e.member,o=e.exportMember?.session??null,i=NI(e),a=o?.inspectorPath??cf(r.sessionId),l=e.source!=="evidence",u=o?.requestCount??null,d=o?.errorCount??null,f=o?.tokenUsage.total??null,p=i?.firstChunkMs??null,m=Ug(r.label,r.sessionId),h=kI(o?.clientUserAgent,i?.userAgent,r.agent),g=o?.clientProjectFolder??null,y=hc({userAgent:h,conversationId:r.sessionId,clientProjectFolder:g}),b=_i(y);return s.jsxs("tr",{className:"border-b border-border last:border-0 hover:bg-muted/20",children:[s.jsxs("td",{className:"max-w-56 px-3 py-2",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-1.5",children:[s.jsx(ee,{type:"button",variant:"ghost",size:"icon",className:"size-6 shrink-0 text-muted-foreground","aria-label":t?`Hide member ${m}`:`Show member ${m}`,title:t?"Hide member details":"Show member details",onClick:()=>{n(r.id)},children:t?s.jsx(et,{className:"size-3.5"}):s.jsx(bt,{className:"size-3.5"})}),b!==null&&s.jsx(Ni,{client:y,className:"size-5"}),l?s.jsxs("a",{href:a,target:"_blank",rel:"noreferrer",className:"inline-flex max-w-full min-w-0 items-center gap-2 rounded-sm font-mono text-xs text-primary outline-none hover:underline focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","aria-label":`Open session ${m}`,title:`Open session ${m}`,children:[s.jsx("span",{className:"min-w-0 truncate",children:m}),s.jsx(Ul,{className:"size-3 shrink-0 text-muted-foreground"})]}):s.jsxs("button",{type:"button",className:"inline-flex max-w-full min-w-0 items-center gap-2 rounded-sm font-mono text-xs text-foreground outline-none hover:underline focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",title:`Show evidence snapshot for ${m}`,"aria-label":`Show evidence snapshot for ${m}`,onClick:()=>{n(r.id)},children:[s.jsx("span",{className:"min-w-0 truncate",children:m}),s.jsx(Te,{variant:"outline",className:"shrink-0 border-border bg-muted/30 text-muted-foreground",children:"evidence"})]})]}),s.jsx("div",{className:"mt-0.5 truncate text-[11px] text-muted-foreground",children:Ri(r.agent)})]}),s.jsx("td",{className:"max-w-52 px-3 py-2",children:s.jsx("span",{className:"block whitespace-normal leading-snug",children:SI(r)})}),s.jsx("td",{className:"px-3 py-2",children:s.jsx(Te,{variant:"outline",className:Cc(r.status),children:Tc(r.status)})}),s.jsx("td",{className:"px-3 py-2 font-mono",children:u===null?"-":ht(u)}),s.jsx("td",{className:"px-3 py-2 font-mono",children:d===null?"-":ht(d)}),s.jsx("td",{className:"px-3 py-2 font-mono",children:ul(p)}),s.jsx("td",{className:"px-3 py-2 font-mono",children:f===null?"-":ht(f)})]})}function DI({row:e,isExpanded:t}){if(!t)return null;const n=e.member,r=e.exportMember,o=r?.session??null,i=r?.run??null,a=Object.entries(n.metadata);return s.jsx("tr",{className:"border-b border-border bg-muted/10",children:s.jsx("td",{colSpan:7,className:"px-3 pb-4 pt-2",children:s.jsxs("div",{className:"space-y-3 rounded-md border border-border bg-background p-3",children:[s.jsxs("div",{className:"grid gap-2 sm:grid-cols-2 lg:grid-cols-4",children:[s.jsx(tt,{label:"Source",value:CI(e.source)}),s.jsx(tt,{label:"Member ID",value:n.id,mono:!0}),s.jsx(tt,{label:"Session ID",value:n.sessionId,mono:!0}),s.jsx(tt,{label:"Run ID",value:i?.id??n.runId??"-",mono:!0}),s.jsx(tt,{label:"Created",value:Os(n.addedAt)}),s.jsx(tt,{label:"Updated",value:Os(n.updatedAt)}),s.jsx(tt,{label:"Session created",value:id(o?.createdAt??null)}),s.jsx(tt,{label:"Session updated",value:id(o?.updatedAt??null)})]}),o===null?s.jsx("div",{className:"rounded-md border border-dashed border-border px-3 py-2 text-xs text-muted-foreground",children:"No session snapshot is available for this member."}):s.jsxs("div",{className:"grid gap-2 sm:grid-cols-2 lg:grid-cols-4",children:[s.jsx(tt,{label:"Log coverage",value:o.logCoverage}),s.jsx(tt,{label:"Runtime",value:Ri(o.runtimeMode)}),s.jsx(tt,{label:"Requests",value:ht(o.requestCount),mono:!0}),s.jsx(tt,{label:"Errors",value:ht(o.errorCount),mono:!0}),s.jsx(tt,{label:"Input tokens",value:ht(o.tokenUsage.input),mono:!0}),s.jsx(tt,{label:"Output tokens",value:ht(o.tokenUsage.output),mono:!0}),s.jsx(tt,{label:"Cache read",value:ht(o.tokenUsage.cacheRead),mono:!0}),s.jsx(tt,{label:"Total tokens",value:ht(o.tokenUsage.total),mono:!0})]}),s.jsx(FI,{logs:o?.latestLogs??[]}),s.jsx(UI,{entries:a})]})})})}function tt({label:e,value:t,mono:n=!1}){return s.jsxs("div",{className:"min-w-0",children:[s.jsx("div",{className:"text-[11px] font-medium uppercase tracking-wide text-muted-foreground",children:e}),s.jsx("div",{className:L("truncate text-xs text-foreground",n?"font-mono":""),title:t,children:t})]})}function FI({logs:e}){const t=e.slice(0,5);return t.length===0?s.jsx("div",{className:"rounded-md border border-dashed border-border px-3 py-2 text-xs text-muted-foreground",children:"No latest logs in this snapshot."}):s.jsxs("div",{className:"overflow-hidden rounded-md border border-border",children:[s.jsx("div",{className:"border-b border-border bg-muted/30 px-3 py-2 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:"Latest logs"}),s.jsx("div",{className:"divide-y divide-border",children:t.map(n=>{const r=n.sessionLogNumber??n.id;return s.jsxs("div",{className:"grid gap-2 px-3 py-2 text-xs sm:grid-cols-[72px_1fr_88px_88px]",children:[s.jsxs("span",{className:"font-mono text-muted-foreground",title:`Log ID ${String(n.id)}`,children:["#",r]}),s.jsxs("span",{className:"min-w-0 truncate",children:[Ri(n.model)," · ",n.apiFormat," · ",n.path]}),s.jsx("span",{className:"font-mono text-muted-foreground",children:ul(n.firstChunkMs)}),s.jsx("span",{className:"font-mono text-muted-foreground",children:ul(n.latencyMs)})]},n.id)})})]})}function UI({entries:e}){return e.length===0?null:s.jsxs("div",{className:"overflow-hidden rounded-md border border-border",children:[s.jsx("div",{className:"border-b border-border bg-muted/30 px-3 py-2 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:"Metadata"}),s.jsx("div",{className:"grid gap-x-3 gap-y-2 p-3 text-xs sm:grid-cols-2",children:e.map(([t,n])=>{const r=jI(n);return s.jsxs("div",{className:"min-w-0",children:[s.jsx("span",{className:"mr-2 text-muted-foreground",children:t}),s.jsx("span",{className:"font-mono text-foreground",title:r,children:r})]},t)})})]})}const BI=E({selectionId:x().uuid(),name:x(),apiKeyHint:x(),format:pe(["anthropic","openai"]),anthropicBaseUrl:x(),openaiBaseUrl:x(),openaiResponsesBaseUrl:x().optional().default(""),models:K(x()),sourceTool:pe(["claude-code","opencode","mimo-code"]),alreadyExists:Re()}),qI=E({scanId:x().uuid(),providers:K(BI),warnings:K(x()).optional()});E({scanId:x().uuid(),selectionIds:K(x().uuid()).min(1).max(100)});const HI=E({success:Re().optional(),imported:R().optional(),message:x().optional(),errors:K(x()).optional()}),ad=2e4;function VI({open:e,onOpenChange:t,onImportComplete:n}){const[r,o]=c.useState(!1),[i,a]=c.useState(null),[l,u]=c.useState(null),[d,f]=c.useState([]),[p,m]=c.useState([]),[h,g]=c.useState(new Set),[y,b]=c.useState(!1),[w,v]=c.useState(null),[j,k]=c.useState(null),S=c.useRef(0),_=c.useRef(0),C=c.useCallback(()=>{const N=S.current+1;S.current=N,o(!0),a(null),m([]),u(null),f([]),g(new Set),v(null),k(null),He("/api/providers/scan",qI,ad,{method:"POST"},P=>`Scan failed (${String(P.status)})`).then(P=>{if(S.current!==N)return;u(P.scanId),f(P.providers),m(P.warnings??[]);const $=new Set;P.providers.forEach((F,G)=>{F.alreadyExists||$.add(G)}),g($)}).catch(P=>{S.current===N&&a(P instanceof Error?P.message:String(P))}).finally(()=>{S.current===N&&o(!1)})},[]);c.useEffect(()=>{e&&C()},[e,C]),c.useEffect(()=>{e||(S.current+=1,_.current+=1,o(!1),b(!1))},[e]);const M=c.useCallback(N=>{g(P=>{const $=new Set(P);return $.has(N)?$.delete(N):$.add(N),$})},[]),A=c.useCallback(()=>{const N=d.filter(($,F)=>h.has(F));if(N.length===0||l===null)return;const P=_.current+1;_.current=P,b(!0),k(null),v(null),He("/api/providers/import",HI,ad,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({scanId:l,selectionIds:N.map($=>$.selectionId)})},$=>`Import failed (${String($.status)})`).then($=>{_.current===P&&(f(F=>F.map((G,X)=>h.has(X)?{...G,alreadyExists:!0}:G)),g(new Set),$.errors!==void 0&&$.errors.length>0&&$.message!==void 0?v($.message):v(`Imported ${$.imported??N.length} provider(s)`),n())}).catch($=>{_.current===P&&k($ instanceof Error?$.message:String($))}).finally(()=>{_.current===P&&b(!1)})},[d,l,h,n]),I=d.some(N=>!N.alreadyExists);return s.jsx(Zt,{open:e,onOpenChange:t,children:s.jsxs(Kt,{className:"max-w-xl max-h-[80vh] overflow-hidden flex flex-col",children:[s.jsxs(Xt,{children:[s.jsx(Qt,{children:"Import from External Tools"}),s.jsx("p",{className:"text-xs text-muted-foreground",children:"Detect provider configurations from Claude Code, OpenCode, and MiMo Code."})]}),s.jsxs("div",{className:"flex-1 overflow-y-auto space-y-3",children:[r&&s.jsxs("div",{className:"flex items-center justify-center py-8 gap-2 text-muted-foreground",children:[s.jsx(De,{className:"size-4 animate-spin"}),s.jsx("span",{className:"text-sm",children:"Scanning for external providers..."})]}),i!==null&&s.jsxs("div",{className:"flex items-center gap-2 text-destructive text-sm py-4",children:[s.jsx(Ts,{className:"size-4"}),i]}),!r&&i===null&&d.length===0&&s.jsxs("p",{className:"text-sm text-muted-foreground py-8 text-center",children:["No external provider configurations found.",s.jsx("br",{}),s.jsx("span",{className:"text-xs",children:"Supported tools: Claude Code (~/.claude/settings.json), OpenCode (~/.config/opencode/opencode.json), MiMo Code (~/.config/mimocode/mimocode.jsonc)"})]}),!r&&d.map((N,P)=>s.jsxs("label",{className:`flex items-start gap-3 p-3 border rounded-md ${N.alreadyExists?"":"cursor-pointer hover:bg-muted/50"}`,children:[!N.alreadyExists&&s.jsx("input",{type:"checkbox",checked:h.has(P),disabled:y,onChange:()=>M(P),className:"mt-0.5 size-4"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Ni,{client:N.sourceTool,className:"size-7 rounded-[8px]"}),N.alreadyExists&&s.jsx("span",{className:"text-[10px] text-muted-foreground",children:"Already added"})]}),s.jsxs("div",{className:"mt-1 text-xs leading-snug text-muted-foreground",children:[N.models.slice(0,4).join(", "),N.models.length>4?` +${N.models.length-4} more`:""]}),s.jsx("div",{className:"text-xs text-muted-foreground mt-0.5 truncate",children:N.format==="anthropic"?N.anthropicBaseUrl:N.openaiResponsesBaseUrl!==""?N.openaiResponsesBaseUrl:N.openaiBaseUrl}),s.jsx("div",{className:"text-xs text-muted-foreground mt-0.5 font-mono",children:N.apiKeyHint})]})]},N.selectionId)),p.length>0&&s.jsx("div",{className:"text-xs text-muted-foreground space-y-1 border-t pt-2",children:p.map((N,P)=>s.jsxs("div",{className:"flex items-center gap-1",children:[s.jsx(Ts,{className:"size-3"}),N]},P))}),w!==null&&s.jsx("div",{className:"border-t pt-2 text-sm text-status-success",children:w}),j!==null&&s.jsx("div",{className:"text-sm text-destructive border-t pt-2",children:j})]}),s.jsxs("div",{className:"flex items-center justify-between pt-3 border-t",children:[s.jsxs(ee,{variant:"outline",size:"sm",onClick:C,disabled:r,children:[s.jsx(De,{className:`size-3 mr-1 ${r?"animate-spin":""}`}),"Rescan"]}),s.jsxs(ee,{size:"sm",onClick:A,disabled:!I||h.size===0||y,children:[s.jsx(yr,{className:"size-3 mr-1"}),y?"Importing...":`Import Selected (${h.size})`]})]})]})})}const Bg=E({id:x().min(1).max($a),aliases:K(x().max($a)).max(Wn).optional().default([]),contextWindow:R().int().positive().optional(),outputLimit:R().int().positive().optional(),sourceUrl:x().optional()}),WI=E({name:x().min(1).optional(),aliases:K(x()).max(Wn).optional().default([]),baseUrls:K(x()).max(Wn).optional().default([]),models:K(Bg).min(1).max(Wn)});E({version:R().int().positive().optional(),updatedAt:x().optional(),providers:K(WI).max(Wn).optional().default([]),models:K(Bg).max(Wn).optional().default([])});function ld(e){return e.trim().toLowerCase().replace(/\s+/g,"-")}function ZI(e){const t=e.models.filter(n=>n.trim()!=="");return t.length>0?t:e.model!==void 0&&e.model.trim()!==""?[e.model]:[]}function Ec(e,t){const n=ld(t);return(e.modelMetadata??[]).find(o=>ld(o.model)===n)??null}function KI(e){const t=ZI(e);return t.length===0?!1:t.every(n=>{const r=Ec(e,n);return r!==null&&r.contextWindow!==void 0})}function GI(e,t){if(e===null)return null;for(const n of t){const r=Ec(n,e);if(r!==null&&r.contextWindow!==void 0)return{providerName:n.name,model:r.model,tokens:r.contextWindow,sourceUrl:r.sourceUrl}}return null}function gr(e){return Object.prototype.hasOwnProperty.call(e,"success")}function Ii(e){return Object.prototype.hasOwnProperty.call(e,"notConfigured")}function kt(e){return e!==void 0&&e!==""}function it(e){return e!==void 0&&e.trim()!==""}function Ss(e){return e<1e3?`${e}ms`:`${(e/1e3).toFixed(1)}s`}function qg(e){return e>=10?`${e.toFixed(0)}/s`:`${e.toFixed(1)}/s`}function Hg(e){switch(e){case"timeout":return"Timeout";case"network_unreachable":return"Offline";case"connection_refused":return"Refused";case"auth_failed":return"Auth";case"rate_limited":return"Rate limit";case"server_error":return"Server";case"invalid_response":return"Invalid";case"unknown":return"Failed"}}function JI(e){return e.firstChunkMs!==void 0&&e.firstChunkMs!==null?Ss(e.firstChunkMs):e.latencyMs!==void 0?Ss(e.latencyMs):e.totalStreamMs!==void 0&&e.totalStreamMs!==null?Ss(e.totalStreamMs):e.tokensPerSecond!==void 0&&e.tokensPerSecond!==null&&e.tokensPerSecond>0?qg(e.tokensPerSecond):null}function YI(e){return Ii(e)?{tone:"quiet",label:"N/A",metric:null,hasDetails:!1}:gr(e)?e.success?{tone:"success",label:"Pass",metric:JI(e),hasDetails:!0}:{tone:"failure",label:Hg(e.error?.type??"unknown"),metric:null,hasDetails:!0}:{tone:"pending",label:"Running",metric:null,hasDetails:!1}}function XI(e,t){if(t===void 0)return[];const n=[];return kt(e.anthropicBaseUrl)&&n.push(t.anthropic),kt(e.openaiBaseUrl)&&n.push(t.openaiChat),kt(e.openaiResponsesBaseUrl)&&n.push(t.openaiResponses),n}function QI(e,t){const n={total:0,passed:0,failed:0,testing:0};for(const r of XI(e,t))for(const o of[r.nonStreaming,r.streaming])Ii(o)||(n.total+=1,gr(o)?o.success?n.passed+=1:n.failed+=1:n.testing+=1);return n}function cd(e){if(e===void 0)return;const t=Object.entries(e).map(([n,r])=>`${n}: ${r}`);return t.length===0?void 0:t.join(`
124
+ `)}function mn({title:e,children:t}){return s.jsxs("section",{className:"space-y-1.5",children:[s.jsx("h4",{className:"text-xs font-medium text-foreground/80",children:e}),t]})}function $n({value:e}){return s.jsx("pre",{className:"max-h-48 overflow-auto whitespace-pre-wrap break-all rounded-md bg-muted/40 p-3 font-mono text-[11px] leading-relaxed text-foreground/80",children:e})}function Dn({label:e,value:t}){return s.jsxs("div",{className:"min-w-0 rounded-md bg-muted/35 px-3 py-2",children:[s.jsx("dt",{className:"text-[10px] text-muted-foreground",children:e}),s.jsx("dd",{className:"mt-1 truncate font-mono text-xs font-semibold text-foreground",title:t,children:t})]})}function eP({result:e}){const t=e.inputTokens!==void 0||e.outputTokens!==void 0,n=e.cacheCreationInputTokens!==void 0||e.cacheReadInputTokens!==void 0;return it(e.model)||t||n||e.latencyMs!==void 0||e.firstChunkMs!==void 0&&e.firstChunkMs!==null||e.totalStreamMs!==void 0&&e.totalStreamMs!==null||e.tokensPerSecond!==void 0&&e.tokensPerSecond!==null&&e.tokensPerSecond>0?s.jsxs("dl",{className:"grid grid-cols-2 gap-2 sm:grid-cols-3 lg:grid-cols-4",children:[it(e.model)&&s.jsx(Dn,{label:"Model",value:e.model}),e.latencyMs!==void 0&&s.jsx(Dn,{label:"Latency",value:Ss(e.latencyMs)}),e.firstChunkMs!==void 0&&e.firstChunkMs!==null&&s.jsx(Dn,{label:"First chunk",value:Ss(e.firstChunkMs)}),e.totalStreamMs!==void 0&&e.totalStreamMs!==null&&s.jsx(Dn,{label:"Stream total",value:Ss(e.totalStreamMs)}),e.tokensPerSecond!==void 0&&e.tokensPerSecond!==null&&e.tokensPerSecond>0&&s.jsx(Dn,{label:"Token rate",value:`${qg(e.tokensPerSecond)} tok`}),t&&s.jsx(Dn,{label:"Tokens in / out",value:`${String(e.inputTokens??0)} / ${String(e.outputTokens??0)}`}),n&&s.jsx(Dn,{label:"Cache create / read",value:`${String(e.cacheCreationInputTokens??0)} / ${String(e.cacheReadInputTokens??0)}`})]}):null}function tP({result:e}){const t=e.debug,n=t?.requestUrl,r=t?.requestMethod??"POST",o=cd(t?.requestHeaders),i=cd(t?.responseHeaders),a=t?.responseStatus===void 0?void 0:`${String(t.responseStatus)}${it(t.responseStatusText)?` ${t.responseStatusText}`:""}`,l=t?.responseBody??e.rawResponse;return it(e.error?.hint)||it(e.error?.details)||it(n)||o!==void 0||it(t?.requestBody)||it(a)||i!==void 0||it(l)?s.jsxs("div",{className:"space-y-4 border-t border-border/70 pt-4 text-xs text-muted-foreground",children:[it(e.error?.hint)&&s.jsx(mn,{title:"Hint",children:s.jsx("p",{className:"break-words text-foreground/80",children:e.error.hint})}),it(e.error?.details)&&s.jsx(mn,{title:"Error details",children:s.jsx($n,{value:e.error.details})}),it(n)&&s.jsx(mn,{title:"Request",children:s.jsx($n,{value:`${r} ${n}`})}),o!==void 0&&s.jsx(mn,{title:"Request headers",children:s.jsx($n,{value:o})}),it(t?.requestBody)&&s.jsx(mn,{title:"Request body",children:s.jsx($n,{value:t.requestBody})}),it(a)&&s.jsx(mn,{title:"Response status",children:s.jsx($n,{value:a})}),i!==void 0&&s.jsx(mn,{title:"Response headers",children:s.jsx($n,{value:i})}),it(l)&&s.jsx(mn,{title:"Response body",children:s.jsx($n,{value:l})})]}):null}function nP({result:e,probeLabel:t,children:n}){const r=e.error?.message??"Connection failed";return s.jsxs(Zt,{children:[s.jsx(Nr,{asChild:!0,children:n}),s.jsxs(Kt,{className:"max-h-[82vh] max-w-2xl gap-0 overflow-hidden p-0",children:[s.jsxs(Xt,{className:"border-b border-border/70 px-5 py-4 pr-12",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[e.success?s.jsx(vr,{className:"size-4 text-status-success"}):s.jsx(Ts,{className:"size-4 text-status-danger"}),s.jsx(Qt,{className:"text-base",children:t})]}),s.jsx(Cr,{children:e.success?"Connection probe passed.":r})]}),s.jsxs("div",{className:"space-y-4 overflow-y-auto p-5",children:[!e.success&&s.jsxs("div",{className:"rounded-md border border-status-danger/30 bg-status-danger/10 px-3 py-2 text-sm text-status-danger",children:[s.jsx("div",{className:"font-medium",children:Hg(e.error?.type??"unknown")}),s.jsx("div",{className:"mt-1 break-words text-xs text-muted-foreground",children:r})]}),s.jsx(eP,{result:e}),s.jsx(tP,{result:e})]})]})]})}function sP(e){const t="size-3 shrink-0";switch(e){case"timeout":return s.jsx(rn,{className:t});case"network_unreachable":return s.jsx(_k,{className:t});case"connection_refused":return s.jsx(Ck,{className:t});case"auth_failed":return s.jsx(jj,{className:t});case"rate_limited":return s.jsx(Bl,{className:t});case"server_error":return s.jsx(ck,{className:t});case"invalid_response":return s.jsx(Cw,{className:t});case"unknown":return s.jsx(Ts,{className:t})}}const rP={success:"bg-status-success/10 text-status-success hover:bg-status-success/15",failure:"bg-status-danger/10 text-status-danger hover:bg-status-danger/15",pending:"bg-muted/40 text-foreground/80",quiet:"bg-transparent text-muted-foreground/70"};function ud({result:e,probeLabel:t}){const n=YI(e),r=Ii(e)?s.jsx(_p,{className:"size-3 shrink-0"}):gr(e)?e.success?s.jsx(vr,{className:"size-3 shrink-0"}):sP(e.error?.type??"unknown"):s.jsx(No,{className:"size-3 shrink-0 animate-spin"}),o=s.jsxs(s.Fragment,{children:[r,s.jsx("span",{className:"min-w-0 truncate",children:n.label}),n.metric!==null&&s.jsx("span",{className:"ml-auto shrink-0 font-mono text-[10px] opacity-75",children:n.metric})]}),i=L("inline-flex h-7 w-full min-w-0 items-center gap-1.5 rounded-md px-2 text-left text-xs transition-colors",rP[n.tone]);return gr(e)&&n.hasDetails?s.jsx(nP,{result:e,probeLabel:t,children:s.jsx("button",{type:"button",className:i,"aria-label":`Open ${t} result: ${n.label}`,children:o})}):s.jsx("div",{className:i,children:o})}function dd({label:e}){return s.jsxs("div",{className:"inline-flex h-7 w-full min-w-0 items-center gap-1.5 rounded-md px-2 text-xs text-muted-foreground/70",children:[s.jsx(_p,{className:"size-3 shrink-0"}),s.jsx("span",{className:"truncate",children:e})]})}function da({label:e,results:t,configured:n=!0}){return s.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(6.5rem,1fr)_minmax(6rem,0.9fr)_minmax(6rem,0.9fr)] items-center gap-2 border-t border-border/60 px-2 py-2",children:[s.jsx("div",{className:"min-w-0 truncate text-xs font-medium text-foreground/85",title:e,children:e}),n&&t!==void 0?s.jsx(ud,{result:t.nonStreaming,probeLabel:`${e} non-stream`}):s.jsx(dd,{label:n?"Not tested":"Off"}),n&&t!==void 0?s.jsx(ud,{result:t.streaming,probeLabel:`${e} stream`}):s.jsx(dd,{label:n?"Not tested":"Off"})]})}function Vg({provider:e,results:t}){const n=kt(e.anthropicBaseUrl),r=kt(e.openaiBaseUrl),o=kt(e.openaiResponsesBaseUrl);return!n&&!r&&!o?s.jsx("div",{className:"text-xs text-muted-foreground",children:"No testable endpoint configured."}):s.jsx("div",{className:"min-w-0 overflow-x-auto rounded-md border border-border/70",children:s.jsxs("div",{className:"min-w-[20rem]",children:[s.jsxs("div",{className:"grid grid-cols-[minmax(6.5rem,1fr)_minmax(6rem,0.9fr)_minmax(6rem,0.9fr)] gap-2 bg-muted/25 px-2 py-1.5 text-[10px] text-muted-foreground",children:[s.jsx("span",{children:"Protocol"}),s.jsx("span",{children:"Non-stream"}),s.jsx("span",{children:"Stream"})]}),n&&s.jsx(da,{label:"Anthropic",results:t?.anthropic}),r&&s.jsx(da,{label:"OpenAI Chat",results:t?.openaiChat}),o&&s.jsx(da,{label:"OpenAI Responses",results:t?.openaiResponses})]})})}function oP(e){const t={total:0,passed:0,failed:0,testing:0};for(const n of[e.nonStreaming,e.streaming])Ii(n)||(t.total+=1,gr(n)?n.success?t.passed+=1:t.failed+=1:t.testing+=1);return t}function fa({label:e,results:t}){const n=oP(t),r=n.failed>0?"border-status-danger/30 bg-status-danger/10 text-status-danger":n.testing>0?"border-status-watch/30 bg-status-watch/10 text-status-watch":n.total>0&&n.passed===n.total?"border-status-success/30 bg-status-success/10 text-status-success":"border-border/60 bg-transparent text-muted-foreground",o=n.failed>0?`${n.failed} fail`:n.testing>0?"running":n.total===0?"off":`${n.passed}/${n.total}`;return s.jsxs("span",{className:L("rounded border px-1.5 py-0.5 text-[10px]",r),children:[e," ",o]})}function iP({provider:e,modelName:t,results:n,expanded:r,onToggle:o}){return s.jsxs("div",{className:"min-w-0",children:[s.jsxs("button",{type:"button",onClick:o,className:"flex w-full min-w-0 flex-wrap items-center gap-2 px-2 py-2 text-left transition-colors hover:bg-muted/20","aria-expanded":r,children:[r?s.jsx(et,{className:"size-3.5 shrink-0 text-muted-foreground"}):s.jsx(bt,{className:"size-3.5 shrink-0 text-muted-foreground"}),s.jsx("span",{className:"min-w-[8rem] flex-1 truncate text-xs font-medium",title:t,children:t}),s.jsxs("span",{className:"flex flex-wrap items-center justify-end gap-1",children:[kt(e.anthropicBaseUrl)&&s.jsx(fa,{label:"A",results:n.anthropic}),kt(e.openaiBaseUrl)&&s.jsx(fa,{label:"Chat",results:n.openaiChat}),kt(e.openaiResponsesBaseUrl)&&s.jsx(fa,{label:"Resp",results:n.openaiResponses})]})]}),r&&s.jsx("div",{className:"px-2 pb-3",children:s.jsx(Vg,{provider:e,results:n})})]})}function aP({provider:e,testResults:t}){const n=Object.entries(t.models??{}),[r,o]=c.useState(!1),[i,a]=c.useState(null);return n.length===0?null:s.jsxs("section",{className:"space-y-2",children:[s.jsxs("button",{type:"button",onClick:()=>o(l=>!l),className:"flex w-full items-center gap-1.5 text-left text-xs font-medium text-foreground/80 transition-colors hover:text-foreground","aria-expanded":r,children:[r?s.jsx(et,{className:"size-3.5"}):s.jsx(bt,{className:"size-3.5"}),"Model probes",s.jsx("span",{className:"rounded bg-muted/50 px-1.5 py-0.5 font-mono text-[10px] text-muted-foreground",children:n.length})]}),r&&s.jsx("div",{className:"min-w-0 divide-y divide-border/60 rounded-md border border-border/70",children:n.map(([l,u])=>s.jsx(iP,{provider:e,modelName:l,results:u,expanded:i===l,onToggle:()=>a(d=>d===l?null:l)},l))})]})}function lP({provider:e,testResults:t,isTesting:n}){const r=kt(e.anthropicBaseUrl)||kt(e.openaiBaseUrl)||kt(e.openaiResponsesBaseUrl),o=QI(e,t);return n?s.jsxs("span",{className:"inline-flex items-center gap-1 rounded border border-status-cool/30 bg-status-cool/10 px-2 py-1 text-xs text-status-cool",children:[s.jsx(No,{className:"size-3 animate-spin"}),"Testing"]}):r?t===void 0||o.total===0?s.jsx("span",{className:"rounded border border-border/70 bg-muted/20 px-2 py-1 text-xs text-muted-foreground",children:"Not tested"}):o.failed>0?s.jsxs("span",{className:"inline-flex items-center gap-1 rounded border border-status-danger/30 bg-status-danger/10 px-2 py-1 text-xs text-status-danger",children:[s.jsx(Ts,{className:"size-3"}),o.failed," failed"]}):o.testing>0||o.passed<o.total?s.jsxs("span",{className:"rounded border border-status-watch/30 bg-status-watch/10 px-2 py-1 text-xs text-status-watch",children:[o.passed,"/",o.total]}):s.jsxs("span",{className:"inline-flex items-center gap-1 rounded border border-status-success/30 bg-status-success/10 px-2 py-1 text-xs text-status-success",children:[s.jsx(vr,{className:"size-3"}),o.passed,"/",o.total]}):s.jsx("span",{className:"rounded border border-border/70 bg-muted/20 px-2 py-1 text-xs text-muted-foreground",children:"No endpoint"})}const cP={deepseek:"https://api-docs.deepseek.com/zh-cn/"};function pa(e){return e!==void 0&&e!==""}function ma({label:e}){return s.jsxs("span",{className:"inline-flex items-center gap-1 rounded border border-border/70 bg-muted/25 px-1.5 py-0.5 text-foreground/80",children:[s.jsx(vr,{className:"size-3"}),e]})}function uP({provider:e}){const t=pa(e.anthropicBaseUrl),n=pa(e.openaiBaseUrl),r=pa(e.openaiResponsesBaseUrl);return!t&&!n&&!r?s.jsx("div",{className:"text-xs text-muted-foreground",children:"Test requires at least one configured endpoint."}):s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-1.5 text-xs text-muted-foreground",children:[t&&s.jsx(ma,{label:"Anthropic"}),n&&s.jsx(ma,{label:"OpenAI Chat"}),r&&s.jsx(ma,{label:"OpenAI Responses"})]})}function dP(e){const t=e.models??[];if(t.length===0)return"No models configured";const n=t.slice(0,2).join(", "),r=t.length-2;return r>0?`${n} +${r} more`:n}function fP({provider:e,model:t}){const n=Ec(e,t),r=mP(n?.sourceUrl);return s.jsxs("span",{className:"inline-flex items-center gap-1 rounded bg-muted px-1.5 py-0.5 text-xs text-muted-foreground",children:[s.jsx("span",{children:t}),n!==null&&n.contextWindow!==void 0&&s.jsx("span",{className:"font-mono text-foreground/80",children:df(n.contextWindow)}),r!==null&&s.jsx(Fs,{children:s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsx("a",{href:r.url,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-0.5 rounded border border-border/70 bg-background/70 px-1 font-mono text-[10px] leading-4 text-muted-foreground transition-colors hover:text-foreground","aria-label":r.title,children:r.label})}),s.jsx(pt,{children:r.title})]})})]})}function pP(e){const t=Date.now(),n=new Date(e).getTime(),r=t-n,o=Math.floor(r/1e3);if(o<60)return"just now";const i=Math.floor(o/60);if(i<60)return`${i}m ago`;const a=Math.floor(i/60);return a<24?`${a}h ago`:`${Math.floor(a/24)}d ago`}function mP(e){if(e===void 0||e.trim()==="")return null;try{const t=new URL(e);if(t.protocol!=="https:"&&t.protocol!=="http:")return null;const n=t.hostname.toLowerCase(),r=n==="huggingface.co"||n.endsWith(".huggingface.co");return{label:r?"HF":"Source",title:r?"Open Hugging Face model source":"Open model metadata source",url:e}}catch{return null}}function hP({provider:e,testResults:t,isTesting:n,testingTimeLeft:r,isHighlighted:o,onEdit:i,onDelete:a,onTest:l,onRefreshMetadata:u,isRefreshingMetadata:d=!1}){const[f,p]=c.useState(!1),m=e.apiDocsUrl??Object.entries(cP).find(([v])=>e.name.toLowerCase().includes(v))?.[1],h=KI(e),g=e.modelMetadataUrl!==void 0&&e.modelMetadataUrl.trim()!=="",y=g?"Refresh":"Import defaults",b=n??!1,w=e.source==="company"?s.jsx("span",{className:"shrink-0 rounded border border-status-cool/30 bg-status-cool/10 px-1.5 py-0.5 text-xs text-status-cool",children:"Company"}):e.source==="personal"?s.jsx("span",{className:"shrink-0 rounded border border-status-accent/30 bg-status-accent/10 px-1.5 py-0.5 text-xs text-status-accent",children:"Personal"}):null;return s.jsxs("div",{"data-provider-id":e.id,className:`flex flex-col gap-3 rounded-[8px] border border-border bg-card p-4 shadow-sm transition-all duration-500 ${o===!0?"ring-2 ring-primary shadow-md":""}`,children:[s.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-2",children:[s.jsxs("div",{className:"min-w-0 space-y-1",children:[s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-2",children:[s.jsx("span",{className:"font-medium leading-snug",children:e.name}),w]}),s.jsx("div",{className:"text-xs leading-snug text-muted-foreground",children:dP(e)})]}),s.jsxs("div",{className:"flex shrink-0 items-center gap-2",children:[s.jsx(lP,{provider:e,testResults:t,isTesting:b}),m!==void 0&&s.jsxs("a",{href:m,target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-1 text-xs text-muted-foreground transition-colors hover:text-foreground",title:"View API documentation",children:[s.jsx(Ul,{className:"size-3"}),s.jsx("span",{className:"sr-only",children:"Docs"})]})]})]}),s.jsxs("div",{className:"flex flex-col gap-2 text-xs text-muted-foreground sm:flex-row sm:items-center sm:justify-between",children:[s.jsx(uP,{provider:e}),t?.testedAt!==void 0&&s.jsxs("span",{className:"inline-flex items-center gap-1",children:[s.jsx(rn,{className:"size-3"}),pP(t.testedAt)]})]}),!h&&s.jsxs("div",{className:"flex items-center justify-between gap-2 rounded-md border border-status-watch/30 bg-status-watch/10 px-2 py-1.5 text-xs text-status-watch",children:[s.jsx("span",{children:"Context window metadata missing"}),s.jsxs("div",{className:"flex shrink-0 items-center gap-1",children:[s.jsxs(ee,{type:"button",variant:"outline",size:"sm",onClick:()=>u?.(e.id),className:"h-6 gap-1 px-2 text-xs",disabled:d,children:[s.jsx(No,{className:`size-3 ${d?"animate-spin":""}`}),y]}),!g&&s.jsx(ee,{type:"button",variant:"ghost",size:"sm",onClick:()=>i(e),className:"h-6 px-2 text-xs",children:"Set URL"})]})]}),f&&s.jsxs("div",{className:"space-y-3 border-t border-border/60 pt-3",children:[s.jsxs("div",{className:"flex items-center gap-2 text-xs text-muted-foreground",children:[s.jsx(vr,{className:"size-3.5 text-status-success"}),s.jsx("span",{children:"API key configured"})]}),e.models!==void 0&&e.models.length>0&&s.jsx("div",{className:"flex flex-wrap gap-1",children:e.models.map(v=>s.jsx(fP,{provider:e,model:v},v))}),s.jsxs("section",{className:"space-y-2",children:[s.jsx("h4",{className:"text-xs font-medium text-foreground/80",children:"Connection probes"}),s.jsx(Vg,{provider:e,results:t})]}),t!==void 0&&s.jsx(aP,{provider:e,testResults:t})]}),s.jsxs("div",{className:"flex flex-col gap-2 border-t pt-1 sm:flex-row sm:items-center sm:justify-between",children:[s.jsxs("button",{type:"button",onClick:()=>p(v=>!v),className:"inline-flex items-center gap-1 text-xs text-muted-foreground transition-colors hover:text-foreground","aria-expanded":f,children:[f?s.jsx(et,{className:"size-3"}):s.jsx(bt,{className:"size-3"}),"Details"]}),s.jsxs("div",{className:"flex gap-2",children:[l!==void 0&&s.jsxs(ee,{variant:"outline",size:"sm",onClick:()=>l(e.id),className:"text-xs h-7 gap-1",disabled:b,children:[s.jsx(No,{className:`size-3 ${b?"animate-spin":""}`}),b?r!==void 0?`Testing (${r}s)`:"Testing...":"Test"]}),s.jsxs(ee,{variant:"outline",size:"sm",onClick:()=>i(e),className:"text-xs h-7 gap-1",disabled:b,children:[s.jsx(Np,{className:"size-3"}),"Edit"]}),s.jsxs(ee,{variant:"outline",size:"sm",onClick:()=>a(e.id),className:"text-xs h-7 gap-1 text-destructive hover:text-destructive",disabled:b,children:[s.jsx(jn,{className:"size-3"}),"Delete"]})]})]})]})}const _s="/v1/chat/completions",dl="/v1/responses",gP="/v1/messages";function xP(e,t){const n=e.endsWith("/")?e.slice(0,-1):e,r=Wg(t),o=t.indexOf("?"),i=o>=0?t.slice(o):"";return r!==""&&n.endsWith(r)?n+i:Kg(n)&&Zg(t)||n.endsWith("/v1")&&t.startsWith("/v1/")?n+t.slice(3):n+t}function bP(e,t,n={}){const r=e.trim().replace(/\/+$/,""),o=Wg(t),i=xP(r,t),a=[];return o!==""&&r.endsWith(o)?a.push({severity:"info",message:"This already includes the exact endpoint; no duplicate suffix will be appended."}):Kg(r)&&Zg(t)?a.push({severity:"info",message:"Zhipu bases already include the API version; only /chat/completions is appended."}):r.endsWith("/v1")&&t.startsWith("/v1/")&&a.push({severity:"info",message:"Base URL already ends with /v1; the suffix will not repeat /v1."}),fd(o)&&yP(r)&&a.push({severity:"warning",message:"This looks like a Chat Completions endpoint, so Responses would append after it."}),vP(o)&&wP(r)&&a.push({severity:"warning",message:"This looks like a Responses endpoint, so Chat Completions would append after it."}),fd(o)&&jP(r,n.providerName)&&a.push({severity:"warning",message:"DeepSeek's official API does not currently expose OpenAI Responses."}),{finalUrl:i,diagnostics:a}}function Wg(e){return e.split("?")[0]??e}function Zg(e){return e===_s||e.startsWith(`${_s}?`)||e.startsWith(`${_s}/`)}function vP(e){return e===_s||e.startsWith(`${_s}/`)}function fd(e){return e===dl||e.startsWith(`${dl}/`)}function yP(e){return e.toLowerCase().endsWith("/chat/completions")}function wP(e){return e.toLowerCase().endsWith("/responses")}function jP(e,t){const n=t?.toLowerCase();if(n!==void 0&&n.includes("deepseek"))return!0;try{return new URL(e).hostname.toLowerCase().includes("deepseek")}catch{return e.toLowerCase().includes("deepseek")}}function Kg(e){try{const t=new URL(e),n=t.pathname.replace(/\/+$/,"");return t.hostname==="open.bigmodel.cn"&&(n==="/api/paas/v4"||n==="/api/coding/paas/v4")}catch{return!1}}function ha(e){return e!==void 0&&e.trim()!==""}function pd(e){const t=ha(e?.anthropicBaseUrl),n=ha(e?.openaiBaseUrl),r=ha(e?.openaiResponsesBaseUrl);return{anthropic:t,openai:n||r,openaiChat:n,openaiResponses:r}}function ga(e,t,n){if(!e)return n?"":void 0;const r=t.trim();return r===""?void 0:r}const md=["zhipu","zhipuai","bigmodel","z.ai","zai","glm"],hd=["zhipu coding","glm coding","bigmodel coding","z.ai coding","zai coding"],Yr=gP,Xr=_s,Qr=dl,kP={deepseek:{openaiBaseUrl:"https://api.deepseek.com"},minimax:{anthropicBaseUrl:"https://api.minimaxi.com/anthropic",openaiBaseUrl:"https://api.minimaxi.com",openaiResponsesBaseUrl:"https://api.minimaxi.com",apiDocsUrl:"https://platform.minimaxi.com/docs/api-reference/api-overview"},"zhipu coding":{anthropicBaseUrl:"https://open.bigmodel.cn/api/anthropic",openaiBaseUrl:"https://open.bigmodel.cn/api/coding/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/coding-plan/quick-start"},"glm coding":{anthropicBaseUrl:"https://open.bigmodel.cn/api/anthropic",openaiBaseUrl:"https://open.bigmodel.cn/api/coding/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/coding-plan/quick-start"},"bigmodel coding":{anthropicBaseUrl:"https://open.bigmodel.cn/api/anthropic",openaiBaseUrl:"https://open.bigmodel.cn/api/coding/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/coding-plan/quick-start"},"z.ai coding":{anthropicBaseUrl:"https://open.bigmodel.cn/api/anthropic",openaiBaseUrl:"https://open.bigmodel.cn/api/coding/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/coding-plan/quick-start"},"zai coding":{anthropicBaseUrl:"https://open.bigmodel.cn/api/anthropic",openaiBaseUrl:"https://open.bigmodel.cn/api/coding/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/coding-plan/quick-start"},zhipu:{openaiBaseUrl:"https://open.bigmodel.cn/api/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/guide/develop/openai/introduction"},zhipuai:{openaiBaseUrl:"https://open.bigmodel.cn/api/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/guide/develop/openai/introduction"},bigmodel:{openaiBaseUrl:"https://open.bigmodel.cn/api/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/guide/develop/openai/introduction"},"z.ai":{openaiBaseUrl:"https://open.bigmodel.cn/api/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/guide/develop/openai/introduction"},zai:{openaiBaseUrl:"https://open.bigmodel.cn/api/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/guide/develop/openai/introduction"},glm:{openaiBaseUrl:"https://open.bigmodel.cn/api/paas/v4",apiDocsUrl:"https://docs.bigmodel.cn/cn/guide/develop/openai/introduction"},alibaba:{openaiBaseUrl:"https://dashscope.aliyuncs.com/compatible-mode"}},gd=["MiniMax M3","MiniMax M2.7","MiniMax M2.7-highspeed","MiniMax M2.5","MiniMax M2.5-highspeed","MiniMax M2.1","MiniMax M2.1-highspeed","MiniMax M2"],xd=["qwen3.6-plus","qwen3.7-max"],bd=["glm-5.2","glm-5.1","glm-5","glm-5-turbo","glm-4.7","glm-4.7-flashx","glm-4.6","glm-4.5","glm-4.5-air","glm-4.5-x","glm-4.5-airx","glm-4.5-flash"],fl="__unset__",Bo="__custom__",Gg=[{value:"32K",label:"Small"},{value:"64K",label:"Standard"},{value:"128K",label:"Medium"},{value:"200K",label:"Long"},{value:"256K",label:"Extended"},{value:"512K",label:"Large"},{value:"1M",label:"Max"}];function Fn(){return{contextWindow:"",contextWindowMode:"unset",outputLimit:""}}function vd(e){return e.trim().toLowerCase().replace(/\s+/g,"-")}function Jg(e,t){const n=vd(t);return e?.modelMetadata?.find(r=>vd(r.model)===n)??null}function Yg(e){const t=xo(e);if(t===null)return null;for(const n of Gg)if(xo(n.value)===t)return n.value;return null}function SP(e){return e.trim()===""?"unset":Yg(e)!==null?"preset":"custom"}function _P(e){switch(e.contextWindowMode){case"unset":return fl;case"custom":return Bo;case"preset":return Yg(e.contextWindow)??Bo}}function xa(e){const t=e.trim().replaceAll(",","");if(t==="")return{amount:"",unit:"K"};const n=/^(\d+(?:\.\d+)?)\s*([kKmM])?$/.exec(t);if(n===null)return{amount:t,unit:"K"};const r=n[1];if(r===void 0)return{amount:t,unit:"K"};const o=n[2];if(o===void 0||o==="")return{amount:r,unit:"tokens"};switch(o.toLowerCase()){case"k":return{amount:r,unit:"K"};case"m":return{amount:r,unit:"M"};default:return{amount:t,unit:"K"}}}function yd(e,t){const n=e.trim();if(n==="")return"";switch(t){case"K":return`${n}K`;case"M":return`${n}M`;case"tokens":return n}}function wd(e,t){return t.map(n=>{const r=Jg(e,n),o=r?.contextWindow!==void 0?Kx(r.contextWindow):"";return{contextWindow:o,contextWindowMode:SP(o),outputLimit:r?.outputLimit?.toString()??""}})}function jd(e){const t=e.trim();if(t==="")return null;const n=Number(t);return!Number.isInteger(n)||n<=0?null:n}function ds(e,t){if(e===void 0)return"";const n=e.trim(),r=n.replace(/\/+$/,"");return r.endsWith(t)?r.slice(0,-t.length).replace(/\/+$/,""):n}function NP(e,t,n){const r=e.trim();return r===""?null:bP(r,t,{providerName:n})}function ba({baseUrl:e,endpoint:t,providerName:n}){const r=NP(e,t,n);return r===null?null:s.jsxs("div",{className:"border border-border bg-muted/40 rounded-md px-3 py-2 text-xs",children:[s.jsx("div",{className:"text-muted-foreground",children:"Final URL"}),s.jsx("div",{className:"break-all font-mono text-foreground",children:r.finalUrl}),r.diagnostics.length>0&&s.jsx("div",{className:"mt-2 space-y-1",children:r.diagnostics.map(o=>s.jsx("div",{className:o.severity==="warning"?"text-status-watch":"text-muted-foreground",children:o.message},`${o.severity}:${o.message}`))})]})}function CP({provider:e,onSubmit:t,onCancel:n}){const r=pd(e),[o,i]=c.useState(e?.name??""),[a,l]=c.useState(""),[u,d]=c.useState(!1),[f,p]=c.useState(!1),m=e?.models,[h,g]=c.useState(m!==void 0&&m.length>0?m:[""]),[y,b]=c.useState(()=>wd(e,m!==void 0&&m.length>0?m:[""])),[w,v]=c.useState(r.anthropic),[j,k]=c.useState(r.openai),[S,_]=c.useState(r.openaiChat),[C,M]=c.useState(r.openaiResponses),[A,I]=c.useState(ds(e?.anthropicBaseUrl,Yr)),[N,P]=c.useState(ds(e?.openaiBaseUrl,Xr)),[$,F]=c.useState(ds(e?.openaiResponsesBaseUrl,Qr)),[G,X]=c.useState(e?.apiDocsUrl??""),[U,V]=c.useState(e?.modelMetadataUrl??""),[Y,B]=c.useState(e?.source),[W,me]=c.useState({}),[ve,ye]=c.useState(!1),[D,oe]=c.useState(null),te=c.useRef([]);c.useEffect(()=>{if(D===null)return;const T=D;function z(Z){if(!(Z.target instanceof Node))return;const ie=te.current[T];ie!=null&&!ie.contains(Z.target)&&oe(null)}return document.addEventListener("mousedown",z),()=>document.removeEventListener("mousedown",z)},[D]);const[_e,Ne]=c.useState(!1),[ce,de]=c.useState(!1),[he,we]=c.useState(!1),Ce=o.toLowerCase().includes("minimax"),Fe=o.toLowerCase().includes("alibaba"),Ze=[...md,...hd].some(T=>o.toLowerCase().includes(T)),Ue=Ce?gd:Ze?bd:Fe?xd:[],ut=e?.modelMetadata?.some(T=>T.contextWindow!==void 0)??!1;function en(){Pt(a).then(T=>{T&&(p(!0),setTimeout(()=>p(!1),2e3))})}c.useEffect(()=>{if(e){i(e.name),l(""),d(!1);const T=(e.models?.length??0)>0?e.models:[""];g(T),b(wd(e,T));const z=pd(e);v(z.anthropic),k(z.openai),_(z.openaiChat),M(z.openaiResponses),I(ds(e.anthropicBaseUrl,Yr)),P(ds(e.openaiBaseUrl,Xr)),F(ds(e.openaiResponsesBaseUrl,Qr)),X(e.apiDocsUrl??""),V(e.modelMetadataUrl??""),B(e.source),Ne(!1),de(!1),we(!1)}},[e]),c.useEffect(()=>{const T=o.toLowerCase();for(const[z,Z]of Object.entries(kP))if(T.includes(z)){Z.anthropicBaseUrl!==void 0&&!_e&&I(Z.anthropicBaseUrl),Z.openaiBaseUrl!==void 0&&!ce&&P(Z.openaiBaseUrl),Z.openaiResponsesBaseUrl!==void 0&&!he&&F(Z.openaiResponsesBaseUrl),Z.apiDocsUrl!==void 0&&!G&&X(Z.apiDocsUrl),z==="minimax"&&h.length===1&&h[0]===""&&g([gd[0]??""]),z==="alibaba"&&h.length===1&&h[0]===""&&g([xd[0]??""]),(md.includes(z)||hd.includes(z))&&h.length===1&&h[0]===""&&g([bd[0]??""]);break}},[o]);function yt(){const T={};return o.trim()||(T.name="Name is required"),e===void 0&&!a.trim()&&(T.apiKey="API key is required"),(h.length===0||h.every(z=>!z.trim()))&&(T.models="At least one model is required"),!w&&!j&&(T.capabilities="Select at least one API capability"),j&&!S&&!C&&(T.openaiCapabilities="Select Chat Completions, Responses, or both"),w&&(A.trim()===""?T.anthropicBaseUrl="Anthropic base URL is required":Ke(A.trim())||(T.anthropicBaseUrl="Invalid URL format")),j&&S&&(N.trim()===""?T.openaiBaseUrl="OpenAI Chat base URL is required":Ke(N.trim())||(T.openaiBaseUrl="Invalid URL format")),j&&C&&($.trim()===""?T.openaiResponsesBaseUrl="OpenAI Responses base URL is required":Ke($.trim())||(T.openaiResponsesBaseUrl="Invalid URL format")),U.trim()&&!Ke(U.trim())&&(T.modelMetadataUrl="Invalid URL format"),y.forEach((z,Z)=>{const ie=xo(z.contextWindow),ae=jd(z.outputLimit);z.contextWindow.trim()!==""&&ie===null&&(T[`modelMetadata.${Z}.contextWindow`]="Context window must be a positive number, optionally using K or M"),z.outputLimit.trim()!==""&&ae===null&&(T[`modelMetadata.${Z}.outputLimit`]="Output limit must be a positive integer"),ie!==null&&ae!==null&&ae>ie&&(T[`modelMetadata.${Z}.outputLimit`]="Output limit should not exceed context window")}),me(T),Object.keys(T).length===0}function Ke(T){try{return new URL(T),!0}catch{return!1}}function Ae(T,z){g(Z=>{const ie=[...Z];return ie[T]=z,ie})}function Be(T,z){b(Z=>{const ie=[...Z];return ie[T]={...ie[T]??Fn(),...z},ie})}function q(T,z){switch(z){case fl:Be(T,{contextWindow:"",contextWindowMode:"unset"});return;case Bo:{const Z=y[T]??Fn();Be(T,{contextWindow:Z.contextWindow,contextWindowMode:"custom"});return}default:Be(T,{contextWindow:z,contextWindowMode:"preset"});return}}function ne(T,z){const Z=y[T]??Fn(),ie=xa(Z.contextWindow);Be(T,{contextWindow:yd(z,ie.unit),contextWindowMode:"custom"})}function ke(T,z){const Z=y[T]??Fn(),ie=xa(Z.contextWindow);switch(z){case"K":case"M":case"tokens":Be(T,{contextWindow:yd(ie.amount,z),contextWindowMode:"custom"});return;default:return}}function ge(T){g(z=>z.filter((Z,ie)=>ie!==T)),b(z=>z.filter((Z,ie)=>ie!==T))}function Se(){g(T=>[...T,""]),b(T=>[...T,Fn()])}function Je(){const T=new Date().toISOString(),z=[];return h.forEach((Z,ie)=>{const ae=Z.trim();if(ae==="")return;const se=y[ie]??Fn(),be=xo(se.contextWindow),ue=jd(se.outputLimit);if(be===null&&ue===null)return;const Ct=Jg(e,ae);if(Ct!==null&&Ct.contextWindow===(be??void 0)&&Ct.outputLimit===(ue??void 0)){z.push({...Ct,model:ae});return}const Mn={model:ae,source:"manual",updatedAt:T};be!==null&&(Mn.contextWindow=be),ue!==null&&(Mn.outputLimit=ue),z.push(Mn)}),z.length>0?z:e?.modelMetadata!==void 0?[]:void 0}function J(T){if(T.preventDefault(),!yt())return;ye(!0);const z=e!==void 0;try{t({name:o.trim(),apiKey:a.trim(),models:h.map(Z=>Z.trim()).filter(Z=>Z!==""),anthropicBaseUrl:ga(w,A,z),openaiBaseUrl:ga(j&&S,N,z),openaiResponsesBaseUrl:ga(j&&C,$,z),apiDocsUrl:G.trim()||void 0,modelMetadataUrl:U.trim()||void 0,modelMetadata:Je(),source:Y})}finally{ye(!1)}}return s.jsxs("form",{onSubmit:J,className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs("label",{htmlFor:"provider-name",className:"text-sm font-medium",children:["Name ",s.jsx("span",{className:"text-destructive",children:"*"})]}),s.jsx("input",{id:"provider-name",type:"text",value:o,onChange:T=>i(T.target.value),placeholder:"Provider Name",className:"w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:border-ring focus-visible:outline-ring focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50"}),W.name!==void 0&&s.jsx("p",{className:"text-xs text-destructive",children:W.name})]}),s.jsxs("fieldset",{className:"space-y-3",children:[s.jsxs("legend",{className:"text-sm font-medium",children:["Capabilities ",s.jsx("span",{className:"text-destructive",children:"*"})]}),s.jsxs("div",{className:"divide-y divide-border overflow-hidden rounded-md border border-border",children:[s.jsxs("div",{className:j?"bg-primary/[0.04] px-3 py-3":"px-3 py-3",children:[s.jsxs("label",{htmlFor:"provider-capability-openai",className:"flex cursor-pointer items-start gap-3",children:[s.jsx("input",{id:"provider-capability-openai",type:"checkbox",checked:j,onChange:T=>k(T.target.checked),className:"mt-0.5 size-4 shrink-0 accent-primary"}),s.jsxs("span",{className:"min-w-0",children:[s.jsx("span",{className:"block text-sm font-medium",children:"OpenAI"}),s.jsx("span",{className:"block text-xs text-muted-foreground",children:"Chat Completions and Responses"})]})]}),j&&s.jsxs("div",{className:"ml-7 mt-3 flex flex-wrap gap-x-5 gap-y-2 border-t border-border/70 pt-3",children:[s.jsxs("label",{htmlFor:"provider-capability-openai-chat",className:"flex cursor-pointer items-center gap-2 text-sm",children:[s.jsx("input",{id:"provider-capability-openai-chat",type:"checkbox",checked:S,onChange:T=>_(T.target.checked),className:"size-4 shrink-0 accent-primary"}),"Chat Completions"]}),s.jsxs("label",{htmlFor:"provider-capability-openai-responses",className:"flex cursor-pointer items-center gap-2 text-sm",children:[s.jsx("input",{id:"provider-capability-openai-responses",type:"checkbox",checked:C,onChange:T=>M(T.target.checked),className:"size-4 shrink-0 accent-primary"}),"Responses"]})]}),W.openaiCapabilities!==void 0&&j&&s.jsx("p",{className:"ml-7 mt-2 text-xs text-destructive",children:W.openaiCapabilities})]}),s.jsxs("label",{htmlFor:"provider-capability-anthropic",className:`flex cursor-pointer items-start gap-3 px-3 py-3 ${w?"bg-primary/[0.04]":""}`,children:[s.jsx("input",{id:"provider-capability-anthropic",type:"checkbox",checked:w,onChange:T=>v(T.target.checked),className:"mt-0.5 size-4 shrink-0 accent-primary"}),s.jsxs("span",{className:"min-w-0",children:[s.jsx("span",{className:"block text-sm font-medium",children:"Anthropic"}),s.jsx("span",{className:"block text-xs text-muted-foreground",children:"Messages"})]})]})]}),W.capabilities!==void 0&&s.jsx("p",{className:"text-xs text-destructive",children:W.capabilities})]}),(w||j&&(S||C))&&s.jsxs("section",{className:"space-y-5 border-l border-border pl-4","aria-label":"API endpoints",children:[s.jsx("h3",{className:"text-sm font-medium",children:"Endpoint Configuration"}),w&&s.jsxs("div",{className:"space-y-2",children:[s.jsxs("label",{htmlFor:"provider-anthropic-base-url",className:"text-sm font-medium",children:["Anthropic Messages Base URL ",s.jsx("span",{className:"text-destructive",children:"*"})]}),s.jsxs("div",{className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground flex min-w-0 overflow-hidden rounded-md focus-within:border-ring focus-within:outline-ring focus-within:ring-[3px]",children:[s.jsx("input",{id:"provider-anthropic-base-url",type:"text",value:A,onChange:T=>{Ne(!0),I(T.target.value)},placeholder:"https://api.anthropic.com",className:"min-w-0 flex-1 bg-transparent px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50"}),s.jsx("span",{className:"shrink-0 select-none border-l border-border bg-muted/35 px-3 py-2 font-mono text-xs text-muted-foreground",children:Yr})]}),W.anthropicBaseUrl!==void 0&&s.jsx("p",{className:"text-xs text-destructive",children:W.anthropicBaseUrl}),s.jsx(ba,{baseUrl:A,endpoint:Yr,providerName:o})]}),j&&S&&s.jsxs("div",{className:"space-y-2",children:[s.jsxs("label",{htmlFor:"provider-openai-base-url",className:"text-sm font-medium",children:["OpenAI Chat Base URL ",s.jsx("span",{className:"text-destructive",children:"*"})]}),s.jsxs("div",{className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground flex min-w-0 overflow-hidden rounded-md focus-within:border-ring focus-within:outline-ring focus-within:ring-[3px]",children:[s.jsx("input",{id:"provider-openai-base-url",type:"text",value:N,onChange:T=>{de(!0),P(T.target.value)},placeholder:"https://api.openai.com",className:"min-w-0 flex-1 bg-transparent px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50"}),s.jsx("span",{className:"shrink-0 select-none border-l border-border bg-muted/35 px-3 py-2 font-mono text-xs text-muted-foreground",children:Xr})]}),W.openaiBaseUrl!==void 0&&s.jsx("p",{className:"text-xs text-destructive",children:W.openaiBaseUrl}),s.jsx(ba,{baseUrl:N,endpoint:Xr,providerName:o})]}),j&&C&&s.jsxs("div",{className:"space-y-2",children:[s.jsxs("label",{htmlFor:"provider-openai-responses-base-url",className:"text-sm font-medium",children:["OpenAI Responses Base URL ",s.jsx("span",{className:"text-destructive",children:"*"})]}),s.jsxs("div",{className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground flex min-w-0 overflow-hidden rounded-md focus-within:border-ring focus-within:outline-ring focus-within:ring-[3px]",children:[s.jsx("input",{id:"provider-openai-responses-base-url",type:"text",value:$,onChange:T=>{we(!0),F(T.target.value)},placeholder:"https://api.openai.com",className:"min-w-0 flex-1 bg-transparent px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50"}),s.jsx("span",{className:"shrink-0 select-none border-l border-border bg-muted/35 px-3 py-2 font-mono text-xs text-muted-foreground",children:Qr})]}),W.openaiResponsesBaseUrl!==void 0&&s.jsx("p",{className:"text-xs text-destructive",children:W.openaiResponsesBaseUrl}),s.jsx(ba,{baseUrl:$,endpoint:Qr,providerName:o})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx("label",{htmlFor:"provider-source",className:"text-sm font-medium",children:"Token Source"}),s.jsxs("select",{id:"provider-source",value:Y??"",onChange:T=>B(T.target.value==="company"||T.target.value==="personal"?T.target.value:void 0),className:"w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background focus-visible:border-ring focus-visible:outline-ring focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",children:[s.jsx("option",{value:"",children:"Unspecified"}),s.jsx("option",{value:"personal",children:"个人 (Personal)"}),s.jsx("option",{value:"company",children:"公司 (Company)"})]}),s.jsx("p",{className:"text-xs text-muted-foreground",children:"Label whether this API key is company-provided or personal."})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx("label",{htmlFor:"provider-model-metadata-url",className:"text-sm font-medium",children:"Model Metadata URL"}),s.jsx("input",{id:"provider-model-metadata-url",type:"text",value:U,onChange:T=>V(T.target.value),placeholder:"https://example.com/agent-inspector-models.json",className:"w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:border-ring focus-visible:outline-ring focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50"}),W.modelMetadataUrl!==void 0&&s.jsx("p",{className:"text-xs text-destructive",children:W.modelMetadataUrl}),U.trim()===""&&s.jsx("div",{className:"border border-border bg-muted/40 rounded-md px-3 py-2 text-xs text-muted-foreground",children:"Built-in limits cover DeepSeek v4 pro/flash, MiniMax M3/M2.7/M2.5/M2.1, and GLM coding models. Use a registry URL for private or custom model limits."}),e!==void 0&&!ut&&U.trim()===""&&s.jsx("p",{className:"text-xs text-status-watch",children:"This provider has no matching context metadata yet."}),U.trim()!==""&&s.jsx("p",{className:"text-xs text-muted-foreground",children:"Agent Inspector will refresh model limits from this JSON registry after save."})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs("label",{htmlFor:"provider-apikey",className:"text-sm font-medium",children:["API Key ",e===void 0&&s.jsx("span",{className:"text-destructive",children:"*"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("input",{id:"provider-apikey",type:u?"text":"password",value:a,onChange:T=>l(T.target.value),placeholder:e===void 0?"sk-ant-...":"Leave blank to keep current key",className:"flex-1 rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:border-ring focus-visible:outline-ring focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50"}),s.jsx("button",{type:"button",onClick:()=>d(T=>!T),className:"text-muted-foreground hover:text-foreground transition-colors p-1 shrink-0","aria-label":u?"Hide API key":"Show API key",children:u?s.jsx(Gw,{className:"size-4"}):s.jsx(wp,{className:"size-4"})}),s.jsx("button",{type:"button",onClick:en,className:"text-muted-foreground hover:text-foreground transition-colors p-1 shrink-0","aria-label":"Copy API key",children:f?s.jsx(qe,{className:"size-4 text-status-success"}):s.jsx(Lt,{className:"size-4"})})]}),e!==void 0&&a.trim()===""&&s.jsx("p",{className:"text-xs text-muted-foreground",children:"A key is configured. Enter a new value only to rotate it."}),W.apiKey!==void 0&&s.jsx("p",{className:"text-xs text-destructive",children:W.apiKey})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs("label",{className:"text-sm font-medium",children:["Models ",s.jsx("span",{className:"text-destructive",children:"*"})]}),h.map((T,z)=>{const Z=y[z]??Fn(),ie=W[`modelMetadata.${z}.contextWindow`],ae=W[`modelMetadata.${z}.outputLimit`],se=_P(Z),be=xa(Z.contextWindow);return s.jsxs("div",{ref:ue=>{te.current[z]=ue},className:"border border-border bg-card shadow-sm space-y-2 rounded-[8px] p-2",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("div",{className:"relative flex-1",children:[s.jsx("input",{type:"text",value:T,onChange:ue=>Ae(z,ue.target.value),placeholder:Ue.length>0?"Type or select a model...":"Model name",className:"w-full rounded-md border border-input bg-background px-4 py-3 pr-8 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:border-ring focus-visible:outline-ring focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50"}),Ue.length>0&&s.jsxs(s.Fragment,{children:[s.jsx("button",{type:"button",onClick:()=>oe(D===z?null:z),className:"absolute right-1 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground transition-colors p-1 z-10","aria-label":"Show model suggestions",children:s.jsx(et,{className:"size-4"})}),D===z&&s.jsx("div",{className:"bg-popover text-popover-foreground absolute left-0 right-0 top-full z-50 mt-1 max-h-48 overflow-y-auto rounded-md border shadow-md",children:Ue.map(ue=>s.jsx("button",{type:"button",onClick:()=>{Ae(z,ue),oe(null)},className:"w-full px-3 py-2 text-left text-sm transition-colors hover:bg-muted/60",children:ue},ue))})]})]}),h.length>1&&s.jsx("button",{type:"button",onClick:()=>ge(z),className:"text-muted-foreground hover:text-destructive transition-colors p-1 shrink-0","aria-label":"Remove model",children:s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[s.jsx("path",{d:"M3 6h18"}),s.jsx("path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"}),s.jsx("path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"})]})})]}),s.jsxs("div",{className:"grid gap-2 sm:grid-cols-2",children:[s.jsxs("div",{className:"space-y-1 text-xs text-muted-foreground",children:[s.jsx("span",{children:"Context Window"}),s.jsxs(pr,{value:se,onValueChange:ue=>q(z,ue),children:[s.jsx(mr,{size:"sm",className:"w-full bg-background font-mono text-xs",children:s.jsx(Uo,{})}),s.jsxs(hr,{className:"max-h-64",children:[s.jsx(lt,{value:fl,children:"Not set"}),Gg.map(ue=>s.jsxs(lt,{value:ue.value,children:[ue.label," · ",ue.value]},ue.value)),s.jsx(lt,{value:Bo,children:"Custom"})]})]}),Z.contextWindowMode==="custom"&&s.jsxs("div",{className:"grid grid-cols-[minmax(0,1fr)_5.75rem] gap-1.5",children:[s.jsx("input",{type:"text",inputMode:"decimal",value:be.amount,onChange:ue=>ne(z,ue.target.value),placeholder:"128",className:"w-full rounded-md border border-input bg-background px-3 py-2 font-mono text-xs text-foreground ring-offset-background placeholder:text-muted-foreground focus-visible:border-ring focus-visible:outline-ring focus-visible:ring-[3px]"}),s.jsxs(pr,{value:be.unit,onValueChange:ue=>ke(z,ue),children:[s.jsx(mr,{size:"sm",className:"w-full bg-background font-mono text-xs",children:s.jsx(Uo,{})}),s.jsxs(hr,{children:[s.jsx(lt,{value:"K",children:"K"}),s.jsx(lt,{value:"M",children:"M"}),s.jsx(lt,{value:"tokens",children:"tokens"})]})]})]}),ie!==void 0&&s.jsx("span",{className:"block text-destructive",children:ie})]}),s.jsxs("label",{className:"space-y-1 text-xs text-muted-foreground",children:[s.jsx("span",{children:"Output Limit"}),s.jsx("input",{type:"number",min:1,step:1e3,value:Z.outputLimit,onChange:ue=>Be(z,{outputLimit:ue.target.value}),placeholder:"e.g. 8192",className:"w-full rounded-md border border-input bg-background px-3 py-2 font-mono text-xs text-foreground ring-offset-background placeholder:text-muted-foreground focus-visible:border-ring focus-visible:outline-ring focus-visible:ring-[3px]"}),ae!==void 0&&s.jsx("span",{className:"block text-destructive",children:ae})]})]})]},z)}),s.jsx("button",{type:"button",onClick:Se,className:"text-xs text-primary hover:underline flex items-center gap-1",children:"+ Add Model"}),W.models!==void 0&&s.jsx("p",{className:"text-xs text-destructive",children:W.models})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx("label",{htmlFor:"provider-api-docs-url",className:"text-sm font-medium",children:"API Docs URL"}),s.jsx("input",{id:"provider-api-docs-url",type:"text",value:G,onChange:T=>X(T.target.value),placeholder:"https://api.example.com/docs",className:"w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:border-ring focus-visible:outline-ring focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50"}),s.jsx("p",{className:"text-xs text-muted-foreground",children:"Optional API documentation URL. If not set, uses known provider docs."})]}),s.jsxs("div",{className:"border border-border bg-background/95 shadow-sm sticky bottom-0 flex justify-end gap-2 rounded-[8px] px-3 py-2",children:[s.jsx(ee,{type:"button",variant:"outline",onClick:n,disabled:ve,children:"Cancel"}),s.jsx(ee,{type:"submit",disabled:ve,children:ve?"Saving...":e?"Update Provider":"Add Provider"})]})]})}const TP=pe(["timeout","network_unreachable","connection_refused","auth_failed","rate_limited","server_error","invalid_response","unknown"]),EP=E({message:x(),type:TP,details:x().optional(),hint:x().optional()}),RP=E({type:pe(["text","thinking"]),text:x().optional(),thinking:x().optional()}),IP=E({requestUrl:x().optional(),requestMethod:x().optional(),requestHeaders:We(x(),x()).optional(),requestBody:x().optional(),responseStatus:R().optional(),responseStatusText:x().optional(),responseHeaders:We(x(),x()).optional(),responseBody:x().optional()}),PP=E({success:Re(),error:EP.optional(),model:x().optional(),inputTokens:R().optional(),outputTokens:R().optional(),cacheCreationInputTokens:R().optional(),cacheReadInputTokens:R().optional(),latencyMs:R().optional(),firstChunkMs:R().nullable().optional(),totalStreamMs:R().nullable().optional(),tokensPerSecond:R().nullable().optional(),content:K(RP).optional(),rawResponse:x().optional(),streaming:Re().optional(),streamingChunks:E({chunks:K(Vf),truncated:Re().default(!1)}).optional(),requestHeaders:We(x(),x()).optional(),debug:IP.optional()}),kd=zt([PP,E({notConfigured:le(!0)}),E({testing:le(!0)})]),yn=E({nonStreaming:kd,streaming:kd});function qo(){return{nonStreaming:{notConfigured:!0},streaming:{notConfigured:!0}}}const MP=E({anthropic:yn,openai:yn.optional(),openaiChat:yn.optional(),openaiResponses:yn.optional()}).transform(e=>{const t=e.openaiChat??e.openai??qo();return{...e,openai:e.openai??t,openaiChat:t,openaiResponses:e.openaiResponses??qo()}}),AP=E({anthropic:yn,openai:yn.optional(),openaiChat:yn.optional(),openaiResponses:yn.optional(),models:We(x(),MP).optional(),testedAt:x().optional()}).transform(e=>{const t=e.openaiChat??e.openai??qo();return{...e,openai:e.openai??t,openaiChat:t,openaiResponses:e.openaiResponses??qo()}});function OP(){return{anthropic:{nonStreaming:{testing:!0},streaming:{testing:!0}},openai:{nonStreaming:{testing:!0},streaming:{testing:!0}},openaiChat:{nonStreaming:{testing:!0},streaming:{testing:!0}},openaiResponses:{nonStreaming:{testing:!0},streaming:{testing:!0}}}}function Sd(e,t){const n=()=>({nonStreaming:{success:!1,error:{message:e,type:t}},streaming:{notConfigured:!0}});return{anthropic:n(),openai:n(),openaiChat:n(),openaiResponses:n()}}const zP=E({providerConfig:x()}),LP=E({success:Re().optional(),imported:R().optional(),message:x().optional(),errors:K(x()).optional()}),$P=E({provider:To,imported:R(),matchedModels:K(x()),missingModels:K(x()),sourceUrl:x()}),eo="Network error: could not reach the server. Is the proxy running?",DP=5e3,FP=5e3,_d=15e3,UP=1e4,BP=2e4,qP=2e4,HP=3e4;function va(e,t){return(e?.length??0)>0?e:t&&e!==void 0?"":void 0}function Nd(e,t=!1){return{name:e.name,...e.apiKey.trim()===""?{}:{apiKey:e.apiKey},models:e.models,anthropicBaseUrl:va(e.anthropicBaseUrl,t),openaiBaseUrl:va(e.openaiBaseUrl,t),openaiResponsesBaseUrl:va(e.openaiResponsesBaseUrl,t),apiDocsUrl:(e.apiDocsUrl?.length??0)>0?e.apiDocsUrl:void 0,modelMetadataUrl:(e.modelMetadataUrl?.length??0)>0?e.modelMetadataUrl:void 0,modelMetadata:e.modelMetadata,source:e.source}}function VP(e,t){const n=e?.models?.map(r=>r.trim()).filter(r=>r!=="").length??0;return Math.max(1,n)*t}async function WP(e,t){if(t.models!==void 0)try{await Vn(`/api/providers/${e}/test/log`,FP,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}catch{}}function ZP({externalProviders:e,isLoading:t=!1,externalTestResults:n,externalTestingProviders:r,externalTestingTimeLeft:o,onProvidersMutate:i,onTestResultsChange:a,onTestingProvidersChange:l,onTestingTimeLeftChange:u}){const[d,f]=c.useState(!1),[p,m]=c.useState(),[h,g]=c.useState(null),[y,b]=c.useState({}),[w,v]=c.useState(new Set),[j,k]=c.useState({}),[S,_]=c.useState(null),[C,M]=c.useState(!1),[A,I]=c.useState(null),[N,P]=c.useState(!1),[$,F]=c.useState(!1),[G,X]=c.useState(null),[U,V]=c.useState("all"),[Y,B]=c.useState(new Set),{providerTestTimeoutSeconds:W}=$l(),me=c.useRef(null),ve=c.useRef(null),ye=e??[],D=c.useMemo(()=>{const q=U==="all"?ye:ye.filter(ne=>ne.source===U);return U==="all"?[...q].sort((ne,ke)=>{const ge={personal:0,company:1};return(ge[ne.source??""]??2)-(ge[ke.source??""]??2)}):q},[ye,U]),oe=n??y,te=r??w,_e=o??j,Ne=u?(q,ne)=>u(q,ne):(q,ne)=>{k(ne===void 0?ke=>{const ge={...ke};return delete ge[q],ge}:ke=>({...ke,[q]:ne}))};c.useEffect(()=>{(async()=>{try{const q=await He("/api/config/paths",zP,DP);_(q.providerConfig)}catch{}})()},[]);const ce=c.useCallback(q=>{ve.current!==null&&clearTimeout(ve.current),I(q),me.current?.scrollTo({top:me.current.scrollHeight,behavior:"smooth"}),ve.current=setTimeout(()=>{I(null),ve.current=null},2e3)},[]);c.useEffect(()=>()=>{ve.current!==null&&clearTimeout(ve.current)},[]);const de=c.useCallback(()=>{i?.().catch(()=>{})},[i]),he=c.useCallback((q,ne)=>{a?a(q,ne):b(ke=>({...ke,[q]:ne}))},[a]),we=c.useCallback((q,ne)=>{if(l){l(q,ne);return}v(ke=>{const ge=new Set(ke);return ne?ge.add(q):ge.delete(q),ge})},[l]),Ce=c.useCallback(async q=>{he(q,OP()),we(q,!0);const ne=new AbortController,ke=ye.find(J=>J.id===q),ge=VP(ke,W);let Se=ge;Ne(q,Se);const Je=setInterval(()=>{Se--,Ne(q,Se),Se<=0&&(clearInterval(Je),ne.abort())},1e3);try{const J=await He(`/api/providers/${q}/test`,AP,ge*1e3+1e3,{method:"POST",signal:ne.signal},T=>`HTTP ${T.status}: ${T.statusText}`);he(q,J),await WP(q,J)}catch(J){const T=J instanceof Error&&J.name==="AbortError",z=J instanceof ti;T||z?he(q,Sd("Request timed out","timeout")):J instanceof Error&&he(q,Sd(J.message,"server_error"))}finally{clearInterval(Je),Ne(q,void 0),we(q,!1)}},[W,ye,Ne,he,we]),Fe=c.useCallback(async(q,ne,ke=!0)=>{B(ge=>{const Se=new Set(ge);return Se.add(q),Se});try{const ge=ne!==void 0&&ne.trim()!==""?{url:ne}:{},Se=await He(`/api/providers/${q}/model-metadata`,$P,HP,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(ge)},()=>"Failed to refresh model metadata");return Se.imported===0&&ke?g("No matching model metadata found for this provider."):g(null),ce(Se.provider.id),de(),Se.imported>0}catch(ge){return ke&&g(ge instanceof Error?ge.message:eo),!1}finally{B(ge=>{const Se=new Set(ge);return Se.delete(q),Se})}},[de,ce]);function Ze(q){(async()=>{try{const ne=await He("/api/providers",To,_d,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(Nd(q))},()=>"Failed to add provider");f(!1),ce(ne.id),q.modelMetadataUrl!==void 0&&q.modelMetadataUrl.trim()!==""&&await Fe(ne.id,q.modelMetadataUrl,!1),de(),await Ce(ne.id)}catch(ne){g(ne instanceof Error?ne.message:eo)}})()}function Ue(q){p&&(async()=>{try{const ne=await He(`/api/providers/${p.id}`,To,_d,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(Nd(q,!0))},()=>"Failed to update provider");m(void 0),ce(ne.id),q.modelMetadataUrl!==void 0&&q.modelMetadataUrl.trim()!==""&&await Fe(ne.id,q.modelMetadataUrl,!1),de(),(q.apiKey.trim()!==""||JSON.stringify(q.models)!==JSON.stringify(p.models)||(q.anthropicBaseUrl??"")!==(p.anthropicBaseUrl??"")||(q.openaiBaseUrl??"")!==(p.openaiBaseUrl??"")||(q.openaiResponsesBaseUrl??"")!==(p.openaiResponsesBaseUrl??""))&&await Ce(ne.id)}catch(ne){g(ne instanceof Error?ne.message:eo)}})()}function ut(q){X(q),F(!0)}function en(){const q=G;q!==null&&(async()=>{let ne;try{ne=await Vn(`/api/providers/${q}`,UP,{method:"DELETE"})}catch{g(eo);return}if(!ne.ok){g(await El(ne,"Failed to delete provider"));return}de()})()}const yt=c.useRef(null);function Ke(q){const ne="/api/providers/export";(async()=>{try{const ke=await Vn(ne,BP);if(!ke.ok){g("Failed to export providers");return}const ge=await ke.blob(),Se=URL.createObjectURL(ge),Je=document.createElement("a");Je.href=Se,Je.download=ke.headers.get("Content-Disposition")?.match(/filename="(.+)"/)?.[1]??"providers.json",document.body.appendChild(Je),Je.click(),document.body.removeChild(Je),URL.revokeObjectURL(Se)}catch{g("Failed to export providers")}})()}function Ae(){yt.current?.click()}function Be(q){const ne=q.target.files?.[0];ne&&(async()=>{try{const ke=await ne.text(),ge=await Vn("/api/providers/import",qP,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(ke)}),Se=await Tl(ge,LP);ge.ok&&Se.imported!==void 0&&Se.imported>0?(de(),g(null)):Se.errors&&Se.errors.length>0?g(Se.errors.join("; ")):g(Se.message??"Import failed")}catch{g("Failed to import providers")}q.target.value=""})()}return t?s.jsx("div",{className:"flex items-center justify-center py-8",children:s.jsx("p",{className:"text-sm text-muted-foreground",children:"Loading providers..."})}):d||p?s.jsxs("div",{className:"space-y-4",children:[s.jsx("div",{className:"sticky top-0 z-10 flex items-center justify-between gap-3 rounded-[8px] bg-background/95 px-1 py-1 backdrop-blur",children:s.jsx("h3",{className:"text-lg font-medium",children:p?"Edit Provider":"Add New Provider"})}),s.jsx(CP,{provider:p,onSubmit:p?Ue:Ze,onCancel:()=>{f(!1),m(void 0)}})]}):s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{"data-provider-toolbar":"true",className:"sticky top-0 z-10 flex min-w-0 flex-wrap items-center justify-start gap-2 rounded-[8px] bg-background/95 px-1 py-1 backdrop-blur sm:justify-end",children:[s.jsxs(ee,{variant:"outline",size:"sm",onClick:()=>Ke(),className:"gap-1 hover:bg-muted",children:[s.jsx(yr,{className:"size-3"}),"Export"]}),s.jsxs(ee,{variant:"outline",size:"sm",onClick:Ae,className:"gap-1 hover:bg-muted",children:[s.jsx(Rp,{className:"size-3"}),"Import"]}),s.jsx("input",{type:"file",ref:yt,accept:".json",onChange:Be,style:{display:"none"}}),s.jsxs(ee,{variant:"outline",size:"sm",onClick:()=>P(!0),className:"gap-1",children:[s.jsx(sk,{className:"size-3"}),"Scan"]}),s.jsxs(ee,{onClick:()=>f(!0),size:"sm",className:"gap-1",children:[s.jsx(fu,{className:"size-4"}),"Add Provider"]})]}),S!==null&&s.jsxs("div",{className:"flex items-center gap-2 rounded-[8px] bg-muted/15 px-3 py-2 text-xs text-muted-foreground",children:[s.jsx("span",{className:"font-mono truncate",title:S,children:S}),s.jsx("button",{type:"button",onClick:()=>{Pt(S).then(q=>{q&&(M(!0),setTimeout(()=>M(!1),2e3))})},className:"ml-auto shrink-0 text-muted-foreground transition-colors hover:text-foreground","aria-label":C?"Copied config file path":"Copy config file path",children:C?s.jsx(qe,{className:"size-3 text-status-success"}):s.jsx(Lt,{className:"size-3"})})]}),h!==null&&s.jsxs("div",{className:"border border-border bg-card shadow-sm flex items-center gap-2 rounded-[8px] px-3 py-2 text-sm text-destructive",children:[s.jsx(Ts,{className:"size-4 shrink-0"}),h]}),ye.length===0?s.jsxs("div",{className:"border border-border bg-card shadow-sm space-y-3 rounded-[8px] py-12 text-center",children:[s.jsx("p",{className:"text-sm text-muted-foreground",children:"No providers configured yet."}),s.jsxs(ee,{onClick:()=>f(!0),variant:"outline",size:"sm",children:[s.jsx(fu,{className:"size-4"}),"Add Your First Provider"]})]}):s.jsxs("div",{className:"space-y-3",children:[s.jsx("div",{className:"inline-flex w-fit gap-1 rounded-[8px] bg-muted/20 p-1",children:["all","personal","company"].map(q=>s.jsx("button",{type:"button",onClick:()=>V(q),className:`rounded-md px-3 py-1.5 text-sm font-medium transition-colors ${U===q?"bg-background text-foreground shadow-sm":"text-muted-foreground hover:text-foreground"}`,children:q==="all"?"All":q==="personal"?"Personal":"Company"},q))}),s.jsx("div",{ref:me,className:"space-y-3",children:D.map(q=>s.jsx(hP,{provider:q,testResults:oe[q.id],isTesting:te.has(q.id),testingTimeLeft:_e[q.id],isHighlighted:q.id===A,onEdit:ne=>m(ne),onDelete:ut,onRefreshMetadata:ne=>{Fe(ne)},isRefreshingMetadata:Y.has(q.id),onTest:ne=>{Ce(ne)}},q.id))})]}),s.jsx(VI,{open:N,onOpenChange:P,onImportComplete:()=>{i!==void 0&&i()}}),s.jsx(eg,{open:$,onOpenChange:F,title:"Delete Provider",description:"Are you sure you want to delete this provider? This action cannot be undone.",confirmLabel:"Delete",variant:"destructive",onConfirm:en})]})}const KP=[{value:"providers",label:"Providers"},{value:"proxy",label:"Proxy"},{value:"storage",label:"Storage"},{value:"mcp",label:"MCP"},{value:"onboarding",label:"Onboarding"}];function GP(){return s.jsx(wg,{"aria-label":"Settings sections",className:"grid w-full grid-cols-3 justify-stretch gap-1 bg-muted/35 p-1 group-data-[orientation=horizontal]/tabs:h-auto sm:grid-cols-5",children:KP.map(e=>s.jsx(xn,{value:e.value,className:"min-w-0 w-full",children:e.label},e.value))})}function JP(){const[e,t]=c.useState(!1),[n,r]=c.useState("providers"),{providers:o,isLoading:i,mutate:a}=Hl(),[l,u]=c.useState({}),[d,f]=c.useState(new Set),[p,m]=c.useState({}),h=c.useCallback((b,w)=>{u(v=>({...v,[b]:w}))},[]),g=c.useCallback((b,w)=>{f(v=>{const j=new Set(v);return w?j.add(b):j.delete(b),j})},[]),y=c.useCallback((b,w)=>{m(v=>{if(w===void 0){const j={...v};return delete j[b],j}return{...v,[b]:w}})},[]);return s.jsxs(Zt,{open:e,onOpenChange:t,children:[s.jsx(Nr,{asChild:!0,children:s.jsxs(ee,{variant:"ghost",size:"icon",className:Rr,"aria-label":"Settings",title:"Settings",children:[s.jsx(dk,{className:"size-4"}),s.jsx("span",{className:"sr-only",children:"Settings"})]})}),s.jsxs(Kt,{className:"flex max-h-[calc(100vh-1rem)] w-[calc(100%-1rem)] max-w-2xl flex-col overflow-hidden p-4 sm:max-h-[80vh] sm:p-6",children:[s.jsx(Xt,{children:s.jsx(Qt,{children:"Settings"})}),s.jsxs(yg,{value:n,onValueChange:r,className:"min-h-0 min-w-0 flex-1 overflow-hidden",children:[s.jsx(GP,{}),s.jsxs("div",{className:"mt-4 min-w-0 flex-1 overflow-x-hidden overflow-y-auto pr-1 sm:pr-2",children:[s.jsx(jt,{value:"providers",children:s.jsx(ZP,{externalProviders:o,isLoading:i,externalTestResults:l,externalTestingProviders:d,externalTestingTimeLeft:p,onProvidersMutate:()=>a(),onTestResultsChange:h,onTestingProvidersChange:g,onTestingTimeLeftChange:y})}),s.jsx(jt,{value:"proxy",children:s.jsx(nM,{})}),s.jsx(jt,{value:"storage",children:s.jsx(QP,{})}),s.jsx(jt,{value:"mcp",children:s.jsx(tM,{})}),s.jsx(jt,{value:"onboarding",children:s.jsx(eM,{})})]})]})]})]})}const YP=E({memoryCount:R(),logDir:x(),logFileCount:R(),logBytes:R(),chunkDir:x(),chunkFileCount:R(),chunkBytes:R(),sessionArchiveDir:x(),sessionArchiveFileCount:R(),sessionArchiveBytes:R()}),XP=1e4;function ya(e){return e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KiB`:e<1024*1024*1024?`${(e/1024/1024).toFixed(1)} MiB`:`${(e/1024/1024/1024).toFixed(1)} GiB`}function QP(){const[e,t]=c.useState(null),[n,r]=c.useState(null),[o,i]=c.useState(!1),[a,l]=c.useState(null),u=c.useCallback(async()=>{i(!0),r(null);try{const f=await He("/api/logs?stats=1",YP,XP,void 0,p=>`Failed to load storage stats: HTTP ${String(p.status)}`);t(f)}catch(f){r(f instanceof Error?f.message:String(f))}finally{i(!1)}},[]);c.useEffect(()=>{u()},[u]);const d=c.useCallback((f,p)=>{Pt(p).then(m=>{m&&(l(f),setTimeout(()=>l(null),1600))})},[]);return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex items-center justify-between gap-3",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsx("h3",{className:"text-sm font-semibold",children:"Log storage"}),s.jsx("p",{className:"text-xs text-muted-foreground",children:"Inspect local log and streaming chunk footprint before exporting or clearing sessions."})]}),s.jsx(ee,{type:"button",variant:"outline",size:"sm",onClick:()=>{u()},children:o?"Refreshing...":"Refresh"})]}),e!==null&&s.jsxs("div",{className:"grid gap-2 text-xs",children:[s.jsx(er,{id:"log-dir",label:"Log storage path",value:e.logDir,copiedId:a,onCopy:d}),s.jsx(er,{id:"chunk-dir",label:"Streaming chunks storage path",value:e.chunkDir,copiedId:a,onCopy:d}),s.jsx(er,{id:"session-archive-dir",label:"Session archive storage path",value:e.sessionArchiveDir,copiedId:a,onCopy:d}),s.jsxs("div",{className:"rounded-md bg-muted/20 px-3 py-2",children:[s.jsx("div",{className:"font-medium",children:"In-memory logs"}),s.jsxs("div",{className:"mt-1 font-mono text-muted-foreground",children:[e.memoryCount.toLocaleString()," loaded"]})]}),s.jsxs("div",{className:"rounded-md bg-muted/20 px-3 py-2",children:[s.jsx("div",{className:"font-medium",children:"Log files"}),s.jsxs("div",{className:"mt-1 font-mono text-muted-foreground",children:[e.logFileCount.toLocaleString()," files / ",ya(e.logBytes)]})]}),s.jsxs("div",{className:"rounded-md bg-muted/20 px-3 py-2",children:[s.jsx("div",{className:"font-medium",children:"Streaming chunks"}),s.jsxs("div",{className:"mt-1 font-mono text-muted-foreground",children:[e.chunkFileCount.toLocaleString()," files / ",ya(e.chunkBytes)]})]}),s.jsxs("div",{className:"rounded-md bg-muted/20 px-3 py-2",children:[s.jsx("div",{className:"font-medium",children:"Session archives"}),s.jsxs("div",{className:"mt-1 font-mono text-muted-foreground",children:[e.sessionArchiveFileCount.toLocaleString()," files /"," ",ya(e.sessionArchiveBytes)]})]})]}),n!==null&&s.jsx("p",{className:"text-xs text-destructive",children:n})]})}function er({id:e,label:t,value:n,copiedId:r,onCopy:o}){const i=r===e;return s.jsxs("div",{className:"min-w-0 rounded-md border border-border/45 bg-muted/15 px-3 py-2 transition-colors hover:bg-muted/25",children:[s.jsx("div",{className:"mb-1 text-xs font-medium text-muted-foreground",children:t}),s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[s.jsx("code",{className:"min-w-0 flex-1 truncate font-mono text-xs text-foreground",title:n,children:n}),s.jsx(ee,{type:"button",variant:"ghost",size:"icon",className:"size-7 shrink-0",onClick:()=>o(e,n),"aria-label":i?`Copied ${t}`:`Copy ${t}`,children:i?s.jsx(qe,{className:"size-3.5 text-status-success"}):s.jsx(Lt,{className:"size-3.5"})})]})]})}function eM(){const[e,t]=c.useState(null),n=c.useMemo(()=>typeof window>"u"?"http://localhost:9527":window.location.origin,[]),r=c.useMemo(()=>[{id:"status",label:"Check onboarding",value:"agent-inspector onboard --status"},{id:"status-json",label:"Check onboarding JSON",value:"agent-inspector onboard --status --json"},{id:"refresh",label:"Refresh generated files",value:"agent-inspector onboard --force"},{id:"uninstall",label:"Remove matching generated files",value:"agent-inspector onboard --uninstall"},{id:"claude",label:"Claude Code command",value:"/agent-inspector:onboard"},{id:"codex",label:"Codex prompt",value:"Use the agent-inspector-onboard skill"},{id:"opencode-config",label:"OpenCode config",value:"agent-inspector onboard --opencode-only"},{id:"opencode-status",label:"OpenCode status",value:"agent-inspector onboard --status --opencode-only"},{id:"opencode-verify",label:"OpenCode verify",value:"opencode mcp list"},{id:"opencode-proxy",label:"OpenCode proxy",value:`LLM_BASE_URL=${n}${It("/proxy")}`},{id:"mimo-config",label:"MiMo Code config",value:"agent-inspector onboard --mimo-only"},{id:"mimo-status",label:"MiMo Code status",value:"agent-inspector onboard --status --mimo-only"},{id:"mimo-verify",label:"MiMo Code verify",value:"mimo mcp list"},{id:"mimo-proxy",label:"MiMo Code proxy",value:`OPENAI_BASE_URL=${n}${It("/proxy")}`},{id:"mcp",label:"MCP URL",value:`${n}${It("/api/mcp")}`},{id:"proxy",label:"Proxy URL",value:`${n}${It("/proxy")}`},{id:"anthropic",label:"Anthropic base",value:`ANTHROPIC_BASE_URL=${n}${It("/proxy")}`},{id:"openai",label:"OpenAI base",value:`OPENAI_BASE_URL=${n}${It("/proxy")}`}],[n]),o=c.useCallback((i,a)=>{Pt(a).then(l=>{l&&(t(i),setTimeout(()=>t(null),1600))})},[]);return s.jsxs("div",{className:"min-w-0 space-y-4",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Qn,{className:"size-4 text-muted-foreground"}),s.jsx("h3",{className:"text-sm font-semibold",children:"Agent onboarding"})]}),s.jsx("div",{className:"grid gap-2",children:r.map(i=>s.jsx(er,{id:i.id,label:i.label,value:i.value,copiedId:e,onCopy:o},i.id))}),s.jsxs("div",{className:"grid gap-2 rounded-md bg-muted/15 px-3 py-2 text-xs text-muted-foreground",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(qe,{className:"size-3.5 text-status-success"}),s.jsx("span",{children:"Provider test creates a traceable memory probe session."})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(qe,{className:"size-3.5 text-status-success"}),s.jsx("span",{children:"Captured sessions can produce reviewable memory candidates."})]}),s.jsxs("div",{className:"flex items-start gap-2",children:[s.jsx(qe,{className:"mt-0.5 size-3.5 text-status-success"}),s.jsxs("span",{children:["Streamable HTTP clients should use the MCP URL directly. Stdio-only clients should use",s.jsx("code",{className:"mx-1 rounded bg-muted px-1 py-0.5 font-mono text-[11px] text-foreground",children:"agent-inspector-mcp stdio"}),"instead. Configure only one entry for the same Inspector."]})]}),s.jsxs("div",{className:"flex items-start gap-2",children:[s.jsx(qe,{className:"mt-0.5 size-3.5 text-status-success"}),s.jsxs("span",{children:["OpenCode onboarding safely merges"," ",s.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[11px] text-foreground",children:"mcp.agent-inspector"})," ","into"," ",s.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[11px] text-foreground",children:"opencode.json"}),", then verify with"," ",s.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[11px] text-foreground",children:"opencode mcp list"}),"."]})]}),s.jsxs("div",{className:"flex items-start gap-2",children:[s.jsx(qe,{className:"mt-0.5 size-3.5 text-status-success"}),s.jsxs("span",{children:["MiMo Code onboarding safely merges"," ",s.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[11px] text-foreground",children:"mcp.agent-inspector"})," ","into"," ",s.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[11px] text-foreground",children:"mimocode.jsonc"}),", then route OpenAI-format traffic with"," ",s.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[11px] text-foreground",children:"OPENAI_BASE_URL"}),"."]})]}),s.jsxs("div",{className:"flex items-start gap-2",children:[s.jsx(qe,{className:"mt-0.5 size-3.5 text-status-success"}),s.jsx("span",{children:"If your AI tool runs in another container or host, replace localhost with an address reachable from that tool and verify the network/firewall path."})]})]})]})}function tM(){const[e,t]=c.useState(null),r=`${c.useMemo(()=>typeof window>"u"?"http://localhost:9527":window.location.origin,[])}${It("/api/mcp")}`,o=c.useMemo(()=>[{id:"mcp-url",label:"Streamable HTTP MCP URL",value:r},{id:"stdio",label:"Stdio bridge command",value:`agent-inspector-mcp stdio --url ${r}`},{id:"doctor",label:"Bridge doctor",value:`agent-inspector-mcp doctor --url ${r}`},{id:"writes",label:"Enable write tools",value:"AGENT_INSPECTOR_MCP_WRITES=1 agent-inspector"},{id:"capabilities",label:"Capabilities resource",value:"inspector://mcp/capabilities"},{id:"context",label:"Current context resource",value:"inspector://context/current"},{id:"streamable-json",label:"Streamable HTTP JSON",value:JSON.stringify({mcpServers:{"agent-inspector":{type:"streamableHttp",url:r}}},null,2)},{id:"stdio-json",label:"Stdio MCP JSON",value:JSON.stringify({mcpServers:{"agent-inspector":{command:"agent-inspector-mcp",args:["stdio","--url",r]}}},null,2)},{id:"opencode-local",label:"OpenCode local MCP",value:JSON.stringify({mcp:{"agent-inspector":{type:"local",command:["agent-inspector-mcp","stdio","--url",r],enabled:!0}}},null,2)},{id:"mimo-local",label:"MiMo Code local MCP",value:JSON.stringify({mcp:{"agent-inspector":{type:"local",command:["agent-inspector-mcp","stdio","--url",r],enabled:!0}}},null,2)},{id:"codex-toml",label:"Codex TOML",value:`[mcp_servers.agent-inspector]
125
+ command = "agent-inspector-mcp"
126
+ args = ["stdio", "--url", "${r}"]`}],[r]),i=c.useCallback((a,l)=>{Pt(l).then(u=>{u&&(t(a),setTimeout(()=>t(null),1600))})},[]);return s.jsxs("div",{className:"min-w-0 space-y-4",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Qn,{className:"size-4 text-muted-foreground"}),s.jsx("h3",{className:"text-sm font-semibold",children:"MCP access"})]}),s.jsxs("div",{className:"grid gap-2 rounded-md bg-muted/15 px-3 py-2 text-xs text-muted-foreground",children:[s.jsx("div",{children:"Use Streamable HTTP when the client supports URL-based MCP. Use the stdio bridge only for stdio-only clients. Configure one entry for the same Inspector instance."}),s.jsx("div",{children:"If the MCP client runs in another container or host, replace localhost with a reachable host/IP and verify the network path."})]}),s.jsx("div",{className:"grid gap-2",children:o.map(a=>s.jsx(er,{id:a.id,label:a.label,value:a.value,copiedId:e,onCopy:i},a.id))})]})}function nM(){const{strip:e,slowResponseThresholdSeconds:t,providerTestTimeoutSeconds:n,timeDisplayFormat:r,isLoading:o,setStrip:i,setSlowResponseThresholdSeconds:a,setProviderTestTimeoutSeconds:l,setTimeDisplayFormat:u}=$l(),[d,f]=c.useState(null),[p,m]=c.useState(!1),h=c.useCallback(async w=>{f(null),m(!0);try{await i(w)}catch(v){f(v instanceof Error?v.message:String(v))}finally{m(!1)}},[i]),g=c.useCallback(async w=>{f(null),m(!0);try{await a(w)}catch(v){f(v instanceof Error?v.message:String(v))}finally{m(!1)}},[a]),y=c.useCallback(async w=>{f(null),m(!0);try{await l(w)}catch(v){f(v instanceof Error?v.message:String(v))}finally{m(!1)}},[l]),b=c.useCallback(async w=>{f(null),m(!0);try{await u(w)}catch(v){f(v instanceof Error?v.message:String(v))}finally{m(!1)}},[u]);return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx("h3",{className:"text-sm font-semibold",children:"Claude Code billing header"}),s.jsxs("p",{className:"text-xs text-muted-foreground",children:["Strip Claude Code's synthetic billing block before upstream forwarding. This can improve prefix-cache hits with third-party providers and is persisted to ",s.jsx("code",{children:"config.json"}),"."]})]}),s.jsxs("label",{className:"flex items-center gap-3",children:[s.jsx("input",{type:"checkbox",role:"switch",checked:e,disabled:o||p,onChange:w=>{h(w.currentTarget.checked)},className:"size-4 cursor-pointer disabled:cursor-not-allowed disabled:opacity-50"}),s.jsx("span",{className:"text-sm",children:o?"Loading...":e?"Stripping enabled":"Stripping disabled"})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx("label",{htmlFor:"slow-response-threshold",className:"text-sm font-semibold",children:"Slow response threshold"}),s.jsxs("p",{className:"text-xs text-muted-foreground",children:["Show a slow marker when elapsed time exceeds this many seconds. Use ",s.jsx("code",{children:"0"})," to disable it."]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("input",{id:"slow-response-threshold",type:"number",min:0,max:Ia,step:1,value:t,disabled:o||p,onChange:w=>{const v=Number(w.currentTarget.value);Number.isInteger(v)&&(v<0||v>Ia||g(v))},className:"h-8 w-24 rounded-md border border-input bg-transparent px-2 text-sm font-mono disabled:cursor-not-allowed disabled:opacity-50"}),s.jsx("span",{className:"text-xs text-muted-foreground",children:"seconds"})]})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx("label",{htmlFor:"provider-test-timeout",className:"text-sm font-semibold",children:"Provider test timeout"}),s.jsx("p",{className:"text-xs text-muted-foreground",children:"Abort slow Provider Test probes after this many seconds per model."}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("input",{id:"provider-test-timeout",type:"number",min:1,max:Pa,step:1,value:n,disabled:o||p,onChange:w=>{const v=Number(w.currentTarget.value);Number.isInteger(v)&&(v<1||v>Pa||y(v))},className:"h-8 w-24 rounded-md border border-input bg-transparent px-2 text-sm font-mono disabled:cursor-not-allowed disabled:opacity-50"}),s.jsx("span",{className:"text-xs text-muted-foreground",children:"seconds / model"})]})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx("label",{htmlFor:"time-display-format",className:"text-sm font-semibold",children:"Time display"}),s.jsx("p",{className:"text-xs text-muted-foreground",children:"Controls timestamps in session summaries, headers, and log rows."}),s.jsxs("select",{id:"time-display-format",value:r,disabled:o||p,onChange:w=>{const v=gp.safeParse(w.currentTarget.value);v.success&&b(v.data)},className:"h-8 rounded-md border border-input bg-background px-2 text-sm disabled:cursor-not-allowed disabled:opacity-50",children:[s.jsx("option",{value:"time",children:"Time only"}),s.jsx("option",{value:"full",children:"Full ISO"})]})]}),d!==null&&s.jsxs("p",{className:"text-xs text-destructive",children:["Failed to save: ",d]})]})}const sM=pe(["installed","update-available","available","planned","unknown"]),rM=E({id:x(),name:x(),npmName:x(),capability:x(),description:x(),workflow:x(),installCommand:x(),state:sM,installedVersion:x().nullable(),latestVersion:x().nullable(),primary:Re()}),oM=E({id:x(),name:x(),validatedVersion:x(),binary:x(),modelFlag:x(),variantFlag:x().nullable(),tools:K(x()),logDir:x(),skillsDir:x(),agentsDir:x()}),iM=E({id:x(),title:x(),stage:x(),packageId:x(),description:x(),command:x(),requiresSession:Re(),runnable:Re()}),aM=E({checkedAt:x(),packages:K(rM),runnerPresets:K(oM),recipes:K(iM)}),Xg=pe(["install","upgrade","help","runner-presets","recipe"]),Qg="RUN_LOCAL_COMMAND",lM=E({action:Xg,targetId:x(),targetName:x(),command:x(),source:x(),timeoutMs:R().int().positive(),scope:x()}),cM=E({nonce:x().uuid(),phrase:le(Qg),expiresAt:x().datetime(),plan:lM}),ex=E({confirmation:cM});Tn("intent",[E({intent:le("prepare")}),E({intent:le("confirm"),nonce:x().uuid(),confirmation:le(Qg)})]);const uM=pe(["queued","running","succeeded","failed"]),tx=E({id:x(),packageId:x(),npmName:x(),recipeId:x().nullable().default(null),action:Xg,status:uM,command:x(),output:x(),createdAt:x(),startedAt:x().nullable(),finishedAt:x().nullable(),exitCode:R().nullable(),error:x().nullable()}),nx=E({task:tx}),dM=E({tasks:K(tx)}),fM=[{id:"observe",title:"Observe",label:"Live",description:"Capture IDE, process, session, turn, request, response, tools, and providers.",metric:"Inspector core",icon:Hy},{id:"replay",title:"Replay",label:"Ready",description:"Promote real logs into repeatable replay evidence without losing the raw context.",metric:"Session asset",icon:Mt},{id:"evaluate",title:"Evaluate",label:"Next",description:"Use eval-harness to turn sessions into regression cases and provider bakeoffs.",metric:"Eval loop",icon:Dl},{id:"connect",title:"Connect",label:"MCP",description:"Expose Inspector state to coding agents as queryable context and durable evidence.",metric:"/api/mcp",icon:zj}];async function pM(e){return st(e,aM,void 0,t=>`Failed to load ecosystem packages: ${String(t.status)}`)}async function mM(e){return st(e,nx,void 0,t=>`Failed to load ecosystem task: ${String(t.status)}`)}async function hM(e){return st(e,dM,void 0,t=>`Failed to load ecosystem tasks: ${String(t.status)}`)}async function gM(e,t){const n=`/api/ecosystem/packages/${encodeURIComponent(e)}/${t}`,r=await st(n,ex,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({intent:"prepare"})},o=>`Failed to prepare ecosystem task: ${String(o.status)}`);return{endpoint:n,confirmation:r.confirmation}}async function xM(e){const t=`/api/ecosystem/recipes/${encodeURIComponent(e)}/run`,n=await st(t,ex,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({intent:"prepare"})},r=>`Failed to prepare ecosystem recipe: ${String(r.status)}`);return{endpoint:t,confirmation:n.confirmation}}async function bM(e){return(await st(e.endpoint,nx,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({intent:"confirm",nonce:e.confirmation.nonce,confirmation:e.confirmation.phrase})},n=>`Failed to start ecosystem task: ${String(n.status)}`)).task}function vM(e){switch(e){case"installed":return"Installed";case"update-available":return"Update";case"available":return"Available";case"planned":return"Planned";case"unknown":return"Unknown"}}function yM(e){switch(e){case"installed":return"border-emerald-400/20 bg-emerald-400/8 text-emerald-200";case"update-available":return"border-amber-400/20 bg-amber-400/8 text-amber-200";case"available":return"border-sky-400/20 bg-sky-400/8 text-sky-200";case"planned":return"border-white/10 bg-white/[0.04] text-white/55";case"unknown":return"border-white/10 bg-white/[0.04] text-white/45"}}function wM(e){return e.installedVersion!==null&&e.latestVersion!==null?e.installedVersion===e.latestVersion?`v${e.installedVersion}`:`v${e.installedVersion} -> v${e.latestVersion}`:e.installedVersion!==null?`v${e.installedVersion}`:e.latestVersion!==null?`latest v${e.latestVersion}`:"not published"}function tr(e){switch(e){case"install":return"Install";case"upgrade":return"Upgrade";case"help":return"Help";case"runner-presets":return"Presets";case"recipe":return"Recipe"}}function jM(e){switch(e.status){case"queued":return"Queued";case"running":return`${tr(e.action)} running`;case"succeeded":return`${tr(e.action)} complete`;case"failed":return`${tr(e.action)} failed`}}function sx(e){switch(e){case"queued":case"running":return"border-cyan-300/20 bg-cyan-300/8 text-cyan-100";case"succeeded":return"border-emerald-400/20 bg-emerald-400/8 text-emerald-100";case"failed":return"border-red-400/20 bg-red-400/8 text-red-100"}}function kM(e){switch(e.state){case"available":return"install";case"update-available":return"upgrade";case"installed":case"planned":case"unknown":return null}}function SM({pkg:e,activeTask:t,onStartTask:n}){const r=kM(e),o=t!==null&&t.packageId===e.id&&t.status==="running";return s.jsxs("div",{className:"rounded-lg bg-white/[0.025] p-3 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]",children:[s.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-3",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex min-w-0 items-start gap-2",children:[s.jsx(Fj,{className:"size-4 shrink-0 text-white/55"}),s.jsx("div",{className:"text-sm font-semibold leading-snug",children:e.name})]}),s.jsx("div",{className:"mt-1 break-all font-mono text-[11px] leading-snug text-white/35",children:e.npmName})]}),s.jsx(Te,{className:L("shrink-0",yM(e.state)),variant:"outline",children:vM(e.state)})]}),s.jsx("div",{className:"mt-3 text-xs leading-5 text-muted-foreground",children:e.description}),s.jsxs("div",{className:"mt-3 flex flex-wrap items-center gap-2 text-[11px]",children:[s.jsx("span",{className:"rounded bg-white/[0.035] px-2 py-1 font-mono text-white/50",children:wM(e)}),s.jsx("span",{className:"rounded bg-white/[0.035] px-2 py-1 text-white/45",children:e.capability}),s.jsx("span",{className:"rounded bg-white/[0.035] px-2 py-1 font-mono text-white/35",children:e.installCommand})]}),s.jsxs("div",{className:"mt-3 flex flex-wrap items-center gap-2",children:[r!==null&&s.jsxs(ee,{type:"button",size:"sm",variant:"secondary",disabled:o,onClick:()=>n(e.id,r),children:[o?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(yr,{className:"size-3.5"}),tr(r)]}),s.jsxs(ee,{type:"button",size:"sm",variant:"outline",disabled:o||e.state==="planned",onClick:()=>n(e.id,"help"),children:[s.jsx(Qn,{className:"size-3.5"}),"Help"]}),e.id==="eval-harness"&&s.jsxs(ee,{type:"button",size:"sm",variant:"ghost",disabled:o||e.state==="planned",onClick:()=>n(e.id,"runner-presets"),children:[s.jsx(Dl,{className:"size-3.5"}),"Presets"]})]})]})}function _M({task:e}){if(e===null)return null;const t=e.status==="queued"||e.status==="running";return s.jsxs("section",{className:"mt-3 rounded-lg bg-white/[0.025] p-3 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]",children:[s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-3",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[t?s.jsx(De,{className:"size-4 animate-spin text-cyan-200/75"}):s.jsx(Qn,{className:"size-4 text-white/55"}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("div",{className:"text-sm font-semibold",children:jM(e)}),s.jsx("div",{className:"break-all font-mono text-[11px] text-white/35",children:e.command})]})]}),s.jsx(Te,{variant:"outline",className:L("shrink-0",sx(e.status)),children:e.status})]}),s.jsx("pre",{className:"mt-3 max-h-56 overflow-auto whitespace-pre-wrap rounded-md bg-black/30 p-3 font-mono text-[11px] leading-5 text-white/60 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.045)]",children:e.output.trim().length>0?e.output:"Waiting for npm output..."}),e.error!==null&&s.jsx("div",{className:"mt-2 text-xs text-red-100",children:e.error})]})}function NM({workflow:e}){const t=e.icon;return s.jsxs("div",{className:"rounded-lg bg-white/[0.025] p-3 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]",children:[s.jsxs("div",{className:"flex items-start justify-between gap-3",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[s.jsx(t,{className:"size-4 shrink-0 text-cyan-200/75"}),s.jsx("div",{className:"text-sm font-semibold",children:e.title})]}),s.jsx("span",{className:"rounded bg-white/[0.04] px-2 py-0.5 font-mono text-[10px] text-white/45",children:e.label})]}),s.jsx("div",{className:"mt-2 min-h-10 text-xs leading-5 text-muted-foreground",children:e.description}),s.jsx("div",{className:"mt-3 font-mono text-[11px] text-white/35",children:e.metric})]})}function CM(e){return e===null?'npx @tonyclaw/eval-harness inspector-smoke --title "TonyClaw Lab smoke" --latest-log-limit 5':`npx @tonyclaw/eval-harness inspector-smoke --title "TonyClaw Lab smoke ${e}" --latest-log-limit 5`}function TM({preset:e}){return s.jsxs("div",{className:"rounded-lg bg-white/[0.025] p-3 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]",children:[s.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-3",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex min-w-0 items-start gap-2",children:[s.jsx(Cp,{className:"size-4 shrink-0 text-cyan-200/75"}),s.jsx("div",{className:"text-sm font-semibold leading-snug",children:e.name})]}),s.jsxs("div",{className:"mt-1 break-all font-mono text-[11px] leading-snug text-white/35",children:[e.binary," ",e.modelFlag,e.variantFlag!==null?` ${e.variantFlag}`:""]})]}),s.jsxs(Te,{variant:"outline",className:"border-white/10 bg-white/[0.04] text-white/55",children:["v",e.validatedVersion]})]}),s.jsxs("div",{className:"mt-3 grid grid-cols-2 gap-2 text-[11px]",children:[s.jsxs("div",{className:"rounded bg-black/15 px-2 py-1 text-white/45",children:["logs/",e.logDir]}),s.jsx("div",{className:"rounded bg-black/15 px-2 py-1 text-white/45",children:e.tools.join(", ")}),s.jsx("div",{className:"rounded bg-black/15 px-2 py-1 font-mono text-white/35",children:e.skillsDir}),s.jsx("div",{className:"rounded bg-black/15 px-2 py-1 font-mono text-white/35",children:e.agentsDir})]})]})}function EM({recipe:e,copied:t,running:n,onCopy:r,onRun:o}){return s.jsxs("div",{className:"rounded-lg bg-white/[0.025] p-3 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]",children:[s.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-3",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex min-w-0 items-start gap-2",children:[s.jsx(jp,{className:"size-4 shrink-0 text-cyan-200/75"}),s.jsx("div",{className:"text-sm font-semibold leading-snug",children:e.title})]}),s.jsx("div",{className:"mt-1 text-xs leading-5 text-muted-foreground",children:e.description})]}),s.jsx(Te,{variant:"outline",className:"border-white/10 bg-white/[0.04] text-white/55",children:e.runnable?e.stage:"Template"})]}),s.jsx("div",{className:"mt-3 rounded-md bg-black/20 p-2 font-mono text-[11px] leading-5 text-white/50 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.045)]",children:e.command}),s.jsxs("div",{className:"mt-3 flex items-center justify-between gap-2",children:[s.jsx("span",{className:"rounded bg-white/[0.035] px-2 py-1 font-mono text-[11px] text-white/35",children:e.packageId}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(ee,{type:"button",size:"sm",variant:"outline",onClick:()=>r(e),children:[t?s.jsx(qe,{className:"size-3.5"}):s.jsx(Lt,{className:"size-3.5"}),t?"Copied":"Copy"]}),e.runnable&&s.jsxs(ee,{type:"button",size:"sm",variant:"secondary",disabled:n,onClick:()=>o(e),children:[n?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(Cp,{className:"size-3.5"}),n?"Running":"Run"]})]})]})]})}function RM({task:e,selected:t,onSelect:n}){const r=e.recipeId??tr(e.action);return s.jsxs("div",{className:"flex items-center justify-between gap-3 rounded-md bg-white/[0.025] px-3 py-2 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.045)]",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[s.jsx(Sp,{className:"size-3.5 shrink-0 text-white/40"}),s.jsx("div",{className:"truncate text-xs font-semibold text-white/75",children:r}),s.jsx(Te,{variant:"outline",className:L("shrink-0",sx(e.status)),children:e.status})]}),s.jsxs("div",{className:"mt-1 flex min-w-0 flex-wrap items-center gap-2 font-mono text-[10px] text-white/35",children:[s.jsx("span",{children:e.packageId}),s.jsx("span",{children:new Date(e.createdAt).toLocaleTimeString()}),e.exitCode!==null&&s.jsxs("span",{children:["exit ",String(e.exitCode)]})]})]}),s.jsx(ee,{type:"button",size:"sm",variant:t?"secondary":"outline",onClick:()=>n(e),children:t?"Open":"View"})]})}function IM({pending:e,busy:t,onOpenChange:n,onConfirm:r}){const o=e?.confirmation.plan??null;return s.jsx(Zt,{open:e!==null,onOpenChange:n,children:s.jsxs(Kt,{className:"max-w-xl",children:[s.jsxs(Xt,{children:[s.jsx(Qt,{children:"Confirm local command"}),s.jsx(Cr,{children:"Review the exact allowlisted action Agent Inspector will run on this machine."})]}),o!==null&&s.jsxs("div",{className:"space-y-3",children:[s.jsxs("div",{className:"grid gap-2 text-xs sm:grid-cols-2",children:[s.jsxs("div",{className:"rounded-md border bg-muted/30 p-3",children:[s.jsx("div",{className:"text-muted-foreground",children:"Source"}),s.jsx("div",{className:"mt-1 break-words font-medium",children:o.source})]}),s.jsxs("div",{className:"rounded-md border bg-muted/30 p-3",children:[s.jsx("div",{className:"text-muted-foreground",children:"Timeout"}),s.jsxs("div",{className:"mt-1 font-medium",children:[String(o.timeoutMs/1e3)," seconds"]})]}),s.jsxs("div",{className:"rounded-md border bg-muted/30 p-3 sm:col-span-2",children:[s.jsx("div",{className:"text-muted-foreground",children:"Affected scope"}),s.jsx("div",{className:"mt-1 font-medium",children:o.scope})]})]}),s.jsxs("div",{children:[s.jsx("div",{className:"mb-1 text-xs font-medium",children:"Resolved command"}),s.jsx("pre",{className:"max-h-32 overflow-auto whitespace-pre-wrap break-all rounded-md bg-black/80 p-3 font-mono text-xs leading-5 text-white/80",children:o.command})]}),s.jsxs("p",{className:"text-xs text-muted-foreground",children:["Confirmation phrase: ",s.jsx("code",{children:e?.confirmation.phrase}),". The one-time confirmation expires at"," ",new Date(e?.confirmation.expiresAt??"").toLocaleTimeString(),"."]})]}),s.jsxs("div",{className:"flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",children:[s.jsx(ee,{type:"button",variant:"outline",disabled:t,onClick:()=>n(!1),children:"Cancel"}),s.jsxs(ee,{type:"button",variant:"secondary",disabled:t||o===null,onClick:r,children:[t?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(Qn,{className:"size-3.5"}),t?"Starting":"Confirm & Run"]})]})]})})}function PM({currentSessionId:e,logCount:t,labelledTrigger:n=!1}){const[r,o]=c.useState(!1),[i,a]=c.useState(!1),[l,u]=c.useState(!1),[d,f]=c.useState(null),[p,m]=c.useState(null),[h,g]=c.useState(null),[y,b]=c.useState(null),[w,v]=c.useState(!1),j=qt("/api/ecosystem/packages",pM,{revalidateOnFocus:!1,revalidateIfStale:!1}),k=qt(p===null?null:`/api/ecosystem/tasks/${p}`,mM,{refreshInterval:B=>{const W=B?.task;return W!==void 0&&(W.status==="queued"||W.status==="running")?900:0},revalidateOnFocus:!1}),S=qt(r?"/api/ecosystem/tasks":null,hM,{refreshInterval:2500,revalidateOnFocus:!1}),_=j.data?.packages??[],C=j.data?.runnerPresets??[],M=j.data?.recipes??[],A=(S.data?.tasks??[]).slice(0,6),I=c.useMemo(()=>_.filter(B=>B.state==="installed"||B.state==="update-available").length,[_]),N=CM(e),P="npx @tonyclaw/eval-harness runner-presets",$=()=>{Pt(N).then(()=>{a(!0),window.setTimeout(()=>a(!1),1200)})},F=()=>{Pt(P).then(()=>{u(!0),window.setTimeout(()=>u(!1),1200)})},G=B=>{Pt(B.command).then(()=>{f(B.id),window.setTimeout(()=>f(null),1200)})},X=B=>{g(null),xM(B.id).then(W=>{b(W)}).catch(W=>{g(W instanceof Error?W.message:"Failed to prepare ecosystem recipe")})},U=k.data?.task??null;c.useEffect(()=>{U!==null&&(S.mutate(),U.status==="succeeded"&&j.mutate())},[U,j,S]);const V=(B,W)=>{g(null),gM(B,W).then(me=>{b(me)}).catch(me=>{g(me instanceof Error?me.message:"Failed to prepare ecosystem task")})},Y=()=>{y!==null&&(g(null),v(!0),bM(y).then(B=>{m(B.id),b(null),k.mutate({task:B},{revalidate:!0}),S.mutate()}).catch(B=>{g(B instanceof Error?B.message:"Failed to start ecosystem task")}).finally(()=>{v(!1)}))};return s.jsxs(Zt,{open:r,onOpenChange:o,children:[s.jsx(Nr,{asChild:!0,children:s.jsxs(ee,{variant:"ghost",size:n?"default":"icon",className:L(Rr,n&&"w-auto gap-2 px-3 text-xs max-lg:h-11 max-lg:w-auto"),"aria-label":"TonyClaw Lab",title:"TonyClaw Lab",children:[s.jsx(jp,{className:"size-4"}),s.jsx("span",{className:n?"":"sr-only",children:"Lab"})]})}),s.jsxs(Kt,{className:"flex max-h-[84vh] max-w-5xl flex-col overflow-hidden",children:[s.jsx(Xt,{children:s.jsxs(Qt,{className:"flex items-center gap-2",children:[s.jsx(Aa,{className:"size-4 text-cyan-200/80"}),"TonyClaw Lab"]})}),s.jsxs("div",{className:"overflow-y-auto pr-2",children:[s.jsxs("div",{className:"grid gap-3 lg:grid-cols-[1.1fr_0.9fr]",children:[s.jsxs("section",{className:"rounded-lg bg-white/[0.025] p-4 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]",children:[s.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-3",children:[s.jsxs("div",{children:[s.jsx("div",{className:"text-sm font-semibold",children:"Session asset pipeline"}),s.jsx("div",{className:"mt-1 max-w-2xl text-xs leading-5 text-muted-foreground",children:"Treat captured traffic as durable assets: observe it, replay it, evaluate it, and expose it back to agents through MCP."})]}),s.jsxs(Te,{variant:"outline",className:"border-cyan-300/20 bg-cyan-300/8 text-cyan-100",children:[String(I),"/",String(_.length)," packages"]})]}),s.jsx("div",{className:"mt-4 grid gap-3 sm:grid-cols-2",children:fM.map(B=>s.jsx(NM,{workflow:B},B.id))})]}),s.jsxs("section",{className:"rounded-lg bg-white/[0.025] p-4 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]",children:[s.jsxs("div",{className:"flex items-start justify-between gap-3",children:[s.jsxs("div",{children:[s.jsx("div",{className:"text-sm font-semibold",children:"Current session"}),s.jsx("div",{className:"mt-1 text-xs text-muted-foreground",children:e===null?"MCP smoke command":e})]}),s.jsxs(Te,{variant:"outline",className:"border-white/10 bg-white/[0.04] text-white/55",children:[String(t)," logs"]})]}),s.jsx("div",{className:"mt-4 rounded-md bg-black/20 p-3 font-mono text-[11px] leading-5 text-white/55 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.045)]",children:N}),s.jsxs("div",{className:"mt-3 flex flex-wrap items-center gap-2",children:[s.jsxs(ee,{size:"sm",variant:"secondary",onClick:$,children:[i?s.jsx(qe,{className:"size-3.5"}):s.jsx(Lt,{className:"size-3.5"}),i?"Copied":"Copy"]}),s.jsxs(ee,{size:"sm",variant:"outline",onClick:F,children:[s.jsx(Dl,{className:"size-3.5"}),l?"Presets copied":"Runner Presets"]})]})]})]}),s.jsxs("section",{className:"mt-3",children:[s.jsxs("div",{className:"mb-2 flex items-center justify-between gap-3",children:[s.jsx("div",{className:"text-sm font-semibold",children:"Lab recipes"}),s.jsxs("div",{className:"hidden items-center gap-1 font-mono text-[11px] text-muted-foreground sm:flex",children:[s.jsx(Aa,{className:"size-3.5"}),"copy-ready workflows"]})]}),s.jsxs("div",{className:"grid gap-3 md:grid-cols-2",children:[M.map(B=>s.jsx(EM,{recipe:B,copied:d===B.id,running:U!==null&&U.recipeId===B.id&&(U.status==="queued"||U.status==="running"),onCopy:G,onRun:X},B.id)),j.isLoading&&M.length===0&&[0,1].map(B=>s.jsx("div",{className:"h-40 animate-pulse rounded-lg bg-white/[0.025] shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]"},B))]})]}),s.jsxs("section",{className:"mt-3",children:[s.jsxs("div",{className:"mb-2 flex items-center justify-between gap-3",children:[s.jsx("div",{className:"text-sm font-semibold",children:"Runner presets"}),s.jsxs("div",{className:"hidden items-center gap-1 font-mono text-[11px] text-muted-foreground sm:flex",children:[s.jsx(Qn,{className:"size-3.5"}),P]})]}),s.jsxs("div",{className:"grid gap-3 md:grid-cols-2 xl:grid-cols-4",children:[C.map(B=>s.jsx(TM,{preset:B},B.id)),j.isLoading&&C.length===0&&[0,1,2,3].map(B=>s.jsx("div",{className:"h-32 animate-pulse rounded-lg bg-white/[0.025] shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]"},B))]})]}),s.jsxs("section",{className:"mt-3",children:[s.jsxs("div",{className:"mb-2 flex items-center justify-between gap-3",children:[s.jsx("div",{className:"text-sm font-semibold",children:"TonyClaw packages"}),j.isLoading&&s.jsx("div",{className:"font-mono text-[11px] text-muted-foreground",children:"checking npm..."})]}),j.error!==void 0&&s.jsx("div",{className:"rounded-lg bg-red-500/8 p-3 text-xs text-red-100 shadow-[inset_0_0_0_1px_rgba(248,113,113,0.16)]",children:"Package status is temporarily unavailable."}),s.jsxs("div",{className:"grid gap-3 md:grid-cols-3",children:[_.map(B=>s.jsx(SM,{pkg:B,activeTask:U,onStartTask:V},B.id)),j.isLoading&&_.length===0&&[0,1,2].map(B=>s.jsx("div",{className:"h-36 animate-pulse rounded-lg bg-white/[0.025] shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]"},B))]})]}),h!==null&&s.jsx("div",{className:"mt-3 rounded-lg bg-red-500/8 p-3 text-xs text-red-100 shadow-[inset_0_0_0_1px_rgba(248,113,113,0.16)]",children:h}),A.length>0&&s.jsxs("section",{className:"mt-3",children:[s.jsxs("div",{className:"mb-2 flex items-center justify-between gap-3",children:[s.jsx("div",{className:"text-sm font-semibold",children:"Recent Lab runs"}),s.jsxs("div",{className:"hidden font-mono text-[11px] text-muted-foreground sm:block",children:["last ",String(A.length)]})]}),s.jsx("div",{className:"grid gap-2 md:grid-cols-2",children:A.map(B=>s.jsx(RM,{task:B,selected:p===B.id,onSelect:W=>{m(W.id),k.mutate({task:W},{revalidate:!0})}},B.id))})]}),s.jsx(_M,{task:U})]})]}),s.jsx(IM,{pending:y,busy:w,onOpenChange:B=>{!B&&!w&&b(null)},onConfirm:Y})]})}function MM(e){return[...new Set(e.evidence.map(t=>t.logId).filter(t=>t!==null))]}const AM=[{id:"reliability",label:"Reliability",question:"Which requests failed, stalled, or look most likely to hang, and why?"},{id:"performance",label:"Performance",question:"Summarize latency and identify the slowest requests with supporting evidence."},{id:"tokens",label:"Token usage",question:"Where are tokens being spent, and which requests have unusually high usage?"},{id:"providers",label:"Providers",question:"Compare Provider and model reliability, latency, and token usage in this scope."},{id:"tools",label:"Tool activity",question:"Which tools were used most, and where did tool calls fail or produce warnings?"}],OM=4e3,wa=12;function Cd(){return{messages:[],question:"",error:null}}function zM(e){return e.filter(t=>t.content.trim().length>0).slice(-10).map(t=>({role:t.role,content:t.content.trim().slice(0,OM)}))}function at(e,...t){for(const n of t){const r=Q(e,n);if(typeof r=="string"&&r.trim().length>0)return r}return null}function bn(e,...t){for(const n of t){const r=Q(e,n);if(typeof r=="number"&&Number.isFinite(r))return r}return null}function LM(e,t){const n=Q(e,t);return Array.isArray(n)?n.filter(r=>typeof r=="string").slice(0,8):[]}function $M(e){const t=at(e,"source")??"log",n=at(e,"id")??"",r=bn(e,"logId","id");if(n===""&&r===null||r!==null&&(!Number.isInteger(r)||r<0))return null;const o=bn(e,"inputTokens"),i=bn(e,"outputTokens"),a=bn(e,"totalTokens","tokenCount"),l=bn(e,"responseStatus","status"),u=at(e,"responseStatus","status");return{source:t,id:n!==""?n:String(r),logId:r,sessionId:at(e,"sessionId"),timestamp:at(e,"timestamp"),model:at(e,"model"),providerName:at(e,"providerName","provider"),path:at(e,"path"),status:l??u,elapsedMs:bn(e,"elapsedMs","latencyMs"),inputTokens:o,outputTokens:i,totalTokens:a??(o===null&&i===null?null:(o??0)+(i??0)),score:bn(e,"score","relevanceScore"),matchedFields:LM(e,"matchedFields"),excerpt:at(e,"excerpt","snippet")??"No excerpt available."}}function ja(e){const t=e.replace(/([a-z0-9])([A-Z])/g,"$1 $2").replace(/[_-]+/g," ").trim();return t.length===0?"Metric":`${t[0]?.toUpperCase()??""}${t.slice(1)}`}function Td(e){if(typeof e=="number"&&Number.isFinite(e))return e.toLocaleString();if(typeof e=="string"&&e.trim().length>0)return e;if(typeof e=="boolean")return e?"Yes":"No";if(Array.isArray(e)){const t=e.filter(n=>typeof n=="string"||typeof n=="number"&&Number.isFinite(n)).slice(0,6);return t.length>0?t.join(", "):null}return null}function Ed(e){return Object.getOwnPropertyNames(e).map(t=>[t,Q(e,t)])}function Rd(e){if(e===null||typeof e!="object"||Array.isArray(e))return[];const t=[];for(const[n,r]of Ed(e)){const o=Td(r);if(o!==null){if(t.push({key:n,label:ja(n),value:o}),t.length>=wa)break;continue}if(!(r===null||typeof r!="object"||Array.isArray(r))){for(const[i,a]of Ed(r)){const l=Td(a);if(l===null)continue;const u=`${n}.${i}`;if(t.push({key:u,label:`${ja(n)} ${ja(i).toLowerCase()}`,value:l}),t.length>=wa)break}if(t.length>=wa)break}}return t}function DM(e){const t=at(e,"answer"),n=at(e,"providerId"),r=at(e,"providerName"),o=at(e,"model"),i=at(e,"protocol"),a=bn(e,"logCount");if(t===null||n===null||r===null||o===null||i===null||a===null)return null;const l=Q(e,"evidence"),u=Array.isArray(l)?l.map($M).filter(d=>d!==null).slice(0,12):[];return{answer:t,providerId:n,providerName:r,model:o,protocol:i,logCount:a,evidence:u,summaryMetrics:Rd(Q(e,"summary")),queryMetrics:Rd(Q(e,"queryStats"))}}const FM=c.lazy(()=>Gt(()=>import("./index-BfRhTvOd.js"),__vite__mapDeps([9,1]))),UM="prose prose-sm dark:prose-invert max-w-none text-[13px] leading-[1.65] [&_pre]:bg-muted [&_pre]:text-foreground [&_code]:text-[0.8em] [&_p]:my-1 [&_p]:leading-[1.65] [&_ul]:my-1 [&_ol]:my-1 [&_li]:my-0.5 [&_li]:leading-[1.6]";function BM({text:e}){return s.jsx("div",{className:UM,children:s.jsx(c.Suspense,{fallback:s.jsx("span",{className:"text-xs text-muted-foreground",children:"Loading Markdown..."}),children:s.jsx(FM,{children:e})})})}const Id="What looks abnormal, slow, or likely to hang?";function qM(e){return e.openaiResponsesBaseUrl!==void 0||e.openaiBaseUrl!==void 0||e.anthropicBaseUrl!==void 0}function HM(e){return e.openaiResponsesBaseUrl!==void 0&&e.openaiResponsesBaseUrl!==""?"Responses":e.openaiBaseUrl!==void 0&&e.openaiBaseUrl!==""?"Chat":"Anthropic"}function VM(e){return e.toSorted((t,n)=>{const r=t.source==="company"?0:1,o=n.source==="company"?0:1;return r!==o?r-o:t.name.localeCompare(n.name)})}function Pd(e){return`${e}-${String(Date.now())}-${String(Math.random()).slice(2)}`}function Bn({label:e,value:t,tone:n="muted"}){return s.jsxs("div",{className:"flex min-w-0 items-center gap-1.5 font-mono text-[10px]",children:[s.jsx("span",{className:n==="cyan"?"text-cyan-100":"text-muted-foreground",children:e}),t!==void 0&&s.jsxs(s.Fragment,{children:[s.jsx("span",{className:"text-muted-foreground/55",children:":"}),s.jsx("span",{className:"truncate text-muted-foreground",children:t})]})]})}function WM({metrics:e}){return e.length===0?null:s.jsx("div",{className:"grid grid-cols-2 gap-1.5",children:e.slice(0,8).map(t=>s.jsxs("div",{className:"rounded-sm bg-black/25 px-2 py-1 shadow-[inset_2px_0_0_rgba(103,232,249,0.22)]",children:[s.jsx("div",{className:"truncate font-mono text-[9px] text-muted-foreground",children:t.label}),s.jsx("div",{className:"truncate font-mono text-[11px] text-cyan-50/95",children:t.value})]},t.key))})}function ZM({evidence:e}){const t=()=>{e.logId!==null&&As({logId:e.logId,tab:"anatomy"})},n=e.logId===null?`${e.source}:${e.id}`:`${e.source}:log #${String(e.logId)}`;return s.jsxs("button",{type:"button",onClick:t,disabled:e.logId===null,className:"w-full rounded-sm bg-black/25 px-2 py-2 text-left shadow-[inset_2px_0_0_rgba(103,232,249,0.22),inset_0_0_0_1px_rgba(255,255,255,0.045)] transition-colors hover:bg-black/35 disabled:cursor-default disabled:hover:bg-black/25",children:[s.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2",children:[s.jsx("span",{className:"truncate font-mono text-[10px] text-cyan-100",children:n}),e.score!==null&&s.jsx("span",{className:"shrink-0 font-mono text-[9px] text-muted-foreground",children:e.score.toFixed(1)})]}),s.jsxs("div",{className:"mt-1 flex flex-wrap gap-x-2 gap-y-1 text-[10px] text-muted-foreground",children:[e.providerName!==null&&s.jsx("span",{children:e.providerName}),e.model!==null&&s.jsx("span",{children:e.model}),e.status!==null&&s.jsxs("span",{children:["status ",String(e.status)]}),e.elapsedMs!==null&&s.jsxs("span",{children:[String(e.elapsedMs)," ms"]})]}),s.jsx("p",{className:"mt-1 line-clamp-3 text-[11px] leading-4 text-foreground/85",children:e.excerpt})]})}function KM({response:e}){return s.jsxs("div",{className:"overflow-hidden rounded-md bg-[#050b12]/85 shadow-[inset_0_0_0_1px_rgba(103,232,249,0.12),0_10px_24px_rgba(0,0,0,0.18)]",children:[s.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2 border-b border-cyan-100/[0.08] bg-cyan-400/[0.045] px-3 py-2",children:[s.jsx(Bn,{label:"assistant@inspector",value:"output",tone:"cyan"}),s.jsxs("span",{className:"shrink-0 font-mono text-[9px] text-muted-foreground",children:[String(e.logCount)," logs"]})]}),s.jsxs("div",{className:"space-y-3 p-3",children:[s.jsx("div",{className:"rounded-sm bg-black/20 px-2.5 py-2 text-xs leading-5 shadow-[inset_2px_0_0_rgba(103,232,249,0.28)]",children:s.jsx(BM,{text:e.answer})}),s.jsxs("div",{className:"grid gap-1.5 rounded-sm bg-black/20 px-2 py-1.5",children:[s.jsx(Bn,{label:"provider",value:e.providerName}),s.jsx(Bn,{label:"model",value:e.model}),s.jsx(Bn,{label:"protocol",value:e.protocol})]}),(e.summaryMetrics.length>0||e.queryMetrics.length>0)&&s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Bn,{label:"metrics",tone:"cyan"}),s.jsx(WM,{metrics:[...e.summaryMetrics,...e.queryMetrics]})]}),e.evidence.length>0&&s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Bn,{label:"evidence",value:"click to inspect source log",tone:"cyan"}),e.evidence.slice(0,6).map(t=>s.jsx(ZM,{evidence:t},`${t.source}-${t.id}`))]})]})]})}function GM({message:e}){return e.role==="assistant"&&e.response!==null?s.jsx(KM,{response:e.response}):s.jsxs("div",{className:"overflow-hidden rounded-md bg-black/25 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]",children:[s.jsx("div",{className:"border-b border-white/[0.06] px-3 py-1.5",children:s.jsx(Bn,{label:"user@inspector",value:"query",tone:"cyan"})}),s.jsxs("div",{className:"px-3 py-2 font-mono text-[11px] leading-5 text-cyan-50",children:[s.jsx("span",{className:"select-none text-cyan-100/60",children:"> "}),e.content]})]})}function JM({currentSessionId:e,logCount:t,onResultChange:n}){const{providers:r}=Hl(),o=c.useMemo(()=>VM(r.filter(qM)),[r]),[i,a]=c.useState(()=>({...Cd(),question:Id})),[l,u]=c.useState("__auto__"),[d,f]=c.useState("__auto__"),[p,m]=c.useState(!1),g=o.find(_=>_.id===l)?.models??[],y=i.question,b=y.trim()!==""&&o.length>0&&!p;if(o.length===0)return null;const w=_=>{a(C=>({...C,question:_.currentTarget.value}))},v=_=>{u(_),f("__auto__")},j=()=>{a({...Cd(),question:Id}),n(null)},k=_=>{a(C=>({...C,question:_,error:null}))},S=()=>{if(!b)return;const _=y.trim(),C=zM(i.messages),M={id:Pd("user"),role:"user",content:_,response:null};m(!0),a(I=>({...I,messages:[...I.messages,M],question:"",error:null}));const A={question:_,history:C,...e!==null?{sessionId:e}:{},...l!=="__auto__"?{providerId:l}:{},...d!=="__auto__"?{model:d}:{},logLimit:16};fetch(It("/api/pi-agent"),{method:"POST",headers:{"content-type":"application/json","x-agent-inspector-csrf":"1"},body:JSON.stringify(A)}).then(async I=>{const N=await I.text();if(!I.ok){a(F=>({...F,error:`Inspector Assistant failed: HTTP ${String(I.status)} ${N}`}));return}const P=JSON.parse(N),$=DM(P);if($===null){a(F=>({...F,error:"Inspector Assistant returned an unexpected response."}));return}a(F=>({...F,messages:[...F.messages,{id:Pd("assistant"),role:"assistant",content:$.answer,response:$}]})),n({question:_,logIds:MM($),reportedLogCount:$.logCount})}).catch(I=>{a(N=>({...N,error:I instanceof Error?I.message:"Inspector Assistant request failed."}))}).finally(()=>{m(!1)})};return s.jsxs("section",{className:"rounded-md bg-black/20 px-3 py-3 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.045)]",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(aw,{className:"size-4 text-cyan-200"}),s.jsxs("div",{className:"min-w-0 flex-1",children:[s.jsx("div",{className:"text-xs font-semibold text-foreground",children:"Assistant"}),s.jsx("div",{className:"text-[11px] text-muted-foreground",children:e===null?"All evidence":"Current session"})]}),s.jsx("button",{type:"button",onClick:j,className:"inline-flex size-7 items-center justify-center rounded-md bg-black/25 text-muted-foreground transition-colors hover:text-foreground",title:"Reset conversation",children:s.jsx(Tp,{className:"size-3.5"})})]}),i.messages.length===0&&s.jsx("p",{className:"mt-3 text-[11px] leading-5 text-muted-foreground",children:"Ask about failures, latency, tokens, and tools."}),s.jsxs("div",{className:"mt-3 grid grid-cols-2 gap-2",children:[s.jsxs(pr,{value:l,onValueChange:v,children:[s.jsx(mr,{className:"h-8 border-0 bg-black/25 text-xs shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)]",children:s.jsx(Uo,{placeholder:"Provider"})}),s.jsxs(hr,{children:[s.jsx(lt,{value:"__auto__",children:"Auto provider"}),o.map(_=>s.jsxs(lt,{value:_.id,children:[_.name," / ",HM(_)]},_.id))]})]}),s.jsxs(pr,{value:d,onValueChange:f,children:[s.jsx(mr,{className:"h-8 border-0 bg-black/25 text-xs shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)]",children:s.jsx(Uo,{placeholder:"Model"})}),s.jsxs(hr,{children:[s.jsx(lt,{value:"__auto__",children:"Auto model"}),g.map(_=>s.jsx(lt,{value:_,children:_},_))]})]})]}),i.messages.length===0&&s.jsx("div",{className:"mt-3 flex flex-wrap gap-1.5",children:AM.map(_=>s.jsxs("button",{type:"button",onClick:()=>{k(_.question)},className:"inline-flex h-7 items-center gap-1.5 rounded-sm bg-black/25 px-2 text-[11px] text-cyan-50 transition-colors hover:bg-cyan-400/12",children:[s.jsx(Aa,{className:"size-3"}),s.jsx("span",{children:_.label})]},_.id))}),i.messages.length>0&&s.jsxs("div",{className:"mt-3 max-h-96 space-y-2 overflow-y-auto pr-1",children:[i.messages.map(_=>s.jsx(GM,{message:_},_.id)),p&&s.jsxs("div",{className:"inline-flex items-center gap-2 rounded-md bg-black/25 px-3 py-2 text-xs text-muted-foreground",children:[s.jsx(De,{className:"size-3.5 animate-spin"}),s.jsx("span",{children:"Searching Inspector..."})]})]}),s.jsx("textarea",{value:y,onChange:w,className:"mt-3 min-h-20 w-full resize-y rounded-md bg-black/25 px-3 py-2 text-xs leading-5 text-foreground outline-none shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors placeholder:text-muted-foreground focus-visible:ring-1 focus-visible:ring-ring",placeholder:"Ask about this Inspector data..."}),s.jsxs("button",{type:"button",onClick:S,disabled:!b,className:"mt-2 inline-flex h-8 w-full items-center justify-center gap-2 rounded-md bg-cyan-400/12 px-3 text-xs font-medium text-cyan-100 shadow-[inset_0_0_0_1px_rgba(103,232,249,0.18)] transition-colors hover:bg-cyan-400/18 disabled:cursor-not-allowed disabled:opacity-50",children:[p?s.jsx(De,{className:"size-3.5 animate-spin"}):s.jsx(ak,{className:"size-3.5"}),s.jsx("span",{children:p?"Searching...":"Ask Assistant"})]}),i.error!==null&&s.jsx("p",{className:"mt-2 break-words text-[11px] leading-5 text-red-200",children:i.error}),t===0&&s.jsx("p",{className:"mt-2 text-[11px] leading-5 text-muted-foreground",children:"No logs in this scope. Setup questions still work."})]})}function YM(e){const t=new Map;for(const n of e){const r=n.logs;for(let o=1;o<r.length;o++){const i=r[o-1],a=r[o];i===void 0||a===void 0||t.set(a.id,{creation:Md(i.cacheCreationInputTokens,a.cacheCreationInputTokens),read:Md(i.cacheReadInputTokens,a.cacheReadInputTokens)})}}return t}function Md(e,t){return t===null||e===null?null:t>e?{direction:"up",delta:t-e}:t<e?{direction:"down",delta:e-t}:null}function rx(e){return e===null?null:new Date(e).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit",second:"2-digit"})}function fs(e,t,n){const r=rx(e.lastSuccessAt),o=e.retryCount>0?` Retry ${e.retryCount.toString()}.`:"",i=n?" Captured logs remain visible.":"",a=r===null?"":` Last update ${r}.`;return`${t}${a}${o}${i}`}function ox(e,t,n){switch(e){case"connecting":return{label:"Connecting",description:fs(t,"Waiting for the first live update.",n),toneClass:"border-cyan-400/20 bg-cyan-500/8 text-cyan-100",dotClass:"bg-cyan-300 animate-pulse motion-reduce:animate-none",canRetry:!1,canStop:!1};case"live":return{label:"Live",description:fs(t,"Live updates are current.",n),toneClass:"border-emerald-400/20 bg-emerald-500/8 text-emerald-100",dotClass:"bg-emerald-300",canRetry:!1,canStop:!1};case"reconnecting":return{label:"Reconnecting",description:fs(t,"Live updates were interrupted.",n),toneClass:"border-amber-400/20 bg-amber-500/8 text-amber-100",dotClass:"bg-amber-300 animate-pulse motion-reduce:animate-none",canRetry:!0,canStop:!0};case"stale":return{label:"Stale data",description:fs(t,"Live updates have not resumed.",n),toneClass:"border-orange-400/25 bg-orange-500/10 text-orange-100",dotClass:"bg-orange-300",canRetry:!0,canStop:!0};case"offline":return{label:"Offline",description:fs(t,t.errorMessage??"Live updates are paused.",n),toneClass:"border-slate-400/20 bg-slate-500/10 text-slate-200",dotClass:"bg-slate-400",canRetry:!0,canStop:!1};case"error":return{label:"Connection error",description:fs(t,t.errorMessage??"The live stream reported a recoverable error.",n),toneClass:"border-red-400/25 bg-red-500/10 text-red-100",dotClass:"bg-red-300",canRetry:!0,canStop:!0}}}function XM({state:e}){const t=ox(e.status,e,!1),n=rx(e.lastSuccessAt),r=e.retryCount>0?`Retry ${e.retryCount.toString()}`:null;return s.jsxs("span",{role:"status","aria-label":t.description,"data-connection-state":e.status,className:L("inline-flex h-7 max-w-full items-center gap-1.5 rounded-full border px-2.5 text-xs font-medium",t.toneClass),children:[s.jsx("span",{className:L("size-1.5 shrink-0 rounded-full",t.dotClass)}),s.jsx("span",{className:"shrink-0",children:t.label}),r!==null&&s.jsx("span",{className:"hidden truncate text-current/70 sm:inline",children:r}),n!==null&&s.jsxs("span",{className:"hidden truncate font-mono text-[10px] text-current/65 md:inline",children:["Last ",n]})]})}function QM({state:e,hasLogs:t,onRetry:n,onStop:r}){const o=ox(e.status,e,t);return s.jsxs("div",{role:"status","aria-live":"polite","data-connection-state":e.status,className:L("mt-2 flex flex-wrap items-center gap-x-3 gap-y-2 rounded-md border px-3 py-2 text-xs",o.toneClass),children:[s.jsxs("div",{className:"flex min-w-0 flex-1 items-center gap-2",children:[s.jsx("span",{className:L("size-2 shrink-0 rounded-full",o.dotClass)}),s.jsx("span",{className:"shrink-0 font-semibold",children:o.label}),s.jsx("span",{className:"min-w-0 text-current/75",children:o.description})]}),(o.canRetry||o.canStop)&&s.jsxs("div",{className:"flex shrink-0 items-center gap-1.5",children:[o.canRetry&&s.jsxs("button",{type:"button",onClick:n,className:"inline-flex h-7 items-center gap-1 rounded-md bg-black/15 px-2 font-medium transition-colors hover:bg-black/25 focus-visible:ring-1 focus-visible:ring-current focus-visible:outline-none",children:[s.jsx(Mt,{className:"size-3"}),"Retry now"]}),o.canStop&&s.jsxs("button",{type:"button",onClick:r,className:"inline-flex h-7 items-center gap-1 rounded-md px-2 text-current/70 transition-colors hover:bg-black/15 hover:text-current focus-visible:ring-1 focus-visible:ring-current focus-visible:outline-none",children:[s.jsx(Ew,{className:"size-3"}),"Stop retrying"]})]})]})}function eA(){const[e,t]=c.useState(!1),[n,r]=c.useState(!1);c.useEffect(()=>{const a=()=>{t(document.fullscreenElement!==null),r(document.fullscreenEnabled&&document.documentElement.requestFullscreen!==void 0&&document.exitFullscreen!==void 0)};return a(),document.addEventListener("fullscreenchange",a),()=>{document.removeEventListener("fullscreenchange",a)}},[]);const o=c.useCallback(()=>{if(n){if(document.fullscreenElement===null){document.documentElement.requestFullscreen().catch(()=>{t(document.fullscreenElement!==null)});return}document.exitFullscreen().catch(()=>{t(document.fullscreenElement!==null)})}},[n]),i=e?"Exit fullscreen":"Enter fullscreen";return s.jsxs(ee,{type:"button",variant:"ghost",size:"icon",className:Rr,"aria-label":i,"aria-pressed":e,title:i,disabled:!n,onClick:o,children:[e?s.jsx(Cj,{className:"size-4"}):s.jsx(Sj,{className:"size-4"}),s.jsx("span",{className:"sr-only",children:i})]})}function tA({liveConnection:e,alertsAction:t,settingsAction:n}){return s.jsx("header",{"data-application-bar":"true",className:"border-border/70 bg-background/95 sticky top-0 z-50 shrink-0 border-b px-3 py-2 shadow-[0_10px_30px_rgba(0,0,0,0.14)] backdrop-blur lg:px-4",children:s.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(0,1fr)_auto] items-center gap-x-3 gap-y-2 sm:grid-cols-[minmax(0,1fr)_auto_minmax(0,1fr)]",children:[s.jsxs("a",{href:"/","aria-label":"Agent Inspector home",className:"flex min-w-0 items-center gap-2 rounded-md focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none",children:[s.jsx(ff,{className:"size-7 shrink-0 text-amber-500"}),s.jsxs("span",{className:"min-w-0",children:[s.jsx("span",{className:"block truncate text-sm font-bold leading-4",children:"Agent Inspector"}),s.jsx("span",{className:"hidden truncate text-[10px] font-medium text-muted-foreground md:block",children:"Local First. Evidence First."})]}),s.jsxs("span",{className:"hidden shrink-0 font-mono text-[10px] text-muted-foreground lg:inline",children:["v",Ip.version]})]}),s.jsx("div",{className:"order-3 col-span-2 flex min-w-0 justify-start sm:order-2 sm:col-span-1 sm:justify-center",children:e===void 0?s.jsxs("span",{"data-connection-state":"stored",className:"border-border/70 bg-muted/50 inline-flex h-7 max-w-full items-center gap-1.5 rounded-full border px-2.5 text-xs font-medium text-muted-foreground",children:[s.jsx("span",{className:"size-1.5 shrink-0 rounded-full bg-slate-400"}),"Stored session"]}):s.jsx(XM,{state:e})}),s.jsxs("nav",{"aria-label":"Application actions",className:"order-2 flex shrink-0 items-center justify-end gap-1 sm:order-3",children:[s.jsx(eA,{}),t,n]})]})})}function nA(e){return`${Math.max(0,Math.ceil(e/1e3)).toString()}s`}function ho({progress:e}){const t=Math.min(1,e.elapsedMs/e.timeoutMs),n=Math.max(4,Math.round(t*100)),r=Math.max(0,e.timeoutMs-e.elapsedMs),o=t>=.75,i=[e.loadedLogs>0?`${e.loadedLogs.toString()} logs`:null,e.loadedPages>0?`${e.loadedPages.toString()} page${e.loadedPages===1?"":"s"}`:null,`${nA(r)} before timeout`].filter(l=>l!==null),a=`${e.label}: ${i.join(", ")}`;return s.jsxs("div",{className:"min-w-0 space-y-1 px-1 pb-1",children:[s.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-3 font-mono text-[10px] text-muted-foreground",children:[s.jsx("span",{className:"min-w-0 truncate",children:e.label}),s.jsx("span",{className:L("shrink-0 tabular-nums",o&&"text-amber-300"),children:i.join(" / ")})]}),s.jsx("div",{role:"progressbar","aria-label":e.label,"aria-valuemin":0,"aria-valuemax":e.timeoutMs,"aria-valuenow":Math.min(e.elapsedMs,e.timeoutMs),"aria-valuetext":a,className:"h-1.5 overflow-hidden rounded-full bg-white/[0.06]",children:s.jsx("div",{className:L("h-full rounded-full transition-all duration-300 motion-reduce:transition-none",o?"bg-amber-300/80":"bg-cyan-300/70"),style:{width:`${n.toString()}%`}})})]})}function ix(e){return e?"auto":"smooth"}function ax(){return typeof window>"u"?!1:window.matchMedia("(prefers-reduced-motion: reduce)").matches}function sA(){return{status:"connecting",lastSuccessAt:null,retryCount:0,errorMessage:null}}function sn(e,t){switch(t.type){case"connect-requested":return{...e,status:e.lastSuccessAt===null?"connecting":e.status==="stale"?"stale":"reconnecting",errorMessage:null};case"message-received":return{status:"live",lastSuccessAt:t.at,retryCount:0,errorMessage:null};case"connection-lost":{const n=e.retryCount+1;return t.online?{...e,status:e.lastSuccessAt===null?"error":"reconnecting",retryCount:n,errorMessage:t.message}:{...e,status:"offline",retryCount:n,errorMessage:"Browser is offline."}}case"stale-timeout":return e.lastSuccessAt===null||e.status==="live"||e.status==="offline"?e:{...e,status:"stale"};case"browser-offline":return{...e,status:"offline",errorMessage:"Browser is offline."};case"stop-retrying":return{...e,status:"offline",errorMessage:"Automatic live updates are paused."};case"recoverable-error":return{...e,status:"error",errorMessage:t.message}}}function rA(e){return e===void 0||e.status==="live"?"empty":e.status}function oA(e){switch(e){case"connecting":return{title:"Connecting to the live stream...",description:"Waiting for the first successful initialization before checking for logs.",showConnectionCommands:!1};case"empty":return{title:"No logs captured yet.",description:"Connect an AI coding tool to capture its first request.",showConnectionCommands:!0};case"reconnecting":return{title:"Reconnecting to live updates...",description:"The stream was interrupted. Agent Inspector is retrying automatically.",showConnectionCommands:!1};case"stale":return{title:"Live data is stale.",description:"No logs are hidden; retry the connection to resume live updates.",showConnectionCommands:!1};case"offline":return{title:"Live updates are offline.",description:"Check the browser and Inspector connection, then retry.",showConnectionCommands:!1};case"error":return{title:"Live updates could not initialize.",description:"The error is recoverable. Retry without reloading the page.",showConnectionCommands:!1}}}const Ad="agent-inspector.hierarchy.collapsedClients",Od="agent-inspector.hierarchy.collapsedProcesses";function Ho(e){return e.some(t=>t.responseStatus===null)}function lx(e){return e.filter(t=>t.responseStatus===null).length}function cx(e){for(const t of e){const n=t.userAgent;if(n!=null&&n!=="")return n}return null}function iA(e){for(const t of e){const n=t.clientPid;if(n!=null)return n}return null}function ux(e){for(const t of e){const n=t.clientProjectFolder;if(n!=null&&n!=="")return n}return null}function aA(e){return hc({userAgent:cx(e.logs),conversationId:e.conversationId,clientProjectFolder:ux(e.logs)})}function lA(e){if(e===null||e==="")return"Unknown client";const t=e.split(/[ /;]/)[0]??"";return t===""?"Unknown client":t}function cA(e,t){const n=_i(e);return n!==null?n:lA(t)}function Vo(e){return e===null||e===""?"unknown":String(e)}function uA(e,t,n){return e!=="unknown"?e:`unknown:${Vo(t)}:${Vo(n)}`}function dA(e,t){return`${Vo(e)}:${Vo(t)}`}function zd(e){return[...e].sort((t,n)=>t.timestamp.localeCompare(n.timestamp))}function Ld(e){let t="";for(const n of e)n.timestamp>t&&(t=n.timestamp);return t}function $d(e){return Ho(e)?0:e.some(t=>t.error!==null&&t.error!==void 0||t.responseStatus!==null&&t.responseStatus!==void 0&&t.responseStatus>=400)?1:2}function ka(e){return[...e].sort((t,n)=>{const r=$d(t.logs)-$d(n.logs);if(r!==0)return r;const o=Ld(n.logs).localeCompare(Ld(t.logs));return o!==0?o:t.id.localeCompare(n.id)})}function fA(e){const t=new Map;for(const r of e){const o=cx(r.logs),i=ux(r.logs),a=aA(r),l=uA(a,o,i);let u=t.get(l);u===void 0&&(u={id:l,client:a,label:cA(a,o),userAgent:o,processes:new Map,logs:[]},t.set(l,u)),u.logs.push(...r.logs);const d=iA(r.logs),f=`${l}:${dA(d,i)}`;let p=u.processes.get(f);p===void 0&&(p={id:f,clientPid:d,clientProjectFolder:i,sessions:[],logs:[]},u.processes.set(f,p)),p.sessions.push(r),p.logs.push(...r.logs)}const n=[];for(const r of t.values()){const o=ka([...r.processes.values()].map(i=>({id:i.id,clientPid:i.clientPid,clientProjectFolder:i.clientProjectFolder,sessions:ka(i.sessions),logs:zd(i.logs)})));n.push({id:r.id,client:r.client,label:r.label,userAgent:r.userAgent,processes:o,logs:zd(r.logs)})}return ka(n)}function Wo(e){return e<=0?"0":Pe(e)}function dx(e){let t=0,n=0;for(const r of e)r.inputTokens!==null&&r.inputTokens!==void 0&&(t+=r.inputTokens),r.outputTokens!==null&&r.outputTokens!==void 0&&(n+=r.outputTokens);return{inputTokens:t,outputTokens:n}}function pA(e){let t=0;for(const n of e)t+=n.sessions.length;return t}function Dd(e){if(typeof window>"u")return null;try{const t=window.localStorage.getItem(e);if(t===null)return null;const n=JSON.parse(t);return Array.isArray(n)?new Set(n.filter(r=>typeof r=="string")):null}catch{return null}}function Fd(e,t){try{window.localStorage.setItem(e,JSON.stringify([...t]))}catch{}}function Ud(e,t){let n=!1;const r=new Set(e);for(const o of t)r.delete(o)&&(n=!0);return n?r:e}function mA(e){const t=new Set;for(const n of e)for(let r=1;r<n.processes.length;r++){const o=n.processes[r];o!==void 0&&!Ho(o.logs)&&t.add(o.id)}return t}function hA(e){if(e===null||e==="")return null;const t=e.replaceAll("\\","/").split("/").filter(o=>o!==""),n=t[t.length-1];if(n===void 0)return e;const r=t[t.length-2];return r===void 0?n:`${r}/${n}`}function Zo({label:e,value:t,className:n}){return s.jsxs("span",{className:L("inline-flex h-7 items-center gap-1 rounded-md bg-[var(--inspector-surface-low)] px-2 text-xs text-muted-foreground",n),children:[s.jsx("span",{className:"font-mono text-[10px] uppercase text-muted-foreground/70",children:e}),s.jsx("span",{className:"font-mono tabular-nums text-foreground",children:t})]})}function fx({count:e}){const t=`${e} open turn${e===1?"":"s"}`;return s.jsxs("span",{className:"relative inline-flex size-6 shrink-0 items-center justify-center rounded-md bg-[var(--inspector-surface-medium)] text-[var(--inspector-status-watch)] ring-1 ring-border/50","aria-label":t,title:t,children:[s.jsx(De,{className:"size-3 animate-spin"}),e>1&&s.jsx("span",{className:"absolute translate-x-2 -translate-y-2 rounded bg-card px-0.5 font-mono text-[8px] tabular-nums text-[var(--inspector-status-watch)]",children:e})]})}function gA({groups:e,...t}){const n=c.useMemo(()=>fA(e),[e]),[r,o]=c.useState(()=>new Set),[i,a]=c.useState(()=>mA(n)),[l,u]=c.useState(!1);c.useEffect(()=>{const p=Dd(Ad),m=Dd(Od);p!==null&&o(p),m!==null&&a(m),u(!0)},[]),c.useEffect(()=>{l&&(Fd(Ad,r),Fd(Od,i))},[r,i,l]),c.useEffect(()=>{const p=new Set(n.filter(h=>Ho(h.logs)).map(h=>h.id)),m=new Set(n.flatMap(h=>h.processes.filter(g=>Ho(g.logs)).map(g=>g.id)));o(h=>Ud(h,p)),a(h=>Ud(h,m))},[n]);const d=c.useCallback(p=>{o(m=>{const h=new Set(m);return h.has(p)?h.delete(p):h.add(p),h})},[]),f=c.useCallback(p=>{a(m=>{const h=new Set(m);return h.has(p)?h.delete(p):h.add(p),h})},[]);return s.jsx("div",{className:"space-y-2",children:n.map(p=>s.jsx(xA,{group:p,collapsed:r.has(p.id),collapsedProcessIds:i,onToggleClient:()=>d(p.id),onToggleProcess:f,conversationProps:t},p.id))})}function xA({group:e,collapsed:t,collapsedProcessIds:n,onToggleClient:r,onToggleProcess:o,conversationProps:i}){const a=dx(e.logs),l=pA(e.processes),u=e.logs.length,d=lx(e.logs),f=d>0;return s.jsxs("section",{className:L("relative isolate overflow-hidden rounded-[8px] bg-card/65",f&&"bg-card/80"),"data-ide-group":e.id,children:[s.jsxs("button",{type:"button",className:"grid w-full min-w-0 grid-cols-[2.25rem_minmax(0,1fr)_auto] items-center gap-2.5 px-3 py-2.5 text-left transition-colors hover:bg-[var(--inspector-surface-low)] focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring",onClick:r,"aria-expanded":!t,children:[e.client==="unknown"?s.jsx("span",{className:"inline-flex size-9 shrink-0 items-center justify-center rounded-md bg-[var(--inspector-surface-low)] text-muted-foreground",children:s.jsx(Rj,{className:"size-4"})}):s.jsx(Ni,{client:e.client,className:"size-9 rounded-md",decorative:!0}),s.jsxs("span",{className:"min-w-0",children:[s.jsxs("span",{className:"flex min-w-0 items-center gap-2",children:[s.jsx("span",{className:"truncate text-sm font-semibold text-foreground",title:e.userAgent??e.label,children:e.label}),s.jsx("span",{className:"rounded bg-[var(--inspector-surface-medium)] px-1.5 py-0.5 font-mono text-[9px] uppercase text-muted-foreground",children:KC(e.client)}),f&&s.jsx(fx,{count:d})]}),s.jsxs("span",{className:"mt-1 flex flex-wrap items-center gap-x-3 gap-y-1 text-[11px] text-muted-foreground",children:[s.jsxs("span",{children:[e.processes.length," process",e.processes.length!==1?"es":""]}),s.jsxs("span",{children:[l," session",l!==1?"s":""]}),s.jsxs("span",{children:[u," req"]})]})]}),s.jsxs("span",{className:"flex shrink-0 items-center gap-2",children:[t&&s.jsxs("span",{className:"hidden shrink-0 items-center gap-2 md:flex",children:[s.jsx(Zo,{label:"IN",value:Wo(a.inputTokens)}),s.jsx(Zo,{label:"OUT",value:Wo(a.outputTokens)})]}),s.jsx("span",{className:"inline-flex size-8 shrink-0 items-center justify-center rounded-md bg-[var(--inspector-surface-low)] text-muted-foreground transition-colors group-hover:bg-[var(--inspector-surface-medium)]",children:t?s.jsx(bt,{className:"size-4"}):s.jsx(et,{className:"size-4"})})]})]}),!t&&s.jsx("div",{className:"space-y-0.5 px-2 pb-2 pt-0.5",children:e.processes.map(p=>s.jsx(bA,{group:p,collapsed:n.has(p.id),onToggle:()=>o(p.id),conversationProps:i},p.id))})]})}function bA({group:e,collapsed:t,onToggle:n,conversationProps:r}){const o=dx(e.logs),i=hA(e.clientProjectFolder),a=e.sessions.length,l=e.logs.length,u=lx(e.logs),d=u>0,f=e.clientPid!==null&&e.clientPid!==void 0?`PID ${e.clientPid}`:"Process unavailable";return s.jsxs("section",{className:"relative pl-3",children:[s.jsxs("button",{type:"button",className:"grid w-full min-w-0 grid-cols-[2rem_minmax(0,1fr)_auto] items-center gap-2.5 rounded-md bg-[var(--inspector-surface-low)] px-2.5 py-2 text-left transition-colors hover:bg-[var(--inspector-surface-medium)] focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring",onClick:n,"aria-expanded":!t,children:[s.jsx("span",{className:"inline-flex size-8 shrink-0 items-center justify-center text-[var(--inspector-status-watch)]",children:s.jsx(qw,{className:"size-4"})}),s.jsxs("span",{className:"min-w-0",children:[s.jsxs("span",{className:"flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1",children:[s.jsx("span",{className:"font-mono text-xs font-semibold tabular-nums text-foreground",children:f}),d&&s.jsx(fx,{count:u}),i!==null&&s.jsxs("span",{className:"inline-flex min-w-0 items-center gap-1 text-[11px] text-muted-foreground",title:e.clientProjectFolder??i,children:[s.jsx(dj,{className:"size-3 shrink-0"}),s.jsx("span",{className:"truncate font-mono",children:i})]})]}),s.jsxs("span",{className:"mt-1 flex flex-wrap items-center gap-x-3 gap-y-1 text-[11px] text-muted-foreground",children:[s.jsxs("span",{children:[a," session",a!==1?"s":""]}),s.jsxs("span",{children:[l," req"]})]})]}),s.jsxs("span",{className:"flex shrink-0 items-center gap-2",children:[t&&s.jsxs("span",{className:"hidden shrink-0 items-center gap-2 md:flex",children:[s.jsx(Zo,{label:"IN",value:Wo(o.inputTokens)}),s.jsx(Zo,{label:"OUT",value:Wo(o.outputTokens)})]}),s.jsx("span",{className:"inline-flex size-7 shrink-0 items-center justify-center rounded-md bg-[var(--inspector-surface-low)] text-muted-foreground transition-colors hover:bg-[var(--inspector-surface-medium)]",children:t?s.jsx(bt,{className:"size-4"}):s.jsx(et,{className:"size-4"})})]})]}),!t&&s.jsx("div",{className:"space-y-1 pb-1 pl-3 pr-1 pt-1",children:e.sessions.map(p=>s.jsx(xR,{group:p,...r,showClientIdentity:!1,showLogClientMetadata:!1,showProcessMetadata:!1},p.id))})]})}const vA="w-[calc(100%-1rem)] border-warning/30 bg-popover text-popover-foreground sm:max-w-lg",yA=[{label:"Headers",detail:"request and response headers, including authorization or cookie values"},{label:"Prompts",detail:"system instructions, user prompts, model responses, and conversation history"},{label:"Source content",detail:"source code, file contents, tool inputs, and tool output"},{label:"Secrets",detail:"API keys, access tokens, credentials, and other sensitive values"}];function wA({onCancel:e,onExportRedacted:t,onConfirmRaw:n}){return s.jsxs(s.Fragment,{children:[s.jsxs(Xt,{children:[s.jsx(Qt,{children:"Export unredacted logs?"}),s.jsx(Cr,{children:"Raw exports bypass Agent Inspector redaction and may expose sensitive captured data."})]}),s.jsxs("div",{role:"alert",className:"rounded-md border border-warning/35 bg-warning/10 px-3 py-3 text-sm text-foreground",children:[s.jsx("p",{className:"font-medium",children:"The raw archive may include:"}),s.jsx("ul",{className:"mt-2 list-disc space-y-1 pl-5 text-xs leading-relaxed text-muted-foreground",children:yA.map(r=>s.jsxs("li",{children:[s.jsxs("span",{className:"font-semibold text-foreground",children:[r.label,":"]})," ",r.detail]},r.label))}),s.jsx("p",{className:"mt-3 text-xs leading-relaxed text-muted-foreground",children:"Only continue if you trust where this file will be stored and everyone it may be shared with."})]}),s.jsxs("div",{className:"flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",children:[s.jsx(ee,{type:"button",variant:"outline",size:"sm",onClick:e,children:"Cancel"}),s.jsx(ee,{type:"button",variant:"outline",size:"sm",onClick:t,children:"Export redacted instead"}),s.jsx(ee,{type:"button",variant:"destructive",size:"sm",onClick:n,children:"Export raw data"})]})]})}const Ko="data-nav-id",jA="data-nav-action";function Bd(e){return Array.from(e.querySelectorAll(`[${Ko}]`))}function qd(e){return e instanceof HTMLElement}function kA(e,t){let n=e;for(;n!==null&&n!==t;){if(n.hasAttribute(Ko))return n;n=n.parentElement}return e.hasAttribute(Ko)?e:null}function Sa(e){const t=e.getAttribute(jA);return t==="toggle"||t==="expand"||t==="collapse"?t:null}function Gs(e){e.focus({preventScroll:!0}),e.scrollIntoView({block:"nearest",behavior:"smooth"})}function Js(e,t){return e[t]??null}function px(e){const t=e.tagName;return!!(t==="INPUT"||t==="TEXTAREA"||t==="SELECT"||e.isContentEditable)}function Hd(e){const t=e.tagName;return t==="BUTTON"||t==="A"||px(e)?!0:e.closest("[role='button'],[role='menuitem'],[role='option']")!==null}function SA(e){return e.closest("[role='dialog'],[role='menu'],[role='listbox']")!==null?!0:document.querySelector("[role='dialog'],[role='menu'],[role='listbox']")!==null}function _A(){const e=window.getSelection();return e===null?!1:e.type==="Range"&&e.toString().length>0}function to(e,t){return e.key===t&&e.shiftKey}function NA(e,t,n={}){const r=t??e,o=n.pageWide===!0,i=c.useCallback(a=>{const l=e.current,u=r.current;if(!l||!u)return;const d=a.target;if(!qd(d)||d!==u)return;const f=Bd(l),p=Js(f,0);p!==null&&Gs(p)},[e,r]);c.useEffect(()=>{const a=l=>{if(l.altKey||l.ctrlKey||l.metaKey)return;const u=e.current;if(!u)return;const d=l.target;if(!qd(d)||px(d)||_A())return;const f=u.contains(d);if(f&&Hd(d)&&!d.hasAttribute(Ko)||!f&&(!o||Hd(d)||SA(d)))return;const p=Bd(u);if(p.length===0)return;const m=kA(d,u),h=m!==null?p.indexOf(m):-1;let g=!1;switch(l.key){case"ArrowUp":case"W":{if(l.shiftKey&&l.key==="ArrowUp"||l.key==="W"&&!to(l,"W"))break;l.preventDefault();const y=h>0?h-1:h===-1?p.length-1:-1;if(y!==-1){const b=Js(p,y);b!==null&&Gs(b)}g=!0;break}case"ArrowDown":case"S":{if(l.shiftKey&&l.key==="ArrowDown"||l.key==="S"&&!to(l,"S"))break;l.preventDefault();const y=h<p.length-1?h+1:h===-1?0:-1;if(y!==-1){const b=Js(p,y);b!==null&&Gs(b)}g=!0;break}case"ArrowLeft":case"A":{if(l.shiftKey&&l.key==="ArrowLeft"||l.key==="A"&&!to(l,"A")||m===null)break;if(l.preventDefault(),Sa(m)==="collapse")m.click();else if(h>0){const b=Js(p,h-1);b!==null&&Gs(b)}g=!0;break}case"ArrowRight":case"D":{if(l.shiftKey&&l.key==="ArrowRight"||l.key==="D"&&!to(l,"D")||m===null)break;if(l.preventDefault(),Sa(m)==="expand")m.click();else if(h<p.length-1){const b=Js(p,h+1);b!==null&&Gs(b)}g=!0;break}case" ":{if(m===null)break;l.preventDefault(),Sa(m)!==null&&m.click(),g=!0;break}}g&&l.stopPropagation()};return document.addEventListener("keydown",a,{capture:!0}),()=>document.removeEventListener("keydown",a,{capture:!0})},[e,o,r]),c.useEffect(()=>(document.addEventListener("focusin",i),()=>document.removeEventListener("focusin",i)),[i])}const CA={system:"System",user:"User",assistant:"Assistant",tool:"Tool Results",tools:"Tool Definitions"},TA={system:"bg-sky-500/70",user:"bg-emerald-500/70",assistant:"bg-violet-500/70",tool:"bg-sky-400/55",tools:"bg-slate-500/70"},EA={system:"focus-visible:ring-sky-300",user:"focus-visible:ring-emerald-300",assistant:"focus-visible:ring-violet-300",tool:"focus-visible:ring-sky-300",tools:"focus-visible:ring-slate-300"},_a=12,no=1,Vd=80,Wd=24;function RA(e){return e.length<=Wd?e:`${e.slice(0,Wd-3)}...`}function IA(e){const t=e.replace(/\s+/g," ").trim();return t.length<=Vd?t:`${t.slice(0,Vd)}...`}function so(e){return e>=10?`${e.toFixed(0)}%`:e>=1?`${e.toFixed(1)}%`:e>0?"<1%":"0%"}const PA=c.memo(function({segments:t,totalTokens:n,showLabels:r=!0,onActivate:o}){const i=c.useMemo(()=>n>0?n:t.reduce((b,w)=>b+w.size,0),[t,n]),a=t.slice(0,_a),l=t.slice(_a),u=l.reduce((b,w)=>b+w.size,0),d=l.length,f=_a,p=f+d-1,m=d>0,h=o!==void 0,g=c.useMemo(()=>a.reduce((b,w)=>b+w.size,0),[a]),y=c.useMemo(()=>`Request context: ~${Pe(i)} tokens across ${t.length} segment${t.length===1?"":"s"}`,[t.length,i]);return t.length===0||i<=0?s.jsx("div",{role:"img","aria-label":y,className:"h-6"}):s.jsx(Fs,{delayDuration:150,children:s.jsxs("div",{role:"img","aria-label":y,className:"flex flex-col gap-1.5",children:[s.jsxs("div",{className:"relative flex h-6 w-full overflow-hidden rounded border border-border/40 bg-muted/30","data-testid":"anatomy-segment-bar",children:[a.map((b,w)=>{const v=i>0?b.size/i*100:0,j=Math.max(no,v),k=L("h-full border-r border-background/80 last:border-r-0",h?"opacity-90 hover:opacity-100 focus:opacity-100 focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-1 focus-visible:ring-offset-background":"opacity-90",TA[b.role],h?EA[b.role]:""),S={width:`${j}%`},_=`${b.label}, ${so(v)}, ~${Pe(b.size)} tokens`;return s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:h?s.jsx("button",{type:"button",role:"button",tabIndex:0,onClick:()=>o(b),onKeyDown:C=>{(C.key==="Enter"||C.key===" ")&&(C.preventDefault(),o(b))},"data-anatomy-path":b.path,"aria-label":_,className:k,style:S}):s.jsx("span",{"aria-label":_,className:k,style:S})}),s.jsxs(pt,{side:"bottom",className:"max-w-sm text-xs p-2 space-y-0.5",children:[s.jsxs("div",{className:"font-semibold",children:[b.label," - ",so(v)," - ~",Pe(b.size)," ","tokens"]}),s.jsx("div",{className:"text-muted-foreground",children:CA[b.role]}),s.jsxs("div",{className:"text-muted-foreground",children:[b.characters.toLocaleString()," chars"]}),b.text.length>0&&s.jsx("div",{className:"text-muted-foreground/90 break-words whitespace-pre-wrap",children:IA(b.text)})]})]},`${b.path}-${w}`)}),m&&s.jsxs(dt,{children:[s.jsx(ft,{asChild:!0,children:s.jsxs("div",{role:"img","aria-label":`${d} additional segments`,className:"flex h-full items-center justify-center bg-muted-foreground/30 px-1.5 text-[10px] font-mono text-background",style:{width:`${Math.max(no,u/i*100)}%`},children:["... +",d]})}),s.jsxs(pt,{side:"bottom",className:"text-xs",children:[d," more segment",d===1?"":"s"," (indices"," ",f,"-",p,")"]})]})]}),r&&s.jsxs("div",{className:"flex w-full gap-1 text-[10px] text-muted-foreground",children:[a.map((b,w)=>{const v=i>0?b.size/i*100:0,j=Math.max(no,v);return s.jsxs("div",{className:"flex flex-col gap-0.5 truncate",style:{width:`${j}%`},title:`${b.label} - ${so(v)} - ~${Pe(b.size)} tokens`,children:[s.jsx("span",{className:"truncate font-mono text-foreground/80",children:RA(b.label)}),s.jsxs("span",{className:"truncate font-mono text-muted-foreground/70",children:[so(v)," - ~",Pe(b.size)]})]},`label-${b.path}-${w}`)}),m&&s.jsxs("div",{className:"flex flex-col gap-0.5 truncate text-muted-foreground",style:{width:`${Math.max(no,u/i*100)}%`},children:[s.jsxs("span",{className:"truncate font-mono text-foreground/60",children:["... +",d]}),s.jsxs("span",{className:"truncate font-mono text-muted-foreground/60",children:["~",Pe(u)]})]})]}),g<i*.1&&s.jsx("div",{className:"h-0"})]})})}),mx=.75,hx=.9,pl=8e3,MA=.35,gx=40,xx=160,AA=5,OA=8,zA=18,LA=6e4,$A=.7,Zd=3e3,DA=.3,Kd=160,FA=new Set(["answer","body","content","data","error","message","markdown","output","response","result","stderr","stdout","text","transcript"]),UA=["context_window","contextWindow","context_length","contextLength","max_context_length","maxContextLength","max_input_tokens","maxInputTokens"],BA=["max_tokens","maxTokens","max_completion_tokens","maxCompletionTokens","max_output_tokens","maxOutputTokens"],qA=[{family:"OpenAI GPT-4.1",tokens:1047576,mode:"prefix",patterns:["gpt-4.1"]},{family:"OpenAI GPT-4o",tokens:128e3,mode:"prefix",patterns:["gpt-4o"]},{family:"OpenAI o-series",tokens:128e3,mode:"prefix",patterns:["o1","o3","o4"]},{family:"Anthropic Claude",tokens:2e5,mode:"prefix",patterns:["claude-"]},{family:"DeepSeek V4",tokens:1048576,mode:"prefix",patterns:["deepseek-v4-pro","deepseek-v4-flash"]},{family:"DeepSeek",tokens:64e3,mode:"prefix",patterns:["deepseek-"]},{family:"MiniMax M3",tokens:1048576,mode:"includes",patterns:["minimax-m3"]},{family:"MiniMax M2.7",tokens:204800,mode:"includes",patterns:["minimax-m2.7"]},{family:"MiniMax M2.5/M2.1",tokens:196608,mode:"includes",patterns:["minimax-m2.5","minimax-m2.1"]},{family:"GLM-5.2",tokens:1048576,mode:"prefix",patterns:["glm-5.2"]},{family:"GLM-5",tokens:202752,mode:"prefix",patterns:["glm-5","glm-5.1"]}],HA={system:"System",user:"User messages",assistant:"Assistant messages",tool:"Tool results",tools:"Tool definitions"};function VA(e){if(typeof e=="number")return Number.isFinite(e)&&e>0?Math.floor(e):null;if(typeof e=="string"){const t=Number(e);if(Number.isFinite(t)&&t>0)return Math.floor(t)}return null}function bx(e,t){for(const n of t){const r=VA(Q(e,n));if(r!==null)return r}return null}function WA(e){const t=Q(e,"model");if(typeof t!="string")return null;const n=t.trim();return n===""?null:n}function ZA(e,t){switch(t.mode){case"prefix":return t.patterns.some(n=>e.startsWith(n));case"includes":return t.patterns.some(n=>e.includes(n))}}function KA(e,t,n=[]){const r=bx(t,UA);if(r!==null)return{tokens:r,label:"Request metadata",source:"request"};const o=GI(e,n);if(o!==null)return{tokens:o.tokens,label:`${o.providerName} config`,source:"provider"};if(e===null)return{tokens:null,label:"Unknown model",source:"unknown"};const i=e.trim().toLowerCase().replace(/\s+/g,"-");for(const a of qA)if(ZA(i,a))return{tokens:a.tokens,label:`${a.family} local rule`,source:"model-rule"};return{tokens:null,label:"No local rule",source:"unknown"}}function GA(e){return e<0?0:e>1?1:e}function JA(e){return e===null?"unknown":e>=hx?"danger":e>=mx?"watch":"ok"}function YA(e,t){return e.filter(n=>n.role===t).reduce((n,r)=>n+r.size,0)}function XA(e,t){return["system","user","assistant","tool","tools"].map(r=>{const o=YA(e,r);return{role:r,label:HA[r],tokens:o,percent:t>0?o/t:0}}).filter(r=>r.tokens>0).sort((r,o)=>o.tokens-r.tokens)}function ml(e){return e.replace(/\s+/g," ").trim().toLowerCase()}function QA(e){const t=e.replace(/\s+/g," ").trim();return t.length<=Kd?t:`${t.slice(0,Kd-3)}...`}function eO(e){return{role:e.role,label:e.label,path:e.path,tokens:e.tokens,characters:e.characters}}function tO(e){return{role:e.role,label:e.label,path:e.path,tokens:e.size,characters:e.characters,text:e.text}}function nO(e){const t=e.trim();return t.startsWith("{")||t.startsWith("[")}function sO(e){if(!nO(e))return null;try{return JSON.parse(e)}catch{return null}}function rO(e){return e.toLowerCase().replace(/[^a-z0-9]/g,"")}function oO(e){for(let t=e.length-1;t>=0;t-=1){const n=e[t]??"";if(!(n.startsWith("[")&&n.endsWith("]")))return n}return null}function iO(e){const t=oO(e);return t===null?!1:FA.has(rO(t))}function aO(e){return e.map(t=>t.startsWith("[")?t:`.${t}`).join("").replace(/^\./,"")}function lO(e,t,n){const r=vc(t);if(r<xx)return null;const o=bc(t);return o<gx?null:{role:e.role,label:`${e.label} ${aO(n)}`,path:e.path,tokens:o,characters:r,text:t}}function hl({value:e,segment:t,path:n,depth:r,candidates:o}){if(!(o.length>=OA)&&!(r>AA)){if(typeof e=="string"){if(!iO(n))return;const i=lO(t,e,n);i!==null&&o.push(i);return}if(Array.isArray(e)){e.forEach((i,a)=>hl({value:i,segment:t,path:[...n,`[${String(a)}]`],depth:r+1,candidates:o}));return}yc(e)&&Object.entries(e).forEach(([i,a])=>hl({value:a,segment:t,path:[...n,i],depth:r+1,candidates:o}))}}function cO(e){const t=tO(e),n=sO(e.text);if(n===null)return[t];const r=[];hl({value:n,segment:e,path:[],depth:0,candidates:r});const o=ml(e.text),i=new Set([o]),a=r.filter(l=>{const u=ml(l.text);return u===""||i.has(u)?!1:(i.add(u),!0)});return[t,...a]}function uO(e){const t=new Map;for(const r of e){const o=cO(r);for(const i of o){if(i.tokens<gx||i.characters<xx)continue;const a=ml(i.text);if(a==="")continue;const l=t.get(a);if(l===void 0){t.set(a,{tokens:i.tokens,candidates:[i]});continue}t.set(a,{tokens:l.tokens+i.tokens,candidates:[...l.candidates,i]})}}const n=[];for(const r of t.values()){if(r.candidates.length<2)continue;const o=r.candidates[0]??null;if(o===null)continue;const i=r.tokens-o.tokens;n.push({key:`${o.path}:${o.label}:${String(r.candidates.length)}:${String(r.tokens)}`,count:r.candidates.length,totalTokens:r.tokens,repeatedTokens:i,preview:QA(o.text),firstLabel:o.label,segments:r.candidates.map(eO)})}return n.sort((r,o)=>o.repeatedTokens-r.repeatedTokens||o.totalTokens-r.totalTokens)}function dO(e){if(e.length===0)return null;const t=e.length,n=e.reduce((o,i)=>o+i.count,0),r=e.reduce((o,i)=>o+i.repeatedTokens,0);return{kind:"duplicate",severity:r>=pl?"danger":"watch",title:"Duplicate context",detail:`${String(n)} repeated blocks across ${String(t)} group${t===1?"":"s"}, ~${String(r)} repeated tokens.`}}function fO(e){return e.reduce((t,n)=>t+n.repeatedTokens,0)}function pO(e,t,n){const r=[],o=e.find(u=>u.role==="tools")??null;o!==null&&(o.tokens>=pl||o.percent>=MA&&o.tokens>=Zd)&&r.push({kind:"tool-schema",severity:o.tokens>=pl?"danger":"watch",title:"Large tool schema",detail:`Tool definitions take ${Math.round(o.percent*100)}% of request context.`});const i=e.find(u=>u.role==="system")??null;i!==null&&i.tokens>=Zd&&i.percent>=DA&&r.push({kind:"system-heavy",severity:"watch",title:"Large system prompt",detail:`System instructions take ${Math.round(i.percent*100)}% of request context.`});const a=e.filter(u=>u.role==="user"||u.role==="assistant"||u.role==="tool").reduce((u,d)=>u+d.tokens,0),l=t>0?a/t:0;return n>=zA&&(a>=LA||l>=$A)&&r.push({kind:"history-bloat",severity:l>=.85?"danger":"watch",title:"Conversation history growth",detail:`${String(n)} message blocks take ${Math.round(l*100)}% of request context.`}),r}function mO({risk:e,contextWindow:t,diagnostics:n,duplicateGroups:r}){let i=new Set(n.map(u=>u.kind)).size;(e==="watch"||e==="danger")&&(i+=1),t.source==="unknown"&&(i+=1);const a=n.some(u=>u.severity==="danger");return{level:e==="danger"||a?"risk":i>0?"optimizable":"ok",opportunityCount:i,reclaimableTokens:fO(r)}}function hO({segments:e,inputTokens:t,parsed:n,model:r,providers:o=[]}){const i=e.reduce((_,C)=>_+C.size,0),a=r??WA(n),l=t??i,u=bx(n,BA),d=KA(a,n,o),f=u??0,p=d.tokens===null?null:l+f,m=d.tokens===null?null:d.tokens-l,h=d.tokens===null?null:d.tokens-l-f,g=d.tokens===null||p===null?null:GA(p/d.tokens),y=XA(e,i),b=y[0]??null,w=e.filter(_=>_.role!=="tools").length,v=uO(e),j=dO(v),k=pO(y,i,w);j!==null&&k.unshift(j);const S=JA(g);return{model:a,contextWindow:d,estimatedInputTokens:l,outputReserveTokens:u,windowUsedTokens:p,remainingInputTokens:m,remainingAfterReserveTokens:h,usagePercent:g,riskLevel:S,roleUsages:y,largestRole:b,diagnostics:k,duplicateGroups:v,health:mO({risk:S,contextWindow:d,diagnostics:k,duplicateGroups:v})}}const N6={watch:mx,danger:hx},Gd=new WeakMap;function gO(e){return e.map(t=>{const n=t.modelMetadata?.map(r=>`${r.model}:${String(r.contextWindow??"")}`).join(",")??"";return`${t.id}:${t.updatedAt}:${t.models.join(",")}:${n}`}).join("|")}function xO(e){if(e===null)return null;try{return JSON.parse(e)}catch{return null}}function bO(e){return{role:e.role,label:e.label,size:e.tokens,characters:e.tokens*4,text:"",path:`role:${e.role}`}}function vO(e,t){const n=xO(e.rawRequestBody);if(n===null)return null;const o=dg(ur(e)).anatomySegments(n);if(o===null)return null;const i=hO({segments:o,inputTokens:e.inputTokens??null,parsed:n,model:e.model,providers:t}),a=i.model??e.model??"Unknown model",l=i.roleUsages.map(bO);return{logId:e.id,model:a,timestamp:e.timestamp,contextWindow:i.contextWindow,estimatedInputTokens:i.estimatedInputTokens,windowUsedTokens:i.windowUsedTokens,usagePercent:i.usagePercent,riskLevel:i.riskLevel,health:i.health,diagnostics:i.diagnostics.map(u=>u.title),roleSegments:l,roleTotalTokens:l.reduce((u,d)=>u+d.size,0)}}function yO(e,t,n){const r=Gd.get(e);if(r!==void 0&&r.id===e.id&&r.rawRequestBody===e.rawRequestBody&&r.inputTokens===e.inputTokens&&r.model===e.model&&r.path===e.path&&r.apiFormat===e.apiFormat&&r.timestamp===e.timestamp&&r.providersSignature===n)return r.snapshot;const o=vO(e,t);return Gd.set(e,{id:e.id,rawRequestBody:e.rawRequestBody,inputTokens:e.inputTokens,model:e.model,path:e.path,apiFormat:e.apiFormat,timestamp:e.timestamp,providersSignature:n,snapshot:o}),o}function wO(e,t){return e.usagePercent!==null&&t.usagePercent!==null?e.usagePercent>t.usagePercent:e.usagePercent!==null&&t.usagePercent===null?!0:e.usagePercent===null&&t.usagePercent!==null?!1:e.estimatedInputTokens>t.estimatedInputTokens}function Jd(e){switch(e){case"danger":return 4;case"watch":return 3;case"unknown":return 2;case"ok":return 1}}function jO(e,t){const n=Jd(t.latest.riskLevel)-Jd(e.latest.riskLevel);if(n!==0)return n;const r=e.peak.usagePercent??-1,i=(t.peak.usagePercent??-1)-r;return i!==0?i:t.latest.logId-e.latest.logId}function kO(e,t){return e.usagePercent===null||t.usagePercent===null?null:(t.usagePercent-e.usagePercent)*100}function SO(e){for(let t=1;t<e.length;t++){const n=e[t-1],r=e[t];if(!(n===void 0||r===void 0)&&n.id>r.id)return[...e].sort((o,i)=>o.id-i.id)}return e}function _O(e,t=[]){const n=SO(e),r=gO(t),o=new Map;for(const a of n){const l=yO(a,t,r);if(l===null)continue;const u=o.get(l.model);if(u===void 0){o.set(l.model,{model:l.model,requestCount:1,first:l,latest:l,peak:l});continue}o.set(l.model,{model:u.model,requestCount:u.requestCount+1,first:u.first,latest:l,peak:wO(l,u.peak)?l:u.peak})}return{models:[...o.values()].map(a=>({model:a.model,requestCount:a.requestCount,first:a.first,latest:a.latest,peak:a.peak,trendPercent:kO(a.first,a.latest)})).sort(jO)}}function qn(e){return e.length<=30?e:`${e.slice(0,12)}...${e.slice(-12)}`}function NO(e){const t=new Map;for(const n of e)for(let r=0;r<n.logs.length;r+=1){const o=n.logs[r];o!==void 0&&t.set(o.id,r+1)}return t}function Yd(e,t){return t.get(e.id)??e.id}function Xd(e){let t=0,n=0;for(const r of e)r.inputTokens!==null&&(t+=r.inputTokens),r.outputTokens!==null&&(n+=r.outputTokens);return{totalIn:t,totalOut:n}}function CO(e){for(const t of e)if(t.userAgent!==null&&t.userAgent!==void 0&&t.userAgent!=="")return t.userAgent;return null}function TO(e,t){const n=e[0],r=e[e.length-1];return n===void 0||r===void 0?null:ri(n.timestamp,r.timestamp,t)}function EO(e){switch(e){case"cool":return"text-status-cool";case"danger":return"text-status-danger";case"watch":return"text-status-watch";case"neutral":return"text-foreground"}}function RO(e){switch(e){case"rolling":return s.jsx(Mt,{className:"size-3 text-status-cool"});case"failed":return s.jsx(Co,{className:"size-3 text-status-danger"});case"watch":return s.jsx(Ep,{className:"size-3 text-status-watch"});case"clear":return s.jsx(qe,{className:"size-3 text-status-success"})}}function IO(e){switch(e){case"rolling":return"cool";case"failed":return"danger";case"watch":return"watch";case"clear":return"neutral"}}function PO(e){return e.pending>0?`${e.pending} pending / ${e.failures} failed`:e.lengthStops>0?`${e.lengthStops} output limit / ${e.failures} failed`:`${e.failures} failed / ${e.slow} slow`}function ps({label:e,value:t,detail:n,icon:r,tone:o="neutral"}){return s.jsxs("div",{className:"min-w-0 border-t border-border/60 px-4 py-3",children:[s.jsxs("div",{className:"flex items-center gap-1 text-[10px] uppercase text-muted-foreground",children:[r,e]}),s.jsx("div",{className:L("mt-2 font-mono text-sm font-semibold",EO(o)),children:t}),s.jsx("div",{className:"mt-1 font-mono text-[11px] leading-snug text-muted-foreground",children:n})]})}function MO({stats:e}){return e.requests===0?null:s.jsxs("div",{className:"mb-4 overflow-hidden rounded-[8px] border border-border bg-card",children:[s.jsx("div",{className:"px-4 py-3",children:s.jsxs("div",{className:"flex flex-wrap items-end justify-between gap-3",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 text-[10px] font-semibold uppercase text-muted-foreground",children:[s.jsx(Pw,{className:"size-3.5 text-slate-300"}),"Flight Recorder"]}),s.jsx("div",{className:"mt-2 min-w-0 font-mono text-sm font-semibold text-foreground",children:e.modelLabel})]}),s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-x-4 gap-y-1 text-[11px] text-muted-foreground",children:[s.jsx("span",{className:"min-w-0 font-mono",children:e.providerLabel}),s.jsx("span",{className:"min-w-0 font-mono",children:e.timeRange??"Timeline pending"})]})]})}),s.jsxs("div",{className:"grid grid-cols-2 border-t border-border/60 md:grid-cols-3 2xl:grid-cols-6",children:[s.jsx(ps,{label:"Status",value:e.statusLabel,detail:PO(e),icon:RO(e.status),tone:IO(e.status)}),s.jsx(ps,{label:"Turns",value:String(e.turns),detail:e.finishLabel,icon:s.jsx(lj,{className:"size-3 text-muted-foreground"}),tone:e.finishTone}),s.jsx(ps,{label:"Requests",value:String(e.requests),detail:`${e.failures} failed / ${e.slow} slow`,icon:s.jsx(Co,{className:"size-3 text-muted-foreground"}),tone:e.failures>0?"danger":"neutral"}),s.jsx(ps,{label:"Peak",value:e.slowestLabel,detail:e.slowestDetail,icon:s.jsx(Ep,{className:"size-3 text-muted-foreground"}),tone:e.slow>0?"watch":"neutral"}),s.jsx(ps,{label:"Tokens",value:e.tokenLabel,detail:e.heaviestDetail,icon:s.jsx(Bl,{className:"size-3 text-muted-foreground"})}),s.jsx(ps,{label:"Outcome",value:e.outcomeLabel,detail:e.outcomeDetail,tone:e.outcomeTone})]})]})}function nr(e){if(e===null)return"Unknown";const t=e*100;return t>=10?`${t.toFixed(0)}%`:t>=1?`${t.toFixed(1)}%`:t>0?"<1%":"0%"}function AO(e){return e===null?"n/a":Math.abs(e)<.1?"0%":`${e>0?"+":""}${e.toFixed(1)}%`}function gl(e){return e===null||!Number.isFinite(e)?0:Math.min(Math.max(e*100,0),100)}function OO(e,t){if(t===null)return null;const n=gl(e),r=gl(t);return r<=0||Math.abs(r-n)<.5?null:r}function zO(e){switch(e){case"danger":return"bg-red-400";case"watch":return"bg-amber-300";case"unknown":return"bg-muted-foreground/50";case"ok":return"bg-cyan-300"}}function LO(e){const t=e.latest.contextWindow.tokens;return t===null?"Context window unknown":`Context window ${df(t)}`}const $O=["score","decision","final_status","validation_pass_ratio","semantic_memory_score","opencode_exit","actual_model","run_dir","workspace","project_dir","work_dir"];function vx(e){return typeof e=="string"?e.length>0?e:null:typeof e=="number"||typeof e=="boolean"?String(e):e===null?null:JSON.stringify(e)}function Na(e,t){if(e===null)return null;const n=e.metadata[t];return n===void 0?null:vx(n)}function DO(e){const t=e.toLowerCase();return t.includes("reject")||t.includes("fail")||t.includes("error")?"border-red-400/35 bg-red-500/10 text-red-100":t.includes("partial")||t.includes("pending")||t.includes("slow")?"border-amber-300/35 bg-amber-400/10 text-amber-100":t.includes("pass")||t.includes("complete")||t.includes("accept")?"border-cyan-300/25 bg-cyan-400/10 text-cyan-100":"border-border/70 bg-background/70 text-muted-foreground"}function FO(e){const t=[];for(const n of $O){const r=e.metadata[n];if(r===void 0)continue;const o=vx(r);o!==null&&t.push({key:n,value:o})}return t}function Qd({memberships:e,defaultOpen:t=!1}){const[n,r]=c.useState(t);if(e.length===0)return null;const o=e[0],i=o?.member??null,a=Na(i,"score"),l=Na(i,"decision"),u=Na(i,"final_status"),d=[a===null?null:{label:`score ${a}`,value:a},l===null?null:{label:l,value:l},u===null?null:{label:u,value:u},i?.model===null||i?.model===void 0?null:{label:i.model,value:i.model}].filter(f=>f!==null&&f.label.length>0&&f.value.length>0);return s.jsxs("div",{className:"border border-border bg-card shadow-sm mb-3 rounded-[8px] text-xs",children:[s.jsxs("button",{type:"button",onClick:()=>r(f=>!f),className:"flex w-full items-center gap-3 px-3 py-2 text-left transition-colors hover:bg-white/[0.04]","aria-expanded":n,children:[s.jsxs("div",{className:"min-w-0 flex-1",children:[s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1",children:[s.jsx("span",{className:"font-semibold text-foreground",children:"Case File"}),o!==void 0&&s.jsx("span",{className:"truncate text-muted-foreground",title:o.groupTitle,children:o.groupTitle}),s.jsxs("span",{className:"font-mono text-[10px] uppercase text-muted-foreground",children:[e.length," group",e.length===1?"":"s"]})]}),d.length>0&&s.jsx("div",{className:"mt-1 flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1",children:d.slice(0,4).map(f=>s.jsx("span",{className:L("rounded border px-1.5 py-0.5 font-mono text-[10px]",DO(f.value)),children:f.label},f.label))})]}),n?s.jsx(Fl,{className:"size-4 shrink-0 text-muted-foreground"}):s.jsx(et,{className:"size-4 shrink-0 text-muted-foreground"})]}),n&&s.jsx("div",{className:"space-y-2 border-t border-white/10 px-3 py-2",children:e.map(f=>{const p=f.member,m=FO(p);return s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1",children:[s.jsx("span",{className:"truncate font-medium text-foreground",title:f.groupTitle,children:f.groupTitle}),s.jsx("span",{className:"font-mono text-[10px] uppercase text-muted-foreground",children:f.groupStatus}),p.status!==null&&s.jsxs("span",{className:"font-mono text-[10px] text-muted-foreground",children:["member ",p.status]})]}),s.jsxs("div",{className:"mt-1 flex min-w-0 flex-wrap items-center gap-x-3 gap-y-1 text-muted-foreground",children:[s.jsx("span",{className:"font-mono",title:p.sessionId,children:qn(p.sessionId)}),p.label!==null&&s.jsx("span",{children:p.label}),p.provider!==null&&s.jsx("span",{children:p.provider}),p.model!==null&&s.jsx("span",{className:"font-mono",children:p.model}),p.runId!==null&&s.jsxs("span",{className:"font-mono",title:p.runId,children:["run ",qn(p.runId)]})]}),m.length>0&&s.jsx("div",{className:"mt-2 grid gap-1 sm:grid-cols-2 xl:grid-cols-3",children:m.map(h=>s.jsxs("div",{className:"border border-border bg-muted/40 min-w-0 rounded-md px-2 py-1",children:[s.jsx("div",{className:"font-mono text-[10px] text-muted-foreground",children:h.key}),s.jsx("div",{className:"truncate font-mono text-[11px] text-foreground",title:h.value,children:h.value})]},h.key))})]},`${f.groupId}:${p.id}`)})})]})}function ro({label:e,title:t,icon:n,disabled:r,onClick:o}){return s.jsxs("button",{type:"button",onClick:o,disabled:r,className:"border border-input bg-background hover:bg-accent hover:text-accent-foreground inline-flex h-8 items-center gap-1.5 rounded-md px-2.5 text-xs text-muted-foreground transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-45",title:t,children:[n,s.jsx("span",{children:e})]})}function ef({logs:e,pagination:t,embedded:n=!1}){if(t===void 0)return null;const r=t.isLoading;return s.jsxs("nav",{"aria-label":"Session log pagination",className:L("flex min-h-9 flex-col gap-2 px-1 py-1 sm:flex-row sm:items-center",n?"border-t border-white/10 pt-2":"border border-border bg-card shadow-sm mb-3 rounded-[8px] px-2"),children:[s.jsxs("div",{className:"w-full min-w-0 px-1 font-mono text-[11px] text-muted-foreground sm:flex-1",children:[s.jsxs("div",{role:"status","aria-live":"polite","aria-atomic":"true",children:[OR({logs:e,pagination:t}),t.isLoading&&e.length>0&&s.jsx("span",{className:"ml-2",children:"Loading..."})]}),t.loadProgress!==void 0&&s.jsx(ho,{progress:t.loadProgress})]}),s.jsxs("div",{className:"flex w-full items-center gap-1 overflow-x-auto sm:w-auto",children:[s.jsx(ro,{label:"Oldest",title:"Load the oldest logs in this session",icon:s.jsx(bw,{className:"size-3.5"}),disabled:r||!t.hasOlder,onClick:t.onOldest}),s.jsx(ro,{label:"Older",title:"Load older logs",icon:s.jsx(fw,{className:"size-3.5"}),disabled:r||!t.hasOlder,onClick:t.onOlder}),s.jsx(ro,{label:"Newer",title:"Load newer logs",icon:s.jsx(bt,{className:"size-3.5"}),disabled:r||!t.hasNewer,onClick:t.onNewer}),s.jsx(ro,{label:"Newest",title:"Load the newest logs in this session",icon:s.jsx(yw,{className:"size-3.5"}),disabled:r||!t.hasNewer,onClick:t.onNewest})]})]})}function UO(e){return`${e} ${e===1?"request":"requests"}`}function tf(e){return`#${String(e)}`}function nf(e){switch(e){case"danger":return"text-red-300";case"watch":return"text-amber-200";case"unknown":return"text-muted-foreground";case"ok":return"text-cyan-200"}}function BO(e){switch(e){case"risk":return"border-red-400/30 bg-red-500/10 text-red-100";case"optimizable":return"border-amber-400/25 bg-amber-400/8 text-amber-100";case"ok":return"border-cyan-300/25 bg-cyan-400/8 text-cyan-100"}}function qO(e){switch(e){case"risk":return"Risk";case"optimizable":return"Optimizable";case"ok":return"OK"}}const HO=10,VO=80;function WO(e){e.setAttribute("data-deep-link-highlight","true"),window.setTimeout(()=>{e.removeAttribute("data-deep-link-highlight")},1800)}function ZO(e){const t=document.getElementById(`log-${String(e)}`);return t instanceof HTMLElement?(t.scrollIntoView({block:"center",behavior:ix(ax())}),t.focus({preventScroll:!0}),WO(t),!0):!1}function yx(e){As({logId:e,tab:"anatomy"});let t=0;const n=()=>{As({logId:e,tab:"anatomy"}),!ZO(e)&&(t+=1,t<HO&&window.setTimeout(n,VO))};window.setTimeout(n,0)}function sf({command:e}){const[t,n]=c.useState(!1),r=c.useCallback(()=>{Pt(e).then(o=>{o&&(n(!0),setTimeout(()=>n(!1),2e3))})},[e]);return s.jsxs("div",{"data-command-example":"true",className:bR,children:[s.jsx("pre",{className:vR,children:e}),s.jsx("button",{type:"button",onClick:r,className:"shrink-0 cursor-pointer rounded-sm text-muted-foreground transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none","aria-label":"Copy command",children:t?s.jsx(qe,{className:"size-4"}):s.jsx(Lt,{className:"size-4"})})]})}function Ca({label:e,children:t,className:n}){return s.jsxs("section",{className:L("rounded-[8px] border border-border/60 bg-card/55",n),children:[s.jsx("div",{className:"px-3 pt-3",children:s.jsx("div",{className:"font-mono text-[10px] font-semibold uppercase tracking-[0.14em] text-text-subtle",children:e})}),s.jsx("div",{className:"p-3 pt-2",children:t})]})}function oo({label:e,value:t}){return s.jsxs("div",{className:"min-w-0 rounded-md border border-border/50 bg-muted/30 px-2 py-2",children:[s.jsx("div",{className:"truncate font-mono text-lg font-semibold leading-6 text-text-strong",children:t}),s.jsx("div",{className:"mt-0.5 truncate font-mono text-[10px] uppercase tracking-[0.12em] text-text-subtle",children:e})]})}function KO(){const{themeMode:e,setThemeMode:t}=Gk();return s.jsxs("div",{className:"inline-flex h-9 items-center rounded-md border border-border/70 bg-muted/70 p-0.5","aria-label":"Theme mode",role:"group",children:[s.jsx("button",{type:"button",onClick:()=>t("light"),className:L("inline-flex size-8 items-center justify-center rounded-[6px] text-muted-foreground transition-colors hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none max-lg:size-11",e==="light"&&"bg-background text-foreground shadow-sm"),"aria-label":"Use light mode","aria-pressed":e==="light",title:"Light mode",children:s.jsx(bk,{className:"size-3.5"})}),s.jsx("button",{type:"button",onClick:()=>t("eye-care"),className:L("inline-flex size-8 items-center justify-center rounded-[6px] text-muted-foreground transition-colors hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none max-lg:size-11",e==="eye-care"&&"bg-background text-foreground shadow-sm"),"aria-label":"Use eye care mode","aria-pressed":e==="eye-care",title:"Eye care mode",children:s.jsx(wp,{className:"size-3.5"})}),s.jsx("button",{type:"button",onClick:()=>t("dark"),className:L("inline-flex size-8 items-center justify-center rounded-[6px] text-muted-foreground transition-colors hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none max-lg:size-11",e==="dark"&&"bg-background text-foreground shadow-sm"),"aria-label":"Use dark mode","aria-pressed":e==="dark",title:"Dark mode",children:s.jsx(Pj,{className:"size-3.5"})})]})}function GO({visible:e,onToggle:t}){const n=e?"Hide Inspector pet":"Summon Inspector pet";return s.jsx("button",{type:"button",onClick:t,className:L("border-border/70 bg-muted/70 inline-flex size-8 shrink-0 items-center justify-center rounded-md border text-muted-foreground shadow-sm transition-colors hover:bg-muted hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none",e&&"bg-background text-amber-500 shadow-sm"),"aria-label":n,"aria-pressed":e,title:n,children:s.jsx(ff,{className:L("size-4 transition-opacity",!e&&"opacity-45")})})}function JO({preference:e,resolvedScale:t,onChange:n}){const r=Gx(t),o=e==="auto"?`Auto (${r})`:`${e}%`;return s.jsxs(pr,{value:e,onValueChange:i=>n(lf(i)),children:[s.jsxs(mr,{size:"sm",className:"h-9 min-w-[4.5rem] justify-center gap-1 border-border/70 bg-muted/70 px-2 py-0 text-muted-foreground hover:bg-muted max-lg:h-11 [&>svg:last-child]:hidden","aria-label":`Interface size: ${o}`,children:[s.jsx(By,{className:"size-3.5"}),s.jsx("span",{className:"font-mono text-[10px] font-semibold tabular-nums",children:r})]}),s.jsxs(hr,{align:"end",children:[s.jsx(lt,{value:"auto",children:"Auto"}),s.jsx(lt,{value:"100",children:"100%"}),s.jsx(lt,{value:"125",children:"125%"}),s.jsx(lt,{value:"150",children:"150%"})]})]})}const wx="agent-inspector.detailsPanelCollapsed",jx="agent-inspector.detailsPanelWidth",kx="agent-inspector.pet.visible",bs=360,YO=288,XO=520;function Sx(e){return Math.min(Math.max(e,YO),XO)}function QO(){if(typeof window>"u")return!0;try{const e=window.localStorage.getItem(wx);return e===null||e==="1"}catch{return!0}}function e6(){if(typeof window>"u")return bs;try{const e=window.localStorage.getItem(jx);if(e===null)return bs;const t=Number.parseInt(e,10);return Number.isFinite(t)?Sx(t):bs}catch{return bs}}function t6(){if(typeof window>"u")return!0;try{return window.localStorage.getItem(kx)!=="0"}catch{return!0}}function rf({label:e,logId:t}){return s.jsxs("button",{type:"button",onClick:()=>yx(t),className:"inline-flex h-5 items-center rounded px-1 font-mono text-[10px] text-muted-foreground transition-colors hover:bg-white/[0.06] hover:text-foreground",title:`Open Context for ${tf(t)}`,children:[e," ",tf(t)]})}function n6({latestPercent:e,peakPercent:t,risk:n,onOpenContext:r}){const o=gl(e),i=OO(e,t),a=t===null?`Latest context window usage ${nr(e)}`:`Latest context window usage ${nr(e)}, peak ${nr(t)}`;return s.jsx("button",{type:"button",onClick:r,className:"group block w-full rounded-full focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1","aria-label":`${a}. Open latest Context details`,title:"Open latest Context details",children:s.jsxs("span",{className:"relative block h-2.5 overflow-hidden rounded-full border border-white/10 bg-black/25 transition-colors group-hover:border-cyan-200/35",role:"meter","aria-label":a,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":Math.round(o),children:[s.jsx("span",{className:L("block h-full rounded-full transition-[width]",zO(n)),style:{width:`${o}%`}}),i!==null&&s.jsx("span",{className:"absolute top-0 h-full w-0.5 rounded-full bg-amber-100/75 shadow-[0_0_0_1px_rgba(0,0,0,0.25)]",style:{left:`calc(${i}% - 0.5px)`},"aria-hidden":"true"})]})})}function s6({summary:e}){const t=e.trendPercent,n=t===null||Math.abs(t)<.1?null:t>0?Xy:Wy,r=e.latest.diagnostics[0]??null,o=nr(e.latest.usagePercent),i=nr(e.peak.usagePercent),a=()=>{yx(e.latest.logId)};return s.jsxs("div",{className:"grid gap-x-4 gap-y-2 border-t border-white/10 py-2 first:border-t-0 lg:grid-cols-[minmax(180px,1fr)_minmax(260px,1fr)_minmax(260px,1.4fr)]",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[s.jsx("button",{type:"button",onClick:a,className:"min-w-0 truncate rounded-sm text-left font-mono font-semibold text-foreground transition-colors hover:text-text-link focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1",title:`Open latest Context for ${e.model}`,children:e.model}),s.jsx("span",{className:L("inline-flex h-5 shrink-0 items-center rounded border px-1.5 font-mono text-[10px]",BO(e.latest.health.level)),children:qO(e.latest.health.level)})]}),s.jsxs("div",{className:"mt-1 flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1 text-[11px] text-muted-foreground",children:[s.jsx("span",{children:UO(e.requestCount)}),s.jsx("span",{children:LO(e)})]})]}),s.jsxs("div",{className:"min-w-0 space-y-2 text-xs",children:[s.jsx(n6,{latestPercent:e.latest.usagePercent,peakPercent:e.peak.usagePercent,risk:e.latest.riskLevel,onOpenContext:a}),s.jsxs("div",{className:"grid grid-cols-3 gap-2",children:[s.jsxs("div",{className:"min-w-0",children:[s.jsx("div",{className:"text-[10px] uppercase text-muted-foreground",children:"Latest"}),s.jsx("div",{className:L("mt-0.5 font-mono",nf(e.latest.riskLevel)),children:o}),s.jsx(rf,{label:"Log",logId:e.latest.logId})]}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("div",{className:"text-[10px] uppercase text-muted-foreground",children:"Peak"}),s.jsx("div",{className:L("mt-0.5 font-mono",nf(e.peak.riskLevel)),children:i}),s.jsx(rf,{label:"Log",logId:e.peak.logId})]}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("div",{className:"text-[10px] uppercase text-muted-foreground",children:"Trend"}),s.jsxs("div",{className:"mt-0.5 flex items-center gap-1 font-mono text-foreground",children:[n!==null&&s.jsx(n,{className:L("size-3",t!==null&&t>0?"text-amber-300":"text-cyan-300")}),AO(t)]}),s.jsx("div",{className:"h-5","aria-hidden":"true"})]})]})]}),s.jsxs("div",{className:"min-w-0 space-y-1.5",children:[s.jsx(PA,{segments:e.latest.roleSegments,totalTokens:e.latest.roleTotalTokens,showLabels:!1}),s.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1 text-[11px] text-muted-foreground",children:[s.jsxs("span",{className:"font-mono",children:["~",Pe(e.latest.estimatedInputTokens)," input"]}),e.latest.windowUsedTokens!==null&&s.jsxs("span",{className:"font-mono",children:["~",Pe(e.latest.windowUsedTokens)," used"]}),r!==null&&s.jsx("span",{className:"truncate",children:r})]})]})]})}function r6({summary:e}){return e.models.length===0?null:s.jsxs("div",{className:"mt-3 border-t border-white/10 pt-2",children:[s.jsxs("div",{className:"mb-1 flex items-center justify-between gap-2",children:[s.jsx("div",{className:"text-[11px] font-semibold uppercase tracking-normal text-muted-foreground",children:"Session Context"}),s.jsxs("div",{className:"font-mono text-[10px] text-muted-foreground",children:[e.models.length," model",e.models.length===1?"":"s"]})]}),s.jsx("div",{className:"max-h-52 overflow-y-auto pr-1",children:e.models.map(t=>s.jsx(s6,{summary:t},t.model))})]})}function o6(e){const t=e.models.filter(r=>r.latest.health.level==="risk").length;if(t>0)return`${t} risk`;const n=e.models.filter(r=>r.latest.health.level==="optimizable").length;return n>0?`${n} optimizable`:`${e.models.length} model${e.models.length===1?"":"s"}`}function i6({label:e,logs:t,totalIn:n,totalOut:r,timeDisplayFormat:o,contextSummary:i,showBackLink:a}){const[l,u]=c.useState(!1),[d,f]=c.useState(!1),p=c.useMemo(()=>TO(t,o),[t,o]),m=c.useMemo(()=>CO(t),[t]),h=c.useMemo(()=>o6(i),[i]),g=c.useCallback(()=>{Pt(window.location.href).then(y=>{y&&(u(!0),setTimeout(()=>u(!1),2e3))})},[]);return s.jsxs("div",{className:"border border-border bg-card shadow-sm mb-3 rounded-[8px] px-3 py-2 text-xs",children:[s.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[a&&s.jsx("a",{href:"/",className:"bg-white/[0.035] hover:bg-white/[0.065] inline-flex size-8 shrink-0 items-center justify-center rounded-md text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground","aria-label":"Back to all sessions",title:"Back to all sessions",children:s.jsx(Jy,{className:"size-3.5"})}),s.jsxs("div",{className:"min-w-[180px] flex-1",children:[s.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[s.jsx("span",{className:"font-mono font-semibold text-purple-400/90 truncate",title:e,children:qn(e)}),m!==null&&s.jsx("span",{className:"font-mono text-muted-foreground truncate max-w-[220px]",title:m,children:m})]}),s.jsxs("div",{className:"mt-1 flex flex-wrap items-center gap-x-3 gap-y-1 text-muted-foreground",children:[s.jsxs("span",{children:[t.length," request",t.length!==1?"s":""]}),p!==null&&s.jsx("span",{children:p}),(n>0||r>0)&&s.jsxs("span",{className:"font-mono",children:[Pe(n)," in / ",Pe(r)," out"]})]})]}),i.models.length>0&&s.jsxs("button",{type:"button",onClick:()=>f(y=>!y),className:"bg-white/[0.035] hover:bg-white/[0.065] inline-flex h-8 shrink-0 items-center gap-1.5 rounded-md px-2.5 font-mono text-[11px] text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground","aria-expanded":d,title:d?"Hide context details":"Show context details",children:[s.jsx("span",{children:h}),d?s.jsx(Fl,{className:"size-3.5"}):s.jsx(et,{className:"size-3.5"})]}),s.jsx("button",{type:"button",onClick:g,className:"bg-white/[0.035] hover:bg-white/[0.065] inline-flex size-8 shrink-0 items-center justify-center rounded-md text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground","aria-label":l?"Copied session link":"Copy session link",title:l?"Copied session link":"Copy session link",children:l?s.jsx(qe,{className:"size-3.5"}):s.jsx(Lt,{className:"size-3.5"})})]}),d&&s.jsx(r6,{summary:i})]})}function a6({logs:e,sessions:t,selectedSession:n,selectedModel:r,onSessionChange:o,onClearAll:i,onDeleteCurrentView:a,onReloadSession:l,onClearGroup:u,onNotify:d,onImportLogs:f,viewMode:p,captureMode:m,strip:h,slowResponseThresholdSeconds:g,timeDisplayFormat:y,isLoading:b=!1,liveConnection:w,onRetryLiveConnection:v,onStopLiveConnection:j,pagination:k,sessionLoadProgress:S,sessionLoadError:_,sessionMemberships:C=[],hideSessionFilter:M=!1,pinnedSessionId:A}){const{totalIn:I,totalOut:N}=c.useMemo(()=>Xd(e),[e]),{providers:P}=Hl(),{uiScalePreference:$,resolvedUiScale:F,setUiScalePreference:G}=Jk(),[X,U]=c.useState(null),[V,Y]=c.useState(null),[B,W]=c.useState(!1),[me,ve]=c.useState(!1),[ye,D]=c.useState(null),[oe,te]=c.useState(null),[_e,Ne]=c.useState(!1),[ce,de]=c.useState(!1),[he,we]=c.useState(!0),[Ce,Fe]=c.useState(bs),[Ze,Ue]=c.useState(!1),[ut,en]=c.useState(!1),[yt,Ke]=c.useState(!0),[Ae,Be]=c.useState(!1),[q,ne]=c.useState(null),[ke,ge]=c.useState(null),Se=c.useRef(null),Je=c.useRef(null),J=c.useRef(null),T=c.useRef(null),z=c.useRef(0),Z=c.useRef(null);NA(Se,Je,{pageWide:!0});const ie=c.useMemo(()=>`${typeof window>"u"?"http://localhost:9527":window.location.origin}${It("/proxy")}`,[]),ae=c.useCallback(()=>{z.current+=1,T.current?.abort(),T.current=null,U(null),Y(null)},[]);c.useEffect(()=>()=>{z.current+=1,T.current?.abort(),T.current=null},[]),c.useEffect(()=>{we(QO()),Fe(e6()),en(!0)},[]),c.useEffect(()=>{ut&&window.localStorage.setItem(wx,he?"1":"0")},[he,ut]),c.useEffect(()=>{if(ut)try{window.localStorage.setItem(jx,String(Ce))}catch{}},[ut,Ce]),c.useEffect(()=>{Ke(t6()),Be(!0)},[]),c.useEffect(()=>{if(Ae)try{window.localStorage.setItem(kx,yt?"1":"0")}catch{}},[Ae,yt]),c.useEffect(()=>{if(A===void 0){document.title="Agent Inspector";return}const je=e.length===1?"1 req":`${e.length} req`;document.title=`${qn(A)} - ${je} - Agent Inspector`},[e.length,A]);const se=c.useCallback(async je=>{T.current?.abort();const Ye=new AbortController;T.current=Ye;const Tt=z.current+1;z.current=Tt,U(je),Y(null);try{const nn=await Kk(e,je,{signal:Ye.signal});if(z.current!==Tt)return;if(!nn.ok){if(nn.canceled===!0)return;d!==void 0?d({message:nn.message,tone:"error"}):Y(nn.message)}}finally{z.current===Tt&&(T.current=null,U(null))}},[e,d]),be=c.useCallback(je=>{if(wR(je)){W(!0);return}se(je)},[se]),ue=c.useCallback(()=>{W(!1),se("redacted")},[se]),Ct=c.useCallback(()=>{W(!1),se("raw")},[se]),Mn=c.useCallback(()=>{J.current?.click()},[]),Me=c.useCallback(je=>{const Ye=je.currentTarget.files?.[0];je.currentTarget.value="",!(Ye===void 0||f===void 0)&&(ve(!0),te(null),D(null),f(Ye).then(Tt=>{const nn=Tt.skipped>0?`, skipped ${String(Tt.skipped)}`:"",Dc=`Imported ${String(Tt.imported)} logs as ${Tt.sessionId}${nn}.`;d!==void 0?d({message:Dc,tone:"success"}):D(Dc)}).catch(Tt=>{const nn=Tt instanceof Error?Tt.message:"Failed to import logs";d!==void 0?d({message:nn,tone:"error"}):te(nn)}).finally(()=>{ve(!1)}))},[f,d]);c.useEffect(()=>{ae(),ge(null),ne(null)},[ae,n,r]);const tn=c.useCallback(()=>{ae(),D(null),te(null),ge(null),i()},[ae,i]),wt=c.useCallback(()=>{Ne(!0)},[]),Us=c.useCallback(()=>{ae(),D(null),te(null),ge(null),a!==void 0&&(de(!0),a().then(()=>{Ne(!1)}).catch(je=>{const Ye=je instanceof Error?je.message:"Failed to delete stored logs";d!==void 0?d({message:Ye,tone:"error"}):te(Ye)}).finally(()=>{de(!1)}))},[ae,a,d]),rt=c.useCallback(()=>{l!==void 0&&(ae(),D(null),te(null),ge(null),l())},[ae,l]),Bs=c.useCallback(()=>{ge(null)},[]),Ic=c.useCallback(()=>{we(je=>!je)},[]),Nx=c.useCallback(je=>{Z.current={startX:je.clientX,startWidth:Ce,pointerId:je.pointerId},je.currentTarget.setPointerCapture(je.pointerId),Ue(!0)},[Ce]),Cx=c.useCallback(je=>{const Ye=Z.current;Ye===null||Ye.pointerId!==je.pointerId||Fe(Sx(Ye.startWidth+Ye.startX-je.clientX))},[]),Pc=c.useCallback(je=>{const Ye=Z.current;Ye===null||Ye.pointerId!==je.pointerId||(je.currentTarget.hasPointerCapture(je.pointerId)&&je.currentTarget.releasePointerCapture(je.pointerId),Z.current=null,Ue(!1))},[]),Tx=c.useCallback(()=>{Fe(bs)},[]),Ex=c.useCallback(()=>{Ke(je=>!je)},[]),Pi=c.useMemo(()=>q===null?null:new Set(q.logIds),[q]),An=c.useMemo(()=>Pi===null?e:e.filter(je=>Pi.has(je.id)),[Pi,e]),Dt=c.useMemo(()=>_T(An),[An]),Mc=c.useMemo(()=>NO(Dt),[Dt]),On=c.useMemo(()=>AR({pinnedSessionId:A,selectedSession:n,sessions:t,logs:e}),[e,A,n,t]),ns=On?.logs??[],qs=On!==null&&ns.length>0,{totalIn:Ac,totalOut:Oc}=c.useMemo(()=>Xd(ns),[ns]),Rx=c.useMemo(()=>_O(ns,P),[ns,P]),Ix=c.useMemo(()=>YM(Dt),[Dt]),Mi=c.useMemo(()=>NE(Dt),[Dt]),zc=jR(m,e.length),Px=A!==void 0,Mx=e.length>0,Ax=a!==void 0&&(e.length>0||n!=="__all__"),Ox=n==="__all__"?"all sessions":"this session",zx=n==="__all__"?"Deletes every stored log, streaming chunk, and session archive entry across all sessions.":"Deletes every stored log, streaming chunk, and session archive entry for this session, including history that is not currently loaded.",Lx=e.length===0?"Load":"Reload",Ai=qs&&On!==null?qn(On.label):n==="__all__"?"All sessions":qn(n),Lc=rA(w),Oi=oA(Lc),$x=c.useMemo(()=>MR({logs:An,conversationGroups:Dt,isLoading:b,timeDisplayFormat:y,slowResponseThresholdSeconds:g}),[An,Dt,b,g,y]),Dx=c.useCallback(je=>{const Ye=Mi.get(je.id);Ye!==void 0&&ge([Ye,je])},[Mi]),$c=A!==void 0?A:n==="__all__"?null:n;return s.jsxs("div",{className:"bg-background min-h-screen w-full overflow-x-clip text-foreground lg:h-screen lg:flex lg:flex-col lg:overflow-hidden",children:[s.jsx(tA,{liveConnection:w,alertsAction:s.jsx(uI,{}),settingsAction:s.jsx(JP,{})}),s.jsxs("button",{type:"button",onClick:Ic,className:L("group fixed top-1/2 right-3 z-50 inline-flex h-14 w-8 -translate-y-1/2 items-center justify-center rounded-l-md border border-border/70 bg-background/90 text-muted-foreground shadow-lg backdrop-blur transition-colors motion-reduce:transition-none hover:bg-muted hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none"),"aria-label":he?"Show details panel":"Hide details panel",title:he?"Show details panel":"Hide details panel",children:[s.jsx("span",{className:"absolute bottom-2 left-1 top-2 w-px rounded-full bg-border transition-colors group-hover:bg-foreground/35"}),he?s.jsx(Hj,{className:"size-3.5"}):s.jsx(Bj,{className:"size-3.5"})]}),Ae&&yt&&s.jsx(go,{feature:"Inspector Pet",children:s.jsx(c.Suspense,{fallback:null,children:s.jsx(b4,{logs:e})})}),s.jsxs("div",{className:L("flex w-full min-w-0 flex-col lg:min-h-0 lg:flex-1 lg:flex-row lg:overflow-hidden",Ze&&"cursor-col-resize select-none"),children:[!he&&s.jsxs(s.Fragment,{children:[s.jsx("button",{type:"button",className:"fixed inset-0 z-30 bg-background/70 backdrop-blur-sm lg:hidden",onClick:Ic,"aria-label":"Close details panel"}),s.jsxs("aside",{className:"inspector-scrollbar fixed inset-x-3 bottom-3 top-24 z-40 order-1 overflow-y-auto rounded-lg border border-border bg-background/98 shadow-2xl max-lg:!w-auto lg:relative lg:inset-auto lg:order-2 lg:h-full lg:shrink-0 lg:rounded-none lg:border-y-0 lg:border-r-0 lg:shadow-none",style:{width:Ce},children:[s.jsx("button",{type:"button",className:"absolute bottom-0 left-0 top-0 z-30 hidden w-2 -translate-x-1/2 cursor-col-resize touch-none items-center justify-center lg:flex",onPointerDown:Nx,onPointerMove:Cx,onPointerUp:Pc,onPointerCancel:Pc,onDoubleClick:Tx,"aria-label":"Resize details panel",title:"Drag to resize; double-click to reset",children:s.jsx("span",{className:"h-12 w-1 rounded-full bg-border transition-colors hover:bg-primary"})}),s.jsxs("div",{className:"flex min-h-full flex-col gap-4 p-4",children:[s.jsxs("div",{className:"sticky top-0 z-20 -mx-4 -mt-4 grid gap-2 border-b border-border/60 bg-background/95 px-4 pb-3 pt-4 backdrop-blur",children:[s.jsx(Ca,{label:"View",children:s.jsxs("div",{className:"flex flex-wrap items-center gap-1.5",children:[s.jsx(KO,{}),s.jsx(JO,{preference:$,resolvedScale:F,onChange:G})]})}),s.jsx(Ca,{label:"Workspace",children:s.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[s.jsx(II,{labelledTrigger:!0}),s.jsx(PM,{currentSessionId:$c,logCount:e.length,labelledTrigger:!0})]})})]}),s.jsxs(Ca,{label:"Current scope",children:[s.jsxs("div",{className:"mb-2 rounded-md border border-border/50 bg-muted/25 px-3 py-2",children:[s.jsx("div",{className:"truncate font-mono text-xs font-semibold text-text-link",title:Ai,children:Ai}),s.jsx("div",{className:"mt-1 text-[11px] text-muted-foreground",children:Px?"Pinned session":"Live Inspector data"})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-2",children:[s.jsx(oo,{label:q===null?"Requests":"Results",value:An.length}),s.jsx(oo,{label:"Sessions",value:t.length}),s.jsx(oo,{label:"Input",value:Pe(qs?Ac:I)}),s.jsx(oo,{label:"Output",value:Pe(qs?Oc:N)})]}),S!==void 0&&s.jsx("div",{className:"mt-2 rounded-md border border-border/50 bg-muted/25 px-2 py-2",children:s.jsx(ho,{progress:S})})]}),qs&&On!==null&&s.jsx(i6,{label:On.label,logs:ns,totalIn:Ac,totalOut:Oc,timeDisplayFormat:y,contextSummary:Rx,showBackLink:On.showBackLink}),qs&&A!==void 0&&C.length>0&&s.jsx(Qd,{memberships:C}),s.jsx("div",{className:"flex-1"}),s.jsx(JM,{currentSessionId:$c,logCount:e.length,onResultChange:ne})]})]})]}),s.jsxs("main",{className:"inspector-scrollbar order-2 min-w-0 lg:order-1 lg:h-full lg:flex-1 lg:overflow-y-auto",children:[s.jsxs("div",{className:"bg-background/95 shadow-[0_12px_36px_rgba(0,0,0,0.18),inset_0_-1px_0_rgba(255,255,255,0.045)] sticky top-0 z-30 px-4 py-3 lg:px-5",children:[s.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[s.jsxs("div",{className:"min-w-[180px] flex-1",children:[s.jsx("div",{className:"text-sm font-semibold text-foreground",children:"Logs"}),s.jsx("div",{className:"mt-0.5 font-mono text-[11px] text-muted-foreground",children:Ai})]}),s.jsx(GO,{visible:yt,onToggle:Ex}),f!==void 0&&s.jsxs(s.Fragment,{children:[s.jsx("input",{ref:J,type:"file",accept:".zip,.json,.jsonl,application/zip,application/json",className:"hidden",onChange:Me}),s.jsx("button",{type:"button",onClick:Mn,disabled:me,className:"bg-white/[0.035] hover:bg-white/[0.065] inline-flex h-8 items-center gap-1.5 rounded-md px-3 text-xs text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50",title:"Import Agent Inspector export",children:me?s.jsx("span",{children:"Importing..."}):s.jsxs(s.Fragment,{children:[s.jsx(Rp,{className:"size-3.5"}),s.jsx("span",{children:"Import"})]})})]}),zc.redacted&&s.jsx("button",{type:"button",onClick:()=>{be("redacted")},disabled:X!==null,className:"bg-white/[0.035] hover:bg-white/[0.065] inline-flex h-8 items-center gap-1.5 rounded-md px-3 text-xs text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50",title:"Export redacted logs as JSON ZIP",children:X==="redacted"?s.jsx("span",{children:"Exporting..."}):s.jsxs(s.Fragment,{children:[s.jsx(yr,{className:"size-3.5"}),s.jsx("span",{children:"Export"})]})}),zc.raw&&s.jsx("button",{type:"button",onClick:()=>{be("raw")},disabled:X!==null,className:"bg-white/[0.035] hover:bg-white/[0.065] inline-flex h-8 items-center gap-1.5 rounded-md px-2.5 text-xs text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50",title:"Export raw logs without redaction",children:X==="raw"?s.jsx("span",{children:"Exporting..."}):s.jsxs(s.Fragment,{children:[s.jsx(Xw,{className:"size-3.5"}),s.jsx("span",{children:"Raw"})]})}),l!==void 0&&s.jsxs("button",{type:"button",onClick:rt,disabled:b,className:"bg-white/[0.035] hover:bg-white/[0.065] inline-flex h-8 items-center gap-1.5 rounded-md px-3 text-xs text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50",title:"Reload this session from stored logs",children:[s.jsx(Mt,{className:L("size-3.5",b&&"animate-spin motion-reduce:animate-none")}),s.jsx("span",{children:Lx})]}),s.jsxs("button",{type:"button",onClick:tn,disabled:!Mx,className:"bg-white/[0.035] hover:bg-white/[0.065] inline-flex h-8 items-center gap-1.5 rounded-md px-3 text-xs text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50",title:"Clear the current view. Stored logs remain reloadable.",children:[s.jsx(jn,{className:"size-3.5"}),s.jsx("span",{children:"Clear"})]}),a!==void 0&&s.jsxs("button",{type:"button",onClick:wt,disabled:!Ax||ce,className:"bg-red-500/[0.07] hover:bg-red-500/[0.12] inline-flex h-8 items-center gap-1.5 rounded-md px-3 text-xs text-red-200 shadow-[inset_0_0_0_1px_rgba(248,113,113,0.14)] transition-colors hover:text-red-100 focus-visible:ring-1 focus-visible:ring-red-300 focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50",title:"Delete persisted history for the selected session.",children:[s.jsx(jn,{className:"size-3.5"}),s.jsx("span",{children:"Delete"})]})]}),k===void 0&&S!==void 0&&s.jsx("div",{className:"mt-2 rounded-md bg-black/20 px-2 py-2 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.045)]",children:s.jsx(ho,{progress:S})}),_!==void 0&&s.jsxs("div",{role:"alert",className:"mt-2 flex flex-wrap items-center gap-2 rounded-md border border-red-400/25 bg-red-500/10 px-3 py-2 text-xs text-red-100",children:[s.jsxs("span",{className:"min-w-0 flex-1",children:["Session logs could not be loaded. ",_," Existing logs remain visible."]}),l!==void 0&&s.jsxs("button",{type:"button",onClick:rt,className:"inline-flex h-7 items-center gap-1 rounded-md bg-black/15 px-2 font-medium transition-colors hover:bg-black/25 focus-visible:ring-1 focus-visible:ring-current focus-visible:outline-none",children:[s.jsx(Mt,{className:"size-3"}),"Retry"]})]}),q!==null&&s.jsxs("div",{className:"mt-2 flex items-center gap-3 rounded-md bg-cyan-400/[0.07] px-3 py-2 shadow-[inset_2px_0_0_rgba(103,232,249,0.35),inset_0_0_0_1px_rgba(103,232,249,0.08)]",children:[s.jsxs("div",{className:"min-w-0 flex-1",children:[s.jsx("div",{className:"truncate text-xs font-medium text-cyan-50",children:q.question}),s.jsxs("div",{className:"mt-0.5 text-[10px] text-muted-foreground",children:["Showing ",String(An.length)," loaded logs from"," ",String(q.logIds.length)," linked results"]})]}),s.jsxs("button",{type:"button",onClick:()=>ne(null),className:"inline-flex h-7 shrink-0 items-center gap-1 rounded-md bg-black/20 px-2 text-[11px] text-muted-foreground transition-colors hover:bg-black/30 hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none",children:[s.jsx(jr,{className:"size-3"}),"All logs"]})]}),q===null&&s.jsx(ef,{logs:e,pagination:k,embedded:!0}),d===void 0&&V!==null&&s.jsx("div",{className:"mt-2 rounded-md border border-destructive/30 bg-destructive/10 px-3 py-2 text-xs text-destructive",children:V}),d===void 0&&oe!==null&&s.jsx("div",{className:"mt-2 rounded-md border border-destructive/30 bg-destructive/10 px-3 py-2 text-xs text-destructive",children:oe}),d===void 0&&ye!==null&&oe===null&&s.jsx("div",{className:"mt-2 rounded-md border border-cyan-400/25 bg-cyan-500/10 px-3 py-2 text-xs text-cyan-100",children:ye}),w!==void 0&&w.status!=="live"&&v!==void 0&&j!==void 0&&s.jsx(QM,{state:w,hasLogs:e.length>0,onRetry:v,onStop:j})]}),s.jsxs("div",{className:"px-4 py-4 lg:px-5",children:[s.jsx(MO,{stats:$x}),q!==null&&An.length===0?s.jsx("div",{className:"py-16 text-center text-muted-foreground",children:s.jsxs("div",{className:"mx-auto max-w-xl rounded-[8px] bg-white/[0.035] px-5 py-8 shadow-[inset_0_1px_0_rgba(255,255,255,0.045),0_18px_52px_rgba(0,0,0,0.18)]",children:[s.jsx("p",{className:"text-sm font-medium text-foreground",children:"No linked logs are loaded"}),s.jsx("p",{className:"mt-2 text-xs leading-5 text-muted-foreground",children:"Assistant found evidence, but none of its linked log IDs are in the current loaded window. Open an evidence card in Assistant or restore the full log view."}),s.jsx("button",{type:"button",onClick:()=>ne(null),className:"mt-4 inline-flex h-8 items-center rounded-md bg-cyan-400/10 px-3 text-xs text-cyan-100 transition-colors hover:bg-cyan-400/16",children:"Show all logs"})]})}):e.length===0?n!=="__all__"?s.jsx("div",{className:"py-16 text-center text-muted-foreground",children:s.jsxs("div",{className:"bg-white/[0.035] shadow-[inset_0_1px_0_rgba(255,255,255,0.045),0_18px_52px_rgba(0,0,0,0.18)] mx-auto max-w-xl space-y-4 rounded-[8px] px-4 py-8",children:[s.jsx("p",{className:"text-sm font-medium",children:b?"Loading session data...":_===void 0?"No logs loaded for this session":"Session logs could not be loaded"}),s.jsx("p",{className:"inline-block max-w-full rounded bg-muted px-3 py-1 font-mono text-xs break-all",children:qn(n)}),S!==void 0&&s.jsx("div",{className:"mx-auto max-w-md rounded-md bg-black/20 px-2 py-2 text-left shadow-[inset_0_0_0_1px_rgba(255,255,255,0.045)]",children:s.jsx(ho,{progress:S})}),C.length>0&&s.jsx("div",{className:"text-left",children:s.jsx(Qd,{memberships:C})}),!b&&s.jsxs("div",{className:"flex flex-col items-center gap-3 text-xs",children:[s.jsx("p",{children:"Stored logs may still be available."}),s.jsxs("div",{className:"flex flex-wrap items-center justify-center gap-2",children:[l!==void 0&&s.jsxs("button",{type:"button",onClick:rt,className:"bg-white/[0.045] hover:bg-white/[0.075] inline-flex h-8 items-center gap-1.5 rounded-md px-3 text-xs text-muted-foreground shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)] transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none",children:[s.jsx(Mt,{className:"size-3.5"}),s.jsx("span",{children:"Load session"})]}),M?s.jsx("a",{href:"/",className:"inline-flex h-8 items-center rounded-md px-3 text-xs text-muted-foreground underline transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none",children:"Back to all sessions"}):s.jsx("button",{type:"button",onClick:()=>o("__all__"),className:"inline-flex h-8 items-center rounded-md px-3 text-xs text-muted-foreground underline transition-colors hover:text-foreground focus-visible:ring-1 focus-visible:ring-ring focus-visible:outline-none",children:"Show all sessions"})]})]})]})}):s.jsx("div",{className:"py-16 text-center text-muted-foreground",children:s.jsxs("div",{className:"bg-white/[0.035] shadow-[inset_0_1px_0_rgba(255,255,255,0.045),0_18px_52px_rgba(0,0,0,0.18)] mx-auto max-w-2xl space-y-4 rounded-[8px] px-4 py-8",children:[s.jsx("p",{className:"text-sm font-medium",children:Oi.title}),s.jsx("p",{className:"mx-auto max-w-xl text-xs leading-relaxed text-muted-foreground",children:Oi.description}),Lc==="empty"&&t.length>0&&s.jsx("p",{className:"mx-auto max-w-xl text-xs leading-relaxed text-muted-foreground",children:"Pick a session from the filter panel to load stored logs on demand."}),Oi.showConnectionCommands&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"flex flex-col items-center gap-2",children:[s.jsx(sf,{command:`ANTHROPIC_BASE_URL=${ie} <your-tool>`}),s.jsx(sf,{command:`OPENAI_BASE_URL=${ie} <your-tool>`})]}),s.jsx("p",{className:"mx-auto max-w-xl text-xs leading-relaxed text-muted-foreground",children:"Container note: if your AI tool runs in a different container or host than Agent Inspector, replace localhost with an address reachable from that tool and verify the network/firewall path."})]})]})}):s.jsxs("div",{ref:Je,tabIndex:0,"aria-label":"Captured logs",className:"flex flex-col gap-2 rounded-md focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none",children:[s.jsx("div",{ref:Se,children:s.jsx(gA,{groups:Dt,viewMode:p,strip:h,slowResponseThresholdSeconds:g,cacheTrends:Ix,onCompareWithPrevious:Dx,comparisonPredecessors:Mi,onClearGroup:u,defaultExpanded:Dt.length===1,timeDisplayFormat:y})}),q===null&&s.jsx("div",{className:"mt-3",children:s.jsx(ef,{logs:e,pagination:k})})]})]})]})]}),s.jsx(Zt,{open:B,onOpenChange:W,children:s.jsx(Kt,{className:vA,children:s.jsx(wA,{onCancel:()=>W(!1),onExportRedacted:ue,onConfirmRaw:Ct})})}),s.jsx(Zt,{open:_e,onOpenChange:Ne,children:s.jsxs(Kt,{className:"border-red-500/20 bg-zinc-950 text-zinc-100 sm:max-w-md",children:[s.jsxs(Xt,{children:[s.jsxs(Qt,{children:["Delete ",Ox," history?"]}),s.jsx(Cr,{children:"Clear only hides logs from the UI. Delete removes stored history from disk."})]}),s.jsxs("div",{className:"rounded-md bg-red-500/[0.08] px-3 py-3 text-sm text-red-100 shadow-[inset_0_0_0_1px_rgba(248,113,113,0.16)]",children:[s.jsx("span",{className:"block font-medium",children:"This is a full history delete."}),s.jsx("span",{className:"mt-1 block text-xs text-red-200/80",children:zx})]}),s.jsxs("div",{className:"flex justify-end gap-2",children:[s.jsx(ee,{type:"button",variant:"outline",size:"sm",disabled:ce,onClick:()=>Ne(!1),children:"Cancel"}),s.jsx(ee,{type:"button",variant:"destructive",size:"sm",disabled:ce,onClick:Us,children:ce?"Deleting...":"Delete history"})]})]})}),ke!==null&&s.jsx(go,{feature:"Compare",children:s.jsx(c.Suspense,{fallback:null,children:s.jsx(x4,{left:ke[0],right:ke[1],leftDisplayNumber:Yd(ke[0],Mc),rightDisplayNumber:Yd(ke[1],Mc),onClose:Bs})})})]})}function l6(e,t,n){return t==="__all__"&&n==="__all__"?e:e.filter(r=>!(t!=="__all__"&&r.sessionId!==t||n!=="__all__"&&r.model!==n))}function io(e,t){if(e.length===0)return[...t];if(t.length===0)return[...e];const n=new Map;for(const r of e)n.set(r.id,r);for(const r of t)n.set(r.id,r);return[...n.values()].toSorted((r,o)=>r.id-o.id)}function Un(e,t){const n=new Set;for(const r of e)r!==""&&n.add(r);for(const r of t)r!==""&&n.add(r);return[...n].sort()}const c6=zt([E({type:le("init"),logs:K(ir)}),E({type:le("update"),log:ir})]),u6=E({logs:K(ir),total:R().int().nonnegative(),limit:R().int().positive(),hasOlder:Re(),hasNewer:Re(),oldestLogId:R().int().positive().nullable(),newestLogId:R().int().positive().nullable()}),d6=K(x()),of=E({success:Re(),cleared:R().int().nonnegative(),logFilesRewritten:R().int().nonnegative().optional(),chunkFilesDeleted:R().int().nonnegative(),sessionArchiveLogsDeleted:R().int().nonnegative().optional()});function f6(e,t){const n=[];for(const r of e)for(const o of r.members)o.sessionId===t&&n.push({groupId:r.id,groupTitle:r.title,groupKind:r.kind,groupStatus:r.status,groupTask:r.task,groupProject:r.project,groupEvidence:r.evidence,member:o});return n}function ao(e){const t=new Set;for(const n of e)n.sessionId!==null&&n.sessionId!==""&&t.add(n.sessionId);return[...t]}function p6(e){const t=new Set;for(const n of e)n.model!==null&&n.model!==""&&t.add(n.model);return[...t]}const m6=100,h6=12,g6=1800,Rc=100,Go=500,_x=200,xl=2e4,x6=1e4,b6=3e3,v6=1e4;function y6(e){const t=new URLSearchParams({compact:"1"});e!==void 0&&t.set("sessionId",e);const n=t.toString();return It(n.length>0?`/api/logs/stream?${n}`:"/api/logs/stream")}function w6(e,t,n=Rc){const r=new URLSearchParams({cursor:"1",compact:"1",limit:String(n),sessionId:e});switch(t.kind){case"oldest":r.set("anchor","oldest");break;case"older":r.set("beforeLogId",String(t.beforeLogId));break;case"newer":r.set("afterLogId",String(t.afterLogId));break}return`/api/logs?${r.toString()}`}function hn(e){const t=new Map;for(let n=0;n<e.length;n++){const r=e[n];r!==void 0&&t.set(r.id,n)}return t}function sr(e,t,n=Rc){return He(w6(e,t,n),u6,xl)}async function j6(e,t){const n=new Set;let r=await sr(e,{kind:"oldest"},Go);for(const i of r.logs)n.add(i.id);t(n.size,1);let o=1;for(;r.hasNewer&&r.newestLogId!==null&&o<_x;){r=await sr(e,{kind:"newer",afterLogId:r.newestLogId},Go);for(const i of r.logs)n.add(i.id);o+=1,t(n.size,o)}return{ids:[...n],truncated:r.hasNewer}}async function k6(){try{return{deleted:(await st("/api/groups",fp,{method:"DELETE"})).deleted,ok:!0}}catch{return{deleted:0,ok:!1}}}function C6({initialSessionId:e}={}){const[t,n]=c.useState([]),[r,o]=c.useState(e??"__all__"),[i,a]=c.useState("__all__"),[l,u]=c.useState([]),{notice:d,showToast:f,dismissToast:p}=$g(),[m,h]=c.useState(sA),[g,y]=c.useState(null),[b,w]=c.useState(e!==void 0),[v,j]=c.useState(null),[k,S]=c.useState(void 0),[_,C]=c.useState([]),[,M]=c.useTransition(),A=c.useRef(null),I=c.useRef(null),N=c.useRef(null),P=c.useRef(!0),$=c.useRef(null),F=c.useRef(0),G=c.useRef(null),X=c.useRef(null),U=c.useRef(new Map),V=c.useRef([]),Y=c.useRef(null),B=c.useCallback(J=>{f({message:J,tone:"error"})},[f]),W=c.useCallback(()=>{X.current!==null&&(clearInterval(X.current),X.current=null),G.current=null,S(void 0)},[]),me=c.useCallback((J,T,z=0,Z=0)=>{X.current!==null&&clearInterval(X.current);const ie=Date.now();G.current=ie;const ae=()=>{F.current===T&&S({label:J,elapsedMs:Date.now()-ie,timeoutMs:xl,loadedLogs:z,loadedPages:Z})};ae(),X.current=setInterval(ae,250)},[]),ve=c.useCallback((J,T,z,Z)=>{const ie=G.current;ie===null||F.current!==T||S({label:J,elapsedMs:Date.now()-ie,timeoutMs:xl,loadedLogs:z,loadedPages:Z})},[]),ye=c.useMemo(()=>l6(t,r,i),[t,r,i]),D=c.useMemo(()=>Un(l,ao(t)),[t,l]),oe=c.useMemo(()=>p6(t),[t]),te=c.useCallback(()=>{st("/api/sessions",d6).then(J=>{u(T=>Un(T,J))}).catch(()=>{})},[]),_e=c.useCallback(()=>{Y.current=null;const J=V.current;V.current=[],J.length!==0&&M(()=>{n(T=>{const z=io(T,J);return U.current=hn(z),z})})},[M]),Ne=c.useCallback(J=>{V.current.push(J),Y.current===null&&(Y.current=setTimeout(_e,m6))},[_e]),ce=c.useCallback(()=>{A.current&&A.current.close(),I.current!==null&&(clearTimeout(I.current),I.current=null),h(T=>sn(T,{type:"connect-requested"}));const J=new EventSource(y6(e));A.current=J,J.onmessage=T=>{try{const z=String(T.data),Z=JSON.parse(z),ie=c6.safeParse(Z);if(!ie.success){h(se=>sn(se,{type:"recoverable-error",message:"The live stream returned invalid data."})),B("Failed to parse SSE data");return}const ae=ie.data;ae.type==="init"?(Y.current!==null&&(clearTimeout(Y.current),Y.current=null),V.current=[],n(se=>{const be=io(se,ae.logs);return U.current=hn(be),be}),u(se=>Un(se,ao(ae.logs))),N.current!==null&&(clearTimeout(N.current),N.current=null),h(se=>sn(se,{type:"message-received",at:Date.now()})),p()):ae.type==="update"&&(u(se=>ae.log.sessionId===null||ae.log.sessionId===""?se:Un(se,[ae.log.sessionId])),Ne(ae.log),N.current!==null&&(clearTimeout(N.current),N.current=null),h(se=>sn(se,{type:"message-received",at:Date.now()})))}catch{h(z=>sn(z,{type:"recoverable-error",message:"The live stream returned malformed JSON."})),B("Failed to parse SSE data")}},J.onerror=()=>{const T=navigator.onLine;h(z=>sn(z,{type:"connection-lost",online:T,message:"The live stream disconnected."})),J.close(),!(!T||!P.current)&&(N.current===null&&(N.current=setTimeout(()=>{N.current=null,h(z=>sn(z,{type:"stale-timeout"}))},v6)),I.current=setTimeout(ce,b6))}},[p,e,Ne,B]),de=c.useCallback(()=>{P.current=!0,I.current!==null&&(clearTimeout(I.current),I.current=null),ce()},[ce]),he=c.useCallback(()=>{P.current=!1,A.current?.close(),A.current=null,I.current!==null&&(clearTimeout(I.current),I.current=null),N.current!==null&&(clearTimeout(N.current),N.current=null),h(J=>sn(J,{type:"stop-retrying"}))},[]),we=c.useCallback(J=>{if(e===void 0)return;const T=F.current+1;F.current=T,w(!0),j(null),me("Loading session logs",T),p(),sr(e,J).then(z=>{if(F.current!==T)return;const Z=z.logs;U.current=hn(Z),n(Z),y(z),o(e),w(!1),j(null),W(),p()}).catch(z=>{if(F.current!==T)return;w(!1),W();const Z=z instanceof Error?z.message:"Failed to load session logs";j(Z),B(Z)})},[p,e,B,me,W]),Ce=c.useCallback(J=>{const T=F.current+1;F.current=T,w(!0),j(null),me("Reloading full session",T),p(),(async()=>{const z=[];let Z=await sr(J,{kind:"oldest"},Go);z.push(...Z.logs),ve("Reloading full session",T,z.length,1);let ie=1;for(;Z.hasNewer&&Z.newestLogId!==null&&ie<_x;)Z=await sr(J,{kind:"newer",afterLogId:Z.newestLogId},Go),z.push(...Z.logs),ie+=1,ve("Reloading full session",T,z.length,ie);F.current===T&&(n(ae=>{const se=io(ae,z);return U.current=hn(se),se}),u(ae=>Un(ae,[J])),w(!1),j(null),W(),Z.hasNewer?f({message:`Loaded ${String(z.length)} logs for this session. More history is available.`,tone:"success"}):p())})().catch(z=>{if(F.current!==T)return;w(!1),W();const Z=z instanceof Error?z.message:"Failed to reload session logs";j(Z),B(Z)})},[p,B,f,me,W,ve]);c.useEffect(()=>{if(e===void 0){C([]);return}let J=!1;return He("/api/groups",hp,x6).then(T=>T.groups).then(T=>{J||T===null||C(f6(T,e))}).catch(()=>{J||C([])}),()=>{J=!0}},[e]),c.useEffect(()=>{te()},[te]),c.useEffect(()=>()=>{W()},[W]),c.useEffect(()=>{e!==void 0&&we({kind:"newest"})},[e,we]),c.useEffect(()=>{e===void 0&&r!=="__all__"&&Ce(r)},[e,Ce,r]),c.useEffect(()=>{if(e!==void 0)return;ce();const J=()=>{A.current?.close(),A.current=null,I.current!==null&&(clearTimeout(I.current),I.current=null),N.current!==null&&(clearTimeout(N.current),N.current=null),h(z=>sn(z,{type:"browser-offline"}))},T=()=>{P.current&&ce()};return window.addEventListener("offline",J),window.addEventListener("online",T),()=>{window.removeEventListener("offline",J),window.removeEventListener("online",T),A.current&&(A.current.close(),A.current=null),I.current!==null&&(clearTimeout(I.current),I.current=null),N.current!==null&&(clearTimeout(N.current),N.current=null),Y.current!==null&&(clearTimeout(Y.current),Y.current=null)}},[ce,e]),c.useEffect(()=>{const J=window.location.hash;if(!J.startsWith("#log-")||$.current===J)return;const T=J.slice(1),z=Number(T.replace(/^log-/,""));Number.isInteger(z)&&z>0&&As({logId:z,tab:"request"});let Z=!1,ie=0,ae=null,se=null;const be=()=>{if(Z)return;const ue=document.getElementById(T);if(ue!==null){$.current=J,ue.scrollIntoView({block:"center",behavior:ix(ax())}),ue instanceof HTMLElement&&(ae=ue,ue.setAttribute("data-deep-link-highlight","true"),se=window.setTimeout(()=>{ue.removeAttribute("data-deep-link-highlight")},g6),ue.focus({preventScroll:!0}),ue.getAttribute("data-nav-action")==="expand"&&ue.click());return}ie+=1,ie<h6&&window.setTimeout(be,100)};return be(),()=>{Z=!0,se!==null&&window.clearTimeout(se),ae!==null&&ae.removeAttribute("data-deep-link-highlight")}},[ye.length]);const Fe=c.useCallback(()=>{const J=ao(t);W(),w(!1),U.current.clear(),n([]),y(null),u(T=>Un(T,J)),f({message:"Cleared the current view. Stored logs are still reloadable.",tone:"success"})},[t,f,W]),Ze=c.useCallback(J=>{if(J.length===0)return;const T=new Set(J);n(z=>{const Z=z.filter(ae=>T.has(ae.id)),ie=z.filter(ae=>!T.has(ae.id));return u(ae=>Un(ae,ao(Z))),U.current=hn(ie),ie}),f({message:"Cleared this group from the current view.",tone:"success"})},[f]),Ue=c.useCallback(async()=>{const J=F.current+1;F.current=J,w(!0),W(),p();try{if(r==="__all__"){me("Deleting stored history",J);const se=await st("/api/logs",of,{method:"DELETE"}),be=await k6();if(F.current!==J)return;n([]),U.current.clear(),y(null),u([]),C([]),w(!1),W();const ue=be.ok?` Cleared ${be.deleted.toString()} group${be.deleted===1?"":"s"}.`:" Group cleanup failed; open Groups to retry Clear.";f({message:`Deleted ${se.cleared.toString()} stored log${se.cleared===1?"":"s"} across all sessions.${ue}`,tone:be.ok?"success":"error"});return}const T=r;me("Deleting session history",J);const z=await j6(T,(se,be)=>{ve("Deleting session history",J,se,be)}),Z=new Set(z.ids);for(const se of t)se.sessionId===T&&Z.add(se.id);const ie=[...Z].filter(se=>Number.isInteger(se)&&se>=0);if(ie.length===0){if(F.current!==J)return;n(se=>{const be=se.filter(ue=>ue.sessionId!==T);return U.current=hn(be),be}),y(se=>se===null?null:{...se,logs:se.logs.filter(be=>be.sessionId!==T)}),u(se=>se.filter(be=>be!==T)),w(!1),W(),f({message:"No stored log records were found for this session.",tone:"success"});return}const ae=await st("/api/logs",of,{method:"DELETE",headers:{"content-type":"application/json"},body:JSON.stringify({ids:ie})});if(F.current!==J)return;n(se=>{const be=se.filter(ue=>ue.sessionId!==T);return U.current=hn(be),be}),y(se=>se===null?null:{...se,logs:se.logs.filter(be=>be.sessionId!==T)}),u(se=>se.filter(be=>be!==T)),w(!1),W(),f({message:`Deleted ${ae.cleared.toString()} stored log${ae.cleared===1?"":"s"} for this session${z.truncated?". More history may remain.":"."}`,tone:z.truncated?"error":"success"})}finally{F.current===J&&(w(!1),W())}},[t,p,r,f,me,W,ve]),ut=c.useCallback(()=>{if(e!==void 0){we({kind:"newest"});return}if(r==="__all__"){te();return}Ce(r)},[e,we,te,Ce,r]),en=c.useCallback(async J=>{const T=new FormData;T.set("file",J);const z=await st("/api/logs/import",My,{method:"POST",body:T});return n(Z=>{const ie=new Set(z.logs.map(se=>se.id)),ae=io(Z.filter(se=>!ie.has(se.id)),z.logs);return U.current=hn(ae),ae}),o(z.sessionId),a("__all__"),y(null),p(),z},[p]),{strip:yt,captureMode:Ke,slowResponseThresholdSeconds:Ae,timeDisplayFormat:Be}=$l(),q=Ke,ne=c.useCallback(()=>{we({kind:"oldest"})},[we]),ke=c.useCallback(()=>{we({kind:"newest"})},[we]),ge=c.useCallback(()=>{const J=t[0],T=g?.oldestLogId??J?.id??null;T!==null&&we({kind:"older",beforeLogId:T})},[t,we,g]),Se=c.useCallback(()=>{const J=t[t.length-1],T=g?.newestLogId??J?.id??null;T!==null&&we({kind:"newer",afterLogId:T})},[t,we,g]),Je=c.useMemo(()=>{if(e!==void 0)return{isLoading:b,loadProgress:k,total:g?.total??null,pageSize:g?.limit??Rc,hasOlder:g?.hasOlder??!1,hasNewer:g?.hasNewer??!1,oldestLogId:g?.oldestLogId??null,newestLogId:g?.newestLogId??null,onOldest:ne,onOlder:ge,onNewer:Se,onNewest:ke}},[e,ke,Se,ge,ne,g,k,b]);return s.jsxs(s.Fragment,{children:[s.jsx(Dg,{notice:d,onDismiss:p}),s.jsx(Ok,{}),s.jsx(a6,{logs:ye,sessions:D,models:oe,selectedSession:r,selectedModel:i,onSessionChange:o,onModelChange:a,onClearAll:Fe,onDeleteCurrentView:Ue,onReloadSession:e!==void 0||r!=="__all__"?ut:void 0,onClearGroup:Ze,onNotify:f,onImportLogs:e===void 0?en:void 0,isLoading:e===void 0&&m.status==="connecting"&&m.lastSuccessAt===null||b,liveConnection:e===void 0?m:void 0,onRetryLiveConnection:de,onStopLiveConnection:he,pagination:Je,sessionLoadProgress:k,sessionLoadError:v??void 0,sessionMemberships:_,viewMode:q,captureMode:Ke,strip:yt,slowResponseThresholdSeconds:Ae,timeDisplayFormat:Be,hideSessionFilter:e!==void 0,pinnedSessionId:e})]})}export{Qn as $,As as A,Te as B,Fw as C,Zt as D,ti as E,Re as F,x as G,ir as H,hO as I,bj as J,TA as K,k4 as L,_p as M,CA as N,N6 as O,C6 as P,et as Q,Qj as R,PA as S,yg as T,xe as U,Q4 as V,_6 as W,jr as X,bp as Y,eE as Z,tE as _,ST as a,rl as a0,$o as a1,BM as a2,Ew as a3,ar as a4,Q as a5,wn as a6,De as a7,Vf as a8,h4 as a9,gw as aa,fu as b,H as c,Np as d,bt as e,qe as f,dg as g,Lt as h,He as i,Kt as j,Xt as k,Qt as l,Tp as m,wg as n,xn as o,jt as p,Cj as q,ur as r,Fs as s,dt as t,Hl as u,ft as v,pt as w,E as x,R as y,K as z};