@nextclaw/ui 0.8.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/ChannelsList-DhvjpZcs.js +1 -0
  3. package/dist/assets/ChatPage-B8VBaMQm.js +38 -0
  4. package/dist/assets/{DocBrowser-DDX2HMXW.js → DocBrowser-LpzGe8An.js} +1 -1
  5. package/dist/assets/{LogoBadge-J53F_3JA.js → LogoBadge-Be4lktJN.js} +1 -1
  6. package/dist/assets/{MarketplacePage-0BZ4bza0.js → MarketplacePage-Cx9AI3_h.js} +3 -3
  7. package/dist/assets/{ModelConfig-Wzq9wGHV.js → ModelConfig-DuImUHIX.js} +1 -1
  8. package/dist/assets/ProvidersList-Ccleg25k.js +1 -0
  9. package/dist/assets/{RuntimeConfig-N771_AM6.js → RuntimeConfig-C6iqpJR_.js} +1 -1
  10. package/dist/assets/{SearchConfig-DVt5QVa_.js → SearchConfig-Dvp1TAXu.js} +1 -1
  11. package/dist/assets/{SecretsConfig-CkwauPa8.js → SecretsConfig-D5Ymlvt9.js} +1 -1
  12. package/dist/assets/{SessionsConfig-C3mnHzkZ.js → SessionsConfig-CIA_jA1P.js} +2 -2
  13. package/dist/assets/{chat-message-pxr79GDs.js → chat-message-B60Fh9kI.js} +1 -1
  14. package/dist/assets/index-BiPDnzv0.js +8 -0
  15. package/dist/assets/index-C8GsgIUn.css +1 -0
  16. package/dist/assets/{index-GdpEEKnz.js → index-CPDASUXh.js} +1 -1
  17. package/dist/assets/{label-CmksBHgc.js → label-D4fGx6Wb.js} +1 -1
  18. package/dist/assets/{page-layout-Db0GbnhS.js → page-layout-twy8gmBE.js} +1 -1
  19. package/dist/assets/popover-DYbYpt1j.js +1 -0
  20. package/dist/assets/{security-config-CjLFME5Q.js → security-config-BcIZ4rpb.js} +1 -1
  21. package/dist/assets/skeleton-DypBy7jp.js +1 -0
  22. package/dist/assets/{switch-C24d-UJU.js → switch-DqA6r5XR.js} +1 -1
  23. package/dist/assets/tabs-custom-C6enKKs1.js +1 -0
  24. package/dist/assets/{useConfirmDialog-BeP35LcG.js → useConfirmDialog-CHBf5Of7.js} +1 -1
  25. package/dist/assets/{vendor-psXJBy9u.js → vendor-DKBNiC31.js} +1 -1
  26. package/dist/index.html +3 -3
  27. package/package.json +6 -6
  28. package/src/api/config.ts +9 -38
  29. package/src/api/ncp-session.ts +50 -0
  30. package/src/api/types.ts +1 -0
  31. package/src/components/chat/ChatConversationPanel.test.tsx +65 -0
  32. package/src/components/chat/ChatConversationPanel.tsx +21 -12
  33. package/src/components/chat/ChatSidebar.test.tsx +203 -0
  34. package/src/components/chat/ChatSidebar.tsx +97 -7
  35. package/src/components/chat/adapters/chat-message.adapter.test.ts +132 -82
  36. package/src/components/chat/adapters/chat-message.adapter.ts +27 -9
  37. package/src/components/chat/chat-composer-state.ts +53 -0
  38. package/src/components/chat/chat-page-data.ts +30 -1
  39. package/src/components/chat/chat-page-runtime.test.ts +181 -0
  40. package/src/components/chat/chat-page-runtime.ts +101 -15
  41. package/src/components/chat/chat-session-preference-sync.test.ts +62 -0
  42. package/src/components/chat/chat-session-preference-sync.ts +75 -0
  43. package/src/components/chat/chat-stream/types.ts +3 -0
  44. package/src/components/chat/containers/chat-input-bar.container.tsx +12 -63
  45. package/src/components/chat/containers/chat-message-list.container.tsx +31 -27
  46. package/src/components/chat/legacy/LegacyChatPage.tsx +25 -0
  47. package/src/components/chat/managers/chat-input.manager.ts +48 -13
  48. package/src/components/chat/managers/chat-session-list.manager.test.ts +39 -0
  49. package/src/components/chat/managers/chat-session-list.manager.ts +9 -3
  50. package/src/components/chat/ncp/NcpChatPage.tsx +53 -13
  51. package/src/components/chat/ncp/ncp-chat-input.manager.ts +48 -12
  52. package/src/components/chat/ncp/ncp-chat-page-data.ts +34 -2
  53. package/src/components/chat/ncp/ncp-chat-thread.manager.ts +1 -1
  54. package/src/components/chat/ncp/ncp-session-adapter.test.ts +27 -1
  55. package/src/components/chat/ncp/ncp-session-adapter.ts +20 -0
  56. package/src/components/chat/presenter/chat-presenter-context.tsx +2 -0
  57. package/src/components/chat/stores/chat-input.store.ts +4 -0
  58. package/src/components/chat/stores/chat-thread.store.ts +2 -0
  59. package/src/components/chat/useChatSessionTypeState.test.tsx +58 -0
  60. package/src/components/chat/useChatSessionTypeState.ts +25 -8
  61. package/src/hooks/use-ncp-chat-session-types.ts +11 -0
  62. package/src/hooks/useConfig.ts +2 -4
  63. package/src/hooks/useMarketplace.ts +7 -4
  64. package/src/hooks/useWebSocket.ts +23 -2
  65. package/dist/assets/ChannelsList-DBcoVJRW.js +0 -1
  66. package/dist/assets/ChatPage-CD3cxyyM.js +0 -37
  67. package/dist/assets/ProvidersList-kwzRS8_M.js +0 -1
  68. package/dist/assets/index-BIvFMkN4.js +0 -1
  69. package/dist/assets/index-CzkY1reu.js +0 -8
  70. package/dist/assets/index-RZ0kHHRI.css +0 -1
  71. package/dist/assets/skeleton-CkpQeVWN.js +0 -1
  72. package/dist/assets/tabs-custom-D89bh-fc.js +0 -1
@@ -0,0 +1,38 @@
1
+ var Oa=Object.defineProperty;var Fa=(e,t,n)=>t in e?Oa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var _=(e,t,n)=>Fa(e,typeof t!="symbol"?t+"":t,n);import{r as C,j as h,a2 as za,t as Ba,c as $a,R as Ua,o as Ka,T as mi,I as Ha,C as ar,P as Va,h as yi,V as qa,i as xi,k as Wa,l as lr,m as Ga,S as bi,f as Qa,g as Si,a as Xa,a3 as Ya,B as ur,s as cr,a4 as Ja,a5 as Za,a6 as el,q as tl,a7 as nl,a8 as rl,a9 as ki,aa as vi,ab as wi,ac as sl,ad as il,ae as ol,af as al,ag as ll,ah as ul,O as en,ai as cl,A as dr,N as Br,aj as dl,z as hl,F as fl,D as pl,E as gl,ak as Dn,al as _n,am as On,an as At,M as ml,ao as Ci,ap as yl,aq as xl,ar as bl,J as hr,as as Ii,at as Ti,u as Sl}from"./vendor-DKBNiC31.js";import{u as fr}from"./useConfirmDialog-CHBf5Of7.js";import{i as kl,t as R,u as Mi,a as Ri,j as vl,k as wl,l as Cl,m as Il,c as Te,n as Tl,o as Ml,p as pr,q as Rl,T as $r,L as Ur,r as El,B as nt,I as Ei,s as tn,S as Fn,e as zn,g as Bn,h as wt,v as Al,w as Ll,x as Nl,y as Pl,f as jl,C as Dl,z as _l,A as Kr,E as Ol,F as Fl,G as zl,H as Bl,J as $l,K as Ul,M as Kl,N as Hl,O as Vl,P as ql,Q as Wl}from"./index-BiPDnzv0.js";import{b as Gl,a as Ql,S as Xl,s as Yl,c as Hr,e as Vr}from"./chat-message-B60Fh9kI.js";import{u as Ai,T as Jl,a as Zl,b as eu,c as tu,P as nu,R as ru,d as su,e as iu,C as Li,M as ou}from"./MarketplacePage-Cx9AI3_h.js";import{b as Ni,c as Pi,r as ji}from"./provider-models-D3B_xWXx.js";import{R as au,A as lu,P as uu,C as Di,T as cu,a as du,b as hu,c as fu}from"./popover-DYbYpt1j.js";import{P as pu,a as gu}from"./page-layout-twy8gmBE.js";import"./index-CPDASUXh.js";import"./skeleton-DypBy7jp.js";import"./tabs-custom-C6enKKs1.js";const mu="ncp";function qr(e){if(typeof e!="string")return null;const t=e.trim().toLowerCase();return t==="legacy"||t==="ncp"?t:null}function yu(e){const t=qr(new URLSearchParams(e).get("chatChain"));return t||(qr(void 0)??mu)}function Wr(e){return(e==null?void 0:e.trim().toLowerCase())||"native"}function _t(e,t){const n=t==null?void 0:t.trim();return n?e.some(r=>r.value===n):!1}function gr(e){var a;const{currentSelectedModel:t,modelOptions:n,selectedSessionPreferredModel:r,fallbackPreferredModel:s,defaultModel:i,preferSessionPreferredModel:o=!1}=e;return n.length===0?"":!o&&_t(n,t)?t.trim():_t(n,r)?r.trim():_t(n,s)?s.trim():_t(n,i)?i.trim():((a=n[0])==null?void 0:a.value)??""}function _i(e){var s,i;const t=Wr(e.sessionType);let n=null,r=Number.NEGATIVE_INFINITY;for(const o of e.sessions){if(o.key===e.selectedSessionKey||Wr(o.sessionType)!==t||!((s=o.preferredModel)==null?void 0:s.trim()))continue;const l=Date.parse(o.updatedAt),u=Number.isFinite(l)?l:Number.NEGATIVE_INFINITY;(!n||u>r)&&(n=o,r=u)}return(i=n==null?void 0:n.preferredModel)==null?void 0:i.trim()}function Oi(e){const{modelOptions:t,selectedSessionKey:n,selectedSessionPreferredModel:r,fallbackPreferredModel:s,defaultModel:i,setSelectedModel:o}=e,a=C.useRef(void 0);C.useEffect(()=>{const l=a.current!==n;if(t.length===0){o(""),a.current=n;return}o(u=>gr({currentSelectedModel:u,modelOptions:t,selectedSessionPreferredModel:r,fallbackPreferredModel:s,defaultModel:i,preferSessionPreferredModel:l})),a.current=n},[i,s,t,n,r,o])}function xu(e){var k;const{view:t,selectedSessionKey:n,activeBackendRunId:r,isLocallyRunning:s,resumeRun:i}=e,[o,a]=C.useState(null),l=C.useRef(!1),u=C.useRef(new Map),c=C.useRef(new Map),d=C.useRef(new Map),p=C.useRef(r),f=C.useRef(new Set);C.useEffect(()=>{n&&f.current.add(n)},[n]),C.useEffect(()=>{n&&s&&f.current.delete(n)},[s,n]);const m=kl(t==="chat"?{states:["queued","running"],limit:200,syncActiveStates:!0,isLocallyRunning:s}:void 0),y=C.useMemo(()=>{var w;return Gl(((w=m.data)==null?void 0:w.runs)??[])},[(k=m.data)==null?void 0:k.runs]),b=C.useMemo(()=>{const w=Ql(y);if(o){const T=y.get(o.sessionKey)??null;T&&(!o.runId||T.runId===o.runId)&&w.delete(o.sessionKey)}return w},[y,o]),g=C.useMemo(()=>{if(!n)return null;const w=y.get(n)??null;return(!w||!o||o.sessionKey!==n?!1:!o.runId||w.runId===o.runId)?null:w},[y,n,o]);return C.useEffect(()=>{r&&(p.current=r)},[r]),C.useEffect(()=>{if(t!=="chat"||!n||!g||!f.current.has(n)||s||r===g.runId||u.current.get(n)===g.runId)return;const T=c.current.get(n);if(T&&T===g.runId)return;const E=d.current.get(n);if(typeof E=="number"){const v=Date.parse(g.requestedAt??"");if(Number.isFinite(v)){if(v<=E+2e3)return}else if(Date.now()-E<=8e3)return}u.current.set(n,g.runId),f.current.delete(n),i(g)},[r,g,s,i,n,t]),C.useEffect(()=>{if(!n){u.current.clear(),c.current.clear(),d.current.clear(),f.current.clear();return}y.has(n)||(u.current.delete(n),c.current.delete(n),d.current.delete(n))},[y,n]),C.useEffect(()=>{var T,E,v;const w=l.current;if(l.current=s,!s&&w&&n){const O=((T=p.current)==null?void 0:T.trim())||((v=(E=y.get(n))==null?void 0:E.runId)==null?void 0:v.trim());O&&c.current.set(n,O),d.current.set(n,Date.now()),a({sessionKey:n,...O?{runId:O}:{}}),m.refetch()}},[y,s,n,m]),C.useEffect(()=>{if(!o)return;const w=y.get(o.sessionKey)??null;if(!w){a(null);return}o.runId&&w.runId!==o.runId&&a(null)},[y,o]),C.useEffect(()=>{s&&(o==null?void 0:o.sessionKey)===n&&a(null)},[s,n,o]),{sessionRunStatusByKey:b}}const Ae="native";function He(e){return typeof e!="string"?Ae:e.trim().toLowerCase()||Ae}function dt(e,t){return e==="native"?R("chatSessionTypeNative"):e.trim().split(/[-_]+/g).filter(Boolean).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")||e}function bu(e){var n;const t=new Map;for(const r of e){const s=He(r.value);t.set(s,{value:s,label:((n=r.label)==null?void 0:n.trim())||dt(s)})}return t.has(Ae)||t.set(Ae,{value:Ae,label:dt(Ae)}),Array.from(t.values()).sort((r,s)=>r.value===Ae?-1:s.value===Ae?1:r.value.localeCompare(s.value))}function Fi(e){const{selectedSession:t,selectedSessionKey:n,pendingSessionType:r,setPendingSessionType:s,sessionTypesData:i}=e,o=C.useMemo(()=>bu((i==null?void 0:i.options)??[]),[i==null?void 0:i.options]),a=C.useMemo(()=>{const y=[...o],b=He(t==null?void 0:t.sessionType);return y.some(g=>g.value===b)||y.push({value:b,label:dt(b)}),y.sort((g,k)=>g.value===Ae?-1:k.value===Ae?1:g.value.localeCompare(k.value))},[o,t==null?void 0:t.sessionType]),l=C.useMemo(()=>He((i==null?void 0:i.defaultType)??Ae),[i==null?void 0:i.defaultType]),u=C.useRef(null),c=C.useMemo(()=>He((t==null?void 0:t.sessionType)??r??l),[l,r,t==null?void 0:t.sessionType]);C.useEffect(()=>{if(n)return;const y=typeof r=="string"?r.trim():"",b=He(r);(y.length===0||u.current===b||u.current===null&&b===Ae)&&(u.current=l,b!==l&&s(l))},[l,r,n,s]);const d=!n||!!(t!=null&&t.sessionTypeMutable),p=C.useMemo(()=>new Set(o.map(y=>y.value)),[o]),f=!!(t&&!p.has(He(t.sessionType))),m=f?`${dt(c)} ${R("chatSessionTypeUnavailableSuffix")}`:null;return{sessionTypeOptions:a,defaultSessionType:l,selectedSessionType:c,canEditSessionType:d,sessionTypeUnavailable:f,sessionTypeUnavailableMessage:m}}const Su=new Set(["off","minimal","low","medium","high","adaptive","xhigh"]);function ku(e){if(typeof e!="string")return null;const t=e.trim().toLowerCase();return t&&Su.has(t)?t:null}function vu(e){var k,w,T,E,v,O;const t=Mi(),n=Ri(),r=vl({q:e.query.trim()||void 0,limit:120,activeMinutes:0}),s=Ai("skill"),i=wl({sessionKey:e.selectedSessionKey,agentId:e.selectedAgentId}),o=Cl(e.selectedSessionKey,300),a=Il(),l=(t.isFetched||t.isSuccess)&&(n.isFetched||n.isSuccess),u=C.useMemo(()=>{const D=Ni({meta:n.data,config:t.data,onlyConfigured:!0}),z=new Set,I=[];for(const L of D)for(const j of L.models){const $=Pi(L.prefix,j);!$||z.has($)||(z.add($),I.push({value:$,modelLabel:j,providerLabel:L.displayName,thinkingCapability:ji(L.modelThinking,j,L.aliases)}))}return I.sort((L,j)=>{const $=L.providerLabel.localeCompare(j.providerLabel);return $!==0?$:L.modelLabel.localeCompare(j.modelLabel)})},[n.data,t.data]),c=C.useMemo(()=>{var D;return((D=r.data)==null?void 0:D.sessions)??[]},[(k=r.data)==null?void 0:k.sessions]),d=C.useMemo(()=>{var D;return((D=s.data)==null?void 0:D.records)??[]},[(w=s.data)==null?void 0:w.records]),p=C.useMemo(()=>c.find(D=>D.key===e.selectedSessionKey)??null,[e.selectedSessionKey,c]),f=Fi({selectedSession:p,selectedSessionKey:e.selectedSessionKey,pendingSessionType:e.pendingSessionType,setPendingSessionType:e.setPendingSessionType,sessionTypesData:a.data}),m=C.useMemo(()=>_i({sessions:c,selectedSessionKey:e.selectedSessionKey,sessionType:f.selectedSessionType}),[e.selectedSessionKey,f.selectedSessionType,c]);Oi({modelOptions:u,selectedSessionKey:e.selectedSessionKey,selectedSessionPreferredModel:p==null?void 0:p.preferredModel,fallbackPreferredModel:m,defaultModel:(T=t.data)==null?void 0:T.agents.defaults.model,setSelectedModel:e.setSelectedModel});const y=C.useMemo(()=>{var D;return gr({currentSelectedModel:"",modelOptions:u,selectedSessionPreferredModel:p==null?void 0:p.preferredModel,fallbackPreferredModel:m,defaultModel:(D=t.data)==null?void 0:D.agents.defaults.model,preferSessionPreferredModel:!0})},[(E=t.data)==null?void 0:E.agents.defaults.model,u,m,p==null?void 0:p.preferredModel]),b=C.useMemo(()=>{var D;return((D=o.data)==null?void 0:D.messages)??[]},[(v=o.data)==null?void 0:v.messages]),g=C.useMemo(()=>{var I;if(!e.selectedSessionKey)return null;const D=(I=o.data)==null?void 0:I.metadata;if(!D||typeof D!="object")return null;const z=[D.preferred_thinking,D.thinking,D.thinking_level,D.thinkingLevel];for(const L of z){const j=ku(L);if(j)return j}return null},[(O=o.data)==null?void 0:O.metadata,e.selectedSessionKey]);return{configQuery:t,configMetaQuery:n,sessionsQuery:r,installedSkillsQuery:s,chatCapabilitiesQuery:i,historyQuery:o,sessionTypesQuery:a,isProviderStateResolved:l,modelOptions:u,sessions:c,skillRecords:d,selectedSession:p,hydratedSessionModel:y,historyMessages:b,selectedSessionThinkingLevel:g,...f}}function zi(e){if(e.label&&e.label.trim())return e.label.trim();const t=e.key.split(":");return t[t.length-1]||e.key}const wu={connected:{dotClass:"bg-emerald-500"},disconnected:{dotClass:"h-2.5 w-2.5 rounded-full border border-gray-400 bg-transparent"},connecting:{dotClass:"text-amber-600"}};function Cu({status:e,className:t}){const n=wu[e],r=e==="connected"?R("connected"):e==="disconnected"?R("disconnected"):R("connecting");return h.jsx(Jl,{delayDuration:250,children:h.jsxs(Zl,{children:[h.jsx(eu,{asChild:!0,children:h.jsx("span",{role:"status","aria-label":r,className:Te("inline-flex h-5 w-5 items-center justify-center",t),children:e==="connecting"?h.jsx(za,{className:Te("h-3 w-3 animate-spin",n.dotClass)}):h.jsx("span",{className:Te(e==="connected"?"h-2 w-2 rounded-full":"",n.dotClass)})})}),h.jsx(tu,{side:"bottom",className:"text-xs",children:r})]})})}const Bi=C.createContext(null);function $i({presenter:e,children:t}){return h.jsx(Bi.Provider,{value:e,children:t})}function mr(){const e=C.useContext(Bi);if(!e)throw new Error("usePresenter must be used inside ChatPresenterProvider");return e}const Iu=e=>`[data-item-index="${e}"]`;function Ui(e){const t=e.getItemSelector??Iu;C.useEffect(()=>{if(!e.isEnabled||e.itemCount===0)return;const n=e.containerRef.current;if(!n)return;const r=n.querySelector(t(e.activeIndex));r==null||r.scrollIntoView({block:"nearest",inline:"nearest"})},[t,e.activeIndex,e.containerRef,e.isEnabled,e.itemCount])}function Tu(){const e=C.useRef(null),[t,n]=C.useState(null);return C.useEffect(()=>{const r=e.current;if(!r||typeof ResizeObserver>"u")return;const s=()=>{n(r.getBoundingClientRect().width)};s();const i=new ResizeObserver(()=>s());return i.observe(r),()=>i.disconnect()},[]),{elementRef:e,width:t}}function ue(...e){return Ba($a(e))}const Ki=C.forwardRef(({className:e,type:t,...n},r)=>h.jsx("input",{type:t,className:ue("flex h-9 w-full rounded-xl border border-gray-200/80 bg-white px-3.5 py-2 text-sm text-gray-900 file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-gray-300 placeholder:font-normal focus:outline-none focus:ring-1 focus:ring-primary/40 focus:border-primary/40 transition-colors disabled:cursor-not-allowed disabled:opacity-50",e),ref:r,...n}));Ki.displayName="ChatInput";const Mu=au,Ru=cu,Eu=lu,Hi=C.forwardRef(({className:e,sideOffset:t=8,align:n="start",...r},s)=>h.jsx(uu,{children:h.jsx(Di,{ref:s,sideOffset:t,align:n,className:ue("z-[var(--z-popover,50)] w-72 overflow-hidden rounded-2xl border border-gray-200/50 bg-white p-4 shadow-lg animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...r})}));Hi.displayName=Di.displayName;const Au=Ua,Lu=Ka,Vi=C.forwardRef(({className:e,children:t,...n},r)=>h.jsxs(mi,{ref:r,className:ue("flex h-9 w-full items-center justify-between whitespace-nowrap rounded-xl border border-gray-200/80 bg-white px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-primary/40 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",e),...n,children:[t,h.jsx(Ha,{asChild:!0,children:h.jsx(ar,{className:"h-4 w-4 opacity-50"})})]}));Vi.displayName=mi.displayName;const qi=C.forwardRef(({className:e,...t},n)=>h.jsx(bi,{ref:n,className:ue("flex cursor-default items-center justify-center py-1",e),...t,children:h.jsx(Qa,{className:"h-4 w-4"})}));qi.displayName=bi.displayName;const Wi=C.forwardRef(({className:e,...t},n)=>h.jsx(Si,{ref:n,className:ue("flex cursor-default items-center justify-center py-1",e),...t,children:h.jsx(ar,{className:"h-4 w-4"})}));Wi.displayName=Si.displayName;const Gi=C.forwardRef(({className:e,children:t,position:n="popper",...r},s)=>h.jsx(Va,{children:h.jsxs(yi,{ref:s,className:ue("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md bg-white text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",n==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:n,...r,children:[h.jsx(qi,{}),h.jsx(qa,{className:ue("p-1",n==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),children:t}),h.jsx(Wi,{})]})}));Gi.displayName=yi.displayName;const Qi=C.forwardRef(({className:e,children:t,...n},r)=>h.jsxs(xi,{ref:r,className:ue("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-gray-100 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 hover:bg-gray-100",e),...n,children:[h.jsx("span",{className:"absolute right-2 flex h-3.5 w-3.5 items-center justify-center",children:h.jsx(Wa,{children:h.jsx(lr,{className:"h-4 w-4"})})}),h.jsx(Ga,{children:t})]}));Qi.displayName=xi.displayName;const Nu=nu,Pu=ru,ju=su,Xi=C.forwardRef(({className:e,sideOffset:t=4,...n},r)=>h.jsx(iu,{children:h.jsx(Li,{ref:r,sideOffset:t,className:ue("z-[var(--z-tooltip)] overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...n})}));Xi.displayName=Li.displayName;const Lt={Popover:Mu,PopoverAnchor:Eu,PopoverContent:Hi,PopoverTrigger:Ru,Input:Ki,Select:Au,SelectContent:Gi,SelectItem:Qi,SelectTrigger:Vi,SelectValue:Lu,Tooltip:Pu,TooltipContent:Xi,TooltipProvider:Nu,TooltipTrigger:ju},Du=680,_u=.82,Ou=560;function Fu(e){const{Popover:t,PopoverAnchor:n,PopoverContent:r}=Lt,{elementRef:s,width:i}=Tu(),o=C.useRef(null),{isOpen:a,isLoading:l,items:u,activeIndex:c,activeItem:d,texts:p,onSelectItem:f,onOpenChange:m,onSetActiveIndex:y}=e,b=C.useMemo(()=>{if(i)return Math.min(i>Ou?i*_u:i,Du)},[i]);return Ui({containerRef:o,activeIndex:c,itemCount:u.length,isEnabled:a&&!l,getItemSelector:g=>`[data-slash-index="${g}"]`}),h.jsxs(t,{open:a,onOpenChange:m,children:[h.jsx(n,{asChild:!0,children:h.jsx("div",{ref:s,className:"pointer-events-none absolute bottom-full left-3 right-3 h-0"})}),h.jsx(r,{side:"top",align:"start",sideOffset:10,className:"z-[70] max-w-[calc(100vw-1.5rem)] overflow-hidden rounded-2xl border border-gray-200 bg-white/95 p-0 shadow-2xl backdrop-blur-md",onOpenAutoFocus:g=>g.preventDefault(),style:b?{width:`${b}px`}:void 0,children:h.jsxs("div",{className:"grid min-h-[240px] grid-cols-[minmax(220px,300px)_minmax(0,1fr)]",children:[h.jsx("div",{ref:o,role:"listbox","aria-label":p.slashSectionLabel,className:"custom-scrollbar max-h-[320px] overflow-y-auto border-r border-gray-200 p-2.5",children:l?h.jsx("div",{className:"p-2 text-xs text-gray-500",children:p.slashLoadingLabel}):h.jsxs(h.Fragment,{children:[h.jsx("div",{className:"mb-2 px-2 text-[11px] font-semibold uppercase tracking-wide text-gray-500",children:p.slashSectionLabel}),u.length===0?h.jsx("div",{className:"px-2 text-xs text-gray-400",children:p.slashEmptyLabel}):h.jsx("div",{className:"space-y-1",children:u.map((g,k)=>{const w=k===c;return h.jsxs("button",{type:"button",role:"option","aria-selected":w,"data-slash-index":k,onMouseEnter:()=>y(k),onClick:()=>f(g),className:`flex w-full items-start gap-2 rounded-lg px-2 py-1.5 text-left transition ${w?"bg-gray-100 text-gray-900":"text-gray-700 hover:bg-gray-50"}`,children:[h.jsx("span",{className:"truncate text-xs font-semibold",children:g.title}),h.jsx("span",{className:"truncate text-xs text-gray-500",children:g.subtitle})]},g.key)})})]})}),h.jsx("div",{className:"max-w-[320px] p-3.5",children:d?h.jsxs("div",{className:"space-y-3",children:[h.jsxs("div",{className:"flex items-center gap-2",children:[h.jsx("span",{className:"inline-flex rounded-full bg-primary/10 px-2 py-0.5 text-[11px] font-semibold text-primary",children:d.subtitle}),h.jsx("span",{className:"text-sm font-semibold text-gray-900",children:d.title})]}),h.jsx("p",{className:"text-xs leading-5 text-gray-600",children:d.description}),h.jsx("div",{className:"space-y-1",children:d.detailLines.map(g=>h.jsx("div",{className:"rounded-md bg-gray-50 px-2 py-1 text-[11px] text-gray-600",children:g},g))}),h.jsx("div",{className:"pt-1 text-[11px] text-gray-500",children:p.slashSkillHintLabel})]}):h.jsx("div",{className:"text-xs text-gray-500",children:p.slashHintLabel})})]})})]})}const zu=Xa("inline-flex items-center justify-center whitespace-nowrap rounded-full text-sm font-medium ring-offset-background transition-all duration-fast focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary-600 active:bg-primary-700 shadow-sm",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-gray-200 bg-white hover:bg-gray-50 hover:text-gray-800 text-gray-600",secondary:"bg-gray-100 text-gray-700 hover:bg-gray-200/80",ghost:"hover:bg-gray-100/80 hover:text-gray-800",link:"text-primary underline-offset-4 hover:underline",primary:"bg-primary text-primary-foreground hover:bg-primary-600 active:bg-primary-700 shadow-sm",subtle:"bg-gray-100 text-gray-600 hover:bg-gray-200/80","primary-outline":"border border-primary/30 text-primary hover:bg-primary hover:text-primary-foreground"},size:{default:"h-9 px-4 py-2",sm:"h-8 px-3 text-xs",lg:"h-11 px-5 text-[14px]",xl:"h-12 px-6 text-[15px]",icon:"h-9 w-9"}},defaultVariants:{variant:"default",size:"default"}}),Vt=C.forwardRef(({className:e,variant:t,size:n,...r},s)=>h.jsx("button",{className:ue(zu({variant:t,size:n,className:e})),ref:s,...r}));Vt.displayName="ChatButton";function Gr(){return h.jsx("span",{"aria-hidden":"true","data-testid":"chat-stop-icon",className:"block h-3 w-3 rounded-[2px] bg-gray-700 shadow-[inset_0_0_0_1px_rgba(17,24,39,0.06)]"})}function Bu(e){var i;const{Tooltip:t,TooltipContent:n,TooltipProvider:r,TooltipTrigger:s}=Lt;return h.jsxs("div",{className:"flex flex-col items-end gap-1",children:[(i=e.sendError)!=null&&i.trim()?h.jsx("div",{className:"max-w-[420px] text-right text-[11px] text-red-600",children:e.sendError}):null,h.jsx("div",{className:"flex items-center gap-2",children:e.isSending?e.canStopGeneration?h.jsx(Vt,{size:"icon",variant:"outline",className:"h-8 w-8 rounded-full","aria-label":e.stopButtonLabel,onClick:()=>void e.onStop(),disabled:e.stopDisabled,children:h.jsx(Gr,{})}):h.jsx(r,{children:h.jsxs(t,{children:[h.jsx(s,{asChild:!0,children:h.jsx("span",{children:h.jsx(Vt,{size:"icon",variant:"outline",className:"h-8 w-8 rounded-full","aria-label":e.stopButtonLabel,disabled:!0,children:h.jsx(Gr,{})})})}),h.jsx(n,{side:"top",children:h.jsx("p",{className:"text-xs",children:e.stopHint})})]})}):h.jsx(Vt,{size:"icon",className:"h-8 w-8 rounded-full","aria-label":e.sendButtonLabel,onClick:()=>void e.onSend(),disabled:e.sendDisabled,children:h.jsx(Ya,{className:"h-5 w-5"})})})]})}function $u(e,t){const n=t.trim().toLowerCase();return n?e.filter(r=>[r.label,r.key,r.description].filter(i=>typeof i=="string"&&i.trim().length>0).join(" ").toLowerCase().includes(n)):e}function Uu(e){const{Input:t,Popover:n,PopoverContent:r,PopoverTrigger:s}=Lt,{picker:i}=e,o=C.useRef(null),a=C.useId(),[l,u]=C.useState(""),[c,d]=C.useState(0),p=C.useMemo(()=>new Set(i.selectedKeys),[i.selectedKeys]),f=i.selectedKeys.length,m=C.useMemo(()=>$u(i.options,l),[i.options,l]);C.useEffect(()=>{d(0)},[l]),C.useEffect(()=>{d(g=>m.length===0?0:Math.min(g,m.length-1))},[m.length]),Ui({containerRef:o,activeIndex:c,itemCount:m.length,isEnabled:m.length>0,getItemSelector:g=>`[data-skill-index="${g}"]`});const y=g=>{if(p.has(g)){i.onSelectedKeysChange(i.selectedKeys.filter(k=>k!==g));return}i.onSelectedKeysChange([...i.selectedKeys,g])},b=g=>{if(m.length!==0){if(g.key==="ArrowDown"){g.preventDefault(),d(k=>Math.min(k+1,m.length-1));return}if(g.key==="ArrowUp"){g.preventDefault(),d(k=>Math.max(k-1,0));return}if(g.key==="Enter"){g.preventDefault();const k=m[c];k&&y(k.key)}}};return h.jsxs(n,{children:[h.jsx(s,{asChild:!0,children:h.jsxs("button",{type:"button","aria-haspopup":"listbox",className:"inline-flex items-center gap-1.5 rounded-lg px-3 py-1.5 text-xs font-medium text-gray-600 transition-colors hover:bg-gray-100 hover:text-gray-900",children:[h.jsx(ur,{className:"h-4 w-4"}),h.jsx("span",{children:i.title}),f>0?h.jsx("span",{className:"ml-0.5 flex h-[18px] min-w-[18px] items-center justify-center rounded-full bg-primary/10 text-[10px] font-semibold text-primary",children:f}):null]})}),h.jsxs(r,{side:"top",align:"start",className:"w-[360px] p-0",children:[h.jsxs("div",{className:"space-y-2 border-b border-gray-100 px-4 py-3",children:[h.jsx("div",{className:"text-sm font-semibold text-gray-900",children:i.title}),h.jsxs("div",{className:"relative",children:[h.jsx(cr,{className:"pointer-events-none absolute left-3 top-2.5 h-3.5 w-3.5 text-gray-400"}),h.jsx(t,{value:l,onChange:g=>u(g.target.value),onKeyDown:b,placeholder:i.searchPlaceholder,role:"combobox","aria-controls":a,"aria-expanded":"true","aria-autocomplete":"list","aria-activedescendant":m[c]?`${a}-option-${c}`:void 0,className:"h-8 rounded-lg pl-8 text-xs"})]})]}),h.jsx("div",{ref:o,id:a,role:"listbox","aria-multiselectable":"true",className:"custom-scrollbar max-h-[320px] overflow-y-auto",children:i.isLoading?h.jsx("div",{className:"p-4 text-xs text-gray-500",children:i.loadingLabel}):m.length===0?h.jsx("div",{className:"p-4 text-center text-xs text-gray-500",children:i.emptyLabel}):h.jsx("div",{className:"py-1",children:m.map((g,k)=>{const w=p.has(g.key),T=k===c;return h.jsxs("button",{type:"button",id:`${a}-option-${k}`,role:"option","aria-selected":w,"data-skill-index":k,onClick:()=>y(g.key),onMouseEnter:()=>d(k),className:`flex w-full items-center gap-3 px-4 py-2.5 text-left transition-colors ${T?"bg-gray-50":"hover:bg-gray-50"}`,children:[h.jsx("div",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-gray-100 text-gray-500",children:h.jsx(Ja,{className:"h-4 w-4"})}),h.jsxs("div",{className:"min-w-0 flex-1",children:[h.jsxs("div",{className:"flex items-center gap-1.5",children:[h.jsx("span",{className:"truncate text-sm text-gray-900",children:g.label}),g.badgeLabel?h.jsx("span",{className:"shrink-0 rounded-full bg-primary/10 px-1.5 py-0.5 text-[10px] font-medium text-primary",children:g.badgeLabel}):null]}),h.jsx("div",{className:"mt-0.5 truncate text-xs text-gray-500",children:g.description||g.key})]}),h.jsx("div",{className:"ml-3 shrink-0",children:h.jsx("span",{className:w?"inline-flex h-5 w-5 items-center justify-center rounded-full bg-primary text-white":"inline-flex h-5 w-5 items-center justify-center rounded-full border border-gray-300 bg-white",children:w?h.jsx(lr,{className:"h-3 w-3"}):null})})]},g.key)})})}),i.manageHref&&i.manageLabel?h.jsx("div",{className:"border-t border-gray-100 px-4 py-2.5",children:h.jsxs("a",{href:i.manageHref,className:"inline-flex items-center gap-1.5 text-xs font-medium text-primary transition-colors hover:text-primary/80",children:[i.manageLabel,h.jsx(Za,{className:"h-3 w-3"})]})}):null]})]})}function Yi({icon:e}){return e==="sparkles"?h.jsx(tl,{className:"h-3.5 w-3.5 shrink-0 text-primary"}):e==="brain"?h.jsx(nl,{className:"h-3.5 w-3.5 shrink-0 text-gray-500"}):null}function Ku({icon:e}){return e==="paperclip"?h.jsx(el,{className:"h-4 w-4"}):h.jsx(Yi,{icon:e})}function Hu(e){return e==="model"?"min-w-[220px]":e==="session-type"?"min-w-[140px]":e==="thinking"?"min-w-[150px]":""}function Vu(e){return e==="model"?"w-[320px]":e==="session-type"?"w-[220px]":e==="thinking"?"w-[180px]":""}function qu({item:e}){const{Select:t,SelectContent:n,SelectItem:r,SelectTrigger:s,SelectValue:i}=Lt;return h.jsxs(t,{value:e.value,onValueChange:e.onValueChange,disabled:e.disabled,children:[h.jsx(s,{className:`h-8 w-auto rounded-lg border-0 bg-transparent px-3 text-xs font-medium text-gray-600 shadow-none hover:bg-gray-100 focus:ring-0 ${Hu(e.key)}`,children:e.selectedLabel?h.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-left",children:[h.jsx(Yi,{icon:e.icon}),h.jsx("span",{className:"truncate text-xs font-semibold text-gray-700",children:e.selectedLabel})]}):e.loading?h.jsx("div",{className:"h-3 w-24 animate-pulse rounded bg-gray-200"}):h.jsx(i,{placeholder:e.placeholder})}),h.jsxs(n,{className:Vu(e.key),children:[e.options.length===0?e.loading?h.jsxs("div",{className:"space-y-2 px-3 py-2",children:[h.jsx("div",{className:"h-3 w-36 animate-pulse rounded bg-gray-200"}),h.jsx("div",{className:"h-3 w-28 animate-pulse rounded bg-gray-200"}),h.jsx("div",{className:"h-3 w-32 animate-pulse rounded bg-gray-200"})]}):e.emptyLabel?h.jsx("div",{className:"px-3 py-2 text-xs text-gray-500",children:e.emptyLabel}):null:null,e.options.map(o=>h.jsx(r,{value:o.value,className:"py-2",children:o.description?h.jsxs("div",{className:"flex min-w-0 flex-col gap-0.5",children:[h.jsx("span",{className:"truncate text-xs font-semibold text-gray-800",children:o.label}),h.jsx("span",{className:"truncate text-[11px] text-gray-500",children:o.description})]}):h.jsx("span",{className:"truncate text-xs font-semibold text-gray-800",children:o.label})},o.value))]})]})}function Wu(e){var i;const{Tooltip:t,TooltipContent:n,TooltipProvider:r,TooltipTrigger:s}=Lt;return h.jsxs("div",{className:"flex items-center justify-between px-3 pb-3",children:[h.jsxs("div",{className:"flex items-center gap-1",children:[e.skillPicker?h.jsx(Uu,{picker:e.skillPicker}):null,e.selects.map(o=>h.jsx(qu,{item:o},o.key)),(i=e.accessories)==null?void 0:i.map(o=>{const a=h.jsxs("button",{type:"button",className:`inline-flex items-center rounded-lg py-1.5 text-xs font-medium text-gray-600 transition-colors hover:bg-gray-100 hover:text-gray-900 disabled:cursor-not-allowed disabled:text-gray-400 ${o.iconOnly?"h-8 w-8 justify-center px-0":"gap-1.5 px-3"}`,onClick:o.onClick,disabled:o.disabled,"aria-label":o.label,children:[h.jsx(Ku,{icon:o.icon}),o.iconOnly?null:h.jsx("span",{children:o.label})]});if(!o.tooltip)return h.jsx("div",{children:a},o.key);const l=o.disabled?h.jsx("span",{className:"inline-flex",children:a}):a;return h.jsx(r,{children:h.jsxs(t,{children:[h.jsx(s,{asChild:!0,children:l}),h.jsx(n,{side:"top",children:h.jsx("p",{className:"text-xs",children:o.tooltip})})]})},o.key)})]}),h.jsx(Bu,{...e.actions})]})}const Gu="";function Ji(){return`composer-${Math.random().toString(36).slice(2,10)}`}function Mt(e=""){return{id:Ji(),type:"text",text:e}}function yr(e){return{id:Ji(),type:"token",tokenKind:e.tokenKind,tokenKey:e.tokenKey,label:e.label}}function Nt(e){return e.type==="text"?e.text.length:1}function xr(){return[Mt("")]}function Qu(e){return[Mt(e)]}function ht(e){const t=[];for(const n of e){if(n.type==="text"){if(n.text.length===0)continue;const r=t[t.length-1];if((r==null?void 0:r.type)==="text"){t[t.length-1]={...r,text:r.text+n.text};continue}}t.push(n)}return t.length===0?xr():t}function Xu(e){return e.map(t=>t.type==="text"?t.text:Gu).join("")}function Yu(e){return e.filter(t=>t.type==="text").map(t=>t.text).join("")}function br(e,t){const n=[],r=new Set;for(const s of e)s.type!=="token"||s.tokenKind!==t||r.has(s.tokenKey)||(r.add(s.tokenKey),n.push(s.tokenKey));return n}function Ju(e,t,n,r){const s=Math.max(0,n-t),i=Math.max(0,t+e.text.length-r),o=[];return s>0&&o.push({...e,text:e.text.slice(0,s)}),i>0&&o.push({...e,text:e.text.slice(e.text.length-i)}),o}function Zu(e,t,n,r){return t<=n||e>=r}function ec(e,t,n,r,s){return!n&&r>=s?(e.push(...t),!0):n}function tc(e,t,n,r,s,i,o){const a=Ju(t,n,r,s);a[0]&&e.push(a[0]);let l=o;return l||(e.push(...i),l=!0),a[1]&&e.push(a[1]),l}function nc(e,t,n,r,s,i){return!r&&s<=i?(e.push(...n),!0):(e.push(t),r)}function cn(e,t,n,r){const s=Math.max(0,t),i=Math.max(s,n),o=[];let a=0,l=!1;for(const u of e){const c=Nt(u),d=a,p=a+c;if(Zu(d,p,s,i)){l=ec(o,r,l,d,i),o.push(u),a=p;continue}u.type==="text"?l=tc(o,u,d,s,i,r,l):l=nc(o,u,r,l,s,d),a=p}return l||o.push(...r),ht(o)}function Zi(e,t){return ht(e.filter(n=>n.type!=="token"||!t(n)))}function rc(e,t){if(!t||t.start!==t.end)return null;const n=Xu(e),r=t.end,s=n.slice(0,r),i=/(?:^|\s)\/([^\s\uFFFC]*)$/.exec(s);if(!i)return null;const o=r-i[0].length+(i[0].startsWith("/")?0:1);return{query:(i[1]??"").trim().toLowerCase(),start:o,end:r}}function sc(e,t,n){return e?e.start<n&&e.end>t:!1}function eo(e){const t=new Map;let n=0;for(const r of e)t.set(r.id,n),n+=Nt(r);return t}function to(e,t){let n=t;for(;n&&n.parentNode!==e;)n=n.parentNode;return n?Array.prototype.indexOf.call(e.childNodes,n):e.childNodes.length}function ic(e,t,n){if(e instanceof HTMLElement){const r=e.dataset.composerNodeId;if(r)return n.find(s=>s.id===r)}return n[t]}function no(e,t,n){let r=0;for(let s=0;s<n;s+=1){const i=ic(e.childNodes[s],s,t);i&&(r+=Nt(i))}return r}function oc(e,t,n,r){var a;const s=to(e,t),i=no(e,r,s),o=r[s];return(o==null?void 0:o.type)==="text"?i+Math.min(n,o.text.length):i+Math.min(n,((a=t.textContent)==null?void 0:a.length)??0)}function ac(e,t,n,r,s){return n.type==="text"?e.nodeType===Node.TEXT_NODE?r+Math.min(t,n.text.length):e===s?r+(t>0?n.text.length:0):r+n.text.length:e===s?r+(t>0?1:0):r+1}function $n(e,t,n,r,s){var u;if(t===e)return no(e,r,n);if(t.nodeType===Node.TEXT_NODE&&t.parentNode===e)return oc(e,t,n,r);const i=t instanceof HTMLElement?t.closest("[data-composer-node-id]"):((u=t.parentElement)==null?void 0:u.closest("[data-composer-node-id]"))??null;if(!(i instanceof HTMLElement)){const c=to(e,t);return $n(e,e,c,r,s)}const o=i.dataset.composerNodeId;if(!o)return 0;const a=r.find(c=>c.id===o),l=s.get(o)??0;return a?ac(t,n,a,l,i):l}function ro(e,t){const n=window.getSelection();if(!n||n.rangeCount===0)return null;const r=n.getRangeAt(0);if(!e.contains(r.startContainer)||!e.contains(r.endContainer))return null;const s=eo(t),i=$n(e,r.startContainer,r.startOffset,t,s),o=$n(e,r.endContainer,r.endOffset,t,s);return{start:Math.min(i,o),end:Math.max(i,o)}}function lc(e,t,n){if(!n)return;const r=window.getSelection();if(!r)return;const s=l=>{let u=0;for(let c=0;c<t.length;c+=1){const d=t[c],p=Nt(d),f=u,m=u+p,y=e.childNodes[c];if(!y){u=m;continue}if(d.type==="text"){if(l<=m)return{container:y.firstChild??y,offset:Math.max(0,Math.min(l-f,d.text.length))}}else{if(l<=f)return{container:e,offset:c};if(l<=m)return{container:e,offset:c+1}}u=m}return{container:e,offset:e.childNodes.length}},i=s(n.start),o=s(n.end),a=document.createRange();a.setStart(i.container,i.offset),a.setEnd(o.container,o.offset),r.removeAllRanges(),r.addRange(a)}function uc(e){const t=[];for(const n of Array.from(e.childNodes)){if(n.nodeType===Node.TEXT_NODE){t.push(Mt(n.textContent??""));continue}if(!(n instanceof HTMLElement))continue;if(n.dataset.composerNodeType==="token"){const i=n.dataset.composerTokenKind,o=n.dataset.composerTokenKey,a=n.dataset.composerLabel;i&&o&&a&&t.push({id:n.dataset.composerNodeId??yr({tokenKind:i,tokenKey:o,label:a}).id,type:"token",tokenKind:i,tokenKey:o,label:a});continue}const s=n.textContent??"";t.push({id:n.dataset.composerNodeId??Mt(s).id,type:"text",text:s})}return ht(t)}function Qr(e){const t=uc(e);return{nodes:t,selection:ro(e,t)}}class cc{constructor(){this.nodes=xr(),this.selection=null,this.sync=(t,n)=>(this.nodes=ht(t),this.selection=n,this.getSnapshot()),this.setSelection=t=>(this.selection=t,this.getSnapshot()),this.replaceDocument=(t,n)=>(this.nodes=ht(t),this.selection=n,this.getSnapshot()),this.insertText=t=>{const n=this.selection??{start:0,end:0};this.nodes=cn(this.nodes,n.start,n.end,[Mt(t)]);const r=n.start+t.length;return this.selection={start:r,end:r},this.getSnapshot()},this.insertSkillToken=(t,n)=>{var a,l;if(this.getSelectedSkillKeys().includes(t))return this.getSnapshot();const r=this.getSlashTrigger(),s=this.getDocumentLength(),i=(r==null?void 0:r.start)??((a=this.selection)==null?void 0:a.start)??s,o=(r==null?void 0:r.end)??((l=this.selection)==null?void 0:l.end)??i;return this.nodes=cn(this.nodes,i,o,[yr({tokenKind:"skill",tokenKey:t,label:n})]),this.selection={start:i+1,end:i+1},this.getSnapshot()},this.syncSelectedSkills=(t,n)=>{const r=this.getSelectedSkillKeys(),s=new Map(n.map(a=>[a.key,a])),i=t.find(a=>!r.includes(a));if(i){const a=s.get(i);return this.insertSkillToken(i,(a==null?void 0:a.label)??i)}const o=r.find(a=>!t.includes(a));return o&&(this.nodes=Zi(this.nodes,a=>a.tokenKind==="skill"&&a.tokenKey===o)),this.getSnapshot()},this.deleteContent=t=>{const n=this.getDocumentLength(),r=this.selection??{start:n,end:n};let s=r.start,i=r.end;if(r.start===r.end)if(t==="backward"&&r.start>0)s=r.start-1;else if(t==="forward")i=r.end+1;else return this.getSnapshot();return this.nodes=cn(this.nodes,s,i,[]),this.selection={start:s,end:s},this.getSnapshot()},this.getSnapshot=()=>({nodes:this.nodes,selection:this.selection,nodeStartMap:eo(this.nodes),documentLength:this.getDocumentLength(),selectedSkillKeys:this.getSelectedSkillKeys(),slashTrigger:this.getSlashTrigger()}),this.getDocumentLength=()=>this.nodes.reduce((t,n)=>t+Nt(n),0),this.getSelectedSkillKeys=()=>br(this.nodes,"skill"),this.getSlashTrigger=()=>rc(this.nodes,this.selection)}}function dc(e){const{key:t,shiftKey:n,isComposing:r,isSlashMenuOpen:s,slashItemCount:i,activeSlashIndex:o,isSending:a,canStopGeneration:l}=e;if(s&&i>0){if(t==="ArrowDown")return{type:"move-slash-index",index:(o+1)%i};if(t==="ArrowUp")return{type:"move-slash-index",index:(o-1+i)%i};if(t==="Enter"&&!n||t==="Tab")return{type:"insert-active-slash-item"}}return t==="Escape"?s?{type:"close-slash"}:a&&l?{type:"stop-generation"}:{type:"noop"}:t==="Enter"&&n?{type:"insert-line-break"}:t==="Enter"?{type:"send-message"}:!r&&(t==="Backspace"||t==="Delete")?{type:"delete-content",direction:t==="Backspace"?"backward":"forward"}:{type:"noop"}}const Xr="http://www.w3.org/2000/svg";class hc{constructor(){this.render=(t,n)=>{if(!t)return;const r=document.createDocumentFragment();for(const s of n.nodes){const i=s.type==="text"?this.createTextNodeElement(s):this.createTokenNodeElement(s,n.selectedRange,n.nodeStartMap);i&&r.appendChild(i)}t.replaceChildren(r)},this.createTextNodeElement=t=>{if(t.text.length===0)return null;const n=document.createElement("span");return n.dataset.composerNodeId=t.id,n.dataset.composerNodeType="text",n.textContent=t.text,n},this.createTokenNodeElement=(t,n,r)=>{const s=r.get(t.id)??0,i=sc(n,s,s+1),o=document.createElement("span");o.contentEditable="false",o.dataset.composerNodeId=t.id,o.dataset.composerNodeType="token",o.dataset.composerTokenKind=t.tokenKind,o.dataset.composerTokenKey=t.tokenKey,o.dataset.composerLabel=t.label,o.className=["mx-[2px]","inline-flex","h-6","max-w-full","items-center","gap-1","rounded-md","border","px-1.5","align-baseline","text-[11px]","font-medium","transition",i?"border-primary/30 bg-primary/18 text-primary":"border-primary/12 bg-primary/8 text-primary"].join(" "),o.append(this.createTokenIcon(t.tokenKind));const a=document.createElement("span");return a.className="truncate",a.textContent=t.label,o.append(a),o},this.createTokenIcon=t=>{const n=document.createElement("span");return n.className="inline-flex h-3 w-3 shrink-0 items-center justify-center text-primary/70",n.append(t==="file"?this.createFileIcon():this.createSkillIcon()),n},this.createSkillIcon=()=>this.createSvgIcon([{tag:"path",attrs:{d:"M8.5 2.75 2.75 6l5.75 3.25L14.25 6 8.5 2.75Z"}},{tag:"path",attrs:{d:"M2.75 10 8.5 13.25 14.25 10"}},{tag:"path",attrs:{d:"M2.75 6v4l5.75 3.25V9.25L2.75 6Z"}},{tag:"path",attrs:{d:"M14.25 6v4L8.5 13.25V9.25L14.25 6Z"}}]),this.createFileIcon=()=>this.createSvgIcon([{tag:"path",attrs:{d:"M5.25 2.75h4.5L13 6v7.25A1.75 1.75 0 0 1 11.25 15h-6.5A1.75 1.75 0 0 1 3 13.25v-8.75A1.75 1.75 0 0 1 4.75 2.75Z"}},{tag:"path",attrs:{d:"M9.75 2.75V6H13"}},{tag:"path",attrs:{d:"M5.75 8.75h4.5"}},{tag:"path",attrs:{d:"M5.75 10.75h4.5"}}]),this.createSvgIcon=t=>{const n=document.createElementNS(Xr,"svg");n.setAttribute("viewBox","0 0 16 16"),n.setAttribute("fill","none"),n.setAttribute("stroke","currentColor"),n.setAttribute("stroke-width","1.25"),n.setAttribute("stroke-linecap","round"),n.setAttribute("stroke-linejoin","round"),n.setAttribute("aria-hidden","true"),n.setAttribute("class","h-3 w-3");for(const r of t){const s=document.createElementNS(Xr,r.tag);for(const[i,o]of Object.entries(r.attrs))s.setAttribute(i,o);n.append(s)}return n}}}const Yr=188;class fc{constructor(t){this.controller=t,this.surfaceRenderer=new hc,this.sync=(n,r)=>this.controller.sync(n,r),this.syncSelectionFromRoot=n=>this.controller.setSelection(ro(n,this.controller.getSnapshot().nodes)),this.restoreSelectionIfFocused=(n,r)=>{!n||document.activeElement!==n||lc(n,this.controller.getSnapshot().nodes,r)},this.syncViewport=n=>{n&&(n.style.maxHeight=`${Yr}px`,n.style.overflowY=n.scrollHeight>Yr?"auto":"hidden")},this.renderSurface=n=>{this.surfaceRenderer.render(n.root,{nodes:n.snapshot.nodes,selectedRange:n.selectedRange,nodeStartMap:n.snapshot.nodeStartMap})},this.insertSlashItem=(n,r)=>{n.value&&r(this.controller.insertSkillToken(n.value,n.title))},this.syncSelectedSkills=(n,r,s)=>{s(this.controller.syncSelectedSkills(n,r))},this.handleBeforeInput=n=>{const{event:r,disabled:s,isComposing:i,commitSnapshot:o}=n,a=r.nativeEvent;s||i||a.isComposing||!(a.inputType==="insertText"||a.inputType==="insertReplacementText")||!a.data||(r.preventDefault(),o(this.controller.insertText(a.data)))},this.handleInput=n=>{const{event:r,isComposing:s,commitSnapshot:i}=n,o=r.nativeEvent;if(s||o.isComposing)return;const a=r.currentTarget,l=Qr(a);i(this.controller.replaceDocument(l.nodes,l.selection))},this.handleCompositionEnd=n=>{const{event:r,commitSnapshot:s}=n,i=r.currentTarget,o=Qr(i);s(this.controller.replaceDocument(o.nodes,o.selection))},this.handleKeyDown=n=>{const{event:r,slashItems:s,activeSlashIndex:i,activeSlashItem:o,actions:a,commitSnapshot:l,insertSkillToken:u,onSlashActiveIndexChange:c,onSlashQueryChange:d,onSlashOpenChange:p}=n,f=this.controller.getSnapshot(),m=dc({key:r.key,shiftKey:r.shiftKey,isComposing:r.nativeEvent.isComposing,isSlashMenuOpen:f.slashTrigger!==null,slashItemCount:s.length,activeSlashIndex:i,isSending:a.isSending,canStopGeneration:a.canStopGeneration});if(m.type!=="noop"){if(r.preventDefault(),m.type==="move-slash-index"){c(m.index);return}if(m.type==="insert-active-slash-item"){o&&u(o.value??o.key,o.title);return}if(m.type==="close-slash"){d==null||d(null),p(!1);return}if(m.type==="stop-generation"){a.onStop();return}if(m.type==="insert-line-break"){l(this.controller.insertText(`
2
+ `));return}if(m.type==="send-message"){a.onSend();return}m.type==="delete-content"&&l(this.controller.deleteContent(m.direction))}},this.handlePaste=n=>{const{event:r,commitSnapshot:s}=n,i=r.clipboardData.getData("text/plain");i&&(r.preventDefault(),s(this.controller.insertText(i)))},this.handleBlur=n=>{const{setSelectedRange:r,onSlashQueryChange:s,onSlashOpenChange:i}=n;r(null),s==null||s(null),i(!1)}}}class pc{constructor(){this.controller=new cc,this.viewController=new fc(this.controller),this.rootElement=null,this.selection=null,this.selectedRange=null,this.snapshot=this.controller.getSnapshot(),this.config=null,this.isComposing=!1,this.bindRootElement=t=>{this.rootElement=t},this.update=t=>(this.config=t,this.snapshot=this.viewController.sync(t.nodes,this.selectedRange),{snapshot:this.snapshot,selectedRange:this.selectedRange,bindRootElement:this.bindRootElement,handleBeforeInput:this.handleBeforeInput,handleInput:this.handleInput,handleCompositionStart:this.handleCompositionStart,handleCompositionEnd:this.handleCompositionEnd,handleKeyDown:this.handleKeyDown,handlePaste:this.handlePaste,handleBlur:this.handleBlur,syncSelectionState:this.syncSelectionState,imperativeHandle:this.createHandle()}),this.createHandle=()=>({insertSlashItem:t=>{this.viewController.insertSlashItem(t,this.commitSnapshot)},syncSelectedSkills:(t,n)=>{this.viewController.syncSelectedSkills(t,n,this.commitSnapshot)}}),this.restoreDomAfterCommit=()=>{this.isComposing||this.viewController.restoreSelectionIfFocused(this.rootElement,this.selection)},this.renderSurface=()=>{this.isComposing||this.viewController.renderSurface({root:this.rootElement,snapshot:this.snapshot,selectedRange:this.selectedRange})},this.syncViewport=()=>{this.viewController.syncViewport(this.rootElement)},this.syncSelectionState=()=>{if(!this.rootElement||this.isComposing)return;const t=this.viewController.syncSelectionFromRoot(this.rootElement);this.selection=t.selection,this.selectedRange=t.selection,this.syncSlashState(t),this.requestRender()},this.handleBeforeInput=t=>{this.viewController.handleBeforeInput({event:t,disabled:this.requireConfig().disabled,isComposing:this.isComposing,commitSnapshot:this.commitSnapshot})},this.handleInput=t=>{this.viewController.handleInput({event:t,isComposing:this.isComposing,commitSnapshot:this.commitSnapshot})},this.handleCompositionStart=()=>{this.isComposing=!0},this.handleCompositionEnd=t=>{this.isComposing=!1,this.viewController.handleCompositionEnd({event:t,commitSnapshot:this.commitSnapshot})},this.handleKeyDown=t=>{const n=this.requireConfig(),r=n.slashItems[n.activeSlashIndex]??null;this.viewController.handleKeyDown({event:t,slashItems:n.slashItems,activeSlashIndex:n.activeSlashIndex,activeSlashItem:r,actions:n.actions,commitSnapshot:this.commitSnapshot,insertSkillToken:this.insertSkillToken,onSlashActiveIndexChange:n.onSlashActiveIndexChange,onSlashQueryChange:n.onSlashQueryChange,onSlashOpenChange:n.onSlashOpenChange})},this.handlePaste=t=>{this.viewController.handlePaste({event:t,commitSnapshot:this.commitSnapshot})},this.handleBlur=()=>{const t=this.requireConfig();this.isComposing=!1,this.viewController.handleBlur({setSelectedRange:this.setSelectedRange,onSlashQueryChange:t.onSlashQueryChange,onSlashOpenChange:t.onSlashOpenChange})},this.setSelectedRange=t=>{this.selectedRange=t,this.selection=t,this.requestRender()},this.commitSnapshot=t=>{const n=this.requireConfig();this.selection=t.selection,this.selectedRange=t.selection,this.snapshot=t,n.onNodesChange(t.nodes),this.syncSlashState(t)},this.insertSkillToken=(t,n)=>{this.commitSnapshot(this.controller.insertSkillToken(t,n))},this.syncSlashState=t=>{var r,s;const n=this.requireConfig();(s=n.onSlashQueryChange)==null||s.call(n,((r=t.slashTrigger)==null?void 0:r.query)??null),n.onSlashOpenChange(t.slashTrigger!==null)},this.requestRender=()=>{this.requireConfig().requestRender()},this.requireConfig=()=>{if(!this.config)throw new Error("ChatComposerRuntime is not configured.");return this.config}}}const gc=C.forwardRef(function(t,n){const{nodes:r,placeholder:s,disabled:i,slashItems:o,actions:a,onNodesChange:l,onSlashQueryChange:u,onSlashOpenChange:c,onSlashActiveIndexChange:d,activeSlashIndex:p}=t,[f,m]=C.useState(0),[y]=C.useState(()=>new pc),{snapshot:b,bindRootElement:g,handleBeforeInput:k,handleInput:w,handleCompositionStart:T,handleCompositionEnd:E,handleKeyDown:v,handlePaste:O,handleBlur:D,syncSelectionState:z,imperativeHandle:I}=y.update({nodes:r,disabled:i,slashItems:o,actions:a,onNodesChange:l,onSlashQueryChange:u,onSlashOpenChange:c,onSlashActiveIndexChange:d,activeSlashIndex:p,requestRender:()=>m(L=>L+1)});return C.useImperativeHandle(n,()=>I,[I]),C.useLayoutEffect(()=>{y.renderSurface(),y.restoreDomAfterCommit(),y.syncViewport()},[y,b.nodes,b.nodeStartMap,f]),h.jsx("div",{className:"px-4 py-2.5",children:h.jsx("div",{className:"min-h-[60px]",children:h.jsx("div",{ref:g,contentEditable:!i,suppressContentEditableWarning:!0,role:"textbox","aria-multiline":"true","data-placeholder":s,onBeforeInput:k,onInput:w,onCompositionStart:T,onCompositionEnd:E,onKeyDown:v,onKeyUp:z,onMouseUp:z,onFocus:z,onBlur:D,onPaste:O,className:"min-h-7 max-h-[188px] w-full overflow-y-auto whitespace-pre-wrap break-words bg-transparent py-0.5 text-sm leading-6 text-gray-800 outline-none empty:before:pointer-events-none empty:before:text-gray-400 empty:before:content-[attr(data-placeholder)]"})})})});function mc({hint:e}){if(!e)return null;if(e.loading)return h.jsx("div",{className:"px-4 pb-2",children:h.jsxs("div",{className:"inline-flex items-center gap-2 rounded-lg border border-gray-200 bg-gray-50 px-3 py-2",children:[h.jsx("span",{className:"h-3 w-28 animate-pulse rounded bg-gray-200"}),h.jsx("span",{className:"h-3 w-16 animate-pulse rounded bg-gray-200"})]})});const t=e.tone==="warning"?"border-amber-200 bg-amber-50 text-amber-800":"border-gray-200 bg-gray-50 text-gray-700";return h.jsx("div",{className:"px-4 pb-2",children:h.jsxs("div",{className:`inline-flex items-center gap-2 rounded-lg px-3 py-1.5 text-xs ${t}`,children:[e.text?h.jsx("span",{children:e.text}):null,e.actionLabel&&e.onAction?h.jsx("button",{type:"button",onClick:e.onAction,className:"font-semibold underline-offset-2 hover:underline",children:e.actionLabel}):null]})})}function yc(e){const t=C.useRef(null),[n,r]=C.useState(null),[s,i]=C.useState(0),o=n!==null,a=e.slashMenu.items[s]??null;C.useEffect(()=>{i(u=>e.slashMenu.items.length===0?0:Math.min(u,e.slashMenu.items.length-1))},[e.slashMenu.items.length]),C.useEffect(()=>{n!==null&&i(0)},[n]);const l=C.useMemo(()=>e.toolbar.skillPicker?{...e.toolbar,skillPicker:{...e.toolbar.skillPicker,onSelectedKeysChange:u=>{var c,d;(d=t.current)==null||d.syncSelectedSkills(u,((c=e.toolbar.skillPicker)==null?void 0:c.options)??[])}}}:e.toolbar,[e.toolbar]);return h.jsx("div",{className:"border-t border-gray-200/80 bg-white p-4",children:h.jsx("div",{className:"mx-auto w-full max-w-[min(1120px,100%)]",children:h.jsxs("div",{className:"overflow-hidden rounded-2xl border border-gray-200 bg-white shadow-card",children:[h.jsxs("div",{className:"relative",children:[h.jsx(gc,{ref:t,nodes:e.composer.nodes,placeholder:e.composer.placeholder,disabled:e.composer.disabled,slashItems:e.slashMenu.items,actions:e.toolbar.actions,activeSlashIndex:s,onNodesChange:e.composer.onNodesChange,onSlashQueryChange:u=>{var c,d;r(u),(d=(c=e.composer).onSlashQueryChange)==null||d.call(c,u)},onSlashOpenChange:u=>{u||r(null)},onSlashActiveIndexChange:i}),h.jsx(Fu,{isOpen:o,isLoading:e.slashMenu.isLoading,items:e.slashMenu.items,activeIndex:s,activeItem:a,texts:e.slashMenu.texts,onSelectItem:u=>{var c;(c=t.current)==null||c.insertSlashItem(u)},onOpenChange:u=>{u||r(null)},onSetActiveIndex:i})]}),h.jsx(mc,{hint:e.hint}),h.jsx(Wu,{...l})]})})})}function dn({role:e}){return e==="user"?h.jsx("div",{"data-testid":"chat-message-avatar-user",className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-primary text-white shadow-sm",children:h.jsx(rl,{className:"h-4 w-4"})}):e==="tool"?h.jsx("div",{"data-testid":"chat-message-avatar-tool",className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-amber-100 text-amber-700 shadow-sm",children:h.jsx(ki,{className:"h-4 w-4"})}):h.jsx("div",{"data-testid":"chat-message-avatar-assistant",className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-full border border-gray-200/80 bg-gray-900 text-white shadow-sm",children:h.jsx(vi,{className:"h-4 w-4"})})}function xc(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const bc=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Sc=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,kc={};function Jr(e,t){return(kc.jsx?Sc:bc).test(e)}const vc=/[ \t\n\f\r]/g;function wc(e){return typeof e=="object"?e.type==="text"?Zr(e.value):!1:Zr(e)}function Zr(e){return e.replace(vc,"")===""}class Pt{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}}Pt.prototype.normal={};Pt.prototype.property={};Pt.prototype.space=void 0;function so(e,t){const n={},r={};for(const s of e)Object.assign(n,s.property),Object.assign(r,s.normal);return new Pt(n,r,t)}function Un(e){return e.toLowerCase()}class we{constructor(t,n){this.attribute=n,this.property=t}}we.prototype.attribute="";we.prototype.booleanish=!1;we.prototype.boolean=!1;we.prototype.commaOrSpaceSeparated=!1;we.prototype.commaSeparated=!1;we.prototype.defined=!1;we.prototype.mustUseProperty=!1;we.prototype.number=!1;we.prototype.overloadedBoolean=!1;we.prototype.property="";we.prototype.spaceSeparated=!1;we.prototype.space=void 0;let Cc=0;const K=st(),ae=st(),Kn=st(),A=st(),Z=st(),ct=st(),Ie=st();function st(){return 2**++Cc}const Hn=Object.freeze(Object.defineProperty({__proto__:null,boolean:K,booleanish:ae,commaOrSpaceSeparated:Ie,commaSeparated:ct,number:A,overloadedBoolean:Kn,spaceSeparated:Z},Symbol.toStringTag,{value:"Module"})),hn=Object.keys(Hn);class Sr extends we{constructor(t,n,r,s){let i=-1;if(super(t,n),es(this,"space",s),typeof r=="number")for(;++i<hn.length;){const o=hn[i];es(this,hn[i],(r&Hn[o])===Hn[o])}}}Sr.prototype.defined=!0;function es(e,t,n){n&&(e[t]=n)}function pt(e){const t={},n={};for(const[r,s]of Object.entries(e.properties)){const i=new Sr(r,e.transform(e.attributes||{},r),s,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[Un(r)]=r,n[Un(i.attribute)]=r}return new Pt(t,n,e.space)}const io=pt({properties:{ariaActiveDescendant:null,ariaAtomic:ae,ariaAutoComplete:null,ariaBusy:ae,ariaChecked:ae,ariaColCount:A,ariaColIndex:A,ariaColSpan:A,ariaControls:Z,ariaCurrent:null,ariaDescribedBy:Z,ariaDetails:null,ariaDisabled:ae,ariaDropEffect:Z,ariaErrorMessage:null,ariaExpanded:ae,ariaFlowTo:Z,ariaGrabbed:ae,ariaHasPopup:null,ariaHidden:ae,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Z,ariaLevel:A,ariaLive:null,ariaModal:ae,ariaMultiLine:ae,ariaMultiSelectable:ae,ariaOrientation:null,ariaOwns:Z,ariaPlaceholder:null,ariaPosInSet:A,ariaPressed:ae,ariaReadOnly:ae,ariaRelevant:null,ariaRequired:ae,ariaRoleDescription:Z,ariaRowCount:A,ariaRowIndex:A,ariaRowSpan:A,ariaSelected:ae,ariaSetSize:A,ariaSort:null,ariaValueMax:A,ariaValueMin:A,ariaValueNow:A,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function oo(e,t){return t in e?e[t]:t}function ao(e,t){return oo(e,t.toLowerCase())}const Ic=pt({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:ct,acceptCharset:Z,accessKey:Z,action:null,allow:null,allowFullScreen:K,allowPaymentRequest:K,allowUserMedia:K,alt:null,as:null,async:K,autoCapitalize:null,autoComplete:Z,autoFocus:K,autoPlay:K,blocking:Z,capture:null,charSet:null,checked:K,cite:null,className:Z,cols:A,colSpan:null,content:null,contentEditable:ae,controls:K,controlsList:Z,coords:A|ct,crossOrigin:null,data:null,dateTime:null,decoding:null,default:K,defer:K,dir:null,dirName:null,disabled:K,download:Kn,draggable:ae,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:K,formTarget:null,headers:Z,height:A,hidden:Kn,high:A,href:null,hrefLang:null,htmlFor:Z,httpEquiv:Z,id:null,imageSizes:null,imageSrcSet:null,inert:K,inputMode:null,integrity:null,is:null,isMap:K,itemId:null,itemProp:Z,itemRef:Z,itemScope:K,itemType:Z,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:K,low:A,manifest:null,max:null,maxLength:A,media:null,method:null,min:null,minLength:A,multiple:K,muted:K,name:null,nonce:null,noModule:K,noValidate:K,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:K,optimum:A,pattern:null,ping:Z,placeholder:null,playsInline:K,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:K,referrerPolicy:null,rel:Z,required:K,reversed:K,rows:A,rowSpan:A,sandbox:Z,scope:null,scoped:K,seamless:K,selected:K,shadowRootClonable:K,shadowRootDelegatesFocus:K,shadowRootMode:null,shape:null,size:A,sizes:null,slot:null,span:A,spellCheck:ae,src:null,srcDoc:null,srcLang:null,srcSet:null,start:A,step:null,style:null,tabIndex:A,target:null,title:null,translate:null,type:null,typeMustMatch:K,useMap:null,value:ae,width:A,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Z,axis:null,background:null,bgColor:null,border:A,borderColor:null,bottomMargin:A,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:K,declare:K,event:null,face:null,frame:null,frameBorder:null,hSpace:A,leftMargin:A,link:null,longDesc:null,lowSrc:null,marginHeight:A,marginWidth:A,noResize:K,noHref:K,noShade:K,noWrap:K,object:null,profile:null,prompt:null,rev:null,rightMargin:A,rules:null,scheme:null,scrolling:ae,standby:null,summary:null,text:null,topMargin:A,valueType:null,version:null,vAlign:null,vLink:null,vSpace:A,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:K,disableRemotePlayback:K,prefix:null,property:null,results:A,security:null,unselectable:null},space:"html",transform:ao}),Tc=pt({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:Ie,accentHeight:A,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:A,amplitude:A,arabicForm:null,ascent:A,attributeName:null,attributeType:null,azimuth:A,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:A,by:null,calcMode:null,capHeight:A,className:Z,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:A,diffuseConstant:A,direction:null,display:null,dur:null,divisor:A,dominantBaseline:null,download:K,dx:null,dy:null,edgeMode:null,editable:null,elevation:A,enableBackground:null,end:null,event:null,exponent:A,externalResourcesRequired:null,fill:null,fillOpacity:A,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:ct,g2:ct,glyphName:ct,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:A,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:A,horizOriginX:A,horizOriginY:A,id:null,ideographic:A,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:A,k:A,k1:A,k2:A,k3:A,k4:A,kernelMatrix:Ie,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:A,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:A,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:A,overlineThickness:A,paintOrder:null,panose1:null,path:null,pathLength:A,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Z,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:A,pointsAtY:A,pointsAtZ:A,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Ie,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Ie,rev:Ie,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Ie,requiredFeatures:Ie,requiredFonts:Ie,requiredFormats:Ie,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:A,specularExponent:A,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:A,strikethroughThickness:A,string:null,stroke:null,strokeDashArray:Ie,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:A,strokeOpacity:A,strokeWidth:null,style:null,surfaceScale:A,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Ie,tabIndex:A,tableValues:null,target:null,targetX:A,targetY:A,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Ie,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:A,underlineThickness:A,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:A,values:null,vAlphabetic:A,vMathematical:A,vectorEffect:null,vHanging:A,vIdeographic:A,version:null,vertAdvY:A,vertOriginX:A,vertOriginY:A,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:A,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:oo}),lo=pt({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),uo=pt({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:ao}),co=pt({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),Mc={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},Rc=/[A-Z]/g,ts=/-[a-z]/g,Ec=/^data[-\w.:]+$/i;function Ac(e,t){const n=Un(t);let r=t,s=we;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&Ec.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(ts,Nc);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!ts.test(i)){let o=i.replace(Rc,Lc);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}s=Sr}return new s(r,t)}function Lc(e){return"-"+e.toLowerCase()}function Nc(e){return e.charAt(1).toUpperCase()}const Pc=so([io,Ic,lo,uo,co],"html"),kr=so([io,Tc,lo,uo,co],"svg");function jc(e){return e.join(" ").trim()}var ot={},fn,ns;function Dc(){if(ns)return fn;ns=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,s=/^:\s*/,i=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,o=/^[;\s]*/,a=/^\s+|\s+$/g,l=`
3
+ `,u="/",c="*",d="",p="comment",f="declaration";function m(b,g){if(typeof b!="string")throw new TypeError("First argument must be a string");if(!b)return[];g=g||{};var k=1,w=1;function T(F){var P=F.match(t);P&&(k+=P.length);var W=F.lastIndexOf(l);w=~W?F.length-W:w+F.length}function E(){var F={line:k,column:w};return function(P){return P.position=new v(F),z(),P}}function v(F){this.start=F,this.end={line:k,column:w},this.source=g.source}v.prototype.content=b;function O(F){var P=new Error(g.source+":"+k+":"+w+": "+F);if(P.reason=F,P.filename=g.source,P.line=k,P.column=w,P.source=b,!g.silent)throw P}function D(F){var P=F.exec(b);if(P){var W=P[0];return T(W),b=b.slice(W.length),P}}function z(){D(n)}function I(F){var P;for(F=F||[];P=L();)P!==!1&&F.push(P);return F}function L(){var F=E();if(!(u!=b.charAt(0)||c!=b.charAt(1))){for(var P=2;d!=b.charAt(P)&&(c!=b.charAt(P)||u!=b.charAt(P+1));)++P;if(P+=2,d===b.charAt(P-1))return O("End of comment missing");var W=b.slice(2,P-2);return w+=2,T(W),b=b.slice(P),w+=2,F({type:p,comment:W})}}function j(){var F=E(),P=D(r);if(P){if(L(),!D(s))return O("property missing ':'");var W=D(i),ee=F({type:f,property:y(P[0].replace(e,d)),value:W?y(W[0].replace(e,d)):d});return D(o),ee}}function $(){var F=[];I(F);for(var P;P=j();)P!==!1&&(F.push(P),I(F));return F}return z(),$()}function y(b){return b?b.replace(a,d):d}return fn=m,fn}var rs;function _c(){if(rs)return ot;rs=1;var e=ot&&ot.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(ot,"__esModule",{value:!0}),ot.default=n;const t=e(Dc());function n(r,s){let i=null;if(!r||typeof r!="string")return i;const o=(0,t.default)(r),a=typeof s=="function";return o.forEach(l=>{if(l.type!=="declaration")return;const{property:u,value:c}=l;a?s(u,c,l):c&&(i=i||{},i[u]=c)}),i}return ot}var xt={},ss;function Oc(){if(ss)return xt;ss=1,Object.defineProperty(xt,"__esModule",{value:!0}),xt.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,n=/^[^-]+$/,r=/^-(webkit|moz|ms|o|khtml)-/,s=/^-(ms)-/,i=function(u){return!u||n.test(u)||e.test(u)},o=function(u,c){return c.toUpperCase()},a=function(u,c){return"".concat(c,"-")},l=function(u,c){return c===void 0&&(c={}),i(u)?u:(u=u.toLowerCase(),c.reactCompat?u=u.replace(s,a):u=u.replace(r,a),u.replace(t,o))};return xt.camelCase=l,xt}var bt,is;function Fc(){if(is)return bt;is=1;var e=bt&&bt.__importDefault||function(s){return s&&s.__esModule?s:{default:s}},t=e(_c()),n=Oc();function r(s,i){var o={};return!s||typeof s!="string"||(0,t.default)(s,function(a,l){a&&l&&(o[(0,n.camelCase)(a,i)]=l)}),o}return r.default=r,bt=r,bt}var zc=Fc();const Bc=wi(zc),ho=fo("end"),vr=fo("start");function fo(e){return t;function t(n){const r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function $c(e){const t=vr(e),n=ho(e);if(t&&n)return{start:t,end:n}}function Ct(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?os(e.position):"start"in e||"end"in e?os(e):"line"in e||"column"in e?Vn(e):""}function Vn(e){return as(e&&e.line)+":"+as(e&&e.column)}function os(e){return Vn(e&&e.start)+"-"+Vn(e&&e.end)}function as(e){return e&&typeof e=="number"?e:1}class me extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let s="",i={},o=!1;if(n&&("line"in n&&"column"in n?i={place:n}:"start"in n&&"end"in n?i={place:n}:"type"in n?i={ancestors:[n],place:n.position}:i={...n}),typeof t=="string"?s=t:!i.cause&&t&&(o=!0,s=t.message,i.cause=t),!i.ruleId&&!i.source&&typeof r=="string"){const l=r.indexOf(":");l===-1?i.ruleId=r:(i.source=r.slice(0,l),i.ruleId=r.slice(l+1))}if(!i.place&&i.ancestors&&i.ancestors){const l=i.ancestors[i.ancestors.length-1];l&&(i.place=l.position)}const a=i.place&&"start"in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=a?a.column:void 0,this.fatal=void 0,this.file="",this.message=s,this.line=a?a.line:void 0,this.name=Ct(i.place)||"1:1",this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=o&&i.cause&&typeof i.cause.stack=="string"?i.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}me.prototype.file="";me.prototype.name="";me.prototype.reason="";me.prototype.message="";me.prototype.stack="";me.prototype.column=void 0;me.prototype.line=void 0;me.prototype.ancestors=void 0;me.prototype.cause=void 0;me.prototype.fatal=void 0;me.prototype.place=void 0;me.prototype.ruleId=void 0;me.prototype.source=void 0;const wr={}.hasOwnProperty,Uc=new Map,Kc=/[A-Z]/g,Hc=new Set(["table","tbody","thead","tfoot","tr"]),Vc=new Set(["td","th"]),po="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function qc(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=ed(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=Zc(n,t.jsx,t.jsxs)}const s={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?kr:Pc,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},i=go(s,e,void 0);return i&&typeof i!="string"?i:s.create(e,s.Fragment,{children:i||void 0},void 0)}function go(e,t,n){if(t.type==="element")return Wc(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return Gc(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return Xc(e,t,n);if(t.type==="mdxjsEsm")return Qc(e,t);if(t.type==="root")return Yc(e,t,n);if(t.type==="text")return Jc(e,t)}function Wc(e,t,n){const r=e.schema;let s=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(s=kr,e.schema=s),e.ancestors.push(t);const i=yo(e,t.tagName,!1),o=td(e,t);let a=Ir(e,t);return Hc.has(t.tagName)&&(a=a.filter(function(l){return typeof l=="string"?!wc(l):!0})),mo(e,o,i,t),Cr(o,a),e.ancestors.pop(),e.schema=r,e.create(t,i,o,n)}function Gc(e,t){if(t.data&&t.data.estree&&e.evaluater){const r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}Rt(e,t.position)}function Qc(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Rt(e,t.position)}function Xc(e,t,n){const r=e.schema;let s=r;t.name==="svg"&&r.space==="html"&&(s=kr,e.schema=s),e.ancestors.push(t);const i=t.name===null?e.Fragment:yo(e,t.name,!0),o=nd(e,t),a=Ir(e,t);return mo(e,o,i,t),Cr(o,a),e.ancestors.pop(),e.schema=r,e.create(t,i,o,n)}function Yc(e,t,n){const r={};return Cr(r,Ir(e,t)),e.create(t,e.Fragment,r,n)}function Jc(e,t){return t.value}function mo(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function Cr(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function Zc(e,t,n){return r;function r(s,i,o,a){const u=Array.isArray(o.children)?n:t;return a?u(i,o,a):u(i,o)}}function ed(e,t){return n;function n(r,s,i,o){const a=Array.isArray(i.children),l=vr(r);return t(s,i,o,a,{columnNumber:l?l.column-1:void 0,fileName:e,lineNumber:l?l.line:void 0},void 0)}}function td(e,t){const n={};let r,s;for(s in t.properties)if(s!=="children"&&wr.call(t.properties,s)){const i=rd(e,s,t.properties[s]);if(i){const[o,a]=i;e.tableCellAlignToStyle&&o==="align"&&typeof a=="string"&&Vc.has(t.tagName)?r=a:n[o]=a}}if(r){const i=n.style||(n.style={});i[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function nd(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const i=r.data.estree.body[0];i.type;const o=i.expression;o.type;const a=o.properties[0];a.type,Object.assign(n,e.evaluater.evaluateExpression(a.argument))}else Rt(e,t.position);else{const s=r.name;let i;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const a=r.value.data.estree.body[0];a.type,i=e.evaluater.evaluateExpression(a.expression)}else Rt(e,t.position);else i=r.value===null?!0:r.value;n[s]=i}return n}function Ir(e,t){const n=[];let r=-1;const s=e.passKeys?new Map:Uc;for(;++r<t.children.length;){const i=t.children[r];let o;if(e.passKeys){const l=i.type==="element"?i.tagName:i.type==="mdxJsxFlowElement"||i.type==="mdxJsxTextElement"?i.name:void 0;if(l){const u=s.get(l)||0;o=l+"-"+u,s.set(l,u+1)}}const a=go(e,i,o);a!==void 0&&n.push(a)}return n}function rd(e,t,n){const r=Ac(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?xc(n):jc(n)),r.property==="style"){let s=typeof n=="object"?n:sd(e,String(n));return e.stylePropertyNameCase==="css"&&(s=id(s)),["style",s]}return[e.elementAttributeNameCase==="react"&&r.space?Mc[r.property]||r.property:r.attribute,n]}}function sd(e,t){try{return Bc(t,{reactCompat:!0})}catch(n){if(e.ignoreInvalidStyle)return{};const r=n,s=new me("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:r,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw s.file=e.filePath||void 0,s.url=po+"#cannot-parse-style-attribute",s}}function yo(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const s=t.split(".");let i=-1,o;for(;++i<s.length;){const a=Jr(s[i])?{type:"Identifier",name:s[i]}:{type:"Literal",value:s[i]};o=o?{type:"MemberExpression",object:o,property:a,computed:!!(i&&a.type==="Literal"),optional:!1}:a}r=o}else r=Jr(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const s=r.value;return wr.call(e.components,s)?e.components[s]:s}if(e.evaluater)return e.evaluater.evaluateExpression(r);Rt(e)}function Rt(e,t){const n=new me("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=po+"#cannot-handle-mdx-estrees-without-createevaluater",n}function id(e){const t={};let n;for(n in e)wr.call(e,n)&&(t[od(n)]=e[n]);return t}function od(e){let t=e.replace(Kc,ad);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function ad(e){return"-"+e.toLowerCase()}const pn={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},ld={};function Tr(e,t){const n=ld,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,s=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return xo(e,r,s)}function xo(e,t,n){if(ud(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return ls(e.children,t,n)}return Array.isArray(e)?ls(e,t,n):""}function ls(e,t,n){const r=[];let s=-1;for(;++s<e.length;)r[s]=xo(e[s],t,n);return r.join("")}function ud(e){return!!(e&&typeof e=="object")}const us=document.createElement("i");function Mr(e){const t="&"+e+";";us.innerHTML=t;const n=us.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function Me(e,t,n,r){const s=e.length;let i=0,o;if(t<0?t=-t>s?0:s+t:t=t>s?s:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);i<r.length;)o=r.slice(i,i+1e4),o.unshift(t,0),e.splice(...o),i+=1e4,t+=1e4}function Le(e,t){return e.length>0?(Me(e,e.length,0,t),e):t}const cs={}.hasOwnProperty;function bo(e){const t={};let n=-1;for(;++n<e.length;)cd(t,e[n]);return t}function cd(e,t){let n;for(n in t){const s=(cs.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n];let o;if(i)for(o in i){cs.call(s,o)||(s[o]=[]);const a=i[o];dd(s[o],Array.isArray(a)?a:a?[a]:[])}}}function dd(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);Me(e,0,0,r)}function So(e,t){const n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"�":String.fromCodePoint(n)}function De(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const be=Xe(/[A-Za-z]/),ge=Xe(/[\dA-Za-z]/),hd=Xe(/[#-'*+\--9=?A-Z^-~]/);function Qt(e){return e!==null&&(e<32||e===127)}const qn=Xe(/\d/),fd=Xe(/[\dA-Fa-f]/),pd=Xe(/[!-/:-@[-`{-~]/);function B(e){return e!==null&&e<-2}function J(e){return e!==null&&(e<0||e===32)}function q(e){return e===-2||e===-1||e===32}const nn=Xe(new RegExp("\\p{P}|\\p{S}","u")),rt=Xe(/\s/);function Xe(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function gt(e){const t=[];let n=-1,r=0,s=0;for(;++n<e.length;){const i=e.charCodeAt(n);let o="";if(i===37&&ge(e.charCodeAt(n+1))&&ge(e.charCodeAt(n+2)))s=2;else if(i<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(i))||(o=String.fromCharCode(i));else if(i>55295&&i<57344){const a=e.charCodeAt(n+1);i<56320&&a>56319&&a<57344?(o=String.fromCharCode(i,a),s=1):o="�"}else o=String.fromCharCode(i);o&&(t.push(e.slice(r,n),encodeURIComponent(o)),r=n+s+1,o=""),s&&(n+=s,s=0)}return t.join("")+e.slice(r)}function X(e,t,n,r){const s=r?r-1:Number.POSITIVE_INFINITY;let i=0;return o;function o(l){return q(l)?(e.enter(n),a(l)):t(l)}function a(l){return q(l)&&i++<s?(e.consume(l),a):(e.exit(n),t(l))}}const gd={tokenize:md};function md(e){const t=e.attempt(this.parser.constructs.contentInitial,r,s);let n;return t;function r(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),X(e,t,"linePrefix")}function s(a){return e.enter("paragraph"),i(a)}function i(a){const l=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=l),n=l,o(a)}function o(a){if(a===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(a);return}return B(a)?(e.consume(a),e.exit("chunkText"),i):(e.consume(a),o)}}const yd={tokenize:xd},ds={tokenize:bd};function xd(e){const t=this,n=[];let r=0,s,i,o;return a;function a(w){if(r<n.length){const T=n[r];return t.containerState=T[1],e.attempt(T[0].continuation,l,u)(w)}return u(w)}function l(w){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,s&&k();const T=t.events.length;let E=T,v;for(;E--;)if(t.events[E][0]==="exit"&&t.events[E][1].type==="chunkFlow"){v=t.events[E][1].end;break}g(r);let O=T;for(;O<t.events.length;)t.events[O][1].end={...v},O++;return Me(t.events,E+1,0,t.events.slice(T)),t.events.length=O,u(w)}return a(w)}function u(w){if(r===n.length){if(!s)return p(w);if(s.currentConstruct&&s.currentConstruct.concrete)return m(w);t.interrupt=!!(s.currentConstruct&&!s._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(ds,c,d)(w)}function c(w){return s&&k(),g(r),p(w)}function d(w){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,m(w)}function p(w){return t.containerState={},e.attempt(ds,f,m)(w)}function f(w){return r++,n.push([t.currentConstruct,t.containerState]),p(w)}function m(w){if(w===null){s&&k(),g(0),e.consume(w);return}return s=s||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:s,contentType:"flow",previous:i}),y(w)}function y(w){if(w===null){b(e.exit("chunkFlow"),!0),g(0),e.consume(w);return}return B(w)?(e.consume(w),b(e.exit("chunkFlow")),r=0,t.interrupt=void 0,a):(e.consume(w),y)}function b(w,T){const E=t.sliceStream(w);if(T&&E.push(null),w.previous=i,i&&(i.next=w),i=w,s.defineSkip(w.start),s.write(E),t.parser.lazy[w.start.line]){let v=s.events.length;for(;v--;)if(s.events[v][1].start.offset<o&&(!s.events[v][1].end||s.events[v][1].end.offset>o))return;const O=t.events.length;let D=O,z,I;for(;D--;)if(t.events[D][0]==="exit"&&t.events[D][1].type==="chunkFlow"){if(z){I=t.events[D][1].end;break}z=!0}for(g(r),v=O;v<t.events.length;)t.events[v][1].end={...I},v++;Me(t.events,D+1,0,t.events.slice(O)),t.events.length=v}}function g(w){let T=n.length;for(;T-- >w;){const E=n[T];t.containerState=E[1],E[0].exit.call(t,e)}n.length=w}function k(){s.write([null]),i=void 0,s=void 0,t.containerState._closeFlow=void 0}}function bd(e,t,n){return X(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function ft(e){if(e===null||J(e)||rt(e))return 1;if(nn(e))return 2}function rn(e,t,n){const r=[];let s=-1;for(;++s<e.length;){const i=e[s].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}const Wn={name:"attention",resolveAll:Sd,tokenize:kd};function Sd(e,t){let n=-1,r,s,i,o,a,l,u,c;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;l=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const d={...e[r][1].end},p={...e[n][1].start};hs(d,-l),hs(p,l),o={type:l>1?"strongSequence":"emphasisSequence",start:d,end:{...e[r][1].end}},a={type:l>1?"strongSequence":"emphasisSequence",start:{...e[n][1].start},end:p},i={type:l>1?"strongText":"emphasisText",start:{...e[r][1].end},end:{...e[n][1].start}},s={type:l>1?"strong":"emphasis",start:{...o.start},end:{...a.end}},e[r][1].end={...o.start},e[n][1].start={...a.end},u=[],e[r][1].end.offset-e[r][1].start.offset&&(u=Le(u,[["enter",e[r][1],t],["exit",e[r][1],t]])),u=Le(u,[["enter",s,t],["enter",o,t],["exit",o,t],["enter",i,t]]),u=Le(u,rn(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),u=Le(u,[["exit",i,t],["enter",a,t],["exit",a,t],["exit",s,t]]),e[n][1].end.offset-e[n][1].start.offset?(c=2,u=Le(u,[["enter",e[n][1],t],["exit",e[n][1],t]])):c=0,Me(e,r-1,n-r+3,u),n=r+u.length-c-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function kd(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,s=ft(r);let i;return o;function o(l){return i=l,e.enter("attentionSequence"),a(l)}function a(l){if(l===i)return e.consume(l),a;const u=e.exit("attentionSequence"),c=ft(l),d=!c||c===2&&s||n.includes(l),p=!s||s===2&&c||n.includes(r);return u._open=!!(i===42?d:d&&(s||!p)),u._close=!!(i===42?p:p&&(c||!d)),t(l)}}function hs(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const vd={name:"autolink",tokenize:wd};function wd(e,t,n){let r=0;return s;function s(f){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(f),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i}function i(f){return be(f)?(e.consume(f),o):f===64?n(f):u(f)}function o(f){return f===43||f===45||f===46||ge(f)?(r=1,a(f)):u(f)}function a(f){return f===58?(e.consume(f),r=0,l):(f===43||f===45||f===46||ge(f))&&r++<32?(e.consume(f),a):(r=0,u(f))}function l(f){return f===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(f),e.exit("autolinkMarker"),e.exit("autolink"),t):f===null||f===32||f===60||Qt(f)?n(f):(e.consume(f),l)}function u(f){return f===64?(e.consume(f),c):hd(f)?(e.consume(f),u):n(f)}function c(f){return ge(f)?d(f):n(f)}function d(f){return f===46?(e.consume(f),r=0,c):f===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(f),e.exit("autolinkMarker"),e.exit("autolink"),t):p(f)}function p(f){if((f===45||ge(f))&&r++<63){const m=f===45?p:d;return e.consume(f),m}return n(f)}}const jt={partial:!0,tokenize:Cd};function Cd(e,t,n){return r;function r(i){return q(i)?X(e,s,"linePrefix")(i):s(i)}function s(i){return i===null||B(i)?t(i):n(i)}}const ko={continuation:{tokenize:Td},exit:Md,name:"blockQuote",tokenize:Id};function Id(e,t,n){const r=this;return s;function s(o){if(o===62){const a=r.containerState;return a.open||(e.enter("blockQuote",{_container:!0}),a.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(o),e.exit("blockQuoteMarker"),i}return n(o)}function i(o){return q(o)?(e.enter("blockQuotePrefixWhitespace"),e.consume(o),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(o))}}function Td(e,t,n){const r=this;return s;function s(o){return q(o)?X(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o):i(o)}function i(o){return e.attempt(ko,t,n)(o)}}function Md(e){e.exit("blockQuote")}const vo={name:"characterEscape",tokenize:Rd};function Rd(e,t,n){return r;function r(i){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(i),e.exit("escapeMarker"),s}function s(i){return pd(i)?(e.enter("characterEscapeValue"),e.consume(i),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(i)}}const wo={name:"characterReference",tokenize:Ed};function Ed(e,t,n){const r=this;let s=0,i,o;return a;function a(d){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(d),e.exit("characterReferenceMarker"),l}function l(d){return d===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(d),e.exit("characterReferenceMarkerNumeric"),u):(e.enter("characterReferenceValue"),i=31,o=ge,c(d))}function u(d){return d===88||d===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(d),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,o=fd,c):(e.enter("characterReferenceValue"),i=7,o=qn,c(d))}function c(d){if(d===59&&s){const p=e.exit("characterReferenceValue");return o===ge&&!Mr(r.sliceSerialize(p))?n(d):(e.enter("characterReferenceMarker"),e.consume(d),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return o(d)&&s++<i?(e.consume(d),c):n(d)}}const fs={partial:!0,tokenize:Ld},ps={concrete:!0,name:"codeFenced",tokenize:Ad};function Ad(e,t,n){const r=this,s={partial:!0,tokenize:E};let i=0,o=0,a;return l;function l(v){return u(v)}function u(v){const O=r.events[r.events.length-1];return i=O&&O[1].type==="linePrefix"?O[2].sliceSerialize(O[1],!0).length:0,a=v,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),c(v)}function c(v){return v===a?(o++,e.consume(v),c):o<3?n(v):(e.exit("codeFencedFenceSequence"),q(v)?X(e,d,"whitespace")(v):d(v))}function d(v){return v===null||B(v)?(e.exit("codeFencedFence"),r.interrupt?t(v):e.check(fs,y,T)(v)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),p(v))}function p(v){return v===null||B(v)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),d(v)):q(v)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),X(e,f,"whitespace")(v)):v===96&&v===a?n(v):(e.consume(v),p)}function f(v){return v===null||B(v)?d(v):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),m(v))}function m(v){return v===null||B(v)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),d(v)):v===96&&v===a?n(v):(e.consume(v),m)}function y(v){return e.attempt(s,T,b)(v)}function b(v){return e.enter("lineEnding"),e.consume(v),e.exit("lineEnding"),g}function g(v){return i>0&&q(v)?X(e,k,"linePrefix",i+1)(v):k(v)}function k(v){return v===null||B(v)?e.check(fs,y,T)(v):(e.enter("codeFlowValue"),w(v))}function w(v){return v===null||B(v)?(e.exit("codeFlowValue"),k(v)):(e.consume(v),w)}function T(v){return e.exit("codeFenced"),t(v)}function E(v,O,D){let z=0;return I;function I(P){return v.enter("lineEnding"),v.consume(P),v.exit("lineEnding"),L}function L(P){return v.enter("codeFencedFence"),q(P)?X(v,j,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(P):j(P)}function j(P){return P===a?(v.enter("codeFencedFenceSequence"),$(P)):D(P)}function $(P){return P===a?(z++,v.consume(P),$):z>=o?(v.exit("codeFencedFenceSequence"),q(P)?X(v,F,"whitespace")(P):F(P)):D(P)}function F(P){return P===null||B(P)?(v.exit("codeFencedFence"),O(P)):D(P)}}}function Ld(e,t,n){const r=this;return s;function s(o){return o===null?n(o):(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),i)}function i(o){return r.parser.lazy[r.now().line]?n(o):t(o)}}const gn={name:"codeIndented",tokenize:Pd},Nd={partial:!0,tokenize:jd};function Pd(e,t,n){const r=this;return s;function s(u){return e.enter("codeIndented"),X(e,i,"linePrefix",5)(u)}function i(u){const c=r.events[r.events.length-1];return c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?o(u):n(u)}function o(u){return u===null?l(u):B(u)?e.attempt(Nd,o,l)(u):(e.enter("codeFlowValue"),a(u))}function a(u){return u===null||B(u)?(e.exit("codeFlowValue"),o(u)):(e.consume(u),a)}function l(u){return e.exit("codeIndented"),t(u)}}function jd(e,t,n){const r=this;return s;function s(o){return r.parser.lazy[r.now().line]?n(o):B(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),s):X(e,i,"linePrefix",5)(o)}function i(o){const a=r.events[r.events.length-1];return a&&a[1].type==="linePrefix"&&a[2].sliceSerialize(a[1],!0).length>=4?t(o):B(o)?s(o):n(o)}}const Dd={name:"codeText",previous:Od,resolve:_d,tokenize:Fd};function _d(e){let t=e.length-4,n=3,r,s;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)s===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(s=r):(r===t||e[r][1].type==="lineEnding")&&(e[s][1].type="codeTextData",r!==s+2&&(e[s][1].end=e[r-1][1].end,e.splice(s+2,r-s-2),t-=r-s-2,r=s+2),s=void 0);return e}function Od(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Fd(e,t,n){let r=0,s,i;return o;function o(d){return e.enter("codeText"),e.enter("codeTextSequence"),a(d)}function a(d){return d===96?(e.consume(d),r++,a):(e.exit("codeTextSequence"),l(d))}function l(d){return d===null?n(d):d===32?(e.enter("space"),e.consume(d),e.exit("space"),l):d===96?(i=e.enter("codeTextSequence"),s=0,c(d)):B(d)?(e.enter("lineEnding"),e.consume(d),e.exit("lineEnding"),l):(e.enter("codeTextData"),u(d))}function u(d){return d===null||d===32||d===96||B(d)?(e.exit("codeTextData"),l(d)):(e.consume(d),u)}function c(d){return d===96?(e.consume(d),s++,c):s===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(d)):(i.type="codeTextData",u(d))}}class zd{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){const r=n??Number.POSITIVE_INFINITY;return r<this.left.length?this.left.slice(t,r):t>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(t,n,r){const s=n||0;this.setCursor(Math.trunc(t));const i=this.right.splice(this.right.length-s,Number.POSITIVE_INFINITY);return r&&St(this.left,r),i.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),St(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),St(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){const n=this.left.splice(t,Number.POSITIVE_INFINITY);St(this.right,n.reverse())}else{const n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);St(this.left,n.reverse())}}}function St(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function Co(e){const t={};let n=-1,r,s,i,o,a,l,u;const c=new zd(e);for(;++n<c.length;){for(;n in t;)n=t[n];if(r=c.get(n),n&&r[1].type==="chunkFlow"&&c.get(n-1)[1].type==="listItemPrefix"&&(l=r[1]._tokenizer.events,i=0,i<l.length&&l[i][1].type==="lineEndingBlank"&&(i+=2),i<l.length&&l[i][1].type==="content"))for(;++i<l.length&&l[i][1].type!=="content";)l[i][1].type==="chunkText"&&(l[i][1]._isInFirstContentOfListItem=!0,i++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,Bd(c,n)),n=t[n],u=!0);else if(r[1]._container){for(i=n,s=void 0;i--;)if(o=c.get(i),o[1].type==="lineEnding"||o[1].type==="lineEndingBlank")o[0]==="enter"&&(s&&(c.get(s)[1].type="lineEndingBlank"),o[1].type="lineEnding",s=i);else if(!(o[1].type==="linePrefix"||o[1].type==="listItemIndent"))break;s&&(r[1].end={...c.get(s)[1].start},a=c.slice(s,n),a.unshift(r),c.splice(s,n-s+1,a))}}return Me(e,0,Number.POSITIVE_INFINITY,c.slice(0)),!u}function Bd(e,t){const n=e.get(t)[1],r=e.get(t)[2];let s=t-1;const i=[];let o=n._tokenizer;o||(o=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));const a=o.events,l=[],u={};let c,d,p=-1,f=n,m=0,y=0;const b=[y];for(;f;){for(;e.get(++s)[1]!==f;);i.push(s),f._tokenizer||(c=r.sliceStream(f),f.next||c.push(null),d&&o.defineSkip(f.start),f._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(c),f._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),d=f,f=f.next}for(f=n;++p<a.length;)a[p][0]==="exit"&&a[p-1][0]==="enter"&&a[p][1].type===a[p-1][1].type&&a[p][1].start.line!==a[p][1].end.line&&(y=p+1,b.push(y),f._tokenizer=void 0,f.previous=void 0,f=f.next);for(o.events=[],f?(f._tokenizer=void 0,f.previous=void 0):b.pop(),p=b.length;p--;){const g=a.slice(b[p],b[p+1]),k=i.pop();l.push([k,k+g.length-1]),e.splice(k,2,g)}for(l.reverse(),p=-1;++p<l.length;)u[m+l[p][0]]=m+l[p][1],m+=l[p][1]-l[p][0]-1;return u}const $d={resolve:Kd,tokenize:Hd},Ud={partial:!0,tokenize:Vd};function Kd(e){return Co(e),e}function Hd(e,t){let n;return r;function r(a){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),s(a)}function s(a){return a===null?i(a):B(a)?e.check(Ud,o,i)(a):(e.consume(a),s)}function i(a){return e.exit("chunkContent"),e.exit("content"),t(a)}function o(a){return e.consume(a),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,s}}function Vd(e,t,n){const r=this;return s;function s(o){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),X(e,i,"linePrefix")}function i(o){if(o===null||B(o))return n(o);const a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&a&&a[1].type==="linePrefix"&&a[2].sliceSerialize(a[1],!0).length>=4?t(o):e.interrupt(r.parser.constructs.flow,n,t)(o)}}function Io(e,t,n,r,s,i,o,a,l){const u=l||Number.POSITIVE_INFINITY;let c=0;return d;function d(g){return g===60?(e.enter(r),e.enter(s),e.enter(i),e.consume(g),e.exit(i),p):g===null||g===32||g===41||Qt(g)?n(g):(e.enter(r),e.enter(o),e.enter(a),e.enter("chunkString",{contentType:"string"}),y(g))}function p(g){return g===62?(e.enter(i),e.consume(g),e.exit(i),e.exit(s),e.exit(r),t):(e.enter(a),e.enter("chunkString",{contentType:"string"}),f(g))}function f(g){return g===62?(e.exit("chunkString"),e.exit(a),p(g)):g===null||g===60||B(g)?n(g):(e.consume(g),g===92?m:f)}function m(g){return g===60||g===62||g===92?(e.consume(g),f):f(g)}function y(g){return!c&&(g===null||g===41||J(g))?(e.exit("chunkString"),e.exit(a),e.exit(o),e.exit(r),t(g)):c<u&&g===40?(e.consume(g),c++,y):g===41?(e.consume(g),c--,y):g===null||g===32||g===40||Qt(g)?n(g):(e.consume(g),g===92?b:y)}function b(g){return g===40||g===41||g===92?(e.consume(g),y):y(g)}}function To(e,t,n,r,s,i){const o=this;let a=0,l;return u;function u(f){return e.enter(r),e.enter(s),e.consume(f),e.exit(s),e.enter(i),c}function c(f){return a>999||f===null||f===91||f===93&&!l||f===94&&!a&&"_hiddenFootnoteSupport"in o.parser.constructs?n(f):f===93?(e.exit(i),e.enter(s),e.consume(f),e.exit(s),e.exit(r),t):B(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),c):(e.enter("chunkString",{contentType:"string"}),d(f))}function d(f){return f===null||f===91||f===93||B(f)||a++>999?(e.exit("chunkString"),c(f)):(e.consume(f),l||(l=!q(f)),f===92?p:d)}function p(f){return f===91||f===92||f===93?(e.consume(f),a++,d):d(f)}}function Mo(e,t,n,r,s,i){let o;return a;function a(p){return p===34||p===39||p===40?(e.enter(r),e.enter(s),e.consume(p),e.exit(s),o=p===40?41:p,l):n(p)}function l(p){return p===o?(e.enter(s),e.consume(p),e.exit(s),e.exit(r),t):(e.enter(i),u(p))}function u(p){return p===o?(e.exit(i),l(o)):p===null?n(p):B(p)?(e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),X(e,u,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),c(p))}function c(p){return p===o||p===null||B(p)?(e.exit("chunkString"),u(p)):(e.consume(p),p===92?d:c)}function d(p){return p===o||p===92?(e.consume(p),c):c(p)}}function It(e,t){let n;return r;function r(s){return B(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),n=!0,r):q(s)?X(e,r,n?"linePrefix":"lineSuffix")(s):t(s)}}const qd={name:"definition",tokenize:Gd},Wd={partial:!0,tokenize:Qd};function Gd(e,t,n){const r=this;let s;return i;function i(f){return e.enter("definition"),o(f)}function o(f){return To.call(r,e,a,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(f)}function a(f){return s=De(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),f===58?(e.enter("definitionMarker"),e.consume(f),e.exit("definitionMarker"),l):n(f)}function l(f){return J(f)?It(e,u)(f):u(f)}function u(f){return Io(e,c,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(f)}function c(f){return e.attempt(Wd,d,d)(f)}function d(f){return q(f)?X(e,p,"whitespace")(f):p(f)}function p(f){return f===null||B(f)?(e.exit("definition"),r.parser.defined.push(s),t(f)):n(f)}}function Qd(e,t,n){return r;function r(a){return J(a)?It(e,s)(a):n(a)}function s(a){return Mo(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(a)}function i(a){return q(a)?X(e,o,"whitespace")(a):o(a)}function o(a){return a===null||B(a)?t(a):n(a)}}const Xd={name:"hardBreakEscape",tokenize:Yd};function Yd(e,t,n){return r;function r(i){return e.enter("hardBreakEscape"),e.consume(i),s}function s(i){return B(i)?(e.exit("hardBreakEscape"),t(i)):n(i)}}const Jd={name:"headingAtx",resolve:Zd,tokenize:eh};function Zd(e,t){let n=e.length-2,r=3,s,i;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(s={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},i={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},Me(e,r,n-r+1,[["enter",s,t],["enter",i,t],["exit",i,t],["exit",s,t]])),e}function eh(e,t,n){let r=0;return s;function s(c){return e.enter("atxHeading"),i(c)}function i(c){return e.enter("atxHeadingSequence"),o(c)}function o(c){return c===35&&r++<6?(e.consume(c),o):c===null||J(c)?(e.exit("atxHeadingSequence"),a(c)):n(c)}function a(c){return c===35?(e.enter("atxHeadingSequence"),l(c)):c===null||B(c)?(e.exit("atxHeading"),t(c)):q(c)?X(e,a,"whitespace")(c):(e.enter("atxHeadingText"),u(c))}function l(c){return c===35?(e.consume(c),l):(e.exit("atxHeadingSequence"),a(c))}function u(c){return c===null||c===35||J(c)?(e.exit("atxHeadingText"),a(c)):(e.consume(c),u)}}const th=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],gs=["pre","script","style","textarea"],nh={concrete:!0,name:"htmlFlow",resolveTo:ih,tokenize:oh},rh={partial:!0,tokenize:lh},sh={partial:!0,tokenize:ah};function ih(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function oh(e,t,n){const r=this;let s,i,o,a,l;return u;function u(x){return c(x)}function c(x){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(x),d}function d(x){return x===33?(e.consume(x),p):x===47?(e.consume(x),i=!0,y):x===63?(e.consume(x),s=3,r.interrupt?t:S):be(x)?(e.consume(x),o=String.fromCharCode(x),b):n(x)}function p(x){return x===45?(e.consume(x),s=2,f):x===91?(e.consume(x),s=5,a=0,m):be(x)?(e.consume(x),s=4,r.interrupt?t:S):n(x)}function f(x){return x===45?(e.consume(x),r.interrupt?t:S):n(x)}function m(x){const oe="CDATA[";return x===oe.charCodeAt(a++)?(e.consume(x),a===oe.length?r.interrupt?t:j:m):n(x)}function y(x){return be(x)?(e.consume(x),o=String.fromCharCode(x),b):n(x)}function b(x){if(x===null||x===47||x===62||J(x)){const oe=x===47,ie=o.toLowerCase();return!oe&&!i&&gs.includes(ie)?(s=1,r.interrupt?t(x):j(x)):th.includes(o.toLowerCase())?(s=6,oe?(e.consume(x),g):r.interrupt?t(x):j(x)):(s=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(x):i?k(x):w(x))}return x===45||ge(x)?(e.consume(x),o+=String.fromCharCode(x),b):n(x)}function g(x){return x===62?(e.consume(x),r.interrupt?t:j):n(x)}function k(x){return q(x)?(e.consume(x),k):I(x)}function w(x){return x===47?(e.consume(x),I):x===58||x===95||be(x)?(e.consume(x),T):q(x)?(e.consume(x),w):I(x)}function T(x){return x===45||x===46||x===58||x===95||ge(x)?(e.consume(x),T):E(x)}function E(x){return x===61?(e.consume(x),v):q(x)?(e.consume(x),E):w(x)}function v(x){return x===null||x===60||x===61||x===62||x===96?n(x):x===34||x===39?(e.consume(x),l=x,O):q(x)?(e.consume(x),v):D(x)}function O(x){return x===l?(e.consume(x),l=null,z):x===null||B(x)?n(x):(e.consume(x),O)}function D(x){return x===null||x===34||x===39||x===47||x===60||x===61||x===62||x===96||J(x)?E(x):(e.consume(x),D)}function z(x){return x===47||x===62||q(x)?w(x):n(x)}function I(x){return x===62?(e.consume(x),L):n(x)}function L(x){return x===null||B(x)?j(x):q(x)?(e.consume(x),L):n(x)}function j(x){return x===45&&s===2?(e.consume(x),W):x===60&&s===1?(e.consume(x),ee):x===62&&s===4?(e.consume(x),pe):x===63&&s===3?(e.consume(x),S):x===93&&s===5?(e.consume(x),re):B(x)&&(s===6||s===7)?(e.exit("htmlFlowData"),e.check(rh,Se,$)(x)):x===null||B(x)?(e.exit("htmlFlowData"),$(x)):(e.consume(x),j)}function $(x){return e.check(sh,F,Se)(x)}function F(x){return e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),P}function P(x){return x===null||B(x)?$(x):(e.enter("htmlFlowData"),j(x))}function W(x){return x===45?(e.consume(x),S):j(x)}function ee(x){return x===47?(e.consume(x),o="",de):j(x)}function de(x){if(x===62){const oe=o.toLowerCase();return gs.includes(oe)?(e.consume(x),pe):j(x)}return be(x)&&o.length<8?(e.consume(x),o+=String.fromCharCode(x),de):j(x)}function re(x){return x===93?(e.consume(x),S):j(x)}function S(x){return x===62?(e.consume(x),pe):x===45&&s===2?(e.consume(x),S):j(x)}function pe(x){return x===null||B(x)?(e.exit("htmlFlowData"),Se(x)):(e.consume(x),pe)}function Se(x){return e.exit("htmlFlow"),t(x)}}function ah(e,t,n){const r=this;return s;function s(o){return B(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),i):n(o)}function i(o){return r.parser.lazy[r.now().line]?n(o):t(o)}}function lh(e,t,n){return r;function r(s){return e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),e.attempt(jt,t,n)}}const uh={name:"htmlText",tokenize:ch};function ch(e,t,n){const r=this;let s,i,o;return a;function a(S){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(S),l}function l(S){return S===33?(e.consume(S),u):S===47?(e.consume(S),E):S===63?(e.consume(S),w):be(S)?(e.consume(S),D):n(S)}function u(S){return S===45?(e.consume(S),c):S===91?(e.consume(S),i=0,m):be(S)?(e.consume(S),k):n(S)}function c(S){return S===45?(e.consume(S),f):n(S)}function d(S){return S===null?n(S):S===45?(e.consume(S),p):B(S)?(o=d,ee(S)):(e.consume(S),d)}function p(S){return S===45?(e.consume(S),f):d(S)}function f(S){return S===62?W(S):S===45?p(S):d(S)}function m(S){const pe="CDATA[";return S===pe.charCodeAt(i++)?(e.consume(S),i===pe.length?y:m):n(S)}function y(S){return S===null?n(S):S===93?(e.consume(S),b):B(S)?(o=y,ee(S)):(e.consume(S),y)}function b(S){return S===93?(e.consume(S),g):y(S)}function g(S){return S===62?W(S):S===93?(e.consume(S),g):y(S)}function k(S){return S===null||S===62?W(S):B(S)?(o=k,ee(S)):(e.consume(S),k)}function w(S){return S===null?n(S):S===63?(e.consume(S),T):B(S)?(o=w,ee(S)):(e.consume(S),w)}function T(S){return S===62?W(S):w(S)}function E(S){return be(S)?(e.consume(S),v):n(S)}function v(S){return S===45||ge(S)?(e.consume(S),v):O(S)}function O(S){return B(S)?(o=O,ee(S)):q(S)?(e.consume(S),O):W(S)}function D(S){return S===45||ge(S)?(e.consume(S),D):S===47||S===62||J(S)?z(S):n(S)}function z(S){return S===47?(e.consume(S),W):S===58||S===95||be(S)?(e.consume(S),I):B(S)?(o=z,ee(S)):q(S)?(e.consume(S),z):W(S)}function I(S){return S===45||S===46||S===58||S===95||ge(S)?(e.consume(S),I):L(S)}function L(S){return S===61?(e.consume(S),j):B(S)?(o=L,ee(S)):q(S)?(e.consume(S),L):z(S)}function j(S){return S===null||S===60||S===61||S===62||S===96?n(S):S===34||S===39?(e.consume(S),s=S,$):B(S)?(o=j,ee(S)):q(S)?(e.consume(S),j):(e.consume(S),F)}function $(S){return S===s?(e.consume(S),s=void 0,P):S===null?n(S):B(S)?(o=$,ee(S)):(e.consume(S),$)}function F(S){return S===null||S===34||S===39||S===60||S===61||S===96?n(S):S===47||S===62||J(S)?z(S):(e.consume(S),F)}function P(S){return S===47||S===62||J(S)?z(S):n(S)}function W(S){return S===62?(e.consume(S),e.exit("htmlTextData"),e.exit("htmlText"),t):n(S)}function ee(S){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(S),e.exit("lineEnding"),de}function de(S){return q(S)?X(e,re,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(S):re(S)}function re(S){return e.enter("htmlTextData"),o(S)}}const Rr={name:"labelEnd",resolveAll:ph,resolveTo:gh,tokenize:mh},dh={tokenize:yh},hh={tokenize:xh},fh={tokenize:bh};function ph(e){let t=-1;const n=[];for(;++t<e.length;){const r=e[t][1];if(n.push(e[t]),r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd"){const s=r.type==="labelImage"?4:2;r.type="data",t+=s}}return e.length!==n.length&&Me(e,0,e.length,n),e}function gh(e,t){let n=e.length,r=0,s,i,o,a;for(;n--;)if(s=e[n][1],i){if(s.type==="link"||s.type==="labelLink"&&s._inactive)break;e[n][0]==="enter"&&s.type==="labelLink"&&(s._inactive=!0)}else if(o){if(e[n][0]==="enter"&&(s.type==="labelImage"||s.type==="labelLink")&&!s._balanced&&(i=n,s.type!=="labelLink")){r=2;break}}else s.type==="labelEnd"&&(o=n);const l={type:e[i][1].type==="labelLink"?"link":"image",start:{...e[i][1].start},end:{...e[e.length-1][1].end}},u={type:"label",start:{...e[i][1].start},end:{...e[o][1].end}},c={type:"labelText",start:{...e[i+r+2][1].end},end:{...e[o-2][1].start}};return a=[["enter",l,t],["enter",u,t]],a=Le(a,e.slice(i+1,i+r+3)),a=Le(a,[["enter",c,t]]),a=Le(a,rn(t.parser.constructs.insideSpan.null,e.slice(i+r+4,o-3),t)),a=Le(a,[["exit",c,t],e[o-2],e[o-1],["exit",u,t]]),a=Le(a,e.slice(o+1)),a=Le(a,[["exit",l,t]]),Me(e,i,e.length,a),e}function mh(e,t,n){const r=this;let s=r.events.length,i,o;for(;s--;)if((r.events[s][1].type==="labelImage"||r.events[s][1].type==="labelLink")&&!r.events[s][1]._balanced){i=r.events[s][1];break}return a;function a(p){return i?i._inactive?d(p):(o=r.parser.defined.includes(De(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(p),e.exit("labelMarker"),e.exit("labelEnd"),l):n(p)}function l(p){return p===40?e.attempt(dh,c,o?c:d)(p):p===91?e.attempt(hh,c,o?u:d)(p):o?c(p):d(p)}function u(p){return e.attempt(fh,c,d)(p)}function c(p){return t(p)}function d(p){return i._balanced=!0,n(p)}}function yh(e,t,n){return r;function r(d){return e.enter("resource"),e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),s}function s(d){return J(d)?It(e,i)(d):i(d)}function i(d){return d===41?c(d):Io(e,o,a,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(d)}function o(d){return J(d)?It(e,l)(d):c(d)}function a(d){return n(d)}function l(d){return d===34||d===39||d===40?Mo(e,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(d):c(d)}function u(d){return J(d)?It(e,c)(d):c(d)}function c(d){return d===41?(e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),e.exit("resource"),t):n(d)}}function xh(e,t,n){const r=this;return s;function s(a){return To.call(r,e,i,o,"reference","referenceMarker","referenceString")(a)}function i(a){return r.parser.defined.includes(De(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(a):n(a)}function o(a){return n(a)}}function bh(e,t,n){return r;function r(i){return e.enter("reference"),e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),s}function s(i){return i===93?(e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),e.exit("reference"),t):n(i)}}const Sh={name:"labelStartImage",resolveAll:Rr.resolveAll,tokenize:kh};function kh(e,t,n){const r=this;return s;function s(a){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(a),e.exit("labelImageMarker"),i}function i(a){return a===91?(e.enter("labelMarker"),e.consume(a),e.exit("labelMarker"),e.exit("labelImage"),o):n(a)}function o(a){return a===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(a):t(a)}}const vh={name:"labelStartLink",resolveAll:Rr.resolveAll,tokenize:wh};function wh(e,t,n){const r=this;return s;function s(o){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelLink"),i}function i(o){return o===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(o):t(o)}}const mn={name:"lineEnding",tokenize:Ch};function Ch(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),X(e,t,"linePrefix")}}const qt={name:"thematicBreak",tokenize:Ih};function Ih(e,t,n){let r=0,s;return i;function i(u){return e.enter("thematicBreak"),o(u)}function o(u){return s=u,a(u)}function a(u){return u===s?(e.enter("thematicBreakSequence"),l(u)):r>=3&&(u===null||B(u))?(e.exit("thematicBreak"),t(u)):n(u)}function l(u){return u===s?(e.consume(u),r++,l):(e.exit("thematicBreakSequence"),q(u)?X(e,a,"whitespace")(u):a(u))}}const ve={continuation:{tokenize:Eh},exit:Lh,name:"list",tokenize:Rh},Th={partial:!0,tokenize:Nh},Mh={partial:!0,tokenize:Ah};function Rh(e,t,n){const r=this,s=r.events[r.events.length-1];let i=s&&s[1].type==="linePrefix"?s[2].sliceSerialize(s[1],!0).length:0,o=0;return a;function a(f){const m=r.containerState.type||(f===42||f===43||f===45?"listUnordered":"listOrdered");if(m==="listUnordered"?!r.containerState.marker||f===r.containerState.marker:qn(f)){if(r.containerState.type||(r.containerState.type=m,e.enter(m,{_container:!0})),m==="listUnordered")return e.enter("listItemPrefix"),f===42||f===45?e.check(qt,n,u)(f):u(f);if(!r.interrupt||f===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(f)}return n(f)}function l(f){return qn(f)&&++o<10?(e.consume(f),l):(!r.interrupt||o<2)&&(r.containerState.marker?f===r.containerState.marker:f===41||f===46)?(e.exit("listItemValue"),u(f)):n(f)}function u(f){return e.enter("listItemMarker"),e.consume(f),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||f,e.check(jt,r.interrupt?n:c,e.attempt(Th,p,d))}function c(f){return r.containerState.initialBlankLine=!0,i++,p(f)}function d(f){return q(f)?(e.enter("listItemPrefixWhitespace"),e.consume(f),e.exit("listItemPrefixWhitespace"),p):n(f)}function p(f){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(f)}}function Eh(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(jt,s,i);function s(a){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,X(e,t,"listItemIndent",r.containerState.size+1)(a)}function i(a){return r.containerState.furtherBlankLines||!q(a)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,o(a)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(Mh,t,o)(a))}function o(a){return r.containerState._closeFlow=!0,r.interrupt=void 0,X(e,e.attempt(ve,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(a)}}function Ah(e,t,n){const r=this;return X(e,s,"listItemIndent",r.containerState.size+1);function s(i){const o=r.events[r.events.length-1];return o&&o[1].type==="listItemIndent"&&o[2].sliceSerialize(o[1],!0).length===r.containerState.size?t(i):n(i)}}function Lh(e){e.exit(this.containerState.type)}function Nh(e,t,n){const r=this;return X(e,s,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function s(i){const o=r.events[r.events.length-1];return!q(i)&&o&&o[1].type==="listItemPrefixWhitespace"?t(i):n(i)}}const ms={name:"setextUnderline",resolveTo:Ph,tokenize:jh};function Ph(e,t){let n=e.length,r,s,i;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(s=n)}else e[n][1].type==="content"&&e.splice(n,1),!i&&e[n][1].type==="definition"&&(i=n);const o={type:"setextHeading",start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[s][1].type="setextHeadingText",i?(e.splice(s,0,["enter",o,t]),e.splice(i+1,0,["exit",e[r][1],t]),e[r][1].end={...e[i][1].end}):e[r][1]=o,e.push(["exit",o,t]),e}function jh(e,t,n){const r=this;let s;return i;function i(u){let c=r.events.length,d;for(;c--;)if(r.events[c][1].type!=="lineEnding"&&r.events[c][1].type!=="linePrefix"&&r.events[c][1].type!=="content"){d=r.events[c][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||d)?(e.enter("setextHeadingLine"),s=u,o(u)):n(u)}function o(u){return e.enter("setextHeadingLineSequence"),a(u)}function a(u){return u===s?(e.consume(u),a):(e.exit("setextHeadingLineSequence"),q(u)?X(e,l,"lineSuffix")(u):l(u))}function l(u){return u===null||B(u)?(e.exit("setextHeadingLine"),t(u)):n(u)}}const Dh={tokenize:_h};function _h(e){const t=this,n=e.attempt(jt,r,e.attempt(this.parser.constructs.flowInitial,s,X(e,e.attempt(this.parser.constructs.flow,s,e.attempt($d,s)),"linePrefix")));return n;function r(i){if(i===null){e.consume(i);return}return e.enter("lineEndingBlank"),e.consume(i),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function s(i){if(i===null){e.consume(i);return}return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const Oh={resolveAll:Eo()},Fh=Ro("string"),zh=Ro("text");function Ro(e){return{resolveAll:Eo(e==="text"?Bh:void 0),tokenize:t};function t(n){const r=this,s=this.parser.constructs[e],i=n.attempt(s,o,a);return o;function o(c){return u(c)?i(c):a(c)}function a(c){if(c===null){n.consume(c);return}return n.enter("data"),n.consume(c),l}function l(c){return u(c)?(n.exit("data"),i(c)):(n.consume(c),l)}function u(c){if(c===null)return!0;const d=s[c];let p=-1;if(d)for(;++p<d.length;){const f=d[p];if(!f.previous||f.previous.call(r,r.previous))return!0}return!1}}}function Eo(e){return t;function t(n,r){let s=-1,i;for(;++s<=n.length;)i===void 0?n[s]&&n[s][1].type==="data"&&(i=s,s++):(!n[s]||n[s][1].type!=="data")&&(s!==i+2&&(n[i][1].end=n[s-1][1].end,n.splice(i+2,s-i-2),s=i+2),i=void 0);return e?e(n,r):n}}function Bh(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1],s=t.sliceStream(r);let i=s.length,o=-1,a=0,l;for(;i--;){const u=s[i];if(typeof u=="string"){for(o=u.length;u.charCodeAt(o-1)===32;)a++,o--;if(o)break;o=-1}else if(u===-2)l=!0,a++;else if(u!==-1){i++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(a=0),a){const u={type:n===e.length||l||a<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:i?o:r.start._bufferIndex+o,_index:r.start._index+i,line:r.end.line,column:r.end.column-a,offset:r.end.offset-a},end:{...r.end}};r.end={...u.start},r.start.offset===r.end.offset?Object.assign(r,u):(e.splice(n,0,["enter",u,t],["exit",u,t]),n+=2)}n++}return e}const $h={42:ve,43:ve,45:ve,48:ve,49:ve,50:ve,51:ve,52:ve,53:ve,54:ve,55:ve,56:ve,57:ve,62:ko},Uh={91:qd},Kh={[-2]:gn,[-1]:gn,32:gn},Hh={35:Jd,42:qt,45:[ms,qt],60:nh,61:ms,95:qt,96:ps,126:ps},Vh={38:wo,92:vo},qh={[-5]:mn,[-4]:mn,[-3]:mn,33:Sh,38:wo,42:Wn,60:[vd,uh],91:vh,92:[Xd,vo],93:Rr,95:Wn,96:Dd},Wh={null:[Wn,Oh]},Gh={null:[42,95]},Qh={null:[]},Xh=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:Gh,contentInitial:Uh,disable:Qh,document:$h,flow:Hh,flowInitial:Kh,insideSpan:Wh,string:Vh,text:qh},Symbol.toStringTag,{value:"Module"}));function Yh(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0};const s={},i=[];let o=[],a=[];const l={attempt:O(E),check:O(v),consume:k,enter:w,exit:T,interrupt:O(v,{interrupt:!0})},u={code:null,containerState:{},defineSkip:y,events:[],now:m,parser:e,previous:null,sliceSerialize:p,sliceStream:f,write:d};let c=t.tokenize.call(u,l);return t.resolveAll&&i.push(t),u;function d(L){return o=Le(o,L),b(),o[o.length-1]!==null?[]:(D(t,0),u.events=rn(i,u.events,u),u.events)}function p(L,j){return Zh(f(L),j)}function f(L){return Jh(o,L)}function m(){const{_bufferIndex:L,_index:j,line:$,column:F,offset:P}=r;return{_bufferIndex:L,_index:j,line:$,column:F,offset:P}}function y(L){s[L.line]=L.column,I()}function b(){let L;for(;r._index<o.length;){const j=o[r._index];if(typeof j=="string")for(L=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===L&&r._bufferIndex<j.length;)g(j.charCodeAt(r._bufferIndex));else g(j)}}function g(L){c=c(L)}function k(L){B(L)?(r.line++,r.column=1,r.offset+=L===-3?2:1,I()):L!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),u.previous=L}function w(L,j){const $=j||{};return $.type=L,$.start=m(),u.events.push(["enter",$,u]),a.push($),$}function T(L){const j=a.pop();return j.end=m(),u.events.push(["exit",j,u]),j}function E(L,j){D(L,j.from)}function v(L,j){j.restore()}function O(L,j){return $;function $(F,P,W){let ee,de,re,S;return Array.isArray(F)?Se(F):"tokenize"in F?Se([F]):pe(F);function pe(te){return Ne;function Ne(ke){const Re=ke!==null&&te[ke],he=ke!==null&&te.null,_e=[...Array.isArray(Re)?Re:Re?[Re]:[],...Array.isArray(he)?he:he?[he]:[]];return Se(_e)(ke)}}function Se(te){return ee=te,de=0,te.length===0?W:x(te[de])}function x(te){return Ne;function Ne(ke){return S=z(),re=te,te.partial||(u.currentConstruct=te),te.name&&u.parser.constructs.disable.null.includes(te.name)?ie():te.tokenize.call(j?Object.assign(Object.create(u),j):u,l,oe,ie)(ke)}}function oe(te){return L(re,S),P}function ie(te){return S.restore(),++de<ee.length?x(ee[de]):W}}}function D(L,j){L.resolveAll&&!i.includes(L)&&i.push(L),L.resolve&&Me(u.events,j,u.events.length-j,L.resolve(u.events.slice(j),u)),L.resolveTo&&(u.events=L.resolveTo(u.events,u))}function z(){const L=m(),j=u.previous,$=u.currentConstruct,F=u.events.length,P=Array.from(a);return{from:F,restore:W};function W(){r=L,u.previous=j,u.currentConstruct=$,u.events.length=F,a=P,I()}}function I(){r.line in s&&r.column<2&&(r.column=s[r.line],r.offset+=s[r.line]-1)}}function Jh(e,t){const n=t.start._index,r=t.start._bufferIndex,s=t.end._index,i=t.end._bufferIndex;let o;if(n===s)o=[e[n].slice(r,i)];else{if(o=e.slice(n,s),r>-1){const a=o[0];typeof a=="string"?o[0]=a.slice(r):o.shift()}i>0&&o.push(e[s].slice(0,i))}return o}function Zh(e,t){let n=-1;const r=[];let s;for(;++n<e.length;){const i=e[n];let o;if(typeof i=="string")o=i;else switch(i){case-5:{o="\r";break}case-4:{o=`
4
+ `;break}case-3:{o=`\r
5
+ `;break}case-2:{o=t?" ":" ";break}case-1:{if(!t&&s)continue;o=" ";break}default:o=String.fromCharCode(i)}s=i===-2,r.push(o)}return r.join("")}function ef(e){const r={constructs:bo([Xh,...(e||{}).extensions||[]]),content:s(gd),defined:[],document:s(yd),flow:s(Dh),lazy:{},string:s(Fh),text:s(zh)};return r;function s(i){return o;function o(a){return Yh(r,i,a)}}}function tf(e){for(;!Co(e););return e}const ys=/[\0\t\n\r]/g;function nf(){let e=1,t="",n=!0,r;return s;function s(i,o,a){const l=[];let u,c,d,p,f;for(i=t+(typeof i=="string"?i.toString():new TextDecoder(o||void 0).decode(i)),d=0,t="",n&&(i.charCodeAt(0)===65279&&d++,n=void 0);d<i.length;){if(ys.lastIndex=d,u=ys.exec(i),p=u&&u.index!==void 0?u.index:i.length,f=i.charCodeAt(p),!u){t=i.slice(d);break}if(f===10&&d===p&&r)l.push(-3),r=void 0;else switch(r&&(l.push(-5),r=void 0),d<p&&(l.push(i.slice(d,p)),e+=p-d),f){case 0:{l.push(65533),e++;break}case 9:{for(c=Math.ceil(e/4)*4,l.push(-2);e++<c;)l.push(-1);break}case 10:{l.push(-4),e=1;break}default:r=!0,e=1}d=p+1}return a&&(r&&l.push(-5),t&&l.push(t),l.push(null)),l}}const rf=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function sf(e){return e.replace(rf,of)}function of(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const s=n.charCodeAt(1),i=s===120||s===88;return So(n.slice(i?2:1),i?16:10)}return Mr(n)||e}const Ao={}.hasOwnProperty;function af(e,t,n){return t&&typeof t=="object"&&(n=t,t=void 0),lf(n)(tf(ef(n).document().write(nf()(e,t,!0))))}function lf(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:i(Ee),autolinkProtocol:z,autolinkEmail:z,atxHeading:i(Ge),blockQuote:i(he),characterEscape:z,characterReference:z,codeFenced:i(_e),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:i(_e,o),codeText:i(Ye,o),codeTextData:z,data:z,codeFlowValue:z,definition:i(Je),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:i(Ze),hardBreakEscape:i(ce),hardBreakTrailing:i(ce),htmlFlow:i(V,o),htmlFlowData:z,htmlText:i(V,o),htmlTextData:z,image:i(ye),label:o,link:i(Ee),listItem:i(Be),listItemValue:p,listOrdered:i(xe,d),listUnordered:i(xe),paragraph:i(Pa),reference:x,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:i(Ge),strong:i(ja),thematicBreak:i(_a)},exit:{atxHeading:l(),atxHeadingSequence:E,autolink:l(),autolinkEmail:Re,autolinkProtocol:ke,blockQuote:l(),characterEscapeValue:I,characterReferenceMarkerHexadecimal:ie,characterReferenceMarkerNumeric:ie,characterReferenceValue:te,characterReference:Ne,codeFenced:l(b),codeFencedFence:y,codeFencedFenceInfo:f,codeFencedFenceMeta:m,codeFlowValue:I,codeIndented:l(g),codeText:l(P),codeTextData:I,data:I,definition:l(),definitionDestinationString:T,definitionLabelString:k,definitionTitleString:w,emphasis:l(),hardBreakEscape:l(j),hardBreakTrailing:l(j),htmlFlow:l($),htmlFlowData:I,htmlText:l(F),htmlTextData:I,image:l(ee),label:re,labelText:de,lineEnding:L,link:l(W),listItem:l(),listOrdered:l(),listUnordered:l(),paragraph:l(),referenceString:oe,resourceDestinationString:S,resourceTitleString:pe,resource:Se,setextHeading:l(D),setextHeadingLineSequence:O,setextHeadingText:v,strong:l(),thematicBreak:l()}};Lo(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(M){let N={type:"root",children:[]};const U={stack:[N],tokenStack:[],config:t,enter:a,exit:u,buffer:o,resume:c,data:n},Q=[];let Y=-1;for(;++Y<M.length;)if(M[Y][1].type==="listOrdered"||M[Y][1].type==="listUnordered")if(M[Y][0]==="enter")Q.push(Y);else{const Pe=Q.pop();Y=s(M,Pe,Y)}for(Y=-1;++Y<M.length;){const Pe=t[M[Y][0]];Ao.call(Pe,M[Y][1].type)&&Pe[M[Y][1].type].call(Object.assign({sliceSerialize:M[Y][2].sliceSerialize},U),M[Y][1])}if(U.tokenStack.length>0){const Pe=U.tokenStack[U.tokenStack.length-1];(Pe[1]||xs).call(U,void 0,Pe[0])}for(N.position={start:Qe(M.length>0?M[0][1].start:{line:1,column:1,offset:0}),end:Qe(M.length>0?M[M.length-2][1].end:{line:1,column:1,offset:0})},Y=-1;++Y<t.transforms.length;)N=t.transforms[Y](N)||N;return N}function s(M,N,U){let Q=N-1,Y=-1,Pe=!1,et,$e,mt,yt;for(;++Q<=U;){const Ce=M[Q];switch(Ce[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Ce[0]==="enter"?Y++:Y--,yt=void 0;break}case"lineEndingBlank":{Ce[0]==="enter"&&(et&&!yt&&!Y&&!mt&&(mt=Q),yt=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:yt=void 0}if(!Y&&Ce[0]==="enter"&&Ce[1].type==="listItemPrefix"||Y===-1&&Ce[0]==="exit"&&(Ce[1].type==="listUnordered"||Ce[1].type==="listOrdered")){if(et){let it=Q;for($e=void 0;it--;){const Ue=M[it];if(Ue[1].type==="lineEnding"||Ue[1].type==="lineEndingBlank"){if(Ue[0]==="exit")continue;$e&&(M[$e][1].type="lineEndingBlank",Pe=!0),Ue[1].type="lineEnding",$e=it}else if(!(Ue[1].type==="linePrefix"||Ue[1].type==="blockQuotePrefix"||Ue[1].type==="blockQuotePrefixWhitespace"||Ue[1].type==="blockQuoteMarker"||Ue[1].type==="listItemIndent"))break}mt&&(!$e||mt<$e)&&(et._spread=!0),et.end=Object.assign({},$e?M[$e][1].start:Ce[1].end),M.splice($e||Q,0,["exit",et,Ce[2]]),Q++,U++}if(Ce[1].type==="listItemPrefix"){const it={type:"listItem",_spread:!1,start:Object.assign({},Ce[1].start),end:void 0};et=it,M.splice(Q,0,["enter",it,Ce[2]]),Q++,U++,mt=void 0,yt=!0}}}return M[N][1]._spread=Pe,U}function i(M,N){return U;function U(Q){a.call(this,M(Q),Q),N&&N.call(this,Q)}}function o(){this.stack.push({type:"fragment",children:[]})}function a(M,N,U){this.stack[this.stack.length-1].children.push(M),this.stack.push(M),this.tokenStack.push([N,U||void 0]),M.position={start:Qe(N.start),end:void 0}}function l(M){return N;function N(U){M&&M.call(this,U),u.call(this,U)}}function u(M,N){const U=this.stack.pop(),Q=this.tokenStack.pop();if(Q)Q[0].type!==M.type&&(N?N.call(this,M,Q[0]):(Q[1]||xs).call(this,M,Q[0]));else throw new Error("Cannot close `"+M.type+"` ("+Ct({start:M.start,end:M.end})+"): it’s not open");U.position.end=Qe(M.end)}function c(){return Tr(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function p(M){if(this.data.expectingFirstListItemValue){const N=this.stack[this.stack.length-2];N.start=Number.parseInt(this.sliceSerialize(M),10),this.data.expectingFirstListItemValue=void 0}}function f(){const M=this.resume(),N=this.stack[this.stack.length-1];N.lang=M}function m(){const M=this.resume(),N=this.stack[this.stack.length-1];N.meta=M}function y(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function b(){const M=this.resume(),N=this.stack[this.stack.length-1];N.value=M.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function g(){const M=this.resume(),N=this.stack[this.stack.length-1];N.value=M.replace(/(\r?\n|\r)$/g,"")}function k(M){const N=this.resume(),U=this.stack[this.stack.length-1];U.label=N,U.identifier=De(this.sliceSerialize(M)).toLowerCase()}function w(){const M=this.resume(),N=this.stack[this.stack.length-1];N.title=M}function T(){const M=this.resume(),N=this.stack[this.stack.length-1];N.url=M}function E(M){const N=this.stack[this.stack.length-1];if(!N.depth){const U=this.sliceSerialize(M).length;N.depth=U}}function v(){this.data.setextHeadingSlurpLineEnding=!0}function O(M){const N=this.stack[this.stack.length-1];N.depth=this.sliceSerialize(M).codePointAt(0)===61?1:2}function D(){this.data.setextHeadingSlurpLineEnding=void 0}function z(M){const U=this.stack[this.stack.length-1].children;let Q=U[U.length-1];(!Q||Q.type!=="text")&&(Q=Da(),Q.position={start:Qe(M.start),end:void 0},U.push(Q)),this.stack.push(Q)}function I(M){const N=this.stack.pop();N.value+=this.sliceSerialize(M),N.position.end=Qe(M.end)}function L(M){const N=this.stack[this.stack.length-1];if(this.data.atHardBreak){const U=N.children[N.children.length-1];U.position.end=Qe(M.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(N.type)&&(z.call(this,M),I.call(this,M))}function j(){this.data.atHardBreak=!0}function $(){const M=this.resume(),N=this.stack[this.stack.length-1];N.value=M}function F(){const M=this.resume(),N=this.stack[this.stack.length-1];N.value=M}function P(){const M=this.resume(),N=this.stack[this.stack.length-1];N.value=M}function W(){const M=this.stack[this.stack.length-1];if(this.data.inReference){const N=this.data.referenceType||"shortcut";M.type+="Reference",M.referenceType=N,delete M.url,delete M.title}else delete M.identifier,delete M.label;this.data.referenceType=void 0}function ee(){const M=this.stack[this.stack.length-1];if(this.data.inReference){const N=this.data.referenceType||"shortcut";M.type+="Reference",M.referenceType=N,delete M.url,delete M.title}else delete M.identifier,delete M.label;this.data.referenceType=void 0}function de(M){const N=this.sliceSerialize(M),U=this.stack[this.stack.length-2];U.label=sf(N),U.identifier=De(N).toLowerCase()}function re(){const M=this.stack[this.stack.length-1],N=this.resume(),U=this.stack[this.stack.length-1];if(this.data.inReference=!0,U.type==="link"){const Q=M.children;U.children=Q}else U.alt=N}function S(){const M=this.resume(),N=this.stack[this.stack.length-1];N.url=M}function pe(){const M=this.resume(),N=this.stack[this.stack.length-1];N.title=M}function Se(){this.data.inReference=void 0}function x(){this.data.referenceType="collapsed"}function oe(M){const N=this.resume(),U=this.stack[this.stack.length-1];U.label=N,U.identifier=De(this.sliceSerialize(M)).toLowerCase(),this.data.referenceType="full"}function ie(M){this.data.characterReferenceType=M.type}function te(M){const N=this.sliceSerialize(M),U=this.data.characterReferenceType;let Q;U?(Q=So(N,U==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Q=Mr(N);const Y=this.stack[this.stack.length-1];Y.value+=Q}function Ne(M){const N=this.stack.pop();N.position.end=Qe(M.end)}function ke(M){I.call(this,M);const N=this.stack[this.stack.length-1];N.url=this.sliceSerialize(M)}function Re(M){I.call(this,M);const N=this.stack[this.stack.length-1];N.url="mailto:"+this.sliceSerialize(M)}function he(){return{type:"blockquote",children:[]}}function _e(){return{type:"code",lang:null,meta:null,value:""}}function Ye(){return{type:"inlineCode",value:""}}function Je(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Ze(){return{type:"emphasis",children:[]}}function Ge(){return{type:"heading",depth:0,children:[]}}function ce(){return{type:"break"}}function V(){return{type:"html",value:""}}function ye(){return{type:"image",title:null,url:"",alt:null}}function Ee(){return{type:"link",title:null,url:"",children:[]}}function xe(M){return{type:"list",ordered:M.type==="listOrdered",start:null,spread:M._spread,children:[]}}function Be(M){return{type:"listItem",spread:M._spread,checked:null,children:[]}}function Pa(){return{type:"paragraph",children:[]}}function ja(){return{type:"strong",children:[]}}function Da(){return{type:"text",value:""}}function _a(){return{type:"thematicBreak"}}}function Qe(e){return{line:e.line,column:e.column,offset:e.offset}}function Lo(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?Lo(e,r):uf(e,r)}}function uf(e,t){let n;for(n in t)if(Ao.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function xs(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Ct({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Ct({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Ct({start:t.start,end:t.end})+") is still open")}function cf(e){const t=this;t.parser=n;function n(r){return af(r,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function df(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function hf(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
6
+ `}]}function ff(e,t){const n=t.value?t.value+`
7
+ `:"",r={},s=t.lang?t.lang.split(/\s+/):[];s.length>0&&(r.className=["language-"+s[0]]);let i={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(i.data={meta:t.meta}),e.patch(t,i),i=e.applyData(t,i),i={type:"element",tagName:"pre",properties:{},children:[i]},e.patch(t,i),i}function pf(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function gf(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function mf(e,t){const n=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),s=gt(r.toLowerCase()),i=e.footnoteOrder.indexOf(r);let o,a=e.footnoteCounts.get(r);a===void 0?(a=0,e.footnoteOrder.push(r),o=e.footnoteOrder.length):o=i+1,a+=1,e.footnoteCounts.set(r,a);const l={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+s,id:n+"fnref-"+s+(a>1?"-"+a:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(o)}]};e.patch(t,l);const u={type:"element",tagName:"sup",properties:{},children:[l]};return e.patch(t,u),e.applyData(t,u)}function yf(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function xf(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}}function No(e,t){const n=t.referenceType;let r="]";if(n==="collapsed"?r+="[]":n==="full"&&(r+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+r}];const s=e.all(t),i=s[0];i&&i.type==="text"?i.value="["+i.value:s.unshift({type:"text",value:"["});const o=s[s.length-1];return o&&o.type==="text"?o.value+=r:s.push({type:"text",value:r}),s}function bf(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return No(e,t);const s={src:gt(r.url||""),alt:t.alt};r.title!==null&&r.title!==void 0&&(s.title=r.title);const i={type:"element",tagName:"img",properties:s,children:[]};return e.patch(t,i),e.applyData(t,i)}function Sf(e,t){const n={src:gt(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function kf(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function vf(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return No(e,t);const s={href:gt(r.url||"")};r.title!==null&&r.title!==void 0&&(s.title=r.title);const i={type:"element",tagName:"a",properties:s,children:e.all(t)};return e.patch(t,i),e.applyData(t,i)}function wf(e,t){const n={href:gt(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function Cf(e,t,n){const r=e.all(t),s=n?If(n):Po(t),i={},o=[];if(typeof t.checked=="boolean"){const c=r[0];let d;c&&c.type==="element"&&c.tagName==="p"?d=c:(d={type:"element",tagName:"p",properties:{},children:[]},r.unshift(d)),d.children.length>0&&d.children.unshift({type:"text",value:" "}),d.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),i.className=["task-list-item"]}let a=-1;for(;++a<r.length;){const c=r[a];(s||a!==0||c.type!=="element"||c.tagName!=="p")&&o.push({type:"text",value:`
8
+ `}),c.type==="element"&&c.tagName==="p"&&!s?o.push(...c.children):o.push(c)}const l=r[r.length-1];l&&(s||l.type!=="element"||l.tagName!=="p")&&o.push({type:"text",value:`
9
+ `});const u={type:"element",tagName:"li",properties:i,children:o};return e.patch(t,u),e.applyData(t,u)}function If(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=Po(n[r])}return t}function Po(e){const t=e.spread;return t??e.children.length>1}function Tf(e,t){const n={},r=e.all(t);let s=-1;for(typeof t.start=="number"&&t.start!==1&&(n.start=t.start);++s<r.length;){const o=r[s];if(o.type==="element"&&o.tagName==="li"&&o.properties&&Array.isArray(o.properties.className)&&o.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const i={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,i),e.applyData(t,i)}function Mf(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Rf(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function Ef(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Af(e,t){const n=e.all(t),r=n.shift(),s=[];if(r){const o={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],o),s.push(o)}if(n.length>0){const o={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},a=vr(t.children[1]),l=ho(t.children[t.children.length-1]);a&&l&&(o.position={start:a,end:l}),s.push(o)}const i={type:"element",tagName:"table",properties:{},children:e.wrap(s,!0)};return e.patch(t,i),e.applyData(t,i)}function Lf(e,t,n){const r=n?n.children:void 0,i=(r?r.indexOf(t):1)===0?"th":"td",o=n&&n.type==="table"?n.align:void 0,a=o?o.length:t.children.length;let l=-1;const u=[];for(;++l<a;){const d=t.children[l],p={},f=o?o[l]:void 0;f&&(p.align=f);let m={type:"element",tagName:i,properties:p,children:[]};d&&(m.children=e.all(d),e.patch(d,m),m=e.applyData(d,m)),u.push(m)}const c={type:"element",tagName:"tr",properties:{},children:e.wrap(u,!0)};return e.patch(t,c),e.applyData(t,c)}function Nf(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}const bs=9,Ss=32;function Pf(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),s=0;const i=[];for(;r;)i.push(ks(t.slice(s,r.index),s>0,!0),r[0]),s=r.index+r[0].length,r=n.exec(t);return i.push(ks(t.slice(s),s>0,!1)),i.join("")}function ks(e,t,n){let r=0,s=e.length;if(t){let i=e.codePointAt(r);for(;i===bs||i===Ss;)r++,i=e.codePointAt(r)}if(n){let i=e.codePointAt(s-1);for(;i===bs||i===Ss;)s--,i=e.codePointAt(s-1)}return s>r?e.slice(r,s):""}function jf(e,t){const n={type:"text",value:Pf(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function Df(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}const _f={blockquote:df,break:hf,code:ff,delete:pf,emphasis:gf,footnoteReference:mf,heading:yf,html:xf,imageReference:bf,image:Sf,inlineCode:kf,linkReference:vf,link:wf,listItem:Cf,list:Tf,paragraph:Mf,root:Rf,strong:Ef,table:Af,tableCell:Nf,tableRow:Lf,text:jf,thematicBreak:Df,toml:Ot,yaml:Ot,definition:Ot,footnoteDefinition:Ot};function Ot(){}const jo=-1,sn=0,Tt=1,Xt=2,Er=3,Ar=4,Lr=5,Nr=6,Do=7,_o=8,vs=typeof self=="object"?self:globalThis,Of=(e,t)=>{const n=(s,i)=>(e.set(i,s),s),r=s=>{if(e.has(s))return e.get(s);const[i,o]=t[s];switch(i){case sn:case jo:return n(o,s);case Tt:{const a=n([],s);for(const l of o)a.push(r(l));return a}case Xt:{const a=n({},s);for(const[l,u]of o)a[r(l)]=r(u);return a}case Er:return n(new Date(o),s);case Ar:{const{source:a,flags:l}=o;return n(new RegExp(a,l),s)}case Lr:{const a=n(new Map,s);for(const[l,u]of o)a.set(r(l),r(u));return a}case Nr:{const a=n(new Set,s);for(const l of o)a.add(r(l));return a}case Do:{const{name:a,message:l}=o;return n(new vs[a](l),s)}case _o:return n(BigInt(o),s);case"BigInt":return n(Object(BigInt(o)),s);case"ArrayBuffer":return n(new Uint8Array(o).buffer,o);case"DataView":{const{buffer:a}=new Uint8Array(o);return n(new DataView(a),o)}}return n(new vs[i](o),s)};return r},ws=e=>Of(new Map,e)(0),at="",{toString:Ff}={},{keys:zf}=Object,kt=e=>{const t=typeof e;if(t!=="object"||!e)return[sn,t];const n=Ff.call(e).slice(8,-1);switch(n){case"Array":return[Tt,at];case"Object":return[Xt,at];case"Date":return[Er,at];case"RegExp":return[Ar,at];case"Map":return[Lr,at];case"Set":return[Nr,at];case"DataView":return[Tt,n]}return n.includes("Array")?[Tt,n]:n.includes("Error")?[Do,n]:[Xt,n]},Ft=([e,t])=>e===sn&&(t==="function"||t==="symbol"),Bf=(e,t,n,r)=>{const s=(o,a)=>{const l=r.push(o)-1;return n.set(a,l),l},i=o=>{if(n.has(o))return n.get(o);let[a,l]=kt(o);switch(a){case sn:{let c=o;switch(l){case"bigint":a=_o,c=o.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+l);c=null;break;case"undefined":return s([jo],o)}return s([a,c],o)}case Tt:{if(l){let p=o;return l==="DataView"?p=new Uint8Array(o.buffer):l==="ArrayBuffer"&&(p=new Uint8Array(o)),s([l,[...p]],o)}const c=[],d=s([a,c],o);for(const p of o)c.push(i(p));return d}case Xt:{if(l)switch(l){case"BigInt":return s([l,o.toString()],o);case"Boolean":case"Number":case"String":return s([l,o.valueOf()],o)}if(t&&"toJSON"in o)return i(o.toJSON());const c=[],d=s([a,c],o);for(const p of zf(o))(e||!Ft(kt(o[p])))&&c.push([i(p),i(o[p])]);return d}case Er:return s([a,o.toISOString()],o);case Ar:{const{source:c,flags:d}=o;return s([a,{source:c,flags:d}],o)}case Lr:{const c=[],d=s([a,c],o);for(const[p,f]of o)(e||!(Ft(kt(p))||Ft(kt(f))))&&c.push([i(p),i(f)]);return d}case Nr:{const c=[],d=s([a,c],o);for(const p of o)(e||!Ft(kt(p)))&&c.push(i(p));return d}}const{message:u}=o;return s([a,{name:l,message:u}],o)};return i},Cs=(e,{json:t,lossy:n}={})=>{const r=[];return Bf(!(t||n),!!t,new Map,r)(e),r},Yt=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?ws(Cs(e,t)):structuredClone(e):(e,t)=>ws(Cs(e,t));function $f(e,t){const n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function Uf(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function Kf(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||$f,r=e.options.footnoteBackLabel||Uf,s=e.options.footnoteLabel||"Footnotes",i=e.options.footnoteLabelTagName||"h2",o=e.options.footnoteLabelProperties||{className:["sr-only"]},a=[];let l=-1;for(;++l<e.footnoteOrder.length;){const u=e.footnoteById.get(e.footnoteOrder[l]);if(!u)continue;const c=e.all(u),d=String(u.identifier).toUpperCase(),p=gt(d.toLowerCase());let f=0;const m=[],y=e.footnoteCounts.get(d);for(;y!==void 0&&++f<=y;){m.length>0&&m.push({type:"text",value:" "});let k=typeof n=="string"?n:n(l,f);typeof k=="string"&&(k={type:"text",value:k}),m.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+p+(f>1?"-"+f:""),dataFootnoteBackref:"",ariaLabel:typeof r=="string"?r:r(l,f),className:["data-footnote-backref"]},children:Array.isArray(k)?k:[k]})}const b=c[c.length-1];if(b&&b.type==="element"&&b.tagName==="p"){const k=b.children[b.children.length-1];k&&k.type==="text"?k.value+=" ":b.children.push({type:"text",value:" "}),b.children.push(...m)}else c.push(...m);const g={type:"element",tagName:"li",properties:{id:t+"fn-"+p},children:e.wrap(c,!0)};e.patch(u,g),a.push(g)}if(a.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:i,properties:{...Yt(o),id:"footnote-label"},children:[{type:"text",value:s}]},{type:"text",value:`
10
+ `},{type:"element",tagName:"ol",properties:{},children:e.wrap(a,!0)},{type:"text",value:`
11
+ `}]}}const on=(function(e){if(e==null)return Wf;if(typeof e=="function")return an(e);if(typeof e=="object")return Array.isArray(e)?Hf(e):Vf(e);if(typeof e=="string")return qf(e);throw new Error("Expected function, string, or object as test")});function Hf(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=on(e[n]);return an(r);function r(...s){let i=-1;for(;++i<t.length;)if(t[i].apply(this,s))return!0;return!1}}function Vf(e){const t=e;return an(n);function n(r){const s=r;let i;for(i in e)if(s[i]!==t[i])return!1;return!0}}function qf(e){return an(t);function t(n){return n&&n.type===e}}function an(e){return t;function t(n,r,s){return!!(Gf(n)&&e.call(this,n,typeof r=="number"?r:void 0,s||void 0))}}function Wf(){return!0}function Gf(e){return e!==null&&typeof e=="object"&&"type"in e}const Oo=[],Qf=!0,Gn=!1,Xf="skip";function Fo(e,t,n,r){let s;typeof t=="function"&&typeof n!="function"?(r=n,n=t):s=t;const i=on(s),o=r?-1:1;a(e,void 0,[])();function a(l,u,c){const d=l&&typeof l=="object"?l:{};if(typeof d.type=="string"){const f=typeof d.tagName=="string"?d.tagName:typeof d.name=="string"?d.name:void 0;Object.defineProperty(p,"name",{value:"node ("+(l.type+(f?"<"+f+">":""))+")"})}return p;function p(){let f=Oo,m,y,b;if((!t||i(l,u,c[c.length-1]||void 0))&&(f=Yf(n(l,c)),f[0]===Gn))return f;if("children"in l&&l.children){const g=l;if(g.children&&f[0]!==Xf)for(y=(r?g.children.length:-1)+o,b=c.concat(g);y>-1&&y<g.children.length;){const k=g.children[y];if(m=a(k,y,b)(),m[0]===Gn)return m;y=typeof m[1]=="number"?m[1]:y+o}}return f}}}function Yf(e){return Array.isArray(e)?e:typeof e=="number"?[Qf,e]:e==null?Oo:[e]}function Pr(e,t,n,r){let s,i,o;typeof t=="function"&&typeof n!="function"?(i=void 0,o=t,s=n):(i=t,o=n,s=r),Fo(e,i,a,s);function a(l,u){const c=u[u.length-1],d=c?c.children.indexOf(l):void 0;return o(l,d,c)}}const Qn={}.hasOwnProperty,Jf={};function Zf(e,t){const n=t||Jf,r=new Map,s=new Map,i=new Map,o={..._f,...n.handlers},a={all:u,applyData:tp,definitionById:r,footnoteById:s,footnoteCounts:i,footnoteOrder:[],handlers:o,one:l,options:n,patch:ep,wrap:rp};return Pr(e,function(c){if(c.type==="definition"||c.type==="footnoteDefinition"){const d=c.type==="definition"?r:s,p=String(c.identifier).toUpperCase();d.has(p)||d.set(p,c)}}),a;function l(c,d){const p=c.type,f=a.handlers[p];if(Qn.call(a.handlers,p)&&f)return f(a,c,d);if(a.options.passThrough&&a.options.passThrough.includes(p)){if("children"in c){const{children:y,...b}=c,g=Yt(b);return g.children=a.all(c),g}return Yt(c)}return(a.options.unknownHandler||np)(a,c,d)}function u(c){const d=[];if("children"in c){const p=c.children;let f=-1;for(;++f<p.length;){const m=a.one(p[f],c);if(m){if(f&&p[f-1].type==="break"&&(!Array.isArray(m)&&m.type==="text"&&(m.value=Is(m.value)),!Array.isArray(m)&&m.type==="element")){const y=m.children[0];y&&y.type==="text"&&(y.value=Is(y.value))}Array.isArray(m)?d.push(...m):d.push(m)}}}return d}}function ep(e,t){e.position&&(t.position=$c(e))}function tp(e,t){let n=t;if(e&&e.data){const r=e.data.hName,s=e.data.hChildren,i=e.data.hProperties;if(typeof r=="string")if(n.type==="element")n.tagName=r;else{const o="children"in n?n.children:[n];n={type:"element",tagName:r,properties:{},children:o}}n.type==="element"&&i&&Object.assign(n.properties,Yt(i)),"children"in n&&n.children&&s!==null&&s!==void 0&&(n.children=s)}return n}function np(e,t){const n=t.data||{},r="value"in t&&!(Qn.call(n,"hProperties")||Qn.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function rp(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:`
12
+ `});++r<e.length;)r&&n.push({type:"text",value:`
13
+ `}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:`
14
+ `}),n}function Is(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function Ts(e,t){const n=Zf(e,t),r=n.one(e,void 0),s=Kf(n),i=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return s&&i.children.push({type:"text",value:`
15
+ `},s),i}function sp(e,t){return e&&"run"in e?async function(n,r){const s=Ts(n,{file:r,...t});await e.run(s,r)}:function(n,r){return Ts(n,{file:r,...e||t})}}function Ms(e){if(e)throw e}var yn,Rs;function ip(){if(Rs)return yn;Rs=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=function(u){return typeof Array.isArray=="function"?Array.isArray(u):t.call(u)==="[object Array]"},i=function(u){if(!u||t.call(u)!=="[object Object]")return!1;var c=e.call(u,"constructor"),d=u.constructor&&u.constructor.prototype&&e.call(u.constructor.prototype,"isPrototypeOf");if(u.constructor&&!c&&!d)return!1;var p;for(p in u);return typeof p>"u"||e.call(u,p)},o=function(u,c){n&&c.name==="__proto__"?n(u,c.name,{enumerable:!0,configurable:!0,value:c.newValue,writable:!0}):u[c.name]=c.newValue},a=function(u,c){if(c==="__proto__")if(e.call(u,c)){if(r)return r(u,c).value}else return;return u[c]};return yn=function l(){var u,c,d,p,f,m,y=arguments[0],b=1,g=arguments.length,k=!1;for(typeof y=="boolean"&&(k=y,y=arguments[1]||{},b=2),(y==null||typeof y!="object"&&typeof y!="function")&&(y={});b<g;++b)if(u=arguments[b],u!=null)for(c in u)d=a(y,c),p=a(u,c),y!==p&&(k&&p&&(i(p)||(f=s(p)))?(f?(f=!1,m=d&&s(d)?d:[]):m=d&&i(d)?d:{},o(y,{name:c,newValue:l(k,m,p)})):typeof p<"u"&&o(y,{name:c,newValue:p}));return y},yn}var op=ip();const xn=wi(op);function Xn(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function ap(){const e=[],t={run:n,use:r};return t;function n(...s){let i=-1;const o=s.pop();if(typeof o!="function")throw new TypeError("Expected function as last argument, not "+o);a(null,...s);function a(l,...u){const c=e[++i];let d=-1;if(l){o(l);return}for(;++d<s.length;)(u[d]===null||u[d]===void 0)&&(u[d]=s[d]);s=u,c?lp(c,a)(...u):o(null,...u)}}function r(s){if(typeof s!="function")throw new TypeError("Expected `middelware` to be a function, not "+s);return e.push(s),t}}function lp(e,t){let n;return r;function r(...o){const a=e.length>o.length;let l;a&&o.push(s);try{l=e.apply(this,o)}catch(u){const c=u;if(a&&n)throw c;return s(c)}a||(l&&l.then&&typeof l.then=="function"?l.then(i,s):l instanceof Error?s(l):i(l))}function s(o,...a){n||(n=!0,t(o,...a))}function i(o){s(null,o)}}const Fe={basename:up,dirname:cp,extname:dp,join:hp,sep:"/"};function up(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');Dt(e);let n=0,r=-1,s=e.length,i;if(t===void 0||t.length===0||t.length>e.length){for(;s--;)if(e.codePointAt(s)===47){if(i){n=s+1;break}}else r<0&&(i=!0,r=s+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let o=-1,a=t.length-1;for(;s--;)if(e.codePointAt(s)===47){if(i){n=s+1;break}}else o<0&&(i=!0,o=s+1),a>-1&&(e.codePointAt(s)===t.codePointAt(a--)?a<0&&(r=s):(a=-1,r=o));return n===r?r=o:r<0&&(r=e.length),e.slice(n,r)}function cp(e){if(Dt(e),e.length===0)return".";let t=-1,n=e.length,r;for(;--n;)if(e.codePointAt(n)===47){if(r){t=n;break}}else r||(r=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function dp(e){Dt(e);let t=e.length,n=-1,r=0,s=-1,i=0,o;for(;t--;){const a=e.codePointAt(t);if(a===47){if(o){r=t+1;break}continue}n<0&&(o=!0,n=t+1),a===46?s<0?s=t:i!==1&&(i=1):s>-1&&(i=-1)}return s<0||n<0||i===0||i===1&&s===n-1&&s===r+1?"":e.slice(s,n)}function hp(...e){let t=-1,n;for(;++t<e.length;)Dt(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":fp(n)}function fp(e){Dt(e);const t=e.codePointAt(0)===47;let n=pp(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function pp(e,t){let n="",r=0,s=-1,i=0,o=-1,a,l;for(;++o<=e.length;){if(o<e.length)a=e.codePointAt(o);else{if(a===47)break;a=47}if(a===47){if(!(s===o-1||i===1))if(s!==o-1&&i===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(l=n.lastIndexOf("/"),l!==n.length-1){l<0?(n="",r=0):(n=n.slice(0,l),r=n.length-1-n.lastIndexOf("/")),s=o,i=0;continue}}else if(n.length>0){n="",r=0,s=o,i=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(s+1,o):n=e.slice(s+1,o),r=o-s-1;s=o,i=0}else a===46&&i>-1?i++:i=-1}return n}function Dt(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const gp={cwd:mp};function mp(){return"/"}function Yn(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function yp(e){if(typeof e=="string")e=new URL(e);else if(!Yn(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return xp(e)}function xp(e){if(e.hostname!==""){const r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}const t=e.pathname;let n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){const r=t.codePointAt(n+2);if(r===70||r===102){const s=new TypeError("File URL path must not include encoded / characters");throw s.code="ERR_INVALID_FILE_URL_PATH",s}}return decodeURIComponent(t)}const bn=["history","path","basename","stem","extname","dirname"];class zo{constructor(t){let n;t?Yn(t)?n={path:t}:typeof t=="string"||bp(t)?n={value:t}:n=t:n={},this.cwd="cwd"in n?"":gp.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<bn.length;){const i=bn[r];i in n&&n[i]!==void 0&&n[i]!==null&&(this[i]=i==="history"?[...n[i]]:n[i])}let s;for(s in n)bn.includes(s)||(this[s]=n[s])}get basename(){return typeof this.path=="string"?Fe.basename(this.path):void 0}set basename(t){kn(t,"basename"),Sn(t,"basename"),this.path=Fe.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?Fe.dirname(this.path):void 0}set dirname(t){Es(this.basename,"dirname"),this.path=Fe.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?Fe.extname(this.path):void 0}set extname(t){if(Sn(t,"extname"),Es(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Fe.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Yn(t)&&(t=yp(t)),kn(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?Fe.basename(this.path,this.extname):void 0}set stem(t){kn(t,"stem"),Sn(t,"stem"),this.path=Fe.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){const s=this.message(t,n,r);throw s.fatal=!0,s}info(t,n,r){const s=this.message(t,n,r);return s.fatal=void 0,s}message(t,n,r){const s=new me(t,n,r);return this.path&&(s.name=this.path+":"+s.name,s.file=this.path),s.fatal=!1,this.messages.push(s),s}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function Sn(e,t){if(e&&e.includes(Fe.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+Fe.sep+"`")}function kn(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function Es(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function bp(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const Sp=(function(e){const r=this.constructor.prototype,s=r[e],i=function(){return s.apply(i,arguments)};return Object.setPrototypeOf(i,r),i}),kp={}.hasOwnProperty;class jr extends Sp{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=ap()}copy(){const t=new jr;let n=-1;for(;++n<this.attachers.length;){const r=this.attachers[n];t.use(...r)}return t.data(xn(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(Cn("data",this.frozen),this.namespace[t]=n,this):kp.call(this.namespace,t)&&this.namespace[t]||void 0:t?(Cn("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;const t=this;for(;++this.freezeIndex<this.attachers.length;){const[n,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);const s=n.call(t,...r);typeof s=="function"&&this.transformers.use(s)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const n=zt(t),r=this.parser||this.Parser;return vn("parse",r),r(String(n),n)}process(t,n){const r=this;return this.freeze(),vn("process",this.parser||this.Parser),wn("process",this.compiler||this.Compiler),n?s(void 0,n):new Promise(s);function s(i,o){const a=zt(t),l=r.parse(a);r.run(l,a,function(c,d,p){if(c||!d||!p)return u(c);const f=d,m=r.stringify(f,p);Cp(m)?p.value=m:p.result=m,u(c,p)});function u(c,d){c||!d?o(c):i?i(d):n(void 0,d)}}}processSync(t){let n=!1,r;return this.freeze(),vn("processSync",this.parser||this.Parser),wn("processSync",this.compiler||this.Compiler),this.process(t,s),Ls("processSync","process",n),r;function s(i,o){n=!0,Ms(i),r=o}}run(t,n,r){As(t),this.freeze();const s=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?i(void 0,r):new Promise(i);function i(o,a){const l=zt(n);s.run(t,l,u);function u(c,d,p){const f=d||t;c?a(c):o?o(f):r(void 0,f,p)}}}runSync(t,n){let r=!1,s;return this.run(t,n,i),Ls("runSync","run",r),s;function i(o,a){Ms(o),s=a,r=!0}}stringify(t,n){this.freeze();const r=zt(n),s=this.compiler||this.Compiler;return wn("stringify",s),As(t),s(t,r)}use(t,...n){const r=this.attachers,s=this.namespace;if(Cn("use",this.frozen),t!=null)if(typeof t=="function")l(t,n);else if(typeof t=="object")Array.isArray(t)?a(t):o(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function i(u){if(typeof u=="function")l(u,[]);else if(typeof u=="object")if(Array.isArray(u)){const[c,...d]=u;l(c,d)}else o(u);else throw new TypeError("Expected usable value, not `"+u+"`")}function o(u){if(!("plugins"in u)&&!("settings"in u))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");a(u.plugins),u.settings&&(s.settings=xn(!0,s.settings,u.settings))}function a(u){let c=-1;if(u!=null)if(Array.isArray(u))for(;++c<u.length;){const d=u[c];i(d)}else throw new TypeError("Expected a list of plugins, not `"+u+"`")}function l(u,c){let d=-1,p=-1;for(;++d<r.length;)if(r[d][0]===u){p=d;break}if(p===-1)r.push([u,...c]);else if(c.length>0){let[f,...m]=c;const y=r[p][1];Xn(y)&&Xn(f)&&(f=xn(!0,y,f)),r[p]=[u,f,...m]}}}}const vp=new jr().freeze();function vn(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function wn(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function Cn(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function As(e){if(!Xn(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Ls(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function zt(e){return wp(e)?e:new zo(e)}function wp(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function Cp(e){return typeof e=="string"||Ip(e)}function Ip(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const Tp="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Ns=[],Ps={allowDangerousHtml:!0},Mp=/^(https?|ircs?|mailto|xmpp)$/i,Rp=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function Ep(e){const t=Ap(e),n=Lp(e);return Np(t.runSync(t.parse(n),n),e)}function Ap(e){const t=e.rehypePlugins||Ns,n=e.remarkPlugins||Ns,r=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...Ps}:Ps;return vp().use(cf).use(n).use(sp,r).use(t)}function Lp(e){const t=e.children||"",n=new zo;return typeof t=="string"&&(n.value=t),n}function Np(e,t){const n=t.allowedElements,r=t.allowElement,s=t.components,i=t.disallowedElements,o=t.skipHtml,a=t.unwrapDisallowed,l=t.urlTransform||Pp;for(const c of Rp)Object.hasOwn(t,c.from)&&(""+c.from+(c.to?"use `"+c.to+"` instead":"remove it")+Tp+c.id,void 0);return Pr(e,u),qc(e,{Fragment:h.Fragment,components:s,ignoreInvalidStyle:!0,jsx:h.jsx,jsxs:h.jsxs,passKeys:!0,passNode:!0});function u(c,d,p){if(c.type==="raw"&&p&&typeof d=="number")return o?p.children.splice(d,1):p.children[d]={type:"text",value:c.value},d;if(c.type==="element"){let f;for(f in pn)if(Object.hasOwn(pn,f)&&Object.hasOwn(c.properties,f)){const m=c.properties[f],y=pn[f];(y===null||y.includes(c.tagName))&&(c.properties[f]=l(String(m||""),f,c))}}if(c.type==="element"){let f=n?!n.includes(c.tagName):i?i.includes(c.tagName):!1;if(!f&&r&&typeof d=="number"&&(f=!r(c,d,p)),f&&p&&typeof d=="number")return a&&c.children?p.children.splice(d,1,...c.children):p.children.splice(d,1),d}}}function Pp(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),s=e.indexOf("/");return t===-1||s!==-1&&t>s||n!==-1&&t>n||r!==-1&&t>r||Mp.test(e.slice(0,t))?e:""}function js(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,s=n.indexOf(t);for(;s!==-1;)r++,s=n.indexOf(t,s+t.length);return r}function jp(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Dp(e,t,n){const s=on((n||{}).ignore||[]),i=_p(t);let o=-1;for(;++o<i.length;)Fo(e,"text",a);function a(u,c){let d=-1,p;for(;++d<c.length;){const f=c[d],m=p?p.children:void 0;if(s(f,m?m.indexOf(f):void 0,p))return;p=f}if(p)return l(u,c)}function l(u,c){const d=c[c.length-1],p=i[o][0],f=i[o][1];let m=0;const b=d.children.indexOf(u);let g=!1,k=[];p.lastIndex=0;let w=p.exec(u.value);for(;w;){const T=w.index,E={index:w.index,input:w.input,stack:[...c,u]};let v=f(...w,E);if(typeof v=="string"&&(v=v.length>0?{type:"text",value:v}:void 0),v===!1?p.lastIndex=T+1:(m!==T&&k.push({type:"text",value:u.value.slice(m,T)}),Array.isArray(v)?k.push(...v):v&&k.push(v),m=T+w[0].length,g=!0),!p.global)break;w=p.exec(u.value)}return g?(m<u.value.length&&k.push({type:"text",value:u.value.slice(m)}),d.children.splice(b,1,...k)):k=[u],b+k.length}}function _p(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const n=!e[0]||Array.isArray(e[0])?e:[e];let r=-1;for(;++r<n.length;){const s=n[r];t.push([Op(s[0]),Fp(s[1])])}return t}function Op(e){return typeof e=="string"?new RegExp(jp(e),"g"):e}function Fp(e){return typeof e=="function"?e:function(){return e}}const In="phrasing",Tn=["autolink","link","image","label"];function zp(){return{transforms:[qp],enter:{literalAutolink:$p,literalAutolinkEmail:Mn,literalAutolinkHttp:Mn,literalAutolinkWww:Mn},exit:{literalAutolink:Vp,literalAutolinkEmail:Hp,literalAutolinkHttp:Up,literalAutolinkWww:Kp}}}function Bp(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:In,notInConstruct:Tn},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:In,notInConstruct:Tn},{character:":",before:"[ps]",after:"\\/",inConstruct:In,notInConstruct:Tn}]}}function $p(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function Mn(e){this.config.enter.autolinkProtocol.call(this,e)}function Up(e){this.config.exit.autolinkProtocol.call(this,e)}function Kp(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function Hp(e){this.config.exit.autolinkEmail.call(this,e)}function Vp(e){this.exit(e)}function qp(e){Dp(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Wp],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),Gp]],{ignore:["link","linkReference"]})}function Wp(e,t,n,r,s){let i="";if(!Bo(s)||(/^w/i.test(t)&&(n=t+n,t="",i="http://"),!Qp(n)))return!1;const o=Xp(n+r);if(!o[0])return!1;const a={type:"link",title:null,url:i+t+o[0],children:[{type:"text",value:t+o[0]}]};return o[1]?[a,{type:"text",value:o[1]}]:a}function Gp(e,t,n,r){return!Bo(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function Qp(e){const t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function Xp(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")");const s=js(e,"(");let i=js(e,")");for(;r!==-1&&s>i;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),i++;return[e,n]}function Bo(e,t){const n=e.input.charCodeAt(e.index-1);return(e.index===0||rt(n)||nn(n))&&(!t||n!==47)}$o.peek=ig;function Yp(){this.buffer()}function Jp(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Zp(){this.buffer()}function eg(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function tg(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=De(this.sliceSerialize(e)).toLowerCase(),n.label=t}function ng(e){this.exit(e)}function rg(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=De(this.sliceSerialize(e)).toLowerCase(),n.label=t}function sg(e){this.exit(e)}function ig(){return"["}function $o(e,t,n,r){const s=n.createTracker(r);let i=s.move("[^");const o=n.enter("footnoteReference"),a=n.enter("reference");return i+=s.move(n.safe(n.associationId(e),{after:"]",before:i})),a(),o(),i+=s.move("]"),i}function og(){return{enter:{gfmFootnoteCallString:Yp,gfmFootnoteCall:Jp,gfmFootnoteDefinitionLabelString:Zp,gfmFootnoteDefinition:eg},exit:{gfmFootnoteCallString:tg,gfmFootnoteCall:ng,gfmFootnoteDefinitionLabelString:rg,gfmFootnoteDefinition:sg}}}function ag(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:$o},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(r,s,i,o){const a=i.createTracker(o);let l=a.move("[^");const u=i.enter("footnoteDefinition"),c=i.enter("label");return l+=a.move(i.safe(i.associationId(r),{before:l,after:"]"})),c(),l+=a.move("]:"),r.children&&r.children.length>0&&(a.shift(4),l+=a.move((t?`
16
+ `:" ")+i.indentLines(i.containerFlow(r,a.current()),t?Uo:lg))),u(),l}}function lg(e,t,n){return t===0?e:Uo(e,t,n)}function Uo(e,t,n){return(n?"":" ")+e}const ug=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Ko.peek=pg;function cg(){return{canContainEols:["delete"],enter:{strikethrough:hg},exit:{strikethrough:fg}}}function dg(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:ug}],handlers:{delete:Ko}}}function hg(e){this.enter({type:"delete",children:[]},e)}function fg(e){this.exit(e)}function Ko(e,t,n,r){const s=n.createTracker(r),i=n.enter("strikethrough");let o=s.move("~~");return o+=n.containerPhrasing(e,{...s.current(),before:o,after:"~"}),o+=s.move("~~"),i(),o}function pg(){return"~"}function gg(e){return e.length}function mg(e,t){const n=t||{},r=(n.align||[]).concat(),s=n.stringLength||gg,i=[],o=[],a=[],l=[];let u=0,c=-1;for(;++c<e.length;){const y=[],b=[];let g=-1;for(e[c].length>u&&(u=e[c].length);++g<e[c].length;){const k=yg(e[c][g]);if(n.alignDelimiters!==!1){const w=s(k);b[g]=w,(l[g]===void 0||w>l[g])&&(l[g]=w)}y.push(k)}o[c]=y,a[c]=b}let d=-1;if(typeof r=="object"&&"length"in r)for(;++d<u;)i[d]=Ds(r[d]);else{const y=Ds(r);for(;++d<u;)i[d]=y}d=-1;const p=[],f=[];for(;++d<u;){const y=i[d];let b="",g="";y===99?(b=":",g=":"):y===108?b=":":y===114&&(g=":");let k=n.alignDelimiters===!1?1:Math.max(1,l[d]-b.length-g.length);const w=b+"-".repeat(k)+g;n.alignDelimiters!==!1&&(k=b.length+k+g.length,k>l[d]&&(l[d]=k),f[d]=k),p[d]=w}o.splice(1,0,p),a.splice(1,0,f),c=-1;const m=[];for(;++c<o.length;){const y=o[c],b=a[c];d=-1;const g=[];for(;++d<u;){const k=y[d]||"";let w="",T="";if(n.alignDelimiters!==!1){const E=l[d]-(b[d]||0),v=i[d];v===114?w=" ".repeat(E):v===99?E%2?(w=" ".repeat(E/2+.5),T=" ".repeat(E/2-.5)):(w=" ".repeat(E/2),T=w):T=" ".repeat(E)}n.delimiterStart!==!1&&!d&&g.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&k==="")&&(n.delimiterStart!==!1||d)&&g.push(" "),n.alignDelimiters!==!1&&g.push(w),g.push(k),n.alignDelimiters!==!1&&g.push(T),n.padding!==!1&&g.push(" "),(n.delimiterEnd!==!1||d!==u-1)&&g.push("|")}m.push(n.delimiterEnd===!1?g.join("").replace(/ +$/,""):g.join(""))}return m.join(`
17
+ `)}function yg(e){return e==null?"":String(e)}function Ds(e){const t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}function xg(e,t,n,r){const s=n.enter("blockquote"),i=n.createTracker(r);i.move("> "),i.shift(2);const o=n.indentLines(n.containerFlow(e,i.current()),bg);return s(),o}function bg(e,t,n){return">"+(n?"":" ")+e}function Sg(e,t){return _s(e,t.inConstruct,!0)&&!_s(e,t.notInConstruct,!1)}function _s(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let r=-1;for(;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function Os(e,t,n,r){let s=-1;for(;++s<n.unsafe.length;)if(n.unsafe[s].character===`
18
+ `&&Sg(n.stack,n.unsafe[s]))return/[ \t]/.test(r.before)?"":" ";return`\\
19
+ `}function kg(e,t){const n=String(e);let r=n.indexOf(t),s=r,i=0,o=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;r!==-1;)r===s?++i>o&&(o=i):i=1,s=r+t.length,r=n.indexOf(t,s);return o}function vg(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function wg(e){const t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function Cg(e,t,n,r){const s=wg(n),i=e.value||"",o=s==="`"?"GraveAccent":"Tilde";if(vg(e,n)){const d=n.enter("codeIndented"),p=n.indentLines(i,Ig);return d(),p}const a=n.createTracker(r),l=s.repeat(Math.max(kg(i,s)+1,3)),u=n.enter("codeFenced");let c=a.move(l);if(e.lang){const d=n.enter(`codeFencedLang${o}`);c+=a.move(n.safe(e.lang,{before:c,after:" ",encode:["`"],...a.current()})),d()}if(e.lang&&e.meta){const d=n.enter(`codeFencedMeta${o}`);c+=a.move(" "),c+=a.move(n.safe(e.meta,{before:c,after:`
20
+ `,encode:["`"],...a.current()})),d()}return c+=a.move(`
21
+ `),i&&(c+=a.move(i+`
22
+ `)),c+=a.move(l),u(),c}function Ig(e,t,n){return(n?"":" ")+e}function Dr(e){const t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function Tg(e,t,n,r){const s=Dr(n),i=s==='"'?"Quote":"Apostrophe",o=n.enter("definition");let a=n.enter("label");const l=n.createTracker(r);let u=l.move("[");return u+=l.move(n.safe(n.associationId(e),{before:u,after:"]",...l.current()})),u+=l.move("]: "),a(),!e.url||/[\0- \u007F]/.test(e.url)?(a=n.enter("destinationLiteral"),u+=l.move("<"),u+=l.move(n.safe(e.url,{before:u,after:">",...l.current()})),u+=l.move(">")):(a=n.enter("destinationRaw"),u+=l.move(n.safe(e.url,{before:u,after:e.title?" ":`
23
+ `,...l.current()}))),a(),e.title&&(a=n.enter(`title${i}`),u+=l.move(" "+s),u+=l.move(n.safe(e.title,{before:u,after:s,...l.current()})),u+=l.move(s),a()),o(),u}function Mg(e){const t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function Et(e){return"&#x"+e.toString(16).toUpperCase()+";"}function Jt(e,t,n){const r=ft(e),s=ft(t);return r===void 0?s===void 0?n==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:s===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:r===1?s===void 0?{inside:!1,outside:!1}:s===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:s===void 0?{inside:!1,outside:!1}:s===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}Ho.peek=Rg;function Ho(e,t,n,r){const s=Mg(n),i=n.enter("emphasis"),o=n.createTracker(r),a=o.move(s);let l=o.move(n.containerPhrasing(e,{after:s,before:a,...o.current()}));const u=l.charCodeAt(0),c=Jt(r.before.charCodeAt(r.before.length-1),u,s);c.inside&&(l=Et(u)+l.slice(1));const d=l.charCodeAt(l.length-1),p=Jt(r.after.charCodeAt(0),d,s);p.inside&&(l=l.slice(0,-1)+Et(d));const f=o.move(s);return i(),n.attentionEncodeSurroundingInfo={after:p.outside,before:c.outside},a+l+f}function Rg(e,t,n){return n.options.emphasis||"*"}function Eg(e,t){let n=!1;return Pr(e,function(r){if("value"in r&&/\r?\n|\r/.test(r.value)||r.type==="break")return n=!0,Gn}),!!((!e.depth||e.depth<3)&&Tr(e)&&(t.options.setext||n))}function Ag(e,t,n,r){const s=Math.max(Math.min(6,e.depth||1),1),i=n.createTracker(r);if(Eg(e,n)){const c=n.enter("headingSetext"),d=n.enter("phrasing"),p=n.containerPhrasing(e,{...i.current(),before:`
24
+ `,after:`
25
+ `});return d(),c(),p+`
26
+ `+(s===1?"=":"-").repeat(p.length-(Math.max(p.lastIndexOf("\r"),p.lastIndexOf(`
27
+ `))+1))}const o="#".repeat(s),a=n.enter("headingAtx"),l=n.enter("phrasing");i.move(o+" ");let u=n.containerPhrasing(e,{before:"# ",after:`
28
+ `,...i.current()});return/^[\t ]/.test(u)&&(u=Et(u.charCodeAt(0))+u.slice(1)),u=u?o+" "+u:o,n.options.closeAtx&&(u+=" "+o),l(),a(),u}Vo.peek=Lg;function Vo(e){return e.value||""}function Lg(){return"<"}qo.peek=Ng;function qo(e,t,n,r){const s=Dr(n),i=s==='"'?"Quote":"Apostrophe",o=n.enter("image");let a=n.enter("label");const l=n.createTracker(r);let u=l.move("![");return u+=l.move(n.safe(e.alt,{before:u,after:"]",...l.current()})),u+=l.move("]("),a(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(a=n.enter("destinationLiteral"),u+=l.move("<"),u+=l.move(n.safe(e.url,{before:u,after:">",...l.current()})),u+=l.move(">")):(a=n.enter("destinationRaw"),u+=l.move(n.safe(e.url,{before:u,after:e.title?" ":")",...l.current()}))),a(),e.title&&(a=n.enter(`title${i}`),u+=l.move(" "+s),u+=l.move(n.safe(e.title,{before:u,after:s,...l.current()})),u+=l.move(s),a()),u+=l.move(")"),o(),u}function Ng(){return"!"}Wo.peek=Pg;function Wo(e,t,n,r){const s=e.referenceType,i=n.enter("imageReference");let o=n.enter("label");const a=n.createTracker(r);let l=a.move("![");const u=n.safe(e.alt,{before:l,after:"]",...a.current()});l+=a.move(u+"]["),o();const c=n.stack;n.stack=[],o=n.enter("reference");const d=n.safe(n.associationId(e),{before:l,after:"]",...a.current()});return o(),n.stack=c,i(),s==="full"||!u||u!==d?l+=a.move(d+"]"):s==="shortcut"?l=l.slice(0,-1):l+=a.move("]"),l}function Pg(){return"!"}Go.peek=jg;function Go(e,t,n){let r=e.value||"",s="`",i=-1;for(;new RegExp("(^|[^`])"+s+"([^`]|$)").test(r);)s+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++i<n.unsafe.length;){const o=n.unsafe[i],a=n.compilePattern(o);let l;if(o.atBreak)for(;l=a.exec(r);){let u=l.index;r.charCodeAt(u)===10&&r.charCodeAt(u-1)===13&&u--,r=r.slice(0,u)+" "+r.slice(l.index+1)}}return s+r+s}function jg(){return"`"}function Qo(e,t){const n=Tr(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}Xo.peek=Dg;function Xo(e,t,n,r){const s=Dr(n),i=s==='"'?"Quote":"Apostrophe",o=n.createTracker(r);let a,l;if(Qo(e,n)){const c=n.stack;n.stack=[],a=n.enter("autolink");let d=o.move("<");return d+=o.move(n.containerPhrasing(e,{before:d,after:">",...o.current()})),d+=o.move(">"),a(),n.stack=c,d}a=n.enter("link"),l=n.enter("label");let u=o.move("[");return u+=o.move(n.containerPhrasing(e,{before:u,after:"](",...o.current()})),u+=o.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),u+=o.move("<"),u+=o.move(n.safe(e.url,{before:u,after:">",...o.current()})),u+=o.move(">")):(l=n.enter("destinationRaw"),u+=o.move(n.safe(e.url,{before:u,after:e.title?" ":")",...o.current()}))),l(),e.title&&(l=n.enter(`title${i}`),u+=o.move(" "+s),u+=o.move(n.safe(e.title,{before:u,after:s,...o.current()})),u+=o.move(s),l()),u+=o.move(")"),a(),u}function Dg(e,t,n){return Qo(e,n)?"<":"["}Yo.peek=_g;function Yo(e,t,n,r){const s=e.referenceType,i=n.enter("linkReference");let o=n.enter("label");const a=n.createTracker(r);let l=a.move("[");const u=n.containerPhrasing(e,{before:l,after:"]",...a.current()});l+=a.move(u+"]["),o();const c=n.stack;n.stack=[],o=n.enter("reference");const d=n.safe(n.associationId(e),{before:l,after:"]",...a.current()});return o(),n.stack=c,i(),s==="full"||!u||u!==d?l+=a.move(d+"]"):s==="shortcut"?l=l.slice(0,-1):l+=a.move("]"),l}function _g(){return"["}function _r(e){const t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function Og(e){const t=_r(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function Fg(e){const t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function Jo(e){const t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function zg(e,t,n,r){const s=n.enter("list"),i=n.bulletCurrent;let o=e.ordered?Fg(n):_r(n);const a=e.ordered?o==="."?")":".":Og(n);let l=t&&n.bulletLastUsed?o===n.bulletLastUsed:!1;if(!e.ordered){const c=e.children?e.children[0]:void 0;if((o==="*"||o==="-")&&c&&(!c.children||!c.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(l=!0),Jo(n)===o&&c){let d=-1;for(;++d<e.children.length;){const p=e.children[d];if(p&&p.type==="listItem"&&p.children&&p.children[0]&&p.children[0].type==="thematicBreak"){l=!0;break}}}}l&&(o=a),n.bulletCurrent=o;const u=n.containerFlow(e,r);return n.bulletLastUsed=o,n.bulletCurrent=i,s(),u}function Bg(e){const t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function $g(e,t,n,r){const s=Bg(n);let i=n.bulletCurrent||_r(n);t&&t.type==="list"&&t.ordered&&(i=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+i);let o=i.length+1;(s==="tab"||s==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(o=Math.ceil(o/4)*4);const a=n.createTracker(r);a.move(i+" ".repeat(o-i.length)),a.shift(o);const l=n.enter("listItem"),u=n.indentLines(n.containerFlow(e,a.current()),c);return l(),u;function c(d,p,f){return p?(f?"":" ".repeat(o))+d:(f?i:i+" ".repeat(o-i.length))+d}}function Ug(e,t,n,r){const s=n.enter("paragraph"),i=n.enter("phrasing"),o=n.containerPhrasing(e,r);return i(),s(),o}const Kg=on(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function Hg(e,t,n,r){return(e.children.some(function(o){return Kg(o)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function Vg(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}Zo.peek=qg;function Zo(e,t,n,r){const s=Vg(n),i=n.enter("strong"),o=n.createTracker(r),a=o.move(s+s);let l=o.move(n.containerPhrasing(e,{after:s,before:a,...o.current()}));const u=l.charCodeAt(0),c=Jt(r.before.charCodeAt(r.before.length-1),u,s);c.inside&&(l=Et(u)+l.slice(1));const d=l.charCodeAt(l.length-1),p=Jt(r.after.charCodeAt(0),d,s);p.inside&&(l=l.slice(0,-1)+Et(d));const f=o.move(s+s);return i(),n.attentionEncodeSurroundingInfo={after:p.outside,before:c.outside},a+l+f}function qg(e,t,n){return n.options.strong||"*"}function Wg(e,t,n,r){return n.safe(e.value,r)}function Gg(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function Qg(e,t,n){const r=(Jo(n)+(n.options.ruleSpaces?" ":"")).repeat(Gg(n));return n.options.ruleSpaces?r.slice(0,-1):r}const ea={blockquote:xg,break:Os,code:Cg,definition:Tg,emphasis:Ho,hardBreak:Os,heading:Ag,html:Vo,image:qo,imageReference:Wo,inlineCode:Go,link:Xo,linkReference:Yo,list:zg,listItem:$g,paragraph:Ug,root:Hg,strong:Zo,text:Wg,thematicBreak:Qg};function Xg(){return{enter:{table:Yg,tableData:Fs,tableHeader:Fs,tableRow:Zg},exit:{codeText:em,table:Jg,tableData:Rn,tableHeader:Rn,tableRow:Rn}}}function Yg(e){const t=e._align;this.enter({type:"table",align:t.map(function(n){return n==="none"?null:n}),children:[]},e),this.data.inTable=!0}function Jg(e){this.exit(e),this.data.inTable=void 0}function Zg(e){this.enter({type:"tableRow",children:[]},e)}function Rn(e){this.exit(e)}function Fs(e){this.enter({type:"tableCell",children:[]},e)}function em(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,tm));const n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function tm(e,t){return t==="|"?t:e}function nm(e){const t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,s=t.stringLength,i=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
29
+ `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:p,table:o,tableCell:l,tableRow:a}};function o(f,m,y,b){return u(c(f,y,b),f.align)}function a(f,m,y,b){const g=d(f,y,b),k=u([g]);return k.slice(0,k.indexOf(`
30
+ `))}function l(f,m,y,b){const g=y.enter("tableCell"),k=y.enter("phrasing"),w=y.containerPhrasing(f,{...b,before:i,after:i});return k(),g(),w}function u(f,m){return mg(f,{align:m,alignDelimiters:r,padding:n,stringLength:s})}function c(f,m,y){const b=f.children;let g=-1;const k=[],w=m.enter("table");for(;++g<b.length;)k[g]=d(b[g],m,y);return w(),k}function d(f,m,y){const b=f.children;let g=-1;const k=[],w=m.enter("tableRow");for(;++g<b.length;)k[g]=l(b[g],f,m,y);return w(),k}function p(f,m,y){let b=ea.inlineCode(f,m,y);return y.stack.includes("tableCell")&&(b=b.replace(/\|/g,"\\$&")),b}}function rm(){return{exit:{taskListCheckValueChecked:zs,taskListCheckValueUnchecked:zs,paragraph:im}}}function sm(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:om}}}function zs(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function im(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1];n.type;const r=n.children[0];if(r&&r.type==="text"){const s=t.children;let i=-1,o;for(;++i<s.length;){const a=s[i];if(a.type==="paragraph"){o=a;break}}o===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function om(e,t,n,r){const s=e.children[0],i=typeof e.checked=="boolean"&&s&&s.type==="paragraph",o="["+(e.checked?"x":" ")+"] ",a=n.createTracker(r);i&&a.move(o);let l=ea.listItem(e,t,n,{...r,...a.current()});return i&&(l=l.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,u)),l;function u(c){return c+o}}function am(){return[zp(),og(),cg(),Xg(),rm()]}function lm(e){return{extensions:[Bp(),ag(e),dg(),nm(e),sm()]}}const um={tokenize:gm,partial:!0},ta={tokenize:mm,partial:!0},na={tokenize:ym,partial:!0},ra={tokenize:xm,partial:!0},cm={tokenize:bm,partial:!0},sa={name:"wwwAutolink",tokenize:fm,previous:oa},ia={name:"protocolAutolink",tokenize:pm,previous:aa},We={name:"emailAutolink",tokenize:hm,previous:la},ze={};function dm(){return{text:ze}}let tt=48;for(;tt<123;)ze[tt]=We,tt++,tt===58?tt=65:tt===91&&(tt=97);ze[43]=We;ze[45]=We;ze[46]=We;ze[95]=We;ze[72]=[We,ia];ze[104]=[We,ia];ze[87]=[We,sa];ze[119]=[We,sa];function hm(e,t,n){const r=this;let s,i;return o;function o(d){return!Jn(d)||!la.call(r,r.previous)||Or(r.events)?n(d):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),a(d))}function a(d){return Jn(d)?(e.consume(d),a):d===64?(e.consume(d),l):n(d)}function l(d){return d===46?e.check(cm,c,u)(d):d===45||d===95||ge(d)?(i=!0,e.consume(d),l):c(d)}function u(d){return e.consume(d),s=!0,l}function c(d){return i&&s&&be(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(d)):n(d)}}function fm(e,t,n){const r=this;return s;function s(o){return o!==87&&o!==119||!oa.call(r,r.previous)||Or(r.events)?n(o):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(um,e.attempt(ta,e.attempt(na,i),n),n)(o))}function i(o){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(o)}}function pm(e,t,n){const r=this;let s="",i=!1;return o;function o(d){return(d===72||d===104)&&aa.call(r,r.previous)&&!Or(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),s+=String.fromCodePoint(d),e.consume(d),a):n(d)}function a(d){if(be(d)&&s.length<5)return s+=String.fromCodePoint(d),e.consume(d),a;if(d===58){const p=s.toLowerCase();if(p==="http"||p==="https")return e.consume(d),l}return n(d)}function l(d){return d===47?(e.consume(d),i?u:(i=!0,l)):n(d)}function u(d){return d===null||Qt(d)||J(d)||rt(d)||nn(d)?n(d):e.attempt(ta,e.attempt(na,c),n)(d)}function c(d){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(d)}}function gm(e,t,n){let r=0;return s;function s(o){return(o===87||o===119)&&r<3?(r++,e.consume(o),s):o===46&&r===3?(e.consume(o),i):n(o)}function i(o){return o===null?n(o):t(o)}}function mm(e,t,n){let r,s,i;return o;function o(u){return u===46||u===95?e.check(ra,l,a)(u):u===null||J(u)||rt(u)||u!==45&&nn(u)?l(u):(i=!0,e.consume(u),o)}function a(u){return u===95?r=!0:(s=r,r=void 0),e.consume(u),o}function l(u){return s||r||!i?n(u):t(u)}}function ym(e,t){let n=0,r=0;return s;function s(o){return o===40?(n++,e.consume(o),s):o===41&&r<n?i(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(ra,t,i)(o):o===null||J(o)||rt(o)?t(o):(e.consume(o),s)}function i(o){return o===41&&r++,e.consume(o),s}}function xm(e,t,n){return r;function r(a){return a===33||a===34||a===39||a===41||a===42||a===44||a===46||a===58||a===59||a===63||a===95||a===126?(e.consume(a),r):a===38?(e.consume(a),i):a===93?(e.consume(a),s):a===60||a===null||J(a)||rt(a)?t(a):n(a)}function s(a){return a===null||a===40||a===91||J(a)||rt(a)?t(a):r(a)}function i(a){return be(a)?o(a):n(a)}function o(a){return a===59?(e.consume(a),r):be(a)?(e.consume(a),o):n(a)}}function bm(e,t,n){return r;function r(i){return e.consume(i),s}function s(i){return ge(i)?n(i):t(i)}}function oa(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||J(e)}function aa(e){return!be(e)}function la(e){return!(e===47||Jn(e))}function Jn(e){return e===43||e===45||e===46||e===95||ge(e)}function Or(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const Sm={tokenize:Rm,partial:!0};function km(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:Im,continuation:{tokenize:Tm},exit:Mm}},text:{91:{name:"gfmFootnoteCall",tokenize:Cm},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:vm,resolveTo:wm}}}}function vm(e,t,n){const r=this;let s=r.events.length;const i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let o;for(;s--;){const l=r.events[s][1];if(l.type==="labelImage"){o=l;break}if(l.type==="gfmFootnoteCall"||l.type==="labelLink"||l.type==="label"||l.type==="image"||l.type==="link")break}return a;function a(l){if(!o||!o._balanced)return n(l);const u=De(r.sliceSerialize({start:o.end,end:r.now()}));return u.codePointAt(0)!==94||!i.includes(u.slice(1))?n(l):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(l),e.exit("gfmFootnoteCallLabelMarker"),t(l))}}function wm(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},s={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};s.end.column++,s.end.offset++,s.end._bufferIndex++;const i={type:"gfmFootnoteCallString",start:Object.assign({},s.end),end:Object.assign({},e[e.length-1][1].start)},o={type:"chunkString",contentType:"string",start:Object.assign({},i.start),end:Object.assign({},i.end)},a=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",s,t],["exit",s,t],["enter",i,t],["enter",o,t],["exit",o,t],["exit",i,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...a),e}function Cm(e,t,n){const r=this,s=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let i=0,o;return a;function a(d){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(d),e.exit("gfmFootnoteCallLabelMarker"),l}function l(d){return d!==94?n(d):(e.enter("gfmFootnoteCallMarker"),e.consume(d),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",u)}function u(d){if(i>999||d===93&&!o||d===null||d===91||J(d))return n(d);if(d===93){e.exit("chunkString");const p=e.exit("gfmFootnoteCallString");return s.includes(De(r.sliceSerialize(p)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(d),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(d)}return J(d)||(o=!0),i++,e.consume(d),d===92?c:u}function c(d){return d===91||d===92||d===93?(e.consume(d),i++,u):u(d)}}function Im(e,t,n){const r=this,s=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let i,o=0,a;return l;function l(m){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(m),e.exit("gfmFootnoteDefinitionLabelMarker"),u}function u(m){return m===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(m),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",c):n(m)}function c(m){if(o>999||m===93&&!a||m===null||m===91||J(m))return n(m);if(m===93){e.exit("chunkString");const y=e.exit("gfmFootnoteDefinitionLabelString");return i=De(r.sliceSerialize(y)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(m),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),p}return J(m)||(a=!0),o++,e.consume(m),m===92?d:c}function d(m){return m===91||m===92||m===93?(e.consume(m),o++,c):c(m)}function p(m){return m===58?(e.enter("definitionMarker"),e.consume(m),e.exit("definitionMarker"),s.includes(i)||s.push(i),X(e,f,"gfmFootnoteDefinitionWhitespace")):n(m)}function f(m){return t(m)}}function Tm(e,t,n){return e.check(jt,t,e.attempt(Sm,t,n))}function Mm(e){e.exit("gfmFootnoteDefinition")}function Rm(e,t,n){const r=this;return X(e,s,"gfmFootnoteDefinitionIndent",5);function s(i){const o=r.events[r.events.length-1];return o&&o[1].type==="gfmFootnoteDefinitionIndent"&&o[2].sliceSerialize(o[1],!0).length===4?t(i):n(i)}}function Em(e){let n=(e||{}).singleTilde;const r={name:"strikethrough",tokenize:i,resolveAll:s};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function s(o,a){let l=-1;for(;++l<o.length;)if(o[l][0]==="enter"&&o[l][1].type==="strikethroughSequenceTemporary"&&o[l][1]._close){let u=l;for(;u--;)if(o[u][0]==="exit"&&o[u][1].type==="strikethroughSequenceTemporary"&&o[u][1]._open&&o[l][1].end.offset-o[l][1].start.offset===o[u][1].end.offset-o[u][1].start.offset){o[l][1].type="strikethroughSequence",o[u][1].type="strikethroughSequence";const c={type:"strikethrough",start:Object.assign({},o[u][1].start),end:Object.assign({},o[l][1].end)},d={type:"strikethroughText",start:Object.assign({},o[u][1].end),end:Object.assign({},o[l][1].start)},p=[["enter",c,a],["enter",o[u][1],a],["exit",o[u][1],a],["enter",d,a]],f=a.parser.constructs.insideSpan.null;f&&Me(p,p.length,0,rn(f,o.slice(u+1,l),a)),Me(p,p.length,0,[["exit",d,a],["enter",o[l][1],a],["exit",o[l][1],a],["exit",c,a]]),Me(o,u-1,l-u+3,p),l=u+p.length-2;break}}for(l=-1;++l<o.length;)o[l][1].type==="strikethroughSequenceTemporary"&&(o[l][1].type="data");return o}function i(o,a,l){const u=this.previous,c=this.events;let d=0;return p;function p(m){return u===126&&c[c.length-1][1].type!=="characterEscape"?l(m):(o.enter("strikethroughSequenceTemporary"),f(m))}function f(m){const y=ft(u);if(m===126)return d>1?l(m):(o.consume(m),d++,f);if(d<2&&!n)return l(m);const b=o.exit("strikethroughSequenceTemporary"),g=ft(m);return b._open=!g||g===2&&!!y,b._close=!y||y===2&&!!g,a(m)}}}class Am{constructor(){this.map=[]}add(t,n,r){Lm(this,t,n,r)}consume(t){if(this.map.sort(function(i,o){return i[0]-o[0]}),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push(t.slice()),t.length=0;let s=r.pop();for(;s;){for(const i of s)t.push(i);s=r.pop()}this.map.length=0}}function Lm(e,t,n,r){let s=0;if(!(n===0&&r.length===0)){for(;s<e.map.length;){if(e.map[s][0]===t){e.map[s][1]+=n,e.map[s][2].push(...r);return}s+=1}e.map.push([t,n,r])}}function Nm(e,t){let n=!1;const r=[];for(;t<e.length;){const s=e[t];if(n){if(s[0]==="enter")s[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(s[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const i=r.length-1;r[i]=r[i]==="left"?"center":"right"}}else if(s[1].type==="tableDelimiterRow")break}else s[0]==="enter"&&s[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function Pm(){return{flow:{null:{name:"table",tokenize:jm,resolveAll:Dm}}}}function jm(e,t,n){const r=this;let s=0,i=0,o;return a;function a(I){let L=r.events.length-1;for(;L>-1;){const F=r.events[L][1].type;if(F==="lineEnding"||F==="linePrefix")L--;else break}const j=L>-1?r.events[L][1].type:null,$=j==="tableHead"||j==="tableRow"?v:l;return $===v&&r.parser.lazy[r.now().line]?n(I):$(I)}function l(I){return e.enter("tableHead"),e.enter("tableRow"),u(I)}function u(I){return I===124||(o=!0,i+=1),c(I)}function c(I){return I===null?n(I):B(I)?i>1?(i=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(I),e.exit("lineEnding"),f):n(I):q(I)?X(e,c,"whitespace")(I):(i+=1,o&&(o=!1,s+=1),I===124?(e.enter("tableCellDivider"),e.consume(I),e.exit("tableCellDivider"),o=!0,c):(e.enter("data"),d(I)))}function d(I){return I===null||I===124||J(I)?(e.exit("data"),c(I)):(e.consume(I),I===92?p:d)}function p(I){return I===92||I===124?(e.consume(I),d):d(I)}function f(I){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(I):(e.enter("tableDelimiterRow"),o=!1,q(I)?X(e,m,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(I):m(I))}function m(I){return I===45||I===58?b(I):I===124?(o=!0,e.enter("tableCellDivider"),e.consume(I),e.exit("tableCellDivider"),y):E(I)}function y(I){return q(I)?X(e,b,"whitespace")(I):b(I)}function b(I){return I===58?(i+=1,o=!0,e.enter("tableDelimiterMarker"),e.consume(I),e.exit("tableDelimiterMarker"),g):I===45?(i+=1,g(I)):I===null||B(I)?T(I):E(I)}function g(I){return I===45?(e.enter("tableDelimiterFiller"),k(I)):E(I)}function k(I){return I===45?(e.consume(I),k):I===58?(o=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(I),e.exit("tableDelimiterMarker"),w):(e.exit("tableDelimiterFiller"),w(I))}function w(I){return q(I)?X(e,T,"whitespace")(I):T(I)}function T(I){return I===124?m(I):I===null||B(I)?!o||s!==i?E(I):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(I)):E(I)}function E(I){return n(I)}function v(I){return e.enter("tableRow"),O(I)}function O(I){return I===124?(e.enter("tableCellDivider"),e.consume(I),e.exit("tableCellDivider"),O):I===null||B(I)?(e.exit("tableRow"),t(I)):q(I)?X(e,O,"whitespace")(I):(e.enter("data"),D(I))}function D(I){return I===null||I===124||J(I)?(e.exit("data"),O(I)):(e.consume(I),I===92?z:D)}function z(I){return I===92||I===124?(e.consume(I),D):D(I)}}function Dm(e,t){let n=-1,r=!0,s=0,i=[0,0,0,0],o=[0,0,0,0],a=!1,l=0,u,c,d;const p=new Am;for(;++n<e.length;){const f=e[n],m=f[1];f[0]==="enter"?m.type==="tableHead"?(a=!1,l!==0&&(Bs(p,t,l,u,c),c=void 0,l=0),u={type:"table",start:Object.assign({},m.start),end:Object.assign({},m.end)},p.add(n,0,[["enter",u,t]])):m.type==="tableRow"||m.type==="tableDelimiterRow"?(r=!0,d=void 0,i=[0,0,0,0],o=[0,n+1,0,0],a&&(a=!1,c={type:"tableBody",start:Object.assign({},m.start),end:Object.assign({},m.end)},p.add(n,0,[["enter",c,t]])),s=m.type==="tableDelimiterRow"?2:c?3:1):s&&(m.type==="data"||m.type==="tableDelimiterMarker"||m.type==="tableDelimiterFiller")?(r=!1,o[2]===0&&(i[1]!==0&&(o[0]=o[1],d=Bt(p,t,i,s,void 0,d),i=[0,0,0,0]),o[2]=n)):m.type==="tableCellDivider"&&(r?r=!1:(i[1]!==0&&(o[0]=o[1],d=Bt(p,t,i,s,void 0,d)),i=o,o=[i[1],n,0,0])):m.type==="tableHead"?(a=!0,l=n):m.type==="tableRow"||m.type==="tableDelimiterRow"?(l=n,i[1]!==0?(o[0]=o[1],d=Bt(p,t,i,s,n,d)):o[1]!==0&&(d=Bt(p,t,o,s,n,d)),s=0):s&&(m.type==="data"||m.type==="tableDelimiterMarker"||m.type==="tableDelimiterFiller")&&(o[3]=n)}for(l!==0&&Bs(p,t,l,u,c),p.consume(t.events),n=-1;++n<t.events.length;){const f=t.events[n];f[0]==="enter"&&f[1].type==="table"&&(f[1]._align=Nm(t.events,n))}return e}function Bt(e,t,n,r,s,i){const o=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",a="tableContent";n[0]!==0&&(i.end=Object.assign({},ut(t.events,n[0])),e.add(n[0],0,[["exit",i,t]]));const l=ut(t.events,n[1]);if(i={type:o,start:Object.assign({},l),end:Object.assign({},l)},e.add(n[1],0,[["enter",i,t]]),n[2]!==0){const u=ut(t.events,n[2]),c=ut(t.events,n[3]),d={type:a,start:Object.assign({},u),end:Object.assign({},c)};if(e.add(n[2],0,[["enter",d,t]]),r!==2){const p=t.events[n[2]],f=t.events[n[3]];if(p[1].end=Object.assign({},f[1].end),p[1].type="chunkText",p[1].contentType="text",n[3]>n[2]+1){const m=n[2]+1,y=n[3]-n[2]-1;e.add(m,y,[])}}e.add(n[3]+1,0,[["exit",d,t]])}return s!==void 0&&(i.end=Object.assign({},ut(t.events,s)),e.add(s,0,[["exit",i,t]]),i=void 0),i}function Bs(e,t,n,r,s){const i=[],o=ut(t.events,n);s&&(s.end=Object.assign({},o),i.push(["exit",s,t])),r.end=Object.assign({},o),i.push(["exit",r,t]),e.add(n+1,0,i)}function ut(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const _m={name:"tasklistCheck",tokenize:Fm};function Om(){return{text:{91:_m}}}function Fm(e,t,n){const r=this;return s;function s(l){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(l):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(l),e.exit("taskListCheckMarker"),i)}function i(l){return J(l)?(e.enter("taskListCheckValueUnchecked"),e.consume(l),e.exit("taskListCheckValueUnchecked"),o):l===88||l===120?(e.enter("taskListCheckValueChecked"),e.consume(l),e.exit("taskListCheckValueChecked"),o):n(l)}function o(l){return l===93?(e.enter("taskListCheckMarker"),e.consume(l),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),a):n(l)}function a(l){return B(l)?t(l):q(l)?e.check({tokenize:zm},t,n)(l):n(l)}}function zm(e,t,n){return X(e,r,"whitespace");function r(s){return s===null?n(s):t(s)}}function Bm(e){return bo([dm(),km(),Em(e),Pm(),Om()])}const $m={};function Um(e){const t=this,n=e||$m,r=t.data(),s=r.micromarkExtensions||(r.micromarkExtensions=[]),i=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),o=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);s.push(Bm(n)),i.push(am()),o.push(lm(n))}function Km(){var e;return typeof navigator<"u"&&typeof((e=navigator.clipboard)==null?void 0:e.writeText)=="function"}function Hm(e){if(typeof document>"u")return;const t=document.getSelection();t&&(t.removeAllRanges(),e.forEach(n=>t.addRange(n)))}function $s(e){if(typeof document>"u"||!document.body)return!1;const t=document.activeElement instanceof HTMLElement?document.activeElement:null,n=t instanceof HTMLInputElement||t instanceof HTMLTextAreaElement?t:null,r=n?{start:n.selectionStart,end:n.selectionEnd}:null,s=document.getSelection(),i=s?Array.from({length:s.rangeCount},(l,u)=>s.getRangeAt(u).cloneRange()):[],o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.setAttribute("aria-hidden","true"),o.style.position="fixed",o.style.top="0",o.style.left="-9999px",o.style.opacity="0",o.style.pointerEvents="none",o.style.fontSize="12pt",document.body.appendChild(o);try{o.focus({preventScroll:!0})}catch{o.focus()}o.select(),o.setSelectionRange(0,o.value.length);let a=!1;try{a=typeof document.execCommand=="function"&&document.execCommand("copy")}catch{a=!1}if(o.remove(),t)try{t.focus({preventScroll:!0})}catch{t.focus()}return n&&r?n.setSelectionRange(r.start,r.end):Hm(i),a}async function Vm(e){if(!e)return!1;if(Km())try{return await navigator.clipboard.writeText(e),!0}catch{return $s(e)}return $s(e)}const qm=1300;function Wm(e){const[t,n]=C.useState(!1),r=C.useCallback(async()=>{if(!e.text)return;const s=await Vm(e.text);n(!!s)},[e.text]);return C.useEffect(()=>{if(!t||typeof window>"u")return;const s=window.setTimeout(()=>n(!1),e.resetDelayMs??qm);return()=>window.clearTimeout(s)},[t,e.resetDelayMs]),{copied:t,copy:r}}const Gm=/language-([a-z0-9-]+)/i;function ua(e){return typeof e=="string"||typeof e=="number"?String(e):Array.isArray(e)?e.map(ua).join(""):""}function Qm(e){const t=ua(e);return t.endsWith(`
31
+ `)?t.slice(0,-1):t}function Xm(e){var n;const t=e?Gm.exec(e):null;return((n=t==null?void 0:t[1])==null?void 0:n.toLowerCase())||"text"}function Ym(e){const t=C.useMemo(()=>Xm(e.className),[e.className]),n=C.useMemo(()=>Qm(e.children),[e.children]),{copied:r,copy:s}=Wm({text:n});return h.jsxs("div",{className:"chat-codeblock",children:[h.jsxs("div",{className:"chat-codeblock-toolbar",children:[h.jsx("span",{className:"chat-codeblock-language",children:t}),h.jsxs("button",{type:"button",className:"chat-codeblock-copy",onClick:()=>void s(),"aria-label":r?e.texts.copiedCodeLabel:e.texts.copyCodeLabel,children:[r?h.jsx(lr,{className:"h-3.5 w-3.5"}):h.jsx(sl,{className:"h-3.5 w-3.5"}),h.jsx("span",{children:r?e.texts.copiedCodeLabel:e.texts.copyCodeLabel})]})]}),h.jsx("pre",{children:h.jsx("code",{className:e.className,children:n})})]})}const Us=14e4,Jm=new Set(["http:","https:","mailto:","tel:"]);function Zm(e){return e.length<=Us?e:`${e.slice(0,Us)}
32
+
33
+ ...`}function Ks(e){if(!e)return null;if(e.startsWith("#")||e.startsWith("/")||e.startsWith("./")||e.startsWith("../"))return e;try{const t=new URL(e);return Jm.has(t.protocol)?e:null}catch{return null}}function ey(e){return/^https?:\/\//i.test(e)}function ty(e){const t=e.role==="user",n=C.useMemo(()=>({a:({href:r,children:s,...i})=>{const o=Ks(r);if(!o)return h.jsx("span",{className:"chat-link-invalid",children:s});const a=ey(o);return h.jsx("a",{...i,href:o,target:a?"_blank":void 0,rel:a?"noreferrer noopener":void 0,children:s})},table:({children:r,...s})=>h.jsx("div",{className:"chat-table-wrap",children:h.jsx("table",{...s,children:r})}),input:({type:r,checked:s,...i})=>r!=="checkbox"?h.jsx("input",{...i,type:r}):h.jsx("input",{...i,type:"checkbox",checked:s,readOnly:!0,disabled:!0,className:"chat-task-checkbox"}),img:({src:r,alt:s,...i})=>{const o=Ks(r);return o?h.jsx("img",{...i,src:o,alt:s||"",loading:"lazy",decoding:"async"}):null},code:({className:r,children:s,...i})=>{const o=String(s??"");return!r&&!o.includes(`
34
+ `)?h.jsx("code",{...i,className:ue("chat-inline-code",r),children:s}):h.jsx(Ym,{className:r,texts:e.texts,children:s})}}),[e.texts]);return h.jsx("div",{className:ue("chat-markdown",t?"chat-markdown-user":"chat-markdown-assistant"),children:h.jsx(Ep,{skipHtml:!0,remarkPlugins:[Um],components:n,children:Zm(e.text)})})}function ny(e){return h.jsxs("details",{className:"mt-3",open:!0,children:[h.jsx("summary",{className:ue("cursor-pointer text-xs",e.isUser?"text-primary-100":"text-gray-500"),children:e.label}),h.jsx("pre",{className:ue("mt-2 whitespace-pre-wrap break-words rounded-lg p-2 text-[11px]",e.isUser?"bg-primary-700/60":"bg-gray-100"),children:e.text})]})}const Hs=220;function ry(e){const t=e.toLowerCase();return t.includes("exec")||t.includes("shell")||t.includes("command")?h.jsx(il,{className:"h-3.5 w-3.5"}):t.includes("search")?h.jsx(cr,{className:"h-3.5 w-3.5"}):t.includes("fetch")||t.includes("http")||t.includes("web")?h.jsx(ol,{className:"h-3.5 w-3.5"}):t.includes("read")||t.includes("file")?h.jsx(al,{className:"h-3.5 w-3.5"}):t.includes("message")||t.includes("send")?h.jsx(ll,{className:"h-3.5 w-3.5"}):t.includes("cron")||t.includes("schedule")?h.jsx(ul,{className:"h-3.5 w-3.5"}):h.jsx(ki,{className:"h-3.5 w-3.5"})}function sy({card:e}){var i;const t=((i=e.output)==null?void 0:i.trim())??"",n=t.length>Hs||t.includes(`
35
+ `),r=n?`${t.slice(0,Hs)}...`:t,s=e.kind==="result"||e.hasResult;return h.jsxs("div",{className:"rounded-xl border border-amber-200/80 bg-amber-50/60 px-3 py-2.5",children:[h.jsxs("div",{className:"flex flex-wrap items-center gap-2 text-xs font-semibold text-amber-800",children:[ry(e.toolName),h.jsx("span",{children:e.titleLabel}),h.jsx("span",{className:"font-mono text-[11px] text-amber-900/80",children:e.toolName})]}),e.summary?h.jsx("div",{className:"mt-1 break-words font-mono text-[11px] text-amber-800/90",children:e.summary}):null,s?h.jsx("div",{className:"mt-2",children:t?n?h.jsxs("details",{className:"group",children:[h.jsx("summary",{className:"cursor-pointer text-[11px] text-amber-700",children:e.outputLabel}),h.jsx("pre",{className:"mt-2 whitespace-pre-wrap break-words rounded-lg border border-amber-200 bg-amber-100/40 p-2 text-[11px] text-amber-900",children:t})]}):h.jsx("pre",{className:"rounded-lg border border-amber-200 bg-amber-100/40 p-2 text-[11px] whitespace-pre-wrap break-words text-amber-900",children:r}):h.jsx("div",{className:"text-[11px] text-amber-700/80",children:e.emptyLabel})}):null]})}function iy(e){return h.jsxs("div",{className:"rounded-lg border border-gray-200 bg-gray-50 px-2.5 py-2 text-xs text-gray-600",children:[h.jsxs("div",{className:"font-semibold text-gray-700",children:[e.label,": ",e.rawType]}),e.text?h.jsx("pre",{className:"mt-1 whitespace-pre-wrap break-words text-[11px] text-gray-500",children:e.text}):null]})}function oy(e){const{message:t,texts:n}=e,{role:r}=t,s=r==="user";return h.jsx("div",{className:ue("inline-block w-fit max-w-full rounded-2xl border px-4 py-3 shadow-sm",s?"border-primary bg-primary text-white":r==="assistant"?"border-gray-200 bg-white text-gray-900":"border-orange-200/80 bg-orange-50/70 text-gray-900"),children:h.jsx("div",{className:"space-y-2",children:t.parts.map((i,o)=>i.type==="markdown"?h.jsx(ty,{text:i.text,role:r,texts:n},`markdown-${o}`):i.type==="reasoning"?h.jsx(ny,{label:i.label,text:i.text,isUser:s},`reasoning-${o}`):i.type==="tool-card"?h.jsx("div",{className:"mt-0.5",children:h.jsx(sy,{card:i.card})},`tool-${o}`):i.type==="unknown"?h.jsx(iy,{label:i.label,rawType:i.rawType,text:i.text},`unknown-${o}`):null)})})}function ay(e){return h.jsxs("div",{className:ue("px-1 text-[11px] leading-4 text-gray-400",e.isUser?"text-right":"text-left"),children:[e.roleLabel," · ",e.timestampLabel]})}const ly=/\u200B|\u200C|\u200D|\u2060|\uFEFF/g;function uy(e){const t=e.trim();return t?t.replace(ly,"").trim().length>0:!1}function cy(e){return e.parts.some(t=>t.type==="markdown"||t.type==="reasoning"?uy(t.text):!0)}function dy(e){const t=e.messages.filter(cy),n=t.some(r=>r.role==="assistant"&&(r.status==="streaming"||r.status==="pending"));return h.jsxs("div",{className:ue("space-y-5",e.className),children:[t.map(r=>{const s=r.role==="user";return h.jsxs("div",{className:ue("flex gap-3",s?"justify-end":"justify-start"),children:[s?null:h.jsx(dn,{role:r.role}),h.jsxs("div",{className:ue("w-fit max-w-[92%] space-y-2",s&&"flex flex-col items-end"),children:[h.jsx(oy,{message:r,texts:e.texts}),h.jsx(ay,{roleLabel:r.roleLabel,timestampLabel:r.timestampLabel,isUser:s})]}),s?h.jsx(dn,{role:r.role}):null]},r.id)}),e.isSending&&!n?h.jsxs("div",{className:"flex justify-start gap-3",children:[h.jsx(dn,{role:"assistant"}),h.jsx("div",{className:"rounded-2xl border border-gray-200 bg-white px-4 py-3 text-sm text-gray-500 shadow-sm",children:e.texts.typingLabel})]}):null]})}const hy=10;function Vs(e){e.scrollTop=e.scrollHeight}function fy(e){const t=C.useRef(!0),n=C.useRef(!1),r=C.useRef(null),s=C.useRef(!1),i=C.useCallback(()=>{if(n.current){n.current=!1;return}const o=e.scrollRef.current;if(!o)return;const a=o.scrollHeight-o.scrollTop-o.clientHeight;t.current=a<=(e.stickyThresholdPx??hy)},[e.scrollRef,e.stickyThresholdPx]);return C.useEffect(()=>{r.current!==e.resetKey&&(r.current=e.resetKey,t.current=!0,s.current=!0)},[e.resetKey]),C.useLayoutEffect(()=>{if(!s.current||e.isLoading||!e.hasContent)return;const o=e.scrollRef.current;o&&(s.current=!1,n.current=!0,Vs(o))},[e.hasContent,e.isLoading,e.scrollRef]),C.useLayoutEffect(()=>{if(!t.current||!e.hasContent)return;const o=e.scrollRef.current;o&&(n.current=!0,Vs(o))},[e.contentVersion,e.hasContent,e.scrollRef]),{onScroll:i}}function Fr(){return xr()}function ca(e){return Qu(e)}function da(e){return Yu(e)}function ha(e){return br(e,"skill")}function fa(e,t,n){const r=new Set(t),s=Zi(e,l=>l.tokenKind==="skill"&&!r.has(l.tokenKey)),i=br(s,"skill"),o=new Map(n.map(l=>[l.spec,l])),a=t.filter(l=>!i.includes(l)).map(l=>{var u;return yr({tokenKind:"skill",tokenKey:l,label:((u=o.get(l))==null?void 0:u.label)||l})});return a.length===0?s:ht([...s,...a])}const py={isProviderStateResolved:!1,composerNodes:Fr(),draft:"",pendingSessionType:"native",defaultSessionType:"native",canStopGeneration:!1,stopDisabledReason:null,sendError:null,isSending:!1,modelOptions:[],selectedModel:"",selectedThinkingLevel:null,sessionTypeOptions:[],selectedSessionType:void 0,stopSupported:!1,stopReason:void 0,canEditSessionType:!1,sessionTypeUnavailable:!1,skillRecords:[],isSkillsLoading:!1,selectedSkills:[]},H=en(e=>({snapshot:py,setSnapshot:t=>e(n=>({snapshot:{...n.snapshot,...t}}))})),gy={sessionRunStatusByKey:new Map,isLocallyRunning:!1,activeBackendRunId:null},Zn=en(e=>({snapshot:gy,setSnapshot:t=>e(n=>({snapshot:{...n.snapshot,...t}}))})),my={sessions:[],selectedSessionKey:null,selectedAgentId:"main",query:"",isLoading:!1},se=en(e=>({snapshot:my,setSnapshot:t=>e(n=>({snapshot:{...n.snapshot,...t}}))}));function yy(e){const t=new Date,n=new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime(),r=n-864e5,s=n-7*864e5,i=[],o=[],a=[],l=[];for(const c of e){const d=new Date(c.updatedAt).getTime();d>=n?i.push(c):d>=r?o.push(c):d>=s?a.push(c):l.push(c)}const u=[];return i.length>0&&u.push({label:R("chatSidebarToday"),sessions:i}),o.length>0&&u.push({label:R("chatSidebarYesterday"),sessions:o}),a.length>0&&u.push({label:R("chatSidebarPrevious7Days"),sessions:a}),l.length>0&&u.push({label:R("chatSidebarOlder"),sessions:l}),u}function xy(e){if(e.label&&e.label.trim())return e.label.trim();const t=e.key.split(":");return t[t.length-1]||e.key}function by(e,t){const n=e.trim().toLowerCase();if(!n||n==="native")return null;const r=t.find(s=>s.value.trim().toLowerCase()===n);return r!=null&&r.label.trim()?r.label.trim():n.split(/[-_]+/g).filter(Boolean).map(s=>s.charAt(0).toUpperCase()+s.slice(1)).join(" ")}const Sy=[{target:"/cron",label:()=>R("chatSidebarScheduledTasks"),icon:dr},{target:"/skills",label:()=>R("chatSidebarSkills"),icon:ur}];function ky(){var k,w;const e=mr(),t=Tl(),[n,r]=C.useState(!1),s=H(T=>T.snapshot),i=se(T=>T.snapshot),o=Zn(T=>T.snapshot),a=Ml(T=>T.connectionStatus),{language:l,setLanguage:u}=pr(),{theme:c,setTheme:d}=Rl(),p=R(((k=$r.find(T=>T.value===c))==null?void 0:k.labelKey)??"themeWarm"),f=((w=Ur.find(T=>T.value===l))==null?void 0:w.label)??l,m=C.useMemo(()=>yy(i.sessions),[i.sessions]),y=s.defaultSessionType||"native",b=C.useMemo(()=>s.sessionTypeOptions.filter(T=>T.value!==y),[y,s.sessionTypeOptions]),g=T=>{l!==T&&(u(T),window.location.reload())};return h.jsxs("aside",{className:"w-[280px] shrink-0 flex flex-col h-full bg-secondary border-r border-gray-200/60",children:[h.jsx("div",{className:"px-5 pt-5 pb-3",children:h.jsx(El,{className:"flex items-center gap-2.5 min-w-0",suffix:h.jsx(Cu,{status:a})})}),h.jsx("div",{className:"px-4 pb-3",children:h.jsxs("div",{className:"flex items-center gap-2",children:[h.jsxs(nt,{variant:"primary",className:Te("min-w-0 rounded-xl",b.length>0?"flex-1 rounded-r-md":"w-full"),onClick:()=>{r(!1),e.chatSessionListManager.createSession(y)},children:[h.jsx(cl,{className:"h-4 w-4 mr-2"}),R("chatSidebarNewTask")]}),b.length>0?h.jsxs(du,{open:n,onOpenChange:r,children:[h.jsx(hu,{asChild:!0,children:h.jsx(nt,{variant:"primary",size:"icon",className:"h-9 w-10 shrink-0 rounded-xl rounded-l-md","aria-label":R("chatSessionTypeLabel"),children:h.jsx(ar,{className:"h-4 w-4"})})}),h.jsxs(fu,{align:"end",className:"w-64 p-2",children:[h.jsx("div",{className:"px-2 py-1 text-[11px] font-medium uppercase tracking-wider text-gray-400",children:R("chatSessionTypeLabel")}),h.jsx("div",{className:"mt-1 space-y-1",children:b.map(T=>h.jsxs("button",{type:"button",onClick:()=>{e.chatSessionListManager.createSession(T.value),r(!1)},className:"w-full rounded-xl px-3 py-2 text-left transition-colors hover:bg-gray-100",children:[h.jsx("div",{className:"text-[13px] font-medium text-gray-900",children:T.label}),h.jsx("div",{className:"mt-0.5 text-[11px] text-gray-500",children:R("chatSidebarNewTask")})]},T.value))})]})]}):null]})}),h.jsx("div",{className:"px-4 pb-3",children:h.jsxs("div",{className:"relative",children:[h.jsx(cr,{className:"h-3.5 w-3.5 absolute left-3 top-2.5 text-gray-400"}),h.jsx(Ei,{value:i.query,onChange:T=>e.chatSessionListManager.setQuery(T.target.value),placeholder:R("chatSidebarSearchPlaceholder"),className:"pl-8 h-9 rounded-lg text-xs"})]})}),h.jsx("div",{className:"px-3 pb-2",children:h.jsx("ul",{className:"space-y-0.5",children:Sy.map(T=>{const E=T.icon;return h.jsx("li",{children:h.jsx(Br,{to:T.target,className:({isActive:v})=>Te("group w-full flex items-center gap-3 px-3 py-2 rounded-xl text-[13px] font-medium transition-all duration-150",v?"bg-gray-200 text-gray-900 font-semibold shadow-sm":"text-gray-600 hover:bg-gray-200/60 hover:text-gray-900"),children:({isActive:v})=>h.jsxs(h.Fragment,{children:[h.jsx(E,{className:Te("h-4 w-4 transition-colors",v?"text-gray-900":"text-gray-500 group-hover:text-gray-800")}),h.jsx("span",{children:T.label()})]})})},T.target)})})}),h.jsx("div",{className:"mx-4 border-t border-gray-200/60"}),h.jsx("div",{className:"flex-1 min-h-0 overflow-y-auto custom-scrollbar px-3 py-2",children:i.isLoading?h.jsx("div",{className:"text-xs text-gray-500 p-3",children:R("sessionsLoading")}):m.length===0?h.jsxs("div",{className:"p-4 text-center",children:[h.jsx(dl,{className:"h-6 w-6 mx-auto mb-2 text-gray-300"}),h.jsx("div",{className:"text-xs text-gray-500",children:R("sessionsEmpty")})]}):h.jsx("div",{className:"space-y-3",children:m.map(T=>h.jsxs("div",{children:[h.jsx("div",{className:"px-2 py-1 text-[11px] font-medium text-gray-400 uppercase tracking-wider",children:T.label}),h.jsx("div",{className:"space-y-0.5",children:T.sessions.map(E=>{const v=i.selectedSessionKey===E.key,O=o.sessionRunStatusByKey.get(E.key),D=by(E.sessionType,s.sessionTypeOptions);return h.jsxs("button",{onClick:()=>e.chatSessionListManager.selectSession(E.key),className:Te("w-full rounded-xl px-3 py-2 text-left transition-all text-[13px]",v?"bg-gray-200 text-gray-900 font-semibold shadow-sm":"text-gray-700 hover:bg-gray-200/60 hover:text-gray-900"),children:[h.jsxs("div",{className:"grid grid-cols-[minmax(0,1fr)_0.875rem] items-center gap-1.5",children:[h.jsxs("span",{className:"flex min-w-0 items-center gap-1.5",children:[h.jsx("span",{className:"truncate font-medium",children:xy(E)}),D?h.jsx("span",{className:Te("shrink-0 rounded-full border px-1.5 py-0.5 text-[10px] font-semibold leading-none",v?"border-gray-300 bg-white/80 text-gray-700":"border-gray-200 bg-gray-100 text-gray-500"),children:D}):null]}),h.jsx("span",{className:"inline-flex h-3.5 w-3.5 shrink-0 items-center justify-center",children:O?h.jsx(Xl,{status:O}):null})]}),h.jsxs("div",{className:"mt-0.5 text-[11px] text-gray-400 truncate",children:[E.messageCount," · ",tn(E.updatedAt)]})]},E.key)})})]},T.label))})}),h.jsxs("div",{className:"px-3 py-3 border-t border-gray-200/60 space-y-0.5",children:[h.jsx(Br,{to:"/settings",className:({isActive:T})=>Te("group w-full flex items-center gap-2.5 px-3 py-2 rounded-xl text-[13px] font-medium transition-all duration-150",T?"bg-gray-200 text-gray-900 font-semibold shadow-sm":"text-gray-600 hover:bg-gray-200/60 hover:text-gray-900"),children:({isActive:T})=>h.jsxs(h.Fragment,{children:[h.jsx(hl,{className:Te("h-4 w-4 transition-colors",T?"text-gray-900":"text-gray-500 group-hover:text-gray-800")}),h.jsx("span",{children:R("settings")})]})}),h.jsxs("button",{onClick:()=>t.open(void 0,{kind:"docs",newTab:!0,title:"Docs"}),className:"w-full flex items-center gap-2.5 px-3 py-2 rounded-xl text-[13px] font-medium transition-all duration-150 text-gray-600 hover:bg-gray-200/60 hover:text-gray-800",children:[h.jsx(fl,{className:"h-4 w-4 text-gray-400"}),h.jsx("span",{children:R("docBrowserHelp")})]}),h.jsxs(Fn,{value:c,onValueChange:T=>d(T),children:[h.jsxs(zn,{className:"w-full h-auto rounded-xl border-0 bg-transparent shadow-none px-3 py-2 text-[13px] font-medium text-gray-600 hover:bg-gray-200/60 focus:ring-0",children:[h.jsxs("div",{className:"flex items-center gap-2.5 min-w-0",children:[h.jsx(pl,{className:"h-4 w-4 text-gray-400"}),h.jsx("span",{children:R("theme")})]}),h.jsx("span",{className:"ml-auto text-[11px] text-gray-500",children:p})]}),h.jsx(Bn,{children:$r.map(T=>h.jsx(wt,{value:T.value,className:"text-xs",children:R(T.labelKey)},T.value))})]}),h.jsxs(Fn,{value:l,onValueChange:T=>g(T),children:[h.jsxs(zn,{className:"w-full h-auto rounded-xl border-0 bg-transparent shadow-none px-3 py-2 text-[13px] font-medium text-gray-600 hover:bg-gray-200/60 focus:ring-0",children:[h.jsxs("div",{className:"flex items-center gap-2.5 min-w-0",children:[h.jsx(gl,{className:"h-4 w-4 text-gray-400"}),h.jsx("span",{children:R("language")})]}),h.jsx("span",{className:"ml-auto text-[11px] text-gray-500",children:f})]}),h.jsx(Bn,{children:Ur.map(T=>h.jsx(wt,{value:T.value,className:"text-xs",children:T.label},T.value))})]})]})]})}const Oe={exactSpec:1200,exactLabel:1150,prefixSpec:1e3,prefixLabel:950,prefixToken:900,containsSpec:800,containsLabel:760,containsDescription:500,subsequence:300,fallback:1};function $t(e){return(e??"").trim().toLowerCase()}function qs(e,t){if(!e||!t)return!1;let n=0;for(const r of t)if(r===e[n]&&(n+=1,n>=e.length))return!0;return!1}function vy(e,t){const n=$t(t);if(!n)return Oe.fallback;const r=$t(e.key),s=$t(e.label||e.key),i=$t(`${e.descriptionZh??""} ${e.description??""}`),o=s.split(/[\s/_-]+/).filter(Boolean);return r===n?Oe.exactSpec:s===n?Oe.exactLabel:r.startsWith(n)?Oe.prefixSpec:s.startsWith(n)?Oe.prefixLabel:o.some(a=>a.startsWith(n))?Oe.prefixToken:r.includes(n)?Oe.containsSpec:s.includes(n)?Oe.containsLabel:i.includes(n)?Oe.containsDescription:qs(n,s)||qs(n,r)?Oe.subsequence:0}function wy(e,t,n){const r=new Intl.Collator(void 0,{sensitivity:"base",numeric:!0});return e.map((s,i)=>({record:s,order:i,score:vy(s,t)})).filter(s=>s.score>0).sort((s,i)=>{if(i.score!==s.score)return i.score-s.score;const o=(s.record.label||s.record.key).trim(),a=(i.record.label||i.record.key).trim(),l=r.compare(o,a);return l!==0?l:s.order-i.order}).map(({record:s})=>({key:`skill:${s.key}`,title:s.label||s.key,subtitle:n.slashSkillSubtitle,description:(s.descriptionZh??s.description??"").trim()||n.noSkillDescription,detailLines:[`${n.slashSkillSpecLabel}: ${s.key}`],value:s.key}))}function Cy(e){return e.map(t=>({key:t.key,label:t.label,description:t.descriptionZh||t.description||"",badgeLabel:t.badgeLabel}))}function Iy(e){return{title:e.texts.title,searchPlaceholder:e.texts.searchPlaceholder,emptyLabel:e.texts.emptyLabel,loadingLabel:e.texts.loadingLabel,isLoading:e.isLoading,manageLabel:e.texts.manageLabel,manageHref:"/marketplace/skills",options:Cy(e.skillRecords),selectedKeys:e.selectedSkills,onSelectedKeysChange:e.onSelectedKeysChange}}function Ty(e){return!e.isModelOptionsLoading&&!e.isModelOptionsEmpty?null:e.isModelOptionsLoading?{tone:"neutral",loading:!0}:{tone:"warning",text:e.texts.noModelOptionsLabel,actionLabel:e.texts.configureProviderLabel,onAction:e.onGoToProviders}}function My(e){const t=e.modelOptions.find(n=>n.value===e.selectedModel);return{key:"model",value:e.hasModelOptions?e.selectedModel:void 0,placeholder:e.texts.modelSelectPlaceholder,selectedLabel:t?`${t.providerLabel}/${t.modelLabel}`:void 0,icon:"sparkles",options:e.modelOptions.map(n=>({value:n.value,label:n.modelLabel,description:n.providerLabel})),disabled:!e.hasModelOptions,loading:e.isModelOptionsLoading,emptyLabel:e.texts.modelNoOptionsLabel,onValueChange:e.onValueChange}}function Ry(e){const t=[];for(const n of["off",...e])t.includes(n)||t.push(n);return t}function Ey(e){if(e.supportedLevels.length===0)return null;const t=Ry(e.supportedLevels),n=t.includes("off")?"off":t[0],r=e.selectedThinkingLevel&&t.includes(e.selectedThinkingLevel)&&e.selectedThinkingLevel||e.defaultThinkingLevel&&t.includes(e.defaultThinkingLevel)&&e.defaultThinkingLevel||n;return{key:"thinking",value:r,placeholder:e.texts.thinkingLabels[r],selectedLabel:e.texts.thinkingLabels[r],icon:"brain",options:t.map(s=>({value:s,label:e.texts.thinkingLabels[s]})),onValueChange:s=>e.onValueChange(s)}}function Ay(){return{off:R("chatThinkingLevelOff"),minimal:R("chatThinkingLevelMinimal"),low:R("chatThinkingLevelLow"),medium:R("chatThinkingLevelMedium"),high:R("chatThinkingLevelHigh"),adaptive:R("chatThinkingLevelAdaptive"),xhigh:R("chatThinkingLevelXhigh")}}function Ly(e,t){return e.map(n=>({key:n.spec,label:n.label||n.spec,description:n.description,descriptionZh:n.descriptionZh,badgeLabel:n.origin==="builtin"?t:void 0}))}function Ny(e){return e.map(t=>({value:t.value,modelLabel:t.modelLabel,providerLabel:t.providerLabel,thinkingCapability:t.thinkingCapability?{supported:t.thinkingCapability.supported,default:t.thinkingCapability.default??null}:null}))}function Py(){var E;const e=mr(),{language:t}=pr(),n=H(v=>v.snapshot),[r,s]=C.useState(null),i=C.useMemo(()=>R("chatSkillsPickerOfficial"),[t]),o=C.useMemo(()=>({slashSkillSubtitle:R("chatSlashTypeSkill"),slashSkillSpecLabel:R("chatSlashSkillSpec"),noSkillDescription:R("chatSkillsPickerNoDescription")}),[t]),a=C.useMemo(()=>Ly(n.skillRecords,i),[n.skillRecords,i]),l=C.useMemo(()=>Ny(n.modelOptions),[n.modelOptions]),u=l.length>0,c=!n.isProviderStateResolved&&!u,d=n.isProviderStateResolved&&!u,p=(c||d)&&!n.isSending||n.sessionTypeUnavailable,f=c?"":u?R("chatInputPlaceholder"):R("chatModelNoOptions"),m=C.useMemo(()=>wy(a,r??"",o),[r,a,o]),y=l.find(v=>v.value===n.selectedModel),b=y==null?void 0:y.thinkingCapability,g=(b==null?void 0:b.supported)??[],k=n.stopDisabledReason==="__preparing__"?R("chatStopPreparing"):((E=n.stopDisabledReason)==null?void 0:E.trim())||R("chatStopUnavailable"),w=[My({modelOptions:l,selectedModel:n.selectedModel,isModelOptionsLoading:c,hasModelOptions:u,onValueChange:e.chatInputManager.selectModel,texts:{modelSelectPlaceholder:R("chatSelectModel"),modelNoOptionsLabel:R("chatModelNoOptions")}}),Ey({supportedLevels:g,selectedThinkingLevel:n.selectedThinkingLevel,defaultThinkingLevel:(b==null?void 0:b.default)??null,onValueChange:v=>e.chatInputManager.selectThinkingLevel(v),texts:{thinkingLabels:Ay()}})].filter(v=>v!==null),T=Iy({skillRecords:a,selectedSkills:n.selectedSkills,isLoading:n.isSkillsLoading,onSelectedKeysChange:e.chatInputManager.selectSkills,texts:{title:R("chatSkillsPickerTitle"),searchPlaceholder:R("chatSkillsPickerSearchPlaceholder"),emptyLabel:R("chatSkillsPickerEmpty"),loadingLabel:R("sessionsLoading"),manageLabel:R("chatSkillsPickerManage")}});return h.jsx(yc,{composer:{nodes:n.composerNodes,placeholder:f,disabled:p,onNodesChange:e.chatInputManager.setComposerNodes,onSlashQueryChange:s},slashMenu:{isLoading:n.isSkillsLoading,items:m,texts:{slashLoadingLabel:R("chatSlashLoading"),slashSectionLabel:R("chatSlashSectionSkills"),slashEmptyLabel:R("chatSlashNoResult"),slashHintLabel:R("chatSlashHint"),slashSkillHintLabel:R("chatSlashSkillHint")}},hint:Ty({isModelOptionsLoading:c,isModelOptionsEmpty:d,onGoToProviders:e.chatInputManager.goToProviders,texts:{noModelOptionsLabel:R("chatModelNoOptions"),configureProviderLabel:R("chatGoConfigureProvider")}}),toolbar:{selects:w,accessories:[{key:"attach",label:R("chatInputAttach"),icon:"paperclip",iconOnly:!0,disabled:!0,tooltip:R("chatInputAttachComingSoon")}],skillPicker:T,actions:{sendError:n.sendError,isSending:n.isSending,canStopGeneration:n.canStopGeneration,sendDisabled:n.draft.trim().length===0||!u||n.sessionTypeUnavailable,stopDisabled:!n.canStopGeneration,stopHint:k,sendButtonLabel:R("chatSend"),stopButtonLabel:R("chatStop"),onSend:e.chatInputManager.send,onStop:e.chatInputManager.stop}}})}function qe(e){return typeof e=="function"}function pa(e){var t=function(r){Error.call(r),r.stack=new Error().stack},n=e(t);return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var En=pa(function(e){return function(n){e(this),this.message=n?n.length+` errors occurred during unsubscription:
36
+ `+n.map(function(r,s){return s+1+") "+r.toString()}).join(`
37
+ `):"",this.name="UnsubscriptionError",this.errors=n}});function er(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}var ln=(function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,n,r,s,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=Dn(o),l=a.next();!l.done;l=a.next()){var u=l.value;u.remove(this)}}catch(y){t={error:y}}finally{try{l&&!l.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}else o.remove(this);var c=this.initialTeardown;if(qe(c))try{c()}catch(y){i=y instanceof En?y.errors:[y]}var d=this._finalizers;if(d){this._finalizers=null;try{for(var p=Dn(d),f=p.next();!f.done;f=p.next()){var m=f.value;try{Ws(m)}catch(y){i=i??[],y instanceof En?i=_n(_n([],On(i)),On(y.errors)):i.push(y)}}}catch(y){r={error:y}}finally{try{f&&!f.done&&(s=p.return)&&s.call(p)}finally{if(r)throw r.error}}}if(i)throw new En(i)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)Ws(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}},e.prototype._hasParent=function(t){var n=this._parentage;return n===t||Array.isArray(n)&&n.includes(t)},e.prototype._addParent=function(t){var n=this._parentage;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t},e.prototype._removeParent=function(t){var n=this._parentage;n===t?this._parentage=null:Array.isArray(n)&&er(n,t)},e.prototype.remove=function(t){var n=this._finalizers;n&&er(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=(function(){var t=new e;return t.closed=!0,t})(),e})(),ga=ln.EMPTY;function ma(e){return e instanceof ln||e&&"closed"in e&&qe(e.remove)&&qe(e.add)&&qe(e.unsubscribe)}function Ws(e){qe(e)?e():e.unsubscribe()}var jy={Promise:void 0},Dy={setTimeout:function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];return setTimeout.apply(void 0,_n([e,t],On(n)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function _y(e){Dy.setTimeout(function(){throw e})}function Gs(){}function Wt(e){e()}var ya=(function(e){At(t,e);function t(n){var r=e.call(this)||this;return r.isStopped=!1,n?(r.destination=n,ma(n)&&n.add(r)):r.destination=zy,r}return t.create=function(n,r,s){return new tr(n,r,s)},t.prototype.next=function(n){this.isStopped||this._next(n)},t.prototype.error=function(n){this.isStopped||(this.isStopped=!0,this._error(n))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(n){this.destination.next(n)},t.prototype._error=function(n){try{this.destination.error(n)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t})(ln),Oy=(function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var n=this.partialObserver;if(n.next)try{n.next(t)}catch(r){Ut(r)}},e.prototype.error=function(t){var n=this.partialObserver;if(n.error)try{n.error(t)}catch(r){Ut(r)}else Ut(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(n){Ut(n)}},e})(),tr=(function(e){At(t,e);function t(n,r,s){var i=e.call(this)||this,o;return qe(n)||!n?o={next:n??void 0,error:r??void 0,complete:s??void 0}:o=n,i.destination=new Oy(o),i}return t})(ya);function Ut(e){_y(e)}function Fy(e){throw e}var zy={closed:!0,next:Gs,error:Fy,complete:Gs},By=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})();function $y(e){return e}function Uy(e){return e.length===0?$y:e.length===1?e[0]:function(n){return e.reduce(function(r,s){return s(r)},n)}}var Zt=(function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(t,n,r){var s=this,i=Hy(t)?t:new tr(t,n,r);return Wt(function(){var o=s,a=o.operator,l=o.source;i.add(a?a.call(i,l):l?s._subscribe(i):s._trySubscribe(i))}),i},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(n){t.error(n)}},e.prototype.forEach=function(t,n){var r=this;return n=Qs(n),new n(function(s,i){var o=new tr({next:function(a){try{t(a)}catch(l){i(l),o.unsubscribe()}},error:i,complete:s});r.subscribe(o)})},e.prototype._subscribe=function(t){var n;return(n=this.source)===null||n===void 0?void 0:n.subscribe(t)},e.prototype[By]=function(){return this},e.prototype.pipe=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return Uy(t)(this)},e.prototype.toPromise=function(t){var n=this;return t=Qs(t),new t(function(r,s){var i;n.subscribe(function(o){return i=o},function(o){return s(o)},function(){return r(i)})})},e.create=function(t){return new e(t)},e})();function Qs(e){var t;return(t=e??jy.Promise)!==null&&t!==void 0?t:Promise}function Ky(e){return e&&qe(e.next)&&qe(e.error)&&qe(e.complete)}function Hy(e){return e&&e instanceof ya||Ky(e)&&ma(e)}var Vy=pa(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Ke=(function(e){At(t,e);function t(){var n=e.call(this)||this;return n.closed=!1,n.currentObservers=null,n.observers=[],n.isStopped=!1,n.hasError=!1,n.thrownError=null,n}return t.prototype.lift=function(n){var r=new Xs(this,this);return r.operator=n,r},t.prototype._throwIfClosed=function(){if(this.closed)throw new Vy},t.prototype.next=function(n){var r=this;Wt(function(){var s,i;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var o=Dn(r.currentObservers),a=o.next();!a.done;a=o.next()){var l=a.value;l.next(n)}}catch(u){s={error:u}}finally{try{a&&!a.done&&(i=o.return)&&i.call(o)}finally{if(s)throw s.error}}}})},t.prototype.error=function(n){var r=this;Wt(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=n;for(var s=r.observers;s.length;)s.shift().error(n)}})},t.prototype.complete=function(){var n=this;Wt(function(){if(n._throwIfClosed(),!n.isStopped){n.isStopped=!0;for(var r=n.observers;r.length;)r.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(n){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,n)},t.prototype._subscribe=function(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)},t.prototype._innerSubscribe=function(n){var r=this,s=this,i=s.hasError,o=s.isStopped,a=s.observers;return i||o?ga:(this.currentObservers=null,a.push(n),new ln(function(){r.currentObservers=null,er(a,n)}))},t.prototype._checkFinalizedStatuses=function(n){var r=this,s=r.hasError,i=r.thrownError,o=r.isStopped;s?n.error(i):o&&n.complete()},t.prototype.asObservable=function(){var n=new Zt;return n.source=this,n},t.create=function(n,r){return new Xs(n,r)},t})(Zt),Xs=(function(e){At(t,e);function t(n,r){var s=e.call(this)||this;return s.destination=n,s.source=r,s}return t.prototype.next=function(n){var r,s;(s=(r=this.destination)===null||r===void 0?void 0:r.next)===null||s===void 0||s.call(r,n)},t.prototype.error=function(n){var r,s;(s=(r=this.destination)===null||r===void 0?void 0:r.error)===null||s===void 0||s.call(r,n)},t.prototype.complete=function(){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||r===void 0||r.call(n)},t.prototype._subscribe=function(n){var r,s;return(s=(r=this.source)===null||r===void 0?void 0:r.subscribe(n))!==null&&s!==void 0?s:ga},t})(Ke),lt=(function(e){At(t,e);function t(n){var r=e.call(this)||this;return r._value=n,r}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(n){var r=e.prototype._subscribe.call(this,n);return!r.closed&&n.next(this._value),r},t.prototype.getValue=function(){var n=this,r=n.hasError,s=n.thrownError,i=n._value;if(r)throw s;return this._throwIfClosed(),i},t.prototype.next=function(n){e.prototype.next.call(this,this._value=n)},t})(Ke);const fe=[];for(let e=0;e<256;++e)fe.push((e+256).toString(16).slice(1));function qy(e,t=0){return(fe[e[t+0]]+fe[e[t+1]]+fe[e[t+2]]+fe[e[t+3]]+"-"+fe[e[t+4]]+fe[e[t+5]]+"-"+fe[e[t+6]]+fe[e[t+7]]+"-"+fe[e[t+8]]+fe[e[t+9]]+"-"+fe[e[t+10]]+fe[e[t+11]]+fe[e[t+12]]+fe[e[t+13]]+fe[e[t+14]]+fe[e[t+15]]).toLowerCase()}let An;const Wy=new Uint8Array(16);function Gy(){if(!An){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");An=crypto.getRandomValues.bind(crypto)}return An(Wy)}const Qy=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Ys={randomUUID:Qy};function nr(e,t,n){var s;if(Ys.randomUUID&&!e)return Ys.randomUUID();e=e||{};const r=e.random??((s=e.rng)==null?void 0:s.call(e))??Gy();if(r.length<16)throw new Error("Random bytes length must be >= 16");return r[6]=r[6]&15|64,r[8]=r[8]&63|128,qy(r)}var le=(e=>(e.CALL="call",e.RESULT="result",e.PARTIAL_CALL="partial-call",e.ERROR="error",e.CANCELLED="cancelled",e))(le||{}),G=(e=>(e.TEXT_START="TEXT_START",e.TEXT_DELTA="TEXT_DELTA",e.TEXT_END="TEXT_END",e.TOOL_CALL_START="TOOL_CALL_START",e.TOOL_CALL_ARGS="TOOL_CALL_ARGS",e.TOOL_CALL_ARGS_DELTA="TOOL_CALL_ARGS_DELTA",e.TOOL_CALL_END="TOOL_CALL_END",e.TOOL_CALL_RESULT="TOOL_CALL_RESULT",e.RUN_STARTED="RUN_STARTED",e.RUN_FINISHED="RUN_FINISHED",e.RUN_ERROR="RUN_ERROR",e.RUN_METADATA="RUN_METADATA",e.REASONING_START="REASONING_START",e.REASONING_DELTA="REASONING_DELTA",e.REASONING_END="REASONING_END",e))(G||{});function Xy(e){return!e||e.remoteStopCapable&&e.remoteRunId?null:e.remoteStopCapable?"__preparing__":e.remoteStopReason??""}const Yy=e=>{try{return JSON.parse(e)}catch{return}},Js=e=>({toolCallId:e.id,toolName:e.function.name,args:e.function.arguments,parsedArgs:Yy(e.function.arguments),status:le.CALL});function Jy(e,t){const n={error:"tool_call_interrupted",note:"User continued before tool produced a result."};return e.map(r=>{var s;return(s=r.parts)!=null&&s.length?{...r,parts:r.parts.map(i=>{if(i.type!=="tool-invocation"||![le.CALL,le.PARTIAL_CALL].includes(i.toolInvocation.status))return i;let o;if(typeof i.toolInvocation.args=="string")try{o=JSON.parse(i.toolInvocation.args)}catch{return{...i,toolInvocation:{...i.toolInvocation,args:JSON.stringify({}),parsedArgs:o,status:le.RESULT,result:{error:"invalid_args",raw:i.toolInvocation.args}}}}return{...i,toolInvocation:{...i.toolInvocation,args:i.toolInvocation.args,parsedArgs:o,status:le.RESULT,result:n}}})}:r})}function rr(e){if(e instanceof DOMException&&e.name==="AbortError")return!0;if(e instanceof Error){if(e.name==="AbortError")return!0;const t=e.message.toLowerCase();return t.includes("aborted")||t.includes("abort")}return!1}function Zs(e){if(e instanceof Error){const n=e.message.trim();if(n)return n}return String(e??"").trim()||"Failed to send message"}function ei(e,t){return{id:`local-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,role:"assistant",parts:[{type:"text",text:e}],meta:{source:"local",status:(t==null?void 0:t.status)??"final",sessionKey:t==null?void 0:t.sessionKey,timestamp:new Date().toISOString()}}}class Zy{constructor(t){_(this,"currentMessageId");_(this,"currentReasoningMessageId");_(this,"currentReasoningContent","");_(this,"currentToolCallId");_(this,"currentToolCallMessageId");_(this,"currentToolCallName");_(this,"currentToolCallArgs","");_(this,"emittedToolCallIds",new Set);this.sessionManager=t}findAssistantMessageById(t){const n=t==null?void 0:t.trim();return n?this.sessionManager.getMessages().find(s=>s.role==="assistant"&&s.id===n)??null:null}findAssistantMessageByToolCallId(t){var r;if(!t)return null;const n=this.sessionManager.getMessages();for(let s=n.length-1;s>=0;s-=1){const i=n[s];if(i.role!=="assistant")continue;if((r=i.parts)==null?void 0:r.some(a=>a.type==="tool-invocation"&&a.toolInvocation.toolCallId===t))return i}return null}findAssistantMessageForCurrentTool(t){var r;const n=this.findAssistantMessageById(this.currentToolCallMessageId);return(r=n==null?void 0:n.parts)!=null&&r.some(s=>s.type==="tool-invocation"&&s.toolInvocation.toolCallId===t)?n:this.findAssistantMessageByToolCallId(t)}reset(){this.currentMessageId=void 0,this.currentReasoningMessageId=void 0,this.currentReasoningContent="",this.currentToolCallId=void 0,this.currentToolCallMessageId=void 0,this.currentToolCallName=void 0,this.currentToolCallArgs="",this.emittedToolCallIds.clear()}emitToolCallEvents(){const t=this.sessionManager.getMessages();for(const n of t)if(!(n.role!=="assistant"||!n.parts))for(const r of n.parts){if(r.type!=="tool-invocation")continue;const s=r.toolInvocation;s.status===le.CALL&&!this.emittedToolCallIds.has(s.toolCallId)&&(this.emittedToolCallIds.add(s.toolCallId),this.sessionManager.toolCall$.next({toolCall:{id:s.toolCallId,type:"function",function:{name:s.toolName,arguments:s.args}}}))}}handleEvent(t){switch(t.type){case G.RUN_STARTED:break;case G.TEXT_START:this.handleTextStart(t);break;case G.TEXT_DELTA:this.handleTextContent(t);break;case G.TEXT_END:this.handleTextEnd();break;case G.REASONING_START:this.handleReasoningStart(t);break;case G.REASONING_DELTA:this.handleReasoningContent(t);break;case G.REASONING_END:this.handleReasoningEnd();break;case G.TOOL_CALL_START:this.handleToolCallStart(t);break;case G.TOOL_CALL_ARGS_DELTA:this.handleToolCallArgsDelta(t);break;case G.TOOL_CALL_ARGS:this.handleToolCallArgs(t);break;case G.TOOL_CALL_END:this.handleToolCallEnd(),this.emitToolCallEvents();break;case G.TOOL_CALL_RESULT:this.handleToolCallResult(t);break}}handleTextStart(t){this.currentMessageId=t.messageId}appendTextDelta(t,n){const r=[...t.parts||[]],s=r[r.length-1];return s&&s.type==="text"?{...t,parts:[...r.slice(0,-1),{type:"text",text:`${s.text}${n}`}]}:{...t,parts:[...r,{type:"text",text:n}]}}handleTextContent(t){if(!t.delta||this.currentMessageId!==t.messageId)return;const r=this.sessionManager.getMessages().find(s=>s.role==="assistant"&&s.id===this.currentMessageId);r?this.sessionManager.updateMessage(this.appendTextDelta(r,t.delta)):this.sessionManager.addMessages([{id:this.currentMessageId,role:"assistant",parts:[{type:"text",text:t.delta}]}])}handleTextEnd(){this.currentMessageId=void 0}updateReasoningPart(t,n){var i;const r=[...t.parts||[]];let s=-1;for(let o=r.length-1;o>=0;o-=1)if(((i=r[o])==null?void 0:i.type)==="reasoning"){s=o;break}return s>=0?{...t,parts:[...r.slice(0,s),{type:"reasoning",reasoning:n,details:[]},...r.slice(s+1)]}:{...t,parts:[...r,{type:"reasoning",reasoning:n,details:[]}]}}handleReasoningStart(t){this.currentReasoningMessageId=t.messageId,this.currentReasoningContent=""}handleReasoningContent(t){if(!t.delta||this.currentReasoningMessageId!==t.messageId)return;this.currentReasoningContent+=t.delta;const n=this.currentReasoningContent,r=this.currentReasoningMessageId,i=this.sessionManager.getMessages().find(o=>o.role==="assistant"&&o.id===r);i?this.sessionManager.updateMessage(this.updateReasoningPart(i,n)):this.sessionManager.addMessages([{id:r,role:"assistant",parts:[{type:"reasoning",reasoning:n,details:[]}]}])}handleReasoningEnd(){this.currentReasoningMessageId=void 0,this.currentReasoningContent=""}handleToolCallStart(t){var l;this.currentToolCallId=t.toolCallId,this.currentToolCallName=t.toolName,this.currentToolCallArgs="",this.currentToolCallMessageId=t.messageId;const n={type:"tool-invocation",toolInvocation:{status:le.PARTIAL_CALL,toolCallId:this.currentToolCallId,toolName:this.currentToolCallName,args:""}},r=this.sessionManager.getMessages(),s=(l=t.messageId)==null?void 0:l.trim(),i=this.findAssistantMessageById(s);if(i){this.currentToolCallMessageId=i.id;const u=i.parts.find(c=>c.type==="tool-invocation"&&c.toolInvocation.toolCallId===this.currentToolCallId);if(u&&u.type==="tool-invocation"){this.currentToolCallArgs=u.toolInvocation.args;return}this.sessionManager.updateMessage({...i,parts:[...i.parts||[],n]});return}if(s){this.currentToolCallMessageId=s,this.sessionManager.addMessages([{id:s,role:"assistant",parts:[n]}]);return}const o=this.findAssistantMessageByToolCallId(this.currentToolCallId);if(o){this.currentToolCallMessageId=o.id;const u=o.parts.find(c=>c.type==="tool-invocation"&&c.toolInvocation.toolCallId===this.currentToolCallId);this.currentToolCallArgs=(u==null?void 0:u.type)==="tool-invocation"?u.toolInvocation.args:"";return}const a=r[r.length-1];if(a&&a.role==="assistant")this.currentToolCallMessageId=a.id,this.sessionManager.updateMessage({...a,parts:[...a.parts||[],n]});else{const u=nr();this.currentToolCallMessageId=u,this.sessionManager.addMessages([{id:u,role:"assistant",parts:[n]}])}}handleToolCallArgsDelta(t){var s;if(this.currentToolCallId!==t.toolCallId)return;this.currentToolCallArgs+=t.argsDelta;const n=this.findAssistantMessageForCurrentTool(t.toolCallId);if(!n||n.role!=="assistant"||!((s=n.parts)!=null&&s.length))return;const r=[...n.parts];for(let i=r.length-1;i>=0;i--){const o=r[i];if(o.type==="tool-invocation"&&o.toolInvocation.toolCallId===t.toolCallId){let a;try{a=JSON.parse(this.currentToolCallArgs)}catch{}r[i]={...o,toolInvocation:{...o.toolInvocation,status:le.PARTIAL_CALL,args:this.currentToolCallArgs,parsedArgs:a}};break}}this.sessionManager.updateMessage({...n,parts:r})}handleToolCallArgs(t){this.currentToolCallId===t.toolCallId&&(this.currentToolCallArgs=t.args,this.handleToolCallArgsDelta({type:G.TOOL_CALL_ARGS_DELTA,toolCallId:t.toolCallId,argsDelta:""}))}handleToolCallEnd(){var t;if(!(!this.currentToolCallId||!this.currentToolCallName)){try{const n={id:this.currentToolCallId,type:"function",function:{name:this.currentToolCallName,arguments:this.currentToolCallArgs}},r=this.findAssistantMessageForCurrentTool(this.currentToolCallId);if(r&&r.role==="assistant"){const s=[...r.parts||[]];for(let i=s.length-1;i>=0;i--){const o=s[i];if(o.type==="tool-invocation"&&o.toolInvocation.toolCallId===this.currentToolCallId){s[i]={...o,toolInvocation:{...Js(n),status:le.CALL}};break}}this.sessionManager.updateMessage({...r,parts:s})}else{const s=((t=this.currentToolCallMessageId)==null?void 0:t.trim())||nr();this.sessionManager.addMessages([{id:s,role:"assistant",parts:[{type:"tool-invocation",toolInvocation:{...Js(n),status:le.CALL}}]}])}}catch{}this.currentToolCallId=void 0,this.currentToolCallMessageId=void 0,this.currentToolCallName=void 0,this.currentToolCallArgs=""}}handleToolCallResult(t){this.sessionManager.addToolResult({toolCallId:t.toolCallId,result:t.content,status:le.RESULT})}}class ex{constructor(){_(this,"disposables",[]);_(this,"addDisposable",t=>{this.disposables.push(t)});_(this,"dispose",()=>{this.disposables.forEach(t=>t()),this.disposables=[]})}}class tx extends ex{constructor(n=null,r){super();_(this,"_messages$",new lt([]));_(this,"messages$");_(this,"threadId$",new lt(null));_(this,"isAgentResponding$",new lt(!1));_(this,"activeRun$",new lt(null));_(this,"lastError$",new lt(null));_(this,"isAwaitingResponse$",new lt(!1));_(this,"runCompleted$",new Ke);_(this,"runError$",new Ke);_(this,"runMetadata$",new Ke);_(this,"activeSubscription",null);_(this,"addMessagesEvent$",new Ke);_(this,"updateMessageEvent$",new Ke);_(this,"setMessagesEvent$",new Ke);_(this,"toolCall$",new Ke);_(this,"eventHandler",new Zy(this));_(this,"runIdCounter",0);_(this,"metadataParsers");_(this,"callbacks");_(this,"getMessages",()=>this._messages$.getValue());_(this,"setMessages",n=>{this._messages$.next(n),this.setMessagesEvent$.next({messages:n})});_(this,"handleEvent",n=>{this.eventHandler.handleEvent(n)});_(this,"setCallbacks",n=>{this.callbacks=n});_(this,"reset",()=>{this.abortAgentRun(),this._messages$.next([]),this.eventHandler.reset(),this.threadId$.next(null),this.isAgentResponding$.next(!1),this.activeRun$.next(null),this.lastError$.next(null),this.isAwaitingResponse$.next(!1),this.runIdCounter+=1});_(this,"addMessages",n=>{const s=[...this.getMessages()];for(const i of n){const o=s.findIndex(a=>a.id===i.id);o>=0?s[o]=i:s.push(i)}this._messages$.next(s),this.addMessagesEvent$.next({messages:n}),this.isAwaitingResponse$.getValue()&&n.some(i=>i.role==="assistant")&&this.isAwaitingResponse$.next(!1)});_(this,"removeMessages",n=>{n.length!==0&&this._messages$.next(this.getMessages().filter(r=>!n.includes(r.id)))});_(this,"updateMessage",n=>{this._messages$.next(this.getMessages().map(r=>r.id===n.id?n:r)),this.updateMessageEvent$.next({message:n}),this.isAwaitingResponse$.getValue()&&n.role==="assistant"&&this.isAwaitingResponse$.next(!1)});_(this,"addToolResult",(n,r)=>{const s=this.getMessages().find(o=>o.parts.find(a=>a.type==="tool-invocation"&&a.toolInvocation.toolCallId===n.toolCallId));if(!s)return;const i={...s,parts:s.parts.map(o=>o.type==="tool-invocation"&&o.toolInvocation.toolCallId===n.toolCallId?{...o,toolInvocation:{...o.toolInvocation,result:n.result??void 0,status:n.status,error:n.error??void 0,cancelled:n.cancelled??void 0}}:o)};this.updateMessage(i)});_(this,"send",async n=>{(this.activeRun$.getValue()||this.activeSubscription)&&this.abortAgentRun(),this.lastError$.next(null);const r=n.message.trim();r&&(this.addMessages([{id:nr(),role:"user",parts:[{type:"text",text:r}]}]),await this.runAgent({metadata:n.metadata,sessionId:n.sessionId,agentId:n.agentId,stopCapable:n.stopCapable,stopReason:n.stopReason,sourceMessage:r,restoreDraftOnError:n.restoreDraftOnError}))});_(this,"resume",async n=>{var o,a;const r=(o=n.remoteRunId)==null?void 0:o.trim(),s=(a=n.sessionId)==null?void 0:a.trim();if(!r)return;const i=this.activeRun$.getValue();(i==null?void 0:i.remoteRunId)!==r&&(i||(this.lastError$.next(null),await this.runAgent({metadata:n.metadata,sessionId:s,agentId:n.agentId,stopCapable:n.stopCapable,stopReason:n.stopReason})))});_(this,"stop",async()=>{var s,i;const n=this.activeRun$.getValue();if(!n)return;const r=n.sessionId;this.abortAgentRun(),r&&await((i=(s=this.callbacks).onRunSettled)==null?void 0:i.call(s,{sourceSessionId:r}))});_(this,"handleAgentResponse",n=>{this.activeSubscription&&this.activeSubscription.unsubscribe(),this.activeSubscription=n.subscribe(r=>{var s,i,o,a,l,u,c,d,p;if(r.type===G.RUN_METADATA){const f=r,m=this.activeRun$.getValue(),y=((s=f.runId)==null?void 0:s.trim())||(m?`ui-${m.localRunId}`:"");this.metadataParsers&&m&&this.isMatchingRun(m,y)&&this.processRunMetadata(m,f.metadata),this.runMetadata$.next({runId:y,metadata:f.metadata});return}if(this.handleEvent(r),r.type===G.RUN_FINISHED){this.isAgentResponding$.next(!1),this.isAwaitingResponse$.next(!1),this.activeSubscription=null;const f=this.activeRun$.getValue(),m=((i=r.runId)==null?void 0:i.trim())||(f?`ui-${f.localRunId}`:"");if(!f||!this.isMatchingRun(f,m))return;const y=f.sessionId;this.activeRun$.next(null),y&&((a=(o=this.callbacks).onRunSettled)==null||a.call(o,{sourceSessionId:y}))}else if(r.type===G.RUN_ERROR){this.isAgentResponding$.next(!1),this.isAwaitingResponse$.next(!1),this.activeSubscription=null;const f=this.activeRun$.getValue(),m=((l=r.runId)==null?void 0:l.trim())||(f?`ui-${f.localRunId}`:""),y=rr(r.error);if(this.runError$.next({runId:m,error:r.error,isAbort:y}),!f||!this.isMatchingRun(f,m)){this.activeRun$.next(null);return}const b=f.sessionId;if(y){this.activeRun$.next(null),b&&((c=(u=this.callbacks).onRunSettled)==null||c.call(u,{sourceSessionId:b}));return}const g=Zs(r.error);this.lastError$.next(g),this.activeRun$.next(null),b&&this.addMessages([ei(g,{sessionKey:b,status:"error"})]),(p=(d=this.callbacks).onRunError)==null||p.call(d,{error:g,sourceMessage:f.sourceMessage,restoreDraft:f.restoreDraftOnError})}})});_(this,"abortAgentRun",()=>{var n,r,s;(s=(n=this.agentProvider)==null?void 0:(r=n.agent).abortRun)==null||s.call(r),this.activeSubscription&&(this.activeSubscription.unsubscribe(),this.activeSubscription=null,this.isAgentResponding$.next(!1),this.isAwaitingResponse$.next(!1)),this.activeRun$.next(null)});_(this,"runAgent",async n=>{var o,a,l,u;if(!this.agentProvider)return;(this.activeRun$.getValue()||this.activeSubscription)&&this.abortAgentRun();const r=++this.runIdCounter,s=`ui-${r}`,i={localRunId:r,sessionId:n==null?void 0:n.sessionId,...n!=null&&n.agentId?{agentId:n.agentId}:{},remoteStopCapable:!!(n!=null&&n.stopCapable),...n!=null&&n.stopReason?{remoteStopReason:n.stopReason}:{},sourceMessage:n==null?void 0:n.sourceMessage,restoreDraftOnError:n==null?void 0:n.restoreDraftOnError};this.activeRun$.next(i),this.isAgentResponding$.next(!0),this.isAwaitingResponse$.next(!0);try{const c=Jy(this.getMessages()),d=typeof(n==null?void 0:n.threadId)=="string"&&n.threadId.trim()?n.threadId:this.threadId$.getValue()??"",p=await this.agentProvider.agent.run({threadId:d,runId:s,messages:c,tools:this.agentProvider.getToolDefs(),context:this.agentProvider.getContexts(),...n!=null&&n.metadata?{metadata:n.metadata}:{}});this.handleAgentResponse(p)}catch(c){const d=rr(c);d?console.info("Agent run aborted"):console.error("Error running agent:",c),this.isAgentResponding$.next(!1),this.isAwaitingResponse$.next(!1);const p=this.activeRun$.getValue();if(this.activeRun$.next(null),this.runError$.next({runId:s,error:c,isAbort:d}),!d&&p){const f=Zs(c);this.lastError$.next(f),p.sessionId&&this.addMessages([ei(f,{sessionKey:p.sessionId,status:"error"})]),(a=(o=this.callbacks).onRunError)==null||a.call(o,{error:f,sourceMessage:p.sourceMessage,restoreDraft:p.restoreDraftOnError})}else d&&(p!=null&&p.sessionId)&&((u=(l=this.callbacks).onRunSettled)==null||u.call(l,{sourceSessionId:p.sessionId}))}});_(this,"processRunMetadata",(n,r)=>{if(!this.metadataParsers)return;const s=this.metadataParsers.parseReady(r);if(s){this.applyReadyMetadata(n,s);return}const i=this.metadataParsers.parseFinal(r);i&&this.applyFinalMetadata(n,i)});_(this,"applyReadyMetadata",(n,r)=>{var i,o,a,l,u;const s={...n};(i=r.remoteRunId)!=null&&i.trim()&&(s.remoteRunId=r.remoteRunId.trim()),typeof r.stopCapable=="boolean"&&(s.remoteStopCapable=r.stopCapable),(o=r.stopReason)!=null&&o.trim()&&(s.remoteStopReason=r.stopReason.trim()),(a=r.sessionId)!=null&&a.trim()&&(s.sessionId=r.sessionId.trim(),(u=(l=this.callbacks).onSessionChanged)==null||u.call(l,s.sessionId)),this.activeRun$.next(s)});_(this,"applyFinalMetadata",(n,r)=>{var o,a,l,u;const s=n.sessionId,i=r.sessionId;i&&i!==s&&((a=(o=this.callbacks).onSessionChanged)==null||a.call(o,i)),this.activeRun$.next(null),s&&((u=(l=this.callbacks).onRunSettled)==null||u.call(l,{sourceSessionId:s,resultSessionId:i}))});_(this,"isMatchingRun",(n,r)=>r.trim()?r===`ui-${n.localRunId}`:!1);_(this,"connectToolExecutor",()=>{const n=this.toolCall$.subscribe(async({toolCall:r})=>{var i;const s=(i=this.agentProvider)==null?void 0:i.getToolExecutor(r.function.name);if(s)try{const o=JSON.parse(r.function.arguments),a=await s(o);this.addToolResult({toolCallId:r.id,result:a,status:le.RESULT}),this.runAgent()}catch(o){console.error("[AgentChatController] handleAddToolResult error",o),this.addToolResult({toolCallId:r.id,error:o instanceof Error?o.message:String(o),status:le.ERROR}),this.runAgent()}});return()=>n.unsubscribe()});this.agentProvider=n;const{initialMessages:s=[],metadataParsers:i,callbacks:o={}}=r||{};this.metadataParsers=i??null,this.callbacks=o,this._messages$.next(s),this.messages$=this._messages$.asObservable(),this.agentProvider&&this.addDisposable(this.connectToolExecutor())}}const nx=/\u200B|\u200C|\u200D|\u2060|\uFEFF/g;function rx(e){return typeof e=="object"&&e!==null}function sx(e){return e.type==="text"&&typeof e.text=="string"}function ix(e){return e.type==="reasoning"&&typeof e.reasoning=="string"}function ox(e){return e.type!=="tool-invocation"||!rx(e.toolInvocation)?!1:typeof e.toolInvocation.toolName=="string"}function ax(e){var n;const t=(n=e.meta)==null?void 0:n.timestamp;return t&&Number.isFinite(Date.parse(t))?t:new Date().toISOString()}function lx(e,t){return e==="user"?t.user:e==="assistant"?t.assistant:e==="tool"?t.tool:e==="system"?t.system:t.fallback}function ux(e){return e==="user"||e==="assistant"||e==="tool"||e==="system"?e:"message"}function cx(e,t){return{kind:e.kind,toolName:e.name,summary:e.detail,output:e.text,hasResult:!!e.hasResult,titleLabel:e.kind==="call"?t.toolCallLabel:t.toolResultLabel,outputLabel:t.toolOutputLabel,emptyLabel:t.toolNoOutputLabel}}function ti(e){const t=e.trim();return t&&t.replace(nx,"").trim()?t:null}function dx(e){return e.uiMessages.map(t=>{var n;return{id:t.id,role:ux(t.role),roleLabel:lx(t.role,e.texts.roleLabels),timestampLabel:e.formatTimestamp(ax(t)),status:(n=t.meta)==null?void 0:n.status,parts:t.parts.map(r=>{if(sx(r)){const s=ti(r.text);return s?{type:"markdown",text:s}:null}if(ix(r)){const s=ti(r.reasoning);return s?{type:"reasoning",text:s,label:e.texts.reasoningLabel}:null}if(ox(r)){const s=r.toolInvocation,i=Yl(s.parsedArgs??s.args),o=typeof s.error=="string"&&s.error.trim()?s.error.trim():s.result!=null?Hr(s.result).trim():"",a=s.status==="result"||s.status==="error"||s.status==="cancelled",l={kind:a?"result":"call",name:s.toolName,detail:i,text:o||void 0,callId:s.toolCallId||void 0,hasResult:a};return{type:"tool-card",card:cx(l,e.texts)}}return{type:"unknown",label:e.texts.unknownPartLabel,rawType:typeof r.type=="string"?r.type:"unknown",text:Hr(r)}}).filter(r=>r!==null)}})}function hx(e){const{language:t}=pr(),n=C.useMemo(()=>e.uiMessages.map(s=>{var i,o;return{id:s.id,role:s.role,meta:{timestamp:(i=s.meta)==null?void 0:i.timestamp,status:(o=s.meta)==null?void 0:o.status},parts:s.parts}}),[e.uiMessages]),r=C.useMemo(()=>dx({uiMessages:n,formatTimestamp:s=>tn(s,t),texts:{roleLabels:{user:R("chatRoleUser"),assistant:R("chatRoleAssistant"),tool:R("chatRoleTool"),system:R("chatRoleSystem"),fallback:R("chatRoleMessage")},reasoningLabel:R("chatReasoning"),toolCallLabel:R("chatToolCall"),toolResultLabel:R("chatToolResult"),toolNoOutputLabel:R("chatToolNoOutput"),toolOutputLabel:R("chatToolOutput"),unknownPartLabel:R("chatUnknownPart")}}),[t,n]);return h.jsx(dy,{messages:r,isSending:e.isSending,hasAssistantDraft:e.uiMessages.some(s=>{var i,o;return s.role==="assistant"&&(((i=s.meta)==null?void 0:i.status)==="streaming"||((o=s.meta)==null?void 0:o.status)==="pending")}),className:e.className,texts:{copyCodeLabel:R("chatCodeCopy"),copiedCodeLabel:R("chatCodeCopied"),typingLabel:R("chatTyping")}})}const fx=[{icon:ml,titleKey:"chatWelcomeCapability1Title",descKey:"chatWelcomeCapability1Desc"},{icon:ur,titleKey:"chatWelcomeCapability2Title",descKey:"chatWelcomeCapability2Desc"},{icon:dr,titleKey:"chatWelcomeCapability3Title",descKey:"chatWelcomeCapability3Desc"}];function px({onCreateSession:e}){return h.jsx("div",{className:"h-full flex items-center justify-center p-8",children:h.jsxs("div",{className:"max-w-lg w-full text-center",children:[h.jsx("div",{className:"mx-auto mb-6 h-16 w-16 rounded-2xl bg-primary/10 flex items-center justify-center",children:h.jsx(vi,{className:"h-8 w-8 text-primary"})}),h.jsx("h2",{className:"text-xl font-semibold text-gray-900 mb-2",children:R("chatWelcomeTitle")}),h.jsx("p",{className:"text-sm text-gray-500 mb-8",children:R("chatWelcomeSubtitle")}),h.jsx("div",{className:"grid grid-cols-3 gap-3",children:fx.map(t=>{const n=t.icon;return h.jsxs("button",{onClick:e,className:"rounded-2xl border border-gray-200 bg-white p-4 text-left shadow-card hover:shadow-card-hover transition-shadow cursor-pointer",children:[h.jsx("div",{className:"h-9 w-9 rounded-xl bg-primary/8 flex items-center justify-center mb-3",children:h.jsx(n,{className:"h-4.5 w-4.5 text-primary"})}),h.jsx("div",{className:"text-sm font-semibold text-gray-900 mb-1",children:R(t.titleKey)}),h.jsx("div",{className:"text-[11px] text-gray-500 leading-relaxed",children:R(t.descKey)})]},t.titleKey)})})]})})}const gx={isProviderStateResolved:!1,modelOptions:[],sessionTypeUnavailable:!1,sessionTypeUnavailableMessage:null,sessionTypeLabel:null,selectedSessionKey:null,sessionDisplayName:void 0,canDeleteSession:!1,isDeletePending:!1,threadRef:null,isHistoryLoading:!1,uiMessages:[],isSending:!1,isAwaitingAssistantOutput:!1},Ve=en(e=>({snapshot:gx,setSnapshot:t=>e(n=>({snapshot:{...n.snapshot,...t}}))}));function mx(){return h.jsxs("section",{className:"flex-1 min-h-0 flex flex-col overflow-hidden bg-gradient-to-b from-gray-50/60 to-white",children:[h.jsx("div",{className:"flex-1 min-h-0 overflow-y-auto custom-scrollbar",children:h.jsx("div",{className:"mx-auto w-full max-w-[min(1120px,100%)] px-6 py-5",children:h.jsxs("div",{className:"space-y-4",children:[h.jsx("div",{className:"h-6 w-48 animate-pulse rounded bg-gray-200"}),h.jsx("div",{className:"h-24 w-[78%] animate-pulse rounded-2xl bg-gray-200/80"}),h.jsx("div",{className:"h-20 w-[62%] animate-pulse rounded-2xl bg-gray-200/80"}),h.jsx("div",{className:"h-28 w-[84%] animate-pulse rounded-2xl bg-gray-200/80"})]})})}),h.jsx("div",{className:"border-t border-gray-200/80 bg-white p-4",children:h.jsx("div",{className:"mx-auto w-full max-w-[min(1120px,100%)]",children:h.jsxs("div",{className:"rounded-2xl border border-gray-200 bg-white shadow-card p-4",children:[h.jsx("div",{className:"h-16 w-full animate-pulse rounded-xl bg-gray-200/80"}),h.jsxs("div",{className:"mt-3 flex items-center justify-between",children:[h.jsx("div",{className:"h-8 w-36 animate-pulse rounded-lg bg-gray-200/80"}),h.jsx("div",{className:"h-8 w-20 animate-pulse rounded-lg bg-gray-200/80"})]})]})})})]})}function yx(){var d;const e=mr(),t=Ve(p=>p.snapshot),n=C.useRef(null),r=t.threadRef??n,s=!!(t.selectedSessionKey||t.sessionTypeLabel),i=t.sessionDisplayName||t.selectedSessionKey||R("chatSidebarNewTask"),o=!t.selectedSessionKey&&t.uiMessages.length===0&&!t.isSending,a=t.modelOptions.length>0,l=t.isProviderStateResolved&&!a,u=t.isHistoryLoading&&t.uiMessages.length===0&&!t.isSending&&!t.isAwaitingAssistantOutput,{onScroll:c}=fy({scrollRef:r,resetKey:t.selectedSessionKey,isLoading:t.isHistoryLoading,hasContent:t.uiMessages.length>0,contentVersion:t.uiMessages});return t.isProviderStateResolved?h.jsxs("section",{className:"flex-1 min-h-0 flex flex-col overflow-hidden bg-gradient-to-b from-gray-50/60 to-white",children:[h.jsxs("div",{className:Te("px-5 border-b border-gray-200/60 bg-white/80 backdrop-blur-sm flex items-center justify-between shrink-0 overflow-hidden transition-all duration-200",s?"py-3 opacity-100":"h-0 py-0 opacity-0 border-b-0"),children:[h.jsxs("div",{className:"min-w-0 flex-1 flex items-center gap-2",children:[h.jsx("span",{className:"text-sm font-medium text-gray-700 truncate",children:i}),t.sessionTypeLabel?h.jsx("span",{className:"shrink-0 rounded-full border border-gray-200 bg-gray-100 px-2 py-0.5 text-[11px] font-medium text-gray-600",children:t.sessionTypeLabel}):null]}),t.selectedSessionKey?h.jsx(nt,{variant:"ghost",size:"icon",className:"rounded-lg shrink-0 text-gray-400 hover:text-destructive",onClick:e.chatThreadManager.deleteSession,disabled:!t.canDeleteSession||t.isDeletePending,children:h.jsx(Ci,{className:"h-4 w-4"})}):null]}),l&&h.jsxs("div",{className:"px-5 py-2.5 border-b border-amber-200/70 bg-amber-50/70 flex items-center justify-between gap-3 shrink-0",children:[h.jsx("span",{className:"text-xs text-amber-800",children:R("chatModelNoOptions")}),h.jsx("button",{type:"button",onClick:e.chatThreadManager.goToProviders,className:"text-xs font-semibold text-amber-900 underline-offset-2 hover:underline",children:R("chatGoConfigureProvider")})]}),t.sessionTypeUnavailable&&((d=t.sessionTypeUnavailableMessage)==null?void 0:d.trim())&&h.jsx("div",{className:"px-5 py-2.5 border-b border-amber-200/70 bg-amber-50/70 shrink-0",children:h.jsx("span",{className:"text-xs text-amber-800",children:t.sessionTypeUnavailableMessage})}),h.jsx("div",{ref:r,onScroll:c,className:"flex-1 min-h-0 overflow-y-auto custom-scrollbar",children:o?h.jsx(px,{onCreateSession:e.chatThreadManager.createSession}):u?h.jsx("div",{className:"h-full"}):t.uiMessages.length===0?h.jsx("div",{className:"px-5 py-5 text-sm text-gray-500",children:R("chatNoMessages")}):h.jsx("div",{className:"mx-auto w-full max-w-[min(1120px,100%)] px-6 py-5",children:h.jsx(hx,{uiMessages:t.uiMessages,isSending:t.isSending&&t.isAwaitingAssistantOutput})})}),h.jsx(Py,{})]}):h.jsx(mx,{})}function ni(e){return tn(e??void 0)}function xx(e){return typeof e!="number"||!Number.isFinite(e)?"-":tn(new Date(e))}function bx(e){if(typeof e!="number"||!Number.isFinite(e))return"-";const t=Math.round(e/1e3);if(t<60)return`${t}s`;const n=Math.round(t/60);if(n<60)return`${n}m`;const r=Math.round(n/60);return r<24?`${r}h`:`${Math.round(r/24)}d`}function Sx(e){const t=e.schedule;return t.kind==="cron"?t.expr?`cron ${t.expr}`:"cron":t.kind==="every"?`every ${bx(t.everyMs)}`:t.kind==="at"?`at ${xx(t.atMs)}`:"-"}function kx(e){if(!e.payload.deliver)return"-";const t=e.payload.channel??"-",n=e.payload.to??"-";return`${t}:${n}`}function vx(e,t){const n=t.trim().toLowerCase();return n?[e.id,e.name,e.payload.message,e.payload.channel??"",e.payload.to??""].join(" ").toLowerCase().includes(n):!0}function wx(e,t){return t==="all"?!0:t==="enabled"?e.enabled:!e.enabled}function Cx(){var m;const[e,t]=C.useState(""),[n,r]=C.useState("all"),s=Al({all:!0}),i=Ll(),o=Nl(),a=Pl(),{confirm:l,ConfirmDialog:u}=fr(),c=C.useMemo(()=>{var b;return(((b=s.data)==null?void 0:b.jobs)??[]).filter(g=>vx(g,e)).filter(g=>wx(g,n))},[s.data,e,n]),d=async y=>{await l({title:`${R("cronDeleteConfirm")}?`,description:y.name?`${y.name} (${y.id})`:y.id,variant:"destructive",confirmLabel:R("delete")})&&i.mutate({id:y.id})},p=async y=>{const b=!y.enabled;await l({title:b?`${R("cronEnableConfirm")}?`:`${R("cronDisableConfirm")}?`,description:y.name?`${y.name} (${y.id})`:y.id,variant:b?"default":"destructive",confirmLabel:b?R("cronEnable"):R("cronDisable")})&&o.mutate({id:y.id,enabled:b})},f=async y=>{const b=!y.enabled;await l({title:b?`${R("cronRunForceConfirm")}?`:`${R("cronRunConfirm")}?`,description:y.name?`${y.name} (${y.id})`:y.id,confirmLabel:R("cronRunNow")})&&a.mutate({id:y.id,force:b})};return h.jsxs(pu,{fullHeight:!0,children:[h.jsx(gu,{title:R("cronPageTitle"),description:R("cronPageDescription"),actions:h.jsx(nt,{variant:"ghost",size:"icon",className:"h-9 w-9 rounded-lg text-gray-400 hover:text-gray-700 hover:bg-gray-100",onClick:()=>s.refetch(),children:h.jsx(yl,{className:Te("h-4 w-4",s.isFetching&&"animate-spin")})})}),h.jsx("div",{className:"mb-6",children:h.jsxs("div",{className:"flex flex-wrap gap-3 items-center",children:[h.jsxs("div",{className:"relative flex-1 min-w-[240px]",children:[h.jsx(Ei,{value:e,onChange:y=>t(y.target.value),placeholder:R("cronSearchPlaceholder"),className:"pl-9"}),h.jsx(dr,{className:"absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-gray-400"})]}),h.jsx("div",{className:"min-w-[180px]",children:h.jsxs(Fn,{value:n,onValueChange:y=>r(y),children:[h.jsx(zn,{className:"w-full",children:h.jsx(jl,{placeholder:R("cronStatusLabel")})}),h.jsxs(Bn,{children:[h.jsx(wt,{value:"all",children:R("cronStatusAll")}),h.jsx(wt,{value:"enabled",children:R("cronStatusEnabled")}),h.jsx(wt,{value:"disabled",children:R("cronStatusDisabled")})]})]})}),h.jsxs("div",{className:"text-xs text-gray-500 ml-auto",children:[R("cronTotalLabel"),": ",((m=s.data)==null?void 0:m.total)??0," / ",c.length]})]})}),h.jsx("div",{className:"flex-1 overflow-auto custom-scrollbar",children:s.isLoading?h.jsx("div",{className:"text-sm text-gray-400 p-4 text-center",children:R("cronLoading")}):c.length===0?h.jsx("div",{className:"text-sm text-gray-400 p-4 text-center",children:R("cronEmpty")}):h.jsx("div",{className:"space-y-4",children:c.map(y=>h.jsx(Dl,{className:"border border-gray-200",children:h.jsx(_l,{className:"pt-5 pb-5",children:h.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-4",children:[h.jsxs("div",{className:"min-w-[220px] flex-1",children:[h.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[h.jsx("span",{className:"text-sm font-semibold text-gray-900",children:y.name||y.id}),h.jsx("span",{className:"text-[10px] font-semibold px-2 py-0.5 rounded-full bg-gray-100 text-gray-500",children:y.id}),h.jsx("span",{className:Te("text-[10px] font-semibold px-2 py-0.5 rounded-full",y.enabled?"bg-emerald-50 text-emerald-700":"bg-gray-100 text-gray-500"),children:y.enabled?R("enabled"):R("disabled")}),y.deleteAfterRun&&h.jsx("span",{className:"text-[10px] font-semibold px-2 py-0.5 rounded-full bg-amber-50 text-amber-700",children:R("cronOneShot")})]}),h.jsxs("div",{className:"mt-2 text-xs text-gray-500",children:[R("cronScheduleLabel"),": ",Sx(y)]}),h.jsx("div",{className:"mt-2 text-sm text-gray-700 whitespace-pre-wrap break-words",children:y.payload.message}),h.jsxs("div",{className:"mt-2 text-xs text-gray-500",children:[R("cronDeliverTo"),": ",kx(y)]})]}),h.jsxs("div",{className:"min-w-[220px] text-xs text-gray-500 space-y-2",children:[h.jsxs("div",{children:[h.jsxs("span",{className:"font-medium text-gray-700",children:[R("cronNextRun"),":"]})," ",ni(y.state.nextRunAt)]}),h.jsxs("div",{children:[h.jsxs("span",{className:"font-medium text-gray-700",children:[R("cronLastRun"),":"]})," ",ni(y.state.lastRunAt)]}),h.jsxs("div",{children:[h.jsxs("span",{className:"font-medium text-gray-700",children:[R("cronLastStatus"),":"]})," ",y.state.lastStatus??"-"]}),y.state.lastError&&h.jsx("div",{className:"text-[11px] text-red-500 break-words",children:y.state.lastError})]}),h.jsxs("div",{className:"flex items-start gap-2 flex-wrap justify-end",children:[h.jsxs(nt,{variant:"subtle",size:"sm",onClick:()=>f(y),className:"gap-1",children:[h.jsx(xl,{className:"h-3.5 w-3.5"}),R("cronRunNow")]}),h.jsxs(nt,{variant:y.enabled?"outline":"primary",size:"sm",onClick:()=>p(y),className:"gap-1",children:[h.jsx(bl,{className:"h-3.5 w-3.5"}),y.enabled?R("cronDisable"):R("cronEnable")]}),h.jsxs(nt,{variant:"destructive",size:"sm",onClick:()=>d(y),className:"gap-1",children:[h.jsx(Ci,{className:"h-3.5 w-3.5"}),R("delete")]})]})]})})},y.id))})}),h.jsx(u,{})]})}function xa(e){const{view:t,routeSessionKey:n,selectedSessionKey:r,selectedAgentId:s,setSelectedSessionKey:i,setSelectedAgentId:o,selectedSessionKeyRef:a,resetStreamState:l,resolveAgentIdFromSessionKey:u}=e;C.useEffect(()=>{if(t==="chat"){if(n){r!==n&&i(n);return}r!==null&&(i(null),l())}},[l,n,r,i,t]),C.useEffect(()=>{const c=r?u(r):null;c&&s!==c&&o(c)},[u,s,r,o]),C.useEffect(()=>{a.current=r},[r,a])}function ba({view:e,confirmDialog:t}){return h.jsxs("div",{className:"h-full flex",children:[h.jsx(ky,{}),e==="chat"?h.jsx(yx,{}):h.jsx("section",{className:"flex-1 min-h-0 overflow-hidden bg-gradient-to-b from-gray-50/60 to-white",children:e==="cron"?h.jsx("div",{className:"h-full overflow-auto custom-scrollbar",children:h.jsx("div",{className:"mx-auto w-full max-w-[min(1120px,100%)] px-6 py-5",children:h.jsx(Cx,{})})}):h.jsx("div",{className:"h-full overflow-hidden",children:h.jsx("div",{className:"mx-auto flex h-full min-h-0 w-full max-w-[min(1120px,100%)] flex-col px-6 py-5",children:h.jsx(ou,{forcedType:"skills"})})})}),t]})}const sr="sid_";function Sa(e){var r;const t=/^agent:([^:]+):/i.exec(e.trim());if(!t)return null;const n=(r=t[1])==null?void 0:r.trim();return n||null}function Ix(e){const t=Math.random().toString(36).slice(2,8);return`agent:${e}:ui:direct:web-${Date.now().toString(36)}${t}`}function Tx(e){const t=new TextEncoder().encode(e);let n="";for(const s of t)n+=String.fromCharCode(s);const r=btoa(n).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/g,"");return`${sr}${r}`}function Mx(e){if(!e.startsWith(sr))return null;const t=e.slice(sr.length).replace(/-/g,"+").replace(/_/g,"/"),n=t.length%4===0?"":"=".repeat(4-t.length%4);try{const r=atob(t+n),s=Uint8Array.from(r,i=>i.charCodeAt(0));return new TextDecoder().decode(s)}catch{return null}}function ka(e){if(!e)return null;const t=Mx(e);if(t)return t;try{return decodeURIComponent(e)}catch{return e}}function Rx(e){return`/chat/${Tx(e)}`}function Ex(e){const t=e.trim();return t.length>0?t:null}function Ax(e){return e??null}class va{constructor(t){this.updateSession=t,this.inFlight=null,this.queued=null,this.syncSelectedSessionPreferences=()=>{const n=H.getState().snapshot,s=se.getState().snapshot.selectedSessionKey;s&&this.enqueue({sessionKey:s,patch:{preferredModel:Ex(n.selectedModel),preferredThinking:Ax(n.selectedThinkingLevel)}})}}enqueue(t){this.queued=t,!this.inFlight&&this.startFlush()}startFlush(){this.inFlight=this.flush().catch(t=>{console.error(`Failed to sync chat session preferences: ${String(t)}`)}).finally(()=>{this.inFlight=null,this.queued&&this.startFlush()})}async flush(){for(;this.queued;){const t=this.queued;this.queued=null,await this.updateSession(t.sessionKey,t.patch)}}}class Lx{constructor(t,n){this.uiManager=t,this.streamActionsManager=n,this.sessionPreferenceSync=new va(Kr),this.hasSnapshotChanges=r=>{const s=H.getState().snapshot;for(const[i,o]of Object.entries(r))if(!Object.is(s[i],o))return!0;return!1},this.resolveUpdateValue=(r,s)=>typeof s=="function"?s(r):s,this.isSameStringArray=(r,s)=>r.length===s.length&&r.every((i,o)=>i===s[o]),this.syncComposerSnapshot=r=>{H.getState().setSnapshot({composerNodes:r,draft:da(r),selectedSkills:ha(r)})},this.syncSnapshot=r=>{if(this.hasSnapshotChanges(r)&&(H.getState().setSnapshot(r),Object.prototype.hasOwnProperty.call(r,"modelOptions")||Object.prototype.hasOwnProperty.call(r,"selectedModel")||Object.prototype.hasOwnProperty.call(r,"selectedThinkingLevel"))){const{selectedModel:s}=H.getState().snapshot;this.reconcileThinkingForModel(s)}},this.setDraft=r=>{const s=H.getState().snapshot.draft,i=this.resolveUpdateValue(s,r);i!==s&&this.syncComposerSnapshot(ca(i))},this.setComposerNodes=r=>{const s=H.getState().snapshot.composerNodes,i=this.resolveUpdateValue(s,r);Object.is(i,s)||this.syncComposerSnapshot(i)},this.setPendingSessionType=r=>{const s=H.getState().snapshot.pendingSessionType,i=this.resolveUpdateValue(s,r);i!==s&&H.getState().setSnapshot({pendingSessionType:i})},this.send=async()=>{const r=H.getState().snapshot,s=se.getState().snapshot,i=r.draft.trim();if(!i)return;const{selectedSkills:o,composerNodes:a}=r,l=!!s.selectedSessionKey,u=s.selectedSessionKey??Ix(s.selectedAgentId);l||this.uiManager.goToSession(u,{replace:!0}),this.setComposerNodes(Fr()),await this.streamActionsManager.sendMessage({message:i,sessionKey:u,agentId:s.selectedAgentId,sessionType:r.selectedSessionType,model:r.selectedModel||void 0,thinkingLevel:r.selectedThinkingLevel??void 0,stopSupported:r.stopSupported,stopReason:r.stopReason,requestedSkills:o,restoreDraftOnError:!0,composerNodes:a})},this.stop=async()=>{await this.streamActionsManager.stopCurrentRun()},this.goToProviders=()=>{this.uiManager.goToProviders()},this.setSelectedModel=r=>{const s=H.getState().snapshot.selectedModel,i=this.resolveUpdateValue(s,r);i!==s&&(H.getState().setSnapshot({selectedModel:i}),this.reconcileThinkingForModel(i))},this.setSelectedThinkingLevel=r=>{const s=H.getState().snapshot.selectedThinkingLevel,i=this.resolveUpdateValue(s,r);i!==s&&H.getState().setSnapshot({selectedThinkingLevel:i})},this.selectSessionType=r=>{const s=He(r);H.getState().setSnapshot({selectedSessionType:s,pendingSessionType:s}),this.syncRemoteSessionType(s)},this.setSelectedSkills=r=>{const s=H.getState().snapshot,{selectedSkills:i}=s,o=this.resolveUpdateValue(i,r);this.isSameStringArray(o,i)||this.syncComposerSnapshot(fa(s.composerNodes,o,s.skillRecords))},this.selectModel=r=>{this.setSelectedModel(r),this.sessionPreferenceSync.syncSelectedSessionPreferences()},this.selectThinkingLevel=r=>{this.setSelectedThinkingLevel(r),this.sessionPreferenceSync.syncSelectedSessionPreferences()},this.selectSkills=r=>{this.setSelectedSkills(r)},this.syncRemoteSessionType=async r=>{const s=se.getState().snapshot,{selectedSessionKey:i}=s;if(!i)return;const o=s.sessions.find(a=>a.key===i);o!=null&&o.sessionTypeMutable&&He(o.sessionType)!==r&&await Kr(i,{sessionType:r})}}resolveThinkingForModel(t,n){const r=t==null?void 0:t.thinkingCapability;return!r||r.supported.length===0?null:n==="off"?"off":n&&r.supported.includes(n)?n:r.default&&r.supported.includes(r.default)?r.default:"off"}reconcileThinkingForModel(t){const n=H.getState().snapshot,r=n.modelOptions.find(o=>o.value===t),{selectedThinkingLevel:s}=n,i=this.resolveThinkingForModel(r,s);i!==s&&H.getState().setSnapshot({selectedThinkingLevel:i})}}const Nx={parseReady:e=>e.driver!=="nextbot-stream"||e.kind!=="ready"?null:{remoteRunId:typeof e.backendRunId=="string"?e.backendRunId:void 0,sessionId:typeof e.sessionKey=="string"?e.sessionKey:void 0,stopCapable:typeof e.stopSupported=="boolean"?e.stopSupported:void 0,stopReason:typeof e.stopReason=="string"?e.stopReason:void 0},parseFinal:e=>e.driver!=="nextbot-stream"||e.kind!=="final"?null:{sessionId:typeof e.sessionKey=="string"?e.sessionKey:void 0,hasOutput:!!e.hasAssistantSessionEvent}};function Px(e,t){return{driver:"nextbot-stream",mode:"send",payload:e,requestedSkills:t}}function jx(e){const t=Number.isFinite(e.eventCount)&&e.eventCount>0?Math.max(0,Math.trunc(e.eventCount)):void 0;return{driver:"nextbot-stream",mode:"resume",runId:e.runId,...typeof t=="number"?{fromEventIndex:t}:{},sessionKey:e.sessionKey,...e.agentId?{agentId:e.agentId}:{},stopSupported:e.stopSupported,...e.stopReason?{stopReason:e.stopReason}:{}}}function Dx(e,t){if(e===t)return!0;if(e.size!==t.size)return!1;for(const[n,r]of e.entries())if(!Object.is(r,t.get(n)))return!1;return!0}class wa{constructor(){this.syncSnapshot=t=>{const n=Zn.getState().snapshot,r=t.sessionRunStatusByKey;(!r||Dx(n.sessionRunStatusByKey,r))&&(t.isLocallyRunning===void 0||Object.is(n.isLocallyRunning,t.isLocallyRunning))&&(t.activeBackendRunId===void 0||Object.is(n.activeBackendRunId,t.activeBackendRunId))||Zn.getState().setSnapshot(t)}}}class Ca{constructor(t,n){this.uiManager=t,this.streamActionsManager=n,this.hasSnapshotChanges=r=>{const s=se.getState().snapshot;for(const[i,o]of Object.entries(r))if(!Object.is(s[i],o))return!0;return!1},this.resolveUpdateValue=(r,s)=>typeof s=="function"?s(r):s,this.syncSnapshot=r=>{this.hasSnapshotChanges(r)&&se.getState().setSnapshot(r)},this.setSelectedAgentId=r=>{const s=se.getState().snapshot.selectedAgentId,i=this.resolveUpdateValue(s,r);i!==s&&se.getState().setSnapshot({selectedAgentId:i})},this.setSelectedSessionKey=r=>{const s=se.getState().snapshot.selectedSessionKey,i=this.resolveUpdateValue(s,r);i!==s&&se.getState().setSnapshot({selectedSessionKey:i})},this.createSession=r=>{const{snapshot:s}=H.getState(),{defaultSessionType:i}=s,o=i||"native",a=typeof r=="string"&&r.trim().length>0?r.trim():o;this.streamActionsManager.resetStreamState(),this.setSelectedSessionKey(null),H.getState().setSnapshot({pendingSessionType:a}),this.uiManager.goToChatRoot()},this.selectSession=r=>{this.setSelectedSessionKey(r),this.uiManager.goToSession(r)},this.setQuery=r=>{const s=se.getState().snapshot.query,i=this.resolveUpdateValue(s,r);i!==s&&se.getState().setSnapshot({query:i})}}}const Ln=async()=>{},ri=()=>{};class Ia{constructor(){this.actions={sendMessage:Ln,stopCurrentRun:Ln,resumeRun:Ln,resetStreamState:ri,applyHistoryMessages:ri},this.bind=t=>{this.actions={...this.actions,...t}},this.sendMessage=t=>this.actions.sendMessage(t),this.stopCurrentRun=()=>this.actions.stopCurrentRun(),this.resumeRun=t=>this.actions.resumeRun(t),this.resetStreamState=()=>this.actions.resetStreamState(),this.applyHistoryMessages=(t,n)=>this.actions.applyHistoryMessages(t,n)}}const _x=async()=>{};class Ox{constructor(t,n,r){this.uiManager=t,this.sessionListManager=n,this.streamActionsManager=r,this.actions={refetchSessions:_x},this.bindActions=s=>{this.actions={...this.actions,...s}},this.hasSnapshotChanges=s=>{const i=Ve.getState().snapshot;for(const[o,a]of Object.entries(s))if(!Object.is(i[o],a))return!0;return!1},this.syncSnapshot=s=>{this.hasSnapshotChanges(s)&&Ve.getState().setSnapshot(s)},this.deleteSession=()=>{this.deleteCurrentSession()},this.createSession=()=>{this.sessionListManager.createSession()},this.goToProviders=()=>{this.uiManager.goToProviders()},this.deleteCurrentSession=async()=>{const{snapshot:{selectedSessionKey:s}}=se.getState();if(!(!s||!await this.uiManager.confirm({title:R("chatDeleteSessionConfirm"),variant:"destructive",confirmLabel:R("delete")}))){Ve.getState().setSnapshot({isDeletePending:!0});try{await Ol(s),this.streamActionsManager.resetStreamState(),se.getState().setSnapshot({selectedSessionKey:null}),this.uiManager.goToChatRoot({replace:!0}),await this.actions.refetchSessions()}finally{Ve.getState().setSnapshot({isDeletePending:!1})}}}}}const Fx=async e=>!1;class Ta{constructor(){this.state={pathname:""},this.actions={navigate:null,confirm:Fx},this.syncState=t=>{this.state={...this.state,...t}},this.bindActions=t=>{this.actions={...this.actions,...t}},this.confirm=async t=>this.actions.confirm(t),this.navigateTo=(t,n)=>{this.actions.navigate&&(this.state.pathname===t&&!(n!=null&&n.replace)||(this.actions.navigate(t,n),this.state.pathname=t))},this.goToProviders=()=>{this.navigateTo("/providers")},this.goToChatRoot=t=>{this.navigateTo("/chat",t)},this.goToSession=(t,n)=>{this.navigateTo(Rx(t),n)}}}function zx(e){return e.delta?e.started?[{type:G.TEXT_DELTA,messageId:e.messageId,delta:e.delta}]:[{type:G.TEXT_START,messageId:e.messageId},{type:G.TEXT_DELTA,messageId:e.messageId,delta:e.delta}]:[]}function Bx(e){return!1}function $x(e){var n,r;return((r=(n=e.message)==null?void 0:n.role)==null?void 0:r.toLowerCase().trim())==="assistant"}function Ux(e){var o;const{event:t,messageId:n}=e,r=t.message;if(!r)return[];const s=(o=r.role)==null?void 0:o.toLowerCase().trim();if(!s)return[];const i=[];if(typeof r.reasoning_content=="string"&&r.reasoning_content.trim()&&(i.push({type:G.REASONING_START,messageId:n}),i.push({type:G.REASONING_DELTA,messageId:n,delta:r.reasoning_content.trim()}),i.push({type:G.REASONING_END,messageId:n})),Array.isArray(r.tool_calls))for(let a=0;a<r.tool_calls.length;a+=1){const l=r.tool_calls[a];if(!l||typeof l!="object")continue;const u=l,c=u.function,d=typeof c=="object"&&c?c:null,p=typeof t.seq=="number"?String(t.seq):"unknown",f=typeof u.id=="string"?u.id:`tool-${p}-${a}`,m=typeof(d==null?void 0:d.name)=="string"?d.name:typeof u.name=="string"?u.name:"tool",y=(d==null?void 0:d.arguments)??u.arguments??"",b=typeof y=="string"?y:JSON.stringify(y??{});i.push({type:G.TOOL_CALL_START,messageId:n,toolCallId:f,toolName:m}),i.push({type:G.TOOL_CALL_ARGS,toolCallId:f,args:b}),i.push({type:G.TOOL_CALL_END,toolCallId:f})}if(s==="tool"||s==="tool_result"||s==="toolresult"||s==="function"){const a=typeof r.tool_call_id=="string"?r.tool_call_id.trim():"";a&&i.push({type:G.TOOL_CALL_RESULT,toolCallId:a,content:r.content})}return i}function Ma(){return`stream-${Date.now()}-${Math.random().toString(36).slice(2,8)}`}function Kx(e,t){const n={};return e.sessionType&&(n.session_type=e.sessionType),e.thinkingLevel&&(n.thinking=e.thinkingLevel),t.length>0&&(n.requested_skills=t),{message:e.message,...e.runId?{runId:e.runId}:{},sessionKey:e.sessionKey,agentId:e.agentId,...e.model?{model:e.model}:{},...Object.keys(n).length>0?{metadata:n}:{},channel:"ui",chatId:"web-ui"}}async function Hx(e){return Fl(Kx(e.item,e.requestedSkills),{signal:e.signal,onReady:e.onReady,onDelta:e.onDelta,onSessionEvent:e.onSessionEvent})}async function Vx(e){return zl({runId:e.runId,...typeof e.fromEventIndex=="number"?{fromEventIndex:e.fromEventIndex}:{}},{signal:e.signal,onReady:e.onReady,onDelta:e.onDelta,onSessionEvent:e.onSessionEvent})}async function qx(e){var t;if(e.backendStopSupported)try{const n=new Set,r=(t=e.backendRunId)==null?void 0:t.trim();if(r&&(n.add(r),await Nn(r)))return;const s=await Wx(e);for(const i of s){if(n.has(i))continue;if(n.add(i),await Nn(i))return}if(r&&await Nn(r))return}catch{}}async function Nn(e){const t=e.trim();if(!t)return!1;try{return(await Bl({runId:t})).stopped===!0}catch{return!1}}async function Wx(e){var s;const t=(s=e.sessionKey)==null?void 0:s.trim();if(!t)return[];const n=8,r=120;for(let i=0;i<n;i+=1){const o=await Gx(e,t);if(o.length>0)return o;i<n-1&&await Qx(r)}return[]}async function Gx(e,t){try{const n=await $l({sessionKey:t,states:["queued","running"],limit:50}),r=n.runs.filter(s=>{var i;return((i=s.runId)==null?void 0:i.trim())&&s.sessionKey===t&&s.agentId===e.agentId}).map(s=>s.runId.trim());return r.length>0?r:n.runs.filter(s=>{var i;return((i=s.runId)==null?void 0:i.trim())&&s.sessionKey===t}).map(s=>s.runId.trim())}catch{return[]}}function Qx(e){return new Promise(t=>{window.setTimeout(t,e)})}function Ra(e){if(!Array.isArray(e))return[];const t=new Set;for(const n of e){const r=n.trim();r&&t.add(r)}return[...t]}function Xx(e){var y;const t=new Set(["tool","tool_result","toolresult","function"]),n=[];let r=0,s=0,i=null;const o=(b,g)=>(r+=1,`history-${b}-${g||"unknown"}-${r}`),a=b=>{const g=typeof b=="string"?b:JSON.stringify(b??{});try{return{args:g,parsedArgs:JSON.parse(g)}}catch{return{args:g}}},l=(b,g)=>{for(let k=b.length-1;k>=0;k-=1){const w=b[k];if(w.type==="tool-invocation"&&w.toolInvocation.toolCallId===g)return k}return-1},u=b=>i?(i={...i,meta:{...i.meta,timestamp:b}},i):(s+=1,i={id:`history-assistant-${s}-${b||"unknown"}`,role:"assistant",parts:[],meta:{source:"history",status:"final",timestamp:b}},i),c=()=>{i&&(i.parts.length>0&&n.push(i),i=null)},d=(b,g)=>{if(!g)return;const k=u(b);k.parts=[...k.parts,{type:"text",text:g}]},p=(b,g)=>{if(!g)return;const k=u(b);k.parts=[...k.parts,{type:"reasoning",reasoning:g,details:[]}]},f=b=>{const g=u(b.timestamp),k=l(g.parts,b.toolCallId),w={type:"tool-invocation",toolInvocation:{status:le.CALL,toolCallId:b.toolCallId,toolName:b.toolName,args:b.args,parsedArgs:b.parsedArgs}};if(k>=0){g.parts=[...g.parts.slice(0,k),w,...g.parts.slice(k+1)];return}g.parts=[...g.parts,w]},m=b=>{if(!b.toolCallId)return;const g=u(b.timestamp),k=l(g.parts,b.toolCallId);if(k<0){g.parts=[...g.parts,{type:"tool-invocation",toolInvocation:{status:le.RESULT,toolCallId:b.toolCallId,toolName:b.toolName,args:"{}",parsedArgs:void 0,result:b.result}}];return}const w=g.parts[k];w.type==="tool-invocation"&&(g.parts=[...g.parts.slice(0,k),{...w,toolInvocation:{...w.toolInvocation,status:le.RESULT,result:b.result}},...g.parts.slice(k+1)])};for(const b of e){const g=(y=b.role)==null?void 0:y.toLowerCase().trim();if(!g)continue;const k=b.timestamp;if(g==="user"||g==="system"||g==="data"){c();const w=Vr(b.content).trim();if(!w)continue;n.push({id:o(g,k),role:g,parts:[{type:"text",text:w}],meta:{source:"history",status:"final",timestamp:k}});continue}if(g==="assistant"){const w=Vr(b.content).trim();if(w&&d(k,w),typeof b.reasoning_content=="string"&&b.reasoning_content.trim()&&p(k,b.reasoning_content.trim()),Array.isArray(b.tool_calls))for(const T of b.tool_calls){if(!T||typeof T!="object")continue;const E=T,v=E.function,O=typeof v=="object"&&v?v:null,D=typeof E.id=="string"?E.id.trim():"";if(!D)continue;const z=typeof(O==null?void 0:O.name)=="string"?O.name:typeof E.name=="string"?E.name:"tool",I=a((O==null?void 0:O.arguments)??E.arguments??"");f({timestamp:k,toolCallId:D,toolName:z,args:I.args,parsedArgs:I.parsedArgs})}continue}if(t.has(g)){const w=typeof b.tool_call_id=="string"?b.tool_call_id.trim():"",T=typeof b.name=="string"&&b.name.trim()?b.name.trim():"tool";m({timestamp:k,toolCallId:w,toolName:T,result:b.content})}}return c(),n}function Yx(){const e=Date.now().toString(36),t=Math.random().toString(36).slice(2,10);return`run-${e}-${t}`}function Jx(e){const t=e.metadata;if(!t||typeof t!="object"||Array.isArray(t))return null;const n=t;if(n.driver!=="nextbot-stream")return null;const r=n.mode;if(r==="send"){const s=n.payload;if(!s||typeof s!="object"||Array.isArray(s))return null;const i=Array.isArray(n.requestedSkills)?n.requestedSkills.filter(o=>typeof o=="string"):[];return{driver:"nextbot-stream",mode:"send",payload:s,requestedSkills:i}}if(r==="resume"){const s=typeof n.runId=="string"?n.runId.trim():"";if(!s)return null;const i=typeof n.fromEventIndex=="number"&&Number.isFinite(n.fromEventIndex)?Math.max(0,Math.trunc(n.fromEventIndex)):void 0,o=typeof n.sessionKey=="string"?n.sessionKey.trim():"",a=typeof n.agentId=="string"?n.agentId.trim():"",l=typeof n.stopSupported=="boolean"?n.stopSupported:void 0,u=typeof n.stopReason=="string"?n.stopReason.trim():"";return{driver:"nextbot-stream",mode:"resume",runId:s,...typeof i=="number"?{fromEventIndex:i}:{},...o?{sessionKey:o}:{},...a?{agentId:a}:{},...typeof l=="boolean"?{stopSupported:l}:{},...u?{stopReason:u}:{}}}return null}function Zx(e){var t;if(e.mode==="send"){const n=((t=e.payload.runId)==null?void 0:t.trim())||"";return{localRunId:0,sessionKey:e.payload.sessionKey,...e.payload.agentId?{agentId:e.payload.agentId}:{},...n?{backendRunId:n}:{},backendStopSupported:!!e.payload.stopSupported,...e.payload.stopReason?{backendStopReason:e.payload.stopReason}:{}}}return{localRunId:0,sessionKey:e.sessionKey??"",...e.agentId?{agentId:e.agentId}:{},backendRunId:e.runId,backendStopSupported:!!e.stopSupported,...e.stopReason?{backendStopReason:e.stopReason}:{}}}function eb(e){var n;return e.mode!=="send"||((n=e.payload.runId)==null?void 0:n.trim())?e:{...e,payload:{...e.payload,runId:Yx()}}}function tb(e,t){var n,r,s;e.backendRunId=((n=t.runId)==null?void 0:n.trim())||e.backendRunId,e.backendStopSupported=typeof t.stopSupported=="boolean"?t.stopSupported:e.backendStopSupported,(r=t.stopReason)!=null&&r.trim()&&(e.backendStopReason=t.stopReason.trim()),(s=t.sessionKey)!=null&&s.trim()&&(e.sessionKey=t.sessionKey.trim())}function nb(){return{deltaMessageId:Ma(),deltaStarted:!1,deltaClosed:!1,hasAssistantSessionEvent:!1,hasAssistantOutput:!1}}function rb(e){var t,n,r;return{driver:"nextbot-stream",kind:"ready",...(t=e.sessionKey)!=null&&t.trim()?{sessionKey:e.sessionKey.trim()}:{},...(n=e.runId)!=null&&n.trim()?{backendRunId:e.runId.trim()}:{},...typeof e.stopSupported=="boolean"?{stopSupported:e.stopSupported}:{},...(r=e.stopReason)!=null&&r.trim()?{stopReason:e.stopReason.trim()}:{},...e.requestedAt?{requestedAt:e.requestedAt}:{}}}function sb(e,t){return{driver:"nextbot-stream",kind:"final",sessionKey:e.sessionKey,reply:e.reply,hasAssistantSessionEvent:t}}function si(e,t,n){e({type:G.RUN_METADATA,runId:t,metadata:n})}function ii(e,t){!e.deltaStarted||e.deltaClosed||(t({type:G.TEXT_END,messageId:e.deltaMessageId}),e.deltaClosed=!0)}function ib(e,t,n){const r=zx({messageId:e.deltaMessageId,delta:n.delta,started:e.deltaStarted});r.length>0&&(e.deltaStarted=!0,e.deltaClosed=!1,e.hasAssistantOutput=!0);for(const s of r)t(s)}function ob(e,t,n){Bx(n.data),$x(n.data)&&(e.hasAssistantSessionEvent=!0);for(const r of Ux({event:n.data,messageId:e.deltaMessageId}))t(r)}function ab(e,t,n){const r=n.trim();if(e.hasAssistantOutput||!r)return;const s=Ma();t({type:G.TEXT_START,messageId:s}),t({type:G.TEXT_DELTA,messageId:s,delta:r}),t({type:G.TEXT_END,messageId:s})}class lb{constructor(){this.activeAbortController=null,this.activeRunState=null,this.buildMissingMetadataObservable=t=>new Zt(n=>{n.next({type:G.RUN_ERROR,runId:t,error:"nextbot runtime metadata is required"}),n.complete()}),this.openRunStream=t=>{const{metadata:n,signal:r,onReady:s,onDelta:i,onSessionEvent:o}=t;return n.mode==="send"?Hx({item:n.payload,requestedSkills:n.requestedSkills,signal:r,onReady:s,onDelta:i,onSessionEvent:o}):Vx({runId:n.runId,fromEventIndex:n.fromEventIndex,signal:r,onReady:s,onDelta:i,onSessionEvent:o})},this.finalizeRunState=(t,n)=>{this.activeAbortController===t&&(this.activeAbortController=null),this.activeRunState===n&&(this.activeRunState=null)},this.createRunObservable=({metadata:t,clientRunId:n,abortController:r,runState:s})=>new Zt(i=>{const o=nb();let a=!1;const l=c=>{a||i.next(c)};return l({type:G.RUN_STARTED,runId:n}),this.openRunStream({metadata:t,signal:r.signal,onReady:c=>{this.activeRunState&&tb(this.activeRunState,c),si(l,n,rb(c))},onDelta:c=>{ib(o,l,c)},onSessionEvent:c=>{ob(o,l,c)}}).then(c=>{ii(o,l),ab(o,l,c.reply),si(l,n,sb(c,o.hasAssistantSessionEvent)),l({type:G.RUN_FINISHED,runId:n}),i.complete()}).catch(c=>{ii(o,l),rr(c)||l({type:G.RUN_ERROR,runId:n,error:c instanceof Error?c.message:String(c)}),i.complete()}).finally(()=>{this.finalizeRunState(r,s)}),()=>{a=!0,r.abort(),this.activeAbortController===r&&(this.activeAbortController=null)}}),this.abortRun=()=>{var n;const t=this.activeRunState;t!=null&&t.backendStopSupported&&qx(t),(n=this.activeAbortController)==null||n.abort(),this.activeAbortController=null,this.activeRunState=null},this.run=t=>{const n=Jx(t),r=typeof t.runId=="string"&&t.runId.trim()?t.runId:`run-${Date.now()}`;if(!n)return this.buildMissingMetadataObservable(r);const s=eb(n);this.abortRun();const i=new AbortController;this.activeAbortController=i;const o=Zx(s);return this.activeRunState=o,this.createRunObservable({metadata:s,clientRunId:r,abortController:i,runState:o})}}}class ub{constructor(){this.chatUiManager=new Ta,this.runtimeAgent=new lb,this.chatController=new tx({agent:this.runtimeAgent,getToolDefs:()=>[],getContexts:()=>[],getToolExecutor:()=>{}},{metadataParsers:Nx}),this.chatStreamActionsManager=new Ia,this.chatInputManager=new Lx(this.chatUiManager,this.chatStreamActionsManager),this.chatSessionListManager=new Ca(this.chatUiManager,this.chatStreamActionsManager),this.chatRunStatusManager=new wa,this.chatThreadManager=new Ox(this.chatUiManager,this.chatSessionListManager,this.chatStreamActionsManager)}}function Kt(e){const[t,n]=C.useState(e.getValue());return C.useEffect(()=>{const r=e.subscribe(n);return()=>r.unsubscribe()},[e]),t}function cb(e,t){const[n,r]=C.useState(t);return C.useEffect(()=>{const s=e.subscribe(r);return()=>s.unsubscribe()},[e]),n}function db(e,t){const n=C.useRef(e);C.useEffect(()=>{n.current=e});const r=C.useRef(null);C.useEffect(()=>{t.setCallbacks({onRunSettled:async({sourceSessionId:g,resultSessionId:k})=>{const w=n.current;await w.refetchSessions();const T=w.selectedSessionKeyRef.current;(!T||T===g||k&&T===k)&&await w.refetchHistory()},onRunError:({sourceMessage:g,restoreDraft:k})=>{k&&n.current.setDraft(w=>w.trim().length===0&&g?g:w)},onSessionChanged:g=>{n.current.setSelectedSessionKey(k=>k===g?k:g)}})},[t]);const s=cb(t.messages$,t.getMessages()),i=Kt(t.isAgentResponding$),o=Kt(t.isAwaitingResponse$),a=Kt(t.activeRun$),l=Kt(t.lastError$),u=(a==null?void 0:a.remoteRunId)??null,c=Xy(a),d=!!(a&&(c===null||a.remoteStopCapable&&!u)),p=C.useCallback(async g=>{const k=Ra(g.requestedSkills),w=Px(g,k);await t.send({message:g.message,sessionId:g.sessionKey,agentId:g.agentId,metadata:w,restoreDraftOnError:g.restoreDraftOnError,stopCapable:g.stopSupported,stopReason:g.stopReason})},[t]),f=C.useCallback(async g=>{var E,v;const k=(E=g.runId)==null?void 0:E.trim(),w=(v=g.sessionKey)==null?void 0:v.trim();if(!k||!w)return;const T=jx(g);await t.resume({remoteRunId:k,sessionId:w,agentId:g.agentId,metadata:T,stopCapable:g.stopSupported,stopReason:g.stopReason})},[t]),m=C.useCallback(async()=>{await t.stop()},[t]),y=C.useCallback(()=>{r.current=null,t.reset()},[t]),b=C.useCallback((g,k)=>{if(!!(t.activeRun$.getValue()||t.isAgentResponding$.getValue()))return;const T=n.current.selectedSessionKeyRef.current;if(T!==r.current&&(r.current=T,t.getMessages().length>0&&t.setMessages([])),!T){t.getMessages().length>0&&t.setMessages([]);return}k!=null&&k.isLoading&&g.length===0||t.setMessages(Xx(g))},[t]);return{uiMessages:s,isSending:i,isAwaitingAssistantOutput:o,canStopCurrentRun:d,stopDisabledReason:c,lastSendError:l,activeBackendRunId:u,sendMessage:p,stopCurrentRun:m,resumeRun:f,resetStreamState:y,applyHistoryMessages:b}}function hb({view:e}){var Je,Ze,Ge;const[t]=C.useState(()=>new ub),n=se(ce=>ce.snapshot.query),r=se(ce=>ce.snapshot.selectedSessionKey),s=se(ce=>ce.snapshot.selectedAgentId),i=H(ce=>ce.snapshot.pendingSessionType),{confirm:o,ConfirmDialog:a}=fr(),l=hr(),u=Ii(),{sessionId:c}=Ti(),d=C.useRef(null),p=C.useRef(r),f=C.useRef(null),m=C.useRef(null),y=C.useMemo(()=>ka(c),[c]),{sessionsQuery:b,installedSkillsQuery:g,chatCapabilitiesQuery:k,historyQuery:w,isProviderStateResolved:T,modelOptions:E,sessions:v,skillRecords:O,selectedSession:D,hydratedSessionModel:z,historyMessages:I,selectedSessionThinkingLevel:L,sessionTypeOptions:j,defaultSessionType:$,selectedSessionType:F,canEditSessionType:P,sessionTypeUnavailable:W,sessionTypeUnavailableMessage:ee}=vu({query:n,selectedSessionKey:r,selectedAgentId:s,pendingSessionType:i,setPendingSessionType:t.chatInputManager.setPendingSessionType,setSelectedModel:t.chatInputManager.setSelectedModel}),{uiMessages:de,isSending:re,isAwaitingAssistantOutput:S,canStopCurrentRun:pe,stopDisabledReason:Se,lastSendError:x,activeBackendRunId:oe,sendMessage:ie,stopCurrentRun:te,resumeRun:Ne,resetStreamState:ke,applyHistoryMessages:Re}=db({selectedSessionKeyRef:p,setSelectedSessionKey:t.chatSessionListManager.setSelectedSessionKey,setDraft:t.chatInputManager.setDraft,setComposerNodes:t.chatInputManager.setComposerNodes,refetchSessions:b.refetch,refetchHistory:w.refetch},t.chatController);C.useEffect(()=>{t.chatStreamActionsManager.bind({sendMessage:ie,stopCurrentRun:te,resumeRun:Ne,resetStreamState:ke,applyHistoryMessages:Re})},[Re,t,ke,Ne,ie,te]);const{sessionRunStatusByKey:he}=xu({view:e,selectedSessionKey:r,activeBackendRunId:oe,isLocallyRunning:re||!!oe,resumeRun:t.chatStreamActionsManager.resumeRun});xa({view:e,routeSessionKey:y,selectedSessionKey:r,selectedAgentId:s,setSelectedSessionKey:t.chatSessionListManager.setSelectedSessionKey,setSelectedAgentId:t.chatSessionListManager.setSelectedAgentId,selectedSessionKeyRef:p,resetStreamState:t.chatStreamActionsManager.resetStreamState,resolveAgentIdFromSessionKey:Sa}),C.useEffect(()=>{t.chatStreamActionsManager.applyHistoryMessages(I,{isLoading:w.isLoading})},[I,w.isLoading,t]),C.useEffect(()=>{t.chatUiManager.syncState({pathname:l.pathname}),t.chatUiManager.bindActions({navigate:u,confirm:o})},[o,l.pathname,u,t]);const _e=D?zi(D):void 0,Ye=((Je=j.find(ce=>ce.value===F))==null?void 0:Je.label)??dt(F);return C.useEffect(()=>{t.chatThreadManager.bindActions({refetchSessions:b.refetch})},[t,b.refetch]),C.useEffect(()=>{var ye,Ee;const ce=!re&&!S&&!b.isLoading&&T&&E.length>0&&r!==f.current,V=!re&&!S&&!w.isLoading&&T&&E.length>0&&r!==m.current;t.chatInputManager.syncSnapshot({isProviderStateResolved:T,defaultSessionType:$,canStopGeneration:pe,stopDisabledReason:Se,stopSupported:((ye=k.data)==null?void 0:ye.stopSupported)??!1,stopReason:(Ee=k.data)==null?void 0:Ee.stopReason,sendError:x,isSending:re,modelOptions:E,...ce?{selectedModel:z}:{},sessionTypeOptions:j,selectedSessionType:F,...V?{selectedThinkingLevel:L}:{},canEditSessionType:P,sessionTypeUnavailable:W,skillRecords:O,isSkillsLoading:g.isLoading}),ce&&(f.current=r),V&&(m.current=r),r||(f.current=null,m.current=null),t.chatSessionListManager.syncSnapshot({sessions:v,query:n,isLoading:b.isLoading}),t.chatRunStatusManager.syncSnapshot({sessionRunStatusByKey:he,isLocallyRunning:re||!!oe,activeBackendRunId:oe}),t.chatThreadManager.syncSnapshot({isProviderStateResolved:T,modelOptions:E,sessionTypeUnavailable:W,sessionTypeUnavailableMessage:ee,sessionTypeLabel:Ye,selectedSessionKey:r,sessionDisplayName:_e,canDeleteSession:!!D,threadRef:d,isHistoryLoading:w.isLoading,uiMessages:de,isSending:re,isAwaitingAssistantOutput:S})},[oe,P,pe,_e,Ye,(Ze=k.data)==null?void 0:Ze.stopReason,(Ge=k.data)==null?void 0:Ge.stopSupported,$,w.isLoading,g.isLoading,S,z,T,re,x,E.length,E,t,n,D,r,L,F,he,j,W,ee,v,b.isLoading,O,Se,d,de]),h.jsx($i,{presenter:t,children:h.jsx(ba,{view:e,confirmDialog:h.jsx(a,{})})})}var ne=(e=>(e.EndpointReady="endpoint.ready",e.EndpointError="endpoint.error",e.MessageRequest="message.request",e.MessageStreamRequest="message.stream-request",e.MessageSent="message.sent",e.MessageAccepted="message.accepted",e.MessageIncoming="message.incoming",e.MessageCompleted="message.completed",e.MessageFailed="message.failed",e.MessageAbort="message.abort",e.MessageTextStart="message.text-start",e.MessageTextDelta="message.text-delta",e.MessageTextEnd="message.text-end",e.MessageReasoningStart="message.reasoning-start",e.MessageReasoningDelta="message.reasoning-delta",e.MessageReasoningEnd="message.reasoning-end",e.MessageToolCallStart="message.tool-call-start",e.MessageToolCallArgs="message.tool-call-args",e.MessageToolCallArgsDelta="message.tool-call-args-delta",e.MessageToolCallEnd="message.tool-call-end",e.MessageToolCallResult="message.tool-call-result",e.MessageRead="message.read",e.MessageDelivered="message.delivered",e.MessageRecalled="message.recalled",e.MessageReaction="message.reaction",e.RunStarted="run.started",e.RunFinished="run.finished",e.RunError="run.error",e.RunMetadata="run.metadata",e.TypingStart="typing.start",e.TypingEnd="typing.end",e.PresenceUpdated="presence.updated",e))(ne||{}),oi=/\[\[\s*reply_to_current\s*\]\]/gi,ai=/\[\[\s*reply_to\s*:\s*([^\]]+?)\s*\]\]/i;function ir(e){if(typeof e!="string")return;const t=e.trim();return t.length>0?t:void 0}function fb(e,t){var i;let n=e,r;oi.test(n)&&(r=ir(t),n=n.replace(oi,"").trim());const s=(i=n.match(ai))==null?void 0:i[1];return s&&(r=ir(s),n=n.replace(ai,"").trim()),r?{content:n,replyTo:r}:{content:n}}function pb(e,t=e.id){if(e.role!=="assistant")return{...e,parts:[...e.parts],metadata:e.metadata?{...e.metadata}:void 0};const n=e.parts.findIndex(c=>c.type==="text"),r=e.metadata?{...e.metadata}:void 0,s=ir(r==null?void 0:r.reply_to);if(n<0)return{...e,parts:[...e.parts],metadata:r};const i=e.parts[n];if(!i||i.type!=="text")return{...e,parts:[...e.parts],metadata:r};const{content:o,replyTo:a}=fb(i.text,t),l=a??s,u=e.parts.flatMap((c,d)=>d!==n||c.type!=="text"?[c]:o.length===0?[]:[{...c,text:o}]);return l?{...e,parts:u,metadata:{...r,reply_to:l}}:{...e,parts:u,metadata:r}}function li(e){const t=e.split(/\r?\n/);let n="message";const r=[];for(const s of t){const i=s.trimEnd();if(!(!i||i.startsWith(":"))){if(i.startsWith("event:")){n=i.slice(6).trim()||"message";continue}i.startsWith("data:")&&r.push(i.slice(5).trimStart())}}return r.length===0?null:{event:n,data:r.join(`
38
+ `)}}async function*gb(e){const t=e.getReader(),n=new TextDecoder;let r="";try{for(;;){const{value:i,done:o}=await t.read();if(o)break;r+=n.decode(i,{stream:!0});const{frames:a,rest:l}=ui(r);r=l;for(const u of a)yield u}r+=n.decode();const{frames:s}=ui(r,!0);for(const i of s)yield i}finally{t.releaseLock()}}function ui(e,t=!1){const n=e.split(/\r?\n\r?\n/),r=n.pop()??"",s=[];for(const i of n){const o=li(i);o&&s.push(o)}if(t&&r.trim()){const i=li(r);return i&&s.push(i),{frames:s,rest:""}}return{frames:s,rest:r}}var ci="/ncp/agent",mb="ncp-http-agent-client",Ea=class extends Error{constructor(t,n=!1){super(t.message);_(this,"ncpError");_(this,"alreadyPublished");this.name=`NcpHttpAgentClientError(${t.code})`,this.ncpError=t,this.alreadyPublished=n}};function yb(e){const t=e.trim();if(!t)throw new Error("NcpHttpAgentClient requires a non-empty baseUrl.");return new URL(t)}function xb(e){if(e)return e;if(typeof globalThis.fetch=="function")return globalThis.fetch.bind(globalThis);throw new Error("No fetch implementation found. Pass options.fetchImpl explicitly.")}function bb(e){const t=(e??ci).trim();if(!t)return ci;const n=t.startsWith("/")?t:`/${t}`;return n.endsWith("/")?n.slice(0,-1):n}async function di(e){try{return(await e.text()).trim()}catch{return""}}function hi(e){if(Aa(e))return e.ncpError;if(Sb(e))return e;const t=e instanceof Error?e.message:String(e??"Unknown error");return{code:La(void 0),message:t,...e instanceof Error&&e.stack?{details:{stack:e.stack}}:{}}}function Pn(e,t={}){return new Ea(e,t.alreadyPublished??!1)}function Sb(e){return zr(e)&&typeof e.code=="string"&&typeof e.message=="string"}function zr(e){return!!e&&typeof e=="object"&&!Array.isArray(e)}function Aa(e){return e instanceof Ea}var kb={"config-error":"config-error","auth-error":"auth-error","runtime-error":"runtime-error","timeout-error":"timeout-error","abort-error":"abort-error"};function La(e){if(!e)return"runtime-error";const t=kb[e];if(t)return t;const n=e.toLowerCase();return n.includes("timeout")?"timeout-error":n.includes("abort")||n.includes("cancel")?"abort-error":n.includes("auth")?"auth-error":n.includes("config")?"config-error":"runtime-error"}function vb(e){const t=Na(e);return!t||typeof t.type!="string"||!t.type.trim()?null:t}function wb(e){const t=Na(e);if(!t)return{code:"runtime-error",message:e||"Unknown stream error."};const n=typeof t.code=="string"?t.code:void 0,r=La(n),s=zr(t.details)?t.details:{};return n&&n!==r&&(s.originalCode=n),{code:r,message:typeof t.message=="string"&&t.message?t.message:"Unknown stream error.",...Object.keys(s).length>0?{details:s}:{}}}function Na(e){try{const t=JSON.parse(e);return zr(t)?t:null}catch{return null}}var Cb=["text","file","source","step-start","reasoning","tool-invocation","card","rich-text","action","extension"],Ib=class{constructor(e){_(this,"manifest");_(this,"baseUrl");_(this,"basePath");_(this,"fetchImpl");_(this,"defaultHeaders");_(this,"subscribers",new Set);_(this,"activeControllers",new Set);_(this,"started",!1);var t;this.baseUrl=yb(e.baseUrl),this.basePath=bb(e.basePath),this.fetchImpl=xb(e.fetchImpl),this.defaultHeaders=e.headers??{},this.manifest={endpointKind:"custom",endpointId:((t=e.endpointId)==null?void 0:t.trim())||mb,version:"0.1.0",supportsStreaming:!0,supportsAbort:!0,supportsProactiveMessages:!1,supportsLiveSessionStream:!0,supportedPartTypes:Cb,expectedLatency:"seconds",metadata:{transport:"http+sse",scope:"agent"}}}async start(){this.started||(this.started=!0,this.publish({type:ne.EndpointReady}))}async stop(){if(this.started){this.started=!1;for(const e of this.activeControllers)e.abort();this.activeControllers.clear()}}async emit(e){switch(e.type){case"message.request":await this.send(e.payload);return;case"message.stream-request":await this.stream(e.payload);return;case"message.abort":await this.abort(e.payload);return;default:this.publish(e);return}}subscribe(e){return this.subscribers.add(e),()=>{this.subscribers.delete(e)}}async send(e){await this.ensureStarted(),await this.streamRequest({path:"/send",method:"POST",body:e})}async stream(e){await this.ensureStarted();const t=new URLSearchParams({sessionId:e.sessionId});await this.streamRequest({path:`/stream?${t.toString()}`,method:"GET"})}async abort(e){await this.ensureStarted();const t=new AbortController;this.activeControllers.add(t);try{const n=await this.fetchImpl(this.resolveUrl("/abort"),{method:"POST",headers:{...this.defaultHeaders,"content-type":"application/json",accept:"application/json"},body:JSON.stringify(e),signal:t.signal});if(!n.ok)throw new Error(`Abort request failed with HTTP ${n.status}: ${await di(n)}`)}catch(n){if(t.signal.aborted)return;const r=hi(n);throw this.publish({type:ne.EndpointError,payload:r}),Pn(r)}finally{this.activeControllers.delete(t)}}async ensureStarted(){this.started||await this.start()}publish(e){for(const t of this.subscribers)t(e)}resolveUrl(e){return new URL(`${this.basePath}${e}`,this.baseUrl)}async streamRequest(e){const t=new AbortController;this.activeControllers.add(t);try{const n=await this.fetchImpl(this.resolveUrl(e.path),{method:e.method,headers:{...this.defaultHeaders,accept:"text/event-stream",...e.body!==void 0?{"content-type":"application/json"}:{}},body:e.body===void 0?void 0:JSON.stringify(e.body),signal:t.signal});if(!n.ok)throw new Error(`NCP stream request failed with HTTP ${n.status}: ${await di(n)}`);if(!n.body)throw new Error("NCP stream response has no body.");for await(const r of gb(n.body)){if(t.signal.aborted)return;this.handleSseFrame(r)}}catch(n){if(t.signal.aborted)return;if(Aa(n))throw n;const r=hi(n);throw this.publish({type:ne.EndpointError,payload:r}),Pn(r)}finally{this.activeControllers.delete(t)}}handleSseFrame(e){if(e.event==="ncp-event"){const t=vb(e.data);if(!t){this.publish({type:ne.EndpointError,payload:{code:"runtime-error",message:"Received malformed ncp-event frame."}});return}this.publish(t);return}if(e.event==="error"){const t=wb(e.data);throw this.publish({type:ne.EndpointError,payload:t}),Pn(t,{alreadyPublished:!0})}}};function Gt(e){return{...e,parts:[...e.parts],metadata:e.metadata?{...e.metadata}:void 0}}function jn(e){return Gt(pb(e))}function Tb(e){var n;const t=(n=e.error)==null?void 0:n.trim();return{code:"runtime-error",message:t&&t.length>0?t:"Agent run failed.",details:{sessionId:e.sessionId,messageId:e.messageId,threadId:e.threadId,runId:e.runId}}}function Mb(e,t){return t.trim()?e.id.startsWith("tool-")?!0:e.parts.some(n=>n.type==="tool-invocation"):!1}function Rb(e,t,n){for(const[r,s]of e)s===t&&e.set(r,n)}function Ht(e,t,n){for(const[r,s]of e)s===n&&(e.delete(r),t.delete(r))}function or(e,t){for(let n=e.length-1;n>=0;n-=1){const r=e[n];if(r.type==="tool-invocation"&&r.toolCallId===t)return r}return null}function fi(e,t){const n=or(e,t);return(n==null?void 0:n.toolName)??null}function vt(e,t){const n=[...e];for(let r=n.length-1;r>=0;r-=1){const s=n[r];if(s.type==="tool-invocation"&&s.toolCallId===t.toolCallId)return n[r]={...s,...t},n}return n.push(t),n}var Eb="assistant",Ab=class{constructor(){_(this,"messages",[]);_(this,"streamingMessage",null);_(this,"error",null);_(this,"activeRun",null);_(this,"listeners",new Set);_(this,"toolCallMessageIdByCallId",new Map);_(this,"toolCallArgsRawByCallId",new Map);_(this,"snapshotCache",null);_(this,"snapshotVersion",-1);_(this,"stateVersion",0)}getSnapshot(){if(this.snapshotCache&&this.snapshotVersion===this.stateVersion)return this.snapshotCache;const e={messages:this.messages.map(t=>Gt(t)),streamingMessage:this.streamingMessage?Gt(this.streamingMessage):null,error:this.error?{...this.error,details:this.error.details?{...this.error.details}:void 0}:null,activeRun:this.activeRun?{...this.activeRun}:null};return this.snapshotCache=e,this.snapshotVersion=this.stateVersion,e}subscribe(e){return this.listeners.add(e),()=>this.listeners.delete(e)}reset(){this.messages.length===0&&!this.streamingMessage&&!this.error&&!this.activeRun&&this.toolCallMessageIdByCallId.size===0&&this.toolCallArgsRawByCallId.size===0||(this.messages=[],this.streamingMessage=null,this.error=null,this.activeRun=null,this.toolCallMessageIdByCallId.clear(),this.toolCallArgsRawByCallId.clear(),this.stateVersion+=1,this.notifyListeners())}hydrate(e){this.messages=e.messages.map(t=>jn(t)),this.streamingMessage=null,this.error=null,this.activeRun=e.activeRun?{...e.activeRun,sessionId:e.activeRun.sessionId??e.sessionId,abortDisabledReason:e.activeRun.abortDisabledReason??null}:null,this.toolCallMessageIdByCallId.clear(),this.toolCallArgsRawByCallId.clear(),this.stateVersion+=1,this.notifyListeners()}async dispatch(e){const t=this.stateVersion;switch(e.type){case ne.MessageSent:this.handleMessageSent(e.payload);break;case ne.MessageAbort:this.handleMessageAbort(e.payload);break;case ne.MessageTextStart:this.handleMessageTextStart(e.payload);break;case ne.MessageTextDelta:this.handleMessageTextDelta(e.payload);break;case ne.MessageTextEnd:this.handleMessageTextEnd(e.payload);break;case ne.MessageReasoningStart:this.handleMessageReasoningStart(e.payload);break;case ne.MessageReasoningDelta:this.handleMessageReasoningDelta(e.payload);break;case ne.MessageReasoningEnd:this.handleMessageReasoningEnd(e.payload);break;case ne.MessageToolCallStart:this.handleMessageToolCallStart(e.payload);break;case ne.MessageToolCallArgs:this.handleMessageToolCallArgs(e.payload);break;case ne.MessageToolCallArgsDelta:this.handleMessageToolCallArgsDelta(e.payload);break;case ne.MessageToolCallEnd:this.handleMessageToolCallEnd(e.payload);break;case ne.MessageToolCallResult:this.handleMessageToolCallResult(e.payload);break;case ne.RunStarted:this.handleRunStarted(e.payload);break;case ne.RunFinished:this.handleRunFinished(e.payload);break;case ne.RunError:this.handleRunError(e.payload);break;case ne.RunMetadata:this.handleRunMetadata(e.payload);break;case ne.EndpointError:this.handleEndpointError(e.payload);break}this.stateVersion!==t&&this.notifyListeners()}handleMessageSent(e){this.upsertMessage(e.message),this.setError(null)}handleMessageAbort(e){var n;const t=(n=e.messageId)==null?void 0:n.trim();if(this.clearActiveRun(),this.setError(null),this.streamingMessage&&(!t||this.streamingMessage.id===t)){const r=this.streamingMessage.id;this.upsertMessage({...this.streamingMessage,status:"final"}),this.replaceStreamingMessage(null),t?Ht(this.toolCallMessageIdByCallId,this.toolCallArgsRawByCallId,t):Ht(this.toolCallMessageIdByCallId,this.toolCallArgsRawByCallId,r)}}handleMessageTextStart(e){this.ensureStreamingMessage(e.sessionId,e.messageId,"streaming"),this.setError(null)}handleMessageTextDelta(e){if(!e.delta)return;const t=this.ensureStreamingMessage(e.sessionId,e.messageId,"streaming"),n=[...t.parts],r=n[n.length-1];(r==null?void 0:r.type)==="text"?n[n.length-1]={type:"text",text:`${r.text}${e.delta}`}:n.push({type:"text",text:e.delta}),this.replaceStreamingMessage({...t,parts:n,status:"streaming"})}handleMessageTextEnd(e){var t;((t=this.streamingMessage)==null?void 0:t.id)===e.messageId&&this.streamingMessage.status==="streaming"&&this.replaceStreamingMessage({...this.streamingMessage,status:"pending"})}handleMessageReasoningStart(e){this.ensureStreamingMessage(e.sessionId,e.messageId,"streaming")}handleMessageReasoningDelta(e){if(!e.delta)return;const t=this.ensureStreamingMessage(e.sessionId,e.messageId,"streaming"),n=[...t.parts],r=n[n.length-1];(r==null?void 0:r.type)==="reasoning"?n[n.length-1]={type:"reasoning",text:`${r.text}${e.delta}`}:n.push({type:"reasoning",text:e.delta}),this.replaceStreamingMessage({...t,parts:n,status:"streaming"})}handleMessageReasoningEnd(e){var t;(t=this.streamingMessage)==null||t.id,e.messageId}handleMessageToolCallStart(e){const t=this.resolveToolCallTargetMessage(e.sessionId,e.toolCallId,e.messageId);this.toolCallArgsRawByCallId.set(e.toolCallId,"");const n=vt(t.parts,{type:"tool-invocation",toolCallId:e.toolCallId,toolName:e.toolName,state:"partial-call",args:""});this.replaceStreamingMessage({...t,parts:n,status:"streaming"}),this.setError(null)}handleMessageToolCallArgs(e){this.toolCallArgsRawByCallId.set(e.toolCallId,e.args),this.applyToolCallArgs(e.sessionId,e.toolCallId,e.args)}handleMessageToolCallArgsDelta(e){const n=`${this.toolCallArgsRawByCallId.get(e.toolCallId)??""}${e.delta}`;this.toolCallArgsRawByCallId.set(e.toolCallId,n),this.applyToolCallArgs(e.sessionId,e.toolCallId,n,e.messageId)}handleMessageToolCallEnd(e){const t=this.resolveToolCallTargetMessage(e.sessionId,e.toolCallId),n=this.toolCallArgsRawByCallId.get(e.toolCallId)??"",r=vt(t.parts,{type:"tool-invocation",toolCallId:e.toolCallId,toolName:fi(t.parts,e.toolCallId)??"unknown",state:"call",args:n});this.replaceStreamingMessage({...t,parts:r,status:"streaming"})}handleMessageToolCallResult(e){if(!this.updateMessageContainingToolCall(e.toolCallId,(n,r)=>{const s={type:"tool-invocation",toolCallId:e.toolCallId,toolName:r.toolName,state:"result",args:r.args,result:e.content};return vt(n.parts,s)})){const n=this.resolveToolCallTargetMessage(e.sessionId,e.toolCallId),r=vt(n.parts,{type:"tool-invocation",toolCallId:e.toolCallId,toolName:"unknown",state:"result",result:e.content});this.replaceStreamingMessage({...n,parts:r,status:"streaming"})}}handleRunStarted(e){this.setError(null),this.activeRun={runId:e.runId??null,sessionId:e.sessionId},this.stateVersion+=1}handleRunFinished(e){if(this.streamingMessage){const t={...this.streamingMessage,status:"final"};this.upsertMessage(t),this.replaceStreamingMessage(null),Ht(this.toolCallMessageIdByCallId,this.toolCallArgsRawByCallId,t.id)}this.setError(null),this.clearActiveRun()}handleRunError(e){if(this.streamingMessage){const t={...this.streamingMessage,status:"error"};this.upsertMessage(t),this.replaceStreamingMessage(null),Ht(this.toolCallMessageIdByCallId,this.toolCallArgsRawByCallId,t.id)}this.setError(Tb(e)),this.clearActiveRun()}handleRunMetadata(e){var n,r;const t=e.metadata;if((t==null?void 0:t.kind)==="ready"){const s=t;this.activeRun={runId:s.runId??((n=this.activeRun)==null?void 0:n.runId)??null,sessionId:s.sessionId??((r=this.activeRun)==null?void 0:r.sessionId),abortDisabledReason:s.supportsAbort===!1?s.abortDisabledReason??"Unsupported":null},this.stateVersion+=1}else(t==null?void 0:t.kind)==="final"&&this.clearActiveRun()}handleEndpointError(e){this.setError(e)}applyToolCallArgs(e,t,n,r){const s=this.resolveToolCallTargetMessage(e,t,r),i=fi(s.parts,t)??"unknown",o=vt(s.parts,{type:"tool-invocation",toolCallId:t,toolName:i,state:"partial-call",args:n});this.replaceStreamingMessage({...s,parts:o,status:"streaming"})}ensureStreamingMessage(e,t,n){var o;if(((o=this.streamingMessage)==null?void 0:o.id)===t){if(this.streamingMessage.status===n)return this.streamingMessage;const a={...this.streamingMessage,status:n};return this.replaceStreamingMessage(a),a}const r=this.messages.findIndex(a=>a.id===t);if(r>=0){const a=Gt(this.messages[r]),l=[...this.messages];l.splice(r,1),this.messages=l,this.stateVersion+=1;const u={...a,sessionId:e,status:n};return this.replaceStreamingMessage(u),u}const s=this.streamingMessage;if(s&&s.id!==t&&s.sessionId===e&&Mb(s,t)){const a={...s,id:t,sessionId:e,status:n};return Rb(this.toolCallMessageIdByCallId,s.id,t),this.replaceStreamingMessage(a),a}const i={id:t,sessionId:e,role:Eb,status:n,parts:[],timestamp:new Date().toISOString()};return this.replaceStreamingMessage(i),i}resolveToolCallTargetMessage(e,t,n){var s;const r=(n==null?void 0:n.trim())||this.toolCallMessageIdByCallId.get(t)||((s=this.streamingMessage)==null?void 0:s.id)||`tool-${t}`;return this.toolCallMessageIdByCallId.set(t,r),this.ensureStreamingMessage(e,r,"streaming")}updateMessageContainingToolCall(e,t){if(this.streamingMessage){const n=or(this.streamingMessage.parts,e);if(n){const r=t(this.streamingMessage,n);return this.replaceStreamingMessage({...this.streamingMessage,parts:r}),!0}}for(let n=this.messages.length-1;n>=0;n-=1){const r=this.messages[n],s=or(r.parts,e);if(!s)continue;const i=[...this.messages];return i[n]={...r,parts:t(r,s)},this.messages=i,this.stateVersion+=1,!0}return!1}upsertMessage(e){const t=jn(e),n=this.messages.findIndex(s=>s.id===t.id);if(n<0){this.messages=[...this.messages,t],this.stateVersion+=1;return}const r=[...this.messages];r[n]=t,this.messages=r,this.stateVersion+=1}replaceStreamingMessage(e){!e&&!this.streamingMessage||(this.streamingMessage=e?jn(e):null,this.stateVersion+=1)}setError(e){var n,r,s,i;((n=this.error)==null?void 0:n.code)===(e==null?void 0:e.code)&&((r=this.error)==null?void 0:r.message)===(e==null?void 0:e.message)&&((s=this.error)==null?void 0:s.details)===(e==null?void 0:e.details)&&((i=this.error)==null?void 0:i.cause)===(e==null?void 0:e.cause)||(this.error=e?{...e,details:e.details?{...e.details}:void 0}:null,this.stateVersion+=1)}clearActiveRun(){this.activeRun&&(this.activeRun=null,this.stateVersion+=1)}notifyListeners(){const e=this.getSnapshot();for(const t of this.listeners)t(e)}};function Lb(e,t){const n="payload"in e?e.payload:null;return!n||typeof n!="object"||!("sessionId"in n)||typeof n.sessionId!="string"?!0:n.sessionId===t}function Nb(e){return e.parts.some(t=>t.type==="text"||t.type==="rich-text"||t.type==="reasoning"?t.text.trim().length>0:!0)}function Pb(e,t){if(typeof e=="string"){const n=e.trim();return n?{sessionId:t,message:{id:`user-${Date.now().toString(36)}`,sessionId:t,role:"user",status:"final",parts:[{type:"text",text:n}],timestamp:new Date().toISOString()}}:null}return Nb(e.message)?{...e,sessionId:e.sessionId,message:{...e.message,sessionId:e.message.sessionId||e.sessionId}}:null}function jb(e,t){return{sessionId:e,messages:t.messages,activeRun:t.activeRun}}function Db(e){const t=C.useRef();return(!t.current||t.current.sessionId!==e)&&(t.current={sessionId:e,manager:new Ab}),t.current.manager}function _b({sessionId:e,client:t,manager:n}){var p;const r=C.useSyncExternalStore(f=>n.subscribe(()=>f()),()=>n.getSnapshot(),()=>n.getSnapshot()),[s,i]=C.useState(!1);C.useEffect(()=>{i(!1)},[e]),C.useEffect(()=>{const f=t.subscribe(m=>{Lb(m,e)&&n.dispatch(m)});return()=>{f(),t.stop()}},[t,n,e]);const o=r.streamingMessage?[...r.messages,r.streamingMessage]:r.messages,a=((p=r.activeRun)==null?void 0:p.runId)??null,l=!!r.activeRun;return{snapshot:r,visibleMessages:o,activeRunId:a,isRunning:l,isSending:s,send:async f=>{if(s||l)return;const m=Pb(f,e);if(!m)return;i(!0);const y=n.getSnapshot();await n.dispatch({type:ne.MessageSent,payload:{sessionId:e,message:m.message,metadata:m.metadata}});try{await t.send(m)}catch(b){throw n.hydrate(jb(e,y)),b}finally{i(!1)}},abort:async()=>{r.activeRun&&await t.abort({sessionId:e})},streamRun:async()=>{r.activeRun&&await t.stream({sessionId:e})}}}function pi(e){return e instanceof Error?e:new Error(String(e))}function Ob({sessionId:e,client:t,loadSeed:n,autoResumeRunningSession:r=!0}){const s=Db(e),i=_b({sessionId:e,client:t,manager:s}),[o,a]=C.useState(!0),[l,u]=C.useState(null),c=C.useRef({requestId:0,controller:null}),d=C.useCallback(async()=>{var m;(m=c.current.controller)==null||m.abort();const p=new AbortController,f=c.current.requestId+1;c.current={requestId:f,controller:p},await t.stop(),s.reset(),u(null),a(!0);try{const y=await n(e,p.signal);if(p.signal.aborted||c.current.requestId!==f)return;s.hydrate({sessionId:e,messages:y.messages,activeRun:y.status==="running"?{runId:null,sessionId:e,abortDisabledReason:null}:null}),u(null),a(!1),y.status==="running"&&r&&t.stream({sessionId:e}).catch(b=>{c.current.requestId===f&&u(pi(b))})}catch(y){if(p.signal.aborted||c.current.requestId!==f)return;u(pi(y)),a(!1)}finally{c.current.controller===p&&(c.current.controller=null)}},[r,t,n,s,e]);return C.useEffect(()=>(d(),()=>{var p;(p=c.current.controller)==null||p.abort(),c.current.controller=null}),[d]),{...i,isHydrating:o,hydrateError:l,reloadSeed:d}}const Fb=new Set(["off","minimal","low","medium","high","adaptive","xhigh"]);function zb(e){if(typeof e=="string")return e;try{return JSON.stringify(e??{})}catch{return String(e??"")}}function je(e){if(typeof e!="string")return null;const t=e.trim();return t.length>0?t:null}function un(e){const{metadata:t}=e;return!t||typeof t!="object"||Array.isArray(t)?null:t}function Bb(e){const t=un(e);return t?je(t.preferred_model)??je(t.preferredModel)??je(t.model):null}function $b(e){const t=un(e);if(!t)return null;const n=je(t.preferred_thinking)??je(t.thinking)??je(t.thinking_level)??je(t.thinkingLevel);if(!n)return null;const r=n.toLowerCase();return Fb.has(r)?r:null}function Ub(e){const t=un(e);return t?je(t.label):null}function Kb(e){const t=un(e);return t?je(t.session_type)??je(t.sessionType)??"native":"native"}function Hb(e){return e.state==="result"?le.RESULT:e.state==="partial-call"?le.PARTIAL_CALL:le.CALL}function Vb(e){const t=[];for(const n of e){if(n.type==="text"){t.push({type:"text",text:n.text});continue}if(n.type==="rich-text"){t.push({type:"text",text:n.text});continue}if(n.type==="reasoning"){t.push({type:"reasoning",reasoning:n.text,details:[]});continue}if(n.type==="source"){t.push({type:"source",source:{sourceType:"url",id:n.url??n.title??Math.random().toString(36).slice(2,8),url:n.url??"",...n.title?{title:n.title}:{}}});continue}if(n.type==="file"&&n.contentBase64){t.push({type:"file",mimeType:n.mimeType??"application/octet-stream",data:n.contentBase64});continue}if(n.type==="step-start"){t.push({type:"step-start"});continue}n.type==="tool-invocation"&&t.push({type:"tool-invocation",toolInvocation:{status:Hb(n),toolCallId:n.toolCallId??`${n.toolName}-${Math.random().toString(36).slice(2,8)}`,toolName:n.toolName,args:zb(n.args),result:n.result}})}return t}function qb(e){return e==="service"?"system":e==="tool"?"assistant":e}function Wb(e){return{id:e.id,role:qb(e.role),parts:Vb(e.parts),meta:{source:"stream",status:e.status,sessionKey:e.sessionId,timestamp:e.timestamp}}}function Gb(e){return console.log("[adaptNcpMessagesToUiMessages]",{messages:e}),e.map(Wb)}function Qb(e){const t=Ub(e),n=Bb(e);return{key:e.sessionId,createdAt:e.updatedAt,updatedAt:e.updatedAt,...t?{label:t}:{},...n?{preferredModel:n}:{},sessionType:Kb(e),sessionTypeMutable:!1,messageCount:e.messageCount}}function Xb(e){return e.map(Qb)}function Yb(e){const t=new Map;for(const r of e.summaries)r.status==="running"&&t.set(r.sessionId,"running");const n=je(e.activeSessionId);return e.isLocallyRunning&&n&&t.set(n,"running"),t}function gi(){return`ncp-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,10)}`}function Jb(){return Sl({queryKey:["ncp-session-types"],queryFn:Ul,staleTime:1e4,retry:!1})}function Zb(e,t){const n=t.trim().toLowerCase();return n?e.filter(r=>r.key.toLowerCase().includes(n)):e}function eS(e){var k,w,T,E;const t=Mi(),n=Ri(),r=Kl({limit:200}),s=Jb(),i=Ai("skill"),o=(t.isFetched||t.isSuccess)&&(n.isFetched||n.isSuccess),a=C.useMemo(()=>{const v=Ni({meta:n.data,config:t.data,onlyConfigured:!0}),O=new Set,D=[];for(const z of v)for(const I of z.models){const L=Pi(z.prefix,I);!L||O.has(L)||(O.add(L),D.push({value:L,modelLabel:I,providerLabel:z.displayName,thinkingCapability:ji(z.modelThinking,I,z.aliases)}))}return D.sort((z,I)=>{const L=z.providerLabel.localeCompare(I.providerLabel);return L!==0?L:z.modelLabel.localeCompare(I.modelLabel)})},[n.data,t.data]),l=C.useMemo(()=>{var v;return((v=r.data)==null?void 0:v.sessions)??[]},[(k=r.data)==null?void 0:k.sessions]),u=C.useMemo(()=>Xb(l),[l]),c=C.useMemo(()=>Zb(u,e.query),[u,e.query]),d=C.useMemo(()=>u.find(v=>v.key===e.selectedSessionKey)??null,[u,e.selectedSessionKey]),p=C.useMemo(()=>l.find(v=>v.sessionId===e.selectedSessionKey)??null,[e.selectedSessionKey,l]),f=C.useMemo(()=>{var v;return((v=i.data)==null?void 0:v.records)??[]},[(w=i.data)==null?void 0:w.records]),m=C.useMemo(()=>p?$b(p):null,[p]),y=Fi({selectedSession:d,selectedSessionKey:e.selectedSessionKey,pendingSessionType:e.pendingSessionType,setPendingSessionType:e.setPendingSessionType,sessionTypesData:s.data}),b=C.useMemo(()=>_i({sessions:u,selectedSessionKey:e.selectedSessionKey,sessionType:y.selectedSessionType}),[u,e.selectedSessionKey,y.selectedSessionType]);Oi({modelOptions:a,selectedSessionKey:e.selectedSessionKey,selectedSessionPreferredModel:d==null?void 0:d.preferredModel,fallbackPreferredModel:b,defaultModel:(T=t.data)==null?void 0:T.agents.defaults.model,setSelectedModel:e.setSelectedModel});const g=C.useMemo(()=>{var v;return gr({currentSelectedModel:"",modelOptions:a,selectedSessionPreferredModel:d==null?void 0:d.preferredModel,fallbackPreferredModel:b,defaultModel:(v=t.data)==null?void 0:v.agents.defaults.model,preferSessionPreferredModel:!0})},[(E=t.data)==null?void 0:E.agents.defaults.model,a,b,d==null?void 0:d.preferredModel]);return{configQuery:t,configMetaQuery:n,sessionsQuery:r,sessionTypesQuery:s,installedSkillsQuery:i,isProviderStateResolved:o,modelOptions:a,sessionSummaries:l,sessions:c,skillRecords:f,selectedSession:d,hydratedSessionModel:g,selectedSessionThinkingLevel:m,...y}}class tS{constructor(t,n,r){this.uiManager=t,this.streamActionsManager=n,this.getDraftSessionId=r,this.sessionPreferenceSync=new va(Hl),this.hasSnapshotChanges=s=>{const i=H.getState().snapshot;for(const[o,a]of Object.entries(s))if(!Object.is(i[o],a))return!0;return!1},this.resolveUpdateValue=(s,i)=>typeof i=="function"?i(s):i,this.isSameStringArray=(s,i)=>s.length===i.length&&s.every((o,a)=>o===i[a]),this.syncComposerSnapshot=s=>{H.getState().setSnapshot({composerNodes:s,draft:da(s),selectedSkills:ha(s)})},this.syncSnapshot=s=>{if(this.hasSnapshotChanges(s)&&(H.getState().setSnapshot(s),Object.prototype.hasOwnProperty.call(s,"modelOptions")||Object.prototype.hasOwnProperty.call(s,"selectedModel")||Object.prototype.hasOwnProperty.call(s,"selectedThinkingLevel"))){const{selectedModel:i}=H.getState().snapshot;this.reconcileThinkingForModel(i)}},this.setDraft=s=>{const i=H.getState().snapshot.draft,o=this.resolveUpdateValue(i,s);o!==i&&this.syncComposerSnapshot(ca(o))},this.setComposerNodes=s=>{const i=H.getState().snapshot.composerNodes,o=this.resolveUpdateValue(i,s);Object.is(o,i)||this.syncComposerSnapshot(o)},this.setPendingSessionType=s=>{const i=H.getState().snapshot.pendingSessionType,o=this.resolveUpdateValue(i,s);o!==i&&H.getState().setSnapshot({pendingSessionType:o})},this.send=async()=>{const s=H.getState().snapshot,i=se.getState().snapshot,o=s.draft.trim();if(!o)return;const{selectedSkills:a,composerNodes:l}=s,u=i.selectedSessionKey??this.getDraftSessionId();i.selectedSessionKey||this.uiManager.goToSession(u,{replace:!0}),this.setComposerNodes(Fr()),await this.streamActionsManager.sendMessage({message:o,sessionKey:u,agentId:i.selectedAgentId,sessionType:s.selectedSessionType,model:s.selectedModel||void 0,thinkingLevel:s.selectedThinkingLevel??void 0,stopSupported:!0,requestedSkills:a,restoreDraftOnError:!0,composerNodes:l})},this.stop=async()=>{await this.streamActionsManager.stopCurrentRun()},this.goToProviders=()=>{this.uiManager.goToProviders()},this.setSelectedModel=s=>{const i=H.getState().snapshot.selectedModel,o=this.resolveUpdateValue(i,s);o!==i&&(H.getState().setSnapshot({selectedModel:o}),this.reconcileThinkingForModel(o))},this.setSelectedThinkingLevel=s=>{const i=H.getState().snapshot.selectedThinkingLevel,o=this.resolveUpdateValue(i,s);o!==i&&H.getState().setSnapshot({selectedThinkingLevel:o})},this.selectSessionType=s=>{const i=He(s);H.getState().setSnapshot({selectedSessionType:i,pendingSessionType:i})},this.setSelectedSkills=s=>{const i=H.getState().snapshot,{selectedSkills:o}=i,a=this.resolveUpdateValue(o,s);this.isSameStringArray(a,o)||this.syncComposerSnapshot(fa(i.composerNodes,a,i.skillRecords))},this.selectModel=s=>{this.setSelectedModel(s),this.sessionPreferenceSync.syncSelectedSessionPreferences()},this.selectThinkingLevel=s=>{this.setSelectedThinkingLevel(s),this.sessionPreferenceSync.syncSelectedSessionPreferences()},this.selectSkills=s=>{this.setSelectedSkills(s)}}resolveThinkingForModel(t,n){const r=t==null?void 0:t.thinkingCapability;return!r||r.supported.length===0?null:n==="off"?"off":n&&r.supported.includes(n)?n:r.default&&r.supported.includes(r.default)?r.default:"off"}reconcileThinkingForModel(t){const n=H.getState().snapshot,r=n.modelOptions.find(o=>o.value===t),{selectedThinkingLevel:s}=n,i=this.resolveThinkingForModel(r,s);i!==s&&H.getState().setSnapshot({selectedThinkingLevel:i})}}const nS=async()=>{};class rS{constructor(t,n,r){this.uiManager=t,this.sessionListManager=n,this.streamActionsManager=r,this.actions={refetchSessions:nS},this.bindActions=s=>{this.actions={...this.actions,...s}},this.hasSnapshotChanges=s=>{const i=Ve.getState().snapshot;for(const[o,a]of Object.entries(s))if(!Object.is(i[o],a))return!0;return!1},this.syncSnapshot=s=>{this.hasSnapshotChanges(s)&&Ve.getState().setSnapshot(s)},this.deleteSession=()=>{this.deleteCurrentSession()},this.createSession=()=>{this.sessionListManager.createSession()},this.goToProviders=()=>{this.uiManager.goToProviders()},this.deleteCurrentSession=async()=>{const{snapshot:{selectedSessionKey:s}}=se.getState();if(!(!s||!await this.uiManager.confirm({title:R("chatDeleteSessionConfirm"),variant:"destructive",confirmLabel:R("delete")}))){Ve.getState().setSnapshot({isDeletePending:!0});try{await Vl(s),this.streamActionsManager.resetStreamState(),se.getState().setSnapshot({selectedSessionKey:null}),this.uiManager.goToChatRoot({replace:!0}),await this.actions.refetchSessions()}finally{Ve.getState().setSnapshot({isDeletePending:!1})}}}}}class sS{constructor(){this.chatUiManager=new Ta,this.chatStreamActionsManager=new Ia,this.chatSessionListManager=new Ca(this.chatUiManager,this.chatStreamActionsManager),this.chatInputManager=new tS(this.chatUiManager,this.chatStreamActionsManager,()=>this.getDraftSessionId()),this.chatRunStatusManager=new wa,this.chatThreadManager=new rS(this.chatUiManager,this.chatSessionListManager,this.chatStreamActionsManager),this.draftSessionId="",this.setDraftSessionId=t=>{this.draftSessionId=t}}getDraftSessionId(){return this.draftSessionId}}function iS(){return(e,t)=>fetch(e,{credentials:"include",...t})}function oS(e){var r,s,i;const t={};(r=e.model)!=null&&r.trim()&&(t.model=e.model.trim(),t.preferred_model=e.model.trim()),(s=e.thinkingLevel)!=null&&s.trim()&&(t.thinking=e.thinkingLevel.trim(),t.preferred_thinking=e.thinkingLevel.trim()),(i=e.sessionType)!=null&&i.trim()&&(t.session_type=e.sessionType.trim());const n=Ra(e.requestedSkills);return n.length>0&&(t.requested_skills=n),t}function aS(e){return e instanceof Error?e.message.includes("ncp session not found:"):!1}function lS({view:e}){var Ze,Ge,ce;const[t]=C.useState(()=>new sS),[n,r]=C.useState(()=>gi()),s=se(V=>V.snapshot.query),i=se(V=>V.snapshot.selectedSessionKey),o=se(V=>V.snapshot.selectedAgentId),a=H(V=>V.snapshot.pendingSessionType),{confirm:l,ConfirmDialog:u}=fr(),c=hr(),d=Ii(),{sessionId:p}=Ti(),f=C.useRef(null),m=C.useRef(i),y=C.useRef(null),b=C.useRef(null),g=C.useMemo(()=>ka(p),[p]),{sessionsQuery:k,installedSkillsQuery:w,isProviderStateResolved:T,modelOptions:E,sessionSummaries:v,sessions:O,skillRecords:D,selectedSession:z,hydratedSessionModel:I,selectedSessionThinkingLevel:L,sessionTypeOptions:j,defaultSessionType:$,selectedSessionType:F,canEditSessionType:P,sessionTypeUnavailable:W,sessionTypeUnavailableMessage:ee}=eS({query:s,selectedSessionKey:i,pendingSessionType:a,setPendingSessionType:t.chatInputManager.setPendingSessionType,setSelectedModel:t.chatInputManager.setSelectedModel}),de=k.refetch,re=i??n,S=C.useRef(v);C.useEffect(()=>{S.current=v},[v]);const[pe]=C.useState(()=>new Ib({baseUrl:ql,basePath:"/api/ncp/agent",fetchImpl:iS()})),Se=C.useCallback(async(V,ye)=>{ye.throwIfAborted();let Ee=null;try{Ee=await Wl(V,300)}catch(Be){if(!aS(Be))throw Be}ye.throwIfAborted();const xe=S.current.find(Be=>Be.sessionId===V)??null;return{messages:(Ee==null?void 0:Ee.messages)??[],status:(xe==null?void 0:xe.status)==="running"?"running":"idle"}},[]),x=Ob({sessionId:re,client:pe,loadSeed:Se});C.useEffect(()=>{t.setDraftSessionId(n)},[n,t]),C.useEffect(()=>{if(i===null){const V=gi();r(V),t.setDraftSessionId(V)}},[t,i]);const oe=C.useMemo(()=>Gb(x.visibleMessages),[x.visibleMessages]),ie=x.isSending||x.isRunning,te=x.isRunning,Ne=x.isRunning,ke=x.isRunning?null:"__preparing__",Re=((Ze=x.hydrateError)==null?void 0:Ze.message)??((Ge=x.snapshot.error)==null?void 0:Ge.message)??null,he=x.activeRunId,_e=C.useMemo(()=>Yb({summaries:v,activeSessionId:re,isLocallyRunning:ie||!!he}),[he,re,ie,v]);C.useEffect(()=>{!ie&&!he||de()},[he,ie,de]),C.useEffect(()=>{t.chatStreamActionsManager.bind({sendMessage:async V=>{if(V.sessionKey!==re)return;const ye=oS({model:V.model,thinkingLevel:V.thinkingLevel,sessionType:V.sessionType,requestedSkills:V.requestedSkills});try{k.refetch(),await x.send({sessionId:V.sessionKey,message:{id:`user-${Date.now().toString(36)}`,sessionId:V.sessionKey,role:"user",status:"final",parts:[{type:"text",text:V.message}],timestamp:new Date().toISOString(),...Object.keys(ye).length>0?{metadata:ye}:{}},...Object.keys(ye).length>0?{metadata:ye}:{}}),await k.refetch()}catch(Ee){throw V.restoreDraftOnError&&(V.composerNodes&&V.composerNodes.length>0?t.chatInputManager.setComposerNodes(xe=>{var Be;return xe.length===1&&((Be=xe[0])==null?void 0:Be.type)==="text"&&xe[0].text.length===0?V.composerNodes??xe:xe}):t.chatInputManager.setDraft(xe=>xe.trim().length===0?V.message:xe)),Ee}},stopCurrentRun:async()=>{await x.abort(),await k.refetch()},resumeRun:async V=>{V.sessionKey===re&&await x.streamRun()},resetStreamState:()=>{m.current=null},applyHistoryMessages:()=>{}})},[re,x,t,k]),xa({view:e,routeSessionKey:g,selectedSessionKey:i,selectedAgentId:o,setSelectedSessionKey:t.chatSessionListManager.setSelectedSessionKey,setSelectedAgentId:t.chatSessionListManager.setSelectedAgentId,selectedSessionKeyRef:m,resetStreamState:t.chatStreamActionsManager.resetStreamState,resolveAgentIdFromSessionKey:Sa}),C.useEffect(()=>{t.chatUiManager.syncState({pathname:c.pathname}),t.chatUiManager.bindActions({navigate:d,confirm:l})},[l,c.pathname,d,t]);const Ye=z?zi(z):void 0,Je=((ce=j.find(V=>V.value===F))==null?void 0:ce.label)??dt(F);return C.useEffect(()=>{t.chatThreadManager.bindActions({refetchSessions:k.refetch})},[t,k.refetch]),C.useEffect(()=>{const V=!ie&&!te&&!k.isLoading&&T&&E.length>0&&i!==y.current,ye=!ie&&!te&&!x.isHydrating&&T&&E.length>0&&i!==b.current;t.chatInputManager.syncSnapshot({isProviderStateResolved:T,defaultSessionType:$,canStopGeneration:Ne,stopDisabledReason:ke,stopSupported:!0,stopReason:void 0,sendError:Re,isSending:ie,modelOptions:E,...V?{selectedModel:I}:{},sessionTypeOptions:j,selectedSessionType:F,...ye?{selectedThinkingLevel:L}:{},canEditSessionType:P,sessionTypeUnavailable:W,skillRecords:D,isSkillsLoading:w.isLoading}),V&&(y.current=i),ye&&(b.current=i),i||(y.current=null,b.current=null),t.chatSessionListManager.syncSnapshot({sessions:O,query:s,isLoading:k.isLoading}),t.chatRunStatusManager.syncSnapshot({sessionRunStatusByKey:_e,isLocallyRunning:ie||!!he,activeBackendRunId:he}),t.chatThreadManager.syncSnapshot({isProviderStateResolved:T,modelOptions:E,sessionTypeUnavailable:W,sessionTypeUnavailableMessage:ee,sessionTypeLabel:Je,selectedSessionKey:i,sessionDisplayName:Ye,canDeleteSession:!!z,threadRef:f,isHistoryLoading:x.isHydrating,uiMessages:oe,isSending:ie,isAwaitingAssistantOutput:te})},[he,x.isHydrating,P,Ne,Ye,Je,$,w.isLoading,te,I,T,ie,Re,E.length,E,t,s,z,i,L,F,_e,j,W,ee,O,k.isLoading,D,ke,f,oe]),h.jsx($i,{presenter:t,children:h.jsx(ba,{view:e,confirmDialog:h.jsx(u,{})})})}function kS({view:e}){const t=hr();return yu(t.search)==="ncp"?h.jsx(lS,{view:e}):h.jsx(hb,{view:e})}export{kS as ChatPage};