@kortix/sdk 0.13.5 → 0.13.9
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/README.md +69 -6
- package/dist/browser/session-sync/server-transcript-mirror.d.ts +82 -0
- package/dist/browser/session-sync/server-transcript-mirror.d.ts.map +1 -0
- package/dist/browser/session-sync/server-transcript-mirror.js +143 -0
- package/dist/browser/session-sync/server-transcript-mirror.js.map +1 -0
- package/dist/browser/session-sync/session-sync-registry.d.ts +11 -21
- package/dist/browser/session-sync/session-sync-registry.d.ts.map +1 -1
- package/dist/browser/session-sync/session-sync-registry.js +48 -3
- package/dist/browser/session-sync/session-sync-registry.js.map +1 -1
- package/dist/browser/stores/sandbox-connection-store.d.ts +13 -1
- package/dist/browser/stores/sandbox-connection-store.d.ts.map +1 -1
- package/dist/browser/stores/sandbox-connection-store.js +5 -2
- package/dist/browser/stores/sandbox-connection-store.js.map +1 -1
- package/dist/browser/stores/session-working-store.d.ts +10 -5
- package/dist/browser/stores/session-working-store.d.ts.map +1 -1
- package/dist/browser/stores/session-working-store.js +32 -8
- package/dist/browser/stores/session-working-store.js.map +1 -1
- package/dist/browser/stores/sync-store.d.ts +29 -1
- package/dist/browser/stores/sync-store.d.ts.map +1 -1
- package/dist/browser/stores/sync-store.js +516 -393
- package/dist/browser/stores/sync-store.js.map +1 -1
- package/dist/core/auth/app-viewer.d.ts +57 -0
- package/dist/core/auth/app-viewer.d.ts.map +1 -0
- package/dist/core/auth/app-viewer.js +82 -0
- package/dist/core/auth/app-viewer.js.map +1 -0
- package/dist/core/auth/session.d.ts +45 -0
- package/dist/core/auth/session.d.ts.map +1 -0
- package/dist/core/auth/session.js +113 -0
- package/dist/core/auth/session.js.map +1 -0
- package/dist/core/client/kortix.d.ts +37 -18
- package/dist/core/client/kortix.d.ts.map +1 -1
- package/dist/core/client/kortix.js +47 -0
- package/dist/core/client/kortix.js.map +1 -1
- package/dist/core/http/config.d.ts +4 -2
- package/dist/core/http/config.d.ts.map +1 -1
- package/dist/core/http/config.js.map +1 -1
- package/dist/core/http/opencode-errors.d.ts +17 -0
- package/dist/core/http/opencode-errors.d.ts.map +1 -1
- package/dist/core/http/opencode-errors.js +25 -0
- package/dist/core/http/opencode-errors.js.map +1 -1
- package/dist/core/rest/platform-client/auth.d.ts +120 -0
- package/dist/core/rest/platform-client/auth.d.ts.map +1 -0
- package/dist/core/rest/platform-client/auth.js +98 -0
- package/dist/core/rest/platform-client/auth.js.map +1 -0
- package/dist/core/rest/platform-client/host-boundary.d.ts +5 -0
- package/dist/core/rest/platform-client/host-boundary.d.ts.map +1 -1
- package/dist/core/rest/platform-client/host-boundary.js.map +1 -1
- package/dist/core/rest/projects-client/accounts.d.ts +57 -0
- package/dist/core/rest/projects-client/accounts.d.ts.map +1 -1
- package/dist/core/rest/projects-client/accounts.js +31 -0
- package/dist/core/rest/projects-client/accounts.js.map +1 -1
- package/dist/core/rest/projects-client/apps.d.ts +9 -0
- package/dist/core/rest/projects-client/apps.d.ts.map +1 -1
- package/dist/core/rest/projects-client/apps.js.map +1 -1
- package/dist/core/rest/projects-client/billing.d.ts +2 -0
- package/dist/core/rest/projects-client/billing.d.ts.map +1 -1
- package/dist/core/rest/projects-client/billing.js.map +1 -1
- package/dist/core/rest/projects-client/connectors.d.ts +104 -19
- package/dist/core/rest/projects-client/connectors.d.ts.map +1 -1
- package/dist/core/rest/projects-client/connectors.js +56 -2
- package/dist/core/rest/projects-client/connectors.js.map +1 -1
- package/dist/core/rest/projects-client/index.d.ts +1 -0
- package/dist/core/rest/projects-client/index.d.ts.map +1 -1
- package/dist/core/rest/projects-client/index.js +1 -0
- package/dist/core/rest/projects-client/index.js.map +1 -1
- package/dist/core/rest/projects-client/oauth-clients.d.ts +47 -0
- package/dist/core/rest/projects-client/oauth-clients.d.ts.map +1 -0
- package/dist/core/rest/projects-client/oauth-clients.js +33 -0
- package/dist/core/rest/projects-client/oauth-clients.js.map +1 -0
- package/dist/core/rest/projects-client/projects.d.ts +23 -6
- package/dist/core/rest/projects-client/projects.d.ts.map +1 -1
- package/dist/core/rest/projects-client/projects.js +1 -0
- package/dist/core/rest/projects-client/projects.js.map +1 -1
- package/dist/core/rest/projects-client/session-sandbox.d.ts +52 -0
- package/dist/core/rest/projects-client/session-sandbox.d.ts.map +1 -1
- package/dist/core/rest/projects-client/session-sandbox.js.map +1 -1
- package/dist/core/rest/projects-client/sessions.d.ts +134 -1
- package/dist/core/rest/projects-client/sessions.d.ts.map +1 -1
- package/dist/core/rest/projects-client/sessions.js +47 -1
- package/dist/core/rest/projects-client/sessions.js.map +1 -1
- package/dist/core/session/index.d.ts +1 -0
- package/dist/core/session/index.d.ts.map +1 -1
- package/dist/core/session/index.js +1 -0
- package/dist/core/session/index.js.map +1 -1
- package/dist/core/session/open-bundle.d.ts +110 -0
- package/dist/core/session/open-bundle.d.ts.map +1 -0
- package/dist/core/session/open-bundle.js +183 -0
- package/dist/core/session/open-bundle.js.map +1 -0
- package/dist/core/session/poll-owner.d.ts +35 -0
- package/dist/core/session/poll-owner.d.ts.map +1 -0
- package/dist/core/session/poll-owner.js +90 -0
- package/dist/core/session/poll-owner.js.map +1 -0
- package/dist/core/session/static-file-preview.d.ts +50 -0
- package/dist/core/session/static-file-preview.d.ts.map +1 -0
- package/dist/core/session/static-file-preview.js +91 -0
- package/dist/core/session/static-file-preview.js.map +1 -0
- package/dist/core/session/wake-escalation.d.ts +188 -0
- package/dist/core/session/wake-escalation.d.ts.map +1 -0
- package/dist/core/session/wake-escalation.js +241 -0
- package/dist/core/session/wake-escalation.js.map +1 -0
- package/dist/core/session/working.d.ts +63 -2
- package/dist/core/session/working.d.ts.map +1 -1
- package/dist/core/session/working.js +66 -9
- package/dist/core/session/working.js.map +1 -1
- package/dist/core/session-sync/session-sync-controller.d.ts +34 -2
- package/dist/core/session-sync/session-sync-controller.d.ts.map +1 -1
- package/dist/core/session-sync/session-sync-controller.js +97 -11
- package/dist/core/session-sync/session-sync-controller.js.map +1 -1
- package/dist/core/stream/keepalive.d.ts +17 -0
- package/dist/core/stream/keepalive.d.ts.map +1 -0
- package/dist/core/stream/keepalive.js +19 -0
- package/dist/core/stream/keepalive.js.map +1 -0
- package/dist/core/turns/grouping.d.ts.map +1 -1
- package/dist/core/turns/grouping.js +13 -0
- package/dist/core/turns/grouping.js.map +1 -1
- package/dist/core/turns/types.d.ts +5 -0
- package/dist/core/turns/types.d.ts.map +1 -1
- package/dist/index.d.ts +15 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -1
- package/dist/kortix.esm.min.js +25 -25
- package/dist/kortix.global.js +25 -25
- package/dist/node/app-viewer.d.ts +41 -0
- package/dist/node/app-viewer.d.ts.map +1 -0
- package/dist/node/app-viewer.js +150 -0
- package/dist/node/app-viewer.js.map +1 -0
- package/dist/node/auth.d.ts +84 -0
- package/dist/node/auth.d.ts.map +1 -0
- package/dist/node/auth.js +414 -0
- package/dist/node/auth.js.map +1 -0
- package/dist/node/server.d.ts +19 -0
- package/dist/node/server.d.ts.map +1 -1
- package/dist/node/server.js +13 -1
- package/dist/node/server.js.map +1 -1
- package/dist/react/bedrock-invokable.d.ts +58 -0
- package/dist/react/bedrock-invokable.d.ts.map +1 -0
- package/dist/react/bedrock-invokable.js +83 -0
- package/dist/react/bedrock-invokable.js.map +1 -0
- package/dist/react/index.d.ts +3 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +7 -0
- package/dist/react/index.js.map +1 -1
- package/dist/react/model-flatten.d.ts +14 -1
- package/dist/react/model-flatten.d.ts.map +1 -1
- package/dist/react/model-flatten.js +3 -4
- package/dist/react/model-flatten.js.map +1 -1
- package/dist/react/opencode.d.ts +2 -1
- package/dist/react/opencode.d.ts.map +1 -1
- package/dist/react/opencode.js +2 -1
- package/dist/react/opencode.js.map +1 -1
- package/dist/react/provider-selection.d.ts +58 -0
- package/dist/react/provider-selection.d.ts.map +1 -1
- package/dist/react/provider-selection.js +253 -2
- package/dist/react/provider-selection.js.map +1 -1
- package/dist/react/session-start-giveup.d.ts +12 -0
- package/dist/react/session-start-giveup.d.ts.map +1 -0
- package/dist/react/session-start-giveup.js +13 -0
- package/dist/react/session-start-giveup.js.map +1 -0
- package/dist/react/session-title-sync.d.ts.map +1 -1
- package/dist/react/session-title-sync.js +15 -5
- package/dist/react/session-title-sync.js.map +1 -1
- package/dist/react/sign-in-with-kortix.d.ts +346 -0
- package/dist/react/sign-in-with-kortix.d.ts.map +1 -0
- package/dist/react/sign-in-with-kortix.js +65 -0
- package/dist/react/sign-in-with-kortix.js.map +1 -0
- package/dist/react/use-admin-accounts.d.ts +1 -1
- package/dist/react/use-admin-accounts.d.ts.map +1 -1
- package/dist/react/use-admin-accounts.js +1 -0
- package/dist/react/use-admin-accounts.js.map +1 -1
- package/dist/react/use-gateway-routing-policy.d.ts +1 -0
- package/dist/react/use-gateway-routing-policy.d.ts.map +1 -1
- package/dist/react/use-gateway-routing-policy.js +12 -1
- package/dist/react/use-gateway-routing-policy.js.map +1 -1
- package/dist/react/use-kortix-app-viewer.d.ts +13 -0
- package/dist/react/use-kortix-app-viewer.d.ts.map +1 -0
- package/dist/react/use-kortix-app-viewer.js +29 -0
- package/dist/react/use-kortix-app-viewer.js.map +1 -0
- package/dist/react/use-model-defaults.d.ts +7 -0
- package/dist/react/use-model-defaults.d.ts.map +1 -1
- package/dist/react/use-model-defaults.js +7 -1
- package/dist/react/use-model-defaults.js.map +1 -1
- package/dist/react/use-model-enablement.d.ts.map +1 -1
- package/dist/react/use-model-enablement.js +5 -1
- package/dist/react/use-model-enablement.js.map +1 -1
- package/dist/react/use-model-store.d.ts +31 -0
- package/dist/react/use-model-store.d.ts.map +1 -1
- package/dist/react/use-model-store.js +31 -2
- package/dist/react/use-model-store.js.map +1 -1
- package/dist/react/use-opencode-events/helpers.d.ts +49 -5
- package/dist/react/use-opencode-events/helpers.d.ts.map +1 -1
- package/dist/react/use-opencode-events/helpers.js +54 -6
- package/dist/react/use-opencode-events/helpers.js.map +1 -1
- package/dist/react/use-opencode-events/index.d.ts.map +1 -1
- package/dist/react/use-opencode-events/index.js +22 -3
- package/dist/react/use-opencode-events/index.js.map +1 -1
- package/dist/react/use-opencode-events/use-event-stream-refs.d.ts.map +1 -1
- package/dist/react/use-opencode-events/use-event-stream-refs.js +14 -2
- package/dist/react/use-opencode-events/use-event-stream-refs.js.map +1 -1
- package/dist/react/use-opencode-local.d.ts.map +1 -1
- package/dist/react/use-opencode-local.js +27 -8
- package/dist/react/use-opencode-local.js.map +1 -1
- package/dist/react/use-opencode-sessions/providers.d.ts.map +1 -1
- package/dist/react/use-opencode-sessions/providers.js +44 -3
- package/dist/react/use-opencode-sessions/providers.js.map +1 -1
- package/dist/react/use-poll-owner.d.ts +14 -0
- package/dist/react/use-poll-owner.d.ts.map +1 -0
- package/dist/react/use-poll-owner.js +32 -0
- package/dist/react/use-poll-owner.js.map +1 -0
- package/dist/react/use-project-llm-gateway.d.ts +27 -0
- package/dist/react/use-project-llm-gateway.d.ts.map +1 -0
- package/dist/react/use-project-llm-gateway.js +41 -0
- package/dist/react/use-project-llm-gateway.js.map +1 -0
- package/dist/react/use-project-models.d.ts +9 -0
- package/dist/react/use-project-models.d.ts.map +1 -1
- package/dist/react/use-project-models.js +24 -1
- package/dist/react/use-project-models.js.map +1 -1
- package/dist/react/use-runtime-reconnect.d.ts +11 -0
- package/dist/react/use-runtime-reconnect.d.ts.map +1 -1
- package/dist/react/use-runtime-reconnect.js +34 -3
- package/dist/react/use-runtime-reconnect.js.map +1 -1
- package/dist/react/use-session-prompts.d.ts +16 -1
- package/dist/react/use-session-prompts.d.ts.map +1 -1
- package/dist/react/use-session-prompts.js +76 -11
- 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 +14 -1
- package/dist/react/use-session-send.js.map +1 -1
- package/dist/react/use-session-start-give-up.d.ts +20 -0
- package/dist/react/use-session-start-give-up.d.ts.map +1 -0
- package/dist/react/use-session-start-give-up.js +60 -0
- package/dist/react/use-session-start-give-up.js.map +1 -0
- package/dist/react/use-session-sync.d.ts +22 -0
- package/dist/react/use-session-sync.d.ts.map +1 -1
- package/dist/react/use-session-sync.js +61 -5
- package/dist/react/use-session-sync.js.map +1 -1
- package/dist/react/use-session-working.d.ts +38 -0
- package/dist/react/use-session-working.d.ts.map +1 -1
- package/dist/react/use-session-working.js +81 -10
- package/dist/react/use-session-working.js.map +1 -1
- package/dist/react/use-session.d.ts +13 -13
- package/dist/react/use-session.d.ts.map +1 -1
- package/dist/react/use-session.js +74 -53
- package/dist/react/use-session.js.map +1 -1
- package/dist/react/use-static-file-preview.d.ts +12 -0
- package/dist/react/use-static-file-preview.d.ts.map +1 -0
- package/dist/react/use-static-file-preview.js +119 -0
- package/dist/react/use-static-file-preview.js.map +1 -0
- package/dist/react/use-wake-escalation.d.ts +51 -0
- package/dist/react/use-wake-escalation.d.ts.map +1 -0
- package/dist/react/use-wake-escalation.js +62 -0
- package/dist/react/use-wake-escalation.js.map +1 -0
- package/package.json +6 -4
package/dist/kortix.esm.min.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
var
|
|
1
|
+
var Zp={backendUrl:"",getToken:async()=>null},Yt=null,ot=null;function yy(t){ot=t}function hy(){return ot}function Zt(t,e){e?.global!==!1&&(Yt=t)}function $(){return ot?.()??Yt??Zp}function en(){return Yt!==null||ot?.()!==void 0}var js=({onRequest:t,onSseError:e,onSseEvent:n,responseTransformer:r,responseValidator:s,sseDefaultRetryDelay:o,sseMaxRetryAttempts:u,sseMaxRetryDelay:p,sseSleepFn:d,url:f,...m})=>{let h,x=d??(I=>new Promise(E=>setTimeout(E,I)));return{stream:async function*(){let I=o??3e3,E=0,l=m.signal??new AbortController().signal;for(;!l.aborted;){E++;let b=m.headers instanceof Headers?m.headers:new Headers(m.headers);h!==void 0&&b.set("Last-Event-ID",h);try{let c={redirect:"follow",...m,body:m.serializedBody,headers:b,signal:l},S=new Request(f,c);t&&(S=await t(f,c));let R=await(m.fetch??globalThis.fetch)(S);if(!R.ok)throw new Error(`SSE failed: ${R.status} ${R.statusText}`);if(!R.body)throw new Error("No body in SSE response");let j=R.body.pipeThrough(new TextDecoderStream).getReader(),D="",q=()=>{try{j.cancel()}catch{}};l.addEventListener("abort",q);try{for(;;){let{done:X,value:W}=await j.read();if(X)break;D+=W,D=D.replace(/\r\n/g,`
|
|
2
2
|
`).replace(/\r/g,`
|
|
3
|
-
`);let
|
|
3
|
+
`);let y=D.split(`
|
|
4
4
|
|
|
5
|
-
`);
|
|
6
|
-
`),
|
|
7
|
-
`);try{U=JSON.parse(L),J=!0}catch{U=L}}J&&(s&&await s(U),r&&(U=await r(U))),n?.({data:U,event:N,id:b,retry:E}),M.length&&(yield U)}}}finally{y.removeEventListener("abort",W),$.releaseLock()}break}catch(T){if(e?.(T),u!==void 0&&l>=u)break;let R=Math.min(E*2**(l-1),p??3e4);await x(R)}}}()}};var Pp=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},kp=t=>{switch(t){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},wp=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},st=({allowReserved:t,explode:e,name:n,style:r,value:s})=>{if(!e){let p=(t?s:s.map(d=>encodeURIComponent(d))).join(kp(r));switch(r){case"label":return`.${p}`;case"matrix":return`;${n}=${p}`;case"simple":return p;default:return`${n}=${p}`}}let o=Pp(r),u=s.map(p=>r==="label"||r==="simple"?t?p:encodeURIComponent(p):Pe({allowReserved:t,name:n,value:p})).join(o);return r==="label"||r==="matrix"?o+u:u},Pe=({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)}`},it=({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=wp(r),p=Object.entries(s).map(([d,f])=>Pe({allowReserved:t,name:r==="deepObject"?`${n}[${d}]`:d,value:f})).join(u);return r==="label"||r==="matrix"?u+p:p};var Sp=/\{[^{}]+\}/g,vp=({path:t,url:e})=>{let n=e,r=e.match(Sp);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,st({explode:o,name:u,style:p,value:d}));continue}if(typeof d=="object"){n=n.replace(s,it({explode:o,name:u,style:p,value:d,valueOnly:!0}));continue}if(p==="matrix"){n=n.replace(s,`;${Pe({name:u,value:d})}`);continue}let f=encodeURIComponent(p==="label"?`.${d}`:d);n=n.replace(s,f)}return n},ys=({baseUrl:t,path:e,query:n,querySerializer:r,url:s})=>{let o=s.startsWith("/")?s:`/${s}`,u=(t??"")+o;e&&(u=vp({path:e,url:u}));let p=n?r(n):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(u+=`?${p}`),u};function Jt(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 hs=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 Xt={bodySerializer:t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString():n)};var bs=({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=st({allowReserved:p.allowReserved,explode:!0,name:o,style:"form",value:u,...p.array});d&&s.push(d)}else if(typeof u=="object"){let d=it({allowReserved:p.allowReserved,explode:!0,name:o,style:"deepObject",value:u,...p.object});d&&s.push(d)}else{let d=Pe({allowReserved:p.allowReserved,name:o,value:u});d&&s.push(d)}}return s.join("&")},xs=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"}},Cp=(t,e)=>e?!!(t.headers.has(e)||t.query?.[e]||t.headers.get("Cookie")?.includes(`${e}=`)):!1,_s=async({security:t,...e})=>{for(let n of t){if(Cp(e,n.name))continue;let r=await hs(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}}},Yt=t=>ys({baseUrl:t.baseUrl,path:t.path,query:t.query,querySerializer:typeof t.querySerializer=="function"?t.querySerializer:bs(t.querySerializer),url:t.url}),Qt=(t,e)=>{let n={...t,...e};return n.baseUrl?.endsWith("/")&&(n.baseUrl=n.baseUrl.substring(0,n.baseUrl.length-1)),n.headers=ot(t.headers,e.headers),n},Rp=t=>{let e=[];return t.forEach((n,r)=>{e.push([r,n])}),e},ot=(...t)=>{let e=new Headers;for(let n of t){if(!n)continue;let r=n instanceof Headers?Rp(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},qe=class{fns=[];clear(){this.fns=[]}eject(e){let n=this.getInterceptorIndex(e);this.fns[n]&&(this.fns[n]=null)}exists(e){let n=this.getInterceptorIndex(e);return!!this.fns[n]}getInterceptorIndex(e){return typeof e=="number"?this.fns[e]?e:-1:this.fns.indexOf(e)}update(e,n){let r=this.getInterceptorIndex(e);return this.fns[r]?(this.fns[r]=n,e):!1}use(e){return this.fns.push(e),this.fns.length-1}},Ps=()=>({error:new qe,request:new qe,response:new qe}),Ap=bs({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),Tp={"Content-Type":"application/json"},Me=(t={})=>({...Xt,headers:Tp,parseAs:"auto",querySerializer:Ap,...t});var Oe=(t={})=>{let e=Qt(Me(),t),n=()=>({...e}),r=f=>(e=Qt(e,f),n()),s=Ps(),o=async f=>{let m={...e,...f,fetch:f.fetch??e.fetch??globalThis.fetch,headers:ot(e.headers,f.headers),serializedBody:void 0};m.security&&await _s({...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=Yt(m);return{opts:m,url:b}},u=async f=>{let{opts:m,url:b}=await o(f),x={redirect:"follow",...m,body:Jt(m)},C=new Request(b,x);for(let P of s.request.fns)P&&(C=await P(C,m));let I=m.fetch,E;try{E=await I(C)}catch(P){let j=P;for(let $ of s.error.fns)$&&(j=await $(P,void 0,C,m));if(j=j||{},m.throwOnError)throw j;return m.responseStyle==="data"?void 0:{error:j,request:C,response:void 0}}for(let P of s.response.fns)P&&(E=await P(E,C,m));let l={request:C,response:E};if(E.ok){let P=(m.parseAs==="auto"?xs(E.headers.get("Content-Type")):m.parseAs)??"json";if(E.status===204||E.headers.get("Content-Length")==="0"){let $;switch(P){case"arrayBuffer":case"blob":case"text":$=await E[P]();break;case"formData":$=new FormData;break;case"stream":$=E.body;break;default:$={};break}return m.responseStyle==="data"?$:{data:$,...l}}let j;switch(P){case"arrayBuffer":case"blob":case"formData":case"text":j=await E[P]();break;case"json":{let $=await E.text();j=$?JSON.parse($):{};break}case"stream":return m.responseStyle==="data"?E.body:{data:E.body,...l}}return P==="json"&&(m.responseValidator&&await m.responseValidator(j),m.responseTransformer&&(j=await m.responseTransformer(j))),m.responseStyle==="data"?j:{data:j,...l}}let y=await E.text(),c;try{c=JSON.parse(y)}catch{}let T=c??y,R=T;for(let P of s.error.fns)P&&(R=await P(T,E,C,m));if(R=R||{},m.throwOnError)throw R;return m.responseStyle==="data"?void 0:{error:R,...l}},p=f=>m=>u({...m,method:f}),d=f=>async m=>{let{opts:b,url:x}=await o(m);return fs({...b,body:b.body,headers:b.headers,method:f,onRequest:async(C,I)=>{let E=new Request(C,I);for(let l of s.request.fns)l&&(E=await l(E,b));return E},serializedBody:Jt(b),url:x})};return{buildUrl:Yt,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 Ip={$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"},Ep=Object.entries(Ip),ks=(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&&ks(n.args,e);return e},jp=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=ks(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=Ep.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 jp(n),n};var ws=Oe(Me({baseUrl:"http://localhost:4096"}));var _=class{client;constructor(e){this.client=e?.client??ws}},Zt=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)}},en=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}})}},tn=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})}},nn=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}})}},rn=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})}},sn=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}})}},on=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})}},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/resource",...n,...r})}},cn=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}})}},ln=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})}},un=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 ln({client:this.client})}},pn=class extends _{_controlPlane;get controlPlane(){return this._controlPlane??=new nn({client:this.client})}_capabilities;get capabilities(){return this._capabilities??=new rn({client:this.client})}_console;get console(){return this._console??=new sn({client:this.client})}_session;get session(){return this._session??=new on({client:this.client})}_resource;get resource(){return this._resource??=new an({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new cn({client:this.client})}_workspace;get workspace(){return this._workspace??=new un({client:this.client})}},dn=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}})}},gn=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 dn({client:this.client})}},mn=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})}},fn=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})}},yn=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})}},hn=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}})}},bn=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})}},xn=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})}},_n=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})}},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:"/path",...n,...r})}},kn=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})}},wn=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 kn({client:this.client})}},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:"/command",...n,...r})}},vn=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})}},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:"/formatter",...n,...r})}},Rn=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})}},An=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 Rn({client:this.client})}},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:"/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})}},In=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})}},En=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})}},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:"/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}})}},$n=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}})}},Dn=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 $n({client:this.client})}},qn=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})}},Mn=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}})}},On=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}})}},Un=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 On({client:this.client})}},Fn=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}})}},Ln=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 Fn({client:this.client})}},Gn=class extends _{get(e){return(e?.client??this.client).get({url:"/api/health",...e})}},Bn=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})}},Nn=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})}},Kn=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})}},Hn=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})}create(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"id"},{in:"body",key:"action"},{in:"body",key:"resources"},{in:"body",key:"save"},{in:"body",key:"metadata"},{in:"body",key:"source"},{in:"body",key:"agent"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/permission",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}get(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/permission/{requestID}",...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}})}},Wn=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})}},zn=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}})}active(e){return(e?.client??this.client).get({url:"/api/session/active",...e})}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})}history(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"limit"},{in:"query",key:"after"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/history",...n,...r})}events(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"after"}]}]);return(n?.client??this.client).sse.get({url:"/api/session/{sessionID}/event",...n,...r})}interrupt(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/interrupt",...n,...r})}message(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/message/{messageID}",...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 Kn({client:this.client})}_permission;get permission(){return this._permission??=new Hn({client:this.client})}_question;get question(){return this._question??=new Wn({client:this.client})}},Vn=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})}},Jn=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})}},Xn=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}})}},Yn=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}})}},Qn=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 Xn({client:this.client})}_attempt;get attempt(){return this._attempt??=new Yn({client:this.client})}},Zn=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}})}},er=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})}},tr=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})}},nr=class extends _{_request;get request(){return this._request??=new er({client:this.client})}_saved;get saved(){return this._saved??=new tr({client:this.client})}},rr=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})}},sr=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})}},ir=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})}},or=class extends _{subscribe(e){return(e?.client??this.client).sse.get({url:"/api/event",...e})}},ar=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})}},cr=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})}},lr=class extends _{_request;get request(){return this._request??=new cr({client:this.client})}},ur=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})}},pr=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})}},dr=class extends _{_health;get health(){return this._health??=new Gn({client:this.client})}_location;get location(){return this._location??=new Bn({client:this.client})}_agent;get agent(){return this._agent??=new Nn({client:this.client})}_session;get session(){return this._session??=new zn({client:this.client})}_model;get model(){return this._model??=new Vn({client:this.client})}_provider;get provider(){return this._provider??=new Jn({client:this.client})}_integration;get integration(){return this._integration??=new Qn({client:this.client})}_credential;get credential(){return this._credential??=new Zn({client:this.client})}_permission;get permission(){return this._permission??=new nr({client:this.client})}_fs;get fs(){return this._fs??=new rr({client:this.client})}_command;get command(){return this._command??=new sr({client:this.client})}_skill;get skill(){return this._skill??=new ir({client:this.client})}_event;get event(){return this._event??=new or({client:this.client})}_pty;get pty(){return this._pty??=new ar({client:this.client})}_question;get question(){return this._question??=new lr({client:this.client})}_reference;get reference(){return this._reference??=new ur({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new pr({client:this.client})}},at=class t extends _{static __registry=new Zt;constructor(e){super(e),t.__registry.set(this,e?.key)}_auth;get auth(){return this._auth??=new en({client:this.client})}_app;get app(){return this._app??=new tn({client:this.client})}_experimental;get experimental(){return this._experimental??=new pn({client:this.client})}_global;get global(){return this._global??=new gn({client:this.client})}_event;get event(){return this._event??=new mn({client:this.client})}_config;get config(){return this._config??=new fn({client:this.client})}_tool;get tool(){return this._tool??=new yn({client:this.client})}_worktree;get worktree(){return this._worktree??=new hn({client:this.client})}_find;get find(){return this._find??=new bn({client:this.client})}_file;get file(){return this._file??=new xn({client:this.client})}_instance;get instance(){return this._instance??=new _n({client:this.client})}_path;get path(){return this._path??=new Pn({client:this.client})}_vcs;get vcs(){return this._vcs??=new wn({client:this.client})}_command;get command(){return this._command??=new Sn({client:this.client})}_lsp;get lsp(){return this._lsp??=new vn({client:this.client})}_formatter;get formatter(){return this._formatter??=new Cn({client:this.client})}_mcp;get mcp(){return this._mcp??=new An({client:this.client})}_project;get project(){return this._project??=new Tn({client:this.client})}_pty;get pty(){return this._pty??=new In({client:this.client})}_question;get question(){return this._question??=new En({client:this.client})}_permission;get permission(){return this._permission??=new jn({client:this.client})}_provider;get provider(){return this._provider??=new Dn({client:this.client})}_session;get session(){return this._session??=new qn({client:this.client})}_part;get part(){return this._part??=new Mn({client:this.client})}_sync;get sync(){return this._sync??=new Un({client:this.client})}_tui;get tui(){return this._tui??=new Ln({client:this.client})}_v2;get v2(){return this._v2??=new dr({client:this.client})}};function vs(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||Ss(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 ${Ss(n,e)}: ${s}`,{cause:{body:t,status:e?.status}})}function Ss(t,e){let n=t?.method??"?",r=t?.url??"?",s=e?.status,o=e?.statusText;return`${n} ${r}${s?" \u2192 "+s:""}${o?" "+o:""}`}function $p(t,e,n){if(t)return e&&(t===e||n&&t===n(e))?e:t}function Dp(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=$p(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 gr(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=Oe(t);return e.interceptors.request.use(n=>Dp(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(vs),new at({client:e})}var qp=new Set(["api","cli","mobile","web"]);function ct(t){let e=t?.trim().toLowerCase();return e&&qp.has(e)?e:null}function Mp(t){return new Promise(e=>setTimeout(e,t))}async function Cs(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 Mp(s)),u=await t(),u)return u;return u}var Op=12e4;function Up(t){return(t instanceof Request?t.url:String(t)).includes("/global/event")}function mr(t,e,n=Op){let r=t instanceof Request?t.signal:e?.signal;if(Up(t))return r??void 0;let s=AbortSignal.timeout(n);return r?typeof AbortSignal.any=="function"?AbortSignal.any([r,s]):r:s}function fr(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=ct(r);return o&&!s.has("X-Kortix-Client")&&s.set("X-Kortix-Client",o),s}function Rs(){return new Response(JSON.stringify({error:"Not authenticated"}),{status:401,headers:{"Content-Type":"application/json"}})}async function yr(){return D().getToken()}async function ie(t){return Cs(()=>D().getToken(),t,lt)}function lt(){}function dy(t){}function gy(t){}async function Ue(){return yr()}async function As(t){return ie(t)}function Ts(t,e,n,r){let s=D().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 As();if(!o)return Rs();let u=D().clientSource,p=fr(t,e,o,u),d=s===void 0?mr(t,e):mr(t,e,s),f=await Ts(t,e,p,d);if(f.status===401&&r&&o){lt();let m=await As({attempts:2,baseDelayMs:200});if(m&&m!==o){let b=fr(t,e,m,u);return Ts(t,e,b,d)}}return f}var ke={url:null,sandboxId:null,dbSandboxId:null,version:0},Fp=new Set;function Is(t,e=null,n=null){if(!(ke.url===t&&ke.sandboxId===e&&ke.dbSandboxId===n)){ke={url:t,sandboxId:e,dbSandboxId:n,version:ke.version+1};for(let r of Fp)r()}}function Es(){return ke.url}function Lp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Fe(){return Lp(D().backendUrl||"http://localhost:8008/v1")}function js(){let t=D().sandboxId;return t?`${Fe()}/p/${t}/8000`:""}function Gp(t){return`${Fe()}/p/${t}/8000`}function ut(t){return Gp(t)}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)}},we=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)}},Se=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)}},hr="feature_disabled";function $s(t){if(!(t instanceof v)||t.status!==403||t.code!==hr)return null;let e=t.details??t.data;return e&&typeof e=="object"?e:{}}function Ds(t){let e=$s(t);return e?(typeof e.feature=="string"&&!t.feature&&(t.feature=e.feature),!0):!1}function qs(t){let e=$s(t);if(!e)return null;let n=t.feature;return typeof n=="string"?n:typeof e.feature=="string"?e.feature:null}function ve(t){let e=t.response?.status||t.status;if(e!==402)return t;let n=t.response?.data||t.data||t.detail||{},r=n?.detail||n;return new ge(e,{message:r?.message||t.message||"Billing error",...r})}function Ms(t){return t instanceof ge}function Os(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."}}var Bp="X-Kortix-Impersonate",xr="kortix.impersonation",me=null,pt=!1,br=new Set;function _r(){try{return typeof sessionStorage>"u"?null:sessionStorage}catch{return null}}function Np(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 Kp(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 Us(){for(let t of br)try{t()}catch{}}function Hp(){return pt||(pt=!0,me=Kp(_r()?.getItem(xr)??null)),me&&!Np(me)?(Fs(),null):me}function xy(t){if(pt=!0,!t){Fs();return}me=t;try{_r()?.setItem(xr,JSON.stringify(t))}catch{}Us()}function Fs(){pt=!0;let t=me!==null;me=null;try{_r()?.removeItem(xr)}catch{}t&&Us()}function _y(t){return br.add(t),()=>{br.delete(t)}}var Wp=/(^|\/)admin\/(api|analytics)(\/|$)/;function zp(t){let e=t;if(/^https?:\/\//.test(t))try{e=new URL(t).pathname}catch{e=t}return!Wp.test(e)}function Pr(t){if(t!==void 0&&!zp(t))return{};let e=Hp();return e?{[Bp]:e.grantId}:{}}var te=()=>D().backendUrl||"",Vp="feature_not_supported",Jp="model_not_servable",Xp="provision_in_flight",Gs="request_deadline",Yp=/^Request exceeded the \d+s server processing deadline$/,Qp=(t,e,n)=>t!==503?!1:(typeof e=="object"&&e!==null&&"code"in e?e.code:void 0)===Gs||Yp.test(n),Zp=t=>new Promise(e=>setTimeout(e,t)),ed=new Set([502,503,504]),td=t=>ed.has(t),nd=t=>{let e=(t??"GET").toUpperCase();return e==="GET"||e==="HEAD"},rd=2,Ls=t=>t?.name==="AbortError"||t?.name==="AbortSignal"||t instanceof Error&&t.message.includes("aborted"),dt=!1;function Ry(t){dt=t}function Ay(){return dt}async function fe(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 ie(),b=o.body instanceof FormData,x={};b||(x["Content-Type"]="application/json"),Object.assign(x,o.headers);let C=ct(D().clientSource),I=Object.keys(x).some(R=>R.toLowerCase()==="x-kortix-client");if(C&&!I&&(x["X-Kortix-Client"]=C),dt&&(x["x-kortix-admin-bypass"]="1"),Object.assign(x,Pr(t)),m)x.Authorization=`Bearer ${m}`;else return{error:new we,success:!1};let E=nd(o.method),l=E?rd+1:1,y;for(let R=0;R<l;R++){R>0&&await Zp(250*2**(R-1));let P=R===0?u:new AbortController;R>0&&(p=setTimeout(()=>{f=!0,P.abort()},s));try{y=await(D().fetch??fetch)(t,{...o,headers:x,signal:P.signal,credentials:o.credentials??"omit"})}catch($){if(p&&(clearTimeout(p),p=null),Ls($)||R===l-1)throw $;continue}if(p&&(clearTimeout(p),p=null),!(E&&td(y.status)&&R<l-1))break;try{await y.arrayBuffer()}catch{}}if(!y.ok){let R=`HTTP ${y.status}: ${y.statusText}`,P=null;try{P=await y.json(),typeof P.message=="string"?R=P.message:P.error&&typeof P.error=="string"?R=P.error:typeof P.detail=="string"?R=P.detail:typeof P.detail?.message=="string"?R=P.detail.message:typeof P.reason=="string"&&(R=P.reason)}catch{}let j=Qp(y.status,P,R),$=new v(R,{status:y.status,response:y,details:P||void 0,data:P,detail:P?.detail,code:j?Gs:P?.code||P?.error_code||P?.detail?.error_code||y.status.toString()});if(y.status===402&&($=ve($)),y.status===403&&P?.code==="account_mfa_required"&&typeof window<"u"&&typeof window.dispatchEvent=="function")try{window.dispatchEvent(new CustomEvent("kortix:mfa-required"))}catch{}y.status===431&&($=new Se(431,{message:"Request is too large to process",suggestion:"Try uploading files one at a time, or reduce the number of files attached to your message."}));let A=y.status===501&&P?.code===Vp,W=y.status===409&&P?.code===Jp,K=y.status===409&&P?.code===Xp;return n&&!A&&!W&&!K&&!j&&D().onError?.($,r),{error:$,success:!1}}let c,T=y.headers.get("content-type");return T?.includes("application/json")?c=await y.json():T?.includes("text/")?c=await y.text():c=await y.blob(),{data:c,success:!0}}catch(m){p&&(clearTimeout(p),p=null);let b=Ls(m);b&&(d=!0);let x;if(b){if(!f)return{error:new v("Request aborted",{name:"AbortError",code:"ABORTED"}),success:!1};let C=t.replace(te(),"")||t;x=new v(`Request timed out after ${Math.round(s/1e3)}s: ${C}`,{code:"TIMEOUT",url:t,endpoint:C,timeout:s})}else m instanceof Error?(x=new v(m.message,{name:m.name||"ApiError",stack:m.stack}),n&&D().onError?.(x,r)):(x=new v(String(m)),n&&D().onError?.(x,r));return{error:x,success:!1}}}var Ty={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 D().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 D().onError?.(r,e),{error:r,success:!1}}}};async function sd(t,e,n={}){let{timeout:r=3e4,fetch:s=fetch}=n,o=await ie(),u={Accept:"text/event-stream","Content-Type":"application/json"},p=ct(D().clientSource);p&&(u["X-Kortix-Client"]=p),dt&&(u["x-kortix-admin-bypass"]="1"),Object.assign(u,Pr(t)),o&&(u.Authorization=`Bearer ${o}`);let d=new AbortController,f=setTimeout(()=>d.abort(),r);try{return await s(`${te()}${t}`,{method:"POST",headers:u,body:JSON.stringify(e),signal:d.signal,credentials:"omit"})}finally{clearTimeout(f)}}var i={get:(t,e)=>fe(`${te()}${t}`,{...e,method:"GET"}),post:(t,e,n)=>fe(`${te()}${t}`,{...n,method:"POST",body:e?JSON.stringify(e):void 0}),put:(t,e,n)=>fe(`${te()}${t}`,{...n,method:"PUT",body:e?JSON.stringify(e):void 0}),patch:(t,e,n)=>fe(`${te()}${t}`,{...n,method:"PATCH",body:e?JSON.stringify(e):void 0}),delete:(t,e)=>fe(`${te()}${t}`,{...e,method:"DELETE"}),upload:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],fe(`${te()}${t}`,{...s,method:"POST",body:e,headers:o})},uploadPut:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],fe(`${te()}${t}`,{...s,method:"PUT",body:e,headers:o})},postStream:sd};var gt=new Map,kr=new Map;function wr(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Bs(t){return gt.get(wr(t))??null}function Ns(t){return gt.has(wr(t))}async function mt(t){let e=wr(t),n=gt.get(e);if(n!==void 0)return n;let r=kr.get(e);if(r)return r;let s=(async()=>{try{let o=await i.get("/p/config",{showErrors:!1,errorContext:{operation:"load preview config",silent:!0}});if(!o.success)return null;let u=typeof o.data?.preview_url_template=="string"?o.data.preview_url_template:null;return gt.set(e,u),u}catch{return null}finally{kr.delete(e)}})();return kr.set(e,s),s}function Ks(t){let{apiBaseUrl:e}=t;return Ns(e)||mt(e).catch(()=>{}),{sandboxId:t.sandboxId,backendPort:t.backendPort,apiBaseUrl:e,previewUrlTemplate:Bs(e)}}function ne(){let t=Es();return t||(D().billingEnabled??!1?"":js())}async function Sr(t,e){return(await t.json().catch(()=>({})))?.error||t.statusText||e}function vr(t){if(!t)throw new Error("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading");return t}async function Hs(t){let e=vr(t),n=await q(`${e}/env`);if(!n.ok)throw new Error(await Sr(n,"Failed to load secrets"));return(await n.json()).secrets??{}}async function Ws(t,e,n){let r=vr(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 Sr(s,"Failed to save secret"))}async function zs(t,e){let n=vr(t),r=await q(`${n}/env/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await Sr(r,"Failed to delete secret"))}var id={list:Hs,set:Ws,delete:zs};async function od(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 Ce(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return e===t.length?t:t.slice(0,e)}async function ft(t,e){let n=await t.json().catch(()=>({}));return n?.error||n?.message||t.statusText||e}function Le(t){if(!t)throw new Error("[kortix-pty] Server URL not ready \u2014 sandbox is still loading");return Ce(t)}async function Vs(t){let e=Le(t),n=await q(`${e}/kortix/pty`);if(!n.ok)throw new Error(await ft(n,"Failed to list terminals"));return n.json()}async function Js(t,e){let n=Le(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 ft(r,"Failed to create terminal"));return r.json()}async function Xs(t,e,n){let r=Le(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 ft(s,"Failed to update terminal"));return s.json()}async function Ys(t,e){let n=Le(t),r=await q(`${n}/kortix/pty/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await ft(r,"Failed to remove terminal"))}async function Qs(t,e,n){let r=Le(e),o=`${(()=>{try{let f=new URL(r);return f.protocol==="https:"?f.protocol="wss:":f.protocol==="http:"&&(f.protocol="ws:"),typeof window<"u"&&window.location.protocol==="https:"&&f.protocol==="ws:"&&(f.protocol="wss:"),Ce(f.toString())}catch{return r.replace("https://","wss://").replace("http://","ws://")}})()}/kortix/pty/${encodeURIComponent(t)}/connect`,u=new URLSearchParams,p=await Ue();p&&u.set("token",p),n?.wake&&u.set("wake","1");let d=u.toString();return d?`${o}${o.includes("?")?"&":"?"}${d}`:o}var ad={list:Vs,create:Js,update:Xs,remove:Ys,webSocketUrl:Qs};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 Yy(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 Qy(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`)}async function Zy(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/events`)}async function eh(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/status`)}async function th(t,e){return w(t,"/kortix/tasks",{method:"POST",body:JSON.stringify(e)})}async function nh(t,e,n){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function rh(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/start`,{method:"POST"})}async function sh(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/approve`,{method:"POST"})}async function ih(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"DELETE"})}async function oh(t,e){let n=e?`?project_id=${encodeURIComponent(e)}`:"";return w(t,`/kortix/tickets${n}`)}async function ah(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`)}async function ch(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/events`)}async function lh(t,e){return w(t,"/kortix/tickets",{method:"POST",body:JSON.stringify(e)})}async function uh(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function ph(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/status`,{method:"POST",body:JSON.stringify(n)})}async function dh(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/assign`,{method:"POST",body:JSON.stringify(n)})}async function gh(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/unassign`,{method:"POST",body:JSON.stringify(n)})}async function mh(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/comments`,{method:"POST",body:JSON.stringify(n)})}async function fh(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"DELETE"})}async function yh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`)}async function hh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`,{method:"PUT",body:JSON.stringify({columns:n})})}async function bh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`)}async function xh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`,{method:"PUT",body:JSON.stringify({fields:n})})}async function _h(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`)}async function Ph(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`,{method:"PUT",body:JSON.stringify({templates:n})})}async function kh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/pm-session`,{method:"POST"})}async function wh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`)}async function Sh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`,{method:"POST",body:JSON.stringify(n)})}async function vh(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function Ch(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Rh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}/persona`)}async function Ah(t,e,n=200){return w(t,`/kortix/projects/${encodeURIComponent(e)}/activity?limit=${n}`)}async function Th(t){return w(t,"/kortix/projects")}async function Ih(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`)}async function Eh(t,e){return w(t,`/kortix/projects/by-session/${encodeURIComponent(e)}`)}async function jh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/sessions`)}async function $h(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Dh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function qh(t,e,n="all"){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones?status=${n}`)}async function Mh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`)}async function Oh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/events`)}async function Uh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones`,{method:"POST",body:JSON.stringify(n)})}async function Fh(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function Lh(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/close`,{method:"POST",body:JSON.stringify(r)})}async function Gh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/reopen`,{method:"POST"})}async function Bh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Nh(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`)}async function Kh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}/events`)}async function Hh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`,{method:"POST",body:JSON.stringify(n)})}async function Wh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`)}async function zh(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`,{method:"DELETE"})}var cd=1e4,ld={retryOnAuthError:!1};function Re(t,e,n){return w(t,e,{signal:AbortSignal.timeout(cd),...n},ld)}async function Vh(t,e=!1){return(await Re(t,`/kortix/services${e?"?all=true":""}`)).services??[]}async function Jh(t){return(await Re(t,"/kortix/services/templates")).templates??[]}async function Xh(t,e){return(await Re(t,`/kortix/services/${encodeURIComponent(e)}/logs`)).logs??[]}async function Yh(t,e,n){let r=n==="delete",s=r?`/kortix/services/${encodeURIComponent(e)}`:`/kortix/services/${encodeURIComponent(e)}/${n}`;return Re(t,s,{method:r?"DELETE":"POST"})}async function Qh(t,e){return Re(t,`/kortix/services/reconcile${e?"?reload=true":""}`,{method:"POST"})}async function Zh(t,e){return Re(t,"/kortix/services/register",{method:"POST",body:JSON.stringify(e)})}var yt=new Map,Ge=class extends Error{constructor(e="[opencode-sdk] Server URL not ready \u2014 sandbox is still loading"){super(e),this.name="RuntimeNotReadyError"}};function ye(){let t=ne();if(!t)throw new Ge;return oe(t)}function oe(t){if(!t)throw new Error("[opencode-sdk] getClientForUrl called without a url");let e=yt.get(t);if(e)return e;if(!Vt())throw new Error("[opencode-sdk] No auth token provider configured \u2014 call configureKortix()/createKortix() before talking to a sandbox runtime.");let n=gr({baseUrl:t,fetch:q});return yt.set(t,n),n}function ob(t){yt.delete(t)}function ab(){yt.clear()}var ht=new Map;function cb(t){if(!t)throw new Error("[opencode-sdk] getPublicClientForUrl called without a url");let e=ht.get(t);if(e)return e;let n=gr({baseUrl:t,fetch});return ht.set(t,n),n}function lb(t){ht.delete(t)}function ub(){ht.clear()}async function ud(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 pb(t){let e=ne();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 ud(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 ei(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 Te(t){let e=await t.text().catch(()=>""),n=null;try{n=JSON.parse(e)}catch{}return n?.error||e||t.statusText||`HTTP ${t.status}`}function z(t){let e=(t??ne()).trim();if(!e)throw new Ge;return e}async function xt(t,e){let n=await q(`${z(e)}${t}`);if(!n.ok)throw new v(await Te(n),{status:n.status,response:n});return n.json()}var Rr=["/workspace","/tmp","/home","/opt"],pd=Rr.filter(t=>t!=="/workspace");function ti(t){return Rr.some(e=>t===e||t.startsWith(`${e}/`))}function bt(t){return ti(t)?t:`/workspace/${t.replace(/^\/+/,"")}`}function Ie(t){let e=t||"";if(e==="/workspace"||e==="/workspace/")return"";if(e.startsWith("/workspace/"))e=e.slice(11);else if(pd.some(n=>e===n||e.startsWith(`${n}/`)))return e;for(;e.startsWith("/");)e=e.slice(1);return e}var ni=Ie;async function _t(t,e){let n=z(e),r=Ie(t)||".";return(await xt(`/file?path=${encodeURIComponent(r)}`,n)).map(o=>({...o,path:o.absolute||`/workspace/${o.path}`}))}async function Ne(t,e){let n=z(e),r=Ie(t),s=await q(`${n}/file/content?path=${encodeURIComponent(r)}`);if(!s.ok)throw new v(await Te(s),{status:s.status,response:s});return s.json()}async function dd(t,e,n){let r=z(n),s=Ie(t),o=await q(`${r}/file/raw?path=${encodeURIComponent(s)}`);if(!o.ok)throw new v(await Te(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 Ke(t,e){let n=z(e);try{return await dd(t,void 0,n)}catch{}let r=await Ne(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 Pt(t){return xt("/file/status",z(t))}async function kt(t,e,n){let r=z(n),s=new URLSearchParams({query:t});return e?.type&&s.set("type",e.type),e?.limit&&s.set("limit",String(e.limit)),xt(`/find/file?${s.toString()}`,r)}async function wt(t,e){let n=z(e);return(await xt(`/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 Be=[400,1200],gd=t=>t===408||t===429||t===502||t===503||t===504,Zs=t=>new Promise(e=>setTimeout(e,t));function md(t){let e=t?.name;return e==="TimeoutError"||e==="AbortError"}var Cr=3e4,fd=15*6e4,yd=256;function ri(t){if(typeof t!="number"||!Number.isFinite(t)||t<=0)return Cr;let e=Cr+t/yd;return Math.min(fd,Math.max(Cr,Math.round(e)))}async function hd(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 si(t,e){let n;for(let s=0;s<=Be.length;s++){let o;try{o=await e(t())}catch(p){if(n=p,md(p)||s===Be.length)break;await Zs(Be[s]);continue}if(o.ok)return o.json();let u=await hd(o);if(n=new v(`Upload failed (${o.status}): ${u}`,{status:o.status,response:o}),!gd(o.status)||s===Be.length)throw n;await Zs(Be[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 He(t,e,n,r){let s=z(r),o=ri(t.size),u=n||(t instanceof File?t.name:"")||"";return si(()=>{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 bd(t,e,n){let r=z(n),s=ri(e.size);return si(()=>{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 St(t,e){let n=z(e),r=t.trim(),o=(r.startsWith("/")?r:`/${r}`).split("/"),u=o.pop()||"untitled",p=o.join("/")||"/workspace",d=await We(`${p}/${u}`,new Blob([],{type:"application/octet-stream"}),n);return[{path:d.path,size:d.bytes}]}async function vt(t,e,n){let r=z(n);return bd(e,await Ke(t,r),r)}function xd(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function _d(t){let e=t.lastIndexOf("/");return e<=0?"/":t.slice(0,e)}function Pd(t){return t.slice(t.lastIndexOf("/")+1)}function kd(){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 We(t,e,n){let r=z(n),s=bt(xd(t.trim())),o=Pd(s);if(!o)throw new v(`writeFile needs a file path, got "${t}"`,{code:"INVALID_PATH"});let u=_d(s);await ze(u,r).catch(()=>{});let p=kd(),d=await He(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=bt(f),b=`${s}.kortix-write-backup-${p}`,x=!1;try{await he(s,b,r),x=!0}catch{}try{await he(m,s,r)}catch(I){throw x&&await he(b,s,r).catch(()=>{}),await Ae(m,r).catch(()=>{}),I}x&&await Ae(b,r).catch(()=>{});let C=d[0]?.size;return{path:s,bytes:typeof C=="number"?C:e.size}}async function Ae(t,e){let n=await q(`${z(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 Te(n)}`,{status:n.status,response:n});return n.json()}async function ze(t,e){let n=await q(`${z(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 Te(n)}`,{status:n.status,response:n});return n.json()}async function he(t,e,n){let r=await q(`${z(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 Te(r)}`,{status:r.status,response:r});return r.json()}async function ii(){return ei(await ye().project.current())}async function Ar(){return ei(await ye().global.health())}async function oi(){try{return(await Ar()).healthy===!0}catch{return!1}}var wd={list:_t,read:Ne,readBlob:Ke,status:Pt,findFiles:kt,findText:wt,upload:He,write:We,create:St,copy:vt,remove:Ae,mkdir:ze,rename:he,currentProject:ii,health:Ar,isReachable:oi,toDaemonPath:Ie,toSandboxAbsolutePath:bt,toWorkspaceRelative:ni};function a(t,e="Project request failed"){if(!t.success||t.data===void 0)throw t.error??new Error(e);return t.data}function Tr(t){return t.replace(/\/v1\/?$/,"")}async function Ee(t,e){if(!t.backendUrl||!t.accessToken)return null;let n=Tr(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 ai(){return a(await i.get("/accounts"))}async function ci(t){return a(await i.post("/accounts",t))}async function li(t){return a(await i.get(`/accounts/${t}`))}async function ui(t,e){return a(await i.patch(`/accounts/${t}`,{name:e}))}async function pi(t){return a(await i.get(`/accounts/${t}/members`))}async function di(t,e){return a(await i.post(`/accounts/${t}/members`,e,{showErrors:!1}))}async function gi(t){return a(await i.get(`/accounts/${t}/invites`))}async function mi(t,e){return a(await i.delete(`/accounts/${t}/invites/${e}`))}async function fi(t,e){return a(await i.post(`/accounts/${t}/invites/${e}/resend`,{}))}async function yi(t){return a(await i.get(`/account-invites/${t}`,{showErrors:!1}))}async function hi(t){return a(await i.post(`/account-invites/${t}/accept`,{}))}async function bi(t){return a(await i.post(`/account-invites/${t}/decline`,{}))}async function xi(t,e){return a(await i.delete(`/accounts/${t}/members/${e}`))}async function _i(t,e,n){return a(await i.patch(`/accounts/${t}/members/${e}`,{role:n}))}async function Pi(t){return a(await i.post(`/accounts/${t}/leave`,{}))}async function Sb(t){return Ee(t,"/v1/accounts")}async function ki(){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 Ab=["agent_tunnel","marketplace","connectors_api_discover","agentmail_email","teams","llm_gateway","review_center","meta_agent","apps","monitors","warm_sessions","secrets_egress"];async function je(){return a(await i.get("/projects"))}async function Si(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/projects${e}`))}async function Ir(t,e){return a(await i.get(`/projects/${t}`,e))}async function vi(t,e,n="write"){return a(await i.post(`/projects/${t}/git/collaborators`,{github_username:e,permission:n}))}async function Ci(t,e){return a(await i.post(`/projects/${t}/manifest/validate`,{raw:e}),"Failed to validate manifest")}async function Ri(t){return a(await i.post(`/projects/${t}/git-token`,{}),"Failed to mint git token")}function Tb(t){let e=t.metadata?.git;return e?.provider==="github"&&e?.managed===!0}async function Er(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 jr(t,e){return a(await i.get(`/projects/${t}/llm-catalog`,{showErrors:!1,...e}))}async function $r(t,e){return a(await i.get(`/projects/${t}/model-picker`,{showErrors:!1,...e}))}async function Ib(t,e){return a(await i.get(`/projects/${t}/llm-catalog/providers`,{showErrors:!1,...e}))}async function Ai(t){return a(await i.post("/projects",t))}async function Ti(t){return a(await i.post("/projects/create-repo",t))}async function Ii(t,e={}){return a(await i.post("/projects/provision",{seed_starter:!0,...t},{timeout:12e4,...e}))}var wi=200;function vd(t){let e=t.split(`
|
|
5
|
+
`);D=y.pop()??"";for(let T of y){let z=T.split(`
|
|
6
|
+
`),U=[],F;for(let N of z)if(N.startsWith("data:"))U.push(N.replace(/^data:\s*/,""));else if(N.startsWith("event:"))F=N.replace(/^event:\s*/,"");else if(N.startsWith("id:"))h=N.replace(/^id:\s*/,"");else if(N.startsWith("retry:")){let Q=Number.parseInt(N.replace(/^retry:\s*/,""),10);Number.isNaN(Q)||(I=Q)}let L,J=!1;if(U.length){let N=U.join(`
|
|
7
|
+
`);try{L=JSON.parse(N),J=!0}catch{L=N}}J&&(s&&await s(L),r&&(L=await r(L))),n?.({data:L,event:F,id:h,retry:I}),U.length&&(yield L)}}}finally{l.removeEventListener("abort",q),j.releaseLock()}break}catch(c){if(e?.(c),u!==void 0&&E>=u)break;let S=Math.min(I*2**(E-1),p??3e4);await x(S)}}}()}};var ed=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},td=t=>{switch(t){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},nd=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},at=({allowReserved:t,explode:e,name:n,style:r,value:s})=>{if(!e){let p=(t?s:s.map(d=>encodeURIComponent(d))).join(td(r));switch(r){case"label":return`.${p}`;case"matrix":return`;${n}=${p}`;case"simple":return p;default:return`${n}=${p}`}}let o=ed(r),u=s.map(p=>r==="label"||r==="simple"?t?p:encodeURIComponent(p):Se({allowReserved:t,name:n,value:p})).join(o);return r==="label"||r==="matrix"?o+u:u},Se=({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)}`},ct=({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,h])=>{d=[...d,m,t?h:encodeURIComponent(h)]});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=nd(r),p=Object.entries(s).map(([d,f])=>Se({allowReserved:t,name:r==="deepObject"?`${n}[${d}]`:d,value:f})).join(u);return r==="label"||r==="matrix"?u+p:p};var rd=/\{[^{}]+\}/g,sd=({path:t,url:e})=>{let n=e,r=e.match(rd);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,at({explode:o,name:u,style:p,value:d}));continue}if(typeof d=="object"){n=n.replace(s,ct({explode:o,name:u,style:p,value:d,valueOnly:!0}));continue}if(p==="matrix"){n=n.replace(s,`;${Se({name:u,value:d})}`);continue}let f=encodeURIComponent(p==="label"?`.${d}`:d);n=n.replace(s,f)}return n},$s=({baseUrl:t,path:e,query:n,querySerializer:r,url:s})=>{let o=s.startsWith("/")?s:`/${s}`,u=(t??"")+o;e&&(u=sd({path:e,url:u}));let p=n?r(n):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(u+=`?${p}`),u};function tn(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 Ms=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 nn={bodySerializer:t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString():n)};var qs=({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=at({allowReserved:p.allowReserved,explode:!0,name:o,style:"form",value:u,...p.array});d&&s.push(d)}else if(typeof u=="object"){let d=ct({allowReserved:p.allowReserved,explode:!0,name:o,style:"deepObject",value:u,...p.object});d&&s.push(d)}else{let d=Se({allowReserved:p.allowReserved,name:o,value:u});d&&s.push(d)}}return s.join("&")},Ds=t=>{if(!t)return"stream";let e=t.split(";")[0]?.trim();if(e){if(e.startsWith("application/json")||e.endsWith("+json"))return"json";if(e==="multipart/form-data")return"formData";if(["application/","audio/","image/","video/"].some(n=>e.startsWith(n)))return"blob";if(e.startsWith("text/"))return"text"}},id=(t,e)=>e?!!(t.headers.has(e)||t.query?.[e]||t.headers.get("Cookie")?.includes(`${e}=`)):!1,Os=async({security:t,...e})=>{for(let n of t){if(id(e,n.name))continue;let r=await Ms(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}}},rn=t=>$s({baseUrl:t.baseUrl,path:t.path,query:t.query,querySerializer:typeof t.querySerializer=="function"?t.querySerializer:qs(t.querySerializer),url:t.url}),sn=(t,e)=>{let n={...t,...e};return n.baseUrl?.endsWith("/")&&(n.baseUrl=n.baseUrl.substring(0,n.baseUrl.length-1)),n.headers=lt(t.headers,e.headers),n},od=t=>{let e=[];return t.forEach((n,r)=>{e.push([r,n])}),e},lt=(...t)=>{let e=new Headers;for(let n of t){if(!n)continue;let r=n instanceof Headers?od(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},Oe=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}},Us=()=>({error:new Oe,request:new Oe,response:new Oe}),ad=qs({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),cd={"Content-Type":"application/json"},Ue=(t={})=>({...nn,headers:cd,parseAs:"auto",querySerializer:ad,...t});var Fe=(t={})=>{let e=sn(Ue(),t),n=()=>({...e}),r=f=>(e=sn(e,f),n()),s=Us(),o=async f=>{let m={...e,...f,fetch:f.fetch??e.fetch??globalThis.fetch,headers:lt(e.headers,f.headers),serializedBody:void 0};m.security&&await Os({...m,security:m.security}),m.requestValidator&&await m.requestValidator(m),m.body!==void 0&&m.bodySerializer&&(m.serializedBody=m.bodySerializer(m.body)),(m.body===void 0||m.serializedBody==="")&&m.headers.delete("Content-Type");let h=rn(m);return{opts:m,url:h}},u=async f=>{let{opts:m,url:h}=await o(f),x={redirect:"follow",...m,body:tn(m)},P=new Request(h,x);for(let w of s.request.fns)w&&(P=await w(P,m));let A=m.fetch,I;try{I=await A(P)}catch(w){let R=w;for(let j of s.error.fns)j&&(R=await j(w,void 0,P,m));if(R=R||{},m.throwOnError)throw R;return m.responseStyle==="data"?void 0:{error:R,request:P,response:void 0}}for(let w of s.response.fns)w&&(I=await w(I,P,m));let E={request:P,response:I};if(I.ok){let w=(m.parseAs==="auto"?Ds(I.headers.get("Content-Type")):m.parseAs)??"json";if(I.status===204||I.headers.get("Content-Length")==="0"){let j;switch(w){case"arrayBuffer":case"blob":case"text":j=await I[w]();break;case"formData":j=new FormData;break;case"stream":j=I.body;break;default:j={};break}return m.responseStyle==="data"?j:{data:j,...E}}let R;switch(w){case"arrayBuffer":case"blob":case"formData":case"text":R=await I[w]();break;case"json":{let j=await I.text();R=j?JSON.parse(j):{};break}case"stream":return m.responseStyle==="data"?I.body:{data:I.body,...E}}return w==="json"&&(m.responseValidator&&await m.responseValidator(R),m.responseTransformer&&(R=await m.responseTransformer(R))),m.responseStyle==="data"?R:{data:R,...E}}let l=await I.text(),b;try{b=JSON.parse(l)}catch{}let c=b??l,S=c;for(let w of s.error.fns)w&&(S=await w(c,I,P,m));if(S=S||{},m.throwOnError)throw S;return m.responseStyle==="data"?void 0:{error:S,...E}},p=f=>m=>u({...m,method:f}),d=f=>async m=>{let{opts:h,url:x}=await o(m);return js({...h,body:h.body,headers:h.headers,method:f,onRequest:async(P,A)=>{let I=new Request(P,A);for(let E of s.request.fns)E&&(I=await E(I,h));return I},serializedBody:tn(h),url:x})};return{buildUrl:rn,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 ld={$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"},ud=Object.entries(ld),Fs=(t,e)=>{e||(e=new Map);for(let n of t)"in"in n?n.key&&e.set(n.key,{in:n.in,map:n.map}):"key"in n?e.set(n.key,{map:n.map}):n.args&&Fs(n.args,e);return e},pd=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=Fs(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=ud.find(([h])=>p.startsWith(h));if(m){let[h,x]=m;n[x][p.slice(h.length)]=d}else if("allowExtra"in s&&s.allowExtra){for(let[h,x]of Object.entries(s.allowExtra))if(x){n[h][p]=d;break}}}}return pd(n),n};var Ls=Fe(Ue({baseUrl:"http://localhost:4096"}));var _=class{client;constructor(e){this.client=e?.client??Ls}},on=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)}},an=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}})}},cn=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})}},ln=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}})}},un=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})}},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:"/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}})}},dn=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})}},gn=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})}},mn=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}})}},fn=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})}},yn=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 fn({client:this.client})}},hn=class extends _{_controlPlane;get controlPlane(){return this._controlPlane??=new ln({client:this.client})}_capabilities;get capabilities(){return this._capabilities??=new un({client:this.client})}_console;get console(){return this._console??=new pn({client:this.client})}_session;get session(){return this._session??=new dn({client:this.client})}_resource;get resource(){return this._resource??=new gn({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new mn({client:this.client})}_workspace;get workspace(){return this._workspace??=new yn({client:this.client})}},bn=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}})}},xn=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 bn({client:this.client})}},_n=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})}},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:"/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})}},kn=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})}},wn=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}})}},Sn=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})}},vn=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})}},Cn=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})}},An=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})}},Rn=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})}},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:"/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 Rn({client:this.client})}},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:"/command",...n,...r})}},En=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})}},jn=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})}},$n=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})}},Mn=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 $n({client:this.client})}},qn=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})}},Dn=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})}},On=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})}},Un=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}})}},Fn=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}})}},Ln=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 Fn({client:this.client})}},Gn=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})}},Bn=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}})}},Nn=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}})}},Kn=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 Nn({client:this.client})}},Hn=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}})}},Wn=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 Hn({client:this.client})}},zn=class extends _{get(e){return(e?.client??this.client).get({url:"/api/health",...e})}},Vn=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})}},Jn=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})}},Xn=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})}},Qn=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})}create(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"id"},{in:"body",key:"action"},{in:"body",key:"resources"},{in:"body",key:"save"},{in:"body",key:"metadata"},{in:"body",key:"source"},{in:"body",key:"agent"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/permission",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}get(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/permission/{requestID}",...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}})}},Yn=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})}},Zn=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}})}active(e){return(e?.client??this.client).get({url:"/api/session/active",...e})}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})}history(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"limit"},{in:"query",key:"after"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/history",...n,...r})}events(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"after"}]}]);return(n?.client??this.client).sse.get({url:"/api/session/{sessionID}/event",...n,...r})}interrupt(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/interrupt",...n,...r})}message(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"messageID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/message/{messageID}",...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 Xn({client:this.client})}_permission;get permission(){return this._permission??=new Qn({client:this.client})}_question;get question(){return this._question??=new Yn({client:this.client})}},er=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})}},tr=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})}},nr=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}})}},rr=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}})}},sr=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 nr({client:this.client})}_attempt;get attempt(){return this._attempt??=new rr({client:this.client})}},ir=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}})}},or=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})}},ar=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})}},cr=class extends _{_request;get request(){return this._request??=new or({client:this.client})}_saved;get saved(){return this._saved??=new ar({client:this.client})}},lr=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})}},ur=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})}},pr=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})}},dr=class extends _{subscribe(e){return(e?.client??this.client).sse.get({url:"/api/event",...e})}},gr=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})}},mr=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})}},fr=class extends _{_request;get request(){return this._request??=new mr({client:this.client})}},yr=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})}},hr=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})}},br=class extends _{_health;get health(){return this._health??=new zn({client:this.client})}_location;get location(){return this._location??=new Vn({client:this.client})}_agent;get agent(){return this._agent??=new Jn({client:this.client})}_session;get session(){return this._session??=new Zn({client:this.client})}_model;get model(){return this._model??=new er({client:this.client})}_provider;get provider(){return this._provider??=new tr({client:this.client})}_integration;get integration(){return this._integration??=new sr({client:this.client})}_credential;get credential(){return this._credential??=new ir({client:this.client})}_permission;get permission(){return this._permission??=new cr({client:this.client})}_fs;get fs(){return this._fs??=new lr({client:this.client})}_command;get command(){return this._command??=new ur({client:this.client})}_skill;get skill(){return this._skill??=new pr({client:this.client})}_event;get event(){return this._event??=new dr({client:this.client})}_pty;get pty(){return this._pty??=new gr({client:this.client})}_question;get question(){return this._question??=new fr({client:this.client})}_reference;get reference(){return this._reference??=new yr({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new hr({client:this.client})}},ut=class t extends _{static __registry=new on;constructor(e){super(e),t.__registry.set(this,e?.key)}_auth;get auth(){return this._auth??=new an({client:this.client})}_app;get app(){return this._app??=new cn({client:this.client})}_experimental;get experimental(){return this._experimental??=new hn({client:this.client})}_global;get global(){return this._global??=new xn({client:this.client})}_event;get event(){return this._event??=new _n({client:this.client})}_config;get config(){return this._config??=new Pn({client:this.client})}_tool;get tool(){return this._tool??=new kn({client:this.client})}_worktree;get worktree(){return this._worktree??=new wn({client:this.client})}_find;get find(){return this._find??=new Sn({client:this.client})}_file;get file(){return this._file??=new vn({client:this.client})}_instance;get instance(){return this._instance??=new Cn({client:this.client})}_path;get path(){return this._path??=new An({client:this.client})}_vcs;get vcs(){return this._vcs??=new Tn({client:this.client})}_command;get command(){return this._command??=new In({client:this.client})}_lsp;get lsp(){return this._lsp??=new En({client:this.client})}_formatter;get formatter(){return this._formatter??=new jn({client:this.client})}_mcp;get mcp(){return this._mcp??=new Mn({client:this.client})}_project;get project(){return this._project??=new qn({client:this.client})}_pty;get pty(){return this._pty??=new Dn({client:this.client})}_question;get question(){return this._question??=new On({client:this.client})}_permission;get permission(){return this._permission??=new Un({client:this.client})}_provider;get provider(){return this._provider??=new Ln({client:this.client})}_session;get session(){return this._session??=new Gn({client:this.client})}_part;get part(){return this._part??=new Bn({client:this.client})}_sync;get sync(){return this._sync??=new Kn({client:this.client})}_tui;get tui(){return this._tui??=new Wn({client:this.client})}_v2;get v2(){return this._v2??=new br({client:this.client})}};function Bs(t,e,n,r){if(!r?.throwOnError||t instanceof Error)return t;if(typeof t=="object"&&t!==null&&Object.keys(t).length>0){let o=t,u=typeof o.data?.message=="string"&&o.data.message||typeof o.message=="string"&&o.message||typeof o.name=="string"&&o.name||Gs(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 ${Gs(n,e)}: ${s}`,{cause:{body:t,status:e?.status}})}function Gs(t,e){let n=t?.method??"?",r=t?.url??"?",s=e?.status,o=e?.statusText;return`${n} ${r}${s?" \u2192 "+s:""}${o?" "+o:""}`}function dd(t,e,n){if(t)return e&&(t===e||n&&t===n(e))?e:t}function gd(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=dd(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 xr(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=Fe(t);return e.interceptors.request.use(n=>gd(n,{directory:t?.directory,workspace:t?.experimental_workspaceID})),e.interceptors.response.use(n=>{if(n.headers.get("content-type")==="text/html")throw new Error("Request is not supported by this version of OpenCode Server (Server responded with text/html)");return n}),e.interceptors.error.use(Bs),new ut({client:e})}var md=new Set(["api","cli","mobile","web"]);function pt(t){let e=t?.trim().toLowerCase();return e&&md.has(e)?e:null}function fd(t){return new Promise(e=>setTimeout(e,t))}async function Ns(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 fd(s)),u=await t(),u)return u;return u}var yd=12e4;function hd(t){return(t instanceof Request?t.url:String(t)).includes("/global/event")}function _r(t,e,n=yd){let r=t instanceof Request?t.signal:e?.signal;if(hd(t))return r??void 0;let s=AbortSignal.timeout(n);return r?typeof AbortSignal.any=="function"?AbortSignal.any([r,s]):r:s}function Pr(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=pt(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 kr(){return $().getToken()}async function oe(t){return Ns(()=>$().getToken(),t,dt)}function dt(){}function ih(t){}function oh(t){}async function Le(){return kr()}async function Hs(t){return oe(t)}function Ws(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 M(t,e,n){let{retryOnAuthError:r=!0,timeoutMs:s}=n??{},o=await Hs();if(!o)return Ks();let u=$().clientSource,p=Pr(t,e,o,u),d=s===void 0?_r(t,e):_r(t,e,s),f=await Ws(t,e,p,d);if(f.status===401&&r&&o){dt();let m=await Hs({attempts:2,baseDelayMs:200});if(m&&m!==o){let h=Pr(t,e,m,u);return Ws(t,e,h,d)}}return f}var ve={url:null,sandboxId:null,dbSandboxId:null,version:0},bd=new Set;function zs(t,e=null,n=null){if(!(ve.url===t&&ve.sandboxId===e&&ve.dbSandboxId===n)){ve={url:t,sandboxId:e,dbSandboxId:n,version:ve.version+1};for(let r of bd)r()}}function Vs(){return ve.url}function xd(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Ge(){return xd($().backendUrl||"http://localhost:8008/v1")}function Js(){let t=$().sandboxId;return t?`${Ge()}/p/${t}/8000`:""}function _d(t){return`${Ge()}/p/${t}/8000`}function gt(t){return _d(t)}var C=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)}},Ce=class extends C{constructor(e="Not authenticated"){super(e,{code:"NO_SESSION"}),this.name="AuthError"}},fe=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)}},Ae=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)}},wr="feature_disabled";function Xs(t){if(!(t instanceof C)||t.status!==403||t.code!==wr)return null;let e=t.details??t.data;return e&&typeof e=="object"?e:{}}function Qs(t){let e=Xs(t);return e?(typeof e.feature=="string"&&!t.feature&&(t.feature=e.feature),!0):!1}function Ys(t){let e=Xs(t);if(!e)return null;let n=t.feature;return typeof n=="string"?n:typeof e.feature=="string"?e.feature:null}function Re(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 fe(e,{message:r?.message||t.message||"Billing error",...r})}function Zs(t){return t instanceof fe}function ei(t){if(!(t instanceof fe))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."}}var Pd="X-Kortix-Impersonate",vr="kortix.impersonation",ye=null,mt=!1,Sr=new Set;function Cr(){try{return typeof sessionStorage>"u"?null:sessionStorage}catch{return null}}function kd(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 wd(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 ti(){for(let t of Sr)try{t()}catch{}}function Sd(){return mt||(mt=!0,ye=wd(Cr()?.getItem(vr)??null)),ye&&!kd(ye)?(ni(),null):ye}function dh(t){if(mt=!0,!t){ni();return}ye=t;try{Cr()?.setItem(vr,JSON.stringify(t))}catch{}ti()}function ni(){mt=!0;let t=ye!==null;ye=null;try{Cr()?.removeItem(vr)}catch{}t&&ti()}function gh(t){return Sr.add(t),()=>{Sr.delete(t)}}var vd=/(^|\/)admin\/(api|analytics)(\/|$)/;function Cd(t){let e=t;if(/^https?:\/\//.test(t))try{e=new URL(t).pathname}catch{e=t}return!vd.test(e)}function Ar(t){if(t!==void 0&&!Cd(t))return{};let e=Sd();return e?{[Pd]:e.grantId}:{}}var ne=()=>$().backendUrl||"",Ad="feature_not_supported",Rd="model_not_servable",Td="provision_in_flight",si="request_deadline",Id=/^Request exceeded the \d+s server processing deadline$/,Ed=(t,e,n)=>t!==503?!1:(typeof e=="object"&&e!==null&&"code"in e?e.code:void 0)===si||Id.test(n),jd=t=>new Promise(e=>setTimeout(e,t)),$d=new Set([502,503,504]),Md=t=>$d.has(t),qd=t=>{let e=(t??"GET").toUpperCase();return e==="GET"||e==="HEAD"},Dd=2,ri=t=>t?.name==="AbortError"||t?.name==="AbortSignal"||t instanceof Error&&t.message.includes("aborted"),ft=!1;function _h(t){ft=t}function Ph(){return ft}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 oe(),h=o.body instanceof FormData,x={};h||(x["Content-Type"]="application/json"),Object.assign(x,o.headers);let P=pt($().clientSource),A=Object.keys(x).some(S=>S.toLowerCase()==="x-kortix-client");if(P&&!A&&(x["X-Kortix-Client"]=P),ft&&(x["x-kortix-admin-bypass"]="1"),Object.assign(x,Ar(t)),m)x.Authorization=`Bearer ${m}`;else return{error:new Ce,success:!1};let I=qd(o.method),E=I?Dd+1:1,l;for(let S=0;S<E;S++){S>0&&await jd(250*2**(S-1));let w=S===0?u:new AbortController;S>0&&(p=setTimeout(()=>{f=!0,w.abort()},s));try{l=await($().fetch??fetch)(t,{...o,headers:x,signal:w.signal,credentials:o.credentials??"omit"})}catch(j){if(p&&(clearTimeout(p),p=null),ri(j)||S===E-1)throw j;continue}if(p&&(clearTimeout(p),p=null),!(I&&Md(l.status)&&S<E-1))break;try{await l.arrayBuffer()}catch{}}if(!l.ok){let S=`HTTP ${l.status}: ${l.statusText}`,w=null;try{w=await l.json(),typeof w.message=="string"?S=w.message:w.error&&typeof w.error=="string"?S=w.error:typeof w.detail=="string"?S=w.detail:typeof w.detail?.message=="string"?S=w.detail.message:typeof w.reason=="string"&&(S=w.reason)}catch{}let R=Ed(l.status,w,S),j=new C(S,{status:l.status,response:l,details:w||void 0,data:w,detail:w?.detail,code:R?si:w?.code||w?.error_code||w?.detail?.error_code||l.status.toString()});if(l.status===402&&(j=Re(j)),l.status===403&&w?.code==="account_mfa_required"&&typeof window<"u"&&typeof window.dispatchEvent=="function")try{window.dispatchEvent(new CustomEvent("kortix:mfa-required"))}catch{}l.status===431&&(j=new Ae(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 D=l.status===501&&w?.code===Ad,q=l.status===409&&w?.code===Rd,X=l.status===409&&w?.code===Td;return n&&!D&&!q&&!X&&!R&&$().onError?.(j,r),{error:j,success:!1}}let b,c=l.headers.get("content-type");return c?.includes("application/json")?b=await l.json():c?.includes("text/")?b=await l.text():b=await l.blob(),{data:b,success:!0}}catch(m){p&&(clearTimeout(p),p=null);let h=ri(m);h&&(d=!0);let x;if(h){if(!f)return{error:new C("Request aborted",{name:"AbortError",code:"ABORTED"}),success:!1};let P=t.replace(ne(),"")||t;x=new C(`Request timed out after ${Math.round(s/1e3)}s: ${P}`,{code:"TIMEOUT",url:t,endpoint:P,timeout:s})}else m instanceof Error?(x=new C(m.message,{name:m.name||"ApiError",stack:m.stack}),n&&$().onError?.(x,r)):(x=new C(String(m)),n&&$().onError?.(x,r));return{error:x,success:!1}}}var kh={async execute(t,e){try{let{data:n,error:r}=await t();if(r){let s=new C(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 C(n.message,{name:n.name||"ApiError",stack:n.stack}):new C(String(n));return $().onError?.(r,e),{error:r,success:!1}}}};async function Od(t,e,n={}){let{timeout:r=3e4,fetch:s=fetch}=n,o=await oe(),u={Accept:"text/event-stream","Content-Type":"application/json"},p=pt($().clientSource);p&&(u["X-Kortix-Client"]=p),ft&&(u["x-kortix-admin-bypass"]="1"),Object.assign(u,Ar(t)),o&&(u.Authorization=`Bearer ${o}`);let d=new AbortController,f=setTimeout(()=>d.abort(),r);try{return await s(`${ne()}${t}`,{method:"POST",headers:u,body:JSON.stringify(e),signal:d.signal,credentials:"omit"})}finally{clearTimeout(f)}}var i={get:(t,e)=>he(`${ne()}${t}`,{...e,method:"GET"}),post:(t,e,n)=>he(`${ne()}${t}`,{...n,method:"POST",body:e?JSON.stringify(e):void 0}),put:(t,e,n)=>he(`${ne()}${t}`,{...n,method:"PUT",body:e?JSON.stringify(e):void 0}),patch:(t,e,n)=>he(`${ne()}${t}`,{...n,method:"PATCH",body:e?JSON.stringify(e):void 0}),delete:(t,e)=>he(`${ne()}${t}`,{...e,method:"DELETE"}),upload:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],he(`${ne()}${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(`${ne()}${t}`,{...s,method:"PUT",body:e,headers:o})},postStream:Od};var yt=new Map,Rr=new Map;function Tr(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function ii(t){return yt.get(Tr(t))??null}function oi(t){return yt.has(Tr(t))}async function ht(t){let e=Tr(t),n=yt.get(e);if(n!==void 0)return n;let r=Rr.get(e);if(r)return r;let s=(async()=>{try{let o=await i.get("/p/config",{showErrors:!1,errorContext:{operation:"load preview config",silent:!0}});if(!o.success)return null;let u=typeof o.data?.preview_url_template=="string"?o.data.preview_url_template:null;return yt.set(e,u),u}catch{return null}finally{Rr.delete(e)}})();return Rr.set(e,s),s}function ai(t){let{apiBaseUrl:e}=t;return oi(e)||ht(e).catch(()=>{}),{sandboxId:t.sandboxId,backendPort:t.backendPort,apiBaseUrl:e,previewUrlTemplate:ii(e)}}function re(){let t=Vs();return t||($().billingEnabled??!1?"":Js())}async function Ir(t,e){return(await t.json().catch(()=>({})))?.error||t.statusText||e}function Er(t){if(!t)throw new Error("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading");return t}async function ci(t){let e=Er(t),n=await M(`${e}/env`);if(!n.ok)throw new Error(await Ir(n,"Failed to load secrets"));return(await n.json()).secrets??{}}async function li(t,e,n){let r=Er(t),s=await M(`${r}/env/${encodeURIComponent(e)}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({value:n})});if(!s.ok)throw new Error(await Ir(s,"Failed to save secret"))}async function ui(t,e){let n=Er(t),r=await M(`${n}/env/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await Ir(r,"Failed to delete secret"))}var Ud={list:ci,set:li,delete:ui};async function Fd(t,e,n){let r=t;for(;r.endsWith("/");)r=r.slice(0,-1);let s=await M(`${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 ae(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 bt(t,e){let n=await t.json().catch(()=>({}));return n?.error||n?.message||t.statusText||e}function Be(t){if(!t)throw new Error("[kortix-pty] Server URL not ready \u2014 sandbox is still loading");return ae(t)}async function pi(t){let e=Be(t),n=await M(`${e}/kortix/pty`);if(!n.ok)throw new Error(await bt(n,"Failed to list terminals"));return n.json()}async function di(t,e){let n=Be(t),r=await M(`${n}/kortix/pty`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e??{})});if(!r.ok)throw new Error(await bt(r,"Failed to create terminal"));return r.json()}async function gi(t,e,n){let r=Be(t),s=await M(`${r}/kortix/pty/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!s.ok)throw new Error(await bt(s,"Failed to update terminal"));return s.json()}async function mi(t,e){let n=Be(t),r=await M(`${n}/kortix/pty/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await bt(r,"Failed to remove terminal"))}async function fi(t,e,n){let r=Be(e),o=`${(()=>{try{let f=new URL(r);return f.protocol==="https:"?f.protocol="wss:":f.protocol==="http:"&&(f.protocol="ws:"),typeof window<"u"&&window.location.protocol==="https:"&&f.protocol==="ws:"&&(f.protocol="wss:"),ae(f.toString())}catch{return r.replace("https://","wss://").replace("http://","ws://")}})()}/kortix/pty/${encodeURIComponent(t)}/connect`,u=new URLSearchParams,p=await Le();p&&u.set("token",p),n?.wake&&u.set("wake","1");let d=u.toString();return d?`${o}${o.includes("?")?"&":"?"}${d}`:o}var Ld={list:pi,create:di,update:gi,remove:mi,webSocketUrl:fi};async function v(t,e,n,r){let s=t;for(;s.endsWith("/");)s=s.slice(0,-1);let o=await M(`${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 Kh(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 v(t,`/kortix/tasks${r}`)}async function Hh(t,e){return v(t,`/kortix/tasks/${encodeURIComponent(e)}`)}async function Wh(t,e){return v(t,`/kortix/tasks/${encodeURIComponent(e)}/events`)}async function zh(t,e){return v(t,`/kortix/tasks/${encodeURIComponent(e)}/status`)}async function Vh(t,e){return v(t,"/kortix/tasks",{method:"POST",body:JSON.stringify(e)})}async function Jh(t,e,n){return v(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function Xh(t,e){return v(t,`/kortix/tasks/${encodeURIComponent(e)}/start`,{method:"POST"})}async function Qh(t,e){return v(t,`/kortix/tasks/${encodeURIComponent(e)}/approve`,{method:"POST"})}async function Yh(t,e){return v(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Zh(t,e){let n=e?`?project_id=${encodeURIComponent(e)}`:"";return v(t,`/kortix/tickets${n}`)}async function eb(t,e){return v(t,`/kortix/tickets/${encodeURIComponent(e)}`)}async function tb(t,e){return v(t,`/kortix/tickets/${encodeURIComponent(e)}/events`)}async function nb(t,e){return v(t,"/kortix/tickets",{method:"POST",body:JSON.stringify(e)})}async function rb(t,e,n){return v(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function sb(t,e,n){return v(t,`/kortix/tickets/${encodeURIComponent(e)}/status`,{method:"POST",body:JSON.stringify(n)})}async function ib(t,e,n){return v(t,`/kortix/tickets/${encodeURIComponent(e)}/assign`,{method:"POST",body:JSON.stringify(n)})}async function ob(t,e,n){return v(t,`/kortix/tickets/${encodeURIComponent(e)}/unassign`,{method:"POST",body:JSON.stringify(n)})}async function ab(t,e,n){return v(t,`/kortix/tickets/${encodeURIComponent(e)}/comments`,{method:"POST",body:JSON.stringify(n)})}async function cb(t,e){return v(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"DELETE"})}async function lb(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}/columns`)}async function ub(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/columns`,{method:"PUT",body:JSON.stringify({columns:n})})}async function pb(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}/fields`)}async function db(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/fields`,{method:"PUT",body:JSON.stringify({fields:n})})}async function gb(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}/templates`)}async function mb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/templates`,{method:"PUT",body:JSON.stringify({templates:n})})}async function fb(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}/pm-session`,{method:"POST"})}async function yb(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}/agents`)}async function hb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/agents`,{method:"POST",body:JSON.stringify(n)})}async function bb(t,e,n,r){return v(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function xb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"DELETE"})}async function _b(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}/persona`)}async function Pb(t,e,n=200){return v(t,`/kortix/projects/${encodeURIComponent(e)}/activity?limit=${n}`)}async function kb(t){return v(t,"/kortix/projects")}async function wb(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}`)}async function Sb(t,e){return v(t,`/kortix/projects/by-session/${encodeURIComponent(e)}`)}async function vb(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}/sessions`)}async function Cb(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Ab(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function Rb(t,e,n="all"){return v(t,`/kortix/projects/${encodeURIComponent(e)}/milestones?status=${n}`)}async function Tb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`)}async function Ib(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/events`)}async function Eb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/milestones`,{method:"POST",body:JSON.stringify(n)})}async function jb(t,e,n,r){return v(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function $b(t,e,n,r){return v(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/close`,{method:"POST",body:JSON.stringify(r)})}async function Mb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/reopen`,{method:"POST"})}async function qb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Db(t,e){return v(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`)}async function Ob(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}/events`)}async function Ub(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`,{method:"POST",body:JSON.stringify(n)})}async function Fb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`)}async function Lb(t,e,n){return v(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`,{method:"DELETE"})}var Gd=1e4,Bd={retryOnAuthError:!1};function Te(t,e,n){return v(t,e,{signal:AbortSignal.timeout(Gd),...n},Bd)}async function Gb(t,e=!1){return(await Te(t,`/kortix/services${e?"?all=true":""}`)).services??[]}async function Bb(t){return(await Te(t,"/kortix/services/templates")).templates??[]}async function Nb(t,e){return(await Te(t,`/kortix/services/${encodeURIComponent(e)}/logs`)).logs??[]}async function Kb(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 Hb(t,e){return Te(t,`/kortix/services/reconcile${e?"?reload=true":""}`,{method:"POST"})}async function Wb(t,e){return Te(t,"/kortix/services/register",{method:"POST",body:JSON.stringify(e)})}var xt=new Map,Ne=class extends Error{constructor(e="[opencode-sdk] Server URL not ready \u2014 sandbox is still loading"){super(e),this.name="RuntimeNotReadyError"}};function be(){let t=re();if(!t)throw new Ne;return ce(t)}function ce(t){if(!t)throw new Error("[opencode-sdk] getClientForUrl called without a url");let e=xt.get(t);if(e)return e;if(!en())throw new Error("[opencode-sdk] No auth token provider configured \u2014 call configureKortix()/createKortix() before talking to a sandbox runtime.");let n=xr({baseUrl:t,fetch:M});return xt.set(t,n),n}function Zb(t){xt.delete(t)}function ex(){xt.clear()}var _t=new Map;function tx(t){if(!t)throw new Error("[opencode-sdk] getPublicClientForUrl called without a url");let e=_t.get(t);if(e)return e;let n=xr({baseUrl:t,fetch});return _t.set(t,n),n}function nx(t){_t.delete(t)}function rx(){_t.clear()}async function Nd(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 sx(t){let e=re();if(!e)throw new C("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading",{code:"RUNTIME_UNAVAILABLE"});let n=t==="full"?"/kortix/refresh":"/global/dispose",r=await M(`${e}${n}`,{method:"POST"}),s=r.headers.get("content-type")??"",o=/^application\/([\w.+-]+\+)?json\b/i.test(s.trim());if(!r.ok)throw new C(`System reload failed (${r.status}): ${await Nd(r)}`,{status:r.status,response:r,code:"RUNTIME_UNAVAILABLE"});if(!o)throw new C(`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 C(`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 hi(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 C(n,{status:e?.response?.status??e?.status,response:e?.response,details:e})}return t.data}async function Ee(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 V(t){let e=(t??re()).trim();if(!e)throw new Ne;return e}async function kt(t,e){let n=await M(`${V(e)}${t}`);if(!n.ok)throw new C(await Ee(n),{status:n.status,response:n});return n.json()}var $r=["/workspace","/tmp","/home","/opt"],Kd=$r.filter(t=>t!=="/workspace");function bi(t){return $r.some(e=>t===e||t.startsWith(`${e}/`))}function Pt(t){return bi(t)?t:`/workspace/${t.replace(/^\/+/,"")}`}function je(t){let e=t||"";if(e==="/workspace"||e==="/workspace/")return"";if(e.startsWith("/workspace/"))e=e.slice(11);else if(Kd.some(n=>e===n||e.startsWith(`${n}/`)))return e;for(;e.startsWith("/");)e=e.slice(1);return e}var xi=je;async function wt(t,e){let n=V(e),r=je(t)||".";return(await kt(`/file?path=${encodeURIComponent(r)}`,n)).map(o=>({...o,path:o.absolute||`/workspace/${o.path}`}))}async function He(t,e){let n=V(e),r=je(t),s=await M(`${n}/file/content?path=${encodeURIComponent(r)}`);if(!s.ok)throw new C(await Ee(s),{status:s.status,response:s});return s.json()}async function Hd(t,e,n){let r=V(n),s=je(t),o=await M(`${r}/file/raw?path=${encodeURIComponent(s)}`);if(!o.ok)throw new C(await Ee(o),{status:o.status,response:o});if((o.headers.get("content-type")||"").includes("text/html"))throw new C("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 We(t,e){let n=V(e);try{return await Hd(t,void 0,n)}catch{}let r=await He(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 St(t){return kt("/file/status",V(t))}async function vt(t,e,n){let r=V(n),s=new URLSearchParams({query:t});return e?.type&&s.set("type",e.type),e?.limit&&s.set("limit",String(e.limit)),kt(`/find/file?${s.toString()}`,r)}async function Ct(t,e){let n=V(e);return(await kt(`/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 Ke=[400,1200],Wd=t=>t===408||t===429||t===502||t===503||t===504,yi=t=>new Promise(e=>setTimeout(e,t));function zd(t){let e=t?.name;return e==="TimeoutError"||e==="AbortError"}var jr=3e4,Vd=15*6e4,Jd=256;function _i(t){if(typeof t!="number"||!Number.isFinite(t)||t<=0)return jr;let e=jr+t/Jd;return Math.min(Vd,Math.max(jr,Math.round(e)))}async function Xd(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 Pi(t,e){let n;for(let s=0;s<=Ke.length;s++){let o;try{o=await e(t())}catch(p){if(n=p,zd(p)||s===Ke.length)break;await yi(Ke[s]);continue}if(o.ok)return o.json();let u=await Xd(o);if(n=new C(`Upload failed (${o.status}): ${u}`,{status:o.status,response:o}),!Wd(o.status)||s===Ke.length)throw n;await yi(Ke[s])}if(n instanceof C)throw n;let r=n instanceof Error?n.message:String(n||"request failed");throw new C(`Upload failed: ${r}`)}async function ze(t,e,n,r){let s=V(r),o=_i(t.size),u=n||(t instanceof File?t.name:"")||"";return Pi(()=>{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=>M(`${s}/file/upload`,{method:"POST",body:p},{timeoutMs:o}))}function Qd(t,e,n){let r=V(n),s=_i(e.size);return Pi(()=>{let o=new FormData;return o.append(t,e,t.split("/").pop()||"file"),o},o=>M(`${r}/file/upload`,{method:"POST",body:o},{timeoutMs:s}))}async function At(t,e){let n=V(e),r=t.trim(),o=(r.startsWith("/")?r:`/${r}`).split("/"),u=o.pop()||"untitled",p=o.join("/")||"/workspace",d=await Ve(`${p}/${u}`,new Blob([],{type:"application/octet-stream"}),n);return[{path:d.path,size:d.bytes}]}async function Rt(t,e,n){let r=V(n);return Qd(e,await We(t,r),r)}function Yd(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Zd(t){let e=t.lastIndexOf("/");return e<=0?"/":t.slice(0,e)}function eg(t){return t.slice(t.lastIndexOf("/")+1)}function tg(){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 Ve(t,e,n){let r=V(n),s=Pt(Yd(t.trim())),o=eg(s);if(!o)throw new C(`writeFile needs a file path, got "${t}"`,{code:"INVALID_PATH"});let u=Zd(s);await Je(u,r).catch(()=>{});let p=tg(),d=await ze(e,u,`.${o}.kortix-write-${p}`,r),f=d[0]?.path;if(!f)throw new C(`Upload returned no file for ${s}`,{code:"UPLOAD_NO_RESULT"});let m=Pt(f),h=`${s}.kortix-write-backup-${p}`,x=!1;try{await xe(s,h,r),x=!0}catch{}try{await xe(m,s,r)}catch(A){throw x&&await xe(h,s,r).catch(()=>{}),await Ie(m,r).catch(()=>{}),A}x&&await Ie(h,r).catch(()=>{});let P=d[0]?.size;return{path:s,bytes:typeof P=="number"?P:e.size}}async function Ie(t,e){let n=await M(`${V(e)}/file`,{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new C(`Delete failed (${n.status}): ${await Ee(n)}`,{status:n.status,response:n});return n.json()}async function Je(t,e){let n=await M(`${V(e)}/file/mkdir`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new C(`Mkdir failed (${n.status}): ${await Ee(n)}`,{status:n.status,response:n});return n.json()}async function xe(t,e,n){let r=await M(`${V(n)}/file/rename`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({from:t,to:e})});if(!r.ok)throw new C(`Rename failed (${r.status}): ${await Ee(r)}`,{status:r.status,response:r});return r.json()}async function ki(){return hi(await be().project.current())}async function Mr(){return hi(await be().global.health())}async function wi(){try{return(await Mr()).healthy===!0}catch{return!1}}var ng={list:wt,read:He,readBlob:We,status:St,findFiles:vt,findText:Ct,upload:ze,write:Ve,create:At,copy:Rt,remove:Ie,mkdir:Je,rename:xe,currentProject:ki,health:Mr,isReachable:wi,toDaemonPath:je,toSandboxAbsolutePath:Pt,toWorkspaceRelative:xi};function a(t,e="Project request failed"){if(!t.success||t.data===void 0)throw t.error??new Error(e);return t.data}function qr(t){return t.replace(/\/v1\/?$/,"")}async function $e(t,e){if(!t.backendUrl||!t.accessToken)return null;let n=qr(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 Si(){return a(await i.get("/accounts"))}async function vi(t){return a(await i.post("/accounts",t))}async function Ci(t){return a(await i.get(`/accounts/${t}`))}async function Ai(t,e){return a(await i.patch(`/accounts/${t}`,{name:e}))}async function Ri(t){return a(await i.get(`/accounts/${t}/branding`))}async function Ti(t,e){return a(await i.put(`/accounts/${t}/branding`,e))}async function Ii(t,e,n,r){let s=new FormData;return s.append("file",n,r??(n instanceof File?n.name:e)),a(await i.upload(`/accounts/${t}/branding/assets/${e}`,s))}async function Ei(t,e){return a(await i.delete(`/accounts/${t}/branding/assets/${e}`))}async function ji(t){return a(await i.delete(`/accounts/${t}/branding`))}async function $i(t){return a(await i.get(`/accounts/${t}/members`))}async function Mi(t,e){return a(await i.post(`/accounts/${t}/members`,e,{showErrors:!1}))}async function qi(t){return a(await i.get(`/accounts/${t}/invites`))}async function Di(t,e){return a(await i.delete(`/accounts/${t}/invites/${e}`))}async function Oi(t,e){return a(await i.post(`/accounts/${t}/invites/${e}/resend`,{}))}async function Ui(t){return a(await i.get(`/account-invites/${t}`,{showErrors:!1}))}async function Fi(t){return a(await i.post(`/account-invites/${t}/accept`,{}))}async function Li(t){return a(await i.post(`/account-invites/${t}/decline`,{}))}async function Gi(t,e){return a(await i.delete(`/accounts/${t}/members/${e}`))}async function Bi(t,e,n){return a(await i.patch(`/accounts/${t}/members/${e}`,{role:n}))}async function Ni(t){return a(await i.post(`/accounts/${t}/leave`,{}))}async function hx(t){return $e(t,"/v1/accounts")}async function Ki(){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 Px=["agent_tunnel","marketplace","connectors_api_discover","agentmail_email","teams","llm_gateway","review_center","meta_agent","apps","monitors","warm_sessions","secrets_egress","pi_worker"];async function Me(){return a(await i.get("/projects"))}async function Wi(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/projects${e}`))}async function Dr(t,e){return a(await i.get(`/projects/${t}`,e))}async function zi(t,e,n="write"){return a(await i.post(`/projects/${t}/git/collaborators`,{github_username:e,permission:n}))}async function Vi(t,e){return a(await i.post(`/projects/${t}/manifest/validate`,{raw:e}),"Failed to validate manifest")}async function Ji(t){return a(await i.post(`/projects/${t}/git-token`,{}),"Failed to mint git token")}function kx(t){let e=t.metadata?.git;return e?.provider==="github"&&e?.managed===!0}async function Or(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 Ur(t,e){return a(await i.get(`/projects/${t}/llm-catalog`,{showErrors:!1,...e}))}async function Fr(t,e){return a(await i.get(`/projects/${t}/model-picker`,{showErrors:!1,...e}))}async function wx(t,e){return a(await i.get(`/projects/${t}/llm-catalog/providers`,{showErrors:!1,...e}))}async function Xi(t){return a(await i.post("/projects",t))}async function Qi(t){return a(await i.post("/projects/create-repo",t))}async function Yi(t,e={}){return a(await i.post("/projects/provision",{seed_starter:!0,...t},{timeout:12e4,...e}))}var Hi=200;function sg(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>Hi?`${n.slice(0,Hi)}\u2026`:n;throw new Error(`provisionProjectStream: received an unparseable SSE frame (${s})`,{cause:r})}}async function Sx(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 C(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
|
-
`);for(;m!==-1;){let
|
|
11
|
+
`);for(;m!==-1;){let h=u.slice(0,m);u=u.slice(m+2),m=u.indexOf(`
|
|
12
12
|
|
|
13
|
-
`);let x=vd(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 jb(){try{return a(await i.get("/projects/managed-git/status",{showErrors:!1}))}catch{return{configured:!1,provider:"github"}}}async function Dr(t,e){return a(await i.patch(`/projects/${t}`,e))}async function Ei(t,e,n){return a(await i.patch(`/projects/${t}/features`,{feature:e,enabled:n}))}async function ji(t,e,n){return a(await i.patch(`/projects/${t}/experimental`,{feature:e,enabled:n}))}async function $i(t,e){return a(await i.patch(`/projects/${t}/sandbox-provider`,{provider:e}))}async function $b(t,e){return a(await i.get(`/projects/${t}/sandbox-provider/transition`,{showErrors:!1,...e}))}async function Db(t,e){return a(await i.patch(`/projects/${t}/warm-pool`,e))}async function Di(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{completed:e}))}async function qb(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{profile:e}))}async function qr(t){return a(await i.delete(`/projects/${t}`))}async function Mb(t,e){return Ee(t,`/v1/projects?account_id=${encodeURIComponent(e)}`)}async function Ob(t,e){if(!t.backendUrl||!t.accessToken)return{ok:!1,limitReached:!1};let n=Tr(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 qi(t){return a(await i.post("/projects/link-repository",t,{showErrors:!1}))}async function Mi(t){return a(await i.get(`/projects/github/installation?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Oi(t){return a(await i.get(`/projects/github/installations?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ui(t){return a(await i.post("/projects/github/installations/linkable",t,{showErrors:!1}))}async function Fi(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 Li(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 Gi(t){return a(await i.post("/projects/github/installation",t,{showErrors:!1}))}async function Bi(t){return a(await i.post("/projects/github/installations/link",t,{showErrors:!1}))}async function Ni(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 Kb(t,e){return a(await i.post(`/projects/${t}/access-requests`,{message:e?.trim()||void 0},{showErrors:!1}))}async function Ki(t,e){return a(await i.get(`/projects/${t}/access-requests`,e))}async function Hi(t,e,n="member"){return a(await i.post(`/projects/${t}/access-requests/${e}/approve`,{role:n}))}async function Wi(t,e){return a(await i.post(`/projects/${t}/access-requests/${e}/reject`,{}))}async function zi(t){return a(await i.get(`/projects/${t}/access`))}async function Vi(t,e,n){return a(await i.put(`/projects/${t}/access/${e}`,{role:n}))}async function Ji(t,e){return a(await i.delete(`/projects/${t}/access/${e}`))}function Hb(t){return"status"in t&&t.status==="invited"}async function Xi(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 Yi(t){return a(await i.get(`/projects/${t}/access/pending-invites`))}async function Qi(t,e){return a(await i.delete(`/projects/${t}/access/pending-invites/${e}`))}async function Zi(t,e){return a(await i.post(`/projects/${t}/access/pending-invites/${e}/resend`))}async function eo(t){return a(await i.get(`/projects/${t}/group-grants`))}async function to(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 no(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 ro(t,e){return a(await i.delete(`/projects/${t}/group-grants/${e}`))}async function so(t){return a(await i.get(`/projects/${t}/resource-grants`))}async function io(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 oo(t,e){return a(await i.delete(`/projects/${t}/resource-grants/${e}`))}async function ao(t,e){return a(await i.get(`/projects/${t}/approvals`,{showErrors:e?.showErrors}))}async function co(t,e){return a(await i.get(`/projects/${t}/approvals/needs-input`,{showErrors:e?.showErrors}))}async function lo(t,e,n){return a(await i.post(`/projects/${t}/approvals/${e}`,{decision:n}))}async function uo(t){return a(await i.get(`/projects/${t}/secrets`,{showErrors:!1}))}async function po(t,e){return a(await i.post(`/projects/${t}/secrets`,e))}async function go(t,e,n,r={}){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/strategy`,{strategy:n,...r}))}async function mo(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/broker`,n))}async function fo(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/start`,{sharing:n?.sharing}))}async function yo(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/poll`,{flow_id:n}))}async function ho(t,e){return a(await i.delete(`/projects/${t}/oauth/${encodeURIComponent(e)}`))}async function bo(t,e){return a(await i.put(`/projects/${t}/git-credential`,e))}async function xo(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}`))}async function _o(t,e,n){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`,n))}async function Po(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`))}function Mr(t,e){return t?`/connectors/projects/${encodeURIComponent(t)}/${e}`:`/connectors/${e}`}async function Or(t){return a(await i.get(Mr(t,"catalog"))).connectors??[]}async function Ct(t){let e=[];for(let n of await Or(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 ko(t,e="",n={}){let r=e.trim().toLowerCase(),s=r.split(/\s+/).filter(Boolean),o=[],u=[];for(let p of await Ct(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 wo(t,e){return(await Ct(t)).find(n=>n.tool===e)??null}function Cd(t){let e=t.indexOf("."),n=e<0?"":t.slice(0,e).trim(),r=e<0?"":t.slice(e+1).trim();if(!n||!r)throw new Error("tool must use the connector.action format");return{connector:n,action:r}}async function So(t,e,n={}){let{connector:r,action:s}=Cd(e);return a(await i.post(Mr(t,"call"),{connector:r,action:s,args:n}))}function Rd(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 Ad(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 vo(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=Ad(D().backendUrl),p=Mr(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(Rd(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 Co(t){return a(await i.get(`/projects/${t}/connections`))}async function Ro(t){return a(await i.get(`/projects/${t}/connections/all`))}async function Ao(t,e){return a(await i.post(`/projects/${t}/connections`,e))}async function To(t,e){return a(await i.post(`/projects/${t}/connections/me`,e))}async function Io(t,e,n){return a(await i.put(`/projects/${t}/connections/${e}/credential`,n))}function re(t,e,n){return`/projects/${t}/connections/${e}/oauth2/${n}`}async function tx(t,e){return a(await i.post(`/projects/${t}/connectors/${encodeURIComponent(e)}/oauth2/connection`,{}))}async function nx(t,e,n){return a(await i.put(re(t,e,"application"),n))}async function rx(t,e){return a(await i.get(re(t,e,"application")))}async function sx(t,e,n){return a(await i.post(re(t,e,"discover"),n))}async function ix(t,e,n={}){return a(await i.post(re(t,e,"discover-resource"),n))}async function ox(t,e,n){return a(await i.post(re(t,e,"register"),n))}async function ax(t,e,n){return a(await i.post(re(t,e,"authorize"),n))}async function cx(t,e,n){return a(await i.post(re(t,e,"device"),n))}async function lx(t,e,n){return a(await i.post(re(t,e,`device/${encodeURIComponent(n)}`),{}))}async function ux(t,e){return a(await i.get(re(t,e,"status")))}async function Eo(t,e){return a(await i.put(`/projects/${t}/connections/${e}/revoke`,{}))}async function jo(t,e){return a(await i.put(`/projects/${t}/connections/${e}/activate`,{}))}async function $o(t,e){return a(await i.put(`/projects/${t}/connections/${e}/default`,{}))}async function Do(t,e,n={}){return a(await i.post(`/projects/${t}/connections/${e}/connect`,n))}async function qo(t,e){return a(await i.post(`/projects/${t}/connections/${e}/connect/finalize`,{}))}async function Mo(t){return a(await i.get(`/connectors/projects/${t}/connectors`,{showErrors:!1}))}async function Oo(t){return a(await i.post(`/connectors/projects/${t}/connectors/sync`,{}))}async function Uo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential-mode`,{mode:n}))}async function Fo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/authorization-strategy`,{authorization_strategy:n}))}async function Lo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/sensitive`,{sensitive:n}))}async function Go(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`))}async function Bo(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`,{policies:n}))}async function px(t,e){throw new Error("Connection-specific policies were removed. Use getConnectorPolicies(projectId, slug).")}async function dx(t,e,n){throw new Error("Connection-specific policies were removed. Use setConnectorPolicies(projectId, slug, policies).")}async function No(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/config`))}async function Ko(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/name`,{name:n}))}async function Ho(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect`,{}))}async function Wo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors`,e))}async function zo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/auth-discovery`,e))}async function Vo(t,e){return a(await i.delete(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}`))}async function Jo(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 Xo(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 Ur(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 Fr(t,e){let n=new URLSearchParams({id:e});return a(await i.get(`/connectors/projects/${t}/discover/connectors/detail?${n.toString()}`))}var gx=Ur,mx=Fr;async function Yo(){return a(await i.get("/connectors/connect-status"))}async function Qo(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 fx(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/secret-binding`,{secret_identifier:n}))}async function Zo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect/finalize`,{}))}async function ea(t){return a(await i.get(`/connectors/projects/${t}/policies`))}async function ta(t,e,n){return a(await i.put(`/connectors/projects/${t}/policies`,{policies:e,defaultMode:n}))}async function na(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function ra(t){return a(await i.get(`/projects/${t}/snapshots`))}async function Lr(t){return a(await i.get(`/projects/${t}/sandbox-health`,{showErrors:!1,timeout:15e3}))}async function sa(t,e){return a(await i.post(`/projects/${t}/snapshots/rebuild`,e?{slug:e}:{}))}async function ia(t){return a(await i.post(`/projects/${t}/snapshots/fix-with-agent`,{}))}async function oa(t,e){return a(await i.post(`/projects/${t}/sandbox-templates`,e))}async function aa(t,e,n){return a(await i.patch(`/projects/${t}/sandbox-templates/${e}`,n))}async function ca(t,e){return a(await i.delete(`/projects/${t}/sandbox-templates/${e}`))}async function la(t,e){return a(await i.post(`/projects/${t}/sandbox-templates/${e}/build`,{}))}async function ua(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function pa(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 da(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 ga(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 ma(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 ie(),u=`${D().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 fa(t){return a(await i.get(`/projects/${t}/branches`))}async function ya(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 ha(t,e){return a(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}`))}async function ba(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 xa(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 _a(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 Pa(t,e){let n=e?`?status=${e}`:"";return a(await i.get(`/projects/${t}/change-requests${n}`,{showErrors:!1,timeout:15e3}))}async function ka(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}`))}async function wa(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/diff`))}async function Sa(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/merge-preview`))}async function va(t,e){return a(await i.post(`/projects/${t}/change-requests`,e))}async function Ca(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/merge`,n??{},{showErrors:!1}))}async function Ra(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/close`,{}))}async function Aa(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/reopen`,{}))}async function Ta(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/request-changes`,{feedback:n}))}async function Ia(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/commit-push`,n??{}))}var Gr=new Set;function Rt(t){t&&Gr.add(t)}function Ea(t){return!!t&&Gr.has(t)}function Dx(t){t&&Gr.delete(t)}async function Ve(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 ja(t,e,n){return a(await i.put(`/projects/${t}/sessions/${e}/sharing`,n))}async function $a(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/previews`))}async function Da(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/public-shares`,{showErrors:!1}))}async function qa(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/public-shares`,n))}async function Ma(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/public-shares/${n}`))}async function Je(t,e){let n=a(await i.post(`/projects/${t}/sessions`,e??{}));return e?.initial_prompt||Rt(n?.session_id),n}async function Oa(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||Rt(r.session.session_id),r}async function Ua(t,e){let n=a(await i.post(`/projects/${t}/sessions/warm/claim`,e,{showErrors:!1}));return Rt(n.session_id),n}async function Br(t,e,n){return a(await i.get(`/projects/${t}/sessions/${e}`,{showErrors:n?.showErrors}))}async function Fa(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 La(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 Ga(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/turn`))}async function Ba(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 Na(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/prompts`))}async function Ka(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/prompts/${n}`)).removed}async function Ha(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/${n}/retry`,{}))}async function Wa(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/hold`,{held:n}))}async function za(t,e,n){return a(await i.patch(`/projects/${t}/sessions/${e}`,n))}async function Va(t,e){return a(await i.delete(`/projects/${t}/sessions/${e}`))}async function At(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/restart`,{}))}async function Tt(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/stop`,{}))}async function Ja(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/config`,{showErrors:!1}))}function Td(t){let e=t.split(`
|
|
13
|
+
`);let x=sg(h);if(x){if(e(x),x.type==="error")throw new C(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 vx(){try{return a(await i.get("/projects/managed-git/status",{showErrors:!1}))}catch{return{configured:!1,provider:"github"}}}async function Lr(t,e){return a(await i.patch(`/projects/${t}`,e))}async function Zi(t,e,n){return a(await i.patch(`/projects/${t}/features`,{feature:e,enabled:n}))}async function eo(t,e,n){return a(await i.patch(`/projects/${t}/experimental`,{feature:e,enabled:n}))}async function to(t,e){return a(await i.patch(`/projects/${t}/sandbox-provider`,{provider:e}))}async function Cx(t,e){return a(await i.get(`/projects/${t}/sandbox-provider/transition`,{showErrors:!1,...e}))}async function Ax(t,e){return a(await i.patch(`/projects/${t}/warm-pool`,e))}async function no(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{completed:e}))}async function Rx(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{profile:e}))}async function Gr(t){return a(await i.delete(`/projects/${t}`))}async function Tx(t,e){return $e(t,`/v1/projects?account_id=${encodeURIComponent(e)}`)}async function Ix(t,e){if(!t.backendUrl||!t.accessToken)return{ok:!1,limitReached:!1};let n=qr(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 ro(t){return a(await i.post("/projects/link-repository",t,{showErrors:!1}))}async function so(t){return a(await i.get(`/projects/github/installation?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function io(t){return a(await i.get(`/projects/github/installations?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function oo(t){return a(await i.post("/projects/github/installations/linkable",t,{showErrors:!1}))}async function ao(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 co(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 lo(t){return a(await i.post("/projects/github/installation",t,{showErrors:!1}))}async function uo(t){return a(await i.post("/projects/github/installations/link",t,{showErrors:!1}))}async function po(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 Ox(t,e){return a(await i.post(`/projects/${t}/access-requests`,{message:e?.trim()||void 0},{showErrors:!1}))}async function go(t,e){return a(await i.get(`/projects/${t}/access-requests`,e))}async function mo(t,e,n="member"){return a(await i.post(`/projects/${t}/access-requests/${e}/approve`,{role:n}))}async function fo(t,e){return a(await i.post(`/projects/${t}/access-requests/${e}/reject`,{}))}async function yo(t){return a(await i.get(`/projects/${t}/access`))}async function ho(t,e,n){return a(await i.put(`/projects/${t}/access/${e}`,{role:n}))}async function bo(t,e){return a(await i.delete(`/projects/${t}/access/${e}`))}function Ux(t){return"status"in t&&t.status==="invited"}async function xo(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 _o(t){return a(await i.get(`/projects/${t}/access/pending-invites`))}async function Po(t,e){return a(await i.delete(`/projects/${t}/access/pending-invites/${e}`))}async function ko(t,e){return a(await i.post(`/projects/${t}/access/pending-invites/${e}/resend`))}async function wo(t){return a(await i.get(`/projects/${t}/group-grants`))}async function So(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 vo(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 Co(t,e){return a(await i.delete(`/projects/${t}/group-grants/${e}`))}async function Ao(t){return a(await i.get(`/projects/${t}/resource-grants`))}async function Ro(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 To(t,e){return a(await i.delete(`/projects/${t}/resource-grants/${e}`))}async function Io(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 jo(t,e,n){return a(await i.post(`/projects/${t}/approvals/${e}`,{decision:n}))}async function $o(t){return a(await i.get(`/projects/${t}/secrets`,{showErrors:!1}))}async function Mo(t,e){return a(await i.post(`/projects/${t}/secrets`,e))}async function qo(t,e,n,r={}){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/strategy`,{strategy:n,...r}))}async function Do(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 Uo(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/poll`,{flow_id:n}))}async function Fo(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 Go(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}`))}async function Bo(t,e,n){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`,n))}async function No(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`))}function Br(t,e){return t?`/connectors/projects/${encodeURIComponent(t)}/${e}`:`/connectors/${e}`}async function Nr(t){return a(await i.get(Br(t,"catalog"))).connectors??[]}async function Tt(t){let e=[];for(let n of await Nr(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 Ko(t,e="",n={}){let r=e.trim().toLowerCase(),s=r.split(/\s+/).filter(Boolean),o=[],u=[];for(let p of await Tt(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 Ho(t,e){return(await Tt(t)).find(n=>n.tool===e)??null}function ig(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 Wo(t,e,n={}){let{connector:r,action:s}=ig(e);return a(await i.post(Br(t,"call"),{connector:r,action:s,args:n}))}function og(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 ag(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 zo(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=ag($().backendUrl),p=Br(t,"attachments"),d=await M(`${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 C(og(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 Vo(t){return a(await i.get(`/projects/${t}/connections`))}async function Jo(t){return a(await i.get(`/projects/${t}/connections/all`))}async function Xo(t,e){return a(await i.post(`/projects/${t}/connections`,e))}async function Qo(t,e){return a(await i.post(`/projects/${t}/connections/me`,e))}async function Yo(t,e,n){return a(await i.put(`/projects/${t}/connections/${e}/credential`,n))}function se(t,e,n){return`/projects/${t}/connections/${e}/oauth2/${n}`}async function Vx(t,e){return a(await i.post(`/projects/${t}/connectors/${encodeURIComponent(e)}/oauth2/connection`,{}))}async function Jx(t,e,n){return a(await i.put(se(t,e,"application"),n))}async function Xx(t,e){return a(await i.get(se(t,e,"application")))}async function Qx(t,e,n){return a(await i.post(se(t,e,"discover"),n))}async function Yx(t,e,n={}){return a(await i.post(se(t,e,"discover-resource"),n))}async function Zx(t,e,n){return a(await i.post(se(t,e,"register"),n))}async function e_(t,e,n){return a(await i.post(se(t,e,"authorize"),n))}async function t_(t,e,n){return a(await i.post(se(t,e,"device"),n))}async function n_(t,e,n){return a(await i.post(se(t,e,`device/${encodeURIComponent(n)}`),{}))}async function r_(t,e){return a(await i.get(se(t,e,"status")))}async function Zo(t,e){return a(await i.put(`/projects/${t}/connections/${e}/revoke`,{}))}async function ea(t,e){return a(await i.put(`/projects/${t}/connections/${e}/activate`,{}))}async function ta(t,e){return a(await i.put(`/projects/${t}/connections/${e}/default`,{}))}async function na(t,e,n={}){return a(await i.post(`/projects/${t}/connections/${e}/connect`,n))}async function ra(t,e){return a(await i.post(`/projects/${t}/connections/${e}/connect/finalize`,{}))}async function sa(t){return a(await i.get(`/connectors/projects/${t}/connectors`,{showErrors:!1}))}async function ia(t){return a(await i.post(`/connectors/projects/${t}/connectors/sync`,{}))}async function oa(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential-mode`,{mode:n}))}async function aa(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/authorization-strategy`,{authorization_strategy:n}))}async function ca(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/sensitive`,{sensitive:n}))}async function la(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`))}async function ua(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`,{policies:n}))}async function s_(t,e){throw new Error("Connection-specific policies were removed. Use getConnectorPolicies(projectId, slug).")}async function i_(t,e,n){throw new Error("Connection-specific policies were removed. Use setConnectorPolicies(projectId, slug, policies).")}async function pa(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/config`))}async function da(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/name`,{name:n}))}async function cg(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect`,{}))}var ga=cg;async function o_(t,e){return a(await i.get(`/connectors/projects/${t}/sessions/${encodeURIComponent(e)}/connect-requests`)).connectors??[]}async function ma(t,e){return a(await i.post(`/connectors/projects/${t}/connectors`,e))}async function fa(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/auth-discovery`,e))}async function ya(t,e){return a(await i.delete(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}`))}async function ha(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 ba(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 a_(t,e={}){let n=new URLSearchParams;e.q&&n.set("q",e.q),e.category&&n.set("category",e.category),e.cursor&&n.set("cursor",e.cursor),e.limit&&n.set("limit",String(e.limit));let r=n.toString(),s=a(await i.get(`/connectors/projects/${t}/connect/toolkits${r?`?${r}`:""}`));if("toolkits"in s)return s;let o=s.cursor?.trim()||void 0;return{provider:"composio",toolkits:s.items,nextCursor:o,hasMore:!!o}}async function Kr(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 Hr(t,e){let n=new URLSearchParams({id:e});return a(await i.get(`/connectors/projects/${t}/discover/connectors/detail?${n.toString()}`))}var c_=Kr,l_=Hr;async function xa(){return a(await i.get("/connectors/connect-status"))}async function _a(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 u_(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/secret-binding`,{secret_identifier:n}))}async function lg(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect/finalize`,{}))}var Pa=lg;async function ka(t){return a(await i.get(`/connectors/projects/${t}/policies`))}async function wa(t,e,n){return a(await i.put(`/connectors/projects/${t}/policies`,{policies:e,defaultMode:n}))}async function Sa(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function va(t){return a(await i.get(`/projects/${t}/snapshots`))}async function Wr(t){return a(await i.get(`/projects/${t}/sandbox-health`,{showErrors:!1,timeout:15e3}))}async function Ca(t,e){return a(await i.post(`/projects/${t}/snapshots/rebuild`,e?{slug:e}:{}))}async function Aa(t){return a(await i.post(`/projects/${t}/snapshots/fix-with-agent`,{}))}async function Ra(t,e){return a(await i.post(`/projects/${t}/sandbox-templates`,e))}async function Ta(t,e,n){return a(await i.patch(`/projects/${t}/sandbox-templates/${e}`,n))}async function Ia(t,e){return a(await i.delete(`/projects/${t}/sandbox-templates/${e}`))}async function Ea(t,e){return a(await i.post(`/projects/${t}/sandbox-templates/${e}/build`,{}))}async function ja(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function $a(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 Ma(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 qa(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 Da(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 oe(),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 Oa(t){return a(await i.get(`/projects/${t}/branches`))}async function Ua(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 Fa(t,e){return a(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}`))}async function La(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 Ga(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 Ba(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 Na(t,e){let n=e?`?status=${e}`:"";return a(await i.get(`/projects/${t}/change-requests${n}`,{showErrors:!1,timeout:15e3}))}async function Ka(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}`))}async function Ha(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/diff`))}async function Wa(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/merge-preview`))}async function za(t,e){return a(await i.post(`/projects/${t}/change-requests`,e))}async function Va(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/merge`,n??{},{showErrors:!1}))}async function Ja(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/close`,{}))}async function Xa(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/reopen`,{}))}async function Qa(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/request-changes`,{feedback:n}))}async function Ya(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/commit-push`,n??{}))}var zr=new Set;function It(t){t&&zr.add(t)}function Za(t){return!!t&&zr.has(t)}function T_(t){t&&zr.delete(t)}async function Xe(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 ec(t,e,n){return a(await i.put(`/projects/${t}/sessions/${e}/sharing`,n))}async function tc(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/previews`))}async function nc(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/public-shares`,{showErrors:!1}))}async function rc(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/public-shares`,n))}async function sc(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/public-shares/${n}`))}async function Qe(t,e){let n=a(await i.post(`/projects/${t}/sessions`,e??{}));return e?.initial_prompt||It(n?.session_id),n}async function ic(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||It(r.session.session_id),r}async function oc(t,e){let n=a(await i.post(`/projects/${t}/sessions/warm/claim`,e,{showErrors:!1}));return It(n.session_id),n}async function Vr(t,e,n){return a(await i.get(`/projects/${t}/sessions/${e}`,{showErrors:n?.showErrors}))}async function ac(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 cc(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 lc(t,e,n){let r=new URLSearchParams({shape:"sync"});return n?.limit!=null&&r.set("limit",String(n.limit)),a(await i.get(`/projects/${t}/sessions/${e}/transcript?${r.toString()}`,{showErrors:!1}))}async function uc(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/turn`))}async function M_(t,e,n){let r=new URLSearchParams;n?.transcript!=null&&r.set("transcript",String(n.transcript));let s=r.toString();return a(await i.get(`/projects/${t}/sessions/${e}/snapshot${s?`?${s}`:""}`,{signal:n?.signal,showErrors:!1}))}async function pc(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 dc(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/prompts`))}async function gc(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/prompts/${n}`)).removed}async function mc(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/${n}/retry`,{}))}async function fc(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/hold`,{held:n}))}async function yc(t,e,n){return a(await i.patch(`/projects/${t}/sessions/${e}`,n))}async function hc(t,e){return a(await i.delete(`/projects/${t}/sessions/${e}`))}async function Et(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/restart`,{}))}async function jt(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/stop`,{}))}async function bc(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/config`,{showErrors:!1}))}function ug(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 xc(t,e,n={}){return a(await i.post(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload`,n,{showErrors:!1}))}async function _c(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 C(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:h}=await u.read();if(m)break;d+=p.decode(h,{stream:!0});let x=d.indexOf(`
|
|
16
16
|
|
|
17
|
-
`);for(;x!==-1;){let
|
|
17
|
+
`);for(;x!==-1;){let P=d.slice(0,x);d=d.slice(x+2),x=d.indexOf(`
|
|
18
18
|
|
|
19
|
-
`);let I=Td(C);if(I){if(r(I),I.type==="error")throw new v(I.error,{status:I.status,code:I.code,data:{reason:I.reason}});I.type==="done"&&(f=I.result)}}}}finally{u.cancel().catch(()=>{})}if(!f)throw new Error("Reload stream ended without a result");return f}async function Qa(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 ec(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/model`,{opencode_model:n}))}async function tc(t){return a(await i.get(`/projects/${t}/triggers`))}async function nc(t,e){return a(await i.post(`/projects/${t}/triggers`,e))}async function rc(t,e,n){return a(await i.patch(`/projects/${t}/triggers/${e}`,n))}async function sc(t,e){return a(await i.delete(`/projects/${t}/triggers/${e}`))}async function ic(t,e){return a(await i.patch(`/projects/${t}/triggers/activation`,{paused:e}))}async function oc(t,e){return a(await i.post(`/projects/${t}/triggers/${e}/fire`,{}))}var ae=new Map;function Nr(t,e){return`${t}::${e}`}function ac(t,e){ae.delete(t),ae.set(t,e)}function cc(t,e){let n=Nr(t,e),r=ae.get(n);return r&&ac(n,r),r}function lc(t,e,n){let r=Nr(t,e);if(!ae.has(r)&&ae.size>=512){let s=ae.keys().next().value;s!==void 0&&ae.delete(s)}ac(r,n)}function uc(t,e){ae.delete(Nr(t,e))}function Vx(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 Kr=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 Jx(t){return t instanceof Error&&t.name==="SessionStartError"}function Id(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 Kr(s,{status:n,code:r,terminal:!0}):null}async function $e(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=Id(s.error);if(p&&!(p.status===404&&Ea(e)))throw p;return null}let o=s.data,u=o.sandbox?.external_id;return o.stage==="ready"&&u&&o.opencode_session_id&&lc(t,e,{opencodeSessionId:o.opencode_session_id,runtimeUrl:ut(u),sandboxId:u}),o}function Xx(t,e){return["session-start",t,e]}async function pc(t){return a(await i.get(`/projects/${t}/model-defaults`))}async function dc(t,e){return a(await i.put(`/projects/${t}/model-defaults`,e))}async function gc(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 r_(t,e){return a(await i.put(`/projects/${t}/model-enablement`,{modelOverrides:e}))}async function fc(t,e,n){let r=jd(n);return a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/scope`,r))}function mc(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Ed(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function jd(t){let e=t.connectors_required?mc(t.connectors_required):void 0,n=t.connectors_personal?mc(t.connectors_personal):void 0;if(e&&n&&!Ed(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 u_(t,e){let n=a(await i.get(`/projects/${t}/agents/${encodeURIComponent(e)}/config`));return{...n,block:n.block?Hr(n.block):null}}async function p_(t,e,n){let r=Hr(n),s=a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/config`,r));return{...s,block:s.block?Hr(s.block):null}}function yc(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function $d(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Hr(t){let e=t.connectors_required?yc(t.connectors_required):void 0,n=t.connectors_personal?yc(t.connectors_personal):void 0;if(e&&n&&!$d(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 d_(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/grant`,{agent:n}))}async function hc(t,e){return a(await i.put(`/projects/${t}/default-agent`,{agent:e}))}function Wr(){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 Dd(t){let e=t.trim().toLowerCase();return e===""||e==="free"||e==="none"?"free":e==="enterprise"?"enterprise":"team"}function y_(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??Wr(),r=(n.subscription?.tier_key||n.tier?.name||"none").toString(),s=(n.tier?.display_name||"").trim()||r;return{family:Dd(r),label:s,sublabel:null,isGrandfathered:!1}}async function bc(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?Wr():s.data}async function xc(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?Wr():s.data}async function _c(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 Pc(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 kc(){return a(await i.get("/billing/credit-breakdown"))}async function wc(t){let e=t!=null?`?days=${t}`:"";return a(await i.get(`/billing/usage-history${e}`))}async function Sc(){return a(await i.get("/billing/tier-configurations"))}async function h_(t){let e=t.accountId?`?account_id=${encodeURIComponent(t.accountId)}`:"";return Ee(t,`/v1/billing/account-state${e}`)}async function vc(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 Cc(t,e){return a(await i.post("/billing/confirm-checkout-session",{account_id:e,session_id:t}),"Failed to confirm checkout session")}async function Rc(t,e){return a(await i.post("/billing/create-portal-session",{account_id:e,return_url:t}),"Failed to create portal session")}async function Ac(t,e){return a(await i.post("/billing/cancel-subscription",{account_id:e,feedback:t}),"Failed to cancel subscription")}async function Tc(t){return a(await i.post("/billing/reactivate-subscription",{account_id:t}),"Failed to reactivate subscription")}async function Ic(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 Ec(t){return a(await i.post("/billing/cancel-scheduled-change",{account_id:t}),"Failed to cancel scheduled change")}async function jc(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 $c(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 Dc(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 qc(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 b_(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 x_(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 __(t){return a(await i.post("/billing/claim-per-seat",{account_id:t}),"Failed to switch to per-seat billing")}async function P_(t){return a(await i.post("/billing/sync-subscription",{account_id:t}),"Failed to sync subscription")}async function Mc(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 zr(t,e){e.accountId&&t.set("account_id",e.accountId),e.projectId&&t.set("project_id",e.projectId)}function It(t,e){e.from&&t.set("from",e.from),e.to&&t.set("to",e.to)}function Et(t){return t.size>0?`?${t}`:""}async function Uc(t={}){let e=new URLSearchParams;return zr(e,t),t.ownerId&&e.set("owner_id",t.ownerId),It(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${Et(e)}`))}async function Vr(t,e={}){let n=new URLSearchParams;return zr(n,e),a(await i.get(`/usage/session-costs/${encodeURIComponent(t)}${Et(n)}`))}async function R_(t={}){let e=new URLSearchParams;return t.accountId&&e.set("account_id",t.accountId),It(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${Et(e)}`))}async function A_(t={}){let e=new URLSearchParams;return zr(e,t),t.sessionId&&e.set("session_id",t.sessionId),It(e,t),a(await i.get(`/usage/cost-summary${Et(e)}`))}function Oc(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)}It(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`${D().backendUrl||""}${r}?${n}`}async function T_(t,e={}){let n=Oc(t==="projects"?"projects":"sessions",e),r=await ie(),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 Fc(t,e){return a(await i.post(`/channels/${t}/identity/bind`,{token:e}),"Failed to connect your account")}function $_(t){return Fc("slack",t)}function D_(t){return Fc("teams",t)}async function Lc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});return e.success?e.data??null:null}async function Gc(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/connect`,e,{showErrors:!1}),"Failed to connect")}var qd={oauth_available:!1,install_url:null};async function Bc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/mode`,{showErrors:!1});return!e.success||!e.data?qd:e.data}async function Nc(t){return a(await i.get(`/webhooks/slack/${encodeURIComponent(t)}/manifest`,{showErrors:!1}),"Failed to load Slack manifest")}async function Kc(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 Hc(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 Wc(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 Jr(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 Md={provider:"agentmail",managed_available:!1};async function zc(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?Jr(r.data):null}async function Vc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/mode`,{showErrors:!1});return!e.success||!e.data?Md:e.data}async function Jc(t,e){let n=a(await i.post(`/projects/${encodeURIComponent(t)}/channels/email/connect`,e,{showErrors:!1}),"Failed to connect email");return Jr(n)}async function Xc(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 Yc(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 Jr(r)}async function q_(t){return a(await i.get(`/projects/${encodeURIComponent(t)}/channels/bindings`,{showErrors:!1}),"Failed to load channel bindings")}async function M_(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 Qc(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 el(t){return a(await i.delete(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function tl(t,e){return a(await i.post(`/projects/${t}/gateway/routing-policy/preview`,e),"Gateway route preview failed")}async function nl(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 rl(t,e){return a(await i.get(`/projects/${t}/gateway/logs/${e}`),"Gateway request failed")}async function sl(t,e){return a(await i.get(`/projects/${t}/gateway/overview${e?`?days=${e}`:""}`),"Gateway request failed")}async function il(t,e){return a(await i.get(`/projects/${t}/gateway/series${e?`?days=${e}`:""}`),"Gateway request failed")}async function ol(t,e){return a(await i.get(`/projects/${t}/gateway/breakdown${e?`?days=${e}`:""}`),"Gateway request failed")}async function al(t,e){return a(await i.get(`/projects/${t}/gateway/sessions${e?`?days=${e}`:""}`),"Gateway request failed")}async function cl(t,e){return a(await i.get(`/projects/${t}/gateway/errors${e?`?days=${e}`:""}`),"Gateway request failed")}async function ll(t){return a(await i.get(`/projects/${t}/gateway/budgets`),"Gateway request failed")}async function ul(t,e){return a(await i.put(`/projects/${t}/gateway/budgets`,e),"Gateway request failed")}async function pl(t,e){return a(await i.delete(`/projects/${t}/gateway/budgets/${e}`),"Gateway request failed")}async function dl(t){return a(await i.get(`/projects/${t}/gateway/keys`),"Gateway request failed")}async function gl(t,e){return a(await i.post(`/projects/${t}/gateway/keys`,{name:e}),"Gateway request failed")}async function ml(t,e){return a(await i.delete(`/projects/${t}/gateway/keys/${e}`),"Gateway request failed")}async function fl(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 L_(t,e){return a(await i.post(`/projects/${t}/gateway/providers/${encodeURIComponent(e)}/verify`,{}),"Gateway provider verification failed")}async function K_(){return a(await i.get("/referrals/code"),"GET_CODE_FAILED")}async function H_(){return a(await i.post("/referrals/code/refresh",{}),"REFRESH_CODE_FAILED")}async function W_(t){return a(await i.post("/referrals/validate",{referral_code:t}),"VALIDATE_CODE_FAILED")}async function z_(){return a(await i.get("/referrals/stats"),"GET_STATS_FAILED")}async function V_(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 J_(t){return a(await i.post("/referrals/email",{emails:t}),"SEND_EMAILS_FAILED")}function k(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 yl(t){return k(await O(`/accounts/${t}/iam/groups`)).groups}async function hl(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}`))}async function bl(t,e){return k(await i.post(`/accounts/${t}/iam/groups`,e,{showErrors:!1}))}async function xl(t,e,n){return k(await i.patch(`/accounts/${t}/iam/groups/${e}`,n))}async function _l(t,e){return k(await i.delete(`/accounts/${t}/iam/groups/${e}`))}async function Pl(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}/members`)).members}async function kl(t,e,n){return k(await i.post(`/accounts/${t}/iam/groups/${e}/members`,{userIds:n}))}async function Q_(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}/project-grants`)).grants}async function wl(t,e,n){return k(await i.delete(`/accounts/${t}/iam/groups/${e}/members/${n}`))}async function Z_(t,e){return k(await O(`/accounts/${t}/iam/members/${e}/groups`)).groups}async function eP(t,e){let n=k(await O(`/accounts/${t}/iam/members/${e}/project-access`));return{projects:n.projects,account_wide_policies:n.account_wide_policies??[]}}async function tP(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 k(await O(`/accounts/${t}/iam/resource-grants${r?`?${r}`:""}`)).grants}async function nP(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 k(await O(`/accounts/${t}/iam/policies${r?`?${r}`:""}`)).policies}async function rP(t,e){return k(await i.post(`/accounts/${t}/iam/policies`,e,{showErrors:!1}))}async function sP(t,e,n){return k(await i.patch(`/accounts/${t}/iam/policies/${e}`,n,{showErrors:!1}))}async function iP(t,e){return k(await i.delete(`/accounts/${t}/iam/policies/${e}`))}async function oP(t,e){return k(await i.post(`/accounts/${t}/iam/policies:bulk-delete`,{policy_ids:e},{showErrors:!1}))}async function aP(t,e){return k(await i.post(`/accounts/${t}/iam/policies:bulk-import`,{policies:e},{showErrors:!1}))}async function Sl(t){return k(await O(`/accounts/${t}/iam/roles`)).roles}async function vl(t){return k(await O(`/accounts/${t}/iam/agent-identities`)).agents}async function Cl(t,e){return k(await O(`/accounts/${t}/iam/roles/${e}/permissions`))}async function cP(t){return k(await O(`/accounts/${t}/iam/actions`)).actions}async function Rl(t,e){return k(await O(`/accounts/${t}/iam/roles/${e}/usage`))}async function Al(t,e){return k(await i.post(`/accounts/${t}/iam/roles`,e,{showErrors:!1}))}async function Tl(t,e,n){return k(await i.patch(`/accounts/${t}/iam/roles/${e}`,n,{showErrors:!1}))}async function Il(t,e,n){return k(await i.put(`/accounts/${t}/iam/roles/${e}/permissions`,{actions:n},{showErrors:!1}))}async function El(t,e){return k(await i.delete(`/accounts/${t}/iam/roles/${e}`,{showErrors:!1}))}async function lP(t,e,n){return k(await i.patch(`/accounts/${t}/iam/members/${e}/super-admin`,{isSuperAdmin:n}))}async function uP(t){return k(await O(`/accounts/${t}/iam/scim/tokens`)).tokens}async function pP(t,e){return k(await i.post(`/accounts/${t}/iam/scim/tokens`,e,{showErrors:!1}))}async function dP(t,e){return k(await i.delete(`/accounts/${t}/iam/scim/tokens/${e}`))}async function gP(t){return k(await O(`/accounts/${t}/iam/mfa-required`))}async function mP(t){return k(await O(`/accounts/${t}/iam/mfa-required/preview`))}async function fP(t,e){return k(await i.patch(`/accounts/${t}/iam/mfa-required`,{enabled:e},{showErrors:!1}))}async function yP(t){return k(await O(`/accounts/${t}/iam/sso/provider`)).provider}async function hP(t,e){return k(await i.put(`/accounts/${t}/iam/sso/provider`,e,{showErrors:!1})).provider}async function bP(t,e){return k(await i.post(`/accounts/${t}/iam/sso/provider/from-metadata`,e,{showErrors:!1})).provider}async function xP(t){return k(await i.delete(`/accounts/${t}/iam/sso/provider`))}async function _P(t){return k(await O(`/accounts/${t}/iam/sso/mappings`)).mappings}async function PP(t,e){return k(await i.post(`/accounts/${t}/iam/sso/mappings`,e,{showErrors:!1}))}async function kP(t,e){return k(await i.delete(`/accounts/${t}/iam/sso/mappings/${e}`))}async function wP(t){return k(await O(`/accounts/${t}/iam/session-policy`))}async function SP(t,e){return k(await i.patch(`/accounts/${t}/iam/session-policy`,e,{showErrors:!1}))}async function vP(t){return k(await O(`/accounts/${t}/iam/sessions`)).sessions}async function CP(t,e){return k(await i.post(`/accounts/${t}/iam/sessions/${e}/revoke`,{},{showErrors:!1}))}async function RP(t){return k(await O(`/accounts/${t}/iam/pat-policy`))}async function AP(t,e){return k(await i.patch(`/accounts/${t}/iam/pat-policy`,e,{showErrors:!1}))}async function TP(t){return k(await O(`/accounts/${t}/iam/service-accounts`)).service_accounts}async function IP(t,e){return k(await i.post(`/accounts/${t}/iam/service-accounts`,e,{showErrors:!1}))}async function EP(t,e){return k(await i.post(`/accounts/${t}/iam/service-accounts/${e}/disable`,{},{showErrors:!1}))}async function jP(t,e){return k(await i.delete(`/accounts/${t}/iam/service-accounts/${e}`))}async function $P(t){return k(await O(`/accounts/${t}/audit/webhooks`)).webhooks}async function DP(t,e){return k(await i.post(`/accounts/${t}/audit/webhooks`,e,{showErrors:!1}))}async function qP(t,e,n){return k(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function MP(t,e){return k(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function OP(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 k(await O(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function jl(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),k(await O(`/accounts/${t}/iam/members/${e}/effective?${r.toString()}`))}async function $l(t,e,n){return n.length===0?[]:k(await i.post(`/accounts/${t}/iam/members/${e}/effective:batch`,{probes:n})).results}async function UP(t){return k(await O(`/accounts/${t}/iam/enterprise-demo`)).enabled}async function FP(t,e){return k(await i.put(`/accounts/${t}/iam/enterprise-demo`,{enabled:e})).enabled}function Dl(t){return i.get(t,{showErrors:!1})}function Od(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 ql(t,e){return a(await Dl(`/accounts/${t}/iam/assignments${Od(e)}`)).assignments}async function Ml(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 Ol(t,e){return a(await i.delete(`/accounts/${t}/iam/assignments/${e}`)).assignment}async function Ul(t,e){let n=e?.scopeType?`?scope_type=${e.scopeType}`:"";return a(await Dl(`/accounts/${t}/iam/permissions${n}`)).permissions}async function WP(){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 zP(t="User requested deletion"){return a(await i.post("/account/request-deletion",{reason:t},{showErrors:!1}),"Failed to request account deletion")}async function VP(){return a(await i.post("/account/cancel-deletion",void 0,{showErrors:!1}),"Failed to cancel account deletion")}async function JP(){return a(await i.delete("/account/delete-immediately",{showErrors:!1}),"Failed to delete account immediately")}async function XP(){return(await i.get("/user-roles",{showErrors:!1})).data??{isAdmin:!1,role:null}}function ek(){return i.get("/admin/api/provider-distribution").then(t=>a(t))}function tk(t=300){return i.get(`/admin/api/sandboxes?limit=${t}`).then(e=>a(e))}function nk(t){return i.put("/admin/api/provider-distribution",t).then(e=>a(e))}function rk(t){return i.get(`/admin/api/provider-analytics?days=${t}`).then(e=>a(e))}function sk(t,e){return i.post(`/admin/api/sandboxes/${encodeURIComponent(t)}/migrate`,{targetProvider:e}).then(n=>a(n))}function ik(){return i.get("/admin/api/provider-fallback").then(t=>a(t))}function ok(t){return i.put("/admin/api/provider-fallback",{enabled:t}).then(e=>a(e))}async function uk(t){return a(await i.get(`/google/auth-url?return_url=${encodeURIComponent(t)}`),"Failed to get Google auth URL")}async function pk(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 Fl(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 Ll(t,e){return a(await i.get(`/projects/${t}/review/items/${e}`))}async function Gl(t,e){return a(await i.post(`/projects/${t}/review/items`,e))}async function Bl(t,e,n){return a(await i.post(`/projects/${t}/review/items/${e}/act`,n))}async function Nl(t,e){return a(await i.post(`/projects/${t}/review/bulk`,e))}async function Kl(t){return a(await i.get(`/p/share?sandbox_id=${encodeURIComponent(t)}`),"Failed to load public links").shares??[]}async function Hl(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 Wl(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 Xr=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicSessionShareError"}status};function zl(t,e=""){return`${Fe()}/public/session-shares/${encodeURIComponent(t)}${e}`}async function Vl(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 Xr(s,e.status)}return r}async function _k(t){return Vl(zl(t))}async function Pk(t){return Vl(zl(t,"/messages"))}async function Jl(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 Xl(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 Yl(t,e){let n=e?`?account_id=${encodeURIComponent(e)}`:"";return a(await i.delete(`/accounts/tokens/${t}${n}`))}async function Ql(t){return a(await i.get(`/projects/${t}/cli-token`))}async function Zl(t,e){return a(await i.post(`/projects/${t}/cli-token`,e??{}))}async function eu(t,e){return a(await i.delete(`/projects/${t}/cli-token/${e}`))}async function tu(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 nu(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 ru(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 su(t){return a(await i.get(`/accounts/${t}/audit/webhooks`))}async function iu(t,e){return a(await i.post(`/accounts/${t}/audit/webhooks`,e))}async function ou(t,e,n){return a(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function au(t,e){return a(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function cu(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 lu(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 Ek(t){return a(await i.get(`/approval-links/${t}`),"Failed to load approval")}async function uu(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 pu(){return a(await i.get("/marketplace/marketplaces"))}async function du(){return a(await i.get("/marketplace/marketplaces/featured"))}async function gu(t){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}`),"Item not found")}async function mu(t,e){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`),"File not found")}async function fu(){return a(await i.get("/marketplace/sources"))}async function yu(t){return a(await i.post("/marketplace/sources",t),"Failed to add marketplace source")}async function hu(t){return a(await i.delete(`/marketplace/sources/${encodeURIComponent(t)}`),"Failed to remove marketplace source")}async function qk(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/marketplace/install-session`,{id:e}),"Failed to start marketplace install session")}async function Fk(t){return a(await i.get(`/templates/${encodeURIComponent(t)}`))}async function Lk(t,e){return a(await i.post(`/templates/${encodeURIComponent(t)}/install`,e))}async function bu(t){return a(await i.get(`/projects/${t}/apps`),"Failed to list Apps").apps}async function xu(t,e){return a(await i.post(`/projects/${t}/apps`,e),"Failed to create App")}async function _u(t,e){return a(await i.get(`/projects/${t}/apps/${e}`),"Failed to load App")}async function Pu(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}`,n),"Failed to update App")}async function ku(t,e){return a(await i.delete(`/projects/${t}/apps/${e}`),"Failed to delete App")}async function wu(t,e){return a(await i.get(`/projects/${t}/apps/${e}/access`),"Failed to load App access policy")}async function Su(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}/access`,n),"Failed to update App access policy")}async function vu(t,e){return a(await i.post(`/projects/${t}/apps/${e}/access-session`,{}),"Failed to create App access session")}async function Yr(t,e){return a(await i.post(`/projects/${t}/apps/artifacts`,e),"Failed to register App artifact")}async function Qr(t,e,n){return a(await i.post(`/projects/${t}/apps/artifacts/${e}/finalize`,n),"Failed to finalize App artifact")}async function Ud(t){return t instanceof Uint8Array?t:new Uint8Array(await t.arrayBuffer())}async function Fd(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 Cu(t,e,n={}){let r=await Ud(e),s=n.mediaType??"application/gzip",o=await Yr(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),Qr(t,o.artifact.artifact_id,{sha256:await Fd(r),size_bytes:r.byteLength})}async function Ru(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/deployments`,n),"Failed to create App deployment")}async function Au(t,e){return a(await i.get(`/projects/${t}/apps/${e}/deployments`),"Failed to list App deployments").deployments}async function Tu(t,e,n){return a(await i.get(`/projects/${t}/apps/${e}/deployments/${n}`),"Failed to load App deployment")}async function Iu(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 Eu(t,e){return a(await i.post(`/projects/${t}/apps/${e}/start`,{}),"Failed to start App")}async function ju(t,e){return a(await i.post(`/projects/${t}/apps/${e}/stop`,{}),"Failed to stop App")}async function $u(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/rollback`,{deployment_id:n}),"Failed to roll back App")}var Ld=["control_plane","provider_ingress","daemon","upstream_port"];function Du(t){return typeof t=="string"&&Ld.includes(t)?t:null}function zk(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 qu(t,e){let n=(t===void 0?ne():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=Du(r.headers.get("X-Kortix-Proxy-Hop"))??Du(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 ce={DESKTOP:"6080",DESKTOP_HTTPS:"6081",PRESENTATION_VIEWER:"3210",STATIC_FILE_SERVER:"3211",KORTIX_MASTER:"8000",BROWSER_STREAM:"9223",BROWSER_VIEWER:"9224",SSH:"22"};var Mu=/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s)"'<>]*/g,Ou=/^https?:\/\/p(\d+)-([^.]+)\.localhost(?::(\d+))?(\/.*)?$/,Uu=/^https?:\/\/(?:dev|staging|prod|preview)-p(\d+)-([a-z0-9-]+)\.[^/]+?(?::(\d+))?(\/.*)?$/i,Fu=new Set([22,4096,parseInt(ce.KORTIX_MASTER,10)]);function Gd(t){return Ou.test(t)}function jt(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 Bd(t){let e=t.indexOf("](");return e===-1?t:t.slice(0,e)}var Nd=new Set(["'",'"',"`","<","(","["]),Kd=new Set([">","'",'"',"`",")","]",",",";",".","!","?"]);function Hd(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&&Nd.has(t[e]);)e++;for(;n>e&&Kd.has(t[n-1]);)n--;return t.slice(e,n)}function Wd(t){return t.match(/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s"'<>)]*/i)?.[0]??null}var zd=/^\/proxy\/(\d{1,5})(\/.*)?$/,Vd=/^\/(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 Jd(t){if(!t)return!1;try{let e=new URL(t);return e.hostname!=="localhost"&&e.hostname!=="127.0.0.1"?!1:Vd.test(e.pathname)}catch{return!1}}function $t(t){if(!t)return null;let e=Hd(Bd(t.trim())),n=Ku(e);if(n){let r=jt(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(ce.KORTIX_MASTER,10);if(s===u){let d=r.pathname.match(zd);if(d){let f=parseInt(d[1],10);if(f>=1&&f<=65535)return s=f,o=jt(`${d[2]||"/"}${r.search}${r.hash}`),{originalUrl:`http://localhost:${s}${o}`,port:s,path:o}}}let p=jt(o);return{originalUrl:`${r.protocol}//${r.hostname}:${s}${p}`,port:s,path:p}}catch{let r=Wd(t);return r&&r!==t?$t(r):null}}function Xd(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 Yd(t,e){return e.some(([n,r])=>t>=n&&t<r)}function Qd(t){let e=[],n=new Set,r=Xd(t);Mu.lastIndex=0;let s;for(;(s=Mu.exec(t))!==null;){let o=$t(s[0]);if(!o)continue;let{originalUrl:u,port:p,path:d}=o;p<1||p>65535||Fu.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:Yd(s.index,r)}))}return e}function Yk(t){return Qd(t).length>0}function Zd(t){try{let{hostname:e}=new URL(t);return e==="localhost"||e==="127.0.0.1"}catch{return!1}}function Lu(t){return t.trim().toLowerCase().split("_").join("-")}function Gu(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function eg(t,e,n){let r=n.previewUrlTemplate;if(!r||!r.includes("{port}")||!r.includes("{sandbox}"))return null;let s=r.split("{port}").join(String(t)).split("{sandbox}").join(Lu(n.sandboxId));return`${Gu(s)}${e}`}function tg(t){return t.sandboxId.trim().length>0}function be(t,e,n){let r=jt(e);if(!tg(n))return ig(t,r);let s=eg(t,r,n);return s||(Zd(n.apiBaseUrl)?`http://p${t}-${Lu(n.sandboxId)}.localhost:${n.backendPort}${r}`:`${Gu(n.apiBaseUrl)}/p/${n.sandboxId}/${t}${r}`)}function Qk(t,e){if(!t)return;let r=t.replace(/^\/workspace\//,"").replace(/^\/+/,"").split("/").filter(Boolean).map(s=>encodeURIComponent(s)).join("/");return be(3211,`/open?path=/workspace/${r}`,e)}function ng(t){return`/open?path=/${(t.startsWith("/workspace")?t:`/workspace/${t.replace(/^\/+/,"")}`).split("/").filter(Boolean).map(r=>encodeURIComponent(r)).join("/")}`}function Zk(t){return`http://localhost:3211${ng(t)}`}function rg(){return"/health"}function ew(t){return be(3211,rg(),t)}function tw(t,e){return be(t,"/",e)}function sg(t){let e=$t(t);return!(!e||Fu.has(e.port)||Jd(t))}function Bu(t,e){if(!t)return t;let n=$t(t);return n?sg(n.originalUrl)?be(n.port,n.path,e):n.originalUrl:t}function ig(t,e="/"){return`http://localhost:${t}${e}`}var Nu=/^https?:\/\/[^/]+\/v1\/p\/([^/]+)\/(\d+)(\/.*)?$/;function Ku(t){let e=t.match(Ou);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){let s=443;try{let o=new URL(t);s=o.port?parseInt(o.port,10):o.protocol==="https:"?443:80}catch{return null}return{port:parseInt(n[1],10),sandboxId:n[2],backendPort:s,path:n[4]||"/"}}let r=t.match(Nu);if(r)try{let s=new URL(t);return{port:parseInt(r[2],10),sandboxId:r[1],backendPort:parseInt(s.port,10)||(s.protocol==="https:"?443:80),path:r[3]||"/"}}catch{return null}return null}function nw(t){try{let e=Ku(t);return e?`http://localhost:${e.port}${e.path}`:null}catch{return null}}function rw(t){return Gd(t)||Uu.test(t)||Nu.test(t)}function sw(t){try{let{hostname:e,port:n}=new URL(t);return(e==="localhost"||e==="127.0.0.1")&&n!==""}catch{return!1}}var Xe="/web-proxy/";function iw(t,e){try{let n=new URL(t);if(n.protocol!=="http:"&&n.protocol!=="https:")return null;let r=n.protocol.replace(":",""),s=`${Xe}${r}/${n.host}${n.pathname}${n.search}${n.hash}`,o=parseInt(ce.KORTIX_MASTER,10);return`${be(o,"/",e).replace(/\/$/,"")}${s}`}catch{return null}}function ow(t){try{let e=new URL(t),n=e.pathname.indexOf(Xe);if(n===-1)return null;let s=e.pathname.slice(n+Xe.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 aw(t){try{return new URL(t).pathname.includes(Xe)}catch{return t.includes(Xe)}}function cw(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 lw(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 Hu="frontend";function Dt(t,e,n){(t==="error"?console.error:t==="warn"?console.warn:t==="debug"?console.debug:console.log)(`[${Hu}] ${e}`,...n?[n]:[]);try{ye().app.log({service:Hu,level:t,message:e,extra:n})}catch{}}var le={debug:(t,e)=>Dt("debug",t,e),info:(t,e)=>Dt("info",t,e),warn:(t,e)=>Dt("warn",t,e),error:(t,e)=>Dt("error",t,e)};function og(t){return{type:"heartbeat-gap",gapMs:t}}function ag(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 cg={now:()=>Date.now(),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},lg=16,ug=8,pg=6e4,dg=5e3,gg=250,mg=1e3,fg=3e4,yg=5,hg=3e3,bg=3e4,xg=2e4,_g=2e3,Pg=8;function kg(t){if(t.type==="session.status")return`session.status:${t.properties.sessionID}`;if(t.type==="lsp.updated")return"lsp.updated"}function Wu(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 qt=new WeakMap;function wg(t,e,n){let r=e.timers??cg,s=e.connectTimeoutMs??xg,o=e.heartbeatTimeoutMs??pg,u=e.maxConsecutiveHardFailures??Pg,p=new AbortController;function d(l,...y){for(let c of n){let T=l(c);if(T)try{T(...y)}catch(R){console.warn("[opencode-events] subscriber handler threw, skipping",R)}}}let f=r.now(),m=[],b,x=0,C=new Map,I=()=>{if(b&&r.clearTimeout(b),b=void 0,m.length===0)return;let l=m;m=[],C.clear(),x=r.now(),f=r.now();for(let y of l)y&&d(c=>c.onEvent,y.event)},E=()=>{if(b)return;let l=r.now()-x;b=r.setTimeout(I,Math.max(0,lg-l))};return(async()=>{let l=0,y=0;for(;!p.signal.aborted;){let c=!1,T=!1,R,P,j=null,$=r.now(),A=new AbortController,W=Wu(p.signal);W.promise.then(()=>A.abort());try{let M=await new Promise((B,Z)=>{let V=!1;P=r.setTimeout(()=>{V||(V=!0,le.warn("SSE connect timed out, forcing reconnect",{connectTimeoutMs:s}),A.abort(),Z(new Error(`SSE connect timed out after ${s}ms`)))},s),t.global.event({signal:A.signal,sseDefaultRetryDelay:hg,sseMaxRetryDelay:bg,sseMaxRetryAttempts:1}).then(Y=>{V||(V=!0,r.clearTimeout(P),B(Y))},Y=>{V||(V=!0,r.clearTimeout(P),Z(Y))})}),{stream:N}=M;f=r.now();let U=()=>{r.clearTimeout(R),R=r.setTimeout(()=>{le.warn("SSE heartbeat timeout, forcing reconnect"),A.abort()},o)};U();let J=r.now(),L=N[Symbol.asyncIterator]();for(;!A.signal.aborted;){let B=L.next().then(se=>({kind:"next",result:se}),se=>({kind:"error",error:se})),Z=Wu(A.signal),V=await Promise.race([B,Z.promise.then(()=>({kind:"aborted"}))]);if(Z.cleanup(),V.kind==="aborted")break;if(V.kind==="error")throw V.error;if(V.result.done)break;c=!0,U();let Y=V.result.value,nt=Y&&typeof Y=="object"&&"payload"in Y?Y.payload:Y;if(!nt?.type)continue;let Ht=kg(nt);if(Ht){let se=C.get(Ht);se!==void 0&&(m[se]=void 0),C.set(Ht,m.length)}m.push({type:nt.type,event:nt}),E(),!(r.now()-J<ug)&&(J=r.now(),await new Promise(se=>r.setTimeout(se,0)))}T=c}catch(M){if(p.signal.aborted)break;j=M;let N=String(M),U=N.includes("401")||N.includes("403")||N.includes("Unauthorized")||N.includes("Token refresh failed");if(le.error("SSE event stream error",{error:N,retryCount:l,isAuthError:U}),U)try{lt(),await yr(),le.info("SSE: refreshed auth token after auth error")}catch(J){le.error("SSE: failed to refresh auth token",{error:String(J)})}}finally{r.clearTimeout(R),r.clearTimeout(P),A.abort(),W.cleanup(),I()}if(p.signal.aborted)break;let K=r.now()-$,h=j?.cause?.status;if(y=!c&&(typeof h=="number"&&h>=400||K<_g)?y+1:0,y>=u){le.error("SSE event stream parked \u2014 giving up after consecutive hard failures",{consecutiveFailures:y,lastError:String(j)}),d(M=>M.onParked,{consecutiveFailures:y,lastError:j});break}let H=r.now()-f;H>dg&&d(M=>M.onGapRehydrate,H),T?l=0:(l++,l>1&&le.warn("SSE event stream reconnecting",{retryCount:l}));let Q=T?gg:Math.min(mg*2**Math.min(l-1,yg),fg);await new Promise(M=>{let N=r.setTimeout(M,Q),U=()=>{r.clearTimeout(N),M()};p.signal.addEventListener("abort",U,{once:!0})})}})(),{subscribers:n,teardown:()=>{p.abort(),b&&r.clearTimeout(b)}}}function Zr(t){let{client:e,onEvent:n,onGapRehydrate:r,onParked:s,signal:o}=t,u={onEvent:n,onGapRehydrate:r,onParked:s},p=qt.get(e);p?p.subscribers.add(u):(p=wg(e,t,new Set([u])),qt.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(),qt.get(e)===d&&qt.delete(e)))},b=()=>m();return o&&(o.aborted?m():o.addEventListener("abort",b,{once:!0})),{close:m}}function Sg(){return ye()}var Mt=new Map,Ot=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 vg(t,e){zt(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=D().backendUrl??t.backendUrl,c=80,T=n(y);return T&&(c=T.port?Number(T.port):T.protocol==="https:"?443:80),Ks({sandboxId:l,apiBaseUrl:y,backendPort:c})}let s={list:ai,get:li,create:ci,updateName:ui,leave:Pi,members:pi,invite:di,removeMember:xi,updateMemberRole:_i,invites:gi,cancelInvite:mi,resendInvite:fi,tokens:{list:Jl,create:Xl,revoke:Yl},audit:{log:tu,export:ru,webhooks:{list:su,create:iu,update:ou,remove:au}}},o={assignments:{list:ql,create:Ml,revoke:Ol},permissions:{list:Ul,forRole:Cl},roles:{list:Sl,create:Al,update:Tl,setPermissions:Il,remove:El,usage:Rl},groups:{list:yl,get:hl,create:bl,update:xl,remove:_l,members:{list:Pl,add:kl,remove:wl}},agentIdentities:vl,can:jl,canBatch:$l},u={accountState:bc,accountStateMinimal:xc,transactions:_c,transactionsSummary:Pc,creditBreakdown:kc,usageHistory:wc,usageRollup:Mc,sessionCosts:{list:Uc,get:Vr},tierConfigurations:Sc,checkout:{createSession:l=>vc(l),confirmSession:(l,y)=>Cc(l,y)},subscription:{createPortalSession:(l,y)=>Rc(l,y),cancel:(l,y)=>Ac(l,y),reactivate:l=>Tc(l),scheduleDowngrade:(l,y,c)=>Ic(l,y,c),cancelScheduledChange:l=>Ec(l),prorationPreview:(l,y)=>jc(l,y)},credits:{purchase:l=>$c(l),autoTopupSettings:l=>Dc(l),configureAutoTopup:l=>qc(l)}},p={describe:yi,accept:hi,decline:bi},d={list:je,listForAccount:Si,get:Ir,detail:Er,create:Ai,createRepo:Ti,provision:Ii,update:Dr,archive:qr,llmCatalog:jr,modelPicker:$r,sandboxHealth:Lr,sandboxTemplates:na,sessions:Ve,createSession:Je},f={linkRepository:qi,getInstallation:Mi,listInstallations:Oi,listLinkableInstallations:Ui,listRepositories:Fi,listRepositoryBranches:Li,linkInstallation:Bi,saveInstallation:Gi,deleteInstallation:Ni},m={list:Kl,create:Hl,revoke:Wl},b=Yo,x={items:l=>uu(l),item:l=>gu(l),itemFile:(l,y)=>mu(l,y),marketplaces:()=>pu(),featured:()=>du(),sources:{list:()=>fu(),add:l=>yu(l),remove:l=>hu(l)}};function C(l){return{catalog:()=>Or(l),tools:()=>Ct(l),search:(...y)=>ko(l,...y),describe:(...y)=>wo(l,...y),call:(...y)=>So(l,...y),uploadAttachment:(...y)=>vo(l,...y)}}function I(l){let y={list:()=>Co(l),listAll:()=>Ro(l),reconcile:(...c)=>Ao(l,...c),reconcileMember:(...c)=>To(l,...c),updateCredential:(...c)=>Io(l,...c),revoke:(...c)=>Eo(l,...c),activate:(...c)=>jo(l,...c),setDefault:(...c)=>$o(l,...c),pipedreamConnect:(...c)=>Do(l,...c),pipedreamFinalize:(...c)=>qo(l,...c)};return{get:c=>Ir(l,c),detail:()=>Er(l),audit:c=>nu(l,c),update:c=>Dr(l,c),archive:()=>qr(l),llmCatalog:()=>jr(l),modelPicker:()=>$r(l),sandboxHealth:()=>Lr(l),onboardingComplete:(...c)=>Di(l,...c),apps:{list:()=>bu(l),create:c=>xu(l,c),get:c=>_u(l,c),update:(...c)=>Pu(l,...c),access:{get:(...c)=>wu(l,...c),update:(...c)=>Su(l,...c),session:(...c)=>vu(l,...c)},remove:c=>ku(l,c),artifacts:{register:c=>Yr(l,c),uploadArchive:(...c)=>Cu(l,...c),finalize:(...c)=>Qr(l,...c)},deployments:{create:(...c)=>Ru(l,...c),list:c=>Au(l,c),get:(...c)=>Tu(l,...c),logs:(...c)=>Iu(l,...c)},start:c=>Eu(l,c),stop:c=>ju(l,c),rollback:(...c)=>$u(l,...c)},tokens:{list:()=>Ql(l),create:c=>Zl(l,c),revoke:c=>eu(l,c)},setupLinks:{requestSecret:c=>cu(l,c),requestConnector:c=>lu(l,c)},validateManifest:c=>Ci(l,c),gitToken:()=>Ri(l),secrets:{list:()=>uo(l),upsert:c=>po(l,c),setStrategy:(...c)=>go(l,...c),broker:(...c)=>mo(l,...c),remove:c=>xo(l,c),setPersonal:(...c)=>_o(l,...c),removePersonal:c=>Po(l,c),setGitCredential:c=>bo(l,c),startProviderOAuth:(...c)=>fo(l,...c),pollProviderOAuth:(...c)=>yo(l,...c),removeProviderOAuth:c=>ho(l,c)},access:{list:()=>zi(l),invite:(...c)=>Xi(l,...c),update:(...c)=>Vi(l,...c),revoke:c=>Ji(l,c),pendingInvites:()=>Yi(l),resendInvite:(...c)=>Zi(l,...c),revokeInvite:(...c)=>Qi(l,...c),requests:()=>Ki(l),approveRequest:(...c)=>Hi(l,...c),rejectRequest:(...c)=>Wi(l,...c),groupGrants:()=>eo(l),attachGroupGrant:(...c)=>to(l,...c),updateGroupGrant:(...c)=>no(l,...c),detachGroupGrant:c=>ro(l,c),resourceGrants:{list:()=>so(l),create:c=>io(l,c),remove:c=>oo(l,c)}},connectors:{...C(l),list:()=>Mo(l),config:(...c)=>No(l,...c),create:(...c)=>Wo(l,...c),remove:(...c)=>Vo(l,...c),sync:()=>Oo(l),auth:{discover:(...c)=>zo(l,...c)},setName:(...c)=>Ko(l,...c),setCredentialMode:(...c)=>Uo(l,...c),setAuthorizationStrategy:(...c)=>Fo(l,...c),setCredential:(...c)=>Qo(l,...c),setSensitive:(...c)=>Lo(l,...c),connections:y,policies:{get:(...c)=>Go(l,...c),set:(...c)=>Bo(l,...c)},pipedream:{listApps:(...c)=>Jo(l,...c),listSections:(...c)=>Xo(l,...c),connect:(...c)=>Ho(l,...c),finalize:(...c)=>Zo(l,...c)},discover:{list:(...c)=>Ur(l,...c),detail:(...c)=>Fr(l,...c)}},policies:{list:()=>ea(l),set:(...c)=>ta(l,...c)},triggers:{list:()=>tc(l),create:(...c)=>nc(l,...c),update:(...c)=>rc(l,...c),remove:(...c)=>sc(l,...c),fire:(...c)=>oc(l,...c),setActivation:(...c)=>ic(l,...c)},files:{list:c=>pa(l,c),read:(c,T)=>ga(l,c,T),search:(...c)=>da(l,...c),archive:(...c)=>ma(l,...c),history:(...c)=>xa(l,...c)},git:{commits:()=>ya(l),commit:c=>ha(l,c),commitDiff:c=>ba(l,c),branches:()=>fa(l),versionDiff:(...c)=>_a(l,...c),inviteCollaborator:(...c)=>vi(l,...c)},changeRequests:{list:()=>Pa(l),get:c=>ka(l,c),diff:c=>wa(l,c),mergePreview:c=>Sa(l,c),open:(...c)=>va(l,...c),merge:(...c)=>Ca(l,...c),close:(...c)=>Ra(l,...c),reopen:(...c)=>Aa(l,...c),requestChanges:(...c)=>Ta(l,...c)},sessions:{list:c=>Ve(l,c),create:c=>Je(l,c),ensureWarm:()=>Oa(l),claimWarm:c=>Ua(l,c)},review:{list:c=>Fl(l,c),get:c=>Ll(l,c),submit:c=>Gl(l,c),act:(...c)=>Bl(l,...c),bulkAct:c=>Nl(l,c)},approvals:{list:c=>ao(l,c),resolve:(...c)=>lo(l,...c),sessionsNeedingInput:c=>co(l,c)},gateway:{logs:c=>nl(l,c),log:c=>rl(l,c),overview:c=>sl(l,c),series:c=>il(l,c),breakdown:c=>ol(l,c),sessions:c=>al(l,c),errors:c=>cl(l,c),budgets:()=>ll(l),setBudget:c=>ul(l,c),deleteBudget:c=>pl(l,c),keys:()=>dl(l),createKey:c=>gl(l,c),revokeKey:c=>ml(l,c),routing:{get:()=>Qc(l),set:c=>Zc(l,c),reset:()=>el(l),preview:c=>tl(l,c)},playground:(c,T,R)=>fl(l,c,T,R)},channels:{slack:{installation:()=>Lc(l),connect:c=>Gc(l,c),mode:()=>Bc(l),manifest:()=>Nc(l),disconnect:()=>Kc(l),getFile:c=>Hc(l,c),uploadFile:c=>Wc(l,c)},email:{installation:c=>zc(l,c),mode:()=>Vc(l),connect:c=>Jc(l,c),disconnect:c=>Xc(l,c),updatePolicy:(...c)=>Yc(l,...c)}},updateFeatureFlag:(...c)=>Ei(l,...c),updateExperimentalFeature:(...c)=>ji(l,...c),modelDefaults:{get:()=>pc(l),set:c=>dc(l,c),clear:c=>gc(l,c)},setDefaultAgent:c=>hc(l,c),sandbox:{list:()=>ua(l),snapshots:()=>ra(l),rebuildSnapshot:c=>sa(l,c),fixWithAgent:()=>ia(l),createTemplate:c=>oa(l,c),updateTemplate:(...c)=>aa(l,...c),removeTemplate:c=>ca(l,c),buildTemplate:c=>la(l,c),setProvider:c=>$i(l,c)},setAgentScope:(...c)=>fc(l,...c),session:c=>E(l,c)}}function E(l,y){let c=null,T,R,P=null;async function j(){P||(P=Br(l,y,{showErrors:!1}).then(h=>{let S=typeof h.metadata?.opencode_model=="string"?h.metadata.opencode_model.trim():"",H=S.indexOf("/"),Q=H>0&&H<S.length-1?{providerID:S.slice(0,H),modelID:S.slice(H+1)}:void 0,M=h.agent_name?.trim()||void 0;return{model:Q,agent:M}}));try{return await P}catch(h){throw P=null,h}}function $(){if(c)return c;let h=cc(l,y);return h&&(c=h),c}async function A(h){let S=$();if(S)return S;let H=h?.readyTimeoutMs??18e4,Q=mt(D().backendUrl??t.backendUrl).catch(()=>null),M=`${l}
|
|
20
|
-
${
|
|
19
|
+
`);let A=ug(P);if(A){if(r(A),A.type==="error")throw new C(A.error,{status:A.status,code:A.code,data:{reason:A.reason}});A.type==="done"&&(f=A.result)}}}}finally{u.cancel().catch(()=>{})}if(!f)throw new Error("Reload stream ended without a result");return f}async function Pc(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`))}async function kc(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`,n))}async function wc(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/model`,{opencode_model:n}))}async function Sc(t){return a(await i.get(`/projects/${t}/triggers`))}async function vc(t,e){return a(await i.post(`/projects/${t}/triggers`,e))}async function Cc(t,e,n){return a(await i.patch(`/projects/${t}/triggers/${e}`,n))}async function Ac(t,e){return a(await i.delete(`/projects/${t}/triggers/${e}`))}async function Rc(t,e){return a(await i.patch(`/projects/${t}/triggers/activation`,{paused:e}))}async function Tc(t,e){return a(await i.post(`/projects/${t}/triggers/${e}/fire`,{}))}var le=new Map;function Jr(t,e){return`${t}::${e}`}function Ic(t,e){le.delete(t),le.set(t,e)}function Ec(t,e){let n=Jr(t,e),r=le.get(n);return r&&Ic(n,r),r}function jc(t,e,n){let r=Jr(t,e);if(!le.has(r)&&le.size>=512){let s=le.keys().next().value;s!==void 0&&le.delete(s)}Ic(r,n)}function $c(t,e){le.delete(Jr(t,e))}function K_(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 Xr=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 H_(t){return t instanceof Error&&t.name==="SessionStartError"}function pg(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 Xr(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=pg(s.error);if(p&&!(p.status===404&&Za(e)))throw p;return null}let o=s.data,u=o.sandbox?.external_id;return o.stage==="ready"&&u&&o.opencode_session_id&&jc(t,e,{opencodeSessionId:o.opencode_session_id,runtimeUrl:gt(u),sandboxId:u}),o}function W_(t,e){return["session-start",t,e]}async function Mc(t){return a(await i.get(`/projects/${t}/model-defaults`))}async function qc(t,e){return a(await i.put(`/projects/${t}/model-defaults`,e))}async function Dc(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 Z_(t,e){return a(await i.put(`/projects/${t}/model-enablement`,{modelOverrides:e}))}async function Uc(t,e,n){let r=gg(n);return a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/scope`,r))}function Oc(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function dg(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function gg(t){let e=t.connectors_required?Oc(t.connectors_required):void 0,n=t.connectors_personal?Oc(t.connectors_personal):void 0;if(e&&n&&!dg(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 oP(t,e){let n=a(await i.get(`/projects/${t}/agents/${encodeURIComponent(e)}/config`));return{...n,block:n.block?Qr(n.block):null}}async function aP(t,e,n){let r=Qr(n),s=a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/config`,r));return{...s,block:s.block?Qr(s.block):null}}function Fc(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function mg(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Qr(t){let e=t.connectors_required?Fc(t.connectors_required):void 0,n=t.connectors_personal?Fc(t.connectors_personal):void 0;if(e&&n&&!mg(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 cP(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/grant`,{agent:n}))}async function Lc(t,e){return a(await i.put(`/projects/${t}/default-agent`,{agent:e}))}function Yr(){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 fg(t){let e=t.trim().toLowerCase();return e===""||e==="free"||e==="none"?"free":e==="enterprise"?"enterprise":"team"}function dP(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??Yr(),r=(n.subscription?.tier_key||n.tier?.name||"none").toString(),s=(n.tier?.display_name||"").trim()||r;return{family:fg(r),label:s,sublabel:null,isGrandfathered:!1}}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${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?Yr():s.data}async function Bc(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?Yr():s.data}async function Nc(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 Kc(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 Hc(){return a(await i.get("/billing/credit-breakdown"))}async function Wc(t){let e=t!=null?`?days=${t}`:"";return a(await i.get(`/billing/usage-history${e}`))}async function zc(){return a(await i.get("/billing/tier-configurations"))}async function gP(t){let e=t.accountId?`?account_id=${encodeURIComponent(t.accountId)}`:"";return $e(t,`/v1/billing/account-state${e}`)}async function Vc(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 Jc(t,e){return a(await i.post("/billing/confirm-checkout-session",{account_id:e,session_id:t}),"Failed to confirm checkout session")}async function Xc(t,e){return a(await i.post("/billing/create-portal-session",{account_id:e,return_url:t}),"Failed to create portal session")}async function Qc(t,e){return a(await i.post("/billing/cancel-subscription",{account_id:e,feedback:t}),"Failed to cancel subscription")}async function Yc(t){return a(await i.post("/billing/reactivate-subscription",{account_id:t}),"Failed to reactivate subscription")}async function Zc(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 el(t){return a(await i.post("/billing/cancel-scheduled-change",{account_id:t}),"Failed to cancel scheduled change")}async function tl(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 nl(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 rl(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 sl(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 mP(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 fP(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 yP(t){return a(await i.post("/billing/claim-per-seat",{account_id:t}),"Failed to switch to per-seat billing")}async function hP(t){return a(await i.post("/billing/sync-subscription",{account_id:t}),"Failed to sync subscription")}async function il(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 Zr(t,e){e.accountId&&t.set("account_id",e.accountId),e.projectId&&t.set("project_id",e.projectId)}function $t(t,e){e.from&&t.set("from",e.from),e.to&&t.set("to",e.to)}function Mt(t){return t.size>0?`?${t}`:""}async function al(t={}){let e=new URLSearchParams;return Zr(e,t),t.ownerId&&e.set("owner_id",t.ownerId),$t(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${Mt(e)}`))}async function es(t,e={}){let n=new URLSearchParams;return Zr(n,e),a(await i.get(`/usage/session-costs/${encodeURIComponent(t)}${Mt(n)}`))}async function wP(t={}){let e=new URLSearchParams;return t.accountId&&e.set("account_id",t.accountId),$t(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${Mt(e)}`))}async function SP(t={}){let e=new URLSearchParams;return Zr(e,t),t.sessionId&&e.set("session_id",t.sessionId),$t(e,t),a(await i.get(`/usage/cost-summary${Mt(e)}`))}function ol(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)}$t(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 vP(t,e={}){let n=ol(t==="projects"?"projects":"sessions",e),r=await oe(),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 cl(t,e){return a(await i.post(`/channels/${t}/identity/bind`,{token:e}),"Failed to connect your account")}function TP(t){return cl("slack",t)}function IP(t){return cl("teams",t)}async function ll(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});return e.success?e.data??null:null}async function ul(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/connect`,e,{showErrors:!1}),"Failed to connect")}var yg={oauth_available:!1,install_url:null};async function pl(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/mode`,{showErrors:!1});return!e.success||!e.data?yg:e.data}async function dl(t){return a(await i.get(`/webhooks/slack/${encodeURIComponent(t)}/manifest`,{showErrors:!1}),"Failed to load Slack manifest")}async function gl(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 ml(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 fl(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 ts(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 hg={provider:"agentmail",managed_available:!1};async function yl(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?ts(r.data):null}async function hl(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/mode`,{showErrors:!1});return!e.success||!e.data?hg:e.data}async function bl(t,e){let n=a(await i.post(`/projects/${encodeURIComponent(t)}/channels/email/connect`,e,{showErrors:!1}),"Failed to connect email");return ts(n)}async function xl(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 _l(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 ts(r)}async function EP(t){return a(await i.get(`/projects/${encodeURIComponent(t)}/channels/bindings`,{showErrors:!1}),"Failed to load channel bindings")}async function jP(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 Pl(t){return a(await i.get(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function kl(t,e){return a(await i.put(`/projects/${t}/gateway/routing-policy`,e),"Gateway routing policy request failed")}async function wl(t){return a(await i.delete(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function Sl(t,e){return a(await i.post(`/projects/${t}/gateway/routing-policy/preview`,e),"Gateway route preview failed")}async function vl(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 Cl(t,e){return a(await i.get(`/projects/${t}/gateway/logs/${e}`),"Gateway request failed")}async function Al(t,e){return a(await i.get(`/projects/${t}/gateway/overview${e?`?days=${e}`:""}`),"Gateway request failed")}async function Rl(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 Il(t,e){return a(await i.get(`/projects/${t}/gateway/sessions${e?`?days=${e}`:""}`),"Gateway request failed")}async function El(t,e){return a(await i.get(`/projects/${t}/gateway/errors${e?`?days=${e}`:""}`),"Gateway request failed")}async function jl(t){return a(await i.get(`/projects/${t}/gateway/budgets`),"Gateway request failed")}async function $l(t,e){return a(await i.put(`/projects/${t}/gateway/budgets`,e),"Gateway request failed")}async function Ml(t,e){return a(await i.delete(`/projects/${t}/gateway/budgets/${e}`),"Gateway request failed")}async function ql(t){return a(await i.get(`/projects/${t}/gateway/keys`),"Gateway request failed")}async function Dl(t,e){return a(await i.post(`/projects/${t}/gateway/keys`,{name:e}),"Gateway request failed")}async function Ol(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 DP(t,e){return a(await i.post(`/projects/${t}/gateway/providers/${encodeURIComponent(e)}/verify`,{}),"Gateway provider verification failed")}async function LP(){return a(await i.get("/referrals/code"),"GET_CODE_FAILED")}async function GP(){return a(await i.post("/referrals/code/refresh",{}),"REFRESH_CODE_FAILED")}async function BP(t){return a(await i.post("/referrals/validate",{referral_code:t}),"VALIDATE_CODE_FAILED")}async function NP(){return a(await i.get("/referrals/stats"),"GET_STATS_FAILED")}async function KP(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 HP(t){return a(await i.post("/referrals/email",{emails:t}),"SEND_EMAILS_FAILED")}function k(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 Fl(t){return k(await O(`/accounts/${t}/iam/groups`)).groups}async function Ll(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}`))}async function Gl(t,e){return k(await i.post(`/accounts/${t}/iam/groups`,e,{showErrors:!1}))}async function Bl(t,e,n){return k(await i.patch(`/accounts/${t}/iam/groups/${e}`,n))}async function Nl(t,e){return k(await i.delete(`/accounts/${t}/iam/groups/${e}`))}async function Kl(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}/members`)).members}async function Hl(t,e,n){return k(await i.post(`/accounts/${t}/iam/groups/${e}/members`,{userIds:n}))}async function VP(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}/project-grants`)).grants}async function Wl(t,e,n){return k(await i.delete(`/accounts/${t}/iam/groups/${e}/members/${n}`))}async function JP(t,e){return k(await O(`/accounts/${t}/iam/members/${e}/groups`)).groups}async function XP(t,e){let n=k(await O(`/accounts/${t}/iam/members/${e}/project-access`));return{projects:n.projects,account_wide_policies:n.account_wide_policies??[]}}async function QP(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 k(await O(`/accounts/${t}/iam/resource-grants${r?`?${r}`:""}`)).grants}async function YP(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 k(await O(`/accounts/${t}/iam/policies${r?`?${r}`:""}`)).policies}async function ZP(t,e){return k(await i.post(`/accounts/${t}/iam/policies`,e,{showErrors:!1}))}async function ek(t,e,n){return k(await i.patch(`/accounts/${t}/iam/policies/${e}`,n,{showErrors:!1}))}async function tk(t,e){return k(await i.delete(`/accounts/${t}/iam/policies/${e}`))}async function nk(t,e){return k(await i.post(`/accounts/${t}/iam/policies:bulk-delete`,{policy_ids:e},{showErrors:!1}))}async function rk(t,e){return k(await i.post(`/accounts/${t}/iam/policies:bulk-import`,{policies:e},{showErrors:!1}))}async function zl(t){return k(await O(`/accounts/${t}/iam/roles`)).roles}async function Vl(t){return k(await O(`/accounts/${t}/iam/agent-identities`)).agents}async function Jl(t,e){return k(await O(`/accounts/${t}/iam/roles/${e}/permissions`))}async function sk(t){return k(await O(`/accounts/${t}/iam/actions`)).actions}async function Xl(t,e){return k(await O(`/accounts/${t}/iam/roles/${e}/usage`))}async function Ql(t,e){return k(await i.post(`/accounts/${t}/iam/roles`,e,{showErrors:!1}))}async function Yl(t,e,n){return k(await i.patch(`/accounts/${t}/iam/roles/${e}`,n,{showErrors:!1}))}async function Zl(t,e,n){return k(await i.put(`/accounts/${t}/iam/roles/${e}/permissions`,{actions:n},{showErrors:!1}))}async function eu(t,e){return k(await i.delete(`/accounts/${t}/iam/roles/${e}`,{showErrors:!1}))}async function ik(t,e,n){return k(await i.patch(`/accounts/${t}/iam/members/${e}/super-admin`,{isSuperAdmin:n}))}async function ok(t){return k(await O(`/accounts/${t}/iam/scim/tokens`)).tokens}async function ak(t,e){return k(await i.post(`/accounts/${t}/iam/scim/tokens`,e,{showErrors:!1}))}async function ck(t,e){return k(await i.delete(`/accounts/${t}/iam/scim/tokens/${e}`))}async function lk(t){return k(await O(`/accounts/${t}/iam/mfa-required`))}async function uk(t){return k(await O(`/accounts/${t}/iam/mfa-required/preview`))}async function pk(t,e){return k(await i.patch(`/accounts/${t}/iam/mfa-required`,{enabled:e},{showErrors:!1}))}async function dk(t){return k(await O(`/accounts/${t}/iam/sso/provider`)).provider}async function gk(t,e){return k(await i.put(`/accounts/${t}/iam/sso/provider`,e,{showErrors:!1})).provider}async function mk(t,e){return k(await i.post(`/accounts/${t}/iam/sso/provider/from-metadata`,e,{showErrors:!1})).provider}async function fk(t){return k(await i.delete(`/accounts/${t}/iam/sso/provider`))}async function yk(t){return k(await O(`/accounts/${t}/iam/sso/mappings`)).mappings}async function hk(t,e){return k(await i.post(`/accounts/${t}/iam/sso/mappings`,e,{showErrors:!1}))}async function bk(t,e){return k(await i.delete(`/accounts/${t}/iam/sso/mappings/${e}`))}async function xk(t){return k(await O(`/accounts/${t}/iam/session-policy`))}async function _k(t,e){return k(await i.patch(`/accounts/${t}/iam/session-policy`,e,{showErrors:!1}))}async function Pk(t){return k(await O(`/accounts/${t}/iam/sessions`)).sessions}async function kk(t,e){return k(await i.post(`/accounts/${t}/iam/sessions/${e}/revoke`,{},{showErrors:!1}))}async function wk(t){return k(await O(`/accounts/${t}/iam/pat-policy`))}async function Sk(t,e){return k(await i.patch(`/accounts/${t}/iam/pat-policy`,e,{showErrors:!1}))}async function vk(t){return k(await O(`/accounts/${t}/iam/service-accounts`)).service_accounts}async function Ck(t,e){return k(await i.post(`/accounts/${t}/iam/service-accounts`,e,{showErrors:!1}))}async function Ak(t,e){return k(await i.post(`/accounts/${t}/iam/service-accounts/${e}/disable`,{},{showErrors:!1}))}async function Rk(t,e){return k(await i.delete(`/accounts/${t}/iam/service-accounts/${e}`))}async function Tk(t){return k(await O(`/accounts/${t}/audit/webhooks`)).webhooks}async function Ik(t,e){return k(await i.post(`/accounts/${t}/audit/webhooks`,e,{showErrors:!1}))}async function Ek(t,e,n){return k(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function jk(t,e){return k(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function $k(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 k(await O(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function tu(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),k(await O(`/accounts/${t}/iam/members/${e}/effective?${r.toString()}`))}async function nu(t,e,n){return n.length===0?[]:k(await i.post(`/accounts/${t}/iam/members/${e}/effective:batch`,{probes:n})).results}async function Mk(t){return k(await O(`/accounts/${t}/iam/enterprise-demo`)).enabled}async function qk(t,e){return k(await i.put(`/accounts/${t}/iam/enterprise-demo`,{enabled:e})).enabled}async function ru(t){return a(await i.get(`/accounts/${t}/iam/oauth-clients`,{showErrors:!1}))}async function su(t,e){return a(await i.get(`/accounts/${t}/iam/oauth-clients/${e}`,{showErrors:!1}))}async function iu(t,e){return a(await i.post(`/accounts/${t}/iam/oauth-clients`,e,{showErrors:!1}))}async function ou(t,e,n){return a(await i.patch(`/accounts/${t}/iam/oauth-clients/${e}`,n,{showErrors:!1}))}async function au(t,e){return a(await i.post(`/accounts/${t}/iam/oauth-clients/${e}/rotate-secret`,{},{showErrors:!1}))}async function cu(t,e){return a(await i.delete(`/accounts/${t}/iam/oauth-clients/${e}`,{showErrors:!1}))}function lu(t){return i.get(t,{showErrors:!1})}function bg(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 uu(t,e){return a(await lu(`/accounts/${t}/iam/assignments${bg(e)}`)).assignments}async function pu(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 du(t,e){return a(await i.delete(`/accounts/${t}/iam/assignments/${e}`)).assignment}async function gu(t,e){let n=e?.scopeType?`?scope_type=${e.scopeType}`:"";return a(await lu(`/accounts/${t}/iam/permissions${n}`)).permissions}async function Hk(){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 Wk(t="User requested deletion"){return a(await i.post("/account/request-deletion",{reason:t},{showErrors:!1}),"Failed to request account deletion")}async function zk(){return a(await i.post("/account/cancel-deletion",void 0,{showErrors:!1}),"Failed to cancel account deletion")}async function Vk(){return a(await i.delete("/account/delete-immediately",{showErrors:!1}),"Failed to delete account immediately")}async function Jk(){return(await i.get("/user-roles",{showErrors:!1})).data??{isAdmin:!1,role:null}}function Zk(){return i.get("/admin/api/provider-distribution").then(t=>a(t))}function ew(t=300){return i.get(`/admin/api/sandboxes?limit=${t}`).then(e=>a(e))}function tw(t){return i.put("/admin/api/provider-distribution",t).then(e=>a(e))}function nw(t){return i.get(`/admin/api/provider-analytics?days=${t}`).then(e=>a(e))}function rw(t,e){return i.post(`/admin/api/sandboxes/${encodeURIComponent(t)}/migrate`,{targetProvider:e}).then(n=>a(n))}function sw(){return i.get("/admin/api/provider-fallback").then(t=>a(t))}function iw(t){return i.put("/admin/api/provider-fallback",{enabled:t}).then(e=>a(e))}async function lw(t){return a(await i.get(`/google/auth-url?return_url=${encodeURIComponent(t)}`),"Failed to get Google auth URL")}async function uw(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 mu(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 fu(t,e){return a(await i.get(`/projects/${t}/review/items/${e}`))}async function yu(t,e){return a(await i.post(`/projects/${t}/review/items`,e))}async function hu(t,e,n){return a(await i.post(`/projects/${t}/review/items/${e}/act`,n))}async function bu(t,e){return a(await i.post(`/projects/${t}/review/bulk`,e))}async function xu(t){return a(await i.get(`/p/share?sandbox_id=${encodeURIComponent(t)}`),"Failed to load public links").shares??[]}async function _u(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 Pu(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 ns=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicSessionShareError"}status};function ku(t,e=""){return`${Ge()}/public/session-shares/${encodeURIComponent(t)}${e}`}async function wu(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 ns(s,e.status)}return r}async function xw(t){return wu(ku(t))}async function _w(t){return wu(ku(t,"/messages"))}async function Su(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 vu(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 Cu(t,e){let n=e?`?account_id=${encodeURIComponent(e)}`:"";return a(await i.delete(`/accounts/tokens/${t}${n}`))}async function Au(t){return a(await i.get(`/projects/${t}/cli-token`))}async function Ru(t,e){return a(await i.post(`/projects/${t}/cli-token`,e??{}))}async function Tu(t,e){return a(await i.delete(`/projects/${t}/cli-token/${e}`))}async function Iu(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 ju(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 $u(t){return a(await i.get(`/accounts/${t}/audit/webhooks`))}async function Mu(t,e){return a(await i.post(`/accounts/${t}/audit/webhooks`,e))}async function qu(t,e,n){return a(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function Du(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 Uu(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 Iw(t){return a(await i.get(`/approval-links/${t}`),"Failed to load approval")}async function Fu(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 Gu(){return a(await i.get("/marketplace/marketplaces/featured"))}async function Bu(t){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}`),"Item not found")}async function Nu(t,e){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`),"File not found")}async function Ku(){return a(await i.get("/marketplace/sources"))}async function Hu(t){return a(await i.post("/marketplace/sources",t),"Failed to add marketplace source")}async function Wu(t){return a(await i.delete(`/marketplace/sources/${encodeURIComponent(t)}`),"Failed to remove marketplace source")}async function Mw(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/marketplace/install-session`,{id:e}),"Failed to start marketplace install session")}async function Uw(t){return a(await i.get(`/templates/${encodeURIComponent(t)}`))}async function Fw(t,e){return a(await i.post(`/templates/${encodeURIComponent(t)}/install`,e))}async function zu(t){return a(await i.get(`/projects/${t}/apps`),"Failed to list Apps").apps}async function Vu(t,e){return a(await i.post(`/projects/${t}/apps`,e),"Failed to create App")}async function Ju(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 Qu(t,e){return a(await i.delete(`/projects/${t}/apps/${e}`),"Failed to delete App")}async function Yu(t,e){return a(await i.get(`/projects/${t}/apps/${e}/access`),"Failed to load App access policy")}async function Zu(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}/access`,n),"Failed to update App access policy")}async function ep(t,e){return a(await i.post(`/projects/${t}/apps/${e}/access-session`,{}),"Failed to create App access session")}async function rs(t,e){return a(await i.post(`/projects/${t}/apps/artifacts`,e),"Failed to register App artifact")}async function ss(t,e,n){return a(await i.post(`/projects/${t}/apps/artifacts/${e}/finalize`,n),"Failed to finalize App artifact")}async function xg(t){return t instanceof Uint8Array?t:new Uint8Array(await t.arrayBuffer())}async function _g(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 tp(t,e,n={}){let r=await xg(e),s=n.mediaType??"application/gzip",o=await rs(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),ss(t,o.artifact.artifact_id,{sha256:await _g(r),size_bytes:r.byteLength})}async function np(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/deployments`,n),"Failed to create App deployment")}async function rp(t,e){return a(await i.get(`/projects/${t}/apps/${e}/deployments`),"Failed to list App deployments").deployments}async function sp(t,e,n){return a(await i.get(`/projects/${t}/apps/${e}/deployments/${n}`),"Failed to load App deployment")}async function ip(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 op(t,e){return a(await i.post(`/projects/${t}/apps/${e}/start`,{}),"Failed to start App")}async function ap(t,e){return a(await i.post(`/projects/${t}/apps/${e}/stop`,{}),"Failed to stop App")}async function cp(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/rollback`,{deployment_id:n}),"Failed to roll back App")}var Ye=class extends Error{constructor(n,r,s){super(r);this.code=n;this.status=s;this.name="HeadlessAuthError"}code;status};function Pg(t){let e=ae(t?.backendUrl??$().backendUrl??"");if(!e)throw new Ye("not_configured","backendUrl is not configured (configureKortix / createKortix first)",0);return e.endsWith("/v1")?e:`${e}/v1`}async function ee(t,e,n){let r=n?.fetch??$().fetch??((d,f)=>fetch(d,f)),s={accept:"application/json"};e.body!==void 0&&(s["content-type"]="application/json"),e.bearer&&(s.authorization=`Bearer ${e.bearer}`);let o=await r(`${Pg(n)}${t}`,{method:e.method??(e.body!==void 0?"POST":"GET"),headers:s,...e.body!==void 0?{body:JSON.stringify(e.body)}:{},...n?.signal?{signal:n.signal}:{}}),u=await o.text().catch(()=>""),p=null;try{p=u?JSON.parse(u):null}catch{p=u}if(!o.ok){let d=p&&typeof p=="object"?p:{};throw new Ye(typeof d.error=="string"?d.error:"auth_error",typeof d.error_description=="string"&&d.error_description?d.error_description:typeof d.error=="string"?d.error:o.statusText||`HTTP ${o.status}`,o.status)}return p}function is(t,e){return ee("/auth/signup",{body:t},e)}function os(t,e){return ee("/auth/sign-in/password",{body:t},e)}function as(t,e){return ee("/auth/sign-in/magic-link",{body:t},e)}function cs(t,e){return ee("/auth/verify-otp",{body:t},e)}function ls(t,e){return ee("/auth/sign-in/oauth",{body:t},e)}function us(t,e){return ee("/auth/oauth/exchange",{body:t},e)}function Ze(t,e){return ee("/auth/refresh",{body:t},e)}function ps(t,e){return ee("/auth/password/reset",{body:t},e)}function ds(t,e,n){return ee("/auth/password/update",{body:t,bearer:e},n)}function gs(t,e){return ee("/auth/user",{bearer:t},e)}function ms(t,e={},n){return ee("/auth/sign-out",{body:e,bearer:t},n)}function fs(t={}){let e=t.refreshSkewSeconds??60,n=t.now??(()=>Date.now()),r=null,s=null,o=!t.storage,u=null,p=x=>(x.expires_at??0)*1e3,d=x=>p(x)-e*1e3<=n();async function f(){t.storage&&(r?await t.storage.set(JSON.stringify({session:r,user:s})):await t.storage.remove()),t.onChange?.(r)}async function m(){if(o)return r;o=!0;let x=await t.storage.get();if(x)try{let P=JSON.parse(x);P.session?.access_token&&P.session?.refresh_token&&(r=P.session,s=P.user??null)}catch{r=null}return r}async function h(){if(await m(),!r)return null;if(!u){let x=r.refresh_token;u=Ze({refresh_token:x},t.request).then(async P=>(r=P.session,P.user&&(s=P.user),await f(),r)).catch(async P=>{let A=P&&typeof P=="object"&&"status"in P?P.status:0;if(A>=400&&A<500)return r=null,s=null,await f(),null;throw P}).finally(()=>{u=null})}return u}return{current:()=>r,user:()=>s,load:m,async set(x,P){await m(),r=x,P!==void 0&&(s=P),x||(s=null),await f()},async getToken(){return await m(),r?d(r)?(await h().catch(()=>r))?.access_token??null:r.access_token:null},refresh:h,async clear(){r=null,s=null,o=!0,await f()}}}var wg=["control_plane","provider_ingress","daemon","upstream_port"];function lp(t){return typeof t=="string"&&wg.includes(t)?t:null}function Xw(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 up(t,e){let n=(t===void 0?re():t)||null;if(!n)return{status:0,ok:!1,health:null,body:"",hop:null,upstreamStatus:null};let r=await M(`${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=lp(r.headers.get("X-Kortix-Proxy-Hop"))??lp(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 ue={DESKTOP:"6080",DESKTOP_HTTPS:"6081",PRESENTATION_VIEWER:"3210",STATIC_FILE_SERVER:"3211",KORTIX_MASTER:"8000",BROWSER_STREAM:"9223",BROWSER_VIEWER:"9224",SSH:"22"};var pp=/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s)"'<>]*/g,dp=/^https?:\/\/p(\d+)-([^.]+)\.localhost(?::(\d+))?(\/.*)?$/,gp=/^https?:\/\/(?:dev|staging|prod|preview)-p(\d+)-([a-z0-9-]+)\.[^/]+?(?::(\d+))?(\/.*)?$/i,mp=new Set([22,4096,parseInt(ue.KORTIX_MASTER,10)]);function Sg(t){return dp.test(t)}function qt(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 vg(t){let e=t.indexOf("](");return e===-1?t:t.slice(0,e)}var Cg=new Set(["'",'"',"`","<","(","["]),Ag=new Set([">","'",'"',"`",")","]",",",";",".","!","?"]);function Rg(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&&Cg.has(t[e]);)e++;for(;n>e&&Ag.has(t[n-1]);)n--;return t.slice(e,n)}function Tg(t){return t.match(/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s"'<>)]*/i)?.[0]??null}var Ig=/^\/proxy\/(\d{1,5})(\/.*)?$/,Eg=/^\/(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 jg(t){if(!t)return!1;try{let e=new URL(t);return e.hostname!=="localhost"&&e.hostname!=="127.0.0.1"?!1:Eg.test(e.pathname)}catch{return!1}}function Dt(t){if(!t)return null;let e=Rg(vg(t.trim())),n=xp(e);if(n){let r=qt(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(ue.KORTIX_MASTER,10);if(s===u){let d=r.pathname.match(Ig);if(d){let f=parseInt(d[1],10);if(f>=1&&f<=65535)return s=f,o=qt(`${d[2]||"/"}${r.search}${r.hash}`),{originalUrl:`http://localhost:${s}${o}`,port:s,path:o}}}let p=qt(o);return{originalUrl:`${r.protocol}//${r.hostname}:${s}${p}`,port:s,path:p}}catch{let r=Tg(t);return r&&r!==t?Dt(r):null}}function $g(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 Mg(t,e){return e.some(([n,r])=>t>=n&&t<r)}function qg(t){let e=[],n=new Set,r=$g(t);pp.lastIndex=0;let s;for(;(s=pp.exec(t))!==null;){let o=Dt(s[0]);if(!o)continue;let{originalUrl:u,port:p,path:d}=o;p<1||p>65535||mp.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:Mg(s.index,r)}))}return e}function eS(t){return qg(t).length>0}function Dg(t){try{let{hostname:e}=new URL(t);return e==="localhost"||e==="127.0.0.1"}catch{return!1}}function fp(t){return t.trim().toLowerCase().split("_").join("-")}function yp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Og(t,e,n){let r=n.previewUrlTemplate;if(!r||!r.includes("{port}")||!r.includes("{sandbox}"))return null;let s=r.split("{port}").join(String(t)).split("{sandbox}").join(fp(n.sandboxId));return`${yp(s)}${e}`}function Ug(t){return t.sandboxId.trim().length>0}function _e(t,e,n){let r=qt(e);if(!Ug(n))return Bg(t,r);let s=Og(t,r,n);return s||(Dg(n.apiBaseUrl)?`http://p${t}-${fp(n.sandboxId)}.localhost:${n.backendPort}${r}`:`${yp(n.apiBaseUrl)}/p/${n.sandboxId}/${t}${r}`)}function tS(t,e){if(!t)return;let r=t.replace(/^\/workspace\//,"").replace(/^\/+/,"").split("/").filter(Boolean).map(s=>encodeURIComponent(s)).join("/");return _e(3211,`/open?path=/workspace/${r}`,e)}function Fg(t){return`/open?path=/${(t.startsWith("/workspace")?t:`/workspace/${t.replace(/^\/+/,"")}`).split("/").filter(Boolean).map(r=>encodeURIComponent(r)).join("/")}`}function nS(t){return`http://localhost:3211${Fg(t)}`}function Lg(){return"/health"}function rS(t){return _e(3211,Lg(),t)}function sS(t,e){return _e(t,"/",e)}function Gg(t){let e=Dt(t);return!(!e||mp.has(e.port)||jg(t))}function hp(t,e){if(!t)return t;let n=Dt(t);return n?Gg(n.originalUrl)?_e(n.port,n.path,e):n.originalUrl:t}function Bg(t,e="/"){return`http://localhost:${t}${e}`}var bp=/^https?:\/\/[^/]+\/v1\/p\/([^/]+)\/(\d+)(\/.*)?$/;function xp(t){let e=t.match(dp);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(gp);if(n){let s=443;try{let o=new URL(t);s=o.port?parseInt(o.port,10):o.protocol==="https:"?443:80}catch{return null}return{port:parseInt(n[1],10),sandboxId:n[2],backendPort:s,path:n[4]||"/"}}let r=t.match(bp);if(r)try{let s=new URL(t);return{port:parseInt(r[2],10),sandboxId:r[1],backendPort:parseInt(s.port,10)||(s.protocol==="https:"?443:80),path:r[3]||"/"}}catch{return null}return null}function iS(t){try{let e=xp(t);return e?`http://localhost:${e.port}${e.path}`:null}catch{return null}}function oS(t){return Sg(t)||gp.test(t)||bp.test(t)}function aS(t){try{let{hostname:e,port:n}=new URL(t);return(e==="localhost"||e==="127.0.0.1")&&n!==""}catch{return!1}}var et="/web-proxy/";function cS(t,e){try{let n=new URL(t);if(n.protocol!=="http:"&&n.protocol!=="https:")return null;let r=n.protocol.replace(":",""),s=`${et}${r}/${n.host}${n.pathname}${n.search}${n.hash}`,o=parseInt(ue.KORTIX_MASTER,10);return`${_e(o,"/",e).replace(/\/$/,"")}${s}`}catch{return null}}function lS(t){try{let e=new URL(t),n=e.pathname.indexOf(et);if(n===-1)return null;let s=e.pathname.slice(n+et.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 uS(t){try{return new URL(t).pathname.includes(et)}catch{return t.includes(et)}}function pS(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 dS(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 _p="frontend";function Ot(t,e,n){(t==="error"?console.error:t==="warn"?console.warn:t==="debug"?console.debug:console.log)(`[${_p}] ${e}`,...n?[n]:[]);try{be().app.log({service:_p,level:t,message:e,extra:n})}catch{}}var pe={debug:(t,e)=>Ot("debug",t,e),info:(t,e)=>Ot("info",t,e),warn:(t,e)=>Ot("warn",t,e),error:(t,e)=>Ot("error",t,e)};function Ng(t){return{type:"heartbeat-gap",gapMs:t}}function Kg(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 Hg={now:()=>Date.now(),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},Wg=16,zg=8,Vg=6e4,Jg=5e3,Xg=250,Qg=1e3,Yg=3e4,Zg=5,em=3e3,tm=3e4,nm=2e4,rm=2e3,sm=8;function im(t){if(t.type==="session.status")return`session.status:${t.properties.sessionID}`;if(t.type==="lsp.updated")return"lsp.updated"}function Pp(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 Ut=new WeakMap;function om(t,e,n){let r=e.timers??Hg,s=e.connectTimeoutMs??nm,o=e.heartbeatTimeoutMs??Vg,u=e.maxConsecutiveHardFailures??sm,p=new AbortController;function d(E,...l){for(let b of n){let c=E(b);if(c)try{c(...l)}catch(S){console.warn("[opencode-events] subscriber handler threw, skipping",S)}}}let f=r.now(),m=[],h,x=0,P=new Map,A=()=>{if(h&&r.clearTimeout(h),h=void 0,m.length===0)return;let E=m;m=[],P.clear(),x=r.now(),f=r.now();for(let l of E)l&&d(b=>b.onEvent,l.event)},I=()=>{if(h)return;let E=r.now()-x;h=r.setTimeout(A,Math.max(0,Wg-E))};return(async()=>{let E=0,l=0;for(;!p.signal.aborted;){let b=!1,c=!1,S,w,R=null,j=r.now(),D=new AbortController,q=Pp(p.signal);q.promise.then(()=>D.abort());try{let U=await new Promise((Q,K)=>{let H=!1;w=r.setTimeout(()=>{H||(H=!0,pe.warn("SSE connect timed out, forcing reconnect",{connectTimeoutMs:s}),D.abort(),K(new Error(`SSE connect timed out after ${s}ms`)))},s),t.global.event({signal:D.signal,sseDefaultRetryDelay:em,sseMaxRetryDelay:tm,sseMaxRetryAttempts:1}).then(Z=>{H||(H=!0,r.clearTimeout(w),Q(Z))},Z=>{H||(H=!0,r.clearTimeout(w),K(Z))})}),{stream:F}=U;f=r.now();let L=()=>{r.clearTimeout(S),S=r.setTimeout(()=>{pe.warn("SSE heartbeat timeout, forcing reconnect"),D.abort()},o)};L();let J=r.now(),N=F[Symbol.asyncIterator]();for(;!D.signal.aborted;){let Q=N.next().then(ie=>({kind:"next",result:ie}),ie=>({kind:"error",error:ie})),K=Pp(D.signal),H=await Promise.race([Q,K.promise.then(()=>({kind:"aborted"}))]);if(K.cleanup(),H.kind==="aborted")break;if(H.kind==="error")throw H.error;if(H.result.done)break;b=!0,L();let Z=H.result.value,we=Z&&typeof Z=="object"&&"payload"in Z?Z.payload:Z;if(!we?.type)continue;let Qt=im(we);if(Qt){let ie=P.get(Qt);ie!==void 0&&(m[ie]=void 0),P.set(Qt,m.length)}m.push({type:we.type,event:we}),I(),!(r.now()-J<zg)&&(J=r.now(),await new Promise(ie=>r.setTimeout(ie,0)))}c=b}catch(U){if(p.signal.aborted)break;R=U;let F=String(U),L=F.includes("401")||F.includes("403")||F.includes("Unauthorized")||F.includes("Token refresh failed");if(pe.error("SSE event stream error",{error:F,retryCount:E,isAuthError:L}),L)try{dt(),await kr(),pe.info("SSE: refreshed auth token after auth error")}catch(J){pe.error("SSE: failed to refresh auth token",{error:String(J)})}}finally{r.clearTimeout(S),r.clearTimeout(w),D.abort(),q.cleanup(),A()}if(p.signal.aborted)break;let X=r.now()-j,W=R?.cause?.status;if(l=!b&&(typeof W=="number"&&W>=400||X<rm)?l+1:0,l>=u){pe.error("SSE event stream parked \u2014 giving up after consecutive hard failures",{consecutiveFailures:l,lastError:String(R)}),d(U=>U.onParked,{consecutiveFailures:l,lastError:R});break}let T=r.now()-f;T>Jg&&d(U=>U.onGapRehydrate,T),c?E=0:(E++,E>1&&pe.warn("SSE event stream reconnecting",{retryCount:E}));let z=c?Xg:Math.min(Qg*2**Math.min(E-1,Zg),Yg);await new Promise(U=>{let F=r.setTimeout(U,z),L=()=>{r.clearTimeout(F),U()};p.signal.addEventListener("abort",L,{once:!0})})}})(),{subscribers:n,teardown:()=>{p.abort(),h&&r.clearTimeout(h)}}}function ys(t){let{client:e,onEvent:n,onGapRehydrate:r,onParked:s,signal:o}=t,u={onEvent:n,onGapRehydrate:r,onParked:s},p=Ut.get(e);p?p.subscribers.add(u):(p=om(e,t,new Set([u])),Ut.set(e,p));let d=p,f=!1,m=()=>{f||(f=!0,o&&o.removeEventListener("abort",h),d.subscribers.delete(u),d.subscribers.size===0&&(d.teardown(),Ut.get(e)===d&&Ut.delete(e)))},h=()=>m();return o&&(o.aborted?m():o.addEventListener("abort",h,{once:!0})),{close:m}}function am(){return be()}var Ft=new Map,Lt=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 cm(t,e){Zt(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 C(`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 b=$().backendUrl??t.backendUrl,c=80,S=n(b);return S&&(c=S.port?Number(S.port):S.protocol==="https:"?443:80),ai({sandboxId:l,apiBaseUrl:b,backendPort:c})}let s={signUp:is,signInWithPassword:os,sendMagicLink:as,verifyOtp:cs,signInWithProvider:ls,exchangeCode:us,refresh:Ze,resetPassword:ps,updatePassword:ds,user:gs,signOut:ms,session:fs},o={list:Si,get:Ci,create:vi,updateName:Ai,branding:{get:Ri,update:Ti,uploadAsset:Ii,removeAsset:Ei,reset:ji},leave:Ni,members:$i,invite:Mi,removeMember:Gi,updateMemberRole:Bi,invites:qi,cancelInvite:Di,resendInvite:Oi,tokens:{list:Su,create:vu,revoke:Cu},audit:{log:Iu,export:ju,webhooks:{list:$u,create:Mu,update:qu,remove:Du}}},u={assignments:{list:uu,create:pu,revoke:du},permissions:{list:gu,forRole:Jl},roles:{list:zl,create:Ql,update:Yl,setPermissions:Zl,remove:eu,usage:Xl},groups:{list:Fl,get:Ll,create:Gl,update:Bl,remove:Nl,members:{list:Kl,add:Hl,remove:Wl}},agentIdentities:Vl,oauthClients:{list:ru,get:su,create:iu,update:ou,rotateSecret:au,remove:cu},can:tu,canBatch:nu},p={accountState:Gc,accountStateMinimal:Bc,transactions:Nc,transactionsSummary:Kc,creditBreakdown:Hc,usageHistory:Wc,usageRollup:il,sessionCosts:{list:al,get:es},tierConfigurations:zc,checkout:{createSession:l=>Vc(l),confirmSession:(l,b)=>Jc(l,b)},subscription:{createPortalSession:(l,b)=>Xc(l,b),cancel:(l,b)=>Qc(l,b),reactivate:l=>Yc(l),scheduleDowngrade:(l,b,c)=>Zc(l,b,c),cancelScheduledChange:l=>el(l),prorationPreview:(l,b)=>tl(l,b)},credits:{purchase:l=>nl(l),autoTopupSettings:l=>rl(l),configureAutoTopup:l=>sl(l)}},d={describe:Ui,accept:Fi,decline:Li},f={list:Me,listForAccount:Wi,get:Dr,detail:Or,create:Xi,createRepo:Qi,provision:Yi,update:Lr,archive:Gr,llmCatalog:Ur,modelPicker:Fr,sandboxHealth:Wr,sandboxTemplates:Sa,sessions:Xe,createSession:Qe},m={linkRepository:ro,getInstallation:so,listInstallations:io,listLinkableInstallations:oo,listRepositories:ao,listRepositoryBranches:co,linkInstallation:uo,saveInstallation:lo,deleteInstallation:po},h={list:xu,create:_u,revoke:Pu},x=xa,P={items:l=>Fu(l),item:l=>Bu(l),itemFile:(l,b)=>Nu(l,b),marketplaces:()=>Lu(),featured:()=>Gu(),sources:{list:()=>Ku(),add:l=>Hu(l),remove:l=>Wu(l)}};function A(l){return{catalog:()=>Nr(l),tools:()=>Tt(l),search:(...b)=>Ko(l,...b),describe:(...b)=>Ho(l,...b),call:(...b)=>Wo(l,...b),uploadAttachment:(...b)=>zo(l,...b)}}function I(l){let b={list:()=>Vo(l),listAll:()=>Jo(l),reconcile:(...c)=>Xo(l,...c),reconcileMember:(...c)=>Qo(l,...c),updateCredential:(...c)=>Yo(l,...c),revoke:(...c)=>Zo(l,...c),activate:(...c)=>ea(l,...c),setDefault:(...c)=>ta(l,...c),pipedreamConnect:(...c)=>na(l,...c),pipedreamFinalize:(...c)=>ra(l,...c)};return{get:c=>Dr(l,c),detail:()=>Or(l),audit:c=>Eu(l,c),update:c=>Lr(l,c),archive:()=>Gr(l),llmCatalog:()=>Ur(l),modelPicker:()=>Fr(l),sandboxHealth:()=>Wr(l),onboardingComplete:(...c)=>no(l,...c),apps:{list:()=>zu(l),create:c=>Vu(l,c),get:c=>Ju(l,c),update:(...c)=>Xu(l,...c),access:{get:(...c)=>Yu(l,...c),update:(...c)=>Zu(l,...c),session:(...c)=>ep(l,...c)},remove:c=>Qu(l,c),artifacts:{register:c=>rs(l,c),uploadArchive:(...c)=>tp(l,...c),finalize:(...c)=>ss(l,...c)},deployments:{create:(...c)=>np(l,...c),list:c=>rp(l,c),get:(...c)=>sp(l,...c),logs:(...c)=>ip(l,...c)},start:c=>op(l,c),stop:c=>ap(l,c),rollback:(...c)=>cp(l,...c)},tokens:{list:()=>Au(l),create:c=>Ru(l,c),revoke:c=>Tu(l,c)},setupLinks:{requestSecret:c=>Ou(l,c),requestConnector:c=>Uu(l,c)},validateManifest:c=>Vi(l,c),gitToken:()=>Ji(l),secrets:{list:()=>$o(l),upsert:c=>Mo(l,c),setStrategy:(...c)=>qo(l,...c),broker:(...c)=>Do(l,...c),remove:c=>Go(l,c),setPersonal:(...c)=>Bo(l,...c),removePersonal:c=>No(l,c),setGitCredential:c=>Lo(l,c),startProviderOAuth:(...c)=>Oo(l,...c),pollProviderOAuth:(...c)=>Uo(l,...c),removeProviderOAuth:c=>Fo(l,c)},access:{list:()=>yo(l),invite:(...c)=>xo(l,...c),update:(...c)=>ho(l,...c),revoke:c=>bo(l,c),pendingInvites:()=>_o(l),resendInvite:(...c)=>ko(l,...c),revokeInvite:(...c)=>Po(l,...c),requests:()=>go(l),approveRequest:(...c)=>mo(l,...c),rejectRequest:(...c)=>fo(l,...c),groupGrants:()=>wo(l),attachGroupGrant:(...c)=>So(l,...c),updateGroupGrant:(...c)=>vo(l,...c),detachGroupGrant:c=>Co(l,c),resourceGrants:{list:()=>Ao(l),create:c=>Ro(l,c),remove:c=>To(l,c)}},connectors:{...A(l),list:()=>sa(l),config:(...c)=>pa(l,...c),create:(...c)=>ma(l,...c),remove:(...c)=>ya(l,...c),sync:()=>ia(l),auth:{discover:(...c)=>fa(l,...c)},setName:(...c)=>da(l,...c),setCredentialMode:(...c)=>oa(l,...c),setAuthorizationStrategy:(...c)=>aa(l,...c),setCredential:(...c)=>_a(l,...c),setSensitive:(...c)=>ca(l,...c),connections:b,policies:{get:(...c)=>la(l,...c),set:(...c)=>ua(l,...c)},pipedream:{listApps:(...c)=>ha(l,...c),listSections:(...c)=>ba(l,...c),connect:(...c)=>ga(l,...c),finalize:(...c)=>Pa(l,...c)},discover:{list:(...c)=>Kr(l,...c),detail:(...c)=>Hr(l,...c)}},policies:{list:()=>ka(l),set:(...c)=>wa(l,...c)},triggers:{list:()=>Sc(l),create:(...c)=>vc(l,...c),update:(...c)=>Cc(l,...c),remove:(...c)=>Ac(l,...c),fire:(...c)=>Tc(l,...c),setActivation:(...c)=>Rc(l,...c)},files:{list:c=>$a(l,c),read:(c,S)=>qa(l,c,S),search:(...c)=>Ma(l,...c),archive:(...c)=>Da(l,...c),history:(...c)=>Ga(l,...c)},git:{commits:()=>Ua(l),commit:c=>Fa(l,c),commitDiff:c=>La(l,c),branches:()=>Oa(l),versionDiff:(...c)=>Ba(l,...c),inviteCollaborator:(...c)=>zi(l,...c)},changeRequests:{list:()=>Na(l),get:c=>Ka(l,c),diff:c=>Ha(l,c),mergePreview:c=>Wa(l,c),open:(...c)=>za(l,...c),merge:(...c)=>Va(l,...c),close:(...c)=>Ja(l,...c),reopen:(...c)=>Xa(l,...c),requestChanges:(...c)=>Qa(l,...c)},sessions:{list:c=>Xe(l,c),create:c=>Qe(l,c),ensureWarm:()=>ic(l),claimWarm:c=>oc(l,c)},review:{list:c=>mu(l,c),get:c=>fu(l,c),submit:c=>yu(l,c),act:(...c)=>hu(l,...c),bulkAct:c=>bu(l,c)},approvals:{list:c=>Io(l,c),resolve:(...c)=>jo(l,...c),sessionsNeedingInput:c=>Eo(l,c)},gateway:{logs:c=>vl(l,c),log:c=>Cl(l,c),overview:c=>Al(l,c),series:c=>Rl(l,c),breakdown:c=>Tl(l,c),sessions:c=>Il(l,c),errors:c=>El(l,c),budgets:()=>jl(l),setBudget:c=>$l(l,c),deleteBudget:c=>Ml(l,c),keys:()=>ql(l),createKey:c=>Dl(l,c),revokeKey:c=>Ol(l,c),routing:{get:()=>Pl(l),set:c=>kl(l,c),reset:()=>wl(l),preview:c=>Sl(l,c)},playground:(c,S,w)=>Ul(l,c,S,w)},channels:{slack:{installation:()=>ll(l),connect:c=>ul(l,c),mode:()=>pl(l),manifest:()=>dl(l),disconnect:()=>gl(l),getFile:c=>ml(l,c),uploadFile:c=>fl(l,c)},email:{installation:c=>yl(l,c),mode:()=>hl(l),connect:c=>bl(l,c),disconnect:c=>xl(l,c),updatePolicy:(...c)=>_l(l,...c)}},updateFeatureFlag:(...c)=>Zi(l,...c),updateExperimentalFeature:(...c)=>eo(l,...c),modelDefaults:{get:()=>Mc(l),set:c=>qc(l,c),clear:c=>Dc(l,c)},setDefaultAgent:c=>Lc(l,c),sandbox:{list:()=>ja(l),snapshots:()=>va(l),rebuildSnapshot:c=>Ca(l,c),fixWithAgent:()=>Aa(l),createTemplate:c=>Ra(l,c),updateTemplate:(...c)=>Ta(l,...c),removeTemplate:c=>Ia(l,c),buildTemplate:c=>Ea(l,c),setProvider:c=>to(l,c)},setAgentScope:(...c)=>Uc(l,...c),session:c=>E(l,c)}}function E(l,b){let c=null,S,w,R=null;async function j(){R||(R=Vr(l,b,{showErrors:!1}).then(y=>{let T=typeof y.metadata?.opencode_model=="string"?y.metadata.opencode_model.trim():"",z=T.indexOf("/"),U=z>0&&z<T.length-1?{providerID:T.slice(0,z),modelID:T.slice(z+1)}:void 0,F=y.agent_name?.trim()||void 0;return{model:U,agent:F}}));try{return await R}catch(y){throw R=null,y}}function D(){if(c)return c;let y=Ec(l,b);return y&&(c=y),c}async function q(y){let T=D();if(T)return T;let z=y?.readyTimeoutMs??18e4,U=ht($().backendUrl??t.backendUrl).catch(()=>null),F=`${l}
|
|
20
|
+
${b}`,L=Ft.get(F);if(L)return c=await L,await U,c;let J=(async()=>{let N=Date.now()+z,Q=()=>Math.max(0,N-Date.now()),K=await qe(l,b,Math.min(3e4,Q()));for(;Date.now()<N&&(K==null||(K.stage==="provisioning"||K.stage==="starting")&&K.retriable);)await new Promise(we=>setTimeout(we,Math.min(1e3,Q()))),K=await qe(l,b,Math.min(3e4,Q()));if(!K||K.stage!=="ready"||!K.sandbox||!K.opencode_session_id)throw new C(`Session runtime not ready (stage: ${K?.stage??"unknown"})`,{code:"RUNTIME_UNAVAILABLE"});let H=K.sandbox.external_id;if(!H)throw new C("Session sandbox has no external_id \u2014 cannot resolve its runtime URL",{code:"RUNTIME_UNAVAILABLE"});let Z=gt(H);return zs(Z,H),{opencodeSessionId:K.opencode_session_id,runtimeUrl:Z,sandboxId:H}})();Ft.set(F,J);try{return c=await J,await U,c}finally{Ft.get(F)===J&&Ft.delete(F)}}function X(y){let T=D();if(!T)throw new Lt(y);return T}function W(){c=null,$c(l,b)}return{get:y=>Vr(l,b,y),cost:()=>es(b,{projectId:l}),update:y=>yc(l,b,y),delete:()=>(W(),hc(l,b)),start:(...y)=>qe(l,b,...y),restart:()=>(W(),Et(l,b)),stop:()=>(W(),jt(l,b)),configState:()=>bc(l,b),reloadConfig:y=>(W(),xc(l,b,y)),reloadConfigStream:(...y)=>(W(),_c(l,b,...y)),setSharing:y=>ec(l,b,y),previews:()=>tc(l,b),commit:y=>Ya(l,b,y),publicShares:{list:()=>nc(l,b),create:(...y)=>rc(l,b,...y),revoke:(...y)=>sc(l,b,...y)},audit:(y,T)=>ac(l,b,y,T),transcript:y=>cc(l,b,y),transcriptSync:y=>lc(l,b,y),turn:()=>uc(l,b),prompts:{create:y=>pc(l,b,y),list:()=>dc(l,b),remove:y=>gc(l,b,y),retry:y=>mc(l,b,y),hold:y=>fc(l,b,y)},ensureReady:q,health:y=>up(D()?.runtimeUrl??null,y),previewUrl:(y,T="/")=>_e(y,T,r(X("previewUrl").sandboxId)),proxyUrl:y=>hp(y,r(X("proxyUrl").sandboxId)),setModel:y=>{S=y},changeModel:async y=>{let T=await wc(l,b,y);return R=null,T},scope:()=>Pc(l,b),rescope:y=>kc(l,b,y),setAgent:y=>{w=y},send:async(y,T)=>{let{opencodeSessionId:z,runtimeUrl:U}=await q(),F=T?.model??S,L=T?.agent??w,J=F&&L?{}:await j(),N=F??J.model,Q=L??J.agent;return ce(U).session.prompt({sessionID:z,parts:[{type:"text",text:y}],...N?{model:N}:{},...Q?{agent:Q}:{}})},abort:async()=>{let{opencodeSessionId:y,runtimeUrl:T}=await q();return ce(T).session.abort({sessionID:y})},rewind:async y=>{let{opencodeSessionId:T,runtimeUrl:z}=await q();return ce(z).session.revert({sessionID:T,messageID:y})},restoreRewind:async()=>{let{opencodeSessionId:y,runtimeUrl:T}=await q();return ce(T).session.unrevert({sessionID:y})},stream:async y=>{let{runtimeUrl:T}=await q();return ys({client:ce(T),onEvent:y.onEvent,onGapRehydrate:y.onGapRehydrate,signal:y.signal})},get runtime(){return ce(X("runtime").runtimeUrl)},files:{list:async y=>wt(y,(await q()).runtimeUrl),read:async y=>He(y,(await q()).runtimeUrl),readBlob:async y=>We(y,(await q()).runtimeUrl),status:async()=>St((await q()).runtimeUrl),findFiles:async(y,T)=>vt(y,T,(await q()).runtimeUrl),findText:async y=>Ct(y,(await q()).runtimeUrl),upload:async(y,T,z)=>ze(y,T,z,(await q()).runtimeUrl),write:async(y,T)=>Ve(y,T,(await q()).runtimeUrl),create:async y=>At(y,(await q()).runtimeUrl),copy:async(y,T)=>Rt(y,T,(await q()).runtimeUrl),remove:async y=>Ie(y,(await q()).runtimeUrl),mkdir:async y=>Je(y,(await q()).runtimeUrl),rename:async(y,T)=>xe(y,T,(await q()).runtimeUrl)}}}return{config:t,auth:s,accounts:o,iam:u,accountInvites:d,projects:f,connectors:A(),project:I,session:E,github:m,billing:p,sandboxShares:h,connectStatus:x,marketplace:P,validateToken:Ki,runtime:am}}function lm(){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 kp={thinking:!1,toolDetails:!0,assistantMetadata:!0};function um(t){return t&&t.charAt(0).toUpperCase()+t.slice(1)}function pm(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 dm(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 gm(t,e){if(!e)return`## Assistant
|
|
54
54
|
|
|
55
|
-
`;let n=t.agent?
|
|
55
|
+
`;let n=t.agent?um(t.agent):"Assistant",r=t.modelID||"",s="";t.time?.completed&&t.time?.created&&(s=pm(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 mm(t,e,n){let r="";t.role==="user"?r+=`## User
|
|
60
60
|
|
|
61
|
-
`:r+=
|
|
61
|
+
`:r+=gm(t,n.assistantMetadata);for(let s of e)r+=dm(s,n);return r}function fm(t,e,n=kp){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+=mm(s.info,s.parts,n),r+=`---
|
|
70
70
|
|
|
71
|
-
`;return r}function $g(t,e){return`session-${t}.md`}function ee(t){if(!t)return"An error occurred";if(typeof t=="string"){let e=t.startsWith("Error: ")?t.slice(7):t;try{let n=JSON.parse(e);if(typeof n=="string"){e=n;try{let r=JSON.parse(e);return Ye(r)||e}catch{return e}}return Ye(n)||e}catch{return Dg(e)??e}}return typeof t=="object"?Ye(t)||"An error occurred":String(t)}function Ju(t){let e=t.indexOf("{"),n=t.lastIndexOf("}");if(!(e===-1||n===-1||n<=e))return t.slice(e,n+1)}function Dg(t){let e=Ju(t);if(e)try{return Ye(JSON.parse(e))}catch{return}}function Ye(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 qg(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 es(t){if(!(typeof t!="string"||!t))try{return JSON.parse(t)}catch{return}}function Vu(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=qg(t.attempt_failures);return!e&&!n&&!r&&s===void 0&&!o&&!u?void 0:{message:typeof t.message=="string"&&t.message||Ye(t)||"",provider:e,code:n,suggestion:r,upstreamStatus:s,requestId:o,attemptFailures:u}}function ue(t){if(t==null)return;if(typeof t=="string"){let u=t.startsWith("Error: ")?t.slice(7):t,p=es(u)??es(Ju(u));return p!==void 0?ue(p):void 0}if(typeof t!="object")return;let e=t,n=Vu(e);if(n)return n;let r=e.error;if(r&&typeof r=="object"&&!Array.isArray(r)){let u=Vu(r);if(u)return u}let s=e.data;if(s&&typeof s.responseBody=="string"){let u=es(s.responseBody);if(u!==void 0){let p=ue(u);if(p)return p}}let o=e.cause;if(o&&typeof o=="object"){let u=o.body;if(u!==void 0){let p=ue(u);if(p)return p}}}var Mg={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"}},Og=[{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 Ug(t){return t.replace(/^oc[-_]/,"")}function Ut(t){return Ug(t).replace(/-/g,"_")}function ts(t){return Ut(t).split(/[_\s]+/).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}function ns(t){let e=Ut(t),n=Mg[e];if(n)return n;for(let{prefix:r,category:s}of Og)if(e.startsWith(r))return{label:ts(t),category:s};return{label:ts(t),category:"other"}}var Fg=256*1024;function Lg(t){switch(t.status){case"pending":return"pending";case"running":return"running";case"completed":return"done";case"error":return"error";default:return t}}function Gg(t){if(t===void 0)return{};if(t.length>Fg)return{outputText:t};try{return{outputParsed:JSON.parse(t),outputText:t}}catch{return{outputText:t}}}function Bg(t){if(typeof t!="object"||t===null||Array.isArray(t))return;let e=t,n=e.success===!1,r=e.error,s=typeof r=="string"&&r.length>0||typeof r=="object"&&r!==null;if(!(!n&&!s))return s?ee(r):typeof e.message=="string"&&e.message?e.message:"Tool reported failure"}function Ng(t,e){let n="title"in e?e.title:void 0,r=e.status==="completed"?e.output:void 0,{outputParsed:s,outputText:o}=Gg(r),u=Lg(e),p=e.status==="error"?e.error:void 0;if(u==="done"){let d=Bg(s);d&&(u="error",p=d)}return{name:t,title:n||ns(t).label,status:u,input:e.input,output:r,outputParsed:s,outputText:o,error:p}}function Kg(t){return{kind:"text",id:t.id,text:t.text,synthetic:!!t.synthetic}}function Hg(t){return{kind:"reasoning",id:t.id,text:t.text}}function Wg(t){return{kind:"tool",id:t.id,tool:Ng(t.tool,t.state)}}function zg(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 Vg(t){return{kind:"subtask",id:t.id,description:t.description,agent:t.agent,prompt:t.prompt,model:t.model}}function Jg(t){return{kind:"patch",id:t.id,hash:t.hash,files:t.files,fileCount:t.files.length}}function Xg(t){return{kind:"snapshot",id:t.id,snapshot:t.snapshot}}function Yg(t){return{kind:"agent",id:t.id,name:t.name}}function Qg(t){return{kind:"retry",id:t.id,attempt:t.attempt,message:ee(t.error),createdAt:t.time.created}}function Zg(t){return{kind:"compaction",id:t.id,auto:t.auto,overflow:!!t.overflow,tailStartId:t.tail_start_id}}function em(t){return{kind:"step",id:t.id,phase:"start",snapshot:t.snapshot}}function tm(t){return{kind:"step",id:t.id,phase:"finish",snapshot:t.snapshot,reason:t.reason,cost:t.cost,tokens:t.tokens}}function Xu(t){switch(t.type){case"text":return Kg(t);case"reasoning":return Hg(t);case"tool":return Wg(t);case"file":return zg(t);case"subtask":return Vg(t);case"patch":return Jg(t);case"snapshot":return Xg(t);case"agent":return Yg(t);case"retry":return Qg(t);case"compaction":return Zg(t);case"step-start":return em(t);case"step-finish":return tm(t);default:return{kind:"unknown",raw:t}}}function nm(t){if(!t)return;let e=typeof t=="object"&&"name"in t&&typeof t.name=="string"?t.name:"Error",n=ue(t);return{name:e,message:n?.message||ee(t),provider:n?.provider,code:n?.code,suggestion:n?.suggestion,upstreamStatus:n?.upstreamStatus,requestId:n?.requestId,attemptFailures:n?.attemptFailures}}function rm(t){switch(t.kind){case"text":case"reasoning":return t.text.trim().length>0;case"step":return!1;default:return!0}}function sm(t){let e=t.parts.map(Xu),n=t.info.role==="assistant"?t.info.error:void 0,r=nm(n),s=!r&&!e.some(rm);return{parts:e,error:r,isEmpty:s}}function xe(t){return t.type==="text"}function rs(t){return t.type==="reasoning"}function pe(t){return t.type==="tool"}function im(t){return t.type==="file"}function Uw(t){return t.type==="agent"}function Fw(t){return t.type==="compaction"}function Lw(t){return t.type==="snapshot"}function Gw(t){return t.type==="patch"}function Bw(t){if(xe(t)||rs(t))return t.text}function om(t){if(!im(t))return!1;let e=t.mime;return e.startsWith("image/")||e==="application/pdf"}function Nw(t){let e=[],n=[];for(let r of t)om(r)?e.push(r):n.push(r);return{attachments:e,stickyParts:n}}function Kw(t,e){let n=[];return t?.tool&&n.push(t.tool),e?.tool&&n.push(e.tool),n}function Hw(t,e,n){return n.some(r=>r.messageID===e&&r.callID===t.callID)}var am=new Set(["todoread","context_info"]);function cm(t){return!am.has(t.tool)}function Ww(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 zw(t){if(t)for(let e=t.length-1;e>=0;e--){let n=t[e]?.info;if(n?.role==="assistant"&&n.error)return ee(n.error)}}function Vw(t){let e=[];for(let n of t)if(n.info.role==="assistant")for(let r of n.parts)pe(r)&&cm(r)&&e.push(r);return e}function Jw(t,e={}){switch(t){case"read":return{icon:"glasses",title:"Read",subtitle:lm(e.filePath)};case"list":return{icon:"list",title:"List",subtitle:um(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:pm(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:Yu(e.filePath)};case"write":return{icon:"file-pen",title:"Write",subtitle:Yu(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 lm(t){if(!t)return;let e=t.split("/");return e[e.length-1]||t}function Yu(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 um(t){if(!t)return;let e=t.lastIndexOf("/");if(!(e<0))return t.slice(0,e)||"/"}function Xw(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 ym(t,e){return`session-${t}.md`}function te(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 tt(r)||e}catch{return e}}return tt(n)||e}catch{return hm(e)??e}}return typeof t=="object"?tt(t)||"An error occurred":String(t)}function Sp(t){let e=t.indexOf("{"),n=t.lastIndexOf("}");if(!(e===-1||n===-1||n<=e))return t.slice(e,n+1)}function hm(t){let e=Sp(t);if(e)try{return tt(JSON.parse(e))}catch{return}}function tt(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 bm(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 hs(t){if(!(typeof t!="string"||!t))try{return JSON.parse(t)}catch{return}}function wp(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=bm(t.attempt_failures);return!e&&!n&&!r&&s===void 0&&!o&&!u?void 0:{message:typeof t.message=="string"&&t.message||tt(t)||"",provider:e,code:n,suggestion:r,upstreamStatus:s,requestId:o,attemptFailures:u}}function de(t){if(t==null)return;if(typeof t=="string"){let u=t.startsWith("Error: ")?t.slice(7):t,p=hs(u)??hs(Sp(u));return p!==void 0?de(p):void 0}if(typeof t!="object")return;let e=t,n=wp(e);if(n)return n;let r=e.error;if(r&&typeof r=="object"&&!Array.isArray(r)){let u=wp(r);if(u)return u}let s=e.data;if(s&&typeof s.responseBody=="string"){let u=hs(s.responseBody);if(u!==void 0){let p=de(u);if(p)return p}}let o=e.cause;if(o&&typeof o=="object"){let u=o.body;if(u!==void 0){let p=de(u);if(p)return p}}}var xm={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"}},_m=[{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 Pm(t){return t.replace(/^oc[-_]/,"")}function Gt(t){return Pm(t).replace(/-/g,"_")}function bs(t){return Gt(t).split(/[_\s]+/).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}function xs(t){let e=Gt(t),n=xm[e];if(n)return n;for(let{prefix:r,category:s}of _m)if(e.startsWith(r))return{label:bs(t),category:s};return{label:bs(t),category:"other"}}var km=256*1024;function wm(t){switch(t.status){case"pending":return"pending";case"running":return"running";case"completed":return"done";case"error":return"error";default:return t}}function Sm(t){if(t===void 0)return{};if(t.length>km)return{outputText:t};try{return{outputParsed:JSON.parse(t),outputText:t}}catch{return{outputText:t}}}function vm(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?te(r):typeof e.message=="string"&&e.message?e.message:"Tool reported failure"}function Cm(t,e){let n="title"in e?e.title:void 0,r=e.status==="completed"?e.output:void 0,{outputParsed:s,outputText:o}=Sm(r),u=wm(e),p=e.status==="error"?e.error:void 0;if(u==="done"){let d=vm(s);d&&(u="error",p=d)}return{name:t,title:n||xs(t).label,status:u,input:e.input,output:r,outputParsed:s,outputText:o,error:p}}function Am(t){return{kind:"text",id:t.id,text:t.text,synthetic:!!t.synthetic}}function Rm(t){return{kind:"reasoning",id:t.id,text:t.text}}function Tm(t){return{kind:"tool",id:t.id,tool:Cm(t.tool,t.state)}}function Im(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 Em(t){return{kind:"subtask",id:t.id,description:t.description,agent:t.agent,prompt:t.prompt,model:t.model}}function jm(t){return{kind:"patch",id:t.id,hash:t.hash,files:t.files,fileCount:t.files.length}}function $m(t){return{kind:"snapshot",id:t.id,snapshot:t.snapshot}}function Mm(t){return{kind:"agent",id:t.id,name:t.name}}function qm(t){return{kind:"retry",id:t.id,attempt:t.attempt,message:te(t.error),createdAt:t.time.created}}function Dm(t){return{kind:"compaction",id:t.id,auto:t.auto,overflow:!!t.overflow,tailStartId:t.tail_start_id}}function Om(t){return{kind:"step",id:t.id,phase:"start",snapshot:t.snapshot}}function Um(t){return{kind:"step",id:t.id,phase:"finish",snapshot:t.snapshot,reason:t.reason,cost:t.cost,tokens:t.tokens}}function vp(t){switch(t.type){case"text":return Am(t);case"reasoning":return Rm(t);case"tool":return Tm(t);case"file":return Im(t);case"subtask":return Em(t);case"patch":return jm(t);case"snapshot":return $m(t);case"agent":return Mm(t);case"retry":return qm(t);case"compaction":return Dm(t);case"step-start":return Om(t);case"step-finish":return Um(t);default:return{kind:"unknown",raw:t}}}function Fm(t){if(!t)return;let e=typeof t=="object"&&"name"in t&&typeof t.name=="string"?t.name:"Error",n=de(t);return{name:e,message:n?.message||te(t),provider:n?.provider,code:n?.code,suggestion:n?.suggestion,upstreamStatus:n?.upstreamStatus,requestId:n?.requestId,attemptFailures:n?.attemptFailures}}function Lm(t){switch(t.kind){case"text":case"reasoning":return t.text.trim().length>0;case"step":return!1;default:return!0}}function Gm(t){let e=t.parts.map(vp),n=t.info.role==="assistant"?t.info.error:void 0,r=Fm(n),s=!r&&!e.some(Lm);return{parts:e,error:r,isEmpty:s}}function Pe(t){return t.type==="text"}function _s(t){return t.type==="reasoning"}function ge(t){return t.type==="tool"}function Bm(t){return t.type==="file"}function BS(t){return t.type==="agent"}function NS(t){return t.type==="compaction"}function KS(t){return t.type==="snapshot"}function HS(t){return t.type==="patch"}function WS(t){if(Pe(t)||_s(t))return t.text}function Nm(t){if(!Bm(t))return!1;let e=t.mime;return e.startsWith("image/")||e==="application/pdf"}function zS(t){let e=[],n=[];for(let r of t)Nm(r)?e.push(r):n.push(r);return{attachments:e,stickyParts:n}}function VS(t,e){let n=[];return t?.tool&&n.push(t.tool),e?.tool&&n.push(e.tool),n}function JS(t,e,n){return n.some(r=>r.messageID===e&&r.callID===t.callID)}var Km=new Set(["todoread","context_info"]);function Hm(t){return!Km.has(t.tool)}function XS(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 QS(t){if(t)for(let e=t.length-1;e>=0;e--){let n=t[e]?.info;if(n?.role==="assistant"&&n.error)return te(n.error)}}function YS(t){let e=[];for(let n of t)if(n.info.role==="assistant")for(let r of n.parts)ge(r)&&Hm(r)&&e.push(r);return e}function ZS(t,e={}){switch(t){case"read":return{icon:"glasses",title:"Read",subtitle:Wm(e.filePath)};case"list":return{icon:"list",title:"List",subtitle:zm(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:Vm(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:Cp(e.filePath)};case"write":return{icon:"file-pen",title:"Write",subtitle:Cp(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 Wm(t){if(!t)return;let e=t.split("/");return e[e.length-1]||t}function Cp(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 zm(t){if(!t)return;let e=t.lastIndexOf("/");if(!(e<0))return t.slice(0,e)||"/"}function ev(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 nt(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 Vm(t){let e=nt(t.description);if(e)return e;let n=nt(t.title,80);if(n)return n;let r=nt(t.message);if(r)return r;let s=nt(t.prompt);if(s)return s;let o=nt(t.agent_id,40);return o?`Agent ${o}`:"Worker task"}function tv(t,e){return!t||!e?[]:(t[e]??[]).filter(r=>r.severity===1).slice(0,3)}function nv(t,e){return t.find(n=>n.tool?.callID===e)}function rv(t,e){return t.find(n=>n.tool?.callID===e)}var Jm=/\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 sv(t){return t?t.replace(Jm,""):""}var Xm=/^msg_[0-9a-f]{12}/;function Ap(t){return Xm.test(t)?0:1}function Rp(t,e){return t<e?-1:t>e?1:0}function Qm(t,e){let n=Ap(t.info.id),r=Ap(e.info.id);if(n!==r)return n-r;if(n===0)return Rp(t.info.id,e.info.id);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:Rp(t.info.id,e.info.id)}function av(t){let e=[...t].sort(Qm),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,p=u.tokens;if(!u.error&&o.parts.length===0&&p?.input===0&&p.output===0&&p.reasoning===0)continue;if(u.parentID){let f=r.get(u.parentID);if(f){f.assistantMessages.push(o);continue}}if(s){s.assistantMessages.push(o);continue}if(n.length>0){n[0].assistantMessages.unshift(o);continue}let d={userMessage:o,assistantMessages:[]};n.push(d)}return n}function cv(t){let e=[];for(let n of t.assistantMessages)for(let r of n.parts)e.push({part:r,message:n});return e}function lv(t){for(let e=t.length-1;e>=0;e--){let n=t[e].part;if(Pe(n)&&n.text?.trim())return n}}function uv(t){return t.some(({part:e})=>e.type==="tool"||e.type==="compaction"||e.type==="snapshot"||e.type==="patch")}function pv(t,e,n){if(n)return[];let r=[];for(let s of t.assistantMessages)for(let o of s.parts){if(!ge(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 dv(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 gv(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 Ym(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(...Ym(t,s));return r}function Zm(t){if(!t||typeof t!="object")return!1;let e=t.data;return!!e&&typeof e=="object"&&e.isRetryable===!0}function fv(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&&Zm(n.error)}return!1}function ef(t){let e=t.userMessage.parts;if(e.length===0||!e.every(o=>Pe(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 ge(s)&&s.tool==="bash"}function bv(t){if(ef(t))return t.assistantMessages[0].parts[0]}function kv(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 wv(t,e){return!e||!t?!1:t.type!=="idle"}function Sv(t,e){return!t&&!!e}function vv(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return te(n.error)}}function Cv(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return de(n.error)}}function Tp(t){if(t){if(ge(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(_s(t)){let e=t.text?.trimStart();if(e){let n=e.match(/^\*\*(.+?)\*\*/);if(n)return`Thinking about ${n[1].trim()}...`}return"Thinking..."}if(Pe(t))return"Gathering thoughts..."}}function Av(t,e){for(let n=t.length-1;n>=0;n--){let r=t[n].part,s=ge(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=Tp(p.parts[d]);if(f)return f}}return"Handing off to an agent..."}let o=Tp(r);if(o)return o}return"Figuring out what\u2019s next..."}function Rv(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 Ip=1.2;function Ep(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,h)=>h.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 jp(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?Ep(t.tokens,o):0}function $p(t){if(t.role!=="assistant")return{};let e=t;return{providerID:e.providerID,modelID:e.modelID}}function Tv(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 h=f,{providerID:x,modelID:P}=$p(m.info);n+=jp(h,x,P,e),r+=h.tokens?.input||0,s+=h.tokens?.output||0,o+=h.tokens?.reasoning||0,u+=h.tokens?.cache?.read||0,p+=h.tokens?.cache?.write||0}if(!d)for(let{message:f}of t){if(f.info.role!=="assistant")continue;let m=f.info,h=Mp(m,e);if(h<=0)continue;d=!0,n+=h;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*Ip,tokens:{input:r,output:s,reasoning:o,cacheRead:u,cacheWrite:p}}}function Mp(t,e){if(!e||!t.providerID||!t.modelID||!t.tokens)return 0;let n=e(t.providerID,t.modelID);return n?Ep({input:t.tokens.input,output:t.tokens.output,reasoning:t.tokens.reasoning,cache:t.tokens.cache},n):0}function Iv(t,e){let n=0;for(let r of t){if(r.info?.role!=="assistant")continue;let s=r.info,{providerID:o,modelID:u}=$p(s),p=0,d=!1;for(let f of r.parts)f.type==="step-finish"&&(d=!0,p+=jp(f,o,u,e));d||(p+=Mp(s,e)),n+=p}return n*Ip}function Ev(t){return t===0?"$0.00":t<.001?`$${t.toFixed(4)}`:t<.01?`$${t.toFixed(3)}`:`$${t.toFixed(2)}`}function jv(t){return t<1e3?String(t):t<1e4?`${(t/1e3).toFixed(1)}k`:`${Math.round(t/1e3)}k`}function $v(t){if(!t||t.type!=="retry")return;let e=t,n=te(e.message);return{attempt:e.attempt,message:n.length>60?`${n.slice(0,60)}...`:n,next:e.next,details:de(e.message)}}function Mv(t){if(!(!t||t.type!=="retry"))return te(t.message)}function qv(t){return(t.info.summary?.diffs?.length??0)>0}var tf=4e3;function rt(t,e=tf){return t.length>e?`${t.slice(0,e)}
|
|
73
|
+
\u2026`:t}function qp(t){if(t!==void 0)try{return rt(JSON.stringify(t,null,2))}catch{return}}function G(...t){for(let e of t)if(typeof e=="string"&&e.length>0)return e}function De(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:void 0}function nf(t){let e=G(t.input?.query)??"";if(t.status==="error")return{kind:"web-search",query:e,error:t.error??"Search failed"};let n=De(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=De(o)??{};return{title:G(u.title)??"",url:G(u.url,u.link)??"",snippet:G(u.snippet,u.description,u.source)}});return{kind:"web-search",query:G(n.query)??e,results:s.length>0?s:void 0,answer:G(n.answer)}}var rf=/<exit_code>\s*(-?\d+)\s*<\/exit_code>/;function Op(t){let e=t.match(rf);return e?Number(e[1]):void 0}function sf(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 of=["<system_info>","</system_info>","<exit_code>","</exit_code>","<stderr_note>","</stderr_note>"];function af(t){let e=-1;for(let n of of){let r=t.indexOf(n);r!==-1&&(e===-1||r<e)&&(e=r)}return e===-1?t:t.slice(0,e)}var cf=/\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 lf(t){return t.replace(cf,"")}function uf(t){let e=G(t.input?.command)??"",n=t.output??"",r=Op(n),o=lf(af(sf(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 ks(t){return G(t.input?.filePath,t.input?.file_path,t.input?.path)??""}function pf(t){let e=t.status==="error"?t.error:t.output&&rt(t.output)||void 0;return{kind:"file-read",path:ks(t),preview:e}}function df(t){let e=G(t.input?.content),n=t.status==="error"?t.error:rt(e??t.output??"")||void 0;return{kind:"file-write",path:ks(t),preview:n}}var gf=256*1024;function mf(t,e){if(t.length+e.length>gf)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 qm(t){let e=F(t.input?.pattern,t.input?.query)??"";if(t.status==="error"||!t.output)return{kind:"search",pattern:e};let n=lp.test(t.output.trim())?$m(t.output):Dm(t.output);return{kind:"search",pattern:e,matches:n.length>0?n.slice(0,200):void 0}}function Mm(t){let e=F(t.input?.description,t.input?.title,t.input?.prompt)??t.title,n=F(t.input?.subagent_type,t.input?.agent);return{kind:"task",description:e,agent:n}}function ss(t){let e=De(t)??{};return{content:F(e.content)??"",status:F(e.status)??"pending",priority:F(e.priority)}}function Om(t){let e=t.input?.todos;if(Array.isArray(e))return{kind:"todo",items:e.map(ss)};if(Array.isArray(t.outputParsed))return{kind:"todo",items:t.outputParsed.map(ss)};let n=De(t.outputParsed);return n&&Array.isArray(n.todos)?{kind:"todo",items:n.todos.map(ss)}:{kind:"todo",items:[]}}function Um(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&&F(d.label);return f?[{label:f,description:d?F(d.description):void 0}]:[]});return{question:F(s.question)??"",header:F(s.header),options:u}})}}function Fm(t){let n=t.input&&Object.keys(t.input).length>0?op(t.input):void 0,r;return t.outputParsed!==void 0?r=typeof t.outputParsed=="string"?Ze(t.outputParsed):op(t.outputParsed):t.outputText!==void 0?r=Ze(t.outputText):r=t.error,{kind:"generic",label:t.title,inputPretty:n,outputPretty:r}}function Lm(t){switch(Ut(t.name)){case"web_search":case"websearch":case"image_search":return xm(t);case"bash":return Cm(t);case"read":return Rm(t);case"write":return Am(t);case"edit":case"morph_edit":return Em(t);case"grep":case"glob":return qm(t);case"task":return Mm(t);case"todowrite":return Om(t);case"question":case"ask":return Um(t);default:return Fm(t)}}var Gm=new Set(["AbortError","MessageAbortedError"]),Bm=["operation was aborted","aborted by user","interrupted by user","cancelled by user","canceled by user","request was cancelled","request was canceled","aborterror"],Nm=["unreachable","upstream","econnreset","econnrefused","socket hang up","network","fetch failed","timed out","timeout","gateway","502","503","504"];function up(t){let e=t.toLowerCase();return Nm.some(n=>e.includes(n))?!1:Bm.some(n=>e.includes(n))}function Km(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 qS(t){if(typeof t=="string")return up(t);if(!t||typeof t!="object")return!1;let e=t,n=e.name;if(typeof n=="string"&&Gm.has(n))return!0;let r=Km(e);return typeof r=="string"?up(r):!1}var Hm=["user","runtime-disposed","orphan-finalized","wake"],MS=["orphan-finalized","wake"];function OS(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 Hm.includes(n)?n:void 0}function Ft(t){try{return typeof process<"u"?process.env?.[t]:void 0}catch{return}}function Wm(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 BS(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 os(t,e,n){return t!==void 0?t:Wm(Ft(e),n)}var NS={get disableMobileAdvertising(){return os(D().featureFlags?.disableMobileAdvertising,"NEXT_PUBLIC_DISABLE_MOBILE_ADVERTISING",!1)},get enableDinoGame(){return os(D().featureFlags?.enableDinoGame,"NEXT_PUBLIC_ENABLE_DINO_GAME",!1)},get enableProjects(){return os(D().featureFlags?.enableProjects,"NEXT_PUBLIC_ENABLE_PROJECTS",!1)},get enableAutoModel(){return!1}};var Lt="kortix-active-instance",zm=["/dashboard","/agents","/p","/workspace","/settings","/browser","/desktop","/services","/sessions","/terminal","/files","/scheduled-tasks","/commands","/tools","/configuration","/changelog","/legacy","/credits-explained"];function Vm(t){return zm.some(e=>t===e||t.startsWith(`${e}/`))}function et(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 HS(t){let e=et(t);return!!e&&e.innerPath===""}function WS(t){let e=et(t);return!e||!e.innerPath?t:e.innerPath}function Jm(t,e){if(!t)return e;if(e.startsWith("/")||(e=`/${e}`),e.startsWith("/instances/")){let n=et(e);return n?`/instances/${encodeURIComponent(t)}${n.innerPath}`:e}return Vm(e)?`/instances/${encodeURIComponent(t)}${e}`:e}function Xm(t){return t?et(t)?.instanceId??null:null}function zS(){return typeof window>"u"?null:Xm(window.location.pathname)||Ym()}function Ym(){if(typeof document>"u")return null;let t=document.cookie.match(new RegExp(`(?:^|; )${Lt}=([^;]+)`));return t?decodeURIComponent(t[1]):null}function VS(t){if(typeof document>"u")return;let e=n=>{document.cookie=n};if(typeof window<"u"&&window.location.pathname.startsWith("/projects")){e(`${Lt}=; Max-Age=0; Path=/; SameSite=Lax`);return}if(!t){e(`${Lt}=; Max-Age=0; Path=/; SameSite=Lax`);return}e(`${Lt}=${encodeURIComponent(t)}; Path=/; SameSite=Lax`)}function JS(t,e){return e?Jm(e,t):t}function XS(t){let e=et(t);return e?e.innerPath||"/dashboard":t}function as(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 Qm(t){let e=as(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 pp(t){let e=Qm(t);if(!e||typeof e!="object")return null;let n=e;return n.name==="ConfigInvalidError"?n:null}function QS(t){return pp(t)!==null}var Zm=[/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 ef(t){let e=as(t);return e?Zm.some(n=>n.test(e)):!1}function tf(t){let e=pp(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=as(t);return ef(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 X(){let t=Ft("BACKEND_URL")||D().backendUrl;return t||"http://localhost:8008/v1"}function tt(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=tt(e);if(n)return n}return}if(t&&typeof t=="object"){let e=t;return tt(e.sandboxId??e.id??e.slug??Object.values(e)[0])}}var dp=["http://localhost:8008/v1","http://127.0.0.1:8008/v1"];function gp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return`${t.slice(0,e)}/platform/local-bridge/status`}function nf(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 cs(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?`${X()}/p/${n.external_id}/${ce.KORTIX_MASTER}`:""),status:nf(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 ls(){let t=await je(),e=[];for(let n of t){let r=await Ve(n.project_id).catch(()=>[]);for(let s of r)e.push({project:n,session:s,runtime:null,sandbox:cs(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 _e(t){let e=await ls();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 Gt(t,e={}){let n={"Content-Type":"application/json",...e.headers},r=e.signal??AbortSignal.timeout(3e4),s=await q(`${X()}${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=ve(Object.assign(d,{response:s,status:s.status,data:u}))),d}return u}function mp(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`${X()}/p/${t.external_id}/${ce.KORTIX_MASTER}`}function lv(t,e){return t.external_id?`${X()}/p/${t.external_id}/${e}`:null}async function fv(){let t=await i.get("/setup/sandbox-providers");if(t.error)throw t.error;return t.data}async function rf(t){let e=await _e();if(e)return{sandbox:e.sandbox,created:!1};let r=(await je())[0];if(!r)throw new Error("Create a project before starting a sandbox");let s=await Je(r.project_id,{...t?.provider?{provider:t.provider}:{}}),o=(await $e(r.project_id,s.session_id))?.sandbox??null;return{sandbox:cs(r,s,o),created:!0}}async function yv(){return(await _e().catch(()=>null))?.sandbox??null}async function hv(t){return{sandbox:(await rf(t)).sandbox}}async function bv(t){let e=tt(t);return e?(await _e(e).catch(()=>null))?.sandbox??null:null}async function xv(t,e){throw await _e(t)?new Error("Renaming project-session sandboxes is not exposed by the current API"):new Error("Project session sandbox not found")}async function _v(t){let e=tt(t);return(await ls().catch(()=>[])).map(r=>r.sandbox).filter(r=>!e||r.sandbox_id===e||r.external_id===e)}async function Pv(){if(typeof window>"u")return null;let t=X(),e=Array.from(new Set([t,...dp]));for(let n of e)try{let r=await fetch(gp(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 kv(t){if(!t)throw new Error("No sandbox selected for workload restart");let e=await _e(t);if(!e)throw new Error("Project session sandbox not found");await At(e.project.project_id,e.session.session_id)}async function wv(t){if(!t)throw new Error("No sandbox selected to stop");let e=await _e(t);if(!e)throw new Error("Project session sandbox not found");await Tt(e.project.project_id,e.session.session_id)}async function Sv(t){throw new Error("Cancellation is not exposed for project-session sandboxes")}async function vv(t){throw new Error("Reactivation is not exposed for project-session sandboxes")}async function us(t,e,n){let r=mp(t),s=await q(`${Ce(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 Iv(t,e){return us(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"GET"})}async function Ev(t,e,n,r="member"){await us(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"POST",body:JSON.stringify({user_id:n,role:r})})}async function jv(t,e,n){await us(t,`/kortix/projects/${encodeURIComponent(e)}/members/${encodeURIComponent(n)}`,{method:"DELETE"})}async function qv(t){let e=await Gt(`/platform/invites/${encodeURIComponent(t)}`,{method:"GET"});if(!e.success||!e.data)throw new Error(e.error||"Invite not found");return e.data}async function Mv(t){let e=await Gt(`/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 Ov(t){let e=await Gt(`/platform/invites/${encodeURIComponent(t)}/decline`,{method:"POST"});if(!e.success)throw new Error(e.error||"Failed to decline invite")}async function Fv(t){throw new Error("Backups are not exposed for project-session sandboxes")}async function Lv(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function Gv(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function Bv(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function Kv(t){throw new Error("SSH setup is not exposed for project-session sandboxes")}async function Hv(t){throw new Error("SSH connection details are not exposed for project-session sandboxes")}var sf=["pulling","patching","stopping","removing","recreating","restarting","verifying","starting","health_check"];function Vv(t){return sf.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 Xv(t){let e=t?`?channel=${t}`:"",n=await fetch(`${X()}/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 of(t||"stable");r.changelog=s.find(o=>o.version===r.version)??s[0]??null}catch{r.changelog=null}return r}async function of(t){let e=t?`?channel=${t}`:"",n=await fetch(`${X()}/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 Yv(){let t=await fetch(`${X()}/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 Qv(t,e){throw new Error("Sandbox image updates are managed by project-session provisioning")}async function Zv(t){}async function eC(t){}async function sC(t){return{serverTypes:[],location:t||"hel1"}}async function iC(t){throw new Error("Retired instance provisioning is unavailable. Create a project session with daytona, platinum, or e2b.")}async function oC(t){let e=await i.delete(`/platform/sandbox?sandbox_id=${t}`);if(e.error)throw e.error;return e.data}async function aC(t,e){await i.post("/platform/sandbox/mark-error",{sandbox_id:t,error_message:e},{showErrors:!1,timeout:1e4})}async function cC(){let t=await i.post("/platform/sandbox/claim-computer",{},{timeout:6e4});if(t.error)throw t.error;return t.data}async function lC(t){let e=await i.get(`/platform/sandbox/${t}/status`,{showErrors:!1,timeout:1e4});return e.success?e.data??null:null}function uC(t,e){return`${X()}/platform/sandbox/${t}/provision-stream?token=${encodeURIComponent(e)}`}var de=class extends Error{constructor(n,r,s){super(n);this.status=r;this.body=s;this.name="HostBoundaryError"}status;body};function Bt(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return/\/v1$/.test(e)?e:`${e}/v1`}function ps(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 Nt(t){let e=await t.text().catch(()=>"");if(!e)return null;try{return JSON.parse(e)}catch{return e}}function Kt(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(`${Bt(e.backendUrl)}${t}`,{method:n?.method??"GET",headers:ps(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 Nt(s);if(!s.ok)throw new de(Kt(s,o),s.status,o);return o}function af(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 dC(t,e){return G(`/marketplace/items${af(e)}`,t)}function gC(t){return G("/marketplace/marketplaces",t)}function mC(t,e){return G(`/marketplace/items/${encodeURIComponent(t)}`,e)}function fC(t,e,n){return G(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`,n)}function yC(t,e){return G("/access/check-email",e,{method:"POST",body:{email:t}})}function hC(t,e){return G("/access/request-access",e,{method:"POST",body:t})}function bC(t){return G("/auth/logout",t,{method:"POST",body:{}})}function xC(t,e){return G(`/oauth/authorize/consent/${encodeURIComponent(t)}`,e)}function _C(t,e){return G("/oauth/authorize/consent",e,{method:"POST",body:{request_id:t.requestId,approved:t.approved}})}function PC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}`,e)}function kC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/start`,e,{method:"POST",body:{}})}function wC(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/finalize`,e,{method:"POST",body:{}})}function SC(t,e){return G(`/setup-links/secret/${encodeURIComponent(t)}`,e)}function vC(t,e,n){return G(`/setup-links/secret/${encodeURIComponent(t)}`,n,{method:"POST",body:{values:e}})}function CC(t,e){return G(`/p/public-share/${encodeURIComponent(t)}`,e)}function RC(t,e,n){return G(`/projects/${encodeURIComponent(t)}/sessions/${encodeURIComponent(e)}/start`,n,{method:"POST",body:{}})}function AC(t){return G("/system/maintenance",t)}function TC(t,e){return G("/system/maintenance",e,{method:"PUT",body:t})}function IC(t){return G("/user-roles",t)}function EC(t,e){return G("/system/demo-request",e,{method:"POST",body:t})}async function jC(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(`${Bt(n.backendUrl)}/accounts/${encodeURIComponent(t)}/audit/export?${r}`,{headers:ps(n,!1),...n.signal?{signal:n.signal}:{}});if(!s.ok){let o=await Nt(s);throw new de(Kt(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 $C(t,e){let n=await fetch(`${Bt(e.backendUrl)}/admin/stress-test/run`,{method:"POST",headers:ps(e,!0),body:JSON.stringify(t),...e.signal?{signal:e.signal}:{}});if(!n.ok){let r=await Nt(n);throw new de(Kt(n,r),n.status,r)}if(!n.body)throw new de("No response body",n.status,null);return n.body}var cf=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function lf(t,e){return cf.test(e)?new URL(`templates/public/${e.toLowerCase()}`,`${Bt(t)}/`):null}async function DC(t,e,n){let r=lf(t,e);if(!r)throw new de("Invalid shareId parameter",400,null);let s=await fetch(r,{signal:n}),o=await Nt(s);if(!s.ok)throw new de(Kt(s,o),s.status,o);return o}async function OC(){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 UC(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 FC(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 LC(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 GC(){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}var uf="/kortix/part/";function pf(t){return typeof t=="string"&&t.startsWith(uf)}async function HC(t){if(!pf(t))throw new Error(`not an attachment part reference: ${t}`);let e=ne();if(!e)throw new Error("runtime url not bound");let n=await q(`${e}${t}`);if(!n.ok)throw new Error(`attachment part fetch failed: ${n.status}`);return n.blob()}function fp(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 df(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 yp(t,e){return df(t,e)?(e?fp(e):null)??fp(t):null}function hp(t){try{let{hostname:e}=new URL(t);return/^p\d+-[^.]+\./.test(e)||/^(?:dev|staging|prod|preview)-p\d+-[a-z0-9-]+\./i.test(e)}catch{return!1}}function bp(t,e){try{let n=new URL(t);return n.searchParams.set("token",e),n.toString()}catch{return t}}async function gf(t,e={}){let n=yp(t,e.serverUrl);if(!n)return!1;let r=await Ue();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}}async function XC(t,e={}){if(hp(t)){let n=await Ue();return n?bp(t,n):t}return await gf(t,e),t}var QC=3e3;function mf(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 ZC(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 mf(o.status)}catch{return"unknown"}finally{clearTimeout(s),e?.signal?.removeEventListener("abort",r)}}function ds(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return e}function tR(t,e){return`${ds(t)}/presentation-templates/${encodeURIComponent(e)}/pdf#toolbar=0&navpanes=0&scrollbar=0&view=FitH`}function nR(t,e){return`${ds(t)}/presentation-templates/${encodeURIComponent(e)}/image.png`}function ff(t,e){return`${ds(t)}/presentation/convert-to-${e}`}async function rR(t,e,n,r){let s=ff(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 I=await f.blob();if(I.size===0)throw new Error("Downloaded file is empty");return I}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((I,E)=>{let l=setTimeout(I,o);r?.signal?.addEventListener("abort",()=>{clearTimeout(l),E(r.signal?.reason??new DOMException("Aborted","AbortError"))},{once:!0})});continue}let x=await f.text().catch(()=>""),C=f.statusText;try{let I=JSON.parse(x);C=String(I.error||I.detail||I.message||C)}catch{x&&(C=x)}throw new Error(`Failed to download ${t.toUpperCase()}: ${C} (HTTP ${f.status})`)}}function iR(t){return t.activityFresh||t.runtimeReady?"live":t.unreachable||t.stalled?"unreachable":t.sandbox==="stopped"||t.sandbox==="archived"||t.sandbox==="provisioning"||t.sandbox==="queued"||t.sandbox==="branching"?"waking":t.sandbox==="completed"?"unknown":t.sandbox==="failed"?"unreachable":t.sandbox==="running"?"connecting":"unknown"}function oR(t){return t==="unreachable"}var cR=6e4,lR=45e3,uR=45e3,pR=1e4,dR=3e3,gR=15e3;function mR(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 gs(t){if(!t)return null;let e=Date.parse(t);return Number.isNaN(e)?null:e}function fR(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,activity:u,nowMs:p}=t,d=!!e&&p-e.atMs<6e4,f=d?e.acceptedAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,m=d?e.atMs:Number.NEGATIVE_INFINITY,x=!!n&&p-n.atMs<15e3?n.settledAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,C=!!s&&p-s.atMs<=45e3,I=!!o&&p-o.atMs<=45e3,E=!!r&&p-r.atMs<=1e4,l=o&&o.type==="idle"?o:null,c=!!u&&p-u.atMs<=45e3&&(!l||u.atMs>l.atMs),T=K=>{if(!l)return!1;let h=gs(K.started_at);return!(h===null||h>=l.atMs)};if(c)return{state:"working",source:"stream",turnId:null,since:u.atMs,serverOpenTurnToken:C?s.turns[0]?.turn_token??null:null};let P=(C?s.turns[0]:void 0)?.turn_token??null,j=C?s.turns.find(K=>!T(K)):void 0;if(j&&s.atMs>=x&&(!o||s.atMs>=o.atMs))return{state:"working",source:"server",turnId:j.message_id,since:gs(j.started_at)??s.atMs,serverOpenTurnToken:P};if(E&&r.pending>0)return{state:"working",source:"server",turnId:null,since:r.atMs,serverOpenTurnToken:P};let $=C&&!j&&s.atMs>=f,A=I&&o.atMs>=m;if($&&(!o||s.atMs>=o.atMs))return{state:"idle",source:"server",turnId:null,since:gs(s.lastEnded?.ended_at)??s.atMs,serverOpenTurnToken:P};if(A)return{state:o.type==="idle"?"idle":"working",source:"stream",turnId:null,since:o.atMs,serverOpenTurnToken:P};if(d)return{state:"working",source:"optimistic",turnId:e.messageId,since:e.atMs,serverOpenTurnToken:P};let W=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:p};return{state:"idle",source:W.source,turnId:null,since:W.atMs,serverOpenTurnToken:P}}function yR(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,activity:u,nowMs:p}=t,d=[null,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,u?u.atMs+45e3:null],f=null;for(let m of d)m===null||m<=p||(f===null||m<f)&&(f=m);return f}var bR=6e4;function xR(t){return t.serverCompactingAtMs!==null?!0:t.optimisticAtMs===null?!1:t.nowMs-t.optimisticAtMs<6e4}function _R(t){if(t.serverCompactingAtMs!==null||t.optimisticAtMs===null)return null;let e=t.optimisticAtMs+6e4;return e>t.nowMs?e:null}var yf=9e4;function PR(t){return t.serverCompactingAtMs===null?null:t.serverCompactingAtMs+yf}function xp(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 hf(t){return xf(xp(t))}function bf(t){return new ms({...t,loadPage:xp(t)})}async function xf(t){let e=[],n=new Set,r;do{let u=await t({limit:100,...r?{before:r}:{}});if(e.push(u.messages),r=u.nextCursor,r&&n.has(r))throw new Error(`Session history cursor repeated: ${r}`);r&&n.add(r)}while(r);let s=[],o=new Set;for(let u=e.length-1;u>=0;u--)for(let p of e[u])o.has(p.info.id)||(o.add(p.info.id),s.push(p));return s}var _f={now:Date.now,setInterval:(t,e)=>setInterval(t,e),clearInterval:t=>clearInterval(t),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},ms=class{options;scheduler;livenessIntervalMs;retryAttempt=0;tailRetryTimer;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??_f,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){let n=this.livenessTimer!==void 0;this.stopLivenessTimer(),n&&!this.destroyed&&this.reconcile("turn-end");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.tailRetryTimer!==void 0&&(this.cancelTimer(this.tailRetryTimer),this.tailRetryTimer=void 0),this.listeners.clear()}async loadTail(e){try{let n=await this.loadPage("tail",e);if(this.destroyed)return;this.rememberUserMessages(n.messages),this.options.hydrate(n.messages),this.olderHistoryStarted||this.setCursor(n.nextCursor),this.update({freshness:"fresh"}),this.options.markLoaded(),this.retryAttempt=0}catch{if(this.destroyed)return;this.update({freshness:"error"}),this.scheduleTailRetry(e)}}scheduleTailRetry(e){if(this.destroyed||this.tailRetryTimer!==void 0)return;let n=Math.min(1e3*2**this.retryAttempt,15e3);this.retryAttempt+=1,this.tailRetryTimer=this.startTimer(()=>{this.tailRetryTimer=void 0,!this.destroyed&&this.reconcile(e)},n)}async loadPage(e,n,r){let s=this.scheduler.now();try{let o=await this.options.loadPage({limit:e==="tail"?50:100,...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,o){let u=[...e.messages],p=new Set(this.knownUserMessageIds),d=new Set(s?[s]:[]),f=e.nextCursor,m=0;for(let b of e.messages)b.info.role==="user"&&p.add(b.info.id);for(;f&&m<10&&u.some(b=>b.info.role==="assistant"&&!!b.info.parentID&&!p.has(b.info.parentID));){if(d.has(f))throw new Error(`Session history cursor repeated: ${f}`);d.add(f);let b=await this.loadPage(n,r,f);if(this.destroyed)return{messages:u,nextCursor:f};m+=1,u.unshift(...b.messages);for(let x of b.messages)x.info.role==="user"&&p.add(x.info.id);f=b.nextCursor,o?.([...u])}return{messages:u,nextCursor:f}}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 Pf(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return`${e}/tunnel/permission-requests/stream`}function kf(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 T=f.get(y);if(T)for(let R of T)try{R(c)}catch{}}async function C(){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 T=await fetch(e,{method:r,headers:c,body:r!=="GET"&&s!==void 0?JSON.stringify(s):void 0,signal:y,credentials:"include"});if(!T.ok)throw new Error(`SSE connection failed: ${T.status} ${T.statusText}`);if(!T.body)throw new Error("SSE response has no body");u?.();let R=T.body.getReader(),P=new TextDecoder,j="",$="message",A="";for(;!b;){let{done:W,value:K}=await R.read();if(W)break;j+=P.decode(K,{stream:!0});let h=j.split(`
|
|
77
|
-
`);
|
|
78
|
-
`:"")+
|
|
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 I(){b=!0,m?.abort(),m=null,f.clear()}function E(y,c){let T=f.get(y)??new Set;T.add(c),f.set(y,T)}function l(y,c){f.get(y)?.delete(c)}return{connect:C,close:I,addEventListener:E,removeEventListener:l}}function SR(t,e){return kf({...e,url:Pf(t)})}export{Hm as ABORT_REASONS,MS as ABORT_REASONS_NOT_YET_EMITTED,Lt as ACTIVE_INSTANCE_COOKIE,uf as ATTACHMENT_PART_REF_PREFIX,v as ApiError,we as AuthError,ge as BillingError,tp as COST_MARKUP,zu as DEFAULT_TRANSCRIPT_OPTIONS,sf as DESTRUCTIVE_PHASES,hr as FEATURE_DISABLED_CODE,Ab as FEATURE_FLAG_KEYS,Vp as FEATURE_NOT_SUPPORTED_CODE,de as HostBoundaryError,Bp as IMPERSONATION_HEADER,pR as INBOX_OBSERVATION_MAX_MS,zm as INSTANCE_SCOPED_ROUTES,Jp as MODEL_NOT_SERVABLE_CODE,gR as OPTIMISTIC_ABORT_MAX_MS,bR as OPTIMISTIC_COMPACTION_MAX_MS,cR as OPTIMISTIC_RECEIPT_MAX_MS,QC as PREVIEW_PROBE_TIMEOUT_MS,Xp as PROVISION_IN_FLIGHT_CODE,Xr as PublicSessionShareError,Se as RequestTooLargeError,Ge as RuntimeNotReadyError,Rr as SANDBOX_FS_ROOTS,ce as SANDBOX_PORTS,yf as SERVER_COMPACTION_REVALIDATE_MS,lR as SERVER_OBSERVATION_MAX_MS,uR as STREAM_OBSERVATION_MAX_MS,Ot as SessionNotReadyError,Kr as SessionStartError,dR as TURN_END_LEDGER_LAG_MS,Sf as __getConfigResolver,wf as __setConfigResolver,OS as abortErrorReason,hi as acceptAccountInvite,Mv as acceptInvite,Bl as actReviewItem,jo as activateConnection,kl as addGroupMembers,yu as addMarketplaceSource,fm as allDescendantIds,bp as appendPreviewToken,Hi as approveProjectAccessRequest,sh as approveTask,qr as archiveProject,dh as assignTicket,to as attachGroupToProject,q as authenticatedFetch,XC as authorizePreviewUrl,i as backendApi,$_ as bindSlackIdentity,D_ as bindTeamsIdentity,mo as brokerProjectSecretRequest,Jm as buildInstancePath,nR as buildPresentationTemplateImageUrl,tR as buildPresentationTemplatePdfUrl,yp as buildPreviewAuthEndpoint,lf as buildPublicTemplateUrl,ff as buildRuntimePresentationConversionUrl,la as buildSandboxTemplate,ew as buildStaticFileHealthPreviewUrl,Zk as buildStaticFileLocalUrl,Qk as buildStaticFilePreviewUrl,ng as buildStaticFileServicePath,Pf as buildTunnelEventStreamUrl,iw as buildWebProxyUrl,Nl as bulkActReviewItems,oP as bulkDeletePolicies,aP as bulkImportPolicies,So as callConnector,VP as cancelAccountDeletion,mi as cancelAccountInvite,Sv as cancelSandbox,eC as cancelSandboxUpdate,Ec as cancelScheduledChange,Ac as cancelSubscription,yC as checkAccessEmail,cS as childMapByParent,cC as claimComputer,__ as claimPerSeatBilling,Ua as claimWarmProjectSession,Xu as classifyPart,mf as classifyPreviewProbeStatus,sm as classifyTurn,Fs as clearImpersonationSession,gc as clearModelDefault,Dx as clearSessionFresh,Ra as closeChangeRequest,Lh as closeMilestone,sS as collectTurnParts,mh as commentTicket,Ia as commitSessionChanges,_R as compactionExpiryAtMs,mm as compareMessagesForDisplay,ep as computeStatusFromPart,qc as configureAutoTopup,zt as configureKortix,Cc as confirmCheckoutSession,Jc as connectEmail,Gc as connectSlack,oR as connectionIsFaulted,pk as convertPresentationToGoogleSlides,rR as convertRuntimePresentation,vt as copyFile,Oc as costExportUrl,mR as countLiveInboxPrompts,ci as createAccount,iu as createAccountAuditWebhook,Xl as createAccountToken,xu as createApp,vu as createAppAccessSession,Ru as createAppDeployment,Ml as createAssignment,DP as createAuditWebhook,Lv as createBackup,vc as createCheckoutSession,Wo as createConnector,St as createFile,gl as createGatewayKey,bl as createGroup,bf as createHttpSessionSyncController,iC as createInstance,vg as createKortix,Js as createKortixPty,qk as createMarketplaceInstallSession,Uh as createMilestone,x_ as createPerSeatCheckout,rP as createPolicy,Rc as createPortalSession,Ai as createProject,Sh as createProjectAgent,Zl as createProjectCliToken,Ti as createProjectRepo,io as createProjectResourceGrant,Je as createProjectSession,nc as createProjectTrigger,Al as createRole,kf as createSSEStream,hv as createSandbox,Hl as createSandboxShare,oa as createSandboxTemplate,pP as createScimToken,IP as createServiceAccountApi,Ba as createSessionPrompt,qa as createSessionPublicShare,PP as createSsoGroupMapping,th as createTask,lh as createTicket,SR as createTunnelEventStream,bi as declineAccountInvite,Ov as declineInvite,JP as deleteAccountImmediately,ku as deleteApp,MP as deleteAuditWebhook,Bv as deleteBackup,Vo as deleteConnector,zh as deleteCredential,zs as deleteEnv,Ae as deleteFile,pl as deleteGatewayBudget,Ni as deleteGitHubInstallation,_l as deleteGroup,oC as deleteInstance,$h as deleteKortixProject,Bh as deleteMilestone,Po as deletePersonalProjectSecret,iP as deletePolicy,Ch as deleteProjectAgent,ho as deleteProjectProviderOAuth,oo as deleteProjectResourceGrant,xo as deleteProjectSecret,Va as deleteProjectSession,sc as deleteProjectTrigger,El as deleteRole,ca as deleteSandboxTemplate,jP as deleteServiceAccountApi,Ka as deleteSessionPrompt,kP as deleteSsoGroupMapping,xP as deleteSsoProvider,ih as deleteTask,fh as deleteTicket,yi as describeAccountInvite,wo as describeConnectorTool,ro as detachGroupFromProject,Qd as detectLocalhostUrls,EP as disableServiceAccountApi,Xc as disconnectEmail,GC as disconnectGitHubApp,Kc as disconnectSlack,sx as discoverConnectionOAuth2,ix as discoverConnectionOAuth2Resource,zo as discoverConnectorAuth,Pv as discoverLocalSandbox,jC as downloadAccountAudit,ob as dropClientForUrl,lb as dropPublicClientForUrl,kh as ensurePmSession,gf as ensurePreviewSessionCookie,tx as ensureProjectConnectorConnection,rf as ensureSandbox,Oa as ensureWarmProjectSession,id as env,ru as exportAccountAudit,ue as extractGatewayErrorDetails,et as extractInstanceRoute,qs as featureDisabledKey,NS as featureFlags,h_ as fetchAccountStateWithToken,Sb as fetchAccountsWithToken,HC as fetchAttachmentPart,T_ as fetchCostExportCsv,ma as fetchProjectArchive,Mb as fetchProjectsForAccountWithToken,wd as files,Qr as finalizeAppArtifact,wC as finalizeConnectorSetupLink,kt as findFiles,iS as findLastTextPart,wt as findText,oc as fireProjectTrigger,ia as fixSandboxWithAgent,Os as formatBillingErrorForUI,RS as formatCost,SS as formatDuration,tf as formatOpenCodeRuntimeError,tf as formatRuntimeError,AS as formatTokens,jg as formatTranscript,Cg as generateSessionId,li as getAccount,WP as getAccountDeletionStatus,bc as getAccountState,xc as getAccountStateMinimal,Ym as getActiveInstanceIdFromCookie,rk as getAdminProviderAnalytics,ek as getAdminProviderDistribution,ik as getAdminProviderFallback,XP as getAdminRole,pm as getAgentCardLabel,u_ as getAgentConfig,Rh as getAgentPersona,Yv as getAllVersions,aS as getAnsweredQuestionParts,_u as getApp,wu as getAppAccess,Tu as getAppDeployment,Iu as getAppDeploymentLogs,Ek as getApprovalLink,Ue as getAuthToken,As as getAuthTokenWithRetry,Dc as getAutoTopupSettings,b_ as getAutoTopupSetupStatus,kc as getBillingCreditBreakdown,Sc as getBillingTierConfigurations,Pc as getBillingTransactionsSummary,wc as getBillingUsageHistory,ka as getChangeRequest,wa as getChangeRequestDiff,Sa as getChangeRequestMergePreview,zw as getChildSessionError,Ww as getChildSessionId,Vw as getChildSessionToolParts,ye as getClient,oe as getClientForUrl,Yo as getConnectStatus,rx as getConnectionOAuth2Application,ux as getConnectionOAuth2Status,px as getConnectionPolicies,Or as getConnectorCatalog,No as getConnectorConfig,Go as getConnectorPolicies,PC as getConnectorSetupLink,A_ as getCostSummary,Xm as getCurrentInstanceIdFromPathname,zS as getCurrentInstanceIdFromWindow,ii as getCurrentProject,Wr as getDefaultAccountState,Yw as getDiagnostics,um as getDirectory,Fr as getDiscoverConnector,mx as getDiscoverIntegration,zc as getEmailInstallation,Vc as getEmailMode,UP as getEnterpriseDemo,Pt as getFileStatus,Yu as getFileWithDir,lm as getFilename,of as getFullChangelog,ol as getGatewayBreakdown,ll as getGatewayBudgets,cl as getGatewayErrors,dl as getGatewayKeys,rl as getGatewayLog,sl as getGatewayOverview,Qc as getGatewayRoutingPolicy,il as getGatewaySeries,al as getGatewaySessions,OC as getGitHubAppStatus,Mi as getGitHubInstallation,uk as getGoogleAuthUrl,hl as getGroup,Kw as getHiddenToolParts,Hp as getImpersonationSession,qv as getInvite,sC as getJustavpsServerTypes,Ih as getKortixProject,Eh as getKortixProjectBySession,Qs as getKortixPtyWebSocketUrl,Xv as getLatestSandboxVersion,AC as getMaintenanceConfig,jb as getManagedGitStatus,gu as getMarketplaceCatalogItem,mu as getMarketplaceCatalogItemFile,gP as getMfaRequired,Mh as getMilestone,pc as getModelDefaults,xC as getOAuthConsentRequest,pp as getOpenCodeConfigInvalidError,Bw as getPartText,RP as getPatPolicy,Qw as getPermissionForTool,Ir as getProject,Ah as getProjectActivity,ha as getProjectCommit,ba as getProjectCommitDiff,Er as getProjectDetail,xa as getProjectFileHistory,Ri as getProjectGitToken,jr as getProjectLlmCatalog,Ib as getProjectLlmCatalogProviders,$r as getProjectModelPicker,Lr as getProjectSandboxHealth,$b as getProjectSandboxProviderTransition,Br as getProjectSession,Ja as getProjectSessionConfigState,Qa as getProjectSessionScope,jc as getProrationPreview,fv as getProviders,tw as getProxyBaseUrl,cb as getPublicClientForUrl,mC as getPublicMarketplaceItem,fC as getPublicMarketplaceItemFile,_k as getPublicSessionShare,Pk as getPublicSessionShareMessages,CC as getPublicShareByToken,DC as getPublicTemplate,Zw as getQuestionForTool,K_ as getReferralCode,z_ as getReferralStats,TS as getRetryInfo,IS as getRetryMessage,Ll as getReviewItem,Cl as getRolePermissions,Rl as getRoleUsage,Hv as getSSHConnection,yv as getSandbox,bv as getSandboxById,lv as getSandboxPortUrl,lC as getSandboxProvisionStatus,uC as getSandboxProvisionStreamUrl,Jv as getSandboxUpdateStatus,mp as getSandboxUrl,SC as getSecretSetupLink,Ar as getServerHealth,Xh as getServiceLogs,Fa as getSessionAudit,CS as getSessionCost,Vr as getSessionCostRecord,qu as getSessionHealth,wP as getSessionPolicy,$a as getSessionPreviewCandidates,La as getSessionTranscript,Ga as getSessionTurn,mS as getShellModePart,Hc as getSlackChannelFile,Lc as getSlackInstallation,Nc as getSlackManifest,Bc as getSlackMode,yP as getSsoProvider,rg as getStaticFileHealthPath,yr as getSupabaseAccessToken,ie as getSupabaseAccessTokenWithRetry,Qy as getTask,eh as getTaskStatus,Fk as getTemplate,ah as getTicket,Jw as getToolInfo,$g as getTranscriptFilename,vS as getTurnCost,PS as getTurnError,kS as getTurnErrorDetails,wS as getTurnStatus,Mc as getUsageRollup,IC as getUserRolesWithToken,_a as getVersionDiff,xS as getWorkingState,Ev as grantSandboxProjectAccess,d_ as grantSecretToAgent,rS as groupMessagesIntoTurns,ES as hasDiffs,Yk as hasLocalhostUrls,tg as hasPreviewTarget,pS as hasRetryingAssistantTurn,og as heartbeatGapEvent,Wa as holdSessionPrompts,ts as humanizeToolName,Pr as impersonationHeaders,bP as importSsoProviderFromMetadata,Lk as installTemplate,lt as invalidateTokenCache,di as inviteAccountMember,Xi as inviteProjectMember,vi as inviteRepoCollaborator,qS as isAbortError,Ay as isAdminBypassEnabled,Uw as isAgentPart,Jd as isAppRouteUrl,om as isAttachment,pf as isAttachmentPartRef,Ms as isBillingError,Fw as isCompactionPart,Vt as isConfigured,Vv as isDestructivePhase,cw as isExternalUrl,Ds as isFeatureDisabledError,im as isFilePart,Np as isImpersonationSessionLive,HS as isInstanceDetailPath,Vm as isInstanceScopedAppPath,sw as isInternalLocalhostUrl,Hb as isInviteSent,bS as isLastUserMessage,Tb as isManagedGithubProject,QS as isOpenCodeConfigInvalidError,Gw as isPatchPart,rw as isPreviewUrl,sg as isProxiableLocalhostUrl,rs as isReasoningPart,ym as isRetryableTurnError,zk as isRuntimeReady,ef as isSandboxNotReadyError,oi as isServerReachable,Ea as isSessionFresh,Jx as isSessionStartError,hm as isShellMode,Lw as isSnapshotPart,hp as isSubdomainPreviewUrl,xe as isTextPart,pe as isToolPart,Hw as isToolPartHidden,ti as isUnderSandboxRoot,aw as isWebProxyUrl,ad as kortixPty,Pi as leaveAccount,Bi as linkGitHubInstallation,qi as linkRepository,tu as listAccountAudit,su as listAccountAuditWebhooks,gi as listAccountInvites,pi as listAccountMembers,tP as listAccountResourceGrants,vP as listAccountSessions,Jl as listAccountTokens,ai as listAccounts,cP as listActions,tk as listAdminSandboxes,vl as listAgentIdentities,Ro as listAllConnections,Au as listAppDeployments,bu as listApps,ql as listAssignments,OP as listAuditEvents,$P as listAuditWebhooks,Fv as listBackups,_c as listBillingTransactions,Pa as listChangeRequests,q_ as listChannelBindings,yh as listColumns,Co as listConnections,Ct as listConnectorTools,Mo as listConnectors,R_ as listCostByProject,Kh as listCredentialEvents,Nh as listCredentials,Ur as listDiscoverConnectors,gx as listDiscoverIntegrations,Hs as listEnv,du as listFeaturedMarketplaces,bh as listFields,_t as listFiles,nl as listGatewayLogs,Oi as listGitHubInstallations,Fi as listGitHubRepositories,Li as listGitHubRepositoryBranches,Pl as listGroupMembers,Q_ as listGroupProjectGrants,yl as listGroups,jh as listKortixProjectSessions,Th as listKortixProjects,Vs as listKortixPty,Ui as listLinkableGitHubInstallations,uu as listMarketplaceCatalogItems,fu as listMarketplaceSources,pu as listMarketplaces,Z_ as listMemberGroups,eP as listMemberProjectAccess,Oh as listMilestoneEvents,qh as listMilestones,ao as listPendingApprovals,Yi as listPendingProjectInvites,Ul as listPermissions,Jo as listPipedreamApps,Xo as listPipedreamSections,nP as listPolicies,zi as listProjectAccess,Ki as listProjectAccessRequests,wh as listProjectAgents,nu as listProjectAudit,fa as listProjectBranches,Ql as listProjectCliTokens,ya as listProjectCommits,pa as listProjectFiles,eo as listProjectGroupGrants,ea as listProjectPolicies,so as listProjectResourceGrants,na as listProjectSandboxTemplates,ua as listProjectSandboxes,uo as listProjectSecrets,Ve as listProjectSessions,ra as listProjectSnapshots,tc as listProjectTriggers,je as listProjects,Si as listProjectsForAccount,dC as listPublicMarketplaceItems,gC as listPublicMarketplaces,V_ as listReferrals,Fl as listReviewItems,Sl as listRoles,Iv as listSandboxProjectMembers,Kl as listSandboxShares,_v as listSandboxes,uP as listScimTokens,TP as listServiceAccountsApi,Jh as listServiceTemplates,Vh as listServices,Uc as listSessionCosts,Na as listSessionPrompts,Da as listSessionPublicShares,co as listSessionsNeedingInput,_P as listSsoGroupMappings,Zy as listTaskEvents,Yy as listTasks,_h as listTemplates,ch as listTicketEvents,oh as listTickets,hf as loadHttpSessionHistory,aC as markInstanceError,Rt as markSessionFresh,Ca as mergeChangeRequest,sk as migrateAdminSandboxProvider,ze as mkdir,ag as narrowChatEvent,XS as normalizeAppPathname,lw as normalizeExternalInput,Ut as normalizeToolName,va as openChangeRequest,Zr as openEventStream,$C as openStressTestStream,ve as parseBillingError,BS as parseFlagOverride,$t as parseLocalhostUrl,Qm as parseOpenCodeErrorPayload,Du as parseProxyHop,Ku as parseSubdomainUrl,ow as parseWebProxyUrl,Dh as patchKortixProject,Ho as pipedreamConnect,Do as pipedreamConnectConnection,Zo as pipedreamFinalize,qo as pipedreamFinalizeConnection,D as platformConfig,lx as pollConnectionOAuth2DeviceAuthorization,yo as pollProjectProviderOAuth,tl as previewGatewayRoute,mP as previewMfaRequired,jl as probeEffectivePermission,$l as probeEffectivePermissions,ZC as probePreviewPort,xR as projectCompacting,iR as projectSessionConnection,Vx as projectSessionStartSeed,fR as projectWorking,Ii as provisionProject,Eb as provisionProjectStream,Ob as provisionProjectWithToken,Bu as proxyLocalhostUrl,nw as proxyUrlToInternal,$c as purchaseCredits,nx as putConnectionOAuth2Application,vv as reactivateSandbox,Tc as reactivateSubscription,Ke as readBlob,Ne as readFile,ga as readProjectFile,sa as rebuildProjectSnapshot,Ao as reconcileConnection,To as reconcileMemberConnection,Qh as reconcileServices,bC as recordPlatformLogout,H_ as refreshReferralCode,Yr as registerAppArtifact,ox as registerConnectionOAuth2Client,Zh as registerService,Wi as rejectProjectAccessRequest,Xw as relativizePath,Xa as reloadProjectSessionConfig,Ya as reloadProjectSessionConfigStream,au as removeAccountAuditWebhook,xi as removeAccountMember,wl as removeGroupMember,Ys as removeKortixPty,hu as removeMarketplaceSource,he as renameFile,xv as renameSandbox,Aa as reopenChangeRequest,Gh as reopenMilestone,hh as replaceColumns,xh as replaceFields,Ph as replaceTemplates,zP as requestAccountDeletion,Ta as requestChangesOnChangeRequest,Kb as requestProjectAccess,lu as requestProjectConnector,cu as requestProjectSecret,fi as resendAccountInvite,Zi as resendPendingProjectInvite,ab as resetClient,el as resetGatewayRoutingPolicy,ub as resetPublicClient,Zv as resetSandboxUpdateStatus,lo as resolveApproval,y_ as resolvedPlan,At as restartProjectSession,kv as restartSandbox,Gv as restoreBackup,Ha as retrySessionPrompt,Wh as revealCredential,CP as revokeAccountSession,Yl as revokeAccountToken,Ol as revokeAssignment,Eo as revokeConnection,ml as revokeGatewayKey,Qi as revokePendingProjectInvite,Ji as revokeProjectAccess,eu as revokeProjectCliToken,jv as revokeSandboxProjectAccess,Wl as revokeSandboxShare,dP as revokeScimToken,Ma as revokeSessionPublicShare,be as rewriteLocalhostUrl,$u as rollbackApp,fl as runGatewayPlayground,Gi as saveGitHubInstallation,Ic as scheduleDowngrade,ko as searchConnectorTools,da as searchProjectFiles,J_ as sendReferralEmails,PR as serverCompactionRevalidateAtMs,Yh as serviceAction,Xx as sessionStartKey,VS as setActiveInstanceCookie,Ry as setAdminBypass,nk as setAdminProviderDistribution,ok as setAdminProviderFallback,fc as setAgentScope,gy as setBootstrapAuthToken,dy as setCachedAuthToken,dx as setConnectionPolicies,Fo as setConnectorAuthorizationStrategy,Qo as setConnectorCredential,Uo as setConnectorCredentialMode,Ko as setConnectorName,Bo as setConnectorPolicies,fx as setConnectorSecretBinding,Lo as setConnectorSensitive,$o as setDefaultConnection,FP as setEnterpriseDemo,Ws as setEnv,ul as setGatewayBudget,Zc as setGatewayRoutingPolicy,FC as setGitHubAppFromExisting,LC as setGitHubAppPat,xy as setImpersonationSession,TC as setMaintenanceConfig,lP as setMemberSuperAdmin,fP as setMfaRequired,dc as setModelDefault,_o as setPersonalProjectSecret,r_ as setProjectModelEnablement,Di as setProjectOnboardingComplete,qb as setProjectOnboardingProfile,ta as setProjectPolicies,go as setProjectSecretStrategy,ec as setProjectSessionModel,Za as setProjectSessionScope,ja as setProjectSessionSharing,ic as setProjectTriggersActivation,Kv as setupSSH,cp as shellExitCode,zp as shouldAttachImpersonation,_S as shouldHideResponsePart,cm as shouldShowToolPart,lS as sortSessions,Nw as splitUserParts,Eu as startApp,ax as startConnectionOAuth2Authorization,cx as startConnectionOAuth2DeviceAuthorization,kC as startConnectorSetupLink,UC as startGitHubAppManifest,fo as startProjectProviderOAuth,$e as startProjectSession,RC as startSessionWithToken,rh as startTask,ju as stopApp,Tt as stopProjectSession,wv as stopSandbox,eS as stripAnsi,WS as stripInstancePrefix,Ce as stripTrailingSlashes,hC as submitAccessRequest,EC as submitDemoRequest,_C as submitOAuthConsent,Gl as submitReviewItem,vC as submitSecretSetupLink,_y as subscribeToImpersonation,Ty as supabaseClient,Oo as syncConnectors,P_ as syncSubscription,pb as systemReload,Ie as toDaemonPath,JS as toInstanceAwarePath,ig as toInternalUrl,bt as toSandboxAbsolutePath,ni as toWorkspaceRelative,ns as toolInfo,Lm as toolViewModel,Qv as triggerSandboxUpdate,od as triggersRequest,oS as turnHasSteps,gh as unassignTicket,ee as unwrapError,ou as updateAccountAuditWebhook,_i as updateAccountMemberRole,ui as updateAccountName,p_ as updateAgentConfig,Pu as updateApp,Su as updateAppAccess,qP as updateAuditWebhook,M_ as updateChannelBinding,Io as updateConnectionCredential,Yc as updateEmailPolicy,ji as updateExperimentalFeature,Ei as updateFeatureFlag,xl as updateGroup,Xs as updateKortixPty,Fh as updateMilestone,AP as updatePatPolicy,sP as updatePolicy,Dr as updateProject,Vi as updateProjectAccess,vh as updateProjectAgent,hc as updateProjectDefaultAgent,no as updateProjectGroupGrant,$i as updateProjectSandboxProvider,za as updateProjectSession,rc as updateProjectTrigger,Tl as updateRole,Il as updateRolePermissions,aa as updateSandboxTemplate,SP as updateSessionPolicy,nh as updateTask,Db as updateTemplateWarmPool,uh as updateTicket,ph as updateTicketStatus,Cu as uploadAppArtifactArchive,vo as uploadConnectorAttachment,He as uploadFile,Wc as uploadSlackChannelFile,Hh as upsertCredential,bo as upsertProjectGitCredential,po as upsertProjectSecret,hP as upsertSsoProvider,Ci as validateProjectManifest,W_ as validateReferralCode,ki as validateToken,L_ as verifyGatewayProvider,yR as workingExpiryAtMs,We 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 ff(t){let e=G(t.input?.oldString),n=G(t.input?.newString),r=e!==void 0&&n!==void 0?mf(e,n):void 0;return{kind:"file-edit",path:ks(t),diff:r}}var Up=/^Found\s+(\d+)\s+match/i,yf=/^(\/[^:]+?):\s*/,Dp=/Line\s+(\d+):/g;function hf(t){let e=t.trim(),n=e.match(Up),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(yf);if(!p)continue;let d=p[1],f=u.slice(p[0].length),m=[],h;for(Dp.lastIndex=0;(h=Dp.exec(f))!==null;)m.push({line:Number(h[1]),contentStart:h.index+h[0].length,headerStart:h.index});for(let x=0;x<m.length;x++){let P=x+1<m.length?m[x+1].headerStart:f.length,A=f.slice(m[x].contentStart,P).trim();s.push({path:d,line:m[x].line,content:A.endsWith(";")?A.slice(0,-1):A})}}return s}function bf(t){return t.trim().split(`
|
|
76
|
+
`).map(e=>e.trim()).filter(e=>e.startsWith("/")||e.startsWith("./")||e.startsWith("~")).map(e=>({path:e}))}function xf(t){let e=G(t.input?.pattern,t.input?.query)??"";if(t.status==="error"||!t.output)return{kind:"search",pattern:e};let n=Up.test(t.output.trim())?hf(t.output):bf(t.output);return{kind:"search",pattern:e,matches:n.length>0?n.slice(0,200):void 0}}function _f(t){let e=G(t.input?.description,t.input?.title,t.input?.prompt)??t.title,n=G(t.input?.subagent_type,t.input?.agent);return{kind:"task",description:e,agent:n}}function Ps(t){let e=De(t)??{};return{content:G(e.content)??"",status:G(e.status)??"pending",priority:G(e.priority)}}function Pf(t){let e=t.input?.todos;if(Array.isArray(e))return{kind:"todo",items:e.map(Ps)};if(Array.isArray(t.outputParsed))return{kind:"todo",items:t.outputParsed.map(Ps)};let n=De(t.outputParsed);return n&&Array.isArray(n.todos)?{kind:"todo",items:n.todos.map(Ps)}:{kind:"todo",items:[]}}function kf(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&&G(d.label);return f?[{label:f,description:d?G(d.description):void 0}]:[]});return{question:G(s.question)??"",header:G(s.header),options:u}})}}function wf(t){let n=t.input&&Object.keys(t.input).length>0?qp(t.input):void 0,r;return t.outputParsed!==void 0?r=typeof t.outputParsed=="string"?rt(t.outputParsed):qp(t.outputParsed):t.outputText!==void 0?r=rt(t.outputText):r=t.error,{kind:"generic",label:t.title,inputPretty:n,outputPretty:r}}function Sf(t){switch(Gt(t.name)){case"web_search":case"websearch":case"image_search":return nf(t);case"bash":return uf(t);case"read":return pf(t);case"write":return df(t);case"edit":case"morph_edit":return ff(t);case"grep":case"glob":return xf(t);case"task":return _f(t);case"todowrite":return Pf(t);case"question":case"ask":return kf(t);default:return wf(t)}}var vf=new Set(["AbortError","MessageAbortedError"]),Cf=["operation was aborted","aborted by user","interrupted by user","cancelled by user","canceled by user","request was cancelled","request was canceled","aborterror"],Af=["unreachable","upstream","econnreset","econnrefused","socket hang up","network","fetch failed","timed out","timeout","gateway","502","503","504"];function Fp(t){let e=t.toLowerCase();return Af.some(n=>e.includes(n))?!1:Cf.some(n=>e.includes(n))}function Rf(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 Lp(t){if(typeof t=="string")return Fp(t);if(!t||typeof t!="object")return!1;let e=t,n=e.name;if(typeof n=="string"&&vf.has(n))return!0;let r=Rf(e);return typeof r=="string"?Fp(r):!1}var Tf=["user","runtime-disposed","orphan-finalized","wake"],Fv=["orphan-finalized","wake"];function Lv(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 Tf.includes(n)?n:void 0}function Bt(t){try{return typeof process<"u"?process.env?.[t]:void 0}catch{return}}function If(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 Hv(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 ws(t,e,n){return t!==void 0?t:If(Bt(e),n)}var Wv={get disableMobileAdvertising(){return ws($().featureFlags?.disableMobileAdvertising,"NEXT_PUBLIC_DISABLE_MOBILE_ADVERTISING",!1)},get enableDinoGame(){return ws($().featureFlags?.enableDinoGame,"NEXT_PUBLIC_ENABLE_DINO_GAME",!1)},get enableProjects(){return ws($().featureFlags?.enableProjects,"NEXT_PUBLIC_ENABLE_PROJECTS",!1)},get enableAutoModel(){return!1}};var Nt="kortix-active-instance",Ef=["/dashboard","/agents","/p","/workspace","/settings","/browser","/desktop","/services","/sessions","/terminal","/files","/scheduled-tasks","/commands","/tools","/configuration","/changelog","/legacy","/credits-explained"];function jf(t){return Ef.some(e=>t===e||t.startsWith(`${e}/`))}function st(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 Vv(t){let e=st(t);return!!e&&e.innerPath===""}function Jv(t){let e=st(t);return!e||!e.innerPath?t:e.innerPath}function $f(t,e){if(!t)return e;if(e.startsWith("/")||(e=`/${e}`),e.startsWith("/instances/")){let n=st(e);return n?`/instances/${encodeURIComponent(t)}${n.innerPath}`:e}return jf(e)?`/instances/${encodeURIComponent(t)}${e}`:e}function Mf(t){return t?st(t)?.instanceId??null:null}function Xv(){return typeof window>"u"?null:Mf(window.location.pathname)||qf()}function qf(){if(typeof document>"u")return null;let t=document.cookie.match(new RegExp(`(?:^|; )${Nt}=([^;]+)`));return t?decodeURIComponent(t[1]):null}function Qv(t){if(typeof document>"u")return;let e=n=>{document.cookie=n};if(typeof window<"u"&&window.location.pathname.startsWith("/projects")){e(`${Nt}=; Max-Age=0; Path=/; SameSite=Lax`);return}if(!t){e(`${Nt}=; Max-Age=0; Path=/; SameSite=Lax`);return}e(`${Nt}=${encodeURIComponent(t)}; Path=/; SameSite=Lax`)}function Yv(t,e){return e?$f(e,t):t}function Zv(t){let e=st(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 Df(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 Gp(t){let e=Df(t);if(!e||typeof e!="object")return null;let n=e;return n.name==="ConfigInvalidError"?n:null}function tC(t){return Gp(t)!==null}var Of=[/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 Ht(t){let e=Ss(t);return e?Of.some(n=>n.test(e)):!1}var Kt=class extends Error{constructor(e){let n=e?.trim();super(n&&Ht(n)?n:n?`sandbox not ready: ${n}`:"sandbox not ready"),this.name="SandboxNotReadyError"}};function Uf(t){let e=Gp(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 Ht(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 Y(){let t=Bt("BACKEND_URL")||$().backendUrl;return t||"http://localhost:8008/v1"}function it(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=it(e);if(n)return n}return}if(t&&typeof t=="object"){let e=t;return it(e.sandboxId??e.id??e.slug??Object.values(e)[0])}}var Bp=["http://localhost:8008/v1","http://127.0.0.1:8008/v1"];function Np(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return`${t.slice(0,e)}/platform/local-bridge/status`}function Ff(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 vs(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?`${Y()}/p/${n.external_id}/${ue.KORTIX_MASTER}`:""),status:Ff(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 Cs(){let t=await Me(),e=[];for(let n of t){let r=await Xe(n.project_id).catch(()=>[]);for(let s of r)e.push({project:n,session:s,runtime:null,sandbox:vs(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 ke(t){let e=await Cs();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 Wt(t,e={}){let n={"Content-Type":"application/json",...e.headers},r=e.signal??AbortSignal.timeout(3e4),s=await M(`${Y()}${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 C(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=Re(Object.assign(d,{response:s,status:s.status,data:u}))),d}return u}function Kp(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`${Y()}/p/${t.external_id}/${ue.KORTIX_MASTER}`}function dC(t,e){return t.external_id?`${Y()}/p/${t.external_id}/${e}`:null}async function bC(){let t=await i.get("/setup/sandbox-providers");if(t.error)throw t.error;return t.data}async function Lf(t){let e=await ke();if(e)return{sandbox:e.sandbox,created:!1};let r=(await Me())[0];if(!r)throw new Error("Create a project before starting a sandbox");let s=await Qe(r.project_id,{...t?.provider?{provider:t.provider}:{}}),o=(await qe(r.project_id,s.session_id))?.sandbox??null;return{sandbox:vs(r,s,o),created:!0}}async function xC(){return(await ke().catch(()=>null))?.sandbox??null}async function _C(t){return{sandbox:(await Lf(t)).sandbox}}async function PC(t){let e=it(t);return e?(await ke(e).catch(()=>null))?.sandbox??null:null}async function kC(t,e){throw await ke(t)?new Error("Renaming project-session sandboxes is not exposed by the current API"):new Error("Project session sandbox not found")}async function wC(t){let e=it(t);return(await Cs().catch(()=>[])).map(r=>r.sandbox).filter(r=>!e||r.sandbox_id===e||r.external_id===e)}async function SC(){if(typeof window>"u")return null;let t=Y(),e=Array.from(new Set([t,...Bp]));for(let n of e)try{let r=await fetch(Np(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 vC(t){if(!t)throw new Error("No sandbox selected for workload restart");let e=await ke(t);if(!e)throw new Error("Project session sandbox not found");await Et(e.project.project_id,e.session.session_id)}async function CC(t){if(!t)throw new Error("No sandbox selected to stop");let e=await ke(t);if(!e)throw new Error("Project session sandbox not found");await jt(e.project.project_id,e.session.session_id)}async function AC(t){throw new Error("Cancellation is not exposed for project-session sandboxes")}async function RC(t){throw new Error("Reactivation is not exposed for project-session sandboxes")}async function As(t,e,n){let r=Kp(t),s=await M(`${ae(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 $C(t,e){return As(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"GET"})}async function MC(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 qC(t,e,n){await As(t,`/kortix/projects/${encodeURIComponent(e)}/members/${encodeURIComponent(n)}`,{method:"DELETE"})}async function UC(t){let e=await Wt(`/platform/invites/${encodeURIComponent(t)}`,{method:"GET"});if(!e.success||!e.data)throw new Error(e.error||"Invite not found");return e.data}async function FC(t){let e=await Wt(`/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 LC(t){let e=await Wt(`/platform/invites/${encodeURIComponent(t)}/decline`,{method:"POST"});if(!e.success)throw new Error(e.error||"Failed to decline invite")}async function BC(t){throw new Error("Backups are not exposed for project-session sandboxes")}async function NC(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function KC(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function HC(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function zC(t){throw new Error("SSH setup is not exposed for project-session sandboxes")}async function VC(t){throw new Error("SSH connection details are not exposed for project-session sandboxes")}var Gf=["pulling","patching","stopping","removing","recreating","restarting","verifying","starting","health_check"];function QC(t){return Gf.includes(t)}async function YC(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 ZC(t){let e=t?`?channel=${t}`:"",n=await fetch(`${Y()}/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 Bf(t||"stable");r.changelog=s.find(o=>o.version===r.version)??s[0]??null}catch{r.changelog=null}return r}async function Bf(t){let e=t?`?channel=${t}`:"",n=await fetch(`${Y()}/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 eA(){let t=await fetch(`${Y()}/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 tA(t,e){throw new Error("Sandbox image updates are managed by project-session provisioning")}async function nA(t){}async function rA(t){}async function aA(t){return{serverTypes:[],location:t||"hel1"}}async function cA(t){throw new Error("Retired instance provisioning is unavailable. Create a project session with daytona, platinum, or e2b.")}async function lA(t){let e=await i.delete(`/platform/sandbox?sandbox_id=${t}`);if(e.error)throw e.error;return e.data}async function uA(t,e){await i.post("/platform/sandbox/mark-error",{sandbox_id:t,error_message:e},{showErrors:!1,timeout:1e4})}async function pA(){let t=await i.post("/platform/sandbox/claim-computer",{},{timeout:6e4});if(t.error)throw t.error;return t.data}async function dA(t){let e=await i.get(`/platform/sandbox/${t}/status`,{showErrors:!1,timeout:1e4});return e.success?e.data??null:null}function gA(t,e){return`${Y()}/platform/sandbox/${t}/provision-stream?token=${encodeURIComponent(e)}`}var me=class extends Error{constructor(n,r,s){super(n);this.status=r;this.body=s;this.name="HostBoundaryError"}status;body};function zt(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return/\/v1$/.test(e)?e:`${e}/v1`}function Rs(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 Vt(t){let e=await t.text().catch(()=>"");if(!e)return null;try{return JSON.parse(e)}catch{return e}}function Jt(t,e){if(e&&typeof e=="object"){let n=e;for(let r of["error_description","error","message"])if(typeof n[r]=="string"&&n[r])return n[r]}return typeof e=="string"&&e?e:t.statusText||`HTTP ${t.status}`}async function B(t,e,n){let r=n?.body!==void 0,s=await fetch(`${zt(e.backendUrl)}${t}`,{method:n?.method??"GET",headers:Rs(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 Vt(s);if(!s.ok)throw new me(Jt(s,o),s.status,o);return o}function Nf(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 fA(t,e){return B(`/marketplace/items${Nf(e)}`,t)}function yA(t){return B("/marketplace/marketplaces",t)}function hA(t,e){return B(`/marketplace/items/${encodeURIComponent(t)}`,e)}function bA(t,e,n){return B(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`,n)}function xA(t,e){return B("/access/check-email",e,{method:"POST",body:{email:t}})}function _A(t,e){return B("/access/request-access",e,{method:"POST",body:t})}function PA(t){return B("/auth/logout",t,{method:"POST",body:{}})}function kA(t,e){return B(`/oauth/authorize/consent/${encodeURIComponent(t)}`,e)}function wA(t,e){return B("/oauth/authorize/consent",e,{method:"POST",body:{request_id:t.requestId,approved:t.approved}})}function SA(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}`,e)}function vA(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}/start`,e,{method:"POST",body:{}})}function CA(t,e){return B(`/setup-links/connectors/${encodeURIComponent(t)}/finalize`,e,{method:"POST",body:{}})}function AA(t,e){return B(`/setup-links/secret/${encodeURIComponent(t)}`,e)}function RA(t,e,n){return B(`/setup-links/secret/${encodeURIComponent(t)}`,n,{method:"POST",body:{values:e}})}function TA(t,e){return B(`/p/public-share/${encodeURIComponent(t)}`,e)}function IA(t,e,n){return B(`/projects/${encodeURIComponent(t)}/sessions/${encodeURIComponent(e)}/start`,n,{method:"POST",body:{}})}function EA(t){return B("/system/maintenance",t)}function jA(t,e){return B("/system/maintenance",e,{method:"PUT",body:t})}function $A(t){return B("/user-roles",t)}function MA(t,e){return B("/system/demo-request",e,{method:"POST",body:t})}async function qA(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(`${zt(n.backendUrl)}/accounts/${encodeURIComponent(t)}/audit/export?${r}`,{headers:Rs(n,!1),...n.signal?{signal:n.signal}:{}});if(!s.ok){let o=await Vt(s);throw new me(Jt(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 DA(t,e){let n=await fetch(`${zt(e.backendUrl)}/admin/stress-test/run`,{method:"POST",headers:Rs(e,!0),body:JSON.stringify(t),...e.signal?{signal:e.signal}:{}});if(!n.ok){let r=await Vt(n);throw new me(Jt(n,r),n.status,r)}if(!n.body)throw new me("No response body",n.status,null);return n.body}var Kf=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Hf(t,e){return Kf.test(e)?new URL(`templates/public/${e.toLowerCase()}`,`${zt(t)}/`):null}async function OA(t,e,n){let r=Hf(t,e);if(!r)throw new me("Invalid shareId parameter",400,null);let s=await fetch(r,{signal:n}),o=await Vt(s);if(!s.ok)throw new me(Jt(s,o),s.status,o);return o}async function LA(){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 GA(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 BA(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 NA(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 KA(){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}var Wf="/kortix/part/";function zf(t){return typeof t=="string"&&t.startsWith(Wf)}async function VA(t){if(!zf(t))throw new Error(`not an attachment part reference: ${t}`);let e=re();if(!e)throw new Error("runtime url not bound");let n=await M(`${e}${t}`);if(!n.ok)throw new Error(`attachment part fetch failed: ${n.status}`);return n.blob()}function Hp(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 Vf(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 Wp(t,e){return Vf(t,e)?(e?Hp(e):null)??Hp(t):null}function zp(t){try{let{hostname:e}=new URL(t);return/^p\d+-[^.]+\./.test(e)||/^(?:dev|staging|prod|preview)-p\d+-[a-z0-9-]+\./i.test(e)}catch{return!1}}function Vp(t,e){try{let n=new URL(t);return n.searchParams.set("token",e),n.toString()}catch{return t}}async function Jf(t,e={}){let n=Wp(t,e.serverUrl);if(!n)return!1;let r=await Le();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}}async function ZA(t,e={}){if(zp(t)){let n=await Le();return n?Vp(t,n):t}return await Jf(t,e),t}var tR=3e3;function Xf(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 nR(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 Xf(o.status)}catch{return"unknown"}finally{clearTimeout(s),e?.signal?.removeEventListener("abort",r)}}function Ts(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return e}function sR(t,e){return`${Ts(t)}/presentation-templates/${encodeURIComponent(e)}/pdf#toolbar=0&navpanes=0&scrollbar=0&view=FitH`}function iR(t,e){return`${Ts(t)}/presentation-templates/${encodeURIComponent(e)}/image.png`}function Qf(t,e){return`${Ts(t)}/presentation/convert-to-${e}`}async function oR(t,e,n,r){let s=Qf(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 A=await f.blob();if(A.size===0)throw new Error("Downloaded file is empty");return A}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((A,I)=>{let E=setTimeout(A,o);r?.signal?.addEventListener("abort",()=>{clearTimeout(E),I(r.signal?.reason??new DOMException("Aborted","AbortError"))},{once:!0})});continue}let x=await f.text().catch(()=>""),P=f.statusText;try{let A=JSON.parse(x);P=String(A.error||A.detail||A.message||P)}catch{x&&(P=x)}throw new Error(`Failed to download ${t.toUpperCase()}: ${P} (HTTP ${f.status})`)}}function cR(t){return t.activityFresh||t.runtimeReady?"live":t.unreachable||t.stalled?"unreachable":t.sandbox==="stopped"||t.sandbox==="archived"||t.sandbox==="provisioning"||t.sandbox==="queued"||t.sandbox==="branching"?"waking":t.sandbox==="completed"?"unknown":t.sandbox==="failed"?"unreachable":t.sandbox==="running"?"connecting":"unknown"}function lR(t){return t==="unreachable"}var pR=6e4,dR=45e3,gR=45e3,mR=1e4,fR=3e3,yR=15e3;function hR(t,e){return e?e.serverAtMs!=null&&t.serverAtMs!=null?t.serverAtMs>=e.serverAtMs:t.atMs>=e.atMs:!0}function bR(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 Is(t){if(!t)return null;let e=Date.parse(t);return Number.isNaN(e)?null:e}function xR(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,activity:u,nowMs:p}=t,d=!!e&&p-e.atMs<6e4,f=e?e.turnId===void 0?e.messageId:e.turnId:null,m=d?e.acceptedAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,h=d?e.atMs:Number.NEGATIVE_INFINITY,P=!!n&&p-n.atMs<15e3?n.settledAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,A=!!s&&p-s.atMs<=45e3,I=!!o&&p-o.atMs<=45e3,E=!!r&&p-r.atMs<=1e4,l=o&&o.type==="idle"&&o.origin!=="local"?o:null,c=!!u&&p-u.atMs<=45e3&&(!l||u.atMs>l.atMs),S=y=>{if(!l)return!1;let T=Is(y.started_at);return!(T===null||T>=l.atMs)};if(c)return{state:"working",source:"stream",turnId:null,since:u.atMs,serverOpenTurnToken:s?.turns[0]?.turn_token??null};let R=s?.turns[0]?.turn_token??null,j=A?s.turns.find(y=>!S(y)):void 0,D=!!o&&!(o.type==="idle"&&o.origin==="local");if(j&&s.atMs>=P&&(!D||s.atMs>=o.atMs))return{state:"working",source:"server",turnId:j.message_id,since:Is(j.started_at)??s.atMs,serverOpenTurnToken:R};if(E&&r.pending>0)return{state:"working",source:"server",turnId:d?f:null,since:r.atMs,serverOpenTurnToken:R};let q=A&&!j&&s.atMs>=m,X=I&&o.atMs>=h;if(q&&(!o||s.atMs>=o.atMs))return{state:"idle",source:"server",turnId:null,since:Is(s.lastEnded?.ended_at)??s.atMs,serverOpenTurnToken:R};if(X)return{state:o.type==="idle"?"idle":"working",source:"stream",turnId:null,since:o.atMs,serverOpenTurnToken:R};if(d)return{state:"working",source:"optimistic",turnId:f,since:e.atMs,serverOpenTurnToken:R};let W=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:p};return{state:"idle",source:W.source,turnId:null,since:W.atMs,serverOpenTurnToken:R}}function _R(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,activity:u,nowMs:p}=t,d=[null,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,u?u.atMs+45e3:null],f=null;for(let m of d)m===null||m<=p||(f===null||m<f)&&(f=m);return f}var kR=6e4;function wR(t){return t.serverCompactingAtMs!==null?!0:t.optimisticAtMs===null?!1:t.nowMs-t.optimisticAtMs<6e4}function SR(t){if(t.serverCompactingAtMs!==null||t.optimisticAtMs===null)return null;let e=t.optimisticAtMs+6e4;return e>t.nowMs?e:null}var Yf=9e4;function vR(t){return t.serverCompactingAtMs===null?null:t.serverCompactingAtMs+Yf}var AR=75e3,RR=2,TR=2e4;function Jp(){return{status:"idle",dispatch:"none",fingerprint:null,lastProgressAtMs:null,lastDispatchAtMs:null,attempts:[],msSinceProgress:0,settled:!1}}function IR(t){return t.filter(e=>e!=null).join("|")}function Zf(t,e){return t.length===0?"retry-start":t.filter(r=>r.step==="restart").length<e?"restart":null}function ER(t,e,n={}){let r=n.noProgressMs??75e3,s=n.maxRestarts??2,o=n.cooldownMs??2e4;if(e.runtimeReachable)return{...Jp(),settled:!0};if(!e.waking)return{...t,dispatch:"none",fingerprint:null,lastProgressAtMs:null,msSinceProgress:0};if(t.settled)return{...Jp(),settled:!0};let u=t.lastProgressAtMs,p=u===null,d=e.progress!==t.fingerprint,f=u===null||d?e.nowMs:u,m=Math.max(0,e.nowMs-f),h={...t,dispatch:"none",fingerprint:e.progress,lastProgressAtMs:f,msSinceProgress:m,status:t.attempts.length>0?"escalating":"waking"};if(t.status==="exhausted")return{...h,status:"exhausted"};let x=!p&&!d&&m>=r;if(!e.serverGaveUp&&!x||t.lastDispatchAtMs!==null&&e.nowMs-t.lastDispatchAtMs<o)return h;let P=Zf(t.attempts,s);return P?{...h,status:"escalating",dispatch:P,attempts:[...t.attempts,{step:P,atMs:e.nowMs}],lastDispatchAtMs:e.nowMs,lastProgressAtMs:e.nowMs,msSinceProgress:0}:{...h,status:"exhausted"}}var ey={"retry-start":"retrying",restart:"restarting"};function jR(t){if(t.status!=="escalating")return null;let e=t.attempts[t.attempts.length-1];return e?`Still waking \u2014 ${ey[e.step]} the runtime (attempt ${t.attempts.length+1})`:null}function ty(t){return t===1?"once":t===2?"twice":`${t} times`}function $R(t){if(t.status!=="exhausted")return null;let e=t.attempts.filter(s=>s.step==="restart").length,n=t.attempts.some(s=>s.step==="retry-start");if(!n&&e===0)return null;let r=[];return n&&r.push("re-issuing the wake"),e>0&&r.push(`restarting the session ${ty(e)}`),`Tried: ${r.join(", then ")}.`}var ny=1e3,ry=15e3,Xp=100,sy=50,iy=10;function Qp(t){let e=t.fetch??globalThis.fetch,n=t.baseUrl.replace(/\/$/,"");return async({limit:r,before:s},o)=>{let u=new URLSearchParams({limit:String(r)});s&&u.set("before",s);let p=await t.getToken?.(),d=await e(`${n}/session/${encodeURIComponent(t.sessionId)}/message?${u}`,{headers:p?{Authorization:`Bearer ${p}`}:void 0,...o?{signal:o}:{}});if(!d.ok)throw d.status===503?new Kt(`session ${d.status}`):new Error(`Session synchronization failed: ${d.status}`);return{messages:await d.json(),nextCursor:d.headers.get("x-next-cursor")||void 0}}}function oy(t){return cy(Qp(t))}function ay(t){return new Es({...t,loadPage:Qp(t)})}async function cy(t){let e=[],n=new Set,r;do{let u=await t({limit:Xp,...r?{before:r}:{}});if(e.push(u.messages),r=u.nextCursor,r&&n.has(r))throw new Error(`Session history cursor repeated: ${r}`);r&&n.add(r)}while(r);let s=[],o=new Set;for(let u=e.length-1;u>=0;u--)for(let p of e[u])o.has(p.info.id)||(o.add(p.info.id),s.push(p));return s}var ly={now:Date.now,setInterval:(t,e)=>setInterval(t,e),clearInterval:t=>clearInterval(t),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},Es=class{options;scheduler;livenessIntervalMs;verifyIntervalMs;lastTailReadAt;retryAttempt=0;tailRetryTimer;snapshot={freshness:"idle",hasOlder:!1,isLoadingOlder:!1};nextCursor;knownUserMessageIds=new Set;olderHistoryStarted=!1;tailRequest;olderRequest;livenessTimer;lastActivityAt;listeners=new Set;destroyed=!1;abortController=new AbortController;constructor(e){this.options=e,this.scheduler=e.scheduler??ly,this.livenessIntervalMs=e.livenessIntervalMs??1e4,this.verifyIntervalMs=e.verifyIntervalMs??3e4,this.lastActivityAt=this.scheduler.now(),this.lastTailReadAt=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"||this.snapshot.freshness==="loading"?"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){let n=this.livenessTimer!==void 0;this.stopLivenessTimer(),n&&!this.destroyed&&this.reconcile("turn-end");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.tailRetryTimer!==void 0&&(this.cancelTimer(this.tailRetryTimer),this.tailRetryTimer=void 0),this.abortController.abort(),this.listeners.clear()}async loadTail(e){this.lastTailReadAt=this.scheduler.now();try{let n=await this.loadPage("tail",e);if(this.destroyed)return;this.rememberUserMessages(n.messages),this.options.hydrate(n.messages),this.olderHistoryStarted||this.setCursor(n.nextCursor),this.update({freshness:"fresh"}),this.options.markLoaded(),this.retryAttempt=0}catch(n){if(this.destroyed||Lp(n)||this.abortController.signal.aborted)return;this.update({freshness:Ht(n)?"loading":"error"}),this.scheduleTailRetry(e)}}scheduleTailRetry(e){if(this.destroyed||this.tailRetryTimer!==void 0)return;let n=Math.min(ny*2**this.retryAttempt,ry);this.retryAttempt+=1,this.tailRetryTimer=this.startTimer(()=>{this.tailRetryTimer=void 0,!this.destroyed&&this.reconcile(e)},n)}async loadPage(e,n,r){let s=this.scheduler.now();try{let o=await this.options.loadPage({limit:e==="tail"?sy:Xp,...r?{before:r}:{}},this.abortController.signal);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,r=>{this.rememberUserMessages(r.messages),this.options.hydrate(r.messages),this.setCursor(r.nextCursor)})}async loadCompleteTurn(e,n,r,s,o){let u=[...e.messages],p=new Set(this.knownUserMessageIds),d=new Set(s?[s]:[]),f=e.nextCursor,m=0;for(let h of e.messages)h.info.role==="user"&&p.add(h.info.id);for(;f&&m<iy&&u.some(h=>h.info.role==="assistant"&&!!h.info.parentID&&!p.has(h.info.parentID));){if(d.has(f))throw new Error(`Session history cursor repeated: ${f}`);d.add(f);let h;try{h=await this.loadPage(n,r,f)}catch(x){throw o?.({messages:[...u],nextCursor:f}),x}if(this.destroyed)return{messages:u,nextCursor:f};m+=1,u.unshift(...h.messages);for(let x of h.messages)x.info.role==="user"&&p.add(x.info.id);f=h.nextCursor,o?.({messages:[...u],nextCursor:f})}return{messages:u,nextCursor:f}}rememberUserMessages(e){for(let n of e)n.info.role==="user"&&this.knownUserMessageIds.add(n.info.id)}async checkLiveness(){if(this.destroyed)return;let e=this.scheduler.now(),n=e-this.lastActivityAt>this.livenessIntervalMs,r=e-this.lastTailReadAt>=this.verifyIntervalMs;!n&&!r||(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 uy(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return`${e}/tunnel/permission-requests/stream`}function py(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,h=!1;function x(l,b){o?.(l,b);let c=f.get(l);if(c)for(let S of c)try{S(b)}catch{}}async function P(){if(h)return;m=new AbortController;let l=d?AbortSignal.any([m.signal,d]):m.signal;try{let b={Accept:"text/event-stream",Authorization:`Bearer ${n}`};r!=="GET"&&s!==void 0&&(b["Content-Type"]="application/json");let c=await fetch(e,{method:r,headers:b,body:r!=="GET"&&s!==void 0?JSON.stringify(s):void 0,signal:l,credentials:"include"});if(!c.ok)throw new Error(`SSE connection failed: ${c.status} ${c.statusText}`);if(!c.body)throw new Error("SSE response has no body");u?.();let S=c.body.getReader(),w=new TextDecoder,R="",j="message",D="";for(;!h;){let{done:q,value:X}=await S.read();if(q)break;R+=w.decode(X,{stream:!0});let W=R.split(`
|
|
77
|
+
`);R=W.pop()||"";for(let y of W)y===""?D&&(x(j,D.trimEnd()),j="message",D=""):y.startsWith("event: ")?j=y.slice(7).trim():y.startsWith("data: ")?D+=(D?`
|
|
78
|
+
`:"")+y.slice(6):y.startsWith("data:")&&(D+=(D?`
|
|
79
|
+
`:"")+y.slice(5))}}catch(b){if(h||b instanceof DOMException&&b.name==="AbortError")return;p?.(b instanceof Error?b:new Error(String(b)))}}function A(){h=!0,m?.abort(),m=null,f.clear()}function I(l,b){let c=f.get(l)??new Set;c.add(b),f.set(l,c)}function E(l,b){f.get(l)?.delete(b)}return{connect:P,close:A,addEventListener:I,removeEventListener:E}}function UR(t,e){return py({...e,url:uy(t)})}var dy="/_kortix/viewer";var Xt=new Map;function gy(){Xt.clear()}async function my(t,e){let n;try{n=await e(t,{credentials:"same-origin",headers:{accept:"application/json"}})}catch{return null}if(n.status===401||n.status===404||!n.ok)return null;let r=await n.json().catch(()=>null);return r&&typeof r.user_id=="string"?r:null}async function Yp(t={}){let e=t.path??dy,n=t.fetch??((o,u)=>fetch(o,u)),r=Xt.get(e);if(r&&!r.inflight&&r.expiresAt>Date.now())return r.session;if(r?.inflight)return r.inflight;let s=my(e,n).then(o=>{let u=o?.expires_at?Date.parse(o.expires_at):Number.NaN,p=Number.isFinite(u)?u-6e4:Date.now()+6e4;return Xt.set(e,{session:o,expiresAt:p}),o});return Xt.set(e,{session:r?.session??null,expiresAt:0,inflight:s}),s}function fy(t={}){return async()=>(await Yp(t))?.access_token??null}export{Tf as ABORT_REASONS,Fv as ABORT_REASONS_NOT_YET_EMITTED,Nt as ACTIVE_INSTANCE_COOKIE,Wf as ATTACHMENT_PART_REF_PREFIX,C as ApiError,Ce as AuthError,fe as BillingError,Ip as COST_MARKUP,kp as DEFAULT_TRANSCRIPT_OPTIONS,Gf as DESTRUCTIVE_PHASES,wr as FEATURE_DISABLED_CODE,Px as FEATURE_FLAG_KEYS,Ad as FEATURE_NOT_SUPPORTED_CODE,Ye as HeadlessAuthError,me as HostBoundaryError,Pd as IMPERSONATION_HEADER,mR as INBOX_OBSERVATION_MAX_MS,Ef as INSTANCE_SCOPED_ROUTES,Rd as MODEL_NOT_SERVABLE_CODE,yR as OPTIMISTIC_ABORT_MAX_MS,kR as OPTIMISTIC_COMPACTION_MAX_MS,pR as OPTIMISTIC_RECEIPT_MAX_MS,tR as PREVIEW_PROBE_TIMEOUT_MS,Td as PROVISION_IN_FLIGHT_CODE,ns as PublicSessionShareError,Ae as RequestTooLargeError,Ne as RuntimeNotReadyError,$r as SANDBOX_FS_ROOTS,ue as SANDBOX_PORTS,Yf as SERVER_COMPACTION_REVALIDATE_MS,dR as SERVER_OBSERVATION_MAX_MS,gR as STREAM_OBSERVATION_MAX_MS,Kt as SandboxNotReadyError,Lt as SessionNotReadyError,Xr as SessionStartError,fR as TURN_END_LEDGER_LAG_MS,TR as WAKE_ESCALATION_COOLDOWN_MS,RR as WAKE_MAX_RESTARTS,AR as WAKE_NO_PROGRESS_MS,hy as __getConfigResolver,yy as __setConfigResolver,Lv as abortErrorReason,Fi as acceptAccountInvite,FC as acceptInvite,hu as actReviewItem,ea as activateConnection,Hl as addGroupMembers,Hu as addMarketplaceSource,ER as advanceWakeEscalation,Ym as allDescendantIds,Vp as appendPreviewToken,mo as approveProjectAccessRequest,Qh as approveTask,Gr as archiveProject,ib as assignTicket,So as attachGroupToProject,gs as authUser,M as authenticatedFetch,ZA as authorizePreviewUrl,i as backendApi,TP as bindSlackIdentity,IP as bindTeamsIdentity,Do as brokerProjectSecretRequest,$f as buildInstancePath,iR as buildPresentationTemplateImageUrl,sR as buildPresentationTemplatePdfUrl,Wp as buildPreviewAuthEndpoint,Hf as buildPublicTemplateUrl,Qf as buildRuntimePresentationConversionUrl,Ea as buildSandboxTemplate,rS as buildStaticFileHealthPreviewUrl,nS as buildStaticFileLocalUrl,tS as buildStaticFilePreviewUrl,Fg as buildStaticFileServicePath,uy as buildTunnelEventStreamUrl,cS as buildWebProxyUrl,bu as bulkActReviewItems,nk as bulkDeletePolicies,rk as bulkImportPolicies,Wo as callConnector,zk as cancelAccountDeletion,Di as cancelAccountInvite,AC as cancelSandbox,rA as cancelSandboxUpdate,el as cancelScheduledChange,Qc as cancelSubscription,xA as checkAccessEmail,dv as childMapByParent,pA as claimComputer,yP as claimPerSeatBilling,oc as claimWarmProjectSession,vp as classifyPart,Xf as classifyPreviewProbeStatus,Gm as classifyTurn,ni as clearImpersonationSession,gy as clearKortixAppViewerCache,Dc as clearModelDefault,T_ as clearSessionFresh,Ja as closeChangeRequest,$b as closeMilestone,cv as collectTurnParts,ab as commentTicket,Ya as commitSessionChanges,SR as compactionExpiryAtMs,Qm as compareMessagesForDisplay,Tp as computeStatusFromPart,sl as configureAutoTopup,Zt as configureKortix,Jc as confirmCheckoutSession,bl as connectEmail,ul as connectSlack,lR as connectionIsFaulted,cg as connectorConnect,lg as connectorFinalize,uw as convertPresentationToGoogleSlides,oR as convertRuntimePresentation,Rt as copyFile,ol as costExportUrl,bR as countLiveInboxPrompts,vi as createAccount,Mu as createAccountAuditWebhook,vu as createAccountToken,Vu as createApp,ep as createAppAccessSession,np as createAppDeployment,pu as createAssignment,Ik as createAuditWebhook,NC as createBackup,Vc as createCheckoutSession,ma as createConnector,At as createFile,Dl as createGatewayKey,Gl as createGroup,ay as createHttpSessionSyncController,cA as createInstance,cm as createKortix,di as createKortixPty,fs as createKortixSession,Mw as createMarketplaceInstallSession,Eb as createMilestone,iu as createOAuthClient,fP as createPerSeatCheckout,ZP as createPolicy,Xc as createPortalSession,Xi as createProject,hb as createProjectAgent,Ru as createProjectCliToken,Qi as createProjectRepo,Ro as createProjectResourceGrant,Qe as createProjectSession,vc as createProjectTrigger,Ql as createRole,py as createSSEStream,_C as createSandbox,_u as createSandboxShare,Ra as createSandboxTemplate,ak as createScimToken,Ck as createServiceAccountApi,pc as createSessionPrompt,rc as createSessionPublicShare,hk as createSsoGroupMapping,Vh as createTask,nb as createTicket,UR as createTunnelEventStream,Li as declineAccountInvite,LC as declineInvite,Vk as deleteAccountImmediately,Qu as deleteApp,jk as deleteAuditWebhook,HC as deleteBackup,ya as deleteConnector,Lb as deleteCredential,ui as deleteEnv,Ie as deleteFile,Ml as deleteGatewayBudget,po as deleteGitHubInstallation,Nl as deleteGroup,lA as deleteInstance,Cb as deleteKortixProject,qb as deleteMilestone,cu as deleteOAuthClient,No as deletePersonalProjectSecret,tk as deletePolicy,xb as deleteProjectAgent,Fo as deleteProjectProviderOAuth,To as deleteProjectResourceGrant,Go as deleteProjectSecret,hc as deleteProjectSession,Ac as deleteProjectTrigger,eu as deleteRole,Ia as deleteSandboxTemplate,Rk as deleteServiceAccountApi,gc as deleteSessionPrompt,bk as deleteSsoGroupMapping,fk as deleteSsoProvider,Yh as deleteTask,cb as deleteTicket,Ui as describeAccountInvite,Ho as describeConnectorTool,Co as detachGroupFromProject,qg as detectLocalhostUrls,Ak as disableServiceAccountApi,xl as disconnectEmail,KA as disconnectGitHubApp,gl as disconnectSlack,Qx as discoverConnectionOAuth2,Yx as discoverConnectionOAuth2Resource,fa as discoverConnectorAuth,SC as discoverLocalSandbox,qA as downloadAccountAudit,Zb as dropClientForUrl,nx as dropPublicClientForUrl,fb as ensurePmSession,Jf as ensurePreviewSessionCookie,Vx as ensureProjectConnectorConnection,Lf as ensureSandbox,ic as ensureWarmProjectSession,Ud as env,us as exchangeCode,ju as exportAccountAudit,de as extractGatewayErrorDetails,st as extractInstanceRoute,Ys as featureDisabledKey,Wv as featureFlags,gP as fetchAccountStateWithToken,hx as fetchAccountsWithToken,VA as fetchAttachmentPart,vP as fetchCostExportCsv,Yp as fetchKortixAppViewer,Da as fetchProjectArchive,Tx as fetchProjectsForAccountWithToken,ng as files,ss as finalizeAppArtifact,CA as finalizeConnectorSetupLink,vt as findFiles,lv as findLastTextPart,Ct as findText,Tc as fireProjectTrigger,Aa as fixSandboxWithAgent,ei as formatBillingErrorForUI,Ev as formatCost,Rv as formatDuration,Uf as formatOpenCodeRuntimeError,Uf as formatRuntimeError,jv as formatTokens,fm as formatTranscript,lm as generateSessionId,Ci as getAccount,Ri as getAccountBranding,Hk as getAccountDeletionStatus,Gc as getAccountState,Bc as getAccountStateMinimal,qf as getActiveInstanceIdFromCookie,nw as getAdminProviderAnalytics,Zk as getAdminProviderDistribution,sw as getAdminProviderFallback,Jk as getAdminRole,Vm as getAgentCardLabel,oP as getAgentConfig,_b as getAgentPersona,eA as getAllVersions,pv as getAnsweredQuestionParts,Ju as getApp,Yu as getAppAccess,sp as getAppDeployment,ip as getAppDeploymentLogs,Iw as getApprovalLink,Le as getAuthToken,Hs as getAuthTokenWithRetry,rl as getAutoTopupSettings,mP as getAutoTopupSetupStatus,Hc as getBillingCreditBreakdown,zc as getBillingTierConfigurations,Kc as getBillingTransactionsSummary,Wc as getBillingUsageHistory,Ka as getChangeRequest,Ha as getChangeRequestDiff,Wa as getChangeRequestMergePreview,QS as getChildSessionError,XS as getChildSessionId,YS as getChildSessionToolParts,be as getClient,ce as getClientForUrl,xa as getConnectStatus,Xx as getConnectionOAuth2Application,r_ as getConnectionOAuth2Status,s_ as getConnectionPolicies,Nr as getConnectorCatalog,pa as getConnectorConfig,la as getConnectorPolicies,SA as getConnectorSetupLink,SP as getCostSummary,Mf as getCurrentInstanceIdFromPathname,Xv as getCurrentInstanceIdFromWindow,ki as getCurrentProject,Yr as getDefaultAccountState,tv as getDiagnostics,zm as getDirectory,Hr as getDiscoverConnector,l_ as getDiscoverIntegration,yl as getEmailInstallation,hl as getEmailMode,Mk as getEnterpriseDemo,St as getFileStatus,Cp as getFileWithDir,Wm as getFilename,Bf as getFullChangelog,Tl as getGatewayBreakdown,jl as getGatewayBudgets,El as getGatewayErrors,ql as getGatewayKeys,Cl as getGatewayLog,Al as getGatewayOverview,Pl as getGatewayRoutingPolicy,Rl as getGatewaySeries,Il as getGatewaySessions,LA as getGitHubAppStatus,so as getGitHubInstallation,lw as getGoogleAuthUrl,Ll as getGroup,VS as getHiddenToolParts,Sd as getImpersonationSession,UC as getInvite,aA as getJustavpsServerTypes,wb as getKortixProject,Sb as getKortixProjectBySession,fi as getKortixPtyWebSocketUrl,ZC as getLatestSandboxVersion,EA as getMaintenanceConfig,vx as getManagedGitStatus,Bu as getMarketplaceCatalogItem,Nu as getMarketplaceCatalogItemFile,lk as getMfaRequired,Tb as getMilestone,Mc as getModelDefaults,su as getOAuthClient,kA as getOAuthConsentRequest,Gp as getOpenCodeConfigInvalidError,WS as getPartText,wk as getPatPolicy,nv as getPermissionForTool,Dr as getProject,Pb as getProjectActivity,Fa as getProjectCommit,La as getProjectCommitDiff,Or as getProjectDetail,Ga as getProjectFileHistory,Ji as getProjectGitToken,Ur as getProjectLlmCatalog,wx as getProjectLlmCatalogProviders,Fr as getProjectModelPicker,Wr as getProjectSandboxHealth,Cx as getProjectSandboxProviderTransition,Vr as getProjectSession,bc as getProjectSessionConfigState,Pc as getProjectSessionScope,tl as getProrationPreview,bC as getProviders,sS as getProxyBaseUrl,tx as getPublicClientForUrl,hA as getPublicMarketplaceItem,bA as getPublicMarketplaceItemFile,xw as getPublicSessionShare,_w as getPublicSessionShareMessages,TA as getPublicShareByToken,OA as getPublicTemplate,rv as getQuestionForTool,LP as getReferralCode,NP as getReferralStats,$v as getRetryInfo,Mv as getRetryMessage,fu as getReviewItem,Jl as getRolePermissions,Xl as getRoleUsage,VC as getSSHConnection,xC as getSandbox,PC as getSandboxById,dC as getSandboxPortUrl,dA as getSandboxProvisionStatus,gA as getSandboxProvisionStreamUrl,YC as getSandboxUpdateStatus,Kp as getSandboxUrl,AA as getSecretSetupLink,Mr as getServerHealth,Nb as getServiceLogs,ac as getSessionAudit,Iv as getSessionCost,es as getSessionCostRecord,up as getSessionHealth,M_ as getSessionOpenBundle,xk as getSessionPolicy,tc as getSessionPreviewCandidates,cc as getSessionTranscript,lc as getSessionTranscriptSync,uc as getSessionTurn,bv as getShellModePart,ml as getSlackChannelFile,ll as getSlackInstallation,dl as getSlackManifest,pl as getSlackMode,dk as getSsoProvider,Lg as getStaticFileHealthPath,kr as getSupabaseAccessToken,oe as getSupabaseAccessTokenWithRetry,Hh as getTask,zh as getTaskStatus,Uw as getTemplate,eb as getTicket,ZS as getToolInfo,ym as getTranscriptFilename,Tv as getTurnCost,vv as getTurnError,Cv as getTurnErrorDetails,Av as getTurnStatus,il as getUsageRollup,$A as getUserRolesWithToken,Ba as getVersionDiff,wv as getWorkingState,MC as grantSandboxProjectAccess,cP as grantSecretToAgent,av as groupMessagesIntoTurns,qv as hasDiffs,eS as hasLocalhostUrls,Ug as hasPreviewTarget,fv as hasRetryingAssistantTurn,Ng as heartbeatGapEvent,fc as holdSessionPrompts,bs as humanizeToolName,Ar as impersonationHeaders,mk as importSsoProviderFromMetadata,hR as inboxObservationSupersedes,Jp as initialWakeEscalationState,Fw as installTemplate,dt as invalidateTokenCache,Mi as inviteAccountMember,xo as inviteProjectMember,zi as inviteRepoCollaborator,Lp as isAbortError,Ph as isAdminBypassEnabled,BS as isAgentPart,jg as isAppRouteUrl,Nm as isAttachment,zf as isAttachmentPartRef,Zs as isBillingError,NS as isCompactionPart,en as isConfigured,QC as isDestructivePhase,pS as isExternalUrl,Qs as isFeatureDisabledError,Bm as isFilePart,kd as isImpersonationSessionLive,Vv as isInstanceDetailPath,jf as isInstanceScopedAppPath,aS as isInternalLocalhostUrl,Ux as isInviteSent,kv as isLastUserMessage,kx as isManagedGithubProject,tC as isOpenCodeConfigInvalidError,HS as isPatchPart,oS as isPreviewUrl,Gg as isProxiableLocalhostUrl,_s as isReasoningPart,Zm as isRetryableTurnError,Xw as isRuntimeReady,Ht as isSandboxNotReadyError,wi as isServerReachable,Za as isSessionFresh,H_ as isSessionStartError,ef as isShellMode,KS as isSnapshotPart,zp as isSubdomainPreviewUrl,Pe as isTextPart,ge as isToolPart,JS as isToolPartHidden,bi as isUnderSandboxRoot,uS as isWebProxyUrl,fy as kortixAppViewerToken,Ld as kortixPty,Ni as leaveAccount,uo as linkGitHubInstallation,ro as linkRepository,Iu as listAccountAudit,$u as listAccountAuditWebhooks,qi as listAccountInvites,$i as listAccountMembers,QP as listAccountResourceGrants,Pk as listAccountSessions,Su as listAccountTokens,Si as listAccounts,sk as listActions,ew as listAdminSandboxes,Vl as listAgentIdentities,Jo as listAllConnections,rp as listAppDeployments,zu as listApps,uu as listAssignments,$k as listAuditEvents,Tk as listAuditWebhooks,BC as listBackups,Nc as listBillingTransactions,Na as listChangeRequests,EP as listChannelBindings,lb as listColumns,a_ as listConnectToolkits,Vo as listConnections,Tt as listConnectorTools,sa as listConnectors,wP as listCostByProject,Ob as listCredentialEvents,Db as listCredentials,Kr as listDiscoverConnectors,c_ as listDiscoverIntegrations,ci as listEnv,Gu as listFeaturedMarketplaces,pb as listFields,wt as listFiles,vl as listGatewayLogs,io as listGitHubInstallations,ao as listGitHubRepositories,co as listGitHubRepositoryBranches,Kl as listGroupMembers,VP as listGroupProjectGrants,Fl as listGroups,vb as listKortixProjectSessions,kb as listKortixProjects,pi as listKortixPty,oo as listLinkableGitHubInstallations,Fu as listMarketplaceCatalogItems,Ku as listMarketplaceSources,Lu as listMarketplaces,JP as listMemberGroups,XP as listMemberProjectAccess,Ib as listMilestoneEvents,Rb as listMilestones,ru as listOAuthClients,Io as listPendingApprovals,_o as listPendingProjectInvites,gu as listPermissions,ha as listPipedreamApps,ba as listPipedreamSections,YP as listPolicies,yo as listProjectAccess,go as listProjectAccessRequests,yb as listProjectAgents,Eu as listProjectAudit,Oa as listProjectBranches,Au as listProjectCliTokens,Ua as listProjectCommits,$a as listProjectFiles,wo as listProjectGroupGrants,ka as listProjectPolicies,Ao as listProjectResourceGrants,Sa as listProjectSandboxTemplates,ja as listProjectSandboxes,$o as listProjectSecrets,Xe as listProjectSessions,va as listProjectSnapshots,Sc as listProjectTriggers,Me as listProjects,Wi as listProjectsForAccount,fA as listPublicMarketplaceItems,yA as listPublicMarketplaces,KP as listReferrals,mu as listReviewItems,zl as listRoles,$C as listSandboxProjectMembers,xu as listSandboxShares,wC as listSandboxes,ok as listScimTokens,vk as listServiceAccountsApi,Bb as listServiceTemplates,Gb as listServices,o_ as listSessionConnectRequests,al as listSessionCosts,dc as listSessionPrompts,nc as listSessionPublicShares,Eo as listSessionsNeedingInput,yk as listSsoGroupMappings,Wh as listTaskEvents,Kh as listTasks,gb as listTemplates,tb as listTicketEvents,Zh as listTickets,oy as loadHttpSessionHistory,uA as markInstanceError,It as markSessionFresh,Va as mergeChangeRequest,rw as migrateAdminSandboxProvider,Je as mkdir,Kg as narrowChatEvent,Zv as normalizeAppPathname,dS as normalizeExternalInput,Gt as normalizeToolName,za as openChangeRequest,ys as openEventStream,DA as openStressTestStream,Re as parseBillingError,Hv as parseFlagOverride,Dt as parseLocalhostUrl,Df as parseOpenCodeErrorPayload,lp as parseProxyHop,xp as parseSubdomainUrl,lS as parseWebProxyUrl,Ab as patchKortixProject,ga as pipedreamConnect,na as pipedreamConnectConnection,Pa as pipedreamFinalize,ra as pipedreamFinalizeConnection,$ as platformConfig,n_ as pollConnectionOAuth2DeviceAuthorization,Uo as pollProjectProviderOAuth,Sl as previewGatewayRoute,uk as previewMfaRequired,tu as probeEffectivePermission,nu as probeEffectivePermissions,nR as probePreviewPort,wR as projectCompacting,cR as projectSessionConnection,K_ as projectSessionStartSeed,xR as projectWorking,Yi as provisionProject,Sx as provisionProjectStream,Ix as provisionProjectWithToken,hp as proxyLocalhostUrl,iS as proxyUrlToInternal,nl as purchaseCredits,Jx as putConnectionOAuth2Application,RC as reactivateSandbox,Yc as reactivateSubscription,We as readBlob,He as readFile,qa as readProjectFile,Ca as rebuildProjectSnapshot,Xo as reconcileConnection,Qo as reconcileMemberConnection,Hb as reconcileServices,PA as recordPlatformLogout,GP as refreshReferralCode,Ze as refreshSession,rs as registerAppArtifact,Zx as registerConnectionOAuth2Client,Wb as registerService,fo as rejectProjectAccessRequest,ev as relativizePath,xc as reloadProjectSessionConfig,_c as reloadProjectSessionConfigStream,Du as removeAccountAuditWebhook,Ei as removeAccountBrandingAsset,Gi as removeAccountMember,Wl as removeGroupMember,mi as removeKortixPty,Wu as removeMarketplaceSource,xe as renameFile,kC as renameSandbox,Xa as reopenChangeRequest,Mb as reopenMilestone,ub as replaceColumns,db as replaceFields,mb as replaceTemplates,Wk as requestAccountDeletion,Qa as requestChangesOnChangeRequest,Ox as requestProjectAccess,Uu as requestProjectConnector,Ou as requestProjectSecret,Oi as resendAccountInvite,ko as resendPendingProjectInvite,ji as resetAccountBranding,ex as resetClient,wl as resetGatewayRoutingPolicy,ps as resetPassword,rx as resetPublicClient,nA as resetSandboxUpdateStatus,jo as resolveApproval,dP as resolvedPlan,Et as restartProjectSession,vC as restartSandbox,KC as restoreBackup,mc as retrySessionPrompt,Fb as revealCredential,kk as revokeAccountSession,Cu as revokeAccountToken,du as revokeAssignment,Zo as revokeConnection,Ol as revokeGatewayKey,Po as revokePendingProjectInvite,bo as revokeProjectAccess,Tu as revokeProjectCliToken,qC as revokeSandboxProjectAccess,Pu as revokeSandboxShare,ck as revokeScimToken,sc as revokeSessionPublicShare,_e as rewriteLocalhostUrl,cp as rollbackApp,au as rotateOAuthClientSecret,Ul as runGatewayPlayground,lo as saveGitHubInstallation,Zc as scheduleDowngrade,Ko as searchConnectorTools,Ma as searchProjectFiles,as as sendMagicLink,HP as sendReferralEmails,vR as serverCompactionRevalidateAtMs,Kb as serviceAction,W_ as sessionStartKey,Qv as setActiveInstanceCookie,_h as setAdminBypass,tw as setAdminProviderDistribution,iw as setAdminProviderFallback,Uc as setAgentScope,oh as setBootstrapAuthToken,ih as setCachedAuthToken,i_ as setConnectionPolicies,aa as setConnectorAuthorizationStrategy,_a as setConnectorCredential,oa as setConnectorCredentialMode,da as setConnectorName,ua as setConnectorPolicies,u_ as setConnectorSecretBinding,ca as setConnectorSensitive,ta as setDefaultConnection,qk as setEnterpriseDemo,li as setEnv,$l as setGatewayBudget,kl as setGatewayRoutingPolicy,BA as setGitHubAppFromExisting,NA as setGitHubAppPat,dh as setImpersonationSession,jA as setMaintenanceConfig,ik as setMemberSuperAdmin,pk as setMfaRequired,qc as setModelDefault,Bo as setPersonalProjectSecret,Z_ as setProjectModelEnablement,no as setProjectOnboardingComplete,Rx as setProjectOnboardingProfile,wa as setProjectPolicies,qo as setProjectSecretStrategy,wc as setProjectSessionModel,kc as setProjectSessionScope,ec as setProjectSessionSharing,Rc as setProjectTriggersActivation,zC as setupSSH,Op as shellExitCode,Cd as shouldAttachImpersonation,Sv as shouldHideResponsePart,Hm as shouldShowToolPart,os as signInWithPassword,ls as signInWithProvider,ms as signOut,is as signUp,gv as sortSessions,zS as splitUserParts,op as startApp,e_ as startConnectionOAuth2Authorization,t_ as startConnectionOAuth2DeviceAuthorization,vA as startConnectorSetupLink,GA as startGitHubAppManifest,Oo as startProjectProviderOAuth,qe as startProjectSession,IA as startSessionWithToken,Xh as startTask,ap as stopApp,jt as stopProjectSession,CC as stopSandbox,sv as stripAnsi,Jv as stripInstancePrefix,ae as stripTrailingSlashes,_A as submitAccessRequest,MA as submitDemoRequest,wA as submitOAuthConsent,yu as submitReviewItem,RA as submitSecretSetupLink,gh as subscribeToImpersonation,kh as supabaseClient,ia as syncConnectors,hP as syncSubscription,sx as systemReload,je as toDaemonPath,Yv as toInstanceAwarePath,Bg as toInternalUrl,Pt as toSandboxAbsolutePath,xi as toWorkspaceRelative,xs as toolInfo,Sf as toolViewModel,tA as triggerSandboxUpdate,Fd as triggersRequest,uv as turnHasSteps,ob as unassignTicket,te as unwrapError,qu as updateAccountAuditWebhook,Ti as updateAccountBranding,Bi as updateAccountMemberRole,Ai as updateAccountName,aP as updateAgentConfig,Xu as updateApp,Zu as updateAppAccess,Ek as updateAuditWebhook,jP as updateChannelBinding,Yo as updateConnectionCredential,_l as updateEmailPolicy,eo as updateExperimentalFeature,Zi as updateFeatureFlag,Bl as updateGroup,gi as updateKortixPty,jb as updateMilestone,ou as updateOAuthClient,ds as updatePassword,Sk as updatePatPolicy,ek as updatePolicy,Lr as updateProject,ho as updateProjectAccess,bb as updateProjectAgent,Lc as updateProjectDefaultAgent,vo as updateProjectGroupGrant,to as updateProjectSandboxProvider,yc as updateProjectSession,Cc as updateProjectTrigger,Yl as updateRole,Zl as updateRolePermissions,Ta as updateSandboxTemplate,_k as updateSessionPolicy,Jh as updateTask,Ax as updateTemplateWarmPool,rb as updateTicket,sb as updateTicketStatus,Ii as uploadAccountBrandingAsset,tp as uploadAppArtifactArchive,zo as uploadConnectorAttachment,ze as uploadFile,fl as uploadSlackChannelFile,Ub as upsertCredential,Lo as upsertProjectGitCredential,Mo as upsertProjectSecret,gk as upsertSsoProvider,Vi as validateProjectManifest,BP as validateReferralCode,Ki as validateToken,DP as verifyGatewayProvider,cs as verifyOtp,$R as wakeEscalationAttemptSummary,jR as wakeEscalationNote,IR as wakeProgressFingerprint,_R as workingExpiryAtMs,Ve as writeFile};
|