iflow-comm 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/iflow.js +1 -1
- package/package.json +1 -1
package/bundle/iflow.js
CHANGED
|
@@ -5318,7 +5318,7 @@ ${vuu}${I.t("agentsGet.fileContent")}:${PA}`),console.log("\u2500".repeat(50)),c
|
|
|
5318
5318
|
`+"=".repeat(60)+`
|
|
5319
5319
|
`)}}catch(n){console.error(I.t("agentsGet.errorGettingDetails"),n),process.exit(1)}}var _uu,Euu,xy,vuu,PA,GQi,qQi=j(()=>{"use strict";Ot();_uu="\x1B[32m",Euu="\x1B[33m",xy="\x1B[34m",vuu="\x1B[36m",PA="\x1B[0m";GQi={command:"get <name>",describe:I.t("agentsGet.description"),builder:t=>t.usage(I.t("agentsGet.usage")).positional("name",{describe:I.t("agentsGet.nameOption"),type:"string",demandOption:!0}),handler:async t=>{await Cuu(t.name)}}});async function Tuu(t={}){let{page:e=1,size:r=20,search:n}=t,s=hu(process.cwd()).merged.apiKey;s||(console.error(I.t("agentsOnline.apiKeyNotFound")),console.error(I.t("agentsOnline.pleaseAuthenticate")),process.exit(1)),console.log(I.t("agentsOnline.loadingOnlineAgents"));try{let a=await xuu(s,e,r);a.success||(console.error(I.t("agentsOnline.error",{error:a.message})),process.exit(1));let u=a.agents||[];if(n&&(u=u.filter(c=>c.name.toLowerCase().includes(n.toLowerCase())||c.description.toLowerCase().includes(n.toLowerCase())||c.category.toLowerCase().includes(n.toLowerCase()))),u.length===0){let c=n?I.t("agentsOnline.matching",{search:n}):"";console.log(I.t("agentsOnline.noAgentsFound")+c);return}console.log(`
|
|
5320
5320
|
${wuu}${I.t("agentsOnline.onlineAgents")}${n?` ${I.t("agentsOnline.filteredBy",{search:n})}`:""}:${ap}
|
|
5321
|
-
`);for(let c of u){if(console.log(`${Suu}\u2022 ${c.name}${ap} (ID: ${c.id})`),console.log(` ${BA}${I.t("agentsOnline.agentDescription")}:${ap} ${c.description}`),console.log(` ${BA}${I.t("agentsOnline.category")}:${ap} ${c.category}`),console.log(` ${BA}${I.t("agentsOnline.model")}:${ap} ${c.modelName}`),c.tags&&console.log(` ${BA}${I.t("agentsOnline.tags")}:${ap} ${c.tags}`),console.log(` ${BA}${I.t("agentsOnline.author")}:${ap} ${c.authorId}`),console.log(` ${BA}${I.t("agentsOnline.version")}:${ap} ${c.version}`),c.extInfo){if(c.extInfo["allowed-tools"]){let f=c.extInfo["allowed-tools"].split(",").map(p=>p.trim()).filter(p=>p);f.length>0?console.log(` ${BA}${I.t("agentsOnline.allowedTools")}:${ap} ${f.join(", ")}`):c.extInfo["is-inherit-tools"]?console.log(` ${BA}${I.t("agentsOnline.allowedTools")}:${ap} ${I.t("agentsOnline.allToolsAvailable")}`):console.log(` ${BA}${I.t("agentsOnline.allowedTools")}:${ap} ${I.t("agentsOnline.noToolsAvailable")}`)}let m=c.extInfo["is-inherit-tools"];if(console.log(` ${BA}${I.t("agentsOnline.inheritTools")}:${ap} ${m?I.t("agentsOnline.yes"):I.t("agentsOnline.no")}`),c.extInfo.mcps){let f=c.extInfo.mcps.split(",").map(p=>p.trim()).filter(p=>p);f.length>0?console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${f.join(", ")}`):c.extInfo["is-inherit-mcps"]?console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${I.t("agentsOnline.allMcpServersAvailable")}`):console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${I.t("agentsOnline.noMcpServersAvailable")}`)}else c.extInfo["is-inherit-mcps"]?console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${I.t("agentsOnline.allMcpServersAvailable")}`):console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${I.t("agentsOnline.noMcpServersAvailable")}`);let d=c.extInfo["is-inherit-mcps"];console.log(` ${BA}${I.t("agentsOnline.inheritMcps")}:${ap} ${d?I.t("agentsOnline.yes"):I.t("agentsOnline.no")}`)}console.log()}console.log(`${HQi}${I.t("agentsOnline.totalShown",{count:u.length,total:a.total})}${ap}`),console.log(`${HQi}${I.t("agentsOnline.installHint")}${ap}`)}catch(a){console.error(I.t("agentsOnline.errorBrowsing",{error:a})),process.exit(1)}}var Suu,HQi,wuu,BA,ap,xuu,VQi,WQi=j(()=>{"use strict";dc();Ot();Suu="\x1B[32m",HQi="\x1B[33m",wuu="\x1B[34m",BA="\x1B[36m",ap="\x1B[0m",xuu=async(t,e=1,r=20)=>{try{if(!t)return{success:!1,message:I.t("agentsOnline.pleaseAuthenticate")};let o=await fetch("https://apis.iflow.cn/v1/agents/list",{method:"POST",headers:{"User-Agent":"iFlow-Cli","Content-Type":"application/json"},body:JSON.stringify({page:e,size:r,visibility:"public"})});if(!o.ok){let u=I.t("agentsOnline.unableToLoadAgents");return o.status===401?u=I.t("agentsOnline.authenticationFailed"):o.status===403?u=I.t("agentsOnline.accessDenied"):o.status===404?u=I.t("agentsOnline.serviceNotFound"):o.status>=500&&(u=I.t("agentsOnline.serverError")),{success:!1,message:u}}let s=await o.json();return s.success?{success:!0,agents:Array.isArray(s.data.data)?s.data.data:[],total:s.data.total||0}:{success:!1,message:s.message||I.t("agentsOnline.failedToLoadFromServer")}}catch(n){let o=I.t("agentsOnline.connectionError");return n instanceof Error&&n.message.includes("Failed to fetch")&&(o=I.t("agentsOnline.networkError")),{success:!1,message:o}}};VQi={command:"online",describe:I.t("agentsOnline.description"),builder:t=>t.usage(I.t("agentsOnline.usage")).option("page",{alias:"p",describe:I.t("agentsOnline.pageOption"),type:"number",default:1}).option("size",{alias:"s",describe:I.t("agentsOnline.sizeOption"),type:"number",default:20}).option("search",{describe:I.t("agentsOnline.searchOption"),type:"string"}),handler:async t=>{await Tuu({page:t.page,size:t.size,search:t.search})}}});var zQi={};Wi(zQi,{agentCommand:()=>R6r});var R6r,k6r=j(()=>{"use strict";MQi();$Qi();QQi();qQi();WQi();Ot();R6r={command:"agent",describe:I.t("agentCommand.description"),builder:t=>t.command(LQi).command(UQi).command(jQi).command(GQi).command(VQi).demandCommand(1,I.t("agentCommand.demandCommand")).version(!1),handler:()=>{}}});import{EventEmitter as mcu}from"events";var yo,PI=j(()=>{"use strict";yo=new mcu;yo.setMaxListeners(20)});import*as N1e from"fs";import*as H3t from"path";function V3t(t,e){let r=process.argv[1];if(!r)return{packageManager:"unknown",isGlobal:!1};try{let n=N1e.realpathSync(r).replace(/\\/g,"/"),o=t?.replace(/\\/g,"/");if(ll(process.cwd())&&o&&n.startsWith(o)&&!n.includes("/node_modules/"))return{packageManager:"unknown",isGlobal:!1,updateMessage:'Running from a local git clone. Please update with "git pull".'};if(n.includes("/.npm/_npx")||n.includes("/npm/_npx"))return{packageManager:"npx",isGlobal:!1,updateMessage:"Running via npx, update not applicable."};if(n.includes("/.pnpm/_pnpx"))return{packageManager:"pnpx",isGlobal:!1,updateMessage:"Running via pnpx, update not applicable."};if(n.includes("/.pnpm/global")){let c="pnpm add -g @iflow-ai/iflow-cli@latest";return{packageManager:"pnpm",isGlobal:!0,updateCommand:c,updateMessage:e?`Please run ${c} to update`:"Installed with pnpm. Attempting to automatically update now..."}}if(n.includes("/.yarn/global")){let c="yarn global add @iflow-ai/iflow-cli@latest";return{packageManager:"yarn",isGlobal:!0,updateCommand:c,updateMessage:e?`Please run ${c} to update`:"Installed with yarn. Attempting to automatically update now..."}}if(n.includes("/.bun/install/cache"))return{packageManager:"bunx",isGlobal:!1,updateMessage:"Running via bunx, update not applicable."};if(n.includes("/.bun/bin")){let c="bun add -g @iflow-ai/iflow-cli@latest";return{packageManager:"bun",isGlobal:!0,updateCommand:c,updateMessage:e?`Please run ${c} to update`:"Installed with bun. Attempting to automatically update now..."}}if(o&&n.startsWith(`${o}/node_modules`)){let c="npm";return N1e.existsSync(H3t.join(t,"yarn.lock"))?c="yarn":N1e.existsSync(H3t.join(t,"pnpm-lock.yaml"))?c="pnpm":N1e.existsSync(H3t.join(t,"bun.lockb"))&&(c="bun"),{packageManager:c,isGlobal:!1,updateMessage:"Locally installed. Please update via your project's package.json."}}let u="global"==="aone"?"npm install -g @ali/iflow-cli@latest":"npm install -g @iflow-ai/iflow-cli@latest";return{packageManager:"npm",isGlobal:!0,updateCommand:u,updateMessage:e?I.t("autoUpdate.fallback",{updateCommand:u}):I.t("autoUpdate.installWithNpm")}}catch(n){return console.log(n),{packageManager:"unknown",isGlobal:!1}}}var j6r=j(()=>{"use strict";Ot();});import{EventEmitter as dcu}from"events";var D3,Q6r=j(()=>{"use strict";D3=new dcu});var ra=j(()=>{"use strict";});import{spawn as fcu}from"child_process";var W3t,G6r=j(()=>{"use strict";W3t=fcu});var Gd,AGi,yGi=j(()=>{"use strict";OA();Gd={type:"dark",Background:"#0b0e14",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#bfbdb6",LightBlue:"#59C2FF",AccentBlue:"#39BAE6",AccentPurple:"#D2A6FF",AccentCyan:"#95E6CB",AccentGreen:"#AAD94C",AccentYellow:"#FFB454",AccentRed:"#F26D78",DiffAdded:"#293022",DiffRemoved:"#3D1215",Comment:"#646A71",Gray:"#3D4149",GradientColors:["#FFB454","#F26D78"]},AGi=new zc("Ayu","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Gd.Background,color:Gd.Foreground},"hljs-keyword":{color:Gd.AccentYellow},"hljs-literal":{color:Gd.AccentPurple},"hljs-symbol":{color:Gd.AccentCyan},"hljs-name":{color:Gd.LightBlue},"hljs-link":{color:Gd.AccentBlue},"hljs-function .hljs-keyword":{color:Gd.AccentYellow},"hljs-subst":{color:Gd.Foreground},"hljs-string":{color:Gd.AccentGreen},"hljs-title":{color:Gd.AccentYellow},"hljs-type":{color:Gd.AccentBlue},"hljs-attribute":{color:Gd.AccentYellow},"hljs-bullet":{color:Gd.AccentYellow},"hljs-addition":{color:Gd.AccentGreen},"hljs-variable":{color:Gd.Foreground},"hljs-template-tag":{color:Gd.AccentYellow},"hljs-template-variable":{color:Gd.AccentYellow},"hljs-comment":{color:Gd.Comment,fontStyle:"italic"},"hljs-quote":{color:Gd.AccentCyan,fontStyle:"italic"},"hljs-deletion":{color:Gd.AccentRed},"hljs-meta":{color:Gd.AccentYellow},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},Gd)});var Oc,_Gi,EGi=j(()=>{"use strict";OA();Oc={type:"light",Background:"#f8f9fa",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#5c6166",LightBlue:"#55b4d4",AccentBlue:"#399ee6",AccentPurple:"#a37acc",AccentCyan:"#4cbf99",AccentGreen:"#86b300",AccentYellow:"#f2ae49",AccentRed:"#f07171",DiffAdded:"#C6EAD8",DiffRemoved:"#FFCCCC",Comment:"#ABADB1",Gray:"#a6aaaf",GradientColors:["#399ee6","#86b300"]},_Gi=new zc("Ayu Light","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Oc.Background,color:Oc.Foreground},"hljs-comment":{color:Oc.Comment,fontStyle:"italic"},"hljs-quote":{color:Oc.AccentCyan,fontStyle:"italic"},"hljs-string":{color:Oc.AccentGreen},"hljs-constant":{color:Oc.AccentCyan},"hljs-number":{color:Oc.AccentPurple},"hljs-keyword":{color:Oc.AccentYellow},"hljs-selector-tag":{color:Oc.AccentYellow},"hljs-attribute":{color:Oc.AccentYellow},"hljs-variable":{color:Oc.Foreground},"hljs-variable.language":{color:Oc.LightBlue,fontStyle:"italic"},"hljs-title":{color:Oc.AccentBlue},"hljs-section":{color:Oc.AccentGreen,fontWeight:"bold"},"hljs-type":{color:Oc.LightBlue},"hljs-class .hljs-title":{color:Oc.AccentBlue},"hljs-tag":{color:Oc.LightBlue},"hljs-name":{color:Oc.AccentBlue},"hljs-builtin-name":{color:Oc.AccentYellow},"hljs-meta":{color:Oc.AccentYellow},"hljs-symbol":{color:Oc.AccentRed},"hljs-bullet":{color:Oc.AccentYellow},"hljs-regexp":{color:Oc.AccentCyan},"hljs-link":{color:Oc.LightBlue},"hljs-deletion":{color:Oc.AccentRed},"hljs-addition":{color:Oc.AccentGreen},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"},"hljs-literal":{color:Oc.AccentCyan},"hljs-built_in":{color:Oc.AccentRed},"hljs-doctag":{color:Oc.AccentRed},"hljs-template-variable":{color:Oc.AccentCyan},"hljs-selector-id":{color:Oc.AccentRed}},Oc)});var Nu,vGi,CGi=j(()=>{"use strict";OA();Nu={type:"dark",Background:"#282c34",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#abb2bf",LightBlue:"#61aeee",AccentBlue:"#61aeee",AccentPurple:"#c678dd",AccentCyan:"#56b6c2",AccentGreen:"#98c379",AccentYellow:"#e6c07b",AccentRed:"#e06c75",DiffAdded:"#39544E",DiffRemoved:"#562B2F",Comment:"#5c6370",Gray:"#5c6370",GradientColors:["#61aeee","#98c379"]},vGi=new zc("Atom One","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",color:Nu.Foreground,background:Nu.Background},"hljs-comment":{color:Nu.Comment,fontStyle:"italic"},"hljs-quote":{color:Nu.Comment,fontStyle:"italic"},"hljs-doctag":{color:Nu.AccentPurple},"hljs-keyword":{color:Nu.AccentPurple},"hljs-formula":{color:Nu.AccentPurple},"hljs-section":{color:Nu.AccentRed},"hljs-name":{color:Nu.AccentRed},"hljs-selector-tag":{color:Nu.AccentRed},"hljs-deletion":{color:Nu.AccentRed},"hljs-subst":{color:Nu.AccentRed},"hljs-literal":{color:Nu.AccentCyan},"hljs-string":{color:Nu.AccentGreen},"hljs-regexp":{color:Nu.AccentGreen},"hljs-addition":{color:Nu.AccentGreen},"hljs-attribute":{color:Nu.AccentGreen},"hljs-meta-string":{color:Nu.AccentGreen},"hljs-built_in":{color:Nu.AccentYellow},"hljs-class .hljs-title":{color:Nu.AccentYellow},"hljs-attr":{color:Nu.AccentYellow},"hljs-variable":{color:Nu.AccentYellow},"hljs-template-variable":{color:Nu.AccentYellow},"hljs-type":{color:Nu.AccentYellow},"hljs-selector-class":{color:Nu.AccentYellow},"hljs-selector-attr":{color:Nu.AccentYellow},"hljs-selector-pseudo":{color:Nu.AccentYellow},"hljs-number":{color:Nu.AccentYellow},"hljs-symbol":{color:Nu.AccentBlue},"hljs-bullet":{color:Nu.AccentBlue},"hljs-link":{color:Nu.AccentBlue,textDecoration:"underline"},"hljs-meta":{color:Nu.AccentBlue},"hljs-selector-id":{color:Nu.AccentBlue},"hljs-title":{color:Nu.AccentBlue},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}},Nu)});var Um,SGi,wGi=j(()=>{"use strict";OA();Um={type:"dark",Background:"#282a36",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#f8f8f2",LightBlue:"#8be9fd",AccentBlue:"#8be9fd",AccentPurple:"#ff79c6",AccentCyan:"#8be9fd",AccentGreen:"#50fa7b",AccentYellow:"#f1fa8c",AccentRed:"#ff5555",DiffAdded:"#11431d",DiffRemoved:"#6e1818",Comment:"#6272a4",Gray:"#6272a4",GradientColors:["#ff79c6","#8be9fd"]},SGi=new zc("Dracula","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Um.Background,color:Um.Foreground},"hljs-keyword":{color:Um.AccentBlue,fontWeight:"bold"},"hljs-selector-tag":{color:Um.AccentBlue,fontWeight:"bold"},"hljs-literal":{color:Um.AccentBlue,fontWeight:"bold"},"hljs-section":{color:Um.AccentBlue,fontWeight:"bold"},"hljs-link":{color:Um.AccentBlue},"hljs-function .hljs-keyword":{color:Um.AccentPurple},"hljs-subst":{color:Um.Foreground},"hljs-string":{color:Um.AccentYellow},"hljs-title":{color:Um.AccentYellow,fontWeight:"bold"},"hljs-name":{color:Um.AccentYellow,fontWeight:"bold"},"hljs-type":{color:Um.AccentYellow,fontWeight:"bold"},"hljs-attribute":{color:Um.AccentYellow},"hljs-symbol":{color:Um.AccentYellow},"hljs-bullet":{color:Um.AccentYellow},"hljs-addition":{color:Um.AccentGreen},"hljs-variable":{color:Um.AccentYellow},"hljs-template-tag":{color:Um.AccentYellow},"hljs-template-variable":{color:Um.AccentYellow},"hljs-comment":{color:Um.Comment},"hljs-quote":{color:Um.Comment},"hljs-deletion":{color:Um.AccentRed},"hljs-meta":{color:Um.Comment},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},Um)});var Nc,xGi,TGi=j(()=>{"use strict";OA();Nc={type:"dark",Background:"#24292e",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#d1d5da",LightBlue:"#79B8FF",AccentBlue:"#79B8FF",AccentPurple:"#B392F0",AccentCyan:"#9ECBFF",AccentGreen:"#85E89D",AccentYellow:"#FFAB70",AccentRed:"#F97583",DiffAdded:"#3C4636",DiffRemoved:"#502125",Comment:"#6A737D",Gray:"#6A737D",GradientColors:["#79B8FF","#85E89D"]},xGi=new zc("GitHub","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",color:Nc.Foreground,background:Nc.Background},"hljs-comment":{color:Nc.Comment,fontStyle:"italic"},"hljs-quote":{color:Nc.Comment,fontStyle:"italic"},"hljs-keyword":{color:Nc.AccentRed,fontWeight:"bold"},"hljs-selector-tag":{color:Nc.AccentRed,fontWeight:"bold"},"hljs-subst":{color:Nc.Foreground},"hljs-number":{color:Nc.LightBlue},"hljs-literal":{color:Nc.LightBlue},"hljs-variable":{color:Nc.AccentYellow},"hljs-template-variable":{color:Nc.AccentYellow},"hljs-tag .hljs-attr":{color:Nc.AccentYellow},"hljs-string":{color:Nc.AccentCyan},"hljs-doctag":{color:Nc.AccentCyan},"hljs-title":{color:Nc.AccentPurple,fontWeight:"bold"},"hljs-section":{color:Nc.AccentPurple,fontWeight:"bold"},"hljs-selector-id":{color:Nc.AccentPurple,fontWeight:"bold"},"hljs-type":{color:Nc.AccentGreen,fontWeight:"bold"},"hljs-class .hljs-title":{color:Nc.AccentGreen,fontWeight:"bold"},"hljs-tag":{color:Nc.AccentGreen},"hljs-name":{color:Nc.AccentGreen},"hljs-attribute":{color:Nc.LightBlue},"hljs-regexp":{color:Nc.AccentCyan},"hljs-link":{color:Nc.AccentCyan},"hljs-symbol":{color:Nc.AccentPurple},"hljs-bullet":{color:Nc.AccentPurple},"hljs-built_in":{color:Nc.LightBlue},"hljs-builtin-name":{color:Nc.LightBlue},"hljs-meta":{color:Nc.LightBlue,fontWeight:"bold"},"hljs-deletion":{background:"#86181D",color:Nc.AccentRed},"hljs-addition":{background:"#144620",color:Nc.AccentGreen},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}},Nc)});var Al,DGi,IGi=j(()=>{"use strict";OA();Al={type:"light",Background:"#f8f8f8",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#24292E",LightBlue:"#0086b3",AccentBlue:"#458",AccentPurple:"#900",AccentCyan:"#009926",AccentGreen:"#008080",AccentYellow:"#990073",AccentRed:"#d14",DiffAdded:"#C6EAD8",DiffRemoved:"#FFCCCC",Comment:"#998",Gray:"#999",GradientColors:["#458","#008080"]},DGi=new zc("GitHub Light","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",color:Al.Foreground,background:Al.Background},"hljs-comment":{color:Al.Comment,fontStyle:"italic"},"hljs-quote":{color:Al.Comment,fontStyle:"italic"},"hljs-keyword":{color:Al.Foreground,fontWeight:"bold"},"hljs-selector-tag":{color:Al.Foreground,fontWeight:"bold"},"hljs-subst":{color:Al.Foreground,fontWeight:"normal"},"hljs-number":{color:Al.AccentGreen},"hljs-literal":{color:Al.AccentGreen},"hljs-variable":{color:Al.AccentGreen},"hljs-template-variable":{color:Al.AccentGreen},"hljs-tag .hljs-attr":{color:Al.AccentGreen},"hljs-string":{color:Al.AccentRed},"hljs-doctag":{color:Al.AccentRed},"hljs-title":{color:Al.AccentPurple,fontWeight:"bold"},"hljs-section":{color:Al.AccentPurple,fontWeight:"bold"},"hljs-selector-id":{color:Al.AccentPurple,fontWeight:"bold"},"hljs-type":{color:Al.AccentBlue,fontWeight:"bold"},"hljs-class .hljs-title":{color:Al.AccentBlue,fontWeight:"bold"},"hljs-tag":{color:Al.AccentBlue,fontWeight:"normal"},"hljs-name":{color:Al.AccentBlue,fontWeight:"normal"},"hljs-attribute":{color:Al.AccentBlue,fontWeight:"normal"},"hljs-regexp":{color:Al.AccentCyan},"hljs-link":{color:Al.AccentCyan},"hljs-symbol":{color:Al.AccentYellow},"hljs-bullet":{color:Al.AccentYellow},"hljs-built_in":{color:Al.LightBlue},"hljs-builtin-name":{color:Al.LightBlue},"hljs-meta":{color:Al.Gray,fontWeight:"bold"},"hljs-deletion":{background:"#fdd"},"hljs-addition":{background:"#dfd"},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}},Al)});var Pc,RGi,kGi=j(()=>{"use strict";OA();Pc={type:"light",Background:"white",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#444",LightBlue:"#066",AccentBlue:"#008",AccentPurple:"#606",AccentCyan:"#066",AccentGreen:"#080",AccentYellow:"#660",AccentRed:"#800",DiffAdded:"#C6EAD8",DiffRemoved:"#FEDEDE",Comment:"#5f6368",Gray:Ic.Gray,GradientColors:["#066","#606"]},RGi=new zc("Google Code","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Pc.Background,color:Pc.Foreground},"hljs-comment":{color:Pc.AccentRed},"hljs-quote":{color:Pc.AccentRed},"hljs-keyword":{color:Pc.AccentBlue},"hljs-selector-tag":{color:Pc.AccentBlue},"hljs-section":{color:Pc.AccentBlue},"hljs-title":{color:Pc.AccentPurple},"hljs-name":{color:Pc.AccentBlue},"hljs-variable":{color:Pc.AccentYellow},"hljs-template-variable":{color:Pc.AccentYellow},"hljs-string":{color:Pc.AccentGreen},"hljs-selector-attr":{color:Pc.AccentGreen},"hljs-selector-pseudo":{color:Pc.AccentGreen},"hljs-regexp":{color:Pc.AccentGreen},"hljs-literal":{color:Pc.AccentCyan},"hljs-symbol":{color:Pc.AccentCyan},"hljs-bullet":{color:Pc.AccentCyan},"hljs-meta":{color:Pc.AccentCyan},"hljs-number":{color:Pc.AccentCyan},"hljs-link":{color:Pc.AccentCyan},"hljs-doctag":{color:Pc.AccentPurple,fontWeight:"bold"},"hljs-type":{color:Pc.AccentPurple},"hljs-attr":{color:Pc.AccentPurple},"hljs-built_in":{color:Pc.AccentPurple},"hljs-builtin-name":{color:Pc.AccentPurple},"hljs-params":{color:Pc.AccentPurple},"hljs-attribute":{color:Pc.Foreground},"hljs-subst":{color:Pc.Foreground},"hljs-formula":{backgroundColor:"#eee",fontStyle:"italic"},"hljs-selector-id":{color:Pc.AccentYellow},"hljs-selector-class":{color:Pc.AccentYellow},"hljs-addition":{backgroundColor:"#baeeba"},"hljs-deletion":{backgroundColor:"#ffc8bd"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},Pc)});var _s,nh,OGi,NGi=j(()=>{"use strict";OA();_s={type:"dark",Background:"#2d2b57",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#e3dfff",LightBlue:"#847ace",AccentBlue:"#a599e9",AccentPurple:"#ac65ff",AccentCyan:"#a1feff",AccentGreen:"#A5FF90",AccentYellow:"#fad000",AccentRed:"#ff628c",DiffAdded:"#383E45",DiffRemoved:"#572244",Comment:"#B362FF",Gray:"#726c86",GradientColors:["#4d21fc","#847ace","#ff628c"]},nh={AccentYellowAlt:"#f8d000",AccentOrange:"#fb9e00",AccentPink:"#fa658d",AccentLightPurple:"#c991ff",AccentDarkPurple:"#6943ff",AccentTeal:"#2ee2fa"},OGi=new zc("Shades Of Purple","dark",{hljs:{display:"block",overflowX:"auto",background:_s.Background,color:_s.Foreground},"hljs-title":{color:_s.AccentYellow,fontWeight:"normal"},"hljs-name":{color:_s.AccentCyan,fontWeight:"normal"},"hljs-tag":{color:_s.Foreground},"hljs-attr":{color:nh.AccentYellowAlt,fontStyle:"italic"},"hljs-built_in":{color:nh.AccentOrange},"hljs-selector-tag":{color:nh.AccentOrange,fontWeight:"normal"},"hljs-section":{color:nh.AccentOrange},"hljs-keyword":{color:nh.AccentOrange,fontWeight:"normal"},"hljs-subst":{color:_s.Foreground},"hljs-string":{color:_s.AccentGreen},"hljs-attribute":{color:_s.AccentGreen},"hljs-symbol":{color:_s.AccentGreen},"hljs-bullet":{color:_s.AccentGreen},"hljs-addition":{color:_s.AccentGreen},"hljs-code":{color:_s.AccentGreen},"hljs-regexp":{color:_s.AccentGreen},"hljs-selector-class":{color:_s.AccentGreen},"hljs-selector-attr":{color:_s.AccentGreen},"hljs-selector-pseudo":{color:_s.AccentGreen},"hljs-template-tag":{color:_s.AccentGreen},"hljs-quote":{color:_s.AccentGreen},"hljs-deletion":{color:_s.AccentRed},"hljs-meta":{color:nh.AccentOrange},"hljs-meta-string":{color:nh.AccentOrange},"hljs-comment":{color:_s.AccentPurple},"hljs-literal":{color:nh.AccentPink,fontWeight:"normal"},"hljs-number":{color:nh.AccentPink},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"},"hljs-diff":{color:_s.Foreground},"hljs-meta.hljs-diff":{color:_s.AccentBlue},"hljs-ln":{color:_s.Gray},"hljs-type":{color:_s.AccentYellow,fontWeight:"normal"},"hljs-variable":{color:_s.AccentYellow},"hljs-template-variable":{color:_s.AccentGreen},"hljs-function .hljs-keyword":{color:nh.AccentOrange},"hljs-link":{color:_s.LightBlue},"hljs-doctag":{fontWeight:"bold"},"hljs-params":{color:nh.AccentLightPurple,fontStyle:"italic"},"hljs-class":{color:_s.AccentCyan,fontWeight:"bold"},"hljs-function":{color:_s.AccentCyan},"hljs-property":{color:_s.AccentBlue},"hljs-operator":{color:nh.AccentDarkPurple},"hljs-punctuation":{color:_s.Gray},"hljs-selector-id":{color:_s.AccentYellow,fontWeight:"bold"},"hljs-char":{color:_s.AccentGreen},"hljs-escape":{color:nh.AccentPink,fontWeight:"bold"},"hljs-meta-keyword":{color:nh.AccentOrange,fontWeight:"bold"},"hljs-builtin-name":{color:nh.AccentTeal},"hljs-module":{color:_s.AccentCyan},"hljs-namespace":{color:_s.LightBlue},"hljs-important":{color:_s.AccentRed,fontWeight:"bold"},"hljs-formula":{color:_s.AccentCyan,fontStyle:"italic"},"hljs-decorator":{color:nh.AccentTeal,fontWeight:"bold"},"hljs-symbol.ruby":{color:nh.AccentPink},"hljs-keyword.sql":{color:nh.AccentOrange,textTransform:"uppercase"},"hljs-section.markdown":{color:_s.AccentYellow,fontWeight:"bold"},"hljs-attr.json":{color:_s.AccentCyan},"hljs-tag .hljs-name":{color:_s.AccentRed},"hljs-tag .hljs-attr":{color:nh.AccentYellowAlt},"hljs.hljs-line-numbers":{borderRight:`1px solid ${_s.Gray}`},"hljs.hljs-line-numbers .hljs-ln-numbers":{color:_s.Gray,paddingRight:"1em"},"hljs.hljs-line-numbers .hljs-ln-code":{paddingLeft:"1em"},"hljs::selection":{background:_s.AccentBlue+"40"},"hljs ::-moz-selection":{background:_s.AccentBlue+"40"},"hljs .hljs-highlight":{background:_s.AccentPurple+"20",display:"block",width:"100%"}},_s)});var Ku,PGi,BGi=j(()=>{"use strict";OA();Ku={type:"light",Background:"#fff",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#444",LightBlue:"#0E0EFF",AccentBlue:"#1c00cf",AccentPurple:"#aa0d91",AccentCyan:"#3F6E74",AccentGreen:"#007400",AccentYellow:"#836C28",AccentRed:"#c41a16",DiffAdded:"#C6EAD8",DiffRemoved:"#FEDEDE",Comment:"#007400",Gray:"#c0c0c0",GradientColors:["#1c00cf","#007400"]},PGi=new zc("Xcode","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Ku.Background,color:Ku.Foreground},"xml .hljs-meta":{color:Ku.Gray},"hljs-comment":{color:Ku.Comment},"hljs-quote":{color:Ku.Comment},"hljs-tag":{color:Ku.AccentPurple},"hljs-attribute":{color:Ku.AccentPurple},"hljs-keyword":{color:Ku.AccentPurple},"hljs-selector-tag":{color:Ku.AccentPurple},"hljs-literal":{color:Ku.AccentPurple},"hljs-name":{color:Ku.AccentPurple},"hljs-variable":{color:Ku.AccentCyan},"hljs-template-variable":{color:Ku.AccentCyan},"hljs-code":{color:Ku.AccentRed},"hljs-string":{color:Ku.AccentRed},"hljs-meta-string":{color:Ku.AccentRed},"hljs-regexp":{color:Ku.LightBlue},"hljs-link":{color:Ku.LightBlue},"hljs-title":{color:Ku.AccentBlue},"hljs-symbol":{color:Ku.AccentBlue},"hljs-bullet":{color:Ku.AccentBlue},"hljs-number":{color:Ku.AccentBlue},"hljs-section":{color:Ku.AccentYellow},"hljs-meta":{color:Ku.AccentYellow},"hljs-class .hljs-title":{color:Ku.AccentPurple},"hljs-type":{color:Ku.AccentPurple},"hljs-built_in":{color:Ku.AccentPurple},"hljs-builtin-name":{color:Ku.AccentPurple},"hljs-params":{color:Ku.AccentPurple},"hljs-attr":{color:Ku.AccentYellow},"hljs-subst":{color:Ku.Foreground},"hljs-formula":{backgroundColor:"#eee",fontStyle:"italic"},"hljs-addition":{backgroundColor:"#baeeba"},"hljs-deletion":{backgroundColor:"#ffc8bd"},"hljs-selector-id":{color:Ku.AccentYellow},"hljs-selector-class":{color:Ku.AccentYellow},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},Ku)});var Ecu,LGi,MGi=j(()=>{"use strict";OA();Ecu={type:"dark",Background:"black",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"white",LightBlue:"bluebright",AccentBlue:"blue",AccentPurple:"magenta",AccentCyan:"cyan",AccentGreen:"green",AccentYellow:"yellow",AccentRed:"red",DiffAdded:"#003300",DiffRemoved:"#4D0000",Comment:"gray",Gray:"gray",GradientColors:["cyan","green"]},LGi=new zc("ANSI","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"black",color:"white"},"hljs-keyword":{color:"blue"},"hljs-literal":{color:"blue"},"hljs-symbol":{color:"blue"},"hljs-name":{color:"blue"},"hljs-link":{color:"blue"},"hljs-built_in":{color:"cyan"},"hljs-type":{color:"cyan"},"hljs-number":{color:"green"},"hljs-class":{color:"green"},"hljs-string":{color:"yellow"},"hljs-meta-string":{color:"yellow"},"hljs-regexp":{color:"red"},"hljs-template-tag":{color:"red"},"hljs-subst":{color:"white"},"hljs-function":{color:"white"},"hljs-title":{color:"white"},"hljs-params":{color:"white"},"hljs-formula":{color:"white"},"hljs-comment":{color:"green"},"hljs-quote":{color:"green"},"hljs-doctag":{color:"green"},"hljs-meta":{color:"gray"},"hljs-meta-keyword":{color:"gray"},"hljs-tag":{color:"gray"},"hljs-variable":{color:"magenta"},"hljs-template-variable":{color:"magenta"},"hljs-attr":{color:"bluebright"},"hljs-attribute":{color:"bluebright"},"hljs-builtin-name":{color:"bluebright"},"hljs-section":{color:"yellow"},"hljs-emphasis":{},"hljs-strong":{},"hljs-bullet":{color:"yellow"},"hljs-selector-tag":{color:"yellow"},"hljs-selector-id":{color:"yellow"},"hljs-selector-class":{color:"yellow"},"hljs-selector-attr":{color:"yellow"},"hljs-selector-pseudo":{color:"yellow"}},Ecu)});var vcu,FGi,UGi=j(()=>{"use strict";OA();vcu={type:"light",Background:"white",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#444",LightBlue:"blue",AccentBlue:"blue",AccentPurple:"purple",AccentCyan:"cyan",AccentGreen:"green",AccentYellow:"orange",AccentRed:"red",DiffAdded:"#E5F2E5",DiffRemoved:"#FFE5E5",Comment:"gray",Gray:"gray",GradientColors:["blue","green"]},FGi=new zc("ANSI Light","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"white",color:"black"},"hljs-keyword":{color:"blue"},"hljs-literal":{color:"blue"},"hljs-symbol":{color:"blue"},"hljs-name":{color:"blue"},"hljs-link":{color:"blue"},"hljs-built_in":{color:"cyan"},"hljs-type":{color:"cyan"},"hljs-number":{color:"green"},"hljs-class":{color:"green"},"hljs-string":{color:"red"},"hljs-meta-string":{color:"red"},"hljs-regexp":{color:"magenta"},"hljs-template-tag":{color:"magenta"},"hljs-subst":{color:"black"},"hljs-function":{color:"black"},"hljs-title":{color:"black"},"hljs-params":{color:"black"},"hljs-formula":{color:"black"},"hljs-comment":{color:"gray"},"hljs-quote":{color:"gray"},"hljs-doctag":{color:"gray"},"hljs-meta":{color:"gray"},"hljs-meta-keyword":{color:"gray"},"hljs-tag":{color:"gray"},"hljs-variable":{color:"purple"},"hljs-template-variable":{color:"purple"},"hljs-attr":{color:"blue"},"hljs-attribute":{color:"blue"},"hljs-builtin-name":{color:"blue"},"hljs-section":{color:"orange"},"hljs-bullet":{color:"orange"},"hljs-selector-tag":{color:"orange"},"hljs-selector-id":{color:"orange"},"hljs-selector-class":{color:"orange"},"hljs-selector-attr":{color:"orange"},"hljs-selector-pseudo":{color:"orange"}},vcu)});var Ccu,$Gi,jGi=j(()=>{"use strict";OA();Ccu={type:"ansi",Background:"",Foreground:"",LightBlue:"",AccentBlue:"",AccentPurple:"",AccentCyan:"",AccentGreen:"",AccentYellow:"",AccentRed:"",DiffAdded:"",DiffRemoved:"",Comment:"",Gray:""},$Gi=new zc("NoColor","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em"},"hljs-keyword":{},"hljs-literal":{},"hljs-symbol":{},"hljs-name":{},"hljs-link":{textDecoration:"underline"},"hljs-built_in":{},"hljs-type":{},"hljs-number":{},"hljs-class":{},"hljs-string":{},"hljs-meta-string":{},"hljs-regexp":{},"hljs-template-tag":{},"hljs-subst":{},"hljs-function":{},"hljs-title":{},"hljs-params":{},"hljs-formula":{},"hljs-comment":{fontStyle:"italic"},"hljs-quote":{fontStyle:"italic"},"hljs-doctag":{},"hljs-meta":{},"hljs-meta-keyword":{},"hljs-tag":{},"hljs-variable":{},"hljs-template-variable":{},"hljs-attr":{},"hljs-attribute":{},"hljs-builtin-name":{},"hljs-section":{},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"},"hljs-bullet":{},"hljs-selector-tag":{},"hljs-selector-id":{},"hljs-selector-class":{},"hljs-selector-attr":{},"hljs-selector-pseudo":{},"hljs-addition":{display:"inline-block",width:"100%"},"hljs-deletion":{display:"inline-block",width:"100%"}},Ccu)});import*as K3t from"node:fs";import*as BTe from"node:path";import*as QGi from"node:os";import Scu from"node:process";var LI,V6r,Ta,wj=j(()=>{"use strict";yGi();EGi();CGi();wGi();TGi();IGi();kGi();I8r();R8r();NGi();BGi();OA();MGi();UGi();jGi();Ot();LI=m1e,V6r=class{availableThemes;activeTheme;customThemes=new Map;constructor(){this.availableThemes=[AGi,_Gi,vGi,SGi,iTe,m1e,xGi,DGi,RGi,OGi,PGi,LGi,FGi],this.activeTheme=LI}loadCustomThemes(e){if(this.customThemes.clear(),!!e){for(let[r,n]of Object.entries(e)){let o=D8r(n);if(o.isValid){o.warning&&Ud.warn(`Theme "${r}": ${o.warning}`);let s={...LI.colors,...n,name:n.name||r,type:"custom"};try{let a=T8r(s);this.customThemes.set(r,a)}catch(a){Ud.warn(`Failed to load custom theme "${r}":`,a)}}else Ud.warn(`Invalid custom theme "${r}": ${o.error}`)}this.activeTheme&&this.activeTheme.type==="custom"&&this.customThemes.has(this.activeTheme.name)&&(this.activeTheme=this.customThemes.get(this.activeTheme.name))}}setActiveTheme(e){let r=this.findThemeByName(e);return r?(this.activeTheme=r,!0):!1}getActiveTheme(){if(Scu.env.NO_COLOR)return $Gi;if(this.activeTheme){let e=this.availableThemes.some(n=>n.name===this.activeTheme.name),r=[...this.customThemes.values()].includes(this.activeTheme);if(e||r)return this.activeTheme}return this.activeTheme=LI,this.activeTheme}getSemanticColors(){return this.getActiveTheme().semanticColors}getCustomThemeNames(){return Array.from(this.customThemes.keys())}isCustomTheme(e){return this.customThemes.has(e)}getAvailableThemes(){let e=this.availableThemes.map(s=>({name:s.name,type:s.type,isCustom:!1})),r=Array.from(this.customThemes.values()).map(s=>({name:s.name,type:s.type,isCustom:!0}));return[...e,...r].sort((s,a)=>{let u=m=>{switch(m){case"dark":return 1;case"light":return 2;case"ansi":return 3;case"custom":return 4;default:return 5}},c=u(s.type)-u(a.type);return c!==0?c:s.name.localeCompare(a.name)})}getTheme(e){return this.findThemeByName(e)}isPath(e){return e.endsWith(".json")||e.startsWith(".")||BTe.isAbsolute(e)}loadThemeFromFile(e){try{let r=K3t.realpathSync(BTe.resolve(e));if(this.customThemes.has(r))return this.customThemes.get(r);let n=BTe.resolve(QGi.homedir());if(!r.startsWith(n)){Ud.warn(`Theme file at "${e}" is outside your home directory. Only load themes from trusted sources.`);return}let o=K3t.readFileSync(r,"utf-8"),s=JSON.parse(o),a=D8r(s);if(!a.isValid){Ud.warn(`Invalid custom theme from file "${e}": ${a.error}`);return}a.warning&&Ud.warn(`Theme from "${e}": ${a.warning}`);let u={...LI.colors,...s,name:s.name||r,type:"custom"},c=T8r(u);return this.customThemes.set(r,c),c}catch(r){r instanceof Error&&"code"in r&&r.code==="ENOENT"||Ud.warn(`Could not load theme from file "${e}":`,r);return}}findThemeByName(e){if(!e)return LI;let r=this.availableThemes.find(n=>n.name===e);if(r)return r;if(this.isPath(e))return this.loadThemeFromFile(e);if(this.customThemes.has(e))return this.customThemes.get(e)}},Ta=new V6r});var ae,vn=j(()=>{"use strict";wj();ae={get type(){return Ta.getActiveTheme().colors.type},get Foreground(){return Ta.getActiveTheme().colors.Foreground},get Background(){return Ta.getActiveTheme().colors.Background},get UserMessageColor(){return Ta.getActiveTheme().colors?.UserMessageColor},get UserMessageBackground(){return Ta.getActiveTheme().colors?.UserMessageBackground},get LightBlue(){return Ta.getActiveTheme().colors.LightBlue},get AccentBlue(){return Ta.getActiveTheme().colors.AccentBlue},get AccentPurple(){return Ta.getActiveTheme().colors.AccentPurple},get AccentCyan(){return Ta.getActiveTheme().colors.AccentCyan},get AccentGreen(){return Ta.getActiveTheme().colors.AccentGreen},get AccentYellow(){return Ta.getActiveTheme().colors.AccentYellow},get AccentRed(){return Ta.getActiveTheme().colors.AccentRed},get DiffAdded(){return Ta.getActiveTheme().colors.DiffAdded},get DiffRemoved(){return Ta.getActiveTheme().colors.DiffRemoved},get Comment(){return Ta.getActiveTheme().colors.Comment},get Gray(){return Ta.getActiveTheme().colors.Gray},get GradientColors(){return Ta.getActiveTheme().colors.GradientColors}}});var qGi=T(J3t=>{"use strict";var wcu=Symbol.for("react.transitional.element"),xcu=Symbol.for("react.fragment");function GGi(t,e,r){var n=null;if(r!==void 0&&(n=""+r),e.key!==void 0&&(n=""+e.key),"key"in e){r={};for(var o in e)o!=="key"&&(r[o]=e[o])}else r=e;return e=r.ref,{$$typeof:wcu,type:t,key:n,ref:e!==void 0?e:null,props:r}}J3t.Fragment=xcu;J3t.jsx=GGi;J3t.jsxs=GGi});var Rt=T((Mml,HGi)=>{"use strict";HGi.exports=qGi()});var KN,J6r=j(()=>{"use strict";KN=class{id;display;desc;owner;supportType;multimodal;internal;defaultConfig;constructor(e){this.id=e.id,this.display=e.display,this.desc=e.desc,this.owner=e.owner,this.supportType=e.supportType,this.multimodal=e.multimodal,this.internal=e.internal,this.defaultConfig=e.defaultConfig}}});var JN,X6r=j(()=>{"use strict";JN=class{default;type;constructor(e){this.default=e.default,this.type=e.type}}});var LTe,Z6r=j(()=>{"use strict";LTe=class t{label;value;constructor(e,r){this.label=e,this.value=r}static fromModelInfo(e){return new t(e.display,e.id)}}});var MTe,eyr=j(()=>{"use strict";MTe=class{repoPath;securityLevel;constructor(e){this.repoPath=e.repoPath,this.securityLevel=e.securityLevel}isC3(){return this.securityLevel==="C3"}}});var lqi={};Wi(lqi,{convertToModelOptions:()=>UTe,extractRepoPathFromGitUrl:()=>uqi,fetchModels:()=>FTe,fetchSecurityLevel:()=>cqi,filterCliModels:()=>$Te,filterModelsBySecurityLevel:()=>jTe,getDefaultModel:()=>Qcu,getGitRemoteUrl:()=>aqi,getSecurityLevelFromGit:()=>Tj,sortModelsWithQwenFirst:()=>QTe});import{exec as Fcu}from"child_process";import{promisify as Ucu}from"util";async function FTe(t){try{let e=await fetch("https://ducky.code.alibaba-inc.com/v1/models",{headers:{Authorization:`Bearer ${t}`}});if(!e.ok)throw new Error(`Failed to fetch models: ${e.status} ${e.statusText}`);return(await e.json()).map(n=>new KN({id:n.id,display:n.display,desc:n.desc,owner:n.owner,supportType:n.supportType,multimodal:n.multimodal,internal:n.internal,defaultConfig:new JN(n.defaultConfig)}))}catch(e){return console.error("Error fetching models:",e),jcu()}}function jcu(){return[new KN({id:"ide-whale/qwen3-coder",display:"Qwen3-Coder",desc:"Qwen3-Coder",owner:"",supportType:["chat","llm","agent","cli"],multimodal:!1,internal:!0,defaultConfig:new JN({default:!0})}),new KN({id:"ide-idealab/claude4-sonnet",display:"Claude-4-Sonnet",desc:"Claude-4-Sonnet",owner:"",supportType:["chat","llm","agent"],multimodal:!0,defaultConfig:new JN({})}),new KN({id:"ide-whale/deepseek-v3.2-exp",display:"DeepSeek-V3.2-Whale",desc:"DeepSeek-V3.2",owner:"",supportType:["agent","chat","llm","cli"],multimodal:!1,internal:!0,defaultConfig:new JN({})}),new KN({id:"ide-whale/kimi_k2",display:"Kimi-K2",desc:"Kimi-K2",owner:"",supportType:["chat","llm"],multimodal:!1,internal:!0,defaultConfig:new JN({})})]}function UTe(t){return t.map(e=>LTe.fromModelInfo(e))}async function aqi(t){try{let e=t?{cwd:t}:{},{stdout:r,stderr:n}=await $cu("git remote get-url origin",e);return n&&console.error("Git command stderr:",n),r.trim()}catch(e){return console.error("Error getting git remote URL:",e),null}}function uqi(t){if(!t)return null;try{let e=t.trim();e.endsWith(".git")&&(e=e.slice(0,-4));let r=e.match(/^git@[^:]+:(.+)$/);if(r)return r[1];let n=e.match(/^https?:\/\/[^/]+\/(.+)$/);return n?n[1]:null}catch(e){return console.error("Error extracting repo path from git URL:",e),null}}async function cqi(t,e){try{let r=`https://code.alibaba-inc.com/api/v4/projects/settings/security_level?private_token=${e}&repos=${t}`,n=await fetch(r);if(!n.ok)return console.error(`Failed to fetch security level: ${n.status} ${n.statusText}`),null;let o=await n.json();return o.length===0?null:new MTe({repoPath:o[0].repo_path,securityLevel:o[0].security_level})}catch(r){return console.error("Error fetching security level:",r),null}}function $Te(t){return t.filter(e=>{let r=e.supportType.includes("cli"),n=wie(e.id)||wie(e.display),o=xie(e.id)||xie(e.display);return r&&!n&&!o})}function jTe(t,e){return!e||!e.isC3()?t:t.filter(r=>r.internal===!0)}async function Tj(t,e){let r=await aqi(e);if(!r)return console.error("Failed to get git remote URL"),null;let n=uqi(r);return n?cqi(n,t):(console.error("Failed to extract repo path from git URL:",r),null)}function Qcu(t){return t.find(e=>e.defaultConfig.default===!0)}function QTe(t){return[...t].sort((e,r)=>{let n=e.id.toLowerCase().includes("qwen3-coder")||e.display.toLowerCase().includes("qwen3-coder"),o=r.id.toLowerCase().includes("qwen3-coder")||r.display.toLowerCase().includes("qwen3-coder");return n&&!o?-1:!n&&o?1:e.display.localeCompare(r.display)})}var $cu,GTe=j(()=>{"use strict";Ot();J6r();X6r();Z6r();eyr();$cu=Ucu(Fcu)});import{spawn as mqi}from"child_process";import*as ngt from"fs/promises";import*as dqi from"path";import*as fqi from"os";var pqi,hqi,gqi,bqi,j1e,Aqi,AJ=j(()=>{"use strict";pqi=t=>t.startsWith("@")||/\s@/.test(t),hqi=t=>{if(!t.startsWith("/")||t.startsWith("//")||t.startsWith("/*"))return!1;let e=t.substring(1);return e.includes("/")&&!/\s+\//.test(e)?!1:e===""?!0:!!e.match(/^([a-zA-Z0-9_-]+)/)},gqi=t=>t==="/init",bqi=t=>t.startsWith("$"),j1e=async t=>{let e=(n,o,s)=>new Promise((a,u)=>{let c=s?mqi(n,o,s):mqi(n,o),m="";c.stderr&&c.stderr.on("data",d=>m+=d.toString()),c.on("error",u),c.on("close",d=>{if(d===0)return a();let f=m.trim();u(new Error(`'${n}' exited with code ${d}${f?`: ${f}`:""}`))}),c.stdin?(c.stdin.on("error",u),c.stdin.write(t),c.stdin.end()):u(new Error("Child process has no stdin stream to write to."))}),r={stdio:["pipe","inherit","pipe"]};switch(process.platform){case"win32":return(async()=>{let n=dqi.join(fqi.tmpdir(),`iflow-clipboard-${Date.now()}.txt`);try{await ngt.writeFile(n,t,"utf8"),await e("powershell",["-NoProfile","-NonInteractive","-Command",`Get-Content -Path '${n}' -Encoding UTF8 -Raw | Set-Clipboard`])}finally{try{await ngt.unlink(n)}catch{}}})();case"darwin":return e("pbcopy",[]);case"linux":try{await e("xclip",["-selection","clipboard"],r)}catch(n){try{await e("xsel",["--clipboard","--input"],r)}catch(o){let s=n instanceof Error&&n.code==="ENOENT",a=o instanceof Error&&o.code==="ENOENT";if(s&&a)throw new Error("Please ensure xclip or xsel is installed and configured.");let u=n instanceof Error?n.message:String(n);s&&(u="xclip not found");let c=o instanceof Error?o.message:String(o);throw a&&(c="xsel not found"),new Error(`All copy commands failed. "${u}", "${c}". `)}}return;default:throw new Error(`Unsupported platform: ${process.platform}`)}},Aqi=()=>{let t;switch(process.platform){case"darwin":t="open";break;case"win32":t="start";break;case"linux":t="xdg-open";break;default:t="xdg-open",console.warn(`Unknown platform: ${process.platform}. Attempting to open URLs with: ${t}.`);break}return t}});var vqi=T((D1l,Gcu)=>{Gcu.exports={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},binary:{interval:80,frames:["010010","001100","100101","111010","111101","010111","101011","111000","110011","110101"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[====]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u2764\uFE0F "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]},dwarfFortress:{interval:80,frames:[" \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A \u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A \xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A \xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\u2593\xA3 "," \u263A\u2593\xA3 "," \u263A\u2592\xA3 "," \u263A\u2592\xA3 "," \u263A\u2591\xA3 "," \u263A\u2591\xA3 "," \u263A \xA3 "," \u263A\xA3 "," \u263A\xA3 "," \u263A\u2593 "," \u263A\u2593 "," \u263A\u2592 "," \u263A\u2592 "," \u263A\u2591 "," \u263A\u2591 "," \u263A "," \u263A &"," \u263A \u263C&"," \u263A \u263C &"," \u263A\u263C &"," \u263A\u263C & "," \u203C & "," \u263A & "," \u203C & "," \u263A & "," \u203C & "," \u263A & ","\u203C & "," & "," & "," & \u2591 "," & \u2592 "," & \u2593 "," & \xA3 "," & \u2591\xA3 "," & \u2592\xA3 "," & \u2593\xA3 "," & \xA3\xA3 "," & \u2591\xA3\xA3 "," & \u2592\xA3\xA3 ","& \u2593\xA3\xA3 ","& \xA3\xA3\xA3 "," \u2591\xA3\xA3\xA3 "," \u2592\xA3\xA3\xA3 "," \u2593\xA3\xA3\xA3 "," \u2588\xA3\xA3\xA3 "," \u2591\u2588\xA3\xA3\xA3 "," \u2592\u2588\xA3\xA3\xA3 "," \u2593\u2588\xA3\xA3\xA3 "," \u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "]}}});var wqi=T((I1l,Sqi)=>{"use strict";var ogt=Object.assign({},vqi()),Cqi=Object.keys(ogt);Object.defineProperty(ogt,"random",{get(){let t=Math.floor(Math.random()*Cqi.length),e=Cqi[t];return ogt[e]}});Sqi.exports=ogt});var VTe,oyr=j(()=>{"use strict";VTe={cursor:"Cursor",emacs:"Emacs",neovim:"Neovim",vim:"Vim",vscode:"VS Code",vscodium:"VSCodium",windsurf:"Windsurf",zed:"Zed"}});var Oqi={};Wi(Oqi,{editorSettingsManager:()=>Wcu});var syr,Wcu,Nqi=j(()=>{"use strict";Ot();oyr();syr=class{availableEditors;constructor(){let e=Object.keys(VTe).sort();this.availableEditors=[{name:"None",type:"not_set",disabled:!1},...e.map(r=>{let n=v0e(r),o=C0e(r),s=o?"":" (Not available in sandbox)";return s=n?s:" (Not installed)",{name:VTe[r]+s,type:r,disabled:!n||!o}})]}getAvailableEditorDisplays(){return this.availableEditors}},Wcu=new syr});var Fqi=T((qfl,Mqi)=>{"use strict";var zcu="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";Mqi.exports=zcu});var Qqi=T((Hfl,jqi)=>{"use strict";var Ycu=Fqi();function Uqi(){}function $qi(){}$qi.resetWarningCache=Uqi;jqi.exports=function(){function t(n,o,s,a,u,c){if(c!==Ycu){var m=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw m.name="Invariant Violation",m}}t.isRequired=t;function e(){return t}var r={array:t,bigint:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:$qi,resetWarningCache:Uqi};return r.PropTypes=r,r}});var qqi=T((zfl,Gqi)=>{Gqi.exports=Qqi()();var Vfl,Wfl});var Vqi=T((Yfl,Hqi)=>{"use strict";Hqi.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var ayr=T((Kfl,zqi)=>{var WTe=Vqi(),Wqi={};for(let t of Object.keys(WTe))Wqi[WTe[t]]=t;var Gi={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};zqi.exports=Gi;for(let t of Object.keys(Gi)){if(!("channels"in Gi[t]))throw new Error("missing channels property: "+t);if(!("labels"in Gi[t]))throw new Error("missing channel labels property: "+t);if(Gi[t].labels.length!==Gi[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:r}=Gi[t];delete Gi[t].channels,delete Gi[t].labels,Object.defineProperty(Gi[t],"channels",{value:e}),Object.defineProperty(Gi[t],"labels",{value:r})}Gi.rgb.hsl=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(e,r,n),s=Math.max(e,r,n),a=s-o,u,c;s===o?u=0:e===s?u=(r-n)/a:r===s?u=2+(n-e)/a:n===s&&(u=4+(e-r)/a),u=Math.min(u*60,360),u<0&&(u+=360);let m=(o+s)/2;return s===o?c=0:m<=.5?c=a/(s+o):c=a/(2-s-o),[u,c*100,m*100]};Gi.rgb.hsv=function(t){let e,r,n,o,s,a=t[0]/255,u=t[1]/255,c=t[2]/255,m=Math.max(a,u,c),d=m-Math.min(a,u,c),f=function(p){return(m-p)/6/d+1/2};return d===0?(o=0,s=0):(s=d/m,e=f(a),r=f(u),n=f(c),a===m?o=n-r:u===m?o=1/3+e-n:c===m&&(o=2/3+r-e),o<0?o+=1:o>1&&(o-=1)),[o*360,s*100,m*100]};Gi.rgb.hwb=function(t){let e=t[0],r=t[1],n=t[2],o=Gi.rgb.hsl(t)[0],s=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[o,s*100,n*100]};Gi.rgb.cmyk=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(1-e,1-r,1-n),s=(1-e-o)/(1-o)||0,a=(1-r-o)/(1-o)||0,u=(1-n-o)/(1-o)||0;return[s*100,a*100,u*100,o*100]};function Kcu(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Gi.rgb.keyword=function(t){let e=Wqi[t];if(e)return e;let r=1/0,n;for(let o of Object.keys(WTe)){let s=WTe[o],a=Kcu(t,s);a<r&&(r=a,n=o)}return n};Gi.keyword.rgb=function(t){return WTe[t]};Gi.rgb.xyz=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255;e=e>.04045?((e+.055)/1.055)**2.4:e/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92;let o=e*.4124+r*.3576+n*.1805,s=e*.2126+r*.7152+n*.0722,a=e*.0193+r*.1192+n*.9505;return[o*100,s*100,a*100]};Gi.rgb.lab=function(t){let e=Gi.rgb.xyz(t),r=e[0],n=e[1],o=e[2];r/=95.047,n/=100,o/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;let s=116*n-16,a=500*(r-n),u=200*(n-o);return[s,a,u]};Gi.hsl.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100,o,s,a;if(r===0)return a=n*255,[a,a,a];n<.5?o=n*(1+r):o=n+r-n*r;let u=2*n-o,c=[0,0,0];for(let m=0;m<3;m++)s=e+1/3*-(m-1),s<0&&s++,s>1&&s--,6*s<1?a=u+(o-u)*6*s:2*s<1?a=o:3*s<2?a=u+(o-u)*(2/3-s)*6:a=u,c[m]=a*255;return c};Gi.hsl.hsv=function(t){let e=t[0],r=t[1]/100,n=t[2]/100,o=r,s=Math.max(n,.01);n*=2,r*=n<=1?n:2-n,o*=s<=1?s:2-s;let a=(n+r)/2,u=n===0?2*o/(s+o):2*r/(n+r);return[e,u*100,a*100]};Gi.hsv.rgb=function(t){let e=t[0]/60,r=t[1]/100,n=t[2]/100,o=Math.floor(e)%6,s=e-Math.floor(e),a=255*n*(1-r),u=255*n*(1-r*s),c=255*n*(1-r*(1-s));switch(n*=255,o){case 0:return[n,c,a];case 1:return[u,n,a];case 2:return[a,n,c];case 3:return[a,u,n];case 4:return[c,a,n];case 5:return[n,a,u]}};Gi.hsv.hsl=function(t){let e=t[0],r=t[1]/100,n=t[2]/100,o=Math.max(n,.01),s,a;a=(2-r)*n;let u=(2-r)*o;return s=r*o,s/=u<=1?u:2-u,s=s||0,a/=2,[e,s*100,a*100]};Gi.hwb.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100,o=r+n,s;o>1&&(r/=o,n/=o);let a=Math.floor(6*e),u=1-n;s=6*e-a,(a&1)!==0&&(s=1-s);let c=r+s*(u-r),m,d,f;switch(a){default:case 6:case 0:m=u,d=c,f=r;break;case 1:m=c,d=u,f=r;break;case 2:m=r,d=u,f=c;break;case 3:m=r,d=c,f=u;break;case 4:m=c,d=r,f=u;break;case 5:m=u,d=r,f=c;break}return[m*255,d*255,f*255]};Gi.cmyk.rgb=function(t){let e=t[0]/100,r=t[1]/100,n=t[2]/100,o=t[3]/100,s=1-Math.min(1,e*(1-o)+o),a=1-Math.min(1,r*(1-o)+o),u=1-Math.min(1,n*(1-o)+o);return[s*255,a*255,u*255]};Gi.xyz.rgb=function(t){let e=t[0]/100,r=t[1]/100,n=t[2]/100,o,s,a;return o=e*3.2406+r*-1.5372+n*-.4986,s=e*-.9689+r*1.8758+n*.0415,a=e*.0557+r*-.204+n*1.057,o=o>.0031308?1.055*o**(1/2.4)-.055:o*12.92,s=s>.0031308?1.055*s**(1/2.4)-.055:s*12.92,a=a>.0031308?1.055*a**(1/2.4)-.055:a*12.92,o=Math.min(Math.max(0,o),1),s=Math.min(Math.max(0,s),1),a=Math.min(Math.max(0,a),1),[o*255,s*255,a*255]};Gi.xyz.lab=function(t){let e=t[0],r=t[1],n=t[2];e/=95.047,r/=100,n/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116;let o=116*r-16,s=500*(e-r),a=200*(r-n);return[o,s,a]};Gi.lab.xyz=function(t){let e=t[0],r=t[1],n=t[2],o,s,a;s=(e+16)/116,o=r/500+s,a=s-n/200;let u=s**3,c=o**3,m=a**3;return s=u>.008856?u:(s-16/116)/7.787,o=c>.008856?c:(o-16/116)/7.787,a=m>.008856?m:(a-16/116)/7.787,o*=95.047,s*=100,a*=108.883,[o,s,a]};Gi.lab.lch=function(t){let e=t[0],r=t[1],n=t[2],o;o=Math.atan2(n,r)*360/2/Math.PI,o<0&&(o+=360);let a=Math.sqrt(r*r+n*n);return[e,a,o]};Gi.lch.lab=function(t){let e=t[0],r=t[1],o=t[2]/360*2*Math.PI,s=r*Math.cos(o),a=r*Math.sin(o);return[e,s,a]};Gi.rgb.ansi16=function(t,e=null){let[r,n,o]=t,s=e===null?Gi.rgb.hsv(t)[2]:e;if(s=Math.round(s/50),s===0)return 30;let a=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(r/255));return s===2&&(a+=60),a};Gi.hsv.ansi16=function(t){return Gi.rgb.ansi16(Gi.hsv.rgb(t),t[2])};Gi.rgb.ansi256=function(t){let e=t[0],r=t[1],n=t[2];return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)};Gi.ansi16.rgb=function(t){let e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];let r=(~~(t>50)+1)*.5,n=(e&1)*r*255,o=(e>>1&1)*r*255,s=(e>>2&1)*r*255;return[n,o,s]};Gi.ansi256.rgb=function(t){if(t>=232){let s=(t-232)*10+8;return[s,s,s]}t-=16;let e,r=Math.floor(t/36)/5*255,n=Math.floor((e=t%36)/6)/5*255,o=e%6/5*255;return[r,n,o]};Gi.rgb.hex=function(t){let r=(((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255)).toString(16).toUpperCase();return"000000".substring(r.length)+r};Gi.hex.rgb=function(t){let e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let r=e[0];e[0].length===3&&(r=r.split("").map(u=>u+u).join(""));let n=parseInt(r,16),o=n>>16&255,s=n>>8&255,a=n&255;return[o,s,a]};Gi.rgb.hcg=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.max(Math.max(e,r),n),s=Math.min(Math.min(e,r),n),a=o-s,u,c;return a<1?u=s/(1-a):u=0,a<=0?c=0:o===e?c=(r-n)/a%6:o===r?c=2+(n-e)/a:c=4+(e-r)/a,c/=6,c%=1,[c*360,a*100,u*100]};Gi.hsl.hcg=function(t){let e=t[1]/100,r=t[2]/100,n=r<.5?2*e*r:2*e*(1-r),o=0;return n<1&&(o=(r-.5*n)/(1-n)),[t[0],n*100,o*100]};Gi.hsv.hcg=function(t){let e=t[1]/100,r=t[2]/100,n=e*r,o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],n*100,o*100]};Gi.hcg.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100;if(r===0)return[n*255,n*255,n*255];let o=[0,0,0],s=e%1*6,a=s%1,u=1-a,c=0;switch(Math.floor(s)){case 0:o[0]=1,o[1]=a,o[2]=0;break;case 1:o[0]=u,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=a;break;case 3:o[0]=0,o[1]=u,o[2]=1;break;case 4:o[0]=a,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=u}return c=(1-r)*n,[(r*o[0]+c)*255,(r*o[1]+c)*255,(r*o[2]+c)*255]};Gi.hcg.hsv=function(t){let e=t[1]/100,r=t[2]/100,n=e+r*(1-e),o=0;return n>0&&(o=e/n),[t[0],o*100,n*100]};Gi.hcg.hsl=function(t){let e=t[1]/100,n=t[2]/100*(1-e)+.5*e,o=0;return n>0&&n<.5?o=e/(2*n):n>=.5&&n<1&&(o=e/(2*(1-n))),[t[0],o*100,n*100]};Gi.hcg.hwb=function(t){let e=t[1]/100,r=t[2]/100,n=e+r*(1-e);return[t[0],(n-e)*100,(1-n)*100]};Gi.hwb.hcg=function(t){let e=t[1]/100,n=1-t[2]/100,o=n-e,s=0;return o<1&&(s=(n-o)/(1-o)),[t[0],o*100,s*100]};Gi.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};Gi.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};Gi.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};Gi.gray.hsl=function(t){return[0,0,t[0]]};Gi.gray.hsv=Gi.gray.hsl;Gi.gray.hwb=function(t){return[0,100,t[0]]};Gi.gray.cmyk=function(t){return[0,0,0,t[0]]};Gi.gray.lab=function(t){return[t[0],0,0]};Gi.gray.hex=function(t){let e=Math.round(t[0]/100*255)&255,n=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(n.length)+n};Gi.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}});var Kqi=T((Jfl,Yqi)=>{var fgt=ayr();function Jcu(){let t={},e=Object.keys(fgt);for(let r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}function Xcu(t){let e=Jcu(),r=[t];for(e[t].distance=0;r.length;){let n=r.pop(),o=Object.keys(fgt[n]);for(let s=o.length,a=0;a<s;a++){let u=o[a],c=e[u];c.distance===-1&&(c.distance=e[n].distance+1,c.parent=n,r.unshift(u))}}return e}function Zcu(t,e){return function(r){return e(t(r))}}function elu(t,e){let r=[e[t].parent,t],n=fgt[e[t].parent][t],o=e[t].parent;for(;e[o].parent;)r.unshift(e[o].parent),n=Zcu(fgt[e[o].parent][o],n),o=e[o].parent;return n.conversion=r,n}Yqi.exports=function(t){let e=Xcu(t),r={},n=Object.keys(e);for(let o=n.length,s=0;s<o;s++){let a=n[s];e[a].parent!==null&&(r[a]=elu(a,e))}return r}});var Xqi=T((Xfl,Jqi)=>{var uyr=ayr(),tlu=Kqi(),G1e={},rlu=Object.keys(uyr);function nlu(t){let e=function(...r){let n=r[0];return n==null?n:(n.length>1&&(r=n),t(r))};return"conversion"in t&&(e.conversion=t.conversion),e}function ilu(t){let e=function(...r){let n=r[0];if(n==null)return n;n.length>1&&(r=n);let o=t(r);if(typeof o=="object")for(let s=o.length,a=0;a<s;a++)o[a]=Math.round(o[a]);return o};return"conversion"in t&&(e.conversion=t.conversion),e}rlu.forEach(t=>{G1e[t]={},Object.defineProperty(G1e[t],"channels",{value:uyr[t].channels}),Object.defineProperty(G1e[t],"labels",{value:uyr[t].labels});let e=tlu(t);Object.keys(e).forEach(n=>{let o=e[n];G1e[t][n]=ilu(o),G1e[t][n].raw=nlu(o)})});Jqi.exports=G1e});var iHi=T((Zfl,nHi)=>{"use strict";var Zqi=(t,e)=>(...r)=>`\x1B[${t(...r)+e}m`,eHi=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};5;${n}m`},tHi=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};2;${n[0]};${n[1]};${n[2]}m`},pgt=t=>t,rHi=(t,e,r)=>[t,e,r],q1e=(t,e,r)=>{Object.defineProperty(t,e,{get:()=>{let n=r();return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0}),n},enumerable:!0,configurable:!0})},cyr,H1e=(t,e,r,n)=>{cyr===void 0&&(cyr=Xqi());let o=n?10:0,s={};for(let[a,u]of Object.entries(cyr)){let c=a==="ansi16"?"ansi":a;a===e?s[c]=t(r,o):typeof u=="object"&&(s[c]=t(u[e],o))}return s};function olu(){let t=new Map,e={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.gray=e.color.blackBright,e.bgColor.bgGray=e.bgColor.bgBlackBright,e.color.grey=e.color.blackBright,e.bgColor.bgGrey=e.bgColor.bgBlackBright;for(let[r,n]of Object.entries(e)){for(let[o,s]of Object.entries(n))e[o]={open:`\x1B[${s[0]}m`,close:`\x1B[${s[1]}m`},n[o]=e[o],t.set(s[0],s[1]);Object.defineProperty(e,r,{value:n,enumerable:!1})}return Object.defineProperty(e,"codes",{value:t,enumerable:!1}),e.color.close="\x1B[39m",e.bgColor.close="\x1B[49m",q1e(e.color,"ansi",()=>H1e(Zqi,"ansi16",pgt,!1)),q1e(e.color,"ansi256",()=>H1e(eHi,"ansi256",pgt,!1)),q1e(e.color,"ansi16m",()=>H1e(tHi,"rgb",rHi,!1)),q1e(e.bgColor,"ansi",()=>H1e(Zqi,"ansi16",pgt,!0)),q1e(e.bgColor,"ansi256",()=>H1e(eHi,"ansi256",pgt,!0)),q1e(e.bgColor,"ansi16m",()=>H1e(tHi,"rgb",rHi,!0)),e}Object.defineProperty(nHi,"exports",{enumerable:!0,get:olu})});var sHi=T((epl,oHi)=>{"use strict";oHi.exports=(t,e=process.argv)=>{let r=t.startsWith("-")?"":t.length===1?"-":"--",n=e.indexOf(r+t),o=e.indexOf("--");return n!==-1&&(o===-1||n<o)}});var cHi=T((tpl,uHi)=>{"use strict";var slu=Ae("os"),aHi=Ae("tty"),Gv=sHi(),{env:I3}=process,Dj;Gv("no-color")||Gv("no-colors")||Gv("color=false")||Gv("color=never")?Dj=0:(Gv("color")||Gv("colors")||Gv("color=true")||Gv("color=always"))&&(Dj=1);"FORCE_COLOR"in I3&&(I3.FORCE_COLOR==="true"?Dj=1:I3.FORCE_COLOR==="false"?Dj=0:Dj=I3.FORCE_COLOR.length===0?1:Math.min(parseInt(I3.FORCE_COLOR,10),3));function lyr(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function myr(t,e){if(Dj===0)return 0;if(Gv("color=16m")||Gv("color=full")||Gv("color=truecolor"))return 3;if(Gv("color=256"))return 2;if(t&&!e&&Dj===void 0)return 0;let r=Dj||0;if(I3.TERM==="dumb")return r;if(process.platform==="win32"){let n=slu.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in I3)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in I3)||I3.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in I3)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(I3.TEAMCITY_VERSION)?1:0;if(I3.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in I3){let n=parseInt((I3.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(I3.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(I3.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(I3.TERM)||"COLORTERM"in I3?1:r}function alu(t){let e=myr(t,t&&t.isTTY);return lyr(e)}uHi.exports={supportsColor:alu,stdout:lyr(myr(!0,aHi.isatty(1))),stderr:lyr(myr(!0,aHi.isatty(2)))}});var mHi=T((rpl,lHi)=>{"use strict";var ulu=(t,e,r)=>{let n=t.indexOf(e);if(n===-1)return t;let o=e.length,s=0,a="";do a+=t.substr(s,n-s)+e+r,s=n+o,n=t.indexOf(e,s);while(n!==-1);return a+=t.substr(s),a},clu=(t,e,r,n)=>{let o=0,s="";do{let a=t[n-1]==="\r";s+=t.substr(o,(a?n-1:n)-o)+e+(a?`\r
|
|
5321
|
+
`);for(let c of u){if(console.log(`${Suu}\u2022 ${c.name}${ap} (ID: ${c.id})`),console.log(` ${BA}${I.t("agentsOnline.agentDescription")}:${ap} ${c.description}`),console.log(` ${BA}${I.t("agentsOnline.category")}:${ap} ${c.category}`),console.log(` ${BA}${I.t("agentsOnline.model")}:${ap} ${c.modelName}`),c.tags&&console.log(` ${BA}${I.t("agentsOnline.tags")}:${ap} ${c.tags}`),console.log(` ${BA}${I.t("agentsOnline.author")}:${ap} ${c.authorId}`),console.log(` ${BA}${I.t("agentsOnline.version")}:${ap} ${c.version}`),c.extInfo){if(c.extInfo["allowed-tools"]){let f=c.extInfo["allowed-tools"].split(",").map(p=>p.trim()).filter(p=>p);f.length>0?console.log(` ${BA}${I.t("agentsOnline.allowedTools")}:${ap} ${f.join(", ")}`):c.extInfo["is-inherit-tools"]?console.log(` ${BA}${I.t("agentsOnline.allowedTools")}:${ap} ${I.t("agentsOnline.allToolsAvailable")}`):console.log(` ${BA}${I.t("agentsOnline.allowedTools")}:${ap} ${I.t("agentsOnline.noToolsAvailable")}`)}let m=c.extInfo["is-inherit-tools"];if(console.log(` ${BA}${I.t("agentsOnline.inheritTools")}:${ap} ${m?I.t("agentsOnline.yes"):I.t("agentsOnline.no")}`),c.extInfo.mcps){let f=c.extInfo.mcps.split(",").map(p=>p.trim()).filter(p=>p);f.length>0?console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${f.join(", ")}`):c.extInfo["is-inherit-mcps"]?console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${I.t("agentsOnline.allMcpServersAvailable")}`):console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${I.t("agentsOnline.noMcpServersAvailable")}`)}else c.extInfo["is-inherit-mcps"]?console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${I.t("agentsOnline.allMcpServersAvailable")}`):console.log(` ${BA}${I.t("agentsOnline.mcpServers")}:${ap} ${I.t("agentsOnline.noMcpServersAvailable")}`);let d=c.extInfo["is-inherit-mcps"];console.log(` ${BA}${I.t("agentsOnline.inheritMcps")}:${ap} ${d?I.t("agentsOnline.yes"):I.t("agentsOnline.no")}`)}console.log()}console.log(`${HQi}${I.t("agentsOnline.totalShown",{count:u.length,total:a.total})}${ap}`),console.log(`${HQi}${I.t("agentsOnline.installHint")}${ap}`)}catch(a){console.error(I.t("agentsOnline.errorBrowsing",{error:a})),process.exit(1)}}var Suu,HQi,wuu,BA,ap,xuu,VQi,WQi=j(()=>{"use strict";dc();Ot();Suu="\x1B[32m",HQi="\x1B[33m",wuu="\x1B[34m",BA="\x1B[36m",ap="\x1B[0m",xuu=async(t,e=1,r=20)=>{try{if(!t)return{success:!1,message:I.t("agentsOnline.pleaseAuthenticate")};let o=await fetch("https://apis.iflow.cn/v1/agents/list",{method:"POST",headers:{"User-Agent":"iFlow-Cli","Content-Type":"application/json"},body:JSON.stringify({page:e,size:r,visibility:"public"})});if(!o.ok){let u=I.t("agentsOnline.unableToLoadAgents");return o.status===401?u=I.t("agentsOnline.authenticationFailed"):o.status===403?u=I.t("agentsOnline.accessDenied"):o.status===404?u=I.t("agentsOnline.serviceNotFound"):o.status>=500&&(u=I.t("agentsOnline.serverError")),{success:!1,message:u}}let s=await o.json();return s.success?{success:!0,agents:Array.isArray(s.data.data)?s.data.data:[],total:s.data.total||0}:{success:!1,message:s.message||I.t("agentsOnline.failedToLoadFromServer")}}catch(n){let o=I.t("agentsOnline.connectionError");return n instanceof Error&&n.message.includes("Failed to fetch")&&(o=I.t("agentsOnline.networkError")),{success:!1,message:o}}};VQi={command:"online",describe:I.t("agentsOnline.description"),builder:t=>t.usage(I.t("agentsOnline.usage")).option("page",{alias:"p",describe:I.t("agentsOnline.pageOption"),type:"number",default:1}).option("size",{alias:"s",describe:I.t("agentsOnline.sizeOption"),type:"number",default:20}).option("search",{describe:I.t("agentsOnline.searchOption"),type:"string"}),handler:async t=>{await Tuu({page:t.page,size:t.size,search:t.search})}}});var zQi={};Wi(zQi,{agentCommand:()=>R6r});var R6r,k6r=j(()=>{"use strict";MQi();$Qi();QQi();qQi();WQi();Ot();R6r={command:"agent",describe:I.t("agentCommand.description"),builder:t=>t.command(LQi).command(UQi).command(jQi).command(GQi).command(VQi).demandCommand(1,I.t("agentCommand.demandCommand")).version(!1),handler:()=>{}}});import{EventEmitter as mcu}from"events";var yo,PI=j(()=>{"use strict";yo=new mcu;yo.setMaxListeners(20)});import*as N1e from"fs";import*as H3t from"path";function V3t(t,e){let r=process.argv[1];if(!r)return{packageManager:"unknown",isGlobal:!1};try{let n=N1e.realpathSync(r).replace(/\\/g,"/"),o=t?.replace(/\\/g,"/");if(ll(process.cwd())&&o&&n.startsWith(o)&&!n.includes("/node_modules/"))return{packageManager:"unknown",isGlobal:!1,updateMessage:'Running from a local git clone. Please update with "git pull".'};if(n.includes("/.npm/_npx")||n.includes("/npm/_npx"))return{packageManager:"npx",isGlobal:!1,updateMessage:"Running via npx, update not applicable."};if(n.includes("/.pnpm/_pnpx"))return{packageManager:"pnpx",isGlobal:!1,updateMessage:"Running via pnpx, update not applicable."};if(n.includes("/.pnpm/global")){let c="pnpm add -g iflow-comm@latest";return{packageManager:"pnpm",isGlobal:!0,updateCommand:c,updateMessage:e?`Please run ${c} to update`:"Installed with pnpm. Attempting to automatically update now..."}}if(n.includes("/.yarn/global")){let c="yarn global add iflow-comm@latest";return{packageManager:"yarn",isGlobal:!0,updateCommand:c,updateMessage:e?`Please run ${c} to update`:"Installed with yarn. Attempting to automatically update now..."}}if(n.includes("/.bun/install/cache"))return{packageManager:"bunx",isGlobal:!1,updateMessage:"Running via bunx, update not applicable."};if(n.includes("/.bun/bin")){let c=" bun add -g iflow-comm@latest";return{packageManager:"bun",isGlobal:!0,updateCommand:c,updateMessage:e?`Please run ${c} to update`:"Installed with bun. Attempting to automatically update now..."}}if(o&&n.startsWith(`${o}/node_modules`)){let c="npm";return N1e.existsSync(H3t.join(t,"yarn.lock"))?c="yarn":N1e.existsSync(H3t.join(t,"pnpm-lock.yaml"))?c="pnpm":N1e.existsSync(H3t.join(t,"bun.lockb"))&&(c="bun"),{packageManager:c,isGlobal:!1,updateMessage:"Locally installed. Please update via your project's package.json."}}let u="npm install -g iflow-comm@latest";return{packageManager:"npm",isGlobal:!0,updateCommand:u,updateMessage:e?I.t("autoUpdate.fallback",{updateCommand:u}):I.t("autoUpdate.installWithNpm")}}catch(n){return console.log(n),{packageManager:"unknown",isGlobal:!1}}}var j6r=j(()=>{"use strict";Ot();});import{EventEmitter as dcu}from"events";var D3,Q6r=j(()=>{"use strict";D3=new dcu});var ra=j(()=>{"use strict";});import{spawn as fcu}from"child_process";var W3t,G6r=j(()=>{"use strict";W3t=fcu});var Gd,AGi,yGi=j(()=>{"use strict";OA();Gd={type:"dark",Background:"#0b0e14",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#bfbdb6",LightBlue:"#59C2FF",AccentBlue:"#39BAE6",AccentPurple:"#D2A6FF",AccentCyan:"#95E6CB",AccentGreen:"#AAD94C",AccentYellow:"#FFB454",AccentRed:"#F26D78",DiffAdded:"#293022",DiffRemoved:"#3D1215",Comment:"#646A71",Gray:"#3D4149",GradientColors:["#FFB454","#F26D78"]},AGi=new zc("Ayu","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Gd.Background,color:Gd.Foreground},"hljs-keyword":{color:Gd.AccentYellow},"hljs-literal":{color:Gd.AccentPurple},"hljs-symbol":{color:Gd.AccentCyan},"hljs-name":{color:Gd.LightBlue},"hljs-link":{color:Gd.AccentBlue},"hljs-function .hljs-keyword":{color:Gd.AccentYellow},"hljs-subst":{color:Gd.Foreground},"hljs-string":{color:Gd.AccentGreen},"hljs-title":{color:Gd.AccentYellow},"hljs-type":{color:Gd.AccentBlue},"hljs-attribute":{color:Gd.AccentYellow},"hljs-bullet":{color:Gd.AccentYellow},"hljs-addition":{color:Gd.AccentGreen},"hljs-variable":{color:Gd.Foreground},"hljs-template-tag":{color:Gd.AccentYellow},"hljs-template-variable":{color:Gd.AccentYellow},"hljs-comment":{color:Gd.Comment,fontStyle:"italic"},"hljs-quote":{color:Gd.AccentCyan,fontStyle:"italic"},"hljs-deletion":{color:Gd.AccentRed},"hljs-meta":{color:Gd.AccentYellow},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},Gd)});var Oc,_Gi,EGi=j(()=>{"use strict";OA();Oc={type:"light",Background:"#f8f9fa",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#5c6166",LightBlue:"#55b4d4",AccentBlue:"#399ee6",AccentPurple:"#a37acc",AccentCyan:"#4cbf99",AccentGreen:"#86b300",AccentYellow:"#f2ae49",AccentRed:"#f07171",DiffAdded:"#C6EAD8",DiffRemoved:"#FFCCCC",Comment:"#ABADB1",Gray:"#a6aaaf",GradientColors:["#399ee6","#86b300"]},_Gi=new zc("Ayu Light","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Oc.Background,color:Oc.Foreground},"hljs-comment":{color:Oc.Comment,fontStyle:"italic"},"hljs-quote":{color:Oc.AccentCyan,fontStyle:"italic"},"hljs-string":{color:Oc.AccentGreen},"hljs-constant":{color:Oc.AccentCyan},"hljs-number":{color:Oc.AccentPurple},"hljs-keyword":{color:Oc.AccentYellow},"hljs-selector-tag":{color:Oc.AccentYellow},"hljs-attribute":{color:Oc.AccentYellow},"hljs-variable":{color:Oc.Foreground},"hljs-variable.language":{color:Oc.LightBlue,fontStyle:"italic"},"hljs-title":{color:Oc.AccentBlue},"hljs-section":{color:Oc.AccentGreen,fontWeight:"bold"},"hljs-type":{color:Oc.LightBlue},"hljs-class .hljs-title":{color:Oc.AccentBlue},"hljs-tag":{color:Oc.LightBlue},"hljs-name":{color:Oc.AccentBlue},"hljs-builtin-name":{color:Oc.AccentYellow},"hljs-meta":{color:Oc.AccentYellow},"hljs-symbol":{color:Oc.AccentRed},"hljs-bullet":{color:Oc.AccentYellow},"hljs-regexp":{color:Oc.AccentCyan},"hljs-link":{color:Oc.LightBlue},"hljs-deletion":{color:Oc.AccentRed},"hljs-addition":{color:Oc.AccentGreen},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"},"hljs-literal":{color:Oc.AccentCyan},"hljs-built_in":{color:Oc.AccentRed},"hljs-doctag":{color:Oc.AccentRed},"hljs-template-variable":{color:Oc.AccentCyan},"hljs-selector-id":{color:Oc.AccentRed}},Oc)});var Nu,vGi,CGi=j(()=>{"use strict";OA();Nu={type:"dark",Background:"#282c34",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#abb2bf",LightBlue:"#61aeee",AccentBlue:"#61aeee",AccentPurple:"#c678dd",AccentCyan:"#56b6c2",AccentGreen:"#98c379",AccentYellow:"#e6c07b",AccentRed:"#e06c75",DiffAdded:"#39544E",DiffRemoved:"#562B2F",Comment:"#5c6370",Gray:"#5c6370",GradientColors:["#61aeee","#98c379"]},vGi=new zc("Atom One","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",color:Nu.Foreground,background:Nu.Background},"hljs-comment":{color:Nu.Comment,fontStyle:"italic"},"hljs-quote":{color:Nu.Comment,fontStyle:"italic"},"hljs-doctag":{color:Nu.AccentPurple},"hljs-keyword":{color:Nu.AccentPurple},"hljs-formula":{color:Nu.AccentPurple},"hljs-section":{color:Nu.AccentRed},"hljs-name":{color:Nu.AccentRed},"hljs-selector-tag":{color:Nu.AccentRed},"hljs-deletion":{color:Nu.AccentRed},"hljs-subst":{color:Nu.AccentRed},"hljs-literal":{color:Nu.AccentCyan},"hljs-string":{color:Nu.AccentGreen},"hljs-regexp":{color:Nu.AccentGreen},"hljs-addition":{color:Nu.AccentGreen},"hljs-attribute":{color:Nu.AccentGreen},"hljs-meta-string":{color:Nu.AccentGreen},"hljs-built_in":{color:Nu.AccentYellow},"hljs-class .hljs-title":{color:Nu.AccentYellow},"hljs-attr":{color:Nu.AccentYellow},"hljs-variable":{color:Nu.AccentYellow},"hljs-template-variable":{color:Nu.AccentYellow},"hljs-type":{color:Nu.AccentYellow},"hljs-selector-class":{color:Nu.AccentYellow},"hljs-selector-attr":{color:Nu.AccentYellow},"hljs-selector-pseudo":{color:Nu.AccentYellow},"hljs-number":{color:Nu.AccentYellow},"hljs-symbol":{color:Nu.AccentBlue},"hljs-bullet":{color:Nu.AccentBlue},"hljs-link":{color:Nu.AccentBlue,textDecoration:"underline"},"hljs-meta":{color:Nu.AccentBlue},"hljs-selector-id":{color:Nu.AccentBlue},"hljs-title":{color:Nu.AccentBlue},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}},Nu)});var Um,SGi,wGi=j(()=>{"use strict";OA();Um={type:"dark",Background:"#282a36",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#f8f8f2",LightBlue:"#8be9fd",AccentBlue:"#8be9fd",AccentPurple:"#ff79c6",AccentCyan:"#8be9fd",AccentGreen:"#50fa7b",AccentYellow:"#f1fa8c",AccentRed:"#ff5555",DiffAdded:"#11431d",DiffRemoved:"#6e1818",Comment:"#6272a4",Gray:"#6272a4",GradientColors:["#ff79c6","#8be9fd"]},SGi=new zc("Dracula","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Um.Background,color:Um.Foreground},"hljs-keyword":{color:Um.AccentBlue,fontWeight:"bold"},"hljs-selector-tag":{color:Um.AccentBlue,fontWeight:"bold"},"hljs-literal":{color:Um.AccentBlue,fontWeight:"bold"},"hljs-section":{color:Um.AccentBlue,fontWeight:"bold"},"hljs-link":{color:Um.AccentBlue},"hljs-function .hljs-keyword":{color:Um.AccentPurple},"hljs-subst":{color:Um.Foreground},"hljs-string":{color:Um.AccentYellow},"hljs-title":{color:Um.AccentYellow,fontWeight:"bold"},"hljs-name":{color:Um.AccentYellow,fontWeight:"bold"},"hljs-type":{color:Um.AccentYellow,fontWeight:"bold"},"hljs-attribute":{color:Um.AccentYellow},"hljs-symbol":{color:Um.AccentYellow},"hljs-bullet":{color:Um.AccentYellow},"hljs-addition":{color:Um.AccentGreen},"hljs-variable":{color:Um.AccentYellow},"hljs-template-tag":{color:Um.AccentYellow},"hljs-template-variable":{color:Um.AccentYellow},"hljs-comment":{color:Um.Comment},"hljs-quote":{color:Um.Comment},"hljs-deletion":{color:Um.AccentRed},"hljs-meta":{color:Um.Comment},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},Um)});var Nc,xGi,TGi=j(()=>{"use strict";OA();Nc={type:"dark",Background:"#24292e",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#d1d5da",LightBlue:"#79B8FF",AccentBlue:"#79B8FF",AccentPurple:"#B392F0",AccentCyan:"#9ECBFF",AccentGreen:"#85E89D",AccentYellow:"#FFAB70",AccentRed:"#F97583",DiffAdded:"#3C4636",DiffRemoved:"#502125",Comment:"#6A737D",Gray:"#6A737D",GradientColors:["#79B8FF","#85E89D"]},xGi=new zc("GitHub","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",color:Nc.Foreground,background:Nc.Background},"hljs-comment":{color:Nc.Comment,fontStyle:"italic"},"hljs-quote":{color:Nc.Comment,fontStyle:"italic"},"hljs-keyword":{color:Nc.AccentRed,fontWeight:"bold"},"hljs-selector-tag":{color:Nc.AccentRed,fontWeight:"bold"},"hljs-subst":{color:Nc.Foreground},"hljs-number":{color:Nc.LightBlue},"hljs-literal":{color:Nc.LightBlue},"hljs-variable":{color:Nc.AccentYellow},"hljs-template-variable":{color:Nc.AccentYellow},"hljs-tag .hljs-attr":{color:Nc.AccentYellow},"hljs-string":{color:Nc.AccentCyan},"hljs-doctag":{color:Nc.AccentCyan},"hljs-title":{color:Nc.AccentPurple,fontWeight:"bold"},"hljs-section":{color:Nc.AccentPurple,fontWeight:"bold"},"hljs-selector-id":{color:Nc.AccentPurple,fontWeight:"bold"},"hljs-type":{color:Nc.AccentGreen,fontWeight:"bold"},"hljs-class .hljs-title":{color:Nc.AccentGreen,fontWeight:"bold"},"hljs-tag":{color:Nc.AccentGreen},"hljs-name":{color:Nc.AccentGreen},"hljs-attribute":{color:Nc.LightBlue},"hljs-regexp":{color:Nc.AccentCyan},"hljs-link":{color:Nc.AccentCyan},"hljs-symbol":{color:Nc.AccentPurple},"hljs-bullet":{color:Nc.AccentPurple},"hljs-built_in":{color:Nc.LightBlue},"hljs-builtin-name":{color:Nc.LightBlue},"hljs-meta":{color:Nc.LightBlue,fontWeight:"bold"},"hljs-deletion":{background:"#86181D",color:Nc.AccentRed},"hljs-addition":{background:"#144620",color:Nc.AccentGreen},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}},Nc)});var Al,DGi,IGi=j(()=>{"use strict";OA();Al={type:"light",Background:"#f8f8f8",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#24292E",LightBlue:"#0086b3",AccentBlue:"#458",AccentPurple:"#900",AccentCyan:"#009926",AccentGreen:"#008080",AccentYellow:"#990073",AccentRed:"#d14",DiffAdded:"#C6EAD8",DiffRemoved:"#FFCCCC",Comment:"#998",Gray:"#999",GradientColors:["#458","#008080"]},DGi=new zc("GitHub Light","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",color:Al.Foreground,background:Al.Background},"hljs-comment":{color:Al.Comment,fontStyle:"italic"},"hljs-quote":{color:Al.Comment,fontStyle:"italic"},"hljs-keyword":{color:Al.Foreground,fontWeight:"bold"},"hljs-selector-tag":{color:Al.Foreground,fontWeight:"bold"},"hljs-subst":{color:Al.Foreground,fontWeight:"normal"},"hljs-number":{color:Al.AccentGreen},"hljs-literal":{color:Al.AccentGreen},"hljs-variable":{color:Al.AccentGreen},"hljs-template-variable":{color:Al.AccentGreen},"hljs-tag .hljs-attr":{color:Al.AccentGreen},"hljs-string":{color:Al.AccentRed},"hljs-doctag":{color:Al.AccentRed},"hljs-title":{color:Al.AccentPurple,fontWeight:"bold"},"hljs-section":{color:Al.AccentPurple,fontWeight:"bold"},"hljs-selector-id":{color:Al.AccentPurple,fontWeight:"bold"},"hljs-type":{color:Al.AccentBlue,fontWeight:"bold"},"hljs-class .hljs-title":{color:Al.AccentBlue,fontWeight:"bold"},"hljs-tag":{color:Al.AccentBlue,fontWeight:"normal"},"hljs-name":{color:Al.AccentBlue,fontWeight:"normal"},"hljs-attribute":{color:Al.AccentBlue,fontWeight:"normal"},"hljs-regexp":{color:Al.AccentCyan},"hljs-link":{color:Al.AccentCyan},"hljs-symbol":{color:Al.AccentYellow},"hljs-bullet":{color:Al.AccentYellow},"hljs-built_in":{color:Al.LightBlue},"hljs-builtin-name":{color:Al.LightBlue},"hljs-meta":{color:Al.Gray,fontWeight:"bold"},"hljs-deletion":{background:"#fdd"},"hljs-addition":{background:"#dfd"},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}},Al)});var Pc,RGi,kGi=j(()=>{"use strict";OA();Pc={type:"light",Background:"white",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#444",LightBlue:"#066",AccentBlue:"#008",AccentPurple:"#606",AccentCyan:"#066",AccentGreen:"#080",AccentYellow:"#660",AccentRed:"#800",DiffAdded:"#C6EAD8",DiffRemoved:"#FEDEDE",Comment:"#5f6368",Gray:Ic.Gray,GradientColors:["#066","#606"]},RGi=new zc("Google Code","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Pc.Background,color:Pc.Foreground},"hljs-comment":{color:Pc.AccentRed},"hljs-quote":{color:Pc.AccentRed},"hljs-keyword":{color:Pc.AccentBlue},"hljs-selector-tag":{color:Pc.AccentBlue},"hljs-section":{color:Pc.AccentBlue},"hljs-title":{color:Pc.AccentPurple},"hljs-name":{color:Pc.AccentBlue},"hljs-variable":{color:Pc.AccentYellow},"hljs-template-variable":{color:Pc.AccentYellow},"hljs-string":{color:Pc.AccentGreen},"hljs-selector-attr":{color:Pc.AccentGreen},"hljs-selector-pseudo":{color:Pc.AccentGreen},"hljs-regexp":{color:Pc.AccentGreen},"hljs-literal":{color:Pc.AccentCyan},"hljs-symbol":{color:Pc.AccentCyan},"hljs-bullet":{color:Pc.AccentCyan},"hljs-meta":{color:Pc.AccentCyan},"hljs-number":{color:Pc.AccentCyan},"hljs-link":{color:Pc.AccentCyan},"hljs-doctag":{color:Pc.AccentPurple,fontWeight:"bold"},"hljs-type":{color:Pc.AccentPurple},"hljs-attr":{color:Pc.AccentPurple},"hljs-built_in":{color:Pc.AccentPurple},"hljs-builtin-name":{color:Pc.AccentPurple},"hljs-params":{color:Pc.AccentPurple},"hljs-attribute":{color:Pc.Foreground},"hljs-subst":{color:Pc.Foreground},"hljs-formula":{backgroundColor:"#eee",fontStyle:"italic"},"hljs-selector-id":{color:Pc.AccentYellow},"hljs-selector-class":{color:Pc.AccentYellow},"hljs-addition":{backgroundColor:"#baeeba"},"hljs-deletion":{backgroundColor:"#ffc8bd"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},Pc)});var _s,nh,OGi,NGi=j(()=>{"use strict";OA();_s={type:"dark",Background:"#2d2b57",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"#e3dfff",LightBlue:"#847ace",AccentBlue:"#a599e9",AccentPurple:"#ac65ff",AccentCyan:"#a1feff",AccentGreen:"#A5FF90",AccentYellow:"#fad000",AccentRed:"#ff628c",DiffAdded:"#383E45",DiffRemoved:"#572244",Comment:"#B362FF",Gray:"#726c86",GradientColors:["#4d21fc","#847ace","#ff628c"]},nh={AccentYellowAlt:"#f8d000",AccentOrange:"#fb9e00",AccentPink:"#fa658d",AccentLightPurple:"#c991ff",AccentDarkPurple:"#6943ff",AccentTeal:"#2ee2fa"},OGi=new zc("Shades Of Purple","dark",{hljs:{display:"block",overflowX:"auto",background:_s.Background,color:_s.Foreground},"hljs-title":{color:_s.AccentYellow,fontWeight:"normal"},"hljs-name":{color:_s.AccentCyan,fontWeight:"normal"},"hljs-tag":{color:_s.Foreground},"hljs-attr":{color:nh.AccentYellowAlt,fontStyle:"italic"},"hljs-built_in":{color:nh.AccentOrange},"hljs-selector-tag":{color:nh.AccentOrange,fontWeight:"normal"},"hljs-section":{color:nh.AccentOrange},"hljs-keyword":{color:nh.AccentOrange,fontWeight:"normal"},"hljs-subst":{color:_s.Foreground},"hljs-string":{color:_s.AccentGreen},"hljs-attribute":{color:_s.AccentGreen},"hljs-symbol":{color:_s.AccentGreen},"hljs-bullet":{color:_s.AccentGreen},"hljs-addition":{color:_s.AccentGreen},"hljs-code":{color:_s.AccentGreen},"hljs-regexp":{color:_s.AccentGreen},"hljs-selector-class":{color:_s.AccentGreen},"hljs-selector-attr":{color:_s.AccentGreen},"hljs-selector-pseudo":{color:_s.AccentGreen},"hljs-template-tag":{color:_s.AccentGreen},"hljs-quote":{color:_s.AccentGreen},"hljs-deletion":{color:_s.AccentRed},"hljs-meta":{color:nh.AccentOrange},"hljs-meta-string":{color:nh.AccentOrange},"hljs-comment":{color:_s.AccentPurple},"hljs-literal":{color:nh.AccentPink,fontWeight:"normal"},"hljs-number":{color:nh.AccentPink},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"},"hljs-diff":{color:_s.Foreground},"hljs-meta.hljs-diff":{color:_s.AccentBlue},"hljs-ln":{color:_s.Gray},"hljs-type":{color:_s.AccentYellow,fontWeight:"normal"},"hljs-variable":{color:_s.AccentYellow},"hljs-template-variable":{color:_s.AccentGreen},"hljs-function .hljs-keyword":{color:nh.AccentOrange},"hljs-link":{color:_s.LightBlue},"hljs-doctag":{fontWeight:"bold"},"hljs-params":{color:nh.AccentLightPurple,fontStyle:"italic"},"hljs-class":{color:_s.AccentCyan,fontWeight:"bold"},"hljs-function":{color:_s.AccentCyan},"hljs-property":{color:_s.AccentBlue},"hljs-operator":{color:nh.AccentDarkPurple},"hljs-punctuation":{color:_s.Gray},"hljs-selector-id":{color:_s.AccentYellow,fontWeight:"bold"},"hljs-char":{color:_s.AccentGreen},"hljs-escape":{color:nh.AccentPink,fontWeight:"bold"},"hljs-meta-keyword":{color:nh.AccentOrange,fontWeight:"bold"},"hljs-builtin-name":{color:nh.AccentTeal},"hljs-module":{color:_s.AccentCyan},"hljs-namespace":{color:_s.LightBlue},"hljs-important":{color:_s.AccentRed,fontWeight:"bold"},"hljs-formula":{color:_s.AccentCyan,fontStyle:"italic"},"hljs-decorator":{color:nh.AccentTeal,fontWeight:"bold"},"hljs-symbol.ruby":{color:nh.AccentPink},"hljs-keyword.sql":{color:nh.AccentOrange,textTransform:"uppercase"},"hljs-section.markdown":{color:_s.AccentYellow,fontWeight:"bold"},"hljs-attr.json":{color:_s.AccentCyan},"hljs-tag .hljs-name":{color:_s.AccentRed},"hljs-tag .hljs-attr":{color:nh.AccentYellowAlt},"hljs.hljs-line-numbers":{borderRight:`1px solid ${_s.Gray}`},"hljs.hljs-line-numbers .hljs-ln-numbers":{color:_s.Gray,paddingRight:"1em"},"hljs.hljs-line-numbers .hljs-ln-code":{paddingLeft:"1em"},"hljs::selection":{background:_s.AccentBlue+"40"},"hljs ::-moz-selection":{background:_s.AccentBlue+"40"},"hljs .hljs-highlight":{background:_s.AccentPurple+"20",display:"block",width:"100%"}},_s)});var Ku,PGi,BGi=j(()=>{"use strict";OA();Ku={type:"light",Background:"#fff",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#444",LightBlue:"#0E0EFF",AccentBlue:"#1c00cf",AccentPurple:"#aa0d91",AccentCyan:"#3F6E74",AccentGreen:"#007400",AccentYellow:"#836C28",AccentRed:"#c41a16",DiffAdded:"#C6EAD8",DiffRemoved:"#FEDEDE",Comment:"#007400",Gray:"#c0c0c0",GradientColors:["#1c00cf","#007400"]},PGi=new zc("Xcode","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:Ku.Background,color:Ku.Foreground},"xml .hljs-meta":{color:Ku.Gray},"hljs-comment":{color:Ku.Comment},"hljs-quote":{color:Ku.Comment},"hljs-tag":{color:Ku.AccentPurple},"hljs-attribute":{color:Ku.AccentPurple},"hljs-keyword":{color:Ku.AccentPurple},"hljs-selector-tag":{color:Ku.AccentPurple},"hljs-literal":{color:Ku.AccentPurple},"hljs-name":{color:Ku.AccentPurple},"hljs-variable":{color:Ku.AccentCyan},"hljs-template-variable":{color:Ku.AccentCyan},"hljs-code":{color:Ku.AccentRed},"hljs-string":{color:Ku.AccentRed},"hljs-meta-string":{color:Ku.AccentRed},"hljs-regexp":{color:Ku.LightBlue},"hljs-link":{color:Ku.LightBlue},"hljs-title":{color:Ku.AccentBlue},"hljs-symbol":{color:Ku.AccentBlue},"hljs-bullet":{color:Ku.AccentBlue},"hljs-number":{color:Ku.AccentBlue},"hljs-section":{color:Ku.AccentYellow},"hljs-meta":{color:Ku.AccentYellow},"hljs-class .hljs-title":{color:Ku.AccentPurple},"hljs-type":{color:Ku.AccentPurple},"hljs-built_in":{color:Ku.AccentPurple},"hljs-builtin-name":{color:Ku.AccentPurple},"hljs-params":{color:Ku.AccentPurple},"hljs-attr":{color:Ku.AccentYellow},"hljs-subst":{color:Ku.Foreground},"hljs-formula":{backgroundColor:"#eee",fontStyle:"italic"},"hljs-addition":{backgroundColor:"#baeeba"},"hljs-deletion":{backgroundColor:"#ffc8bd"},"hljs-selector-id":{color:Ku.AccentYellow},"hljs-selector-class":{color:Ku.AccentYellow},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},Ku)});var Ecu,LGi,MGi=j(()=>{"use strict";OA();Ecu={type:"dark",Background:"black",UserMessageBackground:"#3C3C3C",UserMessageColor:"#c0c0c0",Foreground:"white",LightBlue:"bluebright",AccentBlue:"blue",AccentPurple:"magenta",AccentCyan:"cyan",AccentGreen:"green",AccentYellow:"yellow",AccentRed:"red",DiffAdded:"#003300",DiffRemoved:"#4D0000",Comment:"gray",Gray:"gray",GradientColors:["cyan","green"]},LGi=new zc("ANSI","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"black",color:"white"},"hljs-keyword":{color:"blue"},"hljs-literal":{color:"blue"},"hljs-symbol":{color:"blue"},"hljs-name":{color:"blue"},"hljs-link":{color:"blue"},"hljs-built_in":{color:"cyan"},"hljs-type":{color:"cyan"},"hljs-number":{color:"green"},"hljs-class":{color:"green"},"hljs-string":{color:"yellow"},"hljs-meta-string":{color:"yellow"},"hljs-regexp":{color:"red"},"hljs-template-tag":{color:"red"},"hljs-subst":{color:"white"},"hljs-function":{color:"white"},"hljs-title":{color:"white"},"hljs-params":{color:"white"},"hljs-formula":{color:"white"},"hljs-comment":{color:"green"},"hljs-quote":{color:"green"},"hljs-doctag":{color:"green"},"hljs-meta":{color:"gray"},"hljs-meta-keyword":{color:"gray"},"hljs-tag":{color:"gray"},"hljs-variable":{color:"magenta"},"hljs-template-variable":{color:"magenta"},"hljs-attr":{color:"bluebright"},"hljs-attribute":{color:"bluebright"},"hljs-builtin-name":{color:"bluebright"},"hljs-section":{color:"yellow"},"hljs-emphasis":{},"hljs-strong":{},"hljs-bullet":{color:"yellow"},"hljs-selector-tag":{color:"yellow"},"hljs-selector-id":{color:"yellow"},"hljs-selector-class":{color:"yellow"},"hljs-selector-attr":{color:"yellow"},"hljs-selector-pseudo":{color:"yellow"}},Ecu)});var vcu,FGi,UGi=j(()=>{"use strict";OA();vcu={type:"light",Background:"white",UserMessageBackground:"#F5F5F5",UserMessageColor:"#6a6a6a",Foreground:"#444",LightBlue:"blue",AccentBlue:"blue",AccentPurple:"purple",AccentCyan:"cyan",AccentGreen:"green",AccentYellow:"orange",AccentRed:"red",DiffAdded:"#E5F2E5",DiffRemoved:"#FFE5E5",Comment:"gray",Gray:"gray",GradientColors:["blue","green"]},FGi=new zc("ANSI Light","light",{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"white",color:"black"},"hljs-keyword":{color:"blue"},"hljs-literal":{color:"blue"},"hljs-symbol":{color:"blue"},"hljs-name":{color:"blue"},"hljs-link":{color:"blue"},"hljs-built_in":{color:"cyan"},"hljs-type":{color:"cyan"},"hljs-number":{color:"green"},"hljs-class":{color:"green"},"hljs-string":{color:"red"},"hljs-meta-string":{color:"red"},"hljs-regexp":{color:"magenta"},"hljs-template-tag":{color:"magenta"},"hljs-subst":{color:"black"},"hljs-function":{color:"black"},"hljs-title":{color:"black"},"hljs-params":{color:"black"},"hljs-formula":{color:"black"},"hljs-comment":{color:"gray"},"hljs-quote":{color:"gray"},"hljs-doctag":{color:"gray"},"hljs-meta":{color:"gray"},"hljs-meta-keyword":{color:"gray"},"hljs-tag":{color:"gray"},"hljs-variable":{color:"purple"},"hljs-template-variable":{color:"purple"},"hljs-attr":{color:"blue"},"hljs-attribute":{color:"blue"},"hljs-builtin-name":{color:"blue"},"hljs-section":{color:"orange"},"hljs-bullet":{color:"orange"},"hljs-selector-tag":{color:"orange"},"hljs-selector-id":{color:"orange"},"hljs-selector-class":{color:"orange"},"hljs-selector-attr":{color:"orange"},"hljs-selector-pseudo":{color:"orange"}},vcu)});var Ccu,$Gi,jGi=j(()=>{"use strict";OA();Ccu={type:"ansi",Background:"",Foreground:"",LightBlue:"",AccentBlue:"",AccentPurple:"",AccentCyan:"",AccentGreen:"",AccentYellow:"",AccentRed:"",DiffAdded:"",DiffRemoved:"",Comment:"",Gray:""},$Gi=new zc("NoColor","dark",{hljs:{display:"block",overflowX:"auto",padding:"0.5em"},"hljs-keyword":{},"hljs-literal":{},"hljs-symbol":{},"hljs-name":{},"hljs-link":{textDecoration:"underline"},"hljs-built_in":{},"hljs-type":{},"hljs-number":{},"hljs-class":{},"hljs-string":{},"hljs-meta-string":{},"hljs-regexp":{},"hljs-template-tag":{},"hljs-subst":{},"hljs-function":{},"hljs-title":{},"hljs-params":{},"hljs-formula":{},"hljs-comment":{fontStyle:"italic"},"hljs-quote":{fontStyle:"italic"},"hljs-doctag":{},"hljs-meta":{},"hljs-meta-keyword":{},"hljs-tag":{},"hljs-variable":{},"hljs-template-variable":{},"hljs-attr":{},"hljs-attribute":{},"hljs-builtin-name":{},"hljs-section":{},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"},"hljs-bullet":{},"hljs-selector-tag":{},"hljs-selector-id":{},"hljs-selector-class":{},"hljs-selector-attr":{},"hljs-selector-pseudo":{},"hljs-addition":{display:"inline-block",width:"100%"},"hljs-deletion":{display:"inline-block",width:"100%"}},Ccu)});import*as K3t from"node:fs";import*as BTe from"node:path";import*as QGi from"node:os";import Scu from"node:process";var LI,V6r,Ta,wj=j(()=>{"use strict";yGi();EGi();CGi();wGi();TGi();IGi();kGi();I8r();R8r();NGi();BGi();OA();MGi();UGi();jGi();Ot();LI=m1e,V6r=class{availableThemes;activeTheme;customThemes=new Map;constructor(){this.availableThemes=[AGi,_Gi,vGi,SGi,iTe,m1e,xGi,DGi,RGi,OGi,PGi,LGi,FGi],this.activeTheme=LI}loadCustomThemes(e){if(this.customThemes.clear(),!!e){for(let[r,n]of Object.entries(e)){let o=D8r(n);if(o.isValid){o.warning&&Ud.warn(`Theme "${r}": ${o.warning}`);let s={...LI.colors,...n,name:n.name||r,type:"custom"};try{let a=T8r(s);this.customThemes.set(r,a)}catch(a){Ud.warn(`Failed to load custom theme "${r}":`,a)}}else Ud.warn(`Invalid custom theme "${r}": ${o.error}`)}this.activeTheme&&this.activeTheme.type==="custom"&&this.customThemes.has(this.activeTheme.name)&&(this.activeTheme=this.customThemes.get(this.activeTheme.name))}}setActiveTheme(e){let r=this.findThemeByName(e);return r?(this.activeTheme=r,!0):!1}getActiveTheme(){if(Scu.env.NO_COLOR)return $Gi;if(this.activeTheme){let e=this.availableThemes.some(n=>n.name===this.activeTheme.name),r=[...this.customThemes.values()].includes(this.activeTheme);if(e||r)return this.activeTheme}return this.activeTheme=LI,this.activeTheme}getSemanticColors(){return this.getActiveTheme().semanticColors}getCustomThemeNames(){return Array.from(this.customThemes.keys())}isCustomTheme(e){return this.customThemes.has(e)}getAvailableThemes(){let e=this.availableThemes.map(s=>({name:s.name,type:s.type,isCustom:!1})),r=Array.from(this.customThemes.values()).map(s=>({name:s.name,type:s.type,isCustom:!0}));return[...e,...r].sort((s,a)=>{let u=m=>{switch(m){case"dark":return 1;case"light":return 2;case"ansi":return 3;case"custom":return 4;default:return 5}},c=u(s.type)-u(a.type);return c!==0?c:s.name.localeCompare(a.name)})}getTheme(e){return this.findThemeByName(e)}isPath(e){return e.endsWith(".json")||e.startsWith(".")||BTe.isAbsolute(e)}loadThemeFromFile(e){try{let r=K3t.realpathSync(BTe.resolve(e));if(this.customThemes.has(r))return this.customThemes.get(r);let n=BTe.resolve(QGi.homedir());if(!r.startsWith(n)){Ud.warn(`Theme file at "${e}" is outside your home directory. Only load themes from trusted sources.`);return}let o=K3t.readFileSync(r,"utf-8"),s=JSON.parse(o),a=D8r(s);if(!a.isValid){Ud.warn(`Invalid custom theme from file "${e}": ${a.error}`);return}a.warning&&Ud.warn(`Theme from "${e}": ${a.warning}`);let u={...LI.colors,...s,name:s.name||r,type:"custom"},c=T8r(u);return this.customThemes.set(r,c),c}catch(r){r instanceof Error&&"code"in r&&r.code==="ENOENT"||Ud.warn(`Could not load theme from file "${e}":`,r);return}}findThemeByName(e){if(!e)return LI;let r=this.availableThemes.find(n=>n.name===e);if(r)return r;if(this.isPath(e))return this.loadThemeFromFile(e);if(this.customThemes.has(e))return this.customThemes.get(e)}},Ta=new V6r});var ae,vn=j(()=>{"use strict";wj();ae={get type(){return Ta.getActiveTheme().colors.type},get Foreground(){return Ta.getActiveTheme().colors.Foreground},get Background(){return Ta.getActiveTheme().colors.Background},get UserMessageColor(){return Ta.getActiveTheme().colors?.UserMessageColor},get UserMessageBackground(){return Ta.getActiveTheme().colors?.UserMessageBackground},get LightBlue(){return Ta.getActiveTheme().colors.LightBlue},get AccentBlue(){return Ta.getActiveTheme().colors.AccentBlue},get AccentPurple(){return Ta.getActiveTheme().colors.AccentPurple},get AccentCyan(){return Ta.getActiveTheme().colors.AccentCyan},get AccentGreen(){return Ta.getActiveTheme().colors.AccentGreen},get AccentYellow(){return Ta.getActiveTheme().colors.AccentYellow},get AccentRed(){return Ta.getActiveTheme().colors.AccentRed},get DiffAdded(){return Ta.getActiveTheme().colors.DiffAdded},get DiffRemoved(){return Ta.getActiveTheme().colors.DiffRemoved},get Comment(){return Ta.getActiveTheme().colors.Comment},get Gray(){return Ta.getActiveTheme().colors.Gray},get GradientColors(){return Ta.getActiveTheme().colors.GradientColors}}});var qGi=T(J3t=>{"use strict";var wcu=Symbol.for("react.transitional.element"),xcu=Symbol.for("react.fragment");function GGi(t,e,r){var n=null;if(r!==void 0&&(n=""+r),e.key!==void 0&&(n=""+e.key),"key"in e){r={};for(var o in e)o!=="key"&&(r[o]=e[o])}else r=e;return e=r.ref,{$$typeof:wcu,type:t,key:n,ref:e!==void 0?e:null,props:r}}J3t.Fragment=xcu;J3t.jsx=GGi;J3t.jsxs=GGi});var Rt=T((Mml,HGi)=>{"use strict";HGi.exports=qGi()});var KN,J6r=j(()=>{"use strict";KN=class{id;display;desc;owner;supportType;multimodal;internal;defaultConfig;constructor(e){this.id=e.id,this.display=e.display,this.desc=e.desc,this.owner=e.owner,this.supportType=e.supportType,this.multimodal=e.multimodal,this.internal=e.internal,this.defaultConfig=e.defaultConfig}}});var JN,X6r=j(()=>{"use strict";JN=class{default;type;constructor(e){this.default=e.default,this.type=e.type}}});var LTe,Z6r=j(()=>{"use strict";LTe=class t{label;value;constructor(e,r){this.label=e,this.value=r}static fromModelInfo(e){return new t(e.display,e.id)}}});var MTe,eyr=j(()=>{"use strict";MTe=class{repoPath;securityLevel;constructor(e){this.repoPath=e.repoPath,this.securityLevel=e.securityLevel}isC3(){return this.securityLevel==="C3"}}});var lqi={};Wi(lqi,{convertToModelOptions:()=>UTe,extractRepoPathFromGitUrl:()=>uqi,fetchModels:()=>FTe,fetchSecurityLevel:()=>cqi,filterCliModels:()=>$Te,filterModelsBySecurityLevel:()=>jTe,getDefaultModel:()=>Qcu,getGitRemoteUrl:()=>aqi,getSecurityLevelFromGit:()=>Tj,sortModelsWithQwenFirst:()=>QTe});import{exec as Fcu}from"child_process";import{promisify as Ucu}from"util";async function FTe(t){try{let e=await fetch("https://ducky.code.alibaba-inc.com/v1/models",{headers:{Authorization:`Bearer ${t}`}});if(!e.ok)throw new Error(`Failed to fetch models: ${e.status} ${e.statusText}`);return(await e.json()).map(n=>new KN({id:n.id,display:n.display,desc:n.desc,owner:n.owner,supportType:n.supportType,multimodal:n.multimodal,internal:n.internal,defaultConfig:new JN(n.defaultConfig)}))}catch(e){return console.error("Error fetching models:",e),jcu()}}function jcu(){return[new KN({id:"ide-whale/qwen3-coder",display:"Qwen3-Coder",desc:"Qwen3-Coder",owner:"",supportType:["chat","llm","agent","cli"],multimodal:!1,internal:!0,defaultConfig:new JN({default:!0})}),new KN({id:"ide-idealab/claude4-sonnet",display:"Claude-4-Sonnet",desc:"Claude-4-Sonnet",owner:"",supportType:["chat","llm","agent"],multimodal:!0,defaultConfig:new JN({})}),new KN({id:"ide-whale/deepseek-v3.2-exp",display:"DeepSeek-V3.2-Whale",desc:"DeepSeek-V3.2",owner:"",supportType:["agent","chat","llm","cli"],multimodal:!1,internal:!0,defaultConfig:new JN({})}),new KN({id:"ide-whale/kimi_k2",display:"Kimi-K2",desc:"Kimi-K2",owner:"",supportType:["chat","llm"],multimodal:!1,internal:!0,defaultConfig:new JN({})})]}function UTe(t){return t.map(e=>LTe.fromModelInfo(e))}async function aqi(t){try{let e=t?{cwd:t}:{},{stdout:r,stderr:n}=await $cu("git remote get-url origin",e);return n&&console.error("Git command stderr:",n),r.trim()}catch(e){return console.error("Error getting git remote URL:",e),null}}function uqi(t){if(!t)return null;try{let e=t.trim();e.endsWith(".git")&&(e=e.slice(0,-4));let r=e.match(/^git@[^:]+:(.+)$/);if(r)return r[1];let n=e.match(/^https?:\/\/[^/]+\/(.+)$/);return n?n[1]:null}catch(e){return console.error("Error extracting repo path from git URL:",e),null}}async function cqi(t,e){try{let r=`https://code.alibaba-inc.com/api/v4/projects/settings/security_level?private_token=${e}&repos=${t}`,n=await fetch(r);if(!n.ok)return console.error(`Failed to fetch security level: ${n.status} ${n.statusText}`),null;let o=await n.json();return o.length===0?null:new MTe({repoPath:o[0].repo_path,securityLevel:o[0].security_level})}catch(r){return console.error("Error fetching security level:",r),null}}function $Te(t){return t.filter(e=>{let r=e.supportType.includes("cli"),n=wie(e.id)||wie(e.display),o=xie(e.id)||xie(e.display);return r&&!n&&!o})}function jTe(t,e){return!e||!e.isC3()?t:t.filter(r=>r.internal===!0)}async function Tj(t,e){let r=await aqi(e);if(!r)return console.error("Failed to get git remote URL"),null;let n=uqi(r);return n?cqi(n,t):(console.error("Failed to extract repo path from git URL:",r),null)}function Qcu(t){return t.find(e=>e.defaultConfig.default===!0)}function QTe(t){return[...t].sort((e,r)=>{let n=e.id.toLowerCase().includes("qwen3-coder")||e.display.toLowerCase().includes("qwen3-coder"),o=r.id.toLowerCase().includes("qwen3-coder")||r.display.toLowerCase().includes("qwen3-coder");return n&&!o?-1:!n&&o?1:e.display.localeCompare(r.display)})}var $cu,GTe=j(()=>{"use strict";Ot();J6r();X6r();Z6r();eyr();$cu=Ucu(Fcu)});import{spawn as mqi}from"child_process";import*as ngt from"fs/promises";import*as dqi from"path";import*as fqi from"os";var pqi,hqi,gqi,bqi,j1e,Aqi,AJ=j(()=>{"use strict";pqi=t=>t.startsWith("@")||/\s@/.test(t),hqi=t=>{if(!t.startsWith("/")||t.startsWith("//")||t.startsWith("/*"))return!1;let e=t.substring(1);return e.includes("/")&&!/\s+\//.test(e)?!1:e===""?!0:!!e.match(/^([a-zA-Z0-9_-]+)/)},gqi=t=>t==="/init",bqi=t=>t.startsWith("$"),j1e=async t=>{let e=(n,o,s)=>new Promise((a,u)=>{let c=s?mqi(n,o,s):mqi(n,o),m="";c.stderr&&c.stderr.on("data",d=>m+=d.toString()),c.on("error",u),c.on("close",d=>{if(d===0)return a();let f=m.trim();u(new Error(`'${n}' exited with code ${d}${f?`: ${f}`:""}`))}),c.stdin?(c.stdin.on("error",u),c.stdin.write(t),c.stdin.end()):u(new Error("Child process has no stdin stream to write to."))}),r={stdio:["pipe","inherit","pipe"]};switch(process.platform){case"win32":return(async()=>{let n=dqi.join(fqi.tmpdir(),`iflow-clipboard-${Date.now()}.txt`);try{await ngt.writeFile(n,t,"utf8"),await e("powershell",["-NoProfile","-NonInteractive","-Command",`Get-Content -Path '${n}' -Encoding UTF8 -Raw | Set-Clipboard`])}finally{try{await ngt.unlink(n)}catch{}}})();case"darwin":return e("pbcopy",[]);case"linux":try{await e("xclip",["-selection","clipboard"],r)}catch(n){try{await e("xsel",["--clipboard","--input"],r)}catch(o){let s=n instanceof Error&&n.code==="ENOENT",a=o instanceof Error&&o.code==="ENOENT";if(s&&a)throw new Error("Please ensure xclip or xsel is installed and configured.");let u=n instanceof Error?n.message:String(n);s&&(u="xclip not found");let c=o instanceof Error?o.message:String(o);throw a&&(c="xsel not found"),new Error(`All copy commands failed. "${u}", "${c}". `)}}return;default:throw new Error(`Unsupported platform: ${process.platform}`)}},Aqi=()=>{let t;switch(process.platform){case"darwin":t="open";break;case"win32":t="start";break;case"linux":t="xdg-open";break;default:t="xdg-open",console.warn(`Unknown platform: ${process.platform}. Attempting to open URLs with: ${t}.`);break}return t}});var vqi=T((D1l,Gcu)=>{Gcu.exports={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},binary:{interval:80,frames:["010010","001100","100101","111010","111101","010111","101011","111000","110011","110101"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[====]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u2764\uFE0F "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]},dwarfFortress:{interval:80,frames:[" \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A\u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 ","\u263A \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\u2588\xA3\xA3\xA3 "," \u263A \u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2588\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2593\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2592\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A\u2591\u2588\xA3\xA3\xA3 "," \u263A \u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2588\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2592\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A\u2591\xA3\xA3\xA3 "," \u263A \xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\xA3\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2593\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2592\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A\u2591\xA3\xA3 "," \u263A \xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\xA3\xA3 "," \u263A\u2593\xA3 "," \u263A\u2593\xA3 "," \u263A\u2592\xA3 "," \u263A\u2592\xA3 "," \u263A\u2591\xA3 "," \u263A\u2591\xA3 "," \u263A \xA3 "," \u263A\xA3 "," \u263A\xA3 "," \u263A\u2593 "," \u263A\u2593 "," \u263A\u2592 "," \u263A\u2592 "," \u263A\u2591 "," \u263A\u2591 "," \u263A "," \u263A &"," \u263A \u263C&"," \u263A \u263C &"," \u263A\u263C &"," \u263A\u263C & "," \u203C & "," \u263A & "," \u203C & "," \u263A & "," \u203C & "," \u263A & ","\u203C & "," & "," & "," & \u2591 "," & \u2592 "," & \u2593 "," & \xA3 "," & \u2591\xA3 "," & \u2592\xA3 "," & \u2593\xA3 "," & \xA3\xA3 "," & \u2591\xA3\xA3 "," & \u2592\xA3\xA3 ","& \u2593\xA3\xA3 ","& \xA3\xA3\xA3 "," \u2591\xA3\xA3\xA3 "," \u2592\xA3\xA3\xA3 "," \u2593\xA3\xA3\xA3 "," \u2588\xA3\xA3\xA3 "," \u2591\u2588\xA3\xA3\xA3 "," \u2592\u2588\xA3\xA3\xA3 "," \u2593\u2588\xA3\xA3\xA3 "," \u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2591\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2592\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2593\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "," \u2588\u2588\u2588\u2588\u2588\u2588\xA3\xA3\xA3 "]}}});var wqi=T((I1l,Sqi)=>{"use strict";var ogt=Object.assign({},vqi()),Cqi=Object.keys(ogt);Object.defineProperty(ogt,"random",{get(){let t=Math.floor(Math.random()*Cqi.length),e=Cqi[t];return ogt[e]}});Sqi.exports=ogt});var VTe,oyr=j(()=>{"use strict";VTe={cursor:"Cursor",emacs:"Emacs",neovim:"Neovim",vim:"Vim",vscode:"VS Code",vscodium:"VSCodium",windsurf:"Windsurf",zed:"Zed"}});var Oqi={};Wi(Oqi,{editorSettingsManager:()=>Wcu});var syr,Wcu,Nqi=j(()=>{"use strict";Ot();oyr();syr=class{availableEditors;constructor(){let e=Object.keys(VTe).sort();this.availableEditors=[{name:"None",type:"not_set",disabled:!1},...e.map(r=>{let n=v0e(r),o=C0e(r),s=o?"":" (Not available in sandbox)";return s=n?s:" (Not installed)",{name:VTe[r]+s,type:r,disabled:!n||!o}})]}getAvailableEditorDisplays(){return this.availableEditors}},Wcu=new syr});var Fqi=T((qfl,Mqi)=>{"use strict";var zcu="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";Mqi.exports=zcu});var Qqi=T((Hfl,jqi)=>{"use strict";var Ycu=Fqi();function Uqi(){}function $qi(){}$qi.resetWarningCache=Uqi;jqi.exports=function(){function t(n,o,s,a,u,c){if(c!==Ycu){var m=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw m.name="Invariant Violation",m}}t.isRequired=t;function e(){return t}var r={array:t,bigint:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:$qi,resetWarningCache:Uqi};return r.PropTypes=r,r}});var qqi=T((zfl,Gqi)=>{Gqi.exports=Qqi()();var Vfl,Wfl});var Vqi=T((Yfl,Hqi)=>{"use strict";Hqi.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var ayr=T((Kfl,zqi)=>{var WTe=Vqi(),Wqi={};for(let t of Object.keys(WTe))Wqi[WTe[t]]=t;var Gi={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};zqi.exports=Gi;for(let t of Object.keys(Gi)){if(!("channels"in Gi[t]))throw new Error("missing channels property: "+t);if(!("labels"in Gi[t]))throw new Error("missing channel labels property: "+t);if(Gi[t].labels.length!==Gi[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:r}=Gi[t];delete Gi[t].channels,delete Gi[t].labels,Object.defineProperty(Gi[t],"channels",{value:e}),Object.defineProperty(Gi[t],"labels",{value:r})}Gi.rgb.hsl=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(e,r,n),s=Math.max(e,r,n),a=s-o,u,c;s===o?u=0:e===s?u=(r-n)/a:r===s?u=2+(n-e)/a:n===s&&(u=4+(e-r)/a),u=Math.min(u*60,360),u<0&&(u+=360);let m=(o+s)/2;return s===o?c=0:m<=.5?c=a/(s+o):c=a/(2-s-o),[u,c*100,m*100]};Gi.rgb.hsv=function(t){let e,r,n,o,s,a=t[0]/255,u=t[1]/255,c=t[2]/255,m=Math.max(a,u,c),d=m-Math.min(a,u,c),f=function(p){return(m-p)/6/d+1/2};return d===0?(o=0,s=0):(s=d/m,e=f(a),r=f(u),n=f(c),a===m?o=n-r:u===m?o=1/3+e-n:c===m&&(o=2/3+r-e),o<0?o+=1:o>1&&(o-=1)),[o*360,s*100,m*100]};Gi.rgb.hwb=function(t){let e=t[0],r=t[1],n=t[2],o=Gi.rgb.hsl(t)[0],s=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[o,s*100,n*100]};Gi.rgb.cmyk=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(1-e,1-r,1-n),s=(1-e-o)/(1-o)||0,a=(1-r-o)/(1-o)||0,u=(1-n-o)/(1-o)||0;return[s*100,a*100,u*100,o*100]};function Kcu(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Gi.rgb.keyword=function(t){let e=Wqi[t];if(e)return e;let r=1/0,n;for(let o of Object.keys(WTe)){let s=WTe[o],a=Kcu(t,s);a<r&&(r=a,n=o)}return n};Gi.keyword.rgb=function(t){return WTe[t]};Gi.rgb.xyz=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255;e=e>.04045?((e+.055)/1.055)**2.4:e/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92;let o=e*.4124+r*.3576+n*.1805,s=e*.2126+r*.7152+n*.0722,a=e*.0193+r*.1192+n*.9505;return[o*100,s*100,a*100]};Gi.rgb.lab=function(t){let e=Gi.rgb.xyz(t),r=e[0],n=e[1],o=e[2];r/=95.047,n/=100,o/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;let s=116*n-16,a=500*(r-n),u=200*(n-o);return[s,a,u]};Gi.hsl.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100,o,s,a;if(r===0)return a=n*255,[a,a,a];n<.5?o=n*(1+r):o=n+r-n*r;let u=2*n-o,c=[0,0,0];for(let m=0;m<3;m++)s=e+1/3*-(m-1),s<0&&s++,s>1&&s--,6*s<1?a=u+(o-u)*6*s:2*s<1?a=o:3*s<2?a=u+(o-u)*(2/3-s)*6:a=u,c[m]=a*255;return c};Gi.hsl.hsv=function(t){let e=t[0],r=t[1]/100,n=t[2]/100,o=r,s=Math.max(n,.01);n*=2,r*=n<=1?n:2-n,o*=s<=1?s:2-s;let a=(n+r)/2,u=n===0?2*o/(s+o):2*r/(n+r);return[e,u*100,a*100]};Gi.hsv.rgb=function(t){let e=t[0]/60,r=t[1]/100,n=t[2]/100,o=Math.floor(e)%6,s=e-Math.floor(e),a=255*n*(1-r),u=255*n*(1-r*s),c=255*n*(1-r*(1-s));switch(n*=255,o){case 0:return[n,c,a];case 1:return[u,n,a];case 2:return[a,n,c];case 3:return[a,u,n];case 4:return[c,a,n];case 5:return[n,a,u]}};Gi.hsv.hsl=function(t){let e=t[0],r=t[1]/100,n=t[2]/100,o=Math.max(n,.01),s,a;a=(2-r)*n;let u=(2-r)*o;return s=r*o,s/=u<=1?u:2-u,s=s||0,a/=2,[e,s*100,a*100]};Gi.hwb.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100,o=r+n,s;o>1&&(r/=o,n/=o);let a=Math.floor(6*e),u=1-n;s=6*e-a,(a&1)!==0&&(s=1-s);let c=r+s*(u-r),m,d,f;switch(a){default:case 6:case 0:m=u,d=c,f=r;break;case 1:m=c,d=u,f=r;break;case 2:m=r,d=u,f=c;break;case 3:m=r,d=c,f=u;break;case 4:m=c,d=r,f=u;break;case 5:m=u,d=r,f=c;break}return[m*255,d*255,f*255]};Gi.cmyk.rgb=function(t){let e=t[0]/100,r=t[1]/100,n=t[2]/100,o=t[3]/100,s=1-Math.min(1,e*(1-o)+o),a=1-Math.min(1,r*(1-o)+o),u=1-Math.min(1,n*(1-o)+o);return[s*255,a*255,u*255]};Gi.xyz.rgb=function(t){let e=t[0]/100,r=t[1]/100,n=t[2]/100,o,s,a;return o=e*3.2406+r*-1.5372+n*-.4986,s=e*-.9689+r*1.8758+n*.0415,a=e*.0557+r*-.204+n*1.057,o=o>.0031308?1.055*o**(1/2.4)-.055:o*12.92,s=s>.0031308?1.055*s**(1/2.4)-.055:s*12.92,a=a>.0031308?1.055*a**(1/2.4)-.055:a*12.92,o=Math.min(Math.max(0,o),1),s=Math.min(Math.max(0,s),1),a=Math.min(Math.max(0,a),1),[o*255,s*255,a*255]};Gi.xyz.lab=function(t){let e=t[0],r=t[1],n=t[2];e/=95.047,r/=100,n/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116;let o=116*r-16,s=500*(e-r),a=200*(r-n);return[o,s,a]};Gi.lab.xyz=function(t){let e=t[0],r=t[1],n=t[2],o,s,a;s=(e+16)/116,o=r/500+s,a=s-n/200;let u=s**3,c=o**3,m=a**3;return s=u>.008856?u:(s-16/116)/7.787,o=c>.008856?c:(o-16/116)/7.787,a=m>.008856?m:(a-16/116)/7.787,o*=95.047,s*=100,a*=108.883,[o,s,a]};Gi.lab.lch=function(t){let e=t[0],r=t[1],n=t[2],o;o=Math.atan2(n,r)*360/2/Math.PI,o<0&&(o+=360);let a=Math.sqrt(r*r+n*n);return[e,a,o]};Gi.lch.lab=function(t){let e=t[0],r=t[1],o=t[2]/360*2*Math.PI,s=r*Math.cos(o),a=r*Math.sin(o);return[e,s,a]};Gi.rgb.ansi16=function(t,e=null){let[r,n,o]=t,s=e===null?Gi.rgb.hsv(t)[2]:e;if(s=Math.round(s/50),s===0)return 30;let a=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(r/255));return s===2&&(a+=60),a};Gi.hsv.ansi16=function(t){return Gi.rgb.ansi16(Gi.hsv.rgb(t),t[2])};Gi.rgb.ansi256=function(t){let e=t[0],r=t[1],n=t[2];return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)};Gi.ansi16.rgb=function(t){let e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];let r=(~~(t>50)+1)*.5,n=(e&1)*r*255,o=(e>>1&1)*r*255,s=(e>>2&1)*r*255;return[n,o,s]};Gi.ansi256.rgb=function(t){if(t>=232){let s=(t-232)*10+8;return[s,s,s]}t-=16;let e,r=Math.floor(t/36)/5*255,n=Math.floor((e=t%36)/6)/5*255,o=e%6/5*255;return[r,n,o]};Gi.rgb.hex=function(t){let r=(((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255)).toString(16).toUpperCase();return"000000".substring(r.length)+r};Gi.hex.rgb=function(t){let e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let r=e[0];e[0].length===3&&(r=r.split("").map(u=>u+u).join(""));let n=parseInt(r,16),o=n>>16&255,s=n>>8&255,a=n&255;return[o,s,a]};Gi.rgb.hcg=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.max(Math.max(e,r),n),s=Math.min(Math.min(e,r),n),a=o-s,u,c;return a<1?u=s/(1-a):u=0,a<=0?c=0:o===e?c=(r-n)/a%6:o===r?c=2+(n-e)/a:c=4+(e-r)/a,c/=6,c%=1,[c*360,a*100,u*100]};Gi.hsl.hcg=function(t){let e=t[1]/100,r=t[2]/100,n=r<.5?2*e*r:2*e*(1-r),o=0;return n<1&&(o=(r-.5*n)/(1-n)),[t[0],n*100,o*100]};Gi.hsv.hcg=function(t){let e=t[1]/100,r=t[2]/100,n=e*r,o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],n*100,o*100]};Gi.hcg.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100;if(r===0)return[n*255,n*255,n*255];let o=[0,0,0],s=e%1*6,a=s%1,u=1-a,c=0;switch(Math.floor(s)){case 0:o[0]=1,o[1]=a,o[2]=0;break;case 1:o[0]=u,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=a;break;case 3:o[0]=0,o[1]=u,o[2]=1;break;case 4:o[0]=a,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=u}return c=(1-r)*n,[(r*o[0]+c)*255,(r*o[1]+c)*255,(r*o[2]+c)*255]};Gi.hcg.hsv=function(t){let e=t[1]/100,r=t[2]/100,n=e+r*(1-e),o=0;return n>0&&(o=e/n),[t[0],o*100,n*100]};Gi.hcg.hsl=function(t){let e=t[1]/100,n=t[2]/100*(1-e)+.5*e,o=0;return n>0&&n<.5?o=e/(2*n):n>=.5&&n<1&&(o=e/(2*(1-n))),[t[0],o*100,n*100]};Gi.hcg.hwb=function(t){let e=t[1]/100,r=t[2]/100,n=e+r*(1-e);return[t[0],(n-e)*100,(1-n)*100]};Gi.hwb.hcg=function(t){let e=t[1]/100,n=1-t[2]/100,o=n-e,s=0;return o<1&&(s=(n-o)/(1-o)),[t[0],o*100,s*100]};Gi.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};Gi.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};Gi.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};Gi.gray.hsl=function(t){return[0,0,t[0]]};Gi.gray.hsv=Gi.gray.hsl;Gi.gray.hwb=function(t){return[0,100,t[0]]};Gi.gray.cmyk=function(t){return[0,0,0,t[0]]};Gi.gray.lab=function(t){return[t[0],0,0]};Gi.gray.hex=function(t){let e=Math.round(t[0]/100*255)&255,n=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(n.length)+n};Gi.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}});var Kqi=T((Jfl,Yqi)=>{var fgt=ayr();function Jcu(){let t={},e=Object.keys(fgt);for(let r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}function Xcu(t){let e=Jcu(),r=[t];for(e[t].distance=0;r.length;){let n=r.pop(),o=Object.keys(fgt[n]);for(let s=o.length,a=0;a<s;a++){let u=o[a],c=e[u];c.distance===-1&&(c.distance=e[n].distance+1,c.parent=n,r.unshift(u))}}return e}function Zcu(t,e){return function(r){return e(t(r))}}function elu(t,e){let r=[e[t].parent,t],n=fgt[e[t].parent][t],o=e[t].parent;for(;e[o].parent;)r.unshift(e[o].parent),n=Zcu(fgt[e[o].parent][o],n),o=e[o].parent;return n.conversion=r,n}Yqi.exports=function(t){let e=Xcu(t),r={},n=Object.keys(e);for(let o=n.length,s=0;s<o;s++){let a=n[s];e[a].parent!==null&&(r[a]=elu(a,e))}return r}});var Xqi=T((Xfl,Jqi)=>{var uyr=ayr(),tlu=Kqi(),G1e={},rlu=Object.keys(uyr);function nlu(t){let e=function(...r){let n=r[0];return n==null?n:(n.length>1&&(r=n),t(r))};return"conversion"in t&&(e.conversion=t.conversion),e}function ilu(t){let e=function(...r){let n=r[0];if(n==null)return n;n.length>1&&(r=n);let o=t(r);if(typeof o=="object")for(let s=o.length,a=0;a<s;a++)o[a]=Math.round(o[a]);return o};return"conversion"in t&&(e.conversion=t.conversion),e}rlu.forEach(t=>{G1e[t]={},Object.defineProperty(G1e[t],"channels",{value:uyr[t].channels}),Object.defineProperty(G1e[t],"labels",{value:uyr[t].labels});let e=tlu(t);Object.keys(e).forEach(n=>{let o=e[n];G1e[t][n]=ilu(o),G1e[t][n].raw=nlu(o)})});Jqi.exports=G1e});var iHi=T((Zfl,nHi)=>{"use strict";var Zqi=(t,e)=>(...r)=>`\x1B[${t(...r)+e}m`,eHi=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};5;${n}m`},tHi=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};2;${n[0]};${n[1]};${n[2]}m`},pgt=t=>t,rHi=(t,e,r)=>[t,e,r],q1e=(t,e,r)=>{Object.defineProperty(t,e,{get:()=>{let n=r();return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0}),n},enumerable:!0,configurable:!0})},cyr,H1e=(t,e,r,n)=>{cyr===void 0&&(cyr=Xqi());let o=n?10:0,s={};for(let[a,u]of Object.entries(cyr)){let c=a==="ansi16"?"ansi":a;a===e?s[c]=t(r,o):typeof u=="object"&&(s[c]=t(u[e],o))}return s};function olu(){let t=new Map,e={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.gray=e.color.blackBright,e.bgColor.bgGray=e.bgColor.bgBlackBright,e.color.grey=e.color.blackBright,e.bgColor.bgGrey=e.bgColor.bgBlackBright;for(let[r,n]of Object.entries(e)){for(let[o,s]of Object.entries(n))e[o]={open:`\x1B[${s[0]}m`,close:`\x1B[${s[1]}m`},n[o]=e[o],t.set(s[0],s[1]);Object.defineProperty(e,r,{value:n,enumerable:!1})}return Object.defineProperty(e,"codes",{value:t,enumerable:!1}),e.color.close="\x1B[39m",e.bgColor.close="\x1B[49m",q1e(e.color,"ansi",()=>H1e(Zqi,"ansi16",pgt,!1)),q1e(e.color,"ansi256",()=>H1e(eHi,"ansi256",pgt,!1)),q1e(e.color,"ansi16m",()=>H1e(tHi,"rgb",rHi,!1)),q1e(e.bgColor,"ansi",()=>H1e(Zqi,"ansi16",pgt,!0)),q1e(e.bgColor,"ansi256",()=>H1e(eHi,"ansi256",pgt,!0)),q1e(e.bgColor,"ansi16m",()=>H1e(tHi,"rgb",rHi,!0)),e}Object.defineProperty(nHi,"exports",{enumerable:!0,get:olu})});var sHi=T((epl,oHi)=>{"use strict";oHi.exports=(t,e=process.argv)=>{let r=t.startsWith("-")?"":t.length===1?"-":"--",n=e.indexOf(r+t),o=e.indexOf("--");return n!==-1&&(o===-1||n<o)}});var cHi=T((tpl,uHi)=>{"use strict";var slu=Ae("os"),aHi=Ae("tty"),Gv=sHi(),{env:I3}=process,Dj;Gv("no-color")||Gv("no-colors")||Gv("color=false")||Gv("color=never")?Dj=0:(Gv("color")||Gv("colors")||Gv("color=true")||Gv("color=always"))&&(Dj=1);"FORCE_COLOR"in I3&&(I3.FORCE_COLOR==="true"?Dj=1:I3.FORCE_COLOR==="false"?Dj=0:Dj=I3.FORCE_COLOR.length===0?1:Math.min(parseInt(I3.FORCE_COLOR,10),3));function lyr(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function myr(t,e){if(Dj===0)return 0;if(Gv("color=16m")||Gv("color=full")||Gv("color=truecolor"))return 3;if(Gv("color=256"))return 2;if(t&&!e&&Dj===void 0)return 0;let r=Dj||0;if(I3.TERM==="dumb")return r;if(process.platform==="win32"){let n=slu.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in I3)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in I3)||I3.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in I3)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(I3.TEAMCITY_VERSION)?1:0;if(I3.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in I3){let n=parseInt((I3.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(I3.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(I3.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(I3.TERM)||"COLORTERM"in I3?1:r}function alu(t){let e=myr(t,t&&t.isTTY);return lyr(e)}uHi.exports={supportsColor:alu,stdout:lyr(myr(!0,aHi.isatty(1))),stderr:lyr(myr(!0,aHi.isatty(2)))}});var mHi=T((rpl,lHi)=>{"use strict";var ulu=(t,e,r)=>{let n=t.indexOf(e);if(n===-1)return t;let o=e.length,s=0,a="";do a+=t.substr(s,n-s)+e+r,s=n+o,n=t.indexOf(e,s);while(n!==-1);return a+=t.substr(s),a},clu=(t,e,r,n)=>{let o=0,s="";do{let a=t[n-1]==="\r";s+=t.substr(o,(a?n-1:n)-o)+e+(a?`\r
|
|
5322
5322
|
`:`
|
|
5323
5323
|
`)+r,o=n+1,n=t.indexOf(`
|
|
5324
5324
|
`,o)}while(n!==-1);return s+=t.substr(o),s};lHi.exports={stringReplaceAll:ulu,stringEncaseCRLFWithFirstIndex:clu}});var gHi=T((npl,hHi)=>{"use strict";var llu=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,dHi=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,mlu=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,dlu=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,flu=new Map([["n",`
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"iflow-comm","version":"1.0.
|
|
1
|
+
{"name":"iflow-comm","version":"1.0.4","description":"A fork of iFlow CLI with custom command name iflow-comm - Now independent from @iflow-ai/iflow-cli","main":"index.js","bin":{"iflow-comm":"bin/iflow-comm.cjs"},"type":"module","engines":{"node":">=20.0.0"},"scripts":{"postinstall":"node scripts/iflow/postinstall-ripgrep.js"},"dependencies":{"asciify-image":"^0.1.10","gifuct-js":"^2.1.2","ink":"^6.5.0","node-notifier":"^10.0.1","react-devtools-core":"^6.1.5","shell-quote":"^1.8.3"},"optionalDependencies":{"@lydell/node-pty":"1.1.0","@lydell/node-pty-darwin-arm64":"1.1.0","@lydell/node-pty-darwin-x64":"1.1.0","@lydell/node-pty-linux-arm64":"1.1.0","@lydell/node-pty-linux-x64":"1.1.0","@lydell/node-pty-win32-arm64":"1.1.0","@lydell/node-pty-win32-x64":"1.1.0","node-pty":"^1.0.0"},"keywords":["ai","cli","assistant","iflow","iflow-comm"],"author":"","license":"MIT","repository":{"type":"git","url":"https://gitee.com/QQsakura/iflow-cli-comm.git"},"files":["bin/","bundle/","vendors/","scripts/iflow/","index.js","README.md","LICENSE"]}
|