@kortix/sdk 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/session-sync/session-transcript-cache.d.ts +9 -2
- package/dist/browser/session-sync/session-transcript-cache.d.ts.map +1 -1
- package/dist/browser/session-sync/session-transcript-cache.js +15 -5
- package/dist/browser/session-sync/session-transcript-cache.js.map +1 -1
- package/dist/browser/stores/sync-store.d.ts +39 -1
- package/dist/browser/stores/sync-store.d.ts.map +1 -1
- package/dist/browser/stores/sync-store.js +393 -70
- package/dist/browser/stores/sync-store.js.map +1 -1
- package/dist/core/client/kortix.d.ts +1 -7
- package/dist/core/client/kortix.d.ts.map +1 -1
- package/dist/core/http/opencode-errors.d.ts +7 -0
- package/dist/core/http/opencode-errors.d.ts.map +1 -1
- package/dist/core/http/opencode-errors.js +45 -13
- package/dist/core/http/opencode-errors.js.map +1 -1
- package/dist/core/rest/projects-client/accounts.d.ts +0 -4
- package/dist/core/rest/projects-client/accounts.d.ts.map +1 -1
- package/dist/core/rest/projects-client/accounts.js.map +1 -1
- package/dist/core/rest/projects-client/connectors.d.ts +67 -1
- package/dist/core/rest/projects-client/connectors.d.ts.map +1 -1
- package/dist/core/rest/projects-client/connectors.js +17 -0
- package/dist/core/rest/projects-client/connectors.js.map +1 -1
- package/dist/core/rest/projects-client/projects.d.ts +1 -1
- package/dist/core/rest/projects-client/projects.d.ts.map +1 -1
- package/dist/core/rest/projects-client/projects.js +0 -1
- package/dist/core/rest/projects-client/projects.js.map +1 -1
- package/dist/core/rest/projects-client/secrets.d.ts +12 -5
- package/dist/core/rest/projects-client/secrets.d.ts.map +1 -1
- package/dist/core/rest/projects-client/secrets.js.map +1 -1
- package/dist/core/rest/projects-client/sessions.d.ts +38 -3
- package/dist/core/rest/projects-client/sessions.d.ts.map +1 -1
- package/dist/core/rest/projects-client/sessions.js +7 -2
- package/dist/core/rest/projects-client/sessions.js.map +1 -1
- package/dist/core/turns/grouping.d.ts +0 -14
- package/dist/core/turns/grouping.d.ts.map +1 -1
- package/dist/core/turns/grouping.js +25 -11
- package/dist/core/turns/grouping.js.map +1 -1
- package/dist/kortix.esm.min.js +22 -22
- package/dist/kortix.global.js +21 -21
- package/dist/react/query-contracts.d.ts +2 -0
- package/dist/react/query-contracts.d.ts.map +1 -1
- package/dist/react/query-contracts.js +2 -0
- package/dist/react/query-contracts.js.map +1 -1
- package/dist/react/query-keys.d.ts +5 -0
- package/dist/react/query-keys.d.ts.map +1 -1
- package/dist/react/query-keys.js +5 -0
- package/dist/react/query-keys.js.map +1 -1
- package/dist/react/use-session-prompts.d.ts.map +1 -1
- package/dist/react/use-session-prompts.js +8 -0
- package/dist/react/use-session-prompts.js.map +1 -1
- package/dist/react/use-session-send.d.ts.map +1 -1
- package/dist/react/use-session-send.js +5 -1
- package/dist/react/use-session-send.js.map +1 -1
- package/dist/react/use-session-sync.d.ts.map +1 -1
- package/dist/react/use-session-sync.js +3 -2
- package/dist/react/use-session-sync.js.map +1 -1
- package/dist/react/use-session.d.ts +9 -0
- package/dist/react/use-session.d.ts.map +1 -1
- package/dist/react/use-session.js +16 -1
- package/dist/react/use-session.js.map +1 -1
- package/package.json +2 -2
package/dist/kortix.esm.min.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
var
|
|
1
|
+
var gp={backendUrl:"",getToken:async()=>null},Kt=null,nt=null;function pf(t){nt=t}function df(){return nt}function Ht(t,e){e?.global!==!1&&(Kt=t)}function $(){return nt?.()??Kt??gp}function Wt(){return Kt!==null||nt?.()!==void 0}var ps=({onRequest:t,onSseError:e,onSseEvent:n,responseTransformer:r,responseValidator:s,sseDefaultRetryDelay:o,sseMaxRetryAttempts:u,sseMaxRetryDelay:p,sseSleepFn:d,url:f,...m})=>{let b,x=d??(C=>new Promise(l=>setTimeout(l,C)));return{stream:async function*(){let C=o??3e3,l=0,y=m.signal??new AbortController().signal;for(;!y.aborted;){l++;let c=m.headers instanceof Headers?m.headers:new Headers(m.headers);b!==void 0&&c.set("Last-Event-ID",b);try{let R={redirect:"follow",...m,body:m.serializedBody,headers:c,signal:y},A=new Request(f,R);t&&(A=await t(f,R));let D=await(m.fetch??globalThis.fetch)(A);if(!D.ok)throw new Error(`SSE failed: ${D.status} ${D.statusText}`);if(!D.body)throw new Error("No body in SSE response");let j=D.body.pipeThrough(new TextDecoderStream).getReader(),T="",z=()=>{try{j.cancel()}catch{}};y.addEventListener("abort",z);try{for(;;){let{done:V,value:h}=await j.read();if(V)break;T+=h,T=T.replace(/\r\n/g,`
|
|
2
2
|
`).replace(/\r/g,`
|
|
3
|
-
`);let S=
|
|
3
|
+
`);let S=T.split(`
|
|
4
4
|
|
|
5
|
-
`);
|
|
5
|
+
`);T=S.pop()??"";for(let N of S){let X=N.split(`
|
|
6
6
|
`),U=[],B;for(let M of X)if(M.startsWith("data:"))U.push(M.replace(/^data:\s*/,""));else if(M.startsWith("event:"))B=M.replace(/^event:\s*/,"");else if(M.startsWith("id:"))b=M.replace(/^id:\s*/,"");else if(M.startsWith("retry:")){let Q=Number.parseInt(M.replace(/^retry:\s*/,""),10);Number.isNaN(Q)||(C=Q)}let F,H=!1;if(U.length){let M=U.join(`
|
|
7
|
-
`);try{F=JSON.parse(M),H=!0}catch{F=M}}H&&(s&&await s(F),r&&(F=await r(F))),n?.({data:F,event:B,id:b,retry:C}),U.length&&(yield F)}}}finally{y.removeEventListener("abort",z),j.releaseLock()}break}catch(R){if(e?.(R),u!==void 0&&l>=u)break;let T=Math.min(C*2**(l-1),p??3e4);await x(T)}}}()}};var gp=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},mp=t=>{switch(t){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},fp=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},rt=({allowReserved:t,explode:e,name:n,style:r,value:s})=>{if(!e){let p=(t?s:s.map(d=>encodeURIComponent(d))).join(mp(r));switch(r){case"label":return`.${p}`;case"matrix":return`;${n}=${p}`;case"simple":return p;default:return`${n}=${p}`}}let o=gp(r),u=s.map(p=>r==="label"||r==="simple"?t?p:encodeURIComponent(p):ke({allowReserved:t,name:n,value:p})).join(o);return r==="label"||r==="matrix"?o+u:u},ke=({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)}`},st=({allowReserved:t,explode:e,name:n,style:r,value:s,valueOnly:o})=>{if(s instanceof Date)return o?s.toISOString():`${n}=${s.toISOString()}`;if(r!=="deepObject"&&!e){let d=[];Object.entries(s).forEach(([m,b])=>{d=[...d,m,t?b:encodeURIComponent(b)]});let f=d.join(",");switch(r){case"form":return`${n}=${f}`;case"label":return`.${f}`;case"matrix":return`;${n}=${f}`;default:return f}}let u=fp(r),p=Object.entries(s).map(([d,f])=>ke({allowReserved:t,name:r==="deepObject"?`${n}[${d}]`:d,value:f})).join(u);return r==="label"||r==="matrix"?u+p:p};var yp=/\{[^{}]+\}/g,hp=({path:t,url:e})=>{let n=e,r=e.match(yp);if(r)for(let s of r){let o=!1,u=s.substring(1,s.length-1),p="simple";u.endsWith("*")&&(o=!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 d=t[u];if(d==null)continue;if(Array.isArray(d)){n=n.replace(s,rt({explode:o,name:u,style:p,value:d}));continue}if(typeof d=="object"){n=n.replace(s,st({explode:o,name:u,style:p,value:d,valueOnly:!0}));continue}if(p==="matrix"){n=n.replace(s,`;${ke({name:u,value:d})}`);continue}let f=encodeURIComponent(p==="label"?`.${d}`:d);n=n.replace(s,f)}return n},ps=({baseUrl:t,path:e,query:n,querySerializer:r,url:s})=>{let o=s.startsWith("/")?s:`/${s}`,u=(t??"")+o;e&&(u=hp({path:e,url:u}));let p=n?r(n):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(u+=`?${p}`),u};function zt(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 ds=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 Vt={bodySerializer:t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString():n)};var gs=({parameters:t={},...e}={})=>r=>{let s=[];if(r&&typeof r=="object")for(let o in r){let u=r[o];if(u==null)continue;let p=t[o]||e;if(Array.isArray(u)){let d=rt({allowReserved:p.allowReserved,explode:!0,name:o,style:"form",value:u,...p.array});d&&s.push(d)}else if(typeof u=="object"){let d=st({allowReserved:p.allowReserved,explode:!0,name:o,style:"deepObject",value:u,...p.object});d&&s.push(d)}else{let d=ke({allowReserved:p.allowReserved,name:o,value:u});d&&s.push(d)}}return s.join("&")},ms=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"}},bp=(t,e)=>e?!!(t.headers.has(e)||t.query?.[e]||t.headers.get("Cookie")?.includes(`${e}=`)):!1,fs=async({security:t,...e})=>{for(let n of t){if(bp(e,n.name))continue;let r=await ds(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}}},Jt=t=>ps({baseUrl:t.baseUrl,path:t.path,query:t.query,querySerializer:typeof t.querySerializer=="function"?t.querySerializer:gs(t.querySerializer),url:t.url}),Xt=(t,e)=>{let n={...t,...e};return n.baseUrl?.endsWith("/")&&(n.baseUrl=n.baseUrl.substring(0,n.baseUrl.length-1)),n.headers=it(t.headers,e.headers),n},xp=t=>{let e=[];return t.forEach((n,r)=>{e.push([r,n])}),e},it=(...t)=>{let e=new Headers;for(let n of t){if(!n)continue;let r=n instanceof Headers?xp(n):Object.entries(n);for(let[s,o]of r)if(o===null)e.delete(s);else if(Array.isArray(o))for(let u of o)e.append(s,u);else o!==void 0&&e.set(s,typeof o=="object"?JSON.stringify(o):o)}return e},Me=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}},ys=()=>({error:new Me,request:new Me,response:new Me}),_p=gs({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),Pp={"Content-Type":"application/json"},Oe=(t={})=>({...Vt,headers:Pp,parseAs:"auto",querySerializer:_p,...t});var Ue=(t={})=>{let e=Xt(Oe(),t),n=()=>({...e}),r=f=>(e=Xt(e,f),n()),s=ys(),o=async f=>{let m={...e,...f,fetch:f.fetch??e.fetch??globalThis.fetch,headers:it(e.headers,f.headers),serializedBody:void 0};m.security&&await fs({...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 b=Jt(m);return{opts:m,url:b}},u=async f=>{let{opts:m,url:b}=await o(f),x={redirect:"follow",...m,body:zt(m)},I=new Request(b,x);for(let k of s.request.fns)k&&(I=await k(I,m));let E=m.fetch,C;try{C=await E(I)}catch(k){let q=k;for(let j of s.error.fns)j&&(q=await j(k,void 0,I,m));if(q=q||{},m.throwOnError)throw q;return m.responseStyle==="data"?void 0:{error:q,request:I,response:void 0}}for(let k of s.response.fns)k&&(C=await k(C,I,m));let l={request:I,response:C};if(C.ok){let k=(m.parseAs==="auto"?ms(C.headers.get("Content-Type")):m.parseAs)??"json";if(C.status===204||C.headers.get("Content-Length")==="0"){let j;switch(k){case"arrayBuffer":case"blob":case"text":j=await C[k]();break;case"formData":j=new FormData;break;case"stream":j=C.body;break;default:j={};break}return m.responseStyle==="data"?j:{data:j,...l}}let q;switch(k){case"arrayBuffer":case"blob":case"formData":case"text":q=await C[k]();break;case"json":{let j=await C.text();q=j?JSON.parse(j):{};break}case"stream":return m.responseStyle==="data"?C.body:{data:C.body,...l}}return k==="json"&&(m.responseValidator&&await m.responseValidator(q),m.responseTransformer&&(q=await m.responseTransformer(q))),m.responseStyle==="data"?q:{data:q,...l}}let y=await C.text(),c;try{c=JSON.parse(y)}catch{}let R=c??y,T=R;for(let k of s.error.fns)k&&(T=await k(R,C,I,m));if(T=T||{},m.throwOnError)throw T;return m.responseStyle==="data"?void 0:{error:T,...l}},p=f=>m=>u({...m,method:f}),d=f=>async m=>{let{opts:b,url:x}=await o(m);return us({...b,body:b.body,headers:b.headers,method:f,onRequest:async(I,E)=>{let C=new Request(I,E);for(let l of s.request.fns)l&&(C=await l(C,b));return C},serializedBody:zt(b),url:x})};return{buildUrl:Jt,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:d("CONNECT"),delete:d("DELETE"),get:d("GET"),head:d("HEAD"),options:d("OPTIONS"),patch:d("PATCH"),post:d("POST"),put:d("PUT"),trace:d("TRACE")},trace:p("TRACE")}};var kp={$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"},wp=Object.entries(kp),hs=(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&&hs(n.args,e);return e},Sp=t=>{for(let[e,n]of Object.entries(t))n&&typeof n=="object"&&!Object.keys(n).length&&delete t[e]},g=(t,e)=>{let n={body:{},headers:{},path:{},query:{}},r=hs(e),s;for(let[o,u]of t.entries())if(e[o]&&(s=e[o]),!!s)if("in"in s)if(s.key){let p=r.get(s.key),d=p.map||s.key;p.in&&(n[p.in][d]=u)}else n.body=u;else for(let[p,d]of Object.entries(u??{})){let f=r.get(p);if(f)if(f.in){let m=f.map||p;n[f.in][m]=d}else n[f.map]=d;else{let m=wp.find(([b])=>p.startsWith(b));if(m){let[b,x]=m;n[x][p.slice(b.length)]=d}else if("allowExtra"in s&&s.allowExtra){for(let[b,x]of Object.entries(s.allowExtra))if(x){n[b][p]=d;break}}}}return Sp(n),n};var bs=Ue(Oe({baseUrl:"http://localhost:4096"}));var _=class{client;constructor(e){this.client=e?.client??bs}},Qt=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)}},Yt=class extends _{remove(e,n){let r=g([e],[{args:[{in:"path",key:"providerID"}]}]);return(n?.client??this.client).delete({url:"/auth/{providerID}",...n,...r})}set(e,n){let r=g([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}})}},Zt=class extends _{log(e,n){let r=g([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=g([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=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/skill",...n,...r})}},en=class extends _{moveSession(e,n){let r=g([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}})}},tn=class extends _{get(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/capabilities",...n,...r})}},nn=class extends _{get(e,n){let r=g([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=g([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=g([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}})}},rn=class extends _{list(e,n){let r=g([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=g([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})}},sn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/resource",...n,...r})}},on=class extends _{generateName(e,n){let r=g([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}})}},an=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/workspace/adapter",...n,...r})}},cn=class extends _{list(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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 an({client:this.client})}},ln=class extends _{_controlPlane;get controlPlane(){return this._controlPlane??=new en({client:this.client})}_capabilities;get capabilities(){return this._capabilities??=new tn({client:this.client})}_console;get console(){return this._console??=new nn({client:this.client})}_session;get session(){return this._session??=new rn({client:this.client})}_resource;get resource(){return this._resource??=new sn({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new on({client:this.client})}_workspace;get workspace(){return this._workspace??=new cn({client:this.client})}},un=class extends _{get(e){return(e?.client??this.client).get({url:"/global/config",...e})}update(e,n){let r=g([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}})}},pn=class extends _{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=g([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 un({client:this.client})}},dn=class extends _{subscribe(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).sse.get({url:"/event",...n,...r})}},gn=class extends _{get(e,n){let r=g([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=g([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=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/config/providers",...n,...r})}},mn=class extends _{list(e,n){let r=g([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=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/tool/ids",...n,...r})}},fn=class extends _{remove(e,n){let r=g([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=g([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=g([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=g([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}})}},yn=class extends _{text(e,n){let r=g([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=g([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=g([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})}},hn=class extends _{list(e,n){let r=g([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=g([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=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/file/status",...n,...r})}},bn=class extends _{dispose(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/instance/dispose",...n,...r})}},xn=class extends _{get(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/path",...n,...r})}},_n=class extends _{raw(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/vcs/diff/raw",...n,...r})}},Pn=class extends _{get(e,n){let r=g([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=g([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=g([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=g([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 _n({client:this.client})}},kn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/command",...n,...r})}},wn=class extends _{status(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/lsp",...n,...r})}},Sn=class extends _{status(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/formatter",...n,...r})}},vn=class extends _{remove(e,n){let r=g([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=g([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=g([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=g([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})}},Cn=class extends _{status(e,n){let r=g([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=g([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=g([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=g([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 vn({client:this.client})}},Rn=class extends _{list(e,n){let r=g([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=g([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=g([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=g([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=g([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})}},Tn=class extends _{shells(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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})}},An=class extends _{list(e,n){let r=g([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=g([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=g([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})}},In=class extends _{list(e,n){let r=g([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=g([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=g([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}})}},En=class extends _{authorize(e,n){let r=g([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=g([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}})}},jn=class extends _{list(e,n){let r=g([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=g([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 En({client:this.client})}},$n=class extends _{list(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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})}},qn=class extends _{delete(e,n){let r=g([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=g([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}})}},Dn=class extends _{list(e,n){let r=g([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}})}},Mn=class extends _{start(e,n){let r=g([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=g([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=g([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 Dn({client:this.client})}},On=class extends _{next(e,n){let r=g([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=g([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}})}},Un=class extends _{appendPrompt(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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 On({client:this.client})}},Fn=class extends _{get(e){return(e?.client??this.client).get({url:"/api/health",...e})}},Ln=class extends _{get(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/location",...n,...r})}},Gn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/agent",...n,...r})}},Bn=class extends _{stage(e,n){let r=g([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=g([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=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/revert/commit",...n,...r})}},Nn=class extends _{list(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/permission",...n,...r})}reply(e,n){let r=g([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}})}},Kn=class extends _{list(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/question",...n,...r})}reply(e,n){let r=g([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=g([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})}},Hn=class extends _{list(e,n){let r=g([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=g([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=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}",...n,...r})}switchAgent(e,n){let r=g([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=g([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=g([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=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/compact",...n,...r})}wait(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/wait",...n,...r})}context(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/context",...n,...r})}messages(e,n){let r=g([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 Bn({client:this.client})}_permission;get permission(){return this._permission??=new Nn({client:this.client})}_question;get question(){return this._question??=new Kn({client:this.client})}},Wn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/model",...n,...r})}},zn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/provider",...n,...r})}get(e,n){let r=g([e],[{args:[{in:"path",key:"providerID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/provider/{providerID}",...n,...r})}},Vn=class extends _{key(e,n){let r=g([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=g([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}})}},Jn=class extends _{cancel(e,n){let r=g([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=g([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=g([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}})}},Xn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/integration",...n,...r})}get(e,n){let r=g([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 Vn({client:this.client})}_attempt;get attempt(){return this._attempt??=new Jn({client:this.client})}},Qn=class extends _{remove(e,n){let r=g([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=g([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}})}},Yn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/permission/request",...n,...r})}},Zn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"projectID"}]}]);return(n?.client??this.client).get({url:"/api/permission/saved",...n,...r})}remove(e,n){let r=g([e],[{args:[{in:"path",key:"id"}]}]);return(n?.client??this.client).delete({url:"/api/permission/saved/{id}",...n,...r})}},er=class extends _{_request;get request(){return this._request??=new Yn({client:this.client})}_saved;get saved(){return this._saved??=new Zn({client:this.client})}},tr=class extends _{read(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/fs/read/*",...n,...r})}list(e,n){let r=g([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=g([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})}},nr=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/command",...n,...r})}},rr=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/skill",...n,...r})}},sr=class extends _{subscribe(e){return(e?.client??this.client).sse.get({url:"/api/event",...e})}},ir=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/pty",...n,...r})}create(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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})}},or=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/question/request",...n,...r})}},ar=class extends _{_request;get request(){return this._request??=new or({client:this.client})}},cr=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/reference",...n,...r})}},lr=class extends _{remove(e,n){let r=g([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=g([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=g([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy/refresh",...n,...r})}},ur=class extends _{_health;get health(){return this._health??=new Fn({client:this.client})}_location;get location(){return this._location??=new Ln({client:this.client})}_agent;get agent(){return this._agent??=new Gn({client:this.client})}_session;get session(){return this._session??=new Hn({client:this.client})}_model;get model(){return this._model??=new Wn({client:this.client})}_provider;get provider(){return this._provider??=new zn({client:this.client})}_integration;get integration(){return this._integration??=new Xn({client:this.client})}_credential;get credential(){return this._credential??=new Qn({client:this.client})}_permission;get permission(){return this._permission??=new er({client:this.client})}_fs;get fs(){return this._fs??=new tr({client:this.client})}_command;get command(){return this._command??=new nr({client:this.client})}_skill;get skill(){return this._skill??=new rr({client:this.client})}_event;get event(){return this._event??=new sr({client:this.client})}_pty;get pty(){return this._pty??=new ir({client:this.client})}_question;get question(){return this._question??=new ar({client:this.client})}_reference;get reference(){return this._reference??=new cr({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new lr({client:this.client})}},ot=class t extends _{static __registry=new Qt;constructor(e){super(e),t.__registry.set(this,e?.key)}_auth;get auth(){return this._auth??=new Yt({client:this.client})}_app;get app(){return this._app??=new Zt({client:this.client})}_experimental;get experimental(){return this._experimental??=new ln({client:this.client})}_global;get global(){return this._global??=new pn({client:this.client})}_event;get event(){return this._event??=new dn({client:this.client})}_config;get config(){return this._config??=new gn({client:this.client})}_tool;get tool(){return this._tool??=new mn({client:this.client})}_worktree;get worktree(){return this._worktree??=new fn({client:this.client})}_find;get find(){return this._find??=new yn({client:this.client})}_file;get file(){return this._file??=new hn({client:this.client})}_instance;get instance(){return this._instance??=new bn({client:this.client})}_path;get path(){return this._path??=new xn({client:this.client})}_vcs;get vcs(){return this._vcs??=new Pn({client:this.client})}_command;get command(){return this._command??=new kn({client:this.client})}_lsp;get lsp(){return this._lsp??=new wn({client:this.client})}_formatter;get formatter(){return this._formatter??=new Sn({client:this.client})}_mcp;get mcp(){return this._mcp??=new Cn({client:this.client})}_project;get project(){return this._project??=new Rn({client:this.client})}_pty;get pty(){return this._pty??=new Tn({client:this.client})}_question;get question(){return this._question??=new An({client:this.client})}_permission;get permission(){return this._permission??=new In({client:this.client})}_provider;get provider(){return this._provider??=new jn({client:this.client})}_session;get session(){return this._session??=new $n({client:this.client})}_part;get part(){return this._part??=new qn({client:this.client})}_sync;get sync(){return this._sync??=new Mn({client:this.client})}_tui;get tui(){return this._tui??=new Un({client:this.client})}_v2;get v2(){return this._v2??=new ur({client:this.client})}};function _s(t,e,n,r){if(!r?.throwOnError||t instanceof Error)return t;if(typeof t=="object"&&t!==null&&Object.keys(t).length>0){let o=t,u=typeof o.data?.message=="string"&&o.data.message||typeof o.message=="string"&&o.message||typeof o.name=="string"&&o.name||xs(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 ${xs(n,e)}: ${s}`,{cause:{body:t,status:e?.status}})}function xs(t,e){let n=t?.method??"?",r=t?.url??"?",s=e?.status,o=e?.statusText;return`${n} ${r}${s?" \u2192 "+s:""}${o?" "+o:""}`}function vp(t,e,n){if(t)return e&&(t===e||n&&t===n(e))?e:t}function Cp(t,e){if(t.method!=="GET"&&t.method!=="HEAD")return t;let n=new URL(t.url),r=!1;for(let[o,u]of[["x-opencode-directory","directory"],["x-opencode-workspace","workspace"]]){let p=vp(t.headers.get(o),u==="directory"?e.directory:e.workspace,u==="directory"?encodeURIComponent:void 0);if(p){for(let d of n.pathname.startsWith("/api/")?[u,`location[${u}]`]:[u])n.searchParams.has(d)||n.searchParams.set(d,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 pr(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=>Cp(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(_s),new ot({client:e})}var Rp=new Set(["api","cli","mobile","web"]);function at(t){let e=t?.trim().toLowerCase();return e&&Rp.has(e)?e:null}function Tp(t){return new Promise(e=>setTimeout(e,t))}async function Ps(t,e,n){let r=Math.max(1,e?.attempts??1),s=e?.baseDelayMs??0,o=e?.invalidateBetweenAttempts??!1,u=null;for(let p=0;p<r;p++)if(p>0&&(o&&n?.(),s>0&&await Tp(s)),u=await t(),u)return u;return u}var Ap=3e4;function Ip(t){return(t instanceof Request?t.url:String(t)).includes("/global/event")}function dr(t,e,n=Ap){let r=t instanceof Request?t.signal:e?.signal;if(Ip(t))return r??void 0;let s=AbortSignal.timeout(n);return r?typeof AbortSignal.any=="function"?AbortSignal.any([r,s]):r:s}function gr(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 o=at(r);return o&&!s.has("X-Kortix-Client")&&s.set("X-Kortix-Client",o),s}function ks(){return new Response(JSON.stringify({error:"Not authenticated"}),{status:401,headers:{"Content-Type":"application/json"}})}async function mr(){return $().getToken()}async function re(t){return Ps(()=>$().getToken(),t,ct)}function ct(){}function Qf(t){}function Yf(t){}async function lt(){return mr()}async function ws(t){return re(t)}function Ss(t,e,n,r){let s=$().fetch??fetch;if(t instanceof Request){let o=new Request(t,{headers:n,...r?{signal:r}:{}});return s(o)}return s(t,{...e,headers:n,...r?{signal:r}:{}})}async function D(t,e,n){let{retryOnAuthError:r=!0,timeoutMs:s}=n??{},o=await ws();if(!o)return ks();let u=$().clientSource,p=gr(t,e,o,u),d=s===void 0?dr(t,e):dr(t,e,s),f=await Ss(t,e,p,d);if(f.status===401&&r&&o){ct();let m=await ws({attempts:2,baseDelayMs:200});if(m&&m!==o){let b=gr(t,e,m,u);return Ss(t,e,b,d)}}return f}var we={url:null,sandboxId:null,dbSandboxId:null,version:0},Ep=new Set;function vs(t,e=null,n=null){if(!(we.url===t&&we.sandboxId===e&&we.dbSandboxId===n)){we={url:t,sandboxId:e,dbSandboxId:n,version:we.version+1};for(let r of Ep)r()}}function Cs(){return we.url}function jp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function pe(){return jp($().backendUrl||"http://localhost:8008/v1")}function Rs(){let t=$().sandboxId;return t?`${pe()}/p/${t}/8000`:""}function $p(t){return`${pe()}/p/${t}/8000`}function ut(t){return $p(t)}function de(){let t=Cs();return t||($().billingEnabled??!1?"":Rs())}var v=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,...o}=n;Object.assign(this,o),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)}},Se=class extends v{constructor(e="Not authenticated"){super(e,{code:"NO_SESSION"}),this.name="AuthError"}},ge=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)}},ve=class t extends Error{status;detail;constructor(e=431,n,r){let s="Request headers are too large",o="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||o},Object.setPrototypeOf(this,t.prototype)}},fr="feature_disabled";function Ts(t){if(!(t instanceof v)||t.status!==403||t.code!==fr)return null;let e=t.details??t.data;return e&&typeof e=="object"?e:{}}function As(t){let e=Ts(t);return e?(typeof e.feature=="string"&&!t.feature&&(t.feature=e.feature),!0):!1}function Is(t){let e=Ts(t);if(!e)return null;let n=t.feature;return typeof n=="string"?n:typeof e.feature=="string"?e.feature:null}function Ce(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 ge(e,{message:r?.message||t.message||"Billing error",...r})}function Es(t){return t instanceof ge}function js(t){if(!(t instanceof ge))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 yr(t,e){return(await t.json().catch(()=>({})))?.error||t.statusText||e}function hr(t){if(!t)throw new Error("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading");return t}async function $s(t){let e=hr(t),n=await D(`${e}/env`);if(!n.ok)throw new Error(await yr(n,"Failed to load secrets"));return(await n.json()).secrets??{}}async function qs(t,e,n){let r=hr(t),s=await D(`${r}/env/${encodeURIComponent(e)}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({value:n})});if(!s.ok)throw new Error(await yr(s,"Failed to save secret"))}async function Ds(t,e){let n=hr(t),r=await D(`${n}/env/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await yr(r,"Failed to delete secret"))}var qp={list:$s,set:qs,delete:Ds};async function Dp(t,e,n){let r=t;for(;r.endsWith("/");)r=r.slice(0,-1);let s=await D(`${r}/kortix/triggers${e}`,{...n,headers:{"Content-Type":"application/json",...n?.headers}}),o=await s.json();if(!s.ok)throw new Error(o?.error||o?.message||`Request failed with ${s.status}`);return o}function Re(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 pt(t,e){let n=await t.json().catch(()=>({}));return n?.error||n?.message||t.statusText||e}function Fe(t){if(!t)throw new Error("[kortix-pty] Server URL not ready \u2014 sandbox is still loading");return Re(t)}async function Ms(t){let e=Fe(t),n=await D(`${e}/kortix/pty`);if(!n.ok)throw new Error(await pt(n,"Failed to list terminals"));return n.json()}async function Os(t,e){let n=Fe(t),r=await D(`${n}/kortix/pty`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e??{})});if(!r.ok)throw new Error(await pt(r,"Failed to create terminal"));return r.json()}async function Us(t,e,n){let r=Fe(t),s=await D(`${r}/kortix/pty/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!s.ok)throw new Error(await pt(s,"Failed to update terminal"));return s.json()}async function Fs(t,e){let n=Fe(t),r=await D(`${n}/kortix/pty/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await pt(r,"Failed to remove terminal"))}async function Ls(t,e){let n=Fe(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:"),Re(p.toString())}catch{return n.replace("https://","wss://").replace("http://","ws://")}})()}/kortix/pty/${encodeURIComponent(t)}/connect`,o=await lt();if(!o)return s;let u=s.includes("?")?"&":"?";return`${s}${u}token=${encodeURIComponent(o)}`}var Mp={list:Ms,create:Os,update:Us,remove:Fs,webSocketUrl:Ls};async function w(t,e,n,r){let s=t;for(;s.endsWith("/");)s=s.slice(0,-1);let o=await D(`${s}${e}`,{...n,headers:{"Content-Type":"application/json",...n?.headers}},r),u=await o.text(),p={};try{p=u?JSON.parse(u):{}}catch{p={}}if(!o.ok)throw new Error(p?.error||p?.message||p?.details||u.slice(0,200)||`Request failed with ${o.status}`);return p}async function xy(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 w(t,`/kortix/tasks${r}`)}async function _y(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`)}async function Py(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/events`)}async function ky(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/status`)}async function wy(t,e){return w(t,"/kortix/tasks",{method:"POST",body:JSON.stringify(e)})}async function Sy(t,e,n){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function vy(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/start`,{method:"POST"})}async function Cy(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/approve`,{method:"POST"})}async function Ry(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Ty(t,e){let n=e?`?project_id=${encodeURIComponent(e)}`:"";return w(t,`/kortix/tickets${n}`)}async function Ay(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`)}async function Iy(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/events`)}async function Ey(t,e){return w(t,"/kortix/tickets",{method:"POST",body:JSON.stringify(e)})}async function jy(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function $y(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/status`,{method:"POST",body:JSON.stringify(n)})}async function qy(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/assign`,{method:"POST",body:JSON.stringify(n)})}async function Dy(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/unassign`,{method:"POST",body:JSON.stringify(n)})}async function My(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/comments`,{method:"POST",body:JSON.stringify(n)})}async function Oy(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Uy(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`)}async function Fy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`,{method:"PUT",body:JSON.stringify({columns:n})})}async function Ly(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`)}async function Gy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`,{method:"PUT",body:JSON.stringify({fields:n})})}async function By(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`)}async function Ny(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`,{method:"PUT",body:JSON.stringify({templates:n})})}async function Ky(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/pm-session`,{method:"POST"})}async function Hy(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`)}async function Wy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`,{method:"POST",body:JSON.stringify(n)})}async function zy(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function Vy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Jy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}/persona`)}async function Xy(t,e,n=200){return w(t,`/kortix/projects/${encodeURIComponent(e)}/activity?limit=${n}`)}async function Qy(t){return w(t,"/kortix/projects")}async function Yy(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`)}async function Zy(t,e){return w(t,`/kortix/projects/by-session/${encodeURIComponent(e)}`)}async function eh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/sessions`)}async function th(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"DELETE"})}async function nh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function rh(t,e,n="all"){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones?status=${n}`)}async function sh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`)}async function ih(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/events`)}async function oh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones`,{method:"POST",body:JSON.stringify(n)})}async function ah(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function ch(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/close`,{method:"POST",body:JSON.stringify(r)})}async function lh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/reopen`,{method:"POST"})}async function uh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"DELETE"})}async function ph(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`)}async function dh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}/events`)}async function gh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`,{method:"POST",body:JSON.stringify(n)})}async function mh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`)}async function fh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`,{method:"DELETE"})}var Op=1e4,Up={retryOnAuthError:!1};function Te(t,e,n){return w(t,e,{signal:AbortSignal.timeout(Op),...n},Up)}async function yh(t,e=!1){return(await Te(t,`/kortix/services${e?"?all=true":""}`)).services??[]}async function hh(t){return(await Te(t,"/kortix/services/templates")).templates??[]}async function bh(t,e){return(await Te(t,`/kortix/services/${encodeURIComponent(e)}/logs`)).logs??[]}async function xh(t,e,n){let r=n==="delete",s=r?`/kortix/services/${encodeURIComponent(e)}`:`/kortix/services/${encodeURIComponent(e)}/${n}`;return Te(t,s,{method:r?"DELETE":"POST"})}async function _h(t,e){return Te(t,`/kortix/services/reconcile${e?"?reload=true":""}`,{method:"POST"})}async function Ph(t,e){return Te(t,"/kortix/services/register",{method:"POST",body:JSON.stringify(e)})}var dt=new Map,Le=class extends Error{constructor(e="[opencode-sdk] Server URL not ready \u2014 sandbox is still loading"){super(e),this.name="RuntimeNotReadyError"}};function me(){let t=de();if(!t)throw new Le;return se(t)}function se(t){if(!t)throw new Error("[opencode-sdk] getClientForUrl called without a url");let e=dt.get(t);if(e)return e;if(!Wt())throw new Error("[opencode-sdk] No auth token provider configured \u2014 call configureKortix()/createKortix() before talking to a sandbox runtime.");let n=pr({baseUrl:t,fetch:D});return dt.set(t,n),n}function Th(t){dt.delete(t)}function Ah(){dt.clear()}var gt=new Map;function Ih(t){if(!t)throw new Error("[opencode-sdk] getPublicClientForUrl called without a url");let e=gt.get(t);if(e)return e;let n=pr({baseUrl:t,fetch});return gt.set(t,n),n}function Eh(t){gt.delete(t)}function jh(){gt.clear()}async function Fp(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 $h(t){let e=de();if(!e)throw new v("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading",{code:"RUNTIME_UNAVAILABLE"});let n=t==="full"?"/kortix/refresh":"/global/dispose",r=await D(`${e}${n}`,{method:"POST"}),s=r.headers.get("content-type")??"",o=/^application\/([\w.+-]+\+)?json\b/i.test(s.trim());if(!r.ok)throw new v(`System reload failed (${r.status}): ${await Fp(r)}`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"});if(!o)throw new v(`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(d){throw new v(`System reload returned malformed JSON from ${n}: ${d instanceof Error?d.message:String(d)}`,{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 Bs(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 v(n,{status:e?.response?.status??e?.status,response:e?.response,details:e})}return t.data}async function Ie(t){let e=await t.text().catch(()=>""),n=null;try{n=JSON.parse(e)}catch{}return n?.error||e||t.statusText||`HTTP ${t.status}`}function K(t){let e=(t??de()).trim();if(!e)throw new Le;return e}async function ft(t,e){let n=await D(`${K(e)}${t}`);if(!n.ok)throw new v(await Ie(n),{status:n.status,response:n});return n.json()}var xr=["/workspace","/tmp","/home","/opt"],Lp=xr.filter(t=>t!=="/workspace");function Ns(t){return xr.some(e=>t===e||t.startsWith(`${e}/`))}function mt(t){return Ns(t)?t:`/workspace/${t.replace(/^\/+/,"")}`}function Ee(t){let e=t||"";if(e==="/workspace"||e==="/workspace/")return"";if(e.startsWith("/workspace/"))e=e.slice(11);else if(Lp.some(n=>e===n||e.startsWith(`${n}/`)))return e;for(;e.startsWith("/");)e=e.slice(1);return e}var Ks=Ee;async function yt(t,e){let n=K(e),r=Ee(t)||".";return(await ft(`/file?path=${encodeURIComponent(r)}`,n)).map(o=>({...o,path:o.absolute||`/workspace/${o.path}`}))}async function Be(t,e){let n=K(e),r=Ee(t),s=await D(`${n}/file/content?path=${encodeURIComponent(r)}`);if(!s.ok)throw new v(await Ie(s),{status:s.status,response:s});return s.json()}async function Gp(t,e,n){let r=K(n),s=Ee(t),o=await D(`${r}/file/raw?path=${encodeURIComponent(s)}`);if(!o.ok)throw new v(await Ie(o),{status:o.status,response:o});if((o.headers.get("content-type")||"").includes("text/html"))throw new v("File could not be loaded (raw byte route unavailable)",{status:o.status,response:o,code:"INVALID_CONTENT_TYPE"});let u=await o.blob();return e&&(!u.type||u.type==="application/octet-stream")?new Blob([u],{type:e}):u}async function Ne(t,e){let n=K(e);try{return await Gp(t,void 0,n)}catch{}let r=await Be(t,n);if(r.encoding==="base64"&&r.content){let s=Uint8Array.from(atob(r.content),o=>o.charCodeAt(0));return new Blob([s],{type:r.mimeType||"application/octet-stream"})}return new Blob([r.content??""],{type:r.mimeType||"text/plain;charset=utf-8"})}async function ht(t){return ft("/file/status",K(t))}async function bt(t,e,n){let r=K(n),s=new URLSearchParams({query:t});return e?.type&&s.set("type",e.type),e?.limit&&s.set("limit",String(e.limit)),ft(`/find/file?${s.toString()}`,r)}async function xt(t,e){let n=K(e);return(await ft(`/find?pattern=${encodeURIComponent(t)}`,n)).map(s=>({path:typeof s.path=="string"?s.path:s.path?.text??"",lines:typeof s.lines=="string"?s.lines:s.lines?.text??"",line_number:s.line_number,absolute_offset:s.absolute_offset,submatches:(s.submatches??[]).map(o=>({start:o.start,end:o.end}))}))}var Ge=[400,1200],Bp=t=>t===408||t===429||t===502||t===503||t===504,Gs=t=>new Promise(e=>setTimeout(e,t));function Np(t){let e=t?.name;return e==="TimeoutError"||e==="AbortError"}var br=3e4,Kp=15*6e4,Hp=256;function Hs(t){if(typeof t!="number"||!Number.isFinite(t)||t<=0)return br;let e=br+t/Hp;return Math.min(Kp,Math.max(br,Math.round(e)))}async function Wp(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 Ws(t,e){let n;for(let s=0;s<=Ge.length;s++){let o;try{o=await e(t())}catch(p){if(n=p,Np(p)||s===Ge.length)break;await Gs(Ge[s]);continue}if(o.ok)return o.json();let u=await Wp(o);if(n=new v(`Upload failed (${o.status}): ${u}`,{status:o.status,response:o}),!Bp(o.status)||s===Ge.length)throw n;await Gs(Ge[s])}if(n instanceof v)throw n;let r=n instanceof Error?n.message:String(n||"request failed");throw new v(`Upload failed: ${r}`)}async function Ke(t,e,n,r){let s=K(r),o=Hs(t.size),u=n||(t instanceof File?t.name:"")||"";return Ws(()=>{let p=new FormData,d=(e??"").trim();return d&&p.append("path",d.startsWith("/")?d:`/${d}`),u&&p.append("filename",u),u?p.append("file",t,u):p.append("file",t),p},p=>D(`${s}/file/upload`,{method:"POST",body:p},{timeoutMs:o}))}function zp(t,e,n){let r=K(n),s=Hs(e.size);return Ws(()=>{let o=new FormData;return o.append(t,e,t.split("/").pop()||"file"),o},o=>D(`${r}/file/upload`,{method:"POST",body:o},{timeoutMs:s}))}async function _t(t,e){let n=K(e),r=t.trim(),o=(r.startsWith("/")?r:`/${r}`).split("/"),u=o.pop()||"untitled",p=o.join("/")||"/workspace",d=await He(`${p}/${u}`,new Blob([],{type:"application/octet-stream"}),n);return[{path:d.path,size:d.bytes}]}async function Pt(t,e,n){let r=K(n);return zp(e,await Ne(t,r),r)}function Vp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Jp(t){let e=t.lastIndexOf("/");return e<=0?"/":t.slice(0,e)}function Xp(t){return t.slice(t.lastIndexOf("/")+1)}function Qp(){let t=typeof crypto<"u"?crypto:void 0;if(t?.randomUUID)return t.randomUUID();if(t?.getRandomValues){let e=new Uint8Array(8);return t.getRandomValues(e),[...e].map(n=>n.toString(16).padStart(2,"0")).join("")}return`${Date.now().toString(36)}-${Math.random().toString(36).slice(2,10)}`}async function He(t,e,n){let r=K(n),s=mt(Vp(t.trim())),o=Xp(s);if(!o)throw new v(`writeFile needs a file path, got "${t}"`,{code:"INVALID_PATH"});let u=Jp(s);await We(u,r).catch(()=>{});let p=Qp(),d=await Ke(e,u,`.${o}.kortix-write-${p}`,r),f=d[0]?.path;if(!f)throw new v(`Upload returned no file for ${s}`,{code:"UPLOAD_NO_RESULT"});let m=mt(f),b=`${s}.kortix-write-backup-${p}`,x=!1;try{await fe(s,b,r),x=!0}catch{}try{await fe(m,s,r)}catch(E){throw x&&await fe(b,s,r).catch(()=>{}),await Ae(m,r).catch(()=>{}),E}x&&await Ae(b,r).catch(()=>{});let I=d[0]?.size;return{path:s,bytes:typeof I=="number"?I:e.size}}async function Ae(t,e){let n=await D(`${K(e)}/file`,{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new v(`Delete failed (${n.status}): ${await Ie(n)}`,{status:n.status,response:n});return n.json()}async function We(t,e){let n=await D(`${K(e)}/file/mkdir`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new v(`Mkdir failed (${n.status}): ${await Ie(n)}`,{status:n.status,response:n});return n.json()}async function fe(t,e,n){let r=await D(`${K(n)}/file/rename`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({from:t,to:e})});if(!r.ok)throw new v(`Rename failed (${r.status}): ${await Ie(r)}`,{status:r.status,response:r});return r.json()}async function zs(){return Bs(await me().project.current())}async function _r(){return Bs(await me().global.health())}async function Vs(){try{return(await _r()).healthy===!0}catch{return!1}}var Yp={list:yt,read:Be,readBlob:Ne,status:ht,findFiles:bt,findText:xt,upload:Ke,write:He,create:_t,copy:Pt,remove:Ae,mkdir:We,rename:fe,currentProject:zs,health:_r,isReachable:Vs,toDaemonPath:Ee,toSandboxAbsolutePath:mt,toWorkspaceRelative:Ks};var ed="X-Kortix-Impersonate",kr="kortix.impersonation",ye=null,kt=!1,Pr=new Set;function wr(){try{return typeof sessionStorage>"u"?null:sessionStorage}catch{return null}}function td(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 nd(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 Js(){for(let t of Pr)try{t()}catch{}}function rd(){return kt||(kt=!0,ye=nd(wr()?.getItem(kr)??null)),ye&&!td(ye)?(Xs(),null):ye}function Nh(t){if(kt=!0,!t){Xs();return}ye=t;try{wr()?.setItem(kr,JSON.stringify(t))}catch{}Js()}function Xs(){kt=!0;let t=ye!==null;ye=null;try{wr()?.removeItem(kr)}catch{}t&&Js()}function Kh(t){return Pr.add(t),()=>{Pr.delete(t)}}var sd=/(^|\/)admin\/(api|analytics)(\/|$)/;function id(t){let e=t;if(/^https?:\/\//.test(t))try{e=new URL(t).pathname}catch{e=t}return!sd.test(e)}function Sr(t){if(t!==void 0&&!id(t))return{};let e=rd();return e?{[ed]:e.grantId}:{}}var ee=()=>$().backendUrl||"",od="feature_not_supported",ad="model_not_servable",cd="provision_in_flight",Ys="request_deadline",ld=/^Request exceeded the \d+s server processing deadline$/,ud=(t,e,n)=>t!==503?!1:(typeof e=="object"&&e!==null&&"code"in e?e.code:void 0)===Ys||ld.test(n),pd=t=>new Promise(e=>setTimeout(e,t)),dd=new Set([502,503,504]),gd=t=>dd.has(t),md=t=>{let e=(t??"GET").toUpperCase();return e==="GET"||e==="HEAD"},fd=2,Qs=t=>t?.name==="AbortError"||t?.name==="AbortSignal"||t instanceof Error&&t.message.includes("aborted"),wt=!1;function Qh(t){wt=t}function Yh(){return wt}async function he(t,e={}){let{showErrors:n=!0,errorContext:r,timeout:s=3e4,...o}=e,u=new AbortController,p=null,d=!1,f=!1;try{p=setTimeout(()=>{!d&&!u.signal.aborted&&(d=!0,f=!0,u.abort())},s);let m=await re(),b=o.body instanceof FormData,x={};b||(x["Content-Type"]="application/json"),Object.assign(x,o.headers);let I=at($().clientSource),E=Object.keys(x).some(T=>T.toLowerCase()==="x-kortix-client");if(I&&!E&&(x["X-Kortix-Client"]=I),wt&&(x["x-kortix-admin-bypass"]="1"),Object.assign(x,Sr(t)),m)x.Authorization=`Bearer ${m}`;else return{error:new Se,success:!1};let C=md(o.method),l=C?fd+1:1,y;for(let T=0;T<l;T++){T>0&&await pd(250*2**(T-1));let k=T===0?u:new AbortController;T>0&&(p=setTimeout(()=>{f=!0,k.abort()},s));try{y=await($().fetch??fetch)(t,{...o,headers:x,signal:k.signal,credentials:o.credentials??"omit"})}catch(j){if(p&&(clearTimeout(p),p=null),Qs(j)||T===l-1)throw j;continue}if(p&&(clearTimeout(p),p=null),!(C&&gd(y.status)&&T<l-1))break;try{await y.arrayBuffer()}catch{}}if(!y.ok){let T=`HTTP ${y.status}: ${y.statusText}`,k=null;try{k=await y.json(),typeof k.message=="string"?T=k.message:k.error&&typeof k.error=="string"?T=k.error:typeof k.detail=="string"?T=k.detail:typeof k.detail?.message=="string"?T=k.detail.message:typeof k.reason=="string"&&(T=k.reason)}catch{}let q=ud(y.status,k,T),j=new v(T,{status:y.status,response:y,details:k||void 0,data:k,detail:k?.detail,code:q?Ys:k?.code||k?.error_code||k?.detail?.error_code||y.status.toString()});if(y.status===402&&(j=Ce(j)),y.status===403&&k?.code==="account_mfa_required"&&typeof window<"u"&&typeof window.dispatchEvent=="function")try{window.dispatchEvent(new CustomEvent("kortix:mfa-required"))}catch{}y.status===431&&(j=new ve(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 A=y.status===501&&k?.code===od,z=y.status===409&&k?.code===ad,V=y.status===409&&k?.code===cd;return n&&!A&&!z&&!V&&!q&&$().onError?.(j,r),{error:j,success:!1}}let c,R=y.headers.get("content-type");return R?.includes("application/json")?c=await y.json():R?.includes("text/")?c=await y.text():c=await y.blob(),{data:c,success:!0}}catch(m){p&&(clearTimeout(p),p=null);let b=Qs(m);b&&(d=!0);let x;if(b){if(!f)return{error:new v("Request aborted",{name:"AbortError",code:"ABORTED"}),success:!1};let I=t.replace(ee(),"")||t;x=new v(`Request timed out after ${Math.round(s/1e3)}s: ${I}`,{code:"TIMEOUT",url:t,endpoint:I,timeout:s})}else m instanceof Error?(x=new v(m.message,{name:m.name||"ApiError",stack:m.stack}),n&&$().onError?.(x,r)):(x=new v(String(m)),n&&$().onError?.(x,r));return{error:x,success:!1}}}var Zh={async execute(t,e){try{let{data:n,error:r}=await t();if(r){let s=new v(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 v(n.message,{name:n.name||"ApiError",stack:n.stack}):new v(String(n));return $().onError?.(r,e),{error:r,success:!1}}}};async function yd(t,e,n={}){let{timeout:r=3e4,fetch:s=fetch}=n,o=await re(),u={Accept:"text/event-stream","Content-Type":"application/json"},p=at($().clientSource);p&&(u["X-Kortix-Client"]=p),wt&&(u["x-kortix-admin-bypass"]="1"),Object.assign(u,Sr(t)),o&&(u.Authorization=`Bearer ${o}`);let d=new AbortController,f=setTimeout(()=>d.abort(),r);try{return await s(`${ee()}${t}`,{method:"POST",headers:u,body:JSON.stringify(e),signal:d.signal,credentials:"omit"})}finally{clearTimeout(f)}}var i={get:(t,e)=>he(`${ee()}${t}`,{...e,method:"GET"}),post:(t,e,n)=>he(`${ee()}${t}`,{...n,method:"POST",body:e?JSON.stringify(e):void 0}),put:(t,e,n)=>he(`${ee()}${t}`,{...n,method:"PUT",body:e?JSON.stringify(e):void 0}),patch:(t,e,n)=>he(`${ee()}${t}`,{...n,method:"PATCH",body:e?JSON.stringify(e):void 0}),delete:(t,e)=>he(`${ee()}${t}`,{...e,method:"DELETE"}),upload:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],he(`${ee()}${t}`,{...s,method:"POST",body:e,headers:o})},uploadPut:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],he(`${ee()}${t}`,{...s,method:"PUT",body:e,headers:o})},postStream:yd};function a(t,e="Project request failed"){if(!t.success||t.data===void 0)throw t.error??new Error(e);return t.data}function vr(t){return t.replace(/\/v1\/?$/,"")}async function je(t,e){if(!t.backendUrl||!t.accessToken)return null;let n=vr(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 Zs(){return a(await i.get("/accounts"))}async function ei(t){return a(await i.post("/accounts",t))}async function ti(t){return a(await i.get(`/accounts/${t}`))}async function ni(t,e){return a(await i.patch(`/accounts/${t}`,{name:e}))}async function ri(t){return a(await i.get(`/accounts/${t}/members`))}async function si(t,e){return a(await i.post(`/accounts/${t}/members`,e,{showErrors:!1}))}async function ii(t){return a(await i.get(`/accounts/${t}/invites`))}async function oi(t,e){return a(await i.delete(`/accounts/${t}/invites/${e}`))}async function ai(t,e){return a(await i.post(`/accounts/${t}/invites/${e}/resend`,{}))}async function ci(t){return a(await i.get(`/account-invites/${t}`,{showErrors:!1}))}async function li(t){return a(await i.post(`/account-invites/${t}/accept`,{}))}async function ui(t){return a(await i.post(`/account-invites/${t}/decline`,{}))}async function pi(t,e){return a(await i.delete(`/accounts/${t}/members/${e}`))}async function di(t,e,n){return a(await i.patch(`/accounts/${t}/members/${e}`,{role:n}))}async function gi(t){return a(await i.post(`/accounts/${t}/leave`,{}))}async function ib(t){return je(t,"/v1/accounts")}async function mi(){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 lb=["agent_tunnel","marketplace","connectors_api_discover","agentmail_email","teams","voice","llm_gateway","review_center","meta_agent","apps","monitors","network_boundary_shim","warm_sessions"];async function $e(){return a(await i.get("/projects"))}async function yi(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/projects${e}`))}async function Cr(t,e){return a(await i.get(`/projects/${t}`,e))}async function hi(t,e,n="write"){return a(await i.post(`/projects/${t}/git/collaborators`,{github_username:e,permission:n}))}async function bi(t,e){return a(await i.post(`/projects/${t}/manifest/validate`,{raw:e}),"Failed to validate manifest")}async function xi(t){return a(await i.post(`/projects/${t}/git-token`,{}),"Failed to mint git token")}function ub(t){let e=t.metadata?.git;return e?.provider==="github"&&e?.managed===!0}async function Rr(t,e){let n=a(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 Tr(t,e){return a(await i.get(`/projects/${t}/llm-catalog`,{showErrors:!1,...e}))}async function Ar(t,e){return a(await i.get(`/projects/${t}/model-picker`,{showErrors:!1,...e}))}async function pb(t,e){return a(await i.get(`/projects/${t}/llm-catalog/providers`,{showErrors:!1,...e}))}async function _i(t){return a(await i.post("/projects",t))}async function Pi(t){return a(await i.post("/projects/create-repo",t))}async function ki(t,e={}){return a(await i.post("/projects/provision",{seed_starter:!0,...t},{timeout:12e4,...e}))}var fi=200;function hd(t){let e=t.split(`
|
|
7
|
+
`);try{F=JSON.parse(M),H=!0}catch{F=M}}H&&(s&&await s(F),r&&(F=await r(F))),n?.({data:F,event:B,id:b,retry:C}),U.length&&(yield F)}}}finally{y.removeEventListener("abort",z),j.releaseLock()}break}catch(R){if(e?.(R),u!==void 0&&l>=u)break;let A=Math.min(C*2**(l-1),p??3e4);await x(A)}}}()}};var mp=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},fp=t=>{switch(t){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},yp=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},rt=({allowReserved:t,explode:e,name:n,style:r,value:s})=>{if(!e){let p=(t?s:s.map(d=>encodeURIComponent(d))).join(fp(r));switch(r){case"label":return`.${p}`;case"matrix":return`;${n}=${p}`;case"simple":return p;default:return`${n}=${p}`}}let o=mp(r),u=s.map(p=>r==="label"||r==="simple"?t?p:encodeURIComponent(p):ke({allowReserved:t,name:n,value:p})).join(o);return r==="label"||r==="matrix"?o+u:u},ke=({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)}`},st=({allowReserved:t,explode:e,name:n,style:r,value:s,valueOnly:o})=>{if(s instanceof Date)return o?s.toISOString():`${n}=${s.toISOString()}`;if(r!=="deepObject"&&!e){let d=[];Object.entries(s).forEach(([m,b])=>{d=[...d,m,t?b:encodeURIComponent(b)]});let f=d.join(",");switch(r){case"form":return`${n}=${f}`;case"label":return`.${f}`;case"matrix":return`;${n}=${f}`;default:return f}}let u=yp(r),p=Object.entries(s).map(([d,f])=>ke({allowReserved:t,name:r==="deepObject"?`${n}[${d}]`:d,value:f})).join(u);return r==="label"||r==="matrix"?u+p:p};var hp=/\{[^{}]+\}/g,bp=({path:t,url:e})=>{let n=e,r=e.match(hp);if(r)for(let s of r){let o=!1,u=s.substring(1,s.length-1),p="simple";u.endsWith("*")&&(o=!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 d=t[u];if(d==null)continue;if(Array.isArray(d)){n=n.replace(s,rt({explode:o,name:u,style:p,value:d}));continue}if(typeof d=="object"){n=n.replace(s,st({explode:o,name:u,style:p,value:d,valueOnly:!0}));continue}if(p==="matrix"){n=n.replace(s,`;${ke({name:u,value:d})}`);continue}let f=encodeURIComponent(p==="label"?`.${d}`:d);n=n.replace(s,f)}return n},ds=({baseUrl:t,path:e,query:n,querySerializer:r,url:s})=>{let o=s.startsWith("/")?s:`/${s}`,u=(t??"")+o;e&&(u=bp({path:e,url:u}));let p=n?r(n):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(u+=`?${p}`),u};function zt(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 gs=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 Vt={bodySerializer:t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString():n)};var ms=({parameters:t={},...e}={})=>r=>{let s=[];if(r&&typeof r=="object")for(let o in r){let u=r[o];if(u==null)continue;let p=t[o]||e;if(Array.isArray(u)){let d=rt({allowReserved:p.allowReserved,explode:!0,name:o,style:"form",value:u,...p.array});d&&s.push(d)}else if(typeof u=="object"){let d=st({allowReserved:p.allowReserved,explode:!0,name:o,style:"deepObject",value:u,...p.object});d&&s.push(d)}else{let d=ke({allowReserved:p.allowReserved,name:o,value:u});d&&s.push(d)}}return s.join("&")},fs=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"}},xp=(t,e)=>e?!!(t.headers.has(e)||t.query?.[e]||t.headers.get("Cookie")?.includes(`${e}=`)):!1,ys=async({security:t,...e})=>{for(let n of t){if(xp(e,n.name))continue;let r=await gs(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}}},Jt=t=>ds({baseUrl:t.baseUrl,path:t.path,query:t.query,querySerializer:typeof t.querySerializer=="function"?t.querySerializer:ms(t.querySerializer),url:t.url}),Xt=(t,e)=>{let n={...t,...e};return n.baseUrl?.endsWith("/")&&(n.baseUrl=n.baseUrl.substring(0,n.baseUrl.length-1)),n.headers=it(t.headers,e.headers),n},_p=t=>{let e=[];return t.forEach((n,r)=>{e.push([r,n])}),e},it=(...t)=>{let e=new Headers;for(let n of t){if(!n)continue;let r=n instanceof Headers?_p(n):Object.entries(n);for(let[s,o]of r)if(o===null)e.delete(s);else if(Array.isArray(o))for(let u of o)e.append(s,u);else o!==void 0&&e.set(s,typeof o=="object"?JSON.stringify(o):o)}return e},Me=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}},hs=()=>({error:new Me,request:new Me,response:new Me}),Pp=ms({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),kp={"Content-Type":"application/json"},Oe=(t={})=>({...Vt,headers:kp,parseAs:"auto",querySerializer:Pp,...t});var Ue=(t={})=>{let e=Xt(Oe(),t),n=()=>({...e}),r=f=>(e=Xt(e,f),n()),s=hs(),o=async f=>{let m={...e,...f,fetch:f.fetch??e.fetch??globalThis.fetch,headers:it(e.headers,f.headers),serializedBody:void 0};m.security&&await ys({...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 b=Jt(m);return{opts:m,url:b}},u=async f=>{let{opts:m,url:b}=await o(f),x={redirect:"follow",...m,body:zt(m)},I=new Request(b,x);for(let k of s.request.fns)k&&(I=await k(I,m));let E=m.fetch,C;try{C=await E(I)}catch(k){let D=k;for(let j of s.error.fns)j&&(D=await j(k,void 0,I,m));if(D=D||{},m.throwOnError)throw D;return m.responseStyle==="data"?void 0:{error:D,request:I,response:void 0}}for(let k of s.response.fns)k&&(C=await k(C,I,m));let l={request:I,response:C};if(C.ok){let k=(m.parseAs==="auto"?fs(C.headers.get("Content-Type")):m.parseAs)??"json";if(C.status===204||C.headers.get("Content-Length")==="0"){let j;switch(k){case"arrayBuffer":case"blob":case"text":j=await C[k]();break;case"formData":j=new FormData;break;case"stream":j=C.body;break;default:j={};break}return m.responseStyle==="data"?j:{data:j,...l}}let D;switch(k){case"arrayBuffer":case"blob":case"formData":case"text":D=await C[k]();break;case"json":{let j=await C.text();D=j?JSON.parse(j):{};break}case"stream":return m.responseStyle==="data"?C.body:{data:C.body,...l}}return k==="json"&&(m.responseValidator&&await m.responseValidator(D),m.responseTransformer&&(D=await m.responseTransformer(D))),m.responseStyle==="data"?D:{data:D,...l}}let y=await C.text(),c;try{c=JSON.parse(y)}catch{}let R=c??y,A=R;for(let k of s.error.fns)k&&(A=await k(R,C,I,m));if(A=A||{},m.throwOnError)throw A;return m.responseStyle==="data"?void 0:{error:A,...l}},p=f=>m=>u({...m,method:f}),d=f=>async m=>{let{opts:b,url:x}=await o(m);return ps({...b,body:b.body,headers:b.headers,method:f,onRequest:async(I,E)=>{let C=new Request(I,E);for(let l of s.request.fns)l&&(C=await l(C,b));return C},serializedBody:zt(b),url:x})};return{buildUrl:Jt,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:d("CONNECT"),delete:d("DELETE"),get:d("GET"),head:d("HEAD"),options:d("OPTIONS"),patch:d("PATCH"),post:d("POST"),put:d("PUT"),trace:d("TRACE")},trace:p("TRACE")}};var wp={$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"},Sp=Object.entries(wp),bs=(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&&bs(n.args,e);return e},vp=t=>{for(let[e,n]of Object.entries(t))n&&typeof n=="object"&&!Object.keys(n).length&&delete t[e]},g=(t,e)=>{let n={body:{},headers:{},path:{},query:{}},r=bs(e),s;for(let[o,u]of t.entries())if(e[o]&&(s=e[o]),!!s)if("in"in s)if(s.key){let p=r.get(s.key),d=p.map||s.key;p.in&&(n[p.in][d]=u)}else n.body=u;else for(let[p,d]of Object.entries(u??{})){let f=r.get(p);if(f)if(f.in){let m=f.map||p;n[f.in][m]=d}else n[f.map]=d;else{let m=Sp.find(([b])=>p.startsWith(b));if(m){let[b,x]=m;n[x][p.slice(b.length)]=d}else if("allowExtra"in s&&s.allowExtra){for(let[b,x]of Object.entries(s.allowExtra))if(x){n[b][p]=d;break}}}}return vp(n),n};var xs=Ue(Oe({baseUrl:"http://localhost:4096"}));var _=class{client;constructor(e){this.client=e?.client??xs}},Qt=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)}},Yt=class extends _{remove(e,n){let r=g([e],[{args:[{in:"path",key:"providerID"}]}]);return(n?.client??this.client).delete({url:"/auth/{providerID}",...n,...r})}set(e,n){let r=g([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}})}},Zt=class extends _{log(e,n){let r=g([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=g([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=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/skill",...n,...r})}},en=class extends _{moveSession(e,n){let r=g([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}})}},tn=class extends _{get(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/capabilities",...n,...r})}},nn=class extends _{get(e,n){let r=g([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=g([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=g([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}})}},rn=class extends _{list(e,n){let r=g([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=g([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})}},sn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/resource",...n,...r})}},on=class extends _{generateName(e,n){let r=g([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}})}},an=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/workspace/adapter",...n,...r})}},cn=class extends _{list(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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 an({client:this.client})}},ln=class extends _{_controlPlane;get controlPlane(){return this._controlPlane??=new en({client:this.client})}_capabilities;get capabilities(){return this._capabilities??=new tn({client:this.client})}_console;get console(){return this._console??=new nn({client:this.client})}_session;get session(){return this._session??=new rn({client:this.client})}_resource;get resource(){return this._resource??=new sn({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new on({client:this.client})}_workspace;get workspace(){return this._workspace??=new cn({client:this.client})}},un=class extends _{get(e){return(e?.client??this.client).get({url:"/global/config",...e})}update(e,n){let r=g([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}})}},pn=class extends _{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=g([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 un({client:this.client})}},dn=class extends _{subscribe(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).sse.get({url:"/event",...n,...r})}},gn=class extends _{get(e,n){let r=g([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=g([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=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/config/providers",...n,...r})}},mn=class extends _{list(e,n){let r=g([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=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/experimental/tool/ids",...n,...r})}},fn=class extends _{remove(e,n){let r=g([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=g([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=g([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=g([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}})}},yn=class extends _{text(e,n){let r=g([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=g([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=g([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})}},hn=class extends _{list(e,n){let r=g([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=g([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=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/file/status",...n,...r})}},bn=class extends _{dispose(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).post({url:"/instance/dispose",...n,...r})}},xn=class extends _{get(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/path",...n,...r})}},_n=class extends _{raw(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/vcs/diff/raw",...n,...r})}},Pn=class extends _{get(e,n){let r=g([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=g([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=g([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=g([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 _n({client:this.client})}},kn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/command",...n,...r})}},wn=class extends _{status(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/lsp",...n,...r})}},Sn=class extends _{status(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/formatter",...n,...r})}},vn=class extends _{remove(e,n){let r=g([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=g([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=g([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=g([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})}},Cn=class extends _{status(e,n){let r=g([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=g([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=g([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=g([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 vn({client:this.client})}},Rn=class extends _{list(e,n){let r=g([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=g([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=g([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=g([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=g([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})}},An=class extends _{shells(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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})}},Tn=class extends _{list(e,n){let r=g([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=g([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=g([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})}},In=class extends _{list(e,n){let r=g([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=g([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=g([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}})}},En=class extends _{authorize(e,n){let r=g([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=g([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}})}},jn=class extends _{list(e,n){let r=g([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=g([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 En({client:this.client})}},$n=class extends _{list(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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})}},Dn=class extends _{delete(e,n){let r=g([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=g([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}})}},qn=class extends _{list(e,n){let r=g([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}})}},Mn=class extends _{start(e,n){let r=g([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=g([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=g([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 qn({client:this.client})}},On=class extends _{next(e,n){let r=g([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=g([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}})}},Un=class extends _{appendPrompt(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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=g([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 On({client:this.client})}},Fn=class extends _{get(e){return(e?.client??this.client).get({url:"/api/health",...e})}},Ln=class extends _{get(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/location",...n,...r})}},Gn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/agent",...n,...r})}},Bn=class extends _{stage(e,n){let r=g([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=g([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=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/revert/commit",...n,...r})}},Nn=class extends _{list(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/permission",...n,...r})}reply(e,n){let r=g([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}})}},Kn=class extends _{list(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/question",...n,...r})}reply(e,n){let r=g([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=g([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})}},Hn=class extends _{list(e,n){let r=g([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=g([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=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}",...n,...r})}switchAgent(e,n){let r=g([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=g([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=g([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=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/compact",...n,...r})}wait(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/wait",...n,...r})}context(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/context",...n,...r})}messages(e,n){let r=g([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 Bn({client:this.client})}_permission;get permission(){return this._permission??=new Nn({client:this.client})}_question;get question(){return this._question??=new Kn({client:this.client})}},Wn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/model",...n,...r})}},zn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/provider",...n,...r})}get(e,n){let r=g([e],[{args:[{in:"path",key:"providerID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/provider/{providerID}",...n,...r})}},Vn=class extends _{key(e,n){let r=g([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=g([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}})}},Jn=class extends _{cancel(e,n){let r=g([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=g([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=g([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}})}},Xn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/integration",...n,...r})}get(e,n){let r=g([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 Vn({client:this.client})}_attempt;get attempt(){return this._attempt??=new Jn({client:this.client})}},Qn=class extends _{remove(e,n){let r=g([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=g([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}})}},Yn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/permission/request",...n,...r})}},Zn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"projectID"}]}]);return(n?.client??this.client).get({url:"/api/permission/saved",...n,...r})}remove(e,n){let r=g([e],[{args:[{in:"path",key:"id"}]}]);return(n?.client??this.client).delete({url:"/api/permission/saved/{id}",...n,...r})}},er=class extends _{_request;get request(){return this._request??=new Yn({client:this.client})}_saved;get saved(){return this._saved??=new Zn({client:this.client})}},tr=class extends _{read(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/fs/read/*",...n,...r})}list(e,n){let r=g([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=g([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})}},nr=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/command",...n,...r})}},rr=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/skill",...n,...r})}},sr=class extends _{subscribe(e){return(e?.client??this.client).sse.get({url:"/api/event",...e})}},ir=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/pty",...n,...r})}create(e,n){let r=g([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=g([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=g([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=g([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=g([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=g([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})}},or=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/question/request",...n,...r})}},ar=class extends _{_request;get request(){return this._request??=new or({client:this.client})}},cr=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/reference",...n,...r})}},lr=class extends _{remove(e,n){let r=g([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=g([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=g([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy/refresh",...n,...r})}},ur=class extends _{_health;get health(){return this._health??=new Fn({client:this.client})}_location;get location(){return this._location??=new Ln({client:this.client})}_agent;get agent(){return this._agent??=new Gn({client:this.client})}_session;get session(){return this._session??=new Hn({client:this.client})}_model;get model(){return this._model??=new Wn({client:this.client})}_provider;get provider(){return this._provider??=new zn({client:this.client})}_integration;get integration(){return this._integration??=new Xn({client:this.client})}_credential;get credential(){return this._credential??=new Qn({client:this.client})}_permission;get permission(){return this._permission??=new er({client:this.client})}_fs;get fs(){return this._fs??=new tr({client:this.client})}_command;get command(){return this._command??=new nr({client:this.client})}_skill;get skill(){return this._skill??=new rr({client:this.client})}_event;get event(){return this._event??=new sr({client:this.client})}_pty;get pty(){return this._pty??=new ir({client:this.client})}_question;get question(){return this._question??=new ar({client:this.client})}_reference;get reference(){return this._reference??=new cr({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new lr({client:this.client})}},ot=class t extends _{static __registry=new Qt;constructor(e){super(e),t.__registry.set(this,e?.key)}_auth;get auth(){return this._auth??=new Yt({client:this.client})}_app;get app(){return this._app??=new Zt({client:this.client})}_experimental;get experimental(){return this._experimental??=new ln({client:this.client})}_global;get global(){return this._global??=new pn({client:this.client})}_event;get event(){return this._event??=new dn({client:this.client})}_config;get config(){return this._config??=new gn({client:this.client})}_tool;get tool(){return this._tool??=new mn({client:this.client})}_worktree;get worktree(){return this._worktree??=new fn({client:this.client})}_find;get find(){return this._find??=new yn({client:this.client})}_file;get file(){return this._file??=new hn({client:this.client})}_instance;get instance(){return this._instance??=new bn({client:this.client})}_path;get path(){return this._path??=new xn({client:this.client})}_vcs;get vcs(){return this._vcs??=new Pn({client:this.client})}_command;get command(){return this._command??=new kn({client:this.client})}_lsp;get lsp(){return this._lsp??=new wn({client:this.client})}_formatter;get formatter(){return this._formatter??=new Sn({client:this.client})}_mcp;get mcp(){return this._mcp??=new Cn({client:this.client})}_project;get project(){return this._project??=new Rn({client:this.client})}_pty;get pty(){return this._pty??=new An({client:this.client})}_question;get question(){return this._question??=new Tn({client:this.client})}_permission;get permission(){return this._permission??=new In({client:this.client})}_provider;get provider(){return this._provider??=new jn({client:this.client})}_session;get session(){return this._session??=new $n({client:this.client})}_part;get part(){return this._part??=new Dn({client:this.client})}_sync;get sync(){return this._sync??=new Mn({client:this.client})}_tui;get tui(){return this._tui??=new Un({client:this.client})}_v2;get v2(){return this._v2??=new ur({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 o=t,u=typeof o.data?.message=="string"&&o.data.message||typeof o.message=="string"&&o.message||typeof o.name=="string"&&o.name||_s(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 ${_s(n,e)}: ${s}`,{cause:{body:t,status:e?.status}})}function _s(t,e){let n=t?.method??"?",r=t?.url??"?",s=e?.status,o=e?.statusText;return`${n} ${r}${s?" \u2192 "+s:""}${o?" "+o:""}`}function Cp(t,e,n){if(t)return e&&(t===e||n&&t===n(e))?e:t}function Rp(t,e){if(t.method!=="GET"&&t.method!=="HEAD")return t;let n=new URL(t.url),r=!1;for(let[o,u]of[["x-opencode-directory","directory"],["x-opencode-workspace","workspace"]]){let p=Cp(t.headers.get(o),u==="directory"?e.directory:e.workspace,u==="directory"?encodeURIComponent:void 0);if(p){for(let d of n.pathname.startsWith("/api/")?[u,`location[${u}]`]:[u])n.searchParams.has(d)||n.searchParams.set(d,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 pr(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=>Rp(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 ot({client:e})}var Ap=new Set(["api","cli","mobile","web"]);function at(t){let e=t?.trim().toLowerCase();return e&&Ap.has(e)?e:null}function Tp(t){return new Promise(e=>setTimeout(e,t))}async function ks(t,e,n){let r=Math.max(1,e?.attempts??1),s=e?.baseDelayMs??0,o=e?.invalidateBetweenAttempts??!1,u=null;for(let p=0;p<r;p++)if(p>0&&(o&&n?.(),s>0&&await Tp(s)),u=await t(),u)return u;return u}var Ip=3e4;function Ep(t){return(t instanceof Request?t.url:String(t)).includes("/global/event")}function dr(t,e,n=Ip){let r=t instanceof Request?t.signal:e?.signal;if(Ep(t))return r??void 0;let s=AbortSignal.timeout(n);return r?typeof AbortSignal.any=="function"?AbortSignal.any([r,s]):r:s}function gr(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 o=at(r);return o&&!s.has("X-Kortix-Client")&&s.set("X-Kortix-Client",o),s}function ws(){return new Response(JSON.stringify({error:"Not authenticated"}),{status:401,headers:{"Content-Type":"application/json"}})}async function mr(){return $().getToken()}async function se(t){return ks(()=>$().getToken(),t,ct)}function ct(){}function ey(t){}function ty(t){}async function lt(){return mr()}async function Ss(t){return se(t)}function vs(t,e,n,r){let s=$().fetch??fetch;if(t instanceof Request){let o=new Request(t,{headers:n,...r?{signal:r}:{}});return s(o)}return s(t,{...e,headers:n,...r?{signal:r}:{}})}async function q(t,e,n){let{retryOnAuthError:r=!0,timeoutMs:s}=n??{},o=await Ss();if(!o)return ws();let u=$().clientSource,p=gr(t,e,o,u),d=s===void 0?dr(t,e):dr(t,e,s),f=await vs(t,e,p,d);if(f.status===401&&r&&o){ct();let m=await Ss({attempts:2,baseDelayMs:200});if(m&&m!==o){let b=gr(t,e,m,u);return vs(t,e,b,d)}}return f}var we={url:null,sandboxId:null,dbSandboxId:null,version:0},jp=new Set;function Cs(t,e=null,n=null){if(!(we.url===t&&we.sandboxId===e&&we.dbSandboxId===n)){we={url:t,sandboxId:e,dbSandboxId:n,version:we.version+1};for(let r of jp)r()}}function Rs(){return we.url}function $p(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function de(){return $p($().backendUrl||"http://localhost:8008/v1")}function As(){let t=$().sandboxId;return t?`${de()}/p/${t}/8000`:""}function Dp(t){return`${de()}/p/${t}/8000`}function ut(t){return Dp(t)}function ge(){let t=Rs();return t||($().billingEnabled??!1?"":As())}var v=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,...o}=n;Object.assign(this,o),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)}},Se=class extends v{constructor(e="Not authenticated"){super(e,{code:"NO_SESSION"}),this.name="AuthError"}},me=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)}},ve=class t extends Error{status;detail;constructor(e=431,n,r){let s="Request headers are too large",o="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||o},Object.setPrototypeOf(this,t.prototype)}},fr="feature_disabled";function Ts(t){if(!(t instanceof v)||t.status!==403||t.code!==fr)return null;let e=t.details??t.data;return e&&typeof e=="object"?e:{}}function Is(t){let e=Ts(t);return e?(typeof e.feature=="string"&&!t.feature&&(t.feature=e.feature),!0):!1}function Es(t){let e=Ts(t);if(!e)return null;let n=t.feature;return typeof n=="string"?n:typeof e.feature=="string"?e.feature:null}function Ce(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 me(e,{message:r?.message||t.message||"Billing error",...r})}function js(t){return t instanceof me}function $s(t){if(!(t instanceof me))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 yr(t,e){return(await t.json().catch(()=>({})))?.error||t.statusText||e}function hr(t){if(!t)throw new Error("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading");return t}async function Ds(t){let e=hr(t),n=await q(`${e}/env`);if(!n.ok)throw new Error(await yr(n,"Failed to load secrets"));return(await n.json()).secrets??{}}async function qs(t,e,n){let r=hr(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 yr(s,"Failed to save secret"))}async function Ms(t,e){let n=hr(t),r=await q(`${n}/env/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await yr(r,"Failed to delete secret"))}var qp={list:Ds,set:qs,delete:Ms};async function Mp(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}}),o=await s.json();if(!s.ok)throw new Error(o?.error||o?.message||`Request failed with ${s.status}`);return o}function Re(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 pt(t,e){let n=await t.json().catch(()=>({}));return n?.error||n?.message||t.statusText||e}function Fe(t){if(!t)throw new Error("[kortix-pty] Server URL not ready \u2014 sandbox is still loading");return Re(t)}async function Os(t){let e=Fe(t),n=await q(`${e}/kortix/pty`);if(!n.ok)throw new Error(await pt(n,"Failed to list terminals"));return n.json()}async function Us(t,e){let n=Fe(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 pt(r,"Failed to create terminal"));return r.json()}async function Fs(t,e,n){let r=Fe(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 pt(s,"Failed to update terminal"));return s.json()}async function Ls(t,e){let n=Fe(t),r=await q(`${n}/kortix/pty/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await pt(r,"Failed to remove terminal"))}async function Gs(t,e){let n=Fe(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:"),Re(p.toString())}catch{return n.replace("https://","wss://").replace("http://","ws://")}})()}/kortix/pty/${encodeURIComponent(t)}/connect`,o=await lt();if(!o)return s;let u=s.includes("?")?"&":"?";return`${s}${u}token=${encodeURIComponent(o)}`}var Op={list:Os,create:Us,update:Fs,remove:Ls,webSocketUrl:Gs};async function w(t,e,n,r){let s=t;for(;s.endsWith("/");)s=s.slice(0,-1);let o=await q(`${s}${e}`,{...n,headers:{"Content-Type":"application/json",...n?.headers}},r),u=await o.text(),p={};try{p=u?JSON.parse(u):{}}catch{p={}}if(!o.ok)throw new Error(p?.error||p?.message||p?.details||u.slice(0,200)||`Request failed with ${o.status}`);return p}async function ky(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 w(t,`/kortix/tasks${r}`)}async function wy(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`)}async function Sy(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/events`)}async function vy(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/status`)}async function Cy(t,e){return w(t,"/kortix/tasks",{method:"POST",body:JSON.stringify(e)})}async function Ry(t,e,n){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function Ay(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/start`,{method:"POST"})}async function Ty(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/approve`,{method:"POST"})}async function Iy(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Ey(t,e){let n=e?`?project_id=${encodeURIComponent(e)}`:"";return w(t,`/kortix/tickets${n}`)}async function jy(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`)}async function $y(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/events`)}async function Dy(t,e){return w(t,"/kortix/tickets",{method:"POST",body:JSON.stringify(e)})}async function qy(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function My(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/status`,{method:"POST",body:JSON.stringify(n)})}async function Oy(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/assign`,{method:"POST",body:JSON.stringify(n)})}async function Uy(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/unassign`,{method:"POST",body:JSON.stringify(n)})}async function Fy(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/comments`,{method:"POST",body:JSON.stringify(n)})}async function Ly(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Gy(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`)}async function By(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`,{method:"PUT",body:JSON.stringify({columns:n})})}async function Ny(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`)}async function Ky(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`,{method:"PUT",body:JSON.stringify({fields:n})})}async function Hy(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`)}async function Wy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`,{method:"PUT",body:JSON.stringify({templates:n})})}async function zy(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/pm-session`,{method:"POST"})}async function Vy(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`)}async function Jy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`,{method:"POST",body:JSON.stringify(n)})}async function Xy(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function Qy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Yy(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}/persona`)}async function Zy(t,e,n=200){return w(t,`/kortix/projects/${encodeURIComponent(e)}/activity?limit=${n}`)}async function eh(t){return w(t,"/kortix/projects")}async function th(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`)}async function nh(t,e){return w(t,`/kortix/projects/by-session/${encodeURIComponent(e)}`)}async function rh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/sessions`)}async function sh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"DELETE"})}async function ih(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function oh(t,e,n="all"){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones?status=${n}`)}async function ah(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`)}async function ch(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/events`)}async function lh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones`,{method:"POST",body:JSON.stringify(n)})}async function uh(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function ph(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/close`,{method:"POST",body:JSON.stringify(r)})}async function dh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/reopen`,{method:"POST"})}async function gh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"DELETE"})}async function mh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`)}async function fh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}/events`)}async function yh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`,{method:"POST",body:JSON.stringify(n)})}async function hh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`)}async function bh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`,{method:"DELETE"})}var Up=1e4,Fp={retryOnAuthError:!1};function Ae(t,e,n){return w(t,e,{signal:AbortSignal.timeout(Up),...n},Fp)}async function xh(t,e=!1){return(await Ae(t,`/kortix/services${e?"?all=true":""}`)).services??[]}async function _h(t){return(await Ae(t,"/kortix/services/templates")).templates??[]}async function Ph(t,e){return(await Ae(t,`/kortix/services/${encodeURIComponent(e)}/logs`)).logs??[]}async function kh(t,e,n){let r=n==="delete",s=r?`/kortix/services/${encodeURIComponent(e)}`:`/kortix/services/${encodeURIComponent(e)}/${n}`;return Ae(t,s,{method:r?"DELETE":"POST"})}async function wh(t,e){return Ae(t,`/kortix/services/reconcile${e?"?reload=true":""}`,{method:"POST"})}async function Sh(t,e){return Ae(t,"/kortix/services/register",{method:"POST",body:JSON.stringify(e)})}var dt=new Map,Le=class extends Error{constructor(e="[opencode-sdk] Server URL not ready \u2014 sandbox is still loading"){super(e),this.name="RuntimeNotReadyError"}};function fe(){let t=ge();if(!t)throw new Le;return ie(t)}function ie(t){if(!t)throw new Error("[opencode-sdk] getClientForUrl called without a url");let e=dt.get(t);if(e)return e;if(!Wt())throw new Error("[opencode-sdk] No auth token provider configured \u2014 call configureKortix()/createKortix() before talking to a sandbox runtime.");let n=pr({baseUrl:t,fetch:q});return dt.set(t,n),n}function Eh(t){dt.delete(t)}function jh(){dt.clear()}var gt=new Map;function $h(t){if(!t)throw new Error("[opencode-sdk] getPublicClientForUrl called without a url");let e=gt.get(t);if(e)return e;let n=pr({baseUrl:t,fetch});return gt.set(t,n),n}function Dh(t){gt.delete(t)}function qh(){gt.clear()}async function Lp(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 Mh(t){let e=ge();if(!e)throw new v("[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")??"",o=/^application\/([\w.+-]+\+)?json\b/i.test(s.trim());if(!r.ok)throw new v(`System reload failed (${r.status}): ${await Lp(r)}`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"});if(!o)throw new v(`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(d){throw new v(`System reload returned malformed JSON from ${n}: ${d instanceof Error?d.message:String(d)}`,{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 Ns(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 v(n,{status:e?.response?.status??e?.status,response:e?.response,details:e})}return t.data}async function Ie(t){let e=await t.text().catch(()=>""),n=null;try{n=JSON.parse(e)}catch{}return n?.error||e||t.statusText||`HTTP ${t.status}`}function K(t){let e=(t??ge()).trim();if(!e)throw new Le;return e}async function ft(t,e){let n=await q(`${K(e)}${t}`);if(!n.ok)throw new v(await Ie(n),{status:n.status,response:n});return n.json()}var xr=["/workspace","/tmp","/home","/opt"],Gp=xr.filter(t=>t!=="/workspace");function Ks(t){return xr.some(e=>t===e||t.startsWith(`${e}/`))}function mt(t){return Ks(t)?t:`/workspace/${t.replace(/^\/+/,"")}`}function Ee(t){let e=t||"";if(e==="/workspace"||e==="/workspace/")return"";if(e.startsWith("/workspace/"))e=e.slice(11);else if(Gp.some(n=>e===n||e.startsWith(`${n}/`)))return e;for(;e.startsWith("/");)e=e.slice(1);return e}var Hs=Ee;async function yt(t,e){let n=K(e),r=Ee(t)||".";return(await ft(`/file?path=${encodeURIComponent(r)}`,n)).map(o=>({...o,path:o.absolute||`/workspace/${o.path}`}))}async function Be(t,e){let n=K(e),r=Ee(t),s=await q(`${n}/file/content?path=${encodeURIComponent(r)}`);if(!s.ok)throw new v(await Ie(s),{status:s.status,response:s});return s.json()}async function Bp(t,e,n){let r=K(n),s=Ee(t),o=await q(`${r}/file/raw?path=${encodeURIComponent(s)}`);if(!o.ok)throw new v(await Ie(o),{status:o.status,response:o});if((o.headers.get("content-type")||"").includes("text/html"))throw new v("File could not be loaded (raw byte route unavailable)",{status:o.status,response:o,code:"INVALID_CONTENT_TYPE"});let u=await o.blob();return e&&(!u.type||u.type==="application/octet-stream")?new Blob([u],{type:e}):u}async function Ne(t,e){let n=K(e);try{return await Bp(t,void 0,n)}catch{}let r=await Be(t,n);if(r.encoding==="base64"&&r.content){let s=Uint8Array.from(atob(r.content),o=>o.charCodeAt(0));return new Blob([s],{type:r.mimeType||"application/octet-stream"})}return new Blob([r.content??""],{type:r.mimeType||"text/plain;charset=utf-8"})}async function ht(t){return ft("/file/status",K(t))}async function bt(t,e,n){let r=K(n),s=new URLSearchParams({query:t});return e?.type&&s.set("type",e.type),e?.limit&&s.set("limit",String(e.limit)),ft(`/find/file?${s.toString()}`,r)}async function xt(t,e){let n=K(e);return(await ft(`/find?pattern=${encodeURIComponent(t)}`,n)).map(s=>({path:typeof s.path=="string"?s.path:s.path?.text??"",lines:typeof s.lines=="string"?s.lines:s.lines?.text??"",line_number:s.line_number,absolute_offset:s.absolute_offset,submatches:(s.submatches??[]).map(o=>({start:o.start,end:o.end}))}))}var Ge=[400,1200],Np=t=>t===408||t===429||t===502||t===503||t===504,Bs=t=>new Promise(e=>setTimeout(e,t));function Kp(t){let e=t?.name;return e==="TimeoutError"||e==="AbortError"}var br=3e4,Hp=15*6e4,Wp=256;function Ws(t){if(typeof t!="number"||!Number.isFinite(t)||t<=0)return br;let e=br+t/Wp;return Math.min(Hp,Math.max(br,Math.round(e)))}async function zp(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 zs(t,e){let n;for(let s=0;s<=Ge.length;s++){let o;try{o=await e(t())}catch(p){if(n=p,Kp(p)||s===Ge.length)break;await Bs(Ge[s]);continue}if(o.ok)return o.json();let u=await zp(o);if(n=new v(`Upload failed (${o.status}): ${u}`,{status:o.status,response:o}),!Np(o.status)||s===Ge.length)throw n;await Bs(Ge[s])}if(n instanceof v)throw n;let r=n instanceof Error?n.message:String(n||"request failed");throw new v(`Upload failed: ${r}`)}async function Ke(t,e,n,r){let s=K(r),o=Ws(t.size),u=n||(t instanceof File?t.name:"")||"";return zs(()=>{let p=new FormData,d=(e??"").trim();return d&&p.append("path",d.startsWith("/")?d:`/${d}`),u&&p.append("filename",u),u?p.append("file",t,u):p.append("file",t),p},p=>q(`${s}/file/upload`,{method:"POST",body:p},{timeoutMs:o}))}function Vp(t,e,n){let r=K(n),s=Ws(e.size);return zs(()=>{let o=new FormData;return o.append(t,e,t.split("/").pop()||"file"),o},o=>q(`${r}/file/upload`,{method:"POST",body:o},{timeoutMs:s}))}async function _t(t,e){let n=K(e),r=t.trim(),o=(r.startsWith("/")?r:`/${r}`).split("/"),u=o.pop()||"untitled",p=o.join("/")||"/workspace",d=await He(`${p}/${u}`,new Blob([],{type:"application/octet-stream"}),n);return[{path:d.path,size:d.bytes}]}async function Pt(t,e,n){let r=K(n);return Vp(e,await Ne(t,r),r)}function Jp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Xp(t){let e=t.lastIndexOf("/");return e<=0?"/":t.slice(0,e)}function Qp(t){return t.slice(t.lastIndexOf("/")+1)}function Yp(){let t=typeof crypto<"u"?crypto:void 0;if(t?.randomUUID)return t.randomUUID();if(t?.getRandomValues){let e=new Uint8Array(8);return t.getRandomValues(e),[...e].map(n=>n.toString(16).padStart(2,"0")).join("")}return`${Date.now().toString(36)}-${Math.random().toString(36).slice(2,10)}`}async function He(t,e,n){let r=K(n),s=mt(Jp(t.trim())),o=Qp(s);if(!o)throw new v(`writeFile needs a file path, got "${t}"`,{code:"INVALID_PATH"});let u=Xp(s);await We(u,r).catch(()=>{});let p=Yp(),d=await Ke(e,u,`.${o}.kortix-write-${p}`,r),f=d[0]?.path;if(!f)throw new v(`Upload returned no file for ${s}`,{code:"UPLOAD_NO_RESULT"});let m=mt(f),b=`${s}.kortix-write-backup-${p}`,x=!1;try{await ye(s,b,r),x=!0}catch{}try{await ye(m,s,r)}catch(E){throw x&&await ye(b,s,r).catch(()=>{}),await Te(m,r).catch(()=>{}),E}x&&await Te(b,r).catch(()=>{});let I=d[0]?.size;return{path:s,bytes:typeof I=="number"?I:e.size}}async function Te(t,e){let n=await q(`${K(e)}/file`,{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new v(`Delete failed (${n.status}): ${await Ie(n)}`,{status:n.status,response:n});return n.json()}async function We(t,e){let n=await q(`${K(e)}/file/mkdir`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new v(`Mkdir failed (${n.status}): ${await Ie(n)}`,{status:n.status,response:n});return n.json()}async function ye(t,e,n){let r=await q(`${K(n)}/file/rename`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({from:t,to:e})});if(!r.ok)throw new v(`Rename failed (${r.status}): ${await Ie(r)}`,{status:r.status,response:r});return r.json()}async function Vs(){return Ns(await fe().project.current())}async function _r(){return Ns(await fe().global.health())}async function Js(){try{return(await _r()).healthy===!0}catch{return!1}}var Zp={list:yt,read:Be,readBlob:Ne,status:ht,findFiles:bt,findText:xt,upload:Ke,write:He,create:_t,copy:Pt,remove:Te,mkdir:We,rename:ye,currentProject:Vs,health:_r,isReachable:Js,toDaemonPath:Ee,toSandboxAbsolutePath:mt,toWorkspaceRelative:Hs};var td="X-Kortix-Impersonate",kr="kortix.impersonation",he=null,kt=!1,Pr=new Set;function wr(){try{return typeof sessionStorage>"u"?null:sessionStorage}catch{return null}}function nd(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 rd(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 Xs(){for(let t of Pr)try{t()}catch{}}function sd(){return kt||(kt=!0,he=rd(wr()?.getItem(kr)??null)),he&&!nd(he)?(Qs(),null):he}function Wh(t){if(kt=!0,!t){Qs();return}he=t;try{wr()?.setItem(kr,JSON.stringify(t))}catch{}Xs()}function Qs(){kt=!0;let t=he!==null;he=null;try{wr()?.removeItem(kr)}catch{}t&&Xs()}function zh(t){return Pr.add(t),()=>{Pr.delete(t)}}var id=/(^|\/)admin\/(api|analytics)(\/|$)/;function od(t){let e=t;if(/^https?:\/\//.test(t))try{e=new URL(t).pathname}catch{e=t}return!id.test(e)}function Sr(t){if(t!==void 0&&!od(t))return{};let e=sd();return e?{[td]:e.grantId}:{}}var ee=()=>$().backendUrl||"",ad="feature_not_supported",cd="model_not_servable",ld="provision_in_flight",Zs="request_deadline",ud=/^Request exceeded the \d+s server processing deadline$/,pd=(t,e,n)=>t!==503?!1:(typeof e=="object"&&e!==null&&"code"in e?e.code:void 0)===Zs||ud.test(n),dd=t=>new Promise(e=>setTimeout(e,t)),gd=new Set([502,503,504]),md=t=>gd.has(t),fd=t=>{let e=(t??"GET").toUpperCase();return e==="GET"||e==="HEAD"},yd=2,Ys=t=>t?.name==="AbortError"||t?.name==="AbortSignal"||t instanceof Error&&t.message.includes("aborted"),wt=!1;function eb(t){wt=t}function tb(){return wt}async function be(t,e={}){let{showErrors:n=!0,errorContext:r,timeout:s=3e4,...o}=e,u=new AbortController,p=null,d=!1,f=!1;try{p=setTimeout(()=>{!d&&!u.signal.aborted&&(d=!0,f=!0,u.abort())},s);let m=await se(),b=o.body instanceof FormData,x={};b||(x["Content-Type"]="application/json"),Object.assign(x,o.headers);let I=at($().clientSource),E=Object.keys(x).some(A=>A.toLowerCase()==="x-kortix-client");if(I&&!E&&(x["X-Kortix-Client"]=I),wt&&(x["x-kortix-admin-bypass"]="1"),Object.assign(x,Sr(t)),m)x.Authorization=`Bearer ${m}`;else return{error:new Se,success:!1};let C=fd(o.method),l=C?yd+1:1,y;for(let A=0;A<l;A++){A>0&&await dd(250*2**(A-1));let k=A===0?u:new AbortController;A>0&&(p=setTimeout(()=>{f=!0,k.abort()},s));try{y=await($().fetch??fetch)(t,{...o,headers:x,signal:k.signal,credentials:o.credentials??"omit"})}catch(j){if(p&&(clearTimeout(p),p=null),Ys(j)||A===l-1)throw j;continue}if(p&&(clearTimeout(p),p=null),!(C&&md(y.status)&&A<l-1))break;try{await y.arrayBuffer()}catch{}}if(!y.ok){let A=`HTTP ${y.status}: ${y.statusText}`,k=null;try{k=await y.json(),typeof k.message=="string"?A=k.message:k.error&&typeof k.error=="string"?A=k.error:typeof k.detail=="string"?A=k.detail:typeof k.detail?.message=="string"?A=k.detail.message:typeof k.reason=="string"&&(A=k.reason)}catch{}let D=pd(y.status,k,A),j=new v(A,{status:y.status,response:y,details:k||void 0,data:k,detail:k?.detail,code:D?Zs:k?.code||k?.error_code||k?.detail?.error_code||y.status.toString()});if(y.status===402&&(j=Ce(j)),y.status===403&&k?.code==="account_mfa_required"&&typeof window<"u"&&typeof window.dispatchEvent=="function")try{window.dispatchEvent(new CustomEvent("kortix:mfa-required"))}catch{}y.status===431&&(j=new ve(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 T=y.status===501&&k?.code===ad,z=y.status===409&&k?.code===cd,V=y.status===409&&k?.code===ld;return n&&!T&&!z&&!V&&!D&&$().onError?.(j,r),{error:j,success:!1}}let c,R=y.headers.get("content-type");return R?.includes("application/json")?c=await y.json():R?.includes("text/")?c=await y.text():c=await y.blob(),{data:c,success:!0}}catch(m){p&&(clearTimeout(p),p=null);let b=Ys(m);b&&(d=!0);let x;if(b){if(!f)return{error:new v("Request aborted",{name:"AbortError",code:"ABORTED"}),success:!1};let I=t.replace(ee(),"")||t;x=new v(`Request timed out after ${Math.round(s/1e3)}s: ${I}`,{code:"TIMEOUT",url:t,endpoint:I,timeout:s})}else m instanceof Error?(x=new v(m.message,{name:m.name||"ApiError",stack:m.stack}),n&&$().onError?.(x,r)):(x=new v(String(m)),n&&$().onError?.(x,r));return{error:x,success:!1}}}var nb={async execute(t,e){try{let{data:n,error:r}=await t();if(r){let s=new v(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 v(n.message,{name:n.name||"ApiError",stack:n.stack}):new v(String(n));return $().onError?.(r,e),{error:r,success:!1}}}};async function hd(t,e,n={}){let{timeout:r=3e4,fetch:s=fetch}=n,o=await se(),u={Accept:"text/event-stream","Content-Type":"application/json"},p=at($().clientSource);p&&(u["X-Kortix-Client"]=p),wt&&(u["x-kortix-admin-bypass"]="1"),Object.assign(u,Sr(t)),o&&(u.Authorization=`Bearer ${o}`);let d=new AbortController,f=setTimeout(()=>d.abort(),r);try{return await s(`${ee()}${t}`,{method:"POST",headers:u,body:JSON.stringify(e),signal:d.signal,credentials:"omit"})}finally{clearTimeout(f)}}var i={get:(t,e)=>be(`${ee()}${t}`,{...e,method:"GET"}),post:(t,e,n)=>be(`${ee()}${t}`,{...n,method:"POST",body:e?JSON.stringify(e):void 0}),put:(t,e,n)=>be(`${ee()}${t}`,{...n,method:"PUT",body:e?JSON.stringify(e):void 0}),patch:(t,e,n)=>be(`${ee()}${t}`,{...n,method:"PATCH",body:e?JSON.stringify(e):void 0}),delete:(t,e)=>be(`${ee()}${t}`,{...e,method:"DELETE"}),upload:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],be(`${ee()}${t}`,{...s,method:"POST",body:e,headers:o})},uploadPut:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],be(`${ee()}${t}`,{...s,method:"PUT",body:e,headers:o})},postStream:hd};function a(t,e="Project request failed"){if(!t.success||t.data===void 0)throw t.error??new Error(e);return t.data}function vr(t){return t.replace(/\/v1\/?$/,"")}async function je(t,e){if(!t.backendUrl||!t.accessToken)return null;let n=vr(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 ei(){return a(await i.get("/accounts"))}async function ti(t){return a(await i.post("/accounts",t))}async function ni(t){return a(await i.get(`/accounts/${t}`))}async function ri(t,e){return a(await i.patch(`/accounts/${t}`,{name:e}))}async function si(t){return a(await i.get(`/accounts/${t}/members`))}async function ii(t,e){return a(await i.post(`/accounts/${t}/members`,e,{showErrors:!1}))}async function oi(t){return a(await i.get(`/accounts/${t}/invites`))}async function ai(t,e){return a(await i.delete(`/accounts/${t}/invites/${e}`))}async function ci(t,e){return a(await i.post(`/accounts/${t}/invites/${e}/resend`,{}))}async function li(t){return a(await i.get(`/account-invites/${t}`,{showErrors:!1}))}async function ui(t){return a(await i.post(`/account-invites/${t}/accept`,{}))}async function pi(t){return a(await i.post(`/account-invites/${t}/decline`,{}))}async function di(t,e){return a(await i.delete(`/accounts/${t}/members/${e}`))}async function gi(t,e,n){return a(await i.patch(`/accounts/${t}/members/${e}`,{role:n}))}async function mi(t){return a(await i.post(`/accounts/${t}/leave`,{}))}async function cb(t){return je(t,"/v1/accounts")}async function fi(){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 db=["agent_tunnel","marketplace","connectors_api_discover","agentmail_email","teams","voice","llm_gateway","review_center","meta_agent","apps","monitors","warm_sessions"];async function $e(){return a(await i.get("/projects"))}async function hi(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/projects${e}`))}async function Cr(t,e){return a(await i.get(`/projects/${t}`,e))}async function bi(t,e,n="write"){return a(await i.post(`/projects/${t}/git/collaborators`,{github_username:e,permission:n}))}async function xi(t,e){return a(await i.post(`/projects/${t}/manifest/validate`,{raw:e}),"Failed to validate manifest")}async function _i(t){return a(await i.post(`/projects/${t}/git-token`,{}),"Failed to mint git token")}function gb(t){let e=t.metadata?.git;return e?.provider==="github"&&e?.managed===!0}async function Rr(t,e){let n=a(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 Ar(t,e){return a(await i.get(`/projects/${t}/llm-catalog`,{showErrors:!1,...e}))}async function Tr(t,e){return a(await i.get(`/projects/${t}/model-picker`,{showErrors:!1,...e}))}async function mb(t,e){return a(await i.get(`/projects/${t}/llm-catalog/providers`,{showErrors:!1,...e}))}async function Pi(t){return a(await i.post("/projects",t))}async function ki(t){return a(await i.post("/projects/create-repo",t))}async function wi(t,e={}){return a(await i.post("/projects/provision",{seed_starter:!0,...t},{timeout:12e4,...e}))}var yi=200;function bd(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>
|
|
9
|
+
`);try{return JSON.parse(n)}catch(r){let s=n.length>yi?`${n.slice(0,yi)}\u2026`:n;throw new Error(`provisionProjectStream: received an unparseable SSE frame (${s})`,{cause:r})}}async function fb(t,e,n={}){let r=await i.postStream("/projects/provision-stream",{seed_starter:!0,...t},n);if(!r.ok){let d=await r.json().catch(()=>null);throw new v(d?.error||`Provision failed: HTTP ${r.status}`,{status:r.status,code:d?.code})}let s=r.body?.getReader();if(!s)throw new Error("Provision stream is unavailable on this runtime (no response body)");let o=new TextDecoder,u="",p=null;try{for(;;){let{done:d,value:f}=await s.read();if(d)break;u+=o.decode(f,{stream:!0});let m=u.indexOf(`
|
|
10
10
|
|
|
11
11
|
`);for(;m!==-1;){let b=u.slice(0,m);u=u.slice(m+2),m=u.indexOf(`
|
|
12
12
|
|
|
13
|
-
`);let x=hd(b);if(x){if(e(x),x.type==="error")throw new v(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 gb(){try{return a(await i.get("/projects/managed-git/status",{showErrors:!1}))}catch{return{configured:!1,provider:"github"}}}async function Ir(t,e){return a(await i.patch(`/projects/${t}`,e))}async function wi(t,e,n){return a(await i.patch(`/projects/${t}/features`,{feature:e,enabled:n}))}async function Si(t,e,n){return a(await i.patch(`/projects/${t}/experimental`,{feature:e,enabled:n}))}async function vi(t,e){return a(await i.patch(`/projects/${t}/sandbox-provider`,{provider:e}))}async function mb(t,e){return a(await i.get(`/projects/${t}/sandbox-provider/transition`,{showErrors:!1,...e}))}async function fb(t,e){return a(await i.patch(`/projects/${t}/warm-pool`,e))}async function Ci(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{completed:e}))}async function yb(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{profile:e}))}async function Er(t){return a(await i.delete(`/projects/${t}`))}async function hb(t,e){return je(t,`/v1/projects?account_id=${encodeURIComponent(e)}`)}async function bb(t,e){if(!t.backendUrl||!t.accessToken)return{ok:!1,limitReached:!1};let n=vr(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 Ri(t){return a(await i.post("/projects/link-repository",t,{showErrors:!1}))}async function Ti(t){return a(await i.get(`/projects/github/installation?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ai(t){return a(await i.get(`/projects/github/installations?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ii(t){return a(await i.post("/projects/github/installations/linkable",t,{showErrors:!1}))}async function Ei(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)),a(await i.get(`/projects/github/repositories?${r.toString()}`,{showErrors:!1}))}async function ji(t,e,n){let r=new URLSearchParams({account_id:t,installation_id:e,repo_full_name:n});return a(await i.get(`/projects/github/repository-branches?${r.toString()}`,{showErrors:!1}))}async function $i(t){return a(await i.post("/projects/github/installation",t,{showErrors:!1}))}async function qi(t){return a(await i.post("/projects/github/installations/link",t,{showErrors:!1}))}async function Di(t,e){let n=new URLSearchParams({account_id:t});return e&&n.set("installation_id",e),a(await i.delete(`/projects/github/installation?${n.toString()}`))}async function vb(t,e){return a(await i.post(`/projects/${t}/access-requests`,{message:e?.trim()||void 0},{showErrors:!1}))}async function Mi(t,e){return a(await i.get(`/projects/${t}/access-requests`,e))}async function Oi(t,e,n="member"){return a(await i.post(`/projects/${t}/access-requests/${e}/approve`,{role:n}))}async function Ui(t,e){return a(await i.post(`/projects/${t}/access-requests/${e}/reject`,{}))}async function Fi(t){return a(await i.get(`/projects/${t}/access`))}async function Li(t,e,n){return a(await i.put(`/projects/${t}/access/${e}`,{role:n}))}async function Gi(t,e){return a(await i.delete(`/projects/${t}/access/${e}`))}function Cb(t){return"status"in t&&t.status==="invited"}async function Bi(t,e,n,r){return a(await i.post(`/projects/${t}/access/invite`,{email:e,role:n,...r!==void 0?{expires_at:r}:{}}))}async function Ni(t){return a(await i.get(`/projects/${t}/access/pending-invites`))}async function Ki(t,e){return a(await i.delete(`/projects/${t}/access/pending-invites/${e}`))}async function Hi(t,e){return a(await i.post(`/projects/${t}/access/pending-invites/${e}/resend`))}async function Wi(t){return a(await i.get(`/projects/${t}/group-grants`))}async function zi(t,e,n,r){return a(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 Vi(t,e,n,r){return a(await i.patch(`/projects/${t}/group-grants/${e}`,r===void 0?{role:n}:{role:n,expires_at:r}))}async function Ji(t,e){return a(await i.delete(`/projects/${t}/group-grants/${e}`))}async function Xi(t){return a(await i.get(`/projects/${t}/resource-grants`))}async function Qi(t,e){return a(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 Yi(t,e){return a(await i.delete(`/projects/${t}/resource-grants/${e}`))}async function Zi(t,e){return a(await i.get(`/projects/${t}/approvals`,{showErrors:e?.showErrors}))}async function eo(t,e){return a(await i.get(`/projects/${t}/approvals/needs-input`,{showErrors:e?.showErrors}))}async function to(t,e,n){return a(await i.post(`/projects/${t}/approvals/${e}`,{decision:n}))}async function no(t){return a(await i.get(`/projects/${t}/secrets`,{showErrors:!1}))}async function ro(t,e){return a(await i.post(`/projects/${t}/secrets`,e))}async function so(t,e,n,r={}){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/strategy`,{strategy:n,...r}))}async function io(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/broker`,n))}async function oo(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/start`,{sharing:n?.sharing}))}async function ao(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/poll`,{flow_id:n}))}async function co(t,e){return a(await i.delete(`/projects/${t}/oauth/${encodeURIComponent(e)}`))}async function lo(t,e){return a(await i.put(`/projects/${t}/git-credential`,e))}async function uo(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}`))}async function po(t,e,n){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`,n))}async function go(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`))}function jr(t,e){return t?`/connectors/projects/${encodeURIComponent(t)}/${e}`:`/connectors/${e}`}async function $r(t){return a(await i.get(jr(t,"catalog"))).connectors??[]}async function St(t){let e=[];for(let n of await $r(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 mo(t,e="",n={}){let r=e.trim().toLowerCase(),s=r.split(/\s+/).filter(Boolean),o=[],u=[];for(let p of await St(t)){let d=`${p.tool} ${p.description}`.toLowerCase();!r||d.includes(r)?o.push(p):s.every(f=>d.includes(f))&&u.push(p)}return[...o,...u].slice(0,n.limit??20)}async function fo(t,e){return(await St(t)).find(n=>n.tool===e)??null}function bd(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 yo(t,e,n={}){let{connector:r,action:s}=bd(e);return a(await i.post(jr(t,"call"),{connector:r,action:s,args:n}))}function xd(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 _d(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 ho(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 o={"Content-Type":s,"X-Kortix-Attachment-Filename":encodeURIComponent(r),"X-Kortix-Attachment-Disposition":n.contentDisposition??"attachment"};n.contentId?.trim()&&(o["X-Kortix-Attachment-Content-Id"]=encodeURIComponent(n.contentId.trim()));let u=_d($().backendUrl),p=jr(t,"attachments"),d=await D(`${u}${p}`,{method:"POST",headers:o,body:e},{timeoutMs:6e4}),f=await d.text(),m=null;if(f)try{m=JSON.parse(f)}catch{m=f}if(!d.ok)throw new v(xd(m,d.status),{status:d.status,code:String(m&&typeof m=="object"?m.code??d.status:d.status),details:m,response:d,endpoint:p});return m}async function bo(t){return a(await i.get(`/projects/${t}/connections`))}async function xo(t){return a(await i.get(`/projects/${t}/connections/all`))}async function _o(t,e){return a(await i.post(`/projects/${t}/connections`,e))}async function Po(t,e){return a(await i.post(`/projects/${t}/connections/me`,e))}async function ko(t,e,n){return a(await i.put(`/projects/${t}/connections/${e}/credential`,n))}function be(t,e,n){return`/projects/${t}/connections/${e}/oauth2/${n}`}async function Mb(t,e){return a(await i.post(`/projects/${t}/connectors/${encodeURIComponent(e)}/oauth2/connection`,{}))}async function Ob(t,e,n){return a(await i.put(be(t,e,"application"),n))}async function Ub(t,e){return a(await i.get(be(t,e,"application")))}async function Fb(t,e,n){return a(await i.post(be(t,e,"discover"),n))}async function Lb(t,e,n){return a(await i.post(be(t,e,"authorize"),n))}async function Gb(t,e,n){return a(await i.post(be(t,e,"device"),n))}async function Bb(t,e,n){return a(await i.post(be(t,e,`device/${encodeURIComponent(n)}`),{}))}async function Nb(t,e){return a(await i.get(be(t,e,"status")))}async function wo(t,e){return a(await i.put(`/projects/${t}/connections/${e}/revoke`,{}))}async function So(t,e){return a(await i.put(`/projects/${t}/connections/${e}/activate`,{}))}async function vo(t,e){return a(await i.put(`/projects/${t}/connections/${e}/default`,{}))}async function Co(t,e,n={}){return a(await i.post(`/projects/${t}/connections/${e}/connect`,n))}async function Ro(t,e){return a(await i.post(`/projects/${t}/connections/${e}/connect/finalize`,{}))}async function To(t){return a(await i.get(`/connectors/projects/${t}/connectors`,{showErrors:!1}))}async function Ao(t){return a(await i.post(`/connectors/projects/${t}/connectors/sync`,{}))}async function Io(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential-mode`,{mode:n}))}async function Eo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/authorization-strategy`,{authorization_strategy:n}))}async function jo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/sensitive`,{sensitive:n}))}async function $o(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`))}async function qo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`,{policies:n}))}async function Kb(t,e){throw new Error("Connection-specific policies were removed. Use getConnectorPolicies(projectId, slug).")}async function Hb(t,e,n){throw new Error("Connection-specific policies were removed. Use setConnectorPolicies(projectId, slug, policies).")}async function Do(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/config`))}async function Mo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/name`,{name:n}))}async function Oo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect`,{}))}async function Uo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors`,e))}async function Fo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/auth-discovery`,e))}async function Lo(t,e){return a(await i.delete(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}`))}async function Go(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 o=s.toString();return a(await i.get(`/connectors/projects/${t}/pipedream/apps${o?`?${o}`:""}`))}async function Bo(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 a(await i.get(`/connectors/projects/${t}/pipedream/sections${r?`?${r}`:""}`))}async function qr(t,e,n){let r=new URLSearchParams;e&&r.set("q",e),n&&r.set("cursor",n);let s=r.toString();return a(await i.get(`/connectors/projects/${t}/discover/connectors${s?`?${s}`:""}`))}async function Dr(t,e){let n=new URLSearchParams({id:e});return a(await i.get(`/connectors/projects/${t}/discover/connectors/detail?${n.toString()}`))}var Wb=qr,zb=Dr;async function No(){return a(await i.get("/connectors/connect-status"))}async function Ko(t,e,n){let r=typeof n=="string"?{value:n}:n;return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential`,r))}async function Vb(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/secret-binding`,{secret_identifier:n}))}async function Ho(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect/finalize`,{}))}async function Wo(t){return a(await i.get(`/connectors/projects/${t}/policies`))}async function zo(t,e,n){return a(await i.put(`/connectors/projects/${t}/policies`,{policies:e,defaultMode:n}))}async function Vo(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function Jo(t){return a(await i.get(`/projects/${t}/snapshots`))}async function Mr(t){return a(await i.get(`/projects/${t}/sandbox-health`,{showErrors:!1,timeout:15e3}))}async function Xo(t,e){return a(await i.post(`/projects/${t}/snapshots/rebuild`,e?{slug:e}:{}))}async function Qo(t){return a(await i.post(`/projects/${t}/snapshots/fix-with-agent`,{}))}async function Yo(t,e){return a(await i.post(`/projects/${t}/sandbox-templates`,e))}async function Zo(t,e,n){return a(await i.patch(`/projects/${t}/sandbox-templates/${e}`,n))}async function ea(t,e){return a(await i.delete(`/projects/${t}/sandbox-templates/${e}`))}async function ta(t,e){return a(await i.post(`/projects/${t}/sandbox-templates/${e}/build`,{}))}async function na(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function ra(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 a(await i.get(`/projects/${t}/files${r}`,{showErrors:!1}))}async function sa(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)),a(await i.get(`/projects/${t}/files/search?${r.toString()}`))}async function ia(t,e,n){let r=new URLSearchParams({path:e});return n&&r.set("ref",n),a(await i.get(`/projects/${t}/files/content?${r.toString()}`,{showErrors:!1}))}async function oa(t,e,n){let r=new URLSearchParams;e&&r.set("ref",e),n&&r.set("path",n);let s=r.toString()?`?${r.toString()}`:"",o=await re(),u=`${$().backendUrl||""}/projects/${t}/files/archive${s}`,p=await fetch(u,{method:"GET",headers:o?{Authorization:`Bearer ${o}`}:{}});if(!p.ok){let d=await p.text().catch(()=>"");throw new Error(d||`Failed to download (HTTP ${p.status})`)}return await p.blob()}async function aa(t){return a(await i.get(`/projects/${t}/branches`))}async function ca(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 a(await i.get(`/projects/${t}/commits${r}`))}async function la(t,e){return a(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}`))}async function ua(t,e,n){let r=new URLSearchParams;n?.path&&r.set("path",n.path);let s=r.toString()?`?${r.toString()}`:"";return a(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}/diff${s}`))}async function pa(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)),a(await i.get(`/projects/${t}/files/history?${r.toString()}`))}async function da(t,e){let n=new URLSearchParams({from:e.from,into:e.into});return a(await i.get(`/projects/${t}/version-diff?${n.toString()}`))}async function ga(t,e){let n=e?`?status=${e}`:"";return a(await i.get(`/projects/${t}/change-requests${n}`,{showErrors:!1,timeout:15e3}))}async function ma(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}`))}async function fa(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/diff`))}async function ya(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/merge-preview`))}async function ha(t,e){return a(await i.post(`/projects/${t}/change-requests`,e))}async function ba(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/merge`,n??{},{showErrors:!1}))}async function xa(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/close`,{}))}async function _a(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/reopen`,{}))}async function Pa(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/request-changes`,{feedback:n}))}async function ka(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/commit-push`,n??{}))}var Or=new Set;function vt(t){t&&Or.add(t)}function wa(t){return!!t&&Or.has(t)}function gx(t){t&&Or.delete(t)}async function ze(t,e){let n=new URLSearchParams;e?.scope&&e.scope!=="visible"&&n.set("scope",e.scope);let r=n.size>0?`?${n}`:"";return a(await i.get(`/projects/${t}/sessions${r}`))}async function Sa(t,e,n){return a(await i.put(`/projects/${t}/sessions/${e}/sharing`,n))}async function va(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/previews`))}async function Ca(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/public-shares`,{showErrors:!1}))}async function Ra(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/public-shares`,n))}async function Ta(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/public-shares/${n}`))}async function Ve(t,e){let n=a(await i.post(`/projects/${t}/sessions`,e??{}));return e?.initial_prompt||vt(n?.session_id),n}async function Aa(t,e){let n=e?.excludeSessionId?{exclude_session_id:e.excludeSessionId}:{},r=a(await i.post(`/projects/${t}/sessions/warm`,n,{showErrors:!1}));return r.reused||vt(r.session.session_id),r}async function Ia(t,e){let n=a(await i.post(`/projects/${t}/sessions/warm/claim`,e,{showErrors:!1}));return vt(n.session_id),n}async function Ur(t,e,n){return a(await i.get(`/projects/${t}/sessions/${e}`,{showErrors:n?.showErrors}))}async function Ea(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 o=s.toString();return a(await i.get(`/projects/${t}/sessions/${e}/audit${o?`?${o}`:""}`,{showErrors:r?.showErrors}))}async function ja(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 a(await i.get(`/projects/${t}/sessions/${e}/transcript${s?`?${s}`:""}`))}async function $a(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/turn`))}async function qa(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts`,{client_message_id:n.clientMessageId,message_id:n.messageId,parts:n.parts,...n.overrides?{overrides:n.overrides}:{},...n.remintOnDelivery?{remint_on_delivery:!0}:{}}))}async function Da(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/prompts`))}async function Ma(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/prompts/${n}`)).removed}async function Oa(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/${n}/retry`,{}))}async function Ua(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/hold`,{held:n}))}async function Fa(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 a(await i.get(`/projects/${t}/sessions/${e}/voice-transcript${s?`?${s}`:""}`,{showErrors:n?.showErrors}))}async function La(t,e,n){return a(await i.patch(`/projects/${t}/sessions/${e}`,n))}async function Ga(t,e){return a(await i.delete(`/projects/${t}/sessions/${e}`))}async function Ct(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/restart`,{}))}async function Rt(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/stop`,{}))}async function Ba(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/config`,{showErrors:!1}))}function Pd(t){let e=t.split(`
|
|
13
|
+
`);let x=bd(b);if(x){if(e(x),x.type==="error")throw new v(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 yb(){try{return a(await i.get("/projects/managed-git/status",{showErrors:!1}))}catch{return{configured:!1,provider:"github"}}}async function Ir(t,e){return a(await i.patch(`/projects/${t}`,e))}async function Si(t,e,n){return a(await i.patch(`/projects/${t}/features`,{feature:e,enabled:n}))}async function vi(t,e,n){return a(await i.patch(`/projects/${t}/experimental`,{feature:e,enabled:n}))}async function Ci(t,e){return a(await i.patch(`/projects/${t}/sandbox-provider`,{provider:e}))}async function hb(t,e){return a(await i.get(`/projects/${t}/sandbox-provider/transition`,{showErrors:!1,...e}))}async function bb(t,e){return a(await i.patch(`/projects/${t}/warm-pool`,e))}async function Ri(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{completed:e}))}async function xb(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{profile:e}))}async function Er(t){return a(await i.delete(`/projects/${t}`))}async function _b(t,e){return je(t,`/v1/projects?account_id=${encodeURIComponent(e)}`)}async function Pb(t,e){if(!t.backendUrl||!t.accessToken)return{ok:!1,limitReached:!1};let n=vr(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 Ai(t){return a(await i.post("/projects/link-repository",t,{showErrors:!1}))}async function Ti(t){return a(await i.get(`/projects/github/installation?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ii(t){return a(await i.get(`/projects/github/installations?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ei(t){return a(await i.post("/projects/github/installations/linkable",t,{showErrors:!1}))}async function ji(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)),a(await i.get(`/projects/github/repositories?${r.toString()}`,{showErrors:!1}))}async function $i(t,e,n){let r=new URLSearchParams({account_id:t,installation_id:e,repo_full_name:n});return a(await i.get(`/projects/github/repository-branches?${r.toString()}`,{showErrors:!1}))}async function Di(t){return a(await i.post("/projects/github/installation",t,{showErrors:!1}))}async function qi(t){return a(await i.post("/projects/github/installations/link",t,{showErrors:!1}))}async function Mi(t,e){let n=new URLSearchParams({account_id:t});return e&&n.set("installation_id",e),a(await i.delete(`/projects/github/installation?${n.toString()}`))}async function Ab(t,e){return a(await i.post(`/projects/${t}/access-requests`,{message:e?.trim()||void 0},{showErrors:!1}))}async function Oi(t,e){return a(await i.get(`/projects/${t}/access-requests`,e))}async function Ui(t,e,n="member"){return a(await i.post(`/projects/${t}/access-requests/${e}/approve`,{role:n}))}async function Fi(t,e){return a(await i.post(`/projects/${t}/access-requests/${e}/reject`,{}))}async function Li(t){return a(await i.get(`/projects/${t}/access`))}async function Gi(t,e,n){return a(await i.put(`/projects/${t}/access/${e}`,{role:n}))}async function Bi(t,e){return a(await i.delete(`/projects/${t}/access/${e}`))}function Tb(t){return"status"in t&&t.status==="invited"}async function Ni(t,e,n,r){return a(await i.post(`/projects/${t}/access/invite`,{email:e,role:n,...r!==void 0?{expires_at:r}:{}}))}async function Ki(t){return a(await i.get(`/projects/${t}/access/pending-invites`))}async function Hi(t,e){return a(await i.delete(`/projects/${t}/access/pending-invites/${e}`))}async function Wi(t,e){return a(await i.post(`/projects/${t}/access/pending-invites/${e}/resend`))}async function zi(t){return a(await i.get(`/projects/${t}/group-grants`))}async function Vi(t,e,n,r){return a(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 Ji(t,e,n,r){return a(await i.patch(`/projects/${t}/group-grants/${e}`,r===void 0?{role:n}:{role:n,expires_at:r}))}async function Xi(t,e){return a(await i.delete(`/projects/${t}/group-grants/${e}`))}async function Qi(t){return a(await i.get(`/projects/${t}/resource-grants`))}async function Yi(t,e){return a(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 Zi(t,e){return a(await i.delete(`/projects/${t}/resource-grants/${e}`))}async function eo(t,e){return a(await i.get(`/projects/${t}/approvals`,{showErrors:e?.showErrors}))}async function to(t,e){return a(await i.get(`/projects/${t}/approvals/needs-input`,{showErrors:e?.showErrors}))}async function no(t,e,n){return a(await i.post(`/projects/${t}/approvals/${e}`,{decision:n}))}async function ro(t){return a(await i.get(`/projects/${t}/secrets`,{showErrors:!1}))}async function so(t,e){return a(await i.post(`/projects/${t}/secrets`,e))}async function io(t,e,n,r={}){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/strategy`,{strategy:n,...r}))}async function oo(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/broker`,n))}async function ao(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/start`,{sharing:n?.sharing}))}async function co(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/poll`,{flow_id:n}))}async function lo(t,e){return a(await i.delete(`/projects/${t}/oauth/${encodeURIComponent(e)}`))}async function uo(t,e){return a(await i.put(`/projects/${t}/git-credential`,e))}async function po(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}`))}async function go(t,e,n){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`,n))}async function mo(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`))}function jr(t,e){return t?`/connectors/projects/${encodeURIComponent(t)}/${e}`:`/connectors/${e}`}async function $r(t){return a(await i.get(jr(t,"catalog"))).connectors??[]}async function St(t){let e=[];for(let n of await $r(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 fo(t,e="",n={}){let r=e.trim().toLowerCase(),s=r.split(/\s+/).filter(Boolean),o=[],u=[];for(let p of await St(t)){let d=`${p.tool} ${p.description}`.toLowerCase();!r||d.includes(r)?o.push(p):s.every(f=>d.includes(f))&&u.push(p)}return[...o,...u].slice(0,n.limit??20)}async function yo(t,e){return(await St(t)).find(n=>n.tool===e)??null}function xd(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 ho(t,e,n={}){let{connector:r,action:s}=xd(e);return a(await i.post(jr(t,"call"),{connector:r,action:s,args:n}))}function _d(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 Pd(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 bo(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 o={"Content-Type":s,"X-Kortix-Attachment-Filename":encodeURIComponent(r),"X-Kortix-Attachment-Disposition":n.contentDisposition??"attachment"};n.contentId?.trim()&&(o["X-Kortix-Attachment-Content-Id"]=encodeURIComponent(n.contentId.trim()));let u=Pd($().backendUrl),p=jr(t,"attachments"),d=await q(`${u}${p}`,{method:"POST",headers:o,body:e},{timeoutMs:6e4}),f=await d.text(),m=null;if(f)try{m=JSON.parse(f)}catch{m=f}if(!d.ok)throw new v(_d(m,d.status),{status:d.status,code:String(m&&typeof m=="object"?m.code??d.status:d.status),details:m,response:d,endpoint:p});return m}async function xo(t){return a(await i.get(`/projects/${t}/connections`))}async function _o(t){return a(await i.get(`/projects/${t}/connections/all`))}async function Po(t,e){return a(await i.post(`/projects/${t}/connections`,e))}async function ko(t,e){return a(await i.post(`/projects/${t}/connections/me`,e))}async function wo(t,e,n){return a(await i.put(`/projects/${t}/connections/${e}/credential`,n))}function te(t,e,n){return`/projects/${t}/connections/${e}/oauth2/${n}`}async function Fb(t,e){return a(await i.post(`/projects/${t}/connectors/${encodeURIComponent(e)}/oauth2/connection`,{}))}async function Lb(t,e,n){return a(await i.put(te(t,e,"application"),n))}async function Gb(t,e){return a(await i.get(te(t,e,"application")))}async function Bb(t,e,n){return a(await i.post(te(t,e,"discover"),n))}async function Nb(t,e,n={}){return a(await i.post(te(t,e,"discover-resource"),n))}async function Kb(t,e,n){return a(await i.post(te(t,e,"register"),n))}async function Hb(t,e,n){return a(await i.post(te(t,e,"authorize"),n))}async function Wb(t,e,n){return a(await i.post(te(t,e,"device"),n))}async function zb(t,e,n){return a(await i.post(te(t,e,`device/${encodeURIComponent(n)}`),{}))}async function Vb(t,e){return a(await i.get(te(t,e,"status")))}async function So(t,e){return a(await i.put(`/projects/${t}/connections/${e}/revoke`,{}))}async function vo(t,e){return a(await i.put(`/projects/${t}/connections/${e}/activate`,{}))}async function Co(t,e){return a(await i.put(`/projects/${t}/connections/${e}/default`,{}))}async function Ro(t,e,n={}){return a(await i.post(`/projects/${t}/connections/${e}/connect`,n))}async function Ao(t,e){return a(await i.post(`/projects/${t}/connections/${e}/connect/finalize`,{}))}async function To(t){return a(await i.get(`/connectors/projects/${t}/connectors`,{showErrors:!1}))}async function Io(t){return a(await i.post(`/connectors/projects/${t}/connectors/sync`,{}))}async function Eo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential-mode`,{mode:n}))}async function jo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/authorization-strategy`,{authorization_strategy:n}))}async function $o(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/sensitive`,{sensitive:n}))}async function Do(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`))}async function qo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`,{policies:n}))}async function Jb(t,e){throw new Error("Connection-specific policies were removed. Use getConnectorPolicies(projectId, slug).")}async function Xb(t,e,n){throw new Error("Connection-specific policies were removed. Use setConnectorPolicies(projectId, slug, policies).")}async function Mo(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/config`))}async function Oo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/name`,{name:n}))}async function Uo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect`,{}))}async function Fo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors`,e))}async function Lo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/auth-discovery`,e))}async function Go(t,e){return a(await i.delete(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}`))}async function Bo(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 o=s.toString();return a(await i.get(`/connectors/projects/${t}/pipedream/apps${o?`?${o}`:""}`))}async function No(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 a(await i.get(`/connectors/projects/${t}/pipedream/sections${r?`?${r}`:""}`))}async function Dr(t,e,n){let r=new URLSearchParams;e&&r.set("q",e),n&&r.set("cursor",n);let s=r.toString();return a(await i.get(`/connectors/projects/${t}/discover/connectors${s?`?${s}`:""}`))}async function qr(t,e){let n=new URLSearchParams({id:e});return a(await i.get(`/connectors/projects/${t}/discover/connectors/detail?${n.toString()}`))}var Qb=Dr,Yb=qr;async function Ko(){return a(await i.get("/connectors/connect-status"))}async function Ho(t,e,n){let r=typeof n=="string"?{value:n}:n;return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential`,r))}async function Zb(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/secret-binding`,{secret_identifier:n}))}async function Wo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect/finalize`,{}))}async function zo(t){return a(await i.get(`/connectors/projects/${t}/policies`))}async function Vo(t,e,n){return a(await i.put(`/connectors/projects/${t}/policies`,{policies:e,defaultMode:n}))}async function Jo(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function Xo(t){return a(await i.get(`/projects/${t}/snapshots`))}async function Mr(t){return a(await i.get(`/projects/${t}/sandbox-health`,{showErrors:!1,timeout:15e3}))}async function Qo(t,e){return a(await i.post(`/projects/${t}/snapshots/rebuild`,e?{slug:e}:{}))}async function Yo(t){return a(await i.post(`/projects/${t}/snapshots/fix-with-agent`,{}))}async function Zo(t,e){return a(await i.post(`/projects/${t}/sandbox-templates`,e))}async function ea(t,e,n){return a(await i.patch(`/projects/${t}/sandbox-templates/${e}`,n))}async function ta(t,e){return a(await i.delete(`/projects/${t}/sandbox-templates/${e}`))}async function na(t,e){return a(await i.post(`/projects/${t}/sandbox-templates/${e}/build`,{}))}async function ra(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function sa(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 a(await i.get(`/projects/${t}/files${r}`,{showErrors:!1}))}async function ia(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)),a(await i.get(`/projects/${t}/files/search?${r.toString()}`))}async function oa(t,e,n){let r=new URLSearchParams({path:e});return n&&r.set("ref",n),a(await i.get(`/projects/${t}/files/content?${r.toString()}`,{showErrors:!1}))}async function aa(t,e,n){let r=new URLSearchParams;e&&r.set("ref",e),n&&r.set("path",n);let s=r.toString()?`?${r.toString()}`:"",o=await se(),u=`${$().backendUrl||""}/projects/${t}/files/archive${s}`,p=await fetch(u,{method:"GET",headers:o?{Authorization:`Bearer ${o}`}:{}});if(!p.ok){let d=await p.text().catch(()=>"");throw new Error(d||`Failed to download (HTTP ${p.status})`)}return await p.blob()}async function ca(t){return a(await i.get(`/projects/${t}/branches`))}async function la(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 a(await i.get(`/projects/${t}/commits${r}`))}async function ua(t,e){return a(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}`))}async function pa(t,e,n){let r=new URLSearchParams;n?.path&&r.set("path",n.path);let s=r.toString()?`?${r.toString()}`:"";return a(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}/diff${s}`))}async function da(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)),a(await i.get(`/projects/${t}/files/history?${r.toString()}`))}async function ga(t,e){let n=new URLSearchParams({from:e.from,into:e.into});return a(await i.get(`/projects/${t}/version-diff?${n.toString()}`))}async function ma(t,e){let n=e?`?status=${e}`:"";return a(await i.get(`/projects/${t}/change-requests${n}`,{showErrors:!1,timeout:15e3}))}async function fa(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}`))}async function ya(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/diff`))}async function ha(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/merge-preview`))}async function ba(t,e){return a(await i.post(`/projects/${t}/change-requests`,e))}async function xa(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/merge`,n??{},{showErrors:!1}))}async function _a(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/close`,{}))}async function Pa(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/reopen`,{}))}async function ka(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/request-changes`,{feedback:n}))}async function wa(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/commit-push`,n??{}))}var Or=new Set;function vt(t){t&&Or.add(t)}function Sa(t){return!!t&&Or.has(t)}function bx(t){t&&Or.delete(t)}async function ze(t,e){let n=new URLSearchParams;e?.scope&&e.scope!=="visible"&&n.set("scope",e.scope);let r=n.size>0?`?${n}`:"";return a(await i.get(`/projects/${t}/sessions${r}`))}async function va(t,e,n){return a(await i.put(`/projects/${t}/sessions/${e}/sharing`,n))}async function Ca(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/previews`))}async function Ra(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/public-shares`,{showErrors:!1}))}async function Aa(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/public-shares`,n))}async function Ta(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/public-shares/${n}`))}async function Ve(t,e){let n=a(await i.post(`/projects/${t}/sessions`,e??{}));return e?.initial_prompt||vt(n?.session_id),n}async function Ia(t,e){let n=e?.excludeSessionId?{exclude_session_id:e.excludeSessionId}:{},r=a(await i.post(`/projects/${t}/sessions/warm`,n,{showErrors:!1}));return r.reused||vt(r.session.session_id),r}async function Ea(t,e){let n=a(await i.post(`/projects/${t}/sessions/warm/claim`,e,{showErrors:!1}));return vt(n.session_id),n}async function Ur(t,e,n){return a(await i.get(`/projects/${t}/sessions/${e}`,{showErrors:n?.showErrors}))}async function ja(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 o=s.toString();return a(await i.get(`/projects/${t}/sessions/${e}/audit${o?`?${o}`:""}`,{showErrors:r?.showErrors}))}async function $a(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 a(await i.get(`/projects/${t}/sessions/${e}/transcript${s?`?${s}`:""}`))}async function Da(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/turn`))}async function qa(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts`,{client_message_id:n.clientMessageId,message_id:n.messageId,parts:n.parts,...n.overrides?{overrides:n.overrides}:{},...n.remintOnDelivery?{remint_on_delivery:!0}:{},...typeof n.clientSentAtMs=="number"?{client_sent_at_ms:Math.trunc(n.clientSentAtMs)}:{}}))}async function Ma(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/prompts`))}async function Oa(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/prompts/${n}`)).removed}async function Ua(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/${n}/retry`,{}))}async function Fa(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/hold`,{held:n}))}async function La(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 a(await i.get(`/projects/${t}/sessions/${e}/voice-transcript${s?`?${s}`:""}`,{showErrors:n?.showErrors}))}async function Ga(t,e,n){return a(await i.patch(`/projects/${t}/sessions/${e}`,n))}async function Ba(t,e){return a(await i.delete(`/projects/${t}/sessions/${e}`))}async function Ct(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/restart`,{}))}async function Rt(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/stop`,{}))}async function Na(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/config`,{showErrors:!1}))}function kd(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
|
|
15
|
+
`))}catch(n){throw new Error("reloadProjectSessionConfigStream received an invalid SSE frame",{cause:n})}}async function Ka(t,e,n={}){return a(await i.post(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload`,n,{showErrors:!1}))}async function Ha(t,e,n,r,s={}){let o=await i.postStream(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload-stream`,n,s);if(!o.ok){let m=await o.json().catch(()=>null);throw new v(m?.error||`Reload failed: HTTP ${o.status}`,{status:o.status,code:m?.code,data:m})}let u=o.body?.getReader();if(!u)throw new Error("Reload stream is unavailable on this runtime (no response body)");let p=new TextDecoder,d="",f=null;try{for(;;){let{done:m,value:b}=await u.read();if(m)break;d+=p.decode(b,{stream:!0});let x=d.indexOf(`
|
|
16
16
|
|
|
17
17
|
`);for(;x!==-1;){let I=d.slice(0,x);d=d.slice(x+2),x=d.indexOf(`
|
|
18
18
|
|
|
19
|
-
`);let E=Pd(I);if(E){if(r(E),E.type==="error")throw new v(E.error,{status:E.status,code:E.code,data:{reason:E.reason}});E.type==="done"&&(f=E.result)}}}}finally{u.cancel().catch(()=>{})}if(!f)throw new Error("Reload stream ended without a result");return f}async function Ha(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`))}async function Wa(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`,n))}async function za(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/model`,{opencode_model:n}))}async function Va(t){return a(await i.get(`/projects/${t}/triggers`))}async function Ja(t,e){return a(await i.post(`/projects/${t}/triggers`,e))}async function Xa(t,e,n){return a(await i.patch(`/projects/${t}/triggers/${e}`,n))}async function Qa(t,e){return a(await i.delete(`/projects/${t}/triggers/${e}`))}async function Ya(t,e){return a(await i.patch(`/projects/${t}/triggers/activation`,{paused:e}))}async function Za(t,e){return a(await i.post(`/projects/${t}/triggers/${e}/fire`,{}))}var ie=new Map;function Fr(t,e){return`${t}::${e}`}function ec(t,e){ie.delete(t),ie.set(t,e)}function tc(t,e){let n=Fr(t,e),r=ie.get(n);return r&&ec(n,r),r}function nc(t,e,n){let r=Fr(t,e);if(!ie.has(r)&&ie.size>=512){let s=ie.keys().next().value;s!==void 0&&ie.delete(s)}ec(r,n)}function rc(t,e){ie.delete(Fr(t,e))}function Rx(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 Lr=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 Tx(t){return t instanceof Error&&t.name==="SessionStartError"}function kd(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 Lr(s,{status:n,code:r,terminal:!0}):null}async function qe(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=kd(s.error);if(p&&!(p.status===404&&wa(e)))throw p;return null}let o=s.data,u=o.sandbox?.external_id;return o.stage==="ready"&&u&&o.opencode_session_id&&nc(t,e,{opencodeSessionId:o.opencode_session_id,runtimeUrl:ut(u),sandboxId:u}),o}function Ax(t,e){return["session-start",t,e]}async function sc(t){return a(await i.get(`/projects/${t}/model-defaults`))}async function ic(t,e){return a(await i.put(`/projects/${t}/model-defaults`,e))}async function oc(t,e){let n=new URLSearchParams({scope:e.scope,...e.agentName?{agentName:e.agentName}:{}}).toString();return a(await i.delete(`/projects/${t}/model-defaults?${n}`))}async function Mx(t,e){return a(await i.put(`/projects/${t}/model-enablement`,{modelOverrides:e}))}async function cc(t,e,n){let r=Sd(n);return a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/scope`,r))}function ac(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function wd(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Sd(t){let e=t.connectors_required?ac(t.connectors_required):void 0,n=t.connectors_personal?ac(t.connectors_personal):void 0;if(e&&n&&!wd(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 Nx(t,e){let n=a(await i.get(`/projects/${t}/agents/${encodeURIComponent(e)}/config`));return{...n,block:n.block?Gr(n.block):null}}async function Kx(t,e,n){let r=Gr(n),s=a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/config`,r));return{...s,block:s.block?Gr(s.block):null}}function lc(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function vd(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Gr(t){let e=t.connectors_required?lc(t.connectors_required):void 0,n=t.connectors_personal?lc(t.connectors_personal):void 0;if(e&&n&&!vd(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 Hx(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/grant`,{agent:n}))}async function uc(t,e){return a(await i.put(`/projects/${t}/default-agent`,{agent:e}))}function Br(){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 Cd(t){let e=t.trim().toLowerCase();return e===""||e==="free"||e==="none"?"free":e==="enterprise"?"enterprise":"team"}function Jx(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??Br(),r=(n.subscription?.tier_key||n.tier?.name||"none").toString(),s=(n.tier?.display_name||"").trim()||r;return{family:Cd(r),label:s,sublabel:null,isGrandfathered:!1}}async function pc(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}),o=s.error?.status===404&&/billing is not enabled/i.test(s.error.message||"");if(s.error&&s.error.status!==401&&!o)throw s.error;return s.error?Br():s.data}async function dc(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}),o=s.error?.status===404&&/billing is not enabled/i.test(s.error.message||"");if(s.error&&s.error.status!==401&&!o)throw s.error;return s.error?Br():s.data}async function gc(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 a(await i.get(`/billing/transactions${n?`?${n}`:""}`))}async function mc(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 a(await i.get(`/billing/transactions/summary${n?`?${n}`:""}`))}async function fc(){return a(await i.get("/billing/credit-breakdown"))}async function yc(t){let e=t!=null?`?days=${t}`:"";return a(await i.get(`/billing/usage-history${e}`))}async function hc(){return a(await i.get("/billing/tier-configurations"))}async function Xx(t){let e=t.accountId?`?account_id=${encodeURIComponent(t.accountId)}`:"";return je(t,`/v1/billing/account-state${e}`)}async function bc(t){return a(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 xc(t,e){return a(await i.post("/billing/confirm-checkout-session",{account_id:e,session_id:t}),"Failed to confirm checkout session")}async function _c(t,e){return a(await i.post("/billing/create-portal-session",{account_id:e,return_url:t}),"Failed to create portal session")}async function Pc(t,e){return a(await i.post("/billing/cancel-subscription",{account_id:e,feedback:t}),"Failed to cancel subscription")}async function kc(t){return a(await i.post("/billing/reactivate-subscription",{account_id:t}),"Failed to reactivate subscription")}async function wc(t,e,n){return a(await i.post("/billing/schedule-downgrade",{account_id:n,target_tier_key:t,commitment_type:e}),"Failed to schedule downgrade")}async function Sc(t){return a(await i.post("/billing/cancel-scheduled-change",{account_id:t}),"Failed to cancel scheduled change")}async function vc(t,e){let n=new URLSearchParams({new_price_id:t});return e&&n.set("account_id",e),a(await i.get(`/billing/proration-preview?${n.toString()}`),"Failed to load proration preview")}async function Cc(t){return a(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 Rc(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/billing/auto-topup/settings${e}`),"Failed to load auto-topup settings")}async function Tc(t){return a(await i.post("/billing/auto-topup/configure",{account_id:t.accountId,enabled:t.enabled,threshold:t.threshold,amount:t.amount},{showErrors:!1}),"Failed to configure auto-topup")}async function Qx(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/billing/auto-topup/setup-status${e}`,{timeout:8e3,showErrors:!1}),"Failed to load auto-topup setup status")}async function Yx(t){return a(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 Zx(t){return a(await i.post("/billing/claim-per-seat",{account_id:t}),"Failed to switch to per-seat billing")}async function e_(t){return a(await i.post("/billing/sync-subscription",{account_id:t}),"Failed to sync subscription")}async function Ac(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 a(await i.get(`/usage${n?`?${n}`:""}`))}function Nr(t,e){e.accountId&&t.set("account_id",e.accountId),e.projectId&&t.set("project_id",e.projectId)}function Tt(t,e){e.from&&t.set("from",e.from),e.to&&t.set("to",e.to)}function At(t){return t.size>0?`?${t}`:""}async function Ec(t={}){let e=new URLSearchParams;return Nr(e,t),t.ownerId&&e.set("owner_id",t.ownerId),Tt(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)),a(await i.get(`/usage/session-costs${At(e)}`))}async function Kr(t,e={}){let n=new URLSearchParams;return Nr(n,e),a(await i.get(`/usage/session-costs/${encodeURIComponent(t)}${At(n)}`))}async function o_(t={}){let e=new URLSearchParams;return t.accountId&&e.set("account_id",t.accountId),Tt(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)),a(await i.get(`/usage/cost-by-project${At(e)}`))}async function a_(t={}){let e=new URLSearchParams;return Nr(e,t),t.sessionId&&e.set("session_id",t.sessionId),Tt(e,t),a(await i.get(`/usage/cost-summary${At(e)}`))}function Ic(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)}Tt(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 c_(t,e={}){let n=Ic(t==="projects"?"projects":"sessions",e),r=await re(),s=await fetch(n,{method:"GET",headers:r?{Authorization:`Bearer ${r}`}:{}});if(!s.ok){let d=await s.text().catch(()=>"");throw new Error(d||`Failed to export CSV (HTTP ${s.status})`)}let o=s.headers.get("x-kortix-row-cap"),u=o!=null?Number(o):NaN;return{blob:await s.blob(),rowCap:Number.isFinite(u)?u:null}}async function jc(t,e){return a(await i.post(`/channels/${t}/identity/bind`,{token:e}),"Failed to connect your account")}function d_(t){return jc("slack",t)}function g_(t){return jc("teams",t)}async function $c(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});return e.success?e.data??null:null}async function qc(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/connect`,e,{showErrors:!1}),"Failed to connect")}var Rd={oauth_available:!1,install_url:null};async function Dc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/mode`,{showErrors:!1});return!e.success||!e.data?Rd:e.data}async function Mc(t){return a(await i.get(`/webhooks/slack/${encodeURIComponent(t)}/manifest`,{showErrors:!1}),"Failed to load Slack manifest")}async function Oc(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 Uc(t,e){return a(await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/file?url=${encodeURIComponent(e)}`,{showErrors:!1}),"Failed to download Slack file")}async function Fc(t,e){return a(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 Hr(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 Td={provider:"agentmail",managed_available:!1};async function Lc(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?Hr(r.data):null}async function Gc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/mode`,{showErrors:!1});return!e.success||!e.data?Td:e.data}async function Bc(t,e){let n=a(await i.post(`/projects/${encodeURIComponent(t)}/channels/email/connect`,e,{showErrors:!1}),"Failed to connect email");return Hr(n)}async function Nc(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 Kc(t,e,n){let r=a(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 Hr(r)}async function Hc(t,e){return a(await i.put(`/projects/${encodeURIComponent(t)}/channels/meet/name`,{name:e},{showErrors:!1}),"Failed to save name")}async function m_(t){return a(await i.get(`/projects/${encodeURIComponent(t)}/channels/bindings`,{showErrors:!1}),"Failed to load channel bindings")}async function f_(t,e,n){return a(await i.patch(`/projects/${encodeURIComponent(t)}/channels/bindings/${encodeURIComponent(e)}`,n,{showErrors:!1}),"Failed to update channel binding")}async function Wc(t){return a(await i.get(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function zc(t,e){return a(await i.put(`/projects/${t}/gateway/routing-policy`,e),"Gateway routing policy request failed")}async function Vc(t){return a(await i.delete(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function Jc(t,e){return a(await i.post(`/projects/${t}/gateway/routing-policy/preview`,e),"Gateway route preview failed")}async function Xc(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 a(await i.get(`/projects/${t}/gateway/logs${r?`?${r}`:""}`),"Gateway request failed")}async function Qc(t,e){return a(await i.get(`/projects/${t}/gateway/logs/${e}`),"Gateway request failed")}async function Yc(t,e){return a(await i.get(`/projects/${t}/gateway/overview${e?`?days=${e}`:""}`),"Gateway request failed")}async function Zc(t,e){return a(await i.get(`/projects/${t}/gateway/series${e?`?days=${e}`:""}`),"Gateway request failed")}async function el(t,e){return a(await i.get(`/projects/${t}/gateway/breakdown${e?`?days=${e}`:""}`),"Gateway request failed")}async function tl(t,e){return a(await i.get(`/projects/${t}/gateway/sessions${e?`?days=${e}`:""}`),"Gateway request failed")}async function nl(t,e){return a(await i.get(`/projects/${t}/gateway/errors${e?`?days=${e}`:""}`),"Gateway request failed")}async function rl(t){return a(await i.get(`/projects/${t}/gateway/budgets`),"Gateway request failed")}async function sl(t,e){return a(await i.put(`/projects/${t}/gateway/budgets`,e),"Gateway request failed")}async function il(t,e){return a(await i.delete(`/projects/${t}/gateway/budgets/${e}`),"Gateway request failed")}async function ol(t){return a(await i.get(`/projects/${t}/gateway/keys`),"Gateway request failed")}async function al(t,e){return a(await i.post(`/projects/${t}/gateway/keys`,{name:e}),"Gateway request failed")}async function cl(t,e){return a(await i.delete(`/projects/${t}/gateway/keys/${e}`),"Gateway request failed")}async function ll(t,e,n,r,s){return a(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 x_(t,e){return a(await i.post(`/projects/${t}/gateway/providers/${encodeURIComponent(e)}/verify`,{}),"Gateway provider verification failed")}async function ul(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 v_(){return a(await i.get("/referrals/code"),"GET_CODE_FAILED")}async function C_(){return a(await i.post("/referrals/code/refresh",{}),"REFRESH_CODE_FAILED")}async function R_(t){return a(await i.post("/referrals/validate",{referral_code:t}),"VALIDATE_CODE_FAILED")}async function T_(){return a(await i.get("/referrals/stats"),"GET_STATS_FAILED")}async function A_(t={}){let e=new URLSearchParams({limit:String(t.limit??50),offset:String(t.offset??0)});return a(await i.get(`/referrals/list?${e}`),"GET_REFERRALS_FAILED")}async function I_(t){return a(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 pl(t){return P(await O(`/accounts/${t}/iam/groups`)).groups}async function dl(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}`))}async function gl(t,e){return P(await i.post(`/accounts/${t}/iam/groups`,e,{showErrors:!1}))}async function ml(t,e,n){return P(await i.patch(`/accounts/${t}/iam/groups/${e}`,n))}async function fl(t,e){return P(await i.delete(`/accounts/${t}/iam/groups/${e}`))}async function yl(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/members`)).members}async function hl(t,e,n){return P(await i.post(`/accounts/${t}/iam/groups/${e}/members`,{userIds:n}))}async function $_(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/project-grants`)).grants}async function bl(t,e,n){return P(await i.delete(`/accounts/${t}/iam/groups/${e}/members/${n}`))}async function q_(t,e){return P(await O(`/accounts/${t}/iam/members/${e}/groups`)).groups}async function D_(t,e){let n=P(await O(`/accounts/${t}/iam/members/${e}/project-access`));return{projects:n.projects,account_wide_policies:n.account_wide_policies??[]}}async function M_(t,e={}){let n=new URLSearchParams;e.resourceType&&n.set("resourceType",e.resourceType),e.principalType&&n.set("principalType",e.principalType),e.principalId&&n.set("principalId",e.principalId),e.projectId&&n.set("projectId",e.projectId);let r=n.toString();return P(await O(`/accounts/${t}/iam/resource-grants${r?`?${r}`:""}`)).grants}async function O_(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 U_(t,e){return P(await i.post(`/accounts/${t}/iam/policies`,e,{showErrors:!1}))}async function F_(t,e,n){return P(await i.patch(`/accounts/${t}/iam/policies/${e}`,n,{showErrors:!1}))}async function L_(t,e){return P(await i.delete(`/accounts/${t}/iam/policies/${e}`))}async function G_(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-delete`,{policy_ids:e},{showErrors:!1}))}async function B_(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-import`,{policies:e},{showErrors:!1}))}async function xl(t){return P(await O(`/accounts/${t}/iam/roles`)).roles}async function _l(t){return P(await O(`/accounts/${t}/iam/agent-identities`)).agents}async function Pl(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/permissions`))}async function N_(t){return P(await O(`/accounts/${t}/iam/actions`)).actions}async function kl(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/usage`))}async function wl(t,e){return P(await i.post(`/accounts/${t}/iam/roles`,e,{showErrors:!1}))}async function Sl(t,e,n){return P(await i.patch(`/accounts/${t}/iam/roles/${e}`,n,{showErrors:!1}))}async function vl(t,e,n){return P(await i.put(`/accounts/${t}/iam/roles/${e}/permissions`,{actions:n},{showErrors:!1}))}async function Cl(t,e){return P(await i.delete(`/accounts/${t}/iam/roles/${e}`,{showErrors:!1}))}async function K_(t,e,n){return P(await i.patch(`/accounts/${t}/iam/members/${e}/super-admin`,{isSuperAdmin:n}))}async function H_(t){return P(await O(`/accounts/${t}/iam/scim/tokens`)).tokens}async function W_(t,e){return P(await i.post(`/accounts/${t}/iam/scim/tokens`,e,{showErrors:!1}))}async function z_(t,e){return P(await i.delete(`/accounts/${t}/iam/scim/tokens/${e}`))}async function V_(t){return P(await O(`/accounts/${t}/iam/mfa-required`))}async function J_(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 Q_(t){return P(await O(`/accounts/${t}/iam/sso/provider`)).provider}async function Y_(t,e){return P(await i.put(`/accounts/${t}/iam/sso/provider`,e,{showErrors:!1})).provider}async function Z_(t,e){return P(await i.post(`/accounts/${t}/iam/sso/provider/from-metadata`,e,{showErrors:!1})).provider}async function eP(t){return P(await i.delete(`/accounts/${t}/iam/sso/provider`))}async function tP(t){return P(await O(`/accounts/${t}/iam/sso/mappings`)).mappings}async function nP(t,e){return P(await i.post(`/accounts/${t}/iam/sso/mappings`,e,{showErrors:!1}))}async function rP(t,e){return P(await i.delete(`/accounts/${t}/iam/sso/mappings/${e}`))}async function sP(t){return P(await O(`/accounts/${t}/iam/session-policy`))}async function iP(t,e){return P(await i.patch(`/accounts/${t}/iam/session-policy`,e,{showErrors:!1}))}async function oP(t){return P(await O(`/accounts/${t}/iam/sessions`)).sessions}async function aP(t,e){return P(await i.post(`/accounts/${t}/iam/sessions/${e}/revoke`,{},{showErrors:!1}))}async function cP(t){return P(await O(`/accounts/${t}/iam/pat-policy`))}async function lP(t,e){return P(await i.patch(`/accounts/${t}/iam/pat-policy`,e,{showErrors:!1}))}async function uP(t){return P(await O(`/accounts/${t}/iam/service-accounts`)).service_accounts}async function pP(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts`,e,{showErrors:!1}))}async function dP(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts/${e}/disable`,{},{showErrors:!1}))}async function gP(t,e){return P(await i.delete(`/accounts/${t}/iam/service-accounts/${e}`))}async function mP(t){return P(await O(`/accounts/${t}/audit/webhooks`)).webhooks}async function fP(t,e){return P(await i.post(`/accounts/${t}/audit/webhooks`,e,{showErrors:!1}))}async function yP(t,e,n){return P(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function hP(t,e){return P(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function bP(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 Rl(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 Tl(t,e,n){return n.length===0?[]:P(await i.post(`/accounts/${t}/iam/members/${e}/effective:batch`,{probes:n})).results}async function xP(t){return P(await O(`/accounts/${t}/iam/enterprise-demo`)).enabled}async function _P(t,e){return P(await i.put(`/accounts/${t}/iam/enterprise-demo`,{enabled:e})).enabled}function Al(t){return i.get(t,{showErrors:!1})}function Ad(t){let e=new URLSearchParams;t?.principalType&&e.set("principal_type",t.principalType),t?.principalId&&e.set("principal_id",t.principalId),t?.scopeType&&e.set("scope_type",t.scopeType),t?.scopeId&&e.set("scope_id",t.scopeId),t?.objectType&&e.set("object_type",t.objectType),t?.objectId&&e.set("object_id",t.objectId),t?.roleId&&e.set("role_id",t.roleId),t?.includeExpired&&e.set("include_expired","true");let n=e.toString();return n?`?${n}`:""}async function Il(t,e){return a(await Al(`/accounts/${t}/iam/assignments${Ad(e)}`)).assignments}async function El(t,e){let n={principal_type:e.principal.type,principal_id:e.principal.id,scope_type:e.scope.type,scope_id:e.scope.type==="project"?e.scope.id:null};return e.roleId?n.role_id=e.roleId:n.role_key=e.roleKey,e.object&&(n.object_type=e.object.type,n.object_id=e.object.id),e.expiresAt!==void 0&&(n.expires_at=e.expiresAt),a(await i.post(`/accounts/${t}/iam/assignments`,n))}async function jl(t,e){return a(await i.delete(`/accounts/${t}/iam/assignments/${e}`)).assignment}async function $l(t,e){let n=e?.scopeType?`?scope_type=${e.scopeType}`:"";return a(await Al(`/accounts/${t}/iam/permissions${n}`)).permissions}async function RP(){let t=await i.get("/account/deletion-status",{showErrors:!1});return t.error?.status===404?null:a(t,"Failed to load account deletion status")}async function TP(t="User requested deletion"){return a(await i.post("/account/request-deletion",{reason:t},{showErrors:!1}),"Failed to request account deletion")}async function AP(){return a(await i.post("/account/cancel-deletion",void 0,{showErrors:!1}),"Failed to cancel account deletion")}async function IP(){return a(await i.delete("/account/delete-immediately",{showErrors:!1}),"Failed to delete account immediately")}async function EP(){return(await i.get("/user-roles",{showErrors:!1})).data??{isAdmin:!1,role:null}}function DP(){return i.get("/admin/api/provider-distribution").then(t=>a(t))}function MP(t=300){return i.get(`/admin/api/sandboxes?limit=${t}`).then(e=>a(e))}function OP(t){return i.put("/admin/api/provider-distribution",t).then(e=>a(e))}function UP(t){return i.get(`/admin/api/provider-analytics?days=${t}`).then(e=>a(e))}function FP(t,e){return i.post(`/admin/api/sandboxes/${encodeURIComponent(t)}/migrate`,{targetProvider:e}).then(n=>a(n))}function LP(){return i.get("/admin/api/provider-fallback").then(t=>a(t))}function GP(t){return i.put("/admin/api/provider-fallback",{enabled:t}).then(e=>a(e))}async function HP(t){return a(await i.get(`/google/auth-url?return_url=${encodeURIComponent(t)}`),"Failed to get Google auth URL")}async function WP(t,e){return a(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 ql(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 a(await i.get(`/projects/${t}/review/items${r?`?${r}`:""}`,{showErrors:!1}))}async function Dl(t,e){return a(await i.get(`/projects/${t}/review/items/${e}`))}async function Ml(t,e){return a(await i.post(`/projects/${t}/review/items`,e))}async function Ol(t,e,n){return a(await i.post(`/projects/${t}/review/items/${e}/act`,n))}async function Ul(t,e){return a(await i.post(`/projects/${t}/review/bulk`,e))}async function Fl(t){return a(await i.get(`/p/share?sandbox_id=${encodeURIComponent(t)}`),"Failed to load public links").shares??[]}async function Ll(t){return a(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 Gl(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 Wr=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicSessionShareError"}status};function Bl(t,e=""){return`${pe()}/public/session-shares/${encodeURIComponent(t)}${e}`}async function Nl(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 Wr(s,e.status)}return r}async function tk(t){return Nl(Bl(t))}async function nk(t){return Nl(Bl(t,"/messages"))}var zr=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicVoiceJoinError"}status};function Kl(t){return`${pe()}/public/voice-join/${encodeURIComponent(t)}`}async function Hl(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 zr(s,e.status)}return r}async function ik(t){return Hl(Kl(t))}async function ok(t,e=0){let n=`${Kl(t)}/transcript?cursor=${encodeURIComponent(String(e))}`;return Hl(n)}async function Wl(t,e){let n=new URLSearchParams;t&&n.set("account_id",t),e?.mine&&n.set("mine","true");let r=n.size>0?`?${n.toString()}`:"";return a(await i.get(`/accounts/tokens${r}`))}async function zl(t){let{accountId:e,expiresAt:n,projectId:r,name:s}=t;return a(await i.post("/accounts/tokens",{name:s,...e?{account_id:e}:{},...n?{expires_at:n}:{},...r?{project_id:r}:{}}))}async function Vl(t,e){let n=e?`?account_id=${encodeURIComponent(e)}`:"";return a(await i.delete(`/accounts/tokens/${t}${n}`))}async function Jl(t){return a(await i.get(`/projects/${t}/cli-token`))}async function Xl(t,e){return a(await i.post(`/projects/${t}/cli-token`,e??{}))}async function Ql(t,e){return a(await i.delete(`/projects/${t}/cli-token/${e}`))}async function Yl(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 a(await i.get(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function Zl(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 a(await i.get(`/projects/${t}/audit${r?`?${r}`:""}`))}async function eu(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 a(await i.get(`/accounts/${t}/audit/export${r?`?${r}`:""}`))}async function tu(t){return a(await i.get(`/accounts/${t}/audit/webhooks`))}async function nu(t,e){return a(await i.post(`/accounts/${t}/audit/webhooks`,e))}async function ru(t,e,n){return a(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function su(t,e){return a(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function iu(t,e){return a(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 ou(t,e){return a(await i.post(`/projects/${t}/connect-requests`,{slug:e.slug,expires_in_minutes:e.expiresInMinutes}),"Failed to mint connect link")}async function yk(t){return a(await i.get(`/approval-links/${t}`),"Failed to load approval")}async function au(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 a(await i.get(`/marketplace/items${n}`))}async function cu(){return a(await i.get("/marketplace/marketplaces"))}async function lu(){return a(await i.get("/marketplace/marketplaces/featured"))}async function uu(t){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}`),"Item not found")}async function pu(t,e){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`),"File not found")}async function du(){return a(await i.get("/marketplace/sources"))}async function gu(t){return a(await i.post("/marketplace/sources",t),"Failed to add marketplace source")}async function mu(t){return a(await i.delete(`/marketplace/sources/${encodeURIComponent(t)}`),"Failed to remove marketplace source")}async function _k(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/marketplace/install-session`,{id:e}),"Failed to start marketplace install session")}async function Sk(t){return a(await i.get(`/templates/${encodeURIComponent(t)}`))}async function vk(t,e){return a(await i.post(`/templates/${encodeURIComponent(t)}/install`,e))}async function fu(t){return a(await i.get(`/projects/${t}/apps`),"Failed to list Apps").apps}async function yu(t,e){return a(await i.post(`/projects/${t}/apps`,e),"Failed to create App")}async function hu(t,e){return a(await i.get(`/projects/${t}/apps/${e}`),"Failed to load App")}async function bu(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}`,n),"Failed to update App")}async function xu(t,e){return a(await i.delete(`/projects/${t}/apps/${e}`),"Failed to delete App")}async function _u(t,e){return a(await i.get(`/projects/${t}/apps/${e}/access`),"Failed to load App access policy")}async function Pu(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}/access`,n),"Failed to update App access policy")}async function ku(t,e){return a(await i.post(`/projects/${t}/apps/${e}/access-session`,{}),"Failed to create App access session")}async function Vr(t,e){return a(await i.post(`/projects/${t}/apps/artifacts`,e),"Failed to register App artifact")}async function Jr(t,e,n){return a(await i.post(`/projects/${t}/apps/artifacts/${e}/finalize`,n),"Failed to finalize App artifact")}async function Id(t){return t instanceof Uint8Array?t:new Uint8Array(await t.arrayBuffer())}async function Ed(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 wu(t,e,n={}){let r=await Id(e),s=n.mediaType??"application/gzip",o=await Vr(t,{kind:"archive",media_type:s});if(!o.upload)throw new Error("App artifact registration did not return an upload URL");if(r.byteLength>o.upload.max_bytes)throw new Error(`App artifact exceeds ${o.upload.max_bytes} bytes`);n.onProgress?.(0,r.byteLength);let u=await fetch(o.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),Jr(t,o.artifact.artifact_id,{sha256:await Ed(r),size_bytes:r.byteLength})}async function Su(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/deployments`,n),"Failed to create App deployment")}async function vu(t,e){return a(await i.get(`/projects/${t}/apps/${e}/deployments`),"Failed to list App deployments").deployments}async function Cu(t,e,n){return a(await i.get(`/projects/${t}/apps/${e}/deployments/${n}`),"Failed to load App deployment")}async function Ru(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 o=s.size?`?${s.toString()}`:"";return a(await i.get(`/projects/${t}/apps/${e}/deployments/${n}/logs${o}`),"Failed to load App logs")}async function Tu(t,e){return a(await i.post(`/projects/${t}/apps/${e}/start`,{}),"Failed to start App")}async function Au(t,e){return a(await i.post(`/projects/${t}/apps/${e}/stop`,{}),"Failed to stop App")}async function Iu(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/rollback`,{deployment_id:n}),"Failed to roll back App")}var jd=["control_plane","provider_ingress","daemon","upstream_port"];function Eu(t){return typeof t=="string"&&jd.includes(t)?t:null}function jk(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 ju(t,e){let n=(t===void 0?de():t)||null;if(!n)return{status:0,ok:!1,health:null,body:"",hop:null,upstreamStatus:null};let r=await D(`${n}/kortix/health`,{method:"GET",...e},{retryOnAuthError:!1}),s=await r.text().catch(()=>""),o=null;try{o=s?JSON.parse(s):null}catch{o=null}let u=o,p=Eu(r.headers.get("X-Kortix-Proxy-Hop"))??Eu(o?.hop),d=Number(r.headers.get("X-Kortix-Upstream-Status")),f=o?.upstream_status,m=Number.isFinite(d)&&d>0?d:typeof f=="number"?f:null;return{status:r.status,ok:r.ok,health:u,body:s,hop:p,upstreamStatus:m}}var oe={DESKTOP:"6080",DESKTOP_HTTPS:"6081",PRESENTATION_VIEWER:"3210",STATIC_FILE_SERVER:"3211",KORTIX_MASTER:"8000",BROWSER_STREAM:"9223",BROWSER_VIEWER:"9224",SSH:"22"};var $u=/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s)"'<>]*/g,qu=/^https?:\/\/p(\d+)-([^.]+)\.localhost(?::(\d+))?(\/.*)?$/,Du=new Set([22,4096,parseInt(oe.KORTIX_MASTER,10)]);function $d(t){return qu.test(t)}function It(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 qd(t){let e=t.indexOf("](");return e===-1?t:t.slice(0,e)}var Dd=new Set(["'",'"',"`","<","(","["]),Md=new Set([">","'",'"',"`",")","]",",",";",".","!","?"]);function Od(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&&Dd.has(t[e]);)e++;for(;n>e&&Md.has(t[n-1]);)n--;return t.slice(e,n)}function Ud(t){return t.match(/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s"'<>)]*/i)?.[0]??null}var Fd=/^\/proxy\/(\d{1,5})(\/.*)?$/,Ld=/^\/(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 Gd(t){if(!t)return!1;try{let e=new URL(t);return e.hostname!=="localhost"&&e.hostname!=="127.0.0.1"?!1:Ld.test(e.pathname)}catch{return!1}}function Et(t){if(!t)return null;let e=Od(qd(t.trim())),n=Uu(e);if(n){let r=It(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 o=`${r.pathname||"/"}${r.search}${r.hash}`,u=parseInt(oe.KORTIX_MASTER,10);if(s===u){let d=r.pathname.match(Fd);if(d){let f=parseInt(d[1],10);if(f>=1&&f<=65535)return s=f,o=It(`${d[2]||"/"}${r.search}${r.hash}`),{originalUrl:`http://localhost:${s}${o}`,port:s,path:o}}}let p=It(o);return{originalUrl:`${r.protocol}//${r.hostname}:${s}${p}`,port:s,path:p}}catch{let r=Ud(t);return r&&r!==t?Et(r):null}}function Bd(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 o=r.index,u=o+r[0].length;e.some(([d,f])=>o>=d&&u<=f)||e.push([o,u])}return e}function Nd(t,e){return e.some(([n,r])=>t>=n&&t<r)}function Kd(t){let e=[],n=new Set,r=Bd(t);$u.lastIndex=0;let s;for(;(s=$u.exec(t))!==null;){let o=Et(s[0]);if(!o)continue;let{originalUrl:u,port:p,path:d}=o;p<1||p>65535||Du.has(p)||n.has(u)||(n.add(u),e.push({originalUrl:u,port:p,path:d,startIndex:s.index,endIndex:s.index+u.length,inCodeBlock:Nd(s.index,r)}))}return e}function Mk(t){return Kd(t).length>0}function Hd(t){try{let{hostname:e}=new URL(t);return e==="localhost"||e==="127.0.0.1"}catch{return!1}}function Wd(t){return t.sandboxId.trim().length>0}function xe(t,e,n){let r=It(e);if(!Wd(n))return Xd(t,r);if(!Hd(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 Ok(t,e){if(!t)return;let r=t.replace(/^\/workspace\//,"").replace(/^\/+/,"").split("/").filter(Boolean).map(s=>encodeURIComponent(s)).join("/");return xe(3211,`/open?path=/workspace/${r}`,e)}function zd(t){return`/open?path=/${(t.startsWith("/workspace")?t:`/workspace/${t.replace(/^\/+/,"")}`).split("/").filter(Boolean).map(r=>encodeURIComponent(r)).join("/")}`}function Uk(t){return`http://localhost:3211${zd(t)}`}function Vd(){return"/health"}function Fk(t){return xe(3211,Vd(),t)}function Lk(t,e){return xe(t,"/",e)}function Jd(t){let e=Et(t);return!(!e||Du.has(e.port)||Gd(t))}function Mu(t,e){if(!t)return t;let n=Et(t);return n?Jd(n.originalUrl)?xe(n.port,n.path,e):n.originalUrl:t}function Xd(t,e="/"){return`http://localhost:${t}${e}`}var Ou=/^https?:\/\/[^/]+\/v1\/p\/([^/]+)\/(\d+)(\/.*)?$/;function Uu(t){let e=t.match(qu);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(Ou);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 Gk(t){try{let e=Uu(t);return e?`http://localhost:${e.port}${e.path}`:null}catch{return null}}function Bk(t){return $d(t)||Ou.test(t)}function Nk(t){try{let{hostname:e,port:n}=new URL(t);return(e==="localhost"||e==="127.0.0.1")&&n!==""}catch{return!1}}var Je="/web-proxy/";function Kk(t,e){try{let n=new URL(t);if(n.protocol!=="http:"&&n.protocol!=="https:")return null;let r=n.protocol.replace(":",""),s=`${Je}${r}/${n.host}${n.pathname}${n.search}${n.hash}`,o=parseInt(oe.KORTIX_MASTER,10);return`${xe(o,"/",e).replace(/\/$/,"")}${s}`}catch{return null}}function Hk(t){try{let e=new URL(t),n=e.pathname.indexOf(Je);if(n===-1)return null;let s=e.pathname.slice(n+Je.length).match(/^(https?)\/([\w.\-]+(?::\d+)?)(\/.*)?$/);if(!s)return null;let o=s[1],u=s[2],p=s[3]||"/";return`${o}://${u}${p}${e.search}${e.hash}`}catch{return null}}function Wk(t){try{return new URL(t).pathname.includes(Je)}catch{return t.includes(Je)}}function zk(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 Vk(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 Fu="frontend";function jt(t,e,n){(t==="error"?console.error:t==="warn"?console.warn:t==="debug"?console.debug:console.log)(`[${Fu}] ${e}`,...n?[n]:[]);try{me().app.log({service:Fu,level:t,message:e,extra:n})}catch{}}var ae={debug:(t,e)=>jt("debug",t,e),info:(t,e)=>jt("info",t,e),warn:(t,e)=>jt("warn",t,e),error:(t,e)=>jt("error",t,e)};function Qd(t){return{type:"heartbeat-gap",gapMs:t}}function Yd(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 Zd={now:()=>Date.now(),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},eg=16,tg=8,ng=6e4,rg=5e3,sg=250,ig=1e3,og=3e4,ag=5,cg=3e3,lg=3e4,ug=2e4,pg=2e3,dg=8;function gg(t){if(t.type==="session.status")return`session.status:${t.properties.sessionID}`;if(t.type==="lsp.updated")return"lsp.updated"}function Lu(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)}}var $t=new WeakMap;function mg(t,e,n){let r=e.timers??Zd,s=e.connectTimeoutMs??ug,o=e.heartbeatTimeoutMs??ng,u=e.maxConsecutiveHardFailures??dg,p=new AbortController;function d(l,...y){for(let c of n){let R=l(c);if(R)try{R(...y)}catch(T){console.warn("[opencode-events] subscriber handler threw, skipping",T)}}}let f=r.now(),m=[],b,x=0,I=new Map,E=()=>{if(b&&r.clearTimeout(b),b=void 0,m.length===0)return;let l=m;m=[],I.clear(),x=r.now(),f=r.now();for(let y of l)y&&d(c=>c.onEvent,y.event)},C=()=>{if(b)return;let l=r.now()-x;b=r.setTimeout(E,Math.max(0,eg-l))};return(async()=>{let l=0,y=0;for(;!p.signal.aborted;){let c=!1,R=!1,T,k,q=null,j=r.now(),A=new AbortController,z=Lu(p.signal);z.promise.then(()=>A.abort());try{let U=await new Promise((Q,te)=>{let W=!1;k=r.setTimeout(()=>{W||(W=!0,ae.warn("SSE connect timed out, forcing reconnect",{connectTimeoutMs:s}),A.abort(),te(new Error(`SSE connect timed out after ${s}ms`)))},s),t.global.event({signal:A.signal,sseDefaultRetryDelay:cg,sseMaxRetryDelay:lg,sseMaxRetryAttempts:1}).then(Z=>{W||(W=!0,r.clearTimeout(k),Q(Z))},Z=>{W||(W=!0,r.clearTimeout(k),te(Z))})}),{stream:B}=U;f=r.now();let F=()=>{r.clearTimeout(T),T=r.setTimeout(()=>{ae.warn("SSE heartbeat timeout, forcing reconnect"),A.abort()},o)};F();let H=r.now(),M=B[Symbol.asyncIterator]();for(;!A.signal.aborted;){let Q=M.next().then(ne=>({kind:"next",result:ne}),ne=>({kind:"error",error:ne})),te=Lu(A.signal),W=await Promise.race([Q,te.promise.then(()=>({kind:"aborted"}))]);if(te.cleanup(),W.kind==="aborted")break;if(W.kind==="error")throw W.error;if(W.result.done)break;c=!0,F();let Z=W.result.value,tt=Z&&typeof Z=="object"&&"payload"in Z?Z.payload:Z;if(!tt?.type)continue;let Nt=gg(tt);if(Nt){let ne=I.get(Nt);ne!==void 0&&(m[ne]=void 0),I.set(Nt,m.length)}m.push({type:tt.type,event:tt}),C(),!(r.now()-H<tg)&&(H=r.now(),await new Promise(ne=>r.setTimeout(ne,0)))}R=c}catch(U){if(p.signal.aborted)break;q=U;let B=String(U),F=B.includes("401")||B.includes("403")||B.includes("Unauthorized")||B.includes("Token refresh failed");if(ae.error("SSE event stream error",{error:B,retryCount:l,isAuthError:F}),F)try{ct(),await mr(),ae.info("SSE: refreshed auth token after auth error")}catch(H){ae.error("SSE: failed to refresh auth token",{error:String(H)})}}finally{r.clearTimeout(T),r.clearTimeout(k),A.abort(),z.cleanup(),E()}if(p.signal.aborted)break;let V=r.now()-j,h=q?.cause?.status;if(y=!c&&(typeof h=="number"&&h>=400||V<pg)?y+1:0,y>=u){ae.error("SSE event stream parked \u2014 giving up after consecutive hard failures",{consecutiveFailures:y,lastError:String(q)}),d(U=>U.onParked,{consecutiveFailures:y,lastError:q});break}let N=r.now()-f;N>rg&&d(U=>U.onGapRehydrate,N),R?l=0:(l++,l>1&&ae.warn("SSE event stream reconnecting",{retryCount:l}));let X=R?sg:Math.min(ig*2**Math.min(l-1,ag),og);await new Promise(U=>{let B=r.setTimeout(U,X),F=()=>{r.clearTimeout(B),U()};p.signal.addEventListener("abort",F,{once:!0})})}})(),{subscribers:n,teardown:()=>{p.abort(),b&&r.clearTimeout(b)}}}function Xr(t){let{client:e,onEvent:n,onGapRehydrate:r,onParked:s,signal:o}=t,u={onEvent:n,onGapRehydrate:r,onParked:s},p=$t.get(e);p?p.subscribers.add(u):(p=mg(e,t,new Set([u])),$t.set(e,p));let d=p,f=!1,m=()=>{f||(f=!0,o&&o.removeEventListener("abort",b),d.subscribers.delete(u),d.subscribers.size===0&&(d.teardown(),$t.get(e)===d&&$t.delete(e)))},b=()=>m();return o&&(o.aborted?m():o.addEventListener("abort",b,{once:!0})),{close:m}}function fg(){return me()}var qt=new Map,Dt=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 yg(t,e){Ht(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 v(`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 y=$().backendUrl??t.backendUrl,c=80,R=n(y);return R&&(c=R.port?Number(R.port):R.protocol==="https:"?443:80),{sandboxId:l,backendPort:c,apiBaseUrl:y}}let s={list:Zs,get:ti,create:ei,updateName:ni,leave:gi,members:ri,invite:si,removeMember:pi,updateMemberRole:di,invites:ii,cancelInvite:oi,resendInvite:ai,tokens:{list:Wl,create:zl,revoke:Vl},audit:{log:Yl,export:eu,webhooks:{list:tu,create:nu,update:ru,remove:su}}},o={assignments:{list:Il,create:El,revoke:jl},permissions:{list:$l,forRole:Pl},roles:{list:xl,create:wl,update:Sl,setPermissions:vl,remove:Cl,usage:kl},groups:{list:pl,get:dl,create:gl,update:ml,remove:fl,members:{list:yl,add:hl,remove:bl}},agentIdentities:_l,can:Rl,canBatch:Tl},u={accountState:pc,accountStateMinimal:dc,transactions:gc,transactionsSummary:mc,creditBreakdown:fc,usageHistory:yc,usageRollup:Ac,sessionCosts:{list:Ec,get:Kr},tierConfigurations:hc,checkout:{createSession:l=>bc(l),confirmSession:(l,y)=>xc(l,y)},subscription:{createPortalSession:(l,y)=>_c(l,y),cancel:(l,y)=>Pc(l,y),reactivate:l=>kc(l),scheduleDowngrade:(l,y,c)=>wc(l,y,c),cancelScheduledChange:l=>Sc(l),prorationPreview:(l,y)=>vc(l,y)},credits:{purchase:l=>Cc(l),autoTopupSettings:l=>Rc(l),configureAutoTopup:l=>Tc(l)}},p={describe:ci,accept:li,decline:ui},d={list:$e,listForAccount:yi,get:Cr,detail:Rr,create:_i,createRepo:Pi,provision:ki,update:Ir,archive:Er,llmCatalog:Tr,modelPicker:Ar,sandboxHealth:Mr,sandboxTemplates:Vo,sessions:ze,createSession:Ve},f={linkRepository:Ri,getInstallation:Ti,listInstallations:Ai,listLinkableInstallations:Ii,listRepositories:Ei,listRepositoryBranches:ji,linkInstallation:qi,saveInstallation:$i,deleteInstallation:Di},m={list:Fl,create:Ll,revoke:Gl},b=No,x={items:l=>au(l),item:l=>uu(l),itemFile:(l,y)=>pu(l,y),marketplaces:()=>cu(),featured:()=>lu(),sources:{list:()=>du(),add:l=>gu(l),remove:l=>mu(l)}};function I(l){return{catalog:()=>$r(l),tools:()=>St(l),search:(...y)=>mo(l,...y),describe:(...y)=>fo(l,...y),call:(...y)=>yo(l,...y),uploadAttachment:(...y)=>ho(l,...y)}}function E(l){let y={list:()=>bo(l),listAll:()=>xo(l),reconcile:(...c)=>_o(l,...c),reconcileMember:(...c)=>Po(l,...c),updateCredential:(...c)=>ko(l,...c),revoke:(...c)=>wo(l,...c),activate:(...c)=>So(l,...c),setDefault:(...c)=>vo(l,...c),pipedreamConnect:(...c)=>Co(l,...c),pipedreamFinalize:(...c)=>Ro(l,...c)};return{get:c=>Cr(l,c),detail:()=>Rr(l),audit:c=>Zl(l,c),update:c=>Ir(l,c),archive:()=>Er(l),llmCatalog:()=>Tr(l),modelPicker:()=>Ar(l),sandboxHealth:()=>Mr(l),onboardingComplete:(...c)=>Ci(l,...c),apps:{list:()=>fu(l),create:c=>yu(l,c),get:c=>hu(l,c),update:(...c)=>bu(l,...c),access:{get:(...c)=>_u(l,...c),update:(...c)=>Pu(l,...c),session:(...c)=>ku(l,...c)},remove:c=>xu(l,c),artifacts:{register:c=>Vr(l,c),uploadArchive:(...c)=>wu(l,...c),finalize:(...c)=>Jr(l,...c)},deployments:{create:(...c)=>Su(l,...c),list:c=>vu(l,c),get:(...c)=>Cu(l,...c),logs:(...c)=>Ru(l,...c)},start:c=>Tu(l,c),stop:c=>Au(l,c),rollback:(...c)=>Iu(l,...c)},tokens:{list:()=>Jl(l),create:c=>Xl(l,c),revoke:c=>Ql(l,c)},setupLinks:{requestSecret:c=>iu(l,c),requestConnector:c=>ou(l,c)},validateManifest:c=>bi(l,c),gitToken:()=>xi(l),secrets:{list:()=>no(l),upsert:c=>ro(l,c),setStrategy:(...c)=>so(l,...c),broker:(...c)=>io(l,...c),remove:c=>uo(l,c),setPersonal:(...c)=>po(l,...c),removePersonal:c=>go(l,c),setGitCredential:c=>lo(l,c),startProviderOAuth:(...c)=>oo(l,...c),pollProviderOAuth:(...c)=>ao(l,...c),removeProviderOAuth:c=>co(l,c)},access:{list:()=>Fi(l),invite:(...c)=>Bi(l,...c),update:(...c)=>Li(l,...c),revoke:c=>Gi(l,c),pendingInvites:()=>Ni(l),resendInvite:(...c)=>Hi(l,...c),revokeInvite:(...c)=>Ki(l,...c),requests:()=>Mi(l),approveRequest:(...c)=>Oi(l,...c),rejectRequest:(...c)=>Ui(l,...c),groupGrants:()=>Wi(l),attachGroupGrant:(...c)=>zi(l,...c),updateGroupGrant:(...c)=>Vi(l,...c),detachGroupGrant:c=>Ji(l,c),resourceGrants:{list:()=>Xi(l),create:c=>Qi(l,c),remove:c=>Yi(l,c)}},connectors:{...I(l),list:()=>To(l),config:(...c)=>Do(l,...c),create:(...c)=>Uo(l,...c),remove:(...c)=>Lo(l,...c),sync:()=>Ao(l),auth:{discover:(...c)=>Fo(l,...c)},setName:(...c)=>Mo(l,...c),setCredentialMode:(...c)=>Io(l,...c),setAuthorizationStrategy:(...c)=>Eo(l,...c),setCredential:(...c)=>Ko(l,...c),setSensitive:(...c)=>jo(l,...c),connections:y,policies:{get:(...c)=>$o(l,...c),set:(...c)=>qo(l,...c)},pipedream:{listApps:(...c)=>Go(l,...c),listSections:(...c)=>Bo(l,...c),connect:(...c)=>Oo(l,...c),finalize:(...c)=>Ho(l,...c)},discover:{list:(...c)=>qr(l,...c),detail:(...c)=>Dr(l,...c)}},policies:{list:()=>Wo(l),set:(...c)=>zo(l,...c)},triggers:{list:()=>Va(l),create:(...c)=>Ja(l,...c),update:(...c)=>Xa(l,...c),remove:(...c)=>Qa(l,...c),fire:(...c)=>Za(l,...c),setActivation:(...c)=>Ya(l,...c)},files:{list:c=>ra(l,c),read:(c,R)=>ia(l,c,R),search:(...c)=>sa(l,...c),archive:(...c)=>oa(l,...c),history:(...c)=>pa(l,...c)},git:{commits:()=>ca(l),commit:c=>la(l,c),commitDiff:c=>ua(l,c),branches:()=>aa(l),versionDiff:(...c)=>da(l,...c),inviteCollaborator:(...c)=>hi(l,...c)},changeRequests:{list:()=>ga(l),get:c=>ma(l,c),diff:c=>fa(l,c),mergePreview:c=>ya(l,c),open:(...c)=>ha(l,...c),merge:(...c)=>ba(l,...c),close:(...c)=>xa(l,...c),reopen:(...c)=>_a(l,...c),requestChanges:(...c)=>Pa(l,...c)},sessions:{list:c=>ze(l,c),create:c=>Ve(l,c),ensureWarm:()=>Aa(l),claimWarm:c=>Ia(l,c)},review:{list:c=>ql(l,c),get:c=>Dl(l,c),submit:c=>Ml(l,c),act:(...c)=>Ol(l,...c),bulkAct:c=>Ul(l,c)},approvals:{list:c=>Zi(l,c),resolve:(...c)=>to(l,...c),sessionsNeedingInput:c=>eo(l,c)},gateway:{logs:c=>Xc(l,c),log:c=>Qc(l,c),overview:c=>Yc(l,c),series:c=>Zc(l,c),breakdown:c=>el(l,c),sessions:c=>tl(l,c),errors:c=>nl(l,c),budgets:()=>rl(l),setBudget:c=>sl(l,c),deleteBudget:c=>il(l,c),keys:()=>ol(l),createKey:c=>al(l,c),revokeKey:c=>cl(l,c),routing:{get:()=>Wc(l),set:c=>zc(l,c),reset:()=>Vc(l),preview:c=>Jc(l,c)},playground:(c,R,T)=>ll(l,c,R,T)},channels:{slack:{installation:()=>$c(l),connect:c=>qc(l,c),mode:()=>Dc(l),manifest:()=>Mc(l),disconnect:()=>Oc(l),getFile:c=>Uc(l,c),uploadFile:c=>Fc(l,c)},email:{installation:c=>Lc(l,c),mode:()=>Gc(l),connect:c=>Bc(l,c),disconnect:c=>Nc(l,c),updatePolicy:(...c)=>Kc(l,...c)},voice:{setBotName:c=>Hc(l,c)}},updateFeatureFlag:(...c)=>wi(l,...c),updateExperimentalFeature:(...c)=>Si(l,...c),modelDefaults:{get:()=>sc(l),set:c=>ic(l,c),clear:c=>oc(l,c)},setDefaultAgent:c=>uc(l,c),sandbox:{list:()=>na(l),snapshots:()=>Jo(l),rebuildSnapshot:c=>Xo(l,c),fixWithAgent:()=>Qo(l),createTemplate:c=>Yo(l,c),updateTemplate:(...c)=>Zo(l,...c),removeTemplate:c=>ea(l,c),buildTemplate:c=>ta(l,c),setProvider:c=>vi(l,c)},setAgentScope:(...c)=>cc(l,...c),session:c=>C(l,c)}}function C(l,y){let c=null,R,T,k=null;async function q(){k||(k=Ur(l,y,{showErrors:!1}).then(h=>{let S=typeof h.metadata?.opencode_model=="string"?h.metadata.opencode_model.trim():"",N=S.indexOf("/"),X=N>0&&N<S.length-1?{providerID:S.slice(0,N),modelID:S.slice(N+1)}:void 0,U=h.agent_name?.trim()||void 0;return{model:X,agent:U}}));try{return await k}catch(h){throw k=null,h}}function j(){if(c)return c;let h=tc(l,y);return h&&(c=h),c}async function A(h){let S=j();if(S)return S;let N=h?.readyTimeoutMs??18e4,X=`${l}
|
|
20
|
-
${y}`,U=
|
|
19
|
+
`);let E=kd(I);if(E){if(r(E),E.type==="error")throw new v(E.error,{status:E.status,code:E.code,data:{reason:E.reason}});E.type==="done"&&(f=E.result)}}}}finally{u.cancel().catch(()=>{})}if(!f)throw new Error("Reload stream ended without a result");return f}async function Wa(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`))}async function za(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`,n))}async function Va(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/model`,{opencode_model:n}))}async function Ja(t){return a(await i.get(`/projects/${t}/triggers`))}async function Xa(t,e){return a(await i.post(`/projects/${t}/triggers`,e))}async function Qa(t,e,n){return a(await i.patch(`/projects/${t}/triggers/${e}`,n))}async function Ya(t,e){return a(await i.delete(`/projects/${t}/triggers/${e}`))}async function Za(t,e){return a(await i.patch(`/projects/${t}/triggers/activation`,{paused:e}))}async function ec(t,e){return a(await i.post(`/projects/${t}/triggers/${e}/fire`,{}))}var oe=new Map;function Fr(t,e){return`${t}::${e}`}function tc(t,e){oe.delete(t),oe.set(t,e)}function nc(t,e){let n=Fr(t,e),r=oe.get(n);return r&&tc(n,r),r}function rc(t,e,n){let r=Fr(t,e);if(!oe.has(r)&&oe.size>=512){let s=oe.keys().next().value;s!==void 0&&oe.delete(s)}tc(r,n)}function sc(t,e){oe.delete(Fr(t,e))}function jx(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 Lr=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 $x(t){return t instanceof Error&&t.name==="SessionStartError"}function wd(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 Lr(s,{status:n,code:r,terminal:!0}):null}async function De(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=wd(s.error);if(p&&!(p.status===404&&Sa(e)))throw p;return null}let o=s.data,u=o.sandbox?.external_id;return o.stage==="ready"&&u&&o.opencode_session_id&&rc(t,e,{opencodeSessionId:o.opencode_session_id,runtimeUrl:ut(u),sandboxId:u}),o}function Dx(t,e){return["session-start",t,e]}async function ic(t){return a(await i.get(`/projects/${t}/model-defaults`))}async function oc(t,e){return a(await i.put(`/projects/${t}/model-defaults`,e))}async function ac(t,e){let n=new URLSearchParams({scope:e.scope,...e.agentName?{agentName:e.agentName}:{}}).toString();return a(await i.delete(`/projects/${t}/model-defaults?${n}`))}async function Gx(t,e){return a(await i.put(`/projects/${t}/model-enablement`,{modelOverrides:e}))}async function lc(t,e,n){let r=vd(n);return a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/scope`,r))}function cc(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Sd(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function vd(t){let e=t.connectors_required?cc(t.connectors_required):void 0,n=t.connectors_personal?cc(t.connectors_personal):void 0;if(e&&n&&!Sd(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 Vx(t,e){let n=a(await i.get(`/projects/${t}/agents/${encodeURIComponent(e)}/config`));return{...n,block:n.block?Gr(n.block):null}}async function Jx(t,e,n){let r=Gr(n),s=a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/config`,r));return{...s,block:s.block?Gr(s.block):null}}function uc(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Cd(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Gr(t){let e=t.connectors_required?uc(t.connectors_required):void 0,n=t.connectors_personal?uc(t.connectors_personal):void 0;if(e&&n&&!Cd(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 Xx(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/grant`,{agent:n}))}async function pc(t,e){return a(await i.put(`/projects/${t}/default-agent`,{agent:e}))}function Br(){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 Rd(t){let e=t.trim().toLowerCase();return e===""||e==="free"||e==="none"?"free":e==="enterprise"?"enterprise":"team"}function e_(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??Br(),r=(n.subscription?.tier_key||n.tier?.name||"none").toString(),s=(n.tier?.display_name||"").trim()||r;return{family:Rd(r),label:s,sublabel:null,isGrandfathered:!1}}async function dc(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}),o=s.error?.status===404&&/billing is not enabled/i.test(s.error.message||"");if(s.error&&s.error.status!==401&&!o)throw s.error;return s.error?Br():s.data}async function gc(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}),o=s.error?.status===404&&/billing is not enabled/i.test(s.error.message||"");if(s.error&&s.error.status!==401&&!o)throw s.error;return s.error?Br():s.data}async function mc(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 a(await i.get(`/billing/transactions${n?`?${n}`:""}`))}async function fc(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 a(await i.get(`/billing/transactions/summary${n?`?${n}`:""}`))}async function yc(){return a(await i.get("/billing/credit-breakdown"))}async function hc(t){let e=t!=null?`?days=${t}`:"";return a(await i.get(`/billing/usage-history${e}`))}async function bc(){return a(await i.get("/billing/tier-configurations"))}async function t_(t){let e=t.accountId?`?account_id=${encodeURIComponent(t.accountId)}`:"";return je(t,`/v1/billing/account-state${e}`)}async function xc(t){return a(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 _c(t,e){return a(await i.post("/billing/confirm-checkout-session",{account_id:e,session_id:t}),"Failed to confirm checkout session")}async function Pc(t,e){return a(await i.post("/billing/create-portal-session",{account_id:e,return_url:t}),"Failed to create portal session")}async function kc(t,e){return a(await i.post("/billing/cancel-subscription",{account_id:e,feedback:t}),"Failed to cancel subscription")}async function wc(t){return a(await i.post("/billing/reactivate-subscription",{account_id:t}),"Failed to reactivate subscription")}async function Sc(t,e,n){return a(await i.post("/billing/schedule-downgrade",{account_id:n,target_tier_key:t,commitment_type:e}),"Failed to schedule downgrade")}async function vc(t){return a(await i.post("/billing/cancel-scheduled-change",{account_id:t}),"Failed to cancel scheduled change")}async function Cc(t,e){let n=new URLSearchParams({new_price_id:t});return e&&n.set("account_id",e),a(await i.get(`/billing/proration-preview?${n.toString()}`),"Failed to load proration preview")}async function Rc(t){return a(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 Ac(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/billing/auto-topup/settings${e}`),"Failed to load auto-topup settings")}async function Tc(t){return a(await i.post("/billing/auto-topup/configure",{account_id:t.accountId,enabled:t.enabled,threshold:t.threshold,amount:t.amount},{showErrors:!1}),"Failed to configure auto-topup")}async function n_(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/billing/auto-topup/setup-status${e}`,{timeout:8e3,showErrors:!1}),"Failed to load auto-topup setup status")}async function r_(t){return a(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 s_(t){return a(await i.post("/billing/claim-per-seat",{account_id:t}),"Failed to switch to per-seat billing")}async function i_(t){return a(await i.post("/billing/sync-subscription",{account_id:t}),"Failed to sync subscription")}async function Ic(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 a(await i.get(`/usage${n?`?${n}`:""}`))}function Nr(t,e){e.accountId&&t.set("account_id",e.accountId),e.projectId&&t.set("project_id",e.projectId)}function At(t,e){e.from&&t.set("from",e.from),e.to&&t.set("to",e.to)}function Tt(t){return t.size>0?`?${t}`:""}async function jc(t={}){let e=new URLSearchParams;return Nr(e,t),t.ownerId&&e.set("owner_id",t.ownerId),At(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)),a(await i.get(`/usage/session-costs${Tt(e)}`))}async function Kr(t,e={}){let n=new URLSearchParams;return Nr(n,e),a(await i.get(`/usage/session-costs/${encodeURIComponent(t)}${Tt(n)}`))}async function p_(t={}){let e=new URLSearchParams;return t.accountId&&e.set("account_id",t.accountId),At(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)),a(await i.get(`/usage/cost-by-project${Tt(e)}`))}async function d_(t={}){let e=new URLSearchParams;return Nr(e,t),t.sessionId&&e.set("session_id",t.sessionId),At(e,t),a(await i.get(`/usage/cost-summary${Tt(e)}`))}function Ec(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)}At(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 g_(t,e={}){let n=Ec(t==="projects"?"projects":"sessions",e),r=await se(),s=await fetch(n,{method:"GET",headers:r?{Authorization:`Bearer ${r}`}:{}});if(!s.ok){let d=await s.text().catch(()=>"");throw new Error(d||`Failed to export CSV (HTTP ${s.status})`)}let o=s.headers.get("x-kortix-row-cap"),u=o!=null?Number(o):NaN;return{blob:await s.blob(),rowCap:Number.isFinite(u)?u:null}}async function $c(t,e){return a(await i.post(`/channels/${t}/identity/bind`,{token:e}),"Failed to connect your account")}function h_(t){return $c("slack",t)}function b_(t){return $c("teams",t)}async function Dc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});return e.success?e.data??null:null}async function qc(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/connect`,e,{showErrors:!1}),"Failed to connect")}var Ad={oauth_available:!1,install_url:null};async function Mc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/mode`,{showErrors:!1});return!e.success||!e.data?Ad:e.data}async function Oc(t){return a(await i.get(`/webhooks/slack/${encodeURIComponent(t)}/manifest`,{showErrors:!1}),"Failed to load Slack manifest")}async function Uc(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 Fc(t,e){return a(await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/file?url=${encodeURIComponent(e)}`,{showErrors:!1}),"Failed to download Slack file")}async function Lc(t,e){return a(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 Hr(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 Td={provider:"agentmail",managed_available:!1};async function Gc(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?Hr(r.data):null}async function Bc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/mode`,{showErrors:!1});return!e.success||!e.data?Td:e.data}async function Nc(t,e){let n=a(await i.post(`/projects/${encodeURIComponent(t)}/channels/email/connect`,e,{showErrors:!1}),"Failed to connect email");return Hr(n)}async function Kc(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 Hc(t,e,n){let r=a(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 Hr(r)}async function Wc(t,e){return a(await i.put(`/projects/${encodeURIComponent(t)}/channels/meet/name`,{name:e},{showErrors:!1}),"Failed to save name")}async function x_(t){return a(await i.get(`/projects/${encodeURIComponent(t)}/channels/bindings`,{showErrors:!1}),"Failed to load channel bindings")}async function __(t,e,n){return a(await i.patch(`/projects/${encodeURIComponent(t)}/channels/bindings/${encodeURIComponent(e)}`,n,{showErrors:!1}),"Failed to update channel binding")}async function zc(t){return a(await i.get(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function Vc(t,e){return a(await i.put(`/projects/${t}/gateway/routing-policy`,e),"Gateway routing policy request failed")}async function Jc(t){return a(await i.delete(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function Xc(t,e){return a(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 a(await i.get(`/projects/${t}/gateway/logs${r?`?${r}`:""}`),"Gateway request failed")}async function Yc(t,e){return a(await i.get(`/projects/${t}/gateway/logs/${e}`),"Gateway request failed")}async function Zc(t,e){return a(await i.get(`/projects/${t}/gateway/overview${e?`?days=${e}`:""}`),"Gateway request failed")}async function el(t,e){return a(await i.get(`/projects/${t}/gateway/series${e?`?days=${e}`:""}`),"Gateway request failed")}async function tl(t,e){return a(await i.get(`/projects/${t}/gateway/breakdown${e?`?days=${e}`:""}`),"Gateway request failed")}async function nl(t,e){return a(await i.get(`/projects/${t}/gateway/sessions${e?`?days=${e}`:""}`),"Gateway request failed")}async function rl(t,e){return a(await i.get(`/projects/${t}/gateway/errors${e?`?days=${e}`:""}`),"Gateway request failed")}async function sl(t){return a(await i.get(`/projects/${t}/gateway/budgets`),"Gateway request failed")}async function il(t,e){return a(await i.put(`/projects/${t}/gateway/budgets`,e),"Gateway request failed")}async function ol(t,e){return a(await i.delete(`/projects/${t}/gateway/budgets/${e}`),"Gateway request failed")}async function al(t){return a(await i.get(`/projects/${t}/gateway/keys`),"Gateway request failed")}async function cl(t,e){return a(await i.post(`/projects/${t}/gateway/keys`,{name:e}),"Gateway request failed")}async function ll(t,e){return a(await i.delete(`/projects/${t}/gateway/keys/${e}`),"Gateway request failed")}async function ul(t,e,n,r,s){return a(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 S_(t,e){return a(await i.post(`/projects/${t}/gateway/providers/${encodeURIComponent(e)}/verify`,{}),"Gateway provider verification failed")}async function pl(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 I_(){return a(await i.get("/referrals/code"),"GET_CODE_FAILED")}async function E_(){return a(await i.post("/referrals/code/refresh",{}),"REFRESH_CODE_FAILED")}async function j_(t){return a(await i.post("/referrals/validate",{referral_code:t}),"VALIDATE_CODE_FAILED")}async function $_(){return a(await i.get("/referrals/stats"),"GET_STATS_FAILED")}async function D_(t={}){let e=new URLSearchParams({limit:String(t.limit??50),offset:String(t.offset??0)});return a(await i.get(`/referrals/list?${e}`),"GET_REFERRALS_FAILED")}async function q_(t){return a(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 dl(t){return P(await O(`/accounts/${t}/iam/groups`)).groups}async function gl(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}`))}async function ml(t,e){return P(await i.post(`/accounts/${t}/iam/groups`,e,{showErrors:!1}))}async function fl(t,e,n){return P(await i.patch(`/accounts/${t}/iam/groups/${e}`,n))}async function yl(t,e){return P(await i.delete(`/accounts/${t}/iam/groups/${e}`))}async function hl(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/members`)).members}async function bl(t,e,n){return P(await i.post(`/accounts/${t}/iam/groups/${e}/members`,{userIds:n}))}async function U_(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/project-grants`)).grants}async function xl(t,e,n){return P(await i.delete(`/accounts/${t}/iam/groups/${e}/members/${n}`))}async function F_(t,e){return P(await O(`/accounts/${t}/iam/members/${e}/groups`)).groups}async function L_(t,e){let n=P(await O(`/accounts/${t}/iam/members/${e}/project-access`));return{projects:n.projects,account_wide_policies:n.account_wide_policies??[]}}async function G_(t,e={}){let n=new URLSearchParams;e.resourceType&&n.set("resourceType",e.resourceType),e.principalType&&n.set("principalType",e.principalType),e.principalId&&n.set("principalId",e.principalId),e.projectId&&n.set("projectId",e.projectId);let r=n.toString();return P(await O(`/accounts/${t}/iam/resource-grants${r?`?${r}`:""}`)).grants}async function B_(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 N_(t,e){return P(await i.post(`/accounts/${t}/iam/policies`,e,{showErrors:!1}))}async function K_(t,e,n){return P(await i.patch(`/accounts/${t}/iam/policies/${e}`,n,{showErrors:!1}))}async function H_(t,e){return P(await i.delete(`/accounts/${t}/iam/policies/${e}`))}async function W_(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-delete`,{policy_ids:e},{showErrors:!1}))}async function z_(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-import`,{policies:e},{showErrors:!1}))}async function _l(t){return P(await O(`/accounts/${t}/iam/roles`)).roles}async function Pl(t){return P(await O(`/accounts/${t}/iam/agent-identities`)).agents}async function kl(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/permissions`))}async function V_(t){return P(await O(`/accounts/${t}/iam/actions`)).actions}async function wl(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/usage`))}async function Sl(t,e){return P(await i.post(`/accounts/${t}/iam/roles`,e,{showErrors:!1}))}async function vl(t,e,n){return P(await i.patch(`/accounts/${t}/iam/roles/${e}`,n,{showErrors:!1}))}async function Cl(t,e,n){return P(await i.put(`/accounts/${t}/iam/roles/${e}/permissions`,{actions:n},{showErrors:!1}))}async function Rl(t,e){return P(await i.delete(`/accounts/${t}/iam/roles/${e}`,{showErrors:!1}))}async function J_(t,e,n){return P(await i.patch(`/accounts/${t}/iam/members/${e}/super-admin`,{isSuperAdmin:n}))}async function X_(t){return P(await O(`/accounts/${t}/iam/scim/tokens`)).tokens}async function Q_(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 Z_(t){return P(await O(`/accounts/${t}/iam/mfa-required`))}async function eP(t){return P(await O(`/accounts/${t}/iam/mfa-required/preview`))}async function tP(t,e){return P(await i.patch(`/accounts/${t}/iam/mfa-required`,{enabled:e},{showErrors:!1}))}async function nP(t){return P(await O(`/accounts/${t}/iam/sso/provider`)).provider}async function rP(t,e){return P(await i.put(`/accounts/${t}/iam/sso/provider`,e,{showErrors:!1})).provider}async function sP(t,e){return P(await i.post(`/accounts/${t}/iam/sso/provider/from-metadata`,e,{showErrors:!1})).provider}async function iP(t){return P(await i.delete(`/accounts/${t}/iam/sso/provider`))}async function oP(t){return P(await O(`/accounts/${t}/iam/sso/mappings`)).mappings}async function aP(t,e){return P(await i.post(`/accounts/${t}/iam/sso/mappings`,e,{showErrors:!1}))}async function cP(t,e){return P(await i.delete(`/accounts/${t}/iam/sso/mappings/${e}`))}async function lP(t){return P(await O(`/accounts/${t}/iam/session-policy`))}async function uP(t,e){return P(await i.patch(`/accounts/${t}/iam/session-policy`,e,{showErrors:!1}))}async function pP(t){return P(await O(`/accounts/${t}/iam/sessions`)).sessions}async function dP(t,e){return P(await i.post(`/accounts/${t}/iam/sessions/${e}/revoke`,{},{showErrors:!1}))}async function gP(t){return P(await O(`/accounts/${t}/iam/pat-policy`))}async function mP(t,e){return P(await i.patch(`/accounts/${t}/iam/pat-policy`,e,{showErrors:!1}))}async function fP(t){return P(await O(`/accounts/${t}/iam/service-accounts`)).service_accounts}async function yP(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts`,e,{showErrors:!1}))}async function hP(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts/${e}/disable`,{},{showErrors:!1}))}async function bP(t,e){return P(await i.delete(`/accounts/${t}/iam/service-accounts/${e}`))}async function xP(t){return P(await O(`/accounts/${t}/audit/webhooks`)).webhooks}async function _P(t,e){return P(await i.post(`/accounts/${t}/audit/webhooks`,e,{showErrors:!1}))}async function PP(t,e,n){return P(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function kP(t,e){return P(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function wP(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 Al(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 Tl(t,e,n){return n.length===0?[]:P(await i.post(`/accounts/${t}/iam/members/${e}/effective:batch`,{probes:n})).results}async function SP(t){return P(await O(`/accounts/${t}/iam/enterprise-demo`)).enabled}async function vP(t,e){return P(await i.put(`/accounts/${t}/iam/enterprise-demo`,{enabled:e})).enabled}function Il(t){return i.get(t,{showErrors:!1})}function Id(t){let e=new URLSearchParams;t?.principalType&&e.set("principal_type",t.principalType),t?.principalId&&e.set("principal_id",t.principalId),t?.scopeType&&e.set("scope_type",t.scopeType),t?.scopeId&&e.set("scope_id",t.scopeId),t?.objectType&&e.set("object_type",t.objectType),t?.objectId&&e.set("object_id",t.objectId),t?.roleId&&e.set("role_id",t.roleId),t?.includeExpired&&e.set("include_expired","true");let n=e.toString();return n?`?${n}`:""}async function El(t,e){return a(await Il(`/accounts/${t}/iam/assignments${Id(e)}`)).assignments}async function jl(t,e){let n={principal_type:e.principal.type,principal_id:e.principal.id,scope_type:e.scope.type,scope_id:e.scope.type==="project"?e.scope.id:null};return e.roleId?n.role_id=e.roleId:n.role_key=e.roleKey,e.object&&(n.object_type=e.object.type,n.object_id=e.object.id),e.expiresAt!==void 0&&(n.expires_at=e.expiresAt),a(await i.post(`/accounts/${t}/iam/assignments`,n))}async function $l(t,e){return a(await i.delete(`/accounts/${t}/iam/assignments/${e}`)).assignment}async function Dl(t,e){let n=e?.scopeType?`?scope_type=${e.scopeType}`:"";return a(await Il(`/accounts/${t}/iam/permissions${n}`)).permissions}async function jP(){let t=await i.get("/account/deletion-status",{showErrors:!1});return t.error?.status===404?null:a(t,"Failed to load account deletion status")}async function $P(t="User requested deletion"){return a(await i.post("/account/request-deletion",{reason:t},{showErrors:!1}),"Failed to request account deletion")}async function DP(){return a(await i.post("/account/cancel-deletion",void 0,{showErrors:!1}),"Failed to cancel account deletion")}async function qP(){return a(await i.delete("/account/delete-immediately",{showErrors:!1}),"Failed to delete account immediately")}async function MP(){return(await i.get("/user-roles",{showErrors:!1})).data??{isAdmin:!1,role:null}}function LP(){return i.get("/admin/api/provider-distribution").then(t=>a(t))}function GP(t=300){return i.get(`/admin/api/sandboxes?limit=${t}`).then(e=>a(e))}function BP(t){return i.put("/admin/api/provider-distribution",t).then(e=>a(e))}function NP(t){return i.get(`/admin/api/provider-analytics?days=${t}`).then(e=>a(e))}function KP(t,e){return i.post(`/admin/api/sandboxes/${encodeURIComponent(t)}/migrate`,{targetProvider:e}).then(n=>a(n))}function HP(){return i.get("/admin/api/provider-fallback").then(t=>a(t))}function WP(t){return i.put("/admin/api/provider-fallback",{enabled:t}).then(e=>a(e))}async function XP(t){return a(await i.get(`/google/auth-url?return_url=${encodeURIComponent(t)}`),"Failed to get Google auth URL")}async function QP(t,e){return a(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 ql(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 a(await i.get(`/projects/${t}/review/items${r?`?${r}`:""}`,{showErrors:!1}))}async function Ml(t,e){return a(await i.get(`/projects/${t}/review/items/${e}`))}async function Ol(t,e){return a(await i.post(`/projects/${t}/review/items`,e))}async function Ul(t,e,n){return a(await i.post(`/projects/${t}/review/items/${e}/act`,n))}async function Fl(t,e){return a(await i.post(`/projects/${t}/review/bulk`,e))}async function Ll(t){return a(await i.get(`/p/share?sandbox_id=${encodeURIComponent(t)}`),"Failed to load public links").shares??[]}async function Gl(t){return a(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 Bl(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 Wr=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicSessionShareError"}status};function Nl(t,e=""){return`${de()}/public/session-shares/${encodeURIComponent(t)}${e}`}async function Kl(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 Wr(s,e.status)}return r}async function ok(t){return Kl(Nl(t))}async function ak(t){return Kl(Nl(t,"/messages"))}var zr=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicVoiceJoinError"}status};function Hl(t){return`${de()}/public/voice-join/${encodeURIComponent(t)}`}async function Wl(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 zr(s,e.status)}return r}async function uk(t){return Wl(Hl(t))}async function pk(t,e=0){let n=`${Hl(t)}/transcript?cursor=${encodeURIComponent(String(e))}`;return Wl(n)}async function zl(t,e){let n=new URLSearchParams;t&&n.set("account_id",t),e?.mine&&n.set("mine","true");let r=n.size>0?`?${n.toString()}`:"";return a(await i.get(`/accounts/tokens${r}`))}async function Vl(t){let{accountId:e,expiresAt:n,projectId:r,name:s}=t;return a(await i.post("/accounts/tokens",{name:s,...e?{account_id:e}:{},...n?{expires_at:n}:{},...r?{project_id:r}:{}}))}async function Jl(t,e){let n=e?`?account_id=${encodeURIComponent(e)}`:"";return a(await i.delete(`/accounts/tokens/${t}${n}`))}async function Xl(t){return a(await i.get(`/projects/${t}/cli-token`))}async function Ql(t,e){return a(await i.post(`/projects/${t}/cli-token`,e??{}))}async function Yl(t,e){return a(await i.delete(`/projects/${t}/cli-token/${e}`))}async function Zl(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 a(await i.get(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function eu(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 a(await i.get(`/projects/${t}/audit${r?`?${r}`:""}`))}async function tu(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 a(await i.get(`/accounts/${t}/audit/export${r?`?${r}`:""}`))}async function nu(t){return a(await i.get(`/accounts/${t}/audit/webhooks`))}async function ru(t,e){return a(await i.post(`/accounts/${t}/audit/webhooks`,e))}async function su(t,e,n){return a(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function iu(t,e){return a(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function ou(t,e){return a(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 au(t,e){return a(await i.post(`/projects/${t}/connect-requests`,{slug:e.slug,expires_in_minutes:e.expiresInMinutes}),"Failed to mint connect link")}async function Pk(t){return a(await i.get(`/approval-links/${t}`),"Failed to load approval")}async function cu(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 a(await i.get(`/marketplace/items${n}`))}async function lu(){return a(await i.get("/marketplace/marketplaces"))}async function uu(){return a(await i.get("/marketplace/marketplaces/featured"))}async function pu(t){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}`),"Item not found")}async function du(t,e){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`),"File not found")}async function gu(){return a(await i.get("/marketplace/sources"))}async function mu(t){return a(await i.post("/marketplace/sources",t),"Failed to add marketplace source")}async function fu(t){return a(await i.delete(`/marketplace/sources/${encodeURIComponent(t)}`),"Failed to remove marketplace source")}async function vk(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/marketplace/install-session`,{id:e}),"Failed to start marketplace install session")}async function Tk(t){return a(await i.get(`/templates/${encodeURIComponent(t)}`))}async function Ik(t,e){return a(await i.post(`/templates/${encodeURIComponent(t)}/install`,e))}async function yu(t){return a(await i.get(`/projects/${t}/apps`),"Failed to list Apps").apps}async function hu(t,e){return a(await i.post(`/projects/${t}/apps`,e),"Failed to create App")}async function bu(t,e){return a(await i.get(`/projects/${t}/apps/${e}`),"Failed to load App")}async function xu(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}`,n),"Failed to update App")}async function _u(t,e){return a(await i.delete(`/projects/${t}/apps/${e}`),"Failed to delete App")}async function Pu(t,e){return a(await i.get(`/projects/${t}/apps/${e}/access`),"Failed to load App access policy")}async function ku(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}/access`,n),"Failed to update App access policy")}async function wu(t,e){return a(await i.post(`/projects/${t}/apps/${e}/access-session`,{}),"Failed to create App access session")}async function Vr(t,e){return a(await i.post(`/projects/${t}/apps/artifacts`,e),"Failed to register App artifact")}async function Jr(t,e,n){return a(await i.post(`/projects/${t}/apps/artifacts/${e}/finalize`,n),"Failed to finalize App artifact")}async function Ed(t){return t instanceof Uint8Array?t:new Uint8Array(await t.arrayBuffer())}async function jd(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 Su(t,e,n={}){let r=await Ed(e),s=n.mediaType??"application/gzip",o=await Vr(t,{kind:"archive",media_type:s});if(!o.upload)throw new Error("App artifact registration did not return an upload URL");if(r.byteLength>o.upload.max_bytes)throw new Error(`App artifact exceeds ${o.upload.max_bytes} bytes`);n.onProgress?.(0,r.byteLength);let u=await fetch(o.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),Jr(t,o.artifact.artifact_id,{sha256:await jd(r),size_bytes:r.byteLength})}async function vu(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/deployments`,n),"Failed to create App deployment")}async function Cu(t,e){return a(await i.get(`/projects/${t}/apps/${e}/deployments`),"Failed to list App deployments").deployments}async function Ru(t,e,n){return a(await i.get(`/projects/${t}/apps/${e}/deployments/${n}`),"Failed to load App deployment")}async function Au(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 o=s.size?`?${s.toString()}`:"";return a(await i.get(`/projects/${t}/apps/${e}/deployments/${n}/logs${o}`),"Failed to load App logs")}async function Tu(t,e){return a(await i.post(`/projects/${t}/apps/${e}/start`,{}),"Failed to start App")}async function Iu(t,e){return a(await i.post(`/projects/${t}/apps/${e}/stop`,{}),"Failed to stop App")}async function Eu(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/rollback`,{deployment_id:n}),"Failed to roll back App")}var $d=["control_plane","provider_ingress","daemon","upstream_port"];function ju(t){return typeof t=="string"&&$d.includes(t)?t:null}function Ok(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 $u(t,e){let n=(t===void 0?ge():t)||null;if(!n)return{status:0,ok:!1,health:null,body:"",hop:null,upstreamStatus:null};let r=await q(`${n}/kortix/health`,{method:"GET",...e},{retryOnAuthError:!1}),s=await r.text().catch(()=>""),o=null;try{o=s?JSON.parse(s):null}catch{o=null}let u=o,p=ju(r.headers.get("X-Kortix-Proxy-Hop"))??ju(o?.hop),d=Number(r.headers.get("X-Kortix-Upstream-Status")),f=o?.upstream_status,m=Number.isFinite(d)&&d>0?d:typeof f=="number"?f:null;return{status:r.status,ok:r.ok,health:u,body:s,hop:p,upstreamStatus:m}}var ae={DESKTOP:"6080",DESKTOP_HTTPS:"6081",PRESENTATION_VIEWER:"3210",STATIC_FILE_SERVER:"3211",KORTIX_MASTER:"8000",BROWSER_STREAM:"9223",BROWSER_VIEWER:"9224",SSH:"22"};var Du=/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s)"'<>]*/g,qu=/^https?:\/\/p(\d+)-([^.]+)\.localhost(?::(\d+))?(\/.*)?$/,Mu=new Set([22,4096,parseInt(ae.KORTIX_MASTER,10)]);function Dd(t){return qu.test(t)}function It(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 qd(t){let e=t.indexOf("](");return e===-1?t:t.slice(0,e)}var Md=new Set(["'",'"',"`","<","(","["]),Od=new Set([">","'",'"',"`",")","]",",",";",".","!","?"]);function Ud(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&&Md.has(t[e]);)e++;for(;n>e&&Od.has(t[n-1]);)n--;return t.slice(e,n)}function Fd(t){return t.match(/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s"'<>)]*/i)?.[0]??null}var Ld=/^\/proxy\/(\d{1,5})(\/.*)?$/,Gd=/^\/(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 Bd(t){if(!t)return!1;try{let e=new URL(t);return e.hostname!=="localhost"&&e.hostname!=="127.0.0.1"?!1:Gd.test(e.pathname)}catch{return!1}}function Et(t){if(!t)return null;let e=Ud(qd(t.trim())),n=Fu(e);if(n){let r=It(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 o=`${r.pathname||"/"}${r.search}${r.hash}`,u=parseInt(ae.KORTIX_MASTER,10);if(s===u){let d=r.pathname.match(Ld);if(d){let f=parseInt(d[1],10);if(f>=1&&f<=65535)return s=f,o=It(`${d[2]||"/"}${r.search}${r.hash}`),{originalUrl:`http://localhost:${s}${o}`,port:s,path:o}}}let p=It(o);return{originalUrl:`${r.protocol}//${r.hostname}:${s}${p}`,port:s,path:p}}catch{let r=Fd(t);return r&&r!==t?Et(r):null}}function Nd(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 o=r.index,u=o+r[0].length;e.some(([d,f])=>o>=d&&u<=f)||e.push([o,u])}return e}function Kd(t,e){return e.some(([n,r])=>t>=n&&t<r)}function Hd(t){let e=[],n=new Set,r=Nd(t);Du.lastIndex=0;let s;for(;(s=Du.exec(t))!==null;){let o=Et(s[0]);if(!o)continue;let{originalUrl:u,port:p,path:d}=o;p<1||p>65535||Mu.has(p)||n.has(u)||(n.add(u),e.push({originalUrl:u,port:p,path:d,startIndex:s.index,endIndex:s.index+u.length,inCodeBlock:Kd(s.index,r)}))}return e}function Gk(t){return Hd(t).length>0}function Wd(t){try{let{hostname:e}=new URL(t);return e==="localhost"||e==="127.0.0.1"}catch{return!1}}function zd(t){return t.sandboxId.trim().length>0}function xe(t,e,n){let r=It(e);if(!zd(n))return Qd(t,r);if(!Wd(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 Bk(t,e){if(!t)return;let r=t.replace(/^\/workspace\//,"").replace(/^\/+/,"").split("/").filter(Boolean).map(s=>encodeURIComponent(s)).join("/");return xe(3211,`/open?path=/workspace/${r}`,e)}function Vd(t){return`/open?path=/${(t.startsWith("/workspace")?t:`/workspace/${t.replace(/^\/+/,"")}`).split("/").filter(Boolean).map(r=>encodeURIComponent(r)).join("/")}`}function Nk(t){return`http://localhost:3211${Vd(t)}`}function Jd(){return"/health"}function Kk(t){return xe(3211,Jd(),t)}function Hk(t,e){return xe(t,"/",e)}function Xd(t){let e=Et(t);return!(!e||Mu.has(e.port)||Bd(t))}function Ou(t,e){if(!t)return t;let n=Et(t);return n?Xd(n.originalUrl)?xe(n.port,n.path,e):n.originalUrl:t}function Qd(t,e="/"){return`http://localhost:${t}${e}`}var Uu=/^https?:\/\/[^/]+\/v1\/p\/([^/]+)\/(\d+)(\/.*)?$/;function Fu(t){let e=t.match(qu);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(Uu);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 Wk(t){try{let e=Fu(t);return e?`http://localhost:${e.port}${e.path}`:null}catch{return null}}function zk(t){return Dd(t)||Uu.test(t)}function Vk(t){try{let{hostname:e,port:n}=new URL(t);return(e==="localhost"||e==="127.0.0.1")&&n!==""}catch{return!1}}var Je="/web-proxy/";function Jk(t,e){try{let n=new URL(t);if(n.protocol!=="http:"&&n.protocol!=="https:")return null;let r=n.protocol.replace(":",""),s=`${Je}${r}/${n.host}${n.pathname}${n.search}${n.hash}`,o=parseInt(ae.KORTIX_MASTER,10);return`${xe(o,"/",e).replace(/\/$/,"")}${s}`}catch{return null}}function Xk(t){try{let e=new URL(t),n=e.pathname.indexOf(Je);if(n===-1)return null;let s=e.pathname.slice(n+Je.length).match(/^(https?)\/([\w.\-]+(?::\d+)?)(\/.*)?$/);if(!s)return null;let o=s[1],u=s[2],p=s[3]||"/";return`${o}://${u}${p}${e.search}${e.hash}`}catch{return null}}function Qk(t){try{return new URL(t).pathname.includes(Je)}catch{return t.includes(Je)}}function Yk(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 Zk(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 Lu="frontend";function jt(t,e,n){(t==="error"?console.error:t==="warn"?console.warn:t==="debug"?console.debug:console.log)(`[${Lu}] ${e}`,...n?[n]:[]);try{fe().app.log({service:Lu,level:t,message:e,extra:n})}catch{}}var ce={debug:(t,e)=>jt("debug",t,e),info:(t,e)=>jt("info",t,e),warn:(t,e)=>jt("warn",t,e),error:(t,e)=>jt("error",t,e)};function Yd(t){return{type:"heartbeat-gap",gapMs:t}}function Zd(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 eg={now:()=>Date.now(),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},tg=16,ng=8,rg=6e4,sg=5e3,ig=250,og=1e3,ag=3e4,cg=5,lg=3e3,ug=3e4,pg=2e4,dg=2e3,gg=8;function mg(t){if(t.type==="session.status")return`session.status:${t.properties.sessionID}`;if(t.type==="lsp.updated")return"lsp.updated"}function Gu(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)}}var $t=new WeakMap;function fg(t,e,n){let r=e.timers??eg,s=e.connectTimeoutMs??pg,o=e.heartbeatTimeoutMs??rg,u=e.maxConsecutiveHardFailures??gg,p=new AbortController;function d(l,...y){for(let c of n){let R=l(c);if(R)try{R(...y)}catch(A){console.warn("[opencode-events] subscriber handler threw, skipping",A)}}}let f=r.now(),m=[],b,x=0,I=new Map,E=()=>{if(b&&r.clearTimeout(b),b=void 0,m.length===0)return;let l=m;m=[],I.clear(),x=r.now(),f=r.now();for(let y of l)y&&d(c=>c.onEvent,y.event)},C=()=>{if(b)return;let l=r.now()-x;b=r.setTimeout(E,Math.max(0,tg-l))};return(async()=>{let l=0,y=0;for(;!p.signal.aborted;){let c=!1,R=!1,A,k,D=null,j=r.now(),T=new AbortController,z=Gu(p.signal);z.promise.then(()=>T.abort());try{let U=await new Promise((Q,ne)=>{let W=!1;k=r.setTimeout(()=>{W||(W=!0,ce.warn("SSE connect timed out, forcing reconnect",{connectTimeoutMs:s}),T.abort(),ne(new Error(`SSE connect timed out after ${s}ms`)))},s),t.global.event({signal:T.signal,sseDefaultRetryDelay:lg,sseMaxRetryDelay:ug,sseMaxRetryAttempts:1}).then(Z=>{W||(W=!0,r.clearTimeout(k),Q(Z))},Z=>{W||(W=!0,r.clearTimeout(k),ne(Z))})}),{stream:B}=U;f=r.now();let F=()=>{r.clearTimeout(A),A=r.setTimeout(()=>{ce.warn("SSE heartbeat timeout, forcing reconnect"),T.abort()},o)};F();let H=r.now(),M=B[Symbol.asyncIterator]();for(;!T.signal.aborted;){let Q=M.next().then(re=>({kind:"next",result:re}),re=>({kind:"error",error:re})),ne=Gu(T.signal),W=await Promise.race([Q,ne.promise.then(()=>({kind:"aborted"}))]);if(ne.cleanup(),W.kind==="aborted")break;if(W.kind==="error")throw W.error;if(W.result.done)break;c=!0,F();let Z=W.result.value,tt=Z&&typeof Z=="object"&&"payload"in Z?Z.payload:Z;if(!tt?.type)continue;let Nt=mg(tt);if(Nt){let re=I.get(Nt);re!==void 0&&(m[re]=void 0),I.set(Nt,m.length)}m.push({type:tt.type,event:tt}),C(),!(r.now()-H<ng)&&(H=r.now(),await new Promise(re=>r.setTimeout(re,0)))}R=c}catch(U){if(p.signal.aborted)break;D=U;let B=String(U),F=B.includes("401")||B.includes("403")||B.includes("Unauthorized")||B.includes("Token refresh failed");if(ce.error("SSE event stream error",{error:B,retryCount:l,isAuthError:F}),F)try{ct(),await mr(),ce.info("SSE: refreshed auth token after auth error")}catch(H){ce.error("SSE: failed to refresh auth token",{error:String(H)})}}finally{r.clearTimeout(A),r.clearTimeout(k),T.abort(),z.cleanup(),E()}if(p.signal.aborted)break;let V=r.now()-j,h=D?.cause?.status;if(y=!c&&(typeof h=="number"&&h>=400||V<dg)?y+1:0,y>=u){ce.error("SSE event stream parked \u2014 giving up after consecutive hard failures",{consecutiveFailures:y,lastError:String(D)}),d(U=>U.onParked,{consecutiveFailures:y,lastError:D});break}let N=r.now()-f;N>sg&&d(U=>U.onGapRehydrate,N),R?l=0:(l++,l>1&&ce.warn("SSE event stream reconnecting",{retryCount:l}));let X=R?ig:Math.min(og*2**Math.min(l-1,cg),ag);await new Promise(U=>{let B=r.setTimeout(U,X),F=()=>{r.clearTimeout(B),U()};p.signal.addEventListener("abort",F,{once:!0})})}})(),{subscribers:n,teardown:()=>{p.abort(),b&&r.clearTimeout(b)}}}function Xr(t){let{client:e,onEvent:n,onGapRehydrate:r,onParked:s,signal:o}=t,u={onEvent:n,onGapRehydrate:r,onParked:s},p=$t.get(e);p?p.subscribers.add(u):(p=fg(e,t,new Set([u])),$t.set(e,p));let d=p,f=!1,m=()=>{f||(f=!0,o&&o.removeEventListener("abort",b),d.subscribers.delete(u),d.subscribers.size===0&&(d.teardown(),$t.get(e)===d&&$t.delete(e)))},b=()=>m();return o&&(o.aborted?m():o.addEventListener("abort",b,{once:!0})),{close:m}}function yg(){return fe()}var Dt=new Map,qt=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 hg(t,e){Ht(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 v(`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 y=$().backendUrl??t.backendUrl,c=80,R=n(y);return R&&(c=R.port?Number(R.port):R.protocol==="https:"?443:80),{sandboxId:l,backendPort:c,apiBaseUrl:y}}let s={list:ei,get:ni,create:ti,updateName:ri,leave:mi,members:si,invite:ii,removeMember:di,updateMemberRole:gi,invites:oi,cancelInvite:ai,resendInvite:ci,tokens:{list:zl,create:Vl,revoke:Jl},audit:{log:Zl,export:tu,webhooks:{list:nu,create:ru,update:su,remove:iu}}},o={assignments:{list:El,create:jl,revoke:$l},permissions:{list:Dl,forRole:kl},roles:{list:_l,create:Sl,update:vl,setPermissions:Cl,remove:Rl,usage:wl},groups:{list:dl,get:gl,create:ml,update:fl,remove:yl,members:{list:hl,add:bl,remove:xl}},agentIdentities:Pl,can:Al,canBatch:Tl},u={accountState:dc,accountStateMinimal:gc,transactions:mc,transactionsSummary:fc,creditBreakdown:yc,usageHistory:hc,usageRollup:Ic,sessionCosts:{list:jc,get:Kr},tierConfigurations:bc,checkout:{createSession:l=>xc(l),confirmSession:(l,y)=>_c(l,y)},subscription:{createPortalSession:(l,y)=>Pc(l,y),cancel:(l,y)=>kc(l,y),reactivate:l=>wc(l),scheduleDowngrade:(l,y,c)=>Sc(l,y,c),cancelScheduledChange:l=>vc(l),prorationPreview:(l,y)=>Cc(l,y)},credits:{purchase:l=>Rc(l),autoTopupSettings:l=>Ac(l),configureAutoTopup:l=>Tc(l)}},p={describe:li,accept:ui,decline:pi},d={list:$e,listForAccount:hi,get:Cr,detail:Rr,create:Pi,createRepo:ki,provision:wi,update:Ir,archive:Er,llmCatalog:Ar,modelPicker:Tr,sandboxHealth:Mr,sandboxTemplates:Jo,sessions:ze,createSession:Ve},f={linkRepository:Ai,getInstallation:Ti,listInstallations:Ii,listLinkableInstallations:Ei,listRepositories:ji,listRepositoryBranches:$i,linkInstallation:qi,saveInstallation:Di,deleteInstallation:Mi},m={list:Ll,create:Gl,revoke:Bl},b=Ko,x={items:l=>cu(l),item:l=>pu(l),itemFile:(l,y)=>du(l,y),marketplaces:()=>lu(),featured:()=>uu(),sources:{list:()=>gu(),add:l=>mu(l),remove:l=>fu(l)}};function I(l){return{catalog:()=>$r(l),tools:()=>St(l),search:(...y)=>fo(l,...y),describe:(...y)=>yo(l,...y),call:(...y)=>ho(l,...y),uploadAttachment:(...y)=>bo(l,...y)}}function E(l){let y={list:()=>xo(l),listAll:()=>_o(l),reconcile:(...c)=>Po(l,...c),reconcileMember:(...c)=>ko(l,...c),updateCredential:(...c)=>wo(l,...c),revoke:(...c)=>So(l,...c),activate:(...c)=>vo(l,...c),setDefault:(...c)=>Co(l,...c),pipedreamConnect:(...c)=>Ro(l,...c),pipedreamFinalize:(...c)=>Ao(l,...c)};return{get:c=>Cr(l,c),detail:()=>Rr(l),audit:c=>eu(l,c),update:c=>Ir(l,c),archive:()=>Er(l),llmCatalog:()=>Ar(l),modelPicker:()=>Tr(l),sandboxHealth:()=>Mr(l),onboardingComplete:(...c)=>Ri(l,...c),apps:{list:()=>yu(l),create:c=>hu(l,c),get:c=>bu(l,c),update:(...c)=>xu(l,...c),access:{get:(...c)=>Pu(l,...c),update:(...c)=>ku(l,...c),session:(...c)=>wu(l,...c)},remove:c=>_u(l,c),artifacts:{register:c=>Vr(l,c),uploadArchive:(...c)=>Su(l,...c),finalize:(...c)=>Jr(l,...c)},deployments:{create:(...c)=>vu(l,...c),list:c=>Cu(l,c),get:(...c)=>Ru(l,...c),logs:(...c)=>Au(l,...c)},start:c=>Tu(l,c),stop:c=>Iu(l,c),rollback:(...c)=>Eu(l,...c)},tokens:{list:()=>Xl(l),create:c=>Ql(l,c),revoke:c=>Yl(l,c)},setupLinks:{requestSecret:c=>ou(l,c),requestConnector:c=>au(l,c)},validateManifest:c=>xi(l,c),gitToken:()=>_i(l),secrets:{list:()=>ro(l),upsert:c=>so(l,c),setStrategy:(...c)=>io(l,...c),broker:(...c)=>oo(l,...c),remove:c=>po(l,c),setPersonal:(...c)=>go(l,...c),removePersonal:c=>mo(l,c),setGitCredential:c=>uo(l,c),startProviderOAuth:(...c)=>ao(l,...c),pollProviderOAuth:(...c)=>co(l,...c),removeProviderOAuth:c=>lo(l,c)},access:{list:()=>Li(l),invite:(...c)=>Ni(l,...c),update:(...c)=>Gi(l,...c),revoke:c=>Bi(l,c),pendingInvites:()=>Ki(l),resendInvite:(...c)=>Wi(l,...c),revokeInvite:(...c)=>Hi(l,...c),requests:()=>Oi(l),approveRequest:(...c)=>Ui(l,...c),rejectRequest:(...c)=>Fi(l,...c),groupGrants:()=>zi(l),attachGroupGrant:(...c)=>Vi(l,...c),updateGroupGrant:(...c)=>Ji(l,...c),detachGroupGrant:c=>Xi(l,c),resourceGrants:{list:()=>Qi(l),create:c=>Yi(l,c),remove:c=>Zi(l,c)}},connectors:{...I(l),list:()=>To(l),config:(...c)=>Mo(l,...c),create:(...c)=>Fo(l,...c),remove:(...c)=>Go(l,...c),sync:()=>Io(l),auth:{discover:(...c)=>Lo(l,...c)},setName:(...c)=>Oo(l,...c),setCredentialMode:(...c)=>Eo(l,...c),setAuthorizationStrategy:(...c)=>jo(l,...c),setCredential:(...c)=>Ho(l,...c),setSensitive:(...c)=>$o(l,...c),connections:y,policies:{get:(...c)=>Do(l,...c),set:(...c)=>qo(l,...c)},pipedream:{listApps:(...c)=>Bo(l,...c),listSections:(...c)=>No(l,...c),connect:(...c)=>Uo(l,...c),finalize:(...c)=>Wo(l,...c)},discover:{list:(...c)=>Dr(l,...c),detail:(...c)=>qr(l,...c)}},policies:{list:()=>zo(l),set:(...c)=>Vo(l,...c)},triggers:{list:()=>Ja(l),create:(...c)=>Xa(l,...c),update:(...c)=>Qa(l,...c),remove:(...c)=>Ya(l,...c),fire:(...c)=>ec(l,...c),setActivation:(...c)=>Za(l,...c)},files:{list:c=>sa(l,c),read:(c,R)=>oa(l,c,R),search:(...c)=>ia(l,...c),archive:(...c)=>aa(l,...c),history:(...c)=>da(l,...c)},git:{commits:()=>la(l),commit:c=>ua(l,c),commitDiff:c=>pa(l,c),branches:()=>ca(l),versionDiff:(...c)=>ga(l,...c),inviteCollaborator:(...c)=>bi(l,...c)},changeRequests:{list:()=>ma(l),get:c=>fa(l,c),diff:c=>ya(l,c),mergePreview:c=>ha(l,c),open:(...c)=>ba(l,...c),merge:(...c)=>xa(l,...c),close:(...c)=>_a(l,...c),reopen:(...c)=>Pa(l,...c),requestChanges:(...c)=>ka(l,...c)},sessions:{list:c=>ze(l,c),create:c=>Ve(l,c),ensureWarm:()=>Ia(l),claimWarm:c=>Ea(l,c)},review:{list:c=>ql(l,c),get:c=>Ml(l,c),submit:c=>Ol(l,c),act:(...c)=>Ul(l,...c),bulkAct:c=>Fl(l,c)},approvals:{list:c=>eo(l,c),resolve:(...c)=>no(l,...c),sessionsNeedingInput:c=>to(l,c)},gateway:{logs:c=>Qc(l,c),log:c=>Yc(l,c),overview:c=>Zc(l,c),series:c=>el(l,c),breakdown:c=>tl(l,c),sessions:c=>nl(l,c),errors:c=>rl(l,c),budgets:()=>sl(l),setBudget:c=>il(l,c),deleteBudget:c=>ol(l,c),keys:()=>al(l),createKey:c=>cl(l,c),revokeKey:c=>ll(l,c),routing:{get:()=>zc(l),set:c=>Vc(l,c),reset:()=>Jc(l),preview:c=>Xc(l,c)},playground:(c,R,A)=>ul(l,c,R,A)},channels:{slack:{installation:()=>Dc(l),connect:c=>qc(l,c),mode:()=>Mc(l),manifest:()=>Oc(l),disconnect:()=>Uc(l),getFile:c=>Fc(l,c),uploadFile:c=>Lc(l,c)},email:{installation:c=>Gc(l,c),mode:()=>Bc(l),connect:c=>Nc(l,c),disconnect:c=>Kc(l,c),updatePolicy:(...c)=>Hc(l,...c)},voice:{setBotName:c=>Wc(l,c)}},updateFeatureFlag:(...c)=>Si(l,...c),updateExperimentalFeature:(...c)=>vi(l,...c),modelDefaults:{get:()=>ic(l),set:c=>oc(l,c),clear:c=>ac(l,c)},setDefaultAgent:c=>pc(l,c),sandbox:{list:()=>ra(l),snapshots:()=>Xo(l),rebuildSnapshot:c=>Qo(l,c),fixWithAgent:()=>Yo(l),createTemplate:c=>Zo(l,c),updateTemplate:(...c)=>ea(l,...c),removeTemplate:c=>ta(l,c),buildTemplate:c=>na(l,c),setProvider:c=>Ci(l,c)},setAgentScope:(...c)=>lc(l,...c),session:c=>C(l,c)}}function C(l,y){let c=null,R,A,k=null;async function D(){k||(k=Ur(l,y,{showErrors:!1}).then(h=>{let S=typeof h.metadata?.opencode_model=="string"?h.metadata.opencode_model.trim():"",N=S.indexOf("/"),X=N>0&&N<S.length-1?{providerID:S.slice(0,N),modelID:S.slice(N+1)}:void 0,U=h.agent_name?.trim()||void 0;return{model:X,agent:U}}));try{return await k}catch(h){throw k=null,h}}function j(){if(c)return c;let h=nc(l,y);return h&&(c=h),c}async function T(h){let S=j();if(S)return S;let N=h?.readyTimeoutMs??18e4,X=`${l}
|
|
20
|
+
${y}`,U=Dt.get(X);if(U)return c=await U,c;let B=(async()=>{let F=Date.now()+N,H=()=>Math.max(0,F-Date.now()),M=await De(l,y,Math.min(3e4,H()));for(;Date.now()<F&&(M==null||(M.stage==="provisioning"||M.stage==="starting")&&M.retriable);)await new Promise(W=>setTimeout(W,Math.min(1e3,H()))),M=await De(l,y,Math.min(3e4,H()));if(!M||M.stage!=="ready"||!M.sandbox||!M.opencode_session_id)throw new v(`Session runtime not ready (stage: ${M?.stage??"unknown"})`,{code:"RUNTIME_UNAVAILABLE"});let Q=M.sandbox.external_id;if(!Q)throw new v("Session sandbox has no external_id \u2014 cannot resolve its runtime URL",{code:"RUNTIME_UNAVAILABLE"});let ne=ut(Q);return Cs(ne,Q),{opencodeSessionId:M.opencode_session_id,runtimeUrl:ne,sandboxId:Q}})();Dt.set(X,B);try{return c=await B,c}finally{Dt.get(X)===B&&Dt.delete(X)}}function z(h){let S=j();if(!S)throw new qt(h);return S}function V(){c=null,sc(l,y)}return{get:h=>Ur(l,y,h),cost:()=>Kr(y,{projectId:l}),update:h=>Ga(l,y,h),delete:()=>(V(),Ba(l,y)),start:(...h)=>De(l,y,...h),restart:()=>(V(),Ct(l,y)),stop:()=>(V(),Rt(l,y)),configState:()=>Na(l,y),reloadConfig:h=>(V(),Ka(l,y,h)),reloadConfigStream:(...h)=>(V(),Ha(l,y,...h)),setSharing:h=>va(l,y,h),previews:()=>Ca(l,y),commit:h=>wa(l,y,h),publicShares:{list:()=>Ra(l,y),create:(...h)=>Aa(l,y,...h),revoke:(...h)=>Ta(l,y,...h)},audit:(h,S)=>ja(l,y,h,S),transcript:h=>$a(l,y,h),turn:()=>Da(l,y),prompts:{create:h=>qa(l,y,h),list:()=>Ma(l,y),remove:h=>Oa(l,y,h),retry:h=>Ua(l,y,h),hold:h=>Fa(l,y,h)},voiceTranscript:h=>La(l,y,h),ensureReady:T,health:h=>$u(j()?.runtimeUrl??null,h),previewUrl:(h,S="/")=>xe(h,S,r(z("previewUrl").sandboxId)),proxyUrl:h=>Ou(h,r(z("proxyUrl").sandboxId)),setModel:h=>{R=h},changeModel:async h=>{let S=await Va(l,y,h);return k=null,S},scope:()=>Wa(l,y),rescope:h=>za(l,y,h),setAgent:h=>{A=h},send:async(h,S)=>{let{opencodeSessionId:N,runtimeUrl:X}=await T(),U=S?.model??R,B=S?.agent??A,F=U&&B?{}:await D(),H=U??F.model,M=B??F.agent;return ie(X).session.prompt({sessionID:N,parts:[{type:"text",text:h}],...H?{model:H}:{},...M?{agent:M}:{}})},abort:async()=>{let{opencodeSessionId:h,runtimeUrl:S}=await T();return ie(S).session.abort({sessionID:h})},rewind:async h=>{let{opencodeSessionId:S,runtimeUrl:N}=await T();return ie(N).session.revert({sessionID:S,messageID:h})},restoreRewind:async()=>{let{opencodeSessionId:h,runtimeUrl:S}=await T();return ie(S).session.unrevert({sessionID:h})},stream:async h=>{let{runtimeUrl:S}=await T();return Xr({client:ie(S),onEvent:h.onEvent,onGapRehydrate:h.onGapRehydrate,signal:h.signal})},get runtime(){return ie(z("runtime").runtimeUrl)},files:{list:async h=>yt(h,(await T()).runtimeUrl),read:async h=>Be(h,(await T()).runtimeUrl),readBlob:async h=>Ne(h,(await T()).runtimeUrl),status:async()=>ht((await T()).runtimeUrl),findFiles:async(h,S)=>bt(h,S,(await T()).runtimeUrl),findText:async h=>xt(h,(await T()).runtimeUrl),upload:async(h,S,N)=>Ke(h,S,N,(await T()).runtimeUrl),write:async(h,S)=>He(h,S,(await T()).runtimeUrl),create:async h=>_t(h,(await T()).runtimeUrl),copy:async(h,S)=>Pt(h,S,(await T()).runtimeUrl),remove:async h=>Te(h,(await T()).runtimeUrl),mkdir:async h=>We(h,(await T()).runtimeUrl),rename:async(h,S)=>ye(h,S,(await T()).runtimeUrl)}}}return{config:t,accounts:s,iam:o,accountInvites:p,projects:d,connectors:I(),project:E,session:C,github:f,billing:u,sandboxShares:m,transcribe:pl,connectStatus:b,marketplace:x,validateToken:fi,runtime:yg}}function bg(){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 Bu={thinking:!1,toolDetails:!0,assistantMetadata:!0};function xg(t){return t&&t.charAt(0).toUpperCase()+t.slice(1)}function _g(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 Pg(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
|
|
53
|
+
`,n}return""}function kg(t,e){if(!e)return`## Assistant
|
|
54
54
|
|
|
55
|
-
`;let n=t.agent?
|
|
55
|
+
`;let n=t.agent?xg(t.agent):"Assistant",r=t.modelID||"",s="";t.time?.completed&&t.time?.created&&(s=_g(t.time.completed-t.time.created));let o=[r,s].filter(Boolean).join(" \xB7 ");return o?`## ${n} (${o})
|
|
56
56
|
|
|
57
57
|
`:`## ${n}
|
|
58
58
|
|
|
59
|
-
`}function
|
|
59
|
+
`}function wg(t,e,n){let r="";t.role==="user"?r+=`## User
|
|
60
60
|
|
|
61
|
-
`:r+=
|
|
61
|
+
`:r+=kg(t,n.assistantMetadata);for(let s of e)r+=Pg(s,n);return r}function Sg(t,e,n=Bu){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+=
|
|
69
|
+
`;for(let s of e)r+=wg(s.info,s.parts,n),r+=`---
|
|
70
70
|
|
|
71
|
-
`;return r}function Sg(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 Xe(r)||e}catch{return e}}return Xe(n)||e}catch{return vg(e)??e}}return typeof t=="object"?Xe(t)||"An error occurred":String(t)}function Nu(t){let e=t.indexOf("{"),n=t.lastIndexOf("}");if(!(e===-1||n===-1||n<=e))return t.slice(e,n+1)}function vg(t){let e=Nu(t);if(e)try{return Xe(JSON.parse(e))}catch{return}}function Xe(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 Cg(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 Qr(t){if(!(typeof t!="string"||!t))try{return JSON.parse(t)}catch{return}}function Bu(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,o=typeof t.request_id=="string"&&t.request_id?t.request_id:void 0,u=Cg(t.attempt_failures);return!e&&!n&&!r&&s===void 0&&!o&&!u?void 0:{message:typeof t.message=="string"&&t.message||Xe(t)||"",provider:e,code:n,suggestion:r,upstreamStatus:s,requestId:o,attemptFailures:u}}function ce(t){if(t==null)return;if(typeof t=="string"){let u=t.startsWith("Error: ")?t.slice(7):t,p=Qr(u)??Qr(Nu(u));return p!==void 0?ce(p):void 0}if(typeof t!="object")return;let e=t,n=Bu(e);if(n)return n;let r=e.error;if(r&&typeof r=="object"&&!Array.isArray(r)){let u=Bu(r);if(u)return u}let s=e.data;if(s&&typeof s.responseBody=="string"){let u=Qr(s.responseBody);if(u!==void 0){let p=ce(u);if(p)return p}}let o=e.cause;if(o&&typeof o=="object"){let u=o.body;if(u!==void 0){let p=ce(u);if(p)return p}}}var Rg={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"}},Tg=[{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 Ag(t){return t.replace(/^oc[-_]/,"")}function Mt(t){return Ag(t).replace(/-/g,"_")}function Yr(t){return Mt(t).split(/[_\s]+/).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}function Zr(t){let e=Mt(t),n=Rg[e];if(n)return n;for(let{prefix:r,category:s}of Tg)if(e.startsWith(r))return{label:Yr(t),category:s};return{label:Yr(t),category:"other"}}var Ig=256*1024;function Eg(t){switch(t.status){case"pending":return"pending";case"running":return"running";case"completed":return"done";case"error":return"error";default:return t}}function jg(t){if(t===void 0)return{};if(t.length>Ig)return{outputText:t};try{return{outputParsed:JSON.parse(t),outputText:t}}catch{return{outputText:t}}}function $g(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 qg(t,e){let n="title"in e?e.title:void 0,r=e.status==="completed"?e.output:void 0,{outputParsed:s,outputText:o}=jg(r),u=Eg(e),p=e.status==="error"?e.error:void 0;if(u==="done"){let d=$g(s);d&&(u="error",p=d)}return{name:t,title:n||Zr(t).label,status:u,input:e.input,output:r,outputParsed:s,outputText:o,error:p}}function Dg(t){return{kind:"text",id:t.id,text:t.text,synthetic:!!t.synthetic}}function Mg(t){return{kind:"reasoning",id:t.id,text:t.text}}function Og(t){return{kind:"tool",id:t.id,tool:qg(t.tool,t.state)}}function Ug(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 Fg(t){return{kind:"subtask",id:t.id,description:t.description,agent:t.agent,prompt:t.prompt,model:t.model}}function Lg(t){return{kind:"patch",id:t.id,hash:t.hash,files:t.files,fileCount:t.files.length}}function Gg(t){return{kind:"snapshot",id:t.id,snapshot:t.snapshot}}function Bg(t){return{kind:"agent",id:t.id,name:t.name}}function Ng(t){return{kind:"retry",id:t.id,attempt:t.attempt,message:Y(t.error),createdAt:t.time.created}}function Kg(t){return{kind:"compaction",id:t.id,auto:t.auto,overflow:!!t.overflow,tailStartId:t.tail_start_id}}function Hg(t){return{kind:"step",id:t.id,phase:"start",snapshot:t.snapshot}}function Wg(t){return{kind:"step",id:t.id,phase:"finish",snapshot:t.snapshot,reason:t.reason,cost:t.cost,tokens:t.tokens}}function Ku(t){switch(t.type){case"text":return Dg(t);case"reasoning":return Mg(t);case"tool":return Og(t);case"file":return Ug(t);case"subtask":return Fg(t);case"patch":return Lg(t);case"snapshot":return Gg(t);case"agent":return Bg(t);case"retry":return Ng(t);case"compaction":return Kg(t);case"step-start":return Hg(t);case"step-finish":return Wg(t);default:return{kind:"unknown",raw:t}}}function zg(t){if(!t)return;let e=typeof t=="object"&&"name"in t&&typeof t.name=="string"?t.name:"Error",n=ce(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 Vg(t){switch(t.kind){case"text":case"reasoning":return t.text.trim().length>0;case"step":return!1;default:return!0}}function Jg(t){let e=t.parts.map(Ku),n=t.info.role==="assistant"?t.info.error:void 0,r=zg(n),s=!r&&!e.some(Vg);return{parts:e,error:r,isEmpty:s}}function _e(t){return t.type==="text"}function es(t){return t.type==="reasoning"}function le(t){return t.type==="tool"}function Xg(t){return t.type==="file"}function Pw(t){return t.type==="agent"}function kw(t){return t.type==="compaction"}function ww(t){return t.type==="snapshot"}function Sw(t){return t.type==="patch"}function vw(t){if(_e(t)||es(t))return t.text}function Qg(t){if(!Xg(t))return!1;let e=t.mime;return e.startsWith("image/")||e==="application/pdf"}function Cw(t){let e=[],n=[];for(let r of t)Qg(r)?e.push(r):n.push(r);return{attachments:e,stickyParts:n}}function Rw(t,e){let n=[];return t?.tool&&n.push(t.tool),e?.tool&&n.push(e.tool),n}function Tw(t,e,n){return n.some(r=>r.messageID===e&&r.callID===t.callID)}var Yg=new Set(["todoread","context_info"]);function Zg(t){return!Yg.has(t.tool)}function Aw(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 o=t.state?.output;if(o){let u=o.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 Iw(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 Ew(t){let e=[];for(let n of t)if(n.info.role==="assistant")for(let r of n.parts)le(r)&&Zg(r)&&e.push(r);return e}function jw(t,e={}){switch(t){case"read":return{icon:"glasses",title:"Read",subtitle:em(e.filePath)};case"list":return{icon:"list",title:"List",subtitle:tm(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:nm(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:Hu(e.filePath)};case"write":return{icon:"file-pen",title:"Write",subtitle:Hu(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 em(t){if(!t)return;let e=t.split("/");return e[e.length-1]||t}function Hu(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 tm(t){if(!t)return;let e=t.lastIndexOf("/");if(!(e<0))return t.slice(0,e)||"/"}function $w(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 Qe(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
|
|
73
|
-
\u2026`:t}function
|
|
71
|
+
`;return r}function vg(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 Xe(r)||e}catch{return e}}return Xe(n)||e}catch{return Cg(e)??e}}return typeof t=="object"?Xe(t)||"An error occurred":String(t)}function Ku(t){let e=t.indexOf("{"),n=t.lastIndexOf("}");if(!(e===-1||n===-1||n<=e))return t.slice(e,n+1)}function Cg(t){let e=Ku(t);if(e)try{return Xe(JSON.parse(e))}catch{return}}function Xe(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 Rg(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 Qr(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,o=typeof t.request_id=="string"&&t.request_id?t.request_id:void 0,u=Rg(t.attempt_failures);return!e&&!n&&!r&&s===void 0&&!o&&!u?void 0:{message:typeof t.message=="string"&&t.message||Xe(t)||"",provider:e,code:n,suggestion:r,upstreamStatus:s,requestId:o,attemptFailures:u}}function le(t){if(t==null)return;if(typeof t=="string"){let u=t.startsWith("Error: ")?t.slice(7):t,p=Qr(u)??Qr(Ku(u));return p!==void 0?le(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=Qr(s.responseBody);if(u!==void 0){let p=le(u);if(p)return p}}let o=e.cause;if(o&&typeof o=="object"){let u=o.body;if(u!==void 0){let p=le(u);if(p)return p}}}var Ag={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"}},Tg=[{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 Ig(t){return t.replace(/^oc[-_]/,"")}function Mt(t){return Ig(t).replace(/-/g,"_")}function Yr(t){return Mt(t).split(/[_\s]+/).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}function Zr(t){let e=Mt(t),n=Ag[e];if(n)return n;for(let{prefix:r,category:s}of Tg)if(e.startsWith(r))return{label:Yr(t),category:s};return{label:Yr(t),category:"other"}}var Eg=256*1024;function jg(t){switch(t.status){case"pending":return"pending";case"running":return"running";case"completed":return"done";case"error":return"error";default:return t}}function $g(t){if(t===void 0)return{};if(t.length>Eg)return{outputText:t};try{return{outputParsed:JSON.parse(t),outputText:t}}catch{return{outputText:t}}}function Dg(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 qg(t,e){let n="title"in e?e.title:void 0,r=e.status==="completed"?e.output:void 0,{outputParsed:s,outputText:o}=$g(r),u=jg(e),p=e.status==="error"?e.error:void 0;if(u==="done"){let d=Dg(s);d&&(u="error",p=d)}return{name:t,title:n||Zr(t).label,status:u,input:e.input,output:r,outputParsed:s,outputText:o,error:p}}function Mg(t){return{kind:"text",id:t.id,text:t.text,synthetic:!!t.synthetic}}function Og(t){return{kind:"reasoning",id:t.id,text:t.text}}function Ug(t){return{kind:"tool",id:t.id,tool:qg(t.tool,t.state)}}function Fg(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 Lg(t){return{kind:"subtask",id:t.id,description:t.description,agent:t.agent,prompt:t.prompt,model:t.model}}function Gg(t){return{kind:"patch",id:t.id,hash:t.hash,files:t.files,fileCount:t.files.length}}function Bg(t){return{kind:"snapshot",id:t.id,snapshot:t.snapshot}}function Ng(t){return{kind:"agent",id:t.id,name:t.name}}function Kg(t){return{kind:"retry",id:t.id,attempt:t.attempt,message:Y(t.error),createdAt:t.time.created}}function Hg(t){return{kind:"compaction",id:t.id,auto:t.auto,overflow:!!t.overflow,tailStartId:t.tail_start_id}}function Wg(t){return{kind:"step",id:t.id,phase:"start",snapshot:t.snapshot}}function zg(t){return{kind:"step",id:t.id,phase:"finish",snapshot:t.snapshot,reason:t.reason,cost:t.cost,tokens:t.tokens}}function Hu(t){switch(t.type){case"text":return Mg(t);case"reasoning":return Og(t);case"tool":return Ug(t);case"file":return Fg(t);case"subtask":return Lg(t);case"patch":return Gg(t);case"snapshot":return Bg(t);case"agent":return Ng(t);case"retry":return Kg(t);case"compaction":return Hg(t);case"step-start":return Wg(t);case"step-finish":return zg(t);default:return{kind:"unknown",raw:t}}}function Vg(t){if(!t)return;let e=typeof t=="object"&&"name"in t&&typeof t.name=="string"?t.name:"Error",n=le(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 Jg(t){switch(t.kind){case"text":case"reasoning":return t.text.trim().length>0;case"step":return!1;default:return!0}}function Xg(t){let e=t.parts.map(Hu),n=t.info.role==="assistant"?t.info.error:void 0,r=Vg(n),s=!r&&!e.some(Jg);return{parts:e,error:r,isEmpty:s}}function _e(t){return t.type==="text"}function es(t){return t.type==="reasoning"}function ue(t){return t.type==="tool"}function Qg(t){return t.type==="file"}function Cw(t){return t.type==="agent"}function Rw(t){return t.type==="compaction"}function Aw(t){return t.type==="snapshot"}function Tw(t){return t.type==="patch"}function Iw(t){if(_e(t)||es(t))return t.text}function Yg(t){if(!Qg(t))return!1;let e=t.mime;return e.startsWith("image/")||e==="application/pdf"}function Ew(t){let e=[],n=[];for(let r of t)Yg(r)?e.push(r):n.push(r);return{attachments:e,stickyParts:n}}function jw(t,e){let n=[];return t?.tool&&n.push(t.tool),e?.tool&&n.push(e.tool),n}function $w(t,e,n){return n.some(r=>r.messageID===e&&r.callID===t.callID)}var Zg=new Set(["todoread","context_info"]);function em(t){return!Zg.has(t.tool)}function Dw(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 o=t.state?.output;if(o){let u=o.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 qw(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 Mw(t){let e=[];for(let n of t)if(n.info.role==="assistant")for(let r of n.parts)ue(r)&&em(r)&&e.push(r);return e}function Ow(t,e={}){switch(t){case"read":return{icon:"glasses",title:"Read",subtitle:tm(e.filePath)};case"list":return{icon:"list",title:"List",subtitle:nm(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:rm(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:Wu(e.filePath)};case"write":return{icon:"file-pen",title:"Write",subtitle:Wu(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 tm(t){if(!t)return;let e=t.split("/");return e[e.length-1]||t}function Wu(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 nm(t){if(!t)return;let e=t.lastIndexOf("/");if(!(e<0))return t.slice(0,e)||"/"}function Uw(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 Qe(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 rm(t){let e=Qe(t.description);if(e)return e;let n=Qe(t.title,80);if(n)return n;let r=Qe(t.message);if(r)return r;let s=Qe(t.prompt);if(s)return s;let o=Qe(t.agent_id,40);return o?`Agent ${o}`:"Worker task"}function Fw(t,e){return!t||!e?[]:(t[e]??[]).filter(r=>r.severity===1).slice(0,3)}function Lw(t,e){return t.find(n=>n.tool?.callID===e)}function Gw(t,e){return t.find(n=>n.tool?.callID===e)}var sm=/\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 Bw(t){return t?t.replace(sm,""):""}var zu=/^msg_[0-9a-f]{12}/;function im(t,e){let n=zu.test(t.info.id),r=zu.test(e.info.id);if(n&&r)return t.info.id<e.info.id?-1:t.info.id>e.info.id?1:0;let s=typeof t.info.time?.created=="number"?t.info.time.created:null,o=typeof e.info.time?.created=="number"?e.info.time.created:null;return s===null&&o===null?0:s===null?1:o===null?-1:s!==o?s<o?-1:1:t.info.id<e.info.id?-1:t.info.id>e.info.id?1:0}function Hw(t){let e=[...t].sort(im),n=[],r=new Map;for(let o of e)if(o.info.role==="user"){if(r.has(o.info.id))continue;let u={userMessage:o,assistantMessages:[]};n.push(u),r.set(o.info.id,u)}let s=null;for(let o of e){if(o.info.role==="user"){s=r.get(o.info.id)??null;continue}if(o.info.role!=="assistant")continue;let u=o.info;if(u.parentID){let d=r.get(u.parentID);if(d){d.assistantMessages.push(o);continue}}if(s){s.assistantMessages.push(o);continue}if(n.length>0){n[0].assistantMessages.unshift(o);continue}let p={userMessage:o,assistantMessages:[]};n.push(p)}return n}function Ww(t){let e=[];for(let n of t.assistantMessages)for(let r of n.parts)e.push({part:r,message:n});return e}function zw(t){for(let e=t.length-1;e>=0;e--){let n=t[e].part;if(_e(n)&&n.text?.trim())return n}}function Vw(t){return t.some(({part:e})=>e.type==="tool"||e.type==="compaction"||e.type==="snapshot"||e.type==="patch")}function Jw(t,e,n){if(n)return[];let r=[];for(let s of t.assistantMessages)for(let o of s.parts){if(!ue(o))continue;let u=o,p=u.state?.metadata?.answers;u.tool==="question"&&(p?.length??0)>0&&r.push({part:o,message:s})}return r}function Xw(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 Qw(t){let e=t-6e4;return(n,r)=>{let s=n.time.updated??n.time.created,o=r.time.updated??r.time.created,u=s>e,p=o>e;return u&&p?n.id<r.id?-1:n.id>r.id?1:0:u&&!p?-1:!u&&p?1:o-s}}function om(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(...om(t,s));return r}function am(t){if(!t||typeof t!="object")return!1;let e=t.data;return!!e&&typeof e=="object"&&e.isRetryable===!0}function Zw(t){if(!t?.length)return!1;for(let e=t.length-1;e>=0;e--){let n=t[e].info;if(n.role==="assistant")return!n.time?.completed&&am(n.error)}return!1}function cm(t){let e=t.userMessage.parts;if(e.length===0||!e.every(o=>_e(o)&&o.synthetic)||t.assistantMessages.length!==1)return!1;let r=t.assistantMessages[0].parts;if(r.length!==1)return!1;let s=r[0];return ue(s)&&s.tool==="bash"}function nS(t){if(cm(t))return t.assistantMessages[0].parts[0]}function oS(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 aS(t,e){return!e||!t?!1:t.type!=="idle"}function cS(t,e){return!t&&!!e}function lS(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return Y(n.error)}}function uS(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return le(n.error)}}function Vu(t){if(t){if(ue(t))switch(t.tool){case"task":case"session_spawn":case"session_start_background":case"session-spawn":case"session-start-background":return"Handing off to an agent...";case"agent_spawn":case"agent-spawn":case"agent_task":case"agent-task":return"Handing off to an agent...";case"agent_task_update":case"agent-task-update":case"task_update":case"task-update":return"Updating progress...";case"agent_message":case"agent-message":case"agent_task_message":case"agent-task-message":case"task_message":case"task-message":return"Checking in with an agent...";case"task_create":case"task-create":case"task_start":case"task-start":return"Starting a new task...";case"task_list":case"task-list":return"Reviewing the task list...";case"task_done":case"task-done":return"Updating progress...";case"todowrite":case"todoread":return"Planning...";case"read":return"Reading files...";case"list":case"grep":case"glob":return"Searching files...";case"webfetch":case"scrape-webpage":return"Reading a web page...";case"websearch":case"web-search":case"web_search":return"Searching the web...";case"image-search":return"Searching for images...";case"image-gen":return"Creating an image...";case"video-gen":return"Creating a video...";case"presentation-gen":return"Creating a presentation...";case"show":case"show-user":return"Sharing the result...";case"edit":case"write":case"morph_edit":return"Making changes...";case"bash":return"Working on the computer...";case"apply_patch":return"Making changes...";case"prune":return"Tidying up memory...";case"distill":return"Tidying up memory...";case"compress":return"Tidying up memory...";case"context_info":return"Refreshing memory...";default:return"Working on it..."}if(es(t)){let e=t.text?.trimStart();if(e){let n=e.match(/^\*\*(.+?)\*\*/);if(n)return`Thinking about ${n[1].trim()}...`}return"Thinking..."}if(_e(t))return"Gathering thoughts..."}}function pS(t,e){for(let n=t.length-1;n>=0;n--){let r=t[n].part,s=ue(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 d=p.parts.length-1;d>=0;d--){let f=Vu(p.parts[d]);if(f)return f}}return"Handing off to an agent..."}let o=Vu(r);if(o)return o}return"Figuring out what\u2019s next..."}function dS(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 Ju=1.2;function Xu(t,e){if(!t)return 0;let n=t.input??0,r=(t.output??0)+(t.reasoning??0),s=t.cache?.read??0,o=t.cache?.write??0,u=Math.max(0,n-s-o),d=[...e.tiers??[],...e.contextOver200k?[e.contextOver200k]:[]].filter(m=>n>m.contextThreshold).sort((m,b)=>b.contextThreshold-m.contextThreshold)[0]??e,f=u/1e6*d.inputPer1M;return f+=r/1e6*d.outputPer1M,s>0&&(f+=s/1e6*(d.cacheReadPer1M??d.inputPer1M)),o>0&&(f+=o/1e6*(d.cacheWritePer1M??d.inputPer1M)),f}function Qu(t,e,n,r){let s=t.cost||0;if(s>0)return s;if(!r||!e||!n)return 0;let o=r(e,n);return o?Xu(t.tokens,o):0}function Yu(t){if(t.role!=="assistant")return{};let e=t;return{providerID:e.providerID,modelID:e.modelID}}function gS(t,e){let n=0,r=0,s=0,o=0,u=0,p=0,d=!1;for(let{part:f,message:m}of t)if(f.type==="step-finish"){d=!0;let b=f,{providerID:x,modelID:I}=Yu(m.info);n+=Qu(b,x,I,e),r+=b.tokens?.input||0,s+=b.tokens?.output||0,o+=b.tokens?.reasoning||0,u+=b.tokens?.cache?.read||0,p+=b.tokens?.cache?.write||0}if(!d)for(let{message:f}of t){if(f.info.role!=="assistant")continue;let m=f.info,b=Zu(m,e);if(b<=0)continue;d=!0,n+=b;let x=m.tokens;x&&(r+=x.input??0,s+=x.output??0,o+=x.reasoning??0,u+=x.cache?.read??0,p+=x.cache?.write??0)}if(d)return{cost:n*Ju,tokens:{input:r,output:s,reasoning:o,cacheRead:u,cacheWrite:p}}}function Zu(t,e){if(!e||!t.providerID||!t.modelID||!t.tokens)return 0;let n=e(t.providerID,t.modelID);return n?Xu({input:t.tokens.input,output:t.tokens.output,reasoning:t.tokens.reasoning,cache:t.tokens.cache},n):0}function mS(t,e){let n=0;for(let r of t){if(r.info?.role!=="assistant")continue;let s=r.info,{providerID:o,modelID:u}=Yu(s),p=0,d=!1;for(let f of r.parts)f.type==="step-finish"&&(d=!0,p+=Qu(f,o,u,e));d||(p+=Zu(s,e)),n+=p}return n*Ju}function fS(t){return t===0?"$0.00":t<.001?`$${t.toFixed(4)}`:t<.01?`$${t.toFixed(3)}`:`$${t.toFixed(2)}`}function yS(t){return t<1e3?String(t):t<1e4?`${(t/1e3).toFixed(1)}k`:`${Math.round(t/1e3)}k`}function hS(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:le(e.message)}}function bS(t){if(!(!t||t.type!=="retry"))return Y(t.message)}function xS(t){return(t.info.summary?.diffs?.length??0)>0}var lm=4e3;function Ye(t,e=lm){return t.length>e?`${t.slice(0,e)}
|
|
73
|
+
\u2026`:t}function ep(t){if(t!==void 0)try{return Ye(JSON.stringify(t,null,2))}catch{return}}function L(...t){for(let e of t)if(typeof e=="string"&&e.length>0)return e}function qe(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:void 0}function um(t){let e=L(t.input?.query)??"";if(t.status==="error")return{kind:"web-search",query:e,error:t.error??"Search failed"};let n=qe(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(o=>{let u=qe(o)??{};return{title:L(u.title)??"",url:L(u.url,u.link)??"",snippet:L(u.snippet,u.description,u.source)}});return{kind:"web-search",query:L(n.query)??e,results:s.length>0?s:void 0,answer:L(n.answer)}}var pm=/<exit_code>\s*(-?\d+)\s*<\/exit_code>/;function np(t){let e=t.match(pm);return e?Number(e[1]):void 0}function dm(t,e,n){let r="",s=0;for(;;){let o=t.indexOf(e,s);if(o===-1)return r+t.slice(s);let u=t.indexOf(n,o+e.length);if(u===-1)return r+t.slice(s);r+=t.slice(s,o),s=u+n.length}}var gm=["<system_info>","</system_info>","<exit_code>","</exit_code>","<stderr_note>","</stderr_note>"];function mm(t){let e=-1;for(let n of gm){let r=t.indexOf(n);r!==-1&&(e===-1||r<e)&&(e=r)}return e===-1?t:t.slice(0,e)}var fm=/\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 ym(t){return t.replace(fm,"")}function hm(t){let e=L(t.input?.command)??"",n=t.output??"",r=np(n),o=ym(mm(dm(n,"<bash_metadata>","</bash_metadata>"))).trim()||(t.status==="error"?t.error:void 0);return{kind:"shell",command:e,stdout:o||void 0,exitCode:r}}function ns(t){return L(t.input?.filePath,t.input?.file_path,t.input?.path)??""}function bm(t){let e=t.status==="error"?t.error:t.output&&Ye(t.output)||void 0;return{kind:"file-read",path:ns(t),preview:e}}function xm(t){let e=L(t.input?.content),n=t.status==="error"?t.error:Ye(e??t.output??"")||void 0;return{kind:"file-write",path:ns(t),preview:n}}var _m=256*1024;function Pm(t,e){if(t.length+e.length>_m)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 o=n.length,u=r.length;for(;o>s&&u>s&&n[o-1]===r[u-1];)o--,u--;let p=[];for(let d=0;d<s;d++)p.push({type:"unchanged",text:n[d]});for(let d=s;d<o;d++)p.push({type:"removed",text:n[d]});for(let d=s;d<u;d++)p.push({type:"added",text:r[d]});for(let d=o;d<n.length;d++)p.push({type:"unchanged",text:n[d]});return p}function
|
|
76
|
-
`).map(e=>e.trim()).filter(e=>e.startsWith("/")||e.startsWith("./")||e.startsWith("~")).map(e=>({path:e}))}function vm(t){let e=L(t.input?.pattern,t.input?.query)??"";if(t.status==="error"||!t.output)return{kind:"search",pattern:e};let n=tp.test(t.output.trim())?wm(t.output):Sm(t.output);return{kind:"search",pattern:e,matches:n.length>0?n.slice(0,200):void 0}}function Cm(t){let e=L(t.input?.description,t.input?.title,t.input?.prompt)??t.title,n=L(t.input?.subagent_type,t.input?.agent);return{kind:"task",description:e,agent:n}}function ts(t){let e=De(t)??{};return{content:L(e.content)??"",status:L(e.status)??"pending",priority:L(e.priority)}}function Rm(t){let e=t.input?.todos;if(Array.isArray(e))return{kind:"todo",items:e.map(ts)};if(Array.isArray(t.outputParsed))return{kind:"todo",items:t.outputParsed.map(ts)};let n=De(t.outputParsed);return n&&Array.isArray(n.todos)?{kind:"todo",items:n.todos.map(ts)}:{kind:"todo",items:[]}}function Tm(t){return{kind:"question",questions:(Array.isArray(t.input?.questions)?t.input.questions:[]).map(r=>{let s=De(r)??{},u=(Array.isArray(s.options)?s.options:[]).flatMap(p=>{let d=De(p),f=d&&L(d.label);return f?[{label:f,description:d?L(d.description):void 0}]:[]});return{question:L(s.question)??"",header:L(s.header),options:u}})}}function Am(t){let n=t.input&&Object.keys(t.input).length>0?Yu(t.input):void 0,r;return t.outputParsed!==void 0?r=typeof t.outputParsed=="string"?Ye(t.outputParsed):Yu(t.outputParsed):t.outputText!==void 0?r=Ye(t.outputText):r=t.error,{kind:"generic",label:t.title,inputPretty:n,outputPretty:r}}function Im(t){switch(Mt(t.name)){case"web_search":case"websearch":case"image_search":return lm(t);case"bash":return ym(t);case"read":return hm(t);case"write":return bm(t);case"edit":case"morph_edit":return Pm(t);case"grep":case"glob":return vm(t);case"task":return Cm(t);case"todowrite":return Rm(t);case"question":case"ask":return Tm(t);default:return Am(t)}}var Em=new Set(["AbortError","MessageAbortedError"]),jm=["operation was aborted","aborted by user","interrupted by user","cancelled by user","canceled by user","request was cancelled","request was canceled","aborterror"],$m=["unreachable","upstream","econnreset","econnrefused","socket hang up","network","fetch failed","timed out","timeout","gateway","502","503","504"];function np(t){let e=t.toLowerCase();return $m.some(n=>e.includes(n))?!1:jm.some(n=>e.includes(n))}function qm(t){let e=t.data,n=e&&typeof e=="object"?e.message:void 0;return typeof n=="string"?n:typeof t.message=="string"?t.message:void 0}function bS(t){if(typeof t=="string")return np(t);if(!t||typeof t!="object")return!1;let e=t,n=e.name;if(typeof n=="string"&&Em.has(n))return!0;let r=qm(e);return typeof r=="string"?np(r):!1}var Dm=["user","runtime-disposed","orphan-finalized","wake"],xS=["orphan-finalized","wake"];function _S(t){if(!t||typeof t!="object")return;let e=t.data;if(!e||typeof e!="object")return;let n=e.reason;if(!(typeof n!="string"||!n))return Dm.includes(n)?n:void 0}function Ot(t){try{return typeof process<"u"?process.env?.[t]:void 0}catch{return}}function Mm(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 vS(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 rs(t,e,n){return t!==void 0?t:Mm(Ot(e),n)}var CS={get disableMobileAdvertising(){return rs($().featureFlags?.disableMobileAdvertising,"NEXT_PUBLIC_DISABLE_MOBILE_ADVERTISING",!1)},get enableDinoGame(){return rs($().featureFlags?.enableDinoGame,"NEXT_PUBLIC_ENABLE_DINO_GAME",!1)},get enableProjects(){return rs($().featureFlags?.enableProjects,"NEXT_PUBLIC_ENABLE_PROJECTS",!1)},get enableAutoModel(){return!1}};var Ut="kortix-active-instance",Om=["/dashboard","/agents","/p","/workspace","/settings","/browser","/desktop","/services","/sessions","/terminal","/files","/scheduled-tasks","/commands","/tools","/configuration","/changelog","/legacy","/credits-explained"];function Um(t){return Om.some(e=>t===e||t.startsWith(`${e}/`))}function Ze(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 TS(t){let e=Ze(t);return!!e&&e.innerPath===""}function AS(t){let e=Ze(t);return!e||!e.innerPath?t:e.innerPath}function Fm(t,e){if(!t)return e;if(e.startsWith("/")||(e=`/${e}`),e.startsWith("/instances/")){let n=Ze(e);return n?`/instances/${encodeURIComponent(t)}${n.innerPath}`:e}return Um(e)?`/instances/${encodeURIComponent(t)}${e}`:e}function Lm(t){return t?Ze(t)?.instanceId??null:null}function IS(){return typeof window>"u"?null:Lm(window.location.pathname)||Gm()}function Gm(){if(typeof document>"u")return null;let t=document.cookie.match(new RegExp(`(?:^|; )${Ut}=([^;]+)`));return t?decodeURIComponent(t[1]):null}function ES(t){if(typeof document>"u")return;let e=n=>{document.cookie=n};if(typeof window<"u"&&window.location.pathname.startsWith("/projects")){e(`${Ut}=; Max-Age=0; Path=/; SameSite=Lax`);return}if(!t){e(`${Ut}=; Max-Age=0; Path=/; SameSite=Lax`);return}e(`${Ut}=${encodeURIComponent(t)}; Path=/; SameSite=Lax`)}function jS(t,e){return e?Fm(e,t):t}function $S(t){let e=Ze(t);return e?e.innerPath||"/dashboard":t}function rp(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 Bm(t){let e=rp(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 sp(t){let e=Bm(t);if(!e||typeof e!="object")return null;let n=e;return n.name==="ConfigInvalidError"?n:null}function DS(t){return sp(t)!==null}function Nm(t){let e=sp(t);if(e){let s=(e.data?.path??"OpenCode config").replace(/^\/workspace\//,""),o=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:o?`${u?`${u}: `:""}${o}`:void 0}}let n=rp(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 J(){let t=Ot("BACKEND_URL")||$().backendUrl;return t||"http://localhost:8008/v1"}function et(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=et(e);if(n)return n}return}if(t&&typeof t=="object"){let e=t;return et(e.sandboxId??e.id??e.slug??Object.values(e)[0])}}var ip=["http://localhost:8008/v1","http://127.0.0.1:8008/v1"];function op(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return`${t.slice(0,e)}/platform/local-bridge/status`}function Km(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 ss(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?`${J()}/p/${n.external_id}/${oe.KORTIX_MASTER}`:""),status:Km(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 is(){let t=await $e(),e=[];for(let n of t){let r=await ze(n.project_id).catch(()=>[]);for(let s of r)e.push({project:n,session:s,runtime:null,sandbox:ss(n,s,null)})}return e.sort((n,r)=>{let s={active:0,provisioning:1,stopped:2,error:3},o=(s[n.sandbox.status]??99)-(s[r.sandbox.status]??99);return o!==0?o:Date.parse(r.sandbox.updated_at)-Date.parse(n.sandbox.updated_at)})}async function Pe(t){let e=await is();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 Ft(t,e={}){let n={"Content-Type":"application/json",...e.headers},r=e.signal??AbortSignal.timeout(3e4),s=await D(`${J()}${t}`,{...e,headers:n,signal:r}),o=await s.text().catch(()=>{}),u;if(o)try{u=JSON.parse(o)}catch{}if(!s.ok){let p=u?.error||u?.message||u?.detail||o||`Platform API error ${s.status}`,d=new v(p,{status:s.status,code:u?.code||u?.error_code||String(s.status),details:u??(o?{rawText:o}:void 0),response:s,endpoint:t});throw s.status===402&&(d=Ce(Object.assign(d,{response:s,status:s.status,data:u}))),d}return u}function ap(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`${J()}/p/${t.external_id}/${oe.KORTIX_MASTER}`}function WS(t,e){return t.external_id?`${J()}/p/${t.external_id}/${e}`:null}async function YS(){let t=await i.get("/setup/sandbox-providers");if(t.error)throw t.error;return t.data}async function Hm(t){let e=await Pe();if(e)return{sandbox:e.sandbox,created:!1};let r=(await $e())[0];if(!r)throw new Error("Create a project before starting a sandbox");let s=await Ve(r.project_id,{...t?.provider?{provider:t.provider}:{}}),o=(await qe(r.project_id,s.session_id))?.sandbox??null;return{sandbox:ss(r,s,o),created:!0}}async function ZS(){return(await Pe().catch(()=>null))?.sandbox??null}async function ev(t){return{sandbox:(await Hm(t)).sandbox}}async function tv(t){let e=et(t);return e?(await Pe(e).catch(()=>null))?.sandbox??null:null}async function nv(t,e){throw await Pe(t)?new Error("Renaming project-session sandboxes is not exposed by the current API"):new Error("Project session sandbox not found")}async function rv(t){let e=et(t);return(await is().catch(()=>[])).map(r=>r.sandbox).filter(r=>!e||r.sandbox_id===e||r.external_id===e)}async function sv(){if(typeof window>"u")return null;let t=J(),e=Array.from(new Set([t,...ip]));for(let n of e)try{let r=await fetch(op(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 iv(t){if(!t)throw new Error("No sandbox selected for workload restart");let e=await Pe(t);if(!e)throw new Error("Project session sandbox not found");await Ct(e.project.project_id,e.session.session_id)}async function ov(t){if(!t)throw new Error("No sandbox selected to stop");let e=await Pe(t);if(!e)throw new Error("Project session sandbox not found");await Rt(e.project.project_id,e.session.session_id)}async function av(t){throw new Error("Cancellation is not exposed for project-session sandboxes")}async function cv(t){throw new Error("Reactivation is not exposed for project-session sandboxes")}async function os(t,e,n){let r=ap(t),s=await D(`${Re(r)}${e}`,{signal:AbortSignal.timeout(8e3),headers:{"Content-Type":"application/json"},...n});if(!s.ok){let o=await s.text().catch(()=>"");throw new Error(o||`Request failed (${s.status})`)}return await s.json()}async function gv(t,e){return os(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"GET"})}async function mv(t,e,n,r="member"){await os(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"POST",body:JSON.stringify({user_id:n,role:r})})}async function fv(t,e,n){await os(t,`/kortix/projects/${encodeURIComponent(e)}/members/${encodeURIComponent(n)}`,{method:"DELETE"})}async function bv(t){let e=await Ft(`/platform/invites/${encodeURIComponent(t)}`,{method:"GET"});if(!e.success||!e.data)throw new Error(e.error||"Invite not found");return e.data}async function xv(t){let e=await Ft(`/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 _v(t){let e=await Ft(`/platform/invites/${encodeURIComponent(t)}/decline`,{method:"POST"});if(!e.success)throw new Error(e.error||"Failed to decline invite")}async function kv(t){throw new Error("Backups are not exposed for project-session sandboxes")}async function wv(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function Sv(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function vv(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function Rv(t){throw new Error("SSH setup is not exposed for project-session sandboxes")}async function Tv(t){throw new Error("SSH connection details are not exposed for project-session sandboxes")}var Wm=["pulling","patching","stopping","removing","recreating","restarting","verifying","starting","health_check"];function Ev(t){return Wm.includes(t)}async function jv(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 $v(t){let e=t?`?channel=${t}`:"",n=await fetch(`${J()}/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 zm(t||"stable");r.changelog=s.find(o=>o.version===r.version)??s[0]??null}catch{r.changelog=null}return r}async function zm(t){let e=t?`?channel=${t}`:"",n=await fetch(`${J()}/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 qv(){let t=await fetch(`${J()}/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 Dv(t,e){throw new Error("Sandbox image updates are managed by project-session provisioning")}async function Mv(t){}async function Ov(t){}async function Gv(t){return{serverTypes:[],location:t||"hel1"}}async function Bv(t){throw new Error("Retired instance provisioning is unavailable. Create a project session with daytona, platinum, or e2b.")}async function Nv(t){let e=await i.delete(`/platform/sandbox?sandbox_id=${t}`);if(e.error)throw e.error;return e.data}async function Kv(t,e){await i.post("/platform/sandbox/mark-error",{sandbox_id:t,error_message:e},{showErrors:!1,timeout:1e4})}async function Hv(){let t=await i.post("/platform/sandbox/claim-computer",{},{timeout:6e4});if(t.error)throw t.error;return t.data}async function Wv(t){let e=await i.get(`/platform/sandbox/${t}/status`,{showErrors:!1,timeout:1e4});return e.success?e.data??null:null}function zv(t,e){return`${J()}/platform/sandbox/${t}/provision-stream?token=${encodeURIComponent(e)}`}var ue=class extends Error{constructor(n,r,s){super(n);this.status=r;this.body=s;this.name="HostBoundaryError"}status;body};function Lt(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return/\/v1$/.test(e)?e:`${e}/v1`}function as(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 Gt(t){let e=await t.text().catch(()=>"");if(!e)return null;try{return JSON.parse(e)}catch{return e}}function Bt(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 G(t,e,n){let r=n?.body!==void 0,s=await fetch(`${Lt(e.backendUrl)}${t}`,{method:n?.method??"GET",headers:as(e,r),...r?{body:JSON.stringify(n.body)}:{},...e.signal?{signal:e.signal}:{},...e.cache?{cache:e.cache}:{},...e.next?{next:e.next}:{}}),o=await Gt(s);if(!s.ok)throw new ue(Bt(s,o),s.status,o);return o}function Vm(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 Jv(t,e){return G(`/marketplace/items${Vm(e)}`,t)}function Xv(t){return G("/marketplace/marketplaces",t)}function Qv(t,e){return G(`/marketplace/items/${encodeURIComponent(t)}`,e)}function Yv(t,e,n){return G(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`,n)}function Zv(t,e){return G("/access/check-email",e,{method:"POST",body:{email:t}})}function eC(t,e){return G("/access/request-access",e,{method:"POST",body:t})}function tC(t){return G("/auth/logout",t,{method:"POST",body:{}})}function nC(t,e){return G(`/oauth/authorize/consent/${encodeURIComponent(t)}`,e)}function rC(t,e){return G("/oauth/authorize/consent",e,{method:"POST",body:{request_id:t.requestId,approved:t.approved}})}function sC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}`,e)}function iC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/start`,e,{method:"POST",body:{}})}function oC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/finalize`,e,{method:"POST",body:{}})}function aC(t,e){return G(`/setup-links/secret/${encodeURIComponent(t)}`,e)}function cC(t,e,n){return G(`/setup-links/secret/${encodeURIComponent(t)}`,n,{method:"POST",body:{values:e}})}function lC(t,e){return G(`/p/public-share/${encodeURIComponent(t)}`,e)}function uC(t,e,n){return G(`/projects/${encodeURIComponent(t)}/sessions/${encodeURIComponent(e)}/start`,n,{method:"POST",body:{}})}function pC(t){return G("/system/maintenance",t)}function dC(t,e){return G("/system/maintenance",e,{method:"PUT",body:t})}function gC(t){return G("/user-roles",t)}function mC(t,e){return G("/system/demo-request",e,{method:"POST",body:t})}async function fC(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(`${Lt(n.backendUrl)}/accounts/${encodeURIComponent(t)}/audit/export?${r}`,{headers:as(n,!1),...n.signal?{signal:n.signal}:{}});if(!s.ok){let o=await Gt(s);throw new ue(Bt(s,o),s.status,o)}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 yC(t,e){let n=await fetch(`${Lt(e.backendUrl)}/admin/stress-test/run`,{method:"POST",headers:as(e,!0),body:JSON.stringify(t),...e.signal?{signal:e.signal}:{}});if(!n.ok){let r=await Gt(n);throw new ue(Bt(n,r),n.status,r)}if(!n.body)throw new ue("No response body",n.status,null);return n.body}var Jm=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Xm(t,e){return Jm.test(e)?new URL(`templates/public/${e.toLowerCase()}`,`${Lt(t)}/`):null}async function hC(t,e,n){let r=Xm(t,e);if(!r)throw new ue("Invalid shareId parameter",400,null);let s=await fetch(r,{signal:n}),o=await Gt(s);if(!s.ok)throw new ue(Bt(s,o),s.status,o);return o}async function _C(){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 PC(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 kC(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,client_id:t.clientId,client_secret:t.clientSecret},{showErrors:!1});if(e.error)throw e.error;if(!e.data)throw new Error("GitHub App configuration request failed");return e.data}async function wC(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 SC(){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 cp(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 Qm(t,e){try{let n=new URL(t),r=n.pathname;if(!(/^\/v1\/p\/[^/]+\/\d+(?:\/|$)/.test(r)||/^\/proxy\/\d+(?:\/|$)/.test(r)))return!1;let o=new Set;if(e)try{o.add(new URL(e).origin)}catch{}return typeof window<"u"&&o.add(window.location.origin),o.size===0||o.has(n.origin)}catch{return!1}}function lp(t,e){return Qm(t,e)?(e?cp(e):null)??cp(t):null}function CC(t){try{return/^p\d+-[^.]+\./.test(new URL(t).hostname)}catch{return!1}}function RC(t,e){try{let n=new URL(t);return n.searchParams.set("token",e),n.toString()}catch{return t}}async function EC(t,e={}){let n=lp(t,e.serverUrl);if(!n)return!1;let r=await lt();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 $C=3e3;function Ym(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 qC(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 o=await fetch(t,{method:"HEAD",credentials:"include",cache:"no-store",signal:n.signal});return Ym(o.status)}catch{return"unknown"}finally{clearTimeout(s),e?.signal?.removeEventListener("abort",r)}}function cs(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return e}function MC(t,e){return`${cs(t)}/presentation-templates/${encodeURIComponent(e)}/pdf#toolbar=0&navpanes=0&scrollbar=0&view=FitH`}function OC(t,e){return`${cs(t)}/presentation-templates/${encodeURIComponent(e)}/image.png`}function Zm(t,e){return`${cs(t)}/presentation/convert-to-${e}`}async function UC(t,e,n,r){let s=Zm(e,t),o=r?.pollIntervalMs??2500,u=r?.timeoutMs??4*6e4,p=Date.now(),d=!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 E=await f.blob();if(E.size===0)throw new Error("Downloaded file is empty");return E}if(f.status===202){if(d||(d=!0,r?.onGenerating?.()),Date.now()-p>u)throw new Error(`Timed out waiting for the ${t.toUpperCase()} to generate`);await new Promise((E,C)=>{let l=setTimeout(E,o);r?.signal?.addEventListener("abort",()=>{clearTimeout(l),C(r.signal?.reason??new DOMException("Aborted","AbortError"))},{once:!0})});continue}let x=await f.text().catch(()=>""),I=f.statusText;try{let E=JSON.parse(x);I=String(E.error||E.detail||E.message||I)}catch{x&&(I=x)}throw new Error(`Failed to download ${t.toUpperCase()}: ${I} (HTTP ${f.status})`)}}var LC=6e4,GC=45e3,BC=45e3,NC=1e4,KC=15e3;function HC(t){let e=0;for(let n of t)(n.state==="queued"||n.state==="delivering"||n.state==="waiting"&&n.reason!=="held")&&(e+=1);return e}function up(t){if(!t)return null;let e=Date.parse(t);return Number.isNaN(e)?null:e}function WC(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,nowMs:u}=t,p=!!e&&u-e.atMs<6e4,d=p?e.acceptedAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,f=p?e.atMs:Number.NEGATIVE_INFINITY,b=!!n&&u-n.atMs<15e3?n.settledAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,x=!!s&&u-s.atMs<=45e3,I=!!o&&u-o.atMs<=45e3,E=!!r&&u-r.atMs<=1e4,C=x?s.turns[0]:void 0,l=C?.turn_token??null;if(C&&s.atMs>=b&&(!o||s.atMs>=o.atMs))return{state:"working",source:"server",turnId:C.message_id,since:up(C.started_at)??s.atMs,serverOpenTurnToken:l};if(E&&r.pending>0)return{state:"working",source:"server",turnId:null,since:r.atMs,serverOpenTurnToken:l};let y=x&&!C&&s.atMs>=d,c=I&&o.atMs>=f;if(y&&(!o||s.atMs>=o.atMs))return{state:"idle",source:"server",turnId:null,since:up(s.lastEnded?.ended_at)??s.atMs,serverOpenTurnToken:l};if(c)return{state:o.type==="idle"?"idle":"working",source:"stream",turnId:null,since:o.atMs,serverOpenTurnToken:l};if(p)return{state:"working",source:"optimistic",turnId:e.messageId,since:e.atMs,serverOpenTurnToken:l};let R=s&&o?s.atMs>=o.atMs?{source:"server",atMs:s.atMs}:{source:"stream",atMs:o.atMs}:s?{source:"server",atMs:s.atMs}:o?{source:"stream",atMs:o.atMs}:{source:"server",atMs:u};return{state:"idle",source:R.source,turnId:null,since:R.atMs,serverOpenTurnToken:l}}function zC(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,nowMs:u}=t,p=[e?e.atMs+6e4:null,n?n.atMs+15e3:null,r?r.atMs+1e4:null,s?s.atMs+45e3:null,o?o.atMs+45e3:null],d=null;for(let f of p)f===null||f<=u||(d===null||f<d)&&(d=f);return d}var JC=6e4;function XC(t){return t.serverCompactingAtMs!==null?!0:t.optimisticAtMs===null?!1:t.nowMs-t.optimisticAtMs<6e4}function QC(t){if(t.serverCompactingAtMs!==null||t.optimisticAtMs===null)return null;let e=t.optimisticAtMs+6e4;return e>t.nowMs?e:null}var ef=9e4;function YC(t){return t.serverCompactingAtMs===null?null:t.serverCompactingAtMs+ef}function pp(t){let e=t.fetch??globalThis.fetch,n=t.baseUrl.replace(/\/$/,"");return async({limit:r,before:s})=>{let o=new URLSearchParams({limit:String(r)});s&&o.set("before",s);let u=await t.getToken?.(),p=await e(`${n}/session/${encodeURIComponent(t.sessionId)}/message?${o}`,{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 tf(t){return rf(pp(t))}function nf(t){return new ls({...t,loadPage:pp(t)})}async function rf(t){let e=new Map,n=new Set,r;do{let s=await t({limit:50,...r?{before:r}:{}});for(let o of s.messages)e.set(o.info.id,o);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,o)=>s.info.id.localeCompare(o.info.id))}var sf={now:Date.now,setInterval:(t,e)=>setInterval(t,e),clearInterval:t=>clearInterval(t),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},ls=class{options;scheduler;livenessIntervalMs;snapshot={freshness:"idle",hasOlder:!1,isLoadingOlder:!1};nextCursor;knownUserMessageIds=new Set;olderHistoryStarted=!1;tailRequest;olderRequest;livenessTimer;lastActivityAt;listeners=new Set;destroyed=!1;constructor(e){this.options=e,this.scheduler=e.scheduler??sf,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"})}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.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.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 o=await this.options.loadPage({limit:50,...r?{before:r}:{}});return this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:o.messages.length,succeeded:!0}),o}catch(o){throw this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:0,succeeded:!1}),o}}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 o=[...e.messages],u=new Set(this.knownUserMessageIds),p=new Set(s?[s]:[]),d=e.nextCursor;for(let f of e.messages)f.info.role==="user"&&u.add(f.info.id);for(;d&&o.some(f=>f.info.role==="assistant"&&!!f.info.parentID&&!u.has(f.info.parentID));){if(p.has(d))throw new Error(`Session history cursor repeated: ${d}`);p.add(d);let f=await this.loadPage(n,r,d);o.unshift(...f.messages);for(let m of f.messages)m.info.role==="user"&&u.add(m.info.id);d=f.nextCursor}return{messages:o,nextCursor:d}}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.raceDeadline(this.reconcile("poll"),this.livenessIntervalMs),this.lastActivityAt=this.scheduler.now())}raceDeadline(e,n){return new Promise(r=>{let s,o=!1,u=()=>{o||(o=!0,this.cancelTimer(s),r())};s=this.startTimer(u,n),e.then(u,u)})}setCursor(e){this.nextCursor=e,this.update({hasOlder:!!e})}stopLivenessTimer(){this.livenessTimer!==void 0&&(this.scheduler.clearInterval(this.livenessTimer),this.livenessTimer=void 0)}startTimer(e,n){return this.scheduler.setTimeout?this.scheduler.setTimeout(e,n):setTimeout(e,n)}cancelTimer(e){e!==void 0&&(this.scheduler.clearTimeout?this.scheduler.clearTimeout(e):clearTimeout(e))}update(e){let n={...this.snapshot,...e};if(!(n.freshness===this.snapshot.freshness&&n.hasOlder===this.snapshot.hasOlder&&n.isLoadingOlder===this.snapshot.isLoadingOlder)){this.snapshot=n;for(let r of this.listeners)r()}}};function of(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return`${e}/tunnel/permission-requests/stream`}function af(t){let{url:e,token:n,method:r="GET",body:s,onEvent:o,onOpen:u,onError:p,signal:d}=t,f=new Map,m=null,b=!1;function x(y,c){o?.(y,c);let R=f.get(y);if(R)for(let T of R)try{T(c)}catch{}}async function I(){if(b)return;m=new AbortController;let y=d?AbortSignal.any([m.signal,d]):m.signal;try{let c={Accept:"text/event-stream",Authorization:`Bearer ${n}`};r!=="GET"&&s!==void 0&&(c["Content-Type"]="application/json");let R=await fetch(e,{method:r,headers:c,body:r!=="GET"&&s!==void 0?JSON.stringify(s):void 0,signal:y,credentials:"include"});if(!R.ok)throw new Error(`SSE connection failed: ${R.status} ${R.statusText}`);if(!R.body)throw new Error("SSE response has no body");u?.();let T=R.body.getReader(),k=new TextDecoder,q="",j="message",A="";for(;!b;){let{done:z,value:V}=await T.read();if(z)break;q+=k.decode(V,{stream:!0});let h=q.split(`
|
|
77
|
-
`);
|
|
78
|
-
`:"")+S.slice(6):S.startsWith("data:")&&(
|
|
79
|
-
`:"")+S.slice(5))}}catch(c){if(b||c instanceof DOMException&&c.name==="AbortError")return;p?.(c instanceof Error?c:new Error(String(c)))}}function E(){b=!0,m?.abort(),m=null,f.clear()}function C(y,c){let R=f.get(y)??new Set;R.add(c),f.set(y,R)}function l(y,c){f.get(y)?.delete(c)}return{connect:I,close:E,addEventListener:C,removeEventListener:l}}function tR(t,e){return af({...e,url:of(t)})}export{Dm as ABORT_REASONS,xS as ABORT_REASONS_NOT_YET_EMITTED,Ut as ACTIVE_INSTANCE_COOKIE,v as ApiError,Se as AuthError,ge as BillingError,zu as COST_MARKUP,Gu as DEFAULT_TRANSCRIPT_OPTIONS,Wm as DESTRUCTIVE_PHASES,fr as FEATURE_DISABLED_CODE,lb as FEATURE_FLAG_KEYS,od as FEATURE_NOT_SUPPORTED_CODE,ue as HostBoundaryError,ed as IMPERSONATION_HEADER,NC as INBOX_OBSERVATION_MAX_MS,Om as INSTANCE_SCOPED_ROUTES,ad as MODEL_NOT_SERVABLE_CODE,KC as OPTIMISTIC_ABORT_MAX_MS,JC as OPTIMISTIC_COMPACTION_MAX_MS,LC as OPTIMISTIC_RECEIPT_MAX_MS,$C as PREVIEW_PROBE_TIMEOUT_MS,cd as PROVISION_IN_FLIGHT_CODE,Wr as PublicSessionShareError,zr as PublicVoiceJoinError,ve as RequestTooLargeError,Le as RuntimeNotReadyError,xr as SANDBOX_FS_ROOTS,oe as SANDBOX_PORTS,ef as SERVER_COMPACTION_REVALIDATE_MS,GC as SERVER_OBSERVATION_MAX_MS,BC as STREAM_OBSERVATION_MAX_MS,Dt as SessionNotReadyError,Lr as SessionStartError,lf as __getConfigResolver,cf as __setConfigResolver,_S as abortErrorReason,li as acceptAccountInvite,xv as acceptInvite,Ol as actReviewItem,So as activateConnection,hl as addGroupMembers,gu as addMarketplaceSource,im as allDescendantIds,RC as appendPreviewToken,Oi as approveProjectAccessRequest,Cy as approveTask,Er as archiveProject,qy as assignTicket,zi as attachGroupToProject,D as authenticatedFetch,i as backendApi,d_ as bindSlackIdentity,g_ as bindTeamsIdentity,io as brokerProjectSecretRequest,Fm as buildInstancePath,OC as buildPresentationTemplateImageUrl,MC as buildPresentationTemplatePdfUrl,lp as buildPreviewAuthEndpoint,Xm as buildPublicTemplateUrl,Zm as buildRuntimePresentationConversionUrl,ta as buildSandboxTemplate,Fk as buildStaticFileHealthPreviewUrl,Uk as buildStaticFileLocalUrl,Ok as buildStaticFilePreviewUrl,zd as buildStaticFileServicePath,of as buildTunnelEventStreamUrl,Kk as buildWebProxyUrl,Ul as bulkActReviewItems,G_ as bulkDeletePolicies,B_ as bulkImportPolicies,yo as callConnector,AP as cancelAccountDeletion,oi as cancelAccountInvite,av as cancelSandbox,Ov as cancelSandboxUpdate,Sc as cancelScheduledChange,Pc as cancelSubscription,Zv as checkAccessEmail,Hw as childMapByParent,Hv as claimComputer,Zx as claimPerSeatBilling,Ia as claimWarmProjectSession,Ku as classifyPart,Ym as classifyPreviewProbeStatus,Jg as classifyTurn,Xs as clearImpersonationSession,oc as clearModelDefault,gx as clearSessionFresh,xa as closeChangeRequest,ch as closeMilestone,Gw as collectTurnParts,My as commentTicket,ka as commitSessionChanges,QC as compactionExpiryAtMs,sm as compareMessagesForDisplay,Wu as computeStatusFromPart,Tc as configureAutoTopup,Ht as configureKortix,xc as confirmCheckoutSession,Bc as connectEmail,qc as connectSlack,WP as convertPresentationToGoogleSlides,UC as convertRuntimePresentation,Pt as copyFile,Ic as costExportUrl,HC as countLiveInboxPrompts,ei as createAccount,nu as createAccountAuditWebhook,zl as createAccountToken,yu as createApp,ku as createAppAccessSession,Su as createAppDeployment,El as createAssignment,fP as createAuditWebhook,wv as createBackup,bc as createCheckoutSession,Uo as createConnector,_t as createFile,al as createGatewayKey,gl as createGroup,nf as createHttpSessionSyncController,Bv as createInstance,yg as createKortix,Os as createKortixPty,_k as createMarketplaceInstallSession,oh as createMilestone,Yx as createPerSeatCheckout,U_ as createPolicy,_c as createPortalSession,_i as createProject,Wy as createProjectAgent,Xl as createProjectCliToken,Pi as createProjectRepo,Qi as createProjectResourceGrant,Ve as createProjectSession,Ja as createProjectTrigger,wl as createRole,af as createSSEStream,ev as createSandbox,Ll as createSandboxShare,Yo as createSandboxTemplate,W_ as createScimToken,pP as createServiceAccountApi,qa as createSessionPrompt,Ra as createSessionPublicShare,nP as createSsoGroupMapping,wy as createTask,Ey as createTicket,tR as createTunnelEventStream,ui as declineAccountInvite,_v as declineInvite,IP as deleteAccountImmediately,xu as deleteApp,hP as deleteAuditWebhook,vv as deleteBackup,Lo as deleteConnector,fh as deleteCredential,Ds as deleteEnv,Ae as deleteFile,il as deleteGatewayBudget,Di as deleteGitHubInstallation,fl as deleteGroup,Nv as deleteInstance,th as deleteKortixProject,uh as deleteMilestone,go as deletePersonalProjectSecret,L_ as deletePolicy,Vy as deleteProjectAgent,co as deleteProjectProviderOAuth,Yi as deleteProjectResourceGrant,uo as deleteProjectSecret,Ga as deleteProjectSession,Qa as deleteProjectTrigger,Cl as deleteRole,ea as deleteSandboxTemplate,gP as deleteServiceAccountApi,Ma as deleteSessionPrompt,rP as deleteSsoGroupMapping,eP as deleteSsoProvider,Ry as deleteTask,Oy as deleteTicket,ci as describeAccountInvite,fo as describeConnectorTool,Ji as detachGroupFromProject,Kd as detectLocalhostUrls,dP as disableServiceAccountApi,Nc as disconnectEmail,SC as disconnectGitHubApp,Oc as disconnectSlack,Fb as discoverConnectionOAuth2,Fo as discoverConnectorAuth,sv as discoverLocalSandbox,fC as downloadAccountAudit,Th as dropClientForUrl,Eh as dropPublicClientForUrl,Ky as ensurePmSession,EC as ensurePreviewSessionCookie,Mb as ensureProjectConnectorConnection,Hm as ensureSandbox,Aa as ensureWarmProjectSession,qp as env,eu as exportAccountAudit,ce as extractGatewayErrorDetails,Ze as extractInstanceRoute,Is as featureDisabledKey,CS as featureFlags,Xx as fetchAccountStateWithToken,ib as fetchAccountsWithToken,c_ as fetchCostExportCsv,oa as fetchProjectArchive,hb as fetchProjectsForAccountWithToken,Yp as files,Jr as finalizeAppArtifact,oC as finalizeConnectorSetupLink,bt as findFiles,Bw as findLastTextPart,xt as findText,Za as fireProjectTrigger,Qo as fixSandboxWithAgent,js as formatBillingErrorForUI,uS as formatCost,aS as formatDuration,Nm as formatOpenCodeRuntimeError,Nm as formatRuntimeError,pS as formatTokens,wg as formatTranscript,hg as generateSessionId,ti as getAccount,RP as getAccountDeletionStatus,pc as getAccountState,dc as getAccountStateMinimal,Gm as getActiveInstanceIdFromCookie,UP as getAdminProviderAnalytics,DP as getAdminProviderDistribution,LP as getAdminProviderFallback,EP as getAdminRole,nm as getAgentCardLabel,Nx as getAgentConfig,Jy as getAgentPersona,qv as getAllVersions,Kw as getAnsweredQuestionParts,hu as getApp,_u as getAppAccess,Cu as getAppDeployment,Ru as getAppDeploymentLogs,yk as getApprovalLink,lt as getAuthToken,ws as getAuthTokenWithRetry,Rc as getAutoTopupSettings,Qx as getAutoTopupSetupStatus,fc as getBillingCreditBreakdown,hc as getBillingTierConfigurations,mc as getBillingTransactionsSummary,yc as getBillingUsageHistory,ma as getChangeRequest,fa as getChangeRequestDiff,ya as getChangeRequestMergePreview,Iw as getChildSessionError,Aw as getChildSessionId,Ew as getChildSessionToolParts,me as getClient,se as getClientForUrl,No as getConnectStatus,Ub as getConnectionOAuth2Application,Nb as getConnectionOAuth2Status,Kb as getConnectionPolicies,$r as getConnectorCatalog,Do as getConnectorConfig,$o as getConnectorPolicies,sC as getConnectorSetupLink,a_ as getCostSummary,Lm as getCurrentInstanceIdFromPathname,IS as getCurrentInstanceIdFromWindow,zs as getCurrentProject,Br as getDefaultAccountState,qw as getDiagnostics,tm as getDirectory,Dr as getDiscoverConnector,zb as getDiscoverIntegration,Lc as getEmailInstallation,Gc as getEmailMode,xP as getEnterpriseDemo,ht as getFileStatus,Hu as getFileWithDir,em as getFilename,zm as getFullChangelog,el as getGatewayBreakdown,rl as getGatewayBudgets,nl as getGatewayErrors,ol as getGatewayKeys,Qc as getGatewayLog,Yc as getGatewayOverview,Wc as getGatewayRoutingPolicy,Zc as getGatewaySeries,tl as getGatewaySessions,_C as getGitHubAppStatus,Ti as getGitHubInstallation,HP as getGoogleAuthUrl,dl as getGroup,Rw as getHiddenToolParts,rd as getImpersonationSession,bv as getInvite,Gv as getJustavpsServerTypes,Yy as getKortixProject,Zy as getKortixProjectBySession,Ls as getKortixPtyWebSocketUrl,$v as getLatestSandboxVersion,pC as getMaintenanceConfig,gb as getManagedGitStatus,uu as getMarketplaceCatalogItem,pu as getMarketplaceCatalogItemFile,V_ as getMfaRequired,sh as getMilestone,sc as getModelDefaults,nC as getOAuthConsentRequest,sp as getOpenCodeConfigInvalidError,vw as getPartText,cP as getPatPolicy,Dw as getPermissionForTool,Cr as getProject,Xy as getProjectActivity,la as getProjectCommit,ua as getProjectCommitDiff,Rr as getProjectDetail,pa as getProjectFileHistory,xi as getProjectGitToken,Tr as getProjectLlmCatalog,pb as getProjectLlmCatalogProviders,Ar as getProjectModelPicker,Mr as getProjectSandboxHealth,mb as getProjectSandboxProviderTransition,Ur as getProjectSession,Ba as getProjectSessionConfigState,Ha as getProjectSessionScope,vc as getProrationPreview,YS as getProviders,Lk as getProxyBaseUrl,Ih as getPublicClientForUrl,Qv as getPublicMarketplaceItem,Yv as getPublicMarketplaceItemFile,tk as getPublicSessionShare,nk as getPublicSessionShareMessages,lC as getPublicShareByToken,hC as getPublicTemplate,ik as getPublicVoiceJoin,ok as getPublicVoiceTranscript,Mw as getQuestionForTool,v_ as getReferralCode,T_ as getReferralStats,dS as getRetryInfo,gS as getRetryMessage,Dl as getReviewItem,Pl as getRolePermissions,kl as getRoleUsage,Tv as getSSHConnection,ZS as getSandbox,tv as getSandboxById,WS as getSandboxPortUrl,Wv as getSandboxProvisionStatus,zv as getSandboxProvisionStreamUrl,jv as getSandboxUpdateStatus,ap as getSandboxUrl,aC as getSecretSetupLink,_r as getServerHealth,bh as getServiceLogs,Ea as getSessionAudit,lS as getSessionCost,Kr as getSessionCostRecord,ju as getSessionHealth,sP as getSessionPolicy,va as getSessionPreviewCandidates,ja as getSessionTranscript,$a as getSessionTurn,Qw as getShellModePart,Uc as getSlackChannelFile,$c as getSlackInstallation,Mc as getSlackManifest,Dc as getSlackMode,Q_ as getSsoProvider,Vd as getStaticFileHealthPath,mr as getSupabaseAccessToken,re as getSupabaseAccessTokenWithRetry,_y as getTask,ky as getTaskStatus,Sk as getTemplate,Ay as getTicket,jw as getToolInfo,Sg as getTranscriptFilename,cS as getTurnCost,sS as getTurnError,iS as getTurnErrorDetails,oS as getTurnStatus,Ac as getUsageRollup,gC as getUserRolesWithToken,da as getVersionDiff,Fa as getVoiceTranscript,nS as getWorkingState,mv as grantSandboxProjectAccess,Hx as grantSecretToAgent,Lw as groupMessagesIntoTurns,mS as hasDiffs,Mk as hasLocalhostUrls,Wd as hasPreviewTarget,Vw as hasRetryingAssistantTurn,Qd as heartbeatGapEvent,Ua as holdSessionPrompts,Yr as humanizeToolName,Sr as impersonationHeaders,Z_ as importSsoProviderFromMetadata,vk as installTemplate,ct as invalidateTokenCache,si as inviteAccountMember,Bi as inviteProjectMember,hi as inviteRepoCollaborator,bS as isAbortError,Yh as isAdminBypassEnabled,Pw as isAgentPart,Gd as isAppRouteUrl,Qg as isAttachment,Es as isBillingError,kw as isCompactionPart,Wt as isConfigured,Ev as isDestructivePhase,zk as isExternalUrl,As as isFeatureDisabledError,Xg as isFilePart,td as isImpersonationSessionLive,TS as isInstanceDetailPath,Um as isInstanceScopedAppPath,Nk as isInternalLocalhostUrl,Cb as isInviteSent,tS as isLastUserMessage,ub as isManagedGithubProject,DS as isOpenCodeConfigInvalidError,Sw as isPatchPart,Bk as isPreviewUrl,Jd as isProxiableLocalhostUrl,es as isReasoningPart,om as isRetryableTurnError,jk as isRuntimeReady,Vs as isServerReachable,wa as isSessionFresh,Tx as isSessionStartError,am as isShellMode,ww as isSnapshotPart,CC as isSubdomainPreviewUrl,_e as isTextPart,le as isToolPart,Tw as isToolPartHidden,Ns as isUnderSandboxRoot,Wk as isWebProxyUrl,Mp as kortixPty,gi as leaveAccount,qi as linkGitHubInstallation,Ri as linkRepository,Yl as listAccountAudit,tu as listAccountAuditWebhooks,ii as listAccountInvites,ri as listAccountMembers,M_ as listAccountResourceGrants,oP as listAccountSessions,Wl as listAccountTokens,Zs as listAccounts,N_ as listActions,MP as listAdminSandboxes,_l as listAgentIdentities,xo as listAllConnections,vu as listAppDeployments,fu as listApps,Il as listAssignments,bP as listAuditEvents,mP as listAuditWebhooks,kv as listBackups,gc as listBillingTransactions,ga as listChangeRequests,m_ as listChannelBindings,Uy as listColumns,bo as listConnections,St as listConnectorTools,To as listConnectors,o_ as listCostByProject,dh as listCredentialEvents,ph as listCredentials,qr as listDiscoverConnectors,Wb as listDiscoverIntegrations,$s as listEnv,lu as listFeaturedMarketplaces,Ly as listFields,yt as listFiles,Xc as listGatewayLogs,Ai as listGitHubInstallations,Ei as listGitHubRepositories,ji as listGitHubRepositoryBranches,yl as listGroupMembers,$_ as listGroupProjectGrants,pl as listGroups,eh as listKortixProjectSessions,Qy as listKortixProjects,Ms as listKortixPty,Ii as listLinkableGitHubInstallations,au as listMarketplaceCatalogItems,du as listMarketplaceSources,cu as listMarketplaces,q_ as listMemberGroups,D_ as listMemberProjectAccess,ih as listMilestoneEvents,rh as listMilestones,Zi as listPendingApprovals,Ni as listPendingProjectInvites,$l as listPermissions,Go as listPipedreamApps,Bo as listPipedreamSections,O_ as listPolicies,Fi as listProjectAccess,Mi as listProjectAccessRequests,Hy as listProjectAgents,Zl as listProjectAudit,aa as listProjectBranches,Jl as listProjectCliTokens,ca as listProjectCommits,ra as listProjectFiles,Wi as listProjectGroupGrants,Wo as listProjectPolicies,Xi as listProjectResourceGrants,Vo as listProjectSandboxTemplates,na as listProjectSandboxes,no as listProjectSecrets,ze as listProjectSessions,Jo as listProjectSnapshots,Va as listProjectTriggers,$e as listProjects,yi as listProjectsForAccount,Jv as listPublicMarketplaceItems,Xv as listPublicMarketplaces,A_ as listReferrals,ql as listReviewItems,xl as listRoles,gv as listSandboxProjectMembers,Fl as listSandboxShares,rv as listSandboxes,H_ as listScimTokens,uP as listServiceAccountsApi,hh as listServiceTemplates,yh as listServices,Ec as listSessionCosts,Da as listSessionPrompts,Ca as listSessionPublicShares,eo as listSessionsNeedingInput,tP as listSsoGroupMappings,Py as listTaskEvents,xy as listTasks,By as listTemplates,Iy as listTicketEvents,Ty as listTickets,tf as loadHttpSessionHistory,Kv as markInstanceError,vt as markSessionFresh,ba as mergeChangeRequest,FP as migrateAdminSandboxProvider,We as mkdir,Yd as narrowChatEvent,$S as normalizeAppPathname,Vk as normalizeExternalInput,Mt as normalizeToolName,ha as openChangeRequest,Xr as openEventStream,yC as openStressTestStream,Ce as parseBillingError,vS as parseFlagOverride,Et as parseLocalhostUrl,Bm as parseOpenCodeErrorPayload,Eu as parseProxyHop,Uu as parseSubdomainUrl,Hk as parseWebProxyUrl,nh as patchKortixProject,Oo as pipedreamConnect,Co as pipedreamConnectConnection,Ho as pipedreamFinalize,Ro as pipedreamFinalizeConnection,$ as platformConfig,Bb as pollConnectionOAuth2DeviceAuthorization,ao as pollProjectProviderOAuth,Jc as previewGatewayRoute,J_ as previewMfaRequired,Rl as probeEffectivePermission,Tl as probeEffectivePermissions,qC as probePreviewPort,XC as projectCompacting,Rx as projectSessionStartSeed,WC as projectWorking,ki as provisionProject,db as provisionProjectStream,bb as provisionProjectWithToken,Mu as proxyLocalhostUrl,Gk as proxyUrlToInternal,Cc as purchaseCredits,Ob as putConnectionOAuth2Application,cv as reactivateSandbox,kc as reactivateSubscription,Ne as readBlob,Be as readFile,ia as readProjectFile,Xo as rebuildProjectSnapshot,_o as reconcileConnection,Po as reconcileMemberConnection,_h as reconcileServices,tC as recordPlatformLogout,C_ as refreshReferralCode,Vr as registerAppArtifact,Ph as registerService,Ui as rejectProjectAccessRequest,$w as relativizePath,Na as reloadProjectSessionConfig,Ka as reloadProjectSessionConfigStream,su as removeAccountAuditWebhook,pi as removeAccountMember,bl as removeGroupMember,Fs as removeKortixPty,mu as removeMarketplaceSource,fe as renameFile,nv as renameSandbox,_a as reopenChangeRequest,lh as reopenMilestone,Fy as replaceColumns,Gy as replaceFields,Ny as replaceTemplates,TP as requestAccountDeletion,Pa as requestChangesOnChangeRequest,vb as requestProjectAccess,ou as requestProjectConnector,iu as requestProjectSecret,ai as resendAccountInvite,Hi as resendPendingProjectInvite,Ah as resetClient,Vc as resetGatewayRoutingPolicy,jh as resetPublicClient,Mv as resetSandboxUpdateStatus,to as resolveApproval,Jx as resolvedPlan,Ct as restartProjectSession,iv as restartSandbox,Sv as restoreBackup,Oa as retrySessionPrompt,mh as revealCredential,aP as revokeAccountSession,Vl as revokeAccountToken,jl as revokeAssignment,wo as revokeConnection,cl as revokeGatewayKey,Ki as revokePendingProjectInvite,Gi as revokeProjectAccess,Ql as revokeProjectCliToken,fv as revokeSandboxProjectAccess,Gl as revokeSandboxShare,z_ as revokeScimToken,Ta as revokeSessionPublicShare,xe as rewriteLocalhostUrl,Iu as rollbackApp,ll as runGatewayPlayground,$i as saveGitHubInstallation,wc as scheduleDowngrade,mo as searchConnectorTools,sa as searchProjectFiles,I_ as sendReferralEmails,YC as serverCompactionRevalidateAtMs,xh as serviceAction,Ax as sessionStartKey,ES as setActiveInstanceCookie,Qh as setAdminBypass,OP as setAdminProviderDistribution,GP as setAdminProviderFallback,cc as setAgentScope,Yf as setBootstrapAuthToken,Qf as setCachedAuthToken,Hb as setConnectionPolicies,Eo as setConnectorAuthorizationStrategy,Ko as setConnectorCredential,Io as setConnectorCredentialMode,Mo as setConnectorName,qo as setConnectorPolicies,Vb as setConnectorSecretBinding,jo as setConnectorSensitive,vo as setDefaultConnection,_P as setEnterpriseDemo,qs as setEnv,sl as setGatewayBudget,zc as setGatewayRoutingPolicy,kC as setGitHubAppFromExisting,wC as setGitHubAppPat,Nh as setImpersonationSession,dC as setMaintenanceConfig,Hc as setMeetBotName,K_ as setMemberSuperAdmin,X_ as setMfaRequired,ic as setModelDefault,po as setPersonalProjectSecret,Mx as setProjectModelEnablement,Ci as setProjectOnboardingComplete,yb as setProjectOnboardingProfile,zo as setProjectPolicies,so as setProjectSecretStrategy,za as setProjectSessionModel,Wa as setProjectSessionScope,Sa as setProjectSessionSharing,Ya as setProjectTriggersActivation,Rv as setupSSH,ep as shellExitCode,id as shouldAttachImpersonation,rS as shouldHideResponsePart,Zg as shouldShowToolPart,Ww as sortSessions,Cw as splitUserParts,Tu as startApp,Lb as startConnectionOAuth2Authorization,Gb as startConnectionOAuth2DeviceAuthorization,iC as startConnectorSetupLink,PC as startGitHubAppManifest,oo as startProjectProviderOAuth,qe as startProjectSession,uC as startSessionWithToken,vy as startTask,Au as stopApp,Rt as stopProjectSession,ov as stopSandbox,Ow as stripAnsi,AS as stripInstancePrefix,Re as stripTrailingSlashes,eC as submitAccessRequest,mC as submitDemoRequest,rC as submitOAuthConsent,Ml as submitReviewItem,cC as submitSecretSetupLink,Kh as subscribeToImpersonation,Zh as supabaseClient,Ao as syncConnectors,e_ as syncSubscription,$h as systemReload,Ee as toDaemonPath,jS as toInstanceAwarePath,Xd as toInternalUrl,mt as toSandboxAbsolutePath,Ks as toWorkspaceRelative,Zr as toolInfo,Im as toolViewModel,ul as transcribeAudio,Dv as triggerSandboxUpdate,Dp as triggersRequest,Nw as turnHasSteps,Dy as unassignTicket,Y as unwrapError,ru as updateAccountAuditWebhook,di as updateAccountMemberRole,ni as updateAccountName,Kx as updateAgentConfig,bu as updateApp,Pu as updateAppAccess,yP as updateAuditWebhook,f_ as updateChannelBinding,ko as updateConnectionCredential,Kc as updateEmailPolicy,Si as updateExperimentalFeature,wi as updateFeatureFlag,ml as updateGroup,Us as updateKortixPty,ah as updateMilestone,lP as updatePatPolicy,F_ as updatePolicy,Ir as updateProject,Li as updateProjectAccess,zy as updateProjectAgent,uc as updateProjectDefaultAgent,Vi as updateProjectGroupGrant,vi as updateProjectSandboxProvider,La as updateProjectSession,Xa as updateProjectTrigger,Sl as updateRole,vl as updateRolePermissions,Zo as updateSandboxTemplate,iP as updateSessionPolicy,Sy as updateTask,fb as updateTemplateWarmPool,jy as updateTicket,$y as updateTicketStatus,wu as uploadAppArtifactArchive,ho as uploadConnectorAttachment,Ke as uploadFile,Fc as uploadSlackChannelFile,gh as upsertCredential,lo as upsertProjectGitCredential,ro as upsertProjectSecret,Y_ as upsertSsoProvider,bi as validateProjectManifest,R_ as validateReferralCode,mi as validateToken,x_ as verifyGatewayProvider,zC as workingExpiryAtMs,He as writeFile};
|
|
75
|
+
`),s=0;for(;s<n.length&&s<r.length&&n[s]===r[s];)s++;let o=n.length,u=r.length;for(;o>s&&u>s&&n[o-1]===r[u-1];)o--,u--;let p=[];for(let d=0;d<s;d++)p.push({type:"unchanged",text:n[d]});for(let d=s;d<o;d++)p.push({type:"removed",text:n[d]});for(let d=s;d<u;d++)p.push({type:"added",text:r[d]});for(let d=o;d<n.length;d++)p.push({type:"unchanged",text:n[d]});return p}function km(t){let e=L(t.input?.oldString),n=L(t.input?.newString),r=e!==void 0&&n!==void 0?Pm(e,n):void 0;return{kind:"file-edit",path:ns(t),diff:r}}var rp=/^Found\s+(\d+)\s+match/i,wm=/^(\/[^:]+?):\s*/,tp=/Line\s+(\d+):/g;function Sm(t){let e=t.trim(),n=e.match(rp),r=n?e.slice(n[0].length).trim():e;if(!r)return[];let s=[];for(let o of r.split(/\n\n+/)){let u=o.trim();if(!u)continue;let p=u.match(wm);if(!p)continue;let d=p[1],f=u.slice(p[0].length),m=[],b;for(tp.lastIndex=0;(b=tp.exec(f))!==null;)m.push({line:Number(b[1]),contentStart:b.index+b[0].length,headerStart:b.index});for(let x=0;x<m.length;x++){let I=x+1<m.length?m[x+1].headerStart:f.length,E=f.slice(m[x].contentStart,I).trim();s.push({path:d,line:m[x].line,content:E.endsWith(";")?E.slice(0,-1):E})}}return s}function vm(t){return t.trim().split(`
|
|
76
|
+
`).map(e=>e.trim()).filter(e=>e.startsWith("/")||e.startsWith("./")||e.startsWith("~")).map(e=>({path:e}))}function Cm(t){let e=L(t.input?.pattern,t.input?.query)??"";if(t.status==="error"||!t.output)return{kind:"search",pattern:e};let n=rp.test(t.output.trim())?Sm(t.output):vm(t.output);return{kind:"search",pattern:e,matches:n.length>0?n.slice(0,200):void 0}}function Rm(t){let e=L(t.input?.description,t.input?.title,t.input?.prompt)??t.title,n=L(t.input?.subagent_type,t.input?.agent);return{kind:"task",description:e,agent:n}}function ts(t){let e=qe(t)??{};return{content:L(e.content)??"",status:L(e.status)??"pending",priority:L(e.priority)}}function Am(t){let e=t.input?.todos;if(Array.isArray(e))return{kind:"todo",items:e.map(ts)};if(Array.isArray(t.outputParsed))return{kind:"todo",items:t.outputParsed.map(ts)};let n=qe(t.outputParsed);return n&&Array.isArray(n.todos)?{kind:"todo",items:n.todos.map(ts)}:{kind:"todo",items:[]}}function Tm(t){return{kind:"question",questions:(Array.isArray(t.input?.questions)?t.input.questions:[]).map(r=>{let s=qe(r)??{},u=(Array.isArray(s.options)?s.options:[]).flatMap(p=>{let d=qe(p),f=d&&L(d.label);return f?[{label:f,description:d?L(d.description):void 0}]:[]});return{question:L(s.question)??"",header:L(s.header),options:u}})}}function Im(t){let n=t.input&&Object.keys(t.input).length>0?ep(t.input):void 0,r;return t.outputParsed!==void 0?r=typeof t.outputParsed=="string"?Ye(t.outputParsed):ep(t.outputParsed):t.outputText!==void 0?r=Ye(t.outputText):r=t.error,{kind:"generic",label:t.title,inputPretty:n,outputPretty:r}}function Em(t){switch(Mt(t.name)){case"web_search":case"websearch":case"image_search":return um(t);case"bash":return hm(t);case"read":return bm(t);case"write":return xm(t);case"edit":case"morph_edit":return km(t);case"grep":case"glob":return Cm(t);case"task":return Rm(t);case"todowrite":return Am(t);case"question":case"ask":return Tm(t);default:return Im(t)}}var jm=new Set(["AbortError","MessageAbortedError"]),$m=["operation was aborted","aborted by user","interrupted by user","cancelled by user","canceled by user","request was cancelled","request was canceled","aborterror"],Dm=["unreachable","upstream","econnreset","econnrefused","socket hang up","network","fetch failed","timed out","timeout","gateway","502","503","504"];function sp(t){let e=t.toLowerCase();return Dm.some(n=>e.includes(n))?!1:$m.some(n=>e.includes(n))}function qm(t){let e=t.data,n=e&&typeof e=="object"?e.message:void 0;return typeof n=="string"?n:typeof t.message=="string"?t.message:void 0}function wS(t){if(typeof t=="string")return sp(t);if(!t||typeof t!="object")return!1;let e=t,n=e.name;if(typeof n=="string"&&jm.has(n))return!0;let r=qm(e);return typeof r=="string"?sp(r):!1}var Mm=["user","runtime-disposed","orphan-finalized","wake"],SS=["orphan-finalized","wake"];function vS(t){if(!t||typeof t!="object")return;let e=t.data;if(!e||typeof e!="object")return;let n=e.reason;if(!(typeof n!="string"||!n))return Mm.includes(n)?n:void 0}function Ot(t){try{return typeof process<"u"?process.env?.[t]:void 0}catch{return}}function Om(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 IS(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 rs(t,e,n){return t!==void 0?t:Om(Ot(e),n)}var ES={get disableMobileAdvertising(){return rs($().featureFlags?.disableMobileAdvertising,"NEXT_PUBLIC_DISABLE_MOBILE_ADVERTISING",!1)},get enableDinoGame(){return rs($().featureFlags?.enableDinoGame,"NEXT_PUBLIC_ENABLE_DINO_GAME",!1)},get enableProjects(){return rs($().featureFlags?.enableProjects,"NEXT_PUBLIC_ENABLE_PROJECTS",!1)},get enableAutoModel(){return!1}};var Ut="kortix-active-instance",Um=["/dashboard","/agents","/p","/workspace","/settings","/browser","/desktop","/services","/sessions","/terminal","/files","/scheduled-tasks","/commands","/tools","/configuration","/changelog","/legacy","/credits-explained"];function Fm(t){return Um.some(e=>t===e||t.startsWith(`${e}/`))}function Ze(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 $S(t){let e=Ze(t);return!!e&&e.innerPath===""}function DS(t){let e=Ze(t);return!e||!e.innerPath?t:e.innerPath}function Lm(t,e){if(!t)return e;if(e.startsWith("/")||(e=`/${e}`),e.startsWith("/instances/")){let n=Ze(e);return n?`/instances/${encodeURIComponent(t)}${n.innerPath}`:e}return Fm(e)?`/instances/${encodeURIComponent(t)}${e}`:e}function Gm(t){return t?Ze(t)?.instanceId??null:null}function qS(){return typeof window>"u"?null:Gm(window.location.pathname)||Bm()}function Bm(){if(typeof document>"u")return null;let t=document.cookie.match(new RegExp(`(?:^|; )${Ut}=([^;]+)`));return t?decodeURIComponent(t[1]):null}function MS(t){if(typeof document>"u")return;let e=n=>{document.cookie=n};if(typeof window<"u"&&window.location.pathname.startsWith("/projects")){e(`${Ut}=; Max-Age=0; Path=/; SameSite=Lax`);return}if(!t){e(`${Ut}=; Max-Age=0; Path=/; SameSite=Lax`);return}e(`${Ut}=${encodeURIComponent(t)}; Path=/; SameSite=Lax`)}function OS(t,e){return e?Lm(e,t):t}function US(t){let e=Ze(t);return e?e.innerPath||"/dashboard":t}function ss(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 Nm(t){let e=ss(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 ip(t){let e=Nm(t);if(!e||typeof e!="object")return null;let n=e;return n.name==="ConfigInvalidError"?n:null}function LS(t){return ip(t)!==null}var Km=[/sandbox not ready/i,/sandbox is not (?:ready|running)/i,/opencode (?:session )?(?:is )?not ready/i,/\bsandbox_not_ready\b/,/\bsandbox_lifecycle_unavailable\b/];function Hm(t){let e=ss(t);return e?Km.some(n=>n.test(e)):!1}function Wm(t){let e=ip(t);if(e){let s=(e.data?.path??"OpenCode config").replace(/^\/workspace\//,""),o=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:o?`${u?`${u}: `:""}${o}`:void 0}}let n=ss(t);return Hm(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 J(){let t=Ot("BACKEND_URL")||$().backendUrl;return t||"http://localhost:8008/v1"}function et(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=et(e);if(n)return n}return}if(t&&typeof t=="object"){let e=t;return et(e.sandboxId??e.id??e.slug??Object.values(e)[0])}}var op=["http://localhost:8008/v1","http://127.0.0.1:8008/v1"];function ap(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return`${t.slice(0,e)}/platform/local-bridge/status`}function zm(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 is(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?`${J()}/p/${n.external_id}/${ae.KORTIX_MASTER}`:""),status:zm(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 os(){let t=await $e(),e=[];for(let n of t){let r=await ze(n.project_id).catch(()=>[]);for(let s of r)e.push({project:n,session:s,runtime:null,sandbox:is(n,s,null)})}return e.sort((n,r)=>{let s={active:0,provisioning:1,stopped:2,error:3},o=(s[n.sandbox.status]??99)-(s[r.sandbox.status]??99);return o!==0?o:Date.parse(r.sandbox.updated_at)-Date.parse(n.sandbox.updated_at)})}async function Pe(t){let e=await os();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 Ft(t,e={}){let n={"Content-Type":"application/json",...e.headers},r=e.signal??AbortSignal.timeout(3e4),s=await q(`${J()}${t}`,{...e,headers:n,signal:r}),o=await s.text().catch(()=>{}),u;if(o)try{u=JSON.parse(o)}catch{}if(!s.ok){let p=u?.error||u?.message||u?.detail||o||`Platform API error ${s.status}`,d=new v(p,{status:s.status,code:u?.code||u?.error_code||String(s.status),details:u??(o?{rawText:o}:void 0),response:s,endpoint:t});throw s.status===402&&(d=Ce(Object.assign(d,{response:s,status:s.status,data:u}))),d}return u}function cp(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`${J()}/p/${t.external_id}/${ae.KORTIX_MASTER}`}function QS(t,e){return t.external_id?`${J()}/p/${t.external_id}/${e}`:null}async function rv(){let t=await i.get("/setup/sandbox-providers");if(t.error)throw t.error;return t.data}async function Vm(t){let e=await Pe();if(e)return{sandbox:e.sandbox,created:!1};let r=(await $e())[0];if(!r)throw new Error("Create a project before starting a sandbox");let s=await Ve(r.project_id,{...t?.provider?{provider:t.provider}:{}}),o=(await De(r.project_id,s.session_id))?.sandbox??null;return{sandbox:is(r,s,o),created:!0}}async function sv(){return(await Pe().catch(()=>null))?.sandbox??null}async function iv(t){return{sandbox:(await Vm(t)).sandbox}}async function ov(t){let e=et(t);return e?(await Pe(e).catch(()=>null))?.sandbox??null:null}async function av(t,e){throw await Pe(t)?new Error("Renaming project-session sandboxes is not exposed by the current API"):new Error("Project session sandbox not found")}async function cv(t){let e=et(t);return(await os().catch(()=>[])).map(r=>r.sandbox).filter(r=>!e||r.sandbox_id===e||r.external_id===e)}async function lv(){if(typeof window>"u")return null;let t=J(),e=Array.from(new Set([t,...op]));for(let n of e)try{let r=await fetch(ap(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 uv(t){if(!t)throw new Error("No sandbox selected for workload restart");let e=await Pe(t);if(!e)throw new Error("Project session sandbox not found");await Ct(e.project.project_id,e.session.session_id)}async function pv(t){if(!t)throw new Error("No sandbox selected to stop");let e=await Pe(t);if(!e)throw new Error("Project session sandbox not found");await Rt(e.project.project_id,e.session.session_id)}async function dv(t){throw new Error("Cancellation is not exposed for project-session sandboxes")}async function gv(t){throw new Error("Reactivation is not exposed for project-session sandboxes")}async function as(t,e,n){let r=cp(t),s=await q(`${Re(r)}${e}`,{signal:AbortSignal.timeout(8e3),headers:{"Content-Type":"application/json"},...n});if(!s.ok){let o=await s.text().catch(()=>"");throw new Error(o||`Request failed (${s.status})`)}return await s.json()}async function bv(t,e){return as(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"GET"})}async function xv(t,e,n,r="member"){await as(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"POST",body:JSON.stringify({user_id:n,role:r})})}async function _v(t,e,n){await as(t,`/kortix/projects/${encodeURIComponent(e)}/members/${encodeURIComponent(n)}`,{method:"DELETE"})}async function wv(t){let e=await Ft(`/platform/invites/${encodeURIComponent(t)}`,{method:"GET"});if(!e.success||!e.data)throw new Error(e.error||"Invite not found");return e.data}async function Sv(t){let e=await Ft(`/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 vv(t){let e=await Ft(`/platform/invites/${encodeURIComponent(t)}/decline`,{method:"POST"});if(!e.success)throw new Error(e.error||"Failed to decline invite")}async function Rv(t){throw new Error("Backups are not exposed for project-session sandboxes")}async function Av(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function Tv(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function Iv(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function jv(t){throw new Error("SSH setup is not exposed for project-session sandboxes")}async function $v(t){throw new Error("SSH connection details are not exposed for project-session sandboxes")}var Jm=["pulling","patching","stopping","removing","recreating","restarting","verifying","starting","health_check"];function Mv(t){return Jm.includes(t)}async function Ov(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 Uv(t){let e=t?`?channel=${t}`:"",n=await fetch(`${J()}/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 Xm(t||"stable");r.changelog=s.find(o=>o.version===r.version)??s[0]??null}catch{r.changelog=null}return r}async function Xm(t){let e=t?`?channel=${t}`:"",n=await fetch(`${J()}/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 Fv(){let t=await fetch(`${J()}/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 Lv(t,e){throw new Error("Sandbox image updates are managed by project-session provisioning")}async function Gv(t){}async function Bv(t){}async function Wv(t){return{serverTypes:[],location:t||"hel1"}}async function zv(t){throw new Error("Retired instance provisioning is unavailable. Create a project session with daytona, platinum, or e2b.")}async function Vv(t){let e=await i.delete(`/platform/sandbox?sandbox_id=${t}`);if(e.error)throw e.error;return e.data}async function Jv(t,e){await i.post("/platform/sandbox/mark-error",{sandbox_id:t,error_message:e},{showErrors:!1,timeout:1e4})}async function Xv(){let t=await i.post("/platform/sandbox/claim-computer",{},{timeout:6e4});if(t.error)throw t.error;return t.data}async function Qv(t){let e=await i.get(`/platform/sandbox/${t}/status`,{showErrors:!1,timeout:1e4});return e.success?e.data??null:null}function Yv(t,e){return`${J()}/platform/sandbox/${t}/provision-stream?token=${encodeURIComponent(e)}`}var pe=class extends Error{constructor(n,r,s){super(n);this.status=r;this.body=s;this.name="HostBoundaryError"}status;body};function Lt(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return/\/v1$/.test(e)?e:`${e}/v1`}function cs(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 Gt(t){let e=await t.text().catch(()=>"");if(!e)return null;try{return JSON.parse(e)}catch{return e}}function Bt(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 G(t,e,n){let r=n?.body!==void 0,s=await fetch(`${Lt(e.backendUrl)}${t}`,{method:n?.method??"GET",headers:cs(e,r),...r?{body:JSON.stringify(n.body)}:{},...e.signal?{signal:e.signal}:{},...e.cache?{cache:e.cache}:{},...e.next?{next:e.next}:{}}),o=await Gt(s);if(!s.ok)throw new pe(Bt(s,o),s.status,o);return o}function Qm(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 eC(t,e){return G(`/marketplace/items${Qm(e)}`,t)}function tC(t){return G("/marketplace/marketplaces",t)}function nC(t,e){return G(`/marketplace/items/${encodeURIComponent(t)}`,e)}function rC(t,e,n){return G(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`,n)}function sC(t,e){return G("/access/check-email",e,{method:"POST",body:{email:t}})}function iC(t,e){return G("/access/request-access",e,{method:"POST",body:t})}function oC(t){return G("/auth/logout",t,{method:"POST",body:{}})}function aC(t,e){return G(`/oauth/authorize/consent/${encodeURIComponent(t)}`,e)}function cC(t,e){return G("/oauth/authorize/consent",e,{method:"POST",body:{request_id:t.requestId,approved:t.approved}})}function lC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}`,e)}function uC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/start`,e,{method:"POST",body:{}})}function pC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/finalize`,e,{method:"POST",body:{}})}function dC(t,e){return G(`/setup-links/secret/${encodeURIComponent(t)}`,e)}function gC(t,e,n){return G(`/setup-links/secret/${encodeURIComponent(t)}`,n,{method:"POST",body:{values:e}})}function mC(t,e){return G(`/p/public-share/${encodeURIComponent(t)}`,e)}function fC(t,e,n){return G(`/projects/${encodeURIComponent(t)}/sessions/${encodeURIComponent(e)}/start`,n,{method:"POST",body:{}})}function yC(t){return G("/system/maintenance",t)}function hC(t,e){return G("/system/maintenance",e,{method:"PUT",body:t})}function bC(t){return G("/user-roles",t)}function xC(t,e){return G("/system/demo-request",e,{method:"POST",body:t})}async function _C(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(`${Lt(n.backendUrl)}/accounts/${encodeURIComponent(t)}/audit/export?${r}`,{headers:cs(n,!1),...n.signal?{signal:n.signal}:{}});if(!s.ok){let o=await Gt(s);throw new pe(Bt(s,o),s.status,o)}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 PC(t,e){let n=await fetch(`${Lt(e.backendUrl)}/admin/stress-test/run`,{method:"POST",headers:cs(e,!0),body:JSON.stringify(t),...e.signal?{signal:e.signal}:{}});if(!n.ok){let r=await Gt(n);throw new pe(Bt(n,r),n.status,r)}if(!n.body)throw new pe("No response body",n.status,null);return n.body}var Ym=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Zm(t,e){return Ym.test(e)?new URL(`templates/public/${e.toLowerCase()}`,`${Lt(t)}/`):null}async function kC(t,e,n){let r=Zm(t,e);if(!r)throw new pe("Invalid shareId parameter",400,null);let s=await fetch(r,{signal:n}),o=await Gt(s);if(!s.ok)throw new pe(Bt(s,o),s.status,o);return o}async function vC(){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 CC(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 RC(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,client_id:t.clientId,client_secret:t.clientSecret},{showErrors:!1});if(e.error)throw e.error;if(!e.data)throw new Error("GitHub App configuration request failed");return e.data}async function AC(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 TC(){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 lp(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 ef(t,e){try{let n=new URL(t),r=n.pathname;if(!(/^\/v1\/p\/[^/]+\/\d+(?:\/|$)/.test(r)||/^\/proxy\/\d+(?:\/|$)/.test(r)))return!1;let o=new Set;if(e)try{o.add(new URL(e).origin)}catch{}return typeof window<"u"&&o.add(window.location.origin),o.size===0||o.has(n.origin)}catch{return!1}}function up(t,e){return ef(t,e)?(e?lp(e):null)??lp(t):null}function EC(t){try{return/^p\d+-[^.]+\./.test(new URL(t).hostname)}catch{return!1}}function jC(t,e){try{let n=new URL(t);return n.searchParams.set("token",e),n.toString()}catch{return t}}async function MC(t,e={}){let n=up(t,e.serverUrl);if(!n)return!1;let r=await lt();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 UC=3e3;function tf(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 FC(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 o=await fetch(t,{method:"HEAD",credentials:"include",cache:"no-store",signal:n.signal});return tf(o.status)}catch{return"unknown"}finally{clearTimeout(s),e?.signal?.removeEventListener("abort",r)}}function ls(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return e}function GC(t,e){return`${ls(t)}/presentation-templates/${encodeURIComponent(e)}/pdf#toolbar=0&navpanes=0&scrollbar=0&view=FitH`}function BC(t,e){return`${ls(t)}/presentation-templates/${encodeURIComponent(e)}/image.png`}function nf(t,e){return`${ls(t)}/presentation/convert-to-${e}`}async function NC(t,e,n,r){let s=nf(e,t),o=r?.pollIntervalMs??2500,u=r?.timeoutMs??4*6e4,p=Date.now(),d=!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 E=await f.blob();if(E.size===0)throw new Error("Downloaded file is empty");return E}if(f.status===202){if(d||(d=!0,r?.onGenerating?.()),Date.now()-p>u)throw new Error(`Timed out waiting for the ${t.toUpperCase()} to generate`);await new Promise((E,C)=>{let l=setTimeout(E,o);r?.signal?.addEventListener("abort",()=>{clearTimeout(l),C(r.signal?.reason??new DOMException("Aborted","AbortError"))},{once:!0})});continue}let x=await f.text().catch(()=>""),I=f.statusText;try{let E=JSON.parse(x);I=String(E.error||E.detail||E.message||I)}catch{x&&(I=x)}throw new Error(`Failed to download ${t.toUpperCase()}: ${I} (HTTP ${f.status})`)}}var HC=6e4,WC=45e3,zC=45e3,VC=1e4,JC=15e3;function XC(t){let e=0;for(let n of t)(n.state==="queued"||n.state==="delivering"||n.state==="waiting"&&n.reason!=="held")&&(e+=1);return e}function pp(t){if(!t)return null;let e=Date.parse(t);return Number.isNaN(e)?null:e}function QC(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,nowMs:u}=t,p=!!e&&u-e.atMs<6e4,d=p?e.acceptedAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,f=p?e.atMs:Number.NEGATIVE_INFINITY,b=!!n&&u-n.atMs<15e3?n.settledAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,x=!!s&&u-s.atMs<=45e3,I=!!o&&u-o.atMs<=45e3,E=!!r&&u-r.atMs<=1e4,C=x?s.turns[0]:void 0,l=C?.turn_token??null;if(C&&s.atMs>=b&&(!o||s.atMs>=o.atMs))return{state:"working",source:"server",turnId:C.message_id,since:pp(C.started_at)??s.atMs,serverOpenTurnToken:l};if(E&&r.pending>0)return{state:"working",source:"server",turnId:null,since:r.atMs,serverOpenTurnToken:l};let y=x&&!C&&s.atMs>=d,c=I&&o.atMs>=f;if(y&&(!o||s.atMs>=o.atMs))return{state:"idle",source:"server",turnId:null,since:pp(s.lastEnded?.ended_at)??s.atMs,serverOpenTurnToken:l};if(c)return{state:o.type==="idle"?"idle":"working",source:"stream",turnId:null,since:o.atMs,serverOpenTurnToken:l};if(p)return{state:"working",source:"optimistic",turnId:e.messageId,since:e.atMs,serverOpenTurnToken:l};let R=s&&o?s.atMs>=o.atMs?{source:"server",atMs:s.atMs}:{source:"stream",atMs:o.atMs}:s?{source:"server",atMs:s.atMs}:o?{source:"stream",atMs:o.atMs}:{source:"server",atMs:u};return{state:"idle",source:R.source,turnId:null,since:R.atMs,serverOpenTurnToken:l}}function YC(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,nowMs:u}=t,p=[e?e.atMs+6e4:null,n?n.atMs+15e3:null,r?r.atMs+1e4:null,s?s.atMs+45e3:null,o?o.atMs+45e3:null],d=null;for(let f of p)f===null||f<=u||(d===null||f<d)&&(d=f);return d}var eR=6e4;function tR(t){return t.serverCompactingAtMs!==null?!0:t.optimisticAtMs===null?!1:t.nowMs-t.optimisticAtMs<6e4}function nR(t){if(t.serverCompactingAtMs!==null||t.optimisticAtMs===null)return null;let e=t.optimisticAtMs+6e4;return e>t.nowMs?e:null}var rf=9e4;function rR(t){return t.serverCompactingAtMs===null?null:t.serverCompactingAtMs+rf}function dp(t){let e=t.fetch??globalThis.fetch,n=t.baseUrl.replace(/\/$/,"");return async({limit:r,before:s})=>{let o=new URLSearchParams({limit:String(r)});s&&o.set("before",s);let u=await t.getToken?.(),p=await e(`${n}/session/${encodeURIComponent(t.sessionId)}/message?${o}`,{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 sf(t){return af(dp(t))}function of(t){return new us({...t,loadPage:dp(t)})}async function af(t){let e=new Map,n=new Set,r;do{let s=await t({limit:50,...r?{before:r}:{}});for(let o of s.messages)e.set(o.info.id,o);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,o)=>s.info.id.localeCompare(o.info.id))}var cf={now:Date.now,setInterval:(t,e)=>setInterval(t,e),clearInterval:t=>clearInterval(t),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},us=class{options;scheduler;livenessIntervalMs;snapshot={freshness:"idle",hasOlder:!1,isLoadingOlder:!1};nextCursor;knownUserMessageIds=new Set;olderHistoryStarted=!1;tailRequest;olderRequest;livenessTimer;lastActivityAt;listeners=new Set;destroyed=!1;constructor(e){this.options=e,this.scheduler=e.scheduler??cf,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"})}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.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.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 o=await this.options.loadPage({limit:50,...r?{before:r}:{}});return this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:o.messages.length,succeeded:!0}),o}catch(o){throw this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:0,succeeded:!1}),o}}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 o=[...e.messages],u=new Set(this.knownUserMessageIds),p=new Set(s?[s]:[]),d=e.nextCursor;for(let f of e.messages)f.info.role==="user"&&u.add(f.info.id);for(;d&&o.some(f=>f.info.role==="assistant"&&!!f.info.parentID&&!u.has(f.info.parentID));){if(p.has(d))throw new Error(`Session history cursor repeated: ${d}`);p.add(d);let f=await this.loadPage(n,r,d);o.unshift(...f.messages);for(let m of f.messages)m.info.role==="user"&&u.add(m.info.id);d=f.nextCursor}return{messages:o,nextCursor:d}}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.raceDeadline(this.reconcile("poll"),this.livenessIntervalMs),this.lastActivityAt=this.scheduler.now())}raceDeadline(e,n){return new Promise(r=>{let s,o=!1,u=()=>{o||(o=!0,this.cancelTimer(s),r())};s=this.startTimer(u,n),e.then(u,u)})}setCursor(e){this.nextCursor=e,this.update({hasOlder:!!e})}stopLivenessTimer(){this.livenessTimer!==void 0&&(this.scheduler.clearInterval(this.livenessTimer),this.livenessTimer=void 0)}startTimer(e,n){return this.scheduler.setTimeout?this.scheduler.setTimeout(e,n):setTimeout(e,n)}cancelTimer(e){e!==void 0&&(this.scheduler.clearTimeout?this.scheduler.clearTimeout(e):clearTimeout(e))}update(e){let n={...this.snapshot,...e};if(!(n.freshness===this.snapshot.freshness&&n.hasOlder===this.snapshot.hasOlder&&n.isLoadingOlder===this.snapshot.isLoadingOlder)){this.snapshot=n;for(let r of this.listeners)r()}}};function lf(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return`${e}/tunnel/permission-requests/stream`}function uf(t){let{url:e,token:n,method:r="GET",body:s,onEvent:o,onOpen:u,onError:p,signal:d}=t,f=new Map,m=null,b=!1;function x(y,c){o?.(y,c);let R=f.get(y);if(R)for(let A of R)try{A(c)}catch{}}async function I(){if(b)return;m=new AbortController;let y=d?AbortSignal.any([m.signal,d]):m.signal;try{let c={Accept:"text/event-stream",Authorization:`Bearer ${n}`};r!=="GET"&&s!==void 0&&(c["Content-Type"]="application/json");let R=await fetch(e,{method:r,headers:c,body:r!=="GET"&&s!==void 0?JSON.stringify(s):void 0,signal:y,credentials:"include"});if(!R.ok)throw new Error(`SSE connection failed: ${R.status} ${R.statusText}`);if(!R.body)throw new Error("SSE response has no body");u?.();let A=R.body.getReader(),k=new TextDecoder,D="",j="message",T="";for(;!b;){let{done:z,value:V}=await A.read();if(z)break;D+=k.decode(V,{stream:!0});let h=D.split(`
|
|
77
|
+
`);D=h.pop()||"";for(let S of h)S===""?T&&(x(j,T.trimEnd()),j="message",T=""):S.startsWith("event: ")?j=S.slice(7).trim():S.startsWith("data: ")?T+=(T?`
|
|
78
|
+
`:"")+S.slice(6):S.startsWith("data:")&&(T+=(T?`
|
|
79
|
+
`:"")+S.slice(5))}}catch(c){if(b||c instanceof DOMException&&c.name==="AbortError")return;p?.(c instanceof Error?c:new Error(String(c)))}}function E(){b=!0,m?.abort(),m=null,f.clear()}function C(y,c){let R=f.get(y)??new Set;R.add(c),f.set(y,R)}function l(y,c){f.get(y)?.delete(c)}return{connect:I,close:E,addEventListener:C,removeEventListener:l}}function oR(t,e){return uf({...e,url:lf(t)})}export{Mm as ABORT_REASONS,SS as ABORT_REASONS_NOT_YET_EMITTED,Ut as ACTIVE_INSTANCE_COOKIE,v as ApiError,Se as AuthError,me as BillingError,Ju as COST_MARKUP,Bu as DEFAULT_TRANSCRIPT_OPTIONS,Jm as DESTRUCTIVE_PHASES,fr as FEATURE_DISABLED_CODE,db as FEATURE_FLAG_KEYS,ad as FEATURE_NOT_SUPPORTED_CODE,pe as HostBoundaryError,td as IMPERSONATION_HEADER,VC as INBOX_OBSERVATION_MAX_MS,Um as INSTANCE_SCOPED_ROUTES,cd as MODEL_NOT_SERVABLE_CODE,JC as OPTIMISTIC_ABORT_MAX_MS,eR as OPTIMISTIC_COMPACTION_MAX_MS,HC as OPTIMISTIC_RECEIPT_MAX_MS,UC as PREVIEW_PROBE_TIMEOUT_MS,ld as PROVISION_IN_FLIGHT_CODE,Wr as PublicSessionShareError,zr as PublicVoiceJoinError,ve as RequestTooLargeError,Le as RuntimeNotReadyError,xr as SANDBOX_FS_ROOTS,ae as SANDBOX_PORTS,rf as SERVER_COMPACTION_REVALIDATE_MS,WC as SERVER_OBSERVATION_MAX_MS,zC as STREAM_OBSERVATION_MAX_MS,qt as SessionNotReadyError,Lr as SessionStartError,df as __getConfigResolver,pf as __setConfigResolver,vS as abortErrorReason,ui as acceptAccountInvite,Sv as acceptInvite,Ul as actReviewItem,vo as activateConnection,bl as addGroupMembers,mu as addMarketplaceSource,om as allDescendantIds,jC as appendPreviewToken,Ui as approveProjectAccessRequest,Ty as approveTask,Er as archiveProject,Oy as assignTicket,Vi as attachGroupToProject,q as authenticatedFetch,i as backendApi,h_ as bindSlackIdentity,b_ as bindTeamsIdentity,oo as brokerProjectSecretRequest,Lm as buildInstancePath,BC as buildPresentationTemplateImageUrl,GC as buildPresentationTemplatePdfUrl,up as buildPreviewAuthEndpoint,Zm as buildPublicTemplateUrl,nf as buildRuntimePresentationConversionUrl,na as buildSandboxTemplate,Kk as buildStaticFileHealthPreviewUrl,Nk as buildStaticFileLocalUrl,Bk as buildStaticFilePreviewUrl,Vd as buildStaticFileServicePath,lf as buildTunnelEventStreamUrl,Jk as buildWebProxyUrl,Fl as bulkActReviewItems,W_ as bulkDeletePolicies,z_ as bulkImportPolicies,ho as callConnector,DP as cancelAccountDeletion,ai as cancelAccountInvite,dv as cancelSandbox,Bv as cancelSandboxUpdate,vc as cancelScheduledChange,kc as cancelSubscription,sC as checkAccessEmail,Xw as childMapByParent,Xv as claimComputer,s_ as claimPerSeatBilling,Ea as claimWarmProjectSession,Hu as classifyPart,tf as classifyPreviewProbeStatus,Xg as classifyTurn,Qs as clearImpersonationSession,ac as clearModelDefault,bx as clearSessionFresh,_a as closeChangeRequest,ph as closeMilestone,Ww as collectTurnParts,Fy as commentTicket,wa as commitSessionChanges,nR as compactionExpiryAtMs,im as compareMessagesForDisplay,Vu as computeStatusFromPart,Tc as configureAutoTopup,Ht as configureKortix,_c as confirmCheckoutSession,Nc as connectEmail,qc as connectSlack,QP as convertPresentationToGoogleSlides,NC as convertRuntimePresentation,Pt as copyFile,Ec as costExportUrl,XC as countLiveInboxPrompts,ti as createAccount,ru as createAccountAuditWebhook,Vl as createAccountToken,hu as createApp,wu as createAppAccessSession,vu as createAppDeployment,jl as createAssignment,_P as createAuditWebhook,Av as createBackup,xc as createCheckoutSession,Fo as createConnector,_t as createFile,cl as createGatewayKey,ml as createGroup,of as createHttpSessionSyncController,zv as createInstance,hg as createKortix,Us as createKortixPty,vk as createMarketplaceInstallSession,lh as createMilestone,r_ as createPerSeatCheckout,N_ as createPolicy,Pc as createPortalSession,Pi as createProject,Jy as createProjectAgent,Ql as createProjectCliToken,ki as createProjectRepo,Yi as createProjectResourceGrant,Ve as createProjectSession,Xa as createProjectTrigger,Sl as createRole,uf as createSSEStream,iv as createSandbox,Gl as createSandboxShare,Zo as createSandboxTemplate,Q_ as createScimToken,yP as createServiceAccountApi,qa as createSessionPrompt,Aa as createSessionPublicShare,aP as createSsoGroupMapping,Cy as createTask,Dy as createTicket,oR as createTunnelEventStream,pi as declineAccountInvite,vv as declineInvite,qP as deleteAccountImmediately,_u as deleteApp,kP as deleteAuditWebhook,Iv as deleteBackup,Go as deleteConnector,bh as deleteCredential,Ms as deleteEnv,Te as deleteFile,ol as deleteGatewayBudget,Mi as deleteGitHubInstallation,yl as deleteGroup,Vv as deleteInstance,sh as deleteKortixProject,gh as deleteMilestone,mo as deletePersonalProjectSecret,H_ as deletePolicy,Qy as deleteProjectAgent,lo as deleteProjectProviderOAuth,Zi as deleteProjectResourceGrant,po as deleteProjectSecret,Ba as deleteProjectSession,Ya as deleteProjectTrigger,Rl as deleteRole,ta as deleteSandboxTemplate,bP as deleteServiceAccountApi,Oa as deleteSessionPrompt,cP as deleteSsoGroupMapping,iP as deleteSsoProvider,Iy as deleteTask,Ly as deleteTicket,li as describeAccountInvite,yo as describeConnectorTool,Xi as detachGroupFromProject,Hd as detectLocalhostUrls,hP as disableServiceAccountApi,Kc as disconnectEmail,TC as disconnectGitHubApp,Uc as disconnectSlack,Bb as discoverConnectionOAuth2,Nb as discoverConnectionOAuth2Resource,Lo as discoverConnectorAuth,lv as discoverLocalSandbox,_C as downloadAccountAudit,Eh as dropClientForUrl,Dh as dropPublicClientForUrl,zy as ensurePmSession,MC as ensurePreviewSessionCookie,Fb as ensureProjectConnectorConnection,Vm as ensureSandbox,Ia as ensureWarmProjectSession,qp as env,tu as exportAccountAudit,le as extractGatewayErrorDetails,Ze as extractInstanceRoute,Es as featureDisabledKey,ES as featureFlags,t_ as fetchAccountStateWithToken,cb as fetchAccountsWithToken,g_ as fetchCostExportCsv,aa as fetchProjectArchive,_b as fetchProjectsForAccountWithToken,Zp as files,Jr as finalizeAppArtifact,pC as finalizeConnectorSetupLink,bt as findFiles,zw as findLastTextPart,xt as findText,ec as fireProjectTrigger,Yo as fixSandboxWithAgent,$s as formatBillingErrorForUI,fS as formatCost,dS as formatDuration,Wm as formatOpenCodeRuntimeError,Wm as formatRuntimeError,yS as formatTokens,Sg as formatTranscript,bg as generateSessionId,ni as getAccount,jP as getAccountDeletionStatus,dc as getAccountState,gc as getAccountStateMinimal,Bm as getActiveInstanceIdFromCookie,NP as getAdminProviderAnalytics,LP as getAdminProviderDistribution,HP as getAdminProviderFallback,MP as getAdminRole,rm as getAgentCardLabel,Vx as getAgentConfig,Yy as getAgentPersona,Fv as getAllVersions,Jw as getAnsweredQuestionParts,bu as getApp,Pu as getAppAccess,Ru as getAppDeployment,Au as getAppDeploymentLogs,Pk as getApprovalLink,lt as getAuthToken,Ss as getAuthTokenWithRetry,Ac as getAutoTopupSettings,n_ as getAutoTopupSetupStatus,yc as getBillingCreditBreakdown,bc as getBillingTierConfigurations,fc as getBillingTransactionsSummary,hc as getBillingUsageHistory,fa as getChangeRequest,ya as getChangeRequestDiff,ha as getChangeRequestMergePreview,qw as getChildSessionError,Dw as getChildSessionId,Mw as getChildSessionToolParts,fe as getClient,ie as getClientForUrl,Ko as getConnectStatus,Gb as getConnectionOAuth2Application,Vb as getConnectionOAuth2Status,Jb as getConnectionPolicies,$r as getConnectorCatalog,Mo as getConnectorConfig,Do as getConnectorPolicies,lC as getConnectorSetupLink,d_ as getCostSummary,Gm as getCurrentInstanceIdFromPathname,qS as getCurrentInstanceIdFromWindow,Vs as getCurrentProject,Br as getDefaultAccountState,Fw as getDiagnostics,nm as getDirectory,qr as getDiscoverConnector,Yb as getDiscoverIntegration,Gc as getEmailInstallation,Bc as getEmailMode,SP as getEnterpriseDemo,ht as getFileStatus,Wu as getFileWithDir,tm as getFilename,Xm as getFullChangelog,tl as getGatewayBreakdown,sl as getGatewayBudgets,rl as getGatewayErrors,al as getGatewayKeys,Yc as getGatewayLog,Zc as getGatewayOverview,zc as getGatewayRoutingPolicy,el as getGatewaySeries,nl as getGatewaySessions,vC as getGitHubAppStatus,Ti as getGitHubInstallation,XP as getGoogleAuthUrl,gl as getGroup,jw as getHiddenToolParts,sd as getImpersonationSession,wv as getInvite,Wv as getJustavpsServerTypes,th as getKortixProject,nh as getKortixProjectBySession,Gs as getKortixPtyWebSocketUrl,Uv as getLatestSandboxVersion,yC as getMaintenanceConfig,yb as getManagedGitStatus,pu as getMarketplaceCatalogItem,du as getMarketplaceCatalogItemFile,Z_ as getMfaRequired,ah as getMilestone,ic as getModelDefaults,aC as getOAuthConsentRequest,ip as getOpenCodeConfigInvalidError,Iw as getPartText,gP as getPatPolicy,Lw as getPermissionForTool,Cr as getProject,Zy as getProjectActivity,ua as getProjectCommit,pa as getProjectCommitDiff,Rr as getProjectDetail,da as getProjectFileHistory,_i as getProjectGitToken,Ar as getProjectLlmCatalog,mb as getProjectLlmCatalogProviders,Tr as getProjectModelPicker,Mr as getProjectSandboxHealth,hb as getProjectSandboxProviderTransition,Ur as getProjectSession,Na as getProjectSessionConfigState,Wa as getProjectSessionScope,Cc as getProrationPreview,rv as getProviders,Hk as getProxyBaseUrl,$h as getPublicClientForUrl,nC as getPublicMarketplaceItem,rC as getPublicMarketplaceItemFile,ok as getPublicSessionShare,ak as getPublicSessionShareMessages,mC as getPublicShareByToken,kC as getPublicTemplate,uk as getPublicVoiceJoin,pk as getPublicVoiceTranscript,Gw as getQuestionForTool,I_ as getReferralCode,$_ as getReferralStats,hS as getRetryInfo,bS as getRetryMessage,Ml as getReviewItem,kl as getRolePermissions,wl as getRoleUsage,$v as getSSHConnection,sv as getSandbox,ov as getSandboxById,QS as getSandboxPortUrl,Qv as getSandboxProvisionStatus,Yv as getSandboxProvisionStreamUrl,Ov as getSandboxUpdateStatus,cp as getSandboxUrl,dC as getSecretSetupLink,_r as getServerHealth,Ph as getServiceLogs,ja as getSessionAudit,mS as getSessionCost,Kr as getSessionCostRecord,$u as getSessionHealth,lP as getSessionPolicy,Ca as getSessionPreviewCandidates,$a as getSessionTranscript,Da as getSessionTurn,nS as getShellModePart,Fc as getSlackChannelFile,Dc as getSlackInstallation,Oc as getSlackManifest,Mc as getSlackMode,nP as getSsoProvider,Jd as getStaticFileHealthPath,mr as getSupabaseAccessToken,se as getSupabaseAccessTokenWithRetry,wy as getTask,vy as getTaskStatus,Tk as getTemplate,jy as getTicket,Ow as getToolInfo,vg as getTranscriptFilename,gS as getTurnCost,lS as getTurnError,uS as getTurnErrorDetails,pS as getTurnStatus,Ic as getUsageRollup,bC as getUserRolesWithToken,ga as getVersionDiff,La as getVoiceTranscript,aS as getWorkingState,xv as grantSandboxProjectAccess,Xx as grantSecretToAgent,Hw as groupMessagesIntoTurns,xS as hasDiffs,Gk as hasLocalhostUrls,zd as hasPreviewTarget,Zw as hasRetryingAssistantTurn,Yd as heartbeatGapEvent,Fa as holdSessionPrompts,Yr as humanizeToolName,Sr as impersonationHeaders,sP as importSsoProviderFromMetadata,Ik as installTemplate,ct as invalidateTokenCache,ii as inviteAccountMember,Ni as inviteProjectMember,bi as inviteRepoCollaborator,wS as isAbortError,tb as isAdminBypassEnabled,Cw as isAgentPart,Bd as isAppRouteUrl,Yg as isAttachment,js as isBillingError,Rw as isCompactionPart,Wt as isConfigured,Mv as isDestructivePhase,Yk as isExternalUrl,Is as isFeatureDisabledError,Qg as isFilePart,nd as isImpersonationSessionLive,$S as isInstanceDetailPath,Fm as isInstanceScopedAppPath,Vk as isInternalLocalhostUrl,Tb as isInviteSent,oS as isLastUserMessage,gb as isManagedGithubProject,LS as isOpenCodeConfigInvalidError,Tw as isPatchPart,zk as isPreviewUrl,Xd as isProxiableLocalhostUrl,es as isReasoningPart,am as isRetryableTurnError,Ok as isRuntimeReady,Hm as isSandboxNotReadyError,Js as isServerReachable,Sa as isSessionFresh,$x as isSessionStartError,cm as isShellMode,Aw as isSnapshotPart,EC as isSubdomainPreviewUrl,_e as isTextPart,ue as isToolPart,$w as isToolPartHidden,Ks as isUnderSandboxRoot,Qk as isWebProxyUrl,Op as kortixPty,mi as leaveAccount,qi as linkGitHubInstallation,Ai as linkRepository,Zl as listAccountAudit,nu as listAccountAuditWebhooks,oi as listAccountInvites,si as listAccountMembers,G_ as listAccountResourceGrants,pP as listAccountSessions,zl as listAccountTokens,ei as listAccounts,V_ as listActions,GP as listAdminSandboxes,Pl as listAgentIdentities,_o as listAllConnections,Cu as listAppDeployments,yu as listApps,El as listAssignments,wP as listAuditEvents,xP as listAuditWebhooks,Rv as listBackups,mc as listBillingTransactions,ma as listChangeRequests,x_ as listChannelBindings,Gy as listColumns,xo as listConnections,St as listConnectorTools,To as listConnectors,p_ as listCostByProject,fh as listCredentialEvents,mh as listCredentials,Dr as listDiscoverConnectors,Qb as listDiscoverIntegrations,Ds as listEnv,uu as listFeaturedMarketplaces,Ny as listFields,yt as listFiles,Qc as listGatewayLogs,Ii as listGitHubInstallations,ji as listGitHubRepositories,$i as listGitHubRepositoryBranches,hl as listGroupMembers,U_ as listGroupProjectGrants,dl as listGroups,rh as listKortixProjectSessions,eh as listKortixProjects,Os as listKortixPty,Ei as listLinkableGitHubInstallations,cu as listMarketplaceCatalogItems,gu as listMarketplaceSources,lu as listMarketplaces,F_ as listMemberGroups,L_ as listMemberProjectAccess,ch as listMilestoneEvents,oh as listMilestones,eo as listPendingApprovals,Ki as listPendingProjectInvites,Dl as listPermissions,Bo as listPipedreamApps,No as listPipedreamSections,B_ as listPolicies,Li as listProjectAccess,Oi as listProjectAccessRequests,Vy as listProjectAgents,eu as listProjectAudit,ca as listProjectBranches,Xl as listProjectCliTokens,la as listProjectCommits,sa as listProjectFiles,zi as listProjectGroupGrants,zo as listProjectPolicies,Qi as listProjectResourceGrants,Jo as listProjectSandboxTemplates,ra as listProjectSandboxes,ro as listProjectSecrets,ze as listProjectSessions,Xo as listProjectSnapshots,Ja as listProjectTriggers,$e as listProjects,hi as listProjectsForAccount,eC as listPublicMarketplaceItems,tC as listPublicMarketplaces,D_ as listReferrals,ql as listReviewItems,_l as listRoles,bv as listSandboxProjectMembers,Ll as listSandboxShares,cv as listSandboxes,X_ as listScimTokens,fP as listServiceAccountsApi,_h as listServiceTemplates,xh as listServices,jc as listSessionCosts,Ma as listSessionPrompts,Ra as listSessionPublicShares,to as listSessionsNeedingInput,oP as listSsoGroupMappings,Sy as listTaskEvents,ky as listTasks,Hy as listTemplates,$y as listTicketEvents,Ey as listTickets,sf as loadHttpSessionHistory,Jv as markInstanceError,vt as markSessionFresh,xa as mergeChangeRequest,KP as migrateAdminSandboxProvider,We as mkdir,Zd as narrowChatEvent,US as normalizeAppPathname,Zk as normalizeExternalInput,Mt as normalizeToolName,ba as openChangeRequest,Xr as openEventStream,PC as openStressTestStream,Ce as parseBillingError,IS as parseFlagOverride,Et as parseLocalhostUrl,Nm as parseOpenCodeErrorPayload,ju as parseProxyHop,Fu as parseSubdomainUrl,Xk as parseWebProxyUrl,ih as patchKortixProject,Uo as pipedreamConnect,Ro as pipedreamConnectConnection,Wo as pipedreamFinalize,Ao as pipedreamFinalizeConnection,$ as platformConfig,zb as pollConnectionOAuth2DeviceAuthorization,co as pollProjectProviderOAuth,Xc as previewGatewayRoute,eP as previewMfaRequired,Al as probeEffectivePermission,Tl as probeEffectivePermissions,FC as probePreviewPort,tR as projectCompacting,jx as projectSessionStartSeed,QC as projectWorking,wi as provisionProject,fb as provisionProjectStream,Pb as provisionProjectWithToken,Ou as proxyLocalhostUrl,Wk as proxyUrlToInternal,Rc as purchaseCredits,Lb as putConnectionOAuth2Application,gv as reactivateSandbox,wc as reactivateSubscription,Ne as readBlob,Be as readFile,oa as readProjectFile,Qo as rebuildProjectSnapshot,Po as reconcileConnection,ko as reconcileMemberConnection,wh as reconcileServices,oC as recordPlatformLogout,E_ as refreshReferralCode,Vr as registerAppArtifact,Kb as registerConnectionOAuth2Client,Sh as registerService,Fi as rejectProjectAccessRequest,Uw as relativizePath,Ka as reloadProjectSessionConfig,Ha as reloadProjectSessionConfigStream,iu as removeAccountAuditWebhook,di as removeAccountMember,xl as removeGroupMember,Ls as removeKortixPty,fu as removeMarketplaceSource,ye as renameFile,av as renameSandbox,Pa as reopenChangeRequest,dh as reopenMilestone,By as replaceColumns,Ky as replaceFields,Wy as replaceTemplates,$P as requestAccountDeletion,ka as requestChangesOnChangeRequest,Ab as requestProjectAccess,au as requestProjectConnector,ou as requestProjectSecret,ci as resendAccountInvite,Wi as resendPendingProjectInvite,jh as resetClient,Jc as resetGatewayRoutingPolicy,qh as resetPublicClient,Gv as resetSandboxUpdateStatus,no as resolveApproval,e_ as resolvedPlan,Ct as restartProjectSession,uv as restartSandbox,Tv as restoreBackup,Ua as retrySessionPrompt,hh as revealCredential,dP as revokeAccountSession,Jl as revokeAccountToken,$l as revokeAssignment,So as revokeConnection,ll as revokeGatewayKey,Hi as revokePendingProjectInvite,Bi as revokeProjectAccess,Yl as revokeProjectCliToken,_v as revokeSandboxProjectAccess,Bl as revokeSandboxShare,Y_ as revokeScimToken,Ta as revokeSessionPublicShare,xe as rewriteLocalhostUrl,Eu as rollbackApp,ul as runGatewayPlayground,Di as saveGitHubInstallation,Sc as scheduleDowngrade,fo as searchConnectorTools,ia as searchProjectFiles,q_ as sendReferralEmails,rR as serverCompactionRevalidateAtMs,kh as serviceAction,Dx as sessionStartKey,MS as setActiveInstanceCookie,eb as setAdminBypass,BP as setAdminProviderDistribution,WP as setAdminProviderFallback,lc as setAgentScope,ty as setBootstrapAuthToken,ey as setCachedAuthToken,Xb as setConnectionPolicies,jo as setConnectorAuthorizationStrategy,Ho as setConnectorCredential,Eo as setConnectorCredentialMode,Oo as setConnectorName,qo as setConnectorPolicies,Zb as setConnectorSecretBinding,$o as setConnectorSensitive,Co as setDefaultConnection,vP as setEnterpriseDemo,qs as setEnv,il as setGatewayBudget,Vc as setGatewayRoutingPolicy,RC as setGitHubAppFromExisting,AC as setGitHubAppPat,Wh as setImpersonationSession,hC as setMaintenanceConfig,Wc as setMeetBotName,J_ as setMemberSuperAdmin,tP as setMfaRequired,oc as setModelDefault,go as setPersonalProjectSecret,Gx as setProjectModelEnablement,Ri as setProjectOnboardingComplete,xb as setProjectOnboardingProfile,Vo as setProjectPolicies,io as setProjectSecretStrategy,Va as setProjectSessionModel,za as setProjectSessionScope,va as setProjectSessionSharing,Za as setProjectTriggersActivation,jv as setupSSH,np as shellExitCode,od as shouldAttachImpersonation,cS as shouldHideResponsePart,em as shouldShowToolPart,Qw as sortSessions,Ew as splitUserParts,Tu as startApp,Hb as startConnectionOAuth2Authorization,Wb as startConnectionOAuth2DeviceAuthorization,uC as startConnectorSetupLink,CC as startGitHubAppManifest,ao as startProjectProviderOAuth,De as startProjectSession,fC as startSessionWithToken,Ay as startTask,Iu as stopApp,Rt as stopProjectSession,pv as stopSandbox,Bw as stripAnsi,DS as stripInstancePrefix,Re as stripTrailingSlashes,iC as submitAccessRequest,xC as submitDemoRequest,cC as submitOAuthConsent,Ol as submitReviewItem,gC as submitSecretSetupLink,zh as subscribeToImpersonation,nb as supabaseClient,Io as syncConnectors,i_ as syncSubscription,Mh as systemReload,Ee as toDaemonPath,OS as toInstanceAwarePath,Qd as toInternalUrl,mt as toSandboxAbsolutePath,Hs as toWorkspaceRelative,Zr as toolInfo,Em as toolViewModel,pl as transcribeAudio,Lv as triggerSandboxUpdate,Mp as triggersRequest,Vw as turnHasSteps,Uy as unassignTicket,Y as unwrapError,su as updateAccountAuditWebhook,gi as updateAccountMemberRole,ri as updateAccountName,Jx as updateAgentConfig,xu as updateApp,ku as updateAppAccess,PP as updateAuditWebhook,__ as updateChannelBinding,wo as updateConnectionCredential,Hc as updateEmailPolicy,vi as updateExperimentalFeature,Si as updateFeatureFlag,fl as updateGroup,Fs as updateKortixPty,uh as updateMilestone,mP as updatePatPolicy,K_ as updatePolicy,Ir as updateProject,Gi as updateProjectAccess,Xy as updateProjectAgent,pc as updateProjectDefaultAgent,Ji as updateProjectGroupGrant,Ci as updateProjectSandboxProvider,Ga as updateProjectSession,Qa as updateProjectTrigger,vl as updateRole,Cl as updateRolePermissions,ea as updateSandboxTemplate,uP as updateSessionPolicy,Ry as updateTask,bb as updateTemplateWarmPool,qy as updateTicket,My as updateTicketStatus,Su as uploadAppArtifactArchive,bo as uploadConnectorAttachment,Ke as uploadFile,Lc as uploadSlackChannelFile,yh as upsertCredential,uo as upsertProjectGitCredential,so as upsertProjectSecret,rP as upsertSsoProvider,xi as validateProjectManifest,j_ as validateReferralCode,fi as validateToken,S_ as verifyGatewayProvider,YC as workingExpiryAtMs,He as writeFile};
|