@kortix/sdk 0.13.4 → 0.13.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/dist/browser/cache/idb-sync-cache.d.ts +19 -1
  2. package/dist/browser/cache/idb-sync-cache.d.ts.map +1 -1
  3. package/dist/browser/cache/idb-sync-cache.js +39 -4
  4. package/dist/browser/cache/idb-sync-cache.js.map +1 -1
  5. package/dist/browser/session-sync/session-sync-registry.d.ts +20 -0
  6. package/dist/browser/session-sync/session-sync-registry.d.ts.map +1 -1
  7. package/dist/browser/session-sync/session-sync-registry.js +69 -6
  8. package/dist/browser/session-sync/session-sync-registry.js.map +1 -1
  9. package/dist/browser/session-sync/visibility.d.ts +19 -0
  10. package/dist/browser/session-sync/visibility.d.ts.map +1 -0
  11. package/dist/browser/session-sync/visibility.js +16 -0
  12. package/dist/browser/session-sync/visibility.js.map +1 -0
  13. package/dist/browser/stores/sandbox-connection-store.js +1 -1
  14. package/dist/browser/stores/sandbox-connection-store.js.map +1 -1
  15. package/dist/browser/stores/sync-store.d.ts +27 -1
  16. package/dist/browser/stores/sync-store.d.ts.map +1 -1
  17. package/dist/browser/stores/sync-store.js +198 -41
  18. package/dist/browser/stores/sync-store.js.map +1 -1
  19. package/dist/core/client/kortix.d.ts +0 -11
  20. package/dist/core/client/kortix.d.ts.map +1 -1
  21. package/dist/core/client/kortix.js +14 -8
  22. package/dist/core/client/kortix.js.map +1 -1
  23. package/dist/core/rest/projects-client/channels.d.ts +0 -3
  24. package/dist/core/rest/projects-client/channels.d.ts.map +1 -1
  25. package/dist/core/rest/projects-client/channels.js +0 -6
  26. package/dist/core/rest/projects-client/channels.js.map +1 -1
  27. package/dist/core/rest/projects-client/index.d.ts +0 -2
  28. package/dist/core/rest/projects-client/index.d.ts.map +1 -1
  29. package/dist/core/rest/projects-client/index.js +0 -2
  30. package/dist/core/rest/projects-client/index.js.map +1 -1
  31. package/dist/core/rest/projects-client/projects.d.ts +1 -1
  32. package/dist/core/rest/projects-client/projects.d.ts.map +1 -1
  33. package/dist/core/rest/projects-client/projects.js +5 -3
  34. package/dist/core/rest/projects-client/projects.js.map +1 -1
  35. package/dist/core/rest/projects-client/sessions.d.ts +8 -33
  36. package/dist/core/rest/projects-client/sessions.d.ts.map +1 -1
  37. package/dist/core/rest/projects-client/sessions.js +1 -18
  38. package/dist/core/rest/projects-client/sessions.js.map +1 -1
  39. package/dist/core/runtime/attachment-part.d.ts +26 -0
  40. package/dist/core/runtime/attachment-part.d.ts.map +1 -0
  41. package/dist/core/runtime/attachment-part.js +41 -0
  42. package/dist/core/runtime/attachment-part.js.map +1 -0
  43. package/dist/core/runtime/client.d.ts +4 -2
  44. package/dist/core/runtime/client.d.ts.map +1 -1
  45. package/dist/core/runtime/client.js +3 -2
  46. package/dist/core/runtime/client.js.map +1 -1
  47. package/dist/core/runtime/opencode-v2-event-aliases.d.ts +184 -0
  48. package/dist/core/runtime/opencode-v2-event-aliases.d.ts.map +1 -0
  49. package/dist/core/runtime/opencode-v2-event-aliases.js +2 -0
  50. package/dist/core/runtime/opencode-v2-event-aliases.js.map +1 -0
  51. package/dist/core/runtime/pty.d.ts +11 -1
  52. package/dist/core/runtime/pty.d.ts.map +1 -1
  53. package/dist/core/runtime/pty.js +19 -6
  54. package/dist/core/runtime/pty.js.map +1 -1
  55. package/dist/core/session/connection.d.ts +64 -0
  56. package/dist/core/session/connection.d.ts.map +1 -0
  57. package/dist/core/session/connection.js +36 -0
  58. package/dist/core/session/connection.js.map +1 -0
  59. package/dist/core/session/index.d.ts +1 -0
  60. package/dist/core/session/index.d.ts.map +1 -1
  61. package/dist/core/session/index.js +1 -0
  62. package/dist/core/session/index.js.map +1 -1
  63. package/dist/core/session/preview-auth.d.ts +25 -0
  64. package/dist/core/session/preview-auth.d.ts.map +1 -1
  65. package/dist/core/session/preview-auth.js +31 -1
  66. package/dist/core/session/preview-auth.js.map +1 -1
  67. package/dist/core/session/preview-config.d.ts +26 -0
  68. package/dist/core/session/preview-config.d.ts.map +1 -0
  69. package/dist/core/session/preview-config.js +95 -0
  70. package/dist/core/session/preview-config.js.map +1 -0
  71. package/dist/core/session/preview-options.d.ts +25 -0
  72. package/dist/core/session/preview-options.d.ts.map +1 -0
  73. package/dist/core/session/preview-options.js +45 -0
  74. package/dist/core/session/preview-options.js.map +1 -0
  75. package/dist/core/session/preview.d.ts +8 -3
  76. package/dist/core/session/preview.d.ts.map +1 -1
  77. package/dist/core/session/preview.js +11 -4
  78. package/dist/core/session/preview.js.map +1 -1
  79. package/dist/core/session/rewind.d.ts +67 -24
  80. package/dist/core/session/rewind.d.ts.map +1 -1
  81. package/dist/core/session/rewind.js +74 -26
  82. package/dist/core/session/rewind.js.map +1 -1
  83. package/dist/core/session/server-store/active.d.ts +10 -12
  84. package/dist/core/session/server-store/active.d.ts.map +1 -1
  85. package/dist/core/session/server-store/active.js +11 -9
  86. package/dist/core/session/server-store/active.js.map +1 -1
  87. package/dist/core/session/server-store/url-helpers.d.ts +11 -2
  88. package/dist/core/session/server-store/url-helpers.d.ts.map +1 -1
  89. package/dist/core/session/server-store/url-helpers.js +11 -2
  90. package/dist/core/session/server-store/url-helpers.js.map +1 -1
  91. package/dist/core/session/url.d.ts +25 -2
  92. package/dist/core/session/url.d.ts.map +1 -1
  93. package/dist/core/session/url.js +87 -11
  94. package/dist/core/session/url.js.map +1 -1
  95. package/dist/core/session/working.d.ts +44 -0
  96. package/dist/core/session/working.d.ts.map +1 -1
  97. package/dist/core/session/working.js +146 -4
  98. package/dist/core/session/working.js.map +1 -1
  99. package/dist/core/session-sync/durable-log.d.ts +96 -0
  100. package/dist/core/session-sync/durable-log.d.ts.map +1 -0
  101. package/dist/core/session-sync/durable-log.js +94 -0
  102. package/dist/core/session-sync/durable-log.js.map +1 -0
  103. package/dist/core/session-sync/fragment.d.ts +27 -0
  104. package/dist/core/session-sync/fragment.d.ts.map +1 -0
  105. package/dist/core/session-sync/fragment.js +24 -0
  106. package/dist/core/session-sync/fragment.js.map +1 -0
  107. package/dist/core/session-sync/session-sync-controller.d.ts +83 -9
  108. package/dist/core/session-sync/session-sync-controller.d.ts.map +1 -1
  109. package/dist/core/session-sync/session-sync-controller.js +183 -17
  110. package/dist/core/session-sync/session-sync-controller.js.map +1 -1
  111. package/dist/core/turns/grouping.d.ts.map +1 -1
  112. package/dist/core/turns/grouping.js +60 -23
  113. package/dist/core/turns/grouping.js.map +1 -1
  114. package/dist/index.d.ts +1 -0
  115. package/dist/index.d.ts.map +1 -1
  116. package/dist/index.js +1 -0
  117. package/dist/index.js.map +1 -1
  118. package/dist/kortix.esm.min.js +24 -24
  119. package/dist/kortix.global.js +24 -24
  120. package/dist/platform/auth-core.d.ts +13 -1
  121. package/dist/platform/auth-core.d.ts.map +1 -1
  122. package/dist/platform/auth-core.js +13 -1
  123. package/dist/platform/auth-core.js.map +1 -1
  124. package/dist/react/opencode.d.ts +1 -0
  125. package/dist/react/opencode.d.ts.map +1 -1
  126. package/dist/react/opencode.js +3 -0
  127. package/dist/react/opencode.js.map +1 -1
  128. package/dist/react/use-admin-accounts.d.ts +35 -0
  129. package/dist/react/use-admin-accounts.d.ts.map +1 -1
  130. package/dist/react/use-admin-accounts.js +18 -0
  131. package/dist/react/use-admin-accounts.js.map +1 -1
  132. package/dist/react/use-opencode-events/handle-event.d.ts.map +1 -1
  133. package/dist/react/use-opencode-events/handle-event.js +26 -0
  134. package/dist/react/use-opencode-events/handle-event.js.map +1 -1
  135. package/dist/react/use-opencode-events/index.d.ts.map +1 -1
  136. package/dist/react/use-opencode-events/index.js +59 -6
  137. package/dist/react/use-opencode-events/index.js.map +1 -1
  138. package/dist/react/use-opencode-events/rehydrate-targets.d.ts +18 -0
  139. package/dist/react/use-opencode-events/rehydrate-targets.d.ts.map +1 -0
  140. package/dist/react/use-opencode-events/rehydrate-targets.js +20 -0
  141. package/dist/react/use-opencode-events/rehydrate-targets.js.map +1 -0
  142. package/dist/react/use-opencode-events/stream-revival.d.ts +37 -0
  143. package/dist/react/use-opencode-events/stream-revival.d.ts.map +1 -0
  144. package/dist/react/use-opencode-events/stream-revival.js +53 -0
  145. package/dist/react/use-opencode-events/stream-revival.js.map +1 -0
  146. package/dist/react/use-opencode-pty.d.ts +7 -1
  147. package/dist/react/use-opencode-pty.d.ts.map +1 -1
  148. package/dist/react/use-opencode-pty.js +6 -2
  149. package/dist/react/use-opencode-pty.js.map +1 -1
  150. package/dist/react/use-opencode-sessions/agents.d.ts.map +1 -1
  151. package/dist/react/use-opencode-sessions/agents.js +13 -2
  152. package/dist/react/use-opencode-sessions/agents.js.map +1 -1
  153. package/dist/react/use-opencode-sessions/commands.d.ts +12 -0
  154. package/dist/react/use-opencode-sessions/commands.d.ts.map +1 -1
  155. package/dist/react/use-opencode-sessions/commands.js +15 -3
  156. package/dist/react/use-opencode-sessions/commands.js.map +1 -1
  157. package/dist/react/use-opencode-sessions/index.d.ts +1 -0
  158. package/dist/react/use-opencode-sessions/index.d.ts.map +1 -1
  159. package/dist/react/use-opencode-sessions/index.js +1 -0
  160. package/dist/react/use-opencode-sessions/index.js.map +1 -1
  161. package/dist/react/use-opencode-sessions/keys.d.ts +8 -0
  162. package/dist/react/use-opencode-sessions/keys.d.ts.map +1 -1
  163. package/dist/react/use-opencode-sessions/keys.js +8 -0
  164. package/dist/react/use-opencode-sessions/keys.js.map +1 -1
  165. package/dist/react/use-opencode-sessions/providers.d.ts.map +1 -1
  166. package/dist/react/use-opencode-sessions/providers.js +12 -2
  167. package/dist/react/use-opencode-sessions/providers.js.map +1 -1
  168. package/dist/react/use-opencode-sessions/shared.d.ts +23 -0
  169. package/dist/react/use-opencode-sessions/shared.d.ts.map +1 -1
  170. package/dist/react/use-opencode-sessions/shared.js +31 -0
  171. package/dist/react/use-opencode-sessions/shared.js.map +1 -1
  172. package/dist/react/use-opencode-sessions/vcs.d.ts +28 -0
  173. package/dist/react/use-opencode-sessions/vcs.d.ts.map +1 -0
  174. package/dist/react/use-opencode-sessions/vcs.js +42 -0
  175. package/dist/react/use-opencode-sessions/vcs.js.map +1 -0
  176. package/dist/react/use-session-prompts.d.ts +37 -2
  177. package/dist/react/use-session-prompts.d.ts.map +1 -1
  178. package/dist/react/use-session-prompts.js +62 -15
  179. package/dist/react/use-session-prompts.js.map +1 -1
  180. package/dist/react/use-session-send.d.ts +17 -0
  181. package/dist/react/use-session-send.d.ts.map +1 -1
  182. package/dist/react/use-session-send.js +40 -4
  183. package/dist/react/use-session-send.js.map +1 -1
  184. package/dist/react/use-session-sync.d.ts +13 -1
  185. package/dist/react/use-session-sync.d.ts.map +1 -1
  186. package/dist/react/use-session-sync.js +81 -55
  187. package/dist/react/use-session-sync.js.map +1 -1
  188. package/dist/react/use-session-working.d.ts +17 -0
  189. package/dist/react/use-session-working.d.ts.map +1 -1
  190. package/dist/react/use-session-working.js +33 -3
  191. package/dist/react/use-session-working.js.map +1 -1
  192. package/package.json +3 -3
  193. package/dist/browser/session-sync/session-transcript-cache.d.ts +0 -79
  194. package/dist/browser/session-sync/session-transcript-cache.d.ts.map +0 -1
  195. package/dist/browser/session-sync/session-transcript-cache.js +0 -91
  196. package/dist/browser/session-sync/session-transcript-cache.js.map +0 -1
  197. package/dist/core/rest/projects-client/public-voice-join.d.ts +0 -59
  198. package/dist/core/rest/projects-client/public-voice-join.d.ts.map +0 -1
  199. package/dist/core/rest/projects-client/public-voice-join.js +0 -64
  200. package/dist/core/rest/projects-client/public-voice-join.js.map +0 -1
  201. package/dist/core/rest/projects-client/transcription.d.ts +0 -5
  202. package/dist/core/rest/projects-client/transcription.d.ts.map +0 -1
  203. package/dist/core/rest/projects-client/transcription.js +0 -14
  204. package/dist/core/rest/projects-client/transcription.js.map +0 -1
@@ -1,23 +1,23 @@
1
- "use strict";var Kortix=(()=>{var _n=Object.defineProperty;var yd=Object.getOwnPropertyDescriptor;var hd=Object.getOwnPropertyNames;var bd=Object.prototype.hasOwnProperty;var xd=(t,e)=>{for(var n in e)_n(t,n,{get:e[n],enumerable:!0})},_d=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of hd(e))!bd.call(t,s)&&s!==n&&_n(t,s,{get:()=>e[s],enumerable:!(r=yd(e,s))||r.enumerable});return t};var Pd=t=>_d(_n({},"__esModule",{value:!0}),t);var FP={};xd(FP,{ABORT_REASONS:()=>Hp,ABORT_REASONS_NOT_YET_EMITTED:()=>Gx,ACTIVE_INSTANCE_COOKIE:()=>yt,ApiError:()=>v,AuthError:()=>xe,BillingError:()=>ue,COST_MARKUP:()=>zl,DEFAULT_TRANSCRIPT_OPTIONS:()=>Bl,DESTRUCTIVE_PHASES:()=>rd,FEATURE_DISABLED_CODE:()=>Tt,FEATURE_FLAG_KEYS:()=>qm,FEATURE_NOT_SUPPORTED_CODE:()=>Lu,HostBoundaryError:()=>ae,IMPERSONATION_HEADER:()=>Du,INBOX_OBSERVATION_MAX_MS:()=>RP,INSTANCE_SCOPED_ROUTES:()=>Wp,MODEL_NOT_SERVABLE_CODE:()=>Gu,OPTIMISTIC_ABORT_MAX_MS:()=>AP,OPTIMISTIC_COMPACTION_MAX_MS:()=>jP,OPTIMISTIC_RECEIPT_MAX_MS:()=>SP,PREVIEW_PROBE_TIMEOUT_MS:()=>xP,PROVISION_IN_FLIGHT_CODE:()=>Bu,PublicSessionShareError:()=>tn,PublicVoiceJoinError:()=>nn,RequestTooLargeError:()=>_e,RuntimeNotReadyError:()=>$e,SANDBOX_FS_ROOTS:()=>Dt,SANDBOX_PORTS:()=>se,SERVER_COMPACTION_REVALIDATE_MS:()=>ud,SERVER_OBSERVATION_MAX_MS:()=>vP,STREAM_OBSERVATION_MAX_MS:()=>CP,SessionNotReadyError:()=>pt,SessionStartError:()=>Xt,__getConfigResolver:()=>Sd,__setConfigResolver:()=>wd,abortErrorReason:()=>Bx,acceptAccountInvite:()=>ws,acceptInvite:()=>h_,actReviewItem:()=>Vc,activateConnection:()=>Oi,addGroupMembers:()=>Tc,addMarketplaceSource:()=>_l,allDescendantIds:()=>$p,appendPreviewToken:()=>hP,approveProjectAccessRequest:()=>Xs,approveTask:()=>tg,archiveProject:()=>Kt,assignTicket:()=>lg,attachGroupToProject:()=>oi,authenticatedFetch:()=>q,backendApi:()=>i,bindSlackIdentity:()=>Mf,bindTeamsIdentity:()=>Of,brokerProjectSecretRequest:()=>bi,buildInstancePath:()=>Vp,buildPresentationTemplateImageUrl:()=>kP,buildPresentationTemplatePdfUrl:()=>PP,buildPreviewAuthEndpoint:()=>iu,buildPublicTemplateUrl:()=>id,buildRuntimePresentationConversionUrl:()=>cd,buildSandboxTemplate:()=>fo,buildStaticFileHealthPreviewUrl:()=>Sh,buildStaticFileLocalUrl:()=>wh,buildStaticFilePreviewUrl:()=>kh,buildStaticFileServicePath:()=>lp,buildTunnelEventStreamUrl:()=>md,buildWebProxyUrl:()=>Th,bulkActReviewItems:()=>Jc,bulkDeletePolicies:()=>ry,bulkImportPolicies:()=>sy,callConnector:()=>Ti,cancelAccountDeletion:()=>Ly,cancelAccountInvite:()=>_s,cancelSandbox:()=>p_,cancelSandboxUpdate:()=>E_,cancelScheduledChange:()=>qa,cancelSubscription:()=>ja,checkAccessEmail:()=>K_,childMapByParent:()=>Xb,claimComputer:()=>M_,claimPerSeatBilling:()=>Ef,claimWarmProjectSession:()=>Ho,classifyPart:()=>Kl,classifyPreviewProbeStatus:()=>ad,classifyTurn:()=>Sp,clearImpersonationSession:()=>ps,clearModelDefault:()=>ba,clearSessionFresh:()=>gf,closeChangeRequest:()=>$o,closeMilestone:()=>Og,collectTurnParts:()=>Wb,commentTicket:()=>pg,commitSessionChanges:()=>Mo,compactionExpiryAtMs:()=>DP,compareMessagesForDisplay:()=>jp,computeStatusFromPart:()=>Wl,configureAutoTopup:()=>Fa,configureKortix:()=>_t,confirmCheckoutSession:()=>Ia,connectEmail:()=>ec,connectSlack:()=>Ha,convertPresentationToGoogleSlides:()=>Qy,convertRuntimePresentation:()=>wP,copyFile:()=>st,costExportUrl:()=>Ga,countLiveInboxPrompts:()=>TP,createAccount:()=>ms,createAccountAuditWebhook:()=>ll,createAccountToken:()=>el,createApp:()=>wl,createAppAccessSession:()=>Tl,createAppDeployment:()=>El,createAssignment:()=>Bc,createAuditWebhook:()=>Ey,createBackup:()=>__,createCheckoutSession:()=>Ta,createConnector:()=>Qi,createFile:()=>rt,createGatewayKey:()=>xc,createGroup:()=>vc,createHttpSessionSyncController:()=>gd,createInstance:()=>$_,createKortix:()=>bp,createKortixPty:()=>Zr,createMarketplaceInstallSession:()=>rh,createMilestone:()=>qg,createPerSeatCheckout:()=>If,createPolicy:()=>ey,createPortalSession:()=>Ea,createProject:()=>$s,createProjectAgent:()=>Pg,createProjectCliToken:()=>rl,createProjectRepo:()=>Ds,createProjectResourceGrant:()=>ui,createProjectSession:()=>Be,createProjectTrigger:()=>ua,createRole:()=>qc,createSSEStream:()=>fd,createSandbox:()=>s_,createSandboxShare:()=>Qc,createSandboxTemplate:()=>po,createScimToken:()=>cy,createServiceAccountApi:()=>Ry,createSessionPrompt:()=>Jo,createSessionPublicShare:()=>Bo,createSsoGroupMapping:()=>by,createTask:()=>Yd,createTicket:()=>og,createTunnelEventStream:()=>UP,declineAccountInvite:()=>Ss,declineInvite:()=>b_,deleteAccountImmediately:()=>Gy,deleteApp:()=>Cl,deleteAuditWebhook:()=>$y,deleteBackup:()=>k_,deleteConnector:()=>Zi,deleteCredential:()=>Kg,deleteEnv:()=>Qr,deleteFile:()=>we,deleteGatewayBudget:()=>hc,deleteGitHubInstallation:()=>Vs,deleteGroup:()=>Rc,deleteInstance:()=>D_,deleteKortixProject:()=>Ig,deleteMilestone:()=>Fg,deletePersonalProjectSecret:()=>vi,deletePolicy:()=>ny,deleteProjectAgent:()=>wg,deleteProjectProviderOAuth:()=>Pi,deleteProjectResourceGrant:()=>pi,deleteProjectSecret:()=>wi,deleteProjectSession:()=>na,deleteProjectTrigger:()=>da,deleteRole:()=>Uc,deleteSandboxTemplate:()=>mo,deleteServiceAccountApi:()=>Ty,deleteSessionPrompt:()=>Qo,deleteSsoGroupMapping:()=>xy,deleteSsoProvider:()=>yy,deleteTask:()=>ng,deleteTicket:()=>dg,describeAccountInvite:()=>ks,describeConnectorTool:()=>Ai,detachGroupFromProject:()=>ci,detectLocalhostUrls:()=>ap,disableServiceAccountApi:()=>Ay,disconnectEmail:()=>tc,disconnectGitHubApp:()=>mP,disconnectSlack:()=>Va,discoverConnectionOAuth2:()=>ef,discoverConnectionOAuth2Resource:()=>tf,discoverConnectorAuth:()=>Yi,discoverLocalSandbox:()=>c_,downloadAccountAudit:()=>oP,dropClientForUrl:()=>Zg,dropPublicClientForUrl:()=>nm,ensurePmSession:()=>xg,ensurePreviewSessionCookie:()=>bP,ensureProjectConnectorConnection:()=>Qm,ensureSandbox:()=>nd,ensureWarmProjectSession:()=>Ko,env:()=>Cu,exportAccountAudit:()=>al,extractGatewayErrorDetails:()=>ie,extractInstanceRoute:()=>Ke,featureDisabledKey:()=>Kr,featureFlags:()=>Hx,fetchAccountStateWithToken:()=>Af,fetchAccountsWithToken:()=>Dm,fetchCostExportCsv:()=>qf,fetchProjectArchive:()=>_o,fetchProjectsForAccountWithToken:()=>Km,files:()=>$u,finalizeAppArtifact:()=>sn,finalizeConnectorSetupLink:()=>Q_,findFiles:()=>tt,findLastTextPart:()=>zb,findText:()=>nt,fireProjectTrigger:()=>ma,fixSandboxWithAgent:()=>uo,formatBillingErrorForUI:()=>Wr,formatCost:()=>lx,formatDuration:()=>ox,formatOpenCodeRuntimeError:()=>Zp,formatRuntimeError:()=>Zp,formatTokens:()=>ux,formatTranscript:()=>_p,generateSessionId:()=>xp,getAccount:()=>fs,getAccountDeletionStatus:()=>Uy,getAccountState:()=>ka,getAccountStateMinimal:()=>wa,getActiveInstanceIdFromCookie:()=>Xp,getAdminProviderAnalytics:()=>Wy,getAdminProviderDistribution:()=>Ny,getAdminProviderFallback:()=>Vy,getAdminRole:()=>By,getAgentCardLabel:()=>Ip,getAgentConfig:()=>kf,getAgentPersona:()=>Sg,getAllVersions:()=>A_,getAnsweredQuestionParts:()=>Jb,getApp:()=>Sl,getAppAccess:()=>Rl,getAppDeployment:()=>$l,getAppDeploymentLogs:()=>Dl,getApprovalLink:()=>nh,getAuthToken:()=>Je,getAuthTokenWithRetry:()=>Br,getAutoTopupSettings:()=>Ua,getAutoTopupSetupStatus:()=>Tf,getBillingCreditBreakdown:()=>Ca,getBillingTierConfigurations:()=>Aa,getBillingTransactionsSummary:()=>va,getBillingUsageHistory:()=>Ra,getChangeRequest:()=>Ao,getChangeRequestDiff:()=>To,getChangeRequestMergePreview:()=>Io,getChildSessionError:()=>Mb,getChildSessionId:()=>qb,getChildSessionToolParts:()=>Ob,getClient:()=>pe,getClientForUrl:()=>te,getConnectStatus:()=>no,getConnectionOAuth2Application:()=>Zm,getConnectionOAuth2Status:()=>af,getConnectionPolicies:()=>cf,getConnectorCatalog:()=>Ht,getConnectorConfig:()=>Vi,getConnectorPolicies:()=>Wi,getConnectorSetupLink:()=>J_,getCostSummary:()=>Df,getCurrentInstanceIdFromPathname:()=>Jp,getCurrentInstanceIdFromWindow:()=>Vx,getCurrentProject:()=>os,getDefaultAccountState:()=>Qt,getDiagnostics:()=>Lb,getDirectory:()=>Tp,getDiscoverConnector:()=>zt,getDiscoverIntegration:()=>pf,getEmailInstallation:()=>Ya,getEmailMode:()=>Za,getEnterpriseDemo:()=>qy,getFileStatus:()=>et,getFileWithDir:()=>Hl,getFilename:()=>Ap,getFullChangelog:()=>sd,getGatewayBreakdown:()=>dc,getGatewayBudgets:()=>fc,getGatewayErrors:()=>mc,getGatewayKeys:()=>bc,getGatewayLog:()=>lc,getGatewayOverview:()=>uc,getGatewayRoutingPolicy:()=>sc,getGatewaySeries:()=>pc,getGatewaySessions:()=>gc,getGitHubAppStatus:()=>uP,getGitHubInstallation:()=>Gs,getGoogleAuthUrl:()=>Xy,getGroup:()=>Sc,getHiddenToolParts:()=>jb,getImpersonationSession:()=>Ou,getInvite:()=>y_,getJustavpsServerTypes:()=>j_,getKortixProject:()=>Rg,getKortixProjectBySession:()=>Ag,getKortixPtyWebSocketUrl:()=>ns,getLatestSandboxVersion:()=>R_,getMaintenanceConfig:()=>nP,getManagedGitStatus:()=>Lm,getMarketplaceCatalogItem:()=>hl,getMarketplaceCatalogItemFile:()=>bl,getMfaRequired:()=>uy,getMilestone:()=>$g,getModelDefaults:()=>ya,getOAuthConsentRequest:()=>z_,getOpenCodeConfigInvalidError:()=>Zl,getPartText:()=>Ib,getPatPolicy:()=>Sy,getPermissionForTool:()=>Gb,getProject:()=>Ft,getProjectActivity:()=>vg,getProjectCommit:()=>wo,getProjectCommitDiff:()=>So,getProjectDetail:()=>Lt,getProjectFileHistory:()=>vo,getProjectGitToken:()=>js,getProjectLlmCatalog:()=>Gt,getProjectLlmCatalogProviders:()=>Om,getProjectModelPicker:()=>Bt,getProjectSandboxHealth:()=>Vt,getProjectSandboxProviderTransition:()=>Gm,getProjectSession:()=>Jt,getProjectSessionConfigState:()=>ra,getProjectSessionScope:()=>oa,getProrationPreview:()=>Ma,getProviders:()=>n_,getProxyBaseUrl:()=>vh,getPublicClientForUrl:()=>tm,getPublicMarketplaceItem:()=>B_,getPublicMarketplaceItemFile:()=>N_,getPublicSessionShare:()=>Yy,getPublicSessionShareMessages:()=>Zy,getPublicShareByToken:()=>eP,getPublicTemplate:()=>lP,getPublicVoiceJoin:()=>eh,getPublicVoiceTranscript:()=>th,getQuestionForTool:()=>Bb,getReferralCode:()=>Nf,getReferralStats:()=>Wf,getRetryInfo:()=>px,getRetryMessage:()=>dx,getReviewItem:()=>Wc,getRolePermissions:()=>$c,getRoleUsage:()=>Dc,getSSHConnection:()=>S_,getSandbox:()=>r_,getSandboxById:()=>i_,getSandboxPortUrl:()=>t_,getSandboxProvisionStatus:()=>O_,getSandboxProvisionStreamUrl:()=>U_,getSandboxUpdateStatus:()=>C_,getSandboxUrl:()=>nu,getSecretSetupLink:()=>Y_,getServerHealth:()=>qt,getServiceLogs:()=>Jg,getSessionAudit:()=>Wo,getSessionCost:()=>cx,getSessionCostRecord:()=>en,getSessionHealth:()=>Fl,getSessionPolicy:()=>_y,getSessionPreviewCandidates:()=>Lo,getSessionTranscript:()=>zo,getSessionTurn:()=>Vo,getShellModePart:()=>Zb,getSlackChannelFile:()=>Ja,getSlackInstallation:()=>Ka,getSlackManifest:()=>za,getSlackMode:()=>Wa,getSsoProvider:()=>gy,getStaticFileHealthPath:()=>up,getSupabaseAccessToken:()=>Rt,getSupabaseAccessTokenWithRetry:()=>ee,getTask:()=>Jd,getTaskStatus:()=>Qd,getTemplate:()=>sh,getTicket:()=>sg,getToolInfo:()=>Ub,getTranscriptFilename:()=>Pp,getTurnCost:()=>ax,getTurnError:()=>rx,getTurnErrorDetails:()=>sx,getTurnStatus:()=>ix,getUsageRollup:()=>La,getUserRolesWithToken:()=>sP,getVersionDiff:()=>Co,getVoiceTranscript:()=>ea,getWorkingState:()=>tx,grantSandboxProjectAccess:()=>m_,grantSecretToAgent:()=>vf,groupMessagesIntoTurns:()=>Hb,hasDiffs:()=>gx,hasLocalhostUrls:()=>_h,hasPreviewTarget:()=>cp,hasRetryingAssistantTurn:()=>Yb,heartbeatGapEvent:()=>fp,holdSessionPrompts:()=>Zo,humanizeToolName:()=>pn,impersonationHeaders:()=>Ot,importSsoProviderFromMetadata:()=>fy,installTemplate:()=>ih,invalidateTokenCache:()=>Ve,inviteAccountMember:()=>bs,inviteProjectMember:()=>ti,inviteRepoCollaborator:()=>Is,isAbortError:()=>Lx,isAdminBypassEnabled:()=>Em,isAgentPart:()=>Cb,isAppRouteUrl:()=>op,isAttachment:()=>Cp,isBillingError:()=>Hr,isCompactionPart:()=>Rb,isConfigured:()=>Pt,isDestructivePhase:()=>v_,isExternalUrl:()=>jh,isFeatureDisabledError:()=>Nr,isFilePart:()=>vp,isImpersonationSessionLive:()=>qu,isInstanceDetailPath:()=>Wx,isInstanceScopedAppPath:()=>zp,isInternalLocalhostUrl:()=>Ah,isInviteSent:()=>zm,isLastUserMessage:()=>ex,isManagedGithubProject:()=>Mm,isOpenCodeConfigInvalidError:()=>Yx,isPatchPart:()=>Tb,isPreviewUrl:()=>Rh,isProxiableLocalhostUrl:()=>pp,isReasoningPart:()=>gn,isRetryableTurnError:()=>Dp,isRuntimeReady:()=>lh,isSandboxNotReadyError:()=>Yp,isServerReachable:()=>as,isSessionFresh:()=>Uo,isSessionStartError:()=>yf,isShellMode:()=>qp,isSnapshotPart:()=>Ab,isSubdomainPreviewUrl:()=>yP,isTextPart:()=>ye,isToolPart:()=>oe,isToolPartHidden:()=>$b,isUnderSandboxRoot:()=>ss,isWebProxyUrl:()=>Eh,kortixPty:()=>Au,leaveAccount:()=>Rs,linkGitHubInstallation:()=>zs,linkRepository:()=>Ls,listAccountAudit:()=>il,listAccountAuditWebhooks:()=>cl,listAccountInvites:()=>xs,listAccountMembers:()=>hs,listAccountResourceGrants:()=>Yf,listAccountSessions:()=>ky,listAccountTokens:()=>Zc,listAccounts:()=>gs,listActions:()=>iy,listAdminSandboxes:()=>Ky,listAgentIdentities:()=>jc,listAllConnections:()=>ji,listAppDeployments:()=>jl,listApps:()=>kl,listAssignments:()=>Gc,listAuditEvents:()=>Dy,listAuditWebhooks:()=>Iy,listBackups:()=>x_,listBillingTransactions:()=>Sa,listChangeRequests:()=>Ro,listChannelBindings:()=>Lf,listColumns:()=>gg,listConnections:()=>Ei,listConnectorTools:()=>it,listConnectors:()=>Gi,listCostByProject:()=>$f,listCredentialEvents:()=>Gg,listCredentials:()=>Lg,listDiscoverConnectors:()=>Wt,listDiscoverIntegrations:()=>uf,listEnv:()=>Jr,listFeaturedMarketplaces:()=>yl,listFields:()=>fg,listFiles:()=>Ze,listGatewayLogs:()=>cc,listGitHubInstallations:()=>Bs,listGitHubRepositories:()=>Ks,listGitHubRepositoryBranches:()=>Hs,listGroupMembers:()=>Ac,listGroupProjectGrants:()=>Jf,listGroups:()=>wc,listKortixProjectSessions:()=>Tg,listKortixProjects:()=>Cg,listKortixPty:()=>Yr,listLinkableGitHubInstallations:()=>Ns,listMarketplaceCatalogItems:()=>ml,listMarketplaceSources:()=>xl,listMarketplaces:()=>fl,listMemberGroups:()=>Xf,listMemberProjectAccess:()=>Qf,listMilestoneEvents:()=>Dg,listMilestones:()=>jg,listPendingApprovals:()=>di,listPendingProjectInvites:()=>ni,listPermissions:()=>Kc,listPipedreamApps:()=>eo,listPipedreamSections:()=>to,listPolicies:()=>Zf,listProjectAccess:()=>Ys,listProjectAccessRequests:()=>Js,listProjectAgents:()=>_g,listProjectAudit:()=>ol,listProjectBranches:()=>Po,listProjectCliTokens:()=>nl,listProjectCommits:()=>ko,listProjectFiles:()=>ho,listProjectGroupGrants:()=>ii,listProjectPolicies:()=>io,listProjectResourceGrants:()=>li,listProjectSandboxTemplates:()=>ao,listProjectSandboxes:()=>yo,listProjectSecrets:()=>fi,listProjectSessions:()=>Ge,listProjectSnapshots:()=>co,listProjectTriggers:()=>la,listProjects:()=>Re,listProjectsForAccount:()=>Ts,listPublicMarketplaceItems:()=>L_,listPublicMarketplaces:()=>G_,listReferrals:()=>zf,listReviewItems:()=>Hc,listRoles:()=>Ec,listSandboxProjectMembers:()=>g_,listSandboxShares:()=>Xc,listSandboxes:()=>a_,listScimTokens:()=>ay,listServiceAccountsApi:()=>Cy,listServiceTemplates:()=>Vg,listServices:()=>zg,listSessionCosts:()=>Na,listSessionPrompts:()=>Xo,listSessionPublicShares:()=>Go,listSessionsNeedingInput:()=>gi,listSsoGroupMappings:()=>hy,listTaskEvents:()=>Xd,listTasks:()=>Vd,listTemplates:()=>hg,listTicketEvents:()=>ig,listTickets:()=>rg,loadHttpSessionHistory:()=>dd,markInstanceError:()=>q_,markSessionFresh:()=>ot,mergeChangeRequest:()=>jo,migrateAdminSandboxProvider:()=>zy,mkdir:()=>Fe,narrowChatEvent:()=>yp,normalizeAppPathname:()=>Qx,normalizeExternalInput:()=>$h,normalizeToolName:()=>gt,openChangeRequest:()=>Eo,openEventStream:()=>ln,openStressTestStream:()=>aP,parseBillingError:()=>Pe,parseFlagOverride:()=>Kx,parseLocalhostUrl:()=>ut,parseOpenCodeErrorPayload:()=>Qp,parseProxyHop:()=>Ul,parseSubdomainUrl:()=>Gl,parseWebProxyUrl:()=>Ih,patchKortixProject:()=>Eg,pipedreamConnect:()=>Xi,pipedreamConnectConnection:()=>Fi,pipedreamFinalize:()=>so,pipedreamFinalizeConnection:()=>Li,platformConfig:()=>$,pollConnectionOAuth2DeviceAuthorization:()=>of,pollProjectProviderOAuth:()=>_i,previewGatewayRoute:()=>ac,previewMfaRequired:()=>py,probeEffectivePermission:()=>Fc,probeEffectivePermissions:()=>Lc,probePreviewPort:()=>_P,projectCompacting:()=>$P,projectSessionStartSeed:()=>ff,projectWorking:()=>IP,provisionProject:()=>qs,provisionProjectStream:()=>Fm,provisionProjectWithToken:()=>Hm,proxyLocalhostUrl:()=>Ll,proxyUrlToInternal:()=>Ch,purchaseCredits:()=>Oa,putConnectionOAuth2Application:()=>Ym,reactivateSandbox:()=>d_,reactivateSubscription:()=>$a,readBlob:()=>Me,readFile:()=>qe,readProjectFile:()=>xo,rebuildProjectSnapshot:()=>lo,reconcileConnection:()=>$i,reconcileMemberConnection:()=>Di,reconcileServices:()=>Qg,recordPlatformLogout:()=>W_,refreshReferralCode:()=>Kf,registerAppArtifact:()=>rn,registerConnectionOAuth2Client:()=>nf,registerService:()=>Yg,rejectProjectAccessRequest:()=>Qs,relativizePath:()=>Fb,reloadProjectSessionConfig:()=>sa,reloadProjectSessionConfigStream:()=>ia,removeAccountAuditWebhook:()=>pl,removeAccountMember:()=>vs,removeGroupMember:()=>Ic,removeKortixPty:()=>ts,removeMarketplaceSource:()=>Pl,renameFile:()=>de,renameSandbox:()=>o_,reopenChangeRequest:()=>Do,reopenMilestone:()=>Ug,replaceColumns:()=>mg,replaceFields:()=>yg,replaceTemplates:()=>bg,requestAccountDeletion:()=>Fy,requestChangesOnChangeRequest:()=>qo,requestProjectAccess:()=>Wm,requestProjectConnector:()=>gl,requestProjectSecret:()=>dl,resendAccountInvite:()=>Ps,resendPendingProjectInvite:()=>si,resetClient:()=>em,resetGatewayRoutingPolicy:()=>oc,resetPublicClient:()=>rm,resetSandboxUpdateStatus:()=>I_,resolveApproval:()=>mi,resolvedPlan:()=>Rf,restartProjectSession:()=>at,restartSandbox:()=>l_,restoreBackup:()=>P_,retrySessionPrompt:()=>Yo,revealCredential:()=>Ng,revokeAccountSession:()=>wy,revokeAccountToken:()=>tl,revokeAssignment:()=>Nc,revokeConnection:()=>Mi,revokeGatewayKey:()=>_c,revokePendingProjectInvite:()=>ri,revokeProjectAccess:()=>ei,revokeProjectCliToken:()=>sl,revokeSandboxProjectAccess:()=>f_,revokeSandboxShare:()=>Yc,revokeScimToken:()=>ly,revokeSessionPublicShare:()=>No,rewriteLocalhostUrl:()=>me,rollbackApp:()=>Ol,runGatewayPlayground:()=>Pc,saveGitHubInstallation:()=>Ws,scheduleDowngrade:()=>Da,searchConnectorTools:()=>Ri,searchProjectFiles:()=>bo,sendReferralEmails:()=>Vf,serverCompactionRevalidateAtMs:()=>qP,serviceAction:()=>Xg,sessionStartKey:()=>bf,setActiveInstanceCookie:()=>Jx,setAdminBypass:()=>Im,setAdminProviderDistribution:()=>Hy,setAdminProviderFallback:()=>Jy,setAgentScope:()=>xa,setBootstrapAuthToken:()=>Kd,setCachedAuthToken:()=>Nd,setConnectionPolicies:()=>lf,setConnectorAuthorizationStrategy:()=>Ki,setConnectorCredential:()=>ro,setConnectorCredentialMode:()=>Ni,setConnectorName:()=>Ji,setConnectorPolicies:()=>zi,setConnectorSecretBinding:()=>df,setConnectorSensitive:()=>Hi,setDefaultConnection:()=>Ui,setEnterpriseDemo:()=>My,setEnv:()=>Xr,setGatewayBudget:()=>yc,setGatewayRoutingPolicy:()=>ic,setGitHubAppFromExisting:()=>dP,setGitHubAppPat:()=>gP,setImpersonationSession:()=>_m,setMaintenanceConfig:()=>rP,setMeetBotName:()=>rc,setMemberSuperAdmin:()=>oy,setMfaRequired:()=>dy,setModelDefault:()=>ha,setPersonalProjectSecret:()=>Si,setProjectModelEnablement:()=>xf,setProjectOnboardingComplete:()=>Fs,setProjectOnboardingProfile:()=>Nm,setProjectPolicies:()=>oo,setProjectSecretStrategy:()=>hi,setProjectSessionModel:()=>ca,setProjectSessionScope:()=>aa,setProjectSessionSharing:()=>Fo,setProjectTriggersActivation:()=>ga,setupSSH:()=>w_,shellExitCode:()=>Jl,shouldAttachImpersonation:()=>Uu,shouldHideResponsePart:()=>nx,shouldShowToolPart:()=>Rp,sortSessions:()=>Qb,splitUserParts:()=>Eb,startApp:()=>ql,startConnectionOAuth2Authorization:()=>rf,startConnectionOAuth2DeviceAuthorization:()=>sf,startConnectorSetupLink:()=>X_,startGitHubAppManifest:()=>pP,startProjectProviderOAuth:()=>xi,startProjectSession:()=>Ae,startSessionWithToken:()=>tP,startTask:()=>eg,stopApp:()=>Ml,stopProjectSession:()=>ct,stopSandbox:()=>u_,stripAnsi:()=>Kb,stripInstancePrefix:()=>zx,stripTrailingSlashes:()=>ke,submitAccessRequest:()=>H_,submitDemoRequest:()=>iP,submitOAuthConsent:()=>V_,submitReviewItem:()=>zc,submitSecretSetupLink:()=>Z_,subscribeToImpersonation:()=>Pm,supabaseClient:()=>jm,syncConnectors:()=>Bi,syncSubscription:()=>jf,systemReload:()=>im,toDaemonPath:()=>Se,toInstanceAwarePath:()=>Xx,toInternalUrl:()=>dp,toSandboxAbsolutePath:()=>Ye,toWorkspaceRelative:()=>is,toolInfo:()=>dn,toolViewModel:()=>Np,transcribeAudio:()=>kc,triggerSandboxUpdate:()=>T_,triggersRequest:()=>Ru,turnHasSteps:()=>Vb,unassignTicket:()=>ug,unwrapError:()=>Y,updateAccountAuditWebhook:()=>ul,updateAccountMemberRole:()=>Cs,updateAccountName:()=>ys,updateAgentConfig:()=>wf,updateApp:()=>vl,updateAppAccess:()=>Al,updateAuditWebhook:()=>jy,updateChannelBinding:()=>Gf,updateConnectionCredential:()=>qi,updateEmailPolicy:()=>nc,updateExperimentalFeature:()=>Os,updateFeatureFlag:()=>Ms,updateGroup:()=>Cc,updateKortixPty:()=>es,updateMilestone:()=>Mg,updatePatPolicy:()=>vy,updatePolicy:()=>ty,updateProject:()=>Nt,updateProjectAccess:()=>Zs,updateProjectAgent:()=>kg,updateProjectDefaultAgent:()=>Pa,updateProjectGroupGrant:()=>ai,updateProjectSandboxProvider:()=>Us,updateProjectSession:()=>ta,updateProjectTrigger:()=>pa,updateRole:()=>Mc,updateRolePermissions:()=>Oc,updateSandboxTemplate:()=>go,updateSessionPolicy:()=>Py,updateTask:()=>Zd,updateTemplateWarmPool:()=>Bm,updateTicket:()=>ag,updateTicketStatus:()=>cg,uploadAppArtifactArchive:()=>Il,uploadConnectorAttachment:()=>Ii,uploadFile:()=>Oe,uploadSlackChannelFile:()=>Xa,upsertCredential:()=>Bg,upsertProjectGitCredential:()=>ki,upsertProjectSecret:()=>yi,upsertSsoProvider:()=>my,validateProjectManifest:()=>Es,validateReferralCode:()=>Hf,validateToken:()=>As,verifyGatewayProvider:()=>Bf,workingExpiryAtMs:()=>EP,writeFile:()=>Ue});var kd={backendUrl:"",getToken:async()=>null},Pn=null,xt=null;function wd(t){xt=t}function Sd(){return xt}function _t(t,e){e?.global!==!1&&(Pn=t)}function $(){return xt?.()??Pn??kd}function Pt(){return Pn!==null||xt?.()!==void 0}var cu=({onRequest:t,onSseError:e,onSseEvent:n,responseTransformer:r,responseValidator:s,sseDefaultRetryDelay:o,sseMaxRetryAttempts:u,sseMaxRetryDelay:p,sseSleepFn:d,url:f,...m})=>{let b,x=d??(C=>new Promise(l=>setTimeout(l,C)));return{stream:async function*(){let C=o??3e3,l=0,y=m.signal??new AbortController().signal;for(;!y.aborted;){l++;let c=m.headers instanceof Headers?m.headers:new Headers(m.headers);b!==void 0&&c.set("Last-Event-ID",b);try{let R={redirect:"follow",...m,body:m.serializedBody,headers:c,signal:y},A=new Request(f,R);t&&(A=await t(f,R));let D=await(m.fetch??globalThis.fetch)(A);if(!D.ok)throw new Error(`SSE failed: ${D.status} ${D.statusText}`);if(!D.body)throw new Error("No body in SSE response");let j=D.body.pipeThrough(new TextDecoderStream).getReader(),T="",z=()=>{try{j.cancel()}catch{}};y.addEventListener("abort",z);try{for(;;){let{done:V,value:h}=await j.read();if(V)break;T+=h,T=T.replace(/\r\n/g,`
1
+ "use strict";var Kortix=(()=>{var Pn=Object.defineProperty;var Cd=Object.getOwnPropertyDescriptor;var Rd=Object.getOwnPropertyNames;var Ad=Object.prototype.hasOwnProperty;var Td=(t,e)=>{for(var n in e)Pn(t,n,{get:e[n],enumerable:!0})},Id=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Rd(e))!Ad.call(t,s)&&s!==n&&Pn(t,s,{get:()=>e[s],enumerable:!(r=Cd(e,s))||r.enumerable});return t};var Ed=t=>Id(Pn({},"__esModule",{value:!0}),t);var YP={};Td(YP,{ABORT_REASONS:()=>Zp,ABORT_REASONS_NOT_YET_EMITTED:()=>Yx,ACTIVE_INSTANCE_COOKIE:()=>yt,ATTACHMENT_PART_REF_PREFIX:()=>md,ApiError:()=>v,AuthError:()=>be,BillingError:()=>pe,COST_MARKUP:()=>zl,DEFAULT_TRANSCRIPT_OPTIONS:()=>Bl,DESTRUCTIVE_PHASES:()=>pd,FEATURE_DISABLED_CODE:()=>Tt,FEATURE_FLAG_KEYS:()=>Hm,FEATURE_NOT_SUPPORTED_CODE:()=>qu,HostBoundaryError:()=>le,IMPERSONATION_HEADER:()=>Tu,INBOX_OBSERVATION_MAX_MS:()=>UP,INSTANCE_SCOPED_ROUTES:()=>ed,MODEL_NOT_SERVABLE_CODE:()=>Mu,OPTIMISTIC_ABORT_MAX_MS:()=>LP,OPTIMISTIC_COMPACTION_MAX_MS:()=>KP,OPTIMISTIC_RECEIPT_MAX_MS:()=>qP,PREVIEW_PROBE_TIMEOUT_MS:()=>AP,PROVISION_IN_FLIGHT_CODE:()=>Ou,PublicSessionShareError:()=>rn,RequestTooLargeError:()=>xe,RuntimeNotReadyError:()=>$e,SANDBOX_FS_ROOTS:()=>Ft,SANDBOX_PORTS:()=>oe,SERVER_COMPACTION_REVALIDATE_MS:()=>_d,SERVER_OBSERVATION_MAX_MS:()=>MP,STREAM_OBSERVATION_MAX_MS:()=>OP,SessionNotReadyError:()=>pt,SessionStartError:()=>Qt,TURN_END_LEDGER_LAG_MS:()=>FP,__getConfigResolver:()=>Dd,__setConfigResolver:()=>$d,abortErrorReason:()=>Qx,acceptAccountInvite:()=>Cs,acceptInvite:()=>R_,actReviewItem:()=>Vc,activateConnection:()=>Li,addGroupMembers:()=>Tc,addMarketplaceSource:()=>_l,allDescendantIds:()=>Gp,appendPreviewToken:()=>au,approveProjectAccessRequest:()=>Zs,approveTask:()=>Cg,archiveProject:()=>Wt,assignTicket:()=>Dg,attachGroupToProject:()=>li,authenticatedFetch:()=>q,authorizePreviewUrl:()=>RP,backendApi:()=>i,bindSlackIdentity:()=>Wf,bindTeamsIdentity:()=>zf,brokerProjectSecretRequest:()=>Pi,buildInstancePath:()=>nd,buildPresentationTemplateImageUrl:()=>EP,buildPresentationTemplatePdfUrl:()=>IP,buildPreviewAuthEndpoint:()=>iu,buildPublicTemplateUrl:()=>gd,buildRuntimePresentationConversionUrl:()=>xd,buildSandboxTemplate:()=>bo,buildStaticFileHealthPreviewUrl:()=>$h,buildStaticFileLocalUrl:()=>jh,buildStaticFilePreviewUrl:()=>Eh,buildStaticFileServicePath:()=>yp,buildTunnelEventStreamUrl:()=>Sd,buildWebProxyUrl:()=>Uh,bulkActReviewItems:()=>Jc,bulkDeletePolicies:()=>gy,bulkImportPolicies:()=>my,callConnector:()=>ji,cancelAccountDeletion:()=>Xy,cancelAccountInvite:()=>ws,cancelSandbox:()=>P_,cancelSandboxUpdate:()=>G_,cancelScheduledChange:()=>Oa,cancelSubscription:()=>Da,checkAccessEmail:()=>eP,childMapByParent:()=>ox,claimComputer:()=>W_,claimPerSeatBilling:()=>Gf,claimWarmProjectSession:()=>Vo,classifyPart:()=>Kl,classifyPreviewProbeStatus:()=>bd,classifyTurn:()=>Ep,clearImpersonationSession:()=>Yr,clearModelDefault:()=>_a,clearSessionFresh:()=>wf,closeChangeRequest:()=>Mo,closeMilestone:()=>cm,collectTurnParts:()=>nx,commentTicket:()=>Mg,commitSessionChanges:()=>Fo,compactionExpiryAtMs:()=>WP,compareMessagesForDisplay:()=>Lp,computeStatusFromPart:()=>Wl,configureAutoTopup:()=>Ga,configureKortix:()=>_t,confirmCheckoutSession:()=>ja,connectEmail:()=>nc,connectSlack:()=>za,connectionIsFaulted:()=>DP,convertPresentationToGoogleSlides:()=>ah,convertRuntimePresentation:()=>jP,copyFile:()=>st,costExportUrl:()=>Na,countLiveInboxPrompts:()=>GP,createAccount:()=>hs,createAccountAuditWebhook:()=>ll,createAccountToken:()=>el,createApp:()=>wl,createAppAccessSession:()=>Tl,createAppDeployment:()=>El,createAssignment:()=>Bc,createAuditWebhook:()=>Gy,createBackup:()=>I_,createCheckoutSession:()=>Ea,createConnector:()=>eo,createFile:()=>rt,createGatewayKey:()=>_c,createGroup:()=>vc,createHttpSessionSyncController:()=>wd,createInstance:()=>N_,createKortix:()=>vp,createKortixPty:()=>os,createMarketplaceInstallSession:()=>ph,createMilestone:()=>om,createPerSeatCheckout:()=>Lf,createPolicy:()=>uy,createPortalSession:()=>$a,createProject:()=>Ms,createProjectAgent:()=>Wg,createProjectCliToken:()=>rl,createProjectRepo:()=>Os,createProjectResourceGrant:()=>gi,createProjectSession:()=>Be,createProjectTrigger:()=>da,createRole:()=>qc,createSSEStream:()=>vd,createSandbox:()=>m_,createSandboxShare:()=>Yc,createSandboxTemplate:()=>fo,createScimToken:()=>by,createServiceAccountApi:()=>Oy,createSessionPrompt:()=>Qo,createSessionPublicShare:()=>Ho,createSsoGroupMapping:()=>Ay,createTask:()=>wg,createTicket:()=>Eg,createTunnelEventStream:()=>XP,declineAccountInvite:()=>Rs,declineInvite:()=>A_,deleteAccountImmediately:()=>Yy,deleteApp:()=>Cl,deleteAuditWebhook:()=>Ny,deleteBackup:()=>j_,deleteConnector:()=>no,deleteCredential:()=>fm,deleteEnv:()=>ss,deleteFile:()=>Se,deleteGatewayBudget:()=>bc,deleteGitHubInstallation:()=>Ys,deleteGroup:()=>Rc,deleteInstance:()=>K_,deleteKortixProject:()=>tm,deleteMilestone:()=>um,deletePersonalProjectSecret:()=>Ai,deletePolicy:()=>dy,deleteProjectAgent:()=>Vg,deleteProjectProviderOAuth:()=>Si,deleteProjectResourceGrant:()=>mi,deleteProjectSecret:()=>Ci,deleteProjectSession:()=>sa,deleteProjectTrigger:()=>ma,deleteRole:()=>Uc,deleteSandboxTemplate:()=>ho,deleteServiceAccountApi:()=>Fy,deleteSessionPrompt:()=>ea,deleteSsoGroupMapping:()=>Ty,deleteSsoProvider:()=>Cy,deleteTask:()=>Rg,deleteTicket:()=>Og,describeAccountInvite:()=>vs,describeConnectorTool:()=>Ei,detachGroupFromProject:()=>pi,detectLocalhostUrls:()=>dp,disableServiceAccountApi:()=>Uy,disconnectEmail:()=>rc,disconnectGitHubApp:()=>SP,disconnectSlack:()=>Xa,discoverConnectionOAuth2:()=>pf,discoverConnectionOAuth2Resource:()=>df,discoverConnectorAuth:()=>to,discoverLocalSandbox:()=>b_,downloadAccountAudit:()=>yP,dropClientForUrl:()=>Sm,dropPublicClientForUrl:()=>Rm,ensurePmSession:()=>Kg,ensurePreviewSessionCookie:()=>hd,ensureProjectConnectorConnection:()=>cf,ensureSandbox:()=>ud,ensureWarmProjectSession:()=>zo,env:()=>Bu,exportAccountAudit:()=>al,extractGatewayErrorDetails:()=>ae,extractInstanceRoute:()=>Ke,featureDisabledKey:()=>Hr,featureFlags:()=>t_,fetchAccountStateWithToken:()=>Uf,fetchAccountsWithToken:()=>Km,fetchAttachmentPart:()=>vP,fetchCostExportCsv:()=>Hf,fetchProjectArchive:()=>wo,fetchProjectsForAccountWithToken:()=>ef,files:()=>Ju,finalizeAppArtifact:()=>on,finalizeConnectorSetupLink:()=>aP,findFiles:()=>tt,findLastTextPart:()=>rx,findText:()=>nt,fireProjectTrigger:()=>ya,fixSandboxWithAgent:()=>mo,formatBillingErrorForUI:()=>zr,formatCost:()=>xx,formatDuration:()=>yx,formatOpenCodeRuntimeError:()=>ad,formatRuntimeError:()=>ad,formatTokens:()=>_x,formatTranscript:()=>Rp,generateSessionId:()=>Cp,getAccount:()=>bs,getAccountDeletionStatus:()=>Vy,getAccountState:()=>Sa,getAccountStateMinimal:()=>va,getActiveInstanceIdFromCookie:()=>sd,getAdminProviderAnalytics:()=>nh,getAdminProviderDistribution:()=>Zy,getAdminProviderFallback:()=>sh,getAdminRole:()=>Qy,getAgentCardLabel:()=>Op,getAgentConfig:()=>jf,getAgentPersona:()=>Jg,getAllVersions:()=>U_,getAnsweredQuestionParts:()=>ix,getApp:()=>Sl,getAppAccess:()=>Rl,getAppDeployment:()=>$l,getAppDeploymentLogs:()=>Dl,getApprovalLink:()=>uh,getAuthToken:()=>Ie,getAuthTokenWithRetry:()=>Nr,getAutoTopupSettings:()=>La,getAutoTopupSetupStatus:()=>Ff,getBillingCreditBreakdown:()=>Aa,getBillingTierConfigurations:()=>Ia,getBillingTransactionsSummary:()=>Ra,getBillingUsageHistory:()=>Ta,getChangeRequest:()=>Eo,getChangeRequestDiff:()=>jo,getChangeRequestMergePreview:()=>$o,getChildSessionError:()=>Hb,getChildSessionId:()=>Kb,getChildSessionToolParts:()=>Wb,getClient:()=>de,getClientForUrl:()=>se,getConnectStatus:()=>io,getConnectionOAuth2Application:()=>uf,getConnectionOAuth2Status:()=>hf,getConnectionPolicies:()=>bf,getConnectorCatalog:()=>zt,getConnectorConfig:()=>Yi,getConnectorPolicies:()=>Ji,getConnectorSetupLink:()=>iP,getCostSummary:()=>Kf,getCurrentInstanceIdFromPathname:()=>rd,getCurrentInstanceIdFromWindow:()=>s_,getCurrentProject:()=>gs,getDefaultAccountState:()=>Zt,getDiagnostics:()=>Jb,getDirectory:()=>Mp,getDiscoverConnector:()=>Jt,getDiscoverIntegration:()=>Pf,getEmailInstallation:()=>ec,getEmailMode:()=>tc,getEnterpriseDemo:()=>Hy,getFileStatus:()=>et,getFileWithDir:()=>Hl,getFilename:()=>qp,getFullChangelog:()=>dd,getGatewayBreakdown:()=>gc,getGatewayBudgets:()=>yc,getGatewayErrors:()=>fc,getGatewayKeys:()=>xc,getGatewayLog:()=>uc,getGatewayOverview:()=>pc,getGatewayRoutingPolicy:()=>ic,getGatewaySeries:()=>dc,getGatewaySessions:()=>mc,getGitHubAppStatus:()=>_P,getGitHubInstallation:()=>Ks,getGoogleAuthUrl:()=>oh,getGroup:()=>Sc,getHiddenToolParts:()=>Gb,getImpersonationSession:()=>ju,getInvite:()=>C_,getJustavpsServerTypes:()=>B_,getKortixProject:()=>Qg,getKortixProjectBySession:()=>Zg,getKortixPtyWebSocketUrl:()=>ls,getLatestSandboxVersion:()=>O_,getMaintenanceConfig:()=>dP,getManagedGitStatus:()=>Xm,getMarketplaceCatalogItem:()=>hl,getMarketplaceCatalogItemFile:()=>bl,getMfaRequired:()=>_y,getMilestone:()=>sm,getModelDefaults:()=>ba,getOAuthConsentRequest:()=>rP,getOpenCodeConfigInvalidError:()=>Zl,getPartText:()=>Fb,getPatPolicy:()=>Dy,getPermissionForTool:()=>Xb,getProject:()=>Gt,getProjectActivity:()=>Xg,getProjectCommit:()=>Co,getProjectCommitDiff:()=>Ro,getProjectDetail:()=>Bt,getProjectFileHistory:()=>Ao,getProjectGitToken:()=>qs,getProjectLlmCatalog:()=>Nt,getProjectLlmCatalogProviders:()=>zm,getProjectModelPicker:()=>Kt,getProjectSandboxHealth:()=>Xt,getProjectSandboxProviderTransition:()=>Ym,getProjectSession:()=>Yt,getProjectSessionConfigState:()=>ia,getProjectSessionScope:()=>ca,getProrationPreview:()=>Ua,getProviders:()=>d_,getProxyBaseUrl:()=>Dh,getPublicClientForUrl:()=>Cm,getPublicMarketplaceItem:()=>Q_,getPublicMarketplaceItemFile:()=>Z_,getPublicSessionShare:()=>ch,getPublicSessionShareMessages:()=>lh,getPublicShareByToken:()=>uP,getPublicTemplate:()=>xP,getQuestionForTool:()=>Yb,getReferralCode:()=>Zf,getReferralStats:()=>ny,getRetryInfo:()=>Px,getRetryMessage:()=>kx,getReviewItem:()=>Wc,getRolePermissions:()=>$c,getRoleUsage:()=>Dc,getSSHConnection:()=>D_,getSandbox:()=>g_,getSandboxById:()=>f_,getSandboxPortUrl:()=>p_,getSandboxProvisionStatus:()=>z_,getSandboxProvisionStreamUrl:()=>V_,getSandboxUpdateStatus:()=>M_,getSandboxUrl:()=>nu,getSecretSetupLink:()=>cP,getServerHealth:()=>Lt,getServiceLogs:()=>_m,getSessionAudit:()=>Jo,getSessionCost:()=>bx,getSessionCostRecord:()=>nn,getSessionHealth:()=>Fl,getSessionPolicy:()=>Iy,getSessionPreviewCandidates:()=>No,getSessionTranscript:()=>Xo,getSessionTurn:()=>Yo,getShellModePart:()=>lx,getSlackChannelFile:()=>Ya,getSlackInstallation:()=>Wa,getSlackManifest:()=>Ja,getSlackMode:()=>Va,getSsoProvider:()=>wy,getStaticFileHealthPath:()=>hp,getSupabaseAccessToken:()=>Rt,getSupabaseAccessTokenWithRetry:()=>te,getTask:()=>_g,getTaskStatus:()=>kg,getTemplate:()=>dh,getTicket:()=>Tg,getToolInfo:()=>zb,getTranscriptFilename:()=>Ap,getTurnCost:()=>hx,getTurnError:()=>gx,getTurnErrorDetails:()=>mx,getTurnStatus:()=>fx,getUsageRollup:()=>Ba,getUserRolesWithToken:()=>mP,getVersionDiff:()=>To,getWorkingState:()=>px,grantSandboxProjectAccess:()=>S_,grantSecretToAgent:()=>qf,groupMessagesIntoTurns:()=>tx,hasDiffs:()=>wx,hasLocalhostUrls:()=>Ah,hasPreviewTarget:()=>fp,hasRetryingAssistantTurn:()=>cx,heartbeatGapEvent:()=>kp,holdSessionPrompts:()=>na,humanizeToolName:()=>dn,impersonationHeaders:()=>Et,importSsoProviderFromMetadata:()=>vy,installTemplate:()=>gh,invalidateTokenCache:()=>Ve,inviteAccountMember:()=>Ps,inviteProjectMember:()=>si,inviteRepoCollaborator:()=>$s,isAbortError:()=>Xx,isAdminBypassEnabled:()=>yg,isAgentPart:()=>qb,isAppRouteUrl:()=>pp,isAttachment:()=>$p,isAttachmentPartRef:()=>fd,isBillingError:()=>Wr,isCompactionPart:()=>Mb,isConfigured:()=>Pt,isDestructivePhase:()=>q_,isExternalUrl:()=>Gh,isFeatureDisabledError:()=>Kr,isFilePart:()=>jp,isImpersonationSessionLive:()=>Iu,isInstanceDetailPath:()=>n_,isInstanceScopedAppPath:()=>td,isInternalLocalhostUrl:()=>Oh,isInviteSent:()=>rf,isLastUserMessage:()=>ux,isManagedGithubProject:()=>Wm,isOpenCodeConfigInvalidError:()=>c_,isPatchPart:()=>Ub,isPreviewUrl:()=>Mh,isProxiableLocalhostUrl:()=>bp,isReasoningPart:()=>mn,isRetryableTurnError:()=>Bp,isRuntimeReady:()=>hh,isSandboxNotReadyError:()=>od,isServerReachable:()=>ms,isSessionFresh:()=>Go,isSessionStartError:()=>Cf,isShellMode:()=>Np,isSnapshotPart:()=>Ob,isSubdomainPreviewUrl:()=>ou,isTextPart:()=>he,isToolPart:()=>ce,isToolPartHidden:()=>Bb,isUnderSandboxRoot:()=>ps,isWebProxyUrl:()=>Lh,kortixPty:()=>Ku,leaveAccount:()=>Is,linkGitHubInstallation:()=>Xs,linkRepository:()=>Ns,listAccountAudit:()=>il,listAccountAuditWebhooks:()=>cl,listAccountInvites:()=>ks,listAccountMembers:()=>_s,listAccountResourceGrants:()=>cy,listAccountSessions:()=>jy,listAccountTokens:()=>Zc,listAccounts:()=>ys,listActions:()=>fy,listAdminSandboxes:()=>eh,listAgentIdentities:()=>jc,listAllConnections:()=>qi,listAppDeployments:()=>jl,listApps:()=>kl,listAssignments:()=>Gc,listAuditEvents:()=>Ky,listAuditWebhooks:()=>Ly,listBackups:()=>T_,listBillingTransactions:()=>Ca,listChangeRequests:()=>Io,listChannelBindings:()=>Xf,listColumns:()=>Ug,listConnections:()=>Di,listConnectorTools:()=>it,listConnectors:()=>Ki,listCostByProject:()=>Nf,listCredentialEvents:()=>dm,listCredentials:()=>pm,listDiscoverConnectors:()=>Vt,listDiscoverIntegrations:()=>_f,listEnv:()=>ns,listFeaturedMarketplaces:()=>yl,listFields:()=>Lg,listFiles:()=>Ze,listGatewayLogs:()=>lc,listGitHubInstallations:()=>Hs,listGitHubRepositories:()=>zs,listGitHubRepositoryBranches:()=>Vs,listGroupMembers:()=>Ac,listGroupProjectGrants:()=>iy,listGroups:()=>wc,listKortixProjectSessions:()=>em,listKortixProjects:()=>Yg,listKortixPty:()=>is,listLinkableGitHubInstallations:()=>Ws,listMarketplaceCatalogItems:()=>ml,listMarketplaceSources:()=>xl,listMarketplaces:()=>fl,listMemberGroups:()=>oy,listMemberProjectAccess:()=>ay,listMilestoneEvents:()=>im,listMilestones:()=>rm,listPendingApprovals:()=>fi,listPendingProjectInvites:()=>ii,listPermissions:()=>Kc,listPipedreamApps:()=>ro,listPipedreamSections:()=>so,listPolicies:()=>ly,listProjectAccess:()=>ti,listProjectAccessRequests:()=>Qs,listProjectAgents:()=>Hg,listProjectAudit:()=>ol,listProjectBranches:()=>So,listProjectCliTokens:()=>nl,listProjectCommits:()=>vo,listProjectFiles:()=>_o,listProjectGroupGrants:()=>ci,listProjectPolicies:()=>co,listProjectResourceGrants:()=>di,listProjectSandboxTemplates:()=>uo,listProjectSandboxes:()=>xo,listProjectSecrets:()=>bi,listProjectSessions:()=>Ge,listProjectSnapshots:()=>po,listProjectTriggers:()=>pa,listProjects:()=>Ce,listProjectsForAccount:()=>js,listPublicMarketplaceItems:()=>X_,listPublicMarketplaces:()=>Y_,listReferrals:()=>ry,listReviewItems:()=>Hc,listRoles:()=>Ec,listSandboxProjectMembers:()=>w_,listSandboxShares:()=>Xc,listSandboxes:()=>h_,listScimTokens:()=>hy,listServiceAccountsApi:()=>My,listServiceTemplates:()=>xm,listServices:()=>bm,listSessionCosts:()=>Ha,listSessionPrompts:()=>Zo,listSessionPublicShares:()=>Ko,listSessionsNeedingInput:()=>yi,listSsoGroupMappings:()=>Ry,listTaskEvents:()=>Pg,listTasks:()=>xg,listTemplates:()=>Bg,listTicketEvents:()=>Ig,listTickets:()=>Ag,loadHttpSessionHistory:()=>kd,markInstanceError:()=>H_,markSessionFresh:()=>ot,mergeChangeRequest:()=>qo,migrateAdminSandboxProvider:()=>rh,mkdir:()=>Fe,narrowChatEvent:()=>wp,normalizeAppPathname:()=>a_,normalizeExternalInput:()=>Bh,normalizeToolName:()=>gt,openChangeRequest:()=>Do,openEventStream:()=>un,openStressTestStream:()=>hP,parseBillingError:()=>_e,parseFlagOverride:()=>e_,parseLocalhostUrl:()=>ut,parseOpenCodeErrorPayload:()=>id,parseProxyHop:()=>Ul,parseSubdomainUrl:()=>Gl,parseWebProxyUrl:()=>Fh,patchKortixProject:()=>nm,pipedreamConnect:()=>Zi,pipedreamConnectConnection:()=>Bi,pipedreamFinalize:()=>ao,pipedreamFinalizeConnection:()=>Ni,platformConfig:()=>D,pollConnectionOAuth2DeviceAuthorization:()=>yf,pollProjectProviderOAuth:()=>wi,previewGatewayRoute:()=>cc,previewMfaRequired:()=>Py,probeEffectivePermission:()=>Fc,probeEffectivePermissions:()=>Lc,probePreviewPort:()=>TP,projectCompacting:()=>HP,projectSessionConnection:()=>$P,projectSessionStartSeed:()=>vf,projectWorking:()=>BP,provisionProject:()=>Us,provisionProjectStream:()=>Jm,provisionProjectWithToken:()=>tf,proxyLocalhostUrl:()=>Ll,proxyUrlToInternal:()=>qh,purchaseCredits:()=>Fa,putConnectionOAuth2Application:()=>lf,reactivateSandbox:()=>k_,reactivateSubscription:()=>qa,readBlob:()=>Me,readFile:()=>qe,readProjectFile:()=>ko,rebuildProjectSnapshot:()=>go,reconcileConnection:()=>Mi,reconcileMemberConnection:()=>Oi,reconcileServices:()=>km,recordPlatformLogout:()=>nP,refreshReferralCode:()=>ey,registerAppArtifact:()=>sn,registerConnectionOAuth2Client:()=>gf,registerService:()=>wm,rejectProjectAccessRequest:()=>ei,relativizePath:()=>Vb,reloadProjectSessionConfig:()=>oa,reloadProjectSessionConfigStream:()=>aa,removeAccountAuditWebhook:()=>pl,removeAccountMember:()=>As,removeGroupMember:()=>Ic,removeKortixPty:()=>cs,removeMarketplaceSource:()=>Pl,renameFile:()=>ge,renameSandbox:()=>y_,reopenChangeRequest:()=>Oo,reopenMilestone:()=>lm,replaceColumns:()=>Fg,replaceFields:()=>Gg,replaceTemplates:()=>Ng,requestAccountDeletion:()=>Jy,requestChangesOnChangeRequest:()=>Uo,requestProjectAccess:()=>nf,requestProjectConnector:()=>gl,requestProjectSecret:()=>dl,resendAccountInvite:()=>Ss,resendPendingProjectInvite:()=>ai,resetClient:()=>vm,resetGatewayRoutingPolicy:()=>ac,resetPublicClient:()=>Am,resetSandboxUpdateStatus:()=>L_,resolveApproval:()=>hi,resolvedPlan:()=>Of,restartProjectSession:()=>at,restartSandbox:()=>x_,restoreBackup:()=>E_,retrySessionPrompt:()=>ta,revealCredential:()=>mm,revokeAccountSession:()=>$y,revokeAccountToken:()=>tl,revokeAssignment:()=>Nc,revokeConnection:()=>Fi,revokeGatewayKey:()=>Pc,revokePendingProjectInvite:()=>oi,revokeProjectAccess:()=>ri,revokeProjectCliToken:()=>sl,revokeSandboxProjectAccess:()=>v_,revokeSandboxShare:()=>Qc,revokeScimToken:()=>xy,revokeSessionPublicShare:()=>Wo,rewriteLocalhostUrl:()=>fe,rollbackApp:()=>Ol,runGatewayPlayground:()=>kc,saveGitHubInstallation:()=>Js,scheduleDowngrade:()=>Ma,searchConnectorTools:()=>Ii,searchProjectFiles:()=>Po,sendReferralEmails:()=>sy,serverCompactionRevalidateAtMs:()=>zP,serviceAction:()=>Pm,sessionStartKey:()=>Af,setActiveInstanceCookie:()=>i_,setAdminBypass:()=>fg,setAdminProviderDistribution:()=>th,setAdminProviderFallback:()=>ih,setAgentScope:()=>Pa,setBootstrapAuthToken:()=>eg,setCachedAuthToken:()=>Zd,setConnectionPolicies:()=>xf,setConnectorAuthorizationStrategy:()=>zi,setConnectorCredential:()=>oo,setConnectorCredentialMode:()=>Wi,setConnectorName:()=>Qi,setConnectorPolicies:()=>Xi,setConnectorSecretBinding:()=>kf,setConnectorSensitive:()=>Vi,setDefaultConnection:()=>Gi,setEnterpriseDemo:()=>Wy,setEnv:()=>rs,setGatewayBudget:()=>hc,setGatewayRoutingPolicy:()=>oc,setGitHubAppFromExisting:()=>kP,setGitHubAppPat:()=>wP,setImpersonationSession:()=>ig,setMaintenanceConfig:()=>gP,setMemberSuperAdmin:()=>yy,setMfaRequired:()=>ky,setModelDefault:()=>xa,setPersonalProjectSecret:()=>Ri,setProjectModelEnablement:()=>Tf,setProjectOnboardingComplete:()=>Bs,setProjectOnboardingProfile:()=>Zm,setProjectPolicies:()=>lo,setProjectSecretStrategy:()=>_i,setProjectSessionModel:()=>ua,setProjectSessionScope:()=>la,setProjectSessionSharing:()=>Bo,setProjectTriggersActivation:()=>fa,setupSSH:()=>$_,shellExitCode:()=>Jl,shouldAttachImpersonation:()=>$u,shouldHideResponsePart:()=>dx,shouldShowToolPart:()=>Dp,sortSessions:()=>ax,splitUserParts:()=>Lb,startApp:()=>ql,startConnectionOAuth2Authorization:()=>mf,startConnectionOAuth2DeviceAuthorization:()=>ff,startConnectorSetupLink:()=>oP,startGitHubAppManifest:()=>PP,startProjectProviderOAuth:()=>ki,startProjectSession:()=>Re,startSessionWithToken:()=>pP,startTask:()=>vg,stopApp:()=>Ml,stopProjectSession:()=>ct,stopSandbox:()=>__,stripAnsi:()=>Zb,stripInstancePrefix:()=>r_,stripTrailingSlashes:()=>we,submitAccessRequest:()=>tP,submitDemoRequest:()=>fP,submitOAuthConsent:()=>sP,submitReviewItem:()=>zc,submitSecretSetupLink:()=>lP,subscribeToImpersonation:()=>og,supabaseClient:()=>hg,syncConnectors:()=>Hi,syncSubscription:()=>Bf,systemReload:()=>Im,toDaemonPath:()=>ve,toInstanceAwarePath:()=>o_,toInternalUrl:()=>xp,toSandboxAbsolutePath:()=>Qe,toWorkspaceRelative:()=>ds,toolInfo:()=>gn,toolViewModel:()=>Yp,triggerSandboxUpdate:()=>F_,triggersRequest:()=>Nu,turnHasSteps:()=>sx,unassignTicket:()=>qg,unwrapError:()=>Q,updateAccountAuditWebhook:()=>ul,updateAccountMemberRole:()=>Ts,updateAccountName:()=>xs,updateAgentConfig:()=>$f,updateApp:()=>vl,updateAppAccess:()=>Al,updateAuditWebhook:()=>By,updateChannelBinding:()=>Yf,updateConnectionCredential:()=>Ui,updateEmailPolicy:()=>sc,updateExperimentalFeature:()=>Ls,updateFeatureFlag:()=>Fs,updateGroup:()=>Cc,updateKortixPty:()=>as,updateMilestone:()=>am,updatePatPolicy:()=>qy,updatePolicy:()=>py,updateProject:()=>Ht,updateProjectAccess:()=>ni,updateProjectAgent:()=>zg,updateProjectDefaultAgent:()=>wa,updateProjectGroupGrant:()=>ui,updateProjectSandboxProvider:()=>Gs,updateProjectSession:()=>ra,updateProjectTrigger:()=>ga,updateRole:()=>Mc,updateRolePermissions:()=>Oc,updateSandboxTemplate:()=>yo,updateSessionPolicy:()=>Ey,updateTask:()=>Sg,updateTemplateWarmPool:()=>Qm,updateTicket:()=>jg,updateTicketStatus:()=>$g,uploadAppArtifactArchive:()=>Il,uploadConnectorAttachment:()=>$i,uploadFile:()=>Oe,uploadSlackChannelFile:()=>Qa,upsertCredential:()=>gm,upsertProjectGitCredential:()=>vi,upsertProjectSecret:()=>xi,upsertSsoProvider:()=>Sy,validateProjectManifest:()=>Ds,validateReferralCode:()=>ty,validateToken:()=>Es,verifyGatewayProvider:()=>Qf,workingExpiryAtMs:()=>NP,writeFile:()=>Ue});var jd={backendUrl:"",getToken:async()=>null},kn=null,xt=null;function $d(t){xt=t}function Dd(){return xt}function _t(t,e){e?.global!==!1&&(kn=t)}function D(){return xt?.()??kn??jd}function Pt(){return kn!==null||xt?.()!==void 0}var pu=({onRequest:t,onSseError:e,onSseEvent:n,responseTransformer:r,responseValidator:s,sseDefaultRetryDelay:o,sseMaxRetryAttempts:u,sseMaxRetryDelay:p,sseSleepFn:d,url:f,...m})=>{let b,x=d??(E=>new Promise(l=>setTimeout(l,E)));return{stream:async function*(){let E=o??3e3,l=0,y=m.signal??new AbortController().signal;for(;!y.aborted;){l++;let c=m.headers instanceof Headers?m.headers:new Headers(m.headers);b!==void 0&&c.set("Last-Event-ID",b);try{let T={redirect:"follow",...m,body:m.serializedBody,headers:c,signal:y},R=new Request(f,T);t&&(R=await t(f,T));let j=await(m.fetch??globalThis.fetch)(R);if(!j.ok)throw new Error(`SSE failed: ${j.status} ${j.statusText}`);if(!j.body)throw new Error("No body in SSE response");let $=j.body.pipeThrough(new TextDecoderStream).getReader(),A="",W=()=>{try{$.cancel()}catch{}};y.addEventListener("abort",W);try{for(;;){let{done:K,value:h}=await $.read();if(K)break;A+=h,A=A.replace(/\r\n/g,`
2
2
  `).replace(/\r/g,`
3
- `);let S=T.split(`
3
+ `);let S=A.split(`
4
4
 
5
- `);T=S.pop()??"";for(let N of S){let X=N.split(`
6
- `),U=[],B;for(let M of X)if(M.startsWith("data:"))U.push(M.replace(/^data:\s*/,""));else if(M.startsWith("event:"))B=M.replace(/^event:\s*/,"");else if(M.startsWith("id:"))b=M.replace(/^id:\s*/,"");else if(M.startsWith("retry:")){let Q=Number.parseInt(M.replace(/^retry:\s*/,""),10);Number.isNaN(Q)||(C=Q)}let F,H=!1;if(U.length){let M=U.join(`
7
- `);try{F=JSON.parse(M),H=!0}catch{F=M}}H&&(s&&await s(F),r&&(F=await r(F))),n?.({data:F,event:B,id:b,retry:C}),U.length&&(yield F)}}}finally{y.removeEventListener("abort",z),j.releaseLock()}break}catch(R){if(e?.(R),u!==void 0&&l>=u)break;let A=Math.min(C*2**(l-1),p??3e4);await x(A)}}}()}};var vd=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},Cd=t=>{switch(t){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},Rd=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},kt=({allowReserved:t,explode:e,name:n,style:r,value:s})=>{if(!e){let p=(t?s:s.map(d=>encodeURIComponent(d))).join(Cd(r));switch(r){case"label":return`.${p}`;case"matrix":return`;${n}=${p}`;case"simple":return p;default:return`${n}=${p}`}}let o=vd(r),u=s.map(p=>r==="label"||r==="simple"?t?p:encodeURIComponent(p):Ie({allowReserved:t,name:n,value:p})).join(o);return r==="label"||r==="matrix"?o+u:u},Ie=({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)}`},wt=({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=Rd(r),p=Object.entries(s).map(([d,f])=>Ie({allowReserved:t,name:r==="deepObject"?`${n}[${d}]`:d,value:f})).join(u);return r==="label"||r==="matrix"?u+p:p};var Ad=/\{[^{}]+\}/g,Td=({path:t,url:e})=>{let n=e,r=e.match(Ad);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,kt({explode:o,name:u,style:p,value:d}));continue}if(typeof d=="object"){n=n.replace(s,wt({explode:o,name:u,style:p,value:d,valueOnly:!0}));continue}if(p==="matrix"){n=n.replace(s,`;${Ie({name:u,value:d})}`);continue}let f=encodeURIComponent(p==="label"?`.${d}`:d);n=n.replace(s,f)}return n},lu=({baseUrl:t,path:e,query:n,querySerializer:r,url:s})=>{let o=s.startsWith("/")?s:`/${s}`,u=(t??"")+o;e&&(u=Td({path:e,url:u}));let p=n?r(n):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(u+=`?${p}`),u};function kn(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 uu=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 wn={bodySerializer:t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString():n)};var pu=({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=kt({allowReserved:p.allowReserved,explode:!0,name:o,style:"form",value:u,...p.array});d&&s.push(d)}else if(typeof u=="object"){let d=wt({allowReserved:p.allowReserved,explode:!0,name:o,style:"deepObject",value:u,...p.object});d&&s.push(d)}else{let d=Ie({allowReserved:p.allowReserved,name:o,value:u});d&&s.push(d)}}return s.join("&")},du=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,gu=async({security:t,...e})=>{for(let n of t){if(Id(e,n.name))continue;let r=await uu(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}}},Sn=t=>lu({baseUrl:t.baseUrl,path:t.path,query:t.query,querySerializer:typeof t.querySerializer=="function"?t.querySerializer:pu(t.querySerializer),url:t.url}),vn=(t,e)=>{let n={...t,...e};return n.baseUrl?.endsWith("/")&&(n.baseUrl=n.baseUrl.substring(0,n.baseUrl.length-1)),n.headers=St(t.headers,e.headers),n},Ed=t=>{let e=[];return t.forEach((n,r)=>{e.push([r,n])}),e},St=(...t)=>{let e=new Headers;for(let n of t){if(!n)continue;let r=n instanceof Headers?Ed(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},He=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}},mu=()=>({error:new He,request:new He,response:new He}),jd=pu({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),$d={"Content-Type":"application/json"},We=(t={})=>({...wn,headers:$d,parseAs:"auto",querySerializer:jd,...t});var ze=(t={})=>{let e=vn(We(),t),n=()=>({...e}),r=f=>(e=vn(e,f),n()),s=mu(),o=async f=>{let m={...e,...f,fetch:f.fetch??e.fetch??globalThis.fetch,headers:St(e.headers,f.headers),serializedBody:void 0};m.security&&await gu({...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=Sn(m);return{opts:m,url:b}},u=async f=>{let{opts:m,url:b}=await o(f),x={redirect:"follow",...m,body:kn(m)},I=new Request(b,x);for(let k of s.request.fns)k&&(I=await k(I,m));let E=m.fetch,C;try{C=await E(I)}catch(k){let D=k;for(let j of s.error.fns)j&&(D=await j(k,void 0,I,m));if(D=D||{},m.throwOnError)throw D;return m.responseStyle==="data"?void 0:{error:D,request:I,response:void 0}}for(let k of s.response.fns)k&&(C=await k(C,I,m));let l={request:I,response:C};if(C.ok){let k=(m.parseAs==="auto"?du(C.headers.get("Content-Type")):m.parseAs)??"json";if(C.status===204||C.headers.get("Content-Length")==="0"){let j;switch(k){case"arrayBuffer":case"blob":case"text":j=await C[k]();break;case"formData":j=new FormData;break;case"stream":j=C.body;break;default:j={};break}return m.responseStyle==="data"?j:{data:j,...l}}let D;switch(k){case"arrayBuffer":case"blob":case"formData":case"text":D=await C[k]();break;case"json":{let j=await C.text();D=j?JSON.parse(j):{};break}case"stream":return m.responseStyle==="data"?C.body:{data:C.body,...l}}return k==="json"&&(m.responseValidator&&await m.responseValidator(D),m.responseTransformer&&(D=await m.responseTransformer(D))),m.responseStyle==="data"?D:{data:D,...l}}let y=await C.text(),c;try{c=JSON.parse(y)}catch{}let R=c??y,A=R;for(let k of s.error.fns)k&&(A=await k(R,C,I,m));if(A=A||{},m.throwOnError)throw A;return m.responseStyle==="data"?void 0:{error:A,...l}},p=f=>m=>u({...m,method:f}),d=f=>async m=>{let{opts:b,url:x}=await o(m);return cu({...b,body:b.body,headers:b.headers,method:f,onRequest:async(I,E)=>{let C=new Request(I,E);for(let l of s.request.fns)l&&(C=await l(C,b));return C},serializedBody:kn(b),url:x})};return{buildUrl:Sn,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 Dd={$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"},qd=Object.entries(Dd),fu=(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&&fu(n.args,e);return e},Md=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=fu(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=qd.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 Md(n),n};var yu=ze(We({baseUrl:"http://localhost:4096"}));var _=class{client;constructor(e){this.client=e?.client??yu}},Cn=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)}},Rn=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}})}},An=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})}},Tn=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}})}},In=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})}},En=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}})}},jn=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})}},$n=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})}},Dn=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}})}},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:"/experimental/workspace/adapter",...n,...r})}},Mn=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 qn({client:this.client})}},On=class extends _{_controlPlane;get controlPlane(){return this._controlPlane??=new Tn({client:this.client})}_capabilities;get capabilities(){return this._capabilities??=new In({client:this.client})}_console;get console(){return this._console??=new En({client:this.client})}_session;get session(){return this._session??=new jn({client:this.client})}_resource;get resource(){return this._resource??=new $n({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new Dn({client:this.client})}_workspace;get workspace(){return this._workspace??=new Mn({client:this.client})}},Un=class extends _{get(e){return(e?.client??this.client).get({url:"/global/config",...e})}update(e,n){let r=g([e],[{args:[{key:"config",map:"body"}]}]);return(n?.client??this.client).patch({url:"/global/config",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},Fn=class extends _{health(e){return(e?.client??this.client).get({url:"/global/health",...e})}event(e){return(e?.client??this.client).sse.get({url:"/global/event",...e})}dispose(e){return(e?.client??this.client).post({url:"/global/dispose",...e})}upgrade(e,n){let r=g([e],[{args:[{in:"body",key:"target"}]}]);return(n?.client??this.client).post({url:"/global/upgrade",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}_config;get config(){return this._config??=new Un({client:this.client})}},Ln=class extends _{subscribe(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).sse.get({url:"/event",...n,...r})}},Gn=class extends _{get(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/config",...n,...r})}update(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{key:"config",map:"body"}]}]);return(n?.client??this.client).patch({url:"/config",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}providers(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/config/providers",...n,...r})}},Bn=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})}},Nn=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}})}},Kn=class extends _{text(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"pattern"}]}]);return(n?.client??this.client).get({url:"/find",...n,...r})}files(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"query"},{in:"query",key:"dirs"},{in:"query",key:"type"},{in:"query",key:"limit"}]}]);return(n?.client??this.client).get({url:"/find/file",...n,...r})}symbols(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"query"}]}]);return(n?.client??this.client).get({url:"/find/symbol",...n,...r})}},Hn=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/file",...n,...r})}read(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/file/content",...n,...r})}status(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/file/status",...n,...r})}},Wn=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})}},zn=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})}},Vn=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})}},Jn=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 Vn({client:this.client})}},Xn=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})}},Qn=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})}},Yn=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})}},Zn=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})}},er=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 Zn({client:this.client})}},tr=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})}},nr=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})}},rr=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})}},sr=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}})}},ir=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}})}},or=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 ir({client:this.client})}},ar=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})}},cr=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}})}},lr=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}})}},ur=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 lr({client:this.client})}},pr=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}})}},dr=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 pr({client:this.client})}},gr=class extends _{get(e){return(e?.client??this.client).get({url:"/api/health",...e})}},mr=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})}},fr=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})}},yr=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})}},hr=class extends _{list(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/permission",...n,...r})}reply(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"path",key:"requestID"},{in:"body",key:"reply"},{in:"body",key:"message"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/permission/{requestID}/reply",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}},br=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})}},xr=class extends _{list(e,n){let r=g([e],[{args:[{in:"query",key:"workspace"},{in:"query",key:"limit"},{in:"query",key:"order"},{in:"query",key:"search"},{in:"query",key:"directory"},{in:"query",key:"project"},{in:"query",key:"subpath"},{in:"query",key:"cursor"}]}]);return(n?.client??this.client).get({url:"/api/session",...n,...r})}create(e,n){let r=g([e],[{args:[{in:"body",key:"id"},{in:"body",key:"agent"},{in:"body",key:"model"},{in:"body",key:"location"}]}]);return(n?.client??this.client).post({url:"/api/session",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}get(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}",...n,...r})}switchAgent(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"agent"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/agent",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}switchModel(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"model"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/model",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}prompt(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"body",key:"id"},{in:"body",key:"prompt"},{in:"body",key:"delivery"},{in:"body",key:"resume"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/prompt",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}compact(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/compact",...n,...r})}wait(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).post({url:"/api/session/{sessionID}/wait",...n,...r})}context(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/context",...n,...r})}messages(e,n){let r=g([e],[{args:[{in:"path",key:"sessionID"},{in:"query",key:"limit"},{in:"query",key:"order"},{in:"query",key:"cursor"}]}]);return(n?.client??this.client).get({url:"/api/session/{sessionID}/message",...n,...r})}_revert;get revert(){return this._revert??=new yr({client:this.client})}_permission;get permission(){return this._permission??=new hr({client:this.client})}_question;get question(){return this._question??=new br({client:this.client})}},_r=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})}},Pr=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})}},kr=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}})}},wr=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 kr({client:this.client})}_attempt;get attempt(){return this._attempt??=new wr({client:this.client})}},vr=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}})}},Cr=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})}},Rr=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})}},Ar=class extends _{_request;get request(){return this._request??=new Cr({client:this.client})}_saved;get saved(){return this._saved??=new Rr({client:this.client})}},Tr=class extends _{read(e,n){let r=g([e],[{args:[{in:"query",key:"location"}]}]);return(n?.client??this.client).get({url:"/api/fs/read/*",...n,...r})}list(e,n){let r=g([e],[{args:[{in:"query",key:"location"},{in:"query",key:"path"}]}]);return(n?.client??this.client).get({url:"/api/fs/list",...n,...r})}find(e,n){let r=g([e],[{args:[{in:"query",key:"location"},{in:"query",key:"query"},{in:"query",key:"type"},{in:"query",key:"limit"}]}]);return(n?.client??this.client).get({url:"/api/fs/find",...n,...r})}},Ir=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})}},Er=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})}},jr=class extends _{subscribe(e){return(e?.client??this.client).sse.get({url:"/api/event",...e})}},$r=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})}},Dr=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})}},qr=class extends _{_request;get request(){return this._request??=new Dr({client:this.client})}},Mr=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})}},Or=class extends _{remove(e,n){let r=g([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"},{in:"body",key:"directory"},{in:"body",key:"force"}]}]);return(n?.client??this.client).delete({url:"/experimental/project/{projectID}/copy",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}create(e,n){let r=g([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"},{in:"body",key:"strategy"},{in:"body",key:"directory"},{in:"body",key:"name"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy",...n,...r,headers:{"Content-Type":"application/json",...n?.headers,...r.headers}})}refresh(e,n){let r=g([e],[{args:[{in:"path",key:"projectID"},{in:"query",key:"location"}]}]);return(n?.client??this.client).post({url:"/experimental/project/{projectID}/copy/refresh",...n,...r})}},Ur=class extends _{_health;get health(){return this._health??=new gr({client:this.client})}_location;get location(){return this._location??=new mr({client:this.client})}_agent;get agent(){return this._agent??=new fr({client:this.client})}_session;get session(){return this._session??=new xr({client:this.client})}_model;get model(){return this._model??=new _r({client:this.client})}_provider;get provider(){return this._provider??=new Pr({client:this.client})}_integration;get integration(){return this._integration??=new Sr({client:this.client})}_credential;get credential(){return this._credential??=new vr({client:this.client})}_permission;get permission(){return this._permission??=new Ar({client:this.client})}_fs;get fs(){return this._fs??=new Tr({client:this.client})}_command;get command(){return this._command??=new Ir({client:this.client})}_skill;get skill(){return this._skill??=new Er({client:this.client})}_event;get event(){return this._event??=new jr({client:this.client})}_pty;get pty(){return this._pty??=new $r({client:this.client})}_question;get question(){return this._question??=new qr({client:this.client})}_reference;get reference(){return this._reference??=new Mr({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new Or({client:this.client})}},vt=class t extends _{static __registry=new Cn;constructor(e){super(e),t.__registry.set(this,e?.key)}_auth;get auth(){return this._auth??=new Rn({client:this.client})}_app;get app(){return this._app??=new An({client:this.client})}_experimental;get experimental(){return this._experimental??=new On({client:this.client})}_global;get global(){return this._global??=new Fn({client:this.client})}_event;get event(){return this._event??=new Ln({client:this.client})}_config;get config(){return this._config??=new Gn({client:this.client})}_tool;get tool(){return this._tool??=new Bn({client:this.client})}_worktree;get worktree(){return this._worktree??=new Nn({client:this.client})}_find;get find(){return this._find??=new Kn({client:this.client})}_file;get file(){return this._file??=new Hn({client:this.client})}_instance;get instance(){return this._instance??=new Wn({client:this.client})}_path;get path(){return this._path??=new zn({client:this.client})}_vcs;get vcs(){return this._vcs??=new Jn({client:this.client})}_command;get command(){return this._command??=new Xn({client:this.client})}_lsp;get lsp(){return this._lsp??=new Qn({client:this.client})}_formatter;get formatter(){return this._formatter??=new Yn({client:this.client})}_mcp;get mcp(){return this._mcp??=new er({client:this.client})}_project;get project(){return this._project??=new tr({client:this.client})}_pty;get pty(){return this._pty??=new nr({client:this.client})}_question;get question(){return this._question??=new rr({client:this.client})}_permission;get permission(){return this._permission??=new sr({client:this.client})}_provider;get provider(){return this._provider??=new or({client:this.client})}_session;get session(){return this._session??=new ar({client:this.client})}_part;get part(){return this._part??=new cr({client:this.client})}_sync;get sync(){return this._sync??=new ur({client:this.client})}_tui;get tui(){return this._tui??=new dr({client:this.client})}_v2;get v2(){return this._v2??=new Ur({client:this.client})}};function bu(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||hu(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 ${hu(n,e)}: ${s}`,{cause:{body:t,status:e?.status}})}function hu(t,e){let n=t?.method??"?",r=t?.url??"?",s=e?.status,o=e?.statusText;return`${n} ${r}${s?" \u2192 "+s:""}${o?" "+o:""}`}function Od(t,e,n){if(t)return e&&(t===e||n&&t===n(e))?e:t}function Ud(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=Od(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 Fr(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=ze(t);return e.interceptors.request.use(n=>Ud(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(bu),new vt({client:e})}var Fd=new Set(["api","cli","mobile","web"]);function Ct(t){let e=t?.trim().toLowerCase();return e&&Fd.has(e)?e:null}function Ld(t){return new Promise(e=>setTimeout(e,t))}async function xu(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 Ld(s)),u=await t(),u)return u;return u}var Gd=3e4;function Bd(t){return(t instanceof Request?t.url:String(t)).includes("/global/event")}function Lr(t,e,n=Gd){let r=t instanceof Request?t.signal:e?.signal;if(Bd(t))return r??void 0;let s=AbortSignal.timeout(n);return r?typeof AbortSignal.any=="function"?AbortSignal.any([r,s]):r:s}function Gr(t,e,n,r){let s=new Headers(t instanceof Request?t.headers:void 0);e?.headers&&new Headers(e.headers).forEach((u,p)=>{s.set(p,u)}),n&&!s.has("Authorization")&&s.set("Authorization",`Bearer ${n}`);let o=Ct(r);return o&&!s.has("X-Kortix-Client")&&s.set("X-Kortix-Client",o),s}function _u(){return new Response(JSON.stringify({error:"Not authenticated"}),{status:401,headers:{"Content-Type":"application/json"}})}async function Rt(){return $().getToken()}async function ee(t){return xu(()=>$().getToken(),t,Ve)}function Ve(){}function Nd(t){}function Kd(t){}async function Je(){return Rt()}async function Br(t){return ee(t)}function Pu(t,e,n,r){let s=$().fetch??fetch;if(t instanceof Request){let o=new Request(t,{headers:n,...r?{signal:r}:{}});return s(o)}return s(t,{...e,headers:n,...r?{signal:r}:{}})}async function q(t,e,n){let{retryOnAuthError:r=!0,timeoutMs:s}=n??{},o=await Br();if(!o)return _u();let u=$().clientSource,p=Gr(t,e,o,u),d=s===void 0?Lr(t,e):Lr(t,e,s),f=await Pu(t,e,p,d);if(f.status===401&&r&&o){Ve();let m=await Br({attempts:2,baseDelayMs:200});if(m&&m!==o){let b=Gr(t,e,m,u);return Pu(t,e,b,d)}}return f}var Ee={url:null,sandboxId:null,dbSandboxId:null,version:0},Hd=new Set;function ku(t,e=null,n=null){if(!(Ee.url===t&&Ee.sandboxId===e&&Ee.dbSandboxId===n)){Ee={url:t,sandboxId:e,dbSandboxId:n,version:Ee.version+1};for(let r of Hd)r()}}function wu(){return Ee.url}function Wd(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function he(){return Wd($().backendUrl||"http://localhost:8008/v1")}function Su(){let t=$().sandboxId;return t?`${he()}/p/${t}/8000`:""}function zd(t){return`${he()}/p/${t}/8000`}function At(t){return zd(t)}function be(){let t=wu();return t||($().billingEnabled??!1?"":Su())}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)}},xe=class extends v{constructor(e="Not authenticated"){super(e,{code:"NO_SESSION"}),this.name="AuthError"}},ue=class t extends Error{status;detail;constructor(e,n,r){super(r||n.message||`Billing Error: ${e}`),this.name="BillingError",this.status=e,this.detail=n,Object.setPrototypeOf(this,t.prototype)}},_e=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)}},Tt="feature_disabled";function vu(t){if(!(t instanceof v)||t.status!==403||t.code!==Tt)return null;let e=t.details??t.data;return e&&typeof e=="object"?e:{}}function Nr(t){let e=vu(t);return e?(typeof e.feature=="string"&&!t.feature&&(t.feature=e.feature),!0):!1}function Kr(t){let e=vu(t);if(!e)return null;let n=t.feature;return typeof n=="string"?n:typeof e.feature=="string"?e.feature:null}function Pe(t){let e=t.response?.status||t.status;if(e!==402)return t;let n=t.response?.data||t.data||t.detail||{},r=n?.detail||n;return new ue(e,{message:r?.message||t.message||"Billing error",...r})}function Hr(t){return t instanceof ue}function Wr(t){if(!(t instanceof ue))return null;let e=t.detail?.message?.toLowerCase()||"";return e.includes("credit")||e.includes("balance")||e.includes("insufficient")?{alertTitle:"You ran out of credits",alertSubtitle:"Upgrade your plan to get more credits and continue using the AI assistant."}:{alertTitle:"Billing check failed",alertSubtitle:t.detail?.message||"Please upgrade to continue."}}async function zr(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 Jr(t){let e=Vr(t),n=await q(`${e}/env`);if(!n.ok)throw new Error(await zr(n,"Failed to load secrets"));return(await n.json()).secrets??{}}async function Xr(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 zr(s,"Failed to save secret"))}async function Qr(t,e){let n=Vr(t),r=await q(`${n}/env/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await zr(r,"Failed to delete secret"))}var Cu={list:Jr,set:Xr,delete:Qr};async function Ru(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 ke(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return e===t.length?t:t.slice(0,e)}async function It(t,e){let n=await t.json().catch(()=>({}));return n?.error||n?.message||t.statusText||e}function Xe(t){if(!t)throw new Error("[kortix-pty] Server URL not ready \u2014 sandbox is still loading");return ke(t)}async function Yr(t){let e=Xe(t),n=await q(`${e}/kortix/pty`);if(!n.ok)throw new Error(await It(n,"Failed to list terminals"));return n.json()}async function Zr(t,e){let n=Xe(t),r=await q(`${n}/kortix/pty`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e??{})});if(!r.ok)throw new Error(await It(r,"Failed to create terminal"));return r.json()}async function es(t,e,n){let r=Xe(t),s=await q(`${r}/kortix/pty/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!s.ok)throw new Error(await It(s,"Failed to update terminal"));return s.json()}async function ts(t,e){let n=Xe(t),r=await q(`${n}/kortix/pty/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await It(r,"Failed to remove terminal"))}async function ns(t,e){let n=Xe(e),s=`${(()=>{try{let p=new URL(n);return p.protocol==="https:"?p.protocol="wss:":p.protocol==="http:"&&(p.protocol="ws:"),typeof window<"u"&&window.location.protocol==="https:"&&p.protocol==="ws:"&&(p.protocol="wss:"),ke(p.toString())}catch{return n.replace("https://","wss://").replace("http://","ws://")}})()}/kortix/pty/${encodeURIComponent(t)}/connect`,o=await Je();if(!o)return s;let u=s.includes("?")?"&":"?";return`${s}${u}token=${encodeURIComponent(o)}`}var Au={list:Yr,create:Zr,update:es,remove:ts,webSocketUrl:ns};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 Vd(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 Jd(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`)}async function Xd(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/events`)}async function Qd(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/status`)}async function Yd(t,e){return w(t,"/kortix/tasks",{method:"POST",body:JSON.stringify(e)})}async function Zd(t,e,n){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function eg(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/start`,{method:"POST"})}async function tg(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/approve`,{method:"POST"})}async function ng(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"DELETE"})}async function rg(t,e){let n=e?`?project_id=${encodeURIComponent(e)}`:"";return w(t,`/kortix/tickets${n}`)}async function sg(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`)}async function ig(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/events`)}async function og(t,e){return w(t,"/kortix/tickets",{method:"POST",body:JSON.stringify(e)})}async function ag(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function cg(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/status`,{method:"POST",body:JSON.stringify(n)})}async function lg(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/assign`,{method:"POST",body:JSON.stringify(n)})}async function ug(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/unassign`,{method:"POST",body:JSON.stringify(n)})}async function pg(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/comments`,{method:"POST",body:JSON.stringify(n)})}async function dg(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"DELETE"})}async function gg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`)}async function mg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`,{method:"PUT",body:JSON.stringify({columns:n})})}async function fg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`)}async function yg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`,{method:"PUT",body:JSON.stringify({fields:n})})}async function hg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`)}async function bg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`,{method:"PUT",body:JSON.stringify({templates:n})})}async function xg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/pm-session`,{method:"POST"})}async function _g(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`)}async function Pg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`,{method:"POST",body:JSON.stringify(n)})}async function kg(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function wg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Sg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}/persona`)}async function vg(t,e,n=200){return w(t,`/kortix/projects/${encodeURIComponent(e)}/activity?limit=${n}`)}async function Cg(t){return w(t,"/kortix/projects")}async function Rg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`)}async function Ag(t,e){return w(t,`/kortix/projects/by-session/${encodeURIComponent(e)}`)}async function Tg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/sessions`)}async function Ig(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Eg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function jg(t,e,n="all"){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones?status=${n}`)}async function $g(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`)}async function Dg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/events`)}async function qg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones`,{method:"POST",body:JSON.stringify(n)})}async function Mg(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function Og(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/close`,{method:"POST",body:JSON.stringify(r)})}async function Ug(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/reopen`,{method:"POST"})}async function Fg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Lg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`)}async function Gg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}/events`)}async function Bg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`,{method:"POST",body:JSON.stringify(n)})}async function Ng(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`)}async function Kg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`,{method:"DELETE"})}var Hg=1e4,Wg={retryOnAuthError:!1};function je(t,e,n){return w(t,e,{signal:AbortSignal.timeout(Hg),...n},Wg)}async function zg(t,e=!1){return(await je(t,`/kortix/services${e?"?all=true":""}`)).services??[]}async function Vg(t){return(await je(t,"/kortix/services/templates")).templates??[]}async function Jg(t,e){return(await je(t,`/kortix/services/${encodeURIComponent(e)}/logs`)).logs??[]}async function Xg(t,e,n){let r=n==="delete",s=r?`/kortix/services/${encodeURIComponent(e)}`:`/kortix/services/${encodeURIComponent(e)}/${n}`;return je(t,s,{method:r?"DELETE":"POST"})}async function Qg(t,e){return je(t,`/kortix/services/reconcile${e?"?reload=true":""}`,{method:"POST"})}async function Yg(t,e){return je(t,"/kortix/services/register",{method:"POST",body:JSON.stringify(e)})}var Et=new Map,$e=class extends Error{constructor(e="[opencode-sdk] Server URL not ready \u2014 sandbox is still loading"){super(e),this.name="RuntimeNotReadyError"}};function pe(){let t=be();if(!t)throw new $e;return te(t)}function te(t){if(!t)throw new Error("[opencode-sdk] getClientForUrl called without a url");let e=Et.get(t);if(e)return e;if(!Pt())throw new Error("[opencode-sdk] No auth token provider configured \u2014 call configureKortix()/createKortix() before talking to a sandbox runtime.");let n=Fr({baseUrl:t,fetch:q});return Et.set(t,n),n}function Zg(t){Et.delete(t)}function em(){Et.clear()}var jt=new Map;function tm(t){if(!t)throw new Error("[opencode-sdk] getPublicClientForUrl called without a url");let e=jt.get(t);if(e)return e;let n=Fr({baseUrl:t,fetch});return jt.set(t,n),n}function nm(t){jt.delete(t)}function rm(){jt.clear()}async function sm(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 im(t){let e=be();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 sm(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 Iu(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 De(t){let e=await t.text().catch(()=>""),n=null;try{n=JSON.parse(e)}catch{}return n?.error||e||t.statusText||`HTTP ${t.status}`}function K(t){let e=(t??be()).trim();if(!e)throw new $e;return e}async function $t(t,e){let n=await q(`${K(e)}${t}`);if(!n.ok)throw new v(await De(n),{status:n.status,response:n});return n.json()}var Dt=["/workspace","/tmp","/home","/opt"],om=Dt.filter(t=>t!=="/workspace");function ss(t){return Dt.some(e=>t===e||t.startsWith(`${e}/`))}function Ye(t){return ss(t)?t:`/workspace/${t.replace(/^\/+/,"")}`}function Se(t){let e=t||"";if(e==="/workspace"||e==="/workspace/")return"";if(e.startsWith("/workspace/"))e=e.slice(11);else if(om.some(n=>e===n||e.startsWith(`${n}/`)))return e;for(;e.startsWith("/");)e=e.slice(1);return e}var is=Se;async function Ze(t,e){let n=K(e),r=Se(t)||".";return(await $t(`/file?path=${encodeURIComponent(r)}`,n)).map(o=>({...o,path:o.absolute||`/workspace/${o.path}`}))}async function qe(t,e){let n=K(e),r=Se(t),s=await q(`${n}/file/content?path=${encodeURIComponent(r)}`);if(!s.ok)throw new v(await De(s),{status:s.status,response:s});return s.json()}async function am(t,e,n){let r=K(n),s=Se(t),o=await q(`${r}/file/raw?path=${encodeURIComponent(s)}`);if(!o.ok)throw new v(await De(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 Me(t,e){let n=K(e);try{return await am(t,void 0,n)}catch{}let r=await qe(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 et(t){return $t("/file/status",K(t))}async function tt(t,e,n){let r=K(n),s=new URLSearchParams({query:t});return e?.type&&s.set("type",e.type),e?.limit&&s.set("limit",String(e.limit)),$t(`/find/file?${s.toString()}`,r)}async function nt(t,e){let n=K(e);return(await $t(`/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 Qe=[400,1200],cm=t=>t===408||t===429||t===502||t===503||t===504,Tu=t=>new Promise(e=>setTimeout(e,t));function lm(t){let e=t?.name;return e==="TimeoutError"||e==="AbortError"}var rs=3e4,um=15*6e4,pm=256;function Eu(t){if(typeof t!="number"||!Number.isFinite(t)||t<=0)return rs;let e=rs+t/pm;return Math.min(um,Math.max(rs,Math.round(e)))}async function dm(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 ju(t,e){let n;for(let s=0;s<=Qe.length;s++){let o;try{o=await e(t())}catch(p){if(n=p,lm(p)||s===Qe.length)break;await Tu(Qe[s]);continue}if(o.ok)return o.json();let u=await dm(o);if(n=new v(`Upload failed (${o.status}): ${u}`,{status:o.status,response:o}),!cm(o.status)||s===Qe.length)throw n;await Tu(Qe[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 Oe(t,e,n,r){let s=K(r),o=Eu(t.size),u=n||(t instanceof File?t.name:"")||"";return ju(()=>{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 gm(t,e,n){let r=K(n),s=Eu(e.size);return ju(()=>{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 rt(t,e){let n=K(e),r=t.trim(),o=(r.startsWith("/")?r:`/${r}`).split("/"),u=o.pop()||"untitled",p=o.join("/")||"/workspace",d=await Ue(`${p}/${u}`,new Blob([],{type:"application/octet-stream"}),n);return[{path:d.path,size:d.bytes}]}async function st(t,e,n){let r=K(n);return gm(e,await Me(t,r),r)}function mm(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function fm(t){let e=t.lastIndexOf("/");return e<=0?"/":t.slice(0,e)}function ym(t){return t.slice(t.lastIndexOf("/")+1)}function hm(){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 Ue(t,e,n){let r=K(n),s=Ye(mm(t.trim())),o=ym(s);if(!o)throw new v(`writeFile needs a file path, got "${t}"`,{code:"INVALID_PATH"});let u=fm(s);await Fe(u,r).catch(()=>{});let p=hm(),d=await Oe(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=Ye(f),b=`${s}.kortix-write-backup-${p}`,x=!1;try{await de(s,b,r),x=!0}catch{}try{await de(m,s,r)}catch(E){throw x&&await de(b,s,r).catch(()=>{}),await we(m,r).catch(()=>{}),E}x&&await we(b,r).catch(()=>{});let I=d[0]?.size;return{path:s,bytes:typeof I=="number"?I:e.size}}async function we(t,e){let n=await q(`${K(e)}/file`,{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new v(`Delete failed (${n.status}): ${await De(n)}`,{status:n.status,response:n});return n.json()}async function Fe(t,e){let n=await q(`${K(e)}/file/mkdir`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:t})});if(!n.ok)throw new v(`Mkdir failed (${n.status}): ${await De(n)}`,{status:n.status,response:n});return n.json()}async function de(t,e,n){let r=await q(`${K(n)}/file/rename`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({from:t,to:e})});if(!r.ok)throw new v(`Rename failed (${r.status}): ${await De(r)}`,{status:r.status,response:r});return r.json()}async function os(){return Iu(await pe().project.current())}async function qt(){return Iu(await pe().global.health())}async function as(){try{return(await qt()).healthy===!0}catch{return!1}}var $u={list:Ze,read:qe,readBlob:Me,status:et,findFiles:tt,findText:nt,upload:Oe,write:Ue,create:rt,copy:st,remove:we,mkdir:Fe,rename:de,currentProject:os,health:qt,isReachable:as,toDaemonPath:Se,toSandboxAbsolutePath:Ye,toWorkspaceRelative:is};var Du="X-Kortix-Impersonate",ls="kortix.impersonation",ve=null,Mt=!1,cs=new Set;function us(){try{return typeof sessionStorage>"u"?null:sessionStorage}catch{return null}}function qu(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 xm(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 Mu(){for(let t of cs)try{t()}catch{}}function Ou(){return Mt||(Mt=!0,ve=xm(us()?.getItem(ls)??null)),ve&&!qu(ve)?(ps(),null):ve}function _m(t){if(Mt=!0,!t){ps();return}ve=t;try{us()?.setItem(ls,JSON.stringify(t))}catch{}Mu()}function ps(){Mt=!0;let t=ve!==null;ve=null;try{us()?.removeItem(ls)}catch{}t&&Mu()}function Pm(t){return cs.add(t),()=>{cs.delete(t)}}var km=/(^|\/)admin\/(api|analytics)(\/|$)/;function Uu(t){let e=t;if(/^https?:\/\//.test(t))try{e=new URL(t).pathname}catch{e=t}return!km.test(e)}function Ot(t){if(t!==void 0&&!Uu(t))return{};let e=Ou();return e?{[Du]:e.grantId}:{}}var ne=()=>$().backendUrl||"",Lu="feature_not_supported",Gu="model_not_servable",Bu="provision_in_flight",Nu="request_deadline",wm=/^Request exceeded the \d+s server processing deadline$/,Sm=(t,e,n)=>t!==503?!1:(typeof e=="object"&&e!==null&&"code"in e?e.code:void 0)===Nu||wm.test(n),vm=t=>new Promise(e=>setTimeout(e,t)),Cm=new Set([502,503,504]),Rm=t=>Cm.has(t),Am=t=>{let e=(t??"GET").toUpperCase();return e==="GET"||e==="HEAD"},Tm=2,Fu=t=>t?.name==="AbortError"||t?.name==="AbortSignal"||t instanceof Error&&t.message.includes("aborted"),Ut=!1;function Im(t){Ut=t}function Em(){return Ut}async function Ce(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 ee(),b=o.body instanceof FormData,x={};b||(x["Content-Type"]="application/json"),Object.assign(x,o.headers);let I=Ct($().clientSource),E=Object.keys(x).some(A=>A.toLowerCase()==="x-kortix-client");if(I&&!E&&(x["X-Kortix-Client"]=I),Ut&&(x["x-kortix-admin-bypass"]="1"),Object.assign(x,Ot(t)),m)x.Authorization=`Bearer ${m}`;else return{error:new xe,success:!1};let C=Am(o.method),l=C?Tm+1:1,y;for(let A=0;A<l;A++){A>0&&await vm(250*2**(A-1));let k=A===0?u:new AbortController;A>0&&(p=setTimeout(()=>{f=!0,k.abort()},s));try{y=await($().fetch??fetch)(t,{...o,headers:x,signal:k.signal,credentials:o.credentials??"omit"})}catch(j){if(p&&(clearTimeout(p),p=null),Fu(j)||A===l-1)throw j;continue}if(p&&(clearTimeout(p),p=null),!(C&&Rm(y.status)&&A<l-1))break;try{await y.arrayBuffer()}catch{}}if(!y.ok){let A=`HTTP ${y.status}: ${y.statusText}`,k=null;try{k=await y.json(),typeof k.message=="string"?A=k.message:k.error&&typeof k.error=="string"?A=k.error:typeof k.detail=="string"?A=k.detail:typeof k.detail?.message=="string"?A=k.detail.message:typeof k.reason=="string"&&(A=k.reason)}catch{}let D=Sm(y.status,k,A),j=new v(A,{status:y.status,response:y,details:k||void 0,data:k,detail:k?.detail,code:D?Nu:k?.code||k?.error_code||k?.detail?.error_code||y.status.toString()});if(y.status===402&&(j=Pe(j)),y.status===403&&k?.code==="account_mfa_required"&&typeof window<"u"&&typeof window.dispatchEvent=="function")try{window.dispatchEvent(new CustomEvent("kortix:mfa-required"))}catch{}y.status===431&&(j=new _e(431,{message:"Request is too large to process",suggestion:"Try uploading files one at a time, or reduce the number of files attached to your message."}));let T=y.status===501&&k?.code===Lu,z=y.status===409&&k?.code===Gu,V=y.status===409&&k?.code===Bu;return n&&!T&&!z&&!V&&!D&&$().onError?.(j,r),{error:j,success:!1}}let c,R=y.headers.get("content-type");return R?.includes("application/json")?c=await y.json():R?.includes("text/")?c=await y.text():c=await y.blob(),{data:c,success:!0}}catch(m){p&&(clearTimeout(p),p=null);let b=Fu(m);b&&(d=!0);let x;if(b){if(!f)return{error:new v("Request aborted",{name:"AbortError",code:"ABORTED"}),success:!1};let I=t.replace(ne(),"")||t;x=new v(`Request timed out after ${Math.round(s/1e3)}s: ${I}`,{code:"TIMEOUT",url:t,endpoint:I,timeout:s})}else m instanceof Error?(x=new v(m.message,{name:m.name||"ApiError",stack:m.stack}),n&&$().onError?.(x,r)):(x=new v(String(m)),n&&$().onError?.(x,r));return{error:x,success:!1}}}var jm={async execute(t,e){try{let{data:n,error:r}=await t();if(r){let s=new v(r.message||"Database error",{code:r.code,details:r});return $().onError?.(s,e),{error:s,success:!1}}return{data:n,success:!0}}catch(n){let r=n instanceof Error?new v(n.message,{name:n.name||"ApiError",stack:n.stack}):new v(String(n));return $().onError?.(r,e),{error:r,success:!1}}}};async function $m(t,e,n={}){let{timeout:r=3e4,fetch:s=fetch}=n,o=await ee(),u={Accept:"text/event-stream","Content-Type":"application/json"},p=Ct($().clientSource);p&&(u["X-Kortix-Client"]=p),Ut&&(u["x-kortix-admin-bypass"]="1"),Object.assign(u,Ot(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)=>Ce(`${ne()}${t}`,{...e,method:"GET"}),post:(t,e,n)=>Ce(`${ne()}${t}`,{...n,method:"POST",body:e?JSON.stringify(e):void 0}),put:(t,e,n)=>Ce(`${ne()}${t}`,{...n,method:"PUT",body:e?JSON.stringify(e):void 0}),patch:(t,e,n)=>Ce(`${ne()}${t}`,{...n,method:"PATCH",body:e?JSON.stringify(e):void 0}),delete:(t,e)=>Ce(`${ne()}${t}`,{...e,method:"DELETE"}),upload:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],Ce(`${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"],Ce(`${ne()}${t}`,{...s,method:"PUT",body:e,headers:o})},postStream:$m};function a(t,e="Project request failed"){if(!t.success||t.data===void 0)throw t.error??new Error(e);return t.data}function ds(t){return t.replace(/\/v1\/?$/,"")}async function Le(t,e){if(!t.backendUrl||!t.accessToken)return null;let n=ds(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 gs(){return a(await i.get("/accounts"))}async function ms(t){return a(await i.post("/accounts",t))}async function fs(t){return a(await i.get(`/accounts/${t}`))}async function ys(t,e){return a(await i.patch(`/accounts/${t}`,{name:e}))}async function hs(t){return a(await i.get(`/accounts/${t}/members`))}async function bs(t,e){return a(await i.post(`/accounts/${t}/members`,e,{showErrors:!1}))}async function xs(t){return a(await i.get(`/accounts/${t}/invites`))}async function _s(t,e){return a(await i.delete(`/accounts/${t}/invites/${e}`))}async function Ps(t,e){return a(await i.post(`/accounts/${t}/invites/${e}/resend`,{}))}async function ks(t){return a(await i.get(`/account-invites/${t}`,{showErrors:!1}))}async function ws(t){return a(await i.post(`/account-invites/${t}/accept`,{}))}async function Ss(t){return a(await i.post(`/account-invites/${t}/decline`,{}))}async function vs(t,e){return a(await i.delete(`/accounts/${t}/members/${e}`))}async function Cs(t,e,n){return a(await i.patch(`/accounts/${t}/members/${e}`,{role:n}))}async function Rs(t){return a(await i.post(`/accounts/${t}/leave`,{}))}async function Dm(t){return Le(t,"/v1/accounts")}async function As(){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 qm=["agent_tunnel","marketplace","connectors_api_discover","agentmail_email","teams","voice","llm_gateway","review_center","meta_agent","apps","monitors","warm_sessions"];async function Re(){return a(await i.get("/projects"))}async function Ts(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/projects${e}`))}async function Ft(t,e){return a(await i.get(`/projects/${t}`,e))}async function Is(t,e,n="write"){return a(await i.post(`/projects/${t}/git/collaborators`,{github_username:e,permission:n}))}async function Es(t,e){return a(await i.post(`/projects/${t}/manifest/validate`,{raw:e}),"Failed to validate manifest")}async function js(t){return a(await i.post(`/projects/${t}/git-token`,{}),"Failed to mint git token")}function Mm(t){let e=t.metadata?.git;return e?.provider==="github"&&e?.managed===!0}async function Lt(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 Gt(t,e){return a(await i.get(`/projects/${t}/llm-catalog`,{showErrors:!1,...e}))}async function Bt(t,e){return a(await i.get(`/projects/${t}/model-picker`,{showErrors:!1,...e}))}async function Om(t,e){return a(await i.get(`/projects/${t}/llm-catalog/providers`,{showErrors:!1,...e}))}async function $s(t){return a(await i.post("/projects",t))}async function Ds(t){return a(await i.post("/projects/create-repo",t))}async function qs(t,e={}){return a(await i.post("/projects/provision",{seed_starter:!0,...t},{timeout:12e4,...e}))}var Ku=200;function Um(t){let e=t.split(`
5
+ `);A=S.pop()??"";for(let H of S){let Z=H.split(`
6
+ `),M=[],N;for(let L of Z)if(L.startsWith("data:"))M.push(L.replace(/^data:\s*/,""));else if(L.startsWith("event:"))N=L.replace(/^event:\s*/,"");else if(L.startsWith("id:"))b=L.replace(/^id:\s*/,"");else if(L.startsWith("retry:")){let B=Number.parseInt(L.replace(/^retry:\s*/,""),10);Number.isNaN(B)||(E=B)}let U,J=!1;if(M.length){let L=M.join(`
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 qd=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},Md=t=>{switch(t){case"form":return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20";default:return","}},Od=t=>{switch(t){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},kt=({allowReserved:t,explode:e,name:n,style:r,value:s})=>{if(!e){let p=(t?s:s.map(d=>encodeURIComponent(d))).join(Md(r));switch(r){case"label":return`.${p}`;case"matrix":return`;${n}=${p}`;case"simple":return p;default:return`${n}=${p}`}}let o=qd(r),u=s.map(p=>r==="label"||r==="simple"?t?p:encodeURIComponent(p):Te({allowReserved:t,name:n,value:p})).join(o);return r==="label"||r==="matrix"?o+u:u},Te=({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)}`},wt=({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=Od(r),p=Object.entries(s).map(([d,f])=>Te({allowReserved:t,name:r==="deepObject"?`${n}[${d}]`:d,value:f})).join(u);return r==="label"||r==="matrix"?u+p:p};var Ud=/\{[^{}]+\}/g,Fd=({path:t,url:e})=>{let n=e,r=e.match(Ud);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,kt({explode:o,name:u,style:p,value:d}));continue}if(typeof d=="object"){n=n.replace(s,wt({explode:o,name:u,style:p,value:d,valueOnly:!0}));continue}if(p==="matrix"){n=n.replace(s,`;${Te({name:u,value:d})}`);continue}let f=encodeURIComponent(p==="label"?`.${d}`:d);n=n.replace(s,f)}return n},du=({baseUrl:t,path:e,query:n,querySerializer:r,url:s})=>{let o=s.startsWith("/")?s:`/${s}`,u=(t??"")+o;e&&(u=Fd({path:e,url:u}));let p=n?r(n):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(u+=`?${p}`),u};function wn(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 gu=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 Sn={bodySerializer:t=>JSON.stringify(t,(e,n)=>typeof n=="bigint"?n.toString():n)};var mu=({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=kt({allowReserved:p.allowReserved,explode:!0,name:o,style:"form",value:u,...p.array});d&&s.push(d)}else if(typeof u=="object"){let d=wt({allowReserved:p.allowReserved,explode:!0,name:o,style:"deepObject",value:u,...p.object});d&&s.push(d)}else{let d=Te({allowReserved:p.allowReserved,name:o,value:u});d&&s.push(d)}}return s.join("&")},fu=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"}},Ld=(t,e)=>e?!!(t.headers.has(e)||t.query?.[e]||t.headers.get("Cookie")?.includes(`${e}=`)):!1,yu=async({security:t,...e})=>{for(let n of t){if(Ld(e,n.name))continue;let r=await gu(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}}},vn=t=>du({baseUrl:t.baseUrl,path:t.path,query:t.query,querySerializer:typeof t.querySerializer=="function"?t.querySerializer:mu(t.querySerializer),url:t.url}),Cn=(t,e)=>{let n={...t,...e};return n.baseUrl?.endsWith("/")&&(n.baseUrl=n.baseUrl.substring(0,n.baseUrl.length-1)),n.headers=St(t.headers,e.headers),n},Gd=t=>{let e=[];return t.forEach((n,r)=>{e.push([r,n])}),e},St=(...t)=>{let e=new Headers;for(let n of t){if(!n)continue;let r=n instanceof Headers?Gd(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},He=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}},hu=()=>({error:new He,request:new He,response:new He}),Bd=mu({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),Nd={"Content-Type":"application/json"},We=(t={})=>({...Sn,headers:Nd,parseAs:"auto",querySerializer:Bd,...t});var ze=(t={})=>{let e=Cn(We(),t),n=()=>({...e}),r=f=>(e=Cn(e,f),n()),s=hu(),o=async f=>{let m={...e,...f,fetch:f.fetch??e.fetch??globalThis.fetch,headers:St(e.headers,f.headers),serializedBody:void 0};m.security&&await yu({...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=vn(m);return{opts:m,url:b}},u=async f=>{let{opts:m,url:b}=await o(f),x={redirect:"follow",...m,body:wn(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"?fu(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 pu({...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:wn(b),url:x})};return{buildUrl:vn,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 Kd={$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"},Hd=Object.entries(Kd),bu=(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&&bu(n.args,e);return e},Wd=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=bu(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=Hd.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 Wd(n),n};var xu=ze(We({baseUrl:"http://localhost:4096"}));var _=class{client;constructor(e){this.client=e?.client??xu}},Rn=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}})}},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})}},In=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}})}},En=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})}},jn=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}})}},$n=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})}},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:"/experimental/resource",...n,...r})}},qn=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}})}},Mn=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})}},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:"/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 Mn({client:this.client})}},Un=class extends _{_controlPlane;get controlPlane(){return this._controlPlane??=new In({client:this.client})}_capabilities;get capabilities(){return this._capabilities??=new En({client:this.client})}_console;get console(){return this._console??=new jn({client:this.client})}_session;get session(){return this._session??=new $n({client:this.client})}_resource;get resource(){return this._resource??=new Dn({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new qn({client:this.client})}_workspace;get workspace(){return this._workspace??=new On({client:this.client})}},Fn=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}})}},Ln=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 Fn({client:this.client})}},Gn=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})}},Bn=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})}},Nn=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})}},Kn=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}})}},Hn=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})}},Wn=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})}},zn=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})}},Vn=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})}},Jn=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})}},Xn=class extends _{get(e,n){let r=g([e],[{args:[{in:"query",key:"directory"},{in:"query",key:"workspace"}]}]);return(n?.client??this.client).get({url:"/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 Jn({client:this.client})}},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:"/command",...n,...r})}},Qn=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})}},Zn=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})}},er=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})}},tr=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 er({client:this.client})}},nr=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})}},rr=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})}},sr=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})}},ir=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}})}},or=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}})}},ar=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 or({client:this.client})}},cr=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})}},lr=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}})}},ur=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}})}},pr=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 ur({client:this.client})}},dr=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}})}},gr=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 dr({client:this.client})}},mr=class extends _{get(e){return(e?.client??this.client).get({url:"/api/health",...e})}},fr=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})}},yr=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})}},hr=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})}},br=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}})}},xr=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})}},_r=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 hr({client:this.client})}_permission;get permission(){return this._permission??=new br({client:this.client})}_question;get question(){return this._question??=new xr({client:this.client})}},Pr=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})}},kr=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})}},wr=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}})}},Sr=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}})}},vr=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 wr({client:this.client})}_attempt;get attempt(){return this._attempt??=new Sr({client:this.client})}},Cr=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}})}},Rr=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})}},Tr=class extends _{_request;get request(){return this._request??=new Rr({client:this.client})}_saved;get saved(){return this._saved??=new Ar({client:this.client})}},Ir=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})}},Er=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})}},jr=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})}},$r=class extends _{subscribe(e){return(e?.client??this.client).sse.get({url:"/api/event",...e})}},Dr=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})}},qr=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})}},Mr=class extends _{_request;get request(){return this._request??=new qr({client:this.client})}},Or=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})}},Ur=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})}},Fr=class extends _{_health;get health(){return this._health??=new mr({client:this.client})}_location;get location(){return this._location??=new fr({client:this.client})}_agent;get agent(){return this._agent??=new yr({client:this.client})}_session;get session(){return this._session??=new _r({client:this.client})}_model;get model(){return this._model??=new Pr({client:this.client})}_provider;get provider(){return this._provider??=new kr({client:this.client})}_integration;get integration(){return this._integration??=new vr({client:this.client})}_credential;get credential(){return this._credential??=new Cr({client:this.client})}_permission;get permission(){return this._permission??=new Tr({client:this.client})}_fs;get fs(){return this._fs??=new Ir({client:this.client})}_command;get command(){return this._command??=new Er({client:this.client})}_skill;get skill(){return this._skill??=new jr({client:this.client})}_event;get event(){return this._event??=new $r({client:this.client})}_pty;get pty(){return this._pty??=new Dr({client:this.client})}_question;get question(){return this._question??=new Mr({client:this.client})}_reference;get reference(){return this._reference??=new Or({client:this.client})}_projectCopy;get projectCopy(){return this._projectCopy??=new Ur({client:this.client})}},vt=class t extends _{static __registry=new Rn;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 Tn({client:this.client})}_experimental;get experimental(){return this._experimental??=new Un({client:this.client})}_global;get global(){return this._global??=new Ln({client:this.client})}_event;get event(){return this._event??=new Gn({client:this.client})}_config;get config(){return this._config??=new Bn({client:this.client})}_tool;get tool(){return this._tool??=new Nn({client:this.client})}_worktree;get worktree(){return this._worktree??=new Kn({client:this.client})}_find;get find(){return this._find??=new Hn({client:this.client})}_file;get file(){return this._file??=new Wn({client:this.client})}_instance;get instance(){return this._instance??=new zn({client:this.client})}_path;get path(){return this._path??=new Vn({client:this.client})}_vcs;get vcs(){return this._vcs??=new Xn({client:this.client})}_command;get command(){return this._command??=new Yn({client:this.client})}_lsp;get lsp(){return this._lsp??=new Qn({client:this.client})}_formatter;get formatter(){return this._formatter??=new Zn({client:this.client})}_mcp;get mcp(){return this._mcp??=new tr({client:this.client})}_project;get project(){return this._project??=new nr({client:this.client})}_pty;get pty(){return this._pty??=new rr({client:this.client})}_question;get question(){return this._question??=new sr({client:this.client})}_permission;get permission(){return this._permission??=new ir({client:this.client})}_provider;get provider(){return this._provider??=new ar({client:this.client})}_session;get session(){return this._session??=new cr({client:this.client})}_part;get part(){return this._part??=new lr({client:this.client})}_sync;get sync(){return this._sync??=new pr({client:this.client})}_tui;get tui(){return this._tui??=new gr({client:this.client})}_v2;get v2(){return this._v2??=new Fr({client:this.client})}};function Pu(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||_u(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 ${_u(n,e)}: ${s}`,{cause:{body:t,status:e?.status}})}function _u(t,e){let n=t?.method??"?",r=t?.url??"?",s=e?.status,o=e?.statusText;return`${n} ${r}${s?" \u2192 "+s:""}${o?" "+o:""}`}function zd(t,e,n){if(t)return e&&(t===e||n&&t===n(e))?e:t}function Vd(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=zd(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 Lr(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=ze(t);return e.interceptors.request.use(n=>Vd(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(Pu),new vt({client:e})}var Jd=new Set(["api","cli","mobile","web"]);function Ct(t){let e=t?.trim().toLowerCase();return e&&Jd.has(e)?e:null}function Xd(t){return new Promise(e=>setTimeout(e,t))}async function ku(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 Xd(s)),u=await t(),u)return u;return u}var Yd=12e4;function Qd(t){return(t instanceof Request?t.url:String(t)).includes("/global/event")}function Gr(t,e,n=Yd){let r=t instanceof Request?t.signal:e?.signal;if(Qd(t))return r??void 0;let s=AbortSignal.timeout(n);return r?typeof AbortSignal.any=="function"?AbortSignal.any([r,s]):r:s}function Br(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 wu(){return new Response(JSON.stringify({error:"Not authenticated"}),{status:401,headers:{"Content-Type":"application/json"}})}async function Rt(){return D().getToken()}async function te(t){return ku(()=>D().getToken(),t,Ve)}function Ve(){}function Zd(t){}function eg(t){}async function Ie(){return Rt()}async function Nr(t){return te(t)}function Su(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 Nr();if(!o)return wu();let u=D().clientSource,p=Br(t,e,o,u),d=s===void 0?Gr(t,e):Gr(t,e,s),f=await Su(t,e,p,d);if(f.status===401&&r&&o){Ve();let m=await Nr({attempts:2,baseDelayMs:200});if(m&&m!==o){let b=Br(t,e,m,u);return Su(t,e,b,d)}}return f}var Ee={url:null,sandboxId:null,dbSandboxId:null,version:0},tg=new Set;function vu(t,e=null,n=null){if(!(Ee.url===t&&Ee.sandboxId===e&&Ee.dbSandboxId===n)){Ee={url:t,sandboxId:e,dbSandboxId:n,version:Ee.version+1};for(let r of tg)r()}}function Cu(){return Ee.url}function ng(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Je(){return ng(D().backendUrl||"http://localhost:8008/v1")}function Ru(){let t=D().sandboxId;return t?`${Je()}/p/${t}/8000`:""}function rg(t){return`${Je()}/p/${t}/8000`}function At(t){return rg(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)}},be=class extends v{constructor(e="Not authenticated"){super(e,{code:"NO_SESSION"}),this.name="AuthError"}},pe=class t extends Error{status;detail;constructor(e,n,r){super(r||n.message||`Billing Error: ${e}`),this.name="BillingError",this.status=e,this.detail=n,Object.setPrototypeOf(this,t.prototype)}},xe=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)}},Tt="feature_disabled";function Au(t){if(!(t instanceof v)||t.status!==403||t.code!==Tt)return null;let e=t.details??t.data;return e&&typeof e=="object"?e:{}}function Kr(t){let e=Au(t);return e?(typeof e.feature=="string"&&!t.feature&&(t.feature=e.feature),!0):!1}function Hr(t){let e=Au(t);if(!e)return null;let n=t.feature;return typeof n=="string"?n:typeof e.feature=="string"?e.feature:null}function _e(t){let e=t.response?.status||t.status;if(e!==402)return t;let n=t.response?.data||t.data||t.detail||{},r=n?.detail||n;return new pe(e,{message:r?.message||t.message||"Billing error",...r})}function Wr(t){return t instanceof pe}function zr(t){if(!(t instanceof pe))return null;let e=t.detail?.message?.toLowerCase()||"";return e.includes("credit")||e.includes("balance")||e.includes("insufficient")?{alertTitle:"You ran out of credits",alertSubtitle:"Upgrade your plan to get more credits and continue using the AI assistant."}:{alertTitle:"Billing check failed",alertSubtitle:t.detail?.message||"Please upgrade to continue."}}var Tu="X-Kortix-Impersonate",Jr="kortix.impersonation",Pe=null,It=!1,Vr=new Set;function Xr(){try{return typeof sessionStorage>"u"?null:sessionStorage}catch{return null}}function Iu(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 sg(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 Eu(){for(let t of Vr)try{t()}catch{}}function ju(){return It||(It=!0,Pe=sg(Xr()?.getItem(Jr)??null)),Pe&&!Iu(Pe)?(Yr(),null):Pe}function ig(t){if(It=!0,!t){Yr();return}Pe=t;try{Xr()?.setItem(Jr,JSON.stringify(t))}catch{}Eu()}function Yr(){It=!0;let t=Pe!==null;Pe=null;try{Xr()?.removeItem(Jr)}catch{}t&&Eu()}function og(t){return Vr.add(t),()=>{Vr.delete(t)}}var ag=/(^|\/)admin\/(api|analytics)(\/|$)/;function $u(t){let e=t;if(/^https?:\/\//.test(t))try{e=new URL(t).pathname}catch{e=t}return!ag.test(e)}function Et(t){if(t!==void 0&&!$u(t))return{};let e=ju();return e?{[Tu]:e.grantId}:{}}var ne=()=>D().backendUrl||"",qu="feature_not_supported",Mu="model_not_servable",Ou="provision_in_flight",Uu="request_deadline",cg=/^Request exceeded the \d+s server processing deadline$/,lg=(t,e,n)=>t!==503?!1:(typeof e=="object"&&e!==null&&"code"in e?e.code:void 0)===Uu||cg.test(n),ug=t=>new Promise(e=>setTimeout(e,t)),pg=new Set([502,503,504]),dg=t=>pg.has(t),gg=t=>{let e=(t??"GET").toUpperCase();return e==="GET"||e==="HEAD"},mg=2,Du=t=>t?.name==="AbortError"||t?.name==="AbortSignal"||t instanceof Error&&t.message.includes("aborted"),jt=!1;function fg(t){jt=t}function yg(){return jt}async function ke(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 te(),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),jt&&(x["x-kortix-admin-bypass"]="1"),Object.assign(x,Et(t)),m)x.Authorization=`Bearer ${m}`;else return{error:new be,success:!1};let E=gg(o.method),l=E?mg+1:1,y;for(let R=0;R<l;R++){R>0&&await ug(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),Du($)||R===l-1)throw $;continue}if(p&&(clearTimeout(p),p=null),!(E&&dg(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=lg(y.status,P,R),$=new v(R,{status:y.status,response:y,details:P||void 0,data:P,detail:P?.detail,code:j?Uu:P?.code||P?.error_code||P?.detail?.error_code||y.status.toString()});if(y.status===402&&($=_e($)),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 xe(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===qu,W=y.status===409&&P?.code===Mu,K=y.status===409&&P?.code===Ou;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=Du(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(ne(),"")||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 hg={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 bg(t,e,n={}){let{timeout:r=3e4,fetch:s=fetch}=n,o=await te(),u={Accept:"text/event-stream","Content-Type":"application/json"},p=Ct(D().clientSource);p&&(u["X-Kortix-Client"]=p),jt&&(u["x-kortix-admin-bypass"]="1"),Object.assign(u,Et(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)=>ke(`${ne()}${t}`,{...e,method:"GET"}),post:(t,e,n)=>ke(`${ne()}${t}`,{...n,method:"POST",body:e?JSON.stringify(e):void 0}),put:(t,e,n)=>ke(`${ne()}${t}`,{...n,method:"PUT",body:e?JSON.stringify(e):void 0}),patch:(t,e,n)=>ke(`${ne()}${t}`,{...n,method:"PATCH",body:e?JSON.stringify(e):void 0}),delete:(t,e)=>ke(`${ne()}${t}`,{...e,method:"DELETE"}),upload:(t,e,n)=>{let{headers:r,...s}=n||{},o={...r};return delete o["Content-Type"],ke(`${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"],ke(`${ne()}${t}`,{...s,method:"PUT",body:e,headers:o})},postStream:bg};var $t=new Map,Qr=new Map;function Zr(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Fu(t){return $t.get(Zr(t))??null}function Lu(t){return $t.has(Zr(t))}async function Dt(t){let e=Zr(t),n=$t.get(e);if(n!==void 0)return n;let r=Qr.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 $t.set(e,u),u}catch{return null}finally{Qr.delete(e)}})();return Qr.set(e,s),s}function Gu(t){let{apiBaseUrl:e}=t;return Lu(e)||Dt(e).catch(()=>{}),{sandboxId:t.sandboxId,backendPort:t.backendPort,apiBaseUrl:e,previewUrlTemplate:Fu(e)}}function re(){let t=Cu();return t||(D().billingEnabled??!1?"":Ru())}async function es(t,e){return(await t.json().catch(()=>({})))?.error||t.statusText||e}function ts(t){if(!t)throw new Error("[opencode-sdk] Server URL not ready \u2014 sandbox is still loading");return t}async function ns(t){let e=ts(t),n=await q(`${e}/env`);if(!n.ok)throw new Error(await es(n,"Failed to load secrets"));return(await n.json()).secrets??{}}async function rs(t,e,n){let r=ts(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 es(s,"Failed to save secret"))}async function ss(t,e){let n=ts(t),r=await q(`${n}/env/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await es(r,"Failed to delete secret"))}var Bu={list:ns,set:rs,delete:ss};async function Nu(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 we(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 qt(t,e){let n=await t.json().catch(()=>({}));return n?.error||n?.message||t.statusText||e}function Xe(t){if(!t)throw new Error("[kortix-pty] Server URL not ready \u2014 sandbox is still loading");return we(t)}async function is(t){let e=Xe(t),n=await q(`${e}/kortix/pty`);if(!n.ok)throw new Error(await qt(n,"Failed to list terminals"));return n.json()}async function os(t,e){let n=Xe(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 qt(r,"Failed to create terminal"));return r.json()}async function as(t,e,n){let r=Xe(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 qt(s,"Failed to update terminal"));return s.json()}async function cs(t,e){let n=Xe(t),r=await q(`${n}/kortix/pty/${encodeURIComponent(e)}`,{method:"DELETE"});if(!r.ok)throw new Error(await qt(r,"Failed to remove terminal"))}async function ls(t,e,n){let r=Xe(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:"),we(f.toString())}catch{return r.replace("https://","wss://").replace("http://","ws://")}})()}/kortix/pty/${encodeURIComponent(t)}/connect`,u=new URLSearchParams,p=await Ie();p&&u.set("token",p),n?.wake&&u.set("wake","1");let d=u.toString();return d?`${o}${o.includes("?")?"&":"?"}${d}`:o}var Ku={list:is,create:os,update:as,remove:cs,webSocketUrl:ls};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 xg(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 _g(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`)}async function Pg(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/events`)}async function kg(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/status`)}async function wg(t,e){return w(t,"/kortix/tasks",{method:"POST",body:JSON.stringify(e)})}async function Sg(t,e,n){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function vg(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/start`,{method:"POST"})}async function Cg(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}/approve`,{method:"POST"})}async function Rg(t,e){return w(t,`/kortix/tasks/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Ag(t,e){let n=e?`?project_id=${encodeURIComponent(e)}`:"";return w(t,`/kortix/tickets${n}`)}async function Tg(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`)}async function Ig(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/events`)}async function Eg(t,e){return w(t,"/kortix/tickets",{method:"POST",body:JSON.stringify(e)})}async function jg(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function $g(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/status`,{method:"POST",body:JSON.stringify(n)})}async function Dg(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/assign`,{method:"POST",body:JSON.stringify(n)})}async function qg(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/unassign`,{method:"POST",body:JSON.stringify(n)})}async function Mg(t,e,n){return w(t,`/kortix/tickets/${encodeURIComponent(e)}/comments`,{method:"POST",body:JSON.stringify(n)})}async function Og(t,e){return w(t,`/kortix/tickets/${encodeURIComponent(e)}`,{method:"DELETE"})}async function Ug(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`)}async function Fg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/columns`,{method:"PUT",body:JSON.stringify({columns:n})})}async function Lg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`)}async function Gg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/fields`,{method:"PUT",body:JSON.stringify({fields:n})})}async function Bg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`)}async function Ng(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/templates`,{method:"PUT",body:JSON.stringify({templates:n})})}async function Kg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/pm-session`,{method:"POST"})}async function Hg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`)}async function Wg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents`,{method:"POST",body:JSON.stringify(n)})}async function zg(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function Vg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}`,{method:"DELETE"})}async function Jg(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/agents/${encodeURIComponent(n)}/persona`)}async function Xg(t,e,n=200){return w(t,`/kortix/projects/${encodeURIComponent(e)}/activity?limit=${n}`)}async function Yg(t){return w(t,"/kortix/projects")}async function Qg(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`)}async function Zg(t,e){return w(t,`/kortix/projects/by-session/${encodeURIComponent(e)}`)}async function em(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/sessions`)}async function tm(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"DELETE"})}async function nm(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}`,{method:"PATCH",body:JSON.stringify(n)})}async function rm(t,e,n="all"){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones?status=${n}`)}async function sm(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`)}async function im(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/events`)}async function om(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones`,{method:"POST",body:JSON.stringify(n)})}async function am(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"PATCH",body:JSON.stringify(r)})}async function cm(t,e,n,r){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/close`,{method:"POST",body:JSON.stringify(r)})}async function lm(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}/reopen`,{method:"POST"})}async function um(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/milestones/${encodeURIComponent(n)}`,{method:"DELETE"})}async function pm(t,e){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`)}async function dm(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}/events`)}async function gm(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials`,{method:"POST",body:JSON.stringify(n)})}async function mm(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`)}async function fm(t,e,n){return w(t,`/kortix/projects/${encodeURIComponent(e)}/credentials/${encodeURIComponent(n)}`,{method:"DELETE"})}var ym=1e4,hm={retryOnAuthError:!1};function je(t,e,n){return w(t,e,{signal:AbortSignal.timeout(ym),...n},hm)}async function bm(t,e=!1){return(await je(t,`/kortix/services${e?"?all=true":""}`)).services??[]}async function xm(t){return(await je(t,"/kortix/services/templates")).templates??[]}async function _m(t,e){return(await je(t,`/kortix/services/${encodeURIComponent(e)}/logs`)).logs??[]}async function Pm(t,e,n){let r=n==="delete",s=r?`/kortix/services/${encodeURIComponent(e)}`:`/kortix/services/${encodeURIComponent(e)}/${n}`;return je(t,s,{method:r?"DELETE":"POST"})}async function km(t,e){return je(t,`/kortix/services/reconcile${e?"?reload=true":""}`,{method:"POST"})}async function wm(t,e){return je(t,"/kortix/services/register",{method:"POST",body:JSON.stringify(e)})}var Mt=new Map,$e=class extends Error{constructor(e="[opencode-sdk] Server URL not ready \u2014 sandbox is still loading"){super(e),this.name="RuntimeNotReadyError"}};function de(){let t=re();if(!t)throw new $e;return se(t)}function se(t){if(!t)throw new Error("[opencode-sdk] getClientForUrl called without a url");let e=Mt.get(t);if(e)return e;if(!Pt())throw new Error("[opencode-sdk] No auth token provider configured \u2014 call configureKortix()/createKortix() before talking to a sandbox runtime.");let n=Lr({baseUrl:t,fetch:q});return Mt.set(t,n),n}function Sm(t){Mt.delete(t)}function vm(){Mt.clear()}var Ot=new Map;function Cm(t){if(!t)throw new Error("[opencode-sdk] getPublicClientForUrl called without a url");let e=Ot.get(t);if(e)return e;let n=Lr({baseUrl:t,fetch});return Ot.set(t,n),n}function Rm(t){Ot.delete(t)}function Am(){Ot.clear()}async function Tm(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 Im(t){let e=re();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 Tm(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 Wu(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 De(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??re()).trim();if(!e)throw new $e;return e}async function Ut(t,e){let n=await q(`${z(e)}${t}`);if(!n.ok)throw new v(await De(n),{status:n.status,response:n});return n.json()}var Ft=["/workspace","/tmp","/home","/opt"],Em=Ft.filter(t=>t!=="/workspace");function ps(t){return Ft.some(e=>t===e||t.startsWith(`${e}/`))}function Qe(t){return ps(t)?t:`/workspace/${t.replace(/^\/+/,"")}`}function ve(t){let e=t||"";if(e==="/workspace"||e==="/workspace/")return"";if(e.startsWith("/workspace/"))e=e.slice(11);else if(Em.some(n=>e===n||e.startsWith(`${n}/`)))return e;for(;e.startsWith("/");)e=e.slice(1);return e}var ds=ve;async function Ze(t,e){let n=z(e),r=ve(t)||".";return(await Ut(`/file?path=${encodeURIComponent(r)}`,n)).map(o=>({...o,path:o.absolute||`/workspace/${o.path}`}))}async function qe(t,e){let n=z(e),r=ve(t),s=await q(`${n}/file/content?path=${encodeURIComponent(r)}`);if(!s.ok)throw new v(await De(s),{status:s.status,response:s});return s.json()}async function jm(t,e,n){let r=z(n),s=ve(t),o=await q(`${r}/file/raw?path=${encodeURIComponent(s)}`);if(!o.ok)throw new v(await De(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 Me(t,e){let n=z(e);try{return await jm(t,void 0,n)}catch{}let r=await qe(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 et(t){return Ut("/file/status",z(t))}async function tt(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)),Ut(`/find/file?${s.toString()}`,r)}async function nt(t,e){let n=z(e);return(await Ut(`/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 Ye=[400,1200],$m=t=>t===408||t===429||t===502||t===503||t===504,Hu=t=>new Promise(e=>setTimeout(e,t));function Dm(t){let e=t?.name;return e==="TimeoutError"||e==="AbortError"}var us=3e4,qm=15*6e4,Mm=256;function zu(t){if(typeof t!="number"||!Number.isFinite(t)||t<=0)return us;let e=us+t/Mm;return Math.min(qm,Math.max(us,Math.round(e)))}async function Om(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 Vu(t,e){let n;for(let s=0;s<=Ye.length;s++){let o;try{o=await e(t())}catch(p){if(n=p,Dm(p)||s===Ye.length)break;await Hu(Ye[s]);continue}if(o.ok)return o.json();let u=await Om(o);if(n=new v(`Upload failed (${o.status}): ${u}`,{status:o.status,response:o}),!$m(o.status)||s===Ye.length)throw n;await Hu(Ye[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 Oe(t,e,n,r){let s=z(r),o=zu(t.size),u=n||(t instanceof File?t.name:"")||"";return Vu(()=>{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 Um(t,e,n){let r=z(n),s=zu(e.size);return Vu(()=>{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 rt(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 Ue(`${p}/${u}`,new Blob([],{type:"application/octet-stream"}),n);return[{path:d.path,size:d.bytes}]}async function st(t,e,n){let r=z(n);return Um(e,await Me(t,r),r)}function Fm(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Lm(t){let e=t.lastIndexOf("/");return e<=0?"/":t.slice(0,e)}function Gm(t){return t.slice(t.lastIndexOf("/")+1)}function Bm(){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 Ue(t,e,n){let r=z(n),s=Qe(Fm(t.trim())),o=Gm(s);if(!o)throw new v(`writeFile needs a file path, got "${t}"`,{code:"INVALID_PATH"});let u=Lm(s);await Fe(u,r).catch(()=>{});let p=Bm(),d=await Oe(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=Qe(f),b=`${s}.kortix-write-backup-${p}`,x=!1;try{await ge(s,b,r),x=!0}catch{}try{await ge(m,s,r)}catch(I){throw x&&await ge(b,s,r).catch(()=>{}),await Se(m,r).catch(()=>{}),I}x&&await Se(b,r).catch(()=>{});let C=d[0]?.size;return{path:s,bytes:typeof C=="number"?C:e.size}}async function Se(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 De(n)}`,{status:n.status,response:n});return n.json()}async function Fe(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 De(n)}`,{status:n.status,response:n});return n.json()}async function ge(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 De(r)}`,{status:r.status,response:r});return r.json()}async function gs(){return Wu(await de().project.current())}async function Lt(){return Wu(await de().global.health())}async function ms(){try{return(await Lt()).healthy===!0}catch{return!1}}var Ju={list:Ze,read:qe,readBlob:Me,status:et,findFiles:tt,findText:nt,upload:Oe,write:Ue,create:rt,copy:st,remove:Se,mkdir:Fe,rename:ge,currentProject:gs,health:Lt,isReachable:ms,toDaemonPath:ve,toSandboxAbsolutePath:Qe,toWorkspaceRelative:ds};function a(t,e="Project request failed"){if(!t.success||t.data===void 0)throw t.error??new Error(e);return t.data}function fs(t){return t.replace(/\/v1\/?$/,"")}async function Le(t,e){if(!t.backendUrl||!t.accessToken)return null;let n=fs(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 ys(){return a(await i.get("/accounts"))}async function hs(t){return a(await i.post("/accounts",t))}async function bs(t){return a(await i.get(`/accounts/${t}`))}async function xs(t,e){return a(await i.patch(`/accounts/${t}`,{name:e}))}async function _s(t){return a(await i.get(`/accounts/${t}/members`))}async function Ps(t,e){return a(await i.post(`/accounts/${t}/members`,e,{showErrors:!1}))}async function ks(t){return a(await i.get(`/accounts/${t}/invites`))}async function ws(t,e){return a(await i.delete(`/accounts/${t}/invites/${e}`))}async function Ss(t,e){return a(await i.post(`/accounts/${t}/invites/${e}/resend`,{}))}async function vs(t){return a(await i.get(`/account-invites/${t}`,{showErrors:!1}))}async function Cs(t){return a(await i.post(`/account-invites/${t}/accept`,{}))}async function Rs(t){return a(await i.post(`/account-invites/${t}/decline`,{}))}async function As(t,e){return a(await i.delete(`/accounts/${t}/members/${e}`))}async function Ts(t,e,n){return a(await i.patch(`/accounts/${t}/members/${e}`,{role:n}))}async function Is(t){return a(await i.post(`/accounts/${t}/leave`,{}))}async function Km(t){return Le(t,"/v1/accounts")}async function Es(){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 Hm=["agent_tunnel","marketplace","connectors_api_discover","agentmail_email","teams","llm_gateway","review_center","meta_agent","apps","monitors","warm_sessions","secrets_egress"];async function Ce(){return a(await i.get("/projects"))}async function js(t){let e=t?`?account_id=${encodeURIComponent(t)}`:"";return a(await i.get(`/projects${e}`))}async function Gt(t,e){return a(await i.get(`/projects/${t}`,e))}async function $s(t,e,n="write"){return a(await i.post(`/projects/${t}/git/collaborators`,{github_username:e,permission:n}))}async function Ds(t,e){return a(await i.post(`/projects/${t}/manifest/validate`,{raw:e}),"Failed to validate manifest")}async function qs(t){return a(await i.post(`/projects/${t}/git-token`,{}),"Failed to mint git token")}function Wm(t){let e=t.metadata?.git;return e?.provider==="github"&&e?.managed===!0}async function Bt(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 Nt(t,e){return a(await i.get(`/projects/${t}/llm-catalog`,{showErrors:!1,...e}))}async function Kt(t,e){return a(await i.get(`/projects/${t}/model-picker`,{showErrors:!1,...e}))}async function zm(t,e){return a(await i.get(`/projects/${t}/llm-catalog/providers`,{showErrors:!1,...e}))}async function Ms(t){return a(await i.post("/projects",t))}async function Os(t){return a(await i.post("/projects/create-repo",t))}async function Us(t,e={}){return a(await i.post("/projects/provision",{seed_starter:!0,...t},{timeout:12e4,...e}))}var Xu=200;function Vm(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>Ku?`${n.slice(0,Ku)}\u2026`:n;throw new Error(`provisionProjectStream: received an unparseable SSE frame (${s})`,{cause:r})}}async function Fm(t,e,n={}){let r=await i.postStream("/projects/provision-stream",{seed_starter:!0,...t},n);if(!r.ok){let d=await r.json().catch(()=>null);throw new v(d?.error||`Provision failed: HTTP ${r.status}`,{status:r.status,code:d?.code})}let s=r.body?.getReader();if(!s)throw new Error("Provision stream is unavailable on this runtime (no response body)");let o=new TextDecoder,u="",p=null;try{for(;;){let{done:d,value:f}=await s.read();if(d)break;u+=o.decode(f,{stream:!0});let m=u.indexOf(`
9
+ `);try{return JSON.parse(n)}catch(r){let s=n.length>Xu?`${n.slice(0,Xu)}\u2026`:n;throw new Error(`provisionProjectStream: received an unparseable SSE frame (${s})`,{cause:r})}}async function Jm(t,e,n={}){let r=await i.postStream("/projects/provision-stream",{seed_starter:!0,...t},n);if(!r.ok){let d=await r.json().catch(()=>null);throw new v(d?.error||`Provision failed: HTTP ${r.status}`,{status:r.status,code:d?.code})}let s=r.body?.getReader();if(!s)throw new Error("Provision stream is unavailable on this runtime (no response body)");let o=new TextDecoder,u="",p=null;try{for(;;){let{done:d,value:f}=await s.read();if(d)break;u+=o.decode(f,{stream:!0});let m=u.indexOf(`
10
10
 
11
11
  `);for(;m!==-1;){let b=u.slice(0,m);u=u.slice(m+2),m=u.indexOf(`
12
12
 
13
- `);let x=Um(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 Lm(){try{return a(await i.get("/projects/managed-git/status",{showErrors:!1}))}catch{return{configured:!1,provider:"github"}}}async function Nt(t,e){return a(await i.patch(`/projects/${t}`,e))}async function Ms(t,e,n){return a(await i.patch(`/projects/${t}/features`,{feature:e,enabled:n}))}async function Os(t,e,n){return a(await i.patch(`/projects/${t}/experimental`,{feature:e,enabled:n}))}async function Us(t,e){return a(await i.patch(`/projects/${t}/sandbox-provider`,{provider:e}))}async function Gm(t,e){return a(await i.get(`/projects/${t}/sandbox-provider/transition`,{showErrors:!1,...e}))}async function Bm(t,e){return a(await i.patch(`/projects/${t}/warm-pool`,e))}async function Fs(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{completed:e}))}async function Nm(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{profile:e}))}async function Kt(t){return a(await i.delete(`/projects/${t}`))}async function Km(t,e){return Le(t,`/v1/projects?account_id=${encodeURIComponent(e)}`)}async function Hm(t,e){if(!t.backendUrl||!t.accessToken)return{ok:!1,limitReached:!1};let n=ds(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 Ls(t){return a(await i.post("/projects/link-repository",t,{showErrors:!1}))}async function Gs(t){return a(await i.get(`/projects/github/installation?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Bs(t){return a(await i.get(`/projects/github/installations?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ns(t){return a(await i.post("/projects/github/installations/linkable",t,{showErrors:!1}))}async function Ks(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 Hs(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 Ws(t){return a(await i.post("/projects/github/installation",t,{showErrors:!1}))}async function zs(t){return a(await i.post("/projects/github/installations/link",t,{showErrors:!1}))}async function Vs(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 Wm(t,e){return a(await i.post(`/projects/${t}/access-requests`,{message:e?.trim()||void 0},{showErrors:!1}))}async function Js(t,e){return a(await i.get(`/projects/${t}/access-requests`,e))}async function Xs(t,e,n="member"){return a(await i.post(`/projects/${t}/access-requests/${e}/approve`,{role:n}))}async function Qs(t,e){return a(await i.post(`/projects/${t}/access-requests/${e}/reject`,{}))}async function Ys(t){return a(await i.get(`/projects/${t}/access`))}async function Zs(t,e,n){return a(await i.put(`/projects/${t}/access/${e}`,{role:n}))}async function ei(t,e){return a(await i.delete(`/projects/${t}/access/${e}`))}function zm(t){return"status"in t&&t.status==="invited"}async function ti(t,e,n,r){return a(await i.post(`/projects/${t}/access/invite`,{email:e,role:n,...r!==void 0?{expires_at:r}:{}}))}async function ni(t){return a(await i.get(`/projects/${t}/access/pending-invites`))}async function ri(t,e){return a(await i.delete(`/projects/${t}/access/pending-invites/${e}`))}async function si(t,e){return a(await i.post(`/projects/${t}/access/pending-invites/${e}/resend`))}async function ii(t){return a(await i.get(`/projects/${t}/group-grants`))}async function oi(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 ai(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 ci(t,e){return a(await i.delete(`/projects/${t}/group-grants/${e}`))}async function li(t){return a(await i.get(`/projects/${t}/resource-grants`))}async function ui(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 pi(t,e){return a(await i.delete(`/projects/${t}/resource-grants/${e}`))}async function di(t,e){return a(await i.get(`/projects/${t}/approvals`,{showErrors:e?.showErrors}))}async function gi(t,e){return a(await i.get(`/projects/${t}/approvals/needs-input`,{showErrors:e?.showErrors}))}async function mi(t,e,n){return a(await i.post(`/projects/${t}/approvals/${e}`,{decision:n}))}async function fi(t){return a(await i.get(`/projects/${t}/secrets`,{showErrors:!1}))}async function yi(t,e){return a(await i.post(`/projects/${t}/secrets`,e))}async function hi(t,e,n,r={}){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/strategy`,{strategy:n,...r}))}async function bi(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/broker`,n))}async function xi(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/start`,{sharing:n?.sharing}))}async function _i(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/poll`,{flow_id:n}))}async function Pi(t,e){return a(await i.delete(`/projects/${t}/oauth/${encodeURIComponent(e)}`))}async function ki(t,e){return a(await i.put(`/projects/${t}/git-credential`,e))}async function wi(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}`))}async function Si(t,e,n){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`,n))}async function vi(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`))}function Ci(t,e){return t?`/connectors/projects/${encodeURIComponent(t)}/${e}`:`/connectors/${e}`}async function Ht(t){return a(await i.get(Ci(t,"catalog"))).connectors??[]}async function it(t){let e=[];for(let n of await Ht(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 Ri(t,e="",n={}){let r=e.trim().toLowerCase(),s=r.split(/\s+/).filter(Boolean),o=[],u=[];for(let p of await it(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 Ai(t,e){return(await it(t)).find(n=>n.tool===e)??null}function Vm(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 Ti(t,e,n={}){let{connector:r,action:s}=Vm(e);return a(await i.post(Ci(t,"call"),{connector:r,action:s,args:n}))}function Jm(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 Xm(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 Ii(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=Xm($().backendUrl),p=Ci(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(Jm(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 Ei(t){return a(await i.get(`/projects/${t}/connections`))}async function ji(t){return a(await i.get(`/projects/${t}/connections/all`))}async function $i(t,e){return a(await i.post(`/projects/${t}/connections`,e))}async function Di(t,e){return a(await i.post(`/projects/${t}/connections/me`,e))}async function qi(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 Qm(t,e){return a(await i.post(`/projects/${t}/connectors/${encodeURIComponent(e)}/oauth2/connection`,{}))}async function Ym(t,e,n){return a(await i.put(re(t,e,"application"),n))}async function Zm(t,e){return a(await i.get(re(t,e,"application")))}async function ef(t,e,n){return a(await i.post(re(t,e,"discover"),n))}async function tf(t,e,n={}){return a(await i.post(re(t,e,"discover-resource"),n))}async function nf(t,e,n){return a(await i.post(re(t,e,"register"),n))}async function rf(t,e,n){return a(await i.post(re(t,e,"authorize"),n))}async function sf(t,e,n){return a(await i.post(re(t,e,"device"),n))}async function of(t,e,n){return a(await i.post(re(t,e,`device/${encodeURIComponent(n)}`),{}))}async function af(t,e){return a(await i.get(re(t,e,"status")))}async function Mi(t,e){return a(await i.put(`/projects/${t}/connections/${e}/revoke`,{}))}async function Oi(t,e){return a(await i.put(`/projects/${t}/connections/${e}/activate`,{}))}async function Ui(t,e){return a(await i.put(`/projects/${t}/connections/${e}/default`,{}))}async function Fi(t,e,n={}){return a(await i.post(`/projects/${t}/connections/${e}/connect`,n))}async function Li(t,e){return a(await i.post(`/projects/${t}/connections/${e}/connect/finalize`,{}))}async function Gi(t){return a(await i.get(`/connectors/projects/${t}/connectors`,{showErrors:!1}))}async function Bi(t){return a(await i.post(`/connectors/projects/${t}/connectors/sync`,{}))}async function Ni(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential-mode`,{mode:n}))}async function Ki(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/authorization-strategy`,{authorization_strategy:n}))}async function Hi(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/sensitive`,{sensitive:n}))}async function Wi(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`))}async function zi(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`,{policies:n}))}async function cf(t,e){throw new Error("Connection-specific policies were removed. Use getConnectorPolicies(projectId, slug).")}async function lf(t,e,n){throw new Error("Connection-specific policies were removed. Use setConnectorPolicies(projectId, slug, policies).")}async function Vi(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/config`))}async function Ji(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/name`,{name:n}))}async function Xi(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect`,{}))}async function Qi(t,e){return a(await i.post(`/connectors/projects/${t}/connectors`,e))}async function Yi(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/auth-discovery`,e))}async function Zi(t,e){return a(await i.delete(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}`))}async function eo(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 to(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 Wt(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 zt(t,e){let n=new URLSearchParams({id:e});return a(await i.get(`/connectors/projects/${t}/discover/connectors/detail?${n.toString()}`))}var uf=Wt,pf=zt;async function no(){return a(await i.get("/connectors/connect-status"))}async function ro(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 df(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/secret-binding`,{secret_identifier:n}))}async function so(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect/finalize`,{}))}async function io(t){return a(await i.get(`/connectors/projects/${t}/policies`))}async function oo(t,e,n){return a(await i.put(`/connectors/projects/${t}/policies`,{policies:e,defaultMode:n}))}async function ao(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function co(t){return a(await i.get(`/projects/${t}/snapshots`))}async function Vt(t){return a(await i.get(`/projects/${t}/sandbox-health`,{showErrors:!1,timeout:15e3}))}async function lo(t,e){return a(await i.post(`/projects/${t}/snapshots/rebuild`,e?{slug:e}:{}))}async function uo(t){return a(await i.post(`/projects/${t}/snapshots/fix-with-agent`,{}))}async function po(t,e){return a(await i.post(`/projects/${t}/sandbox-templates`,e))}async function go(t,e,n){return a(await i.patch(`/projects/${t}/sandbox-templates/${e}`,n))}async function mo(t,e){return a(await i.delete(`/projects/${t}/sandbox-templates/${e}`))}async function fo(t,e){return a(await i.post(`/projects/${t}/sandbox-templates/${e}/build`,{}))}async function yo(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function ho(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 bo(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 xo(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 _o(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 ee(),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 Po(t){return a(await i.get(`/projects/${t}/branches`))}async function ko(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 wo(t,e){return a(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}`))}async function So(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 vo(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 Co(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 Ro(t,e){let n=e?`?status=${e}`:"";return a(await i.get(`/projects/${t}/change-requests${n}`,{showErrors:!1,timeout:15e3}))}async function Ao(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}`))}async function To(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/diff`))}async function Io(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/merge-preview`))}async function Eo(t,e){return a(await i.post(`/projects/${t}/change-requests`,e))}async function jo(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/merge`,n??{},{showErrors:!1}))}async function $o(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/close`,{}))}async function Do(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/reopen`,{}))}async function qo(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/request-changes`,{feedback:n}))}async function Mo(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/commit-push`,n??{}))}var Oo=new Set;function ot(t){t&&Oo.add(t)}function Uo(t){return!!t&&Oo.has(t)}function gf(t){t&&Oo.delete(t)}async function Ge(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 Fo(t,e,n){return a(await i.put(`/projects/${t}/sessions/${e}/sharing`,n))}async function Lo(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/previews`))}async function Go(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/public-shares`,{showErrors:!1}))}async function Bo(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/public-shares`,n))}async function No(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/public-shares/${n}`))}async function Be(t,e){let n=a(await i.post(`/projects/${t}/sessions`,e??{}));return e?.initial_prompt||ot(n?.session_id),n}async function Ko(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||ot(r.session.session_id),r}async function Ho(t,e){let n=a(await i.post(`/projects/${t}/sessions/warm/claim`,e,{showErrors:!1}));return ot(n.session_id),n}async function Jt(t,e,n){return a(await i.get(`/projects/${t}/sessions/${e}`,{showErrors:n?.showErrors}))}async function Wo(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 zo(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 Vo(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/turn`))}async function Jo(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 Xo(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/prompts`))}async function Qo(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/prompts/${n}`)).removed}async function Yo(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/${n}/retry`,{}))}async function Zo(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/hold`,{held:n}))}async function ea(t,e,n){let r=new URLSearchParams;n?.cursor!=null&&r.set("cursor",String(n.cursor)),n?.limit!=null&&r.set("limit",String(n.limit));let s=r.toString();return a(await i.get(`/projects/${t}/sessions/${e}/voice-transcript${s?`?${s}`:""}`,{showErrors:n?.showErrors}))}async function ta(t,e,n){return a(await i.patch(`/projects/${t}/sessions/${e}`,n))}async function na(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 ct(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/stop`,{}))}async function ra(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/config`,{showErrors:!1}))}function mf(t){let e=t.split(`
13
+ `);let x=Vm(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 Xm(){try{return a(await i.get("/projects/managed-git/status",{showErrors:!1}))}catch{return{configured:!1,provider:"github"}}}async function Ht(t,e){return a(await i.patch(`/projects/${t}`,e))}async function Fs(t,e,n){return a(await i.patch(`/projects/${t}/features`,{feature:e,enabled:n}))}async function Ls(t,e,n){return a(await i.patch(`/projects/${t}/experimental`,{feature:e,enabled:n}))}async function Gs(t,e){return a(await i.patch(`/projects/${t}/sandbox-provider`,{provider:e}))}async function Ym(t,e){return a(await i.get(`/projects/${t}/sandbox-provider/transition`,{showErrors:!1,...e}))}async function Qm(t,e){return a(await i.patch(`/projects/${t}/warm-pool`,e))}async function Bs(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{completed:e}))}async function Zm(t,e){return a(await i.patch(`/projects/${t}/onboarding`,{profile:e}))}async function Wt(t){return a(await i.delete(`/projects/${t}`))}async function ef(t,e){return Le(t,`/v1/projects?account_id=${encodeURIComponent(e)}`)}async function tf(t,e){if(!t.backendUrl||!t.accessToken)return{ok:!1,limitReached:!1};let n=fs(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 Ns(t){return a(await i.post("/projects/link-repository",t,{showErrors:!1}))}async function Ks(t){return a(await i.get(`/projects/github/installation?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Hs(t){return a(await i.get(`/projects/github/installations?account_id=${encodeURIComponent(t)}`,{showErrors:!1}))}async function Ws(t){return a(await i.post("/projects/github/installations/linkable",t,{showErrors:!1}))}async function zs(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 Vs(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 Js(t){return a(await i.post("/projects/github/installation",t,{showErrors:!1}))}async function Xs(t){return a(await i.post("/projects/github/installations/link",t,{showErrors:!1}))}async function Ys(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 nf(t,e){return a(await i.post(`/projects/${t}/access-requests`,{message:e?.trim()||void 0},{showErrors:!1}))}async function Qs(t,e){return a(await i.get(`/projects/${t}/access-requests`,e))}async function Zs(t,e,n="member"){return a(await i.post(`/projects/${t}/access-requests/${e}/approve`,{role:n}))}async function ei(t,e){return a(await i.post(`/projects/${t}/access-requests/${e}/reject`,{}))}async function ti(t){return a(await i.get(`/projects/${t}/access`))}async function ni(t,e,n){return a(await i.put(`/projects/${t}/access/${e}`,{role:n}))}async function ri(t,e){return a(await i.delete(`/projects/${t}/access/${e}`))}function rf(t){return"status"in t&&t.status==="invited"}async function si(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 ii(t){return a(await i.get(`/projects/${t}/access/pending-invites`))}async function oi(t,e){return a(await i.delete(`/projects/${t}/access/pending-invites/${e}`))}async function ai(t,e){return a(await i.post(`/projects/${t}/access/pending-invites/${e}/resend`))}async function ci(t){return a(await i.get(`/projects/${t}/group-grants`))}async function li(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 ui(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 pi(t,e){return a(await i.delete(`/projects/${t}/group-grants/${e}`))}async function di(t){return a(await i.get(`/projects/${t}/resource-grants`))}async function gi(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 mi(t,e){return a(await i.delete(`/projects/${t}/resource-grants/${e}`))}async function fi(t,e){return a(await i.get(`/projects/${t}/approvals`,{showErrors:e?.showErrors}))}async function yi(t,e){return a(await i.get(`/projects/${t}/approvals/needs-input`,{showErrors:e?.showErrors}))}async function hi(t,e,n){return a(await i.post(`/projects/${t}/approvals/${e}`,{decision:n}))}async function bi(t){return a(await i.get(`/projects/${t}/secrets`,{showErrors:!1}))}async function xi(t,e){return a(await i.post(`/projects/${t}/secrets`,e))}async function _i(t,e,n,r={}){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/strategy`,{strategy:n,...r}))}async function Pi(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/broker`,n))}async function ki(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/start`,{sharing:n?.sharing}))}async function wi(t,e,n){return a(await i.post(`/projects/${t}/oauth/${e}/poll`,{flow_id:n}))}async function Si(t,e){return a(await i.delete(`/projects/${t}/oauth/${encodeURIComponent(e)}`))}async function vi(t,e){return a(await i.put(`/projects/${t}/git-credential`,e))}async function Ci(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}`))}async function Ri(t,e,n){return a(await i.put(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`,n))}async function Ai(t,e){return a(await i.delete(`/projects/${t}/secrets/${encodeURIComponent(e)}/personal`))}function Ti(t,e){return t?`/connectors/projects/${encodeURIComponent(t)}/${e}`:`/connectors/${e}`}async function zt(t){return a(await i.get(Ti(t,"catalog"))).connectors??[]}async function it(t){let e=[];for(let n of await zt(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 Ii(t,e="",n={}){let r=e.trim().toLowerCase(),s=r.split(/\s+/).filter(Boolean),o=[],u=[];for(let p of await it(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 Ei(t,e){return(await it(t)).find(n=>n.tool===e)??null}function sf(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 ji(t,e,n={}){let{connector:r,action:s}=sf(e);return a(await i.post(Ti(t,"call"),{connector:r,action:s,args:n}))}function of(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 af(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 $i(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=af(D().backendUrl),p=Ti(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(of(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 Di(t){return a(await i.get(`/projects/${t}/connections`))}async function qi(t){return a(await i.get(`/projects/${t}/connections/all`))}async function Mi(t,e){return a(await i.post(`/projects/${t}/connections`,e))}async function Oi(t,e){return a(await i.post(`/projects/${t}/connections/me`,e))}async function Ui(t,e,n){return a(await i.put(`/projects/${t}/connections/${e}/credential`,n))}function ie(t,e,n){return`/projects/${t}/connections/${e}/oauth2/${n}`}async function cf(t,e){return a(await i.post(`/projects/${t}/connectors/${encodeURIComponent(e)}/oauth2/connection`,{}))}async function lf(t,e,n){return a(await i.put(ie(t,e,"application"),n))}async function uf(t,e){return a(await i.get(ie(t,e,"application")))}async function pf(t,e,n){return a(await i.post(ie(t,e,"discover"),n))}async function df(t,e,n={}){return a(await i.post(ie(t,e,"discover-resource"),n))}async function gf(t,e,n){return a(await i.post(ie(t,e,"register"),n))}async function mf(t,e,n){return a(await i.post(ie(t,e,"authorize"),n))}async function ff(t,e,n){return a(await i.post(ie(t,e,"device"),n))}async function yf(t,e,n){return a(await i.post(ie(t,e,`device/${encodeURIComponent(n)}`),{}))}async function hf(t,e){return a(await i.get(ie(t,e,"status")))}async function Fi(t,e){return a(await i.put(`/projects/${t}/connections/${e}/revoke`,{}))}async function Li(t,e){return a(await i.put(`/projects/${t}/connections/${e}/activate`,{}))}async function Gi(t,e){return a(await i.put(`/projects/${t}/connections/${e}/default`,{}))}async function Bi(t,e,n={}){return a(await i.post(`/projects/${t}/connections/${e}/connect`,n))}async function Ni(t,e){return a(await i.post(`/projects/${t}/connections/${e}/connect/finalize`,{}))}async function Ki(t){return a(await i.get(`/connectors/projects/${t}/connectors`,{showErrors:!1}))}async function Hi(t){return a(await i.post(`/connectors/projects/${t}/connectors/sync`,{}))}async function Wi(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/credential-mode`,{mode:n}))}async function zi(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/authorization-strategy`,{authorization_strategy:n}))}async function Vi(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/sensitive`,{sensitive:n}))}async function Ji(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`))}async function Xi(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/policies`,{policies:n}))}async function bf(t,e){throw new Error("Connection-specific policies were removed. Use getConnectorPolicies(projectId, slug).")}async function xf(t,e,n){throw new Error("Connection-specific policies were removed. Use setConnectorPolicies(projectId, slug, policies).")}async function Yi(t,e){return a(await i.get(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/config`))}async function Qi(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/name`,{name:n}))}async function Zi(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect`,{}))}async function eo(t,e){return a(await i.post(`/connectors/projects/${t}/connectors`,e))}async function to(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/auth-discovery`,e))}async function no(t,e){return a(await i.delete(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}`))}async function ro(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 so(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 Vt(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 Jt(t,e){let n=new URLSearchParams({id:e});return a(await i.get(`/connectors/projects/${t}/discover/connectors/detail?${n.toString()}`))}var _f=Vt,Pf=Jt;async function io(){return a(await i.get("/connectors/connect-status"))}async function oo(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 kf(t,e,n){return a(await i.put(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/secret-binding`,{secret_identifier:n}))}async function ao(t,e){return a(await i.post(`/connectors/projects/${t}/connectors/${encodeURIComponent(e)}/connect/finalize`,{}))}async function co(t){return a(await i.get(`/connectors/projects/${t}/policies`))}async function lo(t,e,n){return a(await i.put(`/connectors/projects/${t}/policies`,{policies:e,defaultMode:n}))}async function uo(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function po(t){return a(await i.get(`/projects/${t}/snapshots`))}async function Xt(t){return a(await i.get(`/projects/${t}/sandbox-health`,{showErrors:!1,timeout:15e3}))}async function go(t,e){return a(await i.post(`/projects/${t}/snapshots/rebuild`,e?{slug:e}:{}))}async function mo(t){return a(await i.post(`/projects/${t}/snapshots/fix-with-agent`,{}))}async function fo(t,e){return a(await i.post(`/projects/${t}/sandbox-templates`,e))}async function yo(t,e,n){return a(await i.patch(`/projects/${t}/sandbox-templates/${e}`,n))}async function ho(t,e){return a(await i.delete(`/projects/${t}/sandbox-templates/${e}`))}async function bo(t,e){return a(await i.post(`/projects/${t}/sandbox-templates/${e}/build`,{}))}async function xo(t){return a(await i.get(`/projects/${t}/sandboxes`))}async function _o(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 Po(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 ko(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 wo(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 te(),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 So(t){return a(await i.get(`/projects/${t}/branches`))}async function vo(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 Co(t,e){return a(await i.get(`/projects/${t}/commits/${encodeURIComponent(e)}`))}async function Ro(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 Ao(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 To(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 Io(t,e){let n=e?`?status=${e}`:"";return a(await i.get(`/projects/${t}/change-requests${n}`,{showErrors:!1,timeout:15e3}))}async function Eo(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}`))}async function jo(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/diff`))}async function $o(t,e){return a(await i.get(`/projects/${t}/change-requests/${e}/merge-preview`))}async function Do(t,e){return a(await i.post(`/projects/${t}/change-requests`,e))}async function qo(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/merge`,n??{},{showErrors:!1}))}async function Mo(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/close`,{}))}async function Oo(t,e){return a(await i.post(`/projects/${t}/change-requests/${e}/reopen`,{}))}async function Uo(t,e,n){return a(await i.post(`/projects/${t}/change-requests/${e}/request-changes`,{feedback:n}))}async function Fo(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/commit-push`,n??{}))}var Lo=new Set;function ot(t){t&&Lo.add(t)}function Go(t){return!!t&&Lo.has(t)}function wf(t){t&&Lo.delete(t)}async function Ge(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 Bo(t,e,n){return a(await i.put(`/projects/${t}/sessions/${e}/sharing`,n))}async function No(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/previews`))}async function Ko(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/public-shares`,{showErrors:!1}))}async function Ho(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/public-shares`,n))}async function Wo(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/public-shares/${n}`))}async function Be(t,e){let n=a(await i.post(`/projects/${t}/sessions`,e??{}));return e?.initial_prompt||ot(n?.session_id),n}async function zo(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||ot(r.session.session_id),r}async function Vo(t,e){let n=a(await i.post(`/projects/${t}/sessions/warm/claim`,e,{showErrors:!1}));return ot(n.session_id),n}async function Yt(t,e,n){return a(await i.get(`/projects/${t}/sessions/${e}`,{showErrors:n?.showErrors}))}async function Jo(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 Xo(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 Yo(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/turn`))}async function Qo(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 Zo(t,e){return a(await i.get(`/projects/${t}/sessions/${e}/prompts`))}async function ea(t,e,n){return a(await i.delete(`/projects/${t}/sessions/${e}/prompts/${n}`)).removed}async function ta(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/${n}/retry`,{}))}async function na(t,e,n){return a(await i.post(`/projects/${t}/sessions/${e}/prompts/hold`,{held:n}))}async function ra(t,e,n){return a(await i.patch(`/projects/${t}/sessions/${e}`,n))}async function sa(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 ct(t,e){return a(await i.post(`/projects/${t}/sessions/${e}/stop`,{}))}async function ia(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/config`,{showErrors:!1}))}function Sf(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 sa(t,e,n={}){return a(await i.post(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload`,n,{showErrors:!1}))}async function ia(t,e,n,r,s={}){let o=await i.postStream(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload-stream`,n,s);if(!o.ok){let m=await o.json().catch(()=>null);throw new v(m?.error||`Reload failed: HTTP ${o.status}`,{status:o.status,code:m?.code,data:m})}let u=o.body?.getReader();if(!u)throw new Error("Reload stream is unavailable on this runtime (no response body)");let p=new TextDecoder,d="",f=null;try{for(;;){let{done:m,value:b}=await u.read();if(m)break;d+=p.decode(b,{stream:!0});let x=d.indexOf(`
15
+ `))}catch(n){throw new Error("reloadProjectSessionConfigStream received an invalid SSE frame",{cause:n})}}async function oa(t,e,n={}){return a(await i.post(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload`,n,{showErrors:!1}))}async function aa(t,e,n,r,s={}){let o=await i.postStream(`/projects/${t}/sessions/${encodeURIComponent(e)}/reload-stream`,n,s);if(!o.ok){let m=await o.json().catch(()=>null);throw new v(m?.error||`Reload failed: HTTP ${o.status}`,{status:o.status,code:m?.code,data:m})}let u=o.body?.getReader();if(!u)throw new Error("Reload stream is unavailable on this runtime (no response body)");let p=new TextDecoder,d="",f=null;try{for(;;){let{done:m,value:b}=await u.read();if(m)break;d+=p.decode(b,{stream:!0});let x=d.indexOf(`
16
16
 
17
- `);for(;x!==-1;){let I=d.slice(0,x);d=d.slice(x+2),x=d.indexOf(`
17
+ `);for(;x!==-1;){let C=d.slice(0,x);d=d.slice(x+2),x=d.indexOf(`
18
18
 
19
- `);let E=mf(I);if(E){if(r(E),E.type==="error")throw new v(E.error,{status:E.status,code:E.code,data:{reason:E.reason}});E.type==="done"&&(f=E.result)}}}}finally{u.cancel().catch(()=>{})}if(!f)throw new Error("Reload stream ended without a result");return f}async function oa(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`))}async function aa(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`,n))}async function ca(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/model`,{opencode_model:n}))}async function la(t){return a(await i.get(`/projects/${t}/triggers`))}async function ua(t,e){return a(await i.post(`/projects/${t}/triggers`,e))}async function pa(t,e,n){return a(await i.patch(`/projects/${t}/triggers/${e}`,n))}async function da(t,e){return a(await i.delete(`/projects/${t}/triggers/${e}`))}async function ga(t,e){return a(await i.patch(`/projects/${t}/triggers/activation`,{paused:e}))}async function ma(t,e){return a(await i.post(`/projects/${t}/triggers/${e}/fire`,{}))}var ge=new Map;function fa(t,e){return`${t}::${e}`}function Hu(t,e){ge.delete(t),ge.set(t,e)}function Wu(t,e){let n=fa(t,e),r=ge.get(n);return r&&Hu(n,r),r}function zu(t,e,n){let r=fa(t,e);if(!ge.has(r)&&ge.size>=512){let s=ge.keys().next().value;s!==void 0&&ge.delete(s)}Hu(r,n)}function Vu(t,e){ge.delete(fa(t,e))}function ff(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 Xt=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 yf(t){return t instanceof Error&&t.name==="SessionStartError"}function hf(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 Xt(s,{status:n,code:r,terminal:!0}):null}async function Ae(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=hf(s.error);if(p&&!(p.status===404&&Uo(e)))throw p;return null}let o=s.data,u=o.sandbox?.external_id;return o.stage==="ready"&&u&&o.opencode_session_id&&zu(t,e,{opencodeSessionId:o.opencode_session_id,runtimeUrl:At(u),sandboxId:u}),o}function bf(t,e){return["session-start",t,e]}async function ya(t){return a(await i.get(`/projects/${t}/model-defaults`))}async function ha(t,e){return a(await i.put(`/projects/${t}/model-defaults`,e))}async function ba(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 xf(t,e){return a(await i.put(`/projects/${t}/model-enablement`,{modelOverrides:e}))}async function xa(t,e,n){let r=Pf(n);return a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/scope`,r))}function Ju(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function _f(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Pf(t){let e=t.connectors_required?Ju(t.connectors_required):void 0,n=t.connectors_personal?Ju(t.connectors_personal):void 0;if(e&&n&&!_f(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 kf(t,e){let n=a(await i.get(`/projects/${t}/agents/${encodeURIComponent(e)}/config`));return{...n,block:n.block?_a(n.block):null}}async function wf(t,e,n){let r=_a(n),s=a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/config`,r));return{...s,block:s.block?_a(s.block):null}}function Xu(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Sf(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function _a(t){let e=t.connectors_required?Xu(t.connectors_required):void 0,n=t.connectors_personal?Xu(t.connectors_personal):void 0;if(e&&n&&!Sf(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 vf(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/grant`,{agent:n}))}async function Pa(t,e){return a(await i.put(`/projects/${t}/default-agent`,{agent:e}))}function Qt(){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 Cf(t){let e=t.trim().toLowerCase();return e===""||e==="free"||e==="none"?"free":e==="enterprise"?"enterprise":"team"}function Rf(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??Qt(),r=(n.subscription?.tier_key||n.tier?.name||"none").toString(),s=(n.tier?.display_name||"").trim()||r;return{family:Cf(r),label:s,sublabel:null,isGrandfathered:!1}}async function ka(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?Qt():s.data}async function wa(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?Qt():s.data}async function Sa(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 va(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 Ca(){return a(await i.get("/billing/credit-breakdown"))}async function Ra(t){let e=t!=null?`?days=${t}`:"";return a(await i.get(`/billing/usage-history${e}`))}async function Aa(){return a(await i.get("/billing/tier-configurations"))}async function Af(t){let e=t.accountId?`?account_id=${encodeURIComponent(t.accountId)}`:"";return Le(t,`/v1/billing/account-state${e}`)}async function Ta(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 Ia(t,e){return a(await i.post("/billing/confirm-checkout-session",{account_id:e,session_id:t}),"Failed to confirm checkout session")}async function Ea(t,e){return a(await i.post("/billing/create-portal-session",{account_id:e,return_url:t}),"Failed to create portal session")}async function ja(t,e){return a(await i.post("/billing/cancel-subscription",{account_id:e,feedback:t}),"Failed to cancel subscription")}async function $a(t){return a(await i.post("/billing/reactivate-subscription",{account_id:t}),"Failed to reactivate subscription")}async function Da(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 qa(t){return a(await i.post("/billing/cancel-scheduled-change",{account_id:t}),"Failed to cancel scheduled change")}async function Ma(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 Oa(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 Ua(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 Fa(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 Tf(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 If(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 Ef(t){return a(await i.post("/billing/claim-per-seat",{account_id:t}),"Failed to switch to per-seat billing")}async function jf(t){return a(await i.post("/billing/sync-subscription",{account_id:t}),"Failed to sync subscription")}async function La(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 Ba(t,e){e.accountId&&t.set("account_id",e.accountId),e.projectId&&t.set("project_id",e.projectId)}function Yt(t,e){e.from&&t.set("from",e.from),e.to&&t.set("to",e.to)}function Zt(t){return t.size>0?`?${t}`:""}async function Na(t={}){let e=new URLSearchParams;return Ba(e,t),t.ownerId&&e.set("owner_id",t.ownerId),Yt(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${Zt(e)}`))}async function en(t,e={}){let n=new URLSearchParams;return Ba(n,e),a(await i.get(`/usage/session-costs/${encodeURIComponent(t)}${Zt(n)}`))}async function $f(t={}){let e=new URLSearchParams;return t.accountId&&e.set("account_id",t.accountId),Yt(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${Zt(e)}`))}async function Df(t={}){let e=new URLSearchParams;return Ba(e,t),t.sessionId&&e.set("session_id",t.sessionId),Yt(e,t),a(await i.get(`/usage/cost-summary${Zt(e)}`))}function Ga(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)}Yt(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 qf(t,e={}){let n=Ga(t==="projects"?"projects":"sessions",e),r=await ee(),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 Qu(t,e){return a(await i.post(`/channels/${t}/identity/bind`,{token:e}),"Failed to connect your account")}function Mf(t){return Qu("slack",t)}function Of(t){return Qu("teams",t)}async function Ka(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});return e.success?e.data??null:null}async function Ha(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/connect`,e,{showErrors:!1}),"Failed to connect")}var Uf={oauth_available:!1,install_url:null};async function Wa(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/mode`,{showErrors:!1});return!e.success||!e.data?Uf:e.data}async function za(t){return a(await i.get(`/webhooks/slack/${encodeURIComponent(t)}/manifest`,{showErrors:!1}),"Failed to load Slack manifest")}async function Va(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 Ja(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 Xa(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 Qa(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 Ff={provider:"agentmail",managed_available:!1};async function Ya(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?Qa(r.data):null}async function Za(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/mode`,{showErrors:!1});return!e.success||!e.data?Ff:e.data}async function ec(t,e){let n=a(await i.post(`/projects/${encodeURIComponent(t)}/channels/email/connect`,e,{showErrors:!1}),"Failed to connect email");return Qa(n)}async function tc(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 nc(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 Qa(r)}async function rc(t,e){return a(await i.put(`/projects/${encodeURIComponent(t)}/channels/meet/name`,{name:e},{showErrors:!1}),"Failed to save name")}async function Lf(t){return a(await i.get(`/projects/${encodeURIComponent(t)}/channels/bindings`,{showErrors:!1}),"Failed to load channel bindings")}async function Gf(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 sc(t){return a(await i.get(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function ic(t,e){return a(await i.put(`/projects/${t}/gateway/routing-policy`,e),"Gateway routing policy request failed")}async function oc(t){return a(await i.delete(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function ac(t,e){return a(await i.post(`/projects/${t}/gateway/routing-policy/preview`,e),"Gateway route preview failed")}async function cc(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 lc(t,e){return a(await i.get(`/projects/${t}/gateway/logs/${e}`),"Gateway request failed")}async function uc(t,e){return a(await i.get(`/projects/${t}/gateway/overview${e?`?days=${e}`:""}`),"Gateway request failed")}async function pc(t,e){return a(await i.get(`/projects/${t}/gateway/series${e?`?days=${e}`:""}`),"Gateway request failed")}async function dc(t,e){return a(await i.get(`/projects/${t}/gateway/breakdown${e?`?days=${e}`:""}`),"Gateway request failed")}async function gc(t,e){return a(await i.get(`/projects/${t}/gateway/sessions${e?`?days=${e}`:""}`),"Gateway request failed")}async function mc(t,e){return a(await i.get(`/projects/${t}/gateway/errors${e?`?days=${e}`:""}`),"Gateway request failed")}async function fc(t){return a(await i.get(`/projects/${t}/gateway/budgets`),"Gateway request failed")}async function yc(t,e){return a(await i.put(`/projects/${t}/gateway/budgets`,e),"Gateway request failed")}async function hc(t,e){return a(await i.delete(`/projects/${t}/gateway/budgets/${e}`),"Gateway request failed")}async function bc(t){return a(await i.get(`/projects/${t}/gateway/keys`),"Gateway request failed")}async function xc(t,e){return a(await i.post(`/projects/${t}/gateway/keys`,{name:e}),"Gateway request failed")}async function _c(t,e){return a(await i.delete(`/projects/${t}/gateway/keys/${e}`),"Gateway request failed")}async function Pc(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 Bf(t,e){return a(await i.post(`/projects/${t}/gateway/providers/${encodeURIComponent(e)}/verify`,{}),"Gateway provider verification failed")}async function kc(t){let e=new FormData;e.append("audio_file",t);let n=await i.upload("/transcription",e,{showErrors:!0});if(n.error)throw new Error(`Error transcribing audio: ${n.error.message} (${n.error.status})`);return n.data}async function Nf(){return a(await i.get("/referrals/code"),"GET_CODE_FAILED")}async function Kf(){return a(await i.post("/referrals/code/refresh",{}),"REFRESH_CODE_FAILED")}async function Hf(t){return a(await i.post("/referrals/validate",{referral_code:t}),"VALIDATE_CODE_FAILED")}async function Wf(){return a(await i.get("/referrals/stats"),"GET_STATS_FAILED")}async function zf(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 Vf(t){return a(await i.post("/referrals/email",{emails:t}),"SEND_EMAILS_FAILED")}function P(t){if(!t.success||t.data===void 0)throw t.error||new Error("Unexpected empty response");return t.data}function O(t){return i.get(t,{showErrors:!1})}async function wc(t){return P(await O(`/accounts/${t}/iam/groups`)).groups}async function Sc(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}`))}async function vc(t,e){return P(await i.post(`/accounts/${t}/iam/groups`,e,{showErrors:!1}))}async function Cc(t,e,n){return P(await i.patch(`/accounts/${t}/iam/groups/${e}`,n))}async function Rc(t,e){return P(await i.delete(`/accounts/${t}/iam/groups/${e}`))}async function Ac(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/members`)).members}async function Tc(t,e,n){return P(await i.post(`/accounts/${t}/iam/groups/${e}/members`,{userIds:n}))}async function Jf(t,e){return P(await O(`/accounts/${t}/iam/groups/${e}/project-grants`)).grants}async function Ic(t,e,n){return P(await i.delete(`/accounts/${t}/iam/groups/${e}/members/${n}`))}async function Xf(t,e){return P(await O(`/accounts/${t}/iam/members/${e}/groups`)).groups}async function Qf(t,e){let n=P(await O(`/accounts/${t}/iam/members/${e}/project-access`));return{projects:n.projects,account_wide_policies:n.account_wide_policies??[]}}async function Yf(t,e={}){let n=new URLSearchParams;e.resourceType&&n.set("resourceType",e.resourceType),e.principalType&&n.set("principalType",e.principalType),e.principalId&&n.set("principalId",e.principalId),e.projectId&&n.set("projectId",e.projectId);let r=n.toString();return P(await O(`/accounts/${t}/iam/resource-grants${r?`?${r}`:""}`)).grants}async function Zf(t,e={}){let n=new URLSearchParams;e.principalType&&n.set("principalType",e.principalType),e.principalId&&n.set("principalId",e.principalId),e.scopeType&&n.set("scopeType",e.scopeType),e.scopeId!==void 0&&n.set("scopeId",e.scopeId===null?"null":e.scopeId);let r=n.toString();return P(await O(`/accounts/${t}/iam/policies${r?`?${r}`:""}`)).policies}async function ey(t,e){return P(await i.post(`/accounts/${t}/iam/policies`,e,{showErrors:!1}))}async function ty(t,e,n){return P(await i.patch(`/accounts/${t}/iam/policies/${e}`,n,{showErrors:!1}))}async function ny(t,e){return P(await i.delete(`/accounts/${t}/iam/policies/${e}`))}async function ry(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-delete`,{policy_ids:e},{showErrors:!1}))}async function sy(t,e){return P(await i.post(`/accounts/${t}/iam/policies:bulk-import`,{policies:e},{showErrors:!1}))}async function Ec(t){return P(await O(`/accounts/${t}/iam/roles`)).roles}async function jc(t){return P(await O(`/accounts/${t}/iam/agent-identities`)).agents}async function $c(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/permissions`))}async function iy(t){return P(await O(`/accounts/${t}/iam/actions`)).actions}async function Dc(t,e){return P(await O(`/accounts/${t}/iam/roles/${e}/usage`))}async function qc(t,e){return P(await i.post(`/accounts/${t}/iam/roles`,e,{showErrors:!1}))}async function Mc(t,e,n){return P(await i.patch(`/accounts/${t}/iam/roles/${e}`,n,{showErrors:!1}))}async function Oc(t,e,n){return P(await i.put(`/accounts/${t}/iam/roles/${e}/permissions`,{actions:n},{showErrors:!1}))}async function Uc(t,e){return P(await i.delete(`/accounts/${t}/iam/roles/${e}`,{showErrors:!1}))}async function oy(t,e,n){return P(await i.patch(`/accounts/${t}/iam/members/${e}/super-admin`,{isSuperAdmin:n}))}async function ay(t){return P(await O(`/accounts/${t}/iam/scim/tokens`)).tokens}async function cy(t,e){return P(await i.post(`/accounts/${t}/iam/scim/tokens`,e,{showErrors:!1}))}async function ly(t,e){return P(await i.delete(`/accounts/${t}/iam/scim/tokens/${e}`))}async function uy(t){return P(await O(`/accounts/${t}/iam/mfa-required`))}async function py(t){return P(await O(`/accounts/${t}/iam/mfa-required/preview`))}async function dy(t,e){return P(await i.patch(`/accounts/${t}/iam/mfa-required`,{enabled:e},{showErrors:!1}))}async function gy(t){return P(await O(`/accounts/${t}/iam/sso/provider`)).provider}async function my(t,e){return P(await i.put(`/accounts/${t}/iam/sso/provider`,e,{showErrors:!1})).provider}async function fy(t,e){return P(await i.post(`/accounts/${t}/iam/sso/provider/from-metadata`,e,{showErrors:!1})).provider}async function yy(t){return P(await i.delete(`/accounts/${t}/iam/sso/provider`))}async function hy(t){return P(await O(`/accounts/${t}/iam/sso/mappings`)).mappings}async function by(t,e){return P(await i.post(`/accounts/${t}/iam/sso/mappings`,e,{showErrors:!1}))}async function xy(t,e){return P(await i.delete(`/accounts/${t}/iam/sso/mappings/${e}`))}async function _y(t){return P(await O(`/accounts/${t}/iam/session-policy`))}async function Py(t,e){return P(await i.patch(`/accounts/${t}/iam/session-policy`,e,{showErrors:!1}))}async function ky(t){return P(await O(`/accounts/${t}/iam/sessions`)).sessions}async function wy(t,e){return P(await i.post(`/accounts/${t}/iam/sessions/${e}/revoke`,{},{showErrors:!1}))}async function Sy(t){return P(await O(`/accounts/${t}/iam/pat-policy`))}async function vy(t,e){return P(await i.patch(`/accounts/${t}/iam/pat-policy`,e,{showErrors:!1}))}async function Cy(t){return P(await O(`/accounts/${t}/iam/service-accounts`)).service_accounts}async function Ry(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts`,e,{showErrors:!1}))}async function Ay(t,e){return P(await i.post(`/accounts/${t}/iam/service-accounts/${e}/disable`,{},{showErrors:!1}))}async function Ty(t,e){return P(await i.delete(`/accounts/${t}/iam/service-accounts/${e}`))}async function Iy(t){return P(await O(`/accounts/${t}/audit/webhooks`)).webhooks}async function Ey(t,e){return P(await i.post(`/accounts/${t}/audit/webhooks`,e,{showErrors:!1}))}async function jy(t,e,n){return P(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function $y(t,e){return P(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function Dy(t,e={}){let n=new URLSearchParams;e.action&&n.set("action",e.action),e.actor&&n.set("actor",e.actor),e.project_id&&n.set("project_id",e.project_id),e.session_id&&n.set("session_id",e.session_id),e.actor_type&&n.set("actor_type",e.actor_type),e.source&&n.set("source",e.source),e.phase&&n.set("phase",e.phase),e.outcome&&n.set("outcome",e.outcome),e.request_id&&n.set("request_id",e.request_id),e.correlation_id&&n.set("correlation_id",e.correlation_id),e.resource_type&&n.set("resource_type",e.resource_type),e.since&&n.set("since",e.since),e.until&&n.set("until",e.until),e.q&&n.set("q",e.q),e.cursor&&n.set("cursor",e.cursor),e.limit&&n.set("limit",String(e.limit));let r=n.toString();return P(await O(`/accounts/${t}/audit${r?`?${r}`:""}`))}async function Fc(t,e,n){let r=new URLSearchParams;return r.set("action",n.action),n.resourceType&&r.set("resourceType",n.resourceType),n.resourceId&&r.set("resourceId",n.resourceId),P(await O(`/accounts/${t}/iam/members/${e}/effective?${r.toString()}`))}async function Lc(t,e,n){return n.length===0?[]:P(await i.post(`/accounts/${t}/iam/members/${e}/effective:batch`,{probes:n})).results}async function qy(t){return P(await O(`/accounts/${t}/iam/enterprise-demo`)).enabled}async function My(t,e){return P(await i.put(`/accounts/${t}/iam/enterprise-demo`,{enabled:e})).enabled}function Yu(t){return i.get(t,{showErrors:!1})}function Oy(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 Gc(t,e){return a(await Yu(`/accounts/${t}/iam/assignments${Oy(e)}`)).assignments}async function Bc(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 Nc(t,e){return a(await i.delete(`/accounts/${t}/iam/assignments/${e}`)).assignment}async function Kc(t,e){let n=e?.scopeType?`?scope_type=${e.scopeType}`:"";return a(await Yu(`/accounts/${t}/iam/permissions${n}`)).permissions}async function Uy(){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 Fy(t="User requested deletion"){return a(await i.post("/account/request-deletion",{reason:t},{showErrors:!1}),"Failed to request account deletion")}async function Ly(){return a(await i.post("/account/cancel-deletion",void 0,{showErrors:!1}),"Failed to cancel account deletion")}async function Gy(){return a(await i.delete("/account/delete-immediately",{showErrors:!1}),"Failed to delete account immediately")}async function By(){return(await i.get("/user-roles",{showErrors:!1})).data??{isAdmin:!1,role:null}}function Ny(){return i.get("/admin/api/provider-distribution").then(t=>a(t))}function Ky(t=300){return i.get(`/admin/api/sandboxes?limit=${t}`).then(e=>a(e))}function Hy(t){return i.put("/admin/api/provider-distribution",t).then(e=>a(e))}function Wy(t){return i.get(`/admin/api/provider-analytics?days=${t}`).then(e=>a(e))}function zy(t,e){return i.post(`/admin/api/sandboxes/${encodeURIComponent(t)}/migrate`,{targetProvider:e}).then(n=>a(n))}function Vy(){return i.get("/admin/api/provider-fallback").then(t=>a(t))}function Jy(t){return i.put("/admin/api/provider-fallback",{enabled:t}).then(e=>a(e))}async function Xy(t){return a(await i.get(`/google/auth-url?return_url=${encodeURIComponent(t)}`),"Failed to get Google auth URL")}async function Qy(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 Hc(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 Wc(t,e){return a(await i.get(`/projects/${t}/review/items/${e}`))}async function zc(t,e){return a(await i.post(`/projects/${t}/review/items`,e))}async function Vc(t,e,n){return a(await i.post(`/projects/${t}/review/items/${e}/act`,n))}async function Jc(t,e){return a(await i.post(`/projects/${t}/review/bulk`,e))}async function Xc(t){return a(await i.get(`/p/share?sandbox_id=${encodeURIComponent(t)}`),"Failed to load public links").shares??[]}async function Qc(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 Yc(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 tn=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicSessionShareError"}status};function Zu(t,e=""){return`${he()}/public/session-shares/${encodeURIComponent(t)}${e}`}async function ep(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 tn(s,e.status)}return r}async function Yy(t){return ep(Zu(t))}async function Zy(t){return ep(Zu(t,"/messages"))}var nn=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicVoiceJoinError"}status};function tp(t){return`${he()}/public/voice-join/${encodeURIComponent(t)}`}async function np(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 nn(s,e.status)}return r}async function eh(t){return np(tp(t))}async function th(t,e=0){let n=`${tp(t)}/transcript?cursor=${encodeURIComponent(String(e))}`;return np(n)}async function Zc(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 el(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 tl(t,e){let n=e?`?account_id=${encodeURIComponent(e)}`:"";return a(await i.delete(`/accounts/tokens/${t}${n}`))}async function nl(t){return a(await i.get(`/projects/${t}/cli-token`))}async function rl(t,e){return a(await i.post(`/projects/${t}/cli-token`,e??{}))}async function sl(t,e){return a(await i.delete(`/projects/${t}/cli-token/${e}`))}async function il(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 ol(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 al(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 cl(t){return a(await i.get(`/accounts/${t}/audit/webhooks`))}async function ll(t,e){return a(await i.post(`/accounts/${t}/audit/webhooks`,e))}async function ul(t,e,n){return a(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function pl(t,e){return a(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function dl(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 gl(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 nh(t){return a(await i.get(`/approval-links/${t}`),"Failed to load approval")}async function ml(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 fl(){return a(await i.get("/marketplace/marketplaces"))}async function yl(){return a(await i.get("/marketplace/marketplaces/featured"))}async function hl(t){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}`),"Item not found")}async function bl(t,e){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`),"File not found")}async function xl(){return a(await i.get("/marketplace/sources"))}async function _l(t){return a(await i.post("/marketplace/sources",t),"Failed to add marketplace source")}async function Pl(t){return a(await i.delete(`/marketplace/sources/${encodeURIComponent(t)}`),"Failed to remove marketplace source")}async function rh(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/marketplace/install-session`,{id:e}),"Failed to start marketplace install session")}async function sh(t){return a(await i.get(`/templates/${encodeURIComponent(t)}`))}async function ih(t,e){return a(await i.post(`/templates/${encodeURIComponent(t)}/install`,e))}async function kl(t){return a(await i.get(`/projects/${t}/apps`),"Failed to list Apps").apps}async function wl(t,e){return a(await i.post(`/projects/${t}/apps`,e),"Failed to create App")}async function Sl(t,e){return a(await i.get(`/projects/${t}/apps/${e}`),"Failed to load App")}async function vl(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}`,n),"Failed to update App")}async function Cl(t,e){return a(await i.delete(`/projects/${t}/apps/${e}`),"Failed to delete App")}async function Rl(t,e){return a(await i.get(`/projects/${t}/apps/${e}/access`),"Failed to load App access policy")}async function Al(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}/access`,n),"Failed to update App access policy")}async function Tl(t,e){return a(await i.post(`/projects/${t}/apps/${e}/access-session`,{}),"Failed to create App access session")}async function rn(t,e){return a(await i.post(`/projects/${t}/apps/artifacts`,e),"Failed to register App artifact")}async function sn(t,e,n){return a(await i.post(`/projects/${t}/apps/artifacts/${e}/finalize`,n),"Failed to finalize App artifact")}async function oh(t){return t instanceof Uint8Array?t:new Uint8Array(await t.arrayBuffer())}async function ah(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 Il(t,e,n={}){let r=await oh(e),s=n.mediaType??"application/gzip",o=await rn(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),sn(t,o.artifact.artifact_id,{sha256:await ah(r),size_bytes:r.byteLength})}async function El(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/deployments`,n),"Failed to create App deployment")}async function jl(t,e){return a(await i.get(`/projects/${t}/apps/${e}/deployments`),"Failed to list App deployments").deployments}async function $l(t,e,n){return a(await i.get(`/projects/${t}/apps/${e}/deployments/${n}`),"Failed to load App deployment")}async function Dl(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 ql(t,e){return a(await i.post(`/projects/${t}/apps/${e}/start`,{}),"Failed to start App")}async function Ml(t,e){return a(await i.post(`/projects/${t}/apps/${e}/stop`,{}),"Failed to stop App")}async function Ol(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/rollback`,{deployment_id:n}),"Failed to roll back App")}var ch=["control_plane","provider_ingress","daemon","upstream_port"];function Ul(t){return typeof t=="string"&&ch.includes(t)?t:null}function lh(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 Fl(t,e){let n=(t===void 0?be():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=Ul(r.headers.get("X-Kortix-Proxy-Hop"))??Ul(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 se={DESKTOP:"6080",DESKTOP_HTTPS:"6081",PRESENTATION_VIEWER:"3210",STATIC_FILE_SERVER:"3211",KORTIX_MASTER:"8000",BROWSER_STREAM:"9223",BROWSER_VIEWER:"9224",SSH:"22"};var rp=/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s)"'<>]*/g,sp=/^https?:\/\/p(\d+)-([^.]+)\.localhost(?::(\d+))?(\/.*)?$/,ip=new Set([22,4096,parseInt(se.KORTIX_MASTER,10)]);function uh(t){return sp.test(t)}function on(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 ph(t){let e=t.indexOf("](");return e===-1?t:t.slice(0,e)}var dh=new Set(["'",'"',"`","<","(","["]),gh=new Set([">","'",'"',"`",")","]",",",";",".","!","?"]);function mh(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&&dh.has(t[e]);)e++;for(;n>e&&gh.has(t[n-1]);)n--;return t.slice(e,n)}function fh(t){return t.match(/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s"'<>)]*/i)?.[0]??null}var yh=/^\/proxy\/(\d{1,5})(\/.*)?$/,hh=/^\/(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 op(t){if(!t)return!1;try{let e=new URL(t);return e.hostname!=="localhost"&&e.hostname!=="127.0.0.1"?!1:hh.test(e.pathname)}catch{return!1}}function ut(t){if(!t)return null;let e=mh(ph(t.trim())),n=Gl(e);if(n){let r=on(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(se.KORTIX_MASTER,10);if(s===u){let d=r.pathname.match(yh);if(d){let f=parseInt(d[1],10);if(f>=1&&f<=65535)return s=f,o=on(`${d[2]||"/"}${r.search}${r.hash}`),{originalUrl:`http://localhost:${s}${o}`,port:s,path:o}}}let p=on(o);return{originalUrl:`${r.protocol}//${r.hostname}:${s}${p}`,port:s,path:p}}catch{let r=fh(t);return r&&r!==t?ut(r):null}}function bh(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 xh(t,e){return e.some(([n,r])=>t>=n&&t<r)}function ap(t){let e=[],n=new Set,r=bh(t);rp.lastIndex=0;let s;for(;(s=rp.exec(t))!==null;){let o=ut(s[0]);if(!o)continue;let{originalUrl:u,port:p,path:d}=o;p<1||p>65535||ip.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:xh(s.index,r)}))}return e}function _h(t){return ap(t).length>0}function Ph(t){try{let{hostname:e}=new URL(t);return e==="localhost"||e==="127.0.0.1"}catch{return!1}}function cp(t){return t.sandboxId.trim().length>0}function me(t,e,n){let r=on(e);if(!cp(n))return dp(t,r);if(!Ph(n.apiBaseUrl)){let s=n.apiBaseUrl.length;for(;s>0&&n.apiBaseUrl.charCodeAt(s-1)===47;)s--;return`${n.apiBaseUrl.slice(0,s)}/p/${n.sandboxId}/${t}${r}`}return`http://p${t}-${n.sandboxId}.localhost:${n.backendPort}${r}`}function kh(t,e){if(!t)return;let r=t.replace(/^\/workspace\//,"").replace(/^\/+/,"").split("/").filter(Boolean).map(s=>encodeURIComponent(s)).join("/");return me(3211,`/open?path=/workspace/${r}`,e)}function lp(t){return`/open?path=/${(t.startsWith("/workspace")?t:`/workspace/${t.replace(/^\/+/,"")}`).split("/").filter(Boolean).map(r=>encodeURIComponent(r)).join("/")}`}function wh(t){return`http://localhost:3211${lp(t)}`}function up(){return"/health"}function Sh(t){return me(3211,up(),t)}function vh(t,e){return me(t,"/",e)}function pp(t){let e=ut(t);return!(!e||ip.has(e.port)||op(t))}function Ll(t,e){if(!t)return t;let n=ut(t);return n?pp(n.originalUrl)?me(n.port,n.path,e):n.originalUrl:t}function dp(t,e="/"){return`http://localhost:${t}${e}`}var gp=/^https?:\/\/[^/]+\/v1\/p\/([^/]+)\/(\d+)(\/.*)?$/;function Gl(t){let e=t.match(sp);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)try{let r=new URL(t);return{port:parseInt(n[2],10),sandboxId:n[1],backendPort:parseInt(r.port,10)||(r.protocol==="https:"?443:80),path:n[3]||"/"}}catch{return null}return null}function Ch(t){try{let e=Gl(t);return e?`http://localhost:${e.port}${e.path}`:null}catch{return null}}function Rh(t){return uh(t)||gp.test(t)}function Ah(t){try{let{hostname:e,port:n}=new URL(t);return(e==="localhost"||e==="127.0.0.1")&&n!==""}catch{return!1}}var lt="/web-proxy/";function Th(t,e){try{let n=new URL(t);if(n.protocol!=="http:"&&n.protocol!=="https:")return null;let r=n.protocol.replace(":",""),s=`${lt}${r}/${n.host}${n.pathname}${n.search}${n.hash}`,o=parseInt(se.KORTIX_MASTER,10);return`${me(o,"/",e).replace(/\/$/,"")}${s}`}catch{return null}}function Ih(t){try{let e=new URL(t),n=e.pathname.indexOf(lt);if(n===-1)return null;let s=e.pathname.slice(n+lt.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 Eh(t){try{return new URL(t).pathname.includes(lt)}catch{return t.includes(lt)}}function jh(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 $h(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 mp="frontend";function an(t,e,n){(t==="error"?console.error:t==="warn"?console.warn:t==="debug"?console.debug:console.log)(`[${mp}] ${e}`,...n?[n]:[]);try{pe().app.log({service:mp,level:t,message:e,extra:n})}catch{}}var fe={debug:(t,e)=>an("debug",t,e),info:(t,e)=>an("info",t,e),warn:(t,e)=>an("warn",t,e),error:(t,e)=>an("error",t,e)};function fp(t){return{type:"heartbeat-gap",gapMs:t}}function yp(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 Dh={now:()=>Date.now(),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},qh=16,Mh=8,Oh=6e4,Uh=5e3,Fh=250,Lh=1e3,Gh=3e4,Bh=5,Nh=3e3,Kh=3e4,Hh=2e4,Wh=2e3,zh=8;function Vh(t){if(t.type==="session.status")return`session.status:${t.properties.sessionID}`;if(t.type==="lsp.updated")return"lsp.updated"}function hp(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 cn=new WeakMap;function Jh(t,e,n){let r=e.timers??Dh,s=e.connectTimeoutMs??Hh,o=e.heartbeatTimeoutMs??Oh,u=e.maxConsecutiveHardFailures??zh,p=new AbortController;function d(l,...y){for(let c of n){let R=l(c);if(R)try{R(...y)}catch(A){console.warn("[opencode-events] subscriber handler threw, skipping",A)}}}let f=r.now(),m=[],b,x=0,I=new Map,E=()=>{if(b&&r.clearTimeout(b),b=void 0,m.length===0)return;let l=m;m=[],I.clear(),x=r.now(),f=r.now();for(let y of l)y&&d(c=>c.onEvent,y.event)},C=()=>{if(b)return;let l=r.now()-x;b=r.setTimeout(E,Math.max(0,qh-l))};return(async()=>{let l=0,y=0;for(;!p.signal.aborted;){let c=!1,R=!1,A,k,D=null,j=r.now(),T=new AbortController,z=hp(p.signal);z.promise.then(()=>T.abort());try{let U=await new Promise((Q,ce)=>{let W=!1;k=r.setTimeout(()=>{W||(W=!0,fe.warn("SSE connect timed out, forcing reconnect",{connectTimeoutMs:s}),T.abort(),ce(new Error(`SSE connect timed out after ${s}ms`)))},s),t.global.event({signal:T.signal,sseDefaultRetryDelay:Nh,sseMaxRetryDelay:Kh,sseMaxRetryAttempts:1}).then(Z=>{W||(W=!0,r.clearTimeout(k),Q(Z))},Z=>{W||(W=!0,r.clearTimeout(k),ce(Z))})}),{stream:B}=U;f=r.now();let F=()=>{r.clearTimeout(A),A=r.setTimeout(()=>{fe.warn("SSE heartbeat timeout, forcing reconnect"),T.abort()},o)};F();let H=r.now(),M=B[Symbol.asyncIterator]();for(;!T.signal.aborted;){let Q=M.next().then(le=>({kind:"next",result:le}),le=>({kind:"error",error:le})),ce=hp(T.signal),W=await Promise.race([Q,ce.promise.then(()=>({kind:"aborted"}))]);if(ce.cleanup(),W.kind==="aborted")break;if(W.kind==="error")throw W.error;if(W.result.done)break;c=!0,F();let Z=W.result.value,bt=Z&&typeof Z=="object"&&"payload"in Z?Z.payload:Z;if(!bt?.type)continue;let xn=Vh(bt);if(xn){let le=I.get(xn);le!==void 0&&(m[le]=void 0),I.set(xn,m.length)}m.push({type:bt.type,event:bt}),C(),!(r.now()-H<Mh)&&(H=r.now(),await new Promise(le=>r.setTimeout(le,0)))}R=c}catch(U){if(p.signal.aborted)break;D=U;let B=String(U),F=B.includes("401")||B.includes("403")||B.includes("Unauthorized")||B.includes("Token refresh failed");if(fe.error("SSE event stream error",{error:B,retryCount:l,isAuthError:F}),F)try{Ve(),await Rt(),fe.info("SSE: refreshed auth token after auth error")}catch(H){fe.error("SSE: failed to refresh auth token",{error:String(H)})}}finally{r.clearTimeout(A),r.clearTimeout(k),T.abort(),z.cleanup(),E()}if(p.signal.aborted)break;let V=r.now()-j,h=D?.cause?.status;if(y=!c&&(typeof h=="number"&&h>=400||V<Wh)?y+1:0,y>=u){fe.error("SSE event stream parked \u2014 giving up after consecutive hard failures",{consecutiveFailures:y,lastError:String(D)}),d(U=>U.onParked,{consecutiveFailures:y,lastError:D});break}let N=r.now()-f;N>Uh&&d(U=>U.onGapRehydrate,N),R?l=0:(l++,l>1&&fe.warn("SSE event stream reconnecting",{retryCount:l}));let X=R?Fh:Math.min(Lh*2**Math.min(l-1,Bh),Gh);await new Promise(U=>{let B=r.setTimeout(U,X),F=()=>{r.clearTimeout(B),U()};p.signal.addEventListener("abort",F,{once:!0})})}})(),{subscribers:n,teardown:()=>{p.abort(),b&&r.clearTimeout(b)}}}function ln(t){let{client:e,onEvent:n,onGapRehydrate:r,onParked:s,signal:o}=t,u={onEvent:n,onGapRehydrate:r,onParked:s},p=cn.get(e);p?p.subscribers.add(u):(p=Jh(e,t,new Set([u])),cn.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(),cn.get(e)===d&&cn.delete(e)))},b=()=>m();return o&&(o.aborted?m():o.addEventListener("abort",b,{once:!0})),{close:m}}function Xh(){return pe()}var un=new Map,pt=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 bp(t,e){_t(t,e);function n(l){try{return new URL(l)}catch{if(typeof window<"u"&&window.location?.origin)try{return new URL(l,window.location.origin)}catch{return null}throw new v(`Kortix SDK: backendUrl must be an absolute URL outside the browser (got ${JSON.stringify(l)}). Relative paths like "/api/kortix" only resolve against a page origin \u2014 configure an absolute backendUrl for server-side hosts.`,{code:"INVALID_BACKEND_URL"})}}function r(l){let y=$().backendUrl??t.backendUrl,c=80,R=n(y);return R&&(c=R.port?Number(R.port):R.protocol==="https:"?443:80),{sandboxId:l,backendPort:c,apiBaseUrl:y}}let s={list:gs,get:fs,create:ms,updateName:ys,leave:Rs,members:hs,invite:bs,removeMember:vs,updateMemberRole:Cs,invites:xs,cancelInvite:_s,resendInvite:Ps,tokens:{list:Zc,create:el,revoke:tl},audit:{log:il,export:al,webhooks:{list:cl,create:ll,update:ul,remove:pl}}},o={assignments:{list:Gc,create:Bc,revoke:Nc},permissions:{list:Kc,forRole:$c},roles:{list:Ec,create:qc,update:Mc,setPermissions:Oc,remove:Uc,usage:Dc},groups:{list:wc,get:Sc,create:vc,update:Cc,remove:Rc,members:{list:Ac,add:Tc,remove:Ic}},agentIdentities:jc,can:Fc,canBatch:Lc},u={accountState:ka,accountStateMinimal:wa,transactions:Sa,transactionsSummary:va,creditBreakdown:Ca,usageHistory:Ra,usageRollup:La,sessionCosts:{list:Na,get:en},tierConfigurations:Aa,checkout:{createSession:l=>Ta(l),confirmSession:(l,y)=>Ia(l,y)},subscription:{createPortalSession:(l,y)=>Ea(l,y),cancel:(l,y)=>ja(l,y),reactivate:l=>$a(l),scheduleDowngrade:(l,y,c)=>Da(l,y,c),cancelScheduledChange:l=>qa(l),prorationPreview:(l,y)=>Ma(l,y)},credits:{purchase:l=>Oa(l),autoTopupSettings:l=>Ua(l),configureAutoTopup:l=>Fa(l)}},p={describe:ks,accept:ws,decline:Ss},d={list:Re,listForAccount:Ts,get:Ft,detail:Lt,create:$s,createRepo:Ds,provision:qs,update:Nt,archive:Kt,llmCatalog:Gt,modelPicker:Bt,sandboxHealth:Vt,sandboxTemplates:ao,sessions:Ge,createSession:Be},f={linkRepository:Ls,getInstallation:Gs,listInstallations:Bs,listLinkableInstallations:Ns,listRepositories:Ks,listRepositoryBranches:Hs,linkInstallation:zs,saveInstallation:Ws,deleteInstallation:Vs},m={list:Xc,create:Qc,revoke:Yc},b=no,x={items:l=>ml(l),item:l=>hl(l),itemFile:(l,y)=>bl(l,y),marketplaces:()=>fl(),featured:()=>yl(),sources:{list:()=>xl(),add:l=>_l(l),remove:l=>Pl(l)}};function I(l){return{catalog:()=>Ht(l),tools:()=>it(l),search:(...y)=>Ri(l,...y),describe:(...y)=>Ai(l,...y),call:(...y)=>Ti(l,...y),uploadAttachment:(...y)=>Ii(l,...y)}}function E(l){let y={list:()=>Ei(l),listAll:()=>ji(l),reconcile:(...c)=>$i(l,...c),reconcileMember:(...c)=>Di(l,...c),updateCredential:(...c)=>qi(l,...c),revoke:(...c)=>Mi(l,...c),activate:(...c)=>Oi(l,...c),setDefault:(...c)=>Ui(l,...c),pipedreamConnect:(...c)=>Fi(l,...c),pipedreamFinalize:(...c)=>Li(l,...c)};return{get:c=>Ft(l,c),detail:()=>Lt(l),audit:c=>ol(l,c),update:c=>Nt(l,c),archive:()=>Kt(l),llmCatalog:()=>Gt(l),modelPicker:()=>Bt(l),sandboxHealth:()=>Vt(l),onboardingComplete:(...c)=>Fs(l,...c),apps:{list:()=>kl(l),create:c=>wl(l,c),get:c=>Sl(l,c),update:(...c)=>vl(l,...c),access:{get:(...c)=>Rl(l,...c),update:(...c)=>Al(l,...c),session:(...c)=>Tl(l,...c)},remove:c=>Cl(l,c),artifacts:{register:c=>rn(l,c),uploadArchive:(...c)=>Il(l,...c),finalize:(...c)=>sn(l,...c)},deployments:{create:(...c)=>El(l,...c),list:c=>jl(l,c),get:(...c)=>$l(l,...c),logs:(...c)=>Dl(l,...c)},start:c=>ql(l,c),stop:c=>Ml(l,c),rollback:(...c)=>Ol(l,...c)},tokens:{list:()=>nl(l),create:c=>rl(l,c),revoke:c=>sl(l,c)},setupLinks:{requestSecret:c=>dl(l,c),requestConnector:c=>gl(l,c)},validateManifest:c=>Es(l,c),gitToken:()=>js(l),secrets:{list:()=>fi(l),upsert:c=>yi(l,c),setStrategy:(...c)=>hi(l,...c),broker:(...c)=>bi(l,...c),remove:c=>wi(l,c),setPersonal:(...c)=>Si(l,...c),removePersonal:c=>vi(l,c),setGitCredential:c=>ki(l,c),startProviderOAuth:(...c)=>xi(l,...c),pollProviderOAuth:(...c)=>_i(l,...c),removeProviderOAuth:c=>Pi(l,c)},access:{list:()=>Ys(l),invite:(...c)=>ti(l,...c),update:(...c)=>Zs(l,...c),revoke:c=>ei(l,c),pendingInvites:()=>ni(l),resendInvite:(...c)=>si(l,...c),revokeInvite:(...c)=>ri(l,...c),requests:()=>Js(l),approveRequest:(...c)=>Xs(l,...c),rejectRequest:(...c)=>Qs(l,...c),groupGrants:()=>ii(l),attachGroupGrant:(...c)=>oi(l,...c),updateGroupGrant:(...c)=>ai(l,...c),detachGroupGrant:c=>ci(l,c),resourceGrants:{list:()=>li(l),create:c=>ui(l,c),remove:c=>pi(l,c)}},connectors:{...I(l),list:()=>Gi(l),config:(...c)=>Vi(l,...c),create:(...c)=>Qi(l,...c),remove:(...c)=>Zi(l,...c),sync:()=>Bi(l),auth:{discover:(...c)=>Yi(l,...c)},setName:(...c)=>Ji(l,...c),setCredentialMode:(...c)=>Ni(l,...c),setAuthorizationStrategy:(...c)=>Ki(l,...c),setCredential:(...c)=>ro(l,...c),setSensitive:(...c)=>Hi(l,...c),connections:y,policies:{get:(...c)=>Wi(l,...c),set:(...c)=>zi(l,...c)},pipedream:{listApps:(...c)=>eo(l,...c),listSections:(...c)=>to(l,...c),connect:(...c)=>Xi(l,...c),finalize:(...c)=>so(l,...c)},discover:{list:(...c)=>Wt(l,...c),detail:(...c)=>zt(l,...c)}},policies:{list:()=>io(l),set:(...c)=>oo(l,...c)},triggers:{list:()=>la(l),create:(...c)=>ua(l,...c),update:(...c)=>pa(l,...c),remove:(...c)=>da(l,...c),fire:(...c)=>ma(l,...c),setActivation:(...c)=>ga(l,...c)},files:{list:c=>ho(l,c),read:(c,R)=>xo(l,c,R),search:(...c)=>bo(l,...c),archive:(...c)=>_o(l,...c),history:(...c)=>vo(l,...c)},git:{commits:()=>ko(l),commit:c=>wo(l,c),commitDiff:c=>So(l,c),branches:()=>Po(l),versionDiff:(...c)=>Co(l,...c),inviteCollaborator:(...c)=>Is(l,...c)},changeRequests:{list:()=>Ro(l),get:c=>Ao(l,c),diff:c=>To(l,c),mergePreview:c=>Io(l,c),open:(...c)=>Eo(l,...c),merge:(...c)=>jo(l,...c),close:(...c)=>$o(l,...c),reopen:(...c)=>Do(l,...c),requestChanges:(...c)=>qo(l,...c)},sessions:{list:c=>Ge(l,c),create:c=>Be(l,c),ensureWarm:()=>Ko(l),claimWarm:c=>Ho(l,c)},review:{list:c=>Hc(l,c),get:c=>Wc(l,c),submit:c=>zc(l,c),act:(...c)=>Vc(l,...c),bulkAct:c=>Jc(l,c)},approvals:{list:c=>di(l,c),resolve:(...c)=>mi(l,...c),sessionsNeedingInput:c=>gi(l,c)},gateway:{logs:c=>cc(l,c),log:c=>lc(l,c),overview:c=>uc(l,c),series:c=>pc(l,c),breakdown:c=>dc(l,c),sessions:c=>gc(l,c),errors:c=>mc(l,c),budgets:()=>fc(l),setBudget:c=>yc(l,c),deleteBudget:c=>hc(l,c),keys:()=>bc(l),createKey:c=>xc(l,c),revokeKey:c=>_c(l,c),routing:{get:()=>sc(l),set:c=>ic(l,c),reset:()=>oc(l),preview:c=>ac(l,c)},playground:(c,R,A)=>Pc(l,c,R,A)},channels:{slack:{installation:()=>Ka(l),connect:c=>Ha(l,c),mode:()=>Wa(l),manifest:()=>za(l),disconnect:()=>Va(l),getFile:c=>Ja(l,c),uploadFile:c=>Xa(l,c)},email:{installation:c=>Ya(l,c),mode:()=>Za(l),connect:c=>ec(l,c),disconnect:c=>tc(l,c),updatePolicy:(...c)=>nc(l,...c)},voice:{setBotName:c=>rc(l,c)}},updateFeatureFlag:(...c)=>Ms(l,...c),updateExperimentalFeature:(...c)=>Os(l,...c),modelDefaults:{get:()=>ya(l),set:c=>ha(l,c),clear:c=>ba(l,c)},setDefaultAgent:c=>Pa(l,c),sandbox:{list:()=>yo(l),snapshots:()=>co(l),rebuildSnapshot:c=>lo(l,c),fixWithAgent:()=>uo(l),createTemplate:c=>po(l,c),updateTemplate:(...c)=>go(l,...c),removeTemplate:c=>mo(l,c),buildTemplate:c=>fo(l,c),setProvider:c=>Us(l,c)},setAgentScope:(...c)=>xa(l,...c),session:c=>C(l,c)}}function C(l,y){let c=null,R,A,k=null;async function D(){k||(k=Jt(l,y,{showErrors:!1}).then(h=>{let S=typeof h.metadata?.opencode_model=="string"?h.metadata.opencode_model.trim():"",N=S.indexOf("/"),X=N>0&&N<S.length-1?{providerID:S.slice(0,N),modelID:S.slice(N+1)}:void 0,U=h.agent_name?.trim()||void 0;return{model:X,agent:U}}));try{return await k}catch(h){throw k=null,h}}function j(){if(c)return c;let h=Wu(l,y);return h&&(c=h),c}async function T(h){let S=j();if(S)return S;let N=h?.readyTimeoutMs??18e4,X=`${l}
20
- ${y}`,U=un.get(X);if(U)return c=await U,c;let B=(async()=>{let F=Date.now()+N,H=()=>Math.max(0,F-Date.now()),M=await Ae(l,y,Math.min(3e4,H()));for(;Date.now()<F&&(M==null||(M.stage==="provisioning"||M.stage==="starting")&&M.retriable);)await new Promise(W=>setTimeout(W,Math.min(1e3,H()))),M=await Ae(l,y,Math.min(3e4,H()));if(!M||M.stage!=="ready"||!M.sandbox||!M.opencode_session_id)throw new v(`Session runtime not ready (stage: ${M?.stage??"unknown"})`,{code:"RUNTIME_UNAVAILABLE"});let Q=M.sandbox.external_id;if(!Q)throw new v("Session sandbox has no external_id \u2014 cannot resolve its runtime URL",{code:"RUNTIME_UNAVAILABLE"});let ce=At(Q);return ku(ce,Q),{opencodeSessionId:M.opencode_session_id,runtimeUrl:ce,sandboxId:Q}})();un.set(X,B);try{return c=await B,c}finally{un.get(X)===B&&un.delete(X)}}function z(h){let S=j();if(!S)throw new pt(h);return S}function V(){c=null,Vu(l,y)}return{get:h=>Jt(l,y,h),cost:()=>en(y,{projectId:l}),update:h=>ta(l,y,h),delete:()=>(V(),na(l,y)),start:(...h)=>Ae(l,y,...h),restart:()=>(V(),at(l,y)),stop:()=>(V(),ct(l,y)),configState:()=>ra(l,y),reloadConfig:h=>(V(),sa(l,y,h)),reloadConfigStream:(...h)=>(V(),ia(l,y,...h)),setSharing:h=>Fo(l,y,h),previews:()=>Lo(l,y),commit:h=>Mo(l,y,h),publicShares:{list:()=>Go(l,y),create:(...h)=>Bo(l,y,...h),revoke:(...h)=>No(l,y,...h)},audit:(h,S)=>Wo(l,y,h,S),transcript:h=>zo(l,y,h),turn:()=>Vo(l,y),prompts:{create:h=>Jo(l,y,h),list:()=>Xo(l,y),remove:h=>Qo(l,y,h),retry:h=>Yo(l,y,h),hold:h=>Zo(l,y,h)},voiceTranscript:h=>ea(l,y,h),ensureReady:T,health:h=>Fl(j()?.runtimeUrl??null,h),previewUrl:(h,S="/")=>me(h,S,r(z("previewUrl").sandboxId)),proxyUrl:h=>Ll(h,r(z("proxyUrl").sandboxId)),setModel:h=>{R=h},changeModel:async h=>{let S=await ca(l,y,h);return k=null,S},scope:()=>oa(l,y),rescope:h=>aa(l,y,h),setAgent:h=>{A=h},send:async(h,S)=>{let{opencodeSessionId:N,runtimeUrl:X}=await T(),U=S?.model??R,B=S?.agent??A,F=U&&B?{}:await D(),H=U??F.model,M=B??F.agent;return te(X).session.prompt({sessionID:N,parts:[{type:"text",text:h}],...H?{model:H}:{},...M?{agent:M}:{}})},abort:async()=>{let{opencodeSessionId:h,runtimeUrl:S}=await T();return te(S).session.abort({sessionID:h})},rewind:async h=>{let{opencodeSessionId:S,runtimeUrl:N}=await T();return te(N).session.revert({sessionID:S,messageID:h})},restoreRewind:async()=>{let{opencodeSessionId:h,runtimeUrl:S}=await T();return te(S).session.unrevert({sessionID:h})},stream:async h=>{let{runtimeUrl:S}=await T();return ln({client:te(S),onEvent:h.onEvent,onGapRehydrate:h.onGapRehydrate,signal:h.signal})},get runtime(){return te(z("runtime").runtimeUrl)},files:{list:async h=>Ze(h,(await T()).runtimeUrl),read:async h=>qe(h,(await T()).runtimeUrl),readBlob:async h=>Me(h,(await T()).runtimeUrl),status:async()=>et((await T()).runtimeUrl),findFiles:async(h,S)=>tt(h,S,(await T()).runtimeUrl),findText:async h=>nt(h,(await T()).runtimeUrl),upload:async(h,S,N)=>Oe(h,S,N,(await T()).runtimeUrl),write:async(h,S)=>Ue(h,S,(await T()).runtimeUrl),create:async h=>rt(h,(await T()).runtimeUrl),copy:async(h,S)=>st(h,S,(await T()).runtimeUrl),remove:async h=>we(h,(await T()).runtimeUrl),mkdir:async h=>Fe(h,(await T()).runtimeUrl),rename:async(h,S)=>de(h,S,(await T()).runtimeUrl)}}}return{config:t,accounts:s,iam:o,accountInvites:p,projects:d,connectors:I(),project:E,session:C,github:f,billing:u,sandboxShares:m,transcribe:kc,connectStatus:b,marketplace:x,validateToken:As,runtime:Xh}}function xp(){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 Bl={thinking:!1,toolDetails:!0,assistantMetadata:!0};function Qh(t){return t&&t.charAt(0).toUpperCase()+t.slice(1)}function Yh(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 Zh(t,e){if(t.type==="text"&&!t.synthetic)return`${t.text??""}
19
+ `);let I=Sf(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 ca(t,e){return a(await i.get(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`))}async function la(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/scope`,n))}async function ua(t,e,n){return a(await i.put(`/projects/${t}/sessions/${encodeURIComponent(e)}/model`,{opencode_model:n}))}async function pa(t){return a(await i.get(`/projects/${t}/triggers`))}async function da(t,e){return a(await i.post(`/projects/${t}/triggers`,e))}async function ga(t,e,n){return a(await i.patch(`/projects/${t}/triggers/${e}`,n))}async function ma(t,e){return a(await i.delete(`/projects/${t}/triggers/${e}`))}async function fa(t,e){return a(await i.patch(`/projects/${t}/triggers/activation`,{paused:e}))}async function ya(t,e){return a(await i.post(`/projects/${t}/triggers/${e}/fire`,{}))}var me=new Map;function ha(t,e){return`${t}::${e}`}function Yu(t,e){me.delete(t),me.set(t,e)}function Qu(t,e){let n=ha(t,e),r=me.get(n);return r&&Yu(n,r),r}function Zu(t,e,n){let r=ha(t,e);if(!me.has(r)&&me.size>=512){let s=me.keys().next().value;s!==void 0&&me.delete(s)}Yu(r,n)}function ep(t,e){me.delete(ha(t,e))}function vf(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 Qt=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 Cf(t){return t instanceof Error&&t.name==="SessionStartError"}function Rf(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 Qt(s,{status:n,code:r,terminal:!0}):null}async function Re(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=Rf(s.error);if(p&&!(p.status===404&&Go(e)))throw p;return null}let o=s.data,u=o.sandbox?.external_id;return o.stage==="ready"&&u&&o.opencode_session_id&&Zu(t,e,{opencodeSessionId:o.opencode_session_id,runtimeUrl:At(u),sandboxId:u}),o}function Af(t,e){return["session-start",t,e]}async function ba(t){return a(await i.get(`/projects/${t}/model-defaults`))}async function xa(t,e){return a(await i.put(`/projects/${t}/model-defaults`,e))}async function _a(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 Tf(t,e){return a(await i.put(`/projects/${t}/model-enablement`,{modelOverrides:e}))}async function Pa(t,e,n){let r=Ef(n);return a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/scope`,r))}function tp(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function If(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function Ef(t){let e=t.connectors_required?tp(t.connectors_required):void 0,n=t.connectors_personal?tp(t.connectors_personal):void 0;if(e&&n&&!If(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 jf(t,e){let n=a(await i.get(`/projects/${t}/agents/${encodeURIComponent(e)}/config`));return{...n,block:n.block?ka(n.block):null}}async function $f(t,e,n){let r=ka(n),s=a(await i.put(`/projects/${t}/agents/${encodeURIComponent(e)}/config`,r));return{...s,block:s.block?ka(s.block):null}}function np(t){let e=[];for(let n of t){let r=n.trim();r&&!e.includes(r)&&e.push(r)}return e}function Df(t,e){if(t.length!==e.length)return!1;let n=new Set(e);return t.every(r=>n.has(r))}function ka(t){let e=t.connectors_required?np(t.connectors_required):void 0,n=t.connectors_personal?np(t.connectors_personal):void 0;if(e&&n&&!Df(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 qf(t,e,n){return a(await i.post(`/projects/${t}/secrets/${encodeURIComponent(e)}/grant`,{agent:n}))}async function wa(t,e){return a(await i.put(`/projects/${t}/default-agent`,{agent:e}))}function Zt(){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 Mf(t){let e=t.trim().toLowerCase();return e===""||e==="free"||e==="none"?"free":e==="enterprise"?"enterprise":"team"}function Of(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??Zt(),r=(n.subscription?.tier_key||n.tier?.name||"none").toString(),s=(n.tier?.display_name||"").trim()||r;return{family:Mf(r),label:s,sublabel:null,isGrandfathered:!1}}async function Sa(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?Zt():s.data}async function va(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?Zt():s.data}async function Ca(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 Ra(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 Aa(){return a(await i.get("/billing/credit-breakdown"))}async function Ta(t){let e=t!=null?`?days=${t}`:"";return a(await i.get(`/billing/usage-history${e}`))}async function Ia(){return a(await i.get("/billing/tier-configurations"))}async function Uf(t){let e=t.accountId?`?account_id=${encodeURIComponent(t.accountId)}`:"";return Le(t,`/v1/billing/account-state${e}`)}async function Ea(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 ja(t,e){return a(await i.post("/billing/confirm-checkout-session",{account_id:e,session_id:t}),"Failed to confirm checkout session")}async function $a(t,e){return a(await i.post("/billing/create-portal-session",{account_id:e,return_url:t}),"Failed to create portal session")}async function Da(t,e){return a(await i.post("/billing/cancel-subscription",{account_id:e,feedback:t}),"Failed to cancel subscription")}async function qa(t){return a(await i.post("/billing/reactivate-subscription",{account_id:t}),"Failed to reactivate subscription")}async function Ma(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 Oa(t){return a(await i.post("/billing/cancel-scheduled-change",{account_id:t}),"Failed to cancel scheduled change")}async function Ua(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 Fa(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 La(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 Ga(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 Ff(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 Lf(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 Gf(t){return a(await i.post("/billing/claim-per-seat",{account_id:t}),"Failed to switch to per-seat billing")}async function Bf(t){return a(await i.post("/billing/sync-subscription",{account_id:t}),"Failed to sync subscription")}async function Ba(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 Ka(t,e){e.accountId&&t.set("account_id",e.accountId),e.projectId&&t.set("project_id",e.projectId)}function en(t,e){e.from&&t.set("from",e.from),e.to&&t.set("to",e.to)}function tn(t){return t.size>0?`?${t}`:""}async function Ha(t={}){let e=new URLSearchParams;return Ka(e,t),t.ownerId&&e.set("owner_id",t.ownerId),en(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${tn(e)}`))}async function nn(t,e={}){let n=new URLSearchParams;return Ka(n,e),a(await i.get(`/usage/session-costs/${encodeURIComponent(t)}${tn(n)}`))}async function Nf(t={}){let e=new URLSearchParams;return t.accountId&&e.set("account_id",t.accountId),en(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${tn(e)}`))}async function Kf(t={}){let e=new URLSearchParams;return Ka(e,t),t.sessionId&&e.set("session_id",t.sessionId),en(e,t),a(await i.get(`/usage/cost-summary${tn(e)}`))}function Na(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)}en(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 Hf(t,e={}){let n=Na(t==="projects"?"projects":"sessions",e),r=await te(),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 rp(t,e){return a(await i.post(`/channels/${t}/identity/bind`,{token:e}),"Failed to connect your account")}function Wf(t){return rp("slack",t)}function zf(t){return rp("teams",t)}async function Wa(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/installation`,{showErrors:!1});return e.success?e.data??null:null}async function za(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/channels/slack/connect`,e,{showErrors:!1}),"Failed to connect")}var Vf={oauth_available:!1,install_url:null};async function Va(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/slack/mode`,{showErrors:!1});return!e.success||!e.data?Vf:e.data}async function Ja(t){return a(await i.get(`/webhooks/slack/${encodeURIComponent(t)}/manifest`,{showErrors:!1}),"Failed to load Slack manifest")}async function Xa(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 Ya(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 Qa(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 Za(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 Jf={provider:"agentmail",managed_available:!1};async function ec(t,e){let n=e?`?connector_slug=${encodeURIComponent(e)}`:"",r=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/installation${n}`,{showErrors:!1});return r.success&&r.data?Za(r.data):null}async function tc(t){let e=await i.get(`/projects/${encodeURIComponent(t)}/channels/email/mode`,{showErrors:!1});return!e.success||!e.data?Jf:e.data}async function nc(t,e){let n=a(await i.post(`/projects/${encodeURIComponent(t)}/channels/email/connect`,e,{showErrors:!1}),"Failed to connect email");return Za(n)}async function rc(t,e){let n=e?`?connector_slug=${encodeURIComponent(e)}`:"",r=await i.delete(`/projects/${encodeURIComponent(t)}/channels/email/installation${n}`,{showErrors:!1});if(!r.success)throw new Error(r.error?.message??"Failed to disconnect email")}async function sc(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 Za(r)}async function Xf(t){return a(await i.get(`/projects/${encodeURIComponent(t)}/channels/bindings`,{showErrors:!1}),"Failed to load channel bindings")}async function Yf(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 ic(t){return a(await i.get(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function oc(t,e){return a(await i.put(`/projects/${t}/gateway/routing-policy`,e),"Gateway routing policy request failed")}async function ac(t){return a(await i.delete(`/projects/${t}/gateway/routing-policy`),"Gateway routing policy request failed")}async function cc(t,e){return a(await i.post(`/projects/${t}/gateway/routing-policy/preview`,e),"Gateway route preview failed")}async function lc(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 uc(t,e){return a(await i.get(`/projects/${t}/gateway/logs/${e}`),"Gateway request failed")}async function pc(t,e){return a(await i.get(`/projects/${t}/gateway/overview${e?`?days=${e}`:""}`),"Gateway request failed")}async function dc(t,e){return a(await i.get(`/projects/${t}/gateway/series${e?`?days=${e}`:""}`),"Gateway request failed")}async function gc(t,e){return a(await i.get(`/projects/${t}/gateway/breakdown${e?`?days=${e}`:""}`),"Gateway request failed")}async function mc(t,e){return a(await i.get(`/projects/${t}/gateway/sessions${e?`?days=${e}`:""}`),"Gateway request failed")}async function fc(t,e){return a(await i.get(`/projects/${t}/gateway/errors${e?`?days=${e}`:""}`),"Gateway request failed")}async function yc(t){return a(await i.get(`/projects/${t}/gateway/budgets`),"Gateway request failed")}async function hc(t,e){return a(await i.put(`/projects/${t}/gateway/budgets`,e),"Gateway request failed")}async function bc(t,e){return a(await i.delete(`/projects/${t}/gateway/budgets/${e}`),"Gateway request failed")}async function xc(t){return a(await i.get(`/projects/${t}/gateway/keys`),"Gateway request failed")}async function _c(t,e){return a(await i.post(`/projects/${t}/gateway/keys`,{name:e}),"Gateway request failed")}async function Pc(t,e){return a(await i.delete(`/projects/${t}/gateway/keys/${e}`),"Gateway request failed")}async function kc(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 Qf(t,e){return a(await i.post(`/projects/${t}/gateway/providers/${encodeURIComponent(e)}/verify`,{}),"Gateway provider verification failed")}async function Zf(){return a(await i.get("/referrals/code"),"GET_CODE_FAILED")}async function ey(){return a(await i.post("/referrals/code/refresh",{}),"REFRESH_CODE_FAILED")}async function ty(t){return a(await i.post("/referrals/validate",{referral_code:t}),"VALIDATE_CODE_FAILED")}async function ny(){return a(await i.get("/referrals/stats"),"GET_STATS_FAILED")}async function ry(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 sy(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 wc(t){return k(await O(`/accounts/${t}/iam/groups`)).groups}async function Sc(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}`))}async function vc(t,e){return k(await i.post(`/accounts/${t}/iam/groups`,e,{showErrors:!1}))}async function Cc(t,e,n){return k(await i.patch(`/accounts/${t}/iam/groups/${e}`,n))}async function Rc(t,e){return k(await i.delete(`/accounts/${t}/iam/groups/${e}`))}async function Ac(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}/members`)).members}async function Tc(t,e,n){return k(await i.post(`/accounts/${t}/iam/groups/${e}/members`,{userIds:n}))}async function iy(t,e){return k(await O(`/accounts/${t}/iam/groups/${e}/project-grants`)).grants}async function Ic(t,e,n){return k(await i.delete(`/accounts/${t}/iam/groups/${e}/members/${n}`))}async function oy(t,e){return k(await O(`/accounts/${t}/iam/members/${e}/groups`)).groups}async function ay(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 cy(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 ly(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 uy(t,e){return k(await i.post(`/accounts/${t}/iam/policies`,e,{showErrors:!1}))}async function py(t,e,n){return k(await i.patch(`/accounts/${t}/iam/policies/${e}`,n,{showErrors:!1}))}async function dy(t,e){return k(await i.delete(`/accounts/${t}/iam/policies/${e}`))}async function gy(t,e){return k(await i.post(`/accounts/${t}/iam/policies:bulk-delete`,{policy_ids:e},{showErrors:!1}))}async function my(t,e){return k(await i.post(`/accounts/${t}/iam/policies:bulk-import`,{policies:e},{showErrors:!1}))}async function Ec(t){return k(await O(`/accounts/${t}/iam/roles`)).roles}async function jc(t){return k(await O(`/accounts/${t}/iam/agent-identities`)).agents}async function $c(t,e){return k(await O(`/accounts/${t}/iam/roles/${e}/permissions`))}async function fy(t){return k(await O(`/accounts/${t}/iam/actions`)).actions}async function Dc(t,e){return k(await O(`/accounts/${t}/iam/roles/${e}/usage`))}async function qc(t,e){return k(await i.post(`/accounts/${t}/iam/roles`,e,{showErrors:!1}))}async function Mc(t,e,n){return k(await i.patch(`/accounts/${t}/iam/roles/${e}`,n,{showErrors:!1}))}async function Oc(t,e,n){return k(await i.put(`/accounts/${t}/iam/roles/${e}/permissions`,{actions:n},{showErrors:!1}))}async function Uc(t,e){return k(await i.delete(`/accounts/${t}/iam/roles/${e}`,{showErrors:!1}))}async function yy(t,e,n){return k(await i.patch(`/accounts/${t}/iam/members/${e}/super-admin`,{isSuperAdmin:n}))}async function hy(t){return k(await O(`/accounts/${t}/iam/scim/tokens`)).tokens}async function by(t,e){return k(await i.post(`/accounts/${t}/iam/scim/tokens`,e,{showErrors:!1}))}async function xy(t,e){return k(await i.delete(`/accounts/${t}/iam/scim/tokens/${e}`))}async function _y(t){return k(await O(`/accounts/${t}/iam/mfa-required`))}async function Py(t){return k(await O(`/accounts/${t}/iam/mfa-required/preview`))}async function ky(t,e){return k(await i.patch(`/accounts/${t}/iam/mfa-required`,{enabled:e},{showErrors:!1}))}async function wy(t){return k(await O(`/accounts/${t}/iam/sso/provider`)).provider}async function Sy(t,e){return k(await i.put(`/accounts/${t}/iam/sso/provider`,e,{showErrors:!1})).provider}async function vy(t,e){return k(await i.post(`/accounts/${t}/iam/sso/provider/from-metadata`,e,{showErrors:!1})).provider}async function Cy(t){return k(await i.delete(`/accounts/${t}/iam/sso/provider`))}async function Ry(t){return k(await O(`/accounts/${t}/iam/sso/mappings`)).mappings}async function Ay(t,e){return k(await i.post(`/accounts/${t}/iam/sso/mappings`,e,{showErrors:!1}))}async function Ty(t,e){return k(await i.delete(`/accounts/${t}/iam/sso/mappings/${e}`))}async function Iy(t){return k(await O(`/accounts/${t}/iam/session-policy`))}async function Ey(t,e){return k(await i.patch(`/accounts/${t}/iam/session-policy`,e,{showErrors:!1}))}async function jy(t){return k(await O(`/accounts/${t}/iam/sessions`)).sessions}async function $y(t,e){return k(await i.post(`/accounts/${t}/iam/sessions/${e}/revoke`,{},{showErrors:!1}))}async function Dy(t){return k(await O(`/accounts/${t}/iam/pat-policy`))}async function qy(t,e){return k(await i.patch(`/accounts/${t}/iam/pat-policy`,e,{showErrors:!1}))}async function My(t){return k(await O(`/accounts/${t}/iam/service-accounts`)).service_accounts}async function Oy(t,e){return k(await i.post(`/accounts/${t}/iam/service-accounts`,e,{showErrors:!1}))}async function Uy(t,e){return k(await i.post(`/accounts/${t}/iam/service-accounts/${e}/disable`,{},{showErrors:!1}))}async function Fy(t,e){return k(await i.delete(`/accounts/${t}/iam/service-accounts/${e}`))}async function Ly(t){return k(await O(`/accounts/${t}/audit/webhooks`)).webhooks}async function Gy(t,e){return k(await i.post(`/accounts/${t}/audit/webhooks`,e,{showErrors:!1}))}async function By(t,e,n){return k(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function Ny(t,e){return k(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function Ky(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 Fc(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 Lc(t,e,n){return n.length===0?[]:k(await i.post(`/accounts/${t}/iam/members/${e}/effective:batch`,{probes:n})).results}async function Hy(t){return k(await O(`/accounts/${t}/iam/enterprise-demo`)).enabled}async function Wy(t,e){return k(await i.put(`/accounts/${t}/iam/enterprise-demo`,{enabled:e})).enabled}function sp(t){return i.get(t,{showErrors:!1})}function zy(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 Gc(t,e){return a(await sp(`/accounts/${t}/iam/assignments${zy(e)}`)).assignments}async function Bc(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 Nc(t,e){return a(await i.delete(`/accounts/${t}/iam/assignments/${e}`)).assignment}async function Kc(t,e){let n=e?.scopeType?`?scope_type=${e.scopeType}`:"";return a(await sp(`/accounts/${t}/iam/permissions${n}`)).permissions}async function Vy(){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 Jy(t="User requested deletion"){return a(await i.post("/account/request-deletion",{reason:t},{showErrors:!1}),"Failed to request account deletion")}async function Xy(){return a(await i.post("/account/cancel-deletion",void 0,{showErrors:!1}),"Failed to cancel account deletion")}async function Yy(){return a(await i.delete("/account/delete-immediately",{showErrors:!1}),"Failed to delete account immediately")}async function Qy(){return(await i.get("/user-roles",{showErrors:!1})).data??{isAdmin:!1,role:null}}function Zy(){return i.get("/admin/api/provider-distribution").then(t=>a(t))}function eh(t=300){return i.get(`/admin/api/sandboxes?limit=${t}`).then(e=>a(e))}function th(t){return i.put("/admin/api/provider-distribution",t).then(e=>a(e))}function nh(t){return i.get(`/admin/api/provider-analytics?days=${t}`).then(e=>a(e))}function rh(t,e){return i.post(`/admin/api/sandboxes/${encodeURIComponent(t)}/migrate`,{targetProvider:e}).then(n=>a(n))}function sh(){return i.get("/admin/api/provider-fallback").then(t=>a(t))}function ih(t){return i.put("/admin/api/provider-fallback",{enabled:t}).then(e=>a(e))}async function oh(t){return a(await i.get(`/google/auth-url?return_url=${encodeURIComponent(t)}`),"Failed to get Google auth URL")}async function ah(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 Hc(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 Wc(t,e){return a(await i.get(`/projects/${t}/review/items/${e}`))}async function zc(t,e){return a(await i.post(`/projects/${t}/review/items`,e))}async function Vc(t,e,n){return a(await i.post(`/projects/${t}/review/items/${e}/act`,n))}async function Jc(t,e){return a(await i.post(`/projects/${t}/review/bulk`,e))}async function Xc(t){return a(await i.get(`/p/share?sandbox_id=${encodeURIComponent(t)}`),"Failed to load public links").shares??[]}async function Yc(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 Qc(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 rn=class extends Error{constructor(n,r){super(n);this.status=r;this.name="PublicSessionShareError"}status};function ip(t,e=""){return`${Je()}/public/session-shares/${encodeURIComponent(t)}${e}`}async function op(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 rn(s,e.status)}return r}async function ch(t){return op(ip(t))}async function lh(t){return op(ip(t,"/messages"))}async function Zc(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 el(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 tl(t,e){let n=e?`?account_id=${encodeURIComponent(e)}`:"";return a(await i.delete(`/accounts/tokens/${t}${n}`))}async function nl(t){return a(await i.get(`/projects/${t}/cli-token`))}async function rl(t,e){return a(await i.post(`/projects/${t}/cli-token`,e??{}))}async function sl(t,e){return a(await i.delete(`/projects/${t}/cli-token/${e}`))}async function il(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 ol(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 al(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 cl(t){return a(await i.get(`/accounts/${t}/audit/webhooks`))}async function ll(t,e){return a(await i.post(`/accounts/${t}/audit/webhooks`,e))}async function ul(t,e,n){return a(await i.patch(`/accounts/${t}/audit/webhooks/${e}`,n))}async function pl(t,e){return a(await i.delete(`/accounts/${t}/audit/webhooks/${e}`))}async function dl(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 gl(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 uh(t){return a(await i.get(`/approval-links/${t}`),"Failed to load approval")}async function ml(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 fl(){return a(await i.get("/marketplace/marketplaces"))}async function yl(){return a(await i.get("/marketplace/marketplaces/featured"))}async function hl(t){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}`),"Item not found")}async function bl(t,e){return a(await i.get(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`),"File not found")}async function xl(){return a(await i.get("/marketplace/sources"))}async function _l(t){return a(await i.post("/marketplace/sources",t),"Failed to add marketplace source")}async function Pl(t){return a(await i.delete(`/marketplace/sources/${encodeURIComponent(t)}`),"Failed to remove marketplace source")}async function ph(t,e){return a(await i.post(`/projects/${encodeURIComponent(t)}/marketplace/install-session`,{id:e}),"Failed to start marketplace install session")}async function dh(t){return a(await i.get(`/templates/${encodeURIComponent(t)}`))}async function gh(t,e){return a(await i.post(`/templates/${encodeURIComponent(t)}/install`,e))}async function kl(t){return a(await i.get(`/projects/${t}/apps`),"Failed to list Apps").apps}async function wl(t,e){return a(await i.post(`/projects/${t}/apps`,e),"Failed to create App")}async function Sl(t,e){return a(await i.get(`/projects/${t}/apps/${e}`),"Failed to load App")}async function vl(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}`,n),"Failed to update App")}async function Cl(t,e){return a(await i.delete(`/projects/${t}/apps/${e}`),"Failed to delete App")}async function Rl(t,e){return a(await i.get(`/projects/${t}/apps/${e}/access`),"Failed to load App access policy")}async function Al(t,e,n){return a(await i.patch(`/projects/${t}/apps/${e}/access`,n),"Failed to update App access policy")}async function Tl(t,e){return a(await i.post(`/projects/${t}/apps/${e}/access-session`,{}),"Failed to create App access session")}async function sn(t,e){return a(await i.post(`/projects/${t}/apps/artifacts`,e),"Failed to register App artifact")}async function on(t,e,n){return a(await i.post(`/projects/${t}/apps/artifacts/${e}/finalize`,n),"Failed to finalize App artifact")}async function mh(t){return t instanceof Uint8Array?t:new Uint8Array(await t.arrayBuffer())}async function fh(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 Il(t,e,n={}){let r=await mh(e),s=n.mediaType??"application/gzip",o=await sn(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),on(t,o.artifact.artifact_id,{sha256:await fh(r),size_bytes:r.byteLength})}async function El(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/deployments`,n),"Failed to create App deployment")}async function jl(t,e){return a(await i.get(`/projects/${t}/apps/${e}/deployments`),"Failed to list App deployments").deployments}async function $l(t,e,n){return a(await i.get(`/projects/${t}/apps/${e}/deployments/${n}`),"Failed to load App deployment")}async function Dl(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 ql(t,e){return a(await i.post(`/projects/${t}/apps/${e}/start`,{}),"Failed to start App")}async function Ml(t,e){return a(await i.post(`/projects/${t}/apps/${e}/stop`,{}),"Failed to stop App")}async function Ol(t,e,n){return a(await i.post(`/projects/${t}/apps/${e}/rollback`,{deployment_id:n}),"Failed to roll back App")}var yh=["control_plane","provider_ingress","daemon","upstream_port"];function Ul(t){return typeof t=="string"&&yh.includes(t)?t:null}function hh(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 Fl(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 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=Ul(r.headers.get("X-Kortix-Proxy-Hop"))??Ul(o?.hop),d=Number(r.headers.get("X-Kortix-Upstream-Status")),f=o?.upstream_status,m=Number.isFinite(d)&&d>0?d:typeof f=="number"?f:null;return{status:r.status,ok:r.ok,health:u,body:s,hop:p,upstreamStatus:m}}var oe={DESKTOP:"6080",DESKTOP_HTTPS:"6081",PRESENTATION_VIEWER:"3210",STATIC_FILE_SERVER:"3211",KORTIX_MASTER:"8000",BROWSER_STREAM:"9223",BROWSER_VIEWER:"9224",SSH:"22"};var ap=/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s)"'<>]*/g,cp=/^https?:\/\/p(\d+)-([^.]+)\.localhost(?::(\d+))?(\/.*)?$/,lp=/^https?:\/\/(?:dev|staging|prod|preview)-p(\d+)-([a-z0-9-]+)\.[^/]+?(?::(\d+))?(\/.*)?$/i,up=new Set([22,4096,parseInt(oe.KORTIX_MASTER,10)]);function bh(t){return cp.test(t)}function an(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 xh(t){let e=t.indexOf("](");return e===-1?t:t.slice(0,e)}var _h=new Set(["'",'"',"`","<","(","["]),Ph=new Set([">","'",'"',"`",")","]",",",";",".","!","?"]);function kh(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&&_h.has(t[e]);)e++;for(;n>e&&Ph.has(t[n-1]);)n--;return t.slice(e,n)}function wh(t){return t.match(/https?:\/\/(?:localhost|127\.0\.0\.1):\d{1,5}[^\s"'<>)]*/i)?.[0]??null}var Sh=/^\/proxy\/(\d{1,5})(\/.*)?$/,vh=/^\/(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 pp(t){if(!t)return!1;try{let e=new URL(t);return e.hostname!=="localhost"&&e.hostname!=="127.0.0.1"?!1:vh.test(e.pathname)}catch{return!1}}function ut(t){if(!t)return null;let e=kh(xh(t.trim())),n=Gl(e);if(n){let r=an(n.path||"/");return{originalUrl:`http://localhost:${n.port}${r}`,port:n.port,path:r}}try{let r=new URL(e);if(r.protocol!=="http:"&&r.protocol!=="https:"||r.hostname!=="localhost"&&r.hostname!=="127.0.0.1"||!r.port)return null;let s=parseInt(r.port,10);if(!Number.isInteger(s)||s<1||s>65535)return null;let o=`${r.pathname||"/"}${r.search}${r.hash}`,u=parseInt(oe.KORTIX_MASTER,10);if(s===u){let d=r.pathname.match(Sh);if(d){let f=parseInt(d[1],10);if(f>=1&&f<=65535)return s=f,o=an(`${d[2]||"/"}${r.search}${r.hash}`),{originalUrl:`http://localhost:${s}${o}`,port:s,path:o}}}let p=an(o);return{originalUrl:`${r.protocol}//${r.hostname}:${s}${p}`,port:s,path:p}}catch{let r=wh(t);return r&&r!==t?ut(r):null}}function Ch(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 Rh(t,e){return e.some(([n,r])=>t>=n&&t<r)}function dp(t){let e=[],n=new Set,r=Ch(t);ap.lastIndex=0;let s;for(;(s=ap.exec(t))!==null;){let o=ut(s[0]);if(!o)continue;let{originalUrl:u,port:p,path:d}=o;p<1||p>65535||up.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:Rh(s.index,r)}))}return e}function Ah(t){return dp(t).length>0}function Th(t){try{let{hostname:e}=new URL(t);return e==="localhost"||e==="127.0.0.1"}catch{return!1}}function gp(t){return t.trim().toLowerCase().split("_").join("-")}function mp(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return t.slice(0,e)}function Ih(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(gp(n.sandboxId));return`${mp(s)}${e}`}function fp(t){return t.sandboxId.trim().length>0}function fe(t,e,n){let r=an(e);if(!fp(n))return xp(t,r);let s=Ih(t,r,n);return s||(Th(n.apiBaseUrl)?`http://p${t}-${gp(n.sandboxId)}.localhost:${n.backendPort}${r}`:`${mp(n.apiBaseUrl)}/p/${n.sandboxId}/${t}${r}`)}function Eh(t,e){if(!t)return;let r=t.replace(/^\/workspace\//,"").replace(/^\/+/,"").split("/").filter(Boolean).map(s=>encodeURIComponent(s)).join("/");return fe(3211,`/open?path=/workspace/${r}`,e)}function yp(t){return`/open?path=/${(t.startsWith("/workspace")?t:`/workspace/${t.replace(/^\/+/,"")}`).split("/").filter(Boolean).map(r=>encodeURIComponent(r)).join("/")}`}function jh(t){return`http://localhost:3211${yp(t)}`}function hp(){return"/health"}function $h(t){return fe(3211,hp(),t)}function Dh(t,e){return fe(t,"/",e)}function bp(t){let e=ut(t);return!(!e||up.has(e.port)||pp(t))}function Ll(t,e){if(!t)return t;let n=ut(t);return n?bp(n.originalUrl)?fe(n.port,n.path,e):n.originalUrl:t}function xp(t,e="/"){return`http://localhost:${t}${e}`}var _p=/^https?:\/\/[^/]+\/v1\/p\/([^/]+)\/(\d+)(\/.*)?$/;function Gl(t){let e=t.match(cp);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(lp);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(_p);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 qh(t){try{let e=Gl(t);return e?`http://localhost:${e.port}${e.path}`:null}catch{return null}}function Mh(t){return bh(t)||lp.test(t)||_p.test(t)}function Oh(t){try{let{hostname:e,port:n}=new URL(t);return(e==="localhost"||e==="127.0.0.1")&&n!==""}catch{return!1}}var lt="/web-proxy/";function Uh(t,e){try{let n=new URL(t);if(n.protocol!=="http:"&&n.protocol!=="https:")return null;let r=n.protocol.replace(":",""),s=`${lt}${r}/${n.host}${n.pathname}${n.search}${n.hash}`,o=parseInt(oe.KORTIX_MASTER,10);return`${fe(o,"/",e).replace(/\/$/,"")}${s}`}catch{return null}}function Fh(t){try{let e=new URL(t),n=e.pathname.indexOf(lt);if(n===-1)return null;let s=e.pathname.slice(n+lt.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 Lh(t){try{return new URL(t).pathname.includes(lt)}catch{return t.includes(lt)}}function Gh(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 Bh(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 Pp="frontend";function cn(t,e,n){(t==="error"?console.error:t==="warn"?console.warn:t==="debug"?console.debug:console.log)(`[${Pp}] ${e}`,...n?[n]:[]);try{de().app.log({service:Pp,level:t,message:e,extra:n})}catch{}}var ye={debug:(t,e)=>cn("debug",t,e),info:(t,e)=>cn("info",t,e),warn:(t,e)=>cn("warn",t,e),error:(t,e)=>cn("error",t,e)};function kp(t){return{type:"heartbeat-gap",gapMs:t}}function wp(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 Nh={now:()=>Date.now(),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},Kh=16,Hh=8,Wh=6e4,zh=5e3,Vh=250,Jh=1e3,Xh=3e4,Yh=5,Qh=3e3,Zh=3e4,eb=2e4,tb=2e3,nb=8;function rb(t){if(t.type==="session.status")return`session.status:${t.properties.sessionID}`;if(t.type==="lsp.updated")return"lsp.updated"}function Sp(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 ln=new WeakMap;function sb(t,e,n){let r=e.timers??Nh,s=e.connectTimeoutMs??eb,o=e.heartbeatTimeoutMs??Wh,u=e.maxConsecutiveHardFailures??nb,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,Kh-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=Sp(p.signal);W.promise.then(()=>A.abort());try{let M=await new Promise((B,ee)=>{let V=!1;P=r.setTimeout(()=>{V||(V=!0,ye.warn("SSE connect timed out, forcing reconnect",{connectTimeoutMs:s}),A.abort(),ee(new Error(`SSE connect timed out after ${s}ms`)))},s),t.global.event({signal:A.signal,sseDefaultRetryDelay:Qh,sseMaxRetryDelay:Zh,sseMaxRetryAttempts:1}).then(Y=>{V||(V=!0,r.clearTimeout(P),B(Y))},Y=>{V||(V=!0,r.clearTimeout(P),ee(Y))})}),{stream:N}=M;f=r.now();let U=()=>{r.clearTimeout(R),R=r.setTimeout(()=>{ye.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(ue=>({kind:"next",result:ue}),ue=>({kind:"error",error:ue})),ee=Sp(A.signal),V=await Promise.race([B,ee.promise.then(()=>({kind:"aborted"}))]);if(ee.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,bt=Y&&typeof Y=="object"&&"payload"in Y?Y.payload:Y;if(!bt?.type)continue;let _n=rb(bt);if(_n){let ue=C.get(_n);ue!==void 0&&(m[ue]=void 0),C.set(_n,m.length)}m.push({type:bt.type,event:bt}),E(),!(r.now()-J<Hh)&&(J=r.now(),await new Promise(ue=>r.setTimeout(ue,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(ye.error("SSE event stream error",{error:N,retryCount:l,isAuthError:U}),U)try{Ve(),await Rt(),ye.info("SSE: refreshed auth token after auth error")}catch(J){ye.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<tb)?y+1:0,y>=u){ye.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>zh&&d(M=>M.onGapRehydrate,H),T?l=0:(l++,l>1&&ye.warn("SSE event stream reconnecting",{retryCount:l}));let Z=T?Vh:Math.min(Jh*2**Math.min(l-1,Yh),Xh);await new Promise(M=>{let N=r.setTimeout(M,Z),U=()=>{r.clearTimeout(N),M()};p.signal.addEventListener("abort",U,{once:!0})})}})(),{subscribers:n,teardown:()=>{p.abort(),b&&r.clearTimeout(b)}}}function un(t){let{client:e,onEvent:n,onGapRehydrate:r,onParked:s,signal:o}=t,u={onEvent:n,onGapRehydrate:r,onParked:s},p=ln.get(e);p?p.subscribers.add(u):(p=sb(e,t,new Set([u])),ln.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(),ln.get(e)===d&&ln.delete(e)))},b=()=>m();return o&&(o.aborted?m():o.addEventListener("abort",b,{once:!0})),{close:m}}function ib(){return de()}var pn=new Map,pt=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 vp(t,e){_t(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),Gu({sandboxId:l,apiBaseUrl:y,backendPort:c})}let s={list:ys,get:bs,create:hs,updateName:xs,leave:Is,members:_s,invite:Ps,removeMember:As,updateMemberRole:Ts,invites:ks,cancelInvite:ws,resendInvite:Ss,tokens:{list:Zc,create:el,revoke:tl},audit:{log:il,export:al,webhooks:{list:cl,create:ll,update:ul,remove:pl}}},o={assignments:{list:Gc,create:Bc,revoke:Nc},permissions:{list:Kc,forRole:$c},roles:{list:Ec,create:qc,update:Mc,setPermissions:Oc,remove:Uc,usage:Dc},groups:{list:wc,get:Sc,create:vc,update:Cc,remove:Rc,members:{list:Ac,add:Tc,remove:Ic}},agentIdentities:jc,can:Fc,canBatch:Lc},u={accountState:Sa,accountStateMinimal:va,transactions:Ca,transactionsSummary:Ra,creditBreakdown:Aa,usageHistory:Ta,usageRollup:Ba,sessionCosts:{list:Ha,get:nn},tierConfigurations:Ia,checkout:{createSession:l=>Ea(l),confirmSession:(l,y)=>ja(l,y)},subscription:{createPortalSession:(l,y)=>$a(l,y),cancel:(l,y)=>Da(l,y),reactivate:l=>qa(l),scheduleDowngrade:(l,y,c)=>Ma(l,y,c),cancelScheduledChange:l=>Oa(l),prorationPreview:(l,y)=>Ua(l,y)},credits:{purchase:l=>Fa(l),autoTopupSettings:l=>La(l),configureAutoTopup:l=>Ga(l)}},p={describe:vs,accept:Cs,decline:Rs},d={list:Ce,listForAccount:js,get:Gt,detail:Bt,create:Ms,createRepo:Os,provision:Us,update:Ht,archive:Wt,llmCatalog:Nt,modelPicker:Kt,sandboxHealth:Xt,sandboxTemplates:uo,sessions:Ge,createSession:Be},f={linkRepository:Ns,getInstallation:Ks,listInstallations:Hs,listLinkableInstallations:Ws,listRepositories:zs,listRepositoryBranches:Vs,linkInstallation:Xs,saveInstallation:Js,deleteInstallation:Ys},m={list:Xc,create:Yc,revoke:Qc},b=io,x={items:l=>ml(l),item:l=>hl(l),itemFile:(l,y)=>bl(l,y),marketplaces:()=>fl(),featured:()=>yl(),sources:{list:()=>xl(),add:l=>_l(l),remove:l=>Pl(l)}};function C(l){return{catalog:()=>zt(l),tools:()=>it(l),search:(...y)=>Ii(l,...y),describe:(...y)=>Ei(l,...y),call:(...y)=>ji(l,...y),uploadAttachment:(...y)=>$i(l,...y)}}function I(l){let y={list:()=>Di(l),listAll:()=>qi(l),reconcile:(...c)=>Mi(l,...c),reconcileMember:(...c)=>Oi(l,...c),updateCredential:(...c)=>Ui(l,...c),revoke:(...c)=>Fi(l,...c),activate:(...c)=>Li(l,...c),setDefault:(...c)=>Gi(l,...c),pipedreamConnect:(...c)=>Bi(l,...c),pipedreamFinalize:(...c)=>Ni(l,...c)};return{get:c=>Gt(l,c),detail:()=>Bt(l),audit:c=>ol(l,c),update:c=>Ht(l,c),archive:()=>Wt(l),llmCatalog:()=>Nt(l),modelPicker:()=>Kt(l),sandboxHealth:()=>Xt(l),onboardingComplete:(...c)=>Bs(l,...c),apps:{list:()=>kl(l),create:c=>wl(l,c),get:c=>Sl(l,c),update:(...c)=>vl(l,...c),access:{get:(...c)=>Rl(l,...c),update:(...c)=>Al(l,...c),session:(...c)=>Tl(l,...c)},remove:c=>Cl(l,c),artifacts:{register:c=>sn(l,c),uploadArchive:(...c)=>Il(l,...c),finalize:(...c)=>on(l,...c)},deployments:{create:(...c)=>El(l,...c),list:c=>jl(l,c),get:(...c)=>$l(l,...c),logs:(...c)=>Dl(l,...c)},start:c=>ql(l,c),stop:c=>Ml(l,c),rollback:(...c)=>Ol(l,...c)},tokens:{list:()=>nl(l),create:c=>rl(l,c),revoke:c=>sl(l,c)},setupLinks:{requestSecret:c=>dl(l,c),requestConnector:c=>gl(l,c)},validateManifest:c=>Ds(l,c),gitToken:()=>qs(l),secrets:{list:()=>bi(l),upsert:c=>xi(l,c),setStrategy:(...c)=>_i(l,...c),broker:(...c)=>Pi(l,...c),remove:c=>Ci(l,c),setPersonal:(...c)=>Ri(l,...c),removePersonal:c=>Ai(l,c),setGitCredential:c=>vi(l,c),startProviderOAuth:(...c)=>ki(l,...c),pollProviderOAuth:(...c)=>wi(l,...c),removeProviderOAuth:c=>Si(l,c)},access:{list:()=>ti(l),invite:(...c)=>si(l,...c),update:(...c)=>ni(l,...c),revoke:c=>ri(l,c),pendingInvites:()=>ii(l),resendInvite:(...c)=>ai(l,...c),revokeInvite:(...c)=>oi(l,...c),requests:()=>Qs(l),approveRequest:(...c)=>Zs(l,...c),rejectRequest:(...c)=>ei(l,...c),groupGrants:()=>ci(l),attachGroupGrant:(...c)=>li(l,...c),updateGroupGrant:(...c)=>ui(l,...c),detachGroupGrant:c=>pi(l,c),resourceGrants:{list:()=>di(l),create:c=>gi(l,c),remove:c=>mi(l,c)}},connectors:{...C(l),list:()=>Ki(l),config:(...c)=>Yi(l,...c),create:(...c)=>eo(l,...c),remove:(...c)=>no(l,...c),sync:()=>Hi(l),auth:{discover:(...c)=>to(l,...c)},setName:(...c)=>Qi(l,...c),setCredentialMode:(...c)=>Wi(l,...c),setAuthorizationStrategy:(...c)=>zi(l,...c),setCredential:(...c)=>oo(l,...c),setSensitive:(...c)=>Vi(l,...c),connections:y,policies:{get:(...c)=>Ji(l,...c),set:(...c)=>Xi(l,...c)},pipedream:{listApps:(...c)=>ro(l,...c),listSections:(...c)=>so(l,...c),connect:(...c)=>Zi(l,...c),finalize:(...c)=>ao(l,...c)},discover:{list:(...c)=>Vt(l,...c),detail:(...c)=>Jt(l,...c)}},policies:{list:()=>co(l),set:(...c)=>lo(l,...c)},triggers:{list:()=>pa(l),create:(...c)=>da(l,...c),update:(...c)=>ga(l,...c),remove:(...c)=>ma(l,...c),fire:(...c)=>ya(l,...c),setActivation:(...c)=>fa(l,...c)},files:{list:c=>_o(l,c),read:(c,T)=>ko(l,c,T),search:(...c)=>Po(l,...c),archive:(...c)=>wo(l,...c),history:(...c)=>Ao(l,...c)},git:{commits:()=>vo(l),commit:c=>Co(l,c),commitDiff:c=>Ro(l,c),branches:()=>So(l),versionDiff:(...c)=>To(l,...c),inviteCollaborator:(...c)=>$s(l,...c)},changeRequests:{list:()=>Io(l),get:c=>Eo(l,c),diff:c=>jo(l,c),mergePreview:c=>$o(l,c),open:(...c)=>Do(l,...c),merge:(...c)=>qo(l,...c),close:(...c)=>Mo(l,...c),reopen:(...c)=>Oo(l,...c),requestChanges:(...c)=>Uo(l,...c)},sessions:{list:c=>Ge(l,c),create:c=>Be(l,c),ensureWarm:()=>zo(l),claimWarm:c=>Vo(l,c)},review:{list:c=>Hc(l,c),get:c=>Wc(l,c),submit:c=>zc(l,c),act:(...c)=>Vc(l,...c),bulkAct:c=>Jc(l,c)},approvals:{list:c=>fi(l,c),resolve:(...c)=>hi(l,...c),sessionsNeedingInput:c=>yi(l,c)},gateway:{logs:c=>lc(l,c),log:c=>uc(l,c),overview:c=>pc(l,c),series:c=>dc(l,c),breakdown:c=>gc(l,c),sessions:c=>mc(l,c),errors:c=>fc(l,c),budgets:()=>yc(l),setBudget:c=>hc(l,c),deleteBudget:c=>bc(l,c),keys:()=>xc(l),createKey:c=>_c(l,c),revokeKey:c=>Pc(l,c),routing:{get:()=>ic(l),set:c=>oc(l,c),reset:()=>ac(l),preview:c=>cc(l,c)},playground:(c,T,R)=>kc(l,c,T,R)},channels:{slack:{installation:()=>Wa(l),connect:c=>za(l,c),mode:()=>Va(l),manifest:()=>Ja(l),disconnect:()=>Xa(l),getFile:c=>Ya(l,c),uploadFile:c=>Qa(l,c)},email:{installation:c=>ec(l,c),mode:()=>tc(l),connect:c=>nc(l,c),disconnect:c=>rc(l,c),updatePolicy:(...c)=>sc(l,...c)}},updateFeatureFlag:(...c)=>Fs(l,...c),updateExperimentalFeature:(...c)=>Ls(l,...c),modelDefaults:{get:()=>ba(l),set:c=>xa(l,c),clear:c=>_a(l,c)},setDefaultAgent:c=>wa(l,c),sandbox:{list:()=>xo(l),snapshots:()=>po(l),rebuildSnapshot:c=>go(l,c),fixWithAgent:()=>mo(l),createTemplate:c=>fo(l,c),updateTemplate:(...c)=>yo(l,...c),removeTemplate:c=>ho(l,c),buildTemplate:c=>bo(l,c),setProvider:c=>Gs(l,c)},setAgentScope:(...c)=>Pa(l,...c),session:c=>E(l,c)}}function E(l,y){let c=null,T,R,P=null;async function j(){P||(P=Yt(l,y,{showErrors:!1}).then(h=>{let S=typeof h.metadata?.opencode_model=="string"?h.metadata.opencode_model.trim():"",H=S.indexOf("/"),Z=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:Z,agent:M}}));try{return await P}catch(h){throw P=null,h}}function $(){if(c)return c;let h=Qu(l,y);return h&&(c=h),c}async function A(h){let S=$();if(S)return S;let H=h?.readyTimeoutMs??18e4,Z=Dt(D().backendUrl??t.backendUrl).catch(()=>null),M=`${l}
20
+ ${y}`,N=pn.get(M);if(N)return c=await N,await Z,c;let U=(async()=>{let J=Date.now()+H,L=()=>Math.max(0,J-Date.now()),B=await Re(l,y,Math.min(3e4,L()));for(;Date.now()<J&&(B==null||(B.stage==="provisioning"||B.stage==="starting")&&B.retriable);)await new Promise(Y=>setTimeout(Y,Math.min(1e3,L()))),B=await Re(l,y,Math.min(3e4,L()));if(!B||B.stage!=="ready"||!B.sandbox||!B.opencode_session_id)throw new v(`Session runtime not ready (stage: ${B?.stage??"unknown"})`,{code:"RUNTIME_UNAVAILABLE"});let ee=B.sandbox.external_id;if(!ee)throw new v("Session sandbox has no external_id \u2014 cannot resolve its runtime URL",{code:"RUNTIME_UNAVAILABLE"});let V=At(ee);return vu(V,ee),{opencodeSessionId:B.opencode_session_id,runtimeUrl:V,sandboxId:ee}})();pn.set(M,U);try{return c=await U,await Z,c}finally{pn.get(M)===U&&pn.delete(M)}}function W(h){let S=$();if(!S)throw new pt(h);return S}function K(){c=null,ep(l,y)}return{get:h=>Yt(l,y,h),cost:()=>nn(y,{projectId:l}),update:h=>ra(l,y,h),delete:()=>(K(),sa(l,y)),start:(...h)=>Re(l,y,...h),restart:()=>(K(),at(l,y)),stop:()=>(K(),ct(l,y)),configState:()=>ia(l,y),reloadConfig:h=>(K(),oa(l,y,h)),reloadConfigStream:(...h)=>(K(),aa(l,y,...h)),setSharing:h=>Bo(l,y,h),previews:()=>No(l,y),commit:h=>Fo(l,y,h),publicShares:{list:()=>Ko(l,y),create:(...h)=>Ho(l,y,...h),revoke:(...h)=>Wo(l,y,...h)},audit:(h,S)=>Jo(l,y,h,S),transcript:h=>Xo(l,y,h),turn:()=>Yo(l,y),prompts:{create:h=>Qo(l,y,h),list:()=>Zo(l,y),remove:h=>ea(l,y,h),retry:h=>ta(l,y,h),hold:h=>na(l,y,h)},ensureReady:A,health:h=>Fl($()?.runtimeUrl??null,h),previewUrl:(h,S="/")=>fe(h,S,r(W("previewUrl").sandboxId)),proxyUrl:h=>Ll(h,r(W("proxyUrl").sandboxId)),setModel:h=>{T=h},changeModel:async h=>{let S=await ua(l,y,h);return P=null,S},scope:()=>ca(l,y),rescope:h=>la(l,y,h),setAgent:h=>{R=h},send:async(h,S)=>{let{opencodeSessionId:H,runtimeUrl:Z}=await A(),M=S?.model??T,N=S?.agent??R,U=M&&N?{}:await j(),J=M??U.model,L=N??U.agent;return se(Z).session.prompt({sessionID:H,parts:[{type:"text",text:h}],...J?{model:J}:{},...L?{agent:L}:{}})},abort:async()=>{let{opencodeSessionId:h,runtimeUrl:S}=await A();return se(S).session.abort({sessionID:h})},rewind:async h=>{let{opencodeSessionId:S,runtimeUrl:H}=await A();return se(H).session.revert({sessionID:S,messageID:h})},restoreRewind:async()=>{let{opencodeSessionId:h,runtimeUrl:S}=await A();return se(S).session.unrevert({sessionID:h})},stream:async h=>{let{runtimeUrl:S}=await A();return un({client:se(S),onEvent:h.onEvent,onGapRehydrate:h.onGapRehydrate,signal:h.signal})},get runtime(){return se(W("runtime").runtimeUrl)},files:{list:async h=>Ze(h,(await A()).runtimeUrl),read:async h=>qe(h,(await A()).runtimeUrl),readBlob:async h=>Me(h,(await A()).runtimeUrl),status:async()=>et((await A()).runtimeUrl),findFiles:async(h,S)=>tt(h,S,(await A()).runtimeUrl),findText:async h=>nt(h,(await A()).runtimeUrl),upload:async(h,S,H)=>Oe(h,S,H,(await A()).runtimeUrl),write:async(h,S)=>Ue(h,S,(await A()).runtimeUrl),create:async h=>rt(h,(await A()).runtimeUrl),copy:async(h,S)=>st(h,S,(await A()).runtimeUrl),remove:async h=>Se(h,(await A()).runtimeUrl),mkdir:async h=>Fe(h,(await A()).runtimeUrl),rename:async(h,S)=>ge(h,S,(await A()).runtimeUrl)}}}return{config:t,accounts:s,iam:o,accountInvites:p,projects:d,connectors:C(),project:I,session:E,github:f,billing:u,sandboxShares:m,connectStatus:b,marketplace:x,validateToken:Es,runtime:ib}}function Cp(){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 Bl={thinking:!1,toolDetails:!0,assistantMetadata:!0};function ob(t){return t&&t.charAt(0).toUpperCase()+t.slice(1)}function ab(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 cb(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 eb(t,e){if(!e)return`## Assistant
53
+ `,n}return""}function lb(t,e){if(!e)return`## Assistant
54
54
 
55
- `;let n=t.agent?Qh(t.agent):"Assistant",r=t.modelID||"",s="";t.time?.completed&&t.time?.created&&(s=Yh(t.time.completed-t.time.created));let o=[r,s].filter(Boolean).join(" \xB7 ");return o?`## ${n} (${o})
55
+ `;let n=t.agent?ob(t.agent):"Assistant",r=t.modelID||"",s="";t.time?.completed&&t.time?.created&&(s=ab(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 tb(t,e,n){let r="";t.role==="user"?r+=`## User
59
+ `}function ub(t,e,n){let r="";t.role==="user"?r+=`## User
60
60
 
61
- `:r+=eb(t,n.assistantMetadata);for(let s of e)r+=Zh(s,n);return r}function _p(t,e,n=Bl){let r=`# ${t.title||"Untitled Session"}
61
+ `:r+=lb(t,n.assistantMetadata);for(let s of e)r+=cb(s,n);return r}function Rp(t,e,n=Bl){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+=tb(s.info,s.parts,n),r+=`---
69
+ `;for(let s of e)r+=ub(s.info,s.parts,n),r+=`---
70
70
 
71
- `;return r}function Pp(t,e){return`session-${t}.md`}function Y(t){if(!t)return"An error occurred";if(typeof t=="string"){let e=t.startsWith("Error: ")?t.slice(7):t;try{let n=JSON.parse(e);if(typeof n=="string"){e=n;try{let r=JSON.parse(e);return dt(r)||e}catch{return e}}return dt(n)||e}catch{return nb(e)??e}}return typeof t=="object"?dt(t)||"An error occurred":String(t)}function wp(t){let e=t.indexOf("{"),n=t.lastIndexOf("}");if(!(e===-1||n===-1||n<=e))return t.slice(e,n+1)}function nb(t){let e=wp(t);if(e)try{return dt(JSON.parse(e))}catch{return}}function dt(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 rb(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 Nl(t){if(!(typeof t!="string"||!t))try{return JSON.parse(t)}catch{return}}function kp(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=rb(t.attempt_failures);return!e&&!n&&!r&&s===void 0&&!o&&!u?void 0:{message:typeof t.message=="string"&&t.message||dt(t)||"",provider:e,code:n,suggestion:r,upstreamStatus:s,requestId:o,attemptFailures:u}}function ie(t){if(t==null)return;if(typeof t=="string"){let u=t.startsWith("Error: ")?t.slice(7):t,p=Nl(u)??Nl(wp(u));return p!==void 0?ie(p):void 0}if(typeof t!="object")return;let e=t,n=kp(e);if(n)return n;let r=e.error;if(r&&typeof r=="object"&&!Array.isArray(r)){let u=kp(r);if(u)return u}let s=e.data;if(s&&typeof s.responseBody=="string"){let u=Nl(s.responseBody);if(u!==void 0){let p=ie(u);if(p)return p}}let o=e.cause;if(o&&typeof o=="object"){let u=o.body;if(u!==void 0){let p=ie(u);if(p)return p}}}var sb={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"}},ib=[{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 ob(t){return t.replace(/^oc[-_]/,"")}function gt(t){return ob(t).replace(/-/g,"_")}function pn(t){return gt(t).split(/[_\s]+/).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}function dn(t){let e=gt(t),n=sb[e];if(n)return n;for(let{prefix:r,category:s}of ib)if(e.startsWith(r))return{label:pn(t),category:s};return{label:pn(t),category:"other"}}var ab=256*1024;function cb(t){switch(t.status){case"pending":return"pending";case"running":return"running";case"completed":return"done";case"error":return"error";default:return t}}function lb(t){if(t===void 0)return{};if(t.length>ab)return{outputText:t};try{return{outputParsed:JSON.parse(t),outputText:t}}catch{return{outputText:t}}}function ub(t){if(typeof t!="object"||t===null||Array.isArray(t))return;let e=t,n=e.success===!1,r=e.error,s=typeof r=="string"&&r.length>0||typeof r=="object"&&r!==null;if(!(!n&&!s))return s?Y(r):typeof e.message=="string"&&e.message?e.message:"Tool reported failure"}function pb(t,e){let n="title"in e?e.title:void 0,r=e.status==="completed"?e.output:void 0,{outputParsed:s,outputText:o}=lb(r),u=cb(e),p=e.status==="error"?e.error:void 0;if(u==="done"){let d=ub(s);d&&(u="error",p=d)}return{name:t,title:n||dn(t).label,status:u,input:e.input,output:r,outputParsed:s,outputText:o,error:p}}function db(t){return{kind:"text",id:t.id,text:t.text,synthetic:!!t.synthetic}}function gb(t){return{kind:"reasoning",id:t.id,text:t.text}}function mb(t){return{kind:"tool",id:t.id,tool:pb(t.tool,t.state)}}function fb(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 yb(t){return{kind:"subtask",id:t.id,description:t.description,agent:t.agent,prompt:t.prompt,model:t.model}}function hb(t){return{kind:"patch",id:t.id,hash:t.hash,files:t.files,fileCount:t.files.length}}function bb(t){return{kind:"snapshot",id:t.id,snapshot:t.snapshot}}function xb(t){return{kind:"agent",id:t.id,name:t.name}}function _b(t){return{kind:"retry",id:t.id,attempt:t.attempt,message:Y(t.error),createdAt:t.time.created}}function Pb(t){return{kind:"compaction",id:t.id,auto:t.auto,overflow:!!t.overflow,tailStartId:t.tail_start_id}}function kb(t){return{kind:"step",id:t.id,phase:"start",snapshot:t.snapshot}}function wb(t){return{kind:"step",id:t.id,phase:"finish",snapshot:t.snapshot,reason:t.reason,cost:t.cost,tokens:t.tokens}}function Kl(t){switch(t.type){case"text":return db(t);case"reasoning":return gb(t);case"tool":return mb(t);case"file":return fb(t);case"subtask":return yb(t);case"patch":return hb(t);case"snapshot":return bb(t);case"agent":return xb(t);case"retry":return _b(t);case"compaction":return Pb(t);case"step-start":return kb(t);case"step-finish":return wb(t);default:return{kind:"unknown",raw:t}}}function Sb(t){if(!t)return;let e=typeof t=="object"&&"name"in t&&typeof t.name=="string"?t.name:"Error",n=ie(t);return{name:e,message:n?.message||Y(t),provider:n?.provider,code:n?.code,suggestion:n?.suggestion,upstreamStatus:n?.upstreamStatus,requestId:n?.requestId,attemptFailures:n?.attemptFailures}}function vb(t){switch(t.kind){case"text":case"reasoning":return t.text.trim().length>0;case"step":return!1;default:return!0}}function Sp(t){let e=t.parts.map(Kl),n=t.info.role==="assistant"?t.info.error:void 0,r=Sb(n),s=!r&&!e.some(vb);return{parts:e,error:r,isEmpty:s}}function ye(t){return t.type==="text"}function gn(t){return t.type==="reasoning"}function oe(t){return t.type==="tool"}function vp(t){return t.type==="file"}function Cb(t){return t.type==="agent"}function Rb(t){return t.type==="compaction"}function Ab(t){return t.type==="snapshot"}function Tb(t){return t.type==="patch"}function Ib(t){if(ye(t)||gn(t))return t.text}function Cp(t){if(!vp(t))return!1;let e=t.mime;return e.startsWith("image/")||e==="application/pdf"}function Eb(t){let e=[],n=[];for(let r of t)Cp(r)?e.push(r):n.push(r);return{attachments:e,stickyParts:n}}function jb(t,e){let n=[];return t?.tool&&n.push(t.tool),e?.tool&&n.push(e.tool),n}function $b(t,e,n){return n.some(r=>r.messageID===e&&r.callID===t.callID)}var Db=new Set(["todoread","context_info"]);function Rp(t){return!Db.has(t.tool)}function qb(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 Mb(t){if(t)for(let e=t.length-1;e>=0;e--){let n=t[e]?.info;if(n?.role==="assistant"&&n.error)return Y(n.error)}}function Ob(t){let e=[];for(let n of t)if(n.info.role==="assistant")for(let r of n.parts)oe(r)&&Rp(r)&&e.push(r);return e}function Ub(t,e={}){switch(t){case"read":return{icon:"glasses",title:"Read",subtitle:Ap(e.filePath)};case"list":return{icon:"list",title:"List",subtitle:Tp(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:Ip(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:Hl(e.filePath)};case"write":return{icon:"file-pen",title:"Write",subtitle:Hl(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 Ap(t){if(!t)return;let e=t.split("/");return e[e.length-1]||t}function Hl(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 Tp(t){if(!t)return;let e=t.lastIndexOf("/");if(!(e<0))return t.slice(0,e)||"/"}function Fb(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 mt(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 Ip(t){let e=mt(t.description);if(e)return e;let n=mt(t.title,80);if(n)return n;let r=mt(t.message);if(r)return r;let s=mt(t.prompt);if(s)return s;let o=mt(t.agent_id,40);return o?`Agent ${o}`:"Worker task"}function Lb(t,e){return!t||!e?[]:(t[e]??[]).filter(r=>r.severity===1).slice(0,3)}function Gb(t,e){return t.find(n=>n.tool?.callID===e)}function Bb(t,e){return t.find(n=>n.tool?.callID===e)}var Nb=/\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 Kb(t){return t?t.replace(Nb,""):""}var Ep=/^msg_[0-9a-f]{12}/;function jp(t,e){let n=Ep.test(t.info.id),r=Ep.test(e.info.id);if(n&&r)return t.info.id<e.info.id?-1:t.info.id>e.info.id?1:0;let s=typeof t.info.time?.created=="number"?t.info.time.created:null,o=typeof e.info.time?.created=="number"?e.info.time.created:null;return s===null&&o===null?0:s===null?1:o===null?-1:s!==o?s<o?-1:1:t.info.id<e.info.id?-1:t.info.id>e.info.id?1:0}function Hb(t){let e=[...t].sort(jp),n=[],r=new Map;for(let o of e)if(o.info.role==="user"){if(r.has(o.info.id))continue;let u={userMessage:o,assistantMessages:[]};n.push(u),r.set(o.info.id,u)}let s=null;for(let o of e){if(o.info.role==="user"){s=r.get(o.info.id)??null;continue}if(o.info.role!=="assistant")continue;let u=o.info;if(u.parentID){let d=r.get(u.parentID);if(d){d.assistantMessages.push(o);continue}}if(s){s.assistantMessages.push(o);continue}if(n.length>0){n[0].assistantMessages.unshift(o);continue}let p={userMessage:o,assistantMessages:[]};n.push(p)}return n}function Wb(t){let e=[];for(let n of t.assistantMessages)for(let r of n.parts)e.push({part:r,message:n});return e}function zb(t){for(let e=t.length-1;e>=0;e--){let n=t[e].part;if(ye(n)&&n.text?.trim())return n}}function Vb(t){return t.some(({part:e})=>e.type==="tool"||e.type==="compaction"||e.type==="snapshot"||e.type==="patch")}function Jb(t,e,n){if(n)return[];let r=[];for(let s of t.assistantMessages)for(let o of s.parts){if(!oe(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 Xb(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 Qb(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 $p(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(...$p(t,s));return r}function Dp(t){if(!t||typeof t!="object")return!1;let e=t.data;return!!e&&typeof e=="object"&&e.isRetryable===!0}function Yb(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&&Dp(n.error)}return!1}function qp(t){let e=t.userMessage.parts;if(e.length===0||!e.every(o=>ye(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 oe(s)&&s.tool==="bash"}function Zb(t){if(qp(t))return t.assistantMessages[0].parts[0]}function ex(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 tx(t,e){return!e||!t?!1:t.type!=="idle"}function nx(t,e){return!t&&!!e}function rx(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return Y(n.error)}}function sx(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return ie(n.error)}}function Wl(t){if(t){if(oe(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(gn(t)){let e=t.text?.trimStart();if(e){let n=e.match(/^\*\*(.+?)\*\*/);if(n)return`Thinking about ${n[1].trim()}...`}return"Thinking..."}if(ye(t))return"Gathering thoughts..."}}function ix(t,e){for(let n=t.length-1;n>=0;n--){let r=t[n].part,s=oe(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=Wl(p.parts[d]);if(f)return f}}return"Handing off to an agent..."}let o=Wl(r);if(o)return o}return"Figuring out what\u2019s next..."}function ox(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 zl=1.2;function Mp(t,e){if(!t)return 0;let n=t.input??0,r=(t.output??0)+(t.reasoning??0),s=t.cache?.read??0,o=t.cache?.write??0,u=Math.max(0,n-s-o),d=[...e.tiers??[],...e.contextOver200k?[e.contextOver200k]:[]].filter(m=>n>m.contextThreshold).sort((m,b)=>b.contextThreshold-m.contextThreshold)[0]??e,f=u/1e6*d.inputPer1M;return f+=r/1e6*d.outputPer1M,s>0&&(f+=s/1e6*(d.cacheReadPer1M??d.inputPer1M)),o>0&&(f+=o/1e6*(d.cacheWritePer1M??d.inputPer1M)),f}function Op(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?Mp(t.tokens,o):0}function Up(t){if(t.role!=="assistant")return{};let e=t;return{providerID:e.providerID,modelID:e.modelID}}function ax(t,e){let n=0,r=0,s=0,o=0,u=0,p=0,d=!1;for(let{part:f,message:m}of t)if(f.type==="step-finish"){d=!0;let b=f,{providerID:x,modelID:I}=Up(m.info);n+=Op(b,x,I,e),r+=b.tokens?.input||0,s+=b.tokens?.output||0,o+=b.tokens?.reasoning||0,u+=b.tokens?.cache?.read||0,p+=b.tokens?.cache?.write||0}if(!d)for(let{message:f}of t){if(f.info.role!=="assistant")continue;let m=f.info,b=Fp(m,e);if(b<=0)continue;d=!0,n+=b;let x=m.tokens;x&&(r+=x.input??0,s+=x.output??0,o+=x.reasoning??0,u+=x.cache?.read??0,p+=x.cache?.write??0)}if(d)return{cost:n*zl,tokens:{input:r,output:s,reasoning:o,cacheRead:u,cacheWrite:p}}}function Fp(t,e){if(!e||!t.providerID||!t.modelID||!t.tokens)return 0;let n=e(t.providerID,t.modelID);return n?Mp({input:t.tokens.input,output:t.tokens.output,reasoning:t.tokens.reasoning,cache:t.tokens.cache},n):0}function cx(t,e){let n=0;for(let r of t){if(r.info?.role!=="assistant")continue;let s=r.info,{providerID:o,modelID:u}=Up(s),p=0,d=!1;for(let f of r.parts)f.type==="step-finish"&&(d=!0,p+=Op(f,o,u,e));d||(p+=Fp(s,e)),n+=p}return n*zl}function lx(t){return t===0?"$0.00":t<.001?`$${t.toFixed(4)}`:t<.01?`$${t.toFixed(3)}`:`$${t.toFixed(2)}`}function ux(t){return t<1e3?String(t):t<1e4?`${(t/1e3).toFixed(1)}k`:`${Math.round(t/1e3)}k`}function px(t){if(!t||t.type!=="retry")return;let e=t,n=Y(e.message);return{attempt:e.attempt,message:n.length>60?`${n.slice(0,60)}...`:n,next:e.next,details:ie(e.message)}}function dx(t){if(!(!t||t.type!=="retry"))return Y(t.message)}function gx(t){return(t.info.summary?.diffs?.length??0)>0}var mx=4e3;function ft(t,e=mx){return t.length>e?`${t.slice(0,e)}
73
- \u2026`:t}function Lp(t){if(t!==void 0)try{return ft(JSON.stringify(t,null,2))}catch{return}}function L(...t){for(let e of t)if(typeof e=="string"&&e.length>0)return e}function Ne(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:void 0}function fx(t){let e=L(t.input?.query)??"";if(t.status==="error")return{kind:"web-search",query:e,error:t.error??"Search failed"};let n=Ne(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=Ne(o)??{};return{title:L(u.title)??"",url:L(u.url,u.link)??"",snippet:L(u.snippet,u.description,u.source)}});return{kind:"web-search",query:L(n.query)??e,results:s.length>0?s:void 0,answer:L(n.answer)}}var yx=/<exit_code>\s*(-?\d+)\s*<\/exit_code>/;function Jl(t){let e=t.match(yx);return e?Number(e[1]):void 0}function hx(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 bx=["<system_info>","</system_info>","<exit_code>","</exit_code>","<stderr_note>","</stderr_note>"];function xx(t){let e=-1;for(let n of bx){let r=t.indexOf(n);r!==-1&&(e===-1||r<e)&&(e=r)}return e===-1?t:t.slice(0,e)}var _x=/\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 Px(t){return t.replace(_x,"")}function kx(t){let e=L(t.input?.command)??"",n=t.output??"",r=Jl(n),o=Px(xx(hx(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 Xl(t){return L(t.input?.filePath,t.input?.file_path,t.input?.path)??""}function wx(t){let e=t.status==="error"?t.error:t.output&&ft(t.output)||void 0;return{kind:"file-read",path:Xl(t),preview:e}}function Sx(t){let e=L(t.input?.content),n=t.status==="error"?t.error:ft(e??t.output??"")||void 0;return{kind:"file-write",path:Xl(t),preview:n}}var vx=256*1024;function Cx(t,e){if(t.length+e.length>vx)return;let n=t.split(`
71
+ `;return r}function Ap(t,e){return`session-${t}.md`}function Q(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 dt(r)||e}catch{return e}}return dt(n)||e}catch{return pb(e)??e}}return typeof t=="object"?dt(t)||"An error occurred":String(t)}function Ip(t){let e=t.indexOf("{"),n=t.lastIndexOf("}");if(!(e===-1||n===-1||n<=e))return t.slice(e,n+1)}function pb(t){let e=Ip(t);if(e)try{return dt(JSON.parse(e))}catch{return}}function dt(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 db(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 Nl(t){if(!(typeof t!="string"||!t))try{return JSON.parse(t)}catch{return}}function Tp(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=db(t.attempt_failures);return!e&&!n&&!r&&s===void 0&&!o&&!u?void 0:{message:typeof t.message=="string"&&t.message||dt(t)||"",provider:e,code:n,suggestion:r,upstreamStatus:s,requestId:o,attemptFailures:u}}function ae(t){if(t==null)return;if(typeof t=="string"){let u=t.startsWith("Error: ")?t.slice(7):t,p=Nl(u)??Nl(Ip(u));return p!==void 0?ae(p):void 0}if(typeof t!="object")return;let e=t,n=Tp(e);if(n)return n;let r=e.error;if(r&&typeof r=="object"&&!Array.isArray(r)){let u=Tp(r);if(u)return u}let s=e.data;if(s&&typeof s.responseBody=="string"){let u=Nl(s.responseBody);if(u!==void 0){let p=ae(u);if(p)return p}}let o=e.cause;if(o&&typeof o=="object"){let u=o.body;if(u!==void 0){let p=ae(u);if(p)return p}}}var gb={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"}},mb=[{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 fb(t){return t.replace(/^oc[-_]/,"")}function gt(t){return fb(t).replace(/-/g,"_")}function dn(t){return gt(t).split(/[_\s]+/).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}function gn(t){let e=gt(t),n=gb[e];if(n)return n;for(let{prefix:r,category:s}of mb)if(e.startsWith(r))return{label:dn(t),category:s};return{label:dn(t),category:"other"}}var yb=256*1024;function hb(t){switch(t.status){case"pending":return"pending";case"running":return"running";case"completed":return"done";case"error":return"error";default:return t}}function bb(t){if(t===void 0)return{};if(t.length>yb)return{outputText:t};try{return{outputParsed:JSON.parse(t),outputText:t}}catch{return{outputText:t}}}function xb(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?Q(r):typeof e.message=="string"&&e.message?e.message:"Tool reported failure"}function _b(t,e){let n="title"in e?e.title:void 0,r=e.status==="completed"?e.output:void 0,{outputParsed:s,outputText:o}=bb(r),u=hb(e),p=e.status==="error"?e.error:void 0;if(u==="done"){let d=xb(s);d&&(u="error",p=d)}return{name:t,title:n||gn(t).label,status:u,input:e.input,output:r,outputParsed:s,outputText:o,error:p}}function Pb(t){return{kind:"text",id:t.id,text:t.text,synthetic:!!t.synthetic}}function kb(t){return{kind:"reasoning",id:t.id,text:t.text}}function wb(t){return{kind:"tool",id:t.id,tool:_b(t.tool,t.state)}}function Sb(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 vb(t){return{kind:"subtask",id:t.id,description:t.description,agent:t.agent,prompt:t.prompt,model:t.model}}function Cb(t){return{kind:"patch",id:t.id,hash:t.hash,files:t.files,fileCount:t.files.length}}function Rb(t){return{kind:"snapshot",id:t.id,snapshot:t.snapshot}}function Ab(t){return{kind:"agent",id:t.id,name:t.name}}function Tb(t){return{kind:"retry",id:t.id,attempt:t.attempt,message:Q(t.error),createdAt:t.time.created}}function Ib(t){return{kind:"compaction",id:t.id,auto:t.auto,overflow:!!t.overflow,tailStartId:t.tail_start_id}}function Eb(t){return{kind:"step",id:t.id,phase:"start",snapshot:t.snapshot}}function jb(t){return{kind:"step",id:t.id,phase:"finish",snapshot:t.snapshot,reason:t.reason,cost:t.cost,tokens:t.tokens}}function Kl(t){switch(t.type){case"text":return Pb(t);case"reasoning":return kb(t);case"tool":return wb(t);case"file":return Sb(t);case"subtask":return vb(t);case"patch":return Cb(t);case"snapshot":return Rb(t);case"agent":return Ab(t);case"retry":return Tb(t);case"compaction":return Ib(t);case"step-start":return Eb(t);case"step-finish":return jb(t);default:return{kind:"unknown",raw:t}}}function $b(t){if(!t)return;let e=typeof t=="object"&&"name"in t&&typeof t.name=="string"?t.name:"Error",n=ae(t);return{name:e,message:n?.message||Q(t),provider:n?.provider,code:n?.code,suggestion:n?.suggestion,upstreamStatus:n?.upstreamStatus,requestId:n?.requestId,attemptFailures:n?.attemptFailures}}function Db(t){switch(t.kind){case"text":case"reasoning":return t.text.trim().length>0;case"step":return!1;default:return!0}}function Ep(t){let e=t.parts.map(Kl),n=t.info.role==="assistant"?t.info.error:void 0,r=$b(n),s=!r&&!e.some(Db);return{parts:e,error:r,isEmpty:s}}function he(t){return t.type==="text"}function mn(t){return t.type==="reasoning"}function ce(t){return t.type==="tool"}function jp(t){return t.type==="file"}function qb(t){return t.type==="agent"}function Mb(t){return t.type==="compaction"}function Ob(t){return t.type==="snapshot"}function Ub(t){return t.type==="patch"}function Fb(t){if(he(t)||mn(t))return t.text}function $p(t){if(!jp(t))return!1;let e=t.mime;return e.startsWith("image/")||e==="application/pdf"}function Lb(t){let e=[],n=[];for(let r of t)$p(r)?e.push(r):n.push(r);return{attachments:e,stickyParts:n}}function Gb(t,e){let n=[];return t?.tool&&n.push(t.tool),e?.tool&&n.push(e.tool),n}function Bb(t,e,n){return n.some(r=>r.messageID===e&&r.callID===t.callID)}var Nb=new Set(["todoread","context_info"]);function Dp(t){return!Nb.has(t.tool)}function Kb(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 Hb(t){if(t)for(let e=t.length-1;e>=0;e--){let n=t[e]?.info;if(n?.role==="assistant"&&n.error)return Q(n.error)}}function Wb(t){let e=[];for(let n of t)if(n.info.role==="assistant")for(let r of n.parts)ce(r)&&Dp(r)&&e.push(r);return e}function zb(t,e={}){switch(t){case"read":return{icon:"glasses",title:"Read",subtitle:qp(e.filePath)};case"list":return{icon:"list",title:"List",subtitle:Mp(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:Op(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:Hl(e.filePath)};case"write":return{icon:"file-pen",title:"Write",subtitle:Hl(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 qp(t){if(!t)return;let e=t.split("/");return e[e.length-1]||t}function Hl(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 Mp(t){if(!t)return;let e=t.lastIndexOf("/");if(!(e<0))return t.slice(0,e)||"/"}function Vb(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 mt(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 Op(t){let e=mt(t.description);if(e)return e;let n=mt(t.title,80);if(n)return n;let r=mt(t.message);if(r)return r;let s=mt(t.prompt);if(s)return s;let o=mt(t.agent_id,40);return o?`Agent ${o}`:"Worker task"}function Jb(t,e){return!t||!e?[]:(t[e]??[]).filter(r=>r.severity===1).slice(0,3)}function Xb(t,e){return t.find(n=>n.tool?.callID===e)}function Yb(t,e){return t.find(n=>n.tool?.callID===e)}var Qb=/\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 Zb(t){return t?t.replace(Qb,""):""}var ex=/^msg_[0-9a-f]{12}/;function Up(t){return ex.test(t)?0:1}function Fp(t,e){return t<e?-1:t>e?1:0}function Lp(t,e){let n=Up(t.info.id),r=Up(e.info.id);if(n!==r)return n-r;if(n===0)return Fp(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:Fp(t.info.id,e.info.id)}function tx(t){let e=[...t].sort(Lp),n=[],r=new Map;for(let o of e)if(o.info.role==="user"){if(r.has(o.info.id))continue;let u={userMessage:o,assistantMessages:[]};n.push(u),r.set(o.info.id,u)}let s=null;for(let o of e){if(o.info.role==="user"){s=r.get(o.info.id)??null;continue}if(o.info.role!=="assistant")continue;let u=o.info;if(u.parentID){let d=r.get(u.parentID);if(d){d.assistantMessages.push(o);continue}}if(s){s.assistantMessages.push(o);continue}if(n.length>0){n[0].assistantMessages.unshift(o);continue}let p={userMessage:o,assistantMessages:[]};n.push(p)}return n}function nx(t){let e=[];for(let n of t.assistantMessages)for(let r of n.parts)e.push({part:r,message:n});return e}function rx(t){for(let e=t.length-1;e>=0;e--){let n=t[e].part;if(he(n)&&n.text?.trim())return n}}function sx(t){return t.some(({part:e})=>e.type==="tool"||e.type==="compaction"||e.type==="snapshot"||e.type==="patch")}function ix(t,e,n){if(n)return[];let r=[];for(let s of t.assistantMessages)for(let o of s.parts){if(!ce(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 ox(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 ax(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 Gp(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(...Gp(t,s));return r}function Bp(t){if(!t||typeof t!="object")return!1;let e=t.data;return!!e&&typeof e=="object"&&e.isRetryable===!0}function cx(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&&Bp(n.error)}return!1}function Np(t){let e=t.userMessage.parts;if(e.length===0||!e.every(o=>he(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 ce(s)&&s.tool==="bash"}function lx(t){if(Np(t))return t.assistantMessages[0].parts[0]}function ux(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 px(t,e){return!e||!t?!1:t.type!=="idle"}function dx(t,e){return!t&&!!e}function gx(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return Q(n.error)}}function mx(t){for(let e of t.assistantMessages){let n=e.info;if(n.error)return ae(n.error)}}function Wl(t){if(t){if(ce(t))switch(t.tool){case"task":case"session_spawn":case"session_start_background":case"session-spawn":case"session-start-background":return"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(mn(t)){let e=t.text?.trimStart();if(e){let n=e.match(/^\*\*(.+?)\*\*/);if(n)return`Thinking about ${n[1].trim()}...`}return"Thinking..."}if(he(t))return"Gathering thoughts..."}}function fx(t,e){for(let n=t.length-1;n>=0;n--){let r=t[n].part,s=ce(r)?r:void 0;if(s&&(s.tool==="task"||s.tool==="agent_task"||s.tool==="agent-task"||s.tool==="task_create"||s.tool==="task-create"||s.tool==="task_start"||s.tool==="task-start")&&s.state.status==="running"&&e&&e.length>0){for(let u=e.length-1;u>=0;u--){let p=e[u];if(p.info.role==="assistant")for(let d=p.parts.length-1;d>=0;d--){let f=Wl(p.parts[d]);if(f)return f}}return"Handing off to an agent..."}let o=Wl(r);if(o)return o}return"Figuring out what\u2019s next..."}function yx(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 zl=1.2;function Kp(t,e){if(!t)return 0;let n=t.input??0,r=(t.output??0)+(t.reasoning??0),s=t.cache?.read??0,o=t.cache?.write??0,u=Math.max(0,n-s-o),d=[...e.tiers??[],...e.contextOver200k?[e.contextOver200k]:[]].filter(m=>n>m.contextThreshold).sort((m,b)=>b.contextThreshold-m.contextThreshold)[0]??e,f=u/1e6*d.inputPer1M;return f+=r/1e6*d.outputPer1M,s>0&&(f+=s/1e6*(d.cacheReadPer1M??d.inputPer1M)),o>0&&(f+=o/1e6*(d.cacheWritePer1M??d.inputPer1M)),f}function Hp(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?Kp(t.tokens,o):0}function Wp(t){if(t.role!=="assistant")return{};let e=t;return{providerID:e.providerID,modelID:e.modelID}}function hx(t,e){let n=0,r=0,s=0,o=0,u=0,p=0,d=!1;for(let{part:f,message:m}of t)if(f.type==="step-finish"){d=!0;let b=f,{providerID:x,modelID:C}=Wp(m.info);n+=Hp(b,x,C,e),r+=b.tokens?.input||0,s+=b.tokens?.output||0,o+=b.tokens?.reasoning||0,u+=b.tokens?.cache?.read||0,p+=b.tokens?.cache?.write||0}if(!d)for(let{message:f}of t){if(f.info.role!=="assistant")continue;let m=f.info,b=zp(m,e);if(b<=0)continue;d=!0,n+=b;let x=m.tokens;x&&(r+=x.input??0,s+=x.output??0,o+=x.reasoning??0,u+=x.cache?.read??0,p+=x.cache?.write??0)}if(d)return{cost:n*zl,tokens:{input:r,output:s,reasoning:o,cacheRead:u,cacheWrite:p}}}function zp(t,e){if(!e||!t.providerID||!t.modelID||!t.tokens)return 0;let n=e(t.providerID,t.modelID);return n?Kp({input:t.tokens.input,output:t.tokens.output,reasoning:t.tokens.reasoning,cache:t.tokens.cache},n):0}function bx(t,e){let n=0;for(let r of t){if(r.info?.role!=="assistant")continue;let s=r.info,{providerID:o,modelID:u}=Wp(s),p=0,d=!1;for(let f of r.parts)f.type==="step-finish"&&(d=!0,p+=Hp(f,o,u,e));d||(p+=zp(s,e)),n+=p}return n*zl}function xx(t){return t===0?"$0.00":t<.001?`$${t.toFixed(4)}`:t<.01?`$${t.toFixed(3)}`:`$${t.toFixed(2)}`}function _x(t){return t<1e3?String(t):t<1e4?`${(t/1e3).toFixed(1)}k`:`${Math.round(t/1e3)}k`}function Px(t){if(!t||t.type!=="retry")return;let e=t,n=Q(e.message);return{attempt:e.attempt,message:n.length>60?`${n.slice(0,60)}...`:n,next:e.next,details:ae(e.message)}}function kx(t){if(!(!t||t.type!=="retry"))return Q(t.message)}function wx(t){return(t.info.summary?.diffs?.length??0)>0}var Sx=4e3;function ft(t,e=Sx){return t.length>e?`${t.slice(0,e)}
73
+ \u2026`:t}function Vp(t){if(t!==void 0)try{return ft(JSON.stringify(t,null,2))}catch{return}}function F(...t){for(let e of t)if(typeof e=="string"&&e.length>0)return e}function Ne(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:void 0}function vx(t){let e=F(t.input?.query)??"";if(t.status==="error")return{kind:"web-search",query:e,error:t.error??"Search failed"};let n=Ne(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=Ne(o)??{};return{title:F(u.title)??"",url:F(u.url,u.link)??"",snippet:F(u.snippet,u.description,u.source)}});return{kind:"web-search",query:F(n.query)??e,results:s.length>0?s:void 0,answer:F(n.answer)}}var Cx=/<exit_code>\s*(-?\d+)\s*<\/exit_code>/;function Jl(t){let e=t.match(Cx);return e?Number(e[1]):void 0}function Rx(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 Ax=["<system_info>","</system_info>","<exit_code>","</exit_code>","<stderr_note>","</stderr_note>"];function Tx(t){let e=-1;for(let n of Ax){let r=t.indexOf(n);r!==-1&&(e===-1||r<e)&&(e=r)}return e===-1?t:t.slice(0,e)}var Ix=/\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 Ex(t){return t.replace(Ix,"")}function jx(t){let e=F(t.input?.command)??"",n=t.output??"",r=Jl(n),o=Ex(Tx(Rx(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 Xl(t){return F(t.input?.filePath,t.input?.file_path,t.input?.path)??""}function $x(t){let e=t.status==="error"?t.error:t.output&&ft(t.output)||void 0;return{kind:"file-read",path:Xl(t),preview:e}}function Dx(t){let e=F(t.input?.content),n=t.status==="error"?t.error:ft(e??t.output??"")||void 0;return{kind:"file-write",path:Xl(t),preview:n}}var qx=256*1024;function Mx(t,e){if(t.length+e.length>qx)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 Rx(t){let e=L(t.input?.oldString),n=L(t.input?.newString),r=e!==void 0&&n!==void 0?Cx(e,n):void 0;return{kind:"file-edit",path:Xl(t),diff:r}}var Bp=/^Found\s+(\d+)\s+match/i,Ax=/^(\/[^:]+?):\s*/,Gp=/Line\s+(\d+):/g;function Tx(t){let e=t.trim(),n=e.match(Bp),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(Ax);if(!p)continue;let d=p[1],f=u.slice(p[0].length),m=[],b;for(Gp.lastIndex=0;(b=Gp.exec(f))!==null;)m.push({line:Number(b[1]),contentStart:b.index+b[0].length,headerStart:b.index});for(let x=0;x<m.length;x++){let I=x+1<m.length?m[x+1].headerStart:f.length,E=f.slice(m[x].contentStart,I).trim();s.push({path:d,line:m[x].line,content:E.endsWith(";")?E.slice(0,-1):E})}}return s}function Ix(t){return t.trim().split(`
76
- `).map(e=>e.trim()).filter(e=>e.startsWith("/")||e.startsWith("./")||e.startsWith("~")).map(e=>({path:e}))}function Ex(t){let e=L(t.input?.pattern,t.input?.query)??"";if(t.status==="error"||!t.output)return{kind:"search",pattern:e};let n=Bp.test(t.output.trim())?Tx(t.output):Ix(t.output);return{kind:"search",pattern:e,matches:n.length>0?n.slice(0,200):void 0}}function jx(t){let e=L(t.input?.description,t.input?.title,t.input?.prompt)??t.title,n=L(t.input?.subagent_type,t.input?.agent);return{kind:"task",description:e,agent:n}}function Vl(t){let e=Ne(t)??{};return{content:L(e.content)??"",status:L(e.status)??"pending",priority:L(e.priority)}}function $x(t){let e=t.input?.todos;if(Array.isArray(e))return{kind:"todo",items:e.map(Vl)};if(Array.isArray(t.outputParsed))return{kind:"todo",items:t.outputParsed.map(Vl)};let n=Ne(t.outputParsed);return n&&Array.isArray(n.todos)?{kind:"todo",items:n.todos.map(Vl)}:{kind:"todo",items:[]}}function Dx(t){return{kind:"question",questions:(Array.isArray(t.input?.questions)?t.input.questions:[]).map(r=>{let s=Ne(r)??{},u=(Array.isArray(s.options)?s.options:[]).flatMap(p=>{let d=Ne(p),f=d&&L(d.label);return f?[{label:f,description:d?L(d.description):void 0}]:[]});return{question:L(s.question)??"",header:L(s.header),options:u}})}}function qx(t){let n=t.input&&Object.keys(t.input).length>0?Lp(t.input):void 0,r;return t.outputParsed!==void 0?r=typeof t.outputParsed=="string"?ft(t.outputParsed):Lp(t.outputParsed):t.outputText!==void 0?r=ft(t.outputText):r=t.error,{kind:"generic",label:t.title,inputPretty:n,outputPretty:r}}function Np(t){switch(gt(t.name)){case"web_search":case"websearch":case"image_search":return fx(t);case"bash":return kx(t);case"read":return wx(t);case"write":return Sx(t);case"edit":case"morph_edit":return Rx(t);case"grep":case"glob":return Ex(t);case"task":return jx(t);case"todowrite":return $x(t);case"question":case"ask":return Dx(t);default:return qx(t)}}var Mx=new Set(["AbortError","MessageAbortedError"]),Ox=["operation was aborted","aborted by user","interrupted by user","cancelled by user","canceled by user","request was cancelled","request was canceled","aborterror"],Ux=["unreachable","upstream","econnreset","econnrefused","socket hang up","network","fetch failed","timed out","timeout","gateway","502","503","504"];function Kp(t){let e=t.toLowerCase();return Ux.some(n=>e.includes(n))?!1:Ox.some(n=>e.includes(n))}function Fx(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 Lx(t){if(typeof t=="string")return Kp(t);if(!t||typeof t!="object")return!1;let e=t,n=e.name;if(typeof n=="string"&&Mx.has(n))return!0;let r=Fx(e);return typeof r=="string"?Kp(r):!1}var Hp=["user","runtime-disposed","orphan-finalized","wake"],Gx=["orphan-finalized","wake"];function Bx(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 Hp.includes(n)?n:void 0}function mn(t){try{return typeof process<"u"?process.env?.[t]:void 0}catch{return}}function Nx(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 Kx(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 Ql(t,e,n){return t!==void 0?t:Nx(mn(e),n)}var Hx={get disableMobileAdvertising(){return Ql($().featureFlags?.disableMobileAdvertising,"NEXT_PUBLIC_DISABLE_MOBILE_ADVERTISING",!1)},get enableDinoGame(){return Ql($().featureFlags?.enableDinoGame,"NEXT_PUBLIC_ENABLE_DINO_GAME",!1)},get enableProjects(){return Ql($().featureFlags?.enableProjects,"NEXT_PUBLIC_ENABLE_PROJECTS",!1)},get enableAutoModel(){return!1}};var yt="kortix-active-instance",Wp=["/dashboard","/agents","/p","/workspace","/settings","/browser","/desktop","/services","/sessions","/terminal","/files","/scheduled-tasks","/commands","/tools","/configuration","/changelog","/legacy","/credits-explained"];function zp(t){return Wp.some(e=>t===e||t.startsWith(`${e}/`))}function Ke(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 Wx(t){let e=Ke(t);return!!e&&e.innerPath===""}function zx(t){let e=Ke(t);return!e||!e.innerPath?t:e.innerPath}function Vp(t,e){if(!t)return e;if(e.startsWith("/")||(e=`/${e}`),e.startsWith("/instances/")){let n=Ke(e);return n?`/instances/${encodeURIComponent(t)}${n.innerPath}`:e}return zp(e)?`/instances/${encodeURIComponent(t)}${e}`:e}function Jp(t){return t?Ke(t)?.instanceId??null:null}function Vx(){return typeof window>"u"?null:Jp(window.location.pathname)||Xp()}function Xp(){if(typeof document>"u")return null;let t=document.cookie.match(new RegExp(`(?:^|; )${yt}=([^;]+)`));return t?decodeURIComponent(t[1]):null}function Jx(t){if(typeof document>"u")return;let e=n=>{document.cookie=n};if(typeof window<"u"&&window.location.pathname.startsWith("/projects")){e(`${yt}=; Max-Age=0; Path=/; SameSite=Lax`);return}if(!t){e(`${yt}=; Max-Age=0; Path=/; SameSite=Lax`);return}e(`${yt}=${encodeURIComponent(t)}; Path=/; SameSite=Lax`)}function Xx(t,e){return e?Vp(e,t):t}function Qx(t){let e=Ke(t);return e?e.innerPath||"/dashboard":t}function Yl(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 Qp(t){let e=Yl(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 Zl(t){let e=Qp(t);if(!e||typeof e!="object")return null;let n=e;return n.name==="ConfigInvalidError"?n:null}function Yx(t){return Zl(t)!==null}var Zx=[/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 Yp(t){let e=Yl(t);return e?Zx.some(n=>n.test(e)):!1}function Zp(t){let e=Zl(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=Yl(t);return Yp(n)?{title:"Session is waking up",message:"This session slept to save compute. Your conversation is safe \u2014 sending a message wakes it back up."}:{title:"OpenCode failed to load",message:n||"The sandbox is running, but OpenCode returned an error."}}function J(){let t=mn("BACKEND_URL")||$().backendUrl;return t||"http://localhost:8008/v1"}function ht(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=ht(e);if(n)return n}return}if(t&&typeof t=="object"){let e=t;return ht(e.sandboxId??e.id??e.slug??Object.values(e)[0])}}var ed=["http://localhost:8008/v1","http://127.0.0.1:8008/v1"];function td(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return`${t.slice(0,e)}/platform/local-bridge/status`}function e_(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 eu(t,e,n){let r=n?.external_id||e.sandbox_url?.match(/\/p\/([^/]+)\//)?.[1]||e.sandbox_id;return{sandbox_id:n?.sandbox_id||e.sandbox_id||e.session_id,external_id:r,name:e.name||`${t.name} session`,provider:n?.provider||e.sandbox_provider||"daytona",base_url:n?.base_url||e.sandbox_url||(n?.external_id?`${J()}/p/${n.external_id}/${se.KORTIX_MASTER}`:""),status:e_(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 tu(){let t=await Re(),e=[];for(let n of t){let r=await Ge(n.project_id).catch(()=>[]);for(let s of r)e.push({project:n,session:s,runtime:null,sandbox:eu(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 Te(t){let e=await tu();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 fn(t,e={}){let n={"Content-Type":"application/json",...e.headers},r=e.signal??AbortSignal.timeout(3e4),s=await q(`${J()}${t}`,{...e,headers:n,signal:r}),o=await s.text().catch(()=>{}),u;if(o)try{u=JSON.parse(o)}catch{}if(!s.ok){let p=u?.error||u?.message||u?.detail||o||`Platform API error ${s.status}`,d=new v(p,{status:s.status,code:u?.code||u?.error_code||String(s.status),details:u??(o?{rawText:o}:void 0),response:s,endpoint:t});throw s.status===402&&(d=Pe(Object.assign(d,{response:s,status:s.status,data:u}))),d}return u}function nu(t){if(!t.external_id){if(t.base_url)return t.base_url;throw new Error(`Cannot build sandbox URL: missing external_id for ${t.provider} sandbox "${t.sandbox_id}"`)}return`${J()}/p/${t.external_id}/${se.KORTIX_MASTER}`}function t_(t,e){return t.external_id?`${J()}/p/${t.external_id}/${e}`:null}async function n_(){let t=await i.get("/setup/sandbox-providers");if(t.error)throw t.error;return t.data}async function nd(t){let e=await Te();if(e)return{sandbox:e.sandbox,created:!1};let r=(await Re())[0];if(!r)throw new Error("Create a project before starting a sandbox");let s=await Be(r.project_id,{...t?.provider?{provider:t.provider}:{}}),o=(await Ae(r.project_id,s.session_id))?.sandbox??null;return{sandbox:eu(r,s,o),created:!0}}async function r_(){return(await Te().catch(()=>null))?.sandbox??null}async function s_(t){return{sandbox:(await nd(t)).sandbox}}async function i_(t){let e=ht(t);return e?(await Te(e).catch(()=>null))?.sandbox??null:null}async function o_(t,e){throw await Te(t)?new Error("Renaming project-session sandboxes is not exposed by the current API"):new Error("Project session sandbox not found")}async function a_(t){let e=ht(t);return(await tu().catch(()=>[])).map(r=>r.sandbox).filter(r=>!e||r.sandbox_id===e||r.external_id===e)}async function c_(){if(typeof window>"u")return null;let t=J(),e=Array.from(new Set([t,...ed]));for(let n of e)try{let r=await fetch(td(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 l_(t){if(!t)throw new Error("No sandbox selected for workload restart");let e=await Te(t);if(!e)throw new Error("Project session sandbox not found");await at(e.project.project_id,e.session.session_id)}async function u_(t){if(!t)throw new Error("No sandbox selected to stop");let e=await Te(t);if(!e)throw new Error("Project session sandbox not found");await ct(e.project.project_id,e.session.session_id)}async function p_(t){throw new Error("Cancellation is not exposed for project-session sandboxes")}async function d_(t){throw new Error("Reactivation is not exposed for project-session sandboxes")}async function ru(t,e,n){let r=nu(t),s=await q(`${ke(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 g_(t,e){return ru(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"GET"})}async function m_(t,e,n,r="member"){await ru(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"POST",body:JSON.stringify({user_id:n,role:r})})}async function f_(t,e,n){await ru(t,`/kortix/projects/${encodeURIComponent(e)}/members/${encodeURIComponent(n)}`,{method:"DELETE"})}async function y_(t){let e=await fn(`/platform/invites/${encodeURIComponent(t)}`,{method:"GET"});if(!e.success||!e.data)throw new Error(e.error||"Invite not found");return e.data}async function h_(t){let e=await fn(`/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 b_(t){let e=await fn(`/platform/invites/${encodeURIComponent(t)}/decline`,{method:"POST"});if(!e.success)throw new Error(e.error||"Failed to decline invite")}async function x_(t){throw new Error("Backups are not exposed for project-session sandboxes")}async function __(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function P_(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function k_(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function w_(t){throw new Error("SSH setup is not exposed for project-session sandboxes")}async function S_(t){throw new Error("SSH connection details are not exposed for project-session sandboxes")}var rd=["pulling","patching","stopping","removing","recreating","restarting","verifying","starting","health_check"];function v_(t){return rd.includes(t)}async function C_(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 R_(t){let e=t?`?channel=${t}`:"",n=await fetch(`${J()}/platform/sandbox/version/latest${e}`,{headers:{Accept:"application/json"}});if(!n.ok)throw new Error(`Version check failed: ${n.status}`);let r=await n.json();try{let s=await sd(t||"stable");r.changelog=s.find(o=>o.version===r.version)??s[0]??null}catch{r.changelog=null}return r}async function sd(t){let e=t?`?channel=${t}`:"",n=await fetch(`${J()}/platform/sandbox/version/changelog${e}`,{headers:{Accept:"application/json"}});if(!n.ok)throw new Error(`Changelog fetch failed: ${n.status}`);return(await n.json()).changelog}async function A_(){let t=await fetch(`${J()}/platform/sandbox/version/all`,{headers:{Accept:"application/json"}});if(!t.ok)throw new Error(`All versions fetch failed: ${t.status}`);return t.json()}async function T_(t,e){throw new Error("Sandbox image updates are managed by project-session provisioning")}async function I_(t){}async function E_(t){}async function j_(t){return{serverTypes:[],location:t||"hel1"}}async function $_(t){throw new Error("Retired instance provisioning is unavailable. Create a project session with daytona, platinum, or e2b.")}async function D_(t){let e=await i.delete(`/platform/sandbox?sandbox_id=${t}`);if(e.error)throw e.error;return e.data}async function q_(t,e){await i.post("/platform/sandbox/mark-error",{sandbox_id:t,error_message:e},{showErrors:!1,timeout:1e4})}async function M_(){let t=await i.post("/platform/sandbox/claim-computer",{},{timeout:6e4});if(t.error)throw t.error;return t.data}async function O_(t){let e=await i.get(`/platform/sandbox/${t}/status`,{showErrors:!1,timeout:1e4});return e.success?e.data??null:null}function U_(t,e){return`${J()}/platform/sandbox/${t}/provision-stream?token=${encodeURIComponent(e)}`}var ae=class extends Error{constructor(n,r,s){super(n);this.status=r;this.body=s;this.name="HostBoundaryError"}status;body};function yn(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return/\/v1$/.test(e)?e:`${e}/v1`}function su(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 hn(t){let e=await t.text().catch(()=>"");if(!e)return null;try{return JSON.parse(e)}catch{return e}}function bn(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(`${yn(e.backendUrl)}${t}`,{method:n?.method??"GET",headers:su(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 hn(s);if(!s.ok)throw new ae(bn(s,o),s.status,o);return o}function F_(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 L_(t,e){return G(`/marketplace/items${F_(e)}`,t)}function G_(t){return G("/marketplace/marketplaces",t)}function B_(t,e){return G(`/marketplace/items/${encodeURIComponent(t)}`,e)}function N_(t,e,n){return G(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`,n)}function K_(t,e){return G("/access/check-email",e,{method:"POST",body:{email:t}})}function H_(t,e){return G("/access/request-access",e,{method:"POST",body:t})}function W_(t){return G("/auth/logout",t,{method:"POST",body:{}})}function z_(t,e){return G(`/oauth/authorize/consent/${encodeURIComponent(t)}`,e)}function V_(t,e){return G("/oauth/authorize/consent",e,{method:"POST",body:{request_id:t.requestId,approved:t.approved}})}function J_(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}`,e)}function X_(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/start`,e,{method:"POST",body:{}})}function Q_(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/finalize`,e,{method:"POST",body:{}})}function Y_(t,e){return G(`/setup-links/secret/${encodeURIComponent(t)}`,e)}function Z_(t,e,n){return G(`/setup-links/secret/${encodeURIComponent(t)}`,n,{method:"POST",body:{values:e}})}function eP(t,e){return G(`/p/public-share/${encodeURIComponent(t)}`,e)}function tP(t,e,n){return G(`/projects/${encodeURIComponent(t)}/sessions/${encodeURIComponent(e)}/start`,n,{method:"POST",body:{}})}function nP(t){return G("/system/maintenance",t)}function rP(t,e){return G("/system/maintenance",e,{method:"PUT",body:t})}function sP(t){return G("/user-roles",t)}function iP(t,e){return G("/system/demo-request",e,{method:"POST",body:t})}async function oP(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(`${yn(n.backendUrl)}/accounts/${encodeURIComponent(t)}/audit/export?${r}`,{headers:su(n,!1),...n.signal?{signal:n.signal}:{}});if(!s.ok){let o=await hn(s);throw new ae(bn(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 aP(t,e){let n=await fetch(`${yn(e.backendUrl)}/admin/stress-test/run`,{method:"POST",headers:su(e,!0),body:JSON.stringify(t),...e.signal?{signal:e.signal}:{}});if(!n.ok){let r=await hn(n);throw new ae(bn(n,r),n.status,r)}if(!n.body)throw new ae("No response body",n.status,null);return n.body}var cP=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function id(t,e){return cP.test(e)?new URL(`templates/public/${e.toLowerCase()}`,`${yn(t)}/`):null}async function lP(t,e,n){let r=id(t,e);if(!r)throw new ae("Invalid shareId parameter",400,null);let s=await fetch(r,{signal:n}),o=await hn(s);if(!s.ok)throw new ae(bn(s,o),s.status,o);return o}async function uP(){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 pP(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 dP(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 gP(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 mP(){let t=await i.delete("/platform/github-app",{showErrors:!1});if(t.error)throw t.error;if(!t.data)throw new Error("GitHub App disconnect request failed");return t.data}function od(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 fP(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 iu(t,e){return fP(t,e)?(e?od(e):null)??od(t):null}function yP(t){try{return/^p\d+-[^.]+\./.test(new URL(t).hostname)}catch{return!1}}function hP(t,e){try{let n=new URL(t);return n.searchParams.set("token",e),n.toString()}catch{return t}}async function bP(t,e={}){let n=iu(t,e.serverUrl);if(!n)return!1;let r=await Je();if(!r)return!1;try{return(await fetch(n,{method:"POST",credentials:"include",headers:{Authorization:`Bearer ${r}`,"Content-Type":"application/json"}})).ok}catch{return!1}}var xP=3e3;function ad(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 _P(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 ad(o.status)}catch{return"unknown"}finally{clearTimeout(s),e?.signal?.removeEventListener("abort",r)}}function ou(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return e}function PP(t,e){return`${ou(t)}/presentation-templates/${encodeURIComponent(e)}/pdf#toolbar=0&navpanes=0&scrollbar=0&view=FitH`}function kP(t,e){return`${ou(t)}/presentation-templates/${encodeURIComponent(e)}/image.png`}function cd(t,e){return`${ou(t)}/presentation/convert-to-${e}`}async function wP(t,e,n,r){let s=cd(e,t),o=r?.pollIntervalMs??2500,u=r?.timeoutMs??4*6e4,p=Date.now(),d=!1;for(;;){let f=await fetch(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({presentation_path:n,download:!0}),...r?.signal?{signal:r.signal}:{}}),m=f.headers.get("content-type")||"";if(f.ok&&(m.includes("pdf")||m.includes("presentation")||m.includes("octet-stream"))){let E=await f.blob();if(E.size===0)throw new Error("Downloaded file is empty");return E}if(f.status===202){if(d||(d=!0,r?.onGenerating?.()),Date.now()-p>u)throw new Error(`Timed out waiting for the ${t.toUpperCase()} to generate`);await new Promise((E,C)=>{let l=setTimeout(E,o);r?.signal?.addEventListener("abort",()=>{clearTimeout(l),C(r.signal?.reason??new DOMException("Aborted","AbortError"))},{once:!0})});continue}let x=await f.text().catch(()=>""),I=f.statusText;try{let E=JSON.parse(x);I=String(E.error||E.detail||E.message||I)}catch{x&&(I=x)}throw new Error(`Failed to download ${t.toUpperCase()}: ${I} (HTTP ${f.status})`)}}var SP=6e4,vP=45e3,CP=45e3,RP=1e4,AP=15e3;function TP(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 ld(t){if(!t)return null;let e=Date.parse(t);return Number.isNaN(e)?null:e}function IP(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,nowMs:u}=t,p=!!e&&u-e.atMs<6e4,d=p?e.acceptedAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,f=p?e.atMs:Number.NEGATIVE_INFINITY,b=!!n&&u-n.atMs<15e3?n.settledAtMs??Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY,x=!!s&&u-s.atMs<=45e3,I=!!o&&u-o.atMs<=45e3,E=!!r&&u-r.atMs<=1e4,C=x?s.turns[0]:void 0,l=C?.turn_token??null;if(C&&s.atMs>=b&&(!o||s.atMs>=o.atMs))return{state:"working",source:"server",turnId:C.message_id,since:ld(C.started_at)??s.atMs,serverOpenTurnToken:l};if(E&&r.pending>0)return{state:"working",source:"server",turnId:null,since:r.atMs,serverOpenTurnToken:l};let y=x&&!C&&s.atMs>=d,c=I&&o.atMs>=f;if(y&&(!o||s.atMs>=o.atMs))return{state:"idle",source:"server",turnId:null,since:ld(s.lastEnded?.ended_at)??s.atMs,serverOpenTurnToken:l};if(c)return{state:o.type==="idle"?"idle":"working",source:"stream",turnId:null,since:o.atMs,serverOpenTurnToken:l};if(p)return{state:"working",source:"optimistic",turnId:e.messageId,since:e.atMs,serverOpenTurnToken:l};let R=s&&o?s.atMs>=o.atMs?{source:"server",atMs:s.atMs}:{source:"stream",atMs:o.atMs}:s?{source:"server",atMs:s.atMs}:o?{source:"stream",atMs:o.atMs}:{source:"server",atMs:u};return{state:"idle",source:R.source,turnId:null,since:R.atMs,serverOpenTurnToken:l}}function EP(t){let{optimistic:e,abort:n,inbox:r,server:s,stream:o,nowMs:u}=t,p=[e?e.atMs+6e4:null,n?n.atMs+15e3:null,r?r.atMs+1e4:null,s?s.atMs+45e3:null,o?o.atMs+45e3:null],d=null;for(let f of p)f===null||f<=u||(d===null||f<d)&&(d=f);return d}var jP=6e4;function $P(t){return t.serverCompactingAtMs!==null?!0:t.optimisticAtMs===null?!1:t.nowMs-t.optimisticAtMs<6e4}function DP(t){if(t.serverCompactingAtMs!==null||t.optimisticAtMs===null)return null;let e=t.optimisticAtMs+6e4;return e>t.nowMs?e:null}var ud=9e4;function qP(t){return t.serverCompactingAtMs===null?null:t.serverCompactingAtMs+ud}function pd(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 dd(t){return MP(pd(t))}function gd(t){return new au({...t,loadPage:pd(t)})}async function MP(t){let e=new Map,n=new Set,r;do{let s=await t({limit:50,...r?{before:r}:{}});for(let o of s.messages)e.set(o.info.id,o);if(r=s.nextCursor,r&&n.has(r))throw new Error(`Session history cursor repeated: ${r}`);r&&n.add(r)}while(r);return[...e.values()].sort((s,o)=>s.info.id.localeCompare(o.info.id))}var OP={now:Date.now,setInterval:(t,e)=>setInterval(t,e),clearInterval:t=>clearInterval(t),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},au=class{options;scheduler;livenessIntervalMs;snapshot={freshness:"idle",hasOlder:!1,isLoadingOlder:!1};nextCursor;knownUserMessageIds=new Set;olderHistoryStarted=!1;tailRequest;olderRequest;livenessTimer;lastActivityAt;listeners=new Set;destroyed=!1;constructor(e){this.options=e,this.scheduler=e.scheduler??OP,this.livenessIntervalMs=e.livenessIntervalMs??1e4,this.lastActivityAt=this.scheduler.now()}getSnapshot=()=>this.snapshot;subscribe=e=>(this.listeners.add(e),()=>this.listeners.delete(e));start(){return this.snapshot.freshness==="fresh"?Promise.resolve():this.reconcile("initial")}reconcile(e="manual"){return this.destroyed?Promise.resolve():this.tailRequest?this.tailRequest:(this.update({freshness:this.snapshot.freshness==="idle"?"loading":"stale"}),this.tailRequest=this.loadTail(e).finally(()=>{this.tailRequest=void 0}),this.tailRequest)}loadOlder=()=>{if(this.destroyed||!this.nextCursor)return Promise.resolve();if(this.olderRequest)return this.olderRequest;let e=this.nextCursor;return this.update({isLoadingOlder:!0}),this.olderRequest=this.loadCompleteOlderTurn(e).then(n=>{this.destroyed||(this.rememberUserMessages(n.messages),this.options.hydrate(n.messages),this.olderHistoryStarted=!0,this.setCursor(n.nextCursor))}).finally(()=>{this.olderRequest=void 0,this.update({isLoadingOlder:!1})}),this.olderRequest};noteActivity(){this.lastActivityAt=this.scheduler.now(),this.snapshot.freshness!=="fresh"&&this.update({freshness:"fresh"})}setBusy(e){if(!e){this.stopLivenessTimer();return}this.livenessTimer===void 0&&(this.lastActivityAt=this.scheduler.now(),this.livenessTimer=this.scheduler.setInterval(()=>{this.checkLiveness()},this.livenessIntervalMs))}destroy(){this.destroyed=!0,this.stopLivenessTimer(),this.listeners.clear()}async loadTail(e){try{let n=await this.loadPage("tail",e),r=await this.loadCompleteTurn(n,"tail",e);if(this.destroyed)return;this.rememberUserMessages(r.messages),this.options.hydrate(r.messages),this.olderHistoryStarted||this.setCursor(r.nextCursor),this.update({freshness:"fresh"})}catch{this.destroyed||this.update({freshness:"error"})}finally{this.destroyed||this.options.markLoaded()}}async loadPage(e,n,r){let s=this.scheduler.now();try{let o=await this.options.loadPage({limit:50,...r?{before:r}:{}});return this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:o.messages.length,succeeded:!0}),o}catch(o){throw this.options.onTelemetry?.({operation:e,reason:n,durationMs:this.scheduler.now()-s,messageCount:0,succeeded:!1}),o}}async loadCompleteOlderTurn(e){let n=await this.loadPage("older","manual",e);return this.loadCompleteTurn(n,"older","manual",e)}async loadCompleteTurn(e,n,r,s){let o=[...e.messages],u=new Set(this.knownUserMessageIds),p=new Set(s?[s]:[]),d=e.nextCursor;for(let f of e.messages)f.info.role==="user"&&u.add(f.info.id);for(;d&&o.some(f=>f.info.role==="assistant"&&!!f.info.parentID&&!u.has(f.info.parentID));){if(p.has(d))throw new Error(`Session history cursor repeated: ${d}`);p.add(d);let f=await this.loadPage(n,r,d);o.unshift(...f.messages);for(let m of f.messages)m.info.role==="user"&&u.add(m.info.id);d=f.nextCursor}return{messages:o,nextCursor:d}}rememberUserMessages(e){for(let n of e)n.info.role==="user"&&this.knownUserMessageIds.add(n.info.id)}async checkLiveness(){this.destroyed||this.scheduler.now()-this.lastActivityAt<=this.livenessIntervalMs||(await this.raceDeadline(this.reconcile("poll"),this.livenessIntervalMs),this.lastActivityAt=this.scheduler.now())}raceDeadline(e,n){return new Promise(r=>{let s,o=!1,u=()=>{o||(o=!0,this.cancelTimer(s),r())};s=this.startTimer(u,n),e.then(u,u)})}setCursor(e){this.nextCursor=e,this.update({hasOlder:!!e})}stopLivenessTimer(){this.livenessTimer!==void 0&&(this.scheduler.clearInterval(this.livenessTimer),this.livenessTimer=void 0)}startTimer(e,n){return this.scheduler.setTimeout?this.scheduler.setTimeout(e,n):setTimeout(e,n)}cancelTimer(e){e!==void 0&&(this.scheduler.clearTimeout?this.scheduler.clearTimeout(e):clearTimeout(e))}update(e){let n={...this.snapshot,...e};if(!(n.freshness===this.snapshot.freshness&&n.hasOlder===this.snapshot.hasOlder&&n.isLoadingOlder===this.snapshot.isLoadingOlder)){this.snapshot=n;for(let r of this.listeners)r()}}};function md(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return`${e}/tunnel/permission-requests/stream`}function fd(t){let{url:e,token:n,method:r="GET",body:s,onEvent:o,onOpen:u,onError:p,signal:d}=t,f=new Map,m=null,b=!1;function x(y,c){o?.(y,c);let R=f.get(y);if(R)for(let A of R)try{A(c)}catch{}}async function I(){if(b)return;m=new AbortController;let y=d?AbortSignal.any([m.signal,d]):m.signal;try{let c={Accept:"text/event-stream",Authorization:`Bearer ${n}`};r!=="GET"&&s!==void 0&&(c["Content-Type"]="application/json");let R=await fetch(e,{method:r,headers:c,body:r!=="GET"&&s!==void 0?JSON.stringify(s):void 0,signal:y,credentials:"include"});if(!R.ok)throw new Error(`SSE connection failed: ${R.status} ${R.statusText}`);if(!R.body)throw new Error("SSE response has no body");u?.();let A=R.body.getReader(),k=new TextDecoder,D="",j="message",T="";for(;!b;){let{done:z,value:V}=await A.read();if(z)break;D+=k.decode(V,{stream:!0});let h=D.split(`
77
- `);D=h.pop()||"";for(let S of h)S===""?T&&(x(j,T.trimEnd()),j="message",T=""):S.startsWith("event: ")?j=S.slice(7).trim():S.startsWith("data: ")?T+=(T?`
78
- `:"")+S.slice(6):S.startsWith("data:")&&(T+=(T?`
79
- `:"")+S.slice(5))}}catch(c){if(b||c instanceof DOMException&&c.name==="AbortError")return;p?.(c instanceof Error?c:new Error(String(c)))}}function E(){b=!0,m?.abort(),m=null,f.clear()}function C(y,c){let R=f.get(y)??new Set;R.add(c),f.set(y,R)}function l(y,c){f.get(y)?.delete(c)}return{connect:I,close:E,addEventListener:C,removeEventListener:l}}function UP(t,e){return fd({...e,url:md(t)})}return Pd(FP);})();
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 Ox(t){let e=F(t.input?.oldString),n=F(t.input?.newString),r=e!==void 0&&n!==void 0?Mx(e,n):void 0;return{kind:"file-edit",path:Xl(t),diff:r}}var Xp=/^Found\s+(\d+)\s+match/i,Ux=/^(\/[^:]+?):\s*/,Jp=/Line\s+(\d+):/g;function Fx(t){let e=t.trim(),n=e.match(Xp),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(Ux);if(!p)continue;let d=p[1],f=u.slice(p[0].length),m=[],b;for(Jp.lastIndex=0;(b=Jp.exec(f))!==null;)m.push({line:Number(b[1]),contentStart:b.index+b[0].length,headerStart:b.index});for(let x=0;x<m.length;x++){let C=x+1<m.length?m[x+1].headerStart:f.length,I=f.slice(m[x].contentStart,C).trim();s.push({path:d,line:m[x].line,content:I.endsWith(";")?I.slice(0,-1):I})}}return s}function Lx(t){return t.trim().split(`
76
+ `).map(e=>e.trim()).filter(e=>e.startsWith("/")||e.startsWith("./")||e.startsWith("~")).map(e=>({path:e}))}function Gx(t){let e=F(t.input?.pattern,t.input?.query)??"";if(t.status==="error"||!t.output)return{kind:"search",pattern:e};let n=Xp.test(t.output.trim())?Fx(t.output):Lx(t.output);return{kind:"search",pattern:e,matches:n.length>0?n.slice(0,200):void 0}}function Bx(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 Vl(t){let e=Ne(t)??{};return{content:F(e.content)??"",status:F(e.status)??"pending",priority:F(e.priority)}}function Nx(t){let e=t.input?.todos;if(Array.isArray(e))return{kind:"todo",items:e.map(Vl)};if(Array.isArray(t.outputParsed))return{kind:"todo",items:t.outputParsed.map(Vl)};let n=Ne(t.outputParsed);return n&&Array.isArray(n.todos)?{kind:"todo",items:n.todos.map(Vl)}:{kind:"todo",items:[]}}function Kx(t){return{kind:"question",questions:(Array.isArray(t.input?.questions)?t.input.questions:[]).map(r=>{let s=Ne(r)??{},u=(Array.isArray(s.options)?s.options:[]).flatMap(p=>{let d=Ne(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 Hx(t){let n=t.input&&Object.keys(t.input).length>0?Vp(t.input):void 0,r;return t.outputParsed!==void 0?r=typeof t.outputParsed=="string"?ft(t.outputParsed):Vp(t.outputParsed):t.outputText!==void 0?r=ft(t.outputText):r=t.error,{kind:"generic",label:t.title,inputPretty:n,outputPretty:r}}function Yp(t){switch(gt(t.name)){case"web_search":case"websearch":case"image_search":return vx(t);case"bash":return jx(t);case"read":return $x(t);case"write":return Dx(t);case"edit":case"morph_edit":return Ox(t);case"grep":case"glob":return Gx(t);case"task":return Bx(t);case"todowrite":return Nx(t);case"question":case"ask":return Kx(t);default:return Hx(t)}}var Wx=new Set(["AbortError","MessageAbortedError"]),zx=["operation was aborted","aborted by user","interrupted by user","cancelled by user","canceled by user","request was cancelled","request was canceled","aborterror"],Vx=["unreachable","upstream","econnreset","econnrefused","socket hang up","network","fetch failed","timed out","timeout","gateway","502","503","504"];function Qp(t){let e=t.toLowerCase();return Vx.some(n=>e.includes(n))?!1:zx.some(n=>e.includes(n))}function Jx(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 Xx(t){if(typeof t=="string")return Qp(t);if(!t||typeof t!="object")return!1;let e=t,n=e.name;if(typeof n=="string"&&Wx.has(n))return!0;let r=Jx(e);return typeof r=="string"?Qp(r):!1}var Zp=["user","runtime-disposed","orphan-finalized","wake"],Yx=["orphan-finalized","wake"];function Qx(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 Zp.includes(n)?n:void 0}function fn(t){try{return typeof process<"u"?process.env?.[t]:void 0}catch{return}}function Zx(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 e_(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 Yl(t,e,n){return t!==void 0?t:Zx(fn(e),n)}var t_={get disableMobileAdvertising(){return Yl(D().featureFlags?.disableMobileAdvertising,"NEXT_PUBLIC_DISABLE_MOBILE_ADVERTISING",!1)},get enableDinoGame(){return Yl(D().featureFlags?.enableDinoGame,"NEXT_PUBLIC_ENABLE_DINO_GAME",!1)},get enableProjects(){return Yl(D().featureFlags?.enableProjects,"NEXT_PUBLIC_ENABLE_PROJECTS",!1)},get enableAutoModel(){return!1}};var yt="kortix-active-instance",ed=["/dashboard","/agents","/p","/workspace","/settings","/browser","/desktop","/services","/sessions","/terminal","/files","/scheduled-tasks","/commands","/tools","/configuration","/changelog","/legacy","/credits-explained"];function td(t){return ed.some(e=>t===e||t.startsWith(`${e}/`))}function Ke(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 n_(t){let e=Ke(t);return!!e&&e.innerPath===""}function r_(t){let e=Ke(t);return!e||!e.innerPath?t:e.innerPath}function nd(t,e){if(!t)return e;if(e.startsWith("/")||(e=`/${e}`),e.startsWith("/instances/")){let n=Ke(e);return n?`/instances/${encodeURIComponent(t)}${n.innerPath}`:e}return td(e)?`/instances/${encodeURIComponent(t)}${e}`:e}function rd(t){return t?Ke(t)?.instanceId??null:null}function s_(){return typeof window>"u"?null:rd(window.location.pathname)||sd()}function sd(){if(typeof document>"u")return null;let t=document.cookie.match(new RegExp(`(?:^|; )${yt}=([^;]+)`));return t?decodeURIComponent(t[1]):null}function i_(t){if(typeof document>"u")return;let e=n=>{document.cookie=n};if(typeof window<"u"&&window.location.pathname.startsWith("/projects")){e(`${yt}=; Max-Age=0; Path=/; SameSite=Lax`);return}if(!t){e(`${yt}=; Max-Age=0; Path=/; SameSite=Lax`);return}e(`${yt}=${encodeURIComponent(t)}; Path=/; SameSite=Lax`)}function o_(t,e){return e?nd(e,t):t}function a_(t){let e=Ke(t);return e?e.innerPath||"/dashboard":t}function Ql(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 id(t){let e=Ql(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 Zl(t){let e=id(t);if(!e||typeof e!="object")return null;let n=e;return n.name==="ConfigInvalidError"?n:null}function c_(t){return Zl(t)!==null}var l_=[/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 od(t){let e=Ql(t);return e?l_.some(n=>n.test(e)):!1}function ad(t){let e=Zl(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=Ql(t);return od(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=fn("BACKEND_URL")||D().backendUrl;return t||"http://localhost:8008/v1"}function ht(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=ht(e);if(n)return n}return}if(t&&typeof t=="object"){let e=t;return ht(e.sandboxId??e.id??e.slug??Object.values(e)[0])}}var cd=["http://localhost:8008/v1","http://127.0.0.1:8008/v1"];function ld(t){let e=t.length;for(;e>0&&t.charCodeAt(e-1)===47;)e--;return`${t.slice(0,e)}/platform/local-bridge/status`}function u_(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 eu(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}/${oe.KORTIX_MASTER}`:""),status:u_(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 tu(){let t=await Ce(),e=[];for(let n of t){let r=await Ge(n.project_id).catch(()=>[]);for(let s of r)e.push({project:n,session:s,runtime:null,sandbox:eu(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 Ae(t){let e=await tu();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 yn(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=_e(Object.assign(d,{response:s,status:s.status,data:u}))),d}return u}function nu(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}/${oe.KORTIX_MASTER}`}function p_(t,e){return t.external_id?`${X()}/p/${t.external_id}/${e}`:null}async function d_(){let t=await i.get("/setup/sandbox-providers");if(t.error)throw t.error;return t.data}async function ud(t){let e=await Ae();if(e)return{sandbox:e.sandbox,created:!1};let r=(await Ce())[0];if(!r)throw new Error("Create a project before starting a sandbox");let s=await Be(r.project_id,{...t?.provider?{provider:t.provider}:{}}),o=(await Re(r.project_id,s.session_id))?.sandbox??null;return{sandbox:eu(r,s,o),created:!0}}async function g_(){return(await Ae().catch(()=>null))?.sandbox??null}async function m_(t){return{sandbox:(await ud(t)).sandbox}}async function f_(t){let e=ht(t);return e?(await Ae(e).catch(()=>null))?.sandbox??null:null}async function y_(t,e){throw await Ae(t)?new Error("Renaming project-session sandboxes is not exposed by the current API"):new Error("Project session sandbox not found")}async function h_(t){let e=ht(t);return(await tu().catch(()=>[])).map(r=>r.sandbox).filter(r=>!e||r.sandbox_id===e||r.external_id===e)}async function b_(){if(typeof window>"u")return null;let t=X(),e=Array.from(new Set([t,...cd]));for(let n of e)try{let r=await fetch(ld(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 x_(t){if(!t)throw new Error("No sandbox selected for workload restart");let e=await Ae(t);if(!e)throw new Error("Project session sandbox not found");await at(e.project.project_id,e.session.session_id)}async function __(t){if(!t)throw new Error("No sandbox selected to stop");let e=await Ae(t);if(!e)throw new Error("Project session sandbox not found");await ct(e.project.project_id,e.session.session_id)}async function P_(t){throw new Error("Cancellation is not exposed for project-session sandboxes")}async function k_(t){throw new Error("Reactivation is not exposed for project-session sandboxes")}async function ru(t,e,n){let r=nu(t),s=await q(`${we(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 w_(t,e){return ru(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"GET"})}async function S_(t,e,n,r="member"){await ru(t,`/kortix/projects/${encodeURIComponent(e)}/members`,{method:"POST",body:JSON.stringify({user_id:n,role:r})})}async function v_(t,e,n){await ru(t,`/kortix/projects/${encodeURIComponent(e)}/members/${encodeURIComponent(n)}`,{method:"DELETE"})}async function C_(t){let e=await yn(`/platform/invites/${encodeURIComponent(t)}`,{method:"GET"});if(!e.success||!e.data)throw new Error(e.error||"Invite not found");return e.data}async function R_(t){let e=await yn(`/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 A_(t){let e=await yn(`/platform/invites/${encodeURIComponent(t)}/decline`,{method:"POST"});if(!e.success)throw new Error(e.error||"Failed to decline invite")}async function T_(t){throw new Error("Backups are not exposed for project-session sandboxes")}async function I_(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function E_(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function j_(t,e){throw new Error("Backups are not exposed for project-session sandboxes")}async function $_(t){throw new Error("SSH setup is not exposed for project-session sandboxes")}async function D_(t){throw new Error("SSH connection details are not exposed for project-session sandboxes")}var pd=["pulling","patching","stopping","removing","recreating","restarting","verifying","starting","health_check"];function q_(t){return pd.includes(t)}async function M_(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 O_(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 dd(t||"stable");r.changelog=s.find(o=>o.version===r.version)??s[0]??null}catch{r.changelog=null}return r}async function dd(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 U_(){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 F_(t,e){throw new Error("Sandbox image updates are managed by project-session provisioning")}async function L_(t){}async function G_(t){}async function B_(t){return{serverTypes:[],location:t||"hel1"}}async function N_(t){throw new Error("Retired instance provisioning is unavailable. Create a project session with daytona, platinum, or e2b.")}async function K_(t){let e=await i.delete(`/platform/sandbox?sandbox_id=${t}`);if(e.error)throw e.error;return e.data}async function H_(t,e){await i.post("/platform/sandbox/mark-error",{sandbox_id:t,error_message:e},{showErrors:!1,timeout:1e4})}async function W_(){let t=await i.post("/platform/sandbox/claim-computer",{},{timeout:6e4});if(t.error)throw t.error;return t.data}async function z_(t){let e=await i.get(`/platform/sandbox/${t}/status`,{showErrors:!1,timeout:1e4});return e.success?e.data??null:null}function V_(t,e){return`${X()}/platform/sandbox/${t}/provision-stream?token=${encodeURIComponent(e)}`}var le=class extends Error{constructor(n,r,s){super(n);this.status=r;this.body=s;this.name="HostBoundaryError"}status;body};function hn(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return/\/v1$/.test(e)?e:`${e}/v1`}function su(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 bn(t){let e=await t.text().catch(()=>"");if(!e)return null;try{return JSON.parse(e)}catch{return e}}function xn(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(`${hn(e.backendUrl)}${t}`,{method:n?.method??"GET",headers:su(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 bn(s);if(!s.ok)throw new le(xn(s,o),s.status,o);return o}function J_(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 X_(t,e){return G(`/marketplace/items${J_(e)}`,t)}function Y_(t){return G("/marketplace/marketplaces",t)}function Q_(t,e){return G(`/marketplace/items/${encodeURIComponent(t)}`,e)}function Z_(t,e,n){return G(`/marketplace/items/${encodeURIComponent(t)}/file?path=${encodeURIComponent(e)}`,n)}function eP(t,e){return G("/access/check-email",e,{method:"POST",body:{email:t}})}function tP(t,e){return G("/access/request-access",e,{method:"POST",body:t})}function nP(t){return G("/auth/logout",t,{method:"POST",body:{}})}function rP(t,e){return G(`/oauth/authorize/consent/${encodeURIComponent(t)}`,e)}function sP(t,e){return G("/oauth/authorize/consent",e,{method:"POST",body:{request_id:t.requestId,approved:t.approved}})}function iP(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}`,e)}function oP(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/start`,e,{method:"POST",body:{}})}function aP(t,e){return G(`/setup-links/connectors/${encodeURIComponent(t)}/finalize`,e,{method:"POST",body:{}})}function cP(t,e){return G(`/setup-links/secret/${encodeURIComponent(t)}`,e)}function lP(t,e,n){return G(`/setup-links/secret/${encodeURIComponent(t)}`,n,{method:"POST",body:{values:e}})}function uP(t,e){return G(`/p/public-share/${encodeURIComponent(t)}`,e)}function pP(t,e,n){return G(`/projects/${encodeURIComponent(t)}/sessions/${encodeURIComponent(e)}/start`,n,{method:"POST",body:{}})}function dP(t){return G("/system/maintenance",t)}function gP(t,e){return G("/system/maintenance",e,{method:"PUT",body:t})}function mP(t){return G("/user-roles",t)}function fP(t,e){return G("/system/demo-request",e,{method:"POST",body:t})}async function yP(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(`${hn(n.backendUrl)}/accounts/${encodeURIComponent(t)}/audit/export?${r}`,{headers:su(n,!1),...n.signal?{signal:n.signal}:{}});if(!s.ok){let o=await bn(s);throw new le(xn(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 hP(t,e){let n=await fetch(`${hn(e.backendUrl)}/admin/stress-test/run`,{method:"POST",headers:su(e,!0),body:JSON.stringify(t),...e.signal?{signal:e.signal}:{}});if(!n.ok){let r=await bn(n);throw new le(xn(n,r),n.status,r)}if(!n.body)throw new le("No response body",n.status,null);return n.body}var bP=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function gd(t,e){return bP.test(e)?new URL(`templates/public/${e.toLowerCase()}`,`${hn(t)}/`):null}async function xP(t,e,n){let r=gd(t,e);if(!r)throw new le("Invalid shareId parameter",400,null);let s=await fetch(r,{signal:n}),o=await bn(s);if(!s.ok)throw new le(xn(s,o),s.status,o);return o}async function _P(){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 PP(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 kP(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 wP(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 SP(){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 md="/kortix/part/";function fd(t){return typeof t=="string"&&t.startsWith(md)}async function vP(t){if(!fd(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 q(`${e}${t}`);if(!n.ok)throw new Error(`attachment part fetch failed: ${n.status}`);return n.blob()}function yd(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 CP(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 iu(t,e){return CP(t,e)?(e?yd(e):null)??yd(t):null}function ou(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 au(t,e){try{let n=new URL(t);return n.searchParams.set("token",e),n.toString()}catch{return t}}async function hd(t,e={}){let n=iu(t,e.serverUrl);if(!n)return!1;let r=await Ie();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 RP(t,e={}){if(ou(t)){let n=await Ie();return n?au(t,n):t}return await hd(t,e),t}var AP=3e3;function bd(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 TP(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 bd(o.status)}catch{return"unknown"}finally{clearTimeout(s),e?.signal?.removeEventListener("abort",r)}}function cu(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return e}function IP(t,e){return`${cu(t)}/presentation-templates/${encodeURIComponent(e)}/pdf#toolbar=0&navpanes=0&scrollbar=0&view=FitH`}function EP(t,e){return`${cu(t)}/presentation-templates/${encodeURIComponent(e)}/image.png`}function xd(t,e){return`${cu(t)}/presentation/convert-to-${e}`}async function jP(t,e,n,r){let s=xd(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 $P(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 DP(t){return t==="unreachable"}var qP=6e4,MP=45e3,OP=45e3,UP=1e4,FP=3e3,LP=15e3;function GP(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 lu(t){if(!t)return null;let e=Date.parse(t);return Number.isNaN(e)?null:e}function BP(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=lu(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:lu(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:lu(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 NP(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 KP=6e4;function HP(t){return t.serverCompactingAtMs!==null?!0:t.optimisticAtMs===null?!1:t.nowMs-t.optimisticAtMs<6e4}function WP(t){if(t.serverCompactingAtMs!==null||t.optimisticAtMs===null)return null;let e=t.optimisticAtMs+6e4;return e>t.nowMs?e:null}var _d=9e4;function zP(t){return t.serverCompactingAtMs===null?null:t.serverCompactingAtMs+_d}function Pd(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 kd(t){return VP(Pd(t))}function wd(t){return new uu({...t,loadPage:Pd(t)})}async function VP(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 JP={now:Date.now,setInterval:(t,e)=>setInterval(t,e),clearInterval:t=>clearInterval(t),setTimeout:(t,e)=>setTimeout(t,e),clearTimeout:t=>clearTimeout(t)},uu=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??JP,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 Sd(t){let e=t;for(;e.endsWith("/");)e=e.slice(0,-1);return`${e}/tunnel/permission-requests/stream`}function vd(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
+ `);j=h.pop()||"";for(let S of h)S===""?A&&(x($,A.trimEnd()),$="message",A=""):S.startsWith("event: ")?$=S.slice(7).trim():S.startsWith("data: ")?A+=(A?`
78
+ `:"")+S.slice(6):S.startsWith("data:")&&(A+=(A?`
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 XP(t,e){return vd({...e,url:Sd(t)})}return Ed(YP);})();