context-mode 1.0.130 → 1.0.131
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/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.openclaw-plugin/openclaw.plugin.json +1 -1
- package/.openclaw-plugin/package.json +1 -1
- package/build/session/analytics.js +36 -10
- package/cli.bundle.mjs +136 -136
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/server.bundle.mjs +112 -112
package/cli.bundle.mjs
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
var
|
|
3
|
-
`)}function ka(t){let e=["javascript","shell"];return t.typescript&&e.push("typescript"),t.python&&e.push("python"),t.ruby&&e.push("ruby"),t.go&&e.push("go"),t.rust&&e.push("rust"),t.php&&e.push("php"),t.perl&&e.push("perl"),t.r&&e.push("r"),t.elixir&&e.push("elixir"),t.csharp&&e.push("csharp"),e}function g_(t,e,r){switch(e){case"javascript":return t.javascript.endsWith("bun")?[t.javascript,"run",r]:[t.javascript,r];case"typescript":if(!t.typescript)throw new Error("No TypeScript runtime available. Install one of: bun (recommended), tsx (npm i -g tsx), or ts-node.");return t.typescript?.endsWith("bun")?[t.typescript,"run",r]:t.typescript==="tsx"?["tsx",r]:["ts-node",r];case"python":if(!t.python)throw new Error("No Python runtime available. Install python3 or python.");return[t.python,r];case"shell":{if(process.platform==="win32"){let s=t.shell.toLowerCase();if(s.includes("bash")||s.endsWith("/sh")||s.endsWith("\\sh.exe")){let o=r.replace(/'/g,"'\\''");return[t.shell,"-c",`source '${o}'`]}if(s.includes("powershell")||s.includes("pwsh"))return[t.shell,"-File",r]}return[t.shell,r]}case"ruby":if(!t.ruby)throw new Error("Ruby not available. Install ruby.");return[t.ruby,r];case"go":if(!t.go)throw new Error("Go not available. Install go.");return["go","run",r];case"rust":{if(!t.rust)throw new Error("Rust not available. Install rustc via https://rustup.rs");return["__rust_compile_run__",r]}case"php":if(!t.php)throw new Error("PHP not available. Install php.");return["php",r];case"perl":if(!t.perl)throw new Error("Perl not available. Install perl.");return["perl",r];case"r":if(!t.r)throw new Error("R not available. Install R / Rscript.");return[t.r,r];case"elixir":if(!t.elixir)throw new Error("Elixir not available. Install elixir.");return["elixir",r];case"csharp":if(!t.csharp)throw new Error("C# not available. Install dotnet-script via `dotnet tool install -g dotnet-script`.");return[t.csharp,r]}}var uP,No,wa=b(()=>{"use strict";uP=/^(bash|sh|zsh|dash|pwsh|powershell|cmd)(\.exe)?$/i;No=process.platform==="win32"});function be(t){let e=process.execPath.replace(/\\/g,"/"),r=t.replace(/\\/g,"/");return`"${e}" "${r}"`}function Ea(t){if(typeof t!="string"||t.length===0)return null;let e=t.match(/^"([^"]+)"\s+"([^"]+)"\s*$/);return e?{nodePath:e[1],scriptPath:e[2]}:null}var xr=b(()=>{"use strict"});function mP(t){let e=[];if(t&&typeof t=="object"){let r=t.command;typeof r=="string"&&e.push(r);let n=t.hooks;if(Array.isArray(n)){for(let s of n)if(s&&typeof s=="object"){let o=s.command;typeof o=="string"&&e.push(o)}}}return e}function fP(t){let e=Ea(t);if(e)return e.scriptPath.endsWith(".mjs")?e.scriptPath:null;let r=t.match(/^\s*node\s+"([^"]+\.mjs)"\s*$/);if(r)return r[1];let n=t.match(/^\s*node\s+(\S+\.mjs)\s*$/);return n?n[1]:null}function $a(t,e){let r=new Set,n=t.generateHookConfig(e);for(let s of Object.values(n))if(Array.isArray(s))for(let o of s)for(let i of mP(o)){let a=fP(i);a&&r.add(a)}return[...r]}var Dl=b(()=>{"use strict";xr()});import{resolve as Do}from"node:path";import{homedir as Ml}from"node:os";import{createRequire as hP}from"node:module";function Ze(t=process.env){let e=t.CLAUDE_CONFIG_DIR;return e&&e.trim()!==""?e.startsWith("~")?Do(Ml(),e.replace(/^~[/\\]?/,"")):Do(e):Do(Ml(),".claude")}function gP(t=process.env){return Do(Ze(t),"settings.json")}function jl(t=process.env){let e=[],r=null,n=null;try{let i=hP(import.meta.url)("../adapters/detect.js");r=i.detectPlatform(),n=i.getSessionDirSegments}catch{}if(r&&n&&r.platform!=="claude-code"){let o=n(r.platform);o&&o.length>0&&e.push(Do(Ml(),...o,"settings.json"))}let s=gP(t);return e.includes(s)||e.push(s),e}var Xr=b(()=>{"use strict"});var w_,E_=b(()=>{"use strict";w_={"claude-code":"claude-code","gemini-cli-mcp-client":"gemini-cli","antigravity-client":"antigravity","cursor-vscode":"cursor","Visual-Studio-Code":"vscode-copilot","JetBrains Client":"jetbrains-copilot","IntelliJ IDEA":"jetbrains-copilot",PyCharm:"jetbrains-copilot",Codex:"codex","codex-mcp-client":"codex","Kilo Code":"kilo","Kiro CLI":"kiro","Pi CLI":"pi","Pi Coding Agent":"pi","omp-coding-agent":"omp",Zed:"zed",zed:"zed","qwen-code":"qwen-code","qwen-cli-mcp-client":"qwen-code"}});import{join as Ul}from"node:path";import{accessSync as EP,copyFileSync as $P,constants as TP,mkdirSync as PP}from"node:fs";import{homedir as $_}from"node:os";var ke,Ct=b(()=>{"use strict";ke=class{constructor(e){this.sessionDirSegments=e}getSessionDir(){let e=Ul($_(),...this.sessionDirSegments,"context-mode","sessions");return PP(e,{recursive:!0}),e}getConfigDir(e){return Ul($_(),...this.sessionDirSegments)}getInstructionFiles(){return["CLAUDE.md"]}getMemoryDir(){return Ul(this.getConfigDir(),"memory")}backupSettings(){let e=this.getSettingsPath();try{EP(e,TP.R_OK);let r=e+".bak";return $P(e,r),r}catch{return null}}}});var $s,Hl=b(()=>{"use strict";Ct();$s=class extends ke{parsePreToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},sessionId:this.extractSessionId(r),projectDir:process.env[this.projectDirEnvVar]??process.cwd(),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},toolOutput:r.tool_output,isError:r.is_error,sessionId:this.extractSessionId(r),projectDir:process.env[this.projectDirEnvVar]??process.cwd(),raw:e}}parsePreCompactInput(e){let r=e;return{sessionId:this.extractSessionId(r),projectDir:process.env[this.projectDirEnvVar]??process.cwd(),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:process.env[this.projectDirEnvVar]??process.cwd(),raw:e}}formatPreToolUseResponse(e){if(e.decision==="deny")return{permissionDecision:"deny",reason:e.reason??"Blocked by context-mode hook"};if(e.decision==="modify"&&e.updatedInput)return{updatedInput:e.updatedInput};if(e.decision==="context"&&e.additionalContext)return{additionalContext:e.additionalContext};if(e.decision==="ask")return{permissionDecision:"ask"}}formatPostToolUseResponse(e){let r={};return e.additionalContext&&(r.additionalContext=e.additionalContext),e.updatedOutput&&(r.updatedMCPToolOutput=e.updatedOutput),Object.keys(r).length>0?r:void 0}formatPreCompactResponse(e){return e.context??""}formatSessionStartResponse(e){return e.context??""}}});async function RP(){if(Ts)return Ts;if(Mo)return null;try{let t=[new URL("../../scripts/plugin-cache-integrity.mjs",import.meta.url),new URL("./scripts/plugin-cache-integrity.mjs",import.meta.url)],e=null;for(let r of t)try{let n=await import(r.href);if(typeof n?.assertPluginCacheIntegrity=="function")return Ts=n,Ts}catch(n){e=n}return Mo=e instanceof Error?e.message:String(e??"not found"),null}catch(t){return Mo=t instanceof Error?t.message:String(t),null}}function T_(t){if(Ts){let e=Ts.assertPluginCacheIntegrity({pluginRoot:t});return e.ok?{status:"OK",detail:`${t} (all required runtime siblings present)`}:{status:"FAIL",detail:`missing: ${e.missing.join(", ")}`}}return Mo?{status:"FAIL",detail:`integrity helper unavailable: ${Mo}`}:{status:"FAIL",detail:"integrity helper not yet loaded"}}var Ts,Mo,P_=b(()=>{"use strict";Ts=null,Mo=null;RP()});function jo(t,e){let r=En[e],n=Bl(e);return t.hooks?.some(s=>s.command?.includes(r)||s.command?.includes(n))??!1}function Bl(t,e){if(e){let r=En[t];return be(`${e}/hooks/${r}`)}return`context-mode hook claude-code ${t.toLowerCase()}`}function ql(t){let e=Ea(t);if(e)return e.scriptPath.endsWith(".mjs")?e.scriptPath:null;let r=t.match(/^\s*node\s+"([^"]+\.mjs)"\s*$/);if(r)return r[1];let n=t.match(/^\s*node\s+(\S+\.mjs)\s*$/);return n?n[1]:null}function O_(t){let e=Object.values(En);return t.hooks?.some(r=>r.command!=null&&(e.some(n=>r.command.includes(n))||r.command.includes("context-mode hook")))??!1}var nr,CP,Zl,R_,OP,OH,En,C_,IH,I_=b(()=>{"use strict";xr();nr={PRE_TOOL_USE:"PreToolUse",POST_TOOL_USE:"PostToolUse",PRE_COMPACT:"PreCompact",SESSION_START:"SessionStart",USER_PROMPT_SUBMIT:"UserPromptSubmit"},CP="mcp__",Zl=["Bash","WebFetch","Read","Grep","Agent","mcp__plugin_context-mode_context-mode__ctx_execute","mcp__plugin_context-mode_context-mode__ctx_execute_file","mcp__plugin_context-mode_context-mode__ctx_batch_execute",CP],R_=Zl.join("|"),OP=["Bash","Read","Write","Edit","NotebookEdit","Glob","Grep","TodoWrite","TaskCreate","TaskUpdate","EnterPlanMode","ExitPlanMode","Skill","Agent","AskUserQuestion","EnterWorktree","mcp__"],OH=OP.join("|"),En={PreToolUse:"pretooluse.mjs",PostToolUse:"posttooluse.mjs",PreCompact:"precompact.mjs",SessionStart:"sessionstart.mjs",UserPromptSubmit:"userpromptsubmit.mjs"},C_=[nr.PRE_TOOL_USE,nr.SESSION_START],IH=[nr.POST_TOOL_USE,nr.PRE_COMPACT,nr.USER_PROMPT_SUBMIT]});var Wl={};Fe(Wl,{ClaudeCodeAdapter:()=>Vl});import{readFileSync as Ta,writeFileSync as A_,existsSync as N_,readdirSync as IP,chmodSync as AP,accessSync as NP,mkdirSync as DP,constants as MP}from"node:fs";import{resolve as Pa,join as $n}from"node:path";import{homedir as D_}from"node:os";var Vl,Gl=b(()=>{"use strict";Hl();Xr();P_();xr();I_();Vl=class extends $s{constructor(){super([".claude"])}name="Claude Code";paradigm="json-stdio";projectDirEnvVar="CLAUDE_PROJECT_DIR";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!0,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!0,canInjectSessionContext:!0};getConfigDir(e){return Ze()}getSessionDir(){let e=$n(this.getConfigDir(),"context-mode","sessions");return DP(e,{recursive:!0}),e}getSettingsPath(){return $n(this.getConfigDir(),"settings.json")}generateHookConfig(e){let r=be(`${e}/hooks/pretooluse.mjs`);return{PreToolUse:[...Zl].map(s=>({matcher:s,hooks:[{type:"command",command:r}]})),PostToolUse:[{matcher:"",hooks:[{type:"command",command:be(`${e}/hooks/posttooluse.mjs`)}]}],PreCompact:[{matcher:"",hooks:[{type:"command",command:be(`${e}/hooks/precompact.mjs`)}]}],UserPromptSubmit:[{matcher:"",hooks:[{type:"command",command:be(`${e}/hooks/userpromptsubmit.mjs`)}]}],SessionStart:[{matcher:"",hooks:[{type:"command",command:be(`${e}/hooks/sessionstart.mjs`)}]}]}}readSettings(){try{let e=Ta(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){A_(this.getSettingsPath(),JSON.stringify(e,null,2)+`
|
|
4
|
-
`,"utf-8")}validateHooks(e){let r=[],n=this.readSettings();if(!n)return r.push({check:"PreToolUse hook",status:"fail",message:`Could not read ${this.getSettingsPath()}`,fix:"context-mode upgrade"}),r;let s=n.hooks,o=this.readPluginHooks(e),i=this.checkHookType(s,o,
|
|
5
|
-
`,"utf-8")}catch{}}extractSessionId(e){if(e.transcript_path){let r=e.transcript_path.match(/([a-f0-9-]{36})\.jsonl$/);if(r)return r[1]}return e.session_id?e.session_id:process.env.CLAUDE_SESSION_ID?process.env.CLAUDE_SESSION_ID:`pid-${process.ppid}`}}});function
|
|
6
|
-
`,"utf-8")}validateHooks(e){let r=[],n=this.readSettings();if(!n)return r.push({check:"BeforeTool hook",status:"fail",message:"Could not read ~/.gemini/settings.json",fix:"context-mode upgrade"}),r;let s=n.hooks,o=s?.[Te.BEFORE_TOOL];if(o&&o.length>0){let a=o.some(c=>c.hooks?.some(u=>u.command?.includes("context-mode")));r.push({check:"BeforeTool hook",status:a?"pass":"fail",message:a?"BeforeTool hook configured":"BeforeTool exists but does not point to context-mode",fix:a?void 0:"context-mode upgrade"})}else r.push({check:"BeforeTool hook",status:"fail",message:"No BeforeTool hooks found",fix:"context-mode upgrade"});let i=s?.[Te.SESSION_START];if(i&&i.length>0){let a=i.some(c=>c.hooks?.some(u=>u.command?.includes("context-mode")));r.push({check:"SessionStart hook",status:a?"pass":"fail",message:a?"SessionStart hook configured":"SessionStart exists but does not point to context-mode",fix:a?void 0:"context-mode upgrade"})}else r.push({check:"SessionStart hook",status:"fail",message:"No SessionStart hooks found",fix:"context-mode upgrade"});return r}checkPluginRegistration(){let e=this.readSettings();if(!e)return{check:"Plugin registration",status:"warn",message:"Could not read ~/.gemini/settings.json"};let r=e.extensions;return r&&(Array.isArray(r)?r.some(s=>typeof s=="string"&&s.includes("context-mode")):Object.keys(r).some(s=>s.includes("context-mode")))?{check:"Plugin registration",status:"pass",message:"context-mode found in extensions"}:{check:"Plugin registration",status:"warn",message:"context-mode not found in extensions (might be using standalone MCP mode)"}}getInstalledVersion(){try{let e=
|
|
7
|
-
`,"utf-8")}catch{}}getProjectDir(e){return e.cwd??process.env.GEMINI_PROJECT_DIR??process.env.CLAUDE_PROJECT_DIR??process.cwd()}extractSessionId(e){return e.session_id?e.session_id:`pid-${process.ppid}`}}});var
|
|
8
|
-
`,"utf-8")}validateHooks(e){let r=[],n=this.readSettings();if(!n)return r.push({check:"Plugin configuration",status:"fail",message:`Could not read ${this.platform}.json or ${this.platform}.jsonc`,fix:"context-mode upgrade"}),r;let s=this.hasContextModePlugin(n);return Array.isArray(n.plugin)?r.push({check:"Plugin registration",status:s?"pass":"fail",message:s?"context-mode found in plugin array":"context-mode not found in plugin array",fix:s?void 0:"context-mode upgrade"}):r.push({check:"Plugin registration",status:"fail",message:`No plugin array found in ${this.platform}.json or ${this.platform}.jsonc`,fix:"context-mode upgrade"}),r.push({check:"SessionStart hook",status:"pass",message:"SessionStart via experimental.chat.system.transform surrogate (native hook pending #14808, #5409)"}),r}checkPluginRegistration(){let e=this.readSettings();return e?this.hasContextModePlugin(e)?{check:"Plugin registration",status:"pass",message:"context-mode found in plugin array"}:{check:"Plugin registration",status:"fail",message:`context-mode not found in ${this.platform}.json plugin array`,fix:"context-mode upgrade"}:{check:"Plugin registration",status:"warn",message:`Could not read ${this.platform}.json or ${this.platform}.jsonc`}}getInstalledVersion(){try{let e=
|
|
9
|
-
`,"utf-8")}validateHooks(e){let r=[],n=this.readSettings();if(!n)return r.push({check:"Plugin configuration",status:"fail",message:"Could not read openclaw.json",fix:"context-mode upgrade"}),r;let s=n.plugins,o=s?.entries;if(o){let a=Object.keys(o).some(c=>c.includes("context-mode"));if(r.push({check:"Plugin registration",status:a?"pass":"fail",message:a?"context-mode found in plugins.entries":"context-mode not found in plugins.entries",fix:a?void 0:"context-mode upgrade"}),a){let u=o["context-mode"]?.enabled!==!1;r.push({check:"Plugin enabled",status:u?"pass":"warn",message:u?"context-mode plugin is enabled":"context-mode plugin is disabled"})}}else r.push({check:"Plugin registration",status:"fail",message:"No plugins.entries found in openclaw.json",fix:"context-mode upgrade"});return s?.slots?.contextEngine==="context-mode"?r.push({check:"Context engine",status:"pass",message:"context-mode registered as context engine (owns compaction)"}):r.push({check:"Context engine",status:"warn",message:"context-mode not set as context engine \u2014 compaction will use default engine"}),r}checkPluginRegistration(){let e=this.readSettings();if(!e)return{check:"Plugin registration",status:"warn",message:"Could not read openclaw.json"};let n=e.plugins?.entries;return n&&Object.keys(n).some(o=>o.includes("context-mode"))?{check:"Plugin registration",status:"pass",message:"context-mode found in plugins.entries"}:{check:"Plugin registration",status:"fail",message:"context-mode not found in openclaw.json plugins.entries",fix:"context-mode upgrade"}}getInstalledVersion(){try{let e=
|
|
10
|
-
`):null}function
|
|
2
|
+
var kT=Object.create;var xl=Object.defineProperty;var wT=Object.getOwnPropertyDescriptor;var ET=Object.getOwnPropertyNames;var $T=Object.getPrototypeOf,TT=Object.prototype.hasOwnProperty;var x=(t,e)=>()=>(t&&(e=t(t=0)),e);var D=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ue=(t,e)=>{for(var r in e)xl(t,r,{get:e[r],enumerable:!0})},PT=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of ET(e))!TT.call(t,s)&&s!==r&&xl(t,s,{get:()=>e[s],enumerable:!(n=wT(e,s))||n.enumerable});return t};var Io=(t,e,r)=>(r=t!=null?kT($T(t)):{},PT(e||!t||!t.__esModule?xl(r,"default",{value:t,enumerable:!0}):r,t));var Pl=D((PU,a_)=>{"use strict";var Tl={to(t,e){return e?`\x1B[${e+1};${t+1}H`:`\x1B[${t+1}G`},move(t,e){let r="";return t<0?r+=`\x1B[${-t}D`:t>0&&(r+=`\x1B[${t}C`),e<0?r+=`\x1B[${-e}A`:e>0&&(r+=`\x1B[${e}B`),r},up:(t=1)=>`\x1B[${t}A`,down:(t=1)=>`\x1B[${t}B`,forward:(t=1)=>`\x1B[${t}C`,backward:(t=1)=>`\x1B[${t}D`,nextLine:(t=1)=>"\x1B[E".repeat(t),prevLine:(t=1)=>"\x1B[F".repeat(t),left:"\x1B[G",hide:"\x1B[?25l",show:"\x1B[?25h",save:"\x1B7",restore:"\x1B8"},zT={up:(t=1)=>"\x1B[S".repeat(t),down:(t=1)=>"\x1B[T".repeat(t)},LT={screen:"\x1B[2J",up:(t=1)=>"\x1B[1J".repeat(t),down:(t=1)=>"\x1B[J".repeat(t),line:"\x1B[2K",lineEnd:"\x1B[K",lineStart:"\x1B[1K",lines(t){let e="";for(let r=0;r<t;r++)e+=this.line+(r<t-1?Tl.up():"");return t&&(e+=Tl.left),e}};a_.exports={cursor:Tl,scroll:zT,erase:LT,beep:"\x07"}});var f_=D((lH,Dl)=>{var Sa=process||{},p_=Sa.argv||[],xa=Sa.env||{},lP=!(xa.NO_COLOR||p_.includes("--no-color"))&&(!!xa.FORCE_COLOR||p_.includes("--color")||Sa.platform==="win32"||(Sa.stdout||{}).isTTY&&xa.TERM!=="dumb"||!!xa.CI),dP=(t,e,r=t)=>n=>{let s=""+n,o=s.indexOf(e,t.length);return~o?t+pP(s,e,r,o)+e:t+s+e},pP=(t,e,r,n)=>{let s="",o=0;do s+=t.substring(o,n)+r,o=n+e.length,n=t.indexOf(e,o);while(~n);return s+t.substring(o)},m_=(t=lP)=>{let e=t?dP:()=>String;return{isColorSupported:t,reset:e("\x1B[0m","\x1B[0m"),bold:e("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:e("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:e("\x1B[3m","\x1B[23m"),underline:e("\x1B[4m","\x1B[24m"),inverse:e("\x1B[7m","\x1B[27m"),hidden:e("\x1B[8m","\x1B[28m"),strikethrough:e("\x1B[9m","\x1B[29m"),black:e("\x1B[30m","\x1B[39m"),red:e("\x1B[31m","\x1B[39m"),green:e("\x1B[32m","\x1B[39m"),yellow:e("\x1B[33m","\x1B[39m"),blue:e("\x1B[34m","\x1B[39m"),magenta:e("\x1B[35m","\x1B[39m"),cyan:e("\x1B[36m","\x1B[39m"),white:e("\x1B[37m","\x1B[39m"),gray:e("\x1B[90m","\x1B[39m"),bgBlack:e("\x1B[40m","\x1B[49m"),bgRed:e("\x1B[41m","\x1B[49m"),bgGreen:e("\x1B[42m","\x1B[49m"),bgYellow:e("\x1B[43m","\x1B[49m"),bgBlue:e("\x1B[44m","\x1B[49m"),bgMagenta:e("\x1B[45m","\x1B[49m"),bgCyan:e("\x1B[46m","\x1B[49m"),bgWhite:e("\x1B[47m","\x1B[49m"),blackBright:e("\x1B[90m","\x1B[39m"),redBright:e("\x1B[91m","\x1B[39m"),greenBright:e("\x1B[92m","\x1B[39m"),yellowBright:e("\x1B[93m","\x1B[39m"),blueBright:e("\x1B[94m","\x1B[39m"),magentaBright:e("\x1B[95m","\x1B[39m"),cyanBright:e("\x1B[96m","\x1B[39m"),whiteBright:e("\x1B[97m","\x1B[39m"),bgBlackBright:e("\x1B[100m","\x1B[49m"),bgRedBright:e("\x1B[101m","\x1B[49m"),bgGreenBright:e("\x1B[102m","\x1B[49m"),bgYellowBright:e("\x1B[103m","\x1B[49m"),bgBlueBright:e("\x1B[104m","\x1B[49m"),bgMagentaBright:e("\x1B[105m","\x1B[49m"),bgCyanBright:e("\x1B[106m","\x1B[49m"),bgWhiteBright:e("\x1B[107m","\x1B[49m")}};Dl.exports=m_();Dl.exports.createColors=m_});import{execFileSync as h_,execSync as Do}from"node:child_process";import{existsSync as ka}from"node:fs";function fP(t){let e=t.split(/[\\/]/),r=e[e.length-1];return mP.test(r)}function Je(t){try{let e=Mo?`where ${t}`:`command -v ${t}`;return Do(e,{stdio:"pipe"}),!0}catch{return!1}}function Ml(t){if(Mo)try{let r=Do(`where ${t}`,{encoding:"utf-8",stdio:"pipe"}).trim().split(/\r?\n/).map(s=>s.trim()).filter(Boolean);if(r.length===0||r.filter(s=>!/\\Microsoft\\WindowsApps\\/i.test(s)).length===0)return!1}catch{return!1}else if(!Je(t))return!1;try{return Mo?Do(`"${t}" --version`,{stdio:"pipe",timeout:5e3}):h_(t,["--version"],{stdio:"pipe",timeout:1500}),!0}catch{return!1}}function g_(){if(Je("bun"))return!0;for(let t of y_())if(ka(t))return!0;return!1}function hP(){for(let e of y_())if(ka(e))return e;if(Je("bun"))return"bun";let t=process.env.HOME??process.env.USERPROFILE??"";return Mo?`${t}\\.bun\\bin\\bun.exe`:`${t}/.bun/bin/bun`}function y_(){let t=process.env.HOME??process.env.USERPROFILE??"";if(Mo){let e=process.env.LOCALAPPDATA??"",r=process.env.APPDATA??"";return[...t?[`${t}\\.bun\\bin\\bun.exe`]:[],...e?[`${e}\\bun\\bin\\bun.exe`]:[],...r?[`${r}\\npm\\node_modules\\bun\\bin\\bun.exe`]:[]]}return t?[`${t}/.bun/bin/bun`]:[]}function gP(){let t=["C:\\Program Files\\Git\\usr\\bin\\bash.exe","C:\\Program Files (x86)\\Git\\usr\\bin\\bash.exe"];for(let e of t)if(ka(e))return e;try{let r=Do("where bash",{encoding:"utf-8",stdio:"pipe"}).trim().split(/\r?\n/).map(n=>n.trim()).filter(Boolean);for(let n of r){let s=n.toLowerCase();if(!(s.includes("system32")||s.includes("windowsapps")))return n}return null}catch{return null}}function zt(t,e=["--version"]){try{if(process.platform==="win32"){let r=[t,...e].map(n=>/[\s"&|<>^()%!]/.test(n)?JSON.stringify(n):n).join(" ");return Do(r,{encoding:"utf-8",stdio:["pipe","pipe","pipe"],timeout:5e3}).trim().split(/\r?\n/)[0]}else return h_(t,e,{encoding:"utf-8",stdio:["pipe","pipe","pipe"],timeout:5e3}).trim().split(/\r?\n/)[0]}catch{return"unknown"}}function Es(){let e=g_()?hP():null,r=process.env.SHELL,n=r&&ka(r)&&fP(r)?r:null,s=process.platform==="win32";return{javascript:e??process.execPath,typescript:e||(Je("tsx")?"tsx":Je("ts-node")?"ts-node":null),python:Ml("python3")?"python3":Ml("python")?"python":Ml("py")?"py":null,shell:n??(s?gP()??(Je("sh")?"sh":Je("powershell")?"powershell":"cmd.exe"):Je("bash")?"bash":"sh"),ruby:Je("ruby")?"ruby":null,go:Je("go")?"go":null,rust:Je("rustc")?"rustc":null,php:Je("php")?"php":null,perl:Je("perl")?"perl":null,r:Je("Rscript")?"Rscript":Je("r")?"r":null,elixir:Je("elixir")?"elixir":null,csharp:Je("dotnet-script")?"dotnet-script":null}}function $s(){return g_()}function wa(t){let e=[],r=t.javascript?.endsWith("bun")??!1;return e.push(` JavaScript: ${t.javascript} (${zt(t.javascript)})${r?" \u26A1":""}`),t.typescript?e.push(` TypeScript: ${t.typescript} (${zt(t.typescript)})`):e.push(" TypeScript: not available (install bun, tsx, or ts-node)"),t.python?e.push(` Python: ${t.python} (${zt(t.python)})`):e.push(" Python: not available"),e.push(` Shell: ${t.shell} (${zt(t.shell)})`),t.ruby&&e.push(` Ruby: ${t.ruby} (${zt(t.ruby)})`),t.go&&e.push(` Go: ${t.go} (${zt(t.go,["version"])})`),t.rust&&e.push(` Rust: ${t.rust} (${zt(t.rust)})`),t.php&&e.push(` PHP: ${t.php} (${zt(t.php)})`),t.perl&&e.push(` Perl: ${t.perl} (${zt(t.perl)})`),t.r&&e.push(` R: ${t.r} (${zt(t.r)})`),t.elixir&&e.push(` Elixir: ${t.elixir} (${zt(t.elixir)})`),t.csharp&&e.push(` C#: ${t.csharp} (${zt(t.csharp)})`),r||(e.push(""),e.push(" Tip: Install Bun for 3-5x faster JS/TS execution \u2192 https://bun.sh")),e.join(`
|
|
3
|
+
`)}function Ea(t){let e=["javascript","shell"];return t.typescript&&e.push("typescript"),t.python&&e.push("python"),t.ruby&&e.push("ruby"),t.go&&e.push("go"),t.rust&&e.push("rust"),t.php&&e.push("php"),t.perl&&e.push("perl"),t.r&&e.push("r"),t.elixir&&e.push("elixir"),t.csharp&&e.push("csharp"),e}function __(t,e,r){switch(e){case"javascript":return t.javascript.endsWith("bun")?[t.javascript,"run",r]:[t.javascript,r];case"typescript":if(!t.typescript)throw new Error("No TypeScript runtime available. Install one of: bun (recommended), tsx (npm i -g tsx), or ts-node.");return t.typescript?.endsWith("bun")?[t.typescript,"run",r]:t.typescript==="tsx"?["tsx",r]:["ts-node",r];case"python":if(!t.python)throw new Error("No Python runtime available. Install python3 or python.");return[t.python,r];case"shell":{if(process.platform==="win32"){let s=t.shell.toLowerCase();if(s.includes("bash")||s.endsWith("/sh")||s.endsWith("\\sh.exe")){let o=r.replace(/'/g,"'\\''");return[t.shell,"-c",`source '${o}'`]}if(s.includes("powershell")||s.includes("pwsh"))return[t.shell,"-File",r]}return[t.shell,r]}case"ruby":if(!t.ruby)throw new Error("Ruby not available. Install ruby.");return[t.ruby,r];case"go":if(!t.go)throw new Error("Go not available. Install go.");return["go","run",r];case"rust":{if(!t.rust)throw new Error("Rust not available. Install rustc via https://rustup.rs");return["__rust_compile_run__",r]}case"php":if(!t.php)throw new Error("PHP not available. Install php.");return["php",r];case"perl":if(!t.perl)throw new Error("Perl not available. Install perl.");return["perl",r];case"r":if(!t.r)throw new Error("R not available. Install R / Rscript.");return[t.r,r];case"elixir":if(!t.elixir)throw new Error("Elixir not available. Install elixir.");return["elixir",r];case"csharp":if(!t.csharp)throw new Error("C# not available. Install dotnet-script via `dotnet tool install -g dotnet-script`.");return[t.csharp,r]}}var mP,Mo,$a=x(()=>{"use strict";mP=/^(bash|sh|zsh|dash|pwsh|powershell|cmd)(\.exe)?$/i;Mo=process.platform==="win32"});function xe(t){let e=process.execPath.replace(/\\/g,"/"),r=t.replace(/\\/g,"/");return`"${e}" "${r}"`}function Ta(t){if(typeof t!="string"||t.length===0)return null;let e=t.match(/^"([^"]+)"\s+"([^"]+)"\s*$/);return e?{nodePath:e[1],scriptPath:e[2]}:null}var Sr=x(()=>{"use strict"});function yP(t){let e=[];if(t&&typeof t=="object"){let r=t.command;typeof r=="string"&&e.push(r);let n=t.hooks;if(Array.isArray(n)){for(let s of n)if(s&&typeof s=="object"){let o=s.command;typeof o=="string"&&e.push(o)}}}return e}function _P(t){let e=Ta(t);if(e)return e.scriptPath.endsWith(".mjs")?e.scriptPath:null;let r=t.match(/^\s*node\s+"([^"]+\.mjs)"\s*$/);if(r)return r[1];let n=t.match(/^\s*node\s+(\S+\.mjs)\s*$/);return n?n[1]:null}function Pa(t,e){let r=new Set,n=t.generateHookConfig(e);for(let s of Object.values(n))if(Array.isArray(s))for(let o of s)for(let i of yP(o)){let a=_P(i);a&&r.add(a)}return[...r]}var jl=x(()=>{"use strict";Sr()});import{resolve as jo}from"node:path";import{homedir as zl}from"node:os";import{createRequire as vP}from"node:module";function Be(t=process.env){let e=t.CLAUDE_CONFIG_DIR;return e&&e.trim()!==""?e.startsWith("~")?jo(zl(),e.replace(/^~[/\\]?/,"")):jo(e):jo(zl(),".claude")}function bP(t=process.env){return jo(Be(t),"settings.json")}function Ll(t=process.env){let e=[],r=null,n=null;try{let i=vP(import.meta.url)("../adapters/detect.js");r=i.detectPlatform(),n=i.getSessionDirSegments}catch{}if(r&&n&&r.platform!=="claude-code"){let o=n(r.platform);o&&o.length>0&&e.push(jo(zl(),...o,"settings.json"))}let s=bP(t);return e.includes(s)||e.push(s),e}var en=x(()=>{"use strict"});var $_,T_=x(()=>{"use strict";$_={"claude-code":"claude-code","gemini-cli-mcp-client":"gemini-cli","antigravity-client":"antigravity","cursor-vscode":"cursor","Visual-Studio-Code":"vscode-copilot","JetBrains Client":"jetbrains-copilot","IntelliJ IDEA":"jetbrains-copilot",PyCharm:"jetbrains-copilot",Codex:"codex","codex-mcp-client":"codex","Kilo Code":"kilo","Kiro CLI":"kiro","Pi CLI":"pi","Pi Coding Agent":"pi","omp-coding-agent":"omp",Zed:"zed",zed:"zed","qwen-code":"qwen-code","qwen-cli-mcp-client":"qwen-code"}});import{join as Zl}from"node:path";import{accessSync as RP,copyFileSync as CP,constants as OP,mkdirSync as IP}from"node:fs";import{homedir as P_}from"node:os";var ke,Ct=x(()=>{"use strict";ke=class{constructor(e){this.sessionDirSegments=e}getSessionDir(){let e=Zl(P_(),...this.sessionDirSegments,"context-mode","sessions");return IP(e,{recursive:!0}),e}getConfigDir(e){return Zl(P_(),...this.sessionDirSegments)}getInstructionFiles(){return["CLAUDE.md"]}getMemoryDir(){return Zl(this.getConfigDir(),"memory")}backupSettings(){let e=this.getSettingsPath();try{RP(e,OP.R_OK);let r=e+".bak";return CP(e,r),r}catch{return null}}}});var Ps,Bl=x(()=>{"use strict";Ct();Ps=class extends ke{parsePreToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},sessionId:this.extractSessionId(r),projectDir:process.env[this.projectDirEnvVar]??process.cwd(),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},toolOutput:r.tool_output,isError:r.is_error,sessionId:this.extractSessionId(r),projectDir:process.env[this.projectDirEnvVar]??process.cwd(),raw:e}}parsePreCompactInput(e){let r=e;return{sessionId:this.extractSessionId(r),projectDir:process.env[this.projectDirEnvVar]??process.cwd(),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:process.env[this.projectDirEnvVar]??process.cwd(),raw:e}}formatPreToolUseResponse(e){if(e.decision==="deny")return{permissionDecision:"deny",reason:e.reason??"Blocked by context-mode hook"};if(e.decision==="modify"&&e.updatedInput)return{updatedInput:e.updatedInput};if(e.decision==="context"&&e.additionalContext)return{additionalContext:e.additionalContext};if(e.decision==="ask")return{permissionDecision:"ask"}}formatPostToolUseResponse(e){let r={};return e.additionalContext&&(r.additionalContext=e.additionalContext),e.updatedOutput&&(r.updatedMCPToolOutput=e.updatedOutput),Object.keys(r).length>0?r:void 0}formatPreCompactResponse(e){return e.context??""}formatSessionStartResponse(e){return e.context??""}}});async function AP(){if(Rs)return Rs;if(zo)return null;try{let t=[new URL("../../scripts/plugin-cache-integrity.mjs",import.meta.url),new URL("./scripts/plugin-cache-integrity.mjs",import.meta.url)],e=null;for(let r of t)try{let n=await import(r.href);if(typeof n?.assertPluginCacheIntegrity=="function")return Rs=n,Rs}catch(n){e=n}return zo=e instanceof Error?e.message:String(e??"not found"),null}catch(t){return zo=t instanceof Error?t.message:String(t),null}}function R_(t){if(Rs){let e=Rs.assertPluginCacheIntegrity({pluginRoot:t});return e.ok?{status:"OK",detail:`${t} (all required runtime siblings present)`}:{status:"FAIL",detail:`missing: ${e.missing.join(", ")}`}}return zo?{status:"FAIL",detail:`integrity helper unavailable: ${zo}`}:{status:"FAIL",detail:"integrity helper not yet loaded"}}var Rs,zo,C_=x(()=>{"use strict";Rs=null,zo=null;AP()});function Lo(t,e){let r=Pn[e],n=Vl(e);return t.hooks?.some(s=>s.command?.includes(r)||s.command?.includes(n))??!1}function Vl(t,e){if(e){let r=Pn[t];return xe(`${e}/hooks/${r}`)}return`context-mode hook claude-code ${t.toLowerCase()}`}function Wl(t){let e=Ta(t);if(e)return e.scriptPath.endsWith(".mjs")?e.scriptPath:null;let r=t.match(/^\s*node\s+"([^"]+\.mjs)"\s*$/);if(r)return r[1];let n=t.match(/^\s*node\s+(\S+\.mjs)\s*$/);return n?n[1]:null}function A_(t){let e=Object.values(Pn);return t.hooks?.some(r=>r.command!=null&&(e.some(n=>r.command.includes(n))||r.command.includes("context-mode hook")))??!1}var or,NP,ql,O_,DP,DH,Pn,I_,MH,N_=x(()=>{"use strict";Sr();or={PRE_TOOL_USE:"PreToolUse",POST_TOOL_USE:"PostToolUse",PRE_COMPACT:"PreCompact",SESSION_START:"SessionStart",USER_PROMPT_SUBMIT:"UserPromptSubmit"},NP="mcp__",ql=["Bash","WebFetch","Read","Grep","Agent","mcp__plugin_context-mode_context-mode__ctx_execute","mcp__plugin_context-mode_context-mode__ctx_execute_file","mcp__plugin_context-mode_context-mode__ctx_batch_execute",NP],O_=ql.join("|"),DP=["Bash","Read","Write","Edit","NotebookEdit","Glob","Grep","TodoWrite","TaskCreate","TaskUpdate","EnterPlanMode","ExitPlanMode","Skill","Agent","AskUserQuestion","EnterWorktree","mcp__"],DH=DP.join("|"),Pn={PreToolUse:"pretooluse.mjs",PostToolUse:"posttooluse.mjs",PreCompact:"precompact.mjs",SessionStart:"sessionstart.mjs",UserPromptSubmit:"userpromptsubmit.mjs"},I_=[or.PRE_TOOL_USE,or.SESSION_START],MH=[or.POST_TOOL_USE,or.PRE_COMPACT,or.USER_PROMPT_SUBMIT]});var Kl={};Ue(Kl,{ClaudeCodeAdapter:()=>Gl});import{readFileSync as Ra,writeFileSync as D_,existsSync as M_,readdirSync as MP,chmodSync as jP,accessSync as zP,mkdirSync as LP,constants as FP}from"node:fs";import{resolve as Ca,join as Rn}from"node:path";import{homedir as j_}from"node:os";var Gl,Jl=x(()=>{"use strict";Bl();en();C_();Sr();N_();Gl=class extends Ps{constructor(){super([".claude"])}name="Claude Code";paradigm="json-stdio";projectDirEnvVar="CLAUDE_PROJECT_DIR";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!0,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!0,canInjectSessionContext:!0};getConfigDir(e){return Be()}getSessionDir(){let e=Rn(this.getConfigDir(),"context-mode","sessions");return LP(e,{recursive:!0}),e}getSettingsPath(){return Rn(this.getConfigDir(),"settings.json")}generateHookConfig(e){let r=xe(`${e}/hooks/pretooluse.mjs`);return{PreToolUse:[...ql].map(s=>({matcher:s,hooks:[{type:"command",command:r}]})),PostToolUse:[{matcher:"",hooks:[{type:"command",command:xe(`${e}/hooks/posttooluse.mjs`)}]}],PreCompact:[{matcher:"",hooks:[{type:"command",command:xe(`${e}/hooks/precompact.mjs`)}]}],UserPromptSubmit:[{matcher:"",hooks:[{type:"command",command:xe(`${e}/hooks/userpromptsubmit.mjs`)}]}],SessionStart:[{matcher:"",hooks:[{type:"command",command:xe(`${e}/hooks/sessionstart.mjs`)}]}]}}readSettings(){try{let e=Ra(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){D_(this.getSettingsPath(),JSON.stringify(e,null,2)+`
|
|
4
|
+
`,"utf-8")}validateHooks(e){let r=[],n=this.readSettings();if(!n)return r.push({check:"PreToolUse hook",status:"fail",message:`Could not read ${this.getSettingsPath()}`,fix:"context-mode upgrade"}),r;let s=n.hooks,o=this.readPluginHooks(e),i=this.checkHookType(s,o,or.PRE_TOOL_USE);r.push({check:"PreToolUse hook",status:i?"pass":"fail",message:i?"PreToolUse hook configured":"No PreToolUse hooks found",fix:i?void 0:"context-mode upgrade"});let a=this.checkHookType(s,o,or.SESSION_START);return r.push({check:"SessionStart hook",status:a?"pass":"fail",message:a?"SessionStart hook configured":"No SessionStart hooks found",fix:a?void 0:"context-mode upgrade"}),r}getHealthChecks(e){let r=Object.entries(Pn).map(([s,o])=>{let i=Rn(e,"hooks",o);return{name:`Hook script: ${s} (${o})`,check:()=>M_(i)?{status:"OK",detail:i}:{status:"FAIL",detail:`not found at ${i}`}}}),n={name:"Plugin cache integrity",check:()=>R_(e)};return[...r,n]}readPluginHooks(e){let r=[Rn(e,"hooks","hooks.json"),Rn(e,".claude-plugin","hooks","hooks.json")];for(let n of r)try{let s=Ra(n,"utf-8"),o=JSON.parse(s);if(o.hooks)return o.hooks}catch{}}checkHookType(e,r,n){let s=e?.[n];if(s&&s.length>0&&s.some(i=>Lo(i,n)))return!0;let o=r?.[n];return!!(o&&o.length>0&&o.some(i=>Lo(i,n)))}checkPluginRegistration(){let e=this.readSettings();if(!e)return{check:"Plugin registration",status:"warn",message:"Could not read settings.json"};let r=e.enabledPlugins;if(!r)return{check:"Plugin registration",status:"warn",message:"No enabledPlugins section found (might be using standalone MCP mode)"};let n=Object.keys(r).find(s=>s.startsWith("context-mode"));return n&&r[n]?{check:"Plugin registration",status:"pass",message:`Plugin enabled: ${n}`}:{check:"Plugin registration",status:"warn",message:"context-mode not in enabledPlugins (might be using standalone MCP mode)"}}getInstalledVersion(){try{let r=Rn(this.getConfigDir(),"plugins","installed_plugins.json"),s=JSON.parse(Ra(r,"utf-8")).plugins??{};for(let[o,i]of Object.entries(s)){if(!o.toLowerCase().includes("context-mode"))continue;let a=i;if(a.length>0&&typeof a[0].version=="string")return a[0].version}}catch{}let e=Array.from(new Set([this.getConfigDir(),Be(),Ca(j_(),".claude"),Ca(j_(),".config","claude")]));for(let r of e){let n=Ca(r,"plugins","cache","context-mode","context-mode");try{let o=MP(n).filter(i=>/^\d+\.\d+\.\d+/.test(i)).sort((i,a)=>{let c=i.split(".").map(Number),u=a.split(".").map(Number);for(let d=0;d<3;d++)if((c[d]??0)!==(u[d]??0))return(c[d]??0)-(u[d]??0);return 0});if(o.length>0)return o[o.length-1]}catch{}}return"not installed"}configureAllHooks(e){let r=this.readSettings()??{},n=r.hooks??{},s=[];for(let a of Object.keys(n)){let c=n[a];if(!Array.isArray(c))continue;let u=c.filter(l=>{let p=l;if(!A_(p))return!0;let f=p.hooks??[];return f.every(h=>!h.command||!Wl(h.command))?!0:f.every(h=>{let g=h.command?Wl(h.command):null;return g?M_(g):!0})}),d=c.length-u.length;d>0&&(n[a]=u,s.push(`Removed ${d} stale ${a} hook(s)`))}let o=this.readPluginHooks(e);if(o&&I_.every(c=>this.checkHookType(void 0,o,c))){let c=Object.values(Pn),u=d=>d!=null&&(c.some(l=>d.includes(l))||d.includes("context-mode hook"));for(let d of Object.keys(n)){let l=n[d];if(!Array.isArray(l))continue;let p=0;for(let m of l){let h=m,g=h.hooks??[],_=g.length;h.hooks=g.filter(b=>!u(b.command)),p+=_-h.hooks.length}let f=l.filter(m=>{let h=m.hooks;return Array.isArray(h)&&h.length>0});(p>0||f.length!==l.length)&&(n[d]=f,p>0&&s.push(`Removed ${p} duplicate ${d} hook(s) \u2014 covered by plugin hooks.json`))}return r.hooks=n,this.writeSettings(r),s.push("Skipped settings.json registration \u2014 plugin hooks.json is sufficient"),s}let i=[or.PRE_TOOL_USE,or.SESSION_START];for(let a of i){let c=Vl(a,e);if(a===or.PRE_TOOL_USE){let u={matcher:O_,hooks:[{type:"command",command:c}]},d=n.PreToolUse;if(d&&Array.isArray(d)){let l=d.findIndex(p=>Lo(p,a));l>=0?(d[l]=u,s.push(`Updated existing ${a} hook entry`)):(d.push(u),s.push(`Added ${a} hook entry`)),n.PreToolUse=d}else n.PreToolUse=[u],s.push(`Created ${a} hooks section`)}else{let u={matcher:"",hooks:[{type:"command",command:c}]},d=n[a];if(d&&Array.isArray(d)){let l=d.findIndex(p=>Lo(p,a));l>=0?(d[l]=u,s.push(`Updated existing ${a} hook entry`)):(d.push(u),s.push(`Added ${a} hook entry`)),n[a]=d}else n[a]=[u],s.push(`Created ${a} hooks section`)}}return r.hooks=n,this.writeSettings(r),s}setHookPermissions(e){let r=[];for(let[,n]of Object.entries(Pn)){let s=Ca(e,"hooks",n);try{zP(s,FP.R_OK),jP(s,493),r.push(s)}catch{}}return r}updatePluginRegistry(e,r){try{let n=Rn(this.getConfigDir(),"plugins","installed_plugins.json"),s=JSON.parse(Ra(n,"utf-8"));for(let[o,i]of Object.entries(s.plugins||{}))if(o.toLowerCase().includes("context-mode"))for(let a of i)a.installPath=e,a.version=r,a.lastUpdated=new Date().toISOString();D_(n,JSON.stringify(s,null,2)+`
|
|
5
|
+
`,"utf-8")}catch{}}extractSessionId(e){if(e.transcript_path){let r=e.transcript_path.match(/([a-f0-9-]{36})\.jsonl$/);if(r)return r[1]}return e.session_id?e.session_id:process.env.CLAUDE_SESSION_ID?process.env.CLAUDE_SESSION_ID:`pid-${process.ppid}`}}});function Cn(t,e){let r=Yl[t];return e&&r?xe(`${e}/hooks/${r}`):`context-mode hook gemini-cli ${t.toLowerCase()}`}var Te,z_,Yl,WH,GH,L_=x(()=>{"use strict";Sr();Te={BEFORE_AGENT:"BeforeAgent",BEFORE_TOOL:"BeforeTool",AFTER_TOOL:"AfterTool",PRE_COMPRESS:"PreCompress",SESSION_START:"SessionStart"},z_="mcp__(?!.*context-mode)",Yl={[Te.BEFORE_AGENT]:"beforeagent.mjs",[Te.BEFORE_TOOL]:"beforetool.mjs",[Te.AFTER_TOOL]:"aftertool.mjs",[Te.PRE_COMPRESS]:"precompress.mjs",[Te.SESSION_START]:"sessionstart.mjs"},WH=[Te.BEFORE_TOOL,Te.SESSION_START],GH=[Te.AFTER_TOOL,Te.PRE_COMPRESS]});var U_={};Ue(U_,{GeminiCLIAdapter:()=>Ql});import{readFileSync as Xl,writeFileSync as F_,mkdirSync as UP,accessSync as HP,chmodSync as ZP,constants as BP}from"node:fs";import{resolve as Fo,join as qP}from"node:path";import{homedir as Oa}from"node:os";var Ql,H_=x(()=>{"use strict";Ct();L_();Ql=class extends ke{constructor(){super([".gemini"])}name="Gemini CLI";paradigm="json-stdio";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!0,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!0,canInjectSessionContext:!0};parsePreToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},toolOutput:r.tool_output,isError:r.is_error,sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parsePreCompactInput(e){let r=e;return{sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:this.getProjectDir(r),raw:e}}formatPreToolUseResponse(e){if(e.decision==="deny")return{decision:"deny",reason:e.reason??"Blocked by context-mode hook"};if(e.decision==="modify"&&e.updatedInput)return{hookSpecificOutput:{tool_input:e.updatedInput}};if(e.decision==="context"&&e.additionalContext)return{hookSpecificOutput:{additionalContext:e.additionalContext}};if(e.decision==="ask")return{decision:"deny",reason:e.reason??"Action requires user confirmation (security policy)"}}formatPostToolUseResponse(e){if(e.updatedOutput)return{decision:"deny",reason:e.updatedOutput};if(e.additionalContext)return{hookSpecificOutput:{additionalContext:e.additionalContext}}}formatPreCompactResponse(e){return e.context??""}formatSessionStartResponse(e){return e.context??""}getSettingsPath(){return Fo(Oa(),".gemini","settings.json")}getInstructionFiles(){return["GEMINI.md"]}generateHookConfig(e){return{[Te.BEFORE_AGENT]:[{matcher:"",hooks:[{type:"command",command:Cn(Te.BEFORE_AGENT,e)}]}],[Te.BEFORE_TOOL]:[{matcher:`run_shell_command|read_file|read_many_files|grep_search|search_file_content|web_fetch|activate_skill|mcp__plugin_context-mode|mcp__context-mode|${z_}`,hooks:[{type:"command",command:Cn(Te.BEFORE_TOOL,e)}]}],[Te.AFTER_TOOL]:[{matcher:"",hooks:[{type:"command",command:Cn(Te.AFTER_TOOL,e)}]}],[Te.PRE_COMPRESS]:[{matcher:"",hooks:[{type:"command",command:Cn(Te.PRE_COMPRESS,e)}]}],[Te.SESSION_START]:[{matcher:"",hooks:[{type:"command",command:Cn(Te.SESSION_START,e)}]}]}}readSettings(){try{let e=Xl(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){let r=Fo(Oa(),".gemini");UP(r,{recursive:!0}),F_(this.getSettingsPath(),JSON.stringify(e,null,2)+`
|
|
6
|
+
`,"utf-8")}validateHooks(e){let r=[],n=this.readSettings();if(!n)return r.push({check:"BeforeTool hook",status:"fail",message:"Could not read ~/.gemini/settings.json",fix:"context-mode upgrade"}),r;let s=n.hooks,o=s?.[Te.BEFORE_TOOL];if(o&&o.length>0){let a=o.some(c=>c.hooks?.some(u=>u.command?.includes("context-mode")));r.push({check:"BeforeTool hook",status:a?"pass":"fail",message:a?"BeforeTool hook configured":"BeforeTool exists but does not point to context-mode",fix:a?void 0:"context-mode upgrade"})}else r.push({check:"BeforeTool hook",status:"fail",message:"No BeforeTool hooks found",fix:"context-mode upgrade"});let i=s?.[Te.SESSION_START];if(i&&i.length>0){let a=i.some(c=>c.hooks?.some(u=>u.command?.includes("context-mode")));r.push({check:"SessionStart hook",status:a?"pass":"fail",message:a?"SessionStart hook configured":"SessionStart exists but does not point to context-mode",fix:a?void 0:"context-mode upgrade"})}else r.push({check:"SessionStart hook",status:"fail",message:"No SessionStart hooks found",fix:"context-mode upgrade"});return r}checkPluginRegistration(){let e=this.readSettings();if(!e)return{check:"Plugin registration",status:"warn",message:"Could not read ~/.gemini/settings.json"};let r=e.extensions;return r&&(Array.isArray(r)?r.some(s=>typeof s=="string"&&s.includes("context-mode")):Object.keys(r).some(s=>s.includes("context-mode")))?{check:"Plugin registration",status:"pass",message:"context-mode found in extensions"}:{check:"Plugin registration",status:"warn",message:"context-mode not found in extensions (might be using standalone MCP mode)"}}getInstalledVersion(){try{let e=Fo(Oa(),".gemini","extensions","context-mode","package.json"),r=JSON.parse(Xl(e,"utf-8"));if(typeof r.version=="string")return r.version}catch{}return"not installed"}configureAllHooks(e){let r=this.readSettings()??{},n=r.hooks??{},s=[],o=[{name:Te.BEFORE_AGENT},{name:Te.BEFORE_TOOL},{name:Te.SESSION_START}];for(let i of o){let c={matcher:"",hooks:[{type:"command",command:Cn(i.name,e)}]},u=n[i.name];if(u&&Array.isArray(u)){let d=u.findIndex(l=>l.hooks?.some(f=>f.command?.includes("context-mode")));d>=0?(u[d]=c,s.push(`Updated existing ${i.name} hook entry`)):(u.push(c),s.push(`Added ${i.name} hook entry`)),n[i.name]=u}else n[i.name]=[c],s.push(`Created ${i.name} hooks section`)}return r.hooks=n,this.writeSettings(r),s}setHookPermissions(e){let r=[],n=qP(e,"hooks","gemini-cli");for(let s of Object.values(Yl)){let o=Fo(n,s);try{HP(o,BP.R_OK),ZP(o,493),r.push(o)}catch{}}return r}updatePluginRegistry(e,r){try{let n=Fo(Oa(),".gemini","extensions","context-mode","package.json"),s=JSON.parse(Xl(n,"utf-8"));s.version=r,s.installPath=e,s.lastUpdated=new Date().toISOString(),F_(n,JSON.stringify(s,null,2)+`
|
|
7
|
+
`,"utf-8")}catch{}}getProjectDir(e){return e.cwd??process.env.GEMINI_PROJECT_DIR??process.env.CLAUDE_PROJECT_DIR??process.cwd()}extractSessionId(e){return e.session_id?e.session_id:`pid-${process.ppid}`}}});var On,tZ,rZ,Z_=x(()=>{"use strict";On={BEFORE:"tool.execute.before",AFTER:"tool.execute.after",COMPACTING:"experimental.session.compacting"},tZ=[On.BEFORE,On.AFTER],rZ=[On.COMPACTING]});var q_={};Ue(q_,{OpenCodeAdapter:()=>ed});import{readFileSync as B_,writeFileSync as WP,mkdirSync as GP,copyFileSync as KP,accessSync as JP,constants as YP}from"node:fs";import{resolve as Lt,join as tn}from"node:path";import{homedir as rn}from"node:os";function VP(t){return t.replace(/\/\/.*$/gm,"").replace(/\/\*[\s\S]*?\*\//g,"").replace(/,(\s*[}\]])/g,"$1")}var ed,V_=x(()=>{"use strict";Ct();Z_();ed=class extends ke{get name(){return this.platform==="kilo"?"KiloCode":"OpenCode"}paradigm="ts-plugin";settingsPath;capabilities={preToolUse:!0,postToolUse:!0,preCompact:!0,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!0,canInjectSessionContext:!0};platform;constructor(e="opencode"){super([".config",e]),this.platform=e}parsePreToolUseInput(e){let r=e;return{toolName:r.tool??"",toolInput:r.args??{},sessionId:this.extractSessionId(r),projectDir:process.env.OPENCODE_PROJECT_DIR||process.cwd(),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.tool??"",toolInput:r.args??{},toolOutput:r.output,isError:void 0,sessionId:this.extractSessionId(r),projectDir:process.env.OPENCODE_PROJECT_DIR||process.cwd(),raw:e}}parsePreCompactInput(e){let r=e;return{sessionId:this.extractSessionId(r),projectDir:process.env.OPENCODE_PROJECT_DIR||process.cwd(),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:process.env.OPENCODE_PROJECT_DIR||process.cwd(),raw:e}}formatPreToolUseResponse(e){if(e.decision==="deny")throw new Error(e.reason??"Blocked by context-mode hook");if(e.decision==="modify"&&e.updatedInput)return{args:e.updatedInput};if(e.decision==="ask")throw new Error(e.reason??"Action requires user confirmation (security policy)")}formatPostToolUseResponse(e){let r={};return e.updatedOutput&&(r.output=e.updatedOutput),e.additionalContext&&(r.additionalContext=e.additionalContext),Object.keys(r).length>0?r:void 0}formatPreCompactResponse(e){return e.context??""}formatSessionStartResponse(e){return e.context??""}getSettingsPath(){return this.settingsPath??Lt(`${this.platform}.json`)}paths(){return this.platform==="kilo"?[Lt("kilo.json"),Lt("kilo.jsonc"),Lt(".kilo","kilo.json"),Lt(".kilo","kilo.jsonc"),Lt(".kilocode","kilo.json"),Lt(".kilocode","kilo.jsonc"),tn(rn(),".config","kilo","kilo.json"),tn(rn(),".config","kilo","kilo.jsonc")]:[Lt("opencode.json"),Lt("opencode.jsonc"),Lt(".opencode","opencode.json"),Lt(".opencode","opencode.jsonc"),tn(rn(),".config","opencode","opencode.json"),tn(rn(),".config","opencode","opencode.jsonc")]}getSessionDir(){let e=tn(this.getConfigDir(),"context-mode","sessions");return GP(e,{recursive:!0}),e}getConfigDir(e){let r;return process.platform==="win32"?r=process.env.APPDATA||tn(rn(),"AppData","Roaming"):r=process.env.XDG_CONFIG_HOME||tn(rn(),".config"),tn(r,this.platform)}getInstructionFiles(){return["AGENTS.md"]}generateHookConfig(e){return{[On.BEFORE]:[{matcher:"",hooks:[{type:"plugin",command:"context-mode"}]}],[On.AFTER]:[{matcher:"",hooks:[{type:"plugin",command:"context-mode"}]}],[On.COMPACTING]:[{matcher:"",hooks:[{type:"plugin",command:"context-mode"}]}]}}readSettings(){this.settingsPath=void 0;let e=this.paths(),r=new Set(e.filter(o=>o.includes(rn()))),n=null,s;for(let o of e)try{let i=B_(o,"utf-8"),a=o.endsWith(".jsonc")?VP(i):i,c=JSON.parse(a);n||(n=c,s=o);let u=r.has(o);if(this.hasContextModePlugin(c)||u)return this.settingsPath=o,c}catch{continue}return n?(this.settingsPath=s,n):null}writeSettings(e){WP(this.getSettingsPath(),JSON.stringify(e,null,2)+`
|
|
8
|
+
`,"utf-8")}validateHooks(e){let r=[],n=this.readSettings();if(!n)return r.push({check:"Plugin configuration",status:"fail",message:`Could not read ${this.platform}.json or ${this.platform}.jsonc`,fix:"context-mode upgrade"}),r;let s=this.hasContextModePlugin(n);return Array.isArray(n.plugin)?r.push({check:"Plugin registration",status:s?"pass":"fail",message:s?"context-mode found in plugin array":"context-mode not found in plugin array",fix:s?void 0:"context-mode upgrade"}):r.push({check:"Plugin registration",status:"fail",message:`No plugin array found in ${this.platform}.json or ${this.platform}.jsonc`,fix:"context-mode upgrade"}),r.push({check:"SessionStart hook",status:"pass",message:"SessionStart via experimental.chat.system.transform surrogate (native hook pending #14808, #5409)"}),r}checkPluginRegistration(){let e=this.readSettings();return e?this.hasContextModePlugin(e)?{check:"Plugin registration",status:"pass",message:"context-mode found in plugin array"}:{check:"Plugin registration",status:"fail",message:`context-mode not found in ${this.platform}.json plugin array`,fix:"context-mode upgrade"}:{check:"Plugin registration",status:"warn",message:`Could not read ${this.platform}.json or ${this.platform}.jsonc`}}getInstalledVersion(){try{let e=Lt(rn(),".cache",this.platform,"node_modules","context-mode","package.json"),r=JSON.parse(B_(e,"utf-8"));if(typeof r.version=="string")return r.version}catch{}return"not installed"}configureAllHooks(e){let r=this.readSettings()??{},n=[],s=r.plugin??[];return s.some(o=>o.includes("context-mode"))?n.push("context-mode already in plugin array"):(s.push("context-mode"),n.push("Added context-mode to plugin array")),r.plugin=s,this.writeSettings(r),n}backupSettings(){let e=this.checkPluginRegistration();if(!this.settingsPath)return null;if(e.status==="pass")return this.settingsPath;try{JP(this.settingsPath,YP.R_OK);let r=this.settingsPath+".bak";return KP(this.settingsPath,r),r}catch{return null}}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}hasContextModePlugin(e){let r=e.plugin;return Array.isArray(r)&&r.some(n=>typeof n=="string"&&n.includes("context-mode"))}extractSessionId(e){return e.sessionID?e.sessionID:`pid-${process.ppid}`}}});var In,uZ,lZ,W_=x(()=>{"use strict";In={TOOL_CALL_BEFORE:"tool_call:before",TOOL_CALL_AFTER:"tool_call:after",COMMAND_NEW:"command:new",COMMAND_RESET:"command:reset",COMMAND_STOP:"command:stop"},uZ=[In.TOOL_CALL_BEFORE,In.TOOL_CALL_AFTER],lZ=[In.COMMAND_NEW]});var G_={};Ue(G_,{OpenClawAdapter:()=>sd});import{readFileSync as td,writeFileSync as XP,copyFileSync as QP,accessSync as eR,constants as tR}from"node:fs";import{resolve as Dr,join as rd}from"node:path";import{homedir as nd}from"node:os";var sd,K_=x(()=>{"use strict";Ct();W_();sd=class extends ke{constructor(){super([".openclaw"])}name="OpenClaw";paradigm="ts-plugin";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!0,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!1,canInjectSessionContext:!0};parsePreToolUseInput(e){let r=e;return{toolName:r.toolName??r.tool_name??"",toolInput:r.params??r.tool_input??{},sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.toolName??r.tool_name??"",toolInput:r.params??r.tool_input??{},toolOutput:r.output??r.tool_output,isError:r.isError??r.is_error,sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parsePreCompactInput(e){let r=e;return{sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:this.getProjectDir(r),raw:e}}formatPreToolUseResponse(e){if(e.decision==="deny")return{block:!0,blockReason:e.reason??"Blocked by context-mode hook"};if(e.decision==="modify"&&e.updatedInput)return{params:e.updatedInput};if(e.decision==="ask")return{block:!0,blockReason:e.reason??"Action requires user confirmation (security policy)"};e.decision==="context"&&e.additionalContext}formatPostToolUseResponse(e){let r={};return e.additionalContext&&(r.additionalContext=e.additionalContext),Object.keys(r).length>0?r:void 0}formatPreCompactResponse(e){return e.context??""}formatSessionStartResponse(e){return e.context??""}getSettingsPath(){return Dr("openclaw.json")}getConfigDir(e){return Dr(e??process.cwd())}getInstructionFiles(){return["AGENTS.md"]}getMemoryDir(){return rd(this.getConfigDir(),"memory")}generateHookConfig(e){return{[In.TOOL_CALL_BEFORE]:[{matcher:"",hooks:[{type:"plugin",command:"context-mode"}]}],[In.TOOL_CALL_AFTER]:[{matcher:"",hooks:[{type:"plugin",command:"context-mode"}]}],[In.COMMAND_NEW]:[{matcher:"",hooks:[{type:"plugin",command:"context-mode"}]}]}}readSettings(){let e=[Dr("openclaw.json"),Dr(".openclaw","openclaw.json"),rd(nd(),".openclaw","openclaw.json")];for(let r of e)try{let n=td(r,"utf-8");return JSON.parse(n)}catch{continue}return null}writeSettings(e){let r=Dr("openclaw.json");XP(r,JSON.stringify(e,null,2)+`
|
|
9
|
+
`,"utf-8")}validateHooks(e){let r=[],n=this.readSettings();if(!n)return r.push({check:"Plugin configuration",status:"fail",message:"Could not read openclaw.json",fix:"context-mode upgrade"}),r;let s=n.plugins,o=s?.entries;if(o){let a=Object.keys(o).some(c=>c.includes("context-mode"));if(r.push({check:"Plugin registration",status:a?"pass":"fail",message:a?"context-mode found in plugins.entries":"context-mode not found in plugins.entries",fix:a?void 0:"context-mode upgrade"}),a){let u=o["context-mode"]?.enabled!==!1;r.push({check:"Plugin enabled",status:u?"pass":"warn",message:u?"context-mode plugin is enabled":"context-mode plugin is disabled"})}}else r.push({check:"Plugin registration",status:"fail",message:"No plugins.entries found in openclaw.json",fix:"context-mode upgrade"});return s?.slots?.contextEngine==="context-mode"?r.push({check:"Context engine",status:"pass",message:"context-mode registered as context engine (owns compaction)"}):r.push({check:"Context engine",status:"warn",message:"context-mode not set as context engine \u2014 compaction will use default engine"}),r}checkPluginRegistration(){let e=this.readSettings();if(!e)return{check:"Plugin registration",status:"warn",message:"Could not read openclaw.json"};let n=e.plugins?.entries;return n&&Object.keys(n).some(o=>o.includes("context-mode"))?{check:"Plugin registration",status:"pass",message:"context-mode found in plugins.entries"}:{check:"Plugin registration",status:"fail",message:"context-mode not found in openclaw.json plugins.entries",fix:"context-mode upgrade"}}getInstalledVersion(){try{let e=Dr(nd(),".openclaw","extensions","context-mode","package.json"),r=JSON.parse(td(e,"utf-8"));if(typeof r.version=="string")return r.version}catch{}try{let e=Dr("node_modules","context-mode","package.json"),r=JSON.parse(td(e,"utf-8"));if(typeof r.version=="string")return r.version}catch{}return"not installed"}configureAllHooks(e){let r=this.readSettings()??{},n=[];r.plugins||(r.plugins={});let s=r.plugins;s.entries||(s.entries={});let o=s.entries;if(!o["context-mode"])o["context-mode"]={enabled:!0},n.push("Added context-mode to plugins.entries");else{let a=o["context-mode"];a.enabled===!1?(a.enabled=!0,n.push("Enabled context-mode plugin")):n.push("context-mode already configured in plugins.entries")}s.slots||(s.slots={});let i=s.slots;return i.contextEngine?i.contextEngine!=="context-mode"&&n.push(`Context engine already set to "${i.contextEngine}" \u2014 not overwriting`):(i.contextEngine="context-mode",n.push("Set context-mode as context engine (owns compaction)")),this.writeSettings(r),n}backupSettings(){let e=[Dr("openclaw.json"),Dr(".openclaw","openclaw.json"),rd(nd(),".openclaw","openclaw.json")];for(let r of e)try{eR(r,tR.R_OK);let n=r+".bak";return QP(r,n),n}catch{continue}return null}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}getProjectDir(e){return e.cwd??process.env.OPENCLAW_PROJECT_DIR??process.cwd()}extractSessionId(e){return e.sessionId?e.sessionId:`pid-${process.ppid}`}}});import{homedir as J_}from"node:os";import{resolve as od}from"node:path";function Ia(){let t=process.env.CODEX_HOME;return t?t.startsWith("~")?od(J_(),t.replace(/^~[/\\]?/,"")):od(t):od(J_(),".codex")}var id=x(()=>{"use strict"});var ev={};Ue(ev,{CodexAdapter:()=>ud});import{readFileSync as Cs,writeFileSync as Y_,accessSync as rR,copyFileSync as nR,constants as sR,mkdirSync as ad}from"node:fs";import{resolve as oR,dirname as cd,join as Aa}from"node:path";import{fileURLToPath as iR}from"node:url";function X_(t,e){let r=t.split(/\r?\n/),n=!1,s=[];for(let o of r){let i=o.match(/^\s*\[([^\]]+)\]\s*(?:#.*)?$/);if(i){if(n)break;n=i[1]?.trim()===e;continue}n&&s.push(o)}return n?s.join(`
|
|
10
|
+
`):null}function Q_(t){let e=X_(t,"features");return e!==null&&/^\s*hooks\s*=\s*true\s*(?:#.*)?$/mi.test(e)}function uR(t){let e=X_(t,"features");return e!==null&&/^\s*codex_hooks\s*=\s*true\s*(?:#.*)?$/mi.test(e)}function lR(t){if(Q_(t))return{text:t,changed:!1};let e=t.includes(`\r
|
|
11
11
|
`)?`\r
|
|
12
12
|
`:`
|
|
13
13
|
`,r=t.split(/\r?\n/),n=r.findIndex(o=>/^\s*\[features\]\s*(?:#.*)?$/.test(o));if(n===-1){let o=t.length>0&&!t.endsWith(`
|
|
14
|
-
`)?e:"";return{text:`${t}${o}[features]${e}hooks = true${e}`,changed:!0}}let s=r.length;for(let o=n+1;o<r.length;o++)if(/^\s*\[[^\]]+\]\s*(?:#.*)?$/.test(r[o]??"")){s=o;break}for(let o=n+1;o<s;o++)if(/^\s*hooks\s*=/.test(r[o]??""))return r[o]="hooks = true",{text:r.join(e),changed:!0};return r.splice(n+1,0,"hooks = true"),{text:r.join(e),changed:!0}}var
|
|
14
|
+
`)?e:"";return{text:`${t}${o}[features]${e}hooks = true${e}`,changed:!0}}let s=r.length;for(let o=n+1;o<r.length;o++)if(/^\s*\[[^\]]+\]\s*(?:#.*)?$/.test(r[o]??"")){s=o;break}for(let o=n+1;o<s;o++)if(/^\s*hooks\s*=/.test(r[o]??""))return r[o]="hooks = true",{text:r.join(e),changed:!0};return r.splice(n+1,0,"hooks = true"),{text:r.join(e),changed:!0}}var aR,An,cR,ud,tv=x(()=>{"use strict";Ct();id();aR="local_shell|shell|shell_command|exec_command|Bash|Shell|apply_patch|Edit|Write|grep_files|ctx_execute|ctx_execute_file|ctx_batch_execute|ctx_fetch_and_index|ctx_search|ctx_index|mcp__",An={PreToolUse:"context-mode hook codex pretooluse",PostToolUse:"context-mode hook codex posttooluse",SessionStart:"context-mode hook codex sessionstart",PreCompact:"context-mode hook codex precompact",UserPromptSubmit:"context-mode hook codex userpromptsubmit",Stop:"context-mode hook codex stop"},cR={PreToolUse:["hooks/pretooluse.mjs","hooks/codex/pretooluse.mjs"],PostToolUse:["hooks/posttooluse.mjs","hooks/codex/posttooluse.mjs"],SessionStart:["hooks/sessionstart.mjs","hooks/codex/sessionstart.mjs"],PreCompact:["hooks/precompact.mjs","hooks/codex/precompact.mjs"],UserPromptSubmit:["hooks/userpromptsubmit.mjs","hooks/codex/userpromptsubmit.mjs"],Stop:["hooks/stop.mjs","hooks/codex/stop.mjs"]};ud=class extends ke{constructor(){super([".codex"])}name="Codex CLI";paradigm="json-stdio";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!0,sessionStart:!0,canModifyArgs:!1,canModifyOutput:!1,canInjectSessionContext:!0};parsePreToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},toolOutput:r.tool_response,sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parsePreCompactInput(e){let r=e;return{sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:this.getProjectDir(r),raw:e}}formatPreToolUseResponse(e){return e.decision==="deny"?{hookSpecificOutput:{hookEventName:"PreToolUse",permissionDecision:"deny",permissionDecisionReason:e.reason??"Blocked by context-mode hook"}}:e.decision==="context"&&e.additionalContext?{}:{}}formatPostToolUseResponse(e){return e.additionalContext?{hookSpecificOutput:{hookEventName:"PostToolUse",additionalContext:e.additionalContext}}:{}}formatPreCompactResponse(e){return{}}formatSessionStartResponse(e){return e.context?{hookSpecificOutput:{hookEventName:"SessionStart",additionalContext:e.context}}:{}}getConfigDir(e){return Ia()}getSettingsPath(){return Aa(this.getConfigDir(),"config.toml")}getSessionDir(){let e=Aa(this.getConfigDir(),"context-mode","sessions");return ad(e,{recursive:!0}),e}getInstructionFiles(){return["AGENTS.md","AGENTS.override.md"]}getMemoryDir(){return Aa(this.getConfigDir(),"memories")}generateHookConfig(e){return{PreToolUse:[{matcher:aR,hooks:[{type:"command",command:An.PreToolUse}]}],PostToolUse:[{matcher:"",hooks:[{type:"command",command:An.PostToolUse}]}],SessionStart:[{matcher:"",hooks:[{type:"command",command:An.SessionStart}]}],PreCompact:[{matcher:"",hooks:[{type:"command",command:An.PreCompact}]}],UserPromptSubmit:[{matcher:"",hooks:[{type:"command",command:An.UserPromptSubmit}]}],Stop:[{matcher:"",hooks:[{type:"command",command:An.Stop}]}]}}readSettings(){try{return{_raw_toml:Cs(this.getSettingsPath(),"utf-8")}}catch{return null}}writeSettings(e){}validateHooks(e){let r=[];try{let o=Cs(this.getSettingsPath(),"utf-8"),i=Q_(o),a=!i&&uR(o);r.push({check:"Codex hooks feature flag",status:i?"pass":"fail",message:i?`[features].hooks enabled in ${this.getSettingsPath()}`:a?`[features].codex_hooks is deprecated; [features].hooks is missing in ${this.getSettingsPath()}`:`[features].hooks missing from ${this.getSettingsPath()}`,...i?{}:{fix:"context-mode upgrade"}})}catch{r.push({check:"Codex hooks feature flag",status:"warn",message:`Could not read ${this.getSettingsPath()}`,fix:"context-mode upgrade"})}let n=this.readHooksConfig();if(!n.ok)return n.reason==="missing"?r.concat([{check:"Hooks config",status:"fail",message:`No readable ${this.getHooksPath()} found`,fix:"Copy configs/codex/hooks.json to hooks.json or run context-mode upgrade"}]):n.reason==="invalid_json"?r.concat([{check:"Hooks config",status:"fail",message:`${this.getHooksPath()} is not valid JSON: ${n.error}`,fix:"Repair hooks.json so it contains valid JSON, then rerun context-mode upgrade if needed"}]):r.concat([{check:"Hooks config",status:"fail",message:`Could not read ${this.getHooksPath()}: ${n.error}`,fix:"Check permissions and file accessibility for hooks.json, then rerun context-mode upgrade if needed"}]);if(!n.config.hooks)return r.concat([{check:"Hooks config",status:"fail",message:`${this.getHooksPath()} is missing the top-level hooks object`,fix:`Update ${this.getHooksPath()} to match configs/codex/hooks.json`}]);let s=this.generateHookConfig("");return r.concat(Object.entries(s).map(([o,i])=>{let a=n.config.hooks?.[o],c=i[0],u=Array.isArray(a)&&a.some(l=>this.isExpectedHookEntry(o,l,c)),d=o==="PreCompact"?"warn":"fail";return{check:`${o} hook`,status:u?"pass":d,message:u?`${o} hook configured in ${this.getHooksPath()}`:o==="PreCompact"?`${o} hook missing or not pointing to context-mode; compaction snapshots require a Codex build that emits PreCompact`:`${o} hook missing or not pointing to context-mode`,fix:u?void 0:`Update ${this.getHooksPath()} to match configs/codex/hooks.json`}}))}checkPluginRegistration(){try{let e=Cs(this.getSettingsPath(),"utf-8"),r=e.includes("context-mode"),n=e.includes("[mcp_servers]")||e.includes("[mcp_servers.");return r&&n?{check:"MCP registration",status:"pass",message:"context-mode found in [mcp_servers] config"}:n?{check:"MCP registration",status:"fail",message:"[mcp_servers] section exists but context-mode not found",fix:`Add context-mode to [mcp_servers] in ${this.getSettingsPath()}`}:{check:"MCP registration",status:"fail",message:"No [mcp_servers] section in config.toml",fix:`Add [mcp_servers.context-mode] to ${this.getSettingsPath()}`}}catch{return{check:"MCP registration",status:"warn",message:`Could not read ${this.getSettingsPath()}`}}}getInstalledVersion(){return"not installed"}configureAllHooks(e){let r=this.readHooksConfig(),n=[],s;if(r.ok)s=r.config;else if(r.reason==="missing")s={hooks:{}};else if(r.reason==="invalid_json"){let d=this.backupFile(this.getHooksPath(),".broken");n.push(`Backed up malformed Codex hooks to ${d}`),s={hooks:{}}}else throw new Error(`Failed to update ${this.getHooksPath()}: ${r.error}`);let o=s.hooks&&typeof s.hooks=="object"&&!Array.isArray(s.hooks)?s.hooks:{},i=this.generateHookConfig(e);for(let[d,l]of Object.entries(i))this.upsertManagedHookEntry(o,d,l[0],n);n.length>0&&(s.hooks=o,this.writeHooksConfig(s),n.push(`Wrote native Codex hooks to ${this.getHooksPath()}`));let a=this.getSettingsPath(),c="";try{c=Cs(a,"utf-8")}catch{c=""}let u=lR(c);if(u.changed){let d=u.text.includes(`\r
|
|
15
15
|
`)?`\r
|
|
16
16
|
`:`
|
|
17
17
|
`,l=u.text.endsWith(`
|
|
18
|
-
`)?u.text:`${u.text}${d}`;
|
|
18
|
+
`)?u.text:`${u.text}${d}`;ad(cd(a),{recursive:!0}),Y_(a,l,"utf-8"),n.push("Enabled Codex hooks feature flag")}return n}backupSettings(){let e=null;for(let r of[this.getHooksPath(),this.getSettingsPath()])try{rR(r,sR.R_OK);let n=this.backupFile(r);e??=n}catch{continue}return e}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}getRoutingInstructions(){let e=oR(cd(iR(import.meta.url)),"..","..","..","configs","codex","AGENTS.md");try{return Cs(e,"utf-8")}catch{return`# context-mode
|
|
19
19
|
|
|
20
|
-
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of bash/cat/curl for data-heavy operations.`}}getProjectDir(e){return e.cwd??process.env.CODEX_PROJECT_DIR??process.cwd()}getHooksPath(){return
|
|
21
|
-
`,"utf-8")}upsertManagedHookEntry(e,r,n,s){let o=Array.isArray(e[r])?[...e[r]]:[],i=o.map((c,u)=>this.isManagedContextModeEntry(r,c)?u:-1).filter(c=>c>=0);if(i.length===0){o.push(n),e[r]=o,s.push(`Added ${r} hook`);return}let a=i[0];JSON.stringify(o[a])!==JSON.stringify(n)&&(o[a]=n,s.push(`Updated ${r} hook`));for(let c of i.slice(1).reverse())o.splice(c,1),s.push(`Removed duplicate ${r} context-mode hook`);e[r]=o}isExpectedHookEntry(e,r,n){return!r||typeof r!="object"||e==="PreToolUse"&&r.matcher!==n.matcher?!1:this.entryContainsManagedCommand(e,r)}isManagedContextModeEntry(e,r){return!r||typeof r!="object"?!1:this.entryContainsManagedCommand(e,r)}entryContainsManagedCommand(e,r){let n=(Array.isArray(r.hooks)?r.hooks:[]).map(i=>this.normalizeCommand(i.command)).filter(i=>i.length>0),s=this.normalizeCommand(
|
|
22
|
-
`,"utf-8")}configureAllHooks(e){let r=[],n=this.readSettings()??{},s=n.hooks??{},{HOOK_TYPES:o,HOOK_SCRIPTS:i,buildHookCommand:a}=this.hookModule,c=[o.PRE_TOOL_USE,o.POST_TOOL_USE,o.PRE_COMPACT,o.SESSION_START];for(let u of c)i[u]&&(s[u]=[{matcher:"",hooks:[{type:"command",command:a(u,e)}]}],r.push(`Configured ${u} hook`));return n.hooks=s,this.writeSettings(n),r.push(`Wrote hook config to ${this.getSettingsPath()}`),r}setHookPermissions(e){let r=[],n=pR(e,"hooks",this.hookSubdir);for(let s of Object.values(this.hookModule.HOOK_SCRIPTS)){let o=Ia(n,s);try{uR(o,dR.R_OK),lR(o,493),r.push(o)}catch{}}return r}updatePluginRegistry(e,r){}}});function tv(t,e){let r=ud[t];if(!r)throw new Error(`No script defined for hook type: ${t}`);return e?be(`${e}/hooks/vscode-copilot/${r}`):`context-mode hook vscode-copilot ${t.toLowerCase()}`}var Ut,ud,$Z,TZ,rv=b(()=>{"use strict";xr();Ut={PRE_TOOL_USE:"PreToolUse",POST_TOOL_USE:"PostToolUse",PRE_COMPACT:"PreCompact",SESSION_START:"SessionStart"},ud={[Ut.PRE_TOOL_USE]:"pretooluse.mjs",[Ut.POST_TOOL_USE]:"posttooluse.mjs",[Ut.PRE_COMPACT]:"precompact.mjs",[Ut.SESSION_START]:"sessionstart.mjs"},$Z=[Ut.PRE_TOOL_USE,Ut.SESSION_START],TZ=[Ut.POST_TOOL_USE,Ut.PRE_COMPACT]});var nv={};Fe(nv,{VSCodeCopilotAdapter:()=>pd});import{readFileSync as ld,mkdirSync as mR,accessSync as fR,existsSync as hR,constants as gR}from"node:fs";import{resolve as Cs,join as Aa}from"node:path";import{homedir as dd}from"node:os";var pd,sv=b(()=>{"use strict";cd();rv();pd=class extends Rs{constructor(){super([".vscode"])}name="VS Code Copilot";hookModule={HOOK_TYPES:Ut,HOOK_SCRIPTS:ud,buildHookCommand:tv};hookSubdir="vscode-copilot";extractSessionId(e){return e.sessionId?e.sessionId:process.env.VSCODE_PID?`vscode-${process.env.VSCODE_PID}`:`pid-${process.ppid}`}getProjectDir(){return process.env.CLAUDE_PROJECT_DIR||process.cwd()}getSessionDir(){let e=Cs(".github","context-mode","sessions"),r=Aa(dd(),".vscode","context-mode","sessions"),n=hR(Cs(".github"))?e:r;return mR(n,{recursive:!0}),n}getConfigDir(e){return Cs(e??process.cwd(),".github")}getInstructionFiles(){return["copilot-instructions.md"]}validateHooks(e){let r=[],n=Cs(".github","hooks");try{fR(n,gR.R_OK)}catch{return r.push({check:"Hooks directory",status:"fail",message:".github/hooks/ directory not found",fix:"context-mode upgrade"}),r}let s=Cs(n,"context-mode.json");try{let o=ld(s,"utf-8"),a=JSON.parse(o).hooks;a?.[Ut.PRE_TOOL_USE]?r.push({check:"PreToolUse hook",status:"pass",message:"PreToolUse hook configured in context-mode.json"}):r.push({check:"PreToolUse hook",status:"fail",message:"PreToolUse not found in context-mode.json",fix:"context-mode upgrade"}),a?.[Ut.SESSION_START]?r.push({check:"SessionStart hook",status:"pass",message:"SessionStart hook configured in context-mode.json"}):r.push({check:"SessionStart hook",status:"fail",message:"SessionStart not found in context-mode.json",fix:"context-mode upgrade"})}catch{r.push({check:"Hook configuration",status:"fail",message:"Could not read .github/hooks/context-mode.json",fix:"context-mode upgrade"})}return r.push({check:"API stability",status:"warn",message:"VS Code Copilot hooks are in preview \u2014 API may change without notice"}),r.push({check:"Matcher support",status:"warn",message:"Matchers are parsed but IGNORED \u2014 all hooks fire on all tools"}),r}checkPluginRegistration(){try{let e=Cs(".vscode","mcp.json"),r=ld(e,"utf-8"),s=JSON.parse(r).servers;return s&&Object.keys(s).some(i=>i.includes("context-mode"))?{check:"MCP registration",status:"pass",message:"context-mode found in .vscode/mcp.json"}:{check:"MCP registration",status:"fail",message:"context-mode not found in .vscode/mcp.json",fix:"Add context-mode server to .vscode/mcp.json"}}catch{return{check:"MCP registration",status:"warn",message:"Could not read .vscode/mcp.json"}}}getInstalledVersion(){let e=[Aa(dd(),".vscode","extensions"),Aa(dd(),".vscode-insiders","extensions")];for(let r of e)try{let n=ld(Aa(r,"extensions.json"),"utf-8"),o=JSON.parse(n).find(i=>typeof i.identifier=="object"&&i.identifier!==null&&i.identifier.id?.toString().includes("context-mode"));if(o&&typeof o.version=="string")return o.version}catch{continue}return"not installed"}}});function ov(t,e){let r=md[t];if(!r)throw new Error(`No script defined for hook type: ${t}`);return e?be(`${e}/hooks/jetbrains-copilot/${r}`):`context-mode hook jetbrains-copilot ${t.toLowerCase()}`}var Ht,md,DZ,MZ,iv=b(()=>{"use strict";xr();Ht={PRE_TOOL_USE:"PreToolUse",POST_TOOL_USE:"PostToolUse",PRE_COMPACT:"PreCompact",SESSION_START:"SessionStart",STOP:"Stop",SUBAGENT_START:"SubagentStart",SUBAGENT_STOP:"SubagentStop"},md={[Ht.PRE_TOOL_USE]:"pretooluse.mjs",[Ht.POST_TOOL_USE]:"posttooluse.mjs",[Ht.PRE_COMPACT]:"precompact.mjs",[Ht.SESSION_START]:"sessionstart.mjs"},DZ=[Ht.PRE_TOOL_USE,Ht.SESSION_START],MZ=[Ht.POST_TOOL_USE,Ht.PRE_COMPACT]});var av={};Fe(av,{JetBrainsCopilotAdapter:()=>fd});import{readFileSync as yR}from"node:fs";import{resolve as _R}from"node:path";var fd,cv=b(()=>{"use strict";cd();iv();fd=class extends Rs{constructor(){super([".config","JetBrains"])}name="JetBrains Copilot";hookModule={HOOK_TYPES:Ht,HOOK_SCRIPTS:md,buildHookCommand:ov};hookSubdir="jetbrains-copilot";extractSessionId(e){return e.sessionId?e.sessionId:process.env.JETBRAINS_CLIENT_ID?`jetbrains-${process.env.JETBRAINS_CLIENT_ID}`:process.env.IDEA_HOME?`idea-${process.pid}`:`pid-${process.ppid}`}getProjectDir(){return process.env.IDEA_INITIAL_DIRECTORY||process.env.CLAUDE_PROJECT_DIR||process.cwd()}getConfigDir(e){return _R(e??this.getProjectDir(),".github")}getInstructionFiles(){return["copilot-instructions.md"]}validateHooks(e){let r=[];try{let n=yR(this.getSettingsPath(),"utf-8"),o=JSON.parse(n).hooks;o?.[Ht.PRE_TOOL_USE]?r.push({check:"PreToolUse hook",status:"pass",message:"PreToolUse hook configured in .github/hooks/context-mode.json"}):r.push({check:"PreToolUse hook",status:"fail",message:"PreToolUse not found in .github/hooks/context-mode.json",fix:"context-mode upgrade"}),o?.[Ht.SESSION_START]?r.push({check:"SessionStart hook",status:"pass",message:"SessionStart hook configured in .github/hooks/context-mode.json"}):r.push({check:"SessionStart hook",status:"fail",message:"SessionStart not found in .github/hooks/context-mode.json",fix:"context-mode upgrade"})}catch{r.push({check:"Hook configuration",status:"fail",message:"Could not read .github/hooks/context-mode.json",fix:"context-mode upgrade"})}return r.push({check:"Hook scripts",status:"warn",message:`JetBrains hook wrappers should resolve to ${e}/hooks/jetbrains-copilot/*.mjs`}),r}checkPluginRegistration(){return{check:"MCP registration",status:"warn",message:"JetBrains stores MCP config via Settings UI \u2014 not CLI-inspectable",fix:"Verify in IDE: Settings > Tools > GitHub Copilot > MCP > ensure a context-mode server entry exists"}}getInstalledVersion(){let r=this.readSettings()?.hooks;return r&&Object.keys(r).length>0?"configured":"unknown"}}});function Lo(t,e){let r=hd[e],n=Zt(e);if("command"in t){let o=t.command??"";return r!=null&&o.includes(r)||o.includes(n)}return t.hooks?.some(o=>{let i=o.command??"";return r!=null&&i.includes(r)||i.includes(n)})??!1}function Zt(t){return`context-mode hook cursor ${t.toLowerCase()}`}var _e,hd,vR,xR,gd,uv,lv,dv=b(()=>{"use strict";_e={PRE_TOOL_USE:"preToolUse",POST_TOOL_USE:"postToolUse",SESSION_START:"sessionStart",STOP:"stop",AFTER_AGENT_RESPONSE:"afterAgentResponse"},hd={[_e.PRE_TOOL_USE]:"pretooluse.mjs",[_e.POST_TOOL_USE]:"posttooluse.mjs",[_e.SESSION_START]:"sessionstart.mjs",[_e.STOP]:"stop.mjs",[_e.AFTER_AGENT_RESPONSE]:"afteragentresponse.mjs"},vR="MCP:(?!ctx_)",xR=["Shell","Read","Grep","WebFetch","mcp_web_fetch","mcp_fetch_tool","Task","MCP:ctx_execute","MCP:ctx_execute_file","MCP:ctx_batch_execute",vR],gd=xR.join("|"),uv=[_e.PRE_TOOL_USE],lv=[_e.POST_TOOL_USE]});var gv={};Fe(gv,{CursorAdapter:()=>yd});import{readFileSync as Na,writeFileSync as bR,mkdirSync as SR,accessSync as pv,chmodSync as kR,constants as mv,existsSync as fv,readdirSync as wR}from"node:fs";import{execSync as ER}from"node:child_process";import{resolve as On,join as In}from"node:path";import{homedir as Da}from"node:os";var hv,yd,yv=b(()=>{"use strict";Ct();Xr();dv();hv="/Library/Application Support/Cursor/hooks.json",yd=class extends ke{constructor(){super([".cursor"])}name="Cursor";paradigm="json-stdio";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!1,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!1,canInjectSessionContext:!0};parsePreToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},toolOutput:r.tool_output??r.error_message,isError:!!r.error_message,sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??r.trigger??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:this.getProjectDir(r),raw:e}}formatPreToolUseResponse(e){return e.decision==="deny"?{permission:"deny",user_message:e.reason??"Blocked by context-mode hook"}:e.decision==="modify"&&e.updatedInput?{updated_input:e.updatedInput}:e.decision==="context"&&e.additionalContext?{agent_message:e.additionalContext}:e.decision==="ask"?{permission:"ask",user_message:e.reason??"Action requires user confirmation (security policy)"}:{agent_message:""}}formatPostToolUseResponse(e){return{additional_context:e.additionalContext??""}}formatSessionStartResponse(e){return{additional_context:e.context??""}}parseStopInput(e){let r=e;return{sessionId:r.conversation_id??`pid-${process.ppid}`,status:r.status??"completed",loopCount:r.loop_count??0,generationId:r.generation_id,transcriptPath:r.transcript_path??void 0}}formatStopResponse(e){return e.followupMessage?{followup_message:e.followupMessage}:{}}parseAfterAgentResponseInput(e){return{text:e.text??""}}getSettingsPath(){return On(".cursor","hooks.json")}getConfigDir(e){return On(e??process.cwd(),".cursor")}getInstructionFiles(){return["context-mode.mdc"]}generateHookConfig(e){return{[_e.PRE_TOOL_USE]:[{type:"command",command:Zt(_e.PRE_TOOL_USE),matcher:gd,loop_limit:null,failClosed:!1}],[_e.POST_TOOL_USE]:[{type:"command",command:Zt(_e.POST_TOOL_USE),loop_limit:null,failClosed:!1}],[_e.SESSION_START]:[{type:"command",command:Zt(_e.SESSION_START),loop_limit:null,failClosed:!1}],[_e.STOP]:[{type:"command",command:Zt(_e.STOP),loop_limit:null,failClosed:!1}],[_e.AFTER_AGENT_RESPONSE]:[{type:"command",command:Zt(_e.AFTER_AGENT_RESPONSE),loop_limit:null,failClosed:!1}]}}readSettings(){for(let e of this.getCandidateHookConfigPaths())try{let r=Na(e,"utf-8");return JSON.parse(r)}catch{continue}return null}writeSettings(e){let r=this.getSettingsPath();SR(On(".cursor"),{recursive:!0}),bR(r,JSON.stringify(e,null,2)+`
|
|
23
|
-
`,"utf-8")}validateHooks(e){let r=[],n=this.loadNativeHookConfig();if(!n)r.push({check:"Native hook config",status:"fail",message:"No readable native Cursor hook config found in .cursor/hooks.json or ~/.cursor/hooks.json",fix:"context-mode upgrade"});else{let o=n.config.hooks??{};r.push({check:"Native hook config",status:"pass",message:`Loaded ${n.path}`});for(let i of
|
|
20
|
+
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of bash/cat/curl for data-heavy operations.`}}getProjectDir(e){return e.cwd??process.env.CODEX_PROJECT_DIR??process.cwd()}getHooksPath(){return Aa(this.getConfigDir(),"hooks.json")}backupFile(e,r=""){let n=r?`${e}${r}-${new Date().toISOString().replace(/[:.]/g,"-")}.bak`:`${e}.bak`;return nR(e,n),n}readHooksConfig(){let e=this.getHooksPath();try{return{ok:!0,config:JSON.parse(Cs(e,"utf-8"))}}catch(r){let n=r instanceof Error?r.message:String(r);return(typeof r=="object"&&r!==null&&"code"in r?String(r.code??""):"")==="ENOENT"?{ok:!1,reason:"missing"}:r instanceof SyntaxError?{ok:!1,reason:"invalid_json",error:n}:{ok:!1,reason:"read_error",error:n}}}writeHooksConfig(e){let r=this.getHooksPath();ad(cd(r),{recursive:!0}),Y_(r,JSON.stringify(e,null,2)+`
|
|
21
|
+
`,"utf-8")}upsertManagedHookEntry(e,r,n,s){let o=Array.isArray(e[r])?[...e[r]]:[],i=o.map((c,u)=>this.isManagedContextModeEntry(r,c)?u:-1).filter(c=>c>=0);if(i.length===0){o.push(n),e[r]=o,s.push(`Added ${r} hook`);return}let a=i[0];JSON.stringify(o[a])!==JSON.stringify(n)&&(o[a]=n,s.push(`Updated ${r} hook`));for(let c of i.slice(1).reverse())o.splice(c,1),s.push(`Removed duplicate ${r} context-mode hook`);e[r]=o}isExpectedHookEntry(e,r,n){return!r||typeof r!="object"||e==="PreToolUse"&&r.matcher!==n.matcher?!1:this.entryContainsManagedCommand(e,r)}isManagedContextModeEntry(e,r){return!r||typeof r!="object"?!1:this.entryContainsManagedCommand(e,r)}entryContainsManagedCommand(e,r){let n=(Array.isArray(r.hooks)?r.hooks:[]).map(i=>this.normalizeCommand(i.command)).filter(i=>i.length>0),s=this.normalizeCommand(An[e]??""),o=cR[e]??[];return n.some(i=>i.includes(s)||o.some(a=>i.includes(a)))}normalizeCommand(e){return(e??"").replace(/\\/g,"/")}extractSessionId(e){return e.session_id?e.session_id:`pid-${process.ppid}`}}});import{readFileSync as rv,writeFileSync as dR,mkdirSync as pR,accessSync as mR,chmodSync as fR,constants as hR}from"node:fs";import{resolve as Na,join as gR}from"node:path";var Os,ld=x(()=>{"use strict";Ct();Os=class extends ke{paradigm="json-stdio";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!0,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!0,canInjectSessionContext:!0};parsePreToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},toolOutput:r.tool_output,isError:r.is_error,sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(),raw:e}}parsePreCompactInput(e){let r=e;return{sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:this.getProjectDir(),raw:e}}formatPreToolUseResponse(e){if(e.decision==="deny")return{permissionDecision:"deny",reason:e.reason??"Blocked by context-mode hook"};if(e.decision==="modify"&&e.updatedInput)return{hookSpecificOutput:{hookEventName:this.hookModule.HOOK_TYPES.PRE_TOOL_USE,updatedInput:e.updatedInput}};if(e.decision==="context"&&e.additionalContext)return{hookSpecificOutput:{hookEventName:this.hookModule.HOOK_TYPES.PRE_TOOL_USE,additionalContext:e.additionalContext}};if(e.decision==="ask")return{permissionDecision:"deny",reason:e.reason??"Action requires user confirmation (security policy)"}}formatPostToolUseResponse(e){if(e.updatedOutput)return{hookSpecificOutput:{hookEventName:this.hookModule.HOOK_TYPES.POST_TOOL_USE,decision:"block",reason:e.updatedOutput}};if(e.additionalContext)return{hookSpecificOutput:{hookEventName:this.hookModule.HOOK_TYPES.POST_TOOL_USE,additionalContext:e.additionalContext}}}formatPreCompactResponse(e){return e.context??""}formatSessionStartResponse(e){return e.context??""}getSettingsPath(e){return Na(e??process.cwd(),".github","hooks","context-mode.json")}generateHookConfig(e){let{HOOK_TYPES:r,buildHookCommand:n}=this.hookModule;return{[r.PRE_TOOL_USE]:[{matcher:"",hooks:[{type:"command",command:n(r.PRE_TOOL_USE,e)}]}],[r.POST_TOOL_USE]:[{matcher:"",hooks:[{type:"command",command:n(r.POST_TOOL_USE,e)}]}],[r.PRE_COMPACT]:[{matcher:"",hooks:[{type:"command",command:n(r.PRE_COMPACT,e)}]}],[r.SESSION_START]:[{matcher:"",hooks:[{type:"command",command:n(r.SESSION_START,e)}]}]}}readSettings(){try{let e=rv(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{}try{let e=rv(Na(".claude","settings.json"),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){let r=this.getSettingsPath();pR(Na(".github","hooks"),{recursive:!0}),dR(r,JSON.stringify(e,null,2)+`
|
|
22
|
+
`,"utf-8")}configureAllHooks(e){let r=[],n=this.readSettings()??{},s=n.hooks??{},{HOOK_TYPES:o,HOOK_SCRIPTS:i,buildHookCommand:a}=this.hookModule,c=[o.PRE_TOOL_USE,o.POST_TOOL_USE,o.PRE_COMPACT,o.SESSION_START];for(let u of c)i[u]&&(s[u]=[{matcher:"",hooks:[{type:"command",command:a(u,e)}]}],r.push(`Configured ${u} hook`));return n.hooks=s,this.writeSettings(n),r.push(`Wrote hook config to ${this.getSettingsPath()}`),r}setHookPermissions(e){let r=[],n=gR(e,"hooks",this.hookSubdir);for(let s of Object.values(this.hookModule.HOOK_SCRIPTS)){let o=Na(n,s);try{mR(o,hR.R_OK),fR(o,493),r.push(o)}catch{}}return r}updatePluginRegistry(e,r){}}});function nv(t,e){let r=dd[t];if(!r)throw new Error(`No script defined for hook type: ${t}`);return e?xe(`${e}/hooks/vscode-copilot/${r}`):`context-mode hook vscode-copilot ${t.toLowerCase()}`}var Ft,dd,CZ,OZ,sv=x(()=>{"use strict";Sr();Ft={PRE_TOOL_USE:"PreToolUse",POST_TOOL_USE:"PostToolUse",PRE_COMPACT:"PreCompact",SESSION_START:"SessionStart"},dd={[Ft.PRE_TOOL_USE]:"pretooluse.mjs",[Ft.POST_TOOL_USE]:"posttooluse.mjs",[Ft.PRE_COMPACT]:"precompact.mjs",[Ft.SESSION_START]:"sessionstart.mjs"},CZ=[Ft.PRE_TOOL_USE,Ft.SESSION_START],OZ=[Ft.POST_TOOL_USE,Ft.PRE_COMPACT]});var ov={};Ue(ov,{VSCodeCopilotAdapter:()=>fd});import{readFileSync as pd,mkdirSync as yR,accessSync as _R,existsSync as vR,constants as bR}from"node:fs";import{resolve as Is,join as Da}from"node:path";import{homedir as md}from"node:os";var fd,iv=x(()=>{"use strict";ld();sv();fd=class extends Os{constructor(){super([".vscode"])}name="VS Code Copilot";hookModule={HOOK_TYPES:Ft,HOOK_SCRIPTS:dd,buildHookCommand:nv};hookSubdir="vscode-copilot";extractSessionId(e){return e.sessionId?e.sessionId:process.env.VSCODE_PID?`vscode-${process.env.VSCODE_PID}`:`pid-${process.ppid}`}getProjectDir(){return process.env.CLAUDE_PROJECT_DIR||process.cwd()}getSessionDir(){let e=Is(".github","context-mode","sessions"),r=Da(md(),".vscode","context-mode","sessions"),n=vR(Is(".github"))?e:r;return yR(n,{recursive:!0}),n}getConfigDir(e){return Is(e??process.cwd(),".github")}getInstructionFiles(){return["copilot-instructions.md"]}validateHooks(e){let r=[],n=Is(".github","hooks");try{_R(n,bR.R_OK)}catch{return r.push({check:"Hooks directory",status:"fail",message:".github/hooks/ directory not found",fix:"context-mode upgrade"}),r}let s=Is(n,"context-mode.json");try{let o=pd(s,"utf-8"),a=JSON.parse(o).hooks;a?.[Ft.PRE_TOOL_USE]?r.push({check:"PreToolUse hook",status:"pass",message:"PreToolUse hook configured in context-mode.json"}):r.push({check:"PreToolUse hook",status:"fail",message:"PreToolUse not found in context-mode.json",fix:"context-mode upgrade"}),a?.[Ft.SESSION_START]?r.push({check:"SessionStart hook",status:"pass",message:"SessionStart hook configured in context-mode.json"}):r.push({check:"SessionStart hook",status:"fail",message:"SessionStart not found in context-mode.json",fix:"context-mode upgrade"})}catch{r.push({check:"Hook configuration",status:"fail",message:"Could not read .github/hooks/context-mode.json",fix:"context-mode upgrade"})}return r.push({check:"API stability",status:"warn",message:"VS Code Copilot hooks are in preview \u2014 API may change without notice"}),r.push({check:"Matcher support",status:"warn",message:"Matchers are parsed but IGNORED \u2014 all hooks fire on all tools"}),r}checkPluginRegistration(){try{let e=Is(".vscode","mcp.json"),r=pd(e,"utf-8"),s=JSON.parse(r).servers;return s&&Object.keys(s).some(i=>i.includes("context-mode"))?{check:"MCP registration",status:"pass",message:"context-mode found in .vscode/mcp.json"}:{check:"MCP registration",status:"fail",message:"context-mode not found in .vscode/mcp.json",fix:"Add context-mode server to .vscode/mcp.json"}}catch{return{check:"MCP registration",status:"warn",message:"Could not read .vscode/mcp.json"}}}getInstalledVersion(){let e=[Da(md(),".vscode","extensions"),Da(md(),".vscode-insiders","extensions")];for(let r of e)try{let n=pd(Da(r,"extensions.json"),"utf-8"),o=JSON.parse(n).find(i=>typeof i.identifier=="object"&&i.identifier!==null&&i.identifier.id?.toString().includes("context-mode"));if(o&&typeof o.version=="string")return o.version}catch{continue}return"not installed"}}});function av(t,e){let r=hd[t];if(!r)throw new Error(`No script defined for hook type: ${t}`);return e?xe(`${e}/hooks/jetbrains-copilot/${r}`):`context-mode hook jetbrains-copilot ${t.toLowerCase()}`}var Ut,hd,LZ,FZ,cv=x(()=>{"use strict";Sr();Ut={PRE_TOOL_USE:"PreToolUse",POST_TOOL_USE:"PostToolUse",PRE_COMPACT:"PreCompact",SESSION_START:"SessionStart",STOP:"Stop",SUBAGENT_START:"SubagentStart",SUBAGENT_STOP:"SubagentStop"},hd={[Ut.PRE_TOOL_USE]:"pretooluse.mjs",[Ut.POST_TOOL_USE]:"posttooluse.mjs",[Ut.PRE_COMPACT]:"precompact.mjs",[Ut.SESSION_START]:"sessionstart.mjs"},LZ=[Ut.PRE_TOOL_USE,Ut.SESSION_START],FZ=[Ut.POST_TOOL_USE,Ut.PRE_COMPACT]});var uv={};Ue(uv,{JetBrainsCopilotAdapter:()=>gd});import{readFileSync as xR}from"node:fs";import{resolve as SR}from"node:path";var gd,lv=x(()=>{"use strict";ld();cv();gd=class extends Os{constructor(){super([".config","JetBrains"])}name="JetBrains Copilot";hookModule={HOOK_TYPES:Ut,HOOK_SCRIPTS:hd,buildHookCommand:av};hookSubdir="jetbrains-copilot";extractSessionId(e){return e.sessionId?e.sessionId:process.env.JETBRAINS_CLIENT_ID?`jetbrains-${process.env.JETBRAINS_CLIENT_ID}`:process.env.IDEA_HOME?`idea-${process.pid}`:`pid-${process.ppid}`}getProjectDir(){return process.env.IDEA_INITIAL_DIRECTORY||process.env.CLAUDE_PROJECT_DIR||process.cwd()}getConfigDir(e){return SR(e??this.getProjectDir(),".github")}getInstructionFiles(){return["copilot-instructions.md"]}validateHooks(e){let r=[];try{let n=xR(this.getSettingsPath(),"utf-8"),o=JSON.parse(n).hooks;o?.[Ut.PRE_TOOL_USE]?r.push({check:"PreToolUse hook",status:"pass",message:"PreToolUse hook configured in .github/hooks/context-mode.json"}):r.push({check:"PreToolUse hook",status:"fail",message:"PreToolUse not found in .github/hooks/context-mode.json",fix:"context-mode upgrade"}),o?.[Ut.SESSION_START]?r.push({check:"SessionStart hook",status:"pass",message:"SessionStart hook configured in .github/hooks/context-mode.json"}):r.push({check:"SessionStart hook",status:"fail",message:"SessionStart not found in .github/hooks/context-mode.json",fix:"context-mode upgrade"})}catch{r.push({check:"Hook configuration",status:"fail",message:"Could not read .github/hooks/context-mode.json",fix:"context-mode upgrade"})}return r.push({check:"Hook scripts",status:"warn",message:`JetBrains hook wrappers should resolve to ${e}/hooks/jetbrains-copilot/*.mjs`}),r}checkPluginRegistration(){return{check:"MCP registration",status:"warn",message:"JetBrains stores MCP config via Settings UI \u2014 not CLI-inspectable",fix:"Verify in IDE: Settings > Tools > GitHub Copilot > MCP > ensure a context-mode server entry exists"}}getInstalledVersion(){let r=this.readSettings()?.hooks;return r&&Object.keys(r).length>0?"configured":"unknown"}}});function Uo(t,e){let r=yd[e],n=Ht(e);if("command"in t){let o=t.command??"";return r!=null&&o.includes(r)||o.includes(n)}return t.hooks?.some(o=>{let i=o.command??"";return r!=null&&i.includes(r)||i.includes(n)})??!1}function Ht(t){return`context-mode hook cursor ${t.toLowerCase()}`}var _e,yd,kR,wR,_d,dv,pv,mv=x(()=>{"use strict";_e={PRE_TOOL_USE:"preToolUse",POST_TOOL_USE:"postToolUse",SESSION_START:"sessionStart",STOP:"stop",AFTER_AGENT_RESPONSE:"afterAgentResponse"},yd={[_e.PRE_TOOL_USE]:"pretooluse.mjs",[_e.POST_TOOL_USE]:"posttooluse.mjs",[_e.SESSION_START]:"sessionstart.mjs",[_e.STOP]:"stop.mjs",[_e.AFTER_AGENT_RESPONSE]:"afteragentresponse.mjs"},kR="MCP:(?!ctx_)",wR=["Shell","Read","Grep","WebFetch","mcp_web_fetch","mcp_fetch_tool","Task","MCP:ctx_execute","MCP:ctx_execute_file","MCP:ctx_batch_execute",kR],_d=wR.join("|"),dv=[_e.PRE_TOOL_USE],pv=[_e.POST_TOOL_USE]});var _v={};Ue(_v,{CursorAdapter:()=>vd});import{readFileSync as Ma,writeFileSync as ER,mkdirSync as $R,accessSync as fv,chmodSync as TR,constants as hv,existsSync as gv,readdirSync as PR}from"node:fs";import{execSync as RR}from"node:child_process";import{resolve as Nn,join as Dn}from"node:path";import{homedir as ja}from"node:os";var yv,vd,vv=x(()=>{"use strict";Ct();en();mv();yv="/Library/Application Support/Cursor/hooks.json",vd=class extends ke{constructor(){super([".cursor"])}name="Cursor";paradigm="json-stdio";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!1,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!1,canInjectSessionContext:!0};parsePreToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parsePostToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},toolOutput:r.tool_output??r.error_message,isError:!!r.error_message,sessionId:this.extractSessionId(r),projectDir:this.getProjectDir(r),raw:e}}parseSessionStartInput(e){let r=e,n=r.source??r.trigger??"startup",s;switch(n){case"compact":s="compact";break;case"resume":s="resume";break;case"clear":s="clear";break;default:s="startup"}return{sessionId:this.extractSessionId(r),source:s,projectDir:this.getProjectDir(r),raw:e}}formatPreToolUseResponse(e){return e.decision==="deny"?{permission:"deny",user_message:e.reason??"Blocked by context-mode hook"}:e.decision==="modify"&&e.updatedInput?{updated_input:e.updatedInput}:e.decision==="context"&&e.additionalContext?{agent_message:e.additionalContext}:e.decision==="ask"?{permission:"ask",user_message:e.reason??"Action requires user confirmation (security policy)"}:{agent_message:""}}formatPostToolUseResponse(e){return{additional_context:e.additionalContext??""}}formatSessionStartResponse(e){return{additional_context:e.context??""}}parseStopInput(e){let r=e;return{sessionId:r.conversation_id??`pid-${process.ppid}`,status:r.status??"completed",loopCount:r.loop_count??0,generationId:r.generation_id,transcriptPath:r.transcript_path??void 0}}formatStopResponse(e){return e.followupMessage?{followup_message:e.followupMessage}:{}}parseAfterAgentResponseInput(e){return{text:e.text??""}}getSettingsPath(){return Nn(".cursor","hooks.json")}getConfigDir(e){return Nn(e??process.cwd(),".cursor")}getInstructionFiles(){return["context-mode.mdc"]}generateHookConfig(e){return{[_e.PRE_TOOL_USE]:[{type:"command",command:Ht(_e.PRE_TOOL_USE),matcher:_d,loop_limit:null,failClosed:!1}],[_e.POST_TOOL_USE]:[{type:"command",command:Ht(_e.POST_TOOL_USE),loop_limit:null,failClosed:!1}],[_e.SESSION_START]:[{type:"command",command:Ht(_e.SESSION_START),loop_limit:null,failClosed:!1}],[_e.STOP]:[{type:"command",command:Ht(_e.STOP),loop_limit:null,failClosed:!1}],[_e.AFTER_AGENT_RESPONSE]:[{type:"command",command:Ht(_e.AFTER_AGENT_RESPONSE),loop_limit:null,failClosed:!1}]}}readSettings(){for(let e of this.getCandidateHookConfigPaths())try{let r=Ma(e,"utf-8");return JSON.parse(r)}catch{continue}return null}writeSettings(e){let r=this.getSettingsPath();$R(Nn(".cursor"),{recursive:!0}),ER(r,JSON.stringify(e,null,2)+`
|
|
23
|
+
`,"utf-8")}validateHooks(e){let r=[],n=this.loadNativeHookConfig();if(!n)r.push({check:"Native hook config",status:"fail",message:"No readable native Cursor hook config found in .cursor/hooks.json or ~/.cursor/hooks.json",fix:"context-mode upgrade"});else{let o=n.config.hooks??{};r.push({check:"Native hook config",status:"pass",message:`Loaded ${n.path}`});for(let i of dv){let a=o[i],c=Array.isArray(a)&&a.some(u=>Uo(u,i));r.push({check:i,status:c?"pass":"fail",message:c?`${i} hook configured`:`${i} hook not configured in ${n.path}`,fix:c?void 0:"context-mode upgrade"})}for(let i of pv){let a=o[i],c=Array.isArray(a)&&a.some(u=>Uo(u,i));r.push({check:i,status:c?"pass":"warn",message:c?`${i} hook configured`:`${i} hook missing \u2014 session event capture will be reduced`})}}gv(yv)&&r.push({check:"Enterprise hook config",status:"warn",message:"Enterprise Cursor hook config detected at /Library/Application Support/Cursor/hooks.json (read-only informational layer)"}),this.hasClaudeCompatibilityHooks()&&r.push({check:"Claude compatibility",status:"warn",message:"Claude-compatible hooks detected; native Cursor hooks are the supported configuration"});let s=this.detectPluginInstalls();return s.length>0&&((n?Object.entries(n.config.hooks??{}).some(([i,a])=>Array.isArray(a)&&a.some(c=>Uo(c,i))):!1)&&n?r.push({check:"Plugin/native hook duplication",status:"warn",message:`context-mode plugin detected at ${s[0]} alongside native hooks in ${n.path} \u2014 each event will fire twice. Remove one configuration to avoid duplicate routing.`,fix:"Remove the native .cursor/hooks.json entries OR uninstall the plugin"}):r.push({check:"Plugin install",status:"pass",message:`context-mode plugin installed at ${s[0]}`})),r}detectPluginInstalls(){let e=[Dn(ja(),".cursor","plugins","local"),Dn(ja(),".cursor","plugins","cache")],r=[];for(let n of e){try{fv(n,hv.F_OK)}catch{continue}let s=[];try{s=PR(n)}catch{continue}for(let o of s){let i=Dn(n,o,".cursor-plugin","plugin.json");try{let a=Ma(i,"utf-8");JSON.parse(a)?.name==="context-mode"&&r.push(i)}catch{continue}}}return r}checkPluginRegistration(){let e=[Nn(".cursor","mcp.json"),Dn(ja(),".cursor","mcp.json")];for(let n of e)try{let s=Ma(n,"utf-8"),o=JSON.parse(s),i=o.mcpServers??o.servers;if(!i)continue;if(Object.entries(i).some(([c,u])=>c.includes("context-mode")?!0:!u||typeof u!="object"?!1:u.command==="context-mode"))return{check:"MCP registration",status:"pass",message:`context-mode found in ${n}`}}catch{continue}let r=this.detectPluginInstalls();return r.length>0?{check:"MCP registration",status:"pass",message:`context-mode registered via plugin manifest at ${r[0]}`}:{check:"MCP registration",status:"warn",message:"Could not find context-mode in .cursor/mcp.json or ~/.cursor/mcp.json"}}getInstalledVersion(){try{return RR("cursor --version",{encoding:"utf-8",stdio:["ignore","pipe","ignore"]}).trim().split(/\r?\n/)[0]||"unknown"}catch{return"not installed"}}configureAllHooks(e){let r=this.readSettings()??{version:1,hooks:{}},n=r.hooks??{},s=[];return this.upsertHookEntry(n,_e.PRE_TOOL_USE,{type:"command",command:Ht(_e.PRE_TOOL_USE),matcher:_d,loop_limit:null,failClosed:!1},s),this.upsertHookEntry(n,_e.POST_TOOL_USE,{type:"command",command:Ht(_e.POST_TOOL_USE),loop_limit:null,failClosed:!1},s),this.upsertHookEntry(n,_e.SESSION_START,{type:"command",command:Ht(_e.SESSION_START),loop_limit:null,failClosed:!1},s),this.upsertHookEntry(n,_e.STOP,{type:"command",command:Ht(_e.STOP),loop_limit:null,failClosed:!1},s),this.upsertHookEntry(n,_e.AFTER_AGENT_RESPONSE,{type:"command",command:Ht(_e.AFTER_AGENT_RESPONSE),loop_limit:null,failClosed:!1},s),r.version=1,r.hooks=n,this.writeSettings(r),s.push(`Wrote native Cursor hooks to ${this.getSettingsPath()}`),s}setHookPermissions(e){let r=[],n=Dn(e,"hooks","cursor");for(let s of Object.values(yd)){let o=Nn(n,s);try{fv(o,hv.R_OK),TR(o,493),r.push(o)}catch{}}return r}updatePluginRegistry(e,r){}getCandidateHookConfigPaths(){let e=[this.getSettingsPath(),Dn(ja(),".cursor","hooks.json")];return process.platform==="darwin"&&e.push(yv),e}getProjectDir(e){return e.cwd||e.workspace_roots?.[0]||process.env.CURSOR_CWD||process.cwd()}extractSessionId(e){return e.conversation_id?e.conversation_id:e.session_id?e.session_id:process.env.CURSOR_SESSION_ID?process.env.CURSOR_SESSION_ID:process.env.CURSOR_TRACE_ID?process.env.CURSOR_TRACE_ID:`pid-${process.ppid}`}loadNativeHookConfig(){for(let e of this.getCandidateHookConfigPaths())try{let r=Ma(e,"utf-8"),n=JSON.parse(r);if(n&&typeof n=="object")return{path:e,config:n}}catch{continue}return null}hasClaudeCompatibilityHooks(){return[Nn(".claude","settings.json"),Nn(".claude","settings.local.json"),Dn(Be(),"settings.json")].some(r=>gv(r))}upsertHookEntry(e,r,n,s){let o=e[r],i=Array.isArray(o)?[...o]:[],a=i.findIndex(c=>Uo(c,r));a>=0?(i[a]=n,s.push(`Updated existing ${r} hook entry`)):(i.push(n),s.push(`Added ${r} hook entry`)),e[r]=i}}});var xv={};Ue(xv,{AntigravityAdapter:()=>xd});import{readFileSync as za,writeFileSync as CR,mkdirSync as OR}from"node:fs";import{resolve as La,dirname as bv}from"node:path";import{fileURLToPath as IR}from"node:url";import{homedir as bd}from"node:os";var xd,Sv=x(()=>{"use strict";Ct();xd=class extends ke{constructor(){super([".gemini"])}name="Antigravity";paradigm="mcp-only";capabilities={preToolUse:!1,postToolUse:!1,preCompact:!1,sessionStart:!1,canModifyArgs:!1,canModifyOutput:!1,canInjectSessionContext:!1};parsePreToolUseInput(e){throw new Error("Antigravity does not support hooks")}parsePostToolUseInput(e){throw new Error("Antigravity does not support hooks")}parsePreCompactInput(e){throw new Error("Antigravity does not support hooks")}parseSessionStartInput(e){throw new Error("Antigravity does not support hooks")}formatPreToolUseResponse(e){}formatPostToolUseResponse(e){}formatPreCompactResponse(e){}formatSessionStartResponse(e){}getSettingsPath(){return La(bd(),".gemini","antigravity","mcp_config.json")}getConfigDir(e){return La(bd(),".gemini","antigravity")}getInstructionFiles(){return["GEMINI.md"]}generateHookConfig(e){return{}}readSettings(){try{let e=za(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){let r=this.getSettingsPath();OR(bv(r),{recursive:!0}),CR(r,JSON.stringify(e,null,2),"utf-8")}validateHooks(e){return[{check:"Hook support",status:"warn",message:"Antigravity does not support hooks. Only MCP integration is available."}]}checkPluginRegistration(){try{let e=za(this.getSettingsPath(),"utf-8");return"context-mode"in(JSON.parse(e)?.mcpServers??{})?{check:"MCP registration",status:"pass",message:"context-mode found in mcpServers config"}:{check:"MCP registration",status:"fail",message:"context-mode not found in mcpServers",fix:"Add context-mode to mcpServers in ~/.gemini/antigravity/mcp_config.json"}}catch{return{check:"MCP registration",status:"warn",message:"Could not read ~/.gemini/antigravity/mcp_config.json"}}}getInstalledVersion(){try{let e=La(bd(),".gemini","extensions","context-mode","package.json");return JSON.parse(za(e,"utf-8")).version??"unknown"}catch{return"not installed"}}configureAllHooks(e){return[]}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}getRoutingInstructions(){let e=La(bv(IR(import.meta.url)),"..","..","..","configs","antigravity","GEMINI.md");try{return za(e,"utf-8")}catch{return`# context-mode
|
|
24
24
|
|
|
25
|
-
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of run_command/view_file for data-heavy operations.`}}}});function
|
|
25
|
+
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of run_command/view_file for data-heavy operations.`}}}});function Fa(t,e){let r=kv[e];return r&&(t.command?.includes(r)||t.command?.includes("context-mode hook kiro"))||!1}function As(t,e){let r=kv[t];return e&&r?xe(`${e}/hooks/kiro/${r}`):`context-mode hook kiro ${t.toLowerCase()}`}var je,kv,AR,NR,Sd,aB,cB,wv=x(()=>{"use strict";Sr();je={PRE_TOOL_USE:"preToolUse",POST_TOOL_USE:"postToolUse",AGENT_SPAWN:"agentSpawn",USER_PROMPT_SUBMIT:"userPromptSubmit"},kv={[je.PRE_TOOL_USE]:"pretooluse.mjs",[je.POST_TOOL_USE]:"posttooluse.mjs",[je.USER_PROMPT_SUBMIT]:"userpromptsubmit.mjs",[je.AGENT_SPAWN]:"agentspawn.mjs"},AR="@(?!context-mode/)",NR=["execute_bash","fs_read","@context-mode/ctx_execute","@context-mode/ctx_execute_file","@context-mode/ctx_batch_execute",AR],Sd=NR.join("|"),aB=[je.PRE_TOOL_USE,je.AGENT_SPAWN],cB=[je.POST_TOOL_USE,je.USER_PROMPT_SUBMIT]});var Pv={};Ue(Pv,{KiroAdapter:()=>kd});import{readFileSync as Ns,writeFileSync as Ev,mkdirSync as $v}from"node:fs";import{resolve as Mn,dirname as Tv}from"node:path";import{fileURLToPath as DR}from"node:url";import{homedir as Ua}from"node:os";var kd,Rv=x(()=>{"use strict";Ct();wv();kd=class extends ke{constructor(){super([".kiro"])}name="Kiro";paradigm="json-stdio";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!1,sessionStart:!0,canModifyArgs:!1,canModifyOutput:!1,canInjectSessionContext:!0};parsePreToolUseInput(e){let r=e;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},sessionId:`pid-${process.ppid}`,projectDir:r.cwd??process.cwd(),raw:e}}parsePostToolUseInput(e){let r=e,n=r.tool_response;return{toolName:r.tool_name??"",toolInput:r.tool_input??{},toolOutput:typeof n=="string"?n:JSON.stringify(n??""),sessionId:`pid-${process.ppid}`,projectDir:r.cwd??process.cwd(),raw:e}}parsePreCompactInput(e){throw new Error("Kiro does not support PreCompact hooks")}parseSessionStartInput(e){let r=e??{};return{source:r.source??"startup",sessionId:`pid-${process.ppid}`,projectDir:r.cwd??process.cwd(),raw:e}}formatPreToolUseResponse(e){switch(e.decision){case"deny":return{exitCode:2,stderr:e.reason??"Blocked by context-mode"};case"context":return{exitCode:0,stdout:e.additionalContext??""};default:return}}formatPostToolUseResponse(e){}formatPreCompactResponse(e){}formatSessionStartResponse(e){if(e?.context)return{hookSpecificOutput:{hookEventName:"agentSpawn",additionalContext:e.context}}}getSettingsPath(){return Mn(Ua(),".kiro","settings","mcp.json")}getConfigDir(e){return Mn(e??process.cwd(),".kiro")}getInstructionFiles(){return["KIRO.md"]}generateHookConfig(e){return{[je.PRE_TOOL_USE]:[{matcher:Sd,hooks:[{type:"command",command:As(je.PRE_TOOL_USE,e)}]}],[je.POST_TOOL_USE]:[{matcher:"*",hooks:[{type:"command",command:As(je.POST_TOOL_USE,e)}]}],[je.AGENT_SPAWN]:[{matcher:"*",hooks:[{type:"command",command:As(je.AGENT_SPAWN,e)}]}],[je.USER_PROMPT_SUBMIT]:[{matcher:"*",hooks:[{type:"command",command:As(je.USER_PROMPT_SUBMIT,e)}]}]}}readSettings(){try{let e=Ns(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){let r=this.getSettingsPath();$v(Tv(r),{recursive:!0}),Ev(r,JSON.stringify(e,null,2),"utf-8")}validateHooks(e){let r=[],n=Mn(Ua(),".kiro","agents","default.json");try{let o=JSON.parse(Ns(n,"utf-8")).hooks??{};for(let i of[je.PRE_TOOL_USE]){let c=(o[i]??[]).some(u=>Fa(u,i));r.push({check:`Hook: ${i}`,status:c?"pass":"fail",message:c?`context-mode ${i} hook found`:`context-mode ${i} hook not configured`,...c?{}:{fix:"Run: context-mode upgrade"}})}for(let i of[je.POST_TOOL_USE]){let c=(o[i]??[]).some(u=>Fa(u,i));r.push({check:`Hook: ${i}`,status:c?"pass":"warn",message:c?`context-mode ${i} hook found`:`context-mode ${i} hook not configured (optional)`})}}catch{r.push({check:"Hook configuration",status:"warn",message:"Could not read ~/.kiro/agents/default.json",fix:"Run: context-mode upgrade"})}return r}checkPluginRegistration(){try{let e=Ns(this.getSettingsPath(),"utf-8");return"context-mode"in(JSON.parse(e)?.mcpServers??{})?{check:"MCP registration",status:"pass",message:"context-mode found in mcpServers config"}:{check:"MCP registration",status:"fail",message:"context-mode not found in mcpServers",fix:"Add context-mode to mcpServers in ~/.kiro/settings/mcp.json"}}catch{return{check:"MCP registration",status:"warn",message:"Could not read ~/.kiro/settings/mcp.json"}}}getInstalledVersion(){try{let e=Mn(Ua(),".kiro","extensions","context-mode","package.json");return JSON.parse(Ns(e,"utf-8")).version??"unknown"}catch{return"not installed"}}configureAllHooks(e){let r=[],n=Mn(Ua(),".kiro","agents"),s=Mn(n,"default.json");try{$v(n,{recursive:!0});let o={};try{o=JSON.parse(Ns(s,"utf-8"))}catch{}let i=o.hooks??{},a=[[je.PRE_TOOL_USE,Sd],[je.POST_TOOL_USE,"*"],[je.AGENT_SPAWN,"*"],[je.USER_PROMPT_SUBMIT,"*"]];for(let[c,u]of a){let d=i[c]??[];d.some(l=>Fa(l,c))||(d.push({matcher:u,command:As(c,e)}),i[c]=d,r.push(`Added ${c} hook to ${s}`))}o.hooks=i,Ev(s,JSON.stringify(o,null,2),"utf-8")}catch(o){r.push(`Failed to configure hooks: ${o.message}`)}return r}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}getRoutingInstructions(){let e=Mn(Tv(DR(import.meta.url)),"..","..","..","configs","kiro","KIRO.md");try{return Ns(e,"utf-8")}catch{return`# context-mode
|
|
26
26
|
|
|
27
|
-
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of run_command/view_file for data-heavy operations.`}}}});var
|
|
27
|
+
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of run_command/view_file for data-heavy operations.`}}}});var Iv={};Ue(Iv,{ZedAdapter:()=>Ed});import{readFileSync as wd,writeFileSync as MR,mkdirSync as jR}from"node:fs";import{resolve as Cv,dirname as Ov}from"node:path";import{fileURLToPath as zR}from"node:url";import{homedir as LR}from"node:os";var Ed,Av=x(()=>{"use strict";Ct();Ed=class extends ke{constructor(){super([".config","zed"])}name="Zed";paradigm="mcp-only";capabilities={preToolUse:!1,postToolUse:!1,preCompact:!1,sessionStart:!1,canModifyArgs:!1,canModifyOutput:!1,canInjectSessionContext:!1};parsePreToolUseInput(e){throw new Error("Zed does not support hooks")}parsePostToolUseInput(e){throw new Error("Zed does not support hooks")}parsePreCompactInput(e){throw new Error("Zed does not support hooks")}parseSessionStartInput(e){throw new Error("Zed does not support hooks")}formatPreToolUseResponse(e){}formatPostToolUseResponse(e){}formatPreCompactResponse(e){}formatSessionStartResponse(e){}getSettingsPath(){return Cv(LR(),".config","zed","settings.json")}getInstructionFiles(){return["AGENTS.md"]}generateHookConfig(e){return{}}readSettings(){try{let e=wd(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){let r=this.getSettingsPath();jR(Ov(r),{recursive:!0}),MR(r,JSON.stringify(e,null,2),"utf-8")}validateHooks(e){return[{check:"Hook support",status:"warn",message:"Zed does not support hooks. Only MCP integration is available."}]}checkPluginRegistration(){try{let e=wd(this.getSettingsPath(),"utf-8"),n=JSON.parse(e).context_servers!==void 0,s=e.includes("context-mode");return n&&s?{check:"MCP registration",status:"pass",message:"context-mode found in context_servers config"}:n?{check:"MCP registration",status:"fail",message:"context_servers section exists but context-mode not found",fix:"Add context-mode to context_servers in ~/.config/zed/settings.json"}:{check:"MCP registration",status:"fail",message:"No context_servers section in settings.json",fix:"Add context_servers.context-mode to ~/.config/zed/settings.json"}}catch{return{check:"MCP registration",status:"warn",message:"Could not read ~/.config/zed/settings.json"}}}getInstalledVersion(){return"not installed"}configureAllHooks(e){return[]}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}getRoutingInstructions(){let e=Cv(Ov(zR(import.meta.url)),"..","..","..","configs","zed","AGENTS.md");try{return wd(e,"utf-8")}catch{return`# context-mode
|
|
28
28
|
|
|
29
|
-
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of bash/cat/curl for data-heavy operations.`}}}});var
|
|
29
|
+
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of bash/cat/curl for data-heavy operations.`}}}});var $d,Nv=x(()=>{"use strict";$d="mcp__(?!.*context-mode)"});var jv={};Ue(jv,{QwenCodeAdapter:()=>Td});import{readFileSync as FR,writeFileSync as UR,existsSync as HR}from"node:fs";import{resolve as Dv,join as ZR}from"node:path";import{homedir as Mv}from"node:os";var Td,zv=x(()=>{"use strict";Bl();Nv();Sr();Td=class extends Ps{constructor(){super([".qwen"])}name="Qwen Code";paradigm="json-stdio";projectDirEnvVar="QWEN_PROJECT_DIR";capabilities={preToolUse:!0,postToolUse:!0,preCompact:!0,sessionStart:!0,canModifyArgs:!0,canModifyOutput:!0,canInjectSessionContext:!0};getSettingsPath(){return Dv(Mv(),".qwen","settings.json")}getInstructionFiles(){return["QWEN.md"]}generateHookConfig(e){return{PreToolUse:[{matcher:["run_shell_command","read_file","read_many_files","grep_search","web_fetch","agent","mcp__plugin_context-mode_context-mode__ctx_execute","mcp__plugin_context-mode_context-mode__ctx_execute_file","mcp__plugin_context-mode_context-mode__ctx_batch_execute",$d].join("|"),hooks:[{type:"command",command:xe(`${e}/hooks/pretooluse.mjs`)}]}],PostToolUse:[{matcher:"run_shell_command|read_file|write_file|edit|glob|grep_search|todo_write|agent|ask_user_question|mcp__",hooks:[{type:"command",command:xe(`${e}/hooks/posttooluse.mjs`)}]}],SessionStart:[{matcher:"",hooks:[{type:"command",command:xe(`${e}/hooks/sessionstart.mjs`)}]}],PreCompact:[{matcher:"",hooks:[{type:"command",command:xe(`${e}/hooks/precompact.mjs`)}]}],UserPromptSubmit:[{matcher:"",hooks:[{type:"command",command:xe(`${e}/hooks/userpromptsubmit.mjs`)}]}]}}readSettings(){try{let e=FR(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){UR(this.getSettingsPath(),JSON.stringify(e,null,2))}validateHooks(e){let r=[],s=this.readSettings()?.hooks??{};for(let o of["PreToolUse","PostToolUse","SessionStart","PreCompact","UserPromptSubmit"]){let i=Array.isArray(s[o])&&s[o].length>0;r.push({check:`${o} hook`,status:i?"pass":"fail",message:i?`${o} hook configured in ~/.qwen/settings.json`:`${o} hook not found in ~/.qwen/settings.json`,...i?{}:{fix:`Add ${o} hook to ~/.qwen/settings.json`}})}return r}checkPluginRegistration(){try{let e=this.readSettings();if(e?.mcpServers&&typeof e.mcpServers=="object"){let r=e.mcpServers;return Object.keys(r).some(n=>n.includes("context-mode"))?{check:"Plugin registration",status:"pass",message:"context-mode found in mcpServers"}:{check:"Plugin registration",status:"fail",message:"mcpServers exists but context-mode not found",fix:"Add context-mode to mcpServers in ~/.qwen/settings.json"}}return{check:"Plugin registration",status:"warn",message:"No mcpServers in ~/.qwen/settings.json"}}catch{return{check:"Plugin registration",status:"warn",message:"Could not read ~/.qwen/settings.json"}}}getInstalledVersion(){let e=this.readSettings();if(!e)return"not installed";let r=e.hooks;if(!r)return"not installed";let n=["pretooluse.mjs","posttooluse.mjs","precompact.mjs","sessionstart.mjs","userpromptsubmit.mjs"];for(let[,s]of Object.entries(r))if(Array.isArray(s)){for(let o of s)if(o.hooks?.some(a=>a.command&&n.some(c=>a.command.includes(c))))return"installed (hooks configured)"}return"not installed"}configureAllHooks(e){let r=this.readSettings()??{},n=r.hooks??{},s=[];for(let i of Object.keys(n)){let a=n[i];if(!Array.isArray(a))continue;let c=a.filter(d=>{let p=d.hooks??[];return p.some(m=>m.command&&/context-mode|pretooluse|posttooluse|precompact|sessionstart|userpromptsubmit/i.test(m.command))?p.every(m=>{if(!m.command)return!0;let h=m.command.match(/"[^"]+"\s+"([^"]+\.mjs)"/),g=m.command.match(/node\s+"?([^"]+\.mjs)"?/),_=h||g;return _?HR(_[1]):!0}):!0}),u=a.length-c.length;u>0&&(n[i]=c,s.push(`Removed ${u} stale ${i} hook(s)`))}let o=[{name:"PreToolUse",script:"pretooluse.mjs",matcher:["run_shell_command","read_file","read_many_files","grep_search","web_fetch","agent","mcp__plugin_context-mode_context-mode__ctx_execute","mcp__plugin_context-mode_context-mode__ctx_execute_file","mcp__plugin_context-mode_context-mode__ctx_batch_execute",$d].join("|")},{name:"PostToolUse",script:"posttooluse.mjs",matcher:"run_shell_command|read_file|write_file|edit|glob|grep_search|todo_write|agent|ask_user_question|mcp__"},{name:"SessionStart",script:"sessionstart.mjs",matcher:""},{name:"PreCompact",script:"precompact.mjs",matcher:""},{name:"UserPromptSubmit",script:"userpromptsubmit.mjs",matcher:""}];for(let{name:i,script:a,matcher:c}of o){let u={matcher:c,hooks:[{type:"command",command:xe(`${e}/hooks/${a}`)}]},d=n[i];if(d&&Array.isArray(d)){let l=d.findIndex(p=>p.hooks?.some(m=>m.command?.includes(a))??!1);l>=0?(d[l]=u,s.push(`Updated ${i} hook`)):(d.push(u),s.push(`Added ${i} hook`)),n[i]=d}else n[i]=[u],s.push(`Created ${i} hooks`)}return r.hooks=n,this.writeSettings(r),s}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}getRoutingInstructionsConfig(){return{instructionsPath:Dv(ZR(Mv(),".qwen","QWEN.md")),targetPath:"QWEN.md",platformName:"Qwen Code"}}extractSessionId(e){if(e.session_id)return e.session_id;if(e.transcript_path){let r=e.transcript_path.match(/([a-f0-9-]{36})\.jsonl$/);if(r)return r[1]}return process.env.QWEN_SESSION_ID?process.env.QWEN_SESSION_ID:`pid-${process.ppid}`}}});var Lv={};Ue(Lv,{OMPAdapter:()=>Cd});import{readFileSync as Pd,writeFileSync as BR,mkdirSync as qR}from"node:fs";import{resolve as Rd,dirname as VR}from"node:path";import{homedir as WR}from"node:os";var Cd,Fv=x(()=>{"use strict";Ct();Cd=class extends ke{constructor(){super([".omp"])}name="OMP";paradigm="mcp-only";capabilities={preToolUse:!1,postToolUse:!1,preCompact:!1,sessionStart:!1,canModifyArgs:!1,canModifyOutput:!1,canInjectSessionContext:!1};parsePreToolUseInput(e){throw new Error("OMP hooks not wired by this adapter (MCP-only delivery)")}parsePostToolUseInput(e){throw new Error("OMP hooks not wired by this adapter (MCP-only delivery)")}parsePreCompactInput(e){throw new Error("OMP hooks not wired by this adapter (MCP-only delivery)")}parseSessionStartInput(e){throw new Error("OMP hooks not wired by this adapter (MCP-only delivery)")}formatPreToolUseResponse(e){}formatPostToolUseResponse(e){}formatPreCompactResponse(e){}formatSessionStartResponse(e){}getAgentDir(){return process.env.PI_CODING_AGENT_DIR??Rd(WR(),".omp","agent")}getSettingsPath(){return Rd(this.getAgentDir(),"mcp.json")}getConfigDir(e){return this.getAgentDir()}getInstructionFiles(){return["SYSTEM.md","AGENTS.md"]}generateHookConfig(e){return{}}readSettings(){try{let e=Pd(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){let r=this.getSettingsPath();qR(VR(r),{recursive:!0}),BR(r,JSON.stringify(e,null,2),"utf-8")}validateHooks(e){return[{check:"Hook support",status:"warn",message:"context-mode delivers via MCP for OMP. Native OMP pre/post tool-call hooks are not yet wired by this adapter."}]}checkPluginRegistration(){try{let e=Pd(this.getSettingsPath(),"utf-8");return"context-mode"in(JSON.parse(e)?.mcpServers??{})?{check:"MCP registration",status:"pass",message:"context-mode found in mcpServers config"}:{check:"MCP registration",status:"fail",message:"context-mode not found in mcpServers",fix:`Add context-mode to mcpServers in ${this.getSettingsPath()}`}}catch{return{check:"MCP registration",status:"warn",message:`Could not read ${this.getSettingsPath()}`}}}getInstalledVersion(){try{let e=Rd(this.getAgentDir(),"extensions","context-mode","package.json");return JSON.parse(Pd(e,"utf-8")).version??"unknown"}catch{return"not installed"}}configureAllHooks(e){return[]}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}getRoutingInstructions(){return`# context-mode
|
|
30
30
|
|
|
31
|
-
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of run_command/view_file for data-heavy operations.`}}});var
|
|
31
|
+
Use context-mode MCP tools (execute, execute_file, batch_execute, fetch_and_index, search) instead of run_command/view_file for data-heavy operations.`}}});var Uv={};Ue(Uv,{PiAdapter:()=>Nd});import{readFileSync as Od,writeFileSync as GR,mkdirSync as KR}from"node:fs";import{resolve as Id,dirname as JR}from"node:path";import{homedir as Ad}from"node:os";var Nd,Hv=x(()=>{"use strict";Ct();Nd=class extends ke{constructor(){super([".pi"])}name="Pi";paradigm="mcp-only";capabilities={preToolUse:!1,postToolUse:!1,preCompact:!1,sessionStart:!1,canModifyArgs:!1,canModifyOutput:!1,canInjectSessionContext:!1};parsePreToolUseInput(e){throw new Error("Pi does not support JSON-stdio hooks (wired via extension.ts)")}parsePostToolUseInput(e){throw new Error("Pi does not support JSON-stdio hooks (wired via extension.ts)")}parsePreCompactInput(e){throw new Error("Pi does not support JSON-stdio hooks (wired via extension.ts)")}parseSessionStartInput(e){throw new Error("Pi does not support JSON-stdio hooks (wired via extension.ts)")}formatPreToolUseResponse(e){}formatPostToolUseResponse(e){}formatPreCompactResponse(e){}formatSessionStartResponse(e){}getSettingsPath(){return Id(Ad(),".pi","settings.json")}getInstructionFiles(){return["AGENTS.md"]}generateHookConfig(e){return{}}readSettings(){try{let e=Od(this.getSettingsPath(),"utf-8");return JSON.parse(e)}catch{return null}}writeSettings(e){let r=this.getSettingsPath();KR(JR(r),{recursive:!0}),GR(r,JSON.stringify(e,null,2),"utf-8")}validateHooks(e){return[{check:"Hook support",status:"pass",message:"Pi hooks are wired via the context-mode Pi extension (~/.pi/extensions/context-mode/), not via JSON-stdio."}]}checkPluginRegistration(){let e=Id(Ad(),".pi","extensions","context-mode","package.json");try{return JSON.parse(Od(e,"utf-8"))?.name==="context-mode"?{check:"Pi extension registration",status:"pass",message:`context-mode extension installed at ${e}`}:{check:"Pi extension registration",status:"warn",message:`Unexpected package at ${e}`}}catch{return{check:"Pi extension registration",status:"fail",message:`context-mode not found at ${e}`,fix:"Run: context-mode upgrade"}}}getInstalledVersion(){try{let e=Id(Ad(),".pi","extensions","context-mode","package.json");return JSON.parse(Od(e,"utf-8")).version??"unknown"}catch{return"not installed"}}configureAllHooks(e){return[]}setHookPermissions(e){return[]}updatePluginRegistry(e,r){}getRoutingInstructions(){return`# context-mode
|
|
32
32
|
|
|
33
|
-
Use context-mode MCP tools (ctx_execute, ctx_execute_file, ctx_batch_execute, ctx_fetch_and_index, ctx_search) instead of inline shell/HTTP calls for data-heavy operations.`}}});var Fa={};Fe(Fa,{PLATFORM_ENV_VARS:()=>As,__resetClaudeCodePluginCacheForTests:()=>KR,__seedClaudeCodePluginCacheMissForTests:()=>JR,detectPlatform:()=>sr,foreignIdentificationEnv:()=>eC,foreignWorkspaceEnv:()=>QR,getAdapter:()=>Fo,getEnvVarNames:()=>XR,getSessionDirSegments:()=>Nd,workspaceEnvVarsFor:()=>Ad});import{existsSync as Ot,readFileSync as WR}from"node:fs";import{resolve as vt}from"node:path";import{homedir as Uv}from"node:os";function GR(){if(Nn!==null)return Nn!=="miss"&&Nn.hasCM;try{let t=vt(Uv(),".claude","plugins","installed_plugins.json"),e=WR(t,"utf-8"),r=JSON.parse(e),s=[...Object.keys(r.plugins??{}),...Object.keys(r.enabledPlugins??{})].some(o=>o.includes("context-mode"));return Nn={hasCM:s},s}catch{return Nn="miss",!1}}function KR(){Nn=null}function JR(){Nn="miss"}function XR(t){return(As.get(t)??[]).map(e=>e.name)}function Ad(t){return(As.get(t)??[]).filter(e=>e.role==="workspace").map(e=>e.name)}function QR(t){let e=new Set;for(let[r,n]of As)if(r!==t)for(let s of n)s.role==="workspace"&&e.add(s.name);return e}function eC(t){let e=new Set;for(let[r,n]of As)if(r!==t)for(let s of n)s.role==="identification"&&e.add(s.name);return e}function Nd(t){switch(t){case"claude-code":return[".claude"];case"gemini-cli":return[".gemini"];case"antigravity":return[".gemini"];case"openclaw":return[".openclaw"];case"codex":return[".codex"];case"cursor":return[".cursor"];case"vscode-copilot":return[".vscode"];case"kiro":return[".kiro"];case"pi":return[".pi"];case"omp":return[".omp"];case"qwen-code":return[".qwen"];case"kilo":return[".config","kilo"];case"opencode":return[".config","opencode"];case"zed":return[".config","zed"];case"jetbrains-copilot":return[".config","JetBrains"];default:return null}}function sr(t){if(t?.name){let n=w_[t.name];if(n)return{platform:n,confidence:"high",reason:`MCP clientInfo.name="${t.name}"`};if(t.name.startsWith("qwen-cli-mcp-client"))return{platform:"qwen-code",confidence:"high",reason:`MCP clientInfo.name="${t.name}" (qwen-cli pattern)`}}let e=process.env.CONTEXT_MODE_PLATFORM;if(e&&["claude-code","gemini-cli","kilo","opencode","codex","vscode-copilot","jetbrains-copilot","cursor","antigravity","kiro","pi","omp","zed","qwen-code"].includes(e))return{platform:e,confidence:"high",reason:`CONTEXT_MODE_PLATFORM=${e} override`};for(let[n,s]of As)if(s.some(o=>o.detect!==!1&&process.env[o.name]))return n==="vscode-copilot"&&GR()?{platform:"claude-code",confidence:"high",reason:"VSCODE_PID set but ~/.claude/plugins/installed_plugins.json lists context-mode (issue #539 fallback)"}:{platform:n,confidence:"high",reason:`${s.filter(o=>o.detect!==!1).map(o=>o.name).join(" or ")} env var set`};let r=Uv();return Ot(vt(r,".claude"))?{platform:"claude-code",confidence:"medium",reason:"~/.claude/ directory exists"}:Ot(vt(r,".gemini"))?{platform:"gemini-cli",confidence:"medium",reason:"~/.gemini/ directory exists"}:Ot(vt(r,".codex"))?{platform:"codex",confidence:"medium",reason:"~/.codex/ directory exists"}:Ot(vt(r,".kiro"))?{platform:"kiro",confidence:"medium",reason:"~/.kiro/ directory exists"}:Ot(vt(r,".omp"))?{platform:"omp",confidence:"medium",reason:"~/.omp/ directory exists"}:Ot(vt(r,".pi"))?{platform:"pi",confidence:"medium",reason:"~/.pi/ directory exists"}:Ot(vt(r,".qwen"))?{platform:"qwen-code",confidence:"medium",reason:"~/.qwen/ directory exists"}:Ot(vt(r,".openclaw"))?{platform:"openclaw",confidence:"medium",reason:"~/.openclaw/ directory exists"}:Ot(vt(r,".cursor"))?{platform:"cursor",confidence:"medium",reason:"~/.cursor/ directory exists"}:Ot(vt(r,".config","kilo"))?{platform:"kilo",confidence:"medium",reason:"~/.config/kilo/ directory exists"}:Ot(vt(r,".config","JetBrains"))?{platform:"jetbrains-copilot",confidence:"medium",reason:"~/.config/JetBrains/ directory exists"}:Ot(vt(r,".config","opencode"))?{platform:"opencode",confidence:"medium",reason:"~/.config/opencode/ directory exists"}:Ot(vt(r,".config","zed"))?{platform:"zed",confidence:"medium",reason:"~/.config/zed/ directory exists"}:{platform:"claude-code",confidence:"low",reason:"No platform detected, defaulting to Claude Code"}}async function Fo(t){let e=t??sr().platform;switch(e){case"claude-code":{let{ClaudeCodeAdapter:r}=await Promise.resolve().then(()=>(Gl(),Wl));return new r}case"gemini-cli":{let{GeminiCLIAdapter:r}=await Promise.resolve().then(()=>(F_(),L_));return new r}case"kilo":case"opencode":{let{OpenCodeAdapter:r}=await Promise.resolve().then(()=>(B_(),Z_));return new r(e)}case"openclaw":{let{OpenClawAdapter:r}=await Promise.resolve().then(()=>(W_(),V_));return new r}case"codex":{let{CodexAdapter:r}=await Promise.resolve().then(()=>(Q_(),X_));return new r}case"vscode-copilot":{let{VSCodeCopilotAdapter:r}=await Promise.resolve().then(()=>(sv(),nv));return new r}case"jetbrains-copilot":{let{JetBrainsCopilotAdapter:r}=await Promise.resolve().then(()=>(cv(),av));return new r}case"cursor":{let{CursorAdapter:r}=await Promise.resolve().then(()=>(yv(),gv));return new r}case"antigravity":{let{AntigravityAdapter:r}=await Promise.resolve().then(()=>(xv(),vv));return new r}case"kiro":{let{KiroAdapter:r}=await Promise.resolve().then(()=>(Tv(),$v));return new r}case"zed":{let{ZedAdapter:r}=await Promise.resolve().then(()=>(Ov(),Cv));return new r}case"qwen-code":{let{QwenCodeAdapter:r}=await Promise.resolve().then(()=>(Mv(),Dv));return new r}case"omp":{let{OMPAdapter:r}=await Promise.resolve().then(()=>(zv(),jv));return new r}case"pi":{let{PiAdapter:r}=await Promise.resolve().then(()=>(Fv(),Lv));return new r}default:{let{ClaudeCodeAdapter:r}=await Promise.resolve().then(()=>(Gl(),Wl));return new r}}}var Nn,YR,As,Dn=b(()=>{"use strict";E_();Nn=null;YR=[["claude-code",[{name:"CLAUDE_CODE_ENTRYPOINT",role:"identification"},{name:"CLAUDE_PLUGIN_ROOT",role:"identification"},{name:"CLAUDE_PROJECT_DIR",role:"workspace"},{name:"CLAUDE_SESSION_ID",role:"identification"}]],["antigravity",[{name:"ANTIGRAVITY_CLI_ALIAS",role:"identification"}]],["cursor",[{name:"CURSOR_CWD",role:"workspace"},{name:"CURSOR_TRACE_ID",role:"identification"},{name:"CURSOR_CLI",role:"identification"}]],["kilo",[{name:"KILO",role:"identification"},{name:"KILO_PID",role:"identification"}]],["opencode",[{name:"OPENCODE_PROJECT_DIR",role:"workspace"},{name:"OPENCODE",role:"identification"},{name:"OPENCODE_PID",role:"identification"}]],["zed",[{name:"ZED_SESSION_ID",role:"identification"},{name:"ZED_TERM",role:"identification"}]],["codex",[{name:"CODEX_THREAD_ID",role:"identification"},{name:"CODEX_CI",role:"identification"}]],["gemini-cli",[{name:"GEMINI_PROJECT_DIR",role:"workspace"},{name:"GEMINI_CLI",role:"identification"}]],["vscode-copilot",[{name:"VSCODE_CWD",role:"workspace"},{name:"VSCODE_PID",role:"identification"}]],["jetbrains-copilot",[{name:"IDEA_INITIAL_DIRECTORY",role:"workspace"}]],["qwen-code",[{name:"QWEN_PROJECT_DIR",role:"workspace"}]],["omp",[{name:"PI_CODING_AGENT_DIR",role:"workspace"}]],["pi",[{name:"PI_WORKSPACE_DIR",role:"workspace",detect:!1},{name:"PI_PROJECT_DIR",role:"workspace",detect:!1},{name:"PI_CONFIG_DIR",role:"identification"},{name:"PI_SESSION_FILE",role:"identification"},{name:"PI_COMPILED",role:"identification"}]]],As=new Map(YR)});var ie,Dd,M,br,Uo=b(()=>{(function(t){t.assertEqual=s=>{};function e(s){}t.assertIs=e;function r(s){throw new Error}t.assertNever=r,t.arrayToEnum=s=>{let o={};for(let i of s)o[i]=i;return o},t.getValidEnumValues=s=>{let o=t.objectKeys(s).filter(a=>typeof s[s[a]]!="number"),i={};for(let a of o)i[a]=s[a];return t.objectValues(i)},t.objectValues=s=>t.objectKeys(s).map(function(o){return s[o]}),t.objectKeys=typeof Object.keys=="function"?s=>Object.keys(s):s=>{let o=[];for(let i in s)Object.prototype.hasOwnProperty.call(s,i)&&o.push(i);return o},t.find=(s,o)=>{for(let i of s)if(o(i))return i},t.isInteger=typeof Number.isInteger=="function"?s=>Number.isInteger(s):s=>typeof s=="number"&&Number.isFinite(s)&&Math.floor(s)===s;function n(s,o=" | "){return s.map(i=>typeof i=="string"?`'${i}'`:i).join(o)}t.joinValues=n,t.jsonStringifyReplacer=(s,o)=>typeof o=="bigint"?o.toString():o})(ie||(ie={}));(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Dd||(Dd={}));M=ie.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),br=t=>{switch(typeof t){case"undefined":return M.undefined;case"string":return M.string;case"number":return Number.isNaN(t)?M.nan:M.number;case"boolean":return M.boolean;case"function":return M.function;case"bigint":return M.bigint;case"symbol":return M.symbol;case"object":return Array.isArray(t)?M.array:t===null?M.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?M.promise:typeof Map<"u"&&t instanceof Map?M.map:typeof Set<"u"&&t instanceof Set?M.set:typeof Date<"u"&&t instanceof Date?M.date:M.object;default:return M.unknown}}});var O,tC,xt,Ua=b(()=>{Uo();O=ie.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),tC=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),xt=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(o){return o.message},n={_errors:[]},s=o=>{for(let i of o.issues)if(i.code==="invalid_union")i.unionErrors.map(s);else if(i.code==="invalid_return_type")s(i.returnTypeError);else if(i.code==="invalid_arguments")s(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return s(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ie.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let s of this.issues)if(s.path.length>0){let o=s.path[0];r[o]=r[o]||[],r[o].push(e(s))}else n.push(e(s));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};xt.create=t=>new xt(t)});var rC,Ar,Md=b(()=>{Ua();Uo();rC=(t,e)=>{let r;switch(t.code){case O.invalid_type:t.received===M.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case O.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,ie.jsonStringifyReplacer)}`;break;case O.unrecognized_keys:r=`Unrecognized key(s) in object: ${ie.joinValues(t.keys,", ")}`;break;case O.invalid_union:r="Invalid input";break;case O.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${ie.joinValues(t.options)}`;break;case O.invalid_enum_value:r=`Invalid enum value. Expected ${ie.joinValues(t.options)}, received '${t.received}'`;break;case O.invalid_arguments:r="Invalid function arguments";break;case O.invalid_return_type:r="Invalid function return type";break;case O.invalid_date:r="Invalid date";break;case O.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:ie.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case O.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case O.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case O.custom:r="Invalid input";break;case O.invalid_intersection_types:r="Intersection results could not be merged";break;case O.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case O.not_finite:r="Number must be finite";break;default:r=e.defaultError,ie.assertNever(t)}return{message:r}},Ar=rC});function nC(t){Hv=t}function Ns(){return Hv}var Hv,Ha=b(()=>{Md();Hv=Ar});function N(t,e){let r=Ns(),n=Ho({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Ar?void 0:Ar].filter(s=>!!s)});t.common.issues.push(n)}var Ho,sC,Ye,W,Mn,st,Za,Ba,tn,Ds,jd=b(()=>{Ha();Md();Ho=t=>{let{data:e,path:r,errorMaps:n,issueData:s}=t,o=[...r,...s.path||[]],i={...s,path:o};if(s.message!==void 0)return{...s,path:o,message:s.message};let a="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)a=u(i,{data:e,defaultError:a}).message;return{...s,path:o,message:a}},sC=[];Ye=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let s of r){if(s.status==="aborted")return W;s.status==="dirty"&&e.dirty(),n.push(s.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let s of r){let o=await s.key,i=await s.value;n.push({key:o,value:i})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let s of r){let{key:o,value:i}=s;if(o.status==="aborted"||i.status==="aborted")return W;o.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),o.value!=="__proto__"&&(typeof i.value<"u"||s.alwaysSet)&&(n[o.value]=i.value)}return{status:e.value,value:n}}},W=Object.freeze({status:"aborted"}),Mn=t=>({status:"dirty",value:t}),st=t=>({status:"valid",value:t}),Za=t=>t.status==="aborted",Ba=t=>t.status==="dirty",tn=t=>t.status==="valid",Ds=t=>typeof Promise<"u"&&t instanceof Promise});var Zv=b(()=>{});var F,Bv=b(()=>{(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(F||(F={}))});function Q(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:s}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:s}:{errorMap:(i,a)=>{let{message:c}=t;return i.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:i.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:s}}function Gv(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function bC(t){return new RegExp(`^${Gv(t)}$`)}function Kv(t){let e=`${Wv}T${Gv(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function SC(t,e){return!!((e==="v4"||!e)&&fC.test(t)||(e==="v6"||!e)&&gC.test(t))}function kC(t,e){if(!lC.test(t))return!1;try{let[r]=t.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),s=JSON.parse(atob(n));return!(typeof s!="object"||s===null||"typ"in s&&s?.typ!=="JWT"||!s.alg||e&&s.alg!==e)}catch{return!1}}function wC(t,e){return!!((e==="v4"||!e)&&hC.test(t)||(e==="v6"||!e)&&yC.test(t))}function EC(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=r>n?r:n,o=Number.parseInt(t.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return o%i/10**s}function Ms(t){if(t instanceof St){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=bt.create(Ms(n))}return new St({...t._def,shape:()=>e})}else return t instanceof Mr?new Mr({...t._def,type:Ms(t.element)}):t instanceof bt?bt.create(Ms(t.unwrap())):t instanceof kr?kr.create(Ms(t.unwrap())):t instanceof Sr?Sr.create(t.items.map(e=>Ms(e))):t}function Ld(t,e){let r=br(t),n=br(e);if(t===e)return{valid:!0,data:t};if(r===M.object&&n===M.object){let s=ie.objectKeys(e),o=ie.objectKeys(t).filter(a=>s.indexOf(a)!==-1),i={...t,...e};for(let a of o){let c=Ld(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===M.array&&n===M.array){if(t.length!==e.length)return{valid:!1};let s=[];for(let o=0;o<t.length;o++){let i=t[o],a=e[o],c=Ld(i,a);if(!c.valid)return{valid:!1};s.push(c.data)}return{valid:!0,data:s}}else return r===M.date&&n===M.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}function Jv(t,e){return new Wn({values:t,typeName:I.ZodEnum,...Q(e)})}function Vv(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function Yv(t,e={},r){return t?nn.create().superRefine((n,s)=>{let o=t(n);if(o instanceof Promise)return o.then(i=>{if(!i){let a=Vv(e,n),c=a.fatal??r??!0;s.addIssue({code:"custom",...a,fatal:c})}});if(!o){let i=Vv(e,n),a=i.fatal??r??!0;s.addIssue({code:"custom",...i,fatal:a})}}):nn.create()}var Bt,qv,te,oC,iC,aC,cC,uC,lC,dC,pC,mC,zd,fC,hC,gC,yC,_C,vC,Wv,xC,rn,jn,zn,Ln,Fn,js,Un,Hn,nn,Dr,or,zs,Mr,St,Zn,Nr,qa,Bn,Sr,Va,Ls,Fs,Wa,qn,Vn,Wn,Gn,sn,qt,bt,kr,Kn,Jn,Us,$C,Zo,Bo,Yn,TC,I,PC,Xv,Qv,RC,CC,ex,OC,IC,AC,NC,DC,MC,jC,zC,LC,Fd,FC,UC,HC,ZC,BC,qC,VC,WC,GC,KC,JC,YC,XC,QC,eO,tO,rO,nO,sO,oO,iO,aO,cO,uO,tx=b(()=>{Ua();Ha();Bv();jd();Uo();Bt=class{constructor(e,r,n,s){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=s}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},qv=(t,e)=>{if(tn(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new xt(t.common.issues);return this._error=r,this._error}}};te=class{get description(){return this._def.description}_getType(e){return br(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:br(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ye,ctx:{common:e.parent.common,data:e.data,parsedType:br(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Ds(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:br(e)},s=this._parseSync({data:e,path:n.path,parent:n});return qv(n,s)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:br(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return tn(n)?{value:n.value}:{issues:r.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(n=>tn(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(e,r){let n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:br(e)},s=this._parse({data:e,path:n.path,parent:n}),o=await(Ds(s)?s:Promise.resolve(s));return qv(n,o)}refine(e,r){let n=s=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(s):r;return this._refinement((s,o)=>{let i=e(s),a=()=>o.addIssue({code:O.custom,...n(s)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,s)=>e(n)?!0:(s.addIssue(typeof r=="function"?r(n,s):r),!1))}_refinement(e){return new qt({schema:this,typeName:I.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return bt.create(this,this._def)}nullable(){return kr.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Mr.create(this)}promise(){return sn.create(this,this._def)}or(e){return Zn.create([this,e],this._def)}and(e){return Bn.create(this,e,this._def)}transform(e){return new qt({...Q(this._def),schema:this,typeName:I.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new Kn({...Q(this._def),innerType:this,defaultValue:r,typeName:I.ZodDefault})}brand(){return new Zo({typeName:I.ZodBranded,type:this,...Q(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new Jn({...Q(this._def),innerType:this,catchValue:r,typeName:I.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Bo.create(this,e)}readonly(){return Yn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},oC=/^c[^\s-]{8,}$/i,iC=/^[0-9a-z]+$/,aC=/^[0-9A-HJKMNP-TV-Z]{26}$/i,cC=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,uC=/^[a-z0-9_-]{21}$/i,lC=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,dC=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,pC=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,mC="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",fC=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,hC=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,gC=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,yC=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,_C=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,vC=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Wv="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",xC=new RegExp(`^${Wv}$`);rn=class t extends te{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==M.string){let o=this._getOrReturnCtx(e);return N(o,{code:O.invalid_type,expected:M.string,received:o.parsedType}),W}let n=new Ye,s;for(let o of this._def.checks)if(o.kind==="min")e.data.length<o.value&&(s=this._getOrReturnCtx(e,s),N(s,{code:O.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="max")e.data.length>o.value&&(s=this._getOrReturnCtx(e,s),N(s,{code:O.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="length"){let i=e.data.length>o.value,a=e.data.length<o.value;(i||a)&&(s=this._getOrReturnCtx(e,s),i?N(s,{code:O.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):a&&N(s,{code:O.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),n.dirty())}else if(o.kind==="email")pC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"email",code:O.invalid_string,message:o.message}),n.dirty());else if(o.kind==="emoji")zd||(zd=new RegExp(mC,"u")),zd.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"emoji",code:O.invalid_string,message:o.message}),n.dirty());else if(o.kind==="uuid")cC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"uuid",code:O.invalid_string,message:o.message}),n.dirty());else if(o.kind==="nanoid")uC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"nanoid",code:O.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid")oC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"cuid",code:O.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid2")iC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"cuid2",code:O.invalid_string,message:o.message}),n.dirty());else if(o.kind==="ulid")aC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"ulid",code:O.invalid_string,message:o.message}),n.dirty());else if(o.kind==="url")try{new URL(e.data)}catch{s=this._getOrReturnCtx(e,s),N(s,{validation:"url",code:O.invalid_string,message:o.message}),n.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"regex",code:O.invalid_string,message:o.message}),n.dirty())):o.kind==="trim"?e.data=e.data.trim():o.kind==="includes"?e.data.includes(o.value,o.position)||(s=this._getOrReturnCtx(e,s),N(s,{code:O.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),n.dirty()):o.kind==="toLowerCase"?e.data=e.data.toLowerCase():o.kind==="toUpperCase"?e.data=e.data.toUpperCase():o.kind==="startsWith"?e.data.startsWith(o.value)||(s=this._getOrReturnCtx(e,s),N(s,{code:O.invalid_string,validation:{startsWith:o.value},message:o.message}),n.dirty()):o.kind==="endsWith"?e.data.endsWith(o.value)||(s=this._getOrReturnCtx(e,s),N(s,{code:O.invalid_string,validation:{endsWith:o.value},message:o.message}),n.dirty()):o.kind==="datetime"?Kv(o).test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{code:O.invalid_string,validation:"datetime",message:o.message}),n.dirty()):o.kind==="date"?xC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{code:O.invalid_string,validation:"date",message:o.message}),n.dirty()):o.kind==="time"?bC(o).test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{code:O.invalid_string,validation:"time",message:o.message}),n.dirty()):o.kind==="duration"?dC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"duration",code:O.invalid_string,message:o.message}),n.dirty()):o.kind==="ip"?SC(e.data,o.version)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"ip",code:O.invalid_string,message:o.message}),n.dirty()):o.kind==="jwt"?kC(e.data,o.alg)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"jwt",code:O.invalid_string,message:o.message}),n.dirty()):o.kind==="cidr"?wC(e.data,o.version)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"cidr",code:O.invalid_string,message:o.message}),n.dirty()):o.kind==="base64"?_C.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"base64",code:O.invalid_string,message:o.message}),n.dirty()):o.kind==="base64url"?vC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"base64url",code:O.invalid_string,message:o.message}),n.dirty()):ie.assertNever(o);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(s=>e.test(s),{validation:r,code:O.invalid_string,...F.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...F.errToObj(e)})}url(e){return this._addCheck({kind:"url",...F.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...F.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...F.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...F.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...F.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...F.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...F.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...F.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...F.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...F.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...F.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...F.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...F.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...F.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...F.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...F.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...F.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...F.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...F.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...F.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...F.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...F.errToObj(r)})}nonempty(e){return this.min(1,F.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};rn.create=t=>new rn({checks:[],typeName:I.ZodString,coerce:t?.coerce??!1,...Q(t)});jn=class t extends te{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==M.number){let o=this._getOrReturnCtx(e);return N(o,{code:O.invalid_type,expected:M.number,received:o.parsedType}),W}let n,s=new Ye;for(let o of this._def.checks)o.kind==="int"?ie.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),N(n,{code:O.invalid_type,expected:"integer",received:"float",message:o.message}),s.dirty()):o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),N(n,{code:O.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),s.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),N(n,{code:O.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),s.dirty()):o.kind==="multipleOf"?EC(e.data,o.value)!==0&&(n=this._getOrReturnCtx(e,n),N(n,{code:O.not_multiple_of,multipleOf:o.value,message:o.message}),s.dirty()):o.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),N(n,{code:O.not_finite,message:o.message}),s.dirty()):ie.assertNever(o);return{status:s.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,F.toString(r))}gt(e,r){return this.setLimit("min",e,!1,F.toString(r))}lte(e,r){return this.setLimit("max",e,!0,F.toString(r))}lt(e,r){return this.setLimit("max",e,!1,F.toString(r))}setLimit(e,r,n,s){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:F.toString(s)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:F.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:F.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:F.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:F.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:F.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:F.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:F.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:F.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:F.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&ie.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};jn.create=t=>new jn({checks:[],typeName:I.ZodNumber,coerce:t?.coerce||!1,...Q(t)});zn=class t extends te{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==M.bigint)return this._getInvalidInput(e);let n,s=new Ye;for(let o of this._def.checks)o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),N(n,{code:O.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),s.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),N(n,{code:O.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),s.dirty()):o.kind==="multipleOf"?e.data%o.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),N(n,{code:O.not_multiple_of,multipleOf:o.value,message:o.message}),s.dirty()):ie.assertNever(o);return{status:s.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return N(r,{code:O.invalid_type,expected:M.bigint,received:r.parsedType}),W}gte(e,r){return this.setLimit("min",e,!0,F.toString(r))}gt(e,r){return this.setLimit("min",e,!1,F.toString(r))}lte(e,r){return this.setLimit("max",e,!0,F.toString(r))}lt(e,r){return this.setLimit("max",e,!1,F.toString(r))}setLimit(e,r,n,s){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:F.toString(s)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:F.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:F.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:F.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:F.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:F.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};zn.create=t=>new zn({checks:[],typeName:I.ZodBigInt,coerce:t?.coerce??!1,...Q(t)});Ln=class extends te{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==M.boolean){let n=this._getOrReturnCtx(e);return N(n,{code:O.invalid_type,expected:M.boolean,received:n.parsedType}),W}return st(e.data)}};Ln.create=t=>new Ln({typeName:I.ZodBoolean,coerce:t?.coerce||!1,...Q(t)});Fn=class t extends te{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==M.date){let o=this._getOrReturnCtx(e);return N(o,{code:O.invalid_type,expected:M.date,received:o.parsedType}),W}if(Number.isNaN(e.data.getTime())){let o=this._getOrReturnCtx(e);return N(o,{code:O.invalid_date}),W}let n=new Ye,s;for(let o of this._def.checks)o.kind==="min"?e.data.getTime()<o.value&&(s=this._getOrReturnCtx(e,s),N(s,{code:O.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),n.dirty()):o.kind==="max"?e.data.getTime()>o.value&&(s=this._getOrReturnCtx(e,s),N(s,{code:O.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),n.dirty()):ie.assertNever(o);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:F.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:F.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};Fn.create=t=>new Fn({checks:[],coerce:t?.coerce||!1,typeName:I.ZodDate,...Q(t)});js=class extends te{_parse(e){if(this._getType(e)!==M.symbol){let n=this._getOrReturnCtx(e);return N(n,{code:O.invalid_type,expected:M.symbol,received:n.parsedType}),W}return st(e.data)}};js.create=t=>new js({typeName:I.ZodSymbol,...Q(t)});Un=class extends te{_parse(e){if(this._getType(e)!==M.undefined){let n=this._getOrReturnCtx(e);return N(n,{code:O.invalid_type,expected:M.undefined,received:n.parsedType}),W}return st(e.data)}};Un.create=t=>new Un({typeName:I.ZodUndefined,...Q(t)});Hn=class extends te{_parse(e){if(this._getType(e)!==M.null){let n=this._getOrReturnCtx(e);return N(n,{code:O.invalid_type,expected:M.null,received:n.parsedType}),W}return st(e.data)}};Hn.create=t=>new Hn({typeName:I.ZodNull,...Q(t)});nn=class extends te{constructor(){super(...arguments),this._any=!0}_parse(e){return st(e.data)}};nn.create=t=>new nn({typeName:I.ZodAny,...Q(t)});Dr=class extends te{constructor(){super(...arguments),this._unknown=!0}_parse(e){return st(e.data)}};Dr.create=t=>new Dr({typeName:I.ZodUnknown,...Q(t)});or=class extends te{_parse(e){let r=this._getOrReturnCtx(e);return N(r,{code:O.invalid_type,expected:M.never,received:r.parsedType}),W}};or.create=t=>new or({typeName:I.ZodNever,...Q(t)});zs=class extends te{_parse(e){if(this._getType(e)!==M.undefined){let n=this._getOrReturnCtx(e);return N(n,{code:O.invalid_type,expected:M.void,received:n.parsedType}),W}return st(e.data)}};zs.create=t=>new zs({typeName:I.ZodVoid,...Q(t)});Mr=class t extends te{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),s=this._def;if(r.parsedType!==M.array)return N(r,{code:O.invalid_type,expected:M.array,received:r.parsedType}),W;if(s.exactLength!==null){let i=r.data.length>s.exactLength.value,a=r.data.length<s.exactLength.value;(i||a)&&(N(r,{code:i?O.too_big:O.too_small,minimum:a?s.exactLength.value:void 0,maximum:i?s.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:s.exactLength.message}),n.dirty())}if(s.minLength!==null&&r.data.length<s.minLength.value&&(N(r,{code:O.too_small,minimum:s.minLength.value,type:"array",inclusive:!0,exact:!1,message:s.minLength.message}),n.dirty()),s.maxLength!==null&&r.data.length>s.maxLength.value&&(N(r,{code:O.too_big,maximum:s.maxLength.value,type:"array",inclusive:!0,exact:!1,message:s.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>s.type._parseAsync(new Bt(r,i,r.path,a)))).then(i=>Ye.mergeArray(n,i));let o=[...r.data].map((i,a)=>s.type._parseSync(new Bt(r,i,r.path,a)));return Ye.mergeArray(n,o)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:F.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:F.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:F.toString(r)}})}nonempty(e){return this.min(1,e)}};Mr.create=(t,e)=>new Mr({type:t,minLength:null,maxLength:null,exactLength:null,typeName:I.ZodArray,...Q(e)});St=class t extends te{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=ie.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==M.object){let u=this._getOrReturnCtx(e);return N(u,{code:O.invalid_type,expected:M.object,received:u.parsedType}),W}let{status:n,ctx:s}=this._processInputParams(e),{shape:o,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof or&&this._def.unknownKeys==="strip"))for(let u in s.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let d=o[u],l=s.data[u];c.push({key:{status:"valid",value:u},value:d._parse(new Bt(s,l,s.path,u)),alwaysSet:u in s.data})}if(this._def.catchall instanceof or){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of a)c.push({key:{status:"valid",value:d},value:{status:"valid",value:s.data[d]}});else if(u==="strict")a.length>0&&(N(s,{code:O.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let d of a){let l=s.data[d];c.push({key:{status:"valid",value:d},value:u._parse(new Bt(s,l,s.path,d)),alwaysSet:d in s.data})}}return s.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of c){let l=await d.key,p=await d.value;u.push({key:l,value:p,alwaysSet:d.alwaysSet})}return u}).then(u=>Ye.mergeObjectSync(n,u)):Ye.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return F.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{let s=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:F.errToObj(e).message??s}:{message:s}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:I.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of ie.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let n of ie.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return Ms(this)}partial(e){let r={};for(let n of ie.objectKeys(this.shape)){let s=this.shape[n];e&&!e[n]?r[n]=s:r[n]=s.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let n of ie.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let o=this.shape[n];for(;o instanceof bt;)o=o._def.innerType;r[n]=o}return new t({...this._def,shape:()=>r})}keyof(){return Jv(ie.objectKeys(this.shape))}};St.create=(t,e)=>new St({shape:()=>t,unknownKeys:"strip",catchall:or.create(),typeName:I.ZodObject,...Q(e)});St.strictCreate=(t,e)=>new St({shape:()=>t,unknownKeys:"strict",catchall:or.create(),typeName:I.ZodObject,...Q(e)});St.lazycreate=(t,e)=>new St({shape:t,unknownKeys:"strip",catchall:or.create(),typeName:I.ZodObject,...Q(e)});Zn=class extends te{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function s(o){for(let a of o)if(a.result.status==="valid")return a.result;for(let a of o)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=o.map(a=>new xt(a.ctx.common.issues));return N(r,{code:O.invalid_union,unionErrors:i}),W}if(r.common.async)return Promise.all(n.map(async o=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await o._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(s);{let o,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},d=c._parseSync({data:r.data,path:r.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!o&&(o={result:d,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(o)return r.common.issues.push(...o.ctx.common.issues),o.result;let a=i.map(c=>new xt(c));return N(r,{code:O.invalid_union,unionErrors:a}),W}}get options(){return this._def.options}};Zn.create=(t,e)=>new Zn({options:t,typeName:I.ZodUnion,...Q(e)});Nr=t=>t instanceof qn?Nr(t.schema):t instanceof qt?Nr(t.innerType()):t instanceof Vn?[t.value]:t instanceof Wn?t.options:t instanceof Gn?ie.objectValues(t.enum):t instanceof Kn?Nr(t._def.innerType):t instanceof Un?[void 0]:t instanceof Hn?[null]:t instanceof bt?[void 0,...Nr(t.unwrap())]:t instanceof kr?[null,...Nr(t.unwrap())]:t instanceof Zo||t instanceof Yn?Nr(t.unwrap()):t instanceof Jn?Nr(t._def.innerType):[],qa=class t extends te{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==M.object)return N(r,{code:O.invalid_type,expected:M.object,received:r.parsedType}),W;let n=this.discriminator,s=r.data[n],o=this.optionsMap.get(s);return o?r.common.async?o._parseAsync({data:r.data,path:r.path,parent:r}):o._parseSync({data:r.data,path:r.path,parent:r}):(N(r,{code:O.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),W)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let s=new Map;for(let o of r){let i=Nr(o.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(s.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);s.set(a,o)}}return new t({typeName:I.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:s,...Q(n)})}};Bn=class extends te{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),s=(o,i)=>{if(Za(o)||Za(i))return W;let a=Ld(o.value,i.value);return a.valid?((Ba(o)||Ba(i))&&r.dirty(),{status:r.value,value:a.data}):(N(n,{code:O.invalid_intersection_types}),W)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([o,i])=>s(o,i)):s(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};Bn.create=(t,e,r)=>new Bn({left:t,right:e,typeName:I.ZodIntersection,...Q(r)});Sr=class t extends te{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==M.array)return N(n,{code:O.invalid_type,expected:M.array,received:n.parsedType}),W;if(n.data.length<this._def.items.length)return N(n,{code:O.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),W;!this._def.rest&&n.data.length>this._def.items.length&&(N(n,{code:O.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let o=[...n.data].map((i,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new Bt(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(o).then(i=>Ye.mergeArray(r,i)):Ye.mergeArray(r,o)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Sr.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Sr({items:t,typeName:I.ZodTuple,rest:null,...Q(e)})};Va=class t extends te{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==M.object)return N(n,{code:O.invalid_type,expected:M.object,received:n.parsedType}),W;let s=[],o=this._def.keyType,i=this._def.valueType;for(let a in n.data)s.push({key:o._parse(new Bt(n,a,n.path,a)),value:i._parse(new Bt(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Ye.mergeObjectAsync(r,s):Ye.mergeObjectSync(r,s)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof te?new t({keyType:e,valueType:r,typeName:I.ZodRecord,...Q(n)}):new t({keyType:rn.create(),valueType:e,typeName:I.ZodRecord,...Q(r)})}},Ls=class extends te{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==M.map)return N(n,{code:O.invalid_type,expected:M.map,received:n.parsedType}),W;let s=this._def.keyType,o=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:s._parse(new Bt(n,a,n.path,[u,"key"])),value:o._parse(new Bt(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,d=await c.value;if(u.status==="aborted"||d.status==="aborted")return W;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,d=c.value;if(u.status==="aborted"||d.status==="aborted")return W;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}}}};Ls.create=(t,e,r)=>new Ls({valueType:e,keyType:t,typeName:I.ZodMap,...Q(r)});Fs=class t extends te{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==M.set)return N(n,{code:O.invalid_type,expected:M.set,received:n.parsedType}),W;let s=this._def;s.minSize!==null&&n.data.size<s.minSize.value&&(N(n,{code:O.too_small,minimum:s.minSize.value,type:"set",inclusive:!0,exact:!1,message:s.minSize.message}),r.dirty()),s.maxSize!==null&&n.data.size>s.maxSize.value&&(N(n,{code:O.too_big,maximum:s.maxSize.value,type:"set",inclusive:!0,exact:!1,message:s.maxSize.message}),r.dirty());let o=this._def.valueType;function i(c){let u=new Set;for(let d of c){if(d.status==="aborted")return W;d.status==="dirty"&&r.dirty(),u.add(d.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>o._parse(new Bt(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:F.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:F.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};Fs.create=(t,e)=>new Fs({valueType:t,minSize:null,maxSize:null,typeName:I.ZodSet,...Q(e)});Wa=class t extends te{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==M.function)return N(r,{code:O.invalid_type,expected:M.function,received:r.parsedType}),W;function n(a,c){return Ho({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Ns(),Ar].filter(u=>!!u),issueData:{code:O.invalid_arguments,argumentsError:c}})}function s(a,c){return Ho({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Ns(),Ar].filter(u=>!!u),issueData:{code:O.invalid_return_type,returnTypeError:c}})}let o={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof sn){let a=this;return st(async function(...c){let u=new xt([]),d=await a._def.args.parseAsync(c,o).catch(f=>{throw u.addIssue(n(c,f)),u}),l=await Reflect.apply(i,this,d);return await a._def.returns._def.type.parseAsync(l,o).catch(f=>{throw u.addIssue(s(l,f)),u})})}else{let a=this;return st(function(...c){let u=a._def.args.safeParse(c,o);if(!u.success)throw new xt([n(c,u.error)]);let d=Reflect.apply(i,this,u.data),l=a._def.returns.safeParse(d,o);if(!l.success)throw new xt([s(d,l.error)]);return l.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Sr.create(e).rest(Dr.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||Sr.create([]).rest(Dr.create()),returns:r||Dr.create(),typeName:I.ZodFunction,...Q(n)})}},qn=class extends te{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};qn.create=(t,e)=>new qn({getter:t,typeName:I.ZodLazy,...Q(e)});Vn=class extends te{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return N(r,{received:r.data,code:O.invalid_literal,expected:this._def.value}),W}return{status:"valid",value:e.data}}get value(){return this._def.value}};Vn.create=(t,e)=>new Vn({value:t,typeName:I.ZodLiteral,...Q(e)});Wn=class t extends te{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return N(r,{expected:ie.joinValues(n),received:r.parsedType,code:O.invalid_type}),W}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return N(r,{received:r.data,code:O.invalid_enum_value,options:n}),W}return st(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};Wn.create=Jv;Gn=class extends te{_parse(e){let r=ie.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==M.string&&n.parsedType!==M.number){let s=ie.objectValues(r);return N(n,{expected:ie.joinValues(s),received:n.parsedType,code:O.invalid_type}),W}if(this._cache||(this._cache=new Set(ie.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let s=ie.objectValues(r);return N(n,{received:n.data,code:O.invalid_enum_value,options:s}),W}return st(e.data)}get enum(){return this._def.values}};Gn.create=(t,e)=>new Gn({values:t,typeName:I.ZodNativeEnum,...Q(e)});sn=class extends te{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==M.promise&&r.common.async===!1)return N(r,{code:O.invalid_type,expected:M.promise,received:r.parsedType}),W;let n=r.parsedType===M.promise?r.data:Promise.resolve(r.data);return st(n.then(s=>this._def.type.parseAsync(s,{path:r.path,errorMap:r.common.contextualErrorMap})))}};sn.create=(t,e)=>new sn({type:t,typeName:I.ZodPromise,...Q(e)});qt=class extends te{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===I.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),s=this._def.effect||null,o={addIssue:i=>{N(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(o.addIssue=o.addIssue.bind(o),s.type==="preprocess"){let i=s.transform(n.data,o);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return W;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?W:c.status==="dirty"?Mn(c.value):r.value==="dirty"?Mn(c.value):c});{if(r.value==="aborted")return W;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?W:a.status==="dirty"?Mn(a.value):r.value==="dirty"?Mn(a.value):a}}if(s.type==="refinement"){let i=a=>{let c=s.refinement(a,o);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?W:(a.status==="dirty"&&r.dirty(),i(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?W:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(s.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!tn(i))return W;let a=s.transform(i.value,o);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>tn(i)?Promise.resolve(s.transform(i.value,o)).then(a=>({status:r.value,value:a})):W);ie.assertNever(s)}};qt.create=(t,e,r)=>new qt({schema:t,typeName:I.ZodEffects,effect:e,...Q(r)});qt.createWithPreprocess=(t,e,r)=>new qt({schema:e,effect:{type:"preprocess",transform:t},typeName:I.ZodEffects,...Q(r)});bt=class extends te{_parse(e){return this._getType(e)===M.undefined?st(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};bt.create=(t,e)=>new bt({innerType:t,typeName:I.ZodOptional,...Q(e)});kr=class extends te{_parse(e){return this._getType(e)===M.null?st(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};kr.create=(t,e)=>new kr({innerType:t,typeName:I.ZodNullable,...Q(e)});Kn=class extends te{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===M.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};Kn.create=(t,e)=>new Kn({innerType:t,typeName:I.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Q(e)});Jn=class extends te{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},s=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Ds(s)?s.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new xt(n.common.issues)},input:n.data})})):{status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new xt(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};Jn.create=(t,e)=>new Jn({innerType:t,typeName:I.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Q(e)});Us=class extends te{_parse(e){if(this._getType(e)!==M.nan){let n=this._getOrReturnCtx(e);return N(n,{code:O.invalid_type,expected:M.nan,received:n.parsedType}),W}return{status:"valid",value:e.data}}};Us.create=t=>new Us({typeName:I.ZodNaN,...Q(t)});$C=Symbol("zod_brand"),Zo=class extends te{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},Bo=class t extends te{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let o=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?W:o.status==="dirty"?(r.dirty(),Mn(o.value)):this._def.out._parseAsync({data:o.value,path:n.path,parent:n})})();{let s=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?W:s.status==="dirty"?(r.dirty(),{status:"dirty",value:s.value}):this._def.out._parseSync({data:s.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:I.ZodPipeline})}},Yn=class extends te{_parse(e){let r=this._def.innerType._parse(e),n=s=>(tn(s)&&(s.value=Object.freeze(s.value)),s);return Ds(r)?r.then(s=>n(s)):n(r)}unwrap(){return this._def.innerType}};Yn.create=(t,e)=>new Yn({innerType:t,typeName:I.ZodReadonly,...Q(e)});TC={object:St.lazycreate};(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(I||(I={}));PC=(t,e={message:`Input not instance of ${t.name}`})=>Yv(r=>r instanceof t,e),Xv=rn.create,Qv=jn.create,RC=Us.create,CC=zn.create,ex=Ln.create,OC=Fn.create,IC=js.create,AC=Un.create,NC=Hn.create,DC=nn.create,MC=Dr.create,jC=or.create,zC=zs.create,LC=Mr.create,Fd=St.create,FC=St.strictCreate,UC=Zn.create,HC=qa.create,ZC=Bn.create,BC=Sr.create,qC=Va.create,VC=Ls.create,WC=Fs.create,GC=Wa.create,KC=qn.create,JC=Vn.create,YC=Wn.create,XC=Gn.create,QC=sn.create,eO=qt.create,tO=bt.create,rO=kr.create,nO=qt.createWithPreprocess,sO=Bo.create,oO=()=>Xv().optional(),iO=()=>Qv().optional(),aO=()=>ex().optional(),cO={string:(t=>rn.create({...t,coerce:!0})),number:(t=>jn.create({...t,coerce:!0})),boolean:(t=>Ln.create({...t,coerce:!0})),bigint:(t=>zn.create({...t,coerce:!0})),date:(t=>Fn.create({...t,coerce:!0}))},uO=W});var U={};Fe(U,{BRAND:()=>$C,DIRTY:()=>Mn,EMPTY_PATH:()=>sC,INVALID:()=>W,NEVER:()=>uO,OK:()=>st,ParseStatus:()=>Ye,Schema:()=>te,ZodAny:()=>nn,ZodArray:()=>Mr,ZodBigInt:()=>zn,ZodBoolean:()=>Ln,ZodBranded:()=>Zo,ZodCatch:()=>Jn,ZodDate:()=>Fn,ZodDefault:()=>Kn,ZodDiscriminatedUnion:()=>qa,ZodEffects:()=>qt,ZodEnum:()=>Wn,ZodError:()=>xt,ZodFirstPartyTypeKind:()=>I,ZodFunction:()=>Wa,ZodIntersection:()=>Bn,ZodIssueCode:()=>O,ZodLazy:()=>qn,ZodLiteral:()=>Vn,ZodMap:()=>Ls,ZodNaN:()=>Us,ZodNativeEnum:()=>Gn,ZodNever:()=>or,ZodNull:()=>Hn,ZodNullable:()=>kr,ZodNumber:()=>jn,ZodObject:()=>St,ZodOptional:()=>bt,ZodParsedType:()=>M,ZodPipeline:()=>Bo,ZodPromise:()=>sn,ZodReadonly:()=>Yn,ZodRecord:()=>Va,ZodSchema:()=>te,ZodSet:()=>Fs,ZodString:()=>rn,ZodSymbol:()=>js,ZodTransformer:()=>qt,ZodTuple:()=>Sr,ZodType:()=>te,ZodUndefined:()=>Un,ZodUnion:()=>Zn,ZodUnknown:()=>Dr,ZodVoid:()=>zs,addIssueToContext:()=>N,any:()=>DC,array:()=>LC,bigint:()=>CC,boolean:()=>ex,coerce:()=>cO,custom:()=>Yv,date:()=>OC,datetimeRegex:()=>Kv,defaultErrorMap:()=>Ar,discriminatedUnion:()=>HC,effect:()=>eO,enum:()=>YC,function:()=>GC,getErrorMap:()=>Ns,getParsedType:()=>br,instanceof:()=>PC,intersection:()=>ZC,isAborted:()=>Za,isAsync:()=>Ds,isDirty:()=>Ba,isValid:()=>tn,late:()=>TC,lazy:()=>KC,literal:()=>JC,makeIssue:()=>Ho,map:()=>VC,nan:()=>RC,nativeEnum:()=>XC,never:()=>jC,null:()=>NC,nullable:()=>rO,number:()=>Qv,object:()=>Fd,objectUtil:()=>Dd,oboolean:()=>aO,onumber:()=>iO,optional:()=>tO,ostring:()=>oO,pipeline:()=>sO,preprocess:()=>nO,promise:()=>QC,quotelessJson:()=>tC,record:()=>qC,set:()=>WC,setErrorMap:()=>nC,strictObject:()=>FC,string:()=>Xv,symbol:()=>IC,transformer:()=>eO,tuple:()=>BC,undefined:()=>AC,union:()=>UC,unknown:()=>MC,util:()=>ie,void:()=>zC});var Ga=b(()=>{Ha();jd();Zv();Uo();tx();Ua()});var qo=b(()=>{Ga()});function w(t,e,r){function n(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(t),e(a,c);for(let d in i.prototype)d in a||Object.defineProperty(a,d,{value:i.prototype[d].bind(a)});a._zod.constr=i,a._zod.def=c}let s=r?.Parent??Object;class o extends s{}Object.defineProperty(o,"name",{value:t});function i(a){var c;let u=r?.Parent?new o:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let d of u._zod.deferred)d();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}function It(t){return t&&Object.assign(Ka,t),Ka}var dO,jr,Ka,Hs=b(()=>{dO=Object.freeze({status:"aborted"});jr=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Ka={}});var ce={};Fe(ce,{BIGINT_FORMAT_RANGES:()=>nx,Class:()=>Hd,NUMBER_FORMAT_RANGES:()=>Kd,aborted:()=>Qn,allowsEval:()=>Vd,assert:()=>gO,assertEqual:()=>pO,assertIs:()=>fO,assertNever:()=>hO,assertNotEqual:()=>mO,assignProp:()=>qd,cached:()=>Go,captureStackTrace:()=>Ya,cleanEnum:()=>RO,cleanRegex:()=>Jo,clone:()=>At,createTransparentProxy:()=>SO,defineLazy:()=>we,esc:()=>Xn,escapeRegex:()=>on,extend:()=>EO,finalizeIssue:()=>ir,floatSafeRemainder:()=>Bd,getElementAtPath:()=>yO,getEnumValues:()=>Wo,getLengthableOrigin:()=>Yo,getParsedType:()=>bO,getSizableOrigin:()=>sx,isObject:()=>Zs,isPlainObject:()=>Bs,issue:()=>Jd,joinValues:()=>Ja,jsonStringifyReplacer:()=>Zd,merge:()=>$O,normalizeParams:()=>G,nullish:()=>Ko,numKeys:()=>xO,omit:()=>wO,optionalKeys:()=>Gd,partial:()=>TO,pick:()=>kO,prefixIssues:()=>wr,primitiveTypes:()=>rx,promiseAllObject:()=>_O,propertyKeyTypes:()=>Wd,randomString:()=>vO,required:()=>PO,stringifyPrimitive:()=>Xa,unwrapMessage:()=>Vo});function pO(t){return t}function mO(t){return t}function fO(t){}function hO(t){throw new Error}function gO(t){}function Wo(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,s])=>e.indexOf(+n)===-1).map(([n,s])=>s)}function Ja(t,e="|"){return t.map(r=>Xa(r)).join(e)}function Zd(t,e){return typeof e=="bigint"?e.toString():e}function Go(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Ko(t){return t==null}function Jo(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function Bd(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=r>n?r:n,o=Number.parseInt(t.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return o%i/10**s}function we(t,e,r){Object.defineProperty(t,e,{get(){{let s=r();return t[e]=s,s}throw new Error("cached value already set")},set(s){Object.defineProperty(t,e,{value:s})},configurable:!0})}function qd(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function yO(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function _O(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let s={};for(let o=0;o<e.length;o++)s[e[o]]=n[o];return s})}function vO(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function Xn(t){return JSON.stringify(t)}function Zs(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Bs(t){if(Zs(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(Zs(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function xO(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}function on(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function At(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function G(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function SO(t){let e;return new Proxy({},{get(r,n,s){return e??(e=t()),Reflect.get(e,n,s)},set(r,n,s,o){return e??(e=t()),Reflect.set(e,n,s,o)},has(r,n){return e??(e=t()),Reflect.has(e,n)},deleteProperty(r,n){return e??(e=t()),Reflect.deleteProperty(e,n)},ownKeys(r){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(r,n){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,n)},defineProperty(r,n,s){return e??(e=t()),Reflect.defineProperty(e,n,s)}})}function Xa(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Gd(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}function kO(t,e){let r={},n=t._zod.def;for(let s in e){if(!(s in n.shape))throw new Error(`Unrecognized key: "${s}"`);e[s]&&(r[s]=n.shape[s])}return At(t,{...t._zod.def,shape:r,checks:[]})}function wO(t,e){let r={...t._zod.def.shape},n=t._zod.def;for(let s in e){if(!(s in n.shape))throw new Error(`Unrecognized key: "${s}"`);e[s]&&delete r[s]}return At(t,{...t._zod.def,shape:r,checks:[]})}function EO(t,e){if(!Bs(e))throw new Error("Invalid input to extend: expected a plain object");let r={...t._zod.def,get shape(){let n={...t._zod.def.shape,...e};return qd(this,"shape",n),n},checks:[]};return At(t,r)}function $O(t,e){return At(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return qd(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function TO(t,e,r){let n=e._zod.def.shape,s={...n};if(r)for(let o in r){if(!(o in n))throw new Error(`Unrecognized key: "${o}"`);r[o]&&(s[o]=t?new t({type:"optional",innerType:n[o]}):n[o])}else for(let o in n)s[o]=t?new t({type:"optional",innerType:n[o]}):n[o];return At(e,{...e._zod.def,shape:s,checks:[]})}function PO(t,e,r){let n=e._zod.def.shape,s={...n};if(r)for(let o in r){if(!(o in s))throw new Error(`Unrecognized key: "${o}"`);r[o]&&(s[o]=new t({type:"nonoptional",innerType:n[o]}))}else for(let o in n)s[o]=new t({type:"nonoptional",innerType:n[o]});return At(e,{...e._zod.def,shape:s,checks:[]})}function Qn(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function wr(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Vo(t){return typeof t=="string"?t:t?.message}function ir(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let s=Vo(t.inst?._zod.def?.error?.(t))??Vo(e?.error?.(t))??Vo(r.customError?.(t))??Vo(r.localeError?.(t))??"Invalid input";n.message=s}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function sx(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Yo(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Jd(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function RO(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var Ya,Vd,bO,Wd,rx,Kd,nx,Hd,Er=b(()=>{Ya=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};Vd=Go(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});bO=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},Wd=new Set(["string","number","symbol"]),rx=new Set(["string","number","bigint","boolean","symbol","undefined"]);Kd={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},nx={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};Hd=class{constructor(...e){}}});function Yd(t,e=r=>r.message){let r={},n=[];for(let s of t.issues)s.path.length>0?(r[s.path[0]]=r[s.path[0]]||[],r[s.path[0]].push(e(s))):n.push(e(s));return{formErrors:n,fieldErrors:r}}function Xd(t,e){let r=e||function(o){return o.message},n={_errors:[]},s=o=>{for(let i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>s({issues:a}));else if(i.code==="invalid_key")s({issues:i.issues});else if(i.code==="invalid_element")s({issues:i.issues});else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return s(t),n}var ox,Qa,Xo,Qd=b(()=>{Hs();Er();ox=(t,e)=>{t.name="$ZodError",Object.defineProperty(t,"_zod",{value:t._zod,enumerable:!1}),Object.defineProperty(t,"issues",{value:e,enumerable:!1}),Object.defineProperty(t,"message",{get(){return JSON.stringify(e,Zd,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Qa=w("$ZodError",ox),Xo=w("$ZodError",ox,{Parent:Error})});var ep,tp,rp,np,sp,es,op,ts,ip=b(()=>{Hs();Qd();Er();ep=t=>(e,r,n,s)=>{let o=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},o);if(i instanceof Promise)throw new jr;if(i.issues.length){let a=new(s?.Err??t)(i.issues.map(c=>ir(c,o,It())));throw Ya(a,s?.callee),a}return i.value},tp=ep(Xo),rp=t=>async(e,r,n,s)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},i=e._zod.run({value:r,issues:[]},o);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(s?.Err??t)(i.issues.map(c=>ir(c,o,It())));throw Ya(a,s?.callee),a}return i.value},np=rp(Xo),sp=t=>(e,r,n)=>{let s=n?{...n,async:!1}:{async:!1},o=e._zod.run({value:r,issues:[]},s);if(o instanceof Promise)throw new jr;return o.issues.length?{success:!1,error:new(t??Qa)(o.issues.map(i=>ir(i,s,It())))}:{success:!0,data:o.value}},es=sp(Xo),op=t=>async(e,r,n)=>{let s=n?Object.assign(n,{async:!0}):{async:!0},o=e._zod.run({value:r,issues:[]},s);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new t(o.issues.map(i=>ir(i,s,It())))}:{success:!0,data:o.value}},ts=op(Xo)});function hx(){return new RegExp(OO,"u")}function Ex(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function $x(t){return new RegExp(`^${Ex(t)}$`)}function Tx(t){let e=Ex({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${e}(?:${r.join("|")})`;return new RegExp(`^${kx}T(?:${n})$`)}var ix,ax,cx,ux,lx,dx,px,mx,ap,fx,OO,gx,yx,_x,vx,xx,cp,bx,Sx,kx,wx,Px,Rx,Cx,Ox,Ix,Ax,Nx,tc=b(()=>{ix=/^[cC][^\s-]{8,}$/,ax=/^[0-9a-z]+$/,cx=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,ux=/^[0-9a-vA-V]{20}$/,lx=/^[A-Za-z0-9]{27}$/,dx=/^[a-zA-Z0-9_-]{21}$/,px=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,mx=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,ap=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/,fx=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,OO="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";gx=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,yx=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,_x=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,vx=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,xx=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,cp=/^[A-Za-z0-9_-]*$/,bx=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,Sx=/^\+(?:[0-9]){6,14}[0-9]$/,kx="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",wx=new RegExp(`^${kx}$`);Px=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)},Rx=/^\d+$/,Cx=/^-?\d+(?:\.\d+)?/i,Ox=/true|false/i,Ix=/null/i,Ax=/^[^A-Z]*$/,Nx=/^[^a-z]*$/});var Xe,Dx,up,lp,Mx,jx,zx,Lx,Fx,Qo,Ux,Hx,Zx,Bx,qx,Vx,Wx,rc=b(()=>{Hs();tc();Er();Xe=w("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Dx={number:"number",bigint:"bigint",object:"date"},up=w("$ZodCheckLessThan",(t,e)=>{Xe.init(t,e);let r=Dx[typeof e.value];t._zod.onattach.push(n=>{let s=n._zod.bag,o=(e.inclusive?s.maximum:s.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<o&&(e.inclusive?s.maximum=e.value:s.exclusiveMaximum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value<=e.value:n.value<e.value)||n.issues.push({origin:r,code:"too_big",maximum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),lp=w("$ZodCheckGreaterThan",(t,e)=>{Xe.init(t,e);let r=Dx[typeof e.value];t._zod.onattach.push(n=>{let s=n._zod.bag,o=(e.inclusive?s.minimum:s.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>o&&(e.inclusive?s.minimum=e.value:s.exclusiveMinimum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value>=e.value:n.value>e.value)||n.issues.push({origin:r,code:"too_small",minimum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),Mx=w("$ZodCheckMultipleOf",(t,e)=>{Xe.init(t,e),t._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=e.value)}),t._zod.check=r=>{if(typeof r.value!=typeof e.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%e.value===BigInt(0):Bd(r.value,e.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:e.value,input:r.value,inst:t,continue:!e.abort})}}),jx=w("$ZodCheckNumberFormat",(t,e)=>{Xe.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[s,o]=Kd[e.format];t._zod.onattach.push(i=>{let a=i._zod.bag;a.format=e.format,a.minimum=s,a.maximum=o,r&&(a.pattern=Rx)}),t._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:e.format,code:"invalid_type",input:a,inst:t});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort});return}}a<s&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:s,inclusive:!0,inst:t,continue:!e.abort}),a>o&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:o,inst:t})}}),zx=w("$ZodCheckMaxLength",(t,e)=>{var r;Xe.init(t,e),(r=t._zod.def).when??(r.when=n=>{let s=n.value;return!Ko(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{let s=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<s&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{let s=n.value;if(s.length<=e.maximum)return;let i=Yo(s);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:s,inst:t,continue:!e.abort})}}),Lx=w("$ZodCheckMinLength",(t,e)=>{var r;Xe.init(t,e),(r=t._zod.def).when??(r.when=n=>{let s=n.value;return!Ko(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{let s=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>s&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{let s=n.value;if(s.length>=e.minimum)return;let i=Yo(s);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:s,inst:t,continue:!e.abort})}}),Fx=w("$ZodCheckLengthEquals",(t,e)=>{var r;Xe.init(t,e),(r=t._zod.def).when??(r.when=n=>{let s=n.value;return!Ko(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{let s=n._zod.bag;s.minimum=e.length,s.maximum=e.length,s.length=e.length}),t._zod.check=n=>{let s=n.value,o=s.length;if(o===e.length)return;let i=Yo(s),a=o>e.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:n.value,inst:t,continue:!e.abort})}}),Qo=w("$ZodCheckStringFormat",(t,e)=>{var r,n;Xe.init(t,e),t._zod.onattach.push(s=>{let o=s._zod.bag;o.format=e.format,e.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=s=>{e.pattern.lastIndex=0,!e.pattern.test(s.value)&&s.issues.push({origin:"string",code:"invalid_format",format:e.format,input:s.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),Ux=w("$ZodCheckRegex",(t,e)=>{Qo.init(t,e),t._zod.check=r=>{e.pattern.lastIndex=0,!e.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),Hx=w("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Ax),Qo.init(t,e)}),Zx=w("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Nx),Qo.init(t,e)}),Bx=w("$ZodCheckIncludes",(t,e)=>{Xe.init(t,e);let r=on(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(s=>{let o=s._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),t._zod.check=s=>{s.value.includes(e.includes,e.position)||s.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:s.value,inst:t,continue:!e.abort})}}),qx=w("$ZodCheckStartsWith",(t,e)=>{Xe.init(t,e);let r=new RegExp(`^${on(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let s=n._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(r)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),Vx=w("$ZodCheckEndsWith",(t,e)=>{Xe.init(t,e);let r=new RegExp(`.*${on(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let s=n._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(r)}),t._zod.check=n=>{n.value.endsWith(e.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:n.value,inst:t,continue:!e.abort})}}),Wx=w("$ZodCheckOverwrite",(t,e)=>{Xe.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}})});var nc,dp=b(()=>{nc=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let n=e.split(`
|
|
33
|
+
Use context-mode MCP tools (ctx_execute, ctx_execute_file, ctx_batch_execute, ctx_fetch_and_index, ctx_search) instead of inline shell/HTTP calls for data-heavy operations.`}}});var Ha={};Ue(Ha,{PLATFORM_ENV_VARS:()=>Ds,__resetClaudeCodePluginCacheForTests:()=>QR,__seedClaudeCodePluginCacheMissForTests:()=>eC,detectPlatform:()=>ir,foreignIdentificationEnv:()=>sC,foreignWorkspaceEnv:()=>nC,getAdapter:()=>Ho,getEnvVarNames:()=>rC,getSessionDirSegments:()=>Md,workspaceEnvVarsFor:()=>Dd});import{existsSync as Ot,readFileSync as YR}from"node:fs";import{resolve as vt}from"node:path";import{homedir as Zv}from"node:os";function XR(){if(jn!==null)return jn!=="miss"&&jn.hasCM;try{let t=vt(Zv(),".claude","plugins","installed_plugins.json"),e=YR(t,"utf-8"),r=JSON.parse(e),s=[...Object.keys(r.plugins??{}),...Object.keys(r.enabledPlugins??{})].some(o=>o.includes("context-mode"));return jn={hasCM:s},s}catch{return jn="miss",!1}}function QR(){jn=null}function eC(){jn="miss"}function rC(t){return(Ds.get(t)??[]).map(e=>e.name)}function Dd(t){return(Ds.get(t)??[]).filter(e=>e.role==="workspace").map(e=>e.name)}function nC(t){let e=new Set;for(let[r,n]of Ds)if(r!==t)for(let s of n)s.role==="workspace"&&e.add(s.name);return e}function sC(t){let e=new Set;for(let[r,n]of Ds)if(r!==t)for(let s of n)s.role==="identification"&&e.add(s.name);return e}function Md(t){switch(t){case"claude-code":return[".claude"];case"gemini-cli":return[".gemini"];case"antigravity":return[".gemini"];case"openclaw":return[".openclaw"];case"codex":return[".codex"];case"cursor":return[".cursor"];case"vscode-copilot":return[".vscode"];case"kiro":return[".kiro"];case"pi":return[".pi"];case"omp":return[".omp"];case"qwen-code":return[".qwen"];case"kilo":return[".config","kilo"];case"opencode":return[".config","opencode"];case"zed":return[".config","zed"];case"jetbrains-copilot":return[".config","JetBrains"];default:return null}}function ir(t){if(t?.name){let n=$_[t.name];if(n)return{platform:n,confidence:"high",reason:`MCP clientInfo.name="${t.name}"`};if(t.name.startsWith("qwen-cli-mcp-client"))return{platform:"qwen-code",confidence:"high",reason:`MCP clientInfo.name="${t.name}" (qwen-cli pattern)`}}let e=process.env.CONTEXT_MODE_PLATFORM;if(e&&["claude-code","gemini-cli","kilo","opencode","codex","vscode-copilot","jetbrains-copilot","cursor","antigravity","kiro","pi","omp","zed","qwen-code"].includes(e))return{platform:e,confidence:"high",reason:`CONTEXT_MODE_PLATFORM=${e} override`};for(let[n,s]of Ds)if(s.some(o=>o.detect!==!1&&process.env[o.name]))return n==="vscode-copilot"&&XR()?{platform:"claude-code",confidence:"high",reason:"VSCODE_PID set but ~/.claude/plugins/installed_plugins.json lists context-mode (issue #539 fallback)"}:{platform:n,confidence:"high",reason:`${s.filter(o=>o.detect!==!1).map(o=>o.name).join(" or ")} env var set`};let r=Zv();return Ot(vt(r,".claude"))?{platform:"claude-code",confidence:"medium",reason:"~/.claude/ directory exists"}:Ot(vt(r,".gemini"))?{platform:"gemini-cli",confidence:"medium",reason:"~/.gemini/ directory exists"}:Ot(vt(r,".codex"))?{platform:"codex",confidence:"medium",reason:"~/.codex/ directory exists"}:Ot(vt(r,".kiro"))?{platform:"kiro",confidence:"medium",reason:"~/.kiro/ directory exists"}:Ot(vt(r,".omp"))?{platform:"omp",confidence:"medium",reason:"~/.omp/ directory exists"}:Ot(vt(r,".pi"))?{platform:"pi",confidence:"medium",reason:"~/.pi/ directory exists"}:Ot(vt(r,".qwen"))?{platform:"qwen-code",confidence:"medium",reason:"~/.qwen/ directory exists"}:Ot(vt(r,".openclaw"))?{platform:"openclaw",confidence:"medium",reason:"~/.openclaw/ directory exists"}:Ot(vt(r,".cursor"))?{platform:"cursor",confidence:"medium",reason:"~/.cursor/ directory exists"}:Ot(vt(r,".config","kilo"))?{platform:"kilo",confidence:"medium",reason:"~/.config/kilo/ directory exists"}:Ot(vt(r,".config","JetBrains"))?{platform:"jetbrains-copilot",confidence:"medium",reason:"~/.config/JetBrains/ directory exists"}:Ot(vt(r,".config","opencode"))?{platform:"opencode",confidence:"medium",reason:"~/.config/opencode/ directory exists"}:Ot(vt(r,".config","zed"))?{platform:"zed",confidence:"medium",reason:"~/.config/zed/ directory exists"}:{platform:"claude-code",confidence:"low",reason:"No platform detected, defaulting to Claude Code"}}async function Ho(t){let e=t??ir().platform;switch(e){case"claude-code":{let{ClaudeCodeAdapter:r}=await Promise.resolve().then(()=>(Jl(),Kl));return new r}case"gemini-cli":{let{GeminiCLIAdapter:r}=await Promise.resolve().then(()=>(H_(),U_));return new r}case"kilo":case"opencode":{let{OpenCodeAdapter:r}=await Promise.resolve().then(()=>(V_(),q_));return new r(e)}case"openclaw":{let{OpenClawAdapter:r}=await Promise.resolve().then(()=>(K_(),G_));return new r}case"codex":{let{CodexAdapter:r}=await Promise.resolve().then(()=>(tv(),ev));return new r}case"vscode-copilot":{let{VSCodeCopilotAdapter:r}=await Promise.resolve().then(()=>(iv(),ov));return new r}case"jetbrains-copilot":{let{JetBrainsCopilotAdapter:r}=await Promise.resolve().then(()=>(lv(),uv));return new r}case"cursor":{let{CursorAdapter:r}=await Promise.resolve().then(()=>(vv(),_v));return new r}case"antigravity":{let{AntigravityAdapter:r}=await Promise.resolve().then(()=>(Sv(),xv));return new r}case"kiro":{let{KiroAdapter:r}=await Promise.resolve().then(()=>(Rv(),Pv));return new r}case"zed":{let{ZedAdapter:r}=await Promise.resolve().then(()=>(Av(),Iv));return new r}case"qwen-code":{let{QwenCodeAdapter:r}=await Promise.resolve().then(()=>(zv(),jv));return new r}case"omp":{let{OMPAdapter:r}=await Promise.resolve().then(()=>(Fv(),Lv));return new r}case"pi":{let{PiAdapter:r}=await Promise.resolve().then(()=>(Hv(),Uv));return new r}default:{let{ClaudeCodeAdapter:r}=await Promise.resolve().then(()=>(Jl(),Kl));return new r}}}var jn,tC,Ds,zn=x(()=>{"use strict";T_();jn=null;tC=[["claude-code",[{name:"CLAUDE_CODE_ENTRYPOINT",role:"identification"},{name:"CLAUDE_PLUGIN_ROOT",role:"identification"},{name:"CLAUDE_PROJECT_DIR",role:"workspace"},{name:"CLAUDE_SESSION_ID",role:"identification"}]],["antigravity",[{name:"ANTIGRAVITY_CLI_ALIAS",role:"identification"}]],["cursor",[{name:"CURSOR_CWD",role:"workspace"},{name:"CURSOR_TRACE_ID",role:"identification"},{name:"CURSOR_CLI",role:"identification"}]],["kilo",[{name:"KILO",role:"identification"},{name:"KILO_PID",role:"identification"}]],["opencode",[{name:"OPENCODE_PROJECT_DIR",role:"workspace"},{name:"OPENCODE",role:"identification"},{name:"OPENCODE_PID",role:"identification"}]],["zed",[{name:"ZED_SESSION_ID",role:"identification"},{name:"ZED_TERM",role:"identification"}]],["codex",[{name:"CODEX_THREAD_ID",role:"identification"},{name:"CODEX_CI",role:"identification"}]],["gemini-cli",[{name:"GEMINI_PROJECT_DIR",role:"workspace"},{name:"GEMINI_CLI",role:"identification"}]],["vscode-copilot",[{name:"VSCODE_CWD",role:"workspace"},{name:"VSCODE_PID",role:"identification"}]],["jetbrains-copilot",[{name:"IDEA_INITIAL_DIRECTORY",role:"workspace"}]],["qwen-code",[{name:"QWEN_PROJECT_DIR",role:"workspace"}]],["omp",[{name:"PI_CODING_AGENT_DIR",role:"workspace"}]],["pi",[{name:"PI_WORKSPACE_DIR",role:"workspace",detect:!1},{name:"PI_PROJECT_DIR",role:"workspace",detect:!1},{name:"PI_CONFIG_DIR",role:"identification"},{name:"PI_SESSION_FILE",role:"identification"},{name:"PI_COMPILED",role:"identification"}]]],Ds=new Map(tC)});var ie,jd,j,kr,Zo=x(()=>{(function(t){t.assertEqual=s=>{};function e(s){}t.assertIs=e;function r(s){throw new Error}t.assertNever=r,t.arrayToEnum=s=>{let o={};for(let i of s)o[i]=i;return o},t.getValidEnumValues=s=>{let o=t.objectKeys(s).filter(a=>typeof s[s[a]]!="number"),i={};for(let a of o)i[a]=s[a];return t.objectValues(i)},t.objectValues=s=>t.objectKeys(s).map(function(o){return s[o]}),t.objectKeys=typeof Object.keys=="function"?s=>Object.keys(s):s=>{let o=[];for(let i in s)Object.prototype.hasOwnProperty.call(s,i)&&o.push(i);return o},t.find=(s,o)=>{for(let i of s)if(o(i))return i},t.isInteger=typeof Number.isInteger=="function"?s=>Number.isInteger(s):s=>typeof s=="number"&&Number.isFinite(s)&&Math.floor(s)===s;function n(s,o=" | "){return s.map(i=>typeof i=="string"?`'${i}'`:i).join(o)}t.joinValues=n,t.jsonStringifyReplacer=(s,o)=>typeof o=="bigint"?o.toString():o})(ie||(ie={}));(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(jd||(jd={}));j=ie.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),kr=t=>{switch(typeof t){case"undefined":return j.undefined;case"string":return j.string;case"number":return Number.isNaN(t)?j.nan:j.number;case"boolean":return j.boolean;case"function":return j.function;case"bigint":return j.bigint;case"symbol":return j.symbol;case"object":return Array.isArray(t)?j.array:t===null?j.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?j.promise:typeof Map<"u"&&t instanceof Map?j.map:typeof Set<"u"&&t instanceof Set?j.set:typeof Date<"u"&&t instanceof Date?j.date:j.object;default:return j.unknown}}});var C,oC,bt,Za=x(()=>{Zo();C=ie.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),oC=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),bt=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(o){return o.message},n={_errors:[]},s=o=>{for(let i of o.issues)if(i.code==="invalid_union")i.unionErrors.map(s);else if(i.code==="invalid_return_type")s(i.returnTypeError);else if(i.code==="invalid_arguments")s(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return s(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ie.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let s of this.issues)if(s.path.length>0){let o=s.path[0];r[o]=r[o]||[],r[o].push(e(s))}else n.push(e(s));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};bt.create=t=>new bt(t)});var iC,Mr,zd=x(()=>{Za();Zo();iC=(t,e)=>{let r;switch(t.code){case C.invalid_type:t.received===j.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case C.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,ie.jsonStringifyReplacer)}`;break;case C.unrecognized_keys:r=`Unrecognized key(s) in object: ${ie.joinValues(t.keys,", ")}`;break;case C.invalid_union:r="Invalid input";break;case C.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${ie.joinValues(t.options)}`;break;case C.invalid_enum_value:r=`Invalid enum value. Expected ${ie.joinValues(t.options)}, received '${t.received}'`;break;case C.invalid_arguments:r="Invalid function arguments";break;case C.invalid_return_type:r="Invalid function return type";break;case C.invalid_date:r="Invalid date";break;case C.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:ie.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case C.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case C.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case C.custom:r="Invalid input";break;case C.invalid_intersection_types:r="Intersection results could not be merged";break;case C.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case C.not_finite:r="Number must be finite";break;default:r=e.defaultError,ie.assertNever(t)}return{message:r}},Mr=iC});function aC(t){Bv=t}function Ms(){return Bv}var Bv,Ba=x(()=>{zd();Bv=Mr});function N(t,e){let r=Ms(),n=Bo({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Mr?void 0:Mr].filter(s=>!!s)});t.common.issues.push(n)}var Bo,cC,Ye,W,Ln,ot,qa,Va,nn,js,Ld=x(()=>{Ba();zd();Bo=t=>{let{data:e,path:r,errorMaps:n,issueData:s}=t,o=[...r,...s.path||[]],i={...s,path:o};if(s.message!==void 0)return{...s,path:o,message:s.message};let a="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)a=u(i,{data:e,defaultError:a}).message;return{...s,path:o,message:a}},cC=[];Ye=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let s of r){if(s.status==="aborted")return W;s.status==="dirty"&&e.dirty(),n.push(s.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let s of r){let o=await s.key,i=await s.value;n.push({key:o,value:i})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let s of r){let{key:o,value:i}=s;if(o.status==="aborted"||i.status==="aborted")return W;o.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),o.value!=="__proto__"&&(typeof i.value<"u"||s.alwaysSet)&&(n[o.value]=i.value)}return{status:e.value,value:n}}},W=Object.freeze({status:"aborted"}),Ln=t=>({status:"dirty",value:t}),ot=t=>({status:"valid",value:t}),qa=t=>t.status==="aborted",Va=t=>t.status==="dirty",nn=t=>t.status==="valid",js=t=>typeof Promise<"u"&&t instanceof Promise});var qv=x(()=>{});var F,Vv=x(()=>{(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(F||(F={}))});function Q(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:s}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:s}:{errorMap:(i,a)=>{let{message:c}=t;return i.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:i.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:s}}function Jv(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function EC(t){return new RegExp(`^${Jv(t)}$`)}function Yv(t){let e=`${Kv}T${Jv(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function $C(t,e){return!!((e==="v4"||!e)&&_C.test(t)||(e==="v6"||!e)&&bC.test(t))}function TC(t,e){if(!fC.test(t))return!1;try{let[r]=t.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),s=JSON.parse(atob(n));return!(typeof s!="object"||s===null||"typ"in s&&s?.typ!=="JWT"||!s.alg||e&&s.alg!==e)}catch{return!1}}function PC(t,e){return!!((e==="v4"||!e)&&vC.test(t)||(e==="v6"||!e)&&xC.test(t))}function RC(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=r>n?r:n,o=Number.parseInt(t.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return o%i/10**s}function zs(t){if(t instanceof St){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=xt.create(zs(n))}return new St({...t._def,shape:()=>e})}else return t instanceof Lr?new Lr({...t._def,type:zs(t.element)}):t instanceof xt?xt.create(zs(t.unwrap())):t instanceof Er?Er.create(zs(t.unwrap())):t instanceof wr?wr.create(t.items.map(e=>zs(e))):t}function Ud(t,e){let r=kr(t),n=kr(e);if(t===e)return{valid:!0,data:t};if(r===j.object&&n===j.object){let s=ie.objectKeys(e),o=ie.objectKeys(t).filter(a=>s.indexOf(a)!==-1),i={...t,...e};for(let a of o){let c=Ud(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===j.array&&n===j.array){if(t.length!==e.length)return{valid:!1};let s=[];for(let o=0;o<t.length;o++){let i=t[o],a=e[o],c=Ud(i,a);if(!c.valid)return{valid:!1};s.push(c.data)}return{valid:!0,data:s}}else return r===j.date&&n===j.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}function Xv(t,e){return new Jn({values:t,typeName:I.ZodEnum,...Q(e)})}function Gv(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function Qv(t,e={},r){return t?on.create().superRefine((n,s)=>{let o=t(n);if(o instanceof Promise)return o.then(i=>{if(!i){let a=Gv(e,n),c=a.fatal??r??!0;s.addIssue({code:"custom",...a,fatal:c})}});if(!o){let i=Gv(e,n),a=i.fatal??r??!0;s.addIssue({code:"custom",...i,fatal:a})}}):on.create()}var Zt,Wv,te,uC,lC,dC,pC,mC,fC,hC,gC,yC,Fd,_C,vC,bC,xC,SC,kC,Kv,wC,sn,Fn,Un,Hn,Zn,Ls,Bn,qn,on,zr,ar,Fs,Lr,St,Vn,jr,Wa,Wn,wr,Ga,Us,Hs,Ka,Gn,Kn,Jn,Yn,an,Bt,xt,Er,Xn,Qn,Zs,CC,qo,Vo,es,OC,I,IC,eb,tb,AC,NC,rb,DC,MC,jC,zC,LC,FC,UC,HC,ZC,Hd,BC,qC,VC,WC,GC,KC,JC,YC,XC,QC,eO,tO,rO,nO,sO,oO,iO,aO,cO,uO,lO,dO,pO,mO,nb=x(()=>{Za();Ba();Vv();Ld();Zo();Zt=class{constructor(e,r,n,s){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=s}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Wv=(t,e)=>{if(nn(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new bt(t.common.issues);return this._error=r,this._error}}};te=class{get description(){return this._def.description}_getType(e){return kr(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:kr(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ye,ctx:{common:e.parent.common,data:e.data,parsedType:kr(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(js(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kr(e)},s=this._parseSync({data:e,path:n.path,parent:n});return Wv(n,s)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kr(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return nn(n)?{value:n.value}:{issues:r.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(n=>nn(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(e,r){let n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kr(e)},s=this._parse({data:e,path:n.path,parent:n}),o=await(js(s)?s:Promise.resolve(s));return Wv(n,o)}refine(e,r){let n=s=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(s):r;return this._refinement((s,o)=>{let i=e(s),a=()=>o.addIssue({code:C.custom,...n(s)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,s)=>e(n)?!0:(s.addIssue(typeof r=="function"?r(n,s):r),!1))}_refinement(e){return new Bt({schema:this,typeName:I.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return xt.create(this,this._def)}nullable(){return Er.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Lr.create(this)}promise(){return an.create(this,this._def)}or(e){return Vn.create([this,e],this._def)}and(e){return Wn.create(this,e,this._def)}transform(e){return new Bt({...Q(this._def),schema:this,typeName:I.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new Xn({...Q(this._def),innerType:this,defaultValue:r,typeName:I.ZodDefault})}brand(){return new qo({typeName:I.ZodBranded,type:this,...Q(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new Qn({...Q(this._def),innerType:this,catchValue:r,typeName:I.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Vo.create(this,e)}readonly(){return es.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},uC=/^c[^\s-]{8,}$/i,lC=/^[0-9a-z]+$/,dC=/^[0-9A-HJKMNP-TV-Z]{26}$/i,pC=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,mC=/^[a-z0-9_-]{21}$/i,fC=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,hC=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,gC=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,yC="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",_C=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,vC=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,bC=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,xC=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,SC=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,kC=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Kv="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",wC=new RegExp(`^${Kv}$`);sn=class t extends te{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==j.string){let o=this._getOrReturnCtx(e);return N(o,{code:C.invalid_type,expected:j.string,received:o.parsedType}),W}let n=new Ye,s;for(let o of this._def.checks)if(o.kind==="min")e.data.length<o.value&&(s=this._getOrReturnCtx(e,s),N(s,{code:C.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="max")e.data.length>o.value&&(s=this._getOrReturnCtx(e,s),N(s,{code:C.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="length"){let i=e.data.length>o.value,a=e.data.length<o.value;(i||a)&&(s=this._getOrReturnCtx(e,s),i?N(s,{code:C.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):a&&N(s,{code:C.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),n.dirty())}else if(o.kind==="email")gC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"email",code:C.invalid_string,message:o.message}),n.dirty());else if(o.kind==="emoji")Fd||(Fd=new RegExp(yC,"u")),Fd.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"emoji",code:C.invalid_string,message:o.message}),n.dirty());else if(o.kind==="uuid")pC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"uuid",code:C.invalid_string,message:o.message}),n.dirty());else if(o.kind==="nanoid")mC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"nanoid",code:C.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid")uC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"cuid",code:C.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid2")lC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"cuid2",code:C.invalid_string,message:o.message}),n.dirty());else if(o.kind==="ulid")dC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"ulid",code:C.invalid_string,message:o.message}),n.dirty());else if(o.kind==="url")try{new URL(e.data)}catch{s=this._getOrReturnCtx(e,s),N(s,{validation:"url",code:C.invalid_string,message:o.message}),n.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"regex",code:C.invalid_string,message:o.message}),n.dirty())):o.kind==="trim"?e.data=e.data.trim():o.kind==="includes"?e.data.includes(o.value,o.position)||(s=this._getOrReturnCtx(e,s),N(s,{code:C.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),n.dirty()):o.kind==="toLowerCase"?e.data=e.data.toLowerCase():o.kind==="toUpperCase"?e.data=e.data.toUpperCase():o.kind==="startsWith"?e.data.startsWith(o.value)||(s=this._getOrReturnCtx(e,s),N(s,{code:C.invalid_string,validation:{startsWith:o.value},message:o.message}),n.dirty()):o.kind==="endsWith"?e.data.endsWith(o.value)||(s=this._getOrReturnCtx(e,s),N(s,{code:C.invalid_string,validation:{endsWith:o.value},message:o.message}),n.dirty()):o.kind==="datetime"?Yv(o).test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{code:C.invalid_string,validation:"datetime",message:o.message}),n.dirty()):o.kind==="date"?wC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{code:C.invalid_string,validation:"date",message:o.message}),n.dirty()):o.kind==="time"?EC(o).test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{code:C.invalid_string,validation:"time",message:o.message}),n.dirty()):o.kind==="duration"?hC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"duration",code:C.invalid_string,message:o.message}),n.dirty()):o.kind==="ip"?$C(e.data,o.version)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"ip",code:C.invalid_string,message:o.message}),n.dirty()):o.kind==="jwt"?TC(e.data,o.alg)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"jwt",code:C.invalid_string,message:o.message}),n.dirty()):o.kind==="cidr"?PC(e.data,o.version)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"cidr",code:C.invalid_string,message:o.message}),n.dirty()):o.kind==="base64"?SC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"base64",code:C.invalid_string,message:o.message}),n.dirty()):o.kind==="base64url"?kC.test(e.data)||(s=this._getOrReturnCtx(e,s),N(s,{validation:"base64url",code:C.invalid_string,message:o.message}),n.dirty()):ie.assertNever(o);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(s=>e.test(s),{validation:r,code:C.invalid_string,...F.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...F.errToObj(e)})}url(e){return this._addCheck({kind:"url",...F.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...F.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...F.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...F.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...F.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...F.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...F.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...F.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...F.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...F.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...F.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...F.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...F.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...F.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...F.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...F.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...F.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...F.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...F.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...F.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...F.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...F.errToObj(r)})}nonempty(e){return this.min(1,F.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};sn.create=t=>new sn({checks:[],typeName:I.ZodString,coerce:t?.coerce??!1,...Q(t)});Fn=class t extends te{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==j.number){let o=this._getOrReturnCtx(e);return N(o,{code:C.invalid_type,expected:j.number,received:o.parsedType}),W}let n,s=new Ye;for(let o of this._def.checks)o.kind==="int"?ie.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),N(n,{code:C.invalid_type,expected:"integer",received:"float",message:o.message}),s.dirty()):o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),N(n,{code:C.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),s.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),N(n,{code:C.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),s.dirty()):o.kind==="multipleOf"?RC(e.data,o.value)!==0&&(n=this._getOrReturnCtx(e,n),N(n,{code:C.not_multiple_of,multipleOf:o.value,message:o.message}),s.dirty()):o.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),N(n,{code:C.not_finite,message:o.message}),s.dirty()):ie.assertNever(o);return{status:s.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,F.toString(r))}gt(e,r){return this.setLimit("min",e,!1,F.toString(r))}lte(e,r){return this.setLimit("max",e,!0,F.toString(r))}lt(e,r){return this.setLimit("max",e,!1,F.toString(r))}setLimit(e,r,n,s){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:F.toString(s)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:F.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:F.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:F.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:F.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:F.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:F.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:F.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:F.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:F.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&ie.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};Fn.create=t=>new Fn({checks:[],typeName:I.ZodNumber,coerce:t?.coerce||!1,...Q(t)});Un=class t extends te{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==j.bigint)return this._getInvalidInput(e);let n,s=new Ye;for(let o of this._def.checks)o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),N(n,{code:C.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),s.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),N(n,{code:C.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),s.dirty()):o.kind==="multipleOf"?e.data%o.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),N(n,{code:C.not_multiple_of,multipleOf:o.value,message:o.message}),s.dirty()):ie.assertNever(o);return{status:s.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return N(r,{code:C.invalid_type,expected:j.bigint,received:r.parsedType}),W}gte(e,r){return this.setLimit("min",e,!0,F.toString(r))}gt(e,r){return this.setLimit("min",e,!1,F.toString(r))}lte(e,r){return this.setLimit("max",e,!0,F.toString(r))}lt(e,r){return this.setLimit("max",e,!1,F.toString(r))}setLimit(e,r,n,s){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:F.toString(s)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:F.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:F.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:F.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:F.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:F.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Un.create=t=>new Un({checks:[],typeName:I.ZodBigInt,coerce:t?.coerce??!1,...Q(t)});Hn=class extends te{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==j.boolean){let n=this._getOrReturnCtx(e);return N(n,{code:C.invalid_type,expected:j.boolean,received:n.parsedType}),W}return ot(e.data)}};Hn.create=t=>new Hn({typeName:I.ZodBoolean,coerce:t?.coerce||!1,...Q(t)});Zn=class t extends te{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==j.date){let o=this._getOrReturnCtx(e);return N(o,{code:C.invalid_type,expected:j.date,received:o.parsedType}),W}if(Number.isNaN(e.data.getTime())){let o=this._getOrReturnCtx(e);return N(o,{code:C.invalid_date}),W}let n=new Ye,s;for(let o of this._def.checks)o.kind==="min"?e.data.getTime()<o.value&&(s=this._getOrReturnCtx(e,s),N(s,{code:C.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),n.dirty()):o.kind==="max"?e.data.getTime()>o.value&&(s=this._getOrReturnCtx(e,s),N(s,{code:C.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),n.dirty()):ie.assertNever(o);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:F.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:F.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};Zn.create=t=>new Zn({checks:[],coerce:t?.coerce||!1,typeName:I.ZodDate,...Q(t)});Ls=class extends te{_parse(e){if(this._getType(e)!==j.symbol){let n=this._getOrReturnCtx(e);return N(n,{code:C.invalid_type,expected:j.symbol,received:n.parsedType}),W}return ot(e.data)}};Ls.create=t=>new Ls({typeName:I.ZodSymbol,...Q(t)});Bn=class extends te{_parse(e){if(this._getType(e)!==j.undefined){let n=this._getOrReturnCtx(e);return N(n,{code:C.invalid_type,expected:j.undefined,received:n.parsedType}),W}return ot(e.data)}};Bn.create=t=>new Bn({typeName:I.ZodUndefined,...Q(t)});qn=class extends te{_parse(e){if(this._getType(e)!==j.null){let n=this._getOrReturnCtx(e);return N(n,{code:C.invalid_type,expected:j.null,received:n.parsedType}),W}return ot(e.data)}};qn.create=t=>new qn({typeName:I.ZodNull,...Q(t)});on=class extends te{constructor(){super(...arguments),this._any=!0}_parse(e){return ot(e.data)}};on.create=t=>new on({typeName:I.ZodAny,...Q(t)});zr=class extends te{constructor(){super(...arguments),this._unknown=!0}_parse(e){return ot(e.data)}};zr.create=t=>new zr({typeName:I.ZodUnknown,...Q(t)});ar=class extends te{_parse(e){let r=this._getOrReturnCtx(e);return N(r,{code:C.invalid_type,expected:j.never,received:r.parsedType}),W}};ar.create=t=>new ar({typeName:I.ZodNever,...Q(t)});Fs=class extends te{_parse(e){if(this._getType(e)!==j.undefined){let n=this._getOrReturnCtx(e);return N(n,{code:C.invalid_type,expected:j.void,received:n.parsedType}),W}return ot(e.data)}};Fs.create=t=>new Fs({typeName:I.ZodVoid,...Q(t)});Lr=class t extends te{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),s=this._def;if(r.parsedType!==j.array)return N(r,{code:C.invalid_type,expected:j.array,received:r.parsedType}),W;if(s.exactLength!==null){let i=r.data.length>s.exactLength.value,a=r.data.length<s.exactLength.value;(i||a)&&(N(r,{code:i?C.too_big:C.too_small,minimum:a?s.exactLength.value:void 0,maximum:i?s.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:s.exactLength.message}),n.dirty())}if(s.minLength!==null&&r.data.length<s.minLength.value&&(N(r,{code:C.too_small,minimum:s.minLength.value,type:"array",inclusive:!0,exact:!1,message:s.minLength.message}),n.dirty()),s.maxLength!==null&&r.data.length>s.maxLength.value&&(N(r,{code:C.too_big,maximum:s.maxLength.value,type:"array",inclusive:!0,exact:!1,message:s.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>s.type._parseAsync(new Zt(r,i,r.path,a)))).then(i=>Ye.mergeArray(n,i));let o=[...r.data].map((i,a)=>s.type._parseSync(new Zt(r,i,r.path,a)));return Ye.mergeArray(n,o)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:F.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:F.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:F.toString(r)}})}nonempty(e){return this.min(1,e)}};Lr.create=(t,e)=>new Lr({type:t,minLength:null,maxLength:null,exactLength:null,typeName:I.ZodArray,...Q(e)});St=class t extends te{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=ie.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==j.object){let u=this._getOrReturnCtx(e);return N(u,{code:C.invalid_type,expected:j.object,received:u.parsedType}),W}let{status:n,ctx:s}=this._processInputParams(e),{shape:o,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof ar&&this._def.unknownKeys==="strip"))for(let u in s.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let d=o[u],l=s.data[u];c.push({key:{status:"valid",value:u},value:d._parse(new Zt(s,l,s.path,u)),alwaysSet:u in s.data})}if(this._def.catchall instanceof ar){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of a)c.push({key:{status:"valid",value:d},value:{status:"valid",value:s.data[d]}});else if(u==="strict")a.length>0&&(N(s,{code:C.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let d of a){let l=s.data[d];c.push({key:{status:"valid",value:d},value:u._parse(new Zt(s,l,s.path,d)),alwaysSet:d in s.data})}}return s.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of c){let l=await d.key,p=await d.value;u.push({key:l,value:p,alwaysSet:d.alwaysSet})}return u}).then(u=>Ye.mergeObjectSync(n,u)):Ye.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return F.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{let s=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:F.errToObj(e).message??s}:{message:s}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:I.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of ie.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let n of ie.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return zs(this)}partial(e){let r={};for(let n of ie.objectKeys(this.shape)){let s=this.shape[n];e&&!e[n]?r[n]=s:r[n]=s.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let n of ie.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let o=this.shape[n];for(;o instanceof xt;)o=o._def.innerType;r[n]=o}return new t({...this._def,shape:()=>r})}keyof(){return Xv(ie.objectKeys(this.shape))}};St.create=(t,e)=>new St({shape:()=>t,unknownKeys:"strip",catchall:ar.create(),typeName:I.ZodObject,...Q(e)});St.strictCreate=(t,e)=>new St({shape:()=>t,unknownKeys:"strict",catchall:ar.create(),typeName:I.ZodObject,...Q(e)});St.lazycreate=(t,e)=>new St({shape:t,unknownKeys:"strip",catchall:ar.create(),typeName:I.ZodObject,...Q(e)});Vn=class extends te{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function s(o){for(let a of o)if(a.result.status==="valid")return a.result;for(let a of o)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=o.map(a=>new bt(a.ctx.common.issues));return N(r,{code:C.invalid_union,unionErrors:i}),W}if(r.common.async)return Promise.all(n.map(async o=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await o._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(s);{let o,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},d=c._parseSync({data:r.data,path:r.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!o&&(o={result:d,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(o)return r.common.issues.push(...o.ctx.common.issues),o.result;let a=i.map(c=>new bt(c));return N(r,{code:C.invalid_union,unionErrors:a}),W}}get options(){return this._def.options}};Vn.create=(t,e)=>new Vn({options:t,typeName:I.ZodUnion,...Q(e)});jr=t=>t instanceof Gn?jr(t.schema):t instanceof Bt?jr(t.innerType()):t instanceof Kn?[t.value]:t instanceof Jn?t.options:t instanceof Yn?ie.objectValues(t.enum):t instanceof Xn?jr(t._def.innerType):t instanceof Bn?[void 0]:t instanceof qn?[null]:t instanceof xt?[void 0,...jr(t.unwrap())]:t instanceof Er?[null,...jr(t.unwrap())]:t instanceof qo||t instanceof es?jr(t.unwrap()):t instanceof Qn?jr(t._def.innerType):[],Wa=class t extends te{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==j.object)return N(r,{code:C.invalid_type,expected:j.object,received:r.parsedType}),W;let n=this.discriminator,s=r.data[n],o=this.optionsMap.get(s);return o?r.common.async?o._parseAsync({data:r.data,path:r.path,parent:r}):o._parseSync({data:r.data,path:r.path,parent:r}):(N(r,{code:C.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),W)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let s=new Map;for(let o of r){let i=jr(o.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(s.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);s.set(a,o)}}return new t({typeName:I.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:s,...Q(n)})}};Wn=class extends te{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),s=(o,i)=>{if(qa(o)||qa(i))return W;let a=Ud(o.value,i.value);return a.valid?((Va(o)||Va(i))&&r.dirty(),{status:r.value,value:a.data}):(N(n,{code:C.invalid_intersection_types}),W)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([o,i])=>s(o,i)):s(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};Wn.create=(t,e,r)=>new Wn({left:t,right:e,typeName:I.ZodIntersection,...Q(r)});wr=class t extends te{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==j.array)return N(n,{code:C.invalid_type,expected:j.array,received:n.parsedType}),W;if(n.data.length<this._def.items.length)return N(n,{code:C.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),W;!this._def.rest&&n.data.length>this._def.items.length&&(N(n,{code:C.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let o=[...n.data].map((i,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new Zt(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(o).then(i=>Ye.mergeArray(r,i)):Ye.mergeArray(r,o)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};wr.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new wr({items:t,typeName:I.ZodTuple,rest:null,...Q(e)})};Ga=class t extends te{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==j.object)return N(n,{code:C.invalid_type,expected:j.object,received:n.parsedType}),W;let s=[],o=this._def.keyType,i=this._def.valueType;for(let a in n.data)s.push({key:o._parse(new Zt(n,a,n.path,a)),value:i._parse(new Zt(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Ye.mergeObjectAsync(r,s):Ye.mergeObjectSync(r,s)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof te?new t({keyType:e,valueType:r,typeName:I.ZodRecord,...Q(n)}):new t({keyType:sn.create(),valueType:e,typeName:I.ZodRecord,...Q(r)})}},Us=class extends te{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==j.map)return N(n,{code:C.invalid_type,expected:j.map,received:n.parsedType}),W;let s=this._def.keyType,o=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:s._parse(new Zt(n,a,n.path,[u,"key"])),value:o._parse(new Zt(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,d=await c.value;if(u.status==="aborted"||d.status==="aborted")return W;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,d=c.value;if(u.status==="aborted"||d.status==="aborted")return W;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}}}};Us.create=(t,e,r)=>new Us({valueType:e,keyType:t,typeName:I.ZodMap,...Q(r)});Hs=class t extends te{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==j.set)return N(n,{code:C.invalid_type,expected:j.set,received:n.parsedType}),W;let s=this._def;s.minSize!==null&&n.data.size<s.minSize.value&&(N(n,{code:C.too_small,minimum:s.minSize.value,type:"set",inclusive:!0,exact:!1,message:s.minSize.message}),r.dirty()),s.maxSize!==null&&n.data.size>s.maxSize.value&&(N(n,{code:C.too_big,maximum:s.maxSize.value,type:"set",inclusive:!0,exact:!1,message:s.maxSize.message}),r.dirty());let o=this._def.valueType;function i(c){let u=new Set;for(let d of c){if(d.status==="aborted")return W;d.status==="dirty"&&r.dirty(),u.add(d.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>o._parse(new Zt(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:F.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:F.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};Hs.create=(t,e)=>new Hs({valueType:t,minSize:null,maxSize:null,typeName:I.ZodSet,...Q(e)});Ka=class t extends te{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==j.function)return N(r,{code:C.invalid_type,expected:j.function,received:r.parsedType}),W;function n(a,c){return Bo({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Ms(),Mr].filter(u=>!!u),issueData:{code:C.invalid_arguments,argumentsError:c}})}function s(a,c){return Bo({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Ms(),Mr].filter(u=>!!u),issueData:{code:C.invalid_return_type,returnTypeError:c}})}let o={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof an){let a=this;return ot(async function(...c){let u=new bt([]),d=await a._def.args.parseAsync(c,o).catch(f=>{throw u.addIssue(n(c,f)),u}),l=await Reflect.apply(i,this,d);return await a._def.returns._def.type.parseAsync(l,o).catch(f=>{throw u.addIssue(s(l,f)),u})})}else{let a=this;return ot(function(...c){let u=a._def.args.safeParse(c,o);if(!u.success)throw new bt([n(c,u.error)]);let d=Reflect.apply(i,this,u.data),l=a._def.returns.safeParse(d,o);if(!l.success)throw new bt([s(d,l.error)]);return l.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:wr.create(e).rest(zr.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||wr.create([]).rest(zr.create()),returns:r||zr.create(),typeName:I.ZodFunction,...Q(n)})}},Gn=class extends te{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};Gn.create=(t,e)=>new Gn({getter:t,typeName:I.ZodLazy,...Q(e)});Kn=class extends te{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return N(r,{received:r.data,code:C.invalid_literal,expected:this._def.value}),W}return{status:"valid",value:e.data}}get value(){return this._def.value}};Kn.create=(t,e)=>new Kn({value:t,typeName:I.ZodLiteral,...Q(e)});Jn=class t extends te{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return N(r,{expected:ie.joinValues(n),received:r.parsedType,code:C.invalid_type}),W}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return N(r,{received:r.data,code:C.invalid_enum_value,options:n}),W}return ot(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};Jn.create=Xv;Yn=class extends te{_parse(e){let r=ie.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==j.string&&n.parsedType!==j.number){let s=ie.objectValues(r);return N(n,{expected:ie.joinValues(s),received:n.parsedType,code:C.invalid_type}),W}if(this._cache||(this._cache=new Set(ie.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let s=ie.objectValues(r);return N(n,{received:n.data,code:C.invalid_enum_value,options:s}),W}return ot(e.data)}get enum(){return this._def.values}};Yn.create=(t,e)=>new Yn({values:t,typeName:I.ZodNativeEnum,...Q(e)});an=class extends te{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==j.promise&&r.common.async===!1)return N(r,{code:C.invalid_type,expected:j.promise,received:r.parsedType}),W;let n=r.parsedType===j.promise?r.data:Promise.resolve(r.data);return ot(n.then(s=>this._def.type.parseAsync(s,{path:r.path,errorMap:r.common.contextualErrorMap})))}};an.create=(t,e)=>new an({type:t,typeName:I.ZodPromise,...Q(e)});Bt=class extends te{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===I.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),s=this._def.effect||null,o={addIssue:i=>{N(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(o.addIssue=o.addIssue.bind(o),s.type==="preprocess"){let i=s.transform(n.data,o);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return W;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?W:c.status==="dirty"?Ln(c.value):r.value==="dirty"?Ln(c.value):c});{if(r.value==="aborted")return W;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?W:a.status==="dirty"?Ln(a.value):r.value==="dirty"?Ln(a.value):a}}if(s.type==="refinement"){let i=a=>{let c=s.refinement(a,o);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?W:(a.status==="dirty"&&r.dirty(),i(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?W:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(s.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!nn(i))return W;let a=s.transform(i.value,o);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>nn(i)?Promise.resolve(s.transform(i.value,o)).then(a=>({status:r.value,value:a})):W);ie.assertNever(s)}};Bt.create=(t,e,r)=>new Bt({schema:t,typeName:I.ZodEffects,effect:e,...Q(r)});Bt.createWithPreprocess=(t,e,r)=>new Bt({schema:e,effect:{type:"preprocess",transform:t},typeName:I.ZodEffects,...Q(r)});xt=class extends te{_parse(e){return this._getType(e)===j.undefined?ot(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};xt.create=(t,e)=>new xt({innerType:t,typeName:I.ZodOptional,...Q(e)});Er=class extends te{_parse(e){return this._getType(e)===j.null?ot(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Er.create=(t,e)=>new Er({innerType:t,typeName:I.ZodNullable,...Q(e)});Xn=class extends te{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===j.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};Xn.create=(t,e)=>new Xn({innerType:t,typeName:I.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Q(e)});Qn=class extends te{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},s=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return js(s)?s.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new bt(n.common.issues)},input:n.data})})):{status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new bt(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};Qn.create=(t,e)=>new Qn({innerType:t,typeName:I.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Q(e)});Zs=class extends te{_parse(e){if(this._getType(e)!==j.nan){let n=this._getOrReturnCtx(e);return N(n,{code:C.invalid_type,expected:j.nan,received:n.parsedType}),W}return{status:"valid",value:e.data}}};Zs.create=t=>new Zs({typeName:I.ZodNaN,...Q(t)});CC=Symbol("zod_brand"),qo=class extends te{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},Vo=class t extends te{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let o=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?W:o.status==="dirty"?(r.dirty(),Ln(o.value)):this._def.out._parseAsync({data:o.value,path:n.path,parent:n})})();{let s=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?W:s.status==="dirty"?(r.dirty(),{status:"dirty",value:s.value}):this._def.out._parseSync({data:s.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:I.ZodPipeline})}},es=class extends te{_parse(e){let r=this._def.innerType._parse(e),n=s=>(nn(s)&&(s.value=Object.freeze(s.value)),s);return js(r)?r.then(s=>n(s)):n(r)}unwrap(){return this._def.innerType}};es.create=(t,e)=>new es({innerType:t,typeName:I.ZodReadonly,...Q(e)});OC={object:St.lazycreate};(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(I||(I={}));IC=(t,e={message:`Input not instance of ${t.name}`})=>Qv(r=>r instanceof t,e),eb=sn.create,tb=Fn.create,AC=Zs.create,NC=Un.create,rb=Hn.create,DC=Zn.create,MC=Ls.create,jC=Bn.create,zC=qn.create,LC=on.create,FC=zr.create,UC=ar.create,HC=Fs.create,ZC=Lr.create,Hd=St.create,BC=St.strictCreate,qC=Vn.create,VC=Wa.create,WC=Wn.create,GC=wr.create,KC=Ga.create,JC=Us.create,YC=Hs.create,XC=Ka.create,QC=Gn.create,eO=Kn.create,tO=Jn.create,rO=Yn.create,nO=an.create,sO=Bt.create,oO=xt.create,iO=Er.create,aO=Bt.createWithPreprocess,cO=Vo.create,uO=()=>eb().optional(),lO=()=>tb().optional(),dO=()=>rb().optional(),pO={string:(t=>sn.create({...t,coerce:!0})),number:(t=>Fn.create({...t,coerce:!0})),boolean:(t=>Hn.create({...t,coerce:!0})),bigint:(t=>Un.create({...t,coerce:!0})),date:(t=>Zn.create({...t,coerce:!0}))},mO=W});var U={};Ue(U,{BRAND:()=>CC,DIRTY:()=>Ln,EMPTY_PATH:()=>cC,INVALID:()=>W,NEVER:()=>mO,OK:()=>ot,ParseStatus:()=>Ye,Schema:()=>te,ZodAny:()=>on,ZodArray:()=>Lr,ZodBigInt:()=>Un,ZodBoolean:()=>Hn,ZodBranded:()=>qo,ZodCatch:()=>Qn,ZodDate:()=>Zn,ZodDefault:()=>Xn,ZodDiscriminatedUnion:()=>Wa,ZodEffects:()=>Bt,ZodEnum:()=>Jn,ZodError:()=>bt,ZodFirstPartyTypeKind:()=>I,ZodFunction:()=>Ka,ZodIntersection:()=>Wn,ZodIssueCode:()=>C,ZodLazy:()=>Gn,ZodLiteral:()=>Kn,ZodMap:()=>Us,ZodNaN:()=>Zs,ZodNativeEnum:()=>Yn,ZodNever:()=>ar,ZodNull:()=>qn,ZodNullable:()=>Er,ZodNumber:()=>Fn,ZodObject:()=>St,ZodOptional:()=>xt,ZodParsedType:()=>j,ZodPipeline:()=>Vo,ZodPromise:()=>an,ZodReadonly:()=>es,ZodRecord:()=>Ga,ZodSchema:()=>te,ZodSet:()=>Hs,ZodString:()=>sn,ZodSymbol:()=>Ls,ZodTransformer:()=>Bt,ZodTuple:()=>wr,ZodType:()=>te,ZodUndefined:()=>Bn,ZodUnion:()=>Vn,ZodUnknown:()=>zr,ZodVoid:()=>Fs,addIssueToContext:()=>N,any:()=>LC,array:()=>ZC,bigint:()=>NC,boolean:()=>rb,coerce:()=>pO,custom:()=>Qv,date:()=>DC,datetimeRegex:()=>Yv,defaultErrorMap:()=>Mr,discriminatedUnion:()=>VC,effect:()=>sO,enum:()=>tO,function:()=>XC,getErrorMap:()=>Ms,getParsedType:()=>kr,instanceof:()=>IC,intersection:()=>WC,isAborted:()=>qa,isAsync:()=>js,isDirty:()=>Va,isValid:()=>nn,late:()=>OC,lazy:()=>QC,literal:()=>eO,makeIssue:()=>Bo,map:()=>JC,nan:()=>AC,nativeEnum:()=>rO,never:()=>UC,null:()=>zC,nullable:()=>iO,number:()=>tb,object:()=>Hd,objectUtil:()=>jd,oboolean:()=>dO,onumber:()=>lO,optional:()=>oO,ostring:()=>uO,pipeline:()=>cO,preprocess:()=>aO,promise:()=>nO,quotelessJson:()=>oC,record:()=>KC,set:()=>YC,setErrorMap:()=>aC,strictObject:()=>BC,string:()=>eb,symbol:()=>MC,transformer:()=>sO,tuple:()=>GC,undefined:()=>jC,union:()=>qC,unknown:()=>FC,util:()=>ie,void:()=>HC});var Ja=x(()=>{Ba();Ld();qv();Zo();nb();Za()});var Wo=x(()=>{Ja()});function w(t,e,r){function n(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(t),e(a,c);for(let d in i.prototype)d in a||Object.defineProperty(a,d,{value:i.prototype[d].bind(a)});a._zod.constr=i,a._zod.def=c}let s=r?.Parent??Object;class o extends s{}Object.defineProperty(o,"name",{value:t});function i(a){var c;let u=r?.Parent?new o:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let d of u._zod.deferred)d();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}function It(t){return t&&Object.assign(Ya,t),Ya}var hO,Fr,Ya,Bs=x(()=>{hO=Object.freeze({status:"aborted"});Fr=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Ya={}});var ae={};Ue(ae,{BIGINT_FORMAT_RANGES:()=>ob,Class:()=>Bd,NUMBER_FORMAT_RANGES:()=>Yd,aborted:()=>rs,allowsEval:()=>Gd,assert:()=>bO,assertEqual:()=>gO,assertIs:()=>_O,assertNever:()=>vO,assertNotEqual:()=>yO,assignProp:()=>Wd,cached:()=>Jo,captureStackTrace:()=>Qa,cleanEnum:()=>AO,cleanRegex:()=>Xo,clone:()=>At,createTransparentProxy:()=>$O,defineLazy:()=>we,esc:()=>ts,escapeRegex:()=>cn,extend:()=>RO,finalizeIssue:()=>cr,floatSafeRemainder:()=>Vd,getElementAtPath:()=>xO,getEnumValues:()=>Ko,getLengthableOrigin:()=>Qo,getParsedType:()=>EO,getSizableOrigin:()=>ib,isObject:()=>qs,isPlainObject:()=>Vs,issue:()=>Xd,joinValues:()=>Xa,jsonStringifyReplacer:()=>qd,merge:()=>CO,normalizeParams:()=>G,nullish:()=>Yo,numKeys:()=>wO,omit:()=>PO,optionalKeys:()=>Jd,partial:()=>OO,pick:()=>TO,prefixIssues:()=>$r,primitiveTypes:()=>sb,promiseAllObject:()=>SO,propertyKeyTypes:()=>Kd,randomString:()=>kO,required:()=>IO,stringifyPrimitive:()=>ec,unwrapMessage:()=>Go});function gO(t){return t}function yO(t){return t}function _O(t){}function vO(t){throw new Error}function bO(t){}function Ko(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,s])=>e.indexOf(+n)===-1).map(([n,s])=>s)}function Xa(t,e="|"){return t.map(r=>ec(r)).join(e)}function qd(t,e){return typeof e=="bigint"?e.toString():e}function Jo(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Yo(t){return t==null}function Xo(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function Vd(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=r>n?r:n,o=Number.parseInt(t.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return o%i/10**s}function we(t,e,r){Object.defineProperty(t,e,{get(){{let s=r();return t[e]=s,s}throw new Error("cached value already set")},set(s){Object.defineProperty(t,e,{value:s})},configurable:!0})}function Wd(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function xO(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function SO(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let s={};for(let o=0;o<e.length;o++)s[e[o]]=n[o];return s})}function kO(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function ts(t){return JSON.stringify(t)}function qs(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Vs(t){if(qs(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(qs(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function wO(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}function cn(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function At(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function G(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function $O(t){let e;return new Proxy({},{get(r,n,s){return e??(e=t()),Reflect.get(e,n,s)},set(r,n,s,o){return e??(e=t()),Reflect.set(e,n,s,o)},has(r,n){return e??(e=t()),Reflect.has(e,n)},deleteProperty(r,n){return e??(e=t()),Reflect.deleteProperty(e,n)},ownKeys(r){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(r,n){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,n)},defineProperty(r,n,s){return e??(e=t()),Reflect.defineProperty(e,n,s)}})}function ec(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Jd(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}function TO(t,e){let r={},n=t._zod.def;for(let s in e){if(!(s in n.shape))throw new Error(`Unrecognized key: "${s}"`);e[s]&&(r[s]=n.shape[s])}return At(t,{...t._zod.def,shape:r,checks:[]})}function PO(t,e){let r={...t._zod.def.shape},n=t._zod.def;for(let s in e){if(!(s in n.shape))throw new Error(`Unrecognized key: "${s}"`);e[s]&&delete r[s]}return At(t,{...t._zod.def,shape:r,checks:[]})}function RO(t,e){if(!Vs(e))throw new Error("Invalid input to extend: expected a plain object");let r={...t._zod.def,get shape(){let n={...t._zod.def.shape,...e};return Wd(this,"shape",n),n},checks:[]};return At(t,r)}function CO(t,e){return At(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return Wd(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function OO(t,e,r){let n=e._zod.def.shape,s={...n};if(r)for(let o in r){if(!(o in n))throw new Error(`Unrecognized key: "${o}"`);r[o]&&(s[o]=t?new t({type:"optional",innerType:n[o]}):n[o])}else for(let o in n)s[o]=t?new t({type:"optional",innerType:n[o]}):n[o];return At(e,{...e._zod.def,shape:s,checks:[]})}function IO(t,e,r){let n=e._zod.def.shape,s={...n};if(r)for(let o in r){if(!(o in s))throw new Error(`Unrecognized key: "${o}"`);r[o]&&(s[o]=new t({type:"nonoptional",innerType:n[o]}))}else for(let o in n)s[o]=new t({type:"nonoptional",innerType:n[o]});return At(e,{...e._zod.def,shape:s,checks:[]})}function rs(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function $r(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Go(t){return typeof t=="string"?t:t?.message}function cr(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let s=Go(t.inst?._zod.def?.error?.(t))??Go(e?.error?.(t))??Go(r.customError?.(t))??Go(r.localeError?.(t))??"Invalid input";n.message=s}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function ib(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Qo(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Xd(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function AO(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var Qa,Gd,EO,Kd,sb,Yd,ob,Bd,Tr=x(()=>{Qa=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};Gd=Jo(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});EO=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},Kd=new Set(["string","number","symbol"]),sb=new Set(["string","number","bigint","boolean","symbol","undefined"]);Yd={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},ob={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};Bd=class{constructor(...e){}}});function Qd(t,e=r=>r.message){let r={},n=[];for(let s of t.issues)s.path.length>0?(r[s.path[0]]=r[s.path[0]]||[],r[s.path[0]].push(e(s))):n.push(e(s));return{formErrors:n,fieldErrors:r}}function ep(t,e){let r=e||function(o){return o.message},n={_errors:[]},s=o=>{for(let i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>s({issues:a}));else if(i.code==="invalid_key")s({issues:i.issues});else if(i.code==="invalid_element")s({issues:i.issues});else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return s(t),n}var ab,tc,ei,tp=x(()=>{Bs();Tr();ab=(t,e)=>{t.name="$ZodError",Object.defineProperty(t,"_zod",{value:t._zod,enumerable:!1}),Object.defineProperty(t,"issues",{value:e,enumerable:!1}),Object.defineProperty(t,"message",{get(){return JSON.stringify(e,qd,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},tc=w("$ZodError",ab),ei=w("$ZodError",ab,{Parent:Error})});var rp,np,sp,op,ip,ns,ap,ss,cp=x(()=>{Bs();tp();Tr();rp=t=>(e,r,n,s)=>{let o=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},o);if(i instanceof Promise)throw new Fr;if(i.issues.length){let a=new(s?.Err??t)(i.issues.map(c=>cr(c,o,It())));throw Qa(a,s?.callee),a}return i.value},np=rp(ei),sp=t=>async(e,r,n,s)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},i=e._zod.run({value:r,issues:[]},o);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(s?.Err??t)(i.issues.map(c=>cr(c,o,It())));throw Qa(a,s?.callee),a}return i.value},op=sp(ei),ip=t=>(e,r,n)=>{let s=n?{...n,async:!1}:{async:!1},o=e._zod.run({value:r,issues:[]},s);if(o instanceof Promise)throw new Fr;return o.issues.length?{success:!1,error:new(t??tc)(o.issues.map(i=>cr(i,s,It())))}:{success:!0,data:o.value}},ns=ip(ei),ap=t=>async(e,r,n)=>{let s=n?Object.assign(n,{async:!0}):{async:!0},o=e._zod.run({value:r,issues:[]},s);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new t(o.issues.map(i=>cr(i,s,It())))}:{success:!0,data:o.value}},ss=ap(ei)});function yb(){return new RegExp(DO,"u")}function Tb(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function Pb(t){return new RegExp(`^${Tb(t)}$`)}function Rb(t){let e=Tb({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${e}(?:${r.join("|")})`;return new RegExp(`^${Eb}T(?:${n})$`)}var cb,ub,lb,db,pb,mb,fb,hb,up,gb,DO,_b,vb,bb,xb,Sb,lp,kb,wb,Eb,$b,Cb,Ob,Ib,Ab,Nb,Db,Mb,nc=x(()=>{cb=/^[cC][^\s-]{8,}$/,ub=/^[0-9a-z]+$/,lb=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,db=/^[0-9a-vA-V]{20}$/,pb=/^[A-Za-z0-9]{27}$/,mb=/^[a-zA-Z0-9_-]{21}$/,fb=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,hb=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,up=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/,gb=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,DO="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";_b=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,vb=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,bb=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,xb=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Sb=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,lp=/^[A-Za-z0-9_-]*$/,kb=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,wb=/^\+(?:[0-9]){6,14}[0-9]$/,Eb="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",$b=new RegExp(`^${Eb}$`);Cb=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)},Ob=/^\d+$/,Ib=/^-?\d+(?:\.\d+)?/i,Ab=/true|false/i,Nb=/null/i,Db=/^[^A-Z]*$/,Mb=/^[^a-z]*$/});var Xe,jb,dp,pp,zb,Lb,Fb,Ub,Hb,ti,Zb,Bb,qb,Vb,Wb,Gb,Kb,sc=x(()=>{Bs();nc();Tr();Xe=w("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),jb={number:"number",bigint:"bigint",object:"date"},dp=w("$ZodCheckLessThan",(t,e)=>{Xe.init(t,e);let r=jb[typeof e.value];t._zod.onattach.push(n=>{let s=n._zod.bag,o=(e.inclusive?s.maximum:s.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<o&&(e.inclusive?s.maximum=e.value:s.exclusiveMaximum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value<=e.value:n.value<e.value)||n.issues.push({origin:r,code:"too_big",maximum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),pp=w("$ZodCheckGreaterThan",(t,e)=>{Xe.init(t,e);let r=jb[typeof e.value];t._zod.onattach.push(n=>{let s=n._zod.bag,o=(e.inclusive?s.minimum:s.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>o&&(e.inclusive?s.minimum=e.value:s.exclusiveMinimum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value>=e.value:n.value>e.value)||n.issues.push({origin:r,code:"too_small",minimum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),zb=w("$ZodCheckMultipleOf",(t,e)=>{Xe.init(t,e),t._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=e.value)}),t._zod.check=r=>{if(typeof r.value!=typeof e.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%e.value===BigInt(0):Vd(r.value,e.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:e.value,input:r.value,inst:t,continue:!e.abort})}}),Lb=w("$ZodCheckNumberFormat",(t,e)=>{Xe.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[s,o]=Yd[e.format];t._zod.onattach.push(i=>{let a=i._zod.bag;a.format=e.format,a.minimum=s,a.maximum=o,r&&(a.pattern=Ob)}),t._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:e.format,code:"invalid_type",input:a,inst:t});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort});return}}a<s&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:s,inclusive:!0,inst:t,continue:!e.abort}),a>o&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:o,inst:t})}}),Fb=w("$ZodCheckMaxLength",(t,e)=>{var r;Xe.init(t,e),(r=t._zod.def).when??(r.when=n=>{let s=n.value;return!Yo(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{let s=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<s&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{let s=n.value;if(s.length<=e.maximum)return;let i=Qo(s);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:s,inst:t,continue:!e.abort})}}),Ub=w("$ZodCheckMinLength",(t,e)=>{var r;Xe.init(t,e),(r=t._zod.def).when??(r.when=n=>{let s=n.value;return!Yo(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{let s=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>s&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{let s=n.value;if(s.length>=e.minimum)return;let i=Qo(s);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:s,inst:t,continue:!e.abort})}}),Hb=w("$ZodCheckLengthEquals",(t,e)=>{var r;Xe.init(t,e),(r=t._zod.def).when??(r.when=n=>{let s=n.value;return!Yo(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{let s=n._zod.bag;s.minimum=e.length,s.maximum=e.length,s.length=e.length}),t._zod.check=n=>{let s=n.value,o=s.length;if(o===e.length)return;let i=Qo(s),a=o>e.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:n.value,inst:t,continue:!e.abort})}}),ti=w("$ZodCheckStringFormat",(t,e)=>{var r,n;Xe.init(t,e),t._zod.onattach.push(s=>{let o=s._zod.bag;o.format=e.format,e.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=s=>{e.pattern.lastIndex=0,!e.pattern.test(s.value)&&s.issues.push({origin:"string",code:"invalid_format",format:e.format,input:s.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),Zb=w("$ZodCheckRegex",(t,e)=>{ti.init(t,e),t._zod.check=r=>{e.pattern.lastIndex=0,!e.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),Bb=w("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Db),ti.init(t,e)}),qb=w("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Mb),ti.init(t,e)}),Vb=w("$ZodCheckIncludes",(t,e)=>{Xe.init(t,e);let r=cn(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(s=>{let o=s._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),t._zod.check=s=>{s.value.includes(e.includes,e.position)||s.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:s.value,inst:t,continue:!e.abort})}}),Wb=w("$ZodCheckStartsWith",(t,e)=>{Xe.init(t,e);let r=new RegExp(`^${cn(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let s=n._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(r)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),Gb=w("$ZodCheckEndsWith",(t,e)=>{Xe.init(t,e);let r=new RegExp(`.*${cn(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let s=n._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(r)}),t._zod.check=n=>{n.value.endsWith(e.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:n.value,inst:t,continue:!e.abort})}}),Kb=w("$ZodCheckOverwrite",(t,e)=>{Xe.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}})});var oc,mp=x(()=>{oc=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let n=e.split(`
|
|
34
34
|
`).filter(i=>i),s=Math.min(...n.map(i=>i.length-i.trimStart().length)),o=n.map(i=>i.slice(s)).map(i=>" ".repeat(this.indent*2)+i);for(let i of o)this.content.push(i)}compile(){let e=Function,r=this?.args,s=[...(this?.content??[""]).map(o=>` ${o}`)];return new e(...r,s.join(`
|
|
35
|
-
`))}}});var
|
|
35
|
+
`))}}});var Yb,fp=x(()=>{Yb={major:4,minor:0,patch:0}});function dx(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}function MO(t){if(!lp.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return dx(r)}function jO(t,e=null){try{let r=t.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let s=JSON.parse(atob(n));return!("typ"in s&&s?.typ!=="JWT"||!s.alg||e&&(!("alg"in s)||s.alg!==e))}catch{return!1}}function Xb(t,e,r){t.issues.length&&e.issues.push(...$r(r,t.issues)),e.value[r]=t.value}function ic(t,e,r){t.issues.length&&e.issues.push(...$r(r,t.issues)),e.value[r]=t.value}function Qb(t,e,r,n){t.issues.length?n[r]===void 0?r in n?e.value[r]=void 0:e.value[r]=t.value:e.issues.push(...$r(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}function ex(t,e,r,n){for(let s of t)if(s.issues.length===0)return e.value=s.value,e;return e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(s=>s.issues.map(o=>cr(o,n,It())))}),e}function hp(t,e){if(t===e)return{valid:!0,data:t};if(t instanceof Date&&e instanceof Date&&+t==+e)return{valid:!0,data:t};if(Vs(t)&&Vs(e)){let r=Object.keys(e),n=Object.keys(t).filter(o=>r.indexOf(o)!==-1),s={...t,...e};for(let o of n){let i=hp(t[o],e[o]);if(!i.valid)return{valid:!1,mergeErrorPath:[o,...i.mergeErrorPath]};s[o]=i.data}return{valid:!0,data:s}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<t.length;n++){let s=t[n],o=e[n],i=hp(s,o);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function tx(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),rs(t))return t;let n=hp(e.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return t.value=n.data,t}function rx(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}function nx(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}function sx(t,e,r){return rs(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}function ox(t){return t.value=Object.freeze(t.value),t}function ix(t,e,r,n){if(!t){let s={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(s.params=n._zod.def.params),e.issues.push(Xd(s))}}var ve,ri,Ee,gp,yp,_p,vp,bp,xp,Sp,kp,wp,Ep,$p,ax,cx,ux,lx,Tp,Pp,Rp,Cp,Op,Ip,Ap,Np,ac,Dp,Mp,jp,zp,Lp,Fp,cc,uc,Up,Hp,Zp,Bp,qp,Vp,Wp,Gp,Kp,Jp,Yp,Xp,Qp,em,tm,px=x(()=>{sc();Bs();mp();cp();nc();Tr();fp();Tr();ve=w("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=Yb;let n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(let s of n)for(let o of s._zod.onattach)o(t);if(n.length===0)(r=t._zod).deferred??(r.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let s=(o,i,a)=>{let c=rs(o),u;for(let d of i){if(d._zod.def.when){if(!d._zod.def.when(o))continue}else if(c)continue;let l=o.issues.length,p=d._zod.check(o);if(p instanceof Promise&&a?.async===!1)throw new Fr;if(u||p instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await p,o.issues.length!==l&&(c||(c=rs(o,l)))});else{if(o.issues.length===l)continue;c||(c=rs(o,l))}}return u?u.then(()=>o):o};t._zod.run=(o,i)=>{let a=t._zod.parse(o,i);if(a instanceof Promise){if(i.async===!1)throw new Fr;return a.then(c=>s(c,n,i))}return s(a,n,i)}}t["~standard"]={validate:s=>{try{let o=ns(t,s);return o.success?{value:o.data}:{issues:o.error?.issues}}catch{return ss(t,s).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),ri=w("$ZodString",(t,e)=>{ve.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Cb(t._zod.bag),t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:t}),r}}),Ee=w("$ZodStringFormat",(t,e)=>{ti.init(t,e),ri.init(t,e)}),gp=w("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=hb),Ee.init(t,e)}),yp=w("$ZodUUID",(t,e)=>{if(e.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(n===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=up(n))}else e.pattern??(e.pattern=up());Ee.init(t,e)}),_p=w("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=gb),Ee.init(t,e)}),vp=w("$ZodURL",(t,e)=>{Ee.init(t,e),t._zod.check=r=>{try{let n=r.value,s=new URL(n),o=s.href;e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(s.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:kb.source,input:r.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(s.protocol.endsWith(":")?s.protocol.slice(0,-1):s.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:r.value,inst:t,continue:!e.abort})),!n.endsWith("/")&&o.endsWith("/")?r.value=o.slice(0,-1):r.value=o;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:t,continue:!e.abort})}}}),bp=w("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=yb()),Ee.init(t,e)}),xp=w("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=mb),Ee.init(t,e)}),Sp=w("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=cb),Ee.init(t,e)}),kp=w("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=ub),Ee.init(t,e)}),wp=w("$ZodULID",(t,e)=>{e.pattern??(e.pattern=lb),Ee.init(t,e)}),Ep=w("$ZodXID",(t,e)=>{e.pattern??(e.pattern=db),Ee.init(t,e)}),$p=w("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=pb),Ee.init(t,e)}),ax=w("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Rb(e)),Ee.init(t,e)}),cx=w("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=$b),Ee.init(t,e)}),ux=w("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Pb(e)),Ee.init(t,e)}),lx=w("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=fb),Ee.init(t,e)}),Tp=w("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=_b),Ee.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),Pp=w("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=vb),Ee.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv6"}),t._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:t,continue:!e.abort})}}}),Rp=w("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=bb),Ee.init(t,e)}),Cp=w("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=xb),Ee.init(t,e),t._zod.check=r=>{let[n,s]=r.value.split("/");try{if(!s)throw new Error;let o=Number(s);if(`${o}`!==s)throw new Error;if(o<0||o>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:t,continue:!e.abort})}}});Op=w("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=Sb),Ee.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{dx(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});Ip=w("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=lp),Ee.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{MO(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),Ap=w("$ZodE164",(t,e)=>{e.pattern??(e.pattern=wb),Ee.init(t,e)});Np=w("$ZodJWT",(t,e)=>{Ee.init(t,e),t._zod.check=r=>{jO(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}}),ac=w("$ZodNumber",(t,e)=>{ve.init(t,e),t._zod.pattern=t._zod.bag.pattern??Ib,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=Number(r.value)}catch{}let s=r.value;if(typeof s=="number"&&!Number.isNaN(s)&&Number.isFinite(s))return r;let o=typeof s=="number"?Number.isNaN(s)?"NaN":Number.isFinite(s)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:s,inst:t,...o?{received:o}:{}}),r}}),Dp=w("$ZodNumber",(t,e)=>{Lb.init(t,e),ac.init(t,e)}),Mp=w("$ZodBoolean",(t,e)=>{ve.init(t,e),t._zod.pattern=Ab,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=!!r.value}catch{}let s=r.value;return typeof s=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:s,inst:t}),r}}),jp=w("$ZodNull",(t,e)=>{ve.init(t,e),t._zod.pattern=Nb,t._zod.values=new Set([null]),t._zod.parse=(r,n)=>{let s=r.value;return s===null||r.issues.push({expected:"null",code:"invalid_type",input:s,inst:t}),r}}),zp=w("$ZodUnknown",(t,e)=>{ve.init(t,e),t._zod.parse=r=>r}),Lp=w("$ZodNever",(t,e)=>{ve.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});Fp=w("$ZodArray",(t,e)=>{ve.init(t,e),t._zod.parse=(r,n)=>{let s=r.value;if(!Array.isArray(s))return r.issues.push({expected:"array",code:"invalid_type",input:s,inst:t}),r;r.value=Array(s.length);let o=[];for(let i=0;i<s.length;i++){let a=s[i],c=e.element._zod.run({value:a,issues:[]},n);c instanceof Promise?o.push(c.then(u=>Xb(u,r,i))):Xb(c,r,i)}return o.length?Promise.all(o).then(()=>r):r}});cc=w("$ZodObject",(t,e)=>{ve.init(t,e);let r=Jo(()=>{let l=Object.keys(e.shape);for(let f of l)if(!(e.shape[f]instanceof ve))throw new Error(`Invalid element at key "${f}": expected a Zod schema`);let p=Jd(e.shape);return{shape:e.shape,keys:l,keySet:new Set(l),numKeys:l.length,optionalKeys:new Set(p)}});we(t._zod,"propValues",()=>{let l=e.shape,p={};for(let f in l){let m=l[f]._zod;if(m.values){p[f]??(p[f]=new Set);for(let h of m.values)p[f].add(h)}}return p});let n=l=>{let p=new oc(["shape","payload","ctx"]),f=r.value,m=b=>{let y=ts(b);return`shape[${y}]._zod.run({ value: input[${y}], issues: [] }, ctx)`};p.write("const input = payload.value;");let h=Object.create(null),g=0;for(let b of f.keys)h[b]=`key_${g++}`;p.write("const newResult = {}");for(let b of f.keys)if(f.optionalKeys.has(b)){let y=h[b];p.write(`const ${y} = ${m(b)};`);let v=ts(b);p.write(`
|
|
36
36
|
if (${y}.issues.length) {
|
|
37
37
|
if (input[${v}] === undefined) {
|
|
38
38
|
if (${v} in input) {
|
|
@@ -51,27 +51,27 @@ Use context-mode MCP tools (ctx_execute, ctx_execute_file, ctx_batch_execute, ct
|
|
|
51
51
|
} else {
|
|
52
52
|
newResult[${v}] = ${y}.value;
|
|
53
53
|
}
|
|
54
|
-
`)}else{let y=h[
|
|
54
|
+
`)}else{let y=h[b];p.write(`const ${y} = ${m(b)};`),p.write(`
|
|
55
55
|
if (${y}.issues.length) payload.issues = payload.issues.concat(${y}.issues.map(iss => ({
|
|
56
56
|
...iss,
|
|
57
|
-
path: iss.path ? [${
|
|
58
|
-
})));`),p.write(`newResult[${Xn(x)}] = ${y}.value`)}p.write("payload.value = newResult;"),p.write("return payload;");let _=p.compile();return(x,y)=>_(l,x,y)},s,o=Zs,i=!Ka.jitless,c=i&&Vd.value,u=e.catchall,d;t._zod.parse=(l,p)=>{d??(d=r.value);let f=l.value;if(!o(f))return l.issues.push({expected:"object",code:"invalid_type",input:f,inst:t}),l;let m=[];if(i&&c&&p?.async===!1&&p.jitless!==!0)s||(s=n(e.shape)),l=s(l,p);else{l.value={};let y=d.shape;for(let v of d.keys){let S=y[v],T=S._zod.run({value:f[v],issues:[]},p),$=S._zod.optin==="optional"&&S._zod.optout==="optional";T instanceof Promise?m.push(T.then(R=>$?Yx(R,l,v,f):sc(R,l,v))):$?Yx(T,l,v,f):sc(T,l,v)}}if(!u)return m.length?Promise.all(m).then(()=>l):l;let h=[],g=d.keySet,_=u._zod,x=_.def.type;for(let y of Object.keys(f)){if(g.has(y))continue;if(x==="never"){h.push(y);continue}let v=_.run({value:f[y],issues:[]},p);v instanceof Promise?m.push(v.then(S=>sc(S,l,y))):sc(v,l,y)}return h.length&&l.issues.push({code:"unrecognized_keys",keys:h,input:f,inst:t}),m.length?Promise.all(m).then(()=>l):l}});ac=w("$ZodUnion",(t,e)=>{ve.init(t,e),we(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),we(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),we(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),we(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){let r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>Jo(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let s=!1,o=[];for(let i of e.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)o.push(a),s=!0;else{if(a.issues.length===0)return a;o.push(a)}}return s?Promise.all(o).then(i=>Xx(i,r,t,n)):Xx(o,r,t,n)}}),Lp=w("$ZodDiscriminatedUnion",(t,e)=>{ac.init(t,e);let r=t._zod.parse;we(t._zod,"propValues",()=>{let s={};for(let o of e.options){let i=o._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(o)}"`);for(let[a,c]of Object.entries(i)){s[a]||(s[a]=new Set);for(let u of c)s[a].add(u)}}return s});let n=Go(()=>{let s=e.options,o=new Map;for(let i of s){let a=i._zod.propValues[e.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(i)}"`);for(let c of a){if(o.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);o.set(c,i)}}return o});t._zod.parse=(s,o)=>{let i=s.value;if(!Zs(i))return s.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),s;let a=n.value.get(i?.[e.discriminator]);return a?a._zod.run(s,o):e.unionFallback?r(s,o):(s.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[e.discriminator],inst:t}),s)}}),Fp=w("$ZodIntersection",(t,e)=>{ve.init(t,e),t._zod.parse=(r,n)=>{let s=r.value,o=e.left._zod.run({value:s,issues:[]},n),i=e.right._zod.run({value:s,issues:[]},n);return o instanceof Promise||i instanceof Promise?Promise.all([o,i]).then(([c,u])=>Qx(r,c,u)):Qx(r,o,i)}});Up=w("$ZodRecord",(t,e)=>{ve.init(t,e),t._zod.parse=(r,n)=>{let s=r.value;if(!Bs(s))return r.issues.push({expected:"record",code:"invalid_type",input:s,inst:t}),r;let o=[];if(e.keyType._zod.values){let i=e.keyType._zod.values;r.value={};for(let c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){let u=e.valueType._zod.run({value:s[c],issues:[]},n);u instanceof Promise?o.push(u.then(d=>{d.issues.length&&r.issues.push(...wr(c,d.issues)),r.value[c]=d.value})):(u.issues.length&&r.issues.push(...wr(c,u.issues)),r.value[c]=u.value)}let a;for(let c in s)i.has(c)||(a=a??[],a.push(c));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:s,inst:t,keys:a})}else{r.value={};for(let i of Reflect.ownKeys(s)){if(i==="__proto__")continue;let a=e.keyType._zod.run({value:i,issues:[]},n);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(u=>ir(u,n,It())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}let c=e.valueType._zod.run({value:s[i],issues:[]},n);c instanceof Promise?o.push(c.then(u=>{u.issues.length&&r.issues.push(...wr(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...wr(i,c.issues)),r.value[a.value]=c.value)}}return o.length?Promise.all(o).then(()=>r):r}}),Hp=w("$ZodEnum",(t,e)=>{ve.init(t,e);let r=Wo(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>Wd.has(typeof n)).map(n=>typeof n=="string"?on(n):n.toString()).join("|")})$`),t._zod.parse=(n,s)=>{let o=n.value;return t._zod.values.has(o)||n.issues.push({code:"invalid_value",values:r,input:o,inst:t}),n}}),Zp=w("$ZodLiteral",(t,e)=>{ve.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?on(r):r?r.toString():String(r)).join("|")})$`),t._zod.parse=(r,n)=>{let s=r.value;return t._zod.values.has(s)||r.issues.push({code:"invalid_value",values:e.values,input:s,inst:t}),r}}),Bp=w("$ZodTransform",(t,e)=>{ve.init(t,e),t._zod.parse=(r,n)=>{let s=e.transform(r.value,r);if(n.async)return(s instanceof Promise?s:Promise.resolve(s)).then(i=>(r.value=i,r));if(s instanceof Promise)throw new jr;return r.value=s,r}}),qp=w("$ZodOptional",(t,e)=>{ve.init(t,e),t._zod.optin="optional",t._zod.optout="optional",we(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),we(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Jo(r.source)})?$`):void 0}),t._zod.parse=(r,n)=>e.innerType._zod.optin==="optional"?e.innerType._zod.run(r,n):r.value===void 0?r:e.innerType._zod.run(r,n)}),Vp=w("$ZodNullable",(t,e)=>{ve.init(t,e),we(t._zod,"optin",()=>e.innerType._zod.optin),we(t._zod,"optout",()=>e.innerType._zod.optout),we(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Jo(r.source)}|null)$`):void 0}),we(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(r,n)=>r.value===null?r:e.innerType._zod.run(r,n)}),Wp=w("$ZodDefault",(t,e)=>{ve.init(t,e),t._zod.optin="optional",we(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=e.defaultValue,r;let s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>eb(o,e)):eb(s,e)}});Gp=w("$ZodPrefault",(t,e)=>{ve.init(t,e),t._zod.optin="optional",we(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>(r.value===void 0&&(r.value=e.defaultValue),e.innerType._zod.run(r,n))}),Kp=w("$ZodNonOptional",(t,e)=>{ve.init(t,e),we(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>tb(o,t)):tb(s,t)}});Jp=w("$ZodCatch",(t,e)=>{ve.init(t,e),t._zod.optin="optional",we(t._zod,"optout",()=>e.innerType._zod.optout),we(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{let s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(i=>ir(i,n,It()))},input:r.value}),r.issues=[]),r)):(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(o=>ir(o,n,It()))},input:r.value}),r.issues=[]),r)}}),Yp=w("$ZodPipe",(t,e)=>{ve.init(t,e),we(t._zod,"values",()=>e.in._zod.values),we(t._zod,"optin",()=>e.in._zod.optin),we(t._zod,"optout",()=>e.out._zod.optout),t._zod.parse=(r,n)=>{let s=e.in._zod.run(r,n);return s instanceof Promise?s.then(o=>rb(o,e,n)):rb(s,e,n)}});Xp=w("$ZodReadonly",(t,e)=>{ve.init(t,e),we(t._zod,"propValues",()=>e.innerType._zod.propValues),we(t._zod,"values",()=>e.innerType._zod.values),we(t._zod,"optin",()=>e.innerType._zod.optin),we(t._zod,"optout",()=>e.innerType._zod.optout),t._zod.parse=(r,n)=>{let s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(nb):nb(s)}});Qp=w("$ZodCustom",(t,e)=>{Xe.init(t,e),ve.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{let n=r.value,s=e.fn(n);if(s instanceof Promise)return s.then(o=>sb(o,r,n,t));sb(s,r,n,t)}})});function db(){return{localeError:DO()}}var NO,DO,pb=b(()=>{Er();NO=t=>{let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"NaN":"number";case"object":{if(Array.isArray(t))return"array";if(t===null)return"null";if(Object.getPrototypeOf(t)!==Object.prototype&&t.constructor)return t.constructor.name}}return e},DO=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function e(n){return t[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Invalid input: expected ${n.expected}, received ${NO(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${Xa(n.values[0])}`:`Invalid option: expected one of ${Ja(n.values,"|")}`;case"too_big":{let s=n.inclusive?"<=":"<",o=e(n.origin);return o?`Too big: expected ${n.origin??"value"} to have ${s}${n.maximum.toString()} ${o.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${s}${n.maximum.toString()}`}case"too_small":{let s=n.inclusive?">=":">",o=e(n.origin);return o?`Too small: expected ${n.origin} to have ${s}${n.minimum.toString()} ${o.unit}`:`Too small: expected ${n.origin} to be ${s}${n.minimum.toString()}`}case"invalid_format":{let s=n;return s.format==="starts_with"?`Invalid string: must start with "${s.prefix}"`:s.format==="ends_with"?`Invalid string: must end with "${s.suffix}"`:s.format==="includes"?`Invalid string: must include "${s.includes}"`:s.format==="regex"?`Invalid string: must match pattern ${s.pattern}`:`Invalid ${r[s.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${Ja(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}}});var cc=b(()=>{});function mb(){return new ti}var ti,an,tm=b(()=>{ti=class{constructor(){this._map=new Map,this._idmap=new Map}add(e,...r){let n=r[0];if(this._map.set(e,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,e)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(e){let r=this._map.get(e);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(e),this}get(e){let r=e._zod.parent;if(r){let n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}};an=mb()});function rm(t,e){return new t({type:"string",...G(e)})}function nm(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...G(e)})}function uc(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...G(e)})}function sm(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...G(e)})}function om(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...G(e)})}function im(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...G(e)})}function am(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...G(e)})}function cm(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...G(e)})}function um(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...G(e)})}function lm(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...G(e)})}function dm(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...G(e)})}function pm(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...G(e)})}function mm(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...G(e)})}function fm(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...G(e)})}function hm(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...G(e)})}function gm(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...G(e)})}function ym(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...G(e)})}function _m(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...G(e)})}function vm(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...G(e)})}function xm(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...G(e)})}function bm(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...G(e)})}function Sm(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...G(e)})}function km(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...G(e)})}function fb(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...G(e)})}function hb(t,e){return new t({type:"string",format:"date",check:"string_format",...G(e)})}function gb(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...G(e)})}function yb(t,e){return new t({type:"string",format:"duration",check:"string_format",...G(e)})}function wm(t,e){return new t({type:"number",checks:[],...G(e)})}function Em(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...G(e)})}function $m(t,e){return new t({type:"boolean",...G(e)})}function Tm(t,e){return new t({type:"null",...G(e)})}function Pm(t){return new t({type:"unknown"})}function Rm(t,e){return new t({type:"never",...G(e)})}function lc(t,e){return new up({check:"less_than",...G(e),value:t,inclusive:!1})}function ri(t,e){return new up({check:"less_than",...G(e),value:t,inclusive:!0})}function dc(t,e){return new lp({check:"greater_than",...G(e),value:t,inclusive:!1})}function ni(t,e){return new lp({check:"greater_than",...G(e),value:t,inclusive:!0})}function pc(t,e){return new Mx({check:"multiple_of",...G(e),value:t})}function mc(t,e){return new zx({check:"max_length",...G(e),maximum:t})}function qs(t,e){return new Lx({check:"min_length",...G(e),minimum:t})}function fc(t,e){return new Fx({check:"length_equals",...G(e),length:t})}function Cm(t,e){return new Ux({check:"string_format",format:"regex",...G(e),pattern:t})}function Om(t){return new Hx({check:"string_format",format:"lowercase",...G(t)})}function Im(t){return new Zx({check:"string_format",format:"uppercase",...G(t)})}function Am(t,e){return new Bx({check:"string_format",format:"includes",...G(e),includes:t})}function Nm(t,e){return new qx({check:"string_format",format:"starts_with",...G(e),prefix:t})}function Dm(t,e){return new Vx({check:"string_format",format:"ends_with",...G(e),suffix:t})}function rs(t){return new Wx({check:"overwrite",tx:t})}function Mm(t){return rs(e=>e.normalize(t))}function jm(){return rs(t=>t.trim())}function zm(){return rs(t=>t.toLowerCase())}function Lm(){return rs(t=>t.toUpperCase())}function _b(t,e,r){return new t({type:"array",element:e,...G(r)})}function Fm(t,e,r){let n=G(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function Um(t,e,r){return new t({type:"custom",check:"custom",fn:e,...G(r)})}var vb=b(()=>{rc();Er()});var xb=b(()=>{});function Hm(t,e){if(t instanceof ti){let n=new hc(e),s={};for(let a of t._idmap.entries()){let[c,u]=a;n.process(u)}let o={},i={registry:t,uri:e?.uri,defs:s};for(let a of t._idmap.entries()){let[c,u]=a;o[c]=n.emit(u,{...e,external:i})}if(Object.keys(s).length>0){let a=n.target==="draft-2020-12"?"$defs":"definitions";o.__shared={[a]:s}}return{schemas:o}}let r=new hc(e);return r.process(t),r.emit(t,e)}function Ve(t,e){let r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let s=t._zod.def;switch(s.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return Ve(s.element,r);case"object":{for(let o in s.shape)if(Ve(s.shape[o],r))return!0;return!1}case"union":{for(let o of s.options)if(Ve(o,r))return!0;return!1}case"intersection":return Ve(s.left,r)||Ve(s.right,r);case"tuple":{for(let o of s.items)if(Ve(o,r))return!0;return!!(s.rest&&Ve(s.rest,r))}case"record":return Ve(s.keyType,r)||Ve(s.valueType,r);case"map":return Ve(s.keyType,r)||Ve(s.valueType,r);case"set":return Ve(s.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Ve(s.innerType,r);case"lazy":return Ve(s.getter(),r);case"default":return Ve(s.innerType,r);case"prefault":return Ve(s.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Ve(s.in,r)||Ve(s.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${s.type}`)}var hc,bb=b(()=>{tm();Er();hc=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??an,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let s=e._zod.def,o={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let l={...r,schemaPath:[...r.schemaPath,e],path:r.path},p=e._zod.parent;if(p)a.ref=p,this.process(p,l),this.seen.get(p).isParent=!0;else{let f=a.schema;switch(s.type){case"string":{let m=f;m.type="string";let{minimum:h,maximum:g,format:_,patterns:x,contentEncoding:y}=e._zod.bag;if(typeof h=="number"&&(m.minLength=h),typeof g=="number"&&(m.maxLength=g),_&&(m.format=o[_]??_,m.format===""&&delete m.format),y&&(m.contentEncoding=y),x&&x.size>0){let v=[...x];v.length===1?m.pattern=v[0].source:v.length>1&&(a.schema.allOf=[...v.map(S=>({...this.target==="draft-7"?{type:"string"}:{},pattern:S.source}))])}break}case"number":{let m=f,{minimum:h,maximum:g,format:_,multipleOf:x,exclusiveMaximum:y,exclusiveMinimum:v}=e._zod.bag;typeof _=="string"&&_.includes("int")?m.type="integer":m.type="number",typeof v=="number"&&(m.exclusiveMinimum=v),typeof h=="number"&&(m.minimum=h,typeof v=="number"&&(v>=h?delete m.minimum:delete m.exclusiveMinimum)),typeof y=="number"&&(m.exclusiveMaximum=y),typeof g=="number"&&(m.maximum=g,typeof y=="number"&&(y<=g?delete m.maximum:delete m.exclusiveMaximum)),typeof x=="number"&&(m.multipleOf=x);break}case"boolean":{let m=f;m.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{f.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{f.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let m=f,{minimum:h,maximum:g}=e._zod.bag;typeof h=="number"&&(m.minItems=h),typeof g=="number"&&(m.maxItems=g),m.type="array",m.items=this.process(s.element,{...l,path:[...l.path,"items"]});break}case"object":{let m=f;m.type="object",m.properties={};let h=s.shape;for(let x in h)m.properties[x]=this.process(h[x],{...l,path:[...l.path,"properties",x]});let g=new Set(Object.keys(h)),_=new Set([...g].filter(x=>{let y=s.shape[x]._zod;return this.io==="input"?y.optin===void 0:y.optout===void 0}));_.size>0&&(m.required=Array.from(_)),s.catchall?._zod.def.type==="never"?m.additionalProperties=!1:s.catchall?s.catchall&&(m.additionalProperties=this.process(s.catchall,{...l,path:[...l.path,"additionalProperties"]})):this.io==="output"&&(m.additionalProperties=!1);break}case"union":{let m=f;m.anyOf=s.options.map((h,g)=>this.process(h,{...l,path:[...l.path,"anyOf",g]}));break}case"intersection":{let m=f,h=this.process(s.left,{...l,path:[...l.path,"allOf",0]}),g=this.process(s.right,{...l,path:[...l.path,"allOf",1]}),_=y=>"allOf"in y&&Object.keys(y).length===1,x=[..._(h)?h.allOf:[h],..._(g)?g.allOf:[g]];m.allOf=x;break}case"tuple":{let m=f;m.type="array";let h=s.items.map((x,y)=>this.process(x,{...l,path:[...l.path,"prefixItems",y]}));if(this.target==="draft-2020-12"?m.prefixItems=h:m.items=h,s.rest){let x=this.process(s.rest,{...l,path:[...l.path,"items"]});this.target==="draft-2020-12"?m.items=x:m.additionalItems=x}s.rest&&(m.items=this.process(s.rest,{...l,path:[...l.path,"items"]}));let{minimum:g,maximum:_}=e._zod.bag;typeof g=="number"&&(m.minItems=g),typeof _=="number"&&(m.maxItems=_);break}case"record":{let m=f;m.type="object",m.propertyNames=this.process(s.keyType,{...l,path:[...l.path,"propertyNames"]}),m.additionalProperties=this.process(s.valueType,{...l,path:[...l.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let m=f,h=Wo(s.entries);h.every(g=>typeof g=="number")&&(m.type="number"),h.every(g=>typeof g=="string")&&(m.type="string"),m.enum=h;break}case"literal":{let m=f,h=[];for(let g of s.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");h.push(Number(g))}else h.push(g);if(h.length!==0)if(h.length===1){let g=h[0];m.type=g===null?"null":typeof g,m.const=g}else h.every(g=>typeof g=="number")&&(m.type="number"),h.every(g=>typeof g=="string")&&(m.type="string"),h.every(g=>typeof g=="boolean")&&(m.type="string"),h.every(g=>g===null)&&(m.type="null"),m.enum=h;break}case"file":{let m=f,h={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:_,mime:x}=e._zod.bag;g!==void 0&&(h.minLength=g),_!==void 0&&(h.maxLength=_),x?x.length===1?(h.contentMediaType=x[0],Object.assign(m,h)):m.anyOf=x.map(y=>({...h,contentMediaType:y})):Object.assign(m,h);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let m=this.process(s.innerType,l);f.anyOf=[m,{type:"null"}];break}case"nonoptional":{this.process(s.innerType,l),a.ref=s.innerType;break}case"success":{let m=f;m.type="boolean";break}case"default":{this.process(s.innerType,l),a.ref=s.innerType,f.default=JSON.parse(JSON.stringify(s.defaultValue));break}case"prefault":{this.process(s.innerType,l),a.ref=s.innerType,this.io==="input"&&(f._prefault=JSON.parse(JSON.stringify(s.defaultValue)));break}case"catch":{this.process(s.innerType,l),a.ref=s.innerType;let m;try{m=s.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}f.default=m;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let m=f,h=e._zod.pattern;if(!h)throw new Error("Pattern not found in template literal");m.type="string",m.pattern=h.source;break}case"pipe":{let m=this.io==="input"?s.in._zod.def.type==="transform"?s.out:s.in:s.out;this.process(m,l),a.ref=m;break}case"readonly":{this.process(s.innerType,l),a.ref=s.innerType,f.readOnly=!0;break}case"promise":{this.process(s.innerType,l),a.ref=s.innerType;break}case"optional":{this.process(s.innerType,l),a.ref=s.innerType;break}case"lazy":{let m=e._zod.innerType;this.process(m,l),a.ref=m;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&Ve(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},s=this.seen.get(e);if(!s)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=d=>{let l=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let h=n.external.registry.get(d[0])?.id,g=n.external.uri??(x=>x);if(h)return{ref:g(h)};let _=d[1].defId??d[1].schema.id??`schema${this.counter++}`;return d[1].defId=_,{defId:_,ref:`${g("__shared")}#/${l}/${_}`}}if(d[1]===s)return{ref:"#"};let f=`#/${l}/`,m=d[1].schema.id??`__schema${this.counter++}`;return{defId:m,ref:f+m}},i=d=>{if(d[1].schema.$ref)return;let l=d[1],{ref:p,defId:f}=o(d);l.def={...l.schema},f&&(l.defId=f);let m=l.schema;for(let h in m)delete m[h];m.$ref=p};if(n.cycles==="throw")for(let d of this.seen.entries()){let l=d[1];if(l.cycle)throw new Error(`Cycle detected: #/${l.cycle?.join("/")}/<root>
|
|
57
|
+
path: iss.path ? [${ts(b)}, ...iss.path] : [${ts(b)}]
|
|
58
|
+
})));`),p.write(`newResult[${ts(b)}] = ${y}.value`)}p.write("payload.value = newResult;"),p.write("return payload;");let _=p.compile();return(b,y)=>_(l,b,y)},s,o=qs,i=!Ya.jitless,c=i&&Gd.value,u=e.catchall,d;t._zod.parse=(l,p)=>{d??(d=r.value);let f=l.value;if(!o(f))return l.issues.push({expected:"object",code:"invalid_type",input:f,inst:t}),l;let m=[];if(i&&c&&p?.async===!1&&p.jitless!==!0)s||(s=n(e.shape)),l=s(l,p);else{l.value={};let y=d.shape;for(let v of d.keys){let S=y[v],$=S._zod.run({value:f[v],issues:[]},p),T=S._zod.optin==="optional"&&S._zod.optout==="optional";$ instanceof Promise?m.push($.then(R=>T?Qb(R,l,v,f):ic(R,l,v))):T?Qb($,l,v,f):ic($,l,v)}}if(!u)return m.length?Promise.all(m).then(()=>l):l;let h=[],g=d.keySet,_=u._zod,b=_.def.type;for(let y of Object.keys(f)){if(g.has(y))continue;if(b==="never"){h.push(y);continue}let v=_.run({value:f[y],issues:[]},p);v instanceof Promise?m.push(v.then(S=>ic(S,l,y))):ic(v,l,y)}return h.length&&l.issues.push({code:"unrecognized_keys",keys:h,input:f,inst:t}),m.length?Promise.all(m).then(()=>l):l}});uc=w("$ZodUnion",(t,e)=>{ve.init(t,e),we(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),we(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),we(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),we(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){let r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>Xo(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let s=!1,o=[];for(let i of e.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)o.push(a),s=!0;else{if(a.issues.length===0)return a;o.push(a)}}return s?Promise.all(o).then(i=>ex(i,r,t,n)):ex(o,r,t,n)}}),Up=w("$ZodDiscriminatedUnion",(t,e)=>{uc.init(t,e);let r=t._zod.parse;we(t._zod,"propValues",()=>{let s={};for(let o of e.options){let i=o._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(o)}"`);for(let[a,c]of Object.entries(i)){s[a]||(s[a]=new Set);for(let u of c)s[a].add(u)}}return s});let n=Jo(()=>{let s=e.options,o=new Map;for(let i of s){let a=i._zod.propValues[e.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(i)}"`);for(let c of a){if(o.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);o.set(c,i)}}return o});t._zod.parse=(s,o)=>{let i=s.value;if(!qs(i))return s.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),s;let a=n.value.get(i?.[e.discriminator]);return a?a._zod.run(s,o):e.unionFallback?r(s,o):(s.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[e.discriminator],inst:t}),s)}}),Hp=w("$ZodIntersection",(t,e)=>{ve.init(t,e),t._zod.parse=(r,n)=>{let s=r.value,o=e.left._zod.run({value:s,issues:[]},n),i=e.right._zod.run({value:s,issues:[]},n);return o instanceof Promise||i instanceof Promise?Promise.all([o,i]).then(([c,u])=>tx(r,c,u)):tx(r,o,i)}});Zp=w("$ZodRecord",(t,e)=>{ve.init(t,e),t._zod.parse=(r,n)=>{let s=r.value;if(!Vs(s))return r.issues.push({expected:"record",code:"invalid_type",input:s,inst:t}),r;let o=[];if(e.keyType._zod.values){let i=e.keyType._zod.values;r.value={};for(let c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){let u=e.valueType._zod.run({value:s[c],issues:[]},n);u instanceof Promise?o.push(u.then(d=>{d.issues.length&&r.issues.push(...$r(c,d.issues)),r.value[c]=d.value})):(u.issues.length&&r.issues.push(...$r(c,u.issues)),r.value[c]=u.value)}let a;for(let c in s)i.has(c)||(a=a??[],a.push(c));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:s,inst:t,keys:a})}else{r.value={};for(let i of Reflect.ownKeys(s)){if(i==="__proto__")continue;let a=e.keyType._zod.run({value:i,issues:[]},n);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(u=>cr(u,n,It())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}let c=e.valueType._zod.run({value:s[i],issues:[]},n);c instanceof Promise?o.push(c.then(u=>{u.issues.length&&r.issues.push(...$r(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...$r(i,c.issues)),r.value[a.value]=c.value)}}return o.length?Promise.all(o).then(()=>r):r}}),Bp=w("$ZodEnum",(t,e)=>{ve.init(t,e);let r=Ko(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>Kd.has(typeof n)).map(n=>typeof n=="string"?cn(n):n.toString()).join("|")})$`),t._zod.parse=(n,s)=>{let o=n.value;return t._zod.values.has(o)||n.issues.push({code:"invalid_value",values:r,input:o,inst:t}),n}}),qp=w("$ZodLiteral",(t,e)=>{ve.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?cn(r):r?r.toString():String(r)).join("|")})$`),t._zod.parse=(r,n)=>{let s=r.value;return t._zod.values.has(s)||r.issues.push({code:"invalid_value",values:e.values,input:s,inst:t}),r}}),Vp=w("$ZodTransform",(t,e)=>{ve.init(t,e),t._zod.parse=(r,n)=>{let s=e.transform(r.value,r);if(n.async)return(s instanceof Promise?s:Promise.resolve(s)).then(i=>(r.value=i,r));if(s instanceof Promise)throw new Fr;return r.value=s,r}}),Wp=w("$ZodOptional",(t,e)=>{ve.init(t,e),t._zod.optin="optional",t._zod.optout="optional",we(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),we(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Xo(r.source)})?$`):void 0}),t._zod.parse=(r,n)=>e.innerType._zod.optin==="optional"?e.innerType._zod.run(r,n):r.value===void 0?r:e.innerType._zod.run(r,n)}),Gp=w("$ZodNullable",(t,e)=>{ve.init(t,e),we(t._zod,"optin",()=>e.innerType._zod.optin),we(t._zod,"optout",()=>e.innerType._zod.optout),we(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Xo(r.source)}|null)$`):void 0}),we(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(r,n)=>r.value===null?r:e.innerType._zod.run(r,n)}),Kp=w("$ZodDefault",(t,e)=>{ve.init(t,e),t._zod.optin="optional",we(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=e.defaultValue,r;let s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>rx(o,e)):rx(s,e)}});Jp=w("$ZodPrefault",(t,e)=>{ve.init(t,e),t._zod.optin="optional",we(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>(r.value===void 0&&(r.value=e.defaultValue),e.innerType._zod.run(r,n))}),Yp=w("$ZodNonOptional",(t,e)=>{ve.init(t,e),we(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>nx(o,t)):nx(s,t)}});Xp=w("$ZodCatch",(t,e)=>{ve.init(t,e),t._zod.optin="optional",we(t._zod,"optout",()=>e.innerType._zod.optout),we(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{let s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(i=>cr(i,n,It()))},input:r.value}),r.issues=[]),r)):(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(o=>cr(o,n,It()))},input:r.value}),r.issues=[]),r)}}),Qp=w("$ZodPipe",(t,e)=>{ve.init(t,e),we(t._zod,"values",()=>e.in._zod.values),we(t._zod,"optin",()=>e.in._zod.optin),we(t._zod,"optout",()=>e.out._zod.optout),t._zod.parse=(r,n)=>{let s=e.in._zod.run(r,n);return s instanceof Promise?s.then(o=>sx(o,e,n)):sx(s,e,n)}});em=w("$ZodReadonly",(t,e)=>{ve.init(t,e),we(t._zod,"propValues",()=>e.innerType._zod.propValues),we(t._zod,"values",()=>e.innerType._zod.values),we(t._zod,"optin",()=>e.innerType._zod.optin),we(t._zod,"optout",()=>e.innerType._zod.optout),t._zod.parse=(r,n)=>{let s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(ox):ox(s)}});tm=w("$ZodCustom",(t,e)=>{Xe.init(t,e),ve.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{let n=r.value,s=e.fn(n);if(s instanceof Promise)return s.then(o=>ix(o,r,n,t));ix(s,r,n,t)}})});function mx(){return{localeError:LO()}}var zO,LO,fx=x(()=>{Tr();zO=t=>{let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"NaN":"number";case"object":{if(Array.isArray(t))return"array";if(t===null)return"null";if(Object.getPrototypeOf(t)!==Object.prototype&&t.constructor)return t.constructor.name}}return e},LO=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function e(n){return t[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Invalid input: expected ${n.expected}, received ${zO(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${ec(n.values[0])}`:`Invalid option: expected one of ${Xa(n.values,"|")}`;case"too_big":{let s=n.inclusive?"<=":"<",o=e(n.origin);return o?`Too big: expected ${n.origin??"value"} to have ${s}${n.maximum.toString()} ${o.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${s}${n.maximum.toString()}`}case"too_small":{let s=n.inclusive?">=":">",o=e(n.origin);return o?`Too small: expected ${n.origin} to have ${s}${n.minimum.toString()} ${o.unit}`:`Too small: expected ${n.origin} to be ${s}${n.minimum.toString()}`}case"invalid_format":{let s=n;return s.format==="starts_with"?`Invalid string: must start with "${s.prefix}"`:s.format==="ends_with"?`Invalid string: must end with "${s.suffix}"`:s.format==="includes"?`Invalid string: must include "${s.includes}"`:s.format==="regex"?`Invalid string: must match pattern ${s.pattern}`:`Invalid ${r[s.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${Xa(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}}});var lc=x(()=>{});function hx(){return new ni}var ni,un,nm=x(()=>{ni=class{constructor(){this._map=new Map,this._idmap=new Map}add(e,...r){let n=r[0];if(this._map.set(e,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,e)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(e){let r=this._map.get(e);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(e),this}get(e){let r=e._zod.parent;if(r){let n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}};un=hx()});function sm(t,e){return new t({type:"string",...G(e)})}function om(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...G(e)})}function dc(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...G(e)})}function im(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...G(e)})}function am(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...G(e)})}function cm(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...G(e)})}function um(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...G(e)})}function lm(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...G(e)})}function dm(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...G(e)})}function pm(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...G(e)})}function mm(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...G(e)})}function fm(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...G(e)})}function hm(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...G(e)})}function gm(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...G(e)})}function ym(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...G(e)})}function _m(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...G(e)})}function vm(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...G(e)})}function bm(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...G(e)})}function xm(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...G(e)})}function Sm(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...G(e)})}function km(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...G(e)})}function wm(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...G(e)})}function Em(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...G(e)})}function gx(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...G(e)})}function yx(t,e){return new t({type:"string",format:"date",check:"string_format",...G(e)})}function _x(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...G(e)})}function vx(t,e){return new t({type:"string",format:"duration",check:"string_format",...G(e)})}function $m(t,e){return new t({type:"number",checks:[],...G(e)})}function Tm(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...G(e)})}function Pm(t,e){return new t({type:"boolean",...G(e)})}function Rm(t,e){return new t({type:"null",...G(e)})}function Cm(t){return new t({type:"unknown"})}function Om(t,e){return new t({type:"never",...G(e)})}function pc(t,e){return new dp({check:"less_than",...G(e),value:t,inclusive:!1})}function si(t,e){return new dp({check:"less_than",...G(e),value:t,inclusive:!0})}function mc(t,e){return new pp({check:"greater_than",...G(e),value:t,inclusive:!1})}function oi(t,e){return new pp({check:"greater_than",...G(e),value:t,inclusive:!0})}function fc(t,e){return new zb({check:"multiple_of",...G(e),value:t})}function hc(t,e){return new Fb({check:"max_length",...G(e),maximum:t})}function Ws(t,e){return new Ub({check:"min_length",...G(e),minimum:t})}function gc(t,e){return new Hb({check:"length_equals",...G(e),length:t})}function Im(t,e){return new Zb({check:"string_format",format:"regex",...G(e),pattern:t})}function Am(t){return new Bb({check:"string_format",format:"lowercase",...G(t)})}function Nm(t){return new qb({check:"string_format",format:"uppercase",...G(t)})}function Dm(t,e){return new Vb({check:"string_format",format:"includes",...G(e),includes:t})}function Mm(t,e){return new Wb({check:"string_format",format:"starts_with",...G(e),prefix:t})}function jm(t,e){return new Gb({check:"string_format",format:"ends_with",...G(e),suffix:t})}function os(t){return new Kb({check:"overwrite",tx:t})}function zm(t){return os(e=>e.normalize(t))}function Lm(){return os(t=>t.trim())}function Fm(){return os(t=>t.toLowerCase())}function Um(){return os(t=>t.toUpperCase())}function bx(t,e,r){return new t({type:"array",element:e,...G(r)})}function Hm(t,e,r){let n=G(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function Zm(t,e,r){return new t({type:"custom",check:"custom",fn:e,...G(r)})}var xx=x(()=>{sc();Tr()});var Sx=x(()=>{});function Bm(t,e){if(t instanceof ni){let n=new yc(e),s={};for(let a of t._idmap.entries()){let[c,u]=a;n.process(u)}let o={},i={registry:t,uri:e?.uri,defs:s};for(let a of t._idmap.entries()){let[c,u]=a;o[c]=n.emit(u,{...e,external:i})}if(Object.keys(s).length>0){let a=n.target==="draft-2020-12"?"$defs":"definitions";o.__shared={[a]:s}}return{schemas:o}}let r=new yc(e);return r.process(t),r.emit(t,e)}function Ve(t,e){let r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let s=t._zod.def;switch(s.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return Ve(s.element,r);case"object":{for(let o in s.shape)if(Ve(s.shape[o],r))return!0;return!1}case"union":{for(let o of s.options)if(Ve(o,r))return!0;return!1}case"intersection":return Ve(s.left,r)||Ve(s.right,r);case"tuple":{for(let o of s.items)if(Ve(o,r))return!0;return!!(s.rest&&Ve(s.rest,r))}case"record":return Ve(s.keyType,r)||Ve(s.valueType,r);case"map":return Ve(s.keyType,r)||Ve(s.valueType,r);case"set":return Ve(s.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Ve(s.innerType,r);case"lazy":return Ve(s.getter(),r);case"default":return Ve(s.innerType,r);case"prefault":return Ve(s.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Ve(s.in,r)||Ve(s.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${s.type}`)}var yc,kx=x(()=>{nm();Tr();yc=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??un,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let s=e._zod.def,o={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let l={...r,schemaPath:[...r.schemaPath,e],path:r.path},p=e._zod.parent;if(p)a.ref=p,this.process(p,l),this.seen.get(p).isParent=!0;else{let f=a.schema;switch(s.type){case"string":{let m=f;m.type="string";let{minimum:h,maximum:g,format:_,patterns:b,contentEncoding:y}=e._zod.bag;if(typeof h=="number"&&(m.minLength=h),typeof g=="number"&&(m.maxLength=g),_&&(m.format=o[_]??_,m.format===""&&delete m.format),y&&(m.contentEncoding=y),b&&b.size>0){let v=[...b];v.length===1?m.pattern=v[0].source:v.length>1&&(a.schema.allOf=[...v.map(S=>({...this.target==="draft-7"?{type:"string"}:{},pattern:S.source}))])}break}case"number":{let m=f,{minimum:h,maximum:g,format:_,multipleOf:b,exclusiveMaximum:y,exclusiveMinimum:v}=e._zod.bag;typeof _=="string"&&_.includes("int")?m.type="integer":m.type="number",typeof v=="number"&&(m.exclusiveMinimum=v),typeof h=="number"&&(m.minimum=h,typeof v=="number"&&(v>=h?delete m.minimum:delete m.exclusiveMinimum)),typeof y=="number"&&(m.exclusiveMaximum=y),typeof g=="number"&&(m.maximum=g,typeof y=="number"&&(y<=g?delete m.maximum:delete m.exclusiveMaximum)),typeof b=="number"&&(m.multipleOf=b);break}case"boolean":{let m=f;m.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{f.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{f.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let m=f,{minimum:h,maximum:g}=e._zod.bag;typeof h=="number"&&(m.minItems=h),typeof g=="number"&&(m.maxItems=g),m.type="array",m.items=this.process(s.element,{...l,path:[...l.path,"items"]});break}case"object":{let m=f;m.type="object",m.properties={};let h=s.shape;for(let b in h)m.properties[b]=this.process(h[b],{...l,path:[...l.path,"properties",b]});let g=new Set(Object.keys(h)),_=new Set([...g].filter(b=>{let y=s.shape[b]._zod;return this.io==="input"?y.optin===void 0:y.optout===void 0}));_.size>0&&(m.required=Array.from(_)),s.catchall?._zod.def.type==="never"?m.additionalProperties=!1:s.catchall?s.catchall&&(m.additionalProperties=this.process(s.catchall,{...l,path:[...l.path,"additionalProperties"]})):this.io==="output"&&(m.additionalProperties=!1);break}case"union":{let m=f;m.anyOf=s.options.map((h,g)=>this.process(h,{...l,path:[...l.path,"anyOf",g]}));break}case"intersection":{let m=f,h=this.process(s.left,{...l,path:[...l.path,"allOf",0]}),g=this.process(s.right,{...l,path:[...l.path,"allOf",1]}),_=y=>"allOf"in y&&Object.keys(y).length===1,b=[..._(h)?h.allOf:[h],..._(g)?g.allOf:[g]];m.allOf=b;break}case"tuple":{let m=f;m.type="array";let h=s.items.map((b,y)=>this.process(b,{...l,path:[...l.path,"prefixItems",y]}));if(this.target==="draft-2020-12"?m.prefixItems=h:m.items=h,s.rest){let b=this.process(s.rest,{...l,path:[...l.path,"items"]});this.target==="draft-2020-12"?m.items=b:m.additionalItems=b}s.rest&&(m.items=this.process(s.rest,{...l,path:[...l.path,"items"]}));let{minimum:g,maximum:_}=e._zod.bag;typeof g=="number"&&(m.minItems=g),typeof _=="number"&&(m.maxItems=_);break}case"record":{let m=f;m.type="object",m.propertyNames=this.process(s.keyType,{...l,path:[...l.path,"propertyNames"]}),m.additionalProperties=this.process(s.valueType,{...l,path:[...l.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let m=f,h=Ko(s.entries);h.every(g=>typeof g=="number")&&(m.type="number"),h.every(g=>typeof g=="string")&&(m.type="string"),m.enum=h;break}case"literal":{let m=f,h=[];for(let g of s.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");h.push(Number(g))}else h.push(g);if(h.length!==0)if(h.length===1){let g=h[0];m.type=g===null?"null":typeof g,m.const=g}else h.every(g=>typeof g=="number")&&(m.type="number"),h.every(g=>typeof g=="string")&&(m.type="string"),h.every(g=>typeof g=="boolean")&&(m.type="string"),h.every(g=>g===null)&&(m.type="null"),m.enum=h;break}case"file":{let m=f,h={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:_,mime:b}=e._zod.bag;g!==void 0&&(h.minLength=g),_!==void 0&&(h.maxLength=_),b?b.length===1?(h.contentMediaType=b[0],Object.assign(m,h)):m.anyOf=b.map(y=>({...h,contentMediaType:y})):Object.assign(m,h);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let m=this.process(s.innerType,l);f.anyOf=[m,{type:"null"}];break}case"nonoptional":{this.process(s.innerType,l),a.ref=s.innerType;break}case"success":{let m=f;m.type="boolean";break}case"default":{this.process(s.innerType,l),a.ref=s.innerType,f.default=JSON.parse(JSON.stringify(s.defaultValue));break}case"prefault":{this.process(s.innerType,l),a.ref=s.innerType,this.io==="input"&&(f._prefault=JSON.parse(JSON.stringify(s.defaultValue)));break}case"catch":{this.process(s.innerType,l),a.ref=s.innerType;let m;try{m=s.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}f.default=m;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let m=f,h=e._zod.pattern;if(!h)throw new Error("Pattern not found in template literal");m.type="string",m.pattern=h.source;break}case"pipe":{let m=this.io==="input"?s.in._zod.def.type==="transform"?s.out:s.in:s.out;this.process(m,l),a.ref=m;break}case"readonly":{this.process(s.innerType,l),a.ref=s.innerType,f.readOnly=!0;break}case"promise":{this.process(s.innerType,l),a.ref=s.innerType;break}case"optional":{this.process(s.innerType,l),a.ref=s.innerType;break}case"lazy":{let m=e._zod.innerType;this.process(m,l),a.ref=m;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&Ve(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},s=this.seen.get(e);if(!s)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=d=>{let l=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let h=n.external.registry.get(d[0])?.id,g=n.external.uri??(b=>b);if(h)return{ref:g(h)};let _=d[1].defId??d[1].schema.id??`schema${this.counter++}`;return d[1].defId=_,{defId:_,ref:`${g("__shared")}#/${l}/${_}`}}if(d[1]===s)return{ref:"#"};let f=`#/${l}/`,m=d[1].schema.id??`__schema${this.counter++}`;return{defId:m,ref:f+m}},i=d=>{if(d[1].schema.$ref)return;let l=d[1],{ref:p,defId:f}=o(d);l.def={...l.schema},f&&(l.defId=f);let m=l.schema;for(let h in m)delete m[h];m.$ref=p};if(n.cycles==="throw")for(let d of this.seen.entries()){let l=d[1];if(l.cycle)throw new Error(`Cycle detected: #/${l.cycle?.join("/")}/<root>
|
|
59
59
|
|
|
60
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let d of this.seen.entries()){let l=d[1];if(e===d[0]){i(d);continue}if(n.external){let f=n.external.registry.get(d[0])?.id;if(e!==d[0]&&f){i(d);continue}}if(this.metadataRegistry.get(d[0])?.id){i(d);continue}if(l.cycle){i(d);continue}if(l.count>1&&n.reused==="ref"){i(d);continue}}let a=(d,l)=>{let p=this.seen.get(d),f=p.def??p.schema,m={...f};if(p.ref===null)return;let h=p.ref;if(p.ref=null,h){a(h,l);let g=this.seen.get(h).schema;g.$ref&&l.target==="draft-7"?(f.allOf=f.allOf??[],f.allOf.push(g)):(Object.assign(f,g),Object.assign(f,m))}p.isParent||this.override({zodSchema:d,jsonSchema:f,path:p.path??[]})};for(let d of[...this.seen.entries()].reverse())a(d[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let d=n.external.registry.get(e)?.id;if(!d)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(d)}Object.assign(c,s.def);let u=n.external?.defs??{};for(let d of this.seen.entries()){let l=d[1];l.def&&l.defId&&(u[l.defId]=l.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}}});var Sb=b(()=>{});var dt=b(()=>{Hs();ip();Qd();lb();rc();pp();Er();tc();cc();tm();dp();xb();vb();bb();Sb()});var Zm=b(()=>{dt()});function Bm(t,e){let r={type:"object",get shape(){return ce.assignProp(this,"shape",{...t}),this.shape},...ce.normalizeParams(e)};return new yI(r)}var gI,yI,kb=b(()=>{dt();dt();Zm();gI=w("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ve.init(t,e),t.def=e,t.parse=(r,n)=>tp(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>es(t,r,n),t.parseAsync=async(r,n)=>np(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>ts(t,r,n),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>At(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t))}),yI=w("ZodMiniObject",(t,e)=>{ic.init(t,e),gI.init(t,e),ce.defineLazy(t,"shape",()=>e.shape)})});var wb=b(()=>{});var Eb=b(()=>{});var $b=b(()=>{});var Tb=b(()=>{dt();Zm();kb();wb();dt();cc();Eb();$b()});var Pb=b(()=>{Tb()});var qm=b(()=>{Pb()});function Vt(t){return!!t._zod}function ss(t){let e=Object.values(t);if(e.length===0)return Bm({});let r=e.every(Vt),n=e.every(s=>!Vt(s));if(r)return Bm(t);if(n)return Fd(t);throw new Error("Mixed Zod versions detected in object shape.")}function cn(t,e){return Vt(t)?es(t,e):t.safeParse(e)}async function gc(t,e){return Vt(t)?await ts(t,e):await t.safeParseAsync(e)}function un(t){if(!t)return;let e;if(Vt(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Vs(t){if(t){if(typeof t=="object"){let e=t,r=t;if(!e._def&&!r._zod){let n=Object.values(t);if(n.length>0&&n.every(s=>typeof s=="object"&&s!==null&&(s._def!==void 0||s._zod!==void 0||typeof s.parse=="function")))return ss(t)}}if(Vt(t)){let r=t._zod?.def;if(r&&(r.type==="object"||r.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function yc(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){let e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function Cb(t){return t.description}function Ob(t){if(Vt(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function _c(t){if(Vt(t)){let o=t._zod?.def;if(o){if(o.value!==void 0)return o.value;if(Array.isArray(o.values)&&o.values.length>0)return o.values[0]}}let r=t._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let n=t.value;if(n!==void 0)return n}var si=b(()=>{qo();qm()});var Vm=b(()=>{dt()});var oi={};Fe(oi,{ZodISODate:()=>Ab,ZodISODateTime:()=>Ib,ZodISODuration:()=>Db,ZodISOTime:()=>Nb,date:()=>Gm,datetime:()=>Wm,duration:()=>Jm,time:()=>Km});function Wm(t){return fb(Ib,t)}function Gm(t){return hb(Ab,t)}function Km(t){return gb(Nb,t)}function Jm(t){return yb(Db,t)}var Ib,Ab,Nb,Db,Ym=b(()=>{dt();Xm();Ib=w("ZodISODateTime",(t,e)=>{ob.init(t,e),Ae.init(t,e)});Ab=w("ZodISODate",(t,e)=>{ib.init(t,e),Ae.init(t,e)});Nb=w("ZodISOTime",(t,e)=>{ab.init(t,e),Ae.init(t,e)});Db=w("ZodISODuration",(t,e)=>{cb.init(t,e),Ae.init(t,e)})});var Mb,_4,ii,Qm=b(()=>{dt();dt();Mb=(t,e)=>{Qa.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>Xd(t,r)},flatten:{value:r=>Yd(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},_4=w("ZodError",Mb),ii=w("ZodError",Mb,{Parent:Error})});var jb,zb,Lb,Fb,ef=b(()=>{dt();Qm();jb=ep(ii),zb=rp(ii),Lb=sp(ii),Fb=op(ii)});function k(t){return rm(TI,t)}function ge(t){return wm(qb,t)}function Hb(t){return Em(qI,t)}function Ge(t){return $m(VI,t)}function Vb(t){return Tm(WI,t)}function Ne(){return Pm(GI)}function JI(t){return Rm(KI,t)}function le(t,e){return _b(YI,t,e)}function z(t,e){let r={type:"object",get shape(){return ce.assignProp(this,"shape",{...t}),this.shape},...ce.normalizeParams(e)};return new Wb(r)}function pt(t,e){return new Wb({type:"object",get shape(){return ce.assignProp(this,"shape",{...t}),this.shape},catchall:Ne(),...ce.normalizeParams(e)})}function Pe(t,e){return new Gb({type:"union",options:t,...ce.normalizeParams(e)})}function nf(t,e,r){return new XI({type:"union",options:e,discriminator:t,...ce.normalizeParams(r)})}function xc(t,e){return new QI({type:"intersection",left:t,right:e})}function $e(t,e,r){return new eA({type:"record",keyType:t,valueType:e,...ce.normalizeParams(r)})}function kt(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new tf({type:"enum",entries:r,...ce.normalizeParams(e)})}function Z(t,e){return new tA({type:"literal",values:Array.isArray(t)?t:[t],...ce.normalizeParams(e)})}function Kb(t){return new rA({type:"transform",transform:t})}function De(t){return new Jb({type:"optional",innerType:t})}function Zb(t){return new nA({type:"nullable",innerType:t})}function oA(t,e){return new sA({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}function aA(t,e){return new iA({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}function cA(t,e){return new Yb({type:"nonoptional",innerType:t,...ce.normalizeParams(e)})}function lA(t,e){return new uA({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}function rf(t,e){return new dA({type:"pipe",in:t,out:e})}function mA(t){return new pA({type:"readonly",innerType:t})}function fA(t){let e=new Xe({check:"custom"});return e._zod.check=t,e}function Qb(t,e){return Fm(Xb,t??(()=>!0),e)}function hA(t,e={}){return Um(Xb,t,e)}function gA(t){let e=fA(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(ce.issue(n,r.value,e._zod.def));else{let s=n;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=e),s.continue??(s.continue=!e._zod.def.abort),r.issues.push(ce.issue(s))}},t(r.value,r)));return e}function sf(t,e){return rf(Kb(t),e)}var ze,Bb,TI,Ae,PI,Ub,vc,RI,CI,OI,II,AI,NI,DI,MI,jI,zI,LI,FI,UI,HI,ZI,BI,qb,qI,VI,WI,GI,KI,YI,Wb,Gb,XI,QI,eA,tf,tA,rA,Jb,nA,sA,iA,Yb,uA,dA,pA,Xb,Xm=b(()=>{dt();dt();Vm();Ym();ef();ze=w("ZodType",(t,e)=>(ve.init(t,e),t.def=e,Object.defineProperty(t,"_def",{value:e}),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>At(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t)),t.parse=(r,n)=>jb(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Lb(t,r,n),t.parseAsync=async(r,n)=>zb(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Fb(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(hA(r,n)),t.superRefine=r=>t.check(gA(r)),t.overwrite=r=>t.check(rs(r)),t.optional=()=>De(t),t.nullable=()=>Zb(t),t.nullish=()=>De(Zb(t)),t.nonoptional=r=>cA(t,r),t.array=()=>le(t),t.or=r=>Pe([t,r]),t.and=r=>xc(t,r),t.transform=r=>rf(t,Kb(r)),t.default=r=>oA(t,r),t.prefault=r=>aA(t,r),t.catch=r=>lA(t,r),t.pipe=r=>rf(t,r),t.readonly=()=>mA(t),t.describe=r=>{let n=t.clone();return an.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return an.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return an.get(t);let n=t.clone();return an.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Bb=w("_ZodString",(t,e)=>{ei.init(t,e),ze.init(t,e);let r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(Cm(...n)),t.includes=(...n)=>t.check(Am(...n)),t.startsWith=(...n)=>t.check(Nm(...n)),t.endsWith=(...n)=>t.check(Dm(...n)),t.min=(...n)=>t.check(qs(...n)),t.max=(...n)=>t.check(mc(...n)),t.length=(...n)=>t.check(fc(...n)),t.nonempty=(...n)=>t.check(qs(1,...n)),t.lowercase=n=>t.check(Om(n)),t.uppercase=n=>t.check(Im(n)),t.trim=()=>t.check(jm()),t.normalize=(...n)=>t.check(Mm(...n)),t.toLowerCase=()=>t.check(zm()),t.toUpperCase=()=>t.check(Lm())}),TI=w("ZodString",(t,e)=>{ei.init(t,e),Bb.init(t,e),t.email=r=>t.check(nm(PI,r)),t.url=r=>t.check(cm(RI,r)),t.jwt=r=>t.check(km(BI,r)),t.emoji=r=>t.check(um(CI,r)),t.guid=r=>t.check(uc(Ub,r)),t.uuid=r=>t.check(sm(vc,r)),t.uuidv4=r=>t.check(om(vc,r)),t.uuidv6=r=>t.check(im(vc,r)),t.uuidv7=r=>t.check(am(vc,r)),t.nanoid=r=>t.check(lm(OI,r)),t.guid=r=>t.check(uc(Ub,r)),t.cuid=r=>t.check(dm(II,r)),t.cuid2=r=>t.check(pm(AI,r)),t.ulid=r=>t.check(mm(NI,r)),t.base64=r=>t.check(xm(UI,r)),t.base64url=r=>t.check(bm(HI,r)),t.xid=r=>t.check(fm(DI,r)),t.ksuid=r=>t.check(hm(MI,r)),t.ipv4=r=>t.check(gm(jI,r)),t.ipv6=r=>t.check(ym(zI,r)),t.cidrv4=r=>t.check(_m(LI,r)),t.cidrv6=r=>t.check(vm(FI,r)),t.e164=r=>t.check(Sm(ZI,r)),t.datetime=r=>t.check(Wm(r)),t.date=r=>t.check(Gm(r)),t.time=r=>t.check(Km(r)),t.duration=r=>t.check(Jm(r))});Ae=w("ZodStringFormat",(t,e)=>{Ee.init(t,e),Bb.init(t,e)}),PI=w("ZodEmail",(t,e)=>{gp.init(t,e),Ae.init(t,e)}),Ub=w("ZodGUID",(t,e)=>{fp.init(t,e),Ae.init(t,e)}),vc=w("ZodUUID",(t,e)=>{hp.init(t,e),Ae.init(t,e)}),RI=w("ZodURL",(t,e)=>{yp.init(t,e),Ae.init(t,e)}),CI=w("ZodEmoji",(t,e)=>{_p.init(t,e),Ae.init(t,e)}),OI=w("ZodNanoID",(t,e)=>{vp.init(t,e),Ae.init(t,e)}),II=w("ZodCUID",(t,e)=>{xp.init(t,e),Ae.init(t,e)}),AI=w("ZodCUID2",(t,e)=>{bp.init(t,e),Ae.init(t,e)}),NI=w("ZodULID",(t,e)=>{Sp.init(t,e),Ae.init(t,e)}),DI=w("ZodXID",(t,e)=>{kp.init(t,e),Ae.init(t,e)}),MI=w("ZodKSUID",(t,e)=>{wp.init(t,e),Ae.init(t,e)}),jI=w("ZodIPv4",(t,e)=>{Ep.init(t,e),Ae.init(t,e)}),zI=w("ZodIPv6",(t,e)=>{$p.init(t,e),Ae.init(t,e)}),LI=w("ZodCIDRv4",(t,e)=>{Tp.init(t,e),Ae.init(t,e)}),FI=w("ZodCIDRv6",(t,e)=>{Pp.init(t,e),Ae.init(t,e)}),UI=w("ZodBase64",(t,e)=>{Rp.init(t,e),Ae.init(t,e)}),HI=w("ZodBase64URL",(t,e)=>{Cp.init(t,e),Ae.init(t,e)}),ZI=w("ZodE164",(t,e)=>{Op.init(t,e),Ae.init(t,e)}),BI=w("ZodJWT",(t,e)=>{Ip.init(t,e),Ae.init(t,e)}),qb=w("ZodNumber",(t,e)=>{oc.init(t,e),ze.init(t,e),t.gt=(n,s)=>t.check(dc(n,s)),t.gte=(n,s)=>t.check(ni(n,s)),t.min=(n,s)=>t.check(ni(n,s)),t.lt=(n,s)=>t.check(lc(n,s)),t.lte=(n,s)=>t.check(ri(n,s)),t.max=(n,s)=>t.check(ri(n,s)),t.int=n=>t.check(Hb(n)),t.safe=n=>t.check(Hb(n)),t.positive=n=>t.check(dc(0,n)),t.nonnegative=n=>t.check(ni(0,n)),t.negative=n=>t.check(lc(0,n)),t.nonpositive=n=>t.check(ri(0,n)),t.multipleOf=(n,s)=>t.check(pc(n,s)),t.step=(n,s)=>t.check(pc(n,s)),t.finite=()=>t;let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});qI=w("ZodNumberFormat",(t,e)=>{Ap.init(t,e),qb.init(t,e)});VI=w("ZodBoolean",(t,e)=>{Np.init(t,e),ze.init(t,e)});WI=w("ZodNull",(t,e)=>{Dp.init(t,e),ze.init(t,e)});GI=w("ZodUnknown",(t,e)=>{Mp.init(t,e),ze.init(t,e)});KI=w("ZodNever",(t,e)=>{jp.init(t,e),ze.init(t,e)});YI=w("ZodArray",(t,e)=>{zp.init(t,e),ze.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(qs(r,n)),t.nonempty=r=>t.check(qs(1,r)),t.max=(r,n)=>t.check(mc(r,n)),t.length=(r,n)=>t.check(fc(r,n)),t.unwrap=()=>t.element});Wb=w("ZodObject",(t,e)=>{ic.init(t,e),ze.init(t,e),ce.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>kt(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:Ne()}),t.loose=()=>t.clone({...t._zod.def,catchall:Ne()}),t.strict=()=>t.clone({...t._zod.def,catchall:JI()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>ce.extend(t,r),t.merge=r=>ce.merge(t,r),t.pick=r=>ce.pick(t,r),t.omit=r=>ce.omit(t,r),t.partial=(...r)=>ce.partial(Jb,t,r[0]),t.required=(...r)=>ce.required(Yb,t,r[0])});Gb=w("ZodUnion",(t,e)=>{ac.init(t,e),ze.init(t,e),t.options=e.options});XI=w("ZodDiscriminatedUnion",(t,e)=>{Gb.init(t,e),Lp.init(t,e)});QI=w("ZodIntersection",(t,e)=>{Fp.init(t,e),ze.init(t,e)});eA=w("ZodRecord",(t,e)=>{Up.init(t,e),ze.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});tf=w("ZodEnum",(t,e)=>{Hp.init(t,e),ze.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);let r=new Set(Object.keys(e.entries));t.extract=(n,s)=>{let o={};for(let i of n)if(r.has(i))o[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new tf({...e,checks:[],...ce.normalizeParams(s),entries:o})},t.exclude=(n,s)=>{let o={...e.entries};for(let i of n)if(r.has(i))delete o[i];else throw new Error(`Key ${i} not found in enum`);return new tf({...e,checks:[],...ce.normalizeParams(s),entries:o})}});tA=w("ZodLiteral",(t,e)=>{Zp.init(t,e),ze.init(t,e),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});rA=w("ZodTransform",(t,e)=>{Bp.init(t,e),ze.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=o=>{if(typeof o=="string")r.issues.push(ce.issue(o,r.value,e));else{let i=o;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=t),i.continue??(i.continue=!0),r.issues.push(ce.issue(i))}};let s=e.transform(r.value,r);return s instanceof Promise?s.then(o=>(r.value=o,r)):(r.value=s,r)}});Jb=w("ZodOptional",(t,e)=>{qp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType});nA=w("ZodNullable",(t,e)=>{Vp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType});sA=w("ZodDefault",(t,e)=>{Wp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});iA=w("ZodPrefault",(t,e)=>{Gp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType});Yb=w("ZodNonOptional",(t,e)=>{Kp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType});uA=w("ZodCatch",(t,e)=>{Jp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});dA=w("ZodPipe",(t,e)=>{Yp.init(t,e),ze.init(t,e),t.in=e.in,t.out=e.out});pA=w("ZodReadonly",(t,e)=>{Xp.init(t,e),ze.init(t,e)});Xb=w("ZodCustom",(t,e)=>{Qp.init(t,e),ze.init(t,e)})});var eS=b(()=>{});var tS=b(()=>{});var rS=b(()=>{dt();Xm();Vm();Qm();ef();eS();dt();pb();cc();Ym();tS();It(db())});var nS=b(()=>{rS()});var sS=b(()=>{nS()});function bS(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function SS(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var af,oS,ln,Sc,We,iS,aS,N4,vA,xA,cf,Nt,ai,cS,Qe,Wt,Gt,et,kc,uS,uf,lS,dS,lf,ci,V,df,pS,mS,D4,wc,bA,Ec,SA,ui,Ws,fS,kA,wA,EA,$A,TA,PA,pf,RA,CA,mf,$c,OA,IA,Tc,AA,li,di,NA,pi,Gs,DA,mi,Pc,Rc,Cc,M4,Oc,Ic,Ac,hS,gS,yS,ff,_S,fi,Ks,vS,MA,Js,jA,Ys,zA,hf,LA,Nc,FA,UA,HA,ZA,BA,qA,VA,WA,GA,KA,Xs,JA,YA,Dc,gf,yf,_f,XA,QA,eN,vf,tN,rN,nN,sN,oN,xS,Mc,iN,jc,j4,aN,Qs,cN,z4,hi,uN,xf,lN,dN,pN,mN,fN,hN,gN,bc,yN,_N,vN,gi,bf,xN,bN,SN,kN,wN,EN,$N,TN,PN,RN,CN,ON,IN,AN,NN,DN,MN,jN,eo,zN,LN,FN,zc,UN,HN,ZN,Sf,BN,L4,F4,U4,H4,Z4,B4,H,of,os=b(()=>{sS();af="2025-11-25",oS=[af,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],ln="io.modelcontextprotocol/related-task",Sc="2.0",We=Qb(t=>t!==null&&(typeof t=="object"||typeof t=="function")),iS=Pe([k(),ge().int()]),aS=k(),N4=pt({ttl:ge().optional(),pollInterval:ge().optional()}),vA=z({ttl:ge().optional()}),xA=z({taskId:k()}),cf=pt({progressToken:iS.optional(),[ln]:xA.optional()}),Nt=z({_meta:cf.optional()}),ai=Nt.extend({task:vA.optional()}),cS=t=>ai.safeParse(t).success,Qe=z({method:k(),params:Nt.loose().optional()}),Wt=z({_meta:cf.optional()}),Gt=z({method:k(),params:Wt.loose().optional()}),et=pt({_meta:cf.optional()}),kc=Pe([k(),ge().int()]),uS=z({jsonrpc:Z(Sc),id:kc,...Qe.shape}).strict(),uf=t=>uS.safeParse(t).success,lS=z({jsonrpc:Z(Sc),...Gt.shape}).strict(),dS=t=>lS.safeParse(t).success,lf=z({jsonrpc:Z(Sc),id:kc,result:et}).strict(),ci=t=>lf.safeParse(t).success;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(V||(V={}));df=z({jsonrpc:Z(Sc),id:kc.optional(),error:z({code:ge().int(),message:k(),data:Ne().optional()})}).strict(),pS=t=>df.safeParse(t).success,mS=Pe([uS,lS,lf,df]),D4=Pe([lf,df]),wc=et.strict(),bA=Wt.extend({requestId:kc.optional(),reason:k().optional()}),Ec=Gt.extend({method:Z("notifications/cancelled"),params:bA}),SA=z({src:k(),mimeType:k().optional(),sizes:le(k()).optional(),theme:kt(["light","dark"]).optional()}),ui=z({icons:le(SA).optional()}),Ws=z({name:k(),title:k().optional()}),fS=Ws.extend({...Ws.shape,...ui.shape,version:k(),websiteUrl:k().optional(),description:k().optional()}),kA=xc(z({applyDefaults:Ge().optional()}),$e(k(),Ne())),wA=sf(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,xc(z({form:kA.optional(),url:We.optional()}),$e(k(),Ne()).optional())),EA=pt({list:We.optional(),cancel:We.optional(),requests:pt({sampling:pt({createMessage:We.optional()}).optional(),elicitation:pt({create:We.optional()}).optional()}).optional()}),$A=pt({list:We.optional(),cancel:We.optional(),requests:pt({tools:pt({call:We.optional()}).optional()}).optional()}),TA=z({experimental:$e(k(),We).optional(),sampling:z({context:We.optional(),tools:We.optional()}).optional(),elicitation:wA.optional(),roots:z({listChanged:Ge().optional()}).optional(),tasks:EA.optional(),extensions:$e(k(),We).optional()}),PA=Nt.extend({protocolVersion:k(),capabilities:TA,clientInfo:fS}),pf=Qe.extend({method:Z("initialize"),params:PA}),RA=z({experimental:$e(k(),We).optional(),logging:We.optional(),completions:We.optional(),prompts:z({listChanged:Ge().optional()}).optional(),resources:z({subscribe:Ge().optional(),listChanged:Ge().optional()}).optional(),tools:z({listChanged:Ge().optional()}).optional(),tasks:$A.optional(),extensions:$e(k(),We).optional()}),CA=et.extend({protocolVersion:k(),capabilities:RA,serverInfo:fS,instructions:k().optional()}),mf=Gt.extend({method:Z("notifications/initialized"),params:Wt.optional()}),$c=Qe.extend({method:Z("ping"),params:Nt.optional()}),OA=z({progress:ge(),total:De(ge()),message:De(k())}),IA=z({...Wt.shape,...OA.shape,progressToken:iS}),Tc=Gt.extend({method:Z("notifications/progress"),params:IA}),AA=Nt.extend({cursor:aS.optional()}),li=Qe.extend({params:AA.optional()}),di=et.extend({nextCursor:aS.optional()}),NA=kt(["working","input_required","completed","failed","cancelled"]),pi=z({taskId:k(),status:NA,ttl:Pe([ge(),Vb()]),createdAt:k(),lastUpdatedAt:k(),pollInterval:De(ge()),statusMessage:De(k())}),Gs=et.extend({task:pi}),DA=Wt.merge(pi),mi=Gt.extend({method:Z("notifications/tasks/status"),params:DA}),Pc=Qe.extend({method:Z("tasks/get"),params:Nt.extend({taskId:k()})}),Rc=et.merge(pi),Cc=Qe.extend({method:Z("tasks/result"),params:Nt.extend({taskId:k()})}),M4=et.loose(),Oc=li.extend({method:Z("tasks/list")}),Ic=di.extend({tasks:le(pi)}),Ac=Qe.extend({method:Z("tasks/cancel"),params:Nt.extend({taskId:k()})}),hS=et.merge(pi),gS=z({uri:k(),mimeType:De(k()),_meta:$e(k(),Ne()).optional()}),yS=gS.extend({text:k()}),ff=k().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),_S=gS.extend({blob:ff}),fi=kt(["user","assistant"]),Ks=z({audience:le(fi).optional(),priority:ge().min(0).max(1).optional(),lastModified:oi.datetime({offset:!0}).optional()}),vS=z({...Ws.shape,...ui.shape,uri:k(),description:De(k()),mimeType:De(k()),size:De(ge()),annotations:Ks.optional(),_meta:De(pt({}))}),MA=z({...Ws.shape,...ui.shape,uriTemplate:k(),description:De(k()),mimeType:De(k()),annotations:Ks.optional(),_meta:De(pt({}))}),Js=li.extend({method:Z("resources/list")}),jA=di.extend({resources:le(vS)}),Ys=li.extend({method:Z("resources/templates/list")}),zA=di.extend({resourceTemplates:le(MA)}),hf=Nt.extend({uri:k()}),LA=hf,Nc=Qe.extend({method:Z("resources/read"),params:LA}),FA=et.extend({contents:le(Pe([yS,_S]))}),UA=Gt.extend({method:Z("notifications/resources/list_changed"),params:Wt.optional()}),HA=hf,ZA=Qe.extend({method:Z("resources/subscribe"),params:HA}),BA=hf,qA=Qe.extend({method:Z("resources/unsubscribe"),params:BA}),VA=Wt.extend({uri:k()}),WA=Gt.extend({method:Z("notifications/resources/updated"),params:VA}),GA=z({name:k(),description:De(k()),required:De(Ge())}),KA=z({...Ws.shape,...ui.shape,description:De(k()),arguments:De(le(GA)),_meta:De(pt({}))}),Xs=li.extend({method:Z("prompts/list")}),JA=di.extend({prompts:le(KA)}),YA=Nt.extend({name:k(),arguments:$e(k(),k()).optional()}),Dc=Qe.extend({method:Z("prompts/get"),params:YA}),gf=z({type:Z("text"),text:k(),annotations:Ks.optional(),_meta:$e(k(),Ne()).optional()}),yf=z({type:Z("image"),data:ff,mimeType:k(),annotations:Ks.optional(),_meta:$e(k(),Ne()).optional()}),_f=z({type:Z("audio"),data:ff,mimeType:k(),annotations:Ks.optional(),_meta:$e(k(),Ne()).optional()}),XA=z({type:Z("tool_use"),name:k(),id:k(),input:$e(k(),Ne()),_meta:$e(k(),Ne()).optional()}),QA=z({type:Z("resource"),resource:Pe([yS,_S]),annotations:Ks.optional(),_meta:$e(k(),Ne()).optional()}),eN=vS.extend({type:Z("resource_link")}),vf=Pe([gf,yf,_f,eN,QA]),tN=z({role:fi,content:vf}),rN=et.extend({description:k().optional(),messages:le(tN)}),nN=Gt.extend({method:Z("notifications/prompts/list_changed"),params:Wt.optional()}),sN=z({title:k().optional(),readOnlyHint:Ge().optional(),destructiveHint:Ge().optional(),idempotentHint:Ge().optional(),openWorldHint:Ge().optional()}),oN=z({taskSupport:kt(["required","optional","forbidden"]).optional()}),xS=z({...Ws.shape,...ui.shape,description:k().optional(),inputSchema:z({type:Z("object"),properties:$e(k(),We).optional(),required:le(k()).optional()}).catchall(Ne()),outputSchema:z({type:Z("object"),properties:$e(k(),We).optional(),required:le(k()).optional()}).catchall(Ne()).optional(),annotations:sN.optional(),execution:oN.optional(),_meta:$e(k(),Ne()).optional()}),Mc=li.extend({method:Z("tools/list")}),iN=di.extend({tools:le(xS)}),jc=et.extend({content:le(vf).default([]),structuredContent:$e(k(),Ne()).optional(),isError:Ge().optional()}),j4=jc.or(et.extend({toolResult:Ne()})),aN=ai.extend({name:k(),arguments:$e(k(),Ne()).optional()}),Qs=Qe.extend({method:Z("tools/call"),params:aN}),cN=Gt.extend({method:Z("notifications/tools/list_changed"),params:Wt.optional()}),z4=z({autoRefresh:Ge().default(!0),debounceMs:ge().int().nonnegative().default(300)}),hi=kt(["debug","info","notice","warning","error","critical","alert","emergency"]),uN=Nt.extend({level:hi}),xf=Qe.extend({method:Z("logging/setLevel"),params:uN}),lN=Wt.extend({level:hi,logger:k().optional(),data:Ne()}),dN=Gt.extend({method:Z("notifications/message"),params:lN}),pN=z({name:k().optional()}),mN=z({hints:le(pN).optional(),costPriority:ge().min(0).max(1).optional(),speedPriority:ge().min(0).max(1).optional(),intelligencePriority:ge().min(0).max(1).optional()}),fN=z({mode:kt(["auto","required","none"]).optional()}),hN=z({type:Z("tool_result"),toolUseId:k().describe("The unique identifier for the corresponding tool call."),content:le(vf).default([]),structuredContent:z({}).loose().optional(),isError:Ge().optional(),_meta:$e(k(),Ne()).optional()}),gN=nf("type",[gf,yf,_f]),bc=nf("type",[gf,yf,_f,XA,hN]),yN=z({role:fi,content:Pe([bc,le(bc)]),_meta:$e(k(),Ne()).optional()}),_N=ai.extend({messages:le(yN),modelPreferences:mN.optional(),systemPrompt:k().optional(),includeContext:kt(["none","thisServer","allServers"]).optional(),temperature:ge().optional(),maxTokens:ge().int(),stopSequences:le(k()).optional(),metadata:We.optional(),tools:le(xS).optional(),toolChoice:fN.optional()}),vN=Qe.extend({method:Z("sampling/createMessage"),params:_N}),gi=et.extend({model:k(),stopReason:De(kt(["endTurn","stopSequence","maxTokens"]).or(k())),role:fi,content:gN}),bf=et.extend({model:k(),stopReason:De(kt(["endTurn","stopSequence","maxTokens","toolUse"]).or(k())),role:fi,content:Pe([bc,le(bc)])}),xN=z({type:Z("boolean"),title:k().optional(),description:k().optional(),default:Ge().optional()}),bN=z({type:Z("string"),title:k().optional(),description:k().optional(),minLength:ge().optional(),maxLength:ge().optional(),format:kt(["email","uri","date","date-time"]).optional(),default:k().optional()}),SN=z({type:kt(["number","integer"]),title:k().optional(),description:k().optional(),minimum:ge().optional(),maximum:ge().optional(),default:ge().optional()}),kN=z({type:Z("string"),title:k().optional(),description:k().optional(),enum:le(k()),default:k().optional()}),wN=z({type:Z("string"),title:k().optional(),description:k().optional(),oneOf:le(z({const:k(),title:k()})),default:k().optional()}),EN=z({type:Z("string"),title:k().optional(),description:k().optional(),enum:le(k()),enumNames:le(k()).optional(),default:k().optional()}),$N=Pe([kN,wN]),TN=z({type:Z("array"),title:k().optional(),description:k().optional(),minItems:ge().optional(),maxItems:ge().optional(),items:z({type:Z("string"),enum:le(k())}),default:le(k()).optional()}),PN=z({type:Z("array"),title:k().optional(),description:k().optional(),minItems:ge().optional(),maxItems:ge().optional(),items:z({anyOf:le(z({const:k(),title:k()}))}),default:le(k()).optional()}),RN=Pe([TN,PN]),CN=Pe([EN,$N,RN]),ON=Pe([CN,xN,bN,SN]),IN=ai.extend({mode:Z("form").optional(),message:k(),requestedSchema:z({type:Z("object"),properties:$e(k(),ON),required:le(k()).optional()})}),AN=ai.extend({mode:Z("url"),message:k(),elicitationId:k(),url:k().url()}),NN=Pe([IN,AN]),DN=Qe.extend({method:Z("elicitation/create"),params:NN}),MN=Wt.extend({elicitationId:k()}),jN=Gt.extend({method:Z("notifications/elicitation/complete"),params:MN}),eo=et.extend({action:kt(["accept","decline","cancel"]),content:sf(t=>t===null?void 0:t,$e(k(),Pe([k(),ge(),Ge(),le(k())])).optional())}),zN=z({type:Z("ref/resource"),uri:k()}),LN=z({type:Z("ref/prompt"),name:k()}),FN=Nt.extend({ref:Pe([LN,zN]),argument:z({name:k(),value:k()}),context:z({arguments:$e(k(),k()).optional()}).optional()}),zc=Qe.extend({method:Z("completion/complete"),params:FN});UN=et.extend({completion:pt({values:le(k()).max(100),total:De(ge().int()),hasMore:De(Ge())})}),HN=z({uri:k().startsWith("file://"),name:k().optional(),_meta:$e(k(),Ne()).optional()}),ZN=Qe.extend({method:Z("roots/list"),params:Nt.optional()}),Sf=et.extend({roots:le(HN)}),BN=Gt.extend({method:Z("notifications/roots/list_changed"),params:Wt.optional()}),L4=Pe([$c,pf,zc,xf,Dc,Xs,Js,Ys,Nc,ZA,qA,Qs,Mc,Pc,Cc,Oc,Ac]),F4=Pe([Ec,Tc,mf,BN,mi]),U4=Pe([wc,gi,bf,eo,Sf,Rc,Ic,Gs]),H4=Pe([$c,vN,DN,ZN,Pc,Cc,Oc,Ac]),Z4=Pe([Ec,Tc,dN,WA,UA,cN,nN,mi,jN]),B4=Pe([wc,CA,UN,rN,JA,jA,zA,FA,jc,iN,Rc,Ic,Gs]),H=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===V.UrlElicitationRequired&&n){let s=n;if(s.elicitations)return new of(s.elicitations,r)}return new t(e,r,n)}},of=class extends H{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(V.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}}});function dn(t){return t==="completed"||t==="failed"||t==="cancelled"}var kS=b(()=>{});var ES,wS,$S,Lc=b(()=>{ES=Symbol("Let zodToJsonSchema decide on which parser to use"),wS={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},$S=t=>typeof t=="string"?{...wS,name:t}:{...wS,...t}});var TS,kf=b(()=>{Lc();TS=t=>{let e=$S(t),r=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([n,s])=>[s._def,{def:s._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}}});function wf(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function de(t,e,r,n,s){t[e]=r,wf(t,e,n,s)}var pn=b(()=>{});var Fc,Uc=b(()=>{Fc=(t,e)=>{let r=0;for(;r<t.length&&r<e.length&&t[r]===e[r];r++);return[(t.length-r).toString(),...e.slice(r)].join("/")}});function Me(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?Fc(e,t.currentPath):e.join("/")}}var Kt=b(()=>{Uc()});function PS(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==I.ZodAny&&(r.items=J(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&de(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&de(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(de(r,"minItems",t.exactLength.value,t.exactLength.message,e),de(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}var Ef=b(()=>{qo();pn();Be()});function RS(t,e){let r={type:"integer",format:"int64"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?de(r,"minimum",n.value,n.message,e):de(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),de(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?de(r,"maximum",n.value,n.message,e):de(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),de(r,"maximum",n.value,n.message,e));break;case"multipleOf":de(r,"multipleOf",n.value,n.message,e);break}return r}var $f=b(()=>{pn()});function CS(){return{type:"boolean"}}var Tf=b(()=>{});function Hc(t,e){return J(t.type._def,e)}var Zc=b(()=>{Be()});var OS,Pf=b(()=>{Be();OS=(t,e)=>J(t.innerType._def,e)});function Rf(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((s,o)=>Rf(t,e,s))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return qN(t,e)}}var qN,Cf=b(()=>{pn();qN=(t,e)=>{let r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(let n of t.checks)switch(n.kind){case"min":de(r,"minimum",n.value,n.message,e);break;case"max":de(r,"maximum",n.value,n.message,e);break}return r}});function IS(t,e){return{...J(t.innerType._def,e),default:t.defaultValue()}}var Of=b(()=>{Be()});function AS(t,e){return e.effectStrategy==="input"?J(t.schema._def,e):Me(e)}var If=b(()=>{Be();Kt()});function NS(t){return{type:"string",enum:Array.from(t.values)}}var Af=b(()=>{});function DS(t,e){let r=[J(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),J(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(o=>!!o),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,s=[];return r.forEach(o=>{if(VN(o))s.push(...o.allOf),o.unevaluatedProperties===void 0&&(n=void 0);else{let i=o;if("additionalProperties"in o&&o.additionalProperties===!1){let{additionalProperties:a,...c}=o;i=c}else n=void 0;s.push(i)}}),s.length?{allOf:s,...n}:void 0}var VN,Nf=b(()=>{Be();VN=t=>"type"in t&&t.type==="string"?!1:"allOf"in t});function MS(t,e){let r=typeof t.value;return r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string"?{type:Array.isArray(t.value)?"array":"object"}:e.target==="openApi3"?{type:r==="bigint"?"integer":r,enum:[t.value]}:{type:r==="bigint"?"integer":r,const:t.value}}var Df=b(()=>{});function Bc(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":de(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":de(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"email":switch(e.emailStrategy){case"format:email":cr(r,"email",n.message,e);break;case"format:idn-email":cr(r,"idn-email",n.message,e);break;case"pattern:zod":mt(r,ar.email,n.message,e);break}break;case"url":cr(r,"uri",n.message,e);break;case"uuid":cr(r,"uuid",n.message,e);break;case"regex":mt(r,n.regex,n.message,e);break;case"cuid":mt(r,ar.cuid,n.message,e);break;case"cuid2":mt(r,ar.cuid2,n.message,e);break;case"startsWith":mt(r,RegExp(`^${jf(n.value,e)}`),n.message,e);break;case"endsWith":mt(r,RegExp(`${jf(n.value,e)}$`),n.message,e);break;case"datetime":cr(r,"date-time",n.message,e);break;case"date":cr(r,"date",n.message,e);break;case"time":cr(r,"time",n.message,e);break;case"duration":cr(r,"duration",n.message,e);break;case"length":de(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),de(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{mt(r,RegExp(jf(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&cr(r,"ipv4",n.message,e),n.version!=="v4"&&cr(r,"ipv6",n.message,e);break}case"base64url":mt(r,ar.base64url,n.message,e);break;case"jwt":mt(r,ar.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&mt(r,ar.ipv4Cidr,n.message,e),n.version!=="v4"&&mt(r,ar.ipv6Cidr,n.message,e);break}case"emoji":mt(r,ar.emoji(),n.message,e);break;case"ulid":{mt(r,ar.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{cr(r,"binary",n.message,e);break}case"contentEncoding:base64":{de(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{mt(r,ar.base64,n.message,e);break}}break}case"nanoid":mt(r,ar.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function jf(t,e){return e.patternStrategy==="escape"?GN(t):t}function GN(t){let e="";for(let r=0;r<t.length;r++)WN.has(t[r])||(e+="\\"),e+=t[r];return e}function cr(t,e,r,n){t.format||t.anyOf?.some(s=>s.format)?(t.anyOf||(t.anyOf=[]),t.format&&(t.anyOf.push({format:t.format,...t.errorMessage&&n.errorMessages&&{errorMessage:{format:t.errorMessage.format}}}),delete t.format,t.errorMessage&&(delete t.errorMessage.format,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.anyOf.push({format:e,...r&&n.errorMessages&&{errorMessage:{format:r}}})):de(t,"format",e,r,n)}function mt(t,e,r,n){t.pattern||t.allOf?.some(s=>s.pattern)?(t.allOf||(t.allOf=[]),t.pattern&&(t.allOf.push({pattern:t.pattern,...t.errorMessage&&n.errorMessages&&{errorMessage:{pattern:t.errorMessage.pattern}}}),delete t.pattern,t.errorMessage&&(delete t.errorMessage.pattern,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.allOf.push({pattern:jS(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):de(t,"pattern",jS(e,n),r,n)}function jS(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;let r={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=r.i?t.source.toLowerCase():t.source,s="",o=!1,i=!1,a=!1;for(let c=0;c<n.length;c++){if(o){s+=n[c],o=!1;continue}if(r.i){if(i){if(n[c].match(/[a-z]/)){a?(s+=n[c],s+=`${n[c-2]}-${n[c]}`.toUpperCase(),a=!1):n[c+1]==="-"&&n[c+2]?.match(/[a-z]/)?(s+=n[c],a=!0):s+=`${n[c]}${n[c].toUpperCase()}`;continue}}else if(n[c].match(/[a-z]/)){s+=`[${n[c]}${n[c].toUpperCase()}]`;continue}}if(r.m){if(n[c]==="^"){s+=`(^|(?<=[\r
|
|
60
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let d of this.seen.entries()){let l=d[1];if(e===d[0]){i(d);continue}if(n.external){let f=n.external.registry.get(d[0])?.id;if(e!==d[0]&&f){i(d);continue}}if(this.metadataRegistry.get(d[0])?.id){i(d);continue}if(l.cycle){i(d);continue}if(l.count>1&&n.reused==="ref"){i(d);continue}}let a=(d,l)=>{let p=this.seen.get(d),f=p.def??p.schema,m={...f};if(p.ref===null)return;let h=p.ref;if(p.ref=null,h){a(h,l);let g=this.seen.get(h).schema;g.$ref&&l.target==="draft-7"?(f.allOf=f.allOf??[],f.allOf.push(g)):(Object.assign(f,g),Object.assign(f,m))}p.isParent||this.override({zodSchema:d,jsonSchema:f,path:p.path??[]})};for(let d of[...this.seen.entries()].reverse())a(d[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let d=n.external.registry.get(e)?.id;if(!d)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(d)}Object.assign(c,s.def);let u=n.external?.defs??{};for(let d of this.seen.entries()){let l=d[1];l.def&&l.defId&&(u[l.defId]=l.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}}});var wx=x(()=>{});var mt=x(()=>{Bs();cp();tp();px();sc();fp();Tr();nc();lc();nm();mp();Sx();xx();kx();wx()});var qm=x(()=>{mt()});function Vm(t,e){let r={type:"object",get shape(){return ae.assignProp(this,"shape",{...t}),this.shape},...ae.normalizeParams(e)};return new xI(r)}var bI,xI,Ex=x(()=>{mt();mt();qm();bI=w("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ve.init(t,e),t.def=e,t.parse=(r,n)=>np(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>ns(t,r,n),t.parseAsync=async(r,n)=>op(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>ss(t,r,n),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>At(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t))}),xI=w("ZodMiniObject",(t,e)=>{cc.init(t,e),bI.init(t,e),ae.defineLazy(t,"shape",()=>e.shape)})});var $x=x(()=>{});var Tx=x(()=>{});var Px=x(()=>{});var Rx=x(()=>{mt();qm();Ex();$x();mt();lc();Tx();Px()});var Cx=x(()=>{Rx()});var Wm=x(()=>{Cx()});function qt(t){return!!t._zod}function as(t){let e=Object.values(t);if(e.length===0)return Vm({});let r=e.every(qt),n=e.every(s=>!qt(s));if(r)return Vm(t);if(n)return Hd(t);throw new Error("Mixed Zod versions detected in object shape.")}function ln(t,e){return qt(t)?ns(t,e):t.safeParse(e)}async function _c(t,e){return qt(t)?await ss(t,e):await t.safeParseAsync(e)}function dn(t){if(!t)return;let e;if(qt(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Gs(t){if(t){if(typeof t=="object"){let e=t,r=t;if(!e._def&&!r._zod){let n=Object.values(t);if(n.length>0&&n.every(s=>typeof s=="object"&&s!==null&&(s._def!==void 0||s._zod!==void 0||typeof s.parse=="function")))return as(t)}}if(qt(t)){let r=t._zod?.def;if(r&&(r.type==="object"||r.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function vc(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){let e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function Ix(t){return t.description}function Ax(t){if(qt(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function bc(t){if(qt(t)){let o=t._zod?.def;if(o){if(o.value!==void 0)return o.value;if(Array.isArray(o.values)&&o.values.length>0)return o.values[0]}}let r=t._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let n=t.value;if(n!==void 0)return n}var ii=x(()=>{Wo();Wm()});var Gm=x(()=>{mt()});var ai={};Ue(ai,{ZodISODate:()=>Dx,ZodISODateTime:()=>Nx,ZodISODuration:()=>jx,ZodISOTime:()=>Mx,date:()=>Jm,datetime:()=>Km,duration:()=>Xm,time:()=>Ym});function Km(t){return gx(Nx,t)}function Jm(t){return yx(Dx,t)}function Ym(t){return _x(Mx,t)}function Xm(t){return vx(jx,t)}var Nx,Dx,Mx,jx,Qm=x(()=>{mt();ef();Nx=w("ZodISODateTime",(t,e)=>{ax.init(t,e),Ae.init(t,e)});Dx=w("ZodISODate",(t,e)=>{cx.init(t,e),Ae.init(t,e)});Mx=w("ZodISOTime",(t,e)=>{ux.init(t,e),Ae.init(t,e)});jx=w("ZodISODuration",(t,e)=>{lx.init(t,e),Ae.init(t,e)})});var zx,S4,ci,tf=x(()=>{mt();mt();zx=(t,e)=>{tc.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>ep(t,r)},flatten:{value:r=>Qd(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},S4=w("ZodError",zx),ci=w("ZodError",zx,{Parent:Error})});var Lx,Fx,Ux,Hx,rf=x(()=>{mt();tf();Lx=rp(ci),Fx=sp(ci),Ux=ip(ci),Hx=ap(ci)});function k(t){return sm(OI,t)}function ge(t){return $m(Wx,t)}function Bx(t){return Tm(KI,t)}function Ge(t){return Pm(JI,t)}function Gx(t){return Rm(YI,t)}function Ne(){return Cm(XI)}function eA(t){return Om(QI,t)}function ue(t,e){return bx(tA,t,e)}function z(t,e){let r={type:"object",get shape(){return ae.assignProp(this,"shape",{...t}),this.shape},...ae.normalizeParams(e)};return new Kx(r)}function ft(t,e){return new Kx({type:"object",get shape(){return ae.assignProp(this,"shape",{...t}),this.shape},catchall:Ne(),...ae.normalizeParams(e)})}function Pe(t,e){return new Jx({type:"union",options:t,...ae.normalizeParams(e)})}function of(t,e,r){return new rA({type:"union",options:e,discriminator:t,...ae.normalizeParams(r)})}function Sc(t,e){return new nA({type:"intersection",left:t,right:e})}function $e(t,e,r){return new sA({type:"record",keyType:t,valueType:e,...ae.normalizeParams(r)})}function kt(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new nf({type:"enum",entries:r,...ae.normalizeParams(e)})}function Z(t,e){return new oA({type:"literal",values:Array.isArray(t)?t:[t],...ae.normalizeParams(e)})}function Yx(t){return new iA({type:"transform",transform:t})}function De(t){return new Xx({type:"optional",innerType:t})}function qx(t){return new aA({type:"nullable",innerType:t})}function uA(t,e){return new cA({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}function dA(t,e){return new lA({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}function pA(t,e){return new Qx({type:"nonoptional",innerType:t,...ae.normalizeParams(e)})}function fA(t,e){return new mA({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}function sf(t,e){return new hA({type:"pipe",in:t,out:e})}function yA(t){return new gA({type:"readonly",innerType:t})}function _A(t){let e=new Xe({check:"custom"});return e._zod.check=t,e}function tS(t,e){return Hm(eS,t??(()=>!0),e)}function vA(t,e={}){return Zm(eS,t,e)}function bA(t){let e=_A(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(ae.issue(n,r.value,e._zod.def));else{let s=n;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=e),s.continue??(s.continue=!e._zod.def.abort),r.issues.push(ae.issue(s))}},t(r.value,r)));return e}function af(t,e){return sf(Yx(t),e)}var ze,Vx,OI,Ae,II,Zx,xc,AI,NI,DI,MI,jI,zI,LI,FI,UI,HI,ZI,BI,qI,VI,WI,GI,Wx,KI,JI,YI,XI,QI,tA,Kx,Jx,rA,nA,sA,nf,oA,iA,Xx,aA,cA,lA,Qx,mA,hA,gA,eS,ef=x(()=>{mt();mt();Gm();Qm();rf();ze=w("ZodType",(t,e)=>(ve.init(t,e),t.def=e,Object.defineProperty(t,"_def",{value:e}),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>At(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t)),t.parse=(r,n)=>Lx(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Ux(t,r,n),t.parseAsync=async(r,n)=>Fx(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Hx(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(vA(r,n)),t.superRefine=r=>t.check(bA(r)),t.overwrite=r=>t.check(os(r)),t.optional=()=>De(t),t.nullable=()=>qx(t),t.nullish=()=>De(qx(t)),t.nonoptional=r=>pA(t,r),t.array=()=>ue(t),t.or=r=>Pe([t,r]),t.and=r=>Sc(t,r),t.transform=r=>sf(t,Yx(r)),t.default=r=>uA(t,r),t.prefault=r=>dA(t,r),t.catch=r=>fA(t,r),t.pipe=r=>sf(t,r),t.readonly=()=>yA(t),t.describe=r=>{let n=t.clone();return un.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return un.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return un.get(t);let n=t.clone();return un.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Vx=w("_ZodString",(t,e)=>{ri.init(t,e),ze.init(t,e);let r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(Im(...n)),t.includes=(...n)=>t.check(Dm(...n)),t.startsWith=(...n)=>t.check(Mm(...n)),t.endsWith=(...n)=>t.check(jm(...n)),t.min=(...n)=>t.check(Ws(...n)),t.max=(...n)=>t.check(hc(...n)),t.length=(...n)=>t.check(gc(...n)),t.nonempty=(...n)=>t.check(Ws(1,...n)),t.lowercase=n=>t.check(Am(n)),t.uppercase=n=>t.check(Nm(n)),t.trim=()=>t.check(Lm()),t.normalize=(...n)=>t.check(zm(...n)),t.toLowerCase=()=>t.check(Fm()),t.toUpperCase=()=>t.check(Um())}),OI=w("ZodString",(t,e)=>{ri.init(t,e),Vx.init(t,e),t.email=r=>t.check(om(II,r)),t.url=r=>t.check(lm(AI,r)),t.jwt=r=>t.check(Em(GI,r)),t.emoji=r=>t.check(dm(NI,r)),t.guid=r=>t.check(dc(Zx,r)),t.uuid=r=>t.check(im(xc,r)),t.uuidv4=r=>t.check(am(xc,r)),t.uuidv6=r=>t.check(cm(xc,r)),t.uuidv7=r=>t.check(um(xc,r)),t.nanoid=r=>t.check(pm(DI,r)),t.guid=r=>t.check(dc(Zx,r)),t.cuid=r=>t.check(mm(MI,r)),t.cuid2=r=>t.check(fm(jI,r)),t.ulid=r=>t.check(hm(zI,r)),t.base64=r=>t.check(Sm(qI,r)),t.base64url=r=>t.check(km(VI,r)),t.xid=r=>t.check(gm(LI,r)),t.ksuid=r=>t.check(ym(FI,r)),t.ipv4=r=>t.check(_m(UI,r)),t.ipv6=r=>t.check(vm(HI,r)),t.cidrv4=r=>t.check(bm(ZI,r)),t.cidrv6=r=>t.check(xm(BI,r)),t.e164=r=>t.check(wm(WI,r)),t.datetime=r=>t.check(Km(r)),t.date=r=>t.check(Jm(r)),t.time=r=>t.check(Ym(r)),t.duration=r=>t.check(Xm(r))});Ae=w("ZodStringFormat",(t,e)=>{Ee.init(t,e),Vx.init(t,e)}),II=w("ZodEmail",(t,e)=>{_p.init(t,e),Ae.init(t,e)}),Zx=w("ZodGUID",(t,e)=>{gp.init(t,e),Ae.init(t,e)}),xc=w("ZodUUID",(t,e)=>{yp.init(t,e),Ae.init(t,e)}),AI=w("ZodURL",(t,e)=>{vp.init(t,e),Ae.init(t,e)}),NI=w("ZodEmoji",(t,e)=>{bp.init(t,e),Ae.init(t,e)}),DI=w("ZodNanoID",(t,e)=>{xp.init(t,e),Ae.init(t,e)}),MI=w("ZodCUID",(t,e)=>{Sp.init(t,e),Ae.init(t,e)}),jI=w("ZodCUID2",(t,e)=>{kp.init(t,e),Ae.init(t,e)}),zI=w("ZodULID",(t,e)=>{wp.init(t,e),Ae.init(t,e)}),LI=w("ZodXID",(t,e)=>{Ep.init(t,e),Ae.init(t,e)}),FI=w("ZodKSUID",(t,e)=>{$p.init(t,e),Ae.init(t,e)}),UI=w("ZodIPv4",(t,e)=>{Tp.init(t,e),Ae.init(t,e)}),HI=w("ZodIPv6",(t,e)=>{Pp.init(t,e),Ae.init(t,e)}),ZI=w("ZodCIDRv4",(t,e)=>{Rp.init(t,e),Ae.init(t,e)}),BI=w("ZodCIDRv6",(t,e)=>{Cp.init(t,e),Ae.init(t,e)}),qI=w("ZodBase64",(t,e)=>{Op.init(t,e),Ae.init(t,e)}),VI=w("ZodBase64URL",(t,e)=>{Ip.init(t,e),Ae.init(t,e)}),WI=w("ZodE164",(t,e)=>{Ap.init(t,e),Ae.init(t,e)}),GI=w("ZodJWT",(t,e)=>{Np.init(t,e),Ae.init(t,e)}),Wx=w("ZodNumber",(t,e)=>{ac.init(t,e),ze.init(t,e),t.gt=(n,s)=>t.check(mc(n,s)),t.gte=(n,s)=>t.check(oi(n,s)),t.min=(n,s)=>t.check(oi(n,s)),t.lt=(n,s)=>t.check(pc(n,s)),t.lte=(n,s)=>t.check(si(n,s)),t.max=(n,s)=>t.check(si(n,s)),t.int=n=>t.check(Bx(n)),t.safe=n=>t.check(Bx(n)),t.positive=n=>t.check(mc(0,n)),t.nonnegative=n=>t.check(oi(0,n)),t.negative=n=>t.check(pc(0,n)),t.nonpositive=n=>t.check(si(0,n)),t.multipleOf=(n,s)=>t.check(fc(n,s)),t.step=(n,s)=>t.check(fc(n,s)),t.finite=()=>t;let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});KI=w("ZodNumberFormat",(t,e)=>{Dp.init(t,e),Wx.init(t,e)});JI=w("ZodBoolean",(t,e)=>{Mp.init(t,e),ze.init(t,e)});YI=w("ZodNull",(t,e)=>{jp.init(t,e),ze.init(t,e)});XI=w("ZodUnknown",(t,e)=>{zp.init(t,e),ze.init(t,e)});QI=w("ZodNever",(t,e)=>{Lp.init(t,e),ze.init(t,e)});tA=w("ZodArray",(t,e)=>{Fp.init(t,e),ze.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(Ws(r,n)),t.nonempty=r=>t.check(Ws(1,r)),t.max=(r,n)=>t.check(hc(r,n)),t.length=(r,n)=>t.check(gc(r,n)),t.unwrap=()=>t.element});Kx=w("ZodObject",(t,e)=>{cc.init(t,e),ze.init(t,e),ae.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>kt(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:Ne()}),t.loose=()=>t.clone({...t._zod.def,catchall:Ne()}),t.strict=()=>t.clone({...t._zod.def,catchall:eA()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>ae.extend(t,r),t.merge=r=>ae.merge(t,r),t.pick=r=>ae.pick(t,r),t.omit=r=>ae.omit(t,r),t.partial=(...r)=>ae.partial(Xx,t,r[0]),t.required=(...r)=>ae.required(Qx,t,r[0])});Jx=w("ZodUnion",(t,e)=>{uc.init(t,e),ze.init(t,e),t.options=e.options});rA=w("ZodDiscriminatedUnion",(t,e)=>{Jx.init(t,e),Up.init(t,e)});nA=w("ZodIntersection",(t,e)=>{Hp.init(t,e),ze.init(t,e)});sA=w("ZodRecord",(t,e)=>{Zp.init(t,e),ze.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});nf=w("ZodEnum",(t,e)=>{Bp.init(t,e),ze.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);let r=new Set(Object.keys(e.entries));t.extract=(n,s)=>{let o={};for(let i of n)if(r.has(i))o[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new nf({...e,checks:[],...ae.normalizeParams(s),entries:o})},t.exclude=(n,s)=>{let o={...e.entries};for(let i of n)if(r.has(i))delete o[i];else throw new Error(`Key ${i} not found in enum`);return new nf({...e,checks:[],...ae.normalizeParams(s),entries:o})}});oA=w("ZodLiteral",(t,e)=>{qp.init(t,e),ze.init(t,e),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});iA=w("ZodTransform",(t,e)=>{Vp.init(t,e),ze.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=o=>{if(typeof o=="string")r.issues.push(ae.issue(o,r.value,e));else{let i=o;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=t),i.continue??(i.continue=!0),r.issues.push(ae.issue(i))}};let s=e.transform(r.value,r);return s instanceof Promise?s.then(o=>(r.value=o,r)):(r.value=s,r)}});Xx=w("ZodOptional",(t,e)=>{Wp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType});aA=w("ZodNullable",(t,e)=>{Gp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType});cA=w("ZodDefault",(t,e)=>{Kp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});lA=w("ZodPrefault",(t,e)=>{Jp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType});Qx=w("ZodNonOptional",(t,e)=>{Yp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType});mA=w("ZodCatch",(t,e)=>{Xp.init(t,e),ze.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});hA=w("ZodPipe",(t,e)=>{Qp.init(t,e),ze.init(t,e),t.in=e.in,t.out=e.out});gA=w("ZodReadonly",(t,e)=>{em.init(t,e),ze.init(t,e)});eS=w("ZodCustom",(t,e)=>{tm.init(t,e),ze.init(t,e)})});var rS=x(()=>{});var nS=x(()=>{});var sS=x(()=>{mt();ef();Gm();tf();rf();rS();mt();fx();lc();Qm();nS();It(mx())});var oS=x(()=>{sS()});var iS=x(()=>{oS()});function kS(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function wS(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var uf,aS,pn,wc,We,cS,uS,z4,kA,wA,lf,Nt,ui,lS,Qe,Vt,Wt,et,Ec,dS,df,pS,mS,pf,li,V,mf,fS,hS,L4,$c,EA,Tc,$A,di,Ks,gS,TA,PA,RA,CA,OA,IA,ff,AA,NA,hf,Pc,DA,MA,Rc,jA,pi,mi,zA,fi,Js,LA,hi,Cc,Oc,Ic,F4,Ac,Nc,Dc,yS,_S,vS,gf,bS,gi,Ys,xS,FA,Xs,UA,Qs,HA,yf,ZA,Mc,BA,qA,VA,WA,GA,KA,JA,YA,XA,QA,eo,eN,tN,jc,_f,vf,bf,rN,nN,sN,xf,oN,iN,aN,cN,uN,SS,zc,lN,Lc,U4,dN,to,pN,H4,yi,mN,Sf,fN,hN,gN,yN,_N,vN,bN,kc,xN,SN,kN,_i,kf,wN,EN,$N,TN,PN,RN,CN,ON,IN,AN,NN,DN,MN,jN,zN,LN,FN,UN,ro,HN,ZN,BN,Fc,qN,VN,WN,wf,GN,Z4,B4,q4,V4,W4,G4,H,cf,cs=x(()=>{iS();uf="2025-11-25",aS=[uf,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],pn="io.modelcontextprotocol/related-task",wc="2.0",We=tS(t=>t!==null&&(typeof t=="object"||typeof t=="function")),cS=Pe([k(),ge().int()]),uS=k(),z4=ft({ttl:ge().optional(),pollInterval:ge().optional()}),kA=z({ttl:ge().optional()}),wA=z({taskId:k()}),lf=ft({progressToken:cS.optional(),[pn]:wA.optional()}),Nt=z({_meta:lf.optional()}),ui=Nt.extend({task:kA.optional()}),lS=t=>ui.safeParse(t).success,Qe=z({method:k(),params:Nt.loose().optional()}),Vt=z({_meta:lf.optional()}),Wt=z({method:k(),params:Vt.loose().optional()}),et=ft({_meta:lf.optional()}),Ec=Pe([k(),ge().int()]),dS=z({jsonrpc:Z(wc),id:Ec,...Qe.shape}).strict(),df=t=>dS.safeParse(t).success,pS=z({jsonrpc:Z(wc),...Wt.shape}).strict(),mS=t=>pS.safeParse(t).success,pf=z({jsonrpc:Z(wc),id:Ec,result:et}).strict(),li=t=>pf.safeParse(t).success;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(V||(V={}));mf=z({jsonrpc:Z(wc),id:Ec.optional(),error:z({code:ge().int(),message:k(),data:Ne().optional()})}).strict(),fS=t=>mf.safeParse(t).success,hS=Pe([dS,pS,pf,mf]),L4=Pe([pf,mf]),$c=et.strict(),EA=Vt.extend({requestId:Ec.optional(),reason:k().optional()}),Tc=Wt.extend({method:Z("notifications/cancelled"),params:EA}),$A=z({src:k(),mimeType:k().optional(),sizes:ue(k()).optional(),theme:kt(["light","dark"]).optional()}),di=z({icons:ue($A).optional()}),Ks=z({name:k(),title:k().optional()}),gS=Ks.extend({...Ks.shape,...di.shape,version:k(),websiteUrl:k().optional(),description:k().optional()}),TA=Sc(z({applyDefaults:Ge().optional()}),$e(k(),Ne())),PA=af(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Sc(z({form:TA.optional(),url:We.optional()}),$e(k(),Ne()).optional())),RA=ft({list:We.optional(),cancel:We.optional(),requests:ft({sampling:ft({createMessage:We.optional()}).optional(),elicitation:ft({create:We.optional()}).optional()}).optional()}),CA=ft({list:We.optional(),cancel:We.optional(),requests:ft({tools:ft({call:We.optional()}).optional()}).optional()}),OA=z({experimental:$e(k(),We).optional(),sampling:z({context:We.optional(),tools:We.optional()}).optional(),elicitation:PA.optional(),roots:z({listChanged:Ge().optional()}).optional(),tasks:RA.optional(),extensions:$e(k(),We).optional()}),IA=Nt.extend({protocolVersion:k(),capabilities:OA,clientInfo:gS}),ff=Qe.extend({method:Z("initialize"),params:IA}),AA=z({experimental:$e(k(),We).optional(),logging:We.optional(),completions:We.optional(),prompts:z({listChanged:Ge().optional()}).optional(),resources:z({subscribe:Ge().optional(),listChanged:Ge().optional()}).optional(),tools:z({listChanged:Ge().optional()}).optional(),tasks:CA.optional(),extensions:$e(k(),We).optional()}),NA=et.extend({protocolVersion:k(),capabilities:AA,serverInfo:gS,instructions:k().optional()}),hf=Wt.extend({method:Z("notifications/initialized"),params:Vt.optional()}),Pc=Qe.extend({method:Z("ping"),params:Nt.optional()}),DA=z({progress:ge(),total:De(ge()),message:De(k())}),MA=z({...Vt.shape,...DA.shape,progressToken:cS}),Rc=Wt.extend({method:Z("notifications/progress"),params:MA}),jA=Nt.extend({cursor:uS.optional()}),pi=Qe.extend({params:jA.optional()}),mi=et.extend({nextCursor:uS.optional()}),zA=kt(["working","input_required","completed","failed","cancelled"]),fi=z({taskId:k(),status:zA,ttl:Pe([ge(),Gx()]),createdAt:k(),lastUpdatedAt:k(),pollInterval:De(ge()),statusMessage:De(k())}),Js=et.extend({task:fi}),LA=Vt.merge(fi),hi=Wt.extend({method:Z("notifications/tasks/status"),params:LA}),Cc=Qe.extend({method:Z("tasks/get"),params:Nt.extend({taskId:k()})}),Oc=et.merge(fi),Ic=Qe.extend({method:Z("tasks/result"),params:Nt.extend({taskId:k()})}),F4=et.loose(),Ac=pi.extend({method:Z("tasks/list")}),Nc=mi.extend({tasks:ue(fi)}),Dc=Qe.extend({method:Z("tasks/cancel"),params:Nt.extend({taskId:k()})}),yS=et.merge(fi),_S=z({uri:k(),mimeType:De(k()),_meta:$e(k(),Ne()).optional()}),vS=_S.extend({text:k()}),gf=k().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),bS=_S.extend({blob:gf}),gi=kt(["user","assistant"]),Ys=z({audience:ue(gi).optional(),priority:ge().min(0).max(1).optional(),lastModified:ai.datetime({offset:!0}).optional()}),xS=z({...Ks.shape,...di.shape,uri:k(),description:De(k()),mimeType:De(k()),size:De(ge()),annotations:Ys.optional(),_meta:De(ft({}))}),FA=z({...Ks.shape,...di.shape,uriTemplate:k(),description:De(k()),mimeType:De(k()),annotations:Ys.optional(),_meta:De(ft({}))}),Xs=pi.extend({method:Z("resources/list")}),UA=mi.extend({resources:ue(xS)}),Qs=pi.extend({method:Z("resources/templates/list")}),HA=mi.extend({resourceTemplates:ue(FA)}),yf=Nt.extend({uri:k()}),ZA=yf,Mc=Qe.extend({method:Z("resources/read"),params:ZA}),BA=et.extend({contents:ue(Pe([vS,bS]))}),qA=Wt.extend({method:Z("notifications/resources/list_changed"),params:Vt.optional()}),VA=yf,WA=Qe.extend({method:Z("resources/subscribe"),params:VA}),GA=yf,KA=Qe.extend({method:Z("resources/unsubscribe"),params:GA}),JA=Vt.extend({uri:k()}),YA=Wt.extend({method:Z("notifications/resources/updated"),params:JA}),XA=z({name:k(),description:De(k()),required:De(Ge())}),QA=z({...Ks.shape,...di.shape,description:De(k()),arguments:De(ue(XA)),_meta:De(ft({}))}),eo=pi.extend({method:Z("prompts/list")}),eN=mi.extend({prompts:ue(QA)}),tN=Nt.extend({name:k(),arguments:$e(k(),k()).optional()}),jc=Qe.extend({method:Z("prompts/get"),params:tN}),_f=z({type:Z("text"),text:k(),annotations:Ys.optional(),_meta:$e(k(),Ne()).optional()}),vf=z({type:Z("image"),data:gf,mimeType:k(),annotations:Ys.optional(),_meta:$e(k(),Ne()).optional()}),bf=z({type:Z("audio"),data:gf,mimeType:k(),annotations:Ys.optional(),_meta:$e(k(),Ne()).optional()}),rN=z({type:Z("tool_use"),name:k(),id:k(),input:$e(k(),Ne()),_meta:$e(k(),Ne()).optional()}),nN=z({type:Z("resource"),resource:Pe([vS,bS]),annotations:Ys.optional(),_meta:$e(k(),Ne()).optional()}),sN=xS.extend({type:Z("resource_link")}),xf=Pe([_f,vf,bf,sN,nN]),oN=z({role:gi,content:xf}),iN=et.extend({description:k().optional(),messages:ue(oN)}),aN=Wt.extend({method:Z("notifications/prompts/list_changed"),params:Vt.optional()}),cN=z({title:k().optional(),readOnlyHint:Ge().optional(),destructiveHint:Ge().optional(),idempotentHint:Ge().optional(),openWorldHint:Ge().optional()}),uN=z({taskSupport:kt(["required","optional","forbidden"]).optional()}),SS=z({...Ks.shape,...di.shape,description:k().optional(),inputSchema:z({type:Z("object"),properties:$e(k(),We).optional(),required:ue(k()).optional()}).catchall(Ne()),outputSchema:z({type:Z("object"),properties:$e(k(),We).optional(),required:ue(k()).optional()}).catchall(Ne()).optional(),annotations:cN.optional(),execution:uN.optional(),_meta:$e(k(),Ne()).optional()}),zc=pi.extend({method:Z("tools/list")}),lN=mi.extend({tools:ue(SS)}),Lc=et.extend({content:ue(xf).default([]),structuredContent:$e(k(),Ne()).optional(),isError:Ge().optional()}),U4=Lc.or(et.extend({toolResult:Ne()})),dN=ui.extend({name:k(),arguments:$e(k(),Ne()).optional()}),to=Qe.extend({method:Z("tools/call"),params:dN}),pN=Wt.extend({method:Z("notifications/tools/list_changed"),params:Vt.optional()}),H4=z({autoRefresh:Ge().default(!0),debounceMs:ge().int().nonnegative().default(300)}),yi=kt(["debug","info","notice","warning","error","critical","alert","emergency"]),mN=Nt.extend({level:yi}),Sf=Qe.extend({method:Z("logging/setLevel"),params:mN}),fN=Vt.extend({level:yi,logger:k().optional(),data:Ne()}),hN=Wt.extend({method:Z("notifications/message"),params:fN}),gN=z({name:k().optional()}),yN=z({hints:ue(gN).optional(),costPriority:ge().min(0).max(1).optional(),speedPriority:ge().min(0).max(1).optional(),intelligencePriority:ge().min(0).max(1).optional()}),_N=z({mode:kt(["auto","required","none"]).optional()}),vN=z({type:Z("tool_result"),toolUseId:k().describe("The unique identifier for the corresponding tool call."),content:ue(xf).default([]),structuredContent:z({}).loose().optional(),isError:Ge().optional(),_meta:$e(k(),Ne()).optional()}),bN=of("type",[_f,vf,bf]),kc=of("type",[_f,vf,bf,rN,vN]),xN=z({role:gi,content:Pe([kc,ue(kc)]),_meta:$e(k(),Ne()).optional()}),SN=ui.extend({messages:ue(xN),modelPreferences:yN.optional(),systemPrompt:k().optional(),includeContext:kt(["none","thisServer","allServers"]).optional(),temperature:ge().optional(),maxTokens:ge().int(),stopSequences:ue(k()).optional(),metadata:We.optional(),tools:ue(SS).optional(),toolChoice:_N.optional()}),kN=Qe.extend({method:Z("sampling/createMessage"),params:SN}),_i=et.extend({model:k(),stopReason:De(kt(["endTurn","stopSequence","maxTokens"]).or(k())),role:gi,content:bN}),kf=et.extend({model:k(),stopReason:De(kt(["endTurn","stopSequence","maxTokens","toolUse"]).or(k())),role:gi,content:Pe([kc,ue(kc)])}),wN=z({type:Z("boolean"),title:k().optional(),description:k().optional(),default:Ge().optional()}),EN=z({type:Z("string"),title:k().optional(),description:k().optional(),minLength:ge().optional(),maxLength:ge().optional(),format:kt(["email","uri","date","date-time"]).optional(),default:k().optional()}),$N=z({type:kt(["number","integer"]),title:k().optional(),description:k().optional(),minimum:ge().optional(),maximum:ge().optional(),default:ge().optional()}),TN=z({type:Z("string"),title:k().optional(),description:k().optional(),enum:ue(k()),default:k().optional()}),PN=z({type:Z("string"),title:k().optional(),description:k().optional(),oneOf:ue(z({const:k(),title:k()})),default:k().optional()}),RN=z({type:Z("string"),title:k().optional(),description:k().optional(),enum:ue(k()),enumNames:ue(k()).optional(),default:k().optional()}),CN=Pe([TN,PN]),ON=z({type:Z("array"),title:k().optional(),description:k().optional(),minItems:ge().optional(),maxItems:ge().optional(),items:z({type:Z("string"),enum:ue(k())}),default:ue(k()).optional()}),IN=z({type:Z("array"),title:k().optional(),description:k().optional(),minItems:ge().optional(),maxItems:ge().optional(),items:z({anyOf:ue(z({const:k(),title:k()}))}),default:ue(k()).optional()}),AN=Pe([ON,IN]),NN=Pe([RN,CN,AN]),DN=Pe([NN,wN,EN,$N]),MN=ui.extend({mode:Z("form").optional(),message:k(),requestedSchema:z({type:Z("object"),properties:$e(k(),DN),required:ue(k()).optional()})}),jN=ui.extend({mode:Z("url"),message:k(),elicitationId:k(),url:k().url()}),zN=Pe([MN,jN]),LN=Qe.extend({method:Z("elicitation/create"),params:zN}),FN=Vt.extend({elicitationId:k()}),UN=Wt.extend({method:Z("notifications/elicitation/complete"),params:FN}),ro=et.extend({action:kt(["accept","decline","cancel"]),content:af(t=>t===null?void 0:t,$e(k(),Pe([k(),ge(),Ge(),ue(k())])).optional())}),HN=z({type:Z("ref/resource"),uri:k()}),ZN=z({type:Z("ref/prompt"),name:k()}),BN=Nt.extend({ref:Pe([ZN,HN]),argument:z({name:k(),value:k()}),context:z({arguments:$e(k(),k()).optional()}).optional()}),Fc=Qe.extend({method:Z("completion/complete"),params:BN});qN=et.extend({completion:ft({values:ue(k()).max(100),total:De(ge().int()),hasMore:De(Ge())})}),VN=z({uri:k().startsWith("file://"),name:k().optional(),_meta:$e(k(),Ne()).optional()}),WN=Qe.extend({method:Z("roots/list"),params:Nt.optional()}),wf=et.extend({roots:ue(VN)}),GN=Wt.extend({method:Z("notifications/roots/list_changed"),params:Vt.optional()}),Z4=Pe([Pc,ff,Fc,Sf,jc,eo,Xs,Qs,Mc,WA,KA,to,zc,Cc,Ic,Ac,Dc]),B4=Pe([Tc,Rc,hf,GN,hi]),q4=Pe([$c,_i,kf,ro,wf,Oc,Nc,Js]),V4=Pe([Pc,kN,LN,WN,Cc,Ic,Ac,Dc]),W4=Pe([Tc,Rc,hN,YA,qA,pN,aN,hi,UN]),G4=Pe([$c,NA,qN,iN,eN,UA,HA,BA,Lc,lN,Oc,Nc,Js]),H=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===V.UrlElicitationRequired&&n){let s=n;if(s.elicitations)return new cf(s.elicitations,r)}return new t(e,r,n)}},cf=class extends H{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(V.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}}});function mn(t){return t==="completed"||t==="failed"||t==="cancelled"}var ES=x(()=>{});var TS,$S,PS,Uc=x(()=>{TS=Symbol("Let zodToJsonSchema decide on which parser to use"),$S={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},PS=t=>typeof t=="string"?{...$S,name:t}:{...$S,...t}});var RS,Ef=x(()=>{Uc();RS=t=>{let e=PS(t),r=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([n,s])=>[s._def,{def:s._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}}});function $f(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function le(t,e,r,n,s){t[e]=r,$f(t,e,n,s)}var fn=x(()=>{});var Hc,Zc=x(()=>{Hc=(t,e)=>{let r=0;for(;r<t.length&&r<e.length&&t[r]===e[r];r++);return[(t.length-r).toString(),...e.slice(r)].join("/")}});function Me(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?Hc(e,t.currentPath):e.join("/")}}var Gt=x(()=>{Zc()});function CS(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==I.ZodAny&&(r.items=J(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&le(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&le(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(le(r,"minItems",t.exactLength.value,t.exactLength.message,e),le(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}var Tf=x(()=>{Wo();fn();qe()});function OS(t,e){let r={type:"integer",format:"int64"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?le(r,"minimum",n.value,n.message,e):le(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),le(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?le(r,"maximum",n.value,n.message,e):le(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),le(r,"maximum",n.value,n.message,e));break;case"multipleOf":le(r,"multipleOf",n.value,n.message,e);break}return r}var Pf=x(()=>{fn()});function IS(){return{type:"boolean"}}var Rf=x(()=>{});function Bc(t,e){return J(t.type._def,e)}var qc=x(()=>{qe()});var AS,Cf=x(()=>{qe();AS=(t,e)=>J(t.innerType._def,e)});function Of(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((s,o)=>Of(t,e,s))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return KN(t,e)}}var KN,If=x(()=>{fn();KN=(t,e)=>{let r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(let n of t.checks)switch(n.kind){case"min":le(r,"minimum",n.value,n.message,e);break;case"max":le(r,"maximum",n.value,n.message,e);break}return r}});function NS(t,e){return{...J(t.innerType._def,e),default:t.defaultValue()}}var Af=x(()=>{qe()});function DS(t,e){return e.effectStrategy==="input"?J(t.schema._def,e):Me(e)}var Nf=x(()=>{qe();Gt()});function MS(t){return{type:"string",enum:Array.from(t.values)}}var Df=x(()=>{});function jS(t,e){let r=[J(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),J(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(o=>!!o),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,s=[];return r.forEach(o=>{if(JN(o))s.push(...o.allOf),o.unevaluatedProperties===void 0&&(n=void 0);else{let i=o;if("additionalProperties"in o&&o.additionalProperties===!1){let{additionalProperties:a,...c}=o;i=c}else n=void 0;s.push(i)}}),s.length?{allOf:s,...n}:void 0}var JN,Mf=x(()=>{qe();JN=t=>"type"in t&&t.type==="string"?!1:"allOf"in t});function zS(t,e){let r=typeof t.value;return r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string"?{type:Array.isArray(t.value)?"array":"object"}:e.target==="openApi3"?{type:r==="bigint"?"integer":r,enum:[t.value]}:{type:r==="bigint"?"integer":r,const:t.value}}var jf=x(()=>{});function Vc(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":le(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":le(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"email":switch(e.emailStrategy){case"format:email":lr(r,"email",n.message,e);break;case"format:idn-email":lr(r,"idn-email",n.message,e);break;case"pattern:zod":ht(r,ur.email,n.message,e);break}break;case"url":lr(r,"uri",n.message,e);break;case"uuid":lr(r,"uuid",n.message,e);break;case"regex":ht(r,n.regex,n.message,e);break;case"cuid":ht(r,ur.cuid,n.message,e);break;case"cuid2":ht(r,ur.cuid2,n.message,e);break;case"startsWith":ht(r,RegExp(`^${Lf(n.value,e)}`),n.message,e);break;case"endsWith":ht(r,RegExp(`${Lf(n.value,e)}$`),n.message,e);break;case"datetime":lr(r,"date-time",n.message,e);break;case"date":lr(r,"date",n.message,e);break;case"time":lr(r,"time",n.message,e);break;case"duration":lr(r,"duration",n.message,e);break;case"length":le(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),le(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{ht(r,RegExp(Lf(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&lr(r,"ipv4",n.message,e),n.version!=="v4"&&lr(r,"ipv6",n.message,e);break}case"base64url":ht(r,ur.base64url,n.message,e);break;case"jwt":ht(r,ur.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&ht(r,ur.ipv4Cidr,n.message,e),n.version!=="v4"&&ht(r,ur.ipv6Cidr,n.message,e);break}case"emoji":ht(r,ur.emoji(),n.message,e);break;case"ulid":{ht(r,ur.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{lr(r,"binary",n.message,e);break}case"contentEncoding:base64":{le(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{ht(r,ur.base64,n.message,e);break}}break}case"nanoid":ht(r,ur.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Lf(t,e){return e.patternStrategy==="escape"?XN(t):t}function XN(t){let e="";for(let r=0;r<t.length;r++)YN.has(t[r])||(e+="\\"),e+=t[r];return e}function lr(t,e,r,n){t.format||t.anyOf?.some(s=>s.format)?(t.anyOf||(t.anyOf=[]),t.format&&(t.anyOf.push({format:t.format,...t.errorMessage&&n.errorMessages&&{errorMessage:{format:t.errorMessage.format}}}),delete t.format,t.errorMessage&&(delete t.errorMessage.format,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.anyOf.push({format:e,...r&&n.errorMessages&&{errorMessage:{format:r}}})):le(t,"format",e,r,n)}function ht(t,e,r,n){t.pattern||t.allOf?.some(s=>s.pattern)?(t.allOf||(t.allOf=[]),t.pattern&&(t.allOf.push({pattern:t.pattern,...t.errorMessage&&n.errorMessages&&{errorMessage:{pattern:t.errorMessage.pattern}}}),delete t.pattern,t.errorMessage&&(delete t.errorMessage.pattern,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.allOf.push({pattern:LS(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):le(t,"pattern",LS(e,n),r,n)}function LS(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;let r={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=r.i?t.source.toLowerCase():t.source,s="",o=!1,i=!1,a=!1;for(let c=0;c<n.length;c++){if(o){s+=n[c],o=!1;continue}if(r.i){if(i){if(n[c].match(/[a-z]/)){a?(s+=n[c],s+=`${n[c-2]}-${n[c]}`.toUpperCase(),a=!1):n[c+1]==="-"&&n[c+2]?.match(/[a-z]/)?(s+=n[c],a=!0):s+=`${n[c]}${n[c].toUpperCase()}`;continue}}else if(n[c].match(/[a-z]/)){s+=`[${n[c]}${n[c].toUpperCase()}]`;continue}}if(r.m){if(n[c]==="^"){s+=`(^|(?<=[\r
|
|
61
61
|
]))`;continue}else if(n[c]==="$"){s+=`($|(?=[\r
|
|
62
62
|
]))`;continue}}if(r.s&&n[c]==="."){s+=i?`${n[c]}\r
|
|
63
63
|
`:`[${n[c]}\r
|
|
64
|
-
]`;continue}s+=n[c],n[c]==="\\"?o=!0:i&&n[c]==="]"?i=!1:!i&&n[c]==="["&&(i=!0)}try{new RegExp(s)}catch{return console.warn(`Could not convert regex pattern at ${e.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),t.source}return s}var Mf,ar,WN,qc=b(()=>{pn();ar={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(Mf===void 0&&(Mf=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Mf),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};WN=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789")});function Vc(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===I.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,s)=>({...n,[s]:J(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",s]})??Me(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:J(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===I.ZodString&&t.keyType._def.checks?.length){let{type:n,...s}=Bc(t.keyType._def,e);return{...r,propertyNames:s}}else{if(t.keyType?._def.typeName===I.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===I.ZodBranded&&t.keyType._def.type._def.typeName===I.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...s}=Hc(t.keyType._def,e);return{...r,propertyNames:s}}}return r}var Wc=b(()=>{qo();Be();qc();Zc();Kt()});function zS(t,e){if(e.mapStrategy==="record")return Vc(t,e);let r=J(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||Me(e),n=J(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||Me(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}var zf=b(()=>{Be();Wc();Kt()});function LS(t){let e=t.values,n=Object.keys(t.values).filter(o=>typeof e[e[o]]!="number").map(o=>e[o]),s=Array.from(new Set(n.map(o=>typeof o)));return{type:s.length===1?s[0]==="string"?"string":"number":["string","number"],enum:n}}var Lf=b(()=>{});function FS(t){return t.target==="openAi"?void 0:{not:Me({...t,currentPath:[...t.currentPath,"not"]})}}var Ff=b(()=>{Kt()});function US(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Uf=b(()=>{});function ZS(t,e){if(e.target==="openApi3")return HS(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in yi&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((s,o)=>{let i=yi[o._def.typeName];return i&&!s.includes(i)?[...s,i]:s},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){let n=r.reduce((s,o)=>{let i=typeof o._def.value;switch(i){case"string":case"number":case"boolean":return[...s,i];case"bigint":return[...s,"integer"];case"object":if(o._def.value===null)return[...s,"null"];default:return s}},[]);if(n.length===r.length){let s=n.filter((o,i,a)=>a.indexOf(o)===i);return{type:s.length>1?s:s[0],enum:r.reduce((o,i)=>o.includes(i._def.value)?o:[...o,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,s)=>[...n,...s._def.values.filter(o=>!n.includes(o))],[])};return HS(t,e)}var yi,HS,Gc=b(()=>{Be();yi={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};HS=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,s)=>J(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${s}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0}});function BS(t,e){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(t.innerType._def.typeName)&&(!t.innerType._def.checks||!t.innerType._def.checks.length))return e.target==="openApi3"?{type:yi[t.innerType._def.typeName],nullable:!0}:{type:[yi[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=J(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=J(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}var Hf=b(()=>{Be();Gc()});function qS(t,e){let r={type:"number"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"int":r.type="integer",wf(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?de(r,"minimum",n.value,n.message,e):de(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),de(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?de(r,"maximum",n.value,n.message,e):de(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),de(r,"maximum",n.value,n.message,e));break;case"multipleOf":de(r,"multipleOf",n.value,n.message,e);break}return r}var Zf=b(()=>{pn()});function VS(t,e){let r=e.target==="openAi",n={type:"object",properties:{}},s=[],o=t.shape();for(let a in o){let c=o[a];if(c===void 0||c._def===void 0)continue;let u=JN(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let d=J(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});d!==void 0&&(n.properties[a]=d,u||s.push(a))}s.length&&(n.required=s);let i=KN(t,e);return i!==void 0&&(n.additionalProperties=i),n}function KN(t,e){if(t.catchall._def.typeName!=="ZodNever")return J(t.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(t.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function JN(t){try{return t.isOptional()}catch{return!0}}var Bf=b(()=>{Be()});var WS,qf=b(()=>{Be();Kt();WS=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return J(t.innerType._def,e);let r=J(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:Me(e)},r]}:Me(e)}});var GS,Vf=b(()=>{Be();GS=(t,e)=>{if(e.pipeStrategy==="input")return J(t.in._def,e);if(e.pipeStrategy==="output")return J(t.out._def,e);let r=J(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=J(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(s=>s!==void 0)}}});function KS(t,e){return J(t.type._def,e)}var Wf=b(()=>{Be()});function JS(t,e){let n={type:"array",uniqueItems:!0,items:J(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&de(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&de(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}var Gf=b(()=>{pn();Be()});function YS(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>J(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:J(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>J(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}var Kf=b(()=>{Be()});function XS(t){return{not:Me(t)}}var Jf=b(()=>{Kt()});function QS(t){return Me(t)}var Yf=b(()=>{Kt()});var ek,Xf=b(()=>{Be();ek=(t,e)=>J(t.innerType._def,e)});var tk,Qf=b(()=>{qo();Kt();Ef();$f();Tf();Zc();Pf();Cf();Of();If();Af();Nf();Df();zf();Lf();Ff();Uf();Hf();Zf();Bf();qf();Vf();Wf();Wc();Gf();qc();Kf();Jf();Gc();Yf();Xf();tk=(t,e,r)=>{switch(e){case I.ZodString:return Bc(t,r);case I.ZodNumber:return qS(t,r);case I.ZodObject:return VS(t,r);case I.ZodBigInt:return RS(t,r);case I.ZodBoolean:return CS();case I.ZodDate:return Rf(t,r);case I.ZodUndefined:return XS(r);case I.ZodNull:return US(r);case I.ZodArray:return PS(t,r);case I.ZodUnion:case I.ZodDiscriminatedUnion:return ZS(t,r);case I.ZodIntersection:return DS(t,r);case I.ZodTuple:return YS(t,r);case I.ZodRecord:return Vc(t,r);case I.ZodLiteral:return MS(t,r);case I.ZodEnum:return NS(t);case I.ZodNativeEnum:return LS(t);case I.ZodNullable:return BS(t,r);case I.ZodOptional:return WS(t,r);case I.ZodMap:return zS(t,r);case I.ZodSet:return JS(t,r);case I.ZodLazy:return()=>t.getter()._def;case I.ZodPromise:return KS(t,r);case I.ZodNaN:case I.ZodNever:return FS(r);case I.ZodEffects:return AS(t,r);case I.ZodAny:return Me(r);case I.ZodUnknown:return QS(r);case I.ZodDefault:return IS(t,r);case I.ZodBranded:return Hc(t,r);case I.ZodReadonly:return ek(t,r);case I.ZodCatch:return OS(t,r);case I.ZodPipeline:return GS(t,r);case I.ZodFunction:case I.ZodVoid:case I.ZodSymbol:return;default:return(n=>{})(e)}}});function J(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==ES)return a}if(n&&!r){let a=YN(n,e);if(a!==void 0)return a}let s={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,s);let o=tk(t,t.typeName,e),i=typeof o=="function"?J(o(),e):o;if(i&&XN(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return s.jsonSchema=i,a}return s.jsonSchema=i,i}var YN,XN,Be=b(()=>{Lc();Qf();Uc();Kt();YN=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Fc(e.currentPath,t.path)};case"none":case"seen":return t.path.length<e.currentPath.length&&t.path.every((r,n)=>e.currentPath[n]===r)?(console.warn(`Recursive reference detected at ${e.currentPath.join("/")}! Defaulting to any`),Me(e)):e.$refStrategy==="seen"?Me(e):void 0}},XN=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r)});var rk=b(()=>{});var eh,th=b(()=>{Be();kf();Kt();eh=(t,e)=>{let r=TS(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,d])=>({...c,[u]:J(d._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??Me(r)}),{}):void 0,s=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,o=J(t._def,s===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,s]},!1)??Me(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(o.title=i),r.flags.hasReferencedOpenAiAnyType&&(n||(n={}),n[r.openAiAnyTypeName]||(n[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}));let a=s===void 0?n?{...o,[r.definitionPath]:n}:o:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,s].join("/"),[r.definitionPath]:{...n,[s]:o}};return r.target==="jsonSchema7"?a.$schema="http://json-schema.org/draft-07/schema#":(r.target==="jsonSchema2019-09"||r.target==="openAi")&&(a.$schema="https://json-schema.org/draft/2019-09/schema#"),r.target==="openAi"&&("anyOf"in a||"oneOf"in a||"allOf"in a||"type"in a&&Array.isArray(a.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),a}});var nk=b(()=>{Lc();kf();pn();Uc();Be();rk();Kt();Ef();$f();Tf();Zc();Pf();Cf();Of();If();Af();Nf();Df();zf();Lf();Ff();Uf();Hf();Zf();Bf();qf();Vf();Wf();Xf();Wc();Gf();qc();Kf();Jf();Gc();Yf();Qf();th();th()});function QN(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function rh(t,e){return Vt(t)?Hm(t,{target:QN(e?.target),io:e?.pipeStrategy??"input"}):eh(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function nh(t){let r=un(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=_c(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function sh(t,e){let r=cn(t,e);if(!r.success)throw r.error;return r.data}var oh=b(()=>{qm();si();nk()});function sk(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function ok(t,e){let r={...t};for(let n in e){let s=n,o=e[s];if(o===void 0)continue;let i=r[s];sk(i)&&sk(o)?r[s]={...i,...o}:r[s]=o}return r}var e1,Kc,ik=b(()=>{si();os();kS();oh();e1=6e4,Kc=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(Ec,r=>{this._oncancel(r)}),this.setNotificationHandler(Tc,r=>{this._onprogress(r)}),this.setRequestHandler($c,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(Pc,async(r,n)=>{let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new H(V.InvalidParams,"Failed to retrieve task: Task not found");return{...s}}),this.setRequestHandler(Cc,async(r,n)=>{let s=async()=>{let o=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(o,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,d=this._requestResolvers.get(u);if(d)if(this._requestResolvers.delete(u),a.type==="response")d(c);else{let l=c,p=new H(l.error.code,l.error.message,l.error.data);d(p)}else{let l=a.type==="response"?"Response":"Error";this._onerror(new Error(`${l} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(o,n.sessionId);if(!i)throw new H(V.InvalidParams,`Task not found: ${o}`);if(!dn(i.status))return await this._waitForTaskUpdate(o,n.signal),await s();if(dn(i.status)){let a=await this._taskStore.getTaskResult(o,n.sessionId);return this._clearTaskQueue(o),{...a,_meta:{...a._meta,[ln]:{taskId:o}}}}return await s()};return await s()}),this.setRequestHandler(Oc,async(r,n)=>{try{let{tasks:s,nextCursor:o}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:s,nextCursor:o,_meta:{}}}catch(s){throw new H(V.InvalidParams,`Failed to list tasks: ${s instanceof Error?s.message:String(s)}`)}}),this.setRequestHandler(Ac,async(r,n)=>{try{let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new H(V.InvalidParams,`Task not found: ${r.params.taskId}`);if(dn(s.status))throw new H(V.InvalidParams,`Cannot cancel task in terminal status: ${s.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new H(V.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...o}}catch(s){throw s instanceof H?s:new H(V.InvalidRequest,`Failed to cancel task: ${s instanceof Error?s.message:String(s)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,s,o=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(s,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:o,onTimeout:s})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),H.fromError(V.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=o=>{n?.(o),this._onerror(o)};let s=this._transport?.onmessage;this._transport.onmessage=(o,i)=>{s?.(o,i),ci(o)||pS(o)?this._onresponse(o):uf(o)?this._onrequest(o,i):dS(o)?this._onnotification(o):this._onerror(new Error(`Unknown message type: ${JSON.stringify(o)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=H.fromError(V.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,s=this._transport,o=e.params?._meta?.[ln]?.taskId;if(n===void 0){let d={jsonrpc:"2.0",id:e.id,error:{code:V.MethodNotFound,message:"Method not found"}};o&&this._taskMessageQueue?this._enqueueTaskMessage(o,{type:"error",message:d,timestamp:Date.now()},s?.sessionId).catch(l=>this._onerror(new Error(`Failed to enqueue error response: ${l}`))):s?.send(d).catch(l=>this._onerror(new Error(`Failed to send an error response: ${l}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=cS(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,s?.sessionId):void 0,u={signal:i.signal,sessionId:s?.sessionId,_meta:e.params?._meta,sendNotification:async d=>{if(i.signal.aborted)return;let l={relatedRequestId:e.id};o&&(l.relatedTask={taskId:o}),await this.notification(d,l)},sendRequest:async(d,l,p)=>{if(i.signal.aborted)throw new H(V.ConnectionClosed,"Request was cancelled");let f={...p,relatedRequestId:e.id};o&&!f.relatedTask&&(f.relatedTask={taskId:o});let m=f.relatedTask?.taskId??o;return m&&c&&await c.updateTaskStatus(m,"input_required"),await this.request(d,l,f)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:o,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async d=>{if(i.signal.aborted)return;let l={result:d,jsonrpc:"2.0",id:e.id};o&&this._taskMessageQueue?await this._enqueueTaskMessage(o,{type:"response",message:l,timestamp:Date.now()},s?.sessionId):await s?.send(l)},async d=>{if(i.signal.aborted)return;let l={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(d.code)?d.code:V.InternalError,message:d.message??"Internal error",...d.data!==void 0&&{data:d.data}}};o&&this._taskMessageQueue?await this._enqueueTaskMessage(o,{type:"error",message:l,timestamp:Date.now()},s?.sessionId):await s?.send(l)}).catch(d=>this._onerror(new Error(`Failed to send response: ${d}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===i&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,s=Number(r),o=this._progressHandlers.get(s);if(!o){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(s),a=this._timeoutInfo.get(s);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(s)}catch(c){this._responseHandlers.delete(s),this._progressHandlers.delete(s),this._cleanupTimeout(s),i(c);return}o(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),ci(e))n(e);else{let i=new H(e.error.code,e.error.message,e.error.data);n(i)}return}let s=this._responseHandlers.get(r);if(s===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let o=!1;if(ci(e)&&e.result&&typeof e.result=="object"){let i=e.result;if(i.task&&typeof i.task=="object"){let a=i.task;typeof a.taskId=="string"&&(o=!0,this._taskProgressTokens.set(a.taskId,r))}}if(o||this._progressHandlers.delete(r),ci(e))s(e);else{let i=H.fromError(e.error.code,e.error.message,e.error.data);s(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:s}=n??{};if(!s){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof H?i:new H(V.InternalError,String(i))}}return}let o;try{let i=await this.request(e,Gs,n);if(i.task)o=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new H(V.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:o},n);if(yield{type:"taskStatus",task:a},dn(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:o},r,n)}:a.status==="failed"?yield{type:"error",error:new H(V.InternalError,`Task ${o} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new H(V.InternalError,`Task ${o} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:o},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof H?i:new H(V.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,d)=>{let l=x=>{d(x)};if(!this._transport){l(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(x){l(x);return}n?.signal?.throwIfAborted();let p=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:p};n?.onprogress&&(this._progressHandlers.set(p,n.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:p}}),a&&(f.params={...f.params,task:a}),c&&(f.params={...f.params,_meta:{...f.params?._meta||{},[ln]:c}});let m=x=>{this._responseHandlers.delete(p),this._progressHandlers.delete(p),this._cleanupTimeout(p),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:p,reason:String(x)}},{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch(v=>this._onerror(new Error(`Failed to send cancellation: ${v}`)));let y=x instanceof H?x:new H(V.RequestTimeout,String(x));d(y)};this._responseHandlers.set(p,x=>{if(!n?.signal?.aborted){if(x instanceof Error)return d(x);try{let y=cn(r,x.result);y.success?u(y.data):d(y.error)}catch(y){d(y)}}}),n?.signal?.addEventListener("abort",()=>{m(n?.signal?.reason)});let h=n?.timeout??e1,g=()=>m(H.fromError(V.RequestTimeout,"Request timed out",{timeout:h}));this._setupTimeout(p,h,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let _=c?.taskId;if(_){let x=y=>{let v=this._responseHandlers.get(p);v?v(y):this._onerror(new Error(`Response handler missing for side-channeled request ${p}`))};this._requestResolvers.set(p,x),this._enqueueTaskMessage(_,{type:"request",message:f,timestamp:Date.now()}).catch(y=>{this._cleanupTimeout(p),d(y)})}else this._transport.send(f,{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch(x=>{this._cleanupTimeout(p),d(x)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},Rc,r)}async getTaskResult(e,r,n){return this.request({method:"tasks/result",params:e},r,n)}async listTasks(e,r){return this.request({method:"tasks/list",params:e},Ic,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},hS,r)}async notification(e,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let n=r?.relatedTask?.taskId;if(n){let a={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[ln]:r.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:a,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let a={...e,jsonrpc:"2.0"};r?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[ln]:r.relatedTask}}}),this._transport?.send(a,r).catch(c=>this._onerror(c))});return}let i={...e,jsonrpc:"2.0"};r?.relatedTask&&(i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[ln]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=nh(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(s,o)=>{let i=sh(e,s);return Promise.resolve(r(i,o))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=nh(e);this._notificationHandlers.set(n,s=>{let o=sh(e,s);return Promise.resolve(r(o))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let s=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,s)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let s of n)if(s.type==="request"&&uf(s.message)){let o=s.message.id,i=this._requestResolvers.get(o);i?(i(new H(V.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(o)):this._onerror(new Error(`Resolver missing for request ${o} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let s=await this._taskStore?.getTask(e);s?.pollInterval&&(n=s.pollInterval)}catch{}return new Promise((s,o)=>{if(r.aborted){o(new H(V.InvalidRequest,"Request cancelled"));return}let i=setTimeout(s,n);r.addEventListener("abort",()=>{clearTimeout(i),o(new H(V.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async s=>{if(!e)throw new Error("No request provided");return await n.createTask(s,e.id,{method:e.method,params:e.params},r)},getTask:async s=>{let o=await n.getTask(s,r);if(!o)throw new H(V.InvalidParams,"Failed to retrieve task: Task not found");return o},storeTaskResult:async(s,o,i)=>{await n.storeTaskResult(s,o,i,r);let a=await n.getTask(s,r);if(a){let c=mi.parse({method:"notifications/tasks/status",params:a});await this.notification(c),dn(a.status)&&this._cleanupTaskProgressHandler(s)}},getTaskResult:s=>n.getTaskResult(s,r),updateTaskStatus:async(s,o,i)=>{let a=await n.getTask(s,r);if(!a)throw new H(V.InvalidParams,`Task "${s}" not found - it may have been cleaned up`);if(dn(a.status))throw new H(V.InvalidParams,`Cannot update task "${s}" from terminal status "${a.status}" to "${o}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(s,o,i,r);let c=await n.getTask(s,r);if(c){let u=mi.parse({method:"notifications/tasks/status",params:c});await this.notification(u),dn(c.status)&&this._cleanupTaskProgressHandler(s)}},listTasks:s=>n.listTasks(s,r)}}}});var xi=D(he=>{"use strict";Object.defineProperty(he,"__esModule",{value:!0});he.regexpCode=he.getEsmExportName=he.getProperty=he.safeStringify=he.stringify=he.strConcat=he.addCodeArg=he.str=he._=he.nil=he._Code=he.Name=he.IDENTIFIER=he._CodeOrName=void 0;var _i=class{};he._CodeOrName=_i;he.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var is=class extends _i{constructor(e){if(super(),!he.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};he.Name=is;var Jt=class extends _i{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof is&&(r[n.str]=(r[n.str]||0)+1),r),{})}};he._Code=Jt;he.nil=new Jt("");function ak(t,...e){let r=[t[0]],n=0;for(;n<e.length;)ah(r,e[n]),r.push(t[++n]);return new Jt(r)}he._=ak;var ih=new Jt("+");function ck(t,...e){let r=[vi(t[0])],n=0;for(;n<e.length;)r.push(ih),ah(r,e[n]),r.push(ih,vi(t[++n]));return t1(r),new Jt(r)}he.str=ck;function ah(t,e){e instanceof Jt?t.push(...e._items):e instanceof is?t.push(e):t.push(s1(e))}he.addCodeArg=ah;function t1(t){let e=1;for(;e<t.length-1;){if(t[e]===ih){let r=r1(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function r1(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof is||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof is))return`"${t}${e.slice(1)}`}function n1(t,e){return e.emptyStr()?t:t.emptyStr()?e:ck`${t}${e}`}he.strConcat=n1;function s1(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:vi(Array.isArray(t)?t.join(","):t)}function o1(t){return new Jt(vi(t))}he.stringify=o1;function vi(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}he.safeStringify=vi;function i1(t){return typeof t=="string"&&he.IDENTIFIER.test(t)?new Jt(`.${t}`):ak`[${t}]`}he.getProperty=i1;function a1(t){if(typeof t=="string"&&he.IDENTIFIER.test(t))return new Jt(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}he.getEsmExportName=a1;function c1(t){return new Jt(t.toString())}he.regexpCode=c1});var lh=D(Et=>{"use strict";Object.defineProperty(Et,"__esModule",{value:!0});Et.ValueScope=Et.ValueScopeName=Et.Scope=Et.varKinds=Et.UsedValueState=void 0;var wt=xi(),ch=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Jc;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Jc||(Et.UsedValueState=Jc={}));Et.varKinds={const:new wt.Name("const"),let:new wt.Name("let"),var:new wt.Name("var")};var Yc=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof wt.Name?e:this.name(e)}name(e){return new wt.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Et.Scope=Yc;var Xc=class extends wt.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,wt._)`.${new wt.Name(r)}[${n}]`}};Et.ValueScopeName=Xc;var u1=(0,wt._)`\n`,uh=class extends Yc{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?u1:wt.nil}}get(){return this._scope}name(e){return new Xc(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let s=this.toName(e),{prefix:o}=s,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[o];if(a){let d=a.get(i);if(d)return d}else a=this._values[o]=new Map;a.set(i,s);let c=this._scope[o]||(this._scope[o]=[]),u=c.length;return c[u]=r.ref,s.setValue(r,{property:o,itemIndex:u}),s}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,wt._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,s=>{if(s.value===void 0)throw new Error(`CodeGen: name "${s}" has no value`);return s.value.code},r,n)}_reduceValues(e,r,n={},s){let o=wt.nil;for(let i in e){let a=e[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,Jc.Started);let d=r(u);if(d){let l=this.opts.es5?Et.varKinds.var:Et.varKinds.const;o=(0,wt._)`${o}${l} ${u} = ${d};${this.opts._n}`}else if(d=s?.(u))o=(0,wt._)`${o}${d}${this.opts._n}`;else throw new ch(u);c.set(u,Jc.Completed)})}return o}};Et.ValueScope=uh});var re=D(ne=>{"use strict";Object.defineProperty(ne,"__esModule",{value:!0});ne.or=ne.and=ne.not=ne.CodeGen=ne.operators=ne.varKinds=ne.ValueScopeName=ne.ValueScope=ne.Scope=ne.Name=ne.regexpCode=ne.stringify=ne.getProperty=ne.nil=ne.strConcat=ne.str=ne._=void 0;var pe=xi(),ur=lh(),mn=xi();Object.defineProperty(ne,"_",{enumerable:!0,get:function(){return mn._}});Object.defineProperty(ne,"str",{enumerable:!0,get:function(){return mn.str}});Object.defineProperty(ne,"strConcat",{enumerable:!0,get:function(){return mn.strConcat}});Object.defineProperty(ne,"nil",{enumerable:!0,get:function(){return mn.nil}});Object.defineProperty(ne,"getProperty",{enumerable:!0,get:function(){return mn.getProperty}});Object.defineProperty(ne,"stringify",{enumerable:!0,get:function(){return mn.stringify}});Object.defineProperty(ne,"regexpCode",{enumerable:!0,get:function(){return mn.regexpCode}});Object.defineProperty(ne,"Name",{enumerable:!0,get:function(){return mn.Name}});var ru=lh();Object.defineProperty(ne,"Scope",{enumerable:!0,get:function(){return ru.Scope}});Object.defineProperty(ne,"ValueScope",{enumerable:!0,get:function(){return ru.ValueScope}});Object.defineProperty(ne,"ValueScopeName",{enumerable:!0,get:function(){return ru.ValueScopeName}});Object.defineProperty(ne,"varKinds",{enumerable:!0,get:function(){return ru.varKinds}});ne.operators={GT:new pe._Code(">"),GTE:new pe._Code(">="),LT:new pe._Code("<"),LTE:new pe._Code("<="),EQ:new pe._Code("==="),NEQ:new pe._Code("!=="),NOT:new pe._Code("!"),OR:new pe._Code("||"),AND:new pe._Code("&&"),ADD:new pe._Code("+")};var zr=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},dh=class extends zr{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?ur.varKinds.var:this.varKind,s=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${s};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=ro(this.rhs,e,r)),this}get names(){return this.rhs instanceof pe._CodeOrName?this.rhs.names:{}}},Qc=class extends zr{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof pe.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=ro(this.rhs,e,r),this}get names(){let e=this.lhs instanceof pe.Name?{}:{...this.lhs.names};return tu(e,this.rhs)}},ph=class extends Qc{constructor(e,r,n,s){super(e,n,s),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},mh=class extends zr{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},fh=class extends zr{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},hh=class extends zr{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},gh=class extends zr{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=ro(this.code,e,r),this}get names(){return this.code instanceof pe._CodeOrName?this.code.names:{}}},bi=class extends zr{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,s=n.length;for(;s--;){let o=n[s];o.optimizeNames(e,r)||(l1(e,o.names),n.splice(s,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>us(e,r.names),{})}},Lr=class extends bi{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},yh=class extends bi{},to=class extends Lr{};to.kind="else";var as=class t extends Lr{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new to(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(uk(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=ro(this.condition,e,r),this}get names(){let e=super.names;return tu(e,this.condition),this.else&&us(e,this.else.names),e}};as.kind="if";var cs=class extends Lr{};cs.kind="for";var _h=class extends cs{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=ro(this.iteration,e,r),this}get names(){return us(super.names,this.iteration.names)}},vh=class extends cs{constructor(e,r,n,s){super(),this.varKind=e,this.name=r,this.from=n,this.to=s}render(e){let r=e.es5?ur.varKinds.var:this.varKind,{name:n,from:s,to:o}=this;return`for(${r} ${n}=${s}; ${n}<${o}; ${n}++)`+super.render(e)}get names(){let e=tu(super.names,this.from);return tu(e,this.to)}},eu=class extends cs{constructor(e,r,n,s){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=s}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=ro(this.iterable,e,r),this}get names(){return us(super.names,this.iterable.names)}},Si=class extends Lr{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};Si.kind="func";var ki=class extends bi{render(e){return"return "+super.render(e)}};ki.kind="return";var xh=class extends Lr{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,s;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(s=this.finally)===null||s===void 0||s.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&us(e,this.catch.names),this.finally&&us(e,this.finally.names),e}},wi=class extends Lr{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};wi.kind="catch";var Ei=class extends Lr{render(e){return"finally"+super.render(e)}};Ei.kind="finally";var bh=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
65
|
-
`:""},this._extScope=e,this._scope=new ur.Scope({parent:e}),this._nodes=[new yh]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,s){let o=this._scope.toName(r);return n!==void 0&&s&&(this._constants[o.str]=n),this._leafNode(new dh(e,o,n)),o}const(e,r,n){return this._def(ur.varKinds.const,e,r,n)}let(e,r,n){return this._def(ur.varKinds.let,e,r,n)}var(e,r,n){return this._def(ur.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new Qc(e,r,n))}add(e,r){return this._leafNode(new ph(e,ne.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==pe.nil&&this._leafNode(new gh(e)),this}object(...e){let r=["{"];for(let[n,s]of e)r.length>1&&r.push(","),r.push(n),(n!==s||this.opts.es5)&&(r.push(":"),(0,pe.addCodeArg)(r,s));return r.push("}"),new pe._Code(r)}if(e,r,n){if(this._blockNode(new as(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new as(e))}else(){return this._elseNode(new to)}endIf(){return this._endBlockNode(as,to)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new _h(e),r)}forRange(e,r,n,s,o=this.opts.es5?ur.varKinds.var:ur.varKinds.let){let i=this._scope.toName(e);return this._for(new vh(o,i,r,n),()=>s(i))}forOf(e,r,n,s=ur.varKinds.const){let o=this._scope.toName(e);if(this.opts.es5){let i=r instanceof pe.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,pe._)`${i}.length`,a=>{this.var(o,(0,pe._)`${i}[${a}]`),n(o)})}return this._for(new eu("of",s,o,r),()=>n(o))}forIn(e,r,n,s=this.opts.es5?ur.varKinds.var:ur.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,pe._)`Object.keys(${r})`,n);let o=this._scope.toName(e);return this._for(new eu("in",s,o,r),()=>n(o))}endFor(){return this._endBlockNode(cs)}label(e){return this._leafNode(new mh(e))}break(e){return this._leafNode(new fh(e))}return(e){let r=new ki;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(ki)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let s=new xh;if(this._blockNode(s),this.code(e),r){let o=this.name("e");this._currNode=s.catch=new wi(o),r(o)}return n&&(this._currNode=s.finally=new Ei,this.code(n)),this._endBlockNode(wi,Ei)}throw(e){return this._leafNode(new hh(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=pe.nil,n,s){return this._blockNode(new Si(e,r,n)),s&&this.code(s).endFunc(),this}endFunc(){return this._endBlockNode(Si)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof as))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};ne.CodeGen=bh;function us(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function tu(t,e){return e instanceof pe._CodeOrName?us(t,e.names):t}function ro(t,e,r){if(t instanceof pe.Name)return n(t);if(!s(t))return t;return new pe._Code(t._items.reduce((o,i)=>(i instanceof pe.Name&&(i=n(i)),i instanceof pe._Code?o.push(...i._items):o.push(i),o),[]));function n(o){let i=r[o.str];return i===void 0||e[o.str]!==1?o:(delete e[o.str],i)}function s(o){return o instanceof pe._Code&&o._items.some(i=>i instanceof pe.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function l1(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function uk(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,pe._)`!${Sh(t)}`}ne.not=uk;var d1=lk(ne.operators.AND);function p1(...t){return t.reduce(d1)}ne.and=p1;var m1=lk(ne.operators.OR);function f1(...t){return t.reduce(m1)}ne.or=f1;function lk(t){return(e,r)=>e===pe.nil?r:r===pe.nil?e:(0,pe._)`${Sh(e)} ${t} ${Sh(r)}`}function Sh(t){return t instanceof pe.Name?t:(0,pe._)`(${t})`}});var me=D(se=>{"use strict";Object.defineProperty(se,"__esModule",{value:!0});se.checkStrictMode=se.getErrorPath=se.Type=se.useFunc=se.setEvaluated=se.evaluatedPropsToName=se.mergeEvaluated=se.eachItem=se.unescapeJsonPointer=se.escapeJsonPointer=se.escapeFragment=se.unescapeFragment=se.schemaRefOrVal=se.schemaHasRulesButRef=se.schemaHasRules=se.checkUnknownRules=se.alwaysValidSchema=se.toHash=void 0;var Se=re(),h1=xi();function g1(t){let e={};for(let r of t)e[r]=!0;return e}se.toHash=g1;function y1(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(mk(t,e),!fk(e,t.self.RULES.all))}se.alwaysValidSchema=y1;function mk(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let s=n.RULES.keywords;for(let o in e)s[o]||yk(t,`unknown keyword: "${o}"`)}se.checkUnknownRules=mk;function fk(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}se.schemaHasRules=fk;function _1(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}se.schemaHasRulesButRef=_1;function v1({topSchemaRef:t,schemaPath:e},r,n,s){if(!s){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,Se._)`${r}`}return(0,Se._)`${t}${e}${(0,Se.getProperty)(n)}`}se.schemaRefOrVal=v1;function x1(t){return hk(decodeURIComponent(t))}se.unescapeFragment=x1;function b1(t){return encodeURIComponent(wh(t))}se.escapeFragment=b1;function wh(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}se.escapeJsonPointer=wh;function hk(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}se.unescapeJsonPointer=hk;function S1(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}se.eachItem=S1;function dk({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(s,o,i,a)=>{let c=i===void 0?o:i instanceof Se.Name?(o instanceof Se.Name?t(s,o,i):e(s,o,i),i):o instanceof Se.Name?(e(s,i,o),o):r(o,i);return a===Se.Name&&!(c instanceof Se.Name)?n(s,c):c}}se.mergeEvaluated={props:dk({mergeNames:(t,e,r)=>t.if((0,Se._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,Se._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,Se._)`${r} || {}`).code((0,Se._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,Se._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,Se._)`${r} || {}`),Eh(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:gk}),items:dk({mergeNames:(t,e,r)=>t.if((0,Se._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,Se._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,Se._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,Se._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function gk(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,Se._)`{}`);return e!==void 0&&Eh(t,r,e),r}se.evaluatedPropsToName=gk;function Eh(t,e,r){Object.keys(r).forEach(n=>t.assign((0,Se._)`${e}${(0,Se.getProperty)(n)}`,!0))}se.setEvaluated=Eh;var pk={};function k1(t,e){return t.scopeValue("func",{ref:e,code:pk[e.code]||(pk[e.code]=new h1._Code(e.code))})}se.useFunc=k1;var kh;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(kh||(se.Type=kh={}));function w1(t,e,r){if(t instanceof Se.Name){let n=e===kh.Num;return r?n?(0,Se._)`"[" + ${t} + "]"`:(0,Se._)`"['" + ${t} + "']"`:n?(0,Se._)`"/" + ${t}`:(0,Se._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,Se.getProperty)(t).toString():"/"+wh(t)}se.getErrorPath=w1;function yk(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}se.checkStrictMode=yk});var Fr=D($h=>{"use strict";Object.defineProperty($h,"__esModule",{value:!0});var ot=re(),E1={data:new ot.Name("data"),valCxt:new ot.Name("valCxt"),instancePath:new ot.Name("instancePath"),parentData:new ot.Name("parentData"),parentDataProperty:new ot.Name("parentDataProperty"),rootData:new ot.Name("rootData"),dynamicAnchors:new ot.Name("dynamicAnchors"),vErrors:new ot.Name("vErrors"),errors:new ot.Name("errors"),this:new ot.Name("this"),self:new ot.Name("self"),scope:new ot.Name("scope"),json:new ot.Name("json"),jsonPos:new ot.Name("jsonPos"),jsonLen:new ot.Name("jsonLen"),jsonPart:new ot.Name("jsonPart")};$h.default=E1});var $i=D(it=>{"use strict";Object.defineProperty(it,"__esModule",{value:!0});it.extendErrors=it.resetErrorsCount=it.reportExtraError=it.reportError=it.keyword$DataError=it.keywordError=void 0;var fe=re(),nu=me(),ft=Fr();it.keywordError={message:({keyword:t})=>(0,fe.str)`must pass "${t}" keyword validation`};it.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,fe.str)`"${t}" keyword must be ${e} ($data)`:(0,fe.str)`"${t}" keyword is invalid ($data)`};function $1(t,e=it.keywordError,r,n){let{it:s}=t,{gen:o,compositeRule:i,allErrors:a}=s,c=xk(t,e,r);n??(i||a)?_k(o,c):vk(s,(0,fe._)`[${c}]`)}it.reportError=$1;function T1(t,e=it.keywordError,r){let{it:n}=t,{gen:s,compositeRule:o,allErrors:i}=n,a=xk(t,e,r);_k(s,a),o||i||vk(n,ft.default.vErrors)}it.reportExtraError=T1;function P1(t,e){t.assign(ft.default.errors,e),t.if((0,fe._)`${ft.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,fe._)`${ft.default.vErrors}.length`,e),()=>t.assign(ft.default.vErrors,null)))}it.resetErrorsCount=P1;function R1({gen:t,keyword:e,schemaValue:r,data:n,errsCount:s,it:o}){if(s===void 0)throw new Error("ajv implementation error");let i=t.name("err");t.forRange("i",s,ft.default.errors,a=>{t.const(i,(0,fe._)`${ft.default.vErrors}[${a}]`),t.if((0,fe._)`${i}.instancePath === undefined`,()=>t.assign((0,fe._)`${i}.instancePath`,(0,fe.strConcat)(ft.default.instancePath,o.errorPath))),t.assign((0,fe._)`${i}.schemaPath`,(0,fe.str)`${o.errSchemaPath}/${e}`),o.opts.verbose&&(t.assign((0,fe._)`${i}.schema`,r),t.assign((0,fe._)`${i}.data`,n))})}it.extendErrors=R1;function _k(t,e){let r=t.const("err",e);t.if((0,fe._)`${ft.default.vErrors} === null`,()=>t.assign(ft.default.vErrors,(0,fe._)`[${r}]`),(0,fe._)`${ft.default.vErrors}.push(${r})`),t.code((0,fe._)`${ft.default.errors}++`)}function vk(t,e){let{gen:r,validateName:n,schemaEnv:s}=t;s.$async?r.throw((0,fe._)`new ${t.ValidationError}(${e})`):(r.assign((0,fe._)`${n}.errors`,e),r.return(!1))}var ls={keyword:new fe.Name("keyword"),schemaPath:new fe.Name("schemaPath"),params:new fe.Name("params"),propertyName:new fe.Name("propertyName"),message:new fe.Name("message"),schema:new fe.Name("schema"),parentSchema:new fe.Name("parentSchema")};function xk(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,fe._)`{}`:C1(t,e,r)}function C1(t,e,r={}){let{gen:n,it:s}=t,o=[O1(s,r),I1(t,r)];return A1(t,e,o),n.object(...o)}function O1({errorPath:t},{instancePath:e}){let r=e?(0,fe.str)`${t}${(0,nu.getErrorPath)(e,nu.Type.Str)}`:t;return[ft.default.instancePath,(0,fe.strConcat)(ft.default.instancePath,r)]}function I1({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let s=n?e:(0,fe.str)`${e}/${t}`;return r&&(s=(0,fe.str)`${s}${(0,nu.getErrorPath)(r,nu.Type.Str)}`),[ls.schemaPath,s]}function A1(t,{params:e,message:r},n){let{keyword:s,data:o,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:d,schemaPath:l}=a;n.push([ls.keyword,s],[ls.params,typeof e=="function"?e(t):e||(0,fe._)`{}`]),c.messages&&n.push([ls.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([ls.schema,i],[ls.parentSchema,(0,fe._)`${d}${l}`],[ft.default.data,o]),u&&n.push([ls.propertyName,u])}});var Sk=D(no=>{"use strict";Object.defineProperty(no,"__esModule",{value:!0});no.boolOrEmptySchema=no.topBoolOrEmptySchema=void 0;var N1=$i(),D1=re(),M1=Fr(),j1={message:"boolean schema is false"};function z1(t){let{gen:e,schema:r,validateName:n}=t;r===!1?bk(t,!1):typeof r=="object"&&r.$async===!0?e.return(M1.default.data):(e.assign((0,D1._)`${n}.errors`,null),e.return(!0))}no.topBoolOrEmptySchema=z1;function L1(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),bk(t)):r.var(e,!0)}no.boolOrEmptySchema=L1;function bk(t,e){let{gen:r,data:n}=t,s={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,N1.reportError)(s,j1,void 0,e)}});var Th=D(so=>{"use strict";Object.defineProperty(so,"__esModule",{value:!0});so.getRules=so.isJSONType=void 0;var F1=["string","number","integer","boolean","null","object","array"],U1=new Set(F1);function H1(t){return typeof t=="string"&&U1.has(t)}so.isJSONType=H1;function Z1(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}so.getRules=Z1});var Ph=D(fn=>{"use strict";Object.defineProperty(fn,"__esModule",{value:!0});fn.shouldUseRule=fn.shouldUseGroup=fn.schemaHasRulesForType=void 0;function B1({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&kk(t,n)}fn.schemaHasRulesForType=B1;function kk(t,e){return e.rules.some(r=>wk(t,r))}fn.shouldUseGroup=kk;function wk(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(n=>t[n]!==void 0))}fn.shouldUseRule=wk});var Ti=D(at=>{"use strict";Object.defineProperty(at,"__esModule",{value:!0});at.reportTypeError=at.checkDataTypes=at.checkDataType=at.coerceAndCheckDataType=at.getJSONTypes=at.getSchemaTypes=at.DataType=void 0;var q1=Th(),V1=Ph(),W1=$i(),ee=re(),Ek=me(),oo;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(oo||(at.DataType=oo={}));function G1(t){let e=$k(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}at.getSchemaTypes=G1;function $k(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(q1.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}at.getJSONTypes=$k;function K1(t,e){let{gen:r,data:n,opts:s}=t,o=J1(e,s.coerceTypes),i=e.length>0&&!(o.length===0&&e.length===1&&(0,V1.schemaHasRulesForType)(t,e[0]));if(i){let a=Ch(e,n,s.strictNumbers,oo.Wrong);r.if(a,()=>{o.length?Y1(t,e,o):Oh(t)})}return i}at.coerceAndCheckDataType=K1;var Tk=new Set(["string","number","integer","boolean","null"]);function J1(t,e){return e?t.filter(r=>Tk.has(r)||e==="array"&&r==="array"):[]}function Y1(t,e,r){let{gen:n,data:s,opts:o}=t,i=n.let("dataType",(0,ee._)`typeof ${s}`),a=n.let("coerced",(0,ee._)`undefined`);o.coerceTypes==="array"&&n.if((0,ee._)`${i} == 'object' && Array.isArray(${s}) && ${s}.length == 1`,()=>n.assign(s,(0,ee._)`${s}[0]`).assign(i,(0,ee._)`typeof ${s}`).if(Ch(e,s,o.strictNumbers),()=>n.assign(a,s))),n.if((0,ee._)`${a} !== undefined`);for(let u of r)(Tk.has(u)||u==="array"&&o.coerceTypes==="array")&&c(u);n.else(),Oh(t),n.endIf(),n.if((0,ee._)`${a} !== undefined`,()=>{n.assign(s,a),X1(t,a)});function c(u){switch(u){case"string":n.elseIf((0,ee._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,ee._)`"" + ${s}`).elseIf((0,ee._)`${s} === null`).assign(a,(0,ee._)`""`);return;case"number":n.elseIf((0,ee._)`${i} == "boolean" || ${s} === null
|
|
64
|
+
]`;continue}s+=n[c],n[c]==="\\"?o=!0:i&&n[c]==="]"?i=!1:!i&&n[c]==="["&&(i=!0)}try{new RegExp(s)}catch{return console.warn(`Could not convert regex pattern at ${e.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),t.source}return s}var zf,ur,YN,Wc=x(()=>{fn();ur={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(zf===void 0&&(zf=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),zf),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};YN=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789")});function Gc(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===I.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,s)=>({...n,[s]:J(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",s]})??Me(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:J(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===I.ZodString&&t.keyType._def.checks?.length){let{type:n,...s}=Vc(t.keyType._def,e);return{...r,propertyNames:s}}else{if(t.keyType?._def.typeName===I.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===I.ZodBranded&&t.keyType._def.type._def.typeName===I.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...s}=Bc(t.keyType._def,e);return{...r,propertyNames:s}}}return r}var Kc=x(()=>{Wo();qe();Wc();qc();Gt()});function FS(t,e){if(e.mapStrategy==="record")return Gc(t,e);let r=J(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||Me(e),n=J(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||Me(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}var Ff=x(()=>{qe();Kc();Gt()});function US(t){let e=t.values,n=Object.keys(t.values).filter(o=>typeof e[e[o]]!="number").map(o=>e[o]),s=Array.from(new Set(n.map(o=>typeof o)));return{type:s.length===1?s[0]==="string"?"string":"number":["string","number"],enum:n}}var Uf=x(()=>{});function HS(t){return t.target==="openAi"?void 0:{not:Me({...t,currentPath:[...t.currentPath,"not"]})}}var Hf=x(()=>{Gt()});function ZS(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Zf=x(()=>{});function qS(t,e){if(e.target==="openApi3")return BS(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in vi&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((s,o)=>{let i=vi[o._def.typeName];return i&&!s.includes(i)?[...s,i]:s},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){let n=r.reduce((s,o)=>{let i=typeof o._def.value;switch(i){case"string":case"number":case"boolean":return[...s,i];case"bigint":return[...s,"integer"];case"object":if(o._def.value===null)return[...s,"null"];default:return s}},[]);if(n.length===r.length){let s=n.filter((o,i,a)=>a.indexOf(o)===i);return{type:s.length>1?s:s[0],enum:r.reduce((o,i)=>o.includes(i._def.value)?o:[...o,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,s)=>[...n,...s._def.values.filter(o=>!n.includes(o))],[])};return BS(t,e)}var vi,BS,Jc=x(()=>{qe();vi={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};BS=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,s)=>J(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${s}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0}});function VS(t,e){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(t.innerType._def.typeName)&&(!t.innerType._def.checks||!t.innerType._def.checks.length))return e.target==="openApi3"?{type:vi[t.innerType._def.typeName],nullable:!0}:{type:[vi[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=J(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=J(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}var Bf=x(()=>{qe();Jc()});function WS(t,e){let r={type:"number"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"int":r.type="integer",$f(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?le(r,"minimum",n.value,n.message,e):le(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),le(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?le(r,"maximum",n.value,n.message,e):le(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),le(r,"maximum",n.value,n.message,e));break;case"multipleOf":le(r,"multipleOf",n.value,n.message,e);break}return r}var qf=x(()=>{fn()});function GS(t,e){let r=e.target==="openAi",n={type:"object",properties:{}},s=[],o=t.shape();for(let a in o){let c=o[a];if(c===void 0||c._def===void 0)continue;let u=e1(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let d=J(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});d!==void 0&&(n.properties[a]=d,u||s.push(a))}s.length&&(n.required=s);let i=QN(t,e);return i!==void 0&&(n.additionalProperties=i),n}function QN(t,e){if(t.catchall._def.typeName!=="ZodNever")return J(t.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(t.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function e1(t){try{return t.isOptional()}catch{return!0}}var Vf=x(()=>{qe()});var KS,Wf=x(()=>{qe();Gt();KS=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return J(t.innerType._def,e);let r=J(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:Me(e)},r]}:Me(e)}});var JS,Gf=x(()=>{qe();JS=(t,e)=>{if(e.pipeStrategy==="input")return J(t.in._def,e);if(e.pipeStrategy==="output")return J(t.out._def,e);let r=J(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=J(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(s=>s!==void 0)}}});function YS(t,e){return J(t.type._def,e)}var Kf=x(()=>{qe()});function XS(t,e){let n={type:"array",uniqueItems:!0,items:J(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&le(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&le(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}var Jf=x(()=>{fn();qe()});function QS(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>J(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:J(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>J(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}var Yf=x(()=>{qe()});function ek(t){return{not:Me(t)}}var Xf=x(()=>{Gt()});function tk(t){return Me(t)}var Qf=x(()=>{Gt()});var rk,eh=x(()=>{qe();rk=(t,e)=>J(t.innerType._def,e)});var nk,th=x(()=>{Wo();Gt();Tf();Pf();Rf();qc();Cf();If();Af();Nf();Df();Mf();jf();Ff();Uf();Hf();Zf();Bf();qf();Vf();Wf();Gf();Kf();Kc();Jf();Wc();Yf();Xf();Jc();Qf();eh();nk=(t,e,r)=>{switch(e){case I.ZodString:return Vc(t,r);case I.ZodNumber:return WS(t,r);case I.ZodObject:return GS(t,r);case I.ZodBigInt:return OS(t,r);case I.ZodBoolean:return IS();case I.ZodDate:return Of(t,r);case I.ZodUndefined:return ek(r);case I.ZodNull:return ZS(r);case I.ZodArray:return CS(t,r);case I.ZodUnion:case I.ZodDiscriminatedUnion:return qS(t,r);case I.ZodIntersection:return jS(t,r);case I.ZodTuple:return QS(t,r);case I.ZodRecord:return Gc(t,r);case I.ZodLiteral:return zS(t,r);case I.ZodEnum:return MS(t);case I.ZodNativeEnum:return US(t);case I.ZodNullable:return VS(t,r);case I.ZodOptional:return KS(t,r);case I.ZodMap:return FS(t,r);case I.ZodSet:return XS(t,r);case I.ZodLazy:return()=>t.getter()._def;case I.ZodPromise:return YS(t,r);case I.ZodNaN:case I.ZodNever:return HS(r);case I.ZodEffects:return DS(t,r);case I.ZodAny:return Me(r);case I.ZodUnknown:return tk(r);case I.ZodDefault:return NS(t,r);case I.ZodBranded:return Bc(t,r);case I.ZodReadonly:return rk(t,r);case I.ZodCatch:return AS(t,r);case I.ZodPipeline:return JS(t,r);case I.ZodFunction:case I.ZodVoid:case I.ZodSymbol:return;default:return(n=>{})(e)}}});function J(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==TS)return a}if(n&&!r){let a=t1(n,e);if(a!==void 0)return a}let s={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,s);let o=nk(t,t.typeName,e),i=typeof o=="function"?J(o(),e):o;if(i&&r1(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return s.jsonSchema=i,a}return s.jsonSchema=i,i}var t1,r1,qe=x(()=>{Uc();th();Zc();Gt();t1=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Hc(e.currentPath,t.path)};case"none":case"seen":return t.path.length<e.currentPath.length&&t.path.every((r,n)=>e.currentPath[n]===r)?(console.warn(`Recursive reference detected at ${e.currentPath.join("/")}! Defaulting to any`),Me(e)):e.$refStrategy==="seen"?Me(e):void 0}},r1=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r)});var sk=x(()=>{});var rh,nh=x(()=>{qe();Ef();Gt();rh=(t,e)=>{let r=RS(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,d])=>({...c,[u]:J(d._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??Me(r)}),{}):void 0,s=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,o=J(t._def,s===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,s]},!1)??Me(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(o.title=i),r.flags.hasReferencedOpenAiAnyType&&(n||(n={}),n[r.openAiAnyTypeName]||(n[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}));let a=s===void 0?n?{...o,[r.definitionPath]:n}:o:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,s].join("/"),[r.definitionPath]:{...n,[s]:o}};return r.target==="jsonSchema7"?a.$schema="http://json-schema.org/draft-07/schema#":(r.target==="jsonSchema2019-09"||r.target==="openAi")&&(a.$schema="https://json-schema.org/draft/2019-09/schema#"),r.target==="openAi"&&("anyOf"in a||"oneOf"in a||"allOf"in a||"type"in a&&Array.isArray(a.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),a}});var ok=x(()=>{Uc();Ef();fn();Zc();qe();sk();Gt();Tf();Pf();Rf();qc();Cf();If();Af();Nf();Df();Mf();jf();Ff();Uf();Hf();Zf();Bf();qf();Vf();Wf();Gf();Kf();eh();Kc();Jf();Wc();Yf();Xf();Jc();Qf();th();nh();nh()});function n1(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function sh(t,e){return qt(t)?Bm(t,{target:n1(e?.target),io:e?.pipeStrategy??"input"}):rh(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function oh(t){let r=dn(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=bc(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function ih(t,e){let r=ln(t,e);if(!r.success)throw r.error;return r.data}var ah=x(()=>{Wm();ii();ok()});function ik(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function ak(t,e){let r={...t};for(let n in e){let s=n,o=e[s];if(o===void 0)continue;let i=r[s];ik(i)&&ik(o)?r[s]={...i,...o}:r[s]=o}return r}var s1,Yc,ck=x(()=>{ii();cs();ES();ah();s1=6e4,Yc=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(Tc,r=>{this._oncancel(r)}),this.setNotificationHandler(Rc,r=>{this._onprogress(r)}),this.setRequestHandler(Pc,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(Cc,async(r,n)=>{let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new H(V.InvalidParams,"Failed to retrieve task: Task not found");return{...s}}),this.setRequestHandler(Ic,async(r,n)=>{let s=async()=>{let o=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(o,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,d=this._requestResolvers.get(u);if(d)if(this._requestResolvers.delete(u),a.type==="response")d(c);else{let l=c,p=new H(l.error.code,l.error.message,l.error.data);d(p)}else{let l=a.type==="response"?"Response":"Error";this._onerror(new Error(`${l} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(o,n.sessionId);if(!i)throw new H(V.InvalidParams,`Task not found: ${o}`);if(!mn(i.status))return await this._waitForTaskUpdate(o,n.signal),await s();if(mn(i.status)){let a=await this._taskStore.getTaskResult(o,n.sessionId);return this._clearTaskQueue(o),{...a,_meta:{...a._meta,[pn]:{taskId:o}}}}return await s()};return await s()}),this.setRequestHandler(Ac,async(r,n)=>{try{let{tasks:s,nextCursor:o}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:s,nextCursor:o,_meta:{}}}catch(s){throw new H(V.InvalidParams,`Failed to list tasks: ${s instanceof Error?s.message:String(s)}`)}}),this.setRequestHandler(Dc,async(r,n)=>{try{let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new H(V.InvalidParams,`Task not found: ${r.params.taskId}`);if(mn(s.status))throw new H(V.InvalidParams,`Cannot cancel task in terminal status: ${s.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new H(V.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...o}}catch(s){throw s instanceof H?s:new H(V.InvalidRequest,`Failed to cancel task: ${s instanceof Error?s.message:String(s)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,s,o=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(s,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:o,onTimeout:s})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),H.fromError(V.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=o=>{n?.(o),this._onerror(o)};let s=this._transport?.onmessage;this._transport.onmessage=(o,i)=>{s?.(o,i),li(o)||fS(o)?this._onresponse(o):df(o)?this._onrequest(o,i):mS(o)?this._onnotification(o):this._onerror(new Error(`Unknown message type: ${JSON.stringify(o)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=H.fromError(V.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,s=this._transport,o=e.params?._meta?.[pn]?.taskId;if(n===void 0){let d={jsonrpc:"2.0",id:e.id,error:{code:V.MethodNotFound,message:"Method not found"}};o&&this._taskMessageQueue?this._enqueueTaskMessage(o,{type:"error",message:d,timestamp:Date.now()},s?.sessionId).catch(l=>this._onerror(new Error(`Failed to enqueue error response: ${l}`))):s?.send(d).catch(l=>this._onerror(new Error(`Failed to send an error response: ${l}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=lS(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,s?.sessionId):void 0,u={signal:i.signal,sessionId:s?.sessionId,_meta:e.params?._meta,sendNotification:async d=>{if(i.signal.aborted)return;let l={relatedRequestId:e.id};o&&(l.relatedTask={taskId:o}),await this.notification(d,l)},sendRequest:async(d,l,p)=>{if(i.signal.aborted)throw new H(V.ConnectionClosed,"Request was cancelled");let f={...p,relatedRequestId:e.id};o&&!f.relatedTask&&(f.relatedTask={taskId:o});let m=f.relatedTask?.taskId??o;return m&&c&&await c.updateTaskStatus(m,"input_required"),await this.request(d,l,f)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:o,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async d=>{if(i.signal.aborted)return;let l={result:d,jsonrpc:"2.0",id:e.id};o&&this._taskMessageQueue?await this._enqueueTaskMessage(o,{type:"response",message:l,timestamp:Date.now()},s?.sessionId):await s?.send(l)},async d=>{if(i.signal.aborted)return;let l={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(d.code)?d.code:V.InternalError,message:d.message??"Internal error",...d.data!==void 0&&{data:d.data}}};o&&this._taskMessageQueue?await this._enqueueTaskMessage(o,{type:"error",message:l,timestamp:Date.now()},s?.sessionId):await s?.send(l)}).catch(d=>this._onerror(new Error(`Failed to send response: ${d}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===i&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,s=Number(r),o=this._progressHandlers.get(s);if(!o){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(s),a=this._timeoutInfo.get(s);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(s)}catch(c){this._responseHandlers.delete(s),this._progressHandlers.delete(s),this._cleanupTimeout(s),i(c);return}o(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),li(e))n(e);else{let i=new H(e.error.code,e.error.message,e.error.data);n(i)}return}let s=this._responseHandlers.get(r);if(s===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let o=!1;if(li(e)&&e.result&&typeof e.result=="object"){let i=e.result;if(i.task&&typeof i.task=="object"){let a=i.task;typeof a.taskId=="string"&&(o=!0,this._taskProgressTokens.set(a.taskId,r))}}if(o||this._progressHandlers.delete(r),li(e))s(e);else{let i=H.fromError(e.error.code,e.error.message,e.error.data);s(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:s}=n??{};if(!s){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof H?i:new H(V.InternalError,String(i))}}return}let o;try{let i=await this.request(e,Js,n);if(i.task)o=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new H(V.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:o},n);if(yield{type:"taskStatus",task:a},mn(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:o},r,n)}:a.status==="failed"?yield{type:"error",error:new H(V.InternalError,`Task ${o} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new H(V.InternalError,`Task ${o} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:o},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof H?i:new H(V.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,d)=>{let l=b=>{d(b)};if(!this._transport){l(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(b){l(b);return}n?.signal?.throwIfAborted();let p=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:p};n?.onprogress&&(this._progressHandlers.set(p,n.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:p}}),a&&(f.params={...f.params,task:a}),c&&(f.params={...f.params,_meta:{...f.params?._meta||{},[pn]:c}});let m=b=>{this._responseHandlers.delete(p),this._progressHandlers.delete(p),this._cleanupTimeout(p),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:p,reason:String(b)}},{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch(v=>this._onerror(new Error(`Failed to send cancellation: ${v}`)));let y=b instanceof H?b:new H(V.RequestTimeout,String(b));d(y)};this._responseHandlers.set(p,b=>{if(!n?.signal?.aborted){if(b instanceof Error)return d(b);try{let y=ln(r,b.result);y.success?u(y.data):d(y.error)}catch(y){d(y)}}}),n?.signal?.addEventListener("abort",()=>{m(n?.signal?.reason)});let h=n?.timeout??s1,g=()=>m(H.fromError(V.RequestTimeout,"Request timed out",{timeout:h}));this._setupTimeout(p,h,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let _=c?.taskId;if(_){let b=y=>{let v=this._responseHandlers.get(p);v?v(y):this._onerror(new Error(`Response handler missing for side-channeled request ${p}`))};this._requestResolvers.set(p,b),this._enqueueTaskMessage(_,{type:"request",message:f,timestamp:Date.now()}).catch(y=>{this._cleanupTimeout(p),d(y)})}else this._transport.send(f,{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch(b=>{this._cleanupTimeout(p),d(b)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},Oc,r)}async getTaskResult(e,r,n){return this.request({method:"tasks/result",params:e},r,n)}async listTasks(e,r){return this.request({method:"tasks/list",params:e},Nc,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},yS,r)}async notification(e,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let n=r?.relatedTask?.taskId;if(n){let a={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[pn]:r.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:a,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let a={...e,jsonrpc:"2.0"};r?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[pn]:r.relatedTask}}}),this._transport?.send(a,r).catch(c=>this._onerror(c))});return}let i={...e,jsonrpc:"2.0"};r?.relatedTask&&(i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[pn]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=oh(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(s,o)=>{let i=ih(e,s);return Promise.resolve(r(i,o))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=oh(e);this._notificationHandlers.set(n,s=>{let o=ih(e,s);return Promise.resolve(r(o))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let s=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,s)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let s of n)if(s.type==="request"&&df(s.message)){let o=s.message.id,i=this._requestResolvers.get(o);i?(i(new H(V.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(o)):this._onerror(new Error(`Resolver missing for request ${o} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let s=await this._taskStore?.getTask(e);s?.pollInterval&&(n=s.pollInterval)}catch{}return new Promise((s,o)=>{if(r.aborted){o(new H(V.InvalidRequest,"Request cancelled"));return}let i=setTimeout(s,n);r.addEventListener("abort",()=>{clearTimeout(i),o(new H(V.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async s=>{if(!e)throw new Error("No request provided");return await n.createTask(s,e.id,{method:e.method,params:e.params},r)},getTask:async s=>{let o=await n.getTask(s,r);if(!o)throw new H(V.InvalidParams,"Failed to retrieve task: Task not found");return o},storeTaskResult:async(s,o,i)=>{await n.storeTaskResult(s,o,i,r);let a=await n.getTask(s,r);if(a){let c=hi.parse({method:"notifications/tasks/status",params:a});await this.notification(c),mn(a.status)&&this._cleanupTaskProgressHandler(s)}},getTaskResult:s=>n.getTaskResult(s,r),updateTaskStatus:async(s,o,i)=>{let a=await n.getTask(s,r);if(!a)throw new H(V.InvalidParams,`Task "${s}" not found - it may have been cleaned up`);if(mn(a.status))throw new H(V.InvalidParams,`Cannot update task "${s}" from terminal status "${a.status}" to "${o}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(s,o,i,r);let c=await n.getTask(s,r);if(c){let u=hi.parse({method:"notifications/tasks/status",params:c});await this.notification(u),mn(c.status)&&this._cleanupTaskProgressHandler(s)}},listTasks:s=>n.listTasks(s,r)}}}});var Si=D(he=>{"use strict";Object.defineProperty(he,"__esModule",{value:!0});he.regexpCode=he.getEsmExportName=he.getProperty=he.safeStringify=he.stringify=he.strConcat=he.addCodeArg=he.str=he._=he.nil=he._Code=he.Name=he.IDENTIFIER=he._CodeOrName=void 0;var bi=class{};he._CodeOrName=bi;he.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var us=class extends bi{constructor(e){if(super(),!he.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};he.Name=us;var Kt=class extends bi{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof us&&(r[n.str]=(r[n.str]||0)+1),r),{})}};he._Code=Kt;he.nil=new Kt("");function uk(t,...e){let r=[t[0]],n=0;for(;n<e.length;)uh(r,e[n]),r.push(t[++n]);return new Kt(r)}he._=uk;var ch=new Kt("+");function lk(t,...e){let r=[xi(t[0])],n=0;for(;n<e.length;)r.push(ch),uh(r,e[n]),r.push(ch,xi(t[++n]));return o1(r),new Kt(r)}he.str=lk;function uh(t,e){e instanceof Kt?t.push(...e._items):e instanceof us?t.push(e):t.push(c1(e))}he.addCodeArg=uh;function o1(t){let e=1;for(;e<t.length-1;){if(t[e]===ch){let r=i1(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function i1(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof us||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof us))return`"${t}${e.slice(1)}`}function a1(t,e){return e.emptyStr()?t:t.emptyStr()?e:lk`${t}${e}`}he.strConcat=a1;function c1(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:xi(Array.isArray(t)?t.join(","):t)}function u1(t){return new Kt(xi(t))}he.stringify=u1;function xi(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}he.safeStringify=xi;function l1(t){return typeof t=="string"&&he.IDENTIFIER.test(t)?new Kt(`.${t}`):uk`[${t}]`}he.getProperty=l1;function d1(t){if(typeof t=="string"&&he.IDENTIFIER.test(t))return new Kt(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}he.getEsmExportName=d1;function p1(t){return new Kt(t.toString())}he.regexpCode=p1});var ph=D(Et=>{"use strict";Object.defineProperty(Et,"__esModule",{value:!0});Et.ValueScope=Et.ValueScopeName=Et.Scope=Et.varKinds=Et.UsedValueState=void 0;var wt=Si(),lh=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Xc;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Xc||(Et.UsedValueState=Xc={}));Et.varKinds={const:new wt.Name("const"),let:new wt.Name("let"),var:new wt.Name("var")};var Qc=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof wt.Name?e:this.name(e)}name(e){return new wt.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Et.Scope=Qc;var eu=class extends wt.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,wt._)`.${new wt.Name(r)}[${n}]`}};Et.ValueScopeName=eu;var m1=(0,wt._)`\n`,dh=class extends Qc{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?m1:wt.nil}}get(){return this._scope}name(e){return new eu(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let s=this.toName(e),{prefix:o}=s,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[o];if(a){let d=a.get(i);if(d)return d}else a=this._values[o]=new Map;a.set(i,s);let c=this._scope[o]||(this._scope[o]=[]),u=c.length;return c[u]=r.ref,s.setValue(r,{property:o,itemIndex:u}),s}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,wt._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,s=>{if(s.value===void 0)throw new Error(`CodeGen: name "${s}" has no value`);return s.value.code},r,n)}_reduceValues(e,r,n={},s){let o=wt.nil;for(let i in e){let a=e[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,Xc.Started);let d=r(u);if(d){let l=this.opts.es5?Et.varKinds.var:Et.varKinds.const;o=(0,wt._)`${o}${l} ${u} = ${d};${this.opts._n}`}else if(d=s?.(u))o=(0,wt._)`${o}${d}${this.opts._n}`;else throw new lh(u);c.set(u,Xc.Completed)})}return o}};Et.ValueScope=dh});var re=D(ne=>{"use strict";Object.defineProperty(ne,"__esModule",{value:!0});ne.or=ne.and=ne.not=ne.CodeGen=ne.operators=ne.varKinds=ne.ValueScopeName=ne.ValueScope=ne.Scope=ne.Name=ne.regexpCode=ne.stringify=ne.getProperty=ne.nil=ne.strConcat=ne.str=ne._=void 0;var de=Si(),dr=ph(),hn=Si();Object.defineProperty(ne,"_",{enumerable:!0,get:function(){return hn._}});Object.defineProperty(ne,"str",{enumerable:!0,get:function(){return hn.str}});Object.defineProperty(ne,"strConcat",{enumerable:!0,get:function(){return hn.strConcat}});Object.defineProperty(ne,"nil",{enumerable:!0,get:function(){return hn.nil}});Object.defineProperty(ne,"getProperty",{enumerable:!0,get:function(){return hn.getProperty}});Object.defineProperty(ne,"stringify",{enumerable:!0,get:function(){return hn.stringify}});Object.defineProperty(ne,"regexpCode",{enumerable:!0,get:function(){return hn.regexpCode}});Object.defineProperty(ne,"Name",{enumerable:!0,get:function(){return hn.Name}});var su=ph();Object.defineProperty(ne,"Scope",{enumerable:!0,get:function(){return su.Scope}});Object.defineProperty(ne,"ValueScope",{enumerable:!0,get:function(){return su.ValueScope}});Object.defineProperty(ne,"ValueScopeName",{enumerable:!0,get:function(){return su.ValueScopeName}});Object.defineProperty(ne,"varKinds",{enumerable:!0,get:function(){return su.varKinds}});ne.operators={GT:new de._Code(">"),GTE:new de._Code(">="),LT:new de._Code("<"),LTE:new de._Code("<="),EQ:new de._Code("==="),NEQ:new de._Code("!=="),NOT:new de._Code("!"),OR:new de._Code("||"),AND:new de._Code("&&"),ADD:new de._Code("+")};var Ur=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},mh=class extends Ur{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?dr.varKinds.var:this.varKind,s=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${s};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=so(this.rhs,e,r)),this}get names(){return this.rhs instanceof de._CodeOrName?this.rhs.names:{}}},tu=class extends Ur{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof de.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=so(this.rhs,e,r),this}get names(){let e=this.lhs instanceof de.Name?{}:{...this.lhs.names};return nu(e,this.rhs)}},fh=class extends tu{constructor(e,r,n,s){super(e,n,s),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},hh=class extends Ur{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},gh=class extends Ur{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},yh=class extends Ur{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},_h=class extends Ur{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=so(this.code,e,r),this}get names(){return this.code instanceof de._CodeOrName?this.code.names:{}}},ki=class extends Ur{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,s=n.length;for(;s--;){let o=n[s];o.optimizeNames(e,r)||(f1(e,o.names),n.splice(s,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>ps(e,r.names),{})}},Hr=class extends ki{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},vh=class extends ki{},no=class extends Hr{};no.kind="else";var ls=class t extends Hr{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new no(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(dk(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=so(this.condition,e,r),this}get names(){let e=super.names;return nu(e,this.condition),this.else&&ps(e,this.else.names),e}};ls.kind="if";var ds=class extends Hr{};ds.kind="for";var bh=class extends ds{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=so(this.iteration,e,r),this}get names(){return ps(super.names,this.iteration.names)}},xh=class extends ds{constructor(e,r,n,s){super(),this.varKind=e,this.name=r,this.from=n,this.to=s}render(e){let r=e.es5?dr.varKinds.var:this.varKind,{name:n,from:s,to:o}=this;return`for(${r} ${n}=${s}; ${n}<${o}; ${n}++)`+super.render(e)}get names(){let e=nu(super.names,this.from);return nu(e,this.to)}},ru=class extends ds{constructor(e,r,n,s){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=s}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=so(this.iterable,e,r),this}get names(){return ps(super.names,this.iterable.names)}},wi=class extends Hr{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};wi.kind="func";var Ei=class extends ki{render(e){return"return "+super.render(e)}};Ei.kind="return";var Sh=class extends Hr{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,s;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(s=this.finally)===null||s===void 0||s.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&ps(e,this.catch.names),this.finally&&ps(e,this.finally.names),e}},$i=class extends Hr{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};$i.kind="catch";var Ti=class extends Hr{render(e){return"finally"+super.render(e)}};Ti.kind="finally";var kh=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
65
|
+
`:""},this._extScope=e,this._scope=new dr.Scope({parent:e}),this._nodes=[new vh]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,s){let o=this._scope.toName(r);return n!==void 0&&s&&(this._constants[o.str]=n),this._leafNode(new mh(e,o,n)),o}const(e,r,n){return this._def(dr.varKinds.const,e,r,n)}let(e,r,n){return this._def(dr.varKinds.let,e,r,n)}var(e,r,n){return this._def(dr.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new tu(e,r,n))}add(e,r){return this._leafNode(new fh(e,ne.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==de.nil&&this._leafNode(new _h(e)),this}object(...e){let r=["{"];for(let[n,s]of e)r.length>1&&r.push(","),r.push(n),(n!==s||this.opts.es5)&&(r.push(":"),(0,de.addCodeArg)(r,s));return r.push("}"),new de._Code(r)}if(e,r,n){if(this._blockNode(new ls(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new ls(e))}else(){return this._elseNode(new no)}endIf(){return this._endBlockNode(ls,no)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new bh(e),r)}forRange(e,r,n,s,o=this.opts.es5?dr.varKinds.var:dr.varKinds.let){let i=this._scope.toName(e);return this._for(new xh(o,i,r,n),()=>s(i))}forOf(e,r,n,s=dr.varKinds.const){let o=this._scope.toName(e);if(this.opts.es5){let i=r instanceof de.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,de._)`${i}.length`,a=>{this.var(o,(0,de._)`${i}[${a}]`),n(o)})}return this._for(new ru("of",s,o,r),()=>n(o))}forIn(e,r,n,s=this.opts.es5?dr.varKinds.var:dr.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,de._)`Object.keys(${r})`,n);let o=this._scope.toName(e);return this._for(new ru("in",s,o,r),()=>n(o))}endFor(){return this._endBlockNode(ds)}label(e){return this._leafNode(new hh(e))}break(e){return this._leafNode(new gh(e))}return(e){let r=new Ei;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Ei)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let s=new Sh;if(this._blockNode(s),this.code(e),r){let o=this.name("e");this._currNode=s.catch=new $i(o),r(o)}return n&&(this._currNode=s.finally=new Ti,this.code(n)),this._endBlockNode($i,Ti)}throw(e){return this._leafNode(new yh(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=de.nil,n,s){return this._blockNode(new wi(e,r,n)),s&&this.code(s).endFunc(),this}endFunc(){return this._endBlockNode(wi)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof ls))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};ne.CodeGen=kh;function ps(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function nu(t,e){return e instanceof de._CodeOrName?ps(t,e.names):t}function so(t,e,r){if(t instanceof de.Name)return n(t);if(!s(t))return t;return new de._Code(t._items.reduce((o,i)=>(i instanceof de.Name&&(i=n(i)),i instanceof de._Code?o.push(...i._items):o.push(i),o),[]));function n(o){let i=r[o.str];return i===void 0||e[o.str]!==1?o:(delete e[o.str],i)}function s(o){return o instanceof de._Code&&o._items.some(i=>i instanceof de.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function f1(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function dk(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,de._)`!${wh(t)}`}ne.not=dk;var h1=pk(ne.operators.AND);function g1(...t){return t.reduce(h1)}ne.and=g1;var y1=pk(ne.operators.OR);function _1(...t){return t.reduce(y1)}ne.or=_1;function pk(t){return(e,r)=>e===de.nil?r:r===de.nil?e:(0,de._)`${wh(e)} ${t} ${wh(r)}`}function wh(t){return t instanceof de.Name?t:(0,de._)`(${t})`}});var pe=D(se=>{"use strict";Object.defineProperty(se,"__esModule",{value:!0});se.checkStrictMode=se.getErrorPath=se.Type=se.useFunc=se.setEvaluated=se.evaluatedPropsToName=se.mergeEvaluated=se.eachItem=se.unescapeJsonPointer=se.escapeJsonPointer=se.escapeFragment=se.unescapeFragment=se.schemaRefOrVal=se.schemaHasRulesButRef=se.schemaHasRules=se.checkUnknownRules=se.alwaysValidSchema=se.toHash=void 0;var Se=re(),v1=Si();function b1(t){let e={};for(let r of t)e[r]=!0;return e}se.toHash=b1;function x1(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(hk(t,e),!gk(e,t.self.RULES.all))}se.alwaysValidSchema=x1;function hk(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let s=n.RULES.keywords;for(let o in e)s[o]||vk(t,`unknown keyword: "${o}"`)}se.checkUnknownRules=hk;function gk(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}se.schemaHasRules=gk;function S1(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}se.schemaHasRulesButRef=S1;function k1({topSchemaRef:t,schemaPath:e},r,n,s){if(!s){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,Se._)`${r}`}return(0,Se._)`${t}${e}${(0,Se.getProperty)(n)}`}se.schemaRefOrVal=k1;function w1(t){return yk(decodeURIComponent(t))}se.unescapeFragment=w1;function E1(t){return encodeURIComponent($h(t))}se.escapeFragment=E1;function $h(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}se.escapeJsonPointer=$h;function yk(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}se.unescapeJsonPointer=yk;function $1(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}se.eachItem=$1;function mk({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(s,o,i,a)=>{let c=i===void 0?o:i instanceof Se.Name?(o instanceof Se.Name?t(s,o,i):e(s,o,i),i):o instanceof Se.Name?(e(s,i,o),o):r(o,i);return a===Se.Name&&!(c instanceof Se.Name)?n(s,c):c}}se.mergeEvaluated={props:mk({mergeNames:(t,e,r)=>t.if((0,Se._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,Se._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,Se._)`${r} || {}`).code((0,Se._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,Se._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,Se._)`${r} || {}`),Th(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:_k}),items:mk({mergeNames:(t,e,r)=>t.if((0,Se._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,Se._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,Se._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,Se._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function _k(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,Se._)`{}`);return e!==void 0&&Th(t,r,e),r}se.evaluatedPropsToName=_k;function Th(t,e,r){Object.keys(r).forEach(n=>t.assign((0,Se._)`${e}${(0,Se.getProperty)(n)}`,!0))}se.setEvaluated=Th;var fk={};function T1(t,e){return t.scopeValue("func",{ref:e,code:fk[e.code]||(fk[e.code]=new v1._Code(e.code))})}se.useFunc=T1;var Eh;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(Eh||(se.Type=Eh={}));function P1(t,e,r){if(t instanceof Se.Name){let n=e===Eh.Num;return r?n?(0,Se._)`"[" + ${t} + "]"`:(0,Se._)`"['" + ${t} + "']"`:n?(0,Se._)`"/" + ${t}`:(0,Se._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,Se.getProperty)(t).toString():"/"+$h(t)}se.getErrorPath=P1;function vk(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}se.checkStrictMode=vk});var Zr=D(Ph=>{"use strict";Object.defineProperty(Ph,"__esModule",{value:!0});var it=re(),R1={data:new it.Name("data"),valCxt:new it.Name("valCxt"),instancePath:new it.Name("instancePath"),parentData:new it.Name("parentData"),parentDataProperty:new it.Name("parentDataProperty"),rootData:new it.Name("rootData"),dynamicAnchors:new it.Name("dynamicAnchors"),vErrors:new it.Name("vErrors"),errors:new it.Name("errors"),this:new it.Name("this"),self:new it.Name("self"),scope:new it.Name("scope"),json:new it.Name("json"),jsonPos:new it.Name("jsonPos"),jsonLen:new it.Name("jsonLen"),jsonPart:new it.Name("jsonPart")};Ph.default=R1});var Pi=D(at=>{"use strict";Object.defineProperty(at,"__esModule",{value:!0});at.extendErrors=at.resetErrorsCount=at.reportExtraError=at.reportError=at.keyword$DataError=at.keywordError=void 0;var me=re(),ou=pe(),gt=Zr();at.keywordError={message:({keyword:t})=>(0,me.str)`must pass "${t}" keyword validation`};at.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,me.str)`"${t}" keyword must be ${e} ($data)`:(0,me.str)`"${t}" keyword is invalid ($data)`};function C1(t,e=at.keywordError,r,n){let{it:s}=t,{gen:o,compositeRule:i,allErrors:a}=s,c=Sk(t,e,r);n??(i||a)?bk(o,c):xk(s,(0,me._)`[${c}]`)}at.reportError=C1;function O1(t,e=at.keywordError,r){let{it:n}=t,{gen:s,compositeRule:o,allErrors:i}=n,a=Sk(t,e,r);bk(s,a),o||i||xk(n,gt.default.vErrors)}at.reportExtraError=O1;function I1(t,e){t.assign(gt.default.errors,e),t.if((0,me._)`${gt.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,me._)`${gt.default.vErrors}.length`,e),()=>t.assign(gt.default.vErrors,null)))}at.resetErrorsCount=I1;function A1({gen:t,keyword:e,schemaValue:r,data:n,errsCount:s,it:o}){if(s===void 0)throw new Error("ajv implementation error");let i=t.name("err");t.forRange("i",s,gt.default.errors,a=>{t.const(i,(0,me._)`${gt.default.vErrors}[${a}]`),t.if((0,me._)`${i}.instancePath === undefined`,()=>t.assign((0,me._)`${i}.instancePath`,(0,me.strConcat)(gt.default.instancePath,o.errorPath))),t.assign((0,me._)`${i}.schemaPath`,(0,me.str)`${o.errSchemaPath}/${e}`),o.opts.verbose&&(t.assign((0,me._)`${i}.schema`,r),t.assign((0,me._)`${i}.data`,n))})}at.extendErrors=A1;function bk(t,e){let r=t.const("err",e);t.if((0,me._)`${gt.default.vErrors} === null`,()=>t.assign(gt.default.vErrors,(0,me._)`[${r}]`),(0,me._)`${gt.default.vErrors}.push(${r})`),t.code((0,me._)`${gt.default.errors}++`)}function xk(t,e){let{gen:r,validateName:n,schemaEnv:s}=t;s.$async?r.throw((0,me._)`new ${t.ValidationError}(${e})`):(r.assign((0,me._)`${n}.errors`,e),r.return(!1))}var ms={keyword:new me.Name("keyword"),schemaPath:new me.Name("schemaPath"),params:new me.Name("params"),propertyName:new me.Name("propertyName"),message:new me.Name("message"),schema:new me.Name("schema"),parentSchema:new me.Name("parentSchema")};function Sk(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,me._)`{}`:N1(t,e,r)}function N1(t,e,r={}){let{gen:n,it:s}=t,o=[D1(s,r),M1(t,r)];return j1(t,e,o),n.object(...o)}function D1({errorPath:t},{instancePath:e}){let r=e?(0,me.str)`${t}${(0,ou.getErrorPath)(e,ou.Type.Str)}`:t;return[gt.default.instancePath,(0,me.strConcat)(gt.default.instancePath,r)]}function M1({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let s=n?e:(0,me.str)`${e}/${t}`;return r&&(s=(0,me.str)`${s}${(0,ou.getErrorPath)(r,ou.Type.Str)}`),[ms.schemaPath,s]}function j1(t,{params:e,message:r},n){let{keyword:s,data:o,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:d,schemaPath:l}=a;n.push([ms.keyword,s],[ms.params,typeof e=="function"?e(t):e||(0,me._)`{}`]),c.messages&&n.push([ms.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([ms.schema,i],[ms.parentSchema,(0,me._)`${d}${l}`],[gt.default.data,o]),u&&n.push([ms.propertyName,u])}});var wk=D(oo=>{"use strict";Object.defineProperty(oo,"__esModule",{value:!0});oo.boolOrEmptySchema=oo.topBoolOrEmptySchema=void 0;var z1=Pi(),L1=re(),F1=Zr(),U1={message:"boolean schema is false"};function H1(t){let{gen:e,schema:r,validateName:n}=t;r===!1?kk(t,!1):typeof r=="object"&&r.$async===!0?e.return(F1.default.data):(e.assign((0,L1._)`${n}.errors`,null),e.return(!0))}oo.topBoolOrEmptySchema=H1;function Z1(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),kk(t)):r.var(e,!0)}oo.boolOrEmptySchema=Z1;function kk(t,e){let{gen:r,data:n}=t,s={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,z1.reportError)(s,U1,void 0,e)}});var Rh=D(io=>{"use strict";Object.defineProperty(io,"__esModule",{value:!0});io.getRules=io.isJSONType=void 0;var B1=["string","number","integer","boolean","null","object","array"],q1=new Set(B1);function V1(t){return typeof t=="string"&&q1.has(t)}io.isJSONType=V1;function W1(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}io.getRules=W1});var Ch=D(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.shouldUseRule=gn.shouldUseGroup=gn.schemaHasRulesForType=void 0;function G1({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&Ek(t,n)}gn.schemaHasRulesForType=G1;function Ek(t,e){return e.rules.some(r=>$k(t,r))}gn.shouldUseGroup=Ek;function $k(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(n=>t[n]!==void 0))}gn.shouldUseRule=$k});var Ri=D(ct=>{"use strict";Object.defineProperty(ct,"__esModule",{value:!0});ct.reportTypeError=ct.checkDataTypes=ct.checkDataType=ct.coerceAndCheckDataType=ct.getJSONTypes=ct.getSchemaTypes=ct.DataType=void 0;var K1=Rh(),J1=Ch(),Y1=Pi(),ee=re(),Tk=pe(),ao;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(ao||(ct.DataType=ao={}));function X1(t){let e=Pk(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}ct.getSchemaTypes=X1;function Pk(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(K1.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}ct.getJSONTypes=Pk;function Q1(t,e){let{gen:r,data:n,opts:s}=t,o=eD(e,s.coerceTypes),i=e.length>0&&!(o.length===0&&e.length===1&&(0,J1.schemaHasRulesForType)(t,e[0]));if(i){let a=Ih(e,n,s.strictNumbers,ao.Wrong);r.if(a,()=>{o.length?tD(t,e,o):Ah(t)})}return i}ct.coerceAndCheckDataType=Q1;var Rk=new Set(["string","number","integer","boolean","null"]);function eD(t,e){return e?t.filter(r=>Rk.has(r)||e==="array"&&r==="array"):[]}function tD(t,e,r){let{gen:n,data:s,opts:o}=t,i=n.let("dataType",(0,ee._)`typeof ${s}`),a=n.let("coerced",(0,ee._)`undefined`);o.coerceTypes==="array"&&n.if((0,ee._)`${i} == 'object' && Array.isArray(${s}) && ${s}.length == 1`,()=>n.assign(s,(0,ee._)`${s}[0]`).assign(i,(0,ee._)`typeof ${s}`).if(Ih(e,s,o.strictNumbers),()=>n.assign(a,s))),n.if((0,ee._)`${a} !== undefined`);for(let u of r)(Rk.has(u)||u==="array"&&o.coerceTypes==="array")&&c(u);n.else(),Ah(t),n.endIf(),n.if((0,ee._)`${a} !== undefined`,()=>{n.assign(s,a),rD(t,a)});function c(u){switch(u){case"string":n.elseIf((0,ee._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,ee._)`"" + ${s}`).elseIf((0,ee._)`${s} === null`).assign(a,(0,ee._)`""`);return;case"number":n.elseIf((0,ee._)`${i} == "boolean" || ${s} === null
|
|
66
66
|
|| (${i} == "string" && ${s} && ${s} == +${s})`).assign(a,(0,ee._)`+${s}`);return;case"integer":n.elseIf((0,ee._)`${i} === "boolean" || ${s} === null
|
|
67
67
|
|| (${i} === "string" && ${s} && ${s} == +${s} && !(${s} % 1))`).assign(a,(0,ee._)`+${s}`);return;case"boolean":n.elseIf((0,ee._)`${s} === "false" || ${s} === 0 || ${s} === null`).assign(a,!1).elseIf((0,ee._)`${s} === "true" || ${s} === 1`).assign(a,!0);return;case"null":n.elseIf((0,ee._)`${s} === "" || ${s} === 0 || ${s} === false`),n.assign(a,null);return;case"array":n.elseIf((0,ee._)`${i} === "string" || ${i} === "number"
|
|
68
|
-
|| ${i} === "boolean" || ${s} === null`).assign(a,(0,ee._)`[${s}]`)}}}function X1({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,ee._)`${e} !== undefined`,()=>t.assign((0,ee._)`${e}[${r}]`,n))}function Rh(t,e,r,n=oo.Correct){let s=n===oo.Correct?ee.operators.EQ:ee.operators.NEQ,o;switch(t){case"null":return(0,ee._)`${e} ${s} null`;case"array":o=(0,ee._)`Array.isArray(${e})`;break;case"object":o=(0,ee._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":o=i((0,ee._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":o=i();break;default:return(0,ee._)`typeof ${e} ${s} ${t}`}return n===oo.Correct?o:(0,ee.not)(o);function i(a=ee.nil){return(0,ee.and)((0,ee._)`typeof ${e} == "number"`,a,r?(0,ee._)`isFinite(${e})`:ee.nil)}}at.checkDataType=Rh;function Ch(t,e,r,n){if(t.length===1)return Rh(t[0],e,r,n);let s,o=(0,Ek.toHash)(t);if(o.array&&o.object){let i=(0,ee._)`typeof ${e} != "object"`;s=o.null?i:(0,ee._)`!${e} || ${i}`,delete o.null,delete o.array,delete o.object}else s=ee.nil;o.number&&delete o.integer;for(let i in o)s=(0,ee.and)(s,Rh(i,e,r,n));return s}at.checkDataTypes=Ch;var Q1={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,ee._)`{type: ${t}}`:(0,ee._)`{type: ${e}}`};function Oh(t){let e=eD(t);(0,W1.reportError)(e,Q1)}at.reportTypeError=Oh;function eD(t){let{gen:e,data:r,schema:n}=t,s=(0,Ek.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:s,schemaValue:s,parentSchema:n,params:{},it:t}}});var Rk=D(su=>{"use strict";Object.defineProperty(su,"__esModule",{value:!0});su.assignDefaults=void 0;var io=re(),tD=me();function rD(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let s in r)Pk(t,s,r[s].default);else e==="array"&&Array.isArray(n)&&n.forEach((s,o)=>Pk(t,o,s.default))}su.assignDefaults=rD;function Pk(t,e,r){let{gen:n,compositeRule:s,data:o,opts:i}=t;if(r===void 0)return;let a=(0,io._)`${o}${(0,io.getProperty)(e)}`;if(s){(0,tD.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,io._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,io._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,io._)`${a} = ${(0,io.stringify)(r)}`)}});var Yt=D(xe=>{"use strict";Object.defineProperty(xe,"__esModule",{value:!0});xe.validateUnion=xe.validateArray=xe.usePattern=xe.callValidateCode=xe.schemaProperties=xe.allSchemaProperties=xe.noPropertyInData=xe.propertyInData=xe.isOwnProperty=xe.hasPropFunc=xe.reportMissingProp=xe.checkMissingProp=xe.checkReportMissingProp=void 0;var Re=re(),Ih=me(),hn=Fr(),nD=me();function sD(t,e){let{gen:r,data:n,it:s}=t;r.if(Nh(r,n,e,s.opts.ownProperties),()=>{t.setParams({missingProperty:(0,Re._)`${e}`},!0),t.error()})}xe.checkReportMissingProp=sD;function oD({gen:t,data:e,it:{opts:r}},n,s){return(0,Re.or)(...n.map(o=>(0,Re.and)(Nh(t,e,o,r.ownProperties),(0,Re._)`${s} = ${o}`)))}xe.checkMissingProp=oD;function iD(t,e){t.setParams({missingProperty:e},!0),t.error()}xe.reportMissingProp=iD;function Ck(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Re._)`Object.prototype.hasOwnProperty`})}xe.hasPropFunc=Ck;function Ah(t,e,r){return(0,Re._)`${Ck(t)}.call(${e}, ${r})`}xe.isOwnProperty=Ah;function aD(t,e,r,n){let s=(0,Re._)`${e}${(0,Re.getProperty)(r)} !== undefined`;return n?(0,Re._)`${s} && ${Ah(t,e,r)}`:s}xe.propertyInData=aD;function Nh(t,e,r,n){let s=(0,Re._)`${e}${(0,Re.getProperty)(r)} === undefined`;return n?(0,Re.or)(s,(0,Re.not)(Ah(t,e,r))):s}xe.noPropertyInData=Nh;function Ok(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}xe.allSchemaProperties=Ok;function cD(t,e){return Ok(e).filter(r=>!(0,Ih.alwaysValidSchema)(t,e[r]))}xe.schemaProperties=cD;function uD({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:s,errorPath:o},it:i},a,c,u){let d=u?(0,Re._)`${t}, ${e}, ${n}${s}`:e,l=[[hn.default.instancePath,(0,Re.strConcat)(hn.default.instancePath,o)],[hn.default.parentData,i.parentData],[hn.default.parentDataProperty,i.parentDataProperty],[hn.default.rootData,hn.default.rootData]];i.opts.dynamicRef&&l.push([hn.default.dynamicAnchors,hn.default.dynamicAnchors]);let p=(0,Re._)`${d}, ${r.object(...l)}`;return c!==Re.nil?(0,Re._)`${a}.call(${c}, ${p})`:(0,Re._)`${a}(${p})`}xe.callValidateCode=uD;var lD=(0,Re._)`new RegExp`;function dD({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:s}=e.code,o=s(r,n);return t.scopeValue("pattern",{key:o.toString(),ref:o,code:(0,Re._)`${s.code==="new RegExp"?lD:(0,nD.useFunc)(t,s)}(${r}, ${n})`})}xe.usePattern=dD;function pD(t){let{gen:e,data:r,keyword:n,it:s}=t,o=e.name("valid");if(s.allErrors){let a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(o,!0),i(()=>e.break()),o;function i(a){let c=e.const("len",(0,Re._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:Ih.Type.Num},o),e.if((0,Re.not)(o),a)})}}xe.validateArray=pD;function mD(t){let{gen:e,schema:r,keyword:n,it:s}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Ih.alwaysValidSchema)(s,c))&&!s.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let d=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,Re._)`${i} || ${a}`),t.mergeValidEvaluated(d,a)||e.if((0,Re.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}xe.validateUnion=mD});var Nk=D($r=>{"use strict";Object.defineProperty($r,"__esModule",{value:!0});$r.validateKeywordUsage=$r.validSchemaType=$r.funcKeywordCode=$r.macroKeywordCode=void 0;var ht=re(),ds=Fr(),fD=Yt(),hD=$i();function gD(t,e){let{gen:r,keyword:n,schema:s,parentSchema:o,it:i}=t,a=e.macro.call(i.self,s,o,i),c=Ak(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:ht.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}$r.macroKeywordCode=gD;function yD(t,e){var r;let{gen:n,keyword:s,schema:o,parentSchema:i,$data:a,it:c}=t;vD(c,e);let u=!a&&e.compile?e.compile.call(c.self,o,i,c):e.validate,d=Ak(n,s,u),l=n.let("valid");t.block$data(l,p),t.ok((r=e.valid)!==null&&r!==void 0?r:l);function p(){if(e.errors===!1)h(),e.modifying&&Ik(t),g(()=>t.error());else{let _=e.async?f():m();e.modifying&&Ik(t),g(()=>_D(t,_))}}function f(){let _=n.let("ruleErrs",null);return n.try(()=>h((0,ht._)`await `),x=>n.assign(l,!1).if((0,ht._)`${x} instanceof ${c.ValidationError}`,()=>n.assign(_,(0,ht._)`${x}.errors`),()=>n.throw(x))),_}function m(){let _=(0,ht._)`${d}.errors`;return n.assign(_,null),h(ht.nil),_}function h(_=e.async?(0,ht._)`await `:ht.nil){let x=c.opts.passContext?ds.default.this:ds.default.self,y=!("compile"in e&&!a||e.schema===!1);n.assign(l,(0,ht._)`${_}${(0,fD.callValidateCode)(t,d,x,y)}`,e.modifying)}function g(_){var x;n.if((0,ht.not)((x=e.valid)!==null&&x!==void 0?x:l),_)}}$r.funcKeywordCode=yD;function Ik(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,ht._)`${n.parentData}[${n.parentDataProperty}]`))}function _D(t,e){let{gen:r}=t;r.if((0,ht._)`Array.isArray(${e})`,()=>{r.assign(ds.default.vErrors,(0,ht._)`${ds.default.vErrors} === null ? ${e} : ${ds.default.vErrors}.concat(${e})`).assign(ds.default.errors,(0,ht._)`${ds.default.vErrors}.length`),(0,hD.extendErrors)(t)},()=>t.error())}function vD({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Ak(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,ht.stringify)(r)})}function xD(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}$r.validSchemaType=xD;function bD({schema:t,opts:e,self:r,errSchemaPath:n},s,o){if(Array.isArray(s.keyword)?!s.keyword.includes(o):s.keyword!==o)throw new Error("ajv implementation error");let i=s.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${o}: ${i.join(",")}`);if(s.validateSchema&&!s.validateSchema(t[o])){let c=`keyword "${o}" value is invalid at path "${n}": `+r.errorsText(s.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}$r.validateKeywordUsage=bD});var Mk=D(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.extendSubschemaMode=gn.extendSubschemaData=gn.getSubschema=void 0;var Tr=re(),Dk=me();function SD(t,{keyword:e,schemaProp:r,schema:n,schemaPath:s,errSchemaPath:o,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,Tr._)`${t.schemaPath}${(0,Tr.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,Tr._)`${t.schemaPath}${(0,Tr.getProperty)(e)}${(0,Tr.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Dk.escapeFragment)(r)}`}}if(n!==void 0){if(s===void 0||o===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:s,topSchemaRef:i,errSchemaPath:o}}throw new Error('either "keyword" or "schema" must be passed')}gn.getSubschema=SD;function kD(t,e,{dataProp:r,dataPropType:n,data:s,dataTypes:o,propertyName:i}){if(s!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:d,opts:l}=e,p=a.let("data",(0,Tr._)`${e.data}${(0,Tr.getProperty)(r)}`,!0);c(p),t.errorPath=(0,Tr.str)`${u}${(0,Dk.getErrorPath)(r,n,l.jsPropertySyntax)}`,t.parentDataProperty=(0,Tr._)`${r}`,t.dataPathArr=[...d,t.parentDataProperty]}if(s!==void 0){let u=s instanceof Tr.Name?s:a.let("data",s,!0);c(u),i!==void 0&&(t.propertyName=i)}o&&(t.dataTypes=o);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}gn.extendSubschemaData=kD;function wD(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:s,allErrors:o}){n!==void 0&&(t.compositeRule=n),s!==void 0&&(t.createErrors=s),o!==void 0&&(t.allErrors=o),t.jtdDiscriminator=e,t.jtdMetadata=r}gn.extendSubschemaMode=wD});var Dh=D((i6,jk)=>{"use strict";jk.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,s,o;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(s=n;s--!==0;)if(!t(e[s],r[s]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(o=Object.keys(e),n=o.length,n!==Object.keys(r).length)return!1;for(s=n;s--!==0;)if(!Object.prototype.hasOwnProperty.call(r,o[s]))return!1;for(s=n;s--!==0;){var i=o[s];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}});var Lk=D((a6,zk)=>{"use strict";var yn=zk.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},s=r.post||function(){};ou(e,n,s,t,"",t)};yn.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};yn.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};yn.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};yn.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function ou(t,e,r,n,s,o,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,s,o,i,a,c,u);for(var d in n){var l=n[d];if(Array.isArray(l)){if(d in yn.arrayKeywords)for(var p=0;p<l.length;p++)ou(t,e,r,l[p],s+"/"+d+"/"+p,o,s,d,n,p)}else if(d in yn.propsKeywords){if(l&&typeof l=="object")for(var f in l)ou(t,e,r,l[f],s+"/"+d+"/"+ED(f),o,s,d,n,f)}else(d in yn.keywords||t.allKeys&&!(d in yn.skipKeywords))&&ou(t,e,r,l,s+"/"+d,o,s,d,n)}r(n,s,o,i,a,c,u)}}function ED(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var Pi=D($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.getSchemaRefs=$t.resolveUrl=$t.normalizeId=$t._getFullPath=$t.getFullPath=$t.inlineRef=void 0;var $D=me(),TD=Dh(),PD=Lk(),RD=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function CD(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Mh(t):e?Fk(t)<=e:!1}$t.inlineRef=CD;var OD=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Mh(t){for(let e in t){if(OD.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(Mh)||typeof r=="object"&&Mh(r))return!0}return!1}function Fk(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!RD.has(r)&&(typeof t[r]=="object"&&(0,$D.eachItem)(t[r],n=>e+=Fk(n)),e===1/0))return 1/0}return e}function Uk(t,e="",r){r!==!1&&(e=ao(e));let n=t.parse(e);return Hk(t,n)}$t.getFullPath=Uk;function Hk(t,e){return t.serialize(e).split("#")[0]+"#"}$t._getFullPath=Hk;var ID=/#\/?$/;function ao(t){return t?t.replace(ID,""):""}$t.normalizeId=ao;function AD(t,e,r){return r=ao(r),t.resolve(e,r)}$t.resolveUrl=AD;var ND=/^[a-z_][-a-z0-9._]*$/i;function DD(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,s=ao(t[r]||e),o={"":s},i=Uk(n,s,!1),a={},c=new Set;return PD(t,{allKeys:!0},(l,p,f,m)=>{if(m===void 0)return;let h=i+p,g=o[m];typeof l[r]=="string"&&(g=_.call(this,l[r])),x.call(this,l.$anchor),x.call(this,l.$dynamicAnchor),o[p]=g;function _(y){let v=this.opts.uriResolver.resolve;if(y=ao(g?v(g,y):y),c.has(y))throw d(y);c.add(y);let S=this.refs[y];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?u(l,S.schema,y):y!==ao(h)&&(y[0]==="#"?(u(l,a[y],y),a[y]=l):this.refs[y]=h),y}function x(y){if(typeof y=="string"){if(!ND.test(y))throw new Error(`invalid anchor "${y}"`);_.call(this,`#${y}`)}}}),a;function u(l,p,f){if(p!==void 0&&!TD(l,p))throw d(f)}function d(l){return new Error(`reference "${l}" resolves to more than one schema`)}}$t.getSchemaRefs=DD});var Oi=D(_n=>{"use strict";Object.defineProperty(_n,"__esModule",{value:!0});_n.getData=_n.KeywordCxt=_n.validateFunctionCode=void 0;var Wk=Sk(),Zk=Ti(),zh=Ph(),iu=Ti(),MD=Rk(),Ci=Nk(),jh=Mk(),B=re(),Y=Fr(),jD=Pi(),Ur=me(),Ri=$i();function zD(t){if(Jk(t)&&(Yk(t),Kk(t))){UD(t);return}Gk(t,()=>(0,Wk.topBoolOrEmptySchema)(t))}_n.validateFunctionCode=zD;function Gk({gen:t,validateName:e,schema:r,schemaEnv:n,opts:s},o){s.code.es5?t.func(e,(0,B._)`${Y.default.data}, ${Y.default.valCxt}`,n.$async,()=>{t.code((0,B._)`"use strict"; ${Bk(r,s)}`),FD(t,s),t.code(o)}):t.func(e,(0,B._)`${Y.default.data}, ${LD(s)}`,n.$async,()=>t.code(Bk(r,s)).code(o))}function LD(t){return(0,B._)`{${Y.default.instancePath}="", ${Y.default.parentData}, ${Y.default.parentDataProperty}, ${Y.default.rootData}=${Y.default.data}${t.dynamicRef?(0,B._)`, ${Y.default.dynamicAnchors}={}`:B.nil}}={}`}function FD(t,e){t.if(Y.default.valCxt,()=>{t.var(Y.default.instancePath,(0,B._)`${Y.default.valCxt}.${Y.default.instancePath}`),t.var(Y.default.parentData,(0,B._)`${Y.default.valCxt}.${Y.default.parentData}`),t.var(Y.default.parentDataProperty,(0,B._)`${Y.default.valCxt}.${Y.default.parentDataProperty}`),t.var(Y.default.rootData,(0,B._)`${Y.default.valCxt}.${Y.default.rootData}`),e.dynamicRef&&t.var(Y.default.dynamicAnchors,(0,B._)`${Y.default.valCxt}.${Y.default.dynamicAnchors}`)},()=>{t.var(Y.default.instancePath,(0,B._)`""`),t.var(Y.default.parentData,(0,B._)`undefined`),t.var(Y.default.parentDataProperty,(0,B._)`undefined`),t.var(Y.default.rootData,Y.default.data),e.dynamicRef&&t.var(Y.default.dynamicAnchors,(0,B._)`{}`)})}function UD(t){let{schema:e,opts:r,gen:n}=t;Gk(t,()=>{r.$comment&&e.$comment&&Qk(t),VD(t),n.let(Y.default.vErrors,null),n.let(Y.default.errors,0),r.unevaluated&&HD(t),Xk(t),KD(t)})}function HD(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,B._)`${r}.evaluated`),e.if((0,B._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,B._)`${t.evaluated}.props`,(0,B._)`undefined`)),e.if((0,B._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,B._)`${t.evaluated}.items`,(0,B._)`undefined`))}function Bk(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,B._)`/*# sourceURL=${r} */`:B.nil}function ZD(t,e){if(Jk(t)&&(Yk(t),Kk(t))){BD(t,e);return}(0,Wk.boolOrEmptySchema)(t,e)}function Kk({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function Jk(t){return typeof t.schema!="boolean"}function BD(t,e){let{schema:r,gen:n,opts:s}=t;s.$comment&&r.$comment&&Qk(t),WD(t),GD(t);let o=n.const("_errs",Y.default.errors);Xk(t,o),n.var(e,(0,B._)`${o} === ${Y.default.errors}`)}function Yk(t){(0,Ur.checkUnknownRules)(t),qD(t)}function Xk(t,e){if(t.opts.jtd)return qk(t,[],!1,e);let r=(0,Zk.getSchemaTypes)(t.schema),n=(0,Zk.coerceAndCheckDataType)(t,r);qk(t,r,!n,e)}function qD(t){let{schema:e,errSchemaPath:r,opts:n,self:s}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Ur.schemaHasRulesButRef)(e,s.RULES)&&s.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function VD(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ur.checkStrictMode)(t,"default is ignored in the schema root")}function WD(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,jD.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function GD(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Qk({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:s}){let o=r.$comment;if(s.$comment===!0)t.code((0,B._)`${Y.default.self}.logger.log(${o})`);else if(typeof s.$comment=="function"){let i=(0,B.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,B._)`${Y.default.self}.opts.$comment(${o}, ${i}, ${a}.schema)`)}}function KD(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:s,opts:o}=t;r.$async?e.if((0,B._)`${Y.default.errors} === 0`,()=>e.return(Y.default.data),()=>e.throw((0,B._)`new ${s}(${Y.default.vErrors})`)):(e.assign((0,B._)`${n}.errors`,Y.default.vErrors),o.unevaluated&&JD(t),e.return((0,B._)`${Y.default.errors} === 0`))}function JD({gen:t,evaluated:e,props:r,items:n}){r instanceof B.Name&&t.assign((0,B._)`${e}.props`,r),n instanceof B.Name&&t.assign((0,B._)`${e}.items`,n)}function qk(t,e,r,n){let{gen:s,schema:o,data:i,allErrors:a,opts:c,self:u}=t,{RULES:d}=u;if(o.$ref&&(c.ignoreKeywordsWithRef||!(0,Ur.schemaHasRulesButRef)(o,d))){s.block(()=>t0(t,"$ref",d.all.$ref.definition));return}c.jtd||YD(t,e),s.block(()=>{for(let p of d.rules)l(p);l(d.post)});function l(p){(0,zh.shouldUseGroup)(o,p)&&(p.type?(s.if((0,iu.checkDataType)(p.type,i,c.strictNumbers)),Vk(t,p),e.length===1&&e[0]===p.type&&r&&(s.else(),(0,iu.reportTypeError)(t)),s.endIf()):Vk(t,p),a||s.if((0,B._)`${Y.default.errors} === ${n||0}`))}}function Vk(t,e){let{gen:r,schema:n,opts:{useDefaults:s}}=t;s&&(0,MD.assignDefaults)(t,e.type),r.block(()=>{for(let o of e.rules)(0,zh.shouldUseRule)(n,o)&&t0(t,o.keyword,o.definition,e.type)})}function YD(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(XD(t,e),t.opts.allowUnionTypes||QD(t,e),eM(t,t.dataTypes))}function XD(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{e0(t.dataTypes,r)||Lh(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),rM(t,e)}}function QD(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Lh(t,"use allowUnionTypes to allow union type keyword")}function eM(t,e){let r=t.self.RULES.all;for(let n in r){let s=r[n];if(typeof s=="object"&&(0,zh.shouldUseRule)(t.schema,s)){let{type:o}=s.definition;o.length&&!o.some(i=>tM(e,i))&&Lh(t,`missing type "${o.join(",")}" for keyword "${n}"`)}}}function tM(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function e0(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function rM(t,e){let r=[];for(let n of t.dataTypes)e0(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Lh(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Ur.checkStrictMode)(t,e,t.opts.strictTypes)}var au=class{constructor(e,r,n){if((0,Ci.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Ur.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",r0(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Ci.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",Y.default.errors))}result(e,r,n){this.failResult((0,B.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,B.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,B._)`${r} !== undefined && (${(0,B.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?Ri.reportExtraError:Ri.reportError)(this,this.def.error,r)}$dataError(){(0,Ri.reportError)(this,this.def.$dataError||Ri.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Ri.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=B.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=B.nil,r=B.nil){if(!this.$data)return;let{gen:n,schemaCode:s,schemaType:o,def:i}=this;n.if((0,B.or)((0,B._)`${s} === undefined`,r)),e!==B.nil&&n.assign(e,!0),(o.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==B.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:s,it:o}=this;return(0,B.or)(i(),a());function i(){if(n.length){if(!(r instanceof B.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,B._)`${(0,iu.checkDataTypes)(c,r,o.opts.strictNumbers,iu.DataType.Wrong)}`}return B.nil}function a(){if(s.validateSchema){let c=e.scopeValue("validate$data",{ref:s.validateSchema});return(0,B._)`!${c}(${r})`}return B.nil}}subschema(e,r){let n=(0,jh.getSubschema)(this.it,e);(0,jh.extendSubschemaData)(n,this.it,e),(0,jh.extendSubschemaMode)(n,e);let s={...this.it,...n,items:void 0,props:void 0};return ZD(s,r),s}mergeEvaluated(e,r){let{it:n,gen:s}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Ur.mergeEvaluated.props(s,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Ur.mergeEvaluated.items(s,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:s}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return s.if(r,()=>this.mergeEvaluated(e,B.Name)),!0}};_n.KeywordCxt=au;function t0(t,e,r,n){let s=new au(t,r,e);"code"in r?r.code(s,n):s.$data&&r.validate?(0,Ci.funcKeywordCode)(s,r):"macro"in r?(0,Ci.macroKeywordCode)(s,r):(r.compile||r.validate)&&(0,Ci.funcKeywordCode)(s,r)}var nM=/^\/(?:[^~]|~0|~1)*$/,sM=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function r0(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let s,o;if(t==="")return Y.default.rootData;if(t[0]==="/"){if(!nM.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);s=t,o=Y.default.rootData}else{let u=sM.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let d=+u[1];if(s=u[2],s==="#"){if(d>=e)throw new Error(c("property/index",d));return n[e-d]}if(d>e)throw new Error(c("data",d));if(o=r[e-d],!s)return o}let i=o,a=s.split("/");for(let u of a)u&&(o=(0,B._)`${o}${(0,B.getProperty)((0,Ur.unescapeJsonPointer)(u))}`,i=(0,B._)`${i} && ${o}`);return i;function c(u,d){return`Cannot access ${u} ${d} levels up, current level is ${e}`}}_n.getData=r0});var cu=D(Uh=>{"use strict";Object.defineProperty(Uh,"__esModule",{value:!0});var Fh=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Uh.default=Fh});var Ii=D(Bh=>{"use strict";Object.defineProperty(Bh,"__esModule",{value:!0});var Hh=Pi(),Zh=class extends Error{constructor(e,r,n,s){super(s||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Hh.resolveUrl)(e,r,n),this.missingSchema=(0,Hh.normalizeId)((0,Hh.getFullPath)(e,this.missingRef))}};Bh.default=Zh});var lu=D(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.resolveSchema=Xt.getCompilingSchema=Xt.resolveRef=Xt.compileSchema=Xt.SchemaEnv=void 0;var lr=re(),oM=cu(),ps=Fr(),dr=Pi(),n0=me(),iM=Oi(),co=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,dr.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};Xt.SchemaEnv=co;function Vh(t){let e=s0.call(this,t);if(e)return e;let r=(0,dr.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:s}=this.opts.code,{ownProperties:o}=this.opts,i=new lr.CodeGen(this.scope,{es5:n,lines:s,ownProperties:o}),a;t.$async&&(a=i.scopeValue("Error",{ref:oM.default,code:(0,lr._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:ps.default.data,parentData:ps.default.parentData,parentDataProperty:ps.default.parentDataProperty,dataNames:[ps.default.data],dataPathArr:[lr.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,lr.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:lr.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,lr._)`""`,opts:this.opts,self:this},d;try{this._compilations.add(t),(0,iM.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let l=i.toString();d=`${i.scopeRefs(ps.default.scope)}return ${l}`,this.opts.code.process&&(d=this.opts.code.process(d,t));let f=new Function(`${ps.default.self}`,`${ps.default.scope}`,d)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=t.schema,f.schemaEnv=t,t.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:l,scopeValues:i._values}),this.opts.unevaluated){let{props:m,items:h}=u;f.evaluated={props:m instanceof lr.Name?void 0:m,items:h instanceof lr.Name?void 0:h,dynamicProps:m instanceof lr.Name,dynamicItems:h instanceof lr.Name},f.source&&(f.source.evaluated=(0,lr.stringify)(f.evaluated))}return t.validate=f,t}catch(l){throw delete t.validate,delete t.validateName,d&&this.logger.error("Error compiling schema, function code:",d),l}finally{this._compilations.delete(t)}}Xt.compileSchema=Vh;function aM(t,e,r){var n;r=(0,dr.resolveUrl)(this.opts.uriResolver,e,r);let s=t.refs[r];if(s)return s;let o=lM.call(this,t,r);if(o===void 0){let i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(o=new co({schema:i,schemaId:a,root:t,baseId:e}))}if(o!==void 0)return t.refs[r]=cM.call(this,o)}Xt.resolveRef=aM;function cM(t){return(0,dr.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:Vh.call(this,t)}function s0(t){for(let e of this._compilations)if(uM(e,t))return e}Xt.getCompilingSchema=s0;function uM(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function lM(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||uu.call(this,t,e)}function uu(t,e){let r=this.opts.uriResolver.parse(e),n=(0,dr._getFullPath)(this.opts.uriResolver,r),s=(0,dr.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===s)return qh.call(this,r,t);let o=(0,dr.normalizeId)(n),i=this.refs[o]||this.schemas[o];if(typeof i=="string"){let a=uu.call(this,t,i);return typeof a?.schema!="object"?void 0:qh.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||Vh.call(this,i),o===(0,dr.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(s=(0,dr.resolveUrl)(this.opts.uriResolver,s,u)),new co({schema:a,schemaId:c,root:t,baseId:s})}return qh.call(this,r,i)}}Xt.resolveSchema=uu;var dM=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function qh(t,{baseId:e,schema:r,root:n}){var s;if(((s=t.fragment)===null||s===void 0?void 0:s[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,n0.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!dM.has(a)&&u&&(e=(0,dr.resolveUrl)(this.opts.uriResolver,e,u))}let o;if(typeof r!="boolean"&&r.$ref&&!(0,n0.schemaHasRulesButRef)(r,this.RULES)){let a=(0,dr.resolveUrl)(this.opts.uriResolver,e,r.$ref);o=uu.call(this,n,a)}let{schemaId:i}=this.opts;if(o=o||new co({schema:r,schemaId:i,root:n,baseId:e}),o.schema!==o.root.schema)return o}});var o0=D((m6,pM)=>{pM.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var Gh=D((f6,u0)=>{"use strict";var mM=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),a0=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function Wh(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var fM=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function i0(t){return t.length=0,!0}function hM(t,e,r){if(t.length){let n=Wh(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function gM(t){let e=0,r={error:!1,address:"",zone:""},n=[],s=[],o=!1,i=!1,a=hM;for(let c=0;c<t.length;c++){let u=t[c];if(!(u==="["||u==="]"))if(u===":"){if(o===!0&&(i=!0),!a(s,n,r))break;if(++e>7){r.error=!0;break}c>0&&t[c-1]===":"&&(o=!0),n.push(":");continue}else if(u==="%"){if(!a(s,n,r))break;a=i0}else{s.push(u);continue}}return s.length&&(a===i0?r.zone=s.join(""):i?n.push(s.join("")):n.push(Wh(s))),r.address=n.join(""),r}function c0(t){if(yM(t,":")<2)return{host:t,isIPV6:!1};let e=gM(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,isIPV6:!0,escapedHost:n}}}function yM(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function _M(t){let e=t,r=[],n=-1,s=0;for(;s=e.length;){if(s===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(s===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(s===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}function vM(t,e){let r=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=r(t.scheme)),t.userinfo!==void 0&&(t.userinfo=r(t.userinfo)),t.host!==void 0&&(t.host=r(t.host)),t.path!==void 0&&(t.path=r(t.path)),t.query!==void 0&&(t.query=r(t.query)),t.fragment!==void 0&&(t.fragment=r(t.fragment)),t}function xM(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!a0(r)){let n=c0(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=t.host}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}u0.exports={nonSimpleDomain:fM,recomposeAuthority:xM,normalizeComponentEncoding:vM,removeDotSegments:_M,isIPv4:a0,isUUID:mM,normalizeIPv6:c0,stringArrayToHexStripped:Wh}});var f0=D((h6,m0)=>{"use strict";var{isUUID:bM}=Gh(),SM=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,kM=["http","https","ws","wss","urn","urn:uuid"];function wM(t){return kM.indexOf(t)!==-1}function Kh(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function l0(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function d0(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function EM(t){return t.secure=Kh(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function $M(t){if((t.port===(Kh(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function TM(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(SM);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let s=`${n}:${e.nid||t.nid}`,o=Jh(s);t.path=void 0,o&&(t=o.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function PM(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),s=`${r}:${e.nid||n}`,o=Jh(s);o&&(t=o.serialize(t,e));let i=t,a=t.nss;return i.path=`${n||e.nid}:${a}`,e.skipEscape=!0,i}function RM(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!bM(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function CM(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var p0={scheme:"http",domainHost:!0,parse:l0,serialize:d0},OM={scheme:"https",domainHost:p0.domainHost,parse:l0,serialize:d0},du={scheme:"ws",domainHost:!0,parse:EM,serialize:$M},IM={scheme:"wss",domainHost:du.domainHost,parse:du.parse,serialize:du.serialize},AM={scheme:"urn",parse:TM,serialize:PM,skipNormalize:!0},NM={scheme:"urn:uuid",parse:RM,serialize:CM,skipNormalize:!0},pu={http:p0,https:OM,ws:du,wss:IM,urn:AM,"urn:uuid":NM};Object.setPrototypeOf(pu,null);function Jh(t){return t&&(pu[t]||pu[t.toLowerCase()])||void 0}m0.exports={wsIsSecure:Kh,SCHEMES:pu,isValidSchemeName:wM,getSchemeHandler:Jh}});var y0=D((g6,fu)=>{"use strict";var{normalizeIPv6:DM,removeDotSegments:Ai,recomposeAuthority:MM,normalizeComponentEncoding:mu,isIPv4:jM,nonSimpleDomain:zM}=Gh(),{SCHEMES:LM,getSchemeHandler:h0}=f0();function FM(t,e){return typeof t=="string"?t=Pr(Hr(t,e),e):typeof t=="object"&&(t=Hr(Pr(t,e),e)),t}function UM(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},s=g0(Hr(t,n),Hr(e,n),n,!0);return n.skipEscape=!0,Pr(s,n)}function g0(t,e,r,n){let s={};return n||(t=Hr(Pr(t,r),r),e=Hr(Pr(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(s.scheme=e.scheme,s.userinfo=e.userinfo,s.host=e.host,s.port=e.port,s.path=Ai(e.path||""),s.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(s.userinfo=e.userinfo,s.host=e.host,s.port=e.port,s.path=Ai(e.path||""),s.query=e.query):(e.path?(e.path[0]==="/"?s.path=Ai(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?s.path="/"+e.path:t.path?s.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:s.path=e.path,s.path=Ai(s.path)),s.query=e.query):(s.path=t.path,e.query!==void 0?s.query=e.query:s.query=t.query),s.userinfo=t.userinfo,s.host=t.host,s.port=t.port),s.scheme=t.scheme),s.fragment=e.fragment,s}function HM(t,e,r){return typeof t=="string"?(t=unescape(t),t=Pr(mu(Hr(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Pr(mu(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=Pr(mu(Hr(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Pr(mu(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function Pr(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),s=[],o=h0(n.scheme||r.scheme);o&&o.serialize&&o.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&s.push(r.scheme,":");let i=MM(r);if(i!==void 0&&(n.reference!=="suffix"&&s.push("//"),s.push(i),r.path&&r.path[0]!=="/"&&s.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!o||!o.absolutePath)&&(a=Ai(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),s.push(a)}return r.query!==void 0&&s.push("?",r.query),r.fragment!==void 0&&s.push("#",r.fragment),s.join("")}var ZM=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Hr(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let o=t.match(ZM);if(o){if(n.scheme=o[1],n.userinfo=o[3],n.host=o[4],n.port=parseInt(o[5],10),n.path=o[6]||"",n.query=o[7],n.fragment=o[8],isNaN(n.port)&&(n.port=o[5]),n.host)if(jM(n.host)===!1){let c=DM(n.host);n.host=c.host.toLowerCase(),s=c.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let i=h0(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&s===!1&&zM(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var Yh={SCHEMES:LM,normalize:FM,resolve:UM,resolveComponent:g0,equal:HM,serialize:Pr,parse:Hr};fu.exports=Yh;fu.exports.default=Yh;fu.exports.fastUri=Yh});var v0=D(Xh=>{"use strict";Object.defineProperty(Xh,"__esModule",{value:!0});var _0=y0();_0.code='require("ajv/dist/runtime/uri").default';Xh.default=_0});var T0=D(tt=>{"use strict";Object.defineProperty(tt,"__esModule",{value:!0});tt.CodeGen=tt.Name=tt.nil=tt.stringify=tt.str=tt._=tt.KeywordCxt=void 0;var BM=Oi();Object.defineProperty(tt,"KeywordCxt",{enumerable:!0,get:function(){return BM.KeywordCxt}});var uo=re();Object.defineProperty(tt,"_",{enumerable:!0,get:function(){return uo._}});Object.defineProperty(tt,"str",{enumerable:!0,get:function(){return uo.str}});Object.defineProperty(tt,"stringify",{enumerable:!0,get:function(){return uo.stringify}});Object.defineProperty(tt,"nil",{enumerable:!0,get:function(){return uo.nil}});Object.defineProperty(tt,"Name",{enumerable:!0,get:function(){return uo.Name}});Object.defineProperty(tt,"CodeGen",{enumerable:!0,get:function(){return uo.CodeGen}});var qM=cu(),w0=Ii(),VM=Th(),Ni=lu(),WM=re(),Di=Pi(),hu=Ti(),eg=me(),x0=o0(),GM=v0(),E0=(t,e)=>new RegExp(t,e);E0.code="new RegExp";var KM=["removeAdditional","useDefaults","coerceTypes"],JM=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),YM={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},XM={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},b0=200;function QM(t){var e,r,n,s,o,i,a,c,u,d,l,p,f,m,h,g,_,x,y,v,S,T,$,R,j;let P=t.strict,C=(e=t.code)===null||e===void 0?void 0:e.optimize,L=C===!0||C===void 0?1:C||0,X=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:E0,ae=(s=t.uriResolver)!==null&&s!==void 0?s:GM.default;return{strictSchema:(i=(o=t.strictSchema)!==null&&o!==void 0?o:P)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:P)!==null&&c!==void 0?c:!0,strictTypes:(d=(u=t.strictTypes)!==null&&u!==void 0?u:P)!==null&&d!==void 0?d:"log",strictTuples:(p=(l=t.strictTuples)!==null&&l!==void 0?l:P)!==null&&p!==void 0?p:"log",strictRequired:(m=(f=t.strictRequired)!==null&&f!==void 0?f:P)!==null&&m!==void 0?m:!1,code:t.code?{...t.code,optimize:L,regExp:X}:{optimize:L,regExp:X},loopRequired:(h=t.loopRequired)!==null&&h!==void 0?h:b0,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:b0,meta:(_=t.meta)!==null&&_!==void 0?_:!0,messages:(x=t.messages)!==null&&x!==void 0?x:!0,inlineRefs:(y=t.inlineRefs)!==null&&y!==void 0?y:!0,schemaId:(v=t.schemaId)!==null&&v!==void 0?v:"$id",addUsedSchema:(S=t.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:(T=t.validateSchema)!==null&&T!==void 0?T:!0,validateFormats:($=t.validateFormats)!==null&&$!==void 0?$:!0,unicodeRegExp:(R=t.unicodeRegExp)!==null&&R!==void 0?R:!0,int32range:(j=t.int32range)!==null&&j!==void 0?j:!0,uriResolver:ae}}var Mi=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...QM(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new WM.ValueScope({scope:{},prefixes:JM,es5:r,lines:n}),this.logger=oj(e.logger);let s=e.validateFormats;e.validateFormats=!1,this.RULES=(0,VM.getRules)(),S0.call(this,YM,e,"NOT SUPPORTED"),S0.call(this,XM,e,"DEPRECATED","warn"),this._metaOpts=nj.call(this),e.formats&&tj.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&rj.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),ej.call(this),e.validateFormats=s}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,s=x0;n==="id"&&(s={...x0},s.id=s.$id,delete s.$id),r&&e&&this.addMetaSchema(s,s[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let s=n(r);return"$async"in n||(this.errors=n.errors),s}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return s.call(this,e,r);async function s(d,l){await o.call(this,d.$schema);let p=this._addSchema(d,l);return p.validate||i.call(this,p)}async function o(d){d&&!this.getSchema(d)&&await s.call(this,{$ref:d},!0)}async function i(d){try{return this._compileSchemaEnv(d)}catch(l){if(!(l instanceof w0.default))throw l;return a.call(this,l),await c.call(this,l.missingSchema),i.call(this,d)}}function a({missingSchema:d,missingRef:l}){if(this.refs[d])throw new Error(`AnySchema ${d} is loaded but ${l} cannot be resolved`)}async function c(d){let l=await u.call(this,d);this.refs[d]||await o.call(this,l.$schema),this.refs[d]||this.addSchema(l,d,r)}async function u(d){let l=this._loading[d];if(l)return l;try{return await(this._loading[d]=n(d))}finally{delete this._loading[d]}}}addSchema(e,r,n,s=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,s);return this}let o;if(typeof e=="object"){let{schemaId:i}=this.opts;if(o=e[i],o!==void 0&&typeof o!="string")throw new Error(`schema ${i} must be string`)}return r=(0,Di.normalizeId)(r||o),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,s,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let s=this.validate(n,e);if(!s&&r){let o="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(o);else throw new Error(o)}return s}getSchema(e){let r;for(;typeof(r=k0.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,s=new Ni.SchemaEnv({schema:{},schemaId:n});if(r=Ni.resolveSchema.call(this,s,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=k0.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,Di.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(aj.call(this,n,r),!r)return(0,eg.eachItem)(n,o=>Qh.call(this,o)),this;uj.call(this,r);let s={...r,type:(0,hu.getJSONTypes)(r.type),schemaType:(0,hu.getJSONTypes)(r.schemaType)};return(0,eg.eachItem)(n,s.type.length===0?o=>Qh.call(this,o,s):o=>s.type.forEach(i=>Qh.call(this,o,s,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let s=n.rules.findIndex(o=>o.keyword===e);s>=0&&n.rules.splice(s,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(s=>`${n}${s.instancePath} ${s.message}`).reduce((s,o)=>s+r+o)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let s of r){let o=s.split("/").slice(1),i=e;for(let a of o)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,d=i[a];u&&d&&(i[a]=$0(d))}}return e}_removeAllSchemas(e,r){for(let n in e){let s=e[n];(!r||r.test(n))&&(typeof s=="string"?delete e[n]:s&&!s.meta&&(this._cache.delete(s.schema),delete e[n]))}}_addSchema(e,r,n,s=this.opts.validateSchema,o=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,Di.normalizeId)(i||n);let u=Di.getSchemaRefs.call(this,e,n);return c=new Ni.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),o&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),s&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):Ni.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{Ni.compileSchema.call(this,e)}finally{this.opts=r}}};Mi.ValidationError=qM.default;Mi.MissingRefError=w0.default;tt.default=Mi;function S0(t,e,r,n="error"){for(let s in t){let o=s;o in e&&this.logger[n](`${r}: option ${s}. ${t[o]}`)}}function k0(t){return t=(0,Di.normalizeId)(t),this.schemas[t]||this.refs[t]}function ej(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function tj(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function rj(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function nj(){let t={...this.opts};for(let e of KM)delete t[e];return t}var sj={log(){},warn(){},error(){}};function oj(t){if(t===!1)return sj;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var ij=/^[a-z_$][a-z0-9_$:-]*$/i;function aj(t,e){let{RULES:r}=this;if((0,eg.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!ij.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function Qh(t,e,r){var n;let s=e?.post;if(r&&s)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:o}=this,i=s?o.post:o.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},o.rules.push(i)),o.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,hu.getJSONTypes)(e.type),schemaType:(0,hu.getJSONTypes)(e.schemaType)}};e.before?cj.call(this,i,a,e.before):i.rules.push(a),o.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function cj(t,e,r){let n=t.rules.findIndex(s=>s.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function uj(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=$0(e)),t.validateSchema=this.compile(e,!0))}var lj={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function $0(t){return{anyOf:[t,lj]}}});var P0=D(tg=>{"use strict";Object.defineProperty(tg,"__esModule",{value:!0});var dj={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};tg.default=dj});var I0=D(ms=>{"use strict";Object.defineProperty(ms,"__esModule",{value:!0});ms.callRef=ms.getValidate=void 0;var pj=Ii(),R0=Yt(),Tt=re(),lo=Fr(),C0=lu(),gu=me(),mj={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:s,schemaEnv:o,validateName:i,opts:a,self:c}=n,{root:u}=o;if((r==="#"||r==="#/")&&s===u.baseId)return l();let d=C0.resolveRef.call(c,u,s,r);if(d===void 0)throw new pj.default(n.opts.uriResolver,s,r);if(d instanceof C0.SchemaEnv)return p(d);return f(d);function l(){if(o===u)return yu(t,i,o,o.$async);let m=e.scopeValue("root",{ref:u});return yu(t,(0,Tt._)`${m}.validate`,u,u.$async)}function p(m){let h=O0(t,m);yu(t,h,m,m.$async)}function f(m){let h=e.scopeValue("schema",a.code.source===!0?{ref:m,code:(0,Tt.stringify)(m)}:{ref:m}),g=e.name("valid"),_=t.subschema({schema:m,dataTypes:[],schemaPath:Tt.nil,topSchemaRef:h,errSchemaPath:r},g);t.mergeEvaluated(_),t.ok(g)}}};function O0(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Tt._)`${r.scopeValue("wrapper",{ref:e})}.validate`}ms.getValidate=O0;function yu(t,e,r,n){let{gen:s,it:o}=t,{allErrors:i,schemaEnv:a,opts:c}=o,u=c.passContext?lo.default.this:Tt.nil;n?d():l();function d(){if(!a.$async)throw new Error("async schema referenced by sync schema");let m=s.let("valid");s.try(()=>{s.code((0,Tt._)`await ${(0,R0.callValidateCode)(t,e,u)}`),f(e),i||s.assign(m,!0)},h=>{s.if((0,Tt._)`!(${h} instanceof ${o.ValidationError})`,()=>s.throw(h)),p(h),i||s.assign(m,!1)}),t.ok(m)}function l(){t.result((0,R0.callValidateCode)(t,e,u),()=>f(e),()=>p(e))}function p(m){let h=(0,Tt._)`${m}.errors`;s.assign(lo.default.vErrors,(0,Tt._)`${lo.default.vErrors} === null ? ${h} : ${lo.default.vErrors}.concat(${h})`),s.assign(lo.default.errors,(0,Tt._)`${lo.default.vErrors}.length`)}function f(m){var h;if(!o.opts.unevaluated)return;let g=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(o.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(o.props=gu.mergeEvaluated.props(s,g.props,o.props));else{let _=s.var("props",(0,Tt._)`${m}.evaluated.props`);o.props=gu.mergeEvaluated.props(s,_,o.props,Tt.Name)}if(o.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(o.items=gu.mergeEvaluated.items(s,g.items,o.items));else{let _=s.var("items",(0,Tt._)`${m}.evaluated.items`);o.items=gu.mergeEvaluated.items(s,_,o.items,Tt.Name)}}}ms.callRef=yu;ms.default=mj});var A0=D(rg=>{"use strict";Object.defineProperty(rg,"__esModule",{value:!0});var fj=P0(),hj=I0(),gj=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",fj.default,hj.default];rg.default=gj});var N0=D(ng=>{"use strict";Object.defineProperty(ng,"__esModule",{value:!0});var _u=re(),vn=_u.operators,vu={maximum:{okStr:"<=",ok:vn.LTE,fail:vn.GT},minimum:{okStr:">=",ok:vn.GTE,fail:vn.LT},exclusiveMaximum:{okStr:"<",ok:vn.LT,fail:vn.GTE},exclusiveMinimum:{okStr:">",ok:vn.GT,fail:vn.LTE}},yj={message:({keyword:t,schemaCode:e})=>(0,_u.str)`must be ${vu[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,_u._)`{comparison: ${vu[t].okStr}, limit: ${e}}`},_j={keyword:Object.keys(vu),type:"number",schemaType:"number",$data:!0,error:yj,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,_u._)`${r} ${vu[e].fail} ${n} || isNaN(${r})`)}};ng.default=_j});var D0=D(sg=>{"use strict";Object.defineProperty(sg,"__esModule",{value:!0});var ji=re(),vj={message:({schemaCode:t})=>(0,ji.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,ji._)`{multipleOf: ${t}}`},xj={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:vj,code(t){let{gen:e,data:r,schemaCode:n,it:s}=t,o=s.opts.multipleOfPrecision,i=e.let("res"),a=o?(0,ji._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${o}`:(0,ji._)`${i} !== parseInt(${i})`;t.fail$data((0,ji._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};sg.default=xj});var j0=D(og=>{"use strict";Object.defineProperty(og,"__esModule",{value:!0});function M0(t){let e=t.length,r=0,n=0,s;for(;n<e;)r++,s=t.charCodeAt(n++),s>=55296&&s<=56319&&n<e&&(s=t.charCodeAt(n),(s&64512)===56320&&n++);return r}og.default=M0;M0.code='require("ajv/dist/runtime/ucs2length").default'});var z0=D(ig=>{"use strict";Object.defineProperty(ig,"__esModule",{value:!0});var fs=re(),bj=me(),Sj=j0(),kj={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,fs.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,fs._)`{limit: ${t}}`},wj={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:kj,code(t){let{keyword:e,data:r,schemaCode:n,it:s}=t,o=e==="maxLength"?fs.operators.GT:fs.operators.LT,i=s.opts.unicode===!1?(0,fs._)`${r}.length`:(0,fs._)`${(0,bj.useFunc)(t.gen,Sj.default)}(${r})`;t.fail$data((0,fs._)`${i} ${o} ${n}`)}};ig.default=wj});var L0=D(ag=>{"use strict";Object.defineProperty(ag,"__esModule",{value:!0});var Ej=Yt(),$j=me(),po=re(),Tj={message:({schemaCode:t})=>(0,po.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,po._)`{pattern: ${t}}`},Pj={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:Tj,code(t){let{gen:e,data:r,$data:n,schema:s,schemaCode:o,it:i}=t,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,po._)`new RegExp`:(0,$j.useFunc)(e,c),d=e.let("valid");e.try(()=>e.assign(d,(0,po._)`${u}(${o}, ${a}).test(${r})`),()=>e.assign(d,!1)),t.fail$data((0,po._)`!${d}`)}else{let c=(0,Ej.usePattern)(t,s);t.fail$data((0,po._)`!${c}.test(${r})`)}}};ag.default=Pj});var F0=D(cg=>{"use strict";Object.defineProperty(cg,"__esModule",{value:!0});var zi=re(),Rj={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,zi.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,zi._)`{limit: ${t}}`},Cj={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:Rj,code(t){let{keyword:e,data:r,schemaCode:n}=t,s=e==="maxProperties"?zi.operators.GT:zi.operators.LT;t.fail$data((0,zi._)`Object.keys(${r}).length ${s} ${n}`)}};cg.default=Cj});var U0=D(ug=>{"use strict";Object.defineProperty(ug,"__esModule",{value:!0});var Li=Yt(),Fi=re(),Oj=me(),Ij={message:({params:{missingProperty:t}})=>(0,Fi.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Fi._)`{missingProperty: ${t}}`},Aj={keyword:"required",type:"object",schemaType:"array",$data:!0,error:Ij,code(t){let{gen:e,schema:r,schemaCode:n,data:s,$data:o,it:i}=t,{opts:a}=i;if(!o&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():d(),a.strictRequired){let f=t.parentSchema.properties,{definedProperties:m}=t.it;for(let h of r)if(f?.[h]===void 0&&!m.has(h)){let g=i.schemaEnv.baseId+i.errSchemaPath,_=`required property "${h}" is not defined at "${g}" (strictRequired)`;(0,Oj.checkStrictMode)(i,_,i.opts.strictRequired)}}function u(){if(c||o)t.block$data(Fi.nil,l);else for(let f of r)(0,Li.checkReportMissingProp)(t,f)}function d(){let f=e.let("missing");if(c||o){let m=e.let("valid",!0);t.block$data(m,()=>p(f,m)),t.ok(m)}else e.if((0,Li.checkMissingProp)(t,r,f)),(0,Li.reportMissingProp)(t,f),e.else()}function l(){e.forOf("prop",n,f=>{t.setParams({missingProperty:f}),e.if((0,Li.noPropertyInData)(e,s,f,a.ownProperties),()=>t.error())})}function p(f,m){t.setParams({missingProperty:f}),e.forOf(f,n,()=>{e.assign(m,(0,Li.propertyInData)(e,s,f,a.ownProperties)),e.if((0,Fi.not)(m),()=>{t.error(),e.break()})},Fi.nil)}}};ug.default=Aj});var H0=D(lg=>{"use strict";Object.defineProperty(lg,"__esModule",{value:!0});var Ui=re(),Nj={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Ui.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Ui._)`{limit: ${t}}`},Dj={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:Nj,code(t){let{keyword:e,data:r,schemaCode:n}=t,s=e==="maxItems"?Ui.operators.GT:Ui.operators.LT;t.fail$data((0,Ui._)`${r}.length ${s} ${n}`)}};lg.default=Dj});var xu=D(dg=>{"use strict";Object.defineProperty(dg,"__esModule",{value:!0});var Z0=Dh();Z0.code='require("ajv/dist/runtime/equal").default';dg.default=Z0});var B0=D(mg=>{"use strict";Object.defineProperty(mg,"__esModule",{value:!0});var pg=Ti(),rt=re(),Mj=me(),jj=xu(),zj={message:({params:{i:t,j:e}})=>(0,rt.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,rt._)`{i: ${t}, j: ${e}}`},Lj={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:zj,code(t){let{gen:e,data:r,$data:n,schema:s,parentSchema:o,schemaCode:i,it:a}=t;if(!n&&!s)return;let c=e.let("valid"),u=o.items?(0,pg.getSchemaTypes)(o.items):[];t.block$data(c,d,(0,rt._)`${i} === false`),t.ok(c);function d(){let m=e.let("i",(0,rt._)`${r}.length`),h=e.let("j");t.setParams({i:m,j:h}),e.assign(c,!0),e.if((0,rt._)`${m} > 1`,()=>(l()?p:f)(m,h))}function l(){return u.length>0&&!u.some(m=>m==="object"||m==="array")}function p(m,h){let g=e.name("item"),_=(0,pg.checkDataTypes)(u,g,a.opts.strictNumbers,pg.DataType.Wrong),x=e.const("indices",(0,rt._)`{}`);e.for((0,rt._)`;${m}--;`,()=>{e.let(g,(0,rt._)`${r}[${m}]`),e.if(_,(0,rt._)`continue`),u.length>1&&e.if((0,rt._)`typeof ${g} == "string"`,(0,rt._)`${g} += "_"`),e.if((0,rt._)`typeof ${x}[${g}] == "number"`,()=>{e.assign(h,(0,rt._)`${x}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,rt._)`${x}[${g}] = ${m}`)})}function f(m,h){let g=(0,Mj.useFunc)(e,jj.default),_=e.name("outer");e.label(_).for((0,rt._)`;${m}--;`,()=>e.for((0,rt._)`${h} = ${m}; ${h}--;`,()=>e.if((0,rt._)`${g}(${r}[${m}], ${r}[${h}])`,()=>{t.error(),e.assign(c,!1).break(_)})))}}};mg.default=Lj});var q0=D(hg=>{"use strict";Object.defineProperty(hg,"__esModule",{value:!0});var fg=re(),Fj=me(),Uj=xu(),Hj={message:"must be equal to constant",params:({schemaCode:t})=>(0,fg._)`{allowedValue: ${t}}`},Zj={keyword:"const",$data:!0,error:Hj,code(t){let{gen:e,data:r,$data:n,schemaCode:s,schema:o}=t;n||o&&typeof o=="object"?t.fail$data((0,fg._)`!${(0,Fj.useFunc)(e,Uj.default)}(${r}, ${s})`):t.fail((0,fg._)`${o} !== ${r}`)}};hg.default=Zj});var V0=D(gg=>{"use strict";Object.defineProperty(gg,"__esModule",{value:!0});var Hi=re(),Bj=me(),qj=xu(),Vj={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Hi._)`{allowedValues: ${t}}`},Wj={keyword:"enum",schemaType:"array",$data:!0,error:Vj,code(t){let{gen:e,data:r,$data:n,schema:s,schemaCode:o,it:i}=t;if(!n&&s.length===0)throw new Error("enum must have non-empty array");let a=s.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,Bj.useFunc)(e,qj.default)),d;if(a||n)d=e.let("valid"),t.block$data(d,l);else{if(!Array.isArray(s))throw new Error("ajv implementation error");let f=e.const("vSchema",o);d=(0,Hi.or)(...s.map((m,h)=>p(f,h)))}t.pass(d);function l(){e.assign(d,!1),e.forOf("v",o,f=>e.if((0,Hi._)`${u()}(${r}, ${f})`,()=>e.assign(d,!0).break()))}function p(f,m){let h=s[m];return typeof h=="object"&&h!==null?(0,Hi._)`${u()}(${r}, ${f}[${m}])`:(0,Hi._)`${r} === ${h}`}}};gg.default=Wj});var W0=D(yg=>{"use strict";Object.defineProperty(yg,"__esModule",{value:!0});var Gj=N0(),Kj=D0(),Jj=z0(),Yj=L0(),Xj=F0(),Qj=U0(),ez=H0(),tz=B0(),rz=q0(),nz=V0(),sz=[Gj.default,Kj.default,Jj.default,Yj.default,Xj.default,Qj.default,ez.default,tz.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},rz.default,nz.default];yg.default=sz});var vg=D(Zi=>{"use strict";Object.defineProperty(Zi,"__esModule",{value:!0});Zi.validateAdditionalItems=void 0;var hs=re(),_g=me(),oz={message:({params:{len:t}})=>(0,hs.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,hs._)`{limit: ${t}}`},iz={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:oz,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,_g.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}G0(t,n)}};function G0(t,e){let{gen:r,schema:n,data:s,keyword:o,it:i}=t;i.items=!0;let a=r.const("len",(0,hs._)`${s}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,hs._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,_g.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,hs._)`${a} <= ${e.length}`);r.if((0,hs.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,d=>{t.subschema({keyword:o,dataProp:d,dataPropType:_g.Type.Num},u),i.allErrors||r.if((0,hs.not)(u),()=>r.break())})}}Zi.validateAdditionalItems=G0;Zi.default=iz});var xg=D(Bi=>{"use strict";Object.defineProperty(Bi,"__esModule",{value:!0});Bi.validateTuple=void 0;var K0=re(),bu=me(),az=Yt(),cz={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return J0(t,"additionalItems",e);r.items=!0,!(0,bu.alwaysValidSchema)(r,e)&&t.ok((0,az.validateArray)(t))}};function J0(t,e,r=t.schema){let{gen:n,parentSchema:s,data:o,keyword:i,it:a}=t;d(s),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=bu.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,K0._)`${o}.length`);r.forEach((l,p)=>{(0,bu.alwaysValidSchema)(a,l)||(n.if((0,K0._)`${u} > ${p}`,()=>t.subschema({keyword:i,schemaProp:p,dataProp:p},c)),t.ok(c))});function d(l){let{opts:p,errSchemaPath:f}=a,m=r.length,h=m===l.minItems&&(m===l.maxItems||l[e]===!1);if(p.strictTuples&&!h){let g=`"${i}" is ${m}-tuple, but minItems or maxItems/${e} are not specified or different at path "${f}"`;(0,bu.checkStrictMode)(a,g,p.strictTuples)}}}Bi.validateTuple=J0;Bi.default=cz});var Y0=D(bg=>{"use strict";Object.defineProperty(bg,"__esModule",{value:!0});var uz=xg(),lz={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,uz.validateTuple)(t,"items")};bg.default=lz});var Q0=D(Sg=>{"use strict";Object.defineProperty(Sg,"__esModule",{value:!0});var X0=re(),dz=me(),pz=Yt(),mz=vg(),fz={message:({params:{len:t}})=>(0,X0.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,X0._)`{limit: ${t}}`},hz={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:fz,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:s}=r;n.items=!0,!(0,dz.alwaysValidSchema)(n,e)&&(s?(0,mz.validateAdditionalItems)(t,s):t.ok((0,pz.validateArray)(t)))}};Sg.default=hz});var ew=D(kg=>{"use strict";Object.defineProperty(kg,"__esModule",{value:!0});var Qt=re(),Su=me(),gz={message:({params:{min:t,max:e}})=>e===void 0?(0,Qt.str)`must contain at least ${t} valid item(s)`:(0,Qt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,Qt._)`{minContains: ${t}}`:(0,Qt._)`{minContains: ${t}, maxContains: ${e}}`},yz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:gz,code(t){let{gen:e,schema:r,parentSchema:n,data:s,it:o}=t,i,a,{minContains:c,maxContains:u}=n;o.opts.next?(i=c===void 0?1:c,a=u):i=1;let d=e.const("len",(0,Qt._)`${s}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,Su.checkStrictMode)(o,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Su.checkStrictMode)(o,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Su.alwaysValidSchema)(o,r)){let h=(0,Qt._)`${d} >= ${i}`;a!==void 0&&(h=(0,Qt._)`${h} && ${d} <= ${a}`),t.pass(h);return}o.items=!0;let l=e.name("valid");a===void 0&&i===1?f(l,()=>e.if(l,()=>e.break())):i===0?(e.let(l,!0),a!==void 0&&e.if((0,Qt._)`${s}.length > 0`,p)):(e.let(l,!1),p()),t.result(l,()=>t.reset());function p(){let h=e.name("_valid"),g=e.let("count",0);f(h,()=>e.if(h,()=>m(g)))}function f(h,g){e.forRange("i",0,d,_=>{t.subschema({keyword:"contains",dataProp:_,dataPropType:Su.Type.Num,compositeRule:!0},h),g()})}function m(h){e.code((0,Qt._)`${h}++`),a===void 0?e.if((0,Qt._)`${h} >= ${i}`,()=>e.assign(l,!0).break()):(e.if((0,Qt._)`${h} > ${a}`,()=>e.assign(l,!1).break()),i===1?e.assign(l,!0):e.if((0,Qt._)`${h} >= ${i}`,()=>e.assign(l,!0)))}}};kg.default=yz});var nw=D(Rr=>{"use strict";Object.defineProperty(Rr,"__esModule",{value:!0});Rr.validateSchemaDeps=Rr.validatePropertyDeps=Rr.error=void 0;var wg=re(),_z=me(),qi=Yt();Rr.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,wg.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,wg._)`{property: ${t},
|
|
68
|
+
|| ${i} === "boolean" || ${s} === null`).assign(a,(0,ee._)`[${s}]`)}}}function rD({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,ee._)`${e} !== undefined`,()=>t.assign((0,ee._)`${e}[${r}]`,n))}function Oh(t,e,r,n=ao.Correct){let s=n===ao.Correct?ee.operators.EQ:ee.operators.NEQ,o;switch(t){case"null":return(0,ee._)`${e} ${s} null`;case"array":o=(0,ee._)`Array.isArray(${e})`;break;case"object":o=(0,ee._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":o=i((0,ee._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":o=i();break;default:return(0,ee._)`typeof ${e} ${s} ${t}`}return n===ao.Correct?o:(0,ee.not)(o);function i(a=ee.nil){return(0,ee.and)((0,ee._)`typeof ${e} == "number"`,a,r?(0,ee._)`isFinite(${e})`:ee.nil)}}ct.checkDataType=Oh;function Ih(t,e,r,n){if(t.length===1)return Oh(t[0],e,r,n);let s,o=(0,Tk.toHash)(t);if(o.array&&o.object){let i=(0,ee._)`typeof ${e} != "object"`;s=o.null?i:(0,ee._)`!${e} || ${i}`,delete o.null,delete o.array,delete o.object}else s=ee.nil;o.number&&delete o.integer;for(let i in o)s=(0,ee.and)(s,Oh(i,e,r,n));return s}ct.checkDataTypes=Ih;var nD={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,ee._)`{type: ${t}}`:(0,ee._)`{type: ${e}}`};function Ah(t){let e=sD(t);(0,Y1.reportError)(e,nD)}ct.reportTypeError=Ah;function sD(t){let{gen:e,data:r,schema:n}=t,s=(0,Tk.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:s,schemaValue:s,parentSchema:n,params:{},it:t}}});var Ok=D(iu=>{"use strict";Object.defineProperty(iu,"__esModule",{value:!0});iu.assignDefaults=void 0;var co=re(),oD=pe();function iD(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let s in r)Ck(t,s,r[s].default);else e==="array"&&Array.isArray(n)&&n.forEach((s,o)=>Ck(t,o,s.default))}iu.assignDefaults=iD;function Ck(t,e,r){let{gen:n,compositeRule:s,data:o,opts:i}=t;if(r===void 0)return;let a=(0,co._)`${o}${(0,co.getProperty)(e)}`;if(s){(0,oD.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,co._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,co._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,co._)`${a} = ${(0,co.stringify)(r)}`)}});var Jt=D(be=>{"use strict";Object.defineProperty(be,"__esModule",{value:!0});be.validateUnion=be.validateArray=be.usePattern=be.callValidateCode=be.schemaProperties=be.allSchemaProperties=be.noPropertyInData=be.propertyInData=be.isOwnProperty=be.hasPropFunc=be.reportMissingProp=be.checkMissingProp=be.checkReportMissingProp=void 0;var Re=re(),Nh=pe(),yn=Zr(),aD=pe();function cD(t,e){let{gen:r,data:n,it:s}=t;r.if(Mh(r,n,e,s.opts.ownProperties),()=>{t.setParams({missingProperty:(0,Re._)`${e}`},!0),t.error()})}be.checkReportMissingProp=cD;function uD({gen:t,data:e,it:{opts:r}},n,s){return(0,Re.or)(...n.map(o=>(0,Re.and)(Mh(t,e,o,r.ownProperties),(0,Re._)`${s} = ${o}`)))}be.checkMissingProp=uD;function lD(t,e){t.setParams({missingProperty:e},!0),t.error()}be.reportMissingProp=lD;function Ik(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Re._)`Object.prototype.hasOwnProperty`})}be.hasPropFunc=Ik;function Dh(t,e,r){return(0,Re._)`${Ik(t)}.call(${e}, ${r})`}be.isOwnProperty=Dh;function dD(t,e,r,n){let s=(0,Re._)`${e}${(0,Re.getProperty)(r)} !== undefined`;return n?(0,Re._)`${s} && ${Dh(t,e,r)}`:s}be.propertyInData=dD;function Mh(t,e,r,n){let s=(0,Re._)`${e}${(0,Re.getProperty)(r)} === undefined`;return n?(0,Re.or)(s,(0,Re.not)(Dh(t,e,r))):s}be.noPropertyInData=Mh;function Ak(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}be.allSchemaProperties=Ak;function pD(t,e){return Ak(e).filter(r=>!(0,Nh.alwaysValidSchema)(t,e[r]))}be.schemaProperties=pD;function mD({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:s,errorPath:o},it:i},a,c,u){let d=u?(0,Re._)`${t}, ${e}, ${n}${s}`:e,l=[[yn.default.instancePath,(0,Re.strConcat)(yn.default.instancePath,o)],[yn.default.parentData,i.parentData],[yn.default.parentDataProperty,i.parentDataProperty],[yn.default.rootData,yn.default.rootData]];i.opts.dynamicRef&&l.push([yn.default.dynamicAnchors,yn.default.dynamicAnchors]);let p=(0,Re._)`${d}, ${r.object(...l)}`;return c!==Re.nil?(0,Re._)`${a}.call(${c}, ${p})`:(0,Re._)`${a}(${p})`}be.callValidateCode=mD;var fD=(0,Re._)`new RegExp`;function hD({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:s}=e.code,o=s(r,n);return t.scopeValue("pattern",{key:o.toString(),ref:o,code:(0,Re._)`${s.code==="new RegExp"?fD:(0,aD.useFunc)(t,s)}(${r}, ${n})`})}be.usePattern=hD;function gD(t){let{gen:e,data:r,keyword:n,it:s}=t,o=e.name("valid");if(s.allErrors){let a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(o,!0),i(()=>e.break()),o;function i(a){let c=e.const("len",(0,Re._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:Nh.Type.Num},o),e.if((0,Re.not)(o),a)})}}be.validateArray=gD;function yD(t){let{gen:e,schema:r,keyword:n,it:s}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Nh.alwaysValidSchema)(s,c))&&!s.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let d=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,Re._)`${i} || ${a}`),t.mergeValidEvaluated(d,a)||e.if((0,Re.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}be.validateUnion=yD});var Mk=D(Pr=>{"use strict";Object.defineProperty(Pr,"__esModule",{value:!0});Pr.validateKeywordUsage=Pr.validSchemaType=Pr.funcKeywordCode=Pr.macroKeywordCode=void 0;var yt=re(),fs=Zr(),_D=Jt(),vD=Pi();function bD(t,e){let{gen:r,keyword:n,schema:s,parentSchema:o,it:i}=t,a=e.macro.call(i.self,s,o,i),c=Dk(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:yt.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}Pr.macroKeywordCode=bD;function xD(t,e){var r;let{gen:n,keyword:s,schema:o,parentSchema:i,$data:a,it:c}=t;kD(c,e);let u=!a&&e.compile?e.compile.call(c.self,o,i,c):e.validate,d=Dk(n,s,u),l=n.let("valid");t.block$data(l,p),t.ok((r=e.valid)!==null&&r!==void 0?r:l);function p(){if(e.errors===!1)h(),e.modifying&&Nk(t),g(()=>t.error());else{let _=e.async?f():m();e.modifying&&Nk(t),g(()=>SD(t,_))}}function f(){let _=n.let("ruleErrs",null);return n.try(()=>h((0,yt._)`await `),b=>n.assign(l,!1).if((0,yt._)`${b} instanceof ${c.ValidationError}`,()=>n.assign(_,(0,yt._)`${b}.errors`),()=>n.throw(b))),_}function m(){let _=(0,yt._)`${d}.errors`;return n.assign(_,null),h(yt.nil),_}function h(_=e.async?(0,yt._)`await `:yt.nil){let b=c.opts.passContext?fs.default.this:fs.default.self,y=!("compile"in e&&!a||e.schema===!1);n.assign(l,(0,yt._)`${_}${(0,_D.callValidateCode)(t,d,b,y)}`,e.modifying)}function g(_){var b;n.if((0,yt.not)((b=e.valid)!==null&&b!==void 0?b:l),_)}}Pr.funcKeywordCode=xD;function Nk(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,yt._)`${n.parentData}[${n.parentDataProperty}]`))}function SD(t,e){let{gen:r}=t;r.if((0,yt._)`Array.isArray(${e})`,()=>{r.assign(fs.default.vErrors,(0,yt._)`${fs.default.vErrors} === null ? ${e} : ${fs.default.vErrors}.concat(${e})`).assign(fs.default.errors,(0,yt._)`${fs.default.vErrors}.length`),(0,vD.extendErrors)(t)},()=>t.error())}function kD({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Dk(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,yt.stringify)(r)})}function wD(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}Pr.validSchemaType=wD;function ED({schema:t,opts:e,self:r,errSchemaPath:n},s,o){if(Array.isArray(s.keyword)?!s.keyword.includes(o):s.keyword!==o)throw new Error("ajv implementation error");let i=s.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${o}: ${i.join(",")}`);if(s.validateSchema&&!s.validateSchema(t[o])){let c=`keyword "${o}" value is invalid at path "${n}": `+r.errorsText(s.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}Pr.validateKeywordUsage=ED});var zk=D(_n=>{"use strict";Object.defineProperty(_n,"__esModule",{value:!0});_n.extendSubschemaMode=_n.extendSubschemaData=_n.getSubschema=void 0;var Rr=re(),jk=pe();function $D(t,{keyword:e,schemaProp:r,schema:n,schemaPath:s,errSchemaPath:o,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,Rr._)`${t.schemaPath}${(0,Rr.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,Rr._)`${t.schemaPath}${(0,Rr.getProperty)(e)}${(0,Rr.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,jk.escapeFragment)(r)}`}}if(n!==void 0){if(s===void 0||o===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:s,topSchemaRef:i,errSchemaPath:o}}throw new Error('either "keyword" or "schema" must be passed')}_n.getSubschema=$D;function TD(t,e,{dataProp:r,dataPropType:n,data:s,dataTypes:o,propertyName:i}){if(s!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:d,opts:l}=e,p=a.let("data",(0,Rr._)`${e.data}${(0,Rr.getProperty)(r)}`,!0);c(p),t.errorPath=(0,Rr.str)`${u}${(0,jk.getErrorPath)(r,n,l.jsPropertySyntax)}`,t.parentDataProperty=(0,Rr._)`${r}`,t.dataPathArr=[...d,t.parentDataProperty]}if(s!==void 0){let u=s instanceof Rr.Name?s:a.let("data",s,!0);c(u),i!==void 0&&(t.propertyName=i)}o&&(t.dataTypes=o);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}_n.extendSubschemaData=TD;function PD(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:s,allErrors:o}){n!==void 0&&(t.compositeRule=n),s!==void 0&&(t.createErrors=s),o!==void 0&&(t.allErrors=o),t.jtdDiscriminator=e,t.jtdMetadata=r}_n.extendSubschemaMode=PD});var jh=D((l6,Lk)=>{"use strict";Lk.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,s,o;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(s=n;s--!==0;)if(!t(e[s],r[s]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(o=Object.keys(e),n=o.length,n!==Object.keys(r).length)return!1;for(s=n;s--!==0;)if(!Object.prototype.hasOwnProperty.call(r,o[s]))return!1;for(s=n;s--!==0;){var i=o[s];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}});var Uk=D((d6,Fk)=>{"use strict";var vn=Fk.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},s=r.post||function(){};au(e,n,s,t,"",t)};vn.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};vn.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};vn.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};vn.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function au(t,e,r,n,s,o,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,s,o,i,a,c,u);for(var d in n){var l=n[d];if(Array.isArray(l)){if(d in vn.arrayKeywords)for(var p=0;p<l.length;p++)au(t,e,r,l[p],s+"/"+d+"/"+p,o,s,d,n,p)}else if(d in vn.propsKeywords){if(l&&typeof l=="object")for(var f in l)au(t,e,r,l[f],s+"/"+d+"/"+RD(f),o,s,d,n,f)}else(d in vn.keywords||t.allKeys&&!(d in vn.skipKeywords))&&au(t,e,r,l,s+"/"+d,o,s,d,n)}r(n,s,o,i,a,c,u)}}function RD(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var Ci=D($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.getSchemaRefs=$t.resolveUrl=$t.normalizeId=$t._getFullPath=$t.getFullPath=$t.inlineRef=void 0;var CD=pe(),OD=jh(),ID=Uk(),AD=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function ND(t,e=!0){return typeof t=="boolean"?!0:e===!0?!zh(t):e?Hk(t)<=e:!1}$t.inlineRef=ND;var DD=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function zh(t){for(let e in t){if(DD.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(zh)||typeof r=="object"&&zh(r))return!0}return!1}function Hk(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!AD.has(r)&&(typeof t[r]=="object"&&(0,CD.eachItem)(t[r],n=>e+=Hk(n)),e===1/0))return 1/0}return e}function Zk(t,e="",r){r!==!1&&(e=uo(e));let n=t.parse(e);return Bk(t,n)}$t.getFullPath=Zk;function Bk(t,e){return t.serialize(e).split("#")[0]+"#"}$t._getFullPath=Bk;var MD=/#\/?$/;function uo(t){return t?t.replace(MD,""):""}$t.normalizeId=uo;function jD(t,e,r){return r=uo(r),t.resolve(e,r)}$t.resolveUrl=jD;var zD=/^[a-z_][-a-z0-9._]*$/i;function LD(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,s=uo(t[r]||e),o={"":s},i=Zk(n,s,!1),a={},c=new Set;return ID(t,{allKeys:!0},(l,p,f,m)=>{if(m===void 0)return;let h=i+p,g=o[m];typeof l[r]=="string"&&(g=_.call(this,l[r])),b.call(this,l.$anchor),b.call(this,l.$dynamicAnchor),o[p]=g;function _(y){let v=this.opts.uriResolver.resolve;if(y=uo(g?v(g,y):y),c.has(y))throw d(y);c.add(y);let S=this.refs[y];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?u(l,S.schema,y):y!==uo(h)&&(y[0]==="#"?(u(l,a[y],y),a[y]=l):this.refs[y]=h),y}function b(y){if(typeof y=="string"){if(!zD.test(y))throw new Error(`invalid anchor "${y}"`);_.call(this,`#${y}`)}}}),a;function u(l,p,f){if(p!==void 0&&!OD(l,p))throw d(f)}function d(l){return new Error(`reference "${l}" resolves to more than one schema`)}}$t.getSchemaRefs=LD});var Ai=D(bn=>{"use strict";Object.defineProperty(bn,"__esModule",{value:!0});bn.getData=bn.KeywordCxt=bn.validateFunctionCode=void 0;var Kk=wk(),qk=Ri(),Fh=Ch(),cu=Ri(),FD=Ok(),Ii=Mk(),Lh=zk(),B=re(),Y=Zr(),UD=Ci(),Br=pe(),Oi=Pi();function HD(t){if(Xk(t)&&(Qk(t),Yk(t))){qD(t);return}Jk(t,()=>(0,Kk.topBoolOrEmptySchema)(t))}bn.validateFunctionCode=HD;function Jk({gen:t,validateName:e,schema:r,schemaEnv:n,opts:s},o){s.code.es5?t.func(e,(0,B._)`${Y.default.data}, ${Y.default.valCxt}`,n.$async,()=>{t.code((0,B._)`"use strict"; ${Vk(r,s)}`),BD(t,s),t.code(o)}):t.func(e,(0,B._)`${Y.default.data}, ${ZD(s)}`,n.$async,()=>t.code(Vk(r,s)).code(o))}function ZD(t){return(0,B._)`{${Y.default.instancePath}="", ${Y.default.parentData}, ${Y.default.parentDataProperty}, ${Y.default.rootData}=${Y.default.data}${t.dynamicRef?(0,B._)`, ${Y.default.dynamicAnchors}={}`:B.nil}}={}`}function BD(t,e){t.if(Y.default.valCxt,()=>{t.var(Y.default.instancePath,(0,B._)`${Y.default.valCxt}.${Y.default.instancePath}`),t.var(Y.default.parentData,(0,B._)`${Y.default.valCxt}.${Y.default.parentData}`),t.var(Y.default.parentDataProperty,(0,B._)`${Y.default.valCxt}.${Y.default.parentDataProperty}`),t.var(Y.default.rootData,(0,B._)`${Y.default.valCxt}.${Y.default.rootData}`),e.dynamicRef&&t.var(Y.default.dynamicAnchors,(0,B._)`${Y.default.valCxt}.${Y.default.dynamicAnchors}`)},()=>{t.var(Y.default.instancePath,(0,B._)`""`),t.var(Y.default.parentData,(0,B._)`undefined`),t.var(Y.default.parentDataProperty,(0,B._)`undefined`),t.var(Y.default.rootData,Y.default.data),e.dynamicRef&&t.var(Y.default.dynamicAnchors,(0,B._)`{}`)})}function qD(t){let{schema:e,opts:r,gen:n}=t;Jk(t,()=>{r.$comment&&e.$comment&&t0(t),JD(t),n.let(Y.default.vErrors,null),n.let(Y.default.errors,0),r.unevaluated&&VD(t),e0(t),QD(t)})}function VD(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,B._)`${r}.evaluated`),e.if((0,B._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,B._)`${t.evaluated}.props`,(0,B._)`undefined`)),e.if((0,B._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,B._)`${t.evaluated}.items`,(0,B._)`undefined`))}function Vk(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,B._)`/*# sourceURL=${r} */`:B.nil}function WD(t,e){if(Xk(t)&&(Qk(t),Yk(t))){GD(t,e);return}(0,Kk.boolOrEmptySchema)(t,e)}function Yk({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function Xk(t){return typeof t.schema!="boolean"}function GD(t,e){let{schema:r,gen:n,opts:s}=t;s.$comment&&r.$comment&&t0(t),YD(t),XD(t);let o=n.const("_errs",Y.default.errors);e0(t,o),n.var(e,(0,B._)`${o} === ${Y.default.errors}`)}function Qk(t){(0,Br.checkUnknownRules)(t),KD(t)}function e0(t,e){if(t.opts.jtd)return Wk(t,[],!1,e);let r=(0,qk.getSchemaTypes)(t.schema),n=(0,qk.coerceAndCheckDataType)(t,r);Wk(t,r,!n,e)}function KD(t){let{schema:e,errSchemaPath:r,opts:n,self:s}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Br.schemaHasRulesButRef)(e,s.RULES)&&s.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function JD(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Br.checkStrictMode)(t,"default is ignored in the schema root")}function YD(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,UD.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function XD(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function t0({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:s}){let o=r.$comment;if(s.$comment===!0)t.code((0,B._)`${Y.default.self}.logger.log(${o})`);else if(typeof s.$comment=="function"){let i=(0,B.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,B._)`${Y.default.self}.opts.$comment(${o}, ${i}, ${a}.schema)`)}}function QD(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:s,opts:o}=t;r.$async?e.if((0,B._)`${Y.default.errors} === 0`,()=>e.return(Y.default.data),()=>e.throw((0,B._)`new ${s}(${Y.default.vErrors})`)):(e.assign((0,B._)`${n}.errors`,Y.default.vErrors),o.unevaluated&&eM(t),e.return((0,B._)`${Y.default.errors} === 0`))}function eM({gen:t,evaluated:e,props:r,items:n}){r instanceof B.Name&&t.assign((0,B._)`${e}.props`,r),n instanceof B.Name&&t.assign((0,B._)`${e}.items`,n)}function Wk(t,e,r,n){let{gen:s,schema:o,data:i,allErrors:a,opts:c,self:u}=t,{RULES:d}=u;if(o.$ref&&(c.ignoreKeywordsWithRef||!(0,Br.schemaHasRulesButRef)(o,d))){s.block(()=>n0(t,"$ref",d.all.$ref.definition));return}c.jtd||tM(t,e),s.block(()=>{for(let p of d.rules)l(p);l(d.post)});function l(p){(0,Fh.shouldUseGroup)(o,p)&&(p.type?(s.if((0,cu.checkDataType)(p.type,i,c.strictNumbers)),Gk(t,p),e.length===1&&e[0]===p.type&&r&&(s.else(),(0,cu.reportTypeError)(t)),s.endIf()):Gk(t,p),a||s.if((0,B._)`${Y.default.errors} === ${n||0}`))}}function Gk(t,e){let{gen:r,schema:n,opts:{useDefaults:s}}=t;s&&(0,FD.assignDefaults)(t,e.type),r.block(()=>{for(let o of e.rules)(0,Fh.shouldUseRule)(n,o)&&n0(t,o.keyword,o.definition,e.type)})}function tM(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(rM(t,e),t.opts.allowUnionTypes||nM(t,e),sM(t,t.dataTypes))}function rM(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{r0(t.dataTypes,r)||Uh(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),iM(t,e)}}function nM(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Uh(t,"use allowUnionTypes to allow union type keyword")}function sM(t,e){let r=t.self.RULES.all;for(let n in r){let s=r[n];if(typeof s=="object"&&(0,Fh.shouldUseRule)(t.schema,s)){let{type:o}=s.definition;o.length&&!o.some(i=>oM(e,i))&&Uh(t,`missing type "${o.join(",")}" for keyword "${n}"`)}}}function oM(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function r0(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function iM(t,e){let r=[];for(let n of t.dataTypes)r0(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Uh(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Br.checkStrictMode)(t,e,t.opts.strictTypes)}var uu=class{constructor(e,r,n){if((0,Ii.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Br.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",s0(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Ii.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",Y.default.errors))}result(e,r,n){this.failResult((0,B.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,B.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,B._)`${r} !== undefined && (${(0,B.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?Oi.reportExtraError:Oi.reportError)(this,this.def.error,r)}$dataError(){(0,Oi.reportError)(this,this.def.$dataError||Oi.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Oi.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=B.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=B.nil,r=B.nil){if(!this.$data)return;let{gen:n,schemaCode:s,schemaType:o,def:i}=this;n.if((0,B.or)((0,B._)`${s} === undefined`,r)),e!==B.nil&&n.assign(e,!0),(o.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==B.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:s,it:o}=this;return(0,B.or)(i(),a());function i(){if(n.length){if(!(r instanceof B.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,B._)`${(0,cu.checkDataTypes)(c,r,o.opts.strictNumbers,cu.DataType.Wrong)}`}return B.nil}function a(){if(s.validateSchema){let c=e.scopeValue("validate$data",{ref:s.validateSchema});return(0,B._)`!${c}(${r})`}return B.nil}}subschema(e,r){let n=(0,Lh.getSubschema)(this.it,e);(0,Lh.extendSubschemaData)(n,this.it,e),(0,Lh.extendSubschemaMode)(n,e);let s={...this.it,...n,items:void 0,props:void 0};return WD(s,r),s}mergeEvaluated(e,r){let{it:n,gen:s}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Br.mergeEvaluated.props(s,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Br.mergeEvaluated.items(s,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:s}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return s.if(r,()=>this.mergeEvaluated(e,B.Name)),!0}};bn.KeywordCxt=uu;function n0(t,e,r,n){let s=new uu(t,r,e);"code"in r?r.code(s,n):s.$data&&r.validate?(0,Ii.funcKeywordCode)(s,r):"macro"in r?(0,Ii.macroKeywordCode)(s,r):(r.compile||r.validate)&&(0,Ii.funcKeywordCode)(s,r)}var aM=/^\/(?:[^~]|~0|~1)*$/,cM=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function s0(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let s,o;if(t==="")return Y.default.rootData;if(t[0]==="/"){if(!aM.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);s=t,o=Y.default.rootData}else{let u=cM.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let d=+u[1];if(s=u[2],s==="#"){if(d>=e)throw new Error(c("property/index",d));return n[e-d]}if(d>e)throw new Error(c("data",d));if(o=r[e-d],!s)return o}let i=o,a=s.split("/");for(let u of a)u&&(o=(0,B._)`${o}${(0,B.getProperty)((0,Br.unescapeJsonPointer)(u))}`,i=(0,B._)`${i} && ${o}`);return i;function c(u,d){return`Cannot access ${u} ${d} levels up, current level is ${e}`}}bn.getData=s0});var lu=D(Zh=>{"use strict";Object.defineProperty(Zh,"__esModule",{value:!0});var Hh=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Zh.default=Hh});var Ni=D(Vh=>{"use strict";Object.defineProperty(Vh,"__esModule",{value:!0});var Bh=Ci(),qh=class extends Error{constructor(e,r,n,s){super(s||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Bh.resolveUrl)(e,r,n),this.missingSchema=(0,Bh.normalizeId)((0,Bh.getFullPath)(e,this.missingRef))}};Vh.default=qh});var pu=D(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.resolveSchema=Yt.getCompilingSchema=Yt.resolveRef=Yt.compileSchema=Yt.SchemaEnv=void 0;var pr=re(),uM=lu(),hs=Zr(),mr=Ci(),o0=pe(),lM=Ai(),lo=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,mr.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};Yt.SchemaEnv=lo;function Gh(t){let e=i0.call(this,t);if(e)return e;let r=(0,mr.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:s}=this.opts.code,{ownProperties:o}=this.opts,i=new pr.CodeGen(this.scope,{es5:n,lines:s,ownProperties:o}),a;t.$async&&(a=i.scopeValue("Error",{ref:uM.default,code:(0,pr._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:hs.default.data,parentData:hs.default.parentData,parentDataProperty:hs.default.parentDataProperty,dataNames:[hs.default.data],dataPathArr:[pr.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,pr.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:pr.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,pr._)`""`,opts:this.opts,self:this},d;try{this._compilations.add(t),(0,lM.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let l=i.toString();d=`${i.scopeRefs(hs.default.scope)}return ${l}`,this.opts.code.process&&(d=this.opts.code.process(d,t));let f=new Function(`${hs.default.self}`,`${hs.default.scope}`,d)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=t.schema,f.schemaEnv=t,t.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:l,scopeValues:i._values}),this.opts.unevaluated){let{props:m,items:h}=u;f.evaluated={props:m instanceof pr.Name?void 0:m,items:h instanceof pr.Name?void 0:h,dynamicProps:m instanceof pr.Name,dynamicItems:h instanceof pr.Name},f.source&&(f.source.evaluated=(0,pr.stringify)(f.evaluated))}return t.validate=f,t}catch(l){throw delete t.validate,delete t.validateName,d&&this.logger.error("Error compiling schema, function code:",d),l}finally{this._compilations.delete(t)}}Yt.compileSchema=Gh;function dM(t,e,r){var n;r=(0,mr.resolveUrl)(this.opts.uriResolver,e,r);let s=t.refs[r];if(s)return s;let o=fM.call(this,t,r);if(o===void 0){let i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(o=new lo({schema:i,schemaId:a,root:t,baseId:e}))}if(o!==void 0)return t.refs[r]=pM.call(this,o)}Yt.resolveRef=dM;function pM(t){return(0,mr.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:Gh.call(this,t)}function i0(t){for(let e of this._compilations)if(mM(e,t))return e}Yt.getCompilingSchema=i0;function mM(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function fM(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||du.call(this,t,e)}function du(t,e){let r=this.opts.uriResolver.parse(e),n=(0,mr._getFullPath)(this.opts.uriResolver,r),s=(0,mr.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===s)return Wh.call(this,r,t);let o=(0,mr.normalizeId)(n),i=this.refs[o]||this.schemas[o];if(typeof i=="string"){let a=du.call(this,t,i);return typeof a?.schema!="object"?void 0:Wh.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||Gh.call(this,i),o===(0,mr.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(s=(0,mr.resolveUrl)(this.opts.uriResolver,s,u)),new lo({schema:a,schemaId:c,root:t,baseId:s})}return Wh.call(this,r,i)}}Yt.resolveSchema=du;var hM=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Wh(t,{baseId:e,schema:r,root:n}){var s;if(((s=t.fragment)===null||s===void 0?void 0:s[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,o0.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!hM.has(a)&&u&&(e=(0,mr.resolveUrl)(this.opts.uriResolver,e,u))}let o;if(typeof r!="boolean"&&r.$ref&&!(0,o0.schemaHasRulesButRef)(r,this.RULES)){let a=(0,mr.resolveUrl)(this.opts.uriResolver,e,r.$ref);o=du.call(this,n,a)}let{schemaId:i}=this.opts;if(o=o||new lo({schema:r,schemaId:i,root:n,baseId:e}),o.schema!==o.root.schema)return o}});var a0=D((y6,gM)=>{gM.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var Jh=D((_6,d0)=>{"use strict";var yM=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),u0=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function Kh(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var _M=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function c0(t){return t.length=0,!0}function vM(t,e,r){if(t.length){let n=Kh(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function bM(t){let e=0,r={error:!1,address:"",zone:""},n=[],s=[],o=!1,i=!1,a=vM;for(let c=0;c<t.length;c++){let u=t[c];if(!(u==="["||u==="]"))if(u===":"){if(o===!0&&(i=!0),!a(s,n,r))break;if(++e>7){r.error=!0;break}c>0&&t[c-1]===":"&&(o=!0),n.push(":");continue}else if(u==="%"){if(!a(s,n,r))break;a=c0}else{s.push(u);continue}}return s.length&&(a===c0?r.zone=s.join(""):i?n.push(s.join("")):n.push(Kh(s))),r.address=n.join(""),r}function l0(t){if(xM(t,":")<2)return{host:t,isIPV6:!1};let e=bM(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,isIPV6:!0,escapedHost:n}}}function xM(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function SM(t){let e=t,r=[],n=-1,s=0;for(;s=e.length;){if(s===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(s===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(s===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}function kM(t,e){let r=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=r(t.scheme)),t.userinfo!==void 0&&(t.userinfo=r(t.userinfo)),t.host!==void 0&&(t.host=r(t.host)),t.path!==void 0&&(t.path=r(t.path)),t.query!==void 0&&(t.query=r(t.query)),t.fragment!==void 0&&(t.fragment=r(t.fragment)),t}function wM(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!u0(r)){let n=l0(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=t.host}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}d0.exports={nonSimpleDomain:_M,recomposeAuthority:wM,normalizeComponentEncoding:kM,removeDotSegments:SM,isIPv4:u0,isUUID:yM,normalizeIPv6:l0,stringArrayToHexStripped:Kh}});var g0=D((v6,h0)=>{"use strict";var{isUUID:EM}=Jh(),$M=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,TM=["http","https","ws","wss","urn","urn:uuid"];function PM(t){return TM.indexOf(t)!==-1}function Yh(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function p0(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function m0(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function RM(t){return t.secure=Yh(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function CM(t){if((t.port===(Yh(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function OM(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match($M);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let s=`${n}:${e.nid||t.nid}`,o=Xh(s);t.path=void 0,o&&(t=o.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function IM(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),s=`${r}:${e.nid||n}`,o=Xh(s);o&&(t=o.serialize(t,e));let i=t,a=t.nss;return i.path=`${n||e.nid}:${a}`,e.skipEscape=!0,i}function AM(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!EM(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function NM(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var f0={scheme:"http",domainHost:!0,parse:p0,serialize:m0},DM={scheme:"https",domainHost:f0.domainHost,parse:p0,serialize:m0},mu={scheme:"ws",domainHost:!0,parse:RM,serialize:CM},MM={scheme:"wss",domainHost:mu.domainHost,parse:mu.parse,serialize:mu.serialize},jM={scheme:"urn",parse:OM,serialize:IM,skipNormalize:!0},zM={scheme:"urn:uuid",parse:AM,serialize:NM,skipNormalize:!0},fu={http:f0,https:DM,ws:mu,wss:MM,urn:jM,"urn:uuid":zM};Object.setPrototypeOf(fu,null);function Xh(t){return t&&(fu[t]||fu[t.toLowerCase()])||void 0}h0.exports={wsIsSecure:Yh,SCHEMES:fu,isValidSchemeName:PM,getSchemeHandler:Xh}});var v0=D((b6,gu)=>{"use strict";var{normalizeIPv6:LM,removeDotSegments:Di,recomposeAuthority:FM,normalizeComponentEncoding:hu,isIPv4:UM,nonSimpleDomain:HM}=Jh(),{SCHEMES:ZM,getSchemeHandler:y0}=g0();function BM(t,e){return typeof t=="string"?t=Cr(qr(t,e),e):typeof t=="object"&&(t=qr(Cr(t,e),e)),t}function qM(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},s=_0(qr(t,n),qr(e,n),n,!0);return n.skipEscape=!0,Cr(s,n)}function _0(t,e,r,n){let s={};return n||(t=qr(Cr(t,r),r),e=qr(Cr(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(s.scheme=e.scheme,s.userinfo=e.userinfo,s.host=e.host,s.port=e.port,s.path=Di(e.path||""),s.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(s.userinfo=e.userinfo,s.host=e.host,s.port=e.port,s.path=Di(e.path||""),s.query=e.query):(e.path?(e.path[0]==="/"?s.path=Di(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?s.path="/"+e.path:t.path?s.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:s.path=e.path,s.path=Di(s.path)),s.query=e.query):(s.path=t.path,e.query!==void 0?s.query=e.query:s.query=t.query),s.userinfo=t.userinfo,s.host=t.host,s.port=t.port),s.scheme=t.scheme),s.fragment=e.fragment,s}function VM(t,e,r){return typeof t=="string"?(t=unescape(t),t=Cr(hu(qr(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Cr(hu(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=Cr(hu(qr(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Cr(hu(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function Cr(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),s=[],o=y0(n.scheme||r.scheme);o&&o.serialize&&o.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&s.push(r.scheme,":");let i=FM(r);if(i!==void 0&&(n.reference!=="suffix"&&s.push("//"),s.push(i),r.path&&r.path[0]!=="/"&&s.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!o||!o.absolutePath)&&(a=Di(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),s.push(a)}return r.query!==void 0&&s.push("?",r.query),r.fragment!==void 0&&s.push("#",r.fragment),s.join("")}var WM=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function qr(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let o=t.match(WM);if(o){if(n.scheme=o[1],n.userinfo=o[3],n.host=o[4],n.port=parseInt(o[5],10),n.path=o[6]||"",n.query=o[7],n.fragment=o[8],isNaN(n.port)&&(n.port=o[5]),n.host)if(UM(n.host)===!1){let c=LM(n.host);n.host=c.host.toLowerCase(),s=c.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let i=y0(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&s===!1&&HM(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var Qh={SCHEMES:ZM,normalize:BM,resolve:qM,resolveComponent:_0,equal:VM,serialize:Cr,parse:qr};gu.exports=Qh;gu.exports.default=Qh;gu.exports.fastUri=Qh});var x0=D(eg=>{"use strict";Object.defineProperty(eg,"__esModule",{value:!0});var b0=v0();b0.code='require("ajv/dist/runtime/uri").default';eg.default=b0});var R0=D(tt=>{"use strict";Object.defineProperty(tt,"__esModule",{value:!0});tt.CodeGen=tt.Name=tt.nil=tt.stringify=tt.str=tt._=tt.KeywordCxt=void 0;var GM=Ai();Object.defineProperty(tt,"KeywordCxt",{enumerable:!0,get:function(){return GM.KeywordCxt}});var po=re();Object.defineProperty(tt,"_",{enumerable:!0,get:function(){return po._}});Object.defineProperty(tt,"str",{enumerable:!0,get:function(){return po.str}});Object.defineProperty(tt,"stringify",{enumerable:!0,get:function(){return po.stringify}});Object.defineProperty(tt,"nil",{enumerable:!0,get:function(){return po.nil}});Object.defineProperty(tt,"Name",{enumerable:!0,get:function(){return po.Name}});Object.defineProperty(tt,"CodeGen",{enumerable:!0,get:function(){return po.CodeGen}});var KM=lu(),$0=Ni(),JM=Rh(),Mi=pu(),YM=re(),ji=Ci(),yu=Ri(),rg=pe(),S0=a0(),XM=x0(),T0=(t,e)=>new RegExp(t,e);T0.code="new RegExp";var QM=["removeAdditional","useDefaults","coerceTypes"],ej=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),tj={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},rj={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},k0=200;function nj(t){var e,r,n,s,o,i,a,c,u,d,l,p,f,m,h,g,_,b,y,v,S,$,T,R,M;let P=t.strict,O=(e=t.code)===null||e===void 0?void 0:e.optimize,L=O===!0||O===void 0?1:O||0,X=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:T0,fe=(s=t.uriResolver)!==null&&s!==void 0?s:XM.default;return{strictSchema:(i=(o=t.strictSchema)!==null&&o!==void 0?o:P)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:P)!==null&&c!==void 0?c:!0,strictTypes:(d=(u=t.strictTypes)!==null&&u!==void 0?u:P)!==null&&d!==void 0?d:"log",strictTuples:(p=(l=t.strictTuples)!==null&&l!==void 0?l:P)!==null&&p!==void 0?p:"log",strictRequired:(m=(f=t.strictRequired)!==null&&f!==void 0?f:P)!==null&&m!==void 0?m:!1,code:t.code?{...t.code,optimize:L,regExp:X}:{optimize:L,regExp:X},loopRequired:(h=t.loopRequired)!==null&&h!==void 0?h:k0,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:k0,meta:(_=t.meta)!==null&&_!==void 0?_:!0,messages:(b=t.messages)!==null&&b!==void 0?b:!0,inlineRefs:(y=t.inlineRefs)!==null&&y!==void 0?y:!0,schemaId:(v=t.schemaId)!==null&&v!==void 0?v:"$id",addUsedSchema:(S=t.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:($=t.validateSchema)!==null&&$!==void 0?$:!0,validateFormats:(T=t.validateFormats)!==null&&T!==void 0?T:!0,unicodeRegExp:(R=t.unicodeRegExp)!==null&&R!==void 0?R:!0,int32range:(M=t.int32range)!==null&&M!==void 0?M:!0,uriResolver:fe}}var zi=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...nj(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new YM.ValueScope({scope:{},prefixes:ej,es5:r,lines:n}),this.logger=uj(e.logger);let s=e.validateFormats;e.validateFormats=!1,this.RULES=(0,JM.getRules)(),w0.call(this,tj,e,"NOT SUPPORTED"),w0.call(this,rj,e,"DEPRECATED","warn"),this._metaOpts=aj.call(this),e.formats&&oj.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&ij.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),sj.call(this),e.validateFormats=s}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,s=S0;n==="id"&&(s={...S0},s.id=s.$id,delete s.$id),r&&e&&this.addMetaSchema(s,s[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let s=n(r);return"$async"in n||(this.errors=n.errors),s}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return s.call(this,e,r);async function s(d,l){await o.call(this,d.$schema);let p=this._addSchema(d,l);return p.validate||i.call(this,p)}async function o(d){d&&!this.getSchema(d)&&await s.call(this,{$ref:d},!0)}async function i(d){try{return this._compileSchemaEnv(d)}catch(l){if(!(l instanceof $0.default))throw l;return a.call(this,l),await c.call(this,l.missingSchema),i.call(this,d)}}function a({missingSchema:d,missingRef:l}){if(this.refs[d])throw new Error(`AnySchema ${d} is loaded but ${l} cannot be resolved`)}async function c(d){let l=await u.call(this,d);this.refs[d]||await o.call(this,l.$schema),this.refs[d]||this.addSchema(l,d,r)}async function u(d){let l=this._loading[d];if(l)return l;try{return await(this._loading[d]=n(d))}finally{delete this._loading[d]}}}addSchema(e,r,n,s=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,s);return this}let o;if(typeof e=="object"){let{schemaId:i}=this.opts;if(o=e[i],o!==void 0&&typeof o!="string")throw new Error(`schema ${i} must be string`)}return r=(0,ji.normalizeId)(r||o),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,s,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let s=this.validate(n,e);if(!s&&r){let o="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(o);else throw new Error(o)}return s}getSchema(e){let r;for(;typeof(r=E0.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,s=new Mi.SchemaEnv({schema:{},schemaId:n});if(r=Mi.resolveSchema.call(this,s,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=E0.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,ji.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(dj.call(this,n,r),!r)return(0,rg.eachItem)(n,o=>tg.call(this,o)),this;mj.call(this,r);let s={...r,type:(0,yu.getJSONTypes)(r.type),schemaType:(0,yu.getJSONTypes)(r.schemaType)};return(0,rg.eachItem)(n,s.type.length===0?o=>tg.call(this,o,s):o=>s.type.forEach(i=>tg.call(this,o,s,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let s=n.rules.findIndex(o=>o.keyword===e);s>=0&&n.rules.splice(s,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(s=>`${n}${s.instancePath} ${s.message}`).reduce((s,o)=>s+r+o)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let s of r){let o=s.split("/").slice(1),i=e;for(let a of o)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,d=i[a];u&&d&&(i[a]=P0(d))}}return e}_removeAllSchemas(e,r){for(let n in e){let s=e[n];(!r||r.test(n))&&(typeof s=="string"?delete e[n]:s&&!s.meta&&(this._cache.delete(s.schema),delete e[n]))}}_addSchema(e,r,n,s=this.opts.validateSchema,o=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,ji.normalizeId)(i||n);let u=ji.getSchemaRefs.call(this,e,n);return c=new Mi.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),o&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),s&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):Mi.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{Mi.compileSchema.call(this,e)}finally{this.opts=r}}};zi.ValidationError=KM.default;zi.MissingRefError=$0.default;tt.default=zi;function w0(t,e,r,n="error"){for(let s in t){let o=s;o in e&&this.logger[n](`${r}: option ${s}. ${t[o]}`)}}function E0(t){return t=(0,ji.normalizeId)(t),this.schemas[t]||this.refs[t]}function sj(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function oj(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function ij(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function aj(){let t={...this.opts};for(let e of QM)delete t[e];return t}var cj={log(){},warn(){},error(){}};function uj(t){if(t===!1)return cj;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var lj=/^[a-z_$][a-z0-9_$:-]*$/i;function dj(t,e){let{RULES:r}=this;if((0,rg.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!lj.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function tg(t,e,r){var n;let s=e?.post;if(r&&s)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:o}=this,i=s?o.post:o.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},o.rules.push(i)),o.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,yu.getJSONTypes)(e.type),schemaType:(0,yu.getJSONTypes)(e.schemaType)}};e.before?pj.call(this,i,a,e.before):i.rules.push(a),o.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function pj(t,e,r){let n=t.rules.findIndex(s=>s.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function mj(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=P0(e)),t.validateSchema=this.compile(e,!0))}var fj={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function P0(t){return{anyOf:[t,fj]}}});var C0=D(ng=>{"use strict";Object.defineProperty(ng,"__esModule",{value:!0});var hj={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};ng.default=hj});var N0=D(gs=>{"use strict";Object.defineProperty(gs,"__esModule",{value:!0});gs.callRef=gs.getValidate=void 0;var gj=Ni(),O0=Jt(),Tt=re(),mo=Zr(),I0=pu(),_u=pe(),yj={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:s,schemaEnv:o,validateName:i,opts:a,self:c}=n,{root:u}=o;if((r==="#"||r==="#/")&&s===u.baseId)return l();let d=I0.resolveRef.call(c,u,s,r);if(d===void 0)throw new gj.default(n.opts.uriResolver,s,r);if(d instanceof I0.SchemaEnv)return p(d);return f(d);function l(){if(o===u)return vu(t,i,o,o.$async);let m=e.scopeValue("root",{ref:u});return vu(t,(0,Tt._)`${m}.validate`,u,u.$async)}function p(m){let h=A0(t,m);vu(t,h,m,m.$async)}function f(m){let h=e.scopeValue("schema",a.code.source===!0?{ref:m,code:(0,Tt.stringify)(m)}:{ref:m}),g=e.name("valid"),_=t.subschema({schema:m,dataTypes:[],schemaPath:Tt.nil,topSchemaRef:h,errSchemaPath:r},g);t.mergeEvaluated(_),t.ok(g)}}};function A0(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Tt._)`${r.scopeValue("wrapper",{ref:e})}.validate`}gs.getValidate=A0;function vu(t,e,r,n){let{gen:s,it:o}=t,{allErrors:i,schemaEnv:a,opts:c}=o,u=c.passContext?mo.default.this:Tt.nil;n?d():l();function d(){if(!a.$async)throw new Error("async schema referenced by sync schema");let m=s.let("valid");s.try(()=>{s.code((0,Tt._)`await ${(0,O0.callValidateCode)(t,e,u)}`),f(e),i||s.assign(m,!0)},h=>{s.if((0,Tt._)`!(${h} instanceof ${o.ValidationError})`,()=>s.throw(h)),p(h),i||s.assign(m,!1)}),t.ok(m)}function l(){t.result((0,O0.callValidateCode)(t,e,u),()=>f(e),()=>p(e))}function p(m){let h=(0,Tt._)`${m}.errors`;s.assign(mo.default.vErrors,(0,Tt._)`${mo.default.vErrors} === null ? ${h} : ${mo.default.vErrors}.concat(${h})`),s.assign(mo.default.errors,(0,Tt._)`${mo.default.vErrors}.length`)}function f(m){var h;if(!o.opts.unevaluated)return;let g=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(o.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(o.props=_u.mergeEvaluated.props(s,g.props,o.props));else{let _=s.var("props",(0,Tt._)`${m}.evaluated.props`);o.props=_u.mergeEvaluated.props(s,_,o.props,Tt.Name)}if(o.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(o.items=_u.mergeEvaluated.items(s,g.items,o.items));else{let _=s.var("items",(0,Tt._)`${m}.evaluated.items`);o.items=_u.mergeEvaluated.items(s,_,o.items,Tt.Name)}}}gs.callRef=vu;gs.default=yj});var D0=D(sg=>{"use strict";Object.defineProperty(sg,"__esModule",{value:!0});var _j=C0(),vj=N0(),bj=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",_j.default,vj.default];sg.default=bj});var M0=D(og=>{"use strict";Object.defineProperty(og,"__esModule",{value:!0});var bu=re(),xn=bu.operators,xu={maximum:{okStr:"<=",ok:xn.LTE,fail:xn.GT},minimum:{okStr:">=",ok:xn.GTE,fail:xn.LT},exclusiveMaximum:{okStr:"<",ok:xn.LT,fail:xn.GTE},exclusiveMinimum:{okStr:">",ok:xn.GT,fail:xn.LTE}},xj={message:({keyword:t,schemaCode:e})=>(0,bu.str)`must be ${xu[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,bu._)`{comparison: ${xu[t].okStr}, limit: ${e}}`},Sj={keyword:Object.keys(xu),type:"number",schemaType:"number",$data:!0,error:xj,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,bu._)`${r} ${xu[e].fail} ${n} || isNaN(${r})`)}};og.default=Sj});var j0=D(ig=>{"use strict";Object.defineProperty(ig,"__esModule",{value:!0});var Li=re(),kj={message:({schemaCode:t})=>(0,Li.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Li._)`{multipleOf: ${t}}`},wj={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:kj,code(t){let{gen:e,data:r,schemaCode:n,it:s}=t,o=s.opts.multipleOfPrecision,i=e.let("res"),a=o?(0,Li._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${o}`:(0,Li._)`${i} !== parseInt(${i})`;t.fail$data((0,Li._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};ig.default=wj});var L0=D(ag=>{"use strict";Object.defineProperty(ag,"__esModule",{value:!0});function z0(t){let e=t.length,r=0,n=0,s;for(;n<e;)r++,s=t.charCodeAt(n++),s>=55296&&s<=56319&&n<e&&(s=t.charCodeAt(n),(s&64512)===56320&&n++);return r}ag.default=z0;z0.code='require("ajv/dist/runtime/ucs2length").default'});var F0=D(cg=>{"use strict";Object.defineProperty(cg,"__esModule",{value:!0});var ys=re(),Ej=pe(),$j=L0(),Tj={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,ys.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,ys._)`{limit: ${t}}`},Pj={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:Tj,code(t){let{keyword:e,data:r,schemaCode:n,it:s}=t,o=e==="maxLength"?ys.operators.GT:ys.operators.LT,i=s.opts.unicode===!1?(0,ys._)`${r}.length`:(0,ys._)`${(0,Ej.useFunc)(t.gen,$j.default)}(${r})`;t.fail$data((0,ys._)`${i} ${o} ${n}`)}};cg.default=Pj});var U0=D(ug=>{"use strict";Object.defineProperty(ug,"__esModule",{value:!0});var Rj=Jt(),Cj=pe(),fo=re(),Oj={message:({schemaCode:t})=>(0,fo.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,fo._)`{pattern: ${t}}`},Ij={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:Oj,code(t){let{gen:e,data:r,$data:n,schema:s,schemaCode:o,it:i}=t,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,fo._)`new RegExp`:(0,Cj.useFunc)(e,c),d=e.let("valid");e.try(()=>e.assign(d,(0,fo._)`${u}(${o}, ${a}).test(${r})`),()=>e.assign(d,!1)),t.fail$data((0,fo._)`!${d}`)}else{let c=(0,Rj.usePattern)(t,s);t.fail$data((0,fo._)`!${c}.test(${r})`)}}};ug.default=Ij});var H0=D(lg=>{"use strict";Object.defineProperty(lg,"__esModule",{value:!0});var Fi=re(),Aj={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,Fi.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,Fi._)`{limit: ${t}}`},Nj={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:Aj,code(t){let{keyword:e,data:r,schemaCode:n}=t,s=e==="maxProperties"?Fi.operators.GT:Fi.operators.LT;t.fail$data((0,Fi._)`Object.keys(${r}).length ${s} ${n}`)}};lg.default=Nj});var Z0=D(dg=>{"use strict";Object.defineProperty(dg,"__esModule",{value:!0});var Ui=Jt(),Hi=re(),Dj=pe(),Mj={message:({params:{missingProperty:t}})=>(0,Hi.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Hi._)`{missingProperty: ${t}}`},jj={keyword:"required",type:"object",schemaType:"array",$data:!0,error:Mj,code(t){let{gen:e,schema:r,schemaCode:n,data:s,$data:o,it:i}=t,{opts:a}=i;if(!o&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():d(),a.strictRequired){let f=t.parentSchema.properties,{definedProperties:m}=t.it;for(let h of r)if(f?.[h]===void 0&&!m.has(h)){let g=i.schemaEnv.baseId+i.errSchemaPath,_=`required property "${h}" is not defined at "${g}" (strictRequired)`;(0,Dj.checkStrictMode)(i,_,i.opts.strictRequired)}}function u(){if(c||o)t.block$data(Hi.nil,l);else for(let f of r)(0,Ui.checkReportMissingProp)(t,f)}function d(){let f=e.let("missing");if(c||o){let m=e.let("valid",!0);t.block$data(m,()=>p(f,m)),t.ok(m)}else e.if((0,Ui.checkMissingProp)(t,r,f)),(0,Ui.reportMissingProp)(t,f),e.else()}function l(){e.forOf("prop",n,f=>{t.setParams({missingProperty:f}),e.if((0,Ui.noPropertyInData)(e,s,f,a.ownProperties),()=>t.error())})}function p(f,m){t.setParams({missingProperty:f}),e.forOf(f,n,()=>{e.assign(m,(0,Ui.propertyInData)(e,s,f,a.ownProperties)),e.if((0,Hi.not)(m),()=>{t.error(),e.break()})},Hi.nil)}}};dg.default=jj});var B0=D(pg=>{"use strict";Object.defineProperty(pg,"__esModule",{value:!0});var Zi=re(),zj={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Zi.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Zi._)`{limit: ${t}}`},Lj={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:zj,code(t){let{keyword:e,data:r,schemaCode:n}=t,s=e==="maxItems"?Zi.operators.GT:Zi.operators.LT;t.fail$data((0,Zi._)`${r}.length ${s} ${n}`)}};pg.default=Lj});var Su=D(mg=>{"use strict";Object.defineProperty(mg,"__esModule",{value:!0});var q0=jh();q0.code='require("ajv/dist/runtime/equal").default';mg.default=q0});var V0=D(hg=>{"use strict";Object.defineProperty(hg,"__esModule",{value:!0});var fg=Ri(),rt=re(),Fj=pe(),Uj=Su(),Hj={message:({params:{i:t,j:e}})=>(0,rt.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,rt._)`{i: ${t}, j: ${e}}`},Zj={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:Hj,code(t){let{gen:e,data:r,$data:n,schema:s,parentSchema:o,schemaCode:i,it:a}=t;if(!n&&!s)return;let c=e.let("valid"),u=o.items?(0,fg.getSchemaTypes)(o.items):[];t.block$data(c,d,(0,rt._)`${i} === false`),t.ok(c);function d(){let m=e.let("i",(0,rt._)`${r}.length`),h=e.let("j");t.setParams({i:m,j:h}),e.assign(c,!0),e.if((0,rt._)`${m} > 1`,()=>(l()?p:f)(m,h))}function l(){return u.length>0&&!u.some(m=>m==="object"||m==="array")}function p(m,h){let g=e.name("item"),_=(0,fg.checkDataTypes)(u,g,a.opts.strictNumbers,fg.DataType.Wrong),b=e.const("indices",(0,rt._)`{}`);e.for((0,rt._)`;${m}--;`,()=>{e.let(g,(0,rt._)`${r}[${m}]`),e.if(_,(0,rt._)`continue`),u.length>1&&e.if((0,rt._)`typeof ${g} == "string"`,(0,rt._)`${g} += "_"`),e.if((0,rt._)`typeof ${b}[${g}] == "number"`,()=>{e.assign(h,(0,rt._)`${b}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,rt._)`${b}[${g}] = ${m}`)})}function f(m,h){let g=(0,Fj.useFunc)(e,Uj.default),_=e.name("outer");e.label(_).for((0,rt._)`;${m}--;`,()=>e.for((0,rt._)`${h} = ${m}; ${h}--;`,()=>e.if((0,rt._)`${g}(${r}[${m}], ${r}[${h}])`,()=>{t.error(),e.assign(c,!1).break(_)})))}}};hg.default=Zj});var W0=D(yg=>{"use strict";Object.defineProperty(yg,"__esModule",{value:!0});var gg=re(),Bj=pe(),qj=Su(),Vj={message:"must be equal to constant",params:({schemaCode:t})=>(0,gg._)`{allowedValue: ${t}}`},Wj={keyword:"const",$data:!0,error:Vj,code(t){let{gen:e,data:r,$data:n,schemaCode:s,schema:o}=t;n||o&&typeof o=="object"?t.fail$data((0,gg._)`!${(0,Bj.useFunc)(e,qj.default)}(${r}, ${s})`):t.fail((0,gg._)`${o} !== ${r}`)}};yg.default=Wj});var G0=D(_g=>{"use strict";Object.defineProperty(_g,"__esModule",{value:!0});var Bi=re(),Gj=pe(),Kj=Su(),Jj={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Bi._)`{allowedValues: ${t}}`},Yj={keyword:"enum",schemaType:"array",$data:!0,error:Jj,code(t){let{gen:e,data:r,$data:n,schema:s,schemaCode:o,it:i}=t;if(!n&&s.length===0)throw new Error("enum must have non-empty array");let a=s.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,Gj.useFunc)(e,Kj.default)),d;if(a||n)d=e.let("valid"),t.block$data(d,l);else{if(!Array.isArray(s))throw new Error("ajv implementation error");let f=e.const("vSchema",o);d=(0,Bi.or)(...s.map((m,h)=>p(f,h)))}t.pass(d);function l(){e.assign(d,!1),e.forOf("v",o,f=>e.if((0,Bi._)`${u()}(${r}, ${f})`,()=>e.assign(d,!0).break()))}function p(f,m){let h=s[m];return typeof h=="object"&&h!==null?(0,Bi._)`${u()}(${r}, ${f}[${m}])`:(0,Bi._)`${r} === ${h}`}}};_g.default=Yj});var K0=D(vg=>{"use strict";Object.defineProperty(vg,"__esModule",{value:!0});var Xj=M0(),Qj=j0(),ez=F0(),tz=U0(),rz=H0(),nz=Z0(),sz=B0(),oz=V0(),iz=W0(),az=G0(),cz=[Xj.default,Qj.default,ez.default,tz.default,rz.default,nz.default,sz.default,oz.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},iz.default,az.default];vg.default=cz});var xg=D(qi=>{"use strict";Object.defineProperty(qi,"__esModule",{value:!0});qi.validateAdditionalItems=void 0;var _s=re(),bg=pe(),uz={message:({params:{len:t}})=>(0,_s.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,_s._)`{limit: ${t}}`},lz={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:uz,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,bg.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}J0(t,n)}};function J0(t,e){let{gen:r,schema:n,data:s,keyword:o,it:i}=t;i.items=!0;let a=r.const("len",(0,_s._)`${s}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,_s._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,bg.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,_s._)`${a} <= ${e.length}`);r.if((0,_s.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,d=>{t.subschema({keyword:o,dataProp:d,dataPropType:bg.Type.Num},u),i.allErrors||r.if((0,_s.not)(u),()=>r.break())})}}qi.validateAdditionalItems=J0;qi.default=lz});var Sg=D(Vi=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});Vi.validateTuple=void 0;var Y0=re(),ku=pe(),dz=Jt(),pz={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return X0(t,"additionalItems",e);r.items=!0,!(0,ku.alwaysValidSchema)(r,e)&&t.ok((0,dz.validateArray)(t))}};function X0(t,e,r=t.schema){let{gen:n,parentSchema:s,data:o,keyword:i,it:a}=t;d(s),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=ku.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,Y0._)`${o}.length`);r.forEach((l,p)=>{(0,ku.alwaysValidSchema)(a,l)||(n.if((0,Y0._)`${u} > ${p}`,()=>t.subschema({keyword:i,schemaProp:p,dataProp:p},c)),t.ok(c))});function d(l){let{opts:p,errSchemaPath:f}=a,m=r.length,h=m===l.minItems&&(m===l.maxItems||l[e]===!1);if(p.strictTuples&&!h){let g=`"${i}" is ${m}-tuple, but minItems or maxItems/${e} are not specified or different at path "${f}"`;(0,ku.checkStrictMode)(a,g,p.strictTuples)}}}Vi.validateTuple=X0;Vi.default=pz});var Q0=D(kg=>{"use strict";Object.defineProperty(kg,"__esModule",{value:!0});var mz=Sg(),fz={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,mz.validateTuple)(t,"items")};kg.default=fz});var tw=D(wg=>{"use strict";Object.defineProperty(wg,"__esModule",{value:!0});var ew=re(),hz=pe(),gz=Jt(),yz=xg(),_z={message:({params:{len:t}})=>(0,ew.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,ew._)`{limit: ${t}}`},vz={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:_z,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:s}=r;n.items=!0,!(0,hz.alwaysValidSchema)(n,e)&&(s?(0,yz.validateAdditionalItems)(t,s):t.ok((0,gz.validateArray)(t)))}};wg.default=vz});var rw=D(Eg=>{"use strict";Object.defineProperty(Eg,"__esModule",{value:!0});var Xt=re(),wu=pe(),bz={message:({params:{min:t,max:e}})=>e===void 0?(0,Xt.str)`must contain at least ${t} valid item(s)`:(0,Xt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,Xt._)`{minContains: ${t}}`:(0,Xt._)`{minContains: ${t}, maxContains: ${e}}`},xz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:bz,code(t){let{gen:e,schema:r,parentSchema:n,data:s,it:o}=t,i,a,{minContains:c,maxContains:u}=n;o.opts.next?(i=c===void 0?1:c,a=u):i=1;let d=e.const("len",(0,Xt._)`${s}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,wu.checkStrictMode)(o,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,wu.checkStrictMode)(o,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,wu.alwaysValidSchema)(o,r)){let h=(0,Xt._)`${d} >= ${i}`;a!==void 0&&(h=(0,Xt._)`${h} && ${d} <= ${a}`),t.pass(h);return}o.items=!0;let l=e.name("valid");a===void 0&&i===1?f(l,()=>e.if(l,()=>e.break())):i===0?(e.let(l,!0),a!==void 0&&e.if((0,Xt._)`${s}.length > 0`,p)):(e.let(l,!1),p()),t.result(l,()=>t.reset());function p(){let h=e.name("_valid"),g=e.let("count",0);f(h,()=>e.if(h,()=>m(g)))}function f(h,g){e.forRange("i",0,d,_=>{t.subschema({keyword:"contains",dataProp:_,dataPropType:wu.Type.Num,compositeRule:!0},h),g()})}function m(h){e.code((0,Xt._)`${h}++`),a===void 0?e.if((0,Xt._)`${h} >= ${i}`,()=>e.assign(l,!0).break()):(e.if((0,Xt._)`${h} > ${a}`,()=>e.assign(l,!1).break()),i===1?e.assign(l,!0):e.if((0,Xt._)`${h} >= ${i}`,()=>e.assign(l,!0)))}}};Eg.default=xz});var ow=D(Or=>{"use strict";Object.defineProperty(Or,"__esModule",{value:!0});Or.validateSchemaDeps=Or.validatePropertyDeps=Or.error=void 0;var $g=re(),Sz=pe(),Wi=Jt();Or.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,$g.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,$g._)`{property: ${t},
|
|
69
69
|
missingProperty: ${n},
|
|
70
70
|
depsCount: ${e},
|
|
71
|
-
deps: ${r}}`};var vz={keyword:"dependencies",type:"object",schemaType:"object",error:Rr.error,code(t){let[e,r]=xz(t);tw(t,e),rw(t,r)}};function xz({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let s=Array.isArray(t[n])?e:r;s[n]=t[n]}return[e,r]}function tw(t,e=t.schema){let{gen:r,data:n,it:s}=t;if(Object.keys(e).length===0)return;let o=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,qi.propertyInData)(r,n,i,s.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),s.allErrors?r.if(c,()=>{for(let u of a)(0,qi.checkReportMissingProp)(t,u)}):(r.if((0,wg._)`${c} && (${(0,qi.checkMissingProp)(t,a,o)})`),(0,qi.reportMissingProp)(t,o),r.else())}}Rr.validatePropertyDeps=tw;function rw(t,e=t.schema){let{gen:r,data:n,keyword:s,it:o}=t,i=r.name("valid");for(let a in e)(0,_z.alwaysValidSchema)(o,e[a])||(r.if((0,qi.propertyInData)(r,n,a,o.opts.ownProperties),()=>{let c=t.subschema({keyword:s,schemaProp:a},i);t.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),t.ok(i))}Rr.validateSchemaDeps=rw;Rr.default=vz});var ow=D(Eg=>{"use strict";Object.defineProperty(Eg,"__esModule",{value:!0});var sw=re(),bz=me(),Sz={message:"property name must be valid",params:({params:t})=>(0,sw._)`{propertyName: ${t.propertyName}}`},kz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:Sz,code(t){let{gen:e,schema:r,data:n,it:s}=t;if((0,bz.alwaysValidSchema)(s,r))return;let o=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},o),e.if((0,sw.not)(o),()=>{t.error(!0),s.allErrors||e.break()})}),t.ok(o)}};Eg.default=kz});var Tg=D($g=>{"use strict";Object.defineProperty($g,"__esModule",{value:!0});var ku=Yt(),pr=re(),wz=Fr(),wu=me(),Ez={message:"must NOT have additional properties",params:({params:t})=>(0,pr._)`{additionalProperty: ${t.additionalProperty}}`},$z={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:Ez,code(t){let{gen:e,schema:r,parentSchema:n,data:s,errsCount:o,it:i}=t;if(!o)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,wu.alwaysValidSchema)(i,r))return;let u=(0,ku.allSchemaProperties)(n.properties),d=(0,ku.allSchemaProperties)(n.patternProperties);l(),t.ok((0,pr._)`${o} === ${wz.default.errors}`);function l(){e.forIn("key",s,g=>{!u.length&&!d.length?m(g):e.if(p(g),()=>m(g))})}function p(g){let _;if(u.length>8){let x=(0,wu.schemaRefOrVal)(i,n.properties,"properties");_=(0,ku.isOwnProperty)(e,x,g)}else u.length?_=(0,pr.or)(...u.map(x=>(0,pr._)`${g} === ${x}`)):_=pr.nil;return d.length&&(_=(0,pr.or)(_,...d.map(x=>(0,pr._)`${(0,ku.usePattern)(t,x)}.test(${g})`))),(0,pr.not)(_)}function f(g){e.code((0,pr._)`delete ${s}[${g}]`)}function m(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,wu.alwaysValidSchema)(i,r)){let _=e.name("valid");c.removeAdditional==="failing"?(h(g,_,!1),e.if((0,pr.not)(_),()=>{t.reset(),f(g)})):(h(g,_),a||e.if((0,pr.not)(_),()=>e.break()))}}function h(g,_,x){let y={keyword:"additionalProperties",dataProp:g,dataPropType:wu.Type.Str};x===!1&&Object.assign(y,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(y,_)}}};$g.default=$z});var cw=D(Rg=>{"use strict";Object.defineProperty(Rg,"__esModule",{value:!0});var Tz=Oi(),iw=Yt(),Pg=me(),aw=Tg(),Pz={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:s,it:o}=t;o.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&aw.default.code(new Tz.KeywordCxt(o,aw.default,"additionalProperties"));let i=(0,iw.allSchemaProperties)(r);for(let l of i)o.definedProperties.add(l);o.opts.unevaluated&&i.length&&o.props!==!0&&(o.props=Pg.mergeEvaluated.props(e,(0,Pg.toHash)(i),o.props));let a=i.filter(l=>!(0,Pg.alwaysValidSchema)(o,r[l]));if(a.length===0)return;let c=e.name("valid");for(let l of a)u(l)?d(l):(e.if((0,iw.propertyInData)(e,s,l,o.opts.ownProperties)),d(l),o.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(l),t.ok(c);function u(l){return o.opts.useDefaults&&!o.compositeRule&&r[l].default!==void 0}function d(l){t.subschema({keyword:"properties",schemaProp:l,dataProp:l},c)}}};Rg.default=Pz});var pw=D(Cg=>{"use strict";Object.defineProperty(Cg,"__esModule",{value:!0});var uw=Yt(),Eu=re(),lw=me(),dw=me(),Rz={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:s,it:o}=t,{opts:i}=o,a=(0,uw.allSchemaProperties)(r),c=a.filter(h=>(0,lw.alwaysValidSchema)(o,r[h]));if(a.length===0||c.length===a.length&&(!o.opts.unevaluated||o.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&s.properties,d=e.name("valid");o.props!==!0&&!(o.props instanceof Eu.Name)&&(o.props=(0,dw.evaluatedPropsToName)(e,o.props));let{props:l}=o;p();function p(){for(let h of a)u&&f(h),o.allErrors?m(h):(e.var(d,!0),m(h),e.if(d))}function f(h){for(let g in u)new RegExp(h).test(g)&&(0,lw.checkStrictMode)(o,`property ${g} matches pattern ${h} (use allowMatchingProperties)`)}function m(h){e.forIn("key",n,g=>{e.if((0,Eu._)`${(0,uw.usePattern)(t,h)}.test(${g})`,()=>{let _=c.includes(h);_||t.subschema({keyword:"patternProperties",schemaProp:h,dataProp:g,dataPropType:dw.Type.Str},d),o.opts.unevaluated&&l!==!0?e.assign((0,Eu._)`${l}[${g}]`,!0):!_&&!o.allErrors&&e.if((0,Eu.not)(d),()=>e.break())})})}}};Cg.default=Rz});var mw=D(Og=>{"use strict";Object.defineProperty(Og,"__esModule",{value:!0});var Cz=me(),Oz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,Cz.alwaysValidSchema)(n,r)){t.fail();return}let s=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},s),t.failResult(s,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};Og.default=Oz});var fw=D(Ig=>{"use strict";Object.defineProperty(Ig,"__esModule",{value:!0});var Iz=Yt(),Az={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Iz.validateUnion,error:{message:"must match a schema in anyOf"}};Ig.default=Az});var hw=D(Ag=>{"use strict";Object.defineProperty(Ag,"__esModule",{value:!0});var $u=re(),Nz=me(),Dz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,$u._)`{passingSchemas: ${t.passing}}`},Mz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Dz,code(t){let{gen:e,schema:r,parentSchema:n,it:s}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(s.opts.discriminator&&n.discriminator)return;let o=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){o.forEach((d,l)=>{let p;(0,Nz.alwaysValidSchema)(s,d)?e.var(c,!0):p=t.subschema({keyword:"oneOf",schemaProp:l,compositeRule:!0},c),l>0&&e.if((0,$u._)`${c} && ${i}`).assign(i,!1).assign(a,(0,$u._)`[${a}, ${l}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,l),p&&t.mergeEvaluated(p,$u.Name)})})}}};Ag.default=Mz});var gw=D(Ng=>{"use strict";Object.defineProperty(Ng,"__esModule",{value:!0});var jz=me(),zz={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let s=e.name("valid");r.forEach((o,i)=>{if((0,jz.alwaysValidSchema)(n,o))return;let a=t.subschema({keyword:"allOf",schemaProp:i},s);t.ok(s),t.mergeEvaluated(a)})}};Ng.default=zz});var vw=D(Dg=>{"use strict";Object.defineProperty(Dg,"__esModule",{value:!0});var Tu=re(),_w=me(),Lz={message:({params:t})=>(0,Tu.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,Tu._)`{failingKeyword: ${t.ifClause}}`},Fz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Lz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,_w.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let s=yw(n,"then"),o=yw(n,"else");if(!s&&!o)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),s&&o){let d=e.let("ifClause");t.setParams({ifClause:d}),e.if(a,u("then",d),u("else",d))}else s?e.if(a,u("then")):e.if((0,Tu.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let d=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(d)}function u(d,l){return()=>{let p=t.subschema({keyword:d},a);e.assign(i,a),t.mergeValidEvaluated(p,i),l?e.assign(l,(0,Tu._)`${d}`):t.setParams({ifClause:d})}}}};function yw(t,e){let r=t.schema[e];return r!==void 0&&!(0,_w.alwaysValidSchema)(t,r)}Dg.default=Fz});var xw=D(Mg=>{"use strict";Object.defineProperty(Mg,"__esModule",{value:!0});var Uz=me(),Hz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,Uz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};Mg.default=Hz});var bw=D(jg=>{"use strict";Object.defineProperty(jg,"__esModule",{value:!0});var Zz=vg(),Bz=Y0(),qz=xg(),Vz=Q0(),Wz=ew(),Gz=nw(),Kz=ow(),Jz=Tg(),Yz=cw(),Xz=pw(),Qz=mw(),eL=fw(),tL=hw(),rL=gw(),nL=vw(),sL=xw();function oL(t=!1){let e=[Qz.default,eL.default,tL.default,rL.default,nL.default,sL.default,Kz.default,Jz.default,Gz.default,Yz.default,Xz.default];return t?e.push(Bz.default,Vz.default):e.push(Zz.default,qz.default),e.push(Wz.default),e}jg.default=oL});var Sw=D(zg=>{"use strict";Object.defineProperty(zg,"__esModule",{value:!0});var He=re(),iL={message:({schemaCode:t})=>(0,He.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,He._)`{format: ${t}}`},aL={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:iL,code(t,e){let{gen:r,data:n,$data:s,schema:o,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:d,self:l}=a;if(!c.validateFormats)return;s?p():f();function p(){let m=r.scopeValue("formats",{ref:l.formats,code:c.code.formats}),h=r.const("fDef",(0,He._)`${m}[${i}]`),g=r.let("fType"),_=r.let("format");r.if((0,He._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(g,(0,He._)`${h}.type || "string"`).assign(_,(0,He._)`${h}.validate`),()=>r.assign(g,(0,He._)`"string"`).assign(_,h)),t.fail$data((0,He.or)(x(),y()));function x(){return c.strictSchema===!1?He.nil:(0,He._)`${i} && !${_}`}function y(){let v=d.$async?(0,He._)`(${h}.async ? await ${_}(${n}) : ${_}(${n}))`:(0,He._)`${_}(${n})`,S=(0,He._)`(typeof ${_} == "function" ? ${v} : ${_}.test(${n}))`;return(0,He._)`${_} && ${_} !== true && ${g} === ${e} && !${S}`}}function f(){let m=l.formats[o];if(!m){x();return}if(m===!0)return;let[h,g,_]=y(m);h===e&&t.pass(v());function x(){if(c.strictSchema===!1){l.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${o}" ignored in schema at path "${u}"`}}function y(S){let T=S instanceof RegExp?(0,He.regexpCode)(S):c.code.formats?(0,He._)`${c.code.formats}${(0,He.getProperty)(o)}`:void 0,$=r.scopeValue("formats",{key:o,ref:S,code:T});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,He._)`${$}.validate`]:["string",S,$]}function v(){if(typeof m=="object"&&!(m instanceof RegExp)&&m.async){if(!d.$async)throw new Error("async format in sync schema");return(0,He._)`await ${_}(${n})`}return typeof g=="function"?(0,He._)`${_}(${n})`:(0,He._)`${_}.test(${n})`}}}};zg.default=aL});var kw=D(Lg=>{"use strict";Object.defineProperty(Lg,"__esModule",{value:!0});var cL=Sw(),uL=[cL.default];Lg.default=uL});var ww=D(mo=>{"use strict";Object.defineProperty(mo,"__esModule",{value:!0});mo.contentVocabulary=mo.metadataVocabulary=void 0;mo.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];mo.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var $w=D(Fg=>{"use strict";Object.defineProperty(Fg,"__esModule",{value:!0});var lL=A0(),dL=W0(),pL=bw(),mL=kw(),Ew=ww(),fL=[lL.default,dL.default,(0,pL.default)(),mL.default,Ew.metadataVocabulary,Ew.contentVocabulary];Fg.default=fL});var Pw=D(Pu=>{"use strict";Object.defineProperty(Pu,"__esModule",{value:!0});Pu.DiscrError=void 0;var Tw;(function(t){t.Tag="tag",t.Mapping="mapping"})(Tw||(Pu.DiscrError=Tw={}))});var Cw=D(Hg=>{"use strict";Object.defineProperty(Hg,"__esModule",{value:!0});var fo=re(),Ug=Pw(),Rw=lu(),hL=Ii(),gL=me(),yL={message:({params:{discrError:t,tagName:e}})=>t===Ug.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,fo._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},_L={keyword:"discriminator",type:"object",schemaType:"object",error:yL,code(t){let{gen:e,data:r,schema:n,parentSchema:s,it:o}=t,{oneOf:i}=s;if(!o.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),u=e.const("tag",(0,fo._)`${r}${(0,fo.getProperty)(a)}`);e.if((0,fo._)`typeof ${u} == "string"`,()=>d(),()=>t.error(!1,{discrError:Ug.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function d(){let f=p();e.if(!1);for(let m in f)e.elseIf((0,fo._)`${u} === ${m}`),e.assign(c,l(f[m]));e.else(),t.error(!1,{discrError:Ug.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function l(f){let m=e.name("valid"),h=t.subschema({keyword:"oneOf",schemaProp:f},m);return t.mergeEvaluated(h,fo.Name),m}function p(){var f;let m={},h=_(s),g=!0;for(let v=0;v<i.length;v++){let S=i[v];if(S?.$ref&&!(0,gL.schemaHasRulesButRef)(S,o.self.RULES)){let $=S.$ref;if(S=Rw.resolveRef.call(o.self,o.schemaEnv.root,o.baseId,$),S instanceof Rw.SchemaEnv&&(S=S.schema),S===void 0)throw new hL.default(o.opts.uriResolver,o.baseId,$)}let T=(f=S?.properties)===null||f===void 0?void 0:f[a];if(typeof T!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(h||_(S)),x(T,v)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return m;function _({required:v}){return Array.isArray(v)&&v.includes(a)}function x(v,S){if(v.const)y(v.const,S);else if(v.enum)for(let T of v.enum)y(T,S);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function y(v,S){if(typeof v!="string"||v in m)throw new Error(`discriminator: "${a}" values must be unique strings`);m[v]=S}}}};Hg.default=_L});var Ow=D((s5,vL)=>{vL.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var Bg=D((Ce,Zg)=>{"use strict";Object.defineProperty(Ce,"__esModule",{value:!0});Ce.MissingRefError=Ce.ValidationError=Ce.CodeGen=Ce.Name=Ce.nil=Ce.stringify=Ce.str=Ce._=Ce.KeywordCxt=Ce.Ajv=void 0;var xL=T0(),bL=$w(),SL=Cw(),Iw=Ow(),kL=["/properties"],Ru="http://json-schema.org/draft-07/schema",ho=class extends xL.default{_addVocabularies(){super._addVocabularies(),bL.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(SL.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Iw,kL):Iw;this.addMetaSchema(e,Ru,!1),this.refs["http://json-schema.org/schema"]=Ru}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ru)?Ru:void 0)}};Ce.Ajv=ho;Zg.exports=Ce=ho;Zg.exports.Ajv=ho;Object.defineProperty(Ce,"__esModule",{value:!0});Ce.default=ho;var wL=Oi();Object.defineProperty(Ce,"KeywordCxt",{enumerable:!0,get:function(){return wL.KeywordCxt}});var go=re();Object.defineProperty(Ce,"_",{enumerable:!0,get:function(){return go._}});Object.defineProperty(Ce,"str",{enumerable:!0,get:function(){return go.str}});Object.defineProperty(Ce,"stringify",{enumerable:!0,get:function(){return go.stringify}});Object.defineProperty(Ce,"nil",{enumerable:!0,get:function(){return go.nil}});Object.defineProperty(Ce,"Name",{enumerable:!0,get:function(){return go.Name}});Object.defineProperty(Ce,"CodeGen",{enumerable:!0,get:function(){return go.CodeGen}});var EL=cu();Object.defineProperty(Ce,"ValidationError",{enumerable:!0,get:function(){return EL.default}});var $L=Ii();Object.defineProperty(Ce,"MissingRefError",{enumerable:!0,get:function(){return $L.default}})});var Fw=D(Or=>{"use strict";Object.defineProperty(Or,"__esModule",{value:!0});Or.formatNames=Or.fastFormats=Or.fullFormats=void 0;function Cr(t,e){return{validate:t,compare:e}}Or.fullFormats={date:Cr(Mw,Gg),time:Cr(Vg(!0),Kg),"date-time":Cr(Aw(!0),zw),"iso-time":Cr(Vg(),jw),"iso-date-time":Cr(Aw(),Lw),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:IL,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:LL,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:AL,int32:{type:"number",validate:ML},int64:{type:"number",validate:jL},float:{type:"number",validate:Dw},double:{type:"number",validate:Dw},password:!0,binary:!0};Or.fastFormats={...Or.fullFormats,date:Cr(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Gg),time:Cr(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Kg),"date-time":Cr(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,zw),"iso-time":Cr(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,jw),"iso-date-time":Cr(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Lw),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};Or.formatNames=Object.keys(Or.fullFormats);function TL(t){return t%4===0&&(t%100!==0||t%400===0)}var PL=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,RL=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Mw(t){let e=PL.exec(t);if(!e)return!1;let r=+e[1],n=+e[2],s=+e[3];return n>=1&&n<=12&&s>=1&&s<=(n===2&&TL(r)?29:RL[n])}function Gg(t,e){if(t&&e)return t>e?1:t<e?-1:0}var qg=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Vg(t){return function(r){let n=qg.exec(r);if(!n)return!1;let s=+n[1],o=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),d=+(n[7]||0);if(u>23||d>59||t&&!a)return!1;if(s<=23&&o<=59&&i<60)return!0;let l=o-d*c,p=s-u*c-(l<0?1:0);return(p===23||p===-1)&&(l===59||l===-1)&&i<61}}function Kg(t,e){if(!(t&&e))return;let r=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(r&&n)return r-n}function jw(t,e){if(!(t&&e))return;let r=qg.exec(t),n=qg.exec(e);if(r&&n)return t=r[1]+r[2]+r[3],e=n[1]+n[2]+n[3],t>e?1:t<e?-1:0}var Wg=/t|\s/i;function Aw(t){let e=Vg(t);return function(n){let s=n.split(Wg);return s.length===2&&Mw(s[0])&&e(s[1])}}function zw(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Lw(t,e){if(!(t&&e))return;let[r,n]=t.split(Wg),[s,o]=e.split(Wg),i=Gg(r,s);if(i!==void 0)return i||Kg(n,o)}var CL=/\/|:/,OL=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function IL(t){return CL.test(t)&&OL.test(t)}var Nw=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function AL(t){return Nw.lastIndex=0,Nw.test(t)}var NL=-(2**31),DL=2**31-1;function ML(t){return Number.isInteger(t)&&t<=DL&&t>=NL}function jL(t){return Number.isInteger(t)}function Dw(){return!0}var zL=/[^\\]\\Z/;function LL(t){if(zL.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var Uw=D(yo=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});yo.formatLimitDefinition=void 0;var FL=Bg(),mr=re(),xn=mr.operators,Cu={formatMaximum:{okStr:"<=",ok:xn.LTE,fail:xn.GT},formatMinimum:{okStr:">=",ok:xn.GTE,fail:xn.LT},formatExclusiveMaximum:{okStr:"<",ok:xn.LT,fail:xn.GTE},formatExclusiveMinimum:{okStr:">",ok:xn.GT,fail:xn.LTE}},UL={message:({keyword:t,schemaCode:e})=>(0,mr.str)`should be ${Cu[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,mr._)`{comparison: ${Cu[t].okStr}, limit: ${e}}`};yo.formatLimitDefinition={keyword:Object.keys(Cu),type:"string",schemaType:"string",$data:!0,error:UL,code(t){let{gen:e,data:r,schemaCode:n,keyword:s,it:o}=t,{opts:i,self:a}=o;if(!i.validateFormats)return;let c=new FL.KeywordCxt(o,a.RULES.all.format.definition,"format");c.$data?u():d();function u(){let p=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),f=e.const("fmt",(0,mr._)`${p}[${c.schemaCode}]`);t.fail$data((0,mr.or)((0,mr._)`typeof ${f} != "object"`,(0,mr._)`${f} instanceof RegExp`,(0,mr._)`typeof ${f}.compare != "function"`,l(f)))}function d(){let p=c.schema,f=a.formats[p];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${s}": format "${p}" does not define "compare" function`);let m=e.scopeValue("formats",{key:p,ref:f,code:i.code.formats?(0,mr._)`${i.code.formats}${(0,mr.getProperty)(p)}`:void 0});t.fail$data(l(m))}function l(p){return(0,mr._)`${p}.compare(${r}, ${n}) ${Cu[s].fail} 0`}},dependencies:["format"]};var HL=t=>(t.addKeyword(yo.formatLimitDefinition),t);yo.default=HL});var qw=D((Vi,Bw)=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});var _o=Fw(),ZL=Uw(),Jg=re(),Hw=new Jg.Name("fullFormats"),BL=new Jg.Name("fastFormats"),Yg=(t,e={keywords:!0})=>{if(Array.isArray(e))return Zw(t,e,_o.fullFormats,Hw),t;let[r,n]=e.mode==="fast"?[_o.fastFormats,BL]:[_o.fullFormats,Hw],s=e.formats||_o.formatNames;return Zw(t,s,r,n),e.keywords&&(0,ZL.default)(t),t};Yg.get=(t,e="full")=>{let n=(e==="fast"?_o.fastFormats:_o.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function Zw(t,e,r,n){var s,o;(s=(o=t.opts.code).formats)!==null&&s!==void 0||(o.formats=(0,Jg._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}Bw.exports=Vi=Yg;Object.defineProperty(Vi,"__esModule",{value:!0});Vi.default=Yg});function qL(){let t=new Vw.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Ww.default)(t),t}var Vw,Ww,Ou,Gw=b(()=>{Vw=Co(Bg(),1),Ww=Co(qw(),1);Ou=class{constructor(e){this._ajv=e??qL()}getValidator(e){let r="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return n=>r(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}}});var Iu,Kw=b(()=>{os();Iu=class{constructor(e){this._server=e}requestStream(e,r,n){return this._server.requestStream(e,r,n)}createMessageStream(e,r){let n=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let s=e.messages[e.messages.length-1],o=Array.isArray(s.content)?s.content:[s.content],i=o.some(d=>d.type==="tool_result"),a=e.messages.length>1?e.messages[e.messages.length-2]:void 0,c=a?Array.isArray(a.content)?a.content:[a.content]:[],u=c.some(d=>d.type==="tool_use");if(i){if(o.some(d=>d.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let d=new Set(c.filter(p=>p.type==="tool_use").map(p=>p.id)),l=new Set(o.filter(p=>p.type==="tool_result").map(p=>p.toolUseId));if(d.size!==l.size||![...d].every(p=>l.has(p)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},gi,r)}elicitInputStream(e,r){let n=this._server.getClientCapabilities(),s=e.mode??"form";switch(s){case"url":{if(!n?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!n?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let o=s==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:o},eo,r)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}}});function Jw(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${r} does not support task creation for tools/call (required for ${e})`);break;default:break}}function Yw(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${r} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}var Xw=b(()=>{});var Au,Qw=b(()=>{ik();os();Gw();si();Kw();Xw();Au=class extends Kc{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(hi.options.map((n,s)=>[n,s])),this.isMessageIgnored=(n,s)=>{let o=this._loggingLevels.get(s);return o?this.LOG_LEVEL_SEVERITY.get(n)<this.LOG_LEVEL_SEVERITY.get(o):!1},this._capabilities=r?.capabilities??{},this._instructions=r?.instructions,this._jsonSchemaValidator=r?.jsonSchemaValidator??new Ou,this.setRequestHandler(pf,n=>this._oninitialize(n)),this.setNotificationHandler(mf,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(xf,async(n,s)=>{let o=s.sessionId||s.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=hi.safeParse(i);return a.success&&this._loggingLevels.set(o,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new Iu(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=ok(this._capabilities,e)}setRequestHandler(e,r){let s=un(e)?.method;if(!s)throw new Error("Schema is missing a method literal");let o;if(Vt(s)){let a=s;o=a._zod?.def?.value??a.value}else{let a=s;o=a._def?.value??a.value}if(typeof o!="string")throw new Error("Schema method literal must be a string");if(o==="tools/call"){let a=async(c,u)=>{let d=cn(Qs,c);if(!d.success){let m=d.error instanceof Error?d.error.message:String(d.error);throw new H(V.InvalidParams,`Invalid tools/call request: ${m}`)}let{params:l}=d.data,p=await Promise.resolve(r(c,u));if(l.task){let m=cn(Gs,p);if(!m.success){let h=m.error instanceof Error?m.error.message:String(m.error);throw new H(V.InvalidParams,`Invalid task creation result: ${h}`)}return m.data}let f=cn(jc,p);if(!f.success){let m=f.error instanceof Error?f.error.message:String(f.error);throw new H(V.InvalidParams,`Invalid tools/call result: ${m}`)}return f.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){Yw(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&Jw(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:oS.includes(r)?r:af,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},wc)}async createMessage(e,r){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],s=Array.isArray(n.content)?n.content:[n.content],o=s.some(u=>u.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],c=a.some(u=>u.type==="tool_use");if(o){if(s.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!c)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter(l=>l.type==="tool_use").map(l=>l.id)),d=new Set(s.filter(l=>l.type==="tool_result").map(l=>l.toolUseId));if(u.size!==d.size||![...u].every(l=>d.has(l)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},bf,r):this.request({method:"sampling/createMessage",params:e},gi,r)}async elicitInput(e,r){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let s=e;return this.request({method:"elicitation/create",params:s},eo,r)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let s=e.mode==="form"?e:{...e,mode:"form"},o=await this.request({method:"elicitation/create",params:s},eo,r);if(o.action==="accept"&&o.content&&s.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(s.requestedSchema)(o.content);if(!a.valid)throw new H(V.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof H?i:new H(V.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return o}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},Sf,r)}async sendLoggingMessage(e,r){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,r))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}}});function Xg(t){return!!t&&typeof t=="object"&&tE in t}function rE(t){return t[tE]?.complete}var tE,eE,nE=b(()=>{tE=Symbol.for("mcp.completable");(function(t){t.Completable="McpCompletable"})(eE||(eE={}))});var sE=b(()=>{});function WL(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!VL.test(t)){let r=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,s,o)=>o.indexOf(n)===s);return e.push(`Tool name contains invalid characters: ${r.map(n=>`"${n}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:e}}return{isValid:!0,warnings:e}}function GL(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(let r of e)console.warn(` - ${r}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function Qg(t){let e=WL(t);return GL(t,e.warnings),e.isValid}var VL,oE=b(()=>{VL=/^[A-Za-z0-9._-]{1,128}$/});var Nu,iE=b(()=>{Nu=class{constructor(e){this._mcpServer=e}registerToolTask(e,r,n){let s={taskSupport:"required",...r.execution};if(s.taskSupport==="forbidden")throw new Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,r.title,r.description,r.inputSchema,r.outputSchema,r.annotations,s,r._meta,n)}}});var ey=b(()=>{Ga();Ga()});function uE(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function lE(t){return"_def"in t||"_zod"in t||uE(t)}function ty(t){return typeof t!="object"||t===null||lE(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(uE)}function aE(t){if(t){if(ty(t))return ss(t);if(!lE(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function JL(t){let e=un(t);return e?Object.entries(e).map(([r,n])=>{let s=Cb(n),o=Ob(n);return{name:r,description:s,required:!o}}):[]}function bn(t){let r=un(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=_c(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function cE(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Du,KL,Wi,dE=b(()=>{Qw();si();oh();os();nE();sE();oE();iE();ey();Du=class{constructor(e,r){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new Au(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new Nu(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(bn(Mc)),this.server.assertCanSetRequestHandler(bn(Qs)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Mc,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{let n={name:e,title:r.title,description:r.description,inputSchema:(()=>{let s=Vs(r.inputSchema);return s?rh(s,{strictUnions:!0,pipeStrategy:"input"}):KL})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let s=Vs(r.outputSchema);s&&(n.outputSchema=rh(s,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(Qs,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new H(V.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new H(V.InvalidParams,`Tool ${e.params.name} disabled`);let s=!!e.params.task,o=n.execution?.taskSupport,i="createTask"in n.handler;if((o==="required"||o==="optional")&&!i)throw new H(V.InternalError,`Tool ${e.params.name} has taskSupport '${o}' but was not registered with registerToolTask`);if(o==="required"&&!s)throw new H(V.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(o==="optional"&&!s&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return s||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof H&&n.code===V.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let o=Vs(e.inputSchema)??e.inputSchema,i=await gc(o,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=yc(a);throw new H(V.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new H(V.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let s=Vs(e.outputSchema),o=await gc(s,r.structuredContent);if(!o.success){let i="error"in o?o.error:"Unknown error",a=yc(i);throw new H(V.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let s=e.handler;if("createTask"in s){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=s;return await Promise.resolve(a.createTask(r,i))}else{let a=s;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=s;return await Promise.resolve(i(r,n))}else{let i=s;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let s=await this.validateToolInput(e,r.params.arguments,r.params.name),o=e.handler,i={...n,taskStore:n.taskStore},a=s?await Promise.resolve(o.createTask(s,i)):await Promise.resolve(o.createTask(i)),c=a.task.taskId,u=a.task,d=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(p=>setTimeout(p,d));let l=await n.taskStore.getTask(c);if(!l)throw new H(V.InternalError,`Task ${c} not found during polling`);u=l}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(bn(zc)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(zc,async e=>{switch(e.params.ref.type){case"ref/prompt":return bS(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return SS(e),this.handleResourceCompletion(e,e.params.ref);default:throw new H(V.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new H(V.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new H(V.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Wi;let o=un(n.argsSchema)?.[e.params.argument.name];if(!Xg(o))return Wi;let i=rE(o);if(!i)return Wi;let a=await i(e.params.argument.value,e.params.context);return cE(a)}async handleResourceCompletion(e,r){let n=Object.values(this._registeredResourceTemplates).find(i=>i.resourceTemplate.uriTemplate.toString()===r.uri);if(!n){if(this._registeredResources[r.uri])return Wi;throw new H(V.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let s=n.resourceTemplate.completeCallback(e.params.argument.name);if(!s)return Wi;let o=await s(e.params.argument.value,e.params.context);return cE(o)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(bn(Js)),this.server.assertCanSetRequestHandler(bn(Ys)),this.server.assertCanSetRequestHandler(bn(Nc)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Js,async(e,r)=>{let n=Object.entries(this._registeredResources).filter(([o,i])=>i.enabled).map(([o,i])=>({uri:o,name:i.name,...i.metadata})),s=[];for(let o of Object.values(this._registeredResourceTemplates)){if(!o.resourceTemplate.listCallback)continue;let i=await o.resourceTemplate.listCallback(r);for(let a of i.resources)s.push({...o.metadata,...a})}return{resources:[...n,...s]}}),this.server.setRequestHandler(Ys,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(Nc,async(e,r)=>{let n=new URL(e.params.uri),s=this._registeredResources[n.toString()];if(s){if(!s.enabled)throw new H(V.InvalidParams,`Resource ${n} disabled`);return s.readCallback(n,r)}for(let o of Object.values(this._registeredResourceTemplates)){let i=o.resourceTemplate.uriTemplate.match(n.toString());if(i)return o.readCallback(n,i,r)}throw new H(V.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(bn(Xs)),this.server.assertCanSetRequestHandler(bn(Dc)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Xs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?JL(r.argsSchema):void 0}))})),this.server.setRequestHandler(Dc,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new H(V.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new H(V.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let s=Vs(n.argsSchema),o=await gc(s,e.params.arguments);if(!o.success){let c="error"in o?o.error:"Unknown error",u=yc(c);throw new H(V.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=o.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let s=n.callback;return await Promise.resolve(s(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let s;typeof n[0]=="object"&&(s=n.shift());let o=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,s,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,s,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,s){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let o=this._createRegisteredResource(e,n.title,r,n,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),o}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let o=this._createRegisteredResourceTemplate(e,n.title,r,n,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),o}}_createRegisteredResource(e,r,n,s,o){let i={name:e,title:r,metadata:s,readCallback:o,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,s,o){let i={resourceTemplate:n,title:r,metadata:s,readCallback:o,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,s,o){let i={title:r,description:n,argsSchema:s===void 0?void 0:ss(s),callback:o,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:a=>{typeof a.name<"u"&&a.name!==e&&(delete this._registeredPrompts[e],a.name&&(this._registeredPrompts[a.name]=i)),typeof a.title<"u"&&(i.title=a.title),typeof a.description<"u"&&(i.description=a.description),typeof a.argsSchema<"u"&&(i.argsSchema=ss(a.argsSchema)),typeof a.callback<"u"&&(i.callback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=i,s&&Object.values(s).some(c=>{let u=c instanceof bt?c._def?.innerType:c;return Xg(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,s,o,i,a,c,u){Qg(e);let d={title:r,description:n,inputSchema:aE(s),outputSchema:aE(o),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>d.update({enabled:!1}),enable:()=>d.update({enabled:!0}),remove:()=>d.update({name:null}),update:l=>{typeof l.name<"u"&&l.name!==e&&(typeof l.name=="string"&&Qg(l.name),delete this._registeredTools[e],l.name&&(this._registeredTools[l.name]=d)),typeof l.title<"u"&&(d.title=l.title),typeof l.description<"u"&&(d.description=l.description),typeof l.paramsSchema<"u"&&(d.inputSchema=ss(l.paramsSchema)),typeof l.outputSchema<"u"&&(d.outputSchema=ss(l.outputSchema)),typeof l.callback<"u"&&(d.handler=l.callback),typeof l.annotations<"u"&&(d.annotations=l.annotations),typeof l._meta<"u"&&(d._meta=l._meta),typeof l.enabled<"u"&&(d.enabled=l.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=d,this.setToolRequestHandlers(),this.sendToolListChanged(),d}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,s,o,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];if(ty(c))s=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!ty(r[0])&&(i=r.shift());else if(typeof c=="object"&&c!==null){if(Object.values(c).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=r.shift()}}let a=r[0];return this._createRegisteredTool(e,void 0,n,s,o,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:s,description:o,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,s,o,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let s;r.length>1&&(s=r.shift());let o=r[0],i=this._createRegisteredPrompt(e,void 0,n,s,o);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:s,description:o,argsSchema:i}=r,a=this._createRegisteredPrompt(e,s,o,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}},KL={type:"object",properties:{}};Wi={completion:{values:[],hasMore:!1}}});function YL(t){return mS.parse(JSON.parse(t))}function pE(t){return JSON.stringify(t)+`
|
|
72
|
-
`}var
|
|
73
|
-
`);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),
|
|
74
|
-
${t}`}function
|
|
71
|
+
deps: ${r}}`};var kz={keyword:"dependencies",type:"object",schemaType:"object",error:Or.error,code(t){let[e,r]=wz(t);nw(t,e),sw(t,r)}};function wz({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let s=Array.isArray(t[n])?e:r;s[n]=t[n]}return[e,r]}function nw(t,e=t.schema){let{gen:r,data:n,it:s}=t;if(Object.keys(e).length===0)return;let o=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,Wi.propertyInData)(r,n,i,s.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),s.allErrors?r.if(c,()=>{for(let u of a)(0,Wi.checkReportMissingProp)(t,u)}):(r.if((0,$g._)`${c} && (${(0,Wi.checkMissingProp)(t,a,o)})`),(0,Wi.reportMissingProp)(t,o),r.else())}}Or.validatePropertyDeps=nw;function sw(t,e=t.schema){let{gen:r,data:n,keyword:s,it:o}=t,i=r.name("valid");for(let a in e)(0,Sz.alwaysValidSchema)(o,e[a])||(r.if((0,Wi.propertyInData)(r,n,a,o.opts.ownProperties),()=>{let c=t.subschema({keyword:s,schemaProp:a},i);t.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),t.ok(i))}Or.validateSchemaDeps=sw;Or.default=kz});var aw=D(Tg=>{"use strict";Object.defineProperty(Tg,"__esModule",{value:!0});var iw=re(),Ez=pe(),$z={message:"property name must be valid",params:({params:t})=>(0,iw._)`{propertyName: ${t.propertyName}}`},Tz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:$z,code(t){let{gen:e,schema:r,data:n,it:s}=t;if((0,Ez.alwaysValidSchema)(s,r))return;let o=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},o),e.if((0,iw.not)(o),()=>{t.error(!0),s.allErrors||e.break()})}),t.ok(o)}};Tg.default=Tz});var Rg=D(Pg=>{"use strict";Object.defineProperty(Pg,"__esModule",{value:!0});var Eu=Jt(),fr=re(),Pz=Zr(),$u=pe(),Rz={message:"must NOT have additional properties",params:({params:t})=>(0,fr._)`{additionalProperty: ${t.additionalProperty}}`},Cz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:Rz,code(t){let{gen:e,schema:r,parentSchema:n,data:s,errsCount:o,it:i}=t;if(!o)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,$u.alwaysValidSchema)(i,r))return;let u=(0,Eu.allSchemaProperties)(n.properties),d=(0,Eu.allSchemaProperties)(n.patternProperties);l(),t.ok((0,fr._)`${o} === ${Pz.default.errors}`);function l(){e.forIn("key",s,g=>{!u.length&&!d.length?m(g):e.if(p(g),()=>m(g))})}function p(g){let _;if(u.length>8){let b=(0,$u.schemaRefOrVal)(i,n.properties,"properties");_=(0,Eu.isOwnProperty)(e,b,g)}else u.length?_=(0,fr.or)(...u.map(b=>(0,fr._)`${g} === ${b}`)):_=fr.nil;return d.length&&(_=(0,fr.or)(_,...d.map(b=>(0,fr._)`${(0,Eu.usePattern)(t,b)}.test(${g})`))),(0,fr.not)(_)}function f(g){e.code((0,fr._)`delete ${s}[${g}]`)}function m(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,$u.alwaysValidSchema)(i,r)){let _=e.name("valid");c.removeAdditional==="failing"?(h(g,_,!1),e.if((0,fr.not)(_),()=>{t.reset(),f(g)})):(h(g,_),a||e.if((0,fr.not)(_),()=>e.break()))}}function h(g,_,b){let y={keyword:"additionalProperties",dataProp:g,dataPropType:$u.Type.Str};b===!1&&Object.assign(y,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(y,_)}}};Pg.default=Cz});var lw=D(Og=>{"use strict";Object.defineProperty(Og,"__esModule",{value:!0});var Oz=Ai(),cw=Jt(),Cg=pe(),uw=Rg(),Iz={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:s,it:o}=t;o.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&uw.default.code(new Oz.KeywordCxt(o,uw.default,"additionalProperties"));let i=(0,cw.allSchemaProperties)(r);for(let l of i)o.definedProperties.add(l);o.opts.unevaluated&&i.length&&o.props!==!0&&(o.props=Cg.mergeEvaluated.props(e,(0,Cg.toHash)(i),o.props));let a=i.filter(l=>!(0,Cg.alwaysValidSchema)(o,r[l]));if(a.length===0)return;let c=e.name("valid");for(let l of a)u(l)?d(l):(e.if((0,cw.propertyInData)(e,s,l,o.opts.ownProperties)),d(l),o.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(l),t.ok(c);function u(l){return o.opts.useDefaults&&!o.compositeRule&&r[l].default!==void 0}function d(l){t.subschema({keyword:"properties",schemaProp:l,dataProp:l},c)}}};Og.default=Iz});var fw=D(Ig=>{"use strict";Object.defineProperty(Ig,"__esModule",{value:!0});var dw=Jt(),Tu=re(),pw=pe(),mw=pe(),Az={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:s,it:o}=t,{opts:i}=o,a=(0,dw.allSchemaProperties)(r),c=a.filter(h=>(0,pw.alwaysValidSchema)(o,r[h]));if(a.length===0||c.length===a.length&&(!o.opts.unevaluated||o.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&s.properties,d=e.name("valid");o.props!==!0&&!(o.props instanceof Tu.Name)&&(o.props=(0,mw.evaluatedPropsToName)(e,o.props));let{props:l}=o;p();function p(){for(let h of a)u&&f(h),o.allErrors?m(h):(e.var(d,!0),m(h),e.if(d))}function f(h){for(let g in u)new RegExp(h).test(g)&&(0,pw.checkStrictMode)(o,`property ${g} matches pattern ${h} (use allowMatchingProperties)`)}function m(h){e.forIn("key",n,g=>{e.if((0,Tu._)`${(0,dw.usePattern)(t,h)}.test(${g})`,()=>{let _=c.includes(h);_||t.subschema({keyword:"patternProperties",schemaProp:h,dataProp:g,dataPropType:mw.Type.Str},d),o.opts.unevaluated&&l!==!0?e.assign((0,Tu._)`${l}[${g}]`,!0):!_&&!o.allErrors&&e.if((0,Tu.not)(d),()=>e.break())})})}}};Ig.default=Az});var hw=D(Ag=>{"use strict";Object.defineProperty(Ag,"__esModule",{value:!0});var Nz=pe(),Dz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,Nz.alwaysValidSchema)(n,r)){t.fail();return}let s=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},s),t.failResult(s,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};Ag.default=Dz});var gw=D(Ng=>{"use strict";Object.defineProperty(Ng,"__esModule",{value:!0});var Mz=Jt(),jz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Mz.validateUnion,error:{message:"must match a schema in anyOf"}};Ng.default=jz});var yw=D(Dg=>{"use strict";Object.defineProperty(Dg,"__esModule",{value:!0});var Pu=re(),zz=pe(),Lz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,Pu._)`{passingSchemas: ${t.passing}}`},Fz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Lz,code(t){let{gen:e,schema:r,parentSchema:n,it:s}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(s.opts.discriminator&&n.discriminator)return;let o=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){o.forEach((d,l)=>{let p;(0,zz.alwaysValidSchema)(s,d)?e.var(c,!0):p=t.subschema({keyword:"oneOf",schemaProp:l,compositeRule:!0},c),l>0&&e.if((0,Pu._)`${c} && ${i}`).assign(i,!1).assign(a,(0,Pu._)`[${a}, ${l}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,l),p&&t.mergeEvaluated(p,Pu.Name)})})}}};Dg.default=Fz});var _w=D(Mg=>{"use strict";Object.defineProperty(Mg,"__esModule",{value:!0});var Uz=pe(),Hz={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let s=e.name("valid");r.forEach((o,i)=>{if((0,Uz.alwaysValidSchema)(n,o))return;let a=t.subschema({keyword:"allOf",schemaProp:i},s);t.ok(s),t.mergeEvaluated(a)})}};Mg.default=Hz});var xw=D(jg=>{"use strict";Object.defineProperty(jg,"__esModule",{value:!0});var Ru=re(),bw=pe(),Zz={message:({params:t})=>(0,Ru.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,Ru._)`{failingKeyword: ${t.ifClause}}`},Bz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Zz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,bw.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let s=vw(n,"then"),o=vw(n,"else");if(!s&&!o)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),s&&o){let d=e.let("ifClause");t.setParams({ifClause:d}),e.if(a,u("then",d),u("else",d))}else s?e.if(a,u("then")):e.if((0,Ru.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let d=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(d)}function u(d,l){return()=>{let p=t.subschema({keyword:d},a);e.assign(i,a),t.mergeValidEvaluated(p,i),l?e.assign(l,(0,Ru._)`${d}`):t.setParams({ifClause:d})}}}};function vw(t,e){let r=t.schema[e];return r!==void 0&&!(0,bw.alwaysValidSchema)(t,r)}jg.default=Bz});var Sw=D(zg=>{"use strict";Object.defineProperty(zg,"__esModule",{value:!0});var qz=pe(),Vz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,qz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};zg.default=Vz});var kw=D(Lg=>{"use strict";Object.defineProperty(Lg,"__esModule",{value:!0});var Wz=xg(),Gz=Q0(),Kz=Sg(),Jz=tw(),Yz=rw(),Xz=ow(),Qz=aw(),eL=Rg(),tL=lw(),rL=fw(),nL=hw(),sL=gw(),oL=yw(),iL=_w(),aL=xw(),cL=Sw();function uL(t=!1){let e=[nL.default,sL.default,oL.default,iL.default,aL.default,cL.default,Qz.default,eL.default,Xz.default,tL.default,rL.default];return t?e.push(Gz.default,Jz.default):e.push(Wz.default,Kz.default),e.push(Yz.default),e}Lg.default=uL});var ww=D(Fg=>{"use strict";Object.defineProperty(Fg,"__esModule",{value:!0});var Ze=re(),lL={message:({schemaCode:t})=>(0,Ze.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,Ze._)`{format: ${t}}`},dL={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:lL,code(t,e){let{gen:r,data:n,$data:s,schema:o,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:d,self:l}=a;if(!c.validateFormats)return;s?p():f();function p(){let m=r.scopeValue("formats",{ref:l.formats,code:c.code.formats}),h=r.const("fDef",(0,Ze._)`${m}[${i}]`),g=r.let("fType"),_=r.let("format");r.if((0,Ze._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(g,(0,Ze._)`${h}.type || "string"`).assign(_,(0,Ze._)`${h}.validate`),()=>r.assign(g,(0,Ze._)`"string"`).assign(_,h)),t.fail$data((0,Ze.or)(b(),y()));function b(){return c.strictSchema===!1?Ze.nil:(0,Ze._)`${i} && !${_}`}function y(){let v=d.$async?(0,Ze._)`(${h}.async ? await ${_}(${n}) : ${_}(${n}))`:(0,Ze._)`${_}(${n})`,S=(0,Ze._)`(typeof ${_} == "function" ? ${v} : ${_}.test(${n}))`;return(0,Ze._)`${_} && ${_} !== true && ${g} === ${e} && !${S}`}}function f(){let m=l.formats[o];if(!m){b();return}if(m===!0)return;let[h,g,_]=y(m);h===e&&t.pass(v());function b(){if(c.strictSchema===!1){l.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${o}" ignored in schema at path "${u}"`}}function y(S){let $=S instanceof RegExp?(0,Ze.regexpCode)(S):c.code.formats?(0,Ze._)`${c.code.formats}${(0,Ze.getProperty)(o)}`:void 0,T=r.scopeValue("formats",{key:o,ref:S,code:$});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,Ze._)`${T}.validate`]:["string",S,T]}function v(){if(typeof m=="object"&&!(m instanceof RegExp)&&m.async){if(!d.$async)throw new Error("async format in sync schema");return(0,Ze._)`await ${_}(${n})`}return typeof g=="function"?(0,Ze._)`${_}(${n})`:(0,Ze._)`${_}.test(${n})`}}}};Fg.default=dL});var Ew=D(Ug=>{"use strict";Object.defineProperty(Ug,"__esModule",{value:!0});var pL=ww(),mL=[pL.default];Ug.default=mL});var $w=D(ho=>{"use strict";Object.defineProperty(ho,"__esModule",{value:!0});ho.contentVocabulary=ho.metadataVocabulary=void 0;ho.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];ho.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var Pw=D(Hg=>{"use strict";Object.defineProperty(Hg,"__esModule",{value:!0});var fL=D0(),hL=K0(),gL=kw(),yL=Ew(),Tw=$w(),_L=[fL.default,hL.default,(0,gL.default)(),yL.default,Tw.metadataVocabulary,Tw.contentVocabulary];Hg.default=_L});var Cw=D(Cu=>{"use strict";Object.defineProperty(Cu,"__esModule",{value:!0});Cu.DiscrError=void 0;var Rw;(function(t){t.Tag="tag",t.Mapping="mapping"})(Rw||(Cu.DiscrError=Rw={}))});var Iw=D(Bg=>{"use strict";Object.defineProperty(Bg,"__esModule",{value:!0});var go=re(),Zg=Cw(),Ow=pu(),vL=Ni(),bL=pe(),xL={message:({params:{discrError:t,tagName:e}})=>t===Zg.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,go._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},SL={keyword:"discriminator",type:"object",schemaType:"object",error:xL,code(t){let{gen:e,data:r,schema:n,parentSchema:s,it:o}=t,{oneOf:i}=s;if(!o.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),u=e.const("tag",(0,go._)`${r}${(0,go.getProperty)(a)}`);e.if((0,go._)`typeof ${u} == "string"`,()=>d(),()=>t.error(!1,{discrError:Zg.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function d(){let f=p();e.if(!1);for(let m in f)e.elseIf((0,go._)`${u} === ${m}`),e.assign(c,l(f[m]));e.else(),t.error(!1,{discrError:Zg.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function l(f){let m=e.name("valid"),h=t.subschema({keyword:"oneOf",schemaProp:f},m);return t.mergeEvaluated(h,go.Name),m}function p(){var f;let m={},h=_(s),g=!0;for(let v=0;v<i.length;v++){let S=i[v];if(S?.$ref&&!(0,bL.schemaHasRulesButRef)(S,o.self.RULES)){let T=S.$ref;if(S=Ow.resolveRef.call(o.self,o.schemaEnv.root,o.baseId,T),S instanceof Ow.SchemaEnv&&(S=S.schema),S===void 0)throw new vL.default(o.opts.uriResolver,o.baseId,T)}let $=(f=S?.properties)===null||f===void 0?void 0:f[a];if(typeof $!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(h||_(S)),b($,v)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return m;function _({required:v}){return Array.isArray(v)&&v.includes(a)}function b(v,S){if(v.const)y(v.const,S);else if(v.enum)for(let $ of v.enum)y($,S);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function y(v,S){if(typeof v!="string"||v in m)throw new Error(`discriminator: "${a}" values must be unique strings`);m[v]=S}}}};Bg.default=SL});var Aw=D((c5,kL)=>{kL.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var Vg=D((Ce,qg)=>{"use strict";Object.defineProperty(Ce,"__esModule",{value:!0});Ce.MissingRefError=Ce.ValidationError=Ce.CodeGen=Ce.Name=Ce.nil=Ce.stringify=Ce.str=Ce._=Ce.KeywordCxt=Ce.Ajv=void 0;var wL=R0(),EL=Pw(),$L=Iw(),Nw=Aw(),TL=["/properties"],Ou="http://json-schema.org/draft-07/schema",yo=class extends wL.default{_addVocabularies(){super._addVocabularies(),EL.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword($L.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Nw,TL):Nw;this.addMetaSchema(e,Ou,!1),this.refs["http://json-schema.org/schema"]=Ou}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ou)?Ou:void 0)}};Ce.Ajv=yo;qg.exports=Ce=yo;qg.exports.Ajv=yo;Object.defineProperty(Ce,"__esModule",{value:!0});Ce.default=yo;var PL=Ai();Object.defineProperty(Ce,"KeywordCxt",{enumerable:!0,get:function(){return PL.KeywordCxt}});var _o=re();Object.defineProperty(Ce,"_",{enumerable:!0,get:function(){return _o._}});Object.defineProperty(Ce,"str",{enumerable:!0,get:function(){return _o.str}});Object.defineProperty(Ce,"stringify",{enumerable:!0,get:function(){return _o.stringify}});Object.defineProperty(Ce,"nil",{enumerable:!0,get:function(){return _o.nil}});Object.defineProperty(Ce,"Name",{enumerable:!0,get:function(){return _o.Name}});Object.defineProperty(Ce,"CodeGen",{enumerable:!0,get:function(){return _o.CodeGen}});var RL=lu();Object.defineProperty(Ce,"ValidationError",{enumerable:!0,get:function(){return RL.default}});var CL=Ni();Object.defineProperty(Ce,"MissingRefError",{enumerable:!0,get:function(){return CL.default}})});var Hw=D(Ar=>{"use strict";Object.defineProperty(Ar,"__esModule",{value:!0});Ar.formatNames=Ar.fastFormats=Ar.fullFormats=void 0;function Ir(t,e){return{validate:t,compare:e}}Ar.fullFormats={date:Ir(zw,Jg),time:Ir(Gg(!0),Yg),"date-time":Ir(Dw(!0),Fw),"iso-time":Ir(Gg(),Lw),"iso-date-time":Ir(Dw(),Uw),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:ML,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:ZL,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:jL,int32:{type:"number",validate:FL},int64:{type:"number",validate:UL},float:{type:"number",validate:jw},double:{type:"number",validate:jw},password:!0,binary:!0};Ar.fastFormats={...Ar.fullFormats,date:Ir(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Jg),time:Ir(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Yg),"date-time":Ir(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Fw),"iso-time":Ir(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Lw),"iso-date-time":Ir(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Uw),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};Ar.formatNames=Object.keys(Ar.fullFormats);function OL(t){return t%4===0&&(t%100!==0||t%400===0)}var IL=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,AL=[0,31,28,31,30,31,30,31,31,30,31,30,31];function zw(t){let e=IL.exec(t);if(!e)return!1;let r=+e[1],n=+e[2],s=+e[3];return n>=1&&n<=12&&s>=1&&s<=(n===2&&OL(r)?29:AL[n])}function Jg(t,e){if(t&&e)return t>e?1:t<e?-1:0}var Wg=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Gg(t){return function(r){let n=Wg.exec(r);if(!n)return!1;let s=+n[1],o=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),d=+(n[7]||0);if(u>23||d>59||t&&!a)return!1;if(s<=23&&o<=59&&i<60)return!0;let l=o-d*c,p=s-u*c-(l<0?1:0);return(p===23||p===-1)&&(l===59||l===-1)&&i<61}}function Yg(t,e){if(!(t&&e))return;let r=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(r&&n)return r-n}function Lw(t,e){if(!(t&&e))return;let r=Wg.exec(t),n=Wg.exec(e);if(r&&n)return t=r[1]+r[2]+r[3],e=n[1]+n[2]+n[3],t>e?1:t<e?-1:0}var Kg=/t|\s/i;function Dw(t){let e=Gg(t);return function(n){let s=n.split(Kg);return s.length===2&&zw(s[0])&&e(s[1])}}function Fw(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Uw(t,e){if(!(t&&e))return;let[r,n]=t.split(Kg),[s,o]=e.split(Kg),i=Jg(r,s);if(i!==void 0)return i||Yg(n,o)}var NL=/\/|:/,DL=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function ML(t){return NL.test(t)&&DL.test(t)}var Mw=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function jL(t){return Mw.lastIndex=0,Mw.test(t)}var zL=-(2**31),LL=2**31-1;function FL(t){return Number.isInteger(t)&&t<=LL&&t>=zL}function UL(t){return Number.isInteger(t)}function jw(){return!0}var HL=/[^\\]\\Z/;function ZL(t){if(HL.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var Zw=D(vo=>{"use strict";Object.defineProperty(vo,"__esModule",{value:!0});vo.formatLimitDefinition=void 0;var BL=Vg(),hr=re(),Sn=hr.operators,Iu={formatMaximum:{okStr:"<=",ok:Sn.LTE,fail:Sn.GT},formatMinimum:{okStr:">=",ok:Sn.GTE,fail:Sn.LT},formatExclusiveMaximum:{okStr:"<",ok:Sn.LT,fail:Sn.GTE},formatExclusiveMinimum:{okStr:">",ok:Sn.GT,fail:Sn.LTE}},qL={message:({keyword:t,schemaCode:e})=>(0,hr.str)`should be ${Iu[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,hr._)`{comparison: ${Iu[t].okStr}, limit: ${e}}`};vo.formatLimitDefinition={keyword:Object.keys(Iu),type:"string",schemaType:"string",$data:!0,error:qL,code(t){let{gen:e,data:r,schemaCode:n,keyword:s,it:o}=t,{opts:i,self:a}=o;if(!i.validateFormats)return;let c=new BL.KeywordCxt(o,a.RULES.all.format.definition,"format");c.$data?u():d();function u(){let p=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),f=e.const("fmt",(0,hr._)`${p}[${c.schemaCode}]`);t.fail$data((0,hr.or)((0,hr._)`typeof ${f} != "object"`,(0,hr._)`${f} instanceof RegExp`,(0,hr._)`typeof ${f}.compare != "function"`,l(f)))}function d(){let p=c.schema,f=a.formats[p];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${s}": format "${p}" does not define "compare" function`);let m=e.scopeValue("formats",{key:p,ref:f,code:i.code.formats?(0,hr._)`${i.code.formats}${(0,hr.getProperty)(p)}`:void 0});t.fail$data(l(m))}function l(p){return(0,hr._)`${p}.compare(${r}, ${n}) ${Iu[s].fail} 0`}},dependencies:["format"]};var VL=t=>(t.addKeyword(vo.formatLimitDefinition),t);vo.default=VL});var Ww=D((Gi,Vw)=>{"use strict";Object.defineProperty(Gi,"__esModule",{value:!0});var bo=Hw(),WL=Zw(),Xg=re(),Bw=new Xg.Name("fullFormats"),GL=new Xg.Name("fastFormats"),Qg=(t,e={keywords:!0})=>{if(Array.isArray(e))return qw(t,e,bo.fullFormats,Bw),t;let[r,n]=e.mode==="fast"?[bo.fastFormats,GL]:[bo.fullFormats,Bw],s=e.formats||bo.formatNames;return qw(t,s,r,n),e.keywords&&(0,WL.default)(t),t};Qg.get=(t,e="full")=>{let n=(e==="fast"?bo.fastFormats:bo.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function qw(t,e,r,n){var s,o;(s=(o=t.opts.code).formats)!==null&&s!==void 0||(o.formats=(0,Xg._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}Vw.exports=Gi=Qg;Object.defineProperty(Gi,"__esModule",{value:!0});Gi.default=Qg});function KL(){let t=new Gw.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Kw.default)(t),t}var Gw,Kw,Au,Jw=x(()=>{Gw=Io(Vg(),1),Kw=Io(Ww(),1);Au=class{constructor(e){this._ajv=e??KL()}getValidator(e){let r="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return n=>r(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}}});var Nu,Yw=x(()=>{cs();Nu=class{constructor(e){this._server=e}requestStream(e,r,n){return this._server.requestStream(e,r,n)}createMessageStream(e,r){let n=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let s=e.messages[e.messages.length-1],o=Array.isArray(s.content)?s.content:[s.content],i=o.some(d=>d.type==="tool_result"),a=e.messages.length>1?e.messages[e.messages.length-2]:void 0,c=a?Array.isArray(a.content)?a.content:[a.content]:[],u=c.some(d=>d.type==="tool_use");if(i){if(o.some(d=>d.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let d=new Set(c.filter(p=>p.type==="tool_use").map(p=>p.id)),l=new Set(o.filter(p=>p.type==="tool_result").map(p=>p.toolUseId));if(d.size!==l.size||![...d].every(p=>l.has(p)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},_i,r)}elicitInputStream(e,r){let n=this._server.getClientCapabilities(),s=e.mode??"form";switch(s){case"url":{if(!n?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!n?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let o=s==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:o},ro,r)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}}});function Xw(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${r} does not support task creation for tools/call (required for ${e})`);break;default:break}}function Qw(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${r} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}var eE=x(()=>{});var Du,tE=x(()=>{ck();cs();Jw();ii();Yw();eE();Du=class extends Yc{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(yi.options.map((n,s)=>[n,s])),this.isMessageIgnored=(n,s)=>{let o=this._loggingLevels.get(s);return o?this.LOG_LEVEL_SEVERITY.get(n)<this.LOG_LEVEL_SEVERITY.get(o):!1},this._capabilities=r?.capabilities??{},this._instructions=r?.instructions,this._jsonSchemaValidator=r?.jsonSchemaValidator??new Au,this.setRequestHandler(ff,n=>this._oninitialize(n)),this.setNotificationHandler(hf,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(Sf,async(n,s)=>{let o=s.sessionId||s.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=yi.safeParse(i);return a.success&&this._loggingLevels.set(o,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new Nu(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=ak(this._capabilities,e)}setRequestHandler(e,r){let s=dn(e)?.method;if(!s)throw new Error("Schema is missing a method literal");let o;if(qt(s)){let a=s;o=a._zod?.def?.value??a.value}else{let a=s;o=a._def?.value??a.value}if(typeof o!="string")throw new Error("Schema method literal must be a string");if(o==="tools/call"){let a=async(c,u)=>{let d=ln(to,c);if(!d.success){let m=d.error instanceof Error?d.error.message:String(d.error);throw new H(V.InvalidParams,`Invalid tools/call request: ${m}`)}let{params:l}=d.data,p=await Promise.resolve(r(c,u));if(l.task){let m=ln(Js,p);if(!m.success){let h=m.error instanceof Error?m.error.message:String(m.error);throw new H(V.InvalidParams,`Invalid task creation result: ${h}`)}return m.data}let f=ln(Lc,p);if(!f.success){let m=f.error instanceof Error?f.error.message:String(f.error);throw new H(V.InvalidParams,`Invalid tools/call result: ${m}`)}return f.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){Qw(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&Xw(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:aS.includes(r)?r:uf,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},$c)}async createMessage(e,r){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],s=Array.isArray(n.content)?n.content:[n.content],o=s.some(u=>u.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],c=a.some(u=>u.type==="tool_use");if(o){if(s.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!c)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter(l=>l.type==="tool_use").map(l=>l.id)),d=new Set(s.filter(l=>l.type==="tool_result").map(l=>l.toolUseId));if(u.size!==d.size||![...u].every(l=>d.has(l)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},kf,r):this.request({method:"sampling/createMessage",params:e},_i,r)}async elicitInput(e,r){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let s=e;return this.request({method:"elicitation/create",params:s},ro,r)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let s=e.mode==="form"?e:{...e,mode:"form"},o=await this.request({method:"elicitation/create",params:s},ro,r);if(o.action==="accept"&&o.content&&s.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(s.requestedSchema)(o.content);if(!a.valid)throw new H(V.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof H?i:new H(V.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return o}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},wf,r)}async sendLoggingMessage(e,r){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,r))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}}});function ey(t){return!!t&&typeof t=="object"&&nE in t}function sE(t){return t[nE]?.complete}var nE,rE,oE=x(()=>{nE=Symbol.for("mcp.completable");(function(t){t.Completable="McpCompletable"})(rE||(rE={}))});var iE=x(()=>{});function YL(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!JL.test(t)){let r=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,s,o)=>o.indexOf(n)===s);return e.push(`Tool name contains invalid characters: ${r.map(n=>`"${n}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:e}}return{isValid:!0,warnings:e}}function XL(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(let r of e)console.warn(` - ${r}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function ty(t){let e=YL(t);return XL(t,e.warnings),e.isValid}var JL,aE=x(()=>{JL=/^[A-Za-z0-9._-]{1,128}$/});var Mu,cE=x(()=>{Mu=class{constructor(e){this._mcpServer=e}registerToolTask(e,r,n){let s={taskSupport:"required",...r.execution};if(s.taskSupport==="forbidden")throw new Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,r.title,r.description,r.inputSchema,r.outputSchema,r.annotations,s,r._meta,n)}}});var ry=x(()=>{Ja();Ja()});function dE(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function pE(t){return"_def"in t||"_zod"in t||dE(t)}function ny(t){return typeof t!="object"||t===null||pE(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(dE)}function uE(t){if(t){if(ny(t))return as(t);if(!pE(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function eF(t){let e=dn(t);return e?Object.entries(e).map(([r,n])=>{let s=Ix(n),o=Ax(n);return{name:r,description:s,required:!o}}):[]}function kn(t){let r=dn(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=bc(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function lE(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var ju,QL,Ki,mE=x(()=>{tE();ii();ah();cs();oE();iE();aE();cE();ry();ju=class{constructor(e,r){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new Du(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new Mu(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(kn(zc)),this.server.assertCanSetRequestHandler(kn(to)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(zc,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{let n={name:e,title:r.title,description:r.description,inputSchema:(()=>{let s=Gs(r.inputSchema);return s?sh(s,{strictUnions:!0,pipeStrategy:"input"}):QL})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let s=Gs(r.outputSchema);s&&(n.outputSchema=sh(s,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(to,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new H(V.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new H(V.InvalidParams,`Tool ${e.params.name} disabled`);let s=!!e.params.task,o=n.execution?.taskSupport,i="createTask"in n.handler;if((o==="required"||o==="optional")&&!i)throw new H(V.InternalError,`Tool ${e.params.name} has taskSupport '${o}' but was not registered with registerToolTask`);if(o==="required"&&!s)throw new H(V.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(o==="optional"&&!s&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return s||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof H&&n.code===V.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let o=Gs(e.inputSchema)??e.inputSchema,i=await _c(o,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=vc(a);throw new H(V.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new H(V.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let s=Gs(e.outputSchema),o=await _c(s,r.structuredContent);if(!o.success){let i="error"in o?o.error:"Unknown error",a=vc(i);throw new H(V.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let s=e.handler;if("createTask"in s){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=s;return await Promise.resolve(a.createTask(r,i))}else{let a=s;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=s;return await Promise.resolve(i(r,n))}else{let i=s;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let s=await this.validateToolInput(e,r.params.arguments,r.params.name),o=e.handler,i={...n,taskStore:n.taskStore},a=s?await Promise.resolve(o.createTask(s,i)):await Promise.resolve(o.createTask(i)),c=a.task.taskId,u=a.task,d=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(p=>setTimeout(p,d));let l=await n.taskStore.getTask(c);if(!l)throw new H(V.InternalError,`Task ${c} not found during polling`);u=l}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(kn(Fc)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Fc,async e=>{switch(e.params.ref.type){case"ref/prompt":return kS(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return wS(e),this.handleResourceCompletion(e,e.params.ref);default:throw new H(V.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new H(V.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new H(V.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Ki;let o=dn(n.argsSchema)?.[e.params.argument.name];if(!ey(o))return Ki;let i=sE(o);if(!i)return Ki;let a=await i(e.params.argument.value,e.params.context);return lE(a)}async handleResourceCompletion(e,r){let n=Object.values(this._registeredResourceTemplates).find(i=>i.resourceTemplate.uriTemplate.toString()===r.uri);if(!n){if(this._registeredResources[r.uri])return Ki;throw new H(V.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let s=n.resourceTemplate.completeCallback(e.params.argument.name);if(!s)return Ki;let o=await s(e.params.argument.value,e.params.context);return lE(o)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(kn(Xs)),this.server.assertCanSetRequestHandler(kn(Qs)),this.server.assertCanSetRequestHandler(kn(Mc)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Xs,async(e,r)=>{let n=Object.entries(this._registeredResources).filter(([o,i])=>i.enabled).map(([o,i])=>({uri:o,name:i.name,...i.metadata})),s=[];for(let o of Object.values(this._registeredResourceTemplates)){if(!o.resourceTemplate.listCallback)continue;let i=await o.resourceTemplate.listCallback(r);for(let a of i.resources)s.push({...o.metadata,...a})}return{resources:[...n,...s]}}),this.server.setRequestHandler(Qs,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(Mc,async(e,r)=>{let n=new URL(e.params.uri),s=this._registeredResources[n.toString()];if(s){if(!s.enabled)throw new H(V.InvalidParams,`Resource ${n} disabled`);return s.readCallback(n,r)}for(let o of Object.values(this._registeredResourceTemplates)){let i=o.resourceTemplate.uriTemplate.match(n.toString());if(i)return o.readCallback(n,i,r)}throw new H(V.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(kn(eo)),this.server.assertCanSetRequestHandler(kn(jc)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(eo,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?eF(r.argsSchema):void 0}))})),this.server.setRequestHandler(jc,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new H(V.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new H(V.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let s=Gs(n.argsSchema),o=await _c(s,e.params.arguments);if(!o.success){let c="error"in o?o.error:"Unknown error",u=vc(c);throw new H(V.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=o.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let s=n.callback;return await Promise.resolve(s(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let s;typeof n[0]=="object"&&(s=n.shift());let o=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,s,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,s,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,s){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let o=this._createRegisteredResource(e,n.title,r,n,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),o}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let o=this._createRegisteredResourceTemplate(e,n.title,r,n,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),o}}_createRegisteredResource(e,r,n,s,o){let i={name:e,title:r,metadata:s,readCallback:o,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,s,o){let i={resourceTemplate:n,title:r,metadata:s,readCallback:o,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,s,o){let i={title:r,description:n,argsSchema:s===void 0?void 0:as(s),callback:o,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:a=>{typeof a.name<"u"&&a.name!==e&&(delete this._registeredPrompts[e],a.name&&(this._registeredPrompts[a.name]=i)),typeof a.title<"u"&&(i.title=a.title),typeof a.description<"u"&&(i.description=a.description),typeof a.argsSchema<"u"&&(i.argsSchema=as(a.argsSchema)),typeof a.callback<"u"&&(i.callback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=i,s&&Object.values(s).some(c=>{let u=c instanceof xt?c._def?.innerType:c;return ey(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,s,o,i,a,c,u){ty(e);let d={title:r,description:n,inputSchema:uE(s),outputSchema:uE(o),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>d.update({enabled:!1}),enable:()=>d.update({enabled:!0}),remove:()=>d.update({name:null}),update:l=>{typeof l.name<"u"&&l.name!==e&&(typeof l.name=="string"&&ty(l.name),delete this._registeredTools[e],l.name&&(this._registeredTools[l.name]=d)),typeof l.title<"u"&&(d.title=l.title),typeof l.description<"u"&&(d.description=l.description),typeof l.paramsSchema<"u"&&(d.inputSchema=as(l.paramsSchema)),typeof l.outputSchema<"u"&&(d.outputSchema=as(l.outputSchema)),typeof l.callback<"u"&&(d.handler=l.callback),typeof l.annotations<"u"&&(d.annotations=l.annotations),typeof l._meta<"u"&&(d._meta=l._meta),typeof l.enabled<"u"&&(d.enabled=l.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=d,this.setToolRequestHandlers(),this.sendToolListChanged(),d}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,s,o,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];if(ny(c))s=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!ny(r[0])&&(i=r.shift());else if(typeof c=="object"&&c!==null){if(Object.values(c).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=r.shift()}}let a=r[0];return this._createRegisteredTool(e,void 0,n,s,o,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:s,description:o,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,s,o,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let s;r.length>1&&(s=r.shift());let o=r[0],i=this._createRegisteredPrompt(e,void 0,n,s,o);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:s,description:o,argsSchema:i}=r,a=this._createRegisteredPrompt(e,s,o,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}},QL={type:"object",properties:{}};Ki={completion:{values:[],hasMore:!1}}});function tF(t){return hS.parse(JSON.parse(t))}function fE(t){return JSON.stringify(t)+`
|
|
72
|
+
`}var zu,hE=x(()=>{cs();zu=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
|
|
73
|
+
`);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),tF(r)}clear(){this._buffer=void 0}}});import gE from"node:process";var Lu,yE=x(()=>{hE();Lu=class{constructor(e=gE.stdin,r=gE.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new zu,this._started=!1,this._ondata=n=>{this._readBuffer.append(n),this.processReadBuffer()},this._onerror=n=>{this.onerror?.(n)}}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(e){return new Promise(r=>{let n=fE(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}}});var TE={};Ue(TE,{PolyglotExecutor:()=>xo,buildScriptFilename:()=>wE,buildShellScriptContent:()=>$E,buildSpawnOptions:()=>EE});import{spawn as _E,execSync as rF,execFileSync as SE}from"node:child_process";import{mkdtempSync as nF,writeFileSync as vE,rmSync as bE,existsSync as xE}from"node:fs";import{join as Fu,resolve as kE}from"node:path";import{tmpdir as sF}from"node:os";function wE(t,e,r){if(e==="win32"&&t==="shell"){let n=r?.toLowerCase()??"";return n.includes("powershell")||n.includes("pwsh")?"script.ps1":"script"}return`script.${oF[t]}`}function EE(t){return{windowsHide:t==="win32"}}function iF(t){return`'${t.replace(/'/g,"'\\''")}'`}function $E(t,e,r){return r==="win32"||!e?t:`export PATH=${iF(e)}
|
|
74
|
+
${t}`}function sy(t){if(Qt&&t.pid)try{rF(`taskkill /F /T /PID ${t.pid}`,{stdio:"pipe"})}catch{}else if(t.pid)try{process.kill(-t.pid,"SIGKILL")}catch{}}var Qt,oF,aF,xo,oy=x(()=>{"use strict";$a();Qt=process.platform==="win32",oF={javascript:"js",typescript:"ts",python:"py",shell:"sh",ruby:"rb",go:"go",rust:"rs",php:"php",perl:"pl",r:"R",elixir:"exs",csharp:"csx"};aF=(()=>{if(Qt)return process.env.TEMP??process.env.TMP??sF();try{let t=SE(process.platform==="darwin"?"getconf":"mktemp",process.platform==="darwin"?["DARWIN_USER_TEMP_DIR"]:["-u","-d"],{env:{...process.env,TMPDIR:void 0},encoding:"utf-8"}).trim(),e=process.platform==="darwin"?t:kE(t,"..");if(e&&e!==process.cwd())return e}catch{}return"/tmp"})();xo=class{#e;#t;#n;#o=new Set;constructor(e){this.#e=e?.hardCapBytes??100*1024*1024;let r=e?.projectRoot;typeof r=="function"?this.#t=r:typeof r=="string"?this.#t=()=>r:this.#t=()=>process.cwd(),this.#n=e?.runtimes??Es()}get#s(){return this.#t()}get runtimes(){return{...this.#n}}cleanupBackgrounded(){for(let e of this.#o)try{process.kill(Qt?e:-e,"SIGTERM")}catch{}this.#o.clear()}async execute(e){let{language:r,code:n,timeout:s,background:o=!1}=e,i=nF(Fu(aF,".ctx-mode-"));try{let a=this.#a(i,n,r),c=__(this.#n,r,a);if(c[0]==="__rust_compile_run__")return await this.#c(a,i,s);let u=r==="shell"?this.#s:i,d=await this.#i(c,u,i,s,o);if(!d.backgrounded)try{bE(i,{recursive:!0,force:!0})}catch{}return d}catch(a){try{bE(i,{recursive:!0,force:!0})}catch{}throw a}}async executeFile(e){let{path:r,language:n,code:s,timeout:o}=e,i=kE(this.#s,r),a=this.#l(i,n,s);return this.execute({language:n,code:a,timeout:o})}#a(e,r,n){n==="go"&&!r.includes("package ")&&(r=`package main
|
|
75
75
|
|
|
76
76
|
import "fmt"
|
|
77
77
|
|
|
@@ -79,12 +79,12 @@ func main() {
|
|
|
79
79
|
${r}
|
|
80
80
|
}
|
|
81
81
|
`),n==="php"&&!r.trimStart().startsWith("<?")&&(r=`<?php
|
|
82
|
-
${r}`),n==="elixir"&&
|
|
82
|
+
${r}`),n==="elixir"&&xE(Fu(this.#s,"mix.exs"))&&(r=`Path.wildcard(Path.join(${JSON.stringify(Fu(this.#s,"_build/dev/lib"))}, "*/ebin"))
|
|
83
83
|
|> Enum.each(&Code.prepend_path/1)
|
|
84
84
|
|
|
85
|
-
${r}`);let s=
|
|
86
|
-
${i instanceof Error?i.stderr||i.message:String(i)}`,exitCode:1,timedOut:!1}}return this.#i([o],r,r,n)}async#i(e,r,n,s,o=!1){return new Promise(i=>{let a=
|
|
87
|
-
[output capped at ${(this.#e/1024/1024).toFixed(0)}MB \u2014 process killed]`),i({stdout:v,stderr:S,exitCode:p?1:y??1,timedOut:p})}),l.on("error",y=>{clearTimeout(m),!f&&i({stdout:"",stderr:y.message,exitCode:1,timedOut:!1})})})}#u(e){let r=process.env.HOME??process.env.USERPROFILE??e,n=new Set(["BASH_ENV","ENV","PROMPT_COMMAND","PS4","SHELLOPTS","BASHOPTS","CDPATH","INPUTRC","BASH_XTRACEFD","NODE_OPTIONS","NODE_PATH","PYTHONSTARTUP","PYTHONHOME","PYTHONWARNINGS","PYTHONBREAKPOINT","PYTHONINSPECT","RUBYOPT","RUBYLIB","PERL5OPT","PERL5LIB","PERLLIB","PERL5DB","ERL_AFLAGS","ERL_FLAGS","ELIXIR_ERL_OPTIONS","ERL_LIBS","GOFLAGS","CGO_CFLAGS","CGO_LDFLAGS","RUSTC","RUSTC_WRAPPER","RUSTC_WORKSPACE_WRAPPER","CARGO_BUILD_RUSTC","CARGO_BUILD_RUSTC_WRAPPER","RUSTFLAGS","PHPRC","PHP_INI_SCAN_DIR","R_PROFILE","R_PROFILE_USER","R_HOME","DOTNET_STARTUP_HOOKS","DOTNET_ADDITIONAL_DEPS","DOTNET_SHARED_STORE","DOTNET_ROOT","DOTNET_ROOT(x86)","DOTNET_HOST_PATH","CORECLR_PROFILER","CORECLR_PROFILER_PATH","CORECLR_PROFILER_PATH_32","CORECLR_PROFILER_PATH_64","CORECLR_PROFILER_PATH_ARM32","CORECLR_PROFILER_PATH_ARM64","CORECLR_ENABLE_PROFILING","DOTNET_PROFILER_PATH","DOTNET_PROFILER_PATH_32","DOTNET_PROFILER_PATH_64","DOTNET_PROFILER_PATH_ARM32","DOTNET_PROFILER_PATH_ARM64","DOTNET_DiagnosticPorts","DOTNET_BUNDLE_EXTRACT_BASE_DIR","LD_PRELOAD","DYLD_INSERT_LIBRARIES","OPENSSL_CONF","OPENSSL_ENGINES","CC","CXX","AR","GIT_TEMPLATE_DIR","GIT_CONFIG_GLOBAL","GIT_CONFIG_SYSTEM","GIT_EXEC_PATH","GIT_SSH","GIT_SSH_COMMAND","GIT_ASKPASS"]),s={};for(let[o,i]of Object.entries(process.env))i!==void 0&&!n.has(o)&&!o.startsWith("BASH_FUNC_")&&!/^COMPlus_/i.test(o)&&(s[o]=i);if(s.TMPDIR=e,s.HOME=r,s.LANG="en_US.UTF-8",s.PYTHONDONTWRITEBYTECODE="1",s.PYTHONUNBUFFERED="1",s.PYTHONUTF8="1",s.NO_COLOR="1",
|
|
85
|
+
${r}`);let s=Fu(e,wE(n,process.platform,n==="shell"?this.#n.shell:null));return n==="shell"?vE(s,$E(r,process.env.PATH,process.platform),{encoding:"utf-8",mode:448}):vE(s,r,"utf-8"),s}async#c(e,r,n){let s=Qt?".exe":"",o=e.replace(/\.rs$/,"")+s;try{SE("rustc",[e,"-o",o],{cwd:r,timeout:n===void 0?6e4:Math.min(n,6e4),encoding:"utf-8",stdio:["pipe","pipe","pipe"]})}catch(i){return{stdout:"",stderr:`Compilation failed:
|
|
86
|
+
${i instanceof Error?i.stderr||i.message:String(i)}`,exitCode:1,timedOut:!1}}return this.#i([o],r,r,n)}async#i(e,r,n,s,o=!1){return new Promise(i=>{let a=Qt&&["tsx","ts-node","elixir","bun","dotnet-script"].includes(e[0]),c=e[0],u;Qt&&e.length===2&&e[1]?u=[e[1].replace(/\\/g,"/")]:u=Qt?e.slice(1).map(y=>y.replace(/\\/g,"/")):e.slice(1);let d={cwd:r,stdio:["ignore","pipe","pipe"],env:this.#u(n),detached:!Qt,...EE(process.platform)},l;if(a){let y=[c,...u].map(v=>/\s/.test(v)?JSON.stringify(v):v).join(" ");l=_E(y,[],{...d,shell:!0})}else l=_E(c,u,{...d,shell:!1});let p=!1,f=!1,m=s===void 0?void 0:setTimeout(()=>{if(p=!0,o){f=!0,l.pid&&this.#o.add(l.pid),l.unref(),l.stdout.destroy(),l.stderr.destroy();let y=Buffer.concat(h).toString("utf-8"),v=Buffer.concat(g).toString("utf-8");i({stdout:y,stderr:v,exitCode:0,timedOut:!0,backgrounded:!0})}else sy(l)},s),h=[],g=[],_=0,b=!1;l.stdout.on("data",y=>{_+=y.length,_<=this.#e?h.push(y):b||(b=!0,sy(l))}),l.stderr.on("data",y=>{_+=y.length,_<=this.#e?g.push(y):b||(b=!0,sy(l))}),l.on("close",y=>{if(clearTimeout(m),f)return;let v=Buffer.concat(h).toString("utf-8"),S=Buffer.concat(g).toString("utf-8");b&&(S+=`
|
|
87
|
+
[output capped at ${(this.#e/1024/1024).toFixed(0)}MB \u2014 process killed]`),i({stdout:v,stderr:S,exitCode:p?1:y??1,timedOut:p})}),l.on("error",y=>{clearTimeout(m),!f&&i({stdout:"",stderr:y.message,exitCode:1,timedOut:!1})})})}#u(e){let r=process.env.HOME??process.env.USERPROFILE??e,n=new Set(["BASH_ENV","ENV","PROMPT_COMMAND","PS4","SHELLOPTS","BASHOPTS","CDPATH","INPUTRC","BASH_XTRACEFD","NODE_OPTIONS","NODE_PATH","PYTHONSTARTUP","PYTHONHOME","PYTHONWARNINGS","PYTHONBREAKPOINT","PYTHONINSPECT","RUBYOPT","RUBYLIB","PERL5OPT","PERL5LIB","PERLLIB","PERL5DB","ERL_AFLAGS","ERL_FLAGS","ELIXIR_ERL_OPTIONS","ERL_LIBS","GOFLAGS","CGO_CFLAGS","CGO_LDFLAGS","RUSTC","RUSTC_WRAPPER","RUSTC_WORKSPACE_WRAPPER","CARGO_BUILD_RUSTC","CARGO_BUILD_RUSTC_WRAPPER","RUSTFLAGS","PHPRC","PHP_INI_SCAN_DIR","R_PROFILE","R_PROFILE_USER","R_HOME","DOTNET_STARTUP_HOOKS","DOTNET_ADDITIONAL_DEPS","DOTNET_SHARED_STORE","DOTNET_ROOT","DOTNET_ROOT(x86)","DOTNET_HOST_PATH","CORECLR_PROFILER","CORECLR_PROFILER_PATH","CORECLR_PROFILER_PATH_32","CORECLR_PROFILER_PATH_64","CORECLR_PROFILER_PATH_ARM32","CORECLR_PROFILER_PATH_ARM64","CORECLR_ENABLE_PROFILING","DOTNET_PROFILER_PATH","DOTNET_PROFILER_PATH_32","DOTNET_PROFILER_PATH_64","DOTNET_PROFILER_PATH_ARM32","DOTNET_PROFILER_PATH_ARM64","DOTNET_DiagnosticPorts","DOTNET_BUNDLE_EXTRACT_BASE_DIR","LD_PRELOAD","DYLD_INSERT_LIBRARIES","OPENSSL_CONF","OPENSSL_ENGINES","CC","CXX","AR","GIT_TEMPLATE_DIR","GIT_CONFIG_GLOBAL","GIT_CONFIG_SYSTEM","GIT_EXEC_PATH","GIT_SSH","GIT_SSH_COMMAND","GIT_ASKPASS"]),s={};for(let[o,i]of Object.entries(process.env))i!==void 0&&!n.has(o)&&!o.startsWith("BASH_FUNC_")&&!/^COMPlus_/i.test(o)&&(s[o]=i);if(s.TMPDIR=e,s.HOME=r,s.LANG="en_US.UTF-8",s.PYTHONDONTWRITEBYTECODE="1",s.PYTHONUNBUFFERED="1",s.PYTHONUTF8="1",s.NO_COLOR="1",Qt&&!s.PATH&&s.Path&&(s.PATH=s.Path,delete s.Path),s.PATH||(s.PATH=Qt?"":"/usr/local/bin:/usr/bin:/bin"),Qt){s.MSYS_NO_PATHCONV="1",s.MSYS2_ARG_CONV_EXCL="*";let o="C:\\Program Files\\Git\\usr\\bin",i="C:\\Program Files\\Git\\bin";s.PATH.includes(o)||(s.PATH=`${o};${i};${s.PATH}`)}if(!s.SSL_CERT_FILE){let o=Qt?[]:["/etc/ssl/cert.pem","/etc/ssl/certs/ca-certificates.crt","/etc/pki/tls/certs/ca-bundle.crt","/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem"];for(let i of o)if(xE(i)){s.SSL_CERT_FILE=i;break}}return s}#l(e,r,n){let s=JSON.stringify(e);switch(r){case"javascript":case"typescript":return`const FILE_CONTENT_PATH = ${s};
|
|
88
88
|
const file_path = FILE_CONTENT_PATH;
|
|
89
89
|
const FILE_CONTENT = require("fs").readFileSync(FILE_CONTENT_PATH, "utf-8");
|
|
90
90
|
${n}`;case"python":return`FILE_CONTENT_PATH = ${s}
|
|
@@ -142,7 +142,7 @@ file_content = File.read!(file_content_path)
|
|
|
142
142
|
${n}`;case"csharp":return`var FILE_CONTENT_PATH = ${s};
|
|
143
143
|
var file_path = FILE_CONTENT_PATH;
|
|
144
144
|
var FILE_CONTENT = System.IO.File.ReadAllText(FILE_CONTENT_PATH);
|
|
145
|
-
${n}`}}}});import{cpus as
|
|
145
|
+
${n}`}}}});import{cpus as cF}from"node:os";async function iy(t,e){let{concurrency:r,capByCpuCount:n=!1,onSettled:s}=e;if(t.length===0)return{settled:[],effectiveConcurrency:0,capped:!1};let o=Math.max(1,r),i=n?Math.max(1,cF().length):o,a=Math.min(o,i,t.length),c=a<o,u=new Array(t.length),d=0;async function l(){for(;;){let f=d++;if(f>=t.length)return;try{let m=await t[f].run();u[f]={status:"fulfilled",value:m}}catch(m){u[f]={status:"rejected",reason:m}}s?.(f,u[f])}}let p=[];for(let f=0;f<a;f++)p.push(l());return await Promise.allSettled(p),{settled:u,effectiveConcurrency:a,capped:c}}var PE=x(()=>{"use strict"});var AE={};Ue(AE,{BunSQLiteAdapter:()=>Uu,NodeSQLiteAdapter:()=>Hu,SQLiteBase:()=>Yi,applyWALPragmas:()=>ko,cleanOrphanedWALFiles:()=>wo,closeDB:()=>Eo,defaultDBPath:()=>cy,deleteDBFiles:()=>Zu,hasModernSqlite:()=>OE,isSQLiteCorruptionError:()=>Bu,loadDatabase:()=>Pt,nodeSqliteHasFts5:()=>CE,renameCorruptDB:()=>IE,withRetry:()=>wn});import{createRequire as uF}from"node:module";import{existsSync as lF,unlinkSync as RE,renameSync as dF}from"node:fs";import{tmpdir as pF}from"node:os";import{join as mF}from"node:path";function CE(t){let e=null;try{return e=new t(":memory:"),e.exec("CREATE VIRTUAL TABLE __fts5_probe USING fts5(x)"),!0}catch{return!1}finally{try{e?.close()}catch{}}}function OE(t,e){let r=e!==void 0?e:globalThis.Bun;if(typeof r<"u"&&r!==null)return!0;let n=t??process.versions,[s,o]=(n.node??"0.0.0").split("."),i=Number(s),a=Number(o);return!Number.isFinite(i)||!Number.isFinite(a)?!1:i>22||i===22&&a>=5}function Pt(){if(!So){let t=uF(import.meta.url);if(globalThis.Bun){let e=t(["bun","sqlite"].join(":")).Database;So=function(n,s){let o=new e(n,{readonly:s?.readonly,create:!0}),i=new Uu(o);return s?.timeout&&i.pragma(`busy_timeout = ${s.timeout}`),i}}else if(OE()){let e=null;try{({DatabaseSync:e}=t(["node","sqlite"].join(":")))}catch{e=null}e&&CE(e)?So=function(n,s){let o=new e(n,{readOnly:s?.readonly??!1});return new Hu(o)}:So=t("better-sqlite3")}else So=t("better-sqlite3")}return So}function ko(t){t.pragma("journal_mode = WAL"),t.pragma("synchronous = NORMAL");try{t.pragma("mmap_size = 268435456")}catch{}}function wo(t){if(!lF(t))for(let e of["-wal","-shm"])try{RE(t+e)}catch{}}function Zu(t){for(let e of["","-wal","-shm"])try{RE(t+e)}catch{}}function Eo(t){try{t.pragma("wal_checkpoint(TRUNCATE)")}catch{}try{t.close()}catch{}}function cy(t="context-mode"){return mF(pF(),`${t}-${process.pid}.db`)}function wn(t,e=[100,500,2e3]){let r;for(let n=0;n<=e.length;n++)try{return t()}catch(s){let o=s instanceof Error?s.message:String(s);if(!o.includes("SQLITE_BUSY")&&!o.includes("database is locked"))throw s;if(r=s instanceof Error?s:new Error(o),n<e.length){let i=e[n],a=Date.now();for(;Date.now()-a<i;);}}throw new Error(`SQLITE_BUSY: database is locked after ${e.length} retries. Original error: ${r?.message}`)}function Bu(t){return t.includes("SQLITE_CORRUPT")||t.includes("SQLITE_NOTADB")||t.includes("database disk image is malformed")||t.includes("file is not a database")}function IE(t){let e=Date.now();for(let r of["","-wal","-shm"])try{dF(t+r,`${t}${r}.corrupt-${e}`)}catch{}}var Uu,Hu,So,Ji,ay,Yi,vs=x(()=>{"use strict";Uu=class{#e;constructor(e){this.#e=e}pragma(e){let n=this.#e.prepare(`PRAGMA ${e}`).all();if(!n||n.length===0)return;if(n.length>1)return n;let s=Object.values(n[0]);return s.length===1?s[0]:n[0]}exec(e){let r="",n=null;for(let o=0;o<e.length;o++){let i=e[o];if(n)r+=i,i===n&&(n=null);else if(i==="'"||i==='"')r+=i,n=i;else if(i===";"){let a=r.trim();a&&this.#e.prepare(a).run(),r=""}else r+=i}let s=r.trim();return s&&this.#e.prepare(s).run(),this}prepare(e){let r=this.#e.prepare(e);return{run:(...n)=>r.run(...n),get:(...n)=>{let s=r.get(...n);return s===null?void 0:s},all:(...n)=>r.all(...n),iterate:(...n)=>r.iterate(...n)}}transaction(e){return this.#e.transaction(e)}close(){this.#e.close()}},Hu=class{#e;constructor(e){this.#e=e}pragma(e){let n=this.#e.prepare(`PRAGMA ${e}`).all();if(!n||n.length===0)return;if(n.length>1)return n;let s=Object.values(n[0]);return s.length===1?s[0]:n[0]}exec(e){return this.#e.exec(e),this}prepare(e){let r=this.#e.prepare(e);return{run:(...n)=>r.run(...n),get:(...n)=>r.get(...n),all:(...n)=>r.all(...n),iterate:(...n)=>typeof r.iterate=="function"?r.iterate(...n):r.all(...n)[Symbol.iterator]()}}transaction(e){return(...r)=>{this.#e.exec("BEGIN");try{let n=e(...r);return this.#e.exec("COMMIT"),n}catch(n){throw this.#e.exec("ROLLBACK"),n}}}close(){this.#e.close()}},So=null;Ji=Symbol.for("__context_mode_live_dbs_v3__"),ay=(()=>{let t=globalThis;return t[Ji]||(t[Ji]=new Set,process.on("exit",()=>{for(let e of t[Ji])Eo(e);t[Ji].clear()})),t[Ji]})(),Yi=class{#e;#t;constructor(e){let r=Pt();this.#e=e,wo(e);let n;try{n=new r(e,{timeout:3e4}),ko(n)}catch(s){let o=s instanceof Error?s.message:String(s);if(Bu(o)){IE(e),wo(e);try{n=new r(e,{timeout:3e4}),ko(n)}catch(i){throw new Error(`Failed to create fresh DB after renaming corrupt file: ${i instanceof Error?i.message:String(i)}`)}}else throw s}this.#t=n,ay.add(this.#t),this.initSchema(),this.prepareStatements()}get db(){return this.#t}get dbPath(){return this.#e}close(){ay.delete(this.#t),Eo(this.#t)}withRetry(e){return wn(e)}cleanup(){ay.delete(this.#t),Eo(this.#t),Zu(this.#e)}}});import{readFileSync as NE,readdirSync as FE,unlinkSync as ly,existsSync as uy,statSync as qu,openSync as DE,fstatSync as ME,closeSync as jE}from"node:fs";import{createHash as zE}from"node:crypto";import{tmpdir as UE}from"node:os";import{join as dy}from"node:path";function HE(t){let e=new Set,r=[];for(let n of t){let s=n.toLowerCase();e.has(s)||(e.add(s),r.push(n))}return r}function fF(t,e="AND"){let r=HE(t.replace(/['"(){}[\]*:^~]/g," ").split(/\s+/).filter(o=>o.length>0&&!["AND","OR","NOT","NEAR"].includes(o.toUpperCase())));if(r.length===0)return'""';let n=r.filter(o=>!$o.has(o.toLowerCase()));return(n.length>0?n:r).map(o=>`"${o}"`).join(e==="OR"?" OR ":" ")}function hF(t,e="AND"){let r=t.replace(/["'(){}[\]*:^~]/g,"").trim();if(r.length<3)return"";let n=HE(r.split(/\s+/).filter(i=>i.length>=3));if(n.length===0)return"";let s=n.filter(i=>!$o.has(i.toLowerCase()));return(s.length>0?s:n).map(i=>`"${i}"`).join(e==="OR"?" OR ":" ")}function gF(t,e){if(t.length===0)return e.length;if(e.length===0)return t.length;let r=Array.from({length:e.length+1},(n,s)=>s);for(let n=1;n<=t.length;n++){let s=[n];for(let o=1;o<=e.length;o++)s[o]=t[n-1]===e[o-1]?r[o-1]:1+Math.min(r[o],s[o-1],r[o-1]);r=s}return r[e.length]}function yF(t){return t<=4?1:t<=12?2:3}function py(){let t=UE(),e=0;try{let r=FE(t);for(let n of r){let s=n.match(/^context-mode-(\d+)\.db$/);if(!s)continue;let o=parseInt(s[1],10);if(o!==process.pid)try{process.kill(o,0)}catch{let i=dy(t,n);for(let a of["","-wal","-shm"])try{ly(i+a)}catch{}e++}}}catch{}return e}function my(t,e){let r=0;try{if(!uy(t))return 0;let n=Date.now()-e*24*60*60*1e3,s=FE(t).filter(o=>o.endsWith(".db"));for(let o of s)try{let i=dy(t,o),c=qu(i).mtimeMs<n;if(!c){let u=i+"-wal";if(uy(u))try{let d=qu(u);d.size>0&&Date.now()-d.mtimeMs>36e5&&(c=!0)}catch{}}if(c){for(let u of["","-wal","-shm"])try{ly(i+u)}catch{}r++}}catch{}}catch{}return r}function _F(t,e){let r=[],n=t.indexOf(e);for(;n!==-1;)r.push(n),n=t.indexOf(e,n+1);return r}function vF(t,e,r=30){if(t.length<2||e.length<2)return 0;let n=0,s=Math.min(t.length,e.length)-1;for(let o=0;o<s;o++){let i=t[o],a=t[o+1],c=e[o].length,u=0;for(let d of i){let l=d+c,p=l+r;for(;u<a.length&&a[u]<l;)u++;u<a.length&&a[u]<=p&&(n++,u++)}}return n}function bF(t){if(t.length===0)return 1/0;if(t.length===1)return 0;let e=t.map(s=>[...s].sort((o,i)=>o-i)),r=new Array(e.length).fill(0),n=1/0;for(;;){let s=1/0,o=-1/0,i=0;for(let c=0;c<e.length;c++){let u=e[c][r[c]];u<s&&(s=u,i=c),u>o&&(o=u)}let a=o-s;if(a<n&&(n=a),r[i]++,r[i]>=e[i].length)break}return n}var $o,LE,Vu,ZE=x(()=>{"use strict";vs();$o=new Set(["the","and","for","are","but","not","you","all","can","had","her","was","one","our","out","has","his","how","its","may","new","now","old","see","way","who","did","get","got","let","say","she","too","use","will","with","this","that","from","they","been","have","many","some","them","than","each","make","like","just","over","such","take","into","year","your","good","could","would","about","which","their","there","other","after","should","through","also","more","most","only","very","when","what","then","these","those","being","does","done","both","same","still","while","where","here","were","much","update","updates","updated","deps","dev","tests","test","add","added","fix","fixed","run","running","using"]);LE=4096;Vu=class t{#e;#t;#n;#o;#s;#a;#c;#i;#u;#l;#m;#f;#h;#g;#y;#_;#v;#b;#x;#S;#k;#w;#E;#$;#T;#P;#R;#C;#O;#I;#A;#N;#D;#M=0;static OPTIMIZE_EVERY=50;#r=new Map;static FUZZY_CACHE_SIZE=256;constructor(e){let r=Pt();this.#t=e??dy(UE(),`context-mode-${process.pid}.db`),wo(this.#t);let n;try{n=new r(this.#t,{timeout:3e4}),ko(n)}catch(s){let o=s instanceof Error?s.message:String(s);if(Bu(o)){Zu(this.#t),wo(this.#t);try{n=new r(this.#t,{timeout:3e4}),ko(n)}catch(i){throw new Error(`Failed to create fresh DB after deleting corrupt file: ${i instanceof Error?i.message:String(i)}`)}}else throw s}this.#e=n,this.#H(),this.#Z()}cleanup(){try{this.#e.close()}catch{}for(let e of["","-wal","-shm"])try{ly(this.#t+e)}catch{}}#H(){this.#e.exec(`
|
|
146
146
|
CREATE TABLE IF NOT EXISTS sources (
|
|
147
147
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
148
148
|
label TEXT NOT NULL,
|
|
@@ -289,7 +289,7 @@ ${n}`}}}});import{cpus as sF}from"node:os";async function sy(t,e){let{concurrenc
|
|
|
289
289
|
WHERE chunks_trigram MATCH ? AND sources.label = ?
|
|
290
290
|
ORDER BY rank
|
|
291
291
|
LIMIT ?
|
|
292
|
-
`),this.#
|
|
292
|
+
`),this.#x=this.#e.prepare(`
|
|
293
293
|
SELECT
|
|
294
294
|
chunks.title,
|
|
295
295
|
chunks.content,
|
|
@@ -373,7 +373,7 @@ ${n}`}}}});import{cpus as sF}from"node:os";async function sy(t,e){let{concurrenc
|
|
|
373
373
|
WHERE chunks_trigram MATCH ? AND sources.label = ? AND chunks_trigram.content_type = ?
|
|
374
374
|
ORDER BY rank
|
|
375
375
|
LIMIT ?
|
|
376
|
-
`),this.#
|
|
376
|
+
`),this.#b=this.#e.prepare("SELECT word FROM vocabulary WHERE length(word) BETWEEN ? AND ?"),this.#T=this.#e.prepare("SELECT label, chunk_count as chunkCount FROM sources ORDER BY id DESC"),this.#P=this.#e.prepare(`SELECT c.title, c.content, c.content_type, s.label
|
|
377
377
|
FROM chunks c
|
|
378
378
|
JOIN sources s ON s.id = c.source_id
|
|
379
379
|
WHERE c.source_id = ?
|
|
@@ -382,22 +382,22 @@ ${n}`}}}});import{cpus as sF}from"node:os";async function sy(t,e){let{concurrenc
|
|
|
382
382
|
(SELECT COUNT(*) FROM sources) AS sources,
|
|
383
383
|
(SELECT COUNT(*) FROM chunks) AS chunks,
|
|
384
384
|
(SELECT COUNT(*) FROM chunks WHERE content_type = 'code') AS codeChunks
|
|
385
|
-
`),this.#A=this.#e.prepare("DELETE FROM chunks WHERE source_id IN (SELECT id FROM sources WHERE datetime(indexed_at) < datetime('now', '-' || ? || ' days'))"),this.#N=this.#e.prepare("DELETE FROM chunks_trigram WHERE source_id IN (SELECT id FROM sources WHERE datetime(indexed_at) < datetime('now', '-' || ? || ' days'))"),this.#D=this.#e.prepare("DELETE FROM sources WHERE datetime(indexed_at) < datetime('now', '-' || ? || ' days')")}setDenyChecker(e){this.#n=e}index(e){let{content:r,path:n,source:s}=e,o=typeof r=="string"&&r.length>0;if(!o&&!n)throw new Error("Either content or path must be provided");let i;if(o)i=r;else{let l=
|
|
385
|
+
`),this.#A=this.#e.prepare("DELETE FROM chunks WHERE source_id IN (SELECT id FROM sources WHERE datetime(indexed_at) < datetime('now', '-' || ? || ' days'))"),this.#N=this.#e.prepare("DELETE FROM chunks_trigram WHERE source_id IN (SELECT id FROM sources WHERE datetime(indexed_at) < datetime('now', '-' || ? || ' days'))"),this.#D=this.#e.prepare("DELETE FROM sources WHERE datetime(indexed_at) < datetime('now', '-' || ? || ' days')")}setDenyChecker(e){this.#n=e}index(e){let{content:r,path:n,source:s}=e,o=typeof r=="string"&&r.length>0;if(!o&&!n)throw new Error("Either content or path must be provided");let i;if(o)i=r;else{let l=DE(n,"r");try{if(!ME(l).isFile())throw new Error(`refusing to index ${n}: not a regular file`);i=NE(l,"utf-8")}finally{jE(l)}}let a=s??n??"untitled",c=this.#V(i),u=n??void 0,d=u?zE("sha256").update(i).digest("hex"):void 0;return wn(()=>this.#d(c,a,i,u,d))}indexPlainText(e,r,n=20){if(!e||e.trim().length===0)return this.#d([],r,"");let s=this.#W(e,n);return wn(()=>this.#d(s.map(o=>({...o,hasCode:!1})),r,e))}indexJSON(e,r,n=LE){if(!e||e.trim().length===0)return this.indexPlainText("",r);let s;try{s=JSON.parse(e)}catch{return this.indexPlainText(e,r)}let o=[];return this.#U(s,[],o,n),o.length===0?this.indexPlainText(e,r):wn(()=>this.#d(o,r,e))}#d(e,r,n,s,o){let i=e.filter(u=>u.hasCode).length,c=this.#e.transaction(()=>{if(this.#u.run(r),this.#l.run(r),this.#m.run(r),e.length===0){let p=this.#o.run(r,s??null,o??null);return Number(p.lastInsertRowid)}let u=this.#s.run(r,e.length,i,s??null,o??null),d=Number(u.lastInsertRowid),l=new Date().toISOString();for(let p of e){let f=p.hasCode?"code":"prose";this.#a.run(p.title,p.content,d,f,null,null,null,l),this.#c.run(p.title,p.content,d,f,null,null,null,l)}return d})();return n&&this.#q(n),this.#M++,this.#M%t.OPTIMIZE_EVERY===0&&this.#F(),{sourceId:c,label:r,totalChunks:e.length,codeChunks:i}}#j(e){return e.map(r=>({title:r.title,content:r.content,source:r.label,rank:r.rank,contentType:r.content_type,highlighted:r.highlighted,timestamp:r.timestamp??void 0}))}#p(e,r){return r==="exact"?e:`%${e}%`}search(e,r=3,n,s="AND",o,i="like"){let a=fF(e,s),c,u;return n&&o?(c=i==="exact"?this.#k:this.#S,u=[a,this.#p(n,i),o,r]):n?(c=i==="exact"?this.#g:this.#h,u=[a,this.#p(n,i),r]):o?(c=this.#x,u=[a,o,r]):(c=this.#f,u=[a,r]),wn(()=>this.#j(c.all(...u)))}searchTrigram(e,r=3,n,s="AND",o,i="like"){let a=hF(e,s);if(!a)return[];let c,u;return n&&o?(c=i==="exact"?this.#$:this.#E,u=[a,this.#p(n,i),o,r]):n?(c=i==="exact"?this.#v:this.#_,u=[a,this.#p(n,i),r]):o?(c=this.#w,u=[a,o,r]):(c=this.#y,u=[a,r]),wn(()=>this.#j(c.all(...u)))}fuzzyCorrect(e){let r=e.toLowerCase().trim();if(r.length<3)return null;if(this.#r.has(r)){let u=this.#r.get(r)??null;return this.#r.delete(r),this.#r.set(r,u),u}let n=yF(r.length),s=this.#b.all(r.length-n,r.length+n),o=null,i=n+1,a=!1;for(let{word:u}of s){if(u===r){a=!0;break}let d=gF(r,u);d<i&&(i=d,o=u)}let c=a?null:i<=n?o:null;if(this.#r.size>=t.FUZZY_CACHE_SIZE){let u=this.#r.keys().next().value;u!==void 0&&this.#r.delete(u)}return this.#r.set(r,c),c}#z(e,r,n,s,o="like"){let a=Math.max(r*2,10),c=this.search(e,a,n,"OR",s,o),u=this.searchTrigram(e,a,n,"OR",s,o),d=new Map,l=p=>`${p.source}::${p.title}`;for(let[p,f]of c.entries()){let m=l(f),h=d.get(m);h?h.score+=1/(60+p+1):d.set(m,{result:f,score:1/(60+p+1)})}for(let[p,f]of u.entries()){let m=l(f),h=d.get(m);h?h.score+=1/(60+p+1):d.set(m,{result:f,score:1/(60+p+1)})}return Array.from(d.values()).sort((p,f)=>f.score-p.score).slice(0,r).map(({result:p,score:f})=>({...p,rank:-f}))}#L(e,r){let n=r.toLowerCase().split(/\s+/).filter(i=>i.length>=2),s=n.filter(i=>!$o.has(i)),o=s.length>0?s:n;return e.map(i=>{let a=i.title.toLowerCase(),c=o.filter(f=>a.includes(f)).length,u=i.contentType==="code"?.6:.3,d=c>0?u*(c/o.length):0,l=0,p=0;if(o.length>=2){let f=i.content.toLowerCase(),m=o.map(h=>_F(f,h));if(!m.some(h=>h.length===0)){l=1/(1+bF(m)/Math.max(f.length,1));let g=vF(m,o);p=.5*Math.min(1,g/4)}}return{result:i,boost:d+l+p}}).sort((i,a)=>a.boost-i.boost||i.result.rank-a.result.rank).map(({result:i})=>i)}searchWithFallback(e,r=3,n,s,o="like"){this.#B();let i=this.#z(e,r,n,s,o);if(i.length>0)return this.#L(i,e).map(p=>({...p,matchLayer:"rrf"}));let a=e.toLowerCase().trim().split(/\s+/).filter(l=>l.length>=3&&!$o.has(l)),c=a.join(" "),d=a.map(l=>this.fuzzyCorrect(l)??l).join(" ");if(d!==c){let l=this.#z(d,r,n,s,o);if(l.length>0)return this.#L(l,d).map(f=>({...f,matchLayer:"rrf-fuzzy"}))}return[]}lastRefreshCount=0;#B(){this.lastRefreshCount=0;let e=this.#e.prepare("SELECT label, file_path, content_hash, indexed_at FROM sources WHERE file_path IS NOT NULL").all();for(let r of e)try{if(!uy(r.file_path)||this.#n&&this.#n(r.file_path))continue;let n=qu(r.file_path).mtime,s=new Date(r.indexed_at+"Z");if(n<=s)continue;let o=DE(r.file_path,"r"),i;try{if(!ME(o).isFile())continue;i=NE(o,"utf-8")}finally{jE(o)}if(zE("sha256").update(i).digest("hex")===r.content_hash)continue;this.index({content:i,path:r.file_path,source:r.label}),this.lastRefreshCount++}catch{}}getSourceMeta(e){let r=this.#I.get(e);return r?{label:r.label,chunkCount:r.chunk_count,codeChunkCount:r.code_chunk_count,indexedAt:r.indexed_at,filePath:r.file_path??null,contentHash:r.content_hash??null}:null}listSources(){return this.#T.all()}getChunksBySource(e){return this.#P.all(e).map(n=>({title:n.title,content:n.content,source:n.label,rank:0,contentType:n.content_type}))}getDistinctiveTerms(e,r=40){let n=this.#R.get(e);if(!n||n.chunk_count<3)return[];let s=n.chunk_count,o=2,i=Math.max(3,Math.ceil(s*.4)),a=new Map;for(let d of this.#C.iterate(e)){let l=new Set(d.content.toLowerCase().split(/[^\p{L}\p{N}_-]+/u).filter(p=>p.length>=3&&!$o.has(p)));for(let p of l)a.set(p,(a.get(p)??0)+1)}return Array.from(a.entries()).filter(([,d])=>d>=o&&d<=i).map(([d,l])=>{let p=Math.log(s/l),f=Math.min(d.length/20,.5),m=/[_]/.test(d),h=d.length>=12,g=m?1.5:h?.8:0;return{word:d,score:p+f+g}}).sort((d,l)=>l.score-d.score).slice(0,r).map(d=>d.word)}getStats(){let e=this.#O.get();return{sources:e?.sources??0,chunks:e?.chunks??0,codeChunks:e?.codeChunks??0}}cleanupStaleSources(e){return this.#e.transaction(s=>(this.#A.run(s),this.#N.run(s),this.#D.run(s)))(e).changes}getDBSizeBytes(){try{return qu(this.#t).size}catch{return 0}}#F(){try{this.#e.exec("INSERT INTO chunks(chunks) VALUES('optimize')"),this.#e.exec("INSERT INTO chunks_trigram(chunks_trigram) VALUES('optimize')")}catch{}}close(){this.#F(),Eo(this.#e)}#q(e){let r=e.toLowerCase().split(/[^\p{L}\p{N}_-]+/u).filter(o=>o.length>=3&&!$o.has(o)),n=[...new Set(r)],s=0;this.#e.transaction(()=>{for(let o of n){let i=this.#i.run(o);s+=i.changes}})(),s>0&&this.#r.clear()}#V(e,r=LE){let n=[],s=e.split(`
|
|
386
386
|
`),o=[],i=[],a="",c=()=>{let d=i.join(`
|
|
387
387
|
`).trim();if(d.length===0)return;let l=this.#Y(o,a),p=i.some(_=>/^`{3,}/.test(_));if(Buffer.byteLength(d)<=r){n.push({title:l,content:d,hasCode:p}),i=[];return}let f=d.split(/\n\n+/),m=[],h=1,g=()=>{if(m.length===0)return;let _=m.join(`
|
|
388
388
|
|
|
389
|
-
`).trim();if(_.length===0)return;let
|
|
389
|
+
`).trim();if(_.length===0)return;let b=f.length>1?`${l} (${h})`:l;h++,n.push({title:b,content:_,hasCode:_.includes("```")}),m=[]};for(let _ of f){m.push(_);let b=m.join(`
|
|
390
390
|
|
|
391
|
-
`);Buffer.byteLength(
|
|
391
|
+
`);Buffer.byteLength(b)>r&&m.length>1&&(m.pop(),g(),m=[_])}g(),i=[]},u=0;for(;u<s.length;){let d=s[u];if(/^[-_*]{3,}\s*$/.test(d)){c(),u++;continue}let l=d.match(/^(#{1,4})\s+(.+)$/);if(l){c();let f=l[1].length,m=l[2].trim();for(;o.length>0&&o[o.length-1].level>=f;)o.pop();o.push({level:f,text:m}),a=m,i.push(d),u++;continue}let p=d.match(/^(`{3,})(.*)?$/);if(p){let f=p[1],m=[d];for(u++;u<s.length;){if(m.push(s[u]),s[u].startsWith(f)&&s[u].trim()===f){u++;break}u++}i.push(...m);continue}i.push(d),u++}return c(),n}#W(e,r){let n=e.split(/\n\s*\n/);if(n.length>=3&&n.length<=200&&n.every(c=>Buffer.byteLength(c)<5e3))return n.map((c,u)=>{let d=c.trim();return{title:d.split(`
|
|
392
392
|
`)[0].slice(0,80)||`Section ${u+1}`,content:d}}).filter(c=>c.content.length>0);let s=e.split(`
|
|
393
393
|
`);if(s.length<=r)return[{title:"Output",content:e}];let o=[],a=Math.max(r-2,1);for(let c=0;c<s.length;c+=a){let u=s.slice(c,c+r);if(u.length===0)break;let d=c+1,l=Math.min(c+u.length,s.length),p=u[0]?.trim().slice(0,80);o.push({title:p||`Lines ${d}-${l}`,content:u.join(`
|
|
394
|
-
`)})}return o}#U(e,r,n,s){let o=r.length>0?r.join(" > "):"(root)",i=JSON.stringify(e,null,2);if(Buffer.byteLength(i)<=s&&!(typeof e=="object"&&e!==null&&!Array.isArray(e)&&Object.values(e).some(c=>typeof c=="object"&&c!==null))){n.push({title:o,content:i,hasCode:!0});return}if(typeof e=="object"&&e!==null&&!Array.isArray(e)){let a=Object.entries(e);if(a.length>0){for(let[c,u]of a)this.#U(u,[...r,c],n,s);return}n.push({title:o,content:i,hasCode:!0});return}if(Array.isArray(e)){this.#J(e,r,n,s);return}n.push({title:o,content:i,hasCode:!1})}#G(e){if(e.length===0)return null;let r=e[0];if(typeof r!="object"||r===null||Array.isArray(r))return null;let n=["id","name","title","path","slug","key","label"],s=r;for(let o of n)if(o in s&&(typeof s[o]=="string"||typeof s[o]=="number"))return o;return null}#K(e,r,n,s,o){let i=e?`${e} > `:"";if(!o)return r===n?`${i}[${r}]`:`${i}[${r}-${n}]`;let a=c=>String(c[o]);return s.length===1?`${i}${a(s[0])}`:s.length<=3?i+s.map(a).join(", "):`${i}${a(s[0])}\u2026${a(s[s.length-1])}`}#J(e,r,n,s){let o=r.length>0?r.join(" > "):"(root)",i=this.#G(e),a=[],c=0,u=d=>{if(a.length===0)return;let l=this.#K(o,c,d,a,i);n.push({title:l,content:JSON.stringify(a,null,2),hasCode:!0})};for(let d=0;d<e.length;d++){a.push(e[d]);let l=JSON.stringify(a,null,2);Buffer.byteLength(l)>s&&a.length>1&&(a.pop(),u(d-1),a=[e[d]],c=d)}u(c+a.length-1)}#Y(e,r){return e.length===0?r||"Untitled":e.map(n=>n.text).join(" > ")}}});function
|
|
394
|
+
`)})}return o}#U(e,r,n,s){let o=r.length>0?r.join(" > "):"(root)",i=JSON.stringify(e,null,2);if(Buffer.byteLength(i)<=s&&!(typeof e=="object"&&e!==null&&!Array.isArray(e)&&Object.values(e).some(c=>typeof c=="object"&&c!==null))){n.push({title:o,content:i,hasCode:!0});return}if(typeof e=="object"&&e!==null&&!Array.isArray(e)){let a=Object.entries(e);if(a.length>0){for(let[c,u]of a)this.#U(u,[...r,c],n,s);return}n.push({title:o,content:i,hasCode:!0});return}if(Array.isArray(e)){this.#J(e,r,n,s);return}n.push({title:o,content:i,hasCode:!1})}#G(e){if(e.length===0)return null;let r=e[0];if(typeof r!="object"||r===null||Array.isArray(r))return null;let n=["id","name","title","path","slug","key","label"],s=r;for(let o of n)if(o in s&&(typeof s[o]=="string"||typeof s[o]=="number"))return o;return null}#K(e,r,n,s,o){let i=e?`${e} > `:"";if(!o)return r===n?`${i}[${r}]`:`${i}[${r}-${n}]`;let a=c=>String(c[o]);return s.length===1?`${i}${a(s[0])}`:s.length<=3?i+s.map(a).join(", "):`${i}${a(s[0])}\u2026${a(s[s.length-1])}`}#J(e,r,n,s){let o=r.length>0?r.join(" > "):"(root)",i=this.#G(e),a=[],c=0,u=d=>{if(a.length===0)return;let l=this.#K(o,c,d,a,i);n.push({title:l,content:JSON.stringify(a,null,2),hasCode:!0})};for(let d=0;d<e.length;d++){a.push(e[d]);let l=JSON.stringify(a,null,2);Buffer.byteLength(l)>s&&a.length>1&&(a.pop(),u(d-1),a=[e[d]],c=d)}u(c+a.length-1)}#Y(e,r){return e.length===0?r||"Untitled":e.map(n=>n.text).join(" > ")}}});function fy(t,e){return t===void 0?e:`${t}::${e}`}var BE=x(()=>{"use strict"});import{readFileSync as VE,realpathSync as xF}from"node:fs";import{resolve as Xi}from"node:path";function WE(t){let e=t.match(/^Bash\((.+)\)$/);return e?e[1]:null}function SF(t){let e=t.match(/^(\w+)\((.+)\)$/);return e?{tool:e[1],glob:e[2]}:null}function kF(t){return t.replace(/[.*+?^${}()|[\]\\\/\-]/g,"\\$&")}function qE(t){return t.replace(/[.+?^${}()|[\]\\\/\-]/g,"\\$&").replace(/\*/g,".*")}function wF(t,e=!1){let r,n=t.indexOf(":");if(n!==-1){let s=t.slice(0,n),o=t.slice(n+1),i=kF(s),a=qE(o);r=`^${i}(\\s${a})?$`}else r=`^${qE(t)}$`;return new RegExp(r,e?"i":"")}function EF(t,e=!1){let r="",n=0;for(;n<t.length;)t[n]==="*"&&t[n+1]==="*"?n+2<t.length&&t[n+2]==="/"?(r+="(.*/)?",n+=3):(r+=".*",n+=2):t[n]==="*"?(r+="[^/]*",n++):t[n]==="?"?(r+="[^/]",n++):(r+=t[n].replace(/[.+^${}()|[\]\\\/\-]/g,"\\$&"),n++);return new RegExp(`^${r}$`,e?"i":"")}function $F(t,e,r=!1){for(let n of e){let s=WE(n);if(s&&wF(s,r).test(t))return n}return null}function TF(t){let e=[],r="",n=!1,s=!1,o=!1;for(let i=0;i<t.length;i++){let a=t[i],c=i>0?t[i-1]:"";a==="'"&&!s&&!o&&c!=="\\"?(n=!n,r+=a):a==='"'&&!n&&!o&&c!=="\\"?(s=!s,r+=a):a==="`"&&!n&&!s&&c!=="\\"?(o=!o,r+=a):!n&&!s&&!o?a===";"?(e.push(r.trim()),r=""):a==="|"&&t[i+1]==="|"||a==="&"&&t[i+1]==="&"?(e.push(r.trim()),r="",i++):a==="|"?(e.push(r.trim()),r=""):r+=a:r+=a}return r.trim()&&e.push(r.trim()),e.filter(i=>i.length>0)}function hy(t){let e;try{e=VE(t,"utf-8")}catch{return null}let r;try{r=JSON.parse(e)}catch{return null}let n=r?.permissions;if(!n||typeof n!="object")return null;let s=o=>Array.isArray(o)?o.filter(i=>typeof i=="string"&&WE(i)!==null):[];return{allow:s(n.allow),deny:s(n.deny),ask:s(n.ask)}}function gy(t,e){let r=[];if(t){let s=Xi(t,".claude","settings.local.json"),o=hy(s);o&&r.push(o);let i=Xi(t,".claude","settings.json"),a=hy(i);a&&r.push(a)}let n=e!==void 0?[e]:Ll();for(let s of n){let o=hy(s);o&&r.push(o)}return r}function yy(t,e,r){let n=[],s=i=>{let a;try{a=VE(i,"utf-8")}catch{return null}let c;try{c=JSON.parse(a)}catch{return null}let u=c?.permissions?.deny;if(!Array.isArray(u))return[];let d=[];for(let l of u){if(typeof l!="string")continue;let p=SF(l);p&&p.tool===t&&d.push(p.glob)}return d};if(e){let i=s(Xi(e,".claude","settings.local.json"));i!==null&&n.push(i);let a=s(Xi(e,".claude","settings.json"));a!==null&&n.push(a)}let o=r!==void 0?[r]:Ll();for(let i of o){let a=s(i);a!==null&&n.push(a)}return n}function _y(t,e,r=process.platform==="win32"){let n=TF(t);for(let s of n)for(let o of e){let i=$F(s,o.deny,r);if(i)return{decision:"deny",matchedPattern:i}}return{decision:"allow"}}function vy(t,e,r=process.platform==="win32",n){let s=i=>i.replace(/\\/g,"/"),o=new Set;if(o.add(s(t)),n){let i=Xi(n,t);o.add(s(i));try{o.add(s(xF(i)))}catch{}}for(let i of e)for(let a of i){let c=EF(s(a),r);for(let u of o)if(c.test(u))return{denied:!0,matchedPattern:a}}return{denied:!1}}function RF(t){let e=[],r=/subprocess\.(?:run|call|Popen|check_output|check_call)\(\s*\[([^\]]+)\]/g,n;for(;(n=r.exec(t))!==null;){let o=[...n[1].matchAll(/(['"])(.*?)\1/g)].map(i=>i[2]);o.length>0&&e.push(o.join(" "))}return e}function GE(t,e){let r=PF[e];if(!r&&e!=="python")return[];let n=[];if(r)for(let s of r){s.lastIndex=0;let o;for(;(o=s.exec(t))!==null;){let i=o[o.length-1];i&&n.push(i)}}return e==="python"&&n.push(...RF(t)),n}var PF,KE=x(()=>{"use strict";en();PF={python:[/os\.system\(\s*(['"])(.*?)\1\s*\)/g,/subprocess\.(?:run|call|Popen|check_output|check_call)\(\s*(['"])(.*?)\1/g],javascript:[/exec(?:Sync|File|FileSync)?\(\s*(['"`])(.*?)\1/g,/spawn(?:Sync)?\(\s*(['"`])(.*?)\1/g],typescript:[/exec(?:Sync|File|FileSync)?\(\s*(['"`])(.*?)\1/g,/spawn(?:Sync)?\(\s*(['"`])(.*?)\1/g],ruby:[/system\(\s*(['"])(.*?)\1/g,/`(.*?)`/g],go:[/exec\.Command\(\s*(['"`])(.*?)\1/g],php:[/shell_exec\(\s*(['"`])(.*?)\1/g,/(?:^|[^.])exec\(\s*(['"`])(.*?)\1/g,/(?:^|[^.])system\(\s*(['"`])(.*?)\1/g,/passthru\(\s*(['"`])(.*?)\1/g,/proc_open\(\s*(['"`])(.*?)\1/g],rust:[/Command::new\(\s*(['"`])(.*?)\1/g]}});function by(t){let{language:e,exitCode:r,stdout:n,stderr:s}=t,o=e==="shell"&&r===1&&n.trim().length>0;return{isError:!o,output:o?n:`Exit code: ${r}
|
|
395
395
|
|
|
396
396
|
stdout:
|
|
397
397
|
${n}
|
|
398
398
|
|
|
399
399
|
stderr:
|
|
400
|
-
${s}`}}var
|
|
400
|
+
${s}`}}var JE=x(()=>{"use strict"});import{execFileSync as CF}from"node:child_process";function OF(){if(process.platform==="win32")return NaN;let t=process.ppid;if(!t||t<=1)return NaN;try{let e=CF("ps",["-o","ppid=","-p",String(t)],{encoding:"utf-8",timeout:2e3,stdio:["ignore","pipe","ignore"]}).trim(),r=parseInt(e,10);return Number.isFinite(r)?r:NaN}catch{return NaN}}function IF(t={}){let e=t.getPpid??(()=>process.ppid),r=t.readGrandparentPpid??OF,n=e(),s=r();return()=>{let o=e();return!(o!==n||o===0||o===1||!Number.isNaN(s)&&s>1&&r()===1)}}function NF(t=process.env){let e=t.CONTEXT_MODE_BRIDGE_DEPTH;if(e===void 0)return 3e4;let r=Number.parseInt(e,10);return!Number.isFinite(r)||r<=0?3e4:1e3}function YE(t){let e=t.checkIntervalMs??NF(),r=t.isParentAlive??AF,n=!1,s=()=>{n||(n=!0,t.onShutdown())},o=setInterval(()=>{r()||s()},e);o.unref();let i=["SIGTERM","SIGINT"];process.platform!=="win32"&&i.push("SIGHUP");for(let c of i)process.on(c,s);let a=()=>{r()||s()};return process.stdin.isTTY||process.stdin.on("end",a),()=>{n=!0,clearInterval(o);for(let c of i)process.removeListener(c,s);process.stdin.removeListener("end",a)}}var AF,XE=x(()=>{"use strict";AF=IF()});import{createHash as ea}from"node:crypto";import{execFileSync as DF}from"node:child_process";import{existsSync as Gu,realpathSync as MF,renameSync as xy}from"node:fs";import{join as Ku}from"node:path";function ta(t){let e=t.replace(/\\/g,"/");return/^\/+$/.test(e)?"/":/^[A-Za-z]:\/+$/.test(e)?`${e.slice(0,2)}/`:e.replace(/\/+$/,"")}function QE(t){let e=t;try{e=MF.native(t)}catch{}let r=ta(e);return process.platform==="win32"||process.platform==="darwin"?r.toLowerCase():r}function r$(t,e){return DF("git",["-C",t,...e],{encoding:"utf-8",timeout:2e3,stdio:["ignore","pipe","ignore"]}).trim()}function jF(t){let e=r$(t,["rev-parse","--show-toplevel"]);return e.length>0?ta(e):null}function zF(t){let e=r$(t,["worktree","list","--porcelain"]).split(/\r?\n/).find(r=>r.startsWith("worktree "))?.replace("worktree ","")?.trim();return e?ta(e):null}function Ju(t=process.cwd()){let e=process.env.CONTEXT_MODE_SESSION_SUFFIX;if(Qi&&Qi.projectDir===t&&Qi.envSuffix===e)return Qi.suffix;let r="";if(e!==void 0)r=e?`__${e}`:"";else try{let n=jF(t),s=zF(t);if(n&&s){let o=QE(n),i=QE(s);o!==i&&(r=`__${ea("sha256").update(o).digest("hex").slice(0,8)}`)}}catch{}return Qi={projectDir:t,envSuffix:e,suffix:r},r}function Vr(t){return ea("sha256").update(ta(t)).digest("hex").slice(0,16)}function Wr(t){let e=ta(t),r=process.platform==="darwin"||process.platform==="win32"?e.toLowerCase():e;return ea("sha256").update(r).digest("hex").slice(0,16)}function n$(t){let{projectDir:e,contentDir:r}=t,n=Wr(e),s=Ku(r,`${n}.db`);if(Gu(s))return s;let o=Vr(e);if(o===n)return s;let i=Ku(r,`${o}.db`);if(Gu(i))try{xy(i,s);for(let a of["-wal","-shm"])try{xy(i+a,s+a)}catch{}}catch{}return s}function Yu(t){return LF({...t,ext:".db"})}function LF(t){let{projectDir:e,sessionsDir:r,ext:n}=t,s=t.suffix??Ju(e),o=Wr(e),i=Ku(r,`${o}${s}${n}`);if(Gu(i))return i;let a=Vr(e);if(a===o)return i;let c=Ku(r,`${a}${s}${n}`);if(Gu(c))try{xy(c,i)}catch{}return i}function Wu(t){let e=Number(t);return!Number.isFinite(e)||e<=0?0:Math.floor(e)}var Qi,e$,t$,q,gr,ra=x(()=>{"use strict";vs();e$=1e3,t$=5;q={insertEvent:"insertEvent",getEvents:"getEvents",getEventsByType:"getEventsByType",getEventsByPriority:"getEventsByPriority",getEventsByTypeAndPriority:"getEventsByTypeAndPriority",getEventCount:"getEventCount",getLatestAttributedProject:"getLatestAttributedProject",checkDuplicate:"checkDuplicate",evictLowestPriority:"evictLowestPriority",updateMetaLastEvent:"updateMetaLastEvent",ensureSession:"ensureSession",getSessionStats:"getSessionStats",incrementCompactCount:"incrementCompactCount",upsertResume:"upsertResume",getResume:"getResume",markResumeConsumed:"markResumeConsumed",claimLatestUnconsumedResume:"claimLatestUnconsumedResume",deleteEvents:"deleteEvents",deleteMeta:"deleteMeta",deleteResume:"deleteResume",getOldSessions:"getOldSessions",searchEvents:"searchEvents",incrementToolCall:"incrementToolCall",getToolCallTotals:"getToolCallTotals",getToolCallByTool:"getToolCallByTool",getEventBytesSummary:"getEventBytesSummary"},gr=class extends Yi{constructor(e){super(e?.dbPath??cy("session"))}stmt(e){return this.stmts.get(e)}initSchema(){try{let r=this.db.pragma("table_xinfo(session_events)").find(n=>n.name==="data_hash");r&&r.hidden!==0&&this.db.exec("DROP TABLE session_events")}catch{}this.db.exec(`
|
|
401
401
|
CREATE TABLE IF NOT EXISTS session_events (
|
|
402
402
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
403
403
|
session_id TEXT NOT NULL,
|
|
@@ -515,17 +515,17 @@ ${s}`}}var GE=b(()=>{"use strict"});import{execFileSync as $F}from"node:child_pr
|
|
|
515
515
|
FROM tool_calls WHERE session_id = ?`),e(q.getToolCallByTool,`SELECT tool, calls, bytes_returned
|
|
516
516
|
FROM tool_calls WHERE session_id = ? ORDER BY calls DESC`),e(q.getEventBytesSummary,`SELECT COALESCE(SUM(bytes_avoided), 0) AS bytes_avoided,
|
|
517
517
|
COALESCE(SUM(bytes_returned), 0) AS bytes_returned
|
|
518
|
-
FROM session_events WHERE session_id = ?`)}insertEvent(e,r,n="PostToolUse",s,o){let i=
|
|
519
|
-
`)}for(let f of p){if(o.length>=e)break;try{let m;try{if(m=
|
|
518
|
+
FROM session_events WHERE session_id = ?`)}insertEvent(e,r,n="PostToolUse",s,o){let i=ea("sha256").update(r.data).digest("hex").slice(0,16).toUpperCase(),a=String(s?.projectDir??r.project_dir??"").trim(),c=String(s?.source??r.attribution_source??"unknown"),u=Number(s?.confidence??r.attribution_confidence??0),d=Number.isFinite(u)?Math.max(0,Math.min(1,u)):0,l=Wu(o?.bytesAvoided),p=Wu(o?.bytesReturned),f=this.db.transaction(()=>{if(this.stmt(q.checkDuplicate).get(e,t$,r.type,i))return;this.stmt(q.getEventCount).get(e).cnt>=e$&&this.stmt(q.evictLowestPriority).run(e),this.stmt(q.insertEvent).run(e,r.type,r.category,r.priority,r.data,a,c,d,l,p,n,i),this.stmt(q.updateMetaLastEvent).run(e)});this.withRetry(()=>f())}bulkInsertEvents(e,r,n="PostToolUse",s,o){if(!r||r.length===0)return;if(r.length===1){this.insertEvent(e,r[0],n,s?.[0],o?.[0]);return}let i=r.map((c,u)=>{let d=ea("sha256").update(c.data).digest("hex").slice(0,16).toUpperCase(),l=s?.[u],p=String(l?.projectDir??c.project_dir??"").trim(),f=String(l?.source??c.attribution_source??"unknown"),m=Number(l?.confidence??c.attribution_confidence??0),h=Number.isFinite(m)?Math.max(0,Math.min(1,m)):0,g=o?.[u],_=Wu(g?.bytesAvoided),b=Wu(g?.bytesReturned);return{event:c,dataHash:d,projectDir:p,attributionSource:f,attributionConfidence:h,bytesAvoided:_,bytesReturned:b}}),a=this.db.transaction(()=>{let c=this.stmt(q.getEventCount).get(e).cnt;for(let u of i)this.stmt(q.checkDuplicate).get(e,t$,u.event.type,u.dataHash)||(c>=e$?this.stmt(q.evictLowestPriority).run(e):c++,this.stmt(q.insertEvent).run(e,u.event.type,u.event.category,u.event.priority,u.event.data,u.projectDir,u.attributionSource,u.attributionConfidence,u.bytesAvoided,u.bytesReturned,n,u.dataHash));this.stmt(q.updateMetaLastEvent).run(e)});this.withRetry(()=>a())}getEvents(e,r){let n=r?.limit??1e3,s=r?.type,o=r?.minPriority;return s&&o!==void 0?this.stmt(q.getEventsByTypeAndPriority).all(e,s,o,n):s?this.stmt(q.getEventsByType).all(e,s,n):o!==void 0?this.stmt(q.getEventsByPriority).all(e,o,n):this.stmt(q.getEvents).all(e,n)}getEventCount(e){return this.stmt(q.getEventCount).get(e).cnt}getEventBytesSummary(e){let r=this.stmt(q.getEventBytesSummary).get(e);return{bytesAvoided:Number(r?.bytes_avoided??0),bytesReturned:Number(r?.bytes_returned??0)}}getLatestAttributedProjectDir(e){return this.stmt(q.getLatestAttributedProject).get(e)?.project_dir||null}searchEvents(e,r,n,s){try{let o=e.replace(/[%_]/g,a=>"\\"+a),i=s??null;return this.stmt(q.searchEvents).all(n,o,o,i,i,r)}catch{return[]}}ensureSession(e,r){this.stmt(q.ensureSession).run(e,r)}getSessionStats(e){return this.stmt(q.getSessionStats).get(e)??null}incrementCompactCount(e){this.stmt(q.incrementCompactCount).run(e)}upsertResume(e,r,n){this.stmt(q.upsertResume).run(e,r,n??0)}getResume(e){return this.stmt(q.getResume).get(e)??null}markResumeConsumed(e){this.stmt(q.markResumeConsumed).run(e)}claimLatestUnconsumedResume(e){let r=this.stmt(q.claimLatestUnconsumedResume).get(e);return r?{sessionId:r.session_id,snapshot:r.snapshot}:null}getLatestSessionId(){try{return this.db.prepare("SELECT session_id FROM session_meta ORDER BY started_at DESC LIMIT 1").get()?.session_id??null}catch{return null}}incrementToolCall(e,r,n=0){let s=Number.isFinite(n)&&n>0?Math.round(n):0;try{this.stmt(q.incrementToolCall).run(e,r,s)}catch{}}getToolCallStats(e){try{let r=this.stmt(q.getToolCallTotals).get(e),n=this.stmt(q.getToolCallByTool).all(e),s={};for(let o of n)s[o.tool]={calls:o.calls,bytesReturned:o.bytes_returned};return{totalCalls:r?.calls??0,totalBytesReturned:r?.bytes_returned??0,byTool:s}}catch{return{totalCalls:0,totalBytesReturned:0,byTool:{}}}}deleteSession(e){this.db.transaction(()=>{this.stmt(q.deleteEvents).run(e),this.stmt(q.deleteResume).run(e),this.stmt(q.deleteMeta).run(e)})()}cleanupOldSessions(e=7){let r=`-${e}`,n=this.stmt(q.getOldSessions).all(r);for(let{session_id:s}of n)this.deleteSession(s);return n.length}}});import{existsSync as Sy,unlinkSync as FF}from"node:fs";import{join as na}from"node:path";function ky(t,e){try{return FF(t),e.push(t),!0}catch{return!1}}function Xu(t,e){let r=!1;for(let n of UF)ky(`${t}${n}`,e)&&n===""&&(r=!0);return r}function s$(t){let{projectDir:e,sessionsDir:r,storePath:n,contentDir:s,legacyContentDir:o,contentHash:i,sessionId:a,scope:c}=t,u=[],d=[],l=c??(a?"session":"project");if(l==="session"&&!a)throw new TypeError("purgeSession: scope:'session' requires sessionId. Pass scope:'project' for the legacy whole-project wipe.");if(l==="session"&&a){let y=Ju(e),v=Wr(e),S=Vr(e),$=v===S?[v]:[v,S],T=!1;for(let P of $){let O=na(r,`${P}${y}.db`);if(!Sy(O))continue;let L=null;try{L=new gr({dbPath:O});let X=L.getEvents(a).length;L.deleteSession(a),X>0&&(T=!0)}catch{}finally{try{L?.close()}catch{}}}T&&u.push(`session rows for ${a}`);let R=[];if(n&&Sy(n)&&R.push(n),s){let P=Wr(e),O=Vr(e),L=P===O?[P]:[P,O];for(let X of L){let fe=na(s,`${X}.db`);Sy(fe)&&!R.includes(fe)&&R.push(fe)}}let M=!1;for(let P of R)try{let O=Pt(),L=new O(P,{timeout:3e4});try{let X=L.prepare("SELECT COUNT(*) AS c FROM chunks WHERE session_id = ?").get(a).c;L.prepare("DELETE FROM chunks WHERE session_id = ?").run(a),L.prepare("DELETE FROM chunks_trigram WHERE session_id = ?").run(a),X>0&&(M=!0)}finally{try{L.close()}catch{}}}catch{}return M&&u.push(`FTS5 chunks for ${a}`),{deleted:u,wipedPaths:d}}let p=!1;if(n&&Xu(n,d)&&(p=!0),s){let y=Wr(e),v=Vr(e),S=y===v?[y]:[y,v];for(let $ of S){let T=na(s,`${$}.db`);Xu(T,d)&&(p=!0)}}if(p&&u.push("knowledge base (FTS5)"),o){if(!i)throw new TypeError("purgeSession: contentHash is required when legacyContentDir is provided");let y=na(o,`${i}.db`);Xu(y,d)}let f=Ju(e),m=Wr(e),h=Vr(e),g=m===h?[m]:[m,h],_=!1,b=!1;for(let y of g){let v=na(r,`${y}${f}`);Xu(`${v}.db`,d)&&(_=!0),ky(`${v}-events.md`,d)&&(b=!0),ky(`${v}.cleanup`,d)}return _&&u.push("session events DB"),b&&u.push("session events markdown"),{deleted:u,wipedPaths:d}}var UF,o$=x(()=>{"use strict";vs();ra();UF=["","-wal","-shm"]});import{existsSync as HF}from"node:fs";function wy(t,e){try{if(!HF(t))return;let r=new gr({dbPath:t});try{let n=r.getLatestSessionId();if(!n)return;e(r,n)}finally{try{r.close()}catch{}}}catch{}}function i$(t){wy(t.sessionDbPath,(e,r)=>{e.insertEvent(r,{type:"sandbox-execute",category:"sandbox",priority:1,data:t.toolName,project_dir:"",attribution_source:"server",attribution_confidence:1},"ctx-server",void 0,{bytesReturned:t.bytesReturned})})}function a$(t){wy(t.sessionDbPath,(e,r)=>{e.insertEvent(r,{type:"index-write",category:"sandbox",priority:1,data:t.source,project_dir:"",attribution_source:"server",attribution_confidence:1},"ctx-server",void 0,{bytesAvoided:t.bytesAvoided})})}function c$(t){wy(t.sessionDbPath,(e,r)=>{e.insertEvent(r,{type:"cache-hit",category:"cache",priority:1,data:t.source,project_dir:"",attribution_source:"server",attribution_confidence:1},"ctx-server",void 0,{bytesAvoided:t.bytesAvoided})})}var u$=x(()=>{"use strict";ra()});import{existsSync as l$}from"node:fs";function d$(t,e,r){try{if(!l$(t))return;let n=new gr({dbPath:t});try{let s=n.getLatestSessionId();if(!s)return;n.incrementToolCall(s,e,r)}finally{n.close()}}catch{}}function p$(t){try{if(!l$(t))return null;let e=new gr({dbPath:t});try{let r=e.getLatestSessionId();if(!r)return null;let n=e.getToolCallStats(r),s={},o={};for(let[a,c]of Object.entries(n.byTool))s[a]=c.calls,o[a]=c.bytesReturned;let i=Date.now();try{let a=e.getSessionStats(r);if(a?.started_at){let c=Date.parse(`${a.started_at}Z`);Number.isFinite(c)&&c>0&&(i=c)}}catch{}return Object.keys(s).length===0&&Object.keys(o).length===0?{calls:s,bytesReturned:o,sessionStart:i}:{calls:s,bytesReturned:o,sessionStart:i}}finally{e.close()}}catch{return null}}var m$=x(()=>{"use strict";ra()});import{existsSync as Ey,readFileSync as ZF,readdirSync as BF,statSync as qF}from"node:fs";import{join as sa,isAbsolute as VF}from"node:path";function g$(t,e=5,r,n,s){let o=[],i=s?.getInstructionFiles()??["CLAUDE.md"],a=s?.getConfigDir(),u=(a?h$(r,a):null)??n??Be(),d=s?.getMemoryDir(),l=d?h$(r,d):sa(u,"memory"),p=[];if(r)for(let f of i){let m=sa(r,f);Ey(m)&&p.push({path:m,label:`project/${f}`})}if(u&&u!==r)for(let f of i){let m=sa(u,f);Ey(m)&&p.push({path:m,label:`user/${f}`})}if(l&&Ey(l))try{let f=BF(l).filter(m=>m.endsWith(".md"));for(let m of f)p.push({path:sa(l,m),label:`memory/${m}`})}catch(f){f$&&process.stderr.write(`[ctx] auto-memory dir scan failed: ${f}
|
|
519
|
+
`)}for(let f of p){if(o.length>=e)break;try{let m;try{if(m=qF(f.path),m.size>1e6)continue}catch{continue}let h=ZF(f.path,"utf-8"),g=h.toLowerCase();for(let _ of t){if(o.length>=e)break;let y=_.toLowerCase().split(/\s+/).filter(S=>S.length>=3);if(y.some(S=>{try{return new RegExp(`\\b${S.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}\\b`,"i").test(h)}catch{return g.includes(S)}})){let S=y.reduce((O,L)=>{let X=g.indexOf(L);return X>=0&&(O<0||X<O)?X:O},-1),$=Math.max(0,S-200),T=Math.min(h.length,S+500),R=h.lastIndexOf(`
|
|
520
520
|
|
|
521
|
-
|
|
521
|
+
`,$),M=h.indexOf(`
|
|
522
522
|
|
|
523
|
-
|
|
524
|
-
`)}}return o.slice(0,e)}function
|
|
525
|
-
`)}if(s==="timeline"){try{if(a){let f=a.searchEvents(e,r,c||"",o);l.push(...f.map(m=>({title:`[${m.category}] ${m.type}`,content:m.data,source:"prior-session",origin:"prior-session",timestamp:m.created_at})))}}catch(f){
|
|
526
|
-
`)}try{let f=
|
|
527
|
-
`)}}for(let f of l)f.timestamp&&!f.timestamp.includes("T")&&(f.timestamp=f.timestamp.replace(" ","T")+"Z");return s==="timeline"&&l.sort((f,m)=>(f.timestamp||"").localeCompare(m.timestamp||"")),l.slice(0,r)}var
|
|
528
|
-
`).slice(0,10))if(a.trim())try{let c=JSON.parse(a);if(typeof c.cwd=="string"&&c.cwd.length>0)return c.cwd}catch{}}finally{Rt.closeSync(n)}}catch{}}function
|
|
523
|
+
`,T);R>=0&&($=R+2),M>=0&&(T=M);let P=h.slice($,T).trim();o.push({title:`[auto-memory] ${f.label}`,content:P,source:f.label,origin:"auto-memory",timestamp:m.mtime.toISOString()});break}}}catch(m){f$&&process.stderr.write(`[ctx] auto-memory file read failed: ${m}
|
|
524
|
+
`)}}return o.slice(0,e)}function h$(t,e){return e?VF(e)||!t?e:sa(t,e):t??""}var f$,y$=x(()=>{"use strict";en();f$=process.env.DEBUG?.includes("context-mode")});function _$(t){let{query:e,limit:r,store:n,sort:s="relevance",source:o,contentType:i,sessionDB:a,projectDir:c,configDir:u,adapter:d}=t,l=[],p=new Date().toISOString();try{let f=n.searchWithFallback(e,r,o,i);l.push(...f.map(m=>({title:m.title,content:m.content,source:m.source,origin:"current-session",timestamp:m.timestamp||p,rank:m.rank,matchLayer:m.matchLayer,highlighted:m.highlighted,contentType:m.contentType})))}catch(f){$y&&process.stderr.write(`[ctx] ContentStore search failed: ${f}
|
|
525
|
+
`)}if(s==="timeline"){try{if(a){let f=a.searchEvents(e,r,c||"",o);l.push(...f.map(m=>({title:`[${m.category}] ${m.type}`,content:m.data,source:"prior-session",origin:"prior-session",timestamp:m.created_at})))}}catch(f){$y&&process.stderr.write(`[ctx] SessionDB search failed: ${f}
|
|
526
|
+
`)}try{let f=g$([e],r,c,u,d);l.push(...f)}catch(f){$y&&process.stderr.write(`[ctx] auto-memory search failed: ${f}
|
|
527
|
+
`)}}for(let f of l)f.timestamp&&!f.timestamp.includes("T")&&(f.timestamp=f.timestamp.replace(" ","T")+"Z");return s==="timeline"&&l.sort((f,m)=>(f.timestamp||"").localeCompare(m.timestamp||"")),l.slice(0,r)}var $y,v$=x(()=>{"use strict";y$();$y=process.env.DEBUG?.includes("context-mode")});import*as Rt from"node:fs";import*as Py from"node:path";function Ty(t){return t?/[/\\]\.claude[/\\]plugins[/\\](cache|marketplaces)[/\\]/.test(t):!1}function KF(t){if(!Rt.existsSync(t.projectsRoot))return;let e,r=0;try{for(let n of Rt.readdirSync(t.projectsRoot)){let s=Py.join(t.projectsRoot,n),o;try{o=Rt.statSync(s)}catch{continue}if(!o.isDirectory())continue;let i;try{i=Rt.readdirSync(s)}catch{continue}for(let a of i){if(!a.endsWith(".jsonl"))continue;let c=Py.join(s,a);try{let u=Rt.statSync(c).mtimeMs;u>r&&(r=u,e=c)}catch{}}}}catch{return}if(e&&!(typeof t.maxAgeMs=="number"&&(t.nowMs??Date.now())-r>t.maxAgeMs))try{let n=Rt.openSync(e,"r");try{let s=Buffer.alloc(8192),o=Rt.readSync(n,s,0,s.length,0),i=s.subarray(0,o).toString("utf-8");for(let a of i.split(`
|
|
528
|
+
`).slice(0,10))if(a.trim())try{let c=JSON.parse(a);if(typeof c.cwd=="string"&&c.cwd.length>0)return c.cwd}catch{}}finally{Rt.closeSync(n)}}catch{}}function b$(t){let{env:e,cwd:r,pwd:n,transcriptsRoot:s,transcriptMaxAgeMs:o,nowMs:i,strictPlatform:a}=t,c=a?[...Dd(a),...WF]:GF;for(let u of c){let d=e[u];if(d&&!Ty(d))return d}if(s){let u=KF({projectsRoot:s,maxAgeMs:o,nowMs:i});if(u&&!Ty(u))return u}return n&&!Ty(n)?n:r}var WF,GF,x$=x(()=>{"use strict";zn();WF=["CONTEXT_MODE_PROJECT_DIR"],GF=["CLAUDE_PROJECT_DIR","GEMINI_PROJECT_DIR","VSCODE_CWD","OPENCODE_PROJECT_DIR","PI_PROJECT_DIR","IDEA_INITIAL_DIRECTORY","CURSOR_CWD","CONTEXT_MODE_PROJECT_DIR"]});import{execFileSync as JF}from"node:child_process";import{existsSync as bs,readdirSync as To,statSync as YF}from"node:fs";import{homedir as rl}from"node:os";import{join as Dt,sep as XF}from"node:path";function R$(t,e){let r=t.split(".").map(Number),n=e.split(".").map(Number);for(let s=0;s<3;s++){if((r[s]??0)>(n[s]??0))return!0;if((r[s]??0)<(n[s]??0))return!1}return!1}function e2(t){let e=t?.home??rl();return[["claude-code",[".claude"]],["gemini-cli",[".gemini"]],["antigravity",[".gemini"]],["openclaw",[".openclaw"]],["codex",[".codex"]],["cursor",[".cursor"]],["vscode-copilot",[".vscode"]],["kiro",[".kiro"]],["pi",[".pi"]],["omp",[".omp"]],["qwen-code",[".qwen"]],["kilo",[".config","kilo"]],["opencode",[".config","opencode"]],["zed",[".config","zed"]],["jetbrains-copilot",[".config","JetBrains"]]].map(([n,s])=>{let o=Dt(e,...s,"context-mode");return{name:n,sessionsDir:Dt(o,"sessions"),contentDir:Dt(o,"content")}})}function t2(t){let r=t.replace(/\.md$/i,"").match(/^([a-z]+)/i);return r?r[1].toLowerCase():"other"}function oa(t){let e=Be(),r=t?.sessionsDir??Dt(e,"context-mode","sessions"),n=t?.memoryRoot??Dt(e,"projects"),s=0,o=0,i=0,a=Number.POSITIVE_INFINITY,c=new Set,u={};if(bs(r)){let f=[];try{f=To(r).filter(m=>m.endsWith(".db"))}catch{}if(f.length>0){let m=null;try{m=t?.loadDatabase?t.loadDatabase():Pt()}catch{}if(m)for(let h of f){let g=Dt(r,h);try{let _=new m(g,{readonly:!0});try{let b=_.prepare("SELECT COUNT(*) AS cnt FROM session_events").get(),y=_.prepare("SELECT COUNT(*) AS cnt FROM session_meta").get();s+=b?.cnt??0,o+=y?.cnt??0;try{let v=_.prepare("SELECT category, COUNT(*) AS cnt FROM session_events GROUP BY category").all();for(let S of v)S.category&&(u[S.category]=(u[S.category]??0)+(S.cnt??0))}catch{}try{let v=_.prepare("SELECT COALESCE(SUM(length(snapshot)), 0) AS bytes FROM session_resume WHERE consumed = 1").get();v?.bytes&&(i+=v.bytes)}catch{}try{let v=_.prepare("SELECT MIN(created_at) AS t FROM session_events").get();if(v?.t){let S=v.t.endsWith("Z")?v.t:v.t+"Z",$=Date.parse(S);Number.isFinite($)&&$<a&&(a=$)}}catch{}try{let v=_.prepare("SELECT DISTINCT project_dir AS p FROM session_events WHERE project_dir != ''").all();for(let S of v)S.p&&c.add(S.p)}catch{}}finally{_.close()}}catch{}}}}let d=0,l=0,p={};if(bs(n)){let f=[];try{f=To(n).filter(m=>{try{return YF(Dt(n,m)).isDirectory()}catch{return!1}})}catch{}for(let m of f){let h=Dt(n,m,"memory");if(!bs(h))continue;let g=[];try{g=To(h).filter(_=>_.endsWith(".md"))}catch{continue}if(g.length!==0){l++,d+=g.length;for(let _ of g){let b=t2(_);p[b]=(p[b]??0)+1}}}}return{totalEvents:s,totalSessions:o,autoMemoryCount:d,autoMemoryProjects:l,autoMemoryByPrefix:p,categoryCounts:u,rescueBytes:i,firstEventMs:Number.isFinite(a)?a:0,distinctProjects:c.size}}function C$(t){let e=t.sessionsDir??Dt(rl(),".claude","context-mode","sessions"),r=t.sessionId,n={sessionId:r,events:0,dbCount:0,daysAlive:0,snapshotBytes:0,snapshotsConsumed:0,byCategory:[]};if(!r||!bs(e))return n;let s=[];try{s=To(e).filter(y=>!(!y.endsWith(".db")||t.worktreeHash&&!y.startsWith(t.worktreeHash)))}catch{return n}if(s.length===0)return n;let o=null;try{o=t.loadDatabase?t.loadDatabase():Pt()}catch{return n}if(!o)return n;let i={},a=0,c=0,u=0,d=0,l=Number.POSITIVE_INFINITY,p=0,f=0,m=new Map,h=y=>Math.floor(y/864e5)*864e5;for(let y of s){let v=Dt(e,y),S=!1;try{let $=new o(v,{readonly:!0});try{let T=$.prepare("SELECT category, COUNT(*) AS cnt FROM session_events WHERE session_id = ? GROUP BY category").all(r);for(let M of T)M.category&&(i[M.category]=(i[M.category]??0)+(M.cnt??0),a+=M.cnt??0,S=!0);let R=$.prepare("SELECT MIN(created_at) AS mn, MAX(created_at) AS mx FROM session_events WHERE session_id = ?").get(r);if(R?.mn){let M=Date.parse(R.mn+(R.mn.endsWith("Z")?"":"Z"));Number.isFinite(M)&&M<l&&(l=M)}if(R?.mx){let M=Date.parse(R.mx+(R.mx.endsWith("Z")?"":"Z"));Number.isFinite(M)&&M>p&&(p=M)}try{let M=$.prepare("SELECT strftime('%s', created_at) AS sec, COUNT(*) AS cnt FROM session_events WHERE session_id = ? GROUP BY date(created_at)").all(r);for(let P of M){if(!P.sec)continue;let O=parseInt(P.sec,10)*1e3;if(!Number.isFinite(O))continue;let L=h(O),X=m.get(L)??{count:0,rescueBytes:0};X.count+=P.cnt??0,m.set(L,X)}}catch{}try{let M=$.prepare("SELECT COALESCE(SUM(length(snapshot)), 0) AS bytes, COUNT(*) AS n, MAX(strftime('%s', created_at)) AS lastSec FROM session_resume WHERE session_id = ? AND consumed = 1").get(r);if(M?.bytes&&(u+=M.bytes),M?.n&&(d+=M.n),M?.lastSec){let P=parseInt(M.lastSec,10)*1e3;if(Number.isFinite(P)&&P>f&&(f=P),Number.isFinite(P)&&(M?.bytes??0)>0){let O=h(P),L=m.get(O)??{count:0,rescueBytes:0};L.rescueBytes=Math.max(L.rescueBytes,M.bytes),m.set(O,L)}}}catch{}}finally{$.close()}}catch{}S&&c++}let g=l<p?(p-l)/864e5:0,_=Object.entries(i).filter(([,y])=>y>0).map(([y,v])=>({category:y,count:v,label:Qu[y]||y})).sort((y,v)=>v.count-y.count),b=[...m.entries()].sort((y,v)=>y[0]-v[0]).map(([y,v])=>({ms:y,count:v.count,...v.rescueBytes>0?{rescueBytes:v.rescueBytes}:{}}));return{sessionId:r,events:a,dbCount:c,daysAlive:g,snapshotBytes:u,snapshotsConsumed:d,byCategory:_,firstEventMs:Number.isFinite(l)?l:0,lastEventMs:p>0?p:0,lastRescueMs:f>0?f:void 0,byDay:b}}function Ry(t){let e={eventDataBytes:0,bytesAvoided:0,bytesReturned:0,snapshotBytes:0,totalSavedTokens:0},r=t.sessionsDir??Dt(rl(),".claude","context-mode","sessions");if(!bs(r))return e;let n=[];try{n=To(r).filter(d=>!(!d.endsWith(".db")||t.worktreeHash&&!d.startsWith(t.worktreeHash)))}catch{return e}if(n.length===0)return e;let s=null;try{s=t.loadDatabase?t.loadDatabase():Pt()}catch{return e}if(!s)return e;let o=0,i=0,a=0,c=0;for(let d of n){let l=Dt(r,d);try{let p=new s(l,{readonly:!0});try{if(t.sessionId){let f=p.prepare(`SELECT
|
|
529
529
|
COALESCE(SUM(LENGTH(data)), 0) AS data_bytes,
|
|
530
530
|
COALESCE(SUM(bytes_avoided), 0) AS bytes_avoided,
|
|
531
531
|
COALESCE(SUM(bytes_returned), 0) AS bytes_returned
|
|
@@ -533,36 +533,36 @@ ${s}`}}var GE=b(()=>{"use strict"});import{execFileSync as $F}from"node:child_pr
|
|
|
533
533
|
COALESCE(SUM(LENGTH(data)), 0) AS data_bytes,
|
|
534
534
|
COALESCE(SUM(bytes_avoided), 0) AS bytes_avoided,
|
|
535
535
|
COALESCE(SUM(bytes_returned), 0) AS bytes_returned
|
|
536
|
-
FROM session_events`).get();f&&(o+=Number(f.data_bytes??0),i+=Number(f.bytes_avoided??0),a+=Number(f.bytes_returned??0));try{let m=p.prepare("SELECT COALESCE(SUM(LENGTH(snapshot)), 0) AS bytes FROM session_resume").get();m?.bytes&&(c+=Number(m.bytes))}catch{}}}finally{p.close()}}catch{}}let u=Math.floor((o+i+c)/4);return{eventDataBytes:o,bytesAvoided:i,bytesReturned:a,snapshotBytes:c,totalSavedTokens:u}}function QF(t,e,r){let n={name:t.name,eventCount:0,sessionCount:0,dataBytes:0,rescueBytes:0,contentBytes:0,uuidConvs:0,projectDirs:[],firstMs:Number.POSITIVE_INFINITY,lastMs:0,isReal:!1};if(!ys(t.sessionsDir))return n;let s=[];try{s=Eo(t.sessionsDir).filter(d=>d.endsWith(".db"))}catch{return n}if(s.length===0)return n;let o=null;try{o=e()}catch{return n}if(!o)return n;let i=new Set,a=new Set;for(let d of s){let l=Dt(t.sessionsDir,d);try{let p=new o(l,{readonly:!0});try{let f=p.prepare("SELECT COUNT(*) AS cnt, COALESCE(SUM(LENGTH(data)), 0) AS bytes FROM session_events").get();f&&(n.eventCount+=Number(f.cnt??0),n.dataBytes+=Number(f.bytes??0));try{let m=p.prepare("SELECT COUNT(*) AS cnt FROM session_meta").get();n.sessionCount+=Number(m?.cnt??0)}catch{}try{let m=p.prepare("SELECT COALESCE(SUM(length(snapshot)), 0) AS bytes FROM session_resume WHERE consumed = 1").get();m?.bytes&&(n.rescueBytes+=Number(m.bytes))}catch{}try{let m=p.prepare("SELECT MIN(created_at) AS mn, MAX(created_at) AS mx FROM session_events").get();if(m?.mn){let h=Date.parse(m.mn+(m.mn.endsWith("Z")?"":"Z"));Number.isFinite(h)&&h<n.firstMs&&(n.firstMs=h)}if(m?.mx){let h=Date.parse(m.mx+(m.mx.endsWith("Z")?"":"Z"));Number.isFinite(h)&&h>n.lastMs&&(n.lastMs=h)}}catch{}try{let m=p.prepare("SELECT DISTINCT project_dir AS p FROM session_events WHERE project_dir != ''").all();for(let h of m)h.p&&i.add(h.p)}catch{}try{let m=p.prepare("SELECT DISTINCT session_id AS s FROM session_events").all();for(let h of m)h.s&&a.add(h.s)}catch{}}finally{p.close()}}catch{}}n.projectDirs=Array.from(i),n.uuidConvs=a.size;let c=n.eventCount>0?n.dataBytes/n.eventCount:0,u=n.lastMs>0&&r.nowMs-n.lastMs<=r.recencyMs;return n.isReal=n.eventCount>=r.minEvents&&i.size>=r.minProjects&&u&&c>=r.minAvgBytes,n}function tl(t){let e=JF({home:t?.home}),r=t?.loadDatabase??Pt,n={...XF,...t?.filter??{},nowMs:t?.filter?.nowMs??Date.now()},s=[],o=0,i=0,a=0;for(let c of e){if(!ys(c.sessionsDir))continue;let u=QF(c,r,n);s.push(u),o+=u.eventCount,i+=u.sessionCount,a+=u.dataBytes+u.rescueBytes}return{totalEvents:o,totalSessions:i,totalBytes:a,perAdapter:s}}function Xu(t){return e2[t]??t}function nt(t){if(!Number.isFinite(t)||t<=0)return"0 B";if(t<1024)return`${Math.round(t)} B`;let e=t/1024;if(e<1024)return e<100?`${e.toFixed(1)} KB`:`${Math.round(e)} KB`;let r=e/1024;if(r<1024)return r<100?`${r.toFixed(1)} MB`:`${Math.round(r)} MB`;let n=r/1024;return n<100?`${n.toFixed(2)} GB`:`${n.toFixed(1)} GB`}function t2(t){let e=parseFloat(t);if(isNaN(e)||e<1)return"< 1 min";if(e<60)return`${Math.round(e)} min`;let r=Math.floor(e/60),n=Math.round(e%60);return n>0?`${r}h ${n}m`:`${r}h`}function r2(){let t=process.env??{},e=t.CONTEXT_MODE_LOCALE??"";if(!e){if(process.platform==="darwin")try{let n=VF("defaults",["read","-g","AppleLocale"],{encoding:"utf8",timeout:500}).trim();n&&(e=n.replace(/_/g,"-"))}catch{}if(!e&&(t.LC_TIME||t.LANG)){let n=(t.LC_TIME||t.LANG||"").split(".")[0];n&&(e=n.replace(/_/g,"-"))}if(!e)try{e=new Intl.DateTimeFormat().resolvedOptions().locale}catch{e="en-US"}}let r=t.CONTEXT_MODE_TZ??"";if(!r)try{r=new Intl.DateTimeFormat().resolvedOptions().timeZone}catch{r="UTC"}return{locale:e||"en-US",tz:r||"UTC"}}function x$(t){let e=el();return e?t===e?"~":t.startsWith(e+GF)?"~"+t.slice(e.length):t:t}function n2(t,e,r){if(!Number.isFinite(e)||e<=0)return[];let n=e*15/1e6,s=(h,g=2)=>h.toFixed(g),o=Math.round(n/20),i=(n/200).toFixed(1),a=Math.round(n/73.67),c=Math.round(n*10),u=r>0?Math.round(n*10/r*365):0,d=(e*3/1e6).toFixed(2),l=(e*2.5/1e6).toFixed(2),p=(e*1.25/1e6).toFixed(2),f=(e*.8/1e6).toFixed(2),m=[];return m.push(` $${s(n)} of Opus 4 tokens your team didn't burn.`),m.push(` context-mode kept ${nt(t)} out of context \u2014 that's ${o} months of Cursor Pro paid for itself.`),c>0&&u>0&&(m.push(""),m.push(` Scale across a 10-dev team and that's ~$${u.toLocaleString("en-US")}/year saved.`)),m.push(""),m.push(" (Opus rates shown for context. On cheaper models the dollar number drops; the savings ratio holds.)"),m}function s2(t){let{conversation:e,lifetime:r,multiAdapter:n,realBytes:s,cwd:o,locale:i,tz:a,now:c,version:u,latestVersion:d}=t,l=[],p=e.events*E$,f=Math.round((e.snapshotBytes??0)/4),m=p+f,h=s?.conversation?.totalSavedTokens??0,g=Math.max(m,h),_=(r?.totalEvents??0)*E$,x=Math.round((r?.rescueBytes??0)/4),y=_+x,v=s?.lifetime?.totalSavedTokens??0,S=Math.max(y,v),T=Math.max(1,Math.round(S*.02)),$=n?.totalBytes&&n.totalBytes>0?n.totalBytes:S*4,R=s?.conversation?s.conversation.eventDataBytes+s.conversation.bytesAvoided+s.conversation.snapshotBytes:g*4,j=e.daysAlive>=1?`${e.daysAlive.toFixed(1)} days alive \xB7 still going`:`${Math.max(1,Math.round(e.daysAlive*24))} hr alive \xB7 still going`,P=r?.firstEventMs??n?.perAdapter?.[0]?.firstMs??0,C=P>0?Math.max(1,Math.round((c-P)/864e5)):0,L=n?.totalSessions??r?.totalSessions??1,X=n?.perAdapter.filter(qe=>qe.isReal).length??0,ae;if(n&&X>=2)ae=`across ${X} AI tools`;else if(n&&X===1){let qe=n.perAdapter.find(Kr=>Kr.isReal);ae=`in ${qe?Xu(qe.name):"Claude Code"}`}else ae="in Claude Code";C>0?l.push(` Across ${C} days you ran ${hr(L)} conversations ${ae}.`):l.push(` You ran ${hr(L)} conversations ${ae}.`);let yt=C>0?$/C:0;l.push(` context-mode kept ${nt($)} out of your context window \u2014 about ${nt(yt)} every single day.`),l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 1. Where you are now \u2500\u2500\u2500"),l.push("");let jt=e.firstEventMs&&e.firstEventMs>0?b$(e.firstEventMs,i,a):"";if(jt?l.push(` This conversation started ${jt} in ${x$(o)}.`):l.push(` This conversation lives in ${x$(o)}.`),l.push(` ${j}.`),e.snapshotsConsumed>0&&e.snapshotBytes>0){let qe=e.lastRescueMs&&e.lastRescueMs>0?b$(e.lastRescueMs,i,a):"",Kr=Math.round(e.snapshotBytes/1024);qe?l.push(` On ${qe}, /compact fired \u2014 ${Kr} KB rescued from snapshot.`):l.push(` /compact fired \u2014 ${Kr} KB rescued from snapshot.`),l.push(" Without that, you'd be re-explaining everything to a blank model right now.")}l.push("");let _t=Math.max(1,Math.round(g*.02)),bs=kn(g,g,32),yl=kn(_t,g,32),_l=g>0?(1-_t/g)*100:0;if(l.push(` Without context-mode ${nt(R).padStart(8)} ${bs} ${hr(g).padStart(7)} tokens`),l.push(` With context-mode ${nt(Math.max(1,Math.round(R*.02))).padStart(8)} ${yl} ${hr(_t).padStart(7)} tokens`),l.push(` ${_l.toFixed(0)}% kept out of context \xB7 your AI ran ${Math.max(1,Math.round(g/_t))}\xD7 longer before /compact fired`),l.push(""),e.byDay&&e.byDay.length>0){let qe=e.lastEventMs&&e.firstEventMs?Math.max(1,Math.round((e.lastEventMs-e.firstEventMs)/864e5)+1):e.byDay.length;l.push(` How that ${nt(R)} built up \u2014 ${qe} days, ${e.byDay.length} active:`),l.push(""),l.push(...i2(e.byDay,i,a))}l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 2. What this chat captured (used when you --continue or /resume here) \u2500\u2500\u2500"),l.push("");let fT=e.byCategory.reduce((qe,Kr)=>qe+Kr.count,0).toLocaleString(i);l.push(` ${fT} things \u2014 files, errors, decisions, agent runs:`),l.push("");let hT=e.byCategory[0]?.count??1;for(let qe of e.byCategory)l.push(` ${qe.label.padEnd(26)} ${String(qe.count).padStart(5)} ${kn(qe.count,hT,28)}`);l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 3. The scope, getting wider \u2500\u2500\u2500"),l.push("");let By=e.firstEventMs&&e.firstEventMs>0?new Intl.DateTimeFormat(i,{timeZone:a,year:"numeric",month:"short",day:"numeric"}).format(new Date(e.firstEventMs)):"",qy=P>0?new Intl.DateTimeFormat(i,{timeZone:a,year:"numeric",month:"short",day:"numeric"}).format(new Date(P)):"",Vy=r?.distinctProjects??0,gT=r?.totalEvents??n?.totalEvents??0;if(l.push(` This chat: ${nt(R)} kept out \xB7 ${e.events.toLocaleString(i)} captures${By?` \xB7 started ${By}`:""}.`),l.push(` All your work: ${nt($)} kept out \xB7 ${gT.toLocaleString(i)} captures across ${Vy} project${Vy===1?"":"s"}${qy?` \xB7 since ${qy}`:""}.`),l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 4. The bottom line \u2500\u2500\u2500"),l.push(""),l.push(...n2($,S,C)),l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 5. What context-mode learned about how you work \u2500\u2500\u2500"),l.push(""),r&&r.autoMemoryCount>0){l.push(` ${r.autoMemoryCount} preferences picked up across ${r.autoMemoryProjects} project${r.autoMemoryProjects===1?"":"s"}:`);let qe=Object.entries(r.autoMemoryByPrefix).sort((pa,ma)=>ma[1]-pa[1]),Kr=qe.length>0?qe[0][1]:1;for(let[pa,ma]of qe){let _T=R$[pa]??pa;l.push(` ${_T.padEnd(26)} ${String(ma).padStart(2)} ${kn(ma,Kr,20)}`)}}else l.push(" No preferences learned yet \u2014 context-mode picks them up automatically.");l.push(""),l.push(""),l.push(" Your AI talks less, remembers more, costs less."),l.push(` Locale ${i} \xB7 timezone ${a} \xB7 pricing examples for illustration only.`),l.push("");let yT=u?`v${u}`:"context-mode";return l.push(` ${yT}`),u&&d&&d!=="unknown"&&T$(d,u)&&l.push(` Update available: v${u} -> v${d} | ctx_upgrade`),o2(l)}function o2(t){let e=[],r=0;for(let n of t)n===""?(r++,r<=2&&e.push(n)):(r=0,e.push(n));for(;e.length>0&&e[e.length-1]==="";)e.pop();return e}function i2(t,e,r){if(t.length===0)return[];let n=[...t].sort((p,f)=>p.ms-f.ms),s=n[0],o=n[n.length-1],i=Math.max(1,o.ms-s.ms),a=n[0];for(let p of n)p.count>a.count&&(a=p);let c=56,u=Array.from({length:c},()=>"\u2500");for(let p of n){let f=Math.round((p.ms-s.ms)/i*(c-1)),m="\u25CF";p===a&&(m="\u2588"),(p.rescueBytes??0)>0&&(m="\u25C6"),u[f]=m}let d=p=>{let f=new Intl.DateTimeFormat(e,{timeZone:r,month:"short",day:"numeric"}).formatToParts(new Date(p)),m=(f.find(g=>g.type==="month")?.value??"").toLowerCase(),h=f.find(g=>g.type==="day")?.value??"";return`${m} ${h}`},l=[];l.push(` ${d(s.ms)} ${u.join("")} ${d(o.ms)}`),l.push("");for(let p of n){let f=d(p.ms).padEnd(7),m=`${p.count} captures`,h=p===a?" \u2190 peak":"",g=(p.rescueBytes??0)>0?` \u25C6 /compact rescued ${Math.round((p.rescueBytes??0)/1024)} KB`:"";l.push(` ${f} ${m}${h}${g}`)}return l.push(""),l.push(" \u25CF active day \u2588 peak day \u25C6 /compact rescue"),l}function b$(t,e,r){if(!Number.isFinite(t)||t<=0)return"";let n=new Date(t);if(Number.isNaN(n.getTime()))return"";let s=new Intl.DateTimeFormat(e,{timeZone:r,year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit",hour12:!1}).formatToParts(n),o=l=>s.find(p=>p.type===l)?.value??"",i=o("day"),a=o("month"),c=o("year"),u=o("hour"),d=o("minute");return u==="24"&&(u="00"),`${i} ${a} ${c} at ${u}:${d} (${r})`}function hr(t){return t>=1e6?`${(t/1e6).toFixed(1)}M`:t>=1e3?`${(t/1e3).toFixed(1)}K`:String(t)}function Qu(t){return`$${((Number.isFinite(t)&&t>0?t:0)*rl).toFixed(2)}`}function kn(t,e,r=40){if(e<=0)return"\u2591".repeat(r);let n=Math.max(1,Math.round(t/e*r));return"\u2588".repeat(Math.min(n,r))+"\u2591".repeat(Math.max(0,r-n))}function S$(t,e){let r=e?.sessionTokensSaved??0;if(t.total_events===0&&(e?.lifetime?.totalEvents??0)===0&&r===0&&(e?.multiAdapter?.totalEvents??0)===0)return[];let n=e?.topN??Number.POSITIVE_INFINITY,s=[];s.push("");let o=e?.multiAdapter,i=o?.perAdapter.filter(h=>h.isReal).length??0,a=o?.totalEvents??e?.lifetime?.totalEvents??t.total_events,c=o?.totalSessions??e?.lifetime?.totalSessions??t.session_count,u=e?.lifetime?.distinctProjects;if(a>0&&u&&u>0){let h=i>=2?" everywhere":"";s.push(` All your work${h} \xB7 ${hr(a)} events captured across ${u} project${u===1?"":"s"} \xB7 ${hr(c)} conversations`)}else{s.push("Persistent memory \u2713 preserved across compact, restart & upgrade");let h=c===0&&r>0?1:c,g=h===1?"1 session":`${hr(h)} sessions`,_=a*256+r;s.push(` ${hr(a)} events \xB7 ${g} \xB7 ~${Qu(_)} saved lifetime`)}s.push("");let d=e?.lifetime?.categoryCounts,l;d&&Object.keys(d).length>0?l=Object.entries(d).filter(([,h])=>h>0).map(([h,g])=>({category:h,count:g,label:Yu[h]||h})).sort((h,g)=>g.count-h.count):l=(t.by_category??[]).filter(h=>h&&h.count>0);let p=l.slice(0,n),f=p.length>0?p[0].count:1;for(let h of p)s.push(` ${h.label.padEnd(26)} ${String(h.count).padStart(5)} ${kn(h.count,f,30)}`);let m=Math.max(0,l.length-n);return m>0&&s.push(` ... ${m} more categor${m===1?"y":"ies"}`),s}function k$(t){if(!t||t.autoMemoryCount===0)return[];let e=[];e.push(""),e.push(` Preferences learned \xB7 ${t.autoMemoryCount} across ${t.autoMemoryProjects} project${t.autoMemoryProjects===1?"":"s"}`);let r=Object.entries(t.autoMemoryByPrefix).sort((s,o)=>o[1]-s[1]).slice(0,6),n=r.length>0?r[0][1]:1;for(let[s,o]of r){let i=R$[s]??s;e.push(` ${i.padEnd(26)} ${String(o).padStart(2)} ${kn(o,n,20)}`)}return e}function w$(t,e){let r=[],n=Qu(t),s=(e?.totalEvents??0)*256+t,o=Qu(s);return r.push(""),r.push("\u2500".repeat(65)),r.push("Your AI talks less, remembers more, costs less."),r.push(`${n} this session \xB7 ${o} lifetime`),r.push("\u2500".repeat(65)),r}function $$(t){if(!t)return[];let e=t.perAdapter.filter(s=>s.isReal),r=t.perAdapter.filter(s=>!s.isReal);if(e.length===0&&r.length===0)return[];let n=[];if(e.length>0){n.push(""),n.push("Where it came from (tools you actually used \u2014 fixtures + probes filtered):"),n.push("");let s=16,o=10,i=10,a=16;n.push(` ${"Tool".padEnd(s)}${"Captures".padStart(o)}${"Indexed".padStart(i)}${"Total kept out".padStart(a)}`);let c=[...e].sort((u,d)=>d.dataBytes+d.rescueBytes-(u.dataBytes+u.rescueBytes));for(let u of c){let d=u.dataBytes+u.rescueBytes,l=u.eventCount>0?hr(u.eventCount):"\u2014",p=nt(u.dataBytes),f=nt(d);n.push(` ${Xu(u.name).padEnd(s)}${l.padStart(o)}${p.padStart(i)}${f.padStart(a)}`)}}if(r.length>0){e.length>0&&n.push("");let s=r.map(o=>Xu(o.name)).join(", ");n.push(` Skipped (${r.length}): ${s}`),n.push(" These adapters have DBs on disk but only test fixtures, dev skeletons,"),n.push(" or detection probes \u2014 no real chat activity.")}return n}function nl(t,e,r,n){let s=[],o=t2(t.session.uptime_min),i=n?.lifetime,a=n?.mcpUsage,c=n?.conversation,u=n?.realBytes,d=n?.multiAdapter,l=d?.perAdapter.filter(T=>T.isReal).length??0;if(d&&l>0){let T=d.totalSessions||i?.totalSessions||0,$=i?.firstEventMs??0,R=$>0?Math.max(1,Math.round((Date.now()-$)/864e5)):0,j=R>0?`Across ${R} day${R===1?"":"s"} `:"",P=T>0?`you ran ${hr(T)} conversation${T===1?"":"s"} `:"you ran ",C;if(l>=2)C=`across ${l} AI tools`;else{let L=d.perAdapter.find(X=>X.isReal);C=`in ${L?Xu(L.name):"Claude Code"}`}s.push(`${j}${P}${C}.`),s.push("")}if(c&&c.events>0){s.length>0&&(s.length=0);let T=r2(),$=n?.cwd??process.cwd(),R=n?.now??Date.now(),j=n?.locale??T.locale,P=n?.tz??T.tz;return s.push(...s2({conversation:c,lifetime:i,multiAdapter:d,realBytes:u,cwd:$,locale:j,tz:P,now:R,version:e,latestVersion:r})),s.join(`
|
|
537
|
-
`)}let p=t.savings.kept_out+(t.cache?t.cache.bytes_saved:0),f=t.savings.total_bytes_returned,m=t.savings.total_calls,h=p+f,g=h>0?p/h*100:0,_=Math.round(p/4),
|
|
538
|
-
`)}s.push(`${
|
|
539
|
-
`)}var
|
|
536
|
+
FROM session_events`).get();f&&(o+=Number(f.data_bytes??0),i+=Number(f.bytes_avoided??0),a+=Number(f.bytes_returned??0));try{let m=p.prepare("SELECT COALESCE(SUM(LENGTH(snapshot)), 0) AS bytes FROM session_resume").get();m?.bytes&&(c+=Number(m.bytes))}catch{}}}finally{p.close()}}catch{}}let u=Math.floor((o+i+c)/4);return{eventDataBytes:o,bytesAvoided:i,bytesReturned:a,snapshotBytes:c,totalSavedTokens:u}}function n2(t,e,r){let n={name:t.name,eventCount:0,sessionCount:0,dataBytes:0,rescueBytes:0,contentBytes:0,uuidConvs:0,projectDirs:[],firstMs:Number.POSITIVE_INFINITY,lastMs:0,isReal:!1};if(!bs(t.sessionsDir))return n;let s=[];try{s=To(t.sessionsDir).filter(d=>d.endsWith(".db"))}catch{return n}if(s.length===0)return n;let o=null;try{o=e()}catch{return n}if(!o)return n;let i=new Set,a=new Set;for(let d of s){let l=Dt(t.sessionsDir,d);try{let p=new o(l,{readonly:!0});try{let f=p.prepare("SELECT COUNT(*) AS cnt, COALESCE(SUM(LENGTH(data)), 0) AS bytes FROM session_events").get();f&&(n.eventCount+=Number(f.cnt??0),n.dataBytes+=Number(f.bytes??0));try{let m=p.prepare("SELECT COUNT(*) AS cnt FROM session_meta").get();n.sessionCount+=Number(m?.cnt??0)}catch{}try{let m=p.prepare("SELECT COALESCE(SUM(length(snapshot)), 0) AS bytes FROM session_resume WHERE consumed = 1").get();m?.bytes&&(n.rescueBytes+=Number(m.bytes))}catch{}try{let m=p.prepare("SELECT MIN(created_at) AS mn, MAX(created_at) AS mx FROM session_events").get();if(m?.mn){let h=Date.parse(m.mn+(m.mn.endsWith("Z")?"":"Z"));Number.isFinite(h)&&h<n.firstMs&&(n.firstMs=h)}if(m?.mx){let h=Date.parse(m.mx+(m.mx.endsWith("Z")?"":"Z"));Number.isFinite(h)&&h>n.lastMs&&(n.lastMs=h)}}catch{}try{let m=p.prepare("SELECT DISTINCT project_dir AS p FROM session_events WHERE project_dir != ''").all();for(let h of m)h.p&&i.add(h.p)}catch{}try{let m=p.prepare("SELECT DISTINCT session_id AS s FROM session_events").all();for(let h of m)h.s&&a.add(h.s)}catch{}}finally{p.close()}}catch{}}n.projectDirs=Array.from(i),n.uuidConvs=a.size;let c=n.eventCount>0?n.dataBytes/n.eventCount:0,u=n.lastMs>0&&r.nowMs-n.lastMs<=r.recencyMs;return n.isReal=n.eventCount>=r.minEvents&&i.size>=r.minProjects&&u&&c>=r.minAvgBytes,n}function nl(t){let e=e2({home:t?.home}),r=t?.loadDatabase??Pt,n={...r2,...t?.filter??{},nowMs:t?.filter?.nowMs??Date.now()},s=[],o=0,i=0,a=0;for(let c of e){if(!bs(c.sessionsDir))continue;let u=n2(c,r,n);s.push(u),o+=u.eventCount,i+=u.sessionCount,a+=u.dataBytes+u.rescueBytes}return{totalEvents:o,totalSessions:i,totalBytes:a,perAdapter:s}}function el(t){return s2[t]??t}function nt(t){if(!Number.isFinite(t)||t<=0)return"0 B";if(t<1024)return`${Math.round(t)} B`;let e=t/1024;if(e<1024)return e<100?`${e.toFixed(1)} KB`:`${Math.round(e)} KB`;let r=e/1024;if(r<1024)return r<100?`${r.toFixed(1)} MB`:`${Math.round(r)} MB`;let n=r/1024;return n<100?`${n.toFixed(2)} GB`:`${n.toFixed(1)} GB`}function o2(t){let e=parseFloat(t);if(isNaN(e)||e<1)return"< 1 min";if(e<60)return`${Math.round(e)} min`;let r=Math.floor(e/60),n=Math.round(e%60);return n>0?`${r}h ${n}m`:`${r}h`}function i2(){let t=process.env??{},e=t.CONTEXT_MODE_LOCALE??"";if(!e){if(process.platform==="darwin")try{let n=JF("defaults",["read","-g","AppleLocale"],{encoding:"utf8",timeout:500}).trim();n&&(e=n.replace(/_/g,"-"))}catch{}if(!e&&(t.LC_TIME||t.LANG)){let n=(t.LC_TIME||t.LANG||"").split(".")[0];n&&(e=n.replace(/_/g,"-"))}if(!e)try{e=new Intl.DateTimeFormat().resolvedOptions().locale}catch{e="en-US"}}let r=t.CONTEXT_MODE_TZ??"";if(!r)try{r=new Intl.DateTimeFormat().resolvedOptions().timeZone}catch{r="UTC"}return{locale:e||"en-US",tz:r||"UTC"}}function S$(t){let e=rl();return e?t===e?"~":t.startsWith(e+XF)?"~"+t.slice(e.length):t:t}function a2(t,e,r){if(!Number.isFinite(e)||e<=0)return[];let n=e*15/1e6,s=(h,g=2)=>h.toFixed(g),o=Math.round(n/20),i=(n/200).toFixed(1),a=Math.round(n/73.67),c=Math.round(n*10),u=r>0?Math.round(n*10/r*365):0,d=(e*3/1e6).toFixed(2),l=(e*2.5/1e6).toFixed(2),p=(e*1.25/1e6).toFixed(2),f=(e*.8/1e6).toFixed(2),m=[];return m.push(` $${s(n)} of Opus 4 tokens your team didn't burn.`),m.push(` context-mode kept ${nt(t)} out of context \u2014 that's ${o} months of Cursor Pro paid for itself.`),c>0&&u>0&&(m.push(""),m.push(` Scale across a 10-dev team and that's ~$${u.toLocaleString("en-US")}/year saved.`)),m.push(""),m.push(" (Opus rates shown for context. On cheaper models the dollar number drops; the savings ratio holds.)"),m}function c2(t){let{conversation:e,lifetime:r,multiAdapter:n,realBytes:s,cwd:o,locale:i,tz:a,now:c,version:u,latestVersion:d}=t,l=[],p=e.events*T$,f=Math.round((e.snapshotBytes??0)/4),m=p+f,h=s?.conversation?.totalSavedTokens??0,g=Math.max(m,h),_=(r?.totalEvents??0)*T$,b=Math.round((r?.rescueBytes??0)/4),y=_+b,v=s?.lifetime?.totalSavedTokens??0,S=Math.max(y,v),$=s?.lifetime?.bytesReturned??0,T=s?.lifetime?.bytesAvoided??0,R=$+T>0?Math.max(1,Math.floor($/4)):Math.max(1,Math.round(S*.02)),M=n?.totalBytes&&n.totalBytes>0?n.totalBytes:S*4,P=s?.conversation?s.conversation.eventDataBytes+s.conversation.bytesAvoided+s.conversation.snapshotBytes:g*4,O=e.daysAlive>=1?`${e.daysAlive.toFixed(1)} days alive \xB7 still going`:`${Math.max(1,Math.round(e.daysAlive*24))} hr alive \xB7 still going`,L=r?.firstEventMs??n?.perAdapter?.[0]?.firstMs??0,X=L>0?Math.max(1,Math.round((c-L)/864e5)):0,fe=n?.totalSessions??r?.totalSessions??1,st=n?.perAdapter.filter(Fe=>Fe.isReal).length??0,dt;if(n&&st>=2)dt=`across ${st} AI tools`;else if(n&&st===1){let Fe=n.perAdapter.find(nr=>nr.isReal);dt=`in ${Fe?el(Fe.name):"Claude Code"}`}else dt="in Claude Code";X>0?l.push(` Across ${X} days you ran ${yr(fe)} conversations ${dt}.`):l.push(` You ran ${yr(fe)} conversations ${dt}.`);let rr=X>0?M/X:0;l.push(` context-mode kept ${nt(M)} out of your context window \u2014 about ${nt(rr)} every single day.`),l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 1. Where you are now \u2500\u2500\u2500"),l.push("");let Tn=e.firstEventMs&&e.firstEventMs>0?k$(e.firstEventMs,i,a):"";if(Tn?l.push(` This conversation started ${Tn} in ${S$(o)}.`):l.push(` This conversation lives in ${S$(o)}.`),l.push(` ${O}.`),e.snapshotsConsumed>0&&e.snapshotBytes>0){let Fe=e.lastRescueMs&&e.lastRescueMs>0?k$(e.lastRescueMs,i,a):"",nr=Math.round(e.snapshotBytes/1024);Fe?l.push(` On ${Fe}, /compact fired \u2014 ${nr} KB rescued from snapshot.`):l.push(` /compact fired \u2014 ${nr} KB rescued from snapshot.`),l.push(" Without that, you'd be re-explaining everything to a blank model right now.")}l.push("");let fa=s?.conversation,ha=fa?.bytesAvoided??0,vl=fa?.bytesReturned??0;if(ha+vl>0){let Fe=vl+ha,nr=Math.max(1,vl),sr=Math.max(1,Math.floor(Fe/4)),Nr=Math.max(1,Math.floor(nr/4)),bl=En(sr,sr,32),bT=En(Nr,sr,32),xT=(1-Nr/sr)*100,ST=Math.max(1,Math.round(sr/Nr));l.push(` Without context-mode ${nt(Fe).padStart(8)} ${bl} ${yr(sr).padStart(7)} tokens`),l.push(` With context-mode ${nt(nr).padStart(8)} ${bT} ${yr(Nr).padStart(7)} tokens`),l.push(` ${xT.toFixed(0)}% kept out of context \xB7 your AI ran ${ST}\xD7 longer before /compact fired`),l.push("")}if(e.byDay&&e.byDay.length>0){let Fe=e.lastEventMs&&e.firstEventMs?Math.max(1,Math.round((e.lastEventMs-e.firstEventMs)/864e5)+1):e.byDay.length;l.push(` How that ${nt(P)} built up \u2014 ${Fe} days, ${e.byDay.length} active:`),l.push(""),l.push(...l2(e.byDay,i,a))}l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 2. What this chat captured (used when you --continue or /resume here) \u2500\u2500\u2500"),l.push("");let gT=e.byCategory.reduce((Fe,nr)=>Fe+nr.count,0).toLocaleString(i);l.push(` ${gT} things \u2014 files, errors, decisions, agent runs:`),l.push("");let yT=e.byCategory[0]?.count??1;for(let Fe of e.byCategory)l.push(` ${Fe.label.padEnd(26)} ${String(Fe.count).padStart(5)} ${En(Fe.count,yT,28)}`);l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 3. The scope, getting wider \u2500\u2500\u2500"),l.push("");let Vy=e.firstEventMs&&e.firstEventMs>0?new Intl.DateTimeFormat(i,{timeZone:a,year:"numeric",month:"short",day:"numeric"}).format(new Date(e.firstEventMs)):"",Wy=L>0?new Intl.DateTimeFormat(i,{timeZone:a,year:"numeric",month:"short",day:"numeric"}).format(new Date(L)):"",Gy=r?.distinctProjects??0,_T=r?.totalEvents??n?.totalEvents??0;if(l.push(` This chat: ${nt(P)} kept out \xB7 ${e.events.toLocaleString(i)} captures${Vy?` \xB7 started ${Vy}`:""}.`),l.push(` All your work: ${nt(M)} kept out \xB7 ${_T.toLocaleString(i)} captures across ${Gy} project${Gy===1?"":"s"}${Wy?` \xB7 since ${Wy}`:""}.`),l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 4. The bottom line \u2500\u2500\u2500"),l.push(""),l.push(...a2(M,S,X)),l.push(""),l.push(""),l.push(" \u2500\u2500\u2500 5. What context-mode learned about how you work \u2500\u2500\u2500"),l.push(""),r&&r.autoMemoryCount>0){l.push(` ${r.autoMemoryCount} preferences picked up across ${r.autoMemoryProjects} project${r.autoMemoryProjects===1?"":"s"}:`);let Fe=Object.entries(r.autoMemoryByPrefix).sort((sr,Nr)=>Nr[1]-sr[1]),nr=Fe.length>0?Fe[0][1]:1;for(let[sr,Nr]of Fe){let bl=O$[sr]??sr;l.push(` ${bl.padEnd(26)} ${String(Nr).padStart(2)} ${En(Nr,nr,20)}`)}}else l.push(" No preferences learned yet \u2014 context-mode picks them up automatically.");l.push(""),l.push(""),l.push(" Your AI talks less, remembers more, costs less."),l.push(` Locale ${i} \xB7 timezone ${a} \xB7 pricing examples for illustration only.`),l.push("");let vT=u?`v${u}`:"context-mode";return l.push(` ${vT}`),u&&d&&d!=="unknown"&&R$(d,u)&&l.push(` Update available: v${u} -> v${d} | ctx_upgrade`),u2(l)}function u2(t){let e=[],r=0;for(let n of t)n===""?(r++,r<=2&&e.push(n)):(r=0,e.push(n));for(;e.length>0&&e[e.length-1]==="";)e.pop();return e}function l2(t,e,r){if(t.length===0)return[];let n=[...t].sort((p,f)=>p.ms-f.ms),s=n[0],o=n[n.length-1],i=Math.max(1,o.ms-s.ms),a=n[0];for(let p of n)p.count>a.count&&(a=p);let c=56,u=Array.from({length:c},()=>"\u2500");for(let p of n){let f=Math.round((p.ms-s.ms)/i*(c-1)),m="\u25CF";p===a&&(m="\u2588"),(p.rescueBytes??0)>0&&(m="\u25C6"),u[f]=m}let d=p=>{let f=new Intl.DateTimeFormat(e,{timeZone:r,month:"short",day:"numeric"}).formatToParts(new Date(p)),m=(f.find(g=>g.type==="month")?.value??"").toLowerCase(),h=f.find(g=>g.type==="day")?.value??"";return`${m} ${h}`},l=[];l.push(` ${d(s.ms)} ${u.join("")} ${d(o.ms)}`),l.push("");for(let p of n){let f=d(p.ms).padEnd(7),m=`${p.count} captures`,h=p===a?" \u2190 peak":"",g=(p.rescueBytes??0)>0?` \u25C6 /compact rescued ${Math.round((p.rescueBytes??0)/1024)} KB`:"";l.push(` ${f} ${m}${h}${g}`)}return l.push(""),l.push(" \u25CF active day \u2588 peak day \u25C6 /compact rescue"),l}function k$(t,e,r){if(!Number.isFinite(t)||t<=0)return"";let n=new Date(t);if(Number.isNaN(n.getTime()))return"";let s=new Intl.DateTimeFormat(e,{timeZone:r,year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit",hour12:!1}).formatToParts(n),o=l=>s.find(p=>p.type===l)?.value??"",i=o("day"),a=o("month"),c=o("year"),u=o("hour"),d=o("minute");return u==="24"&&(u="00"),`${i} ${a} ${c} at ${u}:${d} (${r})`}function yr(t){return t>=1e6?`${(t/1e6).toFixed(1)}M`:t>=1e3?`${(t/1e3).toFixed(1)}K`:String(t)}function tl(t){return`$${((Number.isFinite(t)&&t>0?t:0)*sl).toFixed(2)}`}function En(t,e,r=40){if(e<=0)return"\u2591".repeat(r);let n=Math.max(1,Math.round(t/e*r));return"\u2588".repeat(Math.min(n,r))+"\u2591".repeat(Math.max(0,r-n))}function w$(t,e){let r=e?.sessionTokensSaved??0;if(t.total_events===0&&(e?.lifetime?.totalEvents??0)===0&&r===0&&(e?.multiAdapter?.totalEvents??0)===0)return[];let n=e?.topN??Number.POSITIVE_INFINITY,s=[];s.push("");let o=e?.multiAdapter,i=o?.perAdapter.filter(h=>h.isReal).length??0,a=o?.totalEvents??e?.lifetime?.totalEvents??t.total_events,c=o?.totalSessions??e?.lifetime?.totalSessions??t.session_count,u=e?.lifetime?.distinctProjects;if(a>0&&u&&u>0){let h=i>=2?" everywhere":"";s.push(` All your work${h} \xB7 ${yr(a)} events captured across ${u} project${u===1?"":"s"} \xB7 ${yr(c)} conversations`)}else{s.push("Persistent memory \u2713 preserved across compact, restart & upgrade");let h=c===0&&r>0?1:c,g=h===1?"1 session":`${yr(h)} sessions`,_=a*256+r;s.push(` ${yr(a)} events \xB7 ${g} \xB7 ~${tl(_)} saved lifetime`)}s.push("");let d=e?.lifetime?.categoryCounts,l;d&&Object.keys(d).length>0?l=Object.entries(d).filter(([,h])=>h>0).map(([h,g])=>({category:h,count:g,label:Qu[h]||h})).sort((h,g)=>g.count-h.count):l=(t.by_category??[]).filter(h=>h&&h.count>0);let p=l.slice(0,n),f=p.length>0?p[0].count:1;for(let h of p)s.push(` ${h.label.padEnd(26)} ${String(h.count).padStart(5)} ${En(h.count,f,30)}`);let m=Math.max(0,l.length-n);return m>0&&s.push(` ... ${m} more categor${m===1?"y":"ies"}`),s}function E$(t){if(!t||t.autoMemoryCount===0)return[];let e=[];e.push(""),e.push(` Preferences learned \xB7 ${t.autoMemoryCount} across ${t.autoMemoryProjects} project${t.autoMemoryProjects===1?"":"s"}`);let r=Object.entries(t.autoMemoryByPrefix).sort((s,o)=>o[1]-s[1]).slice(0,6),n=r.length>0?r[0][1]:1;for(let[s,o]of r){let i=O$[s]??s;e.push(` ${i.padEnd(26)} ${String(o).padStart(2)} ${En(o,n,20)}`)}return e}function $$(t,e){let r=[],n=tl(t),s=(e?.totalEvents??0)*256+t,o=tl(s);return r.push(""),r.push("\u2500".repeat(65)),r.push("Your AI talks less, remembers more, costs less."),r.push(`${n} this session \xB7 ${o} lifetime`),r.push("\u2500".repeat(65)),r}function P$(t){if(!t)return[];let e=t.perAdapter.filter(s=>s.isReal),r=t.perAdapter.filter(s=>!s.isReal);if(e.length===0&&r.length===0)return[];let n=[];if(e.length>0){n.push(""),n.push("Where it came from (tools you actually used \u2014 fixtures + probes filtered):"),n.push("");let s=16,o=10,i=10,a=16;n.push(` ${"Tool".padEnd(s)}${"Captures".padStart(o)}${"Indexed".padStart(i)}${"Total kept out".padStart(a)}`);let c=[...e].sort((u,d)=>d.dataBytes+d.rescueBytes-(u.dataBytes+u.rescueBytes));for(let u of c){let d=u.dataBytes+u.rescueBytes,l=u.eventCount>0?yr(u.eventCount):"\u2014",p=nt(u.dataBytes),f=nt(d);n.push(` ${el(u.name).padEnd(s)}${l.padStart(o)}${p.padStart(i)}${f.padStart(a)}`)}}if(r.length>0){e.length>0&&n.push("");let s=r.map(o=>el(o.name)).join(", ");n.push(` Skipped (${r.length}): ${s}`),n.push(" These adapters have DBs on disk but only test fixtures, dev skeletons,"),n.push(" or detection probes \u2014 no real chat activity.")}return n}function ol(t,e,r,n){let s=[],o=o2(t.session.uptime_min),i=n?.lifetime,a=n?.mcpUsage,c=n?.conversation,u=n?.realBytes,d=n?.multiAdapter,l=d?.perAdapter.filter($=>$.isReal).length??0;if(d&&l>0){let $=d.totalSessions||i?.totalSessions||0,T=i?.firstEventMs??0,R=T>0?Math.max(1,Math.round((Date.now()-T)/864e5)):0,M=R>0?`Across ${R} day${R===1?"":"s"} `:"",P=$>0?`you ran ${yr($)} conversation${$===1?"":"s"} `:"you ran ",O;if(l>=2)O=`across ${l} AI tools`;else{let L=d.perAdapter.find(X=>X.isReal);O=`in ${L?el(L.name):"Claude Code"}`}s.push(`${M}${P}${O}.`),s.push("")}if(c&&c.events>0){s.length>0&&(s.length=0);let $=i2(),T=n?.cwd??process.cwd(),R=n?.now??Date.now(),M=n?.locale??$.locale,P=n?.tz??$.tz;return s.push(...c2({conversation:c,lifetime:i,multiAdapter:d,realBytes:u,cwd:T,locale:M,tz:P,now:R,version:e,latestVersion:r})),s.join(`
|
|
537
|
+
`)}let p=t.savings.kept_out+(t.cache?t.cache.bytes_saved:0),f=t.savings.total_bytes_returned,m=t.savings.total_calls,h=p+f,g=h>0?p/h*100:0,_=Math.round(p/4),b=f>0?Math.max(1,Math.round(h/Math.max(f,1))):0;if(p===0){s.push(`context-mode ${o} ${m} calls`),s.push(""),m===0?s.push("No tool calls yet. Use batch_execute or execute to start saving tokens."):s.push(`${nt(f)} entered context | 0 tokens saved`),s.push(...w$(t.projectMemory,{lifetime:i,multiAdapter:d,sessionTokensSaved:0})),s.push(...P$(d)),s.push(...E$(i)),s.push(...$$(0,i)),s.push("");let $=e?`v${e}`:"context-mode";return s.push($),e&&r&&r!=="unknown"&&R$(r,e)&&s.push(`Update available: v${e} -> v${r} | ctx_upgrade`),s.join(`
|
|
538
|
+
`)}s.push(`${yr(_)} tokens saved \xB7 ${g.toFixed(1)}% reduction \xB7 ${o} \xB7 ~${tl(_)} saved (Opus)`),s.push(""),s.push(`Without context-mode |${En(h,h)}| ${nt(h)}`),s.push(`With context-mode |${En(f,h)}| ${nt(f)}`),s.push(""),b>=2?s.push(`${nt(p)} kept out of your conversation \u2014 ${b}\xD7 longer sessions before compact.`):s.push(`${nt(p)} kept out of your conversation. Never entered context.`),s.push("");let y=[`${m} calls`];t.cache&&t.cache.hits>0&&y.push(`${t.cache.hits} cache hits (+${nt(t.cache.bytes_saved)})`),s.push(y.join(" \xB7 "));let v=t.savings.by_tool.filter($=>$.calls>0);if(v.length>=2){s.push("");let $=v.map(T=>{let R=T.context_kb*1024,M=g<100?R/(1-g/100):R,P=Math.max(0,M-R);return{...T,returnedBytes:R,estimatedSaved:P}}).sort((T,R)=>R.estimatedSaved-T.estimatedSaved);for(let T of $){let R=T.tool.length>22?T.tool.slice(0,19)+"...":T.tool;s.push(` ${R.padEnd(22)} ${String(T.calls).padStart(4)} calls ${nt(T.estimatedSaved).padStart(8)} saved`)}}if(a&&a.length>0){let $=a.filter(T=>T.median_concurrency!=null&&(T.max_concurrency??1)>1);if($.length>0){s.push(""),s.push("Parallel I/O \u2713 one call did the work of many \u2014 faster runs, lower bill, same answer.");for(let T of $){let R=T.tool_name.replace(/^mcp__.*?__/,"");s.push(` ${R.padEnd(22)} ${T.calls} batches \xB7 ${T.median_concurrency} typical, ${T.max_concurrency} peak`)}}}s.push(...w$(t.projectMemory,{lifetime:i,multiAdapter:d,sessionTokensSaved:_})),s.push(...P$(d)),s.push(...E$(i)),s.push(...$$(_,i)),s.push("");let S=e?`v${e}`:"context-mode";return s.push(S),e&&r&&r!=="unknown"&&r!==e&&s.push(`Update available: v${e} -> v${r} | ctx_upgrade`),s.join(`
|
|
539
|
+
`)}var Qu,QF,Po,r2,O$,s2,sl,T$,I$=x(()=>{"use strict";vs();en();Qu={file:"Files tracked",cwd:"Working directory",rule:"Project rules (CLAUDE.md)",prompt:"Your requests saved",intent:"Session goal",role:"Behavior rules",constraint:"Constraints you set",mcp:"MCP tools called",skill:"Skills used",subagent:"Delegated work",decision:"Your decisions","agent-finding":"Agent insights kept","rejected-approach":"Approaches you rejected","external-ref":"External docs indexed",data:"Data references",git:"Git operations",env:"Environment setup",task:"Tasks in progress",error:"Errors caught",compact:"Compactions weathered",resume:"Sessions resumed cleanly",snapshot:"Snapshots restored",cache:"Cache hits saved",latency:"Slow tools recorded","user-prompt":"Your messages remembered",plan:"Plans drafted","blocked-on":"Blockers logged"},QF={file:"Restored after compact \u2014 no need to re-read",rule:"Your project instructions survive context resets",prompt:"Continues exactly where you left off",decision:"Applied automatically \u2014 won\u2019t ask again",task:"Picks up from where it stopped",error:"Tracked and monitored across compacts",git:"Branch, commit, and repo state preserved",env:"Runtime config carried forward",mcp:"Tool usage patterns remembered",subagent:"Delegation history preserved",skill:"Skill invocations tracked"},Po=class{db;constructor(e){this.db=e}static contextSavingsTotal(e,r){let n=e-r,s=e>0?Math.round(n/e*1e3)/10:0;return{rawBytes:e,contextBytes:r,savedBytes:n,savedPercent:s}}static thinkInCodeComparison(e,r){let n=r>0?Math.round(e/r*10)/10:0;return{fileBytes:e,outputBytes:r,ratio:n}}static toolSavings(e){return e.map(r=>({...r,savedBytes:r.rawBytes-r.contextBytes}))}static sandboxIO(e,r){return{inputBytes:e,outputBytes:r}}getMcpToolUsage(){let e;try{e=this.db.prepare("SELECT data FROM session_events WHERE category = 'mcp_tool_call'").all()}catch{return[]}let r=new Map;for(let s of e){let o;try{o=JSON.parse(s.data)}catch{continue}let i=typeof o.tool_name=="string"?o.tool_name:null;if(!i)continue;let a=r.get(i)??{calls:0,concurrencies:[]};if(a.calls+=1,o.truncated!==!0&&o.params&&typeof o.params=="object"){let c=o.params.concurrency;typeof c=="number"&&Number.isFinite(c)&&c>0&&a.concurrencies.push(c)}r.set(i,a)}let n=[];for(let[s,o]of r){let i=null,a=null;if(o.concurrencies.length>0){let c=[...o.concurrencies].sort((d,l)=>d-l),u=Math.floor(c.length/2);i=c.length%2===0?(c[u-1]+c[u])/2:c[u],a=c[c.length-1]}n.push({tool_name:s,calls:o.calls,median_concurrency:i,max_concurrency:a})}return n.sort((s,o)=>o.calls-s.calls||s.tool_name.localeCompare(o.tool_name)),n}queryAll(e){let n=this.db.prepare("SELECT session_id FROM session_meta ORDER BY started_at DESC LIMIT 1").get()?.session_id??"",s=Object.values(e.bytesReturned).reduce((O,L)=>O+L,0),o=Object.values(e.calls).reduce((O,L)=>O+L,0),i=e.bytesIndexed+e.bytesSandboxed,a=i+s,c=a/Math.max(s,1),u=a>0?Math.round((1-s/a)*100):0,d=new Set([...Object.keys(e.calls),...Object.keys(e.bytesReturned)]),l=Array.from(d).sort().map(O=>({tool:O,calls:e.calls[O]||0,context_kb:Math.round((e.bytesReturned[O]||0)/1024*10)/10,tokens:Math.round((e.bytesReturned[O]||0)/4)})),f=((Date.now()-e.sessionStart)/6e4).toFixed(1),m;if(e.cacheHits>0||e.cacheBytesSaved>0){let O=a+e.cacheBytesSaved,L=O/Math.max(s,1),X=Math.max(0,24-Math.floor((Date.now()-e.sessionStart)/(3600*1e3)));m={hits:e.cacheHits,bytes_saved:e.cacheBytesSaved,ttl_hours_left:X,total_with_cache:O,total_savings_ratio:L}}let h=this.db.prepare("SELECT COUNT(*) as cnt FROM session_events WHERE session_id = ?").get(n).cnt,g=this.db.prepare("SELECT category, COUNT(*) as cnt FROM session_events WHERE session_id = ? GROUP BY category ORDER BY cnt DESC").all(n),b=this.db.prepare("SELECT compact_count FROM session_meta WHERE session_id = ?").get(n)?.compact_count??0,y=this.db.prepare("SELECT event_count, consumed FROM session_resume WHERE session_id = ? ORDER BY created_at DESC LIMIT 1").get(n),v=y?!y.consumed:!1,S=this.db.prepare("SELECT category, type, data FROM session_events WHERE session_id = ? ORDER BY id DESC").all(n),$=new Map;for(let O of S){$.has(O.category)||$.set(O.category,new Set);let L=$.get(O.category);if(L.size<5){let X=O.data;O.category==="file"?X=O.data.split("/").pop()||O.data:(O.category==="prompt"||O.category==="user-prompt")&&(X=X.length>50?X.slice(0,47)+"...":X),X.length>40&&(X=X.slice(0,37)+"..."),L.add(X)}}let T=g.map(O=>({category:O.category,count:O.cnt,label:Qu[O.category]||O.category,preview:$.get(O.category)?Array.from($.get(O.category)).join(", "):"",why:QF[O.category]||"Survives context resets"})),R=this.db.prepare("SELECT COUNT(*) as cnt, COUNT(DISTINCT session_id) as sessions FROM session_events").get(),P=this.db.prepare("SELECT category, COUNT(*) as cnt FROM session_events GROUP BY category ORDER BY cnt DESC").all().filter(O=>O.cnt>0).map(O=>({category:O.category,count:O.cnt,label:Qu[O.category]||O.category}));return{savings:{processed_kb:Math.round(a/1024*10)/10,entered_kb:Math.round(s/1024*10)/10,saved_kb:Math.round(i/1024*10)/10,pct:u,savings_ratio:Math.round(c*10)/10,by_tool:l,total_calls:o,total_bytes_returned:s,kept_out:i,total_processed:a},cache:m,session:{id:n,uptime_min:f},continuity:{total_events:h,by_category:T,compact_count:b,resume_ready:v},projectMemory:{total_events:R.cnt,session_count:R.sessions,by_category:P}}}};r2={minEvents:100,minProjects:5,recencyMs:30*864e5,minAvgBytes:50};O$={project:"What you're building",feedback:"How you work",user:"Who you are",reference:"Where to look",memory:"Long-term context",other:"Other notes"},s2={"claude-code":"Claude Code","gemini-cli":"Gemini CLI",antigravity:"Antigravity",openclaw:"Openclaw",codex:"Codex CLI",cursor:"Cursor","vscode-copilot":"VS Code Copilot",kiro:"Kiro",pi:"Pi",omp:"OMP","qwen-code":"Qwen Code",kilo:"Kilo",opencode:"OpenCode",zed:"Zed","jetbrains-copilot":"JetBrains"};sl=15/1e6;T$=256});var tT={};Ue(tT,{browserOpenArgv:()=>eT,buildBatchNodeOptionsPrefix:()=>J$,buildFetchCode:()=>Q$,classifyIp:()=>fl,extractSnippet:()=>Hy,formatBatchQueryResults:()=>K$,killProcessOnPort:()=>By,openBrowserSync:()=>My,positionsFromHighlight:()=>G$,runBatchCommands:()=>Y$});import{createRequire as Z$}from"node:module";import{existsSync as Le,unlinkSync as aa,readdirSync as d2,readFileSync as jy,writeFileSync as zy,renameSync as p2,rmSync as ul,mkdirSync as ca,cpSync as m2,statSync as A$,symlinkSync as f2,lstatSync as h2}from"node:fs";import{execSync as N$,spawnSync as B$}from"node:child_process";import{join as Oe,dirname as er,resolve as lt,sep as g2,isAbsolute as y2}from"node:path";import{fileURLToPath as _2}from"node:url";import{homedir as ml,tmpdir as Ly,cpus as v2}from"node:os";import{request as b2}from"node:https";function x2(t){try{let e=ut();if(!Le(e))return;let r=d2(e).filter(n=>n.endsWith("-events.md"));for(let n of r){let s=Oe(e,n);try{t.index({path:s,source:"session-events"}),aa(s)}catch{}}}catch{}}function Ay(){return Be()}async function S2(){if($n)return $n;try{let{getAdapter:t}=await Promise.resolve().then(()=>(zn(),Ha)),e=ir();return await t(e.platform)}catch{return null}}function ut(){if($n)return $n.getSessionDir();try{let e=ir(),r=Md(e.platform);if(r){let n=Oe(ml(),...r);r.length===1&&r[0]===".claude"?n=Ay():r.length===1&&r[0]===".codex"&&(n=Ia());let s=Oe(n,"context-mode","sessions");return ca(s,{recursive:!0}),s}}catch{}let t=Oe(Ay(),"context-mode","sessions");return ca(t,{recursive:!0}),t}function br(){let t,e;try{let r=ir().platform;e=r,r==="claude-code"&&(t=Oe(ml(),".claude","projects"))}catch{}return b$({env:process.env,cwd:process.cwd(),pwd:process.env.PWD,transcriptsRoot:t,transcriptMaxAgeMs:300*1e3,strictPlatform:e})}function k2(t){return y2(t)?t:lt(br(),t)}function ua(){return Yu({projectDir:br(),sessionsDir:ut()})}function Ny(){let t=Oe(er(ut()),"content");return ca(t,{recursive:!0}),n$({projectDir:br(),contentDir:t})}function Ss(){if(!_r){let t=Ny();_r=new Vu(t),_r.setDenyChecker(e=>{try{let r=br(),n=yy("Read",r);return vy(e,n,process.platform==="win32",r).denied}catch{return!0}});try{let e=er(Ny());my(e,14),_r.cleanupStaleSources(14);let r=Oe(ml(),".context-mode","content");Le(r)&&my(r,0)}catch{}py()}return x2(_r),_r}async function M$(){return new Promise(t=>{let e=b2("https://registry.npmjs.org/context-mode/latest",{headers:{Connection:"close"}},r=>{let n="";r.on("data",s=>{n+=s}),r.on("end",()=>{try{let s=JSON.parse(n);t(s.version??"unknown")}catch{t("unknown")}})});e.on("error",()=>t("unknown")),e.setTimeout(5e3,()=>{e.destroy(),t("unknown")}),e.end()})}function $2(){let t=$n?.name;return t==="Claude Code"?"/ctx-upgrade":t==="OpenClaw"?"npm run install:openclaw":t==="Pi"?"npm run build":"npm update -g context-mode"}function T2(t,e){let r=t.split(".").map(Number),n=e.split(".").map(Number);for(let s=0;s<3;s++){if((r[s]??0)>(n[s]??0))return!0;if((r[s]??0)<(n[s]??0))return!1}return!1}function P2(){return!Jr||Jr==="unknown"?!1:T2(Jr,Kr)}function R2(){if(!P2())return!1;let t=Date.now();if(il>=w2){if(t-D$<E2)return!1;il=0}return il===0&&(D$=t),il++,!0}function C2(){if(!j$){j$=!0;try{let t=Be(),e=lt(t,"plugins","installed_plugins.json");if(!Le(e))return;let r=JSON.parse(jy(e,"utf-8")),n=lt(t,"plugins","cache"),s=Le(lt(Mt,"package.json"))?Mt:er(Mt);for(let[o,i]of Object.entries(r.plugins??{}))if(o==="context-mode@context-mode")for(let a of i){let c=a.installPath;if(!c||Le(c)||!lt(c).startsWith(n+g2))continue;try{h2(c).isSymbolicLink()&&aa(c)}catch{}let u=er(c);Le(u)||ca(u,{recursive:!0}),Le(s)&&f2(s,c,process.platform==="win32"?"junction":void 0)}}catch{}}}function K(t,e){if(C2(),R2()&&e.content.length>0){let n=$2();e.content[0].text=`\u26A0\uFE0F context-mode v${Kr} outdated \u2192 v${Jr} available. Upgrade: ${n}
|
|
540
540
|
|
|
541
|
-
`+e.content[0].text}let r=e.content.reduce((n,s)=>n+Buffer.byteLength(s.text),0);return oe.calls[t]=(oe.calls[t]||0)+1,oe.bytesReturned[t]=(oe.bytesReturned[t]||0)+r,
|
|
541
|
+
`+e.content[0].text}let r=e.content.reduce((n,s)=>n+Buffer.byteLength(s.text),0);return oe.calls[t]=(oe.calls[t]||0)+1,oe.bytesReturned[t]=(oe.bytesReturned[t]||0)+r,ll(),setImmediate(()=>d$(ua(),t,r)),(t==="ctx_execute"||t==="ctx_execute_file"||t==="ctx_batch_execute")&&setImmediate(()=>i$({sessionDbPath:ua(),toolName:t,bytesReturned:r})),e}function vr(t,e="unknown"){oe.bytesIndexed+=t,ll(),t>0&&setImmediate(()=>a$({sessionDbPath:ua(),source:e,bytesAvoided:t}))}function q$(){let t=process.env.CLAUDE_SESSION_ID||`pid-${process.ppid}`;return Oe(ut(),`stats-${t}.json`)}function ll(){let t=Date.now();if(!(t-Dy<O2)){Dy=t;try{let e=Object.values(oe.bytesReturned).reduce((l,p)=>l+p,0),r=Object.values(oe.calls).reduce((l,p)=>l+p,0),n=oe.bytesIndexed+oe.bytesSandboxed+oe.cacheBytesSaved,s=n+e,o=s>0?Math.round((1-e/s)*100):0,i=Math.round(n/4),a=al?.tokens??0;if(!al||t-al.computedAt>A2)try{a=(oa({sessionsDir:ut()})?.totalEvents??0)*N2,al={tokens:a,computedAt:t}}catch{}let c={schemaVersion:I2,version:Kr,updated_at:t,session_start:oe.sessionStart,uptime_ms:t-oe.sessionStart,total_calls:r,bytes_returned:e,bytes_indexed:oe.bytesIndexed,bytes_sandboxed:oe.bytesSandboxed,cache_hits:oe.cacheHits,cache_bytes_saved:oe.cacheBytesSaved,kept_out:n,total_processed:s,reduction_pct:o,tokens_saved:i,dollars_saved_session:+(i*sl).toFixed(2),tokens_saved_lifetime:a,dollars_saved_lifetime:+(a*sl).toFixed(2),by_tool:Object.fromEntries(Object.keys({...oe.calls,...oe.bytesReturned}).map(l=>[l,{calls:oe.calls[l]||0,bytes:oe.bytesReturned[l]||0}]))},u=q$(),d=`${u}.tmp`;zy(d,JSON.stringify(c)),p2(d,u)}catch{}}}function Uy(t,e){try{let r=gy(process.env.CLAUDE_PROJECT_DIR),n=_y(t,r);if(n.decision==="deny")return K(e,{content:[{type:"text",text:`Command blocked by security policy: matches deny pattern ${n.matchedPattern}`}],isError:!0})}catch{}return null}function V$(t,e,r){try{let n=GE(t,e);if(n.length===0)return null;let s=gy(process.env.CLAUDE_PROJECT_DIR);for(let o of n){let i=_y(o,s);if(i.decision==="deny")return K(r,{content:[{type:"text",text:`Command blocked by security policy: embedded shell command "${o}" matches deny pattern ${i.matchedPattern}`}],isError:!0})}}catch{}return null}function W$(t,e){try{let r=br(),n=yy("Read",r),s=vy(t,n,process.platform==="win32",r);if(s.denied)return K(e,{content:[{type:"text",text:`File access blocked by security policy: path matches Read deny pattern ${s.matchedPattern}`}],isError:!0})}catch{}return null}function G$(t){let e=[],r=0,n=0;for(;n<t.length;)if(t[n]===j2){for(e.push(r),n++;n<t.length&&t[n]!==z2;)r++,n++;n<t.length&&n++}else r++,n++;return e}function Hy(t,e,r=1500,n){if(t.length<=r)return t;let s=[];if(n)for(let u of G$(n))s.push(u);if(s.length===0){let u=e.toLowerCase().split(/\s+/).filter(l=>l.length>2),d=t.toLowerCase();for(let l of u){let p=d.indexOf(l);for(;p!==-1;)s.push(p),p=d.indexOf(l,p+1)}}if(s.length===0)return t.slice(0,r)+`
|
|
542
542
|
\u2026`;s.sort((u,d)=>u-d);let o=300,i=[];for(let u of s){let d=Math.max(0,u-o),l=Math.min(t.length,u+o);i.length>0&&d<=i[i.length-1][1]?i[i.length-1][1]=l:i.push([d,l])}let a=[],c=0;for(let[u,d]of i){if(c>=r)break;let l=t.slice(u,Math.min(d,u+(r-c)));a.push((u>0?"\u2026":"")+l+(d<t.length?"\u2026":"")),c+=l.length}return a.join(`
|
|
543
543
|
|
|
544
|
-
`)}function
|
|
544
|
+
`)}function K$(t,e,r,n=80*1024){let s=[],o=0;for(let i of e){if(o>n){s.push(`## ${i}
|
|
545
545
|
(output cap reached \u2014 use ctx_search(queries: ["${i}"]) for details)
|
|
546
|
-
`);continue}let a=t.searchWithFallback(i,3,r,void 0,"exact");if(s.push(`## ${i}`),s.push(""),a.length>0){for(let c of a){let u=
|
|
546
|
+
`);continue}let a=t.searchWithFallback(i,3,r,void 0,"exact");if(s.push(`## ${i}`),s.push(""),a.length>0){for(let c of a){let u=Hy(c.content,i,3e3,c.highlighted);s.push(`### ${c.title}`),s.push(u),s.push(""),o+=u.length+c.title.length}continue}s.push("No matching sections found."),s.push("")}return s.push("\n> **Tip:** Results are scoped to this batch only. To search across all indexed sources, use `ctx_search(queries: [...])`."),s}function L2(t){return`'${t.replace(/'/g,"'\\''")}'`}function F2(t){return`'${t.replace(/'/g,"''")}'`}function J$(t,e){let r=`--require ${e}`,n=t.toLowerCase(),s=n.split(/[\\/]/).pop()??n;return n.includes("powershell")||n.includes("pwsh")?`$env:NODE_OPTIONS=${F2(r)}; `:s==="cmd"||s==="cmd.exe"?`set "NODE_OPTIONS=${r.replace(/"/g,'""')}" && `:`NODE_OPTIONS=${L2(r)} `}function z$(t,e,r){let n=e||"(no output)",s=n.matchAll(/__CM_FS__:(\d+)/g),o=0;for(let i of s)o+=parseInt(i[1]);return o>0&&(r?.(o),n=n.replace(/__CM_FS__:\d+\n?/g,"")),`# ${t}
|
|
547
547
|
|
|
548
548
|
${n}
|
|
549
|
-
`}async function
|
|
549
|
+
`}async function Y$(t,e,r){let{timeout:n,concurrency:s,nodeOptsPrefix:o,onFsBytes:i}=e;if(s<=1){let l=[],p=Date.now(),f=!1;for(let m=0;m<t.length;m++){let h=t[m],g;if(n!==void 0){let b=Date.now()-p,y=n-b;if(y<=0){l.push(`# ${h.label}
|
|
550
550
|
|
|
551
551
|
(skipped \u2014 batch timeout exceeded)
|
|
552
|
-
`),f=!0;continue}g=y}let _=await r.execute({language:"shell",code:`${o}${h.command} 2>&1`,timeout:g});if(l.push(
|
|
552
|
+
`),f=!0;continue}g=y}let _=await r.execute({language:"shell",code:`${o}${h.command} 2>&1`,timeout:g});if(l.push(z$(h.label,_.stdout,i)),_.timedOut){f=!0;for(let b=m+1;b<t.length;b++)l.push(`# ${t[b].label}
|
|
553
553
|
|
|
554
554
|
(skipped \u2014 batch timeout exceeded)
|
|
555
|
-
`);break}}return{outputs:l,timedOut:f}}let a=t.map(l=>({run:async()=>{let p=await r.execute({language:"shell",code:`${o}${l.command} 2>&1`,timeout:n}),f=
|
|
555
|
+
`);break}}return{outputs:l,timedOut:f}}let a=t.map(l=>({run:async()=>{let p=await r.execute({language:"shell",code:`${o}${l.command} 2>&1`,timeout:n}),f=z$(l.label,p.stdout,i);return{output:p.timedOut?f.replace(/\n$/,"")+`
|
|
556
556
|
(timed out after ${n??"?"}ms)
|
|
557
|
-
`:f,timedOut:!!p.timedOut}}})),{settled:c}=await
|
|
557
|
+
`:f,timedOut:!!p.timedOut}}})),{settled:c}=await iy(a,{concurrency:s}),u=new Array(t.length),d=!1;for(let l=0;l<c.length;l++){let p=c[l];if(p.status==="fulfilled")u[l]=p.value.output,p.value.timedOut&&(d=!0);else{let f=p.reason instanceof Error?p.reason.message:String(p.reason);u[l]=`# ${t[l].label}
|
|
558
558
|
|
|
559
559
|
(executor error: ${f})
|
|
560
|
-
`}}return{outputs:u,timedOut:d}}function
|
|
561
|
-
Use ctx_search(queries: ["..."]) to query this content. Use source: "${n.label}" to scope results.`}]}}function
|
|
562
|
-
`).length,o=Buffer.byteLength(t),i=
|
|
560
|
+
`}}return{outputs:u,timedOut:d}}function X$(t,e){let r=Ss();vr(Buffer.byteLength(t));let n=r.index({content:t,source:e});return{content:[{type:"text",text:`Indexed ${n.totalChunks} sections (${n.codeChunks} with code) from: ${n.label}
|
|
561
|
+
Use ctx_search(queries: ["..."]) to query this content. Use source: "${n.label}" to scope results.`}]}}function Ro(t,e,r,n=5){let s=t.split(`
|
|
562
|
+
`).length,o=Buffer.byteLength(t),i=Ss(),a=i.indexPlainText(t,r),c=i.searchWithFallback(e,n,r),u=i.getDistinctiveTerms(a.sourceId);if(c.length===0){let l=[`Indexed ${a.totalChunks} sections from "${r}" into knowledge base.`,`No sections matched intent "${e}" in ${s}-line output (${(o/1024).toFixed(1)}KB).`];return u.length>0&&(l.push(""),l.push(`Searchable terms: ${u.join(", ")}`)),l.push(""),l.push("Use ctx_search(queries: [...]) to explore the indexed content."),l.join(`
|
|
563
563
|
`)}let d=[`Indexed ${a.totalChunks} sections from "${r}" into knowledge base.`,`${c.length} sections matched "${e}" (${s} lines, ${(o/1024).toFixed(1)}KB):`,""];for(let l of c){let p=l.content.split(`
|
|
564
564
|
`)[0].slice(0,120);d.push(` - ${l.title}: ${p}`)}return u.length>0&&(d.push(""),d.push(`Searchable terms: ${u.join(", ")}`)),d.push(""),d.push("Use ctx_search(queries: [...]) to retrieve full content of any section."),d.join(`
|
|
565
|
-
`)}function
|
|
565
|
+
`)}function Zy(t){if(typeof t=="string")try{let e=JSON.parse(t);if(Array.isArray(e))return e}catch{}return t}function H2(t){let e=Zy(t);return Array.isArray(e)?e.map((r,n)=>typeof r=="string"?{label:`cmd_${n+1}`,command:r}:r):e}function Z2(){return Oy||(Oy=Z$(import.meta.url).resolve("turndown")),Oy}function B2(){return Iy||(Iy=Z$(import.meta.url).resolve("turndown-plugin-gfm")),Iy}function Q$(t,e){let r=JSON.stringify(Z2()),n=JSON.stringify(B2()),s=JSON.stringify(e),o=fl.toString(),i=process.env.CTX_FETCH_STRICT==="1";return`
|
|
566
566
|
const TurndownService = require(${r});
|
|
567
567
|
const { gfm } = require(${n});
|
|
568
568
|
const fs = require('fs');
|
|
@@ -787,20 +787,20 @@ async function main() {
|
|
|
787
787
|
emit('text', text);
|
|
788
788
|
}
|
|
789
789
|
main();
|
|
790
|
-
`}async function
|
|
790
|
+
`}async function V2(t){let e;try{e=new URL(t)}catch{return{kind:"fetch_error",url:t,error:"invalid URL",reason:"exit"}}if(e.protocol!=="http:"&&e.protocol!=="https:")return{kind:"fetch_error",url:t,error:`URL scheme "${e.protocol}" not allowed (only http: and https:)`,reason:"exit"};let r=process.env.CTX_FETCH_STRICT==="1";try{let{lookup:n}=await import("node:dns/promises"),s=await n(e.hostname,{all:!0,verbatim:!0});for(let o of s){let i=fl(o.address);if(i==="block")return{kind:"fetch_error",url:t,error:`URL "${e.hostname}" resolves to ${o.address} \u2014 blocked (link-local / IMDS / multicast / reserved)`,reason:"exit"};if(i==="private"&&r)return{kind:"fetch_error",url:t,error:`URL "${e.hostname}" resolves to private IP ${o.address} \u2014 blocked under CTX_FETCH_STRICT=1`,reason:"exit"}}}catch(n){return{kind:"fetch_error",url:t,error:`DNS lookup failed for "${e.hostname}": ${n instanceof Error?n.message:String(n)}`,reason:"exit"}}return null}function fl(t){let e=t.indexOf("%"),r=e===-1?t:t.slice(0,e),n=r.toLowerCase();if(n.includes(":")){let a=n.match(/^::ffff:([\d.]+)$/);return a?fl(a[1]):n==="::"||n.startsWith("fe8")||n.startsWith("fe9")||n.startsWith("fea")||n.startsWith("feb")||n.startsWith("ff")?"block":n==="::1"||n.startsWith("fc")||n.startsWith("fd")?"private":"public"}if(!r.includes("."))return"block";let s=r.split(".").map(a=>parseInt(a,10));if(s.length!==4||s.some(a=>isNaN(a)||a<0||a>255))return"block";let[o,i]=s;return o===169&&i===254||o===0||o>=224?"block":o===127||o===10||o===172&&i>=16&&i<=31||o===192&&i===168?"private":"public"}async function W2(t,e,r){let n=await V2(t);if(n)return n;if(!r){let o=Ss(),i=fy(e,t),a=o.getSourceMeta(i);if(a){let c=new Date(a.indexedAt+"Z"),u=Date.now()-c.getTime();if(u<q2){let d=Math.floor(u/36e5),l=Math.floor(u/(60*1e3)),p=d>0?`${d}h ago`:l>0?`${l}m ago`:"just now",f=a.chunkCount*1600;return{kind:"cached",label:a.label,chunkCount:a.chunkCount,estimatedBytes:f,ageStr:p}}}}let s=Oe(Ly(),`ctx-fetch-${Date.now()}-${Math.random().toString(36).slice(2)}.dat`);try{let o=Q$(t,s),i=await da.execute({language:"javascript",code:o,timeout:3e4});if(i.exitCode!==0)return{kind:"fetch_error",url:t,error:i.stderr||i.stdout||"unknown error",reason:"exit"};let a=(i.stdout||"").trim(),c;try{c=jy(s,"utf-8").trim()}catch{return{kind:"fetch_error",url:t,error:"could not read subprocess output",reason:"read"}}return c.length===0?{kind:"fetch_error",url:t,error:"empty content",reason:"empty"}:{kind:"fetched",url:t,source:e,markdown:c,header:a}}catch(o){return{kind:"fetch_error",url:t,error:o instanceof Error?o.message:String(o),reason:"throw"}}finally{try{ul(s)}catch{}}}function G2(t){let e=Ss(),r=fy(t.source,t.url),n;t.header==="__CM_CT__:json"?n=e.indexJSON(t.markdown,r):t.header==="__CM_CT__:text"?n=e.indexPlainText(t.markdown,r):n=e.index({content:t.markdown,source:r}),vr(Buffer.byteLength(t.markdown));let s=t.markdown.length>U$?t.markdown.slice(0,U$)+`
|
|
791
791
|
|
|
792
|
-
\u2026[truncated \u2014 use ctx_search() for full content]`:t.markdown;return{label:n.label,totalChunks:n.totalChunks,totalBytes:Buffer.byteLength(t.markdown),preview:s}}function
|
|
793
|
-
${
|
|
794
|
-
Performance tip: Install Bun for 3-5x faster JS/TS execution`),console.error(" curl -fsSL https://bun.sh/install | bash")))}var Mt,
|
|
792
|
+
\u2026[truncated \u2014 use ctx_search() for full content]`:t.markdown;return{label:n.label,totalChunks:n.totalChunks,totalBytes:Buffer.byteLength(t.markdown),preview:s}}function H$(){return{prepare:()=>({run:()=>{},get:(...t)=>({cnt:0,compact_count:0,minutes:null,rate:0,avg:0,outcome:"exploratory"}),all:()=>[]})}}function eT(t,e){return e==="darwin"?[{cmd:"open",args:[t]}]:e==="win32"?[{cmd:"cmd",args:["/c","start","",t]}]:[{cmd:"xdg-open",args:[t]},{cmd:"sensible-browser",args:[t]}]}function My(t,e=process.platform,r=B$){let n=eT(t,e),s=[];for(let{cmd:o,args:i}of n)try{let a=r(o,i,{stdio:"ignore",timeout:ia});if(!a.error&&a.status===0)return{ok:!0,method:o};let c=a.error?.message??`status=${a.status===null?"signaled":a.status}`;s.push(`${o}: ${c}`)}catch(a){s.push(`${o}: ${a instanceof Error?a.message:String(a)}`)}return{ok:!1,method:"none",reason:s.join("; ")}}function By(t,e=process.platform,r=B$){let n={killedPids:[],attemptedPids:[],errors:[]};if(!Number.isInteger(t)||t<1||t>65535)return n.errors.push(`invalid port: ${t}`),n;try{if(e==="win32"){let s=r("netstat",["-ano"],{encoding:"utf-8",stdio:["ignore","pipe","ignore"],timeout:ia});if(s.error)return n.errors.push(`netstat: ${s.error.message}`),n;if(s.status!==0||typeof s.stdout!="string")return n;let o=`:${t}`,i=new Set;for(let a of s.stdout.split(/\r?\n/)){let c=a.trim();if(!c)continue;let u=c.split(/\s+/);if(u.length<5)continue;let d=u[0],l=u[1],p=u[2],f=u[u.length-1];d==="TCP"&&l.endsWith(o)&&(p!=="0.0.0.0:0"&&p!=="[::]:0"||/^\d+$/.test(f)&&i.add(f))}for(let a of i){n.attemptedPids.push(a);try{let c=r("taskkill",["/F","/PID",a],{stdio:"ignore",timeout:ia});c.error||c.status!==0?n.errors.push(`taskkill ${a}: ${c.error?.message??`status=${c.status}`}`):n.killedPids.push(a)}catch(c){n.errors.push(`taskkill ${a}: ${c instanceof Error?c.message:String(c)}`)}}}else{let s=r("lsof",["-ti",`:${t}`],{encoding:"utf-8",stdio:["ignore","pipe","ignore"],timeout:ia});if(s.error)return n.errors.push(`lsof: ${s.error.message}`),n;if(s.status!==0||typeof s.stdout!="string")return n;let o=s.stdout.split(/\r?\n/).filter(i=>/^\d+$/.test(i));for(let i of o){n.attemptedPids.push(i);try{let a=r("kill",[i],{stdio:"ignore",timeout:ia});a.error||a.status!==0?n.errors.push(`kill ${i}: ${a.error?.message??`status=${a.status}`}`):n.killedPids.push(i)}catch(a){n.errors.push(`kill ${i}: ${a instanceof Error?a.message:String(a)}`)}}}}catch(s){n.errors.push(s instanceof Error?s.message:String(s))}return n}async function K2(){let t=py();t>0&&console.error(`Cleaned up ${t} stale DB file(s) from previous sessions`);let e=process.platform==="win32"?Ly():"/tmp",r=Oe(e,`context-mode-mcp-ready-${process.pid}`),n=()=>{da.cleanupBackgrounded(),_r&&_r.close();try{aa(Fy)}catch{}try{aa(r)}catch{}if(Gr&&Gr.pid&&!Gr.killed)try{Gr.kill("SIGTERM")}catch{}},s=async()=>{try{Dy=0,ll()}catch{}n(),process.exit(0)};process.on("exit",n),process.on("SIGINT",()=>{s()}),process.on("SIGTERM",()=>{s()}),YE({onShutdown:()=>s()});let o=new Lu;await Ke.connect(o);try{zy(r,String(process.pid))}catch{}try{let{detectPlatform:i,getAdapter:a}=await Promise.resolve().then(()=>(zn(),Ha)),c=Ke.server.getClientVersion(),u=i(c??void 0);$n=await a(u.platform),c&&console.error(`MCP client: ${c.name} v${c.version} \u2192 ${u.platform}`)}catch{}try{let i=p$(ua());if(i){for(let[a,c]of Object.entries(i.calls))oe.calls[a]=c;for(let[a,c]of Object.entries(i.bytesReturned))oe.bytesReturned[a]=c;i.sessionStart>0&&(oe.sessionStart=i.sessionStart)}}catch{}M$().then(i=>{i!=="unknown"&&(Jr=i)}),setInterval(()=>{M$().then(i=>{i!=="unknown"&&(Jr=i)})},3600*1e3).unref(),setInterval(()=>ll(),6e4).unref(),process.stdin.isTTY&&(console.error(`Context Mode MCP server v${Kr} running on stdio`),console.error(`Detected runtimes:
|
|
793
|
+
${wa(la)}`),$s()||(console.error(`
|
|
794
|
+
Performance tip: Install Bun for 3-5x faster JS/TS execution`),console.error(" curl -fsSL https://bun.sh/install | bash")))}var Mt,Kr,la,cl,Ke,da,Fy,_r,$n,Gr,oe,Jr,il,D$,w2,E2,j$,O2,I2,A2,N2,Dy,al,D2,M2,j2,z2,dl,pl,xs,Cy,U2,L$,F$,Oy,Iy,q2,U$,ia,rT=x(()=>{"use strict";mE();yE();ry();oy();PE();ZE();BE();KE();$a();JE();XE();ra();o$();u$();m$();v$();Sr();zn();id();jl();en();x$();vs();I$();cs();Mt=er(_2(import.meta.url)),Kr=(()=>{for(let t of["../package.json","./package.json"]){let e=lt(Mt,t);if(Le(e))try{return JSON.parse(jy(e,"utf8")).version}catch{}}return"unknown"})();process.on("unhandledRejection",t=>{process.stderr.write(`[context-mode] unhandledRejection: ${t}
|
|
795
795
|
`)});process.on("uncaughtException",t=>{process.stderr.write(`[context-mode] uncaughtException: ${t?.message??t}
|
|
796
|
-
`)});
|
|
797
|
-
`);
|
|
796
|
+
`)});la=Es(),cl=Ea(la),Ke=new ju({name:"context-mode",version:Kr});Ke.server.registerCapabilities({prompts:{listChanged:!1},resources:{listChanged:!1}});Ke.server.setRequestHandler(eo,async()=>({prompts:[]}));Ke.server.setRequestHandler(Xs,async()=>({resources:[]}));Ke.server.setRequestHandler(Qs,async()=>({resourceTemplates:[]}));da=new xo({runtimes:la,projectRoot:()=>br()}),Fy=Oe(Ly(),`cm-fs-preload-${process.pid}.js`);zy(Fy,`(function(){var __cm_fs=0;process.on('exit',function(){if(__cm_fs>0)try{process.stderr.write('__CM_FS__:'+__cm_fs+'\\n')}catch(e){}});try{var f=require('fs');var ors=f.readFileSync;f.readFileSync=function(){var r=ors.apply(this,arguments);if(Buffer.isBuffer(r))__cm_fs+=r.length;else if(typeof r==='string')__cm_fs+=Buffer.byteLength(r);return r;};}catch(e){}})();
|
|
797
|
+
`);_r=null;$n=null,Gr=null;oe={calls:{},bytesReturned:{},bytesIndexed:0,bytesSandboxed:0,cacheHits:0,cacheBytesSaved:0,sessionStart:Date.now()},Jr=null,il=0,D$=0,w2=3,E2=3600*1e3;j$=!1;O2=500,I2=2,A2=3e4,N2=256,Dy=0;D2=cl.join(", "),M2=$s()?" (Bun detected \u2014 JS/TS runs 3-5x faster)":"",j2="",z2="";Ke.registerTool("ctx_execute",{title:"Execute Code",description:`MANDATORY: Use for any command where output exceeds 20 lines. Execute code in a sandboxed subprocess. Only stdout enters context \u2014 raw data stays in the subprocess.${M2} Available: ${D2}.
|
|
798
798
|
|
|
799
799
|
PREFER THIS OVER BASH for: API calls (gh, curl, aws), test runners (npm test, pytest), git queries (git log, git diff), data processing, and ANY CLI command that may produce large output. Bash should only be used for file mutations, git writes, and navigation.
|
|
800
800
|
|
|
801
801
|
THINK IN CODE: When you need to analyze, count, filter, compare, or process data \u2014 write code that does the work and console.log() only the answer. Do NOT read raw data into context to process mentally. Program the analysis, don't compute it in your reasoning. Write robust, pure JavaScript (no npm dependencies). Use only Node.js built-ins (fs, path, child_process). Always wrap in try/catch. Handle null/undefined. Works on both Node.js and Bun.`,inputSchema:U.object({language:U.enum(["javascript","typescript","python","shell","ruby","go","rust","php","perl","r","elixir","csharp"]).describe("Runtime language"),code:U.string().describe("Source code to execute. Use console.log (JS/TS), print (Python/Ruby/Perl/R), echo (Shell), echo (PHP), fmt.Println (Go), IO.puts (Elixir), or Console.WriteLine (C#) to output a summary to context."),timeout:U.coerce.number().optional().describe("Max execution time in ms. When omitted, no server-side timer fires \u2014 the MCP host's RPC timeout governs (which is the right layer for this policy). Pass an explicit value for long-running builds (Gradle/Maven/SBT)."),background:U.boolean().optional().default(!1).describe("Keep process running after timeout (for servers/daemons). Returns partial output without killing the process. IMPORTANT: Do NOT add setTimeout/self-close timers in background scripts \u2014 the process must stay alive until the timeout detaches it. For server+fetch patterns, prefer putting both server and fetch in ONE ctx_execute call instead of using background."),intent:U.string().optional().describe(`What you're looking for in the output. When provided and output is large (>5KB), indexes output into knowledge base and returns section titles + previews \u2014 not full content. Use ctx_search(queries: [...]) to retrieve specific sections. Example: 'failing tests', 'HTTP 500 errors'.
|
|
802
802
|
|
|
803
|
-
TIP: Use specific technical terms, not just concepts. Check 'Searchable terms' in the response for available vocabulary.`)})},async({language:t,code:e,timeout:r,background:n,intent:s})=>{if(t==="shell"){let o=
|
|
803
|
+
TIP: Use specific technical terms, not just concepts. Check 'Searchable terms' in the response for available vocabulary.`)})},async({language:t,code:e,timeout:r,background:n,intent:s})=>{if(t==="shell"){let o=Uy(e,"execute");if(o)return o}else{let o=V$(e,t,"execute");if(o)return o}try{let o=e;(t==="javascript"||t==="typescript")&&(o=`
|
|
804
804
|
// FS read instrumentation \u2014 count bytes read via fs.readFileSync/readFile
|
|
805
805
|
let __cm_fs=0;
|
|
806
806
|
process.on('exit',()=>{if(__cm_fs>0)try{process.stderr.write('__CM_FS__:'+__cm_fs+'\\n')}catch{}});
|
|
@@ -859,18 +859,18 @@ ${e}
|
|
|
859
859
|
}
|
|
860
860
|
__cm_main().catch(e=>{console.error(e);process.exitCode=1});${n?`
|
|
861
861
|
setInterval(()=>{},2147483647);`:""}
|
|
862
|
-
})(typeof require!=='undefined'?require:null);`);let i=await
|
|
862
|
+
})(typeof require!=='undefined'?require:null);`);let i=await da.execute({language:t,code:o,timeout:r,background:n}),a=i.stderr?.match(/__CM_NET__:(\d+)/);a&&(oe.bytesSandboxed+=parseInt(a[1]),i.stderr=i.stderr.replace(/\n?__CM_NET__:\d+\n?/g,""));let c=i.stderr?.match(/__CM_FS__:(\d+)/);if(c&&(oe.bytesSandboxed+=parseInt(c[1]),i.stderr=i.stderr.replace(/\n?__CM_FS__:\d+\n?/g,"")),i.timedOut){let d=i.stdout?.trim();return i.backgrounded&&d?K("ctx_execute",{content:[{type:"text",text:`${d}
|
|
863
863
|
|
|
864
864
|
_(process backgrounded after ${r}ms \u2014 still running)_`}]}):d?K("ctx_execute",{content:[{type:"text",text:`${d}
|
|
865
865
|
|
|
866
866
|
_(timed out after ${r}ms \u2014 partial output shown above)_`}]}):K("ctx_execute",{content:[{type:"text",text:`Execution timed out after ${r}ms
|
|
867
867
|
|
|
868
868
|
stderr:
|
|
869
|
-
${i.stderr}`}],isError:!0})}if(i.exitCode!==0){let{isError:d,output:l}=
|
|
869
|
+
${i.stderr}`}],isError:!0})}if(i.exitCode!==0){let{isError:d,output:l}=by({language:t,exitCode:i.exitCode,stdout:i.stdout,stderr:i.stderr});return s&&s.trim().length>0&&Buffer.byteLength(l)>dl?(vr(Buffer.byteLength(l)),K("ctx_execute",{content:[{type:"text",text:Ro(l,s,d?`execute:${t}:error`:`execute:${t}`)}],isError:d})):Buffer.byteLength(l)>pl?(vr(Buffer.byteLength(l)),K("ctx_execute",{content:[{type:"text",text:Ro(l,"errors failures exceptions",d?`execute:${t}:error`:`execute:${t}`)}],isError:d})):K("ctx_execute",{content:[{type:"text",text:l}],isError:d})}let u=i.stdout||"(no output)";return s&&s.trim().length>0&&Buffer.byteLength(u)>dl?(vr(Buffer.byteLength(u)),K("ctx_execute",{content:[{type:"text",text:Ro(u,s,`execute:${t}`)}]})):Buffer.byteLength(u)>pl?K("ctx_execute",X$(u,`execute:${t}`)):K("ctx_execute",{content:[{type:"text",text:u}]})}catch(o){let i=o instanceof Error?o.message:String(o);return K("ctx_execute",{content:[{type:"text",text:`Runtime error: ${i}`}],isError:!0})}});dl=5e3,pl=102400;Ke.registerTool("ctx_execute_file",{title:"Execute File Processing",description:`Read a file and process it without loading contents into context. The file is read into a FILE_CONTENT variable inside the sandbox. Only your printed summary enters context.
|
|
870
870
|
|
|
871
871
|
PREFER THIS OVER Read/cat for: log files, data files (CSV, JSON, XML), large source files for analysis, and any file where you need to extract specific information rather than read the entire content.
|
|
872
872
|
|
|
873
|
-
THINK IN CODE: Write code that processes FILE_CONTENT and console.log() only the answer. Don't read files into context to analyze mentally. Write robust, pure JavaScript \u2014 no npm deps, try/catch, null-safe. Node.js + Bun compatible.`,inputSchema:U.object({path:U.string().describe("Absolute file path or relative to project root"),language:U.enum(["javascript","typescript","python","shell","ruby","go","rust","php","perl","r","elixir","csharp"]).describe("Runtime language"),code:U.string().describe("Code to process FILE_CONTENT (file_content in Elixir). Print summary via console.log/print/echo/IO.puts/Console.WriteLine."),timeout:U.coerce.number().optional().describe("Max execution time in ms. When omitted, no server-side timer fires \u2014 the MCP host's RPC timeout governs."),intent:U.string().optional().describe("What you're looking for in the output. When provided and output is large (>5KB), returns only matching sections via BM25 search instead of truncated output.")})},async({path:t,language:e,code:r,timeout:n,intent:s})=>{let o=
|
|
873
|
+
THINK IN CODE: Write code that processes FILE_CONTENT and console.log() only the answer. Don't read files into context to analyze mentally. Write robust, pure JavaScript \u2014 no npm deps, try/catch, null-safe. Node.js + Bun compatible.`,inputSchema:U.object({path:U.string().describe("Absolute file path or relative to project root"),language:U.enum(["javascript","typescript","python","shell","ruby","go","rust","php","perl","r","elixir","csharp"]).describe("Runtime language"),code:U.string().describe("Code to process FILE_CONTENT (file_content in Elixir). Print summary via console.log/print/echo/IO.puts/Console.WriteLine."),timeout:U.coerce.number().optional().describe("Max execution time in ms. When omitted, no server-side timer fires \u2014 the MCP host's RPC timeout governs."),intent:U.string().optional().describe("What you're looking for in the output. When provided and output is large (>5KB), returns only matching sections via BM25 search instead of truncated output.")})},async({path:t,language:e,code:r,timeout:n,intent:s})=>{let o=W$(t,"ctx_execute_file");if(o)return o;if(e==="shell"){let i=Uy(r,"execute_file");if(i)return i}else{let i=V$(r,e,"execute_file");if(i)return i}try{let i=await da.executeFile({path:t,language:e,code:r,timeout:n});if(i.timedOut)return K("ctx_execute_file",{content:[{type:"text",text:`Timed out processing ${t} after ${n}ms`}],isError:!0});if(i.exitCode!==0){let{isError:c,output:u}=by({language:e,exitCode:i.exitCode,stdout:i.stdout,stderr:i.stderr});return s&&s.trim().length>0&&Buffer.byteLength(u)>dl?(vr(Buffer.byteLength(u)),K("ctx_execute_file",{content:[{type:"text",text:Ro(u,s,c?`file:${t}:error`:`file:${t}`)}],isError:c})):Buffer.byteLength(u)>pl?(vr(Buffer.byteLength(u)),K("ctx_execute_file",{content:[{type:"text",text:Ro(u,"errors failures exceptions",c?`file:${t}:error`:`file:${t}`)}],isError:c})):K("ctx_execute_file",{content:[{type:"text",text:u}],isError:c})}let a=i.stdout||"(no output)";return s&&s.trim().length>0&&Buffer.byteLength(a)>dl?(vr(Buffer.byteLength(a)),K("ctx_execute_file",{content:[{type:"text",text:Ro(a,s,`file:${t}`)}]})):Buffer.byteLength(a)>pl?K("ctx_execute_file",X$(a,`file:${t}`)):K("ctx_execute_file",{content:[{type:"text",text:a}]})}catch(i){let a=i instanceof Error?i.message:String(i);return K("ctx_execute_file",{content:[{type:"text",text:`Runtime error: ${a}`}],isError:!0})}});Ke.registerTool("ctx_index",{title:"Index Content",description:`Index documentation or knowledge content into a searchable BM25 knowledge base. Chunks markdown by headings (keeping code blocks intact) and stores in ephemeral FTS5 database. The full content does NOT stay in context \u2014 only a brief summary is returned.
|
|
874
874
|
|
|
875
875
|
WHEN TO USE:
|
|
876
876
|
- Documentation from Context7, Skills, or MCP tools (API docs, framework guides, code examples)
|
|
@@ -882,38 +882,38 @@ WHEN TO USE:
|
|
|
882
882
|
|
|
883
883
|
After indexing, use 'ctx_search' to retrieve specific sections on-demand.
|
|
884
884
|
When \`path\` is provided, a content hash is stored for automatic stale detection in search results.
|
|
885
|
-
Do NOT use for: log files, test output, CSV, build output \u2014 use 'ctx_execute_file' for those.`,inputSchema:U.object({content:U.string().optional().describe("Raw text/markdown to index. Provide this OR path, not both."),path:U.string().optional().describe("File path to read and index (content never enters context). Provide this OR content."),source:U.string().optional().describe("Label for the indexed content (e.g., 'Context7: React useEffect', 'Skill: frontend-design')")})},async({content:t,path:e,source:r})=>{if(!t&&!e)return K("ctx_index",{content:[{type:"text",text:"Error: Either content or path must be provided"}],isError:!0});if(e){let n=
|
|
886
|
-
Use ctx_search(queries: ["..."]) to query this content. Use source: "${o.label}" to scope results.`}]})}catch(n){let s=n instanceof Error?n.message:String(n);return K("ctx_index",{content:[{type:"text",text:`Index error: ${s}`}],isError:!0})}});
|
|
885
|
+
Do NOT use for: log files, test output, CSV, build output \u2014 use 'ctx_execute_file' for those.`,inputSchema:U.object({content:U.string().optional().describe("Raw text/markdown to index. Provide this OR path, not both."),path:U.string().optional().describe("File path to read and index (content never enters context). Provide this OR content."),source:U.string().optional().describe("Label for the indexed content (e.g., 'Context7: React useEffect', 'Skill: frontend-design')")})},async({content:t,path:e,source:r})=>{if(!t&&!e)return K("ctx_index",{content:[{type:"text",text:"Error: Either content or path must be provided"}],isError:!0});if(e){let n=W$(e,"ctx_index");if(n)return n}try{let n=e?k2(e):void 0;if(t)vr(Buffer.byteLength(t));else if(n)try{let i=await import("fs");vr(i.readFileSync(n).byteLength)}catch{}let o=Ss().index({content:t,path:n,source:r??n});return K("ctx_index",{content:[{type:"text",text:`Indexed ${o.totalChunks} sections (${o.codeChunks} with code) from: ${o.label}
|
|
886
|
+
Use ctx_search(queries: ["..."]) to query this content. Use source: "${o.label}" to scope results.`}]})}catch(n){let s=n instanceof Error?n.message:String(n);return K("ctx_index",{content:[{type:"text",text:`Index error: ${s}`}],isError:!0})}});xs=0,Cy=Date.now(),U2=6e4,L$=3,F$=8;Ke.registerTool("ctx_search",{title:"Search Indexed Content",description:`Search indexed content. Requires prior indexing via ctx_batch_execute, ctx_index, or ctx_fetch_and_index. Pass ALL search questions as queries array in ONE call. File-backed sources are auto-refreshed when the source file changes.
|
|
887
887
|
|
|
888
888
|
TIPS: 2-4 specific terms per query. Use 'source' to scope results.
|
|
889
889
|
|
|
890
|
-
SESSION STATE: If skills, roles, or decisions were set earlier in this conversation, they are still active. Do not discard or contradict them.`,inputSchema:U.object({queries:U.preprocess(
|
|
890
|
+
SESSION STATE: If skills, roles, or decisions were set earlier in this conversation, they are still active. Do not discard or contradict them.`,inputSchema:U.object({queries:U.preprocess(Zy,U.array(U.string()).optional().describe("Array of search queries. Batch ALL questions in one call.")),limit:U.number().optional().default(3).describe("Results per query (default: 3)"),source:U.string().optional().describe("Filter to a specific indexed source (partial match)."),contentType:U.enum(["code","prose"]).optional().describe("Filter results by content type: 'code' or 'prose'."),sort:U.enum(["relevance","timeline"]).optional().default("relevance").describe("Sort mode. 'relevance' (default): BM25 ranked, current session only. 'timeline': chronological across current session, prior sessions, and auto-memory.")})},async t=>{try{let e=Ss(),r=t.sort||"relevance";if(r!=="timeline"&&e.getStats().chunks===0)return K("ctx_search",{content:[{type:"text",text:`Knowledge base is empty \u2014 no content has been indexed yet.
|
|
891
891
|
|
|
892
892
|
ctx_search is a follow-up tool that queries previously indexed content. To gather and index content first, use:
|
|
893
893
|
\u2022 ctx_batch_execute(commands, queries) \u2014 run commands, auto-index output, and search in one call
|
|
894
894
|
\u2022 ctx_fetch_and_index(url) \u2014 fetch a URL, index it, then search with ctx_search
|
|
895
895
|
\u2022 ctx_index(content, source) \u2014 manually index text content
|
|
896
896
|
|
|
897
|
-
After indexing, ctx_search becomes available for follow-up queries.`}],isError:!0});let n=t,s=[];if(Array.isArray(n.queries)&&n.queries.length>0?s.push(...n.queries):typeof n.query=="string"&&n.query.length>0&&s.push(n.query),s.length===0)return K("ctx_search",{content:[{type:"text",text:"Error: provide query or queries."}],isError:!0});let{limit:o=3,source:i,contentType:a}=t,c=Date.now();if(c-
|
|
897
|
+
After indexing, ctx_search becomes available for follow-up queries.`}],isError:!0});let n=t,s=[];if(Array.isArray(n.queries)&&n.queries.length>0?s.push(...n.queries):typeof n.query=="string"&&n.query.length>0&&s.push(n.query),s.length===0)return K("ctx_search",{content:[{type:"text",text:"Error: provide query or queries."}],isError:!0});let{limit:o=3,source:i,contentType:a}=t,c=Date.now();if(c-Cy>U2&&(xs=0,Cy=c),xs++,xs>F$)return K("ctx_search",{content:[{type:"text",text:`BLOCKED: ${xs} search calls in ${Math.round((c-Cy)/1e3)}s. You're flooding context. STOP making individual search calls. Use ctx_batch_execute(commands, queries) for your next research step.`}],isError:!0});let u=xs>L$?1:Math.min(o,2),d=40*1024,l=0,p=[],f=null;if(r==="timeline")try{let g=ut(),_=br(),b=Yu({projectDir:_,sessionsDir:g});Le(b)&&(f=new gr({dbPath:b}))}catch{}let m=$n?.getConfigDir()??Ay();try{for(let g of s){if(l>d){p.push(`## ${g}
|
|
898
898
|
(output cap reached)
|
|
899
|
-
`);continue}let _;if(r==="timeline"?_=
|
|
900
|
-
No results found.`);continue}let
|
|
899
|
+
`);continue}let _;if(r==="timeline"?_=_$({query:g,limit:u,store:e,sort:r,source:i,contentType:a,sessionDB:f,projectDir:br(),configDir:m,adapter:$n??void 0}):_=e.searchWithFallback(g,u,i,a),_.length===0){p.push(`## ${g}
|
|
900
|
+
No results found.`);continue}let b=_.map((y,v)=>{let S=y.origin||"current-session",$=y.timestamp?y.timestamp.slice(0,16).replace("T"," "):"",T=`--- [${S}${$?" | "+$:""} | ${y.source}] ---`,R=`### ${y.title}`,M=Hy(y.content,g,1500,y.highlighted);return`${T}
|
|
901
901
|
${R}
|
|
902
902
|
|
|
903
|
-
${
|
|
903
|
+
${M}`}).join(`
|
|
904
904
|
|
|
905
905
|
`);p.push(`## ${g}
|
|
906
906
|
|
|
907
|
-
${
|
|
907
|
+
${b}`),l+=b.length}}finally{try{f?.close()}catch{}}let h=p.join(`
|
|
908
908
|
|
|
909
909
|
---
|
|
910
910
|
|
|
911
911
|
`);if(e.lastRefreshCount>0&&(h=`> Auto-refreshed ${e.lastRefreshCount} stale source${e.lastRefreshCount>1?"s":""} (file changed since indexing).
|
|
912
912
|
|
|
913
|
-
`+h),
|
|
913
|
+
`+h),xs>=L$&&(h+=`
|
|
914
914
|
|
|
915
|
-
\u26A0 search call #${
|
|
916
|
-
Indexed sources: ${g.map(
|
|
915
|
+
\u26A0 search call #${xs}/${F$} in this window. Results limited to ${u}/query. Batch queries: ctx_search(queries: ["q1","q2","q3"]) or use ctx_batch_execute.`),h.trim().length===0){let g=e.listSources(),_=g.length>0?`
|
|
916
|
+
Indexed sources: ${g.map(b=>`"${b.label}" (${b.chunkCount} sections)`).join(", ")}`:"";return K("ctx_search",{content:[{type:"text",text:`No results found.${_}`}]})}return K("ctx_search",{content:[{type:"text",text:h}]})}catch(e){let r=e instanceof Error?e.message:String(e);return K("ctx_search",{content:[{type:"text",text:`Search error: ${r}`}],isError:!0})}});Oy=null,Iy=null;q2=1440*60*1e3,U$=3072;Ke.registerTool("ctx_fetch_and_index",{title:"Fetch & Index URL(s)",description:`Fetches URL content, converts HTML to markdown, indexes into searchable knowledge base, and returns a ~3KB preview. Full content stays in sandbox \u2014 use ctx_search() for deeper lookups.
|
|
917
917
|
|
|
918
918
|
Better than WebFetch: preview is immediate, full content is searchable, raw HTML never enters context.
|
|
919
919
|
|
|
@@ -923,15 +923,15 @@ PARALLELIZE I/O: For multi-URL research (library evaluation, migration scans, do
|
|
|
923
923
|
\u2705 Use concurrency: 4-8 for: library docs sweep, multi-changelog scan, competitive pricing pages, multi-region docs, GitHub raw file pulls.
|
|
924
924
|
\u274C Single URL \u2192 use the legacy {url, source} shape (concurrency irrelevant).
|
|
925
925
|
Example: requests: [{url: 'https://react.dev/...', source: 'react'}, {url: 'https://vuejs.org/...', source: 'vue'}], concurrency: 5.
|
|
926
|
-
Fetches parallelize up to your concurrency setting; FTS5 indexing serializes the writes after (SQLite single-writer rule).`,inputSchema:U.object({url:U.string().optional().describe("Single URL to fetch and index (legacy single-shape)"),source:U.string().optional().describe("Label for the indexed content when using single `url` (e.g., 'React useEffect docs', 'Supabase Auth API'). For batch, put source in each requests entry."),requests:U.array(U.object({url:U.string().describe("URL to fetch"),source:U.string().optional().describe("Label for this URL's indexed content")})).min(1).optional().describe("Batch shape: array of {url, source?} entries. Use with concurrency>1 for parallel fetch. Each request indexed under its own source label. Output preserves input order."),concurrency:U.coerce.number().int().min(1).max(8).optional().default(1).describe("Max URLs to fetch in parallel (1-8, default: 1). Use 4-8 for I/O-bound multi-URL batches (library docs, changelogs, pricing pages). Capped by os.cpus().length on small machines (response notes when capped). Indexing is always serial regardless \u2014 only fetches race."),force:U.boolean().optional().describe("Skip cache and re-fetch even if content was recently indexed")})},async({url:t,source:e,requests:r,concurrency:n,force:s})=>{let o=r||(t?[{url:t,source:e}]:[]);if(o.length===0)return K("ctx_fetch_and_index",{content:[{type:"text",text:"ctx_fetch_and_index requires either `url` (single) or `requests: [{url, source?}, ...]` (batch)."}],isError:!0});let i=!r&&o.length===1,a=n??1,c=o.map(P=>({run:()=>
|
|
926
|
+
Fetches parallelize up to your concurrency setting; FTS5 indexing serializes the writes after (SQLite single-writer rule).`,inputSchema:U.object({url:U.string().optional().describe("Single URL to fetch and index (legacy single-shape)"),source:U.string().optional().describe("Label for the indexed content when using single `url` (e.g., 'React useEffect docs', 'Supabase Auth API'). For batch, put source in each requests entry."),requests:U.array(U.object({url:U.string().describe("URL to fetch"),source:U.string().optional().describe("Label for this URL's indexed content")})).min(1).optional().describe("Batch shape: array of {url, source?} entries. Use with concurrency>1 for parallel fetch. Each request indexed under its own source label. Output preserves input order."),concurrency:U.coerce.number().int().min(1).max(8).optional().default(1).describe("Max URLs to fetch in parallel (1-8, default: 1). Use 4-8 for I/O-bound multi-URL batches (library docs, changelogs, pricing pages). Capped by os.cpus().length on small machines (response notes when capped). Indexing is always serial regardless \u2014 only fetches race."),force:U.boolean().optional().describe("Skip cache and re-fetch even if content was recently indexed")})},async({url:t,source:e,requests:r,concurrency:n,force:s})=>{let o=r||(t?[{url:t,source:e}]:[]);if(o.length===0)return K("ctx_fetch_and_index",{content:[{type:"text",text:"ctx_fetch_and_index requires either `url` (single) or `requests: [{url, source?}, ...]` (batch)."}],isError:!0});let i=!r&&o.length===1,a=n??1,c=o.map(P=>({run:()=>W2(P.url,P.source,s)})),{settled:u,effectiveConcurrency:d,capped:l}=await iy(c,{concurrency:a,capByCpuCount:!i&&a>1}),p=[];for(let P=0;P<u.length;P++){let O=u[P];if(O.status==="rejected"){let X=O.reason instanceof Error?O.reason.message:String(O.reason);p.push({kind:"job_error",url:o[P].url,error:X});continue}let L=O.value;if(L.kind==="cached"){oe.cacheHits++,oe.cacheBytesSaved+=L.estimatedBytes;let X=L.estimatedBytes,fe=L.label;setImmediate(()=>c$({sessionDbPath:ua(),source:fe,bytesAvoided:X})),p.push({kind:"cached",label:L.label,chunkCount:L.chunkCount,ageStr:L.ageStr})}else L.kind==="fetch_error"?p.push({kind:"fetch_error",url:L.url,error:L.error,reason:L.reason}):p.push({kind:"fetched",indexed:G2(L)})}if(i){let P=p[0];if(P.kind==="cached")return K("ctx_fetch_and_index",{content:[{type:"text",text:`Cached: **${P.label}** \u2014 ${P.chunkCount} sections, indexed ${P.ageStr} (fresh, TTL: 24h).
|
|
927
927
|
To refresh: call ctx_fetch_and_index again with \`force: true\`.
|
|
928
928
|
|
|
929
929
|
You MUST call ctx_search() to answer questions about this content \u2014 this cached response contains no content.
|
|
930
|
-
Use: ctx_search(queries: [...], source: "${P.label}")`}]});if(P.kind==="fetched"){let
|
|
931
|
-
`);return K("ctx_fetch_and_index",{content:[{type:"text",text:L}]})}if(P.kind==="fetch_error"){let
|
|
930
|
+
Use: ctx_search(queries: [...], source: "${P.label}")`}]});if(P.kind==="fetched"){let O=(P.indexed.totalBytes/1024).toFixed(1),L=[`Fetched and indexed **${P.indexed.totalChunks} sections** (${O}KB) from: ${P.indexed.label}`,`Full content indexed in sandbox \u2014 use ctx_search(queries: [...], source: "${P.indexed.label}") for specific lookups.`,"","---","",P.indexed.preview].join(`
|
|
931
|
+
`);return K("ctx_fetch_and_index",{content:[{type:"text",text:L}]})}if(P.kind==="fetch_error"){let O=P.reason==="empty"?`Fetched ${P.url} but got empty content`:P.reason==="read"?`Fetched ${P.url} but could not read subprocess output`:P.reason==="exit"?`Failed to fetch ${P.url}: ${P.error}`:`Fetch error: ${P.error}`;return K("ctx_fetch_and_index",{content:[{type:"text",text:O}],isError:!0})}return K("ctx_fetch_and_index",{content:[{type:"text",text:`Fetch error: ${P.error}`}],isError:!0})}let f=384,m=[],h=0,g=0,_=0,b=0,y=0,v=[];for(let P of p)if(P.kind==="cached")_++,m.push(`- [cache] ${P.label} \u2014 ${P.chunkCount} sections (${P.ageStr})`);else if(P.kind==="fetched"){b++,h+=P.indexed.totalChunks,g+=P.indexed.totalBytes;let O=(P.indexed.totalBytes/1024).toFixed(1);m.push(`- [new] ${P.indexed.label} \u2014 ${P.indexed.totalChunks} sections (${O}KB)`);let L=P.indexed.preview.length>f?P.indexed.preview.slice(0,f).trimEnd()+"\u2026":P.indexed.preview;v.push(`### ${P.indexed.label}
|
|
932
932
|
|
|
933
|
-
${L}`)}else y++,m.push(`- [err] ${P.url}: ${P.error}`);let S=(g/1024).toFixed(1)
|
|
934
|
-
`);return K("ctx_fetch_and_index",{content:[{type:"text",text:
|
|
933
|
+
${L}`)}else y++,m.push(`- [err] ${P.url}: ${P.error}`);let S=(g/1024).toFixed(1),$=l?` cap=${d}/${v2().length}cpu`:"",T=(P,O,L)=>`${P} ${P===1?O:L}`,M=[`fetched ${o.length} c=${d}${$}. ok=${b} cache=${_} err=${y}. ${T(h,"section","sections")} ${S}KB.`,"",...m,"",'ctx_search(queries: [...], source: "<label>") for full content.',...v.length>0?["","---","",...v]:[]].join(`
|
|
934
|
+
`);return K("ctx_fetch_and_index",{content:[{type:"text",text:M}],isError:y===o.length})});Ke.registerTool("ctx_batch_execute",{title:"Batch Execute & Search",description:`Execute multiple commands in ONE call, auto-index all output, and search with multiple queries. Returns search results directly \u2014 no follow-up calls needed.
|
|
935
935
|
|
|
936
936
|
THIS IS THE PRIMARY TOOL. Use this instead of multiple ctx_execute() calls.
|
|
937
937
|
|
|
@@ -944,13 +944,13 @@ PARALLELIZE I/O: For I/O-bound batches (network calls, slow API queries, multi-U
|
|
|
944
944
|
Example: [gh issue view 1, gh issue view 2, gh issue view 3] \u2192 concurrency: 3.
|
|
945
945
|
Speedup depends on workload \u2014 applies to I/O wait, not CPU work.
|
|
946
946
|
|
|
947
|
-
THINK IN CODE \u2014 NON-NEGOTIABLE: When commands produce data you need to analyze, count, filter, compare, or transform \u2014 add a processing command that runs JavaScript and console.log() ONLY the answer. NEVER pull raw output into context to reason over. Concurrency parallelizes the FETCH; THINK IN CODE owns the PROCESSING. One programmed analysis replaces ten read-and-reason rounds. Pure JavaScript, Node.js built-ins (fs, path, child_process), try/catch, null-safe.`,inputSchema:U.object({commands:U.preprocess(
|
|
947
|
+
THINK IN CODE \u2014 NON-NEGOTIABLE: When commands produce data you need to analyze, count, filter, compare, or transform \u2014 add a processing command that runs JavaScript and console.log() ONLY the answer. NEVER pull raw output into context to reason over. Concurrency parallelizes the FETCH; THINK IN CODE owns the PROCESSING. One programmed analysis replaces ten read-and-reason rounds. Pure JavaScript, Node.js built-ins (fs, path, child_process), try/catch, null-safe.`,inputSchema:U.object({commands:U.preprocess(H2,U.array(U.object({label:U.string().describe("Section header for this command's output (e.g., 'README', 'Package.json', 'Source Tree')"),command:U.string().describe("Shell command to execute")})).min(1).describe("Commands to execute as a batch. Output is labeled with the section header. Default order is sequential; pass concurrency>1 to run in parallel (output stays in input order).")),queries:U.preprocess(Zy,U.array(U.string()).min(1).describe("Search queries to extract information from indexed output. Use 5-8 comprehensive queries. Each returns top 5 matching sections with full content. This is your ONLY chance \u2014 put ALL your questions here. No follow-up calls needed.")),timeout:U.coerce.number().optional().describe("Max execution time in ms. When omitted, no server-side timer fires \u2014 the MCP host's RPC timeout governs. With concurrency=1, the value (when set) is a shared budget across commands; with concurrency>1, it is applied per-command."),concurrency:U.coerce.number().int().min(1).max(8).optional().default(1).describe("Max commands to run in parallel (1-8, default: 1). Use 4-8 for I/O-bound batches (network, gh, curl, multi-repo git reads). Keep at 1 for CPU-bound (npm test, build, lint) or stateful commands (ports, locks). >1 switches to per-command timeouts (no shared budget) and individual `(timed out)` blocks instead of cascading skip.")})},async({commands:t,queries:e,timeout:r,concurrency:n})=>{for(let s of t){let o=Uy(s.command,"batch_execute");if(o)return o}try{let s=J$(la.shell,Fy),{outputs:o,timedOut:i}=await Y$(t,{timeout:r,concurrency:n,nodeOptsPrefix:s,onFsBytes:y=>{oe.bytesSandboxed+=y}},da),a=o.join(`
|
|
948
948
|
`),c=Buffer.byteLength(a),u=a.split(`
|
|
949
|
-
`).length;if(i&&o.length===0)return K("ctx_batch_execute",{content:[{type:"text",text:`Batch timed out after ${r}ms. No output captured.`}],isError:!0});
|
|
949
|
+
`).length;if(i&&o.length===0)return K("ctx_batch_execute",{content:[{type:"text",text:`Batch timed out after ${r}ms. No output captured.`}],isError:!0});vr(c);let d=Ss(),l=`batch:${t.map(y=>y.label).join(",").slice(0,80)}`,p=d.index({content:a,source:l}),f=d.getChunksBySource(p.sourceId),m=["## Indexed Sections",""],h=[];for(let y of f){let v=Buffer.byteLength(y.content);m.push(`- ${y.title} (${(v/1024).toFixed(1)}KB)`),h.push(y.title)}let g=K$(d,e,l),_=d.getDistinctiveTerms?d.getDistinctiveTerms(p.sourceId):[],b=[`Executed ${t.length} commands (${u} lines, ${(c/1024).toFixed(1)}KB). Indexed ${p.totalChunks} sections. Searched ${e.length} queries.`,"",...m,"",...g,_.length>0?`
|
|
950
950
|
Searchable terms for follow-up: ${_.join(", ")}`:""].join(`
|
|
951
|
-
`);return K("ctx_batch_execute",{content:[{type:"text",text:
|
|
952
|
-
`)}]})});Ke.registerTool("ctx_upgrade",{title:"Upgrade Plugin",description:"Upgrade context-mode to the latest version. Returns a shell command to execute. You MUST run the returned command using your shell tool (Bash, shell_execute, run_in_terminal, etc.) and display the output as a checklist. Tell the user to restart their session after upgrade.",inputSchema:U.object({})},async()=>{let t=Le(
|
|
953
|
-
`),c=
|
|
951
|
+
`);return K("ctx_batch_execute",{content:[{type:"text",text:b}]})}catch(s){let o=s instanceof Error?s.message:String(s);return K("ctx_batch_execute",{content:[{type:"text",text:`Batch execution error: ${o}`}],isError:!0})}});Ke.registerTool("ctx_stats",{title:"Session Statistics",description:"Returns context consumption statistics for the current session. Shows total bytes returned to context, breakdown by tool, call counts, estimated token usage, and context savings ratio.",inputSchema:U.object({})},async()=>{let t;try{let e=br(),r=Wr(e),n=Yu({projectDir:e,sessionsDir:ut()});if(Le(n)){let s=Pt(),o=new s(n,{readonly:!0});try{let i=new Po(o),a=i.queryAll(oe),c=i.getMcpToolUsage(),u=oa({sessionsDir:ut()}),d;try{d=nl()}catch{}let l,p;try{let f=process.env.CLAUDE_SESSION_ID;if(f||(f=o.prepare("SELECT session_id FROM session_events WHERE session_id LIKE '________-____-____-____-____________' ORDER BY created_at DESC LIMIT 1").get()?.session_id),f){l=C$({sessionId:f,sessionsDir:ut(),worktreeHash:r});let m=Ry({sessionId:f,sessionsDir:ut(),worktreeHash:r}),h=Ry({sessionsDir:ut()});p={conversation:m,lifetime:h}}}catch{}t=ol(a,Kr,Jr,{lifetime:u,mcpUsage:c,multiAdapter:d,conversation:l,realBytes:p,cwd:e})}finally{o.close()}}else{let o=new Po(H$()).queryAll(oe),i=oa({sessionsDir:ut()}),a;try{a=nl()}catch{}t=ol(o,Kr,Jr,{lifetime:i,multiAdapter:a})}}catch{let r=new Po(H$()).queryAll(oe),n;try{n=oa({sessionsDir:ut()})}catch{}let s;try{s=nl()}catch{}t=ol(r,Kr,Jr,n||s?{lifetime:n,multiAdapter:s}:void 0)}return K("ctx_stats",{content:[{type:"text",text:t}]})});Ke.registerTool("ctx_doctor",{title:"Run Diagnostics",description:"Diagnose context-mode installation. Runs all checks server-side and returns a plain-text status report with [OK]/[FAIL]/[WARN] prefixes (renderer-safe across MCP clients). No CLI execution needed.",inputSchema:U.object({})},async()=>{let t=["context-mode doctor",""],e=Le(lt(Mt,"package.json"))?Mt:er(Mt),r=11,n=(cl.length/r*100).toFixed(0);t.push(`[OK] Runtimes: ${cl.length}/${r} (${n}%) \u2014 ${cl.join(", ")}`),$s()?t.push("[OK] Performance: FAST (Bun)"):t.push("[WARN] Performance: NORMAL \u2014 install Bun for 3-5x speed boost");{let o=new xo({runtimes:la});try{let i=await o.execute({language:"javascript",code:'console.log("ok");',timeout:5e3});if(i.exitCode===0&&i.stdout.trim()==="ok")t.push("[OK] Server test: PASS");else{let a=i.stderr?.trim()?` (${i.stderr.trim().slice(0,200)})`:"";t.push(`[FAIL] Server test: FAIL \u2014 exit ${i.exitCode}${a}`)}}catch(i){t.push(`[FAIL] Server test: FAIL \u2014 ${i instanceof Error?i.message:i}`)}finally{o.cleanupBackgrounded()}}{let o;try{let i=Pt();o=new i(":memory:"),o.exec("CREATE VIRTUAL TABLE fts_test USING fts5(content)"),o.exec("INSERT INTO fts_test(content) VALUES ('hello world')");let a=o.prepare("SELECT * FROM fts_test WHERE fts_test MATCH 'hello'").get();a&&a.content==="hello world"?t.push("[OK] FTS5 / SQLite: PASS \u2014 native module works"):t.push("[FAIL] FTS5 / SQLite: FAIL \u2014 unexpected result")}catch(i){t.push(`[FAIL] FTS5 / SQLite: FAIL \u2014 ${i instanceof Error?i.message:i}`)}finally{try{o?.close()}catch{}}}let s=await S2();if(s){for(let i of s.validateHooks(e)){let a=i.status==="pass"?"[OK]":i.status==="warn"?"[WARN]":"[FAIL]",c=i.fix?` \u2014 fix: ${i.fix}`:"";t.push(`${a} ${i.check}: ${i.message}${c}`)}let o=Pa(s,e);o.length===0&&t.push("[OK] Hook scripts: no direct .mjs script paths to verify");for(let i of o){let a=lt(e,i);Le(a)?t.push(`[OK] Hook script: PASS \u2014 ${a}`):t.push(`[FAIL] Hook script: FAIL \u2014 not found at ${a}`)}}else t.push("[WARN] Hooks: adapter detection unavailable");return t.push(`[OK] Version: v${Kr}`),K("ctx_doctor",{content:[{type:"text",text:t.join(`
|
|
952
|
+
`)}]})});Ke.registerTool("ctx_upgrade",{title:"Upgrade Plugin",description:"Upgrade context-mode to the latest version. Returns a shell command to execute. You MUST run the returned command using your shell tool (Bash, shell_execute, run_in_terminal, etc.) and display the output as a checklist. Tell the user to restart their session after upgrade.",inputSchema:U.object({})},async()=>{let t=Le(lt(Mt,"package.json"))?Mt:er(Mt),e=lt(t,"cli.bundle.mjs"),r=lt(t,"build","cli.js");try{let i=ut(),a=Oe(er(i),"insight-cache");Le(a)&&(By(4747),ul(a,{recursive:!0,force:!0}))}catch{}let n="";try{let{detectPlatform:i}=await Promise.resolve().then(()=>(zn(),Ha)),a=Ke.server.getClientVersion();n=` --platform ${i(a??void 0).platform}`}catch{}let s;if(Le(e))s=`${xe(e)} upgrade${n}`;else if(Le(r))s=`${xe(r)} upgrade${n}`;else{let a=['import{execFileSync}from"node:child_process";','import{cpSync,rmSync,existsSync,mkdtempSync,readFileSync,writeFileSync}from"node:fs";','import{join}from"node:path";','import{tmpdir}from"node:os";',`const P=${JSON.stringify(t)};`,'const T=mkdtempSync(join(tmpdir(),"ctx-upgrade-"));',"try{",'console.log("- [x] Starting inline upgrade (no CLI found)");','execFileSync("git",["clone","--depth","1","https://github.com/mksglu/context-mode.git",T],{stdio:"inherit"});','console.log("- [x] Cloned latest source");','execFileSync(process.platform==="win32"?"npm.cmd":"npm",["install"],{cwd:T,stdio:"inherit",shell:process.platform==="win32"});','execFileSync(process.platform==="win32"?"npm.cmd":"npm",["run","build"],{cwd:T,stdio:"inherit",shell:process.platform==="win32"});','console.log("- [x] Built from source");','const pkg=JSON.parse(readFileSync(join(T,"package.json"),"utf8"));','const items=[...(Array.isArray(pkg.files)?pkg.files:[]),"src","package.json"];',"for(const item of items){const from=join(T,item);const to=join(P,item);if(existsSync(from)){rmSync(to,{recursive:true,force:true});cpSync(from,to,{recursive:true,force:true});}}",'writeFileSync(join(P,".mcp.json"),JSON.stringify({mcpServers:{"context-mode":{command:"node",args:["${CLAUDE_PLUGIN_ROOT}/start.mjs"]}}},null,2)+"\\n");','console.log("- [x] Copied package files");','execFileSync(process.platform==="win32"?"npm.cmd":"npm",["install","--production"],{cwd:P,stdio:"inherit",shell:process.platform==="win32"});','console.log("- [x] Installed production dependencies");','console.log("## context-mode upgrade complete");',"}catch(e){",'console.error("- [ ] Upgrade failed:",e.message);',"process.exit(1);","}finally{","try{rmSync(T,{recursive:true,force:true})}catch{}","}"].join(`
|
|
953
|
+
`),c=lt(t,".ctx-upgrade-inline.mjs"),{writeFileSync:u}=await import("node:fs");u(c,a),s=xe(c)}let o=["## ctx-upgrade","","Run this command using your shell execution tool:","","```",s,"```","","After the command completes, display results as a markdown checklist:","- `[x]` for success, `[ ]` for failure","- Example format:"," ```"," ## context-mode upgrade"," - [x] Pulled latest from GitHub"," - [x] Built and installed v0.9.24"," - [x] npm global updated"," - [x] Hooks configured"," - [x] Doctor: all checks PASS"," ```","- Tell the user to restart their session to pick up the new version."].join(`
|
|
954
954
|
`);return K("ctx_upgrade",{content:[{type:"text",text:o}]})});Ke.registerTool("ctx_purge",{title:"Purge Knowledge Base",description:`DESTRUCTIVE \u2014 permanently delete indexed content. CANNOT be undone.
|
|
955
955
|
|
|
956
956
|
You MUST specify exactly ONE scope:
|
|
@@ -973,63 +973,63 @@ REFUSAL RULES (tool returns an error):
|
|
|
973
973
|
|
|
974
974
|
Use sessionId when the user asks to clear a specific conversation's data.
|
|
975
975
|
Use scope:'project' ONLY when the user explicitly asks to reset everything.
|
|
976
|
-
NEVER call with bare {confirm:true} \u2014 always specify the scope.`,inputSchema:U.object({confirm:U.boolean().describe("MUST be true. Destructive operation; false returns 'purge cancelled'."),sessionId:U.string().optional().describe("UUID of a single session. Pairs with confirm:true to wipe only that session's events + per-session FTS5 chunks. Sibling sessions and the stats file are preserved. MUST NOT be combined with scope:'project'."),scope:U.enum(["session","project"]).optional().describe("Explicit scope selector. 'session' REQUIRES sessionId. 'project' wipes the entire project (FTS5 + every session + stats). Omit only for the deprecated bare-{confirm:true} back-compat path.")}).refine(t=>!(t.sessionId&&t.scope==="project"),{message:"Ambiguous purge: sessionId implies scope:'session', cannot combine with scope:'project'. Use scope:'project' WITHOUT sessionId for the legacy whole-project wipe.",path:["scope"]})},async({confirm:t,sessionId:e,scope:r})=>{if(!t)return K("ctx_purge",{content:[{type:"text",text:"Purge cancelled. Pass confirm: true to proceed."}]});let n=r??(e?"session":"project");!r&&!e&&console.warn("[context-mode] ctx_purge: bare {confirm:true} is deprecated. Pass scope:'project' for the whole-project wipe, or scope:'session' + sessionId for a scoped wipe. See issue #520.");let s;try{s=
|
|
976
|
+
NEVER call with bare {confirm:true} \u2014 always specify the scope.`,inputSchema:U.object({confirm:U.boolean().describe("MUST be true. Destructive operation; false returns 'purge cancelled'."),sessionId:U.string().optional().describe("UUID of a single session. Pairs with confirm:true to wipe only that session's events + per-session FTS5 chunks. Sibling sessions and the stats file are preserved. MUST NOT be combined with scope:'project'."),scope:U.enum(["session","project"]).optional().describe("Explicit scope selector. 'session' REQUIRES sessionId. 'project' wipes the entire project (FTS5 + every session + stats). Omit only for the deprecated bare-{confirm:true} back-compat path.")}).refine(t=>!(t.sessionId&&t.scope==="project"),{message:"Ambiguous purge: sessionId implies scope:'session', cannot combine with scope:'project'. Use scope:'project' WITHOUT sessionId for the legacy whole-project wipe.",path:["scope"]})},async({confirm:t,sessionId:e,scope:r})=>{if(!t)return K("ctx_purge",{content:[{type:"text",text:"Purge cancelled. Pass confirm: true to proceed."}]});let n=r??(e?"session":"project");!r&&!e&&console.warn("[context-mode] ctx_purge: bare {confirm:true} is deprecated. Pass scope:'project' for the whole-project wipe, or scope:'session' + sessionId for a scoped wipe. See issue #520.");let s;try{s=Ny()}catch{}if(_r){try{_r.cleanup()}catch{}_r=null}let o=s?er(s):void 0,{deleted:i}=s$({projectDir:br(),sessionsDir:ut(),storePath:s,contentDir:o,legacyContentDir:Oe(ml(),".context-mode","content"),contentHash:Vr(br()),scope:n,sessionId:e});if(n==="project"){oe.calls={},oe.bytesReturned={},oe.bytesIndexed=0,oe.bytesSandboxed=0,oe.cacheHits=0,oe.cacheBytesSaved=0,oe.sessionStart=Date.now(),i.push("session stats");try{let c=q$();Le(c)&&aa(c)}catch{}}let a=n==="session"?`Purged session ${e}: ${i.length?i.join(", "):"no matching rows"}. Other sessions and project-wide stats preserved.`:`Purged: ${i.join(", ")}. All session data for this project has been permanently deleted.`;return K("ctx_purge",{content:[{type:"text",text:a}]})});ia=5e3;Ke.registerTool("ctx_insight",{title:"Open Insight Dashboard",description:"Opens the context-mode Insight dashboard in the browser. Shows personal analytics: session activity, tool usage, error rate, parallel work patterns, project focus, and actionable insights. First run installs dependencies (~30s). Subsequent runs open instantly.",inputSchema:U.object({port:U.coerce.number().int().min(1).max(65535).optional().describe("Port to serve on (default: 4747)"),sessionDir:U.string().optional().describe("Override INSIGHT_SESSION_DIR: directory containing context-mode session .db files"),contentDir:U.string().optional().describe("Override INSIGHT_CONTENT_DIR: directory containing context-mode content/index .db files"),insightSessionDir:U.string().optional().describe("Alias for sessionDir / INSIGHT_SESSION_DIR"),insightContentDir:U.string().optional().describe("Alias for contentDir / INSIGHT_CONTENT_DIR")})},async({port:t,sessionDir:e,contentDir:r,insightSessionDir:n,insightContentDir:s})=>{let o=t||4747,i=e||n,a=r||s,c=Le(lt(Mt,"package.json"))?Mt:er(Mt),u=lt(c,"insight"),d=i?lt(i):ut(),l=a?lt(a):Oe(er(d),"content"),p=Oe(er(d),"insight-cache");if(!Le(Oe(u,"server.mjs")))return K("ctx_insight",{content:[{type:"text",text:"Error: Insight source not found in plugin. Try upgrading context-mode."}]});try{let f=[],m=!1;ca(p,{recursive:!0});let h=A$(Oe(u,"server.mjs")).mtimeMs,g=Le(Oe(p,"server.mjs"))?A$(Oe(p,"server.mjs")).mtimeMs:0;if(h>g&&(f.push("Copying source files..."),m2(u,p,{recursive:!0,force:!0}),f.push("Source files copied."),m=!0),!Le(Oe(p,"node_modules"))||m){f.push("Installing dependencies (first run, ~30s)...");try{N$(process.platform==="win32"?"npm.cmd install --production=false":"npm install --production=false",{cwd:p,stdio:"pipe",timeout:3e5})}catch{try{ul(Oe(p,"node_modules"),{recursive:!0,force:!0})}catch{}throw new Error("npm install failed \u2014 please retry")}if(!Le(Oe(p,"node_modules","vite"))||!Le(Oe(p,"node_modules","better-sqlite3")))throw ul(Oe(p,"node_modules"),{recursive:!0,force:!0}),new Error("npm install incomplete \u2014 please retry");f.push("Dependencies installed.")}f.push("Building dashboard..."),N$("npx vite build",{cwd:p,stdio:"pipe",timeout:6e4}),f.push("Build complete.");let b=!1;try{let{request:R}=await import("node:http");await new Promise((M,P)=>{let O=R(`http://127.0.0.1:${o}/api/overview`,{timeout:2e3},L=>{L.resume(),M()});O.on("error",()=>P()),O.on("timeout",()=>{O.destroy(),P()}),O.end()}),b=!0}catch{}if(b&&m){f.push("Killing stale dashboard server (source updated)...");let R=By(o);if(R.attemptedPids.length>0&&R.killedPids.length===0)return K("ctx_insight",{content:[{type:"text",text:`Could not free port ${o} (kill failed for ${R.attemptedPids.join(", ")}: ${R.errors.join("; ")}). Try ctx_insight({ port: ${o+1} }) or stop the process manually.`}]});if(R.errors.length>0&&R.attemptedPids.length===0)return K("ctx_insight",{content:[{type:"text",text:`Cannot reclaim port ${o}: ${R.errors.join("; ")}. Stop the process manually or pick another port.`}]});await new Promise(M=>setTimeout(M,500)),f.push(`Stale server killed (${R.killedPids.length} pid${R.killedPids.length===1?"":"s"}).`)}else if(b){f.push("Dashboard already running.");let R=`http://localhost:${o}`,M=My(R),P=M.ok?"":` (auto-open failed: ${M.reason}; navigate manually)`;return K("ctx_insight",{content:[{type:"text",text:`Dashboard already running at ${R}${P}`}]})}if(Gr&&Gr.pid&&!Gr.killed)try{Gr.kill("SIGTERM")}catch{}let{spawn:y}=await import("node:child_process"),v=y("node",[Oe(p,"server.mjs")],{cwd:p,env:{...process.env,PORT:String(o),INSIGHT_SESSION_DIR:d,INSIGHT_CONTENT_DIR:l,INSIGHT_PARENT_PID:String(process.pid)},detached:!0,stdio:"ignore"});v.on("error",()=>{}),v.unref(),Gr=v,await new Promise(R=>setTimeout(R,1500));try{let{request:R}=await import("node:http");await new Promise((M,P)=>{let O=R(`http://127.0.0.1:${o}/api/overview`,{timeout:3e3},L=>{M(),L.resume()});O.on("error",P),O.on("timeout",()=>{O.destroy(),P(new Error("timeout"))}),O.end()})}catch{return K("ctx_insight",{content:[{type:"text",text:`Port ${o} appears to be in use. Either a previous dashboard is still running, or another service is using this port.
|
|
977
977
|
|
|
978
978
|
To fix:
|
|
979
979
|
- Kill the existing process: ${process.platform==="win32"?`netstat -ano | findstr :${o}`:`lsof -ti:${o} | xargs kill`}
|
|
980
|
-
- Or use a different port: ctx_insight({ port: ${o+1} })`}]})}let S=`http://localhost:${o}
|
|
980
|
+
- Or use a different port: ctx_insight({ port: ${o+1} })`}]})}let S=`http://localhost:${o}`,$=My(S),T=$.ok?"":` (auto-open failed: ${$.reason}; navigate manually)`;return f.push(`Dashboard running at ${S}${T}`),K("ctx_insight",{content:[{type:"text",text:f.map(R=>`- ${R}`).join(`
|
|
981
981
|
`)+`
|
|
982
982
|
|
|
983
983
|
Open: ${S}
|
|
984
|
-
PID: ${v.pid} \xB7 Stop: ${process.platform==="win32"?`taskkill /PID ${v.pid} /F`:`kill ${v.pid}`}`}]})}catch(f){let m=f instanceof Error?f.message:String(f);return K("ctx_insight",{content:[{type:"text",text:`Insight setup failed: ${m}`}]})}});q2().catch(t=>{console.error("Fatal:",t),process.exit(1)})});var aT={};Fe(aT,{needsHookNormalization:()=>da,normalizeHooksJson:()=>oT,normalizeHooksOnStartup:()=>V2,normalizePluginJson:()=>iT});import{existsSync as tT,readFileSync as rT,writeFileSync as nT}from"node:fs";import{resolve as sT}from"node:path";function ml(t){return String(t).replace(/\\/g,"/")}function da(t){return!t||typeof t!="string"?!1:t.includes(la)}function oT(t,e,r){if(!da(t))return t;let n=ml(e),s=ml(r),o;try{o=JSON.parse(t)}catch{return t}let i=o?.hooks;if(!i||typeof i!="object")return t;let a=!1;for(let c of Object.keys(i)){let u=i[c];if(Array.isArray(u))for(let d of u){let l=d?.hooks;if(Array.isArray(l))for(let p of l){if(typeof p?.command!="string"||!p.command.includes(la))continue;let f=p.command.replaceAll(la,s);f=f.replace(/^\s*node\s+/,`"${n}" `),p.command=f,a=!0}}}return a?JSON.stringify(o,null,2):t}function iT(t,e,r){if(!da(t))return t;let n=ml(e),s=ml(r),o;try{o=JSON.parse(t)}catch{return t}let i=o?.mcpServers;if(!i||typeof i!="object")return t;let a=!1;for(let c of Object.keys(i)){let u=i[c];if(!(!u||typeof u!="object")){if(Array.isArray(u.args)){let d=u.args,l=d.map(p=>typeof p=="string"&&p.includes(la)?p.replaceAll(la,s):p);l.some((p,f)=>p!==d[f])&&(u.args=l,a=!0)}u.command==="node"&&a&&(u.command=n)}}return a?JSON.stringify(o,null,2):t}function V2({pluginRoot:t,nodePath:e,platform:r}){if(r==="win32"&&!(!t||!e)){try{let n=sT(t,"hooks","hooks.json");if(tT(n)){let s=rT(n,"utf-8");if(da(s)){let o=oT(s,e,t);o!==s&&nT(n,o,"utf-8")}}}catch{}try{let n=sT(t,".claude-plugin","plugin.json");if(tT(n)){let s=rT(n,"utf-8");if(da(s)){let o=iT(s,e,t);o!==s&&nT(n,o,"utf-8")}}}catch{}}}var la,cT=b(()=>{"use strict";la="${CLAUDE_PLUGIN_ROOT}"});import{stdout as MT,stdin as jT}from"node:process";import*as Jr from"node:readline";var Wy=t=>t===161||t===164||t===167||t===168||t===170||t===173||t===174||t>=176&&t<=180||t>=182&&t<=186||t>=188&&t<=191||t===198||t===208||t===215||t===216||t>=222&&t<=225||t===230||t>=232&&t<=234||t===236||t===237||t===240||t===242||t===243||t>=247&&t<=250||t===252||t===254||t===257||t===273||t===275||t===283||t===294||t===295||t===299||t>=305&&t<=307||t===312||t>=319&&t<=322||t===324||t>=328&&t<=331||t===333||t===338||t===339||t===358||t===359||t===363||t===462||t===464||t===466||t===468||t===470||t===472||t===474||t===476||t===593||t===609||t===708||t===711||t>=713&&t<=715||t===717||t===720||t>=728&&t<=731||t===733||t===735||t>=768&&t<=879||t>=913&&t<=929||t>=931&&t<=937||t>=945&&t<=961||t>=963&&t<=969||t===1025||t>=1040&&t<=1103||t===1105||t===8208||t>=8211&&t<=8214||t===8216||t===8217||t===8220||t===8221||t>=8224&&t<=8226||t>=8228&&t<=8231||t===8240||t===8242||t===8243||t===8245||t===8251||t===8254||t===8308||t===8319||t>=8321&&t<=8324||t===8364||t===8451||t===8453||t===8457||t===8467||t===8470||t===8481||t===8482||t===8486||t===8491||t===8531||t===8532||t>=8539&&t<=8542||t>=8544&&t<=8555||t>=8560&&t<=8569||t===8585||t>=8592&&t<=8601||t===8632||t===8633||t===8658||t===8660||t===8679||t===8704||t===8706||t===8707||t===8711||t===8712||t===8715||t===8719||t===8721||t===8725||t===8730||t>=8733&&t<=8736||t===8739||t===8741||t>=8743&&t<=8748||t===8750||t>=8756&&t<=8759||t===8764||t===8765||t===8776||t===8780||t===8786||t===8800||t===8801||t>=8804&&t<=8807||t===8810||t===8811||t===8814||t===8815||t===8834||t===8835||t===8838||t===8839||t===8853||t===8857||t===8869||t===8895||t===8978||t>=9312&&t<=9449||t>=9451&&t<=9547||t>=9552&&t<=9587||t>=9600&&t<=9615||t>=9618&&t<=9621||t===9632||t===9633||t>=9635&&t<=9641||t===9650||t===9651||t===9654||t===9655||t===9660||t===9661||t===9664||t===9665||t>=9670&&t<=9672||t===9675||t>=9678&&t<=9681||t>=9698&&t<=9701||t===9711||t===9733||t===9734||t===9737||t===9742||t===9743||t===9756||t===9758||t===9792||t===9794||t===9824||t===9825||t>=9827&&t<=9829||t>=9831&&t<=9834||t===9836||t===9837||t===9839||t===9886||t===9887||t===9919||t>=9926&&t<=9933||t>=9935&&t<=9939||t>=9941&&t<=9953||t===9955||t===9960||t===9961||t>=9963&&t<=9969||t===9972||t>=9974&&t<=9977||t===9979||t===9980||t===9982||t===9983||t===10045||t>=10102&&t<=10111||t>=11094&&t<=11097||t>=12872&&t<=12879||t>=57344&&t<=63743||t>=65024&&t<=65039||t===65533||t>=127232&&t<=127242||t>=127248&&t<=127277||t>=127280&&t<=127337||t>=127344&&t<=127373||t===127375||t===127376||t>=127387&&t<=127404||t>=917760&&t<=917999||t>=983040&&t<=1048573||t>=1048576&&t<=1114109,Gy=t=>t===12288||t>=65281&&t<=65376||t>=65504&&t<=65510,Ky=t=>t>=4352&&t<=4447||t===8986||t===8987||t===9001||t===9002||t>=9193&&t<=9196||t===9200||t===9203||t===9725||t===9726||t===9748||t===9749||t>=9800&&t<=9811||t===9855||t===9875||t===9889||t===9898||t===9899||t===9917||t===9918||t===9924||t===9925||t===9934||t===9940||t===9962||t===9970||t===9971||t===9973||t===9978||t===9981||t===9989||t===9994||t===9995||t===10024||t===10060||t===10062||t>=10067&&t<=10069||t===10071||t>=10133&&t<=10135||t===10160||t===10175||t===11035||t===11036||t===11088||t===11093||t>=11904&&t<=11929||t>=11931&&t<=12019||t>=12032&&t<=12245||t>=12272&&t<=12287||t>=12289&&t<=12350||t>=12353&&t<=12438||t>=12441&&t<=12543||t>=12549&&t<=12591||t>=12593&&t<=12686||t>=12688&&t<=12771||t>=12783&&t<=12830||t>=12832&&t<=12871||t>=12880&&t<=19903||t>=19968&&t<=42124||t>=42128&&t<=42182||t>=43360&&t<=43388||t>=44032&&t<=55203||t>=63744&&t<=64255||t>=65040&&t<=65049||t>=65072&&t<=65106||t>=65108&&t<=65126||t>=65128&&t<=65131||t>=94176&&t<=94180||t===94192||t===94193||t>=94208&&t<=100343||t>=100352&&t<=101589||t>=101632&&t<=101640||t>=110576&&t<=110579||t>=110581&&t<=110587||t===110589||t===110590||t>=110592&&t<=110882||t===110898||t>=110928&&t<=110930||t===110933||t>=110948&&t<=110951||t>=110960&&t<=111355||t===126980||t===127183||t===127374||t>=127377&&t<=127386||t>=127488&&t<=127490||t>=127504&&t<=127547||t>=127552&&t<=127560||t===127568||t===127569||t>=127584&&t<=127589||t>=127744&&t<=127776||t>=127789&&t<=127797||t>=127799&&t<=127868||t>=127870&&t<=127891||t>=127904&&t<=127946||t>=127951&&t<=127955||t>=127968&&t<=127984||t===127988||t>=127992&&t<=128062||t===128064||t>=128066&&t<=128252||t>=128255&&t<=128317||t>=128331&&t<=128334||t>=128336&&t<=128359||t===128378||t===128405||t===128406||t===128420||t>=128507&&t<=128591||t>=128640&&t<=128709||t===128716||t>=128720&&t<=128722||t>=128725&&t<=128727||t>=128732&&t<=128735||t===128747||t===128748||t>=128756&&t<=128764||t>=128992&&t<=129003||t===129008||t>=129292&&t<=129338||t>=129340&&t<=129349||t>=129351&&t<=129535||t>=129648&&t<=129660||t>=129664&&t<=129672||t>=129680&&t<=129725||t>=129727&&t<=129733||t>=129742&&t<=129755||t>=129760&&t<=129768||t>=129776&&t<=129784||t>=131072&&t<=196605||t>=196608&&t<=262141;var xl=/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/y,fa=/[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y,ha=/\t{1,1000}/y,bl=new RegExp("[\\u{1F1E6}-\\u{1F1FF}]{2}|\\u{1F3F4}[\\u{E0061}-\\u{E007A}]{2}[\\u{E0030}-\\u{E0039}\\u{E0061}-\\u{E007A}]{1,3}\\u{E007F}|(?:\\p{Emoji}\\uFE0F\\u20E3?|\\p{Emoji_Modifier_Base}\\p{Emoji_Modifier}?|\\p{Emoji_Presentation})(?:\\u200D(?:\\p{Emoji_Modifier_Base}\\p{Emoji_Modifier}?|\\p{Emoji_Presentation}|\\p{Emoji}\\uFE0F\\u20E3?))*","yu"),ga=/(?:[\x20-\x7E\xA0-\xFF](?!\uFE0F)){1,1000}/y,ET=new RegExp("\\p{M}+","gu"),$T={limit:1/0,ellipsis:""},Jy=(t,e={},r={})=>{let n=e.limit??1/0,s=e.ellipsis??"",o=e?.ellipsisWidth??(s?Jy(s,$T,r).width:0),i=r.ansiWidth??0,a=r.controlWidth??0,c=r.tabWidth??8,u=r.ambiguousWidth??1,d=r.emojiWidth??2,l=r.fullWidthWidth??2,p=r.regularWidth??1,f=r.wideWidth??2,m=0,h=0,g=t.length,_=0,x=!1,y=g,v=Math.max(0,n-o),S=0,T=0,$=0,R=0;e:for(;;){if(T>S||h>=g&&h>m){let j=t.slice(S,T)||t.slice(m,h);_=0;for(let P of j.replaceAll(ET,"")){let C=P.codePointAt(0)||0;if(Gy(C)?R=l:Ky(C)?R=f:u!==p&&Wy(C)?R=u:R=p,$+R>v&&(y=Math.min(y,Math.max(S,m)+_)),$+R>n){x=!0;break e}_+=P.length,$+=R}S=T=0}if(h>=g)break;if(ga.lastIndex=h,ga.test(t)){if(_=ga.lastIndex-h,R=_*p,$+R>v&&(y=Math.min(y,h+Math.floor((v-$)/p))),$+R>n){x=!0;break}$+=R,S=m,T=h,h=m=ga.lastIndex;continue}if(xl.lastIndex=h,xl.test(t)){if($+i>v&&(y=Math.min(y,h)),$+i>n){x=!0;break}$+=i,S=m,T=h,h=m=xl.lastIndex;continue}if(fa.lastIndex=h,fa.test(t)){if(_=fa.lastIndex-h,R=_*a,$+R>v&&(y=Math.min(y,h+Math.floor((v-$)/a))),$+R>n){x=!0;break}$+=R,S=m,T=h,h=m=fa.lastIndex;continue}if(ha.lastIndex=h,ha.test(t)){if(_=ha.lastIndex-h,R=_*c,$+R>v&&(y=Math.min(y,h+Math.floor((v-$)/c))),$+R>n){x=!0;break}$+=R,S=m,T=h,h=m=ha.lastIndex;continue}if(bl.lastIndex=h,bl.test(t)){if($+d>v&&(y=Math.min(y,h)),$+d>n){x=!0;break}$+=d,S=m,T=h,h=m=bl.lastIndex;continue}h+=1}return{width:x?v:$,index:x?y:g,truncated:x,ellipsed:x&&n>=o}},Yy=Jy;var TT={limit:1/0,ellipsis:"",ellipsisWidth:0},PT=(t,e={})=>Yy(t,TT,e).width,lt=PT;var ya="\x1B",r_="\x9B",RT=39,kl="\x07",n_="[",CT="]",s_="m",wl=`${CT}8;;`,Xy=new RegExp(`(?:\\${n_}(?<code>\\d+)m|\\${wl}(?<uri>.*)${kl})`,"y"),Qy=t=>{if(t>=30&&t<=37||t>=90&&t<=97)return 39;if(t>=40&&t<=47||t>=100&&t<=107)return 49;if(t===1||t===2)return 22;if(t===3)return 23;if(t===4)return 24;if(t===7)return 27;if(t===8)return 28;if(t===9)return 29;if(t===0)return 0},e_=t=>`${ya}${n_}${t}${s_}`,t_=t=>`${ya}${wl}${t}${kl}`,Sl=(t,e,r)=>{let n=e[Symbol.iterator](),s=!1,o=!1,i=t.at(-1),a=i===void 0?0:lt(i),c=n.next(),u=n.next(),d=0;for(;!c.done;){let l=c.value,p=lt(l);a+p<=r?t[t.length-1]+=l:(t.push(l),a=0),(l===ya||l===r_)&&(s=!0,o=e.startsWith(wl,d+1)),s?o?l===kl&&(s=!1,o=!1):l===s_&&(s=!1):(a+=p,a===r&&!u.done&&(t.push(""),a=0)),c=u,u=n.next(),d+=l.length}i=t.at(-1),!a&&i!==void 0&&i.length&&t.length>1&&(t[t.length-2]+=t.pop())},OT=t=>{let e=t.split(" "),r=e.length;for(;r&&!lt(e[r-1]);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},IT=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",s,o,i=t.split(" "),a=[""],c=0;for(let l=0;l<i.length;l++){let p=i[l];if(r.trim!==!1){let m=a.at(-1)??"",h=m.trimStart();m.length!==h.length&&(a[a.length-1]=h,c=lt(h))}l!==0&&(c>=e&&(r.wordWrap===!1||r.trim===!1)&&(a.push(""),c=0),(c||r.trim===!1)&&(a[a.length-1]+=" ",c++));let f=lt(p);if(r.hard&&f>e){let m=e-c,h=1+Math.floor((f-m-1)/e);Math.floor((f-1)/e)<h&&a.push(""),Sl(a,p,e),c=lt(a.at(-1)??"");continue}if(c+f>e&&c&&f){if(r.wordWrap===!1&&c<e){Sl(a,p,e),c=lt(a.at(-1)??"");continue}a.push(""),c=0}if(c+f>e&&r.wordWrap===!1){Sl(a,p,e),c=lt(a.at(-1)??"");continue}a[a.length-1]+=p,c+=f}r.trim!==!1&&(a=a.map(l=>OT(l)));let u=a.join(`
|
|
985
|
-
`),d=!1;for(let l=0;l<u.length;l++){let p=u[l];if(n+=p,!d)d=p>="\uD800"&&p<="\uDBFF";else continue;if(p===
|
|
986
|
-
`){o&&(n+=
|
|
987
|
-
`&&(s&&
|
|
988
|
-
`)}var
|
|
984
|
+
PID: ${v.pid} \xB7 Stop: ${process.platform==="win32"?`taskkill /PID ${v.pid} /F`:`kill ${v.pid}`}`}]})}catch(f){let m=f instanceof Error?f.message:String(f);return K("ctx_insight",{content:[{type:"text",text:`Insight setup failed: ${m}`}]})}});K2().catch(t=>{console.error("Fatal:",t),process.exit(1)})});var uT={};Ue(uT,{needsHookNormalization:()=>ma,normalizeHooksJson:()=>aT,normalizeHooksOnStartup:()=>J2,normalizePluginJson:()=>cT});import{existsSync as nT,readFileSync as sT,writeFileSync as oT}from"node:fs";import{resolve as iT}from"node:path";function hl(t){return String(t).replace(/\\/g,"/")}function ma(t){return!t||typeof t!="string"?!1:t.includes(pa)}function aT(t,e,r){if(!ma(t))return t;let n=hl(e),s=hl(r),o;try{o=JSON.parse(t)}catch{return t}let i=o?.hooks;if(!i||typeof i!="object")return t;let a=!1;for(let c of Object.keys(i)){let u=i[c];if(Array.isArray(u))for(let d of u){let l=d?.hooks;if(Array.isArray(l))for(let p of l){if(typeof p?.command!="string"||!p.command.includes(pa))continue;let f=p.command.replaceAll(pa,s);f=f.replace(/^\s*node\s+/,`"${n}" `),p.command=f,a=!0}}}return a?JSON.stringify(o,null,2):t}function cT(t,e,r){if(!ma(t))return t;let n=hl(e),s=hl(r),o;try{o=JSON.parse(t)}catch{return t}let i=o?.mcpServers;if(!i||typeof i!="object")return t;let a=!1;for(let c of Object.keys(i)){let u=i[c];if(!(!u||typeof u!="object")){if(Array.isArray(u.args)){let d=u.args,l=d.map(p=>typeof p=="string"&&p.includes(pa)?p.replaceAll(pa,s):p);l.some((p,f)=>p!==d[f])&&(u.args=l,a=!0)}u.command==="node"&&a&&(u.command=n)}}return a?JSON.stringify(o,null,2):t}function J2({pluginRoot:t,nodePath:e,platform:r}){if(r==="win32"&&!(!t||!e)){try{let n=iT(t,"hooks","hooks.json");if(nT(n)){let s=sT(n,"utf-8");if(ma(s)){let o=aT(s,e,t);o!==s&&oT(n,o,"utf-8")}}}catch{}try{let n=iT(t,".claude-plugin","plugin.json");if(nT(n)){let s=sT(n,"utf-8");if(ma(s)){let o=cT(s,e,t);o!==s&&oT(n,o,"utf-8")}}}catch{}}}var pa,lT=x(()=>{"use strict";pa="${CLAUDE_PLUGIN_ROOT}"});import{stdout as FT,stdin as UT}from"node:process";import*as Xr from"node:readline";var Ky=t=>t===161||t===164||t===167||t===168||t===170||t===173||t===174||t>=176&&t<=180||t>=182&&t<=186||t>=188&&t<=191||t===198||t===208||t===215||t===216||t>=222&&t<=225||t===230||t>=232&&t<=234||t===236||t===237||t===240||t===242||t===243||t>=247&&t<=250||t===252||t===254||t===257||t===273||t===275||t===283||t===294||t===295||t===299||t>=305&&t<=307||t===312||t>=319&&t<=322||t===324||t>=328&&t<=331||t===333||t===338||t===339||t===358||t===359||t===363||t===462||t===464||t===466||t===468||t===470||t===472||t===474||t===476||t===593||t===609||t===708||t===711||t>=713&&t<=715||t===717||t===720||t>=728&&t<=731||t===733||t===735||t>=768&&t<=879||t>=913&&t<=929||t>=931&&t<=937||t>=945&&t<=961||t>=963&&t<=969||t===1025||t>=1040&&t<=1103||t===1105||t===8208||t>=8211&&t<=8214||t===8216||t===8217||t===8220||t===8221||t>=8224&&t<=8226||t>=8228&&t<=8231||t===8240||t===8242||t===8243||t===8245||t===8251||t===8254||t===8308||t===8319||t>=8321&&t<=8324||t===8364||t===8451||t===8453||t===8457||t===8467||t===8470||t===8481||t===8482||t===8486||t===8491||t===8531||t===8532||t>=8539&&t<=8542||t>=8544&&t<=8555||t>=8560&&t<=8569||t===8585||t>=8592&&t<=8601||t===8632||t===8633||t===8658||t===8660||t===8679||t===8704||t===8706||t===8707||t===8711||t===8712||t===8715||t===8719||t===8721||t===8725||t===8730||t>=8733&&t<=8736||t===8739||t===8741||t>=8743&&t<=8748||t===8750||t>=8756&&t<=8759||t===8764||t===8765||t===8776||t===8780||t===8786||t===8800||t===8801||t>=8804&&t<=8807||t===8810||t===8811||t===8814||t===8815||t===8834||t===8835||t===8838||t===8839||t===8853||t===8857||t===8869||t===8895||t===8978||t>=9312&&t<=9449||t>=9451&&t<=9547||t>=9552&&t<=9587||t>=9600&&t<=9615||t>=9618&&t<=9621||t===9632||t===9633||t>=9635&&t<=9641||t===9650||t===9651||t===9654||t===9655||t===9660||t===9661||t===9664||t===9665||t>=9670&&t<=9672||t===9675||t>=9678&&t<=9681||t>=9698&&t<=9701||t===9711||t===9733||t===9734||t===9737||t===9742||t===9743||t===9756||t===9758||t===9792||t===9794||t===9824||t===9825||t>=9827&&t<=9829||t>=9831&&t<=9834||t===9836||t===9837||t===9839||t===9886||t===9887||t===9919||t>=9926&&t<=9933||t>=9935&&t<=9939||t>=9941&&t<=9953||t===9955||t===9960||t===9961||t>=9963&&t<=9969||t===9972||t>=9974&&t<=9977||t===9979||t===9980||t===9982||t===9983||t===10045||t>=10102&&t<=10111||t>=11094&&t<=11097||t>=12872&&t<=12879||t>=57344&&t<=63743||t>=65024&&t<=65039||t===65533||t>=127232&&t<=127242||t>=127248&&t<=127277||t>=127280&&t<=127337||t>=127344&&t<=127373||t===127375||t===127376||t>=127387&&t<=127404||t>=917760&&t<=917999||t>=983040&&t<=1048573||t>=1048576&&t<=1114109,Jy=t=>t===12288||t>=65281&&t<=65376||t>=65504&&t<=65510,Yy=t=>t>=4352&&t<=4447||t===8986||t===8987||t===9001||t===9002||t>=9193&&t<=9196||t===9200||t===9203||t===9725||t===9726||t===9748||t===9749||t>=9800&&t<=9811||t===9855||t===9875||t===9889||t===9898||t===9899||t===9917||t===9918||t===9924||t===9925||t===9934||t===9940||t===9962||t===9970||t===9971||t===9973||t===9978||t===9981||t===9989||t===9994||t===9995||t===10024||t===10060||t===10062||t>=10067&&t<=10069||t===10071||t>=10133&&t<=10135||t===10160||t===10175||t===11035||t===11036||t===11088||t===11093||t>=11904&&t<=11929||t>=11931&&t<=12019||t>=12032&&t<=12245||t>=12272&&t<=12287||t>=12289&&t<=12350||t>=12353&&t<=12438||t>=12441&&t<=12543||t>=12549&&t<=12591||t>=12593&&t<=12686||t>=12688&&t<=12771||t>=12783&&t<=12830||t>=12832&&t<=12871||t>=12880&&t<=19903||t>=19968&&t<=42124||t>=42128&&t<=42182||t>=43360&&t<=43388||t>=44032&&t<=55203||t>=63744&&t<=64255||t>=65040&&t<=65049||t>=65072&&t<=65106||t>=65108&&t<=65126||t>=65128&&t<=65131||t>=94176&&t<=94180||t===94192||t===94193||t>=94208&&t<=100343||t>=100352&&t<=101589||t>=101632&&t<=101640||t>=110576&&t<=110579||t>=110581&&t<=110587||t===110589||t===110590||t>=110592&&t<=110882||t===110898||t>=110928&&t<=110930||t===110933||t>=110948&&t<=110951||t>=110960&&t<=111355||t===126980||t===127183||t===127374||t>=127377&&t<=127386||t>=127488&&t<=127490||t>=127504&&t<=127547||t>=127552&&t<=127560||t===127568||t===127569||t>=127584&&t<=127589||t>=127744&&t<=127776||t>=127789&&t<=127797||t>=127799&&t<=127868||t>=127870&&t<=127891||t>=127904&&t<=127946||t>=127951&&t<=127955||t>=127968&&t<=127984||t===127988||t>=127992&&t<=128062||t===128064||t>=128066&&t<=128252||t>=128255&&t<=128317||t>=128331&&t<=128334||t>=128336&&t<=128359||t===128378||t===128405||t===128406||t===128420||t>=128507&&t<=128591||t>=128640&&t<=128709||t===128716||t>=128720&&t<=128722||t>=128725&&t<=128727||t>=128732&&t<=128735||t===128747||t===128748||t>=128756&&t<=128764||t>=128992&&t<=129003||t===129008||t>=129292&&t<=129338||t>=129340&&t<=129349||t>=129351&&t<=129535||t>=129648&&t<=129660||t>=129664&&t<=129672||t>=129680&&t<=129725||t>=129727&&t<=129733||t>=129742&&t<=129755||t>=129760&&t<=129768||t>=129776&&t<=129784||t>=131072&&t<=196605||t>=196608&&t<=262141;var Sl=/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/y,ga=/[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y,ya=/\t{1,1000}/y,kl=new RegExp("[\\u{1F1E6}-\\u{1F1FF}]{2}|\\u{1F3F4}[\\u{E0061}-\\u{E007A}]{2}[\\u{E0030}-\\u{E0039}\\u{E0061}-\\u{E007A}]{1,3}\\u{E007F}|(?:\\p{Emoji}\\uFE0F\\u20E3?|\\p{Emoji_Modifier_Base}\\p{Emoji_Modifier}?|\\p{Emoji_Presentation})(?:\\u200D(?:\\p{Emoji_Modifier_Base}\\p{Emoji_Modifier}?|\\p{Emoji_Presentation}|\\p{Emoji}\\uFE0F\\u20E3?))*","yu"),_a=/(?:[\x20-\x7E\xA0-\xFF](?!\uFE0F)){1,1000}/y,RT=new RegExp("\\p{M}+","gu"),CT={limit:1/0,ellipsis:""},Xy=(t,e={},r={})=>{let n=e.limit??1/0,s=e.ellipsis??"",o=e?.ellipsisWidth??(s?Xy(s,CT,r).width:0),i=r.ansiWidth??0,a=r.controlWidth??0,c=r.tabWidth??8,u=r.ambiguousWidth??1,d=r.emojiWidth??2,l=r.fullWidthWidth??2,p=r.regularWidth??1,f=r.wideWidth??2,m=0,h=0,g=t.length,_=0,b=!1,y=g,v=Math.max(0,n-o),S=0,$=0,T=0,R=0;e:for(;;){if($>S||h>=g&&h>m){let M=t.slice(S,$)||t.slice(m,h);_=0;for(let P of M.replaceAll(RT,"")){let O=P.codePointAt(0)||0;if(Jy(O)?R=l:Yy(O)?R=f:u!==p&&Ky(O)?R=u:R=p,T+R>v&&(y=Math.min(y,Math.max(S,m)+_)),T+R>n){b=!0;break e}_+=P.length,T+=R}S=$=0}if(h>=g)break;if(_a.lastIndex=h,_a.test(t)){if(_=_a.lastIndex-h,R=_*p,T+R>v&&(y=Math.min(y,h+Math.floor((v-T)/p))),T+R>n){b=!0;break}T+=R,S=m,$=h,h=m=_a.lastIndex;continue}if(Sl.lastIndex=h,Sl.test(t)){if(T+i>v&&(y=Math.min(y,h)),T+i>n){b=!0;break}T+=i,S=m,$=h,h=m=Sl.lastIndex;continue}if(ga.lastIndex=h,ga.test(t)){if(_=ga.lastIndex-h,R=_*a,T+R>v&&(y=Math.min(y,h+Math.floor((v-T)/a))),T+R>n){b=!0;break}T+=R,S=m,$=h,h=m=ga.lastIndex;continue}if(ya.lastIndex=h,ya.test(t)){if(_=ya.lastIndex-h,R=_*c,T+R>v&&(y=Math.min(y,h+Math.floor((v-T)/c))),T+R>n){b=!0;break}T+=R,S=m,$=h,h=m=ya.lastIndex;continue}if(kl.lastIndex=h,kl.test(t)){if(T+d>v&&(y=Math.min(y,h)),T+d>n){b=!0;break}T+=d,S=m,$=h,h=m=kl.lastIndex;continue}h+=1}return{width:b?v:T,index:b?y:g,truncated:b,ellipsed:b&&n>=o}},Qy=Xy;var OT={limit:1/0,ellipsis:"",ellipsisWidth:0},IT=(t,e={})=>Qy(t,OT,e).width,pt=IT;var va="\x1B",s_="\x9B",AT=39,El="\x07",o_="[",NT="]",i_="m",$l=`${NT}8;;`,e_=new RegExp(`(?:\\${o_}(?<code>\\d+)m|\\${$l}(?<uri>.*)${El})`,"y"),t_=t=>{if(t>=30&&t<=37||t>=90&&t<=97)return 39;if(t>=40&&t<=47||t>=100&&t<=107)return 49;if(t===1||t===2)return 22;if(t===3)return 23;if(t===4)return 24;if(t===7)return 27;if(t===8)return 28;if(t===9)return 29;if(t===0)return 0},r_=t=>`${va}${o_}${t}${i_}`,n_=t=>`${va}${$l}${t}${El}`,wl=(t,e,r)=>{let n=e[Symbol.iterator](),s=!1,o=!1,i=t.at(-1),a=i===void 0?0:pt(i),c=n.next(),u=n.next(),d=0;for(;!c.done;){let l=c.value,p=pt(l);a+p<=r?t[t.length-1]+=l:(t.push(l),a=0),(l===va||l===s_)&&(s=!0,o=e.startsWith($l,d+1)),s?o?l===El&&(s=!1,o=!1):l===i_&&(s=!1):(a+=p,a===r&&!u.done&&(t.push(""),a=0)),c=u,u=n.next(),d+=l.length}i=t.at(-1),!a&&i!==void 0&&i.length&&t.length>1&&(t[t.length-2]+=t.pop())},DT=t=>{let e=t.split(" "),r=e.length;for(;r&&!pt(e[r-1]);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},MT=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",s,o,i=t.split(" "),a=[""],c=0;for(let l=0;l<i.length;l++){let p=i[l];if(r.trim!==!1){let m=a.at(-1)??"",h=m.trimStart();m.length!==h.length&&(a[a.length-1]=h,c=pt(h))}l!==0&&(c>=e&&(r.wordWrap===!1||r.trim===!1)&&(a.push(""),c=0),(c||r.trim===!1)&&(a[a.length-1]+=" ",c++));let f=pt(p);if(r.hard&&f>e){let m=e-c,h=1+Math.floor((f-m-1)/e);Math.floor((f-1)/e)<h&&a.push(""),wl(a,p,e),c=pt(a.at(-1)??"");continue}if(c+f>e&&c&&f){if(r.wordWrap===!1&&c<e){wl(a,p,e),c=pt(a.at(-1)??"");continue}a.push(""),c=0}if(c+f>e&&r.wordWrap===!1){wl(a,p,e),c=pt(a.at(-1)??"");continue}a[a.length-1]+=p,c+=f}r.trim!==!1&&(a=a.map(l=>DT(l)));let u=a.join(`
|
|
985
|
+
`),d=!1;for(let l=0;l<u.length;l++){let p=u[l];if(n+=p,!d)d=p>="\uD800"&&p<="\uDBFF";else continue;if(p===va||p===s_){e_.lastIndex=l+1;let m=e_.exec(u)?.groups;if(m?.code!==void 0){let h=Number.parseFloat(m.code);s=h===AT?void 0:h}else m?.uri!==void 0&&(o=m.uri.length===0?void 0:m.uri)}if(u[l+1]===`
|
|
986
|
+
`){o&&(n+=n_(""));let f=s?t_(s):void 0;s&&f&&(n+=r_(f))}else p===`
|
|
987
|
+
`&&(s&&t_(s)&&(n+=r_(s)),o&&(n+=n_(o)))}return n},jT=/\r?\n/;function ws(t,e,r){return String(t).normalize().split(jT).map(n=>MT(n,e,r)).join(`
|
|
988
|
+
`)}var Ao=Io(Pl(),1);import{ReadStream as c_}from"node:tty";var HT=["up","down","left","right","space","enter","cancel"],ZT=["January","February","March","April","May","June","July","August","September","October","November","December"],xr={actions:new Set(HT),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]]),messages:{cancel:"Canceled",error:"Something went wrong"},withGuide:!0,date:{monthNames:[...ZT],messages:{required:"Please enter a valid date",invalidMonth:"There are only 12 months in a year",invalidDay:(t,e)=>`There are only ${t} days in ${e}`,afterMin:t=>`Date must be on or after ${t.toISOString().slice(0,10)}`,beforeMax:t=>`Date must be on or before ${t.toISOString().slice(0,10)}`}}};function u_(t,e){if(typeof t=="string")return xr.aliases.get(t)===e;for(let r of t)if(r!==void 0&&u_(r,e))return!0;return!1}var BT=globalThis.process.platform.startsWith("win");function l_({input:t=UT,output:e=FT,overwrite:r=!0,hideCursor:n=!0}={}){let s=Xr.createInterface({input:t,output:e,prompt:"",tabSize:1});Xr.emitKeypressEvents(t,s),t instanceof c_&&t.isTTY&&t.setRawMode(!0);let o=(i,{name:a,sequence:c})=>{let u=String(i);if(u_([u,a,c],"cancel")){n&&e.write(Ao.cursor.show),process.exit(0);return}if(!r)return;Xr.moveCursor(e,a==="return"?0:-1,a==="return"?-1:0,()=>{Xr.clearLine(e,1,()=>{t.once("keypress",o)})})};return n&&e.write(Ao.cursor.hide),t.once("keypress",o),()=>{t.off("keypress",o),n&&e.write(Ao.cursor.show),t instanceof c_&&t.isTTY&&!BT&&t.setRawMode(!1),s.terminal=!1,s.close()}}var Rl=t=>"columns"in t&&typeof t.columns=="number"?t.columns:80;import{styleText as Ie,stripVTControlCharacters as WU}from"node:util";import jt from"node:process";var No=Io(Pl(),1);function VT(){return jt.platform!=="win32"?jt.env.TERM!=="linux":!!jt.env.CI||!!jt.env.WT_SESSION||!!jt.env.TERMINUS_SUBLIME||jt.env.ConEmuTask==="{cmd::Cmder}"||jt.env.TERM_PROGRAM==="Terminus-Sublime"||jt.env.TERM_PROGRAM==="vscode"||jt.env.TERM==="xterm-256color"||jt.env.TERM==="alacritty"||jt.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var Cl=VT(),WT=()=>process.env.CI==="true";var ye=(t,e)=>Cl?t:e,YU=ye("\u25C6","*"),GT=ye("\u25A0","x"),KT=ye("\u25B2","x"),Ol=ye("\u25C7","o"),JT=ye("\u250C","T"),Qr=ye("\u2502","|"),YT=ye("\u2514","\u2014"),XU=ye("\u2510","T"),QU=ye("\u2518","\u2014"),eH=ye("\u25CF",">"),tH=ye("\u25CB"," "),rH=ye("\u25FB","[\u2022]"),nH=ye("\u25FC","[+]"),sH=ye("\u25FB","[ ]"),oH=ye("\u25AA","\u2022"),d_=ye("\u2500","-"),XT=ye("\u256E","+"),QT=ye("\u251C","+"),eP=ye("\u256F","+"),tP=ye("\u2570","+"),iH=ye("\u256D","+"),rP=ye("\u25CF","\u2022"),nP=ye("\u25C6","*"),sP=ye("\u25B2","!"),oP=ye("\u25A0","x");var A={message:(t=[],{symbol:e=Ie("gray",Qr),secondarySymbol:r=Ie("gray",Qr),output:n=process.stdout,spacing:s=1,withGuide:o}={})=>{let i=[],a=o??xr.withGuide,c=a?r:"",u=a?`${e} `:"",d=a?`${r} `:"";for(let p=0;p<s;p++)i.push(c);let l=Array.isArray(t)?t:t.split(`
|
|
989
989
|
`);if(l.length>0){let[p,...f]=l;p.length>0?i.push(`${u}${p}`):i.push(a?e:"");for(let m of f)m.length>0?i.push(`${d}${m}`):i.push(a?r:"")}n.write(`${i.join(`
|
|
990
990
|
`)}
|
|
991
|
-
`)},info:(t,e)=>{A.message(t,{...e,symbol:Ie("blue",
|
|
992
|
-
`)},
|
|
993
|
-
${Ie("gray",
|
|
994
|
-
|
|
995
|
-
`)};var
|
|
996
|
-
`),o=s.reduce((c,u)=>Math.max(
|
|
997
|
-
`).map(o),""],a=
|
|
998
|
-
`),d=s?`${Ie("gray",
|
|
999
|
-
`:"",l=s?
|
|
991
|
+
`)},info:(t,e)=>{A.message(t,{...e,symbol:Ie("blue",rP)})},success:(t,e)=>{A.message(t,{...e,symbol:Ie("green",nP)})},step:(t,e)=>{A.message(t,{...e,symbol:Ie("green",Ol)})},warn:(t,e)=>{A.message(t,{...e,symbol:Ie("yellow",sP)})},warning:(t,e)=>{A.warn(t,e)},error:(t,e)=>{A.message(t,{...e,symbol:Ie("red",oP)})}};var Il=(t="",e)=>{let r=e?.output??process.stdout,n=e?.withGuide??xr.withGuide?`${Ie("gray",JT)} `:"";r.write(`${n}${t}
|
|
992
|
+
`)},ba=(t="",e)=>{let r=e?.output??process.stdout,n=e?.withGuide??xr.withGuide?`${Ie("gray",Qr)}
|
|
993
|
+
${Ie("gray",YT)} `:"";r.write(`${n}${t}
|
|
994
|
+
|
|
995
|
+
`)};var iP=t=>Ie("dim",t),aP=(t,e,r)=>{let n={hard:!0,trim:!1},s=ws(t,e,n).split(`
|
|
996
|
+
`),o=s.reduce((c,u)=>Math.max(pt(u),c),0),i=s.map(r).reduce((c,u)=>Math.max(pt(u),c),0),a=e-(i-o);return ws(t,a,n)},Al=(t="",e="",r)=>{let n=r?.output??jt.stdout,s=r?.withGuide??xr.withGuide,o=r?.format??iP,i=["",...aP(t,Rl(n)-6,o).split(`
|
|
997
|
+
`).map(o),""],a=pt(e),c=Math.max(i.reduce((p,f)=>{let m=pt(f);return m>p?m:p},0),a)+2,u=i.map(p=>`${Ie("gray",Qr)} ${p}${" ".repeat(c-pt(p))}${Ie("gray",Qr)}`).join(`
|
|
998
|
+
`),d=s?`${Ie("gray",Qr)}
|
|
999
|
+
`:"",l=s?QT:tP;n.write(`${d}${Ie("green",Ol)} ${Ie("reset",e)} ${Ie("gray",d_.repeat(Math.max(c-a-1,1))+XT)}
|
|
1000
1000
|
${u}
|
|
1001
|
-
${Ie("gray",l+
|
|
1002
|
-
`)};var
|
|
1003
|
-
`);let
|
|
1004
|
-
`);
|
|
1005
|
-
`);let
|
|
1006
|
-
`):r.write(`${
|
|
1007
|
-
`))
|
|
1008
|
-
`,"utf-8")}catch(h){return{healed:[],error:`write-failed: ${h&&h.message||h}`}}}return{healed:l}}function
|
|
1009
|
-
`,"utf-8")}catch(h){return{healed:[],error:`write-failed: ${h&&h.message||h}`}}}return{healed:l}}
|
|
1010
|
-
Could not auto-open browser. Open manually: ${t}`),o=
|
|
1001
|
+
${Ie("gray",l+d_.repeat(c+2)+eP)}
|
|
1002
|
+
`)};var cP=t=>Ie("magenta",t),Nl=({indicator:t="dots",onCancel:e,output:r=process.stdout,cancelMessage:n,errorMessage:s,frames:o=Cl?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],delay:i=Cl?80:120,signal:a,...c}={})=>{let u=WT(),d,l,p=!1,f=!1,m="",h,g=performance.now(),_=Rl(r),b=c?.styleFrame??cP,y=fe=>{let st=fe>1?s??xr.messages.error:n??xr.messages.cancel;f=fe===1,p&&(X(st,fe),f&&typeof e=="function"&&e())},v=()=>y(2),S=()=>y(1),$=()=>{process.on("uncaughtExceptionMonitor",v),process.on("unhandledRejection",v),process.on("SIGINT",S),process.on("SIGTERM",S),process.on("exit",y),a&&a.addEventListener("abort",S)},T=()=>{process.removeListener("uncaughtExceptionMonitor",v),process.removeListener("unhandledRejection",v),process.removeListener("SIGINT",S),process.removeListener("SIGTERM",S),process.removeListener("exit",y),a&&a.removeEventListener("abort",S)},R=()=>{if(h===void 0)return;u&&r.write(`
|
|
1003
|
+
`);let fe=ws(h,_,{hard:!0,trim:!1}).split(`
|
|
1004
|
+
`);fe.length>1&&r.write(No.cursor.up(fe.length-1)),r.write(No.cursor.to(0)),r.write(No.erase.down())},M=fe=>fe.replace(/\.+$/,""),P=fe=>{let st=(performance.now()-fe)/1e3,dt=Math.floor(st/60),rr=Math.floor(st%60);return dt>0?`[${dt}m ${rr}s]`:`[${rr}s]`},O=c.withGuide??xr.withGuide,L=(fe="")=>{p=!0,d=l_({output:r}),m=M(fe),g=performance.now(),O&&r.write(`${Ie("gray",Qr)}
|
|
1005
|
+
`);let st=0,dt=0;$(),l=setInterval(()=>{if(u&&m===h)return;R(),h=m;let rr=b(o[st]),Tn;if(u)Tn=`${rr} ${m}...`;else if(t==="timer")Tn=`${rr} ${m} ${P(g)}`;else{let ha=".".repeat(Math.floor(dt)).slice(0,3);Tn=`${rr} ${m}${ha}`}let fa=ws(Tn,_,{hard:!0,trim:!1});r.write(fa),st=st+1<o.length?st+1:0,dt=dt<4?dt+.125:0},i)},X=(fe="",st=0,dt=!1)=>{if(!p)return;p=!1,clearInterval(l),R();let rr=st===0?Ie("green",Ol):st===1?Ie("red",GT):Ie("red",KT);m=fe??m,dt||(t==="timer"?r.write(`${rr} ${m} ${P(g)}
|
|
1006
|
+
`):r.write(`${rr} ${m}
|
|
1007
|
+
`)),T(),d()};return{start:L,stop:(fe="")=>X(fe,0),message:(fe="")=>{m=M(fe??m)},cancel:(fe="")=>X(fe,1),error:(fe="")=>X(fe,2),clear:()=>X("",0,!0),get isCancelled(){return f}}},aH={light:ye("\u2500","-"),heavy:ye("\u2501","="),block:ye("\u2588","#")};var cH=`${Ie("gray",Qr)} `;var E=Io(f_(),1);$a();jl();en();import{execFileSync as Co,execSync as Y2,execFile as X2}from"node:child_process";import{readFileSync as Yr,writeFileSync as Q2,cpSync as dT,accessSync as mT,existsSync as He,rmSync as Oo,closeSync as eU,openSync as tU,chmodSync as rU,constants as fT}from"node:fs";import{request as nU}from"node:https";import{resolve as ce,dirname as qy,join as _t}from"node:path";import{tmpdir as sU,devNull as oU,homedir as pT}from"node:os";import{fileURLToPath as iU,pathToFileURL as yl}from"node:url";import{execFileSync as xP}from"node:child_process";var SP="node.*plugins/(cache|marketplaces)/.*context-mode.*start\\.mjs",kP=`Get-CimInstance Win32_Process -Filter "Name='node.exe'" | Where-Object { $_.CommandLine -match 'plugins[\\\\/](cache|marketplaces)[\\\\/].*context-mode.*start\\.mjs' } | Select-Object -ExpandProperty ProcessId`,wP=(t,e)=>xP(t,[...e],{encoding:"utf-8",stdio:["ignore","pipe","ignore"]}),EP=t=>{try{return process.kill(t,0),!0}catch{return!1}},$P=(t,e)=>{process.kill(t,e)};function TP(t){let e=new Set;for(let r of t.split(/\r?\n/)){let n=r.trim();if(!n||!/^\d+$/.test(n))continue;let s=Number.parseInt(n,10);Number.isFinite(s)&&s>0&&e.add(s)}return[...e]}function v_(t){let e=t.platform??process.platform,r=t.runCommand??wP,n="";try{e==="win32"?n=r("powershell",["-NoProfile","-Command",kP]):n=r("pgrep",["-f",SP])}catch{return[]}return TP(n).filter(s=>s!==t.ownPid&&s!==t.ownPpid)}function PP(t){return new Promise(e=>{setTimeout(e,t)})}async function b_(t){let e=t.timeoutMs??1500,r=t.pollIntervalMs??100,n=t.isAlive??EP,s=t.sendSignal??$P,o={terminatedBySigterm:0,terminatedBySigkill:0,totalKilled:0};if(t.pids.length===0)return o;let i=new Set,a=new Set;for(let l of t.pids){n(l)&&(i.add(l),a.add(l));try{s(l,"SIGTERM")}catch(p){p?.code!=="ESRCH"&&a.delete(l)}}let c=Date.now()+e,u=0;for(;a.size>0&&Date.now()<c;){await PP(r);for(let l of[...a])n(l)||(a.delete(l),u++)}let d=0;for(let l of a){try{s(l,"SIGKILL")}catch(p){if(p?.code==="ESRCH"){u++;continue}continue}i.has(l)&&d++}return{terminatedBySigterm:u,terminatedBySigkill:d,totalKilled:u+d}}import{existsSync as x_,readFileSync as S_,writeFileSync as k_}from"node:fs";import{resolve as Ts,sep as w_}from"node:path";var E_=/[/\\]context-mode-upgrade-\d+[/\\]/,Fl="${CLAUDE_PLUGIN_ROOT}/start.mjs";function Ul({pluginRoot:t,pluginCacheRoot:e,pluginKey:r}){if(!t||!e||!r)return{healed:[],skipped:"missing-args"};let n=Ts(t),s=Ts(e)+w_;if(!n.startsWith(s))return{healed:[],skipped:"outside-cache-root"};let o=Ts(t,".claude-plugin","plugin.json");if(!x_(o))return{healed:[],skipped:"no-plugin-json"};let i;try{i=S_(o,"utf-8")}catch(h){return{healed:[],error:`read-failed: ${h&&h.message||h}`}}let a;try{a=JSON.parse(i)}catch(h){return{healed:[],error:`parse-failed: ${h&&h.message||h}`}}let c=a&&a.mcpServers;if(!c||typeof c!="object")return{healed:[],skipped:"no-mcp-servers"};let u=r.split("@")[0],d=c[u];if(!d||typeof d!="object"||!Array.isArray(d.args))return{healed:[],skipped:"no-our-server"};let l=[],p=d.args,f=p.map(h=>typeof h!="string"?h:E_.test(h)&&/[/\\]start\.mjs$/.test(h)?Fl:h);if(f.some((h,g)=>h!==p[g])){d.args=f,l.push("plugin-json-args");try{k_(o,JSON.stringify(a,null,2)+`
|
|
1008
|
+
`,"utf-8")}catch(h){return{healed:[],error:`write-failed: ${h&&h.message||h}`}}}return{healed:l}}function Hl({pluginRoot:t,pluginCacheRoot:e,pluginKey:r}){if(!t||!e||!r)return{healed:[],skipped:"missing-args"};let n=Ts(t),s=Ts(e)+w_;if(!n.startsWith(s))return{healed:[],skipped:"outside-cache-root"};let o=Ts(t,".mcp.json");if(!x_(o))return{healed:[],skipped:"no-mcp-json"};let i;try{i=S_(o,"utf-8")}catch(h){return{healed:[],error:`read-failed: ${h&&h.message||h}`}}let a;try{a=JSON.parse(i)}catch(h){return{healed:[],error:`parse-failed: ${h&&h.message||h}`}}let c=a&&a.mcpServers;if(!c||typeof c!="object")return{healed:[],skipped:"no-mcp-servers"};let u=r.split("@")[0],d=c[u];if(!d||typeof d!="object"||!Array.isArray(d.args))return{healed:[],skipped:"no-our-server"};let l=[],p=d.args,f=p.map(h=>typeof h!="string"?h:h==="./start.mjs"||h==="start.mjs"||E_.test(h)&&/[/\\]start\.mjs$/.test(h)?Fl:h);if(f.some((h,g)=>h!==p[g])){d.args=f,l.push("mcp-json-args");try{k_(o,JSON.stringify(a,null,2)+`
|
|
1009
|
+
`,"utf-8")}catch(h){return{healed:[],error:`write-failed: ${h&&h.message||h}`}}}return{healed:l}}zn();function aU(t,e){return e==="darwin"?[{cmd:"open",args:[t]}]:e==="win32"?[{cmd:"cmd",args:["/c","start","",t]}]:[{cmd:"xdg-open",args:[t]},{cmd:"sensible-browser",args:[t]}]}var cU={"claude-code":{pretooluse:"hooks/pretooluse.mjs",posttooluse:"hooks/posttooluse.mjs",precompact:"hooks/precompact.mjs",sessionstart:"hooks/sessionstart.mjs",userpromptsubmit:"hooks/userpromptsubmit.mjs"},"gemini-cli":{beforetool:"hooks/gemini-cli/beforetool.mjs",aftertool:"hooks/gemini-cli/aftertool.mjs",precompress:"hooks/gemini-cli/precompress.mjs",sessionstart:"hooks/gemini-cli/sessionstart.mjs"},"vscode-copilot":{pretooluse:"hooks/vscode-copilot/pretooluse.mjs",posttooluse:"hooks/vscode-copilot/posttooluse.mjs",precompact:"hooks/vscode-copilot/precompact.mjs",sessionstart:"hooks/vscode-copilot/sessionstart.mjs"},cursor:{pretooluse:"hooks/cursor/pretooluse.mjs",posttooluse:"hooks/cursor/posttooluse.mjs",sessionstart:"hooks/cursor/sessionstart.mjs",stop:"hooks/cursor/stop.mjs",afteragentresponse:"hooks/cursor/afteragentresponse.mjs"},codex:{pretooluse:"hooks/codex/pretooluse.mjs",posttooluse:"hooks/codex/posttooluse.mjs",precompact:"hooks/codex/precompact.mjs",sessionstart:"hooks/codex/sessionstart.mjs",userpromptsubmit:"hooks/codex/userpromptsubmit.mjs",stop:"hooks/codex/stop.mjs"},kiro:{pretooluse:"hooks/kiro/pretooluse.mjs",posttooluse:"hooks/kiro/posttooluse.mjs"},"jetbrains-copilot":{pretooluse:"hooks/jetbrains-copilot/pretooluse.mjs",posttooluse:"hooks/jetbrains-copilot/posttooluse.mjs",precompact:"hooks/jetbrains-copilot/precompact.mjs",sessionstart:"hooks/jetbrains-copilot/sessionstart.mjs"},"qwen-code":{pretooluse:"hooks/pretooluse.mjs",posttooluse:"hooks/posttooluse.mjs",precompact:"hooks/precompact.mjs",sessionstart:"hooks/sessionstart.mjs",userpromptsubmit:"hooks/userpromptsubmit.mjs"}};async function uU(t,e){try{eU(2),tU(oU,"w")}catch{process.stderr.write=(()=>!0)}let r=cU[t]?.[e];r||process.exit(1);let n=ks();await import(yl(_t(n,r)).href)}var tr=process.argv.slice(2);if(tr[0]==="doctor")hU().then(t=>process.exit(t));else if(tr[0]==="upgrade"){let t=tr.indexOf("--platform"),e=t>=0&&tr[t+1]?tr[t+1]:void 0;yU(e?{platform:e}:void 0).catch(r=>{let n=r instanceof Error?r.message:String(r);A.error(E.default.red(n)),process.exit(1)})}else tr[0]==="hook"?uU(tr[1],tr[2]):tr[0]==="insight"?gU(tr[1]?Number(tr[1]):4747):tr[0]==="statusline"?_U():Promise.resolve().then(()=>(rT(),tT));function UG(t){return t.replace(/\\/g,"/")}var _l=process.platform==="win32";function gl(t,e={}){Co(_l?"npm.cmd":"npm",t,{...e,..._l?{shell:!0}:{}})}function lU(t,e={}){let r={...e,..._l?{shell:!0}:{}};Y2(_l?t.replace(/^npm /,"npm.cmd "):t,r)}function dU(t,e=process.platform,r=X2){let n={stdio:"ignore"},s=()=>console.error(`
|
|
1010
|
+
Could not auto-open browser. Open manually: ${t}`),o=aU(t,e),i=!1;for(let{cmd:a,args:c}of o)try{r(a,c,n),i=!0;break}catch{}i||s()}function pU(){let t=iU(import.meta.url),e=qy(t);return e.endsWith("/build")||e.endsWith("\\build")||e.endsWith("/src")||e.endsWith("\\src")?ce(e,".."):e}function mU(t){let e=["packages","context-mode@latest","node_modules","context-mode"];if(process.platform==="win32"){let r=process.env.LOCALAPPDATA;return r?ce(r,t,...e):ce(pT(),"AppData","Local",t,...e)}return ce(pT(),".cache",t,...e)}function ks(){let t=ir().platform;return t==="opencode"||t==="kilo"?mU(t):pU()}function hT(){try{return JSON.parse(Yr(ce(ks(),"package.json"),"utf-8")).version??"unknown"}catch{return"unknown"}}async function fU(){return new Promise(t=>{let e=nU("https://registry.npmjs.org/context-mode/latest",{headers:{Connection:"close"}},r=>{let n="";r.on("data",s=>{n+=s}),r.on("end",()=>{try{let s=JSON.parse(n);t(s.version??"unknown")}catch{t("unknown")}})});e.on("error",()=>t("unknown")),e.setTimeout(5e3,()=>{e.destroy(),t("unknown")}),e.end()})}async function hU(){process.stdout.isTTY&&console.clear();let t=ir(),e=await Ho(t.platform);Il(E.default.bgMagenta(E.default.white(" context-mode doctor "))),A.info(`Platform: ${E.default.cyan(e.name)}`+E.default.dim(` (${t.confidence} confidence \u2014 ${t.reason})`));let r=0,n=Nl();n.start("Running diagnostics");let s,o;try{s=Es(),o=Ea(s)}catch{return n.stop("Diagnostics partial"),A.warn(E.default.yellow("Could not detect runtimes")+E.default.dim(" \u2014 module may be missing, restart session after upgrade")),ba(E.default.yellow("Doctor could not fully run \u2014 try again after restarting")),1}n.stop("Diagnostics complete"),Al(wa(s),"Runtimes"),$s()?A.success(E.default.green("Performance: FAST")+" \u2014 Bun detected for JS/TS execution"):A.warn(E.default.yellow("Performance: NORMAL")+" \u2014 Using Node.js (install Bun for 3-5x speed boost)");let i=11,a=(o.length/i*100).toFixed(0);o.length<2?(r++,A.error(E.default.red(`Language coverage: ${o.length}/${i} (${a}%)`)+" \u2014 too few runtimes detected"+E.default.dim(` \u2014 ${o.join(", ")||"none"}`))):A.info(`Language coverage: ${o.length}/${i} (${a}%)`+E.default.dim(` \u2014 ${o.join(", ")}`)),A.step("Testing server initialization...");try{let{PolyglotExecutor:h}=await Promise.resolve().then(()=>(oy(),TE)),_=await new h({runtimes:s}).execute({language:"javascript",code:'console.log("ok");',timeout:5e3});if(_.exitCode===0&&_.stdout.trim()==="ok")A.success(E.default.green("Server test: PASS"));else{r++;let b=_.stderr?.trim()?` (${_.stderr.trim().slice(0,200)})`:"";A.error(E.default.red("Server test: FAIL")+` \u2014 exit ${_.exitCode}${b}`)}}catch(h){let g=h instanceof Error?h.message:String(h);g.includes("Cannot find module")||g.includes("MODULE_NOT_FOUND")?A.warn(E.default.yellow("Server test: SKIP")+E.default.dim(" \u2014 module not available (restart session after upgrade)")):(r++,A.error(E.default.red("Server test: FAIL")+` \u2014 ${g}`))}A.step(`Checking ${e.name} hooks configuration...`);let c=ks(),u=e.validateHooks(c);for(let h of u)h.status==="pass"?A.success(E.default.green(`${h.check}: PASS`)+` \u2014 ${h.message}`):h.status==="warn"?A.warn(E.default.yellow(`${h.check}: WARN`)+` \u2014 ${h.message}`+(h.fix?E.default.dim(`
|
|
1011
1011
|
Run: ${h.fix}`):"")):A.error(E.default.red(`${h.check}: FAIL`)+` \u2014 ${h.message}`+(h.fix?E.default.dim(`
|
|
1012
|
-
Run: ${h.fix}`):""));A.step("Checking hook scripts...");let d=e.getHealthChecks?.(c)??[];if(d.length>0)for(let h of d){let g=h.check();g.status==="OK"?A.success(E.default.green(`${h.name}: PASS`)+(g.detail?E.default.dim(` \u2014 ${g.detail}`):"")):A.error(E.default.red(`${h.name}: FAIL`)+(g.detail?E.default.dim(` \u2014 ${g.detail}`):""))}else{let h
|
|
1013
|
-
Path: ${
|
|
1012
|
+
Run: ${h.fix}`):""));A.step("Checking hook scripts...");let d=e.getHealthChecks?.(c)??[];if(d.length>0)for(let h of d){let g=h.check();g.status==="OK"?A.success(E.default.green(`${h.name}: PASS`)+(g.detail?E.default.dim(` \u2014 ${g.detail}`):"")):A.error(E.default.red(`${h.name}: FAIL`)+(g.detail?E.default.dim(` \u2014 ${g.detail}`):""))}else{let h=Pa(e,c);if(h.length===0)A.success(E.default.green("Hook scripts: PASS")+E.default.dim(" \u2014 no direct .mjs script paths to verify"));else for(let g of h){let _=ce(c,g);try{mT(_,fT.R_OK),A.success(E.default.green("Hook script exists: PASS")+E.default.dim(` \u2014 ${_}`))}catch{A.error(E.default.red("Hook script exists: FAIL")+E.default.dim(` \u2014 not found at ${_}`))}}}A.step(`Checking ${e.name} plugin registration...`);let l=e.checkPluginRegistration();l.status==="pass"?A.success(E.default.green("Plugin enabled: PASS")+E.default.dim(` \u2014 ${l.message}`)):A.warn(E.default.yellow("Plugin enabled: WARN")+` \u2014 ${l.message}`),A.step("Checking FTS5 / SQLite...");try{let h=(await Promise.resolve().then(()=>(vs(),AE))).loadDatabase(),g=new h(":memory:");g.exec("CREATE VIRTUAL TABLE fts_test USING fts5(content)"),g.exec("INSERT INTO fts_test(content) VALUES ('hello world')");let _=g.prepare("SELECT * FROM fts_test WHERE fts_test MATCH 'hello'").get();g.close(),_&&_.content==="hello world"?A.success(E.default.green("FTS5 / SQLite: PASS")+" \u2014 native module works"):(r++,A.error(E.default.red("FTS5 / SQLite: FAIL")+" \u2014 query returned unexpected result"))}catch(h){let g=h instanceof Error?h.message:String(h),_=ks(),b=ce(_,"node_modules","better-sqlite3");!He(b)?(r++,A.error(E.default.red("FTS5 / better-sqlite3: FAIL")+E.default.dim(" \u2014 package-missing")+E.default.dim(`
|
|
1013
|
+
Path: ${b}
|
|
1014
1014
|
Root cause: npm silently skipped better-sqlite3 because the package's \`engines\` field excluded the running Node (issue #514, e.g. Node 26 vs better-sqlite3@12.x).
|
|
1015
1015
|
Try (primary): cd "${_}" && npm install better-sqlite3 --no-optional
|
|
1016
1016
|
Try (fallback): /context-mode:ctx-upgrade`))):g.includes("Cannot find module")||g.includes("MODULE_NOT_FOUND")?A.warn(E.default.yellow("FTS5 / better-sqlite3: SKIP")+E.default.dim(" \u2014 module not available (restart session after upgrade)")):(r++,(/Could not locate the bindings file/i.test(g)||/bindings\.node/i.test(g)||/\bbindings\b/i.test(g))&&process.platform==="win32"?A.error(E.default.red("FTS5 / better-sqlite3: FAIL")+` \u2014 ${g}`+E.default.dim(`
|
|
1017
1017
|
Root cause: prebuild-install was likely not on PATH, so install fell through to node-gyp without an MSVC toolchain (Windows).
|
|
1018
1018
|
Try (primary): npm install better-sqlite3 # re-resolves the dep tree and re-links the prebuild-install bin shim to fetch a prebuilt binary
|
|
1019
1019
|
Try (fallback): npm rebuild better-sqlite3`)):A.error(E.default.red("FTS5 / better-sqlite3: FAIL")+` \u2014 ${g}`+E.default.dim(`
|
|
1020
|
-
Try: npm rebuild better-sqlite3`)))}A.step("Checking versions...");let p=
|
|
1020
|
+
Try: npm rebuild better-sqlite3`)))}A.step("Checking versions...");let p=hT(),f=await fU(),m=e.getInstalledVersion();return f==="unknown"?A.warn(E.default.yellow("npm (MCP): WARN")+` \u2014 local v${p}, could not reach npm registry`):p===f?A.success(E.default.green("npm (MCP): PASS")+` \u2014 v${p}`):A.warn(E.default.yellow("npm (MCP): WARN")+` \u2014 local v${p}, latest v${f}`+E.default.dim(`
|
|
1021
1021
|
Run: /context-mode:ctx-upgrade`)),m==="not installed"?A.info(E.default.dim(`${e.name}: not installed`)+" \u2014 using standalone MCP mode"):f!=="unknown"&&m===f?A.success(E.default.green(`${e.name}: PASS`)+` \u2014 v${m}`):f!=="unknown"?A.warn(E.default.yellow(`${e.name}: WARN`)+` \u2014 v${m}, latest v${f}`+E.default.dim(`
|
|
1022
|
-
Run: /context-mode:ctx-upgrade`)):A.info(`${e.name}: v${m}`+E.default.dim(" \u2014 could not verify against npm registry")),r>0?(
|
|
1022
|
+
Run: /context-mode:ctx-upgrade`)):A.info(`${e.name}: v${m}`+E.default.dim(" \u2014 could not verify against npm registry")),r>0?(ba(E.default.red(`Diagnostics failed \u2014 ${r} critical issue(s) found`)),1):(ba(o.length>=4?E.default.green("Diagnostics complete!"):E.default.yellow("Some checks need attention \u2014 see above for details")),0)}async function gU(t){try{let{execSync:e,spawn:r}=await import("node:child_process"),{statSync:n,mkdirSync:s,cpSync:o}=await import("node:fs"),i=ce(ks(),"insight"),a=ir(),u=(await Ho(a.platform)).getSessionDir(),d=_t(qy(u),"content"),l=_t(qy(u),"insight-cache");He(_t(i,"server.mjs"))||(console.error("Error: Insight source not found. Try upgrading context-mode."),process.exit(1)),s(l,{recursive:!0});let p=n(_t(i,"server.mjs")).mtimeMs,f=He(_t(l,"server.mjs"))?n(_t(l,"server.mjs")).mtimeMs:0;if(p>f&&(console.log("Copying Insight source..."),o(i,l,{recursive:!0,force:!0})),!He(_t(l,"node_modules"))){console.log("Installing dependencies (first run)...");try{lU("npm install --production=false",{cwd:l,stdio:"inherit",timeout:3e5})}catch{try{Oo(_t(l,"node_modules"),{recursive:!0,force:!0})}catch{}throw new Error("npm install failed \u2014 please retry")}if(!He(_t(l,"node_modules","vite"))||!He(_t(l,"node_modules","better-sqlite3")))throw Oo(_t(l,"node_modules"),{recursive:!0,force:!0}),new Error("npm install incomplete \u2014 please retry")}console.log("Building dashboard..."),e("npx vite build",{cwd:l,stdio:"pipe",timeout:6e4});let m=`http://localhost:${t}`;console.log(`
|
|
1023
1023
|
context-mode Insight
|
|
1024
1024
|
${m}
|
|
1025
|
-
`);let h=r("node",[
|
|
1025
|
+
`);let h=r("node",[_t(l,"server.mjs")],{cwd:l,env:{...process.env,PORT:String(t),INSIGHT_SESSION_DIR:u,INSIGHT_CONTENT_DIR:d},stdio:"inherit"});h.on("error",()=>{}),await new Promise(g=>setTimeout(g,1500));try{let{request:g}=await import("node:http");await new Promise((_,b)=>{let y=g(`http://127.0.0.1:${t}/api/overview`,{timeout:3e3},v=>{_(),v.resume()});y.on("error",b),y.on("timeout",()=>{y.destroy(),b(new Error("timeout"))}),y.end()})}catch{console.error(`
|
|
1026
1026
|
Error: Port ${t} appears to be in use. Either a previous dashboard is still running, or another service is using this port.`),console.error(`
|
|
1027
|
-
To fix:`),console.error(` Kill the existing process: ${process.platform==="win32"?`netstat -ano | findstr :${t}`:`lsof -ti:${t} | xargs kill`}`),console.error(` Or use a different port: context-mode insight ${t+1}`),h.kill(),process.exit(1)}
|
|
1028
|
-
Insight error: ${r}`),process.exit(1)}}async function
|
|
1029
|
-
`);try{(await Promise.resolve().then(()=>(
|
|
1030
|
-
Try manually: cd "${n}" && npm rebuild better-sqlite3`))}let S=
|
|
1027
|
+
To fix:`),console.error(` Kill the existing process: ${process.platform==="win32"?`netstat -ano | findstr :${t}`:`lsof -ti:${t} | xargs kill`}`),console.error(` Or use a different port: context-mode insight ${t+1}`),h.kill(),process.exit(1)}dU(m),process.on("SIGINT",()=>{h.kill(),process.exit(0)}),process.on("SIGTERM",()=>{h.kill(),process.exit(0)})}catch(e){let r=e instanceof Error?e.message:String(e);console.error(`
|
|
1028
|
+
Insight error: ${r}`),process.exit(1)}}async function yU(t){process.stdout.isTTY&&console.clear();let e=t?.platform?{platform:t.platform,confidence:"high",reason:`--platform ${t.platform} from ctx_upgrade handler`}:ir(),r=await Ho(e.platform);Il(E.default.bgCyan(E.default.black(" context-mode upgrade "))),A.info(`Platform: ${E.default.cyan(r.name)}`+E.default.dim(` (${e.confidence} confidence)`));let n=ks(),s=[],o=Nl(),i=ce(Be(),"plugins","marketplaces","context-mode");if(He(_t(i,".git"))){o.start("Syncing marketplace clone");try{Co("git",["-C",i,"status","--porcelain"],{stdio:"pipe",encoding:"utf-8",timeout:5e3}).trim()?(o.stop(E.default.yellow("Marketplace clone has local edits \u2014 skipping git pull")),A.info(E.default.dim(` Run manually: git -C "${i}" stash && git pull --ff-only`))):(Co("git",["-C",i,"fetch","--tags","origin"],{stdio:"pipe",timeout:3e4}),Co("git",["-C",i,"reset","--hard","origin/HEAD"],{stdio:"pipe",timeout:1e4}),o.stop(E.default.green("Marketplace clone synced")),s.push("Marketplace clone updated to upstream"))}catch(p){let f=p instanceof Error?p.message:String(p);o.stop(E.default.yellow("Marketplace sync skipped")),A.warn(E.default.yellow("git refresh on marketplace failed")+` \u2014 ${f}`),A.info(E.default.dim(" Continuing \u2014 cache dir update will still happen."))}}A.step("Pulling latest from GitHub...");let a=hT(),c=_t(sU(),`context-mode-upgrade-${Date.now()}`);o.start("Cloning mksglu/context-mode");try{Co("git",["clone","--depth","1","https://github.com/mksglu/context-mode.git",c],{stdio:"pipe",timeout:3e4}),o.stop("Downloaded");let p=c,m=JSON.parse(Yr(ce(p,"package.json"),"utf-8")).version??"unknown";if(m===a)A.success(E.default.green("Already on latest")+` \u2014 v${a}`),Oo(c,{recursive:!0,force:!0});else{A.info(`Update available: ${E.default.yellow("v"+a)} \u2192 ${E.default.green("v"+m)}`);try{let v=v_({ownPid:process.pid,ownPpid:process.ppid});if(v.length>0){let S=await b_({pids:v});if(S.totalKilled>0){let $=S.totalKilled===1?"sibling MCP server":"sibling MCP servers";A.info(E.default.dim(`Stopped ${S.totalKilled} ${$} (SIGTERM: ${S.terminatedBySigterm}, SIGKILL: ${S.terminatedBySigkill})`))}}}catch{}o.start("Installing dependencies & building"),gl(["install","--no-audit","--no-fund"],{cwd:p,stdio:"pipe",timeout:12e4}),gl(["run","build"],{cwd:p,stdio:"pipe",timeout:6e4}),o.stop("Built successfully"),o.start("Updating files in-place");let g=[...JSON.parse(Yr(ce(p,"package.json"),"utf-8")).files||[],"src","package.json"];for(let v of g)try{Oo(ce(n,v),{recursive:!0,force:!0}),dT(ce(p,v),ce(n,v),{recursive:!0})}catch{}let _={mcpServers:{"context-mode":{command:"node",args:["${CLAUDE_PLUGIN_ROOT}/start.mjs"]}}};Q2(ce(n,".mcp.json"),JSON.stringify(_,null,2)+`
|
|
1029
|
+
`);try{(await Promise.resolve().then(()=>(lT(),uT))).normalizeHooksOnStartup({pluginRoot:n,nodePath:process.execPath,platform:process.platform})}catch{}o.stop(E.default.green(`Updated in-place to v${m}`));let b=ce(n,".claude-plugin","plugin.json"),y=null;try{let v=JSON.parse(Yr(b,"utf-8"));v&&typeof v.version=="string"&&(y=v.version)}catch{}if(y!==m)throw new Error(`pluginRoot manifest version mismatch \u2014 disk says "${y??"<missing>"}" but newVersion is "${m}". Refusing to bump registry.`);r.updatePluginRegistry(n,m),A.info(E.default.dim(" Registry synced to "+n));try{let v=ce(Be(),"plugins","installed_plugins.json");if(He(v)){let $=JSON.parse(Yr(v,"utf-8"))?.plugins?.["context-mode@context-mode"];if(Array.isArray($))for(let T of $){let R=T?.installPath;if(typeof R!="string"||!R)continue;if(!He(R))throw new Error(`installPath does not exist on disk: ${R}`);let M=ce(R,".claude-plugin","plugin.json");if(!He(M))throw new Error(`missing plugin.json manifest at ${M}`);let P=JSON.parse(Yr(M,"utf-8"));if(P?.version!==T.version)throw new Error(`version mismatch \u2014 registry says "${T.version}" but ${M} says "${P?.version}"`)}}}catch(v){let S=v instanceof Error?v.message:String(v);throw new Error(`Registry consistency check failed: ${S}`)}try{let v=ce(Be(),"plugins","cache"),S="context-mode@context-mode",$=Ul({pluginRoot:n,pluginCacheRoot:v,pluginKey:S});if($&&$.error)throw new Error($.error);let T=Ul({pluginRoot:n,pluginCacheRoot:v,pluginKey:S});if(T&&Array.isArray(T.healed)&&T.healed.length>0)throw new Error(`Plugin manifest drift: plugin.json mcpServers.args still poisoned after first heal pass (healed=${T.healed.join(",")})`)}catch(v){let S=v instanceof Error?v.message:String(v);throw new Error(`plugin.json drift check failed: ${S}`)}try{let v=ce(Be(),"plugins","cache"),S="context-mode@context-mode",$=Hl({pluginRoot:n,pluginCacheRoot:v,pluginKey:S});if($&&$.error)throw new Error($.error);let T=Hl({pluginRoot:n,pluginCacheRoot:v,pluginKey:S});if(T&&Array.isArray(T.healed)&&T.healed.length>0)throw new Error(`.mcp.json drift: mcpServers.args still poisoned after first heal pass (healed=${T.healed.join(",")})`)}catch(v){let S=v instanceof Error?v.message:String(v);throw new Error(`.mcp.json drift check failed: ${S}`)}try{let v=ce(i,".claude-plugin","plugin.json");if(He(v)){let S=JSON.parse(Yr(v,"utf-8"));S?.version!==m&&(A.warn(E.default.yellow("Marketplace clone version mismatch")+` \u2014 ${i} reports "${S?.version}" but expected "${m}"`),A.info(E.default.dim(` Run manually: git -C "${i}" fetch --tags origin && git -C "${i}" reset --hard origin/HEAD`)))}}catch{}if(o.start("Installing production dependencies"),gl(["install","--production","--no-audit","--no-fund"],{cwd:n,stdio:"pipe",timeout:6e4}),o.stop("Dependencies ready"),e.platform!=="opencode"&&e.platform!=="kilo"){o.start("Verifying native addon ABI");let v=ce(n,"node_modules","better-sqlite3","build","Release",`better_sqlite3.abi${process.versions.modules}.node`);try{let $=ce(n,"hooks","ensure-deps.mjs");if(!He($))throw new Error(`missing ${$}`);await import(`${yl($).href}?upgrade=${Date.now()}`),He(v)?(o.stop(E.default.green("Native addons OK")+E.default.dim(" \u2014 ABI cache present")),s.push(`better-sqlite3 ABI ${process.versions.modules} cache ready`)):(o.stop(E.default.yellow("Native addon ABI cache missing")),A.warn(E.default.dim(` Try manually: cd "${n}" && npm rebuild better-sqlite3`)))}catch($){let T=$ instanceof Error?$.message:String($);o.stop(E.default.yellow("Native addon ABI bootstrap unavailable")),A.warn(E.default.yellow("better-sqlite3 ABI repair did not run")+` \u2014 ${T}`+E.default.dim(`
|
|
1030
|
+
Try manually: cd "${n}" && npm rebuild better-sqlite3`))}let S=ce(n,"node_modules","better-sqlite3","build","Release","better_sqlite3.node");if(!He(S))try{let $=ce(n,"scripts","heal-better-sqlite3.mjs");if(He($)){let T=await import(`${yl($).href}?upgrade=${Date.now()}`);typeof T.healBetterSqlite3Binding=="function"&&T.healBetterSqlite3Binding(n)}}catch{}He(S)||(process.exitCode=1,A.error(E.default.red("better-sqlite3 native binding: MISSING")+E.default.dim(`
|
|
1031
1031
|
Path: ${S}`)+E.default.dim(`
|
|
1032
1032
|
Cause: npm silently skipped the package (Node engine mismatch, issue #514)`)+E.default.dim(`
|
|
1033
1033
|
Try (primary): cd "${n}" && npm install better-sqlite3 --no-optional`)+E.default.dim(`
|
|
1034
|
-
Try (fallback): /context-mode:ctx-doctor`)))}o.start("Updating npm global package");try{
|
|
1035
|
-
`),"Changes Applied"):A.info(E.default.dim("No changes were needed."));let l=r.name==="Claude Code"?"/reload-plugins, new terminal, or restart session":"new terminal or restart session";A.warn(E.default.yellow("Restart for new MCP tools to take effect.")+E.default.dim(` (${l})`)),A.step("Running doctor to verify..."),console.log();try{let p=
|
|
1034
|
+
Try (fallback): /context-mode:ctx-doctor`)))}o.start("Updating npm global package");try{gl(["install","-g",n,"--no-audit","--no-fund"],{stdio:"pipe",timeout:3e4}),o.stop(E.default.green("npm global updated")),s.push("Updated npm global package")}catch{o.stop(E.default.yellow("npm global update skipped")),A.info(E.default.dim(" Could not update global npm \u2014 may need sudo or standalone install"))}Oo(c,{recursive:!0,force:!0});try{let v=ce(Be(),"plugins","installed_plugins.json");if(He(v)){let $=JSON.parse(Yr(v,"utf-8"))?.plugins?.["context-mode@context-mode"];if(Array.isArray($))for(let T of $){let R=T.installPath;if(R&&R!==n&&He(R)){let M=ce(p,"skills");He(M)&&(dT(M,ce(R,"skills"),{recursive:!0}),s.push("Synced skills to active install path"))}}}}catch{}s.push(`Updated v${a} \u2192 v${m}`),A.success(E.default.green("Plugin reinstalled from GitHub!")+E.default.dim(` \u2014 v${m}`))}}catch(p){let f=p instanceof Error?p.message:String(p);o.stop(E.default.red("Update failed")),A.error(E.default.red("GitHub pull failed")+` \u2014 ${f}`),A.info(E.default.dim("Continuing with hooks/settings fix..."));try{Oo(c,{recursive:!0,force:!0})}catch{}}A.step(`Backing up ${r.name} settings...`);let u=r.backupSettings();u?.endsWith(".bak")?(A.success(E.default.green("Backup created")+E.default.dim(" -> "+u)),s.push("Backed up settings")):u?A.success(E.default.green("Backup skipped")+E.default.dim(" \u2014 no changes needed")):A.warn(E.default.yellow("No existing settings to backup")+" \u2014 a new one will be created"),A.step(`Configuring ${r.name} hooks...`);try{let p=r.configureAllHooks(n);for(let f of p)A.info(E.default.dim(` ${f}`)),s.push(f);A.success(E.default.green("Hooks configured")+E.default.dim(` \u2014 ${r.name}`))}catch(p){let f=p instanceof Error?p.message:String(p);throw new Error(`Hook configuration failed: ${f}`)}A.step("Setting hook script permissions...");let d=r.setHookPermissions(n);if(process.platform!=="win32")for(let p of["build/cli.js","cli.bundle.mjs"]){let f=ce(n,p);try{mT(f,fT.F_OK),rU(f,493),d.push(f)}catch{}}d.length>0?(A.success(E.default.green("Permissions set")+E.default.dim(` \u2014 ${d.length} hook script(s)`)),s.push(`Set ${d.length} hook scripts as executable`)):A.error(E.default.red("No hook scripts found")+E.default.dim(" \u2014 expected in "+ce(n,"hooks"))),s.length>0?Al(s.map(p=>E.default.green(" + ")+p).join(`
|
|
1035
|
+
`),"Changes Applied"):A.info(E.default.dim("No changes were needed."));let l=r.name==="Claude Code"?"/reload-plugins, new terminal, or restart session":"new terminal or restart session";A.warn(E.default.yellow("Restart for new MCP tools to take effect.")+E.default.dim(` (${l})`)),A.step("Running doctor to verify..."),console.log();try{let p=ce(n,"cli.bundle.mjs"),f=ce(n,"build","cli.js"),m=He(p)?p:f;Co("node",[m,"doctor"],{stdio:"inherit",timeout:3e4,cwd:n})}catch{A.warn(E.default.yellow("Doctor had warnings")+E.default.dim(` \u2014 restart your ${r.name} session to pick up the new version`))}}function _U(){let t=Be(),e=[ce(ks(),"bin","statusline.mjs"),ce(t,"plugins","marketplaces","context-mode","bin","statusline.mjs")];try{let n=ce(t,"plugins","installed_plugins.json");if(He(n)){let o=JSON.parse(Yr(n,"utf-8"))?.plugins?.["context-mode@context-mode"];if(Array.isArray(o))for(let i of o){let a=i?.installPath;typeof a=="string"&&a&&e.push(ce(a,"bin","statusline.mjs"))}}}catch{}let r=e.find(n=>He(n));r||process.exit(0),import(yl(r).href).catch(()=>{process.exit(0)})}export{lU as npmExec,gl as npmExecFile,dU as openInBrowser,UG as toUnixPath};
|