@kortix/sdk 0.12.7 → 0.12.8

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 (52) hide show
  1. package/README.md +10 -0
  2. package/dist/core/http/api-client.d.ts.map +1 -1
  3. package/dist/core/http/api-client.js +10 -0
  4. package/dist/core/http/api-client.js.map +1 -1
  5. package/dist/core/http/impersonation.d.ts +58 -0
  6. package/dist/core/http/impersonation.d.ts.map +1 -0
  7. package/dist/core/http/impersonation.js +174 -0
  8. package/dist/core/http/impersonation.js.map +1 -0
  9. package/dist/core/rest/projects-client/agent-config.d.ts +21 -0
  10. package/dist/core/rest/projects-client/agent-config.d.ts.map +1 -1
  11. package/dist/core/rest/projects-client/agent-config.js +14 -0
  12. package/dist/core/rest/projects-client/agent-config.js.map +1 -1
  13. package/dist/core/rest/projects-client/billing.d.ts +70 -0
  14. package/dist/core/rest/projects-client/billing.d.ts.map +1 -1
  15. package/dist/core/rest/projects-client/billing.js +50 -0
  16. package/dist/core/rest/projects-client/billing.js.map +1 -1
  17. package/dist/core/rest/projects-client/sessions.d.ts +27 -2
  18. package/dist/core/rest/projects-client/sessions.d.ts.map +1 -1
  19. package/dist/core/rest/projects-client/sessions.js.map +1 -1
  20. package/dist/core/turns/classify.d.ts +5 -2
  21. package/dist/core/turns/classify.d.ts.map +1 -1
  22. package/dist/core/turns/classify.js +1 -0
  23. package/dist/core/turns/classify.js.map +1 -1
  24. package/dist/core/turns/errors.d.ts +11 -0
  25. package/dist/core/turns/errors.d.ts.map +1 -1
  26. package/dist/core/turns/errors.js +49 -2
  27. package/dist/core/turns/errors.js.map +1 -1
  28. package/dist/core/turns/state.d.ts +1 -1
  29. package/dist/core/turns/state.d.ts.map +1 -1
  30. package/dist/core/turns/state.js +3 -1
  31. package/dist/core/turns/state.js.map +1 -1
  32. package/dist/core/turns/types.d.ts +3 -0
  33. package/dist/core/turns/types.d.ts.map +1 -1
  34. package/dist/index.d.ts +1 -0
  35. package/dist/index.d.ts.map +1 -1
  36. package/dist/index.js +1 -0
  37. package/dist/index.js.map +1 -1
  38. package/dist/kortix.esm.min.js +19 -19
  39. package/dist/kortix.global.js +19 -19
  40. package/dist/react/index.d.ts +1 -0
  41. package/dist/react/index.d.ts.map +1 -1
  42. package/dist/react/index.js +1 -0
  43. package/dist/react/index.js.map +1 -1
  44. package/dist/react/use-admin-accounts.d.ts +121 -0
  45. package/dist/react/use-admin-accounts.d.ts.map +1 -1
  46. package/dist/react/use-admin-accounts.js +92 -0
  47. package/dist/react/use-admin-accounts.js.map +1 -1
  48. package/dist/react/use-impersonation.d.ts +54 -0
  49. package/dist/react/use-impersonation.d.ts.map +1 -0
  50. package/dist/react/use-impersonation.js +91 -0
  51. package/dist/react/use-impersonation.js.map +1 -0
  52. package/package.json +2 -2
@@ -1,23 +1,23 @@
1
- var Cu={backendUrl:"",getToken:async()=>null},Ft=null,Qe=null;function Zg(t){Qe=t}function em(){return Qe}function Lt(t,e){e?.global!==!1&&(Ft=t)}function $(){return Qe?.()??Ft??Cu}function Gt(){return Ft!==null||Qe?.()!==void 0}var ts=({onRequest:t,onSseError:e,onSseEvent:n,responseTransformer:r,responseValidator:s,sseDefaultRetryDelay:c,sseMaxRetryAttempts:u,sseMaxRetryDelay:p,sseSleepFn:g,url:f,...m})=>{let _,x=g??(l=>new Promise(h=>setTimeout(h,l)));return{stream:async function*(){let l=c??3e3,h=0,a=m.signal??new AbortController().signal;for(;!a.aborted;){h++;let A=m.headers instanceof Headers?m.headers:new Headers(m.headers);_!==void 0&&A.set("Last-Event-ID",_);try{let j={redirect:"follow",...m,body:m.serializedBody,headers:A,signal:a},v=new Request(f,j);t&&(v=await t(f,j));let E=await(m.fetch??globalThis.fetch)(v);if(!E.ok)throw new Error(`SSE failed: ${E.status} ${E.statusText}`);if(!E.body)throw new Error("No body in SSE response");let w=E.body.pipeThrough(new TextDecoderStream).getReader(),F="",K=()=>{try{w.cancel()}catch{}};a.addEventListener("abort",K);try{for(;;){let{done:y,value:C}=await w.read();if(y)break;F+=C,F=F.replace(/\r\n/g,`
1
+ var qu={backendUrl:"",getToken:async()=>null},Gt=null,Ye=null;function fm(t){Ye=t}function ym(){return Ye}function Bt(t,e){e?.global!==!1&&(Gt=t)}function $(){return Ye?.()??Gt??qu}function Kt(){return Gt!==null||Ye?.()!==void 0}var cs=({onRequest:t,onSseError:e,onSseEvent:n,responseTransformer:r,responseValidator:s,sseDefaultRetryDelay:c,sseMaxRetryAttempts:u,sseMaxRetryDelay:p,sseSleepFn:g,url:f,...m})=>{let _,x=g??(l=>new Promise(h=>setTimeout(h,l)));return{stream:async function*(){let l=c??3e3,h=0,a=m.signal??new AbortController().signal;for(;!a.aborted;){h++;let A=m.headers instanceof Headers?m.headers:new Headers(m.headers);_!==void 0&&A.set("Last-Event-ID",_);try{let j={redirect:"follow",...m,body:m.serializedBody,headers:A,signal:a},v=new Request(f,j);t&&(v=await t(f,j));let E=await(m.fetch??globalThis.fetch)(v);if(!E.ok)throw new Error(`SSE failed: ${E.status} ${E.statusText}`);if(!E.body)throw new Error("No body in SSE response");let w=E.body.pipeThrough(new TextDecoderStream).getReader(),F="",K=()=>{try{w.cancel()}catch{}};a.addEventListener("abort",K);try{for(;;){let{done:y,value:C}=await w.read();if(y)break;F+=C,F=F.replace(/\r\n/g,`
2
2
  `).replace(/\r/g,`
3
3
  `);let M=F.split(`
4
4
 
5
5
  `);F=M.pop()??"";for(let z of M){let V=z.split(`
6
- `),J=[],Q;for(let U of V)if(U.startsWith("data:"))J.push(U.replace(/^data:\s*/,""));else if(U.startsWith("event:"))Q=U.replace(/^event:\s*/,"");else if(U.startsWith("id:"))_=U.replace(/^id:\s*/,"");else if(U.startsWith("retry:")){let N=Number.parseInt(U.replace(/^retry:\s*/,""),10);Number.isNaN(N)||(l=N)}let H,D=!1;if(J.length){let U=J.join(`
7
- `);try{H=JSON.parse(U),D=!0}catch{H=U}}D&&(s&&await s(H),r&&(H=await r(H))),n?.({data:H,event:Q,id:_,retry:l}),J.length&&(yield H)}}}finally{a.removeEventListener("abort",K),w.releaseLock()}break}catch(j){if(e?.(j),u!==void 0&&h>=u)break;let v=Math.min(l*2**(h-1),p??3e4);await x(v)}}}()}};var Ru=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},Tu=t=>{switch(t){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},Au=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},Ye=({allowReserved:t,explode:e,name:n,style:r,value:s})=>{if(!e){let p=(t?s:s.map(g=>encodeURIComponent(g))).join(Tu(r));switch(r){case"label":return`.${p}`;case"matrix":return`;${n}=${p}`;case"simple":return p;default:return`${n}=${p}`}}let c=Ru(r),u=s.map(p=>r==="label"||r==="simple"?t?p:encodeURIComponent(p):xe({allowReserved:t,name:n,value:p})).join(c);return r==="label"||r==="matrix"?c+u:u},xe=({allowReserved:t,name:e,value:n})=>{if(n==null)return"";if(typeof n=="object")throw new Error("Deeply-nested arrays/objects aren\u2019t supported. Provide your own `querySerializer()` to handle these.");return`${e}=${t?n:encodeURIComponent(n)}`},Ze=({allowReserved:t,explode:e,name:n,style:r,value:s,valueOnly:c})=>{if(s instanceof Date)return c?s.toISOString():`${n}=${s.toISOString()}`;if(r!=="deepObject"&&!e){let g=[];Object.entries(s).forEach(([m,_])=>{g=[...g,m,t?_:encodeURIComponent(_)]});let f=g.join(",");switch(r){case"form":return`${n}=${f}`;case"label":return`.${f}`;case"matrix":return`;${n}=${f}`;default:return f}}let u=Au(r),p=Object.entries(s).map(([g,f])=>xe({allowReserved:t,name:r==="deepObject"?`${n}[${g}]`:g,value:f})).join(u);return r==="label"||r==="matrix"?u+p:p};var Iu=/\{[^{}]+\}/g,ju=({path:t,url:e})=>{let n=e,r=e.match(Iu);if(r)for(let s of r){let c=!1,u=s.substring(1,s.length-1),p="simple";u.endsWith("*")&&(c=!0,u=u.substring(0,u.length-1)),u.startsWith(".")?(u=u.substring(1),p="label"):u.startsWith(";")&&(u=u.substring(1),p="matrix");let g=t[u];if(g==null)continue;if(Array.isArray(g)){n=n.replace(s,Ye({explode:c,name:u,style:p,value:g}));continue}if(typeof g=="object"){n=n.replace(s,Ze({explode:c,name:u,style:p,value:g,valueOnly:!0}));continue}if(p==="matrix"){n=n.replace(s,`;${xe({name:u,value:g})}`);continue}let f=encodeURIComponent(p==="label"?`.${g}`:g);n=n.replace(s,f)}return n},ns=({baseUrl:t,path:e,query:n,querySerializer:r,url:s})=>{let c=s.startsWith("/")?s:`/${s}`,u=(t??"")+c;e&&(u=ju({path:e,url:u}));let p=n?r(n):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(u+=`?${p}`),u};function Bt(t){let e=t.body!==void 0;if(e&&t.bodySerializer)return"serializedBody"in t?t.serializedBody!==void 0&&t.serializedBody!==""?t.serializedBody:null:t.body!==""?t.body:null;if(e)return t.body}var rs=async(t,e)=>{let n=typeof e=="function"?await e(t):e;if(n)return t.scheme==="bearer"?`Bearer ${n}`:t.scheme==="basic"?`Basic ${btoa(n)}`:n};var Kt={bodySerializer:t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString():n)};var ss=({parameters:t={},...e}={})=>r=>{let s=[];if(r&&typeof r=="object")for(let c in r){let u=r[c];if(u==null)continue;let p=t[c]||e;if(Array.isArray(u)){let g=Ye({allowReserved:p.allowReserved,explode:!0,name:c,style:"form",value:u,...p.array});g&&s.push(g)}else if(typeof u=="object"){let g=Ze({allowReserved:p.allowReserved,explode:!0,name:c,style:"deepObject",value:u,...p.object});g&&s.push(g)}else{let g=xe({allowReserved:p.allowReserved,name:c,value:u});g&&s.push(g)}}return s.join("&")},is=t=>{if(!t)return"stream";let e=t.split(";")[0]?.trim();if(e){if(e.startsWith("application/json")||e.endsWith("+json"))return"json";if(e==="multipart/form-data")return"formData";if(["application/","audio/","image/","video/"].some(n=>e.startsWith(n)))return"blob";if(e.startsWith("text/"))return"text"}},Eu=(t,e)=>e?!!(t.headers.has(e)||t.query?.[e]||t.headers.get("Cookie")?.includes(`${e}=`)):!1,os=async({security:t,...e})=>{for(let n of t){if(Eu(e,n.name))continue;let r=await rs(n,e.auth);if(!r)continue;let s=n.name??"Authorization";switch(n.in){case"query":e.query||(e.query={}),e.query[s]=r;break;case"cookie":e.headers.append("Cookie",`${s}=${r}`);break;default:e.headers.set(s,r);break}}},Ht=t=>ns({baseUrl:t.baseUrl,path:t.path,query:t.query,querySerializer:typeof t.querySerializer=="function"?t.querySerializer:ss(t.querySerializer),url:t.url}),Nt=(t,e)=>{let n={...t,...e};return n.baseUrl?.endsWith("/")&&(n.baseUrl=n.baseUrl.substring(0,n.baseUrl.length-1)),n.headers=et(t.headers,e.headers),n},$u=t=>{let e=[];return t.forEach((n,r)=>{e.push([r,n])}),e},et=(...t)=>{let e=new Headers;for(let n of t){if(!n)continue;let r=n instanceof Headers?$u(n):Object.entries(n);for(let[s,c]of r)if(c===null)e.delete(s);else if(Array.isArray(c))for(let u of c)e.append(s,u);else c!==void 0&&e.set(s,typeof c=="object"?JSON.stringify(c):c)}return e},qe=class{fns=[];clear(){this.fns=[]}eject(e){let n=this.getInterceptorIndex(e);this.fns[n]&&(this.fns[n]=null)}exists(e){let n=this.getInterceptorIndex(e);return!!this.fns[n]}getInterceptorIndex(e){return typeof e=="number"?this.fns[e]?e:-1:this.fns.indexOf(e)}update(e,n){let r=this.getInterceptorIndex(e);return this.fns[r]?(this.fns[r]=n,e):!1}use(e){return this.fns.push(e),this.fns.length-1}},as=()=>({error:new qe,request:new qe,response:new qe}),qu=ss({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),Du={"Content-Type":"application/json"},De=(t={})=>({...Kt,headers:Du,parseAs:"auto",querySerializer:qu,...t});var Me=(t={})=>{let e=Nt(De(),t),n=()=>({...e}),r=f=>(e=Nt(e,f),n()),s=as(),c=async f=>{let m={...e,...f,fetch:f.fetch??e.fetch??globalThis.fetch,headers:et(e.headers,f.headers),serializedBody:void 0};m.security&&await os({...m,security:m.security}),m.requestValidator&&await m.requestValidator(m),m.body!==void 0&&m.bodySerializer&&(m.serializedBody=m.bodySerializer(m.body)),(m.body===void 0||m.serializedBody==="")&&m.headers.delete("Content-Type");let _=Ht(m);return{opts:m,url:_}},u=async f=>{let{opts:m,url:_}=await c(f),x={redirect:"follow",...m,body:Bt(m)},I=new Request(_,x);for(let k of s.request.fns)k&&(I=await k(I,m));let T=m.fetch,l;try{l=await T(I)}catch(k){let E=k;for(let w of s.error.fns)w&&(E=await w(k,void 0,I,m));if(E=E||{},m.throwOnError)throw E;return m.responseStyle==="data"?void 0:{error:E,request:I,response:void 0}}for(let k of s.response.fns)k&&(l=await k(l,I,m));let h={request:I,response:l};if(l.ok){let k=(m.parseAs==="auto"?is(l.headers.get("Content-Type")):m.parseAs)??"json";if(l.status===204||l.headers.get("Content-Length")==="0"){let w;switch(k){case"arrayBuffer":case"blob":case"text":w=await l[k]();break;case"formData":w=new FormData;break;case"stream":w=l.body;break;default:w={};break}return m.responseStyle==="data"?w:{data:w,...h}}let E;switch(k){case"arrayBuffer":case"blob":case"formData":case"text":E=await l[k]();break;case"json":{let w=await l.text();E=w?JSON.parse(w):{};break}case"stream":return m.responseStyle==="data"?l.body:{data:l.body,...h}}return k==="json"&&(m.responseValidator&&await m.responseValidator(E),m.responseTransformer&&(E=await m.responseTransformer(E))),m.responseStyle==="data"?E:{data:E,...h}}let a=await l.text(),A;try{A=JSON.parse(a)}catch{}let j=A??a,v=j;for(let k of s.error.fns)k&&(v=await k(j,l,I,m));if(v=v||{},m.throwOnError)throw v;return m.responseStyle==="data"?void 0:{error:v,...h}},p=f=>m=>u({...m,method:f}),g=f=>async m=>{let{opts:_,url:x}=await c(m);return ts({..._,body:_.body,headers:_.headers,method:f,onRequest:async(I,T)=>{let l=new Request(I,T);for(let h of s.request.fns)h&&(l=await h(l,_));return l},serializedBody:Bt(_),url:x})};return{buildUrl:Ht,connect:p("CONNECT"),delete:p("DELETE"),get:p("GET"),getConfig:n,head:p("HEAD"),interceptors:s,options:p("OPTIONS"),patch:p("PATCH"),post:p("POST"),put:p("PUT"),request:u,setConfig:r,sse:{connect:g("CONNECT"),delete:g("DELETE"),get:g("GET"),head:g("HEAD"),options:g("OPTIONS"),patch:g("PATCH"),post:g("POST"),put:g("PUT"),trace:g("TRACE")},trace:p("TRACE")}};var Mu={$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"},Uu=Object.entries(Mu),cs=(t,e)=>{e||(e=new Map);for(let n of t)"in"in n?n.key&&e.set(n.key,{in:n.in,map:n.map}):"key"in n?e.set(n.key,{map:n.map}):n.args&&cs(n.args,e);return e},Ou=t=>{for(let[e,n]of Object.entries(t))n&&typeof n=="object"&&!Object.keys(n).length&&delete t[e]},d=(t,e)=>{let n={body:{},headers:{},path:{},query:{}},r=cs(e),s;for(let[c,u]of t.entries())if(e[c]&&(s=e[c]),!!s)if("in"in s)if(s.key){let p=r.get(s.key),g=p.map||s.key;p.in&&(n[p.in][g]=u)}else n.body=u;else for(let[p,g]of Object.entries(u??{})){let f=r.get(p);if(f)if(f.in){let m=f.map||p;n[f.in][m]=g}else n[f.map]=g;else{let m=Uu.find(([_])=>p.startsWith(_));if(m){let[_,x]=m;n[x][p.slice(_.length)]=g}else if("allowExtra"in s&&s.allowExtra){for(let[_,x]of Object.entries(s.allowExtra))if(x){n[_][p]=g;break}}}}return Ou(n),n};var ls=Me(De({baseUrl:"http://localhost:4096"}));var b=class{client;constructor(e){this.client=e?.client??ls}},Wt=class{defaultKey="default";instances=new Map;get(e){let n=this.instances.get(e??this.defaultKey);if(!n)throw new Error('No SDK client found. Create one with "new OpencodeClient()" to fix this error.');return n}set(e,n){this.instances.set(n??this.defaultKey,e)}},zt=class extends b{remove(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"}]}]);return(n?.client??this.client).delete({url:"/auth/{providerID}",...n,...r})}set(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"},{key:"auth",map:"body"}]}]);return(n?.client??this.client).put({url:"/auth/{providerID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Vt=class extends b{log(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"service"},{in:"body",key:"level"},{in:"body",key:"message"},{in:"body",key:"extra"}]}]);return(n?.client??this.client).post({url:"/log",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}agents(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/agent",...n,...r})}skills(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/skill",...n,...r})}},Jt=class extends b{moveSession(e,n){let r=d([e],[{args:[{in:"body",key:"sessionID"},{in:"body",key:"destination"},{in:"body",key:"moveChanges"}]}]);return(n?.client??this.client).post({url:"/experimental/control-plane/move-session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Xt=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/capabilities",...n,...r})}},Qt=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/console",...n,...r})}listOrgs(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/console/orgs",...n,...r})}switchOrg(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"accountID"},{in:"body",key:"orgID"}]}]);return(n?.client??this.client).post({url:"/experimental/console/switch",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Yt=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"roots"},{in:"query",key:"start"},{in:"query",key:"cursor"},{in:"query",key:"search"},{in:"query",key:"limit"},{in:"query",key:"archived"}]}]);return(n?.client??this.client).get({url:"/experimental/session",...n,...r})}background(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/experimental/session/{sessionID}/background",...n,...r})}},Zt=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/resource",...n,...r})}},en=class extends b{generateName(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"context"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy/generate-name",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},tn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/workspace/adapter",...n,...r})}},nn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/workspace",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"id"},{in:"body",key:"type"},{in:"body",key:"branch"},{in:"body",key:"extra"}]}]);return(n?.client??this.client).post({url:"/experimental/workspace",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}syncList(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/experimental/workspace/sync-list",...n,...r})}status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/workspace/status",...n,...r})}remove(e,n){let r=d([e],[{args:[{in:"path",key:"id"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/experimental/workspace/{id}",...n,...r})}warp(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"id"},{in:"body",key:"sessionID"},{in:"body",key:"copyChanges"}]}]);return(n?.client??this.client).post({url:"/experimental/workspace/warp",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_adapter;get adapter(){return this._adapter??=new tn({client:this.client})}},rn=class extends b{_controlPlane;get controlPlane(){return this._controlPlane??=new Jt({client:this.client})}_capabilities;get capabilities(){return this._capabilities??=new Xt({client:this.client})}_console;get console(){return this._console??=new Qt({client:this.client})}_session;get session(){return this._session??=new Yt({client:this.client})}_resource;get resource(){return this._resource??=new Zt({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new en({client:this.client})}_workspace;get workspace(){return this._workspace??=new nn({client:this.client})}},sn=class extends b{get(e){return(e?.client??this.client).get({url:"/global/config",...e})}update(e,n){let r=d([e],[{args:[{key:"config",map:"body"}]}]);return(n?.client??this.client).patch({url:"/global/config",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},on=class extends b{health(e){return(e?.client??this.client).get({url:"/global/health",...e})}event(e){return(e?.client??this.client).sse.get({url:"/global/event",...e})}dispose(e){return(e?.client??this.client).post({url:"/global/dispose",...e})}upgrade(e,n){let r=d([e],[{args:[{in:"body",key:"target"}]}]);return(n?.client??this.client).post({url:"/global/upgrade",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_config;get config(){return this._config??=new sn({client:this.client})}},an=class extends b{subscribe(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).sse.get({url:"/event",...n,...r})}},cn=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/config",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"config",map:"body"}]}]);return(n?.client??this.client).patch({url:"/config",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}providers(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/config/providers",...n,...r})}},ln=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"provider"},{in:"query",key:"model"}]}]);return(n?.client??this.client).get({url:"/experimental/tool",...n,...r})}ids(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/tool/ids",...n,...r})}},un=class extends b{remove(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"worktreeRemoveInput",map:"body"}]}]);return(n?.client??this.client).delete({url:"/experimental/worktree",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/worktree",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"worktreeCreateInput",map:"body"}]}]);return(n?.client??this.client).post({url:"/experimental/worktree",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}reset(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"worktreeResetInput",map:"body"}]}]);return(n?.client??this.client).post({url:"/experimental/worktree/reset",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},pn=class extends b{text(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"pattern"}]}]);return(n?.client??this.client).get({url:"/find",...n,...r})}files(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"query"},{in:"query",key:"dirs"},{in:"query",key:"type"},{in:"query",key:"limit"}]}]);return(n?.client??this.client).get({url:"/find/file",...n,...r})}symbols(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"query"}]}]);return(n?.client??this.client).get({url:"/find/symbol",...n,...r})}},dn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/file",...n,...r})}read(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/file/content",...n,...r})}status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/file/status",...n,...r})}},gn=class extends b{dispose(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/instance/dispose",...n,...r})}},mn=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/path",...n,...r})}},fn=class extends b{raw(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/vcs/diff/raw",...n,...r})}},yn=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/vcs",...n,...r})}status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/vcs/status",...n,...r})}diff(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"mode"},{in:"query",key:"context"}]}]);return(n?.client??this.client).get({url:"/vcs/diff",...n,...r})}apply(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"patch"}]}]);return(n?.client??this.client).post({url:"/vcs/apply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_diff;get diff2(){return this._diff??=new fn({client:this.client})}},hn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/command",...n,...r})}},bn=class extends b{status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/lsp",...n,...r})}},xn=class extends b{status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/formatter",...n,...r})}},_n=class extends b{remove(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/mcp/{name}/auth",...n,...r})}start(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/auth",...n,...r})}callback(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"code"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/auth/callback",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}authenticate(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/auth/authenticate",...n,...r})}},Pn=class extends b{status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/mcp",...n,...r})}add(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"name"},{in:"body",key:"config"}]}]);return(n?.client??this.client).post({url:"/mcp",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}connect(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/connect",...n,...r})}disconnect(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/disconnect",...n,...r})}_auth;get auth(){return this._auth??=new _n({client:this.client})}},kn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/project",...n,...r})}current(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/project/current",...n,...r})}initGit(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/project/git/init",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"name"},{in:"body",key:"icon"},{in:"body",key:"commands"}]}]);return(n?.client??this.client).patch({url:"/project/{projectID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}directories(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/project/{projectID}/directories",...n,...r})}},wn=class extends b{shells(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/pty/shells",...n,...r})}list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/pty",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"command"},{in:"body",key:"args"},{in:"body",key:"cwd"},{in:"body",key:"title"},{in:"body",key:"env"}]}]);return(n?.client??this.client).post({url:"/pty",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}remove(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/pty/{ptyID}",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/pty/{ptyID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"title"},{in:"body",key:"size"}]}]);return(n?.client??this.client).put({url:"/pty/{ptyID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}connectToken(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/pty/{ptyID}/connect-token",...n,...r})}connect(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"cursor"},{in:"query",key:"ticket"}]}]);return(n?.client??this.client).get({url:"/pty/{ptyID}/connect",...n,...r})}},Sn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/question",...n,...r})}reply(e,n){let r=d([e],[{args:[{in:"path",key:"requestID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"answers"}]}]);return(n?.client??this.client).post({url:"/question/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}reject(e,n){let r=d([e],[{args:[{in:"path",key:"requestID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/question/{requestID}/reject",...n,...r})}},vn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/permission",...n,...r})}reply(e,n){let r=d([e],[{args:[{in:"path",key:"requestID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"reply"},{in:"body",key:"message"}]}]);return(n?.client??this.client).post({url:"/permission/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}respond(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"permissionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"response"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/permissions/{permissionID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Cn=class extends b{authorize(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"method"},{in:"body",key:"inputs"}]}]);return(n?.client??this.client).post({url:"/provider/{providerID}/oauth/authorize",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}callback(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"method"},{in:"body",key:"code"}]}]);return(n?.client??this.client).post({url:"/provider/{providerID}/oauth/callback",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Rn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/provider",...n,...r})}auth(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/provider/auth",...n,...r})}_oauth;get oauth(){return this._oauth??=new Cn({client:this.client})}},Tn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"scope"},{in:"query",key:"path"},{in:"query",key:"roots"},{in:"query",key:"start"},{in:"query",key:"search"},{in:"query",key:"limit"}]}]);return(n?.client??this.client).get({url:"/session",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"parentID"},{in:"body",key:"title"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"metadata"},{in:"body",key:"permission"},{in:"body",key:"workspaceID"}]}]);return(n?.client??this.client).post({url:"/session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/status",...n,...r})}delete(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/session/{sessionID}",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"title"},{in:"body",key:"metadata"},{in:"body",key:"permission"},{in:"body",key:"time"}]}]);return(n?.client??this.client).patch({url:"/session/{sessionID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}children(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/children",...n,...r})}todo(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/todo",...n,...r})}diff(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"messageID"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/diff",...n,...r})}messages(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"limit"},{in:"query",key:"before"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/message",...n,...r})}prompt(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"model"},{in:"body",key:"agent"},{in:"body",key:"noReply"},{in:"body",key:"tools"},{in:"body",key:"format"},{in:"body",key:"system"},{in:"body",key:"variant"},{in:"body",key:"parts"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/message",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}deleteMessage(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/session/{sessionID}/message/{messageID}",...n,...r})}message(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/message/{messageID}",...n,...r})}fork(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/fork",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}abort(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/abort",...n,...r})}init(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"modelID"},{in:"body",key:"providerID"},{in:"body",key:"messageID"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/init",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}unshare(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/session/{sessionID}/share",...n,...r})}share(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/share",...n,...r})}summarize(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"providerID"},{in:"body",key:"modelID"},{in:"body",key:"auto"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/summarize",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}promptAsync(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"model"},{in:"body",key:"agent"},{in:"body",key:"noReply"},{in:"body",key:"tools"},{in:"body",key:"format"},{in:"body",key:"system"},{in:"body",key:"variant"},{in:"body",key:"parts"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/prompt_async",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}command(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"arguments"},{in:"body",key:"command"},{in:"body",key:"variant"},{in:"body",key:"parts"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/command",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}shell(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"command"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/shell",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}revert(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"partID"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/revert",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}unrevert(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/unrevert",...n,...r})}},An=class extends b{delete(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"},{in:"path",key:"partID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/session/{sessionID}/message/{messageID}/part/{partID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"},{in:"path",key:"partID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"part",map:"body"}]}]);return(n?.client??this.client).patch({url:"/session/{sessionID}/message/{messageID}/part/{partID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},In=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"body",map:"body"}]}]);return(n?.client??this.client).post({url:"/sync/history",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},jn=class extends b{start(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/sync/start",...n,...r})}replay(e,n){let r=d([e],[{args:[{in:"query",key:"query_directory",map:"directory"},{in:"query",key:"workspace"},{in:"body",key:"body_directory",map:"directory"},{in:"body",key:"events"}]}]);return(n?.client??this.client).post({url:"/sync/replay",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}steal(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/sync/steal",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_history;get history(){return this._history??=new In({client:this.client})}},En=class extends b{next(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/tui/control/next",...n,...r})}response(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"body",map:"body"}]}]);return(n?.client??this.client).post({url:"/tui/control/response",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},$n=class extends b{appendPrompt(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"text"}]}]);return(n?.client??this.client).post({url:"/tui/append-prompt",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}openHelp(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/open-help",...n,...r})}openSessions(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/open-sessions",...n,...r})}openThemes(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/open-themes",...n,...r})}openModels(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/open-models",...n,...r})}submitPrompt(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/submit-prompt",...n,...r})}clearPrompt(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/clear-prompt",...n,...r})}executeCommand(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"command"}]}]);return(n?.client??this.client).post({url:"/tui/execute-command",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}showToast(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"title"},{in:"body",key:"message"},{in:"body",key:"variant"},{in:"body",key:"duration"}]}]);return(n?.client??this.client).post({url:"/tui/show-toast",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}publish(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"body",map:"body"}]}]);return(n?.client??this.client).post({url:"/tui/publish",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}selectSession(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/tui/select-session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_control;get control(){return this._control??=new En({client:this.client})}},qn=class extends b{get(e){return(e?.client??this.client).get({url:"/api/health",...e})}},Dn=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/location",...n,...r})}},Mn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/agent",...n,...r})}},Un=class extends b{stage(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"messageID"},{in:"body",key:"files"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/revert/stage",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}clear(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/revert/clear",...n,...r})}commit(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/revert/commit",...n,...r})}},On=class extends b{list(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/permission",...n,...r})}reply(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"},{in:"body",key:"reply"},{in:"body",key:"message"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/permission/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Fn=class extends b{list(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/question",...n,...r})}reply(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"},{key:"questionV2Reply",map:"body"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/question/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}reject(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/question/{requestID}/reject",...n,...r})}},Ln=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"workspace"},{in:"query",key:"limit"},{in:"query",key:"order"},{in:"query",key:"search"},{in:"query",key:"directory"},{in:"query",key:"project"},{in:"query",key:"subpath"},{in:"query",key:"cursor"}]}]);return(n?.client??this.client).get({url:"/api/session",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"body",key:"id"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"location"}]}]);return(n?.client??this.client).post({url:"/api/session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}get(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}",...n,...r})}switchAgent(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"agent"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/agent",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}switchModel(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"model"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/model",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}prompt(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"id"},{in:"body",key:"prompt"},{in:"body",key:"delivery"},{in:"body",key:"resume"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/prompt",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}compact(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/compact",...n,...r})}wait(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/wait",...n,...r})}context(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/context",...n,...r})}messages(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"limit"},{in:"query",key:"order"},{in:"query",key:"cursor"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/message",...n,...r})}_revert;get revert(){return this._revert??=new Un({client:this.client})}_permission;get permission(){return this._permission??=new On({client:this.client})}_question;get question(){return this._question??=new Fn({client:this.client})}},Gn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/model",...n,...r})}},Bn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/provider",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/provider/{providerID}",...n,...r})}},Kn=class extends b{key(e,n){let r=d([e],[{args:[{in:"path",key:"integrationID"},{in:"query",key:"location"},{in:"body",key:"key"},{in:"body",key:"label"}]}]);return(n?.client??this.client).post({url:"/api/integration/{integrationID}/connect/key",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}oauth(e,n){let r=d([e],[{args:[{in:"path",key:"integrationID"},{in:"query",key:"location"},{in:"body",key:"methodID"},{in:"body",key:"inputs"},{in:"body",key:"label"}]}]);return(n?.client??this.client).post({url:"/api/integration/{integrationID}/connect/oauth",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Hn=class extends b{cancel(e,n){let r=d([e],[{args:[{in:"path",key:"attemptID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).delete({url:"/api/integration/attempt/{attemptID}",...n,...r})}status(e,n){let r=d([e],[{args:[{in:"path",key:"attemptID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/integration/attempt/{attemptID}",...n,...r})}complete(e,n){let r=d([e],[{args:[{in:"path",key:"attemptID"},{in:"query",key:"location"},{in:"body",key:"code"}]}]);return(n?.client??this.client).post({url:"/api/integration/attempt/{attemptID}/complete",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Nn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/integration",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"integrationID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/integration/{integrationID}",...n,...r})}_connect;get connect(){return this._connect??=new Kn({client:this.client})}_attempt;get attempt(){return this._attempt??=new Hn({client:this.client})}},Wn=class extends b{remove(e,n){let r=d([e],[{args:[{in:"path",key:"credentialID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).delete({url:"/api/credential/{credentialID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"credentialID"},{in:"query",key:"location"},{in:"body",key:"label"}]}]);return(n?.client??this.client).patch({url:"/api/credential/{credentialID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},zn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/permission/request",...n,...r})}},Vn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"projectID"}]}]);return(n?.client??this.client).get({url:"/api/permission/saved",...n,...r})}remove(e,n){let r=d([e],[{args:[{in:"path",key:"id"}]}]);return(n?.client??this.client).delete({url:"/api/permission/saved/{id}",...n,...r})}},Jn=class extends b{_request;get request(){return this._request??=new zn({client:this.client})}_saved;get saved(){return this._saved??=new Vn({client:this.client})}},Xn=class extends b{read(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/fs/read/*",...n,...r})}list(e,n){let r=d([e],[{args:[{in:"query",key:"location"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/api/fs/list",...n,...r})}find(e,n){let r=d([e],[{args:[{in:"query",key:"location"},{in:"query",key:"query"},{in:"query",key:"type"},{in:"query",key:"limit"}]}]);return(n?.client??this.client).get({url:"/api/fs/find",...n,...r})}},Qn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/command",...n,...r})}},Yn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/skill",...n,...r})}},Zn=class extends b{subscribe(e){return(e?.client??this.client).sse.get({url:"/api/event",...e})}},er=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/pty",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"location"},{in:"body",key:"command"},{in:"body",key:"args"},{in:"body",key:"cwd"},{in:"body",key:"title"},{in:"body",key:"env"}]}]);return(n?.client??this.client).post({url:"/api/pty",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}remove(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).delete({url:"/api/pty/{ptyID}",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/pty/{ptyID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location"},{in:"body",key:"title"},{in:"body",key:"size"}]}]);return(n?.client??this.client).put({url:"/api/pty/{ptyID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}connectToken(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).post({url:"/api/pty/{ptyID}/connect-token",...n,...r})}connect(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location[directory]"},{in:"query",key:"location[workspace]"},{in:"query",key:"cursor"},{in:"query",key:"ticket"}]}]);return(n?.client??this.client).get({url:"/api/pty/{ptyID}/connect",...n,...r})}},tr=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/question/request",...n,...r})}},nr=class extends b{_request;get request(){return this._request??=new tr({client:this.client})}},rr=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/reference",...n,...r})}},sr=class extends b{remove(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"},{in:"body",key:"directory"},{in:"body",key:"force"}]}]);return(n?.client??this.client).delete({url:"/experimental/project/{projectID}/copy",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}create(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"},{in:"body",key:"strategy"},{in:"body",key:"directory"},{in:"body",key:"name"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}refresh(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy/refresh",...n,...r})}},ir=class extends b{_health;get health(){return this._health??=new qn({client:this.client})}_location;get location(){return this._location??=new Dn({client:this.client})}_agent;get agent(){return this._agent??=new Mn({client:this.client})}_session;get session(){return this._session??=new Ln({client:this.client})}_model;get model(){return this._model??=new Gn({client:this.client})}_provider;get provider(){return this._provider??=new Bn({client:this.client})}_integration;get integration(){return this._integration??=new Nn({client:this.client})}_credential;get credential(){return this._credential??=new Wn({client:this.client})}_permission;get permission(){return this._permission??=new Jn({client:this.client})}_fs;get fs(){return this._fs??=new Xn({client:this.client})}_command;get command(){return this._command??=new Qn({client:this.client})}_skill;get skill(){return this._skill??=new Yn({client:this.client})}_event;get event(){return this._event??=new Zn({client:this.client})}_pty;get pty(){return this._pty??=new er({client:this.client})}_question;get question(){return this._question??=new nr({client:this.client})}_reference;get reference(){return this._reference??=new rr({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new sr({client:this.client})}},tt=class t extends b{static __registry=new Wt;constructor(e){super(e),t.__registry.set(this,e?.key)}_auth;get auth(){return this._auth??=new zt({client:this.client})}_app;get app(){return this._app??=new Vt({client:this.client})}_experimental;get experimental(){return this._experimental??=new rn({client:this.client})}_global;get global(){return this._global??=new on({client:this.client})}_event;get event(){return this._event??=new an({client:this.client})}_config;get config(){return this._config??=new cn({client:this.client})}_tool;get tool(){return this._tool??=new ln({client:this.client})}_worktree;get worktree(){return this._worktree??=new un({client:this.client})}_find;get find(){return this._find??=new pn({client:this.client})}_file;get file(){return this._file??=new dn({client:this.client})}_instance;get instance(){return this._instance??=new gn({client:this.client})}_path;get path(){return this._path??=new mn({client:this.client})}_vcs;get vcs(){return this._vcs??=new yn({client:this.client})}_command;get command(){return this._command??=new hn({client:this.client})}_lsp;get lsp(){return this._lsp??=new bn({client:this.client})}_formatter;get formatter(){return this._formatter??=new xn({client:this.client})}_mcp;get mcp(){return this._mcp??=new Pn({client:this.client})}_project;get project(){return this._project??=new kn({client:this.client})}_pty;get pty(){return this._pty??=new wn({client:this.client})}_question;get question(){return this._question??=new Sn({client:this.client})}_permission;get permission(){return this._permission??=new vn({client:this.client})}_provider;get provider(){return this._provider??=new Rn({client:this.client})}_session;get session(){return this._session??=new Tn({client:this.client})}_part;get part(){return this._part??=new An({client:this.client})}_sync;get sync(){return this._sync??=new jn({client:this.client})}_tui;get tui(){return this._tui??=new $n({client:this.client})}_v2;get v2(){return this._v2??=new ir({client:this.client})}};function ps(t,e,n,r){if(!r?.throwOnError||t instanceof Error)return t;if(typeof t=="object"&&t!==null&&Object.keys(t).length>0){let c=t,u=typeof c.data?.message=="string"&&c.data.message||typeof c.message=="string"&&c.message||typeof c.name=="string"&&c.name||us(n,e);return new Error(u,{cause:{body:t,status:e?.status}})}if(typeof t=="string"&&t.length>0)return new Error(t,{cause:{body:t,status:e?.status}});let s=e?"(empty response body)":"network error (no response)";return new Error(`opencode server ${us(n,e)}: ${s}`,{cause:{body:t,status:e?.status}})}function us(t,e){let n=t?.method??"?",r=t?.url??"?",s=e?.status,c=e?.statusText;return`${n} ${r}${s?" \u2192 "+s:""}${c?" "+c:""}`}function Fu(t,e,n){if(t)return e&&(t===e||n&&t===n(e))?e:t}function Lu(t,e){if(t.method!=="GET"&&t.method!=="HEAD")return t;let n=new URL(t.url),r=!1;for(let[c,u]of[["x-opencode-directory","directory"],["x-opencode-workspace","workspace"]]){let p=Fu(t.headers.get(c),u==="directory"?e.directory:e.workspace,u==="directory"?encodeURIComponent:void 0);if(p){for(let g of n.pathname.startsWith("/api/")?[u,`location[${u}]`]:[u])n.searchParams.has(g)||n.searchParams.set(g,p);r=!0}}if(!r)return t;let s=new Request(n,t);return s.headers.delete("x-opencode-directory"),s.headers.delete("x-opencode-workspace"),s}function or(t){t?.fetch||(t={...t,fetch:r=>(r.timeout=!1,fetch(r))}),t?.directory&&(t.headers={...t.headers,"x-opencode-directory":encodeURIComponent(t.directory)}),t?.experimental_workspaceID&&(t.headers={...t.headers,"x-opencode-workspace":t.experimental_workspaceID});let e=Me(t);return e.interceptors.request.use(n=>Lu(n,{directory:t?.directory,workspace:t?.experimental_workspaceID})),e.interceptors.response.use(n=>{if(n.headers.get("content-type")==="text/html")throw new Error("Request is not supported by this version of OpenCode Server (Server responded with text/html)");return n}),e.interceptors.error.use(ps),new tt({client:e})}var Gu=new Set(["api","cli","mobile","web"]);function nt(t){let e=t?.trim().toLowerCase();return e&&Gu.has(e)?e:null}function Bu(t){return new Promise(e=>setTimeout(e,t))}async function ds(t,e,n){let r=Math.max(1,e?.attempts??1),s=e?.baseDelayMs??0,c=e?.invalidateBetweenAttempts??!1,u=null;for(let p=0;p<r;p++)if(p>0&&(c&&n?.(),s>0&&await Bu(s)),u=await t(),u)return u;return u}var Ku=3e4;function Hu(t){return(t instanceof Request?t.url:String(t)).includes("/global/event")}function ar(t,e,n=Ku){let r=t instanceof Request?t.signal:e?.signal;if(Hu(t))return r??void 0;let s=AbortSignal.timeout(n);return r?typeof AbortSignal.any=="function"?AbortSignal.any([r,s]):r:s}function cr(t,e,n,r){let s=new Headers(t instanceof Request?t.headers:void 0);e?.headers&&new Headers(e.headers).forEach((u,p)=>{s.set(p,u)}),n&&!s.has("Authorization")&&s.set("Authorization",`Bearer ${n}`);let c=nt(r);return c&&!s.has("X-Kortix-Client")&&s.set("X-Kortix-Client",c),s}function gs(){return new Response(JSON.stringify({error:"Not authenticated"}),{status:401,headers:{"Content-Type":"application/json"}})}async function lr(){return $().getToken()}async function ne(t){return ds(()=>$().getToken(),t,rt)}function rt(){}function Bm(t){}function Km(t){}async function _e(){return lr()}async function ms(t){return ne(t)}function fs(t,e,n,r){let s=$().fetch??fetch;if(t instanceof Request){let c=new Request(t,{headers:n,...r?{signal:r}:{}});return s(c)}return s(t,{...e,headers:n,...r?{signal:r}:{}})}async function q(t,e,n){let{retryOnAuthError:r=!0,timeoutMs:s}=n??{},c=await ms();if(!c)return gs();let u=$().clientSource,p=cr(t,e,c,u),g=s===void 0?ar(t,e):ar(t,e,s),f=await fs(t,e,p,g);if(f.status===401&&r&&c){rt();let m=await ms({attempts:2,baseDelayMs:200});if(m&&m!==c){let _=cr(t,e,m,u);return fs(t,e,_,g)}}return f}var Pe={url:null,sandboxId:null,dbSandboxId:null,version:0},Nu=new Set;function ys(t,e=null,n=null){if(!(Pe.url===t&&Pe.sandboxId===e&&Pe.dbSandboxId===n)){Pe={url:t,sandboxId:e,dbSandboxId:n,version:Pe.version+1};for(let r of Nu)r()}}function hs(){return Pe.url}function Wu(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function le(){return Wu($().backendUrl||"http://localhost:8008/v1")}function bs(){let t=$().sandboxId;return t?`${le()}/p/${t}/8000`:""}function zu(t){return`${le()}/p/${t}/8000`}function st(t){return zu(t)}function L(){let t=hs();return t||($().billingEnabled??!1?"":bs())}var R=class extends Error{status;code;details;data;detail;response;url;endpoint;timeout;constructor(e,n={}){super(e),this.name="ApiError";let{name:r,stack:s,...c}=n;Object.assign(this,c),r&&(this.name=r),s&&(this.stack=s);let u=typeof e=="string"?e:e==null?"":String(e);Object.defineProperty(this,"message",{value:u,enumerable:!0,writable:!0,configurable:!0}),Object.setPrototypeOf(this,new.target.prototype)}},ke=class extends R{constructor(e="Not authenticated"){super(e,{code:"NO_SESSION"}),this.name="AuthError"}},ue=class t extends Error{status;detail;constructor(e,n,r){super(r||n.message||`Billing Error: ${e}`),this.name="BillingError",this.status=e,this.detail=n,Object.setPrototypeOf(this,t.prototype)}},we=class t extends Error{status;detail;constructor(e=431,n,r){let s="Request headers are too large",c="Try uploading files one at a time, or reduce the number of files in a single request.";super(r||n?.message||s),this.name="RequestTooLargeError",this.status=e,this.detail={message:n?.message||s,suggestion:n?.suggestion||c},Object.setPrototypeOf(this,t.prototype)}},ur="feature_disabled";function xs(t){if(!(t instanceof R)||t.status!==403||t.code!==ur)return null;let e=t.details??t.data;return e&&typeof e=="object"?e:{}}function _s(t){let e=xs(t);return e?(typeof e.feature=="string"&&!t.feature&&(t.feature=e.feature),!0):!1}function Ps(t){let e=xs(t);if(!e)return null;let n=t.feature;return typeof n=="string"?n:typeof e.feature=="string"?e.feature:null}function Se(t){let e=t.response?.status||t.status;if(e!==402)return t;let n=t.response?.data||t.data||t.detail||{},r=n?.detail||n;return new ue(e,{message:r?.message||t.message||"Billing error",...r})}function ks(t){return t instanceof ue}function ws(t){if(!(t instanceof ue))return null;let e=t.detail?.message?.toLowerCase()||"";return e.includes("credit")||e.includes("balance")||e.includes("insufficient")?{alertTitle:"You ran out of credits",alertSubtitle:"Upgrade your plan to get more credits and continue using the AI assistant."}:{alertTitle:"Billing check failed",alertSubtitle:t.detail?.message||"Please upgrade to continue."}}async function pr(t,e){return(await t.json().catch(()=>({})))?.error||t.statusText||e}function dr(t){if(!t)throw new Error("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading");return t}async function Ss(t){let e=dr(t),n=await q(`${e}/env`);if(!n.ok)throw new Error(await pr(n,"Failed to load secrets"));return(await n.json()).secrets??{}}async function vs(t,e,n){let r=dr(t),s=await q(`${r}/env/${encodeURIComponent(e)}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({value:n})});if(!s.ok)throw new Error(await pr(s,"Failed to save secret"))}async function Cs(t,e){let n=dr(t),r=await q(`${n}/env/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await pr(r,"Failed to delete secret"))}var Vu={list:Ss,set:vs,delete:Cs};async function Ju(t,e,n){let r=t;for(;r.endsWith("/");)r=r.slice(0,-1);let s=await q(`${r}/kortix/triggers${e}`,{...n,headers:{"Content-Type":"application/json",...n?.headers}}),c=await s.json();if(!s.ok)throw new Error(c?.error||c?.message||`Request failed with ${s.status}`);return c}function ve(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return e===t.length?t:t.slice(0,e)}async function it(t,e){let n=await t.json().catch(()=>({}));return n?.error||n?.message||t.statusText||e}function Ue(t){if(!t)throw new Error("[kortix-pty] Server URL not ready \u2014 sandbox is still loading");return ve(t)}async function Rs(t){let e=Ue(t),n=await q(`${e}/kortix/pty`);if(!n.ok)throw new Error(await it(n,"Failed to list terminals"));return n.json()}async function Ts(t,e){let n=Ue(t),r=await q(`${n}/kortix/pty`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e??{})});if(!r.ok)throw new Error(await it(r,"Failed to create terminal"));return r.json()}async function As(t,e,n){let r=Ue(t),s=await q(`${r}/kortix/pty/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!s.ok)throw new Error(await it(s,"Failed to update terminal"));return s.json()}async function Is(t,e){let n=Ue(t),r=await q(`${n}/kortix/pty/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await it(r,"Failed to remove terminal"))}async function js(t,e){let n=Ue(e),s=`${(()=>{try{let p=new URL(n);return p.protocol==="https:"?p.protocol="wss:":p.protocol==="http:"&&(p.protocol="ws:"),typeof window<"u"&&window.location.protocol==="https:"&&p.protocol==="ws:"&&(p.protocol="wss:"),ve(p.toString())}catch{return n.replace("https://","wss://").replace("http://","ws://")}})()}/kortix/pty/${encodeURIComponent(t)}/connect`,c=await _e();if(!c)return s;let u=s.includes("?")?"&":"?";return`${s}${u}token=${encodeURIComponent(c)}`}var Xu={list:Rs,create:Ts,update:As,remove:Is,webSocketUrl:js};async function S(t,e,n,r){let s=t;for(;s.endsWith("/");)s=s.slice(0,-1);let c=await q(`${s}${e}`,{...n,headers:{"Content-Type":"application/json",...n?.headers}},r),u=await c.text(),p={};try{p=u?JSON.parse(u):{}}catch{p={}}if(!c.ok)throw new Error(p?.error||p?.message||p?.details||u.slice(0,200)||`Request failed with ${c.status}`);return p}async function pf(t,e={}){let n=new URLSearchParams;e.projectId&&n.set("project_id",e.projectId),e.status&&n.set("status",e.status);let r=n.toString()?`?${n}`:"";return S(t,`/kortix/tasks${r}`)}async function df(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}`)}async function gf(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}/events`)}async function mf(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}/status`)}async function ff(t,e){return S(t,"/kortix/tasks",{method:"POST",body:JSON.stringify(e)})}async function yf(t,e,n){return S(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function hf(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}/start`,{method:"POST"})}async function bf(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}/approve`,{method:"POST"})}async function xf(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"DELETE"})}async function _f(t,e){let n=e?`?project_id=${encodeURIComponent(e)}`:"";return S(t,`/kortix/tickets${n}`)}async function Pf(t,e){return S(t,`/kortix/tickets/${encodeURIComponent(e)}`)}async function kf(t,e){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/events`)}async function wf(t,e){return S(t,"/kortix/tickets",{method:"POST",body:JSON.stringify(e)})}async function Sf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function vf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/status`,{method:"POST",body:JSON.stringify(n)})}async function Cf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/assign`,{method:"POST",body:JSON.stringify(n)})}async function Rf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/unassign`,{method:"POST",body:JSON.stringify(n)})}async function Tf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/comments`,{method:"POST",body:JSON.stringify(n)})}async function Af(t,e){return S(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"DELETE"})}async function If(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/columns`)}async function jf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/columns`,{method:"PUT",body:JSON.stringify({columns:n})})}async function Ef(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/fields`)}async function $f(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/fields`,{method:"PUT",body:JSON.stringify({fields:n})})}async function qf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/templates`)}async function Df(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/templates`,{method:"PUT",body:JSON.stringify({templates:n})})}async function Mf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/pm-session`,{method:"POST"})}async function Uf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents`)}async function Of(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents`,{method:"POST",body:JSON.stringify(n)})}async function Ff(t,e,n,r){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function Lf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Gf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}/persona`)}async function Bf(t,e,n=200){return S(t,`/kortix/projects/${encodeURIComponent(e)}/activity?limit=${n}`)}async function Kf(t){return S(t,"/kortix/projects")}async function Hf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}`)}async function Nf(t,e){return S(t,`/kortix/projects/by-session/${encodeURIComponent(e)}`)}async function Wf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/sessions`)}async function zf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Vf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function Jf(t,e,n="all"){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones?status=${n}`)}async function Xf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`)}async function Qf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/events`)}async function Yf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones`,{method:"POST",body:JSON.stringify(n)})}async function Zf(t,e,n,r){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function ey(t,e,n,r){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/close`,{method:"POST",body:JSON.stringify(r)})}async function ty(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/reopen`,{method:"POST"})}async function ny(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"DELETE"})}async function ry(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`)}async function sy(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}/events`)}async function iy(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`,{method:"POST",body:JSON.stringify(n)})}async function oy(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`)}async function ay(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`,{method:"DELETE"})}var Qu=1e4,Yu={retryOnAuthError:!1};function Ce(t,e,n){return S(t,e,{signal:AbortSignal.timeout(Qu),...n},Yu)}async function cy(t,e=!1){return(await Ce(t,`/kortix/services${e?"?all=true":""}`)).services??[]}async function ly(t){return(await Ce(t,"/kortix/services/templates")).templates??[]}async function uy(t,e){return(await Ce(t,`/kortix/services/${encodeURIComponent(e)}/logs`)).logs??[]}async function py(t,e,n){let r=n==="delete",s=r?`/kortix/services/${encodeURIComponent(e)}`:`/kortix/services/${encodeURIComponent(e)}/${n}`;return Ce(t,s,{method:r?"DELETE":"POST"})}async function dy(t,e){return Ce(t,`/kortix/services/reconcile${e?"?reload=true":""}`,{method:"POST"})}async function gy(t,e){return Ce(t,"/kortix/services/register",{method:"POST",body:JSON.stringify(e)})}var ot=new Map,gr=class extends Error{constructor(e="[opencode-sdk] Server URL not ready \u2014 sandbox is still loading"){super(e),this.name="RuntimeNotReadyError"}};function pe(){let t=L();if(!t)throw new gr;return re(t)}function re(t){if(!t)throw new Error("[opencode-sdk] getClientForUrl called without a url");let e=ot.get(t);if(e)return e;if(!Gt())throw new Error("[opencode-sdk] No auth token provider configured \u2014 call configureKortix()/createKortix() before talking to a sandbox runtime.");let n=or({baseUrl:t,fetch:q});return ot.set(t,n),n}function _y(t){ot.delete(t)}function Py(){ot.clear()}var at=new Map;function ky(t){if(!t)throw new Error("[opencode-sdk] getPublicClientForUrl called without a url");let e=at.get(t);if(e)return e;let n=or({baseUrl:t,fetch});return at.set(t,n),n}function wy(t){at.delete(t)}function Sy(){at.clear()}async function Zu(t){let e=await t.text().catch(()=>"");try{let n=JSON.parse(e);return n?.error||n?.message||e||t.statusText||`HTTP ${t.status}`}catch{return e||t.statusText||`HTTP ${t.status}`}}async function vy(t){let e=L();if(!e)throw new R("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading",{code:"RUNTIME_UNAVAILABLE"});let n=t==="full"?"/kortix/refresh":"/global/dispose",r=await q(`${e}${n}`,{method:"POST"}),s=r.headers.get("content-type")??"",c=/^application\/([\w.+-]+\+)?json\b/i.test(s.trim());if(!r.ok)throw new R(`System reload failed (${r.status}): ${await Zu(r)}`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"});if(!c)throw new R(`System reload endpoint is unavailable on this sandbox (${n})`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"});let u;try{u=await r.json()}catch(g){throw new R(`System reload returned malformed JSON from ${n}: ${g instanceof Error?g.message:String(g)}`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"})}let p=u===!0||typeof u=="object"&&u!==null&&u.ok===!0;return{success:p,mode:t,steps:p?[t==="full"?"refreshed workspace and restarted runtime":"reloaded config in place"]:[],errors:p?[]:[`the sandbox did not confirm the reload (${n})`]}}function $s(t){if(t.error){let e=t.error,n=e?.data?.message||e?.message||(typeof e?.error=="string"?e.error:null)||"SDK request failed";throw new R(n,{status:e?.response?.status??e?.status,response:e?.response,details:e})}return t.data}async function Re(t){let e=await t.text().catch(()=>""),n=null;try{n=JSON.parse(e)}catch{}return n?.error||e||t.statusText||`HTTP ${t.status}`}async function ct(t,e=L()){let n=await q(`${e}${t}`);if(!n.ok)throw new R(await Re(n),{status:n.status,response:n});return n.json()}var fr=["/workspace","/tmp","/home","/opt"],ep=fr.filter(t=>t!=="/workspace");function qs(t){return fr.some(e=>t===e||t.startsWith(`${e}/`))}function Ds(t){return qs(t)?t:`/workspace/${t.replace(/^\/+/,"")}`}function Te(t){let e=t||"";if(e==="/workspace"||e==="/workspace/")return"";if(e.startsWith("/workspace/"))e=e.slice(11);else if(ep.some(n=>e===n||e.startsWith(`${n}/`)))return e;for(;e.startsWith("/");)e=e.slice(1);return e}var Ms=Te;async function lt(t,e=L()){let n=Te(t)||".";return(await ct(`/file?path=${encodeURIComponent(n)}`,e)).map(s=>({...s,path:s.absolute||`/workspace/${s.path}`}))}async function Fe(t,e=L()){let n=Te(t),r=await q(`${e}/file/content?path=${encodeURIComponent(n)}`);if(!r.ok)throw new R(await Re(r),{status:r.status,response:r});return r.json()}async function tp(t,e,n=L()){let r=Te(t),s=await q(`${n}/file/raw?path=${encodeURIComponent(r)}`);if(!s.ok)throw new R(await Re(s),{status:s.status,response:s});if((s.headers.get("content-type")||"").includes("text/html"))throw new R("File could not be loaded (raw byte route unavailable)",{status:s.status,response:s,code:"INVALID_CONTENT_TYPE"});let c=await s.blob();return e&&(!c.type||c.type==="application/octet-stream")?new Blob([c],{type:e}):c}async function Le(t,e=L()){try{return await tp(t,void 0,e)}catch{}let n=await Fe(t,e);if(n.encoding==="base64"&&n.content){let r=Uint8Array.from(atob(n.content),s=>s.charCodeAt(0));return new Blob([r],{type:n.mimeType||"application/octet-stream"})}return new Blob([n.content??""],{type:n.mimeType||"text/plain;charset=utf-8"})}function ut(t=L()){return ct("/file/status",t)}async function pt(t,e,n=L()){let r=new URLSearchParams({query:t});return e?.type&&r.set("type",e.type),e?.limit&&r.set("limit",String(e.limit)),ct(`/find/file?${r.toString()}`,n)}async function dt(t,e=L()){return(await ct(`/find?pattern=${encodeURIComponent(t)}`,e)).map(r=>({path:typeof r.path=="string"?r.path:r.path?.text??"",lines:typeof r.lines=="string"?r.lines:r.lines?.text??"",line_number:r.line_number,absolute_offset:r.absolute_offset,submatches:(r.submatches??[]).map(s=>({start:s.start,end:s.end}))}))}var Oe=[400,1200],np=t=>t===408||t===429||t===502||t===503||t===504,Es=t=>new Promise(e=>setTimeout(e,t));function rp(t){let e=t?.name;return e==="TimeoutError"||e==="AbortError"}var mr=3e4,sp=15*6e4,ip=256;function op(t){if(typeof t!="number"||!Number.isFinite(t)||t<=0)return mr;let e=mr+t/ip;return Math.min(sp,Math.max(mr,Math.round(e)))}async function ap(t){let e=await t.text().catch(()=>""),n=null;try{n=e?JSON.parse(e):null}catch{}let r=n?.error||n?.message||n?.data?.message;return typeof r=="string"&&r.trim()?r.trim():(t.headers.get("content-type")||"").includes("text/html")||/<html[\s>]/i.test(e)?t.status===502||/bad gateway/i.test(e)?"Bad gateway while reaching the sandbox upload service. Please retry.":t.statusText||`HTTP ${t.status}`:e.replace(/\s+/g," ").trim().slice(0,500)||t.statusText||`HTTP ${t.status}`}async function Us(t,e){let n;for(let s=0;s<=Oe.length;s++){let c;try{c=await e(t())}catch(p){if(n=p,rp(p)||s===Oe.length)break;await Es(Oe[s]);continue}if(c.ok)return c.json();let u=await ap(c);if(n=new R(`Upload failed (${c.status}): ${u}`,{status:c.status,response:c}),!np(c.status)||s===Oe.length)throw n;await Es(Oe[s])}if(n instanceof R)throw n;let r=n instanceof Error?n.message:String(n||"request failed");throw new R(`Upload failed: ${r}`)}function Ge(t,e,n,r=L()){let s=op(t.size);return Us(()=>{let c=new FormData,u=(e??"").trim();return u&&c.append("path",u.startsWith("/")?u:`/${u}`),n?c.append("file",t,n):c.append("file",t),c},c=>q(`${r}/file/upload`,{method:"POST",body:c},{timeoutMs:s}))}function cp(t,e,n=L()){return Us(()=>{let r=new FormData;return r.append(t,e,t.split("/").pop()||"file"),r},async r=>{let s={},c=await _e();return c&&(s.Authorization=`Bearer ${c}`),fetch(`${n}/file/upload`,{method:"POST",body:r,headers:s})})}function gt(t,e=L()){let n=t.trim(),s=(n.startsWith("/")?n:`/${n}`).split("/"),c=s.pop()||"untitled",u=s.join("/")||"/workspace";return Ge(new File([" "],c,{type:"application/octet-stream"}),u,void 0,e)}async function mt(t,e,n=L()){return cp(e,await Le(t,n),n)}async function ft(t,e=L()){let n=await q(`${e}/file`,{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new R(`Delete failed (${n.status}): ${await Re(n)}`,{status:n.status,response:n});return n.json()}async function yt(t,e=L()){let n=await q(`${e}/file/mkdir`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new R(`Mkdir failed (${n.status}): ${await Re(n)}`,{status:n.status,response:n});return n.json()}async function ht(t,e,n=L()){let r=await q(`${n}/file/rename`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({from:t,to:e})});if(!r.ok)throw new R(`Rename failed (${r.status}): ${await Re(r)}`,{status:r.status,response:r});return r.json()}async function Os(){return $s(await pe().project.current())}async function yr(){return $s(await pe().global.health())}async function Fs(){try{return(await yr()).healthy===!0}catch{return!1}}var lp={list:lt,read:Fe,readBlob:Le,status:ut,findFiles:pt,findText:dt,upload:Ge,create:gt,copy:mt,remove:ft,mkdir:yt,rename:ht,currentProject:Os,health:yr,isReachable:Fs,toDaemonPath:Te,toSandboxAbsolutePath:Ds,toWorkspaceRelative:Ms};var Z=()=>$().backendUrl||"",pp="feature_not_supported",dp="model_not_servable",gp="provision_in_flight",Gs="request_deadline",mp=/^Request exceeded the \d+s server processing deadline$/,fp=(t,e,n)=>t!==503?!1:(typeof e=="object"&&e!==null&&"code"in e?e.code:void 0)===Gs||mp.test(n),yp=t=>new Promise(e=>setTimeout(e,t)),hp=new Set([502,503,504]),bp=t=>hp.has(t),xp=t=>{let e=(t??"GET").toUpperCase();return e==="GET"||e==="HEAD"},_p=2,Ls=t=>t?.name==="AbortError"||t?.name==="AbortSignal"||t instanceof Error&&t.message.includes("aborted"),bt=!1;function Fy(t){bt=t}function Ly(){return bt}async function de(t,e={}){let{showErrors:n=!0,errorContext:r,timeout:s=3e4,...c}=e,u=new AbortController,p=null,g=!1,f=!1;try{p=setTimeout(()=>{!g&&!u.signal.aborted&&(g=!0,f=!0,u.abort())},s);let m=await ne(),_=c.body instanceof FormData,x={};_||(x["Content-Type"]="application/json"),Object.assign(x,c.headers);let I=nt($().clientSource),T=Object.keys(x).some(v=>v.toLowerCase()==="x-kortix-client");if(I&&!T&&(x["X-Kortix-Client"]=I),bt&&(x["x-kortix-admin-bypass"]="1"),m)x.Authorization=`Bearer ${m}`;else return{error:new ke,success:!1};let l=xp(c.method),h=l?_p+1:1,a;for(let v=0;v<h;v++){v>0&&await yp(250*2**(v-1));let k=v===0?u:new AbortController;v>0&&(p=setTimeout(()=>{f=!0,k.abort()},s));try{a=await($().fetch??fetch)(t,{...c,headers:x,signal:k.signal,credentials:c.credentials??"omit"})}catch(w){if(p&&(clearTimeout(p),p=null),Ls(w)||v===h-1)throw w;continue}if(p&&(clearTimeout(p),p=null),!(l&&bp(a.status)&&v<h-1))break;try{await a.arrayBuffer()}catch{}}if(!a.ok){let v=`HTTP ${a.status}: ${a.statusText}`,k=null;try{k=await a.json(),typeof k.reason=="string"?v=k.reason:typeof k.message=="string"?v=k.message:k.error&&typeof k.error=="string"?v=k.error:typeof k.detail=="string"?v=k.detail:typeof k.detail?.message=="string"&&(v=k.detail.message)}catch{}let E=fp(a.status,k,v),w=new R(v,{status:a.status,response:a,details:k||void 0,data:k,detail:k?.detail,code:E?Gs:k?.code||k?.error_code||k?.detail?.error_code||a.status.toString()});if(a.status===402&&(w=Se(w)),a.status===403&&k?.code==="account_mfa_required"&&typeof window<"u"&&typeof window.dispatchEvent=="function")try{window.dispatchEvent(new CustomEvent("kortix:mfa-required"))}catch{}a.status===431&&(w=new we(431,{message:"Request is too large to process",suggestion:"Try uploading files one at a time, or reduce the number of files attached to your message."}));let F=a.status===501&&k?.code===pp,K=a.status===409&&k?.code===dp,y=a.status===409&&k?.code===gp;return n&&!F&&!K&&!y&&!E&&$().onError?.(w,r),{error:w,success:!1}}let A,j=a.headers.get("content-type");return j?.includes("application/json")?A=await a.json():j?.includes("text/")?A=await a.text():A=await a.blob(),{data:A,success:!0}}catch(m){p&&(clearTimeout(p),p=null);let _=Ls(m);_&&(g=!0);let x;if(_){if(!f)return{error:new R("Request aborted",{name:"AbortError",code:"ABORTED"}),success:!1};let I=t.replace(Z(),"")||t;x=new R(`Request timed out after ${Math.round(s/1e3)}s: ${I}`,{code:"TIMEOUT",url:t,endpoint:I,timeout:s})}else m instanceof Error?(x=new R(m.message,{name:m.name||"ApiError",stack:m.stack}),n&&$().onError?.(x,r)):(x=new R(String(m)),n&&$().onError?.(x,r));return{error:x,success:!1}}}var Gy={async execute(t,e){try{let{data:n,error:r}=await t();if(r){let s=new R(r.message||"Database error",{code:r.code,details:r});return $().onError?.(s,e),{error:s,success:!1}}return{data:n,success:!0}}catch(n){let r=n instanceof Error?new R(n.message,{name:n.name||"ApiError",stack:n.stack}):new R(String(n));return $().onError?.(r,e),{error:r,success:!1}}}};async function Pp(t,e,n={}){let{timeout:r=3e4,fetch:s=fetch}=n,c=await ne(),u={Accept:"text/event-stream","Content-Type":"application/json"},p=nt($().clientSource);p&&(u["X-Kortix-Client"]=p),bt&&(u["x-kortix-admin-bypass"]="1"),c&&(u.Authorization=`Bearer ${c}`);let g=new AbortController,f=setTimeout(()=>g.abort(),r);try{return await s(`${Z()}${t}`,{method:"POST",headers:u,body:JSON.stringify(e),signal:g.signal,credentials:"omit"})}finally{clearTimeout(f)}}var i={get:(t,e)=>de(`${Z()}${t}`,{...e,method:"GET"}),post:(t,e,n)=>de(`${Z()}${t}`,{...n,method:"POST",body:e?JSON.stringify(e):void 0}),put:(t,e,n)=>de(`${Z()}${t}`,{...n,method:"PUT",body:e?JSON.stringify(e):void 0}),patch:(t,e,n)=>de(`${Z()}${t}`,{...n,method:"PATCH",body:e?JSON.stringify(e):void 0}),delete:(t,e)=>de(`${Z()}${t}`,{...e,method:"DELETE"}),upload:(t,e,n)=>{let{headers:r,...s}=n||{},c={...r};return delete c["Content-Type"],de(`${Z()}${t}`,{...s,method:"POST",body:e,headers:c})},uploadPut:(t,e,n)=>{let{headers:r,...s}=n||{},c={...r};return delete c["Content-Type"],de(`${Z()}${t}`,{...s,method:"PUT",body:e,headers:c})},postStream:Pp};function o(t,e="Project request failed"){if(!t.success||t.data===void 0)throw t.error??new Error(e);return t.data}function hr(t){return t.replace(/\/v1\/?$/,"")}async function Ae(t,e){if(!t.backendUrl||!t.accessToken)return null;let n=hr(t.backendUrl);try{let r=await fetch(`${n}${e}`,{headers:{Authorization:`Bearer ${t.accessToken}`,"Content-Type":"application/json"},signal:AbortSignal.timeout(t.timeoutMs??8e3)});return r.ok?await r.json():null}catch{return null}}async function Bs(){return o(await i.get("/accounts"))}async function Ks(t){return o(await i.post("/accounts",t))}async function Hs(t){return o(await i.get(`/accounts/${t}`))}async function Ns(t,e){return o(await i.patch(`/accounts/${t}`,{name:e}))}async function Ws(t){return o(await i.get(`/accounts/${t}/members`))}async function zs(t,e){return o(await i.post(`/accounts/${t}/members`,e,{showErrors:!1}))}async function Vs(t){return o(await i.get(`/accounts/${t}/invites`))}async function Js(t,e){return o(await i.delete(`/accounts/${t}/invites/${e}`))}async function Xs(t,e){return o(await i.post(`/accounts/${t}/invites/${e}/resend`,{}))}async function Qs(t){return o(await i.get(`/account-invites/${t}`,{showErrors:!1}))}async function Ys(t){return o(await i.post(`/account-invites/${t}/accept`,{}))}async function Zs(t){return o(await i.post(`/account-invites/${t}/decline`,{}))}async function ei(t,e){return o(await i.delete(`/accounts/${t}/members/${e}`))}async function ti(t,e,n){return o(await i.patch(`/accounts/${t}/members/${e}`,{role:n}))}async function ni(t){return o(await i.post(`/accounts/${t}/leave`,{}))}async function zy(t){return Ae(t,"/v1/accounts")}async function ri(){let t=await i.get("/accounts/me",{showErrors:!1});return!t.success||!t.data?{valid:!1,error:t.error}:{valid:!0,identity:t.data}}var Qy=["agent_tunnel","marketplace","connectors_api_discover","agentmail_email","teams","voice","llm_gateway","review_center","meta_agent","apps"];async function Ie(){return o(await i.get("/projects"))}async function ii(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return o(await i.get(`/projects${e}`))}async function br(t,e){return o(await i.get(`/projects/${t}`,e))}async function oi(t,e,n="write"){return o(await i.post(`/projects/${t}/git/collaborators`,{github_username:e,permission:n}))}async function ai(t,e){return o(await i.post(`/projects/${t}/manifest/validate`,{raw:e}),"Failed to validate manifest")}async function ci(t){return o(await i.post(`/projects/${t}/git-token`,{}),"Failed to mint git token")}function Yy(t){let e=t.metadata?.git;return e?.provider==="github"&&e?.managed===!0}async function xr(t,e){let n=o(await i.get(`/projects/${t}/detail`,{showErrors:!1,...e}));return{...n,config:{...n.config,default_agent:n.config.default_agent??n.config.open_code_default_agent??null}}}async function _r(t,e){return o(await i.get(`/projects/${t}/llm-catalog`,{showErrors:!1,...e}))}async function Pr(t,e){return o(await i.get(`/projects/${t}/model-picker`,{showErrors:!1,...e}))}async function Zy(t,e){return o(await i.get(`/projects/${t}/llm-catalog/providers`,{showErrors:!1,...e}))}async function li(t){return o(await i.post("/projects",t))}async function ui(t){return o(await i.post("/projects/create-repo",t))}async function pi(t,e={}){return o(await i.post("/projects/provision",{seed_starter:!0,...t},{timeout:12e4,...e}))}var si=200;function kp(t){let e=t.split(`
6
+ `),J=[],Q;for(let U of V)if(U.startsWith("data:"))J.push(U.replace(/^data:\s*/,""));else if(U.startsWith("event:"))Q=U.replace(/^event:\s*/,"");else if(U.startsWith("id:"))_=U.replace(/^id:\s*/,"");else if(U.startsWith("retry:")){let H=Number.parseInt(U.replace(/^retry:\s*/,""),10);Number.isNaN(H)||(l=H)}let N,D=!1;if(J.length){let U=J.join(`
7
+ `);try{N=JSON.parse(U),D=!0}catch{N=U}}D&&(s&&await s(N),r&&(N=await r(N))),n?.({data:N,event:Q,id:_,retry:l}),J.length&&(yield N)}}}finally{a.removeEventListener("abort",K),w.releaseLock()}break}catch(j){if(e?.(j),u!==void 0&&h>=u)break;let v=Math.min(l*2**(h-1),p??3e4);await x(v)}}}()}};var Du=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},Mu=t=>{switch(t){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},Uu=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},Ze=({allowReserved:t,explode:e,name:n,style:r,value:s})=>{if(!e){let p=(t?s:s.map(g=>encodeURIComponent(g))).join(Mu(r));switch(r){case"label":return`.${p}`;case"matrix":return`;${n}=${p}`;case"simple":return p;default:return`${n}=${p}`}}let c=Du(r),u=s.map(p=>r==="label"||r==="simple"?t?p:encodeURIComponent(p):_e({allowReserved:t,name:n,value:p})).join(c);return r==="label"||r==="matrix"?c+u:u},_e=({allowReserved:t,name:e,value:n})=>{if(n==null)return"";if(typeof n=="object")throw new Error("Deeply-nested arrays/objects aren\u2019t supported. Provide your own `querySerializer()` to handle these.");return`${e}=${t?n:encodeURIComponent(n)}`},et=({allowReserved:t,explode:e,name:n,style:r,value:s,valueOnly:c})=>{if(s instanceof Date)return c?s.toISOString():`${n}=${s.toISOString()}`;if(r!=="deepObject"&&!e){let g=[];Object.entries(s).forEach(([m,_])=>{g=[...g,m,t?_:encodeURIComponent(_)]});let f=g.join(",");switch(r){case"form":return`${n}=${f}`;case"label":return`.${f}`;case"matrix":return`;${n}=${f}`;default:return f}}let u=Uu(r),p=Object.entries(s).map(([g,f])=>_e({allowReserved:t,name:r==="deepObject"?`${n}[${g}]`:g,value:f})).join(u);return r==="label"||r==="matrix"?u+p:p};var Ou=/\{[^{}]+\}/g,Fu=({path:t,url:e})=>{let n=e,r=e.match(Ou);if(r)for(let s of r){let c=!1,u=s.substring(1,s.length-1),p="simple";u.endsWith("*")&&(c=!0,u=u.substring(0,u.length-1)),u.startsWith(".")?(u=u.substring(1),p="label"):u.startsWith(";")&&(u=u.substring(1),p="matrix");let g=t[u];if(g==null)continue;if(Array.isArray(g)){n=n.replace(s,Ze({explode:c,name:u,style:p,value:g}));continue}if(typeof g=="object"){n=n.replace(s,et({explode:c,name:u,style:p,value:g,valueOnly:!0}));continue}if(p==="matrix"){n=n.replace(s,`;${_e({name:u,value:g})}`);continue}let f=encodeURIComponent(p==="label"?`.${g}`:g);n=n.replace(s,f)}return n},ls=({baseUrl:t,path:e,query:n,querySerializer:r,url:s})=>{let c=s.startsWith("/")?s:`/${s}`,u=(t??"")+c;e&&(u=Fu({path:e,url:u}));let p=n?r(n):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(u+=`?${p}`),u};function Nt(t){let e=t.body!==void 0;if(e&&t.bodySerializer)return"serializedBody"in t?t.serializedBody!==void 0&&t.serializedBody!==""?t.serializedBody:null:t.body!==""?t.body:null;if(e)return t.body}var us=async(t,e)=>{let n=typeof e=="function"?await e(t):e;if(n)return t.scheme==="bearer"?`Bearer ${n}`:t.scheme==="basic"?`Basic ${btoa(n)}`:n};var Ht={bodySerializer:t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString():n)};var ps=({parameters:t={},...e}={})=>r=>{let s=[];if(r&&typeof r=="object")for(let c in r){let u=r[c];if(u==null)continue;let p=t[c]||e;if(Array.isArray(u)){let g=Ze({allowReserved:p.allowReserved,explode:!0,name:c,style:"form",value:u,...p.array});g&&s.push(g)}else if(typeof u=="object"){let g=et({allowReserved:p.allowReserved,explode:!0,name:c,style:"deepObject",value:u,...p.object});g&&s.push(g)}else{let g=_e({allowReserved:p.allowReserved,name:c,value:u});g&&s.push(g)}}return s.join("&")},ds=t=>{if(!t)return"stream";let e=t.split(";")[0]?.trim();if(e){if(e.startsWith("application/json")||e.endsWith("+json"))return"json";if(e==="multipart/form-data")return"formData";if(["application/","audio/","image/","video/"].some(n=>e.startsWith(n)))return"blob";if(e.startsWith("text/"))return"text"}},Lu=(t,e)=>e?!!(t.headers.has(e)||t.query?.[e]||t.headers.get("Cookie")?.includes(`${e}=`)):!1,gs=async({security:t,...e})=>{for(let n of t){if(Lu(e,n.name))continue;let r=await us(n,e.auth);if(!r)continue;let s=n.name??"Authorization";switch(n.in){case"query":e.query||(e.query={}),e.query[s]=r;break;case"cookie":e.headers.append("Cookie",`${s}=${r}`);break;default:e.headers.set(s,r);break}}},Wt=t=>ls({baseUrl:t.baseUrl,path:t.path,query:t.query,querySerializer:typeof t.querySerializer=="function"?t.querySerializer:ps(t.querySerializer),url:t.url}),zt=(t,e)=>{let n={...t,...e};return n.baseUrl?.endsWith("/")&&(n.baseUrl=n.baseUrl.substring(0,n.baseUrl.length-1)),n.headers=tt(t.headers,e.headers),n},Gu=t=>{let e=[];return t.forEach((n,r)=>{e.push([r,n])}),e},tt=(...t)=>{let e=new Headers;for(let n of t){if(!n)continue;let r=n instanceof Headers?Gu(n):Object.entries(n);for(let[s,c]of r)if(c===null)e.delete(s);else if(Array.isArray(c))for(let u of c)e.append(s,u);else c!==void 0&&e.set(s,typeof c=="object"?JSON.stringify(c):c)}return e},De=class{fns=[];clear(){this.fns=[]}eject(e){let n=this.getInterceptorIndex(e);this.fns[n]&&(this.fns[n]=null)}exists(e){let n=this.getInterceptorIndex(e);return!!this.fns[n]}getInterceptorIndex(e){return typeof e=="number"?this.fns[e]?e:-1:this.fns.indexOf(e)}update(e,n){let r=this.getInterceptorIndex(e);return this.fns[r]?(this.fns[r]=n,e):!1}use(e){return this.fns.push(e),this.fns.length-1}},ms=()=>({error:new De,request:new De,response:new De}),Bu=ps({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),Ku={"Content-Type":"application/json"},Me=(t={})=>({...Ht,headers:Ku,parseAs:"auto",querySerializer:Bu,...t});var Ue=(t={})=>{let e=zt(Me(),t),n=()=>({...e}),r=f=>(e=zt(e,f),n()),s=ms(),c=async f=>{let m={...e,...f,fetch:f.fetch??e.fetch??globalThis.fetch,headers:tt(e.headers,f.headers),serializedBody:void 0};m.security&&await gs({...m,security:m.security}),m.requestValidator&&await m.requestValidator(m),m.body!==void 0&&m.bodySerializer&&(m.serializedBody=m.bodySerializer(m.body)),(m.body===void 0||m.serializedBody==="")&&m.headers.delete("Content-Type");let _=Wt(m);return{opts:m,url:_}},u=async f=>{let{opts:m,url:_}=await c(f),x={redirect:"follow",...m,body:Nt(m)},I=new Request(_,x);for(let k of s.request.fns)k&&(I=await k(I,m));let T=m.fetch,l;try{l=await T(I)}catch(k){let E=k;for(let w of s.error.fns)w&&(E=await w(k,void 0,I,m));if(E=E||{},m.throwOnError)throw E;return m.responseStyle==="data"?void 0:{error:E,request:I,response:void 0}}for(let k of s.response.fns)k&&(l=await k(l,I,m));let h={request:I,response:l};if(l.ok){let k=(m.parseAs==="auto"?ds(l.headers.get("Content-Type")):m.parseAs)??"json";if(l.status===204||l.headers.get("Content-Length")==="0"){let w;switch(k){case"arrayBuffer":case"blob":case"text":w=await l[k]();break;case"formData":w=new FormData;break;case"stream":w=l.body;break;default:w={};break}return m.responseStyle==="data"?w:{data:w,...h}}let E;switch(k){case"arrayBuffer":case"blob":case"formData":case"text":E=await l[k]();break;case"json":{let w=await l.text();E=w?JSON.parse(w):{};break}case"stream":return m.responseStyle==="data"?l.body:{data:l.body,...h}}return k==="json"&&(m.responseValidator&&await m.responseValidator(E),m.responseTransformer&&(E=await m.responseTransformer(E))),m.responseStyle==="data"?E:{data:E,...h}}let a=await l.text(),A;try{A=JSON.parse(a)}catch{}let j=A??a,v=j;for(let k of s.error.fns)k&&(v=await k(j,l,I,m));if(v=v||{},m.throwOnError)throw v;return m.responseStyle==="data"?void 0:{error:v,...h}},p=f=>m=>u({...m,method:f}),g=f=>async m=>{let{opts:_,url:x}=await c(m);return cs({..._,body:_.body,headers:_.headers,method:f,onRequest:async(I,T)=>{let l=new Request(I,T);for(let h of s.request.fns)h&&(l=await h(l,_));return l},serializedBody:Nt(_),url:x})};return{buildUrl:Wt,connect:p("CONNECT"),delete:p("DELETE"),get:p("GET"),getConfig:n,head:p("HEAD"),interceptors:s,options:p("OPTIONS"),patch:p("PATCH"),post:p("POST"),put:p("PUT"),request:u,setConfig:r,sse:{connect:g("CONNECT"),delete:g("DELETE"),get:g("GET"),head:g("HEAD"),options:g("OPTIONS"),patch:g("PATCH"),post:g("POST"),put:g("PUT"),trace:g("TRACE")},trace:p("TRACE")}};var Nu={$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"},Hu=Object.entries(Nu),fs=(t,e)=>{e||(e=new Map);for(let n of t)"in"in n?n.key&&e.set(n.key,{in:n.in,map:n.map}):"key"in n?e.set(n.key,{map:n.map}):n.args&&fs(n.args,e);return e},Wu=t=>{for(let[e,n]of Object.entries(t))n&&typeof n=="object"&&!Object.keys(n).length&&delete t[e]},d=(t,e)=>{let n={body:{},headers:{},path:{},query:{}},r=fs(e),s;for(let[c,u]of t.entries())if(e[c]&&(s=e[c]),!!s)if("in"in s)if(s.key){let p=r.get(s.key),g=p.map||s.key;p.in&&(n[p.in][g]=u)}else n.body=u;else for(let[p,g]of Object.entries(u??{})){let f=r.get(p);if(f)if(f.in){let m=f.map||p;n[f.in][m]=g}else n[f.map]=g;else{let m=Hu.find(([_])=>p.startsWith(_));if(m){let[_,x]=m;n[x][p.slice(_.length)]=g}else if("allowExtra"in s&&s.allowExtra){for(let[_,x]of Object.entries(s.allowExtra))if(x){n[_][p]=g;break}}}}return Wu(n),n};var ys=Ue(Me({baseUrl:"http://localhost:4096"}));var b=class{client;constructor(e){this.client=e?.client??ys}},Vt=class{defaultKey="default";instances=new Map;get(e){let n=this.instances.get(e??this.defaultKey);if(!n)throw new Error('No SDK client found. Create one with "new OpencodeClient()" to fix this error.');return n}set(e,n){this.instances.set(n??this.defaultKey,e)}},Jt=class extends b{remove(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"}]}]);return(n?.client??this.client).delete({url:"/auth/{providerID}",...n,...r})}set(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"},{key:"auth",map:"body"}]}]);return(n?.client??this.client).put({url:"/auth/{providerID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Xt=class extends b{log(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"service"},{in:"body",key:"level"},{in:"body",key:"message"},{in:"body",key:"extra"}]}]);return(n?.client??this.client).post({url:"/log",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}agents(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/agent",...n,...r})}skills(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/skill",...n,...r})}},Qt=class extends b{moveSession(e,n){let r=d([e],[{args:[{in:"body",key:"sessionID"},{in:"body",key:"destination"},{in:"body",key:"moveChanges"}]}]);return(n?.client??this.client).post({url:"/experimental/control-plane/move-session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Yt=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/capabilities",...n,...r})}},Zt=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/console",...n,...r})}listOrgs(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/console/orgs",...n,...r})}switchOrg(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"accountID"},{in:"body",key:"orgID"}]}]);return(n?.client??this.client).post({url:"/experimental/console/switch",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},en=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"roots"},{in:"query",key:"start"},{in:"query",key:"cursor"},{in:"query",key:"search"},{in:"query",key:"limit"},{in:"query",key:"archived"}]}]);return(n?.client??this.client).get({url:"/experimental/session",...n,...r})}background(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/experimental/session/{sessionID}/background",...n,...r})}},tn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/resource",...n,...r})}},nn=class extends b{generateName(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"context"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy/generate-name",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},rn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/workspace/adapter",...n,...r})}},sn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/workspace",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"id"},{in:"body",key:"type"},{in:"body",key:"branch"},{in:"body",key:"extra"}]}]);return(n?.client??this.client).post({url:"/experimental/workspace",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}syncList(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/experimental/workspace/sync-list",...n,...r})}status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/workspace/status",...n,...r})}remove(e,n){let r=d([e],[{args:[{in:"path",key:"id"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/experimental/workspace/{id}",...n,...r})}warp(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"id"},{in:"body",key:"sessionID"},{in:"body",key:"copyChanges"}]}]);return(n?.client??this.client).post({url:"/experimental/workspace/warp",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_adapter;get adapter(){return this._adapter??=new rn({client:this.client})}},on=class extends b{_controlPlane;get controlPlane(){return this._controlPlane??=new Qt({client:this.client})}_capabilities;get capabilities(){return this._capabilities??=new Yt({client:this.client})}_console;get console(){return this._console??=new Zt({client:this.client})}_session;get session(){return this._session??=new en({client:this.client})}_resource;get resource(){return this._resource??=new tn({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new nn({client:this.client})}_workspace;get workspace(){return this._workspace??=new sn({client:this.client})}},an=class extends b{get(e){return(e?.client??this.client).get({url:"/global/config",...e})}update(e,n){let r=d([e],[{args:[{key:"config",map:"body"}]}]);return(n?.client??this.client).patch({url:"/global/config",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},cn=class extends b{health(e){return(e?.client??this.client).get({url:"/global/health",...e})}event(e){return(e?.client??this.client).sse.get({url:"/global/event",...e})}dispose(e){return(e?.client??this.client).post({url:"/global/dispose",...e})}upgrade(e,n){let r=d([e],[{args:[{in:"body",key:"target"}]}]);return(n?.client??this.client).post({url:"/global/upgrade",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_config;get config(){return this._config??=new an({client:this.client})}},ln=class extends b{subscribe(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).sse.get({url:"/event",...n,...r})}},un=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/config",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"config",map:"body"}]}]);return(n?.client??this.client).patch({url:"/config",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}providers(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/config/providers",...n,...r})}},pn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"provider"},{in:"query",key:"model"}]}]);return(n?.client??this.client).get({url:"/experimental/tool",...n,...r})}ids(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/tool/ids",...n,...r})}},dn=class extends b{remove(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"worktreeRemoveInput",map:"body"}]}]);return(n?.client??this.client).delete({url:"/experimental/worktree",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/worktree",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"worktreeCreateInput",map:"body"}]}]);return(n?.client??this.client).post({url:"/experimental/worktree",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}reset(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"worktreeResetInput",map:"body"}]}]);return(n?.client??this.client).post({url:"/experimental/worktree/reset",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},gn=class extends b{text(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"pattern"}]}]);return(n?.client??this.client).get({url:"/find",...n,...r})}files(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"query"},{in:"query",key:"dirs"},{in:"query",key:"type"},{in:"query",key:"limit"}]}]);return(n?.client??this.client).get({url:"/find/file",...n,...r})}symbols(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"query"}]}]);return(n?.client??this.client).get({url:"/find/symbol",...n,...r})}},mn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/file",...n,...r})}read(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/file/content",...n,...r})}status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/file/status",...n,...r})}},fn=class extends b{dispose(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/instance/dispose",...n,...r})}},yn=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/path",...n,...r})}},hn=class extends b{raw(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/vcs/diff/raw",...n,...r})}},bn=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/vcs",...n,...r})}status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/vcs/status",...n,...r})}diff(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"mode"},{in:"query",key:"context"}]}]);return(n?.client??this.client).get({url:"/vcs/diff",...n,...r})}apply(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"patch"}]}]);return(n?.client??this.client).post({url:"/vcs/apply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_diff;get diff2(){return this._diff??=new hn({client:this.client})}},xn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/command",...n,...r})}},_n=class extends b{status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/lsp",...n,...r})}},Pn=class extends b{status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/formatter",...n,...r})}},kn=class extends b{remove(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/mcp/{name}/auth",...n,...r})}start(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/auth",...n,...r})}callback(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"code"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/auth/callback",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}authenticate(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/auth/authenticate",...n,...r})}},wn=class extends b{status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/mcp",...n,...r})}add(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"name"},{in:"body",key:"config"}]}]);return(n?.client??this.client).post({url:"/mcp",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}connect(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/connect",...n,...r})}disconnect(e,n){let r=d([e],[{args:[{in:"path",key:"name"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/mcp/{name}/disconnect",...n,...r})}_auth;get auth(){return this._auth??=new kn({client:this.client})}},Sn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/project",...n,...r})}current(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/project/current",...n,...r})}initGit(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/project/git/init",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"name"},{in:"body",key:"icon"},{in:"body",key:"commands"}]}]);return(n?.client??this.client).patch({url:"/project/{projectID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}directories(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/project/{projectID}/directories",...n,...r})}},vn=class extends b{shells(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/pty/shells",...n,...r})}list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/pty",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"command"},{in:"body",key:"args"},{in:"body",key:"cwd"},{in:"body",key:"title"},{in:"body",key:"env"}]}]);return(n?.client??this.client).post({url:"/pty",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}remove(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/pty/{ptyID}",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/pty/{ptyID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"title"},{in:"body",key:"size"}]}]);return(n?.client??this.client).put({url:"/pty/{ptyID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}connectToken(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/pty/{ptyID}/connect-token",...n,...r})}connect(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"cursor"},{in:"query",key:"ticket"}]}]);return(n?.client??this.client).get({url:"/pty/{ptyID}/connect",...n,...r})}},Cn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/question",...n,...r})}reply(e,n){let r=d([e],[{args:[{in:"path",key:"requestID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"answers"}]}]);return(n?.client??this.client).post({url:"/question/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}reject(e,n){let r=d([e],[{args:[{in:"path",key:"requestID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/question/{requestID}/reject",...n,...r})}},Rn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/permission",...n,...r})}reply(e,n){let r=d([e],[{args:[{in:"path",key:"requestID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"reply"},{in:"body",key:"message"}]}]);return(n?.client??this.client).post({url:"/permission/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}respond(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"permissionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"response"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/permissions/{permissionID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Tn=class extends b{authorize(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"method"},{in:"body",key:"inputs"}]}]);return(n?.client??this.client).post({url:"/provider/{providerID}/oauth/authorize",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}callback(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"method"},{in:"body",key:"code"}]}]);return(n?.client??this.client).post({url:"/provider/{providerID}/oauth/callback",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},An=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/provider",...n,...r})}auth(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/provider/auth",...n,...r})}_oauth;get oauth(){return this._oauth??=new Tn({client:this.client})}},In=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"scope"},{in:"query",key:"path"},{in:"query",key:"roots"},{in:"query",key:"start"},{in:"query",key:"search"},{in:"query",key:"limit"}]}]);return(n?.client??this.client).get({url:"/session",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"parentID"},{in:"body",key:"title"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"metadata"},{in:"body",key:"permission"},{in:"body",key:"workspaceID"}]}]);return(n?.client??this.client).post({url:"/session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}status(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/status",...n,...r})}delete(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/session/{sessionID}",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"title"},{in:"body",key:"metadata"},{in:"body",key:"permission"},{in:"body",key:"time"}]}]);return(n?.client??this.client).patch({url:"/session/{sessionID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}children(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/children",...n,...r})}todo(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/todo",...n,...r})}diff(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"messageID"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/diff",...n,...r})}messages(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"limit"},{in:"query",key:"before"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/message",...n,...r})}prompt(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"model"},{in:"body",key:"agent"},{in:"body",key:"noReply"},{in:"body",key:"tools"},{in:"body",key:"format"},{in:"body",key:"system"},{in:"body",key:"variant"},{in:"body",key:"parts"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/message",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}deleteMessage(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/session/{sessionID}/message/{messageID}",...n,...r})}message(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/session/{sessionID}/message/{messageID}",...n,...r})}fork(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/fork",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}abort(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/abort",...n,...r})}init(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"modelID"},{in:"body",key:"providerID"},{in:"body",key:"messageID"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/init",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}unshare(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/session/{sessionID}/share",...n,...r})}share(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/share",...n,...r})}summarize(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"providerID"},{in:"body",key:"modelID"},{in:"body",key:"auto"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/summarize",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}promptAsync(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"model"},{in:"body",key:"agent"},{in:"body",key:"noReply"},{in:"body",key:"tools"},{in:"body",key:"format"},{in:"body",key:"system"},{in:"body",key:"variant"},{in:"body",key:"parts"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/prompt_async",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}command(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"arguments"},{in:"body",key:"command"},{in:"body",key:"variant"},{in:"body",key:"parts"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/command",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}shell(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"command"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/shell",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}revert(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"messageID"},{in:"body",key:"partID"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/revert",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}unrevert(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/session/{sessionID}/unrevert",...n,...r})}},jn=class extends b{delete(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"},{in:"path",key:"partID"},{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).delete({url:"/session/{sessionID}/message/{messageID}/part/{partID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"},{in:"path",key:"partID"},{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"part",map:"body"}]}]);return(n?.client??this.client).patch({url:"/session/{sessionID}/message/{messageID}/part/{partID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},En=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"body",map:"body"}]}]);return(n?.client??this.client).post({url:"/sync/history",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},$n=class extends b{start(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/sync/start",...n,...r})}replay(e,n){let r=d([e],[{args:[{in:"query",key:"query_directory",map:"directory"},{in:"query",key:"workspace"},{in:"body",key:"body_directory",map:"directory"},{in:"body",key:"events"}]}]);return(n?.client??this.client).post({url:"/sync/replay",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}steal(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/sync/steal",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_history;get history(){return this._history??=new En({client:this.client})}},qn=class extends b{next(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/tui/control/next",...n,...r})}response(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"body",map:"body"}]}]);return(n?.client??this.client).post({url:"/tui/control/response",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Dn=class extends b{appendPrompt(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"text"}]}]);return(n?.client??this.client).post({url:"/tui/append-prompt",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}openHelp(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/open-help",...n,...r})}openSessions(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/open-sessions",...n,...r})}openThemes(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/open-themes",...n,...r})}openModels(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/open-models",...n,...r})}submitPrompt(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/submit-prompt",...n,...r})}clearPrompt(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/tui/clear-prompt",...n,...r})}executeCommand(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"command"}]}]);return(n?.client??this.client).post({url:"/tui/execute-command",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}showToast(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"title"},{in:"body",key:"message"},{in:"body",key:"variant"},{in:"body",key:"duration"}]}]);return(n?.client??this.client).post({url:"/tui/show-toast",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}publish(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"body",map:"body"}]}]);return(n?.client??this.client).post({url:"/tui/publish",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}selectSession(e,n){let r=d([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"body",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/tui/select-session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_control;get control(){return this._control??=new qn({client:this.client})}},Mn=class extends b{get(e){return(e?.client??this.client).get({url:"/api/health",...e})}},Un=class extends b{get(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/location",...n,...r})}},On=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/agent",...n,...r})}},Fn=class extends b{stage(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"messageID"},{in:"body",key:"files"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/revert/stage",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}clear(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/revert/clear",...n,...r})}commit(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/revert/commit",...n,...r})}},Ln=class extends b{list(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/permission",...n,...r})}reply(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"},{in:"body",key:"reply"},{in:"body",key:"message"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/permission/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Gn=class extends b{list(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/question",...n,...r})}reply(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"},{key:"questionV2Reply",map:"body"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/question/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}reject(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/question/{requestID}/reject",...n,...r})}},Bn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"workspace"},{in:"query",key:"limit"},{in:"query",key:"order"},{in:"query",key:"search"},{in:"query",key:"directory"},{in:"query",key:"project"},{in:"query",key:"subpath"},{in:"query",key:"cursor"}]}]);return(n?.client??this.client).get({url:"/api/session",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"body",key:"id"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"location"}]}]);return(n?.client??this.client).post({url:"/api/session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}get(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}",...n,...r})}switchAgent(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"agent"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/agent",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}switchModel(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"model"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/model",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}prompt(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"id"},{in:"body",key:"prompt"},{in:"body",key:"delivery"},{in:"body",key:"resume"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/prompt",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}compact(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/compact",...n,...r})}wait(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/wait",...n,...r})}context(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/context",...n,...r})}messages(e,n){let r=d([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"limit"},{in:"query",key:"order"},{in:"query",key:"cursor"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/message",...n,...r})}_revert;get revert(){return this._revert??=new Fn({client:this.client})}_permission;get permission(){return this._permission??=new Ln({client:this.client})}_question;get question(){return this._question??=new Gn({client:this.client})}},Kn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/model",...n,...r})}},Nn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/provider",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"providerID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/provider/{providerID}",...n,...r})}},Hn=class extends b{key(e,n){let r=d([e],[{args:[{in:"path",key:"integrationID"},{in:"query",key:"location"},{in:"body",key:"key"},{in:"body",key:"label"}]}]);return(n?.client??this.client).post({url:"/api/integration/{integrationID}/connect/key",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}oauth(e,n){let r=d([e],[{args:[{in:"path",key:"integrationID"},{in:"query",key:"location"},{in:"body",key:"methodID"},{in:"body",key:"inputs"},{in:"body",key:"label"}]}]);return(n?.client??this.client).post({url:"/api/integration/{integrationID}/connect/oauth",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Wn=class extends b{cancel(e,n){let r=d([e],[{args:[{in:"path",key:"attemptID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).delete({url:"/api/integration/attempt/{attemptID}",...n,...r})}status(e,n){let r=d([e],[{args:[{in:"path",key:"attemptID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/integration/attempt/{attemptID}",...n,...r})}complete(e,n){let r=d([e],[{args:[{in:"path",key:"attemptID"},{in:"query",key:"location"},{in:"body",key:"code"}]}]);return(n?.client??this.client).post({url:"/api/integration/attempt/{attemptID}/complete",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},zn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/integration",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"integrationID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/integration/{integrationID}",...n,...r})}_connect;get connect(){return this._connect??=new Hn({client:this.client})}_attempt;get attempt(){return this._attempt??=new Wn({client:this.client})}},Vn=class extends b{remove(e,n){let r=d([e],[{args:[{in:"path",key:"credentialID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).delete({url:"/api/credential/{credentialID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"credentialID"},{in:"query",key:"location"},{in:"body",key:"label"}]}]);return(n?.client??this.client).patch({url:"/api/credential/{credentialID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Jn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/permission/request",...n,...r})}},Xn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"projectID"}]}]);return(n?.client??this.client).get({url:"/api/permission/saved",...n,...r})}remove(e,n){let r=d([e],[{args:[{in:"path",key:"id"}]}]);return(n?.client??this.client).delete({url:"/api/permission/saved/{id}",...n,...r})}},Qn=class extends b{_request;get request(){return this._request??=new Jn({client:this.client})}_saved;get saved(){return this._saved??=new Xn({client:this.client})}},Yn=class extends b{read(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/fs/read/*",...n,...r})}list(e,n){let r=d([e],[{args:[{in:"query",key:"location"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/api/fs/list",...n,...r})}find(e,n){let r=d([e],[{args:[{in:"query",key:"location"},{in:"query",key:"query"},{in:"query",key:"type"},{in:"query",key:"limit"}]}]);return(n?.client??this.client).get({url:"/api/fs/find",...n,...r})}},Zn=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/command",...n,...r})}},er=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/skill",...n,...r})}},tr=class extends b{subscribe(e){return(e?.client??this.client).sse.get({url:"/api/event",...e})}},nr=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/pty",...n,...r})}create(e,n){let r=d([e],[{args:[{in:"query",key:"location"},{in:"body",key:"command"},{in:"body",key:"args"},{in:"body",key:"cwd"},{in:"body",key:"title"},{in:"body",key:"env"}]}]);return(n?.client??this.client).post({url:"/api/pty",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}remove(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).delete({url:"/api/pty/{ptyID}",...n,...r})}get(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/pty/{ptyID}",...n,...r})}update(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location"},{in:"body",key:"title"},{in:"body",key:"size"}]}]);return(n?.client??this.client).put({url:"/api/pty/{ptyID}",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}connectToken(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).post({url:"/api/pty/{ptyID}/connect-token",...n,...r})}connect(e,n){let r=d([e],[{args:[{in:"path",key:"ptyID"},{in:"query",key:"location[directory]"},{in:"query",key:"location[workspace]"},{in:"query",key:"cursor"},{in:"query",key:"ticket"}]}]);return(n?.client??this.client).get({url:"/api/pty/{ptyID}/connect",...n,...r})}},rr=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/question/request",...n,...r})}},sr=class extends b{_request;get request(){return this._request??=new rr({client:this.client})}},ir=class extends b{list(e,n){let r=d([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/reference",...n,...r})}},or=class extends b{remove(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"},{in:"body",key:"directory"},{in:"body",key:"force"}]}]);return(n?.client??this.client).delete({url:"/experimental/project/{projectID}/copy",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}create(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"},{in:"body",key:"strategy"},{in:"body",key:"directory"},{in:"body",key:"name"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}refresh(e,n){let r=d([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy/refresh",...n,...r})}},ar=class extends b{_health;get health(){return this._health??=new Mn({client:this.client})}_location;get location(){return this._location??=new Un({client:this.client})}_agent;get agent(){return this._agent??=new On({client:this.client})}_session;get session(){return this._session??=new Bn({client:this.client})}_model;get model(){return this._model??=new Kn({client:this.client})}_provider;get provider(){return this._provider??=new Nn({client:this.client})}_integration;get integration(){return this._integration??=new zn({client:this.client})}_credential;get credential(){return this._credential??=new Vn({client:this.client})}_permission;get permission(){return this._permission??=new Qn({client:this.client})}_fs;get fs(){return this._fs??=new Yn({client:this.client})}_command;get command(){return this._command??=new Zn({client:this.client})}_skill;get skill(){return this._skill??=new er({client:this.client})}_event;get event(){return this._event??=new tr({client:this.client})}_pty;get pty(){return this._pty??=new nr({client:this.client})}_question;get question(){return this._question??=new sr({client:this.client})}_reference;get reference(){return this._reference??=new ir({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new or({client:this.client})}},nt=class t extends b{static __registry=new Vt;constructor(e){super(e),t.__registry.set(this,e?.key)}_auth;get auth(){return this._auth??=new Jt({client:this.client})}_app;get app(){return this._app??=new Xt({client:this.client})}_experimental;get experimental(){return this._experimental??=new on({client:this.client})}_global;get global(){return this._global??=new cn({client:this.client})}_event;get event(){return this._event??=new ln({client:this.client})}_config;get config(){return this._config??=new un({client:this.client})}_tool;get tool(){return this._tool??=new pn({client:this.client})}_worktree;get worktree(){return this._worktree??=new dn({client:this.client})}_find;get find(){return this._find??=new gn({client:this.client})}_file;get file(){return this._file??=new mn({client:this.client})}_instance;get instance(){return this._instance??=new fn({client:this.client})}_path;get path(){return this._path??=new yn({client:this.client})}_vcs;get vcs(){return this._vcs??=new bn({client:this.client})}_command;get command(){return this._command??=new xn({client:this.client})}_lsp;get lsp(){return this._lsp??=new _n({client:this.client})}_formatter;get formatter(){return this._formatter??=new Pn({client:this.client})}_mcp;get mcp(){return this._mcp??=new wn({client:this.client})}_project;get project(){return this._project??=new Sn({client:this.client})}_pty;get pty(){return this._pty??=new vn({client:this.client})}_question;get question(){return this._question??=new Cn({client:this.client})}_permission;get permission(){return this._permission??=new Rn({client:this.client})}_provider;get provider(){return this._provider??=new An({client:this.client})}_session;get session(){return this._session??=new In({client:this.client})}_part;get part(){return this._part??=new jn({client:this.client})}_sync;get sync(){return this._sync??=new $n({client:this.client})}_tui;get tui(){return this._tui??=new Dn({client:this.client})}_v2;get v2(){return this._v2??=new ar({client:this.client})}};function bs(t,e,n,r){if(!r?.throwOnError||t instanceof Error)return t;if(typeof t=="object"&&t!==null&&Object.keys(t).length>0){let c=t,u=typeof c.data?.message=="string"&&c.data.message||typeof c.message=="string"&&c.message||typeof c.name=="string"&&c.name||hs(n,e);return new Error(u,{cause:{body:t,status:e?.status}})}if(typeof t=="string"&&t.length>0)return new Error(t,{cause:{body:t,status:e?.status}});let s=e?"(empty response body)":"network error (no response)";return new Error(`opencode server ${hs(n,e)}: ${s}`,{cause:{body:t,status:e?.status}})}function hs(t,e){let n=t?.method??"?",r=t?.url??"?",s=e?.status,c=e?.statusText;return`${n} ${r}${s?" \u2192 "+s:""}${c?" "+c:""}`}function zu(t,e,n){if(t)return e&&(t===e||n&&t===n(e))?e:t}function Vu(t,e){if(t.method!=="GET"&&t.method!=="HEAD")return t;let n=new URL(t.url),r=!1;for(let[c,u]of[["x-opencode-directory","directory"],["x-opencode-workspace","workspace"]]){let p=zu(t.headers.get(c),u==="directory"?e.directory:e.workspace,u==="directory"?encodeURIComponent:void 0);if(p){for(let g of n.pathname.startsWith("/api/")?[u,`location[${u}]`]:[u])n.searchParams.has(g)||n.searchParams.set(g,p);r=!0}}if(!r)return t;let s=new Request(n,t);return s.headers.delete("x-opencode-directory"),s.headers.delete("x-opencode-workspace"),s}function cr(t){t?.fetch||(t={...t,fetch:r=>(r.timeout=!1,fetch(r))}),t?.directory&&(t.headers={...t.headers,"x-opencode-directory":encodeURIComponent(t.directory)}),t?.experimental_workspaceID&&(t.headers={...t.headers,"x-opencode-workspace":t.experimental_workspaceID});let e=Ue(t);return e.interceptors.request.use(n=>Vu(n,{directory:t?.directory,workspace:t?.experimental_workspaceID})),e.interceptors.response.use(n=>{if(n.headers.get("content-type")==="text/html")throw new Error("Request is not supported by this version of OpenCode Server (Server responded with text/html)");return n}),e.interceptors.error.use(bs),new nt({client:e})}var Ju=new Set(["api","cli","mobile","web"]);function rt(t){let e=t?.trim().toLowerCase();return e&&Ju.has(e)?e:null}function Xu(t){return new Promise(e=>setTimeout(e,t))}async function xs(t,e,n){let r=Math.max(1,e?.attempts??1),s=e?.baseDelayMs??0,c=e?.invalidateBetweenAttempts??!1,u=null;for(let p=0;p<r;p++)if(p>0&&(c&&n?.(),s>0&&await Xu(s)),u=await t(),u)return u;return u}var Qu=3e4;function Yu(t){return(t instanceof Request?t.url:String(t)).includes("/global/event")}function lr(t,e,n=Qu){let r=t instanceof Request?t.signal:e?.signal;if(Yu(t))return r??void 0;let s=AbortSignal.timeout(n);return r?typeof AbortSignal.any=="function"?AbortSignal.any([r,s]):r:s}function ur(t,e,n,r){let s=new Headers(t instanceof Request?t.headers:void 0);e?.headers&&new Headers(e.headers).forEach((u,p)=>{s.set(p,u)}),n&&!s.has("Authorization")&&s.set("Authorization",`Bearer ${n}`);let c=rt(r);return c&&!s.has("X-Kortix-Client")&&s.set("X-Kortix-Client",c),s}function _s(){return new Response(JSON.stringify({error:"Not authenticated"}),{status:401,headers:{"Content-Type":"application/json"}})}async function pr(){return $().getToken()}async function ne(t){return xs(()=>$().getToken(),t,st)}function st(){}function sf(t){}function of(t){}async function Pe(){return pr()}async function Ps(t){return ne(t)}function ks(t,e,n,r){let s=$().fetch??fetch;if(t instanceof Request){let c=new Request(t,{headers:n,...r?{signal:r}:{}});return s(c)}return s(t,{...e,headers:n,...r?{signal:r}:{}})}async function q(t,e,n){let{retryOnAuthError:r=!0,timeoutMs:s}=n??{},c=await Ps();if(!c)return _s();let u=$().clientSource,p=ur(t,e,c,u),g=s===void 0?lr(t,e):lr(t,e,s),f=await ks(t,e,p,g);if(f.status===401&&r&&c){st();let m=await Ps({attempts:2,baseDelayMs:200});if(m&&m!==c){let _=ur(t,e,m,u);return ks(t,e,_,g)}}return f}var ke={url:null,sandboxId:null,dbSandboxId:null,version:0},Zu=new Set;function ws(t,e=null,n=null){if(!(ke.url===t&&ke.sandboxId===e&&ke.dbSandboxId===n)){ke={url:t,sandboxId:e,dbSandboxId:n,version:ke.version+1};for(let r of Zu)r()}}function Ss(){return ke.url}function ep(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function ue(){return ep($().backendUrl||"http://localhost:8008/v1")}function vs(){let t=$().sandboxId;return t?`${ue()}/p/${t}/8000`:""}function tp(t){return`${ue()}/p/${t}/8000`}function it(t){return tp(t)}function L(){let t=Ss();return t||($().billingEnabled??!1?"":vs())}var R=class extends Error{status;code;details;data;detail;response;url;endpoint;timeout;constructor(e,n={}){super(e),this.name="ApiError";let{name:r,stack:s,...c}=n;Object.assign(this,c),r&&(this.name=r),s&&(this.stack=s);let u=typeof e=="string"?e:e==null?"":String(e);Object.defineProperty(this,"message",{value:u,enumerable:!0,writable:!0,configurable:!0}),Object.setPrototypeOf(this,new.target.prototype)}},we=class extends R{constructor(e="Not authenticated"){super(e,{code:"NO_SESSION"}),this.name="AuthError"}},pe=class t extends Error{status;detail;constructor(e,n,r){super(r||n.message||`Billing Error: ${e}`),this.name="BillingError",this.status=e,this.detail=n,Object.setPrototypeOf(this,t.prototype)}},Se=class t extends Error{status;detail;constructor(e=431,n,r){let s="Request headers are too large",c="Try uploading files one at a time, or reduce the number of files in a single request.";super(r||n?.message||s),this.name="RequestTooLargeError",this.status=e,this.detail={message:n?.message||s,suggestion:n?.suggestion||c},Object.setPrototypeOf(this,t.prototype)}},dr="feature_disabled";function Cs(t){if(!(t instanceof R)||t.status!==403||t.code!==dr)return null;let e=t.details??t.data;return e&&typeof e=="object"?e:{}}function Rs(t){let e=Cs(t);return e?(typeof e.feature=="string"&&!t.feature&&(t.feature=e.feature),!0):!1}function Ts(t){let e=Cs(t);if(!e)return null;let n=t.feature;return typeof n=="string"?n:typeof e.feature=="string"?e.feature:null}function ve(t){let e=t.response?.status||t.status;if(e!==402)return t;let n=t.response?.data||t.data||t.detail||{},r=n?.detail||n;return new pe(e,{message:r?.message||t.message||"Billing error",...r})}function As(t){return t instanceof pe}function Is(t){if(!(t instanceof pe))return null;let e=t.detail?.message?.toLowerCase()||"";return e.includes("credit")||e.includes("balance")||e.includes("insufficient")?{alertTitle:"You ran out of credits",alertSubtitle:"Upgrade your plan to get more credits and continue using the AI assistant."}:{alertTitle:"Billing check failed",alertSubtitle:t.detail?.message||"Please upgrade to continue."}}async function gr(t,e){return(await t.json().catch(()=>({})))?.error||t.statusText||e}function mr(t){if(!t)throw new Error("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading");return t}async function js(t){let e=mr(t),n=await q(`${e}/env`);if(!n.ok)throw new Error(await gr(n,"Failed to load secrets"));return(await n.json()).secrets??{}}async function Es(t,e,n){let r=mr(t),s=await q(`${r}/env/${encodeURIComponent(e)}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({value:n})});if(!s.ok)throw new Error(await gr(s,"Failed to save secret"))}async function $s(t,e){let n=mr(t),r=await q(`${n}/env/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await gr(r,"Failed to delete secret"))}var np={list:js,set:Es,delete:$s};async function rp(t,e,n){let r=t;for(;r.endsWith("/");)r=r.slice(0,-1);let s=await q(`${r}/kortix/triggers${e}`,{...n,headers:{"Content-Type":"application/json",...n?.headers}}),c=await s.json();if(!s.ok)throw new Error(c?.error||c?.message||`Request failed with ${s.status}`);return c}function Ce(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return e===t.length?t:t.slice(0,e)}async function ot(t,e){let n=await t.json().catch(()=>({}));return n?.error||n?.message||t.statusText||e}function Oe(t){if(!t)throw new Error("[kortix-pty] Server URL not ready \u2014 sandbox is still loading");return Ce(t)}async function qs(t){let e=Oe(t),n=await q(`${e}/kortix/pty`);if(!n.ok)throw new Error(await ot(n,"Failed to list terminals"));return n.json()}async function Ds(t,e){let n=Oe(t),r=await q(`${n}/kortix/pty`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e??{})});if(!r.ok)throw new Error(await ot(r,"Failed to create terminal"));return r.json()}async function Ms(t,e,n){let r=Oe(t),s=await q(`${r}/kortix/pty/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!s.ok)throw new Error(await ot(s,"Failed to update terminal"));return s.json()}async function Us(t,e){let n=Oe(t),r=await q(`${n}/kortix/pty/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await ot(r,"Failed to remove terminal"))}async function Os(t,e){let n=Oe(e),s=`${(()=>{try{let p=new URL(n);return p.protocol==="https:"?p.protocol="wss:":p.protocol==="http:"&&(p.protocol="ws:"),typeof window<"u"&&window.location.protocol==="https:"&&p.protocol==="ws:"&&(p.protocol="wss:"),Ce(p.toString())}catch{return n.replace("https://","wss://").replace("http://","ws://")}})()}/kortix/pty/${encodeURIComponent(t)}/connect`,c=await Pe();if(!c)return s;let u=s.includes("?")?"&":"?";return`${s}${u}token=${encodeURIComponent(c)}`}var sp={list:qs,create:Ds,update:Ms,remove:Us,webSocketUrl:Os};async function S(t,e,n,r){let s=t;for(;s.endsWith("/");)s=s.slice(0,-1);let c=await q(`${s}${e}`,{...n,headers:{"Content-Type":"application/json",...n?.headers}},r),u=await c.text(),p={};try{p=u?JSON.parse(u):{}}catch{p={}}if(!c.ok)throw new Error(p?.error||p?.message||p?.details||u.slice(0,200)||`Request failed with ${c.status}`);return p}async function Rf(t,e={}){let n=new URLSearchParams;e.projectId&&n.set("project_id",e.projectId),e.status&&n.set("status",e.status);let r=n.toString()?`?${n}`:"";return S(t,`/kortix/tasks${r}`)}async function Tf(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}`)}async function Af(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}/events`)}async function If(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}/status`)}async function jf(t,e){return S(t,"/kortix/tasks",{method:"POST",body:JSON.stringify(e)})}async function Ef(t,e,n){return S(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function $f(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}/start`,{method:"POST"})}async function qf(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}/approve`,{method:"POST"})}async function Df(t,e){return S(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Mf(t,e){let n=e?`?project_id=${encodeURIComponent(e)}`:"";return S(t,`/kortix/tickets${n}`)}async function Uf(t,e){return S(t,`/kortix/tickets/${encodeURIComponent(e)}`)}async function Of(t,e){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/events`)}async function Ff(t,e){return S(t,"/kortix/tickets",{method:"POST",body:JSON.stringify(e)})}async function Lf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function Gf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/status`,{method:"POST",body:JSON.stringify(n)})}async function Bf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/assign`,{method:"POST",body:JSON.stringify(n)})}async function Kf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/unassign`,{method:"POST",body:JSON.stringify(n)})}async function Nf(t,e,n){return S(t,`/kortix/tickets/${encodeURIComponent(e)}/comments`,{method:"POST",body:JSON.stringify(n)})}async function Hf(t,e){return S(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Wf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/columns`)}async function zf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/columns`,{method:"PUT",body:JSON.stringify({columns:n})})}async function Vf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/fields`)}async function Jf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/fields`,{method:"PUT",body:JSON.stringify({fields:n})})}async function Xf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/templates`)}async function Qf(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/templates`,{method:"PUT",body:JSON.stringify({templates:n})})}async function Yf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/pm-session`,{method:"POST"})}async function Zf(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents`)}async function ey(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents`,{method:"POST",body:JSON.stringify(n)})}async function ty(t,e,n,r){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function ny(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"DELETE"})}async function ry(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}/persona`)}async function sy(t,e,n=200){return S(t,`/kortix/projects/${encodeURIComponent(e)}/activity?limit=${n}`)}async function iy(t){return S(t,"/kortix/projects")}async function oy(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}`)}async function ay(t,e){return S(t,`/kortix/projects/by-session/${encodeURIComponent(e)}`)}async function cy(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/sessions`)}async function ly(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"DELETE"})}async function uy(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function py(t,e,n="all"){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones?status=${n}`)}async function dy(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`)}async function gy(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/events`)}async function my(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones`,{method:"POST",body:JSON.stringify(n)})}async function fy(t,e,n,r){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function yy(t,e,n,r){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/close`,{method:"POST",body:JSON.stringify(r)})}async function hy(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/reopen`,{method:"POST"})}async function by(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"DELETE"})}async function xy(t,e){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`)}async function _y(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}/events`)}async function Py(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`,{method:"POST",body:JSON.stringify(n)})}async function ky(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`)}async function wy(t,e,n){return S(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`,{method:"DELETE"})}var ip=1e4,op={retryOnAuthError:!1};function Re(t,e,n){return S(t,e,{signal:AbortSignal.timeout(ip),...n},op)}async function Sy(t,e=!1){return(await Re(t,`/kortix/services${e?"?all=true":""}`)).services??[]}async function vy(t){return(await Re(t,"/kortix/services/templates")).templates??[]}async function Cy(t,e){return(await Re(t,`/kortix/services/${encodeURIComponent(e)}/logs`)).logs??[]}async function Ry(t,e,n){let r=n==="delete",s=r?`/kortix/services/${encodeURIComponent(e)}`:`/kortix/services/${encodeURIComponent(e)}/${n}`;return Re(t,s,{method:r?"DELETE":"POST"})}async function Ty(t,e){return Re(t,`/kortix/services/reconcile${e?"?reload=true":""}`,{method:"POST"})}async function Ay(t,e){return Re(t,"/kortix/services/register",{method:"POST",body:JSON.stringify(e)})}var at=new Map,fr=class extends Error{constructor(e="[opencode-sdk] Server URL not ready \u2014 sandbox is still loading"){super(e),this.name="RuntimeNotReadyError"}};function de(){let t=L();if(!t)throw new fr;return re(t)}function re(t){if(!t)throw new Error("[opencode-sdk] getClientForUrl called without a url");let e=at.get(t);if(e)return e;if(!Kt())throw new Error("[opencode-sdk] No auth token provider configured \u2014 call configureKortix()/createKortix() before talking to a sandbox runtime.");let n=cr({baseUrl:t,fetch:q});return at.set(t,n),n}function My(t){at.delete(t)}function Uy(){at.clear()}var ct=new Map;function Oy(t){if(!t)throw new Error("[opencode-sdk] getPublicClientForUrl called without a url");let e=ct.get(t);if(e)return e;let n=cr({baseUrl:t,fetch});return ct.set(t,n),n}function Fy(t){ct.delete(t)}function Ly(){ct.clear()}async function ap(t){let e=await t.text().catch(()=>"");try{let n=JSON.parse(e);return n?.error||n?.message||e||t.statusText||`HTTP ${t.status}`}catch{return e||t.statusText||`HTTP ${t.status}`}}async function Gy(t){let e=L();if(!e)throw new R("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading",{code:"RUNTIME_UNAVAILABLE"});let n=t==="full"?"/kortix/refresh":"/global/dispose",r=await q(`${e}${n}`,{method:"POST"}),s=r.headers.get("content-type")??"",c=/^application\/([\w.+-]+\+)?json\b/i.test(s.trim());if(!r.ok)throw new R(`System reload failed (${r.status}): ${await ap(r)}`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"});if(!c)throw new R(`System reload endpoint is unavailable on this sandbox (${n})`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"});let u;try{u=await r.json()}catch(g){throw new R(`System reload returned malformed JSON from ${n}: ${g instanceof Error?g.message:String(g)}`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"})}let p=u===!0||typeof u=="object"&&u!==null&&u.ok===!0;return{success:p,mode:t,steps:p?[t==="full"?"refreshed workspace and restarted runtime":"reloaded config in place"]:[],errors:p?[]:[`the sandbox did not confirm the reload (${n})`]}}function Ls(t){if(t.error){let e=t.error,n=e?.data?.message||e?.message||(typeof e?.error=="string"?e.error:null)||"SDK request failed";throw new R(n,{status:e?.response?.status??e?.status,response:e?.response,details:e})}return t.data}async function Te(t){let e=await t.text().catch(()=>""),n=null;try{n=JSON.parse(e)}catch{}return n?.error||e||t.statusText||`HTTP ${t.status}`}async function lt(t,e=L()){let n=await q(`${e}${t}`);if(!n.ok)throw new R(await Te(n),{status:n.status,response:n});return n.json()}var hr=["/workspace","/tmp","/home","/opt"],cp=hr.filter(t=>t!=="/workspace");function Gs(t){return hr.some(e=>t===e||t.startsWith(`${e}/`))}function Bs(t){return Gs(t)?t:`/workspace/${t.replace(/^\/+/,"")}`}function Ae(t){let e=t||"";if(e==="/workspace"||e==="/workspace/")return"";if(e.startsWith("/workspace/"))e=e.slice(11);else if(cp.some(n=>e===n||e.startsWith(`${n}/`)))return e;for(;e.startsWith("/");)e=e.slice(1);return e}var Ks=Ae;async function ut(t,e=L()){let n=Ae(t)||".";return(await lt(`/file?path=${encodeURIComponent(n)}`,e)).map(s=>({...s,path:s.absolute||`/workspace/${s.path}`}))}async function Le(t,e=L()){let n=Ae(t),r=await q(`${e}/file/content?path=${encodeURIComponent(n)}`);if(!r.ok)throw new R(await Te(r),{status:r.status,response:r});return r.json()}async function lp(t,e,n=L()){let r=Ae(t),s=await q(`${n}/file/raw?path=${encodeURIComponent(r)}`);if(!s.ok)throw new R(await Te(s),{status:s.status,response:s});if((s.headers.get("content-type")||"").includes("text/html"))throw new R("File could not be loaded (raw byte route unavailable)",{status:s.status,response:s,code:"INVALID_CONTENT_TYPE"});let c=await s.blob();return e&&(!c.type||c.type==="application/octet-stream")?new Blob([c],{type:e}):c}async function Ge(t,e=L()){try{return await lp(t,void 0,e)}catch{}let n=await Le(t,e);if(n.encoding==="base64"&&n.content){let r=Uint8Array.from(atob(n.content),s=>s.charCodeAt(0));return new Blob([r],{type:n.mimeType||"application/octet-stream"})}return new Blob([n.content??""],{type:n.mimeType||"text/plain;charset=utf-8"})}function pt(t=L()){return lt("/file/status",t)}async function dt(t,e,n=L()){let r=new URLSearchParams({query:t});return e?.type&&r.set("type",e.type),e?.limit&&r.set("limit",String(e.limit)),lt(`/find/file?${r.toString()}`,n)}async function gt(t,e=L()){return(await lt(`/find?pattern=${encodeURIComponent(t)}`,e)).map(r=>({path:typeof r.path=="string"?r.path:r.path?.text??"",lines:typeof r.lines=="string"?r.lines:r.lines?.text??"",line_number:r.line_number,absolute_offset:r.absolute_offset,submatches:(r.submatches??[]).map(s=>({start:s.start,end:s.end}))}))}var Fe=[400,1200],up=t=>t===408||t===429||t===502||t===503||t===504,Fs=t=>new Promise(e=>setTimeout(e,t));function pp(t){let e=t?.name;return e==="TimeoutError"||e==="AbortError"}var yr=3e4,dp=15*6e4,gp=256;function mp(t){if(typeof t!="number"||!Number.isFinite(t)||t<=0)return yr;let e=yr+t/gp;return Math.min(dp,Math.max(yr,Math.round(e)))}async function fp(t){let e=await t.text().catch(()=>""),n=null;try{n=e?JSON.parse(e):null}catch{}let r=n?.error||n?.message||n?.data?.message;return typeof r=="string"&&r.trim()?r.trim():(t.headers.get("content-type")||"").includes("text/html")||/<html[\s>]/i.test(e)?t.status===502||/bad gateway/i.test(e)?"Bad gateway while reaching the sandbox upload service. Please retry.":t.statusText||`HTTP ${t.status}`:e.replace(/\s+/g," ").trim().slice(0,500)||t.statusText||`HTTP ${t.status}`}async function Ns(t,e){let n;for(let s=0;s<=Fe.length;s++){let c;try{c=await e(t())}catch(p){if(n=p,pp(p)||s===Fe.length)break;await Fs(Fe[s]);continue}if(c.ok)return c.json();let u=await fp(c);if(n=new R(`Upload failed (${c.status}): ${u}`,{status:c.status,response:c}),!up(c.status)||s===Fe.length)throw n;await Fs(Fe[s])}if(n instanceof R)throw n;let r=n instanceof Error?n.message:String(n||"request failed");throw new R(`Upload failed: ${r}`)}function Be(t,e,n,r=L()){let s=mp(t.size);return Ns(()=>{let c=new FormData,u=(e??"").trim();return u&&c.append("path",u.startsWith("/")?u:`/${u}`),n?c.append("file",t,n):c.append("file",t),c},c=>q(`${r}/file/upload`,{method:"POST",body:c},{timeoutMs:s}))}function yp(t,e,n=L()){return Ns(()=>{let r=new FormData;return r.append(t,e,t.split("/").pop()||"file"),r},async r=>{let s={},c=await Pe();return c&&(s.Authorization=`Bearer ${c}`),fetch(`${n}/file/upload`,{method:"POST",body:r,headers:s})})}function mt(t,e=L()){let n=t.trim(),s=(n.startsWith("/")?n:`/${n}`).split("/"),c=s.pop()||"untitled",u=s.join("/")||"/workspace";return Be(new File([" "],c,{type:"application/octet-stream"}),u,void 0,e)}async function ft(t,e,n=L()){return yp(e,await Ge(t,n),n)}async function yt(t,e=L()){let n=await q(`${e}/file`,{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new R(`Delete failed (${n.status}): ${await Te(n)}`,{status:n.status,response:n});return n.json()}async function ht(t,e=L()){let n=await q(`${e}/file/mkdir`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new R(`Mkdir failed (${n.status}): ${await Te(n)}`,{status:n.status,response:n});return n.json()}async function bt(t,e,n=L()){let r=await q(`${n}/file/rename`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({from:t,to:e})});if(!r.ok)throw new R(`Rename failed (${r.status}): ${await Te(r)}`,{status:r.status,response:r});return r.json()}async function Hs(){return Ls(await de().project.current())}async function br(){return Ls(await de().global.health())}async function Ws(){try{return(await br()).healthy===!0}catch{return!1}}var hp={list:ut,read:Le,readBlob:Ge,status:pt,findFiles:dt,findText:gt,upload:Be,create:mt,copy:ft,remove:yt,mkdir:ht,rename:bt,currentProject:Hs,health:br,isReachable:Ws,toDaemonPath:Ae,toSandboxAbsolutePath:Bs,toWorkspaceRelative:Ks};var xp="X-Kortix-Impersonate",_r="kortix.impersonation",ge=null,xt=!1,xr=new Set;function Pr(){try{return typeof sessionStorage>"u"?null:sessionStorage}catch{return null}}function _p(t,e=Date.now()){if(!t||!t.grantId||!t.accountId)return!1;let n=Date.parse(t.expiresAt);return Number.isFinite(n)&&n>e}function Pp(t){if(!t)return null;try{let e=JSON.parse(t);return typeof e?.grantId!="string"||typeof e?.accountId!="string"?null:{grantId:e.grantId,accountId:e.accountId,accountName:typeof e.accountName=="string"?e.accountName:null,expiresAt:typeof e.expiresAt=="string"?e.expiresAt:""}}catch{return null}}function zs(){for(let t of xr)try{t()}catch{}}function kp(){return xt||(xt=!0,ge=Pp(Pr()?.getItem(_r)??null)),ge&&!_p(ge)?(Vs(),null):ge}function Qy(t){if(xt=!0,!t){Vs();return}ge=t;try{Pr()?.setItem(_r,JSON.stringify(t))}catch{}zs()}function Vs(){xt=!0;let t=ge!==null;ge=null;try{Pr()?.removeItem(_r)}catch{}t&&zs()}function Yy(t){return xr.add(t),()=>{xr.delete(t)}}var wp=/(^|\/)admin\/(api|analytics)(\/|$)/;function Sp(t){let e=t;if(/^https?:\/\//.test(t))try{e=new URL(t).pathname}catch{e=t}return!wp.test(e)}function kr(t){if(t!==void 0&&!Sp(t))return{};let e=kp();return e?{[xp]:e.grantId}:{}}var ee=()=>$().backendUrl||"",vp="feature_not_supported",Cp="model_not_servable",Rp="provision_in_flight",Xs="request_deadline",Tp=/^Request exceeded the \d+s server processing deadline$/,Ap=(t,e,n)=>t!==503?!1:(typeof e=="object"&&e!==null&&"code"in e?e.code:void 0)===Xs||Tp.test(n),Ip=t=>new Promise(e=>setTimeout(e,t)),jp=new Set([502,503,504]),Ep=t=>jp.has(t),$p=t=>{let e=(t??"GET").toUpperCase();return e==="GET"||e==="HEAD"},qp=2,Js=t=>t?.name==="AbortError"||t?.name==="AbortSignal"||t instanceof Error&&t.message.includes("aborted"),_t=!1;function ih(t){_t=t}function oh(){return _t}async function me(t,e={}){let{showErrors:n=!0,errorContext:r,timeout:s=3e4,...c}=e,u=new AbortController,p=null,g=!1,f=!1;try{p=setTimeout(()=>{!g&&!u.signal.aborted&&(g=!0,f=!0,u.abort())},s);let m=await ne(),_=c.body instanceof FormData,x={};_||(x["Content-Type"]="application/json"),Object.assign(x,c.headers);let I=rt($().clientSource),T=Object.keys(x).some(v=>v.toLowerCase()==="x-kortix-client");if(I&&!T&&(x["X-Kortix-Client"]=I),_t&&(x["x-kortix-admin-bypass"]="1"),Object.assign(x,kr(t)),m)x.Authorization=`Bearer ${m}`;else return{error:new we,success:!1};let l=$p(c.method),h=l?qp+1:1,a;for(let v=0;v<h;v++){v>0&&await Ip(250*2**(v-1));let k=v===0?u:new AbortController;v>0&&(p=setTimeout(()=>{f=!0,k.abort()},s));try{a=await($().fetch??fetch)(t,{...c,headers:x,signal:k.signal,credentials:c.credentials??"omit"})}catch(w){if(p&&(clearTimeout(p),p=null),Js(w)||v===h-1)throw w;continue}if(p&&(clearTimeout(p),p=null),!(l&&Ep(a.status)&&v<h-1))break;try{await a.arrayBuffer()}catch{}}if(!a.ok){let v=`HTTP ${a.status}: ${a.statusText}`,k=null;try{k=await a.json(),typeof k.reason=="string"?v=k.reason:typeof k.message=="string"?v=k.message:k.error&&typeof k.error=="string"?v=k.error:typeof k.detail=="string"?v=k.detail:typeof k.detail?.message=="string"&&(v=k.detail.message)}catch{}let E=Ap(a.status,k,v),w=new R(v,{status:a.status,response:a,details:k||void 0,data:k,detail:k?.detail,code:E?Xs:k?.code||k?.error_code||k?.detail?.error_code||a.status.toString()});if(a.status===402&&(w=ve(w)),a.status===403&&k?.code==="account_mfa_required"&&typeof window<"u"&&typeof window.dispatchEvent=="function")try{window.dispatchEvent(new CustomEvent("kortix:mfa-required"))}catch{}a.status===431&&(w=new Se(431,{message:"Request is too large to process",suggestion:"Try uploading files one at a time, or reduce the number of files attached to your message."}));let F=a.status===501&&k?.code===vp,K=a.status===409&&k?.code===Cp,y=a.status===409&&k?.code===Rp;return n&&!F&&!K&&!y&&!E&&$().onError?.(w,r),{error:w,success:!1}}let A,j=a.headers.get("content-type");return j?.includes("application/json")?A=await a.json():j?.includes("text/")?A=await a.text():A=await a.blob(),{data:A,success:!0}}catch(m){p&&(clearTimeout(p),p=null);let _=Js(m);_&&(g=!0);let x;if(_){if(!f)return{error:new R("Request aborted",{name:"AbortError",code:"ABORTED"}),success:!1};let I=t.replace(ee(),"")||t;x=new R(`Request timed out after ${Math.round(s/1e3)}s: ${I}`,{code:"TIMEOUT",url:t,endpoint:I,timeout:s})}else m instanceof Error?(x=new R(m.message,{name:m.name||"ApiError",stack:m.stack}),n&&$().onError?.(x,r)):(x=new R(String(m)),n&&$().onError?.(x,r));return{error:x,success:!1}}}var ah={async execute(t,e){try{let{data:n,error:r}=await t();if(r){let s=new R(r.message||"Database error",{code:r.code,details:r});return $().onError?.(s,e),{error:s,success:!1}}return{data:n,success:!0}}catch(n){let r=n instanceof Error?new R(n.message,{name:n.name||"ApiError",stack:n.stack}):new R(String(n));return $().onError?.(r,e),{error:r,success:!1}}}};async function Dp(t,e,n={}){let{timeout:r=3e4,fetch:s=fetch}=n,c=await ne(),u={Accept:"text/event-stream","Content-Type":"application/json"},p=rt($().clientSource);p&&(u["X-Kortix-Client"]=p),_t&&(u["x-kortix-admin-bypass"]="1"),Object.assign(u,kr(t)),c&&(u.Authorization=`Bearer ${c}`);let g=new AbortController,f=setTimeout(()=>g.abort(),r);try{return await s(`${ee()}${t}`,{method:"POST",headers:u,body:JSON.stringify(e),signal:g.signal,credentials:"omit"})}finally{clearTimeout(f)}}var i={get:(t,e)=>me(`${ee()}${t}`,{...e,method:"GET"}),post:(t,e,n)=>me(`${ee()}${t}`,{...n,method:"POST",body:e?JSON.stringify(e):void 0}),put:(t,e,n)=>me(`${ee()}${t}`,{...n,method:"PUT",body:e?JSON.stringify(e):void 0}),patch:(t,e,n)=>me(`${ee()}${t}`,{...n,method:"PATCH",body:e?JSON.stringify(e):void 0}),delete:(t,e)=>me(`${ee()}${t}`,{...e,method:"DELETE"}),upload:(t,e,n)=>{let{headers:r,...s}=n||{},c={...r};return delete c["Content-Type"],me(`${ee()}${t}`,{...s,method:"POST",body:e,headers:c})},uploadPut:(t,e,n)=>{let{headers:r,...s}=n||{},c={...r};return delete c["Content-Type"],me(`${ee()}${t}`,{...s,method:"PUT",body:e,headers:c})},postStream:Dp};function o(t,e="Project request failed"){if(!t.success||t.data===void 0)throw t.error??new Error(e);return t.data}function wr(t){return t.replace(/\/v1\/?$/,"")}async function Ie(t,e){if(!t.backendUrl||!t.accessToken)return null;let n=wr(t.backendUrl);try{let r=await fetch(`${n}${e}`,{headers:{Authorization:`Bearer ${t.accessToken}`,"Content-Type":"application/json"},signal:AbortSignal.timeout(t.timeoutMs??8e3)});return r.ok?await r.json():null}catch{return null}}async function Qs(){return o(await i.get("/accounts"))}async function Ys(t){return o(await i.post("/accounts",t))}async function Zs(t){return o(await i.get(`/accounts/${t}`))}async function ei(t,e){return o(await i.patch(`/accounts/${t}`,{name:e}))}async function ti(t){return o(await i.get(`/accounts/${t}/members`))}async function ni(t,e){return o(await i.post(`/accounts/${t}/members`,e,{showErrors:!1}))}async function ri(t){return o(await i.get(`/accounts/${t}/invites`))}async function si(t,e){return o(await i.delete(`/accounts/${t}/invites/${e}`))}async function ii(t,e){return o(await i.post(`/accounts/${t}/invites/${e}/resend`,{}))}async function oi(t){return o(await i.get(`/account-invites/${t}`,{showErrors:!1}))}async function ai(t){return o(await i.post(`/account-invites/${t}/accept`,{}))}async function ci(t){return o(await i.post(`/account-invites/${t}/decline`,{}))}async function li(t,e){return o(await i.delete(`/accounts/${t}/members/${e}`))}async function ui(t,e,n){return o(await i.patch(`/accounts/${t}/members/${e}`,{role:n}))}async function pi(t){return o(await i.post(`/accounts/${t}/leave`,{}))}async function gh(t){return Ie(t,"/v1/accounts")}async function di(){let t=await i.get("/accounts/me",{showErrors:!1});return!t.success||!t.data?{valid:!1,error:t.error}:{valid:!0,identity:t.data}}var hh=["agent_tunnel","marketplace","connectors_api_discover","agentmail_email","teams","voice","llm_gateway","review_center","meta_agent","apps"];async function je(){return o(await i.get("/projects"))}async function mi(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return o(await i.get(`/projects${e}`))}async function Sr(t,e){return o(await i.get(`/projects/${t}`,e))}async function fi(t,e,n="write"){return o(await i.post(`/projects/${t}/git/collaborators`,{github_username:e,permission:n}))}async function yi(t,e){return o(await i.post(`/projects/${t}/manifest/validate`,{raw:e}),"Failed to validate manifest")}async function hi(t){return o(await i.post(`/projects/${t}/git-token`,{}),"Failed to mint git token")}function bh(t){let e=t.metadata?.git;return e?.provider==="github"&&e?.managed===!0}async function vr(t,e){let n=o(await i.get(`/projects/${t}/detail`,{showErrors:!1,...e}));return{...n,config:{...n.config,default_agent:n.config.default_agent??n.config.open_code_default_agent??null}}}async function Cr(t,e){return o(await i.get(`/projects/${t}/llm-catalog`,{showErrors:!1,...e}))}async function Rr(t,e){return o(await i.get(`/projects/${t}/model-picker`,{showErrors:!1,...e}))}async function xh(t,e){return o(await i.get(`/projects/${t}/llm-catalog/providers`,{showErrors:!1,...e}))}async function bi(t){return o(await i.post("/projects",t))}async function xi(t){return o(await i.post("/projects/create-repo",t))}async function _i(t,e={}){return o(await i.post("/projects/provision",{seed_starter:!0,...t},{timeout:12e4,...e}))}var gi=200;function Mp(t){let e=t.split(`
8
8
  `).filter(r=>r.startsWith("data:")).map(r=>r.slice(5).replace(/^ /,""));if(e.length===0)return null;let n=e.join(`
9
- `);try{return JSON.parse(n)}catch(r){let s=n.length>si?`${n.slice(0,si)}\u2026`:n;throw new Error(`provisionProjectStream: received an unparseable SSE frame (${s})`,{cause:r})}}async function eh(t,e,n={}){let r=await i.postStream("/projects/provision-stream",{seed_starter:!0,...t},n);if(!r.ok){let g=await r.json().catch(()=>null);throw new R(g?.error||`Provision failed: HTTP ${r.status}`,{status:r.status,code:g?.code})}let s=r.body?.getReader();if(!s)throw new Error("Provision stream is unavailable on this runtime (no response body)");let c=new TextDecoder,u="",p=null;try{for(;;){let{done:g,value:f}=await s.read();if(g)break;u+=c.decode(f,{stream:!0});let m=u.indexOf(`
9
+ `);try{return JSON.parse(n)}catch(r){let s=n.length>gi?`${n.slice(0,gi)}\u2026`:n;throw new Error(`provisionProjectStream: received an unparseable SSE frame (${s})`,{cause:r})}}async function _h(t,e,n={}){let r=await i.postStream("/projects/provision-stream",{seed_starter:!0,...t},n);if(!r.ok){let g=await r.json().catch(()=>null);throw new R(g?.error||`Provision failed: HTTP ${r.status}`,{status:r.status,code:g?.code})}let s=r.body?.getReader();if(!s)throw new Error("Provision stream is unavailable on this runtime (no response body)");let c=new TextDecoder,u="",p=null;try{for(;;){let{done:g,value:f}=await s.read();if(g)break;u+=c.decode(f,{stream:!0});let m=u.indexOf(`
10
10
 
11
11
  `);for(;m!==-1;){let _=u.slice(0,m);u=u.slice(m+2),m=u.indexOf(`
12
12
 
13
- `);let x=kp(_);if(x){if(e(x),x.type==="error")throw new R(x.error,{status:x.status,code:x.code});x.type==="done"&&(p=x.project)}}}}finally{s.cancel().catch(()=>{})}if(!p)throw new Error("Provision stream ended without a result");return p}async function th(){try{return o(await i.get("/projects/managed-git/status",{showErrors:!1}))}catch{return{configured:!1,provider:"github"}}}async function kr(t,e){return o(await i.patch(`/projects/${t}`,e))}async function di(t,e,n){return o(await i.patch(`/projects/${t}/features`,{feature:e,enabled:n}))}async function gi(t,e,n){return o(await i.patch(`/projects/${t}/experimental`,{feature:e,enabled:n}))}async function mi(t,e){return o(await i.patch(`/projects/${t}/sandbox-provider`,{provider:e}))}async function nh(t,e){return o(await i.get(`/projects/${t}/sandbox-provider/transition`,{showErrors:!1,...e}))}async function rh(t,e){return o(await i.patch(`/projects/${t}/warm-pool`,e))}async function fi(t,e){return o(await i.patch(`/projects/${t}/onboarding`,{completed:e}))}async function sh(t,e){return o(await i.patch(`/projects/${t}/onboarding`,{profile:e}))}async function wr(t){return o(await i.delete(`/projects/${t}`))}async function ih(t,e){return Ae(t,`/v1/projects?account_id=${encodeURIComponent(e)}`)}async function oh(t,e){if(!t.backendUrl||!t.accessToken)return{ok:!1,limitReached:!1};let n=hr(t.backendUrl);try{let r=await fetch(`${n}/v1/projects/provision`,{method:"POST",headers:{Authorization:`Bearer ${t.accessToken}`,"Content-Type":"application/json"},body:JSON.stringify({seed_starter:!0,...e}),signal:AbortSignal.timeout(t.timeoutMs??9e4)});if(r.ok){let s=await r.json().catch(()=>null);return s?.project_id?{ok:!0,project:s}:{ok:!1,limitReached:!1}}return r.status===403?{ok:!1,limitReached:(await r.json().catch(()=>null))?.code==="project_limit_reached"}:{ok:!1,limitReached:!1}}catch{return{ok:!1,limitReached:!1}}}async function yi(t){return o(await i.post("/projects/link-repository",t,{showErrors:!1}))}async function hi(t){return o(await i.get(`/projects/github/installation?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function bi(t){return o(await i.get(`/projects/github/installations?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function xi(t){return o(await i.post("/projects/github/installations/linkable",t,{showErrors:!1}))}async function _i(t,e,n){let r=new URLSearchParams({account_id:t});e&&r.set("installation_id",e);let s=n?.search?.trim();return s&&r.set("search",s),n?.limit!==void 0&&r.set("limit",String(n.limit)),o(await i.get(`/projects/github/repositories?${r.toString()}`,{showErrors:!1}))}async function Pi(t,e,n){let r=new URLSearchParams({account_id:t,installation_id:e,repo_full_name:n});return o(await i.get(`/projects/github/repository-branches?${r.toString()}`,{showErrors:!1}))}async function ki(t){return o(await i.post("/projects/github/installation",t,{showErrors:!1}))}async function wi(t){return o(await i.post("/projects/github/installations/link",t,{showErrors:!1}))}async function Si(t,e){let n=new URLSearchParams({account_id:t});return e&&n.set("installation_id",e),o(await i.delete(`/projects/github/installation?${n.toString()}`))}async function gh(t,e){return o(await i.post(`/projects/${t}/access-requests`,{message:e?.trim()||void 0},{showErrors:!1}))}async function vi(t,e){return o(await i.get(`/projects/${t}/access-requests`,e))}async function Ci(t,e,n="member"){return o(await i.post(`/projects/${t}/access-requests/${e}/approve`,{role:n}))}async function Ri(t,e){return o(await i.post(`/projects/${t}/access-requests/${e}/reject`,{}))}async function Ti(t){return o(await i.get(`/projects/${t}/access`))}async function Ai(t,e,n){return o(await i.put(`/projects/${t}/access/${e}`,{role:n}))}async function Ii(t,e){return o(await i.delete(`/projects/${t}/access/${e}`))}function mh(t){return"status"in t&&t.status==="invited"}async function ji(t,e,n,r){return o(await i.post(`/projects/${t}/access/invite`,{email:e,role:n,...r!==void 0?{expires_at:r}:{}}))}async function Ei(t){return o(await i.get(`/projects/${t}/access/pending-invites`))}async function $i(t,e){return o(await i.delete(`/projects/${t}/access/pending-invites/${e}`))}async function qi(t,e){return o(await i.post(`/projects/${t}/access/pending-invites/${e}/resend`))}async function Di(t){return o(await i.get(`/projects/${t}/group-grants`))}async function Mi(t,e,n,r){return o(await i.post(`/projects/${t}/group-grants`,r===void 0?{group_id:e,role:n}:{group_id:e,role:n,expires_at:r}))}async function Ui(t,e,n,r){return o(await i.patch(`/projects/${t}/group-grants/${e}`,r===void 0?{role:n}:{role:n,expires_at:r}))}async function Oi(t,e){return o(await i.delete(`/projects/${t}/group-grants/${e}`))}async function Fi(t){return o(await i.get(`/projects/${t}/resource-grants`))}async function Li(t,e){return o(await i.post(`/projects/${t}/resource-grants`,{resource_type:e.resourceType,resource_id:e.resourceId,principal_type:e.principalType,principal_id:e.principalId,...e.expiresAt!==void 0?{expires_at:e.expiresAt}:{}}))}async function Gi(t,e){return o(await i.delete(`/projects/${t}/resource-grants/${e}`))}async function Bi(t,e){return o(await i.get(`/projects/${t}/approvals`,{showErrors:e?.showErrors}))}async function Ki(t,e){return o(await i.get(`/projects/${t}/approvals/needs-input`,{showErrors:e?.showErrors}))}async function Hi(t,e,n){return o(await i.post(`/projects/${t}/approvals/${e}`,{decision:n}))}async function Ni(t){return o(await i.get(`/projects/${t}/secrets`,{showErrors:!1}))}async function Wi(t,e){return o(await i.post(`/projects/${t}/secrets`,e))}async function zi(t,e,n,r={}){return o(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/strategy`,{strategy:n,...r}))}async function Vi(t,e,n){return o(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/broker`,n))}async function Ji(t,e,n){return o(await i.post(`/projects/${t}/oauth/${e}/start`,{sharing:n?.sharing}))}async function Xi(t,e,n){return o(await i.post(`/projects/${t}/oauth/${e}/poll`,{flow_id:n}))}async function Qi(t,e){return o(await i.delete(`/projects/${t}/oauth/${encodeURIComponent(e)}`))}async function Yi(t,e){return o(await i.put(`/projects/${t}/git-credential`,e))}async function Zi(t,e){return o(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}`))}async function eo(t,e,n){return o(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`,n))}async function to(t,e){return o(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`))}function Sr(t,e){return t?`/connectors/projects/${encodeURIComponent(t)}/${e}`:`/connectors/${e}`}async function vr(t){return o(await i.get(Sr(t,"catalog"))).connectors??[]}async function xt(t){let e=[];for(let n of await vr(t))for(let r of n.actions)e.push({tool:`${n.slug}.${r.path}`,connector:n.slug,action:r.path,risk:r.risk,description:r.description||r.name,inputSchema:r.inputSchema});return e}async function no(t,e="",n={}){let r=e.trim().toLowerCase(),s=r.split(/\s+/).filter(Boolean),c=[],u=[];for(let p of await xt(t)){let g=`${p.tool} ${p.description}`.toLowerCase();!r||g.includes(r)?c.push(p):s.every(f=>g.includes(f))&&u.push(p)}return[...c,...u].slice(0,n.limit??20)}async function ro(t,e){return(await xt(t)).find(n=>n.tool===e)??null}function wp(t){let e=t.indexOf("."),n=e<0?"":t.slice(0,e).trim(),r=e<0?"":t.slice(e+1).trim();if(!n||!r)throw new Error("tool must use the connector.action format");return{connector:n,action:r}}async function so(t,e,n={}){let{connector:r,action:s}=wp(e);return o(await i.post(Sr(t,"call"),{connector:r,action:s,args:n}))}function Sp(t,e){if(t&&typeof t=="object"){let n=t;for(let r of["reason","error","message","detail"])if(typeof n[r]=="string"&&n[r])return n[r]}return`HTTP ${e}`}function vp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e-=1;return e===t.length?t:t.slice(0,e)}async function io(t,e,n){let r=n.filename.trim(),s=n.contentType.trim();if(!r)throw new Error("filename is required");if(!s)throw new Error("contentType is required");let c={"Content-Type":s,"X-Kortix-Attachment-Filename":encodeURIComponent(r),"X-Kortix-Attachment-Disposition":n.contentDisposition??"attachment"};n.contentId?.trim()&&(c["X-Kortix-Attachment-Content-Id"]=encodeURIComponent(n.contentId.trim()));let u=vp($().backendUrl),p=Sr(t,"attachments"),g=await q(`${u}${p}`,{method:"POST",headers:c,body:e},{timeoutMs:6e4}),f=await g.text(),m=null;if(f)try{m=JSON.parse(f)}catch{m=f}if(!g.ok)throw new R(Sp(m,g.status),{status:g.status,code:String(m&&typeof m=="object"?m.code??g.status:g.status),details:m,response:g,endpoint:p});return m}async function oo(t){return o(await i.get(`/projects/${t}/connections`))}async function ao(t){return o(await i.get(`/projects/${t}/connections/all`))}async function co(t,e){return o(await i.post(`/projects/${t}/connections`,e))}async function lo(t,e){return o(await i.post(`/projects/${t}/connections/me`,e))}async function uo(t,e,n){return o(await i.put(`/projects/${t}/connections/${e}/credential`,n))}function ge(t,e,n){return`/projects/${t}/connections/${e}/oauth2/${n}`}async function Sh(t,e){return o(await i.post(`/projects/${t}/connectors/${encodeURIComponent(e)}/oauth2/connection`,{}))}async function vh(t,e,n){return o(await i.put(ge(t,e,"application"),n))}async function Ch(t,e){return o(await i.get(ge(t,e,"application")))}async function Rh(t,e,n){return o(await i.post(ge(t,e,"discover"),n))}async function Th(t,e,n){return o(await i.post(ge(t,e,"authorize"),n))}async function Ah(t,e,n){return o(await i.post(ge(t,e,"device"),n))}async function Ih(t,e,n){return o(await i.post(ge(t,e,`device/${encodeURIComponent(n)}`),{}))}async function jh(t,e){return o(await i.get(ge(t,e,"status")))}async function po(t,e){return o(await i.put(`/projects/${t}/connections/${e}/revoke`,{}))}async function go(t,e){return o(await i.put(`/projects/${t}/connections/${e}/activate`,{}))}async function mo(t,e){return o(await i.put(`/projects/${t}/connections/${e}/default`,{}))}async function fo(t,e,n={}){return o(await i.post(`/projects/${t}/connections/${e}/connect`,n))}async function yo(t,e){return o(await i.post(`/projects/${t}/connections/${e}/connect/finalize`,{}))}async function ho(t){return o(await i.get(`/connectors/projects/${t}/connectors`,{showErrors:!1}))}async function bo(t){return o(await i.post(`/connectors/projects/${t}/connectors/sync`,{}))}async function xo(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential-mode`,{mode:n}))}async function _o(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/authorization-strategy`,{authorization_strategy:n}))}async function Po(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/sensitive`,{sensitive:n}))}async function ko(t,e){return o(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`))}async function wo(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`,{policies:n}))}async function Eh(t,e){throw new Error("Connection-specific policies were removed. Use getConnectorPolicies(projectId, slug).")}async function $h(t,e,n){throw new Error("Connection-specific policies were removed. Use setConnectorPolicies(projectId, slug, policies).")}async function So(t,e){return o(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/config`))}async function vo(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/name`,{name:n}))}async function Co(t,e){return o(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect`,{}))}async function Ro(t,e){return o(await i.post(`/connectors/projects/${t}/connectors`,e))}async function To(t,e){return o(await i.post(`/connectors/projects/${t}/connectors/auth-discovery`,e))}async function Ao(t,e){return o(await i.delete(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}`))}async function Io(t,e,n){let r=typeof e=="string"||e===void 0?{...e?{q:e}:{},...n?{cursor:n}:{}}:e,s=new URLSearchParams;r.q&&s.set("q",r.q),r.category&&s.set("category",r.category),r.cursor&&s.set("cursor",r.cursor),r.limit&&s.set("limit",String(r.limit));let c=s.toString();return o(await i.get(`/connectors/projects/${t}/pipedream/apps${c?`?${c}`:""}`))}async function jo(t,e){let n=new URLSearchParams;e?.perCategory&&n.set("perCategory",String(e.perCategory)),e?.maxCategories&&n.set("maxCategories",String(e.maxCategories));let r=n.toString();return o(await i.get(`/connectors/projects/${t}/pipedream/sections${r?`?${r}`:""}`))}async function Cr(t,e,n){let r=new URLSearchParams;e&&r.set("q",e),n&&r.set("cursor",n);let s=r.toString();return o(await i.get(`/connectors/projects/${t}/discover/connectors${s?`?${s}`:""}`))}async function Rr(t,e){let n=new URLSearchParams({id:e});return o(await i.get(`/connectors/projects/${t}/discover/connectors/detail?${n.toString()}`))}var qh=Cr,Dh=Rr;async function Eo(){return o(await i.get("/connectors/connect-status"))}async function $o(t,e,n){let r=typeof n=="string"?{value:n}:n;return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential`,r))}async function Mh(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/secret-binding`,{secret_identifier:n}))}async function qo(t,e){return o(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect/finalize`,{}))}async function Do(t){return o(await i.get(`/connectors/projects/${t}/policies`))}async function Mo(t,e,n){return o(await i.put(`/connectors/projects/${t}/policies`,{policies:e,defaultMode:n}))}async function Uo(t){return o(await i.get(`/projects/${t}/sandboxes`))}async function Oo(t){return o(await i.get(`/projects/${t}/snapshots`))}async function Tr(t){return o(await i.get(`/projects/${t}/sandbox-health`,{showErrors:!1,timeout:15e3}))}async function Fo(t,e){return o(await i.post(`/projects/${t}/snapshots/rebuild`,e?{slug:e}:{}))}async function Lo(t){return o(await i.post(`/projects/${t}/snapshots/fix-with-agent`,{}))}async function Go(t,e){return o(await i.post(`/projects/${t}/sandbox-templates`,e))}async function Bo(t,e,n){return o(await i.patch(`/projects/${t}/sandbox-templates/${e}`,n))}async function Ko(t,e){return o(await i.delete(`/projects/${t}/sandbox-templates/${e}`))}async function Ho(t,e){return o(await i.post(`/projects/${t}/sandbox-templates/${e}/build`,{}))}async function No(t){return o(await i.get(`/projects/${t}/sandboxes`))}async function Wo(t,e){let n=new URLSearchParams;e?.ref&&n.set("ref",e.ref),e?.path&&n.set("path",e.path);let r=n.toString()?`?${n.toString()}`:"";return o(await i.get(`/projects/${t}/files${r}`,{showErrors:!1}))}async function zo(t,e,n){let r=new URLSearchParams({q:e});return n?.content&&r.set("content","1"),n?.ref&&r.set("ref",n.ref),n?.limit&&r.set("limit",String(n.limit)),o(await i.get(`/projects/${t}/files/search?${r.toString()}`))}async function Vo(t,e,n){let r=new URLSearchParams({path:e});return n&&r.set("ref",n),o(await i.get(`/projects/${t}/files/content?${r.toString()}`,{showErrors:!1}))}async function Jo(t,e,n){let r=new URLSearchParams;e&&r.set("ref",e),n&&r.set("path",n);let s=r.toString()?`?${r.toString()}`:"",c=await ne(),u=`${$().backendUrl||""}/projects/${t}/files/archive${s}`,p=await fetch(u,{method:"GET",headers:c?{Authorization:`Bearer ${c}`}:{}});if(!p.ok){let g=await p.text().catch(()=>"");throw new Error(g||`Failed to download (HTTP ${p.status})`)}return await p.blob()}async function Xo(t){return o(await i.get(`/projects/${t}/branches`))}async function Qo(t,e){let n=new URLSearchParams;e?.ref&&n.set("ref",e.ref),e?.path&&n.set("path",e.path),e?.limit!=null&&n.set("limit",String(e.limit)),e?.skip!=null&&n.set("skip",String(e.skip));let r=n.toString()?`?${n.toString()}`:"";return o(await i.get(`/projects/${t}/commits${r}`))}async function Yo(t,e){return o(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}`))}async function Zo(t,e,n){let r=new URLSearchParams;n?.path&&r.set("path",n.path);let s=r.toString()?`?${r.toString()}`:"";return o(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}/diff${s}`))}async function ea(t,e,n){let r=new URLSearchParams({path:e});return n?.ref&&r.set("ref",n.ref),n?.limit!=null&&r.set("limit",String(n.limit)),n?.skip!=null&&r.set("skip",String(n.skip)),o(await i.get(`/projects/${t}/files/history?${r.toString()}`))}async function ta(t,e){let n=new URLSearchParams({from:e.from,into:e.into});return o(await i.get(`/projects/${t}/version-diff?${n.toString()}`))}async function na(t,e){let n=e?`?status=${e}`:"";return o(await i.get(`/projects/${t}/change-requests${n}`,{showErrors:!1,timeout:15e3}))}async function ra(t,e){return o(await i.get(`/projects/${t}/change-requests/${e}`))}async function sa(t,e){return o(await i.get(`/projects/${t}/change-requests/${e}/diff`))}async function ia(t,e){return o(await i.get(`/projects/${t}/change-requests/${e}/merge-preview`))}async function oa(t,e){return o(await i.post(`/projects/${t}/change-requests`,e))}async function aa(t,e,n){return o(await i.post(`/projects/${t}/change-requests/${e}/merge`,n??{},{showErrors:!1}))}async function ca(t,e){return o(await i.post(`/projects/${t}/change-requests/${e}/close`,{}))}async function la(t,e){return o(await i.post(`/projects/${t}/change-requests/${e}/reopen`,{}))}async function ua(t,e,n){return o(await i.post(`/projects/${t}/change-requests/${e}/request-changes`,{feedback:n}))}async function pa(t,e,n){return o(await i.post(`/projects/${t}/sessions/${e}/commit-push`,n??{}))}var Ar=new Set;function _t(t){t&&Ar.add(t)}function da(t){return!!t&&Ar.has(t)}function tb(t){t&&Ar.delete(t)}async function Be(t,e){let n=new URLSearchParams;e?.scope&&e.scope!=="visible"&&n.set("scope",e.scope);let r=n.size>0?`?${n}`:"";return o(await i.get(`/projects/${t}/sessions${r}`))}async function ga(t,e,n){return o(await i.put(`/projects/${t}/sessions/${e}/sharing`,n))}async function ma(t,e){return o(await i.get(`/projects/${t}/sessions/${e}/previews`))}async function fa(t,e){return o(await i.get(`/projects/${t}/sessions/${e}/public-shares`,{showErrors:!1}))}async function ya(t,e,n){return o(await i.post(`/projects/${t}/sessions/${e}/public-shares`,n))}async function ha(t,e,n){return o(await i.delete(`/projects/${t}/sessions/${e}/public-shares/${n}`))}async function Ke(t,e){let n=o(await i.post(`/projects/${t}/sessions`,e??{}));return e?.initial_prompt||_t(n?.session_id),n}async function ba(t){let e=o(await i.post(`/projects/${t}/sessions/warm`,{}));return _t(e.session.session_id),e}async function xa(t,e){let n=o(await i.post(`/projects/${t}/sessions/warm/claim`,e,{showErrors:!1}));return _t(n.session_id),n}async function Ir(t,e,n){return o(await i.get(`/projects/${t}/sessions/${e}`,{showErrors:n?.showErrors}))}async function _a(t,e,n,r){let s=new URLSearchParams;n&&s.set("limit",String(n)),r?.cursor&&s.set("cursor",r.cursor),r?.includeEvents!=null&&s.set("include_events",String(r.includeEvents));let c=s.toString();return o(await i.get(`/projects/${t}/sessions/${e}/audit${c?`?${c}`:""}`,{showErrors:r?.showErrors}))}async function Pa(t,e,n){let r=new URLSearchParams;n?.limit!=null&&r.set("limit",String(n.limit)),n?.chars!=null&&r.set("chars",String(n.chars));let s=r.toString();return o(await i.get(`/projects/${t}/sessions/${e}/transcript${s?`?${s}`:""}`))}async function ka(t,e,n){let r=new URLSearchParams;n?.cursor!=null&&r.set("cursor",String(n.cursor)),n?.limit!=null&&r.set("limit",String(n.limit));let s=r.toString();return o(await i.get(`/projects/${t}/sessions/${e}/voice-transcript${s?`?${s}`:""}`,{showErrors:n?.showErrors}))}async function wa(t,e,n){return o(await i.patch(`/projects/${t}/sessions/${e}`,n))}async function Sa(t,e){return o(await i.delete(`/projects/${t}/sessions/${e}`))}async function Pt(t,e){return o(await i.post(`/projects/${t}/sessions/${e}/restart`,{}))}async function kt(t,e){return o(await i.post(`/projects/${t}/sessions/${e}/stop`,{}))}async function va(t,e){return o(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/config`,{showErrors:!1}))}function Cp(t){let e=t.split(`
13
+ `);let x=Mp(_);if(x){if(e(x),x.type==="error")throw new R(x.error,{status:x.status,code:x.code});x.type==="done"&&(p=x.project)}}}}finally{s.cancel().catch(()=>{})}if(!p)throw new Error("Provision stream ended without a result");return p}async function Ph(){try{return o(await i.get("/projects/managed-git/status",{showErrors:!1}))}catch{return{configured:!1,provider:"github"}}}async function Tr(t,e){return o(await i.patch(`/projects/${t}`,e))}async function Pi(t,e,n){return o(await i.patch(`/projects/${t}/features`,{feature:e,enabled:n}))}async function ki(t,e,n){return o(await i.patch(`/projects/${t}/experimental`,{feature:e,enabled:n}))}async function wi(t,e){return o(await i.patch(`/projects/${t}/sandbox-provider`,{provider:e}))}async function kh(t,e){return o(await i.get(`/projects/${t}/sandbox-provider/transition`,{showErrors:!1,...e}))}async function wh(t,e){return o(await i.patch(`/projects/${t}/warm-pool`,e))}async function Si(t,e){return o(await i.patch(`/projects/${t}/onboarding`,{completed:e}))}async function Sh(t,e){return o(await i.patch(`/projects/${t}/onboarding`,{profile:e}))}async function Ar(t){return o(await i.delete(`/projects/${t}`))}async function vh(t,e){return Ie(t,`/v1/projects?account_id=${encodeURIComponent(e)}`)}async function Ch(t,e){if(!t.backendUrl||!t.accessToken)return{ok:!1,limitReached:!1};let n=wr(t.backendUrl);try{let r=await fetch(`${n}/v1/projects/provision`,{method:"POST",headers:{Authorization:`Bearer ${t.accessToken}`,"Content-Type":"application/json"},body:JSON.stringify({seed_starter:!0,...e}),signal:AbortSignal.timeout(t.timeoutMs??9e4)});if(r.ok){let s=await r.json().catch(()=>null);return s?.project_id?{ok:!0,project:s}:{ok:!1,limitReached:!1}}return r.status===403?{ok:!1,limitReached:(await r.json().catch(()=>null))?.code==="project_limit_reached"}:{ok:!1,limitReached:!1}}catch{return{ok:!1,limitReached:!1}}}async function vi(t){return o(await i.post("/projects/link-repository",t,{showErrors:!1}))}async function Ci(t){return o(await i.get(`/projects/github/installation?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ri(t){return o(await i.get(`/projects/github/installations?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ti(t){return o(await i.post("/projects/github/installations/linkable",t,{showErrors:!1}))}async function Ai(t,e,n){let r=new URLSearchParams({account_id:t});e&&r.set("installation_id",e);let s=n?.search?.trim();return s&&r.set("search",s),n?.limit!==void 0&&r.set("limit",String(n.limit)),o(await i.get(`/projects/github/repositories?${r.toString()}`,{showErrors:!1}))}async function Ii(t,e,n){let r=new URLSearchParams({account_id:t,installation_id:e,repo_full_name:n});return o(await i.get(`/projects/github/repository-branches?${r.toString()}`,{showErrors:!1}))}async function ji(t){return o(await i.post("/projects/github/installation",t,{showErrors:!1}))}async function Ei(t){return o(await i.post("/projects/github/installations/link",t,{showErrors:!1}))}async function $i(t,e){let n=new URLSearchParams({account_id:t});return e&&n.set("installation_id",e),o(await i.delete(`/projects/github/installation?${n.toString()}`))}async function $h(t,e){return o(await i.post(`/projects/${t}/access-requests`,{message:e?.trim()||void 0},{showErrors:!1}))}async function qi(t,e){return o(await i.get(`/projects/${t}/access-requests`,e))}async function Di(t,e,n="member"){return o(await i.post(`/projects/${t}/access-requests/${e}/approve`,{role:n}))}async function Mi(t,e){return o(await i.post(`/projects/${t}/access-requests/${e}/reject`,{}))}async function Ui(t){return o(await i.get(`/projects/${t}/access`))}async function Oi(t,e,n){return o(await i.put(`/projects/${t}/access/${e}`,{role:n}))}async function Fi(t,e){return o(await i.delete(`/projects/${t}/access/${e}`))}function qh(t){return"status"in t&&t.status==="invited"}async function Li(t,e,n,r){return o(await i.post(`/projects/${t}/access/invite`,{email:e,role:n,...r!==void 0?{expires_at:r}:{}}))}async function Gi(t){return o(await i.get(`/projects/${t}/access/pending-invites`))}async function Bi(t,e){return o(await i.delete(`/projects/${t}/access/pending-invites/${e}`))}async function Ki(t,e){return o(await i.post(`/projects/${t}/access/pending-invites/${e}/resend`))}async function Ni(t){return o(await i.get(`/projects/${t}/group-grants`))}async function Hi(t,e,n,r){return o(await i.post(`/projects/${t}/group-grants`,r===void 0?{group_id:e,role:n}:{group_id:e,role:n,expires_at:r}))}async function Wi(t,e,n,r){return o(await i.patch(`/projects/${t}/group-grants/${e}`,r===void 0?{role:n}:{role:n,expires_at:r}))}async function zi(t,e){return o(await i.delete(`/projects/${t}/group-grants/${e}`))}async function Vi(t){return o(await i.get(`/projects/${t}/resource-grants`))}async function Ji(t,e){return o(await i.post(`/projects/${t}/resource-grants`,{resource_type:e.resourceType,resource_id:e.resourceId,principal_type:e.principalType,principal_id:e.principalId,...e.expiresAt!==void 0?{expires_at:e.expiresAt}:{}}))}async function Xi(t,e){return o(await i.delete(`/projects/${t}/resource-grants/${e}`))}async function Qi(t,e){return o(await i.get(`/projects/${t}/approvals`,{showErrors:e?.showErrors}))}async function Yi(t,e){return o(await i.get(`/projects/${t}/approvals/needs-input`,{showErrors:e?.showErrors}))}async function Zi(t,e,n){return o(await i.post(`/projects/${t}/approvals/${e}`,{decision:n}))}async function eo(t){return o(await i.get(`/projects/${t}/secrets`,{showErrors:!1}))}async function to(t,e){return o(await i.post(`/projects/${t}/secrets`,e))}async function no(t,e,n,r={}){return o(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/strategy`,{strategy:n,...r}))}async function ro(t,e,n){return o(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/broker`,n))}async function so(t,e,n){return o(await i.post(`/projects/${t}/oauth/${e}/start`,{sharing:n?.sharing}))}async function io(t,e,n){return o(await i.post(`/projects/${t}/oauth/${e}/poll`,{flow_id:n}))}async function oo(t,e){return o(await i.delete(`/projects/${t}/oauth/${encodeURIComponent(e)}`))}async function ao(t,e){return o(await i.put(`/projects/${t}/git-credential`,e))}async function co(t,e){return o(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}`))}async function lo(t,e,n){return o(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`,n))}async function uo(t,e){return o(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`))}function Ir(t,e){return t?`/connectors/projects/${encodeURIComponent(t)}/${e}`:`/connectors/${e}`}async function jr(t){return o(await i.get(Ir(t,"catalog"))).connectors??[]}async function Pt(t){let e=[];for(let n of await jr(t))for(let r of n.actions)e.push({tool:`${n.slug}.${r.path}`,connector:n.slug,action:r.path,risk:r.risk,description:r.description||r.name,inputSchema:r.inputSchema});return e}async function po(t,e="",n={}){let r=e.trim().toLowerCase(),s=r.split(/\s+/).filter(Boolean),c=[],u=[];for(let p of await Pt(t)){let g=`${p.tool} ${p.description}`.toLowerCase();!r||g.includes(r)?c.push(p):s.every(f=>g.includes(f))&&u.push(p)}return[...c,...u].slice(0,n.limit??20)}async function go(t,e){return(await Pt(t)).find(n=>n.tool===e)??null}function Up(t){let e=t.indexOf("."),n=e<0?"":t.slice(0,e).trim(),r=e<0?"":t.slice(e+1).trim();if(!n||!r)throw new Error("tool must use the connector.action format");return{connector:n,action:r}}async function mo(t,e,n={}){let{connector:r,action:s}=Up(e);return o(await i.post(Ir(t,"call"),{connector:r,action:s,args:n}))}function Op(t,e){if(t&&typeof t=="object"){let n=t;for(let r of["reason","error","message","detail"])if(typeof n[r]=="string"&&n[r])return n[r]}return`HTTP ${e}`}function Fp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e-=1;return e===t.length?t:t.slice(0,e)}async function fo(t,e,n){let r=n.filename.trim(),s=n.contentType.trim();if(!r)throw new Error("filename is required");if(!s)throw new Error("contentType is required");let c={"Content-Type":s,"X-Kortix-Attachment-Filename":encodeURIComponent(r),"X-Kortix-Attachment-Disposition":n.contentDisposition??"attachment"};n.contentId?.trim()&&(c["X-Kortix-Attachment-Content-Id"]=encodeURIComponent(n.contentId.trim()));let u=Fp($().backendUrl),p=Ir(t,"attachments"),g=await q(`${u}${p}`,{method:"POST",headers:c,body:e},{timeoutMs:6e4}),f=await g.text(),m=null;if(f)try{m=JSON.parse(f)}catch{m=f}if(!g.ok)throw new R(Op(m,g.status),{status:g.status,code:String(m&&typeof m=="object"?m.code??g.status:g.status),details:m,response:g,endpoint:p});return m}async function yo(t){return o(await i.get(`/projects/${t}/connections`))}async function ho(t){return o(await i.get(`/projects/${t}/connections/all`))}async function bo(t,e){return o(await i.post(`/projects/${t}/connections`,e))}async function xo(t,e){return o(await i.post(`/projects/${t}/connections/me`,e))}async function _o(t,e,n){return o(await i.put(`/projects/${t}/connections/${e}/credential`,n))}function fe(t,e,n){return`/projects/${t}/connections/${e}/oauth2/${n}`}async function Nh(t,e){return o(await i.post(`/projects/${t}/connectors/${encodeURIComponent(e)}/oauth2/connection`,{}))}async function Hh(t,e,n){return o(await i.put(fe(t,e,"application"),n))}async function Wh(t,e){return o(await i.get(fe(t,e,"application")))}async function zh(t,e,n){return o(await i.post(fe(t,e,"discover"),n))}async function Vh(t,e,n){return o(await i.post(fe(t,e,"authorize"),n))}async function Jh(t,e,n){return o(await i.post(fe(t,e,"device"),n))}async function Xh(t,e,n){return o(await i.post(fe(t,e,`device/${encodeURIComponent(n)}`),{}))}async function Qh(t,e){return o(await i.get(fe(t,e,"status")))}async function Po(t,e){return o(await i.put(`/projects/${t}/connections/${e}/revoke`,{}))}async function ko(t,e){return o(await i.put(`/projects/${t}/connections/${e}/activate`,{}))}async function wo(t,e){return o(await i.put(`/projects/${t}/connections/${e}/default`,{}))}async function So(t,e,n={}){return o(await i.post(`/projects/${t}/connections/${e}/connect`,n))}async function vo(t,e){return o(await i.post(`/projects/${t}/connections/${e}/connect/finalize`,{}))}async function Co(t){return o(await i.get(`/connectors/projects/${t}/connectors`,{showErrors:!1}))}async function Ro(t){return o(await i.post(`/connectors/projects/${t}/connectors/sync`,{}))}async function To(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential-mode`,{mode:n}))}async function Ao(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/authorization-strategy`,{authorization_strategy:n}))}async function Io(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/sensitive`,{sensitive:n}))}async function jo(t,e){return o(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`))}async function Eo(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`,{policies:n}))}async function Yh(t,e){throw new Error("Connection-specific policies were removed. Use getConnectorPolicies(projectId, slug).")}async function Zh(t,e,n){throw new Error("Connection-specific policies were removed. Use setConnectorPolicies(projectId, slug, policies).")}async function $o(t,e){return o(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/config`))}async function qo(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/name`,{name:n}))}async function Do(t,e){return o(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect`,{}))}async function Mo(t,e){return o(await i.post(`/connectors/projects/${t}/connectors`,e))}async function Uo(t,e){return o(await i.post(`/connectors/projects/${t}/connectors/auth-discovery`,e))}async function Oo(t,e){return o(await i.delete(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}`))}async function Fo(t,e,n){let r=typeof e=="string"||e===void 0?{...e?{q:e}:{},...n?{cursor:n}:{}}:e,s=new URLSearchParams;r.q&&s.set("q",r.q),r.category&&s.set("category",r.category),r.cursor&&s.set("cursor",r.cursor),r.limit&&s.set("limit",String(r.limit));let c=s.toString();return o(await i.get(`/connectors/projects/${t}/pipedream/apps${c?`?${c}`:""}`))}async function Lo(t,e){let n=new URLSearchParams;e?.perCategory&&n.set("perCategory",String(e.perCategory)),e?.maxCategories&&n.set("maxCategories",String(e.maxCategories));let r=n.toString();return o(await i.get(`/connectors/projects/${t}/pipedream/sections${r?`?${r}`:""}`))}async function Er(t,e,n){let r=new URLSearchParams;e&&r.set("q",e),n&&r.set("cursor",n);let s=r.toString();return o(await i.get(`/connectors/projects/${t}/discover/connectors${s?`?${s}`:""}`))}async function $r(t,e){let n=new URLSearchParams({id:e});return o(await i.get(`/connectors/projects/${t}/discover/connectors/detail?${n.toString()}`))}var eb=Er,tb=$r;async function Go(){return o(await i.get("/connectors/connect-status"))}async function Bo(t,e,n){let r=typeof n=="string"?{value:n}:n;return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential`,r))}async function nb(t,e,n){return o(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/secret-binding`,{secret_identifier:n}))}async function Ko(t,e){return o(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect/finalize`,{}))}async function No(t){return o(await i.get(`/connectors/projects/${t}/policies`))}async function Ho(t,e,n){return o(await i.put(`/connectors/projects/${t}/policies`,{policies:e,defaultMode:n}))}async function Wo(t){return o(await i.get(`/projects/${t}/sandboxes`))}async function zo(t){return o(await i.get(`/projects/${t}/snapshots`))}async function qr(t){return o(await i.get(`/projects/${t}/sandbox-health`,{showErrors:!1,timeout:15e3}))}async function Vo(t,e){return o(await i.post(`/projects/${t}/snapshots/rebuild`,e?{slug:e}:{}))}async function Jo(t){return o(await i.post(`/projects/${t}/snapshots/fix-with-agent`,{}))}async function Xo(t,e){return o(await i.post(`/projects/${t}/sandbox-templates`,e))}async function Qo(t,e,n){return o(await i.patch(`/projects/${t}/sandbox-templates/${e}`,n))}async function Yo(t,e){return o(await i.delete(`/projects/${t}/sandbox-templates/${e}`))}async function Zo(t,e){return o(await i.post(`/projects/${t}/sandbox-templates/${e}/build`,{}))}async function ea(t){return o(await i.get(`/projects/${t}/sandboxes`))}async function ta(t,e){let n=new URLSearchParams;e?.ref&&n.set("ref",e.ref),e?.path&&n.set("path",e.path);let r=n.toString()?`?${n.toString()}`:"";return o(await i.get(`/projects/${t}/files${r}`,{showErrors:!1}))}async function na(t,e,n){let r=new URLSearchParams({q:e});return n?.content&&r.set("content","1"),n?.ref&&r.set("ref",n.ref),n?.limit&&r.set("limit",String(n.limit)),o(await i.get(`/projects/${t}/files/search?${r.toString()}`))}async function ra(t,e,n){let r=new URLSearchParams({path:e});return n&&r.set("ref",n),o(await i.get(`/projects/${t}/files/content?${r.toString()}`,{showErrors:!1}))}async function sa(t,e,n){let r=new URLSearchParams;e&&r.set("ref",e),n&&r.set("path",n);let s=r.toString()?`?${r.toString()}`:"",c=await ne(),u=`${$().backendUrl||""}/projects/${t}/files/archive${s}`,p=await fetch(u,{method:"GET",headers:c?{Authorization:`Bearer ${c}`}:{}});if(!p.ok){let g=await p.text().catch(()=>"");throw new Error(g||`Failed to download (HTTP ${p.status})`)}return await p.blob()}async function ia(t){return o(await i.get(`/projects/${t}/branches`))}async function oa(t,e){let n=new URLSearchParams;e?.ref&&n.set("ref",e.ref),e?.path&&n.set("path",e.path),e?.limit!=null&&n.set("limit",String(e.limit)),e?.skip!=null&&n.set("skip",String(e.skip));let r=n.toString()?`?${n.toString()}`:"";return o(await i.get(`/projects/${t}/commits${r}`))}async function aa(t,e){return o(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}`))}async function ca(t,e,n){let r=new URLSearchParams;n?.path&&r.set("path",n.path);let s=r.toString()?`?${r.toString()}`:"";return o(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}/diff${s}`))}async function la(t,e,n){let r=new URLSearchParams({path:e});return n?.ref&&r.set("ref",n.ref),n?.limit!=null&&r.set("limit",String(n.limit)),n?.skip!=null&&r.set("skip",String(n.skip)),o(await i.get(`/projects/${t}/files/history?${r.toString()}`))}async function ua(t,e){let n=new URLSearchParams({from:e.from,into:e.into});return o(await i.get(`/projects/${t}/version-diff?${n.toString()}`))}async function pa(t,e){let n=e?`?status=${e}`:"";return o(await i.get(`/projects/${t}/change-requests${n}`,{showErrors:!1,timeout:15e3}))}async function da(t,e){return o(await i.get(`/projects/${t}/change-requests/${e}`))}async function ga(t,e){return o(await i.get(`/projects/${t}/change-requests/${e}/diff`))}async function ma(t,e){return o(await i.get(`/projects/${t}/change-requests/${e}/merge-preview`))}async function fa(t,e){return o(await i.post(`/projects/${t}/change-requests`,e))}async function ya(t,e,n){return o(await i.post(`/projects/${t}/change-requests/${e}/merge`,n??{},{showErrors:!1}))}async function ha(t,e){return o(await i.post(`/projects/${t}/change-requests/${e}/close`,{}))}async function ba(t,e){return o(await i.post(`/projects/${t}/change-requests/${e}/reopen`,{}))}async function xa(t,e,n){return o(await i.post(`/projects/${t}/change-requests/${e}/request-changes`,{feedback:n}))}async function _a(t,e,n){return o(await i.post(`/projects/${t}/sessions/${e}/commit-push`,n??{}))}var Dr=new Set;function kt(t){t&&Dr.add(t)}function Pa(t){return!!t&&Dr.has(t)}function Pb(t){t&&Dr.delete(t)}async function Ke(t,e){let n=new URLSearchParams;e?.scope&&e.scope!=="visible"&&n.set("scope",e.scope);let r=n.size>0?`?${n}`:"";return o(await i.get(`/projects/${t}/sessions${r}`))}async function ka(t,e,n){return o(await i.put(`/projects/${t}/sessions/${e}/sharing`,n))}async function wa(t,e){return o(await i.get(`/projects/${t}/sessions/${e}/previews`))}async function Sa(t,e){return o(await i.get(`/projects/${t}/sessions/${e}/public-shares`,{showErrors:!1}))}async function va(t,e,n){return o(await i.post(`/projects/${t}/sessions/${e}/public-shares`,n))}async function Ca(t,e,n){return o(await i.delete(`/projects/${t}/sessions/${e}/public-shares/${n}`))}async function Ne(t,e){let n=o(await i.post(`/projects/${t}/sessions`,e??{}));return e?.initial_prompt||kt(n?.session_id),n}async function Ra(t){let e=o(await i.post(`/projects/${t}/sessions/warm`,{}));return kt(e.session.session_id),e}async function Ta(t,e){let n=o(await i.post(`/projects/${t}/sessions/warm/claim`,e,{showErrors:!1}));return kt(n.session_id),n}async function Mr(t,e,n){return o(await i.get(`/projects/${t}/sessions/${e}`,{showErrors:n?.showErrors}))}async function Aa(t,e,n,r){let s=new URLSearchParams;n&&s.set("limit",String(n)),r?.cursor&&s.set("cursor",r.cursor),r?.includeEvents!=null&&s.set("include_events",String(r.includeEvents));let c=s.toString();return o(await i.get(`/projects/${t}/sessions/${e}/audit${c?`?${c}`:""}`,{showErrors:r?.showErrors}))}async function Ia(t,e,n){let r=new URLSearchParams;n?.limit!=null&&r.set("limit",String(n.limit)),n?.chars!=null&&r.set("chars",String(n.chars));let s=r.toString();return o(await i.get(`/projects/${t}/sessions/${e}/transcript${s?`?${s}`:""}`))}async function ja(t,e,n){let r=new URLSearchParams;n?.cursor!=null&&r.set("cursor",String(n.cursor)),n?.limit!=null&&r.set("limit",String(n.limit));let s=r.toString();return o(await i.get(`/projects/${t}/sessions/${e}/voice-transcript${s?`?${s}`:""}`,{showErrors:n?.showErrors}))}async function Ea(t,e,n){return o(await i.patch(`/projects/${t}/sessions/${e}`,n))}async function $a(t,e){return o(await i.delete(`/projects/${t}/sessions/${e}`))}async function wt(t,e){return o(await i.post(`/projects/${t}/sessions/${e}/restart`,{}))}async function St(t,e){return o(await i.post(`/projects/${t}/sessions/${e}/stop`,{}))}async function qa(t,e){return o(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/config`,{showErrors:!1}))}function Lp(t){let e=t.split(`
14
14
  `).filter(n=>n.startsWith("data:")).map(n=>n.slice(5).replace(/^ /,""));if(e.length===0)return null;try{return JSON.parse(e.join(`
15
- `))}catch(n){throw new Error("reloadProjectSessionConfigStream received an invalid SSE frame",{cause:n})}}async function Ca(t,e,n={}){return o(await i.post(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload`,n,{showErrors:!1}))}async function Ra(t,e,n,r,s={}){let c=await i.postStream(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload-stream`,n,s);if(!c.ok){let m=await c.json().catch(()=>null);throw new R(m?.error||`Reload failed: HTTP ${c.status}`,{status:c.status,code:m?.code,data:m})}let u=c.body?.getReader();if(!u)throw new Error("Reload stream is unavailable on this runtime (no response body)");let p=new TextDecoder,g="",f=null;try{for(;;){let{done:m,value:_}=await u.read();if(m)break;g+=p.decode(_,{stream:!0});let x=g.indexOf(`
15
+ `))}catch(n){throw new Error("reloadProjectSessionConfigStream received an invalid SSE frame",{cause:n})}}async function Da(t,e,n={}){return o(await i.post(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload`,n,{showErrors:!1}))}async function Ma(t,e,n,r,s={}){let c=await i.postStream(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload-stream`,n,s);if(!c.ok){let m=await c.json().catch(()=>null);throw new R(m?.error||`Reload failed: HTTP ${c.status}`,{status:c.status,code:m?.code,data:m})}let u=c.body?.getReader();if(!u)throw new Error("Reload stream is unavailable on this runtime (no response body)");let p=new TextDecoder,g="",f=null;try{for(;;){let{done:m,value:_}=await u.read();if(m)break;g+=p.decode(_,{stream:!0});let x=g.indexOf(`
16
16
 
17
17
  `);for(;x!==-1;){let I=g.slice(0,x);g=g.slice(x+2),x=g.indexOf(`
18
18
 
19
- `);let T=Cp(I);if(T){if(r(T),T.type==="error")throw new R(T.error,{status:T.status,code:T.code,data:{reason:T.reason}});T.type==="done"&&(f=T.result)}}}}finally{u.cancel().catch(()=>{})}if(!f)throw new Error("Reload stream ended without a result");return f}async function Ta(t,e){return o(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`))}async function Aa(t,e,n){return o(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`,n))}async function Ia(t,e,n){return o(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/model`,{opencode_model:n}))}async function ja(t){return o(await i.get(`/projects/${t}/triggers`))}async function Ea(t,e){return o(await i.post(`/projects/${t}/triggers`,e))}async function $a(t,e,n){return o(await i.patch(`/projects/${t}/triggers/${e}`,n))}async function qa(t,e){return o(await i.delete(`/projects/${t}/triggers/${e}`))}async function Da(t,e){return o(await i.patch(`/projects/${t}/triggers/activation`,{paused:e}))}async function Ma(t,e){return o(await i.post(`/projects/${t}/triggers/${e}/fire`,{}))}var se=new Map;function jr(t,e){return`${t}::${e}`}function Ua(t,e){se.delete(t),se.set(t,e)}function Oa(t,e){let n=jr(t,e),r=se.get(n);return r&&Ua(n,r),r}function Fa(t,e,n){let r=jr(t,e);if(!se.has(r)&&se.size>=512){let s=se.keys().next().value;s!==void 0&&se.delete(s)}Ua(r,n)}function La(t,e){se.delete(jr(t,e))}function fb(t){if(t.status!=="running"||!t.sandbox_id||!t.sandbox_provider||!t.sandbox_url||!t.opencode_session_id)return null;let e=t.sandbox_url.match(/\/p\/([^/]+)\//)?.[1];return e?{stage:"ready",agent_name:t.agent_name??"default",retriable:!0,sandbox:{sandbox_id:t.sandbox_id,session_id:t.session_id,project_id:t.project_id,account_id:t.account_id,provider:t.sandbox_provider,external_id:e,base_url:t.sandbox_url,status:"active",config:{},metadata:t.metadata,last_used_at:t.updated_at,created_at:t.created_at,updated_at:t.updated_at},opencode_session_id:t.opencode_session_id,runtime_url:t.sandbox_url}:null}var Er=class extends Error{status;code;terminal;constructor(e,n){super(e),this.name="SessionStartError",this.status=n.status,this.code=n.code,this.terminal=n.terminal}};function yb(t){return t instanceof Error&&t.name==="SessionStartError"}function Rp(t){let e=t,n=e?.status,r=e?.code??e?.details?.code??e?.details?.error,s=e?.message||"Unable to start this session";return n&&n>=400&&n<500&&n!==408&&n!==429?new Er(s,{status:n,code:r,terminal:!0}):null}async function je(t,e,n){let r=n&&n>0?`?wait_ms=${Math.floor(n)}`:"",s=await i.post(`/projects/${t}/sessions/${e}/start${r}`,{},{showErrors:!1});if(!s.success||!s.data){let p=Rp(s.error);if(p&&!(p.status===404&&da(e)))throw p;return null}let c=s.data,u=c.sandbox?.external_id;return c.stage==="ready"&&u&&c.opencode_session_id&&Fa(t,e,{opencodeSessionId:c.opencode_session_id,runtimeUrl:st(u),sandboxId:u}),c}function hb(t,e){return["session-start",t,e]}async function Ga(t){return o(await i.get(`/projects/${t}/model-defaults`))}async function Ba(t,e){return o(await i.put(`/projects/${t}/model-defaults`,e))}async function Ka(t,e){let n=new URLSearchParams({scope:e.scope,...e.agentName?{agentName:e.agentName}:{}}).toString();return o(await i.delete(`/projects/${t}/model-defaults?${n}`))}async function Sb(t,e){return o(await i.put(`/projects/${t}/model-enablement`,{modelOverrides:e}))}async function Na(t,e,n){let r=Ap(n);return o(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/scope`,r))}function Ha(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Tp(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Ap(t){let e=t.connectors_required?Ha(t.connectors_required):void 0,n=t.connectors_personal?Ha(t.connectors_personal):void 0;if(e&&n&&!Tp(e,n))throw new Error("connectors_personal must match connectors_required when both fields are present");let r={...t};return delete r.connectors_personal,(e!==void 0||n!==void 0)&&(r.connectors_required=e??n),r}async function jb(t,e){let n=o(await i.get(`/projects/${t}/agents/${encodeURIComponent(e)}/config`));return{...n,block:n.block?$r(n.block):null}}async function Eb(t,e,n){let r=$r(n),s=o(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/config`,r));return{...s,block:s.block?$r(s.block):null}}function Wa(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Ip(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function $r(t){let e=t.connectors_required?Wa(t.connectors_required):void 0,n=t.connectors_personal?Wa(t.connectors_personal):void 0;if(e&&n&&!Ip(e,n))throw new Error("connectors_personal must match connectors_required when both fields are present");let r={...t};return delete r.connectors_personal,(e!==void 0||n!==void 0)&&(r.connectors_required=e??n),r}async function za(t,e){return o(await i.put(`/projects/${t}/default-agent`,{agent:e}))}function Va(){return{credits:{total:0,daily:0,monthly:0,extra:0,can_run:!1,daily_refresh:null},subscription:{tier_key:"none",tier_display_name:"No Plan",status:"no_subscription",billing_period:null,provider:"stripe",subscription_id:null,current_period_end:null,cancel_at_period_end:!1,is_cancelled:!1,cancellation_effective_date:null,has_scheduled_change:!1,scheduled_change:null,commitment:{has_commitment:!1,can_cancel:!0,commitment_type:null,months_remaining:null,commitment_end_date:null},can_purchase_credits:!1},models:[],limits:{concurrent_runs:{running_count:0,limit:0,can_start:!1,tier_name:"none"},ai_worker_count:{current_count:0,limit:0,can_create:!1,tier_name:"none"},custom_mcp_count:{current_count:0,limit:0,can_create:!1,tier_name:"none"}},tier:{name:"none",display_name:"No Plan",monthly_credits:0,can_purchase_credits:!1}}}async function Ja(t){let e=new URLSearchParams;t?.skipCache&&e.set("skip_cache","true"),t?.accountId&&e.set("account_id",t.accountId);let n=e.toString(),r=n?`?${n}`:"",s=await i.get(`/billing/account-state${r}`,{showErrors:!1}),c=s.error?.status===404&&/billing is not enabled/i.test(s.error.message||"");if(s.error&&s.error.status!==401&&!c)throw s.error;return s.error?Va():s.data}async function Xa(t){let e=new URLSearchParams;t?.skipCache&&e.set("skip_cache","true"),t?.accountId&&e.set("account_id",t.accountId);let n=e.toString(),r=n?`?${n}`:"",s=await i.get(`/billing/account-state/minimal${r}`,{showErrors:!1}),c=s.error?.status===404&&/billing is not enabled/i.test(s.error.message||"");if(s.error&&s.error.status!==401&&!c)throw s.error;return s.error?Va():s.data}async function Qa(t){let e=new URLSearchParams;t?.accountId&&e.set("account_id",t.accountId),t?.limit!=null&&e.set("limit",String(t.limit)),t?.offset!=null&&e.set("offset",String(t.offset)),t?.typeFilter&&e.set("type_filter",Array.isArray(t.typeFilter)?t.typeFilter.join(","):t.typeFilter);let n=e.toString();return o(await i.get(`/billing/transactions${n?`?${n}`:""}`))}async function Ya(t){let e=new URLSearchParams;t?.accountId&&e.set("account_id",t.accountId),t?.days!=null&&e.set("days",String(t.days));let n=e.toString();return o(await i.get(`/billing/transactions/summary${n?`?${n}`:""}`))}async function Za(){return o(await i.get("/billing/credit-breakdown"))}async function ec(t){let e=t!=null?`?days=${t}`:"";return o(await i.get(`/billing/usage-history${e}`))}async function tc(){return o(await i.get("/billing/tier-configurations"))}async function Mb(t){let e=t.accountId?`?account_id=${encodeURIComponent(t.accountId)}`:"";return Ae(t,`/v1/billing/account-state${e}`)}async function nc(t){return o(await i.post("/billing/create-checkout-session",{account_id:t.accountId,tier_key:t.tierKey,success_url:t.successUrl,cancel_url:t.cancelUrl,commitment_type:t.commitmentType,locale:t.locale,server_type:t.serverType,location:t.location}),"Failed to create checkout session")}async function rc(t,e){return o(await i.post("/billing/confirm-checkout-session",{account_id:e,session_id:t}),"Failed to confirm checkout session")}async function sc(t,e){return o(await i.post("/billing/create-portal-session",{account_id:e,return_url:t}),"Failed to create portal session")}async function ic(t,e){return o(await i.post("/billing/cancel-subscription",{account_id:e,feedback:t}),"Failed to cancel subscription")}async function oc(t){return o(await i.post("/billing/reactivate-subscription",{account_id:t}),"Failed to reactivate subscription")}async function ac(t,e,n){return o(await i.post("/billing/schedule-downgrade",{account_id:n,target_tier_key:t,commitment_type:e}),"Failed to schedule downgrade")}async function cc(t){return o(await i.post("/billing/cancel-scheduled-change",{account_id:t}),"Failed to cancel scheduled change")}async function lc(t,e){let n=new URLSearchParams({new_price_id:t});return e&&n.set("account_id",e),o(await i.get(`/billing/proration-preview?${n.toString()}`),"Failed to load proration preview")}async function uc(t){return o(await i.post("/billing/purchase-credits",{amount:t.amount,account_id:t.accountId,success_url:t.successUrl,cancel_url:t.cancelUrl}),"Failed to purchase credits")}async function pc(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return o(await i.get(`/billing/auto-topup/settings${e}`),"Failed to load auto-topup settings")}async function dc(t){return o(await i.post("/billing/auto-topup/configure",{account_id:t.accountId,enabled:t.enabled,threshold:t.threshold,amount:t.amount}),"Failed to configure auto-topup")}async function Ub(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return o(await i.get(`/billing/auto-topup/setup-status${e}`,{timeout:8e3,showErrors:!1}),"Failed to load auto-topup setup status")}async function Ob(t){return o(await i.post("/billing/create-per-seat-checkout",{account_id:t.accountId,success_url:t.successUrl,cancel_url:t.cancelUrl,locale:t.locale}),"Failed to create per-seat checkout")}async function Fb(t){return o(await i.post("/billing/claim-per-seat",{account_id:t}),"Failed to switch to per-seat billing")}async function Lb(t){return o(await i.post("/billing/sync-subscription",{account_id:t}),"Failed to sync subscription")}async function gc(t={}){let e=new URLSearchParams;t.start&&e.set("start",t.start),t.end&&e.set("end",t.end),(t.groupBy==="model"||t.groupBy==="provider"||t.groupBy==="day")&&e.set("group_by",t.groupBy),t.accountId&&e.set("account_id",t.accountId);let n=e.toString();return o(await i.get(`/usage${n?`?${n}`:""}`))}function qr(t,e){e.accountId&&t.set("account_id",e.accountId),e.projectId&&t.set("project_id",e.projectId)}function wt(t,e){e.from&&t.set("from",e.from),e.to&&t.set("to",e.to)}function St(t){return t.size>0?`?${t}`:""}async function fc(t={}){let e=new URLSearchParams;return qr(e,t),t.ownerId&&e.set("owner_id",t.ownerId),wt(e,t),t.sort&&e.set("sort",t.sort),t.limit!=null&&e.set("limit",String(t.limit)),t.offset!=null&&e.set("offset",String(t.offset)),o(await i.get(`/usage/session-costs${St(e)}`))}async function Dr(t,e={}){let n=new URLSearchParams;return qr(n,e),o(await i.get(`/usage/session-costs/${encodeURIComponent(t)}${St(n)}`))}async function Wb(t={}){let e=new URLSearchParams;return t.accountId&&e.set("account_id",t.accountId),wt(e,t),t.sort&&e.set("sort",t.sort),t.limit!=null&&e.set("limit",String(t.limit)),t.offset!=null&&e.set("offset",String(t.offset)),o(await i.get(`/usage/cost-by-project${St(e)}`))}async function zb(t={}){let e=new URLSearchParams;return qr(e,t),t.sessionId&&e.set("session_id",t.sessionId),wt(e,t),o(await i.get(`/usage/cost-summary${St(e)}`))}function mc(t,e={}){let n=new URLSearchParams;if(e.accountId&&n.set("account_id",e.accountId),t==="sessions"){let s=e;s.projectId&&n.set("project_id",s.projectId),s.ownerId&&n.set("owner_id",s.ownerId)}wt(n,e),e.sort&&n.set("sort",e.sort),n.set("format","csv");let r=t==="projects"?"/usage/cost-by-project":"/usage/session-costs";return`${$().backendUrl||""}${r}?${n}`}async function Vb(t,e={}){let n=mc(t==="projects"?"projects":"sessions",e),r=await ne(),s=await fetch(n,{method:"GET",headers:r?{Authorization:`Bearer ${r}`}:{}});if(!s.ok){let g=await s.text().catch(()=>"");throw new Error(g||`Failed to export CSV (HTTP ${s.status})`)}let c=s.headers.get("x-kortix-row-cap"),u=c!=null?Number(c):NaN;return{blob:await s.blob(),rowCap:Number.isFinite(u)?u:null}}async function yc(t,e){return o(await i.post(`/channels/${t}/identity/bind`,{token:e}),"Failed to connect your account")}function Yb(t){return yc("slack",t)}function Zb(t){return yc("teams",t)}async function hc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});return e.success?e.data??null:null}async function bc(t,e){return o(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/connect`,e,{showErrors:!1}),"Failed to connect")}var jp={oauth_available:!1,install_url:null};async function xc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/mode`,{showErrors:!1});return!e.success||!e.data?jp:e.data}async function _c(t){return o(await i.get(`/webhooks/slack/${encodeURIComponent(t)}/manifest`,{showErrors:!1}),"Failed to load Slack manifest")}async function Pc(t){let e=await i.delete(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});if(!e.success)throw new Error(e.error?.message??"Failed to disconnect")}async function kc(t,e){return o(await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/file?url=${encodeURIComponent(e)}`,{showErrors:!1}),"Failed to download Slack file")}async function wc(t,e){return o(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/file/upload`,{channel:e.channel,filename:e.filename,content_base64:e.contentBase64,comment:e.comment,thread_ts:e.threadTs},{showErrors:!1}),"Failed to upload Slack file")}function Mr(t){let e=t.connectionId??t.connection_id??null,n=t.connectorSlug??t.connector_slug??t.connectionSlug??t.connection_slug??"kortix_email";return{...t,connectionId:e,connectorSlug:n}}var Ep={provider:"agentmail",managed_available:!1};async function Sc(t,e){let n=e?`?connector_slug=${encodeURIComponent(e)}`:"",r=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/installation${n}`,{showErrors:!1});return r.success&&r.data?Mr(r.data):null}async function vc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/mode`,{showErrors:!1});return!e.success||!e.data?Ep:e.data}async function Cc(t,e){let n=o(await i.post(`/projects/${encodeURIComponent(t)}/channels/email/connect`,e,{showErrors:!1}),"Failed to connect email");return Mr(n)}async function Rc(t,e){let n=e?`?connector_slug=${encodeURIComponent(e)}`:"",r=await i.delete(`/projects/${encodeURIComponent(t)}/channels/email/installation${n}`,{showErrors:!1});if(!r.success)throw new Error(r.error?.message??"Failed to disconnect email")}async function Tc(t,e,n){let r=o(await i.patch(`/projects/${encodeURIComponent(t)}/channels/email/installation`,{connector_slug:e??"kortix_email",sender_policy:n},{showErrors:!1}),"Failed to update email policy");return Mr(r)}async function Ac(t,e){return o(await i.put(`/projects/${encodeURIComponent(t)}/channels/meet/name`,{name:e},{showErrors:!1}),"Failed to save name")}async function ex(t){return o(await i.get(`/projects/${encodeURIComponent(t)}/channels/bindings`,{showErrors:!1}),"Failed to load channel bindings")}async function tx(t,e,n){return o(await i.patch(`/projects/${encodeURIComponent(t)}/channels/bindings/${encodeURIComponent(e)}`,n,{showErrors:!1}),"Failed to update channel binding")}async function Ic(t){return o(await i.get(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function jc(t,e){return o(await i.put(`/projects/${t}/gateway/routing-policy`,e),"Gateway routing policy request failed")}async function Ec(t){return o(await i.delete(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function $c(t,e){return o(await i.post(`/projects/${t}/gateway/routing-policy/preview`,e),"Gateway route preview failed")}async function qc(t,e){let n=new URLSearchParams;e?.limit&&n.set("limit",String(e.limit)),e?.offset&&n.set("offset",String(e.offset)),e?.ok!==void 0&&n.set("ok",String(e.ok));let r=n.toString();return o(await i.get(`/projects/${t}/gateway/logs${r?`?${r}`:""}`),"Gateway request failed")}async function Dc(t,e){return o(await i.get(`/projects/${t}/gateway/logs/${e}`),"Gateway request failed")}async function Mc(t,e){return o(await i.get(`/projects/${t}/gateway/overview${e?`?days=${e}`:""}`),"Gateway request failed")}async function Uc(t,e){return o(await i.get(`/projects/${t}/gateway/series${e?`?days=${e}`:""}`),"Gateway request failed")}async function Oc(t,e){return o(await i.get(`/projects/${t}/gateway/breakdown${e?`?days=${e}`:""}`),"Gateway request failed")}async function Fc(t,e){return o(await i.get(`/projects/${t}/gateway/sessions${e?`?days=${e}`:""}`),"Gateway request failed")}async function Lc(t,e){return o(await i.get(`/projects/${t}/gateway/errors${e?`?days=${e}`:""}`),"Gateway request failed")}async function Gc(t){return o(await i.get(`/projects/${t}/gateway/budgets`),"Gateway request failed")}async function Bc(t,e){return o(await i.put(`/projects/${t}/gateway/budgets`,e),"Gateway request failed")}async function Kc(t,e){return o(await i.delete(`/projects/${t}/gateway/budgets/${e}`),"Gateway request failed")}async function Hc(t){return o(await i.get(`/projects/${t}/gateway/keys`),"Gateway request failed")}async function Nc(t,e){return o(await i.post(`/projects/${t}/gateway/keys`,{name:e}),"Gateway request failed")}async function Wc(t,e){return o(await i.delete(`/projects/${t}/gateway/keys/${e}`),"Gateway request failed")}async function zc(t,e,n,r,s){return o(await i.post(`/projects/${t}/gateway/playground`,{prompt:e,models:n,...r?{system:r}:{},...s&&Object.keys(s).length?{generationConfig:s}:{}}),"Gateway request failed")}async function ix(t,e){return o(await i.post(`/projects/${t}/gateway/providers/${encodeURIComponent(e)}/verify`,{}),"Gateway provider verification failed")}async function Vc(t){let e=new FormData;e.append("audio_file",t);let n=await i.upload("/transcription",e,{showErrors:!0});if(n.error)throw new Error(`Error transcribing audio: ${n.error.message} (${n.error.status})`);return n.data}async function px(){return o(await i.get("/referrals/code"),"GET_CODE_FAILED")}async function dx(){return o(await i.post("/referrals/code/refresh",{}),"REFRESH_CODE_FAILED")}async function gx(t){return o(await i.post("/referrals/validate",{referral_code:t}),"VALIDATE_CODE_FAILED")}async function mx(){return o(await i.get("/referrals/stats"),"GET_STATS_FAILED")}async function fx(t={}){let e=new URLSearchParams({limit:String(t.limit??50),offset:String(t.offset??0)});return o(await i.get(`/referrals/list?${e}`),"GET_REFERRALS_FAILED")}async function yx(t){return o(await i.post("/referrals/email",{emails:t}),"SEND_EMAILS_FAILED")}function P(t){if(!t.success||t.data===void 0)throw t.error||new Error("Unexpected empty response");return t.data}function O(t){return i.get(t,{showErrors:!1})}async function xx(t){return P(await O(`/accounts/${t}/iam/groups`)).groups}async function _x(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}`))}async function Px(t,e){return P(await i.post(`/accounts/${t}/iam/groups`,e,{showErrors:!1}))}async function kx(t,e,n){return P(await i.patch(`/accounts/${t}/iam/groups/${e}`,n))}async function wx(t,e){return P(await i.delete(`/accounts/${t}/iam/groups/${e}`))}async function Sx(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/members`)).members}async function vx(t,e,n){return P(await i.post(`/accounts/${t}/iam/groups/${e}/members`,{userIds:n}))}async function Cx(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/project-grants`)).grants}async function Rx(t,e,n){return P(await i.delete(`/accounts/${t}/iam/groups/${e}/members/${n}`))}async function Tx(t,e){return P(await O(`/accounts/${t}/iam/members/${e}/groups`)).groups}async function Ax(t,e){return P(await O(`/accounts/${t}/iam/members/${e}/project-access`)).projects}async function Ix(t,e={}){let n=new URLSearchParams;e.principalType&&n.set("principalType",e.principalType),e.principalId&&n.set("principalId",e.principalId),e.scopeType&&n.set("scopeType",e.scopeType),e.scopeId!==void 0&&n.set("scopeId",e.scopeId===null?"null":e.scopeId);let r=n.toString();return P(await O(`/accounts/${t}/iam/policies${r?`?${r}`:""}`)).policies}async function jx(t,e){return P(await i.post(`/accounts/${t}/iam/policies`,e,{showErrors:!1}))}async function Ex(t,e,n){return P(await i.patch(`/accounts/${t}/iam/policies/${e}`,n,{showErrors:!1}))}async function $x(t,e){return P(await i.delete(`/accounts/${t}/iam/policies/${e}`))}async function qx(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-delete`,{policy_ids:e},{showErrors:!1}))}async function Dx(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-import`,{policies:e},{showErrors:!1}))}async function Mx(t){return P(await O(`/accounts/${t}/iam/roles`)).roles}async function Ux(t){return P(await O(`/accounts/${t}/iam/agent-identities`)).agents}async function Ox(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/permissions`))}async function Fx(t){return P(await O(`/accounts/${t}/iam/actions`)).actions}async function Lx(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/usage`))}async function Gx(t,e){return P(await i.post(`/accounts/${t}/iam/roles`,e,{showErrors:!1}))}async function Bx(t,e,n){return P(await i.patch(`/accounts/${t}/iam/roles/${e}`,n,{showErrors:!1}))}async function Kx(t,e,n){return P(await i.put(`/accounts/${t}/iam/roles/${e}/permissions`,{actions:n},{showErrors:!1}))}async function Hx(t,e){return P(await i.delete(`/accounts/${t}/iam/roles/${e}`,{showErrors:!1}))}async function Nx(t,e,n){return P(await i.patch(`/accounts/${t}/iam/members/${e}/super-admin`,{isSuperAdmin:n}))}async function Wx(t){return P(await O(`/accounts/${t}/iam/scim/tokens`)).tokens}async function zx(t,e){return P(await i.post(`/accounts/${t}/iam/scim/tokens`,e,{showErrors:!1}))}async function Vx(t,e){return P(await i.delete(`/accounts/${t}/iam/scim/tokens/${e}`))}async function Jx(t){return P(await O(`/accounts/${t}/iam/mfa-required`))}async function Xx(t){return P(await O(`/accounts/${t}/iam/mfa-required/preview`))}async function Qx(t,e){return P(await i.patch(`/accounts/${t}/iam/mfa-required`,{enabled:e},{showErrors:!1}))}async function Yx(t){return P(await O(`/accounts/${t}/iam/sso/provider`)).provider}async function Zx(t,e){return P(await i.put(`/accounts/${t}/iam/sso/provider`,e,{showErrors:!1})).provider}async function e_(t,e){return P(await i.post(`/accounts/${t}/iam/sso/provider/from-metadata`,e,{showErrors:!1})).provider}async function t_(t){return P(await i.delete(`/accounts/${t}/iam/sso/provider`))}async function n_(t){return P(await O(`/accounts/${t}/iam/sso/mappings`)).mappings}async function r_(t,e){return P(await i.post(`/accounts/${t}/iam/sso/mappings`,e,{showErrors:!1}))}async function s_(t,e){return P(await i.delete(`/accounts/${t}/iam/sso/mappings/${e}`))}async function i_(t){return P(await O(`/accounts/${t}/iam/session-policy`))}async function o_(t,e){return P(await i.patch(`/accounts/${t}/iam/session-policy`,e,{showErrors:!1}))}async function a_(t){return P(await O(`/accounts/${t}/iam/sessions`)).sessions}async function c_(t,e){return P(await i.post(`/accounts/${t}/iam/sessions/${e}/revoke`,{},{showErrors:!1}))}async function l_(t){return P(await O(`/accounts/${t}/iam/pat-policy`))}async function u_(t,e){return P(await i.patch(`/accounts/${t}/iam/pat-policy`,e,{showErrors:!1}))}async function p_(t){return P(await O(`/accounts/${t}/iam/service-accounts`)).service_accounts}async function d_(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts`,e,{showErrors:!1}))}async function g_(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts/${e}/disable`,{},{showErrors:!1}))}async function m_(t,e){return P(await i.delete(`/accounts/${t}/iam/service-accounts/${e}`))}async function f_(t){return P(await O(`/accounts/${t}/audit/webhooks`)).webhooks}async function y_(t,e){return P(await i.post(`/accounts/${t}/audit/webhooks`,e,{showErrors:!1}))}async function h_(t,e,n){return P(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function b_(t,e){return P(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function x_(t,e={}){let n=new URLSearchParams;e.action&&n.set("action",e.action),e.actor&&n.set("actor",e.actor),e.project_id&&n.set("project_id",e.project_id),e.session_id&&n.set("session_id",e.session_id),e.actor_type&&n.set("actor_type",e.actor_type),e.source&&n.set("source",e.source),e.phase&&n.set("phase",e.phase),e.outcome&&n.set("outcome",e.outcome),e.request_id&&n.set("request_id",e.request_id),e.correlation_id&&n.set("correlation_id",e.correlation_id),e.resource_type&&n.set("resource_type",e.resource_type),e.since&&n.set("since",e.since),e.until&&n.set("until",e.until),e.q&&n.set("q",e.q),e.cursor&&n.set("cursor",e.cursor),e.limit&&n.set("limit",String(e.limit));let r=n.toString();return P(await O(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function __(t,e,n){let r=new URLSearchParams;return r.set("action",n.action),n.resourceType&&r.set("resourceType",n.resourceType),n.resourceId&&r.set("resourceId",n.resourceId),P(await O(`/accounts/${t}/iam/members/${e}/effective?${r.toString()}`))}async function P_(t,e,n){return n.length===0?[]:P(await i.post(`/accounts/${t}/iam/members/${e}/effective:batch`,{probes:n})).results}async function k_(t){return P(await O(`/accounts/${t}/iam/enterprise-demo`)).enabled}async function w_(t,e){return P(await i.put(`/accounts/${t}/iam/enterprise-demo`,{enabled:e})).enabled}async function R_(){let t=await i.get("/account/deletion-status",{showErrors:!1});return t.error?.status===404?null:o(t,"Failed to load account deletion status")}async function T_(t="User requested deletion"){return o(await i.post("/account/request-deletion",{reason:t},{showErrors:!1}),"Failed to request account deletion")}async function A_(){return o(await i.post("/account/cancel-deletion",void 0,{showErrors:!1}),"Failed to cancel account deletion")}async function I_(){return o(await i.delete("/account/delete-immediately",{showErrors:!1}),"Failed to delete account immediately")}async function j_(){return(await i.get("/user-roles",{showErrors:!1})).data??{isAdmin:!1,role:null}}function D_(){return i.get("/admin/api/provider-distribution").then(t=>o(t))}function M_(t=300){return i.get(`/admin/api/sandboxes?limit=${t}`).then(e=>o(e))}function U_(t){return i.put("/admin/api/provider-distribution",t).then(e=>o(e))}function O_(t){return i.get(`/admin/api/provider-analytics?days=${t}`).then(e=>o(e))}function F_(t,e){return i.post(`/admin/api/sandboxes/${encodeURIComponent(t)}/migrate`,{targetProvider:e}).then(n=>o(n))}function L_(){return i.get("/admin/api/provider-fallback").then(t=>o(t))}function G_(t){return i.put("/admin/api/provider-fallback",{enabled:t}).then(e=>o(e))}async function N_(t){return o(await i.get(`/google/auth-url?return_url=${encodeURIComponent(t)}`),"Failed to get Google auth URL")}async function W_(t,e){return o(await i.post("/presentation-tools/convert-and-upload-to-slides",{presentation_path:t,sandbox_url:e},{timeout:18e4}),"Failed to upload to Google Slides")}async function Jc(t,e){let n=new URLSearchParams;e?.segment&&n.set("segment",e.segment),e?.kind&&n.set("kind",e.kind);let r=n.toString();return o(await i.get(`/projects/${t}/review/items${r?`?${r}`:""}`,{showErrors:!1}))}async function Xc(t,e){return o(await i.get(`/projects/${t}/review/items/${e}`))}async function Qc(t,e){return o(await i.post(`/projects/${t}/review/items`,e))}async function Yc(t,e,n){return o(await i.post(`/projects/${t}/review/items/${e}/act`,n))}async function Zc(t,e){return o(await i.post(`/projects/${t}/review/bulk`,e))}async function el(t){return o(await i.get(`/p/share?sandbox_id=${encodeURIComponent(t)}`),"Failed to load public links").shares??[]}async function tl(t){return o(await i.post("/p/share",{sandbox_id:t.sandboxId,port:t.port,ttl:t.ttl,label:t.label}),"Failed to generate public URL")}async function nl(t,e){let n=await i.delete(`/p/share/${encodeURIComponent(e)}?sandbox_id=${encodeURIComponent(t)}`);if(!n.success)throw new Error(n.error?.message??"Failed to revoke public link")}var Ur=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicSessionShareError"}status};function rl(t,e=""){return`${le()}/public/session-shares/${encodeURIComponent(t)}${e}`}async function sl(t){let e=await fetch(t,{method:"GET",headers:{Accept:"application/json"}}),n=await e.text().catch(()=>""),r=null;try{r=n?JSON.parse(n):null}catch{}if(!e.ok){let s=(r&&typeof r=="object"&&"error"in r&&typeof r.error=="string"?r.error:null)||e.statusText||`HTTP ${e.status}`;throw new Ur(s,e.status)}return r}async function tP(t){return sl(rl(t))}async function nP(t){return sl(rl(t,"/messages"))}var Or=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicVoiceJoinError"}status};function il(t){return`${le()}/public/voice-join/${encodeURIComponent(t)}`}async function ol(t){let e=await fetch(t,{method:"GET",headers:{Accept:"application/json"}}),n=await e.text().catch(()=>""),r=null;try{r=n?JSON.parse(n):null}catch{}if(!e.ok){let s=(r&&typeof r=="object"&&"error"in r&&typeof r.error=="string"?r.error:null)||e.statusText||`HTTP ${e.status}`;throw new Or(s,e.status)}return r}async function iP(t){return ol(il(t))}async function oP(t,e=0){let n=`${il(t)}/transcript?cursor=${encodeURIComponent(String(e))}`;return ol(n)}async function al(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return o(await i.get(`/accounts/tokens${e}`))}async function cl(t){let{accountId:e,expiresAt:n,projectId:r,name:s}=t;return o(await i.post("/accounts/tokens",{name:s,...e?{account_id:e}:{},...n?{expires_at:n}:{},...r?{project_id:r}:{}}))}async function ll(t,e){let n=e?`?account_id=${encodeURIComponent(e)}`:"";return o(await i.delete(`/accounts/tokens/${t}${n}`))}async function ul(t){return o(await i.get(`/projects/${t}/cli-token`))}async function pl(t,e){return o(await i.post(`/projects/${t}/cli-token`,e??{}))}async function dl(t,e){return o(await i.delete(`/projects/${t}/cli-token/${e}`))}async function gl(t,e){let n=new URLSearchParams;e?.action&&n.set("action",e.action),e?.actor&&n.set("actor",e.actor),e?.actorType&&n.set("actor_type",e.actorType),e?.projectId&&n.set("project_id",e.projectId),e?.sessionId&&n.set("session_id",e.sessionId),e?.source&&n.set("source",e.source),e?.phase&&n.set("phase",e.phase),e?.outcome&&n.set("outcome",e.outcome),e?.resourceType&&n.set("resource_type",e.resourceType),e?.requestId&&n.set("request_id",e.requestId),e?.correlationId&&n.set("correlation_id",e.correlationId),e?.since&&n.set("since",e.since),e?.until&&n.set("until",e.until),e?.q&&n.set("q",e.q),e?.cursor&&n.set("cursor",e.cursor),e?.limit!=null&&n.set("limit",String(e.limit));let r=n.toString();return o(await i.get(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function ml(t,e){let n=new URLSearchParams;e?.action&&n.set("action",e.action),e?.actor&&n.set("actor",e.actor),e?.actorType&&n.set("actor_type",e.actorType),e?.sessionId&&n.set("session_id",e.sessionId),e?.source&&n.set("source",e.source),e?.phase&&n.set("phase",e.phase),e?.outcome&&n.set("outcome",e.outcome),e?.resourceType&&n.set("resource_type",e.resourceType),e?.requestId&&n.set("request_id",e.requestId),e?.correlationId&&n.set("correlation_id",e.correlationId),e?.since&&n.set("since",e.since),e?.until&&n.set("until",e.until),e?.q&&n.set("q",e.q),e?.cursor&&n.set("cursor",e.cursor),e?.limit!=null&&n.set("limit",String(e.limit));let r=n.toString();return o(await i.get(`/projects/${t}/audit${r?`?${r}`:""}`))}async function fl(t,e){let n=new URLSearchParams;e?.format&&n.set("format",e.format),e?.action&&n.set("action",e.action),e?.actor&&n.set("actor",e.actor),e?.actorType&&n.set("actor_type",e.actorType),e?.projectId&&n.set("project_id",e.projectId),e?.sessionId&&n.set("session_id",e.sessionId),e?.source&&n.set("source",e.source),e?.phase&&n.set("phase",e.phase),e?.outcome&&n.set("outcome",e.outcome),e?.resourceType&&n.set("resource_type",e.resourceType),e?.requestId&&n.set("request_id",e.requestId),e?.correlationId&&n.set("correlation_id",e.correlationId),e?.since&&n.set("since",e.since),e?.until&&n.set("until",e.until),e?.q&&n.set("q",e.q),e?.cursor&&n.set("cursor",e.cursor),e?.limit!=null&&n.set("limit",String(e.limit));let r=n.toString();return o(await i.get(`/accounts/${t}/audit/export${r?`?${r}`:""}`))}async function yl(t){return o(await i.get(`/accounts/${t}/audit/webhooks`))}async function hl(t,e){return o(await i.post(`/accounts/${t}/audit/webhooks`,e))}async function bl(t,e,n){return o(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function xl(t,e){return o(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function _l(t,e){return o(await i.post(`/projects/${t}/secret-requests`,{names:e.names,labels:e.labels,descriptions:e.descriptions,scope:e.scope,expires_in_minutes:e.expiresInMinutes}),"Failed to mint secret-entry link")}async function Pl(t,e){return o(await i.post(`/projects/${t}/connect-requests`,{slug:e.slug,expires_in_minutes:e.expiresInMinutes}),"Failed to mint connect link")}async function yP(t){return o(await i.get(`/approval-links/${t}`),"Failed to load approval")}async function kl(t){let e=new URLSearchParams;t?.query&&e.set("query",t.query),t?.type&&e.set("type",t.type),t?.source&&e.set("source",t.source),t?.limit!==void 0&&e.set("limit",String(t.limit)),t?.offset!==void 0&&e.set("offset",String(t.offset));let n=e.toString()?`?${e.toString()}`:"";return o(await i.get(`/marketplace/items${n}`))}async function wl(){return o(await i.get("/marketplace/marketplaces"))}async function Sl(){return o(await i.get("/marketplace/marketplaces/featured"))}async function vl(t){return o(await i.get(`/marketplace/items/${encodeURIComponent(t)}`),"Item not found")}async function Cl(t,e){return o(await i.get(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`),"File not found")}async function Rl(){return o(await i.get("/marketplace/sources"))}async function Tl(t){return o(await i.post("/marketplace/sources",t),"Failed to add marketplace source")}async function Al(t){return o(await i.delete(`/marketplace/sources/${encodeURIComponent(t)}`),"Failed to remove marketplace source")}async function _P(t,e){return o(await i.post(`/projects/${encodeURIComponent(t)}/marketplace/install-session`,{id:e}),"Failed to start marketplace install session")}async function SP(t){return o(await i.get(`/templates/${encodeURIComponent(t)}`))}async function vP(t,e){return o(await i.post(`/templates/${encodeURIComponent(t)}/install`,e))}async function Il(t){return o(await i.get(`/projects/${t}/apps`),"Failed to list Apps").apps}async function jl(t,e){return o(await i.post(`/projects/${t}/apps`,e),"Failed to create App")}async function El(t,e){return o(await i.get(`/projects/${t}/apps/${e}`),"Failed to load App")}async function $l(t,e,n){return o(await i.patch(`/projects/${t}/apps/${e}`,n),"Failed to update App")}async function ql(t,e){return o(await i.delete(`/projects/${t}/apps/${e}`),"Failed to delete App")}async function Dl(t,e){return o(await i.get(`/projects/${t}/apps/${e}/access`),"Failed to load App access policy")}async function Ml(t,e,n){return o(await i.patch(`/projects/${t}/apps/${e}/access`,n),"Failed to update App access policy")}async function Ul(t,e){return o(await i.post(`/projects/${t}/apps/${e}/access-session`,{}),"Failed to create App access session")}async function Fr(t,e){return o(await i.post(`/projects/${t}/apps/artifacts`,e),"Failed to register App artifact")}async function Lr(t,e,n){return o(await i.post(`/projects/${t}/apps/artifacts/${e}/finalize`,n),"Failed to finalize App artifact")}async function $p(t){return t instanceof Uint8Array?t:new Uint8Array(await t.arrayBuffer())}async function qp(t){let e=Uint8Array.from(t),n=await globalThis.crypto.subtle.digest("SHA-256",e.buffer);return Array.from(new Uint8Array(n),r=>r.toString(16).padStart(2,"0")).join("")}async function Ol(t,e,n={}){let r=await $p(e),s=n.mediaType??"application/gzip",c=await Fr(t,{kind:"archive",media_type:s});if(!c.upload)throw new Error("App artifact registration did not return an upload URL");if(r.byteLength>c.upload.max_bytes)throw new Error(`App artifact exceeds ${c.upload.max_bytes} bytes`);n.onProgress?.(0,r.byteLength);let u=await fetch(c.upload.url,{method:"PUT",body:new Blob([Uint8Array.from(r).buffer],{type:s}),signal:n.signal,headers:{"content-type":s,"x-upsert":"false"}});if(!u.ok){let p=await u.text().catch(()=>"");throw new Error(`App artifact upload failed with HTTP ${u.status}${p?`: ${p}`:""}`)}return n.onProgress?.(r.byteLength,r.byteLength),Lr(t,c.artifact.artifact_id,{sha256:await qp(r),size_bytes:r.byteLength})}async function Fl(t,e,n){return o(await i.post(`/projects/${t}/apps/${e}/deployments`,n),"Failed to create App deployment")}async function Ll(t,e){return o(await i.get(`/projects/${t}/apps/${e}/deployments`),"Failed to list App deployments").deployments}async function Gl(t,e,n){return o(await i.get(`/projects/${t}/apps/${e}/deployments/${n}`),"Failed to load App deployment")}async function Bl(t,e,n,r={}){let s=new URLSearchParams;r.after!==void 0&&s.set("after",String(r.after)),r.limit!==void 0&&s.set("limit",String(r.limit));let c=s.size?`?${s.toString()}`:"";return o(await i.get(`/projects/${t}/apps/${e}/deployments/${n}/logs${c}`),"Failed to load App logs")}async function Kl(t,e){return o(await i.post(`/projects/${t}/apps/${e}/start`,{}),"Failed to start App")}async function Hl(t,e){return o(await i.post(`/projects/${t}/apps/${e}/stop`,{}),"Failed to stop App")}async function Nl(t,e,n){return o(await i.post(`/projects/${t}/apps/${e}/rollback`,{deployment_id:n}),"Failed to roll back App")}function EP(t){return t?t.runtimeReady!==void 0?t.runtimeReady===!0:t.opencode!==void 0?t.opencode==="ok"||t.opencode===!0:t.status!=="starting"&&t.status!=="down"&&t.status!=="error":!1}async function Wl(t,e){let n=(t===void 0?L():t)||null;if(!n)return{status:0,ok:!1,health:null,body:""};let r=await q(`${n}/kortix/health`,{method:"GET",...e},{retryOnAuthError:!1}),s=await r.text().catch(()=>""),c=null;try{c=s?JSON.parse(s):null}catch{c=null}return{status:r.status,ok:r.ok,health:c,body:s}}var ie={DESKTOP:"6080",DESKTOP_HTTPS:"6081",PRESENTATION_VIEWER:"3210",STATIC_FILE_SERVER:"3211",KORTIX_MASTER:"8000",BROWSER_STREAM:"9223",BROWSER_VIEWER:"9224",SSH:"22"};var zl=/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s)"'<>]*/g,Vl=/^https?:\/\/p(\d+)-([^.]+)\.localhost(?::(\d+))?(\/.*)?$/,Jl=new Set([22,4096,parseInt(ie.KORTIX_MASTER,10)]);function Dp(t){return Vl.test(t)}function vt(t){if(!t)return"/";let e=t,n=e.indexOf("](");n!==-1&&(e=e.slice(0,n));let r=e.toLowerCase().indexOf("%5d(");return r!==-1&&(e=e.slice(0,r)),e?e.startsWith("/")?e:`/${e}`:"/"}function Mp(t){let e=t.indexOf("](");return e===-1?t:t.slice(0,e)}var Up=new Set(["'",'"',"`","<","(","["]),Op=new Set([">","'",'"',"`",")","]",",",";",".","!","?"]);function Fp(t){let e=0,n=t.length;for(;e<n&&(t[e]===" "||t[e]===" ");)e++;for(;n>e&&(t[n-1]===" "||t[n-1]===" ");)n--;for(;e<n&&Up.has(t[e]);)e++;for(;n>e&&Op.has(t[n-1]);)n--;return t.slice(e,n)}function Lp(t){return t.match(/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s"'<>)]*/i)?.[0]??null}var Gp=/^\/proxy\/(\d{1,5})(\/.*)?$/,Bp=/^\/(connectors|settings|dashboard|projects|agents|skills|tools|commands|support|changelog|files|p|browser|desktop|terminal|sessions|services|workspace|channels|scheduled-tasks|marketplace|templates|tunnel|admin|auth)(\/|$|\?)/;function Kp(t){if(!t)return!1;try{let e=new URL(t);return e.hostname!=="localhost"&&e.hostname!=="127.0.0.1"?!1:Bp.test(e.pathname)}catch{return!1}}function Ct(t){if(!t)return null;let e=Fp(Mp(t.trim())),n=Yl(e);if(n){let r=vt(n.path||"/");return{originalUrl:`http://localhost:${n.port}${r}`,port:n.port,path:r}}try{let r=new URL(e);if(r.protocol!=="http:"&&r.protocol!=="https:"||r.hostname!=="localhost"&&r.hostname!=="127.0.0.1"||!r.port)return null;let s=parseInt(r.port,10);if(!Number.isInteger(s)||s<1||s>65535)return null;let c=`${r.pathname||"/"}${r.search}${r.hash}`,u=parseInt(ie.KORTIX_MASTER,10);if(s===u){let g=r.pathname.match(Gp);if(g){let f=parseInt(g[1],10);if(f>=1&&f<=65535)return s=f,c=vt(`${g[2]||"/"}${r.search}${r.hash}`),{originalUrl:`http://localhost:${s}${c}`,port:s,path:c}}}let p=vt(c);return{originalUrl:`${r.protocol}//${r.hostname}:${s}${p}`,port:s,path:p}}catch{let r=Lp(t);return r&&r!==t?Ct(r):null}}function Hp(t){let e=[],n=/```[\s\S]*?```/g,r;for(;(r=n.exec(t))!==null;)e.push([r.index,r.index+r[0].length]);let s=/`[^`\n]+`/g;for(;(r=s.exec(t))!==null;){let c=r.index,u=c+r[0].length;e.some(([g,f])=>c>=g&&u<=f)||e.push([c,u])}return e}function Np(t,e){return e.some(([n,r])=>t>=n&&t<r)}function Wp(t){let e=[],n=new Set,r=Hp(t);zl.lastIndex=0;let s;for(;(s=zl.exec(t))!==null;){let c=Ct(s[0]);if(!c)continue;let{originalUrl:u,port:p,path:g}=c;p<1||p>65535||Jl.has(p)||n.has(u)||(n.add(u),e.push({originalUrl:u,port:p,path:g,startIndex:s.index,endIndex:s.index+u.length,inCodeBlock:Np(s.index,r)}))}return e}function MP(t){return Wp(t).length>0}function zp(t){try{let{hostname:e}=new URL(t);return e==="localhost"||e==="127.0.0.1"}catch{return!1}}function Vp(t){return t.sandboxId.trim().length>0}function me(t,e,n){let r=vt(e);if(!Vp(n))return Yp(t,r);if(!zp(n.apiBaseUrl)){let s=n.apiBaseUrl.length;for(;s>0&&n.apiBaseUrl.charCodeAt(s-1)===47;)s--;return`${n.apiBaseUrl.slice(0,s)}/p/${n.sandboxId}/${t}${r}`}return`http://p${t}-${n.sandboxId}.localhost:${n.backendPort}${r}`}function UP(t,e){if(!t)return;let r=t.replace(/^\/workspace\//,"").replace(/^\/+/,"").split("/").filter(Boolean).map(s=>encodeURIComponent(s)).join("/");return me(3211,`/open?path=/workspace/${r}`,e)}function Jp(t){return`/open?path=/${(t.startsWith("/workspace")?t:`/workspace/${t.replace(/^\/+/,"")}`).split("/").filter(Boolean).map(r=>encodeURIComponent(r)).join("/")}`}function OP(t){return`http://localhost:3211${Jp(t)}`}function Xp(){return"/health"}function FP(t){return me(3211,Xp(),t)}function LP(t,e){return me(t,"/",e)}function Qp(t){let e=Ct(t);return!(!e||Jl.has(e.port)||Kp(t))}function Xl(t,e){if(!t)return t;let n=Ct(t);return n?Qp(n.originalUrl)?me(n.port,n.path,e):n.originalUrl:t}function Yp(t,e="/"){return`http://localhost:${t}${e}`}var Ql=/^https?:\/\/[^/]+\/v1\/p\/([^/]+)\/(\d+)(\/.*)?$/;function Yl(t){let e=t.match(Vl);if(e)return{port:parseInt(e[1],10),sandboxId:e[2],backendPort:e[3]?parseInt(e[3],10):80,path:e[4]||"/"};let n=t.match(Ql);if(n)try{let r=new URL(t);return{port:parseInt(n[2],10),sandboxId:n[1],backendPort:parseInt(r.port,10)||(r.protocol==="https:"?443:80),path:n[3]||"/"}}catch{return null}return null}function GP(t){try{let e=Yl(t);return e?`http://localhost:${e.port}${e.path}`:null}catch{return null}}function BP(t){return Dp(t)||Ql.test(t)}function KP(t){try{let{hostname:e,port:n}=new URL(t);return(e==="localhost"||e==="127.0.0.1")&&n!==""}catch{return!1}}var He="/web-proxy/";function HP(t,e){try{let n=new URL(t);if(n.protocol!=="http:"&&n.protocol!=="https:")return null;let r=n.protocol.replace(":",""),s=`${He}${r}/${n.host}${n.pathname}${n.search}${n.hash}`,c=parseInt(ie.KORTIX_MASTER,10);return`${me(c,"/",e).replace(/\/$/,"")}${s}`}catch{return null}}function NP(t){try{let e=new URL(t),n=e.pathname.indexOf(He);if(n===-1)return null;let s=e.pathname.slice(n+He.length).match(/^(https?)\/([\w.\-]+(?::\d+)?)(\/.*)?$/);if(!s)return null;let c=s[1],u=s[2],p=s[3]||"/";return`${c}://${u}${p}${e.search}${e.hash}`}catch{return null}}function WP(t){try{return new URL(t).pathname.includes(He)}catch{return t.includes(He)}}function zP(t){if(!t)return!1;let e=t.trim();return!!(/^https?:\/\/(?!localhost|127\.0\.0\.1)/i.test(e)||/^[a-z0-9][\w.-]*\.[a-z]{2,}/i.test(e))}function VP(t){let e=t.trim();return e?/^https?:\/\//i.test(e)?e:/^[a-z0-9][\w.-]*\.[a-z]{2,}/i.test(e)?`https://${e}`:null:null}var Zl="frontend";function Rt(t,e,n){(t==="error"?console.error:t==="warn"?console.warn:t==="debug"?console.debug:console.log)(`[${Zl}] ${e}`,...n?[n]:[]);try{pe().app.log({service:Zl,level:t,message:e,extra:n})}catch{}}var oe={debug:(t,e)=>Rt("debug",t,e),info:(t,e)=>Rt("info",t,e),warn:(t,e)=>Rt("warn",t,e),error:(t,e)=>Rt("error",t,e)};function Zp(t){return{type:"heartbeat-gap",gapMs:t}}function ed(t){switch(t.type){case"message.updated":return{type:"message.updated",sessionID:t.properties.sessionID,message:t.properties.info};case"message.removed":return{type:"message.removed",sessionID:t.properties.sessionID,messageID:t.properties.messageID};case"message.part.updated":return{type:"message.part.updated",sessionID:t.properties.sessionID,part:t.properties.part};case"message.part.removed":return{type:"message.part.removed",sessionID:t.properties.sessionID,messageID:t.properties.messageID,partID:t.properties.partID};case"session.status":return{type:"session.status",sessionID:t.properties.sessionID,status:t.properties.status};case"session.idle":return{type:"session.idle",sessionID:t.properties.sessionID};case"session.error":return{type:"session.error",sessionID:t.properties.sessionID,error:t.properties.error};case"question.asked":return{type:"question.asked",sessionID:t.properties.sessionID,requestID:t.properties.id,questions:t.properties.questions,tool:t.properties.tool};case"question.replied":return{type:"question.answered",sessionID:t.properties.sessionID,requestID:t.properties.requestID,outcome:"replied",answers:t.properties.answers};case"question.rejected":return{type:"question.answered",sessionID:t.properties.sessionID,requestID:t.properties.requestID,outcome:"rejected"};case"permission.asked":return{type:"permission.asked",sessionID:t.properties.sessionID,requestID:t.properties.id,permission:t.properties.permission,patterns:t.properties.patterns,tool:t.properties.tool};case"permission.replied":return{type:"permission.replied",sessionID:t.properties.sessionID,requestID:t.properties.requestID,reply:t.properties.reply};case"todo.updated":return{type:"todo.updated",sessionID:t.properties.sessionID,todos:t.properties.todos};case"server.connected":return{type:"connection",status:"connected"};default:return null}}var td={now:()=>Date.now(),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},nd=16,rd=8,sd=6e4,id=5e3,od=250,ad=1e3,cd=3e4,ld=5,ud=3e3,pd=3e4,dd=2e4,gd=2e3,md=8;function fd(t){if(t.type==="session.status")return`session.status:${t.properties.sessionID}`;if(t.type==="lsp.updated")return"lsp.updated"}function eu(t){if(t.aborted)return{promise:Promise.resolve(),cleanup:()=>{}};let e=()=>{};return{promise:new Promise(r=>{e=()=>r(),t.addEventListener("abort",e,{once:!0})}),cleanup:()=>t.removeEventListener("abort",e)}}function Gr(t){let{client:e,onEvent:n,onGapRehydrate:r,onParked:s,signal:c}=t,u=t.timers??td,p=t.connectTimeoutMs??dd,g=t.heartbeatTimeoutMs??sd,f=t.maxConsecutiveHardFailures??md,m=new AbortController,_=()=>m.abort();c&&(c.aborted?m.abort():c.addEventListener("abort",_,{once:!0}));let x=u.now(),I=[],T,l=0,h=new Map,a=()=>{if(T&&u.clearTimeout(T),T=void 0,I.length===0)return;let j=I;I=[],h.clear(),l=u.now(),x=u.now();for(let v of j)if(v)try{n(v.event)}catch(k){console.warn("[opencode-events] event handler threw, skipping",k)}},A=()=>{if(T)return;let j=u.now()-l;T=u.setTimeout(a,Math.max(0,nd-j))};return(async()=>{let j=0,v=0;for(;!m.signal.aborted;){let k=!1,E=!1,w,F,K=null,y=u.now(),C=new AbortController,M=eu(m.signal);M.promise.then(()=>C.abort());try{let D=await new Promise((Ut,$e)=>{let X=!1;F=u.setTimeout(()=>{X||(X=!0,oe.warn("SSE connect timed out, forcing reconnect",{connectTimeoutMs:p}),C.abort(),$e(new Error(`SSE connect timed out after ${p}ms`)))},p),e.global.event({signal:C.signal,sseDefaultRetryDelay:ud,sseMaxRetryDelay:pd,sseMaxRetryAttempts:1}).then(Y=>{X||(X=!0,u.clearTimeout(F),Ut(Y))},Y=>{X||(X=!0,u.clearTimeout(F),$e(Y))})}),{stream:U}=D;x=u.now();let N=()=>{u.clearTimeout(w),w=u.setTimeout(()=>{oe.warn("SSE heartbeat timeout, forcing reconnect"),C.abort()},g)};N();let be=u.now(),vu=U[Symbol.asyncIterator]();for(;!C.signal.aborted;){let Ut=vu.next().then(te=>({kind:"next",result:te}),te=>({kind:"error",error:te})),$e=eu(C.signal),X=await Promise.race([Ut,$e.promise.then(()=>({kind:"aborted"}))]);if($e.cleanup(),X.kind==="aborted")break;if(X.kind==="error")throw X.error;if(X.result.done)break;k=!0,N();let Y=X.result.value,Xe=Y&&typeof Y=="object"&&"payload"in Y?Y.payload:Y;if(!Xe?.type)continue;let Ot=fd(Xe);if(Ot){let te=h.get(Ot);te!==void 0&&(I[te]=void 0),h.set(Ot,I.length)}I.push({type:Xe.type,event:Xe}),A(),!(u.now()-be<rd)&&(be=u.now(),await new Promise(te=>u.setTimeout(te,0)))}E=k}catch(D){if(m.signal.aborted)break;K=D;let U=String(D),N=U.includes("401")||U.includes("403")||U.includes("Unauthorized")||U.includes("Token refresh failed");if(oe.error("SSE event stream error",{error:U,retryCount:j,isAuthError:N}),N)try{rt(),await lr(),oe.info("SSE: refreshed auth token after auth error")}catch(be){oe.error("SSE: failed to refresh auth token",{error:String(be)})}}finally{u.clearTimeout(w),u.clearTimeout(F),C.abort(),M.cleanup(),a()}if(m.signal.aborted)break;let z=u.now()-y,V=K?.cause?.status;if(v=!k&&(typeof V=="number"&&V>=400||z<gd)?v+1:0,v>=f){oe.error("SSE event stream parked \u2014 giving up after consecutive hard failures",{consecutiveFailures:v,lastError:String(K)});try{s?.({consecutiveFailures:v,lastError:K})}catch(D){console.warn("[opencode-events] onParked handler threw",D)}break}let Q=u.now()-x;Q>id&&r?.(Q),E?j=0:(j++,j>1&&oe.warn("SSE event stream reconnecting",{retryCount:j}));let H=E?od:Math.min(ad*2**Math.min(j-1,ld),cd);await new Promise(D=>{let U=u.setTimeout(D,H),N=()=>{u.clearTimeout(U),D()};m.signal.addEventListener("abort",N,{once:!0})})}})(),{close:()=>{m.abort(),c&&c.removeEventListener("abort",_),T&&u.clearTimeout(T)}}}function yd(){return pe()}var Tt=new Map,At=class extends Error{constructor(e){super(`Session runtime not ready \u2014 call \`await session.ensureReady()\` (it drives \`start()\` to completion and resolves this session's own sandbox runtime) before calling \`${e}\`.`),this.name="SessionNotReadyError"}};function hd(t,e){Lt(t,e);function n(l){try{return new URL(l)}catch{if(typeof window<"u"&&window.location?.origin)try{return new URL(l,window.location.origin)}catch{return null}throw new R(`Kortix SDK: backendUrl must be an absolute URL outside the browser (got ${JSON.stringify(l)}). Relative paths like "/api/kortix" only resolve against a page origin \u2014 configure an absolute backendUrl for server-side hosts.`,{code:"INVALID_BACKEND_URL"})}}function r(l){let h=$().backendUrl??t.backendUrl,a=80,A=n(h);return A&&(a=A.port?Number(A.port):A.protocol==="https:"?443:80),{sandboxId:l,backendPort:a,apiBaseUrl:h}}let s={list:Bs,get:Hs,create:Ks,updateName:Ns,leave:ni,members:Ws,invite:zs,removeMember:ei,updateMemberRole:ti,invites:Vs,cancelInvite:Js,resendInvite:Xs,tokens:{list:al,create:cl,revoke:ll},audit:{log:gl,export:fl,webhooks:{list:yl,create:hl,update:bl,remove:xl}}},c={accountState:Ja,accountStateMinimal:Xa,transactions:Qa,transactionsSummary:Ya,creditBreakdown:Za,usageHistory:ec,usageRollup:gc,sessionCosts:{list:fc,get:Dr},tierConfigurations:tc,checkout:{createSession:l=>nc(l),confirmSession:(l,h)=>rc(l,h)},subscription:{createPortalSession:(l,h)=>sc(l,h),cancel:(l,h)=>ic(l,h),reactivate:l=>oc(l),scheduleDowngrade:(l,h,a)=>ac(l,h,a),cancelScheduledChange:l=>cc(l),prorationPreview:(l,h)=>lc(l,h)},credits:{purchase:l=>uc(l),autoTopupSettings:l=>pc(l),configureAutoTopup:l=>dc(l)}},u={describe:Qs,accept:Ys,decline:Zs},p={list:Ie,listForAccount:ii,get:br,detail:xr,create:li,createRepo:ui,provision:pi,update:kr,archive:wr,llmCatalog:_r,modelPicker:Pr,sandboxHealth:Tr,sandboxTemplates:Uo,sessions:Be,createSession:Ke},g={linkRepository:yi,getInstallation:hi,listInstallations:bi,listLinkableInstallations:xi,listRepositories:_i,listRepositoryBranches:Pi,linkInstallation:wi,saveInstallation:ki,deleteInstallation:Si},f={list:el,create:tl,revoke:nl},m=Eo,_={items:l=>kl(l),item:l=>vl(l),itemFile:(l,h)=>Cl(l,h),marketplaces:()=>wl(),featured:()=>Sl(),sources:{list:()=>Rl(),add:l=>Tl(l),remove:l=>Al(l)}};function x(l){return{catalog:()=>vr(l),tools:()=>xt(l),search:(...h)=>no(l,...h),describe:(...h)=>ro(l,...h),call:(...h)=>so(l,...h),uploadAttachment:(...h)=>io(l,...h)}}function I(l){let h={list:()=>oo(l),listAll:()=>ao(l),reconcile:(...a)=>co(l,...a),reconcileMember:(...a)=>lo(l,...a),updateCredential:(...a)=>uo(l,...a),revoke:(...a)=>po(l,...a),activate:(...a)=>go(l,...a),setDefault:(...a)=>mo(l,...a),pipedreamConnect:(...a)=>fo(l,...a),pipedreamFinalize:(...a)=>yo(l,...a)};return{get:a=>br(l,a),detail:()=>xr(l),audit:a=>ml(l,a),update:a=>kr(l,a),archive:()=>wr(l),llmCatalog:()=>_r(l),modelPicker:()=>Pr(l),sandboxHealth:()=>Tr(l),onboardingComplete:(...a)=>fi(l,...a),apps:{list:()=>Il(l),create:a=>jl(l,a),get:a=>El(l,a),update:(...a)=>$l(l,...a),access:{get:(...a)=>Dl(l,...a),update:(...a)=>Ml(l,...a),session:(...a)=>Ul(l,...a)},remove:a=>ql(l,a),artifacts:{register:a=>Fr(l,a),uploadArchive:(...a)=>Ol(l,...a),finalize:(...a)=>Lr(l,...a)},deployments:{create:(...a)=>Fl(l,...a),list:a=>Ll(l,a),get:(...a)=>Gl(l,...a),logs:(...a)=>Bl(l,...a)},start:a=>Kl(l,a),stop:a=>Hl(l,a),rollback:(...a)=>Nl(l,...a)},tokens:{list:()=>ul(l),create:a=>pl(l,a),revoke:a=>dl(l,a)},setupLinks:{requestSecret:a=>_l(l,a),requestConnector:a=>Pl(l,a)},validateManifest:a=>ai(l,a),gitToken:()=>ci(l),secrets:{list:()=>Ni(l),upsert:a=>Wi(l,a),setStrategy:(...a)=>zi(l,...a),broker:(...a)=>Vi(l,...a),remove:a=>Zi(l,a),setPersonal:(...a)=>eo(l,...a),removePersonal:a=>to(l,a),setGitCredential:a=>Yi(l,a),startProviderOAuth:(...a)=>Ji(l,...a),pollProviderOAuth:(...a)=>Xi(l,...a),removeProviderOAuth:a=>Qi(l,a)},access:{list:()=>Ti(l),invite:(...a)=>ji(l,...a),update:(...a)=>Ai(l,...a),revoke:a=>Ii(l,a),pendingInvites:()=>Ei(l),resendInvite:(...a)=>qi(l,...a),revokeInvite:(...a)=>$i(l,...a),requests:()=>vi(l),approveRequest:(...a)=>Ci(l,...a),rejectRequest:(...a)=>Ri(l,...a),groupGrants:()=>Di(l),attachGroupGrant:(...a)=>Mi(l,...a),updateGroupGrant:(...a)=>Ui(l,...a),detachGroupGrant:a=>Oi(l,a),resourceGrants:{list:()=>Fi(l),create:a=>Li(l,a),remove:a=>Gi(l,a)}},connectors:{...x(l),list:()=>ho(l),config:(...a)=>So(l,...a),create:(...a)=>Ro(l,...a),remove:(...a)=>Ao(l,...a),sync:()=>bo(l),auth:{discover:(...a)=>To(l,...a)},setName:(...a)=>vo(l,...a),setCredentialMode:(...a)=>xo(l,...a),setAuthorizationStrategy:(...a)=>_o(l,...a),setCredential:(...a)=>$o(l,...a),setSensitive:(...a)=>Po(l,...a),connections:h,policies:{get:(...a)=>ko(l,...a),set:(...a)=>wo(l,...a)},pipedream:{listApps:(...a)=>Io(l,...a),listSections:(...a)=>jo(l,...a),connect:(...a)=>Co(l,...a),finalize:(...a)=>qo(l,...a)},discover:{list:(...a)=>Cr(l,...a),detail:(...a)=>Rr(l,...a)}},policies:{list:()=>Do(l),set:(...a)=>Mo(l,...a)},triggers:{list:()=>ja(l),create:(...a)=>Ea(l,...a),update:(...a)=>$a(l,...a),remove:(...a)=>qa(l,...a),fire:(...a)=>Ma(l,...a),setActivation:(...a)=>Da(l,...a)},files:{list:a=>Wo(l,a),read:(a,A)=>Vo(l,a,A),search:(...a)=>zo(l,...a),archive:(...a)=>Jo(l,...a),history:(...a)=>ea(l,...a)},git:{commits:()=>Qo(l),commit:a=>Yo(l,a),commitDiff:a=>Zo(l,a),branches:()=>Xo(l),versionDiff:(...a)=>ta(l,...a),inviteCollaborator:(...a)=>oi(l,...a)},changeRequests:{list:()=>na(l),get:a=>ra(l,a),diff:a=>sa(l,a),mergePreview:a=>ia(l,a),open:(...a)=>oa(l,...a),merge:(...a)=>aa(l,...a),close:(...a)=>ca(l,...a),reopen:(...a)=>la(l,...a),requestChanges:(...a)=>ua(l,...a)},sessions:{list:a=>Be(l,a),create:a=>Ke(l,a),ensureWarm:()=>ba(l),claimWarm:a=>xa(l,a)},review:{list:a=>Jc(l,a),get:a=>Xc(l,a),submit:a=>Qc(l,a),act:(...a)=>Yc(l,...a),bulkAct:a=>Zc(l,a)},approvals:{list:a=>Bi(l,a),resolve:(...a)=>Hi(l,...a),sessionsNeedingInput:a=>Ki(l,a)},gateway:{logs:a=>qc(l,a),log:a=>Dc(l,a),overview:a=>Mc(l,a),series:a=>Uc(l,a),breakdown:a=>Oc(l,a),sessions:a=>Fc(l,a),errors:a=>Lc(l,a),budgets:()=>Gc(l),setBudget:a=>Bc(l,a),deleteBudget:a=>Kc(l,a),keys:()=>Hc(l),createKey:a=>Nc(l,a),revokeKey:a=>Wc(l,a),routing:{get:()=>Ic(l),set:a=>jc(l,a),reset:()=>Ec(l),preview:a=>$c(l,a)},playground:(a,A,j)=>zc(l,a,A,j)},channels:{slack:{installation:()=>hc(l),connect:a=>bc(l,a),mode:()=>xc(l),manifest:()=>_c(l),disconnect:()=>Pc(l),getFile:a=>kc(l,a),uploadFile:a=>wc(l,a)},email:{installation:a=>Sc(l,a),mode:()=>vc(l),connect:a=>Cc(l,a),disconnect:a=>Rc(l,a),updatePolicy:(...a)=>Tc(l,...a)},voice:{setBotName:a=>Ac(l,a)}},updateFeatureFlag:(...a)=>di(l,...a),updateExperimentalFeature:(...a)=>gi(l,...a),modelDefaults:{get:()=>Ga(l),set:a=>Ba(l,a),clear:a=>Ka(l,a)},setDefaultAgent:a=>za(l,a),sandbox:{list:()=>No(l),snapshots:()=>Oo(l),rebuildSnapshot:a=>Fo(l,a),fixWithAgent:()=>Lo(l),createTemplate:a=>Go(l,a),updateTemplate:(...a)=>Bo(l,...a),removeTemplate:a=>Ko(l,a),buildTemplate:a=>Ho(l,a),setProvider:a=>mi(l,a)},setAgentScope:(...a)=>Na(l,...a),session:a=>T(l,a)}}function T(l,h){let a=null,A,j,v=null;async function k(){v||(v=Ir(l,h,{showErrors:!1}).then(y=>{let C=typeof y.metadata?.opencode_model=="string"?y.metadata.opencode_model.trim():"",M=C.indexOf("/"),z=M>0&&M<C.length-1?{providerID:C.slice(0,M),modelID:C.slice(M+1)}:void 0,V=y.agent_name?.trim()||void 0;return{model:z,agent:V}}));try{return await v}catch(y){throw v=null,y}}function E(){if(a)return a;let y=Oa(l,h);return y&&(a=y),a}async function w(y){let C=E();if(C)return C;let M=y?.readyTimeoutMs??18e4,z=`${l}
20
- ${h}`,V=Tt.get(z);if(V)return a=await V,a;let J=(async()=>{let Q=Date.now()+M,H=()=>Math.max(0,Q-Date.now()),D=await je(l,h,Math.min(3e4,H()));for(;Date.now()<Q&&(D==null||(D.stage==="provisioning"||D.stage==="starting")&&D.retriable);)await new Promise(be=>setTimeout(be,Math.min(1e3,H()))),D=await je(l,h,Math.min(3e4,H()));if(!D||D.stage!=="ready"||!D.sandbox||!D.opencode_session_id)throw new R(`Session runtime not ready (stage: ${D?.stage??"unknown"})`,{code:"RUNTIME_UNAVAILABLE"});let U=D.sandbox.external_id;if(!U)throw new R("Session sandbox has no external_id \u2014 cannot resolve its runtime URL",{code:"RUNTIME_UNAVAILABLE"});let N=st(U);return ys(N,U),{opencodeSessionId:D.opencode_session_id,runtimeUrl:N,sandboxId:U}})();Tt.set(z,J);try{return a=await J,a}finally{Tt.get(z)===J&&Tt.delete(z)}}function F(y){let C=E();if(!C)throw new At(y);return C}function K(){a=null,La(l,h)}return{get:y=>Ir(l,h,y),cost:()=>Dr(h,{projectId:l}),update:y=>wa(l,h,y),delete:()=>(K(),Sa(l,h)),start:(...y)=>je(l,h,...y),restart:()=>(K(),Pt(l,h)),stop:()=>(K(),kt(l,h)),configState:()=>va(l,h),reloadConfig:y=>(K(),Ca(l,h,y)),reloadConfigStream:(...y)=>(K(),Ra(l,h,...y)),setSharing:y=>ga(l,h,y),previews:()=>ma(l,h),commit:y=>pa(l,h,y),publicShares:{list:()=>fa(l,h),create:(...y)=>ya(l,h,...y),revoke:(...y)=>ha(l,h,...y)},audit:(y,C)=>_a(l,h,y,C),transcript:y=>Pa(l,h,y),voiceTranscript:y=>ka(l,h,y),ensureReady:w,health:y=>Wl(E()?.runtimeUrl??null,y),previewUrl:(y,C="/")=>me(y,C,r(F("previewUrl").sandboxId)),proxyUrl:y=>Xl(y,r(F("proxyUrl").sandboxId)),setModel:y=>{A=y},changeModel:async y=>{let C=await Ia(l,h,y);return v=null,C},scope:()=>Ta(l,h),rescope:y=>Aa(l,h,y),setAgent:y=>{j=y},send:async(y,C)=>{let{opencodeSessionId:M,runtimeUrl:z}=await w(),V=C?.model??A,J=C?.agent??j,Q=V&&J?{}:await k(),H=V??Q.model,D=J??Q.agent;return re(z).session.prompt({sessionID:M,parts:[{type:"text",text:y}],...H?{model:H}:{},...D?{agent:D}:{}})},abort:async()=>{let{opencodeSessionId:y,runtimeUrl:C}=await w();return re(C).session.abort({sessionID:y})},rewind:async y=>{let{opencodeSessionId:C,runtimeUrl:M}=await w();return re(M).session.revert({sessionID:C,messageID:y})},restoreRewind:async()=>{let{opencodeSessionId:y,runtimeUrl:C}=await w();return re(C).session.unrevert({sessionID:y})},stream:async y=>{let{runtimeUrl:C}=await w();return Gr({client:re(C),onEvent:y.onEvent,onGapRehydrate:y.onGapRehydrate,signal:y.signal})},get runtime(){return re(F("runtime").runtimeUrl)},files:{list:async y=>lt(y,(await w()).runtimeUrl),read:async y=>Fe(y,(await w()).runtimeUrl),readBlob:async y=>Le(y,(await w()).runtimeUrl),status:async()=>ut((await w()).runtimeUrl),findFiles:async(y,C)=>pt(y,C,(await w()).runtimeUrl),findText:async y=>dt(y,(await w()).runtimeUrl),upload:async(y,C,M)=>Ge(y,C,M,(await w()).runtimeUrl),create:async y=>gt(y,(await w()).runtimeUrl),copy:async(y,C)=>mt(y,C,(await w()).runtimeUrl),remove:async y=>ft(y,(await w()).runtimeUrl),mkdir:async y=>yt(y,(await w()).runtimeUrl),rename:async(y,C)=>ht(y,C,(await w()).runtimeUrl)}}}return{config:t,accounts:s,accountInvites:u,projects:p,connectors:x(),project:I,session:T,github:g,billing:c,sandboxShares:f,transcribe:Vc,connectStatus:m,marketplace:_,validateToken:ri,runtime:yd}}function bd(){let t=typeof crypto<"u"?crypto:void 0;if(t?.randomUUID)return t.randomUUID();let e=new Uint8Array(16);if(t?.getRandomValues)t.getRandomValues(e);else for(let r=0;r<16;r++)e[r]=Math.floor(Math.random()*256);e[6]=e[6]&15|64,e[8]=e[8]&63|128;let n=[...e].map(r=>r.toString(16).padStart(2,"0"));return`${n[0]}${n[1]}${n[2]}${n[3]}-${n[4]}${n[5]}-${n[6]}${n[7]}-${n[8]}${n[9]}-${n.slice(10).join("")}`}var tu={thinking:!1,toolDetails:!0,assistantMetadata:!0};function xd(t){return t&&t.charAt(0).toUpperCase()+t.slice(1)}function _d(t){let e=t/1e3;if(e<60)return`${e.toFixed(1)}s`;let n=Math.floor(e/60),r=e%60;return`${n}m ${r.toFixed(0)}s`}function Pd(t,e){if(t.type==="text"&&!t.synthetic)return`${t.text??""}
19
+ `);let T=Lp(I);if(T){if(r(T),T.type==="error")throw new R(T.error,{status:T.status,code:T.code,data:{reason:T.reason}});T.type==="done"&&(f=T.result)}}}}finally{u.cancel().catch(()=>{})}if(!f)throw new Error("Reload stream ended without a result");return f}async function Ua(t,e){return o(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`))}async function Oa(t,e,n){return o(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`,n))}async function Fa(t,e,n){return o(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/model`,{opencode_model:n}))}async function La(t){return o(await i.get(`/projects/${t}/triggers`))}async function Ga(t,e){return o(await i.post(`/projects/${t}/triggers`,e))}async function Ba(t,e,n){return o(await i.patch(`/projects/${t}/triggers/${e}`,n))}async function Ka(t,e){return o(await i.delete(`/projects/${t}/triggers/${e}`))}async function Na(t,e){return o(await i.patch(`/projects/${t}/triggers/activation`,{paused:e}))}async function Ha(t,e){return o(await i.post(`/projects/${t}/triggers/${e}/fire`,{}))}var se=new Map;function Ur(t,e){return`${t}::${e}`}function Wa(t,e){se.delete(t),se.set(t,e)}function za(t,e){let n=Ur(t,e),r=se.get(n);return r&&Wa(n,r),r}function Va(t,e,n){let r=Ur(t,e);if(!se.has(r)&&se.size>=512){let s=se.keys().next().value;s!==void 0&&se.delete(s)}Wa(r,n)}function Ja(t,e){se.delete(Ur(t,e))}function Db(t){if(t.status!=="running"||!t.sandbox_id||!t.sandbox_provider||!t.sandbox_url||!t.opencode_session_id)return null;let e=t.sandbox_url.match(/\/p\/([^/]+)\//)?.[1];return e?{stage:"ready",agent_name:t.agent_name??"default",retriable:!0,sandbox:{sandbox_id:t.sandbox_id,session_id:t.session_id,project_id:t.project_id,account_id:t.account_id,provider:t.sandbox_provider,external_id:e,base_url:t.sandbox_url,status:"active",config:{},metadata:t.metadata,last_used_at:t.updated_at,created_at:t.created_at,updated_at:t.updated_at},opencode_session_id:t.opencode_session_id,runtime_url:t.sandbox_url}:null}var Or=class extends Error{status;code;terminal;constructor(e,n){super(e),this.name="SessionStartError",this.status=n.status,this.code=n.code,this.terminal=n.terminal}};function Mb(t){return t instanceof Error&&t.name==="SessionStartError"}function Gp(t){let e=t,n=e?.status,r=e?.code??e?.details?.code??e?.details?.error,s=e?.message||"Unable to start this session";return n&&n>=400&&n<500&&n!==408&&n!==429?new Or(s,{status:n,code:r,terminal:!0}):null}async function Ee(t,e,n){let r=n&&n>0?`?wait_ms=${Math.floor(n)}`:"",s=await i.post(`/projects/${t}/sessions/${e}/start${r}`,{},{showErrors:!1});if(!s.success||!s.data){let p=Gp(s.error);if(p&&!(p.status===404&&Pa(e)))throw p;return null}let c=s.data,u=c.sandbox?.external_id;return c.stage==="ready"&&u&&c.opencode_session_id&&Va(t,e,{opencodeSessionId:c.opencode_session_id,runtimeUrl:it(u),sandboxId:u}),c}function Ub(t,e){return["session-start",t,e]}async function Xa(t){return o(await i.get(`/projects/${t}/model-defaults`))}async function Qa(t,e){return o(await i.put(`/projects/${t}/model-defaults`,e))}async function Ya(t,e){let n=new URLSearchParams({scope:e.scope,...e.agentName?{agentName:e.agentName}:{}}).toString();return o(await i.delete(`/projects/${t}/model-defaults?${n}`))}async function Nb(t,e){return o(await i.put(`/projects/${t}/model-enablement`,{modelOverrides:e}))}async function ec(t,e,n){let r=Kp(n);return o(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/scope`,r))}function Za(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Bp(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Kp(t){let e=t.connectors_required?Za(t.connectors_required):void 0,n=t.connectors_personal?Za(t.connectors_personal):void 0;if(e&&n&&!Bp(e,n))throw new Error("connectors_personal must match connectors_required when both fields are present");let r={...t};return delete r.connectors_personal,(e!==void 0||n!==void 0)&&(r.connectors_required=e??n),r}async function Qb(t,e){let n=o(await i.get(`/projects/${t}/agents/${encodeURIComponent(e)}/config`));return{...n,block:n.block?Fr(n.block):null}}async function Yb(t,e,n){let r=Fr(n),s=o(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/config`,r));return{...s,block:s.block?Fr(s.block):null}}function tc(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Np(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Fr(t){let e=t.connectors_required?tc(t.connectors_required):void 0,n=t.connectors_personal?tc(t.connectors_personal):void 0;if(e&&n&&!Np(e,n))throw new Error("connectors_personal must match connectors_required when both fields are present");let r={...t};return delete r.connectors_personal,(e!==void 0||n!==void 0)&&(r.connectors_required=e??n),r}async function Zb(t,e,n){return o(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/grant`,{agent:n}))}async function nc(t,e){return o(await i.put(`/projects/${t}/default-agent`,{agent:e}))}function Lr(){return{credits:{total:0,daily:0,monthly:0,extra:0,can_run:!1,daily_refresh:null},subscription:{tier_key:"none",tier_display_name:"No Plan",status:"no_subscription",billing_period:null,provider:"stripe",subscription_id:null,current_period_end:null,cancel_at_period_end:!1,is_cancelled:!1,cancellation_effective_date:null,has_scheduled_change:!1,scheduled_change:null,commitment:{has_commitment:!1,can_cancel:!0,commitment_type:null,months_remaining:null,commitment_end_date:null},can_purchase_credits:!1},models:[],limits:{concurrent_runs:{running_count:0,limit:0,can_start:!1,tier_name:"none"},ai_worker_count:{current_count:0,limit:0,can_create:!1,tier_name:"none"},custom_mcp_count:{current_count:0,limit:0,can_create:!1,tier_name:"none"}},tier:{name:"none",display_name:"No Plan",monthly_credits:0,can_purchase_credits:!1}}}function Hp(t){let e=t.trim().toLowerCase();return e===""||e==="free"||e==="none"?"free":e==="enterprise"?"enterprise":"team"}function rx(t){let e=t?.plan;if(e)return{family:e.family,label:e.label,sublabel:e.sublabel??null,isGrandfathered:e.is_grandfathered===!0};let n=t??Lr(),r=(n.subscription?.tier_key||n.tier?.name||"none").toString(),s=(n.tier?.display_name||"").trim()||r;return{family:Hp(r),label:s,sublabel:null,isGrandfathered:!1}}async function rc(t){let e=new URLSearchParams;t?.skipCache&&e.set("skip_cache","true"),t?.accountId&&e.set("account_id",t.accountId);let n=e.toString(),r=n?`?${n}`:"",s=await i.get(`/billing/account-state${r}`,{showErrors:!1}),c=s.error?.status===404&&/billing is not enabled/i.test(s.error.message||"");if(s.error&&s.error.status!==401&&!c)throw s.error;return s.error?Lr():s.data}async function sc(t){let e=new URLSearchParams;t?.skipCache&&e.set("skip_cache","true"),t?.accountId&&e.set("account_id",t.accountId);let n=e.toString(),r=n?`?${n}`:"",s=await i.get(`/billing/account-state/minimal${r}`,{showErrors:!1}),c=s.error?.status===404&&/billing is not enabled/i.test(s.error.message||"");if(s.error&&s.error.status!==401&&!c)throw s.error;return s.error?Lr():s.data}async function ic(t){let e=new URLSearchParams;t?.accountId&&e.set("account_id",t.accountId),t?.limit!=null&&e.set("limit",String(t.limit)),t?.offset!=null&&e.set("offset",String(t.offset)),t?.typeFilter&&e.set("type_filter",Array.isArray(t.typeFilter)?t.typeFilter.join(","):t.typeFilter);let n=e.toString();return o(await i.get(`/billing/transactions${n?`?${n}`:""}`))}async function oc(t){let e=new URLSearchParams;t?.accountId&&e.set("account_id",t.accountId),t?.days!=null&&e.set("days",String(t.days));let n=e.toString();return o(await i.get(`/billing/transactions/summary${n?`?${n}`:""}`))}async function ac(){return o(await i.get("/billing/credit-breakdown"))}async function cc(t){let e=t!=null?`?days=${t}`:"";return o(await i.get(`/billing/usage-history${e}`))}async function lc(){return o(await i.get("/billing/tier-configurations"))}async function sx(t){let e=t.accountId?`?account_id=${encodeURIComponent(t.accountId)}`:"";return Ie(t,`/v1/billing/account-state${e}`)}async function uc(t){return o(await i.post("/billing/create-checkout-session",{account_id:t.accountId,tier_key:t.tierKey,success_url:t.successUrl,cancel_url:t.cancelUrl,commitment_type:t.commitmentType,locale:t.locale,server_type:t.serverType,location:t.location}),"Failed to create checkout session")}async function pc(t,e){return o(await i.post("/billing/confirm-checkout-session",{account_id:e,session_id:t}),"Failed to confirm checkout session")}async function dc(t,e){return o(await i.post("/billing/create-portal-session",{account_id:e,return_url:t}),"Failed to create portal session")}async function gc(t,e){return o(await i.post("/billing/cancel-subscription",{account_id:e,feedback:t}),"Failed to cancel subscription")}async function mc(t){return o(await i.post("/billing/reactivate-subscription",{account_id:t}),"Failed to reactivate subscription")}async function fc(t,e,n){return o(await i.post("/billing/schedule-downgrade",{account_id:n,target_tier_key:t,commitment_type:e}),"Failed to schedule downgrade")}async function yc(t){return o(await i.post("/billing/cancel-scheduled-change",{account_id:t}),"Failed to cancel scheduled change")}async function hc(t,e){let n=new URLSearchParams({new_price_id:t});return e&&n.set("account_id",e),o(await i.get(`/billing/proration-preview?${n.toString()}`),"Failed to load proration preview")}async function bc(t){return o(await i.post("/billing/purchase-credits",{amount:t.amount,account_id:t.accountId,success_url:t.successUrl,cancel_url:t.cancelUrl}),"Failed to purchase credits")}async function xc(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return o(await i.get(`/billing/auto-topup/settings${e}`),"Failed to load auto-topup settings")}async function _c(t){return o(await i.post("/billing/auto-topup/configure",{account_id:t.accountId,enabled:t.enabled,threshold:t.threshold,amount:t.amount}),"Failed to configure auto-topup")}async function ix(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return o(await i.get(`/billing/auto-topup/setup-status${e}`,{timeout:8e3,showErrors:!1}),"Failed to load auto-topup setup status")}async function ox(t){return o(await i.post("/billing/create-per-seat-checkout",{account_id:t.accountId,success_url:t.successUrl,cancel_url:t.cancelUrl,locale:t.locale}),"Failed to create per-seat checkout")}async function ax(t){return o(await i.post("/billing/claim-per-seat",{account_id:t}),"Failed to switch to per-seat billing")}async function cx(t){return o(await i.post("/billing/sync-subscription",{account_id:t}),"Failed to sync subscription")}async function Pc(t={}){let e=new URLSearchParams;t.start&&e.set("start",t.start),t.end&&e.set("end",t.end),(t.groupBy==="model"||t.groupBy==="provider"||t.groupBy==="day")&&e.set("group_by",t.groupBy),t.accountId&&e.set("account_id",t.accountId);let n=e.toString();return o(await i.get(`/usage${n?`?${n}`:""}`))}function Gr(t,e){e.accountId&&t.set("account_id",e.accountId),e.projectId&&t.set("project_id",e.projectId)}function vt(t,e){e.from&&t.set("from",e.from),e.to&&t.set("to",e.to)}function Ct(t){return t.size>0?`?${t}`:""}async function wc(t={}){let e=new URLSearchParams;return Gr(e,t),t.ownerId&&e.set("owner_id",t.ownerId),vt(e,t),t.sort&&e.set("sort",t.sort),t.limit!=null&&e.set("limit",String(t.limit)),t.offset!=null&&e.set("offset",String(t.offset)),o(await i.get(`/usage/session-costs${Ct(e)}`))}async function Br(t,e={}){let n=new URLSearchParams;return Gr(n,e),o(await i.get(`/usage/session-costs/${encodeURIComponent(t)}${Ct(n)}`))}async function mx(t={}){let e=new URLSearchParams;return t.accountId&&e.set("account_id",t.accountId),vt(e,t),t.sort&&e.set("sort",t.sort),t.limit!=null&&e.set("limit",String(t.limit)),t.offset!=null&&e.set("offset",String(t.offset)),o(await i.get(`/usage/cost-by-project${Ct(e)}`))}async function fx(t={}){let e=new URLSearchParams;return Gr(e,t),t.sessionId&&e.set("session_id",t.sessionId),vt(e,t),o(await i.get(`/usage/cost-summary${Ct(e)}`))}function kc(t,e={}){let n=new URLSearchParams;if(e.accountId&&n.set("account_id",e.accountId),t==="sessions"){let s=e;s.projectId&&n.set("project_id",s.projectId),s.ownerId&&n.set("owner_id",s.ownerId)}vt(n,e),e.sort&&n.set("sort",e.sort),n.set("format","csv");let r=t==="projects"?"/usage/cost-by-project":"/usage/session-costs";return`${$().backendUrl||""}${r}?${n}`}async function yx(t,e={}){let n=kc(t==="projects"?"projects":"sessions",e),r=await ne(),s=await fetch(n,{method:"GET",headers:r?{Authorization:`Bearer ${r}`}:{}});if(!s.ok){let g=await s.text().catch(()=>"");throw new Error(g||`Failed to export CSV (HTTP ${s.status})`)}let c=s.headers.get("x-kortix-row-cap"),u=c!=null?Number(c):NaN;return{blob:await s.blob(),rowCap:Number.isFinite(u)?u:null}}async function Sc(t,e){return o(await i.post(`/channels/${t}/identity/bind`,{token:e}),"Failed to connect your account")}function _x(t){return Sc("slack",t)}function Px(t){return Sc("teams",t)}async function vc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});return e.success?e.data??null:null}async function Cc(t,e){return o(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/connect`,e,{showErrors:!1}),"Failed to connect")}var Wp={oauth_available:!1,install_url:null};async function Rc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/mode`,{showErrors:!1});return!e.success||!e.data?Wp:e.data}async function Tc(t){return o(await i.get(`/webhooks/slack/${encodeURIComponent(t)}/manifest`,{showErrors:!1}),"Failed to load Slack manifest")}async function Ac(t){let e=await i.delete(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});if(!e.success)throw new Error(e.error?.message??"Failed to disconnect")}async function Ic(t,e){return o(await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/file?url=${encodeURIComponent(e)}`,{showErrors:!1}),"Failed to download Slack file")}async function jc(t,e){return o(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/file/upload`,{channel:e.channel,filename:e.filename,content_base64:e.contentBase64,comment:e.comment,thread_ts:e.threadTs},{showErrors:!1}),"Failed to upload Slack file")}function Kr(t){let e=t.connectionId??t.connection_id??null,n=t.connectorSlug??t.connector_slug??t.connectionSlug??t.connection_slug??"kortix_email";return{...t,connectionId:e,connectorSlug:n}}var zp={provider:"agentmail",managed_available:!1};async function Ec(t,e){let n=e?`?connector_slug=${encodeURIComponent(e)}`:"",r=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/installation${n}`,{showErrors:!1});return r.success&&r.data?Kr(r.data):null}async function $c(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/mode`,{showErrors:!1});return!e.success||!e.data?zp:e.data}async function qc(t,e){let n=o(await i.post(`/projects/${encodeURIComponent(t)}/channels/email/connect`,e,{showErrors:!1}),"Failed to connect email");return Kr(n)}async function Dc(t,e){let n=e?`?connector_slug=${encodeURIComponent(e)}`:"",r=await i.delete(`/projects/${encodeURIComponent(t)}/channels/email/installation${n}`,{showErrors:!1});if(!r.success)throw new Error(r.error?.message??"Failed to disconnect email")}async function Mc(t,e,n){let r=o(await i.patch(`/projects/${encodeURIComponent(t)}/channels/email/installation`,{connector_slug:e??"kortix_email",sender_policy:n},{showErrors:!1}),"Failed to update email policy");return Kr(r)}async function Uc(t,e){return o(await i.put(`/projects/${encodeURIComponent(t)}/channels/meet/name`,{name:e},{showErrors:!1}),"Failed to save name")}async function kx(t){return o(await i.get(`/projects/${encodeURIComponent(t)}/channels/bindings`,{showErrors:!1}),"Failed to load channel bindings")}async function wx(t,e,n){return o(await i.patch(`/projects/${encodeURIComponent(t)}/channels/bindings/${encodeURIComponent(e)}`,n,{showErrors:!1}),"Failed to update channel binding")}async function Oc(t){return o(await i.get(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function Fc(t,e){return o(await i.put(`/projects/${t}/gateway/routing-policy`,e),"Gateway routing policy request failed")}async function Lc(t){return o(await i.delete(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function Gc(t,e){return o(await i.post(`/projects/${t}/gateway/routing-policy/preview`,e),"Gateway route preview failed")}async function Bc(t,e){let n=new URLSearchParams;e?.limit&&n.set("limit",String(e.limit)),e?.offset&&n.set("offset",String(e.offset)),e?.ok!==void 0&&n.set("ok",String(e.ok));let r=n.toString();return o(await i.get(`/projects/${t}/gateway/logs${r?`?${r}`:""}`),"Gateway request failed")}async function Kc(t,e){return o(await i.get(`/projects/${t}/gateway/logs/${e}`),"Gateway request failed")}async function Nc(t,e){return o(await i.get(`/projects/${t}/gateway/overview${e?`?days=${e}`:""}`),"Gateway request failed")}async function Hc(t,e){return o(await i.get(`/projects/${t}/gateway/series${e?`?days=${e}`:""}`),"Gateway request failed")}async function Wc(t,e){return o(await i.get(`/projects/${t}/gateway/breakdown${e?`?days=${e}`:""}`),"Gateway request failed")}async function zc(t,e){return o(await i.get(`/projects/${t}/gateway/sessions${e?`?days=${e}`:""}`),"Gateway request failed")}async function Vc(t,e){return o(await i.get(`/projects/${t}/gateway/errors${e?`?days=${e}`:""}`),"Gateway request failed")}async function Jc(t){return o(await i.get(`/projects/${t}/gateway/budgets`),"Gateway request failed")}async function Xc(t,e){return o(await i.put(`/projects/${t}/gateway/budgets`,e),"Gateway request failed")}async function Qc(t,e){return o(await i.delete(`/projects/${t}/gateway/budgets/${e}`),"Gateway request failed")}async function Yc(t){return o(await i.get(`/projects/${t}/gateway/keys`),"Gateway request failed")}async function Zc(t,e){return o(await i.post(`/projects/${t}/gateway/keys`,{name:e}),"Gateway request failed")}async function el(t,e){return o(await i.delete(`/projects/${t}/gateway/keys/${e}`),"Gateway request failed")}async function tl(t,e,n,r,s){return o(await i.post(`/projects/${t}/gateway/playground`,{prompt:e,models:n,...r?{system:r}:{},...s&&Object.keys(s).length?{generationConfig:s}:{}}),"Gateway request failed")}async function Rx(t,e){return o(await i.post(`/projects/${t}/gateway/providers/${encodeURIComponent(e)}/verify`,{}),"Gateway provider verification failed")}async function nl(t){let e=new FormData;e.append("audio_file",t);let n=await i.upload("/transcription",e,{showErrors:!0});if(n.error)throw new Error(`Error transcribing audio: ${n.error.message} (${n.error.status})`);return n.data}async function $x(){return o(await i.get("/referrals/code"),"GET_CODE_FAILED")}async function qx(){return o(await i.post("/referrals/code/refresh",{}),"REFRESH_CODE_FAILED")}async function Dx(t){return o(await i.post("/referrals/validate",{referral_code:t}),"VALIDATE_CODE_FAILED")}async function Mx(){return o(await i.get("/referrals/stats"),"GET_STATS_FAILED")}async function Ux(t={}){let e=new URLSearchParams({limit:String(t.limit??50),offset:String(t.offset??0)});return o(await i.get(`/referrals/list?${e}`),"GET_REFERRALS_FAILED")}async function Ox(t){return o(await i.post("/referrals/email",{emails:t}),"SEND_EMAILS_FAILED")}function P(t){if(!t.success||t.data===void 0)throw t.error||new Error("Unexpected empty response");return t.data}function O(t){return i.get(t,{showErrors:!1})}async function Gx(t){return P(await O(`/accounts/${t}/iam/groups`)).groups}async function Bx(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}`))}async function Kx(t,e){return P(await i.post(`/accounts/${t}/iam/groups`,e,{showErrors:!1}))}async function Nx(t,e,n){return P(await i.patch(`/accounts/${t}/iam/groups/${e}`,n))}async function Hx(t,e){return P(await i.delete(`/accounts/${t}/iam/groups/${e}`))}async function Wx(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/members`)).members}async function zx(t,e,n){return P(await i.post(`/accounts/${t}/iam/groups/${e}/members`,{userIds:n}))}async function Vx(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/project-grants`)).grants}async function Jx(t,e,n){return P(await i.delete(`/accounts/${t}/iam/groups/${e}/members/${n}`))}async function Xx(t,e){return P(await O(`/accounts/${t}/iam/members/${e}/groups`)).groups}async function Qx(t,e){return P(await O(`/accounts/${t}/iam/members/${e}/project-access`)).projects}async function Yx(t,e={}){let n=new URLSearchParams;e.principalType&&n.set("principalType",e.principalType),e.principalId&&n.set("principalId",e.principalId),e.scopeType&&n.set("scopeType",e.scopeType),e.scopeId!==void 0&&n.set("scopeId",e.scopeId===null?"null":e.scopeId);let r=n.toString();return P(await O(`/accounts/${t}/iam/policies${r?`?${r}`:""}`)).policies}async function Zx(t,e){return P(await i.post(`/accounts/${t}/iam/policies`,e,{showErrors:!1}))}async function e_(t,e,n){return P(await i.patch(`/accounts/${t}/iam/policies/${e}`,n,{showErrors:!1}))}async function t_(t,e){return P(await i.delete(`/accounts/${t}/iam/policies/${e}`))}async function n_(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-delete`,{policy_ids:e},{showErrors:!1}))}async function r_(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-import`,{policies:e},{showErrors:!1}))}async function s_(t){return P(await O(`/accounts/${t}/iam/roles`)).roles}async function i_(t){return P(await O(`/accounts/${t}/iam/agent-identities`)).agents}async function o_(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/permissions`))}async function a_(t){return P(await O(`/accounts/${t}/iam/actions`)).actions}async function c_(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/usage`))}async function l_(t,e){return P(await i.post(`/accounts/${t}/iam/roles`,e,{showErrors:!1}))}async function u_(t,e,n){return P(await i.patch(`/accounts/${t}/iam/roles/${e}`,n,{showErrors:!1}))}async function p_(t,e,n){return P(await i.put(`/accounts/${t}/iam/roles/${e}/permissions`,{actions:n},{showErrors:!1}))}async function d_(t,e){return P(await i.delete(`/accounts/${t}/iam/roles/${e}`,{showErrors:!1}))}async function g_(t,e,n){return P(await i.patch(`/accounts/${t}/iam/members/${e}/super-admin`,{isSuperAdmin:n}))}async function m_(t){return P(await O(`/accounts/${t}/iam/scim/tokens`)).tokens}async function f_(t,e){return P(await i.post(`/accounts/${t}/iam/scim/tokens`,e,{showErrors:!1}))}async function y_(t,e){return P(await i.delete(`/accounts/${t}/iam/scim/tokens/${e}`))}async function h_(t){return P(await O(`/accounts/${t}/iam/mfa-required`))}async function b_(t){return P(await O(`/accounts/${t}/iam/mfa-required/preview`))}async function x_(t,e){return P(await i.patch(`/accounts/${t}/iam/mfa-required`,{enabled:e},{showErrors:!1}))}async function __(t){return P(await O(`/accounts/${t}/iam/sso/provider`)).provider}async function P_(t,e){return P(await i.put(`/accounts/${t}/iam/sso/provider`,e,{showErrors:!1})).provider}async function k_(t,e){return P(await i.post(`/accounts/${t}/iam/sso/provider/from-metadata`,e,{showErrors:!1})).provider}async function w_(t){return P(await i.delete(`/accounts/${t}/iam/sso/provider`))}async function S_(t){return P(await O(`/accounts/${t}/iam/sso/mappings`)).mappings}async function v_(t,e){return P(await i.post(`/accounts/${t}/iam/sso/mappings`,e,{showErrors:!1}))}async function C_(t,e){return P(await i.delete(`/accounts/${t}/iam/sso/mappings/${e}`))}async function R_(t){return P(await O(`/accounts/${t}/iam/session-policy`))}async function T_(t,e){return P(await i.patch(`/accounts/${t}/iam/session-policy`,e,{showErrors:!1}))}async function A_(t){return P(await O(`/accounts/${t}/iam/sessions`)).sessions}async function I_(t,e){return P(await i.post(`/accounts/${t}/iam/sessions/${e}/revoke`,{},{showErrors:!1}))}async function j_(t){return P(await O(`/accounts/${t}/iam/pat-policy`))}async function E_(t,e){return P(await i.patch(`/accounts/${t}/iam/pat-policy`,e,{showErrors:!1}))}async function $_(t){return P(await O(`/accounts/${t}/iam/service-accounts`)).service_accounts}async function q_(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts`,e,{showErrors:!1}))}async function D_(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts/${e}/disable`,{},{showErrors:!1}))}async function M_(t,e){return P(await i.delete(`/accounts/${t}/iam/service-accounts/${e}`))}async function U_(t){return P(await O(`/accounts/${t}/audit/webhooks`)).webhooks}async function O_(t,e){return P(await i.post(`/accounts/${t}/audit/webhooks`,e,{showErrors:!1}))}async function F_(t,e,n){return P(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function L_(t,e){return P(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function G_(t,e={}){let n=new URLSearchParams;e.action&&n.set("action",e.action),e.actor&&n.set("actor",e.actor),e.project_id&&n.set("project_id",e.project_id),e.session_id&&n.set("session_id",e.session_id),e.actor_type&&n.set("actor_type",e.actor_type),e.source&&n.set("source",e.source),e.phase&&n.set("phase",e.phase),e.outcome&&n.set("outcome",e.outcome),e.request_id&&n.set("request_id",e.request_id),e.correlation_id&&n.set("correlation_id",e.correlation_id),e.resource_type&&n.set("resource_type",e.resource_type),e.since&&n.set("since",e.since),e.until&&n.set("until",e.until),e.q&&n.set("q",e.q),e.cursor&&n.set("cursor",e.cursor),e.limit&&n.set("limit",String(e.limit));let r=n.toString();return P(await O(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function B_(t,e,n){let r=new URLSearchParams;return r.set("action",n.action),n.resourceType&&r.set("resourceType",n.resourceType),n.resourceId&&r.set("resourceId",n.resourceId),P(await O(`/accounts/${t}/iam/members/${e}/effective?${r.toString()}`))}async function K_(t,e,n){return n.length===0?[]:P(await i.post(`/accounts/${t}/iam/members/${e}/effective:batch`,{probes:n})).results}async function N_(t){return P(await O(`/accounts/${t}/iam/enterprise-demo`)).enabled}async function H_(t,e){return P(await i.put(`/accounts/${t}/iam/enterprise-demo`,{enabled:e})).enabled}async function J_(){let t=await i.get("/account/deletion-status",{showErrors:!1});return t.error?.status===404?null:o(t,"Failed to load account deletion status")}async function X_(t="User requested deletion"){return o(await i.post("/account/request-deletion",{reason:t},{showErrors:!1}),"Failed to request account deletion")}async function Q_(){return o(await i.post("/account/cancel-deletion",void 0,{showErrors:!1}),"Failed to cancel account deletion")}async function Y_(){return o(await i.delete("/account/delete-immediately",{showErrors:!1}),"Failed to delete account immediately")}async function Z_(){return(await i.get("/user-roles",{showErrors:!1})).data??{isAdmin:!1,role:null}}function rP(){return i.get("/admin/api/provider-distribution").then(t=>o(t))}function sP(t=300){return i.get(`/admin/api/sandboxes?limit=${t}`).then(e=>o(e))}function iP(t){return i.put("/admin/api/provider-distribution",t).then(e=>o(e))}function oP(t){return i.get(`/admin/api/provider-analytics?days=${t}`).then(e=>o(e))}function aP(t,e){return i.post(`/admin/api/sandboxes/${encodeURIComponent(t)}/migrate`,{targetProvider:e}).then(n=>o(n))}function cP(){return i.get("/admin/api/provider-fallback").then(t=>o(t))}function lP(t){return i.put("/admin/api/provider-fallback",{enabled:t}).then(e=>o(e))}async function gP(t){return o(await i.get(`/google/auth-url?return_url=${encodeURIComponent(t)}`),"Failed to get Google auth URL")}async function mP(t,e){return o(await i.post("/presentation-tools/convert-and-upload-to-slides",{presentation_path:t,sandbox_url:e},{timeout:18e4}),"Failed to upload to Google Slides")}async function rl(t,e){let n=new URLSearchParams;e?.segment&&n.set("segment",e.segment),e?.kind&&n.set("kind",e.kind);let r=n.toString();return o(await i.get(`/projects/${t}/review/items${r?`?${r}`:""}`,{showErrors:!1}))}async function sl(t,e){return o(await i.get(`/projects/${t}/review/items/${e}`))}async function il(t,e){return o(await i.post(`/projects/${t}/review/items`,e))}async function ol(t,e,n){return o(await i.post(`/projects/${t}/review/items/${e}/act`,n))}async function al(t,e){return o(await i.post(`/projects/${t}/review/bulk`,e))}async function cl(t){return o(await i.get(`/p/share?sandbox_id=${encodeURIComponent(t)}`),"Failed to load public links").shares??[]}async function ll(t){return o(await i.post("/p/share",{sandbox_id:t.sandboxId,port:t.port,ttl:t.ttl,label:t.label}),"Failed to generate public URL")}async function ul(t,e){let n=await i.delete(`/p/share/${encodeURIComponent(e)}?sandbox_id=${encodeURIComponent(t)}`);if(!n.success)throw new Error(n.error?.message??"Failed to revoke public link")}var Nr=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicSessionShareError"}status};function pl(t,e=""){return`${ue()}/public/session-shares/${encodeURIComponent(t)}${e}`}async function dl(t){let e=await fetch(t,{method:"GET",headers:{Accept:"application/json"}}),n=await e.text().catch(()=>""),r=null;try{r=n?JSON.parse(n):null}catch{}if(!e.ok){let s=(r&&typeof r=="object"&&"error"in r&&typeof r.error=="string"?r.error:null)||e.statusText||`HTTP ${e.status}`;throw new Nr(s,e.status)}return r}async function wP(t){return dl(pl(t))}async function SP(t){return dl(pl(t,"/messages"))}var Hr=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicVoiceJoinError"}status};function gl(t){return`${ue()}/public/voice-join/${encodeURIComponent(t)}`}async function ml(t){let e=await fetch(t,{method:"GET",headers:{Accept:"application/json"}}),n=await e.text().catch(()=>""),r=null;try{r=n?JSON.parse(n):null}catch{}if(!e.ok){let s=(r&&typeof r=="object"&&"error"in r&&typeof r.error=="string"?r.error:null)||e.statusText||`HTTP ${e.status}`;throw new Hr(s,e.status)}return r}async function RP(t){return ml(gl(t))}async function TP(t,e=0){let n=`${gl(t)}/transcript?cursor=${encodeURIComponent(String(e))}`;return ml(n)}async function fl(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return o(await i.get(`/accounts/tokens${e}`))}async function yl(t){let{accountId:e,expiresAt:n,projectId:r,name:s}=t;return o(await i.post("/accounts/tokens",{name:s,...e?{account_id:e}:{},...n?{expires_at:n}:{},...r?{project_id:r}:{}}))}async function hl(t,e){let n=e?`?account_id=${encodeURIComponent(e)}`:"";return o(await i.delete(`/accounts/tokens/${t}${n}`))}async function bl(t){return o(await i.get(`/projects/${t}/cli-token`))}async function xl(t,e){return o(await i.post(`/projects/${t}/cli-token`,e??{}))}async function _l(t,e){return o(await i.delete(`/projects/${t}/cli-token/${e}`))}async function Pl(t,e){let n=new URLSearchParams;e?.action&&n.set("action",e.action),e?.actor&&n.set("actor",e.actor),e?.actorType&&n.set("actor_type",e.actorType),e?.projectId&&n.set("project_id",e.projectId),e?.sessionId&&n.set("session_id",e.sessionId),e?.source&&n.set("source",e.source),e?.phase&&n.set("phase",e.phase),e?.outcome&&n.set("outcome",e.outcome),e?.resourceType&&n.set("resource_type",e.resourceType),e?.requestId&&n.set("request_id",e.requestId),e?.correlationId&&n.set("correlation_id",e.correlationId),e?.since&&n.set("since",e.since),e?.until&&n.set("until",e.until),e?.q&&n.set("q",e.q),e?.cursor&&n.set("cursor",e.cursor),e?.limit!=null&&n.set("limit",String(e.limit));let r=n.toString();return o(await i.get(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function kl(t,e){let n=new URLSearchParams;e?.action&&n.set("action",e.action),e?.actor&&n.set("actor",e.actor),e?.actorType&&n.set("actor_type",e.actorType),e?.sessionId&&n.set("session_id",e.sessionId),e?.source&&n.set("source",e.source),e?.phase&&n.set("phase",e.phase),e?.outcome&&n.set("outcome",e.outcome),e?.resourceType&&n.set("resource_type",e.resourceType),e?.requestId&&n.set("request_id",e.requestId),e?.correlationId&&n.set("correlation_id",e.correlationId),e?.since&&n.set("since",e.since),e?.until&&n.set("until",e.until),e?.q&&n.set("q",e.q),e?.cursor&&n.set("cursor",e.cursor),e?.limit!=null&&n.set("limit",String(e.limit));let r=n.toString();return o(await i.get(`/projects/${t}/audit${r?`?${r}`:""}`))}async function wl(t,e){let n=new URLSearchParams;e?.format&&n.set("format",e.format),e?.action&&n.set("action",e.action),e?.actor&&n.set("actor",e.actor),e?.actorType&&n.set("actor_type",e.actorType),e?.projectId&&n.set("project_id",e.projectId),e?.sessionId&&n.set("session_id",e.sessionId),e?.source&&n.set("source",e.source),e?.phase&&n.set("phase",e.phase),e?.outcome&&n.set("outcome",e.outcome),e?.resourceType&&n.set("resource_type",e.resourceType),e?.requestId&&n.set("request_id",e.requestId),e?.correlationId&&n.set("correlation_id",e.correlationId),e?.since&&n.set("since",e.since),e?.until&&n.set("until",e.until),e?.q&&n.set("q",e.q),e?.cursor&&n.set("cursor",e.cursor),e?.limit!=null&&n.set("limit",String(e.limit));let r=n.toString();return o(await i.get(`/accounts/${t}/audit/export${r?`?${r}`:""}`))}async function Sl(t){return o(await i.get(`/accounts/${t}/audit/webhooks`))}async function vl(t,e){return o(await i.post(`/accounts/${t}/audit/webhooks`,e))}async function Cl(t,e,n){return o(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function Rl(t,e){return o(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function Tl(t,e){return o(await i.post(`/projects/${t}/secret-requests`,{names:e.names,labels:e.labels,descriptions:e.descriptions,scope:e.scope,expires_in_minutes:e.expiresInMinutes}),"Failed to mint secret-entry link")}async function Al(t,e){return o(await i.post(`/projects/${t}/connect-requests`,{slug:e.slug,expires_in_minutes:e.expiresInMinutes}),"Failed to mint connect link")}async function OP(t){return o(await i.get(`/approval-links/${t}`),"Failed to load approval")}async function Il(t){let e=new URLSearchParams;t?.query&&e.set("query",t.query),t?.type&&e.set("type",t.type),t?.source&&e.set("source",t.source),t?.limit!==void 0&&e.set("limit",String(t.limit)),t?.offset!==void 0&&e.set("offset",String(t.offset));let n=e.toString()?`?${e.toString()}`:"";return o(await i.get(`/marketplace/items${n}`))}async function jl(){return o(await i.get("/marketplace/marketplaces"))}async function El(){return o(await i.get("/marketplace/marketplaces/featured"))}async function $l(t){return o(await i.get(`/marketplace/items/${encodeURIComponent(t)}`),"Item not found")}async function ql(t,e){return o(await i.get(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`),"File not found")}async function Dl(){return o(await i.get("/marketplace/sources"))}async function Ml(t){return o(await i.post("/marketplace/sources",t),"Failed to add marketplace source")}async function Ul(t){return o(await i.delete(`/marketplace/sources/${encodeURIComponent(t)}`),"Failed to remove marketplace source")}async function BP(t,e){return o(await i.post(`/projects/${encodeURIComponent(t)}/marketplace/install-session`,{id:e}),"Failed to start marketplace install session")}async function WP(t){return o(await i.get(`/templates/${encodeURIComponent(t)}`))}async function zP(t,e){return o(await i.post(`/templates/${encodeURIComponent(t)}/install`,e))}async function Ol(t){return o(await i.get(`/projects/${t}/apps`),"Failed to list Apps").apps}async function Fl(t,e){return o(await i.post(`/projects/${t}/apps`,e),"Failed to create App")}async function Ll(t,e){return o(await i.get(`/projects/${t}/apps/${e}`),"Failed to load App")}async function Gl(t,e,n){return o(await i.patch(`/projects/${t}/apps/${e}`,n),"Failed to update App")}async function Bl(t,e){return o(await i.delete(`/projects/${t}/apps/${e}`),"Failed to delete App")}async function Kl(t,e){return o(await i.get(`/projects/${t}/apps/${e}/access`),"Failed to load App access policy")}async function Nl(t,e,n){return o(await i.patch(`/projects/${t}/apps/${e}/access`,n),"Failed to update App access policy")}async function Hl(t,e){return o(await i.post(`/projects/${t}/apps/${e}/access-session`,{}),"Failed to create App access session")}async function Wr(t,e){return o(await i.post(`/projects/${t}/apps/artifacts`,e),"Failed to register App artifact")}async function zr(t,e,n){return o(await i.post(`/projects/${t}/apps/artifacts/${e}/finalize`,n),"Failed to finalize App artifact")}async function Vp(t){return t instanceof Uint8Array?t:new Uint8Array(await t.arrayBuffer())}async function Jp(t){let e=Uint8Array.from(t),n=await globalThis.crypto.subtle.digest("SHA-256",e.buffer);return Array.from(new Uint8Array(n),r=>r.toString(16).padStart(2,"0")).join("")}async function Wl(t,e,n={}){let r=await Vp(e),s=n.mediaType??"application/gzip",c=await Wr(t,{kind:"archive",media_type:s});if(!c.upload)throw new Error("App artifact registration did not return an upload URL");if(r.byteLength>c.upload.max_bytes)throw new Error(`App artifact exceeds ${c.upload.max_bytes} bytes`);n.onProgress?.(0,r.byteLength);let u=await fetch(c.upload.url,{method:"PUT",body:new Blob([Uint8Array.from(r).buffer],{type:s}),signal:n.signal,headers:{"content-type":s,"x-upsert":"false"}});if(!u.ok){let p=await u.text().catch(()=>"");throw new Error(`App artifact upload failed with HTTP ${u.status}${p?`: ${p}`:""}`)}return n.onProgress?.(r.byteLength,r.byteLength),zr(t,c.artifact.artifact_id,{sha256:await Jp(r),size_bytes:r.byteLength})}async function zl(t,e,n){return o(await i.post(`/projects/${t}/apps/${e}/deployments`,n),"Failed to create App deployment")}async function Vl(t,e){return o(await i.get(`/projects/${t}/apps/${e}/deployments`),"Failed to list App deployments").deployments}async function Jl(t,e,n){return o(await i.get(`/projects/${t}/apps/${e}/deployments/${n}`),"Failed to load App deployment")}async function Xl(t,e,n,r={}){let s=new URLSearchParams;r.after!==void 0&&s.set("after",String(r.after)),r.limit!==void 0&&s.set("limit",String(r.limit));let c=s.size?`?${s.toString()}`:"";return o(await i.get(`/projects/${t}/apps/${e}/deployments/${n}/logs${c}`),"Failed to load App logs")}async function Ql(t,e){return o(await i.post(`/projects/${t}/apps/${e}/start`,{}),"Failed to start App")}async function Yl(t,e){return o(await i.post(`/projects/${t}/apps/${e}/stop`,{}),"Failed to stop App")}async function Zl(t,e,n){return o(await i.post(`/projects/${t}/apps/${e}/rollback`,{deployment_id:n}),"Failed to roll back App")}function ek(t){return t?t.runtimeReady!==void 0?t.runtimeReady===!0:t.opencode!==void 0?t.opencode==="ok"||t.opencode===!0:t.status!=="starting"&&t.status!=="down"&&t.status!=="error":!1}async function eu(t,e){let n=(t===void 0?L():t)||null;if(!n)return{status:0,ok:!1,health:null,body:""};let r=await q(`${n}/kortix/health`,{method:"GET",...e},{retryOnAuthError:!1}),s=await r.text().catch(()=>""),c=null;try{c=s?JSON.parse(s):null}catch{c=null}return{status:r.status,ok:r.ok,health:c,body:s}}var ie={DESKTOP:"6080",DESKTOP_HTTPS:"6081",PRESENTATION_VIEWER:"3210",STATIC_FILE_SERVER:"3211",KORTIX_MASTER:"8000",BROWSER_STREAM:"9223",BROWSER_VIEWER:"9224",SSH:"22"};var tu=/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s)"'<>]*/g,nu=/^https?:\/\/p(\d+)-([^.]+)\.localhost(?::(\d+))?(\/.*)?$/,ru=new Set([22,4096,parseInt(ie.KORTIX_MASTER,10)]);function Xp(t){return nu.test(t)}function Rt(t){if(!t)return"/";let e=t,n=e.indexOf("](");n!==-1&&(e=e.slice(0,n));let r=e.toLowerCase().indexOf("%5d(");return r!==-1&&(e=e.slice(0,r)),e?e.startsWith("/")?e:`/${e}`:"/"}function Qp(t){let e=t.indexOf("](");return e===-1?t:t.slice(0,e)}var Yp=new Set(["'",'"',"`","<","(","["]),Zp=new Set([">","'",'"',"`",")","]",",",";",".","!","?"]);function ed(t){let e=0,n=t.length;for(;e<n&&(t[e]===" "||t[e]===" ");)e++;for(;n>e&&(t[n-1]===" "||t[n-1]===" ");)n--;for(;e<n&&Yp.has(t[e]);)e++;for(;n>e&&Zp.has(t[n-1]);)n--;return t.slice(e,n)}function td(t){return t.match(/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s"'<>)]*/i)?.[0]??null}var nd=/^\/proxy\/(\d{1,5})(\/.*)?$/,rd=/^\/(connectors|settings|dashboard|projects|agents|skills|tools|commands|support|changelog|files|p|browser|desktop|terminal|sessions|services|workspace|channels|scheduled-tasks|marketplace|templates|tunnel|admin|auth)(\/|$|\?)/;function sd(t){if(!t)return!1;try{let e=new URL(t);return e.hostname!=="localhost"&&e.hostname!=="127.0.0.1"?!1:rd.test(e.pathname)}catch{return!1}}function Tt(t){if(!t)return null;let e=ed(Qp(t.trim())),n=ou(e);if(n){let r=Rt(n.path||"/");return{originalUrl:`http://localhost:${n.port}${r}`,port:n.port,path:r}}try{let r=new URL(e);if(r.protocol!=="http:"&&r.protocol!=="https:"||r.hostname!=="localhost"&&r.hostname!=="127.0.0.1"||!r.port)return null;let s=parseInt(r.port,10);if(!Number.isInteger(s)||s<1||s>65535)return null;let c=`${r.pathname||"/"}${r.search}${r.hash}`,u=parseInt(ie.KORTIX_MASTER,10);if(s===u){let g=r.pathname.match(nd);if(g){let f=parseInt(g[1],10);if(f>=1&&f<=65535)return s=f,c=Rt(`${g[2]||"/"}${r.search}${r.hash}`),{originalUrl:`http://localhost:${s}${c}`,port:s,path:c}}}let p=Rt(c);return{originalUrl:`${r.protocol}//${r.hostname}:${s}${p}`,port:s,path:p}}catch{let r=td(t);return r&&r!==t?Tt(r):null}}function id(t){let e=[],n=/```[\s\S]*?```/g,r;for(;(r=n.exec(t))!==null;)e.push([r.index,r.index+r[0].length]);let s=/`[^`\n]+`/g;for(;(r=s.exec(t))!==null;){let c=r.index,u=c+r[0].length;e.some(([g,f])=>c>=g&&u<=f)||e.push([c,u])}return e}function od(t,e){return e.some(([n,r])=>t>=n&&t<r)}function ad(t){let e=[],n=new Set,r=id(t);tu.lastIndex=0;let s;for(;(s=tu.exec(t))!==null;){let c=Tt(s[0]);if(!c)continue;let{originalUrl:u,port:p,path:g}=c;p<1||p>65535||ru.has(p)||n.has(u)||(n.add(u),e.push({originalUrl:u,port:p,path:g,startIndex:s.index,endIndex:s.index+u.length,inCodeBlock:od(s.index,r)}))}return e}function sk(t){return ad(t).length>0}function cd(t){try{let{hostname:e}=new URL(t);return e==="localhost"||e==="127.0.0.1"}catch{return!1}}function ld(t){return t.sandboxId.trim().length>0}function ye(t,e,n){let r=Rt(e);if(!ld(n))return gd(t,r);if(!cd(n.apiBaseUrl)){let s=n.apiBaseUrl.length;for(;s>0&&n.apiBaseUrl.charCodeAt(s-1)===47;)s--;return`${n.apiBaseUrl.slice(0,s)}/p/${n.sandboxId}/${t}${r}`}return`http://p${t}-${n.sandboxId}.localhost:${n.backendPort}${r}`}function ik(t,e){if(!t)return;let r=t.replace(/^\/workspace\//,"").replace(/^\/+/,"").split("/").filter(Boolean).map(s=>encodeURIComponent(s)).join("/");return ye(3211,`/open?path=/workspace/${r}`,e)}function ud(t){return`/open?path=/${(t.startsWith("/workspace")?t:`/workspace/${t.replace(/^\/+/,"")}`).split("/").filter(Boolean).map(r=>encodeURIComponent(r)).join("/")}`}function ok(t){return`http://localhost:3211${ud(t)}`}function pd(){return"/health"}function ak(t){return ye(3211,pd(),t)}function ck(t,e){return ye(t,"/",e)}function dd(t){let e=Tt(t);return!(!e||ru.has(e.port)||sd(t))}function su(t,e){if(!t)return t;let n=Tt(t);return n?dd(n.originalUrl)?ye(n.port,n.path,e):n.originalUrl:t}function gd(t,e="/"){return`http://localhost:${t}${e}`}var iu=/^https?:\/\/[^/]+\/v1\/p\/([^/]+)\/(\d+)(\/.*)?$/;function ou(t){let e=t.match(nu);if(e)return{port:parseInt(e[1],10),sandboxId:e[2],backendPort:e[3]?parseInt(e[3],10):80,path:e[4]||"/"};let n=t.match(iu);if(n)try{let r=new URL(t);return{port:parseInt(n[2],10),sandboxId:n[1],backendPort:parseInt(r.port,10)||(r.protocol==="https:"?443:80),path:n[3]||"/"}}catch{return null}return null}function lk(t){try{let e=ou(t);return e?`http://localhost:${e.port}${e.path}`:null}catch{return null}}function uk(t){return Xp(t)||iu.test(t)}function pk(t){try{let{hostname:e,port:n}=new URL(t);return(e==="localhost"||e==="127.0.0.1")&&n!==""}catch{return!1}}var He="/web-proxy/";function dk(t,e){try{let n=new URL(t);if(n.protocol!=="http:"&&n.protocol!=="https:")return null;let r=n.protocol.replace(":",""),s=`${He}${r}/${n.host}${n.pathname}${n.search}${n.hash}`,c=parseInt(ie.KORTIX_MASTER,10);return`${ye(c,"/",e).replace(/\/$/,"")}${s}`}catch{return null}}function gk(t){try{let e=new URL(t),n=e.pathname.indexOf(He);if(n===-1)return null;let s=e.pathname.slice(n+He.length).match(/^(https?)\/([\w.\-]+(?::\d+)?)(\/.*)?$/);if(!s)return null;let c=s[1],u=s[2],p=s[3]||"/";return`${c}://${u}${p}${e.search}${e.hash}`}catch{return null}}function mk(t){try{return new URL(t).pathname.includes(He)}catch{return t.includes(He)}}function fk(t){if(!t)return!1;let e=t.trim();return!!(/^https?:\/\/(?!localhost|127\.0\.0\.1)/i.test(e)||/^[a-z0-9][\w.-]*\.[a-z]{2,}/i.test(e))}function yk(t){let e=t.trim();return e?/^https?:\/\//i.test(e)?e:/^[a-z0-9][\w.-]*\.[a-z]{2,}/i.test(e)?`https://${e}`:null:null}var au="frontend";function At(t,e,n){(t==="error"?console.error:t==="warn"?console.warn:t==="debug"?console.debug:console.log)(`[${au}] ${e}`,...n?[n]:[]);try{de().app.log({service:au,level:t,message:e,extra:n})}catch{}}var oe={debug:(t,e)=>At("debug",t,e),info:(t,e)=>At("info",t,e),warn:(t,e)=>At("warn",t,e),error:(t,e)=>At("error",t,e)};function md(t){return{type:"heartbeat-gap",gapMs:t}}function fd(t){switch(t.type){case"message.updated":return{type:"message.updated",sessionID:t.properties.sessionID,message:t.properties.info};case"message.removed":return{type:"message.removed",sessionID:t.properties.sessionID,messageID:t.properties.messageID};case"message.part.updated":return{type:"message.part.updated",sessionID:t.properties.sessionID,part:t.properties.part};case"message.part.removed":return{type:"message.part.removed",sessionID:t.properties.sessionID,messageID:t.properties.messageID,partID:t.properties.partID};case"session.status":return{type:"session.status",sessionID:t.properties.sessionID,status:t.properties.status};case"session.idle":return{type:"session.idle",sessionID:t.properties.sessionID};case"session.error":return{type:"session.error",sessionID:t.properties.sessionID,error:t.properties.error};case"question.asked":return{type:"question.asked",sessionID:t.properties.sessionID,requestID:t.properties.id,questions:t.properties.questions,tool:t.properties.tool};case"question.replied":return{type:"question.answered",sessionID:t.properties.sessionID,requestID:t.properties.requestID,outcome:"replied",answers:t.properties.answers};case"question.rejected":return{type:"question.answered",sessionID:t.properties.sessionID,requestID:t.properties.requestID,outcome:"rejected"};case"permission.asked":return{type:"permission.asked",sessionID:t.properties.sessionID,requestID:t.properties.id,permission:t.properties.permission,patterns:t.properties.patterns,tool:t.properties.tool};case"permission.replied":return{type:"permission.replied",sessionID:t.properties.sessionID,requestID:t.properties.requestID,reply:t.properties.reply};case"todo.updated":return{type:"todo.updated",sessionID:t.properties.sessionID,todos:t.properties.todos};case"server.connected":return{type:"connection",status:"connected"};default:return null}}var yd={now:()=>Date.now(),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},hd=16,bd=8,xd=6e4,_d=5e3,Pd=250,kd=1e3,wd=3e4,Sd=5,vd=3e3,Cd=3e4,Rd=2e4,Td=2e3,Ad=8;function Id(t){if(t.type==="session.status")return`session.status:${t.properties.sessionID}`;if(t.type==="lsp.updated")return"lsp.updated"}function cu(t){if(t.aborted)return{promise:Promise.resolve(),cleanup:()=>{}};let e=()=>{};return{promise:new Promise(r=>{e=()=>r(),t.addEventListener("abort",e,{once:!0})}),cleanup:()=>t.removeEventListener("abort",e)}}function Vr(t){let{client:e,onEvent:n,onGapRehydrate:r,onParked:s,signal:c}=t,u=t.timers??yd,p=t.connectTimeoutMs??Rd,g=t.heartbeatTimeoutMs??xd,f=t.maxConsecutiveHardFailures??Ad,m=new AbortController,_=()=>m.abort();c&&(c.aborted?m.abort():c.addEventListener("abort",_,{once:!0}));let x=u.now(),I=[],T,l=0,h=new Map,a=()=>{if(T&&u.clearTimeout(T),T=void 0,I.length===0)return;let j=I;I=[],h.clear(),l=u.now(),x=u.now();for(let v of j)if(v)try{n(v.event)}catch(k){console.warn("[opencode-events] event handler threw, skipping",k)}},A=()=>{if(T)return;let j=u.now()-l;T=u.setTimeout(a,Math.max(0,hd-j))};return(async()=>{let j=0,v=0;for(;!m.signal.aborted;){let k=!1,E=!1,w,F,K=null,y=u.now(),C=new AbortController,M=cu(m.signal);M.promise.then(()=>C.abort());try{let D=await new Promise((Ft,qe)=>{let X=!1;F=u.setTimeout(()=>{X||(X=!0,oe.warn("SSE connect timed out, forcing reconnect",{connectTimeoutMs:p}),C.abort(),qe(new Error(`SSE connect timed out after ${p}ms`)))},p),e.global.event({signal:C.signal,sseDefaultRetryDelay:vd,sseMaxRetryDelay:Cd,sseMaxRetryAttempts:1}).then(Z=>{X||(X=!0,u.clearTimeout(F),Ft(Z))},Z=>{X||(X=!0,u.clearTimeout(F),qe(Z))})}),{stream:U}=D;x=u.now();let H=()=>{u.clearTimeout(w),w=u.setTimeout(()=>{oe.warn("SSE heartbeat timeout, forcing reconnect"),C.abort()},g)};H();let xe=u.now(),$u=U[Symbol.asyncIterator]();for(;!C.signal.aborted;){let Ft=$u.next().then(te=>({kind:"next",result:te}),te=>({kind:"error",error:te})),qe=cu(C.signal),X=await Promise.race([Ft,qe.promise.then(()=>({kind:"aborted"}))]);if(qe.cleanup(),X.kind==="aborted")break;if(X.kind==="error")throw X.error;if(X.result.done)break;k=!0,H();let Z=X.result.value,Qe=Z&&typeof Z=="object"&&"payload"in Z?Z.payload:Z;if(!Qe?.type)continue;let Lt=Id(Qe);if(Lt){let te=h.get(Lt);te!==void 0&&(I[te]=void 0),h.set(Lt,I.length)}I.push({type:Qe.type,event:Qe}),A(),!(u.now()-xe<bd)&&(xe=u.now(),await new Promise(te=>u.setTimeout(te,0)))}E=k}catch(D){if(m.signal.aborted)break;K=D;let U=String(D),H=U.includes("401")||U.includes("403")||U.includes("Unauthorized")||U.includes("Token refresh failed");if(oe.error("SSE event stream error",{error:U,retryCount:j,isAuthError:H}),H)try{st(),await pr(),oe.info("SSE: refreshed auth token after auth error")}catch(xe){oe.error("SSE: failed to refresh auth token",{error:String(xe)})}}finally{u.clearTimeout(w),u.clearTimeout(F),C.abort(),M.cleanup(),a()}if(m.signal.aborted)break;let z=u.now()-y,V=K?.cause?.status;if(v=!k&&(typeof V=="number"&&V>=400||z<Td)?v+1:0,v>=f){oe.error("SSE event stream parked \u2014 giving up after consecutive hard failures",{consecutiveFailures:v,lastError:String(K)});try{s?.({consecutiveFailures:v,lastError:K})}catch(D){console.warn("[opencode-events] onParked handler threw",D)}break}let Q=u.now()-x;Q>_d&&r?.(Q),E?j=0:(j++,j>1&&oe.warn("SSE event stream reconnecting",{retryCount:j}));let N=E?Pd:Math.min(kd*2**Math.min(j-1,Sd),wd);await new Promise(D=>{let U=u.setTimeout(D,N),H=()=>{u.clearTimeout(U),D()};m.signal.addEventListener("abort",H,{once:!0})})}})(),{close:()=>{m.abort(),c&&c.removeEventListener("abort",_),T&&u.clearTimeout(T)}}}function jd(){return de()}var It=new Map,jt=class extends Error{constructor(e){super(`Session runtime not ready \u2014 call \`await session.ensureReady()\` (it drives \`start()\` to completion and resolves this session's own sandbox runtime) before calling \`${e}\`.`),this.name="SessionNotReadyError"}};function Ed(t,e){Bt(t,e);function n(l){try{return new URL(l)}catch{if(typeof window<"u"&&window.location?.origin)try{return new URL(l,window.location.origin)}catch{return null}throw new R(`Kortix SDK: backendUrl must be an absolute URL outside the browser (got ${JSON.stringify(l)}). Relative paths like "/api/kortix" only resolve against a page origin \u2014 configure an absolute backendUrl for server-side hosts.`,{code:"INVALID_BACKEND_URL"})}}function r(l){let h=$().backendUrl??t.backendUrl,a=80,A=n(h);return A&&(a=A.port?Number(A.port):A.protocol==="https:"?443:80),{sandboxId:l,backendPort:a,apiBaseUrl:h}}let s={list:Qs,get:Zs,create:Ys,updateName:ei,leave:pi,members:ti,invite:ni,removeMember:li,updateMemberRole:ui,invites:ri,cancelInvite:si,resendInvite:ii,tokens:{list:fl,create:yl,revoke:hl},audit:{log:Pl,export:wl,webhooks:{list:Sl,create:vl,update:Cl,remove:Rl}}},c={accountState:rc,accountStateMinimal:sc,transactions:ic,transactionsSummary:oc,creditBreakdown:ac,usageHistory:cc,usageRollup:Pc,sessionCosts:{list:wc,get:Br},tierConfigurations:lc,checkout:{createSession:l=>uc(l),confirmSession:(l,h)=>pc(l,h)},subscription:{createPortalSession:(l,h)=>dc(l,h),cancel:(l,h)=>gc(l,h),reactivate:l=>mc(l),scheduleDowngrade:(l,h,a)=>fc(l,h,a),cancelScheduledChange:l=>yc(l),prorationPreview:(l,h)=>hc(l,h)},credits:{purchase:l=>bc(l),autoTopupSettings:l=>xc(l),configureAutoTopup:l=>_c(l)}},u={describe:oi,accept:ai,decline:ci},p={list:je,listForAccount:mi,get:Sr,detail:vr,create:bi,createRepo:xi,provision:_i,update:Tr,archive:Ar,llmCatalog:Cr,modelPicker:Rr,sandboxHealth:qr,sandboxTemplates:Wo,sessions:Ke,createSession:Ne},g={linkRepository:vi,getInstallation:Ci,listInstallations:Ri,listLinkableInstallations:Ti,listRepositories:Ai,listRepositoryBranches:Ii,linkInstallation:Ei,saveInstallation:ji,deleteInstallation:$i},f={list:cl,create:ll,revoke:ul},m=Go,_={items:l=>Il(l),item:l=>$l(l),itemFile:(l,h)=>ql(l,h),marketplaces:()=>jl(),featured:()=>El(),sources:{list:()=>Dl(),add:l=>Ml(l),remove:l=>Ul(l)}};function x(l){return{catalog:()=>jr(l),tools:()=>Pt(l),search:(...h)=>po(l,...h),describe:(...h)=>go(l,...h),call:(...h)=>mo(l,...h),uploadAttachment:(...h)=>fo(l,...h)}}function I(l){let h={list:()=>yo(l),listAll:()=>ho(l),reconcile:(...a)=>bo(l,...a),reconcileMember:(...a)=>xo(l,...a),updateCredential:(...a)=>_o(l,...a),revoke:(...a)=>Po(l,...a),activate:(...a)=>ko(l,...a),setDefault:(...a)=>wo(l,...a),pipedreamConnect:(...a)=>So(l,...a),pipedreamFinalize:(...a)=>vo(l,...a)};return{get:a=>Sr(l,a),detail:()=>vr(l),audit:a=>kl(l,a),update:a=>Tr(l,a),archive:()=>Ar(l),llmCatalog:()=>Cr(l),modelPicker:()=>Rr(l),sandboxHealth:()=>qr(l),onboardingComplete:(...a)=>Si(l,...a),apps:{list:()=>Ol(l),create:a=>Fl(l,a),get:a=>Ll(l,a),update:(...a)=>Gl(l,...a),access:{get:(...a)=>Kl(l,...a),update:(...a)=>Nl(l,...a),session:(...a)=>Hl(l,...a)},remove:a=>Bl(l,a),artifacts:{register:a=>Wr(l,a),uploadArchive:(...a)=>Wl(l,...a),finalize:(...a)=>zr(l,...a)},deployments:{create:(...a)=>zl(l,...a),list:a=>Vl(l,a),get:(...a)=>Jl(l,...a),logs:(...a)=>Xl(l,...a)},start:a=>Ql(l,a),stop:a=>Yl(l,a),rollback:(...a)=>Zl(l,...a)},tokens:{list:()=>bl(l),create:a=>xl(l,a),revoke:a=>_l(l,a)},setupLinks:{requestSecret:a=>Tl(l,a),requestConnector:a=>Al(l,a)},validateManifest:a=>yi(l,a),gitToken:()=>hi(l),secrets:{list:()=>eo(l),upsert:a=>to(l,a),setStrategy:(...a)=>no(l,...a),broker:(...a)=>ro(l,...a),remove:a=>co(l,a),setPersonal:(...a)=>lo(l,...a),removePersonal:a=>uo(l,a),setGitCredential:a=>ao(l,a),startProviderOAuth:(...a)=>so(l,...a),pollProviderOAuth:(...a)=>io(l,...a),removeProviderOAuth:a=>oo(l,a)},access:{list:()=>Ui(l),invite:(...a)=>Li(l,...a),update:(...a)=>Oi(l,...a),revoke:a=>Fi(l,a),pendingInvites:()=>Gi(l),resendInvite:(...a)=>Ki(l,...a),revokeInvite:(...a)=>Bi(l,...a),requests:()=>qi(l),approveRequest:(...a)=>Di(l,...a),rejectRequest:(...a)=>Mi(l,...a),groupGrants:()=>Ni(l),attachGroupGrant:(...a)=>Hi(l,...a),updateGroupGrant:(...a)=>Wi(l,...a),detachGroupGrant:a=>zi(l,a),resourceGrants:{list:()=>Vi(l),create:a=>Ji(l,a),remove:a=>Xi(l,a)}},connectors:{...x(l),list:()=>Co(l),config:(...a)=>$o(l,...a),create:(...a)=>Mo(l,...a),remove:(...a)=>Oo(l,...a),sync:()=>Ro(l),auth:{discover:(...a)=>Uo(l,...a)},setName:(...a)=>qo(l,...a),setCredentialMode:(...a)=>To(l,...a),setAuthorizationStrategy:(...a)=>Ao(l,...a),setCredential:(...a)=>Bo(l,...a),setSensitive:(...a)=>Io(l,...a),connections:h,policies:{get:(...a)=>jo(l,...a),set:(...a)=>Eo(l,...a)},pipedream:{listApps:(...a)=>Fo(l,...a),listSections:(...a)=>Lo(l,...a),connect:(...a)=>Do(l,...a),finalize:(...a)=>Ko(l,...a)},discover:{list:(...a)=>Er(l,...a),detail:(...a)=>$r(l,...a)}},policies:{list:()=>No(l),set:(...a)=>Ho(l,...a)},triggers:{list:()=>La(l),create:(...a)=>Ga(l,...a),update:(...a)=>Ba(l,...a),remove:(...a)=>Ka(l,...a),fire:(...a)=>Ha(l,...a),setActivation:(...a)=>Na(l,...a)},files:{list:a=>ta(l,a),read:(a,A)=>ra(l,a,A),search:(...a)=>na(l,...a),archive:(...a)=>sa(l,...a),history:(...a)=>la(l,...a)},git:{commits:()=>oa(l),commit:a=>aa(l,a),commitDiff:a=>ca(l,a),branches:()=>ia(l),versionDiff:(...a)=>ua(l,...a),inviteCollaborator:(...a)=>fi(l,...a)},changeRequests:{list:()=>pa(l),get:a=>da(l,a),diff:a=>ga(l,a),mergePreview:a=>ma(l,a),open:(...a)=>fa(l,...a),merge:(...a)=>ya(l,...a),close:(...a)=>ha(l,...a),reopen:(...a)=>ba(l,...a),requestChanges:(...a)=>xa(l,...a)},sessions:{list:a=>Ke(l,a),create:a=>Ne(l,a),ensureWarm:()=>Ra(l),claimWarm:a=>Ta(l,a)},review:{list:a=>rl(l,a),get:a=>sl(l,a),submit:a=>il(l,a),act:(...a)=>ol(l,...a),bulkAct:a=>al(l,a)},approvals:{list:a=>Qi(l,a),resolve:(...a)=>Zi(l,...a),sessionsNeedingInput:a=>Yi(l,a)},gateway:{logs:a=>Bc(l,a),log:a=>Kc(l,a),overview:a=>Nc(l,a),series:a=>Hc(l,a),breakdown:a=>Wc(l,a),sessions:a=>zc(l,a),errors:a=>Vc(l,a),budgets:()=>Jc(l),setBudget:a=>Xc(l,a),deleteBudget:a=>Qc(l,a),keys:()=>Yc(l),createKey:a=>Zc(l,a),revokeKey:a=>el(l,a),routing:{get:()=>Oc(l),set:a=>Fc(l,a),reset:()=>Lc(l),preview:a=>Gc(l,a)},playground:(a,A,j)=>tl(l,a,A,j)},channels:{slack:{installation:()=>vc(l),connect:a=>Cc(l,a),mode:()=>Rc(l),manifest:()=>Tc(l),disconnect:()=>Ac(l),getFile:a=>Ic(l,a),uploadFile:a=>jc(l,a)},email:{installation:a=>Ec(l,a),mode:()=>$c(l),connect:a=>qc(l,a),disconnect:a=>Dc(l,a),updatePolicy:(...a)=>Mc(l,...a)},voice:{setBotName:a=>Uc(l,a)}},updateFeatureFlag:(...a)=>Pi(l,...a),updateExperimentalFeature:(...a)=>ki(l,...a),modelDefaults:{get:()=>Xa(l),set:a=>Qa(l,a),clear:a=>Ya(l,a)},setDefaultAgent:a=>nc(l,a),sandbox:{list:()=>ea(l),snapshots:()=>zo(l),rebuildSnapshot:a=>Vo(l,a),fixWithAgent:()=>Jo(l),createTemplate:a=>Xo(l,a),updateTemplate:(...a)=>Qo(l,...a),removeTemplate:a=>Yo(l,a),buildTemplate:a=>Zo(l,a),setProvider:a=>wi(l,a)},setAgentScope:(...a)=>ec(l,...a),session:a=>T(l,a)}}function T(l,h){let a=null,A,j,v=null;async function k(){v||(v=Mr(l,h,{showErrors:!1}).then(y=>{let C=typeof y.metadata?.opencode_model=="string"?y.metadata.opencode_model.trim():"",M=C.indexOf("/"),z=M>0&&M<C.length-1?{providerID:C.slice(0,M),modelID:C.slice(M+1)}:void 0,V=y.agent_name?.trim()||void 0;return{model:z,agent:V}}));try{return await v}catch(y){throw v=null,y}}function E(){if(a)return a;let y=za(l,h);return y&&(a=y),a}async function w(y){let C=E();if(C)return C;let M=y?.readyTimeoutMs??18e4,z=`${l}
20
+ ${h}`,V=It.get(z);if(V)return a=await V,a;let J=(async()=>{let Q=Date.now()+M,N=()=>Math.max(0,Q-Date.now()),D=await Ee(l,h,Math.min(3e4,N()));for(;Date.now()<Q&&(D==null||(D.stage==="provisioning"||D.stage==="starting")&&D.retriable);)await new Promise(xe=>setTimeout(xe,Math.min(1e3,N()))),D=await Ee(l,h,Math.min(3e4,N()));if(!D||D.stage!=="ready"||!D.sandbox||!D.opencode_session_id)throw new R(`Session runtime not ready (stage: ${D?.stage??"unknown"})`,{code:"RUNTIME_UNAVAILABLE"});let U=D.sandbox.external_id;if(!U)throw new R("Session sandbox has no external_id \u2014 cannot resolve its runtime URL",{code:"RUNTIME_UNAVAILABLE"});let H=it(U);return ws(H,U),{opencodeSessionId:D.opencode_session_id,runtimeUrl:H,sandboxId:U}})();It.set(z,J);try{return a=await J,a}finally{It.get(z)===J&&It.delete(z)}}function F(y){let C=E();if(!C)throw new jt(y);return C}function K(){a=null,Ja(l,h)}return{get:y=>Mr(l,h,y),cost:()=>Br(h,{projectId:l}),update:y=>Ea(l,h,y),delete:()=>(K(),$a(l,h)),start:(...y)=>Ee(l,h,...y),restart:()=>(K(),wt(l,h)),stop:()=>(K(),St(l,h)),configState:()=>qa(l,h),reloadConfig:y=>(K(),Da(l,h,y)),reloadConfigStream:(...y)=>(K(),Ma(l,h,...y)),setSharing:y=>ka(l,h,y),previews:()=>wa(l,h),commit:y=>_a(l,h,y),publicShares:{list:()=>Sa(l,h),create:(...y)=>va(l,h,...y),revoke:(...y)=>Ca(l,h,...y)},audit:(y,C)=>Aa(l,h,y,C),transcript:y=>Ia(l,h,y),voiceTranscript:y=>ja(l,h,y),ensureReady:w,health:y=>eu(E()?.runtimeUrl??null,y),previewUrl:(y,C="/")=>ye(y,C,r(F("previewUrl").sandboxId)),proxyUrl:y=>su(y,r(F("proxyUrl").sandboxId)),setModel:y=>{A=y},changeModel:async y=>{let C=await Fa(l,h,y);return v=null,C},scope:()=>Ua(l,h),rescope:y=>Oa(l,h,y),setAgent:y=>{j=y},send:async(y,C)=>{let{opencodeSessionId:M,runtimeUrl:z}=await w(),V=C?.model??A,J=C?.agent??j,Q=V&&J?{}:await k(),N=V??Q.model,D=J??Q.agent;return re(z).session.prompt({sessionID:M,parts:[{type:"text",text:y}],...N?{model:N}:{},...D?{agent:D}:{}})},abort:async()=>{let{opencodeSessionId:y,runtimeUrl:C}=await w();return re(C).session.abort({sessionID:y})},rewind:async y=>{let{opencodeSessionId:C,runtimeUrl:M}=await w();return re(M).session.revert({sessionID:C,messageID:y})},restoreRewind:async()=>{let{opencodeSessionId:y,runtimeUrl:C}=await w();return re(C).session.unrevert({sessionID:y})},stream:async y=>{let{runtimeUrl:C}=await w();return Vr({client:re(C),onEvent:y.onEvent,onGapRehydrate:y.onGapRehydrate,signal:y.signal})},get runtime(){return re(F("runtime").runtimeUrl)},files:{list:async y=>ut(y,(await w()).runtimeUrl),read:async y=>Le(y,(await w()).runtimeUrl),readBlob:async y=>Ge(y,(await w()).runtimeUrl),status:async()=>pt((await w()).runtimeUrl),findFiles:async(y,C)=>dt(y,C,(await w()).runtimeUrl),findText:async y=>gt(y,(await w()).runtimeUrl),upload:async(y,C,M)=>Be(y,C,M,(await w()).runtimeUrl),create:async y=>mt(y,(await w()).runtimeUrl),copy:async(y,C)=>ft(y,C,(await w()).runtimeUrl),remove:async y=>yt(y,(await w()).runtimeUrl),mkdir:async y=>ht(y,(await w()).runtimeUrl),rename:async(y,C)=>bt(y,C,(await w()).runtimeUrl)}}}return{config:t,accounts:s,accountInvites:u,projects:p,connectors:x(),project:I,session:T,github:g,billing:c,sandboxShares:f,transcribe:nl,connectStatus:m,marketplace:_,validateToken:di,runtime:jd}}function $d(){let t=typeof crypto<"u"?crypto:void 0;if(t?.randomUUID)return t.randomUUID();let e=new Uint8Array(16);if(t?.getRandomValues)t.getRandomValues(e);else for(let r=0;r<16;r++)e[r]=Math.floor(Math.random()*256);e[6]=e[6]&15|64,e[8]=e[8]&63|128;let n=[...e].map(r=>r.toString(16).padStart(2,"0"));return`${n[0]}${n[1]}${n[2]}${n[3]}-${n[4]}${n[5]}-${n[6]}${n[7]}-${n[8]}${n[9]}-${n.slice(10).join("")}`}var lu={thinking:!1,toolDetails:!0,assistantMetadata:!0};function qd(t){return t&&t.charAt(0).toUpperCase()+t.slice(1)}function Dd(t){let e=t/1e3;if(e<60)return`${e.toFixed(1)}s`;let n=Math.floor(e/60),r=e%60;return`${n}m ${r.toFixed(0)}s`}function Md(t,e){if(t.type==="text"&&!t.synthetic)return`${t.text??""}
21
21
 
22
22
  `;if(t.type==="reasoning")return e.thinking?`> _Thinking:_
23
23
  >
@@ -50,15 +50,15 @@ ${s}
50
50
  ${t.state.error}
51
51
  \`\`\`
52
52
  `),n+=`
53
- `,n}return""}function kd(t,e){if(!e)return`## Assistant
53
+ `,n}return""}function Ud(t,e){if(!e)return`## Assistant
54
54
 
55
- `;let n=t.agent?xd(t.agent):"Assistant",r=t.modelID||"",s="";t.time?.completed&&t.time?.created&&(s=_d(t.time.completed-t.time.created));let c=[r,s].filter(Boolean).join(" \xB7 ");return c?`## ${n} (${c})
55
+ `;let n=t.agent?qd(t.agent):"Assistant",r=t.modelID||"",s="";t.time?.completed&&t.time?.created&&(s=Dd(t.time.completed-t.time.created));let c=[r,s].filter(Boolean).join(" \xB7 ");return c?`## ${n} (${c})
56
56
 
57
57
  `:`## ${n}
58
58
 
59
- `}function wd(t,e,n){let r="";t.role==="user"?r+=`## User
59
+ `}function Od(t,e,n){let r="";t.role==="user"?r+=`## User
60
60
 
61
- `:r+=kd(t,n.assistantMetadata);for(let s of e)r+=Pd(s,n);return r}function Sd(t,e,n=tu){let r=`# ${t.title||"Untitled Session"}
61
+ `:r+=Ud(t,n.assistantMetadata);for(let s of e)r+=Md(s,n);return r}function Fd(t,e,n=lu){let r=`# ${t.title||"Untitled Session"}
62
62
 
63
63
  `;r+=`**Session ID:** \`${t.id}\`
64
64
  `,r+=`**Created:** ${new Date(t.time.created).toLocaleString()}
@@ -66,14 +66,14 @@ ${t.state.error}
66
66
 
67
67
  `,r+=`---
68
68
 
69
- `;for(let s of e)r+=wd(s.info,s.parts,n),r+=`---
69
+ `;for(let s of e)r+=Od(s.info,s.parts,n),r+=`---
70
70
 
71
- `;return r}function vd(t,e){return`session-${t}.md`}function ee(t){if(!t)return"An error occurred";if(typeof t=="string"){let e=t.startsWith("Error: ")?t.slice(7):t;try{let n=JSON.parse(e);if(typeof n=="string"){e=n;try{let r=JSON.parse(e);return Ne(r)||e}catch{return e}}return Ne(n)||e}catch{return Cd(e)??e}}return typeof t=="object"?Ne(t)||"An error occurred":String(t)}function ru(t){let e=t.indexOf("{"),n=t.lastIndexOf("}");if(!(e===-1||n===-1||n<=e))return t.slice(e,n+1)}function Cd(t){let e=ru(t);if(e)try{return Ne(JSON.parse(e))}catch{return}}function Ne(t){if(typeof t!="object"||t===null||Array.isArray(t))return;let e=t;if(typeof e.message=="string"&&e.message)return e.message;if(typeof e.error=="string"&&e.error)return e.error;let n=e.data;if(typeof n?.message=="string")return n.message;let r=e.error;if(typeof r?.message=="string")return r.message}function Br(t){if(!(typeof t!="string"||!t))try{return JSON.parse(t)}catch{return}}function nu(t){let e=typeof t.provider=="string"&&t.provider?t.provider:void 0,n=typeof t.code=="string"&&t.code?t.code:void 0,r=typeof t.suggestion=="string"&&t.suggestion?t.suggestion:void 0,s=typeof t.upstream_status=="number"?t.upstream_status:void 0,c=typeof t.request_id=="string"&&t.request_id?t.request_id:void 0;return!e&&!n&&!r&&s===void 0&&!c?void 0:{message:typeof t.message=="string"&&t.message||Ne(t)||"",provider:e,code:n,suggestion:r,upstreamStatus:s,requestId:c}}function fe(t){if(t==null)return;if(typeof t=="string"){let u=t.startsWith("Error: ")?t.slice(7):t,p=Br(u)??Br(ru(u));return p!==void 0?fe(p):void 0}if(typeof t!="object")return;let e=t,n=nu(e);if(n)return n;let r=e.error;if(r&&typeof r=="object"&&!Array.isArray(r)){let u=nu(r);if(u)return u}let s=e.data;if(s&&typeof s.responseBody=="string"){let u=Br(s.responseBody);if(u!==void 0){let p=fe(u);if(p)return p}}let c=e.cause;if(c&&typeof c=="object"){let u=c.body;if(u!==void 0){let p=fe(u);if(p)return p}}}var Rd={bash:{label:"Shell",category:"shell"},pty_spawn:{label:"Spawn Terminal",category:"shell"},pty_read:{label:"Terminal Output",category:"shell"},pty_write:{label:"Terminal Input",category:"shell"},pty_input:{label:"Terminal Input",category:"shell"},pty_kill:{label:"Kill Process",category:"shell"},read:{label:"Read File",category:"files"},list:{label:"List Directory",category:"files"},ls:{label:"List Directory",category:"files"},write:{label:"Write File",category:"edit"},edit:{label:"Edit File",category:"edit"},multiedit:{label:"Edit File",category:"edit"},morph_edit:{label:"Edit File",category:"edit"},apply_patch:{label:"Apply Patch",category:"edit"},patch:{label:"Apply Patch",category:"edit"},grep:{label:"Search Code",category:"search"},glob:{label:"Find Files",category:"search"},image_search:{label:"Image Search",category:"search"},session_search:{label:"Search Sessions",category:"search"},webfetch:{label:"Fetch Page",category:"web"},scrape_webpage:{label:"Scrape Page",category:"web"},websearch:{label:"Web Search",category:"web"},web_search:{label:"Web Search",category:"web"},image_gen:{label:"Generate Image",category:"web"},video_gen:{label:"Generate Video",category:"web"},task:{label:"Delegate to Agent",category:"task"},todowrite:{label:"Plan Tasks",category:"task"},todoread:{label:"Read Plan",category:"task"},question:{label:"Ask Question",category:"task"},presentation_gen:{label:"Presentation",category:"task"},show:{label:"Show Output",category:"task"},show_user:{label:"Show Output",category:"task"},prune:{label:"Prune Context",category:"other"},distill:{label:"Distill Context",category:"other"},compress:{label:"Compress Context",category:"other"},context_info:{label:"Context Info",category:"other"}},Td=[{prefix:"pty_",category:"shell"},{prefix:"agent_",category:"task"},{prefix:"session_",category:"task"},{prefix:"task_",category:"task"},{prefix:"trigger_",category:"task"},{prefix:"project_",category:"task"}];function Ad(t){return t.replace(/^oc[-_]/,"")}function It(t){return Ad(t).replace(/-/g,"_")}function Kr(t){return It(t).split(/[_\s]+/).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}function Hr(t){let e=It(t),n=Rd[e];if(n)return n;for(let{prefix:r,category:s}of Td)if(e.startsWith(r))return{label:Kr(t),category:s};return{label:Kr(t),category:"other"}}var Id=256*1024;function jd(t){switch(t.status){case"pending":return"pending";case"running":return"running";case"completed":return"done";case"error":return"error";default:return t}}function Ed(t){if(t===void 0)return{};if(t.length>Id)return{outputText:t};try{return{outputParsed:JSON.parse(t),outputText:t}}catch{return{outputText:t}}}function $d(t){if(typeof t!="object"||t===null||Array.isArray(t))return;let e=t,n=e.success===!1,r=e.error,s=typeof r=="string"&&r.length>0||typeof r=="object"&&r!==null;if(!(!n&&!s))return s?ee(r):typeof e.message=="string"&&e.message?e.message:"Tool reported failure"}function qd(t,e){let n="title"in e?e.title:void 0,r=e.status==="completed"?e.output:void 0,{outputParsed:s,outputText:c}=Ed(r),u=jd(e),p=e.status==="error"?e.error:void 0;if(u==="done"){let g=$d(s);g&&(u="error",p=g)}return{name:t,title:n||Hr(t).label,status:u,input:e.input,output:r,outputParsed:s,outputText:c,error:p}}function Dd(t){return{kind:"text",id:t.id,text:t.text,synthetic:!!t.synthetic}}function Md(t){return{kind:"reasoning",id:t.id,text:t.text}}function Ud(t){return{kind:"tool",id:t.id,tool:qd(t.tool,t.state)}}function Od(t){let e=t.mime;return{kind:"file",id:t.id,filename:t.filename,mime:e,url:t.url,isImage:e.startsWith("image/"),isPdf:e==="application/pdf"}}function Fd(t){return{kind:"subtask",id:t.id,description:t.description,agent:t.agent,prompt:t.prompt,model:t.model}}function Ld(t){return{kind:"patch",id:t.id,hash:t.hash,files:t.files,fileCount:t.files.length}}function Gd(t){return{kind:"snapshot",id:t.id,snapshot:t.snapshot}}function Bd(t){return{kind:"agent",id:t.id,name:t.name}}function Kd(t){return{kind:"retry",id:t.id,attempt:t.attempt,message:ee(t.error),createdAt:t.time.created}}function Hd(t){return{kind:"compaction",id:t.id,auto:t.auto,overflow:!!t.overflow,tailStartId:t.tail_start_id}}function Nd(t){return{kind:"step",id:t.id,phase:"start",snapshot:t.snapshot}}function Wd(t){return{kind:"step",id:t.id,phase:"finish",snapshot:t.snapshot,reason:t.reason,cost:t.cost,tokens:t.tokens}}function su(t){switch(t.type){case"text":return Dd(t);case"reasoning":return Md(t);case"tool":return Ud(t);case"file":return Od(t);case"subtask":return Fd(t);case"patch":return Ld(t);case"snapshot":return Gd(t);case"agent":return Bd(t);case"retry":return Kd(t);case"compaction":return Hd(t);case"step-start":return Nd(t);case"step-finish":return Wd(t);default:return{kind:"unknown",raw:t}}}function zd(t){if(!t)return;let e=typeof t=="object"&&"name"in t&&typeof t.name=="string"?t.name:"Error",n=fe(t);return{name:e,message:n?.message||ee(t),provider:n?.provider,code:n?.code,suggestion:n?.suggestion,upstreamStatus:n?.upstreamStatus,requestId:n?.requestId}}function Vd(t){switch(t.kind){case"text":case"reasoning":return t.text.trim().length>0;case"step":return!1;default:return!0}}function Jd(t){let e=t.parts.map(su),n=t.info.role==="assistant"?t.info.error:void 0,r=zd(n),s=!r&&!e.some(Vd);return{parts:e,error:r,isEmpty:s}}function ye(t){return t.type==="text"}function Nr(t){return t.type==="reasoning"}function ae(t){return t.type==="tool"}function Xd(t){return t.type==="file"}function Pk(t){return t.type==="agent"}function kk(t){return t.type==="compaction"}function wk(t){return t.type==="snapshot"}function Sk(t){return t.type==="patch"}function vk(t){if(ye(t)||Nr(t))return t.text}function Qd(t){if(!Xd(t))return!1;let e=t.mime;return e.startsWith("image/")||e==="application/pdf"}function Ck(t){let e=[],n=[];for(let r of t)Qd(r)?e.push(r):n.push(r);return{attachments:e,stickyParts:n}}function Rk(t,e){let n=[];return t?.tool&&n.push(t.tool),e?.tool&&n.push(e.tool),n}function Tk(t,e,n){return n.some(r=>r.messageID===e&&r.callID===t.callID)}var Yd=new Set(["todoread","context_info"]);function Zd(t){return!Yd.has(t.tool)}function Ak(t){let e=t.tool||"";if(e==="task"||e==="agent_spawn"||e==="agent-spawn"||e==="agent_message"||e==="agent-message"||e==="agent_task"||e==="agent-task"||e==="agent_task_update"||e==="agent-task-update"||e==="agent_task_message"||e==="agent-task-message"||e==="agent_task_start"||e==="agent-task-start"||e==="task_create"||e==="task-create"||e==="task_start"||e==="task-start"||e==="task_update"||e==="task-update"||e==="task_message"||e==="task-message"){let r=t.state?.metadata?.sessionId;if(typeof r=="string"&&r)return r;let s=t.state?.title;if(s){let u=s.match(/\bses_[a-zA-Z0-9]+/);if(u)return u[0]}let c=t.state?.output;if(c){let u=c.match(/\bses_[a-zA-Z0-9]+/);if(u)return u[0]}return}let n=t.tool?.replace(/-/g,"_")||"";if(n==="session_spawn"||n==="session_start_background"){let r=t.state?.output;if(r){let s=r.match(/\*?\*?Session:?\*?\*?\s*(ses_[a-zA-Z0-9]+)/);if(s)return s[1]}return}}function Ik(t){if(t)for(let e=t.length-1;e>=0;e--){let n=t[e]?.info;if(n?.role==="assistant"&&n.error)return ee(n.error)}}function jk(t){let e=[];for(let n of t)if(n.info.role==="assistant")for(let r of n.parts)ae(r)&&Zd(r)&&e.push(r);return e}function Ek(t,e={}){switch(t){case"read":return{icon:"glasses",title:"Read",subtitle:eg(e.filePath)};case"list":return{icon:"list",title:"List",subtitle:tg(e.path)};case"glob":return{icon:"search",title:"Glob",subtitle:e.pattern};case"grep":return{icon:"search",title:"Grep",subtitle:e.pattern};case"webfetch":return{icon:"globe",title:"Web Fetch",subtitle:e.url};case"websearch":case"web-search":case"web_search":return{icon:"search",title:"Web Search",subtitle:e.query};case"scrape-webpage":return{icon:"globe",title:"Scrape",subtitle:e.urls?.split?.(",")[0]};case"image-search":return{icon:"image",title:"Image Search",subtitle:e.query};case"image-gen":return{icon:"image",title:"Image Gen",subtitle:e.prompt?.slice?.(0,40)};case"video-gen":return{icon:"cpu",title:"Video Gen",subtitle:e.prompt?.slice?.(0,40)};case"presentation-gen":{let n=e.action||"";return{icon:"presentation",title:{create_slide:"Create Slide",list_slides:"List Slides",preview:"Preview",export_pdf:"Export PDF",export_pptx:"Export PPTX"}[n]||"Presentation",subtitle:e.slide_title||e.presentation_name}}case"show":case"show-user":return{icon:"globe",title:"Output",subtitle:e.title||e.description};case"task":return{icon:"square-kanban",title:`Agent (${e.subagent_type||"task"})`,subtitle:ng(e)};case"session_spawn":case"session_start_background":case"session-spawn":case"session-start-background":case"oc-session_spawn":case"oc-session-spawn":case"oc-session_start_background":case"oc-session-start-background":return{icon:"square-kanban",title:`Worker (${e.agent||"KortixWorker"})`,subtitle:e.description||e.prompt?.slice(0,60)};case"bash":return{icon:"terminal",title:"Shell",subtitle:e.description};case"edit":case"morph_edit":return{icon:"file-pen",title:"Edit",subtitle:iu(e.filePath)};case"write":return{icon:"file-pen",title:"Write",subtitle:iu(e.filePath)};case"apply_patch":return{icon:"file-pen",title:"Patch",subtitle:e.files?.length?`${e.files.length} file${e.files.length>1?"s":""}`:void 0};case"todowrite":return{icon:"check-square",title:"Todos"};case"todoread":return{icon:"check-square",title:"Todos (read)"};case"question":return{icon:"message-circle",title:"Questions"};case"prune":return{icon:"scissors",title:"DCP Prune",subtitle:e.reason};case"distill":return{icon:"scissors",title:"DCP Distill"};case"compress":return{icon:"scissors",title:"DCP Compress",subtitle:e.topic};case"context_info":return{icon:"scissors",title:"Context Info"};case"session_read":case"session-read":case"oc-session_read":case"oc-session-read":return{icon:"glasses",title:`Session Read (${e.mode||"summary"})`,subtitle:e.session_id?.slice(-12)};case"session_search":case"session-search":case"oc-session_search":case"oc-session-search":return{icon:"search",title:"Session Search",subtitle:e.query};case"session_message":case"session-message":case"oc-session_message":case"oc-session-message":return{icon:"message-circle",title:"Message \u2192 Session",subtitle:e.session_id?.slice(-12)};case"session_lineage":case"session-lineage":case"oc-session_lineage":case"oc-session-lineage":return{icon:"list-tree",title:"Session Lineage",subtitle:e.session_id?.slice(-12)};case"session_list_background":case"session-list-background":case"session_list_spawned":case"session-list-spawned":case"oc-session_list_background":case"oc-session-list-background":case"oc-session_list_spawned":case"oc-session-list-spawned":return{icon:"layers",title:"Background Sessions",subtitle:e.project||"all"};case"session_stats":case"session-stats":case"oc-session_stats":case"oc-session-stats":return{icon:"layers",title:"Session Stats",subtitle:e.session_id?.slice(-12)||"current"};case"session_list":case"session-list":case"oc-session_list":case"oc-session-list":return{icon:"list",title:"Session List",subtitle:e.search};case"session_get":case"session-get":case"oc-session_get":case"oc-session-get":return{icon:"book-open",title:"Session Get",subtitle:e.session_id?.slice(-12)};case"session_context":case"session-context":case"oc-session_context":case"oc-session-context":return{icon:"book-open",title:"Session Context",subtitle:e.session_id?.slice(-12)};case"project_delete":case"project-delete":case"oc-project_delete":case"oc-project-delete":return{icon:"trash-2",title:"Workspace Delete Disabled",subtitle:e.project};case"project_list":case"project-list":case"oc-project_list":case"oc-project-list":return{icon:"folder",title:"Projects"};case"project_get":case"project-get":case"oc-project_get":case"oc-project-get":case"project_update":case"project-update":case"oc-project_update":case"oc-project-update":return{icon:"folder",title:"Project",subtitle:e.name||e.project};case"project_select":case"project-select":case"oc-project_select":case"oc-project-select":return{icon:"folder",title:"Project Select",subtitle:e.project};case"project_create":case"project-create":case"oc-project_create":case"oc-project-create":return{icon:"folder-plus",title:"Project Create",subtitle:e.name};case"triggers":case"trigger_create":case"trigger-create":case"oc-trigger_create":case"oc-trigger-create":return{icon:"clock",title:"Create Trigger",subtitle:e.name};case"trigger_list":case"trigger-list":case"oc-trigger_list":case"oc-trigger-list":return{icon:"clock",title:"List Triggers"};case"trigger_get":case"trigger-get":case"oc-trigger_get":case"oc-trigger-get":return{icon:"clock",title:"Trigger Details",subtitle:e.name||e.id};case"trigger_delete":case"trigger-delete":case"oc-trigger_delete":case"oc-trigger-delete":return{icon:"clock",title:"Delete Trigger",subtitle:e.name||e.id};case"trigger_update":case"trigger-update":case"oc-trigger_update":case"oc-trigger-update":return{icon:"clock",title:"Update Trigger",subtitle:e.name||e.id};case"trigger_test":case"trigger-test":case"oc-trigger_test":case"oc-trigger-test":return{icon:"clock",title:"Test Trigger",subtitle:e.name||e.id};case"trigger_pause":case"trigger-pause":case"oc-trigger_pause":case"oc-trigger-pause":return{icon:"clock",title:"Pause Trigger",subtitle:e.name||e.id};case"trigger_resume":case"trigger-resume":case"oc-trigger_resume":case"oc-trigger-resume":return{icon:"clock",title:"Resume Trigger",subtitle:e.name||e.id};case"agent_spawn":case"agent-spawn":return{icon:"cpu",title:`Agent (${e.agent_type||"worker"})`,subtitle:e.description};case"agent_message":case"agent-message":return{icon:"message-circle",title:"Agent Message",subtitle:e.agent_id};case"agent_stop":case"agent-stop":return{icon:"ban",title:"Agent Stop",subtitle:e.agent_id};case"agent_status":case"agent-status":return{icon:"layers",title:"Agent Status"};case"agent_task":case"agent-task":case"oc-agent_task":case"oc-agent-task":return{icon:"check-square",title:"Create Task",subtitle:e.title};case"agent_task_update":case"agent-task-update":case"oc-agent_task_update":case"oc-agent-task-update":return{icon:"check-square",title:"Update Task",subtitle:e.task_id};case"agent_task_list":case"agent-task-list":case"oc-agent_task_list":case"oc-agent-task-list":return{icon:"check-square",title:"List Tasks"};case"agent_task_get":case"agent-task-get":case"oc-agent_task_get":case"oc-agent-task-get":return{icon:"check-square",title:"Task Details",subtitle:e.task_id};case"task_create":case"task-create":return{icon:"plus",title:"Create Task",subtitle:e.title};case"task_list":case"task-list":return{icon:"list",title:"Tasks",subtitle:e.status||"all"};case"task_update":case"task-update":return{icon:"refresh-cw",title:"Update Task",subtitle:e.id};case"task_done":case"task-done":return{icon:"check-circle",title:"Task Done",subtitle:e.id};case"task_delete":case"task-delete":return{icon:"trash-2",title:"Delete Task",subtitle:e.id};case"pty_spawn":return{icon:"terminal",title:"Spawn",subtitle:e.title||e.command};case"pty_read":return{icon:"terminal",title:"Terminal Output",subtitle:e.id};case"pty_write":case"pty_input":return{icon:"terminal",title:"Terminal Input",subtitle:e.id};case"pty_kill":return{icon:"terminal",title:"Kill Process",subtitle:e.id};default:return{icon:"cpu",title:t}}}function eg(t){if(!t)return;let e=t.split("/");return e[e.length-1]||t}function iu(t){if(!t)return;let e=t.split("/"),n=e[e.length-1]||t;if(e.length<=1)return n;let r=e[e.length-2];return r?`${n} /${r}`:n}function tg(t){if(!t)return;let e=t.lastIndexOf("/");if(!(e<0))return t.slice(0,e)||"/"}function $k(t,e){if(!e)return t;if(t.startsWith(e)){let n=t.slice(e.length);return n.startsWith("/")?n.slice(1):n}return t}function We(t,e=120){if(typeof t!="string")return"";let n=t.split(`
72
- `).map(r=>r.trim()).find(Boolean);return n?n.length>e?`${n.slice(0,e).trim()}\u2026`:n:""}function ng(t){let e=We(t.description);if(e)return e;let n=We(t.title,80);if(n)return n;let r=We(t.message);if(r)return r;let s=We(t.prompt);if(s)return s;let c=We(t.agent_id,40);return c?`Agent ${c}`:"Worker task"}function qk(t,e){return!t||!e?[]:(t[e]??[]).filter(r=>r.severity===1).slice(0,3)}function Dk(t,e){return t.find(n=>n.tool?.callID===e)}function Mk(t,e){return t.find(n=>n.tool?.callID===e)}var rg=/\x1B\[[\d;]*[A-Za-z]|\x1B\][^\x07]{0,512}\x07|\x1B[()#][A-Z0-9]|\x1B\[?[\d;]*[hl]|\x1B[>=<]|\x1B\[[?]?\d*[A-Z]|\x1B\[\d*[JKHG]|\x1B\[\d*;\d*[Hf]|\x1b\[[0-9;]*m/g;function Uk(t){return t?t.replace(rg,""):""}function Lk(t){let e=[],n=new Map;for(let s of t)if(s.info.role==="user"){if(n.has(s.info.id))continue;let c={userMessage:s,assistantMessages:[]};e.push(c),n.set(s.info.id,c)}let r=null;for(let s of t){if(s.info.role==="user"){r=n.get(s.info.id)??null;continue}if(s.info.role!=="assistant")continue;let c=s.info;if(c.parentID){let p=n.get(c.parentID);if(p){p.assistantMessages.push(s);continue}}if(r){r.assistantMessages.push(s);continue}if(e.length>0){e[0].assistantMessages.unshift(s);continue}let u={userMessage:s,assistantMessages:[]};e.push(u)}return e}function Gk(t){let e=[];for(let n of t.assistantMessages)for(let r of n.parts)e.push({part:r,message:n});return e}function Bk(t){for(let e=t.length-1;e>=0;e--){let n=t[e].part;if(ye(n)&&n.text?.trim())return n}}function Kk(t){return t.some(({part:e})=>e.type==="tool"||e.type==="compaction"||e.type==="snapshot"||e.type==="patch")}function Hk(t,e,n){if(n)return[];let r=[];for(let s of t.assistantMessages)for(let c of s.parts){if(!ae(c))continue;let u=c,p=u.state?.metadata?.answers;u.tool==="question"&&(p?.length??0)>0&&r.push({part:c,message:s})}return r}function Nk(t){let e=new Map;for(let n of t){if(!n.parentID)continue;let r=e.get(n.parentID);r?r.push(n.id):e.set(n.parentID,[n.id])}return e}function Wk(t){let e=t-6e4;return(n,r)=>{let s=n.time.updated??n.time.created,c=r.time.updated??r.time.created,u=s>e,p=c>e;return u&&p?n.id<r.id?-1:n.id>r.id?1:0:u&&!p?-1:!u&&p?1:c-s}}function sg(t,e){let n=t.get(e);if(!n||n.length===0)return[];let r=[];for(let s of n)r.push(s),r.push(...sg(t,s));return r}function ig(t){let e=t.userMessage.parts;if(e.length===0||!e.every(c=>ye(c)&&c.synthetic)||t.assistantMessages.length!==1)return!1;let r=t.assistantMessages[0].parts;if(r.length!==1)return!1;let s=r[0];return ae(s)&&s.tool==="bash"}function Jk(t){if(ig(t))return t.assistantMessages[0].parts[0]}function Zk(t,e){for(let n=e.length-1;n>=0;n--)if(e[n].info.role==="user")return e[n].info.id===t;return!1}function ew(t,e){return!e||!t?!1:t.type!=="idle"}function tw(t,e){return!t&&!!e}function nw(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return ee(n.error)}}function rw(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return fe(n.error)}}function ou(t){if(t){if(ae(t))switch(t.tool){case"task":case"session_spawn":case"session_start_background":case"session-spawn":case"session-start-background":return"Delegating to agent...";case"agent_spawn":case"agent-spawn":case"agent_task":case"agent-task":return"Delegating to agent...";case"agent_task_update":case"agent-task-update":case"task_update":case"task-update":return"Updating task...";case"agent_message":case"agent-message":case"agent_task_message":case"agent-task-message":case"task_message":case"task-message":return"Messaging agent...";case"task_create":case"task-create":case"task_start":case"task-start":return"Creating task...";case"task_list":case"task-list":return"Listing tasks...";case"task_done":case"task-done":return"Updating task...";case"todowrite":case"todoread":return"Planning...";case"read":return"Gathering context...";case"list":case"grep":case"glob":return"Searching codebase...";case"webfetch":case"scrape-webpage":return"Fetching web page...";case"websearch":case"web-search":case"web_search":return"Searching web...";case"image-search":return"Searching images...";case"image-gen":return"Generating image...";case"video-gen":return"Generating video...";case"presentation-gen":return"Creating presentation...";case"show":case"show-user":return"Showing output...";case"edit":case"write":case"morph_edit":return"Making edits...";case"bash":return"Running commands...";case"apply_patch":return"Applying patches...";case"prune":return"Pruning context...";case"distill":return"Distilling context...";case"compress":return"Compressing context...";case"context_info":return"Updating context info...";default:return`Running ${t.tool}...`}if(Nr(t)){let e=t.text?.trimStart();if(e){let n=e.match(/^\*\*(.+?)\*\*/);if(n)return`Thinking about ${n[1].trim()}...`}return"Thinking..."}if(ye(t))return"Gathering thoughts..."}}function sw(t,e){for(let n=t.length-1;n>=0;n--){let r=t[n].part,s=ae(r)?r:void 0;if(s&&(s.tool==="task"||s.tool==="agent_task"||s.tool==="agent-task"||s.tool==="task_create"||s.tool==="task-create"||s.tool==="task_start"||s.tool==="task-start")&&s.state.status==="running"&&e&&e.length>0){for(let u=e.length-1;u>=0;u--){let p=e[u];if(p.info.role==="assistant")for(let g=p.parts.length-1;g>=0;g--){let f=ou(p.parts[g]);if(f)return f}}return"Delegating to agent..."}let c=ou(r);if(c)return c}return"Considering next steps..."}function iw(t){if(!Number.isFinite(t)||t<1e3)return"";let e=Math.floor(t/1e3);if(e<60)return`${e}s`;let n=Math.floor(e/60),r=e%60;return r>0?`${n}m ${r}s`:`${n}m`}var au=1.2;function cu(t,e){if(!t)return 0;let n=t.input??0,r=(t.output??0)+(t.reasoning??0),s=t.cache?.read??0,c=t.cache?.write??0,u=Math.max(0,n-s-c),g=[...e.tiers??[],...e.contextOver200k?[e.contextOver200k]:[]].filter(m=>n>m.contextThreshold).sort((m,_)=>_.contextThreshold-m.contextThreshold)[0]??e,f=u/1e6*g.inputPer1M;return f+=r/1e6*g.outputPer1M,s>0&&(f+=s/1e6*(g.cacheReadPer1M??g.inputPer1M)),c>0&&(f+=c/1e6*(g.cacheWritePer1M??g.inputPer1M)),f}function lu(t,e,n,r){let s=t.cost||0;if(s>0)return s;if(!r||!e||!n)return 0;let c=r(e,n);return c?cu(t.tokens,c):0}function uu(t){if(t.role!=="assistant")return{};let e=t;return{providerID:e.providerID,modelID:e.modelID}}function ow(t,e){let n=0,r=0,s=0,c=0,u=0,p=0,g=!1;for(let{part:f,message:m}of t)if(f.type==="step-finish"){g=!0;let _=f,{providerID:x,modelID:I}=uu(m.info);n+=lu(_,x,I,e),r+=_.tokens?.input||0,s+=_.tokens?.output||0,c+=_.tokens?.reasoning||0,u+=_.tokens?.cache?.read||0,p+=_.tokens?.cache?.write||0}if(!g)for(let{message:f}of t){if(f.info.role!=="assistant")continue;let m=f.info,_=pu(m,e);if(_<=0)continue;g=!0,n+=_;let x=m.tokens;x&&(r+=x.input??0,s+=x.output??0,c+=x.reasoning??0,u+=x.cache?.read??0,p+=x.cache?.write??0)}if(g)return{cost:n*au,tokens:{input:r,output:s,reasoning:c,cacheRead:u,cacheWrite:p}}}function pu(t,e){if(!e||!t.providerID||!t.modelID||!t.tokens)return 0;let n=e(t.providerID,t.modelID);return n?cu({input:t.tokens.input,output:t.tokens.output,reasoning:t.tokens.reasoning,cache:t.tokens.cache},n):0}function aw(t,e){let n=0;for(let r of t){if(r.info?.role!=="assistant")continue;let s=r.info,{providerID:c,modelID:u}=uu(s),p=0,g=!1;for(let f of r.parts)f.type==="step-finish"&&(g=!0,p+=lu(f,c,u,e));g||(p+=pu(s,e)),n+=p}return n*au}function cw(t){return t===0?"$0.00":t<.001?`$${t.toFixed(4)}`:t<.01?`$${t.toFixed(3)}`:`$${t.toFixed(2)}`}function lw(t){return t<1e3?String(t):t<1e4?`${(t/1e3).toFixed(1)}k`:`${Math.round(t/1e3)}k`}function uw(t){if(!t||t.type!=="retry")return;let e=t;return{attempt:e.attempt,message:e.message.length>60?`${e.message.slice(0,60)}...`:e.message,next:e.next}}function pw(t){if(!(!t||t.type!=="retry"))return ee(t.message)}function dw(t){return(t.info.summary?.diffs?.length??0)>0}var og=4e3;function ze(t,e=og){return t.length>e?`${t.slice(0,e)}
73
- \u2026`:t}function du(t){if(t!==void 0)try{return ze(JSON.stringify(t,null,2))}catch{return}}function G(...t){for(let e of t)if(typeof e=="string"&&e.length>0)return e}function Ee(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:void 0}function ag(t){let e=G(t.input?.query)??"";if(t.status==="error")return{kind:"web-search",query:e,error:t.error??"Search failed"};let n=Ee(t.outputParsed);if(!n)return{kind:"web-search",query:e};let s=(Array.isArray(n.results)?n.results:Array.isArray(n.images)?n.images:[]).slice(0,50).map(c=>{let u=Ee(c)??{};return{title:G(u.title)??"",url:G(u.url,u.link)??"",snippet:G(u.snippet,u.description,u.source)}});return{kind:"web-search",query:G(n.query)??e,results:s.length>0?s:void 0,answer:G(n.answer)}}var cg=/<exit_code>\s*(-?\d+)\s*<\/exit_code>/;function mu(t){let e=t.match(cg);return e?Number(e[1]):void 0}function lg(t,e,n){let r="",s=0;for(;;){let c=t.indexOf(e,s);if(c===-1)return r+t.slice(s);let u=t.indexOf(n,c+e.length);if(u===-1)return r+t.slice(s);r+=t.slice(s,c),s=u+n.length}}var ug=["<system_info>","</system_info>","<exit_code>","</exit_code>","<stderr_note>","</stderr_note>"];function pg(t){let e=-1;for(let n of ug){let r=t.indexOf(n);r!==-1&&(e===-1||r<e)&&(e=r)}return e===-1?t:t.slice(0,e)}var dg=/\x1B\[[\d;]*[A-Za-z]|\x1B\][^\x07]{0,512}\x07|\x1B[()#][A-Z0-9]|\x1B\[?[\d;]*[hl]|\x1B[>=<]|\x1B\[[?]?\d*[A-Z]|\x1B\[\d*[JKHG]|\x1B\[\d*;\d*[Hf]|\x1b\[[0-9;]*m/g;function gg(t){return t.replace(dg,"")}function mg(t){let e=G(t.input?.command)??"",n=t.output??"",r=mu(n),c=gg(pg(lg(n,"<bash_metadata>","</bash_metadata>"))).trim()||(t.status==="error"?t.error:void 0);return{kind:"shell",command:e,stdout:c||void 0,exitCode:r}}function zr(t){return G(t.input?.filePath,t.input?.file_path,t.input?.path)??""}function fg(t){let e=t.status==="error"?t.error:t.output&&ze(t.output)||void 0;return{kind:"file-read",path:zr(t),preview:e}}function yg(t){let e=G(t.input?.content),n=t.status==="error"?t.error:ze(e??t.output??"")||void 0;return{kind:"file-write",path:zr(t),preview:n}}var hg=256*1024;function bg(t,e){if(t.length+e.length>hg)return;let n=t.split(`
71
+ `;return r}function Ld(t,e){return`session-${t}.md`}function Y(t){if(!t)return"An error occurred";if(typeof t=="string"){let e=t.startsWith("Error: ")?t.slice(7):t;try{let n=JSON.parse(e);if(typeof n=="string"){e=n;try{let r=JSON.parse(e);return We(r)||e}catch{return e}}return We(n)||e}catch{return Gd(e)??e}}return typeof t=="object"?We(t)||"An error occurred":String(t)}function pu(t){let e=t.indexOf("{"),n=t.lastIndexOf("}");if(!(e===-1||n===-1||n<=e))return t.slice(e,n+1)}function Gd(t){let e=pu(t);if(e)try{return We(JSON.parse(e))}catch{return}}function We(t){if(typeof t!="object"||t===null||Array.isArray(t))return;let e=t;if(typeof e.message=="string"&&e.message)return e.message;if(typeof e.error=="string"&&e.error)return e.error;let n=e.data;if(typeof n?.message=="string")return n.message;let r=e.error;if(typeof r?.message=="string")return r.message}function Bd(t){if(!Array.isArray(t))return;let e=[];for(let n of t){if(!n||typeof n!="object"||Array.isArray(n))continue;let r=n;!Number.isInteger(r.attempt)||r.attempt<1||typeof r.provider!="string"||!r.provider||typeof r.route_model!="string"||!r.route_model||typeof r.resolved_model!="string"||!r.resolved_model||typeof r.stage!="string"||!r.stage||typeof r.code!="string"&&!(typeof r.code=="number"&&Number.isFinite(r.code))||typeof r.message!="string"||!r.message||r.status!==void 0&&(!Number.isInteger(r.status)||r.status<100||r.status>599)||e.push({attempt:r.attempt,provider:r.provider,routeModel:r.route_model,resolvedModel:r.resolved_model,stage:r.stage,...typeof r.status=="number"?{status:r.status}:{},code:r.code,message:r.message})}return e.length>0?e:void 0}function Jr(t){if(!(typeof t!="string"||!t))try{return JSON.parse(t)}catch{return}}function uu(t){let e=typeof t.provider=="string"&&t.provider?t.provider:void 0,n=typeof t.code=="string"&&t.code?t.code:void 0,r=typeof t.suggestion=="string"&&t.suggestion?t.suggestion:void 0,s=typeof t.upstream_status=="number"?t.upstream_status:void 0,c=typeof t.request_id=="string"&&t.request_id?t.request_id:void 0,u=Bd(t.attempt_failures);return!e&&!n&&!r&&s===void 0&&!c&&!u?void 0:{message:typeof t.message=="string"&&t.message||We(t)||"",provider:e,code:n,suggestion:r,upstreamStatus:s,requestId:c,attemptFailures:u}}function ae(t){if(t==null)return;if(typeof t=="string"){let u=t.startsWith("Error: ")?t.slice(7):t,p=Jr(u)??Jr(pu(u));return p!==void 0?ae(p):void 0}if(typeof t!="object")return;let e=t,n=uu(e);if(n)return n;let r=e.error;if(r&&typeof r=="object"&&!Array.isArray(r)){let u=uu(r);if(u)return u}let s=e.data;if(s&&typeof s.responseBody=="string"){let u=Jr(s.responseBody);if(u!==void 0){let p=ae(u);if(p)return p}}let c=e.cause;if(c&&typeof c=="object"){let u=c.body;if(u!==void 0){let p=ae(u);if(p)return p}}}var Kd={bash:{label:"Shell",category:"shell"},pty_spawn:{label:"Spawn Terminal",category:"shell"},pty_read:{label:"Terminal Output",category:"shell"},pty_write:{label:"Terminal Input",category:"shell"},pty_input:{label:"Terminal Input",category:"shell"},pty_kill:{label:"Kill Process",category:"shell"},read:{label:"Read File",category:"files"},list:{label:"List Directory",category:"files"},ls:{label:"List Directory",category:"files"},write:{label:"Write File",category:"edit"},edit:{label:"Edit File",category:"edit"},multiedit:{label:"Edit File",category:"edit"},morph_edit:{label:"Edit File",category:"edit"},apply_patch:{label:"Apply Patch",category:"edit"},patch:{label:"Apply Patch",category:"edit"},grep:{label:"Search Code",category:"search"},glob:{label:"Find Files",category:"search"},image_search:{label:"Image Search",category:"search"},session_search:{label:"Search Sessions",category:"search"},webfetch:{label:"Fetch Page",category:"web"},scrape_webpage:{label:"Scrape Page",category:"web"},websearch:{label:"Web Search",category:"web"},web_search:{label:"Web Search",category:"web"},image_gen:{label:"Generate Image",category:"web"},video_gen:{label:"Generate Video",category:"web"},task:{label:"Delegate to Agent",category:"task"},todowrite:{label:"Plan Tasks",category:"task"},todoread:{label:"Read Plan",category:"task"},question:{label:"Ask Question",category:"task"},presentation_gen:{label:"Presentation",category:"task"},show:{label:"Show Output",category:"task"},show_user:{label:"Show Output",category:"task"},prune:{label:"Prune Context",category:"other"},distill:{label:"Distill Context",category:"other"},compress:{label:"Compress Context",category:"other"},context_info:{label:"Context Info",category:"other"}},Nd=[{prefix:"pty_",category:"shell"},{prefix:"agent_",category:"task"},{prefix:"session_",category:"task"},{prefix:"task_",category:"task"},{prefix:"trigger_",category:"task"},{prefix:"project_",category:"task"}];function Hd(t){return t.replace(/^oc[-_]/,"")}function Et(t){return Hd(t).replace(/-/g,"_")}function Xr(t){return Et(t).split(/[_\s]+/).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}function Qr(t){let e=Et(t),n=Kd[e];if(n)return n;for(let{prefix:r,category:s}of Nd)if(e.startsWith(r))return{label:Xr(t),category:s};return{label:Xr(t),category:"other"}}var Wd=256*1024;function zd(t){switch(t.status){case"pending":return"pending";case"running":return"running";case"completed":return"done";case"error":return"error";default:return t}}function Vd(t){if(t===void 0)return{};if(t.length>Wd)return{outputText:t};try{return{outputParsed:JSON.parse(t),outputText:t}}catch{return{outputText:t}}}function Jd(t){if(typeof t!="object"||t===null||Array.isArray(t))return;let e=t,n=e.success===!1,r=e.error,s=typeof r=="string"&&r.length>0||typeof r=="object"&&r!==null;if(!(!n&&!s))return s?Y(r):typeof e.message=="string"&&e.message?e.message:"Tool reported failure"}function Xd(t,e){let n="title"in e?e.title:void 0,r=e.status==="completed"?e.output:void 0,{outputParsed:s,outputText:c}=Vd(r),u=zd(e),p=e.status==="error"?e.error:void 0;if(u==="done"){let g=Jd(s);g&&(u="error",p=g)}return{name:t,title:n||Qr(t).label,status:u,input:e.input,output:r,outputParsed:s,outputText:c,error:p}}function Qd(t){return{kind:"text",id:t.id,text:t.text,synthetic:!!t.synthetic}}function Yd(t){return{kind:"reasoning",id:t.id,text:t.text}}function Zd(t){return{kind:"tool",id:t.id,tool:Xd(t.tool,t.state)}}function eg(t){let e=t.mime;return{kind:"file",id:t.id,filename:t.filename,mime:e,url:t.url,isImage:e.startsWith("image/"),isPdf:e==="application/pdf"}}function tg(t){return{kind:"subtask",id:t.id,description:t.description,agent:t.agent,prompt:t.prompt,model:t.model}}function ng(t){return{kind:"patch",id:t.id,hash:t.hash,files:t.files,fileCount:t.files.length}}function rg(t){return{kind:"snapshot",id:t.id,snapshot:t.snapshot}}function sg(t){return{kind:"agent",id:t.id,name:t.name}}function ig(t){return{kind:"retry",id:t.id,attempt:t.attempt,message:Y(t.error),createdAt:t.time.created}}function og(t){return{kind:"compaction",id:t.id,auto:t.auto,overflow:!!t.overflow,tailStartId:t.tail_start_id}}function ag(t){return{kind:"step",id:t.id,phase:"start",snapshot:t.snapshot}}function cg(t){return{kind:"step",id:t.id,phase:"finish",snapshot:t.snapshot,reason:t.reason,cost:t.cost,tokens:t.tokens}}function du(t){switch(t.type){case"text":return Qd(t);case"reasoning":return Yd(t);case"tool":return Zd(t);case"file":return eg(t);case"subtask":return tg(t);case"patch":return ng(t);case"snapshot":return rg(t);case"agent":return sg(t);case"retry":return ig(t);case"compaction":return og(t);case"step-start":return ag(t);case"step-finish":return cg(t);default:return{kind:"unknown",raw:t}}}function lg(t){if(!t)return;let e=typeof t=="object"&&"name"in t&&typeof t.name=="string"?t.name:"Error",n=ae(t);return{name:e,message:n?.message||Y(t),provider:n?.provider,code:n?.code,suggestion:n?.suggestion,upstreamStatus:n?.upstreamStatus,requestId:n?.requestId,attemptFailures:n?.attemptFailures}}function ug(t){switch(t.kind){case"text":case"reasoning":return t.text.trim().length>0;case"step":return!1;default:return!0}}function pg(t){let e=t.parts.map(du),n=t.info.role==="assistant"?t.info.error:void 0,r=lg(n),s=!r&&!e.some(ug);return{parts:e,error:r,isEmpty:s}}function he(t){return t.type==="text"}function Yr(t){return t.type==="reasoning"}function ce(t){return t.type==="tool"}function dg(t){return t.type==="file"}function Kk(t){return t.type==="agent"}function Nk(t){return t.type==="compaction"}function Hk(t){return t.type==="snapshot"}function Wk(t){return t.type==="patch"}function zk(t){if(he(t)||Yr(t))return t.text}function gg(t){if(!dg(t))return!1;let e=t.mime;return e.startsWith("image/")||e==="application/pdf"}function Vk(t){let e=[],n=[];for(let r of t)gg(r)?e.push(r):n.push(r);return{attachments:e,stickyParts:n}}function Jk(t,e){let n=[];return t?.tool&&n.push(t.tool),e?.tool&&n.push(e.tool),n}function Xk(t,e,n){return n.some(r=>r.messageID===e&&r.callID===t.callID)}var mg=new Set(["todoread","context_info"]);function fg(t){return!mg.has(t.tool)}function Qk(t){let e=t.tool||"";if(e==="task"||e==="agent_spawn"||e==="agent-spawn"||e==="agent_message"||e==="agent-message"||e==="agent_task"||e==="agent-task"||e==="agent_task_update"||e==="agent-task-update"||e==="agent_task_message"||e==="agent-task-message"||e==="agent_task_start"||e==="agent-task-start"||e==="task_create"||e==="task-create"||e==="task_start"||e==="task-start"||e==="task_update"||e==="task-update"||e==="task_message"||e==="task-message"){let r=t.state?.metadata?.sessionId;if(typeof r=="string"&&r)return r;let s=t.state?.title;if(s){let u=s.match(/\bses_[a-zA-Z0-9]+/);if(u)return u[0]}let c=t.state?.output;if(c){let u=c.match(/\bses_[a-zA-Z0-9]+/);if(u)return u[0]}return}let n=t.tool?.replace(/-/g,"_")||"";if(n==="session_spawn"||n==="session_start_background"){let r=t.state?.output;if(r){let s=r.match(/\*?\*?Session:?\*?\*?\s*(ses_[a-zA-Z0-9]+)/);if(s)return s[1]}return}}function Yk(t){if(t)for(let e=t.length-1;e>=0;e--){let n=t[e]?.info;if(n?.role==="assistant"&&n.error)return Y(n.error)}}function Zk(t){let e=[];for(let n of t)if(n.info.role==="assistant")for(let r of n.parts)ce(r)&&fg(r)&&e.push(r);return e}function ew(t,e={}){switch(t){case"read":return{icon:"glasses",title:"Read",subtitle:yg(e.filePath)};case"list":return{icon:"list",title:"List",subtitle:hg(e.path)};case"glob":return{icon:"search",title:"Glob",subtitle:e.pattern};case"grep":return{icon:"search",title:"Grep",subtitle:e.pattern};case"webfetch":return{icon:"globe",title:"Web Fetch",subtitle:e.url};case"websearch":case"web-search":case"web_search":return{icon:"search",title:"Web Search",subtitle:e.query};case"scrape-webpage":return{icon:"globe",title:"Scrape",subtitle:e.urls?.split?.(",")[0]};case"image-search":return{icon:"image",title:"Image Search",subtitle:e.query};case"image-gen":return{icon:"image",title:"Image Gen",subtitle:e.prompt?.slice?.(0,40)};case"video-gen":return{icon:"cpu",title:"Video Gen",subtitle:e.prompt?.slice?.(0,40)};case"presentation-gen":{let n=e.action||"";return{icon:"presentation",title:{create_slide:"Create Slide",list_slides:"List Slides",preview:"Preview",export_pdf:"Export PDF",export_pptx:"Export PPTX"}[n]||"Presentation",subtitle:e.slide_title||e.presentation_name}}case"show":case"show-user":return{icon:"globe",title:"Output",subtitle:e.title||e.description};case"task":return{icon:"square-kanban",title:`Agent (${e.subagent_type||"task"})`,subtitle:bg(e)};case"session_spawn":case"session_start_background":case"session-spawn":case"session-start-background":case"oc-session_spawn":case"oc-session-spawn":case"oc-session_start_background":case"oc-session-start-background":return{icon:"square-kanban",title:`Worker (${e.agent||"KortixWorker"})`,subtitle:e.description||e.prompt?.slice(0,60)};case"bash":return{icon:"terminal",title:"Shell",subtitle:e.description};case"edit":case"morph_edit":return{icon:"file-pen",title:"Edit",subtitle:gu(e.filePath)};case"write":return{icon:"file-pen",title:"Write",subtitle:gu(e.filePath)};case"apply_patch":return{icon:"file-pen",title:"Patch",subtitle:e.files?.length?`${e.files.length} file${e.files.length>1?"s":""}`:void 0};case"todowrite":return{icon:"check-square",title:"Todos"};case"todoread":return{icon:"check-square",title:"Todos (read)"};case"question":return{icon:"message-circle",title:"Questions"};case"prune":return{icon:"scissors",title:"DCP Prune",subtitle:e.reason};case"distill":return{icon:"scissors",title:"DCP Distill"};case"compress":return{icon:"scissors",title:"DCP Compress",subtitle:e.topic};case"context_info":return{icon:"scissors",title:"Context Info"};case"session_read":case"session-read":case"oc-session_read":case"oc-session-read":return{icon:"glasses",title:`Session Read (${e.mode||"summary"})`,subtitle:e.session_id?.slice(-12)};case"session_search":case"session-search":case"oc-session_search":case"oc-session-search":return{icon:"search",title:"Session Search",subtitle:e.query};case"session_message":case"session-message":case"oc-session_message":case"oc-session-message":return{icon:"message-circle",title:"Message \u2192 Session",subtitle:e.session_id?.slice(-12)};case"session_lineage":case"session-lineage":case"oc-session_lineage":case"oc-session-lineage":return{icon:"list-tree",title:"Session Lineage",subtitle:e.session_id?.slice(-12)};case"session_list_background":case"session-list-background":case"session_list_spawned":case"session-list-spawned":case"oc-session_list_background":case"oc-session-list-background":case"oc-session_list_spawned":case"oc-session-list-spawned":return{icon:"layers",title:"Background Sessions",subtitle:e.project||"all"};case"session_stats":case"session-stats":case"oc-session_stats":case"oc-session-stats":return{icon:"layers",title:"Session Stats",subtitle:e.session_id?.slice(-12)||"current"};case"session_list":case"session-list":case"oc-session_list":case"oc-session-list":return{icon:"list",title:"Session List",subtitle:e.search};case"session_get":case"session-get":case"oc-session_get":case"oc-session-get":return{icon:"book-open",title:"Session Get",subtitle:e.session_id?.slice(-12)};case"session_context":case"session-context":case"oc-session_context":case"oc-session-context":return{icon:"book-open",title:"Session Context",subtitle:e.session_id?.slice(-12)};case"project_delete":case"project-delete":case"oc-project_delete":case"oc-project-delete":return{icon:"trash-2",title:"Workspace Delete Disabled",subtitle:e.project};case"project_list":case"project-list":case"oc-project_list":case"oc-project-list":return{icon:"folder",title:"Projects"};case"project_get":case"project-get":case"oc-project_get":case"oc-project-get":case"project_update":case"project-update":case"oc-project_update":case"oc-project-update":return{icon:"folder",title:"Project",subtitle:e.name||e.project};case"project_select":case"project-select":case"oc-project_select":case"oc-project-select":return{icon:"folder",title:"Project Select",subtitle:e.project};case"project_create":case"project-create":case"oc-project_create":case"oc-project-create":return{icon:"folder-plus",title:"Project Create",subtitle:e.name};case"triggers":case"trigger_create":case"trigger-create":case"oc-trigger_create":case"oc-trigger-create":return{icon:"clock",title:"Create Trigger",subtitle:e.name};case"trigger_list":case"trigger-list":case"oc-trigger_list":case"oc-trigger-list":return{icon:"clock",title:"List Triggers"};case"trigger_get":case"trigger-get":case"oc-trigger_get":case"oc-trigger-get":return{icon:"clock",title:"Trigger Details",subtitle:e.name||e.id};case"trigger_delete":case"trigger-delete":case"oc-trigger_delete":case"oc-trigger-delete":return{icon:"clock",title:"Delete Trigger",subtitle:e.name||e.id};case"trigger_update":case"trigger-update":case"oc-trigger_update":case"oc-trigger-update":return{icon:"clock",title:"Update Trigger",subtitle:e.name||e.id};case"trigger_test":case"trigger-test":case"oc-trigger_test":case"oc-trigger-test":return{icon:"clock",title:"Test Trigger",subtitle:e.name||e.id};case"trigger_pause":case"trigger-pause":case"oc-trigger_pause":case"oc-trigger-pause":return{icon:"clock",title:"Pause Trigger",subtitle:e.name||e.id};case"trigger_resume":case"trigger-resume":case"oc-trigger_resume":case"oc-trigger-resume":return{icon:"clock",title:"Resume Trigger",subtitle:e.name||e.id};case"agent_spawn":case"agent-spawn":return{icon:"cpu",title:`Agent (${e.agent_type||"worker"})`,subtitle:e.description};case"agent_message":case"agent-message":return{icon:"message-circle",title:"Agent Message",subtitle:e.agent_id};case"agent_stop":case"agent-stop":return{icon:"ban",title:"Agent Stop",subtitle:e.agent_id};case"agent_status":case"agent-status":return{icon:"layers",title:"Agent Status"};case"agent_task":case"agent-task":case"oc-agent_task":case"oc-agent-task":return{icon:"check-square",title:"Create Task",subtitle:e.title};case"agent_task_update":case"agent-task-update":case"oc-agent_task_update":case"oc-agent-task-update":return{icon:"check-square",title:"Update Task",subtitle:e.task_id};case"agent_task_list":case"agent-task-list":case"oc-agent_task_list":case"oc-agent-task-list":return{icon:"check-square",title:"List Tasks"};case"agent_task_get":case"agent-task-get":case"oc-agent_task_get":case"oc-agent-task-get":return{icon:"check-square",title:"Task Details",subtitle:e.task_id};case"task_create":case"task-create":return{icon:"plus",title:"Create Task",subtitle:e.title};case"task_list":case"task-list":return{icon:"list",title:"Tasks",subtitle:e.status||"all"};case"task_update":case"task-update":return{icon:"refresh-cw",title:"Update Task",subtitle:e.id};case"task_done":case"task-done":return{icon:"check-circle",title:"Task Done",subtitle:e.id};case"task_delete":case"task-delete":return{icon:"trash-2",title:"Delete Task",subtitle:e.id};case"pty_spawn":return{icon:"terminal",title:"Spawn",subtitle:e.title||e.command};case"pty_read":return{icon:"terminal",title:"Terminal Output",subtitle:e.id};case"pty_write":case"pty_input":return{icon:"terminal",title:"Terminal Input",subtitle:e.id};case"pty_kill":return{icon:"terminal",title:"Kill Process",subtitle:e.id};default:return{icon:"cpu",title:t}}}function yg(t){if(!t)return;let e=t.split("/");return e[e.length-1]||t}function gu(t){if(!t)return;let e=t.split("/"),n=e[e.length-1]||t;if(e.length<=1)return n;let r=e[e.length-2];return r?`${n} /${r}`:n}function hg(t){if(!t)return;let e=t.lastIndexOf("/");if(!(e<0))return t.slice(0,e)||"/"}function tw(t,e){if(!e)return t;if(t.startsWith(e)){let n=t.slice(e.length);return n.startsWith("/")?n.slice(1):n}return t}function ze(t,e=120){if(typeof t!="string")return"";let n=t.split(`
72
+ `).map(r=>r.trim()).find(Boolean);return n?n.length>e?`${n.slice(0,e).trim()}\u2026`:n:""}function bg(t){let e=ze(t.description);if(e)return e;let n=ze(t.title,80);if(n)return n;let r=ze(t.message);if(r)return r;let s=ze(t.prompt);if(s)return s;let c=ze(t.agent_id,40);return c?`Agent ${c}`:"Worker task"}function nw(t,e){return!t||!e?[]:(t[e]??[]).filter(r=>r.severity===1).slice(0,3)}function rw(t,e){return t.find(n=>n.tool?.callID===e)}function sw(t,e){return t.find(n=>n.tool?.callID===e)}var xg=/\x1B\[[\d;]*[A-Za-z]|\x1B\][^\x07]{0,512}\x07|\x1B[()#][A-Z0-9]|\x1B\[?[\d;]*[hl]|\x1B[>=<]|\x1B\[[?]?\d*[A-Z]|\x1B\[\d*[JKHG]|\x1B\[\d*;\d*[Hf]|\x1b\[[0-9;]*m/g;function iw(t){return t?t.replace(xg,""):""}function cw(t){let e=[],n=new Map;for(let s of t)if(s.info.role==="user"){if(n.has(s.info.id))continue;let c={userMessage:s,assistantMessages:[]};e.push(c),n.set(s.info.id,c)}let r=null;for(let s of t){if(s.info.role==="user"){r=n.get(s.info.id)??null;continue}if(s.info.role!=="assistant")continue;let c=s.info;if(c.parentID){let p=n.get(c.parentID);if(p){p.assistantMessages.push(s);continue}}if(r){r.assistantMessages.push(s);continue}if(e.length>0){e[0].assistantMessages.unshift(s);continue}let u={userMessage:s,assistantMessages:[]};e.push(u)}return e}function lw(t){let e=[];for(let n of t.assistantMessages)for(let r of n.parts)e.push({part:r,message:n});return e}function uw(t){for(let e=t.length-1;e>=0;e--){let n=t[e].part;if(he(n)&&n.text?.trim())return n}}function pw(t){return t.some(({part:e})=>e.type==="tool"||e.type==="compaction"||e.type==="snapshot"||e.type==="patch")}function dw(t,e,n){if(n)return[];let r=[];for(let s of t.assistantMessages)for(let c of s.parts){if(!ce(c))continue;let u=c,p=u.state?.metadata?.answers;u.tool==="question"&&(p?.length??0)>0&&r.push({part:c,message:s})}return r}function gw(t){let e=new Map;for(let n of t){if(!n.parentID)continue;let r=e.get(n.parentID);r?r.push(n.id):e.set(n.parentID,[n.id])}return e}function mw(t){let e=t-6e4;return(n,r)=>{let s=n.time.updated??n.time.created,c=r.time.updated??r.time.created,u=s>e,p=c>e;return u&&p?n.id<r.id?-1:n.id>r.id?1:0:u&&!p?-1:!u&&p?1:c-s}}function _g(t,e){let n=t.get(e);if(!n||n.length===0)return[];let r=[];for(let s of n)r.push(s),r.push(..._g(t,s));return r}function Pg(t){let e=t.userMessage.parts;if(e.length===0||!e.every(c=>he(c)&&c.synthetic)||t.assistantMessages.length!==1)return!1;let r=t.assistantMessages[0].parts;if(r.length!==1)return!1;let s=r[0];return ce(s)&&s.tool==="bash"}function hw(t){if(Pg(t))return t.assistantMessages[0].parts[0]}function Pw(t,e){for(let n=e.length-1;n>=0;n--)if(e[n].info.role==="user")return e[n].info.id===t;return!1}function kw(t,e){return!e||!t?!1:t.type!=="idle"}function ww(t,e){return!t&&!!e}function Sw(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return Y(n.error)}}function vw(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return ae(n.error)}}function mu(t){if(t){if(ce(t))switch(t.tool){case"task":case"session_spawn":case"session_start_background":case"session-spawn":case"session-start-background":return"Delegating to agent...";case"agent_spawn":case"agent-spawn":case"agent_task":case"agent-task":return"Delegating to agent...";case"agent_task_update":case"agent-task-update":case"task_update":case"task-update":return"Updating task...";case"agent_message":case"agent-message":case"agent_task_message":case"agent-task-message":case"task_message":case"task-message":return"Messaging agent...";case"task_create":case"task-create":case"task_start":case"task-start":return"Creating task...";case"task_list":case"task-list":return"Listing tasks...";case"task_done":case"task-done":return"Updating task...";case"todowrite":case"todoread":return"Planning...";case"read":return"Gathering context...";case"list":case"grep":case"glob":return"Searching codebase...";case"webfetch":case"scrape-webpage":return"Fetching web page...";case"websearch":case"web-search":case"web_search":return"Searching web...";case"image-search":return"Searching images...";case"image-gen":return"Generating image...";case"video-gen":return"Generating video...";case"presentation-gen":return"Creating presentation...";case"show":case"show-user":return"Showing output...";case"edit":case"write":case"morph_edit":return"Making edits...";case"bash":return"Running commands...";case"apply_patch":return"Applying patches...";case"prune":return"Pruning context...";case"distill":return"Distilling context...";case"compress":return"Compressing context...";case"context_info":return"Updating context info...";default:return`Running ${t.tool}...`}if(Yr(t)){let e=t.text?.trimStart();if(e){let n=e.match(/^\*\*(.+?)\*\*/);if(n)return`Thinking about ${n[1].trim()}...`}return"Thinking..."}if(he(t))return"Gathering thoughts..."}}function Cw(t,e){for(let n=t.length-1;n>=0;n--){let r=t[n].part,s=ce(r)?r:void 0;if(s&&(s.tool==="task"||s.tool==="agent_task"||s.tool==="agent-task"||s.tool==="task_create"||s.tool==="task-create"||s.tool==="task_start"||s.tool==="task-start")&&s.state.status==="running"&&e&&e.length>0){for(let u=e.length-1;u>=0;u--){let p=e[u];if(p.info.role==="assistant")for(let g=p.parts.length-1;g>=0;g--){let f=mu(p.parts[g]);if(f)return f}}return"Delegating to agent..."}let c=mu(r);if(c)return c}return"Considering next steps..."}function Rw(t){if(!Number.isFinite(t)||t<1e3)return"";let e=Math.floor(t/1e3);if(e<60)return`${e}s`;let n=Math.floor(e/60),r=e%60;return r>0?`${n}m ${r}s`:`${n}m`}var fu=1.2;function yu(t,e){if(!t)return 0;let n=t.input??0,r=(t.output??0)+(t.reasoning??0),s=t.cache?.read??0,c=t.cache?.write??0,u=Math.max(0,n-s-c),g=[...e.tiers??[],...e.contextOver200k?[e.contextOver200k]:[]].filter(m=>n>m.contextThreshold).sort((m,_)=>_.contextThreshold-m.contextThreshold)[0]??e,f=u/1e6*g.inputPer1M;return f+=r/1e6*g.outputPer1M,s>0&&(f+=s/1e6*(g.cacheReadPer1M??g.inputPer1M)),c>0&&(f+=c/1e6*(g.cacheWritePer1M??g.inputPer1M)),f}function hu(t,e,n,r){let s=t.cost||0;if(s>0)return s;if(!r||!e||!n)return 0;let c=r(e,n);return c?yu(t.tokens,c):0}function bu(t){if(t.role!=="assistant")return{};let e=t;return{providerID:e.providerID,modelID:e.modelID}}function Tw(t,e){let n=0,r=0,s=0,c=0,u=0,p=0,g=!1;for(let{part:f,message:m}of t)if(f.type==="step-finish"){g=!0;let _=f,{providerID:x,modelID:I}=bu(m.info);n+=hu(_,x,I,e),r+=_.tokens?.input||0,s+=_.tokens?.output||0,c+=_.tokens?.reasoning||0,u+=_.tokens?.cache?.read||0,p+=_.tokens?.cache?.write||0}if(!g)for(let{message:f}of t){if(f.info.role!=="assistant")continue;let m=f.info,_=xu(m,e);if(_<=0)continue;g=!0,n+=_;let x=m.tokens;x&&(r+=x.input??0,s+=x.output??0,c+=x.reasoning??0,u+=x.cache?.read??0,p+=x.cache?.write??0)}if(g)return{cost:n*fu,tokens:{input:r,output:s,reasoning:c,cacheRead:u,cacheWrite:p}}}function xu(t,e){if(!e||!t.providerID||!t.modelID||!t.tokens)return 0;let n=e(t.providerID,t.modelID);return n?yu({input:t.tokens.input,output:t.tokens.output,reasoning:t.tokens.reasoning,cache:t.tokens.cache},n):0}function Aw(t,e){let n=0;for(let r of t){if(r.info?.role!=="assistant")continue;let s=r.info,{providerID:c,modelID:u}=bu(s),p=0,g=!1;for(let f of r.parts)f.type==="step-finish"&&(g=!0,p+=hu(f,c,u,e));g||(p+=xu(s,e)),n+=p}return n*fu}function Iw(t){return t===0?"$0.00":t<.001?`$${t.toFixed(4)}`:t<.01?`$${t.toFixed(3)}`:`$${t.toFixed(2)}`}function jw(t){return t<1e3?String(t):t<1e4?`${(t/1e3).toFixed(1)}k`:`${Math.round(t/1e3)}k`}function Ew(t){if(!t||t.type!=="retry")return;let e=t,n=Y(e.message);return{attempt:e.attempt,message:n.length>60?`${n.slice(0,60)}...`:n,next:e.next,details:ae(e.message)}}function $w(t){if(!(!t||t.type!=="retry"))return Y(t.message)}function qw(t){return(t.info.summary?.diffs?.length??0)>0}var kg=4e3;function Ve(t,e=kg){return t.length>e?`${t.slice(0,e)}
73
+ \u2026`:t}function _u(t){if(t!==void 0)try{return Ve(JSON.stringify(t,null,2))}catch{return}}function G(...t){for(let e of t)if(typeof e=="string"&&e.length>0)return e}function $e(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:void 0}function wg(t){let e=G(t.input?.query)??"";if(t.status==="error")return{kind:"web-search",query:e,error:t.error??"Search failed"};let n=$e(t.outputParsed);if(!n)return{kind:"web-search",query:e};let s=(Array.isArray(n.results)?n.results:Array.isArray(n.images)?n.images:[]).slice(0,50).map(c=>{let u=$e(c)??{};return{title:G(u.title)??"",url:G(u.url,u.link)??"",snippet:G(u.snippet,u.description,u.source)}});return{kind:"web-search",query:G(n.query)??e,results:s.length>0?s:void 0,answer:G(n.answer)}}var Sg=/<exit_code>\s*(-?\d+)\s*<\/exit_code>/;function ku(t){let e=t.match(Sg);return e?Number(e[1]):void 0}function vg(t,e,n){let r="",s=0;for(;;){let c=t.indexOf(e,s);if(c===-1)return r+t.slice(s);let u=t.indexOf(n,c+e.length);if(u===-1)return r+t.slice(s);r+=t.slice(s,c),s=u+n.length}}var Cg=["<system_info>","</system_info>","<exit_code>","</exit_code>","<stderr_note>","</stderr_note>"];function Rg(t){let e=-1;for(let n of Cg){let r=t.indexOf(n);r!==-1&&(e===-1||r<e)&&(e=r)}return e===-1?t:t.slice(0,e)}var Tg=/\x1B\[[\d;]*[A-Za-z]|\x1B\][^\x07]{0,512}\x07|\x1B[()#][A-Z0-9]|\x1B\[?[\d;]*[hl]|\x1B[>=<]|\x1B\[[?]?\d*[A-Z]|\x1B\[\d*[JKHG]|\x1B\[\d*;\d*[Hf]|\x1b\[[0-9;]*m/g;function Ag(t){return t.replace(Tg,"")}function Ig(t){let e=G(t.input?.command)??"",n=t.output??"",r=ku(n),c=Ag(Rg(vg(n,"<bash_metadata>","</bash_metadata>"))).trim()||(t.status==="error"?t.error:void 0);return{kind:"shell",command:e,stdout:c||void 0,exitCode:r}}function es(t){return G(t.input?.filePath,t.input?.file_path,t.input?.path)??""}function jg(t){let e=t.status==="error"?t.error:t.output&&Ve(t.output)||void 0;return{kind:"file-read",path:es(t),preview:e}}function Eg(t){let e=G(t.input?.content),n=t.status==="error"?t.error:Ve(e??t.output??"")||void 0;return{kind:"file-write",path:es(t),preview:n}}var $g=256*1024;function qg(t,e){if(t.length+e.length>$g)return;let n=t.split(`
74
74
  `),r=e.split(`
75
- `),s=0;for(;s<n.length&&s<r.length&&n[s]===r[s];)s++;let c=n.length,u=r.length;for(;c>s&&u>s&&n[c-1]===r[u-1];)c--,u--;let p=[];for(let g=0;g<s;g++)p.push({type:"unchanged",text:n[g]});for(let g=s;g<c;g++)p.push({type:"removed",text:n[g]});for(let g=s;g<u;g++)p.push({type:"added",text:r[g]});for(let g=c;g<n.length;g++)p.push({type:"unchanged",text:n[g]});return p}function xg(t){let e=G(t.input?.oldString),n=G(t.input?.newString),r=e!==void 0&&n!==void 0?bg(e,n):void 0;return{kind:"file-edit",path:zr(t),diff:r}}var fu=/^Found\s+(\d+)\s+match/i,_g=/^(\/[^:]+?):\s*/,gu=/Line\s+(\d+):/g;function Pg(t){let e=t.trim(),n=e.match(fu),r=n?e.slice(n[0].length).trim():e;if(!r)return[];let s=[];for(let c of r.split(/\n\n+/)){let u=c.trim();if(!u)continue;let p=u.match(_g);if(!p)continue;let g=p[1],f=u.slice(p[0].length),m=[],_;for(gu.lastIndex=0;(_=gu.exec(f))!==null;)m.push({line:Number(_[1]),contentStart:_.index+_[0].length,headerStart:_.index});for(let x=0;x<m.length;x++){let I=x+1<m.length?m[x+1].headerStart:f.length,T=f.slice(m[x].contentStart,I).trim();s.push({path:g,line:m[x].line,content:T.endsWith(";")?T.slice(0,-1):T})}}return s}function kg(t){return t.trim().split(`
76
- `).map(e=>e.trim()).filter(e=>e.startsWith("/")||e.startsWith("./")||e.startsWith("~")).map(e=>({path:e}))}function wg(t){let e=G(t.input?.pattern,t.input?.query)??"";if(t.status==="error"||!t.output)return{kind:"search",pattern:e};let n=fu.test(t.output.trim())?Pg(t.output):kg(t.output);return{kind:"search",pattern:e,matches:n.length>0?n.slice(0,200):void 0}}function Sg(t){let e=G(t.input?.description,t.input?.title,t.input?.prompt)??t.title,n=G(t.input?.subagent_type,t.input?.agent);return{kind:"task",description:e,agent:n}}function Wr(t){let e=Ee(t)??{};return{content:G(e.content)??"",status:G(e.status)??"pending",priority:G(e.priority)}}function vg(t){let e=t.input?.todos;if(Array.isArray(e))return{kind:"todo",items:e.map(Wr)};if(Array.isArray(t.outputParsed))return{kind:"todo",items:t.outputParsed.map(Wr)};let n=Ee(t.outputParsed);return n&&Array.isArray(n.todos)?{kind:"todo",items:n.todos.map(Wr)}:{kind:"todo",items:[]}}function Cg(t){return{kind:"question",questions:(Array.isArray(t.input?.questions)?t.input.questions:[]).map(r=>{let s=Ee(r)??{},u=(Array.isArray(s.options)?s.options:[]).flatMap(p=>{let g=Ee(p),f=g&&G(g.label);return f?[{label:f,description:g?G(g.description):void 0}]:[]});return{question:G(s.question)??"",header:G(s.header),options:u}})}}function Rg(t){let n=t.input&&Object.keys(t.input).length>0?du(t.input):void 0,r;return t.outputParsed!==void 0?r=typeof t.outputParsed=="string"?ze(t.outputParsed):du(t.outputParsed):t.outputText!==void 0?r=ze(t.outputText):r=t.error,{kind:"generic",label:t.title,inputPretty:n,outputPretty:r}}function Tg(t){switch(It(t.name)){case"web_search":case"websearch":case"image_search":return ag(t);case"bash":return mg(t);case"read":return fg(t);case"write":return yg(t);case"edit":case"morph_edit":return xg(t);case"grep":case"glob":return wg(t);case"task":return Sg(t);case"todowrite":return vg(t);case"question":case"ask":return Cg(t);default:return Rg(t)}}function jt(t){try{return typeof process<"u"?process.env?.[t]:void 0}catch{return}}function Ag(t,e){if(t==null)return e;let n=t.trim().toLowerCase();return["1","true","yes","y","on"].includes(n)?!0:["0","false","no","n","off"].includes(n)?!1:e}function xw(t){if(t==null)return;let e=t.trim().toLowerCase();if(["1","true","yes","y","on"].includes(e))return!0;if(["0","false","no","n","off"].includes(e))return!1}function Vr(t,e,n){return t!==void 0?t:Ag(jt(e),n)}var _w={get disableMobileAdvertising(){return Vr($().featureFlags?.disableMobileAdvertising,"NEXT_PUBLIC_DISABLE_MOBILE_ADVERTISING",!1)},get enableDinoGame(){return Vr($().featureFlags?.enableDinoGame,"NEXT_PUBLIC_ENABLE_DINO_GAME",!1)},get enableProjects(){return Vr($().featureFlags?.enableProjects,"NEXT_PUBLIC_ENABLE_PROJECTS",!1)},get enableAutoModel(){return!1}};var Et="kortix-active-instance",Ig=["/dashboard","/agents","/p","/workspace","/settings","/browser","/desktop","/services","/sessions","/terminal","/files","/scheduled-tasks","/commands","/tools","/configuration","/changelog","/legacy","/credits-explained"];function jg(t){return Ig.some(e=>t===e||t.startsWith(`${e}/`))}function Ve(t){let e=t.match(/^\/instances\/([^/]+)(?:\/(.*))?$/);if(!e)return null;let n=decodeURIComponent(e[1]),r=e[2]??"";return{instanceId:n,innerPath:r?`/${r}`:""}}function kw(t){let e=Ve(t);return!!e&&e.innerPath===""}function ww(t){let e=Ve(t);return!e||!e.innerPath?t:e.innerPath}function Eg(t,e){if(!t)return e;if(e.startsWith("/")||(e=`/${e}`),e.startsWith("/instances/")){let n=Ve(e);return n?`/instances/${encodeURIComponent(t)}${n.innerPath}`:e}return jg(e)?`/instances/${encodeURIComponent(t)}${e}`:e}function $g(t){return t?Ve(t)?.instanceId??null:null}function Sw(){return typeof window>"u"?null:$g(window.location.pathname)||qg()}function qg(){if(typeof document>"u")return null;let t=document.cookie.match(new RegExp(`(?:^|; )${Et}=([^;]+)`));return t?decodeURIComponent(t[1]):null}function vw(t){if(typeof document>"u")return;let e=n=>{document.cookie=n};if(typeof window<"u"&&window.location.pathname.startsWith("/projects")){e(`${Et}=; Max-Age=0; Path=/; SameSite=Lax`);return}if(!t){e(`${Et}=; Max-Age=0; Path=/; SameSite=Lax`);return}e(`${Et}=${encodeURIComponent(t)}; Path=/; SameSite=Lax`)}function Cw(t,e){return e?Eg(e,t):t}function Rw(t){let e=Ve(t);return e?e.innerPath||"/dashboard":t}function yu(t){if(t instanceof Error)return t.message;if(typeof t=="string")return t;if(t&&typeof t=="object")try{return JSON.stringify(t)}catch{return String(t)}return String(t??"")}function Dg(t){let e=yu(t).trim();if(!e)return null;let n=[e,e.replace(/^Failed to perform action:\s*/i,"").trim()],r=e.indexOf("{");r>=0&&n.push(e.slice(r));for(let s of n)if(s)try{return JSON.parse(s)}catch{}return null}function hu(t){let e=Dg(t);if(!e||typeof e!="object")return null;let n=e;return n.name==="ConfigInvalidError"?n:null}function Aw(t){return hu(t)!==null}function Mg(t){let e=hu(t);if(e){let s=(e.data?.path??"OpenCode config").replace(/^\/workspace\//,""),c=e.data?.issues?.[0]?.message,u=e.data?.issues?.[0]?.path?.join("."),p=u?.startsWith("permission")?"Remove the invalid permission frontmatter entry or replace it with valid OpenCode permission config.":"Fix the invalid config entry, then restart this session.";return{title:"OpenCode config is invalid",message:`${s} is preventing OpenCode from loading. ${p}`,detail:c?`${u?`${u}: `:""}${c}`:void 0}}let n=yu(t);return/sandbox not ready \(status: stopped\)/.test(n)?{title:"Session is waking up",message:"This session slept to save compute. Your conversation is safe \u2014 sending a message wakes it back up."}:{title:"OpenCode failed to load",message:n||"The sandbox is running, but OpenCode returned an error."}}function W(){let t=jt("BACKEND_URL")||$().backendUrl;return t||"http://localhost:8008/v1"}function Je(t){if(typeof t=="string"){let e=t.trim();return e.length>0?e:void 0}if(Array.isArray(t)){for(let e of t){let n=Je(e);if(n)return n}return}if(t&&typeof t=="object"){let e=t;return Je(e.sandboxId??e.id??e.slug??Object.values(e)[0])}}var bu=["http://localhost:8008/v1","http://127.0.0.1:8008/v1"];function xu(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return`${t.slice(0,e)}/platform/local-bridge/status`}function Ug(t){return t==="running"||t==="active"?"active":t==="queued"||t==="branching"||t==="provisioning"?"provisioning":t==="failed"||t==="error"?"error":t==="stopped"||t==="completed"||t==="archived"?"stopped":t||"unknown"}function Jr(t,e,n){let r=n?.external_id||e.sandbox_url?.match(/\/p\/([^/]+)\//)?.[1]||e.sandbox_id;return{sandbox_id:n?.sandbox_id||e.sandbox_id||e.session_id,external_id:r,name:e.name||`${t.name} session`,provider:n?.provider||e.sandbox_provider||"daytona",base_url:n?.base_url||e.sandbox_url||(n?.external_id?`${W()}/p/${n.external_id}/${ie.KORTIX_MASTER}`:""),status:Ug(n?.status||e.status),metadata:{...e.metadata??{},project_id:t.project_id,session_id:e.session_id,project_name:t.name,runtime_status:n?.status,error:e.error},created_at:n?.created_at||e.created_at,updated_at:n?.updated_at||e.updated_at}}async function Xr(){let t=await Ie(),e=[];for(let n of t){let r=await Be(n.project_id).catch(()=>[]);for(let s of r)e.push({project:n,session:s,runtime:null,sandbox:Jr(n,s,null)})}return e.sort((n,r)=>{let s={active:0,provisioning:1,stopped:2,error:3},c=(s[n.sandbox.status]??99)-(s[r.sandbox.status]??99);return c!==0?c:Date.parse(r.sandbox.updated_at)-Date.parse(n.sandbox.updated_at)})}async function he(t){let e=await Xr();return t?e.find(n=>n.sandbox.sandbox_id===t||n.sandbox.external_id===t||n.session.session_id===t||n.runtime?.external_id===t)??null:e[0]??null}async function $t(t,e={}){let n={"Content-Type":"application/json",...e.headers},r=e.signal??AbortSignal.timeout(3e4),s=await q(`${W()}${t}`,{...e,headers:n,signal:r}),c=await s.text().catch(()=>{}),u;if(c)try{u=JSON.parse(c)}catch{}if(!s.ok){let p=u?.error||u?.message||u?.detail||c||`Platform API error ${s.status}`,g=new R(p,{status:s.status,code:u?.code||u?.error_code||String(s.status),details:u??(c?{rawText:c}:void 0),response:s,endpoint:t});throw s.status===402&&(g=Se(Object.assign(g,{response:s,status:s.status,data:u}))),g}return u}function _u(t){if(!t.external_id){if(t.base_url)return t.base_url;throw new Error(`Cannot build sandbox URL: missing external_id for ${t.provider} sandbox "${t.sandbox_id}"`)}return`${W()}/p/${t.external_id}/${ie.KORTIX_MASTER}`}function Lw(t,e){return t.external_id?`${W()}/p/${t.external_id}/${e}`:null}async function Ww(){let t=await i.get("/setup/sandbox-providers");if(t.error)throw t.error;return t.data}async function Og(t){let e=await he();if(e)return{sandbox:e.sandbox,created:!1};let r=(await Ie())[0];if(!r)throw new Error("Create a project before starting a sandbox");let s=await Ke(r.project_id,{...t?.provider?{provider:t.provider}:{}}),c=(await je(r.project_id,s.session_id))?.sandbox??null;return{sandbox:Jr(r,s,c),created:!0}}async function zw(){return(await he().catch(()=>null))?.sandbox??null}async function Vw(t){return{sandbox:(await Og(t)).sandbox}}async function Jw(t){let e=Je(t);return e?(await he(e).catch(()=>null))?.sandbox??null:null}async function Xw(t,e){throw await he(t)?new Error("Renaming project-session sandboxes is not exposed by the current API"):new Error("Project session sandbox not found")}async function Qw(t){let e=Je(t);return(await Xr().catch(()=>[])).map(r=>r.sandbox).filter(r=>!e||r.sandbox_id===e||r.external_id===e)}async function Yw(){if(typeof window>"u")return null;let t=W(),e=Array.from(new Set([t,...bu]));for(let n of e)try{let r=await fetch(xu(n),{method:"GET",signal:AbortSignal.timeout(1500),headers:{Accept:"application/json"}});if(!r.ok)continue;let s=await r.json();if(!s.success||s.status!=="ready"||!s.data?.sandbox_id)continue;return s.data}catch{continue}return null}async function Zw(t){if(!t)throw new Error("No sandbox selected for workload restart");let e=await he(t);if(!e)throw new Error("Project session sandbox not found");await Pt(e.project.project_id,e.session.session_id)}async function eS(t){if(!t)throw new Error("No sandbox selected to stop");let e=await he(t);if(!e)throw new Error("Project session sandbox not found");await kt(e.project.project_id,e.session.session_id)}async function tS(t){throw new Error("Cancellation is not exposed for project-session sandboxes")}async function nS(t){throw new Error("Reactivation is not exposed for project-session sandboxes")}async function aS(t){throw new Error("Sandbox members moved to project access; use project members for project-session sandboxes")}async function cS(t,e,n="member"){throw new Error("Sandbox members moved to project access; invite the user to the project instead")}async function lS(t,e){throw new Error("Sandbox members moved to project access; update project access instead")}async function uS(t,e,n){throw new Error("Sandbox members moved to project access; update project access instead")}async function pS(t,e,n){throw new Error("Sandbox member spend caps are not exposed for project-session sandboxes")}async function dS(t){throw new Error("Sandbox scopes moved to project access for project-session sandboxes")}async function gS(t,e){throw new Error("Sandbox scopes moved to project access for project-session sandboxes")}async function mS(t,e,n,r){throw new Error("Sandbox scopes moved to project access for project-session sandboxes")}async function Qr(t,e,n){let r=_u(t),s=await q(`${ve(r)}${e}`,{signal:AbortSignal.timeout(8e3),headers:{"Content-Type":"application/json"},...n});if(!s.ok){let c=await s.text().catch(()=>"");throw new Error(c||`Request failed (${s.status})`)}return await s.json()}async function fS(t,e){return Qr(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"GET"})}async function yS(t,e,n,r="member"){await Qr(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"POST",body:JSON.stringify({user_id:n,role:r})})}async function hS(t,e,n){await Qr(t,`/kortix/projects/${encodeURIComponent(e)}/members/${encodeURIComponent(n)}`,{method:"DELETE"})}async function bS(t,e){throw new Error("Sandbox invites moved to project access for project-session sandboxes")}async function PS(t){let e=await $t(`/platform/invites/${encodeURIComponent(t)}`,{method:"GET"});if(!e.success||!e.data)throw new Error(e.error||"Invite not found");return e.data}async function kS(t){let e=await $t(`/platform/invites/${encodeURIComponent(t)}/accept`,{method:"POST"});if(!e.success||!e.data)throw new Error(e.error||"Failed to accept invite");return e.data}async function wS(t){let e=await $t(`/platform/invites/${encodeURIComponent(t)}/decline`,{method:"POST"});if(!e.success)throw new Error(e.error||"Failed to decline invite")}async function vS(t){throw new Error("Backups are not exposed for project-session sandboxes")}async function CS(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function RS(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function TS(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function IS(t){throw new Error("SSH setup is not exposed for project-session sandboxes")}async function jS(t){throw new Error("SSH connection details are not exposed for project-session sandboxes")}var Fg=["pulling","patching","stopping","removing","recreating","restarting","verifying","starting","health_check"];function qS(t){return Fg.includes(t)}async function DS(t){return{phase:"idle",progress:0,message:"Sandbox image updates are managed by project-session provisioning.",targetVersion:null,previousVersion:null,currentVersion:t?.version??null,error:null,startedAt:null,updatedAt:null}}async function MS(t){let e=t?`?channel=${t}`:"",n=await fetch(`${W()}/platform/sandbox/version/latest${e}`,{headers:{Accept:"application/json"}});if(!n.ok)throw new Error(`Version check failed: ${n.status}`);let r=await n.json();try{let s=await Lg(t||"stable");r.changelog=s.find(c=>c.version===r.version)??s[0]??null}catch{r.changelog=null}return r}async function Lg(t){let e=t?`?channel=${t}`:"",n=await fetch(`${W()}/platform/sandbox/version/changelog${e}`,{headers:{Accept:"application/json"}});if(!n.ok)throw new Error(`Changelog fetch failed: ${n.status}`);return(await n.json()).changelog}async function US(){let t=await fetch(`${W()}/platform/sandbox/version/all`,{headers:{Accept:"application/json"}});if(!t.ok)throw new Error(`All versions fetch failed: ${t.status}`);return t.json()}async function OS(t,e){throw new Error("Sandbox image updates are managed by project-session provisioning")}async function FS(t){}async function LS(t){}async function HS(t){return{serverTypes:[],location:t||"hel1"}}async function NS(t){throw new Error("Retired instance provisioning is unavailable. Create a project session with daytona, platinum, or e2b.")}async function WS(t){let e=await i.delete(`/platform/sandbox?sandbox_id=${t}`);if(e.error)throw e.error;return e.data}async function zS(t,e){await i.post("/platform/sandbox/mark-error",{sandbox_id:t,error_message:e},{showErrors:!1,timeout:1e4})}async function VS(){let t=await i.post("/platform/sandbox/claim-computer",{},{timeout:6e4});if(t.error)throw t.error;return t.data}async function JS(t){let e=await i.get(`/platform/sandbox/${t}/status`,{showErrors:!1,timeout:1e4});return e.success?e.data??null:null}function XS(t,e){return`${W()}/platform/sandbox/${t}/provision-stream?token=${encodeURIComponent(e)}`}var ce=class extends Error{constructor(n,r,s){super(n);this.status=r;this.body=s;this.name="HostBoundaryError"}status;body};function qt(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return/\/v1$/.test(e)?e:`${e}/v1`}function Yr(t,e){let n=new Headers(t.headers);return n.set("Accept","application/json"),e&&n.set("Content-Type","application/json"),t.accessToken&&n.set("Authorization",`Bearer ${t.accessToken}`),n}async function Dt(t){let e=await t.text().catch(()=>"");if(!e)return null;try{return JSON.parse(e)}catch{return e}}function Mt(t,e){if(e&&typeof e=="object"){let n=e;for(let r of["error_description","error","message"])if(typeof n[r]=="string"&&n[r])return n[r]}return typeof e=="string"&&e?e:t.statusText||`HTTP ${t.status}`}async function B(t,e,n){let r=n?.body!==void 0,s=await fetch(`${qt(e.backendUrl)}${t}`,{method:n?.method??"GET",headers:Yr(e,r),...r?{body:JSON.stringify(n.body)}:{},...e.signal?{signal:e.signal}:{},...e.cache?{cache:e.cache}:{},...e.next?{next:e.next}:{}}),c=await Dt(s);if(!s.ok)throw new ce(Mt(s,c),s.status,c);return c}function Gg(t){let e=new URLSearchParams;t?.query&&e.set("query",t.query),t?.type&&e.set("type",t.type),t?.source&&e.set("source",t.source),t?.limit!==void 0&&e.set("limit",String(t.limit)),t?.offset!==void 0&&e.set("offset",String(t.offset));let n=e.toString();return n?`?${n}`:""}function YS(t,e){return B(`/marketplace/items${Gg(e)}`,t)}function ZS(t){return B("/marketplace/marketplaces",t)}function ev(t,e){return B(`/marketplace/items/${encodeURIComponent(t)}`,e)}function tv(t,e,n){return B(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`,n)}function nv(t,e){return B("/access/check-email",e,{method:"POST",body:{email:t}})}function rv(t,e){return B("/access/request-access",e,{method:"POST",body:t})}function sv(t){return B("/auth/logout",t,{method:"POST",body:{}})}function iv(t,e){return B(`/oauth/authorize/consent/${encodeURIComponent(t)}`,e)}function ov(t,e){return B("/oauth/authorize/consent",e,{method:"POST",body:{request_id:t.requestId,approved:t.approved}})}function av(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}`,e)}function cv(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}/start`,e,{method:"POST",body:{}})}function lv(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}/finalize`,e,{method:"POST",body:{}})}function uv(t,e){return B(`/setup-links/secret/${encodeURIComponent(t)}`,e)}function pv(t,e,n){return B(`/setup-links/secret/${encodeURIComponent(t)}`,n,{method:"POST",body:{values:e}})}function dv(t,e){return B(`/p/public-share/${encodeURIComponent(t)}`,e)}function gv(t,e,n){return B(`/projects/${encodeURIComponent(t)}/sessions/${encodeURIComponent(e)}/start`,n,{method:"POST",body:{}})}function mv(t){return B("/system/maintenance",t)}function fv(t,e){return B("/system/maintenance",e,{method:"PUT",body:t})}function yv(t){return B("/user-roles",t)}function hv(t,e){return B("/system/demo-request",e,{method:"POST",body:t})}async function bv(t,e,n){let r=new URLSearchParams({format:e.format});e.action&&r.set("action",e.action),e.actor&&r.set("actor",e.actor),e.project_id&&r.set("project_id",e.project_id),e.session_id&&r.set("session_id",e.session_id),e.actor_type&&r.set("actor_type",e.actor_type),e.source&&r.set("source",e.source),e.phase&&r.set("phase",e.phase),e.outcome&&r.set("outcome",e.outcome),e.request_id&&r.set("request_id",e.request_id),e.correlation_id&&r.set("correlation_id",e.correlation_id),e.resource_type&&r.set("resource_type",e.resource_type),e.since&&r.set("since",e.since),e.until&&r.set("until",e.until),e.q&&r.set("q",e.q),e.cursor&&r.set("cursor",e.cursor),e.limit!=null&&r.set("limit",String(e.limit));let s=await fetch(`${qt(n.backendUrl)}/accounts/${encodeURIComponent(t)}/audit/export?${r}`,{headers:Yr(n,!1),...n.signal?{signal:n.signal}:{}});if(!s.ok){let c=await Dt(s);throw new ce(Mt(s,c),s.status,c)}return{blob:await s.blob(),filename:s.headers.get("content-disposition")?.match(/filename="([^"]+)"/)?.[1]??null,capped:s.headers.get("x-audit-capped")==="true",rowCount:s.headers.get("x-audit-row-count"),complete:s.headers.get("x-audit-complete")!=="false",nextCursor:s.headers.get("x-audit-next-cursor")||null}}async function xv(t,e){let n=await fetch(`${qt(e.backendUrl)}/admin/stress-test/run`,{method:"POST",headers:Yr(e,!0),body:JSON.stringify(t),...e.signal?{signal:e.signal}:{}});if(!n.ok){let r=await Dt(n);throw new ce(Mt(n,r),n.status,r)}if(!n.body)throw new ce("No response body",n.status,null);return n.body}var Bg=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Kg(t,e){return Bg.test(e)?new URL(`templates/public/${e.toLowerCase()}`,`${qt(t)}/`):null}async function _v(t,e,n){let r=Kg(t,e);if(!r)throw new ce("Invalid shareId parameter",400,null);let s=await fetch(r,{signal:n}),c=await Dt(s);if(!s.ok)throw new ce(Mt(s,c),s.status,c);return c}async function wv(){let t=await i.get("/platform/github-app/status",{showErrors:!1});if(t.error)throw t.error;if(!t.data)throw new Error("GitHub App status request failed");return t.data}async function Sv(t={}){let e=await i.post("/platform/github-app/manifest-start",t,{showErrors:!1});if(e.error)throw e.error;if(!e.data)throw new Error("GitHub App manifest-start request failed");return e.data}async function vv(t){let e=await i.post("/platform/github-app/app",{app_id:t.appId,private_key:t.privateKey,installation_id:t.installationId,slug:t.slug},{showErrors:!1});if(e.error)throw e.error;if(!e.data)throw new Error("GitHub App configuration request failed");return e.data}async function Cv(t){let e=await i.post("/platform/github-app/pat",t,{showErrors:!1});if(e.error)throw e.error;if(!e.data)throw new Error("GitHub token configuration request failed");return e.data}async function Rv(){let t=await i.delete("/platform/github-app",{showErrors:!1});if(t.error)throw t.error;if(!t.data)throw new Error("GitHub App disconnect request failed");return t.data}function Pu(t){try{let e=new URL(t);if(/^\/proxy\/\d+(?:\/|$)/.test(e.pathname))return`${e.origin}/v1/p/auth`;let n=e.pathname.indexOf("/p/");return n!==-1?`${e.origin}${e.pathname.slice(0,n)}/p/auth`:`${e.origin}/v1/p/auth`}catch{return null}}function Hg(t,e){try{let n=new URL(t),r=n.pathname;if(!(/^\/v1\/p\/[^/]+\/\d+(?:\/|$)/.test(r)||/^\/proxy\/\d+(?:\/|$)/.test(r)))return!1;let c=new Set;if(e)try{c.add(new URL(e).origin)}catch{}return typeof window<"u"&&c.add(window.location.origin),c.size===0||c.has(n.origin)}catch{return!1}}function ku(t,e){return Hg(t,e)?(e?Pu(e):null)??Pu(t):null}function Av(t){try{return/^p\d+-[^.]+\./.test(new URL(t).hostname)}catch{return!1}}function Iv(t,e){try{let n=new URL(t);return n.searchParams.set("token",e),n.toString()}catch{return t}}async function qv(t,e={}){let n=ku(t,e.serverUrl);if(!n)return!1;let r=await _e();if(!r)return!1;try{return(await fetch(n,{method:"POST",credentials:"include",headers:{Authorization:`Bearer ${r}`,"Content-Type":"application/json"}})).ok}catch{return!1}}var Mv=3e3;function Ng(t){return!Number.isFinite(t)||t<100||t>599?"unknown":t===502||t===503||t===504?"unreachable":t===401||t===403?"unknown":"reachable"}async function Uv(t,e){if(!t||e?.signal?.aborted)return"unknown";let n=new AbortController,r=()=>n.abort();e?.signal?.addEventListener("abort",r);let s=setTimeout(r,e?.timeoutMs??3e3);try{let c=await fetch(t,{method:"HEAD",credentials:"include",cache:"no-store",signal:n.signal});return Ng(c.status)}catch{return"unknown"}finally{clearTimeout(s),e?.signal?.removeEventListener("abort",r)}}function Zr(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return e}function Fv(t,e){return`${Zr(t)}/presentation-templates/${encodeURIComponent(e)}/pdf#toolbar=0&navpanes=0&scrollbar=0&view=FitH`}function Lv(t,e){return`${Zr(t)}/presentation-templates/${encodeURIComponent(e)}/image.png`}function Wg(t,e){return`${Zr(t)}/presentation/convert-to-${e}`}async function Gv(t,e,n,r){let s=Wg(e,t),c=r?.pollIntervalMs??2500,u=r?.timeoutMs??4*6e4,p=Date.now(),g=!1;for(;;){let f=await fetch(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({presentation_path:n,download:!0}),...r?.signal?{signal:r.signal}:{}}),m=f.headers.get("content-type")||"";if(f.ok&&(m.includes("pdf")||m.includes("presentation")||m.includes("octet-stream"))){let T=await f.blob();if(T.size===0)throw new Error("Downloaded file is empty");return T}if(f.status===202){if(g||(g=!0,r?.onGenerating?.()),Date.now()-p>u)throw new Error(`Timed out waiting for the ${t.toUpperCase()} to generate`);await new Promise((T,l)=>{let h=setTimeout(T,c);r?.signal?.addEventListener("abort",()=>{clearTimeout(h),l(r.signal?.reason??new DOMException("Aborted","AbortError"))},{once:!0})});continue}let x=await f.text().catch(()=>""),I=f.statusText;try{let T=JSON.parse(x);I=String(T.error||T.detail||T.message||I)}catch{x&&(I=x)}throw new Error(`Failed to download ${t.toUpperCase()}: ${I} (HTTP ${f.status})`)}}function Su(t){let e=t.fetch??globalThis.fetch,n=t.baseUrl.replace(/\/$/,"");return async({limit:r,before:s})=>{let c=new URLSearchParams({limit:String(r)});s&&c.set("before",s);let u=await t.getToken?.(),p=await e(`${n}/session/${encodeURIComponent(t.sessionId)}/message?${c}`,{headers:u?{Authorization:`Bearer ${u}`}:void 0});if(!p.ok)throw new Error(`Session synchronization failed: ${p.status}`);return{messages:await p.json(),nextCursor:p.headers.get("x-next-cursor")||void 0}}}function zg(t){return Jg(Su(t))}function Vg(t){let e=t.fetch??globalThis.fetch,n=t.baseUrl.replace(/\/$/,""),r=Su(t),s=async c=>{let u=await t.getToken?.(),p=await e(`${n}${c}`,{headers:u?{Authorization:`Bearer ${u}`}:void 0});if(!p.ok)throw new Error(`Session synchronization failed: ${p.status}`);return p};return new es({...t,loadPage:r,loadStatus:async()=>(await(await s("/session/status")).json())[t.sessionId]??{type:"idle"}})}async function Jg(t){let e=new Map,n=new Set,r;do{let s=await t({limit:50,...r?{before:r}:{}});for(let c of s.messages)e.set(c.info.id,c);if(r=s.nextCursor,r&&n.has(r))throw new Error(`Session history cursor repeated: ${r}`);r&&n.add(r)}while(r);return[...e.values()].sort((s,c)=>s.info.id.localeCompare(c.info.id))}var Xg={now:Date.now,setInterval:(t,e)=>setInterval(t,e),clearInterval:t=>clearInterval(t),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},wu=500,es=class{options;scheduler;livenessIntervalMs;snapshot={freshness:"idle",hasOlder:!1,isLoadingOlder:!1,isPromptObservedBusy:!1};nextCursor;knownUserMessageIds=new Set;olderHistoryStarted=!1;tailRequest;olderRequest;livenessTimer;promptSettlementTimer;promptObservationPhase="idle";lastActivityAt;listeners=new Set;destroyed=!1;constructor(e){this.options=e,this.scheduler=e.scheduler??Xg,this.livenessIntervalMs=e.livenessIntervalMs??1e4,this.lastActivityAt=this.scheduler.now()}getSnapshot=()=>this.snapshot;subscribe=e=>(this.listeners.add(e),()=>this.listeners.delete(e));start(){return this.snapshot.freshness==="fresh"?Promise.resolve():this.reconcile("initial")}reconcile(e="manual"){return this.destroyed?Promise.resolve():this.tailRequest?this.tailRequest:(this.update({freshness:this.snapshot.freshness==="idle"?"loading":"stale"}),this.tailRequest=this.loadTail(e).finally(()=>{this.tailRequest=void 0}),this.tailRequest)}loadOlder=()=>{if(this.destroyed||!this.nextCursor)return Promise.resolve();if(this.olderRequest)return this.olderRequest;let e=this.nextCursor;return this.update({isLoadingOlder:!0}),this.olderRequest=this.loadCompleteOlderTurn(e).then(n=>{this.destroyed||(this.rememberUserMessages(n.messages),this.options.hydrate(n.messages),this.olderHistoryStarted=!0,this.setCursor(n.nextCursor))}).finally(()=>{this.olderRequest=void 0,this.update({isLoadingOlder:!1})}),this.olderRequest};noteActivity(){this.lastActivityAt=this.scheduler.now(),this.snapshot.freshness!=="fresh"&&this.update({freshness:"fresh"})}beginPromptObservation(){this.clearPromptSettlementTimer(),this.promptObservationPhase="awaiting-work",this.update({isPromptObservedBusy:!0}),this.setBusy(!0)}observePromptStatus(e){if(this.promptObservationPhase!=="idle"){if(e.type!=="idle"){this.markPromptRunning();return}this.promptObservationPhase!=="awaiting-work"&&this.schedulePromptSettlement()}}observePromptActivity(){this.promptObservationPhase!=="idle"&&this.markPromptRunning()}endPromptObservation(){this.clearPromptSettlementTimer(),this.promptObservationPhase="idle",this.update({isPromptObservedBusy:!1}),this.setBusy(!1)}setBusy(e){if(!e){this.stopLivenessTimer();return}this.livenessTimer===void 0&&(this.lastActivityAt=this.scheduler.now(),this.livenessTimer=this.scheduler.setInterval(()=>{this.checkLiveness()},this.livenessIntervalMs))}destroy(){this.destroyed=!0,this.stopLivenessTimer(),this.clearPromptSettlementTimer(),this.listeners.clear()}async loadTail(e){try{let n=await this.loadPage("tail",e),r=await this.loadCompleteTurn(n,"tail",e);if(this.destroyed)return;this.containsNewPromptReply(r.messages)&&this.observePromptActivity(),this.rememberUserMessages(r.messages),this.options.hydrate(r.messages),this.olderHistoryStarted||this.setCursor(r.nextCursor),this.update({freshness:"fresh"})}catch{this.destroyed||this.update({freshness:"error"})}finally{this.destroyed||this.options.markLoaded()}}async loadPage(e,n,r){let s=this.scheduler.now();try{let c=await this.options.loadPage({limit:50,...r?{before:r}:{}});return this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:c.messages.length,succeeded:!0}),c}catch(c){throw this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:0,succeeded:!1}),c}}async loadCompleteOlderTurn(e){let n=await this.loadPage("older","manual",e);return this.loadCompleteTurn(n,"older","manual",e)}async loadCompleteTurn(e,n,r,s){let c=[...e.messages],u=new Set(this.knownUserMessageIds),p=new Set(s?[s]:[]),g=e.nextCursor;for(let f of e.messages)f.info.role==="user"&&u.add(f.info.id);for(;g&&c.some(f=>f.info.role==="assistant"&&!!f.info.parentID&&!u.has(f.info.parentID));){if(p.has(g))throw new Error(`Session history cursor repeated: ${g}`);p.add(g);let f=await this.loadPage(n,r,g);c.unshift(...f.messages);for(let m of f.messages)m.info.role==="user"&&u.add(m.info.id);g=f.nextCursor}return{messages:c,nextCursor:g}}rememberUserMessages(e){for(let n of e)n.info.role==="user"&&this.knownUserMessageIds.add(n.info.id)}async checkLiveness(){this.destroyed||this.scheduler.now()-this.lastActivityAt<=this.livenessIntervalMs||(await this.reconcile("poll"),await this.reconcileStatus(),this.lastActivityAt=this.scheduler.now())}containsNewPromptReply(e){if(this.promptObservationPhase==="idle")return!1;let n=new Set(e.filter(r=>r.info.role==="user"&&!this.knownUserMessageIds.has(r.info.id)).map(r=>r.info.id));return n.size===0?!1:e.some(r=>r.info.role==="assistant"&&!!r.info.parentID&&n.has(r.info.parentID))}async reconcileStatus(){if(!(!this.options.loadStatus||!this.options.setStatus))try{this.options.setStatus(await this.options.loadStatus())}catch{}}setCursor(e){this.nextCursor=e,this.update({hasOlder:!!e})}stopLivenessTimer(){this.livenessTimer!==void 0&&(this.scheduler.clearInterval(this.livenessTimer),this.livenessTimer=void 0)}markPromptRunning(){this.clearPromptSettlementTimer(),this.promptObservationPhase="running"}schedulePromptSettlement(){if(this.promptObservationPhase==="settling")return;this.clearPromptSettlementTimer(),this.promptObservationPhase="settling";let e=()=>{this.promptSettlementTimer=void 0,!(this.destroyed||this.promptObservationPhase!=="settling")&&(this.promptObservationPhase="idle",this.update({isPromptObservedBusy:!1}),this.stopLivenessTimer())};this.promptSettlementTimer=this.scheduler.setTimeout?this.scheduler.setTimeout(e,wu):setTimeout(e,wu)}clearPromptSettlementTimer(){this.promptSettlementTimer!==void 0&&(this.scheduler.clearTimeout?this.scheduler.clearTimeout(this.promptSettlementTimer):clearTimeout(this.promptSettlementTimer),this.promptSettlementTimer=void 0)}update(e){let n={...this.snapshot,...e};if(!(n.freshness===this.snapshot.freshness&&n.hasOlder===this.snapshot.hasOlder&&n.isLoadingOlder===this.snapshot.isLoadingOlder&&n.isPromptObservedBusy===this.snapshot.isPromptObservedBusy)){this.snapshot=n;for(let r of this.listeners)r()}}};function Qg(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return`${e}/tunnel/permission-requests/stream`}function Yg(t){let{url:e,token:n,method:r="GET",body:s,onEvent:c,onOpen:u,onError:p,signal:g}=t,f=new Map,m=null,_=!1;function x(a,A){c?.(a,A);let j=f.get(a);if(j)for(let v of j)try{v(A)}catch{}}async function I(){if(_)return;m=new AbortController;let a=g?AbortSignal.any([m.signal,g]):m.signal;try{let A={Accept:"text/event-stream",Authorization:`Bearer ${n}`};r!=="GET"&&s!==void 0&&(A["Content-Type"]="application/json");let j=await fetch(e,{method:r,headers:A,body:r!=="GET"&&s!==void 0?JSON.stringify(s):void 0,signal:a,credentials:"include"});if(!j.ok)throw new Error(`SSE connection failed: ${j.status} ${j.statusText}`);if(!j.body)throw new Error("SSE response has no body");u?.();let v=j.body.getReader(),k=new TextDecoder,E="",w="message",F="";for(;!_;){let{done:K,value:y}=await v.read();if(K)break;E+=k.decode(y,{stream:!0});let C=E.split(`
75
+ `),s=0;for(;s<n.length&&s<r.length&&n[s]===r[s];)s++;let c=n.length,u=r.length;for(;c>s&&u>s&&n[c-1]===r[u-1];)c--,u--;let p=[];for(let g=0;g<s;g++)p.push({type:"unchanged",text:n[g]});for(let g=s;g<c;g++)p.push({type:"removed",text:n[g]});for(let g=s;g<u;g++)p.push({type:"added",text:r[g]});for(let g=c;g<n.length;g++)p.push({type:"unchanged",text:n[g]});return p}function Dg(t){let e=G(t.input?.oldString),n=G(t.input?.newString),r=e!==void 0&&n!==void 0?qg(e,n):void 0;return{kind:"file-edit",path:es(t),diff:r}}var wu=/^Found\s+(\d+)\s+match/i,Mg=/^(\/[^:]+?):\s*/,Pu=/Line\s+(\d+):/g;function Ug(t){let e=t.trim(),n=e.match(wu),r=n?e.slice(n[0].length).trim():e;if(!r)return[];let s=[];for(let c of r.split(/\n\n+/)){let u=c.trim();if(!u)continue;let p=u.match(Mg);if(!p)continue;let g=p[1],f=u.slice(p[0].length),m=[],_;for(Pu.lastIndex=0;(_=Pu.exec(f))!==null;)m.push({line:Number(_[1]),contentStart:_.index+_[0].length,headerStart:_.index});for(let x=0;x<m.length;x++){let I=x+1<m.length?m[x+1].headerStart:f.length,T=f.slice(m[x].contentStart,I).trim();s.push({path:g,line:m[x].line,content:T.endsWith(";")?T.slice(0,-1):T})}}return s}function Og(t){return t.trim().split(`
76
+ `).map(e=>e.trim()).filter(e=>e.startsWith("/")||e.startsWith("./")||e.startsWith("~")).map(e=>({path:e}))}function Fg(t){let e=G(t.input?.pattern,t.input?.query)??"";if(t.status==="error"||!t.output)return{kind:"search",pattern:e};let n=wu.test(t.output.trim())?Ug(t.output):Og(t.output);return{kind:"search",pattern:e,matches:n.length>0?n.slice(0,200):void 0}}function Lg(t){let e=G(t.input?.description,t.input?.title,t.input?.prompt)??t.title,n=G(t.input?.subagent_type,t.input?.agent);return{kind:"task",description:e,agent:n}}function Zr(t){let e=$e(t)??{};return{content:G(e.content)??"",status:G(e.status)??"pending",priority:G(e.priority)}}function Gg(t){let e=t.input?.todos;if(Array.isArray(e))return{kind:"todo",items:e.map(Zr)};if(Array.isArray(t.outputParsed))return{kind:"todo",items:t.outputParsed.map(Zr)};let n=$e(t.outputParsed);return n&&Array.isArray(n.todos)?{kind:"todo",items:n.todos.map(Zr)}:{kind:"todo",items:[]}}function Bg(t){return{kind:"question",questions:(Array.isArray(t.input?.questions)?t.input.questions:[]).map(r=>{let s=$e(r)??{},u=(Array.isArray(s.options)?s.options:[]).flatMap(p=>{let g=$e(p),f=g&&G(g.label);return f?[{label:f,description:g?G(g.description):void 0}]:[]});return{question:G(s.question)??"",header:G(s.header),options:u}})}}function Kg(t){let n=t.input&&Object.keys(t.input).length>0?_u(t.input):void 0,r;return t.outputParsed!==void 0?r=typeof t.outputParsed=="string"?Ve(t.outputParsed):_u(t.outputParsed):t.outputText!==void 0?r=Ve(t.outputText):r=t.error,{kind:"generic",label:t.title,inputPretty:n,outputPretty:r}}function Ng(t){switch(Et(t.name)){case"web_search":case"websearch":case"image_search":return wg(t);case"bash":return Ig(t);case"read":return jg(t);case"write":return Eg(t);case"edit":case"morph_edit":return Dg(t);case"grep":case"glob":return Fg(t);case"task":return Lg(t);case"todowrite":return Gg(t);case"question":case"ask":return Bg(t);default:return Kg(t)}}function $t(t){try{return typeof process<"u"?process.env?.[t]:void 0}catch{return}}function Hg(t,e){if(t==null)return e;let n=t.trim().toLowerCase();return["1","true","yes","y","on"].includes(n)?!0:["0","false","no","n","off"].includes(n)?!1:e}function Gw(t){if(t==null)return;let e=t.trim().toLowerCase();if(["1","true","yes","y","on"].includes(e))return!0;if(["0","false","no","n","off"].includes(e))return!1}function ts(t,e,n){return t!==void 0?t:Hg($t(e),n)}var Bw={get disableMobileAdvertising(){return ts($().featureFlags?.disableMobileAdvertising,"NEXT_PUBLIC_DISABLE_MOBILE_ADVERTISING",!1)},get enableDinoGame(){return ts($().featureFlags?.enableDinoGame,"NEXT_PUBLIC_ENABLE_DINO_GAME",!1)},get enableProjects(){return ts($().featureFlags?.enableProjects,"NEXT_PUBLIC_ENABLE_PROJECTS",!1)},get enableAutoModel(){return!1}};var qt="kortix-active-instance",Wg=["/dashboard","/agents","/p","/workspace","/settings","/browser","/desktop","/services","/sessions","/terminal","/files","/scheduled-tasks","/commands","/tools","/configuration","/changelog","/legacy","/credits-explained"];function zg(t){return Wg.some(e=>t===e||t.startsWith(`${e}/`))}function Je(t){let e=t.match(/^\/instances\/([^/]+)(?:\/(.*))?$/);if(!e)return null;let n=decodeURIComponent(e[1]),r=e[2]??"";return{instanceId:n,innerPath:r?`/${r}`:""}}function Nw(t){let e=Je(t);return!!e&&e.innerPath===""}function Hw(t){let e=Je(t);return!e||!e.innerPath?t:e.innerPath}function Vg(t,e){if(!t)return e;if(e.startsWith("/")||(e=`/${e}`),e.startsWith("/instances/")){let n=Je(e);return n?`/instances/${encodeURIComponent(t)}${n.innerPath}`:e}return zg(e)?`/instances/${encodeURIComponent(t)}${e}`:e}function Jg(t){return t?Je(t)?.instanceId??null:null}function Ww(){return typeof window>"u"?null:Jg(window.location.pathname)||Xg()}function Xg(){if(typeof document>"u")return null;let t=document.cookie.match(new RegExp(`(?:^|; )${qt}=([^;]+)`));return t?decodeURIComponent(t[1]):null}function zw(t){if(typeof document>"u")return;let e=n=>{document.cookie=n};if(typeof window<"u"&&window.location.pathname.startsWith("/projects")){e(`${qt}=; Max-Age=0; Path=/; SameSite=Lax`);return}if(!t){e(`${qt}=; Max-Age=0; Path=/; SameSite=Lax`);return}e(`${qt}=${encodeURIComponent(t)}; Path=/; SameSite=Lax`)}function Vw(t,e){return e?Vg(e,t):t}function Jw(t){let e=Je(t);return e?e.innerPath||"/dashboard":t}function Su(t){if(t instanceof Error)return t.message;if(typeof t=="string")return t;if(t&&typeof t=="object")try{return JSON.stringify(t)}catch{return String(t)}return String(t??"")}function Qg(t){let e=Su(t).trim();if(!e)return null;let n=[e,e.replace(/^Failed to perform action:\s*/i,"").trim()],r=e.indexOf("{");r>=0&&n.push(e.slice(r));for(let s of n)if(s)try{return JSON.parse(s)}catch{}return null}function vu(t){let e=Qg(t);if(!e||typeof e!="object")return null;let n=e;return n.name==="ConfigInvalidError"?n:null}function Qw(t){return vu(t)!==null}function Yg(t){let e=vu(t);if(e){let s=(e.data?.path??"OpenCode config").replace(/^\/workspace\//,""),c=e.data?.issues?.[0]?.message,u=e.data?.issues?.[0]?.path?.join("."),p=u?.startsWith("permission")?"Remove the invalid permission frontmatter entry or replace it with valid OpenCode permission config.":"Fix the invalid config entry, then restart this session.";return{title:"OpenCode config is invalid",message:`${s} is preventing OpenCode from loading. ${p}`,detail:c?`${u?`${u}: `:""}${c}`:void 0}}let n=Su(t);return/sandbox not ready \(status: stopped\)/.test(n)?{title:"Session is waking up",message:"This session slept to save compute. Your conversation is safe \u2014 sending a message wakes it back up."}:{title:"OpenCode failed to load",message:n||"The sandbox is running, but OpenCode returned an error."}}function W(){let t=$t("BACKEND_URL")||$().backendUrl;return t||"http://localhost:8008/v1"}function Xe(t){if(typeof t=="string"){let e=t.trim();return e.length>0?e:void 0}if(Array.isArray(t)){for(let e of t){let n=Xe(e);if(n)return n}return}if(t&&typeof t=="object"){let e=t;return Xe(e.sandboxId??e.id??e.slug??Object.values(e)[0])}}var Cu=["http://localhost:8008/v1","http://127.0.0.1:8008/v1"];function Ru(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return`${t.slice(0,e)}/platform/local-bridge/status`}function Zg(t){return t==="running"||t==="active"?"active":t==="queued"||t==="branching"||t==="provisioning"?"provisioning":t==="failed"||t==="error"?"error":t==="stopped"||t==="completed"||t==="archived"?"stopped":t||"unknown"}function ns(t,e,n){let r=n?.external_id||e.sandbox_url?.match(/\/p\/([^/]+)\//)?.[1]||e.sandbox_id;return{sandbox_id:n?.sandbox_id||e.sandbox_id||e.session_id,external_id:r,name:e.name||`${t.name} session`,provider:n?.provider||e.sandbox_provider||"daytona",base_url:n?.base_url||e.sandbox_url||(n?.external_id?`${W()}/p/${n.external_id}/${ie.KORTIX_MASTER}`:""),status:Zg(n?.status||e.status),metadata:{...e.metadata??{},project_id:t.project_id,session_id:e.session_id,project_name:t.name,runtime_status:n?.status,error:e.error},created_at:n?.created_at||e.created_at,updated_at:n?.updated_at||e.updated_at}}async function rs(){let t=await je(),e=[];for(let n of t){let r=await Ke(n.project_id).catch(()=>[]);for(let s of r)e.push({project:n,session:s,runtime:null,sandbox:ns(n,s,null)})}return e.sort((n,r)=>{let s={active:0,provisioning:1,stopped:2,error:3},c=(s[n.sandbox.status]??99)-(s[r.sandbox.status]??99);return c!==0?c:Date.parse(r.sandbox.updated_at)-Date.parse(n.sandbox.updated_at)})}async function be(t){let e=await rs();return t?e.find(n=>n.sandbox.sandbox_id===t||n.sandbox.external_id===t||n.session.session_id===t||n.runtime?.external_id===t)??null:e[0]??null}async function Dt(t,e={}){let n={"Content-Type":"application/json",...e.headers},r=e.signal??AbortSignal.timeout(3e4),s=await q(`${W()}${t}`,{...e,headers:n,signal:r}),c=await s.text().catch(()=>{}),u;if(c)try{u=JSON.parse(c)}catch{}if(!s.ok){let p=u?.error||u?.message||u?.detail||c||`Platform API error ${s.status}`,g=new R(p,{status:s.status,code:u?.code||u?.error_code||String(s.status),details:u??(c?{rawText:c}:void 0),response:s,endpoint:t});throw s.status===402&&(g=ve(Object.assign(g,{response:s,status:s.status,data:u}))),g}return u}function Tu(t){if(!t.external_id){if(t.base_url)return t.base_url;throw new Error(`Cannot build sandbox URL: missing external_id for ${t.provider} sandbox "${t.sandbox_id}"`)}return`${W()}/p/${t.external_id}/${ie.KORTIX_MASTER}`}function cS(t,e){return t.external_id?`${W()}/p/${t.external_id}/${e}`:null}async function mS(){let t=await i.get("/setup/sandbox-providers");if(t.error)throw t.error;return t.data}async function em(t){let e=await be();if(e)return{sandbox:e.sandbox,created:!1};let r=(await je())[0];if(!r)throw new Error("Create a project before starting a sandbox");let s=await Ne(r.project_id,{...t?.provider?{provider:t.provider}:{}}),c=(await Ee(r.project_id,s.session_id))?.sandbox??null;return{sandbox:ns(r,s,c),created:!0}}async function fS(){return(await be().catch(()=>null))?.sandbox??null}async function yS(t){return{sandbox:(await em(t)).sandbox}}async function hS(t){let e=Xe(t);return e?(await be(e).catch(()=>null))?.sandbox??null:null}async function bS(t,e){throw await be(t)?new Error("Renaming project-session sandboxes is not exposed by the current API"):new Error("Project session sandbox not found")}async function xS(t){let e=Xe(t);return(await rs().catch(()=>[])).map(r=>r.sandbox).filter(r=>!e||r.sandbox_id===e||r.external_id===e)}async function _S(){if(typeof window>"u")return null;let t=W(),e=Array.from(new Set([t,...Cu]));for(let n of e)try{let r=await fetch(Ru(n),{method:"GET",signal:AbortSignal.timeout(1500),headers:{Accept:"application/json"}});if(!r.ok)continue;let s=await r.json();if(!s.success||s.status!=="ready"||!s.data?.sandbox_id)continue;return s.data}catch{continue}return null}async function PS(t){if(!t)throw new Error("No sandbox selected for workload restart");let e=await be(t);if(!e)throw new Error("Project session sandbox not found");await wt(e.project.project_id,e.session.session_id)}async function kS(t){if(!t)throw new Error("No sandbox selected to stop");let e=await be(t);if(!e)throw new Error("Project session sandbox not found");await St(e.project.project_id,e.session.session_id)}async function wS(t){throw new Error("Cancellation is not exposed for project-session sandboxes")}async function SS(t){throw new Error("Reactivation is not exposed for project-session sandboxes")}async function AS(t){throw new Error("Sandbox members moved to project access; use project members for project-session sandboxes")}async function IS(t,e,n="member"){throw new Error("Sandbox members moved to project access; invite the user to the project instead")}async function jS(t,e){throw new Error("Sandbox members moved to project access; update project access instead")}async function ES(t,e,n){throw new Error("Sandbox members moved to project access; update project access instead")}async function $S(t,e,n){throw new Error("Sandbox member spend caps are not exposed for project-session sandboxes")}async function qS(t){throw new Error("Sandbox scopes moved to project access for project-session sandboxes")}async function DS(t,e){throw new Error("Sandbox scopes moved to project access for project-session sandboxes")}async function MS(t,e,n,r){throw new Error("Sandbox scopes moved to project access for project-session sandboxes")}async function ss(t,e,n){let r=Tu(t),s=await q(`${Ce(r)}${e}`,{signal:AbortSignal.timeout(8e3),headers:{"Content-Type":"application/json"},...n});if(!s.ok){let c=await s.text().catch(()=>"");throw new Error(c||`Request failed (${s.status})`)}return await s.json()}async function US(t,e){return ss(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"GET"})}async function OS(t,e,n,r="member"){await ss(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"POST",body:JSON.stringify({user_id:n,role:r})})}async function FS(t,e,n){await ss(t,`/kortix/projects/${encodeURIComponent(e)}/members/${encodeURIComponent(n)}`,{method:"DELETE"})}async function LS(t,e){throw new Error("Sandbox invites moved to project access for project-session sandboxes")}async function KS(t){let e=await Dt(`/platform/invites/${encodeURIComponent(t)}`,{method:"GET"});if(!e.success||!e.data)throw new Error(e.error||"Invite not found");return e.data}async function NS(t){let e=await Dt(`/platform/invites/${encodeURIComponent(t)}/accept`,{method:"POST"});if(!e.success||!e.data)throw new Error(e.error||"Failed to accept invite");return e.data}async function HS(t){let e=await Dt(`/platform/invites/${encodeURIComponent(t)}/decline`,{method:"POST"});if(!e.success)throw new Error(e.error||"Failed to decline invite")}async function zS(t){throw new Error("Backups are not exposed for project-session sandboxes")}async function VS(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function JS(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function XS(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function YS(t){throw new Error("SSH setup is not exposed for project-session sandboxes")}async function ZS(t){throw new Error("SSH connection details are not exposed for project-session sandboxes")}var tm=["pulling","patching","stopping","removing","recreating","restarting","verifying","starting","health_check"];function nv(t){return tm.includes(t)}async function rv(t){return{phase:"idle",progress:0,message:"Sandbox image updates are managed by project-session provisioning.",targetVersion:null,previousVersion:null,currentVersion:t?.version??null,error:null,startedAt:null,updatedAt:null}}async function sv(t){let e=t?`?channel=${t}`:"",n=await fetch(`${W()}/platform/sandbox/version/latest${e}`,{headers:{Accept:"application/json"}});if(!n.ok)throw new Error(`Version check failed: ${n.status}`);let r=await n.json();try{let s=await nm(t||"stable");r.changelog=s.find(c=>c.version===r.version)??s[0]??null}catch{r.changelog=null}return r}async function nm(t){let e=t?`?channel=${t}`:"",n=await fetch(`${W()}/platform/sandbox/version/changelog${e}`,{headers:{Accept:"application/json"}});if(!n.ok)throw new Error(`Changelog fetch failed: ${n.status}`);return(await n.json()).changelog}async function iv(){let t=await fetch(`${W()}/platform/sandbox/version/all`,{headers:{Accept:"application/json"}});if(!t.ok)throw new Error(`All versions fetch failed: ${t.status}`);return t.json()}async function ov(t,e){throw new Error("Sandbox image updates are managed by project-session provisioning")}async function av(t){}async function cv(t){}async function dv(t){return{serverTypes:[],location:t||"hel1"}}async function gv(t){throw new Error("Retired instance provisioning is unavailable. Create a project session with daytona, platinum, or e2b.")}async function mv(t){let e=await i.delete(`/platform/sandbox?sandbox_id=${t}`);if(e.error)throw e.error;return e.data}async function fv(t,e){await i.post("/platform/sandbox/mark-error",{sandbox_id:t,error_message:e},{showErrors:!1,timeout:1e4})}async function yv(){let t=await i.post("/platform/sandbox/claim-computer",{},{timeout:6e4});if(t.error)throw t.error;return t.data}async function hv(t){let e=await i.get(`/platform/sandbox/${t}/status`,{showErrors:!1,timeout:1e4});return e.success?e.data??null:null}function bv(t,e){return`${W()}/platform/sandbox/${t}/provision-stream?token=${encodeURIComponent(e)}`}var le=class extends Error{constructor(n,r,s){super(n);this.status=r;this.body=s;this.name="HostBoundaryError"}status;body};function Mt(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return/\/v1$/.test(e)?e:`${e}/v1`}function is(t,e){let n=new Headers(t.headers);return n.set("Accept","application/json"),e&&n.set("Content-Type","application/json"),t.accessToken&&n.set("Authorization",`Bearer ${t.accessToken}`),n}async function Ut(t){let e=await t.text().catch(()=>"");if(!e)return null;try{return JSON.parse(e)}catch{return e}}function Ot(t,e){if(e&&typeof e=="object"){let n=e;for(let r of["error_description","error","message"])if(typeof n[r]=="string"&&n[r])return n[r]}return typeof e=="string"&&e?e:t.statusText||`HTTP ${t.status}`}async function B(t,e,n){let r=n?.body!==void 0,s=await fetch(`${Mt(e.backendUrl)}${t}`,{method:n?.method??"GET",headers:is(e,r),...r?{body:JSON.stringify(n.body)}:{},...e.signal?{signal:e.signal}:{},...e.cache?{cache:e.cache}:{},...e.next?{next:e.next}:{}}),c=await Ut(s);if(!s.ok)throw new le(Ot(s,c),s.status,c);return c}function rm(t){let e=new URLSearchParams;t?.query&&e.set("query",t.query),t?.type&&e.set("type",t.type),t?.source&&e.set("source",t.source),t?.limit!==void 0&&e.set("limit",String(t.limit)),t?.offset!==void 0&&e.set("offset",String(t.offset));let n=e.toString();return n?`?${n}`:""}function _v(t,e){return B(`/marketplace/items${rm(e)}`,t)}function Pv(t){return B("/marketplace/marketplaces",t)}function kv(t,e){return B(`/marketplace/items/${encodeURIComponent(t)}`,e)}function wv(t,e,n){return B(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`,n)}function Sv(t,e){return B("/access/check-email",e,{method:"POST",body:{email:t}})}function vv(t,e){return B("/access/request-access",e,{method:"POST",body:t})}function Cv(t){return B("/auth/logout",t,{method:"POST",body:{}})}function Rv(t,e){return B(`/oauth/authorize/consent/${encodeURIComponent(t)}`,e)}function Tv(t,e){return B("/oauth/authorize/consent",e,{method:"POST",body:{request_id:t.requestId,approved:t.approved}})}function Av(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}`,e)}function Iv(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}/start`,e,{method:"POST",body:{}})}function jv(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}/finalize`,e,{method:"POST",body:{}})}function Ev(t,e){return B(`/setup-links/secret/${encodeURIComponent(t)}`,e)}function $v(t,e,n){return B(`/setup-links/secret/${encodeURIComponent(t)}`,n,{method:"POST",body:{values:e}})}function qv(t,e){return B(`/p/public-share/${encodeURIComponent(t)}`,e)}function Dv(t,e,n){return B(`/projects/${encodeURIComponent(t)}/sessions/${encodeURIComponent(e)}/start`,n,{method:"POST",body:{}})}function Mv(t){return B("/system/maintenance",t)}function Uv(t,e){return B("/system/maintenance",e,{method:"PUT",body:t})}function Ov(t){return B("/user-roles",t)}function Fv(t,e){return B("/system/demo-request",e,{method:"POST",body:t})}async function Lv(t,e,n){let r=new URLSearchParams({format:e.format});e.action&&r.set("action",e.action),e.actor&&r.set("actor",e.actor),e.project_id&&r.set("project_id",e.project_id),e.session_id&&r.set("session_id",e.session_id),e.actor_type&&r.set("actor_type",e.actor_type),e.source&&r.set("source",e.source),e.phase&&r.set("phase",e.phase),e.outcome&&r.set("outcome",e.outcome),e.request_id&&r.set("request_id",e.request_id),e.correlation_id&&r.set("correlation_id",e.correlation_id),e.resource_type&&r.set("resource_type",e.resource_type),e.since&&r.set("since",e.since),e.until&&r.set("until",e.until),e.q&&r.set("q",e.q),e.cursor&&r.set("cursor",e.cursor),e.limit!=null&&r.set("limit",String(e.limit));let s=await fetch(`${Mt(n.backendUrl)}/accounts/${encodeURIComponent(t)}/audit/export?${r}`,{headers:is(n,!1),...n.signal?{signal:n.signal}:{}});if(!s.ok){let c=await Ut(s);throw new le(Ot(s,c),s.status,c)}return{blob:await s.blob(),filename:s.headers.get("content-disposition")?.match(/filename="([^"]+)"/)?.[1]??null,capped:s.headers.get("x-audit-capped")==="true",rowCount:s.headers.get("x-audit-row-count"),complete:s.headers.get("x-audit-complete")!=="false",nextCursor:s.headers.get("x-audit-next-cursor")||null}}async function Gv(t,e){let n=await fetch(`${Mt(e.backendUrl)}/admin/stress-test/run`,{method:"POST",headers:is(e,!0),body:JSON.stringify(t),...e.signal?{signal:e.signal}:{}});if(!n.ok){let r=await Ut(n);throw new le(Ot(n,r),n.status,r)}if(!n.body)throw new le("No response body",n.status,null);return n.body}var sm=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function im(t,e){return sm.test(e)?new URL(`templates/public/${e.toLowerCase()}`,`${Mt(t)}/`):null}async function Bv(t,e,n){let r=im(t,e);if(!r)throw new le("Invalid shareId parameter",400,null);let s=await fetch(r,{signal:n}),c=await Ut(s);if(!s.ok)throw new le(Ot(s,c),s.status,c);return c}async function Hv(){let t=await i.get("/platform/github-app/status",{showErrors:!1});if(t.error)throw t.error;if(!t.data)throw new Error("GitHub App status request failed");return t.data}async function Wv(t={}){let e=await i.post("/platform/github-app/manifest-start",t,{showErrors:!1});if(e.error)throw e.error;if(!e.data)throw new Error("GitHub App manifest-start request failed");return e.data}async function zv(t){let e=await i.post("/platform/github-app/app",{app_id:t.appId,private_key:t.privateKey,installation_id:t.installationId,slug:t.slug},{showErrors:!1});if(e.error)throw e.error;if(!e.data)throw new Error("GitHub App configuration request failed");return e.data}async function Vv(t){let e=await i.post("/platform/github-app/pat",t,{showErrors:!1});if(e.error)throw e.error;if(!e.data)throw new Error("GitHub token configuration request failed");return e.data}async function Jv(){let t=await i.delete("/platform/github-app",{showErrors:!1});if(t.error)throw t.error;if(!t.data)throw new Error("GitHub App disconnect request failed");return t.data}function Au(t){try{let e=new URL(t);if(/^\/proxy\/\d+(?:\/|$)/.test(e.pathname))return`${e.origin}/v1/p/auth`;let n=e.pathname.indexOf("/p/");return n!==-1?`${e.origin}${e.pathname.slice(0,n)}/p/auth`:`${e.origin}/v1/p/auth`}catch{return null}}function om(t,e){try{let n=new URL(t),r=n.pathname;if(!(/^\/v1\/p\/[^/]+\/\d+(?:\/|$)/.test(r)||/^\/proxy\/\d+(?:\/|$)/.test(r)))return!1;let c=new Set;if(e)try{c.add(new URL(e).origin)}catch{}return typeof window<"u"&&c.add(window.location.origin),c.size===0||c.has(n.origin)}catch{return!1}}function Iu(t,e){return om(t,e)?(e?Au(e):null)??Au(t):null}function Qv(t){try{return/^p\d+-[^.]+\./.test(new URL(t).hostname)}catch{return!1}}function Yv(t,e){try{let n=new URL(t);return n.searchParams.set("token",e),n.toString()}catch{return t}}async function nC(t,e={}){let n=Iu(t,e.serverUrl);if(!n)return!1;let r=await Pe();if(!r)return!1;try{return(await fetch(n,{method:"POST",credentials:"include",headers:{Authorization:`Bearer ${r}`,"Content-Type":"application/json"}})).ok}catch{return!1}}var sC=3e3;function am(t){return!Number.isFinite(t)||t<100||t>599?"unknown":t===502||t===503||t===504?"unreachable":t===401||t===403?"unknown":"reachable"}async function iC(t,e){if(!t||e?.signal?.aborted)return"unknown";let n=new AbortController,r=()=>n.abort();e?.signal?.addEventListener("abort",r);let s=setTimeout(r,e?.timeoutMs??3e3);try{let c=await fetch(t,{method:"HEAD",credentials:"include",cache:"no-store",signal:n.signal});return am(c.status)}catch{return"unknown"}finally{clearTimeout(s),e?.signal?.removeEventListener("abort",r)}}function os(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return e}function aC(t,e){return`${os(t)}/presentation-templates/${encodeURIComponent(e)}/pdf#toolbar=0&navpanes=0&scrollbar=0&view=FitH`}function cC(t,e){return`${os(t)}/presentation-templates/${encodeURIComponent(e)}/image.png`}function cm(t,e){return`${os(t)}/presentation/convert-to-${e}`}async function lC(t,e,n,r){let s=cm(e,t),c=r?.pollIntervalMs??2500,u=r?.timeoutMs??4*6e4,p=Date.now(),g=!1;for(;;){let f=await fetch(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({presentation_path:n,download:!0}),...r?.signal?{signal:r.signal}:{}}),m=f.headers.get("content-type")||"";if(f.ok&&(m.includes("pdf")||m.includes("presentation")||m.includes("octet-stream"))){let T=await f.blob();if(T.size===0)throw new Error("Downloaded file is empty");return T}if(f.status===202){if(g||(g=!0,r?.onGenerating?.()),Date.now()-p>u)throw new Error(`Timed out waiting for the ${t.toUpperCase()} to generate`);await new Promise((T,l)=>{let h=setTimeout(T,c);r?.signal?.addEventListener("abort",()=>{clearTimeout(h),l(r.signal?.reason??new DOMException("Aborted","AbortError"))},{once:!0})});continue}let x=await f.text().catch(()=>""),I=f.statusText;try{let T=JSON.parse(x);I=String(T.error||T.detail||T.message||I)}catch{x&&(I=x)}throw new Error(`Failed to download ${t.toUpperCase()}: ${I} (HTTP ${f.status})`)}}function Eu(t){let e=t.fetch??globalThis.fetch,n=t.baseUrl.replace(/\/$/,"");return async({limit:r,before:s})=>{let c=new URLSearchParams({limit:String(r)});s&&c.set("before",s);let u=await t.getToken?.(),p=await e(`${n}/session/${encodeURIComponent(t.sessionId)}/message?${c}`,{headers:u?{Authorization:`Bearer ${u}`}:void 0});if(!p.ok)throw new Error(`Session synchronization failed: ${p.status}`);return{messages:await p.json(),nextCursor:p.headers.get("x-next-cursor")||void 0}}}function lm(t){return pm(Eu(t))}function um(t){let e=t.fetch??globalThis.fetch,n=t.baseUrl.replace(/\/$/,""),r=Eu(t),s=async c=>{let u=await t.getToken?.(),p=await e(`${n}${c}`,{headers:u?{Authorization:`Bearer ${u}`}:void 0});if(!p.ok)throw new Error(`Session synchronization failed: ${p.status}`);return p};return new as({...t,loadPage:r,loadStatus:async()=>(await(await s("/session/status")).json())[t.sessionId]??{type:"idle"}})}async function pm(t){let e=new Map,n=new Set,r;do{let s=await t({limit:50,...r?{before:r}:{}});for(let c of s.messages)e.set(c.info.id,c);if(r=s.nextCursor,r&&n.has(r))throw new Error(`Session history cursor repeated: ${r}`);r&&n.add(r)}while(r);return[...e.values()].sort((s,c)=>s.info.id.localeCompare(c.info.id))}var dm={now:Date.now,setInterval:(t,e)=>setInterval(t,e),clearInterval:t=>clearInterval(t),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},ju=500,as=class{options;scheduler;livenessIntervalMs;snapshot={freshness:"idle",hasOlder:!1,isLoadingOlder:!1,isPromptObservedBusy:!1};nextCursor;knownUserMessageIds=new Set;olderHistoryStarted=!1;tailRequest;olderRequest;livenessTimer;promptSettlementTimer;promptObservationPhase="idle";lastActivityAt;listeners=new Set;destroyed=!1;constructor(e){this.options=e,this.scheduler=e.scheduler??dm,this.livenessIntervalMs=e.livenessIntervalMs??1e4,this.lastActivityAt=this.scheduler.now()}getSnapshot=()=>this.snapshot;subscribe=e=>(this.listeners.add(e),()=>this.listeners.delete(e));start(){return this.snapshot.freshness==="fresh"?Promise.resolve():this.reconcile("initial")}reconcile(e="manual"){return this.destroyed?Promise.resolve():this.tailRequest?this.tailRequest:(this.update({freshness:this.snapshot.freshness==="idle"?"loading":"stale"}),this.tailRequest=this.loadTail(e).finally(()=>{this.tailRequest=void 0}),this.tailRequest)}loadOlder=()=>{if(this.destroyed||!this.nextCursor)return Promise.resolve();if(this.olderRequest)return this.olderRequest;let e=this.nextCursor;return this.update({isLoadingOlder:!0}),this.olderRequest=this.loadCompleteOlderTurn(e).then(n=>{this.destroyed||(this.rememberUserMessages(n.messages),this.options.hydrate(n.messages),this.olderHistoryStarted=!0,this.setCursor(n.nextCursor))}).finally(()=>{this.olderRequest=void 0,this.update({isLoadingOlder:!1})}),this.olderRequest};noteActivity(){this.lastActivityAt=this.scheduler.now(),this.snapshot.freshness!=="fresh"&&this.update({freshness:"fresh"})}beginPromptObservation(){this.clearPromptSettlementTimer(),this.promptObservationPhase="awaiting-work",this.update({isPromptObservedBusy:!0}),this.setBusy(!0)}observePromptStatus(e){if(this.promptObservationPhase!=="idle"){if(e.type!=="idle"){this.markPromptRunning();return}this.promptObservationPhase!=="awaiting-work"&&this.schedulePromptSettlement()}}observePromptActivity(){this.promptObservationPhase!=="idle"&&this.markPromptRunning()}endPromptObservation(){this.clearPromptSettlementTimer(),this.promptObservationPhase="idle",this.update({isPromptObservedBusy:!1}),this.setBusy(!1)}setBusy(e){if(!e){this.stopLivenessTimer();return}this.livenessTimer===void 0&&(this.lastActivityAt=this.scheduler.now(),this.livenessTimer=this.scheduler.setInterval(()=>{this.checkLiveness()},this.livenessIntervalMs))}destroy(){this.destroyed=!0,this.stopLivenessTimer(),this.clearPromptSettlementTimer(),this.listeners.clear()}async loadTail(e){try{let n=await this.loadPage("tail",e),r=await this.loadCompleteTurn(n,"tail",e);if(this.destroyed)return;this.containsNewPromptReply(r.messages)&&this.observePromptActivity(),this.rememberUserMessages(r.messages),this.options.hydrate(r.messages),this.olderHistoryStarted||this.setCursor(r.nextCursor),this.update({freshness:"fresh"})}catch{this.destroyed||this.update({freshness:"error"})}finally{this.destroyed||this.options.markLoaded()}}async loadPage(e,n,r){let s=this.scheduler.now();try{let c=await this.options.loadPage({limit:50,...r?{before:r}:{}});return this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:c.messages.length,succeeded:!0}),c}catch(c){throw this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:0,succeeded:!1}),c}}async loadCompleteOlderTurn(e){let n=await this.loadPage("older","manual",e);return this.loadCompleteTurn(n,"older","manual",e)}async loadCompleteTurn(e,n,r,s){let c=[...e.messages],u=new Set(this.knownUserMessageIds),p=new Set(s?[s]:[]),g=e.nextCursor;for(let f of e.messages)f.info.role==="user"&&u.add(f.info.id);for(;g&&c.some(f=>f.info.role==="assistant"&&!!f.info.parentID&&!u.has(f.info.parentID));){if(p.has(g))throw new Error(`Session history cursor repeated: ${g}`);p.add(g);let f=await this.loadPage(n,r,g);c.unshift(...f.messages);for(let m of f.messages)m.info.role==="user"&&u.add(m.info.id);g=f.nextCursor}return{messages:c,nextCursor:g}}rememberUserMessages(e){for(let n of e)n.info.role==="user"&&this.knownUserMessageIds.add(n.info.id)}async checkLiveness(){this.destroyed||this.scheduler.now()-this.lastActivityAt<=this.livenessIntervalMs||(await this.reconcile("poll"),await this.reconcileStatus(),this.lastActivityAt=this.scheduler.now())}containsNewPromptReply(e){if(this.promptObservationPhase==="idle")return!1;let n=new Set(e.filter(r=>r.info.role==="user"&&!this.knownUserMessageIds.has(r.info.id)).map(r=>r.info.id));return n.size===0?!1:e.some(r=>r.info.role==="assistant"&&!!r.info.parentID&&n.has(r.info.parentID))}async reconcileStatus(){if(!(!this.options.loadStatus||!this.options.setStatus))try{this.options.setStatus(await this.options.loadStatus())}catch{}}setCursor(e){this.nextCursor=e,this.update({hasOlder:!!e})}stopLivenessTimer(){this.livenessTimer!==void 0&&(this.scheduler.clearInterval(this.livenessTimer),this.livenessTimer=void 0)}markPromptRunning(){this.clearPromptSettlementTimer(),this.promptObservationPhase="running"}schedulePromptSettlement(){if(this.promptObservationPhase==="settling")return;this.clearPromptSettlementTimer(),this.promptObservationPhase="settling";let e=()=>{this.promptSettlementTimer=void 0,!(this.destroyed||this.promptObservationPhase!=="settling")&&(this.promptObservationPhase="idle",this.update({isPromptObservedBusy:!1}),this.stopLivenessTimer())};this.promptSettlementTimer=this.scheduler.setTimeout?this.scheduler.setTimeout(e,ju):setTimeout(e,ju)}clearPromptSettlementTimer(){this.promptSettlementTimer!==void 0&&(this.scheduler.clearTimeout?this.scheduler.clearTimeout(this.promptSettlementTimer):clearTimeout(this.promptSettlementTimer),this.promptSettlementTimer=void 0)}update(e){let n={...this.snapshot,...e};if(!(n.freshness===this.snapshot.freshness&&n.hasOlder===this.snapshot.hasOlder&&n.isLoadingOlder===this.snapshot.isLoadingOlder&&n.isPromptObservedBusy===this.snapshot.isPromptObservedBusy)){this.snapshot=n;for(let r of this.listeners)r()}}};function gm(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return`${e}/tunnel/permission-requests/stream`}function mm(t){let{url:e,token:n,method:r="GET",body:s,onEvent:c,onOpen:u,onError:p,signal:g}=t,f=new Map,m=null,_=!1;function x(a,A){c?.(a,A);let j=f.get(a);if(j)for(let v of j)try{v(A)}catch{}}async function I(){if(_)return;m=new AbortController;let a=g?AbortSignal.any([m.signal,g]):m.signal;try{let A={Accept:"text/event-stream",Authorization:`Bearer ${n}`};r!=="GET"&&s!==void 0&&(A["Content-Type"]="application/json");let j=await fetch(e,{method:r,headers:A,body:r!=="GET"&&s!==void 0?JSON.stringify(s):void 0,signal:a,credentials:"include"});if(!j.ok)throw new Error(`SSE connection failed: ${j.status} ${j.statusText}`);if(!j.body)throw new Error("SSE response has no body");u?.();let v=j.body.getReader(),k=new TextDecoder,E="",w="message",F="";for(;!_;){let{done:K,value:y}=await v.read();if(K)break;E+=k.decode(y,{stream:!0});let C=E.split(`
77
77
  `);E=C.pop()||"";for(let M of C)M===""?F&&(x(w,F.trimEnd()),w="message",F=""):M.startsWith("event: ")?w=M.slice(7).trim():M.startsWith("data: ")?F+=(F?`
78
78
  `:"")+M.slice(6):M.startsWith("data:")&&(F+=(F?`
79
- `:"")+M.slice(5))}}catch(A){if(_||A instanceof DOMException&&A.name==="AbortError")return;p?.(A instanceof Error?A:new Error(String(A)))}}function T(){_=!0,m?.abort(),m=null,f.clear()}function l(a,A){let j=f.get(a)??new Set;j.add(A),f.set(a,j)}function h(a,A){f.get(a)?.delete(A)}return{connect:I,close:T,addEventListener:l,removeEventListener:h}}function Hv(t,e){return Yg({...e,url:Qg(t)})}export{Et as ACTIVE_INSTANCE_COOKIE,R as ApiError,ke as AuthError,ue as BillingError,au as COST_MARKUP,tu as DEFAULT_TRANSCRIPT_OPTIONS,Fg as DESTRUCTIVE_PHASES,ur as FEATURE_DISABLED_CODE,Qy as FEATURE_FLAG_KEYS,pp as FEATURE_NOT_SUPPORTED_CODE,ce as HostBoundaryError,Ig as INSTANCE_SCOPED_ROUTES,dp as MODEL_NOT_SERVABLE_CODE,Mv as PREVIEW_PROBE_TIMEOUT_MS,gp as PROVISION_IN_FLIGHT_CODE,Ur as PublicSessionShareError,Or as PublicVoiceJoinError,we as RequestTooLargeError,gr as RuntimeNotReadyError,fr as SANDBOX_FS_ROOTS,ie as SANDBOX_PORTS,At as SessionNotReadyError,Er as SessionStartError,em as __getConfigResolver,Zg as __setConfigResolver,Ys as acceptAccountInvite,kS as acceptInvite,Yc as actReviewItem,go as activateConnection,vx as addGroupMembers,Tl as addMarketplaceSource,cS as addSandboxMember,sg as allDescendantIds,Iv as appendPreviewToken,Ci as approveProjectAccessRequest,bf as approveTask,wr as archiveProject,Cf as assignTicket,Mi as attachGroupToProject,q as authenticatedFetch,i as backendApi,Yb as bindSlackIdentity,Zb as bindTeamsIdentity,Vi as brokerProjectSecretRequest,Eg as buildInstancePath,Lv as buildPresentationTemplateImageUrl,Fv as buildPresentationTemplatePdfUrl,ku as buildPreviewAuthEndpoint,Kg as buildPublicTemplateUrl,Wg as buildRuntimePresentationConversionUrl,Ho as buildSandboxTemplate,FP as buildStaticFileHealthPreviewUrl,OP as buildStaticFileLocalUrl,UP as buildStaticFilePreviewUrl,Jp as buildStaticFileServicePath,Qg as buildTunnelEventStreamUrl,HP as buildWebProxyUrl,Zc as bulkActReviewItems,qx as bulkDeletePolicies,Dx as bulkImportPolicies,so as callConnector,A_ as cancelAccountDeletion,Js as cancelAccountInvite,tS as cancelSandbox,LS as cancelSandboxUpdate,cc as cancelScheduledChange,ic as cancelSubscription,nv as checkAccessEmail,Nk as childMapByParent,VS as claimComputer,Fb as claimPerSeatBilling,xa as claimWarmProjectSession,su as classifyPart,Ng as classifyPreviewProbeStatus,Jd as classifyTurn,Ka as clearModelDefault,tb as clearSessionFresh,ca as closeChangeRequest,ey as closeMilestone,Gk as collectTurnParts,Tf as commentTicket,pa as commitSessionChanges,ou as computeStatusFromPart,dc as configureAutoTopup,Lt as configureKortix,rc as confirmCheckoutSession,Cc as connectEmail,bc as connectSlack,W_ as convertPresentationToGoogleSlides,Gv as convertRuntimePresentation,mt as copyFile,mc as costExportUrl,Ks as createAccount,hl as createAccountAuditWebhook,cl as createAccountToken,jl as createApp,Ul as createAppAccessSession,Fl as createAppDeployment,y_ as createAuditWebhook,CS as createBackup,nc as createCheckoutSession,Ro as createConnector,gt as createFile,Nc as createGatewayKey,Px as createGroup,Vg as createHttpSessionSyncController,NS as createInstance,hd as createKortix,Ts as createKortixPty,_P as createMarketplaceInstallSession,Yf as createMilestone,Ob as createPerSeatCheckout,jx as createPolicy,sc as createPortalSession,li as createProject,Of as createProjectAgent,pl as createProjectCliToken,ui as createProjectRepo,Li as createProjectResourceGrant,Ke as createProjectSession,Ea as createProjectTrigger,Gx as createRole,Yg as createSSEStream,Vw as createSandbox,tl as createSandboxShare,Go as createSandboxTemplate,zx as createScimToken,d_ as createServiceAccountApi,ya as createSessionPublicShare,r_ as createSsoGroupMapping,ff as createTask,wf as createTicket,Hv as createTunnelEventStream,Zs as declineAccountInvite,wS as declineInvite,I_ as deleteAccountImmediately,ql as deleteApp,b_ as deleteAuditWebhook,TS as deleteBackup,Ao as deleteConnector,ay as deleteCredential,Cs as deleteEnv,ft as deleteFile,Kc as deleteGatewayBudget,Si as deleteGitHubInstallation,wx as deleteGroup,WS as deleteInstance,zf as deleteKortixProject,ny as deleteMilestone,to as deletePersonalProjectSecret,$x as deletePolicy,Lf as deleteProjectAgent,Qi as deleteProjectProviderOAuth,Gi as deleteProjectResourceGrant,Zi as deleteProjectSecret,Sa as deleteProjectSession,qa as deleteProjectTrigger,Hx as deleteRole,Ko as deleteSandboxTemplate,m_ as deleteServiceAccountApi,s_ as deleteSsoGroupMapping,t_ as deleteSsoProvider,xf as deleteTask,Af as deleteTicket,Qs as describeAccountInvite,ro as describeConnectorTool,Oi as detachGroupFromProject,Wp as detectLocalhostUrls,g_ as disableServiceAccountApi,Rc as disconnectEmail,Rv as disconnectGitHubApp,Pc as disconnectSlack,Rh as discoverConnectionOAuth2,To as discoverConnectorAuth,Yw as discoverLocalSandbox,bv as downloadAccountAudit,_y as dropClientForUrl,wy as dropPublicClientForUrl,Mf as ensurePmSession,qv as ensurePreviewSessionCookie,Sh as ensureProjectConnectorConnection,Og as ensureSandbox,ba as ensureWarmProjectSession,Vu as env,fl as exportAccountAudit,fe as extractGatewayErrorDetails,Ve as extractInstanceRoute,Ps as featureDisabledKey,_w as featureFlags,Mb as fetchAccountStateWithToken,zy as fetchAccountsWithToken,Vb as fetchCostExportCsv,Jo as fetchProjectArchive,ih as fetchProjectsForAccountWithToken,lp as files,Lr as finalizeAppArtifact,lv as finalizeConnectorSetupLink,pt as findFiles,Bk as findLastTextPart,dt as findText,Ma as fireProjectTrigger,Lo as fixSandboxWithAgent,ws as formatBillingErrorForUI,cw as formatCost,iw as formatDuration,Mg as formatOpenCodeRuntimeError,Mg as formatRuntimeError,lw as formatTokens,Sd as formatTranscript,bd as generateSessionId,Hs as getAccount,R_ as getAccountDeletionStatus,Ja as getAccountState,Xa as getAccountStateMinimal,qg as getActiveInstanceIdFromCookie,O_ as getAdminProviderAnalytics,D_ as getAdminProviderDistribution,L_ as getAdminProviderFallback,j_ as getAdminRole,ng as getAgentCardLabel,jb as getAgentConfig,Gf as getAgentPersona,US as getAllVersions,Hk as getAnsweredQuestionParts,El as getApp,Dl as getAppAccess,Gl as getAppDeployment,Bl as getAppDeploymentLogs,yP as getApprovalLink,_e as getAuthToken,ms as getAuthTokenWithRetry,pc as getAutoTopupSettings,Ub as getAutoTopupSetupStatus,Za as getBillingCreditBreakdown,tc as getBillingTierConfigurations,Ya as getBillingTransactionsSummary,ec as getBillingUsageHistory,ra as getChangeRequest,sa as getChangeRequestDiff,ia as getChangeRequestMergePreview,Ik as getChildSessionError,Ak as getChildSessionId,jk as getChildSessionToolParts,pe as getClient,re as getClientForUrl,Eo as getConnectStatus,Ch as getConnectionOAuth2Application,jh as getConnectionOAuth2Status,Eh as getConnectionPolicies,vr as getConnectorCatalog,So as getConnectorConfig,ko as getConnectorPolicies,av as getConnectorSetupLink,zb as getCostSummary,$g as getCurrentInstanceIdFromPathname,Sw as getCurrentInstanceIdFromWindow,Os as getCurrentProject,Va as getDefaultAccountState,qk as getDiagnostics,tg as getDirectory,Rr as getDiscoverConnector,Dh as getDiscoverIntegration,Sc as getEmailInstallation,vc as getEmailMode,k_ as getEnterpriseDemo,ut as getFileStatus,iu as getFileWithDir,eg as getFilename,Lg as getFullChangelog,Oc as getGatewayBreakdown,Gc as getGatewayBudgets,Lc as getGatewayErrors,Hc as getGatewayKeys,Dc as getGatewayLog,Mc as getGatewayOverview,Ic as getGatewayRoutingPolicy,Uc as getGatewaySeries,Fc as getGatewaySessions,wv as getGitHubAppStatus,hi as getGitHubInstallation,N_ as getGoogleAuthUrl,_x as getGroup,Rk as getHiddenToolParts,PS as getInvite,HS as getJustavpsServerTypes,Hf as getKortixProject,Nf as getKortixProjectBySession,js as getKortixPtyWebSocketUrl,MS as getLatestSandboxVersion,mv as getMaintenanceConfig,th as getManagedGitStatus,vl as getMarketplaceCatalogItem,Cl as getMarketplaceCatalogItemFile,Jx as getMfaRequired,Xf as getMilestone,Ga as getModelDefaults,iv as getOAuthConsentRequest,hu as getOpenCodeConfigInvalidError,vk as getPartText,l_ as getPatPolicy,Dk as getPermissionForTool,br as getProject,Bf as getProjectActivity,Yo as getProjectCommit,Zo as getProjectCommitDiff,xr as getProjectDetail,ea as getProjectFileHistory,ci as getProjectGitToken,_r as getProjectLlmCatalog,Zy as getProjectLlmCatalogProviders,Pr as getProjectModelPicker,Tr as getProjectSandboxHealth,nh as getProjectSandboxProviderTransition,Ir as getProjectSession,va as getProjectSessionConfigState,Ta as getProjectSessionScope,lc as getProrationPreview,Ww as getProviders,LP as getProxyBaseUrl,ky as getPublicClientForUrl,ev as getPublicMarketplaceItem,tv as getPublicMarketplaceItemFile,tP as getPublicSessionShare,nP as getPublicSessionShareMessages,dv as getPublicShareByToken,_v as getPublicTemplate,iP as getPublicVoiceJoin,oP as getPublicVoiceTranscript,Mk as getQuestionForTool,px as getReferralCode,mx as getReferralStats,uw as getRetryInfo,pw as getRetryMessage,Xc as getReviewItem,Ox as getRolePermissions,Lx as getRoleUsage,jS as getSSHConnection,zw as getSandbox,Jw as getSandboxById,gS as getSandboxMemberScopes,Lw as getSandboxPortUrl,JS as getSandboxProvisionStatus,XS as getSandboxProvisionStreamUrl,DS as getSandboxUpdateStatus,_u as getSandboxUrl,uv as getSecretSetupLink,yr as getServerHealth,uy as getServiceLogs,_a as getSessionAudit,aw as getSessionCost,Dr as getSessionCostRecord,Wl as getSessionHealth,i_ as getSessionPolicy,ma as getSessionPreviewCandidates,Pa as getSessionTranscript,Jk as getShellModePart,kc as getSlackChannelFile,hc as getSlackInstallation,_c as getSlackManifest,xc as getSlackMode,Yx as getSsoProvider,Xp as getStaticFileHealthPath,lr as getSupabaseAccessToken,ne as getSupabaseAccessTokenWithRetry,df as getTask,mf as getTaskStatus,SP as getTemplate,Pf as getTicket,Ek as getToolInfo,vd as getTranscriptFilename,ow as getTurnCost,nw as getTurnError,rw as getTurnErrorDetails,sw as getTurnStatus,gc as getUsageRollup,yv as getUserRolesWithToken,ta as getVersionDiff,dS as getViewerSandboxScopes,ka as getVoiceTranscript,ew as getWorkingState,yS as grantSandboxProjectAccess,Lk as groupMessagesIntoTurns,dw as hasDiffs,MP as hasLocalhostUrls,Vp as hasPreviewTarget,Zp as heartbeatGapEvent,Kr as humanizeToolName,e_ as importSsoProviderFromMetadata,vP as installTemplate,rt as invalidateTokenCache,zs as inviteAccountMember,ji as inviteProjectMember,oi as inviteRepoCollaborator,Ly as isAdminBypassEnabled,Pk as isAgentPart,Kp as isAppRouteUrl,Qd as isAttachment,ks as isBillingError,kk as isCompactionPart,Gt as isConfigured,qS as isDestructivePhase,zP as isExternalUrl,_s as isFeatureDisabledError,Xd as isFilePart,kw as isInstanceDetailPath,jg as isInstanceScopedAppPath,KP as isInternalLocalhostUrl,mh as isInviteSent,Zk as isLastUserMessage,Yy as isManagedGithubProject,Aw as isOpenCodeConfigInvalidError,Sk as isPatchPart,BP as isPreviewUrl,Qp as isProxiableLocalhostUrl,Nr as isReasoningPart,EP as isRuntimeReady,Fs as isServerReachable,da as isSessionFresh,yb as isSessionStartError,ig as isShellMode,wk as isSnapshotPart,Av as isSubdomainPreviewUrl,ye as isTextPart,ae as isToolPart,Tk as isToolPartHidden,qs as isUnderSandboxRoot,WP as isWebProxyUrl,Xu as kortixPty,ni as leaveAccount,wi as linkGitHubInstallation,yi as linkRepository,gl as listAccountAudit,yl as listAccountAuditWebhooks,Vs as listAccountInvites,Ws as listAccountMembers,a_ as listAccountSessions,al as listAccountTokens,Bs as listAccounts,Fx as listActions,M_ as listAdminSandboxes,Ux as listAgentIdentities,ao as listAllConnections,Ll as listAppDeployments,Il as listApps,x_ as listAuditEvents,f_ as listAuditWebhooks,vS as listBackups,Qa as listBillingTransactions,na as listChangeRequests,ex as listChannelBindings,If as listColumns,oo as listConnections,xt as listConnectorTools,ho as listConnectors,Wb as listCostByProject,sy as listCredentialEvents,ry as listCredentials,Cr as listDiscoverConnectors,qh as listDiscoverIntegrations,Ss as listEnv,Sl as listFeaturedMarketplaces,Ef as listFields,lt as listFiles,qc as listGatewayLogs,bi as listGitHubInstallations,_i as listGitHubRepositories,Pi as listGitHubRepositoryBranches,Sx as listGroupMembers,Cx as listGroupProjectGrants,xx as listGroups,Wf as listKortixProjectSessions,Kf as listKortixProjects,Rs as listKortixPty,xi as listLinkableGitHubInstallations,kl as listMarketplaceCatalogItems,Rl as listMarketplaceSources,wl as listMarketplaces,Tx as listMemberGroups,Ax as listMemberProjectAccess,Qf as listMilestoneEvents,Jf as listMilestones,Bi as listPendingApprovals,Ei as listPendingProjectInvites,Io as listPipedreamApps,jo as listPipedreamSections,Ix as listPolicies,Ti as listProjectAccess,vi as listProjectAccessRequests,Uf as listProjectAgents,ml as listProjectAudit,Xo as listProjectBranches,ul as listProjectCliTokens,Qo as listProjectCommits,Wo as listProjectFiles,Di as listProjectGroupGrants,Do as listProjectPolicies,Fi as listProjectResourceGrants,Uo as listProjectSandboxTemplates,No as listProjectSandboxes,Ni as listProjectSecrets,Be as listProjectSessions,Oo as listProjectSnapshots,ja as listProjectTriggers,Ie as listProjects,ii as listProjectsForAccount,YS as listPublicMarketplaceItems,ZS as listPublicMarketplaces,fx as listReferrals,Jc as listReviewItems,Mx as listRoles,aS as listSandboxMembers,fS as listSandboxProjectMembers,el as listSandboxShares,Qw as listSandboxes,Wx as listScimTokens,p_ as listServiceAccountsApi,ly as listServiceTemplates,cy as listServices,fc as listSessionCosts,fa as listSessionPublicShares,Ki as listSessionsNeedingInput,n_ as listSsoGroupMappings,gf as listTaskEvents,pf as listTasks,qf as listTemplates,kf as listTicketEvents,_f as listTickets,zg as loadHttpSessionHistory,zS as markInstanceError,_t as markSessionFresh,aa as mergeChangeRequest,F_ as migrateAdminSandboxProvider,yt as mkdir,ed as narrowChatEvent,Rw as normalizeAppPathname,VP as normalizeExternalInput,It as normalizeToolName,oa as openChangeRequest,Gr as openEventStream,xv as openStressTestStream,Se as parseBillingError,xw as parseFlagOverride,Ct as parseLocalhostUrl,Dg as parseOpenCodeErrorPayload,Yl as parseSubdomainUrl,NP as parseWebProxyUrl,Vf as patchKortixProject,Co as pipedreamConnect,fo as pipedreamConnectConnection,qo as pipedreamFinalize,yo as pipedreamFinalizeConnection,$ as platformConfig,Ih as pollConnectionOAuth2DeviceAuthorization,Xi as pollProjectProviderOAuth,$c as previewGatewayRoute,Xx as previewMfaRequired,__ as probeEffectivePermission,P_ as probeEffectivePermissions,Uv as probePreviewPort,fb as projectSessionStartSeed,pi as provisionProject,eh as provisionProjectStream,oh as provisionProjectWithToken,Xl as proxyLocalhostUrl,GP as proxyUrlToInternal,uc as purchaseCredits,vh as putConnectionOAuth2Application,nS as reactivateSandbox,oc as reactivateSubscription,Le as readBlob,Fe as readFile,Vo as readProjectFile,Fo as rebuildProjectSnapshot,co as reconcileConnection,lo as reconcileMemberConnection,dy as reconcileServices,sv as recordPlatformLogout,dx as refreshReferralCode,Fr as registerAppArtifact,gy as registerService,Ri as rejectProjectAccessRequest,$k as relativizePath,Ca as reloadProjectSessionConfig,Ra as reloadProjectSessionConfigStream,xl as removeAccountAuditWebhook,ei as removeAccountMember,Rx as removeGroupMember,Is as removeKortixPty,Al as removeMarketplaceSource,lS as removeSandboxMember,ht as renameFile,Xw as renameSandbox,la as reopenChangeRequest,ty as reopenMilestone,jf as replaceColumns,$f as replaceFields,Df as replaceTemplates,T_ as requestAccountDeletion,ua as requestChangesOnChangeRequest,gh as requestProjectAccess,Pl as requestProjectConnector,_l as requestProjectSecret,Xs as resendAccountInvite,qi as resendPendingProjectInvite,Py as resetClient,Ec as resetGatewayRoutingPolicy,Sy as resetPublicClient,FS as resetSandboxUpdateStatus,Hi as resolveApproval,Pt as restartProjectSession,Zw as restartSandbox,RS as restoreBackup,oy as revealCredential,c_ as revokeAccountSession,ll as revokeAccountToken,po as revokeConnection,Wc as revokeGatewayKey,$i as revokePendingProjectInvite,Ii as revokeProjectAccess,dl as revokeProjectCliToken,bS as revokeSandboxInvite,hS as revokeSandboxProjectAccess,nl as revokeSandboxShare,Vx as revokeScimToken,ha as revokeSessionPublicShare,me as rewriteLocalhostUrl,Nl as rollbackApp,zc as runGatewayPlayground,ki as saveGitHubInstallation,ac as scheduleDowngrade,no as searchConnectorTools,zo as searchProjectFiles,yx as sendReferralEmails,py as serviceAction,hb as sessionStartKey,vw as setActiveInstanceCookie,Fy as setAdminBypass,U_ as setAdminProviderDistribution,G_ as setAdminProviderFallback,Na as setAgentScope,Km as setBootstrapAuthToken,Bm as setCachedAuthToken,$h as setConnectionPolicies,_o as setConnectorAuthorizationStrategy,$o as setConnectorCredential,xo as setConnectorCredentialMode,vo as setConnectorName,wo as setConnectorPolicies,Mh as setConnectorSecretBinding,Po as setConnectorSensitive,mo as setDefaultConnection,w_ as setEnterpriseDemo,vs as setEnv,Bc as setGatewayBudget,jc as setGatewayRoutingPolicy,vv as setGitHubAppFromExisting,Cv as setGitHubAppPat,fv as setMaintenanceConfig,Ac as setMeetBotName,Nx as setMemberSuperAdmin,Qx as setMfaRequired,Ba as setModelDefault,eo as setPersonalProjectSecret,Sb as setProjectModelEnablement,fi as setProjectOnboardingComplete,sh as setProjectOnboardingProfile,Mo as setProjectPolicies,zi as setProjectSecretStrategy,Ia as setProjectSessionModel,Aa as setProjectSessionScope,ga as setProjectSessionSharing,Da as setProjectTriggersActivation,IS as setupSSH,mu as shellExitCode,tw as shouldHideResponsePart,Zd as shouldShowToolPart,Wk as sortSessions,Ck as splitUserParts,Kl as startApp,Th as startConnectionOAuth2Authorization,Ah as startConnectionOAuth2DeviceAuthorization,cv as startConnectorSetupLink,Sv as startGitHubAppManifest,Ji as startProjectProviderOAuth,je as startProjectSession,gv as startSessionWithToken,hf as startTask,Hl as stopApp,kt as stopProjectSession,eS as stopSandbox,Uk as stripAnsi,ww as stripInstancePrefix,ve as stripTrailingSlashes,rv as submitAccessRequest,hv as submitDemoRequest,ov as submitOAuthConsent,Qc as submitReviewItem,pv as submitSecretSetupLink,Gy as supabaseClient,bo as syncConnectors,Lb as syncSubscription,vy as systemReload,Te as toDaemonPath,Cw as toInstanceAwarePath,Yp as toInternalUrl,Ds as toSandboxAbsolutePath,Ms as toWorkspaceRelative,Hr as toolInfo,Tg as toolViewModel,Vc as transcribeAudio,OS as triggerSandboxUpdate,Ju as triggersRequest,Kk as turnHasSteps,Rf as unassignTicket,ee as unwrapError,bl as updateAccountAuditWebhook,ti as updateAccountMemberRole,Ns as updateAccountName,Eb as updateAgentConfig,$l as updateApp,Ml as updateAppAccess,h_ as updateAuditWebhook,tx as updateChannelBinding,uo as updateConnectionCredential,Tc as updateEmailPolicy,gi as updateExperimentalFeature,di as updateFeatureFlag,kx as updateGroup,As as updateKortixPty,Zf as updateMilestone,u_ as updatePatPolicy,Ex as updatePolicy,kr as updateProject,Ai as updateProjectAccess,Ff as updateProjectAgent,za as updateProjectDefaultAgent,Ui as updateProjectGroupGrant,mi as updateProjectSandboxProvider,wa as updateProjectSession,$a as updateProjectTrigger,Bx as updateRole,Kx as updateRolePermissions,uS as updateSandboxMemberRole,mS as updateSandboxMemberScope,pS as updateSandboxMemberSpendCap,Bo as updateSandboxTemplate,o_ as updateSessionPolicy,yf as updateTask,rh as updateTemplateWarmPool,Sf as updateTicket,vf as updateTicketStatus,Ol as uploadAppArtifactArchive,io as uploadConnectorAttachment,Ge as uploadFile,wc as uploadSlackChannelFile,iy as upsertCredential,Yi as upsertProjectGitCredential,Wi as upsertProjectSecret,Zx as upsertSsoProvider,ai as validateProjectManifest,gx as validateReferralCode,ri as validateToken,ix as verifyGatewayProvider};
79
+ `:"")+M.slice(5))}}catch(A){if(_||A instanceof DOMException&&A.name==="AbortError")return;p?.(A instanceof Error?A:new Error(String(A)))}}function T(){_=!0,m?.abort(),m=null,f.clear()}function l(a,A){let j=f.get(a)??new Set;j.add(A),f.set(a,j)}function h(a,A){f.get(a)?.delete(A)}return{connect:I,close:T,addEventListener:l,removeEventListener:h}}function dC(t,e){return mm({...e,url:gm(t)})}export{qt as ACTIVE_INSTANCE_COOKIE,R as ApiError,we as AuthError,pe as BillingError,fu as COST_MARKUP,lu as DEFAULT_TRANSCRIPT_OPTIONS,tm as DESTRUCTIVE_PHASES,dr as FEATURE_DISABLED_CODE,hh as FEATURE_FLAG_KEYS,vp as FEATURE_NOT_SUPPORTED_CODE,le as HostBoundaryError,xp as IMPERSONATION_HEADER,Wg as INSTANCE_SCOPED_ROUTES,Cp as MODEL_NOT_SERVABLE_CODE,sC as PREVIEW_PROBE_TIMEOUT_MS,Rp as PROVISION_IN_FLIGHT_CODE,Nr as PublicSessionShareError,Hr as PublicVoiceJoinError,Se as RequestTooLargeError,fr as RuntimeNotReadyError,hr as SANDBOX_FS_ROOTS,ie as SANDBOX_PORTS,jt as SessionNotReadyError,Or as SessionStartError,ym as __getConfigResolver,fm as __setConfigResolver,ai as acceptAccountInvite,NS as acceptInvite,ol as actReviewItem,ko as activateConnection,zx as addGroupMembers,Ml as addMarketplaceSource,IS as addSandboxMember,_g as allDescendantIds,Yv as appendPreviewToken,Di as approveProjectAccessRequest,qf as approveTask,Ar as archiveProject,Bf as assignTicket,Hi as attachGroupToProject,q as authenticatedFetch,i as backendApi,_x as bindSlackIdentity,Px as bindTeamsIdentity,ro as brokerProjectSecretRequest,Vg as buildInstancePath,cC as buildPresentationTemplateImageUrl,aC as buildPresentationTemplatePdfUrl,Iu as buildPreviewAuthEndpoint,im as buildPublicTemplateUrl,cm as buildRuntimePresentationConversionUrl,Zo as buildSandboxTemplate,ak as buildStaticFileHealthPreviewUrl,ok as buildStaticFileLocalUrl,ik as buildStaticFilePreviewUrl,ud as buildStaticFileServicePath,gm as buildTunnelEventStreamUrl,dk as buildWebProxyUrl,al as bulkActReviewItems,n_ as bulkDeletePolicies,r_ as bulkImportPolicies,mo as callConnector,Q_ as cancelAccountDeletion,si as cancelAccountInvite,wS as cancelSandbox,cv as cancelSandboxUpdate,yc as cancelScheduledChange,gc as cancelSubscription,Sv as checkAccessEmail,gw as childMapByParent,yv as claimComputer,ax as claimPerSeatBilling,Ta as claimWarmProjectSession,du as classifyPart,am as classifyPreviewProbeStatus,pg as classifyTurn,Vs as clearImpersonationSession,Ya as clearModelDefault,Pb as clearSessionFresh,ha as closeChangeRequest,yy as closeMilestone,lw as collectTurnParts,Nf as commentTicket,_a as commitSessionChanges,mu as computeStatusFromPart,_c as configureAutoTopup,Bt as configureKortix,pc as confirmCheckoutSession,qc as connectEmail,Cc as connectSlack,mP as convertPresentationToGoogleSlides,lC as convertRuntimePresentation,ft as copyFile,kc as costExportUrl,Ys as createAccount,vl as createAccountAuditWebhook,yl as createAccountToken,Fl as createApp,Hl as createAppAccessSession,zl as createAppDeployment,O_ as createAuditWebhook,VS as createBackup,uc as createCheckoutSession,Mo as createConnector,mt as createFile,Zc as createGatewayKey,Kx as createGroup,um as createHttpSessionSyncController,gv as createInstance,Ed as createKortix,Ds as createKortixPty,BP as createMarketplaceInstallSession,my as createMilestone,ox as createPerSeatCheckout,Zx as createPolicy,dc as createPortalSession,bi as createProject,ey as createProjectAgent,xl as createProjectCliToken,xi as createProjectRepo,Ji as createProjectResourceGrant,Ne as createProjectSession,Ga as createProjectTrigger,l_ as createRole,mm as createSSEStream,yS as createSandbox,ll as createSandboxShare,Xo as createSandboxTemplate,f_ as createScimToken,q_ as createServiceAccountApi,va as createSessionPublicShare,v_ as createSsoGroupMapping,jf as createTask,Ff as createTicket,dC as createTunnelEventStream,ci as declineAccountInvite,HS as declineInvite,Y_ as deleteAccountImmediately,Bl as deleteApp,L_ as deleteAuditWebhook,XS as deleteBackup,Oo as deleteConnector,wy as deleteCredential,$s as deleteEnv,yt as deleteFile,Qc as deleteGatewayBudget,$i as deleteGitHubInstallation,Hx as deleteGroup,mv as deleteInstance,ly as deleteKortixProject,by as deleteMilestone,uo as deletePersonalProjectSecret,t_ as deletePolicy,ny as deleteProjectAgent,oo as deleteProjectProviderOAuth,Xi as deleteProjectResourceGrant,co as deleteProjectSecret,$a as deleteProjectSession,Ka as deleteProjectTrigger,d_ as deleteRole,Yo as deleteSandboxTemplate,M_ as deleteServiceAccountApi,C_ as deleteSsoGroupMapping,w_ as deleteSsoProvider,Df as deleteTask,Hf as deleteTicket,oi as describeAccountInvite,go as describeConnectorTool,zi as detachGroupFromProject,ad as detectLocalhostUrls,D_ as disableServiceAccountApi,Dc as disconnectEmail,Jv as disconnectGitHubApp,Ac as disconnectSlack,zh as discoverConnectionOAuth2,Uo as discoverConnectorAuth,_S as discoverLocalSandbox,Lv as downloadAccountAudit,My as dropClientForUrl,Fy as dropPublicClientForUrl,Yf as ensurePmSession,nC as ensurePreviewSessionCookie,Nh as ensureProjectConnectorConnection,em as ensureSandbox,Ra as ensureWarmProjectSession,np as env,wl as exportAccountAudit,ae as extractGatewayErrorDetails,Je as extractInstanceRoute,Ts as featureDisabledKey,Bw as featureFlags,sx as fetchAccountStateWithToken,gh as fetchAccountsWithToken,yx as fetchCostExportCsv,sa as fetchProjectArchive,vh as fetchProjectsForAccountWithToken,hp as files,zr as finalizeAppArtifact,jv as finalizeConnectorSetupLink,dt as findFiles,uw as findLastTextPart,gt as findText,Ha as fireProjectTrigger,Jo as fixSandboxWithAgent,Is as formatBillingErrorForUI,Iw as formatCost,Rw as formatDuration,Yg as formatOpenCodeRuntimeError,Yg as formatRuntimeError,jw as formatTokens,Fd as formatTranscript,$d as generateSessionId,Zs as getAccount,J_ as getAccountDeletionStatus,rc as getAccountState,sc as getAccountStateMinimal,Xg as getActiveInstanceIdFromCookie,oP as getAdminProviderAnalytics,rP as getAdminProviderDistribution,cP as getAdminProviderFallback,Z_ as getAdminRole,bg as getAgentCardLabel,Qb as getAgentConfig,ry as getAgentPersona,iv as getAllVersions,dw as getAnsweredQuestionParts,Ll as getApp,Kl as getAppAccess,Jl as getAppDeployment,Xl as getAppDeploymentLogs,OP as getApprovalLink,Pe as getAuthToken,Ps as getAuthTokenWithRetry,xc as getAutoTopupSettings,ix as getAutoTopupSetupStatus,ac as getBillingCreditBreakdown,lc as getBillingTierConfigurations,oc as getBillingTransactionsSummary,cc as getBillingUsageHistory,da as getChangeRequest,ga as getChangeRequestDiff,ma as getChangeRequestMergePreview,Yk as getChildSessionError,Qk as getChildSessionId,Zk as getChildSessionToolParts,de as getClient,re as getClientForUrl,Go as getConnectStatus,Wh as getConnectionOAuth2Application,Qh as getConnectionOAuth2Status,Yh as getConnectionPolicies,jr as getConnectorCatalog,$o as getConnectorConfig,jo as getConnectorPolicies,Av as getConnectorSetupLink,fx as getCostSummary,Jg as getCurrentInstanceIdFromPathname,Ww as getCurrentInstanceIdFromWindow,Hs as getCurrentProject,Lr as getDefaultAccountState,nw as getDiagnostics,hg as getDirectory,$r as getDiscoverConnector,tb as getDiscoverIntegration,Ec as getEmailInstallation,$c as getEmailMode,N_ as getEnterpriseDemo,pt as getFileStatus,gu as getFileWithDir,yg as getFilename,nm as getFullChangelog,Wc as getGatewayBreakdown,Jc as getGatewayBudgets,Vc as getGatewayErrors,Yc as getGatewayKeys,Kc as getGatewayLog,Nc as getGatewayOverview,Oc as getGatewayRoutingPolicy,Hc as getGatewaySeries,zc as getGatewaySessions,Hv as getGitHubAppStatus,Ci as getGitHubInstallation,gP as getGoogleAuthUrl,Bx as getGroup,Jk as getHiddenToolParts,kp as getImpersonationSession,KS as getInvite,dv as getJustavpsServerTypes,oy as getKortixProject,ay as getKortixProjectBySession,Os as getKortixPtyWebSocketUrl,sv as getLatestSandboxVersion,Mv as getMaintenanceConfig,Ph as getManagedGitStatus,$l as getMarketplaceCatalogItem,ql as getMarketplaceCatalogItemFile,h_ as getMfaRequired,dy as getMilestone,Xa as getModelDefaults,Rv as getOAuthConsentRequest,vu as getOpenCodeConfigInvalidError,zk as getPartText,j_ as getPatPolicy,rw as getPermissionForTool,Sr as getProject,sy as getProjectActivity,aa as getProjectCommit,ca as getProjectCommitDiff,vr as getProjectDetail,la as getProjectFileHistory,hi as getProjectGitToken,Cr as getProjectLlmCatalog,xh as getProjectLlmCatalogProviders,Rr as getProjectModelPicker,qr as getProjectSandboxHealth,kh as getProjectSandboxProviderTransition,Mr as getProjectSession,qa as getProjectSessionConfigState,Ua as getProjectSessionScope,hc as getProrationPreview,mS as getProviders,ck as getProxyBaseUrl,Oy as getPublicClientForUrl,kv as getPublicMarketplaceItem,wv as getPublicMarketplaceItemFile,wP as getPublicSessionShare,SP as getPublicSessionShareMessages,qv as getPublicShareByToken,Bv as getPublicTemplate,RP as getPublicVoiceJoin,TP as getPublicVoiceTranscript,sw as getQuestionForTool,$x as getReferralCode,Mx as getReferralStats,Ew as getRetryInfo,$w as getRetryMessage,sl as getReviewItem,o_ as getRolePermissions,c_ as getRoleUsage,ZS as getSSHConnection,fS as getSandbox,hS as getSandboxById,DS as getSandboxMemberScopes,cS as getSandboxPortUrl,hv as getSandboxProvisionStatus,bv as getSandboxProvisionStreamUrl,rv as getSandboxUpdateStatus,Tu as getSandboxUrl,Ev as getSecretSetupLink,br as getServerHealth,Cy as getServiceLogs,Aa as getSessionAudit,Aw as getSessionCost,Br as getSessionCostRecord,eu as getSessionHealth,R_ as getSessionPolicy,wa as getSessionPreviewCandidates,Ia as getSessionTranscript,hw as getShellModePart,Ic as getSlackChannelFile,vc as getSlackInstallation,Tc as getSlackManifest,Rc as getSlackMode,__ as getSsoProvider,pd as getStaticFileHealthPath,pr as getSupabaseAccessToken,ne as getSupabaseAccessTokenWithRetry,Tf as getTask,If as getTaskStatus,WP as getTemplate,Uf as getTicket,ew as getToolInfo,Ld as getTranscriptFilename,Tw as getTurnCost,Sw as getTurnError,vw as getTurnErrorDetails,Cw as getTurnStatus,Pc as getUsageRollup,Ov as getUserRolesWithToken,ua as getVersionDiff,qS as getViewerSandboxScopes,ja as getVoiceTranscript,kw as getWorkingState,OS as grantSandboxProjectAccess,Zb as grantSecretToAgent,cw as groupMessagesIntoTurns,qw as hasDiffs,sk as hasLocalhostUrls,ld as hasPreviewTarget,md as heartbeatGapEvent,Xr as humanizeToolName,kr as impersonationHeaders,k_ as importSsoProviderFromMetadata,zP as installTemplate,st as invalidateTokenCache,ni as inviteAccountMember,Li as inviteProjectMember,fi as inviteRepoCollaborator,oh as isAdminBypassEnabled,Kk as isAgentPart,sd as isAppRouteUrl,gg as isAttachment,As as isBillingError,Nk as isCompactionPart,Kt as isConfigured,nv as isDestructivePhase,fk as isExternalUrl,Rs as isFeatureDisabledError,dg as isFilePart,_p as isImpersonationSessionLive,Nw as isInstanceDetailPath,zg as isInstanceScopedAppPath,pk as isInternalLocalhostUrl,qh as isInviteSent,Pw as isLastUserMessage,bh as isManagedGithubProject,Qw as isOpenCodeConfigInvalidError,Wk as isPatchPart,uk as isPreviewUrl,dd as isProxiableLocalhostUrl,Yr as isReasoningPart,ek as isRuntimeReady,Ws as isServerReachable,Pa as isSessionFresh,Mb as isSessionStartError,Pg as isShellMode,Hk as isSnapshotPart,Qv as isSubdomainPreviewUrl,he as isTextPart,ce as isToolPart,Xk as isToolPartHidden,Gs as isUnderSandboxRoot,mk as isWebProxyUrl,sp as kortixPty,pi as leaveAccount,Ei as linkGitHubInstallation,vi as linkRepository,Pl as listAccountAudit,Sl as listAccountAuditWebhooks,ri as listAccountInvites,ti as listAccountMembers,A_ as listAccountSessions,fl as listAccountTokens,Qs as listAccounts,a_ as listActions,sP as listAdminSandboxes,i_ as listAgentIdentities,ho as listAllConnections,Vl as listAppDeployments,Ol as listApps,G_ as listAuditEvents,U_ as listAuditWebhooks,zS as listBackups,ic as listBillingTransactions,pa as listChangeRequests,kx as listChannelBindings,Wf as listColumns,yo as listConnections,Pt as listConnectorTools,Co as listConnectors,mx as listCostByProject,_y as listCredentialEvents,xy as listCredentials,Er as listDiscoverConnectors,eb as listDiscoverIntegrations,js as listEnv,El as listFeaturedMarketplaces,Vf as listFields,ut as listFiles,Bc as listGatewayLogs,Ri as listGitHubInstallations,Ai as listGitHubRepositories,Ii as listGitHubRepositoryBranches,Wx as listGroupMembers,Vx as listGroupProjectGrants,Gx as listGroups,cy as listKortixProjectSessions,iy as listKortixProjects,qs as listKortixPty,Ti as listLinkableGitHubInstallations,Il as listMarketplaceCatalogItems,Dl as listMarketplaceSources,jl as listMarketplaces,Xx as listMemberGroups,Qx as listMemberProjectAccess,gy as listMilestoneEvents,py as listMilestones,Qi as listPendingApprovals,Gi as listPendingProjectInvites,Fo as listPipedreamApps,Lo as listPipedreamSections,Yx as listPolicies,Ui as listProjectAccess,qi as listProjectAccessRequests,Zf as listProjectAgents,kl as listProjectAudit,ia as listProjectBranches,bl as listProjectCliTokens,oa as listProjectCommits,ta as listProjectFiles,Ni as listProjectGroupGrants,No as listProjectPolicies,Vi as listProjectResourceGrants,Wo as listProjectSandboxTemplates,ea as listProjectSandboxes,eo as listProjectSecrets,Ke as listProjectSessions,zo as listProjectSnapshots,La as listProjectTriggers,je as listProjects,mi as listProjectsForAccount,_v as listPublicMarketplaceItems,Pv as listPublicMarketplaces,Ux as listReferrals,rl as listReviewItems,s_ as listRoles,AS as listSandboxMembers,US as listSandboxProjectMembers,cl as listSandboxShares,xS as listSandboxes,m_ as listScimTokens,$_ as listServiceAccountsApi,vy as listServiceTemplates,Sy as listServices,wc as listSessionCosts,Sa as listSessionPublicShares,Yi as listSessionsNeedingInput,S_ as listSsoGroupMappings,Af as listTaskEvents,Rf as listTasks,Xf as listTemplates,Of as listTicketEvents,Mf as listTickets,lm as loadHttpSessionHistory,fv as markInstanceError,kt as markSessionFresh,ya as mergeChangeRequest,aP as migrateAdminSandboxProvider,ht as mkdir,fd as narrowChatEvent,Jw as normalizeAppPathname,yk as normalizeExternalInput,Et as normalizeToolName,fa as openChangeRequest,Vr as openEventStream,Gv as openStressTestStream,ve as parseBillingError,Gw as parseFlagOverride,Tt as parseLocalhostUrl,Qg as parseOpenCodeErrorPayload,ou as parseSubdomainUrl,gk as parseWebProxyUrl,uy as patchKortixProject,Do as pipedreamConnect,So as pipedreamConnectConnection,Ko as pipedreamFinalize,vo as pipedreamFinalizeConnection,$ as platformConfig,Xh as pollConnectionOAuth2DeviceAuthorization,io as pollProjectProviderOAuth,Gc as previewGatewayRoute,b_ as previewMfaRequired,B_ as probeEffectivePermission,K_ as probeEffectivePermissions,iC as probePreviewPort,Db as projectSessionStartSeed,_i as provisionProject,_h as provisionProjectStream,Ch as provisionProjectWithToken,su as proxyLocalhostUrl,lk as proxyUrlToInternal,bc as purchaseCredits,Hh as putConnectionOAuth2Application,SS as reactivateSandbox,mc as reactivateSubscription,Ge as readBlob,Le as readFile,ra as readProjectFile,Vo as rebuildProjectSnapshot,bo as reconcileConnection,xo as reconcileMemberConnection,Ty as reconcileServices,Cv as recordPlatformLogout,qx as refreshReferralCode,Wr as registerAppArtifact,Ay as registerService,Mi as rejectProjectAccessRequest,tw as relativizePath,Da as reloadProjectSessionConfig,Ma as reloadProjectSessionConfigStream,Rl as removeAccountAuditWebhook,li as removeAccountMember,Jx as removeGroupMember,Us as removeKortixPty,Ul as removeMarketplaceSource,jS as removeSandboxMember,bt as renameFile,bS as renameSandbox,ba as reopenChangeRequest,hy as reopenMilestone,zf as replaceColumns,Jf as replaceFields,Qf as replaceTemplates,X_ as requestAccountDeletion,xa as requestChangesOnChangeRequest,$h as requestProjectAccess,Al as requestProjectConnector,Tl as requestProjectSecret,ii as resendAccountInvite,Ki as resendPendingProjectInvite,Uy as resetClient,Lc as resetGatewayRoutingPolicy,Ly as resetPublicClient,av as resetSandboxUpdateStatus,Zi as resolveApproval,rx as resolvedPlan,wt as restartProjectSession,PS as restartSandbox,JS as restoreBackup,ky as revealCredential,I_ as revokeAccountSession,hl as revokeAccountToken,Po as revokeConnection,el as revokeGatewayKey,Bi as revokePendingProjectInvite,Fi as revokeProjectAccess,_l as revokeProjectCliToken,LS as revokeSandboxInvite,FS as revokeSandboxProjectAccess,ul as revokeSandboxShare,y_ as revokeScimToken,Ca as revokeSessionPublicShare,ye as rewriteLocalhostUrl,Zl as rollbackApp,tl as runGatewayPlayground,ji as saveGitHubInstallation,fc as scheduleDowngrade,po as searchConnectorTools,na as searchProjectFiles,Ox as sendReferralEmails,Ry as serviceAction,Ub as sessionStartKey,zw as setActiveInstanceCookie,ih as setAdminBypass,iP as setAdminProviderDistribution,lP as setAdminProviderFallback,ec as setAgentScope,of as setBootstrapAuthToken,sf as setCachedAuthToken,Zh as setConnectionPolicies,Ao as setConnectorAuthorizationStrategy,Bo as setConnectorCredential,To as setConnectorCredentialMode,qo as setConnectorName,Eo as setConnectorPolicies,nb as setConnectorSecretBinding,Io as setConnectorSensitive,wo as setDefaultConnection,H_ as setEnterpriseDemo,Es as setEnv,Xc as setGatewayBudget,Fc as setGatewayRoutingPolicy,zv as setGitHubAppFromExisting,Vv as setGitHubAppPat,Qy as setImpersonationSession,Uv as setMaintenanceConfig,Uc as setMeetBotName,g_ as setMemberSuperAdmin,x_ as setMfaRequired,Qa as setModelDefault,lo as setPersonalProjectSecret,Nb as setProjectModelEnablement,Si as setProjectOnboardingComplete,Sh as setProjectOnboardingProfile,Ho as setProjectPolicies,no as setProjectSecretStrategy,Fa as setProjectSessionModel,Oa as setProjectSessionScope,ka as setProjectSessionSharing,Na as setProjectTriggersActivation,YS as setupSSH,ku as shellExitCode,Sp as shouldAttachImpersonation,ww as shouldHideResponsePart,fg as shouldShowToolPart,mw as sortSessions,Vk as splitUserParts,Ql as startApp,Vh as startConnectionOAuth2Authorization,Jh as startConnectionOAuth2DeviceAuthorization,Iv as startConnectorSetupLink,Wv as startGitHubAppManifest,so as startProjectProviderOAuth,Ee as startProjectSession,Dv as startSessionWithToken,$f as startTask,Yl as stopApp,St as stopProjectSession,kS as stopSandbox,iw as stripAnsi,Hw as stripInstancePrefix,Ce as stripTrailingSlashes,vv as submitAccessRequest,Fv as submitDemoRequest,Tv as submitOAuthConsent,il as submitReviewItem,$v as submitSecretSetupLink,Yy as subscribeToImpersonation,ah as supabaseClient,Ro as syncConnectors,cx as syncSubscription,Gy as systemReload,Ae as toDaemonPath,Vw as toInstanceAwarePath,gd as toInternalUrl,Bs as toSandboxAbsolutePath,Ks as toWorkspaceRelative,Qr as toolInfo,Ng as toolViewModel,nl as transcribeAudio,ov as triggerSandboxUpdate,rp as triggersRequest,pw as turnHasSteps,Kf as unassignTicket,Y as unwrapError,Cl as updateAccountAuditWebhook,ui as updateAccountMemberRole,ei as updateAccountName,Yb as updateAgentConfig,Gl as updateApp,Nl as updateAppAccess,F_ as updateAuditWebhook,wx as updateChannelBinding,_o as updateConnectionCredential,Mc as updateEmailPolicy,ki as updateExperimentalFeature,Pi as updateFeatureFlag,Nx as updateGroup,Ms as updateKortixPty,fy as updateMilestone,E_ as updatePatPolicy,e_ as updatePolicy,Tr as updateProject,Oi as updateProjectAccess,ty as updateProjectAgent,nc as updateProjectDefaultAgent,Wi as updateProjectGroupGrant,wi as updateProjectSandboxProvider,Ea as updateProjectSession,Ba as updateProjectTrigger,u_ as updateRole,p_ as updateRolePermissions,ES as updateSandboxMemberRole,MS as updateSandboxMemberScope,$S as updateSandboxMemberSpendCap,Qo as updateSandboxTemplate,T_ as updateSessionPolicy,Ef as updateTask,wh as updateTemplateWarmPool,Lf as updateTicket,Gf as updateTicketStatus,Wl as uploadAppArtifactArchive,fo as uploadConnectorAttachment,Be as uploadFile,jc as uploadSlackChannelFile,Py as upsertCredential,ao as upsertProjectGitCredential,to as upsertProjectSecret,P_ as upsertSsoProvider,yi as validateProjectManifest,Dx as validateReferralCode,di as validateToken,Rx as verifyGatewayProvider};