@openchambery/web 1.18.2-beta.11 → 1.18.2-beta.13

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 (51) hide show
  1. package/dist/assets/{AssistantView-BDxTxI4C.js → AssistantView-Bbqfj9CK.js} +1 -1
  2. package/dist/assets/{ChatContainer-C26Rw1h2.js → ChatContainer-hDTv6UXl.js} +7 -7
  3. package/dist/assets/{DiagramView-siSsyD6n.js → DiagramView-1hFDtyEy.js} +1 -1
  4. package/dist/assets/{MarkdownRendererImpl-Crm21KO-.js → MarkdownRendererImpl-5BLw0qYH.js} +1 -1
  5. package/dist/assets/{MobileDetailNavigation-m2VCvJuL.js → MobileDetailNavigation-DIyVGM50.js} +1 -1
  6. package/dist/assets/{MobileShareBridge-B4X9T8I9.js → MobileShareBridge-BQM-WOll.js} +1 -1
  7. package/dist/assets/{MobileSurface-DUhwRQFz.js → MobileSurface-KZ-kuSM-.js} +1 -1
  8. package/dist/assets/{MultiRunWindow-DHm99eU5.js → MultiRunWindow-DPOSSmY_.js} +1 -1
  9. package/dist/assets/{OverlayScrollbar-ivKSIGWh.js → OverlayScrollbar-C2pMNVMM.js} +1 -1
  10. package/dist/assets/{SettingsView-CpM0iBkp.js → SettingsView-DxL07Iba.js} +1 -1
  11. package/dist/assets/{SettingsWindow-DW1pl40e.js → SettingsWindow-DJ2o4zvh.js} +1 -1
  12. package/dist/assets/{TerminalView-z4ek-zEW.js → TerminalView-BB3tvloy.js} +1 -1
  13. package/dist/assets/{ToolOutputDialog-BZPEjn9H.js → ToolOutputDialog-D7DqChuM.js} +1 -1
  14. package/dist/assets/{appThemeRegistry-BUHyoCKY.js → appThemeRegistry-DhaoeTus.js} +2 -2
  15. package/dist/assets/{context-menu-uy-nsYLa.js → context-menu-D88vCGyB.js} +1 -1
  16. package/dist/assets/{gitApi-BukyCDHf.js → gitApi-DVNC4iYD.js} +1 -1
  17. package/dist/assets/{insertionBoundaries-Cn--FUpW.js → insertionBoundaries-hcIB6RSd.js} +1 -1
  18. package/dist/assets/{main-DBMzIIq8.js → main-CQrMAdMF.js} +4 -4
  19. package/dist/assets/{main-B9LVDYC3.js → main-D4aa2ZJz.js} +2 -2
  20. package/dist/assets/{miniChat-nHXgh499.js → miniChat-4N2-z2vf.js} +2 -2
  21. package/dist/assets/{mobile-DheffaWK.js → mobile-C-RRGcDW.js} +2 -2
  22. package/dist/assets/{multirun-BkftDz-w.js → multirun-Co8LbTjb.js} +1 -1
  23. package/dist/assets/{projectMeta-Cn8JzItU.js → projectMeta-D-ncdr5Z.js} +1 -1
  24. package/dist/assets/{radio-C9csxweA.js → radio-CD4P-ogh.js} +1 -1
  25. package/dist/assets/{renderElectronMiniChatApp-DLaYpuy5.js → renderElectronMiniChatApp-D5QcQTL0.js} +2 -2
  26. package/dist/assets/{renderMobileApp-CxDgYCxR.js → renderMobileApp-CnZZVbHU.js} +4 -4
  27. package/dist/assets/{runtimeEndpointReset-CCpti76q.js → runtimeEndpointReset-BQ5F5VZS.js} +2 -2
  28. package/dist/assets/{sortable-tabs-strip-sSkepr7C.js → sortable-tabs-strip-DQsv96ke.js} +1 -1
  29. package/dist/assets/{src-BcPciZGI.css → src-C8jn0x69.css} +1 -1
  30. package/dist/assets/{useAppFontEffects-BSolc5HW.js → useAppFontEffects-DygV6JSW.js} +2 -2
  31. package/dist/assets/{useDesktopWindowControlsLayout-CXQ-Ublz.js → useDesktopWindowControlsLayout-Cj63sNDg.js} +1 -1
  32. package/dist/assets/{useEffectiveDirectory-Dm7djJX8.js → useEffectiveDirectory-Dc904Fjg.js} +1 -1
  33. package/dist/assets/{useMobileNavigationStore-a9a3gOnd.js → useMobileNavigationStore-DNoNQA4y.js} +2 -2
  34. package/dist/assets/{useSessionAutoCleanup-CH6_9K8S.js → useSessionAutoCleanup-bBkcz_hu.js} +1 -1
  35. package/dist/assets/{useWorkerHighlightedLines-Qg2o83Ps.js → useWorkerHighlightedLines-mhBD0Do9.js} +1 -1
  36. package/dist/index.html +2 -2
  37. package/dist/mini-chat.html +2 -2
  38. package/dist/mobile.html +2 -2
  39. package/package.json +1 -1
  40. package/server/lib/event-stream/DOCUMENTATION.md +2 -2
  41. package/server/lib/event-stream/diff-summary.js +28 -19
  42. package/server/lib/event-stream/diff-summary.test.js +37 -10
  43. package/server/lib/event-stream/protocol.test.js +66 -3
  44. package/server/lib/opencode/DOCUMENTATION.md +1 -1
  45. package/server/lib/session-turn-pages/DOCUMENTATION.md +3 -3
  46. package/server/lib/session-turn-pages/reconcile.routes.test.js +6 -2
  47. package/server/lib/session-turn-pages/reconcile.service.test.js +6 -2
  48. package/server/lib/session-turn-pages/routes.js +3 -3
  49. package/server/lib/session-turn-pages/routes.test.js +41 -13
  50. package/server/lib/session-turn-pages/service.js +4 -2
  51. package/server/lib/session-turn-pages/service.test.js +13 -3
@@ -1,5 +1,5 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/ToolOutputDialog-BZPEjn9H.js","assets/rolldown-runtime-C0FnF6B9.js","assets/useUIStore-5agS8bsW.js","assets/vendor-zustand-B4dlGEM2.js","assets/vendor-base-ui-CnHfUmDN.js","assets/persistence-oSFWyKgV.js","assets/vendor-pathe-vBmvQE8f.js","assets/vendor-react-DLPElpoQ.js","assets/vendor-tanstack-query-core-BWz0ose6.js","assets/vendor-reactuses-core-DDoDDyM9.js","assets/vendor-lodash-es-DfLbG5Af.js","assets/vendor-js-cookie-hSOiFTtX.js","assets/clipboard-DF5tFLDb.js","assets/store-OURVnLSN.js","assets/vendor-aparajita-capacitor-secure-storage-CjQdwfjS.js","assets/utils-Dxsi3J3l.js","assets/vendor-class-variance-authority-BLUaYARZ.js","assets/vendor-tailwind-merge-BicNWLTg.js","assets/Icon-DHaR0peD.js","assets/dialog-DaSIYgrj.js","assets/button-DCUMIXDC.js","assets/useThemeSystem-DMzWVJaW.js","assets/markdownTheme-y_Rf6mLa.js","assets/vendor-pierre-diffs-BenIz2TM.js","assets/vendor-hast-util-to-html-B0p1k5Xa.js","assets/vendor-character-entities-legacy-Wut6vMuj.js","assets/vendor-character-entities-html4-DlN_yAFd.js","assets/vendor-ccount-CyGsA0u7.js","assets/vendor-comma-separated-tokens-B9ouxNNS.js","assets/vendor-oniguruma-to-es-CrHzjjSU.js","assets/vendor-oniguruma-parser-D2DIvhSP.js","assets/vendor-diff-Dq7CZNim.js","assets/vendor-lru_map-DpDied8H.js","assets/appThemeRegistry-BUHyoCKY.js","assets/useMobileNavigationStore-a9a3gOnd.js","assets/gitApiHttp-SLrnr8a5.js","assets/vendor-opencode-sdk-C07HQypa.js","assets/vendor-tanstack-react-query-D7pys_c9.js","assets/vendor-sonner-DVzioF3d.js","assets/useAssistantUIStore-Bq3cPj2x.js","assets/vendor-fuse.js-DB5wDJbI.js","assets/markdown-worker-D-OR2e_G.js","assets/useEffectiveDirectory-Dm7djJX8.js","assets/useWorkerHighlightedLines-Qg2o83Ps.js","assets/tooltip-xEnco9xY.js","assets/vendor-tanstack-react-virtual-tlDgH6PG.js"])))=>i.map(i=>d[i]);
2
- import{o as e}from"./rolldown-runtime-C0FnF6B9.js";import{D as t,E as n,F as r,T as i,W as a,g as o,j as s,t as c,y as l}from"./useUIStore-5agS8bsW.js";import{$ as u,$t as d,B as f,C as p,Ct as m,Dt as h,G as g,I as _,J as v,K as y,M as b,N as x,Q as S,R as C,S as w,T,U as E,V as D,W as O,Wt as k,Y as A,Z as j,_ as M,at as N,b as P,ct as F,d as I,et as L,ft as R,it as z,j as B,kn as V,lt as H,mt as U,nt as W,ot as ee,pt as G,q as K,r as te,st as ne,u as re,ut as ie,v as ae,wt as oe,x as se,y as ce,yt as le,z as ue}from"./persistence-oSFWyKgV.js";import{a as de,i as fe,r as pe,t as me}from"./vendor-zustand-B4dlGEM2.js";import{c as he,d as ge,f as _e,l as ve,nt as ye,rt as be,tt as xe,u as Se}from"./vendor-base-ui-CnHfUmDN.js";import{At as Ce,Bt as we,Dt as Te,Et as Ee,Ft as De,It as Oe,Pt as ke,Rt as Ae,Tt as je,Ut as Me,Vt as Ne,Wt as Pe,kt as Fe,vt as Ie,yt as Le,zt as Re}from"./gitApiHttp-SLrnr8a5.js";import{a as ze,n as Be,o as Ve}from"./vendor-aparajita-capacitor-secure-storage-CjQdwfjS.js";import{n as He}from"./vendor-react-DLPElpoQ.js";import{i as Ue,n as We,s as Ge,t as Ke}from"./vendor-tanstack-react-query-D7pys_c9.js";import{B as qe,R as Je,V as Ye,c as Xe}from"./vendor-codemirror-autocomplete-DHomsvW7.js";import{a as Ze,d as Qe,i as $e,l as et,n as q,o as tt,r as nt,u as rt}from"./vendor-reactuses-core-DDoDDyM9.js";import{n as it,r as at,t as ot}from"./clipboard-DF5tFLDb.js";import{i as st,t as ct}from"./store-OURVnLSN.js";import{$ as lt,$r as ut,$t as dt,A as ft,Ai as pt,An as mt,Ar as ht,B as gt,Ba as _t,Bi as vt,Br as yt,Bt as bt,Ca as xt,Ci as St,Cn as Ct,Co as wt,Ct as Tt,D as Et,Di as Dt,Dr as Ot,Dt as kt,E as At,Ei as jt,Eo as Mt,Et as Nt,F as Pt,Fa as Ft,Fi as It,Fn as Lt,Fr as Rt,G as zt,Gi as Bt,Gt as Vt,Ha as Ht,Hn as Ut,Ht as Wt,I as Gt,Ia as Kt,Ii as qt,In as Jt,J as Yt,Ja as Xt,Ji as Zt,Jt as Qt,K as $t,Kr as en,Kt as tn,L as nn,La as rn,Ln as an,Lr as on,M as sn,Ma as cn,Mi as ln,Mt as un,N as dn,Na as fn,Ni as pn,Nr as mn,Nt as hn,O as gn,Oi as _n,Oo as vn,Or as yn,Ot as bn,P as xn,Pa as Sn,Pi as Cn,Pn as wn,Q as Tn,Qi as En,Qr as Dn,Qt as On,Ra as kn,Rr as An,Rt as jn,S as Mn,Sa as Nn,Si as Pn,Sn as Fn,T as In,Ta as Ln,Ti as Rn,Tt as zn,U as Bn,Un as Vn,Ur as Hn,Va as Un,Vr as Wn,Vt as Gn,Wi as Kn,Wr as qn,X as Jn,Xt as Yn,Y as Xn,Yi as Zn,Z as Qn,Za as $n,Zr as er,Zt as tr,_n as nr,a as rr,aa as ir,an as ar,at as or,bi as sr,bn as cr,ca as lr,ci as ur,cn as dr,cr as fr,ct as pr,dn as mr,dr as hr,dt as gr,ei as _r,en as vr,er as yr,et as br,f as xr,fa as Sr,fi as Cr,fn as wr,fr as Tr,ft as Er,g as Dr,ga as Or,gi as kr,hi as Ar,ht as jr,i as Mr,ia as Nr,ii as Pr,in as Fr,it as Ir,j as Lr,ji as Rr,jr as zr,jt as Br,k as Vr,ka as Hr,ki as Ur,ko as Wr,kr as Gr,l as J,la as Kr,li as qr,ln as Jr,lr as Yr,lt as Xr,m as Zr,ma as Qr,mi as $r,mo as ei,n as ti,na as ni,ni as ri,nn as ii,nt as ai,oa as oi,on as si,or as ci,pa as li,pi as ui,po as di,pt as fi,q as pi,qa as mi,qi as hi,qt as gi,rn as _i,rt as vi,sa as yi,si as bi,sn as xi,sr as Si,ti as Ci,tr as wi,tt as Ti,ua as Ei,ui as Di,un as Oi,ur as ki,ut as Ai,va as ji,vi as Mi,vn as Ni,vt as Pi,w as Fi,wi as Ii,wn as Li,wr as Ri,wt as zi,x as Bi,xa as Vi,xi as Hi,xn as Ui,yi as Wi,yt as Gi,z as Ki,za as qi,zr as Ji,zt as Yi}from"./useMobileNavigationStore-a9a3gOnd.js";import{n as Xi,t as Zi}from"./AgentAvatar-BzRb9sP6.js";import{n as Qi,t as Y}from"./utils-Dxsi3J3l.js";import{n as X}from"./Icon-DHaR0peD.js";import{a as $i,i as ea,n as ta,o as na,r as ra,s as ia,t as aa}from"./dialog-DaSIYgrj.js";import{t as oa}from"./button-DCUMIXDC.js";import{E as sa,n as ca}from"./gitApi-BukyCDHf.js";import{A as la,C as ua,M as da,N as fa,O as pa,S as ma,T as ha,a as ga,b as _a,d as va,g as ya,h as ba,i as xa,j as Sa,k as Ca,n as wa,o as Ta,p as Ea,s as Da,u as Oa,v as ka,w as Aa,x as ja}from"./projectMeta-Cn8JzItU.js";import{t as Ma}from"./input-QS3IWgY5.js";import{i as Na,n as Pa,t as Fa}from"./tooltip-xEnco9xY.js";import{n as Ia,t as La}from"./useThemeSystem-DMzWVJaW.js";import{D as Ra,E as za,M as Ba,N as Va,O as Ha,Q as Ua,S as Wa,U as Ga,V as Ka,X as qa,Y as Ja,_ as Ya,a as Xa,f as Za,g as Qa,h as $a,i as eo,m as to,o as no,p as ro,r as io,t as ao,x as oo,z as so}from"./radio-C9csxweA.js";import{i as co,t as lo}from"./OverlayScrollbar-ivKSIGWh.js";import{_ as uo,a as fo,d as po,f as mo,g as ho,h as go,i as _o,l as vo,m as yo,n as bo,u as xo,v as So,x as Co}from"./markdownTheme-y_Rf6mLa.js";import{n as wo,r as To,t as Eo}from"./useRuntimeAPIs-DSLXJybW.js";import{a as Do,c as Oo,i as ko,r as Ao,t as jo,u as Mo}from"./appThemeRegistry-BUHyoCKY.js";import{_ as No,a as Po,c as Fo,g as Io,l as Lo,o as Ro,t as zo,v as Bo,y as Vo}from"./vendor-dnd-kit-core-CvWxUPdb.js";import{i as Ho,n as Uo,o as Wo,s as Go,t as Ko}from"./vendor-dnd-kit-sortable-hHdP9lLb.js";import{a as qo,n as Jo,t as Yo}from"./url-DIZgk80M.js";import{_ as Xo,l as Zo,m as Qo,p as $o,s as es}from"./markdown-worker-D-OR2e_G.js";import{n as ts}from"./useEffectiveDirectory-Dm7djJX8.js";import{a as ns,c as rs,d as is,f as as,i as os,l as ss,n as cs,r as ls,s as us,t as ds}from"./FadeInOnReveal-oeyB_nIi.js";import{A as fs,C as ps,D as ms,E as hs,M as gs,O as _s,S as vs,T as ys,a as bs,b as xs,c as Ss,f as Cs,i as ws,j as Ts,k as Es,l as Ds,m as Os,n as ks,o as As,p as js,r as Ms,s as Ns,t as Ps,u as Fs,w as Is,x as Ls}from"./insertionBoundaries-Cn--FUpW.js";import{A as Rs,C as zs,D as Bs,E as Vs,M as Hs,O as Us,S as Ws,T as Gs,a as Ks,b as qs,c as Js,g as Ys,h as Xs,i as Zs,j as Qs,k as $s,o as ec,p as tc,r as nc,s as rc,t as ic,v as ac,w as oc,x as sc,y as cc}from"./useWorkerHighlightedLines-Qg2o83Ps.js";import{t as lc}from"./vendor-cmdk-CeAGfrLo.js";import{t as uc}from"./sortable-tabs-strip-sSkepr7C.js";import{n as dc,t as fc}from"./vendor-tanstack-react-virtual-tlDgH6PG.js";import{i as pc,u as mc}from"./vendor-pierre-diffs-BenIz2TM.js";import{i as hc,t as gc}from"./vendor-framer-motion-DFy_BSVd.js";var Z=e(be(),1),Q=He(),$=ye(),_c=e(xe(),1),vc=`openchamber:close-embedded-session-chat`,yc=`openchamber:embedded-visibility`,bc=`openchamber:embedded-visibility-request`,xc=e=>new URLSearchParams(e).get(`ocPanel`)===`session-chat`,Sc=(e,t,n)=>JSON.stringify({sessionID:e,directory:t||``,readOnly:n===!0}),Cc=(e,t,n,r)=>{if(typeof window>`u`)return``;let i=new URL(window.location.pathname,window.location.origin);return i.searchParams.set(`ocPanel`,`session-chat`),i.searchParams.set(`surface`,`desktop`),i.searchParams.set(`sessionId`,e),n?i.searchParams.set(`readOnly`,`1`):i.searchParams.delete(`readOnly`),t&&t.trim().length>0?i.searchParams.set(`directory`,t):i.searchParams.delete(`directory`),i.searchParams.set(`themeMode`,r.mode),i.searchParams.set(`lightThemeId`,r.lightThemeId),i.searchParams.set(`darkThemeId`,r.darkThemeId),i.searchParams.set(`themeVariant`,r.currentTheme.metadata.variant===`dark`?`dark`:`light`),i.searchParams.set(`currentTheme`,JSON.stringify(r.currentTheme)),i.hash=``,i.toString()},wc=(e,t,n,r,i,a)=>{let o=Sc(n,r,i),s=e.get(t);if(s?.signature===o)return s.src;let c=Cc(n,r,i,a);return e.set(t,{signature:o,src:c}),c},Tc=null,Ec=()=>{if(Tc!==null)return Tc;if(typeof window>`u`)return Tc=!1,!1;try{return Tc=new URLSearchParams(window.location.search).get(`ocPanel`)===`session-chat`,Tc}catch{return Tc=!1,!1}},Dc=()=>{if(!Ec())return null;try{let e=new URLSearchParams(window.location.search).get(`sessionId`);return e&&e.trim().length>0?e.trim():null}catch{return null}},Oc=ze(`OpenChamberMedia`);function kc(){return Wr()&&Be.getPlatform()===`android`&&Be.isPluginAvailable(`OpenChamberMedia`)}async function Ac(e){if(!kc())return null;let t=await Oc.pickMedia({limit:e});if(t.cancelled)return[];let n=[];for(let e of t.files){let t=await fetch(Be.convertFileSrc(e.path));if(!t.ok)throw Error(`Native media fetch failed (${t.status})`);let r=await t.blob();n.push(new File([r],e.name,{type:e.mimeType}))}return n}var jc=(e,t,n)=>{let r=Error(e);return r.name=`DictationStreamError`,r.retryable=t,n&&(r.reasonCode=n),r},Mc=1e4,Nc=15e3,Pc=3e4,Fc=3e4,Ic=new class{socket=null;connectPromise=null;idleCloseTimer=null;pendingStarts=new Map;pendingFinishes=new Map;connectionListeners=new Set;partialListeners=new Set;activeDictations=0;get isConnected(){return this.socket?.readyState===WebSocket.OPEN}subscribeConnectionStatus(e){return this.connectionListeners.add(e),()=>{this.connectionListeners.delete(e)}}onPartial(e){return this.partialListeners.add(e),()=>{this.partialListeners.delete(e)}}async ensureConnected(){if(!this.isConnected){if(this.connectPromise){await this.connectPromise;return}try{await a()}catch{}this.connectPromise=new Promise((e,t)=>{let n=!1,i;try{let e=r().websocket(`/api/dictation/ws`);i=Ie(e)}catch(e){this.connectPromise=null,t(e instanceof Error?e:Error(String(e)));return}let a=setTimeout(()=>{if(!n){n=!0,this.connectPromise=null;try{i.close()}catch{}t(Error(`Dictation connection timed out`))}},Mc);i.onopen=()=>{},i.onmessage=t=>{let r;try{r=JSON.parse(String(t.data))}catch{return}if(!n&&r.type===`ready`){n=!0,clearTimeout(a),this.socket=i,this.connectPromise=null,this.notifyConnection(!0),e();return}this.handleMessage(r)},i.onerror=()=>{window.setTimeout(()=>{n||(n=!0,clearTimeout(a),this.connectPromise=null,t(Error(`Dictation connection failed`)))},250)},i.onclose=e=>{if(!n){n=!0,clearTimeout(a),this.connectPromise=null;let r=e?.reason?`: ${e.reason}`:``;t(Error(`Dictation connection failed${r}`));return}this.socket===i&&(this.socket=null,this.rejectAllPending(Error(`Dictation connection lost`)),this.notifyConnection(!1))}}),await this.connectPromise}}async startDictationStream(e,t,n){return await this.ensureConnected(),this.activeDictations+=1,this.clearIdleCloseTimer(),new Promise((r,i)=>{let a=setTimeout(()=>{this.pendingStarts.delete(e),this.releaseDictation(),i(Error(`Dictation start timed out`))},Nc);this.pendingStarts.set(e,{resolve:()=>{clearTimeout(a),r()},reject:e=>{clearTimeout(a),this.releaseDictation(),i(e)},timeout:a}),this.send({type:`start`,dictationId:e,format:t,options:n})||(clearTimeout(a),this.pendingStarts.delete(e),this.releaseDictation(),i(Error(`Dictation connection lost`)))})}sendDictationStreamChunk(e,t,n){return this.send({type:`chunk`,dictationId:e,seq:t,audio:n})}finishDictationStream(e,t){return new Promise((n,r)=>{let i={resolve:e=>{i.timeout&&clearTimeout(i.timeout),this.releaseDictation(),n(e)},reject:e=>{i.timeout&&clearTimeout(i.timeout),this.releaseDictation(),r(e)},timeout:null};i.timeout=setTimeout(()=>{this.pendingFinishes.delete(e),this.releaseDictation(),r(Error(`Timed out waiting for transcription`))},Fc),this.pendingFinishes.set(e,i),this.send({type:`finish`,dictationId:e,finalSeq:t})||(this.pendingFinishes.delete(e),i.reject(Error(`Dictation connection lost`)))})}cancelDictationStream(e){this.send({type:`cancel`,dictationId:e});let t=this.pendingStarts.get(e);t&&(this.pendingStarts.delete(e),t.reject(Error(`Dictation cancelled`)));let n=this.pendingFinishes.get(e);n&&(this.pendingFinishes.delete(e),n.reject(Error(`Dictation cancelled`))),this.releaseDictation(),this.scheduleIdleCloseIfReady()}handleMessage(e){let t=e.dictationId;if(t)switch(e.type){case`ack`:{let e=this.pendingStarts.get(t);e&&(this.pendingStarts.delete(t),e.resolve());return}case`partial`:for(let n of this.partialListeners)n(t,e.text??``);return;case`finish_accepted`:{let n=this.pendingFinishes.get(t);n&&typeof e.timeoutMs==`number`&&(n.timeout&&clearTimeout(n.timeout),n.timeout=setTimeout(()=>{this.pendingFinishes.delete(t),n.reject(Error(`Timed out waiting for transcription`))},e.timeoutMs+5e3));return}case`final`:{let n=this.pendingFinishes.get(t);n&&(this.pendingFinishes.delete(t),n.resolve({text:e.text??``})),this.scheduleIdleCloseIfReady();return}case`error`:{let n=jc(e.error||`Dictation failed`,e.retryable!==!1,e.reasonCode),r=this.pendingStarts.get(t);r&&(this.pendingStarts.delete(t),r.reject(n));let i=this.pendingFinishes.get(t);i&&(this.pendingFinishes.delete(t),i.reject(n)),this.scheduleIdleCloseIfReady();return}}}send(e){if(!this.isConnected||!this.socket)return!1;try{return this.socket.send(JSON.stringify(e)),!0}catch{return!1}}notifyConnection(e){for(let t of this.connectionListeners)t(e)}rejectAllPending(e){for(let[t,n]of this.pendingStarts)this.pendingStarts.delete(t),n.reject(e);for(let[t,n]of this.pendingFinishes)this.pendingFinishes.delete(t),n.reject(e);this.activeDictations=0}releaseDictation(){this.activeDictations=Math.max(0,this.activeDictations-1),this.scheduleIdleCloseIfReady()}scheduleIdleCloseIfReady(){this.activeDictations>0||this.pendingFinishes.size>0||this.pendingStarts.size>0||(this.clearIdleCloseTimer(),this.idleCloseTimer=setTimeout(()=>{if(this.activeDictations===0&&this.pendingFinishes.size===0&&this.pendingStarts.size===0){let e=this.socket;if(this.socket=null,e){try{e.close(1e3,`idle`)}catch{}this.notifyConnection(!1)}}},Pc))}cancelAllForRuntimeSwitch(){this.clearIdleCloseTimer();let e=this.socket;if(this.socket=null,this.connectPromise=null,this.rejectAllPending(Error(`Runtime changed`)),e){try{e.close(1e3,`runtime switch`)}catch{}this.notifyConnection(!1)}}clearIdleCloseTimer(){this.idleCloseTimer&&=(clearTimeout(this.idleCloseTimer),null)}};typeof window<`u`&&window.addEventListener(`openchamber:runtime-endpoint-changed`,()=>{Ic.cancelAllForRuntimeSwitch()});var Lc=128,Rc=`audio/pcm;rate=16000;bits=16`,zc=()=>new Promise(e=>setTimeout(e,0)),Bc=()=>{let e=Math.random().toString(36).slice(2,10);return`dic_${Date.now().toString(16)}${e}`},Vc=class{client;format;createDictationId;getStartOptions;dictationId=null;sendSeq=0;segments=[];streamReady=!1;flushTimer=null;drainWaiters=[];startGeneration=0;startPromise=null;constructor(e){this.client=e.client,this.format=e.format??Rc,this.getStartOptions=e.getStartOptions,this.createDictationId=e.createDictationId??Bc}getDictationId(){return this.dictationId}getFinalSeq(){return this.segments.length-1}hasSegments(){return this.segments.length>0}clearAll(){this.clearScheduledFlush(),this.dictationId=null,this.sendSeq=0,this.segments=[],this.streamReady=!1,this.startPromise=null,this.startGeneration+=1}resetStreamForReplay(){this.clearScheduledFlush(),this.dictationId=null,this.sendSeq=0,this.streamReady=!1,this.startPromise=null,this.startGeneration+=1}enqueueSegment(e){if(this.segments.push(e),this.client.isConnected){if(!this.dictationId){this.startPromise||this.restartStream().catch(()=>{});return}this.flush()}}flush(){let e=this.dictationId;if(!this.client.isConnected||!e||!this.streamReady)return 0;let t=0;for(;this.sendSeq<this.segments.length&&t<Lc;){let n=this.sendSeq,r=this.segments[n];if(!this.client.sendDictationStreamChunk(e,n,r))break;this.sendSeq=n+1,t+=1}return this.hasPendingSegments()?this.scheduleFlush():this.resolveDrainWaiters(),t}async restartStream(){this.startGeneration+=1;let e=this.startGeneration,t=this.createDictationId();this.dictationId=t,this.sendSeq=0,this.streamReady=!1;let n=(async()=>{await this.client.startDictationStream(t,this.format,this.getStartOptions()),this.startGeneration===e&&this.dictationId===t&&(this.streamReady=!0,this.flush())})().catch(n=>{throw this.startGeneration===e&&this.dictationId===t&&(this.dictationId=null,this.streamReady=!1),n}).finally(()=>{this.startPromise===n&&(this.startPromise=null)});this.startPromise=n,await n}async finish(e){this.dictationId||await this.restartStream(),this.startPromise&&await this.startPromise;let t=this.dictationId;if(!t||!this.streamReady)throw Error(`Failed to start dictation stream`);return this.flush(),await this.waitForFlushDrain(),{dictationId:t,text:(await this.client.finishDictationStream(t,e)).text}}cancel(){let e=this.dictationId;this.client.isConnected&&e&&this.client.cancelDictationStream(e),this.resetStreamForReplay()}hasPendingSegments(){return this.sendSeq<this.segments.length}scheduleFlush(){this.flushTimer||=setTimeout(()=>{this.flushTimer=null,this.flush()},0)}clearScheduledFlush(){this.flushTimer&&=(clearTimeout(this.flushTimer),null)}async waitForFlushDrain(){for(;this.hasPendingSegments();){if(!this.client.isConnected||!this.dictationId||!this.streamReady)throw Error(`Failed to flush dictation stream`);await new Promise(e=>{this.drainWaiters.push(e)}),await zc()}}resolveDrainWaiters(){let e=this.drainWaiters;this.drainWaiters=[];for(let t of e)t()}},Hc=16e3,Uc=Hc,Wc=()=>{if(typeof window>`u`)return null;let e=window;return e.AudioContext||e.webkitAudioContext||null},Gc=e=>{let t=Math.max(-1,Math.min(1,e));return Math.round(t<0?t*32768:t*32767)},Kc=(e,t,n)=>{if(e.length===0)return new Int16Array;if(t===n){let t=new Int16Array(e.length);for(let n=0;n<e.length;n++)t[n]=Gc(e[n]);return t}let r=t/n,i=Math.max(1,Math.round(e.length/r)),a=new Int16Array(i);for(let t=0;t<i;t++){let n=t*r,i=Math.floor(n),o=Math.min(e.length-1,i+1),s=n-i;a[t]=Gc(e[i]*(1-s)+e[o]*s)}return a},qc=(e,t)=>{if(e.length===0)return t;if(t.length===0)return e;let n=new Int16Array(e.length+t.length);return n.set(e,0),n.set(t,e.length),n},Jc=e=>{let t=new Uint8Array(e.buffer,e.byteOffset,e.byteLength),n=``;for(let e=0;e<t.length;e++)n+=String.fromCharCode(t[e]);return btoa(n)},Yc=()=>({stream:null,context:null,source:null,processor:null,gain:null,pending:new Int16Array,started:!1}),Xc=e=>{if(e)try{e.disconnect()}catch{}},Zc=()=>typeof navigator>`u`||typeof window>`u`||!navigator.mediaDevices||typeof navigator.mediaDevices.getUserMedia!=`function`?!1:Wc()!==null;function Qc(e){let t=(0,Q.c)(12),[n,r]=(0,Z.useState)(0),i=(0,Z.useRef)(e.onPcmSegment),a=(0,Z.useRef)(e.onError),o,s;t[0]!==e.onError||t[1]!==e.onPcmSegment?(o=()=>{i.current=e.onPcmSegment,a.current=e.onError},s=[e.onPcmSegment,e.onError],t[0]=e.onError,t[1]=e.onPcmSegment,t[2]=o,t[3]=s):(o=t[2],s=t[3]),(0,Z.useEffect)(o,s);let c;t[4]===Symbol.for(`react.memo_cache_sentinel`)?(c=Yc(),t[4]=c):c=t[4];let l=(0,Z.useRef)(c),u;t[5]===Symbol.for(`react.memo_cache_sentinel`)?(u=async()=>{if(l.current.started)return;if(typeof navigator>`u`||!navigator.mediaDevices||typeof navigator.mediaDevices.getUserMedia!=`function`)throw Error(`Microphone capture is not supported in this environment`);let e=Wc();if(!e)throw Error(`AudioContext unavailable`);let t=await navigator.mediaDevices.getUserMedia({audio:{channelCount:1,noiseSuppression:!0,echoCancellation:!0,autoGainControl:!0}}),n=new e;try{n.state===`suspended`&&await n.resume().catch(tl);let e=n.createMediaStreamSource(t),a=n.createScriptProcessor(4096,1,1),o=n.createGain();o.gain.value=0,l.current={stream:t,context:n,source:e,processor:a,gain:o,pending:new Int16Array,started:!0},a.onaudioprocess=e=>{let t=l.current;if(!t.started)return;let a=e.inputBuffer.getChannelData(0),o=0;for(let e=0;e<a.length;e++)o+=a[e]*a[e];let s=Math.sqrt(o/Math.max(1,a.length));r(Math.min(1,Math.max(0,s*2)));let c=Kc(a,n.sampleRate,Hc);for(t.pending=qc(t.pending,c);t.pending.length>=Uc;){let e=t.pending.slice(0,Uc);t.pending=t.pending.slice(Uc),i.current(Jc(e))}},e.connect(a),a.connect(o),o.connect(n.destination)}catch(e){let r=e;t.getTracks().forEach(el);try{await n.close()}catch{}throw l.current=Yc(),r instanceof Error?r:Error(String(r))}},t[5]=u):u=t[5];let d=u,f;t[6]===Symbol.for(`react.memo_cache_sentinel`)?(f=async()=>{let e=l.current;if(e.started=!1,r(0),e.processor)try{e.processor.onaudioprocess=null}catch{}Xc(e.processor),Xc(e.source),Xc(e.gain),e.stream&&e.stream.getTracks().forEach($c);let t=e.pending;if(e.pending=new Int16Array,t.length>0&&i.current(Jc(t)),e.context)try{await e.context.close()}catch{}l.current===e&&(l.current=Yc())},t[6]=f):f=t[6];let p=f,m,h;t[7]===Symbol.for(`react.memo_cache_sentinel`)?(m=()=>()=>{p().catch(e=>{a.current?.(e instanceof Error?e:Error(String(e)))})},h=[p],t[7]=m,t[8]=h):(m=t[7],h=t[8]),(0,Z.useEffect)(m,h);let g;t[9]===Symbol.for(`react.memo_cache_sentinel`)?(g=async()=>{try{await d()}catch(e){let t=e,n=t instanceof Error?t:Error(String(t));throw a.current?.(n),n}},t[9]=g):g=t[9];let _;return t[10]===n?_=t[11]:(_={start:g,stop:p,volume:n},t[10]=n,t[11]=_),_}function $c(e){try{e.stop()}catch{}}function el(e){try{e.stop()}catch{}}function tl(){}var nl=1e3,rl=e=>e instanceof Error?e:Error(String(e)),il=()=>{let e=Zt.getState(),t=e.sttLanguage?.trim();return e.sttProvider===`openai-compatible`?{provider:`openai-compatible`,...t?{language:t}:{},openaiCompatible:{baseUrl:e.sttServerUrl,model:e.sttModel,...e.sttApiKey?{apiKey:e.sttApiKey}:{}}}:{provider:`local`,...t?{language:t}:{},localModel:e.sttLocalModel}};function al(e={}){let{onTranscript:t,onError:n,canStart:r}=e,[i,a]=(0,Z.useState)(`idle`),[o,s]=(0,Z.useState)(``),[c,l]=(0,Z.useState)(0),[u,d]=(0,Z.useState)(null),[f,p]=(0,Z.useState)(null),m=(0,Z.useRef)(i);(0,Z.useEffect)(()=>{m.current=i},[i]);let h=(0,Z.useRef)(``),g=(0,Z.useRef)(null),_=(0,Z.useRef)({starting:!1,confirming:!1,cancelling:!1}),v=(0,Z.useRef)(t),y=(0,Z.useRef)(n);(0,Z.useEffect)(()=>{v.current=t,y.current=n},[t,n]);let b=(0,Z.useRef)(null);b.current||=new Vc({client:Ic,getStartOptions:il});let x=(0,Z.useCallback)(()=>{g.current&&=(clearInterval(g.current),null)},[]),S=(0,Z.useCallback)(()=>{g.current||=setInterval(()=>{l(e=>e+1)},nl)},[]),C=(0,Z.useCallback)(e=>{let t=rl(e);d(t.message);let n=t.reasonCode;p(typeof n==`string`?n:null),y.current?.(t)},[]),w=(0,Z.useCallback)(()=>{d(null),p(null)},[]),T=(0,Z.useCallback)(()=>{b.current?.clearAll(),h.current=``,s(``)},[]);(0,Z.useEffect)(()=>Ic.onPartial((e,t)=>{let n=b.current?.getDictationId();!n||e!==n||(h.current=t,s(t))}),[]),(0,Z.useEffect)(()=>Ic.subscribeConnectionStatus(e=>{e&&m.current===`recording`&&b.current?.restartStream().catch(e=>{C(e)})}),[C]);let E=Qc({onPcmSegment:e=>{b.current?.enqueueSegment(e)},onError:e=>{y.current?.(e)}}),D=(0,Z.useRef)(E.stop);(0,Z.useEffect)(()=>{D.current=E.stop},[E.stop]);let O=(0,Z.useCallback)(e=>{l(0),a(`idle`);let t=e.trim().length>0?e.trim():h.current.trim();return T(),t?(v.current?.(t),t):null},[T]),k=(0,Z.useCallback)(e=>{b.current?.hasSegments()?a(`failed`):a(`idle`),C(e)},[C]),A=(0,Z.useCallback)(async()=>{let e=_.current;if(!(e.starting||e.confirming||e.cancelling)&&m.current===`idle`&&!(r&&!r())){e.starting=!0,w(),s(``),l(0),a(`recording`),m.current=`recording`,T();try{await E.start(),S(),await b.current?.restartStream().catch(e=>{C(e)})}catch(e){await E.stop().catch(()=>void 0),x(),a(`idle`),m.current=`idle`,C(e)}finally{e.starting=!1}}},[E,r,w,T,C,S,x]),j=(0,Z.useCallback)(async()=>{let e=_.current;if(!e.cancelling&&(m.current===`recording`||m.current===`uploading`)){e.cancelling=!0,x(),l(0),w(),a(`idle`),m.current=`idle`;try{b.current?.cancel()}catch{}T();try{await E.stop()}catch{}finally{e.cancelling=!1}}},[E,w,T,x]),M=(0,Z.useCallback)(async()=>{let e=_.current;if(e.confirming||m.current!==`recording`)return null;e.confirming=!0,w(),x();try{await E.stop(),a(`uploading`),m.current=`uploading`;let e=b.current?.getFinalSeq()??-1;if(e<0)return O(``);let t=await b.current.finish(e);return O(t.text)}catch(e){return k(e),null}finally{e.confirming=!1}},[E,w,k,O,x]),N=(0,Z.useCallback)(async()=>{if(m.current!==`failed`||!b.current?.hasSegments())return null;w(),a(`uploading`),m.current=`uploading`;try{b.current.resetStreamForReplay();let e=b.current.getFinalSeq(),t=await b.current.finish(e);return O(t.text)}catch(e){return k(e),null}},[w,k,O]),P=(0,Z.useCallback)(()=>{if(m.current!==`failed`)return null;let e=h.current.trim();l(0),a(`idle`),m.current=`idle`,w();try{b.current?.cancel()}catch{}return T(),e?(v.current?.(e),e):null},[w,T]),F=(0,Z.useCallback)(()=>{l(0),a(`idle`),m.current=`idle`,w(),T()},[w,T]);return(0,Z.useEffect)(()=>{if(i!==`recording`||f!==`model_download_in_progress`)return;let e=setInterval(()=>{m.current!==`recording`||b.current?.getDictationId()||b.current?.restartStream().then(()=>{w()}).catch(e=>{C(e)})},3e3);return()=>clearInterval(e)},[i,f,w,C]),(0,Z.useEffect)(()=>()=>{x(),D.current().catch(()=>void 0),b.current?.cancel()},[x]),{status:i,isRecording:i===`recording`,isProcessing:i===`uploading`,partialTranscript:o,volume:E.volume,duration:c,error:u,errorReason:f,startDictation:A,confirmDictation:M,cancelDictation:j,retryFailedDictation:N,acceptPartialTranscript:P,discardFailedDictation:F}}var ol=e=>{let t=Math.floor(e/60),n=e%60;return`${t}:${String(n).padStart(2,`0`)}`},sl=e=>{let t=(0,Q.c)(4),{volume:n}=e,{currentTheme:r}=Ia(),i=Math.min(1,Math.max(0,n)),a;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(a=[.45,.7,1,.7,.45],t[0]=a):a=t[0];let o=a,s;return t[1]!==r||t[2]!==i?(s=(0,$.jsx)(`div`,{className:`flex h-6 w-10 flex-shrink-0 items-center justify-center gap-1`,"aria-hidden":`true`,children:o.map((e,t)=>(0,$.jsx)(`span`,{className:`h-full w-1 rounded-full transition-transform duration-75 ease-out motion-reduce:transition-none`,style:{backgroundColor:r.colors.primary.base,transform:`scaleY(${.25+i*e*.75})`}},t))}),t[1]=r,t[2]=i,t[3]=s):s=t[3],s},cl=e=>{let t=Zt(e=>e.sttLocalModel),[n,r]=Z.useState(null);return Z.useEffect(()=>{if(!e){r(null);return}let n=!1,i=async()=>{try{let e=await V(`/api/dictation/status`,{query:{provider:`local`,localModel:t}});if(!e.ok||n)return;let i=await e.json(),a=Array.isArray(i?.models)?i.models.find(e=>e.id===t):null;n||r(typeof a?.downloadProgress==`number`?a.downloadProgress:null)}catch{}};i();let a=setInterval(()=>{i()},2e3);return()=>{n=!0,clearInterval(a)}},[e,t]),e?n:null},ll=e=>{let t=(0,Q.c)(86),{radius:n,isMobile:r,footerIconButtonClass:i,footerPaddingClass:a,iconSizeClass:o,sendIconSizeClass:s,disabled:l,onInsert:u,onInsertAndSend:d,onActiveChange:f,onContentHeightChange:p,renderTrigger:m,topAccessory:h}=e,g=m===void 0||m,{t:_}=it(),{currentTheme:v}=Ia(),y=Zt(ul),b=c(dl),x;t[0]===b?x=t[1]:(x=Ka(Ga(`toggle_dictation`,b)),t[0]=b,t[1]=x);let S=x,[C]=Z.useState(fl),w=Z.useRef(null),T=Z.useRef(u),E=Z.useRef(d),D,O;t[2]!==u||t[3]!==d?(D=()=>{T.current=u,E.current=d},O=[u,d],t[2]=u,t[3]=d,t[4]=D,t[5]=O):(D=t[4],O=t[5]),Z.useEffect(D,O);let k;t[6]===Symbol.for(`react.memo_cache_sentinel`)?(k={onTranscript:e=>{let t=w.current;w.current=null,t===`send`?E.current(e):T.current(e)}},t[6]=k):k=t[6];let{status:A,partialTranscript:j,volume:M,duration:N,error:P,errorReason:F,startDictation:I,confirmDictation:L,cancelDictation:R,retryFailedDictation:z,acceptPartialTranscript:B,discardFailedDictation:V}=al(k),H=A===`recording`&&F===`model_download_in_progress`,U=cl(H),W=Z.useRef(A),ee,G;t[7]===A?(ee=t[8],G=t[9]):(ee=()=>{W.current=A},G=[A],t[7]=A,t[8]=ee,t[9]=G),Z.useEffect(ee,G);let K,te;t[10]!==f||t[11]!==A?(K=()=>{f?.(A!==`idle`)},te=[A,f],t[10]=f,t[11]=A,t[12]=K,t[13]=te):(K=t[12],te=t[13]),Z.useLayoutEffect(K,te);let ne,re;t[14]!==L||t[15]!==I?(ne=()=>{let e=()=>{W.current===`idle`?I():W.current===`recording`&&(w.current=`insert`,L())};return window.addEventListener(`openchamber:dictation-toggle`,e),()=>window.removeEventListener(`openchamber:dictation-toggle`,e)},re=[I,L],t[14]=L,t[15]=I,t[16]=ne,t[17]=re):(ne=t[16],re=t[17]),Z.useEffect(ne,re);let ie,ae;t[18]!==R||t[19]!==L||t[20]!==A?(ie=()=>{if(A!==`recording`)return;let e=e=>{if(!e.isComposing){if(e.key===`Enter`&&!e.shiftKey&&!e.metaKey&&!e.ctrlKey&&!e.altKey){e.preventDefault(),e.stopPropagation(),w.current=`insert`,L();return}e.key===`Escape`&&(e.preventDefault(),e.stopPropagation(),R())}};return window.addEventListener(`keydown`,e,{capture:!0}),()=>window.removeEventListener(`keydown`,e,{capture:!0})},ae=[A,L,R],t[18]=R,t[19]=L,t[20]=A,t[21]=ie,t[22]=ae):(ie=t[21],ae=t[22]),Z.useEffect(ie,ae);let oe=Z.useRef(null),se=Z.useRef(null),ce=Z.useRef(null),[le,ue]=Z.useState(null),de=A!==`idle`,fe=Z.useRef(p),pe,me;t[23]===p?(pe=t[24],me=t[25]):(pe=()=>{fe.current=p},me=[p],t[23]=p,t[24]=pe,t[25]=me),Z.useEffect(pe,me);let he=Z.useRef(!1),ge;t[26]===de?ge=t[27]:(ge=()=>{if(!de){he.current&&(he.current=!1,fe.current?.(null));return}let e=se.current,t=ce.current;if(!e||!t)return;let n=window.getComputedStyle(e),r=(parseFloat(n.paddingTop)||0)+(parseFloat(n.paddingBottom)||0);he.current=!0,fe.current?.(t.offsetHeight+r),e.scrollTop=e.scrollHeight},t[26]=de,t[27]=ge);let _e;t[28]!==P||t[29]!==de||t[30]!==j||t[31]!==A?(_e=[de,j,A,P],t[28]=P,t[29]=de,t[30]=j,t[31]=A,t[32]=_e):_e=t[32],Z.useLayoutEffect(ge,_e);let ve,ye;t[33]===Symbol.for(`react.memo_cache_sentinel`)?(ve=()=>()=>{he.current&&(he.current=!1,fe.current?.(null))},ye=[],t[33]=ve,t[34]=ye):(ve=t[33],ye=t[34]),Z.useEffect(ve,ye);let be,xe;if(t[35]===de?(be=t[36],xe=t[37]):(be=()=>{if(!de)return;let e=oe.current?.closest(`[data-chat-input-footer="true"]`);e&&e.offsetHeight>0&&ue(e.offsetHeight)},xe=[de],t[35]=de,t[36]=be,t[37]=xe),Z.useLayoutEffect(be,xe),!C||!y)return null;let Se=A!==`idle`,Ce;t[38]===L?Ce=t[39]:(Ce=e=>{w.current=e,L()},t[38]=L,t[39]=Ce);let we=Ce,Te;t[40]===z?Te=t[41]:(Te=()=>{w.current=`insert`,z()},t[40]=z,t[41]=Te);let Ee=Te,De;bb0:{if(A===`failed`){De=``;break bb0}if(A===`uploading`){let e;t[42]===_?e=t[43]:(e=_(`chat.dictation.processing`),t[42]=_,t[43]=e),De=e;break bb0}if(H){let e;t[44]!==U||t[45]!==_?(e=U===null?_(`chat.dictation.downloadingModel`):_(`chat.dictation.downloadingModelProgress`,{percent:String(U)}),t[44]=U,t[45]=_,t[46]=e):e=t[46],De=e;break bb0}let e;t[47]===_?e=t[48]:(e=_(`chat.dictation.listening`),t[47]=_,t[48]=e),De=e}let Oe=De,ke;t[49]===Symbol.for(`react.memo_cache_sentinel`)?(ke={onMouseDown:pl,onPointerDownCapture:ml},t[49]=ke):ke=t[49];let Ae=ke,je;t[50]!==S||t[51]!==l||t[52]!==i||t[53]!==o||t[54]!==Se||t[55]!==g||t[56]!==I||t[57]!==_?(je=g?(0,$.jsx)(`button`,{type:`button`,...Ae,className:i,onClick:()=>{I()},disabled:l||Se,title:S?`${_(`chat.dictation.start`)} (${S})`:_(`chat.dictation.start`),"aria-label":_(`chat.dictation.start`),children:(0,$.jsx)(X,{name:`mic`,className:Y(o,`text-current`)})}):null,t[50]=S,t[51]=l,t[52]=i,t[53]=o,t[54]=Se,t[55]=g,t[56]=I,t[57]=_,t[58]=je):je=t[58];let Me;t[59]!==B||t[60]!==R||t[61]!==we||t[62]!==v||t[63]!==V||t[64]!==N||t[65]!==P||t[66]!==le||t[67]!==i||t[68]!==a||t[69]!==o||t[70]!==Se||t[71]!==r||t[72]!==H||t[73]!==j||t[74]!==Oe||t[75]!==n||t[76]!==Ee||t[77]!==s||t[78]!==A||t[79]!==_||t[80]!==h||t[81]!==M?(Me=Se?(0,$.jsxs)(`div`,{ref:oe,className:Y(`absolute inset-0 z-50 flex flex-col overflow-x-hidden overflow-y-hidden`,r&&`oc-composer-morph-content-fade`),style:{borderRadius:n,backgroundColor:v.colors.surface.subtle},role:`dialog`,"aria-label":_(`chat.dictation.overlayAria`),children:[h,(0,$.jsx)(`div`,{ref:se,className:Y(`scrollbar-none flex-1 min-h-0 overflow-y-auto px-3`,r?`pt-3.5 pb-2.5`:`pt-5 pb-2`),children:(0,$.jsxs)(`div`,{ref:ce,className:Y(!j&&`translate-y-1.5`),children:[j?(0,$.jsx)(`p`,{className:`typography-markdown md:typography-ui-label whitespace-pre-wrap`,style:{color:v.colors.surface.foreground},children:j}):A===`recording`?(0,$.jsxs)(`div`,{className:`flex items-center gap-3`,style:{color:v.colors.surface.mutedForeground},children:[(0,$.jsx)(sl,{volume:M}),(0,$.jsx)(`p`,{className:`typography-markdown md:typography-ui-label`,children:Oe})]}):(0,$.jsx)(`p`,{className:`typography-markdown md:typography-ui-label`,style:{color:v.colors.surface.mutedForeground},children:Oe}),A===`failed`?(0,$.jsx)(`p`,{className:`typography-meta mt-1`,style:{color:v.colors.status.error},children:P||_(`chat.dictation.failed`)}):null,A===`recording`&&P&&!H?(0,$.jsx)(`p`,{className:`typography-meta mt-1`,style:{color:v.colors.status.warning},children:P}):null]})}),(0,$.jsxs)(`div`,{className:Y(`flex flex-shrink-0 items-center gap-x-3`,a),style:le?{height:le}:void 0,children:[A===`recording`?(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`span`,{className:`relative ml-1 flex h-2 w-2 flex-shrink-0`,"aria-hidden":`true`,children:[(0,$.jsx)(`span`,{className:`absolute inline-flex h-full w-full animate-ping rounded-full opacity-60`,style:{backgroundColor:v.colors.status.error}}),(0,$.jsx)(`span`,{className:`relative inline-flex h-2 w-2 rounded-full`,style:{backgroundColor:v.colors.status.error}})]}),(0,$.jsx)(sl,{volume:M}),(0,$.jsx)(`span`,{className:`typography-meta tabular-nums`,style:{color:v.colors.surface.mutedForeground},children:ol(N)})]}):A===`uploading`?(0,$.jsx)(X,{name:`loader-4`,className:`ml-1 h-4 w-4 animate-spin`,style:{color:v.colors.surface.mutedForeground}}):null,(0,$.jsx)(`div`,{className:Y(`ml-auto flex items-center`,r?`gap-x-1`:`gap-x-1.5 md:gap-x-3`),children:A===`recording`?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`button`,{type:`button`,...Ae,className:Y(i,`text-muted-foreground hover:text-foreground`),onClick:()=>{R()},title:_(`chat.dictation.cancel`),"aria-label":_(`chat.dictation.cancel`),children:(0,$.jsx)(X,{name:`close`,className:o})}),(0,$.jsx)(`button`,{type:`button`,...Ae,className:i,onClick:()=>we(`insert`),title:_(`chat.dictation.insert`),"aria-label":_(`chat.dictation.insert`),children:(0,$.jsx)(X,{name:`check`,className:o})}),(0,$.jsx)(`button`,{type:`button`,...Ae,className:Y(i,`text-primary hover:text-primary`),onClick:()=>we(`send`),title:_(`chat.dictation.insertAndSend`),"aria-label":_(`chat.dictation.insertAndSend`),children:(0,$.jsx)(X,{name:`send-plane-2`,className:s})})]}):A===`uploading`?(0,$.jsx)(`button`,{type:`button`,...Ae,className:Y(i,`text-muted-foreground hover:text-foreground`),onClick:()=>{R()},title:_(`chat.dictation.cancel`),"aria-label":_(`chat.dictation.cancel`),children:(0,$.jsx)(X,{name:`close`,className:o})}):(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`button`,{type:`button`,...Ae,className:Y(i,`text-muted-foreground hover:text-foreground`),onClick:V,title:_(`chat.dictation.discard`),"aria-label":_(`chat.dictation.discard`),children:(0,$.jsx)(X,{name:`close`,className:o})}),(0,$.jsx)(`button`,{type:`button`,...Ae,className:i,onClick:Ee,title:_(`chat.dictation.retry`),"aria-label":_(`chat.dictation.retry`),children:(0,$.jsx)(X,{name:`refresh`,className:o})}),j.trim()?(0,$.jsx)(`button`,{type:`button`,...Ae,className:i,onClick:()=>{w.current=`insert`,B()},title:_(`chat.dictation.insert`),"aria-label":_(`chat.dictation.insert`),children:(0,$.jsx)(X,{name:`check`,className:o})}):null]})})]})]}):null,t[59]=B,t[60]=R,t[61]=we,t[62]=v,t[63]=V,t[64]=N,t[65]=P,t[66]=le,t[67]=i,t[68]=a,t[69]=o,t[70]=Se,t[71]=r,t[72]=H,t[73]=j,t[74]=Oe,t[75]=n,t[76]=Ee,t[77]=s,t[78]=A,t[79]=_,t[80]=h,t[81]=M,t[82]=Me):Me=t[82];let Ne;return t[83]!==je||t[84]!==Me?(Ne=(0,$.jsxs)($.Fragment,{children:[je,Me]}),t[83]=je,t[84]=Me,t[85]=Ne):Ne=t[85],Ne};function ul(e){return e.dictationEnabled}function dl(e){return e.shortcutOverrides}function fl(){return!d()&&Zc()}function pl(e){return e.preventDefault()}function ml(e){e.pointerType===`touch`&&e.preventDefault()}var hl=2e3,gl=de((e,t)=>({pending:!1,expiresAt:null,arm:(t=hl)=>{let n=Date.now()+t;return e({pending:!0,expiresAt:n}),n},clear:()=>{!t().pending&&t().expiresAt===null||e({pending:!1,expiresAt:null})}})),_l=new class{inFlightByScope=new WeakMap;generationByScope=new WeakMap;run(e){let t=this.inFlightByScope.get(e.scope);t||(t=new Map,this.inFlightByScope.set(e.scope,t));let n=t.get(e.key);if(n)return n;let r=this.generationByScope.get(e.scope);r||(r=new Map,this.generationByScope.set(e.scope,r));let i=(r.get(e.key)??0)+1;r.set(e.key,i);let a=e.request(()=>r?.get(e.key)!==i);return t.set(e.key,a),a.finally(()=>{t?.get(e.key)===a&&t.delete(e.key)}).catch(()=>{}),a}},vl=15e3,yl=100,bl=new Map,xl=new Map,Sl=e=>`${e.runtimeKey}\n${e.directory}\n${e.sessionID}`,Cl=e=>{let t=Sl(e),n=e.now??Date.now(),r=xl.get(t);if(r&&n-r.loadedAt<vl)return Promise.resolve(r.sessions);let i=bl.get(t);if(i)return i;let a=e.request().then(e=>{for(xl.delete(t);xl.size>=yl;){let e=xl.keys().next().value;if(typeof e!=`string`)break;xl.delete(e)}return xl.set(t,{loadedAt:Date.now(),sessions:e}),e});return bl.set(t,a),a.then(()=>{bl.get(t)===a&&bl.delete(t)},()=>{bl.get(t)===a&&bl.delete(t)}),a},wl=(e,t)=>e.id<t.id?-1:+(e.id>t.id),Tl=(e,t,n)=>{let r=new Set(e.map(e=>e.id)),i=t.filter(e=>!!e?.id&&!r.has(e.id)&&e.parentID===n);return i.length===0?e:[...e,...i].sort(wl)},El=30;function Dl(e){return e===`busy`||e===`retry`}var Ol=new Map;function kl(e,t=!1){return{limit:e.loadedTurns,cursor:e.kind===`has-more`?e.cursor:void 0,complete:e.kind===`exhausted`,loading:t}}function Al(e){if(e instanceof Error)return e.message;if(typeof e==`string`)return e;if(e&&typeof e==`object`){let t=e.message;if(typeof t==`string`&&t.length>0)return t}try{return JSON.stringify(e)}catch{return String(e)}}function jl(e,t){if(!e.error)return;let n=e.response?.status;throw Error(`${t} failed${n?` (${n})`:``}: ${Al(e.error)}`)}function Ml(e,t){let n=Ei();if(!n)return!1;let r=n.getTranscript(ji(e,t));return r.messageOrder.length!==0&&r.messageOrder.length>jt()}function Nl(e){return!!e.force||!e.hasSession||e.shouldLoadMessages}function Pl(e,t,n){let r=[...e.getState().session],i=xt.search(r,t,e=>e.id);i.found?r[i.index]=n:r.splice(i.index,0,n),e.setState({session:r})}function Fl(){let e=mr(),t=bt(),r=jn(),i=(0,Z.useCallback)((t,n=e)=>`${n}\n${t}`,[e]),a=(0,Z.useCallback)((t,n=e)=>{let r=Ei();if(!r||!t)return kl({kind:`unknown`,loadedTurns:0},!1);let i=ji(n,t),a=r.getPagination(i),o=r.getRequestState?.(i);return kl(a.boundary,o?.status===`loading`)},[e]),o=(0,Z.useCallback)((e,t)=>{if(t.length===0)return;let n=r.getChild(e);if(!n)return;let i=n.getState(),a={session_status:{...i.session_status},session_status_observed_at:{...i.session_status_observed_at},session_diff:{...i.session_diff},todo:{...i.todo},permission:{...i.permission},question:{...i.question}};Fn(a,t),Br(n,t),n.setState(a);for(let n of t)li(e,n)},[r]),s=(0,Z.useCallback)((t=e)=>{let n=Ol.get(t);if(n)return Ol.delete(t),Ol.set(t,n),n;let r=new Set;for(Ol.set(t,r);Ol.size>El;){let e=Ol.keys().next().value;if(!e)break;let t=[...Ol.get(e)??[]];Ol.delete(e),o(e,t)}return r},[e,o]),c=(0,Z.useCallback)((n,i=e)=>{let a=i===e?t:r.ensureChild(i,{bootstrap:!1}),c=s(i),l=Ct(a.getState()),u=Ii(),d=Li({seen:c,keep:n,limit:u,preserve:l});if(o(i,d),Rn()){let e=new Set([n,...c,...l]),t=(Ei()?.getCacheBudget?.().listCanonical({directory:i})??[]).map(e=>e.scope.sessionID),r=(t.length>0?t:Array.from(c)).filter(t=>t===n||e.has(t)?!1:Ml(i,t));if(r.length>0){for(let e of r)c.delete(e);o(i,r)}}},[r,e,s,o,t]),l=(0,Z.useCallback)(async(n,i)=>{let a=i?.directory??e;if(!n||!a||a===`global`)return;let o=a===e?t:r.ensureChild(a,{bootstrap:!1}),s=o.getState(),c=s.session_status?.[n],l=s.session_status_observed_at?.[n];try{i?.purpose===`prepend`||i?.before?await lr(a,n):await yi(a,n)}catch{return}if(i?.isStale?.())return;let u=Ei()?.getTranscript(ji(a,n));ut({directory:a,sessionID:n,store:o,transcript:u,isStale:i?.isStale}),await Ci({directory:a,sessionID:n,store:o,statusBeforePull:c,statusObservedAtBeforePull:l,hasMessages:(u?.messageOrder.length??0)>0,isTailPage:!i?.before,isStale:i?.isStale})},[r,t,e]),u=(0,Z.useCallback)(async(t,n)=>{await Mt();let a=typeof n==`boolean`?n:n?.force,o=typeof n==`object`?n.directory??e:e,s=r.ensureChild(o,{bootstrap:!1}),u=Fe.getScopedSdkClient(o);c(t,o);let d=i(t,o);return _l.run({scope:s,key:d,request:async e=>{let n=s.getState(),r=Ei(),i=ji(o,t),c=r?.hasSession?.(i)??(r?.getTranscript(i).messageOrder.length??0)>0,d=r?.getPagination(i)?.boundary??{kind:`unknown`,loadedTurns:0},f=xt.search(n.session,t,e=>e.id).found,p=r?.getRequestState?.(i);if(!a&&c&&d.kind!==`unknown`&&p?.status!==`error`&&f&&_n(o,t)){ut({directory:o,sessionID:t,store:s,isStale:e});return}let m=!!(a||!c||f),h=Nl({hasSession:f,shouldLoadMessages:m,force:!!a});await Promise.all([h?(async()=>{try{let n=await Bt(async()=>{let e=await u.session.get({sessionID:t,directory:o});return jl(e,`session.get`),e});if(n.data&&!e()){let r=Kn(n.data);e()||Pl(s,t,r)}}catch(e){console.error(`[sync] failed to fetch session`,t,e)}})():Promise.resolve(),m?l(t,{isStale:e,directory:o}):Promise.resolve()])}})},[r,i,c,l,e]),d=(0,Z.useCallback)(async(t,i)=>{let a=i||e;if(!t||!a)return;let o=r.ensureChild(a,{bootstrap:!1}),s=Fe.getScopedSdkClient(a),c=await Cl({runtimeKey:n(),directory:a,sessionID:t,request:async()=>{let e=await s.session.children({sessionID:t,directory:a});return jl(e,`session.children`),e.data??[]}});o.setState(e=>{let n=Tl(e.session,c,t);return n===e.session?e:{session:n,limit:Math.max(e.limit,n.length)}})},[r,e]),f=(0,Z.useCallback)((t,n)=>{let r=a(t,n?.directory??e);return!r.complete&&!!r.cursor},[e,a]),p=(0,Z.useCallback)((t,n)=>a(t,n?.directory??e).loading,[e,a]),m=(0,Z.useCallback)((t,n)=>a(t,n?.directory??e).complete,[e,a]),h=(0,Z.useCallback)(t=>{let n=t.directory||e;oi(ji(n,t.sessionID),{type:`optimistic-add`,message:t.message,parts:t.parts})},[e]),g=(0,Z.useCallback)(t=>{let n=t.directory||e;oi(ji(n,t.sessionID),{type:`optimistic-remove`,messageID:t.messageID})},[e]),_=(0,Z.useCallback)(t=>{let n=t.directory||e;oi(ji(n,t.sessionID),{type:`optimistic-confirm`,messageID:t.messageID})},[e]),v=(0,Z.useCallback)(async(t,n)=>{if(!t)return;await Mt();let i=n?.directory??e;if(!i||i===`global`)return;let a=r.ensureChild(i,{bootstrap:!1}),o=a.getState().session_status?.[t]?.type;if(Dl(o))throw Error(`refresh transcript busy`);try{await Qr(i,t),ut({directory:i,sessionID:t,store:a})}catch(e){throw e instanceof Error&&e.message===`refresh transcript busy`?e:Error(`refresh transcript failed`)}},[r,e]);return(0,Z.useMemo)(()=>({ensureSessionRenderable:u,syncSession:u,loadChildren:d,hasMore:f,isLoading:p,isComplete:m,refreshSessionTranscript:v,optimistic:{add:h,remove:g,confirm:_}}),[u,d,f,p,m,v,h,g,_])}var Il=e=>e===`diff`||e===`plan`||e===`file`||e===`preview-console`||e===`preview-annotation`,Ll=e=>e===`original`||e===`modified`,Rl=e=>{let t=typeof e==`number`?e:Number(e);return Number.isFinite(t)?Math.max(1,Math.floor(t)):null},zl=e=>{if(!e||typeof e!=`object`)return null;let t=e;if(typeof t.sessionKey!=`string`||t.sessionKey.trim().length===0||!Il(t.source))return null;let n=Rl(t.startLine),r=Rl(t.endLine);return!n||!r?null:{id:typeof t.id==`string`&&t.id.trim().length>0?t.id:`icd-${Date.now()}-${Math.random().toString(36).substring(2,9)}`,sessionKey:t.sessionKey,source:t.source,fileLabel:typeof t.fileLabel==`string`?t.fileLabel:`unknown`,startLine:n,endLine:r,side:Ll(t.side)?t.side:void 0,code:typeof t.code==`string`?t.code:``,language:typeof t.language==`string`?t.language:`text`,text:typeof t.text==`string`?t.text:``,createdAt:Number.isFinite(t.createdAt)?Number(t.createdAt):Date.now()}},Bl=e=>{if(!e||typeof e!=`object`)return{};let t=Object.entries(e),n={};for(let[e,r]of t){if(!Array.isArray(r))continue;let t=r.map(zl).filter(e=>!!e).filter(t=>t.sessionKey===e);t.length>0&&(n[e]=t)}return n},Vl=de()(pe(fe((e,t)=>({drafts:{},addDraft:t=>{let n=`icd-${Date.now()}-${Math.random().toString(36).substring(2,9)}`,r={...t,id:n,createdAt:Date.now()};return e(e=>{let n=e.drafts[t.sessionKey]??[];return{drafts:{...e.drafts,[t.sessionKey]:[...n,r]}}}),n},updateDraft:(t,n,r)=>{e(e=>{let i=(e.drafts[t]??[]).map(e=>e.id===n?{...e,...r}:e);return{drafts:{...e.drafts,[t]:i}}})},removeDraft:(t,n)=>{e(e=>{let r=(e.drafts[t]??[]).filter(e=>e.id!==n);if(r.length===0){let{[t]:n,...r}=e.drafts;return{drafts:r}}return{drafts:{...e.drafts,[t]:r}}})},clearDrafts:t=>{e(e=>{let{[t]:n,...r}=e.drafts;return{drafts:r}})},getDrafts:e=>t().drafts[e]??[],consumeDrafts:n=>{let r=t().drafts[n]??[];if(r.length===0)return[];let i=[...r].sort((e,t)=>e.createdAt-t.createdAt);return e(e=>{let{[n]:t,...r}=e.drafts;return{drafts:r}}),i},getDraftCount:e=>(t().drafts[e]??[]).length,hasDrafts:e=>(t().drafts[e]??[]).length>0}),{name:`openchamber-inline-comment-drafts`,storage:l(),version:1,migrate:e=>!e||typeof e!=`object`?{drafts:{}}:{drafts:Bl(e.drafts)}}),{name:`inline-comment-draft-store`}));function Hl(e){let{fileLabel:t,startLine:n,endLine:r,side:i,language:a,code:o,text:s}=e;return e.source===`diff`&&i?`Comment on \`${t}\` lines ${n}-${r} (${i}):\n\`\`\`${a}\n${o}\n\`\`\`\n\n${s}`:e.source===`preview-console`?`Attached preview context from \`${t}\`:\n\`\`\`${a}\n${o}\n\`\`\`\n\n${s}`:e.source===`preview-annotation`?s?`${o}\n\n${s}`:o:`Comment on \`${t}\` lines ${n}-${r}:\n\`\`\`${a}\n${o}\n\`\`\`\n\n${s}`}function Ul(e){return e.length===0?``:e.every(e=>e.source===`preview-annotation`)?e.map(Hl).join(`
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/ToolOutputDialog-D7DqChuM.js","assets/rolldown-runtime-C0FnF6B9.js","assets/useUIStore-5agS8bsW.js","assets/vendor-zustand-B4dlGEM2.js","assets/vendor-base-ui-CnHfUmDN.js","assets/persistence-oSFWyKgV.js","assets/vendor-pathe-vBmvQE8f.js","assets/vendor-react-DLPElpoQ.js","assets/vendor-tanstack-query-core-BWz0ose6.js","assets/vendor-reactuses-core-DDoDDyM9.js","assets/vendor-lodash-es-DfLbG5Af.js","assets/vendor-js-cookie-hSOiFTtX.js","assets/clipboard-DF5tFLDb.js","assets/store-OURVnLSN.js","assets/vendor-aparajita-capacitor-secure-storage-CjQdwfjS.js","assets/utils-Dxsi3J3l.js","assets/vendor-class-variance-authority-BLUaYARZ.js","assets/vendor-tailwind-merge-BicNWLTg.js","assets/Icon-DHaR0peD.js","assets/dialog-DaSIYgrj.js","assets/button-DCUMIXDC.js","assets/useThemeSystem-DMzWVJaW.js","assets/markdownTheme-y_Rf6mLa.js","assets/vendor-pierre-diffs-BenIz2TM.js","assets/vendor-hast-util-to-html-B0p1k5Xa.js","assets/vendor-character-entities-legacy-Wut6vMuj.js","assets/vendor-character-entities-html4-DlN_yAFd.js","assets/vendor-ccount-CyGsA0u7.js","assets/vendor-comma-separated-tokens-B9ouxNNS.js","assets/vendor-oniguruma-to-es-CrHzjjSU.js","assets/vendor-oniguruma-parser-D2DIvhSP.js","assets/vendor-diff-Dq7CZNim.js","assets/vendor-lru_map-DpDied8H.js","assets/appThemeRegistry-DhaoeTus.js","assets/useMobileNavigationStore-DNoNQA4y.js","assets/gitApiHttp-SLrnr8a5.js","assets/vendor-opencode-sdk-C07HQypa.js","assets/vendor-tanstack-react-query-D7pys_c9.js","assets/vendor-sonner-DVzioF3d.js","assets/useAssistantUIStore-Bq3cPj2x.js","assets/vendor-fuse.js-DB5wDJbI.js","assets/markdown-worker-D-OR2e_G.js","assets/useEffectiveDirectory-Dc904Fjg.js","assets/useWorkerHighlightedLines-mhBD0Do9.js","assets/tooltip-xEnco9xY.js","assets/vendor-tanstack-react-virtual-tlDgH6PG.js"])))=>i.map(i=>d[i]);
2
+ import{o as e}from"./rolldown-runtime-C0FnF6B9.js";import{D as t,E as n,F as r,T as i,W as a,g as o,j as s,t as c,y as l}from"./useUIStore-5agS8bsW.js";import{$ as u,$t as d,B as f,C as p,Ct as m,Dt as h,G as g,I as _,J as v,K as y,M as b,N as x,Q as S,R as C,S as w,T,U as E,V as D,W as O,Wt as k,Y as A,Z as j,_ as M,at as N,b as P,ct as F,d as I,et as L,ft as R,it as z,j as B,kn as V,lt as H,mt as U,nt as W,ot as ee,pt as G,q as K,r as te,st as ne,u as re,ut as ie,v as ae,wt as oe,x as se,y as ce,yt as le,z as ue}from"./persistence-oSFWyKgV.js";import{a as de,i as fe,r as pe,t as me}from"./vendor-zustand-B4dlGEM2.js";import{c as he,d as ge,f as _e,l as ve,nt as ye,rt as be,tt as xe,u as Se}from"./vendor-base-ui-CnHfUmDN.js";import{At as Ce,Bt as we,Dt as Te,Et as Ee,Ft as De,It as Oe,Pt as ke,Rt as Ae,Tt as je,Ut as Me,Vt as Ne,Wt as Pe,kt as Fe,vt as Ie,yt as Le,zt as Re}from"./gitApiHttp-SLrnr8a5.js";import{a as ze,n as Be,o as Ve}from"./vendor-aparajita-capacitor-secure-storage-CjQdwfjS.js";import{n as He}from"./vendor-react-DLPElpoQ.js";import{i as Ue,n as We,s as Ge,t as Ke}from"./vendor-tanstack-react-query-D7pys_c9.js";import{B as qe,R as Je,V as Ye,c as Xe}from"./vendor-codemirror-autocomplete-DHomsvW7.js";import{a as Ze,d as Qe,i as $e,l as et,n as q,o as tt,r as nt,u as rt}from"./vendor-reactuses-core-DDoDDyM9.js";import{n as it,r as at,t as ot}from"./clipboard-DF5tFLDb.js";import{i as st,t as ct}from"./store-OURVnLSN.js";import{$ as lt,$r as ut,$t as dt,A as ft,Ai as pt,An as mt,Ar as ht,B as gt,Ba as _t,Bi as vt,Br as yt,Bt as bt,Ca as xt,Ci as St,Cn as Ct,Co as wt,Ct as Tt,D as Et,Di as Dt,Dr as Ot,Dt as kt,E as At,Ei as jt,Eo as Mt,Et as Nt,F as Pt,Fa as Ft,Fi as It,Fn as Lt,Fr as Rt,G as zt,Gi as Bt,Gt as Vt,Ha as Ht,Hn as Ut,Ht as Wt,I as Gt,Ia as Kt,Ii as qt,In as Jt,J as Yt,Ja as Xt,Ji as Zt,Jt as Qt,K as $t,Kr as en,Kt as tn,L as nn,La as rn,Ln as an,Lr as on,M as sn,Ma as cn,Mi as ln,Mt as un,N as dn,Na as fn,Ni as pn,Nr as mn,Nt as hn,O as gn,Oi as _n,Oo as vn,Or as yn,Ot as bn,P as xn,Pa as Sn,Pi as Cn,Pn as wn,Q as Tn,Qi as En,Qr as Dn,Qt as On,Ra as kn,Rr as An,Rt as jn,S as Mn,Sa as Nn,Si as Pn,Sn as Fn,T as In,Ta as Ln,Ti as Rn,Tt as zn,U as Bn,Un as Vn,Ur as Hn,Va as Un,Vr as Wn,Vt as Gn,Wi as Kn,Wr as qn,X as Jn,Xt as Yn,Y as Xn,Yi as Zn,Z as Qn,Za as $n,Zr as er,Zt as tr,_n as nr,a as rr,aa as ir,an as ar,at as or,bi as sr,bn as cr,ca as lr,ci as ur,cn as dr,cr as fr,ct as pr,dn as mr,dr as hr,dt as gr,ei as _r,en as vr,er as yr,et as br,f as xr,fa as Sr,fi as Cr,fn as wr,fr as Tr,ft as Er,g as Dr,ga as Or,gi as kr,hi as Ar,ht as jr,i as Mr,ia as Nr,ii as Pr,in as Fr,it as Ir,j as Lr,ji as Rr,jr as zr,jt as Br,k as Vr,ka as Hr,ki as Ur,ko as Wr,kr as Gr,l as J,la as Kr,li as qr,ln as Jr,lr as Yr,lt as Xr,m as Zr,ma as Qr,mi as $r,mo as ei,n as ti,na as ni,ni as ri,nn as ii,nt as ai,oa as oi,on as si,or as ci,pa as li,pi as ui,po as di,pt as fi,q as pi,qa as mi,qi as hi,qt as gi,rn as _i,rt as vi,sa as yi,si as bi,sn as xi,sr as Si,ti as Ci,tr as wi,tt as Ti,ua as Ei,ui as Di,un as Oi,ur as ki,ut as Ai,va as ji,vi as Mi,vn as Ni,vt as Pi,w as Fi,wi as Ii,wn as Li,wr as Ri,wt as zi,x as Bi,xa as Vi,xi as Hi,xn as Ui,yi as Wi,yt as Gi,z as Ki,za as qi,zr as Ji,zt as Yi}from"./useMobileNavigationStore-DNoNQA4y.js";import{n as Xi,t as Zi}from"./AgentAvatar-BzRb9sP6.js";import{n as Qi,t as Y}from"./utils-Dxsi3J3l.js";import{n as X}from"./Icon-DHaR0peD.js";import{a as $i,i as ea,n as ta,o as na,r as ra,s as ia,t as aa}from"./dialog-DaSIYgrj.js";import{t as oa}from"./button-DCUMIXDC.js";import{E as sa,n as ca}from"./gitApi-DVNC4iYD.js";import{A as la,C as ua,M as da,N as fa,O as pa,S as ma,T as ha,a as ga,b as _a,d as va,g as ya,h as ba,i as xa,j as Sa,k as Ca,n as wa,o as Ta,p as Ea,s as Da,u as Oa,v as ka,w as Aa,x as ja}from"./projectMeta-D-ncdr5Z.js";import{t as Ma}from"./input-QS3IWgY5.js";import{i as Na,n as Pa,t as Fa}from"./tooltip-xEnco9xY.js";import{n as Ia,t as La}from"./useThemeSystem-DMzWVJaW.js";import{D as Ra,E as za,M as Ba,N as Va,O as Ha,Q as Ua,S as Wa,U as Ga,V as Ka,X as qa,Y as Ja,_ as Ya,a as Xa,f as Za,g as Qa,h as $a,i as eo,m as to,o as no,p as ro,r as io,t as ao,x as oo,z as so}from"./radio-CD4P-ogh.js";import{i as co,t as lo}from"./OverlayScrollbar-C2pMNVMM.js";import{_ as uo,a as fo,d as po,f as mo,g as ho,h as go,i as _o,l as vo,m as yo,n as bo,u as xo,v as So,x as Co}from"./markdownTheme-y_Rf6mLa.js";import{n as wo,r as To,t as Eo}from"./useRuntimeAPIs-DSLXJybW.js";import{a as Do,c as Oo,i as ko,r as Ao,t as jo,u as Mo}from"./appThemeRegistry-DhaoeTus.js";import{_ as No,a as Po,c as Fo,g as Io,l as Lo,o as Ro,t as zo,v as Bo,y as Vo}from"./vendor-dnd-kit-core-CvWxUPdb.js";import{i as Ho,n as Uo,o as Wo,s as Go,t as Ko}from"./vendor-dnd-kit-sortable-hHdP9lLb.js";import{a as qo,n as Jo,t as Yo}from"./url-DIZgk80M.js";import{_ as Xo,l as Zo,m as Qo,p as $o,s as es}from"./markdown-worker-D-OR2e_G.js";import{n as ts}from"./useEffectiveDirectory-Dc904Fjg.js";import{a as ns,c as rs,d as is,f as as,i as os,l as ss,n as cs,r as ls,s as us,t as ds}from"./FadeInOnReveal-oeyB_nIi.js";import{A as fs,C as ps,D as ms,E as hs,M as gs,O as _s,S as vs,T as ys,a as bs,b as xs,c as Ss,f as Cs,i as ws,j as Ts,k as Es,l as Ds,m as Os,n as ks,o as As,p as js,r as Ms,s as Ns,t as Ps,u as Fs,w as Is,x as Ls}from"./insertionBoundaries-hcIB6RSd.js";import{A as Rs,C as zs,D as Bs,E as Vs,M as Hs,O as Us,S as Ws,T as Gs,a as Ks,b as qs,c as Js,g as Ys,h as Xs,i as Zs,j as Qs,k as $s,o as ec,p as tc,r as nc,s as rc,t as ic,v as ac,w as oc,x as sc,y as cc}from"./useWorkerHighlightedLines-mhBD0Do9.js";import{t as lc}from"./vendor-cmdk-CeAGfrLo.js";import{t as uc}from"./sortable-tabs-strip-DQsv96ke.js";import{n as dc,t as fc}from"./vendor-tanstack-react-virtual-tlDgH6PG.js";import{i as pc,u as mc}from"./vendor-pierre-diffs-BenIz2TM.js";import{i as hc,t as gc}from"./vendor-framer-motion-DFy_BSVd.js";var Z=e(be(),1),Q=He(),$=ye(),_c=e(xe(),1),vc=`openchamber:close-embedded-session-chat`,yc=`openchamber:embedded-visibility`,bc=`openchamber:embedded-visibility-request`,xc=e=>new URLSearchParams(e).get(`ocPanel`)===`session-chat`,Sc=(e,t,n)=>JSON.stringify({sessionID:e,directory:t||``,readOnly:n===!0}),Cc=(e,t,n,r)=>{if(typeof window>`u`)return``;let i=new URL(window.location.pathname,window.location.origin);return i.searchParams.set(`ocPanel`,`session-chat`),i.searchParams.set(`surface`,`desktop`),i.searchParams.set(`sessionId`,e),n?i.searchParams.set(`readOnly`,`1`):i.searchParams.delete(`readOnly`),t&&t.trim().length>0?i.searchParams.set(`directory`,t):i.searchParams.delete(`directory`),i.searchParams.set(`themeMode`,r.mode),i.searchParams.set(`lightThemeId`,r.lightThemeId),i.searchParams.set(`darkThemeId`,r.darkThemeId),i.searchParams.set(`themeVariant`,r.currentTheme.metadata.variant===`dark`?`dark`:`light`),i.searchParams.set(`currentTheme`,JSON.stringify(r.currentTheme)),i.hash=``,i.toString()},wc=(e,t,n,r,i,a)=>{let o=Sc(n,r,i),s=e.get(t);if(s?.signature===o)return s.src;let c=Cc(n,r,i,a);return e.set(t,{signature:o,src:c}),c},Tc=null,Ec=()=>{if(Tc!==null)return Tc;if(typeof window>`u`)return Tc=!1,!1;try{return Tc=new URLSearchParams(window.location.search).get(`ocPanel`)===`session-chat`,Tc}catch{return Tc=!1,!1}},Dc=()=>{if(!Ec())return null;try{let e=new URLSearchParams(window.location.search).get(`sessionId`);return e&&e.trim().length>0?e.trim():null}catch{return null}},Oc=ze(`OpenChamberMedia`);function kc(){return Wr()&&Be.getPlatform()===`android`&&Be.isPluginAvailable(`OpenChamberMedia`)}async function Ac(e){if(!kc())return null;let t=await Oc.pickMedia({limit:e});if(t.cancelled)return[];let n=[];for(let e of t.files){let t=await fetch(Be.convertFileSrc(e.path));if(!t.ok)throw Error(`Native media fetch failed (${t.status})`);let r=await t.blob();n.push(new File([r],e.name,{type:e.mimeType}))}return n}var jc=(e,t,n)=>{let r=Error(e);return r.name=`DictationStreamError`,r.retryable=t,n&&(r.reasonCode=n),r},Mc=1e4,Nc=15e3,Pc=3e4,Fc=3e4,Ic=new class{socket=null;connectPromise=null;idleCloseTimer=null;pendingStarts=new Map;pendingFinishes=new Map;connectionListeners=new Set;partialListeners=new Set;activeDictations=0;get isConnected(){return this.socket?.readyState===WebSocket.OPEN}subscribeConnectionStatus(e){return this.connectionListeners.add(e),()=>{this.connectionListeners.delete(e)}}onPartial(e){return this.partialListeners.add(e),()=>{this.partialListeners.delete(e)}}async ensureConnected(){if(!this.isConnected){if(this.connectPromise){await this.connectPromise;return}try{await a()}catch{}this.connectPromise=new Promise((e,t)=>{let n=!1,i;try{let e=r().websocket(`/api/dictation/ws`);i=Ie(e)}catch(e){this.connectPromise=null,t(e instanceof Error?e:Error(String(e)));return}let a=setTimeout(()=>{if(!n){n=!0,this.connectPromise=null;try{i.close()}catch{}t(Error(`Dictation connection timed out`))}},Mc);i.onopen=()=>{},i.onmessage=t=>{let r;try{r=JSON.parse(String(t.data))}catch{return}if(!n&&r.type===`ready`){n=!0,clearTimeout(a),this.socket=i,this.connectPromise=null,this.notifyConnection(!0),e();return}this.handleMessage(r)},i.onerror=()=>{window.setTimeout(()=>{n||(n=!0,clearTimeout(a),this.connectPromise=null,t(Error(`Dictation connection failed`)))},250)},i.onclose=e=>{if(!n){n=!0,clearTimeout(a),this.connectPromise=null;let r=e?.reason?`: ${e.reason}`:``;t(Error(`Dictation connection failed${r}`));return}this.socket===i&&(this.socket=null,this.rejectAllPending(Error(`Dictation connection lost`)),this.notifyConnection(!1))}}),await this.connectPromise}}async startDictationStream(e,t,n){return await this.ensureConnected(),this.activeDictations+=1,this.clearIdleCloseTimer(),new Promise((r,i)=>{let a=setTimeout(()=>{this.pendingStarts.delete(e),this.releaseDictation(),i(Error(`Dictation start timed out`))},Nc);this.pendingStarts.set(e,{resolve:()=>{clearTimeout(a),r()},reject:e=>{clearTimeout(a),this.releaseDictation(),i(e)},timeout:a}),this.send({type:`start`,dictationId:e,format:t,options:n})||(clearTimeout(a),this.pendingStarts.delete(e),this.releaseDictation(),i(Error(`Dictation connection lost`)))})}sendDictationStreamChunk(e,t,n){return this.send({type:`chunk`,dictationId:e,seq:t,audio:n})}finishDictationStream(e,t){return new Promise((n,r)=>{let i={resolve:e=>{i.timeout&&clearTimeout(i.timeout),this.releaseDictation(),n(e)},reject:e=>{i.timeout&&clearTimeout(i.timeout),this.releaseDictation(),r(e)},timeout:null};i.timeout=setTimeout(()=>{this.pendingFinishes.delete(e),this.releaseDictation(),r(Error(`Timed out waiting for transcription`))},Fc),this.pendingFinishes.set(e,i),this.send({type:`finish`,dictationId:e,finalSeq:t})||(this.pendingFinishes.delete(e),i.reject(Error(`Dictation connection lost`)))})}cancelDictationStream(e){this.send({type:`cancel`,dictationId:e});let t=this.pendingStarts.get(e);t&&(this.pendingStarts.delete(e),t.reject(Error(`Dictation cancelled`)));let n=this.pendingFinishes.get(e);n&&(this.pendingFinishes.delete(e),n.reject(Error(`Dictation cancelled`))),this.releaseDictation(),this.scheduleIdleCloseIfReady()}handleMessage(e){let t=e.dictationId;if(t)switch(e.type){case`ack`:{let e=this.pendingStarts.get(t);e&&(this.pendingStarts.delete(t),e.resolve());return}case`partial`:for(let n of this.partialListeners)n(t,e.text??``);return;case`finish_accepted`:{let n=this.pendingFinishes.get(t);n&&typeof e.timeoutMs==`number`&&(n.timeout&&clearTimeout(n.timeout),n.timeout=setTimeout(()=>{this.pendingFinishes.delete(t),n.reject(Error(`Timed out waiting for transcription`))},e.timeoutMs+5e3));return}case`final`:{let n=this.pendingFinishes.get(t);n&&(this.pendingFinishes.delete(t),n.resolve({text:e.text??``})),this.scheduleIdleCloseIfReady();return}case`error`:{let n=jc(e.error||`Dictation failed`,e.retryable!==!1,e.reasonCode),r=this.pendingStarts.get(t);r&&(this.pendingStarts.delete(t),r.reject(n));let i=this.pendingFinishes.get(t);i&&(this.pendingFinishes.delete(t),i.reject(n)),this.scheduleIdleCloseIfReady();return}}}send(e){if(!this.isConnected||!this.socket)return!1;try{return this.socket.send(JSON.stringify(e)),!0}catch{return!1}}notifyConnection(e){for(let t of this.connectionListeners)t(e)}rejectAllPending(e){for(let[t,n]of this.pendingStarts)this.pendingStarts.delete(t),n.reject(e);for(let[t,n]of this.pendingFinishes)this.pendingFinishes.delete(t),n.reject(e);this.activeDictations=0}releaseDictation(){this.activeDictations=Math.max(0,this.activeDictations-1),this.scheduleIdleCloseIfReady()}scheduleIdleCloseIfReady(){this.activeDictations>0||this.pendingFinishes.size>0||this.pendingStarts.size>0||(this.clearIdleCloseTimer(),this.idleCloseTimer=setTimeout(()=>{if(this.activeDictations===0&&this.pendingFinishes.size===0&&this.pendingStarts.size===0){let e=this.socket;if(this.socket=null,e){try{e.close(1e3,`idle`)}catch{}this.notifyConnection(!1)}}},Pc))}cancelAllForRuntimeSwitch(){this.clearIdleCloseTimer();let e=this.socket;if(this.socket=null,this.connectPromise=null,this.rejectAllPending(Error(`Runtime changed`)),e){try{e.close(1e3,`runtime switch`)}catch{}this.notifyConnection(!1)}}clearIdleCloseTimer(){this.idleCloseTimer&&=(clearTimeout(this.idleCloseTimer),null)}};typeof window<`u`&&window.addEventListener(`openchamber:runtime-endpoint-changed`,()=>{Ic.cancelAllForRuntimeSwitch()});var Lc=128,Rc=`audio/pcm;rate=16000;bits=16`,zc=()=>new Promise(e=>setTimeout(e,0)),Bc=()=>{let e=Math.random().toString(36).slice(2,10);return`dic_${Date.now().toString(16)}${e}`},Vc=class{client;format;createDictationId;getStartOptions;dictationId=null;sendSeq=0;segments=[];streamReady=!1;flushTimer=null;drainWaiters=[];startGeneration=0;startPromise=null;constructor(e){this.client=e.client,this.format=e.format??Rc,this.getStartOptions=e.getStartOptions,this.createDictationId=e.createDictationId??Bc}getDictationId(){return this.dictationId}getFinalSeq(){return this.segments.length-1}hasSegments(){return this.segments.length>0}clearAll(){this.clearScheduledFlush(),this.dictationId=null,this.sendSeq=0,this.segments=[],this.streamReady=!1,this.startPromise=null,this.startGeneration+=1}resetStreamForReplay(){this.clearScheduledFlush(),this.dictationId=null,this.sendSeq=0,this.streamReady=!1,this.startPromise=null,this.startGeneration+=1}enqueueSegment(e){if(this.segments.push(e),this.client.isConnected){if(!this.dictationId){this.startPromise||this.restartStream().catch(()=>{});return}this.flush()}}flush(){let e=this.dictationId;if(!this.client.isConnected||!e||!this.streamReady)return 0;let t=0;for(;this.sendSeq<this.segments.length&&t<Lc;){let n=this.sendSeq,r=this.segments[n];if(!this.client.sendDictationStreamChunk(e,n,r))break;this.sendSeq=n+1,t+=1}return this.hasPendingSegments()?this.scheduleFlush():this.resolveDrainWaiters(),t}async restartStream(){this.startGeneration+=1;let e=this.startGeneration,t=this.createDictationId();this.dictationId=t,this.sendSeq=0,this.streamReady=!1;let n=(async()=>{await this.client.startDictationStream(t,this.format,this.getStartOptions()),this.startGeneration===e&&this.dictationId===t&&(this.streamReady=!0,this.flush())})().catch(n=>{throw this.startGeneration===e&&this.dictationId===t&&(this.dictationId=null,this.streamReady=!1),n}).finally(()=>{this.startPromise===n&&(this.startPromise=null)});this.startPromise=n,await n}async finish(e){this.dictationId||await this.restartStream(),this.startPromise&&await this.startPromise;let t=this.dictationId;if(!t||!this.streamReady)throw Error(`Failed to start dictation stream`);return this.flush(),await this.waitForFlushDrain(),{dictationId:t,text:(await this.client.finishDictationStream(t,e)).text}}cancel(){let e=this.dictationId;this.client.isConnected&&e&&this.client.cancelDictationStream(e),this.resetStreamForReplay()}hasPendingSegments(){return this.sendSeq<this.segments.length}scheduleFlush(){this.flushTimer||=setTimeout(()=>{this.flushTimer=null,this.flush()},0)}clearScheduledFlush(){this.flushTimer&&=(clearTimeout(this.flushTimer),null)}async waitForFlushDrain(){for(;this.hasPendingSegments();){if(!this.client.isConnected||!this.dictationId||!this.streamReady)throw Error(`Failed to flush dictation stream`);await new Promise(e=>{this.drainWaiters.push(e)}),await zc()}}resolveDrainWaiters(){let e=this.drainWaiters;this.drainWaiters=[];for(let t of e)t()}},Hc=16e3,Uc=Hc,Wc=()=>{if(typeof window>`u`)return null;let e=window;return e.AudioContext||e.webkitAudioContext||null},Gc=e=>{let t=Math.max(-1,Math.min(1,e));return Math.round(t<0?t*32768:t*32767)},Kc=(e,t,n)=>{if(e.length===0)return new Int16Array;if(t===n){let t=new Int16Array(e.length);for(let n=0;n<e.length;n++)t[n]=Gc(e[n]);return t}let r=t/n,i=Math.max(1,Math.round(e.length/r)),a=new Int16Array(i);for(let t=0;t<i;t++){let n=t*r,i=Math.floor(n),o=Math.min(e.length-1,i+1),s=n-i;a[t]=Gc(e[i]*(1-s)+e[o]*s)}return a},qc=(e,t)=>{if(e.length===0)return t;if(t.length===0)return e;let n=new Int16Array(e.length+t.length);return n.set(e,0),n.set(t,e.length),n},Jc=e=>{let t=new Uint8Array(e.buffer,e.byteOffset,e.byteLength),n=``;for(let e=0;e<t.length;e++)n+=String.fromCharCode(t[e]);return btoa(n)},Yc=()=>({stream:null,context:null,source:null,processor:null,gain:null,pending:new Int16Array,started:!1}),Xc=e=>{if(e)try{e.disconnect()}catch{}},Zc=()=>typeof navigator>`u`||typeof window>`u`||!navigator.mediaDevices||typeof navigator.mediaDevices.getUserMedia!=`function`?!1:Wc()!==null;function Qc(e){let t=(0,Q.c)(12),[n,r]=(0,Z.useState)(0),i=(0,Z.useRef)(e.onPcmSegment),a=(0,Z.useRef)(e.onError),o,s;t[0]!==e.onError||t[1]!==e.onPcmSegment?(o=()=>{i.current=e.onPcmSegment,a.current=e.onError},s=[e.onPcmSegment,e.onError],t[0]=e.onError,t[1]=e.onPcmSegment,t[2]=o,t[3]=s):(o=t[2],s=t[3]),(0,Z.useEffect)(o,s);let c;t[4]===Symbol.for(`react.memo_cache_sentinel`)?(c=Yc(),t[4]=c):c=t[4];let l=(0,Z.useRef)(c),u;t[5]===Symbol.for(`react.memo_cache_sentinel`)?(u=async()=>{if(l.current.started)return;if(typeof navigator>`u`||!navigator.mediaDevices||typeof navigator.mediaDevices.getUserMedia!=`function`)throw Error(`Microphone capture is not supported in this environment`);let e=Wc();if(!e)throw Error(`AudioContext unavailable`);let t=await navigator.mediaDevices.getUserMedia({audio:{channelCount:1,noiseSuppression:!0,echoCancellation:!0,autoGainControl:!0}}),n=new e;try{n.state===`suspended`&&await n.resume().catch(tl);let e=n.createMediaStreamSource(t),a=n.createScriptProcessor(4096,1,1),o=n.createGain();o.gain.value=0,l.current={stream:t,context:n,source:e,processor:a,gain:o,pending:new Int16Array,started:!0},a.onaudioprocess=e=>{let t=l.current;if(!t.started)return;let a=e.inputBuffer.getChannelData(0),o=0;for(let e=0;e<a.length;e++)o+=a[e]*a[e];let s=Math.sqrt(o/Math.max(1,a.length));r(Math.min(1,Math.max(0,s*2)));let c=Kc(a,n.sampleRate,Hc);for(t.pending=qc(t.pending,c);t.pending.length>=Uc;){let e=t.pending.slice(0,Uc);t.pending=t.pending.slice(Uc),i.current(Jc(e))}},e.connect(a),a.connect(o),o.connect(n.destination)}catch(e){let r=e;t.getTracks().forEach(el);try{await n.close()}catch{}throw l.current=Yc(),r instanceof Error?r:Error(String(r))}},t[5]=u):u=t[5];let d=u,f;t[6]===Symbol.for(`react.memo_cache_sentinel`)?(f=async()=>{let e=l.current;if(e.started=!1,r(0),e.processor)try{e.processor.onaudioprocess=null}catch{}Xc(e.processor),Xc(e.source),Xc(e.gain),e.stream&&e.stream.getTracks().forEach($c);let t=e.pending;if(e.pending=new Int16Array,t.length>0&&i.current(Jc(t)),e.context)try{await e.context.close()}catch{}l.current===e&&(l.current=Yc())},t[6]=f):f=t[6];let p=f,m,h;t[7]===Symbol.for(`react.memo_cache_sentinel`)?(m=()=>()=>{p().catch(e=>{a.current?.(e instanceof Error?e:Error(String(e)))})},h=[p],t[7]=m,t[8]=h):(m=t[7],h=t[8]),(0,Z.useEffect)(m,h);let g;t[9]===Symbol.for(`react.memo_cache_sentinel`)?(g=async()=>{try{await d()}catch(e){let t=e,n=t instanceof Error?t:Error(String(t));throw a.current?.(n),n}},t[9]=g):g=t[9];let _;return t[10]===n?_=t[11]:(_={start:g,stop:p,volume:n},t[10]=n,t[11]=_),_}function $c(e){try{e.stop()}catch{}}function el(e){try{e.stop()}catch{}}function tl(){}var nl=1e3,rl=e=>e instanceof Error?e:Error(String(e)),il=()=>{let e=Zt.getState(),t=e.sttLanguage?.trim();return e.sttProvider===`openai-compatible`?{provider:`openai-compatible`,...t?{language:t}:{},openaiCompatible:{baseUrl:e.sttServerUrl,model:e.sttModel,...e.sttApiKey?{apiKey:e.sttApiKey}:{}}}:{provider:`local`,...t?{language:t}:{},localModel:e.sttLocalModel}};function al(e={}){let{onTranscript:t,onError:n,canStart:r}=e,[i,a]=(0,Z.useState)(`idle`),[o,s]=(0,Z.useState)(``),[c,l]=(0,Z.useState)(0),[u,d]=(0,Z.useState)(null),[f,p]=(0,Z.useState)(null),m=(0,Z.useRef)(i);(0,Z.useEffect)(()=>{m.current=i},[i]);let h=(0,Z.useRef)(``),g=(0,Z.useRef)(null),_=(0,Z.useRef)({starting:!1,confirming:!1,cancelling:!1}),v=(0,Z.useRef)(t),y=(0,Z.useRef)(n);(0,Z.useEffect)(()=>{v.current=t,y.current=n},[t,n]);let b=(0,Z.useRef)(null);b.current||=new Vc({client:Ic,getStartOptions:il});let x=(0,Z.useCallback)(()=>{g.current&&=(clearInterval(g.current),null)},[]),S=(0,Z.useCallback)(()=>{g.current||=setInterval(()=>{l(e=>e+1)},nl)},[]),C=(0,Z.useCallback)(e=>{let t=rl(e);d(t.message);let n=t.reasonCode;p(typeof n==`string`?n:null),y.current?.(t)},[]),w=(0,Z.useCallback)(()=>{d(null),p(null)},[]),T=(0,Z.useCallback)(()=>{b.current?.clearAll(),h.current=``,s(``)},[]);(0,Z.useEffect)(()=>Ic.onPartial((e,t)=>{let n=b.current?.getDictationId();!n||e!==n||(h.current=t,s(t))}),[]),(0,Z.useEffect)(()=>Ic.subscribeConnectionStatus(e=>{e&&m.current===`recording`&&b.current?.restartStream().catch(e=>{C(e)})}),[C]);let E=Qc({onPcmSegment:e=>{b.current?.enqueueSegment(e)},onError:e=>{y.current?.(e)}}),D=(0,Z.useRef)(E.stop);(0,Z.useEffect)(()=>{D.current=E.stop},[E.stop]);let O=(0,Z.useCallback)(e=>{l(0),a(`idle`);let t=e.trim().length>0?e.trim():h.current.trim();return T(),t?(v.current?.(t),t):null},[T]),k=(0,Z.useCallback)(e=>{b.current?.hasSegments()?a(`failed`):a(`idle`),C(e)},[C]),A=(0,Z.useCallback)(async()=>{let e=_.current;if(!(e.starting||e.confirming||e.cancelling)&&m.current===`idle`&&!(r&&!r())){e.starting=!0,w(),s(``),l(0),a(`recording`),m.current=`recording`,T();try{await E.start(),S(),await b.current?.restartStream().catch(e=>{C(e)})}catch(e){await E.stop().catch(()=>void 0),x(),a(`idle`),m.current=`idle`,C(e)}finally{e.starting=!1}}},[E,r,w,T,C,S,x]),j=(0,Z.useCallback)(async()=>{let e=_.current;if(!e.cancelling&&(m.current===`recording`||m.current===`uploading`)){e.cancelling=!0,x(),l(0),w(),a(`idle`),m.current=`idle`;try{b.current?.cancel()}catch{}T();try{await E.stop()}catch{}finally{e.cancelling=!1}}},[E,w,T,x]),M=(0,Z.useCallback)(async()=>{let e=_.current;if(e.confirming||m.current!==`recording`)return null;e.confirming=!0,w(),x();try{await E.stop(),a(`uploading`),m.current=`uploading`;let e=b.current?.getFinalSeq()??-1;if(e<0)return O(``);let t=await b.current.finish(e);return O(t.text)}catch(e){return k(e),null}finally{e.confirming=!1}},[E,w,k,O,x]),N=(0,Z.useCallback)(async()=>{if(m.current!==`failed`||!b.current?.hasSegments())return null;w(),a(`uploading`),m.current=`uploading`;try{b.current.resetStreamForReplay();let e=b.current.getFinalSeq(),t=await b.current.finish(e);return O(t.text)}catch(e){return k(e),null}},[w,k,O]),P=(0,Z.useCallback)(()=>{if(m.current!==`failed`)return null;let e=h.current.trim();l(0),a(`idle`),m.current=`idle`,w();try{b.current?.cancel()}catch{}return T(),e?(v.current?.(e),e):null},[w,T]),F=(0,Z.useCallback)(()=>{l(0),a(`idle`),m.current=`idle`,w(),T()},[w,T]);return(0,Z.useEffect)(()=>{if(i!==`recording`||f!==`model_download_in_progress`)return;let e=setInterval(()=>{m.current!==`recording`||b.current?.getDictationId()||b.current?.restartStream().then(()=>{w()}).catch(e=>{C(e)})},3e3);return()=>clearInterval(e)},[i,f,w,C]),(0,Z.useEffect)(()=>()=>{x(),D.current().catch(()=>void 0),b.current?.cancel()},[x]),{status:i,isRecording:i===`recording`,isProcessing:i===`uploading`,partialTranscript:o,volume:E.volume,duration:c,error:u,errorReason:f,startDictation:A,confirmDictation:M,cancelDictation:j,retryFailedDictation:N,acceptPartialTranscript:P,discardFailedDictation:F}}var ol=e=>{let t=Math.floor(e/60),n=e%60;return`${t}:${String(n).padStart(2,`0`)}`},sl=e=>{let t=(0,Q.c)(4),{volume:n}=e,{currentTheme:r}=Ia(),i=Math.min(1,Math.max(0,n)),a;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(a=[.45,.7,1,.7,.45],t[0]=a):a=t[0];let o=a,s;return t[1]!==r||t[2]!==i?(s=(0,$.jsx)(`div`,{className:`flex h-6 w-10 flex-shrink-0 items-center justify-center gap-1`,"aria-hidden":`true`,children:o.map((e,t)=>(0,$.jsx)(`span`,{className:`h-full w-1 rounded-full transition-transform duration-75 ease-out motion-reduce:transition-none`,style:{backgroundColor:r.colors.primary.base,transform:`scaleY(${.25+i*e*.75})`}},t))}),t[1]=r,t[2]=i,t[3]=s):s=t[3],s},cl=e=>{let t=Zt(e=>e.sttLocalModel),[n,r]=Z.useState(null);return Z.useEffect(()=>{if(!e){r(null);return}let n=!1,i=async()=>{try{let e=await V(`/api/dictation/status`,{query:{provider:`local`,localModel:t}});if(!e.ok||n)return;let i=await e.json(),a=Array.isArray(i?.models)?i.models.find(e=>e.id===t):null;n||r(typeof a?.downloadProgress==`number`?a.downloadProgress:null)}catch{}};i();let a=setInterval(()=>{i()},2e3);return()=>{n=!0,clearInterval(a)}},[e,t]),e?n:null},ll=e=>{let t=(0,Q.c)(86),{radius:n,isMobile:r,footerIconButtonClass:i,footerPaddingClass:a,iconSizeClass:o,sendIconSizeClass:s,disabled:l,onInsert:u,onInsertAndSend:d,onActiveChange:f,onContentHeightChange:p,renderTrigger:m,topAccessory:h}=e,g=m===void 0||m,{t:_}=it(),{currentTheme:v}=Ia(),y=Zt(ul),b=c(dl),x;t[0]===b?x=t[1]:(x=Ka(Ga(`toggle_dictation`,b)),t[0]=b,t[1]=x);let S=x,[C]=Z.useState(fl),w=Z.useRef(null),T=Z.useRef(u),E=Z.useRef(d),D,O;t[2]!==u||t[3]!==d?(D=()=>{T.current=u,E.current=d},O=[u,d],t[2]=u,t[3]=d,t[4]=D,t[5]=O):(D=t[4],O=t[5]),Z.useEffect(D,O);let k;t[6]===Symbol.for(`react.memo_cache_sentinel`)?(k={onTranscript:e=>{let t=w.current;w.current=null,t===`send`?E.current(e):T.current(e)}},t[6]=k):k=t[6];let{status:A,partialTranscript:j,volume:M,duration:N,error:P,errorReason:F,startDictation:I,confirmDictation:L,cancelDictation:R,retryFailedDictation:z,acceptPartialTranscript:B,discardFailedDictation:V}=al(k),H=A===`recording`&&F===`model_download_in_progress`,U=cl(H),W=Z.useRef(A),ee,G;t[7]===A?(ee=t[8],G=t[9]):(ee=()=>{W.current=A},G=[A],t[7]=A,t[8]=ee,t[9]=G),Z.useEffect(ee,G);let K,te;t[10]!==f||t[11]!==A?(K=()=>{f?.(A!==`idle`)},te=[A,f],t[10]=f,t[11]=A,t[12]=K,t[13]=te):(K=t[12],te=t[13]),Z.useLayoutEffect(K,te);let ne,re;t[14]!==L||t[15]!==I?(ne=()=>{let e=()=>{W.current===`idle`?I():W.current===`recording`&&(w.current=`insert`,L())};return window.addEventListener(`openchamber:dictation-toggle`,e),()=>window.removeEventListener(`openchamber:dictation-toggle`,e)},re=[I,L],t[14]=L,t[15]=I,t[16]=ne,t[17]=re):(ne=t[16],re=t[17]),Z.useEffect(ne,re);let ie,ae;t[18]!==R||t[19]!==L||t[20]!==A?(ie=()=>{if(A!==`recording`)return;let e=e=>{if(!e.isComposing){if(e.key===`Enter`&&!e.shiftKey&&!e.metaKey&&!e.ctrlKey&&!e.altKey){e.preventDefault(),e.stopPropagation(),w.current=`insert`,L();return}e.key===`Escape`&&(e.preventDefault(),e.stopPropagation(),R())}};return window.addEventListener(`keydown`,e,{capture:!0}),()=>window.removeEventListener(`keydown`,e,{capture:!0})},ae=[A,L,R],t[18]=R,t[19]=L,t[20]=A,t[21]=ie,t[22]=ae):(ie=t[21],ae=t[22]),Z.useEffect(ie,ae);let oe=Z.useRef(null),se=Z.useRef(null),ce=Z.useRef(null),[le,ue]=Z.useState(null),de=A!==`idle`,fe=Z.useRef(p),pe,me;t[23]===p?(pe=t[24],me=t[25]):(pe=()=>{fe.current=p},me=[p],t[23]=p,t[24]=pe,t[25]=me),Z.useEffect(pe,me);let he=Z.useRef(!1),ge;t[26]===de?ge=t[27]:(ge=()=>{if(!de){he.current&&(he.current=!1,fe.current?.(null));return}let e=se.current,t=ce.current;if(!e||!t)return;let n=window.getComputedStyle(e),r=(parseFloat(n.paddingTop)||0)+(parseFloat(n.paddingBottom)||0);he.current=!0,fe.current?.(t.offsetHeight+r),e.scrollTop=e.scrollHeight},t[26]=de,t[27]=ge);let _e;t[28]!==P||t[29]!==de||t[30]!==j||t[31]!==A?(_e=[de,j,A,P],t[28]=P,t[29]=de,t[30]=j,t[31]=A,t[32]=_e):_e=t[32],Z.useLayoutEffect(ge,_e);let ve,ye;t[33]===Symbol.for(`react.memo_cache_sentinel`)?(ve=()=>()=>{he.current&&(he.current=!1,fe.current?.(null))},ye=[],t[33]=ve,t[34]=ye):(ve=t[33],ye=t[34]),Z.useEffect(ve,ye);let be,xe;if(t[35]===de?(be=t[36],xe=t[37]):(be=()=>{if(!de)return;let e=oe.current?.closest(`[data-chat-input-footer="true"]`);e&&e.offsetHeight>0&&ue(e.offsetHeight)},xe=[de],t[35]=de,t[36]=be,t[37]=xe),Z.useLayoutEffect(be,xe),!C||!y)return null;let Se=A!==`idle`,Ce;t[38]===L?Ce=t[39]:(Ce=e=>{w.current=e,L()},t[38]=L,t[39]=Ce);let we=Ce,Te;t[40]===z?Te=t[41]:(Te=()=>{w.current=`insert`,z()},t[40]=z,t[41]=Te);let Ee=Te,De;bb0:{if(A===`failed`){De=``;break bb0}if(A===`uploading`){let e;t[42]===_?e=t[43]:(e=_(`chat.dictation.processing`),t[42]=_,t[43]=e),De=e;break bb0}if(H){let e;t[44]!==U||t[45]!==_?(e=U===null?_(`chat.dictation.downloadingModel`):_(`chat.dictation.downloadingModelProgress`,{percent:String(U)}),t[44]=U,t[45]=_,t[46]=e):e=t[46],De=e;break bb0}let e;t[47]===_?e=t[48]:(e=_(`chat.dictation.listening`),t[47]=_,t[48]=e),De=e}let Oe=De,ke;t[49]===Symbol.for(`react.memo_cache_sentinel`)?(ke={onMouseDown:pl,onPointerDownCapture:ml},t[49]=ke):ke=t[49];let Ae=ke,je;t[50]!==S||t[51]!==l||t[52]!==i||t[53]!==o||t[54]!==Se||t[55]!==g||t[56]!==I||t[57]!==_?(je=g?(0,$.jsx)(`button`,{type:`button`,...Ae,className:i,onClick:()=>{I()},disabled:l||Se,title:S?`${_(`chat.dictation.start`)} (${S})`:_(`chat.dictation.start`),"aria-label":_(`chat.dictation.start`),children:(0,$.jsx)(X,{name:`mic`,className:Y(o,`text-current`)})}):null,t[50]=S,t[51]=l,t[52]=i,t[53]=o,t[54]=Se,t[55]=g,t[56]=I,t[57]=_,t[58]=je):je=t[58];let Me;t[59]!==B||t[60]!==R||t[61]!==we||t[62]!==v||t[63]!==V||t[64]!==N||t[65]!==P||t[66]!==le||t[67]!==i||t[68]!==a||t[69]!==o||t[70]!==Se||t[71]!==r||t[72]!==H||t[73]!==j||t[74]!==Oe||t[75]!==n||t[76]!==Ee||t[77]!==s||t[78]!==A||t[79]!==_||t[80]!==h||t[81]!==M?(Me=Se?(0,$.jsxs)(`div`,{ref:oe,className:Y(`absolute inset-0 z-50 flex flex-col overflow-x-hidden overflow-y-hidden`,r&&`oc-composer-morph-content-fade`),style:{borderRadius:n,backgroundColor:v.colors.surface.subtle},role:`dialog`,"aria-label":_(`chat.dictation.overlayAria`),children:[h,(0,$.jsx)(`div`,{ref:se,className:Y(`scrollbar-none flex-1 min-h-0 overflow-y-auto px-3`,r?`pt-3.5 pb-2.5`:`pt-5 pb-2`),children:(0,$.jsxs)(`div`,{ref:ce,className:Y(!j&&`translate-y-1.5`),children:[j?(0,$.jsx)(`p`,{className:`typography-markdown md:typography-ui-label whitespace-pre-wrap`,style:{color:v.colors.surface.foreground},children:j}):A===`recording`?(0,$.jsxs)(`div`,{className:`flex items-center gap-3`,style:{color:v.colors.surface.mutedForeground},children:[(0,$.jsx)(sl,{volume:M}),(0,$.jsx)(`p`,{className:`typography-markdown md:typography-ui-label`,children:Oe})]}):(0,$.jsx)(`p`,{className:`typography-markdown md:typography-ui-label`,style:{color:v.colors.surface.mutedForeground},children:Oe}),A===`failed`?(0,$.jsx)(`p`,{className:`typography-meta mt-1`,style:{color:v.colors.status.error},children:P||_(`chat.dictation.failed`)}):null,A===`recording`&&P&&!H?(0,$.jsx)(`p`,{className:`typography-meta mt-1`,style:{color:v.colors.status.warning},children:P}):null]})}),(0,$.jsxs)(`div`,{className:Y(`flex flex-shrink-0 items-center gap-x-3`,a),style:le?{height:le}:void 0,children:[A===`recording`?(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`span`,{className:`relative ml-1 flex h-2 w-2 flex-shrink-0`,"aria-hidden":`true`,children:[(0,$.jsx)(`span`,{className:`absolute inline-flex h-full w-full animate-ping rounded-full opacity-60`,style:{backgroundColor:v.colors.status.error}}),(0,$.jsx)(`span`,{className:`relative inline-flex h-2 w-2 rounded-full`,style:{backgroundColor:v.colors.status.error}})]}),(0,$.jsx)(sl,{volume:M}),(0,$.jsx)(`span`,{className:`typography-meta tabular-nums`,style:{color:v.colors.surface.mutedForeground},children:ol(N)})]}):A===`uploading`?(0,$.jsx)(X,{name:`loader-4`,className:`ml-1 h-4 w-4 animate-spin`,style:{color:v.colors.surface.mutedForeground}}):null,(0,$.jsx)(`div`,{className:Y(`ml-auto flex items-center`,r?`gap-x-1`:`gap-x-1.5 md:gap-x-3`),children:A===`recording`?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`button`,{type:`button`,...Ae,className:Y(i,`text-muted-foreground hover:text-foreground`),onClick:()=>{R()},title:_(`chat.dictation.cancel`),"aria-label":_(`chat.dictation.cancel`),children:(0,$.jsx)(X,{name:`close`,className:o})}),(0,$.jsx)(`button`,{type:`button`,...Ae,className:i,onClick:()=>we(`insert`),title:_(`chat.dictation.insert`),"aria-label":_(`chat.dictation.insert`),children:(0,$.jsx)(X,{name:`check`,className:o})}),(0,$.jsx)(`button`,{type:`button`,...Ae,className:Y(i,`text-primary hover:text-primary`),onClick:()=>we(`send`),title:_(`chat.dictation.insertAndSend`),"aria-label":_(`chat.dictation.insertAndSend`),children:(0,$.jsx)(X,{name:`send-plane-2`,className:s})})]}):A===`uploading`?(0,$.jsx)(`button`,{type:`button`,...Ae,className:Y(i,`text-muted-foreground hover:text-foreground`),onClick:()=>{R()},title:_(`chat.dictation.cancel`),"aria-label":_(`chat.dictation.cancel`),children:(0,$.jsx)(X,{name:`close`,className:o})}):(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`button`,{type:`button`,...Ae,className:Y(i,`text-muted-foreground hover:text-foreground`),onClick:V,title:_(`chat.dictation.discard`),"aria-label":_(`chat.dictation.discard`),children:(0,$.jsx)(X,{name:`close`,className:o})}),(0,$.jsx)(`button`,{type:`button`,...Ae,className:i,onClick:Ee,title:_(`chat.dictation.retry`),"aria-label":_(`chat.dictation.retry`),children:(0,$.jsx)(X,{name:`refresh`,className:o})}),j.trim()?(0,$.jsx)(`button`,{type:`button`,...Ae,className:i,onClick:()=>{w.current=`insert`,B()},title:_(`chat.dictation.insert`),"aria-label":_(`chat.dictation.insert`),children:(0,$.jsx)(X,{name:`check`,className:o})}):null]})})]})]}):null,t[59]=B,t[60]=R,t[61]=we,t[62]=v,t[63]=V,t[64]=N,t[65]=P,t[66]=le,t[67]=i,t[68]=a,t[69]=o,t[70]=Se,t[71]=r,t[72]=H,t[73]=j,t[74]=Oe,t[75]=n,t[76]=Ee,t[77]=s,t[78]=A,t[79]=_,t[80]=h,t[81]=M,t[82]=Me):Me=t[82];let Ne;return t[83]!==je||t[84]!==Me?(Ne=(0,$.jsxs)($.Fragment,{children:[je,Me]}),t[83]=je,t[84]=Me,t[85]=Ne):Ne=t[85],Ne};function ul(e){return e.dictationEnabled}function dl(e){return e.shortcutOverrides}function fl(){return!d()&&Zc()}function pl(e){return e.preventDefault()}function ml(e){e.pointerType===`touch`&&e.preventDefault()}var hl=2e3,gl=de((e,t)=>({pending:!1,expiresAt:null,arm:(t=hl)=>{let n=Date.now()+t;return e({pending:!0,expiresAt:n}),n},clear:()=>{!t().pending&&t().expiresAt===null||e({pending:!1,expiresAt:null})}})),_l=new class{inFlightByScope=new WeakMap;generationByScope=new WeakMap;run(e){let t=this.inFlightByScope.get(e.scope);t||(t=new Map,this.inFlightByScope.set(e.scope,t));let n=t.get(e.key);if(n)return n;let r=this.generationByScope.get(e.scope);r||(r=new Map,this.generationByScope.set(e.scope,r));let i=(r.get(e.key)??0)+1;r.set(e.key,i);let a=e.request(()=>r?.get(e.key)!==i);return t.set(e.key,a),a.finally(()=>{t?.get(e.key)===a&&t.delete(e.key)}).catch(()=>{}),a}},vl=15e3,yl=100,bl=new Map,xl=new Map,Sl=e=>`${e.runtimeKey}\n${e.directory}\n${e.sessionID}`,Cl=e=>{let t=Sl(e),n=e.now??Date.now(),r=xl.get(t);if(r&&n-r.loadedAt<vl)return Promise.resolve(r.sessions);let i=bl.get(t);if(i)return i;let a=e.request().then(e=>{for(xl.delete(t);xl.size>=yl;){let e=xl.keys().next().value;if(typeof e!=`string`)break;xl.delete(e)}return xl.set(t,{loadedAt:Date.now(),sessions:e}),e});return bl.set(t,a),a.then(()=>{bl.get(t)===a&&bl.delete(t)},()=>{bl.get(t)===a&&bl.delete(t)}),a},wl=(e,t)=>e.id<t.id?-1:+(e.id>t.id),Tl=(e,t,n)=>{let r=new Set(e.map(e=>e.id)),i=t.filter(e=>!!e?.id&&!r.has(e.id)&&e.parentID===n);return i.length===0?e:[...e,...i].sort(wl)},El=30;function Dl(e){return e===`busy`||e===`retry`}var Ol=new Map;function kl(e,t=!1){return{limit:e.loadedTurns,cursor:e.kind===`has-more`?e.cursor:void 0,complete:e.kind===`exhausted`,loading:t}}function Al(e){if(e instanceof Error)return e.message;if(typeof e==`string`)return e;if(e&&typeof e==`object`){let t=e.message;if(typeof t==`string`&&t.length>0)return t}try{return JSON.stringify(e)}catch{return String(e)}}function jl(e,t){if(!e.error)return;let n=e.response?.status;throw Error(`${t} failed${n?` (${n})`:``}: ${Al(e.error)}`)}function Ml(e,t){let n=Ei();if(!n)return!1;let r=n.getTranscript(ji(e,t));return r.messageOrder.length!==0&&r.messageOrder.length>jt()}function Nl(e){return!!e.force||!e.hasSession||e.shouldLoadMessages}function Pl(e,t,n){let r=[...e.getState().session],i=xt.search(r,t,e=>e.id);i.found?r[i.index]=n:r.splice(i.index,0,n),e.setState({session:r})}function Fl(){let e=mr(),t=bt(),r=jn(),i=(0,Z.useCallback)((t,n=e)=>`${n}\n${t}`,[e]),a=(0,Z.useCallback)((t,n=e)=>{let r=Ei();if(!r||!t)return kl({kind:`unknown`,loadedTurns:0},!1);let i=ji(n,t),a=r.getPagination(i),o=r.getRequestState?.(i);return kl(a.boundary,o?.status===`loading`)},[e]),o=(0,Z.useCallback)((e,t)=>{if(t.length===0)return;let n=r.getChild(e);if(!n)return;let i=n.getState(),a={session_status:{...i.session_status},session_status_observed_at:{...i.session_status_observed_at},session_diff:{...i.session_diff},todo:{...i.todo},permission:{...i.permission},question:{...i.question}};Fn(a,t),Br(n,t),n.setState(a);for(let n of t)li(e,n)},[r]),s=(0,Z.useCallback)((t=e)=>{let n=Ol.get(t);if(n)return Ol.delete(t),Ol.set(t,n),n;let r=new Set;for(Ol.set(t,r);Ol.size>El;){let e=Ol.keys().next().value;if(!e)break;let t=[...Ol.get(e)??[]];Ol.delete(e),o(e,t)}return r},[e,o]),c=(0,Z.useCallback)((n,i=e)=>{let a=i===e?t:r.ensureChild(i,{bootstrap:!1}),c=s(i),l=Ct(a.getState()),u=Ii(),d=Li({seen:c,keep:n,limit:u,preserve:l});if(o(i,d),Rn()){let e=new Set([n,...c,...l]),t=(Ei()?.getCacheBudget?.().listCanonical({directory:i})??[]).map(e=>e.scope.sessionID),r=(t.length>0?t:Array.from(c)).filter(t=>t===n||e.has(t)?!1:Ml(i,t));if(r.length>0){for(let e of r)c.delete(e);o(i,r)}}},[r,e,s,o,t]),l=(0,Z.useCallback)(async(n,i)=>{let a=i?.directory??e;if(!n||!a||a===`global`)return;let o=a===e?t:r.ensureChild(a,{bootstrap:!1}),s=o.getState(),c=s.session_status?.[n],l=s.session_status_observed_at?.[n];try{i?.purpose===`prepend`||i?.before?await lr(a,n):await yi(a,n)}catch{return}if(i?.isStale?.())return;let u=Ei()?.getTranscript(ji(a,n));ut({directory:a,sessionID:n,store:o,transcript:u,isStale:i?.isStale}),await Ci({directory:a,sessionID:n,store:o,statusBeforePull:c,statusObservedAtBeforePull:l,hasMessages:(u?.messageOrder.length??0)>0,isTailPage:!i?.before,isStale:i?.isStale})},[r,t,e]),u=(0,Z.useCallback)(async(t,n)=>{await Mt();let a=typeof n==`boolean`?n:n?.force,o=typeof n==`object`?n.directory??e:e,s=r.ensureChild(o,{bootstrap:!1}),u=Fe.getScopedSdkClient(o);c(t,o);let d=i(t,o);return _l.run({scope:s,key:d,request:async e=>{let n=s.getState(),r=Ei(),i=ji(o,t),c=r?.hasSession?.(i)??(r?.getTranscript(i).messageOrder.length??0)>0,d=r?.getPagination(i)?.boundary??{kind:`unknown`,loadedTurns:0},f=xt.search(n.session,t,e=>e.id).found,p=r?.getRequestState?.(i);if(!a&&c&&d.kind!==`unknown`&&p?.status!==`error`&&f&&_n(o,t)){ut({directory:o,sessionID:t,store:s,isStale:e});return}let m=!!(a||!c||f),h=Nl({hasSession:f,shouldLoadMessages:m,force:!!a});await Promise.all([h?(async()=>{try{let n=await Bt(async()=>{let e=await u.session.get({sessionID:t,directory:o});return jl(e,`session.get`),e});if(n.data&&!e()){let r=Kn(n.data);e()||Pl(s,t,r)}}catch(e){console.error(`[sync] failed to fetch session`,t,e)}})():Promise.resolve(),m?l(t,{isStale:e,directory:o}):Promise.resolve()])}})},[r,i,c,l,e]),d=(0,Z.useCallback)(async(t,i)=>{let a=i||e;if(!t||!a)return;let o=r.ensureChild(a,{bootstrap:!1}),s=Fe.getScopedSdkClient(a),c=await Cl({runtimeKey:n(),directory:a,sessionID:t,request:async()=>{let e=await s.session.children({sessionID:t,directory:a});return jl(e,`session.children`),e.data??[]}});o.setState(e=>{let n=Tl(e.session,c,t);return n===e.session?e:{session:n,limit:Math.max(e.limit,n.length)}})},[r,e]),f=(0,Z.useCallback)((t,n)=>{let r=a(t,n?.directory??e);return!r.complete&&!!r.cursor},[e,a]),p=(0,Z.useCallback)((t,n)=>a(t,n?.directory??e).loading,[e,a]),m=(0,Z.useCallback)((t,n)=>a(t,n?.directory??e).complete,[e,a]),h=(0,Z.useCallback)(t=>{let n=t.directory||e;oi(ji(n,t.sessionID),{type:`optimistic-add`,message:t.message,parts:t.parts})},[e]),g=(0,Z.useCallback)(t=>{let n=t.directory||e;oi(ji(n,t.sessionID),{type:`optimistic-remove`,messageID:t.messageID})},[e]),_=(0,Z.useCallback)(t=>{let n=t.directory||e;oi(ji(n,t.sessionID),{type:`optimistic-confirm`,messageID:t.messageID})},[e]),v=(0,Z.useCallback)(async(t,n)=>{if(!t)return;await Mt();let i=n?.directory??e;if(!i||i===`global`)return;let a=r.ensureChild(i,{bootstrap:!1}),o=a.getState().session_status?.[t]?.type;if(Dl(o))throw Error(`refresh transcript busy`);try{await Qr(i,t),ut({directory:i,sessionID:t,store:a})}catch(e){throw e instanceof Error&&e.message===`refresh transcript busy`?e:Error(`refresh transcript failed`)}},[r,e]);return(0,Z.useMemo)(()=>({ensureSessionRenderable:u,syncSession:u,loadChildren:d,hasMore:f,isLoading:p,isComplete:m,refreshSessionTranscript:v,optimistic:{add:h,remove:g,confirm:_}}),[u,d,f,p,m,v,h,g,_])}var Il=e=>e===`diff`||e===`plan`||e===`file`||e===`preview-console`||e===`preview-annotation`,Ll=e=>e===`original`||e===`modified`,Rl=e=>{let t=typeof e==`number`?e:Number(e);return Number.isFinite(t)?Math.max(1,Math.floor(t)):null},zl=e=>{if(!e||typeof e!=`object`)return null;let t=e;if(typeof t.sessionKey!=`string`||t.sessionKey.trim().length===0||!Il(t.source))return null;let n=Rl(t.startLine),r=Rl(t.endLine);return!n||!r?null:{id:typeof t.id==`string`&&t.id.trim().length>0?t.id:`icd-${Date.now()}-${Math.random().toString(36).substring(2,9)}`,sessionKey:t.sessionKey,source:t.source,fileLabel:typeof t.fileLabel==`string`?t.fileLabel:`unknown`,startLine:n,endLine:r,side:Ll(t.side)?t.side:void 0,code:typeof t.code==`string`?t.code:``,language:typeof t.language==`string`?t.language:`text`,text:typeof t.text==`string`?t.text:``,createdAt:Number.isFinite(t.createdAt)?Number(t.createdAt):Date.now()}},Bl=e=>{if(!e||typeof e!=`object`)return{};let t=Object.entries(e),n={};for(let[e,r]of t){if(!Array.isArray(r))continue;let t=r.map(zl).filter(e=>!!e).filter(t=>t.sessionKey===e);t.length>0&&(n[e]=t)}return n},Vl=de()(pe(fe((e,t)=>({drafts:{},addDraft:t=>{let n=`icd-${Date.now()}-${Math.random().toString(36).substring(2,9)}`,r={...t,id:n,createdAt:Date.now()};return e(e=>{let n=e.drafts[t.sessionKey]??[];return{drafts:{...e.drafts,[t.sessionKey]:[...n,r]}}}),n},updateDraft:(t,n,r)=>{e(e=>{let i=(e.drafts[t]??[]).map(e=>e.id===n?{...e,...r}:e);return{drafts:{...e.drafts,[t]:i}}})},removeDraft:(t,n)=>{e(e=>{let r=(e.drafts[t]??[]).filter(e=>e.id!==n);if(r.length===0){let{[t]:n,...r}=e.drafts;return{drafts:r}}return{drafts:{...e.drafts,[t]:r}}})},clearDrafts:t=>{e(e=>{let{[t]:n,...r}=e.drafts;return{drafts:r}})},getDrafts:e=>t().drafts[e]??[],consumeDrafts:n=>{let r=t().drafts[n]??[];if(r.length===0)return[];let i=[...r].sort((e,t)=>e.createdAt-t.createdAt);return e(e=>{let{[n]:t,...r}=e.drafts;return{drafts:r}}),i},getDraftCount:e=>(t().drafts[e]??[]).length,hasDrafts:e=>(t().drafts[e]??[]).length>0}),{name:`openchamber-inline-comment-drafts`,storage:l(),version:1,migrate:e=>!e||typeof e!=`object`?{drafts:{}}:{drafts:Bl(e.drafts)}}),{name:`inline-comment-draft-store`}));function Hl(e){let{fileLabel:t,startLine:n,endLine:r,side:i,language:a,code:o,text:s}=e;return e.source===`diff`&&i?`Comment on \`${t}\` lines ${n}-${r} (${i}):\n\`\`\`${a}\n${o}\n\`\`\`\n\n${s}`:e.source===`preview-console`?`Attached preview context from \`${t}\`:\n\`\`\`${a}\n${o}\n\`\`\`\n\n${s}`:e.source===`preview-annotation`?s?`${o}\n\n${s}`:o:`Comment on \`${t}\` lines ${n}-${r}:\n\`\`\`${a}\n${o}\n\`\`\`\n\n${s}`}function Ul(e){return e.length===0?``:e.every(e=>e.source===`preview-annotation`)?e.map(Hl).join(`
3
3
 
4
4
  ---
5
5
 
@@ -6521,7 +6521,7 @@ import{o as e}from"./rolldown-runtime-C0FnF6B9.js";import{D as t,E as n,F as r,T
6521
6521
  `))r.startsWith(`+`)&&!r.startsWith(`+++`)&&t++,r.startsWith(`-`)&&!r.startsWith(`---`)&&n++;return{added:t,removed:n}},mh=e=>{let t=[],n=new Set;for(let r of e){if(r.type!==`tool`||!uh.has(r.tool))continue;let e=r.state;if(e.status&&e.status!==`completed`)continue;let i=t.length,a=e.metadata,o=Array.isArray(a?.files)?a.files:[];for(let e of o){if(!e||typeof e!=`object`)continue;let i=e,a=i.relativePath||i.filePath||``;!a||n.has(a)||(n.add(a),t.push({path:a,tool:r.tool,partId:r.id,messageID:r.messageID,additions:fh(i.additions)??void 0,deletions:fh(i.deletions)??void 0,patch:typeof i.patch==`string`?i.patch:void 0}))}if(o.length===0&&a?.filediff&&typeof a.filediff==`object`){let e=a.filediff,i=typeof e.file==`string`?e.file:``;i&&!n.has(i)&&(n.add(i),t.push({path:i,tool:r.tool,partId:r.id,messageID:r.messageID,additions:fh(e.additions)??void 0,deletions:fh(e.deletions)??void 0,patch:typeof e.patch==`string`?e.patch:void 0}))}if(o.length===0&&Array.isArray(a?.results))for(let e of a.results){if(!e||typeof e!=`object`)continue;let i=e.filediff;if(!i||typeof i!=`object`)continue;let a=typeof i.file==`string`?i.file:``;!a||n.has(a)||(n.add(a),t.push({path:a,tool:r.tool,partId:r.id,messageID:r.messageID,additions:fh(i.additions)??void 0,deletions:fh(i.deletions)??void 0,patch:typeof i.patch==`string`?i.patch:void 0}))}if(t.length===i){let i=e.input,a=typeof i?.filePath==`string`?i.filePath:typeof i?.file_path==`string`?i.file_path:typeof i?.path==`string`?i.path:void 0;a&&!n.has(a)&&(n.add(a),t.push({path:a,tool:r.tool,partId:r.id,messageID:r.messageID}))}if(t.length===i){let e=typeof a?.patch==`string`?a.patch.trim():typeof a?.diff==`string`?a.diff.trim():``;if(e&&!n.has(`Diff`)){n.add(`Diff`);let i=ph(e);t.push({path:`Diff`,tool:r.tool,partId:r.id,messageID:r.messageID,additions:i.added,deletions:i.removed})}}}return t},hh=(e,t,n)=>{let r=[];for(let i of e){let e=i.index?.trim()??``,a=i.working_dir?.trim()??``,o=!!(e&&e!==`?`),s=!!(a||e===`?`),c=a||e;if(!c||c===`!`)continue;let l=t?.[i.path];r.push({path:ho(n,i.path),relativePath:i.path,insertions:l?.insertions??0,deletions:l?.deletions??0,status:c,hasStagedChanges:o,hasWorkingChanges:s})}return r},gh=e=>{for(let t of e){let e=t.index?.trim()??``,n=(t.working_dir?.trim()??``)||e;if(!(!n||n===`!`))return!0}return!1},_h=(e,t)=>mo(e,t),vh=(e,t)=>{let n=dh(e)&&e.relativePath?e.relativePath:_h(e.path,t);return{fileName:n.split(`/`).pop()??n,dirPart:n.includes(`/`)?n.slice(0,n.lastIndexOf(`/`)):``}},yh=e=>dh(e)?{additions:e.insertions,deletions:e.deletions}:{additions:e.additions??0,deletions:e.deletions??0},bh=e=>{let t=(0,Q.c)(23),{files:n,currentDirectory:r,onOpenFile:i}=e,{t:a}=it(),o;t[0]===a?o=t[1]:(o=a(`chat.changedFiles.title`),t[0]=a,t[1]=o);let s;t[2]===o?s=t[3]:(s=(0,$.jsx)(`span`,{className:zs,children:o}),t[2]=o,t[3]=s);let c;t[4]===n.length?c=t[5]:(c=(0,$.jsx)(`span`,{className:Ws,children:n.length}),t[4]=n.length,t[5]=c);let l;t[6]!==s||t[7]!==c?(l=(0,$.jsxs)(`div`,{className:sc,children:[s,c]}),t[6]=s,t[7]=c,t[8]=l):l=t[8];let u;if(t[9]!==r||t[10]!==n||t[11]!==i||t[12]!==a){let e;t[14]!==r||t[15]!==i||t[16]!==a?(e=(e,t)=>{let{fileName:n,dirPart:o}=vh(e,r),s=yh(e);return(0,$.jsxs)(`button`,{type:`button`,className:Y(`relative flex w-full cursor-pointer items-center gap-2.5 outline-hidden select-none text-left hover:bg-interactive-hover`,Gs),title:a(`chat.changedFiles.actions.openFileTitle`,{path:e.path}),onClick:()=>i(e),children:[(0,$.jsx)(Tu,{filePath:e.path,className:`h-3 w-3 shrink-0 md:h-3.5 md:w-3.5`}),(0,$.jsx)(`span`,{className:`min-w-0 flex-1 flex items-baseline overflow-hidden`,title:e.path,children:o?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`span`,{className:`min-w-0 truncate text-muted-foreground`,style:{direction:`rtl`,textAlign:`left`,unicodeBidi:`plaintext`},children:o}),(0,$.jsxs)(`span`,{className:`flex-shrink-0`,children:[(0,$.jsx)(`span`,{className:`text-muted-foreground`,children:`/`}),(0,$.jsx)(`span`,{className:`text-foreground`,children:n})]})]}):(0,$.jsx)(`span`,{className:`truncate text-foreground`,children:n})}),s.additions>0||s.deletions>0?(0,$.jsxs)(`span`,{className:`flex-shrink-0 inline-flex items-baseline gap-1 text-xs tabular-nums leading-4 md:text-[0.8125rem] md:leading-5`,children:[s.additions>0?(0,$.jsxs)(`span`,{style:{color:`var(--status-success)`},children:[`+`,s.additions]}):null,s.deletions>0?(0,$.jsxs)(`span`,{style:{color:`var(--status-error)`},children:[`-`,s.deletions]}):null]}):null]},`${e.path}:${t}`)},t[14]=r,t[15]=i,t[16]=a,t[17]=e):e=t[17],u=n.map(e),t[9]=r,t[10]=n,t[11]=i,t[12]=a,t[13]=u}else u=t[13];let d;t[18]===u?d=t[19]:(d=(0,$.jsx)(`div`,{className:oc,children:u}),t[18]=u,t[19]=d);let f;return t[20]!==l||t[21]!==d?(f=(0,$.jsxs)($.Fragment,{children:[l,d]}),t[20]=l,t[21]=d,t[22]=f):f=t[22],f},xh=`${qs} origin-[var(--transform-origin)]`,Sh=Vs,Ch=Z.memo(()=>{let e=(0,Q.c)(60),{t}=it(),[n,r]=Z.useState(!1),i=Z.useRef(null),a=ts()??null,o=Z.useContext(To),s=Ls(a),l;e[0]===a?l=e[1]:(l=e=>a?e.directories.get(a)?.status??null:null,e[0]=a,e[1]=l);let u=xs(l),d=lh(),f,p;e[2]===n?(f=e[3],p=e[4]):(f=()=>{if(!n)return;let e=e=>{i.current&&!i.current.contains(e.target)&&r(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},p=[n],e[2]=n,e[3]=f,e[4]=p),Z.useEffect(f,p);let m;bb0:{if(!a||s!==!0||!u||u.isClean){let t;e[5]===Symbol.for(`react.memo_cache_sentinel`)?(t=[],e[5]=t):t=e[5],m=t;break bb0}let t;e[6]!==a||e[7]!==u.diffStats||e[8]!==u.files?(t=hh(u.files,u.diffStats,a),e[6]=a,e[7]=u.diffStats,e[8]=u.files,e[9]=t):t=e[9],m=t}let h=m,g=0,_=0;if(e[10]!==g||e[11]!==h||e[12]!==_){for(let e of h)g+=e.insertions,_+=e.deletions;e[10]=g,e[11]=h,e[12]=_,e[13]=g,e[14]=_}else g=e[13],_=e[14];let v;e[15]!==g||e[16]!==_?(v={totalAdded:g,totalRemoved:_},e[15]=g,e[16]=_,e[17]=v):v=e[17];let{totalAdded:y,totalRemoved:b}=v;if(!a||s!==!0||h.length===0)return null;let x;e[18]!==a||e[19]!==d||e[20]!==o?.editor?(x=e=>{if(!a||!dh(e))return;r(!1);let t=e.path;if(d){d.openChanges({diffPath:e.relativePath,staged:e.hasStagedChanges&&!e.hasWorkingChanges});return}let n=o?.editor;if(n){n.openFile(t);return}let i=c.getState(),s=e.hasStagedChanges&&!e.hasWorkingChanges;if(!i.isMobile){i.openContextDiff(a,e.relativePath,s);return}i.navigateToDiff(e.relativePath,s),i.setRightSidebarOpen(!1)},e[18]=a,e[19]=d,e[20]=o?.editor,e[21]=x):x=e[21];let S=x,C=h.length,w;e[22]!==C||e[23]!==t?(w=t(C===1?`chat.pendingChanges.fileCountSingle`:`chat.pendingChanges.fileCountPlural`,{count:C}),e[22]=C,e[23]=t,e[24]=w):w=e[24];let T=w,E,D;e[25]===Symbol.for(`react.memo_cache_sentinel`)?(E=Y(Bs,`max-w-full text-left`),D=()=>r(wh),e[25]=E,e[26]=D):(E=e[25],D=e[26]);let O,k;e[27]===Symbol.for(`react.memo_cache_sentinel`)?(k=(0,$.jsx)(X,{name:`file-edit`,className:Us}),O=Y($s,`shrink-0`),e[27]=O,e[28]=k):(O=e[27],k=e[28]);let A;e[29]===T?A=e[30]:(A=(0,$.jsx)(`span`,{className:O,children:T}),e[29]=T,e[30]=A);let j;e[31]===Symbol.for(`react.memo_cache_sentinel`)?(j=Y(`status-row__changed-label`,$s),e[31]=j):j=e[31];let M;e[32]===t?M=e[33]:(M=t(`chat.pendingChanges.changedInWorkspace`),e[32]=t,e[33]=M);let N;e[34]===M?N=e[35]:(N=(0,$.jsx)(`span`,{className:j,children:M}),e[34]=M,e[35]=N);let P;e[36]===Symbol.for(`react.memo_cache_sentinel`)?(P=Y(Rs,`items-baseline gap-0.5`),e[36]=P):P=e[36];let F;e[37]===y?F=e[38]:(F=y>0?(0,$.jsxs)(`span`,{style:{color:`var(--status-success)`},children:[`+`,y]}):null,e[37]=y,e[38]=F);let I;e[39]===b?I=e[40]:(I=b>0?(0,$.jsxs)(`span`,{style:{color:`var(--status-error)`},children:[`-`,b]}):null,e[39]=b,e[40]=I);let L;e[41]!==F||e[42]!==I?(L=(0,$.jsxs)(`span`,{className:P,children:[F,I]}),e[41]=F,e[42]=I,e[43]=L):L=e[43];let R;e[44]===n?R=e[45]:(R=n?(0,$.jsx)(X,{name:`arrow-up-s`,className:Us}):(0,$.jsx)(X,{name:`arrow-down-s`,className:Us}),e[44]=n,e[45]=R);let z;e[46]!==n||e[47]!==A||e[48]!==N||e[49]!==L||e[50]!==R?(z=(0,$.jsxs)(`button`,{type:`button`,className:E,onClick:D,"aria-expanded":n,children:[k,A,N,L,R]}),e[46]=n,e[47]=A,e[48]=N,e[49]=L,e[50]=R,e[51]=z):z=e[51];let B;e[52]!==a||e[53]!==h||e[54]!==S||e[55]!==n?(B=n&&(0,$.jsx)(`div`,{style:Sh,className:Y(xh,`absolute left-0 bottom-full mb-1 z-50`,`animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2`,`duration-150`),children:(0,$.jsx)(bh,{files:h,currentDirectory:a,onOpenFile:S})}),e[52]=a,e[53]=h,e[54]=S,e[55]=n,e[56]=B):B=e[56];let V;return e[57]!==z||e[58]!==B?(V=(0,$.jsxs)(`div`,{className:`relative`,ref:i,children:[z,B]}),e[57]=z,e[58]=B,e[59]=V):V=e[59],V});Ch.displayName=`PendingChangesBar`;function wh(e){return!e}var Th=Z.createContext(`default`),Eh=()=>Z.useContext(Th),Dh=500,Oh=e=>{let t=(0,Q.c)(30),{onCycleAgent:n,onOpenAgentPanel:r,className:i,agentName:a,agents:o,disabled:s}=e,c;t[0]===o?c=t[1]:(c=o===void 0?[]:o,t[0]=o,t[1]=c);let l=c,u=s!==void 0&&s,d=a??void 0,f;t[2]!==l||t[3]!==d?(f=Ft(l,d),t[2]=l,t[3]=d,t[4]=f):f=t[4];let p=f,m=yp(d),h;t[5]===d?h=t[6]:(h=Xi(d),t[5]=d,t[6]=h);let g=h,_=Z.useRef(null),v=Z.useRef(!1),y;t[7]!==u||t[8]!==r?(y=e=>{e.preventDefault(),!u&&(v.current=!1,_.current=setTimeout(()=>{v.current=!0,r()},Dh))},t[7]=u,t[8]=r,t[9]=y):y=t[9];let b=y,x;t[10]!==u||t[11]!==n?(x=()=>{_.current&&=(clearTimeout(_.current),null),!u&&!v.current&&n()},t[10]=u,t[11]=n,t[12]=x):x=t[12];let S=x,C;t[13]===Symbol.for(`react.memo_cache_sentinel`)?(C=()=>{_.current&&=(clearTimeout(_.current),null)},t[13]=C):C=t[13];let w=C,T,E;t[14]===Symbol.for(`react.memo_cache_sentinel`)?(E=()=>()=>{_.current&&clearTimeout(_.current)},T=[],t[14]=T,t[15]=E):(T=t[14],E=t[15]),Z.useEffect(E,T);let D;t[16]===i?D=t[17]:(D=Y(`inline-flex flex-shrink-0 items-center select-none focus:outline-none touch-none disabled:cursor-not-allowed disabled:opacity-40`,Tp,i),t[16]=i,t[17]=D);let O;t[18]!==g.var||t[19]!==p||t[20]!==d||t[21]!==m?(O=(0,$.jsx)(vp,{name:d,label:p,revealed:m,avatarSize:16,slotClassName:`h-6 w-6`,colorVar:g.var}),t[18]=g.var,t[19]=p,t[20]=d,t[21]=m,t[22]=O):O=t[22];let k;return t[23]!==p||t[24]!==u||t[25]!==b||t[26]!==S||t[27]!==D||t[28]!==O?(k=(0,$.jsx)(`button`,{type:`button`,disabled:u,onPointerDown:b,onPointerUp:S,onPointerLeave:w,onContextMenu:kh,onMouseDown:Ah,className:D,title:p,"aria-label":p,children:O}),t[23]=p,t[24]=u,t[25]=b,t[26]=S,t[27]=D,t[28]=O,t[29]=k):k=t[29],k};function kh(e){return e.preventDefault()}function Ah(e){return e.preventDefault()}var jh=e=>{let t=(0,Q.c)(28),{onOpenModel:n,className:r,providerID:i,modelID:a,provider:o,variant:s,disabled:c}=e,l=c!==void 0&&c,{t:u}=it(),d;t[0]!==a||t[1]!==o||t[2]!==u?(d=rn(o,a,u(`chat.modelControls.selectModel`)),t[0]=a,t[1]=o,t[2]=u,t[3]=d):d=t[3];let f=d,p;t[4]===s?p=t[5]:(p=s?.trim()?Sn(s):null,t[4]=s,t[5]=p);let m=p,h=m?`${f} ${m}`:f,g;t[6]===r?g=t[7]:(g=Y(`inline-flex min-w-0 max-w-36 items-stretch`,`rounded-lg`,`focus:outline-none hover:bg-[var(--interactive-hover)] disabled:cursor-not-allowed disabled:opacity-40`,r),t[6]=r,t[7]=g);let _;t[8]===Symbol.for(`react.memo_cache_sentinel`)?(_={height:`26px`,maxHeight:`26px`,minHeight:`26px`},t[8]=_):_=t[8];let v;t[9]!==a||t[10]!==i?(v=a||i?(0,$.jsx)(Ca,{modelId:a,providerId:i,className:`size-4 flex-shrink-0`}):null,t[9]=a,t[10]=i,t[11]=v):v=t[11];let y;t[12]===f?y=t[13]:(y=(0,$.jsx)(`span`,{className:`truncate text-[11px] leading-none font-medium text-foreground/80`,children:f}),t[12]=f,t[13]=y);let b;t[14]===m?b=t[15]:(b=m?(0,$.jsx)(`span`,{className:`shrink-0 text-[11px] leading-none font-normal text-muted-foreground`,children:m}):null,t[14]=m,t[15]=b);let x;t[16]!==y||t[17]!==b?(x=(0,$.jsxs)(`span`,{className:`inline-flex min-w-0 items-center gap-1`,children:[y,b]}),t[16]=y,t[17]=b,t[18]=x):x=t[18];let S;t[19]!==v||t[20]!==x?(S=(0,$.jsxs)(`span`,{className:`flex h-full w-full min-w-0 items-center gap-1`,children:[v,x]}),t[19]=v,t[20]=x,t[21]=S):S=t[21];let C;return t[22]!==h||t[23]!==l||t[24]!==n||t[25]!==S||t[26]!==g?(C=(0,$.jsx)(`button`,{type:`button`,disabled:l,onClick:n,onMouseDown:Mh,onPointerDownCapture:Nh,className:g,style:_,title:h,"aria-label":h,children:S}),t[22]=h,t[23]=l,t[24]=n,t[25]=S,t[26]=g,t[27]=C):C=t[27],C};function Mh(e){return e.preventDefault()}function Nh(e){e.preventDefault()}var Ph={phase:`idle`,isWorking:!1,isBusy:!1,isCooldown:!1};function Fh(e,t){let n=(0,Q.c)(3),r=ar(e??``,t),i=si(e??``,t),a=vr(e??``,t),o=_i(e??``,t),s=Fr(e??``,t),c=xi(t),l;bb0:{if(!e){l=Ph;break bb0}if(o.length>0||s.length>0){l=Ph;break bb0}let t=r?.type??`idle`,u=a[a.length-1],d=!!(u&&u.role===`assistant`&&typeof u.time?.completed!=`number`),f=u?.time?.created,p=!!(d&&typeof c==`number`&&typeof f==`number`&&f<=c),m=r!==void 0,h=m&&t!==`idle`,g=h||d&&!p;if(m&&!h&&(!d||m&&!h&&typeof i==`number`&&typeof f==`number`&&f<=i)){l=Ph;break bb0}if(!g){l=Ph;break bb0}let _=h?t:`busy`,v=t===`busy`||!h&&d,y;n[0]!==_||n[1]!==v?(y={phase:_,isWorking:!0,isBusy:v,isCooldown:!1},n[0]=_,n[1]=v,n[2]=y):y=n[2],l=y}return l}var Ih=e=>e.nativeEvent.isComposing||e.nativeEvent.keyCode===229;function Lh(e){let t=(0,Q.c)(4),n,r;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(n=(0,$.jsx)(`path`,{d:`M208,56V200a8,8,0,0,1-8,8H56a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z`,opacity:`0.2`}),r=(0,$.jsx)(`path`,{d:`M200,40H56A16,16,0,0,0,40,56V200a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V56A16,16,0,0,0,200,40Zm0,160H56V56H200V200Z`}),t[0]=n,t[1]=r):(n=t[0],r=t[1]);let i;return t[2]===e?i=t[3]:(i=(0,$.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`1em`,height:`1em`,fill:`currentColor`,viewBox:`0 0 256 256`,...e,children:[n,r]}),t[2]=e,t[3]=i),i}var Rh=e=>!(!e.sessionId||e.composerSurfaceKind===`secondary`||e.hasSessionEntity||e.hasRenderableSessionSnapshot),zh=e=>{let t=e.isSubagentSession&&!e.allowPromptingSubagentSessions;return{showReadOnlyBanner:e.isSubagentSession&&(e.readOnly||t),blockSubmission:e.sessionIdentityPending}},Bh=(e,t)=>({agentName:t.agentName??e?.agentName,providerId:t.providerId??e?.providerId,modelId:t.modelId??e?.modelId}),Vh=(e,t)=>e.id===t.id&&e.directory===t.directory,Hh=(e,t)=>e.agentName===t.agentName&&e.providerId===t.providerId&&e.modelId===t.modelId,Uh=(e,t,n,r)=>{if(!t)return null;let i=n??(e?.viewKey===t?e.parentTarget:null);if(!i)return null;let a=Bh(e?.viewKey===t?e.execution:void 0,r);return e&&e.viewKey===t&&Vh(e.parentTarget,i)&&Hh(e.execution,a)?e:{viewKey:t,parentTarget:i,execution:a}},Wh=e=>{let{inFlight:t,establishing:n}=e.sendPhase,r=!n&&(e.draftSubmitting||t);return{sendDisabled:!e.canSend||!e.hasSessionTarget||e.submissionBlocked||r,queueDisabled:!e.hasSessionTarget||e.submissionBlocked||!n&&t||e.queueFrozen&&!e.queueFallbackAvailable,disabledClass:`opacity-30 pointer-events-none`}},Gh=`data-mobile-overlay-active`,Kh=e=>Array.from(e).some(e=>e.getAttribute(Gh)!==`false`),qh=`artful.bionic.cosmic.disco.focal.groovy.jammy.kinetic.lunar.noble.bold.brave.calm.eager.gentle.happy.keen.lively.merry.swift.warm.wise.bright.clever.daring.agile.crisp.fresh.lucid.quick.sharp.vivid.zealous`.split(`.`),Jh=`aardvark.beaver.chipmunk.dolphin.falcon.gopher.hedgehog.jackal.koala.lemur.mongoose.narwhal.otter.pangolin.quokka.raccoon.salamander.toucan.walrus.yak.zebra.badger.condor.dingo.egret.ferret.gecko.heron.iguana`.split(`.`);function Yh(){return`${qh[Math.floor(Math.random()*qh.length)]}-${Jh[Math.floor(Math.random()*Jh.length)]}`}function Xh(e){let t=Yh();return e&&e.trim()?`${e.trim().replace(/\/+$/,``)}/${t}`:t}var Zh=e=>e.replace(/\\/g,`/`).replace(/\/+$/,``)||e,Qh=e=>({agentName:e.currentAgentName,providerId:e.currentProviderId,modelId:e.currentModelId,variant:e.currentVariant}),$h=(e,t,n)=>{let r=t.agentName?.trim()||void 0,i=t.providerId?.trim()||void 0,a=t.modelId?.trim()||void 0;!r||!i||!a||(n.saveSessionAgentSelection(e,r),n.saveSessionModelSelection(e,i,a),n.saveAgentModelForSession(e,r,i,a),n.saveAgentModelVariantForSession(e,r,i,a,t.variant))},eg=async(e,t)=>{await an(e)&&await yr(t)},tg=e=>{let t=Zh(e),n=ei.getState().projects;if(n.length===0)return null;let r=ei.getState().getActiveProject();if(r?.path){let e=Zh(r.path);if(t===e||t.startsWith(`${e}/`))return{id:r.id,path:r.path}}let i=n.filter(e=>{let n=Zh(e.path);return t===n||t.startsWith(`${n}/`)}).sort((e,t)=>Zh(t.path).length-Zh(e.path).length)[0];return i?{id:i.id,path:i.path}:null},ng=!1,rg=async(e,t)=>{try{let n=ei.getState().projects.find(e=>e.id===t.id)??ei.getState().projects.find(e=>Zh(e.path)===Zh(t.path)),r=hi(t.path);await Zt.getState().activateDirectory(t.path,{source:`worktreeSessionCreator`});let i=Zt.getState();if(i.activeDirectoryKey!==r||i.providers.length===0||i.agents.length===0)return;i.applyDefaultModelAgentSelection({projectDefaultModel:n?.defaultModel??void 0}),$h(e,Qh(Zt.getState()),fn.getState())}catch{}},ig=async(e,t,n)=>{let r=J.getState(),i=Zt.getState();r.initializeNewOpenChamberSession(e,i.agents),r.setSessionDirectory(e,t.path),r.setWorktreeMetadata(e,t),await rg(e,n),Le.getState().setDirectory(t.path,{showOverlay:!1})},ag=e=>e.trim().replace(/^remotes\//,``).replace(/[^A-Za-z0-9._/-]+/g,`-`).replace(/\/+/g,`-`).replace(/-+/g,`-`).replace(/^-+|-+$/g,``)||`worktree`,og=async e=>{if(ng)return null;let t=ei.getState().getActiveProject(),n=e?.projectDirectory?.trim()||t?.path;if(!n)return wi.error(`No active project`,{description:`Please select a project first.`}),null;let r=tg(n)??(t?.path?{id:t.id,path:t.path}:null);if(!r)return wi.error(`No active project`,{description:`Please select a project first.`}),null;let i=!1;try{i=await ca(r.path)}catch{}if(!i)return wi.error(`Not a Git repository`,{description:`Worktrees can only be created in Git repositories.`}),null;ng=!0;try{let t=ki(),n=e?.existingBranch?.trim().replace(/^remotes\//,``)||``,i=n?ag(n):Xh(),a=n?`existing`:`new`,o=J.getState();o.newSessionDraft?.open?o.overrideNewSessionDraftTarget({projectId:r.id,directoryOverride:o.newSessionDraft.directoryOverride??r.path,pendingWorktreeRequestId:t,preserveDirectoryOverride:!0,title:e?.title,initialPrompt:e?.initialPrompt}):o.openNewSessionDraft({selectedProjectId:r.id,directoryOverride:r.path,pendingWorktreeRequestId:t,preserveDirectoryOverride:!0,title:e?.title,initialPrompt:e?.initialPrompt});let s=await sa(r.path,{mode:a,...a===`new`?{branchName:i,worktreeName:i}:{existingBranch:n,worktreeName:i}}).catch(()=>null);s?.path&&(J.getState().overrideNewSessionDraftTarget({projectId:r.id,directoryOverride:s.path,pendingWorktreeRequestId:t,bootstrapPendingDirectory:s.path,preserveDirectoryOverride:!0,title:e?.title,initialPrompt:e?.initialPrompt}),Le.getState().setDirectory(s.path,{showOverlay:!1}));let c=await Jt(r),l=await Ss(r,{preferredName:i,mode:a,worktreeName:i,setupCommands:c,returnAfterDirectoryCreated:!0,...a===`new`?{branchName:i}:{existingBranch:n}});return Tr(t,l.path),J.getState().overrideNewSessionDraftTarget({projectId:r.id,directoryOverride:l.path,pendingWorktreeRequestId:null,bootstrapPendingDirectory:l.path,preserveDirectoryOverride:!0,title:e?.title,initialPrompt:e?.initialPrompt}),Le.getState().setDirectory(l.path,{showOverlay:!1}),l.path}catch(e){let t=e instanceof Error?e.message:`Failed to create worktree`,n=J.getState().newSessionDraft.pendingWorktreeRequestId;return n&&(hr(n,e instanceof Error?e:Error(t)),J.getState().resolvePendingDraftWorktreeTarget(n,null)),J.getState().setDraftBootstrapPendingDirectory(null),wi.error(`Failed to create worktree`,{description:t}),null}finally{ng=!1}};async function sg(){return og()}async function cg(e){let t=e.branch?.trim();return t?og({existingBranch:t,projectDirectory:e.projectDirectory,initialPrompt:e.initialPrompt,title:e.title}):null}async function lg(e,t,n,r){if(ng)return null;ng=!0;try{let i=n?.trim()||`HEAD`,a=t?.trim();if(!a)throw Error(`Branch name is required`);let o=r?.kind??`standard`,s=tg(e);if(!s)throw Error(`Project is not registered in OpenChamber`);let c=!1;try{c=await ca(s.path)}catch{}if(!c)return wi.error(`Not a Git repository`,{description:`Worktrees can only be created in Git repositories.`}),null;let l=await Jt(s),u=await Ea(s.path);try{let e=await Ss(s,{preferredName:a,mode:`new`,branchName:a,worktreeName:r?.worktreeName||a,startRef:i,setUpstream:r?.setUpstream,upstreamRemote:r?.upstreamRemote,upstreamBranch:r?.upstreamBranch,ensureRemoteName:r?.ensureRemoteName,ensureRemoteUrl:r?.ensureRemoteUrl,setupCommands:l,returnAfterDirectoryCreated:r?.returnAfterDirectoryCreated}),t={...e,createdFromBranch:r?.createdFromBranch||u||i,kind:o};await eg(s,e.path);let n=await J.getState().createSession(void 0,e.path);if(!n)throw await Oa(s,e,{deleteLocalBranch:!0}).catch(()=>void 0),Error(`Could not create a session for the worktree.`);return await ig(n.id,t,s),{id:n.id,branch:e.branch||a,path:e.path}}catch(e){let t=e instanceof Error?e.message:`Failed to create worktree session`;return wi.error(`Failed to create worktree`,{description:t}),null}}finally{ng=!1}}var ug=e=>{let t=e.trim();if(!t)return null;let n=t.match(/\/issues\/(\d+)(?:\b|\/|$)/i);if(n){let e=Number(n[1]);return Number.isFinite(e)&&e>0?e:null}let r=t.match(/^#?(\d+)$/);if(r){let e=Number(r[1]);return Number.isFinite(e)&&e>0?e:null}return null},dg=e=>{let t={repo:e.repo??null,issue:e.issue,comments:e.comments};return`GitHub issue context (JSON)\n${JSON.stringify(t,null,2)}`};function fg({open:e,onOpenChange:t,mode:n=`createSession`,onSelect:r}){let{t:i}=it(),{github:a}=wo(),o=Za(),s=o.data??null,l=o.isFetched,u=c(e=>e.setSettingsDialogOpen),d=c(e=>e.setSettingsPage),f=c(e=>e.isMobile),{isTablet:p}=co(),m=f||p,h=ei(e=>e.getActiveProject()),g=Le(e=>e.currentDirectory),_=Z.useMemo(()=>h?.path?.trim()||g?.trim()||null,[h?.path,g]),[v,y]=Z.useState(``),[b,x]=Z.useState(!1),[S,C]=Z.useState(null),w=Z.useRef(0),T=Z.useMemo(()=>ug(v),[v]),E=gs(v,350),D=T?``:E.trim(),O=!!T||v===E,k=e&&O&&!!_&&!!a?.issuesList&&!(l&&s?.connected===!1),A=Ke({queryKey:I.scoped(`github-issues`,_,D),enabled:k,initialPageParam:1,refetchOnMount:`always`,queryFn:({pageParam:e})=>a.issuesList(_,{page:e,...D?{query:D}:{}}),getNextPageParam:e=>e.hasMore?(e.page??1)+1:void 0}),j=O?A.data?.pages.at(-1)??null:null,M=O?A.data?.pages.flatMap(e=>e.issues??[])??[]:[],N=O&&A.hasNextPage,P=!T&&!O||A.isLoading,F=O&&A.isFetchingNextPage,L=O&&A.error?A.error instanceof Error?A.error.message:String(A.error):null,R=Z.useCallback(()=>A.refetch(),[A]),z=Z.useCallback(async()=>{try{await A.fetchNextPage()}catch(e){let t=e instanceof Error?e.message:String(e);wi.error(i(`session.githubIssuePicker.toast.loadMoreFailed`),{description:t})}},[A,i]);Z.useEffect(()=>{e||(++w.current,y(``),x(!1),C(null))},[e]),Z.useEffect(()=>{++w.current},[e,_]);let B=!l||s?.connected!==!1&&j?.connected!==!1,V=j?.repo?.url??null,H=Z.useCallback(()=>{d(`github`),u(!0)},[u,d]),U=Z.useCallback(()=>{let e=Zt.getState(),t=e.getVisibleAgents();if(e.settingsDefaultAgent){let n=t.find(t=>t.name===e.settingsDefaultAgent);if(n)return n.name}return t.find(e=>e.name===`build`)?.name||t[0]?.name},[]),W=Z.useCallback(()=>{let e=Zt.getState(),t=e.settingsDefaultModel;if(!t)return null;let n=Hr(t);if(!n)return null;let{providerId:r,modelId:i}=n;return e.getModelMetadata(r,i)?{providerID:r,modelID:i}:null},[]),ee=Z.useCallback((e,t)=>{let n=Zt.getState(),r=n.settingsDefaultVariant,i=n.currentProviderId===e&&n.currentModelId===t?n.currentVariant:void 0,a=n.providers.find(t=>t.id===e)?.models.find(e=>e.id===t)?.variants;if(!a)return r||i||void 0;if(r&&Object.prototype.hasOwnProperty.call(a,r))return r;if(i&&Object.prototype.hasOwnProperty.call(a,i))return i},[]),G=Z.useCallback(async(e,o)=>{let s=++w.current,c=()=>w.current===s;if(n===`select`){if(!_){wi.error(i(`session.githubIssuePicker.error.noActiveProject`));return}if(!a?.issueGet||!a?.issueComments){wi.error(i(`session.githubIssuePicker.error.runtimeUnavailable`));return}if(S)return;C(e);try{let n=await a.issueGet(_,e,{sourceRepo:o});if(!c())return;if(n.connected===!1){wi.error(i(`session.githubIssuePicker.error.notConnected`));return}if(!n.repo){wi.error(i(`session.githubIssuePicker.error.repoNotResolvable`),{description:i(`session.githubIssuePicker.error.repoMustBeGithub`)});return}let s=n.issue;if(!s){wi.error(i(`session.githubIssuePicker.error.issueNotFound`));return}let l=await a.issueComments(_,e,{sourceRepo:o});if(!c())return;if(l.connected===!1){wi.error(i(`session.githubIssuePicker.error.notConnected`));return}let u=l.comments??[],d=dg({repo:n.repo,issue:s,comments:u});r&&r({number:s.number,title:s.title,url:s.url,contextText:d,author:s.author?{login:s.author.login,avatarUrl:s.author.avatarUrl}:void 0}),t(!1)}catch(e){if(!c())return;let t=e instanceof Error?e.message:String(e);wi.error(i(`session.githubIssuePicker.toast.loadIssueDetailsFailed`),{description:t})}finally{c()&&C(null)}return}if(!_){wi.error(i(`session.githubIssuePicker.error.noActiveProject`));return}if(!a?.issueGet||!a?.issueComments){wi.error(i(`session.githubIssuePicker.error.runtimeUnavailable`));return}if(!S){C(e);try{let n=await a.issueGet(_,e,{sourceRepo:o});if(!c())return;if(n.connected===!1){wi.error(i(`session.githubIssuePicker.error.notConnected`));return}if(!n.repo){wi.error(i(`session.githubIssuePicker.error.repoNotResolvable`),{description:i(`session.githubIssuePicker.error.repoMustBeGithub`)});return}let r=n.issue;if(!r){wi.error(i(`session.githubIssuePicker.error.issueNotFound`));return}let s=await a.issueComments(_,e,{sourceRepo:o});if(!c())return;if(s.connected===!1){wi.error(i(`session.githubIssuePicker.error.notConnected`));return}let l=s.comments??[],u=`#${r.number} ${r.title}`.trim(),{sessionId:d}=await(async()=>{if(b){let e=`issue-${r.number}-${Yh()}`,t=await lg(_,e,void 0,{returnAfterDirectoryCreated:!0});if(!t?.id)throw Error(`Failed to create worktree session`);return{sessionId:t.id,sessionDirectory:t.path}}let e=await An(u,_,null);if(!e?.id)throw Error(`Failed to create session`);return{sessionId:e.id,sessionDirectory:e.directory??_}})();if(!c())return;er(d,u).catch(()=>void 0);try{J.getState().initializeNewOpenChamberSession(d,Zt.getState().agents)}catch{}t(!1);let f=Zt.getState(),p=fn.getState().lastUsedProvider,m=W(),h=m?.providerID||f.currentProviderId||p?.providerID,g=m?.modelID||f.currentModelId||p?.modelID,v=U()||f.currentAgentName||void 0;if(!h||!g){wi.error(i(`session.githubIssuePicker.error.noModelSelected`));return}let y=ee(h,g),x=await vt(`github.issue.review.visible`,{issue_number:String(r.number)});if(!c())return;let S=await vt(`github.issue.review.instructions`);if(!c())return;let C=dg({repo:n.repo,issue:r,comments:l});J.getState().sendMessage(x,h,g,v,void 0,void 0,[{text:S,synthetic:!0},{text:C,synthetic:!0}],y,void 0,{sessionId:d}).catch(e=>{let t=e instanceof Error?e.message:String(e);wi.error(i(`session.githubIssuePicker.toast.sendContextFailed`),{description:t})}),wi.success(i(`session.githubIssuePicker.toast.sessionCreated`))}catch(e){if(!c())return;let t=e instanceof Error?e.message:String(e);wi.error(i(`session.githubIssuePicker.toast.startSessionFailed`),{description:t})}finally{c()&&C(null)}}},[b,a,n,t,r,_,U,W,ee,S,i]),K=i(n===`select`?`session.githubIssuePicker.title.select`:`session.githubIssuePicker.title.createSession`),te=i(n===`select`?`session.githubIssuePicker.description.select`:`session.githubIssuePicker.description.createSession`),ne=(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`div`,{className:`relative mt-2`,children:[(0,$.jsx)(X,{name:`search`,className:`absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground`}),(0,$.jsx)(Ma,{placeholder:i(`session.githubIssuePicker.searchPlaceholder`),value:v,onChange:e=>{y(e.target.value)},className:`pl-9 w-full`})]}),(0,$.jsxs)(`div`,{className:Y(f?`min-h-0 mt-2`:`flex-1 overflow-y-auto mt-2`),children:[_?null:(0,$.jsx)(`div`,{className:`text-center text-muted-foreground py-8`,children:i(`session.githubIssuePicker.empty.noActiveProject`)}),a?null:(0,$.jsx)(`div`,{className:`text-center text-muted-foreground py-8`,children:i(`session.githubIssuePicker.empty.runtimeUnavailable`)}),P?(0,$.jsxs)(`div`,{className:`text-center text-muted-foreground py-8 flex items-center justify-center gap-2`,children:[(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin`}),i(`session.githubIssuePicker.loading.issues`)]}):null,B===!1?(0,$.jsxs)(`div`,{className:`text-center text-muted-foreground py-8 space-y-3`,children:[(0,$.jsx)(`div`,{children:i(`session.githubIssuePicker.empty.notConnected`)}),(0,$.jsx)(`div`,{className:`flex justify-center`,children:(0,$.jsx)(oa,{variant:`outline`,size:`sm`,onClick:H,children:i(`session.githubIssuePicker.actions.openSettings`)})})]}):null,L?(0,$.jsx)(`div`,{className:`text-center text-muted-foreground py-8 break-words`,children:L}):null,T&&_&&a&&B?(0,$.jsxs)(`div`,{className:Y(`group flex items-center gap-2 py-1.5 hover:bg-interactive-hover/30 rounded transition-colors cursor-pointer`,S===T&&`bg-interactive-selection/30`),onClick:()=>void G(T),children:[(0,$.jsx)(`span`,{className:`typography-meta text-muted-foreground w-5 text-right flex-shrink-0`,children:`#`}),(0,$.jsx)(`p`,{className:`flex-1 min-w-0 typography-small text-foreground truncate ml-0.5`,children:i(`session.githubIssuePicker.actions.useIssue`,{number:T})}),(0,$.jsx)(`div`,{className:`flex-shrink-0 h-5 flex items-center mr-2`,children:S===T?(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin text-muted-foreground`}):null})]}):null,M.length===0&&!P&&!L&&B&&a&&_?(0,$.jsx)(`div`,{className:`text-center text-muted-foreground py-8`,children:E.trim()?i(`session.githubIssuePicker.empty.noIssuesFound`):i(`session.githubIssuePicker.empty.noOpenIssuesFound`)}):null,M.map(e=>(0,$.jsxs)(`div`,{className:Y(`group flex items-center gap-2 py-1.5 hover:bg-interactive-hover/30 rounded transition-colors cursor-pointer`,S===e.number&&`bg-interactive-selection/30`),onClick:()=>void G(e.number,e.sourceRepo),children:[(0,$.jsxs)(`span`,{className:`typography-meta text-muted-foreground w-12 text-right flex-shrink-0`,children:[`#`,e.number]}),(0,$.jsxs)(`div`,{className:`flex-1 min-w-0 ml-0.5`,children:[(0,$.jsx)(`p`,{className:`typography-small text-foreground truncate`,children:e.title}),e.sourceRepo?.source===`upstream`?(0,$.jsxs)(`span`,{className:`typography-micro px-1 py-0.5 rounded bg-status-info/10 text-status-info mt-0.5 inline-block`,children:[e.sourceRepo.owner,`/`,e.sourceRepo.repo]}):null]}),(0,$.jsx)(`div`,{className:`flex-shrink-0 h-5 flex items-center mr-2`,children:S===e.number?(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin text-muted-foreground`}):(0,$.jsx)(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,className:Y(`h-5 w-5 items-center justify-center text-muted-foreground hover:text-foreground transition-colors`,m?`flex`:`hidden group-hover:flex`),onClick:e=>e.stopPropagation(),"aria-label":i(`session.githubIssuePicker.actions.openInGitHubAria`),children:(0,$.jsx)(X,{name:`external-link`,className:`h-4 w-4`})})})]},`${e.sourceRepo?.owner??``}-${e.sourceRepo?.repo??``}-${e.number}`)),N&&B&&_&&a?(0,$.jsx)(`div`,{className:`py-2 flex justify-center`,children:(0,$.jsx)(`button`,{type:`button`,onClick:()=>void z(),disabled:F||!!S,className:Y(`typography-meta text-muted-foreground hover:text-foreground transition-colors underline underline-offset-4`,(F||!!S)&&`opacity-50 cursor-not-allowed hover:text-muted-foreground`),children:F?(0,$.jsxs)(`span`,{className:`inline-flex items-center gap-2`,children:[(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin`}),i(`session.githubIssuePicker.loading.more`)]}):i(`session.githubIssuePicker.actions.loadMore`)})}):null]}),n!==`select`&&(0,$.jsxs)(`div`,{className:`mt-4 p-3 bg-muted/30 rounded-lg`,children:[(0,$.jsx)(`p`,{className:`typography-meta text-muted-foreground font-medium mb-2`,children:i(`session.githubIssuePicker.actions.sectionTitle`)}),(0,$.jsxs)(`div`,{className:`flex flex-col gap-3 sm:flex-row sm:items-center sm:gap-2`,children:[(0,$.jsxs)(`div`,{className:`flex items-center gap-2 cursor-pointer`,role:`button`,tabIndex:0,"aria-pressed":b,onClick:()=>x(e=>!e),onKeyDown:e=>{(e.key===` `||e.key===`Enter`)&&(e.preventDefault(),x(e=>!e))},children:[(0,$.jsx)(`button`,{type:`button`,onClick:e=>{e.preventDefault(),e.stopPropagation(),x(e=>!e)},"aria-label":i(`session.githubIssuePicker.actions.toggleWorktreeAria`),className:`flex h-5 w-5 shrink-0 items-center justify-center rounded text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary`,children:b?(0,$.jsx)(X,{name:`checkbox`,className:`h-4 w-4 text-primary`}):(0,$.jsx)(X,{name:`checkbox-blank`,className:`h-4 w-4`})}),(0,$.jsx)(`span`,{className:`typography-meta text-muted-foreground`,children:i(`session.githubIssuePicker.actions.createInWorktree`)}),(0,$.jsx)(`span`,{className:`typography-meta text-muted-foreground/70 hidden sm:inline`,children:`(issue-<number>-<slug>)`})]}),(0,$.jsx)(`div`,{className:`hidden sm:block sm:flex-1`}),(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[V?(0,$.jsx)(oa,{variant:`outline`,size:`sm`,asChild:!0,children:(0,$.jsxs)(`a`,{href:V,target:`_blank`,rel:`noopener noreferrer`,children:[(0,$.jsx)(X,{name:`external-link`,className:`size-4`}),i(`session.githubIssuePicker.actions.openRepo`)]})}):null,(0,$.jsx)(oa,{variant:`outline`,size:`sm`,onClick:R,disabled:P||!!S,children:i(`session.githubIssuePicker.actions.refresh`)})]})]})]})]});return f?(0,$.jsx)(hp,{open:e,title:K,onClose:()=>t(!1),renderHeader:e=>(0,$.jsxs)(`div`,{className:`flex flex-col gap-1.5 px-3 py-2 border-b border-border/40`,children:[(0,$.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,$.jsx)(`h2`,{className:`typography-ui-label font-semibold text-foreground`,children:K}),e]}),(0,$.jsx)(`p`,{className:`typography-small text-muted-foreground`,children:te})]}),children:ne}):(0,$.jsx)(aa,{open:e,onOpenChange:t,children:(0,$.jsxs)(ta,{className:`max-w-2xl max-h-[70vh] flex flex-col`,children:[(0,$.jsxs)($i,{className:`flex-shrink-0`,children:[(0,$.jsxs)(na,{className:`flex items-center gap-2`,children:[(0,$.jsx)(X,{name:`github`,className:`h-5 w-5`}),K]}),(0,$.jsx)(ra,{children:te})]}),ne]})})}var pg=e=>{let t=e.trim();if(!t)return null;let n=t.match(/\/pull\/(\d+)(?:\b|\/|$)/i);if(n){let e=Number(n[1]);return Number.isFinite(e)&&e>0?e:null}let r=t.match(/^#?(\d+)$/);if(r){let e=Number(r[1]);return Number.isFinite(e)&&e>0?e:null}return null},mg=e=>`GitHub pull request context (JSON)\n${JSON.stringify(e,null,2)}`;function hg({open:e,onOpenChange:t,onSelect:n}){let{t:r}=it(),{github:i}=wo(),a=Za(),o=a.data??null,s=a.isFetched,l=c(e=>e.setSettingsDialogOpen),u=c(e=>e.setSettingsPage),d=c(e=>e.isMobile),{isTablet:f}=co(),p=d||f,m=ei(e=>e.getActiveProject())?.path??null,[h,g]=Z.useState(``),[_,v]=Z.useState(!1),[y,b]=Z.useState(null),x=Z.useRef(0),S=Z.useMemo(()=>pg(h),[h]),C=gs(h,350),w=S?``:C.trim(),T=!!S||h===C,E=e&&T&&!!m&&!!i?.prsList&&!(s&&o?.connected===!1),D=Ke({queryKey:I.scoped(`github-prs`,m,w),enabled:E,initialPageParam:1,refetchOnMount:`always`,queryFn:({pageParam:e})=>i.prsList(m,{page:e,...w?{query:w}:{}}),getNextPageParam:e=>e.hasMore?(e.page??1)+1:void 0}),O=T?D.data?.pages.at(-1)??null:null,k=T?D.data?.pages.flatMap(e=>e.prs??[])??[]:[],A=T&&D.hasNextPage,j=!S&&!T||D.isLoading,M=T&&D.isFetchingNextPage,N=T&&D.error?D.error instanceof Error?D.error.message:String(D.error):null,P=q(async()=>{try{await D.fetchNextPage()}catch(e){let t=e instanceof Error?e.message:String(e);wi.error(r(`session.githubPrPicker.toast.loadMoreFailed`),{description:t})}});Z.useEffect(()=>{e||(++x.current,g(``),v(!1),b(null))},[e]),Z.useEffect(()=>{++x.current},[e,m]);let F=!s||o?.connected!==!1&&O?.connected!==!1,L=q(()=>{u(`github`),l(!0)}),R=q(async(e,a)=>{if(!m){wi.error(r(`session.githubPrPicker.error.noActiveProject`));return}if(!i?.prContext){wi.error(r(`session.githubPrPicker.error.runtimeUnavailable`));return}if(y)return;let o=++x.current,s=()=>x.current===o;b(e);try{let o=await i.prContext(m,e,{includeDiff:_,includeCheckDetails:!1,sourceRepo:a});if(!s())return;if(o.connected===!1){wi.error(r(`session.githubPrPicker.error.notConnected`));return}if(!o.pr){wi.error(r(`session.githubPrPicker.error.prNotFound`));return}if(!o.repo){wi.error(r(`session.githubPrPicker.error.repoNotResolvable`),{description:r(`session.githubPrPicker.error.repoMustBeGithub`)});return}if(n){let e=await vt(`github.pr.review.instructions`);if(!s())return;n({number:o.pr.number,title:o.pr.title,url:o.pr.url,head:o.pr.head,base:o.pr.base,includeDiff:_,instructionsText:e,contextText:mg(o),author:o.pr.author?{login:o.pr.author.login,avatarUrl:o.pr.author.avatarUrl}:void 0})}t(!1)}catch(e){if(!s())return;let t=e instanceof Error?e.message:String(e);wi.error(r(`session.githubPrPicker.toast.loadDetailsFailed`),{description:t})}finally{s()&&b(null)}}),z=r(`session.githubPrPicker.title`),B=r(`session.githubPrPicker.description`),V=(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`div`,{className:`mt-2 flex items-center gap-3`,children:[(0,$.jsxs)(`div`,{className:`relative flex-1 min-w-0`,children:[(0,$.jsx)(X,{name:`search`,className:`absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground`}),(0,$.jsx)(Ma,{placeholder:r(`session.githubPrPicker.searchPlaceholder`),value:h,onChange:e=>{g(e.target.value)},className:`pl-9 w-full`})]}),(0,$.jsxs)(`button`,{type:`button`,onClick:()=>v(e=>!e),className:`h-9 shrink-0 flex items-center gap-2 text-left`,"aria-pressed":_,"aria-label":r(`session.githubPrPicker.includeDiffAria`),children:[(0,$.jsx)(`span`,{onClick:e=>e.stopPropagation(),children:(0,$.jsx)(fa,{checked:_,onChange:e=>v(e),ariaLabel:r(`session.githubPrPicker.includeDiffAria`)})}),(0,$.jsx)(`span`,{className:`typography-small text-muted-foreground whitespace-nowrap`,children:r(`session.githubPrPicker.includeDiff`)})]})]}),(0,$.jsxs)(`div`,{className:Y(d?`min-h-0`:`flex-1 overflow-y-auto`),children:[m?null:(0,$.jsx)(`div`,{className:`text-center text-muted-foreground py-8`,children:r(`session.githubPrPicker.empty.noActiveProject`)}),i?null:(0,$.jsx)(`div`,{className:`text-center text-muted-foreground py-8`,children:r(`session.githubPrPicker.empty.runtimeUnavailable`)}),j?(0,$.jsxs)(`div`,{className:`text-center text-muted-foreground py-8 flex items-center justify-center gap-2`,children:[(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin`}),r(`session.githubPrPicker.loading.pullRequests`)]}):null,F===!1?(0,$.jsxs)(`div`,{className:`text-center text-muted-foreground py-8 space-y-3`,children:[(0,$.jsx)(`div`,{children:r(`session.githubPrPicker.empty.notConnected`)}),(0,$.jsx)(`div`,{className:`flex justify-center`,children:(0,$.jsx)(oa,{variant:`outline`,size:`sm`,onClick:L,children:r(`session.githubPrPicker.actions.openSettings`)})})]}):null,N?(0,$.jsx)(`div`,{className:`text-center text-muted-foreground py-8 break-words`,children:N}):null,S&&m&&i&&F?(0,$.jsxs)(`div`,{className:Y(`group flex items-center gap-2 py-1.5 hover:bg-interactive-hover/30 rounded transition-colors cursor-pointer`,y===S&&`bg-interactive-selection/30`),onClick:()=>void R(S),children:[(0,$.jsx)(`span`,{className:`typography-meta text-muted-foreground w-5 text-right flex-shrink-0`,children:`#`}),(0,$.jsx)(`p`,{className:`flex-1 min-w-0 typography-small text-foreground truncate ml-0.5`,children:r(`session.githubPrPicker.actions.usePullRequest`,{number:S})}),(0,$.jsx)(`div`,{className:`flex-shrink-0 h-5 flex items-center mr-2`,children:y===S?(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin text-muted-foreground`}):null})]}):null,k.length===0&&!j&&!N&&F&&i&&m?(0,$.jsx)(`div`,{className:`text-center text-muted-foreground py-8`,children:C.trim()?r(`session.githubPrPicker.empty.noPullRequestsFound`):r(`session.githubPrPicker.empty.noOpenPullRequestsFound`)}):null,k.map(e=>(0,$.jsxs)(`div`,{className:Y(`group flex items-center gap-2 py-1.5 hover:bg-interactive-hover/30 rounded transition-colors cursor-pointer`,y===e.number&&`bg-interactive-selection/30`),onClick:()=>void R(e.number,e.sourceRepo),children:[(0,$.jsxs)(`div`,{className:`flex-1 min-w-0 ml-0.5`,children:[(0,$.jsxs)(`p`,{className:`typography-small text-foreground truncate`,children:[(0,$.jsxs)(`span`,{className:`text-muted-foreground mr-1`,children:[`#`,e.number]}),e.title]}),e.sourceRepo?.source===`upstream`?(0,$.jsxs)(`span`,{className:`typography-micro px-1 py-0.5 rounded bg-status-info/10 text-status-info`,children:[e.sourceRepo.owner,`/`,e.sourceRepo.repo]}):null,(0,$.jsxs)(`p`,{className:`typography-meta text-muted-foreground truncate`,children:[e.head,` → `,e.base]})]}),(0,$.jsx)(`div`,{className:`flex-shrink-0 h-5 flex items-center mr-2`,children:y===e.number?(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin text-muted-foreground`}):(0,$.jsx)(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,className:Y(`h-5 w-5 items-center justify-center text-muted-foreground hover:text-foreground transition-colors`,p?`flex`:`hidden group-hover:flex`),onClick:e=>e.stopPropagation(),"aria-label":r(`session.githubPrPicker.actions.openInGitHubAria`),children:(0,$.jsx)(X,{name:`external-link`,className:`h-4 w-4`})})})]},`${e.sourceRepo?.owner??``}-${e.sourceRepo?.repo??``}-${e.number}`)),A&&F&&m&&i?(0,$.jsx)(`div`,{className:`py-2 flex justify-center`,children:(0,$.jsx)(`button`,{type:`button`,onClick:()=>void P(),disabled:M||!!y,className:Y(`typography-meta text-muted-foreground hover:text-foreground transition-colors underline underline-offset-4`,(M||!!y)&&`opacity-50 cursor-not-allowed hover:text-muted-foreground`),children:M?(0,$.jsxs)(`span`,{className:`inline-flex items-center gap-2`,children:[(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin`}),r(`session.githubPrPicker.loading.more`)]}):r(`session.githubPrPicker.actions.loadMore`)})}):null]})]});return d?(0,$.jsx)(hp,{open:e,title:z,onClose:()=>t(!1),renderHeader:e=>(0,$.jsxs)(`div`,{className:`flex flex-col gap-1.5 px-3 py-2 border-b border-border/40`,children:[(0,$.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,$.jsx)(`h2`,{className:`typography-ui-label font-semibold text-foreground`,children:z}),e]}),(0,$.jsx)(`p`,{className:`typography-small text-muted-foreground`,children:B})]}),children:V}):(0,$.jsx)(aa,{open:e,onOpenChange:t,children:(0,$.jsxs)(ta,{className:`max-w-2xl max-h-[70vh] flex flex-col`,children:[(0,$.jsxs)($i,{className:`flex-shrink-0`,children:[(0,$.jsxs)(na,{className:`flex items-center gap-2`,children:[(0,$.jsx)(X,{name:`github`,className:`h-5 w-5`}),z]}),(0,$.jsx)(ra,{children:B})]}),V]})})}function gg(e){let t=(0,Q.c)(12),n,r,i;t[0]===e?(n=t[1],r=t[2],i=t[3]):({className:n,style:i,...r}=e,t[0]=e,t[1]=n,t[2]=r,t[3]=i);let a;t[4]===i?a=t[5]:(a={color:`var(--surface-elevated-foreground)`,...i},t[4]=i,t[5]=a);let o;t[6]===n?o=t[7]:(o=Y(`flex h-full w-full flex-col overflow-hidden rounded-xl`,n),t[6]=n,t[7]=o);let s;return t[8]!==r||t[9]!==a||t[10]!==o?(s=(0,$.jsx)(lc,{"data-slot":`command`,style:a,className:o,...r}),t[8]=r,t[9]=a,t[10]=o,t[11]=s):s=t[11],s}var _g=Z.forwardRef((e,t)=>{let n=(0,Q.c)(11),r,i;n[0]===e?(r=n[1],i=n[2]):({className:r,...i}=e,n[0]=e,n[1]=r,n[2]=i);let a,o;n[3]===Symbol.for(`react.memo_cache_sentinel`)?(a=Y(`flex h-8 items-center gap-2 rounded-lg px-3`,`bg-[var(--surface-elevated)] ring-1 ring-inset ring-border/60 transition duration-200 ease-out`,`hover:[&:not(:focus-within)]:bg-[var(--surface-subtle)] hover:[&:not(:focus-within)]:ring-transparent`,`focus-within:ring-2 focus-within:ring-[var(--interactive-focus-ring)]`),o=(0,$.jsx)(X,{name:`search`,className:`size-4 shrink-0 opacity-50`}),n[3]=a,n[4]=o):(a=n[3],o=n[4]);let s;n[5]===r?s=n[6]:(s=Y(`placeholder:text-muted-foreground flex h-8 w-full bg-transparent typography-meta outline-none focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50`,r),n[5]=r,n[6]=s);let c;return n[7]!==i||n[8]!==t||n[9]!==s?(c=(0,$.jsx)(`div`,{"data-slot":`command-input-wrapper`,className:`p-1.5 pb-1`,children:(0,$.jsxs)(`div`,{"data-slot":`command-input-field`,className:a,children:[o,(0,$.jsx)(lc.Input,{ref:t,"data-slot":`command-input`,className:s,...i})]})}),n[7]=i,n[8]=t,n[9]=s,n[10]=c):c=n[10],c});_g.displayName=`CommandInput`;function vg(e){let t=(0,Q.c)(14),n,r,i,a,o;t[0]===e?(n=t[1],r=t[2],i=t[3],a=t[4],o=t[5]):({className:r,children:n,scrollbarClassName:o,disableHorizontal:i,...a}=e,t[0]=e,t[1]=n,t[2]=r,t[3]=i,t[4]=a,t[5]=o);let s;t[6]===r?s=t[7]:(s=Y(`scroll-py-1 overflow-x-hidden h-full min-h-0`,r),t[6]=r,t[7]=s);let c=o??`overlay-scrollbar--flush overlay-scrollbar--dense overlay-scrollbar--zero`,l=i??!0,u;return t[8]!==n||t[9]!==a||t[10]!==s||t[11]!==c||t[12]!==l?(u=(0,$.jsx)(la,{as:lc.List,"data-slot":`command-list`,outerClassName:`max-h-[min(600px,calc(100vh-10rem))] overflow-x-hidden p-0 w-full h-full min-h-0`,className:s,scrollbarClassName:c,disableHorizontal:l,...a,children:n}),t[8]=n,t[9]=a,t[10]=s,t[11]=c,t[12]=l,t[13]=u):u=t[13],u}function yg(e){let t=(0,Q.c)(4),n;t[0]===e?n=t[1]:({...n}=e,t[0]=e,t[1]=n);let r;return t[2]===n?r=t[3]:(r=(0,$.jsx)(lc.Empty,{"data-slot":`command-empty`,className:`py-6 text-center typography-ui-label`,...n}),t[2]=n,t[3]=r),r}function bg(e){let t=(0,Q.c)(8),n,r;t[0]===e?(n=t[1],r=t[2]):({className:n,...r}=e,t[0]=e,t[1]=n,t[2]=r);let i;t[3]===n?i=t[4]:(i=Y(`text-foreground [&_[cmdk-group-heading]]:text-muted-foreground overflow-hidden p-1 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:typography-meta [&_[cmdk-group-heading]]:font-medium`,n),t[3]=n,t[4]=i);let a;return t[5]!==r||t[6]!==i?(a=(0,$.jsx)(lc.Group,{"data-slot":`command-group`,className:i,...r}),t[5]=r,t[6]=i,t[7]=a):a=t[7],a}function xg(e){let t=(0,Q.c)(8),n,r;t[0]===e?(n=t[1],r=t[2]):({className:n,...r}=e,t[0]=e,t[1]=n,t[2]=r);let i;t[3]===n?i=t[4]:(i=Y(`bg-border -mx-1 h-px`,n),t[3]=n,t[4]=i);let a;return t[5]!==r||t[6]!==i?(a=(0,$.jsx)(lc.Separator,{"data-slot":`command-separator`,className:i,...r}),t[5]=r,t[6]=i,t[7]=a):a=t[7],a}function Sg(e){let t=(0,Q.c)(8),n,r;t[0]===e?(n=t[1],r=t[2]):({className:n,...r}=e,t[0]=e,t[1]=n,t[2]=r);let i;t[3]===n?i=t[4]:(i=Y(`data-[selected=true]:bg-interactive-selection data-[selected=true]:text-interactive-selection-foreground data-[highlighted]:bg-interactive-hover hover:bg-interactive-hover [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-pointer items-center gap-2 rounded-lg px-2 py-1.5 typography-meta outline-hidden select-none data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,n),t[3]=n,t[4]=i);let a;return t[5]!==r||t[6]!==i?(a=(0,$.jsx)(lc.Item,{"data-slot":`command-item`,className:i,...r}),t[5]=r,t[6]=i,t[7]=a):a=t[7],a}var Cg=(e,t)=>`${e}:${T(t)}`,wg=e=>e.type===`skill`||!se(e.name);function Tg(e){let{t}=it(),n=Z.useMemo(()=>d(),[]),r=c(e=>e.globalDraftStarters),i=ei(e=>e.activeProjectId),a=ei(e=>e.projects),o=Z.useMemo(()=>{if(!i)return null;let e=a.find(e=>e.id===i);return e?.path?{id:e.id,path:e.path}:null},[i,a]),[s,l]=Z.useState([]),u=Z.useMemo(()=>r??ce,[r]),f=u.some(wg)||s.some(wg),m=di({directory:e,enabled:f}),h=Z.useMemo(()=>m.data??[],[m.data]),{refetch:g}=m,_=$n({directory:e,enabled:f}),v=Z.useMemo(()=>_.data??[],[_.data]),{refetch:y}=_;Z.useEffect(()=>{let e=!1;if(!o){l([]);return}return wn(o).then(t=>{e||l(t)}).catch(()=>{e||l([])}),()=>{e=!0}},[o?.id]);let b=Z.useCallback(()=>{g(),y()},[g,y]),x=Z.useMemo(()=>new Set(h.map(e=>e.name)),[h]),S=Z.useMemo(()=>new Set(v.map(e=>e.name)),[v]),C=Z.useCallback((e,r)=>{if(n&&e.type===`command`&&e.name===`craft-goal`)return null;if(e.type===`command`){let n=se(e.name);return n?{id:Cg(r,e),ref:e,group:r,label:t(n.labelKey),icon:n.icon,submitText:n.command}:x.has(e.name)?{id:Cg(r,e),ref:e,group:r,label:w(e.name),icon:ae,submitText:`/${e.name}`}:null}return S.has(e.name)?{id:Cg(r,e),ref:e,group:r,label:w(e.name),icon:P,submitText:`/${e.name}`}:null},[t,x,S,n]),E=Z.useMemo(()=>u.map(e=>C(e,`global`)).filter(e=>e!==null),[u,C]),D=Z.useMemo(()=>s.map(e=>C(e,`project`)).filter(e=>e!==null),[s,C]),O=Z.useMemo(()=>{let e=new Set;for(let t of u)e.add(T(t));for(let t of s)e.add(T(t));return e},[u,s]),k=Z.useMemo(()=>{let e=[];for(let r of M)n&&r.name===`craft-goal`||e.push({type:`command`,name:r.name,label:t(r.labelKey),icon:r.icon,section:`built-in`,scope:`user`});for(let t of h)t.isBuiltIn||t.source===`skill`||se(t.name)||e.push({type:`command`,name:t.name,label:w(t.name),icon:ae,section:`command`,scope:t.scope===`project`?`project`:`user`});for(let t of v)e.push({type:`skill`,name:t.name,label:w(t.name),icon:P,section:`skill`,scope:t.scope===`project`?`project`:`user`});return e.filter(e=>!O.has(`${e.type}:${e.name}`))},[t,h,v,O,n]),A=Z.useCallback(e=>{c.getState().setGlobalDraftStarters(e),te({draftStarters:e})},[]),j=Z.useCallback(e=>{l(e),o&&Ut(o,e)},[o]),N=Z.useCallback(e=>{let t={type:e.type,name:e.name};if(e.scope===`project`){if(!o||s.some(e=>p(e,t)))return;j([...s,t])}else{let e=r??ce;if(e.some(e=>p(e,t)))return;A([...e,t])}},[o,s,r,j,A]),F=Z.useCallback((e,t)=>{e===`project`?j(s.filter(e=>!p(e,t))):A((r??ce).filter(e=>!p(e,t)))},[s,r,j,A]),I=Z.useCallback((e,t,n)=>{let i=e===`project`?s:r??ce,a=i.findIndex(n=>Cg(e,n)===t),o=i.findIndex(t=>Cg(e,t)===n);if(a<0||o<0||a===o)return;let c=Uo([...i],a,o);e===`project`?j(c):A(c)},[s,r,j,A]);return{global:E,project:D,pinnable:k,hasProject:!!o,ensureLoaded:b,addStarter:N,removeStarter:F,reorder:I}}var Eg=`__draft-starter-trash__`,Dg=`inline-flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-muted-foreground transition-colors hover:bg-[var(--interactive-hover)] hover:text-foreground`,Og=`max-h-7`,kg=[{key:`built-in`,headingKey:`chat.draftStarters.sectionBuiltIn`},{key:`command`,headingKey:`chat.draftStarters.sectionCommands`},{key:`skill`,headingKey:`chat.draftStarters.sectionSkills`}],Ag=e=>{let t=(0,Q.c)(35),{item:n,onSubmit:r,onRemove:i,hideRemove:a}=e,{t:o}=it(),s;t[0]===n.id?s=t[1]:(s={id:n.id},t[0]=n.id,t[1]=s);let{attributes:c,listeners:l,setNodeRef:u,transform:d,transition:f,isDragging:p}=Wo(s),m;t[2]===d?m=t[3]:(m=Vo.Translate.toString(d),t[2]=d,t[3]=m);let h;t[4]!==m||t[5]!==f?(h={transform:m,transition:f},t[4]=m,t[5]=f,t[6]=h):h=t[6];let g=p&&`z-10 opacity-60`,_;t[7]===g?_=t[8]:(_=Y(`group/chip relative`,g),t[7]=g,t[8]=_);let v;t[9]!==n.submitText||t[10]!==r?(v=()=>r(n.submitText),t[9]=n.submitText,t[10]=r,t[11]=v):v=t[11];let y=!a&&`pr-5`,b;t[12]===y?b=t[13]:(b=Y(`group inline-flex touch-none select-none items-center gap-1 rounded-md px-2 py-1 text-xs text-muted-foreground transition-colors`,`hover:bg-[var(--interactive-hover)] hover:text-foreground`,y),t[12]=y,t[13]=b);let x;t[14]===n.icon?x=t[15]:(x=(0,$.jsx)(X,{name:n.icon,className:`h-3 w-3 shrink-0 opacity-60 transition-opacity group-hover:opacity-100`}),t[14]=n.icon,t[15]=x);let S;t[16]===n.label?S=t[17]:(S=(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:n.label}),t[16]=n.label,t[17]=S);let C;t[18]!==c||t[19]!==l||t[20]!==S||t[21]!==v||t[22]!==b||t[23]!==x?(C=(0,$.jsxs)(`button`,{type:`button`,...c,...l,onClick:v,className:b,children:[x,S]}),t[18]=c,t[19]=l,t[20]=S,t[21]=v,t[22]=b,t[23]=x,t[24]=C):C=t[24];let w;t[25]!==a||t[26]!==i||t[27]!==o?(w=a?null:(0,$.jsx)(`button`,{type:`button`,onClick:e=>{e.stopPropagation(),i()},"aria-label":o(`chat.draftStarters.remove`),title:o(`chat.draftStarters.remove`),className:`absolute right-0.5 top-1/2 hidden h-4 w-4 -translate-y-1/2 items-center justify-center rounded text-muted-foreground hover:text-foreground group-hover/chip:flex`,children:(0,$.jsx)(X,{name:`close`,className:`h-2.5 w-2.5`})}),t[25]=a,t[26]=i,t[27]=o,t[28]=w):w=t[28];let T;return t[29]!==u||t[30]!==C||t[31]!==w||t[32]!==h||t[33]!==_?(T=(0,$.jsxs)(`div`,{ref:u,style:h,className:_,children:[C,w]}),t[29]=u,t[30]=C,t[31]=w,t[32]=h,t[33]=_,t[34]=T):T=t[34],T},jg=e=>{let t=(0,Q.c)(14),{items:n,onSubmit:r,onRemove:i,hideRemove:a}=e,o;t[0]===n?o=t[1]:(o=n.map(Ig),t[0]=n,t[1]=o);let s;if(t[2]!==a||t[3]!==n||t[4]!==i||t[5]!==r){let e;t[7]!==a||t[8]!==i||t[9]!==r?(e=e=>(0,$.jsx)(Ag,{item:e,onSubmit:r,onRemove:()=>i(e),hideRemove:a},e.id),t[7]=a,t[8]=i,t[9]=r,t[10]=e):e=t[10],s=n.map(e),t[2]=a,t[3]=n,t[4]=i,t[5]=r,t[6]=s}else s=t[6];let c;return t[11]!==o||t[12]!==s?(c=(0,$.jsx)(Ko,{items:o,strategy:Ho,children:s}),t[11]=o,t[12]=s,t[13]=c):c=t[13],c},Mg=()=>{let e=(0,Q.c)(13),{t}=it(),n;e[0]===Symbol.for(`react.memo_cache_sentinel`)?(n={id:Eg},e[0]=n):n=e[0];let{setNodeRef:r,isOver:i}=Io(n),a;e[1]===t?a=e[2]:(a=t(`chat.draftStarters.remove`),e[1]=t,e[2]=a);let o;e[3]===t?o=e[4]:(o=t(`chat.draftStarters.remove`),e[3]=t,e[4]=o);let s=i&&`text-destructive hover:text-destructive`,c;e[5]===s?c=e[6]:(c=Y(Dg,s),e[5]=s,e[6]=c);let l;e[7]===Symbol.for(`react.memo_cache_sentinel`)?(l=(0,$.jsx)(X,{name:`delete-bin`,className:`h-3.5 w-3.5`}),e[7]=l):l=e[7];let u;return e[8]!==r||e[9]!==a||e[10]!==o||e[11]!==c?(u=(0,$.jsx)(`button`,{type:`button`,ref:r,"aria-label":a,title:o,className:c,children:l}),e[8]=r,e[9]=a,e[10]=o,e[11]=c,e[12]=u):u=e[12],u},Ng=e=>{let t=(0,Q.c)(21),{pinnable:n,onPick:r,className:i}=e,{t:a}=it(),o;t[0]===i?o=t[1]:(o=Y(`min-h-0`,i),t[0]=i,t[1]=o);let s;t[2]===a?s=t[3]:(s=a(`chat.draftStarters.searchPlaceholder`),t[2]=a,t[3]=s);let c;t[4]===s?c=t[5]:(c=(0,$.jsx)(_g,{placeholder:s}),t[4]=s,t[5]=c);let l;t[6]===a?l=t[7]:(l=a(`chat.draftStarters.empty`),t[6]=a,t[7]=l);let u;t[8]===l?u=t[9]:(u=(0,$.jsx)(yg,{children:l}),t[8]=l,t[9]=u);let d;t[10]!==r||t[11]!==n||t[12]!==a?(d=kg.map(e=>{let t=n.filter(t=>t.section===e.key);return t.length===0?null:(0,$.jsx)(bg,{heading:a(e.headingKey),children:t.map(e=>(0,$.jsx)(Sg,{value:`${e.section} ${e.label} ${e.name}`,onSelect:()=>r(e),children:(0,$.jsx)(`span`,{className:`truncate`,children:e.label})},`${e.type}:${e.name}`))},e.key)}),t[10]=r,t[11]=n,t[12]=a,t[13]=d):d=t[13];let f;t[14]!==u||t[15]!==d?(f=(0,$.jsxs)(vg,{children:[u,d]}),t[14]=u,t[15]=d,t[16]=f):f=t[16];let p;return t[17]!==o||t[18]!==c||t[19]!==f?(p=(0,$.jsxs)(gg,{className:o,children:[c,f]}),t[17]=o,t[18]=c,t[19]=f,t[20]=p):p=t[20],p},Pg=e=>{let t=(0,Q.c)(27),{pinnable:n,onOpen:r,onAdd:i}=e,{t:a}=it(),[o,s]=Z.useState(!1),c;t[0]===r?c=t[1]:(c=e=>{s(e),e&&r()},t[0]=r,t[1]=c);let l;t[2]===a?l=t[3]:(l=a(`chat.draftStarters.add`),t[2]=a,t[3]=l);let u;t[4]===a?u=t[5]:(u=a(`chat.draftStarters.add`),t[4]=a,t[5]=u);let d;t[6]===Symbol.for(`react.memo_cache_sentinel`)?(d=(0,$.jsx)(X,{name:`add`,className:`h-3.5 w-3.5`}),t[6]=d):d=t[6];let f;t[7]!==l||t[8]!==u?(f=(0,$.jsx)(ia,{asChild:!0,children:(0,$.jsx)(`button`,{type:`button`,"aria-label":l,title:u,className:Dg,children:d})}),t[7]=l,t[8]=u,t[9]=f):f=t[9];let p;t[10]===a?p=t[11]:(p=a(`chat.draftStarters.add`),t[10]=a,t[11]=p);let m;t[12]===p?m=t[13]:(m=(0,$.jsx)($i,{className:`px-4 pb-2 pt-4 text-left`,children:(0,$.jsx)(na,{children:p})}),t[12]=p,t[13]=m);let h;t[14]===i?h=t[15]:(h=e=>{i(e),s(!1)},t[14]=i,t[15]=h);let g;t[16]!==n||t[17]!==h?(g=(0,$.jsx)(Ng,{pinnable:n,onPick:h,className:`flex max-h-[60vh] flex-col`}),t[16]=n,t[17]=h,t[18]=g):g=t[18];let _;t[19]!==m||t[20]!==g?(_=(0,$.jsxs)(ta,{className:`gap-0 overflow-hidden p-0 sm:max-w-sm`,children:[m,g]}),t[19]=m,t[20]=g,t[21]=_):_=t[21];let v;return t[22]!==o||t[23]!==c||t[24]!==_||t[25]!==f?(v=(0,$.jsxs)(aa,{open:o,onOpenChange:c,children:[f,_]}),t[22]=o,t[23]=c,t[24]=_,t[25]=f,t[26]=v):v=t[26],v},Fg=e=>{let t=(0,Q.c)(63),{onSubmit:n,className:r}=e,{t:i}=it(),{global:a,project:o,pinnable:s,ensureLoaded:c,addStarter:l,removeStarter:u,reorder:d}=Tg(ts()),{isMobile:f}=co(),[p,m]=Z.useState(!1),[h,g]=Z.useState(!1),[_,v]=Z.useState(!1),y=Z.useRef(null),b;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(b={activationConstraint:{distance:8}},t[0]=b):b=t[0];let x;t[1]===Symbol.for(`react.memo_cache_sentinel`)?(x={activationConstraint:{delay:200,tolerance:6}},t[1]=x):x=t[1];let S=Bo(No(Ro,b),No(Fo,x)),C;t[2]!==a||t[3]!==o?(C=e=>a.find(t=>t.id===e)??o.find(t=>t.id===e),t[2]=a,t[3]=o,t[4]=C):C=t[4];let w=C,T=a.length+o.length,E;t[5]===T?E=t[6]:(E=()=>{let e=y.current;if(!e||T===0){v(!1);return}let t=()=>{let t=e.firstElementChild?.offsetHeight??28;v(e.scrollHeight>t+4)};t();let n=new ResizeObserver(t);return n.observe(e),()=>n.disconnect()},t[5]=T,t[6]=E);let D;t[7]!==h||t[8]!==a||t[9]!==o||t[10]!==T?(D=[T,h,a,o],t[7]=h,t[8]=a,t[9]=o,t[10]=T,t[11]=D):D=t[11],Z.useLayoutEffect(E,D);let O,k;t[12]!==_||t[13]!==h?(O=()=>{!_&&h&&g(!1)},k=[_,h],t[12]=_,t[13]=h,t[14]=O,t[15]=k):(O=t[14],k=t[15]),Z.useEffect(O,k);let A;t[16]===Symbol.for(`react.memo_cache_sentinel`)?(A=()=>m(!0),t[16]=A):A=t[16];let j=A,M;t[17]===Symbol.for(`react.memo_cache_sentinel`)?(M=()=>m(!1),t[17]=M):M=t[17];let N=M,P;t[18]!==w||t[19]!==u||t[20]!==d?(P=e=>{m(!1);let{active:t,over:n}=e;if(!n)return;let r=String(t.id),i=w(r);if(!i)return;if(String(n.id)===Eg){u(i.group,i.ref);return}let a=String(n.id);if(r===a)return;let o=w(a);o&&o.group===i.group&&d(i.group,r,a)},t[18]=w,t[19]=u,t[20]=d,t[21]=P):P=t[21];let F=P,I=_||h,L;t[22]===Symbol.for(`react.memo_cache_sentinel`)?(L={droppable:{strategy:Po.Always}},t[22]=L):L=t[22];let R;t[23]===r?R=t[24]:(R=Y(`flex min-w-0 max-w-full items-start justify-center gap-0.5`,r),t[23]=r,t[24]=R);let z=!h&&Og,B=!h&&`overflow-clip`,V;t[25]!==z||t[26]!==B?(V=Y(`flex min-w-0 flex-1 flex-wrap items-center justify-center gap-x-0.5 gap-y-0.5`,z,B),t[25]=z,t[26]=B,t[27]=V):V=t[27];let H;t[28]!==a||t[29]!==f||t[30]!==n||t[31]!==u?(H=a.length>0?(0,$.jsx)(jg,{items:a,onSubmit:n,onRemove:e=>u(`global`,e.ref),hideRemove:f}):null,t[28]=a,t[29]=f,t[30]=n,t[31]=u,t[32]=H):H=t[32];let U;t[33]!==f||t[34]!==n||t[35]!==o||t[36]!==u?(U=o.length>0?(0,$.jsx)(jg,{items:o,onSubmit:n,onRemove:e=>u(`project`,e.ref),hideRemove:f}):null,t[33]=f,t[34]=n,t[35]=o,t[36]=u,t[37]=U):U=t[37];let W;t[38]!==V||t[39]!==H||t[40]!==U?(W=(0,$.jsxs)(`div`,{ref:y,className:V,children:[H,U]}),t[38]=V,t[39]=H,t[40]=U,t[41]=W):W=t[41];let ee;t[42]!==h||t[43]!==I||t[44]!==i?(ee=I?(0,$.jsx)(`button`,{type:`button`,onClick:()=>g(Lg),"aria-expanded":h,"aria-label":i(h?`chat.draftStarters.collapse`:`chat.draftStarters.expand`),title:i(h?`chat.draftStarters.collapse`:`chat.draftStarters.expand`),className:Dg,children:(0,$.jsx)(X,{name:h?`arrow-up-s`:`arrow-down-s`,className:`h-3.5 w-3.5`})}):null,t[42]=h,t[43]=I,t[44]=i,t[45]=ee):ee=t[45];let G;t[46]!==l||t[47]!==c||t[48]!==p||t[49]!==f||t[50]!==s?(G=f&&p?(0,$.jsx)(Mg,{}):(0,$.jsx)(Pg,{pinnable:s,onOpen:c,onAdd:l}),t[46]=l,t[47]=c,t[48]=p,t[49]=f,t[50]=s,t[51]=G):G=t[51];let K;t[52]!==ee||t[53]!==G?(K=(0,$.jsxs)(`div`,{className:`flex shrink-0 items-center gap-0.5 self-start`,children:[ee,G]}),t[52]=ee,t[53]=G,t[54]=K):K=t[54];let te;t[55]!==R||t[56]!==W||t[57]!==K?(te=(0,$.jsxs)(`div`,{className:R,children:[W,K]}),t[55]=R,t[56]=W,t[57]=K,t[58]=te):te=t[58];let ne;return t[59]!==F||t[60]!==S||t[61]!==te?(ne=(0,$.jsx)(zo,{sensors:S,collisionDetection:Lo,measuring:L,onDragStart:j,onDragCancel:N,onDragEnd:F,children:te}),t[59]=F,t[60]=S,t[61]=te,t[62]=ne):ne=t[62],ne};function Ig(e){return e.id}function Lg(e){return!e}var Rg=Z.forwardRef((e,t)=>{let n=(0,Q.c)(19),r,i,a,o,s,c;n[0]===e?(r=n[1],i=n[2],a=n[3],o=n[4],s=n[5],c=n[6]):({children:r,className:i,expanded:s,focusedTone:c,style:o,...a}=e,n[0]=e,n[1]=r,n[2]=i,n[3]=a,n[4]=o,n[5]=s,n[6]=c);let l=s!==void 0&&s,u=c===void 0?`primary`:c,d=l&&`min-h-0 flex-1`,f=u===`info`?`focus-within:ring-[var(--status-info)]`:`focus-within:ring-primary/50`,p;n[7]!==i||n[8]!==d||n[9]!==f?(p=Y(`relative flex flex-col overflow-visible border border-border/80 focus-within:ring-1`,d,f,i),n[7]=i,n[8]=d,n[9]=f,n[10]=p):p=n[10];let m;n[11]===o?m=n[12]:(m={borderRadius:`var(--radius-xl)`,backgroundColor:`var(--surface-subtle)`,...o},n[11]=o,n[12]=m);let h;return n[13]!==r||n[14]!==a||n[15]!==t||n[16]!==p||n[17]!==m?(h=(0,$.jsx)(`div`,{ref:t,className:p,style:m,...a,children:r}),n[13]=r,n[14]=a,n[15]=t,n[16]=p,n[17]=m,n[18]=h):h=n[18],h});Rg.displayName=`ChatComposerSurface`;var zg=Z.forwardRef((e,t)=>{let n=(0,Q.c)(3),r;return n[0]!==e||n[1]!==t?(r=(0,$.jsx)(Ta,{ref:t,...e}),n[0]=e,n[1]=t,n[2]=r):r=n[2],r});zg.displayName=`ChatPromptTextarea`;var Bg=e=>{let t=(0,Q.c)(10),n,r,i;t[0]===e?(n=t[1],r=t[2],i=t[3]):({className:r,children:n,...i}=e,t[0]=e,t[1]=n,t[2]=r,t[3]=i);let a;t[4]===r?a=t[5]:(a=Y(`flex shrink-0 items-center gap-2 bg-transparent px-2.5 py-1.5`,r),t[4]=r,t[5]=a);let o;return t[6]!==n||t[7]!==i||t[8]!==a?(o=(0,$.jsx)(`div`,{className:a,"data-chat-input-footer":`true`,...i,children:n}),t[6]=n,t[7]=i,t[8]=a,t[9]=o):o=t[9],o},Vg=(e,t)=>{typeof e==`function`?e(t):e&&(e.current=t)},Hg=e=>{let t=(0,Q.c)(139),n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y,b,x,S,C,w,T,E,D,O,k,A,j,M,N,P,F,I,L,R,z,B;t[0]===e?(n=t[1],r=t[2],i=t[3],a=t[4],o=t[5],s=t[6],c=t[7],l=t[8],u=t[9],d=t[10],f=t[11],p=t[12],m=t[13],h=t[14],g=t[15],_=t[16],v=t[17],y=t[18],b=t[19],x=t[20],S=t[21],C=t[22],w=t[23],T=t[24],E=t[25],D=t[26],O=t[27],k=t[28],A=t[29],j=t[30],M=t[31],N=t[32],P=t[33],F=t[34],I=t[35],L=t[36],R=t[37],z=t[38],B=t[39]):({value:B,attachments:j,disabled:M,pending:N,placeholder:T,isMobile:P,onChange:x,onSubmit:w,onStop:C,onAddFiles:b,onRemoveAttachment:S,addFilesLabel:n,removeAttachmentLabel:E,sendLabel:O,stopLabel:k,hint:f,leftControls:y,rightControls:D,footerContent:c,inputHeader:m,attachmentContent:r,highlightedContent:d,highlightRef:u,inputRef:g,textareaProps:z,textLayoutClassName:R,inputClassName:p,inputOuterClassName:h,inputStyle:v,footerClassName:s,footerStyle:l,contentClassName:o,inputSectionClassName:_,autoResize:F,disableInputWhilePending:I,children:i,className:a,expanded:L,...A}=e,t[0]=e,t[1]=n,t[2]=r,t[3]=i,t[4]=a,t[5]=o,t[6]=s,t[7]=c,t[8]=l,t[9]=u,t[10]=d,t[11]=f,t[12]=p,t[13]=m,t[14]=h,t[15]=g,t[16]=_,t[17]=v,t[18]=y,t[19]=b,t[20]=x,t[21]=S,t[22]=C,t[23]=w,t[24]=T,t[25]=E,t[26]=D,t[27]=O,t[28]=k,t[29]=A,t[30]=j,t[31]=M,t[32]=N,t[33]=P,t[34]=F,t[35]=I,t[36]=L,t[37]=R,t[38]=z,t[39]=B);let V=j===void 0?[]:j,H=M!==void 0&&M,U=N!==void 0&&N,W=P!==void 0&&P,ee=F===void 0||F,G=I===void 0||I,K=L!==void 0&&L,te=Z.useRef(null),ne=Z.useRef(null),re;t[40]!==ee||t[41]!==K||t[42]!==z?.fillContainer?(re=()=>{if(!ee||K||z?.fillContainer)return;let e=te.current;if(!e)return;e.style.height=`auto`;let t=Number.parseFloat(window.getComputedStyle(e).maxHeight),n=Number.isFinite(t)?Math.min(e.scrollHeight,t):e.scrollHeight;e.style.height=`${n}px`,e.style.overflowY=Number.isFinite(t)&&e.scrollHeight>t?`auto`:`hidden`},t[40]=ee,t[41]=K,t[42]=z?.fillContainer,t[43]=re):re=t[43];let ie=z?.fillContainer,ae;t[44]!==ee||t[45]!==K||t[46]!==ie||t[47]!==B?(ae=[ee,K,ie,B],t[44]=ee,t[45]=K,t[46]=ie,t[47]=B,t[48]=ae):ae=t[48],Z.useLayoutEffect(re,ae);let oe;t[49]!==G||t[50]!==H||t[51]!==w||t[52]!==U||t[53]!==z?(oe=e=>{z?.onKeyDown?.(e),!(e.defaultPrevented||Ih(e))&&e.key===`Enter`&&!e.shiftKey&&(e.preventDefault(),!H&&(!U||!G)&&w())},t[49]=G,t[50]=H,t[51]=w,t[52]=U,t[53]=z,t[54]=oe):oe=t[54];let se=oe,ce;t[55]===b?ce=t[56]:(ce=e=>{b?.(e.target.files),e.target.value=``},t[55]=b,t[56]=ce);let le=ce,ue=B.trim().length>0||V.length>0,de=V.filter(Ug),fe;t[57]!==n||t[58]!==H||t[59]!==le||t[60]!==b||t[61]!==U?(fe=b?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`input`,{ref:ne,type:`file`,accept:`image/*`,multiple:!0,className:`hidden`,onChange:le}),(0,$.jsx)(`button`,{type:`button`,className:`flex size-8 shrink-0 items-center justify-center rounded-md text-foreground outline-none hover:bg-[var(--interactive-hover)] disabled:cursor-not-allowed disabled:opacity-40`,onClick:()=>ne.current?.click(),disabled:H||U,"aria-label":n,children:(0,$.jsx)(X,{name:`attachment-2`,className:`size-[18px]`})})]}):null,t[57]=n,t[58]=H,t[59]=le,t[60]=b,t[61]=U,t[62]=fe):fe=t[62];let pe=fe,me;t[63]!==H||t[64]!==ue||t[65]!==C||t[66]!==U||t[67]!==O||t[68]!==k?(me=U&&C?(0,$.jsx)(`button`,{type:`button`,className:`flex size-8 shrink-0 items-center justify-center rounded-md text-[var(--status-error)] outline-none hover:bg-[var(--interactive-hover)]`,onClick:C,"aria-label":k,children:(0,$.jsx)(Lh,{className:`size-5`})}):(0,$.jsx)(`button`,{type:`submit`,className:`flex size-8 shrink-0 items-center justify-center rounded-md text-primary outline-none hover:bg-[var(--interactive-hover)] disabled:cursor-not-allowed disabled:opacity-30`,disabled:H||U||!ue,"aria-label":O,children:(0,$.jsx)(X,{name:U?`loader-4`:`send-plane-2`,className:Y(`size-4`,U&&`animate-spin`)})}),t[63]=H,t[64]=ue,t[65]=C,t[66]=U,t[67]=O,t[68]=k,t[69]=me):me=t[69];let he=me,ge=Rg,_e=K&&`flex-1`,ve;t[70]!==o||t[71]!==_e?(ve=Y(`relative flex min-h-0 flex-col`,_e,o),t[70]=o,t[71]=_e,t[72]=ve):ve=t[72];let ye=K&&`flex min-h-0 flex-1 flex-col`,be;t[73]!==_||t[74]!==ye?(be=Y(`overflow-hidden`,ye,_),t[73]=_,t[74]=ye,t[75]=be):be=t[75];let xe=de.length>0?(0,$.jsx)(`div`,{className:`flex gap-2 overflow-x-auto px-3 pt-3`,"data-chat-prompt-attachments":`true`,children:de.map(e=>(0,$.jsxs)(`div`,{className:`group relative shrink-0`,children:[(0,$.jsx)(`img`,{src:e.url,alt:e.name,className:`size-16 rounded-lg border border-border object-cover`}),S?(0,$.jsx)(`button`,{type:`button`,className:`absolute -right-1 -top-1 flex size-6 items-center justify-center rounded-full border border-border bg-[var(--surface-elevated)] shadow-sm hover:bg-[var(--interactive-hover)]`,onClick:()=>S(e.id),"aria-label":E,children:(0,$.jsx)(X,{name:`close`,className:`size-3`})}):null]},e.id))}):null,Se=K&&`flex min-h-0 flex-1 flex-col`,Ce;t[76]===Se?Ce=t[77]:(Ce=Y(`relative overflow-hidden`,Se),t[76]=Se,t[77]=Ce);let we;t[78]!==u||t[79]!==d||t[80]!==p||t[81]!==R?(we=d?(0,$.jsx)(`div`,{ref:u,"aria-hidden":!0,"data-composer-highlight":`true`,className:Y(`pointer-events-none absolute inset-0 z-0 rounded-b-none`,R,p),children:d}):null,t[78]=u,t[79]=d,t[80]=p,t[81]=R,t[82]=we):we=t[82];let Te;t[83]===g?Te=t[84]:(Te=e=>{te.current=e,Vg(g,e)},t[83]=g,t[84]=Te);let Ee;t[85]===x?Ee=t[86]:(Ee=e=>x(e.target.value,e),t[85]=x,t[86]=Ee);let De=H||U&&G,Oe=W?`send`:z?.enterKeyHint,ke=K&&`min-h-0 flex-1`,Ae;t[87]!==h||t[88]!==ke?(Ae=Y(`ring-0 bg-transparent shadow-none hover:bg-transparent focus-within:ring-0`,ke,h),t[87]=h,t[88]=ke,t[89]=Ae):Ae=t[89];let je=d&&`text-transparent caret-[var(--surface-foreground)]`,Me;t[90]!==p||t[91]!==je||t[92]!==R?(Me=Y(`relative z-10 min-h-[52px] max-h-40 resize-none overflow-y-hidden appearance-none rounded-b-none border-0 bg-transparent px-3 pb-2 pt-4 typography-markdown hover:border-transparent md:typography-ui-label`,R,p,je),t[90]=p,t[91]=je,t[92]=R,t[93]=Me):Me=t[93];let Ne=z?.rows??1,Pe;t[94]!==se||t[95]!==v||t[96]!==T||t[97]!==Te||t[98]!==Ee||t[99]!==De||t[100]!==Oe||t[101]!==Ae||t[102]!==Me||t[103]!==Ne||t[104]!==z||t[105]!==B?(Pe=(0,$.jsx)(zg,{...z,simple:!0,ref:Te,"data-chat-input":`true`,value:B,onChange:Ee,onKeyDown:se,disabled:De,placeholder:T,enterKeyHint:Oe,outerClassName:Ae,className:Me,style:v,rows:Ne}),t[94]=se,t[95]=v,t[96]=T,t[97]=Te,t[98]=Ee,t[99]=De,t[100]=Oe,t[101]=Ae,t[102]=Me,t[103]=Ne,t[104]=z,t[105]=B,t[106]=Pe):Pe=t[106];let Fe;t[107]!==Ce||t[108]!==we||t[109]!==Pe?(Fe=(0,$.jsxs)(`div`,{className:Ce,"data-composer-input-shell":`true`,children:[we,Pe]}),t[107]=Ce,t[108]=we,t[109]=Pe,t[110]=Fe):Fe=t[110];let Ie;t[111]!==r||t[112]!==m||t[113]!==be||t[114]!==xe||t[115]!==Fe?(Ie=(0,$.jsxs)(`div`,{className:be,children:[m,r,xe,Fe]}),t[111]=r,t[112]=m,t[113]=be,t[114]=xe,t[115]=Fe,t[116]=Ie):Ie=t[116];let Le;t[117]!==pe||t[118]!==he||t[119]!==c||t[120]!==f||t[121]!==y||t[122]!==D?(Le=c??(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`div`,{className:`flex items-center gap-1.5`,children:y??pe}),f?(0,$.jsx)(`div`,{className:`min-w-0 flex-1 truncate typography-micro text-muted-foreground`,children:f}):(0,$.jsx)(`div`,{className:`flex-1`}),(0,$.jsx)(`div`,{className:`flex items-center gap-1.5`,children:D??he})]}),t[117]=pe,t[118]=he,t[119]=c,t[120]=f,t[121]=y,t[122]=D,t[123]=Le):Le=t[123];let Re;t[124]!==s||t[125]!==l||t[126]!==Le?(Re=(0,$.jsx)(Bg,{className:s,style:l,children:Le}),t[124]=s,t[125]=l,t[126]=Le,t[127]=Re):Re=t[127];let ze;t[128]!==ve||t[129]!==Ie||t[130]!==Re?(ze=(0,$.jsxs)(`div`,{"data-composer-content":`true`,className:ve,children:[Ie,Re]}),t[128]=ve,t[129]=Ie,t[130]=Re,t[131]=ze):ze=t[131];let Be;return t[132]!==ge||t[133]!==i||t[134]!==a||t[135]!==K||t[136]!==A||t[137]!==ze?(Be=(0,$.jsxs)(ge,{className:a,expanded:K,...A,children:[i,ze]}),t[132]=ge,t[133]=i,t[134]=a,t[135]=K,t[136]=A,t[137]=ze,t[138]=Be):Be=t[138],Be};function Ug(e){return e.mime.startsWith(`image/`)}var Wg=e=>e.trim().replace(/\s+/g,`-`).replace(/[^A-Za-z0-9._/-]/g,`-`).replace(/-+/g,`-`).replace(/\/{2,}/g,`/`).replace(/\/-+/g,`/`).replace(/-+\//g,`/`).replace(/^[-/]+/,``).replace(/[-/]+$/,``),Gg=({currentBranch:e,localBranches:t,remoteBranches:n,branchInfo:r,onCheckout:i,onCreate:a,remotes:o=[],disabled:s=!1,iconOnly:c=!1,trigger:l,triggerLabel:u,contentAlign:d,hideTooltip:f=!1,projectRootOption:p=null,worktreeOptions:m=[],selectedDirectory:h=null,onSelectDirectory:g,onCreateWorktree:_,worktreesLabel:v,worktreeNewLabel:y,projectRootLabel:b,onOpenChange:x,open:S,presentation:C=`dropdown`})=>{let{t:w}=it(),[T,E]=Z.useState(!1),[D,O]=Z.useState(``),[k,A]=Z.useState(!1),[j,M]=Z.useState(!1),[N,P]=Z.useState(``),[F,I]=Z.useState(!1),L=Z.useRef(null),R=Z.useId(),z=S??T,B=e=>{S===void 0&&E(e),x?.(e)},V=Z.useCallback(e=>{e.stopPropagation()},[]),H=o.length>1,U=!!(g||_),W=Z.useMemo(()=>Wg(N),[N]),ee=Z.useMemo(()=>{let e=D.trim();return e?pr(t,e,e=>e).map(e=>e.item):t},[D,t]),G=Z.useMemo(()=>{let e=D.trim();return e?pr(n,e,e=>e).map(e=>e.item):n},[D,n]),K=Z.useMemo(()=>{let e=D.trim();return e?pr(m,e,e=>e.label).map(e=>e.item):m},[D,m]),te=Z.useMemo(()=>{if(!p)return!1;let e=D.trim();return!e||pr([p],e,e=>[e.label,b??``]).length>0},[b,p,D]),ne=t=>{if(t===e){B(!1);return}i(t),B(!1),O(``)},re=e=>{g?.(e),B(!1),O(``)},ie=()=>{A(!0),setTimeout(()=>L.current?.focus(),50)},ae=async()=>{if(!(!W||F)){if(H){M(!0);return}I(!0);try{await a(W,o[0]),P(``),A(!1),B(!1)}finally{I(!1)}}},oe=async e=>{if(!(!W||F)){I(!0);try{await a(W,e),P(``),A(!1),M(!1),B(!1)}finally{I(!1)}}},se=()=>{M(!1)},ce=()=>{P(``),A(!1),M(!1)};Z.useEffect(()=>{z||(O(``),A(!1),M(!1),P(``))},[z]);let le=u||e||w(`gitView.branch.detachedHead`),ue=d??(c?`end`:`start`),de=v??w(`chat.chatInput.worktrees`),fe=y??w(`chat.chatInput.worktreeNew`),pe=b??w(`chat.chatInput.projectRoot`),me=c?(0,$.jsx)(`button`,{type:`button`,className:`flex size-6 items-center justify-center rounded text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--interactive-focus-ring)] disabled:cursor-not-allowed disabled:opacity-50`,disabled:s,"aria-label":le,children:(0,$.jsx)(X,{name:`git-branch`,className:`size-3.5`})}):(0,$.jsxs)(oa,{variant:`ghost`,size:`xs`,className:`h-6 min-w-0 max-w-full justify-start gap-1 px-0 hover:bg-transparent`,disabled:s,"aria-label":le,children:[(0,$.jsx)(X,{name:`git-branch`,className:`size-3.5 text-primary`}),(0,$.jsx)(`span`,{className:`min-w-0 truncate typography-ui-label font-semibold text-left text-foreground`,children:le}),(0,$.jsx)(X,{name:`arrow-down-s`,className:`size-3 shrink-0 text-muted-foreground`})]}),he=(0,$.jsx)(Va,{asChild:!0,disabled:s,children:l??me}),ge=(0,$.jsxs)(gg,{className:`h-full min-h-0`,children:[(0,$.jsx)(`div`,{"data-mobile-sheet-no-dismiss":C===`mobile-sheet`?``:void 0,children:(0,$.jsx)(_g,{placeholder:w(`gitView.branch.searchPlaceholder`),value:D,onValueChange:O,onKeyDown:V})}),(0,$.jsxs)(vg,{scrollbarClassName:`overlay-scrollbar--flush overlay-scrollbar--dense overlay-scrollbar--zero`,disableHorizontal:!0,children:[(0,$.jsx)(yg,{children:w(`gitView.branch.empty`)}),(0,$.jsx)(bg,{children:j?(0,$.jsxs)(`div`,{className:`px-2 py-1.5`,children:[(0,$.jsxs)(`div`,{className:`flex items-center gap-2 mb-2`,children:[(0,$.jsx)(`button`,{type:`button`,onClick:se,disabled:F,className:`shrink-0 text-muted-foreground hover:text-foreground disabled:opacity-50`,children:(0,$.jsx)(X,{name:`arrow-left`,className:`size-4`})}),(0,$.jsxs)(`span`,{className:`typography-meta text-muted-foreground`,children:[w(`gitView.branch.pushToPrefix`),` `,(0,$.jsx)(`span`,{className:`text-foreground font-medium`,children:W}),` `,w(`gitView.branch.pushToSuffix`)]})]}),(0,$.jsx)(`div`,{className:`flex flex-col gap-1`,children:o.map(e=>(0,$.jsxs)(`button`,{type:`button`,onClick:()=>oe(e),disabled:F,className:`flex flex-col items-start gap-0.5 px-2 py-1.5 rounded-md text-left hover:bg-accent disabled:opacity-50`,children:[(0,$.jsxs)(`span`,{className:`typography-ui-label text-foreground`,children:[F?(0,$.jsx)(X,{name:`loader-4`,className:`inline size-3 mr-1.5 animate-spin`}):null,e.name]}),(0,$.jsx)(`span`,{className:`typography-micro text-muted-foreground truncate max-w-full`,children:e.pushUrl})]},e.name))})]}):k?(0,$.jsxs)(`div`,{className:`flex items-center gap-2 px-2 py-1.5 rounded-lg`,children:[(0,$.jsx)(`input`,{ref:L,placeholder:w(`gitView.branch.newBranchPlaceholder`),value:N,onChange:e=>P(e.target.value),onClick:e=>e.stopPropagation(),onKeyDown:e=>{V(e),e.key===`Enter`?(e.preventDefault(),ae()):e.key===`Escape`&&(e.preventDefault(),ce())},className:`flex-1 min-w-0 bg-transparent typography-meta outline-none placeholder:text-muted-foreground`}),(0,$.jsx)(`button`,{type:`button`,onClick:ae,disabled:!W||F,className:`shrink-0 text-muted-foreground hover:text-foreground disabled:opacity-50`,children:F?(0,$.jsx)(X,{name:`loader-4`,className:`size-4 animate-spin`}):(0,$.jsx)(X,{name:`add`,className:`size-4`})}),(0,$.jsx)(`button`,{type:`button`,onClick:ce,disabled:F,className:`shrink-0 text-muted-foreground hover:text-foreground disabled:opacity-50`,children:(0,$.jsx)(X,{name:`close`,className:`size-4`})})]}):(0,$.jsxs)(Sg,{onSelect:ie,children:[(0,$.jsx)(X,{name:`add`,className:`size-4`}),(0,$.jsx)(`span`,{children:w(`gitView.branch.create`)})]})}),(0,$.jsx)(xg,{}),(0,$.jsxs)(bg,{heading:w(`gitView.branch.localBranches`),children:[ee.map(t=>(0,$.jsxs)(Sg,{onSelect:()=>ne(t),children:[(0,$.jsxs)(`span`,{className:`flex flex-1 flex-col`,children:[(0,$.jsx)(`span`,{className:`typography-ui-label text-foreground`,children:t}),(r?.[t]?.ahead||r?.[t]?.behind)&&(0,$.jsxs)(`span`,{className:`typography-micro text-muted-foreground`,children:[r[t].ahead||0,` ahead ·`,` `,r[t].behind||0,` behind`]})]}),e===t&&(0,$.jsx)(`span`,{className:`typography-micro text-primary`,children:w(`gitView.branch.currentBadge`)})]},`local-${t}`)),ee.length===0&&(0,$.jsx)(Sg,{disabled:!0,className:`justify-center`,children:(0,$.jsx)(`span`,{className:`typography-meta text-muted-foreground`,children:w(`gitView.branch.noLocalBranches`)})})]}),(0,$.jsx)(xg,{}),(0,$.jsxs)(bg,{heading:w(`gitView.branch.remoteBranches`),children:[G.map(e=>(0,$.jsx)(Sg,{onSelect:()=>ne(e),children:(0,$.jsx)(`span`,{className:`typography-ui-label text-foreground`,children:e})},`remote-${e}`)),G.length===0&&(0,$.jsx)(Sg,{disabled:!0,className:`justify-center`,children:(0,$.jsx)(`span`,{className:`typography-meta text-muted-foreground`,children:w(`gitView.branch.noRemoteBranches`)})})]}),U?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(xg,{}),(0,$.jsxs)(bg,{children:[(0,$.jsxs)(`div`,{className:`flex items-center justify-between px-2 py-1.5`,children:[(0,$.jsx)(`span`,{className:`text-muted-foreground typography-meta`,children:de}),_?(0,$.jsx)(`button`,{type:`button`,className:`cursor-pointer text-muted-foreground typography-meta hover:text-foreground`,onPointerDown:e=>{e.stopPropagation()},onClick:e=>{e.preventDefault(),e.stopPropagation(),B(!1),_()},children:fe}):null]}),p&&te?(0,$.jsxs)(Sg,{onSelect:()=>re(p.value),children:[(0,$.jsxs)(`span`,{className:`flex min-w-0 flex-1 flex-col`,children:[(0,$.jsx)(`span`,{className:`typography-micro text-muted-foreground`,children:pe}),(0,$.jsx)(`span`,{className:`truncate typography-ui-label text-foreground`,children:p.label})]}),h===p.value?(0,$.jsx)(`span`,{className:`typography-micro text-primary`,children:w(`gitView.branch.currentBadge`)}):null]}):null,K.map(e=>(0,$.jsxs)(Sg,{onSelect:()=>re(e.value),children:[(0,$.jsxs)(`span`,{className:`truncate typography-ui-label text-foreground`,children:[e.pending?`⏳ `:``,e.label]}),h===e.value?(0,$.jsx)(`span`,{className:`typography-micro text-primary`,children:w(`gitView.branch.currentBadge`)}):null]},`worktree-${e.value}`))]})]}):null]})]});if(C===`mobile-sheet`){let e=Z.cloneElement(l??me,{onClick:()=>B(!0),"data-popup-open":z?``:void 0});return(0,$.jsxs)($.Fragment,{children:[e,(0,$.jsx)(Ya,{id:`mobile-draft-branch-picker-sheet-${R}`,open:z,onOpenChange:B,ariaLabel:w(`gitView.branch.selectBranch`),closeAriaLabel:w(`mobile.surface.closeAria`),resizeAriaLabel:w(`mobile.sessions.sheet.resizeAria`),children:ge})]})}return(0,$.jsxs)(za,{open:z,onOpenChange:B,children:[f||l?he:(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:he}),(0,$.jsx)(Pa,{sideOffset:8,children:c?le:w(`gitView.branch.currentBranchTooltip`)})]}),(0,$.jsx)(Ra,{align:ue,className:`w-72 p-0 max-h-[60vh] flex flex-col`,children:ge})]})};function Kg(e){let{localBranches:t,remoteBranches:n,query:r}=e,i=r.trim();if(!i)return{matching:[],otherLocal:t,otherRemote:n};let a=pr(t,i,e=>e),o=pr(n,i,e=>e),s=new Set(a.map(e=>e.item)),c=new Set(o.map(e=>e.item));return{matching:[...a.map(e=>({label:e.item,value:e.item,source:`local`,score:e.score})),...o.map(e=>({label:e.item,value:`remotes/${e.item}`,source:`remote`,score:e.score}))].sort((e,t)=>e.score===t.score?e.source===t.source?e.label.length===t.label.length?e.label.localeCompare(t.label,void 0,{sensitivity:`accent`}):e.label.length-t.label.length:e.source===`local`?-1:1:e.score-t.score).map(({label:e,value:t,source:n})=>({label:e,value:t,source:n})),otherLocal:t.filter(e=>!s.has(e)),otherRemote:n.filter(e=>!c.has(e))}}function qg(e,t){return`${e}\0${t}`}function Jg({open:e,onOpenChange:t,onSelect:n}){let{t:r}=it(),i=c(e=>e.isMobile),{github:a}=wo(),o=Za(),s=o.data??null,l=o.isFetched,u=c(e=>e.setSettingsDialogOpen),d=c(e=>e.setSettingsPage),f=ei(e=>e.getActiveProject()),p=f?.id??null,m=f?.path??null,h=Z.useMemo(()=>m&&p?{id:p,path:m}:null,[p,m]),[g,_]=Z.useState(`issues`),[v,y]=Z.useState(``),[b,x]=Z.useState([]),[S,C]=Z.useState([]),[w,T]=Z.useState(!1),[E,D]=Z.useState(!1),[O,k]=Z.useState(null),[A,j]=Z.useState(null),[M,N]=Z.useState(null),[P,F]=Z.useState(!1),[I,L]=Z.useState(new Map),[R,z]=Z.useState(1),[B,V]=Z.useState(!1),H=Z.useRef(0),U=gs(v,350),W=q(async e=>{if(!(!m||!a)&&!(l&&s?.connected===!1)){T(!0),k(null),z(1),V(!1);try{if(g===`issues`&&a.issuesList){let t=await a.issuesList(m,{page:1,query:e});t.connected===!1?(k(r(`session.githubIntegration.error.notConnected`)),x([])):(x(t.issues??[]),z(t.page??1),V(!!t.hasMore))}else if(g===`prs`&&a.prsList){let t=await a.prsList(m,{page:1,query:e});t.connected===!1?(k(r(`session.githubIntegration.error.notConnected`)),C([])):(C(t.prs??[]),z(t.page??1),V(!!t.hasMore))}}catch(e){k(e instanceof Error?e.message:r(`session.githubIntegration.error.loadDataFailed`))}finally{T(!1)}}});Z.useEffect(()=>{if(!e||!m||l&&s?.connected===!1||!a)return;if(!U.trim()){W();return}let t=new AbortController;T(!0),k(null),z(1),V(!1);let n=g===`issues`&&a.issuesList?a.issuesList(m,{page:1,query:U.trim()}):g===`prs`&&a.prsList?a.prsList(m,{page:1,query:U.trim()}):null;if(!n){T(!1);return}return n.then(e=>{t.signal.aborted||(`issues`in e?e.connected===!1?(k(r(`session.githubIntegration.error.notConnected`)),x([])):(x(e.issues??[]),z(e.page??1),V(!!e.hasMore)):`prs`in e&&(e.connected===!1?(k(r(`session.githubIntegration.error.notConnected`)),C([])):(C(e.prs??[]),z(e.page??1),V(!!e.hasMore))))}).catch(e=>{t.signal.aborted||k(e instanceof Error?e.message:r(`session.githubIntegration.error.loadDataFailed`))}).finally(()=>{t.signal.aborted||T(!1)}),()=>t.abort()},[e,m,a,l,s,g,U,W,r]);let ee=q(async()=>{if(!(!m||!a)&&!(w||E)&&B){D(!0);try{let e=R+1;if(g===`issues`&&a.issuesList){let t=U.trim()?await a.issuesList(m,{page:e,query:U.trim()}):await a.issuesList(m,{page:e});t.connected!==!1&&(x(e=>[...e,...t.issues??[]]),z(t.page??e),V(!!t.hasMore))}else if(g===`prs`&&a.prsList){let t=U.trim()?await a.prsList(m,{page:e,query:U.trim()}):await a.prsList(m,{page:e});t.connected!==!1&&(C(e=>[...e,...t.prs??[]]),z(t.page??e),V(!!t.hasMore))}}catch{}finally{D(!1)}}});Z.useEffect(()=>{if(!e){_(`issues`),y(``),x([]),C([]),j(null),N(null),F(!1),k(null),L(new Map),z(1),V(!1);return}W()},[e,W]),Z.useEffect(()=>{H.current+=1,L(new Map)},[m,h]);let G=q(async e=>{if(!h||!e)return;let t=qg(h.path,e);if(I.has(t))return;let n=H.current;try{let i=await va(h,{mode:`new`,branchName:e,worktreeName:e});if(n!==H.current)return;let a=i.errors.find(e=>e.code===`branch_in_use`);L(e=>new Map(e).set(t,{isValid:!a,error:a?r(a.code===`branch_exists`?`session.githubIntegration.validation.branchAlreadyExists`:`session.githubIntegration.validation.branchAlreadyCheckedOut`):null}))}catch{if(n!==H.current)return;L(e=>new Map(e).set(t,{isValid:!1,error:r(`session.githubIntegration.validation.failed`)}))}});Z.useEffect(()=>{!e||g!==`prs`||S.forEach(e=>{e.head&&G(e.head)})},[e,g,S,m,h,G]);let K=l&&s?.connected===!0,te=()=>{d(`github`),u(!0)},ne=e=>{j(e),N(null)},re=e=>{N(e),j(null)},ie=()=>{A?n({type:`issue`,item:A}):M&&n({type:`pr`,item:M,includeDiff:P}),t(!1)},ae=()=>{j(null),N(null),F(!1)},oe=A||(M?.head&&m?I.get(qg(m,M.head))?.isValid!==!1:!1),se=e=>!e.head||(m?I.get(qg(m,e.head)):void 0)?.isValid===!1,ce=(0,$.jsx)($.Fragment,{children:K?(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`div`,{className:`relative mt-2`,children:[(0,$.jsx)(X,{name:`search`,className:`absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground`}),(0,$.jsx)(Ma,{value:v,onChange:e=>y(e.target.value),placeholder:r(g===`issues`?`session.githubIntegration.search.issuesPlaceholder`:`session.githubIntegration.search.prsPlaceholder`),className:`h-8 pl-9`})]}),(0,$.jsx)(`div`,{className:`mt-2 h-[300px] overflow-hidden`,children:(0,$.jsxs)(`div`,{className:`h-full overflow-y-auto`,children:[w&&(0,$.jsx)(`div`,{className:`flex items-center justify-center h-full`,children:(0,$.jsx)(X,{name:`loader-4`,className:`h-5 w-5 animate-spin text-muted-foreground`})}),O&&(0,$.jsx)(`div`,{className:`flex items-center justify-center h-full`,children:(0,$.jsxs)(`div`,{className:`flex items-center gap-2 p-2 rounded-md bg-destructive/10 text-destructive`,children:[(0,$.jsx)(X,{name:`error-warning`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`typography-small`,children:O})]})}),!w&&!O&&g===`issues`&&(0,$.jsxs)(`div`,{className:`space-y-0.5 min-h-full`,children:[b.length>0?b.map(e=>(0,$.jsx)(`button`,{onClick:()=>ne(e),className:Y(`w-full text-left px-2 py-1.5 rounded transition-colors`,A?.number===e.number?`bg-interactive-selection text-interactive-selection-foreground`:`hover:bg-interactive-hover`),children:(0,$.jsxs)(`div`,{className:`flex items-start gap-2`,children:[(0,$.jsxs)(`span`,{className:`text-muted-foreground shrink-0 typography-micro`,children:[`#`,e.number]}),(0,$.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,$.jsx)(`span`,{className:`typography-small line-clamp-2`,children:e.title}),e.sourceRepo?.source===`upstream`?(0,$.jsxs)(`span`,{className:`typography-micro px-1 py-0.5 rounded bg-status-info/10 text-status-info mt-0.5 inline-block`,children:[e.sourceRepo.owner,`/`,e.sourceRepo.repo]}):null]})]})},`${e.sourceRepo?.owner??``}-${e.sourceRepo?.repo??``}-${e.number}`)):(0,$.jsx)(`div`,{className:`flex items-center justify-center h-[300px] text-center typography-small text-muted-foreground`,children:r(`session.githubIntegration.empty.noIssuesFound`)}),B&&!E&&(0,$.jsx)(`div`,{className:`flex justify-center pt-2`,children:(0,$.jsx)(oa,{variant:`ghost`,size:`sm`,onClick:()=>void ee(),className:`h-7 text-xs`,children:r(`session.githubIntegration.actions.loadMore`)})}),E&&(0,$.jsx)(`div`,{className:`flex items-center justify-center py-2`,children:(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin text-muted-foreground`})})]}),!w&&!O&&g===`prs`&&(0,$.jsxs)(`div`,{className:`space-y-0.5 min-h-full`,children:[S.length>0?S.map(e=>{let t=se(e),n=e.head&&m?I.get(qg(m,e.head)):void 0;return(0,$.jsx)(`button`,{onClick:()=>!t&&re(e),disabled:t,className:Y(`w-full text-left px-2 py-1.5 rounded transition-colors`,M?.number===e.number?`bg-interactive-selection text-interactive-selection-foreground`:t?`opacity-50 cursor-not-allowed`:`hover:bg-interactive-hover`),children:(0,$.jsxs)(`div`,{className:`flex items-start gap-2`,children:[(0,$.jsxs)(`span`,{className:`text-muted-foreground shrink-0 typography-micro`,children:[`#`,e.number]}),(0,$.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,$.jsx)(`span`,{className:`typography-small line-clamp-1`,children:e.title}),(0,$.jsxs)(`div`,{className:`flex items-center gap-2 mt-0.5`,children:[(0,$.jsxs)(`span`,{className:`typography-micro text-muted-foreground`,children:[e.head,` → `,e.base]}),e.sourceRepo?.source===`upstream`?(0,$.jsxs)(`span`,{className:`typography-micro px-1 py-0.5 rounded bg-status-info/10 text-status-info`,children:[e.sourceRepo.owner,`/`,e.sourceRepo.repo]}):null,t&&n?.error&&(0,$.jsx)(`span`,{className:`typography-micro text-destructive`,children:n.error})]})]})]})},`${e.sourceRepo?.owner??``}-${e.sourceRepo?.repo??``}-${e.number}`)}):(0,$.jsx)(`div`,{className:`flex items-center justify-center h-[300px] text-center typography-small text-muted-foreground`,children:r(`session.githubIntegration.empty.noPullRequestsFound`)}),B&&!E&&(0,$.jsx)(`div`,{className:`flex justify-center pt-2`,children:(0,$.jsx)(oa,{variant:`ghost`,size:`sm`,onClick:()=>void ee(),className:`h-7 text-xs`,children:r(`session.githubIntegration.actions.loadMore`)})}),E&&(0,$.jsx)(`div`,{className:`flex items-center justify-center py-2`,children:(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin text-muted-foreground`})})]})]})})]}):(0,$.jsxs)(`div`,{className:`flex-1 flex flex-col items-center justify-center p-8 gap-4`,children:[(0,$.jsx)(X,{name:`github`,className:`h-12 w-12 text-muted-foreground`}),(0,$.jsxs)(`div`,{className:`text-center`,children:[(0,$.jsx)(`p`,{className:`typography-ui-label text-foreground`,children:r(`session.githubIntegration.connect.title`)}),(0,$.jsx)(`p`,{className:`typography-small text-muted-foreground mt-1`,children:r(`session.githubIntegration.connect.description`)})]}),(0,$.jsx)(oa,{onClick:te,size:`sm`,children:r(`session.githubIntegration.connect.action`)})]})}),le=(0,$.jsxs)(`div`,{className:Y(`w-full`,i?`flex flex-col gap-2`:`flex flex-row items-center`),children:[(0,$.jsxs)(`div`,{className:Y(`flex items-center gap-4`,i?`w-full justify-center order-1`:`flex-1`),children:[!i&&(A||M)&&(0,$.jsxs)(`div`,{className:`flex items-center gap-2 px-2 h-8 rounded-md bg-muted/50 border border-border/50`,children:[(0,$.jsx)(X,{name:`check`,className:`h-3.5 w-3.5 text-status-success shrink-0`}),(0,$.jsx)(`span`,{className:`typography-small truncate max-w-[150px]`,children:A?r(`session.githubIntegration.selected.issueNumber`,{number:A.number}):r(`session.githubIntegration.selected.prNumber`,{number:M?.number??``})}),(0,$.jsx)(`button`,{onClick:ae,className:`text-muted-foreground hover:text-foreground shrink-0 p-0.5 rounded hover:bg-muted transition-colors`,children:(0,$.jsx)(X,{name:`close`,className:`h-3.5 w-3.5`})})]}),g===`prs`&&M&&(0,$.jsxs)(`label`,{className:`flex items-center gap-2 cursor-pointer h-8`,children:[(0,$.jsx)(fa,{checked:P,onChange:e=>F(e),ariaLabel:r(`session.githubIntegration.includeDiffAria`)}),(0,$.jsx)(`span`,{className:`typography-small text-foreground`,children:r(`session.githubIntegration.includeDiff`)})]})]}),(0,$.jsxs)(`div`,{className:Y(`flex gap-2`,i?`w-full order-2`:`justify-end`),children:[(0,$.jsx)(oa,{variant:`outline`,size:`sm`,onClick:()=>t(!1),className:Y(i&&`flex-1`),children:r(`session.githubIntegration.actions.cancel`)}),(0,$.jsx)(oa,{size:`sm`,onClick:ie,disabled:!oe,className:Y(i&&`flex-1`),children:r(`session.githubIntegration.actions.select`)})]})]});return(0,$.jsx)($.Fragment,{children:i?(0,$.jsx)(hp,{open:e,title:r(`session.githubIntegration.title`),onClose:()=>t(!1),footer:K?le:void 0,renderHeader:e=>(0,$.jsxs)(`div`,{className:`flex flex-col gap-2 px-3 py-2 border-b border-border/40`,children:[(0,$.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,$.jsx)(`h2`,{className:`typography-ui-label font-semibold text-foreground`,children:r(`session.githubIntegration.title`)}),e]}),(0,$.jsx)(`div`,{className:`w-full`,children:(0,$.jsx)(uc,{items:[{id:`issues`,label:r(`session.githubIntegration.tabs.issues`),icon:(0,$.jsx)(X,{name:`git-branch`,className:`h-3.5 w-3.5`})},{id:`prs`,label:r(`session.githubIntegration.tabs.pullRequests`),icon:(0,$.jsx)(X,{name:`git-pull-request`,className:`h-3.5 w-3.5`})}],activeId:g,onSelect:e=>{_(e),y(``)},variant:`active-pill`,layoutMode:`fit`})}),(A||M)&&(0,$.jsxs)(`div`,{className:`flex items-center gap-2 px-2 py-1 rounded-md bg-muted/50 border border-border/50`,children:[(0,$.jsx)(X,{name:`check`,className:`h-3.5 w-3.5 text-status-success shrink-0`}),(0,$.jsx)(`span`,{className:`typography-small truncate flex-1`,children:A?r(`session.githubIntegration.selected.issueNumber`,{number:A.number}):r(`session.githubIntegration.selected.prNumber`,{number:M?.number??``})}),(0,$.jsx)(`button`,{onClick:ae,className:`text-muted-foreground hover:text-foreground shrink-0 p-0.5 rounded hover:bg-muted transition-colors`,children:(0,$.jsx)(X,{name:`close`,className:`h-3.5 w-3.5`})})]})]}),children:ce}):(0,$.jsx)(aa,{open:e,onOpenChange:t,children:(0,$.jsxs)(ta,{className:`max-w-2xl max-h-[70vh] flex flex-col`,children:[(0,$.jsx)($i,{className:`flex flex-row items-center justify-between`,children:(0,$.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,$.jsxs)(na,{className:`flex items-center gap-2 shrink-0`,children:[(0,$.jsx)(X,{name:`github`,className:`h-5 w-5`}),r(`session.githubIntegration.title`)]}),(0,$.jsx)(`div`,{className:`w-[220px]`,children:(0,$.jsx)(uc,{items:[{id:`issues`,label:r(`session.githubIntegration.tabs.issues`),icon:(0,$.jsx)(X,{name:`git-branch`,className:`h-3.5 w-3.5`})},{id:`prs`,label:r(`session.githubIntegration.tabs.pullRequests`),icon:(0,$.jsx)(X,{name:`git-pull-request`,className:`h-3.5 w-3.5`})}],activeId:g,onSelect:e=>{_(e),y(``)},variant:`active-pill`,layoutMode:`fit`})})]})}),ce,(0,$.jsx)(ea,{className:`mt-1`,children:le})]})})})}var Yg=(e,t,n)=>{let r=n??t;return r?e.find(e=>e.id===r)??null:null},Xg=e=>e.trim().replace(/^refs\/heads\//,``).replace(/^heads\//,``).replace(/\s+/g,`-`).replace(/^\/+|\/+$/g,``),Zg=e=>e.trim().replace(/^refs\/heads\//,``).replace(/^heads\//,``).replace(/\s+/g,`-`).replace(/^\/+|\/+$/g,``).split(`/`).join(`-`).replace(/[^A-Za-z0-9._-]+/g,`-`).replace(/-+/g,`-`).replace(/^-+|-+$/g,``).slice(0,80),Qg=e=>String(e||``).trim().toLowerCase().replace(/[^a-z0-9._-]+/g,`-`).replace(/-+/g,`-`).replace(/^-+|-+$/g,``)||`pr-head`,$g=(e,t,n)=>{let r=Xg(e.head||``);if(!r)throw Error(`PR head branch is missing`);if(t.includes(r))return{existingBranch:r,setUpstream:void 0,upstreamRemote:void 0,upstreamBranch:void 0,ensureRemoteName:void 0,ensureRemoteUrl:void 0,sourceLabel:r};let i=n.find(e=>{let t=e.indexOf(`/`);return t<=0||t>=e.length-1?!1:e.slice(t+1)===r});if(i){let e=i.indexOf(`/`),t=i.slice(0,e);return{existingBranch:`remotes/${i}`,setUpstream:!0,upstreamRemote:t,upstreamBranch:r,ensureRemoteName:void 0,ensureRemoteUrl:void 0,sourceLabel:`${t}/${r}`}}let a=String(e.headLabel||``).split(`:`)[0]?.trim(),o=`pr-${Qg(e.headRepo?.owner||a||`pr-head`)}`,s=e.headRepo?.sshUrl||e.headRepo?.cloneUrl||``;if(!s)throw Error(`PR head repository URL is unavailable`);return{existingBranch:`remotes/${o}/${r}`,setUpstream:!0,upstreamRemote:o,upstreamBranch:r,ensureRemoteName:o,ensureRemoteUrl:s,sourceLabel:`${o}/${r}`}},e_=e=>{let t={repo:e.repo??null,issue:e.issue,comments:e.comments};return`GitHub issue context (JSON)\n${JSON.stringify(t,null,2)}`},t_=e=>`GitHub pull request context (JSON)\n${JSON.stringify(e,null,2)}`;function n_({open:e,onOpenChange:t,onWorktreeCreated:n,projectId:r}){let{t:i}=it(),{github:a,git:o}=wo(),s=c(e=>e.isMobile),l=Z.useId(),u=Za(),d=u.data??null,f=u.isFetched,p=ei(e=>Yg(e.projects,e.activeProjectId,r)),m=p?.path??null,h=Z.useMemo(()=>m&&p?{id:p.id,path:m}:null,[p,m]),[g,_]=Z.useState(`new-branch`),[v,y]=Z.useState({branchName:``,worktreeName:``,isSyncingWorktreeName:!0,sourceBranch:``,linkedIssue:null,linkedPr:null,includePrDiff:!1}),[b,x]=Z.useState({selectedBranch:``,worktreeName:``}),S=js(m),C=Os(m),w=xs(e=>e.fetchBranches),T=Z.useMemo(()=>S?.all?S.all.filter(e=>!e.startsWith(`remotes/`)).sort():[],[S]),E=Z.useMemo(()=>S?.all?S.all.filter(e=>e.startsWith(`remotes/`)).map(e=>e.replace(/^remotes\//,``)).sort():[],[S]),D=J(e=>e.availableWorktreesByProject),O=Z.useMemo(()=>{if(!m)return new Set;let e=D.get(m)??[];return new Set(e.map(e=>e.name))},[D,m]),k=Z.useCallback((e=10)=>{for(let t=0;t<e;t++){let e=Yh();if(!O.has(e))return e}return`${Yh()}-${Date.now().toString(36).slice(-4)}`},[O]),[A,j]=Z.useState(!1),[M,N]=Z.useState(!1),[P,F]=Z.useState(!1),[I,L]=Z.useState(!1),[R,z]=Z.useState(!1),[B,V]=Z.useState(``),[H,U]=Z.useState(``),W=Z.useRef(null),ee=Z.useRef(null),G=Z.useRef(null),K=Z.useRef(null),te=Z.useCallback(e=>{e.stopPropagation()},[]),ne=Z.useCallback(e=>{let t=e;for(;t&&t!==document.body;){let{overflowY:e}=window.getComputedStyle(t);if((e===`auto`||e===`scroll`)&&t.scrollHeight>t.clientHeight)return t;t=t.parentElement}return null},[]),re=Z.useCallback(e=>{e&&(e.scrollTop=0)},[]),ie=Z.useCallback(e=>{let t=e.current?.querySelector(`[data-slot="command-list"]`)??null;re(t)},[re]),ae=Z.useCallback(e=>{let t=ne(e.current);re(t)},[ne,re]),oe=Z.useMemo(()=>Kg({localBranches:T,remoteBranches:E,query:B}),[T,E,B]),se=Z.useMemo(()=>Kg({localBranches:T,remoteBranches:E,query:H}),[T,E,H]),ce=B.trim().length>0,le=H.trim().length>0,ue=oe.matching.length>0,de=se.matching.length>0,fe=!!(m&&o),pe=Z.useCallback(()=>{!m||!o||w(m,o)},[m,o,w]);Z.useEffect(()=>{!e||!m||!o||S?.all||w(m,o)},[e,m,o,S?.all,w]),Z.useEffect(()=>{!M&&!I&&V(``)},[M,I]),Z.useEffect(()=>{!P&&!R&&U(``)},[P,R]),Z.useEffect(()=>{M&&ie(W),I&&ae(G)},[M,I,B,ie,ae]),Z.useEffect(()=>{P&&ie(ee),R&&ae(K)},[P,R,H,ie,ae]);let[me,he]=Z.useState({isValidating:!1,branchError:null,worktreeError:null,touched:!1}),[ge,_e]=Z.useState(!1),[ve,ye]=Z.useState(null),be=Z.useCallback(()=>{let e=Zt.getState(),t=e.getVisibleAgents();if(e.settingsDefaultAgent){let n=t.find(t=>t.name===e.settingsDefaultAgent);if(n)return n.name}return t.find(e=>e.name===`build`)?.name||t[0]?.name},[]),xe=Z.useCallback(()=>{let e=Zt.getState(),t=e.settingsDefaultModel;if(!t)return null;let n=Hr(t);if(!n)return null;let{providerId:r,modelId:i}=n;return e.getModelMetadata(r,i)?{providerID:r,modelID:i}:null},[]),Se=Z.useCallback((e,t)=>{let n=Zt.getState(),r=n.settingsDefaultVariant,i=n.currentProviderId===e&&n.currentModelId===t?n.currentVariant:void 0,a=n.providers.find(t=>t.id===e)?.models.find(e=>e.id===t)?.variants;if(!a)return r||i||void 0;if(r&&Object.prototype.hasOwnProperty.call(a,r))return r;if(i&&Object.prototype.hasOwnProperty.call(a,i))return i},[]),Ce=Z.useCallback(async e=>{if(!m||!a)return;let t=Zt.getState(),n=fn.getState().lastUsedProvider,r=xe(),o=r?.providerID||t.currentProviderId||n?.providerID,s=r?.modelID||t.currentModelId||n?.modelID,c=be()||t.currentAgentName||void 0;if(!o||!s){wi.error(i(`session.newWorktree.error.noModelSelected`));return}let l=Se(o,s);if(e.issue){if(!a.issueGet||!a.issueComments)return;let t=await a.issueGet(m,e.issue.number,{sourceRepo:e.issue.sourceRepo??null});if(t.connected===!1||!t.repo||!t.issue)throw Error(`Failed to load issue context`);let n=await a.issueComments(m,e.issue.number,{sourceRepo:e.issue.sourceRepo??null});if(n.connected===!1)throw Error(`Failed to load issue comments`);let r=await vt(`github.issue.review.visible`,{issue_number:String(e.issue.number)}),u=await vt(`github.issue.review.instructions`),d=e_({repo:t.repo,issue:t.issue,comments:n.comments??[]});await J.getState().sendMessage(r,o,s,c,void 0,void 0,[{text:u,synthetic:!0},{text:d,synthetic:!0}],l,void 0,{sessionId:e.sessionId}),wi.success(i(`session.newWorktree.toast.sessionFromIssue`));return}if(e.pr){if(!a.prContext)return;let t=await a.prContext(m,e.pr.number,{sourceRepo:e.pr.sourceRepo??null,includeDiff:e.includeDiff,includeCheckDetails:!1});if(t.connected===!1||!t.repo||!t.pr)throw Error(`Failed to load PR context`);let n=await vt(`github.pr.review.visible`,{pr_number:String(e.pr.number)}),r=await vt(`github.pr.review.instructions`),u=t_(t);await J.getState().sendMessage(n,o,s,c,void 0,void 0,[{text:r,synthetic:!0},{text:u,synthetic:!0}],l,void 0,{sessionId:e.sessionId}),wi.success(i(`session.newWorktree.toast.sessionFromPr`))}},[a,m,be,xe,Se,i]),we=g===`new-branch`?v:b;Z.useEffect(()=>{if(!e||!S?.all||!m||v.sourceBranch)return;let t=v.sourceBranch,n=!1;return(async()=>{try{let e=await Ea(m).catch(()=>null);if(n)return;let r=localStorage.getItem(bs),{sourceBranch:i,shouldClearSavedSourceBranch:a}=As({branches:S.all,savedSourceBranch:r,rootBranch:e});if(a&&localStorage.removeItem(bs),n||t)return;i&&y(e=>({...e,sourceBranch:i}))}catch{}})(),()=>{n=!0}},[e,S?.all,m,v.sourceBranch]),Z.useLayoutEffect(()=>{if(!e)return;_(`new-branch`),x({selectedBranch:``,worktreeName:``}),N(!1),F(!1),L(!1),z(!1),V(``),U(``),he({isValidating:!1,branchError:null,worktreeError:null,touched:!1});let t=k();y({branchName:t,worktreeName:t,isSyncingWorktreeName:!0,sourceBranch:``,linkedIssue:null,linkedPr:null,includePrDiff:!1})},[e,k]),Z.useEffect(()=>{if(g!==`new-branch`||!v.isSyncingWorktreeName)return;let e=Zg(Xg(v.branchName));y(t=>({...t,worktreeName:e}))},[g,v.branchName,v.isSyncingWorktreeName]);let Te=Z.useCallback(async()=>{if(!h||!me.touched||ge)return;ve&&ve.abort();let e=new AbortController;ye(e),he(e=>({...e,isValidating:!0}));try{let t=g===`new-branch`?v.branchName:b.selectedBranch,n=we.worktreeName,r=Xg(t),a=Zg(n),o=null,s=null;if(r||(o=i(`session.newWorktree.error.branchNameRequired`)),a||(s=i(`session.newWorktree.error.worktreeDirectoryRequired`)),r&&a){let t=g===`new-branch`?v.linkedPr:null,n=t?$g(t,T,E):null,i=await va(h,{mode:g===`existing-branch`||n?`existing`:`new`,branchName:r,worktreeName:a,existingBranch:n?.existingBranch??(g===`existing-branch`?r:void 0),...n?.ensureRemoteName?{ensureRemoteName:n.ensureRemoteName}:{},...n?.ensureRemoteUrl?{ensureRemoteUrl:n.ensureRemoteUrl}:{}});if(e.signal.aborted)return;i.ok||i.errors.forEach(e=>{if(e.code===`worktree_exists`){s??=e.message;return}e.code.startsWith(`branch_`)&&(o??=e.message)})}e.signal.aborted||he(e=>({...e,isValidating:!1,branchError:o,worktreeError:s}))}catch{e.signal.aborted||he(e=>({...e,isValidating:!1}))}},[h,g,v.branchName,v.linkedPr,b.selectedBranch,we.worktreeName,T,E,me.touched,ve,ge,i]),Ee=g===`new-branch`?v.branchName:b.selectedBranch;Z.useEffect(()=>{if(!e||!h||!me.touched||ge)return;let t=setTimeout(()=>{Te()},300);return()=>clearTimeout(t)},[we.worktreeName,Ee,e,h,Te,me.touched,ge]);let De=async()=>{if(!h||!m){wi.error(i(`session.newWorktree.error.noActiveProject`));return}he(e=>({...e,touched:!0}));let e=g===`new-branch`?v.branchName:b.selectedBranch,r=we.worktreeName,a=Xg(e),o=Zg(r);if(!a){wi.error(i(`session.newWorktree.error.branchNameRequired`));return}if(!o){wi.error(i(`session.newWorktree.error.worktreeDirectoryRequired`));return}ve&&(ve.abort(),ye(null)),he(e=>({...e,isValidating:!1,branchError:null,worktreeError:null})),_e(!0);try{let e=g===`new-branch`?v.linkedPr:null,r=g===`new-branch`?v.linkedIssue:null,s=g===`new-branch`?v.linkedPr:null,c=g===`new-branch`&&v.includePrDiff,l=!!(r||s),[u,d]=await Promise.all([Jt(h),Ds(m)]),f=v.sourceBranch,p=``,_=(()=>{if(e){let t=$g(e,T,E);return p=t.sourceLabel,{preferredName:a||o,mode:`existing`,branchName:a,worktreeName:o,existingBranch:t.existingBranch,setupCommands:u,setUpstream:t.setUpstream,upstreamRemote:t.upstreamRemote,upstreamBranch:t.upstreamBranch,returnAfterDirectoryCreated:!0,...t.ensureRemoteName?{ensureRemoteName:t.ensureRemoteName}:{},...t.ensureRemoteUrl?{ensureRemoteUrl:t.ensureRemoteUrl}:{}}}return p=g===`new-branch`?f:``,{preferredName:a||o,mode:g===`existing-branch`?`existing`:`new`,branchName:g===`existing-branch`?void 0:a,worktreeName:o,existingBranch:g===`existing-branch`?a:void 0,setupCommands:u,returnAfterDirectoryCreated:!0,...f&&g===`new-branch`?{startRef:f}:{}}})(),y=await Fs(m,_,{resolvedRootTrackingRemote:d}),x=await Da(h,y),S=null;if(l){await an(h)&&await yr(x.path);let e=r?`#${r.number} ${r.title}`.trim():s?`#${s.number} ${s.title}`.trim():i(`session.newWorktree.newSessionTitle`),a=await An(e,x.path,null);if(!a?.id)throw Error(`Failed to create session`);S=a.id,n?.(x.path,{sessionId:S}),t(!1),_e(!1),er(a.id,e).catch(()=>void 0);try{J.getState().initializeNewOpenChamberSession(a.id,Zt.getState().agents)}catch{}}else t(!1),_e(!1);let C=Ns({mode:g,sourceBranch:v.sourceBranch,linkedPr:!!v.linkedPr,selectedBranch:b.selectedBranch});C&&localStorage.setItem(bs,C),wi.success(i(`session.newWorktree.toast.worktreeCreated`),{description:i(`session.newWorktree.toast.worktreeCreatedDescription`,{target:`${x.branch||x.name}${p?` ${i(`session.newWorktree.fromSource`,{source:p})}`:``}`})}),S?Ce({sessionId:S,directory:x.path,issue:r,pr:s,includeDiff:c}).catch(e=>{let t=e instanceof Error?e.message:i(`session.newWorktree.error.sendGitHubContextFailed`);wi.error(i(`session.newWorktree.error.sendGitHubContextFailed`),{description:t})}):n?.(x.path)}catch(e){let t=e instanceof Error?e.message:i(`session.newWorktree.error.createWorktreeFailed`);wi.error(i(`session.newWorktree.error.createWorktreeFailed`),{description:t})}finally{_e(!1)}},Oe=e=>{_(e),he(e=>({...e,touched:!1,branchError:null,worktreeError:null}))},ke=e=>{if(!e){y(e=>({...e,linkedIssue:null,linkedPr:null,includePrDiff:!1,branchName:``}));return}if(e.type===`issue`){let t=e.item,n=`issue-${t.number}-${Yh()}`;y(e=>({...e,linkedIssue:t,linkedPr:null,includePrDiff:!1,branchName:n,worktreeName:Zg(n),isSyncingWorktreeName:!0}))}else if(e.type===`pr`){let t=e.item;y(n=>({...n,linkedPr:t,linkedIssue:null,includePrDiff:e.includeDiff??!1,branchName:t.head,worktreeName:Zg(t.head),isSyncingWorktreeName:!0}))}},Ae=f&&d?.connected===!0,je=(g===`existing-branch`?!!b.selectedBranch&&!!b.worktreeName&&!me.branchError&&!me.worktreeError:!!Xg(v.branchName)&&!!v.worktreeName&&!me.branchError&&!me.worktreeError)&&!ge,Me=()=>{y(e=>({...e,linkedIssue:null,linkedPr:null,branchName:``,includePrDiff:!1,isSyncingWorktreeName:!0}))},Ne=(0,$.jsxs)(`div`,{className:Y(`flex gap-2`,s?`flex-col w-full`:`flex-row items-center`),children:[(0,$.jsx)(`div`,{className:Y(`flex items-center gap-1.5 text-destructive`,s?`w-full justify-center order-first`:`mr-auto`),children:me.touched&&(me.branchError||me.worktreeError)&&(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(X,{name:`error-warning`,className:`h-3.5 w-3.5`}),(0,$.jsx)(`span`,{className:`typography-micro`,children:me.branchError||me.worktreeError})]})}),(0,$.jsxs)(`div`,{className:Y(`flex gap-2`,s&&`w-full`),children:[(0,$.jsx)(oa,{variant:`outline`,size:`sm`,onClick:()=>t(!1),disabled:ge,className:Y(s&&`flex-1`),children:i(`session.newWorktree.actions.cancel`)}),(0,$.jsxs)(oa,{size:`sm`,onClick:De,disabled:!je||ge,className:Y(`gap-1.5`,s&&`flex-1`),children:[ge&&(0,$.jsx)(X,{name:`loader-4`,className:`h-3.5 w-3.5 animate-spin`}),i(ge?`session.newWorktree.actions.creating`:`session.newWorktree.actions.createWorktree`)]})]})]});return(0,$.jsxs)($.Fragment,{children:[s?(0,$.jsx)(Ya,{id:`new-worktree-sheet-${l}`,open:e,onOpenChange:t,title:(0,$.jsx)(`h2`,{className:`truncate typography-ui-label font-semibold text-foreground`,children:i(`session.newWorktree.title`)}),ariaLabel:i(`session.newWorktree.title`),closeAriaLabel:i(`mobile.surface.closeAria`),resizeAriaLabel:i(`mobile.sessions.sheet.resizeAria`),children:(0,$.jsxs)(`div`,{className:`flex min-h-0 flex-1 flex-col`,children:[(0,$.jsxs)(la,{useScrollShadow:!0,disableHorizontal:!0,preventOverscroll:!0,outerClassName:`min-h-0 flex-1`,className:`overscroll-contain px-4 pb-4 pt-2`,children:[(0,$.jsx)(`div`,{className:`w-full mb-4`,children:(0,$.jsx)(uc,{items:[{id:`new-branch`,label:i(`session.newWorktree.mode.newBranch`),icon:(0,$.jsx)(X,{name:`git-branch`,className:`h-3.5 w-3.5`})},{id:`existing-branch`,label:i(`session.newWorktree.mode.existingBranch`),icon:(0,$.jsx)(X,{name:`git-repository`,className:`h-3.5 w-3.5`})}],activeId:g,onSelect:e=>Oe(e),variant:`active-pill`,layoutMode:`fit`,className:`w-full`})}),(0,$.jsxs)(`div`,{className:`space-y-6`,children:[g===`existing-branch`?(0,$.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,$.jsx)(`label`,{className:`typography-ui-label text-foreground block font-semibold`,children:i(`session.newWorktree.selectBranch`)}),(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,$.jsxs)(oa,{variant:`outline`,size:`sm`,onClick:()=>L(!0),className:`flex-1 justify-between h-9`,children:[(0,$.jsx)(`span`,{className:b.selectedBranch?`text-foreground`:`text-muted-foreground`,children:b.selectedBranch||i(`session.newWorktree.chooseBranch`)}),(0,$.jsx)(X,{name:`git-branch`,className:`h-4 w-4 text-muted-foreground`})]}),(0,$.jsx)(oa,{variant:`ghost`,size:`sm`,className:`h-8 w-8 px-0 shrink-0`,onClick:pe,disabled:!fe||C,title:i(`session.newWorktree.fetchBranches`),children:C?(0,$.jsx)(X,{name:`loader-4`,className:`size-4 animate-spin`}):(0,$.jsx)(X,{name:`refresh`,className:`size-4`})})]}),(0,$.jsx)(hp,{open:I,title:i(`session.newWorktree.selectBranch`),onClose:()=>L(!1),children:(0,$.jsxs)(`div`,{className:`space-y-4`,ref:G,children:[(0,$.jsx)(Ma,{value:B,onChange:e=>V(e.target.value),placeholder:i(`session.newWorktree.searchBranches`),className:`h-8`}),C?(0,$.jsx)(`div`,{className:`px-2 py-8 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.loadingBranches`)}):T.length===0&&E.length===0?(0,$.jsx)(`div`,{className:`px-2 py-8 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.noBranchesFound`)}):(0,$.jsxs)(`div`,{className:`space-y-4`,children:[ce&&ue&&(0,$.jsxs)(`div`,{className:`space-y-2`,children:[(0,$.jsx)(`div`,{className:`typography-small font-semibold text-foreground px-2`,children:i(`session.newWorktree.matchingBranches`)}),(0,$.jsx)(`div`,{className:`space-y-1`,children:oe.matching.map(e=>(0,$.jsx)(`button`,{onClick:()=>{x(t=>({...t,selectedBranch:e.value,worktreeName:Zg(e.label)})),he(e=>({...e,touched:!0})),L(!1)},className:Y(`w-full text-left px-3 py-2.5 rounded-md transition-colors`,b.selectedBranch===e.value?`bg-interactive-selection text-interactive-selection-foreground`:`hover:bg-interactive-hover`),children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e.label})},`${e.source}-${e.value}`))})]}),ce&&!ue&&(0,$.jsx)(`div`,{className:`px-2 py-1 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.noMatchingBranches`)}),oe.otherLocal.length>0&&(0,$.jsxs)(`div`,{className:`space-y-2`,children:[(0,$.jsx)(`div`,{className:`typography-small font-semibold text-foreground px-2`,children:i(ce?`session.newWorktree.otherLocalBranches`:`session.newWorktree.localBranches`)}),(0,$.jsx)(`div`,{className:`space-y-1`,children:oe.otherLocal.map(e=>(0,$.jsx)(`button`,{onClick:()=>{x(t=>({...t,selectedBranch:e,worktreeName:Zg(e)})),he(e=>({...e,touched:!0})),L(!1)},className:Y(`w-full text-left px-3 py-2.5 rounded-md transition-colors`,b.selectedBranch===e?`bg-interactive-selection text-interactive-selection-foreground`:`hover:bg-interactive-hover`),children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e})},e))})]}),oe.otherRemote.length>0&&(0,$.jsxs)(`div`,{className:`space-y-2`,children:[(0,$.jsx)(`div`,{className:`typography-small font-semibold text-foreground px-2`,children:i(ce?`session.newWorktree.otherRemoteBranches`:`session.newWorktree.remoteBranches`)}),(0,$.jsx)(`div`,{className:`space-y-1`,children:oe.otherRemote.map(e=>(0,$.jsx)(`button`,{onClick:()=>{x(t=>({...t,selectedBranch:`remotes/${e}`,worktreeName:Zg(e)})),he(e=>({...e,touched:!0})),L(!1)},className:Y(`w-full text-left px-3 py-2.5 rounded-md transition-colors`,b.selectedBranch===`remotes/${e}`?`bg-interactive-selection text-interactive-selection-foreground`:`hover:bg-interactive-hover`),children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e})},`remotes/${e}`))})]})]})]})})]}):(0,$.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,$.jsxs)(`div`,{className:`flex flex-col items-start gap-1.5`,children:[(0,$.jsx)(`label`,{className:`typography-ui-label text-foreground block font-semibold`,children:i(`session.newWorktree.branchName`)}),g===`new-branch`&&Ae&&(0,$.jsxs)(oa,{variant:`outline`,size:`sm`,onClick:()=>j(!0),className:`gap-1.5 h-7`,children:[(0,$.jsx)(X,{name:`github`,className:`size-4 text-status-success`}),v.linkedIssue||v.linkedPr?i(`session.newWorktree.actions.change`):i(`session.newWorktree.actions.startFromGitHubIssuePr`)]})]}),(0,$.jsx)(Ma,{value:v.branchName,onChange:e=>{y(t=>({...t,branchName:e.target.value,isSyncingWorktreeName:!0,linkedIssue:null,linkedPr:null}))},onBlur:()=>he(e=>({...e,touched:!0})),placeholder:i(`session.newWorktree.branchNamePlaceholder`),disabled:!!v.linkedPr,className:Y(`h-8`,me.touched&&me.branchError&&`border-destructive`,v.linkedPr&&`bg-muted text-muted-foreground`)}),v.linkedPr&&(0,$.jsxs)(`div`,{className:`flex items-center gap-1.5 text-muted-foreground`,children:[(0,$.jsx)(X,{name:`check`,className:`h-3.5 w-3.5 text-status-success`}),(0,$.jsx)(`span`,{className:`typography-micro`,children:i(`session.newWorktree.usingPrBranch`,{branch:v.linkedPr.head})})]}),v.linkedIssue&&!v.linkedPr&&(0,$.jsxs)(`div`,{className:`flex items-center gap-1.5 text-muted-foreground`,children:[(0,$.jsx)(X,{name:`check`,className:`h-3.5 w-3.5 text-status-success`}),(0,$.jsx)(`span`,{className:`typography-micro`,children:i(`session.newWorktree.fromIssue`,{number:v.linkedIssue.number,title:v.linkedIssue.title})})]})]}),(0,$.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,$.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,$.jsx)(`label`,{className:`typography-ui-label text-foreground font-semibold`,children:i(`session.newWorktree.worktreeDirectory`)}),g!==`existing-branch`&&(0,$.jsxs)(`button`,{onClick:()=>{let e=Zg(g===`new-branch`?v.branchName:``);y(t=>({...t,worktreeName:e,isSyncingWorktreeName:!0}))},disabled:!v.branchName||v.worktreeName===Zg(v.branchName),className:Y(`flex items-center gap-1 typography-micro transition-colors px-1.5 py-0.5 rounded`,v.worktreeName===Zg(v.branchName)||!v.branchName?`text-muted-foreground/40 cursor-not-allowed`:`text-muted-foreground hover:text-foreground hover:bg-muted`),title:i(`session.newWorktree.resetToMatchBranchName`),children:[(0,$.jsx)(X,{name:`refresh`,className:`h-3 w-3`}),(0,$.jsx)(`span`,{children:i(`session.newWorktree.actions.reset`)})]})]}),(0,$.jsx)(Ma,{value:we.worktreeName,onChange:e=>{g===`new-branch`?y(t=>({...t,worktreeName:e.target.value,isSyncingWorktreeName:!1})):x(t=>({...t,worktreeName:e.target.value}))},onBlur:()=>he(e=>({...e,touched:!0})),placeholder:i(`session.newWorktree.worktreeDirectoryPlaceholder`),className:Y(`h-8`,me.touched&&me.worktreeError&&`border-destructive`)})]}),g===`new-branch`&&!v.linkedPr&&(0,$.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,$.jsx)(`label`,{className:`typography-ui-label text-foreground block font-semibold`,children:i(`session.newWorktree.sourceBranch`)}),(0,$.jsxs)(oa,{variant:`outline`,size:`sm`,onClick:()=>z(!0),className:`w-full justify-between h-9`,children:[(0,$.jsx)(`span`,{className:v.sourceBranch?`text-foreground`:`text-muted-foreground`,children:v.sourceBranch||i(`session.newWorktree.selectSourceBranchPlaceholder`)}),(0,$.jsx)(X,{name:`git-branch`,className:`h-4 w-4 text-muted-foreground`})]}),v.sourceBranch&&(0,$.jsx)(`div`,{className:`typography-micro text-muted-foreground`,children:i(`session.newWorktree.newBranchFromSource`,{source:v.sourceBranch})}),(0,$.jsx)(hp,{open:R,title:i(`session.newWorktree.selectSourceBranch`),onClose:()=>z(!1),children:(0,$.jsxs)(`div`,{className:`space-y-4`,ref:K,children:[(0,$.jsx)(Ma,{value:H,onChange:e=>U(e.target.value),placeholder:i(`session.newWorktree.searchBranches`),className:`h-8`}),C?(0,$.jsx)(`div`,{className:`px-2 py-8 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.loadingBranches`)}):T.length===0&&E.length===0?(0,$.jsx)(`div`,{className:`px-2 py-8 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.noBranchesFound`)}):(0,$.jsxs)(`div`,{className:`space-y-4`,children:[le&&de&&(0,$.jsxs)(`div`,{className:`space-y-2`,children:[(0,$.jsx)(`div`,{className:`typography-small font-semibold text-foreground px-2`,children:i(`session.newWorktree.matchingBranches`)}),(0,$.jsx)(`div`,{className:`space-y-1`,children:se.matching.map(e=>(0,$.jsx)(`button`,{onClick:()=>{y(t=>({...t,sourceBranch:e.value})),z(!1)},className:Y(`w-full text-left px-3 py-2.5 rounded-md transition-colors`,v.sourceBranch===e.value?`bg-interactive-selection text-interactive-selection-foreground`:`hover:bg-interactive-hover`),children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e.label})},`${e.source}-${e.value}`))})]}),le&&!de&&(0,$.jsx)(`div`,{className:`px-2 py-1 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.noMatchingBranches`)}),se.otherLocal.length>0&&(0,$.jsxs)(`div`,{className:`space-y-2`,children:[(0,$.jsx)(`div`,{className:`typography-small font-semibold text-foreground px-2`,children:i(le?`session.newWorktree.otherLocalBranches`:`session.newWorktree.localBranches`)}),(0,$.jsx)(`div`,{className:`space-y-1`,children:se.otherLocal.map(e=>(0,$.jsx)(`button`,{onClick:()=>{y(t=>({...t,sourceBranch:e})),z(!1)},className:Y(`w-full text-left px-3 py-2.5 rounded-md transition-colors`,v.sourceBranch===e?`bg-interactive-selection text-interactive-selection-foreground`:`hover:bg-interactive-hover`),children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e})},e))})]}),se.otherRemote.length>0&&(0,$.jsxs)(`div`,{className:`space-y-2`,children:[(0,$.jsx)(`div`,{className:`typography-small font-semibold text-foreground px-2`,children:i(le?`session.newWorktree.otherRemoteBranches`:`session.newWorktree.remoteBranches`)}),(0,$.jsx)(`div`,{className:`space-y-1`,children:se.otherRemote.map(e=>(0,$.jsx)(`button`,{onClick:()=>{y(t=>({...t,sourceBranch:`remotes/${e}`})),z(!1)},className:Y(`w-full text-left px-3 py-2.5 rounded-md transition-colors`,v.sourceBranch===`remotes/${e}`?`bg-interactive-selection text-interactive-selection-foreground`:`hover:bg-interactive-hover`),children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e})},`remotes/${e}`))})]})]})]})})]}),(v.linkedIssue||v.linkedPr)&&g===`new-branch`&&(0,$.jsxs)(`div`,{className:`mt-2 px-2 py-1.5 rounded bg-muted/30`,children:[(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,$.jsx)(X,{name:`github`,className:`h-3.5 w-3.5 text-status-success shrink-0`}),v.linkedIssue&&(0,$.jsx)(`span`,{className:`typography-micro text-muted-foreground shrink-0`,children:i(`session.newWorktree.issueNumber`,{number:v.linkedIssue.number})}),v.linkedPr&&(0,$.jsx)(`span`,{className:`typography-micro text-muted-foreground shrink-0`,children:i(`session.newWorktree.prNumber`,{number:v.linkedPr.number})}),(0,$.jsx)(`span`,{className:`typography-micro text-foreground truncate flex-1`,children:v.linkedIssue?.title||v.linkedPr?.title}),(0,$.jsx)(`a`,{href:v.linkedIssue?.url||v.linkedPr?.url,target:`_blank`,rel:`noopener noreferrer`,className:`text-muted-foreground hover:text-foreground shrink-0`,onClick:e=>e.stopPropagation(),children:(0,$.jsx)(X,{name:`external-link`,className:`h-3 w-3`})}),(0,$.jsx)(`button`,{onClick:Me,className:`text-muted-foreground hover:text-foreground shrink-0 p-0.5 rounded hover:bg-muted transition-colors`,children:(0,$.jsx)(X,{name:`close`,className:`h-3.5 w-3.5`})})]}),v.linkedPr&&(0,$.jsxs)(`div`,{className:`flex items-center gap-2 mt-0.5 pl-5`,children:[(0,$.jsxs)(`span`,{className:`typography-micro text-muted-foreground`,children:[v.linkedPr.head,` → `,v.linkedPr.base]}),v.includePrDiff&&(0,$.jsx)(`span`,{className:`typography-micro px-1 py-0.5 rounded bg-status-success/10 text-status-success`,children:i(`session.newWorktree.includeDiffBadge`)})]})]})]})]}),(0,$.jsx)(`div`,{className:`shrink-0 border-t border-border/50 px-4 pb-3 pt-2`,children:Ne})]})}):(0,$.jsx)(aa,{open:e,onOpenChange:t,children:(0,$.jsxs)(ta,{className:`max-w-lg max-h-[80vh] flex flex-col`,children:[(0,$.jsx)($i,{className:`flex flex-row items-center justify-between`,children:(0,$.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,$.jsxs)(na,{className:`flex items-center gap-2 shrink-0`,children:[(0,$.jsx)(X,{name:`git-branch`,className:`h-5 w-5`}),i(`session.newWorktree.title`)]}),(0,$.jsx)(`div`,{className:`w-[280px] shrink-0`,children:(0,$.jsx)(uc,{items:[{id:`new-branch`,label:i(`session.newWorktree.mode.newBranch`),icon:(0,$.jsx)(X,{name:`git-branch`,className:`h-3.5 w-3.5`})},{id:`existing-branch`,label:i(`session.newWorktree.mode.existingBranch`),icon:(0,$.jsx)(X,{name:`git-repository`,className:`h-3.5 w-3.5`})}],activeId:g,onSelect:e=>Oe(e),variant:`active-pill`,layoutMode:`fit`,className:`w-full`})})]})}),(0,$.jsxs)(`div`,{className:`flex-1 overflow-y-auto mt-2 space-y-6`,children:[g===`existing-branch`?(0,$.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,$.jsx)(`label`,{className:`typography-ui-label text-foreground block font-semibold`,children:i(`session.newWorktree.selectBranch`)}),(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,$.jsxs)(za,{open:M,onOpenChange:N,children:[(0,$.jsx)(Va,{asChild:!0,children:(0,$.jsxs)(oa,{variant:`outline`,size:`sm`,className:`h-9 min-w-[220px] max-w-full justify-between gap-2`,children:[(0,$.jsx)(`span`,{className:Y(`truncate`,b.selectedBranch?`text-foreground`:`text-muted-foreground`),children:b.selectedBranch||i(`session.newWorktree.chooseBranch`)}),(0,$.jsx)(X,{name:`arrow-down-s`,className:`h-4 w-4 shrink-0 text-muted-foreground`})]})}),(0,$.jsx)(Ra,{align:`start`,sideOffset:6,portalToBody:!0,className:`w-[min(42rem,calc(100vw-2rem))] p-0 max-h-[min(var(--available-height),24rem)] flex flex-col overflow-hidden`,ref:W,children:(0,$.jsxs)(gg,{shouldFilter:!1,children:[(0,$.jsx)(_g,{placeholder:i(`session.newWorktree.searchBranches`),value:B,onValueChange:V,onKeyDown:te}),(0,$.jsx)(vg,{disableHorizontal:!0,children:C?(0,$.jsx)(`div`,{className:`px-2 py-4 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.loadingBranches`)}):T.length===0&&E.length===0?(0,$.jsx)(yg,{children:i(`session.newWorktree.noBranchesFound`)}):(0,$.jsxs)($.Fragment,{children:[ce&&ue&&(0,$.jsx)(bg,{heading:i(`session.newWorktree.matchingBranches`),children:oe.matching.map(e=>(0,$.jsx)(Sg,{value:e.value,onSelect:()=>{x(t=>({...t,selectedBranch:e.value,worktreeName:Zg(e.label)})),he(e=>({...e,touched:!0})),N(!1)},children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e.label})},`${e.source}-${e.value}`))}),ce&&!ue&&(0,$.jsx)(`div`,{className:`px-2 py-1 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.noMatchingBranches`)}),oe.otherLocal.length>0&&(0,$.jsxs)($.Fragment,{children:[ce&&(0,$.jsx)(xg,{}),(0,$.jsx)(bg,{heading:i(ce?`session.newWorktree.otherLocalBranches`:`session.newWorktree.localBranches`),children:oe.otherLocal.map(e=>(0,$.jsx)(Sg,{value:e,onSelect:()=>{x(t=>({...t,selectedBranch:e,worktreeName:Zg(e)})),he(e=>({...e,touched:!0})),N(!1)},children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e})},`local-${e}`))})]}),oe.otherRemote.length>0&&(0,$.jsxs)($.Fragment,{children:[(oe.otherLocal.length>0||ce)&&(0,$.jsx)(xg,{}),(0,$.jsx)(bg,{heading:i(ce?`session.newWorktree.otherRemoteBranches`:`session.newWorktree.remoteBranches`),children:oe.otherRemote.map(e=>(0,$.jsx)(Sg,{value:`remotes/${e}`,onSelect:()=>{x(t=>({...t,selectedBranch:`remotes/${e}`,worktreeName:Zg(e)})),he(e=>({...e,touched:!0})),N(!1)},children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e})},`remote-${e}`))})]})]})})]})})]}),(0,$.jsx)(oa,{variant:`ghost`,size:`sm`,className:`h-8 w-8 px-0 shrink-0`,onClick:pe,disabled:!fe||C,title:i(`session.newWorktree.fetchBranches`),children:C?(0,$.jsx)(X,{name:`loader-4`,className:`size-4 animate-spin`}):(0,$.jsx)(X,{name:`refresh`,className:`size-4`})})]})]}):(0,$.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,$.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,$.jsx)(`label`,{className:`typography-ui-label text-foreground block font-semibold`,children:i(`session.newWorktree.branchName`)}),g===`new-branch`&&Ae&&(0,$.jsxs)(oa,{variant:`outline`,size:`sm`,onClick:()=>j(!0),className:`gap-1.5 h-7`,children:[(0,$.jsx)(X,{name:`github`,className:`size-4 text-status-success`}),v.linkedIssue||v.linkedPr?i(`session.newWorktree.actions.change`):i(`session.newWorktree.actions.startFromGitHubIssuePr`)]})]}),(0,$.jsx)(Ma,{value:v.branchName,onChange:e=>{y(t=>({...t,branchName:e.target.value,isSyncingWorktreeName:!0,linkedIssue:null,linkedPr:null}))},onBlur:()=>he(e=>({...e,touched:!0})),placeholder:i(`session.newWorktree.branchNamePlaceholder`),disabled:!!v.linkedPr,className:Y(`h-8`,me.touched&&me.branchError&&`border-destructive`,v.linkedPr&&`bg-muted text-muted-foreground`)}),v.linkedPr&&(0,$.jsxs)(`div`,{className:`flex items-center gap-1.5 text-muted-foreground`,children:[(0,$.jsx)(X,{name:`check`,className:`h-3.5 w-3.5 text-status-success`}),(0,$.jsx)(`span`,{className:`typography-micro`,children:i(`session.newWorktree.usingPrBranch`,{branch:v.linkedPr.head})})]}),v.linkedIssue&&!v.linkedPr&&(0,$.jsxs)(`div`,{className:`flex items-center gap-1.5 text-muted-foreground`,children:[(0,$.jsx)(X,{name:`check`,className:`h-3.5 w-3.5 text-status-success`}),(0,$.jsx)(`span`,{className:`typography-micro`,children:i(`session.newWorktree.fromIssue`,{number:v.linkedIssue.number,title:v.linkedIssue.title})})]})]}),(0,$.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,$.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,$.jsx)(`label`,{className:`typography-ui-label text-foreground font-semibold`,children:i(`session.newWorktree.worktreeDirectory`)}),g!==`existing-branch`&&(0,$.jsxs)(`button`,{onClick:()=>{let e=Zg(g===`new-branch`?v.branchName:``);y(t=>({...t,worktreeName:e,isSyncingWorktreeName:!0}))},disabled:!v.branchName||v.worktreeName===Zg(v.branchName),className:Y(`flex items-center gap-1 typography-micro transition-colors px-1.5 py-0.5 rounded`,v.worktreeName===Zg(v.branchName)||!v.branchName?`text-muted-foreground/40 cursor-not-allowed`:`text-muted-foreground hover:text-foreground hover:bg-muted`),title:i(`session.newWorktree.resetToMatchBranchName`),children:[(0,$.jsx)(X,{name:`refresh`,className:`h-3 w-3`}),(0,$.jsx)(`span`,{children:i(`session.newWorktree.actions.reset`)})]})]}),(0,$.jsx)(Ma,{value:we.worktreeName,onChange:e=>{g===`new-branch`?y(t=>({...t,worktreeName:e.target.value,isSyncingWorktreeName:!1})):x(t=>({...t,worktreeName:e.target.value}))},onBlur:()=>he(e=>({...e,touched:!0})),placeholder:i(`session.newWorktree.worktreeDirectoryPlaceholder`),className:Y(`h-8`,me.touched&&me.worktreeError&&`border-destructive`)})]}),g===`new-branch`&&!v.linkedPr&&(0,$.jsxs)(`div`,{className:`space-y-1.5`,children:[(0,$.jsx)(`label`,{className:`typography-ui-label text-foreground block font-semibold`,children:i(`session.newWorktree.sourceBranch`)}),(0,$.jsxs)(za,{open:P,onOpenChange:F,children:[(0,$.jsx)(Va,{asChild:!0,children:(0,$.jsxs)(oa,{variant:`outline`,size:`sm`,className:`h-9 min-w-[220px] max-w-full justify-between gap-2`,children:[(0,$.jsx)(`span`,{className:Y(`truncate`,v.sourceBranch?`text-foreground`:`text-muted-foreground`),children:v.sourceBranch||i(`session.newWorktree.selectSourceBranchPlaceholder`)}),(0,$.jsx)(X,{name:`arrow-down-s`,className:`h-4 w-4 shrink-0 text-muted-foreground`})]})}),(0,$.jsx)(Ra,{align:`start`,portalToBody:!0,className:`w-[min(42rem,calc(100vw-2rem))] p-0 max-h-[min(var(--available-height),24rem)] flex flex-col overflow-hidden`,ref:ee,children:(0,$.jsxs)(gg,{shouldFilter:!1,children:[(0,$.jsx)(_g,{placeholder:i(`session.newWorktree.searchBranches`),value:H,onValueChange:U,onKeyDown:te}),(0,$.jsx)(vg,{disableHorizontal:!0,children:C?(0,$.jsx)(`div`,{className:`px-2 py-4 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.loadingBranches`)}):T.length===0&&E.length===0?(0,$.jsx)(yg,{children:i(`session.newWorktree.noBranchesFound`)}):(0,$.jsxs)($.Fragment,{children:[le&&de&&(0,$.jsx)(bg,{heading:i(`session.newWorktree.matchingBranches`),children:se.matching.map(e=>(0,$.jsx)(Sg,{value:e.value,onSelect:()=>{y(t=>({...t,sourceBranch:e.value})),F(!1)},children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e.label})},`${e.source}-${e.value}`))}),le&&!de&&(0,$.jsx)(`div`,{className:`px-2 py-1 text-center typography-small text-muted-foreground`,children:i(`session.newWorktree.noMatchingBranches`)}),se.otherLocal.length>0&&(0,$.jsxs)($.Fragment,{children:[le&&(0,$.jsx)(xg,{}),(0,$.jsx)(bg,{heading:i(le?`session.newWorktree.otherLocalBranches`:`session.newWorktree.localBranches`),children:se.otherLocal.map(e=>(0,$.jsx)(Sg,{value:e,onSelect:()=>{y(t=>({...t,sourceBranch:e})),F(!1)},children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e})},`local-${e}`))})]}),se.otherRemote.length>0&&(0,$.jsxs)($.Fragment,{children:[(se.otherLocal.length>0||le)&&(0,$.jsx)(xg,{}),(0,$.jsx)(bg,{heading:i(le?`session.newWorktree.otherRemoteBranches`:`session.newWorktree.remoteBranches`),children:se.otherRemote.map(e=>(0,$.jsx)(Sg,{value:`remotes/${e}`,onSelect:()=>{y(t=>({...t,sourceBranch:`remotes/${e}`})),F(!1)},children:(0,$.jsx)(`span`,{className:`typography-small break-all`,children:e})},`remote-${e}`))})]})]})})]})})]}),v.sourceBranch&&(0,$.jsx)(`div`,{className:`typography-micro text-muted-foreground`,children:i(`session.newWorktree.newBranchFromSource`,{source:v.sourceBranch})})]}),(v.linkedIssue||v.linkedPr)&&g===`new-branch`&&(0,$.jsxs)(`div`,{className:`mt-2 px-2 py-1.5 rounded bg-muted/30`,children:[(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,$.jsx)(X,{name:`github`,className:`h-3.5 w-3.5 text-status-success shrink-0`}),v.linkedIssue&&(0,$.jsx)(`span`,{className:`typography-micro text-muted-foreground shrink-0`,children:i(`session.newWorktree.issueNumber`,{number:v.linkedIssue.number})}),v.linkedPr&&(0,$.jsx)(`span`,{className:`typography-micro text-muted-foreground shrink-0`,children:i(`session.newWorktree.prNumber`,{number:v.linkedPr.number})}),(0,$.jsx)(`span`,{className:`typography-micro text-foreground truncate flex-1`,children:v.linkedIssue?.title||v.linkedPr?.title}),(0,$.jsx)(`a`,{href:v.linkedIssue?.url||v.linkedPr?.url,target:`_blank`,rel:`noopener noreferrer`,className:`text-muted-foreground hover:text-foreground shrink-0`,onClick:e=>e.stopPropagation(),children:(0,$.jsx)(X,{name:`external-link`,className:`h-3 w-3`})}),(0,$.jsx)(`button`,{onClick:Me,className:`text-muted-foreground hover:text-foreground shrink-0 p-0.5 rounded hover:bg-muted transition-colors`,children:(0,$.jsx)(X,{name:`close`,className:`h-3.5 w-3.5`})})]}),v.linkedPr&&(0,$.jsxs)(`div`,{className:`flex items-center gap-2 mt-0.5 pl-5`,children:[(0,$.jsxs)(`span`,{className:`typography-micro text-muted-foreground`,children:[v.linkedPr.head,` → `,v.linkedPr.base]}),v.includePrDiff&&(0,$.jsx)(`span`,{className:`typography-micro px-1 py-0.5 rounded bg-status-success/10 text-status-success`,children:i(`session.newWorktree.includeDiffBadge`)})]})]})]}),(0,$.jsxs)(ea,{className:`mt-1 flex items-center justify-between`,children:[(0,$.jsx)(`div`,{className:`flex items-center gap-1.5 text-destructive`,children:me.touched&&(me.branchError||me.worktreeError)&&(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(X,{name:`error-warning`,className:`h-3.5 w-3.5`}),(0,$.jsx)(`span`,{className:`typography-micro`,children:me.branchError||me.worktreeError})]})}),(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,$.jsx)(oa,{variant:`outline`,size:`sm`,onClick:()=>t(!1),disabled:ge,children:i(`session.newWorktree.actions.cancel`)}),(0,$.jsxs)(oa,{size:`sm`,onClick:De,disabled:!je||ge,className:`gap-1.5`,children:[ge&&(0,$.jsx)(X,{name:`loader-4`,className:`h-3.5 w-3.5 animate-spin`}),i(ge?`session.newWorktree.actions.creating`:`session.newWorktree.actions.createWorktree`)]})]})]})]})}),(0,$.jsx)(Jg,{open:A,onOpenChange:j,onSelect:ke})]})}function r_(e){let t=e.selectedDirectory??e.projectRootOption?.value??e.worktreeOptions[0]?.value??null;return t?e.projectRootOption?.value===t?e.projectRootOption.label?.trim()||null:e.worktreeOptions.find(e=>e.value===t)?.label?.trim()||null:null}function i_(e,t){if(!e||!t)return!1;let n=t.replace(/\\/g,`/`).replace(/\/+$/,``);if(!n)return!1;let r=n===`/`?`/`:n.split(`/`).pop()||``;return!!r&&e===r}var a_=(e,t)=>e??t??null,o_=(e,t)=>!!e&&t!==!1,s_=e=>e?.length?{localBranches:e.filter(e=>!e.startsWith(`remotes/`)).sort(),remoteBranches:e.filter(e=>e.startsWith(`remotes/`)).map(e=>e.replace(/^remotes\//,``)).sort()}:{localBranches:[],remoteBranches:[]},c_=e=>e.replace(/^remotes\//,``).trim(),l_=e=>{let t=c_(e),n=t.lastIndexOf(`/`);return n>=0?t.slice(n+1):t},u_=({directory:e,projectDirectory:t,label:n,projectRootOption:r,worktreeOptions:i,onSelectDirectory:a,className:o,maxWidthClassName:s=`max-w-[48vw] sm:max-w-[20rem]`,presentation:c=`dropdown`})=>{let{t:l}=it(),{git:d}=wo(),f=a_(t,e),p=e,m=Ls(f),h=Ls(p),g=o_(f,m),_=p!==f&&o_(p,h),v=ps(f,d,g),y=ps(p,d,_),b=v.data,x=p===f?b:y.data,S=xs(e=>e.fetchStatus),C=xs(e=>p&&e.directories.get(p)?.status?.current?.trim()||null),[w,T]=Z.useState(!1),E=Is(f,d,g&&w).data??[],[D,O]=Z.useState(null),[k,A]=Z.useState(!1),[j,M]=Z.useState(!1),N=ei(e=>e.projects),P=ei(e=>e.activeProjectId);Z.useEffect(()=>{d&&(f&&m===null&&S(f,d,{silent:!0}),p&&p!==f&&h===null&&S(p,d,{silent:!0}))},[S,d,m,h,f,p]);let F=Z.useMemo(()=>{let e=u(t);if(e){let t=N.find(t=>u(t.path)===e);if(t)return t.id}return P},[P,t,N]),{localBranches:I,remoteBranches:L}=Z.useMemo(()=>s_(b?.all),[b]),R=x?.current?.trim()||C||null,z=!i_(n,e)&&n||R||n||l(`chat.chatInput.branch`),B=q(async()=>{if(!d)return;let e=new Set;f&&e.add(f),p&&e.add(p),await Promise.all([...e].map(async e=>{await vs(e,d),await S(e,d,{silent:!0})}))}),V=q(e=>{let t=c_(e),n=l_(t);return i.find(e=>{let r=e.label.trim();return r===t||r===n})??null}),H=q(async e=>{if(!p||!d)return;let t=c_(e);if(R!==t&&R!==l_(t))try{await d.checkoutBranch(p,t),wi.success(l(`gitView.toast.checkedOut`,{name:t})),await B()}catch(e){let n=e instanceof Error?e.message:l(`gitView.toast.checkoutFailed`,{name:t});wi.error(n)}}),U=q(e=>{let t=c_(e);if(!t||R===t||R===l_(t))return;let n=V(t);if(n){a(n.value);return}O(t)}),W=q(async()=>{if(!(!D||k)){A(!0);try{await H(D),O(null)}finally{A(!1)}}}),ee=q(async()=>{if(!(!D||k)){A(!0);try{await cg({branch:D,projectDirectory:t??void 0})&&O(null)}finally{A(!1)}}}),G=q(async(e,t)=>{if(!p||!d)return;let n=t?.name??`origin`;try{await d.createBranch(p,e,R??`HEAD`),wi.success(l(`gitView.toast.createdBranch`,{name:e})),O(e),d.gitPush(p,{remote:n,branch:e,options:[`--set-upstream`]}).then(async()=>{await B(),wi.success(l(`gitView.toast.upstreamSet`,{branch:e,remote:n}))}).catch(async e=>{let t=e instanceof Error?e.message:l(`gitView.toast.branchCreatedLocally`);wi.warning(l(`gitView.toast.branchCreatedLocally`),{description:(0,$.jsx)(`span`,{className:`text-foreground/80 dark:text-foreground/70`,children:t})}),await B()})}catch(e){let t=e instanceof Error?e.message:l(`gitView.toast.createBranchFailed`);throw wi.error(t),e}}),K=q(()=>{let e=ei.getState(),n=u(t),r=n?e.projects.find(e=>u(e.path)===n)??null:null;r&&e.activeProjectId!==r.id&&e.setActiveProjectIdOnly(r.id),M(!0)}),te=q((e,n)=>{if(M(!1),n?.sessionId){J.getState().setCurrentSession(n.sessionId,e);return}let r=ei.getState(),i=u(t),a=(i?r.projects.find(e=>u(e.path)===i)??null:null)?.id??r.activeProjectId??null,o=J.getState();if(o.newSessionDraft?.open){o.overrideNewSessionDraftTarget({...a?{selectedProjectId:a}:{},directoryOverride:e,bootstrapPendingDirectory:e,preserveDirectoryOverride:!0}),Le.getState().setDirectory(e,{showOverlay:!1});return}o.openNewSessionDraft({...a?{selectedProjectId:a}:{},directoryOverride:e,preserveDirectoryOverride:!0})}),ne=(0,$.jsxs)(`button`,{type:`button`,className:Y(`group relative inline-flex min-w-0 w-fit items-center gap-1.5 rounded-lg !border-0 px-1.5 font-medium text-foreground/80`,c===`mobile-sheet`?`h-[26px] text-[11px] leading-none`:`h-6 py-1 pr-1.5 typography-micro transition-[padding] hover:pr-5 focus-visible:pr-5 data-[popup-open]:pr-5`,s,Cp,o),"aria-label":z,children:[(0,$.jsx)(X,{name:`git-branch`,className:`size-3.5 shrink-0 text-muted-foreground`,"aria-hidden":`true`}),(0,$.jsx)(`span`,{className:`min-w-0 truncate`,children:z}),c===`dropdown`?(0,$.jsx)(X,{name:`arrow-down-s`,className:`pointer-events-none absolute right-1 size-3.5 shrink-0 text-muted-foreground opacity-0 transition-opacity group-hover:opacity-100 group-focus-visible:opacity-100 group-data-[popup-open]:opacity-100`,"aria-hidden":`true`}):null]});return(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(Gg,{currentBranch:R,localBranches:I,remoteBranches:L,branchInfo:b?.branches,onCheckout:U,onCreate:G,remotes:E,trigger:ne,triggerLabel:z,hideTooltip:!0,projectRootOption:r,worktreeOptions:i,selectedDirectory:e,onSelectDirectory:a,onCreateWorktree:K,open:w,presentation:c,onOpenChange:T}),j?(0,$.jsx)(n_,{open:!0,projectId:F,onOpenChange:M,onWorktreeCreated:te}):null,(0,$.jsx)(aa,{open:!!D,onOpenChange:e=>{!e&&!k&&O(null)},children:(0,$.jsxs)(ta,{showCloseButton:!1,className:`max-w-sm gap-4`,children:[(0,$.jsxs)($i,{children:[(0,$.jsx)(na,{children:l(`chat.chatInput.branchSwitch.title`,{branch:D??``})}),(0,$.jsx)(ra,{children:l(`chat.chatInput.branchSwitch.description`)})]}),(0,$.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,$.jsxs)(`button`,{type:`button`,disabled:k,onClick:()=>{W()},className:`flex w-full flex-col items-start gap-0.5 rounded-lg border border-border px-3 py-2.5 text-left hover:bg-interactive-hover disabled:opacity-50`,children:[(0,$.jsxs)(`span`,{className:`inline-flex items-center gap-1.5 typography-ui-label font-medium text-foreground`,children:[k?(0,$.jsx)(X,{name:`loader-4`,className:`size-3.5 animate-spin`}):(0,$.jsx)(X,{name:`arrow-left-right`,className:`size-3.5 text-muted-foreground`}),l(`chat.chatInput.branchSwitch.checkoutHere`)]}),(0,$.jsx)(`span`,{className:`typography-micro text-muted-foreground`,children:l(`chat.chatInput.branchSwitch.checkoutHereDescription`)})]}),(0,$.jsxs)(`button`,{type:`button`,disabled:k,onClick:()=>{ee()},className:`flex w-full flex-col items-start gap-0.5 rounded-lg border border-border px-3 py-2.5 text-left hover:bg-interactive-hover disabled:opacity-50`,children:[(0,$.jsxs)(`span`,{className:`inline-flex items-center gap-1.5 typography-ui-label font-medium text-foreground`,children:[k?(0,$.jsx)(X,{name:`loader-4`,className:`size-3.5 animate-spin`}):(0,$.jsx)(X,{name:`git-branch`,className:`size-3.5 text-muted-foreground`}),l(`chat.chatInput.branchSwitch.createWorktree`)]}),(0,$.jsx)(`span`,{className:`typography-micro text-muted-foreground`,children:l(`chat.chatInput.branchSwitch.createWorktreeDescription`)})]})]}),(0,$.jsx)(ea,{children:(0,$.jsx)(`button`,{type:`button`,disabled:k,onClick:()=>O(null),className:`inline-flex h-8 items-center justify-center rounded-md border border-border px-3 typography-ui-label text-foreground hover:bg-interactive-hover/50 disabled:opacity-50`,children:l(`chat.chatInput.branchSwitch.cancel`)})})]})})]})},d_=[],f_=[],p_={revertMessageID:void 0,records:f_},m_=e=>e.role===`user`,h_=(e,t)=>{if(e===t)return!0;if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1)if(e[n]?.message!==t[n]?.message||e[n]?.parts!==t[n]?.parts)return!1;return!0},g_=(e,t,n=p_)=>{if(!t)return p_;let r=(`session`in e?e.session:[]).find(e=>e.id===t)?.revert?.messageID;if(!r)return p_;let i=`messages`in e?e.messages:e.message[t]??[],a=`partsByMessageID`in e?e.partsByMessageID:e.part,o=[];for(let e of i)!m_(e)||!Nn(i,e.id,r)||o.push({message:e,parts:a[e.id]??d_});let s=o.length===0?f_:o;return n.revertMessageID===r&&h_(n.records,s)?n:{revertMessageID:r,records:s}},__={mentionFile:100,mentionAgent:100,mentionSession:100,mentionCommand:100,mentionSnippet:100,mentionPaste:100,code:90,codeFence:90,link:80,linkUrl:78,heading:70,blockquote:40,listMarker:35,marker:10},v_={mentionFile:`text-[var(--primary)]`,mentionAgent:`text-[var(--primary)]`,mentionSession:`text-[var(--primary)]`,mentionCommand:`text-[var(--primary)]`,mentionSnippet:`text-[var(--primary)]`,mentionPaste:`text-[var(--primary)]`,code:`rounded-[3px] bg-[var(--surface-subtle)] text-[var(--markdown-inline-code)]`,codeFence:`bg-[var(--surface-subtle)] text-[var(--markdown-inline-code)]`,link:`text-[var(--status-info)] underline`,linkUrl:`text-muted-foreground`,heading:`text-[var(--syntax-keyword)]`,blockquote:`text-muted-foreground`,listMarker:`text-[var(--syntax-keyword)]`,marker:`text-muted-foreground`},y_=`text-foreground`;function b_(e,t,n){let r=0,i=e.length;for(;r<i;){let i=e[r];if(i==="`"){let i=/^`+/.exec(e.slice(r))?.[0]??``,a=e.indexOf(i,r+i.length);if(a!==-1){let e=a+i.length;n.push({start:t+r,end:t+e,style:`code`}),r=e;continue}}if(i===`[`){let i=/^\[([^\]\n]*)\]\(([^)\n]*)\)/.exec(e.slice(r));if(i){let e=t+r,a=i[1].length,o=i[2].length,s=e+1,c=s+a,l=c+2,u=l+o,d=u+1;n.push({start:e,end:s,style:`marker`}),a>0&&n.push({start:s,end:c,style:`link`}),n.push({start:c,end:l,style:`marker`}),o>0&&n.push({start:l,end:u,style:`linkUrl`}),n.push({start:u,end:d,style:`marker`}),r+=i[0].length;continue}}r+=1}}var x_=/^(\s*)(`{3,}|~{3,})\s*(\S*)/;function S_(e){let t=x_.exec(e);return t?{marker:t[2],lang:t[3]||``}:null}function C_(e,t){return RegExp(`^\\s*\\${t[0]}{${t.length},}\\s*$`).test(e)}function w_(e){let t=[];if(!e)return t;let n=0,r=!1,i=``,a=e.split(`
6522
6522
  `);for(let e=0;e<a.length;e+=1){let o=a[e],s=n,c=s+o.length;if(n=c+1,r){t.push({start:s,end:c,style:`codeFence`}),C_(o,i)&&(r=!1);continue}let l=S_(o);if(l){r=!0,i=l.marker,t.push({start:s,end:c,style:`codeFence`});continue}let u=/^(\s*)(#{1,6})(\s+)/.exec(o);if(u){let e=s+u[1].length,n=e+u[2].length;t.push({start:e,end:n,style:`marker`});let r=n+u[3].length;c>r&&(t.push({start:r,end:c,style:`heading`}),b_(o.slice(r-s),r,t));continue}let d=/^(\s*)(>+)(\s?)/.exec(o);if(d){let e=s+d[1].length,n=e+d[2].length;t.push({start:e,end:n,style:`marker`});let r=n+d[3].length;c>r&&(t.push({start:r,end:c,style:`blockquote`}),b_(o.slice(r-s),r,t));continue}let f=/^(\s*)([-*+]|\d{1,9}[.)])(\s+)/.exec(o);if(f){let e=s+f[1].length,n=e+f[2].length;t.push({start:e,end:n,style:`listMarker`});let r=n+f[3].length;b_(o.slice(r-s),r,t);continue}b_(o,s,t)}return t}function T_(e,t){if(!e||t.length===0)return null;let n=e.length,r=new Set([0,n]);for(let e of t)e.start>0&&e.start<n&&r.add(e.start),e.end>0&&e.end<n&&r.add(e.end);let i=[...r].sort((e,t)=>e-t),a=t.map((e,t)=>({range:e,index:t})).filter(e=>e.range.end>e.range.start).sort((e,t)=>e.range.start-t.range.start),o=[],s=[],c=0;for(let t=0;t<i.length-1;t+=1){let n=i[t],r=i[t+1];if(r<=n)continue;for(;c<a.length&&a[c].range.start<=n;)s.push(a[c]),c+=1;for(let e=s.length-1;e>=0;--e)s[e].range.end<=n&&s.splice(e,1);let l=null,u=-1,d=1/0;for(let{range:e,index:t}of s){let n=e.priority??__[e.style];(n>u||n===u&&t<d)&&(u=n,d=t,l=e)}let f=l?l.className??v_[l.style]:y_,p=e.slice(n,r),m=l?.visual,h=l?.skillName,g=o[o.length-1];g&&g.className===f&&R(g.visual,m)&&g.skillName===h?g.text+=p:o.push({text:p,className:f,visual:m,skillName:h})}return o.length>0?o:null}function E_(e,t){let n=new Set(Array.from(t,e=>e.toLowerCase())),r=[],i=/(^|\s)\/(\u2003)?([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)/gi,a;for(;(a=i.exec(e))!==null;){let e=a[2]??``,t=a[3]||``;if(!n.has(t.toLowerCase()))continue;let i=a.index+(a[1]?.length??0);r.push({start:i,end:i+1+e.length+t.length,name:t})}return r}function D_(e,t,n){if(e===t){let t=n.find(t=>e>t.start&&e<t.end);return t?{start:t.start,end:t.end}:null}let r=n.filter(n=>n.start<t&&n.end>e);return r.length===0?null:{start:Math.min(e,...r.map(e=>e.start)),end:Math.max(t,...r.map(e=>e.end))}}function O_(e,t,n){let r=E_(e,t),i=Math.max(0,Math.min(n.selectionStart,e.length)),a=Math.max(i,Math.min(n.selectionEnd,e.length)),o=i,s=a;if(i===a)if(n.altKey)if(n.key===`Backspace`){for(;o>0&&/\s/.test(e[o-1]);)--o;for(;o>0&&!/\s/.test(e[o-1]);)--o}else{for(;s<e.length&&/\s/.test(e[s]);)s+=1;for(;s<e.length&&!/\s/.test(e[s]);)s+=1}else n.key===`Backspace`?o=Math.max(0,i-1):s=Math.min(e.length,i+1);if(o===s)return null;let c=r.filter(e=>e.start<s&&e.end>o);if(c.length===0)return null;let l=Math.min(o,...c.map(e=>e.start)),u=Math.max(s,...c.map(e=>e.end));return u<e.length&&/\s/.test(e[u])&&(l===0||/\s/.test(e[l-1]))?u+=1:u===e.length&&l>0&&/\s/.test(e[l-1])&&--l,{text:`${e.slice(0,l)}${e.slice(u)}`,caret:l,removedSkillNames:c.map(e=>e.name)}}function k_(e){return e.map(e=>({start:e.start,end:e.end,style:e.kind===`file`?`mentionFile`:e.kind===`session`?`mentionSession`:`mentionAgent`,visual:e.kind===`session`&&e.label?ie({trigger:`@`,icon:`chat-thread`,label:e.label},H({trigger:`@`,icon:`chat-thread`,label:e.label})):void 0}))}function A_(e){let t=(0,Q.c)(28),{visual:n,text:r}=e,i=n.trigger.length,a=i+n.label.length,o=a+(n.suffix?.length??0),s;t[0]!==a||t[1]!==i||t[2]!==r?(s=r.slice(i,Math.min(a,r.length)),t[0]=a,t[1]=i,t[2]=r,t[3]=s):s=t[3];let c=s,l;t[4]!==a||t[5]!==o||t[6]!==r?(l=r.slice(a,Math.min(o,r.length)),t[4]=a,t[5]=o,t[6]=r,t[7]=l):l=t[7];let u=l,d;t[8]!==o||t[9]!==r?(d=r.slice(Math.min(o,r.length)),t[8]=o,t[9]=r,t[10]=d):d=t[10];let f=d,p;t[11]===Symbol.for(`react.memo_cache_sentinel`)?(p={left:z,right:z},t[11]=p):p=t[11];let m=n.icon,h;t[12]===m?h=t[13]:(h=(0,$.jsx)(`span`,{className:`pointer-events-none absolute inset-y-0 inline-flex items-center justify-center`,style:p,children:(0,$.jsx)(X,{name:m,className:`${N} shrink-0 text-[var(--primary)]`,"aria-hidden":`true`})}),t[12]=m,t[13]=h);let g;t[14]!==h||t[15]!==n.trigger?(g=(0,$.jsxs)(`span`,{className:`relative inline-block align-baseline text-transparent leading-none`,children:[n.trigger,h]}),t[14]=h,t[15]=n.trigger,t[16]=g):g=t[16];let _;t[17]===c?_=t[18]:(_=(0,$.jsx)(`span`,{children:c}),t[17]=c,t[18]=_);let v;t[19]===u?v=t[20]:(v=u?(0,$.jsx)(`span`,{className:`text-transparent`,children:u}):null,t[19]=u,t[20]=v);let y;t[21]===f?y=t[22]:(y=f?(0,$.jsx)(`span`,{className:`text-transparent`,children:f}):null,t[21]=f,t[22]=y);let b;return t[23]!==y||t[24]!==g||t[25]!==_||t[26]!==v?(b=(0,$.jsxs)($.Fragment,{children:[g,_,v,y]}),t[23]=y,t[24]=g,t[25]=_,t[26]=v,t[27]=b):b=t[27],b}var j_=`bg-[var(--surface-subtle)]`,M_=91,N_=94,P_={keyword:8,function:7,type:6,string:5,number:5,variable:4,operator:3,comment:2},F_={keyword:`${j_} text-[var(--syntax-keyword)]`,string:`${j_} text-[var(--syntax-string)]`,number:`${j_} text-[var(--syntax-number)]`,comment:`${j_} text-[var(--syntax-comment)]`,function:`${j_} text-[var(--syntax-function)]`,type:`${j_} text-[var(--syntax-type)]`,variable:`${j_} text-[var(--syntax-variable)]`,operator:`${j_} text-[var(--syntax-operator)]`},I_=qe([{tag:[Ye.comment,Ye.lineComment,Ye.blockComment,Ye.docComment,Ye.meta],class:`comment`},{tag:[Ye.keyword,Ye.modifier,Ye.controlKeyword,Ye.operatorKeyword,Ye.definitionKeyword,Ye.moduleKeyword,Ye.self,Ye.null],class:`keyword`},{tag:[Ye.string,Ye.special(Ye.string),Ye.docString,Ye.character,Ye.regexp],class:`string`},{tag:[Ye.number,Ye.integer,Ye.float,Ye.bool,Ye.atom],class:`number`},{tag:[Ye.function(Ye.variableName),Ye.function(Ye.propertyName),Ye.macroName,Ye.standard(Ye.variableName)],class:`function`},{tag:[Ye.typeName,Ye.className,Ye.namespace,Ye.tagName],class:`type`},{tag:[Ye.variableName,Ye.propertyName,Ye.attributeName,Ye.labelName,Ye.definition(Ye.variableName)],class:`variable`},{tag:[Ye.operator,Ye.punctuation,Ye.bracket,Ye.derefOperator,Ye.separator],class:`operator`},{tag:[Ye.heading,Ye.heading1,Ye.heading2,Ye.heading3,Ye.heading4,Ye.heading5,Ye.heading6,Ye.strong],class:`keyword`},{tag:[Ye.emphasis,Ye.quote],class:`type`},{tag:[Ye.link,Ye.url],class:`function`},{tag:[Ye.monospace],class:`string`},{tag:[Ye.strikethrough],class:`comment`}]),L_=e=>{let t=null;for(let n of e.split(` `)){let e=n;P_[e]!==void 0&&(t===null||P_[e]>P_[t])&&(t=e)}return t?F_[t]:null},R_=2e4,z_=e=>{if(!e)return null;try{let t=no(e);return t instanceof Xe?t:null}catch{return null}};function B_(e){if(!e||!e.includes("```")&&!e.includes(`~~~`))return[];let t=[],n=e.split(`
6523
6523
  `),r=0;for(let e=0;e<n.length;e+=1){let i=n[e];r+=i.length+1;let a=S_(i);if(!a)continue;let o=z_(a.lang),s=r,c=[],l=e+1,u=r;for(;l<n.length;l+=1){let e=n[l];if(C_(e,a.marker)){u+=e.length+1;break}c.push(e),u+=e.length+1}if(e=l,r=u,!o||c.length===0)continue;let d=c.join(`
6524
- `);if(d.trim()&&(t.push({start:s,end:s+d.length,style:`codeFence`,className:`${j_} text-[var(--syntax-foreground)]`,priority:M_}),!(d.length>R_)))try{let e=o.parser.parse(d);Je(e,I_,(e,n,r)=>{let i=L_(r);i&&t.push({start:s+e,end:s+n,style:`codeFence`,className:i,priority:N_})})}catch{}}return t}var V_=[`CodeFiles`,`codefiles`,`application/vnd.code.tree`,`application/vnd.code.tree.explorer`,`text/uri-list`,`text/plain`],H_=e=>e.startsWith(`/`)||e.startsWith(`//`)||e.startsWith(`\\\\`)||/^[A-Za-z]:[\\/]/.test(e),U_=e=>{if(!H_(e)||/\s/.test(e))return!1;if(e.startsWith(`//`)||e.startsWith(`\\\\`)){let t=e.replace(/^[\\/]+/,``);return/[\\/]/.test(t)}if(/^[A-Za-z]:[\\/]/.test(e)){let t=e.slice(3);return t.includes(`\\`)||t.includes(`/`)||t.includes(`.`)}return e.replace(/^\/+/,``).includes(`/`)},W_=(e,{fromPlainText:t=!1}={})=>{let n=e.trim().replace(/^['"]+|['"]+$/g,``);return!n||n===`/>`||/[\r\n]/.test(n)?null:n.toLowerCase().startsWith(`file://`)||(t?U_(n):H_(n))?n:null},G_=(e,t,n=0)=>{if(!(n>6||e==null)){if(typeof e==`string`){t.add(e);return}if(Array.isArray(e)){for(let r of e)G_(r,t,n+1);return}if(typeof e==`object`)for(let r of Object.values(e))G_(r,t,n+1)}},K_=(e,{allowMultipleLines:t=!0,allowStructuredPayload:n=!0,fromPlainText:r=!1}={})=>{let i=new Set,a=e=>{let n=W_(e,{fromPlainText:r});if(n){i.add(n);return}if(t)for(let t of e.split(/\r?\n/)){let e=W_(t,{fromPlainText:r});e&&i.add(e)}};if(a(e),n)try{let t=JSON.parse(e),n=new Set;G_(t,n);for(let e of n)a(e)}catch{}return Array.from(i)},q_=e=>{if(!e||typeof e.getData!=`function`)return[];let t=new Set;for(let n of V_){let r=``;try{r=e.getData(n)}catch{continue}let i=n===`text/plain`?{allowMultipleLines:!1,allowStructuredPayload:!1,fromPlainText:!0}:n===`text/uri-list`?{allowStructuredPayload:!1}:void 0;for(let e of K_(r,i))t.add(e)}return Array.from(t)},J_=e=>{let t=e.trim();if(!t.toLowerCase().startsWith(`file://`))return t;try{let e=new URL(t),n=decodeURIComponent(e.pathname||``);return e.hostname&&e.hostname!==`localhost`&&(n=`//${e.hostname}${n}`),/^\/[A-Za-z]:\//.test(n)&&(n=n.slice(1)),n||t}catch{let e=t.replace(/^file:\/\//i,``);try{return decodeURIComponent(e)}catch{return e}}},Y_=e=>H_(e);function X_(e,t){let n=(0,Q.c)(5),r=Qt(e,t),i=c(Z_),a;n[0]===r?a=n[1]:(a=sn(r),n[0]=r,n[1]=a);let o;return n[2]!==i||n[3]!==a?(o={goal:a,enabled:i},n[2]=i,n[3]=a,n[4]=o):o=n[4],o}function Z_(e){return e.sessionGoalEnabled}function Q_(e,t){let n=(0,Q.c)(4),[r,i]=Z.useState(null),a=t?.objectiveFile?`${e}:${t.id}:${t.updatedAt}`:``,o,s;return n[0]!==a||n[1]!==e?(o=()=>{if(!a){i(null);return}let t=!0;return At(e).then(e=>{t&&i(e)}),()=>{t=!1}},s=[a,e],n[0]=a,n[1]=e,n[2]=o,n[3]=s):(o=n[2],s=n[3]),Z.useEffect(o,s),t?t.objectiveFile?r:t.objective:null}var $_={active:`var(--status-info)`,paused:`var(--surface-muted-foreground)`,blocked:`var(--status-warning)`,budgetLimited:`var(--status-warning)`,complete:`var(--status-success)`},ev={active:`chat.goal.status.active`,paused:`chat.goal.status.paused`,blocked:`chat.goal.status.blocked`,budgetLimited:`chat.goal.status.budgetLimited`,complete:`chat.goal.status.complete`},tv=Z.memo(({sessionId:e,directory:t,className:n})=>{let{t:r}=it(),i=c(e=>e.isMobile),{goal:a,enabled:o}=X_(e??``,t),s=Q_(e??``,a),l=ar(e??``,t),u=gi(e,t),d=Z.useRef(null),[f,p]=Z.useState(!1),[m,h]=Z.useState(()=>Date.now());Z.useEffect(()=>{if(!a||a.status===`complete`||a.status===`blocked`||a.status===`budgetLimited`)return;let e=window.setInterval(()=>h(Date.now()),1e3);return()=>window.clearInterval(e)},[a?.id,a?.status]),Z.useEffect(()=>{if(!e||!a||a.status!==`active`)return;let n=u[0]?.id;if(!n)return;let r=`${e}:${a.id}:${n}`;d.current!==r&&(d.current=r,Et(e,t))},[e,t,a,u]);let g=q(async n=>{if(!(!e||f)){p(!0);try{await gn(e,t,n)}catch(e){console.warn(`[session-goal] status change failed:`,e),wi.error(r(`chat.goal.toast.actionFailed`))}finally{p(!1)}}});if(!e||!o||!a)return null;let _=Math.max(0,(a.status===`complete`||a.status===`blocked`||a.status===`budgetLimited`?a.updatedAt:m)-(a.createdAt||m)),v=ft(_),y=a.tokenBudget?`${Lr(a.tokensUsed)}/${Lr(a.tokenBudget)}`:a.tokensUsed>0?Lr(a.tokensUsed):null,b=a.status===`active`?{icon:`pause`,labelKey:`chat.goal.action.pause`,next:`paused`}:a.status===`paused`||a.status===`blocked`||a.status===`budgetLimited`?{icon:`play`,labelKey:`chat.goal.action.resume`,next:`active`}:null,x=i?`text-[11px] leading-none text-muted-foreground`:`typography-meta text-muted-foreground`,S=i?`text-xs leading-5 text-foreground`:`typography-ui-label leading-5 text-foreground`,C=i?`size-3`:`size-3.5`;return(0,$.jsxs)(`div`,{className:Y(`flex w-full min-w-0 items-center`,i?`gap-1 py-0.5`:`gap-1.5 py-0.5 md:gap-2`,n),"aria-label":r(`chat.goal.row.aria`),title:s??void 0,children:[(0,$.jsx)(X,{name:`target`,className:Y(C,`flex-shrink-0`),style:{color:$_[a.status]},"aria-hidden":`true`}),(0,$.jsx)(`span`,{className:Y(`min-w-0 flex-1 truncate`,S),children:a.note||s||``}),a.status===`active`&&(!l||l.type===`idle`)?(0,$.jsxs)(`span`,{className:Y(`flex flex-shrink-0 items-center gap-1`,x),children:[(0,$.jsx)(X,{name:`loader-4`,className:Y(C,`animate-spin`),"aria-hidden":`true`}),r(`chat.goal.status.evaluating`)]}):(0,$.jsx)(`span`,{className:Y(`flex-shrink-0`,x),children:r(ev[a.status])}),(0,$.jsx)(`span`,{className:Y(`flex-shrink-0 tabular-nums`,x,`text-muted-foreground/70`),children:v}),y?(0,$.jsx)(`span`,{className:Y(`flex-shrink-0 tabular-nums`,x,`text-muted-foreground/70`),children:y}):null,b?(0,$.jsxs)(`button`,{type:`button`,onClick:()=>void g(b.next),disabled:f,className:Y(`inline-flex flex-shrink-0 cursor-pointer items-center bg-transparent text-muted-foreground transition-colors hover:text-foreground disabled:pointer-events-none disabled:opacity-50`,i?`h-7 gap-1.5 px-0 text-[11px]`:`h-7 gap-1 px-0.5`),"aria-label":r(b.labelKey),children:[(0,$.jsx)(X,{name:b.icon,className:C,"aria-hidden":`true`}),(0,$.jsx)(`span`,{className:Y(`font-medium`,i?`leading-none`:`typography-ui-label`),children:r(b.labelKey)})]}):null]})});tv.displayName=`SessionGoalRow`;var nv=Z.memo(({sessionId:e,directory:t,draftOpen:n=!1})=>{let{t:r}=it(),{goal:i,enabled:a}=X_(e??``,t),o=Tt(e=>e.armed),s=Tt(e=>e.setArmed),[c,l]=Z.useState(!1);if(d()||!a||!e&&!n||!o&&!i)return null;let u=i?.status===`complete`?`text-[var(--status-success)]`:i?.status===`blocked`||i?.status===`budgetLimited`?`text-[var(--status-error)]`:o||i?.status===`active`||i?.status===`paused`?`text-[var(--status-info)]`:``,f=async()=>{if(o){s(!1);return}if(!(!e||c)){l(!0);try{await In(e,t)}catch(e){console.warn(`[session-goal] clear failed:`,e),wi.error(r(`chat.goal.toast.actionFailed`))}finally{l(!1)}}};return(0,$.jsxs)(`span`,{className:Y(`inline-flex h-7 items-center gap-1 rounded-full bg-[var(--surface-muted)] py-1 pl-2 pr-1 typography-ui-label`,u),children:[(0,$.jsx)(X,{name:`target`,className:`h-4 w-4`,"aria-hidden":`true`}),(0,$.jsx)(`span`,{children:r(`chat.goal.chip.label`)}),(0,$.jsx)(`button`,{type:`button`,className:`flex h-5 w-5 items-center justify-center rounded-full text-current hover:bg-[var(--interactive-hover)] disabled:opacity-50`,onClick:()=>void f(),disabled:c,"aria-label":r(o?`chat.goal.button.disarmAria`:`chat.goal.action.clear`),title:r(o?`chat.goal.button.disarmAria`:`chat.goal.action.clear`),children:(0,$.jsx)(X,{name:`close`,className:`h-3 w-3`,"aria-hidden":`true`})})]})});nv.displayName=`SessionGoalButton`;var rv=Z.memo(e=>{let t=(0,Q.c)(11),{length:n}=e,{t:r}=it();if(!Tt(iv)||n===0)return null;let i=n>5e3?`text-[var(--status-error)]`:`text-muted-foreground/70`,a;t[0]===i?a=t[1]:(a=Y(`flex-shrink-0 self-center typography-micro tabular-nums`,i),t[0]=i,t[1]=a);let o;t[2]===r?o=t[3]:(o=r(`chat.goal.counter.aria`),t[2]=r,t[3]=o);let s;t[4]===r?s=t[5]:(s=r(`chat.goal.counter.aria`),t[4]=r,t[5]=s);let c;return t[6]!==n||t[7]!==a||t[8]!==o||t[9]!==s?(c=(0,$.jsxs)(`span`,{className:a,"aria-label":o,title:s,children:[n,`/`,Vr]}),t[6]=n,t[7]=a,t[8]=o,t[9]=s,t[10]=c):c=t[10],c});rv.displayName=`SessionGoalObjectiveCounter`;function iv(e){return e.armed}var av=new Set([`new`,`fork`,`compact`,`undo`,`redo`,`timeline`,`model`,`summary`,`workspace-review`,`handoff-review`,`plan-feature`,`goal`,`craft-goal`,`catch-up`,`debug`,`weigh`,`explore`]),ov=new Set([`compact`,`fork`,`undo`,`redo`]),sv=/^\/\u2003?([^\s]+)/i,cv=/^\/\u2003?goal\b/i,lv=(e,t)=>{if(t!==`normal`)return null;let n=e.trimStart().match(sv)?.[1]?.toLowerCase();return n&&av.has(n)?n:null},uv=(e,t)=>lv(e,t)===`goal`?e.trimStart().replace(cv,``).trim():null,dv=(e,t)=>lv(e,t)!==null,fv=(e,t)=>{let n=lv(e,t);return n!==null&&ov.has(n)},pv=(e,t)=>{if(!e.includes(`/`)||t.size===0)return[];let n=RegExp(`(^|\\s)/(${ee})?([A-Za-z0-9][A-Za-z0-9_-]*)(?=$|\\s)`,`g`),r=[],i;for(;(i=n.exec(e))!==null;){let e=i[3]??``;if(!t.has(e.toLowerCase()))continue;let n=i[2]??``,a=i.index+(i[1]?.length??0);r.push({start:a,end:a+1+n.length+e.length,name:e,hasSlot:n.length>0})}return r},mv=(e,t,n=e.length)=>{let r=pv(e,t).filter(e=>!e.hasSlot);if(r.length===0)return null;let i=e,a=n;for(let e=r.length-1;e>=0;--e){let t=r[e].start+1;i=`${i.slice(0,t)}${ee}${i.slice(t)}`,a>t&&(a+=ee.length)}return i===e?null:{text:i,caret:a}},hv=e=>e.startsWith(ee)?e.slice(ee.length):e,gv=({currentSessionId:e,messageRef:t,replacePlainDocument:n})=>{let r=e;return t.current=``,n(``),r},_v=async({command:e,consumeCommandText:t,forkSession:n,waitForConnection:r,getDirectoryForSession:i,summarizeSession:a,onCompactError:o,onForkError:s})=>{if(t(),e===`fork`){try{await n()}catch(e){s(e)}return}try{await r();let e=i();if(!e){o();return}await a(e)}catch{o()}},vv=e=>!e.queuedOnly&&!e.resourcePolicy&&e.rootAttachmentCount>0,yv=e=>e.surfaceKind===`primary`&&!!e.currentSessionId&&!e.queuedOnly&&!e.resourcePolicy&&e.inputMode!==`shell`&&!e.localCommand,bv=e=>e.surfaceKind!==`primary`||!e.stagedSessionId||!e.stagedMessageId||e.stagedMessageId!==e.blurredMessageId||e.submitInFlight||e.focusHeld||e.overlayOpen||e.focusInsideComposer?{action:`keep`}:{action:`disarm`,sessionId:e.stagedSessionId},xv=e=>({state:`bound`,transportIdentity:e.transportIdentity,directory:e.directory,sessionID:e.sessionID,deliveryTarget:{kind:`primary`},runtimeGeneration:e.runtimeGeneration}),Sv=(e,t)=>{let n=C.getState();return n.bindLegacyQueue(x(e.sessionID),e),n.stageAdmission(e,{requestID:t.requestID,queueItemID:t.queueItemID,operationID:t.operationID,messageID:t.messageID,content:t.content,createdAt:t.createdAt,attachmentCount:t.attachments.length,...t.composerDocument?{composerDocument:t.composerDocument}:{},...t.composerMentions?{composerMentions:t.composerMentions}:{}}),n.confirmAdmission(e,{requestID:t.requestID,sendConfig:t.sendConfig,attachments:t.attachments}).ok},Cv=async e=>{let t=bn.getState().takeEstablishingPending(e.draftID);if(t.length===0)return{drained:0,failed:0};let n=xv(e),r=0,i=0;for(let a of t)try{if(e.admitServer&&(await e.admitServer(a)).status===`committed`){r+=1;continue}Sv(n,a)?r+=1:i+=1}catch{try{Sv(n,a)?r+=1:i+=1}catch{i+=1}}return{drained:r,failed:i}},wv=(e,t)=>Promise.resolve().then(()=>e()).catch(()=>{t()}),Tv=e=>e===`allow`||e===`ask`||e===`deny`,Ev=e=>{if(Tv(e))return[{permission:`*`,pattern:`*`,action:e}];if(Array.isArray(e))return e.flatMap(e=>{if(!e||typeof e!=`object`)return[];let t=e;return typeof t.permission==`string`&&typeof t.pattern==`string`&&Tv(t.action)?[{permission:t.permission,pattern:t.pattern,action:t.action}]:[]});if(!e||typeof e!=`object`)return[];let t=[];for(let[n,r]of Object.entries(e))if(n!==`__originalKeys`){if(Tv(r)){t.push({permission:n,pattern:`*`,action:r});continue}if(!(!r||typeof r!=`object`||Array.isArray(r)))for(let[e,i]of Object.entries(r))Tv(i)&&t.push({permission:n,pattern:e,action:i})}return t},Dv=e=>{let t=Ev(e);for(let e=t.length-1;e>=0;--e){let n=t[e];if(n.permission===`*`&&n.pattern===`*`)return n.action===`ask`;if(n.action===`ask`)return!0}return!0},Ov=(e,t)=>{let n=t?.trim();if(!n)return e.length===0||e.some(e=>Dv(e.permission));let r=e.find(e=>e?.name===n);return!r||Dv(r.permission)},kv=e=>{let{permissionScopeSessionId:t,newSessionDraftOpen:n,draftPermissionAutoAcceptEnabled:r,permissionAutoAcceptEnabled:i,setDraftPermissionAutoAcceptEnabled:a,setSessionAutoAccept:o,onOpenSessionFirst:s,onToggleFailed:c}=e;if(!t){if(!n){s();return}a(!r);return}o(t,!i).catch(c)},Av=null,jv=new Set,Mv=()=>{for(let e of jv)e()},Nv=e=>e===`chat`||e===`assistant`,Pv=()=>Av,Fv=e=>{Av!==e&&(Av=e,Mv())},Iv=e=>{Av&&(e&&Av.surfaceID!==e||(Av=null,Mv()))},Lv=(e,t)=>{if(e.transportIdentity!==t.transportIdentity||e.runtimeGeneration!==t.runtimeGeneration)throw Error(`chat-input-delivery-runtime-stale`)},Rv=e=>{let t={...e.options?.delivery===`steer`?{delivery:`steer`}:{},...e.options?.commitStagedMessageEdit===void 0?{}:{commitStagedMessageEdit:e.options.commitStagedMessageEdit},...e.options?.messageID?{messageID:e.options.messageID}:{},...e.options?.ticket?{ticket:e.options.ticket}:{}},n=e.options?.sessionId??e.sessionID??void 0;if(!n)return t;let r=e.options?.directoryHint===void 0?e.directory||null:e.options.directoryHint;return{...t,sessionId:n,directoryHint:r}},zv=(e,t,n={})=>({operation:t,surfaceID:e.surfaceID,transportIdentity:e.transportIdentity,runtimeGeneration:e.runtimeGeneration,sessionID:e.sessionID,directory:e.directory??``,draftKey:e.draftKey,deliveryTarget:e.deliveryTarget,...n}),Bv=e=>{if(!e.active||!e.draftKey||!e.directory)return null;let t=e.activity?.phase??`idle`,n=e.activity?.canAbort??(t===`busy`||t===`retry`);return{send:async t=>{let n=zv(e,`send`,t);return await e.selection.flush(),e.kind===`secondary`&&await e.shortcuts.submit(),e.backend.send(n)},sendQueued:async(t,n={})=>{let{manual:r,...i}=n,a=zv(e,`send`,i),o=em(e);if(await e.selection.flush(),!o)throw Error(`chat-input-queue-scope-incomplete`);return e.backend.sendQueued({...a,queueItemID:t,manual:r,queueScope:o})},create:async()=>{let t=zv(e,`create`);return await e.selection.flush(),e.backend.create(t)},compact:async t=>{let n=zv(e,`compact`,t);return await e.selection.flush(),e.backend.compact(n)},abort:async()=>{let t=zv(e,`abort`);return await e.selection.flush(),e.backend.abort(t)},queueScope:em(e),canAbort:n,canQueue:t===`busy`||t===`retry`,allowsCommand:t=>qp(e,{name:t,source:`openchamber`}),shortcut:async(t,n=1)=>{if(e.kind===`secondary`){t===`cycle`?await e.shortcuts.cycle(n):t===`new`?await e.shortcuts.new():t===`abort`?await e.shortcuts.abort():await e.shortcuts.submit();return}if(t===`abort`){let t=zv(e,`abort`);await e.selection.flush(),await e.backend.abort(t);return}if(t===`new`){let t=zv(e,`create`);await e.selection.flush(),await e.backend.create(t);return}t!==`submit`&&await e.shortcuts?.cycle(n)},resources:e.resources??null}},Vv=(e,t,n)=>{let r=e.agent;r&&r!==t.currentAgentName&&t.setAgent(r),e.providerID&&t.setProvider(e.providerID),e.modelID&&t.setModel(e.modelID),t.setCurrentVariant(e.variant);let i=r??t.currentAgentName;i&&e.providerID&&e.modelID&&t.saveAgentModelSelection(i,e.providerID,e.modelID,e.variant);let a=n?.sessionId,o=n?.memory;!a||!o||!e.providerID||!e.modelID||(o.saveSessionModelSelection(a,e.providerID,e.modelID),i&&o.saveSessionAgentSelection&&o.saveSessionAgentSelection(a,i),i&&(o.saveAgentModelForSession(a,i,e.providerID,e.modelID),o.saveAgentModelVariantForSession(a,i,e.providerID,e.modelID,e.variant)))},Hv=(e,t,n)=>{let r=e.providers.find(e=>e.id===t);return r?(Array.isArray(r.models)?r.models:[]).some(e=>e.id===n):!1},Uv=(e,t)=>e.agents.some(e=>e.name===t),Wv=(e,t,n,r)=>{if(!r)return!0;let i=e.providers.find(e=>e.id===t)?.models?.find(e=>e.id===n)?.variants;return i?Array.isArray(i)?i.includes(r):typeof i==`object`&&Object.prototype.hasOwnProperty.call(i,r):!1},Gv=e=>{let{catalog:t,providerID:n,modelID:r,historyVariant:i,memoryVariant:a}=e;if(i)return Wv(t,n,r,i)?i:void 0;if(a&&Wv(t,n,r,a))return a},Kv=e=>{let{sessionId:t,latestUserChoice:n,catalog:r,memory:i,fallbackAgentName:a}=e;if(n?.providerID&&n.modelID&&Hv(r,n.providerID,n.modelID)){let e=n.agent&&Uv(r,n.agent)?n.agent:i?.getSessionAgentSelection?.(t)&&Uv(r,i.getSessionAgentSelection(t))?i.getSessionAgentSelection(t):a&&Uv(r,a)?a:void 0,o=e?i?.getAgentModelVariantForSession?.(t,e,n.providerID,n.modelID):void 0,s=Gv({catalog:r,providerID:n.providerID,modelID:n.modelID,historyVariant:n.variant,memoryVariant:o});return{agent:e,providerID:n.providerID,modelID:n.modelID,variant:s,source:`history`,messageId:n.id}}if(!i)return null;let o=i.getSessionAgentSelection?.(t)??null,s=o&&Uv(r,o)?o:a&&Uv(r,a)?a:void 0;if(s){let e=i.getAgentModelForSession?.(t,s);if(e&&Hv(r,e.providerId,e.modelId)){let n=i.getAgentModelVariantForSession?.(t,s,e.providerId,e.modelId),a=n&&Wv(r,e.providerId,e.modelId,n)?n:void 0;return{agent:s,providerID:e.providerId,modelID:e.modelId,variant:a,source:`session-memory`}}}let c=i.getSessionModelSelection?.(t);if(c&&Hv(r,c.providerId,c.modelId)){let e=s?i.getAgentModelVariantForSession?.(t,s,c.providerId,c.modelId):void 0,n=e&&Wv(r,c.providerId,c.modelId,e)?e:void 0;return{agent:s,providerID:c.providerId,modelID:c.modelId,variant:n,source:`session-memory`}}return null},qv=(e,t,n)=>{let r=e.agent;r&&r!==t.currentAgentName&&t.setAgent(r),e.providerID&&t.setProvider(e.providerID),e.modelID&&t.setModel(e.modelID),t.setCurrentVariant(e.variant);let{sessionId:i,memory:a}=n;a.saveSessionModelSelection(i,e.providerID,e.modelID);let o=r??t.currentAgentName;o&&a.saveSessionAgentSelection&&a.saveSessionAgentSelection(i,o),o&&(a.saveAgentModelForSession(i,o,e.providerID,e.modelID),a.saveAgentModelVariantForSession(i,o,e.providerID,e.modelID,e.variant))},Jv=(e,t)=>{if((t?.expectedConfigKey===void 0||t.activeDirectoryKey===t.expectedConfigKey)&&!(!e.currentProviderId||!e.currentModelId))return{providerID:e.currentProviderId,modelID:e.currentModelId,agent:e.currentAgentName,variant:e.currentVariant}},Yv=e=>{if(e.captured?.providerID&&e.captured?.modelID)return e.captured;let t=e.surfaceSelection;if(!(!t?.providerID||!t?.modelID))return{providerID:t.providerID,modelID:t.modelID,...t.agent?{agent:t.agent}:{},...t.variant?{variant:t.variant}:{}}},Xv=e=>{for(let t=e.length-1;t>=0;--t){let n=e[t];if(n.role!==`user`)continue;let r=typeof n.model?.providerID==`string`&&n.model.providerID.trim().length>0?n.model.providerID:void 0,i=typeof n.model?.modelID==`string`&&n.model.modelID.trim().length>0?n.model.modelID:void 0,a=typeof n.agent==`string`&&n.agent.trim().length>0?n.agent:typeof n.mode==`string`&&n.mode.trim().length>0?n.mode:void 0,o=n.model?.variant??n.variant,s=typeof o==`string`&&o.trim().length>0?o:void 0;return{id:typeof n.id==`string`?n.id:void 0,agent:a,providerID:r,modelID:i,variant:s}}return null},Zv=500,Qv=e=>Array.from(e).length,$v=e=>{let t=2166136261;for(let n of e)t^=n.codePointAt(0)??0,t=Math.imul(t,16777619);return(t>>>0).toString(36)},ey=e=>Qv(e)>=Zv,ty=e=>{let t=v(e.text,e.references).document.references,n=t.reduce((e,t)=>{let n=t.kind===`paste`?t.index:0;return typeof n==`number`&&Number.isSafeInteger(n)&&n>=1?Math.max(e,n):e},0);if(n<2**53-1)return n+1;let r=new Set(t.flatMap(e=>e.kind===`paste`&&typeof e.index==`number`&&Number.isSafeInteger(e.index)&&e.index>=1?[e.index]:[]));for(let e=1;e<=t.length+1;e+=1)if(!r.has(e))return e;return 1},ny=(e,t)=>{let n=t??e;return typeof n!=`string`||!ey(n)?!1:ue(typeof e==`string`?{text:``,references:[]}:e,n)},ry=(e,t,n,r,i=1)=>{let a=Qv(e),o=new Set(n.map(e=>e.token));for(let n=i;n<2**53-1;n+=1){let i=`[${r({index:n,count:a})}]`;if(!(t.includes(i)||o.has(i)))return{id:`pasted-text-${n}-${$v(e)}`,token:i,text:e,characterCount:a,index:n}}throw Error(`Unable to create a unique pasted text reference`)},iy=e=>({text:e.text,references:e.references.map(e=>({...e}))}),ay=e=>e.map(e=>({...e,range:{...e.range}})),oy=(e,t)=>e.text===t.text&&JSON.stringify(e.references)===JSON.stringify(t.references),sy=(e,t,n)=>({document:iy(e),mentions:ay(t),selection:{...n}}),cy=()=>({undo:[],redo:[]}),ly=(e,t)=>({undo:[...e.undo,t].slice(-100),redo:[]}),uy=(e,t)=>{let n=e.undo.at(-1);return!n||!oy(n.after.document,t)?null:{history:{undo:e.undo.slice(0,-1),redo:[...e.redo,n]},snapshot:sy(n.before.document,n.before.mentions,n.before.selection)}},dy=(e,t)=>{let n=e.redo.at(-1);return!n||!oy(n.before.document,t)?null:{history:{undo:[...e.undo,n],redo:e.redo.slice(0,-1)},snapshot:sy(n.after.document,n.after.mentions,n.after.selection)}},fy=e=>({text:e?.text??``,references:e?.composerReferences??[]}),py=e=>({text:e.text,references:e.references.map(e=>({...e}))}),my=e=>({transportIdentity:e.transportIdentity,owner:{...e.owner}}),hy=e=>JSON.stringify([e.text,e.references]),gy=(e,t)=>e!==null&&t!==null&&le(e)===t,_y=(e,t,n)=>{let r=e?my(e):null,i=r?n(r):void 0;return{document:D(fy(i),t),mentions:i?.mentions??[],revision:i?.revision??0,key:r,keyID:r?le(r):null}},vy=(e,t,n,r)=>{if(!t||le(t.key)!==r.keyID||t.revision<r.appliedRevision)return`ignore`;let i=hy(fy(t));return n?.keyID===r.keyID&&n.revision===t.revision&&n.fingerprint===i?`local-echo`:t.revision===r.appliedRevision?`ignore`:i===hy(e)?`same-document-metadata`:`external-document`},yy=(e,t,n)=>{let r=n.newEnd-n.oldEnd;return e.flatMap(e=>{if(e.range.start<n.oldEnd&&e.range.end>n.oldStart)return[];let i=e.range.start>=n.oldEnd?{start:e.range.start+r,end:e.range.end+r}:e.range;return t.text.slice(i.start,i.end)===`@${e.value}`?[{...e,range:i}]:[]})},by=e=>e.map((e,t)=>({mention:e,index:t})).sort((e,t)=>e.mention.range.start-t.mention.range.start||e.mention.range.end-t.mention.range.end||e.index-t.index).map(({mention:e})=>e),xy=(e,t,n,r,i=r)=>{let a=g(e,n,r,i);return{document:a.document,mentions:yy(t,a.document,a.edit),requiresTextCorrection:a.requiresTextCorrection,selectionStart:a.selectionStart,selectionEnd:a.selectionEnd,removedReferences:a.removedReferences}},Sy=(e,t,n)=>({preview:{real:py(e),realMentions:[...t]},document:{text:n.text,references:[]},mentions:[]}),Cy=e=>({document:e.real,mentions:e.realMentions}),wy=(e,t,n,r)=>{let i=[...e,...t.map(e=>({...e,range:{start:e.range.start+r,end:e.range.end+r}}))],a=new Set;return i.filter(e=>{let t=`${e.kind}:${e.value}:${e.range.start}:${e.range.end}`;return a.has(t)||n.text.slice(e.range.start,e.range.end)!==`@${e.value}`?!1:(a.add(t),!0)})},Ty=(e,t)=>{let n=fy(t),r=E(e.document,n),i=e.document.text===n.text&&JSON.stringify(e.document.references)===JSON.stringify(n.references)?0:e.document.text.length+2;return{document:r,mentions:wy(e.mentions,t?.mentions??[],r,i)}},Ey=({draftKey:e,sessionTitles:t,persistenceEnabled:n,onResourcesChanged:r,store:i=wt})=>{let a=e?le(e):null,o=(0,Z.useSyncExternalStore)(i.subscribe,()=>a?i.getState().drafts[a]:void 0,()=>void 0),s=(0,Z.useSyncExternalStore)(i.subscribe,()=>a?i.getState().draftHydration[a]??`idle`:`idle`,()=>`idle`),c=(0,Z.useSyncExternalStore)(i.subscribe,()=>a?i.getState().draftPersistence[a]:void 0,()=>void 0),[l,u]=(0,Z.useState)(()=>_y(e,t,i.getState().getDraft).document),[d,p]=(0,Z.useState)(()=>_y(e,t,i.getState().getDraft).mentions),[m,h]=(0,Z.useState)(`compose`),_=(0,Z.useRef)(l),b=(0,Z.useRef)(d),x=(0,Z.useRef)(t),S=(0,Z.useRef)(r),C=(0,Z.useRef)(e),w=(0,Z.useRef)(e?my(e):null),T=(0,Z.useRef)(a),E=(0,Z.useRef)(a),k=(0,Z.useRef)(0),A=(0,Z.useRef)(o?.revision??0),M=(0,Z.useRef)(void 0),N=(0,Z.useRef)(void 0),P=(0,Z.useRef)(cy());_.current=l,b.current=d,x.current=t,S.current=r,C.current=e,T.current=a;let F=(0,Z.useCallback)((e,t)=>{_.current=e,b.current=t,u(e),p(t)},[]),I=(0,Z.useCallback)((e,t)=>{let n=j(e,t);S.current?.(n)},[]);(0,Z.useEffect)(()=>{i.getState().setDraftPersistenceEnabled(n)},[n,i]),(0,Z.useLayoutEffect)(()=>{k.current+=1;let e=k.current;E.current=a;let t=_y(C.current,x.current,i.getState().getDraft),n=t.key;if(w.current=t.key,M.current=void 0,N.current=void 0,P.current=cy(),h(`compose`),A.current=t.revision,F(t.document,t.mentions),n?.owner.kind===`draft`){let r=t.revision;i.getState().claimLegacyNewDraft(n).then(t=>{let o=i.getState().getDraft(n);!t||!gy(w.current,a)||E.current!==a||T.current!==a||k.current!==e||A.current!==r||o?.revision!==t.revision||(A.current=t.revision,F(D(fy(t),x.current),t.mentions))})}},[a,F,i]),(0,Z.useEffect)(()=>{if(!a||E.current!==a||N.current)return;let e=vy(_.current,o,M.current,{keyID:a,epoch:k.current,appliedRevision:A.current});if(e!==`ignore`){if(o&&(A.current=o.revision),e===`local-echo`||e===`same-document-metadata`){o&&p(o.mentions);return}e===`external-document`&&o&&(M.current=void 0,F(D(fy(o),x.current),o.mentions),h(`compose`))}},[a,F,o]);let L=(0,Z.useCallback)((e,t)=>{let n=w.current;if(!gy(n,T.current)||N.current)return;let r=_.current,a=i.getState().setDraftComposerState(n,{document:e,mentions:by(t)});if(!a)return;let o=fy(a);return M.current={keyID:le(n),revision:a.revision,fingerprint:hy(o)},A.current=a.revision,F(o,a.mentions),I(r,o),a},[i,F,I]),R=(0,Z.useCallback)((e,t,n,r,i,a)=>{P.current=ly(P.current,{before:sy(e,t,n),after:sy(r,i,a)})},[]),z=(0,Z.useCallback)(()=>N.current?(N.current=void 0,h(`compose`),!0):!1,[]),B=(0,Z.useCallback)(e=>(z(),L({text:e,references:[]},[])),[L,z]),V=(0,Z.useCallback)((e,t=[])=>{z();let n=oe(e.text,e.references);return n?L(D(n,x.current),t):void 0},[L,z]),H=(0,Z.useCallback)((e,t,n=t)=>{let r=z(),i=py(_.current),a=r?[]:b.current,o=xy(i,a,e,t,n);return L(o.document,o.mentions),o.removedReferences.length>0&&R(i,a,{start:o.selectionStart,end:o.selectionEnd},o.document,o.mentions,{start:o.selectionStart,end:o.selectionEnd}),{start:o.selectionStart,end:o.selectionEnd,requiresTextCorrection:o.requiresTextCorrection}},[L,z,R]),U=(0,Z.useCallback)((e,t)=>{let n=_.current,r=Math.max(0,Math.min(e.start,n.text.length)),i=Math.max(r,Math.min(e.end,n.text.length)),a=z(),o=g(n,`${n.text.slice(0,r)}${e.text}${n.text.slice(i)}`,r+e.text.length),s=yy(a?[]:b.current,o.document,o.edit);return L(o.document,t?t(s,o.document):s),{start:o.selectionStart,end:o.selectionEnd}},[L,z]),W=(0,Z.useCallback)((e,t)=>{let n=_.current;return U({start:0,end:n.text.length,text:e},t)},[U]),ee=(0,Z.useCallback)((e,t,n,r)=>{let i=z(),a=f(_.current,e,t,n,r);return L(a.document,yy(i?[]:b.current,a.document,a.edit)),{start:a.caret,end:a.caret,caret:a.caret,document:a.document}},[L,z]),G=(0,Z.useCallback)(e=>{let t=py(_.current),n=y(t,e);if(!n)return null;let r=z()?[]:b.current,i=yy(r,n.document,n.edit),a=O(n.document.text,n.caret),o=g(n.document,a.text,a.caret),s=yy(i,o.document,o.edit);return L(o.document,s),R(t,r,{start:e.selectionStart,end:e.selectionEnd},o.document,s,{start:o.selectionStart,end:o.selectionEnd}),{start:o.selectionStart,end:o.selectionEnd}},[L,z,R]),K=(0,Z.useCallback)(e=>{if(N.current)return null;let t=e===`undo`?uy(P.current,_.current):dy(P.current,_.current);return!t||!L(t.snapshot.document,t.snapshot.mentions)?null:(P.current=t.history,t.snapshot.selection)},[L]),te=(0,Z.useCallback)(e=>L(_.current,e),[L]),ne=(0,Z.useCallback)(e=>{let t=N.current?{document:{text:e.text,references:[]},mentions:[]}:Sy(_.current,b.current,e);`preview`in t&&(N.current=t.preview),h(`history-preview`),F(t.document,t.mentions)},[F]),re=(0,Z.useCallback)(()=>{let e=N.current;if(!e)return;N.current=void 0,h(`compose`);let t=Cy(e);F(t.document,t.mentions)},[F]),ie=(0,Z.useCallback)(()=>{let e=w.current;if(!gy(e,T.current))return null;let t=i.getState().getDraft(e);return{key:my(e),keyID:le(e),revision:t?.revision??0,document:py(_.current),mentions:b.current.map(e=>({...e,range:{...e.range}})),epoch:k.current,runtime:i.getState().captureDraftRuntime()}},[i]),ae=(0,Z.useCallback)(e=>{let t=Ty(e,i.getState().getDraft(e.key)),n=fy(i.getState().getDraft(e.key)),r=v(n.text,n.references).document,a=i.getState().setDraftComposerState(e.key,{...t,mentions:by(t.mentions)});if(a){let e=fy(a);I(r,e)}return a},[I,i]),se=(0,Z.useCallback)(()=>_.current,[]);return(0,Z.useMemo)(()=>({document:l,mentions:d,confirmedFileMentions:d.filter(e=>e.kind===`file`||e.kind===`directory`),inputMode:m,hydration:s,persistence:c,getDocument:se,replacePlainDocument:B,replaceMaterializedDocument:V,applyBrowserEdit:H,applyProgrammaticEdit:U,replaceProgrammaticText:W,insertReference:ee,deleteReference:G,restoreReferenceHistory:K,commitMentions:te,enterHistoryPreview:ne,exitHistoryPreview:re,captureSubmission:ie,recoverSubmission:ae}),[H,U,ie,te,G,l,ne,re,se,s,m,ee,d,c,ae,V,B,W,K])};function Dy(e){let t=e.maxLines??8,n=e.lineHeight*t+e.paddingTotal,r=Math.max(e.scrollHeight,e.dictationHeight);return{height:Math.min(r,n),maxHeight:n,overflowY:r>n?`auto`:`hidden`}}var Oy=`box-border w-full whitespace-pre-wrap break-words px-3 typography-markdown [font-family:inherit] [font-style:inherit] [font-weight:inherit] leading-[inherit] tracking-[inherit] md:typography-ui-label`,ky=Mo(()=>Ve(()=>import(`./ToolOutputDialog-BZPEjn9H.js`),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45]))),Ay=[],jy=[],My=[],Ny=[],Py=/^@[^\s]+$/,Fy=({inputMode:e,message:t,showCommandAutocomplete:n,showSkillAutocomplete:r})=>e!==`shell`&&(n||r||/(^|\s)\/[A-Za-z0-9_-]*/.test(t)),Iy=/^(https?:\/\/|mailto:)\S+$/i,Ly=560,Ry=(e,t)=>e.name===t?e:new File([e],t,{type:e.type,lastModified:e.lastModified}),zy=(e,t)=>{if(e===t)return``;let n=0;for(;n<e.length&&n<t.length&&e[n]===t[n];)n+=1;let r=e.length,i=t.length;for(;r>n&&i>n&&e[r-1]===t[i-1];)--r,--i;return t.slice(n,i)},By=e=>e.includes(`@`)?`paste`:`manual`,Vy=(e,t)=>{let n=t,r=t;for(;n>0&&/\s/.test(e[n-1]);)--n;for(;r<e.length&&/\s/.test(e[r]);)r+=1;let i=n>0&&r<e.length?` `:``;return{text:`${e.slice(0,n)}${i}${e.slice(r)}`,caret:n+i.length}},Hy=(e,t)=>En(e,t).some(e=>e.role===`user`),Uy=(e,t)=>{let n=e.filter(e=>e.type===`text`&&!Cn(e)).map(e=>{let t=e;return typeof t.text==`string`?t.text:typeof t.content==`string`?t.content:``}).join(`
6524
+ `);if(d.trim()&&(t.push({start:s,end:s+d.length,style:`codeFence`,className:`${j_} text-[var(--syntax-foreground)]`,priority:M_}),!(d.length>R_)))try{let e=o.parser.parse(d);Je(e,I_,(e,n,r)=>{let i=L_(r);i&&t.push({start:s+e,end:s+n,style:`codeFence`,className:i,priority:N_})})}catch{}}return t}var V_=[`CodeFiles`,`codefiles`,`application/vnd.code.tree`,`application/vnd.code.tree.explorer`,`text/uri-list`,`text/plain`],H_=e=>e.startsWith(`/`)||e.startsWith(`//`)||e.startsWith(`\\\\`)||/^[A-Za-z]:[\\/]/.test(e),U_=e=>{if(!H_(e)||/\s/.test(e))return!1;if(e.startsWith(`//`)||e.startsWith(`\\\\`)){let t=e.replace(/^[\\/]+/,``);return/[\\/]/.test(t)}if(/^[A-Za-z]:[\\/]/.test(e)){let t=e.slice(3);return t.includes(`\\`)||t.includes(`/`)||t.includes(`.`)}return e.replace(/^\/+/,``).includes(`/`)},W_=(e,{fromPlainText:t=!1}={})=>{let n=e.trim().replace(/^['"]+|['"]+$/g,``);return!n||n===`/>`||/[\r\n]/.test(n)?null:n.toLowerCase().startsWith(`file://`)||(t?U_(n):H_(n))?n:null},G_=(e,t,n=0)=>{if(!(n>6||e==null)){if(typeof e==`string`){t.add(e);return}if(Array.isArray(e)){for(let r of e)G_(r,t,n+1);return}if(typeof e==`object`)for(let r of Object.values(e))G_(r,t,n+1)}},K_=(e,{allowMultipleLines:t=!0,allowStructuredPayload:n=!0,fromPlainText:r=!1}={})=>{let i=new Set,a=e=>{let n=W_(e,{fromPlainText:r});if(n){i.add(n);return}if(t)for(let t of e.split(/\r?\n/)){let e=W_(t,{fromPlainText:r});e&&i.add(e)}};if(a(e),n)try{let t=JSON.parse(e),n=new Set;G_(t,n);for(let e of n)a(e)}catch{}return Array.from(i)},q_=e=>{if(!e||typeof e.getData!=`function`)return[];let t=new Set;for(let n of V_){let r=``;try{r=e.getData(n)}catch{continue}let i=n===`text/plain`?{allowMultipleLines:!1,allowStructuredPayload:!1,fromPlainText:!0}:n===`text/uri-list`?{allowStructuredPayload:!1}:void 0;for(let e of K_(r,i))t.add(e)}return Array.from(t)},J_=e=>{let t=e.trim();if(!t.toLowerCase().startsWith(`file://`))return t;try{let e=new URL(t),n=decodeURIComponent(e.pathname||``);return e.hostname&&e.hostname!==`localhost`&&(n=`//${e.hostname}${n}`),/^\/[A-Za-z]:\//.test(n)&&(n=n.slice(1)),n||t}catch{let e=t.replace(/^file:\/\//i,``);try{return decodeURIComponent(e)}catch{return e}}},Y_=e=>H_(e);function X_(e,t){let n=(0,Q.c)(5),r=Qt(e,t),i=c(Z_),a;n[0]===r?a=n[1]:(a=sn(r),n[0]=r,n[1]=a);let o;return n[2]!==i||n[3]!==a?(o={goal:a,enabled:i},n[2]=i,n[3]=a,n[4]=o):o=n[4],o}function Z_(e){return e.sessionGoalEnabled}function Q_(e,t){let n=(0,Q.c)(4),[r,i]=Z.useState(null),a=t?.objectiveFile?`${e}:${t.id}:${t.updatedAt}`:``,o,s;return n[0]!==a||n[1]!==e?(o=()=>{if(!a){i(null);return}let t=!0;return At(e).then(e=>{t&&i(e)}),()=>{t=!1}},s=[a,e],n[0]=a,n[1]=e,n[2]=o,n[3]=s):(o=n[2],s=n[3]),Z.useEffect(o,s),t?t.objectiveFile?r:t.objective:null}var $_={active:`var(--status-info)`,paused:`var(--surface-muted-foreground)`,blocked:`var(--status-warning)`,budgetLimited:`var(--status-warning)`,complete:`var(--status-success)`},ev={active:`chat.goal.status.active`,paused:`chat.goal.status.paused`,blocked:`chat.goal.status.blocked`,budgetLimited:`chat.goal.status.budgetLimited`,complete:`chat.goal.status.complete`},tv=Z.memo(({sessionId:e,directory:t,className:n})=>{let{t:r}=it(),i=c(e=>e.isMobile),{goal:a,enabled:o}=X_(e??``,t),s=Q_(e??``,a),l=ar(e??``,t),u=gi(e,t),d=Z.useRef(null),[f,p]=Z.useState(!1),[m,h]=Z.useState(()=>Date.now());Z.useEffect(()=>{if(!a||a.status===`complete`||a.status===`blocked`||a.status===`budgetLimited`)return;let e=window.setInterval(()=>h(Date.now()),1e3);return()=>window.clearInterval(e)},[a?.id,a?.status]),Z.useEffect(()=>{if(!e||!a||a.status!==`active`)return;let n=u[0]?.id;if(!n)return;let r=`${e}:${a.id}:${n}`;d.current!==r&&(d.current=r,Et(e,t))},[e,t,a,u]);let g=q(async n=>{if(!(!e||f)){p(!0);try{await gn(e,t,n)}catch(e){console.warn(`[session-goal] status change failed:`,e),wi.error(r(`chat.goal.toast.actionFailed`))}finally{p(!1)}}});if(!e||!o||!a)return null;let _=Math.max(0,(a.status===`complete`||a.status===`blocked`||a.status===`budgetLimited`?a.updatedAt:m)-(a.createdAt||m)),v=ft(_),y=a.tokenBudget?`${Lr(a.tokensUsed)}/${Lr(a.tokenBudget)}`:a.tokensUsed>0?Lr(a.tokensUsed):null,b=a.status===`active`?{icon:`pause`,labelKey:`chat.goal.action.pause`,next:`paused`}:a.status===`paused`||a.status===`blocked`||a.status===`budgetLimited`?{icon:`play`,labelKey:`chat.goal.action.resume`,next:`active`}:null,x=i?`text-[11px] leading-none text-muted-foreground`:`typography-meta text-muted-foreground`,S=i?`text-xs leading-5 text-foreground`:`typography-ui-label leading-5 text-foreground`,C=i?`size-3`:`size-3.5`;return(0,$.jsxs)(`div`,{className:Y(`flex w-full min-w-0 items-center`,i?`gap-1 py-0.5`:`gap-1.5 py-0.5 md:gap-2`,n),"aria-label":r(`chat.goal.row.aria`),title:s??void 0,children:[(0,$.jsx)(X,{name:`target`,className:Y(C,`flex-shrink-0`),style:{color:$_[a.status]},"aria-hidden":`true`}),(0,$.jsx)(`span`,{className:Y(`min-w-0 flex-1 truncate`,S),children:a.note||s||``}),a.status===`active`&&(!l||l.type===`idle`)?(0,$.jsxs)(`span`,{className:Y(`flex flex-shrink-0 items-center gap-1`,x),children:[(0,$.jsx)(X,{name:`loader-4`,className:Y(C,`animate-spin`),"aria-hidden":`true`}),r(`chat.goal.status.evaluating`)]}):(0,$.jsx)(`span`,{className:Y(`flex-shrink-0`,x),children:r(ev[a.status])}),(0,$.jsx)(`span`,{className:Y(`flex-shrink-0 tabular-nums`,x,`text-muted-foreground/70`),children:v}),y?(0,$.jsx)(`span`,{className:Y(`flex-shrink-0 tabular-nums`,x,`text-muted-foreground/70`),children:y}):null,b?(0,$.jsxs)(`button`,{type:`button`,onClick:()=>void g(b.next),disabled:f,className:Y(`inline-flex flex-shrink-0 cursor-pointer items-center bg-transparent text-muted-foreground transition-colors hover:text-foreground disabled:pointer-events-none disabled:opacity-50`,i?`h-7 gap-1.5 px-0 text-[11px]`:`h-7 gap-1 px-0.5`),"aria-label":r(b.labelKey),children:[(0,$.jsx)(X,{name:b.icon,className:C,"aria-hidden":`true`}),(0,$.jsx)(`span`,{className:Y(`font-medium`,i?`leading-none`:`typography-ui-label`),children:r(b.labelKey)})]}):null]})});tv.displayName=`SessionGoalRow`;var nv=Z.memo(({sessionId:e,directory:t,draftOpen:n=!1})=>{let{t:r}=it(),{goal:i,enabled:a}=X_(e??``,t),o=Tt(e=>e.armed),s=Tt(e=>e.setArmed),[c,l]=Z.useState(!1);if(d()||!a||!e&&!n||!o&&!i)return null;let u=i?.status===`complete`?`text-[var(--status-success)]`:i?.status===`blocked`||i?.status===`budgetLimited`?`text-[var(--status-error)]`:o||i?.status===`active`||i?.status===`paused`?`text-[var(--status-info)]`:``,f=async()=>{if(o){s(!1);return}if(!(!e||c)){l(!0);try{await In(e,t)}catch(e){console.warn(`[session-goal] clear failed:`,e),wi.error(r(`chat.goal.toast.actionFailed`))}finally{l(!1)}}};return(0,$.jsxs)(`span`,{className:Y(`inline-flex h-7 items-center gap-1 rounded-full bg-[var(--surface-muted)] py-1 pl-2 pr-1 typography-ui-label`,u),children:[(0,$.jsx)(X,{name:`target`,className:`h-4 w-4`,"aria-hidden":`true`}),(0,$.jsx)(`span`,{children:r(`chat.goal.chip.label`)}),(0,$.jsx)(`button`,{type:`button`,className:`flex h-5 w-5 items-center justify-center rounded-full text-current hover:bg-[var(--interactive-hover)] disabled:opacity-50`,onClick:()=>void f(),disabled:c,"aria-label":r(o?`chat.goal.button.disarmAria`:`chat.goal.action.clear`),title:r(o?`chat.goal.button.disarmAria`:`chat.goal.action.clear`),children:(0,$.jsx)(X,{name:`close`,className:`h-3 w-3`,"aria-hidden":`true`})})]})});nv.displayName=`SessionGoalButton`;var rv=Z.memo(e=>{let t=(0,Q.c)(11),{length:n}=e,{t:r}=it();if(!Tt(iv)||n===0)return null;let i=n>5e3?`text-[var(--status-error)]`:`text-muted-foreground/70`,a;t[0]===i?a=t[1]:(a=Y(`flex-shrink-0 self-center typography-micro tabular-nums`,i),t[0]=i,t[1]=a);let o;t[2]===r?o=t[3]:(o=r(`chat.goal.counter.aria`),t[2]=r,t[3]=o);let s;t[4]===r?s=t[5]:(s=r(`chat.goal.counter.aria`),t[4]=r,t[5]=s);let c;return t[6]!==n||t[7]!==a||t[8]!==o||t[9]!==s?(c=(0,$.jsxs)(`span`,{className:a,"aria-label":o,title:s,children:[n,`/`,Vr]}),t[6]=n,t[7]=a,t[8]=o,t[9]=s,t[10]=c):c=t[10],c});rv.displayName=`SessionGoalObjectiveCounter`;function iv(e){return e.armed}var av=new Set([`new`,`fork`,`compact`,`undo`,`redo`,`timeline`,`model`,`summary`,`workspace-review`,`handoff-review`,`plan-feature`,`goal`,`craft-goal`,`catch-up`,`debug`,`weigh`,`explore`]),ov=new Set([`compact`,`fork`,`undo`,`redo`]),sv=/^\/\u2003?([^\s]+)/i,cv=/^\/\u2003?goal\b/i,lv=(e,t)=>{if(t!==`normal`)return null;let n=e.trimStart().match(sv)?.[1]?.toLowerCase();return n&&av.has(n)?n:null},uv=(e,t)=>lv(e,t)===`goal`?e.trimStart().replace(cv,``).trim():null,dv=(e,t)=>lv(e,t)!==null,fv=(e,t)=>{let n=lv(e,t);return n!==null&&ov.has(n)},pv=(e,t)=>{if(!e.includes(`/`)||t.size===0)return[];let n=RegExp(`(^|\\s)/(${ee})?([A-Za-z0-9][A-Za-z0-9_-]*)(?=$|\\s)`,`g`),r=[],i;for(;(i=n.exec(e))!==null;){let e=i[3]??``;if(!t.has(e.toLowerCase()))continue;let n=i[2]??``,a=i.index+(i[1]?.length??0);r.push({start:a,end:a+1+n.length+e.length,name:e,hasSlot:n.length>0})}return r},mv=(e,t,n=e.length)=>{let r=pv(e,t).filter(e=>!e.hasSlot);if(r.length===0)return null;let i=e,a=n;for(let e=r.length-1;e>=0;--e){let t=r[e].start+1;i=`${i.slice(0,t)}${ee}${i.slice(t)}`,a>t&&(a+=ee.length)}return i===e?null:{text:i,caret:a}},hv=e=>e.startsWith(ee)?e.slice(ee.length):e,gv=({currentSessionId:e,messageRef:t,replacePlainDocument:n})=>{let r=e;return t.current=``,n(``),r},_v=async({command:e,consumeCommandText:t,forkSession:n,waitForConnection:r,getDirectoryForSession:i,summarizeSession:a,onCompactError:o,onForkError:s})=>{if(t(),e===`fork`){try{await n()}catch(e){s(e)}return}try{await r();let e=i();if(!e){o();return}await a(e)}catch{o()}},vv=e=>!e.queuedOnly&&!e.resourcePolicy&&e.rootAttachmentCount>0,yv=e=>e.surfaceKind===`primary`&&!!e.currentSessionId&&!e.queuedOnly&&!e.resourcePolicy&&e.inputMode!==`shell`&&!e.localCommand,bv=e=>e.surfaceKind!==`primary`||!e.stagedSessionId||!e.stagedMessageId||e.stagedMessageId!==e.blurredMessageId||e.submitInFlight||e.focusHeld||e.overlayOpen||e.focusInsideComposer?{action:`keep`}:{action:`disarm`,sessionId:e.stagedSessionId},xv=e=>({state:`bound`,transportIdentity:e.transportIdentity,directory:e.directory,sessionID:e.sessionID,deliveryTarget:{kind:`primary`},runtimeGeneration:e.runtimeGeneration}),Sv=(e,t)=>{let n=C.getState();return n.bindLegacyQueue(x(e.sessionID),e),n.stageAdmission(e,{requestID:t.requestID,queueItemID:t.queueItemID,operationID:t.operationID,messageID:t.messageID,content:t.content,createdAt:t.createdAt,attachmentCount:t.attachments.length,...t.composerDocument?{composerDocument:t.composerDocument}:{},...t.composerMentions?{composerMentions:t.composerMentions}:{}}),n.confirmAdmission(e,{requestID:t.requestID,sendConfig:t.sendConfig,attachments:t.attachments}).ok},Cv=async e=>{let t=bn.getState().takeEstablishingPending(e.draftID);if(t.length===0)return{drained:0,failed:0};let n=xv(e),r=0,i=0;for(let a of t)try{if(e.admitServer&&(await e.admitServer(a)).status===`committed`){r+=1;continue}Sv(n,a)?r+=1:i+=1}catch{try{Sv(n,a)?r+=1:i+=1}catch{i+=1}}return{drained:r,failed:i}},wv=(e,t)=>Promise.resolve().then(()=>e()).catch(()=>{t()}),Tv=e=>e===`allow`||e===`ask`||e===`deny`,Ev=e=>{if(Tv(e))return[{permission:`*`,pattern:`*`,action:e}];if(Array.isArray(e))return e.flatMap(e=>{if(!e||typeof e!=`object`)return[];let t=e;return typeof t.permission==`string`&&typeof t.pattern==`string`&&Tv(t.action)?[{permission:t.permission,pattern:t.pattern,action:t.action}]:[]});if(!e||typeof e!=`object`)return[];let t=[];for(let[n,r]of Object.entries(e))if(n!==`__originalKeys`){if(Tv(r)){t.push({permission:n,pattern:`*`,action:r});continue}if(!(!r||typeof r!=`object`||Array.isArray(r)))for(let[e,i]of Object.entries(r))Tv(i)&&t.push({permission:n,pattern:e,action:i})}return t},Dv=e=>{let t=Ev(e);for(let e=t.length-1;e>=0;--e){let n=t[e];if(n.permission===`*`&&n.pattern===`*`)return n.action===`ask`;if(n.action===`ask`)return!0}return!0},Ov=(e,t)=>{let n=t?.trim();if(!n)return e.length===0||e.some(e=>Dv(e.permission));let r=e.find(e=>e?.name===n);return!r||Dv(r.permission)},kv=e=>{let{permissionScopeSessionId:t,newSessionDraftOpen:n,draftPermissionAutoAcceptEnabled:r,permissionAutoAcceptEnabled:i,setDraftPermissionAutoAcceptEnabled:a,setSessionAutoAccept:o,onOpenSessionFirst:s,onToggleFailed:c}=e;if(!t){if(!n){s();return}a(!r);return}o(t,!i).catch(c)},Av=null,jv=new Set,Mv=()=>{for(let e of jv)e()},Nv=e=>e===`chat`||e===`assistant`,Pv=()=>Av,Fv=e=>{Av!==e&&(Av=e,Mv())},Iv=e=>{Av&&(e&&Av.surfaceID!==e||(Av=null,Mv()))},Lv=(e,t)=>{if(e.transportIdentity!==t.transportIdentity||e.runtimeGeneration!==t.runtimeGeneration)throw Error(`chat-input-delivery-runtime-stale`)},Rv=e=>{let t={...e.options?.delivery===`steer`?{delivery:`steer`}:{},...e.options?.commitStagedMessageEdit===void 0?{}:{commitStagedMessageEdit:e.options.commitStagedMessageEdit},...e.options?.messageID?{messageID:e.options.messageID}:{},...e.options?.ticket?{ticket:e.options.ticket}:{}},n=e.options?.sessionId??e.sessionID??void 0;if(!n)return t;let r=e.options?.directoryHint===void 0?e.directory||null:e.options.directoryHint;return{...t,sessionId:n,directoryHint:r}},zv=(e,t,n={})=>({operation:t,surfaceID:e.surfaceID,transportIdentity:e.transportIdentity,runtimeGeneration:e.runtimeGeneration,sessionID:e.sessionID,directory:e.directory??``,draftKey:e.draftKey,deliveryTarget:e.deliveryTarget,...n}),Bv=e=>{if(!e.active||!e.draftKey||!e.directory)return null;let t=e.activity?.phase??`idle`,n=e.activity?.canAbort??(t===`busy`||t===`retry`);return{send:async t=>{let n=zv(e,`send`,t);return await e.selection.flush(),e.kind===`secondary`&&await e.shortcuts.submit(),e.backend.send(n)},sendQueued:async(t,n={})=>{let{manual:r,...i}=n,a=zv(e,`send`,i),o=em(e);if(await e.selection.flush(),!o)throw Error(`chat-input-queue-scope-incomplete`);return e.backend.sendQueued({...a,queueItemID:t,manual:r,queueScope:o})},create:async()=>{let t=zv(e,`create`);return await e.selection.flush(),e.backend.create(t)},compact:async t=>{let n=zv(e,`compact`,t);return await e.selection.flush(),e.backend.compact(n)},abort:async()=>{let t=zv(e,`abort`);return await e.selection.flush(),e.backend.abort(t)},queueScope:em(e),canAbort:n,canQueue:t===`busy`||t===`retry`,allowsCommand:t=>qp(e,{name:t,source:`openchamber`}),shortcut:async(t,n=1)=>{if(e.kind===`secondary`){t===`cycle`?await e.shortcuts.cycle(n):t===`new`?await e.shortcuts.new():t===`abort`?await e.shortcuts.abort():await e.shortcuts.submit();return}if(t===`abort`){let t=zv(e,`abort`);await e.selection.flush(),await e.backend.abort(t);return}if(t===`new`){let t=zv(e,`create`);await e.selection.flush(),await e.backend.create(t);return}t!==`submit`&&await e.shortcuts?.cycle(n)},resources:e.resources??null}},Vv=(e,t,n)=>{let r=e.agent;r&&r!==t.currentAgentName&&t.setAgent(r),e.providerID&&t.setProvider(e.providerID),e.modelID&&t.setModel(e.modelID),t.setCurrentVariant(e.variant);let i=r??t.currentAgentName;i&&e.providerID&&e.modelID&&t.saveAgentModelSelection(i,e.providerID,e.modelID,e.variant);let a=n?.sessionId,o=n?.memory;!a||!o||!e.providerID||!e.modelID||(o.saveSessionModelSelection(a,e.providerID,e.modelID),i&&o.saveSessionAgentSelection&&o.saveSessionAgentSelection(a,i),i&&(o.saveAgentModelForSession(a,i,e.providerID,e.modelID),o.saveAgentModelVariantForSession(a,i,e.providerID,e.modelID,e.variant)))},Hv=(e,t,n)=>{let r=e.providers.find(e=>e.id===t);return r?(Array.isArray(r.models)?r.models:[]).some(e=>e.id===n):!1},Uv=(e,t)=>e.agents.some(e=>e.name===t),Wv=(e,t,n,r)=>{if(!r)return!0;let i=e.providers.find(e=>e.id===t)?.models?.find(e=>e.id===n)?.variants;return i?Array.isArray(i)?i.includes(r):typeof i==`object`&&Object.prototype.hasOwnProperty.call(i,r):!1},Gv=e=>{let{catalog:t,providerID:n,modelID:r,historyVariant:i,memoryVariant:a}=e;if(i)return Wv(t,n,r,i)?i:void 0;if(a&&Wv(t,n,r,a))return a},Kv=e=>{let{sessionId:t,latestUserChoice:n,catalog:r,memory:i,fallbackAgentName:a}=e;if(n?.providerID&&n.modelID&&Hv(r,n.providerID,n.modelID)){let e=n.agent&&Uv(r,n.agent)?n.agent:i?.getSessionAgentSelection?.(t)&&Uv(r,i.getSessionAgentSelection(t))?i.getSessionAgentSelection(t):a&&Uv(r,a)?a:void 0,o=e?i?.getAgentModelVariantForSession?.(t,e,n.providerID,n.modelID):void 0,s=Gv({catalog:r,providerID:n.providerID,modelID:n.modelID,historyVariant:n.variant,memoryVariant:o});return{agent:e,providerID:n.providerID,modelID:n.modelID,variant:s,source:`history`,messageId:n.id}}if(!i)return null;let o=i.getSessionAgentSelection?.(t)??null,s=o&&Uv(r,o)?o:a&&Uv(r,a)?a:void 0;if(s){let e=i.getAgentModelForSession?.(t,s);if(e&&Hv(r,e.providerId,e.modelId)){let n=i.getAgentModelVariantForSession?.(t,s,e.providerId,e.modelId),a=n&&Wv(r,e.providerId,e.modelId,n)?n:void 0;return{agent:s,providerID:e.providerId,modelID:e.modelId,variant:a,source:`session-memory`}}}let c=i.getSessionModelSelection?.(t);if(c&&Hv(r,c.providerId,c.modelId)){let e=s?i.getAgentModelVariantForSession?.(t,s,c.providerId,c.modelId):void 0,n=e&&Wv(r,c.providerId,c.modelId,e)?e:void 0;return{agent:s,providerID:c.providerId,modelID:c.modelId,variant:n,source:`session-memory`}}return null},qv=(e,t,n)=>{let r=e.agent;r&&r!==t.currentAgentName&&t.setAgent(r),e.providerID&&t.setProvider(e.providerID),e.modelID&&t.setModel(e.modelID),t.setCurrentVariant(e.variant);let{sessionId:i,memory:a}=n;a.saveSessionModelSelection(i,e.providerID,e.modelID);let o=r??t.currentAgentName;o&&a.saveSessionAgentSelection&&a.saveSessionAgentSelection(i,o),o&&(a.saveAgentModelForSession(i,o,e.providerID,e.modelID),a.saveAgentModelVariantForSession(i,o,e.providerID,e.modelID,e.variant))},Jv=(e,t)=>{if((t?.expectedConfigKey===void 0||t.activeDirectoryKey===t.expectedConfigKey)&&!(!e.currentProviderId||!e.currentModelId))return{providerID:e.currentProviderId,modelID:e.currentModelId,agent:e.currentAgentName,variant:e.currentVariant}},Yv=e=>{if(e.captured?.providerID&&e.captured?.modelID)return e.captured;let t=e.surfaceSelection;if(!(!t?.providerID||!t?.modelID))return{providerID:t.providerID,modelID:t.modelID,...t.agent?{agent:t.agent}:{},...t.variant?{variant:t.variant}:{}}},Xv=e=>{for(let t=e.length-1;t>=0;--t){let n=e[t];if(n.role!==`user`)continue;let r=typeof n.model?.providerID==`string`&&n.model.providerID.trim().length>0?n.model.providerID:void 0,i=typeof n.model?.modelID==`string`&&n.model.modelID.trim().length>0?n.model.modelID:void 0,a=typeof n.agent==`string`&&n.agent.trim().length>0?n.agent:typeof n.mode==`string`&&n.mode.trim().length>0?n.mode:void 0,o=n.model?.variant??n.variant,s=typeof o==`string`&&o.trim().length>0?o:void 0;return{id:typeof n.id==`string`?n.id:void 0,agent:a,providerID:r,modelID:i,variant:s}}return null},Zv=500,Qv=e=>Array.from(e).length,$v=e=>{let t=2166136261;for(let n of e)t^=n.codePointAt(0)??0,t=Math.imul(t,16777619);return(t>>>0).toString(36)},ey=e=>Qv(e)>=Zv,ty=e=>{let t=v(e.text,e.references).document.references,n=t.reduce((e,t)=>{let n=t.kind===`paste`?t.index:0;return typeof n==`number`&&Number.isSafeInteger(n)&&n>=1?Math.max(e,n):e},0);if(n<2**53-1)return n+1;let r=new Set(t.flatMap(e=>e.kind===`paste`&&typeof e.index==`number`&&Number.isSafeInteger(e.index)&&e.index>=1?[e.index]:[]));for(let e=1;e<=t.length+1;e+=1)if(!r.has(e))return e;return 1},ny=(e,t)=>{let n=t??e;return typeof n!=`string`||!ey(n)?!1:ue(typeof e==`string`?{text:``,references:[]}:e,n)},ry=(e,t,n,r,i=1)=>{let a=Qv(e),o=new Set(n.map(e=>e.token));for(let n=i;n<2**53-1;n+=1){let i=`[${r({index:n,count:a})}]`;if(!(t.includes(i)||o.has(i)))return{id:`pasted-text-${n}-${$v(e)}`,token:i,text:e,characterCount:a,index:n}}throw Error(`Unable to create a unique pasted text reference`)},iy=e=>({text:e.text,references:e.references.map(e=>({...e}))}),ay=e=>e.map(e=>({...e,range:{...e.range}})),oy=(e,t)=>e.text===t.text&&JSON.stringify(e.references)===JSON.stringify(t.references),sy=(e,t,n)=>({document:iy(e),mentions:ay(t),selection:{...n}}),cy=()=>({undo:[],redo:[]}),ly=(e,t)=>({undo:[...e.undo,t].slice(-100),redo:[]}),uy=(e,t)=>{let n=e.undo.at(-1);return!n||!oy(n.after.document,t)?null:{history:{undo:e.undo.slice(0,-1),redo:[...e.redo,n]},snapshot:sy(n.before.document,n.before.mentions,n.before.selection)}},dy=(e,t)=>{let n=e.redo.at(-1);return!n||!oy(n.before.document,t)?null:{history:{undo:[...e.undo,n],redo:e.redo.slice(0,-1)},snapshot:sy(n.after.document,n.after.mentions,n.after.selection)}},fy=e=>({text:e?.text??``,references:e?.composerReferences??[]}),py=e=>({text:e.text,references:e.references.map(e=>({...e}))}),my=e=>({transportIdentity:e.transportIdentity,owner:{...e.owner}}),hy=e=>JSON.stringify([e.text,e.references]),gy=(e,t)=>e!==null&&t!==null&&le(e)===t,_y=(e,t,n)=>{let r=e?my(e):null,i=r?n(r):void 0;return{document:D(fy(i),t),mentions:i?.mentions??[],revision:i?.revision??0,key:r,keyID:r?le(r):null}},vy=(e,t,n,r)=>{if(!t||le(t.key)!==r.keyID||t.revision<r.appliedRevision)return`ignore`;let i=hy(fy(t));return n?.keyID===r.keyID&&n.revision===t.revision&&n.fingerprint===i?`local-echo`:t.revision===r.appliedRevision?`ignore`:i===hy(e)?`same-document-metadata`:`external-document`},yy=(e,t,n)=>{let r=n.newEnd-n.oldEnd;return e.flatMap(e=>{if(e.range.start<n.oldEnd&&e.range.end>n.oldStart)return[];let i=e.range.start>=n.oldEnd?{start:e.range.start+r,end:e.range.end+r}:e.range;return t.text.slice(i.start,i.end)===`@${e.value}`?[{...e,range:i}]:[]})},by=e=>e.map((e,t)=>({mention:e,index:t})).sort((e,t)=>e.mention.range.start-t.mention.range.start||e.mention.range.end-t.mention.range.end||e.index-t.index).map(({mention:e})=>e),xy=(e,t,n,r,i=r)=>{let a=g(e,n,r,i);return{document:a.document,mentions:yy(t,a.document,a.edit),requiresTextCorrection:a.requiresTextCorrection,selectionStart:a.selectionStart,selectionEnd:a.selectionEnd,removedReferences:a.removedReferences}},Sy=(e,t,n)=>({preview:{real:py(e),realMentions:[...t]},document:{text:n.text,references:[]},mentions:[]}),Cy=e=>({document:e.real,mentions:e.realMentions}),wy=(e,t,n,r)=>{let i=[...e,...t.map(e=>({...e,range:{start:e.range.start+r,end:e.range.end+r}}))],a=new Set;return i.filter(e=>{let t=`${e.kind}:${e.value}:${e.range.start}:${e.range.end}`;return a.has(t)||n.text.slice(e.range.start,e.range.end)!==`@${e.value}`?!1:(a.add(t),!0)})},Ty=(e,t)=>{let n=fy(t),r=E(e.document,n),i=e.document.text===n.text&&JSON.stringify(e.document.references)===JSON.stringify(n.references)?0:e.document.text.length+2;return{document:r,mentions:wy(e.mentions,t?.mentions??[],r,i)}},Ey=({draftKey:e,sessionTitles:t,persistenceEnabled:n,onResourcesChanged:r,store:i=wt})=>{let a=e?le(e):null,o=(0,Z.useSyncExternalStore)(i.subscribe,()=>a?i.getState().drafts[a]:void 0,()=>void 0),s=(0,Z.useSyncExternalStore)(i.subscribe,()=>a?i.getState().draftHydration[a]??`idle`:`idle`,()=>`idle`),c=(0,Z.useSyncExternalStore)(i.subscribe,()=>a?i.getState().draftPersistence[a]:void 0,()=>void 0),[l,u]=(0,Z.useState)(()=>_y(e,t,i.getState().getDraft).document),[d,p]=(0,Z.useState)(()=>_y(e,t,i.getState().getDraft).mentions),[m,h]=(0,Z.useState)(`compose`),_=(0,Z.useRef)(l),b=(0,Z.useRef)(d),x=(0,Z.useRef)(t),S=(0,Z.useRef)(r),C=(0,Z.useRef)(e),w=(0,Z.useRef)(e?my(e):null),T=(0,Z.useRef)(a),E=(0,Z.useRef)(a),k=(0,Z.useRef)(0),A=(0,Z.useRef)(o?.revision??0),M=(0,Z.useRef)(void 0),N=(0,Z.useRef)(void 0),P=(0,Z.useRef)(cy());_.current=l,b.current=d,x.current=t,S.current=r,C.current=e,T.current=a;let F=(0,Z.useCallback)((e,t)=>{_.current=e,b.current=t,u(e),p(t)},[]),I=(0,Z.useCallback)((e,t)=>{let n=j(e,t);S.current?.(n)},[]);(0,Z.useEffect)(()=>{i.getState().setDraftPersistenceEnabled(n)},[n,i]),(0,Z.useLayoutEffect)(()=>{k.current+=1;let e=k.current;E.current=a;let t=_y(C.current,x.current,i.getState().getDraft),n=t.key;if(w.current=t.key,M.current=void 0,N.current=void 0,P.current=cy(),h(`compose`),A.current=t.revision,F(t.document,t.mentions),n?.owner.kind===`draft`){let r=t.revision;i.getState().claimLegacyNewDraft(n).then(t=>{let o=i.getState().getDraft(n);!t||!gy(w.current,a)||E.current!==a||T.current!==a||k.current!==e||A.current!==r||o?.revision!==t.revision||(A.current=t.revision,F(D(fy(t),x.current),t.mentions))})}},[a,F,i]),(0,Z.useEffect)(()=>{if(!a||E.current!==a||N.current)return;let e=vy(_.current,o,M.current,{keyID:a,epoch:k.current,appliedRevision:A.current});if(e!==`ignore`){if(o&&(A.current=o.revision),e===`local-echo`||e===`same-document-metadata`){o&&p(o.mentions);return}e===`external-document`&&o&&(M.current=void 0,F(D(fy(o),x.current),o.mentions),h(`compose`))}},[a,F,o]);let L=(0,Z.useCallback)((e,t)=>{let n=w.current;if(!gy(n,T.current)||N.current)return;let r=_.current,a=i.getState().setDraftComposerState(n,{document:e,mentions:by(t)});if(!a)return;let o=fy(a);return M.current={keyID:le(n),revision:a.revision,fingerprint:hy(o)},A.current=a.revision,F(o,a.mentions),I(r,o),a},[i,F,I]),R=(0,Z.useCallback)((e,t,n,r,i,a)=>{P.current=ly(P.current,{before:sy(e,t,n),after:sy(r,i,a)})},[]),z=(0,Z.useCallback)(()=>N.current?(N.current=void 0,h(`compose`),!0):!1,[]),B=(0,Z.useCallback)(e=>(z(),L({text:e,references:[]},[])),[L,z]),V=(0,Z.useCallback)((e,t=[])=>{z();let n=oe(e.text,e.references);return n?L(D(n,x.current),t):void 0},[L,z]),H=(0,Z.useCallback)((e,t,n=t)=>{let r=z(),i=py(_.current),a=r?[]:b.current,o=xy(i,a,e,t,n);return L(o.document,o.mentions),o.removedReferences.length>0&&R(i,a,{start:o.selectionStart,end:o.selectionEnd},o.document,o.mentions,{start:o.selectionStart,end:o.selectionEnd}),{start:o.selectionStart,end:o.selectionEnd,requiresTextCorrection:o.requiresTextCorrection}},[L,z,R]),U=(0,Z.useCallback)((e,t)=>{let n=_.current,r=Math.max(0,Math.min(e.start,n.text.length)),i=Math.max(r,Math.min(e.end,n.text.length)),a=z(),o=g(n,`${n.text.slice(0,r)}${e.text}${n.text.slice(i)}`,r+e.text.length),s=yy(a?[]:b.current,o.document,o.edit);return L(o.document,t?t(s,o.document):s),{start:o.selectionStart,end:o.selectionEnd}},[L,z]),W=(0,Z.useCallback)((e,t)=>{let n=_.current;return U({start:0,end:n.text.length,text:e},t)},[U]),ee=(0,Z.useCallback)((e,t,n,r)=>{let i=z(),a=f(_.current,e,t,n,r);return L(a.document,yy(i?[]:b.current,a.document,a.edit)),{start:a.caret,end:a.caret,caret:a.caret,document:a.document}},[L,z]),G=(0,Z.useCallback)(e=>{let t=py(_.current),n=y(t,e);if(!n)return null;let r=z()?[]:b.current,i=yy(r,n.document,n.edit),a=O(n.document.text,n.caret),o=g(n.document,a.text,a.caret),s=yy(i,o.document,o.edit);return L(o.document,s),R(t,r,{start:e.selectionStart,end:e.selectionEnd},o.document,s,{start:o.selectionStart,end:o.selectionEnd}),{start:o.selectionStart,end:o.selectionEnd}},[L,z,R]),K=(0,Z.useCallback)(e=>{if(N.current)return null;let t=e===`undo`?uy(P.current,_.current):dy(P.current,_.current);return!t||!L(t.snapshot.document,t.snapshot.mentions)?null:(P.current=t.history,t.snapshot.selection)},[L]),te=(0,Z.useCallback)(e=>L(_.current,e),[L]),ne=(0,Z.useCallback)(e=>{let t=N.current?{document:{text:e.text,references:[]},mentions:[]}:Sy(_.current,b.current,e);`preview`in t&&(N.current=t.preview),h(`history-preview`),F(t.document,t.mentions)},[F]),re=(0,Z.useCallback)(()=>{let e=N.current;if(!e)return;N.current=void 0,h(`compose`);let t=Cy(e);F(t.document,t.mentions)},[F]),ie=(0,Z.useCallback)(()=>{let e=w.current;if(!gy(e,T.current))return null;let t=i.getState().getDraft(e);return{key:my(e),keyID:le(e),revision:t?.revision??0,document:py(_.current),mentions:b.current.map(e=>({...e,range:{...e.range}})),epoch:k.current,runtime:i.getState().captureDraftRuntime()}},[i]),ae=(0,Z.useCallback)(e=>{let t=Ty(e,i.getState().getDraft(e.key)),n=fy(i.getState().getDraft(e.key)),r=v(n.text,n.references).document,a=i.getState().setDraftComposerState(e.key,{...t,mentions:by(t.mentions)});if(a){let e=fy(a);I(r,e)}return a},[I,i]),se=(0,Z.useCallback)(()=>_.current,[]);return(0,Z.useMemo)(()=>({document:l,mentions:d,confirmedFileMentions:d.filter(e=>e.kind===`file`||e.kind===`directory`),inputMode:m,hydration:s,persistence:c,getDocument:se,replacePlainDocument:B,replaceMaterializedDocument:V,applyBrowserEdit:H,applyProgrammaticEdit:U,replaceProgrammaticText:W,insertReference:ee,deleteReference:G,restoreReferenceHistory:K,commitMentions:te,enterHistoryPreview:ne,exitHistoryPreview:re,captureSubmission:ie,recoverSubmission:ae}),[H,U,ie,te,G,l,ne,re,se,s,m,ee,d,c,ae,V,B,W,K])};function Dy(e){let t=e.maxLines??8,n=e.lineHeight*t+e.paddingTotal,r=Math.max(e.scrollHeight,e.dictationHeight);return{height:Math.min(r,n),maxHeight:n,overflowY:r>n?`auto`:`hidden`}}var Oy=`box-border w-full whitespace-pre-wrap break-words px-3 typography-markdown [font-family:inherit] [font-style:inherit] [font-weight:inherit] leading-[inherit] tracking-[inherit] md:typography-ui-label`,ky=Mo(()=>Ve(()=>import(`./ToolOutputDialog-D7DqChuM.js`),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45]))),Ay=[],jy=[],My=[],Ny=[],Py=/^@[^\s]+$/,Fy=({inputMode:e,message:t,showCommandAutocomplete:n,showSkillAutocomplete:r})=>e!==`shell`&&(n||r||/(^|\s)\/[A-Za-z0-9_-]*/.test(t)),Iy=/^(https?:\/\/|mailto:)\S+$/i,Ly=560,Ry=(e,t)=>e.name===t?e:new File([e],t,{type:e.type,lastModified:e.lastModified}),zy=(e,t)=>{if(e===t)return``;let n=0;for(;n<e.length&&n<t.length&&e[n]===t[n];)n+=1;let r=e.length,i=t.length;for(;r>n&&i>n&&e[r-1]===t[i-1];)--r,--i;return t.slice(n,i)},By=e=>e.includes(`@`)?`paste`:`manual`,Vy=(e,t)=>{let n=t,r=t;for(;n>0&&/\s/.test(e[n-1]);)--n;for(;r<e.length&&/\s/.test(e[r]);)r+=1;let i=n>0&&r<e.length?` `:``;return{text:`${e.slice(0,n)}${i}${e.slice(r)}`,caret:n+i.length}},Hy=(e,t)=>En(e,t).some(e=>e.role===`user`),Uy=(e,t)=>{let n=e.filter(e=>e.type===`text`&&!Cn(e)).map(e=>{let t=e;return typeof t.text==`string`?t.text:typeof t.content==`string`?t.content:``}).join(`
6525
6525
  `).replace(/\s+/g,` `).trim();if(n)return n;let r=e.find(e=>e.type===`file`);return r?.filename?`[${r.filename}]`:t},Wy=`file://`,Gy=e=>{let t=e.replace(/\\/g,`/`);return/^[A-Za-z]:/.test(t)&&(t=`/${t}`),t.split(`/`).map((e,t)=>t===1&&/^[A-Za-z]:$/.test(e)?e:encodeURIComponent(e)).join(`/`)},Ky=e=>{let t=e.replace(/\\/g,`/`).trim();return t.toLowerCase().startsWith(Wy)?t:`file://${Gy(t)}`},qy=e=>{if(!e)return[];let t=[...q_(e).map(J_),...Array.from(e.files||[]).map(e=>k(e)).filter(e=>!!e)];return Array.from(new Set(t.filter(Y_)))},Jy=e=>{if(typeof e!=`string`)return null;let t=e.trim();if(!t)return null;let n=t.replace(/\\/g,`/`);return n===`/`?`/`:n.length>1?n.replace(/\/+$/,``):n},Yy=e=>Qi(e.path),Xy=(e,t)=>{if(!t)return e;let n=e.indexOf(t);return n===-1?e:(0,$.jsxs)($.Fragment,{children:[e.slice(0,n),(0,$.jsx)(`span`,{className:`font-medium`,children:t}),e.slice(n+t.length)]})},Zy=Z.memo(bm),Qy=Z.memo(ll),$y=Z.memo(Oh),eb=Z.memo(jh),tb=Z.memo(Ym),nb=Z.memo(({sessionId:e,directory:t})=>{let{t:n}=it(),r=c(e=>e.isMobile),i=J(e=>e.revertToMessage),a=J(e=>e.forkFromMessage),o=J(e=>e.handleSlashRedo),[s,l]=Z.useState(null),[u,d]=Z.useState(null),[f,p]=Z.useState(!0),m=Z.useRef(p_),h=mr(),g=t||h,_=bt(g),v=Nr(e??``,g,_),y=Gn(e=>e.session,g),b=Z.useMemo(()=>{let t=v.messageOrder.map(e=>v.messagesByID[e]).filter(e=>!!e),n=g_({session:y,messages:t,partsByMessageID:v.partsByMessageID},e,m.current);return m.current=n,n},[e,y,v]),x=b.revertMessageID,S=Z.useMemo(()=>b.records.map(e=>e.message),[b]),C=n(`chat.revertPopover.noTextContent`),w=Z.useMemo(()=>x?b.records.map(e=>({id:e.message.id,text:Uy(e.parts,C)})):[],[C,x,b]),T=w[0]?.id;Z.useEffect(()=>{p(!0)},[x,T]);let E=Z.useCallback(async t=>{if(!(!e||s)){l(t);try{let n=S.find(e=>e.id>t);n?await i(e,n.id,{skipRedoPush:!0}):await o(e,{fullUnrevert:!0})}finally{l(null)}}},[o,i,s,e,S]),D=Z.useCallback(async t=>{if(!(!e||u)){d(t);try{await a(e,t)}finally{d(null)}}},[a,u,e]);return!e||w.length===0?null:(0,$.jsx)(`div`,{className:Y(`w-full px-1`,r?`pb-1 text-xs`:`pb-2`),children:(0,$.jsxs)(`div`,{className:Y(`border border-border/60 bg-[var(--surface-elevated)] text-[var(--surface-elevated-foreground)] shadow-sm dark:shadow-none overflow-hidden`,r?`rounded-lg`:`rounded-xl`),children:[(0,$.jsxs)(`button`,{type:`button`,className:Y(`flex w-full items-center text-left hover:bg-[var(--interactive-hover)] transition-colors`,r?`gap-1.5 px-2 py-1`:`gap-2 px-3 py-2`),onClick:()=>p(e=>!e),"aria-expanded":!f,children:[(0,$.jsxs)(`span`,{className:`typography-ui-label font-medium text-foreground flex-shrink-0`,children:[n(`chat.revertPopover.title`),` messages `,w.length]}),(0,$.jsx)(X,{name:`arrow-down-s`,className:Y(`ml-auto text-muted-foreground transition-transform`,r?`size-3.5`:`size-4`,!f&&`rotate-180`),"aria-hidden":`true`})]}),!f&&(0,$.jsx)(`div`,{className:Y(`flex flex-col overflow-y-auto`,r?`max-h-[8rem] gap-1 px-2 pb-1.5`:`max-h-[10.5rem] gap-1.5 px-3 pb-3`),children:w.map(e=>(0,$.jsxs)(`div`,{className:Y(`flex min-w-0 items-center`,r?`gap-1.5`:`gap-2 py-1`),children:[(0,$.jsx)(`span`,{className:`min-w-0 flex-1 truncate typography-ui-label text-foreground`,children:e.text}),(0,$.jsxs)(oa,{type:`button`,variant:`secondary`,size:`xs`,disabled:!!(s||u),onClick:()=>{D(e.id)},children:[u===e.id?(0,$.jsx)(X,{name:`loader-4`,className:`h-3 w-3 animate-spin`,"aria-hidden":`true`}):(0,$.jsx)(X,{name:`git-branch`,className:`h-3 w-3`,"aria-hidden":`true`}),n(`chat.revertPopover.fork`)]}),(0,$.jsxs)(oa,{type:`button`,variant:`secondary`,size:`xs`,disabled:!!(s||u),onClick:()=>{E(e.id)},children:[s===e.id?(0,$.jsx)(X,{name:`loader-4`,className:`h-3 w-3 animate-spin`,"aria-hidden":`true`}):(0,$.jsx)(X,{name:`arrow-go-forward`,className:`h-3 w-3`,"aria-hidden":`true`}),n(`chat.revertPopover.restore`)]})]},e.id))})]})})});nb.displayName=`RevertedMessageDock`;var rb=Z.memo(function(e){let t=(0,Q.c)(41),{t:n}=it(),{isVSCode:r,footerIconButtonClass:i,iconSizeClass:a,handlePickLocalFiles:o,openIssuePicker:s,openPrPicker:c,onOpenSettings:l,withTooltip:u}=e,d=u!==void 0&&u,f=!!e.onOpenMobileSheet,p;t[0]===n?p=t[1]:(p=n(`chat.chatInput.actions.attachFiles`),t[0]=n,t[1]=p);let m=p,h=o,g;t[2]!==h||t[3]!==e?(g=()=>e.onOpenAndroidPickSheet?e.onOpenAndroidPickSheet():h(),t[2]=h,t[3]=e,t[4]=g):g=t[4];let _=f?pb:void 0,v=f?mb:void 0,y;t[5]===a?y=t[6]:(y=Y(a,`text-current`),t[5]=a,t[6]=y);let b;t[7]===y?b=t[8]:(b=(0,$.jsx)(X,{name:`attachment-2`,className:y}),t[7]=y,t[8]=b);let x;t[9]!==m||t[10]!==i||t[11]!==g||t[12]!==_||t[13]!==v||t[14]!==b?(x=(0,$.jsx)(`button`,{type:`button`,className:i,onClick:g,onMouseDown:_,onPointerDownCapture:v,title:m,"aria-label":m,children:b}),t[9]=m,t[10]=i,t[11]=g,t[12]=_,t[13]=v,t[14]=b,t[15]=x):x=t[15];let S=x,C;t[16]!==S||t[17]!==m||t[18]!==d?(C=d?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:S}),(0,$.jsx)(Pa,{side:`top`,sideOffset:8,children:m})]}):S,t[16]=S,t[17]=m,t[18]=d,t[19]=C):C=t[19];let w;t[20]!==i||t[21]!==o||t[22]!==a||t[23]!==r||t[24]!==s||t[25]!==c||t[26]!==e.onMenuOpenChange||t[27]!==e.onOpenMobileSheet||t[28]!==n?(w=null,t[20]=i,t[21]=o,t[22]=a,t[23]=r,t[24]=s,t[25]=c,t[26]=e.onMenuOpenChange,t[27]=e.onOpenMobileSheet,t[28]=n,t[29]=w):w=t[29];let T;t[30]!==C||t[31]!==w?(T=(0,$.jsxs)(`div`,{className:`relative inline-flex`,children:[C,w]}),t[30]=C,t[31]=w,t[32]=T):T=t[32];let E;t[33]!==i||t[34]!==a||t[35]!==l||t[36]!==n?(E=l?(0,$.jsx)(`button`,{type:`button`,onClick:l,className:i,title:n(`chat.chatInput.actions.modelAgentSettings`),"aria-label":n(`chat.chatInput.actions.modelAgentSettings`),children:(0,$.jsx)(X,{name:`ai-agent`,className:Y(a,`text-current`)})}):null,t[33]=i,t[34]=a,t[35]=l,t[36]=n,t[37]=E):E=t[37];let D;return t[38]!==T||t[39]!==E?(D=(0,$.jsxs)(`div`,{className:`flex items-center gap-x-1.5`,children:[T,E]}),t[38]=T,t[39]=E,t[40]=D):D=t[40],D},(e,t)=>e.isVSCode===t.isVSCode&&e.footerIconButtonClass===t.footerIconButtonClass&&e.iconSizeClass===t.iconSizeClass&&e.onOpenSettings===t.onOpenSettings&&e.onMenuOpenChange===t.onMenuOpenChange&&e.onOpenMobileSheet===t.onOpenMobileSheet&&e.onOpenAndroidPickSheet===t.onOpenAndroidPickSheet&&e.withTooltip===t.withTooltip),ib=Z.memo(function(e){let t=(0,Q.c)(29),{t:n}=it(),r=e.enabled?`chat.chatInput.permissionAutoAccept.disable`:`chat.chatInput.permissionAutoAccept.enable`,i;t[0]!==n||t[1]!==r?(i=n(r),t[0]=n,t[1]=r,t[2]=i):i=t[2];let a=i,o=e.saving,s=e.enabled,c=e.footerIconButtonClass,l;t[3]!==e.draftEnabled||t[4]!==e.draftOpen||t[5]!==e.enabled||t[6]!==e.onOpenSessionFirst||t[7]!==e.onSetDraftEnabled||t[8]!==e.onSetSessionEnabled||t[9]!==e.onToggleFailed||t[10]!==e.sessionId?(l=()=>kv({permissionScopeSessionId:e.sessionId,newSessionDraftOpen:e.draftOpen,draftPermissionAutoAcceptEnabled:e.draftEnabled,permissionAutoAcceptEnabled:e.enabled,setDraftPermissionAutoAcceptEnabled:e.onSetDraftEnabled,setSessionAutoAccept:e.onSetSessionEnabled,onOpenSessionFirst:e.onOpenSessionFirst,onToggleFailed:e.onToggleFailed}),t[3]=e.draftEnabled,t[4]=e.draftOpen,t[5]=e.enabled,t[6]=e.onOpenSessionFirst,t[7]=e.onSetDraftEnabled,t[8]=e.onSetSessionEnabled,t[9]=e.onToggleFailed,t[10]=e.sessionId,t[11]=l):l=t[11];let u=e.enabled?`shield-check`:`shield`,d;t[12]===e.iconSizeClass?d=t[13]:(d=Y(e.iconSizeClass,`text-current`),t[12]=e.iconSizeClass,t[13]=d);let f;t[14]!==u||t[15]!==d?(f=(0,$.jsx)(X,{name:u,className:d}),t[14]=u,t[15]=d,t[16]=f):f=t[16];let p;t[17]!==a||t[18]!==e.enabled||t[19]!==e.footerIconButtonClass||t[20]!==e.saving||t[21]!==l||t[22]!==f?(p=(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(`button`,{type:`button`,disabled:o,"aria-pressed":s,"aria-label":a,className:c,onClick:l,onMouseDown:hb,onPointerDownCapture:gb,children:f})}),t[17]=a,t[18]=e.enabled,t[19]=e.footerIconButtonClass,t[20]=e.saving,t[21]=l,t[22]=f,t[23]=p):p=t[23];let m;t[24]===a?m=t[25]:(m=(0,$.jsx)(Pa,{side:`top`,sideOffset:8,children:a}),t[24]=a,t[25]=m);let h;return t[26]!==m||t[27]!==p?(h=(0,$.jsxs)(Fa,{children:[p,m]}),t[26]=m,t[27]=p,t[28]=h):h=t[28],h}),ab=Z.memo(function(e){let t=(0,Q.c)(59),{isMobile:n,footerIconButtonClass:r,sendIconSizeClass:i,stopIconSizeClass:a,canSend:o,canAbort:s,hasContent:c,currentSessionId:l,newSessionDraftOpen:u,draftSubmitting:d,submissionBlocked:f,sendPhase:p,queueFrozen:m,queueFallbackAvailable:h,onPrimaryAction:g,onAbort:_}=e,{t:v}=it(),y,b,x;if(t[0]!==s||t[1]!==o||t[2]!==l||t[3]!==d||t[4]!==r||t[5]!==c||t[6]!==n||t[7]!==u||t[8]!==g||t[9]!==h||t[10]!==m||t[11]!==i||t[12]!==p||t[13]!==f||t[14]!==v){x=Symbol.for(`react.early_return_sentinel`);bb0:{let e=Wh({canSend:o,hasSessionTarget:!!(l||u),draftSubmitting:!!d,submissionBlocked:f,sendPhase:p,queueFrozen:m,queueFallbackAvailable:h}),a;t[18]===n?a=t[19]:(a=n?{onMouseDown:_b,onPointerDownCapture:vb}:{},t[18]=n,t[19]=a);let _=a,S=p.inFlight,C=S&&p.flightKind===`queue`,w=S&&p.flightKind!==`queue`,T;t[20]!==s||t[21]!==h||t[22]!==m||t[23]!==C||t[24]!==w||t[25]!==v?(T=v(C?`chat.chatInput.actions.queuingMessageAria`:w?`chat.chatInput.actions.sendingMessageAria`:m&&h&&s?`chat.chatInput.actions.sendMessageAria`:s?`chat.chatInput.actions.queueMessageAria`:`chat.chatInput.actions.sendMessageAria`),t[20]=s,t[21]=h,t[22]=m,t[23]=C,t[24]=w,t[25]=v,t[26]=T):T=t[26];let E=T,D=S?`loader-4`:`send-plane-2`,O=e.sendDisabled,k;t[27]!==n||t[28]!==g?(k=e=>{n&&(e.preventDefault(),g())},t[27]=n,t[28]=g,t[29]=k):k=t[29];let A=Y(r,e.sendDisabled?e.disabledClass:`text-primary hover:text-primary`),j;t[30]!==s||t[31]!==S||t[32]!==C||t[33]!==w||t[34]!==v?(j=v(w||!s&&S?C?`chat.chatInput.actions.queuingMessageAria`:`chat.chatInput.actions.sendingMessageAria`:`chat.chatInput.actions.sendMessageAria`),t[30]=s,t[31]=S,t[32]=C,t[33]=w,t[34]=v,t[35]=j):j=t[35];let M=S?`loader-4`:`send-plane-2`,N=S&&`animate-spin`,P;t[36]!==i||t[37]!==N?(P=Y(i,N),t[36]=i,t[37]=N,t[38]=P):P=t[38];let F;t[39]!==P||t[40]!==M?(F=(0,$.jsx)(X,{name:M,className:P}),t[39]=P,t[40]=M,t[41]=F):F=t[41];let I=(0,$.jsx)(`button`,{type:n?`button`:`submit`,disabled:O,"aria-busy":S||void 0,..._,onClick:k,className:A,"aria-label":j,children:F});if(!s){x=I;break bb0}y=`relative z-30 overflow-visible`,b=c||C?(0,$.jsx)(`button`,{type:`button`,disabled:e.sendDisabled||C,"aria-busy":C||void 0,..._,onClick:e=>{e.preventDefault(),!C&&g()},className:Y(r,`absolute z-30 bottom-full left-1/2 -translate-x-1/2 mb-1`,!e.sendDisabled&&!C?`text-primary hover:text-primary`:e.disabledClass),"aria-label":E,children:(0,$.jsx)(X,{name:D,className:Y(i,C?`animate-spin`:`-rotate-90`)})}):null}t[0]=s,t[1]=o,t[2]=l,t[3]=d,t[4]=r,t[5]=c,t[6]=n,t[7]=u,t[8]=g,t[9]=h,t[10]=m,t[11]=i,t[12]=p,t[13]=f,t[14]=v,t[15]=y,t[16]=b,t[17]=x}else y=t[15],b=t[16],x=t[17];if(x!==Symbol.for(`react.early_return_sentinel`))return x;let S;t[42]===r?S=t[43]:(S=Y(r,`relative z-30 text-[var(--status-error)] hover:text-[var(--status-error)]`),t[42]=r,t[43]=S);let C;t[44]===v?C=t[45]:(C=v(`chat.chatInput.actions.stopGeneratingAria`),t[44]=v,t[45]=C);let w;t[46]===a?w=t[47]:(w=Y(a),t[46]=a,t[47]=w);let T;t[48]===w?T=t[49]:(T=(0,$.jsx)(Lh,{className:w}),t[48]=w,t[49]=T);let E;t[50]!==_||t[51]!==S||t[52]!==C||t[53]!==T?(E=(0,$.jsx)(`button`,{type:`button`,onClick:_,className:S,"aria-label":C,children:T}),t[50]=_,t[51]=S,t[52]=C,t[53]=T,t[54]=E):E=t[54];let D;return t[55]!==y||t[56]!==b||t[57]!==E?(D=(0,$.jsxs)(`div`,{className:y,children:[b,E]}),t[55]=y,t[56]=b,t[57]=E,t[58]=D):D=t[58],D},(e,t)=>e.isMobile===t.isMobile&&e.footerIconButtonClass===t.footerIconButtonClass&&e.sendIconSizeClass===t.sendIconSizeClass&&e.stopIconSizeClass===t.stopIconSizeClass&&e.canSend===t.canSend&&e.canAbort===t.canAbort&&e.hasContent===t.hasContent&&e.currentSessionId===t.currentSessionId&&e.newSessionDraftOpen===t.newSessionDraftOpen&&e.draftSubmitting===t.draftSubmitting&&e.submissionBlocked===t.submissionBlocked&&e.sendPhase===t.sendPhase&&e.queueFrozen===t.queueFrozen&&e.queueFallbackAvailable===t.queueFallbackAvailable&&e.onPrimaryAction===t.onPrimaryAction&&e.onAbort===t.onAbort),ob=(e,t)=>`${e}${e?e.endsWith(`
6526
6526
 
6527
6527
  `)?``:e.endsWith(`
@@ -6531,11 +6531,11 @@ import{o as e}from"./rolldown-runtime-C0FnF6B9.js";import{D as t,E as n,F as r,T
6531
6531
  `:``}${t.endsWith(`
6532
6532
 
6533
6533
  `)?t:t.endsWith(`
6534
- `)?`${t}\n`:`${t}\n\n`}`,sb=(e,t)=>{let n=t.trim();return n?e?`${e}${/[\s\n]$/.test(e)?``:` `}${n} `:`${n} `:e},cb=(e,t,n,r)=>t?h({transportIdentity:e},t):n?m({transportIdentity:e},n):r,lb=[],ub=({onOpenSettings:e,scrollToBottom:r,submissionBlocked:a=!1,surface:o})=>{let{t:l}=it(),[u,f]=Z.useState({open:!1,title:``,content:``}),[p,m]=Z.useState(`normal`),[h,g]=Z.useState(!1),[y,w]=Z.useState(!1),[T,E]=Z.useState(!1),[D,O]=Z.useState(``),[k,j]=Z.useState(!1),[M,N]=Z.useState(``),[P,I]=Z.useState(!1),[R,z]=Z.useState(``),[V,H]=Z.useState(!1),[te,ne]=Z.useState(``),[ae,oe]=Z.useState(null),[se,ce]=Z.useState(null),[ue,de]=Z.useState(!1),[fe,pe]=Z.useState(`idle`),[me,he]=Z.useState(112),ge=Z.useRef(null),[_e,ve]=Z.useState(`collapsed`),ye=Z.useRef(null),[be,xe]=Z.useState(!1),Se=Z.useRef(null);Z.useEffect(()=>()=>{Se.current!==null&&window.clearTimeout(Se.current)},[]);let[Ce,we]=Z.useState(!1),[Te,Ee]=Z.useState(!1),[Ae,je]=Z.useState(!1),[Ie,Re]=Z.useState(null),ze=Z.useId(),[Be,Ve]=Z.useState(``),[He,Ue]=Z.useState(``),[We,Ge]=Z.useState(!1),[Ke,qe]=Z.useState(!1),Je=Z.useRef(null),Ye=Z.useRef(0),Xe=Z.useCallback(()=>{Ye.current=Date.now()+500,Je.current=null},[]),Ze=Z.useRef(0),Qe=Z.useRef(!1),[$e,et]=Z.useState(-1),tt=Z.useRef(()=>{}),nt=Z.useRef((...e)=>Promise.resolve().then(()=>J.getState().sendMessage(...e))).current,rt=J(e=>e.currentSessionId),at=Zt(e=>e.currentProviderId),ot=Zt(e=>e.currentModelId),st=Zt(e=>e.currentAgentName),ct=Zt(e=>e.currentVariant),ut=Zt(e=>e.providers),dt=Zt(e=>e.agents),ft=Zt(e=>e.getVisibleAgents),mt=Z.useMemo(()=>Lp(ft()),[ft,dt]),ht=Zt(e=>e.providerConfigLoadingByDirectory[e.activeDirectoryKey]===!0),_t=Zt(e=>e.agentConfigLoadingByDirectory[e.activeDirectoryKey]===!0),yt=Z.useMemo(()=>{let e=ut.find(e=>e.id===at)?.models?.find(e=>e.id===ot);return Wp(e)},[ot,at,ut]),bt=Le(e=>e.currentDirectory),xt=ts()??bt,{ensureSessionRenderable:St}=Fl(),Ct=J(Z.useCallback(e=>rt?e.getDirectoryForSession(rt):null,[rt])),Et=vr(rt??``,Ct??void 0),Dt=Z.useMemo(()=>Xv(Et),[Et]),Ot=Zt(e=>e.activeDirectoryKey),At=Z.useRef(0),jt=Z.useRef(null),Mt=J(e=>e.newSessionDraft),Pt=!!Mt?.open,Ft=J(e=>e.newSessionDraft.draftSubmitting??!1),Lt=J(e=>e.newSessionDraft.draftEstablishing??!1),Bt=Ft||Lt,Vt=J(e=>e.openNewSessionDraft),Ht=J(e=>e.setDraftPermissionAutoAcceptEnabled),Ut=nr(e=>e.autoAccept),Wt=nr(e=>e.saving),qt=nr(e=>e.setSessionAutoAccept),Jt=J(e=>e.setNewSessionDraftTarget),Qt=J(e=>e.availableWorktreesByProject),tn=J(e=>e.abortPromptSessionId),nn=J(e=>e.clearAbortPrompt),rn=wt(e=>e.consumePendingInputText),an=wt(e=>e.pendingPresetSubmit),sn=wt(e=>e.pendingInputText),cn=wt(e=>e.pendingInputMode),ln=wt(e=>e.consumePendingSyntheticParts),un=wt(e=>e.activeAttachmentDraft),dn=Vl(Z.useCallback(e=>{let t=rt??(Pt?`draft`:``);return t?e.drafts[t]??jy:jy},[Pt,rt])),pn=wr(rt??``),hn=Z.useSyncExternalStore(s,t,t),gn=un?.transportIdentity??null,_n=un?.owner.kind??null,vn=un?.owner.ownerID??null,yn=Z.useMemo(()=>cb(hn,rt,Mt.draftID,gn&&_n&&vn?{transportIdentity:gn,owner:{kind:_n,ownerID:vn}}:null),[vn,_n,gn,hn,rt,Mt.draftID]),xn=yn?le(yn):null,Sn=wt(Z.useCallback(e=>xn?e.draftAttachmentViews[xn]:void 0,[xn])),Cn=wt(Z.useCallback(e=>xn?e.drafts[xn]:void 0,[xn])),wn=Z.useMemo(()=>{if(!Cn||!Sn)return lb;let e=Cn.attachments.flatMap(e=>{let t=Sn[e.attachmentRefID];return t?[t]:[]});return e.length===0?lb:e},[Sn,Cn]);Z.useEffect(()=>{yn&&wt.getState().hydrateDraftAttachments(yn)},[yn]);let On=Yp(),kn=c(e=>e.activeMainTab===`chat`),An=ar(rt??``,xt??void 0),jn=Xp({kind:`primary`,surfaceID:`primary`,active:kn,sessionID:rt,directory:xt??null,activity:{phase:An?.type===`busy`?`busy`:An?.type===`retry`?`retry`:`idle`,canAbort:An?.type===`busy`||An?.type===`retry`},draftKey:yn,transportIdentity:hn,runtimeGeneration:i(),selection:{value:{providerID:at,modelID:ot,agent:st,variant:ct},catalog:{providers:ut,agents:mt,variants:yt,variantsReady:!ht,ready:!ht&&!_t,loading:ht||_t},flush:async()=>{let e=J.getState().currentSessionId;if(!e)return;let n=i(),r=t(),a=At.current,o=e,s=J.getState().getDirectoryForSession(o)??null,c=hi(s);if(Zt.getState().activeDirectoryKey!==c&&await Zt.getState().activateDirectory(s),i()!==n||t()!==r||J.getState().currentSessionId!==o||Zt.getState().activeDirectoryKey!==c||At.current!==a)return;await St(o,{directory:s??void 0});let l=J.getState().getDirectoryForSession(o)??null,u=hi(l);if(i()!==n||t()!==r||J.getState().currentSessionId!==o||l!==s||u!==c||Zt.getState().activeDirectoryKey!==c||At.current!==a)return;let d=Zt.getState(),f={providers:d.providers,agents:d.getVisibleAgents()};if(f.providers.length===0||f.agents.length===0)return;let p=Xv(En(o,l??void 0)),m=fn.getState(),h=Kv({sessionId:o,latestUserChoice:p,catalog:f,memory:m,fallbackAgentName:d.currentAgentName});if(!h)return;let g=[o,h.source,h.messageId??``,h.agent??``,h.providerID,h.modelID,h.variant??``,c].join(`|`);jt.current!==g&&(qv(h,{currentAgentName:d.currentAgentName,setAgent:d.setAgent,setProvider:d.setProvider,setModel:d.setModel,setCurrentVariant:d.setCurrentVariant},{sessionId:o,memory:m}),jt.current=g)},change:async e=>{At.current+=1;let t=Zt.getState();Vv(e,{currentAgentName:t.currentAgentName,setAgent:t.setAgent,setProvider:t.setProvider,setModel:t.setModel,setCurrentVariant:t.setCurrentVariant,saveAgentModelSelection:t.saveAgentModelSelection},{sessionId:J.getState().currentSessionId,memory:fn.getState()});let n=J.getState().currentSessionId;if(n){let r=J.getState().getDirectoryForSession(n)??void 0,i=Xv(En(n,r)),a=fn.getState(),o=Kv({sessionId:n,latestUserChoice:i,catalog:{providers:t.providers,agents:t.getVisibleAgents()},memory:a,fallbackAgentName:e.agent??t.currentAgentName});o&&(jt.current=[n,o.source,o.messageId??``,o.agent??``,o.providerID,o.modelID,o.variant??``,Zt.getState().activeDirectoryKey].join(`|`))}}},resources:{attachments:wn,addAttachment:async e=>{yn&&await Ur(yn,()=>wt.getState()).addLocal(e)},removeAttachment:async e=>yn?Ur(yn,()=>wt.getState()).removeByAttachmentID(e):!1,clearAttachments:async()=>yn?Ur(yn,()=>wt.getState()).clearRootAttachments():!1,restoreAttachments:async e=>yn?Ur(yn,()=>wt.getState()).restoreRootAttachments(e):!1,pendingInput:sn===null?null:{text:sn,mode:cn},consumePendingInput:rn,pendingPreset:an,consumePendingPreset:()=>wt.getState().consumePendingPresetSubmit(),consumeSyntheticParts:ln,restoreSyntheticParts:e=>wt.setState(t=>({pendingSyntheticParts:[...e,...t.pendingSyntheticParts??[]]})),inlineDrafts:dn,removeInlineDraft:e=>{let t=rt??(Pt?`draft`:``);t&&Vl.getState().removeDraft(t,e)},restoreInlineDrafts:e=>{let t=rt??(Pt?`draft`:``);!t||e.length===0||Vl.setState(n=>{let r=n.drafts[t]??[],i=new Set(e.map(e=>e.id));return{drafts:{...n.drafts,[t]:[...e,...r.filter(e=>!i.has(e.id))]}}})},history:pn,captureRuntime:()=>wt.getState().captureDraftRuntime(),getDraft:e=>wt.getState().getDraft(e),abortPrompt:{sessionID:tn,clear:nn}},backend:{send:e=>{Lv(e,{transportIdentity:t(),runtimeGeneration:i()});let n=Rv(e);return nt(e.text??``,e.providerID,e.modelID,e.agent,e.attachments??[],e.agentMention,e.parts,e.variant,e.inputMode,n)},sendQueued:e=>gt(e.sessionID??``,{delivery:e.options?.delivery===`steer`?`steer`:void 0,queueItemID:e.queueItemID,manual:e.manual,scope:e.queueScope?{state:`bound`,...e.queueScope}:void 0}),create:async()=>Vt(),compact:async e=>Fe.summarizeSession(e.sessionID??``,e.providerID??``,e.modelID??``,e.directory),abort:e=>(e.sessionID&&Gt(e.sessionID),mn(e.sessionID??``))},shortcuts:{cycle:e=>tt.current(e),new:()=>Vt(),abort:()=>(rt&&Gt(rt),mn(rt??``)),submit:()=>{}},deliveryTarget:{kind:`primary`}}),Mn=Zp(jn,o??On);Qp(Mn),Z.useLayoutEffect(()=>{if(!Mn.active){Iv(Mn.surfaceID);return}return Fv(Mn),()=>Iv(Mn.surfaceID)},[Mn]);let Nn=Bv(Mn),Pn=Mn.resources??(Mn.kind===`primary`?jn.resources:void 0);if(!Pn)throw Error(`chat-input-surface-resources-incomplete`);let Fn=[...Pn.attachments],In=Mn.sessionID,Rn=$p(Mn,Bt),Bn=Mn.kind===`secondary`?Mn.commands.hasNewDraft:Pt,Vn=Bn,Hn=Mn.directory??xt,Un=Mn.draftKey??yn,Wn=Z.useMemo(()=>{if(Mn.kind===`secondary`)return tm(Mn,!1,!1);let e=In?Hy(In,Ct??void 0):!1;return tm(Mn,e,Bn)},[Mn,In,Ct,Bn]),Gn=(e,t,n,r,i,a,o,s,c,l)=>Nn?Nn.send({providerID:t,modelID:n,agent:r,variant:s,text:e,attachments:i,agentMention:a,parts:o,systemContext:o?.filter(e=>e.synthetic).map(e=>({text:e.text,synthetic:!0})),inputMode:c,options:l}):Promise.reject(Error(`chat-input-surface-incomplete`)),Kn=Z.useCallback(()=>Nn?Nn.abort():Promise.reject(Error(`chat-input-surface-incomplete`)),[Nn]),qn=ei(e=>e.projects),Yn=ei(e=>e.activeProjectId),Qn=ei(e=>e.setActiveProjectIdOnly),[er,tr]=Z.useState(!1),[ir,sr]=Z.useState(!1),cr=Z.useMemo(()=>In?Ni({autoAccept:Ut,sessions:[],sessionById:Zn(),sessionID:In}):Mt.permissionAutoAcceptEnabled===!0,[In,Mt.permissionAutoAcceptEnabled,Ut]),lr=Zt(e=>e.agents),ur=Mn.kind===`secondary`?Mn.selection.value.agent:st,dr=Mn.kind===`secondary`?Lp(Mn.selection.catalog?.agents):lr,fr=d()||Ov(dr,ur),pr=Z.useCallback(()=>{wi.error(l(`chat.chatInput.toast.togglePermissionAutoAcceptFailed`))},[l]),mr=Mn.selection.value,hr=Mn.selection.change,_r=Mn.selection.catalog,yr=Z.useMemo(()=>({selection:{providerID:mr.providerID??``,modelID:mr.modelID??``,agent:mr.agent??null,variant:mr.variant},onChange:async e=>{if(!hr)throw Error(`chat-input-surface-selection-readonly`);await hr({...e,agent:e.agent??void 0,variant:e.variant})},disabled:!Mn.active,catalog:_r}),[_r,hr,mr.agent,mr.modelID,mr.providerID,mr.variant,Mn.active]);Z.useEffect(()=>{if(Mn.kind!==`primary`||!rt){rt||(jt.current=null);return}if(ht||_t||ut.length===0||mt.length===0)return;let e=hi(Ct);if(Ot!==e)return;let t=fn.getState(),n=Kv({sessionId:rt,latestUserChoice:Dt,catalog:{providers:ut,agents:mt},memory:t,fallbackAgentName:st});if(!n)return;let r=[rt,n.source,n.messageId??``,n.agent??``,n.providerID,n.modelID,n.variant??``,Ot].join(`|`);if(jt.current===r)return;if((n.agent===void 0||n.agent===st)&&n.providerID===at&&n.modelID===ot&&n.variant===ct){jt.current=r;return}if(Zt.getState().activeDirectoryKey!==e)return;let i=Zt.getState();qv(n,{currentAgentName:i.currentAgentName,setAgent:i.setAgent,setProvider:i.setProvider,setModel:i.setModel,setCurrentVariant:i.setCurrentVariant},{sessionId:rt,memory:t}),jt.current=r},[Mn.kind,rt,Dt,ut,mt,ht,_t,Ot,Ct,st,at,ot,ct]);let xr=Zt(e=>e.getVisibleAgents),Sr=Mn.kind===`primary`?xr():My,Cr=Zt(e=>Mn.kind===`primary`?e.providers:Ny),Tr=Mn.kind===`secondary`?Lp(Mn.selection.catalog?.agents):Sr,Er=Mn.kind===`secondary`?Mn.selection.catalog?.providers??Ny:Cr,Or=Mn.kind===`secondary`&&(!Mn.selection.catalog?.ready||!!Mn.selection.catalog.error),kr=!Mn.active||!Mn.selection.change||Or,Ar=c(e=>e.isMobile),jr=c(e=>e.setImagePreviewOpen),Nr=Z.useCallback(e=>{e.image&&(f(e),jr(!0))},[jr]),Pr=Z.useCallback(e=>{f(t=>({...t,open:e})),jr(e)},[jr]),Fr=gl(e=>e.pending),Lr=c(e=>e.inputBarOffset),zr=c(e=>e.persistChatDraft),Br=c(e=>e.inputSpellcheckEnabled),Vr=c(e=>e.isExpandedInput),Hr=c(e=>e.setExpandedInput),Kr=c(e=>e.setTimelineDialogOpen),qr=Ey({draftKey:Un,sessionTitles:new Map(Array.from(Zn(),([e,t])=>[e,t.title||e])),persistenceEnabled:zr}),Jr=qr.document,Yr=Jr.text,{replacePlainDocument:Zr,replaceProgrammaticText:Qr,applyBrowserEdit:$r,insertReference:ti,deleteReference:ii,enterHistoryPreview:oi,exitHistoryPreview:si,captureSubmission:ci,recoverSubmission:li,confirmedFileMentions:ui,mentions:fi}=qr,mi=Z.useCallback((e,t)=>Qr(e,t),[Qr]),gi=Z.useCallback(e=>!e.startsWith(`session:`)&&(e.includes(`/`)||e.includes(`\\`)||e.includes(`.`)||ui.some(t=>t.value===e)),[ui]),_i=Z.useRef(null),yi=Z.useRef(!1),bi=Z.useRef(0),xi=Z.useRef(Yr.length),Si=Z.useRef(null),Ci=Z.useRef(0),Ei=Z.useRef(!1),Di=Z.useRef(null),Oi=Z.useRef(!1),ki=Z.useRef(null),ji=Z.useRef([]),Mi=Z.useRef(!1),Pi=Z.useRef(null),Ii=Z.useRef(!1),Li=Z.useRef(null),Ri=Z.useRef(null),Bi=Z.useRef(null),Vi=Z.useRef(Yr),Hi=Z.useRef(new Set),Ui=qr.getDocument,Wi=Z.useCallback((e,t,n=[])=>mi(e,(e,r)=>{let i=[],a=new Set(n);for(let e of t){let t=0,n=`@${e}`;for(;t<r.text.length;){let o=r.text.indexOf(n,t);if(o<0)break;i.push({kind:a.has(e)?`directory`:`file`,value:e,path:e,label:e,range:{start:o,end:o+n.length}}),t=o+n.length}}let o=new Set(e.map(e=>`${e.kind}:${e.value}:${e.range.start}:${e.range.end}`));return[...e,...i.filter(e=>!o.has(`${e.kind}:${e.value}:${e.range.start}:${e.range.end}`))]}),[mi]),Gi=Gm(Wm()),{git:Ki,vscode:Yi}=wo(),Xi=c(e=>e.shortcutOverrides.cycle_agent),Zi=c(e=>e.shortcutOverrides),$i=Z.useMemo(()=>Ga(`cycle_agent`,Xi?{cycle_agent:Xi}:void 0),[Xi]),ea=Z.useMemo(()=>Ga(`clear_all_messages`,Zi),[Zi]),{currentTheme:ta}=Ia(),na=Ts(),ra=Ls(Hn),ia=xs(e=>Hn?e.directories.get(Hn)?.status??null:null),aa=xs(e=>e.ensureStatus),oa=xs(e=>e.fetchStatus),[sa,ca]=Z.useState(!1),ua=Z.useRef(null),[fa,pa]=Z.useState(!1),ha=c(e=>e.isAgentSelectorOpen),va=c(e=>e.isModelSelectorOpen),[Sa,Ca]=Z.useState(!1);Z.useEffect(()=>{!Hn||!Ki||aa(Hn,Ki)},[Hn,Ki,aa]),Z.useEffect(()=>{if(!(!Hn||!Ki))return ri.onGitRefreshHint(e=>{Jy(e.directory)===Jy(Hn)&&oa(Hn,Ki)})},[Hn,Ki,oa]);let Ta=Z.useCallback(async e=>{if(!In)return;let t=J.getState().getDirectoryForSession(In)||Hn||``;if(!t){wi.error(l(`diffView.reviewDialog.toast.noSessionDirectory`));return}sr(!0);try{await Gr({originalSessionID:In,directory:t,providerID:e.providerID,modelID:e.modelID,agent:e.agent||void 0,variant:e.variant||void 0,generateHandoff:e.generateHandoff,returnAfterHandoffRequest:e.generateHandoff,autoReview:e.autoReview}),tr(!1)}catch(e){console.error(`[review-flow] failed to start review flow`,e),wi.error(e instanceof Error?e.message:l(`diffView.reviewDialog.toast.startFailed`))}finally{sr(!1)}},[In,Hn,l]),Ea=Vr&&!Ar,Da=Vr&&Ar,Oa=Ea||Da,Na=`1.5rem`,Pa=Ar||Sa;Z.useEffect(()=>{let e=Si.current;if(!e)return;let t=e=>{let t=e>0&&e<Ly;Ca(e=>e===t?e:t)};if(t(e.clientWidth),typeof ResizeObserver>`u`){let n=()=>t(e.clientWidth);return window.addEventListener(`resize`,n),()=>window.removeEventListener(`resize`,n)}let n=new ResizeObserver(n=>{t(n[0]?.contentRect.width??e.clientWidth)});return n.observe(e),()=>n.disconnect()},[]);let Fa=Fn,La=Z.useMemo(()=>new Set(Tr.map(e=>e.name.toLowerCase())),[Tr]),Ra=Z.useRef(La);Ra.current=La;let za=Fy({inputMode:p,message:Yr,showCommandAutocomplete:k,showSkillAutocomplete:P}),Ba=di({directory:Hn,enabled:za}),Va=Z.useMemo(()=>Ba.data??[],[Ba.data]),Ha=$n({directory:Hn,enabled:za}),Ua=Z.useMemo(()=>Ha.data??[],[Ha.data]),Wa=Z.useMemo(()=>new Map(Ua.map(e=>[e.name.toLowerCase(),e.name])),[Ua]),Ka=Z.useMemo(()=>{let e=new Set([`init`,`review`,`undo`,`redo`,`fork`,`timeline`,`model`,`compact`,`summary`,`workspace-review`,`plan-feature`,`craft-goal`,`goal`,`catch-up`,`debug`,`weigh`,`explore`]);!Ar&&!d()&&e.add(`handoff-review`);for(let t of Va)e.add(t.name.toLowerCase());for(let t of Ua)e.add(t.name.toLowerCase());return e},[Va,Ua,Ar]),Xa=Z.useMemo(()=>{if(!Yr||!Yr.includes(`/`)||p===`shell`||Ka.size===0)return[];let e=[],t=RegExp(`(^|\\s)/(${ee})?([A-Za-z0-9][A-Za-z0-9_-]*)`,`g`),n;for(;(n=t.exec(Yr))!==null;){let t=n[2]??``,r=n[3];if(!Ka.has(r.toLowerCase()))continue;let i=n.index+n[1].length,a=1+t.length+r.length,o=Wa.get(r.toLowerCase());e.push(o?{start:i,end:i+a,style:`mentionCommand`,priority:102,skillName:o,visual:ie({trigger:`/`,icon:`book-open`,label:o},Yr.slice(i,i+a))}:{start:i,end:i+a,style:`mentionCommand`,visual:ie({trigger:`/`,icon:`command`,label:r},Yr.slice(i,i+a))})}return e},[Wa,p,Ka,Yr]),Za=da(e=>e.snippets),Qa=Z.useMemo(()=>{let e=new Set;for(let t of Za){e.add(t.name.toLowerCase());for(let n of t.aliases??[])e.add(n.toLowerCase())}return e},[Za]),$a=Z.useMemo(()=>{if(!Yr||!Yr.includes(`#`)||p===`shell`||Qa.size===0)return[];let e=[],t=/(^|\s)#([A-Za-z0-9][A-Za-z0-9_-]*)/g,n;for(;(n=t.exec(Yr))!==null;){let t=n[2];if(!Qa.has(t.toLowerCase()))continue;let r=n.index+n[1].length;e.push({start:r,end:r+1+t.length,style:`mentionSnippet`})}return e},[p,Qa,Yr]),eo=Z.useMemo(()=>{if(!Yr||!Yr.includes(`@`)||p===`shell`)return[];let e=[],t=/@([^\s]+)/g,n;for(;(n=t.exec(Yr))!==null;){let t=n[0],r=String(n[1]||``).trim().replace(/[),.;:!?`"'>]+$/g,``),i=n.index,a=i+t.length,o=i>0?Yr[i-1]:null;!(!o||/(\s|\(|\)|\[|\]|\{|\}|"|'|`|,|\.|;|:)/.test(o))||r.length===0||r.startsWith(`session:`)||(La.has(r.toLowerCase())?e.push({start:i,end:a,kind:`agent`}):gi(r)&&e.push({start:i,end:a,kind:`file`}))}return e},[p,Yr,La]),to=Z.useMemo(()=>{if(!Yr||!Yr.includes(`[`)||p===`shell`||Fa.length===0)return[];let e=Fa.filter(Pe),t=new Map(e.map(e=>[e.filename.trim().toLowerCase(),e.mimeType.startsWith(`image/`)?`image`:`attachment`]));return Me(Yr,e.map(e=>e.filename)).flatMap(e=>{let n=G(Yr.slice(e.start+1,e.end-1)).trim(),r=t.get(n.toLowerCase());return[{...e,style:`mentionFile`,priority:101,visual:ie({trigger:`[`,icon:r===`image`?`file-image`:`attachment-2`,label:n,suffix:`]`},Yr.slice(e.start,e.end))}]})},[p,Yr,Fa]),no=Z.useMemo(()=>{if(!Yr||p===`shell`)return null;let e=[...w_(Yr),...B_(Yr),...k_(eo),...Xa,...$a,...to,...Jr.references.map(e=>({start:e.start,end:e.end,priority:103,...A(e)}))];return T_(Yr,e)},[to,Xa,$a,eo,Jr.references,p,Yr]),ro=Z.useCallback(e=>(e??[]).map(e=>({...e,dataUrl:e.source===`server`&&e.serverPath?Ky(e.serverPath):e.dataUrl})),[]),[io,ao]=Z.useState(null),oo=Z.useRef(null),[co,lo]=Z.useState(!1),[uo,fo]=Z.useState(!1),[po,mo]=Z.useState(null),[ho,go]=Z.useState(null),_o=C(e=>e.followUpBehavior),vo=Z.useMemo(()=>{let e=Nn?.queueScope;return e?{state:`bound`,transportIdentity:e.transportIdentity,directory:e.directory,sessionID:e.sessionID,deliveryTarget:e.deliveryTarget,runtimeGeneration:e.runtimeGeneration}:null},[Nn]),yo=eu({transportIdentity:vo?.transportIdentity??``,directory:vo?.directory??``,sessionID:vo?.sessionID??``}),bo=Z.useMemo(()=>In?x(In):null,[In]),xo=C(Z.useCallback(e=>vo?b(e,vo):Ay,[vo])),So=C(Z.useCallback(e=>bo?b(e,bo):Ay,[bo])),Co=Z.useMemo(()=>So.length===0?xo:xo.length===0?So:[...So,...xo],[xo,So]),To=yo.mode===`server`?Ay:Co,Eo=C(Z.useCallback(e=>vo?B(e,vo):Ay,[vo])),Do=C(e=>e.clearQueue),Oo=C(e=>e.removeFromQueue),ko=Pn.inlineDrafts,Ao=ko.length>0,[jo,Mo,No]=Z.useMemo(()=>{let e=0,t=0,n=0;for(let r of ko)r.source===`preview-console`?e+=1:r.source===`preview-annotation`?t+=1:n+=1;return[e,t,n]},[ko]),Po=Z.useCallback(e=>{for(let t of Pn.inlineDrafts)t.source===e&&Pn.removeInlineDraft(t.id)},[Pn]),Fo=Z.useCallback(()=>{for(let e of Pn.inlineDrafts)e.source!==`preview-console`&&e.source!==`preview-annotation`&&Pn.removeInlineDraft(e.id)},[Pn]),Io=Pn.history;Z.useEffect(()=>{Vi.current=Yr},[Yr]),Z.useLayoutEffect(()=>{m(`normal`),et(-1)},[Un?.transportIdentity,Un?.owner.kind,Un?.owner.ownerID]),Z.useLayoutEffect(()=>{if(!Bn||Ar)return;let e=()=>{let e=_i.current;!e||e.disabled||e.focus({preventScroll:!0})};e();let t=window.requestAnimationFrame(e);return()=>window.cancelAnimationFrame(t)},[Bn,Ar]);let Lo=Fh(Mn.kind===`primary`?In:null,Mn.kind===`primary`?Hn??void 0:void 0),Ro=Mn.activity?.phase??Lo.phase,zo=It(Z.useCallback(e=>{if(!In)return!1;let t=e.runsByOriginalSessionID[In];return t?.status===`running`&&t.runtimeKey===n()},[In])),Bo=q(e=>{Ar&&(Xe(),ce(e),_i.current?.blur(),Zt.getState().refreshCatalogsOnPickerOpen({source:`chatInput:mobilePanel`}))}),Vo=Pn.pendingInput,Ho=Pn.consumePendingInput;Z.useEffect(()=>{if(Vo===null)return;let e=Ho();if(e){if(e.mode===`append`){if(!e.text.trim())return;let t=ob(Vi.current,e.text);Vi.current=t,mi(t)}else if(e.mode===`append-inline`){let t=sb(Vi.current,e.text);Vi.current=t,mi(t)}else Zr(e.text);setTimeout(()=>{_i.current?.focus()},0)}},[Vo,Ho,Zr,mi]);let Uo=Yr.trim().length>0||Fa.length>0||Ao,Wo=yo.mode===`server`?yo.items.length>0:To.length>0||Eo.length>0,Go=!Jd(yo.mode),Ko=Uo||Wo,qo=J(e=>e.stagedMessageEdit?.sessionId===In?e.stagedMessageEdit.messageId:null),Jo=Ro===`busy`||Ro===`retry`,Yo=Mn.activity?.canAbort??Jo,Xo=Z.useCallback(()=>{let e=_i.current,t=e?.value??Ui().text;t!==Ui().text&&$r(t,e?.selectionStart??t.length,e?.selectionEnd??e?.selectionStart??t.length);let n=Ui();return{message:n.text,document:n,hasContent:n.text.trim().length>0||Fa.length>0||Ao}},[$r,Ui,Ao,Fa.length]),Zo=Z.useRef(async()=>{}),Qo=Mn.surfaceID,$o=Mt?.draftID??null,es=bn(Z.useMemo(()=>zn(Qo),[Qo])),ns=bn(Z.useMemo(()=>kt($o),[$o])),rs=Z.useMemo(()=>zi(es,ns),[es,ns]),is=(e=`send`)=>bn.getState().beginFlight(Qo,e),as=()=>{bn.getState().endFlight(Qo)},os=()=>bn.getState().isInFlight(Qo),ss=Z.useRef(null);Z.useEffect(()=>{if(Mn.kind!==`primary`||!qo){ss.current=null;return}ss.current!==qo&&(ss.current=qo,Hp(_i)||requestAnimationFrame(()=>Hp(_i)))},[qo,Mn.kind]);let cs=bn(Z.useMemo(()=>Nt($o),[$o])),ls=q(async()=>{let e=J.getState().newSessionDraft.draftID;if(!e||!bn.getState().isEstablishing(e))return!1;let t=Xo();if(!t.hasContent)return!1;let n=K(t.document,`queue-canonical`);if(!n.ok)return wi.error(l(`chat.chatInput.toast.messageSendFailed`)),!1;if(await Mn.selection.flush(),!bn.getState().isEstablishing(e))return!1;let r=Jv(Zt.getState());if(!r?.providerID||!r?.modelID)return wi.error(l(`chat.chatInput.toast.messageSendFailed`)),!1;let i=ro(Fa);return bn.getState().enqueueEstablishingFollowUp({draftID:e,content:n.text,sendConfig:{providerID:r.providerID,modelID:r.modelID,...r.agent?{agent:r.agent}:{},...r.variant?{variant:r.variant}:{}},attachments:i,composerDocument:t.document})?(Zr(``),et(-1),Hr(!1),i.length>0&&Pn.clearAttachments(),!0):!1}),us=()=>{if(In)return!1;let e=J.getState().newSessionDraft.draftID;return bn.getState().isEstablishing(e)?(ls(),!0):!1},ds=q(async()=>{if(!Mn.active||os())return;if(In){let e=J.getState().stagedMessageEdit;if(e&&e.sessionId===In){J.getState().beginMessageEditCommit(e.sessionId,e.messageId);try{await on(e.sessionId,e.messageId)}catch(e){console.warn(`[chat-input] staged-edit delete failed before queue admission`,e);return}finally{J.getState().endMessageEditCommit(e.sessionId,e.messageId)}J.getState().stagedMessageEdit===e&&J.getState().clearStagedMessageEdit(e.sessionId)}}let e=Xo(),n=K(e.document);if(!n.ok){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}let r={chunks:n.chunks??[],semantics:n.semantics??[]},o=n.text,s=o.trimStart(),c=r.chunks.every(e=>e.provenance===`authored`)&&p===`normal`&&s.startsWith(`/`)?hv(s.slice(1).trim()).split(/\s+/)[0]?.toLowerCase():void 0;if(c&&!_s(c,e=>qp(Mn,{name:e.name,source:`openchamber`}))||a||!e.hasContent||!In)return;if(Go||!$t(Mn.deliveryTarget?.kind,yo.mode)){Zo.current(Jo?{delivery:`steer`}:void 0);return}if(r.chunks.every(e=>e.provenance===`authored`)&&dv(o,p)){Zo.current();return}if(!is(`queue`))return;let u=Mn.transportIdentity,d=Mn.runtimeGeneration,f=Pn.captureRuntime(),m=vo,h=Mn.kind===`primary`?vo?.sessionID??In:null,g=[...Pn.inlineDrafts].sort((e,t)=>e.createdAt-t.createdAt),_=g.length>0?v(Wl(e.document.text,g),e.document.references).document:e.document,y=K(_,`queue-canonical`);if(!y.ok){as(),wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}let b=ro(Fa),w=ci(),T=b,E=Jn(),D=!1,O=null,k=()=>{D&&m&&(yo.actions.unstageAdmission({requestID:E.requestID,scope:{directory:m.directory,sessionID:m.sessionID}}),D=!1),O&&m&&(C.getState().unstageAdmission(m,O),O=null)},A=async e=>{k(),w&&li(w),T.length>0&&await Pn.restoreAttachments(T),e&&Pn.restoreSyntheticParts(e),g.length>0&&Pn.restoreInlineDrafts(g)};try{if(!m){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}if(yo.mode===`server`){if(!Un){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}Yt({stage:()=>{yo.actions.stageAdmission({requestID:E.requestID,scope:{directory:m.directory,sessionID:m.sessionID},item:{queueItemID:E.queueItemID,operationID:E.operationID,messageID:E.messageID,content:y.text,createdAt:E.createdAt,attachmentCount:b.length,composerDocument:_,composerMentions:fi}}),D=!0},clearComposer:()=>{Zr(``),et(-1),Hr(!1)}})}else Yt({stage:()=>{C.getState().bindLegacyQueue(x(m.sessionID),m),C.getState().stageAdmission(m,{requestID:E.requestID,queueItemID:E.queueItemID,operationID:E.operationID,messageID:E.messageID,content:y.text,createdAt:E.createdAt,attachmentCount:b.length,composerDocument:_,composerMentions:fi}),O=E.requestID},clearComposer:()=>{Zr(``),et(-1),Hr(!1)}});if(await Mn.selection.flush(),!lt({transportIdentity:u,generation:d},{transportIdentity:t(),generation:i()})){await A();return}if(!lt(f,Pn.captureRuntime())){await A();return}if(h&&J.getState().currentSessionId!==h){await A();return}if(m.transportIdentity!==t()||m.runtimeGeneration!==i()||m.sessionID!==(h??m.sessionID)||h&&S(J.getState().getDirectoryForSession(h))!==S(m.directory)){await A();return}let n=m,r=Mn.kind===`primary`?(()=>{let e=Zt.getState(),t=h?J.getState().getDirectoryForSession(h)??null:null;return Jv(e,{expectedConfigKey:hi(t),activeDirectoryKey:e.activeDirectoryKey})})():Mn.selection.value.providerID&&Mn.selection.value.modelID?{...Mn.selection.value,providerID:Mn.selection.value.providerID,modelID:Mn.selection.value.modelID}:void 0;if(!Tn(r)){await A();return}if(yo.mode===`server`){if(!Un){await A(),wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}let t=Xn({draftKey:Un,runtime:f,document:e.document,attachments:Fa,inlineDrafts:g}),i=n.deliveryTarget.kind===`assistant`?Pn.consumeSyntheticParts()?.map(e=>({...e,partID:e.partID??L()}))??null:null,a,o=[],s=n.deliveryTarget.kind===`assistant`?(()=>{let e=vi({plan:{chunks:y.chunks??[],semantics:y.semantics??[]},agents:Tr,installedSkillNames:new Set(Xt(re,Hn).map(e=>e.name)),directory:Hn,root:na||Hn,confirmedFilePaths:ui.map(e=>e.path),confirmedDirectoryPaths:ui.filter(e=>e.kind===`directory`).map(e=>e.path),citationAttachments:Fa});return o=e.attachments,br({text:g.length>0?Wl(e.text,g):e.text,attachments:[...b,...e.attachments],semanticParts:Xr(e.semantics,n.directory),syntheticParts:i})})():void 0;try{let e=[...pi(b),...pi(o),...(i??[]).flatMap(e=>pi(e.attachments??[],e.partID))],t=s?new Set(s.flatMap(e=>e.type===`file`?[e.attachmentID]:[])):null;a=e.filter((n,r)=>e.findIndex(e=>e.attachmentID===n.attachmentID)===r&&(!t||t.has(n.attachmentID)))}catch(e){await A(i),wi.error(l(e instanceof RangeError?`chat.chatInput.toast.attachmentsTooLarge`:`chat.chatInput.toast.messageSendFailed`));return}let c=s&&i?Ti(s,i.map(e=>({...e,partID:e.partID}))):void 0;try{let e=!1,o=await zt({capture:t,admit:async()=>{let t=await yo.actions.admit({requestID:E.requestID,scope:{directory:n.directory,sessionID:n.sessionID},item:{queueItemID:E.queueItemID,operationID:E.operationID,messageID:E.messageID,content:y.text,composerDocument:_,composerMentions:fi,sendConfig:r,deliveryTarget:n.deliveryTarget,...s?{deliveryParts:s}:{},...c?{syntheticParts:c}:{},attachmentIssues:[],createdAt:E.createdAt},attachments:a});return t.status===`committed`&&(e=!0,D=!1),t},captureRuntime:Pn.captureRuntime,getCurrentDraftKey:()=>Un,getDocument:Ui,consumeBody:()=>Zr(``),getAttachments:()=>Pn.attachments,removeAttachment:Pn.removeAttachment,getInlineDrafts:()=>Pn.inlineDrafts,removeInlineDraft:Pn.removeInlineDraft});if(!e){await A(i),o.status===`stale`&&wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}if(o.status===`partial`){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}o.status===`committed`&&!Ar&&_i.current?.focus()}catch(e){await A(i),wi.error(l(e instanceof RangeError?`chat.chatInput.toast.attachmentsTooLarge`:`chat.chatInput.toast.messageSendFailed`))}return}if(!C.getState().confirmAdmission(n,{requestID:E.requestID,sendConfig:r,attachments:b.length>0?b:void 0}).ok){await A(),wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}O=null;for(let e of g)Pn.removeInlineDraft(e.id);b.length>0&&Pn.clearAttachments(),Ar||_i.current?.focus()}catch(e){await A(),wi.error(l(e instanceof RangeError?`chat.chatInput.toast.attachmentsTooLarge`:`chat.chatInput.toast.messageSendFailed`))}finally{as()}}),fs=q(()=>{wv(()=>ds(),()=>{wi.error(l(`chat.chatInput.toast.messageSendFailed`))})}),ps=q(async(e,t,n,r)=>{if(Go||!Mn.draftKey)return!1;try{let i=await Rr({content:e,composerDocument:n,composerMentions:r,attachments:t}),a=wt.getState(),o=a.getDraft(Mn.draftKey);return Xd(await pt({key:Mn.draftKey,expectedRevision:o?.revision??`absent`,payload:i,runtime:a.captureDraftRuntime()}))?!0:(wi.error(l(`chat.chatInput.toast.messageSendFailed`)),!1)}catch{return wi.error(l(`chat.chatInput.toast.messageSendFailed`)),!1}}),gs=q(e=>{if(!(a||Go)){if(Nn){Nn.sendQueued(e,{options:{delivery:`steer`},manual:!0});return}wi.error(l(`chat.chatInput.toast.messageSendFailed`))}}),vs=q(()=>{Xe(),ce(`agent`),_i.current?.blur(),Zt.getState().refreshCatalogsOnPickerOpen({source:`chatInput:mobileAgentPanel`})}),bs=Z.useCallback(()=>{lo(!0)},[]),Ss=Z.useCallback(()=>{fo(!0)},[]),Ds=async e=>{if(!Mn.active||a||us()||os())return;let n=e?.queuedOnly??!1,o=e?.queuedMessageId,s=e?.delivery===`steer`&&Jo?`steer`:void 0,u=e?.presetText==null?Xo():{message:e.presetText,document:{text:e.presetText,references:[]},hasContent:e.presetText.trim().length>0||Fa.length>0||Ao},f=e?.presetText==null?ci():null,m=Fn,h=K(u.document,`direct-send-display`);if(!h.ok){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}let g=h.text,v={chunks:h.chunks??[],semantics:h.semantics??[]},y=v.chunks.every(e=>e.provenance===`authored`),x=g.trimStart(),S=y?lv(x,p):null,w=y&&dv(g,p),T=y&&p===`normal`&&/^\/model(?:\s|$)/i.test(x),E=y&&p===`normal`&&x.startsWith(`/`)?hv(x.slice(1).trim()).split(/\s+/)[0]?.toLowerCase():void 0;if(E&&!_s(E,e=>qp(Mn,{name:e.name,source:`openchamber`}))||n&&Go)return;if(!n&&T){j(!1),N(``),Ar?Bo(`model`):(c.getState().setModelSelectorOpen(!0),Zt.getState().refreshCatalogsOnPickerOpen({source:`chatInput:modelCommand`}));return}if(!(!n&&S&&S!==`model`)){if(!n&&In&&Wo&&Go)return;if(!n&&In&&Wo&&yo.mode===`server`){u.hasContent&&fs();return}if(!n&&In&&Wo){u.hasContent&&fs();let e=To[0];e&&Nn&&await Nn.sendQueued(e.queueItemID,{options:Jo?{delivery:`steer`}:void 0});return}}let D=w?[]:o?To.filter(e=>e.id===o):To;if(n&&zo)return;if(n){if(D.length===0||!In)return}else if(!u.hasContent&&!Wo||!In&&!Bn)return;if(!In&&Rn||!is())return;let O=!In&&Bn&&!n&&!w?J.getState().newSessionDraft.draftID??null:null,k=O?W(`msg`):void 0;if(O&&k&&!bn.getState().beginEstablishing({draftID:O,primaryMessageID:k})){as();return}let A=()=>{rr(),O&&bn.getState().clearEstablishing(O)},M=e=>{let n=J.getState().currentSessionId,r=(n?J.getState().getDirectoryForSession(n):null)??Hn??``;if(!n||!r){bn.getState().clearEstablishing(e);return}Cv({draftID:e,sessionID:n,directory:r,transportIdentity:t(),runtimeGeneration:i(),admitServer:yo.mode===`server`?async e=>yo.actions.admit({requestID:e.requestID,scope:{directory:r,sessionID:n},item:{queueItemID:e.queueItemID,operationID:e.operationID,messageID:e.messageID,content:e.content,createdAt:e.createdAt,sendConfig:e.sendConfig,attachmentIssues:[],...e.composerDocument?{composerDocument:e.composerDocument}:{},...e.composerMentions?{composerMentions:e.composerMentions}:{}},attachments:e.attachments.length>0?pi(e.attachments):void 0}):void 0})};if(In&&!n&&!w&&zo){as(),fs();return}let P=!n&&!w;P&&(Zr(``),et(-1),Hr(!1));let F=!1,I,L,R=!1;try{if(yv({surfaceKind:Mn.kind,currentSessionId:In,queuedOnly:n,resourcePolicy:w,inputMode:p,localCommand:S})&&In){let e=J.getState().getDirectoryForSession(In)??Hn??null,t=J.getState().stagedMessageEdit;t&&t.sessionId===In&&(L={sessionId:t.sessionId,messageId:t.messageId},J.getState().beginMessageEditCommit(t.sessionId,t.messageId));let n=Zt.getState(),r=Jv(n,{expectedConfigKey:hi(e),activeDirectoryKey:n.activeDirectoryKey});if(r?.providerID&&r?.modelID){let t=ro(Fa);I=Rt({sessionId:In,directory:e,content:u.message,providerID:r.providerID,modelID:r.modelID,agent:r.agent,files:t.map(e=>({type:`file`,mime:e.mimeType,url:e.dataUrl,filename:e.filename}))})}}let e=Mn.kind===`primary`?(()=>{if(n){let e=D[0]?.owner;if(e?.state===`bound`||e?.state===`unbound-legacy`)return e.sessionID;if(vo?.sessionID)return vo.sessionID}return In})():null,t=n?D[0]?.sendConfig:void 0;if(n&&t||await Mn.selection.flush(),e!==null&&J.getState().currentSessionId!==e)return;let i=async()=>{let n=t?{...t}:Mn.kind===`primary`?(()=>{let t=Zt.getState();if(!e)return Yv({captured:Jv(t),surfaceSelection:Mn.selection.value});let n=J.getState().getDirectoryForSession(e)??Hn??null;return Yv({captured:Jv(t,{expectedConfigKey:hi(n),activeDirectoryKey:t.activeDirectoryKey}),surfaceSelection:Mn.selection.value})})():Mn.selection.value.providerID&&Mn.selection.value.modelID?{...Mn.selection.value,providerID:Mn.selection.value.providerID,modelID:Mn.selection.value.modelID}:void 0;if(Mn.kind===`primary`&&e&&(!n?.providerID||!n?.modelID)){let t=J.getState().getDirectoryForSession(e)??Hn??null,r=hi(t);if(Zt.getState().activeDirectoryKey!==r&&await Zt.getState().activateDirectory(t),J.getState().currentSessionId===e){let e=Zt.getState();n=Yv({captured:Jv(e,{expectedConfigKey:hi(t),activeDirectoryKey:e.activeDirectoryKey}),surfaceSelection:Mn.selection.value})}}return n},a=await i(),c=!1,h=a?.providerID,g=a?.modelID,y=a?.agent,x=a?.variant;if(!h||!g){if(!c){c=!0;try{await Zt.getState().loadProviders({forceRefresh:!0,source:`chat-input-send-recovery`}),a=await i(),h=a?.providerID,g=a?.modelID,y=a?.agent,x=a?.variant}catch{}}if(!h||!g){console.warn(`Cannot send message: provider or model not selected`),wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}}In&&!n&&!w&&await Ji(In)&&await mn(In);let T={...s?{delivery:s}:{},commitStagedMessageEdit:!n,...I?{messageID:I.messageID,ticket:I}:k?{messageID:k}:{},...e?{sessionId:e,directoryHint:J.getState().getDirectoryForSession(e)??Hn??null}:Mn.kind===`primary`&&In?{sessionId:In,directoryHint:J.getState().getDirectoryForSession(In)??Hn??null}:{}},E=``,j=[],N,P=[],z=new Set(Xt(re,Hn).map(e=>e.name)),B=[],V=w?void 0:Pn.consumeSyntheticParts();for(let e=0;e<D.length;e++){let t=D[e],n=t.composerDocument&&K(t.composerDocument,`direct-send-display`),r=n&&n.ok?{chunks:n.chunks??[],semantics:n.semantics??[]}:null,i=t.owner?.state===`bound`?t.owner.directory:Hn,a=new Set(Xt(re,i).map(e=>e.name)),o=vi({plan:r??Ir(t.content),agents:Tr,installedSkillNames:a,directory:i,root:i,confirmedFilePaths:t.composerMentions?.filter(e=>e.kind===`file`||e.kind===`directory`).map(e=>e.path||e.value),confirmedDirectoryPaths:t.composerMentions?.filter(e=>e.kind===`directory`).map(e=>e.path||e.value),citationAttachments:t.attachments});if(B.push(...o.semantics),!N&&o.agent&&(N=o.agent),e===0)E=o.text,j=Ai([...ro(t.attachments),...o.attachments]);else{let e=ro(t.attachments);P.push({text:o.text,attachments:Ai([...e,...o.attachments])})}}if(!n&&u.hasContent){let e=ro(Fa),t=vi({plan:v,agents:Tr,installedSkillNames:z,directory:Hn,root:na||Hn,confirmedFilePaths:ui.map(e=>e.path),confirmedDirectoryPaths:ui.filter(e=>e.kind===`directory`).map(e=>e.path),citationAttachments:Fa});B.push(...t.semantics),!N&&t.agent&&(N=t.agent),D.length===0?(E=t.text,j=Ai([...e,...t.attachments])):P.push({text:t.text,attachments:Ai([...e,...t.attachments])})}let H=In??(Bn?`draft`:null),U=[];if(!n&&H&&!w&&(U=[...Pn.inlineDrafts].sort((e,t)=>e.createdAt-t.createdAt)),U.length>0)if(D.length===0)E=Wl(E,U);else if(P.length>0){let e=P[P.length-1];e.text=Wl(e.text,U)}else E=Wl(E,U);if(V&&V.length>0&&P.push(...ai(V)),po&&P.push({text:po.contextText,synthetic:!0}),ho&&(P.push({text:ho.instructionsText,synthetic:!0}),P.push({text:ho.contextText,synthetic:!0})),P.push(...Xr(B,In&&J.getState().getDirectoryForSession(In)||Hn)),!E&&j.length===0&&P.length===0)return;if(O&&k){if(!await Mr({messageID:k,providerID:h,modelID:g,agent:y,text:E,attachments:j,additionalParts:P,agentMentionName:N}))return;if(!bn.getState().isEstablishing(O)){A();return}}let W=async()=>{if(A(),vo&&D.length>0&&C.setState(e=>{let t=_(vo),n=e.queuedMessages[t]??[],r=new Set(D.map(e=>e.id));return{queuedMessages:{...e.queuedMessages,[t]:[...D,...n.filter(e=>!r.has(e.id))]}}}),n)return V&&Pn.restoreSyntheticParts(V),!0;Pn.pendingInput?.text===u.message&&Pn.consumePendingInput(),f&&li(f);let e=!0;return m.length>0&&(e=await Pn.restoreAttachments(m)),V&&Pn.restoreSyntheticParts(V),U.length>0&&Pn.restoreInlineDrafts(U),e};if(!w&&In&&o){let e=vo?b(C.getState(),vo).find(e=>e.id===o||e.queueItemID===o):void 0;vo&&e?.queueItemID&&e.operationID&&Oo(vo,e.queueItemID,e.operationID)}else!w&&In&&Wo&&vo&&Do(vo);!n&&!w&&(Zr(``),et(-1),Hr(!1),vv({queuedOnly:n,resourcePolicy:w,rootAttachmentCount:m.length})&&Pn.clearAttachments());let ee=()=>gv({currentSessionId:In,messageRef:Vi,replacePlainDocument:Zr}),G=E.trimStart();if(p===`normal`&&G.startsWith(`/`)){let e=hv(G.slice(1).trim()).split(/\s+/)[0]?.toLowerCase();if(!_s(e,e=>qp(Mn,{name:e.name,source:`openchamber`})))return;if(In&&(e===`undo`||e===`redo`)&&fv(G,p)&&ee(),e===`undo`&&In){try{await J.getState().handleSlashUndo(In),r?.()}catch(e){wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.messageSendFailed`))}return}if(e===`new`){await Nn?.shortcut(`new`);return}if(e===`redo`&&In){try{await J.getState().handleSlashRedo(In),r?.()}catch(e){wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.messageSendFailed`))}return}if(e===`fork`&&In){await _v({command:`fork`,consumeCommandText:ee,forkSession:()=>J.getState().forkCurrentSession(In),waitForConnection:Dn,getDirectoryForSession:()=>J.getState().getDirectoryForSession(In),summarizeSession:async()=>void 0,onCompactError:()=>void 0,onForkError:e=>{wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.messageSendFailed`))}});return}if(e===`timeline`&&In&&Gi.timeline){Kr(!0);return}if(e===`compact`&&In){_v({command:`compact`,consumeCommandText:ee,forkSession:async()=>void 0,waitForConnection:Dn,getDirectoryForSession:()=>Mn.directory??``,summarizeSession:e=>Un?Mn.backend.compact({operation:`compact`,surfaceID:Mn.surfaceID,transportIdentity:Mn.transportIdentity,runtimeGeneration:Mn.runtimeGeneration,sessionID:In,directory:e,draftKey:Un,deliveryTarget:Mn.deliveryTarget,providerID:h,modelID:g,agent:y,variant:x}):Promise.reject(Error(`chat-input-surface-incomplete`)),onCompactError:()=>{wi.error(l(`chat.chatInput.toast.compactFailed`))},onForkError:()=>void 0});return}if(e===`summary`&&In){try{await Dn();let e=G.replace(/^\/\u2003?summary\b/i,``).trim(),t=e?` focused on: ${e}`:``,n=e?`The user asked you to focus this summary on: ${e}. Prioritize that topic; mention unrelated threads only in passing.`:``,i=await vt(`session.summary.visible`,{topic_line:t}),a=await vt(`session.summary.instructions`,{topic_block:n});await Gn(i,h,g,y,[],N,[{text:a,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.summaryFailed`))}return}if(e===`workspace-review`&&(In||Bn)){try{await Dn();let e=await vt(`session.review.visible`),t=await vt(`session.review.instructions`);await Gn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.reviewFailed`))}return}if(e===`handoff-review`&&In&&!Ar&&!d()){tr(!0);return}if(e===`plan-feature`&&(In||Bn)){try{await Dn();let e=await vt(`session.plan.visible`),t=await vt(`session.plan.instructions`);await Gn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.planFeatureFailed`))}return}if(e===`goal`&&(In||Bn)){A(),Tt.getState().setArmed(!0);let e=uv(G,p)??``;Zr(e),Vi.current=e,et(-1),e||Hr(!1);return}if(e===`craft-goal`&&(In||Bn)){try{await Dn();let e=G.replace(/^\/\u2003?craft-goal\b/i,``).trim(),t=await vt(`session.craftGoal.visible`,{idea_block:e?`\n\nHere is my initial idea:\n${e}`:``}),n=await vt(`session.craftGoal.instructions`);await Gn(t,h,g,y,[],N,[{text:n,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.craftGoalFailed`))}return}if(e===`catch-up`&&(In||Bn)){try{await Dn();let e=await vt(`session.catchup.visible`),t=await vt(`session.catchup.instructions`);await Gn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.catchUpFailed`))}return}if(e===`debug`&&(In||Bn)){try{await Dn();let e=await vt(`session.debug.visible`),t=await vt(`session.debug.instructions`);await Gn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.debugFailed`))}return}if(e===`weigh`&&(In||Bn)){try{await Dn();let e=await vt(`session.weigh.visible`),t=await vt(`session.weigh.instructions`);await Gn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.weighFailed`))}return}if(e===`explore`&&(In||Bn)){try{await Dn();let e=await vt(`session.explore.visible`),t=await vt(`session.explore.instructions`);await Gn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.exploreFailed`))}return}}let te=In&&J.getState().getDirectoryForSession(In)||Hn;if(Vn||In&&!Hy(In,te)){let e=await Ln().catch(()=>null);e&&P.push({text:Fi(e),synthetic:!0})}try{let e=da.getState().expandText;E=await e(E);for(let t of P)t.synthetic||(t.text=await e(t.text))}catch(e){console.warn(`[ChatInput] Failed to expand snippets, sending original text:`,e)}R=!0;let ne=Gn(E,h,g,y,j,N,P.length>0?P:void 0,x,p,T);F=!0,ne.finally(()=>{as(),L&&J.getState().endMessageEditCommit(L.sessionId,L.messageId)}),O&&ne.then(()=>{M(O)}).catch(()=>{bn.getState().clearEstablishing(O)}),typeof window>`u`?r?.():window.requestAnimationFrame(()=>{r?.()}),ne.then(()=>{po&&mo(null),ho&&go(null)}).catch(e=>{I&&en(I),W().then(e=>{e||wi.error(l(`chat.chatInput.toast.messageSendFailed`))});let t=e instanceof Error?e.message:typeof e==`string`?e:String(e??``),n=t.toLowerCase();console.error(`Message send failed:`,t||e);let r=n.includes(`timeout`)||n.includes(`timed out`)||n.includes(`may still be processing`)||n.includes(`being processed`)||n.includes(`failed to fetch`)||n.includes(`networkerror`)||n.includes(`network error`)||n.includes(`gateway timeout`)||n===`failed to send message`;if(n.includes(`payload too large`)||n.includes(`413`)||n.includes(`entity too large`)){wi.error(l(`chat.chatInput.toast.attachmentsTooLarge`));return}if(r){m.length>0&&wi.error(l(`chat.chatInput.toast.sendAttachmentsFailed`));return}wi.error(t||l(`chat.chatInput.toast.messageSendFailed`))}),Ar||_i.current?.focus()}finally{R||(I&&en(I),L&&J.getState().endMessageEditCommit(L.sessionId,L.messageId)),F||(P&&f&&li(f),as(),O&&M(O))}};Zo.current=Ds;let Os=Z.useCallback(()=>{if(us()||os())return;let e=Xo(),t=p===`normal`&&e.hasContent&&In&&(Jo||zo),n=t&&Jd(yo.mode)&&$t(Mn.deliveryTarget?.kind,yo.mode);_o===`queue`&&n?fs():_o===`steer`&&t||_o===`queue`&&t&&!n?Zo.current(t?{delivery:`steer`}:void 0):Zo.current()},[p,Xo,In,Jo,zo,_o,fs,yo.mode,Mn.deliveryTarget?.kind,ls]),As=Z.useCallback(e=>{if(os())return;let t=(_i.current?.value??Vi.current).trim(),n=t?`${e}\n${t}`:e;Zo.current({presetText:n})},[]),Ns=Z.useCallback(e=>{let t=sb(Ui().text,e);mi(t),_i.current&&(_i.current.value=t),setTimeout(()=>{_i.current?.focus()},0)},[mi]),Fs=Z.useCallback(e=>{if(os())return;let t=sb(_i.current?.value??Vi.current,e);Zo.current({presetText:t})},[]),Is=Pn.pendingPreset,Rs=Pn.consumePendingPreset;Z.useEffect(()=>{if(Is==null)return;let e=Rs();e&&As(e)},[Is,Rs,As]);let zs=Z.useCallback(()=>{Zr(``),et(-1),Fn.length>0&&Pn.clearAttachments(),vo&&Do(vo),j(!1),I(!1),H(!1),E(!1),p===`shell`&&m(`normal`)},[Fn.length,Pn,Do,vo,Zr,p]),Bs=e=>{if(!Mn.active||Ih(e))return;if(ea&&so(e,ea)&&!Fr){let t=_i.current;if(!(t&&t.selectionStart!==t.selectionEnd)){e.preventDefault(),zs();return}}if(p===`shell`&&e.key===`Escape`){e.preventDefault(),m(`normal`);return}if(p===`shell`&&e.key===`Backspace`&&Yr.length===0){e.preventDefault(),m(`normal`);return}if((e.key===`Backspace`||e.key===`Delete`)&&!e.metaKey&&!e.ctrlKey){let t=_i.current,n=t?.selectionStart??Yr.length,r=t?.selectionEnd??Yr.length,i=ii({key:e.key,selectionStart:n,selectionEnd:r,altKey:e.altKey});if(i){let t=Vy(qr.getDocument().text,i.start);e.preventDefault(),mi(t.text),requestAnimationFrame(()=>{_i.current?.setSelectionRange(t.caret,t.caret),Xs()}),Zs(t.text,t.caret);return}let a=Ne(Yr,Fn.filter(Pe).map(e=>e.filename),{key:e.key,selectionStart:n,selectionEnd:r,altKey:e.altKey});if(a){let t=new Set(a.removedFilenames.map(e=>e.toLowerCase())),n=Vy(a.text,a.caret);e.preventDefault(),mi(n.text);for(let e of Fn)t.has(e.filename.toLowerCase())&&Pn.removeAttachment(e.id);requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=n.caret,_i.current.selectionEnd=n.caret),Xs()}),Zs(n.text,n.caret);return}let o=O_(Yr,Wa.keys(),{key:e.key,selectionStart:n,selectionEnd:r,altKey:e.altKey});if(o){let t=Vy(o.text,o.caret);e.preventDefault(),mi(t.text),requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=t.caret,_i.current.selectionEnd=t.caret),Xs()}),Zs(t.text,t.caret);return}if(n===r&&!e.altKey){let t=e.key===`Backspace`?n-1:n;if(t>=0&&t<Yr.length){let n=Me(Yr,Fn.map(e=>e.filename)).find(e=>t>=e.start&&t<e.end);if(n){let t=G(Yr.slice(n.start+1,n.end-1)).trim(),r=Fn.find(e=>e.filename.toLowerCase()===t.toLowerCase()),i=Yr[n.end]===` `?n.end+1:n.end,a=`${Yr.slice(0,n.start)}${Yr.slice(i)}`;e.preventDefault(),mi(a),r&&Pn.removeAttachment(r.id),requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=n.start,_i.current.selectionEnd=n.start),Xs()}),Zs(a,n.start);return}let r=t;for(;r>0&&!/\s/.test(Yr[r-1]);)--r;let i=t+1;for(;i<Yr.length&&!/\s/.test(Yr[i]);)i+=1;let a=Yr.slice(r,i),o=a.slice(1);if(Py.test(a)&&!Ra.current.has(o.toLowerCase())&&gi(o)){let t=Yr[i]===` `?i+1:i,n=`${Yr.slice(0,r)}${Yr.slice(t)}`;e.preventDefault(),mi(n),requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=r,_i.current.selectionEnd=r),Xs()}),Zs(n,r);return}}}}let t=(e.key===`ArrowUp`||e.key===`ArrowDown`)&&!e.metaKey&&!e.ctrlKey;if(k&&Li.current&&(e.key===`Enter`||e.key===`Escape`||e.key===`Tab`||t)){e.preventDefault(),e.stopPropagation(),Li.current.handleKeyDown(e.key);return}if(P&&Ri.current&&(e.key===`Enter`||e.key===`Escape`||e.key===`Tab`||t)){e.preventDefault(),e.stopPropagation(),Ri.current.handleKeyDown(e.key);return}if(V&&Bi.current&&(e.key===`Enter`||e.key===`Escape`||e.key===`Tab`||t)){e.preventDefault(),e.stopPropagation(),Bi.current.handleKeyDown(e.key);return}if(T&&Pi.current&&(e.key===`Enter`||e.key===`Escape`||e.key===`Tab`||t)){e.preventDefault(),e.stopPropagation(),Pi.current.handleKeyDown(e.key);return}if(Ea&&e.key===`Escape`){e.preventDefault(),Hr(!1);return}let n=$i&&!$i.includes(`shift`)?Ja(`shift+${$i}`):``,r=n&&so(e,n)?-1:+!!so(e,$i);if(r!==0&&!k&&!P&&!V&&!T){e.preventDefault(),e.stopPropagation(),Nn?.shortcut(`cycle`,r),requestAnimationFrame(()=>{_i.current?.focus({preventScroll:!0})});return}let i=k||P||V||T,a=_i.current?.selectionStart===0&&_i.current?.selectionEnd===0,o=_i.current?.selectionStart===Yr.length&&_i.current?.selectionEnd===Yr.length,s=!i&&(Yr.length===0||a),c=!i&&(Yr.length===0||o);if(p===`normal`&&!i&&!e.metaKey&&!e.ctrlKey&&!e.altKey){let t=_i.current,n=t?.selectionStart??-1,r=t?.selectionEnd??-1;if(t&&n>=0){let t=(t,n,r)=>{e.preventDefault(),mi(t),requestAnimationFrame(()=>{let e=_i.current;e&&(e.selectionStart=n,e.selectionEnd=r),Xs()}),Zs(t,r)},i={"`":["`","`"],"*":[`*`,`*`],_:[`_`,`_`],"~":[`~`,`~`],"(":[`(`,`)`],"[":[`[`,`]`],"{":[`{`,`}`],'"':[`"`,`"`],"'":[`'`,`'`]};if(r>n&&i[e.key]){let[a,o]=i[e.key],s=Yr.slice(n,r);t(`${Yr.slice(0,n)}${a}${s}${o}${Yr.slice(r)}`,n+a.length,r+a.length);return}if(e.key==="`"&&n===r){let e=Yr.slice(0,n);if(/(^|\n)``$/.test(e)){let n=`${e}\`\n\n\`\`\`${Yr.slice(r)}`,i=e.length+2;t(n,i,i);return}}}}if(e.key===`ArrowUp`&&!e.metaKey&&!e.ctrlKey&&s&&Io.length>0){if(e.preventDefault(),$e===-1)et(0),oi({text:Io[0],references:[]});else if($e<Io.length-1){let e=$e+1;et(e),oi({text:Io[e],references:[]})}requestAnimationFrame(()=>{_i.current?.setSelectionRange(0,0)});return}if(e.key===`ArrowDown`&&!e.metaKey&&!e.ctrlKey&&c&&$e>=0){if(e.preventDefault(),$e===0)et(-1),si();else{let e=$e-1;et(e),oi({text:Io[e],references:[]})}return}if(e.key===`Enter`&&!e.shiftKey){if(e.preventDefault(),us()||os())return;let t=e.ctrlKey||e.metaKey,n=p===`normal`&&Uo&&In&&(Jo||zo),r=n&&Jd(yo.mode)&&$t(Mn.deliveryTarget?.kind,yo.mode);_o===`queue`?t||!n?Ds():r?fs():Ds({delivery:`steer`}):t||!n?Ds():Ds({delivery:`steer`})}},Vs=Z.useCallback((e,t)=>{let n=e.ownerDocument,r=n.defaultView;if(!r)return null;let i=r.getComputedStyle(e),a=n.createElement(`div`),o=a.style;o.position=`absolute`,o.visibility=`hidden`,o.pointerEvents=`none`,o.whiteSpace=`pre-wrap`,o.wordWrap=`break-word`,o.overflow=`hidden`,o.left=`-9999px`,o.top=`0`,o.width=`${e.clientWidth}px`,o.font=i.font,o.fontSize=i.fontSize,o.fontFamily=i.fontFamily,o.fontWeight=i.fontWeight,o.fontStyle=i.fontStyle,o.fontVariant=i.fontVariant,o.letterSpacing=i.letterSpacing,o.textTransform=i.textTransform,o.textIndent=i.textIndent,o.padding=i.padding,o.border=i.border,o.boxSizing=i.boxSizing,o.lineHeight=i.lineHeight,o.tabSize=i.tabSize,a.textContent=e.value.slice(0,t);let s=n.createElement(`span`);s.textContent=e.value.slice(t,t+1)||` `,a.appendChild(s),n.body.appendChild(a);let c=s.offsetTop,l=s.offsetLeft;return n.body.removeChild(a),{top:c,left:l}},[]),Hs=Z.useCallback(()=>{if(!Ea){ao(null);return}if(!k&&!P&&!V&&!T){ao(null);return}let e=_i.current,t=Si.current;if(!e||!t)return;let n=e.selectionStart??Yr.length,r=Vs(e,n);if(!r)return;let i=e.getBoundingClientRect(),a=t.getBoundingClientRect(),o=i.top-a.top+(r.top-e.scrollTop),s=i.left-a.left+(r.left-e.scrollLeft),c=o-8,l=a.height-o-8,u=l>=260||l>=c?`below`:`above`,d=T?520:k||V?450:360,f=Math.max(8,Math.min(s-24,a.width-d-8)),p=Math.max(120,Math.min(260,u===`below`?l:c));ao({top:u===`below`?o+22:o-6,left:f,place:u,maxHeight:p})},[Ea,Vs,Yr.length,k,T,V,P]);Z.useLayoutEffect(()=>{Hs()},[Hs,Yr,k,P,V,T,Ea]),Z.useEffect(()=>{if(!Ea)return;let e=()=>Hs();return window.addEventListener(`resize`,e),()=>{window.removeEventListener(`resize`,e)}},[Ea,Hs]);let Us=Z.useCallback(()=>{oo.current&&=(clearTimeout(oo.current),null),ca(!0),oo.current=setTimeout(()=>{ca(!1),oo.current=null},1800)},[]),Ws=Z.useCallback(()=>{if(Pn.abortPrompt.clear(),Us(),Mn.kind===`secondary`){Nn?.shortcut(`abort`);return}Kn()},[Kn,Nn,Us,Mn.kind,Pn]),Gs=Z.useCallback((e=1)=>{if(Or)return;let t=Kt(Tr,Mn.selection.value.agent??ur,e);if(!t||!Mn.selection.change)return;let n=qi({providerID:Mn.selection.value.providerID??``,modelID:Mn.selection.value.modelID??``,agent:Mn.selection.value.agent??null},t,Tr,Er);Mn.selection.change({...Mn.selection.value,...n,agent:n.agent??void 0}),Mn.kind===`primary`&&(c.getState().addRecentAgent(t),Mn.sessionID&&fn.getState().saveSessionAgentSelection(Mn.sessionID,t))},[Tr,ur,Er,Or,Mn.kind,Mn.selection,Mn.sessionID]);tt.current=Gs;let Ks=Z.useRef(null),[qs,Js]=Z.useState(null),Ys=Z.useCallback(e=>{Js(t=>t===e?t:e)},[]),Xs=Z.useCallback(e=>{let t=_i.current;if(!t)return;let n=t.scrollTop;if(Oa){t.style.height=`100%`,t.style.maxHeight=`none`,t.style.overflowY=`auto`,oe(null),t.scrollTop!==n&&(t.scrollTop=n);return}if(Ar&&!ue){let e=t.ownerDocument?.defaultView,n=e?e.getComputedStyle(t):null,r=n?parseFloat(n.lineHeight):NaN,i=Number.isNaN(r)?20:r;t.style.height=`${i}px`,t.style.maxHeight=`${i}px`,t.style.overflow=`hidden`,t.style.overflowX=`hidden`,t.style.overflowY=`hidden`,t.scrollTop!==0&&(t.scrollTop=0),t.scrollLeft!==0&&(t.scrollLeft=0),oe(e=>e&&e.height===i&&e.maxHeight===i?e:{height:i,maxHeight:i});return}t.style.overflow=`hidden`,t.style.overflowX=`hidden`,t.style.overflowY=`hidden`,(e?.allowShrink??!0)&&(t.style.height=`auto`);let r=t.ownerDocument?.defaultView,i=r?r.getComputedStyle(t):null,a=i?parseFloat(i.lineHeight):NaN,o=i?parseFloat(i.paddingTop):NaN,s=i?parseFloat(i.paddingBottom):NaN,c=Number.isNaN(o)||Number.isNaN(s)?16:o+s,l=Number.isNaN(a)?22:a,u=Dy({scrollHeight:t.scrollHeight||t.offsetHeight,dictationHeight:Ks.current??0,lineHeight:l,paddingTotal:c});t.style.height=`${u.height}px`,t.style.maxHeight=`${u.maxHeight}px`,t.style.overflowY=u.overflowY,t.scrollTop!==n&&(t.scrollTop=n),oe(e=>e&&e.height===u.height&&e.maxHeight===u.maxHeight?e:{height:u.height,maxHeight:u.maxHeight})},[Oa,Ar,ue]);Z.useLayoutEffect(()=>{let e=Yr.length<xi.current;xi.current=Yr.length,Xs({allowShrink:e})},[Xs,Yr,Ar,ue]),Z.useLayoutEffect(()=>{Ks.current=qs,Xs({allowShrink:qs===null})},[Xs,qs]);let Zs=Z.useCallback((e,t,n=`manual`,r)=>{if(p===`shell`){j(!1),E(!1),I(!1),H(!1);return}if(e.startsWith(`/`)){let n=e.indexOf(` `),r=e.indexOf(`
6534
+ `)?`${t}\n`:`${t}\n\n`}`,sb=(e,t)=>{let n=t.trim();return n?e?`${e}${/[\s\n]$/.test(e)?``:` `}${n} `:`${n} `:e},cb=(e,t,n,r)=>t?h({transportIdentity:e},t):n?m({transportIdentity:e},n):r,lb=[],ub=({onOpenSettings:e,scrollToBottom:r,submissionBlocked:a=!1,surface:o})=>{let{t:l}=it(),[u,f]=Z.useState({open:!1,title:``,content:``}),[p,m]=Z.useState(`normal`),[h,g]=Z.useState(!1),[y,w]=Z.useState(!1),[T,E]=Z.useState(!1),[D,O]=Z.useState(``),[k,j]=Z.useState(!1),[M,N]=Z.useState(``),[P,I]=Z.useState(!1),[R,z]=Z.useState(``),[V,H]=Z.useState(!1),[te,ne]=Z.useState(``),[ae,oe]=Z.useState(null),[se,ce]=Z.useState(null),[ue,de]=Z.useState(!1),[fe,pe]=Z.useState(`idle`),[me,he]=Z.useState(112),[ge,_e]=Z.useState(!1),ve=Z.useRef(null),[ye,be]=Z.useState(`collapsed`),xe=Z.useRef(null),Se=q(()=>_e(!0)),[Ce,we]=Z.useState(!1),Te=Z.useRef(null);Z.useEffect(()=>()=>{Te.current!==null&&window.clearTimeout(Te.current)},[]);let[Ee,Ae]=Z.useState(!1),[je,Ie]=Z.useState(!1),[Re,ze]=Z.useState(!1),[Be,Ve]=Z.useState(null),He=Z.useId(),[Ue,We]=Z.useState(``),[Ge,Ke]=Z.useState(``),[qe,Je]=Z.useState(!1),[Ye,Xe]=Z.useState(!1),Ze=Z.useRef(null),Qe=Z.useRef(0),$e=Z.useCallback(()=>{Qe.current=Date.now()+500,Ze.current=null},[]),et=Z.useRef(0),tt=Z.useRef(!1),[nt,rt]=Z.useState(-1),at=Z.useRef(()=>{}),ot=Z.useRef((...e)=>Promise.resolve().then(()=>J.getState().sendMessage(...e))).current,st=J(e=>e.currentSessionId),ct=Zt(e=>e.currentProviderId),ut=Zt(e=>e.currentModelId),dt=Zt(e=>e.currentAgentName),ft=Zt(e=>e.currentVariant),mt=Zt(e=>e.providers),ht=Zt(e=>e.agents),_t=Zt(e=>e.getVisibleAgents),yt=Z.useMemo(()=>Lp(_t()),[_t,ht]),bt=Zt(e=>e.providerConfigLoadingByDirectory[e.activeDirectoryKey]===!0),xt=Zt(e=>e.agentConfigLoadingByDirectory[e.activeDirectoryKey]===!0),St=Z.useMemo(()=>{let e=mt.find(e=>e.id===ct)?.models?.find(e=>e.id===ut);return Wp(e)},[ut,ct,mt]),Ct=Le(e=>e.currentDirectory),Et=ts()??Ct,{ensureSessionRenderable:Dt}=Fl(),Ot=J(Z.useCallback(e=>st?e.getDirectoryForSession(st):null,[st])),At=vr(st??``,Ot??void 0),jt=Z.useMemo(()=>Xv(At),[At]),Mt=Zt(e=>e.activeDirectoryKey),Pt=Z.useRef(0),Ft=Z.useRef(null),Lt=J(e=>e.newSessionDraft),Bt=!!Lt?.open,Vt=J(e=>e.newSessionDraft.draftSubmitting??!1),Ht=J(e=>e.newSessionDraft.draftEstablishing??!1),Ut=Vt||Ht,Wt=J(e=>e.openNewSessionDraft),qt=J(e=>e.setDraftPermissionAutoAcceptEnabled),Jt=nr(e=>e.autoAccept),Qt=nr(e=>e.saving),tn=nr(e=>e.setSessionAutoAccept),nn=J(e=>e.setNewSessionDraftTarget),rn=J(e=>e.availableWorktreesByProject),an=J(e=>e.abortPromptSessionId),sn=J(e=>e.clearAbortPrompt),cn=wt(e=>e.consumePendingInputText),ln=wt(e=>e.pendingPresetSubmit),un=wt(e=>e.pendingInputText),dn=wt(e=>e.pendingInputMode),pn=wt(e=>e.consumePendingSyntheticParts),hn=wt(e=>e.activeAttachmentDraft),gn=Vl(Z.useCallback(e=>{let t=st??(Bt?`draft`:``);return t?e.drafts[t]??jy:jy},[Bt,st])),_n=wr(st??``),vn=Z.useSyncExternalStore(s,t,t),yn=hn?.transportIdentity??null,xn=hn?.owner.kind??null,Sn=hn?.owner.ownerID??null,Cn=Z.useMemo(()=>cb(vn,st,Lt.draftID,yn&&xn&&Sn?{transportIdentity:yn,owner:{kind:xn,ownerID:Sn}}:null),[Sn,xn,yn,vn,st,Lt.draftID]),wn=Cn?le(Cn):null,On=wt(Z.useCallback(e=>wn?e.draftAttachmentViews[wn]:void 0,[wn])),kn=wt(Z.useCallback(e=>wn?e.drafts[wn]:void 0,[wn])),An=Z.useMemo(()=>{if(!kn||!On)return lb;let e=kn.attachments.flatMap(e=>{let t=On[e.attachmentRefID];return t?[t]:[]});return e.length===0?lb:e},[On,kn]);Z.useEffect(()=>{Cn&&wt.getState().hydrateDraftAttachments(Cn)},[Cn]);let jn=Yp(),Mn=c(e=>e.activeMainTab===`chat`),Nn=ar(st??``,Et??void 0),Pn=Xp({kind:`primary`,surfaceID:`primary`,active:Mn,sessionID:st,directory:Et??null,activity:{phase:Nn?.type===`busy`?`busy`:Nn?.type===`retry`?`retry`:`idle`,canAbort:Nn?.type===`busy`||Nn?.type===`retry`},draftKey:Cn,transportIdentity:vn,runtimeGeneration:i(),selection:{value:{providerID:ct,modelID:ut,agent:dt,variant:ft},catalog:{providers:mt,agents:yt,variants:St,variantsReady:!bt,ready:!bt&&!xt,loading:bt||xt},flush:async()=>{let e=J.getState().currentSessionId;if(!e)return;let n=i(),r=t(),a=Pt.current,o=e,s=J.getState().getDirectoryForSession(o)??null,c=hi(s);if(Zt.getState().activeDirectoryKey!==c&&await Zt.getState().activateDirectory(s),i()!==n||t()!==r||J.getState().currentSessionId!==o||Zt.getState().activeDirectoryKey!==c||Pt.current!==a)return;await Dt(o,{directory:s??void 0});let l=J.getState().getDirectoryForSession(o)??null,u=hi(l);if(i()!==n||t()!==r||J.getState().currentSessionId!==o||l!==s||u!==c||Zt.getState().activeDirectoryKey!==c||Pt.current!==a)return;let d=Zt.getState(),f={providers:d.providers,agents:d.getVisibleAgents()};if(f.providers.length===0||f.agents.length===0)return;let p=Xv(En(o,l??void 0)),m=fn.getState(),h=Kv({sessionId:o,latestUserChoice:p,catalog:f,memory:m,fallbackAgentName:d.currentAgentName});if(!h)return;let g=[o,h.source,h.messageId??``,h.agent??``,h.providerID,h.modelID,h.variant??``,c].join(`|`);Ft.current!==g&&(qv(h,{currentAgentName:d.currentAgentName,setAgent:d.setAgent,setProvider:d.setProvider,setModel:d.setModel,setCurrentVariant:d.setCurrentVariant},{sessionId:o,memory:m}),Ft.current=g)},change:async e=>{Pt.current+=1;let t=Zt.getState();Vv(e,{currentAgentName:t.currentAgentName,setAgent:t.setAgent,setProvider:t.setProvider,setModel:t.setModel,setCurrentVariant:t.setCurrentVariant,saveAgentModelSelection:t.saveAgentModelSelection},{sessionId:J.getState().currentSessionId,memory:fn.getState()});let n=J.getState().currentSessionId;if(n){let r=J.getState().getDirectoryForSession(n)??void 0,i=Xv(En(n,r)),a=fn.getState(),o=Kv({sessionId:n,latestUserChoice:i,catalog:{providers:t.providers,agents:t.getVisibleAgents()},memory:a,fallbackAgentName:e.agent??t.currentAgentName});o&&(Ft.current=[n,o.source,o.messageId??``,o.agent??``,o.providerID,o.modelID,o.variant??``,Zt.getState().activeDirectoryKey].join(`|`))}}},resources:{attachments:An,addAttachment:async e=>{Cn&&await Ur(Cn,()=>wt.getState()).addLocal(e)},removeAttachment:async e=>Cn?Ur(Cn,()=>wt.getState()).removeByAttachmentID(e):!1,clearAttachments:async()=>Cn?Ur(Cn,()=>wt.getState()).clearRootAttachments():!1,restoreAttachments:async e=>Cn?Ur(Cn,()=>wt.getState()).restoreRootAttachments(e):!1,pendingInput:un===null?null:{text:un,mode:dn},consumePendingInput:cn,pendingPreset:ln,consumePendingPreset:()=>wt.getState().consumePendingPresetSubmit(),consumeSyntheticParts:pn,restoreSyntheticParts:e=>wt.setState(t=>({pendingSyntheticParts:[...e,...t.pendingSyntheticParts??[]]})),inlineDrafts:gn,removeInlineDraft:e=>{let t=st??(Bt?`draft`:``);t&&Vl.getState().removeDraft(t,e)},restoreInlineDrafts:e=>{let t=st??(Bt?`draft`:``);!t||e.length===0||Vl.setState(n=>{let r=n.drafts[t]??[],i=new Set(e.map(e=>e.id));return{drafts:{...n.drafts,[t]:[...e,...r.filter(e=>!i.has(e.id))]}}})},history:_n,captureRuntime:()=>wt.getState().captureDraftRuntime(),getDraft:e=>wt.getState().getDraft(e),abortPrompt:{sessionID:an,clear:sn}},backend:{send:e=>{Lv(e,{transportIdentity:t(),runtimeGeneration:i()});let n=Rv(e);return ot(e.text??``,e.providerID,e.modelID,e.agent,e.attachments??[],e.agentMention,e.parts,e.variant,e.inputMode,n)},sendQueued:e=>gt(e.sessionID??``,{delivery:e.options?.delivery===`steer`?`steer`:void 0,queueItemID:e.queueItemID,manual:e.manual,scope:e.queueScope?{state:`bound`,...e.queueScope}:void 0}),create:async()=>Wt(),compact:async e=>Fe.summarizeSession(e.sessionID??``,e.providerID??``,e.modelID??``,e.directory),abort:e=>(e.sessionID&&Gt(e.sessionID),mn(e.sessionID??``))},shortcuts:{cycle:e=>at.current(e),new:()=>Wt(),abort:()=>(st&&Gt(st),mn(st??``)),submit:()=>{}},deliveryTarget:{kind:`primary`}}),Fn=Zp(Pn,o??jn);Qp(Fn),Z.useLayoutEffect(()=>{if(!Fn.active){Iv(Fn.surfaceID);return}return Fv(Fn),()=>Iv(Fn.surfaceID)},[Fn]);let In=Bv(Fn),Rn=Fn.resources??(Fn.kind===`primary`?Pn.resources:void 0);if(!Rn)throw Error(`chat-input-surface-resources-incomplete`);let Bn=[...Rn.attachments],Vn=Fn.sessionID,Hn=$p(Fn,Ut),Un=Fn.kind===`secondary`?Fn.commands.hasNewDraft:Bt,Wn=Un,Gn=Fn.directory??Et,Kn=Fn.draftKey??Cn,qn=Z.useMemo(()=>{if(Fn.kind===`secondary`)return tm(Fn,!1,!1);let e=Vn?Hy(Vn,Ot??void 0):!1;return tm(Fn,e,Un)},[Fn,Vn,Ot,Un]),Yn=(e,t,n,r,i,a,o,s,c,l)=>In?In.send({providerID:t,modelID:n,agent:r,variant:s,text:e,attachments:i,agentMention:a,parts:o,systemContext:o?.filter(e=>e.synthetic).map(e=>({text:e.text,synthetic:!0})),inputMode:c,options:l}):Promise.reject(Error(`chat-input-surface-incomplete`)),Qn=Z.useCallback(()=>In?In.abort():Promise.reject(Error(`chat-input-surface-incomplete`)),[In]),er=ei(e=>e.projects),tr=ei(e=>e.activeProjectId),ir=ei(e=>e.setActiveProjectIdOnly),[sr,cr]=Z.useState(!1),[lr,ur]=Z.useState(!1),dr=Z.useMemo(()=>Vn?Ni({autoAccept:Jt,sessions:[],sessionById:Zn(),sessionID:Vn}):Lt.permissionAutoAcceptEnabled===!0,[Vn,Lt.permissionAutoAcceptEnabled,Jt]),fr=Zt(e=>e.agents),pr=Fn.kind===`secondary`?Fn.selection.value.agent:dt,mr=Fn.kind===`secondary`?Lp(Fn.selection.catalog?.agents):fr,hr=d()||Ov(mr,pr),_r=Z.useCallback(()=>{wi.error(l(`chat.chatInput.toast.togglePermissionAutoAcceptFailed`))},[l]),yr=Fn.selection.value,xr=Fn.selection.change,Sr=Fn.selection.catalog,Cr=Z.useMemo(()=>({selection:{providerID:yr.providerID??``,modelID:yr.modelID??``,agent:yr.agent??null,variant:yr.variant},onChange:async e=>{if(!xr)throw Error(`chat-input-surface-selection-readonly`);await xr({...e,agent:e.agent??void 0,variant:e.variant})},disabled:!Fn.active,catalog:Sr}),[Sr,xr,yr.agent,yr.modelID,yr.providerID,yr.variant,Fn.active]);Z.useEffect(()=>{if(Fn.kind!==`primary`||!st){st||(Ft.current=null);return}if(bt||xt||mt.length===0||yt.length===0)return;let e=hi(Ot);if(Mt!==e)return;let t=fn.getState(),n=Kv({sessionId:st,latestUserChoice:jt,catalog:{providers:mt,agents:yt},memory:t,fallbackAgentName:dt});if(!n)return;let r=[st,n.source,n.messageId??``,n.agent??``,n.providerID,n.modelID,n.variant??``,Mt].join(`|`);if(Ft.current===r)return;if((n.agent===void 0||n.agent===dt)&&n.providerID===ct&&n.modelID===ut&&n.variant===ft){Ft.current=r;return}if(Zt.getState().activeDirectoryKey!==e)return;let i=Zt.getState();qv(n,{currentAgentName:i.currentAgentName,setAgent:i.setAgent,setProvider:i.setProvider,setModel:i.setModel,setCurrentVariant:i.setCurrentVariant},{sessionId:st,memory:t}),Ft.current=r},[Fn.kind,st,jt,mt,yt,bt,xt,Mt,Ot,dt,ct,ut,ft]);let Tr=Zt(e=>e.getVisibleAgents),Er=Fn.kind===`primary`?Tr():My,Or=Zt(e=>Fn.kind===`primary`?e.providers:Ny),kr=Fn.kind===`secondary`?Lp(Fn.selection.catalog?.agents):Er,Ar=Fn.kind===`secondary`?Fn.selection.catalog?.providers??Ny:Or,jr=Fn.kind===`secondary`&&(!Fn.selection.catalog?.ready||!!Fn.selection.catalog.error),Nr=!Fn.active||!Fn.selection.change||jr,Pr=c(e=>e.isMobile),Fr=c(e=>e.setImagePreviewOpen),Lr=Z.useCallback(e=>{e.image&&(f(e),Fr(!0))},[Fr]),zr=Z.useCallback(e=>{f(t=>({...t,open:e})),Fr(e)},[Fr]),Br=gl(e=>e.pending),Vr=c(e=>e.inputBarOffset),Hr=c(e=>e.persistChatDraft),Kr=c(e=>e.inputSpellcheckEnabled),qr=c(e=>e.isExpandedInput),Jr=c(e=>e.setExpandedInput),Yr=c(e=>e.setTimelineDialogOpen),Zr=Ey({draftKey:Kn,sessionTitles:new Map(Array.from(Zn(),([e,t])=>[e,t.title||e])),persistenceEnabled:Hr}),Qr=Zr.document,$r=Qr.text,{replacePlainDocument:ti,replaceProgrammaticText:ii,applyBrowserEdit:oi,insertReference:si,deleteReference:ci,enterHistoryPreview:li,exitHistoryPreview:ui,captureSubmission:fi,recoverSubmission:mi,confirmedFileMentions:gi,mentions:_i}=Zr,yi=Z.useCallback((e,t)=>ii(e,t),[ii]),bi=Z.useCallback(e=>!e.startsWith(`session:`)&&(e.includes(`/`)||e.includes(`\\`)||e.includes(`.`)||gi.some(t=>t.value===e)),[gi]),xi=Z.useRef(null),Si=Z.useRef(!1),Ci=Z.useRef(0),Ei=Z.useRef($r.length),Di=Z.useRef(null),Oi=Z.useRef(0),ki=Z.useRef(!1),ji=Z.useRef(null),Mi=Z.useRef(!1),Pi=Z.useRef(null),Ii=Z.useRef([]),Li=Z.useRef(!1),Ri=Z.useRef(null),Bi=Z.useRef(!1),Vi=Z.useRef(null),Hi=Z.useRef(null),Ui=Z.useRef(null),Wi=Z.useRef($r),Gi=Z.useRef(new Set),Ki=Zr.getDocument,Yi=Z.useCallback((e,t,n=[])=>yi(e,(e,r)=>{let i=[],a=new Set(n);for(let e of t){let t=0,n=`@${e}`;for(;t<r.text.length;){let o=r.text.indexOf(n,t);if(o<0)break;i.push({kind:a.has(e)?`directory`:`file`,value:e,path:e,label:e,range:{start:o,end:o+n.length}}),t=o+n.length}}let o=new Set(e.map(e=>`${e.kind}:${e.value}:${e.range.start}:${e.range.end}`));return[...e,...i.filter(e=>!o.has(`${e.kind}:${e.value}:${e.range.start}:${e.range.end}`))]}),[yi]),Xi=Gm(Wm()),{git:Zi,vscode:$i}=wo(),ea=c(e=>e.shortcutOverrides.cycle_agent),ta=c(e=>e.shortcutOverrides),na=Z.useMemo(()=>Ga(`cycle_agent`,ea?{cycle_agent:ea}:void 0),[ea]),ra=Z.useMemo(()=>Ga(`clear_all_messages`,ta),[ta]),{currentTheme:ia}=Ia(),aa=Ts(),oa=Ls(Gn),sa=xs(e=>Gn?e.directories.get(Gn)?.status??null:null),ca=xs(e=>e.ensureStatus),ua=xs(e=>e.fetchStatus),[fa,pa]=Z.useState(!1),ha=Z.useRef(null),[va,Sa]=Z.useState(!1),Ca=c(e=>e.isAgentSelectorOpen),Ta=c(e=>e.isModelSelectorOpen),[Ea,Da]=Z.useState(!1);Z.useEffect(()=>{!Gn||!Zi||ca(Gn,Zi)},[Gn,Zi,ca]),Z.useEffect(()=>{if(!(!Gn||!Zi))return ri.onGitRefreshHint(e=>{Jy(e.directory)===Jy(Gn)&&ua(Gn,Zi)})},[Gn,Zi,ua]);let Oa=Z.useCallback(async e=>{if(!Vn)return;let t=J.getState().getDirectoryForSession(Vn)||Gn||``;if(!t){wi.error(l(`diffView.reviewDialog.toast.noSessionDirectory`));return}ur(!0);try{await Gr({originalSessionID:Vn,directory:t,providerID:e.providerID,modelID:e.modelID,agent:e.agent||void 0,variant:e.variant||void 0,generateHandoff:e.generateHandoff,returnAfterHandoffRequest:e.generateHandoff,autoReview:e.autoReview}),cr(!1)}catch(e){console.error(`[review-flow] failed to start review flow`,e),wi.error(e instanceof Error?e.message:l(`diffView.reviewDialog.toast.startFailed`))}finally{ur(!1)}},[Vn,Gn,l]),Na=qr&&!Pr,Pa=qr&&Pr,Fa=Na||Pa,La=`1.5rem`,Ra=Pr||Ea;Z.useEffect(()=>{let e=Di.current;if(!e)return;let t=e=>{let t=e>0&&e<Ly;Da(e=>e===t?e:t)};if(t(e.clientWidth),typeof ResizeObserver>`u`){let n=()=>t(e.clientWidth);return window.addEventListener(`resize`,n),()=>window.removeEventListener(`resize`,n)}let n=new ResizeObserver(n=>{t(n[0]?.contentRect.width??e.clientWidth)});return n.observe(e),()=>n.disconnect()},[]);let za=Bn,Ba=Z.useMemo(()=>new Set(kr.map(e=>e.name.toLowerCase())),[kr]),Va=Z.useRef(Ba);Va.current=Ba;let Ha=Fy({inputMode:p,message:$r,showCommandAutocomplete:k,showSkillAutocomplete:P}),Ua=di({directory:Gn,enabled:Ha}),Wa=Z.useMemo(()=>Ua.data??[],[Ua.data]),Ka=$n({directory:Gn,enabled:Ha}),Xa=Z.useMemo(()=>Ka.data??[],[Ka.data]),Za=Z.useMemo(()=>new Map(Xa.map(e=>[e.name.toLowerCase(),e.name])),[Xa]),Qa=Z.useMemo(()=>{let e=new Set([`init`,`review`,`undo`,`redo`,`fork`,`timeline`,`model`,`compact`,`summary`,`workspace-review`,`plan-feature`,`craft-goal`,`goal`,`catch-up`,`debug`,`weigh`,`explore`]);!Pr&&!d()&&e.add(`handoff-review`);for(let t of Wa)e.add(t.name.toLowerCase());for(let t of Xa)e.add(t.name.toLowerCase());return e},[Wa,Xa,Pr]),$a=Z.useMemo(()=>{if(!$r||!$r.includes(`/`)||p===`shell`||Qa.size===0)return[];let e=[],t=RegExp(`(^|\\s)/(${ee})?([A-Za-z0-9][A-Za-z0-9_-]*)`,`g`),n;for(;(n=t.exec($r))!==null;){let t=n[2]??``,r=n[3];if(!Qa.has(r.toLowerCase()))continue;let i=n.index+n[1].length,a=1+t.length+r.length,o=Za.get(r.toLowerCase());e.push(o?{start:i,end:i+a,style:`mentionCommand`,priority:102,skillName:o,visual:ie({trigger:`/`,icon:`book-open`,label:o},$r.slice(i,i+a))}:{start:i,end:i+a,style:`mentionCommand`,visual:ie({trigger:`/`,icon:`command`,label:r},$r.slice(i,i+a))})}return e},[Za,p,Qa,$r]),eo=da(e=>e.snippets),to=Z.useMemo(()=>{let e=new Set;for(let t of eo){e.add(t.name.toLowerCase());for(let n of t.aliases??[])e.add(n.toLowerCase())}return e},[eo]),no=Z.useMemo(()=>{if(!$r||!$r.includes(`#`)||p===`shell`||to.size===0)return[];let e=[],t=/(^|\s)#([A-Za-z0-9][A-Za-z0-9_-]*)/g,n;for(;(n=t.exec($r))!==null;){let t=n[2];if(!to.has(t.toLowerCase()))continue;let r=n.index+n[1].length;e.push({start:r,end:r+1+t.length,style:`mentionSnippet`})}return e},[p,to,$r]),ro=Z.useMemo(()=>{if(!$r||!$r.includes(`@`)||p===`shell`)return[];let e=[],t=/@([^\s]+)/g,n;for(;(n=t.exec($r))!==null;){let t=n[0],r=String(n[1]||``).trim().replace(/[),.;:!?`"'>]+$/g,``),i=n.index,a=i+t.length,o=i>0?$r[i-1]:null;!(!o||/(\s|\(|\)|\[|\]|\{|\}|"|'|`|,|\.|;|:)/.test(o))||r.length===0||r.startsWith(`session:`)||(Ba.has(r.toLowerCase())?e.push({start:i,end:a,kind:`agent`}):bi(r)&&e.push({start:i,end:a,kind:`file`}))}return e},[p,$r,Ba]),io=Z.useMemo(()=>{if(!$r||!$r.includes(`[`)||p===`shell`||za.length===0)return[];let e=za.filter(Pe),t=new Map(e.map(e=>[e.filename.trim().toLowerCase(),e.mimeType.startsWith(`image/`)?`image`:`attachment`]));return Me($r,e.map(e=>e.filename)).flatMap(e=>{let n=G($r.slice(e.start+1,e.end-1)).trim(),r=t.get(n.toLowerCase());return[{...e,style:`mentionFile`,priority:101,visual:ie({trigger:`[`,icon:r===`image`?`file-image`:`attachment-2`,label:n,suffix:`]`},$r.slice(e.start,e.end))}]})},[p,$r,za]),ao=Z.useMemo(()=>{if(!$r||p===`shell`)return null;let e=[...w_($r),...B_($r),...k_(ro),...$a,...no,...io,...Qr.references.map(e=>({start:e.start,end:e.end,priority:103,...A(e)}))];return T_($r,e)},[io,$a,no,ro,Qr.references,p,$r]),oo=Z.useCallback(e=>(e??[]).map(e=>({...e,dataUrl:e.source===`server`&&e.serverPath?Ky(e.serverPath):e.dataUrl})),[]),[co,lo]=Z.useState(null),uo=Z.useRef(null),[fo,po]=Z.useState(!1),[mo,ho]=Z.useState(!1),[go,_o]=Z.useState(null),[vo,yo]=Z.useState(null),bo=C(e=>e.followUpBehavior),xo=Z.useMemo(()=>{let e=In?.queueScope;return e?{state:`bound`,transportIdentity:e.transportIdentity,directory:e.directory,sessionID:e.sessionID,deliveryTarget:e.deliveryTarget,runtimeGeneration:e.runtimeGeneration}:null},[In]),So=eu({transportIdentity:xo?.transportIdentity??``,directory:xo?.directory??``,sessionID:xo?.sessionID??``}),Co=Z.useMemo(()=>Vn?x(Vn):null,[Vn]),To=C(Z.useCallback(e=>xo?b(e,xo):Ay,[xo])),Eo=C(Z.useCallback(e=>Co?b(e,Co):Ay,[Co])),Do=Z.useMemo(()=>Eo.length===0?To:To.length===0?Eo:[...Eo,...To],[To,Eo]),Oo=So.mode===`server`?Ay:Do,ko=C(Z.useCallback(e=>xo?B(e,xo):Ay,[xo])),Ao=C(e=>e.clearQueue),jo=C(e=>e.removeFromQueue),Mo=Rn.inlineDrafts,No=Mo.length>0,[Po,Fo,Io]=Z.useMemo(()=>{let e=0,t=0,n=0;for(let r of Mo)r.source===`preview-console`?e+=1:r.source===`preview-annotation`?t+=1:n+=1;return[e,t,n]},[Mo]),Lo=Z.useCallback(e=>{for(let t of Rn.inlineDrafts)t.source===e&&Rn.removeInlineDraft(t.id)},[Rn]),Ro=Z.useCallback(()=>{for(let e of Rn.inlineDrafts)e.source!==`preview-console`&&e.source!==`preview-annotation`&&Rn.removeInlineDraft(e.id)},[Rn]),zo=Rn.history;Z.useEffect(()=>{Wi.current=$r},[$r]),Z.useLayoutEffect(()=>{m(`normal`),rt(-1)},[Kn?.transportIdentity,Kn?.owner.kind,Kn?.owner.ownerID]),Z.useLayoutEffect(()=>{if(!Un||Pr)return;let e=()=>{let e=xi.current;!e||e.disabled||e.focus({preventScroll:!0})};e();let t=window.requestAnimationFrame(e);return()=>window.cancelAnimationFrame(t)},[Un,Pr]);let Bo=Fh(Fn.kind===`primary`?Vn:null,Fn.kind===`primary`?Gn??void 0:void 0),Vo=Fn.activity?.phase??Bo.phase,Ho=It(Z.useCallback(e=>{if(!Vn)return!1;let t=e.runsByOriginalSessionID[Vn];return t?.status===`running`&&t.runtimeKey===n()},[Vn])),Uo=q(e=>{Pr&&($e(),ce(e),xi.current?.blur(),Zt.getState().refreshCatalogsOnPickerOpen({source:`chatInput:mobilePanel`}))}),Wo=Rn.pendingInput,Go=Rn.consumePendingInput;Z.useEffect(()=>{if(Wo===null)return;let e=Go();if(e){if(e.mode===`append`){if(!e.text.trim())return;let t=ob(Wi.current,e.text);Wi.current=t,yi(t)}else if(e.mode===`append-inline`){let t=sb(Wi.current,e.text);Wi.current=t,yi(t)}else ti(e.text);setTimeout(()=>{xi.current?.focus()},0)}},[Wo,Go,ti,yi]);let Ko=$r.trim().length>0||za.length>0||No,qo=So.mode===`server`?So.items.length>0:Oo.length>0||ko.length>0,Jo=!Jd(So.mode),Yo=Ko||qo,Xo=J(e=>e.stagedMessageEdit?.sessionId===Vn?e.stagedMessageEdit.messageId:null),Zo=Vo===`busy`||Vo===`retry`,Qo=Fn.activity?.canAbort??Zo,$o=Z.useCallback(()=>{let e=xi.current,t=e?.value??Ki().text;t!==Ki().text&&oi(t,e?.selectionStart??t.length,e?.selectionEnd??e?.selectionStart??t.length);let n=Ki();return{message:n.text,document:n,hasContent:n.text.trim().length>0||za.length>0||No}},[oi,Ki,No,za.length]),es=Z.useRef(async()=>{}),ns=Fn.surfaceID,rs=Lt?.draftID??null,is=bn(Z.useMemo(()=>zn(ns),[ns])),as=bn(Z.useMemo(()=>kt(rs),[rs])),os=Z.useMemo(()=>zi(is,as),[is,as]),ss=(e=`send`)=>bn.getState().beginFlight(ns,e),cs=()=>{bn.getState().endFlight(ns)},ls=()=>bn.getState().isInFlight(ns),us=Z.useRef(null);Z.useEffect(()=>{if(Fn.kind!==`primary`||!Xo){us.current=null;return}us.current!==Xo&&(us.current=Xo,Hp(xi)||requestAnimationFrame(()=>Hp(xi)))},[Xo,Fn.kind]);let ds=bn(Z.useMemo(()=>Nt(rs),[rs])),fs=q(async()=>{let e=J.getState().newSessionDraft.draftID;if(!e||!bn.getState().isEstablishing(e))return!1;let t=$o();if(!t.hasContent)return!1;let n=K(t.document,`queue-canonical`);if(!n.ok)return wi.error(l(`chat.chatInput.toast.messageSendFailed`)),!1;if(await Fn.selection.flush(),!bn.getState().isEstablishing(e))return!1;let r=Jv(Zt.getState());if(!r?.providerID||!r?.modelID)return wi.error(l(`chat.chatInput.toast.messageSendFailed`)),!1;let i=oo(za);return bn.getState().enqueueEstablishingFollowUp({draftID:e,content:n.text,sendConfig:{providerID:r.providerID,modelID:r.modelID,...r.agent?{agent:r.agent}:{},...r.variant?{variant:r.variant}:{}},attachments:i,composerDocument:t.document})?(ti(``),rt(-1),Jr(!1),i.length>0&&Rn.clearAttachments(),!0):!1}),ps=()=>{if(Vn)return!1;let e=J.getState().newSessionDraft.draftID;return bn.getState().isEstablishing(e)?(fs(),!0):!1},gs=q(async()=>{if(!Fn.active||ls())return;if(Vn){let e=J.getState().stagedMessageEdit;if(e&&e.sessionId===Vn){J.getState().beginMessageEditCommit(e.sessionId,e.messageId);try{await on(e.sessionId,e.messageId)}catch(e){console.warn(`[chat-input] staged-edit delete failed before queue admission`,e);return}finally{J.getState().endMessageEditCommit(e.sessionId,e.messageId)}J.getState().stagedMessageEdit===e&&J.getState().clearStagedMessageEdit(e.sessionId)}}let e=$o(),n=K(e.document);if(!n.ok){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}let r={chunks:n.chunks??[],semantics:n.semantics??[]},o=n.text,s=o.trimStart(),c=r.chunks.every(e=>e.provenance===`authored`)&&p===`normal`&&s.startsWith(`/`)?hv(s.slice(1).trim()).split(/\s+/)[0]?.toLowerCase():void 0;if(c&&!_s(c,e=>qp(Fn,{name:e.name,source:`openchamber`}))||a||!e.hasContent||!Vn)return;if(Jo||!$t(Fn.deliveryTarget?.kind,So.mode)){es.current(Zo?{delivery:`steer`}:void 0);return}if(r.chunks.every(e=>e.provenance===`authored`)&&dv(o,p)){es.current();return}if(!ss(`queue`))return;let u=Fn.transportIdentity,d=Fn.runtimeGeneration,f=Rn.captureRuntime(),m=xo,h=Fn.kind===`primary`?xo?.sessionID??Vn:null,g=[...Rn.inlineDrafts].sort((e,t)=>e.createdAt-t.createdAt),_=g.length>0?v(Wl(e.document.text,g),e.document.references).document:e.document,y=K(_,`queue-canonical`);if(!y.ok){cs(),wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}let b=oo(za),w=fi(),T=b,E=Jn(),D=!1,O=null,k=()=>{D&&m&&(So.actions.unstageAdmission({requestID:E.requestID,scope:{directory:m.directory,sessionID:m.sessionID}}),D=!1),O&&m&&(C.getState().unstageAdmission(m,O),O=null)},A=async e=>{k(),w&&mi(w),T.length>0&&await Rn.restoreAttachments(T),e&&Rn.restoreSyntheticParts(e),g.length>0&&Rn.restoreInlineDrafts(g)};try{if(!m){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}if(So.mode===`server`){if(!Kn){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}Yt({stage:()=>{So.actions.stageAdmission({requestID:E.requestID,scope:{directory:m.directory,sessionID:m.sessionID},item:{queueItemID:E.queueItemID,operationID:E.operationID,messageID:E.messageID,content:y.text,createdAt:E.createdAt,attachmentCount:b.length,composerDocument:_,composerMentions:_i}}),D=!0},clearComposer:()=>{ti(``),rt(-1),Jr(!1)}})}else Yt({stage:()=>{C.getState().bindLegacyQueue(x(m.sessionID),m),C.getState().stageAdmission(m,{requestID:E.requestID,queueItemID:E.queueItemID,operationID:E.operationID,messageID:E.messageID,content:y.text,createdAt:E.createdAt,attachmentCount:b.length,composerDocument:_,composerMentions:_i}),O=E.requestID},clearComposer:()=>{ti(``),rt(-1),Jr(!1)}});if(await Fn.selection.flush(),!lt({transportIdentity:u,generation:d},{transportIdentity:t(),generation:i()})){await A();return}if(!lt(f,Rn.captureRuntime())){await A();return}if(h&&J.getState().currentSessionId!==h){await A();return}if(m.transportIdentity!==t()||m.runtimeGeneration!==i()||m.sessionID!==(h??m.sessionID)||h&&S(J.getState().getDirectoryForSession(h))!==S(m.directory)){await A();return}let n=m,r=Fn.kind===`primary`?(()=>{let e=Zt.getState(),t=h?J.getState().getDirectoryForSession(h)??null:null;return Jv(e,{expectedConfigKey:hi(t),activeDirectoryKey:e.activeDirectoryKey})})():Fn.selection.value.providerID&&Fn.selection.value.modelID?{...Fn.selection.value,providerID:Fn.selection.value.providerID,modelID:Fn.selection.value.modelID}:void 0;if(!Tn(r)){await A();return}if(So.mode===`server`){if(!Kn){await A(),wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}let t=Xn({draftKey:Kn,runtime:f,document:e.document,attachments:za,inlineDrafts:g}),i=n.deliveryTarget.kind===`assistant`?Rn.consumeSyntheticParts()?.map(e=>({...e,partID:e.partID??L()}))??null:null,a,o=[],s=n.deliveryTarget.kind===`assistant`?(()=>{let e=vi({plan:{chunks:y.chunks??[],semantics:y.semantics??[]},agents:kr,installedSkillNames:new Set(Xt(re,Gn).map(e=>e.name)),directory:Gn,root:aa||Gn,confirmedFilePaths:gi.map(e=>e.path),confirmedDirectoryPaths:gi.filter(e=>e.kind===`directory`).map(e=>e.path),citationAttachments:za});return o=e.attachments,br({text:g.length>0?Wl(e.text,g):e.text,attachments:[...b,...e.attachments],semanticParts:Xr(e.semantics,n.directory),syntheticParts:i})})():void 0;try{let e=[...pi(b),...pi(o),...(i??[]).flatMap(e=>pi(e.attachments??[],e.partID))],t=s?new Set(s.flatMap(e=>e.type===`file`?[e.attachmentID]:[])):null;a=e.filter((n,r)=>e.findIndex(e=>e.attachmentID===n.attachmentID)===r&&(!t||t.has(n.attachmentID)))}catch(e){await A(i),wi.error(l(e instanceof RangeError?`chat.chatInput.toast.attachmentsTooLarge`:`chat.chatInput.toast.messageSendFailed`));return}let c=s&&i?Ti(s,i.map(e=>({...e,partID:e.partID}))):void 0;try{let e=!1,o=await zt({capture:t,admit:async()=>{let t=await So.actions.admit({requestID:E.requestID,scope:{directory:n.directory,sessionID:n.sessionID},item:{queueItemID:E.queueItemID,operationID:E.operationID,messageID:E.messageID,content:y.text,composerDocument:_,composerMentions:_i,sendConfig:r,deliveryTarget:n.deliveryTarget,...s?{deliveryParts:s}:{},...c?{syntheticParts:c}:{},attachmentIssues:[],createdAt:E.createdAt},attachments:a});return t.status===`committed`&&(e=!0,D=!1),t},captureRuntime:Rn.captureRuntime,getCurrentDraftKey:()=>Kn,getDocument:Ki,consumeBody:()=>ti(``),getAttachments:()=>Rn.attachments,removeAttachment:Rn.removeAttachment,getInlineDrafts:()=>Rn.inlineDrafts,removeInlineDraft:Rn.removeInlineDraft});if(!e){await A(i),o.status===`stale`&&wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}if(o.status===`partial`){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}o.status===`committed`&&!Pr&&xi.current?.focus()}catch(e){await A(i),wi.error(l(e instanceof RangeError?`chat.chatInput.toast.attachmentsTooLarge`:`chat.chatInput.toast.messageSendFailed`))}return}if(!C.getState().confirmAdmission(n,{requestID:E.requestID,sendConfig:r,attachments:b.length>0?b:void 0}).ok){await A(),wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}O=null;for(let e of g)Rn.removeInlineDraft(e.id);b.length>0&&Rn.clearAttachments(),Pr||xi.current?.focus()}catch(e){await A(),wi.error(l(e instanceof RangeError?`chat.chatInput.toast.attachmentsTooLarge`:`chat.chatInput.toast.messageSendFailed`))}finally{cs()}}),vs=q(()=>{wv(()=>gs(),()=>{wi.error(l(`chat.chatInput.toast.messageSendFailed`))})}),bs=q(async(e,t,n,r)=>{if(Jo||!Fn.draftKey)return!1;try{let i=await Rr({content:e,composerDocument:n,composerMentions:r,attachments:t}),a=wt.getState(),o=a.getDraft(Fn.draftKey);return Xd(await pt({key:Fn.draftKey,expectedRevision:o?.revision??`absent`,payload:i,runtime:a.captureDraftRuntime()}))?!0:(wi.error(l(`chat.chatInput.toast.messageSendFailed`)),!1)}catch{return wi.error(l(`chat.chatInput.toast.messageSendFailed`)),!1}}),Ss=q(e=>{if(!(a||Jo)){if(In){In.sendQueued(e,{options:{delivery:`steer`},manual:!0});return}wi.error(l(`chat.chatInput.toast.messageSendFailed`))}}),Ds=q(()=>{$e(),ce(`agent`),xi.current?.blur(),Zt.getState().refreshCatalogsOnPickerOpen({source:`chatInput:mobileAgentPanel`})}),Os=Z.useCallback(()=>{po(!0)},[]),As=Z.useCallback(()=>{ho(!0)},[]),Ns=async e=>{if(!Fn.active||a||ps()||ls())return;let n=e?.queuedOnly??!1,o=e?.queuedMessageId,s=e?.delivery===`steer`&&Zo?`steer`:void 0,u=e?.presetText==null?$o():{message:e.presetText,document:{text:e.presetText,references:[]},hasContent:e.presetText.trim().length>0||za.length>0||No},f=e?.presetText==null?fi():null,m=Bn,h=K(u.document,`direct-send-display`);if(!h.ok){wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}let g=h.text,v={chunks:h.chunks??[],semantics:h.semantics??[]},y=v.chunks.every(e=>e.provenance===`authored`),x=g.trimStart(),S=y?lv(x,p):null,w=y&&dv(g,p),T=y&&p===`normal`&&/^\/model(?:\s|$)/i.test(x),E=y&&p===`normal`&&x.startsWith(`/`)?hv(x.slice(1).trim()).split(/\s+/)[0]?.toLowerCase():void 0;if(E&&!_s(E,e=>qp(Fn,{name:e.name,source:`openchamber`}))||n&&Jo)return;if(!n&&T){j(!1),N(``),Pr?Uo(`model`):(c.getState().setModelSelectorOpen(!0),Zt.getState().refreshCatalogsOnPickerOpen({source:`chatInput:modelCommand`}));return}if(!(!n&&S&&S!==`model`)){if(!n&&Vn&&qo&&Jo)return;if(!n&&Vn&&qo&&So.mode===`server`){u.hasContent&&vs();return}if(!n&&Vn&&qo){u.hasContent&&vs();let e=Oo[0];e&&In&&await In.sendQueued(e.queueItemID,{options:Zo?{delivery:`steer`}:void 0});return}}let D=w?[]:o?Oo.filter(e=>e.id===o):Oo;if(n&&Ho)return;if(n){if(D.length===0||!Vn)return}else if(!u.hasContent&&!qo||!Vn&&!Un)return;if(!Vn&&Hn||!ss())return;let O=!Vn&&Un&&!n&&!w?J.getState().newSessionDraft.draftID??null:null,k=O?W(`msg`):void 0;if(O&&k&&!bn.getState().beginEstablishing({draftID:O,primaryMessageID:k})){cs();return}let A=()=>{rr(),O&&bn.getState().clearEstablishing(O)},M=e=>{let n=J.getState().currentSessionId,r=(n?J.getState().getDirectoryForSession(n):null)??Gn??``;if(!n||!r){bn.getState().clearEstablishing(e);return}Cv({draftID:e,sessionID:n,directory:r,transportIdentity:t(),runtimeGeneration:i(),admitServer:So.mode===`server`?async e=>So.actions.admit({requestID:e.requestID,scope:{directory:r,sessionID:n},item:{queueItemID:e.queueItemID,operationID:e.operationID,messageID:e.messageID,content:e.content,createdAt:e.createdAt,sendConfig:e.sendConfig,attachmentIssues:[],...e.composerDocument?{composerDocument:e.composerDocument}:{},...e.composerMentions?{composerMentions:e.composerMentions}:{}},attachments:e.attachments.length>0?pi(e.attachments):void 0}):void 0})};if(Vn&&!n&&!w&&Ho){cs(),vs();return}let P=!n&&!w;P&&(ti(``),rt(-1),Jr(!1));let F=!1,I,L,R=!1;try{if(yv({surfaceKind:Fn.kind,currentSessionId:Vn,queuedOnly:n,resourcePolicy:w,inputMode:p,localCommand:S})&&Vn){let e=J.getState().getDirectoryForSession(Vn)??Gn??null,t=J.getState().stagedMessageEdit;t&&t.sessionId===Vn&&(L={sessionId:t.sessionId,messageId:t.messageId},J.getState().beginMessageEditCommit(t.sessionId,t.messageId));let n=Zt.getState(),r=Jv(n,{expectedConfigKey:hi(e),activeDirectoryKey:n.activeDirectoryKey});if(r?.providerID&&r?.modelID){let t=oo(za);I=Rt({sessionId:Vn,directory:e,content:u.message,providerID:r.providerID,modelID:r.modelID,agent:r.agent,files:t.map(e=>({type:`file`,mime:e.mimeType,url:e.dataUrl,filename:e.filename}))})}}let e=Fn.kind===`primary`?(()=>{if(n){let e=D[0]?.owner;if(e?.state===`bound`||e?.state===`unbound-legacy`)return e.sessionID;if(xo?.sessionID)return xo.sessionID}return Vn})():null,t=n?D[0]?.sendConfig:void 0;if(n&&t||await Fn.selection.flush(),e!==null&&J.getState().currentSessionId!==e)return;let i=async()=>{let n=t?{...t}:Fn.kind===`primary`?(()=>{let t=Zt.getState();if(!e)return Yv({captured:Jv(t),surfaceSelection:Fn.selection.value});let n=J.getState().getDirectoryForSession(e)??Gn??null;return Yv({captured:Jv(t,{expectedConfigKey:hi(n),activeDirectoryKey:t.activeDirectoryKey}),surfaceSelection:Fn.selection.value})})():Fn.selection.value.providerID&&Fn.selection.value.modelID?{...Fn.selection.value,providerID:Fn.selection.value.providerID,modelID:Fn.selection.value.modelID}:void 0;if(Fn.kind===`primary`&&e&&(!n?.providerID||!n?.modelID)){let t=J.getState().getDirectoryForSession(e)??Gn??null,r=hi(t);if(Zt.getState().activeDirectoryKey!==r&&await Zt.getState().activateDirectory(t),J.getState().currentSessionId===e){let e=Zt.getState();n=Yv({captured:Jv(e,{expectedConfigKey:hi(t),activeDirectoryKey:e.activeDirectoryKey}),surfaceSelection:Fn.selection.value})}}return n},a=await i(),c=!1,h=a?.providerID,g=a?.modelID,y=a?.agent,x=a?.variant;if(!h||!g){if(!c){c=!0;try{await Zt.getState().loadProviders({forceRefresh:!0,source:`chat-input-send-recovery`}),a=await i(),h=a?.providerID,g=a?.modelID,y=a?.agent,x=a?.variant}catch{}}if(!h||!g){console.warn(`Cannot send message: provider or model not selected`),wi.error(l(`chat.chatInput.toast.messageSendFailed`));return}}Vn&&!n&&!w&&await Ji(Vn)&&await mn(Vn);let T={...s?{delivery:s}:{},commitStagedMessageEdit:!n,...I?{messageID:I.messageID,ticket:I}:k?{messageID:k}:{},...e?{sessionId:e,directoryHint:J.getState().getDirectoryForSession(e)??Gn??null}:Fn.kind===`primary`&&Vn?{sessionId:Vn,directoryHint:J.getState().getDirectoryForSession(Vn)??Gn??null}:{}},E=``,j=[],N,P=[],z=new Set(Xt(re,Gn).map(e=>e.name)),B=[],V=w?void 0:Rn.consumeSyntheticParts();for(let e=0;e<D.length;e++){let t=D[e],n=t.composerDocument&&K(t.composerDocument,`direct-send-display`),r=n&&n.ok?{chunks:n.chunks??[],semantics:n.semantics??[]}:null,i=t.owner?.state===`bound`?t.owner.directory:Gn,a=new Set(Xt(re,i).map(e=>e.name)),o=vi({plan:r??Ir(t.content),agents:kr,installedSkillNames:a,directory:i,root:i,confirmedFilePaths:t.composerMentions?.filter(e=>e.kind===`file`||e.kind===`directory`).map(e=>e.path||e.value),confirmedDirectoryPaths:t.composerMentions?.filter(e=>e.kind===`directory`).map(e=>e.path||e.value),citationAttachments:t.attachments});if(B.push(...o.semantics),!N&&o.agent&&(N=o.agent),e===0)E=o.text,j=Ai([...oo(t.attachments),...o.attachments]);else{let e=oo(t.attachments);P.push({text:o.text,attachments:Ai([...e,...o.attachments])})}}if(!n&&u.hasContent){let e=oo(za),t=vi({plan:v,agents:kr,installedSkillNames:z,directory:Gn,root:aa||Gn,confirmedFilePaths:gi.map(e=>e.path),confirmedDirectoryPaths:gi.filter(e=>e.kind===`directory`).map(e=>e.path),citationAttachments:za});B.push(...t.semantics),!N&&t.agent&&(N=t.agent),D.length===0?(E=t.text,j=Ai([...e,...t.attachments])):P.push({text:t.text,attachments:Ai([...e,...t.attachments])})}let H=Vn??(Un?`draft`:null),U=[];if(!n&&H&&!w&&(U=[...Rn.inlineDrafts].sort((e,t)=>e.createdAt-t.createdAt)),U.length>0)if(D.length===0)E=Wl(E,U);else if(P.length>0){let e=P[P.length-1];e.text=Wl(e.text,U)}else E=Wl(E,U);if(V&&V.length>0&&P.push(...ai(V)),go&&P.push({text:go.contextText,synthetic:!0}),vo&&(P.push({text:vo.instructionsText,synthetic:!0}),P.push({text:vo.contextText,synthetic:!0})),P.push(...Xr(B,Vn&&J.getState().getDirectoryForSession(Vn)||Gn)),!E&&j.length===0&&P.length===0)return;if(O&&k){if(!await Mr({messageID:k,providerID:h,modelID:g,agent:y,text:E,attachments:j,additionalParts:P,agentMentionName:N}))return;if(!bn.getState().isEstablishing(O)){A();return}}let W=async()=>{if(A(),xo&&D.length>0&&C.setState(e=>{let t=_(xo),n=e.queuedMessages[t]??[],r=new Set(D.map(e=>e.id));return{queuedMessages:{...e.queuedMessages,[t]:[...D,...n.filter(e=>!r.has(e.id))]}}}),n)return V&&Rn.restoreSyntheticParts(V),!0;Rn.pendingInput?.text===u.message&&Rn.consumePendingInput(),f&&mi(f);let e=!0;return m.length>0&&(e=await Rn.restoreAttachments(m)),V&&Rn.restoreSyntheticParts(V),U.length>0&&Rn.restoreInlineDrafts(U),e};if(!w&&Vn&&o){let e=xo?b(C.getState(),xo).find(e=>e.id===o||e.queueItemID===o):void 0;xo&&e?.queueItemID&&e.operationID&&jo(xo,e.queueItemID,e.operationID)}else!w&&Vn&&qo&&xo&&Ao(xo);!n&&!w&&(ti(``),rt(-1),Jr(!1),vv({queuedOnly:n,resourcePolicy:w,rootAttachmentCount:m.length})&&Rn.clearAttachments());let ee=()=>gv({currentSessionId:Vn,messageRef:Wi,replacePlainDocument:ti}),G=E.trimStart();if(p===`normal`&&G.startsWith(`/`)){let e=hv(G.slice(1).trim()).split(/\s+/)[0]?.toLowerCase();if(!_s(e,e=>qp(Fn,{name:e.name,source:`openchamber`})))return;if(Vn&&(e===`undo`||e===`redo`)&&fv(G,p)&&ee(),e===`undo`&&Vn){try{await J.getState().handleSlashUndo(Vn),r?.()}catch(e){wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.messageSendFailed`))}return}if(e===`new`){await In?.shortcut(`new`);return}if(e===`redo`&&Vn){try{await J.getState().handleSlashRedo(Vn),r?.()}catch(e){wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.messageSendFailed`))}return}if(e===`fork`&&Vn){await _v({command:`fork`,consumeCommandText:ee,forkSession:()=>J.getState().forkCurrentSession(Vn),waitForConnection:Dn,getDirectoryForSession:()=>J.getState().getDirectoryForSession(Vn),summarizeSession:async()=>void 0,onCompactError:()=>void 0,onForkError:e=>{wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.messageSendFailed`))}});return}if(e===`timeline`&&Vn&&Xi.timeline){Yr(!0);return}if(e===`compact`&&Vn){_v({command:`compact`,consumeCommandText:ee,forkSession:async()=>void 0,waitForConnection:Dn,getDirectoryForSession:()=>Fn.directory??``,summarizeSession:e=>Kn?Fn.backend.compact({operation:`compact`,surfaceID:Fn.surfaceID,transportIdentity:Fn.transportIdentity,runtimeGeneration:Fn.runtimeGeneration,sessionID:Vn,directory:e,draftKey:Kn,deliveryTarget:Fn.deliveryTarget,providerID:h,modelID:g,agent:y,variant:x}):Promise.reject(Error(`chat-input-surface-incomplete`)),onCompactError:()=>{wi.error(l(`chat.chatInput.toast.compactFailed`))},onForkError:()=>void 0});return}if(e===`summary`&&Vn){try{await Dn();let e=G.replace(/^\/\u2003?summary\b/i,``).trim(),t=e?` focused on: ${e}`:``,n=e?`The user asked you to focus this summary on: ${e}. Prioritize that topic; mention unrelated threads only in passing.`:``,i=await vt(`session.summary.visible`,{topic_line:t}),a=await vt(`session.summary.instructions`,{topic_block:n});await Yn(i,h,g,y,[],N,[{text:a,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.summaryFailed`))}return}if(e===`workspace-review`&&(Vn||Un)){try{await Dn();let e=await vt(`session.review.visible`),t=await vt(`session.review.instructions`);await Yn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.reviewFailed`))}return}if(e===`handoff-review`&&Vn&&!Pr&&!d()){cr(!0);return}if(e===`plan-feature`&&(Vn||Un)){try{await Dn();let e=await vt(`session.plan.visible`),t=await vt(`session.plan.instructions`);await Yn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.planFeatureFailed`))}return}if(e===`goal`&&(Vn||Un)){A(),Tt.getState().setArmed(!0);let e=uv(G,p)??``;ti(e),Wi.current=e,rt(-1),e||Jr(!1);return}if(e===`craft-goal`&&(Vn||Un)){try{await Dn();let e=G.replace(/^\/\u2003?craft-goal\b/i,``).trim(),t=await vt(`session.craftGoal.visible`,{idea_block:e?`\n\nHere is my initial idea:\n${e}`:``}),n=await vt(`session.craftGoal.instructions`);await Yn(t,h,g,y,[],N,[{text:n,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.craftGoalFailed`))}return}if(e===`catch-up`&&(Vn||Un)){try{await Dn();let e=await vt(`session.catchup.visible`),t=await vt(`session.catchup.instructions`);await Yn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.catchUpFailed`))}return}if(e===`debug`&&(Vn||Un)){try{await Dn();let e=await vt(`session.debug.visible`),t=await vt(`session.debug.instructions`);await Yn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.debugFailed`))}return}if(e===`weigh`&&(Vn||Un)){try{await Dn();let e=await vt(`session.weigh.visible`),t=await vt(`session.weigh.instructions`);await Yn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.weighFailed`))}return}if(e===`explore`&&(Vn||Un)){try{await Dn();let e=await vt(`session.explore.visible`),t=await vt(`session.explore.instructions`);await Yn(e,h,g,y,[],N,[{text:t,synthetic:!0}],x,p,T),r?.()}catch(e){await W(),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.exploreFailed`))}return}}let te=Vn&&J.getState().getDirectoryForSession(Vn)||Gn;if(Wn||Vn&&!Hy(Vn,te)){let e=await Ln().catch(()=>null);e&&P.push({text:Fi(e),synthetic:!0})}try{let e=da.getState().expandText;E=await e(E);for(let t of P)t.synthetic||(t.text=await e(t.text))}catch(e){console.warn(`[ChatInput] Failed to expand snippets, sending original text:`,e)}R=!0;let ne=Yn(E,h,g,y,j,N,P.length>0?P:void 0,x,p,T);F=!0,ne.finally(()=>{cs(),L&&J.getState().endMessageEditCommit(L.sessionId,L.messageId)}),O&&ne.then(()=>{M(O)}).catch(()=>{bn.getState().clearEstablishing(O)}),typeof window>`u`?r?.():window.requestAnimationFrame(()=>{r?.()}),ne.then(()=>{go&&_o(null),vo&&yo(null)}).catch(e=>{I&&en(I),W().then(e=>{e||wi.error(l(`chat.chatInput.toast.messageSendFailed`))});let t=e instanceof Error?e.message:typeof e==`string`?e:String(e??``),n=t.toLowerCase();console.error(`Message send failed:`,t||e);let r=n.includes(`timeout`)||n.includes(`timed out`)||n.includes(`may still be processing`)||n.includes(`being processed`)||n.includes(`failed to fetch`)||n.includes(`networkerror`)||n.includes(`network error`)||n.includes(`gateway timeout`)||n===`failed to send message`;if(n.includes(`payload too large`)||n.includes(`413`)||n.includes(`entity too large`)){wi.error(l(`chat.chatInput.toast.attachmentsTooLarge`));return}if(r){m.length>0&&wi.error(l(`chat.chatInput.toast.sendAttachmentsFailed`));return}wi.error(t||l(`chat.chatInput.toast.messageSendFailed`))}),Pr||xi.current?.focus()}finally{R||(I&&en(I),L&&J.getState().endMessageEditCommit(L.sessionId,L.messageId)),F||(P&&f&&mi(f),cs(),O&&M(O))}};es.current=Ns;let Fs=Z.useCallback(()=>{if(ps()||ls())return;let e=$o(),t=p===`normal`&&e.hasContent&&Vn&&(Zo||Ho),n=t&&Jd(So.mode)&&$t(Fn.deliveryTarget?.kind,So.mode);bo===`queue`&&n?vs():bo===`steer`&&t||bo===`queue`&&t&&!n?es.current(t?{delivery:`steer`}:void 0):es.current()},[p,$o,Vn,Zo,Ho,bo,vs,So.mode,Fn.deliveryTarget?.kind,fs]),Is=Z.useCallback(e=>{if(ls())return;let t=(xi.current?.value??Wi.current).trim(),n=t?`${e}\n${t}`:e;es.current({presetText:n})},[]),Rs=Z.useCallback(e=>{let t=sb(Ki().text,e);yi(t),xi.current&&(xi.current.value=t),setTimeout(()=>{xi.current?.focus()},0)},[yi]),zs=Z.useCallback(e=>{if(ls())return;let t=sb(xi.current?.value??Wi.current,e);es.current({presetText:t})},[]),Bs=Rn.pendingPreset,Vs=Rn.consumePendingPreset;Z.useEffect(()=>{if(Bs==null)return;let e=Vs();e&&Is(e)},[Bs,Vs,Is]);let Hs=Z.useCallback(()=>{ti(``),rt(-1),Bn.length>0&&Rn.clearAttachments(),xo&&Ao(xo),j(!1),I(!1),H(!1),E(!1),p===`shell`&&m(`normal`)},[Bn.length,Rn,Ao,xo,ti,p]),Us=e=>{if(!Fn.active||Ih(e))return;if(ra&&so(e,ra)&&!Br){let t=xi.current;if(!(t&&t.selectionStart!==t.selectionEnd)){e.preventDefault(),Hs();return}}if(p===`shell`&&e.key===`Escape`){e.preventDefault(),m(`normal`);return}if(p===`shell`&&e.key===`Backspace`&&$r.length===0){e.preventDefault(),m(`normal`);return}if((e.key===`Backspace`||e.key===`Delete`)&&!e.metaKey&&!e.ctrlKey){let t=xi.current,n=t?.selectionStart??$r.length,r=t?.selectionEnd??$r.length,i=ci({key:e.key,selectionStart:n,selectionEnd:r,altKey:e.altKey});if(i){let t=Vy(Zr.getDocument().text,i.start);e.preventDefault(),yi(t.text),requestAnimationFrame(()=>{xi.current?.setSelectionRange(t.caret,t.caret),$s()}),ec(t.text,t.caret);return}let a=Ne($r,Bn.filter(Pe).map(e=>e.filename),{key:e.key,selectionStart:n,selectionEnd:r,altKey:e.altKey});if(a){let t=new Set(a.removedFilenames.map(e=>e.toLowerCase())),n=Vy(a.text,a.caret);e.preventDefault(),yi(n.text);for(let e of Bn)t.has(e.filename.toLowerCase())&&Rn.removeAttachment(e.id);requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=n.caret,xi.current.selectionEnd=n.caret),$s()}),ec(n.text,n.caret);return}let o=O_($r,Za.keys(),{key:e.key,selectionStart:n,selectionEnd:r,altKey:e.altKey});if(o){let t=Vy(o.text,o.caret);e.preventDefault(),yi(t.text),requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=t.caret,xi.current.selectionEnd=t.caret),$s()}),ec(t.text,t.caret);return}if(n===r&&!e.altKey){let t=e.key===`Backspace`?n-1:n;if(t>=0&&t<$r.length){let n=Me($r,Bn.map(e=>e.filename)).find(e=>t>=e.start&&t<e.end);if(n){let t=G($r.slice(n.start+1,n.end-1)).trim(),r=Bn.find(e=>e.filename.toLowerCase()===t.toLowerCase()),i=$r[n.end]===` `?n.end+1:n.end,a=`${$r.slice(0,n.start)}${$r.slice(i)}`;e.preventDefault(),yi(a),r&&Rn.removeAttachment(r.id),requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=n.start,xi.current.selectionEnd=n.start),$s()}),ec(a,n.start);return}let r=t;for(;r>0&&!/\s/.test($r[r-1]);)--r;let i=t+1;for(;i<$r.length&&!/\s/.test($r[i]);)i+=1;let a=$r.slice(r,i),o=a.slice(1);if(Py.test(a)&&!Va.current.has(o.toLowerCase())&&bi(o)){let t=$r[i]===` `?i+1:i,n=`${$r.slice(0,r)}${$r.slice(t)}`;e.preventDefault(),yi(n),requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=r,xi.current.selectionEnd=r),$s()}),ec(n,r);return}}}}let t=(e.key===`ArrowUp`||e.key===`ArrowDown`)&&!e.metaKey&&!e.ctrlKey;if(k&&Vi.current&&(e.key===`Enter`||e.key===`Escape`||e.key===`Tab`||t)){e.preventDefault(),e.stopPropagation(),Vi.current.handleKeyDown(e.key);return}if(P&&Hi.current&&(e.key===`Enter`||e.key===`Escape`||e.key===`Tab`||t)){e.preventDefault(),e.stopPropagation(),Hi.current.handleKeyDown(e.key);return}if(V&&Ui.current&&(e.key===`Enter`||e.key===`Escape`||e.key===`Tab`||t)){e.preventDefault(),e.stopPropagation(),Ui.current.handleKeyDown(e.key);return}if(T&&Ri.current&&(e.key===`Enter`||e.key===`Escape`||e.key===`Tab`||t)){e.preventDefault(),e.stopPropagation(),Ri.current.handleKeyDown(e.key);return}if(Na&&e.key===`Escape`){e.preventDefault(),Jr(!1);return}let n=na&&!na.includes(`shift`)?Ja(`shift+${na}`):``,r=n&&so(e,n)?-1:+!!so(e,na);if(r!==0&&!k&&!P&&!V&&!T){e.preventDefault(),e.stopPropagation(),In?.shortcut(`cycle`,r),requestAnimationFrame(()=>{xi.current?.focus({preventScroll:!0})});return}let i=k||P||V||T,a=xi.current?.selectionStart===0&&xi.current?.selectionEnd===0,o=xi.current?.selectionStart===$r.length&&xi.current?.selectionEnd===$r.length,s=!i&&($r.length===0||a),c=!i&&($r.length===0||o);if(p===`normal`&&!i&&!e.metaKey&&!e.ctrlKey&&!e.altKey){let t=xi.current,n=t?.selectionStart??-1,r=t?.selectionEnd??-1;if(t&&n>=0){let t=(t,n,r)=>{e.preventDefault(),yi(t),requestAnimationFrame(()=>{let e=xi.current;e&&(e.selectionStart=n,e.selectionEnd=r),$s()}),ec(t,r)},i={"`":["`","`"],"*":[`*`,`*`],_:[`_`,`_`],"~":[`~`,`~`],"(":[`(`,`)`],"[":[`[`,`]`],"{":[`{`,`}`],'"':[`"`,`"`],"'":[`'`,`'`]};if(r>n&&i[e.key]){let[a,o]=i[e.key],s=$r.slice(n,r);t(`${$r.slice(0,n)}${a}${s}${o}${$r.slice(r)}`,n+a.length,r+a.length);return}if(e.key==="`"&&n===r){let e=$r.slice(0,n);if(/(^|\n)``$/.test(e)){let n=`${e}\`\n\n\`\`\`${$r.slice(r)}`,i=e.length+2;t(n,i,i);return}}}}if(e.key===`ArrowUp`&&!e.metaKey&&!e.ctrlKey&&s&&zo.length>0){if(e.preventDefault(),nt===-1)rt(0),li({text:zo[0],references:[]});else if(nt<zo.length-1){let e=nt+1;rt(e),li({text:zo[e],references:[]})}requestAnimationFrame(()=>{xi.current?.setSelectionRange(0,0)});return}if(e.key===`ArrowDown`&&!e.metaKey&&!e.ctrlKey&&c&&nt>=0){if(e.preventDefault(),nt===0)rt(-1),ui();else{let e=nt-1;rt(e),li({text:zo[e],references:[]})}return}if(e.key===`Enter`&&!e.shiftKey){if(e.preventDefault(),ps()||ls())return;let t=e.ctrlKey||e.metaKey,n=p===`normal`&&Ko&&Vn&&(Zo||Ho),r=n&&Jd(So.mode)&&$t(Fn.deliveryTarget?.kind,So.mode);bo===`queue`?t||!n?Ns():r?vs():Ns({delivery:`steer`}):t||!n?Ns():Ns({delivery:`steer`})}},Ws=Z.useCallback((e,t)=>{let n=e.ownerDocument,r=n.defaultView;if(!r)return null;let i=r.getComputedStyle(e),a=n.createElement(`div`),o=a.style;o.position=`absolute`,o.visibility=`hidden`,o.pointerEvents=`none`,o.whiteSpace=`pre-wrap`,o.wordWrap=`break-word`,o.overflow=`hidden`,o.left=`-9999px`,o.top=`0`,o.width=`${e.clientWidth}px`,o.font=i.font,o.fontSize=i.fontSize,o.fontFamily=i.fontFamily,o.fontWeight=i.fontWeight,o.fontStyle=i.fontStyle,o.fontVariant=i.fontVariant,o.letterSpacing=i.letterSpacing,o.textTransform=i.textTransform,o.textIndent=i.textIndent,o.padding=i.padding,o.border=i.border,o.boxSizing=i.boxSizing,o.lineHeight=i.lineHeight,o.tabSize=i.tabSize,a.textContent=e.value.slice(0,t);let s=n.createElement(`span`);s.textContent=e.value.slice(t,t+1)||` `,a.appendChild(s),n.body.appendChild(a);let c=s.offsetTop,l=s.offsetLeft;return n.body.removeChild(a),{top:c,left:l}},[]),Gs=Z.useCallback(()=>{if(!Na){lo(null);return}if(!k&&!P&&!V&&!T){lo(null);return}let e=xi.current,t=Di.current;if(!e||!t)return;let n=e.selectionStart??$r.length,r=Ws(e,n);if(!r)return;let i=e.getBoundingClientRect(),a=t.getBoundingClientRect(),o=i.top-a.top+(r.top-e.scrollTop),s=i.left-a.left+(r.left-e.scrollLeft),c=o-8,l=a.height-o-8,u=l>=260||l>=c?`below`:`above`,d=T?520:k||V?450:360,f=Math.max(8,Math.min(s-24,a.width-d-8)),p=Math.max(120,Math.min(260,u===`below`?l:c));lo({top:u===`below`?o+22:o-6,left:f,place:u,maxHeight:p})},[Na,Ws,$r.length,k,T,V,P]);Z.useLayoutEffect(()=>{Gs()},[Gs,$r,k,P,V,T,Na]),Z.useEffect(()=>{if(!Na)return;let e=()=>Gs();return window.addEventListener(`resize`,e),()=>{window.removeEventListener(`resize`,e)}},[Na,Gs]);let Ks=Z.useCallback(()=>{uo.current&&=(clearTimeout(uo.current),null),pa(!0),uo.current=setTimeout(()=>{pa(!1),uo.current=null},1800)},[]),qs=Z.useCallback(()=>{if(Rn.abortPrompt.clear(),Ks(),Fn.kind===`secondary`){In?.shortcut(`abort`);return}Qn()},[Qn,In,Ks,Fn.kind,Rn]),Js=Z.useCallback((e=1)=>{if(jr)return;let t=Kt(kr,Fn.selection.value.agent??pr,e);if(!t||!Fn.selection.change)return;let n=qi({providerID:Fn.selection.value.providerID??``,modelID:Fn.selection.value.modelID??``,agent:Fn.selection.value.agent??null},t,kr,Ar);Fn.selection.change({...Fn.selection.value,...n,agent:n.agent??void 0}),Fn.kind===`primary`&&(c.getState().addRecentAgent(t),Fn.sessionID&&fn.getState().saveSessionAgentSelection(Fn.sessionID,t))},[kr,pr,Ar,jr,Fn.kind,Fn.selection,Fn.sessionID]);at.current=Js;let Ys=Z.useRef(null),[Xs,Zs]=Z.useState(null),Qs=Z.useCallback(e=>{Zs(t=>t===e?t:e)},[]),$s=Z.useCallback(e=>{let t=xi.current;if(!t)return;let n=t.scrollTop;if(Fa){t.style.height=`100%`,t.style.maxHeight=`none`,t.style.overflowY=`auto`,oe(null),t.scrollTop!==n&&(t.scrollTop=n);return}if(Pr&&!ue){let e=t.ownerDocument?.defaultView,n=e?e.getComputedStyle(t):null,r=n?parseFloat(n.lineHeight):NaN,i=Number.isNaN(r)?20:r;t.style.height=`${i}px`,t.style.maxHeight=`${i}px`,t.style.overflow=`hidden`,t.style.overflowX=`hidden`,t.style.overflowY=`hidden`,t.scrollTop!==0&&(t.scrollTop=0),t.scrollLeft!==0&&(t.scrollLeft=0),oe(e=>e&&e.height===i&&e.maxHeight===i?e:{height:i,maxHeight:i});return}t.style.overflow=`hidden`,t.style.overflowX=`hidden`,t.style.overflowY=`hidden`,(e?.allowShrink??!0)&&(t.style.height=`auto`);let r=t.ownerDocument?.defaultView,i=r?r.getComputedStyle(t):null,a=i?parseFloat(i.lineHeight):NaN,o=i?parseFloat(i.paddingTop):NaN,s=i?parseFloat(i.paddingBottom):NaN,c=Number.isNaN(o)||Number.isNaN(s)?16:o+s,l=Number.isNaN(a)?22:a,u=Dy({scrollHeight:t.scrollHeight||t.offsetHeight,dictationHeight:Ys.current??0,lineHeight:l,paddingTotal:c});t.style.height=`${u.height}px`,t.style.maxHeight=`${u.maxHeight}px`,t.style.overflowY=u.overflowY,t.scrollTop!==n&&(t.scrollTop=n),oe(e=>e&&e.height===u.height&&e.maxHeight===u.maxHeight?e:{height:u.height,maxHeight:u.maxHeight})},[Fa,Pr,ue]);Z.useLayoutEffect(()=>{let e=$r.length<Ei.current;Ei.current=$r.length,$s({allowShrink:e})},[$s,$r,Pr,ue]),Z.useLayoutEffect(()=>{Ys.current=Xs,$s({allowShrink:Xs===null})},[$s,Xs]);let ec=Z.useCallback((e,t,n=`manual`,r)=>{if(p===`shell`){j(!1),E(!1),I(!1),H(!1);return}if(e.startsWith(`/`)){let n=e.indexOf(` `),r=e.indexOf(`
6535
6535
  `),i=Math.min(n===-1?e.length:n,r===-1?e.length:r);if(t<=i&&n===-1){let t=hv(e.substring(1,i));N(t),j(!0),E(!1),I(!1),H(!1);return}}j(!1);let i=e.substring(0,t),a=i.lastIndexOf(`/`);if(a!==-1){let e=a>0?i[a-1]:null,t=hv(i.substring(a+1)),n=t.includes(` `)||t.includes(`
6536
6536
  `);if((!e||/\s/.test(e))&&!n){z(t),I(!0),E(!1);return}}I(!1),z(``);let o=i.lastIndexOf(`#`);if(o!==-1){let e=o>0?i[o-1]:null,t=i.substring(o+1);if((!e||/\s/.test(e))&&!t.includes(` `)&&!t.includes(`
6537
- `)){ne(t),H(!0),E(!1);return}}H(!1);let s=or({value:e,cursorPosition:t,inputSource:n,insertedText:r});s===null?E(!1):(O(s),E(!0))},[p,N,O,j,E,I,H,z,ne]),Qs=Z.useCallback((e,t,n,r=`manual`,i)=>{let a=e,o=t,s=n;if(p===`normal`&&!yi.current&&Ka.size>0&&e.includes(`/`)){let r=mv(e,Ka,n);r&&(a=r.text,o=t+(r.caret-n),s=r.caret)}let c=$r(a,o,s),l=Ui(),u=c.requiresTextCorrection||o!==c.start||s!==c.end||a!==e;return requestAnimationFrame(()=>{let e=_i.current;e&&Up(u,yi.current)&&(e.value=l.text,e.setSelectionRange(c.start,c.end)),Xs()}),Zs(l.text,c.end,r,i),{document:l,selection:c}},[Xs,$r,Ui,p,Ka,Zs]),$s=Z.useCallback((e,t=`manual`)=>{if(!e)return;let n=_i.current;if(!n){let n=Yr+e;Qs(n,n.length,n.length,t,e);return}let r=n.selectionStart??Yr.length,i=n.selectionEnd??Yr.length,a=`${Yr.substring(0,r)}${e}${Yr.substring(i)}`,o=r+e.length;Qs(a,o,o,t,e)},[Qs,Yr]),ec=q((e,t)=>{let n=new Set(Oe(Fn.map(e=>e.filename),e,t));if(n.size!==0)for(let e of Fn)n.has(e.filename)&&Pn.removeAttachment(e.id)}),tc=Z.useCallback(e=>{Pn.removeAttachment(e.id)},[Pn]),nc=Z.useCallback(()=>{Ei.current=!1,ji.current=[],Di.current&&=(clearTimeout(Di.current),null)},[]),rc=Z.useCallback(()=>{Di.current&&clearTimeout(Di.current),Di.current=setTimeout(()=>{nc()},700)},[nc]),ic=Z.useCallback(()=>{Oi.current=!1,ki.current&&=(clearTimeout(ki.current),null)},[]),ac=Z.useCallback(()=>{Oi.current=!0,ki.current&&clearTimeout(ki.current),ki.current=setTimeout(()=>{Oi.current=!1,ki.current=null},700)},[]),oc=Z.useCallback(e=>{!d()||!Ei.current||e.nativeEvent?.inputType===`insertFromDrop`&&(e.preventDefault(),nc())},[nc]),sc=e=>{if(Fr)return;let t=e.nativeEvent;if(d()&&Ei.current){let n=ji.current;if(t?.inputType===`insertFromDrop`||n.some(t=>t.length>0&&e.target.value.includes(t))){nc();return}}let n=e.target.value;ec(Vi.current,n);let r=e.target.selectionStart??n.length,i=t?.inputType?.startsWith(`insertFromPaste`)?zy(Vi.current,n):``,a=i.includes(`@`)||Oi.current;Oi.current&&ic();let o=a?`paste`:`manual`;if(p===`normal`&&n.startsWith(`!`)){let e=n.slice(1),t=Math.max(0,r-1);m(`shell`),Zr(e),Xs(),j(!1),I(!1),E(!1),requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=t,_i.current.selectionEnd=t)});return}Qs(n,r,e.target.selectionEnd??r,o,i)};Z.useEffect(()=>()=>{nc(),ic()},[nc,ic]);let cc=Z.useCallback(e=>{let t=Array.from(new Set(e.map(e=>e.trim()).filter(Boolean)));if(t.length===0)return;let n=t.map(e=>`@${e}`).join(` `),r=_i.current,i=r?.selectionStart??Yr.length,a=r?.selectionEnd??Yr.length,o=ws(n,Yr.slice(0,i),Yr.slice(a)),s=`${Yr.slice(0,i)}${o}${Yr.slice(a)}`;ec(Yr,s),Wi(s,t)},[Yr,Wi,ec]),lc=Z.useCallback(async e=>{let t=qy(e.clipboardData);if(t.length>0&&(In||Bn)){e.preventDefault(),cc(t);return}if(p===`normal`&&(In||Bn)){let t=_i.current,n=t?.selectionStart??-1,r=t?.selectionEnd??-1;if(t&&r>n){let t=e.clipboardData.getData(`text`).trim(),i=Yr.slice(n,r);if(Iy.test(t)&&!/\s/.test(t)&&i.trim().length>0&&!i.includes(`](`)){e.preventDefault();let a=`${Yr.slice(0,n)}[${i}](${t})${Yr.slice(r)}`,o=n+1+i.length+2+t.length+1;mi(a),requestAnimationFrame(()=>{let e=_i.current;e&&(e.selectionStart=o,e.selectionEnd=o),Xs()}),Zs(a,o,By(t),t);return}}}let n=Array.from(e.clipboardData.files||[]).filter(e=>e.type.startsWith(`image/`)),r=Array.from(e.clipboardData.items||[]).filter(e=>e.kind===`file`&&e.type.startsWith(`image/`)).map(e=>e.getAsFile()).filter(e=>!!e),i=n.length>0?n:(()=>{if(r.length<=1)return r;let e=r.find(e=>/image\/(png|webp|jpe?g|gif)/i.test(e.type));return e?[e]:[r[0]]})(),a=e.clipboardData.getData(`text`);if(i.length===0){if(p===`normal`&&ny(Ui(),a)){e.preventDefault();let t=Ui().text,n=_i.current,r=n?.selectionStart??Yr.length,i=n?.selectionEnd??Yr.length,o=ry(a,Yr,Ui().references.flatMap(e=>e.kind===`paste`?[{id:e.id,token:e.display,text:e.text,characterCount:e.characterCount,index:e.index}]:[]),({index:e,count:t})=>l(`chat.chatInput.pastedTextReference`,{index:e,count:t}),ty(Ui())),s=ti(r,i,{id:o.id,kind:`paste`,text:o.text,characterCount:o.characterCount,index:o.index,display:o.token},{inlineBoundaries:!0,padDocumentEdges:!0}),c=Ps(s.document.text,s.caret);_i.current&&(_i.current.value=s.document.text),requestAnimationFrame(()=>{_i.current?.setSelectionRange(c,c),Xs()}),Zs(s.document.text,c),ec(t,s.document.text);return}a.includes(`@`)&&ac();return}if(!In&&!Bn){a.includes(`@`)&&ac();return}e.preventDefault();let o=ke(i,[...Fn.map(e=>e.filename),...Hi.current]),s=De(o),c=Ui().text,u=_i.current,d=u?.selectionStart??Yr.length,f=u?.selectionEnd??Yr.length,m=p===`normal`&&ny(Ui(),a)?ry(a,Yr,Ui().references.flatMap(e=>e.kind===`paste`?[{id:e.id,token:e.display,text:e.text,characterCount:e.characterCount,index:e.index}]:[]),({index:e,count:t})=>l(`chat.chatInput.pastedTextReference`,{index:e,count:t}),ty(Ui())):null,h=a?`${a}${/\s$/.test(a)?``:` `}${s}`:s,g=ws(h,Yr.slice(0,d),Yr.slice(f));if(m){let e=ti(d,f,{id:m.id,kind:`paste`,text:m.text,characterCount:m.characterCount,index:m.index,display:m.token},{inlineBoundaries:!0,padDocumentEdges:!0}),t=Ps(e.document.text,e.caret),n=`${e.document.text.slice(0,t)}${s}${e.document.text.slice(t)}`;Qs(n,t+s.length,t+s.length,By(n),s),ec(c,n)}else $s(g,By(g)),ec(c,`${Yr.slice(0,d)}${g}${Yr.slice(f)}`);for(let e=0;e<i.length;e+=1){let t=o[e],n=Ry(i[e],t);Hi.current.add(t);try{await Pn.addAttachment(n)}catch(e){console.error(`Clipboard image attach failed`,e),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.clipboardAttachFailed`))}finally{Hi.current.delete(t)}}},[Pn,cc,Fn,Xs,In,Ui,p,ti,ac,Yr,Bn,$s,l,Zs,Qs,mi,ec]),uc=Z.useCallback((e,t)=>{let n=e.currentTarget,r=n.selectionStart??0,i=n.selectionEnd??r;if(i<=r)return;let a=D_(r,i,[...Me(Yr,Fn.filter(Pe).map(e=>e.filename)),...E_(Yr,Wa.keys()),...Ui().references]),o=a?.start??r,s=a?.end??i,c=Yr.slice(o,s),l=U(c);if(!(l===c&&!a))if(e.preventDefault(),e.clipboardData.setData(`text/plain`,l),t===`cut`){let e=`${Yr.slice(0,o)}${Yr.slice(s)}`;Qs(e,o,o),requestAnimationFrame(()=>{_i.current?.setSelectionRange(o,o),Xs()})}else a&&(a.start!==r||a.end!==i)&&requestAnimationFrame(()=>{_i.current?.setSelectionRange(o,s)})},[Xs,Fn,Wa,Qs,Ui,Yr]),dc=Z.useCallback(e=>{uc(e,`copy`)},[uc]),fc=Z.useCallback(e=>{uc(e,`cut`)},[uc]),pc=e=>{let t=_i.current,n=Math.min(t&&document.activeElement===t?t.selectionStart??bi.current:bi.current,Yr.length),r=Yr.substring(0,n).lastIndexOf(`@`),i=e.relativePath&&e.relativePath.trim().length>0?e.relativePath.trim():wc(e.path)||e.name,a=e.isDirectory?[i]:[],o=Ms(Yr,r===-1?n:r,n,`@${i}`);Wi(o.text,[i],a),requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=o.caret,_i.current.selectionEnd=o.caret),Xs(),Zs(o.text,o.caret)}),E(!1),O(``),_i.current?.focus()},mc=e=>{let t=_i.current,n=Math.min(t&&document.activeElement===t?t.selectionStart??bi.current:bi.current,Yr.length),r=Yr.substring(0,n).lastIndexOf(`@`),i=Ms(Yr,r===-1?n:r,n,`@${e}`);mi(i.text,t=>ks(t,{kind:`agent`,value:e,path:e,label:e,range:{start:i.start,end:i.end}})),requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=i.caret,_i.current.selectionEnd=i.caret),Xs(),Zs(i.text,i.caret)}),E(!1),O(``),_i.current?.focus()},hc=q(e=>{Ii.current||(Ii.current=!0,(async()=>{try{let t=J.getState().getAuthoritativeDirectoryForSession(e.id);if(!t){wi.error(l(`chat.chatInput.toast.sessionReferenceLoadFailed`));return}if(await St(e.id,{directory:t}),!ni(e.id,t)){wi.error(l(`chat.chatInput.toast.sessionReferenceLoadFailed`));return}gr([{type:`session`,sessionId:e.id}],t).catch(()=>void 0);let n=Ui(),r=_i.current?.selectionStart??n.text.length,i=n.text.substring(0,r).lastIndexOf(`@`),a=Zn().get(e.id)?.title||e.title||e.id,o=i===-1?r:i,s={id:`session:${e.id}:${L()}`,kind:`session`,sessionId:e.id,display:F({trigger:`@`,icon:`chat-thread`,label:a})},c=ti(o,r,s,{inlineBoundaries:!0,padDocumentEdges:!0}),u=Ps(c.document.text,c.caret);requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=u,_i.current.selectionEnd=u),Xs(),Zs(c.document.text,u)}),E(!1),O(``),_i.current?.focus()}catch{wi.error(l(`chat.chatInput.toast.sessionReferenceLoadFailed`))}finally{Ii.current=!1}})())}),gc=q(e=>{let t=Ui(),n=_i.current?.selectionStart??t.text.length,r=ms(t.text,n);if(!r)return!1;let i=ti(r.start,r.end,e,{inlineBoundaries:!0,padDocumentEdges:!0,padLeadingDocumentEdge:!1}),a=i.document.references.some(t=>t.id===e.id),o=Ps(i.document.text,i.caret);return requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=o,_i.current.selectionEnd=o),Xs(),Zs(i.document.text,o),a&&(j(!1),I(!1))}),_i.current?.focus(),a}),Q=e=>{gc({id:`skill:${e.name}:${L()}`,kind:`skill`,skillName:e.name,display:F({trigger:`/`,icon:`book-open`,label:e.name})})&&z(``)},vc=(e,t)=>{let n=_i.current?.selectionStart??Yr.length,r=Yr.substring(0,n).lastIndexOf(`#`),i=r===-1?n:r,a=`${Yr.substring(0,i)}#${t} ${Yr.substring(n)}`;mi(a);let o=i+t.length+2;requestAnimationFrame(()=>{_i.current&&(_i.current.selectionStart=o,_i.current.selectionEnd=o),Xs(),Zs(a,o)}),H(!1),ne(``),_i.current?.focus()},yc=(e,t=!1)=>{if(!qp(Mn,e))return;let n=`/${e.name}`;if(!t&&e.isSkill){gc({id:`skill:${e.name}:${L()}`,kind:`skill`,skillName:e.name,display:F({trigger:`/`,icon:`book-open`,label:e.name})})&&N(``);return}if(!t&&e.source===`opencode`&&!e.isSkill&&e.isBuiltIn!==!0&&gc({id:`command:${e.name}:${L()}`,kind:`command`,commandName:e.name,reference:e.reference??e.name,display:F({trigger:`/`,icon:`command`,label:e.name})})){N(``);return}let r=e.isSkill?` ${n} `:`${n} `,i=mv(r,new Set([...Ka,e.name.toLowerCase()]),r.length);Zr(i?.text??r);let a=_i.current;if(a&&(a._commandMetadata=e),j(!1),N(``),t){Ds({presetText:n});return}let o=()=>{if(_i.current){try{_i.current.focus({preventScroll:!0})}catch{_i.current.focus()}_i.current.setSelectionRange(_i.current.value.length,_i.current.value.length)}};requestAnimationFrame(()=>{o(),requestAnimationFrame(o)}),setTimeout(o,60)};Z.useEffect(()=>{In&&_i.current&&!Ar&&_i.current.focus()},[In,Ar]),Z.useEffect(()=>{Ar||ce(null)},[Ar]);let bc=Pn.abortPrompt.sessionID,xc=Pn.abortPrompt.clear;Z.useEffect(()=>{bc&&bc!==In&&xc()},[In,bc,xc]),Z.useEffect(()=>{Mi.current=!!(In||Bn)},[In,Bn]);let Sc=Z.useCallback(e=>{if(!e)return!1;if(e.files&&e.files.length>0)return!0;if(e.types){let t=Array.from(e.types).map(e=>e.toLowerCase());if(t.includes(`files`)||t.includes(`text/uri-list`)||t.includes(`codefiles`)||t.includes(`application/x-openchamber-file-path`)||t.some(e=>e.includes(`vnd.code.tree`)))return!0}return q_(e).length>0},[]),Cc=Z.useCallback(e=>{if(!e)return[];let t=Array.from(e.files||[]);return t.length>0?t:Array.from(e.items||[]).filter(e=>e.kind===`file`).map(e=>e.getAsFile()).filter(e=>!!e)},[]),wc=Z.useCallback(e=>{let t=e.replace(/\\/g,`/`).trim(),n=(na||``).replace(/\\/g,`/`).replace(/\/+$/,``);if(!n||t===n)return t;let r=`${n}/`;return t.startsWith(r)?t.slice(r.length):t},[na]),Tc=e=>{if(!Sc(e.dataTransfer))return;e.preventDefault(),e.stopPropagation(),Ci.current++;let t=e.dataTransfer.types?.includes(`application/x-openchamber-file-path`)??!1;t!==y&&w(t),(In||Bn)&&!h&&g(!0)},Ec=e=>{Sc(e.dataTransfer)&&(e.preventDefault(),e.stopPropagation(),e.dataTransfer.dropEffect=`copy`,(In||Bn)&&!h&&g(!0))},Dc=e=>{e.preventDefault(),e.stopPropagation(),Ci.current--,Ci.current<=0&&(Ci.current=0,g(!1),w(!1),nc())},Oc=()=>{Ci.current=0,g(!1),w(!1),nc()},jc=async e=>{if(Ci.current=0,!Sc(e.dataTransfer)){nc();return}if(e.preventDefault(),e.stopPropagation(),g(!1),!In&&!Bn)return;let t=e.dataTransfer.getData(`application/x-openchamber-file-path`);if(t&&t!==`.`){let e=`@${t}`,n=_i.current,r=Vi.current;if(n){let t=n.selectionStart??bi.current,i=n.selectionEnd??t,a=Ms(r,t,i,e);mi(a.text),requestAnimationFrame(()=>{n.selectionStart=a.caret,n.selectionEnd=a.caret,bi.current=a.caret,n.focus()})}else{let t=Ms(r,r.length,r.length,e);mi(t.text)}nc();return}let n=qy(e.dataTransfer);if(n.length>0){d()&&(ji.current=n),cc(n),d()||nc();return}let r=Cc(e.dataTransfer);if(r.length>0){let e=De(r.map(e=>e.name)),t=ws(e,Vi.current.slice(0,_i.current?.selectionStart??Vi.current.length),Vi.current.slice(_i.current?.selectionEnd??Vi.current.length));$s(t);for(let e of r)try{await Pn.addAttachment(e)}catch(e){console.error(`File attach failed`,e),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.attachFileFailed`))}}nc()},Mc=e=>{Sc(e.dataTransfer)&&(e.preventDefault(),d()&&(Ei.current=!0,rc()))},Nc=Z.useRef(null),Pc=Z.useRef(null),Fc=q((e=!0)=>{Ye.current=0;let t=()=>{let t=Vp(_i);if(!t||(Hp(_i),!e))return;let n=t.value.length;try{t.setSelectionRange(n,n)}catch{}};t(),window.requestAnimationFrame(t)}),Ic=Z.useCallback(async e=>{let t=Array.isArray(e)?e:Array.from(e);if(t.length>0){let e=De(t.map(e=>e.name)),n=ws(e,Vi.current.slice(0,_i.current?.selectionStart??Vi.current.length),Vi.current.slice(_i.current?.selectionEnd??Vi.current.length));$s(n)}for(let e of t)try{await Pn.addAttachment(e)}catch(e){console.error(`File attach failed`,e),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.attachFileFailed`))}},[Pn,$s,l]),Lc=Z.useCallback(async()=>{try{let e=await Yi?.pickFiles?.(),t=Array.isArray(e?.files)?e.files:[],n=Array.isArray(e?.skipped)?e.skipped:[];if(n.length>0){let e=n.map(e=>`${e?.name||`file`}: ${e?.reason||`skipped`}`).join(`
6538
- `);wi.error(l(`chat.chatInput.toast.someFilesSkipped`,{summary:e}))}let r=t.map(e=>{if(!e?.dataUrl)return null;try{let[t,n]=e.dataUrl.split(`,`),r=e.mimeType||t?.match(/data:(.*);base64/)?.[1]||`application/octet-stream`;if(!n)return null;let i=atob(n),a=new Uint8Array(i.length);for(let e=0;e<i.length;e++)a[e]=i.charCodeAt(e);let o=new Blob([a],{type:r});return new File([o],e.name||`file`,{type:r})}catch(e){return console.error(`Failed to decode VS Code picked file`,e),null}}).filter(Boolean);r.length>0&&(Fc(!1),await Ic(r),Fc())}catch(e){console.error(`VS Code file pick failed`,e),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.vscodePickFailed`))}},[Ic,Fc,l,Yi]),Rc=Z.useCallback(()=>{if(d()){Lc();return}Nc.current?.click()},[Lc]),zc=Z.useCallback(()=>{if(d()){Lc();return}Pc.current?.click()},[Lc]),Bc=Z.useCallback(async()=>{if(!kc()){zc();return}try{let e=await Ac(20);if(e===null){zc();return}e.length>0&&(Fc(!1),await Ic(e),Fc())}catch(e){console.error(`Native photo pick failed`,e),wi.error(l(`chat.chatInput.toast.attachFileFailed`))}},[Ic,Fc,zc,l]),Vc=Z.useCallback(async e=>{let t=e.target.files;!t||t.length===0||(Fc(!1),await Ic(t),e.target.value=``,Fc())},[Ic,Fc]),Hc=`gap-x-1.5 gap-y-0`,Uc=d(),Wc=Mn.kind===`primary`&&Vn&&!Uc,Gc=Z.useMemo(()=>(Mt?.selectedProjectId?qn.find(e=>e.id===Mt.selectedProjectId)??null:null)||(Yn?qn.find(e=>e.id===Yn)??null:null)||(qn[0]??null),[Yn,Mt?.selectedProjectId,qn]),Kc=Z.useMemo(()=>Jy(Gc?.path??null),[Gc?.path]),qc=Gc?Yy(Gc):null,Jc=js(Kc),Yc=xs(e=>Kc?e.directories.get(Kc)?.lastBranchesFetch??0:0),Xc=Ls(Kc),Zc=!!Jc?.all,Qc=xs(e=>e.fetchBranches),[$c,el]=Z.useState(!1);Z.useEffect(()=>{!Wc||!Kc||!Ki||Xc!==null||oa(Kc,Ki,{silent:!0})},[oa,Ki,Xc,Kc,Wc]),Z.useEffect(()=>{if(!Wc||!Kc||!Gc||!Ki||Xc!==!0){el(!1);return}let e=!Yc||Date.now()-Yc>3e4;if(Zc&&!e){el(!1);return}let t=!1;return el(!Zc),Qc(Kc,Ki).finally(()=>{t||el(!1)}),()=>{t=!0}},[Qc,Ki,Gc,Yc,Zc,Xc,Kc,Wc]);let tl=Cs(Kc),nl=Jc?.current?.trim()||tl?.trim()||``,rl=Z.useMemo(()=>{if(!Gc)return null;let e=Jy(Gc.path);return!e||!nl?null:{value:e,label:nl}},[Gc,nl]),il=Z.useMemo(()=>{if(!Gc)return[];let e=Kc?Qt.get(Kc)??Qt.get(Gc.path)??[]:[];return Dr({projectRoot:Jy(Gc.path)??``,rootBranch:nl,worktrees:e,pendingBootstrapDirectory:Mt?.bootstrapPendingDirectory??null}).filter(e=>e.kind===`worktree`)},[Qt,Mt?.bootstrapPendingDirectory,Gc,nl,Kc]),al=Z.useMemo(()=>Jy(Mt?.bootstrapPendingDirectory??null)??Jy(Mt?.directoryOverride??null)??Kc,[Mt?.bootstrapPendingDirectory,Mt?.directoryOverride,Kc]),ol=Z.useMemo(()=>{let e=Jy(Mt?.bootstrapPendingDirectory??null);return!!(Mt?.preserveDirectoryOverride||Mt?.pendingWorktreeRequestId||e&&e===al)},[Mt?.bootstrapPendingDirectory,Mt?.pendingWorktreeRequestId,Mt?.preserveDirectoryOverride,al]),sl=Z.useMemo(()=>{let e=[];return rl&&e.push(rl),e.push(...il),!al||e.some(e=>e.value===al)||!ol?e:[...e,{value:al,label:Qi(al)}]},[rl,al,ol,il]),cl=Z.useMemo(()=>r_({selectedDirectory:al,projectRootOption:rl,worktreeOptions:il}),[rl,al,il]),ll=Eh()===`mini-chat`,ul=Z.useMemo(()=>ll||ra!==!0||!ia||ia.isClean?!1:gh(ia.files),[ia,ra,ll]),dl=Z.useMemo(()=>!al||rl?.value===al||il.some(e=>e.value===al),[rl?.value,al,il]);Z.useEffect(()=>{Mt?.open&&(!Mt.preserveDirectoryOverride&&!Mt.bootstrapPendingDirectory||!al||!dl||(Mt.preserveDirectoryOverride&&J.getState().setDraftPreserveDirectoryOverride(!1),Mt.bootstrapPendingDirectory&&J.getState().setDraftBootstrapPendingDirectory(null)))},[Mt?.bootstrapPendingDirectory,Mt?.open,Mt?.preserveDirectoryOverride,dl,al]);let fl=Z.useMemo(()=>Xc!==!0||$c?!1:rl?!0:il.length>0,[$c,rl,Xc,il.length]),pl=Z.useCallback(e=>{if(J.getState().newSessionDraft?.pendingWorktreeRequestId)return;let t=qn.find(t=>t.id===e);t&&(Yn!==e&&Qn(e),Jt({projectId:e,directoryOverride:t.path},{force:!0}))},[Yn,qn,Qn,Jt]),ml=Z.useCallback(e=>{J.getState().newSessionDraft?.pendingWorktreeRequestId||Gc&&Jt({projectId:Gc.id,directoryOverride:e},{force:!0})},[Gc,Jt]),hl=Z.useCallback(e=>{let t=e.icon?xa[e.icon]:null,n=e.color?wa[e.color]:void 0,r=(0,$.jsx)(X,{name:t??`folder`,className:`h-3.5 w-3.5`,style:n?{color:n}:void 0});return(0,$.jsxs)(`span`,{className:`inline-flex min-w-0 items-center gap-1.5`,children:[(0,$.jsx)(`span`,{className:`flex h-4 w-4 shrink-0 items-center justify-center overflow-hidden text-muted-foreground`,children:e.iconImage?(0,$.jsx)(ga,{project:e,className:`size-full object-contain`,fallback:r}):r}),(0,$.jsx)(`span`,{className:`truncate`,children:Yy(e)})]})},[]);Z.useEffect(()=>{!Wc||!Gc||!al||Mt?.pendingWorktreeRequestId||Mt?.bootstrapPendingDirectory||Mt?.preserveDirectoryOverride||sl.some(e=>e.value===al)||Jt({projectId:Gc.id,directoryOverride:Gc.path})},[sl,Mt?.bootstrapPendingDirectory,Mt?.pendingWorktreeRequestId,Mt?.preserveDirectoryOverride,al,Gc,Jt,Wc]);let _l=Z.useRef(ue);Z.useEffect(()=>{fe===`idle`&&(_l.current=ue)},[ue,fe]);let vl=q(()=>{ge.current!==null&&(window.clearTimeout(ge.current),ge.current=null)}),yl=q(()=>{vl(),fe===`collapsing`&&(de(!1),ve(`collapsed`),Hr(!1)),pe(`idle`)}),bl=q(()=>{vl(),ge.current=window.setTimeout(yl,240)}),xl=q(()=>{if(_l.current){if(_l.current=!1,Je.current=null,ye.current!==null&&(window.cancelAnimationFrame(ye.current),ye.current=null),ve(`none`),window.matchMedia?.(`(prefers-reduced-motion: reduce)`).matches){de(!1),ve(`collapsed`),Hr(!1),pe(`idle`);return}pe(`collapsing`),bl()}});Z.useEffect(()=>()=>vl(),[vl]);let Sl=Z.useCallback(e=>{if(typeof window>`u`||typeof window.requestAnimationFrame!=`function`){ve(e);return}ye.current!==null&&window.cancelAnimationFrame(ye.current),ye.current=window.requestAnimationFrame(()=>{ye.current=null,ve(e)})},[]);Z.useEffect(()=>()=>{ye.current!==null&&(window.cancelAnimationFrame(ye.current),ye.current=null)},[]);let Cl=q(e=>{if(!(Date.now()<Ye.current)){if(Je.current=e,Wr()&&typeof window<`u`&&window.dispatchEvent(new CustomEvent(`oc:keyboard-intent`,{detail:{open:!0}})),!_l.current){vl(),_l.current=!0;let e=typeof window<`u`?window.Capacitor?.getPlatform?.():void 0,t=window.matchMedia?.(`(prefers-reduced-motion: reduce)`).matches??!1;Wr()&&(e===`ios`||e===`android`)?((0,_c.flushSync)(()=>{de(!0),ve(`none`),pe(t?`idle`:`expanding`)}),Sl(`full`),t||bl()):(Z.startTransition(()=>{de(!0),ve(`full`),pe(t?`idle`:`expanding`)}),t||bl())}_i.current?.focus({preventScroll:Wr()})}}),wl=Z.useCallback(()=>{Xe(),Ee(!0),_i.current?.blur()},[Xe]),Tl=Z.useCallback(()=>{Xe(),je(!0),_i.current?.blur()},[Xe]),El=Z.useCallback(e=>{if(we(e),e){Je.current=null,_l.current||(_l.current=!0,de(!0),ve(`full`));return}window.setTimeout(()=>{_l.current&&document.activeElement!==_i.current&&xl()},30)},[xl]);Z.useEffect(()=>{if(!Ar||typeof document>`u`)return;let e=document.getElementById(`mobile-overlay-root`);e||(e=document.createElement(`div`),e.id=`mobile-overlay-root`,document.body.appendChild(e));let t=e,n=()=>qe(Kh(t.children));n();let r=new MutationObserver(n);return r.observe(t,{childList:!0,subtree:!0,attributes:!0,attributeFilter:[Gh]}),()=>r.disconnect()},[Ar]);let Dl=Ke||!!se||Te||Ae||co||uo,Ol=Z.useRef(!1);Ol.current=co||uo;let kl=Z.useRef(!1),Al=Z.useRef(0),jl=Z.useRef(0),Ml=q(()=>{let e=J.getState().stagedMessageEdit;!e||e.sessionId!==In||window.setTimeout(()=>{let t=J.getState().stagedMessageEdit,n=document.activeElement,r=bv({surfaceKind:Mn.kind,stagedSessionId:t?.sessionId??null,stagedMessageId:t?.messageId??null,blurredMessageId:e.messageId,submitInFlight:os(),focusHeld:Date.now()<jl.current,overlayOpen:Al.current>0||Ol.current,focusInsideComposer:n instanceof Element&&!!(n.closest(`[data-composer-content="true"]`)||n.closest(`[data-slot="dropdown-menu-content"]`))||Date.now()<Ye.current});r.action===`disarm`&&J.getState().clearStagedMessageEdit(r.sessionId)},0)});Z.useEffect(()=>{if(!Ar||Wr()||typeof window>`u`||!window.matchMedia?.(`(display-mode: standalone)`)?.matches)return;let e=()=>{Al.current+=1},t=()=>{if(Al.current=Math.max(0,Al.current-1),kl.current){kl.current=!1;return}if(!Qe.current||Ol.current||Al.current>0)return;if(qa()){Qe.current=!1;return}Qe.current=!1,jl.current=Date.now()+600,_i.current?.focus(),document.activeElement===_i.current&&xe(!0);let e=()=>{let e=_i.current;!e||document.activeElement!==e||(Rl.current??e).scrollIntoView({block:`end`})};window.setTimeout(e,300),window.setTimeout(e,650)};return window.addEventListener(`oc:mobile-overlay-opened`,e),window.addEventListener(`oc:mobile-overlay-closed`,t),()=>{window.removeEventListener(`oc:mobile-overlay-opened`,e),window.removeEventListener(`oc:mobile-overlay-closed`,t)}},[Ar]),Z.useEffect(()=>{if(!Ar)return;if(Dl){(be||Date.now()-Ze.current<800)&&(Qe.current=!0);return}if(!Qe.current)return;let e=window.setTimeout(()=>{if(Qe.current=!1,qa())return;let e=_i.current;e&&document.activeElement!==e&&e.focus({preventScroll:Wr()})},180);return()=>window.clearTimeout(e)},[Ar,Dl,be]);let Nl=be||Ke||Ce||!!se||Te||Ae||Ie!==null||co||uo||h,Pl=Ke||Ce||!!se||Te||Ae||Ie!==null||co||uo||h;Z.useEffect(()=>{if(!Ar||!ue||Nl)return;let e=window.setTimeout(()=>{document.activeElement!==_i.current&&xl()},250);return()=>window.clearTimeout(e)},[Ar,ue,Nl,xl]);let Il=Z.useRef(!1);Il.current=Pl,Z.useEffect(()=>{if(!Ar||Wr()||typeof document>`u`)return;let e=document.documentElement;return be?e.classList.add(`oc-browser-keyboard-open`):(e.classList.remove(`oc-browser-keyboard-open`),window.matchMedia?.(`(display-mode: standalone)`)?.matches&&window.setTimeout(()=>{e.classList.contains(`oc-browser-keyboard-open`)||(window.scrollTo(0,0),document.body.scrollTop=0,e.scrollTop=0)},350)),()=>e.classList.remove(`oc-browser-keyboard-open`)},[Ar,be]),Z.useEffect(()=>{if(!Ar||typeof window>`u`)return;let e=e=>{let t=e.detail;!t||t.open!==!1||_l.current&&(Il.current||(0,_c.flushSync)(()=>{xl()}))};return window.addEventListener(`oc:keyboard-intent`,e),()=>window.removeEventListener(`oc:keyboard-intent`,e)},[Ar,xl]),Z.useLayoutEffect(()=>{if(!Ar||!ue||fe===`collapsing`)return;let e=Si.current;if(!e)return;let t=()=>{let t=Math.max(44,Math.ceil(e.offsetHeight));he(e=>e===t?e:t)};t();let n=typeof ResizeObserver==`function`?new ResizeObserver(t):null;return n?.observe(e),()=>n?.disconnect()},[Ar,ue,fe,ae]);let Ll=q(e=>{e.currentTarget===e.target&&e.animationName.startsWith(`oc-mobile-composer-motion-`)&&yl()});Z.useEffect(()=>{Ve(``)},[Ie]);let Rl=Z.useRef(null);Z.useLayoutEffect(()=>{if(!Ar||!Da||Wr())return;let e=window.visualViewport,t=Rl.current,n=_i.current;if(!e||!t)return;document.documentElement.classList.add(`oc-browser-kb-fullscreen`);let r=()=>{let n=Math.max(0,Math.floor(e.offsetTop)),r=document.documentElement.clientHeight;t.style.position=`fixed`,t.style.left=`0`,t.style.right=`0`,t.style.top=`${n}px`,t.style.height=`${Math.floor(Math.min(e.height,r-n))}px`,t.style.zIndex=`40`,t.style.background=`var(--background)`};return r(),e.addEventListener(`resize`,r),e.addEventListener(`scroll`,r),window.addEventListener(`resize`,r),window.addEventListener(`scroll`,r,!0),()=>{e.removeEventListener(`resize`,r),e.removeEventListener(`scroll`,r),window.removeEventListener(`resize`,r),window.removeEventListener(`scroll`,r,!0),document.documentElement.classList.remove(`oc-browser-kb-fullscreen`),t.style.position=``,t.style.left=``,t.style.right=``,t.style.top=``,t.style.height=``,t.style.zIndex=``,t.style.background=``,requestAnimationFrame(()=>{n&&document.activeElement===n&&n.scrollIntoView({block:`nearest`})})}},[Ar,Da]),Z.useLayoutEffect(()=>{if(!Ar||Wr()||!Bn||Da||!be)return;let e=window.visualViewport,t=Rl.current;if(!e||!t)return;let n=t.getBoundingClientRect();t.style.position=`fixed`,t.style.left=`${Math.floor(n.left)}px`,t.style.width=`${Math.floor(n.width)}px`,t.style.zIndex=`40`,t.style.background=`var(--background)`;let r=NaN,i=0,a=()=>{let n=document.documentElement.clientHeight,o=e.offsetTop+e.height,s=Math.max(0,Math.floor(Math.min(o,n)-t.offsetHeight));s!==r&&(r=s,t.style.top=`${s}px`),i=requestAnimationFrame(a)};return a(),()=>{cancelAnimationFrame(i),t.style.position=``,t.style.left=``,t.style.width=``,t.style.top=``,t.style.zIndex=``,t.style.background=``}},[Ar,Da,Bn,be]);let zl=Ar?`px-1.5 py-1.5`:Uc?`px-1.5 py-1`:`px-2.5 py-1.5`,Bl=Ar?`h-8 w-8`:Uc?`h-5 w-5`:`h-6 w-6`,Hl=Ar?`h-4 w-4`:Uc?`h-3.5 w-3.5`:`h-4 w-4`,Ul=Ar?`h-6 w-6`:Uc?`h-4 w-4`:`h-5 w-5`,Gl=Ar?`h-[18px] w-[18px]`:Uc?`h-4 w-4`:`h-[18px] w-[18px]`,Kl=Y(`flex cursor-pointer items-center justify-center text-foreground transition-none outline-none focus:outline-none flex-shrink-0 disabled:cursor-not-allowed`,Tp),ql=Y(Kl,Bl),Jl=(Ar?be||ha||va||se:fa||ha||va)?`opacity-100`:`opacity-45 hover:opacity-100 focus-within:opacity-100`;Z.useEffect(()=>()=>{oo.current&&=(clearTimeout(oo.current),null)},[]);let Yl=Ar?(0,$.jsxs)(`div`,{"data-composer-action":`true`,className:`composer-mobile-model-controls flex min-w-0 flex-1 items-center justify-end gap-x-1.5`,children:[(0,$.jsx)($y,{onOpenAgentPanel:vs,onCycleAgent:()=>{Xe(),Gs()},agentName:Mn.selection.value.agent,agents:Tr,disabled:kr}),(0,$.jsx)(eb,{onOpenModel:()=>Bo(`model`),providerID:Mn.selection.value.providerID,modelID:Mn.selection.value.modelID,provider:Er.find(e=>e.id===Mn.selection.value.providerID),variant:Mn.selection.value.variant})]}):null,Xl=(0,$.jsxs)(`div`,{className:`relative z-10 flex flex-wrap items-center gap-1 px-3 pt-1`,children:[(0,$.jsx)(Au,{attachments:Fn,onShowPopup:Nr,onRemoveAttachedFile:tc}),Mn.kind===`primary`?(0,$.jsx)(Pu,{attachedFiles:Fn,onAddVSCodeFile:(e,t,n)=>{Un&&Ur(Un,()=>wt.getState()).addVSCodeFile(e,t,n)},onAddVSCodeSelection:(e,t)=>{if(Un)return Ur(Un,()=>wt.getState()).addVSCodeSelection(e,t)}}):null]}),Zl=no?.map((e,t)=>(0,$.jsx)(`span`,{className:e.className,children:e.visual?(0,$.jsx)(A_,{visual:e.visual,text:e.text}):e.text},`${t}-${e.text.length}`)),Ql=Ar?_e===`collapsed`?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`div`,{"data-mobile-composer-collapsed-slot":`attach`,"data-composer-action":`true`,className:`composer-mobile-actions flex shrink-0 items-center`,children:(0,$.jsx)(rb,{isVSCode:Uc,footerIconButtonClass:ql,iconSizeClass:Gl,handlePickLocalFiles:Rc,handlePickLocalImages:zc,openIssuePicker:bs,openPrPicker:Ss,onOpenMobileSheet:wl,onOpenAndroidPickSheet:kc()?Tl:void 0})}),Yo?(0,$.jsx)(`div`,{"data-mobile-composer-collapsed-slot":`action`,"data-composer-action":`true`,className:`flex shrink-0 items-center justify-end`,children:(0,$.jsx)(ab,{isMobile:!0,footerIconButtonClass:ql,sendIconSizeClass:Hl,stopIconSizeClass:Ul,canSend:Ko,canAbort:!0,hasContent:!1,currentSessionId:In,newSessionDraftOpen:Bn,draftSubmitting:Rn,submissionBlocked:a,sendPhase:rs,queueFrozen:Go,queueFallbackAvailable:Yo||Jo,onPrimaryAction:Os,onAbort:Ws})}):null]}):_e===`full`?(0,$.jsxs)(`div`,{className:`flex w-full min-w-0 items-center gap-x-1.5`,"data-composer-action":`true`,children:[(0,$.jsxs)(`div`,{className:`composer-mobile-actions flex shrink-0 items-center gap-x-2 pl-1`,children:[(0,$.jsx)(rb,{isVSCode:Uc,footerIconButtonClass:ql,iconSizeClass:Gl,handlePickLocalFiles:Rc,handlePickLocalImages:zc,openIssuePicker:bs,openPrPicker:Ss,onOpenSettings:e,onOpenMobileSheet:wl,onOpenAndroidPickSheet:kc()?Tl:void 0}),fr?(0,$.jsx)(ib,{sessionId:In,draftOpen:Bn,draftEnabled:Mt.permissionAutoAcceptEnabled===!0,enabled:cr,saving:In?Wt:!1,footerIconButtonClass:ql,iconSizeClass:Gl,onSetDraftEnabled:Ht,onSetSessionEnabled:qt,onOpenSessionFirst:Vt,onToggleFailed:pr}):null,(0,$.jsx)(nv,{sessionId:In,directory:Ct??Hn,draftOpen:Bn}),(0,$.jsx)(rv,{length:Yr.length})]}),Yl,(0,$.jsx)(`div`,{className:`relative z-30 flex shrink-0 items-center justify-end gap-x-1.5`,children:(0,$.jsx)(ab,{isMobile:Ar,footerIconButtonClass:ql,sendIconSizeClass:Hl,stopIconSizeClass:Ul,canSend:Ko,canAbort:Yo,hasContent:!!Uo,currentSessionId:In,newSessionDraftOpen:Bn,draftSubmitting:Rn,submissionBlocked:a,sendPhase:rs,queueFrozen:Go,queueFallbackAvailable:Yo||Jo,onPrimaryAction:Os,onAbort:Ws})})]}):null:(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`div`,{className:Y(`flex flex-shrink-0 items-center`,Hc),children:[(0,$.jsx)(rb,{isVSCode:Uc,footerIconButtonClass:ql,iconSizeClass:Gl,handlePickLocalFiles:Rc,handlePickLocalImages:zc,openIssuePicker:bs,openPrPicker:Ss,onOpenSettings:e,withTooltip:!0}),fr?(0,$.jsx)(ib,{sessionId:In,draftOpen:Bn,draftEnabled:Mt.permissionAutoAcceptEnabled===!0,enabled:cr,saving:In?Wt:!1,footerIconButtonClass:ql,iconSizeClass:Gl,onSetDraftEnabled:Ht,onSetSessionEnabled:qt,onOpenSessionFirst:Vt,onToggleFailed:pr}):null,(0,$.jsx)(nv,{sessionId:In,directory:Ct??Hn,draftOpen:Bn}),(0,$.jsx)(rv,{length:Yr.length})]}),(0,$.jsxs)(`div`,{className:Y(`relative z-30 flex flex-1 items-center justify-end md:gap-x-1.5`,Hc),children:[(0,$.jsx)(Zy,{className:`min-w-0 flex-1 justify-end`,composerTextareaRef:_i,selectionAdapter:yr}),(0,$.jsx)(Qy,{radius:Na,isMobile:Ar,footerIconButtonClass:ql,footerPaddingClass:zl,iconSizeClass:Gl,sendIconSizeClass:Hl,onInsert:Ns,onInsertAndSend:Fs,onContentHeightChange:Ys,renderTrigger:!1}),(0,$.jsx)(ab,{isMobile:Ar,footerIconButtonClass:ql,sendIconSizeClass:Hl,stopIconSizeClass:Ul,canSend:Ko,canAbort:Yo,hasContent:!!Uo,currentSessionId:In,newSessionDraftOpen:Bn,draftSubmitting:Rn,submissionBlocked:a,sendPhase:rs,queueFrozen:Go,queueFallbackAvailable:Yo||Jo,onPrimaryAction:Os,onAbort:Ws})]})]}),$l=q(()=>{if(Ar){jl.current=Date.now()+600,Cl(`focus`);let e=()=>{_i.current?.focus({preventScroll:Wr()}),document.activeElement===_i.current&&xe(!0)};e(),window.requestAnimationFrame(e);return}let e=()=>{if(!Hp(_i))return;let e=Vp(_i);if(!e)return;let t=e.value.length;try{e.setSelectionRange(t,t)}catch{}};e(),window.requestAnimationFrame(()=>{e(),window.setTimeout(e,0)})}),tu=Ct??Hn,{goal:nu,enabled:iu}=X_(In??``,tu),au=(0,$.jsx)(Af,{onEditMessage:ps,onSendMessage:gs,onEditCommitted:$l,draftKey:Un,scope:vo,draftTarget:Un?{key:Un,expectedRevision:()=>Pn.getDraft(Un)?.revision??`absent`}:null,clientPendingItems:cs,onRemoveClientPending:e=>{let t=bn.getState().removeEstablishingFollowUp(e);t&&(t.content&&Zr(t.content),t.attachments.length>0&&Pn.restoreAttachments(t.attachments))},trailing:In&&iu&&nu?(0,$.jsx)(tv,{sessionId:In,directory:tu}):null});return(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`form`,{ref:Rl,onSubmit:e=>{e.preventDefault(),Os()},onPointerDownCapture:e=>{if(!Ar)return;let t=e.target;t instanceof Element&&(t.closest(`textarea[data-chat-input="true"]`)||t.closest(`[data-chat-prompt-attachments="true"]`)||t.closest(`button, [role="button"], a, label, input, select, [data-composer-action="true"], [data-chat-input-footer="true"]`)&&(Xe(),e.preventDefault()))},className:Y(`relative w-full pt-0 pb-4`,Ea&&`flex h-full min-h-0 flex-col pt-4`,Da&&`flex h-full min-h-0 flex-col pt-1`,Ar&&`bottom-safe-area oc-mobile-composer`),style:Ar&&Lr>0?{marginBottom:`${Lr}px`}:void 0,children:[Vn&&!Ea&&!Ar&&!Uc&&!ll?(0,$.jsx)(`div`,{className:`chat-input-column mb-7 text-center`,children:(0,$.jsx)(`h1`,{className:`text-balance text-2xl font-normal tracking-tight text-foreground md:text-3xl`,children:Xy(qc?l(`chat.emptyState.draftTitleWithProject`,{project:qc}):l(`chat.emptyState.draftTitle`),qc)})}):null,(0,$.jsxs)(`div`,{className:Y(`chat-input-column relative overflow-visible`,Oa&&`flex flex-1 min-h-0 flex-col`),children:[(0,$.jsx)(ju,{attachments:Fn,onShowPopup:Nr,onRemoveAttachedFile:tc}),(0,$.jsx)(qf,{}),Ao&&(0,$.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 pb-2`,children:[No>0?(0,$.jsxs)(`div`,{className:`inline-flex items-center gap-1.5 rounded-xl border px-2.5 py-1`,style:{backgroundColor:ta?.colors?.surface?.elevated,borderColor:ta?.colors?.interactive?.border},children:[(0,$.jsx)(`span`,{className:`text-xs font-medium text-muted-foreground`,children:l(`chat.chatInput.reviewComments`)}),(0,$.jsx)(`span`,{className:`text-xs font-semibold`,style:{color:ta?.colors?.status?.info},children:No}),(0,$.jsx)(`button`,{type:`button`,className:`ml-1 inline-flex h-4 w-4 items-center justify-center rounded-full text-muted-foreground hover:bg-interactive-hover hover:text-foreground`,style:{minHeight:0,minWidth:0},onClick:Fo,"aria-label":l(`chat.chatInput.reviewCommentsRemove`),title:l(`chat.chatInput.reviewCommentsRemove`),children:(0,$.jsx)(X,{name:`close`,className:`h-3 w-3`})})]}):null,jo>0?(0,$.jsxs)(`div`,{className:`inline-flex items-center gap-1.5 rounded-xl border px-2.5 py-1`,style:{backgroundColor:ta?.colors?.surface?.elevated,borderColor:ta?.colors?.interactive?.border},children:[(0,$.jsx)(`span`,{className:`text-xs font-medium text-muted-foreground`,children:l(`chat.chatInput.devServerLogs`)}),(0,$.jsx)(`span`,{className:`text-xs font-semibold`,style:{color:ta?.colors?.status?.info},children:jo}),(0,$.jsx)(`button`,{type:`button`,className:`ml-1 inline-flex h-4 w-4 items-center justify-center rounded-full text-muted-foreground hover:bg-interactive-hover hover:text-foreground`,style:{minHeight:0,minWidth:0},onClick:()=>Po(`preview-console`),"aria-label":l(`chat.chatInput.devServerLogsRemove`),title:l(`chat.chatInput.devServerLogsRemove`),children:(0,$.jsx)(X,{name:`close`,className:`h-3 w-3`})})]}):null,Mo>0?(0,$.jsxs)(`div`,{className:`inline-flex items-center gap-1.5 rounded-xl border px-2.5 py-1`,style:{backgroundColor:ta?.colors?.surface?.elevated,borderColor:ta?.colors?.interactive?.border},children:[(0,$.jsx)(`span`,{className:`text-xs font-medium text-muted-foreground`,children:l(`chat.chatInput.previewAnnotations`)}),(0,$.jsx)(`span`,{className:`text-xs font-semibold`,style:{color:ta?.colors?.status?.info},children:Mo}),(0,$.jsx)(`button`,{type:`button`,className:`ml-1 inline-flex h-4 w-4 items-center justify-center rounded-full text-muted-foreground hover:bg-interactive-hover hover:text-foreground`,style:{minHeight:0,minWidth:0},onClick:()=>Po(`preview-annotation`),"aria-label":l(`chat.chatInput.previewContextRemove`),title:l(`chat.chatInput.previewContextRemove`),children:(0,$.jsx)(X,{name:`close`,className:`h-3 w-3`})})]}):null]}),po&&!Uc&&(0,$.jsx)(`div`,{className:`pb-2 w-full px-1`,children:(0,$.jsxs)(`div`,{className:`flex w-full items-center gap-1.5 text-sm h-5 px-1`,children:[(0,$.jsxs)(`button`,{type:`button`,onClick:()=>lo(!0),className:`flex min-w-0 flex-1 items-center gap-1.5 text-left hover:opacity-80 transition-opacity`,children:[po.author?.avatarUrl&&(0,$.jsx)(`img`,{src:po.author.avatarUrl,alt:po.author.login,className:`h-5 w-5 rounded-full flex-shrink-0`}),(0,$.jsxs)(`span`,{className:`text-muted-foreground flex-shrink-0`,children:[`#`,po.number,po.author&&(0,$.jsx)(`span`,{className:`ml-1`,children:l(`chat.chatInput.linked.byAuthor`,{author:po.author.login})})]}),(0,$.jsx)(`span`,{className:`text-foreground truncate`,children:po.title})]}),(0,$.jsxs)(`span`,{className:`flex items-center gap-0.5 flex-shrink-0`,children:[(0,$.jsx)(`a`,{href:po.url,target:`_blank`,rel:`noopener noreferrer`,className:`flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors`,"aria-label":l(`chat.chatInput.linked.issue.openInBrowserAria`),children:(0,$.jsx)(X,{name:`external-link`,className:`h-4 w-4 text-muted-foreground`})}),(0,$.jsx)(`button`,{type:`button`,onClick:()=>{mo(null)},className:`flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors`,"aria-label":l(`chat.chatInput.linked.issue.removeAria`),title:l(`chat.chatInput.linked.issue.removeAria`),children:(0,$.jsx)(X,{name:`close`,className:`h-4 w-4 text-muted-foreground`})})]})]})}),ho&&!Uc&&(0,$.jsx)(`div`,{className:`pb-2 w-full px-1`,children:(0,$.jsxs)(`div`,{className:`flex w-full items-center gap-1.5 text-sm h-5 px-1`,children:[(0,$.jsxs)(`button`,{type:`button`,onClick:()=>fo(!0),className:`flex min-w-0 flex-1 items-center gap-1.5 text-left hover:opacity-80 transition-opacity`,children:[ho.author?.avatarUrl&&(0,$.jsx)(`img`,{src:ho.author.avatarUrl,alt:ho.author.login,className:`h-5 w-5 rounded-full flex-shrink-0`}),(0,$.jsxs)(`span`,{className:`text-muted-foreground flex-shrink-0`,children:[l(`chat.chatInput.linked.pr.number`,{number:ho.number}),ho.author&&(0,$.jsx)(`span`,{className:`ml-1`,children:l(`chat.chatInput.linked.byAuthor`,{author:ho.author.login})})]}),(0,$.jsx)(`span`,{className:`text-foreground truncate`,children:ho.title}),(0,$.jsxs)(`span`,{className:`text-muted-foreground flex-shrink-0 typography-meta`,children:[ho.head,` → `,ho.base]})]}),(0,$.jsxs)(`span`,{className:`flex items-center gap-0.5 flex-shrink-0`,children:[(0,$.jsx)(`a`,{href:ho.url,target:`_blank`,rel:`noopener noreferrer`,className:`flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors`,"aria-label":l(`chat.chatInput.linked.pr.openInBrowserAria`),children:(0,$.jsx)(X,{name:`external-link`,className:`h-4 w-4 text-muted-foreground`})}),(0,$.jsx)(`button`,{type:`button`,onClick:()=>{go(null)},className:`flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors`,"aria-label":l(`chat.chatInput.linked.pr.removeAria`),title:l(`chat.chatInput.linked.pr.removeAria`),children:(0,$.jsx)(X,{name:`close`,className:`h-4 w-4 text-muted-foreground`})})]})]})}),(0,$.jsx)(nb,{sessionId:In,directory:Ct??Hn}),(0,$.jsx)(tb,{showAbortStatus:sa,showAssistantStatus:!1,showTodos:!0,leftAccessory:Bn||!ul?null:(0,$.jsx)(Ch,{})}),!Ar&&Wc?(0,$.jsxs)(`div`,{className:`mb-1.5 flex min-w-0 items-center gap-1.5 px-0.5`,children:[Gc?(0,$.jsxs)(ba,{value:Gc.id,open:We,onValueChange:pl,onOpenChange:e=>{Ge(e),e||Ue(``)},children:[(0,$.jsx)(ja,{asChild:!0,size:`sm`,children:(0,$.jsxs)(`button`,{type:`button`,className:Y(`group relative inline-flex h-6 min-w-0 w-fit max-w-[42vw] items-center rounded-lg !border-0 px-1.5 py-1 pr-1.5 typography-micro font-medium text-foreground/80 transition-[padding] hover:pr-5 focus-visible:pr-5 data-[popup-open]:pr-5 sm:max-w-[18rem]`,Cp),children:[(0,$.jsx)(ma,{children:hl(Gc)}),(0,$.jsx)(X,{name:`arrow-down-s`,className:`pointer-events-none absolute right-1 size-3.5 shrink-0 text-muted-foreground opacity-0 transition-opacity group-hover:opacity-100 group-focus-visible:opacity-100 group-data-[popup-open]:opacity-100`,"aria-hidden":`true`})]})}),(0,$.jsxs)(ya,{fitContent:!0,children:[(0,$.jsx)(Ma,{autoFocus:!0,value:He,onChange:e=>Ue(e.target.value),onKeyDown:e=>e.stopPropagation(),placeholder:l(`chat.chatInput.draftPicker.searchProjects`),className:`mb-1 h-8 min-w-56`}),qn.filter(e=>Aa(Yy(e),He)||Aa(e.path,He)).map(e=>(0,$.jsx)(ka,{value:e.id,className:`max-w-[24rem] truncate`,children:hl(e)},e.id)),(0,$.jsx)(_a,{}),(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2 rounded-lg px-2 py-1.5 text-left typography-ui-label text-foreground hover:bg-interactive-hover`,onPointerDown:e=>{e.stopPropagation()},onClick:e=>{e.preventDefault(),e.stopPropagation(),Ge(!1),requestAnimationFrame(()=>ri.requestDirectoryDialog())},children:[(0,$.jsx)(X,{name:`folder-add`,className:`h-4 w-4 shrink-0 text-muted-foreground`}),(0,$.jsx)(`span`,{children:l(`chat.chatInput.draftPicker.newProject`)})]})]})]}):(0,$.jsxs)(`button`,{type:`button`,className:Y(`inline-flex h-auto min-h-6 cursor-pointer items-center gap-1.5 rounded-lg px-2.5 py-1 typography-micro font-medium text-foreground/80`,Cp),onClick:()=>ri.requestDirectoryDialog(),children:[(0,$.jsx)(X,{name:`folder-add`,className:`h-3.5 w-3.5 shrink-0 text-muted-foreground`}),(0,$.jsx)(`span`,{children:l(`chat.chatInput.draftPicker.newProject`)})]}),Gc&&fl?(0,$.jsx)(u_,{directory:al,projectDirectory:Kc,label:cl,projectRootOption:rl,worktreeOptions:il,onSelectDirectory:ml}):null]}):null,Ar&&Wc?(0,$.jsxs)(`div`,{className:`oc-mobile-draft-target-selectors mb-1.5 flex min-w-0 items-center gap-1.5 px-0.5`,children:[Gc?(0,$.jsx)(`button`,{type:`button`,className:Y(`inline-flex h-[26px] min-w-0 max-w-[46%] shrink items-center gap-1.5 rounded-lg px-1.5 text-[11px] leading-none font-medium text-foreground/80`,Cp),onClick:()=>Re(`project`),children:hl(Gc)}):(0,$.jsxs)(`button`,{type:`button`,className:Y(`inline-flex h-[26px] min-w-0 max-w-[46%] items-center gap-1.5 rounded-lg px-1.5 text-[11px] leading-none font-medium text-foreground/80`,Cp),onClick:()=>ri.requestDirectoryDialog(),children:[(0,$.jsx)(X,{name:`folder-add`,className:`h-3.5 w-3.5 shrink-0 text-muted-foreground`}),(0,$.jsx)(`span`,{children:l(`chat.chatInput.draftPicker.newProject`)})]}),Gc&&fl?(0,$.jsx)(u_,{directory:al,projectDirectory:Kc,label:cl,projectRootOption:rl,worktreeOptions:il,onSelectDirectory:ml,maxWidthClassName:`max-w-[50%]`,presentation:`mobile-sheet`}):null]}):null,(0,$.jsxs)(`div`,{className:Y(!Ar&&`contents`,Ar&&`relative`,Da&&`flex min-h-0 flex-1 flex-col`),children:[au,(0,$.jsxs)(`div`,{className:Y(Ar?`oc-mobile-composer-motion-viewport`:`contents`,Ar&&fe!==`idle`&&`oc-mobile-composer-motion-active`,Ar&&!ue&&fe===`idle`&&`oc-mobile-composer-motion-collapsed`),style:Ar?{"--oc-mobile-composer-stage-height":`${me}px`}:void 0,children:[(0,$.jsxs)(Hg,{value:Yr,attachments:[],disabled:!In&&!Bn||Rn&&!rs.establishing,pending:Yo||rs.inFlight&&!rs.establishing,isMobile:Ar,onSubmit:Os,"data-mobile-composer-surface":Ar?`true`:void 0,"data-mobile-composer-collapsed":Ar&&!ue?`true`:void 0,"data-session-swipe-surface":Ar?`true`:void 0,expanded:Oa,focusedTone:p===`shell`?`info`:`primary`,className:Y(`relative z-10`,h&&`ring-2 ring-primary ring-offset-2`,Fr&&`ring-1 ring-[var(--interactive-selection)] border-[var(--interactive-selection)]`,Ar&&!ue&&`oc-mobile-composer-collapsed`,Ar&&`oc-mobile-composer-surface`,Ar&&fe===`expanding`&&`oc-mobile-composer-motion-expanding`,Ar&&fe===`collapsing`&&`oc-mobile-composer-motion-collapsing`,Ar&&fe!==`idle`&&`oc-mobile-composer-effects-reduced`),style:{borderRadius:Na,backgroundColor:ta?.colors?.surface?.subtle},ref:Si,onDropCapture:Mc,onDragEnter:Tc,onDragOver:Ec,onDragLeave:Dc,onDrop:jc,onDragEnd:Oc,onAnimationEnd:Ll,autoResize:!1,disableInputWhilePending:!1,contentClassName:Y(`transition-opacity duration-200`,Jl,Oa&&`flex-1 min-h-0`,Ar&&!ue&&`oc-mobile-composer-collapsed-content`),inputHeader:void 0,attachmentContent:Ar&&_e!==`full`?void 0:Xl,highlightedContent:Zl,highlightRef:ua,inputRef:_i,textLayoutClassName:Y(Oy,Oa?Y(`h-full min-h-0`,Ar?`py-2.5`:`py-4`):Ar?ue?`py-2.5`:`py-0`:`pt-4 pb-2`,p===`shell`?`font-mono`:`typography-markdown md:typography-ui-label`,Ar&&!ue&&`oc-mobile-composer-collapsed-text`),inputOuterClassName:Y(Oa&&`flex-1 min-h-0`,Ar&&!ue&&`min-h-0 flex-1`),inputStyle:{flex:Oa||Ar&&!ue?`1 1 auto`:`none`,height:Ar&&!ue?`100%`:!Oa&&ae?`${ae.height}px`:void 0,maxHeight:Ar&&!ue?`100%`:!Oa&&ae?`${ae.maxHeight}px`:void 0,borderTopLeftRadius:Na,borderTopRightRadius:Na},footerClassName:Y(`relative z-30 bg-transparent flex-shrink-0`,Ar&&!ue?`oc-mobile-composer-collapsed-footer px-0 py-0`:zl,Ar?`flex items-center gap-x-1.5`:Y(`flex items-center justify-between`,Hc)),footerStyle:{borderBottomLeftRadius:Na,borderBottomRightRadius:Na},footerContent:Ql,placeholder:l(In||Bn?p===`shell`?`chat.chatInput.placeholder.shell`:Pa?`chat.chatInput.placeholder.chatCompact`:`chat.chatInput.placeholder.chat`:`chat.chatInput.placeholder.selectSession`),onChange:(e,t)=>sc(t),textareaProps:{readOnly:Fr,onCompositionStart:()=>{yi.current=!0},onCompositionEnd:e=>{yi.current=!1;let t=e.currentTarget;Qs(t.value,t.selectionStart??t.value.length,t.selectionEnd??t.selectionStart??t.value.length)},onBeforeInput:oc,onKeyDown:Bs,onCopy:dc,onCut:fc,onPaste:lc,onDragEnter:Tc,onDragOver:Ec,onDropCapture:Mc,onDrop:jc,onDragEnd:Oc,onKeyUp:Hs,onClick:()=>{Ar&&!_l.current&&Date.now()>=Ye.current&&Cl(`focus`),Hs()},onScroll:e=>{if(Ar&&!_l.current){let t=e.currentTarget;t.scrollTop!==0&&(t.scrollTop=0),t.scrollLeft!==0&&(t.scrollLeft=0),ua.current&&(ua.current.style.transform=``);return}Hs();let t=e.currentTarget.scrollTop;ua.current&&(ua.current.style.transform=`translateY(-${t}px)`)},onSelect:e=>{let t=e.currentTarget,n=t.selectionStart??0,r=t.selectionEnd??n;if(yi.current){bi.current=r;return}let i=D_(n,r,[...Me(Yr,Fn.filter(Pe).map(e=>e.filename)),...E_(Yr,Wa.keys()),...Jr.references]);i&&(i.start!==n||i.end!==r)?(t.setSelectionRange(i.start,i.end),bi.current=i.end):bi.current=n,Hs()},onFocus:()=>{if(!Ar){pa(!0);return}if(Date.now()<Ye.current){let e=_i.current;e&&e.blur();return}Se.current!==null&&(window.clearTimeout(Se.current),Se.current=null),_l.current?(Je.current=null,Wr()&&typeof window<`u`&&window.dispatchEvent(new CustomEvent(`oc:keyboard-intent`,{detail:{open:!0}}))):Cl(`focus`),xe(!0)},onBlur:e=>{if(yi.current=!1,bi.current=e.currentTarget.selectionStart??bi.current,Ml(),!Ar){window.setTimeout(()=>{let e=document.activeElement;if(!(e instanceof Element)){pa(!1);return}e.closest(`[data-composer-content="true"]`)||e.closest(`[data-slot="dropdown-menu-content"]`)||pa(!1)},0);return}if(Date.now()<jl.current){let e=_i.current;if(e){e.focus(),window.setTimeout(()=>{Date.now()<jl.current&&document.activeElement!==e&&e.focus()},50);return}}if(Ze.current=Date.now(),Wr()){xe(!1);return}Se.current!==null&&window.clearTimeout(Se.current),Se.current=window.setTimeout(()=>{Se.current=null,xe(!1)},120)},autoCorrect:Ar?`on`:`off`,autoCapitalize:Ar?`sentences`:`off`,spellCheck:Ar||Br,fillContainer:Oa||Ar&&!ue,rows:1},children:[(0,$.jsx)(Sm,{}),h&&(0,$.jsx)(`div`,{className:`absolute inset-0 z-50 flex items-center justify-center bg-background/90`,style:{borderRadius:Na},children:(0,$.jsxs)(`div`,{className:`text-center`,children:[(0,$.jsx)(`div`,{className:`inline-flex justify-center`,children:(0,$.jsx)(`button`,{type:`button`,className:Kl,onClick:()=>Rc(),title:l(`chat.chatInput.actions.attachFiles`),"aria-label":l(`chat.chatInput.actions.attachFiles`),children:(0,$.jsx)(X,{name:`attachment-2`,className:Y(Gl,`text-current`)})})}),(0,$.jsx)(`p`,{className:`mt-2 typography-ui-label text-muted-foreground`,children:l(y?`chat.chatInput.drop.insertMention`:`chat.chatInput.drop.attachFiles`)})]})}),k&&(0,$.jsx)(hs,{ref:Li,searchQuery:M,directory:Hn,onCommandSelect:yc,onClose:()=>j(!1),commandPolicy:e=>qp(Mn,e),commandContext:Wn,style:Ea&&io?{left:`${io.left}px`,top:`${io.top}px`,bottom:`auto`,width:`min(450px, calc(100% - ${io.left+8}px))`,maxHeight:`${io.maxHeight}px`,transform:io.place===`above`?`translateY(-100%)`:void 0}:void 0}),P&&(0,$.jsx)(Qf,{ref:Ri,searchQuery:R,directory:Hn,onSkillSelect:Q,onClose:()=>I(!1),style:Ea&&io?{left:`${io.left}px`,top:`${io.top}px`,bottom:`auto`,width:`min(360px, calc(100% - ${io.left+8}px))`,maxHeight:`${io.maxHeight}px`,transform:io.place===`above`?`translateY(-100%)`:void 0}:void 0}),V&&(0,$.jsx)(ys,{ref:Bi,searchQuery:te,onSnippetSelect:vc,onClose:()=>H(!1),style:Ea&&io?{left:`${io.left}px`,top:`${io.top}px`,bottom:`auto`,width:`min(450px, calc(100% - ${io.left+8}px))`,maxHeight:`${io.maxHeight}px`,transform:io.place===`above`?`translateY(-100%)`:void 0}:void 0}),T&&(0,$.jsx)(Es,{ref:Pi,searchQuery:D,onFileSelect:pc,onAgentSelect:mc,onSessionSelect:hc,onClose:()=>E(!1),style:Ea&&io?{left:`${io.left}px`,top:`${io.top}px`,bottom:`auto`,width:`min(520px, calc(100% - ${io.left+8}px))`,maxHeight:`${io.maxHeight}px`,transform:io.place===`above`?`translateY(-100%)`:void 0}:void 0})]}),Ar?(0,$.jsx)(Qy,{radius:Na,isMobile:Ar,footerIconButtonClass:ql,footerPaddingClass:zl,iconSizeClass:Gl,sendIconSizeClass:Hl,onInsert:Ns,onInsertAndSend:Fs,onActiveChange:El,onContentHeightChange:Ys,renderTrigger:!1}):null]})]}),Ar?(0,$.jsx)(Zy,{className:`hidden`,composerTextareaRef:_i,selectionAdapter:yr,mobilePanel:se,onMobilePanelChange:ce}):null]}),Bn&&!Ea&&!Ar&&!Uc&&!ll?(0,$.jsx)(Fg,{onSubmit:As,className:`chat-input-column mt-4`}):null]}),u.open?(0,$.jsx)(Z.Suspense,{fallback:null,children:(0,$.jsx)(ky,{popup:u,onOpenChange:Pr,isMobile:Ar})}):null,(0,$.jsx)(fg,{open:co,onOpenChange:lo,mode:`select`,onSelect:e=>{mo(e),go(null)}}),(0,$.jsx)(hg,{open:uo,onOpenChange:fo,onSelect:e=>{go(e),mo(null)}}),(0,$.jsx)(ru,{open:er,onOpenChange:tr,projectDirectory:Ct??Hn??null,submitting:ir,onConfirm:Ta}),(0,$.jsx)(`input`,{ref:Nc,type:`file`,multiple:!0,className:`hidden`,onChange:Vc,accept:`*/*`}),(0,$.jsx)(`input`,{ref:Pc,type:`file`,multiple:!0,className:`hidden`,onChange:Vc,accept:`image/*`}),null,Ar&&Ae?(0,$.jsx)(hp,{open:!0,onClose:()=>je(!1),title:l(`chat.chatInput.actions.addAttachment`),children:(0,$.jsxs)(`div`,{className:`flex flex-col px-3 pb-4 pt-1`,children:[(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2.5 rounded-lg px-2 py-3 text-left typography-ui-label hover:bg-[var(--interactive-hover)]`,onClick:()=>{Qe.current=!1,je(!1),requestAnimationFrame(Bc)},children:[(0,$.jsx)(X,{name:`file-image`,className:`h-[18px] w-[18px] flex-shrink-0 text-muted-foreground`}),l(`chat.chatInput.actions.attachPhotos`)]}),(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2.5 rounded-lg px-2 py-3 text-left typography-ui-label hover:bg-[var(--interactive-hover)]`,onClick:()=>{Qe.current=!1,je(!1),requestAnimationFrame(Rc)},children:[(0,$.jsx)(X,{name:`attachment-2`,className:`h-[18px] w-[18px] flex-shrink-0 text-muted-foreground`}),l(`chat.chatInput.actions.attachFiles`)]})]})}):null,Ar&&Wc&&Gc?(0,$.jsx)($.Fragment,{children:(0,$.jsxs)(Ya,{id:`mobile-draft-project-picker-sheet-${ze}`,open:Ie===`project`,onOpenChange:e=>{e||Re(null)},ariaLabel:l(`chat.chatInput.draftPicker.projectTitle`),closeAriaLabel:l(`mobile.surface.closeAria`),resizeAriaLabel:l(`mobile.sessions.sheet.resizeAria`),children:[(0,$.jsx)(`div`,{className:`shrink-0 px-3 pb-2 pt-1`,"data-mobile-sheet-no-dismiss":``,children:(0,$.jsx)(Ma,{value:Be,onChange:e=>Ve(e.target.value),placeholder:l(`chat.chatInput.draftPicker.searchProjects`),className:`h-9`})}),(0,$.jsx)(la,{outerClassName:`min-h-0 flex-1`,disableHorizontal:!0,children:(0,$.jsx)(`div`,{className:`flex flex-col px-3 pb-2`,children:qn.filter(e=>Aa(Yy(e),Be)||Aa(e.path,Be)).map(e=>(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2 rounded-lg px-2 py-2.5 text-left typography-ui-label hover:bg-[var(--interactive-hover)]`,onClick:()=>{pl(e.id),Re(null)},children:[(0,$.jsx)(`span`,{className:`min-w-0 flex-1`,children:hl(e)}),e.id===Gc.id?(0,$.jsx)(X,{name:`check`,className:`h-4 w-4 flex-shrink-0 text-muted-foreground`}):null]},e.id))})}),(0,$.jsx)(`div`,{className:`shrink-0 px-3 pb-4 pt-1`,children:(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2 rounded-lg border-t border-border/50 px-2 py-2.5 text-left typography-ui-label hover:bg-[var(--interactive-hover)]`,onClick:()=>{Re(null),ri.requestDirectoryDialog()},children:[(0,$.jsx)(X,{name:`folder-add`,className:`h-4 w-4 shrink-0 text-muted-foreground`}),(0,$.jsx)(`span`,{children:l(`chat.chatInput.draftPicker.newProject`)})]})})]})}):null]})},db=e=>{let t=(0,Q.c)(3),n=Yp(),r=e.surface??n;if(r&&!r.active)return null;let i=r??void 0,a;return t[0]!==e||t[1]!==i?(a=(0,$.jsx)(ub,{...e,surface:i}),t[0]=e,t[1]=i,t[2]=a):a=t[2],a};db.displayName=`ChatInput`;var fb=Z.memo(db);function pb(e){return e.preventDefault()}function mb(e){e.preventDefault()}function hb(e){return e.preventDefault()}function gb(e){e.pointerType===`touch`&&e.preventDefault()}function _b(e){e.preventDefault()}function vb(e){e.pointerType===`touch`&&e.preventDefault()}function yb(){let e=(0,Q.c)(47),{t}=it(),[n,r]=Z.useState(null),[i,a]=Z.useState(!1),o=Z.useRef(null),s=!!n,c,l;e[0]===Symbol.for(`react.memo_cache_sentinel`)?(c=()=>uo(e=>{r(e),a(!1)}),l=[],e[0]=c,e[1]=l):(c=e[0],l=e[1]),Z.useEffect(c,l);let u;e[2]===Symbol.for(`react.memo_cache_sentinel`)?(u=e=>{e||(r(null),a(!1))},e[2]=u):u=e[2];let d=q(u),f;e[3]===d?f=e[4]:(f=()=>(d(!1),!0),e[3]=d,e[4]=f);let p;e[5]!==s||e[6]!==f?(p={id:`image-save-actions`,active:s,layer:`overlay`,onBack:f,surfaceRef:o},e[5]=s,e[6]=f,e[7]=p):p=e[7],Oo(p);let m;e[8]!==i||e[9]!==t||e[10]!==n?(m=async()=>{if(!(!n||i)){a(!0);try{await ac(n),wi.success(t(`chat.image.actions.saveSuccess`)),r(null)}catch(e){let n=e;if(n instanceof DOMException&&n.name===`AbortError`){a(!1);return}wi.error(t(`chat.image.actions.saveFailed`)),a(!1);return}a(!1)}},e[8]=i,e[9]=t,e[10]=n,e[11]=m):m=e[11];let h=q(m);if(!n)return null;let g;e[12]!==t||e[13]!==n.filename?(g=n.filename?.trim()||t(`chat.image.actions.sheetTitle`),e[12]=t,e[13]=n.filename,e[14]=g):g=e[14];let _=g,v;e[15]===t?v=e[16]:(v=Wr()?t(`chat.image.actions.saveToPhotos`):t(`chat.image.actions.saveImage`),e[15]=t,e[16]=v);let y=v,b;e[17]===_?b=e[18]:(b=(0,$.jsx)(`h2`,{className:`truncate typography-ui-label font-semibold`,children:_}),e[17]=_,e[18]=b);let x;e[19]===t?x=e[20]:(x=t(`mobile.surface.closeAria`),e[19]=t,e[20]=x);let S;e[21]===t?S=e[22]:(S=t(`mobile.sessions.sheet.resizeAria`),e[21]=t,e[22]=S);let C;e[23]===h?C=e[24]:(C=()=>{h()},e[23]=h,e[24]=C);let w=i?`loader-4`:`download`,T=i?`size-5 animate-spin`:`size-5`,E;e[25]!==w||e[26]!==T?(E=(0,$.jsx)(X,{name:w,className:T}),e[25]=w,e[26]=T,e[27]=E):E=e[27];let D;e[28]!==y||e[29]!==i||e[30]!==t?(D=i?t(`chat.image.actions.saving`):y,e[28]=y,e[29]=i,e[30]=t,e[31]=D):D=e[31];let O;e[32]===D?O=e[33]:(O=(0,$.jsx)(`span`,{className:`truncate`,children:D}),e[32]=D,e[33]=O);let k;e[34]!==i||e[35]!==C||e[36]!==E||e[37]!==O?(k=(0,$.jsx)(`div`,{className:`flex min-h-0 flex-1 flex-col gap-1 overflow-y-auto overscroll-contain px-2 pb-2`,children:(0,$.jsxs)(oa,{type:`button`,variant:`ghost`,size:`lg`,className:`min-h-12 w-full justify-start gap-3 rounded-lg px-4`,disabled:i,onClick:C,children:[E,O]})}),e[34]=i,e[35]=C,e[36]=E,e[37]=O,e[38]=k):k=e[38];let A;return e[39]!==d||e[40]!==s||e[41]!==S||e[42]!==k||e[43]!==b||e[44]!==x||e[45]!==_?(A=(0,$.jsx)(`div`,{ref:o,children:(0,$.jsx)(Ya,{id:`image-save-actions-sheet`,open:s,onOpenChange:d,title:b,ariaLabel:_,closeAriaLabel:x,resizeAriaLabel:S,fitContent:!0,children:k})}),e[39]=d,e[40]=s,e[41]=S,e[42]=k,e[43]=b,e[44]=x,e[45]=_,e[46]=A):A=e[46],A}var bb=(e,t)=>{if(t.length===0)return e;let n=new Map(t.map(e=>[e.info.id,e])),r=!1,i=e.map(e=>{if(Hi(e.parts))return e;let t=n.get(e.info.id);return t?(r=!0,t):e}),a=r?i:e,o=new Set(e.map(e=>e.info.id)),s=t.filter(e=>!o.has(e.info.id));return s.length===0?a:[...a,...s]},xb=(e,t)=>{if(e.length===0)return!1;let n;for(let t of e){let e=t.info.time?.created;typeof e==`number`&&(n===void 0||e>n)&&(n=e)}return!t.resolvedSessionStatus||typeof t.sessionStatusObservedAt!=`number`||typeof n!=`number`||n>t.sessionStatusObservedAt},Sb=e=>{let t=e.boundary.kind===`exhausted`,n=e.boundary.kind===`has-more`,r=t&&!e.assistantComplete,i=n||r;return{complete:t&&e.assistantComplete,canLoadEarlier:i}},Cb=e=>e.syncLoading||e.assistantLoading,wb=e=>e.isMobile&&(e.canLoadEarlier||e.isLoadingOlder),Tb=e=>e.isLoadingOlder,Eb=e=>!e.isMobile&&e.isLoadingOlder,Db=e=>e.transcriptMessageCount>0||e.pendingUserCount>0||e.historyPrefixCount>0,Ob=e=>e.p0Satisfied||e.hasBusyShell||e.hasImmediateShell||e.hasPaintedTranscript?`pass`:e.prefetchStatus===`loading`||e.syncLoading||e.userRetrying?`hydrating`:e.prefetchStatus===`error`?`load-error`:e.hasRenderableSessionSnapshot?`pass`:`hydrating`,kb=e=>{let{sessionId:t,messages:n,retained:r}=e;return t?n.length>0?{messages:n,retained:{sessionId:t,messages:n}}:r?.sessionId===t?{messages:r.messages,retained:r}:{messages:n,retained:null}:{messages:n,retained:null}},Ab=e=>({newSessionDraft:e?.features?.newSessionDraft??!e,promptNavigator:e?.features?.promptNavigator??!e,returnToParent:e?.features?.returnToParent??!e}),jb=`text-[13px] leading-4 sm:text-[length:var(--text-micro)] sm:leading-5`,Mb=`relative bottom-safe-area oc-mobile-readonly-prompt-foot`,Nb=e=>{let t=(0,Q.c)(8),{providerId:n,modelId:r,label:i}=e,a;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(a=(0,$.jsx)(X,{name:`brain-ai-3`,className:`size-3.5`}),t[0]=a):a=t[0];let o;t[1]===i?o=t[2]:(o=(0,$.jsx)(`span`,{role:`img`,"aria-label":i,className:`inline-flex size-3.5 shrink-0 items-center justify-center`,children:a}),t[1]=i,t[2]=o);let s;return t[3]!==i||t[4]!==r||t[5]!==n||t[6]!==o?(s=(0,$.jsx)(Ca,{modelId:r,providerId:n,alt:i,className:`size-3.5 shrink-0`,fallback:o}),t[3]=i,t[4]=r,t[5]=n,t[6]=o,t[7]=s):s=t[7],s},Pb=e=>{let t=(0,Q.c)(42),{t:n}=it(),r=c(Fb),i=`agentName`in e||`providerId`in e||`modelId`in e||`modelName`in e;if(!i){let e=r&&Mb,i;t[0]===e?i=t[1]:(i=Y(`p-3`,e),t[0]=e,t[1]=i);let a;t[2]===n?a=t[3]:(a=n(`chat.container.readOnlySubagentPromptBanner`),t[2]=n,t[3]=a);let o;t[4]===a?o=t[5]:(o=(0,$.jsx)(`div`,{className:`rounded-2xl border border-border/70 bg-[var(--surface-background)] px-4 py-3 text-muted-foreground ${jb}`,children:a}),t[4]=a,t[5]=o);let s;return t[6]!==i||t[7]!==o?(s=(0,$.jsx)(`div`,{className:i,children:o}),t[6]=i,t[7]=o,t[8]=s):s=t[8],s}let a;t[9]===n?a=t[10]:(a=n(`common.unavailable`),t[9]=n,t[10]=a);let o=a,s;t[11]!==e.agentName||t[12]!==o?(s=e.agentName?e.agentName.charAt(0).toUpperCase()+e.agentName.slice(1):o,t[11]=e.agentName,t[12]=o,t[13]=s):s=t[13];let l=s,u=e.modelName||o,d;t[14]===n?d=t[15]:(d=n(`chat.leaderKey.action.agent`),t[14]=n,t[15]=d);let f=`${d}: ${l}`,p;t[16]===n?p=t[17]:(p=n(`chat.leaderKey.action.model`),t[16]=n,t[17]=p);let m=`${p}: ${u}`,h=r&&Mb,g;t[18]===h?g=t[19]:(g=Y(`shrink-0 border-t border-border/70 bg-[var(--surface-background)] p-3`,h),t[18]=h,t[19]=g);let _=r&&`oc-mobile-readonly-prompt-surface`,v;t[20]===_?v=t[21]:(v=Y(`rounded-2xl border border-border/70 bg-[var(--surface-elevated)] px-3 py-2.5 sm:px-4 sm:py-3`,_),t[20]=_,t[21]=v);let y;t[22]===n?y=t[23]:(y=n(`chat.container.readOnlySubagentPromptBanner`),t[22]=n,t[23]=y);let b;t[24]===y?b=t[25]:(b=(0,$.jsx)(`div`,{className:`text-muted-foreground ${jb}`,children:y}),t[24]=y,t[25]=b);let x;t[26]!==f||t[27]!==l||t[28]!==m||t[29]!==u||t[30]!==e.agentName||t[31]!==e.modelId||t[32]!==e.providerId||t[33]!==i?(x=i?(0,$.jsxs)(`div`,{"data-testid":`read-only-prompt-banner-meta`,className:`mt-1.5 flex min-w-0 items-center justify-between gap-3 border-t border-border/70 pt-1.5 ${jb}`,children:[(0,$.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5 overflow-hidden`,children:[(0,$.jsx)(Zi,{name:e.agentName,size:14,label:f}),(0,$.jsx)(`span`,{className:`min-w-0 truncate text-foreground`,title:l,children:l})]}),(0,$.jsxs)(`div`,{className:`flex min-w-0 max-w-[55%] items-center justify-end gap-1.5 overflow-hidden`,children:[(0,$.jsx)(Nb,{providerId:e.providerId,modelId:e.modelId,label:m}),(0,$.jsx)(`span`,{className:`min-w-0 truncate text-right text-foreground`,title:u,children:u})]})]}):null,t[26]=f,t[27]=l,t[28]=m,t[29]=u,t[30]=e.agentName,t[31]=e.modelId,t[32]=e.providerId,t[33]=i,t[34]=x):x=t[34];let S;t[35]!==x||t[36]!==v||t[37]!==b?(S=(0,$.jsxs)(`div`,{className:v,children:[b,x]}),t[35]=x,t[36]=v,t[37]=b,t[38]=S):S=t[38];let C;return t[39]!==S||t[40]!==g?(C=(0,$.jsx)(`aside`,{className:g,children:S}),t[39]=S,t[40]=g,t[41]=C):C=t[41],C};function Fb(e){return e.isMobile}var Ib=Z.memo(()=>{let e=(0,Q.c)(5),{t}=it(),{currentTheme:n}=Ia(),r=Ui(Lb),i=n?.colors?.surface?.mutedForeground||`var(--muted-foreground)`,a;e[0]===Symbol.for(`react.memo_cache_sentinel`)?(a=(0,$.jsx)(Ua,{width:140,height:140,className:`opacity-20`}),e[0]=a):a=e[0];let o;return e[1]!==r||e[2]!==t||e[3]!==i?(o=(0,$.jsxs)(`div`,{className:`flex flex-col items-center justify-center min-h-full w-full gap-6`,children:[a,r?(0,$.jsxs)(`div`,{className:`flex flex-col items-center gap-2 max-w-md text-center px-4`,children:[(0,$.jsx)(`span`,{className:`text-body-md font-medium text-destructive`,children:t(`chat.emptyState.opencodeUnreachable`)}),(0,$.jsx)(`span`,{className:`text-body-sm`,style:{color:i},children:r.message})]}):(0,$.jsx)(`span`,{className:`text-body-md`,style:{color:i},children:t(`chat.emptyState.startNewChat`)})]}),e[1]=r,e[2]=t,e[3]=i,e[4]=o):o=e[4],o});function Lb(e){return e.error}var Rb=class e{static instance;sessionStartTimes=new Map;seenMessageIds=new Set;messageCreationTimes=new Map;constructor(){}static getInstance(){return e.instance||=new e,e.instance}recordSessionStart(e){this.sessionStartTimes.set(e,Date.now())}getSessionStartTime(e){return this.sessionStartTimes.get(e)}shouldAnimateMessage(e,t){if(e.role!==`assistant`||this.seenMessageIds.has(e.id))return!1;let n=this.sessionStartTimes.get(t);if(!n)return this.seenMessageIds.add(e.id),this.messageCreationTimes.set(e.id,e.time.created),!1;let r=e.time.created>n-5e3;return r||(this.seenMessageIds.add(e.id),this.messageCreationTimes.set(e.id,e.time.created)),r}clearSession(e){this.sessionStartTimes.delete(e)}hasSessionTiming(e){return this.sessionStartTimes.has(e)}hasBeenAnimated(e){return this.seenMessageIds.has(e)}markMessageAsAnimated(e,t){this.seenMessageIds.add(e),this.messageCreationTimes.set(e,t)}clearAll(){this.sessionStartTimes.clear(),this.seenMessageIds.clear(),this.messageCreationTimes.clear()}getDebugInfo(){return{sessionStartTimes:new Map(this.sessionStartTimes),seenMessageIds:new Set(this.seenMessageIds),messageCreationTimes:new Map(this.messageCreationTimes)}}},zb=de(e=>({planModeEnabled:!1,setPlanModeEnabled:t=>e({planModeEnabled:t})})),Bb=e=>{if(!e?.trim())return null;let t=e.trim();return t.toLowerCase()==="default"?null:Sn(t)},Vb=Z.memo(e=>{let t=(0,Q.c)(30),{isUser:n,isMobile:r,providerID:i,modelID:a,agentName:o,modelName:s,variant:c}=e,l;t[0]!==n||t[1]!==c?(l=n?null:Bb(c),t[0]=n,t[1]=c,t[2]=l):l=t[2];let u=l,d=s||`Assistant`,f,p;t[3]===Symbol.for(`react.memo_cache_sentinel`)?(f=Y(`mb-1.5`),p=Y(`flex items-center justify-between gap-2`),t[3]=f,t[4]=p):(f=t[3],p=t[4]);let m;t[5]!==o||t[6]!==n||t[7]!==a||t[8]!==i?(m=(0,$.jsx)(`div`,{className:`flex-shrink-0`,children:n?(0,$.jsx)(`div`,{className:`w-9 h-9 rounded-xl bg-primary/10 flex items-center justify-center`,children:(0,$.jsx)(X,{name:`user-3`,className:`h-4 w-4 text-primary`})}):(0,$.jsx)(`div`,{className:`flex items-center justify-center`,children:(0,$.jsx)(Ca,{modelId:a,providerId:i,className:`h-4 w-4`,fallback:(0,$.jsx)(X,{name:`brain-ai-3`,className:`h-4 w-4`,style:{color:`var(${Xi(o).var})`}})})})}),t[5]=o,t[6]=n,t[7]=a,t[8]=i,t[9]=m):m=t[9];let h=n?`text-primary`:`text-foreground`,g;t[10]===h?g=t[11]:(g=Y(`inline-flex min-w-0 items-center gap-1.5 font-semibold typography-ui-header tracking-tight leading-none`,h),t[10]=h,t[11]=g);let _=n?`You`:d,v;t[12]===_?v=t[13]:(v=(0,$.jsx)(`span`,{className:`truncate`,children:_}),t[12]=_,t[13]=v);let y;t[14]===u?y=t[15]:(y=u?(0,$.jsx)(`span`,{className:`shrink-0 text-xs font-normal leading-none text-muted-foreground`,children:u}):null,t[14]=u,t[15]=y);let b;t[16]!==g||t[17]!==v||t[18]!==y?(b=(0,$.jsxs)(`h3`,{className:g,children:[v,y]}),t[16]=g,t[17]=v,t[18]=y,t[19]=b):b=t[19];let x;t[20]!==o||t[21]!==r||t[22]!==n?(x=!n&&o&&(0,$.jsxs)(`div`,{className:Y(`agent-badge inline-flex items-center gap-1 cursor-default rounded font-normal leading-none`,r?`px-1 py-px text-[10px]`:`px-1.5 py-0.5 typography-micro`,Xi(o).class),children:[(0,$.jsx)(Zi,{name:o,size:10}),(0,$.jsx)(`span`,{children:o.charAt(0).toUpperCase()+o.slice(1)})]}),t[20]=o,t[21]=r,t[22]=n,t[23]=x):x=t[23];let S;t[24]!==b||t[25]!==x?(S=(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[b,x]}),t[24]=b,t[25]=x,t[26]=S):S=t[26];let C;return t[27]!==S||t[28]!==m?(C=(0,$.jsx)(`div`,{className:f,children:(0,$.jsx)(`div`,{className:p,children:(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[m,S]})})}),t[27]=S,t[28]=m,t[29]=C):C=t[29],C}),Hb=/(^|\s)\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)/g,Ub=/(```[\s\S]*?```|~~~[\s\S]*?~~~)/g,Wb=e=>e.replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`).replace(/'/g,`&#x27;`),Gb=(e,t)=>e.split(Ub).map((e,n)=>n%2==1?e:t(e)).join(``),Kb=e=>Gb(e,e=>e.replace(/ *\n/g,`
6537
+ `)){ne(t),H(!0),E(!1);return}}H(!1);let s=or({value:e,cursorPosition:t,inputSource:n,insertedText:r});s===null?E(!1):(O(s),E(!0))},[p,N,O,j,E,I,H,z,ne]),tc=Z.useCallback((e,t,n,r=`manual`,i)=>{let a=e,o=t,s=n;if(p===`normal`&&!Si.current&&Qa.size>0&&e.includes(`/`)){let r=mv(e,Qa,n);r&&(a=r.text,o=t+(r.caret-n),s=r.caret)}let c=oi(a,o,s),l=Ki(),u=c.requiresTextCorrection||o!==c.start||s!==c.end||a!==e;return requestAnimationFrame(()=>{let e=xi.current;e&&Up(u,Si.current)&&(e.value=l.text,e.setSelectionRange(c.start,c.end)),$s()}),ec(l.text,c.end,r,i),{document:l,selection:c}},[$s,oi,Ki,p,Qa,ec]),nc=Z.useCallback((e,t=`manual`)=>{if(!e)return;let n=xi.current;if(!n){let n=$r+e;tc(n,n.length,n.length,t,e);return}let r=n.selectionStart??$r.length,i=n.selectionEnd??$r.length,a=`${$r.substring(0,r)}${e}${$r.substring(i)}`,o=r+e.length;tc(a,o,o,t,e)},[tc,$r]),rc=q((e,t)=>{let n=new Set(Oe(Bn.map(e=>e.filename),e,t));if(n.size!==0)for(let e of Bn)n.has(e.filename)&&Rn.removeAttachment(e.id)}),ic=Z.useCallback(e=>{Rn.removeAttachment(e.id)},[Rn]),ac=Z.useCallback(()=>{ki.current=!1,Ii.current=[],ji.current&&=(clearTimeout(ji.current),null)},[]),oc=Z.useCallback(()=>{ji.current&&clearTimeout(ji.current),ji.current=setTimeout(()=>{ac()},700)},[ac]),sc=Z.useCallback(()=>{Mi.current=!1,Pi.current&&=(clearTimeout(Pi.current),null)},[]),cc=Z.useCallback(()=>{Mi.current=!0,Pi.current&&clearTimeout(Pi.current),Pi.current=setTimeout(()=>{Mi.current=!1,Pi.current=null},700)},[]),lc=Z.useCallback(e=>{!d()||!ki.current||e.nativeEvent?.inputType===`insertFromDrop`&&(e.preventDefault(),ac())},[ac]),uc=e=>{if(Br)return;let t=e.nativeEvent;if(d()&&ki.current){let n=Ii.current;if(t?.inputType===`insertFromDrop`||n.some(t=>t.length>0&&e.target.value.includes(t))){ac();return}}let n=e.target.value;rc(Wi.current,n);let r=e.target.selectionStart??n.length,i=t?.inputType?.startsWith(`insertFromPaste`)?zy(Wi.current,n):``,a=i.includes(`@`)||Mi.current;Mi.current&&sc();let o=a?`paste`:`manual`;if(p===`normal`&&n.startsWith(`!`)){let e=n.slice(1),t=Math.max(0,r-1);m(`shell`),ti(e),$s(),j(!1),I(!1),E(!1),requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=t,xi.current.selectionEnd=t)});return}tc(n,r,e.target.selectionEnd??r,o,i)};Z.useEffect(()=>()=>{ac(),sc()},[ac,sc]);let dc=Z.useCallback(e=>{let t=Array.from(new Set(e.map(e=>e.trim()).filter(Boolean)));if(t.length===0)return;let n=t.map(e=>`@${e}`).join(` `),r=xi.current,i=r?.selectionStart??$r.length,a=r?.selectionEnd??$r.length,o=ws(n,$r.slice(0,i),$r.slice(a)),s=`${$r.slice(0,i)}${o}${$r.slice(a)}`;rc($r,s),Yi(s,t)},[$r,Yi,rc]),fc=Z.useCallback(async e=>{let t=qy(e.clipboardData);if(t.length>0&&(Vn||Un)){e.preventDefault(),dc(t);return}if(p===`normal`&&(Vn||Un)){let t=xi.current,n=t?.selectionStart??-1,r=t?.selectionEnd??-1;if(t&&r>n){let t=e.clipboardData.getData(`text`).trim(),i=$r.slice(n,r);if(Iy.test(t)&&!/\s/.test(t)&&i.trim().length>0&&!i.includes(`](`)){e.preventDefault();let a=`${$r.slice(0,n)}[${i}](${t})${$r.slice(r)}`,o=n+1+i.length+2+t.length+1;yi(a),requestAnimationFrame(()=>{let e=xi.current;e&&(e.selectionStart=o,e.selectionEnd=o),$s()}),ec(a,o,By(t),t);return}}}let n=Array.from(e.clipboardData.files||[]).filter(e=>e.type.startsWith(`image/`)),r=Array.from(e.clipboardData.items||[]).filter(e=>e.kind===`file`&&e.type.startsWith(`image/`)).map(e=>e.getAsFile()).filter(e=>!!e),i=n.length>0?n:(()=>{if(r.length<=1)return r;let e=r.find(e=>/image\/(png|webp|jpe?g|gif)/i.test(e.type));return e?[e]:[r[0]]})(),a=e.clipboardData.getData(`text`);if(i.length===0){if(p===`normal`&&ny(Ki(),a)){e.preventDefault();let t=Ki().text,n=xi.current,r=n?.selectionStart??$r.length,i=n?.selectionEnd??$r.length,o=ry(a,$r,Ki().references.flatMap(e=>e.kind===`paste`?[{id:e.id,token:e.display,text:e.text,characterCount:e.characterCount,index:e.index}]:[]),({index:e,count:t})=>l(`chat.chatInput.pastedTextReference`,{index:e,count:t}),ty(Ki())),s=si(r,i,{id:o.id,kind:`paste`,text:o.text,characterCount:o.characterCount,index:o.index,display:o.token},{inlineBoundaries:!0,padDocumentEdges:!0}),c=Ps(s.document.text,s.caret);xi.current&&(xi.current.value=s.document.text),requestAnimationFrame(()=>{xi.current?.setSelectionRange(c,c),$s()}),ec(s.document.text,c),rc(t,s.document.text);return}a.includes(`@`)&&cc();return}if(!Vn&&!Un){a.includes(`@`)&&cc();return}e.preventDefault();let o=ke(i,[...Bn.map(e=>e.filename),...Gi.current]),s=De(o),c=Ki().text,u=xi.current,d=u?.selectionStart??$r.length,f=u?.selectionEnd??$r.length,m=p===`normal`&&ny(Ki(),a)?ry(a,$r,Ki().references.flatMap(e=>e.kind===`paste`?[{id:e.id,token:e.display,text:e.text,characterCount:e.characterCount,index:e.index}]:[]),({index:e,count:t})=>l(`chat.chatInput.pastedTextReference`,{index:e,count:t}),ty(Ki())):null,h=a?`${a}${/\s$/.test(a)?``:` `}${s}`:s,g=ws(h,$r.slice(0,d),$r.slice(f));if(m){let e=si(d,f,{id:m.id,kind:`paste`,text:m.text,characterCount:m.characterCount,index:m.index,display:m.token},{inlineBoundaries:!0,padDocumentEdges:!0}),t=Ps(e.document.text,e.caret),n=`${e.document.text.slice(0,t)}${s}${e.document.text.slice(t)}`;tc(n,t+s.length,t+s.length,By(n),s),rc(c,n)}else nc(g,By(g)),rc(c,`${$r.slice(0,d)}${g}${$r.slice(f)}`);for(let e=0;e<i.length;e+=1){let t=o[e],n=Ry(i[e],t);Gi.current.add(t);try{await Rn.addAttachment(n)}catch(e){console.error(`Clipboard image attach failed`,e),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.clipboardAttachFailed`))}finally{Gi.current.delete(t)}}},[Rn,dc,Bn,$s,Vn,Ki,p,si,cc,$r,Un,nc,l,ec,tc,yi,rc]),pc=Z.useCallback((e,t)=>{let n=e.currentTarget,r=n.selectionStart??0,i=n.selectionEnd??r;if(i<=r)return;let a=D_(r,i,[...Me($r,Bn.filter(Pe).map(e=>e.filename)),...E_($r,Za.keys()),...Ki().references]),o=a?.start??r,s=a?.end??i,c=$r.slice(o,s),l=U(c);if(!(l===c&&!a))if(e.preventDefault(),e.clipboardData.setData(`text/plain`,l),t===`cut`){let e=`${$r.slice(0,o)}${$r.slice(s)}`;tc(e,o,o),requestAnimationFrame(()=>{xi.current?.setSelectionRange(o,o),$s()})}else a&&(a.start!==r||a.end!==i)&&requestAnimationFrame(()=>{xi.current?.setSelectionRange(o,s)})},[$s,Bn,Za,tc,Ki,$r]),mc=Z.useCallback(e=>{pc(e,`copy`)},[pc]),hc=Z.useCallback(e=>{pc(e,`cut`)},[pc]),gc=e=>{let t=xi.current,n=Math.min(t&&document.activeElement===t?t.selectionStart??Ci.current:Ci.current,$r.length),r=$r.substring(0,n).lastIndexOf(`@`),i=e.relativePath&&e.relativePath.trim().length>0?e.relativePath.trim():Dc(e.path)||e.name,a=e.isDirectory?[i]:[],o=Ms($r,r===-1?n:r,n,`@${i}`);Yi(o.text,[i],a),requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=o.caret,xi.current.selectionEnd=o.caret),$s(),ec(o.text,o.caret)}),E(!1),O(``),xi.current?.focus()},Q=e=>{let t=xi.current,n=Math.min(t&&document.activeElement===t?t.selectionStart??Ci.current:Ci.current,$r.length),r=$r.substring(0,n).lastIndexOf(`@`),i=Ms($r,r===-1?n:r,n,`@${e}`);yi(i.text,t=>ks(t,{kind:`agent`,value:e,path:e,label:e,range:{start:i.start,end:i.end}})),requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=i.caret,xi.current.selectionEnd=i.caret),$s(),ec(i.text,i.caret)}),E(!1),O(``),xi.current?.focus()},vc=q(e=>{Bi.current||(Bi.current=!0,(async()=>{try{let t=J.getState().getAuthoritativeDirectoryForSession(e.id);if(!t){wi.error(l(`chat.chatInput.toast.sessionReferenceLoadFailed`));return}if(await Dt(e.id,{directory:t}),!ni(e.id,t)){wi.error(l(`chat.chatInput.toast.sessionReferenceLoadFailed`));return}gr([{type:`session`,sessionId:e.id}],t).catch(()=>void 0);let n=Ki(),r=xi.current?.selectionStart??n.text.length,i=n.text.substring(0,r).lastIndexOf(`@`),a=Zn().get(e.id)?.title||e.title||e.id,o=i===-1?r:i,s={id:`session:${e.id}:${L()}`,kind:`session`,sessionId:e.id,display:F({trigger:`@`,icon:`chat-thread`,label:a})},c=si(o,r,s,{inlineBoundaries:!0,padDocumentEdges:!0}),u=Ps(c.document.text,c.caret);requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=u,xi.current.selectionEnd=u),$s(),ec(c.document.text,u)}),E(!1),O(``),xi.current?.focus()}catch{wi.error(l(`chat.chatInput.toast.sessionReferenceLoadFailed`))}finally{Bi.current=!1}})())}),yc=q(e=>{let t=Ki(),n=xi.current?.selectionStart??t.text.length,r=ms(t.text,n);if(!r)return!1;let i=si(r.start,r.end,e,{inlineBoundaries:!0,padDocumentEdges:!0,padLeadingDocumentEdge:!1}),a=i.document.references.some(t=>t.id===e.id),o=Ps(i.document.text,i.caret);return requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=o,xi.current.selectionEnd=o),$s(),ec(i.document.text,o),a&&(j(!1),I(!1))}),xi.current?.focus(),a}),bc=e=>{yc({id:`skill:${e.name}:${L()}`,kind:`skill`,skillName:e.name,display:F({trigger:`/`,icon:`book-open`,label:e.name})})&&z(``)},xc=(e,t)=>{let n=xi.current?.selectionStart??$r.length,r=$r.substring(0,n).lastIndexOf(`#`),i=r===-1?n:r,a=`${$r.substring(0,i)}#${t} ${$r.substring(n)}`;yi(a);let o=i+t.length+2;requestAnimationFrame(()=>{xi.current&&(xi.current.selectionStart=o,xi.current.selectionEnd=o),$s(),ec(a,o)}),H(!1),ne(``),xi.current?.focus()},Sc=(e,t=!1)=>{if(!qp(Fn,e))return;let n=`/${e.name}`;if(!t&&e.isSkill){yc({id:`skill:${e.name}:${L()}`,kind:`skill`,skillName:e.name,display:F({trigger:`/`,icon:`book-open`,label:e.name})})&&N(``);return}if(!t&&e.source===`opencode`&&!e.isSkill&&e.isBuiltIn!==!0&&yc({id:`command:${e.name}:${L()}`,kind:`command`,commandName:e.name,reference:e.reference??e.name,display:F({trigger:`/`,icon:`command`,label:e.name})})){N(``);return}let r=e.isSkill?` ${n} `:`${n} `,i=mv(r,new Set([...Qa,e.name.toLowerCase()]),r.length);ti(i?.text??r);let a=xi.current;if(a&&(a._commandMetadata=e),j(!1),N(``),t){Ns({presetText:n});return}let o=()=>{if(xi.current){try{xi.current.focus({preventScroll:!0})}catch{xi.current.focus()}xi.current.setSelectionRange(xi.current.value.length,xi.current.value.length)}};requestAnimationFrame(()=>{o(),requestAnimationFrame(o)}),setTimeout(o,60)};Z.useEffect(()=>{Vn&&xi.current&&!Pr&&xi.current.focus()},[Vn,Pr]),Z.useEffect(()=>{Pr||ce(null)},[Pr]);let Cc=Rn.abortPrompt.sessionID,wc=Rn.abortPrompt.clear;Z.useEffect(()=>{Cc&&Cc!==Vn&&wc()},[Vn,Cc,wc]),Z.useEffect(()=>{Li.current=!!(Vn||Un)},[Vn,Un]);let Tc=Z.useCallback(e=>{if(!e)return!1;if(e.files&&e.files.length>0)return!0;if(e.types){let t=Array.from(e.types).map(e=>e.toLowerCase());if(t.includes(`files`)||t.includes(`text/uri-list`)||t.includes(`codefiles`)||t.includes(`application/x-openchamber-file-path`)||t.some(e=>e.includes(`vnd.code.tree`)))return!0}return q_(e).length>0},[]),Ec=Z.useCallback(e=>{if(!e)return[];let t=Array.from(e.files||[]);return t.length>0?t:Array.from(e.items||[]).filter(e=>e.kind===`file`).map(e=>e.getAsFile()).filter(e=>!!e)},[]),Dc=Z.useCallback(e=>{let t=e.replace(/\\/g,`/`).trim(),n=(aa||``).replace(/\\/g,`/`).replace(/\/+$/,``);if(!n||t===n)return t;let r=`${n}/`;return t.startsWith(r)?t.slice(r.length):t},[aa]),Oc=e=>{if(!Tc(e.dataTransfer))return;e.preventDefault(),e.stopPropagation(),Oi.current++;let t=e.dataTransfer.types?.includes(`application/x-openchamber-file-path`)??!1;t!==y&&w(t),(Vn||Un)&&!h&&g(!0)},jc=e=>{Tc(e.dataTransfer)&&(e.preventDefault(),e.stopPropagation(),e.dataTransfer.dropEffect=`copy`,(Vn||Un)&&!h&&g(!0))},Mc=e=>{e.preventDefault(),e.stopPropagation(),Oi.current--,Oi.current<=0&&(Oi.current=0,g(!1),w(!1),ac())},Nc=()=>{Oi.current=0,g(!1),w(!1),ac()},Pc=async e=>{if(Oi.current=0,!Tc(e.dataTransfer)){ac();return}if(e.preventDefault(),e.stopPropagation(),g(!1),!Vn&&!Un)return;let t=e.dataTransfer.getData(`application/x-openchamber-file-path`);if(t&&t!==`.`){let e=`@${t}`,n=xi.current,r=Wi.current;if(n){let t=n.selectionStart??Ci.current,i=n.selectionEnd??t,a=Ms(r,t,i,e);yi(a.text),requestAnimationFrame(()=>{n.selectionStart=a.caret,n.selectionEnd=a.caret,Ci.current=a.caret,n.focus()})}else{let t=Ms(r,r.length,r.length,e);yi(t.text)}ac();return}let n=qy(e.dataTransfer);if(n.length>0){d()&&(Ii.current=n),dc(n),d()||ac();return}let r=Ec(e.dataTransfer);if(r.length>0){let e=De(r.map(e=>e.name)),t=ws(e,Wi.current.slice(0,xi.current?.selectionStart??Wi.current.length),Wi.current.slice(xi.current?.selectionEnd??Wi.current.length));nc(t);for(let e of r)try{await Rn.addAttachment(e)}catch(e){console.error(`File attach failed`,e),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.attachFileFailed`))}}ac()},Fc=e=>{Tc(e.dataTransfer)&&(e.preventDefault(),d()&&(ki.current=!0,oc()))},Ic=Z.useRef(null),Lc=Z.useRef(null),Rc=q((e=!0)=>{Qe.current=0;let t=()=>{let t=Vp(xi);if(!t||(Hp(xi),!e))return;let n=t.value.length;try{t.setSelectionRange(n,n)}catch{}};t(),window.requestAnimationFrame(t)}),zc=Z.useCallback(async e=>{let t=Array.isArray(e)?e:Array.from(e);if(t.length>0){let e=De(t.map(e=>e.name)),n=ws(e,Wi.current.slice(0,xi.current?.selectionStart??Wi.current.length),Wi.current.slice(xi.current?.selectionEnd??Wi.current.length));nc(n)}for(let e of t)try{await Rn.addAttachment(e)}catch(e){console.error(`File attach failed`,e),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.attachFileFailed`))}},[Rn,nc,l]),Bc=Z.useCallback(async()=>{try{let e=await $i?.pickFiles?.(),t=Array.isArray(e?.files)?e.files:[],n=Array.isArray(e?.skipped)?e.skipped:[];if(n.length>0){let e=n.map(e=>`${e?.name||`file`}: ${e?.reason||`skipped`}`).join(`
6538
+ `);wi.error(l(`chat.chatInput.toast.someFilesSkipped`,{summary:e}))}let r=t.map(e=>{if(!e?.dataUrl)return null;try{let[t,n]=e.dataUrl.split(`,`),r=e.mimeType||t?.match(/data:(.*);base64/)?.[1]||`application/octet-stream`;if(!n)return null;let i=atob(n),a=new Uint8Array(i.length);for(let e=0;e<i.length;e++)a[e]=i.charCodeAt(e);let o=new Blob([a],{type:r});return new File([o],e.name||`file`,{type:r})}catch(e){return console.error(`Failed to decode VS Code picked file`,e),null}}).filter(Boolean);r.length>0&&(Rc(!1),await zc(r),Rc())}catch(e){console.error(`VS Code file pick failed`,e),wi.error(e instanceof Error?e.message:l(`chat.chatInput.toast.vscodePickFailed`))}},[zc,Rc,l,$i]),Vc=Z.useCallback(()=>{if(d()){Bc();return}Ic.current?.click()},[Bc]),Hc=Z.useCallback(()=>{if(d()){Bc();return}Lc.current?.click()},[Bc]),Uc=Z.useCallback(async()=>{if(!kc()){Hc();return}try{let e=await Ac(20);if(e===null){Hc();return}e.length>0&&(Rc(!1),await zc(e),Rc())}catch(e){console.error(`Native photo pick failed`,e),wi.error(l(`chat.chatInput.toast.attachFileFailed`))}},[zc,Rc,Hc,l]),Wc=Z.useCallback(async e=>{let t=e.target.files;!t||t.length===0||(Rc(!1),await zc(t),e.target.value=``,Rc())},[zc,Rc]),Gc=`gap-x-1.5 gap-y-0`,Kc=d(),qc=Fn.kind===`primary`&&Wn&&!Kc,Jc=Z.useMemo(()=>(Lt?.selectedProjectId?er.find(e=>e.id===Lt.selectedProjectId)??null:null)||(tr?er.find(e=>e.id===tr)??null:null)||(er[0]??null),[tr,Lt?.selectedProjectId,er]),Yc=Z.useMemo(()=>Jy(Jc?.path??null),[Jc?.path]),Xc=Jc?Yy(Jc):null,Zc=js(Yc),Qc=xs(e=>Yc?e.directories.get(Yc)?.lastBranchesFetch??0:0),$c=Ls(Yc),el=!!Zc?.all,tl=xs(e=>e.fetchBranches),[nl,rl]=Z.useState(!1);Z.useEffect(()=>{!qc||!Yc||!Zi||$c!==null||ua(Yc,Zi,{silent:!0})},[ua,Zi,$c,Yc,qc]),Z.useEffect(()=>{if(!qc||!Yc||!Jc||!Zi||$c!==!0){rl(!1);return}let e=!Qc||Date.now()-Qc>3e4;if(el&&!e){rl(!1);return}let t=!1;return rl(!el),tl(Yc,Zi).finally(()=>{t||rl(!1)}),()=>{t=!0}},[tl,Zi,Jc,Qc,el,$c,Yc,qc]);let il=Cs(Yc),al=Zc?.current?.trim()||il?.trim()||``,ol=Z.useMemo(()=>{if(!Jc)return null;let e=Jy(Jc.path);return!e||!al?null:{value:e,label:al}},[Jc,al]),sl=Z.useMemo(()=>{if(!Jc)return[];let e=Yc?rn.get(Yc)??rn.get(Jc.path)??[]:[];return Dr({projectRoot:Jy(Jc.path)??``,rootBranch:al,worktrees:e,pendingBootstrapDirectory:Lt?.bootstrapPendingDirectory??null}).filter(e=>e.kind===`worktree`)},[rn,Lt?.bootstrapPendingDirectory,Jc,al,Yc]),cl=Z.useMemo(()=>Jy(Lt?.bootstrapPendingDirectory??null)??Jy(Lt?.directoryOverride??null)??Yc,[Lt?.bootstrapPendingDirectory,Lt?.directoryOverride,Yc]),ll=Z.useMemo(()=>{let e=Jy(Lt?.bootstrapPendingDirectory??null);return!!(Lt?.preserveDirectoryOverride||Lt?.pendingWorktreeRequestId||e&&e===cl)},[Lt?.bootstrapPendingDirectory,Lt?.pendingWorktreeRequestId,Lt?.preserveDirectoryOverride,cl]),ul=Z.useMemo(()=>{let e=[];return ol&&e.push(ol),e.push(...sl),!cl||e.some(e=>e.value===cl)||!ll?e:[...e,{value:cl,label:Qi(cl)}]},[ol,cl,ll,sl]),dl=Z.useMemo(()=>r_({selectedDirectory:cl,projectRootOption:ol,worktreeOptions:sl}),[ol,cl,sl]),fl=Eh()===`mini-chat`,pl=Z.useMemo(()=>fl||oa!==!0||!sa||sa.isClean?!1:gh(sa.files),[sa,oa,fl]),ml=Z.useMemo(()=>!cl||ol?.value===cl||sl.some(e=>e.value===cl),[ol?.value,cl,sl]);Z.useEffect(()=>{Lt?.open&&(!Lt.preserveDirectoryOverride&&!Lt.bootstrapPendingDirectory||!cl||!ml||(Lt.preserveDirectoryOverride&&J.getState().setDraftPreserveDirectoryOverride(!1),Lt.bootstrapPendingDirectory&&J.getState().setDraftBootstrapPendingDirectory(null)))},[Lt?.bootstrapPendingDirectory,Lt?.open,Lt?.preserveDirectoryOverride,ml,cl]);let hl=Z.useMemo(()=>$c!==!0||nl?!1:ol?!0:sl.length>0,[nl,ol,$c,sl.length]),_l=Z.useCallback(e=>{if(J.getState().newSessionDraft?.pendingWorktreeRequestId)return;let t=er.find(t=>t.id===e);t&&(tr!==e&&ir(e),nn({projectId:e,directoryOverride:t.path},{force:!0}))},[tr,er,ir,nn]),vl=Z.useCallback(e=>{J.getState().newSessionDraft?.pendingWorktreeRequestId||Jc&&nn({projectId:Jc.id,directoryOverride:e},{force:!0})},[Jc,nn]),yl=Z.useCallback(e=>{let t=e.icon?xa[e.icon]:null,n=e.color?wa[e.color]:void 0,r=(0,$.jsx)(X,{name:t??`folder`,className:`h-3.5 w-3.5`,style:n?{color:n}:void 0});return(0,$.jsxs)(`span`,{className:`inline-flex min-w-0 items-center gap-1.5`,children:[(0,$.jsx)(`span`,{className:`flex h-4 w-4 shrink-0 items-center justify-center overflow-hidden text-muted-foreground`,children:e.iconImage?(0,$.jsx)(ga,{project:e,className:`size-full object-contain`,fallback:r}):r}),(0,$.jsx)(`span`,{className:`truncate`,children:Yy(e)})]})},[]);Z.useEffect(()=>{!qc||!Jc||!cl||Lt?.pendingWorktreeRequestId||Lt?.bootstrapPendingDirectory||Lt?.preserveDirectoryOverride||ul.some(e=>e.value===cl)||nn({projectId:Jc.id,directoryOverride:Jc.path})},[ul,Lt?.bootstrapPendingDirectory,Lt?.pendingWorktreeRequestId,Lt?.preserveDirectoryOverride,cl,Jc,nn,qc]);let bl=Z.useRef(ue);Z.useEffect(()=>{fe===`idle`&&(bl.current=ue)},[ue,fe]);let xl=q(()=>{ve.current!==null&&(window.clearTimeout(ve.current),ve.current=null)}),Sl=q(()=>{xl(),fe===`collapsing`&&(de(!1),be(`collapsed`),Jr(!1)),pe(`idle`)}),Cl=q(()=>{xl(),ve.current=window.setTimeout(Sl,240)}),wl=q(()=>{if(bl.current){if(bl.current=!1,Ze.current=null,xe.current!==null&&(window.cancelAnimationFrame(xe.current),xe.current=null),be(`none`),window.matchMedia?.(`(prefers-reduced-motion: reduce)`).matches){de(!1),be(`collapsed`),Jr(!1),pe(`idle`);return}pe(`collapsing`),Cl()}});Z.useEffect(()=>()=>xl(),[xl]);let Tl=Z.useCallback(e=>{if(typeof window>`u`||typeof window.requestAnimationFrame!=`function`){be(e);return}xe.current!==null&&window.cancelAnimationFrame(xe.current),xe.current=window.requestAnimationFrame(()=>{xe.current=null,be(e)})},[]);Z.useEffect(()=>()=>{xe.current!==null&&(window.cancelAnimationFrame(xe.current),xe.current=null)},[]);let El=q(e=>{if(!(Date.now()<Qe.current)){if(Se(),Ze.current=e,Wr()&&typeof window<`u`&&window.dispatchEvent(new CustomEvent(`oc:keyboard-intent`,{detail:{open:!0}})),!bl.current){xl(),bl.current=!0;let e=typeof window<`u`?window.Capacitor?.getPlatform?.():void 0,t=window.matchMedia?.(`(prefers-reduced-motion: reduce)`).matches??!1;Wr()&&(e===`ios`||e===`android`)?((0,_c.flushSync)(()=>{de(!0),be(t?`full`:`none`),pe(t?`idle`:`expanding`)}),t||(Tl(`full`),Cl())):(Z.startTransition(()=>{de(!0),be(`full`),pe(t?`idle`:`expanding`)}),t||Cl())}xi.current?.focus({preventScroll:Wr()})}}),Dl=Z.useCallback(()=>{$e(),Ie(!0),xi.current?.blur()},[$e]),Ol=Z.useCallback(()=>{$e(),ze(!0),xi.current?.blur()},[$e]),kl=Z.useCallback(e=>{if(Ae(e),e){Ze.current=null,bl.current||(bl.current=!0,Se(),de(!0),be(`full`));return}window.setTimeout(()=>{bl.current&&document.activeElement!==xi.current&&wl()},30)},[wl]);Z.useEffect(()=>{if(!Pr||typeof document>`u`)return;let e=document.getElementById(`mobile-overlay-root`);e||(e=document.createElement(`div`),e.id=`mobile-overlay-root`,document.body.appendChild(e));let t=e,n=()=>Xe(Kh(t.children));n();let r=new MutationObserver(n);return r.observe(t,{childList:!0,subtree:!0,attributes:!0,attributeFilter:[Gh]}),()=>r.disconnect()},[Pr]);let Al=Ye||!!se||je||Re||fo||mo,jl=Z.useRef(!1);jl.current=fo||mo;let Ml=Z.useRef(!1),Nl=Z.useRef(0),Pl=Z.useRef(0),Il=q(()=>{let e=J.getState().stagedMessageEdit;!e||e.sessionId!==Vn||window.setTimeout(()=>{let t=J.getState().stagedMessageEdit,n=document.activeElement,r=bv({surfaceKind:Fn.kind,stagedSessionId:t?.sessionId??null,stagedMessageId:t?.messageId??null,blurredMessageId:e.messageId,submitInFlight:ls(),focusHeld:Date.now()<Pl.current,overlayOpen:Nl.current>0||jl.current,focusInsideComposer:n instanceof Element&&!!(n.closest(`[data-composer-content="true"]`)||n.closest(`[data-slot="dropdown-menu-content"]`))||Date.now()<Qe.current});r.action===`disarm`&&J.getState().clearStagedMessageEdit(r.sessionId)},0)});Z.useEffect(()=>{if(!Pr||Wr()||typeof window>`u`||!window.matchMedia?.(`(display-mode: standalone)`)?.matches)return;let e=()=>{Nl.current+=1},t=()=>{if(Nl.current=Math.max(0,Nl.current-1),Ml.current){Ml.current=!1;return}if(!tt.current||jl.current||Nl.current>0)return;if(qa()){tt.current=!1;return}tt.current=!1,Pl.current=Date.now()+600,xi.current?.focus(),document.activeElement===xi.current&&we(!0);let e=()=>{let e=xi.current;!e||document.activeElement!==e||(Hl.current??e).scrollIntoView({block:`end`})};window.setTimeout(e,300),window.setTimeout(e,650)};return window.addEventListener(`oc:mobile-overlay-opened`,e),window.addEventListener(`oc:mobile-overlay-closed`,t),()=>{window.removeEventListener(`oc:mobile-overlay-opened`,e),window.removeEventListener(`oc:mobile-overlay-closed`,t)}},[Pr]),Z.useEffect(()=>{if(!Pr)return;if(Al){(Ce||Date.now()-et.current<800)&&(tt.current=!0);return}if(!tt.current)return;let e=window.setTimeout(()=>{if(tt.current=!1,qa())return;let e=xi.current;e&&document.activeElement!==e&&e.focus({preventScroll:Wr()})},180);return()=>window.clearTimeout(e)},[Pr,Al,Ce]);let Ll=Ce||Ye||Ee||!!se||je||Re||Be!==null||fo||mo||h,Rl=Ye||Ee||!!se||je||Re||Be!==null||fo||mo||h;Z.useEffect(()=>{if(!Pr||!ue||Ll)return;let e=window.setTimeout(()=>{document.activeElement!==xi.current&&wl()},250);return()=>window.clearTimeout(e)},[Pr,ue,Ll,wl]);let zl=Z.useRef(!1);zl.current=Rl,Z.useEffect(()=>{if(!Pr||Wr()||typeof document>`u`)return;let e=document.documentElement;return Ce?e.classList.add(`oc-browser-keyboard-open`):(e.classList.remove(`oc-browser-keyboard-open`),window.matchMedia?.(`(display-mode: standalone)`)?.matches&&window.setTimeout(()=>{e.classList.contains(`oc-browser-keyboard-open`)||(window.scrollTo(0,0),document.body.scrollTop=0,e.scrollTop=0)},350)),()=>e.classList.remove(`oc-browser-keyboard-open`)},[Pr,Ce]),Z.useEffect(()=>{if(!Pr||typeof window>`u`)return;let e=e=>{let t=e.detail;!t||t.open!==!1||bl.current&&(zl.current||(0,_c.flushSync)(()=>{wl()}))};return window.addEventListener(`oc:keyboard-intent`,e),()=>window.removeEventListener(`oc:keyboard-intent`,e)},[Pr,wl]),Z.useLayoutEffect(()=>{if(!Pr||!ue||fe===`collapsing`)return;let e=Di.current;if(!e)return;let t=()=>{let t=Math.max(44,Math.ceil(e.offsetHeight));he(e=>e===t?e:t)};t();let n=typeof ResizeObserver==`function`?new ResizeObserver(t):null;return n?.observe(e),()=>n?.disconnect()},[Pr,ue,fe,ae]);let Bl=q(e=>{e.currentTarget===e.target&&e.animationName.startsWith(`oc-mobile-composer-motion-`)&&Sl()});Z.useEffect(()=>{We(``)},[Be]);let Hl=Z.useRef(null);Z.useLayoutEffect(()=>{if(!Pr||!Pa||Wr())return;let e=window.visualViewport,t=Hl.current,n=xi.current;if(!e||!t)return;document.documentElement.classList.add(`oc-browser-kb-fullscreen`);let r=()=>{let n=Math.max(0,Math.floor(e.offsetTop)),r=document.documentElement.clientHeight;t.style.position=`fixed`,t.style.left=`0`,t.style.right=`0`,t.style.top=`${n}px`,t.style.height=`${Math.floor(Math.min(e.height,r-n))}px`,t.style.zIndex=`40`,t.style.background=`var(--background)`};return r(),e.addEventListener(`resize`,r),e.addEventListener(`scroll`,r),window.addEventListener(`resize`,r),window.addEventListener(`scroll`,r,!0),()=>{e.removeEventListener(`resize`,r),e.removeEventListener(`scroll`,r),window.removeEventListener(`resize`,r),window.removeEventListener(`scroll`,r,!0),document.documentElement.classList.remove(`oc-browser-kb-fullscreen`),t.style.position=``,t.style.left=``,t.style.right=``,t.style.top=``,t.style.height=``,t.style.zIndex=``,t.style.background=``,requestAnimationFrame(()=>{n&&document.activeElement===n&&n.scrollIntoView({block:`nearest`})})}},[Pr,Pa]),Z.useLayoutEffect(()=>{if(!Pr||Wr()||!Un||Pa||!Ce)return;let e=window.visualViewport,t=Hl.current;if(!e||!t)return;let n=t.getBoundingClientRect();t.style.position=`fixed`,t.style.left=`${Math.floor(n.left)}px`,t.style.width=`${Math.floor(n.width)}px`,t.style.zIndex=`40`,t.style.background=`var(--background)`;let r=NaN,i=0,a=()=>{let n=document.documentElement.clientHeight,o=e.offsetTop+e.height,s=Math.max(0,Math.floor(Math.min(o,n)-t.offsetHeight));s!==r&&(r=s,t.style.top=`${s}px`),i=requestAnimationFrame(a)};return a(),()=>{cancelAnimationFrame(i),t.style.position=``,t.style.left=``,t.style.width=``,t.style.top=``,t.style.zIndex=``,t.style.background=``}},[Pr,Pa,Un,Ce]);let Ul=Pr?`px-1.5 py-1.5`:Kc?`px-1.5 py-1`:`px-2.5 py-1.5`,Gl=Pr?`h-8 w-8`:Kc?`h-5 w-5`:`h-6 w-6`,Kl=Pr?`h-4 w-4`:Kc?`h-3.5 w-3.5`:`h-4 w-4`,ql=Pr?`h-6 w-6`:Kc?`h-4 w-4`:`h-5 w-5`,Jl=Pr?`h-[18px] w-[18px]`:Kc?`h-4 w-4`:`h-[18px] w-[18px]`,Yl=Y(`flex cursor-pointer items-center justify-center text-foreground transition-none outline-none focus:outline-none flex-shrink-0 disabled:cursor-not-allowed`,Tp),Xl=Y(Yl,Gl),Zl=(Pr?Ce||Ca||Ta||se:va||Ca||Ta)?`opacity-100`:`opacity-45 hover:opacity-100 focus-within:opacity-100`;Z.useEffect(()=>()=>{uo.current&&=(clearTimeout(uo.current),null)},[]);let Ql=Pr?(0,$.jsxs)(`div`,{"data-composer-action":`true`,className:`composer-mobile-model-controls flex min-w-0 flex-1 items-center justify-end gap-x-1.5`,children:[(0,$.jsx)($y,{onOpenAgentPanel:Ds,onCycleAgent:()=>{$e(),Js()},agentName:Fn.selection.value.agent,agents:kr,disabled:Nr}),(0,$.jsx)(eb,{onOpenModel:()=>Uo(`model`),providerID:Fn.selection.value.providerID,modelID:Fn.selection.value.modelID,provider:Ar.find(e=>e.id===Fn.selection.value.providerID),variant:Fn.selection.value.variant})]}):null,$l=(0,$.jsxs)(`div`,{className:`relative z-10 flex flex-wrap items-center gap-1 px-3 pt-1`,children:[(0,$.jsx)(Au,{attachments:Bn,onShowPopup:Lr,onRemoveAttachedFile:ic}),Fn.kind===`primary`?(0,$.jsx)(Pu,{attachedFiles:Bn,onAddVSCodeFile:(e,t,n)=>{Kn&&Ur(Kn,()=>wt.getState()).addVSCodeFile(e,t,n)},onAddVSCodeSelection:(e,t)=>{if(Kn)return Ur(Kn,()=>wt.getState()).addVSCodeSelection(e,t)}}):null]}),tu=ao?.map((e,t)=>(0,$.jsx)(`span`,{className:e.className,children:e.visual?(0,$.jsx)(A_,{visual:e.visual,text:e.text}):e.text},`${t}-${e.text.length}`)),nu=Pr?(0,$.jsxs)($.Fragment,{children:[ye===`collapsed`?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`div`,{"data-mobile-composer-collapsed-slot":`attach`,"data-composer-action":`true`,className:`composer-mobile-actions flex shrink-0 items-center`,children:(0,$.jsx)(rb,{isVSCode:Kc,footerIconButtonClass:Xl,iconSizeClass:Jl,handlePickLocalFiles:Vc,handlePickLocalImages:Hc,openIssuePicker:Os,openPrPicker:As,onOpenMobileSheet:Dl,onOpenAndroidPickSheet:kc()?Ol:void 0})}),Qo?(0,$.jsx)(`div`,{"data-mobile-composer-collapsed-slot":`action`,"data-composer-action":`true`,className:`flex shrink-0 items-center justify-end`,children:(0,$.jsx)(ab,{isMobile:!0,footerIconButtonClass:Xl,sendIconSizeClass:Kl,stopIconSizeClass:ql,canSend:Yo,canAbort:!0,hasContent:!1,currentSessionId:Vn,newSessionDraftOpen:Un,draftSubmitting:Hn,submissionBlocked:a,sendPhase:os,queueFrozen:Jo,queueFallbackAvailable:Qo||Zo,onPrimaryAction:Fs,onAbort:qs})}):null]}):null,ge?(0,$.jsxs)(`div`,{className:Y(`w-full min-w-0 items-center gap-x-1.5`,ye===`full`?`flex`:`hidden`),"data-composer-action":`true`,"aria-hidden":ye!==`full`||void 0,inert:ye!==`full`||void 0,children:[(0,$.jsxs)(`div`,{className:`composer-mobile-actions flex shrink-0 items-center gap-x-2 pl-1`,children:[(0,$.jsx)(rb,{isVSCode:Kc,footerIconButtonClass:Xl,iconSizeClass:Jl,handlePickLocalFiles:Vc,handlePickLocalImages:Hc,openIssuePicker:Os,openPrPicker:As,onOpenSettings:e,onOpenMobileSheet:Dl,onOpenAndroidPickSheet:kc()?Ol:void 0}),hr?(0,$.jsx)(ib,{sessionId:Vn,draftOpen:Un,draftEnabled:Lt.permissionAutoAcceptEnabled===!0,enabled:dr,saving:Vn?Qt:!1,footerIconButtonClass:Xl,iconSizeClass:Jl,onSetDraftEnabled:qt,onSetSessionEnabled:tn,onOpenSessionFirst:Wt,onToggleFailed:_r}):null,(0,$.jsx)(nv,{sessionId:Vn,directory:Ot??Gn,draftOpen:Un}),(0,$.jsx)(rv,{length:$r.length})]}),Ql,(0,$.jsx)(`div`,{className:`relative z-30 flex shrink-0 items-center justify-end gap-x-1.5`,children:(0,$.jsx)(ab,{isMobile:Pr,footerIconButtonClass:Xl,sendIconSizeClass:Kl,stopIconSizeClass:ql,canSend:Yo,canAbort:Qo,hasContent:!!Ko,currentSessionId:Vn,newSessionDraftOpen:Un,draftSubmitting:Hn,submissionBlocked:a,sendPhase:os,queueFrozen:Jo,queueFallbackAvailable:Qo||Zo,onPrimaryAction:Fs,onAbort:qs})})]}):null]}):(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`div`,{className:Y(`flex flex-shrink-0 items-center`,Gc),children:[(0,$.jsx)(rb,{isVSCode:Kc,footerIconButtonClass:Xl,iconSizeClass:Jl,handlePickLocalFiles:Vc,handlePickLocalImages:Hc,openIssuePicker:Os,openPrPicker:As,onOpenSettings:e,withTooltip:!0}),hr?(0,$.jsx)(ib,{sessionId:Vn,draftOpen:Un,draftEnabled:Lt.permissionAutoAcceptEnabled===!0,enabled:dr,saving:Vn?Qt:!1,footerIconButtonClass:Xl,iconSizeClass:Jl,onSetDraftEnabled:qt,onSetSessionEnabled:tn,onOpenSessionFirst:Wt,onToggleFailed:_r}):null,(0,$.jsx)(nv,{sessionId:Vn,directory:Ot??Gn,draftOpen:Un}),(0,$.jsx)(rv,{length:$r.length})]}),(0,$.jsxs)(`div`,{className:Y(`relative z-30 flex flex-1 items-center justify-end md:gap-x-1.5`,Gc),children:[(0,$.jsx)(Zy,{className:`min-w-0 flex-1 justify-end`,composerTextareaRef:xi,selectionAdapter:Cr}),(0,$.jsx)(Qy,{radius:La,isMobile:Pr,footerIconButtonClass:Xl,footerPaddingClass:Ul,iconSizeClass:Jl,sendIconSizeClass:Kl,onInsert:Rs,onInsertAndSend:zs,onContentHeightChange:Qs,renderTrigger:!1}),(0,$.jsx)(ab,{isMobile:Pr,footerIconButtonClass:Xl,sendIconSizeClass:Kl,stopIconSizeClass:ql,canSend:Yo,canAbort:Qo,hasContent:!!Ko,currentSessionId:Vn,newSessionDraftOpen:Un,draftSubmitting:Hn,submissionBlocked:a,sendPhase:os,queueFrozen:Jo,queueFallbackAvailable:Qo||Zo,onPrimaryAction:Fs,onAbort:qs})]})]}),iu=q(()=>{if(Pr){Pl.current=Date.now()+600,El(`focus`);let e=()=>{xi.current?.focus({preventScroll:Wr()}),document.activeElement===xi.current&&we(!0)};e(),window.requestAnimationFrame(e);return}let e=()=>{if(!Hp(xi))return;let e=Vp(xi);if(!e)return;let t=e.value.length;try{e.setSelectionRange(t,t)}catch{}};e(),window.requestAnimationFrame(()=>{e(),window.setTimeout(e,0)})}),au=Ot??Gn,{goal:ou,enabled:su}=X_(Vn??``,au),cu=(0,$.jsx)(Af,{onEditMessage:bs,onSendMessage:Ss,onEditCommitted:iu,draftKey:Kn,scope:xo,draftTarget:Kn?{key:Kn,expectedRevision:()=>Rn.getDraft(Kn)?.revision??`absent`}:null,clientPendingItems:ds,onRemoveClientPending:e=>{let t=bn.getState().removeEstablishingFollowUp(e);t&&(t.content&&ti(t.content),t.attachments.length>0&&Rn.restoreAttachments(t.attachments))},trailing:Vn&&su&&ou?(0,$.jsx)(tv,{sessionId:Vn,directory:au}):null});return(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(`form`,{ref:Hl,onSubmit:e=>{e.preventDefault(),Fs()},onPointerDownCapture:e=>{if(!Pr)return;let t=e.target;t instanceof Element&&(!bl.current&&t.closest(`[data-mobile-composer-surface="true"]`)&&Se(),!t.closest(`textarea[data-chat-input="true"]`)&&(t.closest(`[data-chat-prompt-attachments="true"]`)||t.closest(`button, [role="button"], a, label, input, select, [data-composer-action="true"], [data-chat-input-footer="true"]`)&&($e(),e.preventDefault())))},className:Y(`relative w-full pt-0 pb-4`,Na&&`flex h-full min-h-0 flex-col pt-4`,Pa&&`flex h-full min-h-0 flex-col pt-1`,Pr&&`bottom-safe-area oc-mobile-composer`),style:Pr&&Vr>0?{marginBottom:`${Vr}px`}:void 0,children:[Wn&&!Na&&!Pr&&!Kc&&!fl?(0,$.jsx)(`div`,{className:`chat-input-column mb-7 text-center`,children:(0,$.jsx)(`h1`,{className:`text-balance text-2xl font-normal tracking-tight text-foreground md:text-3xl`,children:Xy(Xc?l(`chat.emptyState.draftTitleWithProject`,{project:Xc}):l(`chat.emptyState.draftTitle`),Xc)})}):null,(0,$.jsxs)(`div`,{className:Y(`chat-input-column relative overflow-visible`,Fa&&`flex flex-1 min-h-0 flex-col`),children:[(0,$.jsx)(ju,{attachments:Bn,onShowPopup:Lr,onRemoveAttachedFile:ic}),(0,$.jsx)(qf,{}),No&&(0,$.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 pb-2`,children:[Io>0?(0,$.jsxs)(`div`,{className:`inline-flex items-center gap-1.5 rounded-xl border px-2.5 py-1`,style:{backgroundColor:ia?.colors?.surface?.elevated,borderColor:ia?.colors?.interactive?.border},children:[(0,$.jsx)(`span`,{className:`text-xs font-medium text-muted-foreground`,children:l(`chat.chatInput.reviewComments`)}),(0,$.jsx)(`span`,{className:`text-xs font-semibold`,style:{color:ia?.colors?.status?.info},children:Io}),(0,$.jsx)(`button`,{type:`button`,className:`ml-1 inline-flex h-4 w-4 items-center justify-center rounded-full text-muted-foreground hover:bg-interactive-hover hover:text-foreground`,style:{minHeight:0,minWidth:0},onClick:Ro,"aria-label":l(`chat.chatInput.reviewCommentsRemove`),title:l(`chat.chatInput.reviewCommentsRemove`),children:(0,$.jsx)(X,{name:`close`,className:`h-3 w-3`})})]}):null,Po>0?(0,$.jsxs)(`div`,{className:`inline-flex items-center gap-1.5 rounded-xl border px-2.5 py-1`,style:{backgroundColor:ia?.colors?.surface?.elevated,borderColor:ia?.colors?.interactive?.border},children:[(0,$.jsx)(`span`,{className:`text-xs font-medium text-muted-foreground`,children:l(`chat.chatInput.devServerLogs`)}),(0,$.jsx)(`span`,{className:`text-xs font-semibold`,style:{color:ia?.colors?.status?.info},children:Po}),(0,$.jsx)(`button`,{type:`button`,className:`ml-1 inline-flex h-4 w-4 items-center justify-center rounded-full text-muted-foreground hover:bg-interactive-hover hover:text-foreground`,style:{minHeight:0,minWidth:0},onClick:()=>Lo(`preview-console`),"aria-label":l(`chat.chatInput.devServerLogsRemove`),title:l(`chat.chatInput.devServerLogsRemove`),children:(0,$.jsx)(X,{name:`close`,className:`h-3 w-3`})})]}):null,Fo>0?(0,$.jsxs)(`div`,{className:`inline-flex items-center gap-1.5 rounded-xl border px-2.5 py-1`,style:{backgroundColor:ia?.colors?.surface?.elevated,borderColor:ia?.colors?.interactive?.border},children:[(0,$.jsx)(`span`,{className:`text-xs font-medium text-muted-foreground`,children:l(`chat.chatInput.previewAnnotations`)}),(0,$.jsx)(`span`,{className:`text-xs font-semibold`,style:{color:ia?.colors?.status?.info},children:Fo}),(0,$.jsx)(`button`,{type:`button`,className:`ml-1 inline-flex h-4 w-4 items-center justify-center rounded-full text-muted-foreground hover:bg-interactive-hover hover:text-foreground`,style:{minHeight:0,minWidth:0},onClick:()=>Lo(`preview-annotation`),"aria-label":l(`chat.chatInput.previewContextRemove`),title:l(`chat.chatInput.previewContextRemove`),children:(0,$.jsx)(X,{name:`close`,className:`h-3 w-3`})})]}):null]}),go&&!Kc&&(0,$.jsx)(`div`,{className:`pb-2 w-full px-1`,children:(0,$.jsxs)(`div`,{className:`flex w-full items-center gap-1.5 text-sm h-5 px-1`,children:[(0,$.jsxs)(`button`,{type:`button`,onClick:()=>po(!0),className:`flex min-w-0 flex-1 items-center gap-1.5 text-left hover:opacity-80 transition-opacity`,children:[go.author?.avatarUrl&&(0,$.jsx)(`img`,{src:go.author.avatarUrl,alt:go.author.login,className:`h-5 w-5 rounded-full flex-shrink-0`}),(0,$.jsxs)(`span`,{className:`text-muted-foreground flex-shrink-0`,children:[`#`,go.number,go.author&&(0,$.jsx)(`span`,{className:`ml-1`,children:l(`chat.chatInput.linked.byAuthor`,{author:go.author.login})})]}),(0,$.jsx)(`span`,{className:`text-foreground truncate`,children:go.title})]}),(0,$.jsxs)(`span`,{className:`flex items-center gap-0.5 flex-shrink-0`,children:[(0,$.jsx)(`a`,{href:go.url,target:`_blank`,rel:`noopener noreferrer`,className:`flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors`,"aria-label":l(`chat.chatInput.linked.issue.openInBrowserAria`),children:(0,$.jsx)(X,{name:`external-link`,className:`h-4 w-4 text-muted-foreground`})}),(0,$.jsx)(`button`,{type:`button`,onClick:()=>{_o(null)},className:`flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors`,"aria-label":l(`chat.chatInput.linked.issue.removeAria`),title:l(`chat.chatInput.linked.issue.removeAria`),children:(0,$.jsx)(X,{name:`close`,className:`h-4 w-4 text-muted-foreground`})})]})]})}),vo&&!Kc&&(0,$.jsx)(`div`,{className:`pb-2 w-full px-1`,children:(0,$.jsxs)(`div`,{className:`flex w-full items-center gap-1.5 text-sm h-5 px-1`,children:[(0,$.jsxs)(`button`,{type:`button`,onClick:()=>ho(!0),className:`flex min-w-0 flex-1 items-center gap-1.5 text-left hover:opacity-80 transition-opacity`,children:[vo.author?.avatarUrl&&(0,$.jsx)(`img`,{src:vo.author.avatarUrl,alt:vo.author.login,className:`h-5 w-5 rounded-full flex-shrink-0`}),(0,$.jsxs)(`span`,{className:`text-muted-foreground flex-shrink-0`,children:[l(`chat.chatInput.linked.pr.number`,{number:vo.number}),vo.author&&(0,$.jsx)(`span`,{className:`ml-1`,children:l(`chat.chatInput.linked.byAuthor`,{author:vo.author.login})})]}),(0,$.jsx)(`span`,{className:`text-foreground truncate`,children:vo.title}),(0,$.jsxs)(`span`,{className:`text-muted-foreground flex-shrink-0 typography-meta`,children:[vo.head,` → `,vo.base]})]}),(0,$.jsxs)(`span`,{className:`flex items-center gap-0.5 flex-shrink-0`,children:[(0,$.jsx)(`a`,{href:vo.url,target:`_blank`,rel:`noopener noreferrer`,className:`flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors`,"aria-label":l(`chat.chatInput.linked.pr.openInBrowserAria`),children:(0,$.jsx)(X,{name:`external-link`,className:`h-4 w-4 text-muted-foreground`})}),(0,$.jsx)(`button`,{type:`button`,onClick:()=>{yo(null)},className:`flex items-center justify-center h-6 w-6 hover:bg-[var(--interactive-hover)] rounded-full transition-colors`,"aria-label":l(`chat.chatInput.linked.pr.removeAria`),title:l(`chat.chatInput.linked.pr.removeAria`),children:(0,$.jsx)(X,{name:`close`,className:`h-4 w-4 text-muted-foreground`})})]})]})}),(0,$.jsx)(nb,{sessionId:Vn,directory:Ot??Gn}),(0,$.jsx)(tb,{showAbortStatus:fa,showAssistantStatus:!1,showTodos:!0,leftAccessory:Un||!pl?null:(0,$.jsx)(Ch,{})}),!Pr&&qc?(0,$.jsxs)(`div`,{className:`mb-1.5 flex min-w-0 items-center gap-1.5 px-0.5`,children:[Jc?(0,$.jsxs)(ba,{value:Jc.id,open:qe,onValueChange:_l,onOpenChange:e=>{Je(e),e||Ke(``)},children:[(0,$.jsx)(ja,{asChild:!0,size:`sm`,children:(0,$.jsxs)(`button`,{type:`button`,className:Y(`group relative inline-flex h-6 min-w-0 w-fit max-w-[42vw] items-center rounded-lg !border-0 px-1.5 py-1 pr-1.5 typography-micro font-medium text-foreground/80 transition-[padding] hover:pr-5 focus-visible:pr-5 data-[popup-open]:pr-5 sm:max-w-[18rem]`,Cp),children:[(0,$.jsx)(ma,{children:yl(Jc)}),(0,$.jsx)(X,{name:`arrow-down-s`,className:`pointer-events-none absolute right-1 size-3.5 shrink-0 text-muted-foreground opacity-0 transition-opacity group-hover:opacity-100 group-focus-visible:opacity-100 group-data-[popup-open]:opacity-100`,"aria-hidden":`true`})]})}),(0,$.jsxs)(ya,{fitContent:!0,children:[(0,$.jsx)(Ma,{autoFocus:!0,value:Ge,onChange:e=>Ke(e.target.value),onKeyDown:e=>e.stopPropagation(),placeholder:l(`chat.chatInput.draftPicker.searchProjects`),className:`mb-1 h-8 min-w-56`}),er.filter(e=>Aa(Yy(e),Ge)||Aa(e.path,Ge)).map(e=>(0,$.jsx)(ka,{value:e.id,className:`max-w-[24rem] truncate`,children:yl(e)},e.id)),(0,$.jsx)(_a,{}),(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2 rounded-lg px-2 py-1.5 text-left typography-ui-label text-foreground hover:bg-interactive-hover`,onPointerDown:e=>{e.stopPropagation()},onClick:e=>{e.preventDefault(),e.stopPropagation(),Je(!1),requestAnimationFrame(()=>ri.requestDirectoryDialog())},children:[(0,$.jsx)(X,{name:`folder-add`,className:`h-4 w-4 shrink-0 text-muted-foreground`}),(0,$.jsx)(`span`,{children:l(`chat.chatInput.draftPicker.newProject`)})]})]})]}):(0,$.jsxs)(`button`,{type:`button`,className:Y(`inline-flex h-auto min-h-6 cursor-pointer items-center gap-1.5 rounded-lg px-2.5 py-1 typography-micro font-medium text-foreground/80`,Cp),onClick:()=>ri.requestDirectoryDialog(),children:[(0,$.jsx)(X,{name:`folder-add`,className:`h-3.5 w-3.5 shrink-0 text-muted-foreground`}),(0,$.jsx)(`span`,{children:l(`chat.chatInput.draftPicker.newProject`)})]}),Jc&&hl?(0,$.jsx)(u_,{directory:cl,projectDirectory:Yc,label:dl,projectRootOption:ol,worktreeOptions:sl,onSelectDirectory:vl}):null]}):null,Pr&&qc?(0,$.jsxs)(`div`,{className:`oc-mobile-draft-target-selectors mb-1.5 flex min-w-0 items-center gap-1.5 px-0.5`,children:[Jc?(0,$.jsx)(`button`,{type:`button`,className:Y(`inline-flex h-[26px] min-w-0 max-w-[46%] shrink items-center gap-1.5 rounded-lg px-1.5 text-[11px] leading-none font-medium text-foreground/80`,Cp),onClick:()=>Ve(`project`),children:yl(Jc)}):(0,$.jsxs)(`button`,{type:`button`,className:Y(`inline-flex h-[26px] min-w-0 max-w-[46%] items-center gap-1.5 rounded-lg px-1.5 text-[11px] leading-none font-medium text-foreground/80`,Cp),onClick:()=>ri.requestDirectoryDialog(),children:[(0,$.jsx)(X,{name:`folder-add`,className:`h-3.5 w-3.5 shrink-0 text-muted-foreground`}),(0,$.jsx)(`span`,{children:l(`chat.chatInput.draftPicker.newProject`)})]}),Jc&&hl?(0,$.jsx)(u_,{directory:cl,projectDirectory:Yc,label:dl,projectRootOption:ol,worktreeOptions:sl,onSelectDirectory:vl,maxWidthClassName:`max-w-[50%]`,presentation:`mobile-sheet`}):null]}):null,(0,$.jsxs)(`div`,{className:Y(!Pr&&`contents`,Pr&&`relative`,Pa&&`flex min-h-0 flex-1 flex-col`),children:[cu,(0,$.jsxs)(`div`,{className:Y(Pr?`oc-mobile-composer-motion-viewport`:`contents`,Pr&&fe!==`idle`&&`oc-mobile-composer-motion-active`,Pr&&!ue&&fe===`idle`&&`oc-mobile-composer-motion-collapsed`),style:Pr?{"--oc-mobile-composer-stage-height":`${me}px`}:void 0,children:[(0,$.jsxs)(Hg,{value:$r,attachments:[],disabled:!Vn&&!Un||Hn&&!os.establishing,pending:Qo||os.inFlight&&!os.establishing,isMobile:Pr,onSubmit:Fs,"data-mobile-composer-surface":Pr?`true`:void 0,"data-mobile-composer-collapsed":Pr&&!ue?`true`:void 0,"data-session-swipe-surface":Pr?`true`:void 0,expanded:Fa,focusedTone:p===`shell`?`info`:`primary`,className:Y(`relative z-10`,h&&`ring-2 ring-primary ring-offset-2`,Br&&`ring-1 ring-[var(--interactive-selection)] border-[var(--interactive-selection)]`,Pr&&!ue&&`oc-mobile-composer-collapsed`,Pr&&`oc-mobile-composer-surface`,Pr&&fe===`expanding`&&`oc-mobile-composer-motion-expanding`,Pr&&fe===`collapsing`&&`oc-mobile-composer-motion-collapsing`,Pr&&fe!==`idle`&&`oc-mobile-composer-effects-reduced`),style:{borderRadius:La,backgroundColor:ia?.colors?.surface?.subtle},ref:Di,onDropCapture:Fc,onDragEnter:Oc,onDragOver:jc,onDragLeave:Mc,onDrop:Pc,onDragEnd:Nc,onAnimationEnd:Bl,autoResize:!1,disableInputWhilePending:!1,contentClassName:Y(`transition-opacity duration-200`,Zl,Fa&&`flex-1 min-h-0`,Pr&&!ue&&`oc-mobile-composer-collapsed-content`),inputHeader:void 0,attachmentContent:Pr&&ye!==`full`?void 0:$l,highlightedContent:tu,highlightRef:ha,inputRef:xi,textLayoutClassName:Y(Oy,Fa?Y(`h-full min-h-0`,Pr?`py-2.5`:`py-4`):Pr?ue?`py-2.5`:`py-0`:`pt-4 pb-2`,p===`shell`?`font-mono`:`typography-markdown md:typography-ui-label`,Pr&&!ue&&`oc-mobile-composer-collapsed-text`),inputOuterClassName:Y(Fa&&`flex-1 min-h-0`,Pr&&!ue&&`min-h-0 flex-1`),inputStyle:{flex:Fa||Pr&&!ue?`1 1 auto`:`none`,height:Pr&&!ue?`100%`:!Fa&&ae?`${ae.height}px`:void 0,maxHeight:Pr&&!ue?`100%`:!Fa&&ae?`${ae.maxHeight}px`:void 0,borderTopLeftRadius:La,borderTopRightRadius:La},footerClassName:Y(`relative z-30 bg-transparent flex-shrink-0`,Pr&&!ue?`oc-mobile-composer-collapsed-footer px-0 py-0`:Ul,Pr?`flex items-center gap-x-1.5`:Y(`flex items-center justify-between`,Gc)),footerStyle:{borderBottomLeftRadius:La,borderBottomRightRadius:La},footerContent:nu,placeholder:l(Vn||Un?p===`shell`?`chat.chatInput.placeholder.shell`:Ra?`chat.chatInput.placeholder.chatCompact`:`chat.chatInput.placeholder.chat`:`chat.chatInput.placeholder.selectSession`),onChange:(e,t)=>uc(t),textareaProps:{readOnly:Br,onCompositionStart:()=>{Si.current=!0},onCompositionEnd:e=>{Si.current=!1;let t=e.currentTarget;tc(t.value,t.selectionStart??t.value.length,t.selectionEnd??t.selectionStart??t.value.length)},onBeforeInput:lc,onKeyDown:Us,onCopy:mc,onCut:hc,onPaste:fc,onDragEnter:Oc,onDragOver:jc,onDropCapture:Fc,onDrop:Pc,onDragEnd:Nc,onKeyUp:Gs,onClick:()=>{Pr&&!bl.current&&Date.now()>=Qe.current&&El(`focus`),Gs()},onScroll:e=>{if(Pr&&!bl.current){let t=e.currentTarget;t.scrollTop!==0&&(t.scrollTop=0),t.scrollLeft!==0&&(t.scrollLeft=0),ha.current&&(ha.current.style.transform=``);return}Gs();let t=e.currentTarget.scrollTop;ha.current&&(ha.current.style.transform=`translateY(-${t}px)`)},onSelect:e=>{let t=e.currentTarget,n=t.selectionStart??0,r=t.selectionEnd??n;if(Si.current){Ci.current=r;return}let i=D_(n,r,[...Me($r,Bn.filter(Pe).map(e=>e.filename)),...E_($r,Za.keys()),...Qr.references]);i&&(i.start!==n||i.end!==r)?(t.setSelectionRange(i.start,i.end),Ci.current=i.end):Ci.current=n,Gs()},onFocus:()=>{if(!Pr){Sa(!0);return}if(Date.now()<Qe.current){let e=xi.current;e&&e.blur();return}Te.current!==null&&(window.clearTimeout(Te.current),Te.current=null),bl.current?(Ze.current=null,Wr()&&typeof window<`u`&&window.dispatchEvent(new CustomEvent(`oc:keyboard-intent`,{detail:{open:!0}}))):El(`focus`),we(!0)},onBlur:e=>{if(Si.current=!1,Ci.current=e.currentTarget.selectionStart??Ci.current,Il(),!Pr){window.setTimeout(()=>{let e=document.activeElement;if(!(e instanceof Element)){Sa(!1);return}e.closest(`[data-composer-content="true"]`)||e.closest(`[data-slot="dropdown-menu-content"]`)||Sa(!1)},0);return}if(Date.now()<Pl.current){let e=xi.current;if(e){e.focus(),window.setTimeout(()=>{Date.now()<Pl.current&&document.activeElement!==e&&e.focus()},50);return}}if(et.current=Date.now(),Wr()){we(!1);return}Te.current!==null&&window.clearTimeout(Te.current),Te.current=window.setTimeout(()=>{Te.current=null,we(!1)},120)},autoCorrect:Pr?`on`:`off`,autoCapitalize:Pr?`sentences`:`off`,spellCheck:Pr||Kr,fillContainer:Fa||Pr&&!ue,rows:1},children:[(0,$.jsx)(Sm,{}),h&&(0,$.jsx)(`div`,{className:`absolute inset-0 z-50 flex items-center justify-center bg-background/90`,style:{borderRadius:La},children:(0,$.jsxs)(`div`,{className:`text-center`,children:[(0,$.jsx)(`div`,{className:`inline-flex justify-center`,children:(0,$.jsx)(`button`,{type:`button`,className:Yl,onClick:()=>Vc(),title:l(`chat.chatInput.actions.attachFiles`),"aria-label":l(`chat.chatInput.actions.attachFiles`),children:(0,$.jsx)(X,{name:`attachment-2`,className:Y(Jl,`text-current`)})})}),(0,$.jsx)(`p`,{className:`mt-2 typography-ui-label text-muted-foreground`,children:l(y?`chat.chatInput.drop.insertMention`:`chat.chatInput.drop.attachFiles`)})]})}),k&&(0,$.jsx)(hs,{ref:Vi,searchQuery:M,directory:Gn,onCommandSelect:Sc,onClose:()=>j(!1),commandPolicy:e=>qp(Fn,e),commandContext:qn,style:Na&&co?{left:`${co.left}px`,top:`${co.top}px`,bottom:`auto`,width:`min(450px, calc(100% - ${co.left+8}px))`,maxHeight:`${co.maxHeight}px`,transform:co.place===`above`?`translateY(-100%)`:void 0}:void 0}),P&&(0,$.jsx)(Qf,{ref:Hi,searchQuery:R,directory:Gn,onSkillSelect:bc,onClose:()=>I(!1),style:Na&&co?{left:`${co.left}px`,top:`${co.top}px`,bottom:`auto`,width:`min(360px, calc(100% - ${co.left+8}px))`,maxHeight:`${co.maxHeight}px`,transform:co.place===`above`?`translateY(-100%)`:void 0}:void 0}),V&&(0,$.jsx)(ys,{ref:Ui,searchQuery:te,onSnippetSelect:xc,onClose:()=>H(!1),style:Na&&co?{left:`${co.left}px`,top:`${co.top}px`,bottom:`auto`,width:`min(450px, calc(100% - ${co.left+8}px))`,maxHeight:`${co.maxHeight}px`,transform:co.place===`above`?`translateY(-100%)`:void 0}:void 0}),T&&(0,$.jsx)(Es,{ref:Ri,searchQuery:D,onFileSelect:gc,onAgentSelect:Q,onSessionSelect:vc,onClose:()=>E(!1),style:Na&&co?{left:`${co.left}px`,top:`${co.top}px`,bottom:`auto`,width:`min(520px, calc(100% - ${co.left+8}px))`,maxHeight:`${co.maxHeight}px`,transform:co.place===`above`?`translateY(-100%)`:void 0}:void 0})]}),Pr?(0,$.jsx)(Qy,{radius:La,isMobile:Pr,footerIconButtonClass:Xl,footerPaddingClass:Ul,iconSizeClass:Jl,sendIconSizeClass:Kl,onInsert:Rs,onInsertAndSend:zs,onActiveChange:kl,onContentHeightChange:Qs,renderTrigger:!1}):null]})]}),Pr?(0,$.jsx)(Zy,{className:`hidden`,composerTextareaRef:xi,selectionAdapter:Cr,mobilePanel:se,onMobilePanelChange:ce}):null]}),Un&&!Na&&!Pr&&!Kc&&!fl?(0,$.jsx)(Fg,{onSubmit:Is,className:`chat-input-column mt-4`}):null]}),u.open?(0,$.jsx)(Z.Suspense,{fallback:null,children:(0,$.jsx)(ky,{popup:u,onOpenChange:zr,isMobile:Pr})}):null,(0,$.jsx)(fg,{open:fo,onOpenChange:po,mode:`select`,onSelect:e=>{_o(e),yo(null)}}),(0,$.jsx)(hg,{open:mo,onOpenChange:ho,onSelect:e=>{yo(e),_o(null)}}),(0,$.jsx)(ru,{open:sr,onOpenChange:cr,projectDirectory:Ot??Gn??null,submitting:lr,onConfirm:Oa}),(0,$.jsx)(`input`,{ref:Ic,type:`file`,multiple:!0,className:`hidden`,onChange:Wc,accept:`*/*`}),(0,$.jsx)(`input`,{ref:Lc,type:`file`,multiple:!0,className:`hidden`,onChange:Wc,accept:`image/*`}),null,Pr&&Re?(0,$.jsx)(hp,{open:!0,onClose:()=>ze(!1),title:l(`chat.chatInput.actions.addAttachment`),children:(0,$.jsxs)(`div`,{className:`flex flex-col px-3 pb-4 pt-1`,children:[(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2.5 rounded-lg px-2 py-3 text-left typography-ui-label hover:bg-[var(--interactive-hover)]`,onClick:()=>{tt.current=!1,ze(!1),requestAnimationFrame(Uc)},children:[(0,$.jsx)(X,{name:`file-image`,className:`h-[18px] w-[18px] flex-shrink-0 text-muted-foreground`}),l(`chat.chatInput.actions.attachPhotos`)]}),(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2.5 rounded-lg px-2 py-3 text-left typography-ui-label hover:bg-[var(--interactive-hover)]`,onClick:()=>{tt.current=!1,ze(!1),requestAnimationFrame(Vc)},children:[(0,$.jsx)(X,{name:`attachment-2`,className:`h-[18px] w-[18px] flex-shrink-0 text-muted-foreground`}),l(`chat.chatInput.actions.attachFiles`)]})]})}):null,Pr&&qc&&Jc?(0,$.jsx)($.Fragment,{children:(0,$.jsxs)(Ya,{id:`mobile-draft-project-picker-sheet-${He}`,open:Be===`project`,onOpenChange:e=>{e||Ve(null)},ariaLabel:l(`chat.chatInput.draftPicker.projectTitle`),closeAriaLabel:l(`mobile.surface.closeAria`),resizeAriaLabel:l(`mobile.sessions.sheet.resizeAria`),children:[(0,$.jsx)(`div`,{className:`shrink-0 px-3 pb-2 pt-1`,"data-mobile-sheet-no-dismiss":``,children:(0,$.jsx)(Ma,{value:Ue,onChange:e=>We(e.target.value),placeholder:l(`chat.chatInput.draftPicker.searchProjects`),className:`h-9`})}),(0,$.jsx)(la,{outerClassName:`min-h-0 flex-1`,disableHorizontal:!0,children:(0,$.jsx)(`div`,{className:`flex flex-col px-3 pb-2`,children:er.filter(e=>Aa(Yy(e),Ue)||Aa(e.path,Ue)).map(e=>(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2 rounded-lg px-2 py-2.5 text-left typography-ui-label hover:bg-[var(--interactive-hover)]`,onClick:()=>{_l(e.id),Ve(null)},children:[(0,$.jsx)(`span`,{className:`min-w-0 flex-1`,children:yl(e)}),e.id===Jc.id?(0,$.jsx)(X,{name:`check`,className:`h-4 w-4 flex-shrink-0 text-muted-foreground`}):null]},e.id))})}),(0,$.jsx)(`div`,{className:`shrink-0 px-3 pb-4 pt-1`,children:(0,$.jsxs)(`button`,{type:`button`,className:`flex w-full cursor-pointer items-center gap-2 rounded-lg border-t border-border/50 px-2 py-2.5 text-left typography-ui-label hover:bg-[var(--interactive-hover)]`,onClick:()=>{Ve(null),ri.requestDirectoryDialog()},children:[(0,$.jsx)(X,{name:`folder-add`,className:`h-4 w-4 shrink-0 text-muted-foreground`}),(0,$.jsx)(`span`,{children:l(`chat.chatInput.draftPicker.newProject`)})]})})]})}):null]})},db=e=>{let t=(0,Q.c)(3),n=Yp(),r=e.surface??n;if(r&&!r.active)return null;let i=r??void 0,a;return t[0]!==e||t[1]!==i?(a=(0,$.jsx)(ub,{...e,surface:i}),t[0]=e,t[1]=i,t[2]=a):a=t[2],a};db.displayName=`ChatInput`;var fb=Z.memo(db);function pb(e){return e.preventDefault()}function mb(e){e.preventDefault()}function hb(e){return e.preventDefault()}function gb(e){e.pointerType===`touch`&&e.preventDefault()}function _b(e){e.preventDefault()}function vb(e){e.pointerType===`touch`&&e.preventDefault()}function yb(){let e=(0,Q.c)(47),{t}=it(),[n,r]=Z.useState(null),[i,a]=Z.useState(!1),o=Z.useRef(null),s=!!n,c,l;e[0]===Symbol.for(`react.memo_cache_sentinel`)?(c=()=>uo(e=>{r(e),a(!1)}),l=[],e[0]=c,e[1]=l):(c=e[0],l=e[1]),Z.useEffect(c,l);let u;e[2]===Symbol.for(`react.memo_cache_sentinel`)?(u=e=>{e||(r(null),a(!1))},e[2]=u):u=e[2];let d=q(u),f;e[3]===d?f=e[4]:(f=()=>(d(!1),!0),e[3]=d,e[4]=f);let p;e[5]!==s||e[6]!==f?(p={id:`image-save-actions`,active:s,layer:`overlay`,onBack:f,surfaceRef:o},e[5]=s,e[6]=f,e[7]=p):p=e[7],Oo(p);let m;e[8]!==i||e[9]!==t||e[10]!==n?(m=async()=>{if(!(!n||i)){a(!0);try{await ac(n),wi.success(t(`chat.image.actions.saveSuccess`)),r(null)}catch(e){let n=e;if(n instanceof DOMException&&n.name===`AbortError`){a(!1);return}wi.error(t(`chat.image.actions.saveFailed`)),a(!1);return}a(!1)}},e[8]=i,e[9]=t,e[10]=n,e[11]=m):m=e[11];let h=q(m);if(!n)return null;let g;e[12]!==t||e[13]!==n.filename?(g=n.filename?.trim()||t(`chat.image.actions.sheetTitle`),e[12]=t,e[13]=n.filename,e[14]=g):g=e[14];let _=g,v;e[15]===t?v=e[16]:(v=Wr()?t(`chat.image.actions.saveToPhotos`):t(`chat.image.actions.saveImage`),e[15]=t,e[16]=v);let y=v,b;e[17]===_?b=e[18]:(b=(0,$.jsx)(`h2`,{className:`truncate typography-ui-label font-semibold`,children:_}),e[17]=_,e[18]=b);let x;e[19]===t?x=e[20]:(x=t(`mobile.surface.closeAria`),e[19]=t,e[20]=x);let S;e[21]===t?S=e[22]:(S=t(`mobile.sessions.sheet.resizeAria`),e[21]=t,e[22]=S);let C;e[23]===h?C=e[24]:(C=()=>{h()},e[23]=h,e[24]=C);let w=i?`loader-4`:`download`,T=i?`size-5 animate-spin`:`size-5`,E;e[25]!==w||e[26]!==T?(E=(0,$.jsx)(X,{name:w,className:T}),e[25]=w,e[26]=T,e[27]=E):E=e[27];let D;e[28]!==y||e[29]!==i||e[30]!==t?(D=i?t(`chat.image.actions.saving`):y,e[28]=y,e[29]=i,e[30]=t,e[31]=D):D=e[31];let O;e[32]===D?O=e[33]:(O=(0,$.jsx)(`span`,{className:`truncate`,children:D}),e[32]=D,e[33]=O);let k;e[34]!==i||e[35]!==C||e[36]!==E||e[37]!==O?(k=(0,$.jsx)(`div`,{className:`flex min-h-0 flex-1 flex-col gap-1 overflow-y-auto overscroll-contain px-2 pb-2`,children:(0,$.jsxs)(oa,{type:`button`,variant:`ghost`,size:`lg`,className:`min-h-12 w-full justify-start gap-3 rounded-lg px-4`,disabled:i,onClick:C,children:[E,O]})}),e[34]=i,e[35]=C,e[36]=E,e[37]=O,e[38]=k):k=e[38];let A;return e[39]!==d||e[40]!==s||e[41]!==S||e[42]!==k||e[43]!==b||e[44]!==x||e[45]!==_?(A=(0,$.jsx)(`div`,{ref:o,children:(0,$.jsx)(Ya,{id:`image-save-actions-sheet`,open:s,onOpenChange:d,title:b,ariaLabel:_,closeAriaLabel:x,resizeAriaLabel:S,fitContent:!0,children:k})}),e[39]=d,e[40]=s,e[41]=S,e[42]=k,e[43]=b,e[44]=x,e[45]=_,e[46]=A):A=e[46],A}var bb=(e,t)=>{if(t.length===0)return e;let n=new Map(t.map(e=>[e.info.id,e])),r=!1,i=e.map(e=>{if(Hi(e.parts))return e;let t=n.get(e.info.id);return t?(r=!0,t):e}),a=r?i:e,o=new Set(e.map(e=>e.info.id)),s=t.filter(e=>!o.has(e.info.id));return s.length===0?a:[...a,...s]},xb=(e,t)=>{if(e.length===0)return!1;let n;for(let t of e){let e=t.info.time?.created;typeof e==`number`&&(n===void 0||e>n)&&(n=e)}return!t.resolvedSessionStatus||typeof t.sessionStatusObservedAt!=`number`||typeof n!=`number`||n>t.sessionStatusObservedAt},Sb=e=>{let t=e.boundary.kind===`exhausted`,n=e.boundary.kind===`has-more`,r=t&&!e.assistantComplete,i=n||r;return{complete:t&&e.assistantComplete,canLoadEarlier:i}},Cb=e=>e.syncLoading||e.assistantLoading,wb=e=>e.isMobile&&(e.canLoadEarlier||e.isLoadingOlder),Tb=e=>e.isLoadingOlder,Eb=e=>!e.isMobile&&e.isLoadingOlder,Db=e=>e.transcriptMessageCount>0||e.pendingUserCount>0||e.historyPrefixCount>0,Ob=e=>e.p0Satisfied||e.hasBusyShell||e.hasImmediateShell||e.hasPaintedTranscript?`pass`:e.prefetchStatus===`loading`||e.syncLoading||e.userRetrying?`hydrating`:e.prefetchStatus===`error`?`load-error`:e.hasRenderableSessionSnapshot?`pass`:`hydrating`,kb=e=>{let{sessionId:t,messages:n,retained:r}=e;return t?n.length>0?{messages:n,retained:{sessionId:t,messages:n}}:r?.sessionId===t?{messages:r.messages,retained:r}:{messages:n,retained:null}:{messages:n,retained:null}},Ab=e=>({newSessionDraft:e?.features?.newSessionDraft??!e,promptNavigator:e?.features?.promptNavigator??!e,returnToParent:e?.features?.returnToParent??!e}),jb=`text-[13px] leading-4 sm:text-[length:var(--text-micro)] sm:leading-5`,Mb=`relative bottom-safe-area oc-mobile-readonly-prompt-foot`,Nb=e=>{let t=(0,Q.c)(8),{providerId:n,modelId:r,label:i}=e,a;t[0]===Symbol.for(`react.memo_cache_sentinel`)?(a=(0,$.jsx)(X,{name:`brain-ai-3`,className:`size-3.5`}),t[0]=a):a=t[0];let o;t[1]===i?o=t[2]:(o=(0,$.jsx)(`span`,{role:`img`,"aria-label":i,className:`inline-flex size-3.5 shrink-0 items-center justify-center`,children:a}),t[1]=i,t[2]=o);let s;return t[3]!==i||t[4]!==r||t[5]!==n||t[6]!==o?(s=(0,$.jsx)(Ca,{modelId:r,providerId:n,alt:i,className:`size-3.5 shrink-0`,fallback:o}),t[3]=i,t[4]=r,t[5]=n,t[6]=o,t[7]=s):s=t[7],s},Pb=e=>{let t=(0,Q.c)(42),{t:n}=it(),r=c(Fb),i=`agentName`in e||`providerId`in e||`modelId`in e||`modelName`in e;if(!i){let e=r&&Mb,i;t[0]===e?i=t[1]:(i=Y(`p-3`,e),t[0]=e,t[1]=i);let a;t[2]===n?a=t[3]:(a=n(`chat.container.readOnlySubagentPromptBanner`),t[2]=n,t[3]=a);let o;t[4]===a?o=t[5]:(o=(0,$.jsx)(`div`,{className:`rounded-2xl border border-border/70 bg-[var(--surface-background)] px-4 py-3 text-muted-foreground ${jb}`,children:a}),t[4]=a,t[5]=o);let s;return t[6]!==i||t[7]!==o?(s=(0,$.jsx)(`div`,{className:i,children:o}),t[6]=i,t[7]=o,t[8]=s):s=t[8],s}let a;t[9]===n?a=t[10]:(a=n(`common.unavailable`),t[9]=n,t[10]=a);let o=a,s;t[11]!==e.agentName||t[12]!==o?(s=e.agentName?e.agentName.charAt(0).toUpperCase()+e.agentName.slice(1):o,t[11]=e.agentName,t[12]=o,t[13]=s):s=t[13];let l=s,u=e.modelName||o,d;t[14]===n?d=t[15]:(d=n(`chat.leaderKey.action.agent`),t[14]=n,t[15]=d);let f=`${d}: ${l}`,p;t[16]===n?p=t[17]:(p=n(`chat.leaderKey.action.model`),t[16]=n,t[17]=p);let m=`${p}: ${u}`,h=r&&Mb,g;t[18]===h?g=t[19]:(g=Y(`shrink-0 border-t border-border/70 bg-[var(--surface-background)] p-3`,h),t[18]=h,t[19]=g);let _=r&&`oc-mobile-readonly-prompt-surface`,v;t[20]===_?v=t[21]:(v=Y(`rounded-2xl border border-border/70 bg-[var(--surface-elevated)] px-3 py-2.5 sm:px-4 sm:py-3`,_),t[20]=_,t[21]=v);let y;t[22]===n?y=t[23]:(y=n(`chat.container.readOnlySubagentPromptBanner`),t[22]=n,t[23]=y);let b;t[24]===y?b=t[25]:(b=(0,$.jsx)(`div`,{className:`text-muted-foreground ${jb}`,children:y}),t[24]=y,t[25]=b);let x;t[26]!==f||t[27]!==l||t[28]!==m||t[29]!==u||t[30]!==e.agentName||t[31]!==e.modelId||t[32]!==e.providerId||t[33]!==i?(x=i?(0,$.jsxs)(`div`,{"data-testid":`read-only-prompt-banner-meta`,className:`mt-1.5 flex min-w-0 items-center justify-between gap-3 border-t border-border/70 pt-1.5 ${jb}`,children:[(0,$.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5 overflow-hidden`,children:[(0,$.jsx)(Zi,{name:e.agentName,size:14,label:f}),(0,$.jsx)(`span`,{className:`min-w-0 truncate text-foreground`,title:l,children:l})]}),(0,$.jsxs)(`div`,{className:`flex min-w-0 max-w-[55%] items-center justify-end gap-1.5 overflow-hidden`,children:[(0,$.jsx)(Nb,{providerId:e.providerId,modelId:e.modelId,label:m}),(0,$.jsx)(`span`,{className:`min-w-0 truncate text-right text-foreground`,title:u,children:u})]})]}):null,t[26]=f,t[27]=l,t[28]=m,t[29]=u,t[30]=e.agentName,t[31]=e.modelId,t[32]=e.providerId,t[33]=i,t[34]=x):x=t[34];let S;t[35]!==x||t[36]!==v||t[37]!==b?(S=(0,$.jsxs)(`div`,{className:v,children:[b,x]}),t[35]=x,t[36]=v,t[37]=b,t[38]=S):S=t[38];let C;return t[39]!==S||t[40]!==g?(C=(0,$.jsx)(`aside`,{className:g,children:S}),t[39]=S,t[40]=g,t[41]=C):C=t[41],C};function Fb(e){return e.isMobile}var Ib=Z.memo(()=>{let e=(0,Q.c)(5),{t}=it(),{currentTheme:n}=Ia(),r=Ui(Lb),i=n?.colors?.surface?.mutedForeground||`var(--muted-foreground)`,a;e[0]===Symbol.for(`react.memo_cache_sentinel`)?(a=(0,$.jsx)(Ua,{width:140,height:140,className:`opacity-20`}),e[0]=a):a=e[0];let o;return e[1]!==r||e[2]!==t||e[3]!==i?(o=(0,$.jsxs)(`div`,{className:`flex flex-col items-center justify-center min-h-full w-full gap-6`,children:[a,r?(0,$.jsxs)(`div`,{className:`flex flex-col items-center gap-2 max-w-md text-center px-4`,children:[(0,$.jsx)(`span`,{className:`text-body-md font-medium text-destructive`,children:t(`chat.emptyState.opencodeUnreachable`)}),(0,$.jsx)(`span`,{className:`text-body-sm`,style:{color:i},children:r.message})]}):(0,$.jsx)(`span`,{className:`text-body-md`,style:{color:i},children:t(`chat.emptyState.startNewChat`)})]}),e[1]=r,e[2]=t,e[3]=i,e[4]=o):o=e[4],o});function Lb(e){return e.error}var Rb=class e{static instance;sessionStartTimes=new Map;seenMessageIds=new Set;messageCreationTimes=new Map;constructor(){}static getInstance(){return e.instance||=new e,e.instance}recordSessionStart(e){this.sessionStartTimes.set(e,Date.now())}getSessionStartTime(e){return this.sessionStartTimes.get(e)}shouldAnimateMessage(e,t){if(e.role!==`assistant`||this.seenMessageIds.has(e.id))return!1;let n=this.sessionStartTimes.get(t);if(!n)return this.seenMessageIds.add(e.id),this.messageCreationTimes.set(e.id,e.time.created),!1;let r=e.time.created>n-5e3;return r||(this.seenMessageIds.add(e.id),this.messageCreationTimes.set(e.id,e.time.created)),r}clearSession(e){this.sessionStartTimes.delete(e)}hasSessionTiming(e){return this.sessionStartTimes.has(e)}hasBeenAnimated(e){return this.seenMessageIds.has(e)}markMessageAsAnimated(e,t){this.seenMessageIds.add(e),this.messageCreationTimes.set(e,t)}clearAll(){this.sessionStartTimes.clear(),this.seenMessageIds.clear(),this.messageCreationTimes.clear()}getDebugInfo(){return{sessionStartTimes:new Map(this.sessionStartTimes),seenMessageIds:new Set(this.seenMessageIds),messageCreationTimes:new Map(this.messageCreationTimes)}}},zb=de(e=>({planModeEnabled:!1,setPlanModeEnabled:t=>e({planModeEnabled:t})})),Bb=e=>{if(!e?.trim())return null;let t=e.trim();return t.toLowerCase()==="default"?null:Sn(t)},Vb=Z.memo(e=>{let t=(0,Q.c)(30),{isUser:n,isMobile:r,providerID:i,modelID:a,agentName:o,modelName:s,variant:c}=e,l;t[0]!==n||t[1]!==c?(l=n?null:Bb(c),t[0]=n,t[1]=c,t[2]=l):l=t[2];let u=l,d=s||`Assistant`,f,p;t[3]===Symbol.for(`react.memo_cache_sentinel`)?(f=Y(`mb-1.5`),p=Y(`flex items-center justify-between gap-2`),t[3]=f,t[4]=p):(f=t[3],p=t[4]);let m;t[5]!==o||t[6]!==n||t[7]!==a||t[8]!==i?(m=(0,$.jsx)(`div`,{className:`flex-shrink-0`,children:n?(0,$.jsx)(`div`,{className:`w-9 h-9 rounded-xl bg-primary/10 flex items-center justify-center`,children:(0,$.jsx)(X,{name:`user-3`,className:`h-4 w-4 text-primary`})}):(0,$.jsx)(`div`,{className:`flex items-center justify-center`,children:(0,$.jsx)(Ca,{modelId:a,providerId:i,className:`h-4 w-4`,fallback:(0,$.jsx)(X,{name:`brain-ai-3`,className:`h-4 w-4`,style:{color:`var(${Xi(o).var})`}})})})}),t[5]=o,t[6]=n,t[7]=a,t[8]=i,t[9]=m):m=t[9];let h=n?`text-primary`:`text-foreground`,g;t[10]===h?g=t[11]:(g=Y(`inline-flex min-w-0 items-center gap-1.5 font-semibold typography-ui-header tracking-tight leading-none`,h),t[10]=h,t[11]=g);let _=n?`You`:d,v;t[12]===_?v=t[13]:(v=(0,$.jsx)(`span`,{className:`truncate`,children:_}),t[12]=_,t[13]=v);let y;t[14]===u?y=t[15]:(y=u?(0,$.jsx)(`span`,{className:`shrink-0 text-xs font-normal leading-none text-muted-foreground`,children:u}):null,t[14]=u,t[15]=y);let b;t[16]!==g||t[17]!==v||t[18]!==y?(b=(0,$.jsxs)(`h3`,{className:g,children:[v,y]}),t[16]=g,t[17]=v,t[18]=y,t[19]=b):b=t[19];let x;t[20]!==o||t[21]!==r||t[22]!==n?(x=!n&&o&&(0,$.jsxs)(`div`,{className:Y(`agent-badge inline-flex items-center gap-1 cursor-default rounded font-normal leading-none`,r?`px-1 py-px text-[10px]`:`px-1.5 py-0.5 typography-micro`,Xi(o).class),children:[(0,$.jsx)(Zi,{name:o,size:10}),(0,$.jsx)(`span`,{children:o.charAt(0).toUpperCase()+o.slice(1)})]}),t[20]=o,t[21]=r,t[22]=n,t[23]=x):x=t[23];let S;t[24]!==b||t[25]!==x?(S=(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[b,x]}),t[24]=b,t[25]=x,t[26]=S):S=t[26];let C;return t[27]!==S||t[28]!==m?(C=(0,$.jsx)(`div`,{className:f,children:(0,$.jsx)(`div`,{className:p,children:(0,$.jsxs)(`div`,{className:`flex items-center gap-2`,children:[m,S]})})}),t[27]=S,t[28]=m,t[29]=C):C=t[29],C}),Hb=/(^|\s)\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)/g,Ub=/(```[\s\S]*?```|~~~[\s\S]*?~~~)/g,Wb=e=>e.replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`).replace(/'/g,`&#x27;`),Gb=(e,t)=>e.split(Ub).map((e,n)=>n%2==1?e:t(e)).join(``),Kb=e=>Gb(e,e=>e.replace(/ *\n/g,`
6539
6539
  `)),qb=({textContent:e,agentMention:t,skillNames:n,decorateInlineReferences:r=!0})=>{let i=Gb(e,Wb);if(r){if(t?.token&&i.includes(t.token)){let e=`[${t.token}](${us(t.name)})`;i=i.replace(t.token,e)}i=i.replace(Hb,(e,t,r)=>n.has(r)?`${t}[/${r}](${ss(r)})`:e)}return Kb(i)},Jb=e=>(Hb.lastIndex=0,Hb.test(e)||e.includes(`[skill:`)),Yb=e=>e===`markdown`?`markdown`:`plain`,Xb=e=>{if(typeof window>`u`)return!1;let t=window.getSelection();if(!t||t.isCollapsed||t.rangeCount===0)return!1;let n=t.getRangeAt(0);return e.contains(n.startContainer)||e.contains(n.endContainer)},Zb=Z.memo(({part:e,messageId:t,agentMention:n,messageParts:r})=>{let i=e,a=i.text,o=typeof a==`string`?a:i.content||i.value||``,[s,l]=Z.useState(!1),[u,d]=Z.useState(!1),f=c(e=>e.userMessageRenderingMode),p=c(e=>e.collapsibleUserMessages),m=ts(),h=$n({directory:m,enabled:Jb(o)}),g=Z.useMemo(()=>h.data??[],[h.data]),_=c(e=>e.openContextFile),{t:v}=it(),y=Yb(f),b=p&&!s,x=Z.useRef(null),S=Z.useMemo(()=>new Map(g.map(e=>[e.name,e])),[g]),C=Z.useMemo(()=>Wd(r,o),[r,o]),w=Z.useMemo(()=>{let e=new Map;for(let t of r??[]){if(t.type!==`text`||!Cn(t))continue;let n=t.text;if(typeof n==`string`)for(let t of Er(n))e.set(t.id,{sessionId:t.id,sessionLabel:t.title||t.id})}if(o.includes(`@`))for(let[t,n]of Zn()){let r=typeof n.title==`string`?n.title.trim():``;!r||e.has(t)||(o.includes(`@${r}`)||o.includes(`@${ee}${r}`))&&e.set(t,{sessionId:t,sessionLabel:r})}return Array.from(e.values())},[r,o]),T=q(e=>{let t=S.get(e),n=typeof t?.path==`string`?t.path:``,r=go(n);if(!r||r===`<built-in>`)return;let i=r.toLowerCase().endsWith(`/skill.md`)?r:`${r}/SKILL.md`,a=m||po(``,i)||`/`,o=()=>{_(a,i)};if(m&&!yo(i,m)){ns(i,m).then(o);return}o()});Z.useEffect(()=>{let e=x.current;if(!e)return;let t=()=>{p&&!s&&d(e.scrollHeight>e.clientHeight)};t();let n=new ResizeObserver(t);return n.observe(e),()=>n.disconnect()},[p,o,s]),Z.useEffect(()=>{p||(l(!1),d(!1))},[p]);let E=q(e=>{let t=e.target,n=(t?.closest(`[data-skill-name]`))?.dataset.skillName??is(t?.closest(`a[href]`)?.getAttribute(`href`));if(n){e.preventDefault(),e.stopPropagation(),T(n);return}let r=x.current;r&&(Xb(r)||p&&!s&&u&&l(!0))}),D=q(e=>{e.stopPropagation(),l(!1)}),O=Z.useMemo(()=>Rd(o,{skillNames:new Set(S.keys()),citationIcons:C.icons,citationDisplayNames:C.displayNames,sessionMentions:w,agentNames:n?.name?new Set([n.name.toLowerCase(),n.token.replace(/^@/,``).toLowerCase()]):void 0,allowPathHeuristics:!0}),[n,C,w,S,o]),k=Z.useMemo(()=>qb({textContent:o,agentMention:n,skillNames:new Set(S.keys()),decorateInlineReferences:!O}),[n,O,S,o]),A=(e,t)=>{if(!e)return null;if(y===`markdown`){let n=qb({textContent:e,skillNames:new Set,decorateInlineReferences:!1});return(0,$.jsx)(ko,{content:n,className:Y(`inline w-auto align-baseline [&_.markdown-content]:contents [&_.markdown-content_p]:inline [&_[data-markdown-size-spacer]]:inline`,`[&_.markdown-content>*:first-child]:mt-0 [&_.markdown-content>*:last-child]:mb-0`,b&&[`[&_.markdown-content>*]:my-0`,`[&_[data-component='markdown-code']]:my-0`,`[&_[data-component='markdown-code']]:inline`,`[&_[data-component='markdown-code']]:border-0`,`[&_[data-component='markdown-code']]:bg-transparent`,`[&_[data-component='markdown-code']>*:first-child]:hidden`,`[&_[data-component='markdown-code']>div]:inline`,`[&_[data-component='markdown-code']>div]:p-0`,`[&_[data-component='markdown-code']_pre]:inline`,`[&_[data-component='markdown-code']_code]:inline`,`[&_[data-md-code-line-numbers]]:hidden`]),disableLinkSafety:!0,enableFileReferences:!1},t)}return(0,$.jsx)(Z.Fragment,{children:e},t)},j=e=>e.map((e,t)=>e.type===`text`?A(e.text,`text-${t}`):(0,$.jsx)(Kd,{decoration:e.decoration,onOpenSkill:T},`ref-${t}-${e.span.start}`)),M=Z.useMemo(()=>{if(O)return j(O);let e=[],t=0,r=!1,i;for(Hb.lastIndex=0;(i=Hb.exec(o))!==null;){let n=i[1]||``,r=i[2],a=i.index+n.length;S.has(r)&&(i.index>t&&e.push(o.slice(t,i.index)),n&&e.push(n),e.push((0,$.jsxs)(`button`,{type:`button`,className:`text-primary hover:underline`,onClick:e=>{e.stopPropagation(),T(r)},children:[`/`,r]},`skill-${a}-${r}`)),t=a+r.length+1)}t<o.length&&e.push(o.slice(t));let a=e.length>0?e:[o];return!n?.token||!o.includes(n.token)?a:a.flatMap((e,t)=>{if(r||typeof e!=`string`)return e;let i=e.indexOf(n.token);return i===-1?e:(r=!0,[e.slice(0,i),(0,$.jsx)(`a`,{href:rs(n.name),className:`text-primary hover:underline`,target:`_blank`,rel:`noopener noreferrer`,onClick:e=>e.stopPropagation(),children:n.token},`agent-${t}`),e.slice(i+n.token.length)])})},[n,T,O,j,S,o]);return!o||o.trim().length===0?null:(0,$.jsxs)(`div`,{className:`relative`,children:[p&&s&&(0,$.jsx)(`button`,{type:`button`,onClick:D,className:`absolute top-0 right-0 z-10 flex items-center justify-center rounded-sm bg-[var(--surface-elevated)] p-0.5 text-[var(--surface-mutedForeground)] hover:text-[var(--surface-foreground)] hover:bg-[var(--interactive-hover)] transition-colors`,"aria-label":v(`chat.message.userText.collapseAria`),children:(0,$.jsx)(X,{name:`arrow-up-s`,className:`h-3.5 w-3.5`})}),(0,$.jsx)(`div`,{className:Y(`break-words font-sans typography-markdown-body`,s&&`pb-3`,y===`plain`&&`whitespace-pre-wrap`,b&&`line-clamp-10`,p&&u&&!s&&`cursor-pointer`),ref:x,onClick:E,children:y===`markdown`?O?j(O):(0,$.jsx)(ko,{content:k,className:Y(`[&_.markdown-content>*:first-child]:mt-0 [&_.markdown-content>*:last-child]:mb-0`,b&&[`[&_.markdown-content>*]:my-0`,`[&_[data-component='markdown-code']]:my-0`,`[&_[data-component='markdown-code']]:inline`,`[&_[data-component='markdown-code']]:border-0`,`[&_[data-component='markdown-code']]:bg-transparent`,`[&_[data-component='markdown-code']>*:first-child]:hidden`,`[&_[data-component='markdown-code']>div]:inline`,`[&_[data-component='markdown-code']>div]:p-0`,`[&_[data-component='markdown-code']_pre]:inline`,`[&_[data-component='markdown-code']_code]:inline`,`[&_[data-md-code-line-numbers]]:hidden`]),disableLinkSafety:!0,enableFileReferences:!1}):M})]},e.id||`${t}-user-text`)}),Qb=[{variant:`static`,component:({children:e,className:t,...n})=>(0,$.jsx)(`span`,{...n,className:t,children:e})},{variant:`generate-effect`,component:({children:e,className:t,...n})=>{if(e==null)return null;let r=typeof e==`string`?e:typeof e==`number`?String(e):Array.isArray(e)?e.map(e=>typeof e==`string`||typeof e==`number`?String(e):``).join(``):``;return r?(0,$.jsx)(`span`,{className:Y(`inline-block align-baseline`,t),children:r.split(``).map((e,t)=>(0,Z.createElement)(hc.span,{...n,key:e+String(t),className:Y(`inline-block whitespace-pre align-baseline`),initial:{opacity:0},animate:{opacity:1},transition:{ease:`easeOut`,duration:.14,delay:Math.min(t*.0045,.14)}},e))}):null}},{variant:`glitch`,component:({children:e,className:t,...n})=>(0,$.jsxs)(`div`,{className:`group relative overflow-hidden font-medium`,children:[(0,$.jsx)(`span`,{...n,className:Y(`invisible`,t),children:e}),(0,$.jsx)(`span`,{...n,className:Y(`absolute top-0 left-0 text-primary-muted transition-transform duration-500 ease-in-out`,`group-hover:-translate-y-full hover:duration-300`,t),children:e}),(0,$.jsx)(`span`,{...n,className:Y(`absolute top-0 left-0 translate-y-full text-primary-muted transition-transform duration-500`,`ease-in-out hover:duration-300 group-hover:translate-y-0`,t),children:e})]})},{variant:`hover-enter`,component:({children:e,className:t,...n})=>{if(typeof e!=`string`)return null;let r=.25,i=.025,a=e.split(``).map(e=>e===` `?`\xA0`:e);return(0,$.jsxs)(hc.span,{...n,className:Y(`relative block select-none overflow-hidden whitespace-nowrap text-primary-muted`,t),initial:`initial`,whileHover:`hovered`,style:{lineHeight:.9},children:[(0,$.jsx)(`div`,{children:a.map((e,t)=>(0,$.jsx)(hc.span,{className:`inline-block`,variants:{initial:{y:0},hovered:{y:`-100%`}},transition:{duration:r,ease:`easeInOut`,delay:i*t},children:e},String(t)))}),(0,$.jsx)(`div`,{className:Y(`absolute inset-0`),children:a.map((e,t)=>(0,$.jsx)(hc.span,{className:`inline-block`,variants:{initial:{y:`100%`},hovered:{y:0}},transition:{duration:r,ease:`easeInOut`,delay:i*t},children:e},String(t)))})]})}},{variant:`shake`,component:({children:e,className:t,...n})=>(0,$.jsx)(`span`,{...n,className:Y(`text-primary-muted hover:animate-text-shake`,t),children:e})},{variant:`hover-decoration`,component:({children:e,className:t,...n})=>(0,$.jsx)(`div`,{className:Y(`relative after:absolute after:bottom-0 after:left-0 after:h-px after:w-full after:origin-bottom-right`,`after:scale-x-0 after:bg-primary-muted after:transition-transform after:duration-300 after:ease-in-out hover:after:origin-bottom-left hover:after:scale-x-100`),children:(0,$.jsx)(`span`,{...n,className:Y(`text-primary-muted`,t),children:e})})}];function $b(e){let t=(0,Q.c)(10),n,r,i;t[0]===e?(n=t[1],r=t[2],i=t[3]):({variant:i,className:n,...r}=e,t[0]=e,t[1]=n,t[2]=r,t[3]=i);let a=i===void 0?`static`:i,o;t[4]===a?o=t[5]:(o=Qb.find(e=>e.variant===a)?.component,t[4]=a,t[5]=o);let s=o||Qb[0].component,c;return t[6]!==s||t[7]!==n||t[8]!==r?(c=(0,$.jsx)(s,{...r,className:n}),t[6]=s,t[7]=n,t[8]=r,t[9]=c):c=t[9],c}var ex=e=>{let t=`h-3.5 w-3.5 flex-shrink-0`,n=`h-[13px] w-[13px] flex-shrink-0`,r=e.toLowerCase();return r===`edit`||r===`multiedit`||r===`apply_patch`||r===`str_replace`||r===`str_replace_based_edit_tool`?(0,$.jsx)(X,{name:`pencil`,className:n}):r===`write`||r===`create`||r===`file_write`?(0,$.jsx)(X,{name:`file-edit`,className:n}):r===`read`||r===`view`||r===`file_read`||r===`cat`?(0,$.jsx)(X,{name:`file-text`,className:t}):r===`bash`||r===`shell`||r===`cmd`||r===`terminal`?(0,$.jsx)(X,{name:`terminal-box`,className:t}):r===`list`||r===`ls`||r===`dir`||r===`list_files`?(0,$.jsx)(X,{name:`folder-6`,className:t}):r===`search`||r===`grep`||r===`find`||r===`ripgrep`?(0,$.jsx)(X,{name:`menu-search`,className:t}):r===`glob`?(0,$.jsx)(X,{name:`file-search`,className:t}):r===`fetch`||r===`curl`||r===`wget`||r===`webfetch`||r===`web-search`||r===`websearch`||r===`search_web`||r===`codesearch`||r===`google`||r===`bing`||r===`duckduckgo`||r===`perplexity`?(0,$.jsx)(X,{name:`global`,className:t}):r===`todowrite`||r===`todoread`?(0,$.jsx)(X,{name:`list-check-3`,className:t}):r===`structuredoutput`||r===`structured_output`?(0,$.jsx)(X,{name:`list-check-2`,className:t}):r===`skill`?(0,$.jsx)(X,{name:`book`,className:t}):r===`task`?(0,$.jsx)(X,{name:`ai-agent`,className:t}):r===`question`?(0,$.jsx)(X,{name:`survey`,className:t}):r===`lsp`?(0,$.jsx)(X,{name:`scan-2`,className:t}):r===`plan_enter`?(0,$.jsx)(X,{name:`file-list-2`,className:t}):r===`plan_exit`?(0,$.jsx)(X,{name:`task`,className:t}):r.startsWith(`git`)?(0,$.jsx)(X,{name:`git-branch`,className:t}):(0,$.jsx)(X,{name:`tools`,className:t})},tx=new Map,nx=e=>{let t=tx.get(e);if(t)return t;let n={subscribers:new Set,timerId:null};return tx.set(e,n),n},rx=(e,t)=>{let n=nx(e);return n.subscribers.add(t),t(Date.now()),n.timerId===null&&typeof window<`u`&&(n.timerId=window.setInterval(()=>{let e=Date.now();n.subscribers.forEach(t=>{t(e)})},e)),()=>{let n=tx.get(e);n&&(n.subscribers.delete(t),!(n.subscribers.size>0)&&(n.timerId!==null&&typeof window<`u`&&window.clearInterval(n.timerId),tx.delete(e)))}},ix=(e,t)=>{let n=(0,Q.c)(4),r=t===void 0?250:t,[i,a]=Z.useState(ax),o,s;return n[0]!==e||n[1]!==r?(o=()=>{if(e)return rx(r,a)},s=[e,r],n[0]=e,n[1]=r,n[2]=o,n[3]=s):(o=n[2],s=n[3]),Z.useEffect(o,s),i};function ax(){return Date.now()}var ox=e=>e.match(/<task\s+id="([^"]+)"(?:\s+[^>]*)?>/i)?.[1],sx=e=>{if(typeof e!=`string`)return;let t=e.trim();return t.length>0?t:void 0},cx=e=>{if(!e||typeof e!=`object`)return;let t=e;return sx(t.sessionId)??sx(t.sessionID)},lx=(e,t)=>{if(!t)return e;let n=!1,r=e.map(e=>e?.type!==`subtask`||e.taskSessionID===t?e:(n=!0,{...e,taskSessionID:t}));return n?r:e},ux=e=>{if(!Array.isArray(e))return[];let t=[];for(let n of e){if(typeof n==`string`){t.push({tool:`tool`,state:{status:`completed`,title:n}});continue}if(!n||typeof n!=`object`)continue;let e=n;t.push({id:typeof e.id==`string`?e.id:void 0,tool:typeof e.tool==`string`?e.tool:`tool`,state:{status:typeof e.state?.status==`string`?e.state.status:typeof e.status==`string`?e.status:void 0,title:typeof e.state?.title==`string`?e.state.title:typeof e.title==`string`?e.title:void 0,input:e.state?.input&&typeof e.state.input==`object`?e.state.input:void 0}})}return t},dx=e=>{if(typeof e!=`string`||e.trim().length===0)return{summaryEntries:[]};let t=e.match(/<task_metadata>\s*([\s\S]*?)\s*<\/task_metadata>/i);if(!t?.[1])return{summaryEntries:[]};try{let e=JSON.parse(t[1].trim());return{sessionId:sx(e.sessionId)??sx(e.sessionID),status:sx(e.status),summaryEntries:ux(e.summary??e.entries??e.tools??e.calls)}}catch{return{summaryEntries:[]}}},fx=e=>{if(typeof e!=`string`||e.trim().length===0)return;let t=dx(e);if(t.sessionId)return t.sessionId;let n=e.match(/task_id\s*:\s*([^\s<"']+)/i),r=e.match(/session[_\s-]?id\s*:\s*([^\s<"']+)/i);return sx((n?.[1]??r?.[1])||ox(e))},px=e=>{if(!(!e||typeof e!=`object`))return sx(e.status)},mx=/"status"\s*:\s*"running"/i,hx=/\bstatus\s*[:=]\s*["'`]?running\b/i,gx=e=>{if(typeof e!=`string`||e.trim().length===0)return!1;let t=e.match(/<task_metadata>\s*([\s\S]*?)\s*<\/task_metadata>/i);return t?.[1]&&mx.test(t[1])?!0:hx.test(e)},_x=/<subagent\s+([^>]*?)>([\s\S]*?)<\/subagent>/i,vx=(e,t)=>sx(e.match(RegExp(`${t}\\s*=\\s*"([^"]*)"`,`i`))?.[1]),yx=e=>{if(e===`completed`||e===`error`||e===`cancelled`)return e},bx=e=>{if(typeof e!=`string`||e.trim().length===0)return;let t=e.trim().match(_x);if(!t)return;let n=vx(t[1],`sessionID`)??vx(t[1],`sessionId`),r=yx(vx(t[1],`state`));if(!(!n||!r))return{sessionID:n,state:r,description:vx(t[1],`description`),body:t[2].trim()}},xx=new WeakMap,Sx=e=>{let t=xx.get(e);if(t)return t;let n=[];if(e.info.role===`assistant`)for(let t of e.parts){if(t.type!==`tool`)continue;let e=t.tool?.trim().toLowerCase();if(!e||e===`task`||e===`todowrite`||e===`todoread`)continue;let r=t.state;n.push({id:t.id,tool:t.tool,state:{status:r?.status,title:r?.title,input:r?.input&&typeof r.input==`object`?r.input:void 0}})}return xx.set(e,n),n},Cx=e=>{let t=[];for(let n of e)t.push(...Sx(n));return t},wx=e=>e.replace(/\n*<task_metadata>[\s\S]*?<\/task_metadata>\s*$/i,``).trimEnd(),Tx=[`summary`,`changes`,`verification`],Ex={summary:`Summary`,changes:`Changes`,verification:`Verification`},Dx=/<(summary|changes|verification)(?:\s[^>]*)?>/i,Ox=()=>RegExp(`<(${Tx.join(`|`)})(?:\\s[^>]*)?>\\s*([\\s\\S]*?)\\s*<\\/\\1>`,`gi`),kx=e=>typeof e!=`string`||e.length===0?!1:Dx.test(e),Ax=e=>typeof e!=`string`||e.length===0||!e.includes(`<`)||!kx(e)?e:e.replace(Ox(),(e,t,n)=>{let r=Ex[t.toLowerCase()]??t,i=n.trim();return i.length>0?`## ${r}\n\n${i}`:`## ${r}`}).trimEnd(),jx=e=>Ax(wx(e)),Mx=e=>{if(!e.isTaskTool)return{isDelegating:!1,showAvatar:!1,title:e.displayName};let t=e.taskAgentName?e.formatName(e.taskAgentName):void 0,n=!!(e.taskSessionId||t);return!e.isFinalized&&!n?{isDelegating:!0,showAvatar:!1,title:e.delegatingLabel}:{isDelegating:!1,showAvatar:n,title:t??e.displayName}};function Nx(e){if(!e.isTaskTool||e.isFinalized)return!1;let t=e.taskSessionId?e.childSessionStatus:e.parentSessionStatus;if(t){if(t.type!==`idle`)return!1;if(typeof e.taskStartedAt==`number`&&typeof e.statusObservedAt==`number`&&e.taskStartedAt<=e.statusObservedAt)return!0}return typeof e.taskStartedAt==`number`&&typeof e.statusSnapshotAt==`number`&&e.taskStartedAt<=e.statusSnapshotAt}var Px=(e,t)=>{if(e===t)return!0;if(!e||!t||typeof e!=`object`||typeof t!=`object`)return!1;let n=e,r=t;return n.input===r.input&&n.output===r.output&&n.reasoning===r.reasoning&&n.cache?.read===r.cache?.read&&n.cache?.write===r.cache?.write},Fx=e=>{if(!e)return null;let t=e.id;return typeof t==`string`&&t.length>0?t:null},Ix=e=>{let t=e?.state?.status;return typeof t==`string`?t:null},Lx=e=>e?.state,Rx=e=>e?.metadata,zx=e=>{let t=e?.time;return{start:typeof t?.start==`number`?t.start:null,end:typeof t?.end==`number`?t.end:null}},Bx=e=>{let t=e;return t?[typeof t.text==`string`?t.text:``,typeof t.content==`string`?t.content:``,typeof t.value==`string`?t.value:``].reduce((e,t)=>t.length>e.length?t:e,``):``},Vx=(e,t)=>{if(e===t)return!0;if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1){let r=e[n],i=t[n];if(r.type!==i.type||Fx(r)!==Fx(i))return!1;if(r.type===`tool`){if(Lx(r)!==Lx(i)||Rx(r)!==Rx(i)||Ix(r)!==Ix(i))return!1;let e=zx(r),t=zx(i);if(e.start!==t.start||e.end!==t.end||r.tool!==i.tool||r.output!==i.output)return!1;continue}let a=zx(r),o=zx(i);if(a.start!==o.start||a.end!==o.end)return!1;if(r.type===`text`||r.type===`reasoning`){if(Bx(r)!==Bx(i))return!1;let e=r.shellAction,t=i.shellAction;if((e||t)&&(e?.command!==t?.command||e?.output!==t?.output||e?.status!==t?.status))return!1}}return!0},Hx=(e,t)=>e===t||e.id===t.id&&e.role===t.role&&e.sessionID===t.sessionID&&e.finish===t.finish&&e.status===t.status&&e.mode===t.mode&&e.agent===t.agent&&e.providerID===t.providerID&&e.modelID===t.modelID&&e.variant===t.variant&&e.clientRole===t.clientRole&&e.userMessageMarker===t.userMessageMarker&&(e.time?.created??null)===(t.time?.created??null)&&(e.time?.completed??null)===(t.time?.completed??null)&&Px(e.tokens,t.tokens),Ux=(e,t)=>Hx(e.info,t.info)&&Vx(e.parts,t.parts),Wx=(e,t)=>!e||!t?e===t:Ux(e,t),Gx=(e,t)=>!e||!t?e===t:e.additions===t.additions&&e.deletions===t.deletions&&e.files===t.files&&e.hasDiffs===t.hasDiffs,Kx=(e,t)=>{if(e===t)return!0;if(!e||!t)return!e&&!t;if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1){let r=e[n],i=t[n];if(r.file!==i.file||r.additions!==i.additions||r.deletions!==i.deletions)return!1}return!0},qx=(e,t)=>e.id===t.id&&e.messageId===t.messageId&&e.kind===t.kind&&e.partIndex===t.partIndex&&e.endedAt===t.endedAt&&Vx([e.part],[t.part]),Jx=(e,t,n)=>{let r=0,i=0;for(;;){for(;r<(e?.length??0)&&e?.[r]?.messageId!==n;)r+=1;for(;i<(t?.length??0)&&t?.[i]?.messageId!==n;)i+=1;let a=e?.[r],o=t?.[i];if(!a||!o)return a===o;if(!qx(a,o))return!1;r+=1,i+=1}},Yx=(e,t)=>{if(e.id!==t.id||e.anchorMessageId!==t.anchorMessageId||e.afterToolPartId!==t.afterToolPartId||e.parts.length!==t.parts.length)return!1;for(let n=0;n<e.parts.length;n+=1)if(!qx(e.parts[n],t.parts[n]))return!1;return!0},Xx=(e,t)=>!!e?.some(e=>e.anchorMessageId===t),Zx=(e,t,n)=>{let r=0,i=0;for(;;){for(;r<(e?.length??0)&&e?.[r]?.anchorMessageId!==n;)r+=1;for(;i<(t?.length??0)&&t?.[i]?.anchorMessageId!==n;)i+=1;let a=e?.[r],o=t?.[i];if(!a||!o)return a===o;if(!Yx(a,o))return!1;r+=1,i+=1}},Qx=(e,t,n,r)=>{if(e===t)return!0;if(!e||!t)return e===t;if(r)return!0;if(e.isGroupExpanded!==t.isGroupExpanded||e.turnId!==t.turnId||e.isFirstAssistantInTurn!==t.isFirstAssistantInTurn||e.isLastAssistantInTurn!==t.isLastAssistantInTurn||e.isLatestTurn!==t.isLatestTurn||e.isWorking!==t.isWorking||e.isTurnSettled!==t.isTurnSettled||e.hasTools!==t.hasTools||e.hasReasoning!==t.hasReasoning||e.userMessageCreatedAt!==t.userMessageCreatedAt||e.userMessageVariant!==t.userMessageVariant||(e.headerMessageId===n||t.headerMessageId===n)&&e.headerMessageId!==t.headerMessageId)return!1;let i=e.activityOwnerMessageId===n||t.activityOwnerMessageId===n;if(i&&e.activityOwnerMessageId!==t.activityOwnerMessageId||!Jx(e.activityParts,t.activityParts,n)||!Zx(e.activityGroupSegments,t.activityGroupSegments,n))return!1;let a=Xx(e.activityGroupSegments,n)||Xx(t.activityGroupSegments,n);return!((i||a)&&e.toggleGroup!==t.toggleGroup||(i||a||e.isLastAssistantInTurn||t.isLastAssistantInTurn)&&!Gx(e.diffStats,t.diffStats)||(i||a||e.isLastAssistantInTurn||t.isLastAssistantInTurn)&&!Kx(e.changedFiles,t.changedFiles))},$x=/^\*\*\*\s+(?:Begin Patch|End Patch|Add File:|Update File:|Delete File:|Move to:)/m,eS=/^@@\s+-\d+(?:,\d+)?\s+\+\d+(?:,\d+)?\s+@@/m,tS=/(?=^diff --git\s+)/gm,nS=/^diff --git\s+/m,rS=/(?=^---\s+\S)/gm,iS=/^---\s+\S/m,aS=e=>typeof e==`object`&&!!e,oS=e=>e.replace(/\r\n/g,`
6540
6540
  `).replace(/\r/g,`
6541
6541
  `).trim(),sS=e=>{let t=!1;return e.split(`
@@ -6573,7 +6573,7 @@ import{o as e}from"./rolldown-runtime-C0FnF6B9.js";import{D as t,E as n,F as r,T
6573
6573
 
6574
6574
  `):MT(Array.from(t.childNodes).map(e=>LT(e)).join(``))},BT=e=>Array.from(e.childNodes).every(e=>{if(e.nodeType===Node.TEXT_NODE||e.nodeType!==Node.ELEMENT_NODE)return!0;let t=e;return!AT.has(t.tagName.toLowerCase())}),VT=(e,t)=>{let n=e.cloneContents();if(BT(n)){let e=MT(Array.from(n.childNodes).map(e=>LT(e)).join(``));if(e)return e}return Array.from(n.childNodes).map(e=>zT(e)).filter(e=>e.length>0).join(`
6575
6575
 
6576
- `).trim()||MT(t)},HT=({containerRef:e})=>{let{t}=it(),[n,r]=Z.useState({x:0,y:0,show:!1}),[i,a]=Z.useState(``),[o,s]=Z.useState(``),l=Z.useRef(!1),[u,f]=Z.useState(!1),[p,m]=Z.useState(!1),h=Z.useRef(null),g=Z.useRef(OT),_=Z.useRef(null),v=Z.useRef(null),y=Z.useRef(null),b=Z.useRef(!1),x=J(e=>e.createSession),S=J(e=>e.currentSessionId),C=wt(e=>e.setPendingInputText),w=c(e=>e.isMobile),T=ei(e=>e.projects),E=J(e=>e.availableWorktreesByProject),D=ts(),O=Oi(),k=Gm(Wm()).textSelectionMutation;Z.useEffect(()=>{b.current=n.show},[n.show]),Z.useEffect(()=>()=>{v.current!==null&&(window.cancelAnimationFrame(v.current),v.current=null),y.current!==null&&(window.clearTimeout(y.current),y.current=null)},[]);let A=Z.useCallback(()=>{_.current=null,kT===A&&(kT=null),b.current&&=(v.current!==null&&(window.cancelAnimationFrame(v.current),v.current=null),f(!1),r(e=>({...e,show:!1})),a(``),s(``),!1)},[]);Z.useEffect(()=>()=>{kT===A&&(kT=null)},[A]);let j=Z.useCallback(e=>{if(typeof window>`u`)return e;let t=window.innerWidth,n=g.current/2,r=DT+n,i=t-DT-n;return r>i?t/2:Math.min(Math.max(e,r),i)},[]),M=Z.useCallback(()=>{if(!_.current)return;kT!==A&&(kT?.(),kT=A);let{plainText:e,markdownText:t,rect:i}=_.current,o=!n.show,c=w?i.left+i.width/2:j(i.left+i.width/2),l=i.top-10;a(e),s(t),r({x:c,y:l,show:!0}),b.current=!0,o&&(f(!0),v.current!==null&&window.cancelAnimationFrame(v.current),v.current=window.requestAnimationFrame(()=>{f(!1),v.current=null}))},[j,A,w,n.show]);Z.useLayoutEffect(()=>{if(!n.show||w||!h.current)return;let e=h.current.offsetWidth;!Number.isFinite(e)||e<=0||e===g.current||(g.current=e,r(e=>({...e,x:j(e.x)})))},[j,w,n.show]),Z.useEffect(()=>{if(!n.show||w)return;let e=()=>{r(e=>({...e,x:j(e.x)}))};return window.addEventListener(`resize`,e),()=>{window.removeEventListener(`resize`,e)}},[j,w,n.show]);let N=Z.useCallback(()=>{let t=window.getSelection(),n=e.current;if(!t||!n){l.current||A();return}let r=MT(t.toString());if(!r){l.current||A();return}let i=FT(t,n);if(!i){l.current||A();return}let a=i.getBoundingClientRect();_.current={plainText:r,markdownText:VT(i,r),rect:a},l.current||M()},[e,A,M]);Z.useEffect(()=>{let t=e.current;if(!t)return;let n=()=>{l.current=!0,A()},r=()=>{l.current=!1,y.current!==null&&window.clearTimeout(y.current),y.current=window.setTimeout(()=>{y.current=null,N()},10)},i=new Set,a=()=>{for(let e of PT(t))i.has(e)||(i.add(e),e.addEventListener(`selectionchange`,N))};a();let o=new MutationObserver(a);o.observe(t,{childList:!0,subtree:!0}),document.addEventListener(`selectionchange`,N),t.addEventListener(`mousedown`,n),document.addEventListener(`mouseup`,r);let s=e=>{h.current&&!h.current.contains(e.target)&&!window.getSelection()?.toString().trim()&&A()};return document.addEventListener(`mousedown`,s),()=>{y.current!==null&&(window.clearTimeout(y.current),y.current=null),o.disconnect();for(let e of i)e.removeEventListener(`selectionchange`,N);document.removeEventListener(`selectionchange`,N),t.removeEventListener(`mousedown`,n),document.removeEventListener(`mouseup`,r),document.removeEventListener(`mousedown`,s)}},[e,N,A,M]);let P=Z.useCallback(e=>{if(!e)return;let t=`\`\`\`md\n${e}\n\`\`\``;C(t,`append`),A(),window.getSelection()?.removeAllRanges()},[C,A]),F=Z.useCallback(()=>{P(o)},[P,o]);Z.useEffect(()=>{let t=t=>{if(!k||!t.metaKey||t.ctrlKey||t.altKey||t.shiftKey||t.key.toLowerCase()!==`i`)return;let n=window.getSelection(),r=e.current;if(!n||!r||!n.toString().trim())return;let i=FT(n,r);i&&(t.preventDefault(),P(VT(i,n.toString())))};return window.addEventListener(`keydown`,t),()=>window.removeEventListener(`keydown`,t)},[P,k,e]);let I=Z.useCallback(async()=>{i&&(await x(void 0,null,null)&&C(i,`replace`),A(),window.getSelection()?.removeAllRanges())},[i,x,C,A]),L=Z.useCallback(async()=>{if(!i)return;let e=await ot(i);e.ok||console.error(`Failed to copy:`,e.error),A(),window.getSelection()?.removeAllRanges()},[i,A]),R=Z.useMemo(()=>S?O.find(e=>e.id===S)??null:null,[S,O]),z=Z.useMemo(()=>{let e=D??(typeof R?.directory==`string`?R.directory:``),t=cn(T,E,e);return t?{id:t.id,path:t.path}:null},[E,R?.directory,D,T]),B=Z.useCallback(async()=>{if(!i||!z){z||wi.error(t(`chat.textSelection.toast.noProject`));return}try{m(!0);let e=await dn(o||i,S),n=await Lt(z),r=ET(n.notes,e);if(!await Vn(z,{notes:r,todos:n.todos})){wi.error(t(`chat.textSelection.toast.addToNotesFailed`));return}window.dispatchEvent(new CustomEvent(`openchamber:project-notes-updated`,{detail:{projectId:z.id}})),wi.success(t(`chat.textSelection.toast.addToNotesSuccess`)),A(),window.getSelection()?.removeAllRanges()}catch(e){let n=e instanceof Error?e.message:void 0;wi.error(t(`chat.textSelection.toast.addToNotesFailed`),n?{description:n}:void 0)}finally{m(!1)}},[z,S,A,i,o,t]);return n.show?w?(0,_c.createPortal)((0,$.jsx)(`div`,{ref:h,className:Y(`fixed left-3 right-3 bottom-0 z-50 mx-auto max-w-[420px]`,`rounded-2xl border border-[var(--interactive-border)]`,`bg-[var(--surface-elevated)] p-2 shadow-lg`,`safe-area-bottom`,`transition-[opacity,transform] duration-200 ease-out will-change-[opacity,transform]`,u?`opacity-0 translate-y-[4px]`:`opacity-100 translate-y-0`),style:{bottom:`calc(0.5rem + env(safe-area-inset-bottom, 0px))`},children:(0,$.jsxs)(`div`,{className:`grid grid-cols-2 gap-2`,children:[k?(0,$.jsxs)(`button`,{onClick:F,className:Y(`flex min-w-0 items-center gap-2 rounded-xl px-3 py-2.5 text-left`,`text-sm font-medium leading-tight`,`bg-[var(--primary-base)] text-[var(--primary-foreground)]`,`active:opacity-80`,`transition-opacity duration-150`),title:t(`chat.textSelection.title.addToCurrentChat`),type:`button`,children:[(0,$.jsx)(X,{name:`add`,className:`h-5 w-5 flex-shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 whitespace-normal`,children:t(`chat.textSelection.actions.addToChat`)})]}):null,k?(0,$.jsxs)(`button`,{onClick:I,className:Y(`flex min-w-0 items-center gap-2 rounded-xl px-3 py-2.5 text-left`,`text-sm font-medium leading-tight`,`bg-[var(--interactive-selection)] text-[var(--interactive-selection-foreground)]`,`active:opacity-80`,`transition-opacity duration-150`),title:t(`chat.textSelection.title.newSessionWithSelection`),type:`button`,children:[(0,$.jsx)(X,{name:`chat-new`,className:`h-5 w-5 flex-shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 whitespace-normal`,children:t(`chat.textSelection.actions.newSession`)})]}):null,(0,$.jsxs)(`button`,{onClick:L,className:Y(`flex min-w-0 items-center gap-2 rounded-xl px-3 py-2.5 text-left`,`text-sm font-medium leading-tight`,`bg-[var(--surface-muted)] text-[var(--surface-foreground)]`,`active:opacity-80`,`transition-opacity duration-150`),title:t(`chat.textSelection.actions.copy`),type:`button`,children:[(0,$.jsx)(X,{name:`file-copy`,className:`h-5 w-5 flex-shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 whitespace-normal`,children:t(`chat.textSelection.actions.copy`)})]}),k&&!d()?(0,$.jsxs)(`button`,{onClick:B,disabled:p,className:Y(`flex min-w-0 items-center gap-2 rounded-xl px-3 py-2.5 text-left`,`text-sm font-medium leading-tight`,`bg-[var(--surface-muted)] text-[var(--surface-foreground)]`,`active:opacity-80 disabled:opacity-60 disabled:cursor-not-allowed`,`transition-opacity duration-150`),title:t(`chat.textSelection.title.saveInsightToNotes`),type:`button`,children:[p?(0,$.jsx)(X,{name:`loader-4`,className:`h-5 w-5 flex-shrink-0 animate-spin`}):(0,$.jsx)(X,{name:`booklet`,className:`h-5 w-5 flex-shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 whitespace-normal`,children:t(`chat.textSelection.actions.addToNotes`)})]}):null]})}),document.body):(0,_c.createPortal)((0,$.jsx)(`div`,{ref:h,className:`fixed z-50`,style:{left:n.x,top:n.y,transform:`translate(-50%, -100%)`},children:(0,$.jsxs)(`div`,{className:Y(`flex items-center gap-1 whitespace-nowrap`,`rounded-lg border border-[var(--interactive-border)]`,`bg-[var(--surface-elevated)] shadow-none`,`px-1.5 py-1`,`transition-[opacity,transform] duration-200 ease-out will-change-[opacity,transform]`,u?`opacity-0 translate-y-[4px]`:`opacity-100 translate-y-0`),children:[k?(0,$.jsxs)(`button`,{onClick:F,className:Y(`flex items-center gap-1.5 px-2 py-1 rounded-md`,`text-sm font-medium`,`text-[var(--surface-foreground)]`,`hover:bg-[var(--interactive-hover)]`,`transition-colors duration-150`),title:t(`chat.textSelection.title.addToCurrentChat`),type:`button`,children:[(0,$.jsx)(X,{name:`add`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:t(`chat.textSelection.actions.addToChat`)}),(0,$.jsx)(ap,{shortcut:`⌘+I`})]}):null,k?(0,$.jsx)(`div`,{className:`w-px h-4 bg-[var(--interactive-border)]`}):null,k?(0,$.jsxs)(`button`,{onClick:I,className:Y(`flex items-center gap-1.5 px-2 py-1 rounded-md`,`text-sm font-medium`,`text-[var(--surface-foreground)]`,`hover:bg-[var(--interactive-hover)]`,`transition-colors duration-150`),title:t(`chat.textSelection.title.newSessionWithSelection`),type:`button`,children:[(0,$.jsx)(X,{name:`chat-new`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:t(`chat.textSelection.actions.newSession`)})]}):null,k?(0,$.jsx)(`div`,{className:`w-px h-4 bg-[var(--interactive-border)]`}):null,(0,$.jsxs)(`button`,{onClick:L,className:Y(`flex items-center gap-1.5 px-2 py-1 rounded-md`,`text-sm font-medium`,`text-[var(--surface-foreground)]`,`hover:bg-[var(--interactive-hover)]`,`transition-colors duration-150`),title:t(`chat.textSelection.actions.copy`),type:`button`,children:[(0,$.jsx)(X,{name:`file-copy`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:t(`chat.textSelection.actions.copy`)})]}),k&&!d()?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`div`,{className:`w-px h-4 bg-[var(--interactive-border)]`}),(0,$.jsxs)(`button`,{onClick:B,disabled:p,className:Y(`flex items-center gap-1.5 px-2 py-1 rounded-md`,`text-sm font-medium`,`text-[var(--surface-foreground)]`,`hover:bg-[var(--interactive-hover)] disabled:opacity-60 disabled:cursor-not-allowed`,`transition-colors duration-150`),title:t(`chat.textSelection.title.saveInsightToNotes`),type:`button`,children:[p?(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin`}):(0,$.jsx)(X,{name:`booklet`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:t(`chat.textSelection.actions.addToNotes`)})]})]}):null]})}),document.body):null},UT=(e,t)=>e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate(),WT=(e,t)=>{let n=new Date(t);return n.setDate(t.getDate()-1),UT(e,n)},GT=e=>Number.isFinite(e)&&!Number.isNaN(new Date(e).getTime()),KT=(e,t)=>{if(!GT(e))return``;let n=new Date(e),r=new Date,i=io(n,t),a=at(),o=st.getState().dictionary;if(UT(n,r))return i;if(WT(n,r))return ct(o,`common.date.yesterdayWithTime`,{time:i});let s=`${n.toLocaleString(a,{month:`short`})} ${n.getDate()}`;return n.getFullYear()===r.getFullYear()?`${s}, ${i}`:`${s}, ${n.getFullYear()}, ${i}`},qT=e=>typeof e!=`number`||!Number.isFinite(e)||e<0?0:e,JT=e=>e,YT=e=>{if(!Array.isArray(e)||e.length===0)return 0;let t=0;for(let n of e){let e=JT(n);if(e.type!==`tool`)continue;let r=e.state,i=r?.time?.start,a=r?.time?.end;typeof i!=`number`||!Number.isFinite(i)||typeof a!=`number`||!Number.isFinite(a)||a<i||(t+=a-i)}return t},XT=(e,t,n,r)=>{let i=(typeof e==`number`&&Number.isFinite(e)&&e>0&&typeof t==`number`&&Number.isFinite(t)&&t>e?t-e:null)??(typeof r==`number`&&Number.isFinite(r)&&r>0?r:null);if(i===null)return null;let a=i-YT(n);return!Number.isFinite(a)||a<=0?null:a},ZT=e=>{let t=XT(e.createdAt,e.completedAt,e.parts,e.fallbackDurationMs);if(t===null)return null;let n=qT(e.outputTokens)+qT(e.reasoningTokens);if(n<=0)return null;let r=t/1e3;if(r<=0)return null;let i=n/r;return!Number.isFinite(i)||i<=0?null:i},QT=e=>{if(!Number.isFinite(e)||e<=0)return``;if(e>=1e3){let t=e/1e3;return`${t>=10?t.toFixed(0):t.toFixed(1)}k tok/s`}return e>=100?`${Math.round(e)} tok/s`:e>=10?`${e.toFixed(1)} tok/s`:`${e.toFixed(2)} tok/s`},$T=e=>{let t=(0,Q.c)(20),{text:n,active:r,className:i}=e,a=Z.useRef(n),[o,s]=Z.useState(n),[c,l]=Z.useState(null),u,d;t[0]!==r||t[1]!==n?(u=()=>{if(n===a.current)return;let e=a.current;if(a.current=n,!r||e.length===0){l(null),s(n);return}l(e),s(n)},d=[r,n],t[0]=r,t[1]=n,t[2]=u,t[3]=d):(u=t[2],d=t[3]),Z.useEffect(u,d);let f;t[4]===Symbol.for(`react.memo_cache_sentinel`)?(f=()=>{l(null)},t[4]=f):f=t[4];let p=q(f),m;t[5]===i?m=t[6]:(m=Y(`oc-summary-flip-viewport relative block h-5 min-h-0 w-full min-w-0 max-w-full overflow-clip sm:h-6`,i),t[5]=i,t[6]=m);let h=c&&`invisible`,g;t[7]===h?g=t[8]:(g=Y(`block h-full min-w-0 truncate leading-5 sm:leading-6`,h),t[7]=h,t[8]=g);let _;t[9]!==o||t[10]!==g?(_=(0,$.jsx)(`span`,{className:g,children:o}),t[9]=o,t[10]=g,t[11]=_):_=t[11];let v;t[12]!==o||t[13]!==p||t[14]!==c?(v=c?(0,$.jsxs)(`span`,{className:`oc-summary-flip-stage absolute inset-0 block overflow-clip`,children:[(0,$.jsx)(`span`,{className:`oc-summary-flip-out absolute inset-x-0 top-0 block h-full truncate`,"aria-hidden":`true`,children:c}),(0,$.jsx)(`span`,{className:`oc-summary-flip-in absolute inset-x-0 top-0 block h-full truncate`,onAnimationEnd:p,children:o})]}):null,t[12]=o,t[13]=p,t[14]=c,t[15]=v):v=t[15];let y;return t[16]!==m||t[17]!==_||t[18]!==v?(y=(0,$.jsxs)(`span`,{className:m,children:[_,v]}),t[16]=m,t[17]=_,t[18]=v,t[19]=y):y=t[19],y},eE=[`search`,`read`,`list`];function tE(e){let t=ZS(e);return t===`read`?`read`:t===`glob`||t===`grep`?`search`:t===`list`?`list`:null}function nE(e){let t={read:0,search:0,list:0};for(let n of e){let e=tE(n);e&&(t[e]+=1)}return t}function rE(e){return XS(e)}function iE(e){return e.kind===`reasoning`||e.type===`reasoning`?!1:e.kind===`justification`||e.type===`text`?!0:e.kind===`tool`||e.type===`tool`?!qS(e.toolName):e.kind!=null||e.type!=null}function aE(e,t,n){for(let r=t;r<e.length;r+=1)if(iE(n(e[r])))return!0;return!1}function oE(e){return`parts`in e?e.parts.some(e=>rE(e))?!0:!e.hasFollowingOtherType&&e.isTurnLive:e.some(e=>rE(e))}function sE(e,t,n){let r=[],i=t;for(;i<e.length&&qS(n(e[i]));)r.push(e[i]),i+=1;return{items:r,end:i}}var cE=`!text-[length:var(--text-meta)] !leading-5 sm:!leading-6 tracking-normal`,lE=({activities:e,isMobile:t,isTurnLive:n=!1,hasFollowingOtherType:r=!1,exploring:i,children:a})=>{let{t:o}=it(),[s,c]=Z.useState(!1),l=Z.useId(),u=e.map(e=>e.part),d=i??oE({parts:u,hasFollowingOtherType:r,isTurnLive:n}),f=nE(u.map(e=>e.tool)),p=eE.filter(e=>f[e]>0).map(e=>{let t=f[e];return o(e===`search`?t===1?`chat.contextGroup.searchSingle`:`chat.contextGroup.searchPlural`:e===`read`?t===1?`chat.contextGroup.readSingle`:`chat.contextGroup.readPlural`:t===1?`chat.contextGroup.listSingle`:`chat.contextGroup.listPlural`,{count:t})}).join(`, `),m=q(()=>{c(e=>!e)}),h=q(e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),m())}),g=o(s?`chat.contextGroup.collapseAria`:`chat.contextGroup.expandAria`),_=o(d?`chat.contextGroup.exploring`:`chat.contextGroup.explored`),v=t?`h-5`:`h-6`;return(0,$.jsxs)(`div`,{"data-component":`context-tool-group`,className:xp(t),children:[(0,$.jsxs)(`div`,{role:`button`,tabIndex:0,"aria-expanded":s,"aria-controls":l,"aria-label":g,"data-mobile-press-feedback":`soft`,className:Y(`flex w-full min-h-0 min-w-0 items-center gap-1.5 overflow-clip`,Sp),onClick:m,onKeyDown:h,children:[(0,$.jsx)(`span`,{className:Y(`inline-flex flex-none items-center justify-center self-center`,v,t?`w-4`:`w-3.5`),style:{color:`var(--tools-icon)`},children:d?(0,$.jsx)(FS,{isMobile:t,label:o(`chat.contextGroup.exploring`),className:`block`}):(0,$.jsx)(X,{name:`search`,className:`block h-[13px] w-[13px]`})}),(0,$.jsx)(`span`,{className:Y(`typography-meta inline-flex flex-none items-center self-center font-medium`,v,cE,d&&`animate-text-shimmer`),style:{color:`var(--tools-title)`,...d?{"--oc-text-shimmer-base":`var(--tools-title)`}:{}},children:_}),p?(0,$.jsx)(`span`,{className:Y(`typography-meta inline-flex min-h-0 w-0 min-w-0 max-w-full flex-1 items-center self-center overflow-clip`,v,cE),style:{color:`var(--tools-description)`},children:(0,$.jsx)($T,{text:p,active:d,className:t?`!h-5 sm:!h-5`:`!h-6 sm:!h-6`})}):null,(0,$.jsx)(X,{name:s?`arrow-down-s`:`arrow-right-s`,className:`ml-auto size-3.5 flex-none self-center text-muted-foreground opacity-70`})]}),s&&a?(0,$.jsxs)(`div`,{id:l,className:`relative ml-2 pl-3 pt-0.5`,children:[(0,$.jsx)(`span`,{"aria-hidden":`true`,className:`pointer-events-none absolute bottom-0 left-0 top-0 w-px opacity-40`,style:{backgroundColor:`var(--tools-border)`}}),a]}):null]})};function uE(e,t,n){let r=[],i=t;for(;i<e.length&&JS(n(e[i]));)r.push(e[i]),i+=1;return{items:r,end:i}}var dE=e=>{if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null};function fE(e){if(!e||typeof e!=`object`)return null;let t=e.state;if(!t||typeof t!=`object`)return null;let n=t;if(n.metadata&&typeof n.metadata==`object`){let e=dE(n.metadata.name);if(e)return e}if(n.input&&typeof n.input==`object`){let e=n.input,t=dE(e.name);if(t)return t;let r=dE(e.id);if(r)return r}if(n.output&&typeof n.output==`object`){let e=dE(n.output.name);if(e)return e}return null}function pE(e){let t=[];for(let n of e){if(typeof n!=`string`)continue;let e=n.trim();e&&t.push(e)}let n=t.slice(0,3);return{visibleNames:n,hiddenCount:Math.max(0,t.length-n.length),joinedVisible:n.join(`, `)}}var mE=`!text-[length:var(--text-meta)] !leading-5 sm:!leading-6 tracking-normal`,hE=({activities:e,isMobile:t,children:n})=>{let{t:r}=it(),[i,a]=Z.useState(!1),o=Z.useId(),s=e.map(e=>e.part),c=s.some(e=>XS(e)),{joinedVisible:l,hiddenCount:u}=pE(s.map(fE)),d=u>0?r(`chat.skillGroup.summaryOverflow`,{names:l,count:u}):l,f=q(()=>{a(e=>!e)}),p=q(e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),f())}),m=r(i?`chat.skillGroup.collapseAria`:`chat.skillGroup.expandAria`),h=r(`chat.tools.display.skill`);return(0,$.jsxs)(`div`,{"data-component":`skill-tool-group`,className:xp(t),children:[(0,$.jsxs)(`div`,{role:`button`,tabIndex:0,"aria-expanded":i,"aria-controls":o,"aria-label":m,"data-mobile-press-feedback":`soft`,className:Y(`flex w-full min-h-0 min-w-0 items-center gap-1.5 overflow-clip`,Sp),onClick:f,onKeyDown:p,children:[(0,$.jsx)(`span`,{className:Y(`flex flex-none items-center justify-center`,t?`size-4`:`size-3.5`),style:{color:`var(--tools-icon)`},children:c?(0,$.jsx)(FS,{isMobile:t,label:h,className:`block`}):(0,$.jsx)(X,{name:`book`,className:`h-[13px] w-[13px]`})}),(0,$.jsx)(`span`,{className:Y(`typography-meta flex-none font-medium`,mE,c&&`animate-text-shimmer`),style:{color:`var(--tools-title)`,...c?{"--oc-text-shimmer-base":`var(--tools-title)`}:{}},children:h}),d?(0,$.jsx)(`span`,{className:Y(`typography-meta h-5 min-h-0 w-0 min-w-0 max-w-full flex-1 overflow-clip sm:h-6`,mE),style:{color:`var(--tools-description)`},children:(0,$.jsx)($T,{text:d,active:c})}):null,(0,$.jsx)(X,{name:i?`arrow-down-s`:`arrow-right-s`,className:`ml-auto size-3.5 flex-none text-muted-foreground opacity-70`})]}),i&&n?(0,$.jsxs)(`div`,{id:o,className:`relative ml-2 pl-3 pt-0.5`,children:[(0,$.jsx)(`span`,{"aria-hidden":`true`,className:`pointer-events-none absolute bottom-0 left-0 top-0 w-px opacity-40`,style:{backgroundColor:`var(--tools-border)`}}),n]}):null]})},gE=Z.memo(e=>{let t=(0,Q.c)(18),{part:n,messageId:r,onContentChange:i,actions:a,streamPhase:o,onShowPopup:s}=e,l=c(_E),u=n,d=typeof u.text==`string`?u.text:``,f=typeof u.content==`string`?u.content:``,p=f.length>d.length?f:d,m=u.time,h=n.sessionID,g=o===void 0||o!==`completed`,_,v;if(t[0]!==i||t[1]!==p?(_=()=>{p.trim().length!==0&&i?.(`structural`)},v=[i,p],t[0]=i,t[1]=p,t[2]=_,t[3]=v):(_=t[2],v=t[3]),Z.useEffect(_,v),!p||p.trim().length===0)return null;let y=o??`streaming`,b=g&&typeof m?.end!=`number`,x;t[4]!==l||t[5]!==r||t[6]!==i||t[7]!==s||t[8]!==n||t[9]!==h||t[10]!==y||t[11]!==b?(x=(0,$.jsx)(`div`,{"data-message-text-export-source":`true`,children:(0,$.jsx)(Ow,{part:n,sessionId:h,messageId:r,streamPhase:y,chatRenderMode:l,hasStreamingHapticLifecycle:b,onContentChange:i,onShowPopup:s})}),t[4]=l,t[5]=r,t[6]=i,t[7]=s,t[8]=n,t[9]=h,t[10]=y,t[11]=b,t[12]=x):x=t[12];let S;t[13]===a?S=t[14]:(S=a?(0,$.jsx)(`div`,{className:`mt-2 mb-1 flex items-center justify-start gap-1.5`,"data-message-actions":`true`,children:(0,$.jsx)(`div`,{className:`flex items-center gap-1.5`,"data-message-action-group":`true`,children:a})}):null,t[13]=a,t[14]=S);let C;return t[15]!==x||t[16]!==S?(C=(0,$.jsxs)(`div`,{"data-message-text-export-root":`true`,children:[x,S]}),t[15]=x,t[16]=S,t[17]=C):C=t[17],C});function _E(e){return e.chatRenderMode}var vE=e=>{let t=Math.max(0,Math.round(e/1e3));return t<60?`${t}s`:`${Math.floor(t/60)}m ${t%60}s`},yE=`!text-[length:var(--text-meta)] !leading-5 sm:!leading-6 tracking-normal`,bE=Y(`typography-meta font-medium`,yE),xE=Y(`typography-meta`,yE),SE=[],CE=e=>{let t=e.part;return t.slim===!0&&(t.type===`tool`||t.type===`reasoning`||t.type===`file`)},wE=e=>{let t=new Set;for(let n of e)CE(n)&&n.messageId&&t.add(n.messageId);return[...t]},TE=(e,t)=>e.some(e=>{if(!t.has(e.messageId))return!1;let n=e.part;if(n.slim===!0)return!1;if(n.type===`reasoning`)return typeof n.text==`string`&&n.text.trim().length>0;if(n.type===`file`)return typeof n.url==`string`&&n.url.trim().length>0;if(n.type===`tool`){let e=n.state?.output,t=n.state?.error;return(typeof e==`string`?e.trim().length>0:e!=null)||(typeof t==`string`?t.trim().length>0:t!=null)}return!1}),EE=e=>{let t=(0,Q.c)(5),{href:n}=e,[r,i]=Z.useState(!1),a;t[0]===n?a=t[1]:(a=Jo(n),t[0]=n,t[1]=a);let o=a;if(!o||r)return null;let s;t[2]===Symbol.for(`react.memo_cache_sentinel`)?(s=()=>i(!0),t[2]=s):s=t[2];let c;return t[3]===o?c=t[4]:(c=(0,$.jsx)(`span`,{className:`inline-flex size-[18px] flex-shrink-0 items-center justify-center rounded border border-[var(--border)] bg-[var(--interactive-hover)]`,children:(0,$.jsx)(`img`,{src:o,alt:``,"aria-hidden":`true`,loading:`lazy`,decoding:`async`,className:`size-3.5 rounded-sm`,onError:s})}),t[3]=o,t[4]=c),c},DE=e=>e,OE=e=>{let t=e.part.state,n=t?.input,r=t?.metadata,i=n?.filePath||n?.file_path||n?.path||r?.filePath||r?.file_path||r?.path;if(typeof i==`string`&&i.trim().length>0){let e=i.lastIndexOf(`/`);return e>=0?i.slice(e+1):i}return null},kE=e=>{let t=e.part.state,n=t?.input,r=t?.metadata,i=n?.filePath||n?.file_path||n?.path||r?.filePath||r?.file_path||r?.path;return typeof i==`string`&&i.trim().length>0?i:null},AE=e=>{let t=e.part.state?.metadata?.dir;return typeof t==`string`&&t.trim().length>0?t:null},jE=e=>{if(typeof e!=`string`)return null;let t=e.trim().toLowerCase();return t===`pending`?`pending`:t===`in_progress`||t===`in progress`||t===`inprogress`?`in_progress`:t===`completed`||t===`done`?`completed`:t===`cancelled`||t===`canceled`?`cancelled`:null},ME=e=>{if(e.length===0)return`0 tasks`;let t=0,n=0;for(let r of e){if(!r||typeof r!=`object`)continue;let e=jE(r.status);e&&(e===`pending`&&(t+=1),e===`in_progress`&&(n+=1))}let r=t+n;return r===0?`0 tasks`:`${r} ${r===1?`task`:`tasks`}`},NE=e=>{let t=e.part.state,n=t?.input,r=t?.output;if(Array.isArray(n?.todos)){let e=ME(n.todos);if(e)return e}if(Array.isArray(r)){let e=ME(r);if(e)return e}if(r&&typeof r==`object`&&Array.isArray(r.todos)){let e=ME(r.todos);if(e)return e}if(typeof r==`string`&&r.trim().length>0)try{let e=JSON.parse(r);if(Array.isArray(e)){let t=ME(e);if(t)return t}if(e&&typeof e==`object`&&Array.isArray(e.todos)){let t=ME(e.todos);if(t)return t}}catch{}return null},PE=e=>{let t=e.part.state,n=t?.input,r=t?.metadata,i=(typeof n?.offset==`number`&&Number.isFinite(n.offset)?n.offset:void 0)??(typeof n?.line==`number`&&Number.isFinite(n.line)?n.line:void 0)??(typeof r?.offset==`number`&&Number.isFinite(r.offset)?r.offset:void 0)??(typeof r?.line==`number`&&Number.isFinite(r.line)?r.line:void 0);if(!(typeof i!=`number`||i<=0))return Math.floor(i)},FE=(e,t=!0)=>{let n=e.lastIndexOf(`/`);if(n===-1)return(0,$.jsx)($b,{variant:t?`generate-effect`:`static`,className:Y(`min-w-0 flex-1 truncate whitespace-nowrap`,xE),style:{color:`var(--tools-description)`},title:e,children:e});let r=e.slice(0,n),i=e.slice(n+1),a=r.startsWith(`/`),o=a?r.slice(1):r;return(0,$.jsxs)(`span`,{className:Y(`min-w-0 inline-flex max-w-full flex-1 items-baseline overflow-hidden`,xE),title:e,children:[a?(0,$.jsx)(`span`,{className:`flex-shrink-0`,style:{color:`var(--tools-description)`},children:`/`}):null,(0,$.jsx)(`span`,{className:`min-w-0 shrink truncate whitespace-nowrap`,style:{color:`var(--tools-description)`,direction:`rtl`,textAlign:`left`,unicodeBidi:`plaintext`},children:o}),(0,$.jsx)(`span`,{className:`flex-shrink-0`,style:{color:`var(--tools-description)`},children:`/`}),(0,$.jsx)($b,{variant:t?`generate-effect`:`static`,className:`flex-shrink-0`,style:{color:`var(--tools-description)`},children:i})]})},IE=e=>{let t=go(e);return t?t.toLowerCase().endsWith(`/skill.md`)?t:`${t}/SKILL.md`:``},LE=e=>{let t=e.part,n=t.tool?.toLowerCase()??``,r=t.state,i=r?.input,a=r?.metadata;if(n===`grep`||n===`search`||n===`find`||n===`ripgrep`){let e=i?.pattern;if(typeof e==`string`&&e.trim().length>0)return e.length>40?e.slice(0,40)+`...`:e}if(n===`glob`){let e=i?.pattern;if(typeof e==`string`&&e.trim().length>0)return e.length>40?e.slice(0,40)+`...`:e}if(n===`websearch`||n===`web-search`||n===`search_web`||n===`codesearch`||n===`perplexity`){let e=i?.query;if(typeof e==`string`&&e.trim().length>0)return e.length>50?e.slice(0,50)+`...`:e}if(n===`skill`)return fE(t);if(n===`webfetch`||n===`fetch`||n===`curl`||n===`wget`){let e=typeof i?.url==`string`&&i.url||typeof i?.URL==`string`&&i.URL||typeof a?.url==`string`&&a.url||typeof a?.URL==`string`&&a.URL||``;if(typeof e==`string`&&e.trim().length>0)return e.trim()}return n===`todowrite`||n===`todoread`?NE(e):OE(e)},RE=e=>{let t=[],n=[];for(let r of e){if(r.kind!==`tool`)continue;let e=r.part;if(e.tool?.trim().toLowerCase()!==`task`)continue;let i=typeof e.id==`string`?e.id.trim():``;if(!i)continue;let a=e.state;if(!a||typeof a!=`object`)continue;let o=a;n.push(i),(o.status===`pending`||o.status===`running`)&&t.push(i)}return{active:t,all:n}},zE=Z.memo(e=>{let t=(0,Q.c)(16),{activity:n,isExpanded:r,isMobile:i,onToggleTool:a,onShowPopup:o,onContentChange:s}=e,c;t[0]!==n.id||t[1]!==a?(c=()=>{a(n.id)},t[0]=n.id,t[1]=a,t[2]=c):c=t[2];let l=q(c),u;t[3]===i?u=t[4]:(u=xp(i),t[3]=i,t[4]=u);let d=n.part,f;t[5]!==n.messageId||t[6]!==l||t[7]!==r||t[8]!==i||t[9]!==s||t[10]!==o||t[11]!==d?(f=(0,$.jsx)(cw,{part:d,messageId:n.messageId,isExpanded:r,onToggle:l,isMobile:i,onContentChange:s,onShowPopup:o,animateTailText:!1}),t[5]=n.messageId,t[6]=l,t[7]=r,t[8]=i,t[9]=s,t[10]=o,t[11]=d,t[12]=f):f=t[12];let p;return t[13]!==u||t[14]!==f?(p=(0,$.jsx)(`div`,{className:u,children:f}),t[13]=u,t[14]=f,t[15]=p):p=t[15],p},(e,t)=>e.isExpanded===t.isExpanded&&e.isMobile===t.isMobile&&e.onToggleTool===t.onToggleTool&&e.onShowPopup===t.onShowPopup&&e.onContentChange===t.onContentChange&&e.activity.id===t.activity.id&&e.activity.messageId===t.activity.messageId&&e.activity.kind===t.activity.kind&&e.activity.endedAt===t.activity.endedAt&&Vx([e.activity.part],[t.activity.part])),BE=Z.memo(e=>{let t=(0,Q.c)(9),{toolName:n,activities:r,isMobile:i}=e,a;t[0]===i?a=t[1]:(a=xp(i),t[0]=i,t[1]=a);let o;t[2]!==r||t[3]!==i||t[4]!==n?(o=(0,$.jsx)(UE,{toolName:n,activities:r,isMobile:i,animateTailText:!1}),t[2]=r,t[3]=i,t[4]=n,t[5]=o):o=t[5];let s;return t[6]!==a||t[7]!==o?(s=(0,$.jsx)(`div`,{className:a,children:o}),t[6]=a,t[7]=o,t[8]=s):s=t[8],s},(e,t)=>e.toolName===t.toolName&&e.isMobile===t.isMobile&&HE(e.activities,t.activities)),VE=e=>{let t=[],n=0;for(;n<e.length;){let r=e[n];if(r.kind===`reasoning`){if(!Jw(r.part).trim()){n++;continue}t.push({type:`reasoning`,activity:r}),n++;continue}if(r.kind===`justification`){t.push({type:`justification`,activity:r}),n++;continue}let i=r.part.tool?.toLowerCase()??``;if(qS(i)){let r=sE(e,n,e=>e.part.tool);t.push({type:`tool-context-group`,activities:r.items,hasFollowingOtherType:aE(e,r.end,e=>({kind:e.kind,toolName:e.part.tool}))}),n=r.end;continue}if(JS(i)){let r=uE(e,n,e=>e.part.tool);if(r.items.length>0){t.push({type:`tool-skill-group`,activities:r.items}),n=r.end;continue}}if(GS(i)){t.push({type:`tool-expandable`,activity:r}),n++;continue}if(WS(i)){t.push({type:`tool-expandable`,activity:r}),n++;continue}if(KS(i)){t.push({type:`tool-static-group`,toolName:i,activities:[r]}),n++;continue}t.push({type:`tool-fallback`,activity:r}),n++}return t},HE=(e,t)=>{if(e===t)return!0;if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1){let r=e[n],i=t[n];if(r.id!==i.id||r.kind!==i.kind||r.endedAt!==i.endedAt||!Vx([r.part],[i.part]))return!1}return!0},UE=Z.memo(e=>{let t=(0,Q.c)(106),{toolName:n,activities:r,isMobile:i,animateTailText:a}=e,{t:o}=it(),s=c(qE),l=Xo(n,o),u;t[0]===n?u=t[1]:(u=ex(n),t[0]=n,t[1]=u);let d=u,f;t[2]===n?f=t[3]:(f=n.toLowerCase(),t[2]=n,t[3]=f);let p=f===`read`,m=Z.useContext(To),h=lh(),g=Le(JE),_=Wm(),v=_.kind===`embedded`?_.directory:g,y;t[4]===n?y=t[5]:(y=n.toLowerCase(),t[4]=n,t[5]=y);let b=y===`skill`,x;t[6]===b?x=t[7]:(x={enabled:b},t[6]=b,t[7]=x);let S=$n(x),C;t[8]===S.data?C=t[9]:(C=S.data??[],t[8]=S.data,t[9]=C);let w=C,T;t[10]===w?T=t[11]:(T=new Map(w.map(YE)),t[10]=w,t[11]=T);let E=T,D=r[0]??null,O=!D||XS(D.part),k;t[12]===D?k=t[13]:(k=D?LE(D):null,t[12]=D,t[13]=k);let A=k,j;if(t[14]!==A||t[15]!==D||t[16]!==E||t[17]!==n){bb0:{if(n.toLowerCase()!==`skill`||!D||!A){j=null;break bb0}let e=E.get(A)?.path||AE(D);if(!e||e===`<built-in>`){j=null;break bb0}let r=IE(e);if(!r){j=null;break bb0}let i;t[19]!==A||t[20]!==r?(i={name:A,path:r},t[19]=A,t[20]=r,t[21]=i):i=t[21],j=i}t[14]=A,t[15]=D,t[16]=E,t[17]=n,t[18]=j}else j=t[18];let M=j,N;if(t[22]!==v||t[23]!==p||t[24]!==D){bb1:{if(!p||!D){N=null;break bb1}let e=kE(D);if(!e){N=null;break bb1}let n=mo(e,v);if(!n){N=null;break bb1}let r;t[26]===D?r=t[27]:(r=PE(D),t[26]=D,t[27]=r);let i;t[28]!==n||t[29]!==e||t[30]!==r?(i={path:e,displayPath:n,offset:r},t[28]=n,t[29]=e,t[30]=r,t[31]=i):i=t[31],N=i}t[22]=v,t[23]=p,t[24]=D,t[25]=N}else N=t[25];let P=N,F;t[32]!==v||t[33]!==h||t[34]!==m?(F=(e,t)=>{if(!v)return;let n=ho(v,e);if(!n)return;if(h){h.openFile({path:n,targetLine:t&&Number.isFinite(t)?Math.max(1,Math.trunc(t)):void 0});return}if(m?.editor){m.editor.openFile(n,t);return}if(!yo(n,v)){ns(n,v).then(()=>{let e=c.getState(),r=v||po(v,n);if(t&&Number.isFinite(t)){e.openContextFileAtLine(r,n,Math.max(1,Math.trunc(t)),1);return}e.openContextFile(r,n)});return}let r=c.getState(),i=po(v,n);if(t&&Number.isFinite(t)){r.openContextFileAtLine(i,n,Math.max(1,Math.trunc(t)),1);return}r.openContextFile(i,n)},t[32]=v,t[33]=h,t[34]=m,t[35]=F):F=t[35];let I=q(F),L;t[36]!==v||t[37]!==h?(L=e=>{let t=go(e);if(!t)return;let n=()=>{if(h){h.openFile({path:t});return}let e=c.getState(),n=v||po(``,t);e.openContextFile(n,t)};if(v&&!yo(t,v)){ns(t,v).then(n);return}n()},t[36]=v,t[37]=h,t[38]=L):L=t[38];let R=q(L),z;t[39]===n?z=t[40]:(z=n.toLowerCase(),t[39]=n,t[40]=z);let B=z,V=B===`grep`||B===`search`||B===`find`||B===`ripgrep`||B===`glob`,H=B===`webfetch`||B===`fetch`||B===`curl`||B===`wget`,U=B===`skill`,W=!!(P||M),ee=!!(P&&v||M),G;t[41]!==ee||t[42]!==I||t[43]!==R||t[44]!==W||t[45]!==P||t[46]!==M?(G=()=>{if(!(!W||!ee)){if(P){I(P.path,P.offset);return}M&&R(M.path)}},t[41]=ee,t[42]=I,t[43]=R,t[44]=W,t[45]=P,t[46]=M,t[47]=G):G=t[47];let K=q(G),te;t[48]===K?te=t[49]:(te=e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),K())},t[48]=K,t[49]=te);let ne=q(te),re=W&&ee&&`cursor-pointer`,ie=W&&!ee&&`cursor-default opacity-70`,ae;t[50]!==re||t[51]!==ie?(ae=Y(`flex w-full items-center gap-x-1.5 min-w-0`,Sp,re,ie),t[50]=re,t[51]=ie,t[52]=ae):ae=t[52];let oe=W?`soft`:void 0,se=W?K:void 0,ce=W?ne:void 0,le=W?`button`:void 0,ue=W&&ee?0:void 0,de=W&&!ee?!0:void 0,fe=i?`size-4`:`size-3.5`,pe;t[53]===fe?pe=t[54]:(pe=Y(`inline-flex items-center justify-center flex-shrink-0`,fe),t[53]=fe,t[54]=pe);let me;t[55]===Symbol.for(`react.memo_cache_sentinel`)?(me={color:`var(--tools-icon)`},t[55]=me):me=t[55];let he=O?(0,$.jsx)(FS,{isMobile:i,label:o(`chat.assistantStatus.usingTool`,{tool:l})}):d,ge;t[56]!==pe||t[57]!==me||t[58]!==he?(ge=(0,$.jsx)(`div`,{className:pe,style:me,children:he}),t[56]=pe,t[57]=me,t[58]=he,t[59]=ge):ge=t[59];let _e,ve;t[60]===Symbol.for(`react.memo_cache_sentinel`)?(_e=Y(bE,`inline-flex items-center flex-shrink-0 opacity-85`),ve={color:`var(--tools-title)`},t[60]=_e,t[61]=ve):(_e=t[60],ve=t[61]);let ye;t[62]===l?ye=t[63]:(ye=(0,$.jsx)(`span`,{className:_e,style:ve,title:l,children:l}),t[62]=l,t[63]=ye);let be;t[64]!==a||t[65]!==p||t[66]!==P||t[67]!==s?(be=p&&P?(0,$.jsxs)(`span`,{className:Y(`inline-flex !min-h-0 items-center justify-start gap-1 min-w-0 flex-1 text-left`,xE),style:{color:`var(--tools-description)`},title:P.offset?`${P.displayPath}:${P.offset}`:P.displayPath,children:[s?(0,$.jsx)(Tu,{filePath:P.path,className:`h-3.5 w-3.5`}):null,FE(P.displayPath,a)]}):null,t[64]=a,t[65]=p,t[66]=P,t[67]=s,t[68]=be):be=t[68];let xe;t[69]!==a||t[70]!==A||t[71]!==V?(xe=V&&A?(0,$.jsx)(`span`,{className:`inline-flex min-w-0 flex-1`,children:(0,$.jsxs)($b,{variant:a?`generate-effect`:`static`,className:Y(`min-w-0 flex-1 truncate whitespace-nowrap`,xE),style:{color:`var(--tools-description)`},title:A,children:[`"`,A,`"`]})}):null,t[69]=a,t[70]=A,t[71]=V,t[72]=xe):xe=t[72];let Se;t[73]!==A||t[74]!==H?(Se=H&&A?(0,$.jsxs)(`a`,{href:A,target:`_blank`,rel:`noopener noreferrer`,onClick:XE,className:Y(`min-w-0 flex-1 inline-flex items-center gap-1.5 underline decoration-[color:var(--status-info)] underline-offset-2 hover:opacity-90`,`truncate whitespace-nowrap`,xE),style:{color:`var(--status-info)`},title:A,children:[(0,$.jsx)(EE,{href:A}),(0,$.jsx)(`span`,{className:`min-w-0 truncate`,children:A})]}):null,t[73]=A,t[74]=H,t[75]=Se):Se=t[75];let Ce;t[76]!==U||t[77]!==M?(Ce=U&&M?(0,$.jsx)(`span`,{className:Y(`!min-h-0 min-w-0 flex-1 truncate whitespace-nowrap text-left`,xE),style:{color:`var(--tools-description)`},title:M.path,children:M.name}):null,t[76]=U,t[77]=M,t[78]=Ce):Ce=t[78];let we;t[79]!==A||t[80]!==U||t[81]!==M?(we=U&&!M&&A?(0,$.jsx)(`span`,{className:Y(`!min-h-0 min-w-0 flex-1 truncate whitespace-nowrap text-left`,xE),style:{color:`var(--tools-description)`},title:A,children:A}):null,t[79]=A,t[80]=U,t[81]=M,t[82]=we):we=t[82];let Te;t[83]!==a||t[84]!==A||t[85]!==H||t[86]!==p||t[87]!==V||t[88]!==U?(Te=!p&&!V&&!H&&!U&&A?(0,$.jsx)($b,{variant:a?`generate-effect`:`static`,className:Y(`min-w-0 flex-1 truncate whitespace-nowrap`,xE),style:{color:`var(--tools-description)`},children:A}):null,t[83]=a,t[84]=A,t[85]=H,t[86]=p,t[87]=V,t[88]=U,t[89]=Te):Te=t[89];let Ee;return t[90]!==ae||t[91]!==oe||t[92]!==se||t[93]!==ce||t[94]!==le||t[95]!==ue||t[96]!==de||t[97]!==ge||t[98]!==ye||t[99]!==be||t[100]!==xe||t[101]!==Se||t[102]!==Ce||t[103]!==we||t[104]!==Te?(Ee=(0,$.jsxs)(`div`,{className:ae,"data-mobile-press-feedback":oe,onClick:se,onKeyDown:ce,role:le,tabIndex:ue,"aria-disabled":de,children:[ge,ye,be,xe,Se,Ce,we,Te]}),t[90]=ae,t[91]=oe,t[92]=se,t[93]=ce,t[94]=le,t[95]=ue,t[96]=de,t[97]=ge,t[98]=ye,t[99]=be,t[100]=xe,t[101]=Se,t[102]=Ce,t[103]=we,t[104]=Te,t[105]=Ee):Ee=t[105],Ee},(e,t)=>e.toolName===t.toolName&&e.isMobile===t.isMobile&&e.animateTailText===t.animateTailText&&HE(e.activities,t.activities)),WE=Z.memo(e=>{let t=(0,Q.c)(5),{activity:n,onContentChange:r,streamPhase:i}=e,a;return t[0]!==n.messageId||t[1]!==n.part||t[2]!==r||t[3]!==i?(a=(0,$.jsx)(Bw,{part:n.part,messageId:n.messageId,streamPhase:i,onContentChange:r}),t[0]=n.messageId,t[1]=n.part,t[2]=r,t[3]=i,t[4]=a):a=t[4],a}),GE=Z.memo(e=>{let t=(0,Q.c)(7),{activity:n,onContentChange:r,onShowPopup:i,actions:a,streamPhase:o}=e,s;return t[0]!==a||t[1]!==n.messageId||t[2]!==n.part||t[3]!==r||t[4]!==i||t[5]!==o?(s=(0,$.jsx)(gE,{part:n.part,messageId:n.messageId,onContentChange:r,onShowPopup:i,actions:a,streamPhase:o}),t[0]=a,t[1]=n.messageId,t[2]=n.part,t[3]=r,t[4]=i,t[5]=o,t[6]=s):s=t[6],s}),KE=Z.memo(({parts:e,materializationParts:t=e,isExpanded:n,collapsedPreviewCount:r=0,completionDisposition:i,activityPresentationKind:a=`default`,durationMs:o,onToggle:s,isMobile:c,expandedTools:l,onToggleTool:u,onShowPopup:d,onContentChange:f,streamPhase:p,showHeader:m,renderJustificationActions:h})=>{let{t:g}=it(),_=ts()??``,v=Z.useMemo(()=>wE(t),[t]),y=Z.useRef(new Set),b=Z.useRef(new Map),x=Z.useRef(new Set),[,S]=Z.useState(0),C=Z.useRef(null),w=Z.useRef(null),T=i===`active`,E=!T&&(i===`normal`||i===`abnormal`)&&typeof o==`number`&&Number.isFinite(o)&&o>=0?vE(o):null,D=i===`normal`||i===`abnormal`,O=a===`compaction`,k=O?`fold-vertical`:`stack`,A=g(i===void 0?`chat.activity.title`:T?O?`chat.activity.compacting`:`chat.activity.active`:D?O?`chat.activity.compactionCompleted`:`chat.activity.completedStatus`:`chat.activity.title`),j=Z.useMemo(()=>RE(e),[e]),M=T?j.active:j.all,N=M.slice(0,c?2:3),P=q((e=!1,n=!1)=>{if(!(!_||!v.length)){for(let r of v){let i=t.find(e=>e.messageId===r)?.part.sessionID;if(!i)continue;let a=Kr(_,i,r);if(a.status===`ready`||n&&a.status===`error`||e&&a.status!==`error`&&!x.current.has(r)||(y.current.add(r),x.current.delete(r),b.current.has(r)))continue;let o=Sr(_,i,r,{priority:n?`background`:`user`}).catch(()=>{x.current.add(r)}).finally(()=>{b.current.delete(r),S(e=>e+1)});b.current.set(r,o)}S(e=>e+1)}}),F=q(e=>{e.stopPropagation(),P(!0)}),I=q(()=>{let e=C.current;w.current=e?{top:e.getBoundingClientRect().top,scrollContainer:e.closest(`[data-scrollbar="chat"]`)}:null,n||P(),s()});Z.useEffect(()=>{T||!n||P(!1,!0)},[T,n]),Z.useLayoutEffect(()=>{let e=w.current,t=C.current;if(!e||!t)return;let n=()=>{if(!t.isConnected)return;let n=t.getBoundingClientRect().top-e.top;if(!(Math.abs(n)<.5)){if(e.scrollContainer?.isConnected){e.scrollContainer.scrollTop+=n;return}window.scrollBy(0,n)}};if(n(),typeof window>`u`||typeof window.requestAnimationFrame!=`function`){w.current=null;return}let r=window.requestAnimationFrame(()=>{n(),w.current=null});return()=>window.cancelAnimationFrame(r)},[n]);let L=m&&!n?Math.max(0,Math.floor(r)):0,R=!m||n||L>0,z=y.current,B=[...z].map(e=>{if(b.current.has(e))return`loading`;if(x.current.has(e))return`error`;let n=t.find(t=>t.messageId===e)?.part.sessionID??``;return Kr(_,n,e).status}),V=B.includes(`loading`),H=B.includes(`error`),U=B.length>0&&B.every(e=>e===`ready`),W=t.some(e=>z.has(e.messageId)&&CE(e)),ee=U&&!W&&!TE(t,z),G=Z.useMemo(()=>R?DE(e):SE,[e,R]),K=Z.useMemo(()=>R?VE(G):[],[R,G]),te=Z.useMemo(()=>n||L===0?0:Math.max(0,K.length-L),[n,L,K.length]),ne=Z.useMemo(()=>n||L===0?K:K.slice(-L),[n,L,K]);if(!m&&K.length===0)return null;let re=(e,t)=>{let n=(0,$.jsx)(`div`,{className:xp(c),children:t});return(0,$.jsx)(Z.Fragment,{children:n},e)},ie=R?ne.map((e,t)=>{switch(e.type){case`reasoning`:return re(e.activity.id,(0,$.jsx)($.Fragment,{children:(0,$.jsx)(WE,{activity:e.activity,streamPhase:p,onContentChange:f})}));case`justification`:return re(e.activity.id,(0,$.jsx)($.Fragment,{children:(0,$.jsx)(GE,{activity:e.activity,onContentChange:f,onShowPopup:d,actions:h?.(e.activity),streamPhase:p})}));case`tool-expandable`:return(0,$.jsx)(zE,{activity:e.activity,isExpanded:l.has(e.activity.id),isMobile:c,onToggleTool:u,onShowPopup:d,onContentChange:f},e.activity.id);case`tool-static-group`:return(0,$.jsx)(BE,{toolName:e.toolName,activities:e.activities,isMobile:c},e.activities[0]?.id??`static-${e.toolName}-${t}`);case`tool-context-group`:return(0,$.jsx)(lE,{activities:e.activities,isMobile:c,isTurnLive:T,hasFollowingOtherType:e.hasFollowingOtherType,children:e.activities.map(e=>{let t=e.part;return(0,$.jsx)(UE,{toolName:t.tool?.toLowerCase()??``,activities:[e],isMobile:c,animateTailText:!1},e.id)})},e.activities[0]?.id??`context-${t}`);case`tool-skill-group`:return(0,$.jsx)(hE,{activities:e.activities,isMobile:c,children:e.activities.map(e=>{let t=e.part;return(0,$.jsx)(UE,{toolName:t.tool?.toLowerCase()??``,activities:[e],isMobile:c,animateTailText:!1},e.id)})},e.activities[0]?.id??`skill-${t}`);case`tool-fallback`:return(0,$.jsx)(zE,{activity:e.activity,isExpanded:l.has(e.activity.id),isMobile:c,onToggleTool:u,onShowPopup:d,onContentChange:f},e.activity.id);default:return null}}):null,ae=ne.length>0;return m?(0,$.jsxs)(`div`,{className:xp(c),children:[(0,$.jsxs)(`button`,{ref:C,type:`button`,className:Y(`group/tool flex w-full min-w-0 flex-nowrap items-center text-left`,c?`gap-x-1`:`gap-x-2`,Sp,c&&`pr-0`),"data-mobile-press-feedback":`soft`,onClick:I,"aria-expanded":n,"aria-label":g(n?`chat.activity.collapseAria`:`chat.activity.expandAria`),children:[(0,$.jsxs)(`span`,{className:Y(`inline-flex min-w-0 flex-1 items-center overflow-clip`,c?`gap-x-1`:`gap-x-1.5`),children:[(0,$.jsx)(`span`,{className:Y(`inline-flex flex-none items-center justify-center`,c?`h-5 w-4`:`h-6 w-3.5`),style:{color:`var(--tools-icon)`},children:T&&!O?(0,$.jsx)(FS,{isMobile:c,label:A,className:`block`}):(0,$.jsx)(X,{name:k,className:`h-[14px] w-[14px]`})}),(0,$.jsx)(`span`,{className:Y(`inline-flex flex-shrink-0 items-center`,c?`typography-meta h-5`:`typography-ui-label h-5 font-semibold`,T?`animate-text-shimmer text-[var(--status-info)] [--oc-text-shimmer-base:var(--status-info)]`:`text-foreground/85`),children:A}),E?(0,$.jsx)(`span`,{className:`typography-meta shrink-0 tabular-nums text-muted-foreground`,children:E}):null]}),(0,$.jsxs)(`span`,{className:Y(`ml-auto inline-flex max-w-[min(14rem,55%)] shrink-0 items-center justify-end`,c?`gap-0.5`:`gap-1`),children:[M.length>0?(0,$.jsxs)(`span`,{className:Y(`inline-flex min-w-0 items-center text-muted-foreground`,c?`gap-1`:`gap-1.5`),children:[(0,$.jsx)(`span`,{className:`inline-flex shrink-0 items-center gap-0.5`,"aria-hidden":`true`,children:N.map((e,t)=>(0,$.jsx)(Zi,{name:e,size:c?12:14,className:Y(`flex-none`,c?`size-3 min-h-3 min-w-3 max-h-3 max-w-3`:`size-3.5 min-h-3.5 min-w-3.5 max-h-3.5 max-w-3.5`)},`${e}-${t}`))}),(0,$.jsx)(`span`,{className:`typography-meta min-w-0 truncate`,children:g(T?`chat.activity.agentsWorking`:`chat.activity.agentsInvolved`,{count:M.length})})]}):null,(0,$.jsx)(X,{name:n?`arrow-down-s`:`arrow-right-s`,className:Y(`flex-shrink-0 text-muted-foreground opacity-70`,c&&`-mr-0.5`,c?`size-3`:`size-3.5`)})]})]}),ae?(0,$.jsxs)(`div`,{className:`relative ml-2 pl-3`,children:[(0,$.jsx)(`span`,{"aria-hidden":`true`,className:`pointer-events-none absolute left-0 top-px bottom-0 w-px opacity-40`,style:{backgroundColor:`var(--tools-border)`}}),te>0?(0,$.jsxs)(`button`,{type:`button`,onClick:I,className:`typography-meta leading-4 px-2 py-1 text-muted-foreground/45 hover:text-muted-foreground/65 text-left`,children:[`+`,te,` more...`]}):null,(0,$.jsx)(`div`,{className:`flow-root`,children:ie})]}):null,n&&(V||H||ee)?(0,$.jsx)(`div`,{className:Y(`typography-meta ml-5 flex min-h-9 items-center gap-2 px-2 text-muted-foreground`,H&&`text-[var(--status-error)]`),role:H?`alert`:`status`,children:V?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(X,{name:`loader-4`,className:`size-3.5 shrink-0 animate-spin`}),(0,$.jsx)(`span`,{children:g(`chat.activity.outputLoading`)})]}):H?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(X,{name:`error-warning`,className:`size-3.5 shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 flex-1`,children:g(`chat.activity.outputLoadFailed`)}),(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`xs`,onClick:F,children:g(`chat.activity.outputRetry`)})]}):(0,$.jsx)(`span`,{children:g(`chat.toolOutputDialog.noOutputProduced`)})}):null]}):(0,$.jsx)(`div`,{className:xp(c),children:ie})});function qE(e){return e.showToolFileIcons}function JE(e){return e.currentDirectory}function YE(e){return[e.name,e]}function XE(e){e.stopPropagation()}var ZE=Z.memo(e=>{let t=(0,Q.c)(2),n;return t[0]===e?n=t[1]:(n=(0,$.jsx)(KE,{...e}),t[0]=e,t[1]=n),n}),QE=e=>`/api/openchamber/sessions/${encodeURIComponent(e)}/changes`,$E=e=>e.trim(),eD=e=>e===404||e===405||e===501,tD=e=>{if(!e||typeof e!=`object`||Array.isArray(e))return null;let t=e,n=typeof t.file==`string`?t.file:null;return n?{file:n,...typeof t.status==`string`?{status:t.status}:{},additions:typeof t.additions==`number`&&Number.isFinite(t.additions)?t.additions:0,deletions:typeof t.deletions==`number`&&Number.isFinite(t.deletions)?t.deletions:0}:null},nD=e=>{if(!Array.isArray(e))return{files:[]};let t=[];for(let n of e){let e=tD(n);e&&t.push(e)}return{files:t}},rD=(e,t)=>{if(!Array.isArray(e))return null;for(let n of e)if(n&&typeof n==`object`&&!Array.isArray(n)&&n.file===t)return n;return null},iD=async(e,t)=>{let n={messageID:e.messageID,directory:e.directory};return typeof e.file==`string`&&e.file.length>0&&(n.file=e.file),V(QE(e.sessionID),{method:`GET`,headers:{Accept:`application/json`,"x-opencode-directory":e.directory},query:n,signal:t})},aD=async(e,t)=>{if(t.aborted)throw new DOMException(`Aborted`,`AbortError`);return Fe.getSessionDiff({sessionID:e.sessionID,directory:e.directory,messageID:e.messageID},{signal:t})},oD=(e,n=t())=>I.sessionTurnChanges.summary(e.directory,e.sessionID,e.messageID,e.diffCount,n),sD=(e,n=t())=>I.sessionTurnChanges.file(e.directory,e.sessionID,e.messageID,e.file,e.diffCount,n),cD=(e,n=t())=>({queryKey:oD(e,n),queryFn:async({signal:t})=>{let n=await iD(e,t);if(n.ok){let e=await n.json().catch(()=>null);if(!e||!Array.isArray(e.files))throw Error(`Invalid session turn changes response`);return e}if(!eD(n.status))throw Error(`Session turn changes request failed (${n.status})`);return nD(await aD(e,t))},staleTime:0,gcTime:3e5,retry:!1}),lD=(e,n=t())=>({queryKey:sD(e,n),queryFn:async({signal:t})=>{let n=await iD(e,t);if(n.ok){let e=await n.json().catch(()=>null);if(!e||!e.diff||typeof e.diff!=`object`)throw Error(`Invalid session turn change file response`);return e}if(!eD(n.status))throw Error(`Session turn change file request failed (${n.status})`);let r=rD(await aD(e,t),e.file);if(!r)throw Error(`change file not found`);return{diff:r}},staleTime:0,gcTime:6e4,retry:!1}),uD=(e,n)=>{let r=(0,Q.c)(10),i;r[0]===n?i=r[1]:(i=n===void 0?{}:n,r[0]=n,r[1]=i);let a=i,o,s,c;if(r[2]!==e||r[3]!==a){let n=t();o=!!e&&!!e?.sessionID?.trim()&&!!e?.directory?.trim()&&!!e?.messageID?.trim()&&a.enabled!==!1;let i=e??{sessionID:``,directory:``,messageID:``};c=Ge,s=cD({...i,directory:$E(i.directory)},n),r[2]=e,r[3]=a,r[4]=o,r[5]=s,r[6]=c}else o=r[4],s=r[5],c=r[6];let l;return r[7]!==o||r[8]!==s?(l={...s,enabled:o},r[7]=o,r[8]=s,r[9]=l):l=r[9],c(l)},dD=(e,n)=>{let r=(0,Q.c)(10),i;r[0]===n?i=r[1]:(i=n===void 0?{}:n,r[0]=n,r[1]=i);let a=i,o,s,c;if(r[2]!==e||r[3]!==a){let n=t();o=!!e&&!!e?.sessionID?.trim()&&!!e?.directory?.trim()&&!!e?.messageID?.trim()&&!!e?.file?.trim()&&a.enabled!==!1;let i=e??{sessionID:``,directory:``,messageID:``,file:``};c=Ge,s=lD({...i,directory:$E(i.directory),file:i.file},n),r[2]=e,r[3]=a,r[4]=o,r[5]=s,r[6]=c}else o=r[4],s=r[5],c=r[6];let l;return r[7]!==o||r[8]!==s?(l={...s,enabled:o},r[7]=o,r[8]=s,r[9]=l):l=r[9],c(l)},fD={contain:`layout`},pD={containerType:`inline-size`,containerName:`message-footer`},mD=`mt-1.5 mb-0.5 flex items-center justify-start gap-1.5`,hD=`mt-3 mb-0.5 flex items-center justify-start gap-1.5`,gD=`size-6! p-0 text-muted-foreground bg-transparent hover:text-foreground hover:!bg-transparent active:!bg-transparent focus-visible:!bg-transparent focus-visible:ring-2 focus-visible:ring-primary/50`,_D=`size-3.5!`,vD=`mt-1.5 mb-0.5 flex flex-wrap items-center gap-3`,yD=`mt-3 mb-0.5 flex flex-wrap items-center gap-3 -ml-[5px]`,bD=`flex items-center gap-2`,xD=`flex items-center gap-2 text-muted-foreground`,SD=`inline-flex h-3.5 items-center gap-1 text-[11px] leading-none tabular-nums text-muted-foreground`,CD=`size-3.5!`,wD=`medium`,TD=e=>e.replace(/\\/g,`/`).split(`/`).filter(Boolean).at(-1)??e,ED=`w-full min-w-0 justify-start rounded-[var(--radius-md)] bg-transparent px-1 hover:!bg-interactive-hover focus-visible:!bg-interactive-hover active:!bg-interactive-active supports-[corner-shape:squircle]:rounded-[var(--radius-md)]`,DD=`h-7 gap-1.5`,OD=`h-6 gap-1`,kD=`text-[11px] leading-none`,AD=`size-3.5`,jD=`size-3`,MD=5,ND=Z.memo(e=>{let t=(0,Q.c)(30),{file:n,isMobile:r}=e,i=r?`gap-1 text-[11px]`:`gap-1.5 text-xs`,a;t[0]===i?a=t[1]:(a=Y(`flex min-w-0 flex-1 items-center leading-none text-muted-foreground`,i),t[0]=i,t[1]=a);let o=n.file,s=r?`h-3 w-3`:`h-3.5 w-3.5`,c;t[2]===s?c=t[3]:(c=Y(`flex-shrink-0`,s),t[2]=s,t[3]=c);let l;t[4]!==n.file||t[5]!==c?(l=(0,$.jsx)(Tu,{filePath:o,className:c}),t[4]=n.file,t[5]=c,t[6]=l):l=t[6];let u=n.file,d;t[7]===n.file?d=t[8]:(d=TD(n.file),t[7]=n.file,t[8]=d);let f;t[9]!==n.file||t[10]!==d?(f=(0,$.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-left text-foreground/80`,title:u,children:d}),t[9]=n.file,t[10]=d,t[11]=f):f=t[11];let p=r?`text-[11px]`:`typography-meta`,m;t[12]===p?m=t[13]:(m=Y(`inline-flex flex-shrink-0 items-center gap-0 leading-none tabular-nums`,p),t[12]=p,t[13]=m);let h;t[14]===Symbol.for(`react.memo_cache_sentinel`)?(h={color:`var(--status-success)`},t[14]=h):h=t[14];let g;t[15]===n.additions?g=t[16]:(g=(0,$.jsxs)(`span`,{style:h,children:[`+`,n.additions]}),t[15]=n.additions,t[16]=g);let _,v;t[17]===Symbol.for(`react.memo_cache_sentinel`)?(_=(0,$.jsx)(`span`,{className:`text-muted-foreground/70`,children:`/`}),v={color:`var(--status-error)`},t[17]=_,t[18]=v):(_=t[17],v=t[18]);let y;t[19]===n.deletions?y=t[20]:(y=(0,$.jsxs)(`span`,{style:v,children:[`-`,n.deletions]}),t[19]=n.deletions,t[20]=y);let b;t[21]!==m||t[22]!==g||t[23]!==y?(b=(0,$.jsxs)(`span`,{className:m,children:[g,_,y]}),t[21]=m,t[22]=g,t[23]=y,t[24]=b):b=t[24];let x;return t[25]!==b||t[26]!==a||t[27]!==l||t[28]!==f?(x=(0,$.jsxs)(`span`,{className:a,children:[l,f,b]}),t[25]=b,t[26]=a,t[27]=l,t[28]=f,t[29]=x):x=t[29],x}),PD=Z.memo(e=>{let t=(0,Q.c)(18),{file:n,canOpen:r,isMobile:i,onOpen:a}=e,{t:o}=it(),s;t[0]!==n.file||t[1]!==a?(s=()=>{a(n.file)},t[0]=n.file,t[1]=a,t[2]=s):s=t[2];let c=q(s),l=!r,u=i?OD:DD,d;t[3]===u?d=t[4]:(d=Y(ED,u),t[3]=u,t[4]=d);let f;t[5]!==n.file||t[6]!==o?(f=o(`chat.changedFiles.actions.openFileTitle`,{path:n.file}),t[5]=n.file,t[6]=o,t[7]=f):f=t[7];let p;t[8]!==n||t[9]!==i?(p=(0,$.jsx)(ND,{file:n,isMobile:i}),t[8]=n,t[9]=i,t[10]=p):p=t[10];let m;return t[11]!==n.file||t[12]!==c||t[13]!==l||t[14]!==d||t[15]!==f||t[16]!==p?(m=(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`xs`,disabled:l,"data-turn-change-file":`true`,className:d,"aria-label":f,title:n.file,onClick:c,children:p}),t[11]=n.file,t[12]=c,t[13]=l,t[14]=d,t[15]=f,t[16]=p,t[17]=m):m=t[17],m}),FD=Z.memo(e=>{let t=(0,Q.c)(62),{fileCount:n,turnId:r,isLatestTurn:i,isMobile:a}=e,{t:o}=it(),s=ts(),l=Wm(),u=l.directory||s,d=l.sessionId,f=lh(),p=c(YD),m=!!(d&&u&&r&&n>0),h=d??``,g=u??``,_;t[0]!==n||t[1]!==h||t[2]!==g||t[3]!==r?(_={sessionID:h,directory:g,messageID:r,diffCount:n},t[0]=n,t[1]=h,t[2]=g,t[3]=r,t[4]=_):_=t[4];let v;t[5]===m?v=t[6]:(v={enabled:m},t[5]=m,t[6]=v);let y=uD(_,v);y.data?.files;let b;bb0:{let e=y.data?.files;if(!Array.isArray(e)||e.length===0){let e;t[7]===Symbol.for(`react.memo_cache_sentinel`)?(e=[],t[7]=e):e=t[7],b=e;break bb0}let n;if(t[8]!==e){n=[];for(let t of e)!t||typeof t.file!=`string`||t.file.trim().length===0||n.push({file:t.file,additions:typeof t.additions==`number`&&Number.isFinite(t.additions)?t.additions:0,deletions:typeof t.deletions==`number`&&Number.isFinite(t.deletions)?t.deletions:0});t[8]=e,t[9]=n}else n=t[9];b=n}let x=b,S;t[10]===x?S=t[11]:(S=x.slice(0,MD),t[10]=x,t[11]=S);let C=S,w=Math.max(0,x.length-C.length),T=x.length>0?x.length:n,E=!!(f||!a&&u||a&&i),D;t[12]!==T||t[13]!==o?(D=o(T===1?`chat.pendingChanges.fileCountSingle`:`chat.pendingChanges.fileCountPlural`,{count:T}),t[12]=T,t[13]=o,t[14]=D):D=t[14];let O=D,k;t[15]!==w||t[16]!==o?(k=o(w===1?`chat.pendingChanges.fileCountSingle`:`chat.pendingChanges.fileCountPlural`,{count:w}),t[15]=w,t[16]=o,t[17]=k):k=t[17];let A=k,j=Y(ED,a?OD:DD),M=a?jD:AD,N;t[18]===a?N=t[19]:(N=a?Y(kD,`font-semibold text-foreground/85`):`typography-meta font-semibold text-foreground/85`,t[18]=a,t[19]=N);let P=N,F;t[20]===a?F=t[21]:(F=a?Y(kD,`text-muted-foreground`):`typography-meta text-muted-foreground`,t[20]=a,t[21]=F);let I=F,L;t[22]===a?L=t[23]:(L=a?Y(kD,`font-medium`):`typography-meta font-medium`,t[22]=a,t[23]=L);let R=L,z;t[24]!==u||t[25]!==d||t[26]!==i||t[27]!==a||t[28]!==f||t[29]!==r?(z=e=>{if(f){f.openTurnDiff(r,d);return}if(!a&&u){Uw({directory:u,filePath:e,turnMessageId:r,sessionId:d});return}a&&i&&u&&Uw({directory:u,filePath:e,turnMessageId:r,sessionId:d,mobile:!0})},t[24]=u,t[25]=d,t[26]=i,t[27]=a,t[28]=f,t[29]=r,t[30]=z):z=t[30];let B=q(z),V;t[31]!==u||t[32]!==d||t[33]!==i||t[34]!==a||t[35]!==f||t[36]!==p||t[37]!==r||t[38]!==C[0]?.file?(V=()=>{if(f){f.openTurnDiff(r,d);return}if(!a&&u){p(u,{mode:`diff`,dedupeKey:`turn-diff:${d||`session`}:${r}`,targetPath:null,diffScope:`turn`,diffTurnMessageId:r,diffSessionId:d});return}let e=C[0]?.file;e&&a&&i&&u&&Uw({directory:u,filePath:e,turnMessageId:r,sessionId:d,mobile:!0})},t[31]=u,t[32]=d,t[33]=i,t[34]=a,t[35]=f,t[36]=p,t[37]=r,t[38]=C[0]?.file,t[39]=V):V=t[39];let H=q(V),U=a?`gap-0 border-foreground/15 p-1`:`gap-0.5 border-border/50 p-1.5`,W;t[40]===U?W=t[41]:(W=Y(`mt-4 flex min-w-0 flex-col rounded-[var(--radius-lg)] border bg-muted/20`,U),t[40]=U,t[41]=W);let ee=Y(j,`max-w-full text-muted-foreground hover:text-foreground`),G;t[42]===o?G=t[43]:(G=o(`diffView.actions.reviewAria`),t[42]=o,t[43]=G);let K;t[44]===o?K=t[45]:(K=o(`diffView.actions.reviewAria`),t[44]=o,t[45]=K);let te;t[46]===M?te=t[47]:(te=(0,$.jsx)(X,{name:`file-edit`,className:M}),t[46]=M,t[47]=te);let ne=`turn-changes-${r}`,re;t[48]===o?re=t[49]:(re=o(`chat.changedFiles.title`),t[48]=o,t[49]=re);let ie;t[50]!==ne||t[51]!==re||t[52]!==P?(ie=(0,$.jsx)(`span`,{id:ne,className:P,children:re}),t[50]=ne,t[51]=re,t[52]=P,t[53]=ie):ie=t[53];let ae;t[54]!==O||t[55]!==I?(ae=(0,$.jsx)(`span`,{className:I,children:O}),t[54]=O,t[55]=I,t[56]=ae):ae=t[56];let oe;return t[57]!==x.length||t[58]!==M||t[59]!==m||t[60]!==y?(oe=m&&y.isPending&&x.length===0?(0,$.jsx)(X,{name:`loader-4`,className:Y(M,`animate-spin opacity-60`)}):(0,$.jsx)(X,{name:`arrow-right-s`,className:Y(M,`opacity-60`)}),t[57]=x.length,t[58]=M,t[59]=m,t[60]=y,t[61]=oe):oe=t[61],(0,$.jsxs)(`section`,{className:W,"data-turn-changes-preview":`true`,"data-message-action-group":`true`,"aria-labelledby":`turn-changes-${r}`,children:[(0,$.jsxs)(oa,{type:`button`,variant:`ghost`,size:`xs`,disabled:!E,onClick:H,className:ee,"aria-label":G,title:K,children:[te,ie,ae,oe]}),C.length>0?(0,$.jsxs)(`div`,{className:Y(`flex min-w-0 flex-col`,a?`gap-0`:`gap-0.5`),children:[C.map(e=>(0,$.jsx)(PD,{file:e,canOpen:E,isMobile:a,onOpen:B},e.file)),w>0?(0,$.jsxs)(oa,{type:`button`,variant:`ghost`,size:`xs`,disabled:!E,className:Y(j,`text-muted-foreground hover:text-foreground`),onClick:H,"aria-label":o(`diffView.actions.reviewAria`),title:o(`diffView.actions.reviewAria`),children:[(0,$.jsx)(`span`,{"aria-hidden":`true`,className:Y(M,`flex-shrink-0`)}),(0,$.jsxs)(`span`,{className:R,children:[`+`,A]}),(0,$.jsx)(X,{name:`arrow-right-s`,className:M})]}):null]}):null]})}),ID=e=>e.type===`subtask`,LD=e=>{let t=e;return t.type===`text`&&typeof t.shellAction==`object`&&t.shellAction!==null},RD=e=>{if(!e||typeof e!=`object`)return null;let t=typeof e.providerID==`string`?e.providerID.trim():``,n=typeof e.modelID==`string`?e.modelID.trim():``;return!t||!n?null:`${t}/${n}`},zD=e=>{let t=(0,Q.c)(49),{part:n}=e,[r,i]=Z.useState(!1),a=ts(),{isMobile:o}=co(),s=J(XD),l=c(ZD),u=Wm(),{t:f}=it(),p;t[0]===n.description?p=t[1]:(p=typeof n.description==`string`?n.description.trim():``,t[0]=n.description,t[1]=p);let m=p,h;t[2]===n.command?h=t[3]:(h=typeof n.command==`string`?n.command.trim():``,t[2]=n.command,t[3]=h);let g=h,_;t[4]===n.agent?_=t[5]:(_=typeof n.agent==`string`?n.agent.trim():``,t[4]=n.agent,t[5]=_);let v=_,y;t[6]===n.prompt?y=t[7]:(y=typeof n.prompt==`string`?n.prompt.trim():``,t[6]=n.prompt,t[7]=y);let b=y,x;t[8]===n.taskSessionID?x=t[9]:(x=typeof n.taskSessionID==`string`?n.taskSessionID.trim():``,t[8]=n.taskSessionID,t[9]=x);let S=x,C;t[10]===n.model?C=t[11]:(C=RD(n.model),t[10]=n.model,t[11]=C);let w=C,T=!!b&&!(o&&u.kind===`primary`),E;t[12]===f?E=t[13]:(E=f(`chat.messageBody.subtask.title`),t[12]=f,t[13]=E);let D;t[14]===E?D=t[15]:(D=(0,$.jsx)(`span`,{className:`typography-meta font-semibold text-foreground`,children:E}),t[14]=E,t[15]=D);let O;t[16]===g?O=t[17]:(O=g?(0,$.jsxs)(`span`,{className:`inline-flex h-5 items-center rounded px-1.5 text-[11px] leading-none bg-foreground/5 text-muted-foreground`,children:[`/`,g]}):null,t[16]=g,t[17]=O);let k;t[18]===v?k=t[19]:(k=v?(0,$.jsxs)(`span`,{className:`inline-flex h-5 items-center rounded px-1.5 text-[11px] leading-none bg-foreground/5 text-muted-foreground`,children:[`@`,v]}):null,t[18]=v,t[19]=k);let A;t[20]===w?A=t[21]:(A=w?(0,$.jsx)(`span`,{className:`inline-flex h-5 items-center rounded px-1.5 text-[11px] leading-none bg-foreground/5 text-muted-foreground`,children:w}):null,t[20]=w,t[21]=A);let j;t[22]!==k||t[23]!==A||t[24]!==D||t[25]!==O?(j=(0,$.jsxs)(`div`,{className:`flex items-center gap-2 flex-wrap`,children:[D,O,k,A]}),t[22]=k,t[23]=A,t[24]=D,t[25]=O,t[26]=j):j=t[26];let M;t[27]===m?M=t[28]:(M=m?(0,$.jsx)(`div`,{className:`typography-ui-label text-foreground/90 mt-1.5`,children:m}):null,t[27]=m,t[28]=M);let N;t[29]!==r||t[30]!==b||t[31]!==T||t[32]!==f?(N=T?(0,$.jsxs)(`div`,{className:`mt-2 border-t border-border/60 pt-1.5`,children:[(0,$.jsx)(`button`,{type:`button`,className:`typography-meta text-muted-foreground hover:text-foreground transition-colors underline underline-offset-2`,onClick:()=>i(QD),children:f(r?`chat.messageBody.subtask.hidePrompt`:`chat.messageBody.subtask.showPrompt`)}),r?(0,$.jsx)(`pre`,{className:`typography-meta mt-1.5 overflow-x-auto whitespace-pre-wrap break-words text-foreground/85`,children:b}):null]}):null,t[29]=r,t[30]=b,t[31]=T,t[32]=f,t[33]=N):N=t[33];let P;t[34]!==v||t[35]!==m||t[36]!==a||t[37]!==o||t[38]!==l||t[39]!==u||t[40]!==s||t[41]!==f||t[42]!==S?(P=S&&u.capabilities.navigateNestedSession?(0,$.jsx)(`div`,{className:`mt-1.5`,children:(0,$.jsx)(`button`,{type:`button`,className:`typography-meta text-muted-foreground hover:text-foreground transition-colors underline underline-offset-2`,onClick:()=>{a&&Km(u,S,a,()=>{if(!ti({sessionId:S,directory:a})){if(Ec()||o||d()){s(S,a);return}l(a,{mode:`chat`,dedupeKey:`session:${S}`,label:m||v||f(`contextPanel.mode.chat`),readOnly:!0})}})},children:f(`chat.messageBody.subtask.openSession`)})}):null,t[34]=v,t[35]=m,t[36]=a,t[37]=o,t[38]=l,t[39]=u,t[40]=s,t[41]=f,t[42]=S,t[43]=P):P=t[43];let F;return t[44]!==j||t[45]!==M||t[46]!==N||t[47]!==P?(F=(0,$.jsxs)(`div`,{className:`mt-2`,children:[j,M,N,P]}),t[44]=j,t[45]=M,t[46]=N,t[47]=P,t[48]=F):F=t[48],F},BD=e=>{let t=(0,Q.c)(34),{notification:n}=e,r=ts(),i=c($D),{isMobile:a}=co(),{t:o}=it(),s;t[0]!==r||t[1]!==a?(s=r&&!a&&!d(),t[0]=r,t[1]=a,t[2]=s):s=t[2];let l=!!s,u;t[3]!==n.state||t[4]!==o?(u=n.state===`completed`?o(`chat.messageBody.subagent.completed`):n.state===`error`?o(`chat.messageBody.subagent.error`):o(`chat.messageBody.subagent.cancelled`),t[3]=n.state,t[4]=o,t[5]=u):u=t[5];let f=u,p=n.state===`completed`?o(`chat.messageBody.subagent.completedDescription`):n.state===`error`?o(`chat.messageBody.subagent.errorDescription`):o(`chat.messageBody.subagent.cancelledDescription`),m=n.description||p,h=q(()=>{!l||!r||i(r,{mode:`chat`,dedupeKey:`session:${n.sessionID}`,label:m,readOnly:!0})}),g;t[6]===h?g=t[7]:(g=e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),h())},t[6]=h,t[7]=g);let _=q(g),v=l&&`cursor-pointer hover:bg-interactive-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--interactive-focus-ring)]`,y;t[8]===v?y=t[9]:(y=Y(`mt-2 flex min-w-0 gap-2.5 rounded-[var(--radius-lg)] border border-border/60 bg-muted/20 px-3 py-2.5`,v),t[8]=v,t[9]=y);let b=l?`button`:void 0,x=l?0:void 0,S=l?o(`chat.messageBody.subagent.openSession`,{label:m}):void 0,C=l?h:void 0,w=l?_:void 0,T;t[10]===Symbol.for(`react.memo_cache_sentinel`)?(T=(0,$.jsx)(`span`,{className:`mt-0.5 flex size-6 flex-shrink-0 items-center justify-center rounded-md bg-foreground/5 text-muted-foreground`,children:(0,$.jsx)(X,{name:`robot-2`,className:`size-3.5`})}),t[10]=T):T=t[10];let E;t[11]===m?E=t[12]:(E=(0,$.jsx)(`span`,{className:`typography-meta min-w-0 flex-1 truncate font-semibold text-foreground/90`,children:m}),t[11]=m,t[12]=E);let D=n.state===`completed`?`bg-[var(--status-success-background)] text-[var(--status-success)]`:n.state===`error`?`bg-[var(--status-error-background)] text-[var(--status-error)]`:`bg-foreground/5 text-muted-foreground`,O;t[13]===D?O=t[14]:(O=Y(`inline-flex h-5 flex-shrink-0 items-center rounded px-1.5 text-[11px] leading-none`,D),t[13]=D,t[14]=O);let k;t[15]!==f||t[16]!==O?(k=(0,$.jsx)(`span`,{className:O,children:f}),t[15]=f,t[16]=O,t[17]=k):k=t[17];let A;t[18]!==E||t[19]!==k?(A=(0,$.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2`,children:[E,k]}),t[18]=E,t[19]=k,t[20]=A):A=t[20];let j;t[21]===n.body?j=t[22]:(j=n.body?(0,$.jsx)(`div`,{className:`typography-meta mt-1 max-h-16 overflow-hidden text-muted-foreground [&_.markdown-content>*:first-child]:mt-0 [&_.markdown-content>*:last-child]:mb-0`,children:(0,$.jsx)(ko,{content:n.body,variant:`tool`,enableFileReferences:!1})}):null,t[21]=n.body,t[22]=j);let M;t[23]!==A||t[24]!==j?(M=(0,$.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[A,j]}),t[23]=A,t[24]=j,t[25]=M):M=t[25];let N;return t[26]!==w||t[27]!==M||t[28]!==y||t[29]!==b||t[30]!==x||t[31]!==S||t[32]!==C?(N=(0,$.jsxs)(`div`,{className:y,role:b,tabIndex:x,"aria-label":S,onClick:C,onKeyDown:w,children:[T,M]}),t[26]=w,t[27]=M,t[28]=y,t[29]=b,t[30]=x,t[31]=S,t[32]=C,t[33]=N):N=t[33],N},VD={background:`transparent`,backgroundColor:`transparent`},HD=e=>{let t=(0,Q.c)(36),{part:n}=e,[r,i]=Z.useState(!1),[a,o]=Z.useState(!1),s=Z.useRef(null),{t:c}=it(),l;t[0]===n.shellAction?l=t[1]:(l=typeof n.shellAction?.command==`string`?n.shellAction.command.trim():``,t[0]=n.shellAction,t[1]=l);let u=l,d=typeof n.shellAction?.output==`string`?n.shellAction.output:``,f;t[2]===n.shellAction?f=t[3]:(f=typeof n.shellAction?.status==`string`?n.shellAction.status.trim().toLowerCase():``,t[2]=n.shellAction,t[3]=f);let p=f,m;t[4]===d?m=t[5]:(m=d.trim(),t[4]=d,t[5]=m);let h=m.length>0,g;t[6]===Symbol.for(`react.memo_cache_sentinel`)?(g=()=>{s.current!==null&&typeof window<`u`&&(window.clearTimeout(s.current),s.current=null)},t[6]=g):g=t[6];let _=q(g),v,y;t[7]===_?(v=t[8],y=t[9]):(v=()=>()=>{_()},y=[_],t[7]=_,t[8]=v,t[9]=y),Z.useEffect(v,y);let b;t[10]!==_||t[11]!==h||t[12]!==d?(b=async()=>{h&&(await ot(d)).ok&&(_(),o(!0),typeof window<`u`&&(s.current=window.setTimeout(()=>{o(!1),s.current=null},2e3)))},t[10]=_,t[11]=h,t[12]=d,t[13]=b):b=t[13];let x=q(b),S;t[14]===c?S=t[15]:(S=c(`chat.messageBody.shellCommand.title`),t[14]=c,t[15]=S);let C;t[16]===S?C=t[17]:(C=(0,$.jsx)(`span`,{className:`typography-meta font-semibold text-foreground`,children:S}),t[16]=S,t[17]=C);let w;t[18]===p?w=t[19]:(w=p?(0,$.jsx)(`span`,{className:Y(`inline-flex h-5 items-center rounded px-1.5 text-[11px] leading-none`,p===`error`?`bg-[var(--status-error-background)] text-[var(--status-error)]`:`bg-foreground/5 text-muted-foreground`),children:p}):null,t[18]=p,t[19]=w);let T;t[20]!==w||t[21]!==C?(T=(0,$.jsxs)(`div`,{className:`flex items-center gap-2 flex-wrap`,children:[C,w]}),t[20]=w,t[21]=C,t[22]=T):T=t[22];let E;t[23]===u?E=t[24]:(E=u?(0,$.jsx)(`div`,{className:`typography-meta mt-1.5 overflow-x-auto font-mono`,children:(0,$.jsx)(Ys,{language:`bash`,code:u,codeStyle:VD,wrap:!0})}):null,t[23]=u,t[24]=E);let D;t[25]!==a||t[26]!==x||t[27]!==r||t[28]!==h||t[29]!==d||t[30]!==c?(D=h?(0,$.jsxs)(`div`,{className:`mt-2 border-t border-border/60 pt-1.5`,children:[(0,$.jsxs)(`div`,{className:`flex items-center gap-3 flex-wrap`,children:[(0,$.jsx)(`button`,{type:`button`,className:`typography-meta text-muted-foreground hover:text-foreground transition-colors underline underline-offset-2`,onClick:()=>i(eO),children:c(r?`chat.messageBody.shellCommand.hideOutput`:`chat.messageBody.shellCommand.showOutput`)}),(0,$.jsx)(`button`,{type:`button`,className:`inline-flex items-center justify-center text-muted-foreground hover:text-foreground transition-colors`,onClick:()=>{x()},"aria-label":c(a?`chat.messageBody.shellCommand.copied`:`chat.messageBody.shellCommand.copyOutput`),title:c(a?`chat.messageBody.shellCommand.copied`:`chat.messageBody.shellCommand.copyOutput`),children:a?(0,$.jsx)(X,{name:`check`,className:`h-3.5 w-3.5`}):(0,$.jsx)(X,{name:`file-copy`,className:`h-3.5 w-3.5`})})]}),r?(0,$.jsx)(`div`,{className:`typography-meta mt-1.5 max-h-56 overflow-auto font-mono text-foreground/85`,children:(0,$.jsx)(Ys,{language:`bash`,code:d,codeStyle:VD,wrap:!0})}):null]}):null,t[25]=a,t[26]=x,t[27]=r,t[28]=h,t[29]=d,t[30]=c,t[31]=D):D=t[31];let O;return t[32]!==T||t[33]!==E||t[34]!==D?(O=(0,$.jsxs)(`div`,{className:`mt-2`,children:[T,E,D]}),t[32]=T,t[33]=E,t[34]=D,t[35]=O):O=t[35],O},UD=e=>{let t=e/1e3;return t<60?`${t.toFixed(1)}s`:`${Math.floor(t/60)}m ${Math.round(t%60)}s`},WD=(e,t)=>{if(t&&typeof t==`object`)return{output:typeof t.output==`number`&&Number.isFinite(t.output)?Math.max(0,t.output):0,reasoning:typeof t.reasoning==`number`&&Number.isFinite(t.reasoning)?Math.max(0,t.reasoning):0};for(let t of e){let e=t.tokens;if(!(!e||typeof e!=`object`))return{output:typeof e.output==`number`&&Number.isFinite(e.output)?Math.max(0,e.output):0,reasoning:typeof e.reasoning==`number`&&Number.isFinite(e.reasoning)?Math.max(0,e.reasoning):0}}return{output:0,reasoning:0}},GD=Z.memo(({sessionId:e,messageId:t,parts:n,sourceParts:r,messageCreatedAt:i,isMobile:a,alwaysShowActions:o=a,hasTouchInput:s,hasTextContent:l,onCopyMessage:u,copiedMessage:d,onShowPopup:f,agentMention:p,onEdit:m,onRevert:h,onFork:g,pendingMessageAction:_,editing:v,editStaged:y,onCancelEdit:b,userActionsMode:x=`inline`,stickyUserHeaderEnabled:S=!0})=>{let{locale:C,t:w}=it(),T=Eh(),E=Gm(Wm()),D=c(e=>e.timeFormatPreference),[O,k]=Z.useState(!1),A=Z.useRef(null),j=Z.useMemo(()=>n.filter(e=>e.type===`text`?!Yw(e):!!(ID(e)||LD(e))),[n]),M=Z.useMemo(()=>j.map(e=>Cn(e)?bx(Jw(e)):void 0),[j]),N=p?.token,P=!1,F=!!u,I=!!d,L=!!(s??a),R=!!l,z=x!==`external-actions`,B=x!==`external-content`,V=S&&x===`inline`,H=q(()=>{A.current!==null&&typeof window<`u`&&(window.clearTimeout(A.current),A.current=null)}),U=q(()=>{!L||!F||!R||typeof window>`u`||(H(),k(!0),A.current=window.setTimeout(()=>{k(!1),A.current=null},1800))});Z.useEffect(()=>{R||(k(!1),H())},[H,R]);let W=q(e=>{!u||!R||(e.stopPropagation(),e.preventDefault(),u(),L&&U())}),ee=T===`mini-chat`||!E.fork?void 0:g,G=Z.useMemo(()=>{if(typeof i!=`number`||i<=0)return null;let e=KT(i,D);return e.length>0?e:null},[C,i,D]),K=Y(`group/user-actions`,a?x===`inline`?`flex items-center justify-end pt-2 pb-3`:S?`flex h-9 items-start justify-end pt-0`:`flex h-11 items-start justify-end pt-0`:x===`inline`?`absolute top-full left-0 right-0 z-10 pt-5`:`flex h-8 items-start justify-end pt-2`),te=!v&&y&&B?(0,$.jsx)(`div`,{className:K,children:(0,$.jsxs)(`div`,{className:Y(bD,`justify-end`,!a&&x===`inline`&&`translate-x-5`,`pointer-events-auto opacity-100`),"data-message-action-group":`true`,children:[(0,$.jsxs)(`span`,{className:Y(SD,`text-primary`),"aria-live":`polite`,children:[(0,$.jsx)(X,{weight:wD,name:`edit`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:w(`chat.messageBody.actions.editStaged`)})]}),b?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":w(`chat.messageBody.actions.cancelEdit`),onPointerDown:e=>e.stopPropagation(),onClick:e=>{e.stopPropagation(),b()},children:(0,$.jsx)(X,{weight:wD,name:`close`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.cancelEdit`)})]}):null]})}):null,ne=(v&&B?(0,$.jsx)(`div`,{className:K,children:(0,$.jsx)(`div`,{className:Y(bD,`justify-end`,!a&&x===`inline`&&`translate-x-5`,`pointer-events-none opacity-100`),children:(0,$.jsx)(`span`,{className:Y(SD,`animate-text-shimmer`),"aria-live":`polite`,children:w(`chat.messageBody.actions.editing`)})})}):null)??te??((F&&R||m||h||ee)&&B?(0,$.jsx)(`div`,{className:K,children:(0,$.jsxs)(`div`,{className:Y(bD,`justify-end`,!a&&x===`inline`&&`translate-x-5`,o?`pointer-events-auto opacity-100`:`pointer-events-none opacity-0 transition-opacity duration-150 group-hover/message:pointer-events-auto group-hover/message:opacity-100 group-hover/user-actions:pointer-events-auto group-hover/user-actions:opacity-100 group-hover/user-shell:pointer-events-auto group-hover/user-shell:opacity-100`),"data-message-action-group":`true`,children:[G?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsxs)(`span`,{className:Y(SD,`mr-1`),"aria-label":`Message time: ${G}`,children:[(0,$.jsx)(X,{weight:wD,name:`time`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:G})]})}),(0,$.jsx)(Pa,{children:G})]}):null,h&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":w(`chat.messageBody.actions.revertAria`),"aria-busy":_===`revert`,disabled:!!_,onPointerDown:e=>e.stopPropagation(),onClick:e=>{e.stopPropagation(),h()},children:(0,$.jsx)(X,{weight:wD,name:_===`revert`?`loader-4`:`arrow-go-back`,className:Y(_D,_===`revert`&&`animate-spin`)})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.revert`)})]}),m&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":w(`chat.messageBody.actions.editAria`),disabled:!!_,onPointerDown:e=>e.stopPropagation(),onClick:e=>{e.stopPropagation(),m()},children:(0,$.jsx)(X,{weight:wD,name:`edit`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.edit`)})]}),ee&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":w(`chat.messageBody.actions.forkAria`),"aria-busy":_===`fork`,disabled:!!_,onPointerDown:e=>e.stopPropagation(),onClick:e=>{e.stopPropagation(),ee()},children:(0,$.jsx)(X,{weight:wD,name:_===`fork`?`loader-4`:`git-branch`,className:Y(_D,_===`fork`&&`animate-spin`)})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.fork`)})]}),F&&R&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,"data-visible":O||I?`true`:void 0,className:gD,"aria-label":w(`chat.messageBody.actions.copyMessageAria`),onPointerDown:e=>e.stopPropagation(),onClick:W,onFocus:()=>k(!0),onBlur:()=>{I||k(!1)},children:I?(0,$.jsx)(X,{weight:wD,name:`check`,className:Y(_D,`text-[color:var(--status-success)]`)}):(0,$.jsx)(X,{weight:wD,name:`file-copy`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.copyMessage`)})]})]})}):null);return z?(0,$.jsxs)(`div`,{className:`relative w-full group/message`,style:fD,onTouchStart:L&&F&&R?U:void 0,children:[(0,$.jsx)(`div`,{className:Y(`leading-relaxed text-foreground/90 text-base overflow-x-hidden`,V?`overflow-y-auto overscroll-contain scrollbar-none`:`overflow-y-hidden`),style:V?{maxHeight:`calc(var(--chat-scroll-height, 100dvh) * 0.4)`}:void 0,children:j.map((e,i)=>{if(ID(e))return(0,$.jsx)(Z.Fragment,{children:(0,$.jsx)(zD,{part:e})},e.id??`user-subtask-${i}`);if(LD(e))return(0,$.jsx)(Z.Fragment,{children:(0,$.jsx)(HD,{part:e})},e.id??`user-shell-${i}`);let o=M[i];if(o)return(0,$.jsx)(Z.Fragment,{children:(0,$.jsx)(BD,{notification:o})},e.id??`subagent-notification-${i}`);let s;return p&&N&&!P&&Jw(e).includes(N)&&(s=p,P=!0),(0,$.jsx)(Z.Fragment,{children:(0,$.jsx)(Zb,{part:e,messageId:t,isMobile:a,agentMention:s,messageParts:r??n})},e.id??`user-text-${i}`)})}),(0,$.jsx)(Zu,{files:n,messageID:t,sessionID:e,onShowPopup:f,compact:!0}),ne]}):(0,$.jsx)($.Fragment,{children:ne})}),KD=Z.memo(({hasCopyableText:e,isTouchContext:t,onCopyMessage:n,reviewTransferAction:r,ttsText:i,sessionId:a})=>{let{t:o}=it(),s=Eh(),c=Wm(),l=Gm(c),{isPlaying:u,play:d,stop:f}=TT(),p=Zt(e=>e.showMessageTTSButtons),m=Zt(e=>e.voiceProvider),[h,g]=Z.useState(!1),[_,v]=Z.useState(!1),[y,b]=Z.useState(!1),x=Z.useRef(null),S=Z.useRef(null),C=!!n,w=!!((c.sessionId||a)&&c.directory&&l.openSourceSession&&s!==`mini-chat`),T=q(()=>{x.current!==null&&typeof window<`u`&&(window.clearTimeout(x.current),x.current=null)}),E=q(()=>{S.current!==null&&typeof window<`u`&&(window.clearTimeout(S.current),S.current=null)});Z.useEffect(()=>()=>{T(),E()},[E,T]),Z.useEffect(()=>{(!e||!C)&&(g(!1),v(!1),T(),E())},[C,E,T,e]);let D=q(()=>{!t||!C||!e||typeof window>`u`||(T(),g(!0),x.current=window.setTimeout(()=>{g(!1),x.current=null},1800))}),O=q(async r=>{!n||!e||(r.stopPropagation(),r.preventDefault(),await n()!==!1&&(E(),v(!0),typeof window<`u`&&(S.current=window.setTimeout(()=>{v(!1),S.current=null},2e3)),t&&D()))}),k=q(async t=>{if(t.stopPropagation(),t.preventDefault(),!(!r||y||!e)){b(!0);try{await r.onClick()}finally{b(!1)}}}),A=q(e=>{e.stopPropagation(),e.preventDefault();let t=c.sessionId||a;!t||!c.directory||!c.openSourceSession||c.openSourceSession(t,c.directory)}),j=Z.useMemo(()=>u?o(`chat.messageBody.tts.stopSpeaking`):o(`chat.messageBody.tts.readAloudWithProvider`,{provider:m===`browser`?`Browser`:m===`openai`?`OpenAI`:m===`openai-compatible`?`Custom`:`Say`}),[u,o,m]),M=q(e=>{if(e.stopPropagation(),e.preventDefault(),u){f();return}i.trim()&&d(i)});return(0,$.jsxs)($.Fragment,{children:[n&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,"data-visible":h||_?`true`:void 0,className:Y(gD,!e&&`opacity-50`),disabled:!e,"aria-label":o(`chat.messageBody.actions.copyMessageAria`),"aria-hidden":!e,onPointerDown:e=>e.stopPropagation(),onClick:e=>{O(e)},onFocus:()=>{e&&g(!0)},onBlur:()=>{_||g(!1)},children:_?(0,$.jsx)(X,{weight:wD,name:`check`,className:Y(_D,`text-[color:var(--status-success)]`)}):(0,$.jsx)(X,{weight:wD,name:`file-copy`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:o(`chat.messageBody.actions.copyAnswer`)})]}),w?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":o(`chat.messageBody.actions.openSourceSessionAria`),onPointerDown:e=>e.stopPropagation(),onClick:A,children:(0,$.jsx)(X,{weight:wD,name:`target`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:o(`chat.messageBody.actions.openSourceSession`)})]}):null,r&&s!==`mini-chat`&&l.reviewTransfer?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,size:`icon`,variant:`ghost`,disabled:y||!e,className:Y(gD,(!e||y)&&`opacity-50`),"aria-label":r.ariaLabel,onPointerDown:e=>e.stopPropagation(),onClick:e=>{k(e)},children:y?(0,$.jsx)(X,{weight:wD,name:`loader-4`,className:Y(_D,`animate-spin`)}):(0,$.jsx)(X,{weight:wD,name:`arrow-left-right`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:r.tooltip})]}):null,s!==`mini-chat`&&p&&e&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:Y(gD,u?`text-green-500`:`hover:text-foreground/80`),"aria-label":o(u?`chat.messageBody.tts.stopSpeaking`:`chat.messageBody.tts.readAloud`),onPointerDown:e=>e.stopPropagation(),onClick:M,children:u?(0,$.jsx)(X,{weight:wD,name:`stop`,className:_D}):(0,$.jsx)(X,{weight:wD,name:`volume-up`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:j})]})]})}),qD=Z.memo(({sessionId:e,messageId:t,parts:n,sourceParts:r,isMessageCompleted:i,messageFinish:a,messageCompletedAt:o,messageCreatedAt:s,messageTokens:l,isMobile:u,alwaysShowActions:f,hasTouchInput:p,expandedTools:m,onToggleTool:h,onShowPopup:g,streamPhase:_,allowAnimation:v,onContentChange:y,hasTextContent:b=!1,onCopyMessage:x,onAuxiliaryContentComplete:S,showReasoningTraces:C=!1,turnGroupingContext:w,errorMessage:T,errorVariant:E=`error`,reviewTransferDirection:D=null})=>{let{t:O,locale:k}=it(),A=Eh(),j=Gm(Wm()),M=_,N=Z.useRef(null),P=Z.useRef(null),F=_===`streaming`||_===`cooldown`,I=Z.useRef({messageId:t,experiencedStreamingOrCooldown:F});I.current.messageId===t?F&&(I.current.experiencedStreamingOrCooldown=!0):I.current={messageId:t,experiencedStreamingOrCooldown:F};let L=!!(p??u),R=!!(f??u),z=u?yD:vD,B=!i,V=Z.useMemo(()=>n.filter(e=>!Yw(e)).filter(e=>e.type!==`compaction`),[n]),H=Z.useMemo(()=>V.filter(e=>e.type===`tool`),[V]),U=Z.useMemo(()=>V.filter(e=>e.type===`text`),[V]),W=Z.useMemo(()=>qt(U),[U]),ee=c(e=>e.openContextPreview),G=d(),K=A===`mini-chat`,te=Z.useMemo(()=>{if(G||u||K)return null;for(let e of U){let t=e.text;if(typeof t!=`string`||t.length===0)continue;let n=Yo(t)[0];if(n)return n.includes(`0.0.0.0`)?n.replace(`0.0.0.0`,`127.0.0.1`):n}for(let e of H){let t=e.state,n=t&&typeof t.output==`string`?t.output:null;if(!n)continue;let r=Yo(n.replace(/\x1b\[[0-9;]*m/g,``))[0];if(r)return r.includes(`0.0.0.0`)?r.replace(`0.0.0.0`,`127.0.0.1`):r}return null},[U,u,K,G,H]),ne=J(e=>e.forkFromMessage),re=J(e=>e.forkTransition),ie=J(e=>e.currentSessionId),ae=J(e=>e.getDirectoryForSession),oe=ts(),se=D===`review-to-original`,ce=!u&&!G?D:null,le=Z.useMemo(()=>{let t=W.trim();if(!(!e||!oe||!t||!ce))return ce===`review-to-original`?{ariaLabel:O(`chat.messageBody.actions.sendReviewFeedback`),tooltip:O(`chat.messageBody.actions.sendReviewFeedback`),onClick:async()=>{try{await yn(e,oe,t)}catch(e){console.error(`[review-flow] failed to send review feedback`,e)}}}:{ariaLabel:O(`chat.messageBody.actions.sendImplementationResponse`),tooltip:O(`chat.messageBody.actions.sendImplementationResponse`),onClick:async()=>{try{await Ot(e,oe,t)}catch(e){console.error(`[review-flow] failed to send implementation response`,e)}}}},[W,oe,ce,e,O]),[ue,de]=Z.useState(!1),fe=c(e=>e.chatRenderMode),pe=c(e=>e.collapsibleThinkingBlocks),me=c(e=>e.showSplitAssistantMessageActions),he=c(e=>e.showAssistantTps),ge=c(e=>e.timeFormatPreference),_e=fe===`sorted`,ve=w?.isLastAssistantInTurn??!1,ye=a===`stop`,be=(ye||i||!!T)&&(w?.isTurnSettled??!0),xe=ye?`completed`:M,Se=H.length>0,Ce=Z.useMemo(()=>H.some(e=>XS(e)),[H]),we=XS,Te=YS,Ee=I.current.experiencedStreamingOrCooldown,De=Z.useRef({messageId:t,initialized:!1,observedPartIds:new Set});Z.useEffect(()=>{if(De.current.messageId!==t&&(De.current={messageId:t,initialized:!1,observedPartIds:new Set}),!Ee||!fr())return;let n=De.current,r=!n.initialized;n.initialized=!0;for(let i of H){if(n.observedPartIds.has(i.id))continue;if(!Yr(r,we(i))){n.observedPartIds.add(i.id);continue}let a=e??i.sessionID;a&&(n.observedPartIds.add(i.id),ci({sessionID:a,messageID:t,partID:i.id,kind:`tool`}))}},[Ee,we,t,e,H]);let Oe=Z.useMemo(()=>H.length===0||!Ce&&H.every(e=>Te(e)),[H,Ce,Te]),ke=Z.useMemo(()=>V.filter(e=>e.type===`reasoning`),[V]),Ae=Z.useMemo(()=>ke.length===0||ke.every(e=>typeof e.time?.end==`number`),[ke]),je=typeof a!=`string`,Me=ke.length>0&&Se&&(Ce||je||!Oe),Ne=B||Se&&(Ce||je||!Oe),Pe=B||Me,Fe=Se||ke.length>0,Ie=U.length===0,Le=Fe&&Ie&&!Ne&&!Pe&&Oe&&Ae,Re=Z.useRef(!1),ze=Z.useRef(!1);Z.useEffect(()=>{ze.current=!1},[t]),Z.useEffect(()=>{if(!Le){Re.current=!1;return}Re.current||(Re.current=!0,S?.())},[Le,S]),Z.useEffect(()=>{if(B){ze.current=!1;return}if(Se){ze.current=!1;return}ke.length!==0&&(Pe||!Ae||ze.current||(ze.current=!0,y?.(`structural`)))},[B,Se,y,Ae,ke.length,Pe]);let Be=!!b&&!B,Ve=q(async n=>{if(n.stopPropagation(),n.preventDefault(),!(!e||!t||ue||re)){de(!0);try{await ne(e,t)}finally{de(!1)}}}),He=Z.useMemo(()=>{let e=w?.activityParts;return!_e||!e?[]:e},[_e,w?.activityParts]),Ue=Z.useMemo(()=>{let e=w?.activityGroupSegments;return!_e||!e?[]:e.filter(e=>e.anchorMessageId===t)},[_e,t,w?.activityGroupSegments]),We=Ue.length>0,Ge=Z.useMemo(()=>{let e=new Map,t=new Map;return He.forEach(n=>{e.set(n.part,n);let r=n.part.id;typeof r==`string`&&r.length>0&&t.set(r,n)}),{get:n=>{let r=e.get(n);if(r)return r;let i=n.id;if(typeof i==`string`&&i.length>0)return t.get(i)}}},[He]),Ke=w?.toggleGroup,qe=w?.activityPresentationKind===`compaction`,Je=w?.isGroupExpanded===!0,Ye=_e&&qe&&!Je,Xe=_e?w?.activityOwnerMessageId===t||We:!w?.activityOwnerMessageId||w.activityOwnerMessageId===t||We,Ze=_e&&Xe&&(We||qe)&&!!Ke,Qe=tT(a,V),$e={finish:a,parts:V,streamPhase:xe,error:T,isLastAssistantInTurn:ve},et=aT($e),tt=_e&&oT($e),nt=_e&&!et&&!(qe&&Je),rt=!!T,at=E===`info`?`information`:`error-warning`,st=Be,ct=ve&&be&&!Ye&&(b||!!T||i),lt=w?.diffStats?.hasDiffs===!0,ut=!K&&ve&&Qe&&be&&!Ye&&w?.diffStats?.hasDiffs===!0,dt=me&&st&&!ct&&!_e,ft=Z.useMemo(()=>(0,$.jsx)(KD,{hasCopyableText:Be,isTouchContext:L,onCopyMessage:x,ttsText:W,reviewTransferAction:le,sessionId:e}),[W,Be,L,x,le,e]),pt=Z.useMemo(()=>e=>{if(!me||!_e)return null;let t=Jw(e.part).trim();return t?(0,$.jsx)(KD,{hasCopyableText:!0,isTouchContext:L,onCopyMessage:async()=>(await ot(t)).ok,ttsText:t}):null},[_e,L,me]),mt=Z.useMemo(()=>{if(!dt)return-1;let e=-1;for(let t=0;t<V.length;t+=1){let n=V[t];!n||n.type!==`text`||nt||Ge.get(n)?.kind!==`justification`&&(e=t)}return e},[Ge,nt,dt,V]),ht=dt&&mt<0,gt=Z.useMemo(()=>{let n=[];if(Ze&&Ke&&w){let e=(e,t,r=t)=>{n.push((0,$.jsx)(`div`,{children:(0,$.jsx)(ZE,{parts:t,materializationParts:r,isExpanded:w.isGroupExpanded===!0,collapsedPreviewCount:0,completionDisposition:w.completionDisposition,activityPresentationKind:w.activityPresentationKind,durationMs:w.durationMs,startedAt:w.userMessageCreatedAt,onToggle:Ke,isMobile:u,expandedTools:m,onToggleTool:h,onShowPopup:g,onContentChange:y,streamPhase:xe,showHeader:!0,diffStats:w.diffStats,renderJustificationActions:pt})},`progressive-group-${e}`))};Ue.length>0?Ue.forEach(t=>{let n=C?t.parts:t.parts.filter(e=>e.kind!==`reasoning`);e(t.id,n,t.parts)}):qe&&e(`${t}:compaction-status`,[])}let r=0;for(;r<V.length;){let i=V[r];if(i.type===`text`){let a=Ge.get(i);if(nt){r+=1;continue}if(Ye){r+=1;continue}if(a?.kind===`justification`){r+=1;continue}n.push((0,$.jsx)(`div`,{ref:P,"data-message-text-export-source":`true`,children:(0,$.jsx)(Ow,{part:i,sessionId:e,messageId:t,streamPhase:xe,chatRenderMode:fe,allowSortedFinalStreaming:tt,hasStreamingHapticLifecycle:Ee,onContentChange:y,onShowPopup:g})},`assistant-text-${t}-${i.id??r}`)),dt&&r===mt&&n.push((0,$.jsx)(`div`,{className:u?hD:mD,"data-message-actions":`true`,children:(0,$.jsx)(`div`,{className:bD,"data-message-action-group":`true`,children:ft})},`message-actions-${t}`)),r++;continue}if(i.type===`reasoning`){if(Ge.get(i)?.kind===`reasoning`){r+=1;continue}if(!Jw(i).trim()){r+=1;continue}C&&(pe?n.push((0,$.jsx)(`div`,{className:xp(u),children:(0,$.jsx)(Bw,{part:i,messageId:t,streamPhase:xe,onContentChange:y})},`reasoning-${t}-${i.id??r}`)):n.push((0,$.jsx)(Ow,{part:i,sessionId:e,messageId:t,streamPhase:xe,chatRenderMode:fe,hasStreamingHapticLifecycle:Ee,onContentChange:y,onShowPopup:g},`reasoning-${t}-${i.id??r}`))),r++;continue}if(i.type===`tool`){let e=i,a=e.tool?.toLowerCase()??``;if(_e&&!Xe){r+=1;continue}if(Ge.get(i)?.kind===`tool`){r+=1;continue}if(qS(a)){let e=[],i=r;for(;i<V.length;){let n=V[i];if(n.type!==`tool`)break;let r=n;if(!qS(r.tool?.toLowerCase()??``)||Ge.get(n)?.kind===`tool`)break;e.push({id:r.id,turnId:``,messageId:t,partIndex:i,part:r,kind:`tool`}),i+=1}if(e.length>0){n.push((0,$.jsx)(lE,{activities:e,isMobile:u,isTurnLive:xe!==`completed`,hasFollowingOtherType:aE(V,i,e=>({type:e.type,toolName:e.type===`tool`?e.tool:void 0})),children:e.map(e=>(0,$.jsx)(UE,{toolName:e.part.tool?.toLowerCase()??``,activities:[e],isMobile:u,animateTailText:!1},e.id))},`context-tools-${e[0].id}`)),r=i;continue}}if(JS(a)){let e=uE(V,r,e=>e.type!==`tool`||Ge.get(e)?.kind===`tool`?``:e.tool);if(e.items.length>0){let i=e.items.map((e,n)=>{let i=e;return{id:i.id,turnId:``,messageId:t,partIndex:r+n,part:i,kind:`tool`}});n.push((0,$.jsx)(hE,{activities:i,isMobile:u,children:i.map(e=>(0,$.jsx)(UE,{toolName:e.part.tool?.toLowerCase()??``,activities:[e],isMobile:u,animateTailText:!1},e.id))},`skill-tools-${i[0].id}`)),r=e.end;continue}}if(WS(a)){n.push((0,$.jsx)(`div`,{className:xp(u),children:(0,$.jsx)(cw,{part:e,messageId:t,isExpanded:m.has(e.id),onToggle:h,isMobile:u,alwaysShowActions:R,onContentChange:y,onShowPopup:g,animateTailText:!1})},`tool-${e.id}`)),r++;continue}n.push((0,$.jsx)(`div`,{className:xp(u),children:(0,$.jsx)(UE,{toolName:a,activities:[{id:e.id,turnId:``,messageId:t,partIndex:r,part:e,kind:`tool`}],isMobile:u,animateTailText:!1})},`static-tools-${e.id}`)),r++;continue}r++}return n},[Ge,Ue,R,fe,pe,0,m,Ye,qe,u,Xe,_e,mt,t,ft,pt,e,y,g,h,Ze,dt,xe,Ee,C,nt,tt,Ke,w,V]),_t=Z.useMemo(()=>{if(!ve||!be)return;let e=w?.durationMs;if(!(typeof e!=`number`||e<=0))return UD(e)},[ve,be,w?.durationMs]),vt=Z.useMemo(()=>{let e=typeof o==`number`&&o>0?o:typeof s==`number`&&s>0?s:null;if(e===null)return null;let t=KT(e,ge);return t.length>0?t:null},[o,s,ge,k]),yt=Z.useMemo(()=>{if(!he||!ve||!be)return null;let e=r??n,t=WD(e,l),i=ZT({createdAt:s,completedAt:o,fallbackDurationMs:w?.durationMs,outputTokens:t.output,reasoningTokens:t.reasoning,parts:e});if(i===null)return null;let a=QT(i);return a.length>0?a:null},[he,ve,be,n,r,l,s,o,w?.durationMs]),bt=(0,$.jsxs)($.Fragment,{children:[!K&&!u&&!G&&te?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":O(`chat.messageBody.actions.openPreviewAria`),onPointerDown:e=>e.stopPropagation(),onClick:()=>{let e=oe??(ie?ae(ie):null);e&&ee(e,te)},children:(0,$.jsx)(X,{weight:wD,name:`global`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:O(`chat.messageBody.actions.openPreview`)})]}):null,!K&&!se&&j.fork?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,size:`icon`,variant:`ghost`,className:gD,"aria-label":O(`chat.messageBody.actions.forkAria`),"aria-busy":ue,disabled:ue||!!re,onPointerDown:e=>e.stopPropagation(),onClick:e=>{Ve(e)},children:(0,$.jsx)(X,{weight:wD,name:ue?`loader-4`:`git-branch`,className:Y(_D,ue&&`animate-spin`)})})}),(0,$.jsx)(Pa,{sideOffset:6,children:O(`chat.messageBody.actions.fork`)})]}):null]});return(0,$.jsxs)(`div`,{ref:N,"data-message-text-export-root":`true`,className:Y(`relative w-full group/message`),style:fD,children:[(0,$.jsx)(HT,{containerRef:N}),(0,$.jsxs)(`div`,{children:[(0,$.jsxs)(`div`,{className:`message-content-text leading-relaxed text-foreground/90 [&_p:last-child]:mb-0 [&_ul:last-child]:mb-0 [&_ol:last-child]:mb-0`,children:[gt,rt&&(0,$.jsx)(cs,{children:(0,$.jsxs)(`div`,{className:Y(`group/assistant-text relative flow-root my-1.5 break-words max-w-full`,E===`info`?Y(`inline-flex w-fit max-w-full border border-[var(--status-info-border)]/45 bg-[var(--status-info-background)]/40`,u?`items-start gap-1.5 rounded-lg px-2.5 py-1.5`:Y(`items-center gap-1.5`,`rounded-lg px-2 py-0.5`)):`mt-3 flex items-center gap-2 rounded-lg border border-[var(--status-error-border)] bg-[var(--status-error-background)] p-3`),children:[E===`info`&&u?(0,$.jsx)(`span`,{className:`inline-flex h-5 w-3.5 shrink-0 items-center justify-center translate-y-[2px]`,"aria-hidden":`true`,children:(0,$.jsx)(X,{name:at,weight:wD,className:Y(_D,`text-[var(--status-info)]/80`)})}):(0,$.jsx)(X,{name:at,weight:E===`info`?wD:void 0,className:Y(`shrink-0`,E===`info`?Y(_D,`text-[var(--status-info)]/80`):`h-4 w-4 text-[var(--status-error)]`)}),(0,$.jsx)(`div`,{className:Y(`min-w-0 break-words`,E===`info`?Y(`text-muted-foreground [&_.markdown-content]:text-muted-foreground [&_p]:m-0`,`[&_.markdown-content]:!leading-5`,u?`[&_.markdown-content]:!text-[length:var(--text-meta)]`:`[&_.markdown-content]:!text-[13px]`):`flex-1`),children:(0,$.jsx)(ko,{content:T??``,onShowPopup:g,className:`[&_.markdown-content>*:first-child]:mt-0 [&_.markdown-content>*:last-child]:mb-0`,enableFileReferences:!1})})]})},`assistant-error`)]}),ut&&w?.diffStats?(0,$.jsx)(FD,{fileCount:w.diffStats.files,turnId:w.turnId,isLatestTurn:w.isLatestTurn,isMobile:u}):null,(0,$.jsx)(Zu,{files:n,messageID:t,sessionID:e,onShowPopup:g}),ht&&(0,$.jsx)(`div`,{className:Y(u?hD:mD),"data-message-actions":`true`,children:(0,$.jsx)(`div`,{className:bD,"data-message-action-group":`true`,children:ft})}),ct&&(0,$.jsxs)(`div`,{className:z,"data-message-footer":`true`,style:pD,children:[(0,$.jsxs)(`div`,{className:bD,"data-message-action-group":`true`,children:[ft,bt]}),yt||_t||vt?(0,$.jsxs)(`div`,{className:xD,children:[yt?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsxs)(`span`,{className:SD,"aria-label":O(`chat.messageBody.meta.tpsAria`,{rate:yt}),children:[(0,$.jsx)(X,{weight:wD,name:`pulse`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:yt})]})}),(0,$.jsx)(Pa,{children:O(`chat.messageBody.meta.tpsTooltip`)})]}):null,_t?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsxs)(`span`,{className:SD,children:[(0,$.jsx)(X,{weight:wD,name:`hourglass`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:_t})]})}),(0,$.jsx)(Pa,{children:_t})]}):null,vt?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsxs)(`span`,{className:SD,"aria-label":`Message time: ${vt}`,children:[(0,$.jsx)(X,{weight:wD,name:`time`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:vt})]})}),(0,$.jsx)(Pa,{children:vt})]}):null]}):null,!K&&ve&&ye&&!lt?(0,$.jsx)(Ww,{activityParts:w?.activityParts}):null]})]})]})}),JD=Z.memo(e=>{let t=(0,Q.c)(28),n,r;if(t[0]===e?(n=t[1],r=t[2]):({isUser:n,...r}=e,t[0]=e,t[1]=n,t[2]=r),n){let e;return t[3]!==r.agentMention||t[4]!==r.alwaysShowActions||t[5]!==r.copiedMessage||t[6]!==r.editStaged||t[7]!==r.editing||t[8]!==r.hasTextContent||t[9]!==r.hasTouchInput||t[10]!==r.isMobile||t[11]!==r.messageCreatedAt||t[12]!==r.messageId||t[13]!==r.onCancelEdit||t[14]!==r.onCopyMessage||t[15]!==r.onEdit||t[16]!==r.onFork||t[17]!==r.onRevert||t[18]!==r.onShowPopup||t[19]!==r.parts||t[20]!==r.pendingMessageAction||t[21]!==r.sessionId||t[22]!==r.sourceParts||t[23]!==r.stickyUserHeaderEnabled||t[24]!==r.userActionsMode?(e=(0,$.jsx)(GD,{sessionId:r.sessionId,messageId:r.messageId,parts:r.parts,sourceParts:r.sourceParts,messageCreatedAt:r.messageCreatedAt,isMobile:r.isMobile,alwaysShowActions:r.alwaysShowActions,hasTouchInput:r.hasTouchInput,hasTextContent:r.hasTextContent,onCopyMessage:r.onCopyMessage,copiedMessage:r.copiedMessage,onShowPopup:r.onShowPopup,agentMention:r.agentMention,onEdit:r.onEdit,onRevert:r.onRevert,onFork:r.onFork,pendingMessageAction:r.pendingMessageAction,editing:r.editing,editStaged:r.editStaged,onCancelEdit:r.onCancelEdit,userActionsMode:r.userActionsMode,stickyUserHeaderEnabled:r.stickyUserHeaderEnabled}),t[3]=r.agentMention,t[4]=r.alwaysShowActions,t[5]=r.copiedMessage,t[6]=r.editStaged,t[7]=r.editing,t[8]=r.hasTextContent,t[9]=r.hasTouchInput,t[10]=r.isMobile,t[11]=r.messageCreatedAt,t[12]=r.messageId,t[13]=r.onCancelEdit,t[14]=r.onCopyMessage,t[15]=r.onEdit,t[16]=r.onFork,t[17]=r.onRevert,t[18]=r.onShowPopup,t[19]=r.parts,t[20]=r.pendingMessageAction,t[21]=r.sessionId,t[22]=r.sourceParts,t[23]=r.stickyUserHeaderEnabled,t[24]=r.userActionsMode,t[25]=e):e=t[25],e}let i;return t[26]===r?i=t[27]:(i=(0,$.jsx)(qD,{...r}),t[26]=r,t[27]=i),i});function YD(e){return e.openContextPanelTab}function XD(e){return e.setCurrentSession}function ZD(e){return e.openContextPanelTab}function QD(e){return!e}function $D(e){return e.openContextPanelTab}function eO(e){return!e}var tO=e=>{let t=e,n=t?.clientRole,r=t?.role;return t?.userMessageMarker===!0||n===`user`||r===`user`||t?.origin===`user`||t?.source===`user`?{role:`user`,isUser:!0}:{role:n||r||`assistant`,isUser:!1}},nO=`Authentication failed for this provider. Please re-authenticate and retry.`,rO=e=>{if(typeof e!=`string`)return!1;let t=e.toLowerCase().trim();if(!t)return!1;if(t.includes(`token refresh failed`)||t.includes(`unauthorized`)||t.includes(`invalid token`)||t.includes(`expired token`))return!0;let n=t.includes(`oauth`),r=t.includes(`failed`)||t.includes(`invalid`)||t.includes(`expired`);if(n&&r)return!0;let i=/\b401\b/.test(t),a=t.includes(`auth`)||t.includes(`token`)||t.includes(`unauthorized`);return i&&a},iO=Mo(()=>Ve(()=>import(`./ToolOutputDialog-BZPEjn9H.js`),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45]))),aO=4e3,oO=new Map,sO=new Map,cO=new Set([`bash`,`shell`,`cmd`,`terminal`]),lO=e=>{if(typeof e!=`string`)return``;let t=e.trim().toLowerCase();if(!t)return``;let n=t.replace(/:\d+$/,``);if(!n.includes(`.`))return n;let r=n.split(`.`).filter(Boolean);return r[r.length-1]??n},uO=e=>{let t=oO.get(e);return t?new Set(t):new Set},dO=(e,t)=>{if(oO.size>=aO&&!oO.has(e)){let e=oO.keys().next().value;typeof e==`string`&&oO.delete(e)}oO.set(e,new Set(t))},fO=e=>{let t=sO.get(e);return t?new Set(t):new Set},pO=(e,t)=>{if(sO.size>=aO&&!sO.has(e)){let e=sO.keys().next().value;typeof e==`string`&&sO.delete(e)}sO.set(e,new Set(t))},mO=200,hO=new Map,gO=e=>hO.get(e),_O=(e,t)=>{if(!t.agent&&!t.provider&&!t.model)return;let n=hO.get(e);if(!(n&&n.agent===t.agent&&n.provider===t.provider&&n.model===t.model)){if(hO.size>=mO&&!hO.has(e)){let e=hO.keys().next().value;typeof e==`string`&&hO.delete(e)}hO.set(e,t)}};function vO(e){let t=(0,Q.c)(3),[n,r]=Z.useState(e),i,a;return t[0]===e?(i=t[1],a=t[2]):(i=()=>{e!=null&&r(e)},a=[e],t[0]=e,t[1]=i,t[2]=a),Z.useEffect(i,a),e??n}var yO=(e,t)=>{if(typeof e==`object`&&e)return e[t]},bO=Z.memo(({message:e,previousMessage:t,nextMessage:n,onContentChange:r,animationHandlers:i,turnGroupingContext:a,assistantHeaderMessageId:o,isInActiveTurn:s=!1,activeStreamingPhase:l=null,animateUserOnMount:u=!1,onUserAnimationConsumed:d,reviewTransferDirection:f=null})=>{let{isMobile:p,isTablet:m,hasTouchInput:h}=co(),g=Wm(),_=Gm(g),v=p||m,y=Z.useRef(null),b=J(e=>e.currentSessionId),x=fn(e=>e.getAgentModelForSession),S=fn(e=>e.getSessionModelSelection),C=J(e=>e.revertToMessage),w=J(e=>e.editMessagePreservingChanges),T=J(e=>e.forkFromMessage),E=J(t=>t.messageEditCommitting?.messageId===e.info.id&&t.messageEditCommitting?.sessionId===e.info.sessionID),D=J(t=>t.stagedMessageEdit?.messageId===e.info.id&&t.stagedMessageEdit?.sessionId===e.info.sessionID),O=J(e=>e.clearStagedMessageEdit);je(`ui.chat_message.render`),s&&je(`ui.chat_message.render.streaming`);let k=Zt(e=>e.providers),{showReasoningTraces:A,stickyUserHeader:j,chatRenderMode:M,showExpandedBashTools:N}=c(me(e=>({showReasoningTraces:e.showReasoningTraces,stickyUserHeader:e.stickyUserHeader,chatRenderMode:e.chatRenderMode,showExpandedBashTools:e.showExpandedBashTools})));Z.useEffect(()=>{b&&Rb.getInstance().recordSessionStart(b)},[b]);let[P,F]=Z.useState(null),[I,L]=Z.useState(!1),[R,z]=Z.useState(null),B=Z.useRef(null),[V,H]=Z.useState(()=>uO(e.info.id)),[U,W]=Z.useState(()=>fO(e.info.id)),[ee,G]=Z.useState({open:!1,title:``,content:``});Z.useEffect(()=>{H(uO(e.info.id)),W(fO(e.info.id))},[e.info.id]);let K=Z.useMemo(()=>tO(e.info),[e.info]).isUser,te=K&&(p||!j),ne=K&&!p&&j&&!te,re=e.info.sessionID,ie=zb(e=>e.planModeEnabled),{currentContextAgent:ae,savedSessionAgentSelection:oe}=Ip(me(e=>({currentContextAgent:s&&re?e.currentAgentContext.get(re):void 0,savedSessionAgentSelection:s&&re?e.sessionAgentSelections.get(re):void 0}))),se=Z.useMemo(()=>qw(e.sourceParts??e.parts),[e.parts,e.sourceParts]),ce=Z.useMemo(()=>K?Pn(se,{planModeEnabled:ie}):qw(e.parts),[K,e.parts,ie,se]),le=Z.useMemo(()=>{if(K||!t)return null;let e=yO(t.info,`clientRole`),n=yO(t.info,`role`);if((typeof e==`string`?e:typeof n==`string`?n:void 0)!==`user`)return null;let r=yO(t.info,`mode`),i=yO(t.info,`agent`),a=yO(t.info,`providerID`),o=yO(t.info,`modelID`),s=yO(t.info,`variant`),c=typeof r==`string`&&r.trim().length>0?r:typeof i==`string`&&i.trim().length>0?i:void 0,l=typeof a==`string`&&a.trim().length>0?a:void 0,u=typeof o==`string`&&o.trim().length>0?o:void 0,d=typeof s==`string`&&s.trim().length>0?s:void 0;return!c&&!l&&!u&&!d?null:{agentName:c,providerId:l,modelId:u,variant:d}},[K,t]),ue=Z.useMemo(()=>{if(!ie||K||!t)return!1;let e=Array.isArray(t.parts)?t.parts:[];for(let t=0;t<e.length;t++){let n=e[t];if(n?.type!==`text`||n?.synthetic!==!0)continue;let r=typeof n.text==`string`?n.text.trim():``;if(r.startsWith(`User has requested to enter plan mode`)||r.startsWith(`The plan at `))return!0}return!1},[K,ie,t]),de=Z.useMemo(()=>{if(K)return;let t=e.info.time;if(!(typeof t?.completed==`number`&&t.completed>0)&&ue&&le?.agentName)return le.agentName;let n=yO(e.info,`mode`);if(typeof n==`string`&&n.trim().length>0)return n;let r=yO(e.info,`agent`);if(typeof r==`string`&&r.trim().length>0)return r;if(le?.agentName)return le.agentName;if(re)return ae||(oe??void 0)},[K,e.info,ue,le,re,ae,oe]),fe=K?null:yO(e.info,`providerID`),pe=K?null:yO(e.info,`modelID`),he=Z.useMemo(()=>{if(K||!re)return null;if(le?.providerId&&le?.modelId)return{providerId:le.providerId,modelId:le.modelId};if(de){let e=x(re,de);if(e?.providerId&&e?.modelId)return e}let e=S(re);return e?.providerId&&e?.modelId?e:null},[K,re,de,le,x,S]),ge=Z.useMemo(()=>K?null:typeof fe==`string`&&fe.trim().length>0?fe:he?.providerId??null,[K,fe,he]),_e=Z.useMemo(()=>K?null:typeof pe==`string`&&pe.trim().length>0?pe:he?.modelId??null,[K,pe,he]),ve=e.info.id?gO(e.info.id):void 0;K||_O(e.info.id,{agent:de,provider:ge??void 0,model:_e??void 0});let ye=de??ve?.agent,be=ge??ve?.provider??null,xe=_e??ve?.model??null,Se=Z.useMemo(()=>{if(K)return;let e=be&&k.length>0?k.find(e=>e.id===be):void 0;return Un(e,xe)||void 0},[K,be,xe,k]),Ce=Z.useMemo(()=>{if(K||!ge||!_e)return!1;let e=k.find(e=>e.id===ge);if(!e?.models||!Array.isArray(e.models))return!1;let t=e.models.find(e=>e.id===_e)?.variants;return!!(t&&Object.keys(t).length>0)},[K,_e,ge,k]),we=vO(ye),Te=vO(be??void 0),Ee=vO(xe??void 0),De=vO(Se),Oe=we??void 0,ke=Te??null,Ae=Ee??null,Me=De??void 0,Ne=Z.useMemo(()=>{let t=e.info.time;return typeof t?.completed==`number`?t.completed:null},[e.info.time]),Pe=Z.useMemo(()=>{let t=e.info.time;return typeof t?.created==`number`?t.created:null},[e.info.time]),Fe=Z.useMemo(()=>K?!0:!!(Ne&&Ne>0),[K,Ne]),Ie=Z.useMemo(()=>{let t=e.info.finish;return typeof t==`string`?t:void 0},[e.info]),Le=Z.useMemo(()=>{if(K)return null;let t=e.info.tokens;return!t||typeof t!=`object`?null:{output:typeof t.output==`number`?t.output:void 0,reasoning:typeof t.reasoning==`number`?t.reasoning:void 0}},[K,e.info]),Re=Z.useMemo(()=>Xw(ce,{includeReasoning:A}),[ce,A]),ze=Z.useMemo(()=>K?Re:!Fe&&M===`sorted`?[]:Re,[M,Fe,K,Re]),Be=Z.useMemo(()=>K?[]:Re.filter(e=>e.type===`text`),[K,Re]),Ve=Z.useMemo(()=>K?[]:Re.filter(e=>e.type===`tool`),[K,Re]),He=Z.useMemo(()=>{if(!N)return new Set;let e=new Set;for(let t of Ve){let n=typeof t?.id==`string`?t.id:``;if(!n)continue;let r=lO(t.tool);!r||!cO.has(r)||e.add(n)}for(let t of a?.activityParts??[]){if(t.kind!==`tool`)continue;let n=lO(t.part.tool);!n||!cO.has(n)||e.add(t.id)}return e},[N,Ve,a?.activityParts]),Ue=Z.useMemo(()=>{if(He.size===0&&U.size===0)return V;let e=new Set(V);return He.forEach(t=>{U.has(t)||e.add(t)}),U.forEach(t=>{e.delete(t)}),e},[U,He,V]),We=Z.useMemo(()=>{if(!K)return;let e=ce.find(e=>e.type===`agent`);if(!e)return;let t=e,n=typeof t.name==`string`?t.name:void 0;if(n)return{name:n,token:t.source&&typeof t.source.value==`string`&&t.source.value.trim().length>0?t.source.value:`@${n}`}},[K,ce]),Ge=K&&ze.length===0,Ke=typeof Ie!=`string`,qe=Z.useMemo(()=>K?!1:Be.length===0||Ve.length===0?Ke:!0,[Be.length,Ve.length,Ke,K]),Je=Z.useMemo(()=>!K&&Rb.getInstance().shouldAnimateMessage(e.info,b||e.info.sessionID),[e.info,b,K]),[Ye,Xe]=Z.useState(!1),Ze=Z.useMemo(()=>n?tO(n.info):null,[n]),Qe=!!a,$e=a?.isLastAssistantInTurn??!1,et=a?.isWorking===!0||s,tt=Z.useMemo(()=>K?!1:Qe?!$e:Ze?!Ze.isUser&&Ze.role===`assistant`:!1,[Qe,$e,K,Ze]),nt=Z.useMemo(()=>Fe?`completed`:s?l??`streaming`:`completed`,[l,s,Fe]);Z.useEffect(()=>{!K||!u||d?.(e.info.id)},[u,K,e.info.id,d]),Z.useEffect(()=>{Xe(!1)},[e.info.id]),Z.useEffect(()=>{let t=o??a?.headerMessageId;K||!t||t!==e.info.id||(nt===`streaming`||nt===`cooldown`)&&Xe(!0)},[o,K,e.info.id,nt,a?.headerMessageId]);let rt=Z.useMemo(()=>{if(K)return!0;let t=o??a?.headerMessageId;return t?e.info.id===t?nt===`completed`||Ye||nt===`streaming`||nt===`cooldown`:!1:!0},[o,Ye,K,a,nt,e.info.id]),it=Z.useCallback(e=>{ot(e).then(t=>{t.ok&&(F(e),setTimeout(()=>F(null),2e3))})},[]),at=K?void 0:a?.userMessageVariant??le?.variant,st=!K&&Ce&&typeof at==`string`&&at.trim().length>0?at:void 0,ct=Z.useMemo(()=>{if(K)return;let t=e.info?.error;if(!t)return;let n=typeof t.data?.message==`string`?t.data.message:void 0,r=typeof t.message==`string`?t.message:void 0,i=typeof t.name==`string`?t.name:void 0,a=n||r||i;if(a)return i===`SessionRetry`?{text:`Opencode failed to send a message. Retry attempt info: \n\`${a}\``,variant:`info`}:rO(a)?{text:nO,variant:`error`}:a.trim().toLowerCase()===`aborted`?{text:`The running turn was stopped before OpenCode could send the next message.`,variant:`info`}:{text:`Opencode failed to send message with error:\n\`${a}\``,variant:`error`}},[K,e.info]),lt=ct?.text,ut=ct?.variant,dt=Z.useMemo(()=>{if(K){let e=ze.filter(e=>e.type===`text`).map(e=>{let t=e.shellAction?.output;return typeof t==`string`?t.trim():``}).filter(e=>e.length>0);if(e.length>0)return e.join(`
6576
+ `).trim()||MT(t)},HT=({containerRef:e})=>{let{t}=it(),[n,r]=Z.useState({x:0,y:0,show:!1}),[i,a]=Z.useState(``),[o,s]=Z.useState(``),l=Z.useRef(!1),[u,f]=Z.useState(!1),[p,m]=Z.useState(!1),h=Z.useRef(null),g=Z.useRef(OT),_=Z.useRef(null),v=Z.useRef(null),y=Z.useRef(null),b=Z.useRef(!1),x=J(e=>e.createSession),S=J(e=>e.currentSessionId),C=wt(e=>e.setPendingInputText),w=c(e=>e.isMobile),T=ei(e=>e.projects),E=J(e=>e.availableWorktreesByProject),D=ts(),O=Oi(),k=Gm(Wm()).textSelectionMutation;Z.useEffect(()=>{b.current=n.show},[n.show]),Z.useEffect(()=>()=>{v.current!==null&&(window.cancelAnimationFrame(v.current),v.current=null),y.current!==null&&(window.clearTimeout(y.current),y.current=null)},[]);let A=Z.useCallback(()=>{_.current=null,kT===A&&(kT=null),b.current&&=(v.current!==null&&(window.cancelAnimationFrame(v.current),v.current=null),f(!1),r(e=>({...e,show:!1})),a(``),s(``),!1)},[]);Z.useEffect(()=>()=>{kT===A&&(kT=null)},[A]);let j=Z.useCallback(e=>{if(typeof window>`u`)return e;let t=window.innerWidth,n=g.current/2,r=DT+n,i=t-DT-n;return r>i?t/2:Math.min(Math.max(e,r),i)},[]),M=Z.useCallback(()=>{if(!_.current)return;kT!==A&&(kT?.(),kT=A);let{plainText:e,markdownText:t,rect:i}=_.current,o=!n.show,c=w?i.left+i.width/2:j(i.left+i.width/2),l=i.top-10;a(e),s(t),r({x:c,y:l,show:!0}),b.current=!0,o&&(f(!0),v.current!==null&&window.cancelAnimationFrame(v.current),v.current=window.requestAnimationFrame(()=>{f(!1),v.current=null}))},[j,A,w,n.show]);Z.useLayoutEffect(()=>{if(!n.show||w||!h.current)return;let e=h.current.offsetWidth;!Number.isFinite(e)||e<=0||e===g.current||(g.current=e,r(e=>({...e,x:j(e.x)})))},[j,w,n.show]),Z.useEffect(()=>{if(!n.show||w)return;let e=()=>{r(e=>({...e,x:j(e.x)}))};return window.addEventListener(`resize`,e),()=>{window.removeEventListener(`resize`,e)}},[j,w,n.show]);let N=Z.useCallback(()=>{let t=window.getSelection(),n=e.current;if(!t||!n){l.current||A();return}let r=MT(t.toString());if(!r){l.current||A();return}let i=FT(t,n);if(!i){l.current||A();return}let a=i.getBoundingClientRect();_.current={plainText:r,markdownText:VT(i,r),rect:a},l.current||M()},[e,A,M]);Z.useEffect(()=>{let t=e.current;if(!t)return;let n=()=>{l.current=!0,A()},r=()=>{l.current=!1,y.current!==null&&window.clearTimeout(y.current),y.current=window.setTimeout(()=>{y.current=null,N()},10)},i=new Set,a=()=>{for(let e of PT(t))i.has(e)||(i.add(e),e.addEventListener(`selectionchange`,N))};a();let o=new MutationObserver(a);o.observe(t,{childList:!0,subtree:!0}),document.addEventListener(`selectionchange`,N),t.addEventListener(`mousedown`,n),document.addEventListener(`mouseup`,r);let s=e=>{h.current&&!h.current.contains(e.target)&&!window.getSelection()?.toString().trim()&&A()};return document.addEventListener(`mousedown`,s),()=>{y.current!==null&&(window.clearTimeout(y.current),y.current=null),o.disconnect();for(let e of i)e.removeEventListener(`selectionchange`,N);document.removeEventListener(`selectionchange`,N),t.removeEventListener(`mousedown`,n),document.removeEventListener(`mouseup`,r),document.removeEventListener(`mousedown`,s)}},[e,N,A,M]);let P=Z.useCallback(e=>{if(!e)return;let t=`\`\`\`md\n${e}\n\`\`\``;C(t,`append`),A(),window.getSelection()?.removeAllRanges()},[C,A]),F=Z.useCallback(()=>{P(o)},[P,o]);Z.useEffect(()=>{let t=t=>{if(!k||!t.metaKey||t.ctrlKey||t.altKey||t.shiftKey||t.key.toLowerCase()!==`i`)return;let n=window.getSelection(),r=e.current;if(!n||!r||!n.toString().trim())return;let i=FT(n,r);i&&(t.preventDefault(),P(VT(i,n.toString())))};return window.addEventListener(`keydown`,t),()=>window.removeEventListener(`keydown`,t)},[P,k,e]);let I=Z.useCallback(async()=>{i&&(await x(void 0,null,null)&&C(i,`replace`),A(),window.getSelection()?.removeAllRanges())},[i,x,C,A]),L=Z.useCallback(async()=>{if(!i)return;let e=await ot(i);e.ok||console.error(`Failed to copy:`,e.error),A(),window.getSelection()?.removeAllRanges()},[i,A]),R=Z.useMemo(()=>S?O.find(e=>e.id===S)??null:null,[S,O]),z=Z.useMemo(()=>{let e=D??(typeof R?.directory==`string`?R.directory:``),t=cn(T,E,e);return t?{id:t.id,path:t.path}:null},[E,R?.directory,D,T]),B=Z.useCallback(async()=>{if(!i||!z){z||wi.error(t(`chat.textSelection.toast.noProject`));return}try{m(!0);let e=await dn(o||i,S),n=await Lt(z),r=ET(n.notes,e);if(!await Vn(z,{notes:r,todos:n.todos})){wi.error(t(`chat.textSelection.toast.addToNotesFailed`));return}window.dispatchEvent(new CustomEvent(`openchamber:project-notes-updated`,{detail:{projectId:z.id}})),wi.success(t(`chat.textSelection.toast.addToNotesSuccess`)),A(),window.getSelection()?.removeAllRanges()}catch(e){let n=e instanceof Error?e.message:void 0;wi.error(t(`chat.textSelection.toast.addToNotesFailed`),n?{description:n}:void 0)}finally{m(!1)}},[z,S,A,i,o,t]);return n.show?w?(0,_c.createPortal)((0,$.jsx)(`div`,{ref:h,className:Y(`fixed left-3 right-3 bottom-0 z-50 mx-auto max-w-[420px]`,`rounded-2xl border border-[var(--interactive-border)]`,`bg-[var(--surface-elevated)] p-2 shadow-lg`,`safe-area-bottom`,`transition-[opacity,transform] duration-200 ease-out will-change-[opacity,transform]`,u?`opacity-0 translate-y-[4px]`:`opacity-100 translate-y-0`),style:{bottom:`calc(0.5rem + env(safe-area-inset-bottom, 0px))`},children:(0,$.jsxs)(`div`,{className:`grid grid-cols-2 gap-2`,children:[k?(0,$.jsxs)(`button`,{onClick:F,className:Y(`flex min-w-0 items-center gap-2 rounded-xl px-3 py-2.5 text-left`,`text-sm font-medium leading-tight`,`bg-[var(--primary-base)] text-[var(--primary-foreground)]`,`active:opacity-80`,`transition-opacity duration-150`),title:t(`chat.textSelection.title.addToCurrentChat`),type:`button`,children:[(0,$.jsx)(X,{name:`add`,className:`h-5 w-5 flex-shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 whitespace-normal`,children:t(`chat.textSelection.actions.addToChat`)})]}):null,k?(0,$.jsxs)(`button`,{onClick:I,className:Y(`flex min-w-0 items-center gap-2 rounded-xl px-3 py-2.5 text-left`,`text-sm font-medium leading-tight`,`bg-[var(--interactive-selection)] text-[var(--interactive-selection-foreground)]`,`active:opacity-80`,`transition-opacity duration-150`),title:t(`chat.textSelection.title.newSessionWithSelection`),type:`button`,children:[(0,$.jsx)(X,{name:`chat-new`,className:`h-5 w-5 flex-shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 whitespace-normal`,children:t(`chat.textSelection.actions.newSession`)})]}):null,(0,$.jsxs)(`button`,{onClick:L,className:Y(`flex min-w-0 items-center gap-2 rounded-xl px-3 py-2.5 text-left`,`text-sm font-medium leading-tight`,`bg-[var(--surface-muted)] text-[var(--surface-foreground)]`,`active:opacity-80`,`transition-opacity duration-150`),title:t(`chat.textSelection.actions.copy`),type:`button`,children:[(0,$.jsx)(X,{name:`file-copy`,className:`h-5 w-5 flex-shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 whitespace-normal`,children:t(`chat.textSelection.actions.copy`)})]}),k&&!d()?(0,$.jsxs)(`button`,{onClick:B,disabled:p,className:Y(`flex min-w-0 items-center gap-2 rounded-xl px-3 py-2.5 text-left`,`text-sm font-medium leading-tight`,`bg-[var(--surface-muted)] text-[var(--surface-foreground)]`,`active:opacity-80 disabled:opacity-60 disabled:cursor-not-allowed`,`transition-opacity duration-150`),title:t(`chat.textSelection.title.saveInsightToNotes`),type:`button`,children:[p?(0,$.jsx)(X,{name:`loader-4`,className:`h-5 w-5 flex-shrink-0 animate-spin`}):(0,$.jsx)(X,{name:`booklet`,className:`h-5 w-5 flex-shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 whitespace-normal`,children:t(`chat.textSelection.actions.addToNotes`)})]}):null]})}),document.body):(0,_c.createPortal)((0,$.jsx)(`div`,{ref:h,className:`fixed z-50`,style:{left:n.x,top:n.y,transform:`translate(-50%, -100%)`},children:(0,$.jsxs)(`div`,{className:Y(`flex items-center gap-1 whitespace-nowrap`,`rounded-lg border border-[var(--interactive-border)]`,`bg-[var(--surface-elevated)] shadow-none`,`px-1.5 py-1`,`transition-[opacity,transform] duration-200 ease-out will-change-[opacity,transform]`,u?`opacity-0 translate-y-[4px]`:`opacity-100 translate-y-0`),children:[k?(0,$.jsxs)(`button`,{onClick:F,className:Y(`flex items-center gap-1.5 px-2 py-1 rounded-md`,`text-sm font-medium`,`text-[var(--surface-foreground)]`,`hover:bg-[var(--interactive-hover)]`,`transition-colors duration-150`),title:t(`chat.textSelection.title.addToCurrentChat`),type:`button`,children:[(0,$.jsx)(X,{name:`add`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:t(`chat.textSelection.actions.addToChat`)}),(0,$.jsx)(ap,{shortcut:`⌘+I`})]}):null,k?(0,$.jsx)(`div`,{className:`w-px h-4 bg-[var(--interactive-border)]`}):null,k?(0,$.jsxs)(`button`,{onClick:I,className:Y(`flex items-center gap-1.5 px-2 py-1 rounded-md`,`text-sm font-medium`,`text-[var(--surface-foreground)]`,`hover:bg-[var(--interactive-hover)]`,`transition-colors duration-150`),title:t(`chat.textSelection.title.newSessionWithSelection`),type:`button`,children:[(0,$.jsx)(X,{name:`chat-new`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:t(`chat.textSelection.actions.newSession`)})]}):null,k?(0,$.jsx)(`div`,{className:`w-px h-4 bg-[var(--interactive-border)]`}):null,(0,$.jsxs)(`button`,{onClick:L,className:Y(`flex items-center gap-1.5 px-2 py-1 rounded-md`,`text-sm font-medium`,`text-[var(--surface-foreground)]`,`hover:bg-[var(--interactive-hover)]`,`transition-colors duration-150`),title:t(`chat.textSelection.actions.copy`),type:`button`,children:[(0,$.jsx)(X,{name:`file-copy`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:t(`chat.textSelection.actions.copy`)})]}),k&&!d()?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(`div`,{className:`w-px h-4 bg-[var(--interactive-border)]`}),(0,$.jsxs)(`button`,{onClick:B,disabled:p,className:Y(`flex items-center gap-1.5 px-2 py-1 rounded-md`,`text-sm font-medium`,`text-[var(--surface-foreground)]`,`hover:bg-[var(--interactive-hover)] disabled:opacity-60 disabled:cursor-not-allowed`,`transition-colors duration-150`),title:t(`chat.textSelection.title.saveInsightToNotes`),type:`button`,children:[p?(0,$.jsx)(X,{name:`loader-4`,className:`h-4 w-4 animate-spin`}):(0,$.jsx)(X,{name:`booklet`,className:`h-4 w-4`}),(0,$.jsx)(`span`,{className:`whitespace-nowrap`,children:t(`chat.textSelection.actions.addToNotes`)})]})]}):null]})}),document.body):null},UT=(e,t)=>e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate(),WT=(e,t)=>{let n=new Date(t);return n.setDate(t.getDate()-1),UT(e,n)},GT=e=>Number.isFinite(e)&&!Number.isNaN(new Date(e).getTime()),KT=(e,t)=>{if(!GT(e))return``;let n=new Date(e),r=new Date,i=io(n,t),a=at(),o=st.getState().dictionary;if(UT(n,r))return i;if(WT(n,r))return ct(o,`common.date.yesterdayWithTime`,{time:i});let s=`${n.toLocaleString(a,{month:`short`})} ${n.getDate()}`;return n.getFullYear()===r.getFullYear()?`${s}, ${i}`:`${s}, ${n.getFullYear()}, ${i}`},qT=e=>typeof e!=`number`||!Number.isFinite(e)||e<0?0:e,JT=e=>e,YT=e=>{if(!Array.isArray(e)||e.length===0)return 0;let t=0;for(let n of e){let e=JT(n);if(e.type!==`tool`)continue;let r=e.state,i=r?.time?.start,a=r?.time?.end;typeof i!=`number`||!Number.isFinite(i)||typeof a!=`number`||!Number.isFinite(a)||a<i||(t+=a-i)}return t},XT=(e,t,n,r)=>{let i=(typeof e==`number`&&Number.isFinite(e)&&e>0&&typeof t==`number`&&Number.isFinite(t)&&t>e?t-e:null)??(typeof r==`number`&&Number.isFinite(r)&&r>0?r:null);if(i===null)return null;let a=i-YT(n);return!Number.isFinite(a)||a<=0?null:a},ZT=e=>{let t=XT(e.createdAt,e.completedAt,e.parts,e.fallbackDurationMs);if(t===null)return null;let n=qT(e.outputTokens)+qT(e.reasoningTokens);if(n<=0)return null;let r=t/1e3;if(r<=0)return null;let i=n/r;return!Number.isFinite(i)||i<=0?null:i},QT=e=>{if(!Number.isFinite(e)||e<=0)return``;if(e>=1e3){let t=e/1e3;return`${t>=10?t.toFixed(0):t.toFixed(1)}k tok/s`}return e>=100?`${Math.round(e)} tok/s`:e>=10?`${e.toFixed(1)} tok/s`:`${e.toFixed(2)} tok/s`},$T=e=>{let t=(0,Q.c)(20),{text:n,active:r,className:i}=e,a=Z.useRef(n),[o,s]=Z.useState(n),[c,l]=Z.useState(null),u,d;t[0]!==r||t[1]!==n?(u=()=>{if(n===a.current)return;let e=a.current;if(a.current=n,!r||e.length===0){l(null),s(n);return}l(e),s(n)},d=[r,n],t[0]=r,t[1]=n,t[2]=u,t[3]=d):(u=t[2],d=t[3]),Z.useEffect(u,d);let f;t[4]===Symbol.for(`react.memo_cache_sentinel`)?(f=()=>{l(null)},t[4]=f):f=t[4];let p=q(f),m;t[5]===i?m=t[6]:(m=Y(`oc-summary-flip-viewport relative block h-5 min-h-0 w-full min-w-0 max-w-full overflow-clip sm:h-6`,i),t[5]=i,t[6]=m);let h=c&&`invisible`,g;t[7]===h?g=t[8]:(g=Y(`block h-full min-w-0 truncate leading-5 sm:leading-6`,h),t[7]=h,t[8]=g);let _;t[9]!==o||t[10]!==g?(_=(0,$.jsx)(`span`,{className:g,children:o}),t[9]=o,t[10]=g,t[11]=_):_=t[11];let v;t[12]!==o||t[13]!==p||t[14]!==c?(v=c?(0,$.jsxs)(`span`,{className:`oc-summary-flip-stage absolute inset-0 block overflow-clip`,children:[(0,$.jsx)(`span`,{className:`oc-summary-flip-out absolute inset-x-0 top-0 block h-full truncate`,"aria-hidden":`true`,children:c}),(0,$.jsx)(`span`,{className:`oc-summary-flip-in absolute inset-x-0 top-0 block h-full truncate`,onAnimationEnd:p,children:o})]}):null,t[12]=o,t[13]=p,t[14]=c,t[15]=v):v=t[15];let y;return t[16]!==m||t[17]!==_||t[18]!==v?(y=(0,$.jsxs)(`span`,{className:m,children:[_,v]}),t[16]=m,t[17]=_,t[18]=v,t[19]=y):y=t[19],y},eE=[`search`,`read`,`list`];function tE(e){let t=ZS(e);return t===`read`?`read`:t===`glob`||t===`grep`?`search`:t===`list`?`list`:null}function nE(e){let t={read:0,search:0,list:0};for(let n of e){let e=tE(n);e&&(t[e]+=1)}return t}function rE(e){return XS(e)}function iE(e){return e.kind===`reasoning`||e.type===`reasoning`?!1:e.kind===`justification`||e.type===`text`?!0:e.kind===`tool`||e.type===`tool`?!qS(e.toolName):e.kind!=null||e.type!=null}function aE(e,t,n){for(let r=t;r<e.length;r+=1)if(iE(n(e[r])))return!0;return!1}function oE(e){return`parts`in e?e.parts.some(e=>rE(e))?!0:!e.hasFollowingOtherType&&e.isTurnLive:e.some(e=>rE(e))}function sE(e,t,n){let r=[],i=t;for(;i<e.length&&qS(n(e[i]));)r.push(e[i]),i+=1;return{items:r,end:i}}var cE=`!text-[length:var(--text-meta)] !leading-5 sm:!leading-6 tracking-normal`,lE=({activities:e,isMobile:t,isTurnLive:n=!1,hasFollowingOtherType:r=!1,exploring:i,children:a})=>{let{t:o}=it(),[s,c]=Z.useState(!1),l=Z.useId(),u=e.map(e=>e.part),d=i??oE({parts:u,hasFollowingOtherType:r,isTurnLive:n}),f=nE(u.map(e=>e.tool)),p=eE.filter(e=>f[e]>0).map(e=>{let t=f[e];return o(e===`search`?t===1?`chat.contextGroup.searchSingle`:`chat.contextGroup.searchPlural`:e===`read`?t===1?`chat.contextGroup.readSingle`:`chat.contextGroup.readPlural`:t===1?`chat.contextGroup.listSingle`:`chat.contextGroup.listPlural`,{count:t})}).join(`, `),m=q(()=>{c(e=>!e)}),h=q(e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),m())}),g=o(s?`chat.contextGroup.collapseAria`:`chat.contextGroup.expandAria`),_=o(d?`chat.contextGroup.exploring`:`chat.contextGroup.explored`),v=t?`h-5`:`h-6`;return(0,$.jsxs)(`div`,{"data-component":`context-tool-group`,className:xp(t),children:[(0,$.jsxs)(`div`,{role:`button`,tabIndex:0,"aria-expanded":s,"aria-controls":l,"aria-label":g,"data-mobile-press-feedback":`soft`,className:Y(`flex w-full min-h-0 min-w-0 items-center gap-1.5 overflow-clip`,Sp),onClick:m,onKeyDown:h,children:[(0,$.jsx)(`span`,{className:Y(`inline-flex flex-none items-center justify-center self-center`,v,t?`w-4`:`w-3.5`),style:{color:`var(--tools-icon)`},children:d?(0,$.jsx)(FS,{isMobile:t,label:o(`chat.contextGroup.exploring`),className:`block`}):(0,$.jsx)(X,{name:`search`,className:`block h-[13px] w-[13px]`})}),(0,$.jsx)(`span`,{className:Y(`typography-meta inline-flex flex-none items-center self-center font-medium`,v,cE,d&&`animate-text-shimmer`),style:{color:`var(--tools-title)`,...d?{"--oc-text-shimmer-base":`var(--tools-title)`}:{}},children:_}),p?(0,$.jsx)(`span`,{className:Y(`typography-meta inline-flex min-h-0 w-0 min-w-0 max-w-full flex-1 items-center self-center overflow-clip`,v,cE),style:{color:`var(--tools-description)`},children:(0,$.jsx)($T,{text:p,active:d,className:t?`!h-5 sm:!h-5`:`!h-6 sm:!h-6`})}):null,(0,$.jsx)(X,{name:s?`arrow-down-s`:`arrow-right-s`,className:`ml-auto size-3.5 flex-none self-center text-muted-foreground opacity-70`})]}),s&&a?(0,$.jsxs)(`div`,{id:l,className:`relative ml-2 pl-3 pt-0.5`,children:[(0,$.jsx)(`span`,{"aria-hidden":`true`,className:`pointer-events-none absolute bottom-0 left-0 top-0 w-px opacity-40`,style:{backgroundColor:`var(--tools-border)`}}),a]}):null]})};function uE(e,t,n){let r=[],i=t;for(;i<e.length&&JS(n(e[i]));)r.push(e[i]),i+=1;return{items:r,end:i}}var dE=e=>{if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null};function fE(e){if(!e||typeof e!=`object`)return null;let t=e.state;if(!t||typeof t!=`object`)return null;let n=t;if(n.metadata&&typeof n.metadata==`object`){let e=dE(n.metadata.name);if(e)return e}if(n.input&&typeof n.input==`object`){let e=n.input,t=dE(e.name);if(t)return t;let r=dE(e.id);if(r)return r}if(n.output&&typeof n.output==`object`){let e=dE(n.output.name);if(e)return e}return null}function pE(e){let t=[];for(let n of e){if(typeof n!=`string`)continue;let e=n.trim();e&&t.push(e)}let n=t.slice(0,3);return{visibleNames:n,hiddenCount:Math.max(0,t.length-n.length),joinedVisible:n.join(`, `)}}var mE=`!text-[length:var(--text-meta)] !leading-5 sm:!leading-6 tracking-normal`,hE=({activities:e,isMobile:t,children:n})=>{let{t:r}=it(),[i,a]=Z.useState(!1),o=Z.useId(),s=e.map(e=>e.part),c=s.some(e=>XS(e)),{joinedVisible:l,hiddenCount:u}=pE(s.map(fE)),d=u>0?r(`chat.skillGroup.summaryOverflow`,{names:l,count:u}):l,f=q(()=>{a(e=>!e)}),p=q(e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),f())}),m=r(i?`chat.skillGroup.collapseAria`:`chat.skillGroup.expandAria`),h=r(`chat.tools.display.skill`);return(0,$.jsxs)(`div`,{"data-component":`skill-tool-group`,className:xp(t),children:[(0,$.jsxs)(`div`,{role:`button`,tabIndex:0,"aria-expanded":i,"aria-controls":o,"aria-label":m,"data-mobile-press-feedback":`soft`,className:Y(`flex w-full min-h-0 min-w-0 items-center gap-1.5 overflow-clip`,Sp),onClick:f,onKeyDown:p,children:[(0,$.jsx)(`span`,{className:Y(`flex flex-none items-center justify-center`,t?`size-4`:`size-3.5`),style:{color:`var(--tools-icon)`},children:c?(0,$.jsx)(FS,{isMobile:t,label:h,className:`block`}):(0,$.jsx)(X,{name:`book`,className:`h-[13px] w-[13px]`})}),(0,$.jsx)(`span`,{className:Y(`typography-meta flex-none font-medium`,mE,c&&`animate-text-shimmer`),style:{color:`var(--tools-title)`,...c?{"--oc-text-shimmer-base":`var(--tools-title)`}:{}},children:h}),d?(0,$.jsx)(`span`,{className:Y(`typography-meta h-5 min-h-0 w-0 min-w-0 max-w-full flex-1 overflow-clip sm:h-6`,mE),style:{color:`var(--tools-description)`},children:(0,$.jsx)($T,{text:d,active:c})}):null,(0,$.jsx)(X,{name:i?`arrow-down-s`:`arrow-right-s`,className:`ml-auto size-3.5 flex-none text-muted-foreground opacity-70`})]}),i&&n?(0,$.jsxs)(`div`,{id:o,className:`relative ml-2 pl-3 pt-0.5`,children:[(0,$.jsx)(`span`,{"aria-hidden":`true`,className:`pointer-events-none absolute bottom-0 left-0 top-0 w-px opacity-40`,style:{backgroundColor:`var(--tools-border)`}}),n]}):null]})},gE=Z.memo(e=>{let t=(0,Q.c)(18),{part:n,messageId:r,onContentChange:i,actions:a,streamPhase:o,onShowPopup:s}=e,l=c(_E),u=n,d=typeof u.text==`string`?u.text:``,f=typeof u.content==`string`?u.content:``,p=f.length>d.length?f:d,m=u.time,h=n.sessionID,g=o===void 0||o!==`completed`,_,v;if(t[0]!==i||t[1]!==p?(_=()=>{p.trim().length!==0&&i?.(`structural`)},v=[i,p],t[0]=i,t[1]=p,t[2]=_,t[3]=v):(_=t[2],v=t[3]),Z.useEffect(_,v),!p||p.trim().length===0)return null;let y=o??`streaming`,b=g&&typeof m?.end!=`number`,x;t[4]!==l||t[5]!==r||t[6]!==i||t[7]!==s||t[8]!==n||t[9]!==h||t[10]!==y||t[11]!==b?(x=(0,$.jsx)(`div`,{"data-message-text-export-source":`true`,children:(0,$.jsx)(Ow,{part:n,sessionId:h,messageId:r,streamPhase:y,chatRenderMode:l,hasStreamingHapticLifecycle:b,onContentChange:i,onShowPopup:s})}),t[4]=l,t[5]=r,t[6]=i,t[7]=s,t[8]=n,t[9]=h,t[10]=y,t[11]=b,t[12]=x):x=t[12];let S;t[13]===a?S=t[14]:(S=a?(0,$.jsx)(`div`,{className:`mt-2 mb-1 flex items-center justify-start gap-1.5`,"data-message-actions":`true`,children:(0,$.jsx)(`div`,{className:`flex items-center gap-1.5`,"data-message-action-group":`true`,children:a})}):null,t[13]=a,t[14]=S);let C;return t[15]!==x||t[16]!==S?(C=(0,$.jsxs)(`div`,{"data-message-text-export-root":`true`,children:[x,S]}),t[15]=x,t[16]=S,t[17]=C):C=t[17],C});function _E(e){return e.chatRenderMode}var vE=e=>{let t=Math.max(0,Math.round(e/1e3));return t<60?`${t}s`:`${Math.floor(t/60)}m ${t%60}s`},yE=`!text-[length:var(--text-meta)] !leading-5 sm:!leading-6 tracking-normal`,bE=Y(`typography-meta font-medium`,yE),xE=Y(`typography-meta`,yE),SE=[],CE=e=>{let t=e.part;return t.slim===!0&&(t.type===`tool`||t.type===`reasoning`||t.type===`file`)},wE=e=>{let t=new Set;for(let n of e)CE(n)&&n.messageId&&t.add(n.messageId);return[...t]},TE=(e,t)=>e.some(e=>{if(!t.has(e.messageId))return!1;let n=e.part;if(n.slim===!0)return!1;if(n.type===`reasoning`)return typeof n.text==`string`&&n.text.trim().length>0;if(n.type===`file`)return typeof n.url==`string`&&n.url.trim().length>0;if(n.type===`tool`){let e=n.state?.output,t=n.state?.error;return(typeof e==`string`?e.trim().length>0:e!=null)||(typeof t==`string`?t.trim().length>0:t!=null)}return!1}),EE=e=>{let t=(0,Q.c)(5),{href:n}=e,[r,i]=Z.useState(!1),a;t[0]===n?a=t[1]:(a=Jo(n),t[0]=n,t[1]=a);let o=a;if(!o||r)return null;let s;t[2]===Symbol.for(`react.memo_cache_sentinel`)?(s=()=>i(!0),t[2]=s):s=t[2];let c;return t[3]===o?c=t[4]:(c=(0,$.jsx)(`span`,{className:`inline-flex size-[18px] flex-shrink-0 items-center justify-center rounded border border-[var(--border)] bg-[var(--interactive-hover)]`,children:(0,$.jsx)(`img`,{src:o,alt:``,"aria-hidden":`true`,loading:`lazy`,decoding:`async`,className:`size-3.5 rounded-sm`,onError:s})}),t[3]=o,t[4]=c),c},DE=e=>e,OE=e=>{let t=e.part.state,n=t?.input,r=t?.metadata,i=n?.filePath||n?.file_path||n?.path||r?.filePath||r?.file_path||r?.path;if(typeof i==`string`&&i.trim().length>0){let e=i.lastIndexOf(`/`);return e>=0?i.slice(e+1):i}return null},kE=e=>{let t=e.part.state,n=t?.input,r=t?.metadata,i=n?.filePath||n?.file_path||n?.path||r?.filePath||r?.file_path||r?.path;return typeof i==`string`&&i.trim().length>0?i:null},AE=e=>{let t=e.part.state?.metadata?.dir;return typeof t==`string`&&t.trim().length>0?t:null},jE=e=>{if(typeof e!=`string`)return null;let t=e.trim().toLowerCase();return t===`pending`?`pending`:t===`in_progress`||t===`in progress`||t===`inprogress`?`in_progress`:t===`completed`||t===`done`?`completed`:t===`cancelled`||t===`canceled`?`cancelled`:null},ME=e=>{if(e.length===0)return`0 tasks`;let t=0,n=0;for(let r of e){if(!r||typeof r!=`object`)continue;let e=jE(r.status);e&&(e===`pending`&&(t+=1),e===`in_progress`&&(n+=1))}let r=t+n;return r===0?`0 tasks`:`${r} ${r===1?`task`:`tasks`}`},NE=e=>{let t=e.part.state,n=t?.input,r=t?.output;if(Array.isArray(n?.todos)){let e=ME(n.todos);if(e)return e}if(Array.isArray(r)){let e=ME(r);if(e)return e}if(r&&typeof r==`object`&&Array.isArray(r.todos)){let e=ME(r.todos);if(e)return e}if(typeof r==`string`&&r.trim().length>0)try{let e=JSON.parse(r);if(Array.isArray(e)){let t=ME(e);if(t)return t}if(e&&typeof e==`object`&&Array.isArray(e.todos)){let t=ME(e.todos);if(t)return t}}catch{}return null},PE=e=>{let t=e.part.state,n=t?.input,r=t?.metadata,i=(typeof n?.offset==`number`&&Number.isFinite(n.offset)?n.offset:void 0)??(typeof n?.line==`number`&&Number.isFinite(n.line)?n.line:void 0)??(typeof r?.offset==`number`&&Number.isFinite(r.offset)?r.offset:void 0)??(typeof r?.line==`number`&&Number.isFinite(r.line)?r.line:void 0);if(!(typeof i!=`number`||i<=0))return Math.floor(i)},FE=(e,t=!0)=>{let n=e.lastIndexOf(`/`);if(n===-1)return(0,$.jsx)($b,{variant:t?`generate-effect`:`static`,className:Y(`min-w-0 flex-1 truncate whitespace-nowrap`,xE),style:{color:`var(--tools-description)`},title:e,children:e});let r=e.slice(0,n),i=e.slice(n+1),a=r.startsWith(`/`),o=a?r.slice(1):r;return(0,$.jsxs)(`span`,{className:Y(`min-w-0 inline-flex max-w-full flex-1 items-baseline overflow-hidden`,xE),title:e,children:[a?(0,$.jsx)(`span`,{className:`flex-shrink-0`,style:{color:`var(--tools-description)`},children:`/`}):null,(0,$.jsx)(`span`,{className:`min-w-0 shrink truncate whitespace-nowrap`,style:{color:`var(--tools-description)`,direction:`rtl`,textAlign:`left`,unicodeBidi:`plaintext`},children:o}),(0,$.jsx)(`span`,{className:`flex-shrink-0`,style:{color:`var(--tools-description)`},children:`/`}),(0,$.jsx)($b,{variant:t?`generate-effect`:`static`,className:`flex-shrink-0`,style:{color:`var(--tools-description)`},children:i})]})},IE=e=>{let t=go(e);return t?t.toLowerCase().endsWith(`/skill.md`)?t:`${t}/SKILL.md`:``},LE=e=>{let t=e.part,n=t.tool?.toLowerCase()??``,r=t.state,i=r?.input,a=r?.metadata;if(n===`grep`||n===`search`||n===`find`||n===`ripgrep`){let e=i?.pattern;if(typeof e==`string`&&e.trim().length>0)return e.length>40?e.slice(0,40)+`...`:e}if(n===`glob`){let e=i?.pattern;if(typeof e==`string`&&e.trim().length>0)return e.length>40?e.slice(0,40)+`...`:e}if(n===`websearch`||n===`web-search`||n===`search_web`||n===`codesearch`||n===`perplexity`){let e=i?.query;if(typeof e==`string`&&e.trim().length>0)return e.length>50?e.slice(0,50)+`...`:e}if(n===`skill`)return fE(t);if(n===`webfetch`||n===`fetch`||n===`curl`||n===`wget`){let e=typeof i?.url==`string`&&i.url||typeof i?.URL==`string`&&i.URL||typeof a?.url==`string`&&a.url||typeof a?.URL==`string`&&a.URL||``;if(typeof e==`string`&&e.trim().length>0)return e.trim()}return n===`todowrite`||n===`todoread`?NE(e):OE(e)},RE=e=>{let t=[],n=[];for(let r of e){if(r.kind!==`tool`)continue;let e=r.part;if(e.tool?.trim().toLowerCase()!==`task`)continue;let i=typeof e.id==`string`?e.id.trim():``;if(!i)continue;let a=e.state;if(!a||typeof a!=`object`)continue;let o=a;n.push(i),(o.status===`pending`||o.status===`running`)&&t.push(i)}return{active:t,all:n}},zE=Z.memo(e=>{let t=(0,Q.c)(16),{activity:n,isExpanded:r,isMobile:i,onToggleTool:a,onShowPopup:o,onContentChange:s}=e,c;t[0]!==n.id||t[1]!==a?(c=()=>{a(n.id)},t[0]=n.id,t[1]=a,t[2]=c):c=t[2];let l=q(c),u;t[3]===i?u=t[4]:(u=xp(i),t[3]=i,t[4]=u);let d=n.part,f;t[5]!==n.messageId||t[6]!==l||t[7]!==r||t[8]!==i||t[9]!==s||t[10]!==o||t[11]!==d?(f=(0,$.jsx)(cw,{part:d,messageId:n.messageId,isExpanded:r,onToggle:l,isMobile:i,onContentChange:s,onShowPopup:o,animateTailText:!1}),t[5]=n.messageId,t[6]=l,t[7]=r,t[8]=i,t[9]=s,t[10]=o,t[11]=d,t[12]=f):f=t[12];let p;return t[13]!==u||t[14]!==f?(p=(0,$.jsx)(`div`,{className:u,children:f}),t[13]=u,t[14]=f,t[15]=p):p=t[15],p},(e,t)=>e.isExpanded===t.isExpanded&&e.isMobile===t.isMobile&&e.onToggleTool===t.onToggleTool&&e.onShowPopup===t.onShowPopup&&e.onContentChange===t.onContentChange&&e.activity.id===t.activity.id&&e.activity.messageId===t.activity.messageId&&e.activity.kind===t.activity.kind&&e.activity.endedAt===t.activity.endedAt&&Vx([e.activity.part],[t.activity.part])),BE=Z.memo(e=>{let t=(0,Q.c)(9),{toolName:n,activities:r,isMobile:i}=e,a;t[0]===i?a=t[1]:(a=xp(i),t[0]=i,t[1]=a);let o;t[2]!==r||t[3]!==i||t[4]!==n?(o=(0,$.jsx)(UE,{toolName:n,activities:r,isMobile:i,animateTailText:!1}),t[2]=r,t[3]=i,t[4]=n,t[5]=o):o=t[5];let s;return t[6]!==a||t[7]!==o?(s=(0,$.jsx)(`div`,{className:a,children:o}),t[6]=a,t[7]=o,t[8]=s):s=t[8],s},(e,t)=>e.toolName===t.toolName&&e.isMobile===t.isMobile&&HE(e.activities,t.activities)),VE=e=>{let t=[],n=0;for(;n<e.length;){let r=e[n];if(r.kind===`reasoning`){if(!Jw(r.part).trim()){n++;continue}t.push({type:`reasoning`,activity:r}),n++;continue}if(r.kind===`justification`){t.push({type:`justification`,activity:r}),n++;continue}let i=r.part.tool?.toLowerCase()??``;if(qS(i)){let r=sE(e,n,e=>e.part.tool);t.push({type:`tool-context-group`,activities:r.items,hasFollowingOtherType:aE(e,r.end,e=>({kind:e.kind,toolName:e.part.tool}))}),n=r.end;continue}if(JS(i)){let r=uE(e,n,e=>e.part.tool);if(r.items.length>0){t.push({type:`tool-skill-group`,activities:r.items}),n=r.end;continue}}if(GS(i)){t.push({type:`tool-expandable`,activity:r}),n++;continue}if(WS(i)){t.push({type:`tool-expandable`,activity:r}),n++;continue}if(KS(i)){t.push({type:`tool-static-group`,toolName:i,activities:[r]}),n++;continue}t.push({type:`tool-fallback`,activity:r}),n++}return t},HE=(e,t)=>{if(e===t)return!0;if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1){let r=e[n],i=t[n];if(r.id!==i.id||r.kind!==i.kind||r.endedAt!==i.endedAt||!Vx([r.part],[i.part]))return!1}return!0},UE=Z.memo(e=>{let t=(0,Q.c)(106),{toolName:n,activities:r,isMobile:i,animateTailText:a}=e,{t:o}=it(),s=c(qE),l=Xo(n,o),u;t[0]===n?u=t[1]:(u=ex(n),t[0]=n,t[1]=u);let d=u,f;t[2]===n?f=t[3]:(f=n.toLowerCase(),t[2]=n,t[3]=f);let p=f===`read`,m=Z.useContext(To),h=lh(),g=Le(JE),_=Wm(),v=_.kind===`embedded`?_.directory:g,y;t[4]===n?y=t[5]:(y=n.toLowerCase(),t[4]=n,t[5]=y);let b=y===`skill`,x;t[6]===b?x=t[7]:(x={enabled:b},t[6]=b,t[7]=x);let S=$n(x),C;t[8]===S.data?C=t[9]:(C=S.data??[],t[8]=S.data,t[9]=C);let w=C,T;t[10]===w?T=t[11]:(T=new Map(w.map(YE)),t[10]=w,t[11]=T);let E=T,D=r[0]??null,O=!D||XS(D.part),k;t[12]===D?k=t[13]:(k=D?LE(D):null,t[12]=D,t[13]=k);let A=k,j;if(t[14]!==A||t[15]!==D||t[16]!==E||t[17]!==n){bb0:{if(n.toLowerCase()!==`skill`||!D||!A){j=null;break bb0}let e=E.get(A)?.path||AE(D);if(!e||e===`<built-in>`){j=null;break bb0}let r=IE(e);if(!r){j=null;break bb0}let i;t[19]!==A||t[20]!==r?(i={name:A,path:r},t[19]=A,t[20]=r,t[21]=i):i=t[21],j=i}t[14]=A,t[15]=D,t[16]=E,t[17]=n,t[18]=j}else j=t[18];let M=j,N;if(t[22]!==v||t[23]!==p||t[24]!==D){bb1:{if(!p||!D){N=null;break bb1}let e=kE(D);if(!e){N=null;break bb1}let n=mo(e,v);if(!n){N=null;break bb1}let r;t[26]===D?r=t[27]:(r=PE(D),t[26]=D,t[27]=r);let i;t[28]!==n||t[29]!==e||t[30]!==r?(i={path:e,displayPath:n,offset:r},t[28]=n,t[29]=e,t[30]=r,t[31]=i):i=t[31],N=i}t[22]=v,t[23]=p,t[24]=D,t[25]=N}else N=t[25];let P=N,F;t[32]!==v||t[33]!==h||t[34]!==m?(F=(e,t)=>{if(!v)return;let n=ho(v,e);if(!n)return;if(h){h.openFile({path:n,targetLine:t&&Number.isFinite(t)?Math.max(1,Math.trunc(t)):void 0});return}if(m?.editor){m.editor.openFile(n,t);return}if(!yo(n,v)){ns(n,v).then(()=>{let e=c.getState(),r=v||po(v,n);if(t&&Number.isFinite(t)){e.openContextFileAtLine(r,n,Math.max(1,Math.trunc(t)),1);return}e.openContextFile(r,n)});return}let r=c.getState(),i=po(v,n);if(t&&Number.isFinite(t)){r.openContextFileAtLine(i,n,Math.max(1,Math.trunc(t)),1);return}r.openContextFile(i,n)},t[32]=v,t[33]=h,t[34]=m,t[35]=F):F=t[35];let I=q(F),L;t[36]!==v||t[37]!==h?(L=e=>{let t=go(e);if(!t)return;let n=()=>{if(h){h.openFile({path:t});return}let e=c.getState(),n=v||po(``,t);e.openContextFile(n,t)};if(v&&!yo(t,v)){ns(t,v).then(n);return}n()},t[36]=v,t[37]=h,t[38]=L):L=t[38];let R=q(L),z;t[39]===n?z=t[40]:(z=n.toLowerCase(),t[39]=n,t[40]=z);let B=z,V=B===`grep`||B===`search`||B===`find`||B===`ripgrep`||B===`glob`,H=B===`webfetch`||B===`fetch`||B===`curl`||B===`wget`,U=B===`skill`,W=!!(P||M),ee=!!(P&&v||M),G;t[41]!==ee||t[42]!==I||t[43]!==R||t[44]!==W||t[45]!==P||t[46]!==M?(G=()=>{if(!(!W||!ee)){if(P){I(P.path,P.offset);return}M&&R(M.path)}},t[41]=ee,t[42]=I,t[43]=R,t[44]=W,t[45]=P,t[46]=M,t[47]=G):G=t[47];let K=q(G),te;t[48]===K?te=t[49]:(te=e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),K())},t[48]=K,t[49]=te);let ne=q(te),re=W&&ee&&`cursor-pointer`,ie=W&&!ee&&`cursor-default opacity-70`,ae;t[50]!==re||t[51]!==ie?(ae=Y(`flex w-full items-center gap-x-1.5 min-w-0`,Sp,re,ie),t[50]=re,t[51]=ie,t[52]=ae):ae=t[52];let oe=W?`soft`:void 0,se=W?K:void 0,ce=W?ne:void 0,le=W?`button`:void 0,ue=W&&ee?0:void 0,de=W&&!ee?!0:void 0,fe=i?`size-4`:`size-3.5`,pe;t[53]===fe?pe=t[54]:(pe=Y(`inline-flex items-center justify-center flex-shrink-0`,fe),t[53]=fe,t[54]=pe);let me;t[55]===Symbol.for(`react.memo_cache_sentinel`)?(me={color:`var(--tools-icon)`},t[55]=me):me=t[55];let he=O?(0,$.jsx)(FS,{isMobile:i,label:o(`chat.assistantStatus.usingTool`,{tool:l})}):d,ge;t[56]!==pe||t[57]!==me||t[58]!==he?(ge=(0,$.jsx)(`div`,{className:pe,style:me,children:he}),t[56]=pe,t[57]=me,t[58]=he,t[59]=ge):ge=t[59];let _e,ve;t[60]===Symbol.for(`react.memo_cache_sentinel`)?(_e=Y(bE,`inline-flex items-center flex-shrink-0 opacity-85`),ve={color:`var(--tools-title)`},t[60]=_e,t[61]=ve):(_e=t[60],ve=t[61]);let ye;t[62]===l?ye=t[63]:(ye=(0,$.jsx)(`span`,{className:_e,style:ve,title:l,children:l}),t[62]=l,t[63]=ye);let be;t[64]!==a||t[65]!==p||t[66]!==P||t[67]!==s?(be=p&&P?(0,$.jsxs)(`span`,{className:Y(`inline-flex !min-h-0 items-center justify-start gap-1 min-w-0 flex-1 text-left`,xE),style:{color:`var(--tools-description)`},title:P.offset?`${P.displayPath}:${P.offset}`:P.displayPath,children:[s?(0,$.jsx)(Tu,{filePath:P.path,className:`h-3.5 w-3.5`}):null,FE(P.displayPath,a)]}):null,t[64]=a,t[65]=p,t[66]=P,t[67]=s,t[68]=be):be=t[68];let xe;t[69]!==a||t[70]!==A||t[71]!==V?(xe=V&&A?(0,$.jsx)(`span`,{className:`inline-flex min-w-0 flex-1`,children:(0,$.jsxs)($b,{variant:a?`generate-effect`:`static`,className:Y(`min-w-0 flex-1 truncate whitespace-nowrap`,xE),style:{color:`var(--tools-description)`},title:A,children:[`"`,A,`"`]})}):null,t[69]=a,t[70]=A,t[71]=V,t[72]=xe):xe=t[72];let Se;t[73]!==A||t[74]!==H?(Se=H&&A?(0,$.jsxs)(`a`,{href:A,target:`_blank`,rel:`noopener noreferrer`,onClick:XE,className:Y(`min-w-0 flex-1 inline-flex items-center gap-1.5 underline decoration-[color:var(--status-info)] underline-offset-2 hover:opacity-90`,`truncate whitespace-nowrap`,xE),style:{color:`var(--status-info)`},title:A,children:[(0,$.jsx)(EE,{href:A}),(0,$.jsx)(`span`,{className:`min-w-0 truncate`,children:A})]}):null,t[73]=A,t[74]=H,t[75]=Se):Se=t[75];let Ce;t[76]!==U||t[77]!==M?(Ce=U&&M?(0,$.jsx)(`span`,{className:Y(`!min-h-0 min-w-0 flex-1 truncate whitespace-nowrap text-left`,xE),style:{color:`var(--tools-description)`},title:M.path,children:M.name}):null,t[76]=U,t[77]=M,t[78]=Ce):Ce=t[78];let we;t[79]!==A||t[80]!==U||t[81]!==M?(we=U&&!M&&A?(0,$.jsx)(`span`,{className:Y(`!min-h-0 min-w-0 flex-1 truncate whitespace-nowrap text-left`,xE),style:{color:`var(--tools-description)`},title:A,children:A}):null,t[79]=A,t[80]=U,t[81]=M,t[82]=we):we=t[82];let Te;t[83]!==a||t[84]!==A||t[85]!==H||t[86]!==p||t[87]!==V||t[88]!==U?(Te=!p&&!V&&!H&&!U&&A?(0,$.jsx)($b,{variant:a?`generate-effect`:`static`,className:Y(`min-w-0 flex-1 truncate whitespace-nowrap`,xE),style:{color:`var(--tools-description)`},children:A}):null,t[83]=a,t[84]=A,t[85]=H,t[86]=p,t[87]=V,t[88]=U,t[89]=Te):Te=t[89];let Ee;return t[90]!==ae||t[91]!==oe||t[92]!==se||t[93]!==ce||t[94]!==le||t[95]!==ue||t[96]!==de||t[97]!==ge||t[98]!==ye||t[99]!==be||t[100]!==xe||t[101]!==Se||t[102]!==Ce||t[103]!==we||t[104]!==Te?(Ee=(0,$.jsxs)(`div`,{className:ae,"data-mobile-press-feedback":oe,onClick:se,onKeyDown:ce,role:le,tabIndex:ue,"aria-disabled":de,children:[ge,ye,be,xe,Se,Ce,we,Te]}),t[90]=ae,t[91]=oe,t[92]=se,t[93]=ce,t[94]=le,t[95]=ue,t[96]=de,t[97]=ge,t[98]=ye,t[99]=be,t[100]=xe,t[101]=Se,t[102]=Ce,t[103]=we,t[104]=Te,t[105]=Ee):Ee=t[105],Ee},(e,t)=>e.toolName===t.toolName&&e.isMobile===t.isMobile&&e.animateTailText===t.animateTailText&&HE(e.activities,t.activities)),WE=Z.memo(e=>{let t=(0,Q.c)(5),{activity:n,onContentChange:r,streamPhase:i}=e,a;return t[0]!==n.messageId||t[1]!==n.part||t[2]!==r||t[3]!==i?(a=(0,$.jsx)(Bw,{part:n.part,messageId:n.messageId,streamPhase:i,onContentChange:r}),t[0]=n.messageId,t[1]=n.part,t[2]=r,t[3]=i,t[4]=a):a=t[4],a}),GE=Z.memo(e=>{let t=(0,Q.c)(7),{activity:n,onContentChange:r,onShowPopup:i,actions:a,streamPhase:o}=e,s;return t[0]!==a||t[1]!==n.messageId||t[2]!==n.part||t[3]!==r||t[4]!==i||t[5]!==o?(s=(0,$.jsx)(gE,{part:n.part,messageId:n.messageId,onContentChange:r,onShowPopup:i,actions:a,streamPhase:o}),t[0]=a,t[1]=n.messageId,t[2]=n.part,t[3]=r,t[4]=i,t[5]=o,t[6]=s):s=t[6],s}),KE=Z.memo(({parts:e,materializationParts:t=e,isExpanded:n,collapsedPreviewCount:r=0,completionDisposition:i,activityPresentationKind:a=`default`,durationMs:o,onToggle:s,isMobile:c,expandedTools:l,onToggleTool:u,onShowPopup:d,onContentChange:f,streamPhase:p,showHeader:m,renderJustificationActions:h})=>{let{t:g}=it(),_=ts()??``,v=Z.useMemo(()=>wE(t),[t]),y=Z.useRef(new Set),b=Z.useRef(new Map),x=Z.useRef(new Set),[,S]=Z.useState(0),C=Z.useRef(null),w=Z.useRef(null),T=i===`active`,E=!T&&(i===`normal`||i===`abnormal`)&&typeof o==`number`&&Number.isFinite(o)&&o>=0?vE(o):null,D=i===`normal`||i===`abnormal`,O=a===`compaction`,k=O?`fold-vertical`:`stack`,A=g(i===void 0?`chat.activity.title`:T?O?`chat.activity.compacting`:`chat.activity.active`:D?O?`chat.activity.compactionCompleted`:`chat.activity.completedStatus`:`chat.activity.title`),j=Z.useMemo(()=>RE(e),[e]),M=T?j.active:j.all,N=M.slice(0,c?2:3),P=q((e=!1,n=!1)=>{if(!(!_||!v.length)){for(let r of v){let i=t.find(e=>e.messageId===r)?.part.sessionID;if(!i)continue;let a=Kr(_,i,r);if(a.status===`ready`||n&&a.status===`error`||e&&a.status!==`error`&&!x.current.has(r)||(y.current.add(r),x.current.delete(r),b.current.has(r)))continue;let o=Sr(_,i,r,{priority:n?`background`:`user`}).catch(()=>{x.current.add(r)}).finally(()=>{b.current.delete(r),S(e=>e+1)});b.current.set(r,o)}S(e=>e+1)}}),F=q(e=>{e.stopPropagation(),P(!0)}),I=q(()=>{let e=C.current;w.current=e?{top:e.getBoundingClientRect().top,scrollContainer:e.closest(`[data-scrollbar="chat"]`)}:null,n||P(),s()});Z.useEffect(()=>{T||!n||P(!1,!0)},[T,n]),Z.useLayoutEffect(()=>{let e=w.current,t=C.current;if(!e||!t)return;let n=()=>{if(!t.isConnected)return;let n=t.getBoundingClientRect().top-e.top;if(!(Math.abs(n)<.5)){if(e.scrollContainer?.isConnected){e.scrollContainer.scrollTop+=n;return}window.scrollBy(0,n)}};if(n(),typeof window>`u`||typeof window.requestAnimationFrame!=`function`){w.current=null;return}let r=window.requestAnimationFrame(()=>{n(),w.current=null});return()=>window.cancelAnimationFrame(r)},[n]);let L=m&&!n?Math.max(0,Math.floor(r)):0,R=!m||n||L>0,z=y.current,B=[...z].map(e=>{if(b.current.has(e))return`loading`;if(x.current.has(e))return`error`;let n=t.find(t=>t.messageId===e)?.part.sessionID??``;return Kr(_,n,e).status}),V=B.includes(`loading`),H=B.includes(`error`),U=B.length>0&&B.every(e=>e===`ready`),W=t.some(e=>z.has(e.messageId)&&CE(e)),ee=U&&!W&&!TE(t,z),G=Z.useMemo(()=>R?DE(e):SE,[e,R]),K=Z.useMemo(()=>R?VE(G):[],[R,G]),te=Z.useMemo(()=>n||L===0?0:Math.max(0,K.length-L),[n,L,K.length]),ne=Z.useMemo(()=>n||L===0?K:K.slice(-L),[n,L,K]);if(!m&&K.length===0)return null;let re=(e,t)=>{let n=(0,$.jsx)(`div`,{className:xp(c),children:t});return(0,$.jsx)(Z.Fragment,{children:n},e)},ie=R?ne.map((e,t)=>{switch(e.type){case`reasoning`:return re(e.activity.id,(0,$.jsx)($.Fragment,{children:(0,$.jsx)(WE,{activity:e.activity,streamPhase:p,onContentChange:f})}));case`justification`:return re(e.activity.id,(0,$.jsx)($.Fragment,{children:(0,$.jsx)(GE,{activity:e.activity,onContentChange:f,onShowPopup:d,actions:h?.(e.activity),streamPhase:p})}));case`tool-expandable`:return(0,$.jsx)(zE,{activity:e.activity,isExpanded:l.has(e.activity.id),isMobile:c,onToggleTool:u,onShowPopup:d,onContentChange:f},e.activity.id);case`tool-static-group`:return(0,$.jsx)(BE,{toolName:e.toolName,activities:e.activities,isMobile:c},e.activities[0]?.id??`static-${e.toolName}-${t}`);case`tool-context-group`:return(0,$.jsx)(lE,{activities:e.activities,isMobile:c,isTurnLive:T,hasFollowingOtherType:e.hasFollowingOtherType,children:e.activities.map(e=>{let t=e.part;return(0,$.jsx)(UE,{toolName:t.tool?.toLowerCase()??``,activities:[e],isMobile:c,animateTailText:!1},e.id)})},e.activities[0]?.id??`context-${t}`);case`tool-skill-group`:return(0,$.jsx)(hE,{activities:e.activities,isMobile:c,children:e.activities.map(e=>{let t=e.part;return(0,$.jsx)(UE,{toolName:t.tool?.toLowerCase()??``,activities:[e],isMobile:c,animateTailText:!1},e.id)})},e.activities[0]?.id??`skill-${t}`);case`tool-fallback`:return(0,$.jsx)(zE,{activity:e.activity,isExpanded:l.has(e.activity.id),isMobile:c,onToggleTool:u,onShowPopup:d,onContentChange:f},e.activity.id);default:return null}}):null,ae=ne.length>0;return m?(0,$.jsxs)(`div`,{className:xp(c),children:[(0,$.jsxs)(`button`,{ref:C,type:`button`,className:Y(`group/tool flex w-full min-w-0 flex-nowrap items-center text-left`,c?`gap-x-1`:`gap-x-2`,Sp,c&&`pr-0`),"data-mobile-press-feedback":`soft`,onClick:I,"aria-expanded":n,"aria-label":g(n?`chat.activity.collapseAria`:`chat.activity.expandAria`),children:[(0,$.jsxs)(`span`,{className:Y(`inline-flex min-w-0 flex-1 items-center overflow-clip`,c?`gap-x-1`:`gap-x-1.5`),children:[(0,$.jsx)(`span`,{className:Y(`inline-flex flex-none items-center justify-center`,c?`h-5 w-4`:`h-6 w-3.5`),style:{color:`var(--tools-icon)`},children:T&&!O?(0,$.jsx)(FS,{isMobile:c,label:A,className:`block`}):(0,$.jsx)(X,{name:k,className:`h-[14px] w-[14px]`})}),(0,$.jsx)(`span`,{className:Y(`inline-flex flex-shrink-0 items-center`,c?`typography-meta h-5`:`typography-ui-label h-5 font-semibold`,T?`animate-text-shimmer text-[var(--status-info)] [--oc-text-shimmer-base:var(--status-info)]`:`text-foreground/85`),children:A}),E?(0,$.jsx)(`span`,{className:`typography-meta shrink-0 tabular-nums text-muted-foreground`,children:E}):null]}),(0,$.jsxs)(`span`,{className:Y(`ml-auto inline-flex max-w-[min(14rem,55%)] shrink-0 items-center justify-end`,c?`gap-0.5`:`gap-1`),children:[M.length>0?(0,$.jsxs)(`span`,{className:Y(`inline-flex min-w-0 items-center text-muted-foreground`,c?`gap-1`:`gap-1.5`),children:[(0,$.jsx)(`span`,{className:`inline-flex shrink-0 items-center gap-0.5`,"aria-hidden":`true`,children:N.map((e,t)=>(0,$.jsx)(Zi,{name:e,size:c?12:14,className:Y(`flex-none`,c?`size-3 min-h-3 min-w-3 max-h-3 max-w-3`:`size-3.5 min-h-3.5 min-w-3.5 max-h-3.5 max-w-3.5`)},`${e}-${t}`))}),(0,$.jsx)(`span`,{className:`typography-meta min-w-0 truncate`,children:g(T?`chat.activity.agentsWorking`:`chat.activity.agentsInvolved`,{count:M.length})})]}):null,(0,$.jsx)(X,{name:n?`arrow-down-s`:`arrow-right-s`,className:Y(`flex-shrink-0 text-muted-foreground opacity-70`,c&&`-mr-0.5`,c?`size-3`:`size-3.5`)})]})]}),ae?(0,$.jsxs)(`div`,{className:`relative ml-2 pl-3`,children:[(0,$.jsx)(`span`,{"aria-hidden":`true`,className:`pointer-events-none absolute left-0 top-px bottom-0 w-px opacity-40`,style:{backgroundColor:`var(--tools-border)`}}),te>0?(0,$.jsxs)(`button`,{type:`button`,onClick:I,className:`typography-meta leading-4 px-2 py-1 text-muted-foreground/45 hover:text-muted-foreground/65 text-left`,children:[`+`,te,` more...`]}):null,(0,$.jsx)(`div`,{className:`flow-root`,children:ie})]}):null,n&&(V||H||ee)?(0,$.jsx)(`div`,{className:Y(`typography-meta ml-5 flex min-h-9 items-center gap-2 px-2 text-muted-foreground`,H&&`text-[var(--status-error)]`),role:H?`alert`:`status`,children:V?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(X,{name:`loader-4`,className:`size-3.5 shrink-0 animate-spin`}),(0,$.jsx)(`span`,{children:g(`chat.activity.outputLoading`)})]}):H?(0,$.jsxs)($.Fragment,{children:[(0,$.jsx)(X,{name:`error-warning`,className:`size-3.5 shrink-0`}),(0,$.jsx)(`span`,{className:`min-w-0 flex-1`,children:g(`chat.activity.outputLoadFailed`)}),(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`xs`,onClick:F,children:g(`chat.activity.outputRetry`)})]}):(0,$.jsx)(`span`,{children:g(`chat.toolOutputDialog.noOutputProduced`)})}):null]}):(0,$.jsx)(`div`,{className:xp(c),children:ie})});function qE(e){return e.showToolFileIcons}function JE(e){return e.currentDirectory}function YE(e){return[e.name,e]}function XE(e){e.stopPropagation()}var ZE=Z.memo(e=>{let t=(0,Q.c)(2),n;return t[0]===e?n=t[1]:(n=(0,$.jsx)(KE,{...e}),t[0]=e,t[1]=n),n}),QE=e=>`/api/openchamber/sessions/${encodeURIComponent(e)}/changes`,$E=e=>e.trim(),eD=e=>e===404||e===405||e===501,tD=e=>{if(!e||typeof e!=`object`||Array.isArray(e))return null;let t=e,n=typeof t.file==`string`?t.file:null;return n?{file:n,...typeof t.status==`string`?{status:t.status}:{},additions:typeof t.additions==`number`&&Number.isFinite(t.additions)?t.additions:0,deletions:typeof t.deletions==`number`&&Number.isFinite(t.deletions)?t.deletions:0}:null},nD=e=>{if(!Array.isArray(e))return{files:[]};let t=[];for(let n of e){let e=tD(n);e&&t.push(e)}return{files:t}},rD=(e,t)=>{if(!Array.isArray(e))return null;for(let n of e)if(n&&typeof n==`object`&&!Array.isArray(n)&&n.file===t)return n;return null},iD=async(e,t)=>{let n={messageID:e.messageID,directory:e.directory};return typeof e.file==`string`&&e.file.length>0&&(n.file=e.file),V(QE(e.sessionID),{method:`GET`,headers:{Accept:`application/json`,"x-opencode-directory":e.directory},query:n,signal:t})},aD=async(e,t)=>{if(t.aborted)throw new DOMException(`Aborted`,`AbortError`);return Fe.getSessionDiff({sessionID:e.sessionID,directory:e.directory,messageID:e.messageID},{signal:t})},oD=(e,n=t())=>I.sessionTurnChanges.summary(e.directory,e.sessionID,e.messageID,e.diffCount,n),sD=(e,n=t())=>I.sessionTurnChanges.file(e.directory,e.sessionID,e.messageID,e.file,e.diffCount,n),cD=(e,n=t())=>({queryKey:oD(e,n),queryFn:async({signal:t})=>{let n=await iD(e,t);if(n.ok){let e=await n.json().catch(()=>null);if(!e||!Array.isArray(e.files))throw Error(`Invalid session turn changes response`);return e}if(!eD(n.status))throw Error(`Session turn changes request failed (${n.status})`);return nD(await aD(e,t))},staleTime:0,gcTime:3e5,retry:!1}),lD=(e,n=t())=>({queryKey:sD(e,n),queryFn:async({signal:t})=>{let n=await iD(e,t);if(n.ok){let e=await n.json().catch(()=>null);if(!e||!e.diff||typeof e.diff!=`object`)throw Error(`Invalid session turn change file response`);return e}if(!eD(n.status))throw Error(`Session turn change file request failed (${n.status})`);let r=rD(await aD(e,t),e.file);if(!r)throw Error(`change file not found`);return{diff:r}},staleTime:0,gcTime:6e4,retry:!1}),uD=(e,n)=>{let r=(0,Q.c)(10),i;r[0]===n?i=r[1]:(i=n===void 0?{}:n,r[0]=n,r[1]=i);let a=i,o,s,c;if(r[2]!==e||r[3]!==a){let n=t();o=!!e&&!!e?.sessionID?.trim()&&!!e?.directory?.trim()&&!!e?.messageID?.trim()&&a.enabled!==!1;let i=e??{sessionID:``,directory:``,messageID:``};c=Ge,s=cD({...i,directory:$E(i.directory)},n),r[2]=e,r[3]=a,r[4]=o,r[5]=s,r[6]=c}else o=r[4],s=r[5],c=r[6];let l;return r[7]!==o||r[8]!==s?(l={...s,enabled:o},r[7]=o,r[8]=s,r[9]=l):l=r[9],c(l)},dD=(e,n)=>{let r=(0,Q.c)(10),i;r[0]===n?i=r[1]:(i=n===void 0?{}:n,r[0]=n,r[1]=i);let a=i,o,s,c;if(r[2]!==e||r[3]!==a){let n=t();o=!!e&&!!e?.sessionID?.trim()&&!!e?.directory?.trim()&&!!e?.messageID?.trim()&&!!e?.file?.trim()&&a.enabled!==!1;let i=e??{sessionID:``,directory:``,messageID:``,file:``};c=Ge,s=lD({...i,directory:$E(i.directory),file:i.file},n),r[2]=e,r[3]=a,r[4]=o,r[5]=s,r[6]=c}else o=r[4],s=r[5],c=r[6];let l;return r[7]!==o||r[8]!==s?(l={...s,enabled:o},r[7]=o,r[8]=s,r[9]=l):l=r[9],c(l)},fD={contain:`layout`},pD={containerType:`inline-size`,containerName:`message-footer`},mD=`mt-1.5 mb-0.5 flex items-center justify-start gap-1.5`,hD=`mt-3 mb-0.5 flex items-center justify-start gap-1.5`,gD=`size-6! p-0 text-muted-foreground bg-transparent hover:text-foreground hover:!bg-transparent active:!bg-transparent focus-visible:!bg-transparent focus-visible:ring-2 focus-visible:ring-primary/50`,_D=`size-3.5!`,vD=`mt-1.5 mb-0.5 flex flex-wrap items-center gap-3`,yD=`mt-3 mb-0.5 flex flex-wrap items-center gap-3 -ml-[5px]`,bD=`flex items-center gap-2`,xD=`flex items-center gap-2 text-muted-foreground`,SD=`inline-flex h-3.5 items-center gap-1 text-[11px] leading-none tabular-nums text-muted-foreground`,CD=`size-3.5!`,wD=`medium`,TD=e=>e.replace(/\\/g,`/`).split(`/`).filter(Boolean).at(-1)??e,ED=`w-full min-w-0 justify-start rounded-[var(--radius-md)] bg-transparent px-1 hover:!bg-interactive-hover focus-visible:!bg-interactive-hover active:!bg-interactive-active supports-[corner-shape:squircle]:rounded-[var(--radius-md)]`,DD=`h-7 gap-1.5`,OD=`h-6 gap-1`,kD=`text-[11px] leading-none`,AD=`size-3.5`,jD=`size-3`,MD=5,ND=Z.memo(e=>{let t=(0,Q.c)(30),{file:n,isMobile:r}=e,i=r?`gap-1 text-[11px]`:`gap-1.5 text-xs`,a;t[0]===i?a=t[1]:(a=Y(`flex min-w-0 flex-1 items-center leading-none text-muted-foreground`,i),t[0]=i,t[1]=a);let o=n.file,s=r?`h-3 w-3`:`h-3.5 w-3.5`,c;t[2]===s?c=t[3]:(c=Y(`flex-shrink-0`,s),t[2]=s,t[3]=c);let l;t[4]!==n.file||t[5]!==c?(l=(0,$.jsx)(Tu,{filePath:o,className:c}),t[4]=n.file,t[5]=c,t[6]=l):l=t[6];let u=n.file,d;t[7]===n.file?d=t[8]:(d=TD(n.file),t[7]=n.file,t[8]=d);let f;t[9]!==n.file||t[10]!==d?(f=(0,$.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-left text-foreground/80`,title:u,children:d}),t[9]=n.file,t[10]=d,t[11]=f):f=t[11];let p=r?`text-[11px]`:`typography-meta`,m;t[12]===p?m=t[13]:(m=Y(`inline-flex flex-shrink-0 items-center gap-0 leading-none tabular-nums`,p),t[12]=p,t[13]=m);let h;t[14]===Symbol.for(`react.memo_cache_sentinel`)?(h={color:`var(--status-success)`},t[14]=h):h=t[14];let g;t[15]===n.additions?g=t[16]:(g=(0,$.jsxs)(`span`,{style:h,children:[`+`,n.additions]}),t[15]=n.additions,t[16]=g);let _,v;t[17]===Symbol.for(`react.memo_cache_sentinel`)?(_=(0,$.jsx)(`span`,{className:`text-muted-foreground/70`,children:`/`}),v={color:`var(--status-error)`},t[17]=_,t[18]=v):(_=t[17],v=t[18]);let y;t[19]===n.deletions?y=t[20]:(y=(0,$.jsxs)(`span`,{style:v,children:[`-`,n.deletions]}),t[19]=n.deletions,t[20]=y);let b;t[21]!==m||t[22]!==g||t[23]!==y?(b=(0,$.jsxs)(`span`,{className:m,children:[g,_,y]}),t[21]=m,t[22]=g,t[23]=y,t[24]=b):b=t[24];let x;return t[25]!==b||t[26]!==a||t[27]!==l||t[28]!==f?(x=(0,$.jsxs)(`span`,{className:a,children:[l,f,b]}),t[25]=b,t[26]=a,t[27]=l,t[28]=f,t[29]=x):x=t[29],x}),PD=Z.memo(e=>{let t=(0,Q.c)(18),{file:n,canOpen:r,isMobile:i,onOpen:a}=e,{t:o}=it(),s;t[0]!==n.file||t[1]!==a?(s=()=>{a(n.file)},t[0]=n.file,t[1]=a,t[2]=s):s=t[2];let c=q(s),l=!r,u=i?OD:DD,d;t[3]===u?d=t[4]:(d=Y(ED,u),t[3]=u,t[4]=d);let f;t[5]!==n.file||t[6]!==o?(f=o(`chat.changedFiles.actions.openFileTitle`,{path:n.file}),t[5]=n.file,t[6]=o,t[7]=f):f=t[7];let p;t[8]!==n||t[9]!==i?(p=(0,$.jsx)(ND,{file:n,isMobile:i}),t[8]=n,t[9]=i,t[10]=p):p=t[10];let m;return t[11]!==n.file||t[12]!==c||t[13]!==l||t[14]!==d||t[15]!==f||t[16]!==p?(m=(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`xs`,disabled:l,"data-turn-change-file":`true`,className:d,"aria-label":f,title:n.file,onClick:c,children:p}),t[11]=n.file,t[12]=c,t[13]=l,t[14]=d,t[15]=f,t[16]=p,t[17]=m):m=t[17],m}),FD=Z.memo(e=>{let t=(0,Q.c)(64),{fileCount:n,changedFiles:r,turnId:i,isLatestTurn:a,isMobile:o}=e,{t:s}=it(),l=ts(),u=Wm(),d=u.directory||l,f=u.sessionId,p=lh(),m=c(YD),h=!!(r&&r.length>0),g=!h&&!!(f&&d&&i&&n>0),_=f??``,v=d??``,y;t[0]!==n||t[1]!==_||t[2]!==v||t[3]!==i?(y={sessionID:_,directory:v,messageID:i,diffCount:n},t[0]=n,t[1]=_,t[2]=v,t[3]=i,t[4]=y):y=t[4];let b;t[5]===g?b=t[6]:(b={enabled:g},t[5]=g,t[6]=b);let x=uD(y,b);x.data?.files;let S;bb0:{if(h){let e;t[7]===r?e=t[8]:(e=r??[],t[7]=r,t[8]=e),S=e;break bb0}let e=x.data?.files;if(!Array.isArray(e)||e.length===0){let e;t[9]===Symbol.for(`react.memo_cache_sentinel`)?(e=[],t[9]=e):e=t[9],S=e;break bb0}let n;if(t[10]!==e){n=[];for(let t of e)!t||typeof t.file!=`string`||t.file.trim().length===0||n.push({file:t.file,additions:typeof t.additions==`number`&&Number.isFinite(t.additions)?t.additions:0,deletions:typeof t.deletions==`number`&&Number.isFinite(t.deletions)?t.deletions:0});t[10]=e,t[11]=n}else n=t[11];S=n}let C=S,w;t[12]===C?w=t[13]:(w=C.slice(0,MD),t[12]=C,t[13]=w);let T=w,E=Math.max(0,C.length-T.length),D=C.length>0?C.length:n,O=!!(p||!o&&d||o&&a),k;t[14]!==D||t[15]!==s?(k=s(D===1?`chat.pendingChanges.fileCountSingle`:`chat.pendingChanges.fileCountPlural`,{count:D}),t[14]=D,t[15]=s,t[16]=k):k=t[16];let A=k,j;t[17]!==E||t[18]!==s?(j=s(E===1?`chat.pendingChanges.fileCountSingle`:`chat.pendingChanges.fileCountPlural`,{count:E}),t[17]=E,t[18]=s,t[19]=j):j=t[19];let M=j,N=Y(ED,o?OD:DD),P=o?jD:AD,F;t[20]===o?F=t[21]:(F=o?Y(kD,`font-semibold text-foreground/85`):`typography-meta font-semibold text-foreground/85`,t[20]=o,t[21]=F);let I=F,L;t[22]===o?L=t[23]:(L=o?Y(kD,`text-muted-foreground`):`typography-meta text-muted-foreground`,t[22]=o,t[23]=L);let R=L,z;t[24]===o?z=t[25]:(z=o?Y(kD,`font-medium`):`typography-meta font-medium`,t[24]=o,t[25]=z);let B=z,V;t[26]!==d||t[27]!==f||t[28]!==a||t[29]!==o||t[30]!==p||t[31]!==i?(V=e=>{if(p){p.openTurnDiff(i,f);return}if(!o&&d){Uw({directory:d,filePath:e,turnMessageId:i,sessionId:f});return}o&&a&&d&&Uw({directory:d,filePath:e,turnMessageId:i,sessionId:f,mobile:!0})},t[26]=d,t[27]=f,t[28]=a,t[29]=o,t[30]=p,t[31]=i,t[32]=V):V=t[32];let H=q(V),U;t[33]!==d||t[34]!==f||t[35]!==a||t[36]!==o||t[37]!==p||t[38]!==m||t[39]!==i||t[40]!==T[0]?.file?(U=()=>{if(p){p.openTurnDiff(i,f);return}if(!o&&d){m(d,{mode:`diff`,dedupeKey:`turn-diff:${f||`session`}:${i}`,targetPath:null,diffScope:`turn`,diffTurnMessageId:i,diffSessionId:f});return}let e=T[0]?.file;e&&o&&a&&d&&Uw({directory:d,filePath:e,turnMessageId:i,sessionId:f,mobile:!0})},t[33]=d,t[34]=f,t[35]=a,t[36]=o,t[37]=p,t[38]=m,t[39]=i,t[40]=T[0]?.file,t[41]=U):U=t[41];let W=q(U),ee=o?`gap-0 border-foreground/15 p-1`:`gap-0.5 border-border/50 p-1.5`,G;t[42]===ee?G=t[43]:(G=Y(`mt-4 flex min-w-0 flex-col rounded-[var(--radius-lg)] border bg-muted/20`,ee),t[42]=ee,t[43]=G);let K=Y(N,`max-w-full text-muted-foreground hover:text-foreground`),te;t[44]===s?te=t[45]:(te=s(`diffView.actions.reviewAria`),t[44]=s,t[45]=te);let ne;t[46]===s?ne=t[47]:(ne=s(`diffView.actions.reviewAria`),t[46]=s,t[47]=ne);let re;t[48]===P?re=t[49]:(re=(0,$.jsx)(X,{name:`file-edit`,className:P}),t[48]=P,t[49]=re);let ie=`turn-changes-${i}`,ae;t[50]===s?ae=t[51]:(ae=s(`chat.changedFiles.title`),t[50]=s,t[51]=ae);let oe;t[52]!==ie||t[53]!==ae||t[54]!==I?(oe=(0,$.jsx)(`span`,{id:ie,className:I,children:ae}),t[52]=ie,t[53]=ae,t[54]=I,t[55]=oe):oe=t[55];let se;t[56]!==A||t[57]!==R?(se=(0,$.jsx)(`span`,{className:R,children:A}),t[56]=A,t[57]=R,t[58]=se):se=t[58];let ce;return t[59]!==C.length||t[60]!==P||t[61]!==g||t[62]!==x?(ce=g&&x.isPending&&C.length===0?(0,$.jsx)(X,{name:`loader-4`,className:Y(P,`animate-spin opacity-60`)}):(0,$.jsx)(X,{name:`arrow-right-s`,className:Y(P,`opacity-60`)}),t[59]=C.length,t[60]=P,t[61]=g,t[62]=x,t[63]=ce):ce=t[63],(0,$.jsxs)(`section`,{className:G,"data-turn-changes-preview":`true`,"data-message-action-group":`true`,"aria-labelledby":`turn-changes-${i}`,children:[(0,$.jsxs)(oa,{type:`button`,variant:`ghost`,size:`xs`,disabled:!O,onClick:W,className:K,"aria-label":te,title:ne,children:[re,oe,se,ce]}),T.length>0?(0,$.jsxs)(`div`,{className:Y(`flex min-w-0 flex-col`,o?`gap-0`:`gap-0.5`),children:[T.map(e=>(0,$.jsx)(PD,{file:e,canOpen:O,isMobile:o,onOpen:H},e.file)),E>0?(0,$.jsxs)(oa,{type:`button`,variant:`ghost`,size:`xs`,disabled:!O,className:Y(N,`text-muted-foreground hover:text-foreground`),onClick:W,"aria-label":s(`diffView.actions.reviewAria`),title:s(`diffView.actions.reviewAria`),children:[(0,$.jsx)(`span`,{"aria-hidden":`true`,className:Y(P,`flex-shrink-0`)}),(0,$.jsxs)(`span`,{className:B,children:[`+`,M]}),(0,$.jsx)(X,{name:`arrow-right-s`,className:P})]}):null]}):null]})}),ID=e=>e.type===`subtask`,LD=e=>{let t=e;return t.type===`text`&&typeof t.shellAction==`object`&&t.shellAction!==null},RD=e=>{if(!e||typeof e!=`object`)return null;let t=typeof e.providerID==`string`?e.providerID.trim():``,n=typeof e.modelID==`string`?e.modelID.trim():``;return!t||!n?null:`${t}/${n}`},zD=e=>{let t=(0,Q.c)(49),{part:n}=e,[r,i]=Z.useState(!1),a=ts(),{isMobile:o}=co(),s=J(XD),l=c(ZD),u=Wm(),{t:f}=it(),p;t[0]===n.description?p=t[1]:(p=typeof n.description==`string`?n.description.trim():``,t[0]=n.description,t[1]=p);let m=p,h;t[2]===n.command?h=t[3]:(h=typeof n.command==`string`?n.command.trim():``,t[2]=n.command,t[3]=h);let g=h,_;t[4]===n.agent?_=t[5]:(_=typeof n.agent==`string`?n.agent.trim():``,t[4]=n.agent,t[5]=_);let v=_,y;t[6]===n.prompt?y=t[7]:(y=typeof n.prompt==`string`?n.prompt.trim():``,t[6]=n.prompt,t[7]=y);let b=y,x;t[8]===n.taskSessionID?x=t[9]:(x=typeof n.taskSessionID==`string`?n.taskSessionID.trim():``,t[8]=n.taskSessionID,t[9]=x);let S=x,C;t[10]===n.model?C=t[11]:(C=RD(n.model),t[10]=n.model,t[11]=C);let w=C,T=!!b&&!(o&&u.kind===`primary`),E;t[12]===f?E=t[13]:(E=f(`chat.messageBody.subtask.title`),t[12]=f,t[13]=E);let D;t[14]===E?D=t[15]:(D=(0,$.jsx)(`span`,{className:`typography-meta font-semibold text-foreground`,children:E}),t[14]=E,t[15]=D);let O;t[16]===g?O=t[17]:(O=g?(0,$.jsxs)(`span`,{className:`inline-flex h-5 items-center rounded px-1.5 text-[11px] leading-none bg-foreground/5 text-muted-foreground`,children:[`/`,g]}):null,t[16]=g,t[17]=O);let k;t[18]===v?k=t[19]:(k=v?(0,$.jsxs)(`span`,{className:`inline-flex h-5 items-center rounded px-1.5 text-[11px] leading-none bg-foreground/5 text-muted-foreground`,children:[`@`,v]}):null,t[18]=v,t[19]=k);let A;t[20]===w?A=t[21]:(A=w?(0,$.jsx)(`span`,{className:`inline-flex h-5 items-center rounded px-1.5 text-[11px] leading-none bg-foreground/5 text-muted-foreground`,children:w}):null,t[20]=w,t[21]=A);let j;t[22]!==k||t[23]!==A||t[24]!==D||t[25]!==O?(j=(0,$.jsxs)(`div`,{className:`flex items-center gap-2 flex-wrap`,children:[D,O,k,A]}),t[22]=k,t[23]=A,t[24]=D,t[25]=O,t[26]=j):j=t[26];let M;t[27]===m?M=t[28]:(M=m?(0,$.jsx)(`div`,{className:`typography-ui-label text-foreground/90 mt-1.5`,children:m}):null,t[27]=m,t[28]=M);let N;t[29]!==r||t[30]!==b||t[31]!==T||t[32]!==f?(N=T?(0,$.jsxs)(`div`,{className:`mt-2 border-t border-border/60 pt-1.5`,children:[(0,$.jsx)(`button`,{type:`button`,className:`typography-meta text-muted-foreground hover:text-foreground transition-colors underline underline-offset-2`,onClick:()=>i(QD),children:f(r?`chat.messageBody.subtask.hidePrompt`:`chat.messageBody.subtask.showPrompt`)}),r?(0,$.jsx)(`pre`,{className:`typography-meta mt-1.5 overflow-x-auto whitespace-pre-wrap break-words text-foreground/85`,children:b}):null]}):null,t[29]=r,t[30]=b,t[31]=T,t[32]=f,t[33]=N):N=t[33];let P;t[34]!==v||t[35]!==m||t[36]!==a||t[37]!==o||t[38]!==l||t[39]!==u||t[40]!==s||t[41]!==f||t[42]!==S?(P=S&&u.capabilities.navigateNestedSession?(0,$.jsx)(`div`,{className:`mt-1.5`,children:(0,$.jsx)(`button`,{type:`button`,className:`typography-meta text-muted-foreground hover:text-foreground transition-colors underline underline-offset-2`,onClick:()=>{a&&Km(u,S,a,()=>{if(!ti({sessionId:S,directory:a})){if(Ec()||o||d()){s(S,a);return}l(a,{mode:`chat`,dedupeKey:`session:${S}`,label:m||v||f(`contextPanel.mode.chat`),readOnly:!0})}})},children:f(`chat.messageBody.subtask.openSession`)})}):null,t[34]=v,t[35]=m,t[36]=a,t[37]=o,t[38]=l,t[39]=u,t[40]=s,t[41]=f,t[42]=S,t[43]=P):P=t[43];let F;return t[44]!==j||t[45]!==M||t[46]!==N||t[47]!==P?(F=(0,$.jsxs)(`div`,{className:`mt-2`,children:[j,M,N,P]}),t[44]=j,t[45]=M,t[46]=N,t[47]=P,t[48]=F):F=t[48],F},BD=e=>{let t=(0,Q.c)(34),{notification:n}=e,r=ts(),i=c($D),{isMobile:a}=co(),{t:o}=it(),s;t[0]!==r||t[1]!==a?(s=r&&!a&&!d(),t[0]=r,t[1]=a,t[2]=s):s=t[2];let l=!!s,u;t[3]!==n.state||t[4]!==o?(u=n.state===`completed`?o(`chat.messageBody.subagent.completed`):n.state===`error`?o(`chat.messageBody.subagent.error`):o(`chat.messageBody.subagent.cancelled`),t[3]=n.state,t[4]=o,t[5]=u):u=t[5];let f=u,p=n.state===`completed`?o(`chat.messageBody.subagent.completedDescription`):n.state===`error`?o(`chat.messageBody.subagent.errorDescription`):o(`chat.messageBody.subagent.cancelledDescription`),m=n.description||p,h=q(()=>{!l||!r||i(r,{mode:`chat`,dedupeKey:`session:${n.sessionID}`,label:m,readOnly:!0})}),g;t[6]===h?g=t[7]:(g=e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),h())},t[6]=h,t[7]=g);let _=q(g),v=l&&`cursor-pointer hover:bg-interactive-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--interactive-focus-ring)]`,y;t[8]===v?y=t[9]:(y=Y(`mt-2 flex min-w-0 gap-2.5 rounded-[var(--radius-lg)] border border-border/60 bg-muted/20 px-3 py-2.5`,v),t[8]=v,t[9]=y);let b=l?`button`:void 0,x=l?0:void 0,S=l?o(`chat.messageBody.subagent.openSession`,{label:m}):void 0,C=l?h:void 0,w=l?_:void 0,T;t[10]===Symbol.for(`react.memo_cache_sentinel`)?(T=(0,$.jsx)(`span`,{className:`mt-0.5 flex size-6 flex-shrink-0 items-center justify-center rounded-md bg-foreground/5 text-muted-foreground`,children:(0,$.jsx)(X,{name:`robot-2`,className:`size-3.5`})}),t[10]=T):T=t[10];let E;t[11]===m?E=t[12]:(E=(0,$.jsx)(`span`,{className:`typography-meta min-w-0 flex-1 truncate font-semibold text-foreground/90`,children:m}),t[11]=m,t[12]=E);let D=n.state===`completed`?`bg-[var(--status-success-background)] text-[var(--status-success)]`:n.state===`error`?`bg-[var(--status-error-background)] text-[var(--status-error)]`:`bg-foreground/5 text-muted-foreground`,O;t[13]===D?O=t[14]:(O=Y(`inline-flex h-5 flex-shrink-0 items-center rounded px-1.5 text-[11px] leading-none`,D),t[13]=D,t[14]=O);let k;t[15]!==f||t[16]!==O?(k=(0,$.jsx)(`span`,{className:O,children:f}),t[15]=f,t[16]=O,t[17]=k):k=t[17];let A;t[18]!==E||t[19]!==k?(A=(0,$.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2`,children:[E,k]}),t[18]=E,t[19]=k,t[20]=A):A=t[20];let j;t[21]===n.body?j=t[22]:(j=n.body?(0,$.jsx)(`div`,{className:`typography-meta mt-1 max-h-16 overflow-hidden text-muted-foreground [&_.markdown-content>*:first-child]:mt-0 [&_.markdown-content>*:last-child]:mb-0`,children:(0,$.jsx)(ko,{content:n.body,variant:`tool`,enableFileReferences:!1})}):null,t[21]=n.body,t[22]=j);let M;t[23]!==A||t[24]!==j?(M=(0,$.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[A,j]}),t[23]=A,t[24]=j,t[25]=M):M=t[25];let N;return t[26]!==w||t[27]!==M||t[28]!==y||t[29]!==b||t[30]!==x||t[31]!==S||t[32]!==C?(N=(0,$.jsxs)(`div`,{className:y,role:b,tabIndex:x,"aria-label":S,onClick:C,onKeyDown:w,children:[T,M]}),t[26]=w,t[27]=M,t[28]=y,t[29]=b,t[30]=x,t[31]=S,t[32]=C,t[33]=N):N=t[33],N},VD={background:`transparent`,backgroundColor:`transparent`},HD=e=>{let t=(0,Q.c)(36),{part:n}=e,[r,i]=Z.useState(!1),[a,o]=Z.useState(!1),s=Z.useRef(null),{t:c}=it(),l;t[0]===n.shellAction?l=t[1]:(l=typeof n.shellAction?.command==`string`?n.shellAction.command.trim():``,t[0]=n.shellAction,t[1]=l);let u=l,d=typeof n.shellAction?.output==`string`?n.shellAction.output:``,f;t[2]===n.shellAction?f=t[3]:(f=typeof n.shellAction?.status==`string`?n.shellAction.status.trim().toLowerCase():``,t[2]=n.shellAction,t[3]=f);let p=f,m;t[4]===d?m=t[5]:(m=d.trim(),t[4]=d,t[5]=m);let h=m.length>0,g;t[6]===Symbol.for(`react.memo_cache_sentinel`)?(g=()=>{s.current!==null&&typeof window<`u`&&(window.clearTimeout(s.current),s.current=null)},t[6]=g):g=t[6];let _=q(g),v,y;t[7]===_?(v=t[8],y=t[9]):(v=()=>()=>{_()},y=[_],t[7]=_,t[8]=v,t[9]=y),Z.useEffect(v,y);let b;t[10]!==_||t[11]!==h||t[12]!==d?(b=async()=>{h&&(await ot(d)).ok&&(_(),o(!0),typeof window<`u`&&(s.current=window.setTimeout(()=>{o(!1),s.current=null},2e3)))},t[10]=_,t[11]=h,t[12]=d,t[13]=b):b=t[13];let x=q(b),S;t[14]===c?S=t[15]:(S=c(`chat.messageBody.shellCommand.title`),t[14]=c,t[15]=S);let C;t[16]===S?C=t[17]:(C=(0,$.jsx)(`span`,{className:`typography-meta font-semibold text-foreground`,children:S}),t[16]=S,t[17]=C);let w;t[18]===p?w=t[19]:(w=p?(0,$.jsx)(`span`,{className:Y(`inline-flex h-5 items-center rounded px-1.5 text-[11px] leading-none`,p===`error`?`bg-[var(--status-error-background)] text-[var(--status-error)]`:`bg-foreground/5 text-muted-foreground`),children:p}):null,t[18]=p,t[19]=w);let T;t[20]!==w||t[21]!==C?(T=(0,$.jsxs)(`div`,{className:`flex items-center gap-2 flex-wrap`,children:[C,w]}),t[20]=w,t[21]=C,t[22]=T):T=t[22];let E;t[23]===u?E=t[24]:(E=u?(0,$.jsx)(`div`,{className:`typography-meta mt-1.5 overflow-x-auto font-mono`,children:(0,$.jsx)(Ys,{language:`bash`,code:u,codeStyle:VD,wrap:!0})}):null,t[23]=u,t[24]=E);let D;t[25]!==a||t[26]!==x||t[27]!==r||t[28]!==h||t[29]!==d||t[30]!==c?(D=h?(0,$.jsxs)(`div`,{className:`mt-2 border-t border-border/60 pt-1.5`,children:[(0,$.jsxs)(`div`,{className:`flex items-center gap-3 flex-wrap`,children:[(0,$.jsx)(`button`,{type:`button`,className:`typography-meta text-muted-foreground hover:text-foreground transition-colors underline underline-offset-2`,onClick:()=>i(eO),children:c(r?`chat.messageBody.shellCommand.hideOutput`:`chat.messageBody.shellCommand.showOutput`)}),(0,$.jsx)(`button`,{type:`button`,className:`inline-flex items-center justify-center text-muted-foreground hover:text-foreground transition-colors`,onClick:()=>{x()},"aria-label":c(a?`chat.messageBody.shellCommand.copied`:`chat.messageBody.shellCommand.copyOutput`),title:c(a?`chat.messageBody.shellCommand.copied`:`chat.messageBody.shellCommand.copyOutput`),children:a?(0,$.jsx)(X,{name:`check`,className:`h-3.5 w-3.5`}):(0,$.jsx)(X,{name:`file-copy`,className:`h-3.5 w-3.5`})})]}),r?(0,$.jsx)(`div`,{className:`typography-meta mt-1.5 max-h-56 overflow-auto font-mono text-foreground/85`,children:(0,$.jsx)(Ys,{language:`bash`,code:d,codeStyle:VD,wrap:!0})}):null]}):null,t[25]=a,t[26]=x,t[27]=r,t[28]=h,t[29]=d,t[30]=c,t[31]=D):D=t[31];let O;return t[32]!==T||t[33]!==E||t[34]!==D?(O=(0,$.jsxs)(`div`,{className:`mt-2`,children:[T,E,D]}),t[32]=T,t[33]=E,t[34]=D,t[35]=O):O=t[35],O},UD=e=>{let t=e/1e3;return t<60?`${t.toFixed(1)}s`:`${Math.floor(t/60)}m ${Math.round(t%60)}s`},WD=(e,t)=>{if(t&&typeof t==`object`)return{output:typeof t.output==`number`&&Number.isFinite(t.output)?Math.max(0,t.output):0,reasoning:typeof t.reasoning==`number`&&Number.isFinite(t.reasoning)?Math.max(0,t.reasoning):0};for(let t of e){let e=t.tokens;if(!(!e||typeof e!=`object`))return{output:typeof e.output==`number`&&Number.isFinite(e.output)?Math.max(0,e.output):0,reasoning:typeof e.reasoning==`number`&&Number.isFinite(e.reasoning)?Math.max(0,e.reasoning):0}}return{output:0,reasoning:0}},GD=Z.memo(({sessionId:e,messageId:t,parts:n,sourceParts:r,messageCreatedAt:i,isMobile:a,alwaysShowActions:o=a,hasTouchInput:s,hasTextContent:l,onCopyMessage:u,copiedMessage:d,onShowPopup:f,agentMention:p,onEdit:m,onRevert:h,onFork:g,pendingMessageAction:_,editing:v,editStaged:y,onCancelEdit:b,userActionsMode:x=`inline`,stickyUserHeaderEnabled:S=!0})=>{let{locale:C,t:w}=it(),T=Eh(),E=Gm(Wm()),D=c(e=>e.timeFormatPreference),[O,k]=Z.useState(!1),A=Z.useRef(null),j=Z.useMemo(()=>n.filter(e=>e.type===`text`?!Yw(e):!!(ID(e)||LD(e))),[n]),M=Z.useMemo(()=>j.map(e=>Cn(e)?bx(Jw(e)):void 0),[j]),N=p?.token,P=!1,F=!!u,I=!!d,L=!!(s??a),R=!!l,z=x!==`external-actions`,B=x!==`external-content`,V=S&&x===`inline`,H=q(()=>{A.current!==null&&typeof window<`u`&&(window.clearTimeout(A.current),A.current=null)}),U=q(()=>{!L||!F||!R||typeof window>`u`||(H(),k(!0),A.current=window.setTimeout(()=>{k(!1),A.current=null},1800))});Z.useEffect(()=>{R||(k(!1),H())},[H,R]);let W=q(e=>{!u||!R||(e.stopPropagation(),e.preventDefault(),u(),L&&U())}),ee=T===`mini-chat`||!E.fork?void 0:g,G=Z.useMemo(()=>{if(typeof i!=`number`||i<=0)return null;let e=KT(i,D);return e.length>0?e:null},[C,i,D]),K=Y(`group/user-actions`,a?x===`inline`?`flex items-center justify-end pt-2 pb-3`:S?`flex h-9 items-start justify-end pt-0`:`flex h-11 items-start justify-end pt-0`:x===`inline`?`absolute top-full left-0 right-0 z-10 pt-5`:`flex h-8 items-start justify-end pt-2`),te=!v&&y&&B?(0,$.jsx)(`div`,{className:K,children:(0,$.jsxs)(`div`,{className:Y(bD,`justify-end`,!a&&x===`inline`&&`translate-x-5`,`pointer-events-auto opacity-100`),"data-message-action-group":`true`,children:[(0,$.jsxs)(`span`,{className:Y(SD,`text-primary`),"aria-live":`polite`,children:[(0,$.jsx)(X,{weight:wD,name:`edit`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:w(`chat.messageBody.actions.editStaged`)})]}),b?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":w(`chat.messageBody.actions.cancelEdit`),onPointerDown:e=>e.stopPropagation(),onClick:e=>{e.stopPropagation(),b()},children:(0,$.jsx)(X,{weight:wD,name:`close`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.cancelEdit`)})]}):null]})}):null,ne=(v&&B?(0,$.jsx)(`div`,{className:K,children:(0,$.jsx)(`div`,{className:Y(bD,`justify-end`,!a&&x===`inline`&&`translate-x-5`,`pointer-events-none opacity-100`),children:(0,$.jsx)(`span`,{className:Y(SD,`animate-text-shimmer`),"aria-live":`polite`,children:w(`chat.messageBody.actions.editing`)})})}):null)??te??((F&&R||m||h||ee)&&B?(0,$.jsx)(`div`,{className:K,children:(0,$.jsxs)(`div`,{className:Y(bD,`justify-end`,!a&&x===`inline`&&`translate-x-5`,o?`pointer-events-auto opacity-100`:`pointer-events-none opacity-0 transition-opacity duration-150 group-hover/message:pointer-events-auto group-hover/message:opacity-100 group-hover/user-actions:pointer-events-auto group-hover/user-actions:opacity-100 group-hover/user-shell:pointer-events-auto group-hover/user-shell:opacity-100`),"data-message-action-group":`true`,children:[G?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsxs)(`span`,{className:Y(SD,`mr-1`),"aria-label":`Message time: ${G}`,children:[(0,$.jsx)(X,{weight:wD,name:`time`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:G})]})}),(0,$.jsx)(Pa,{children:G})]}):null,h&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":w(`chat.messageBody.actions.revertAria`),"aria-busy":_===`revert`,disabled:!!_,onPointerDown:e=>e.stopPropagation(),onClick:e=>{e.stopPropagation(),h()},children:(0,$.jsx)(X,{weight:wD,name:_===`revert`?`loader-4`:`arrow-go-back`,className:Y(_D,_===`revert`&&`animate-spin`)})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.revert`)})]}),m&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":w(`chat.messageBody.actions.editAria`),disabled:!!_,onPointerDown:e=>e.stopPropagation(),onClick:e=>{e.stopPropagation(),m()},children:(0,$.jsx)(X,{weight:wD,name:`edit`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.edit`)})]}),ee&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":w(`chat.messageBody.actions.forkAria`),"aria-busy":_===`fork`,disabled:!!_,onPointerDown:e=>e.stopPropagation(),onClick:e=>{e.stopPropagation(),ee()},children:(0,$.jsx)(X,{weight:wD,name:_===`fork`?`loader-4`:`git-branch`,className:Y(_D,_===`fork`&&`animate-spin`)})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.fork`)})]}),F&&R&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,"data-visible":O||I?`true`:void 0,className:gD,"aria-label":w(`chat.messageBody.actions.copyMessageAria`),onPointerDown:e=>e.stopPropagation(),onClick:W,onFocus:()=>k(!0),onBlur:()=>{I||k(!1)},children:I?(0,$.jsx)(X,{weight:wD,name:`check`,className:Y(_D,`text-[color:var(--status-success)]`)}):(0,$.jsx)(X,{weight:wD,name:`file-copy`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:w(`chat.messageBody.actions.copyMessage`)})]})]})}):null);return z?(0,$.jsxs)(`div`,{className:`relative w-full group/message`,style:fD,onTouchStart:L&&F&&R?U:void 0,children:[(0,$.jsx)(`div`,{className:Y(`leading-relaxed text-foreground/90 text-base overflow-x-hidden`,V?`overflow-y-auto overscroll-contain scrollbar-none`:`overflow-y-hidden`),style:V?{maxHeight:`calc(var(--chat-scroll-height, 100dvh) * 0.4)`}:void 0,children:j.map((e,i)=>{if(ID(e))return(0,$.jsx)(Z.Fragment,{children:(0,$.jsx)(zD,{part:e})},e.id??`user-subtask-${i}`);if(LD(e))return(0,$.jsx)(Z.Fragment,{children:(0,$.jsx)(HD,{part:e})},e.id??`user-shell-${i}`);let o=M[i];if(o)return(0,$.jsx)(Z.Fragment,{children:(0,$.jsx)(BD,{notification:o})},e.id??`subagent-notification-${i}`);let s;return p&&N&&!P&&Jw(e).includes(N)&&(s=p,P=!0),(0,$.jsx)(Z.Fragment,{children:(0,$.jsx)(Zb,{part:e,messageId:t,isMobile:a,agentMention:s,messageParts:r??n})},e.id??`user-text-${i}`)})}),(0,$.jsx)(Zu,{files:n,messageID:t,sessionID:e,onShowPopup:f,compact:!0}),ne]}):(0,$.jsx)($.Fragment,{children:ne})}),KD=Z.memo(({hasCopyableText:e,isTouchContext:t,onCopyMessage:n,reviewTransferAction:r,ttsText:i,sessionId:a})=>{let{t:o}=it(),s=Eh(),c=Wm(),l=Gm(c),{isPlaying:u,play:d,stop:f}=TT(),p=Zt(e=>e.showMessageTTSButtons),m=Zt(e=>e.voiceProvider),[h,g]=Z.useState(!1),[_,v]=Z.useState(!1),[y,b]=Z.useState(!1),x=Z.useRef(null),S=Z.useRef(null),C=!!n,w=!!((c.sessionId||a)&&c.directory&&l.openSourceSession&&s!==`mini-chat`),T=q(()=>{x.current!==null&&typeof window<`u`&&(window.clearTimeout(x.current),x.current=null)}),E=q(()=>{S.current!==null&&typeof window<`u`&&(window.clearTimeout(S.current),S.current=null)});Z.useEffect(()=>()=>{T(),E()},[E,T]),Z.useEffect(()=>{(!e||!C)&&(g(!1),v(!1),T(),E())},[C,E,T,e]);let D=q(()=>{!t||!C||!e||typeof window>`u`||(T(),g(!0),x.current=window.setTimeout(()=>{g(!1),x.current=null},1800))}),O=q(async r=>{!n||!e||(r.stopPropagation(),r.preventDefault(),await n()!==!1&&(E(),v(!0),typeof window<`u`&&(S.current=window.setTimeout(()=>{v(!1),S.current=null},2e3)),t&&D()))}),k=q(async t=>{if(t.stopPropagation(),t.preventDefault(),!(!r||y||!e)){b(!0);try{await r.onClick()}finally{b(!1)}}}),A=q(e=>{e.stopPropagation(),e.preventDefault();let t=c.sessionId||a;!t||!c.directory||!c.openSourceSession||c.openSourceSession(t,c.directory)}),j=Z.useMemo(()=>u?o(`chat.messageBody.tts.stopSpeaking`):o(`chat.messageBody.tts.readAloudWithProvider`,{provider:m===`browser`?`Browser`:m===`openai`?`OpenAI`:m===`openai-compatible`?`Custom`:`Say`}),[u,o,m]),M=q(e=>{if(e.stopPropagation(),e.preventDefault(),u){f();return}i.trim()&&d(i)});return(0,$.jsxs)($.Fragment,{children:[n&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,"data-visible":h||_?`true`:void 0,className:Y(gD,!e&&`opacity-50`),disabled:!e,"aria-label":o(`chat.messageBody.actions.copyMessageAria`),"aria-hidden":!e,onPointerDown:e=>e.stopPropagation(),onClick:e=>{O(e)},onFocus:()=>{e&&g(!0)},onBlur:()=>{_||g(!1)},children:_?(0,$.jsx)(X,{weight:wD,name:`check`,className:Y(_D,`text-[color:var(--status-success)]`)}):(0,$.jsx)(X,{weight:wD,name:`file-copy`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:o(`chat.messageBody.actions.copyAnswer`)})]}),w?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":o(`chat.messageBody.actions.openSourceSessionAria`),onPointerDown:e=>e.stopPropagation(),onClick:A,children:(0,$.jsx)(X,{weight:wD,name:`target`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:o(`chat.messageBody.actions.openSourceSession`)})]}):null,r&&s!==`mini-chat`&&l.reviewTransfer?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,size:`icon`,variant:`ghost`,disabled:y||!e,className:Y(gD,(!e||y)&&`opacity-50`),"aria-label":r.ariaLabel,onPointerDown:e=>e.stopPropagation(),onClick:e=>{k(e)},children:y?(0,$.jsx)(X,{weight:wD,name:`loader-4`,className:Y(_D,`animate-spin`)}):(0,$.jsx)(X,{weight:wD,name:`arrow-left-right`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:r.tooltip})]}):null,s!==`mini-chat`&&p&&e&&(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:Y(gD,u?`text-green-500`:`hover:text-foreground/80`),"aria-label":o(u?`chat.messageBody.tts.stopSpeaking`:`chat.messageBody.tts.readAloud`),onPointerDown:e=>e.stopPropagation(),onClick:M,children:u?(0,$.jsx)(X,{weight:wD,name:`stop`,className:_D}):(0,$.jsx)(X,{weight:wD,name:`volume-up`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:j})]})]})}),qD=Z.memo(({sessionId:e,messageId:t,parts:n,sourceParts:r,isMessageCompleted:i,messageFinish:a,messageCompletedAt:o,messageCreatedAt:s,messageTokens:l,isMobile:u,alwaysShowActions:f,hasTouchInput:p,expandedTools:m,onToggleTool:h,onShowPopup:g,streamPhase:_,allowAnimation:v,onContentChange:y,hasTextContent:b=!1,onCopyMessage:x,onAuxiliaryContentComplete:S,showReasoningTraces:C=!1,turnGroupingContext:w,errorMessage:T,errorVariant:E=`error`,reviewTransferDirection:D=null})=>{let{t:O,locale:k}=it(),A=Eh(),j=Gm(Wm()),M=_,N=Z.useRef(null),P=Z.useRef(null),F=_===`streaming`||_===`cooldown`,I=Z.useRef({messageId:t,experiencedStreamingOrCooldown:F});I.current.messageId===t?F&&(I.current.experiencedStreamingOrCooldown=!0):I.current={messageId:t,experiencedStreamingOrCooldown:F};let L=!!(p??u),R=!!(f??u),z=u?yD:vD,B=!i,V=Z.useMemo(()=>n.filter(e=>!Yw(e)).filter(e=>e.type!==`compaction`),[n]),H=Z.useMemo(()=>V.filter(e=>e.type===`tool`),[V]),U=Z.useMemo(()=>V.filter(e=>e.type===`text`),[V]),W=Z.useMemo(()=>qt(U),[U]),ee=c(e=>e.openContextPreview),G=d(),K=A===`mini-chat`,te=Z.useMemo(()=>{if(G||u||K)return null;for(let e of U){let t=e.text;if(typeof t!=`string`||t.length===0)continue;let n=Yo(t)[0];if(n)return n.includes(`0.0.0.0`)?n.replace(`0.0.0.0`,`127.0.0.1`):n}for(let e of H){let t=e.state,n=t&&typeof t.output==`string`?t.output:null;if(!n)continue;let r=Yo(n.replace(/\x1b\[[0-9;]*m/g,``))[0];if(r)return r.includes(`0.0.0.0`)?r.replace(`0.0.0.0`,`127.0.0.1`):r}return null},[U,u,K,G,H]),ne=J(e=>e.forkFromMessage),re=J(e=>e.forkTransition),ie=J(e=>e.currentSessionId),ae=J(e=>e.getDirectoryForSession),oe=ts(),se=D===`review-to-original`,ce=!u&&!G?D:null,le=Z.useMemo(()=>{let t=W.trim();if(!(!e||!oe||!t||!ce))return ce===`review-to-original`?{ariaLabel:O(`chat.messageBody.actions.sendReviewFeedback`),tooltip:O(`chat.messageBody.actions.sendReviewFeedback`),onClick:async()=>{try{await yn(e,oe,t)}catch(e){console.error(`[review-flow] failed to send review feedback`,e)}}}:{ariaLabel:O(`chat.messageBody.actions.sendImplementationResponse`),tooltip:O(`chat.messageBody.actions.sendImplementationResponse`),onClick:async()=>{try{await Ot(e,oe,t)}catch(e){console.error(`[review-flow] failed to send implementation response`,e)}}}},[W,oe,ce,e,O]),[ue,de]=Z.useState(!1),fe=c(e=>e.chatRenderMode),pe=c(e=>e.collapsibleThinkingBlocks),me=c(e=>e.showSplitAssistantMessageActions),he=c(e=>e.showAssistantTps),ge=c(e=>e.timeFormatPreference),_e=fe===`sorted`,ve=w?.isLastAssistantInTurn??!1,ye=a===`stop`,be=(ye||i||!!T)&&(w?.isTurnSettled??!0),xe=ye?`completed`:M,Se=H.length>0,Ce=Z.useMemo(()=>H.some(e=>XS(e)),[H]),we=XS,Te=YS,Ee=I.current.experiencedStreamingOrCooldown,De=Z.useRef({messageId:t,initialized:!1,observedPartIds:new Set});Z.useEffect(()=>{if(De.current.messageId!==t&&(De.current={messageId:t,initialized:!1,observedPartIds:new Set}),!Ee||!fr())return;let n=De.current,r=!n.initialized;n.initialized=!0;for(let i of H){if(n.observedPartIds.has(i.id))continue;if(!Yr(r,we(i))){n.observedPartIds.add(i.id);continue}let a=e??i.sessionID;a&&(n.observedPartIds.add(i.id),ci({sessionID:a,messageID:t,partID:i.id,kind:`tool`}))}},[Ee,we,t,e,H]);let Oe=Z.useMemo(()=>H.length===0||!Ce&&H.every(e=>Te(e)),[H,Ce,Te]),ke=Z.useMemo(()=>V.filter(e=>e.type===`reasoning`),[V]),Ae=Z.useMemo(()=>ke.length===0||ke.every(e=>typeof e.time?.end==`number`),[ke]),je=typeof a!=`string`,Me=ke.length>0&&Se&&(Ce||je||!Oe),Ne=B||Se&&(Ce||je||!Oe),Pe=B||Me,Fe=Se||ke.length>0,Ie=U.length===0,Le=Fe&&Ie&&!Ne&&!Pe&&Oe&&Ae,Re=Z.useRef(!1),ze=Z.useRef(!1);Z.useEffect(()=>{ze.current=!1},[t]),Z.useEffect(()=>{if(!Le){Re.current=!1;return}Re.current||(Re.current=!0,S?.())},[Le,S]),Z.useEffect(()=>{if(B){ze.current=!1;return}if(Se){ze.current=!1;return}ke.length!==0&&(Pe||!Ae||ze.current||(ze.current=!0,y?.(`structural`)))},[B,Se,y,Ae,ke.length,Pe]);let Be=!!b&&!B,Ve=q(async n=>{if(n.stopPropagation(),n.preventDefault(),!(!e||!t||ue||re)){de(!0);try{await ne(e,t)}finally{de(!1)}}}),He=Z.useMemo(()=>{let e=w?.activityParts;return!_e||!e?[]:e},[_e,w?.activityParts]),Ue=Z.useMemo(()=>{let e=w?.activityGroupSegments;return!_e||!e?[]:e.filter(e=>e.anchorMessageId===t)},[_e,t,w?.activityGroupSegments]),We=Ue.length>0,Ge=Z.useMemo(()=>{let e=new Map,t=new Map;return He.forEach(n=>{e.set(n.part,n);let r=n.part.id;typeof r==`string`&&r.length>0&&t.set(r,n)}),{get:n=>{let r=e.get(n);if(r)return r;let i=n.id;if(typeof i==`string`&&i.length>0)return t.get(i)}}},[He]),Ke=w?.toggleGroup,qe=w?.activityPresentationKind===`compaction`,Je=w?.isGroupExpanded===!0,Ye=_e&&qe&&!Je,Xe=_e?w?.activityOwnerMessageId===t||We:!w?.activityOwnerMessageId||w.activityOwnerMessageId===t||We,Ze=_e&&Xe&&(We||qe)&&!!Ke,Qe=tT(a,V),$e={finish:a,parts:V,streamPhase:xe,error:T,isLastAssistantInTurn:ve},et=aT($e),tt=_e&&oT($e),nt=_e&&!et&&!(qe&&Je),rt=!!T,at=E===`info`?`information`:`error-warning`,st=Be,ct=ve&&be&&!Ye&&(b||!!T||i),lt=w?.diffStats?.hasDiffs===!0,ut=!K&&ve&&Qe&&be&&!Ye&&w?.diffStats?.hasDiffs===!0,dt=me&&st&&!ct&&!_e,ft=Z.useMemo(()=>(0,$.jsx)(KD,{hasCopyableText:Be,isTouchContext:L,onCopyMessage:x,ttsText:W,reviewTransferAction:le,sessionId:e}),[W,Be,L,x,le,e]),pt=Z.useMemo(()=>e=>{if(!me||!_e)return null;let t=Jw(e.part).trim();return t?(0,$.jsx)(KD,{hasCopyableText:!0,isTouchContext:L,onCopyMessage:async()=>(await ot(t)).ok,ttsText:t}):null},[_e,L,me]),mt=Z.useMemo(()=>{if(!dt)return-1;let e=-1;for(let t=0;t<V.length;t+=1){let n=V[t];!n||n.type!==`text`||nt||Ge.get(n)?.kind!==`justification`&&(e=t)}return e},[Ge,nt,dt,V]),ht=dt&&mt<0,gt=Z.useMemo(()=>{let n=[];if(Ze&&Ke&&w){let e=(e,t,r=t)=>{n.push((0,$.jsx)(`div`,{children:(0,$.jsx)(ZE,{parts:t,materializationParts:r,isExpanded:w.isGroupExpanded===!0,collapsedPreviewCount:0,completionDisposition:w.completionDisposition,activityPresentationKind:w.activityPresentationKind,durationMs:w.durationMs,startedAt:w.userMessageCreatedAt,onToggle:Ke,isMobile:u,expandedTools:m,onToggleTool:h,onShowPopup:g,onContentChange:y,streamPhase:xe,showHeader:!0,diffStats:w.diffStats,renderJustificationActions:pt})},`progressive-group-${e}`))};Ue.length>0?Ue.forEach(t=>{let n=C?t.parts:t.parts.filter(e=>e.kind!==`reasoning`);e(t.id,n,t.parts)}):qe&&e(`${t}:compaction-status`,[])}let r=0;for(;r<V.length;){let i=V[r];if(i.type===`text`){let a=Ge.get(i);if(nt){r+=1;continue}if(Ye){r+=1;continue}if(a?.kind===`justification`){r+=1;continue}n.push((0,$.jsx)(`div`,{ref:P,"data-message-text-export-source":`true`,children:(0,$.jsx)(Ow,{part:i,sessionId:e,messageId:t,streamPhase:xe,chatRenderMode:fe,allowSortedFinalStreaming:tt,hasStreamingHapticLifecycle:Ee,onContentChange:y,onShowPopup:g})},`assistant-text-${t}-${i.id??r}`)),dt&&r===mt&&n.push((0,$.jsx)(`div`,{className:u?hD:mD,"data-message-actions":`true`,children:(0,$.jsx)(`div`,{className:bD,"data-message-action-group":`true`,children:ft})},`message-actions-${t}`)),r++;continue}if(i.type===`reasoning`){if(Ge.get(i)?.kind===`reasoning`){r+=1;continue}if(!Jw(i).trim()){r+=1;continue}C&&(pe?n.push((0,$.jsx)(`div`,{className:xp(u),children:(0,$.jsx)(Bw,{part:i,messageId:t,streamPhase:xe,onContentChange:y})},`reasoning-${t}-${i.id??r}`)):n.push((0,$.jsx)(Ow,{part:i,sessionId:e,messageId:t,streamPhase:xe,chatRenderMode:fe,hasStreamingHapticLifecycle:Ee,onContentChange:y,onShowPopup:g},`reasoning-${t}-${i.id??r}`))),r++;continue}if(i.type===`tool`){let e=i,a=e.tool?.toLowerCase()??``;if(_e&&!Xe){r+=1;continue}if(Ge.get(i)?.kind===`tool`){r+=1;continue}if(qS(a)){let e=[],i=r;for(;i<V.length;){let n=V[i];if(n.type!==`tool`)break;let r=n;if(!qS(r.tool?.toLowerCase()??``)||Ge.get(n)?.kind===`tool`)break;e.push({id:r.id,turnId:``,messageId:t,partIndex:i,part:r,kind:`tool`}),i+=1}if(e.length>0){n.push((0,$.jsx)(lE,{activities:e,isMobile:u,isTurnLive:xe!==`completed`,hasFollowingOtherType:aE(V,i,e=>({type:e.type,toolName:e.type===`tool`?e.tool:void 0})),children:e.map(e=>(0,$.jsx)(UE,{toolName:e.part.tool?.toLowerCase()??``,activities:[e],isMobile:u,animateTailText:!1},e.id))},`context-tools-${e[0].id}`)),r=i;continue}}if(JS(a)){let e=uE(V,r,e=>e.type!==`tool`||Ge.get(e)?.kind===`tool`?``:e.tool);if(e.items.length>0){let i=e.items.map((e,n)=>{let i=e;return{id:i.id,turnId:``,messageId:t,partIndex:r+n,part:i,kind:`tool`}});n.push((0,$.jsx)(hE,{activities:i,isMobile:u,children:i.map(e=>(0,$.jsx)(UE,{toolName:e.part.tool?.toLowerCase()??``,activities:[e],isMobile:u,animateTailText:!1},e.id))},`skill-tools-${i[0].id}`)),r=e.end;continue}}if(WS(a)){n.push((0,$.jsx)(`div`,{className:xp(u),children:(0,$.jsx)(cw,{part:e,messageId:t,isExpanded:m.has(e.id),onToggle:h,isMobile:u,alwaysShowActions:R,onContentChange:y,onShowPopup:g,animateTailText:!1})},`tool-${e.id}`)),r++;continue}n.push((0,$.jsx)(`div`,{className:xp(u),children:(0,$.jsx)(UE,{toolName:a,activities:[{id:e.id,turnId:``,messageId:t,partIndex:r,part:e,kind:`tool`}],isMobile:u,animateTailText:!1})},`static-tools-${e.id}`)),r++;continue}r++}return n},[Ge,Ue,R,fe,pe,0,m,Ye,qe,u,Xe,_e,mt,t,ft,pt,e,y,g,h,Ze,dt,xe,Ee,C,nt,tt,Ke,w,V]),_t=Z.useMemo(()=>{if(!ve||!be)return;let e=w?.durationMs;if(!(typeof e!=`number`||e<=0))return UD(e)},[ve,be,w?.durationMs]),vt=Z.useMemo(()=>{let e=typeof o==`number`&&o>0?o:typeof s==`number`&&s>0?s:null;if(e===null)return null;let t=KT(e,ge);return t.length>0?t:null},[o,s,ge,k]),yt=Z.useMemo(()=>{if(!he||!ve||!be)return null;let e=r??n,t=WD(e,l),i=ZT({createdAt:s,completedAt:o,fallbackDurationMs:w?.durationMs,outputTokens:t.output,reasoningTokens:t.reasoning,parts:e});if(i===null)return null;let a=QT(i);return a.length>0?a:null},[he,ve,be,n,r,l,s,o,w?.durationMs]),bt=(0,$.jsxs)($.Fragment,{children:[!K&&!u&&!G&&te?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,variant:`ghost`,size:`icon`,className:gD,"aria-label":O(`chat.messageBody.actions.openPreviewAria`),onPointerDown:e=>e.stopPropagation(),onClick:()=>{let e=oe??(ie?ae(ie):null);e&&ee(e,te)},children:(0,$.jsx)(X,{weight:wD,name:`global`,className:_D})})}),(0,$.jsx)(Pa,{sideOffset:6,children:O(`chat.messageBody.actions.openPreview`)})]}):null,!K&&!se&&j.fork?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsx)(oa,{type:`button`,size:`icon`,variant:`ghost`,className:gD,"aria-label":O(`chat.messageBody.actions.forkAria`),"aria-busy":ue,disabled:ue||!!re,onPointerDown:e=>e.stopPropagation(),onClick:e=>{Ve(e)},children:(0,$.jsx)(X,{weight:wD,name:ue?`loader-4`:`git-branch`,className:Y(_D,ue&&`animate-spin`)})})}),(0,$.jsx)(Pa,{sideOffset:6,children:O(`chat.messageBody.actions.fork`)})]}):null]});return(0,$.jsxs)(`div`,{ref:N,"data-message-text-export-root":`true`,className:Y(`relative w-full group/message`),style:fD,children:[(0,$.jsx)(HT,{containerRef:N}),(0,$.jsxs)(`div`,{children:[(0,$.jsxs)(`div`,{className:`message-content-text leading-relaxed text-foreground/90 [&_p:last-child]:mb-0 [&_ul:last-child]:mb-0 [&_ol:last-child]:mb-0`,children:[gt,rt&&(0,$.jsx)(cs,{children:(0,$.jsxs)(`div`,{className:Y(`group/assistant-text relative flow-root my-1.5 break-words max-w-full`,E===`info`?Y(`inline-flex w-fit max-w-full border border-[var(--status-info-border)]/45 bg-[var(--status-info-background)]/40`,u?`items-start gap-1.5 rounded-lg px-2.5 py-1.5`:Y(`items-center gap-1.5`,`rounded-lg px-2 py-0.5`)):`mt-3 flex items-center gap-2 rounded-lg border border-[var(--status-error-border)] bg-[var(--status-error-background)] p-3`),children:[E===`info`&&u?(0,$.jsx)(`span`,{className:`inline-flex h-5 w-3.5 shrink-0 items-center justify-center translate-y-[2px]`,"aria-hidden":`true`,children:(0,$.jsx)(X,{name:at,weight:wD,className:Y(_D,`text-[var(--status-info)]/80`)})}):(0,$.jsx)(X,{name:at,weight:E===`info`?wD:void 0,className:Y(`shrink-0`,E===`info`?Y(_D,`text-[var(--status-info)]/80`):`h-4 w-4 text-[var(--status-error)]`)}),(0,$.jsx)(`div`,{className:Y(`min-w-0 break-words`,E===`info`?Y(`text-muted-foreground [&_.markdown-content]:text-muted-foreground [&_p]:m-0`,`[&_.markdown-content]:!leading-5`,u?`[&_.markdown-content]:!text-[length:var(--text-meta)]`:`[&_.markdown-content]:!text-[13px]`):`flex-1`),children:(0,$.jsx)(ko,{content:T??``,onShowPopup:g,className:`[&_.markdown-content>*:first-child]:mt-0 [&_.markdown-content>*:last-child]:mb-0`,enableFileReferences:!1})})]})},`assistant-error`)]}),ut&&w?.diffStats?(0,$.jsx)(FD,{fileCount:w.diffStats.files,changedFiles:w.changedFiles,turnId:w.turnId,isLatestTurn:w.isLatestTurn,isMobile:u}):null,(0,$.jsx)(Zu,{files:n,messageID:t,sessionID:e,onShowPopup:g}),ht&&(0,$.jsx)(`div`,{className:Y(u?hD:mD),"data-message-actions":`true`,children:(0,$.jsx)(`div`,{className:bD,"data-message-action-group":`true`,children:ft})}),ct&&(0,$.jsxs)(`div`,{className:z,"data-message-footer":`true`,style:pD,children:[(0,$.jsxs)(`div`,{className:bD,"data-message-action-group":`true`,children:[ft,bt]}),yt||_t||vt?(0,$.jsxs)(`div`,{className:xD,children:[yt?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsxs)(`span`,{className:SD,"aria-label":O(`chat.messageBody.meta.tpsAria`,{rate:yt}),children:[(0,$.jsx)(X,{weight:wD,name:`pulse`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:yt})]})}),(0,$.jsx)(Pa,{children:O(`chat.messageBody.meta.tpsTooltip`)})]}):null,_t?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsxs)(`span`,{className:SD,children:[(0,$.jsx)(X,{weight:wD,name:`hourglass`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:_t})]})}),(0,$.jsx)(Pa,{children:_t})]}):null,vt?(0,$.jsxs)(Fa,{children:[(0,$.jsx)(Na,{asChild:!0,children:(0,$.jsxs)(`span`,{className:SD,"aria-label":`Message time: ${vt}`,children:[(0,$.jsx)(X,{weight:wD,name:`time`,className:CD}),(0,$.jsx)(`span`,{className:`message-footer__label`,children:vt})]})}),(0,$.jsx)(Pa,{children:vt})]}):null]}):null,!K&&ve&&ye&&!lt?(0,$.jsx)(Ww,{activityParts:w?.activityParts}):null]})]})]})}),JD=Z.memo(e=>{let t=(0,Q.c)(28),n,r;if(t[0]===e?(n=t[1],r=t[2]):({isUser:n,...r}=e,t[0]=e,t[1]=n,t[2]=r),n){let e;return t[3]!==r.agentMention||t[4]!==r.alwaysShowActions||t[5]!==r.copiedMessage||t[6]!==r.editStaged||t[7]!==r.editing||t[8]!==r.hasTextContent||t[9]!==r.hasTouchInput||t[10]!==r.isMobile||t[11]!==r.messageCreatedAt||t[12]!==r.messageId||t[13]!==r.onCancelEdit||t[14]!==r.onCopyMessage||t[15]!==r.onEdit||t[16]!==r.onFork||t[17]!==r.onRevert||t[18]!==r.onShowPopup||t[19]!==r.parts||t[20]!==r.pendingMessageAction||t[21]!==r.sessionId||t[22]!==r.sourceParts||t[23]!==r.stickyUserHeaderEnabled||t[24]!==r.userActionsMode?(e=(0,$.jsx)(GD,{sessionId:r.sessionId,messageId:r.messageId,parts:r.parts,sourceParts:r.sourceParts,messageCreatedAt:r.messageCreatedAt,isMobile:r.isMobile,alwaysShowActions:r.alwaysShowActions,hasTouchInput:r.hasTouchInput,hasTextContent:r.hasTextContent,onCopyMessage:r.onCopyMessage,copiedMessage:r.copiedMessage,onShowPopup:r.onShowPopup,agentMention:r.agentMention,onEdit:r.onEdit,onRevert:r.onRevert,onFork:r.onFork,pendingMessageAction:r.pendingMessageAction,editing:r.editing,editStaged:r.editStaged,onCancelEdit:r.onCancelEdit,userActionsMode:r.userActionsMode,stickyUserHeaderEnabled:r.stickyUserHeaderEnabled}),t[3]=r.agentMention,t[4]=r.alwaysShowActions,t[5]=r.copiedMessage,t[6]=r.editStaged,t[7]=r.editing,t[8]=r.hasTextContent,t[9]=r.hasTouchInput,t[10]=r.isMobile,t[11]=r.messageCreatedAt,t[12]=r.messageId,t[13]=r.onCancelEdit,t[14]=r.onCopyMessage,t[15]=r.onEdit,t[16]=r.onFork,t[17]=r.onRevert,t[18]=r.onShowPopup,t[19]=r.parts,t[20]=r.pendingMessageAction,t[21]=r.sessionId,t[22]=r.sourceParts,t[23]=r.stickyUserHeaderEnabled,t[24]=r.userActionsMode,t[25]=e):e=t[25],e}let i;return t[26]===r?i=t[27]:(i=(0,$.jsx)(qD,{...r}),t[26]=r,t[27]=i),i});function YD(e){return e.openContextPanelTab}function XD(e){return e.setCurrentSession}function ZD(e){return e.openContextPanelTab}function QD(e){return!e}function $D(e){return e.openContextPanelTab}function eO(e){return!e}var tO=e=>{let t=e,n=t?.clientRole,r=t?.role;return t?.userMessageMarker===!0||n===`user`||r===`user`||t?.origin===`user`||t?.source===`user`?{role:`user`,isUser:!0}:{role:n||r||`assistant`,isUser:!1}},nO=`Authentication failed for this provider. Please re-authenticate and retry.`,rO=e=>{if(typeof e!=`string`)return!1;let t=e.toLowerCase().trim();if(!t)return!1;if(t.includes(`token refresh failed`)||t.includes(`unauthorized`)||t.includes(`invalid token`)||t.includes(`expired token`))return!0;let n=t.includes(`oauth`),r=t.includes(`failed`)||t.includes(`invalid`)||t.includes(`expired`);if(n&&r)return!0;let i=/\b401\b/.test(t),a=t.includes(`auth`)||t.includes(`token`)||t.includes(`unauthorized`);return i&&a},iO=Mo(()=>Ve(()=>import(`./ToolOutputDialog-D7DqChuM.js`),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45]))),aO=4e3,oO=new Map,sO=new Map,cO=new Set([`bash`,`shell`,`cmd`,`terminal`]),lO=e=>{if(typeof e!=`string`)return``;let t=e.trim().toLowerCase();if(!t)return``;let n=t.replace(/:\d+$/,``);if(!n.includes(`.`))return n;let r=n.split(`.`).filter(Boolean);return r[r.length-1]??n},uO=e=>{let t=oO.get(e);return t?new Set(t):new Set},dO=(e,t)=>{if(oO.size>=aO&&!oO.has(e)){let e=oO.keys().next().value;typeof e==`string`&&oO.delete(e)}oO.set(e,new Set(t))},fO=e=>{let t=sO.get(e);return t?new Set(t):new Set},pO=(e,t)=>{if(sO.size>=aO&&!sO.has(e)){let e=sO.keys().next().value;typeof e==`string`&&sO.delete(e)}sO.set(e,new Set(t))},mO=200,hO=new Map,gO=e=>hO.get(e),_O=(e,t)=>{if(!t.agent&&!t.provider&&!t.model)return;let n=hO.get(e);if(!(n&&n.agent===t.agent&&n.provider===t.provider&&n.model===t.model)){if(hO.size>=mO&&!hO.has(e)){let e=hO.keys().next().value;typeof e==`string`&&hO.delete(e)}hO.set(e,t)}};function vO(e){let t=(0,Q.c)(3),[n,r]=Z.useState(e),i,a;return t[0]===e?(i=t[1],a=t[2]):(i=()=>{e!=null&&r(e)},a=[e],t[0]=e,t[1]=i,t[2]=a),Z.useEffect(i,a),e??n}var yO=(e,t)=>{if(typeof e==`object`&&e)return e[t]},bO=Z.memo(({message:e,previousMessage:t,nextMessage:n,onContentChange:r,animationHandlers:i,turnGroupingContext:a,assistantHeaderMessageId:o,isInActiveTurn:s=!1,activeStreamingPhase:l=null,animateUserOnMount:u=!1,onUserAnimationConsumed:d,reviewTransferDirection:f=null})=>{let{isMobile:p,isTablet:m,hasTouchInput:h}=co(),g=Wm(),_=Gm(g),v=p||m,y=Z.useRef(null),b=J(e=>e.currentSessionId),x=fn(e=>e.getAgentModelForSession),S=fn(e=>e.getSessionModelSelection),C=J(e=>e.revertToMessage),w=J(e=>e.editMessagePreservingChanges),T=J(e=>e.forkFromMessage),E=J(t=>t.messageEditCommitting?.messageId===e.info.id&&t.messageEditCommitting?.sessionId===e.info.sessionID),D=J(t=>t.stagedMessageEdit?.messageId===e.info.id&&t.stagedMessageEdit?.sessionId===e.info.sessionID),O=J(e=>e.clearStagedMessageEdit);je(`ui.chat_message.render`),s&&je(`ui.chat_message.render.streaming`);let k=Zt(e=>e.providers),{showReasoningTraces:A,stickyUserHeader:j,chatRenderMode:M,showExpandedBashTools:N}=c(me(e=>({showReasoningTraces:e.showReasoningTraces,stickyUserHeader:e.stickyUserHeader,chatRenderMode:e.chatRenderMode,showExpandedBashTools:e.showExpandedBashTools})));Z.useEffect(()=>{b&&Rb.getInstance().recordSessionStart(b)},[b]);let[P,F]=Z.useState(null),[I,L]=Z.useState(!1),[R,z]=Z.useState(null),B=Z.useRef(null),[V,H]=Z.useState(()=>uO(e.info.id)),[U,W]=Z.useState(()=>fO(e.info.id)),[ee,G]=Z.useState({open:!1,title:``,content:``});Z.useEffect(()=>{H(uO(e.info.id)),W(fO(e.info.id))},[e.info.id]);let K=Z.useMemo(()=>tO(e.info),[e.info]).isUser,te=K&&(p||!j),ne=K&&!p&&j&&!te,re=e.info.sessionID,ie=zb(e=>e.planModeEnabled),{currentContextAgent:ae,savedSessionAgentSelection:oe}=Ip(me(e=>({currentContextAgent:s&&re?e.currentAgentContext.get(re):void 0,savedSessionAgentSelection:s&&re?e.sessionAgentSelections.get(re):void 0}))),se=Z.useMemo(()=>qw(e.sourceParts??e.parts),[e.parts,e.sourceParts]),ce=Z.useMemo(()=>K?Pn(se,{planModeEnabled:ie}):qw(e.parts),[K,e.parts,ie,se]),le=Z.useMemo(()=>{if(K||!t)return null;let e=yO(t.info,`clientRole`),n=yO(t.info,`role`);if((typeof e==`string`?e:typeof n==`string`?n:void 0)!==`user`)return null;let r=yO(t.info,`mode`),i=yO(t.info,`agent`),a=yO(t.info,`providerID`),o=yO(t.info,`modelID`),s=yO(t.info,`variant`),c=typeof r==`string`&&r.trim().length>0?r:typeof i==`string`&&i.trim().length>0?i:void 0,l=typeof a==`string`&&a.trim().length>0?a:void 0,u=typeof o==`string`&&o.trim().length>0?o:void 0,d=typeof s==`string`&&s.trim().length>0?s:void 0;return!c&&!l&&!u&&!d?null:{agentName:c,providerId:l,modelId:u,variant:d}},[K,t]),ue=Z.useMemo(()=>{if(!ie||K||!t)return!1;let e=Array.isArray(t.parts)?t.parts:[];for(let t=0;t<e.length;t++){let n=e[t];if(n?.type!==`text`||n?.synthetic!==!0)continue;let r=typeof n.text==`string`?n.text.trim():``;if(r.startsWith(`User has requested to enter plan mode`)||r.startsWith(`The plan at `))return!0}return!1},[K,ie,t]),de=Z.useMemo(()=>{if(K)return;let t=e.info.time;if(!(typeof t?.completed==`number`&&t.completed>0)&&ue&&le?.agentName)return le.agentName;let n=yO(e.info,`mode`);if(typeof n==`string`&&n.trim().length>0)return n;let r=yO(e.info,`agent`);if(typeof r==`string`&&r.trim().length>0)return r;if(le?.agentName)return le.agentName;if(re)return ae||(oe??void 0)},[K,e.info,ue,le,re,ae,oe]),fe=K?null:yO(e.info,`providerID`),pe=K?null:yO(e.info,`modelID`),he=Z.useMemo(()=>{if(K||!re)return null;if(le?.providerId&&le?.modelId)return{providerId:le.providerId,modelId:le.modelId};if(de){let e=x(re,de);if(e?.providerId&&e?.modelId)return e}let e=S(re);return e?.providerId&&e?.modelId?e:null},[K,re,de,le,x,S]),ge=Z.useMemo(()=>K?null:typeof fe==`string`&&fe.trim().length>0?fe:he?.providerId??null,[K,fe,he]),_e=Z.useMemo(()=>K?null:typeof pe==`string`&&pe.trim().length>0?pe:he?.modelId??null,[K,pe,he]),ve=e.info.id?gO(e.info.id):void 0;K||_O(e.info.id,{agent:de,provider:ge??void 0,model:_e??void 0});let ye=de??ve?.agent,be=ge??ve?.provider??null,xe=_e??ve?.model??null,Se=Z.useMemo(()=>{if(K)return;let e=be&&k.length>0?k.find(e=>e.id===be):void 0;return Un(e,xe)||void 0},[K,be,xe,k]),Ce=Z.useMemo(()=>{if(K||!ge||!_e)return!1;let e=k.find(e=>e.id===ge);if(!e?.models||!Array.isArray(e.models))return!1;let t=e.models.find(e=>e.id===_e)?.variants;return!!(t&&Object.keys(t).length>0)},[K,_e,ge,k]),we=vO(ye),Te=vO(be??void 0),Ee=vO(xe??void 0),De=vO(Se),Oe=we??void 0,ke=Te??null,Ae=Ee??null,Me=De??void 0,Ne=Z.useMemo(()=>{let t=e.info.time;return typeof t?.completed==`number`?t.completed:null},[e.info.time]),Pe=Z.useMemo(()=>{let t=e.info.time;return typeof t?.created==`number`?t.created:null},[e.info.time]),Fe=Z.useMemo(()=>K?!0:!!(Ne&&Ne>0),[K,Ne]),Ie=Z.useMemo(()=>{let t=e.info.finish;return typeof t==`string`?t:void 0},[e.info]),Le=Z.useMemo(()=>{if(K)return null;let t=e.info.tokens;return!t||typeof t!=`object`?null:{output:typeof t.output==`number`?t.output:void 0,reasoning:typeof t.reasoning==`number`?t.reasoning:void 0}},[K,e.info]),Re=Z.useMemo(()=>Xw(ce,{includeReasoning:A}),[ce,A]),ze=Z.useMemo(()=>K?Re:!Fe&&M===`sorted`?[]:Re,[M,Fe,K,Re]),Be=Z.useMemo(()=>K?[]:Re.filter(e=>e.type===`text`),[K,Re]),Ve=Z.useMemo(()=>K?[]:Re.filter(e=>e.type===`tool`),[K,Re]),He=Z.useMemo(()=>{if(!N)return new Set;let e=new Set;for(let t of Ve){let n=typeof t?.id==`string`?t.id:``;if(!n)continue;let r=lO(t.tool);!r||!cO.has(r)||e.add(n)}for(let t of a?.activityParts??[]){if(t.kind!==`tool`)continue;let n=lO(t.part.tool);!n||!cO.has(n)||e.add(t.id)}return e},[N,Ve,a?.activityParts]),Ue=Z.useMemo(()=>{if(He.size===0&&U.size===0)return V;let e=new Set(V);return He.forEach(t=>{U.has(t)||e.add(t)}),U.forEach(t=>{e.delete(t)}),e},[U,He,V]),We=Z.useMemo(()=>{if(!K)return;let e=ce.find(e=>e.type===`agent`);if(!e)return;let t=e,n=typeof t.name==`string`?t.name:void 0;if(n)return{name:n,token:t.source&&typeof t.source.value==`string`&&t.source.value.trim().length>0?t.source.value:`@${n}`}},[K,ce]),Ge=K&&ze.length===0,Ke=typeof Ie!=`string`,qe=Z.useMemo(()=>K?!1:Be.length===0||Ve.length===0?Ke:!0,[Be.length,Ve.length,Ke,K]),Je=Z.useMemo(()=>!K&&Rb.getInstance().shouldAnimateMessage(e.info,b||e.info.sessionID),[e.info,b,K]),[Ye,Xe]=Z.useState(!1),Ze=Z.useMemo(()=>n?tO(n.info):null,[n]),Qe=!!a,$e=a?.isLastAssistantInTurn??!1,et=a?.isWorking===!0||s,tt=Z.useMemo(()=>K?!1:Qe?!$e:Ze?!Ze.isUser&&Ze.role===`assistant`:!1,[Qe,$e,K,Ze]),nt=Z.useMemo(()=>Fe?`completed`:s?l??`streaming`:`completed`,[l,s,Fe]);Z.useEffect(()=>{!K||!u||d?.(e.info.id)},[u,K,e.info.id,d]),Z.useEffect(()=>{Xe(!1)},[e.info.id]),Z.useEffect(()=>{let t=o??a?.headerMessageId;K||!t||t!==e.info.id||(nt===`streaming`||nt===`cooldown`)&&Xe(!0)},[o,K,e.info.id,nt,a?.headerMessageId]);let rt=Z.useMemo(()=>{if(K)return!0;let t=o??a?.headerMessageId;return t?e.info.id===t?nt===`completed`||Ye||nt===`streaming`||nt===`cooldown`:!1:!0},[o,Ye,K,a,nt,e.info.id]),it=Z.useCallback(e=>{ot(e).then(t=>{t.ok&&(F(e),setTimeout(()=>F(null),2e3))})},[]),at=K?void 0:a?.userMessageVariant??le?.variant,st=!K&&Ce&&typeof at==`string`&&at.trim().length>0?at:void 0,ct=Z.useMemo(()=>{if(K)return;let t=e.info?.error;if(!t)return;let n=typeof t.data?.message==`string`?t.data.message:void 0,r=typeof t.message==`string`?t.message:void 0,i=typeof t.name==`string`?t.name:void 0,a=n||r||i;if(a)return i===`SessionRetry`?{text:`Opencode failed to send a message. Retry attempt info: \n\`${a}\``,variant:`info`}:rO(a)?{text:nO,variant:`error`}:a.trim().toLowerCase()===`aborted`?{text:`The running turn was stopped before OpenCode could send the next message.`,variant:`info`}:{text:`Opencode failed to send message with error:\n\`${a}\``,variant:`error`}},[K,e.info]),lt=ct?.text,ut=ct?.variant,dt=Z.useMemo(()=>{if(K){let e=ze.filter(e=>e.type===`text`).map(e=>{let t=e.shellAction?.output;return typeof t==`string`?t.trim():``}).filter(e=>e.length>0);if(e.length>0)return e.join(`
6577
6577
 
6578
6578
  `);let t=ze.filter(e=>e.type===`text`).map(e=>{let t=e.shellAction?.command;return typeof t==`string`?t.trim():``}).filter(e=>e.length>0);return t.length>0?t.join(`
6579
6579
  `):ze.filter(e=>e.type===`text`).map(e=>(e.text||e.content||``).trim()).filter(e=>e.length>0).join(`