makecoder 2.0.86 → 2.0.88

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.
@@ -814,7 +814,7 @@ ${s}
814
814
 
815
815
  ... [${u.toLocaleString()} characters omitted] ...
816
816
 
817
- ${c}`}var $br="tool-outputs";async function Jv(t,e,r,n,o){let s=Yu(e).toLowerCase(),c=Yu(r.toString()).toLowerCase(),u=c.startsWith(s)?`${c}.txt`:`${s}_${c}.txt`,d=Wu.join(n,$br);if(o){let a=Yu(o);d=Wu.join(d,`session-${a}`)}let l=Wu.join(d,u);return await Ox.mkdir(d,{recursive:!0}),await Ox.writeFile(l,t),{outputFile:l}}async function eet(t,e){await ul();let r=[t,...e].join(" "),n=Ju(r),o=KA(n).filter(s=>s!=="shopt"&&s!=="set");return o.length>0?o[0]:Kq.basename(t)}function Px(t){return typeof t=="string"?t:"pattern"in t?t.pattern:"op"in t?t.op:("comment"in t,"")}var Ch=["run_shell_command","ShellTool"];async function ret(t){if(Kq.isAbsolute(t))try{return await Yq.promises.access(t,Yq.constants.X_OK),t}catch{return}let e=(process.env.PATH||"").split(Kq.delimiter),r=KZe.platform()==="win32"?[".exe",".cmd",".bat",""]:[""];for(let n of e)for(let o of r){let s=Kq.join(n,t+o);try{return await Yq.promises.access(s,Yq.constants.X_OK),s}catch{continue}}}var Kv=null,Jq=null,Rx=null,Xq=class extends Error{constructor(e){super(`Failed to initialize bash parser: ${e.message}`,{cause:e}),this.name="ShellParserInitializationError"}};function zbr(t){return t instanceof Error?t:typeof t=="string"?new Error(t):new Error("Unknown tree-sitter initialization error",{cause:t})}async function Wbr(){try{Rx=null;let[t,e]=await Promise.all([Mme(()=>import("./tree-sitter-JU2EI3Z2.js"),"web-tree-sitter/tree-sitter.wasm"),Mme(()=>import("./tree-sitter-bash-IAB7XJEE.js"),"tree-sitter-bash/tree-sitter-bash.wasm")]);await Nme.init({wasmBinary:t}),Kv=await Pme.load(e)}catch(t){Kv=null;let e=zbr(t),r=e instanceof Xq?e:new Xq(e);throw Rx=r,r}}async function ul(){Jq||(Jq=Wbr().catch(t=>{Jq=null,B.debug("Failed to initialize shell parsers:",t)})),await Jq}var net="__GCLI_POWERSHELL_COMMAND__",Ybr=1e3*1e3,Jbr=Buffer.from(`
817
+ ${c}`}var $br="tool-outputs";async function Jv(t,e,r,n,o){let s=Yu(e).toLowerCase(),c=Yu(r.toString()).toLowerCase(),u=c.startsWith(s)?`${c}.txt`:`${s}_${c}.txt`,d=Wu.join(n,$br);if(o){let a=Yu(o);d=Wu.join(d,`session-${a}`)}let l=Wu.join(d,u);return await Ox.mkdir(d,{recursive:!0}),await Ox.writeFile(l,t),{outputFile:l}}async function eet(t,e){await ul();let r=[t,...e].join(" "),n=Ju(r),o=KA(n).filter(s=>s!=="shopt"&&s!=="set");return o.length>0?o[0]:Kq.basename(t)}function Px(t){return typeof t=="string"?t:"pattern"in t?t.pattern:"op"in t?t.op:("comment"in t,"")}var Ch=["run_shell_command","ShellTool"];async function ret(t){if(Kq.isAbsolute(t))try{return await Yq.promises.access(t,Yq.constants.X_OK),t}catch{return}let e=(process.env.PATH||"").split(Kq.delimiter),r=KZe.platform()==="win32"?[".exe",".cmd",".bat",""]:[""];for(let n of e)for(let o of r){let s=Kq.join(n,t+o);try{return await Yq.promises.access(s,Yq.constants.X_OK),s}catch{continue}}}var Kv=null,Jq=null,Rx=null,Xq=class extends Error{constructor(e){super(`Failed to initialize bash parser: ${e.message}`,{cause:e}),this.name="ShellParserInitializationError"}};function zbr(t){return t instanceof Error?t:typeof t=="string"?new Error(t):new Error("Unknown tree-sitter initialization error",{cause:t})}async function Wbr(){try{Rx=null;let[t,e]=await Promise.all([Mme(()=>import("./tree-sitter-SPJ4FOC6.js"),"web-tree-sitter/tree-sitter.wasm"),Mme(()=>import("./tree-sitter-bash-NLKDXHN2.js"),"tree-sitter-bash/tree-sitter-bash.wasm")]);await Nme.init({wasmBinary:t}),Kv=await Pme.load(e)}catch(t){Kv=null;let e=zbr(t),r=e instanceof Xq?e:new Xq(e);throw Rx=r,r}}async function ul(){Jq||(Jq=Wbr().catch(t=>{Jq=null,B.debug("Failed to initialize shell parsers:",t)})),await Jq}var net="__GCLI_POWERSHELL_COMMAND__",Ybr=1e3*1e3,Jbr=Buffer.from(`
818
818
  $ErrorActionPreference = 'Stop'
819
819
  $commandText = $env:${net}
820
820
  if ([string]::IsNullOrEmpty($commandText)) {
@@ -2895,7 +2895,7 @@ When adding a memory, route it to the right store:
2895
2895
  # Insufficient context
2896
2896
  If you find that you have insufficient context to read or modify the memories as described,
2897
2897
  reply with what you need, and exit. Do not search the codebase for the missing context.
2898
- `.trim();return{kind:"local",name:"save_memory",displayName:"Memory Manager",description:"Writes and reads memory, preferences or facts across ALL future sessions. Use this for recurring instructions like coding styles or tool aliases.",inputConfig:{inputSchema:{type:"object",properties:{request:{type:"string",description:'The memory operation to perform. Examples: "Remember that I prefer tabs over spaces", "Clean up stale memories", "De-duplicate my memories", "Organize my memories".'}},required:["request"]}},outputConfig:{outputName:"result",description:"A summary of the memory operations performed.",schema:REi},modelConfig:{model:Ex},toolConfig:{tools:[Ti,Xl,Kl,bx,Jl,Mi,Vo]},get promptConfig(){return{systemPrompt:n(),query:`${r()}\${request}`}},runConfig:{maxTimeMinutes:5,maxTurns:10}}};var sh=class t{static MAX_AUTH_RETRIES=2;authRetryCount=0;async shouldRetryWithHeaders(e,r){if(r.status===401||r.status===403)return this.authRetryCount>=t.MAX_AUTH_RETRIES?void 0:(this.authRetryCount++,this.headers());this.authRetryCount=0}async initialize(){}};var _fr=6e4;async function ov(t){if(t.startsWith("$$")||t.startsWith("!!"))return t.slice(1);if(t.startsWith("$")){let e=t.slice(1),r=process.env[e];if(r===void 0||r==="")throw new Error(`Environment variable '${e}' is not set or is empty. Please set it before using this agent.`);return B.debug(`[AuthValueResolver] Resolved env var: ${e}`),r}if(t.startsWith("!")){let e=t.slice(1).trim();if(!e)throw new Error("Empty command in auth value. Expected format: !command");B.debug("[AuthValueResolver] Executing command for auth value");let r=YA();try{let{stdout:n}=await tc(r.executable,[...r.argsPrefix,e],{signal:AbortSignal.timeout(_fr),windowsHide:!0}),o=n.trim();if(!o)throw new Error(`Command '${e}' returned empty output`);return o}catch(n){throw n instanceof Error&&n.name==="AbortError"?new Error(`Command '${e}' timed out after ${_fr/1e3} seconds`):n}}return t}function Efr(t){return t.startsWith("$")||t.startsWith("!")}var PEi="X-API-Key",hpe=class extends sh{config;type="apiKey";resolvedKey;headerName;constructor(e){super(),this.config=e,this.headerName=e.name??PEi}async initialize(){Efr(this.config.key)?(this.resolvedKey=await ov(this.config.key),B.debug(`[ApiKeyAuthProvider] Resolved API key from: ${this.config.key.startsWith("$")?"env var":"command"}`)):this.resolvedKey=this.config.key}async headers(){if(!this.resolvedKey)throw new Error("ApiKeyAuthProvider not initialized. Call initialize() first.");return{[this.headerName]:this.resolvedKey}}async shouldRetryWithHeaders(e,r){if(r.status!==401&&r.status!==403){this.authRetryCount=0;return}if(!(!this.config.key.startsWith("!")||this.config.key.startsWith("!!"))&&!(this.authRetryCount>=sh.MAX_AUTH_RETRIES))return this.authRetryCount++,B.debug("[ApiKeyAuthProvider] Re-resolving API key after auth failure"),this.resolvedKey=await ov(this.config.key),this.headers()}};var gpe=class extends sh{config;type="http";resolvedToken;resolvedUsername;resolvedPassword;resolvedValue;constructor(e){super(),this.config=e}async initialize(){let e=this.config;"token"in e?this.resolvedToken=await ov(e.token):"username"in e?(this.resolvedUsername=await ov(e.username),this.resolvedPassword=await ov(e.password)):this.resolvedValue=await ov(e.value),B.debug(`[HttpAuthProvider] Initialized with scheme: ${this.config.scheme}`)}async headers(){let e=this.config;if("token"in e){if(!this.resolvedToken)throw new Error("HttpAuthProvider not initialized");return{Authorization:`Bearer ${this.resolvedToken}`}}if("username"in e){if(!this.resolvedUsername||!this.resolvedPassword)throw new Error("HttpAuthProvider not initialized");return{Authorization:`Basic ${Buffer.from(`${this.resolvedUsername}:${this.resolvedPassword}`).toString("base64")}`}}if(!this.resolvedValue)throw new Error("HttpAuthProvider not initialized");return{Authorization:`${e.scheme} ${this.resolvedValue}`}}async shouldRetryWithHeaders(e,r){if(r.status===401||r.status===403){if(this.authRetryCount>=sh.MAX_AUTH_RETRIES)return;B.debug("[HttpAuthProvider] Re-resolving values after auth failure"),await this.initialize()}return super.shouldRetryWithHeaders(e,r)}};var bfr=Fe(hs(),1);var WC=class extends Error{constructor(e){super(e),this.name="ResourceMismatchError"}},pD=5*60*1e3,Bs=class{static buildWellKnownUrls(e,r=!1){let n=new URL(e),o=`${n.protocol}//${n.host}`,s=r?"":n.pathname.replace(/\/$/,"");return{protectedResource:new URL(`/.well-known/oauth-protected-resource${s}`,o).toString(),authorizationServer:new URL(`/.well-known/oauth-authorization-server${s}`,o).toString()}}static async fetchProtectedResourceMetadata(e){try{let r=await fetch(e);return r.ok?await r.json():null}catch(r){return B.debug(`Failed to fetch protected resource metadata from ${e}: ${Se(r)}`),null}}static async fetchAuthorizationServerMetadata(e){try{let r=await fetch(e);return r.ok?await r.json():null}catch(r){return B.debug(`Failed to fetch authorization server metadata from ${e}: ${Se(r)}`),null}}static metadataToOAuthConfig(e){return{authorizationUrl:e.authorization_endpoint,issuer:e.issuer,tokenUrl:e.token_endpoint,scopes:e.scopes_supported||[],registrationUrl:e.registration_endpoint}}static async discoverAuthorizationServerMetadata(e){let r=new URL(e),n=`${r.protocol}//${r.host}`,o=[];r.pathname!=="/"&&(o.push(new URL(`/.well-known/oauth-authorization-server${r.pathname}`,n).toString()),o.push(new URL(`/.well-known/openid-configuration${r.pathname}`,n).toString()),o.push(new URL(`${r.pathname}/.well-known/openid-configuration`,n).toString())),o.push(new URL("/.well-known/oauth-authorization-server",n).toString()),o.push(new URL("/.well-known/openid-configuration",n).toString());for(let s of o){let c=await this.fetchAuthorizationServerMetadata(s);if(c)return c}return B.debug(`Metadata discovery failed for authorization server ${e}`),null}static async discoverOAuthConfig(e){try{let r=this.buildWellKnownUrls(e),n=await this.fetchProtectedResourceMetadata(r.protectedResource);if(!n){let s=new URL(e);if(s.pathname&&s.pathname!=="/"){let c=this.buildWellKnownUrls(e,!0);n=await this.fetchProtectedResourceMetadata(c.protectedResource)}}if(n){let s=this.buildResourceParameter(e);if(!this.isEquivalentResourceIdentifier(n.resource,s))throw new WC(`Protected resource ${n.resource} does not match expected ${s}`)}if(n?.authorization_servers?.length){let s=n.authorization_servers[0],c=await this.discoverAuthorizationServerMetadata(s);if(c){let u=this.metadataToOAuthConfig(c);return c.registration_endpoint&&B.log("Dynamic client registration is supported at:",c.registration_endpoint),u}}B.debug(`Trying OAuth discovery fallback at ${e}`);let o=await this.discoverAuthorizationServerMetadata(e);if(o){let s=this.metadataToOAuthConfig(o);return o.registration_endpoint&&B.log("Dynamic client registration is supported at:",o.registration_endpoint),s}return null}catch(r){if(r instanceof WC)throw r;return B.debug(`Failed to discover OAuth configuration: ${Se(r)}`),null}}static parseWWWAuthenticateHeader(e){let r=e.match(/resource_metadata="([^"]+)"/);return r?r[1]:null}static async discoverOAuthFromWWWAuthenticate(e,r){let n=this.parseWWWAuthenticateHeader(e);if(!n)return null;let o=await this.fetchProtectedResourceMetadata(n);if(o&&r){let u=this.buildResourceParameter(r);if(!this.isEquivalentResourceIdentifier(o.resource,u))throw new WC(`Protected resource ${o.resource} does not match expected ${u}`)}if(!o?.authorization_servers?.length)return null;let s=o.authorization_servers[0],c=await this.discoverAuthorizationServerMetadata(s);return c?this.metadataToOAuthConfig(c):null}static extractBaseUrl(e){let r=new URL(e);return`${r.protocol}//${r.host}`}static isSSEEndpoint(e){return e.includes("/sse")||!e.includes("/mcp")}static buildResourceParameter(e){let r=new URL(e);return`${r.protocol}//${r.host}${r.pathname}`}static isEquivalentResourceIdentifier(e,r){let n=o=>{try{return this.buildResourceParameter(o)}catch{return o}};return n(e)===n(r)}static parseTokenExpiry(e){try{let r=JSON.parse(Buffer.from(e.split(".")[1],"base64").toString());if(r&&typeof r.exp=="number")return r.exp*1e3}catch(r){B.error("Failed to parse ID token for expiry time with error:",r)}}};var vfr=/^(.*\.)?run\.app$/,NEi=[/^.+\.googleapis\.com$/,vfr],mpe=class extends sh{config;type="google-credentials";auth;useIdToken=!1;audience;cachedToken;tokenExpiryTime;constructor(e,r){if(super(),this.config=e,!r)throw new Error("targetUrl must be provided to GoogleCredentialsAuthProvider to determine token audience.");let n=new URL(r).hostname;if(vfr.test(n)&&(this.useIdToken=!0),this.audience=n,!this.useIdToken&&!NEi.some(c=>c.test(n)))throw new Error(`Host "${n}" is not an allowed host for Google Credential provider.`);let s=this.config.scopes&&this.config.scopes.length>0?this.config.scopes:["https://www.googleapis.com/auth/cloud-platform"];this.auth=new bfr.GoogleAuth({scopes:s})}async initialize(){}async headers(){if(this.cachedToken&&this.tokenExpiryTime&&Date.now()<this.tokenExpiryTime-pD)return{Authorization:`Bearer ${this.cachedToken}`};if(this.cachedToken=void 0,this.tokenExpiryTime=void 0,this.useIdToken)try{let r=await(await this.auth.getIdTokenClient(this.audience)).idTokenProvider.fetchIdToken(this.audience),n=Bs.parseTokenExpiry(r);return n&&(this.tokenExpiryTime=n,this.cachedToken=r),{Authorization:`Bearer ${r}`}}catch(e){let r=`Failed to get ADC ID token: ${e instanceof Error?e.message:String(e)}`;throw B.error(r,e),new Error(r)}try{let e=await this.auth.getClient(),r=await e.getAccessToken();if(r.token){this.cachedToken=r.token;let n=e.credentials;return n.expiry_date&&(this.tokenExpiryTime=n.expiry_date),{Authorization:`Bearer ${r.token}`}}throw new Error("Failed to retrieve ADC access token.")}catch(e){let r=`Failed to get ADC access token: ${e instanceof Error?e.message:String(e)}`;throw B.error(r,e),new Error(r)}}async shouldRetryWithHeaders(e,r){if(r.status!==401&&r.status!==403){this.authRetryCount=0;return}if(!(this.authRetryCount>=sh.MAX_AUTH_RETRIES))return this.authRetryCount++,B.debug("[GoogleCredentialsAuthProvider] Re-fetching token after auth failure"),this.cachedToken=void 0,this.tokenExpiryTime=void 0,this.headers()}};var sv=class t{static async create(e){let{agentName:r,authConfig:n,agentCard:o}=e;if(!n)return o?.securitySchemes&&Object.keys(o.securitySchemes).length>0,void 0;switch(n.type){case"google-credentials":{let s=new mpe(n,e.targetUrl);return await s.initialize(),s}case"apiKey":{let s=new hpe(n);return await s.initialize(),s}case"http":{let s=new gpe(n);return await s.initialize(),s}case"oauth2":{let{OAuth2AuthProvider:s}=await import("./oauth2-provider-HTOFGZYE.js"),c=new s(n,e.agentName??"unknown",o,e.agentCardUrl);return await c.initialize(),c}case"openIdConnect":throw new Error("openIdConnect auth provider not yet implemented");default:{let s=n;throw new Error(`Unknown auth type: ${s.type}`)}}}static async createFromConfig(e,r){return await t.create({authConfig:e,agentName:r})}static validateAuthConfig(e,r){if(!r||Object.keys(r).length===0)return{valid:!0};let n=Object.keys(r);if(!e)return{valid:!1,diff:{requiredSchemes:n,configuredType:void 0,missingConfig:["Authentication is required but not configured"]}};let o=t.findMatchingScheme(e,r);return o.matched?{valid:!0}:{valid:!1,diff:{requiredSchemes:n,configuredType:e.type,missingConfig:o.missingConfig}}}static findMatchingScheme(e,r){let n=[];for(let[o,s]of Object.entries(r))switch(s.type){case"apiKey":if(e.type==="apiKey")return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires apiKey authentication`);break;case"http":if(e.type==="http"){if(e.scheme.toLowerCase()===s.scheme.toLowerCase())return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires HTTP ${s.scheme} authentication, but ${e.scheme} was configured`)}else{if(e.type==="google-credentials"&&s.scheme.toLowerCase()==="bearer")return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires HTTP ${s.scheme} authentication`)}break;case"oauth2":if(e.type==="oauth2")return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires OAuth 2.0 authentication`);break;case"openIdConnect":if(e.type==="openIdConnect")return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires OpenID Connect authentication`);break;case"mutualTLS":n.push(`Scheme '${o}' requires mTLS authentication (not yet supported)`);break;default:{let c=s;n.push(`Unknown security scheme type: ${c.type}`)}}return{matched:!1,missingConfig:n}}static describeRequiredAuth(e){let r=[];for(let[n,o]of Object.entries(e))switch(o.type){case"apiKey":r.push(`API Key (${n}): Send ${o.name} in ${o.in}`);break;case"http":r.push(`HTTP ${o.scheme} (${n})`);break;case"oauth2":r.push(`OAuth 2.0 (${n})`);break;case"openIdConnect":r.push(`OpenID Connect (${n})`);break;case"mutualTLS":r.push(`Mutual TLS (${n})`);break;default:{let s=o;r.push(`Unknown (${n}): ${s.type}`)}}return r.join(" OR ")}};var zm=class extends Error{userMessage;agentName;constructor(e,r,n,o){super(r,o),this.name="A2AAgentError",this.agentName=e,this.userMessage=n}},$$e=class extends zm{constructor(e,r){let n=`Agent card not found at ${r} (HTTP 404)`,o=`Agent card not found (404) at ${r}. Verify the agent_card_url in your agent definition.`;super(e,n,o),this.name="AgentCardNotFoundError"}},ype=class extends zm{statusCode;constructor(e,r,n){let o=n===401?"Unauthorized":"Forbidden",s=`Agent card request returned ${n} ${o} for ${r}`,c=`Authentication failed (${n} ${o}) at ${r}. Check the "auth" configuration in your agent definition.`;super(e,s,c),this.name="AgentCardAuthError",this.statusCode=n}},Ape=class extends zm{requiredAuth;missingFields;constructor(e,r,n){let o=`Agent "${e}" requires authentication but none is configured`,s=`Agent requires ${r} but no auth is configured. Missing: ${n.join(", ")}`;super(e,o,s),this.name="AgentAuthConfigMissingError",this.requiredAuth=r,this.missingFields=n}},_pe=class extends zm{constructor(e,r,n){let o=n instanceof Error?n.message:String(n),s=`Failed to connect to agent "${e}" at ${r}: ${o}`,c=`Connection failed for ${r}: ${o}`;super(e,s,c,{cause:n}),this.name="AgentConnectionError"}};function kEi(t){return typeof t=="object"&&t!==null}function DEi(t){let e=[],r=t,n=0,o=10;for(;r&&n<o;){if(kEi(r)){let s=r;r instanceof Error?e.push(r.message):typeof s.message=="string"&&e.push(s.message),typeof s.code=="string"&&e.push(s.code),typeof s.status=="number"?e.push(String(s.status)):typeof s.statusCode=="number"&&e.push(String(s.statusCode)),r=s.cause}else if(typeof r=="string"){e.push(r);break}else{e.push(String(r));break}n++}return e.join(" ")}function Sfr(t,e,r){let n=DEi(r);return/\b(ECONNREFUSED|ENOTFOUND|EHOSTUNREACH|ETIMEDOUT)\b/i.test(n)?new _pe(t,e,r):/\b404\b|\bnot[\s_-]?found\b/i.test(n)?new $$e(t,e):/\b401\b|unauthorized/i.test(n)?new ype(t,e,401):/\b403\b|forbidden/i.test(n)?new ype(t,e,403):new _pe(t,e,r)}function H$e(t){return`${t.name}-config`}var Epe=class{config;agents=new Map;allDefinitions=new Map;builtInAgents=new Set;constructor(e){this.config=e}async initialize(){Ee.on(Nr.ModelChanged,this.onModelChanged),await this.loadAgents()}isBuiltIn(e){return this.builtInAgents.has(e)}onModelChanged=()=>{this.refreshAgents("local").catch(e=>{B.error("[AgentRegistry] Failed to refresh agents on model change:",e)})};async reload(){this.config.getA2AClientManager()?.clearCache(),await this.config.reloadAgents(),this.agents.clear(),this.allDefinitions.clear(),await this.loadAgents(),Ee.emitAgentsRefreshed()}async acknowledgeAgent(e){let r=this.config.getAcknowledgedAgentsService(),n=this.config.getProjectRoot();e.metadata?.hash&&(await r.acknowledge(n,e.name,e.metadata.hash),await this.registerAgent(e),Ee.emitAgentsRefreshed())}dispose(){Ee.off(Nr.ModelChanged,this.onModelChanged)}async loadAgents(){if(this.agents.clear(),this.allDefinitions.clear(),this.loadBuiltInAgents(),!this.config.isAgentsEnabled())return;let e=pr.getUserAgentsDir(),r=await Q$e(e);for(let s of r.errors)B.warn(`[AgentRegistry] Error loading user agent: ${s.message}`),Ee.emitFeedback("error",`Agent loading error: ${s.message}`);await Promise.allSettled(r.agents.map(async s=>{try{await this.registerAgent(s)}catch(c){B.warn(`[AgentRegistry] Error registering user agent "${s.name}":`,c),Ee.emitFeedback("error",`Error registering user agent "${s.name}": ${c instanceof Error?c.message:String(c)}`)}}));let n=this.config.getFolderTrust(),o=this.config.isTrustedFolder();if(!n||o){let s=this.config.storage.getProjectAgentsDir(),c=await Q$e(s);for(let p of c.errors)Ee.emitFeedback("error",`Agent loading error: ${p.message}`);let u=this.config.getAcknowledgedAgentsService(),d=this.config.getProjectRoot(),l=[],a=[];for(let p of c.agents){if(p.kind==="remote"&&(p.metadata||(p.metadata={}),p.metadata.hash=p.agentCardUrl??(p.agentCardJson?Tfr.createHash("sha256").update(p.agentCardJson).digest("hex"):void 0)),!p.metadata?.hash){a.push(p);continue}await u.isAcknowledged(d,p.name,p.metadata.hash)?a.push(p):l.push(p)}l.length>0&&Ee.emitAgentsDiscovered(l),await Promise.allSettled(a.map(async p=>{try{await this.registerAgent(p)}catch(f){B.warn(`[AgentRegistry] Error registering project agent "${p.name}":`,f),Ee.emitFeedback("error",`Error registering project agent "${p.name}": ${f instanceof Error?f.message:String(f)}`)}}))}else Ee.emitFeedback("info","Skipping project agents due to untrusted folder. To enable, ensure that the project root is trusted.");for(let s of this.config.getExtensions())s.isActive&&s.agents&&await Promise.allSettled(s.agents.map(async c=>{try{await this.registerAgent(c)}catch(u){B.warn(`[AgentRegistry] Error registering extension agent "${c.name}":`,u),Ee.emitFeedback("error",`Error registering extension agent "${c.name}": ${u instanceof Error?u.message:String(u)}`)}}));this.config.getDebugMode()&&B.log(`[AgentRegistry] Loaded with ${this.agents.size} agents.`)}loadBuiltInAgents(){let e=jue(this.config);this.builtInAgents.add(e.name),this.registerLocalAgent(e);let r=hfr(this.config);this.builtInAgents.add(r.name),this.registerLocalAgent(r);let n=gfr(this.config);this.builtInAgents.add(n.name),this.registerLocalAgent(n);let o=this.config.getBrowserAgentConfig();if(o.enabled){let s=process.env.SANDBOX,c=!!s&&s!=="sandbox-exec"&&s!=="sandbox:none",u=o.customConfig.sessionMode??"persistent";if(c&&u!=="existing")Ee.emitFeedback("info",'Browser agent disabled in container sandbox. To use it, set sessionMode to "existing" in settings and start Chrome with --remote-debugging-port=9222 on the host.');else{let d=fpe(this.config);this.builtInAgents.add(d.name),this.registerLocalAgent(d)}}if(this.config.isMemoryManagerEnabled()){this.registerLocalAgent(Afr(this.config));try{let s=pr.getGlobalGeminiDir();this.config.getWorkspaceContext().addDirectory(s)}catch(s){B.warn("[AgentRegistry] Could not add global .gemini directory to workspace:",s)}}}async refreshAgents(e="all"){this.loadBuiltInAgents(),await Promise.allSettled(Array.from(this.agents.values()).map(async r=>{(e==="all"||r.kind===e)&&await this.registerAgent(r)}))}async registerAgent(e){e.kind==="local"?this.registerLocalAgent(e):e.kind==="remote"&&await this.registerRemoteAgent(e)}registerLocalAgent(e){if(e.kind!=="local")return;if(!e.name||!e.description){B.warn("[AgentRegistry] Skipping invalid agent definition. Missing name or description.");return}this.allDefinitions.set(e.name,e);let r=this.config.getAgentsSettings().overrides?.[e.name];if(!this.isAgentEnabled(e,r)){this.config.getDebugMode()&&B.log(`[AgentRegistry] Skipping disabled agent '${e.name}'`);return}this.agents.has(e.name)&&this.config.getDebugMode()&&B.log(`[AgentRegistry] Overriding agent '${e.name}'`);let n=this.applyOverrides(e,r);this.agents.set(n.name,n),this.registerModelConfigs(n),this.addAgentPolicy(n)}addAgentPolicy(e){let r=this.config.getPolicyEngine();if(r){if(r.hasRuleForTool(e.name,!0)){this.config.getDebugMode()&&B.log(`[AgentRegistry] User policy exists for '${e.name}', skipping dynamic registration.`);return}r.removeRulesForTool(e.name,"AgentRegistry (Dynamic)"),r.addRule({toolName:e.name,decision:e.kind==="local"?st.ALLOW:st.ASK_USER,priority:oq,source:"AgentRegistry (Dynamic)"})}}isAgentEnabled(e,r){let o=!(e.experimental===!0);return r&&r.enabled!==void 0&&(o=r.enabled),o}async registerRemoteAgent(e){if(e.kind!=="remote")return;if(!e.name){B.warn("[AgentRegistry] Skipping invalid agent definition. Missing name.");return}this.allDefinitions.set(e.name,e);let r=this.config.getAgentsSettings().overrides?.[e.name];if(!this.isAgentEnabled(e,r)){this.config.getDebugMode()&&B.log(`[AgentRegistry] Skipping disabled remote agent '${e.name}'`);return}this.agents.has(e.name)&&this.config.getDebugMode()&&B.log(`[AgentRegistry] Overriding agent '${e.name}'`);let n=e;n.originalDescription===void 0&&(n.originalDescription=n.description);try{let o=this.config.getA2AClientManager();if(!o){B.warn(`[AgentRegistry] Skipping remote agent '${e.name}': A2AClientManager is not available.`);return}let s=npe(n),c;if(e.auth){let p=await sv.create({authConfig:e.auth,agentName:e.name,targetUrl:s,agentCardUrl:n.agentCardUrl});if(!p)throw new Error(`Failed to create auth provider for agent '${e.name}'`);c=p}let u=await o.loadAgent(n.name,rpe(n),c);if(u.securitySchemes){let p=sv.validateAuthConfig(e.auth,u.securitySchemes);if(!p.valid&&p.diff){let f=sv.describeRequiredAuth(u.securitySchemes),g=new Ape(e.name,f,p.diff.missingConfig);Ee.emitFeedback("warning",`[${e.name}] Agent requires authentication: ${f}`),B.warn(`[AgentRegistry] ${g.message}`)}}let d=n.originalDescription,l=u.description,a=[];if(d?.trim()&&a.push(`User Description: ${d.trim()}`),l?.trim()&&a.push(`Agent Description: ${l.trim()}`),u.skills&&u.skills.length>0){let p=u.skills.map(f=>`${f.name}: ${f.description||"No description provided"}`).join(`
2898
+ `.trim();return{kind:"local",name:"save_memory",displayName:"Memory Manager",description:"Writes and reads memory, preferences or facts across ALL future sessions. Use this for recurring instructions like coding styles or tool aliases.",inputConfig:{inputSchema:{type:"object",properties:{request:{type:"string",description:'The memory operation to perform. Examples: "Remember that I prefer tabs over spaces", "Clean up stale memories", "De-duplicate my memories", "Organize my memories".'}},required:["request"]}},outputConfig:{outputName:"result",description:"A summary of the memory operations performed.",schema:REi},modelConfig:{model:Ex},toolConfig:{tools:[Ti,Xl,Kl,bx,Jl,Mi,Vo]},get promptConfig(){return{systemPrompt:n(),query:`${r()}\${request}`}},runConfig:{maxTimeMinutes:5,maxTurns:10}}};var sh=class t{static MAX_AUTH_RETRIES=2;authRetryCount=0;async shouldRetryWithHeaders(e,r){if(r.status===401||r.status===403)return this.authRetryCount>=t.MAX_AUTH_RETRIES?void 0:(this.authRetryCount++,this.headers());this.authRetryCount=0}async initialize(){}};var _fr=6e4;async function ov(t){if(t.startsWith("$$")||t.startsWith("!!"))return t.slice(1);if(t.startsWith("$")){let e=t.slice(1),r=process.env[e];if(r===void 0||r==="")throw new Error(`Environment variable '${e}' is not set or is empty. Please set it before using this agent.`);return B.debug(`[AuthValueResolver] Resolved env var: ${e}`),r}if(t.startsWith("!")){let e=t.slice(1).trim();if(!e)throw new Error("Empty command in auth value. Expected format: !command");B.debug("[AuthValueResolver] Executing command for auth value");let r=YA();try{let{stdout:n}=await tc(r.executable,[...r.argsPrefix,e],{signal:AbortSignal.timeout(_fr),windowsHide:!0}),o=n.trim();if(!o)throw new Error(`Command '${e}' returned empty output`);return o}catch(n){throw n instanceof Error&&n.name==="AbortError"?new Error(`Command '${e}' timed out after ${_fr/1e3} seconds`):n}}return t}function Efr(t){return t.startsWith("$")||t.startsWith("!")}var PEi="X-API-Key",hpe=class extends sh{config;type="apiKey";resolvedKey;headerName;constructor(e){super(),this.config=e,this.headerName=e.name??PEi}async initialize(){Efr(this.config.key)?(this.resolvedKey=await ov(this.config.key),B.debug(`[ApiKeyAuthProvider] Resolved API key from: ${this.config.key.startsWith("$")?"env var":"command"}`)):this.resolvedKey=this.config.key}async headers(){if(!this.resolvedKey)throw new Error("ApiKeyAuthProvider not initialized. Call initialize() first.");return{[this.headerName]:this.resolvedKey}}async shouldRetryWithHeaders(e,r){if(r.status!==401&&r.status!==403){this.authRetryCount=0;return}if(!(!this.config.key.startsWith("!")||this.config.key.startsWith("!!"))&&!(this.authRetryCount>=sh.MAX_AUTH_RETRIES))return this.authRetryCount++,B.debug("[ApiKeyAuthProvider] Re-resolving API key after auth failure"),this.resolvedKey=await ov(this.config.key),this.headers()}};var gpe=class extends sh{config;type="http";resolvedToken;resolvedUsername;resolvedPassword;resolvedValue;constructor(e){super(),this.config=e}async initialize(){let e=this.config;"token"in e?this.resolvedToken=await ov(e.token):"username"in e?(this.resolvedUsername=await ov(e.username),this.resolvedPassword=await ov(e.password)):this.resolvedValue=await ov(e.value),B.debug(`[HttpAuthProvider] Initialized with scheme: ${this.config.scheme}`)}async headers(){let e=this.config;if("token"in e){if(!this.resolvedToken)throw new Error("HttpAuthProvider not initialized");return{Authorization:`Bearer ${this.resolvedToken}`}}if("username"in e){if(!this.resolvedUsername||!this.resolvedPassword)throw new Error("HttpAuthProvider not initialized");return{Authorization:`Basic ${Buffer.from(`${this.resolvedUsername}:${this.resolvedPassword}`).toString("base64")}`}}if(!this.resolvedValue)throw new Error("HttpAuthProvider not initialized");return{Authorization:`${e.scheme} ${this.resolvedValue}`}}async shouldRetryWithHeaders(e,r){if(r.status===401||r.status===403){if(this.authRetryCount>=sh.MAX_AUTH_RETRIES)return;B.debug("[HttpAuthProvider] Re-resolving values after auth failure"),await this.initialize()}return super.shouldRetryWithHeaders(e,r)}};var bfr=Fe(hs(),1);var WC=class extends Error{constructor(e){super(e),this.name="ResourceMismatchError"}},pD=5*60*1e3,Bs=class{static buildWellKnownUrls(e,r=!1){let n=new URL(e),o=`${n.protocol}//${n.host}`,s=r?"":n.pathname.replace(/\/$/,"");return{protectedResource:new URL(`/.well-known/oauth-protected-resource${s}`,o).toString(),authorizationServer:new URL(`/.well-known/oauth-authorization-server${s}`,o).toString()}}static async fetchProtectedResourceMetadata(e){try{let r=await fetch(e);return r.ok?await r.json():null}catch(r){return B.debug(`Failed to fetch protected resource metadata from ${e}: ${Se(r)}`),null}}static async fetchAuthorizationServerMetadata(e){try{let r=await fetch(e);return r.ok?await r.json():null}catch(r){return B.debug(`Failed to fetch authorization server metadata from ${e}: ${Se(r)}`),null}}static metadataToOAuthConfig(e){return{authorizationUrl:e.authorization_endpoint,issuer:e.issuer,tokenUrl:e.token_endpoint,scopes:e.scopes_supported||[],registrationUrl:e.registration_endpoint}}static async discoverAuthorizationServerMetadata(e){let r=new URL(e),n=`${r.protocol}//${r.host}`,o=[];r.pathname!=="/"&&(o.push(new URL(`/.well-known/oauth-authorization-server${r.pathname}`,n).toString()),o.push(new URL(`/.well-known/openid-configuration${r.pathname}`,n).toString()),o.push(new URL(`${r.pathname}/.well-known/openid-configuration`,n).toString())),o.push(new URL("/.well-known/oauth-authorization-server",n).toString()),o.push(new URL("/.well-known/openid-configuration",n).toString());for(let s of o){let c=await this.fetchAuthorizationServerMetadata(s);if(c)return c}return B.debug(`Metadata discovery failed for authorization server ${e}`),null}static async discoverOAuthConfig(e){try{let r=this.buildWellKnownUrls(e),n=await this.fetchProtectedResourceMetadata(r.protectedResource);if(!n){let s=new URL(e);if(s.pathname&&s.pathname!=="/"){let c=this.buildWellKnownUrls(e,!0);n=await this.fetchProtectedResourceMetadata(c.protectedResource)}}if(n){let s=this.buildResourceParameter(e);if(!this.isEquivalentResourceIdentifier(n.resource,s))throw new WC(`Protected resource ${n.resource} does not match expected ${s}`)}if(n?.authorization_servers?.length){let s=n.authorization_servers[0],c=await this.discoverAuthorizationServerMetadata(s);if(c){let u=this.metadataToOAuthConfig(c);return c.registration_endpoint&&B.log("Dynamic client registration is supported at:",c.registration_endpoint),u}}B.debug(`Trying OAuth discovery fallback at ${e}`);let o=await this.discoverAuthorizationServerMetadata(e);if(o){let s=this.metadataToOAuthConfig(o);return o.registration_endpoint&&B.log("Dynamic client registration is supported at:",o.registration_endpoint),s}return null}catch(r){if(r instanceof WC)throw r;return B.debug(`Failed to discover OAuth configuration: ${Se(r)}`),null}}static parseWWWAuthenticateHeader(e){let r=e.match(/resource_metadata="([^"]+)"/);return r?r[1]:null}static async discoverOAuthFromWWWAuthenticate(e,r){let n=this.parseWWWAuthenticateHeader(e);if(!n)return null;let o=await this.fetchProtectedResourceMetadata(n);if(o&&r){let u=this.buildResourceParameter(r);if(!this.isEquivalentResourceIdentifier(o.resource,u))throw new WC(`Protected resource ${o.resource} does not match expected ${u}`)}if(!o?.authorization_servers?.length)return null;let s=o.authorization_servers[0],c=await this.discoverAuthorizationServerMetadata(s);return c?this.metadataToOAuthConfig(c):null}static extractBaseUrl(e){let r=new URL(e);return`${r.protocol}//${r.host}`}static isSSEEndpoint(e){return e.includes("/sse")||!e.includes("/mcp")}static buildResourceParameter(e){let r=new URL(e);return`${r.protocol}//${r.host}${r.pathname}`}static isEquivalentResourceIdentifier(e,r){let n=o=>{try{return this.buildResourceParameter(o)}catch{return o}};return n(e)===n(r)}static parseTokenExpiry(e){try{let r=JSON.parse(Buffer.from(e.split(".")[1],"base64").toString());if(r&&typeof r.exp=="number")return r.exp*1e3}catch(r){B.error("Failed to parse ID token for expiry time with error:",r)}}};var vfr=/^(.*\.)?run\.app$/,NEi=[/^.+\.googleapis\.com$/,vfr],mpe=class extends sh{config;type="google-credentials";auth;useIdToken=!1;audience;cachedToken;tokenExpiryTime;constructor(e,r){if(super(),this.config=e,!r)throw new Error("targetUrl must be provided to GoogleCredentialsAuthProvider to determine token audience.");let n=new URL(r).hostname;if(vfr.test(n)&&(this.useIdToken=!0),this.audience=n,!this.useIdToken&&!NEi.some(c=>c.test(n)))throw new Error(`Host "${n}" is not an allowed host for Google Credential provider.`);let s=this.config.scopes&&this.config.scopes.length>0?this.config.scopes:["https://www.googleapis.com/auth/cloud-platform"];this.auth=new bfr.GoogleAuth({scopes:s})}async initialize(){}async headers(){if(this.cachedToken&&this.tokenExpiryTime&&Date.now()<this.tokenExpiryTime-pD)return{Authorization:`Bearer ${this.cachedToken}`};if(this.cachedToken=void 0,this.tokenExpiryTime=void 0,this.useIdToken)try{let r=await(await this.auth.getIdTokenClient(this.audience)).idTokenProvider.fetchIdToken(this.audience),n=Bs.parseTokenExpiry(r);return n&&(this.tokenExpiryTime=n,this.cachedToken=r),{Authorization:`Bearer ${r}`}}catch(e){let r=`Failed to get ADC ID token: ${e instanceof Error?e.message:String(e)}`;throw B.error(r,e),new Error(r)}try{let e=await this.auth.getClient(),r=await e.getAccessToken();if(r.token){this.cachedToken=r.token;let n=e.credentials;return n.expiry_date&&(this.tokenExpiryTime=n.expiry_date),{Authorization:`Bearer ${r.token}`}}throw new Error("Failed to retrieve ADC access token.")}catch(e){let r=`Failed to get ADC access token: ${e instanceof Error?e.message:String(e)}`;throw B.error(r,e),new Error(r)}}async shouldRetryWithHeaders(e,r){if(r.status!==401&&r.status!==403){this.authRetryCount=0;return}if(!(this.authRetryCount>=sh.MAX_AUTH_RETRIES))return this.authRetryCount++,B.debug("[GoogleCredentialsAuthProvider] Re-fetching token after auth failure"),this.cachedToken=void 0,this.tokenExpiryTime=void 0,this.headers()}};var sv=class t{static async create(e){let{agentName:r,authConfig:n,agentCard:o}=e;if(!n)return o?.securitySchemes&&Object.keys(o.securitySchemes).length>0,void 0;switch(n.type){case"google-credentials":{let s=new mpe(n,e.targetUrl);return await s.initialize(),s}case"apiKey":{let s=new hpe(n);return await s.initialize(),s}case"http":{let s=new gpe(n);return await s.initialize(),s}case"oauth2":{let{OAuth2AuthProvider:s}=await import("./oauth2-provider-UJ5SOZ4D.js"),c=new s(n,e.agentName??"unknown",o,e.agentCardUrl);return await c.initialize(),c}case"openIdConnect":throw new Error("openIdConnect auth provider not yet implemented");default:{let s=n;throw new Error(`Unknown auth type: ${s.type}`)}}}static async createFromConfig(e,r){return await t.create({authConfig:e,agentName:r})}static validateAuthConfig(e,r){if(!r||Object.keys(r).length===0)return{valid:!0};let n=Object.keys(r);if(!e)return{valid:!1,diff:{requiredSchemes:n,configuredType:void 0,missingConfig:["Authentication is required but not configured"]}};let o=t.findMatchingScheme(e,r);return o.matched?{valid:!0}:{valid:!1,diff:{requiredSchemes:n,configuredType:e.type,missingConfig:o.missingConfig}}}static findMatchingScheme(e,r){let n=[];for(let[o,s]of Object.entries(r))switch(s.type){case"apiKey":if(e.type==="apiKey")return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires apiKey authentication`);break;case"http":if(e.type==="http"){if(e.scheme.toLowerCase()===s.scheme.toLowerCase())return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires HTTP ${s.scheme} authentication, but ${e.scheme} was configured`)}else{if(e.type==="google-credentials"&&s.scheme.toLowerCase()==="bearer")return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires HTTP ${s.scheme} authentication`)}break;case"oauth2":if(e.type==="oauth2")return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires OAuth 2.0 authentication`);break;case"openIdConnect":if(e.type==="openIdConnect")return{matched:!0,missingConfig:[]};n.push(`Scheme '${o}' requires OpenID Connect authentication`);break;case"mutualTLS":n.push(`Scheme '${o}' requires mTLS authentication (not yet supported)`);break;default:{let c=s;n.push(`Unknown security scheme type: ${c.type}`)}}return{matched:!1,missingConfig:n}}static describeRequiredAuth(e){let r=[];for(let[n,o]of Object.entries(e))switch(o.type){case"apiKey":r.push(`API Key (${n}): Send ${o.name} in ${o.in}`);break;case"http":r.push(`HTTP ${o.scheme} (${n})`);break;case"oauth2":r.push(`OAuth 2.0 (${n})`);break;case"openIdConnect":r.push(`OpenID Connect (${n})`);break;case"mutualTLS":r.push(`Mutual TLS (${n})`);break;default:{let s=o;r.push(`Unknown (${n}): ${s.type}`)}}return r.join(" OR ")}};var zm=class extends Error{userMessage;agentName;constructor(e,r,n,o){super(r,o),this.name="A2AAgentError",this.agentName=e,this.userMessage=n}},$$e=class extends zm{constructor(e,r){let n=`Agent card not found at ${r} (HTTP 404)`,o=`Agent card not found (404) at ${r}. Verify the agent_card_url in your agent definition.`;super(e,n,o),this.name="AgentCardNotFoundError"}},ype=class extends zm{statusCode;constructor(e,r,n){let o=n===401?"Unauthorized":"Forbidden",s=`Agent card request returned ${n} ${o} for ${r}`,c=`Authentication failed (${n} ${o}) at ${r}. Check the "auth" configuration in your agent definition.`;super(e,s,c),this.name="AgentCardAuthError",this.statusCode=n}},Ape=class extends zm{requiredAuth;missingFields;constructor(e,r,n){let o=`Agent "${e}" requires authentication but none is configured`,s=`Agent requires ${r} but no auth is configured. Missing: ${n.join(", ")}`;super(e,o,s),this.name="AgentAuthConfigMissingError",this.requiredAuth=r,this.missingFields=n}},_pe=class extends zm{constructor(e,r,n){let o=n instanceof Error?n.message:String(n),s=`Failed to connect to agent "${e}" at ${r}: ${o}`,c=`Connection failed for ${r}: ${o}`;super(e,s,c,{cause:n}),this.name="AgentConnectionError"}};function kEi(t){return typeof t=="object"&&t!==null}function DEi(t){let e=[],r=t,n=0,o=10;for(;r&&n<o;){if(kEi(r)){let s=r;r instanceof Error?e.push(r.message):typeof s.message=="string"&&e.push(s.message),typeof s.code=="string"&&e.push(s.code),typeof s.status=="number"?e.push(String(s.status)):typeof s.statusCode=="number"&&e.push(String(s.statusCode)),r=s.cause}else if(typeof r=="string"){e.push(r);break}else{e.push(String(r));break}n++}return e.join(" ")}function Sfr(t,e,r){let n=DEi(r);return/\b(ECONNREFUSED|ENOTFOUND|EHOSTUNREACH|ETIMEDOUT)\b/i.test(n)?new _pe(t,e,r):/\b404\b|\bnot[\s_-]?found\b/i.test(n)?new $$e(t,e):/\b401\b|unauthorized/i.test(n)?new ype(t,e,401):/\b403\b|forbidden/i.test(n)?new ype(t,e,403):new _pe(t,e,r)}function H$e(t){return`${t.name}-config`}var Epe=class{config;agents=new Map;allDefinitions=new Map;builtInAgents=new Set;constructor(e){this.config=e}async initialize(){Ee.on(Nr.ModelChanged,this.onModelChanged),await this.loadAgents()}isBuiltIn(e){return this.builtInAgents.has(e)}onModelChanged=()=>{this.refreshAgents("local").catch(e=>{B.error("[AgentRegistry] Failed to refresh agents on model change:",e)})};async reload(){this.config.getA2AClientManager()?.clearCache(),await this.config.reloadAgents(),this.agents.clear(),this.allDefinitions.clear(),await this.loadAgents(),Ee.emitAgentsRefreshed()}async acknowledgeAgent(e){let r=this.config.getAcknowledgedAgentsService(),n=this.config.getProjectRoot();e.metadata?.hash&&(await r.acknowledge(n,e.name,e.metadata.hash),await this.registerAgent(e),Ee.emitAgentsRefreshed())}dispose(){Ee.off(Nr.ModelChanged,this.onModelChanged)}async loadAgents(){if(this.agents.clear(),this.allDefinitions.clear(),this.loadBuiltInAgents(),!this.config.isAgentsEnabled())return;let e=pr.getUserAgentsDir(),r=await Q$e(e);for(let s of r.errors)B.warn(`[AgentRegistry] Error loading user agent: ${s.message}`),Ee.emitFeedback("error",`Agent loading error: ${s.message}`);await Promise.allSettled(r.agents.map(async s=>{try{await this.registerAgent(s)}catch(c){B.warn(`[AgentRegistry] Error registering user agent "${s.name}":`,c),Ee.emitFeedback("error",`Error registering user agent "${s.name}": ${c instanceof Error?c.message:String(c)}`)}}));let n=this.config.getFolderTrust(),o=this.config.isTrustedFolder();if(!n||o){let s=this.config.storage.getProjectAgentsDir(),c=await Q$e(s);for(let p of c.errors)Ee.emitFeedback("error",`Agent loading error: ${p.message}`);let u=this.config.getAcknowledgedAgentsService(),d=this.config.getProjectRoot(),l=[],a=[];for(let p of c.agents){if(p.kind==="remote"&&(p.metadata||(p.metadata={}),p.metadata.hash=p.agentCardUrl??(p.agentCardJson?Tfr.createHash("sha256").update(p.agentCardJson).digest("hex"):void 0)),!p.metadata?.hash){a.push(p);continue}await u.isAcknowledged(d,p.name,p.metadata.hash)?a.push(p):l.push(p)}l.length>0&&Ee.emitAgentsDiscovered(l),await Promise.allSettled(a.map(async p=>{try{await this.registerAgent(p)}catch(f){B.warn(`[AgentRegistry] Error registering project agent "${p.name}":`,f),Ee.emitFeedback("error",`Error registering project agent "${p.name}": ${f instanceof Error?f.message:String(f)}`)}}))}else Ee.emitFeedback("info","Skipping project agents due to untrusted folder. To enable, ensure that the project root is trusted.");for(let s of this.config.getExtensions())s.isActive&&s.agents&&await Promise.allSettled(s.agents.map(async c=>{try{await this.registerAgent(c)}catch(u){B.warn(`[AgentRegistry] Error registering extension agent "${c.name}":`,u),Ee.emitFeedback("error",`Error registering extension agent "${c.name}": ${u instanceof Error?u.message:String(u)}`)}}));this.config.getDebugMode()&&B.log(`[AgentRegistry] Loaded with ${this.agents.size} agents.`)}loadBuiltInAgents(){let e=jue(this.config);this.builtInAgents.add(e.name),this.registerLocalAgent(e);let r=hfr(this.config);this.builtInAgents.add(r.name),this.registerLocalAgent(r);let n=gfr(this.config);this.builtInAgents.add(n.name),this.registerLocalAgent(n);let o=this.config.getBrowserAgentConfig();if(o.enabled){let s=process.env.SANDBOX,c=!!s&&s!=="sandbox-exec"&&s!=="sandbox:none",u=o.customConfig.sessionMode??"persistent";if(c&&u!=="existing")Ee.emitFeedback("info",'Browser agent disabled in container sandbox. To use it, set sessionMode to "existing" in settings and start Chrome with --remote-debugging-port=9222 on the host.');else{let d=fpe(this.config);this.builtInAgents.add(d.name),this.registerLocalAgent(d)}}if(this.config.isMemoryManagerEnabled()){this.registerLocalAgent(Afr(this.config));try{let s=pr.getGlobalGeminiDir();this.config.getWorkspaceContext().addDirectory(s)}catch(s){B.warn("[AgentRegistry] Could not add global .gemini directory to workspace:",s)}}}async refreshAgents(e="all"){this.loadBuiltInAgents(),await Promise.allSettled(Array.from(this.agents.values()).map(async r=>{(e==="all"||r.kind===e)&&await this.registerAgent(r)}))}async registerAgent(e){e.kind==="local"?this.registerLocalAgent(e):e.kind==="remote"&&await this.registerRemoteAgent(e)}registerLocalAgent(e){if(e.kind!=="local")return;if(!e.name||!e.description){B.warn("[AgentRegistry] Skipping invalid agent definition. Missing name or description.");return}this.allDefinitions.set(e.name,e);let r=this.config.getAgentsSettings().overrides?.[e.name];if(!this.isAgentEnabled(e,r)){this.config.getDebugMode()&&B.log(`[AgentRegistry] Skipping disabled agent '${e.name}'`);return}this.agents.has(e.name)&&this.config.getDebugMode()&&B.log(`[AgentRegistry] Overriding agent '${e.name}'`);let n=this.applyOverrides(e,r);this.agents.set(n.name,n),this.registerModelConfigs(n),this.addAgentPolicy(n)}addAgentPolicy(e){let r=this.config.getPolicyEngine();if(r){if(r.hasRuleForTool(e.name,!0)){this.config.getDebugMode()&&B.log(`[AgentRegistry] User policy exists for '${e.name}', skipping dynamic registration.`);return}r.removeRulesForTool(e.name,"AgentRegistry (Dynamic)"),r.addRule({toolName:e.name,decision:e.kind==="local"?st.ALLOW:st.ASK_USER,priority:oq,source:"AgentRegistry (Dynamic)"})}}isAgentEnabled(e,r){let o=!(e.experimental===!0);return r&&r.enabled!==void 0&&(o=r.enabled),o}async registerRemoteAgent(e){if(e.kind!=="remote")return;if(!e.name){B.warn("[AgentRegistry] Skipping invalid agent definition. Missing name.");return}this.allDefinitions.set(e.name,e);let r=this.config.getAgentsSettings().overrides?.[e.name];if(!this.isAgentEnabled(e,r)){this.config.getDebugMode()&&B.log(`[AgentRegistry] Skipping disabled remote agent '${e.name}'`);return}this.agents.has(e.name)&&this.config.getDebugMode()&&B.log(`[AgentRegistry] Overriding agent '${e.name}'`);let n=e;n.originalDescription===void 0&&(n.originalDescription=n.description);try{let o=this.config.getA2AClientManager();if(!o){B.warn(`[AgentRegistry] Skipping remote agent '${e.name}': A2AClientManager is not available.`);return}let s=npe(n),c;if(e.auth){let p=await sv.create({authConfig:e.auth,agentName:e.name,targetUrl:s,agentCardUrl:n.agentCardUrl});if(!p)throw new Error(`Failed to create auth provider for agent '${e.name}'`);c=p}let u=await o.loadAgent(n.name,rpe(n),c);if(u.securitySchemes){let p=sv.validateAuthConfig(e.auth,u.securitySchemes);if(!p.valid&&p.diff){let f=sv.describeRequiredAuth(u.securitySchemes),g=new Ape(e.name,f,p.diff.missingConfig);Ee.emitFeedback("warning",`[${e.name}] Agent requires authentication: ${f}`),B.warn(`[AgentRegistry] ${g.message}`)}}let d=n.originalDescription,l=u.description,a=[];if(d?.trim()&&a.push(`User Description: ${d.trim()}`),l?.trim()&&a.push(`Agent Description: ${l.trim()}`),u.skills&&u.skills.length>0){let p=u.skills.map(f=>`${f.name}: ${f.description||"No description provided"}`).join(`
2899
2899
  `);a.push(`Skills:
2900
2900
  ${p}`)}a.length>0&&(e.description=a.join(`
2901
2901
  `)),this.config.getDebugMode()&&B.log(`[AgentRegistry] Registered remote agent '${e.name}' with card: ${e.agentCardUrl??"inline JSON"}`),this.agents.set(e.name,e),this.addAgentPolicy(e)}catch(o){o instanceof zm?Ee.emitFeedback("error",`[${e.name}] ${o.userMessage}`):Ee.emitFeedback("error",`[${e.name}] Failed to load remote agent: ${o instanceof Error?o.message:String(o)}`),B.warn(`[AgentRegistry] Error loading A2A agent "${e.name}":`,o)}}applyOverrides(e,r){if(e.kind!=="local"||!r)return e;let n={get kind(){return e.kind},get name(){return e.name},get displayName(){return e.displayName},get description(){return e.description},get experimental(){return e.experimental},get metadata(){return e.metadata},get inputConfig(){return e.inputConfig},get outputConfig(){return e.outputConfig},get promptConfig(){return e.promptConfig},get toolConfig(){return e.toolConfig},get processOutput(){return e.processOutput},get runConfig(){return r.runConfig?{...e.runConfig,...r.runConfig}:e.runConfig},get modelConfig(){return r.modelConfig?nD.merge(e.modelConfig,r.modelConfig):e.modelConfig}};return r.tools&&(n.toolConfig={tools:r.tools}),r.mcpServers&&(n.mcpServers={...e.mcpServers,...r.mcpServers}),n}registerModelConfigs(e){let r=e.modelConfig,n=r.model;n==="inherit"&&(n=this.config.getModel());let o={...r,model:n};this.config.modelConfigService.registerRuntimeModelConfig(H$e(e),{modelConfig:o}),o.model&&Vs(o.model)&&this.config.modelConfigService.registerRuntimeModelOverride({match:{overrideScope:e.name},modelConfig:{generateContentConfig:o.generateContentConfig}})}getDefinition(e){return this.agents.get(e)}getAllDefinitions(){return Array.from(this.agents.values())}getAllAgentNames(){return Array.from(this.agents.keys())}getAllDiscoveredAgentNames(){return Array.from(this.allDefinitions.keys())}getDiscoveredDefinition(e){return this.allDefinitions.get(e)}};import*as fD from"node:fs/promises";import*as wfr from"node:path";var bpe=class{acknowledgedAgents={};loaded=!1;async load(){if(this.loaded)return;let e=pr.getAcknowledgedAgentsPath();try{let r=await fD.readFile(e,"utf-8");this.acknowledgedAgents=JSON.parse(r)}catch(r){(!Gt(r)||r.code!=="ENOENT")&&B.error("Failed to load acknowledged agents:",Se(r)),this.acknowledgedAgents={}}this.loaded=!0}async save(){let e=pr.getAcknowledgedAgentsPath();try{let r=wfr.dirname(e);await fD.mkdir(r,{recursive:!0}),await fD.writeFile(e,JSON.stringify(this.acknowledgedAgents,null,2),"utf-8")}catch(r){B.error("Failed to save acknowledged agents:",Se(r))}}async isAcknowledged(e,r,n){await this.load();let o=this.acknowledgedAgents[e];return o?o[r]===n:!1}async acknowledge(e,r,n){await this.load(),this.acknowledgedAgents[e]||(this.acknowledgedAgents[e]={}),this.acknowledgedAgents[e][r]=n,await this.save()}};function vpe(t,e){let r=/\$\{(\w+)\}/g,n=new Set(Array.from(t.matchAll(r),c=>c[1])),o=new Set(Object.keys(e)),s=Array.from(n).filter(c=>!o.has(c));if(s.length>0)throw new Error(`Template validation failed: Missing required input parameters: ${s.join(", ")}. Available inputs: ${Object.keys(e).join(", ")}`);return t.replace(r,(c,u)=>String(e[u]))}import{AsyncLocalStorage as LEi}from"node:async_hooks";var Cfr=new LEi;function z$e(t,e){return Cfr.run(t,e)}function Spe(){return Cfr.getStore()}var xfr=Fe(Xse(),1);function Rj(t){return typeof t=="object"&&t!==null&&"callId"in t&&"responseParts"in t}function aBo(t){let{displayName:e,status:r,approvalMode:n,hasResultDisplay:o,parentCallId:s}=t;if(s)return!0;switch(e){case A3:switch(r){case Be.Scheduled:case Be.Validating:case Be.Executing:case Be.AwaitingApproval:return!0;case Be.Error:return!o;default:return!1}case Iq:case Rq:return n===tr.PLAN;default:return!1}}function Pj(t,e,r=3){let n=e.map(c=>({name:c,distance:xfr.default.get(t,c)}));n.sort((c,u)=>c.distance-u.distance);let o=n.slice(0,r);if(o.length===0)return"";let s=o.map(c=>`"${c.name}"`).join(", ");return o.length>1?` Did you mean one of: ${s}?`:` Did you mean ${s}?`}function lBo(t,e,r){let n;aq(t)?n=[t.name,t.constructor.name]:n=[t],n.some(o=>Ch.includes(o))&&(n=[...new Set([...n,...Ch])]);for(let o of r){let s=o.indexOf("(");if(s===-1){if(n.includes(o))return!0;continue}let c=o.substring(0,s);if(!n.includes(c)||!o.endsWith(")"))continue;let u=o.substring(s+1,o.length-1),d;if(typeof e=="string")d=e;else{if(!("command"in e.params))continue;d=String(e.params.command)}if(n.some(l=>Ch.includes(l))&&(d===u||d.startsWith(u+" ")))return!0}return!1}var Tpe=class{messageBus;schedulerId;onTerminalCall;activeCalls=new Map;queue=[];_completedBatch=[];constructor(e,r=Qnt,n){this.messageBus=e,this.schedulerId=r,this.onTerminalCall=n}addToolCalls(e){this.enqueue(e)}getToolCall(e){return this.activeCalls.get(e)||this.queue.find(r=>r.request.callId===e)||this._completedBatch.find(r=>r.request.callId===e)}enqueue(e){this.queue.push(...e),this.emitUpdate()}dequeue(){let e=this.queue.shift();return e&&(this.activeCalls.set(e.request.callId,e),this.emitUpdate()),e}peekQueue(){return this.queue[0]}get isActive(){return this.activeCalls.size>0}get allActiveCalls(){return Array.from(this.activeCalls.values())}get activeCallCount(){return this.activeCalls.size}get queueLength(){return this.queue.length}get firstActiveCall(){return this.activeCalls.values().next().value}updateStatus(e,r,n){let o=this.activeCalls.get(e);if(!o)return;let s=this.transitionCall(o,r,n);this.activeCalls.set(e,s),this.emitUpdate()}finalizeCall(e){let r=this.activeCalls.get(e);r&&this.isTerminalCall(r)&&(this._completedBatch.push(r),this.activeCalls.delete(e),this.onTerminalCall?.(r),this.emitUpdate())}updateArgs(e,r,n){let o=this.activeCalls.get(e);!o||o.status===Be.Error||(this.activeCalls.set(e,this.patchCall(o,{request:{...o.request,args:r},invocation:n})),this.emitUpdate())}setOutcome(e,r){let n=this.activeCalls.get(e);n&&(this.activeCalls.set(e,this.patchCall(n,{outcome:r})),this.emitUpdate())}replaceActiveCallWithTailCall(e,r){this.activeCalls.has(e)&&(this.activeCalls.delete(e),this.queue.unshift(r),this.emitUpdate())}cancelAllQueued(e){if(this.queue.length!==0){for(;this.queue.length>0;){let r=this.queue.shift();if(r.status===Be.Error){this._completedBatch.push(r),this.onTerminalCall?.(r);continue}let n=this.toCancelled(r,e);this._completedBatch.push(n),this.onTerminalCall?.(n)}this.emitUpdate()}}getSnapshot(){return[...this._completedBatch,...Array.from(this.activeCalls.values()),...this.queue]}clearBatch(){this._completedBatch.length!==0&&(this._completedBatch=[],this.emitUpdate())}get completedBatch(){return[...this._completedBatch]}emitUpdate(){let e=this.getSnapshot();this.messageBus.publish({type:Pi.TOOL_CALLS_UPDATE,toolCalls:e,schedulerId:this.schedulerId})}isTerminalCall(e){let{status:r}=e;return r===Be.Success||r===Be.Error||r===Be.Cancelled}transitionCall(e,r,n){switch(r){case Be.Success:{if(!Rj(n))throw new Error(`Invalid data for 'success' transition (callId: ${e.request.callId})`);return this.toSuccess(e,n)}case Be.Error:{if(!Rj(n))throw new Error(`Invalid data for 'error' transition (callId: ${e.request.callId})`);return this.toError(e,n)}case Be.AwaitingApproval:{if(!n)throw new Error(`Missing data for 'awaiting_approval' transition (callId: ${e.request.callId})`);return this.toAwaitingApproval(e,n)}case Be.Scheduled:return this.toScheduled(e);case Be.Cancelled:{if(typeof n!="string"&&!Rj(n))throw new Error(`Invalid reason (string) or response for 'cancelled' transition (callId: ${e.request.callId})`);return this.toCancelled(e,n)}case Be.Validating:return this.toValidating(e);case Be.Executing:{if(n!==void 0&&!this.isExecutingToolCallPatch(n))throw new Error(`Invalid patch for 'executing' transition (callId: ${e.request.callId})`);return this.toExecuting(e,n)}default:return r}}isExecutingToolCallPatch(e){return typeof e=="object"&&e!==null}validateHasToolAndInvocation(e,r){if(!("tool"in e&&e.tool&&"invocation"in e&&e.invocation))throw new Error(`Invalid state transition: cannot transition to ${r} without tool/invocation (callId: ${e.request.callId})`)}toSuccess(e,r){this.validateHasToolAndInvocation(e,Be.Success);let n="startTime"in e?e.startTime:void 0;return{request:e.request,tool:e.tool,invocation:e.invocation,status:Be.Success,response:r,durationMs:n?Date.now()-n:void 0,outcome:e.outcome,schedulerId:e.schedulerId,approvalMode:e.approvalMode}}toError(e,r){let n="startTime"in e?e.startTime:void 0;return{request:e.request,status:Be.Error,tool:"tool"in e?e.tool:void 0,response:r,durationMs:n?Date.now()-n:void 0,outcome:e.outcome,schedulerId:e.schedulerId,approvalMode:e.approvalMode}}toAwaitingApproval(e,r){this.validateHasToolAndInvocation(e,Be.AwaitingApproval);let n,o;return this.isEventDrivenApprovalData(r)?(o=r.correlationId,n=r.confirmationDetails):n=r,{request:e.request,tool:e.tool,status:Be.AwaitingApproval,correlationId:o,confirmationDetails:n,startTime:"startTime"in e?e.startTime:void 0,outcome:e.outcome,invocation:e.invocation,schedulerId:e.schedulerId,approvalMode:e.approvalMode}}isEventDrivenApprovalData(e){return typeof e=="object"&&e!==null&&"correlationId"in e&&"confirmationDetails"in e}toScheduled(e){return this.validateHasToolAndInvocation(e,Be.Scheduled),{request:e.request,tool:e.tool,status:Be.Scheduled,startTime:"startTime"in e?e.startTime:void 0,outcome:e.outcome,invocation:e.invocation,schedulerId:e.schedulerId,approvalMode:e.approvalMode}}toCancelled(e,r){this.validateHasToolAndInvocation(e,Be.Cancelled);let n="startTime"in e?e.startTime:void 0,o;if(this.isWaitingToolCall(e)){let u=e.confirmationDetails;u.type==="edit"&&"fileDiff"in u&&"fileName"in u&&"filePath"in u&&"originalContent"in u&&"newContent"in u&&(o={fileDiff:u.fileDiff,fileName:u.fileName,filePath:u.filePath,originalContent:u.originalContent,newContent:u.newContent,diffStat:u.diffStat??DKe(u.fileDiff)})}let s;if(e.status===Be.Executing&&e.liveOutput&&(s=e.liveOutput),Rj(r)){let u={...r};return u.resultDisplay||(u.resultDisplay=o??s),{request:e.request,tool:e.tool,invocation:e.invocation,status:Be.Cancelled,response:u,durationMs:n?Date.now()-n:void 0,outcome:e.outcome,schedulerId:e.schedulerId,approvalMode:e.approvalMode}}let c=`[Operation Cancelled] Reason: ${r}`;return{request:e.request,tool:e.tool,invocation:e.invocation,status:Be.Cancelled,response:{callId:e.request.callId,responseParts:[{functionResponse:{id:e.request.callId,name:e.request.originalRequestName??e.request.name,response:{error:c}}}],resultDisplay:o??s,error:void 0,errorType:void 0,contentLength:c.length},durationMs:n?Date.now()-n:void 0,outcome:e.outcome,schedulerId:e.schedulerId,approvalMode:e.approvalMode}}isWaitingToolCall(e){return e.status===Be.AwaitingApproval}patchCall(e,r){return{...e,...r}}toValidating(e){return this.validateHasToolAndInvocation(e,Be.Validating),{request:e.request,tool:e.tool,status:Be.Validating,startTime:"startTime"in e?e.startTime:void 0,outcome:e.outcome,invocation:e.invocation,schedulerId:e.schedulerId,approvalMode:e.approvalMode}}toExecuting(e,r){this.validateHasToolAndInvocation(e,Be.Executing);let n=r,o=n?.liveOutput??("liveOutput"in e?e.liveOutput:void 0),s=n?.pid??("pid"in e?e.pid:void 0),c=n?.progressMessage??("progressMessage"in e?e.progressMessage:void 0),u=n?.progressPercent??("progressPercent"in e?e.progressPercent:void 0),d=n?.progress??("progress"in e?e.progress:void 0),l=n?.progressTotal??("progressTotal"in e?e.progressTotal:void 0);return{request:e.request,tool:e.tool,status:Be.Executing,startTime:"startTime"in e?e.startTime:void 0,outcome:e.outcome,invocation:e.invocation,liveOutput:o,pid:s,progressMessage:c,progressPercent:u,progress:d,progressTotal:l,schedulerId:e.schedulerId,approvalMode:e.approvalMode}}};import{on as MEi}from"node:events";import{randomUUID as BEi}from"node:crypto";async function UEi(t,e,r){if(r.aborted)throw new Error("Operation cancelled");try{for await(let[n]of MEi(t,Pi.TOOL_CONFIRMATION_RESPONSE,{signal:r})){let o=n;if(o.correlationId===e)return{outcome:o.outcome??(o.confirmed?Qt.ProceedOnce:Qt.Cancel),payload:o.payload}}}catch(n){throw r.aborted||n.name==="AbortError"?new Error("Operation cancelled"):n}throw new Error("Operation cancelled")}async function W$e(t,e,r){let{state:n,onWaitingForConfirmation:o}=r,s=t.request.callId,c=Qt.ModifyWithEditor,u;for(;c===Qt.ModifyWithEditor;){if(e.aborted)throw new Error("Operation cancelled by user");let d=n.getToolCall(s);if(!d||!("invocation"in d))throw new Error(`Tool call ${s} lost during confirmation loop`);let a=await d.invocation.shouldConfirmExecute(e,r.forcedDecision);if(!a){c=Qt.ProceedOnce;break}r.systemMessage&&(a.systemMessage=r.systemMessage),await FEi(r,a);let p=BEi(),f=a;u=f;let g="ideConfirmation"in a?a.ideConfirmation:void 0;n.updateStatus(s,Be.AwaitingApproval,{confirmationDetails:f,correlationId:p}),o?.(!0);let y=await qEi(r.messageBus,p,e,g);if(o?.(!1),c=y.outcome,"onConfirm"in a&&typeof a.onConfirm=="function"&&await a.onConfirm(c,y.payload),c===Qt.ModifyWithEditor){let _=await jEi(r,t,e);_.error&&Ee.emitFeedback("error",_.error)}else y.payload&&"newContent"in y.payload&&(await QEi(r,t,y.payload,e),c=Qt.ProceedOnce)}return{outcome:c,lastDetails:u}}async function FEi(t,e){t.config.getHookSystem()&&await t.config.getHookSystem()?.fireToolNotificationEvent({...e,onConfirm:async()=>{}})}async function jEi(t,e,r){let{state:n,modifier:o,getPreferredEditor:s}=t,c=s(),u=await A6t(c,r);if(!u)return{error:f6t};let d=await o.handleModifyWithEditor(n.firstActiveCall,u,r);if(d){let l=e.tool.build(d.updatedParams);n.updateArgs(e.request.callId,d.updatedParams,l)}return{}}async function QEi(t,e,r,n){let{state:o,modifier:s}=t,c=await s.applyInlineModify(o.firstActiveCall,r,n);if(c){let u=e.tool.build(c.updatedParams);o.updateArgs(e.request.callId,c.updatedParams,u)}}async function qEi(t,e,r,n){let o=new AbortController,s=o.signal,c=()=>o.abort();r.aborted?o.abort():r.addEventListener("abort",c);try{let u=UEi(t,e,s);if(!n)return await u;let d=n.then(l=>({outcome:l.status==="accepted"?Qt.ProceedOnce:Qt.Cancel,payload:l.content?{newContent:l.content}:void 0})).catch(l=>(B.warn("Error waiting for confirmation via IDE",l),new Promise(()=>{})));return await Promise.race([u,d])}finally{r.removeEventListener("abort",c),o.abort()}}function Ofr(t,e){return{errorMessage:`Tool execution denied by policy.${e?.denyMessage?` ${e.denyMessage}`:""}`,errorType:Me.POLICY_VIOLATION}}async function Ifr(t,e,r){let n=t.tool instanceof di?t.tool.serverName:void 0,o=t.tool.toolAnnotations,s=await e.getPolicyEngine().check({name:t.request.name,args:t.request.args},n,o,r),{decision:c}=s;if(c===st.ASK_USER&&t.request.isClientInitiated&&!t.request.args?.additional_permissions)return{decision:st.ALLOW,rule:s.rule};if(c===st.ASK_USER&&!e.isInteractive())throw new Error(`Tool execution for "${t.tool.displayName||t.tool.name}" requires user confirmation, which is not supported in non-interactive mode.`);return{decision:c,rule:s.rule}}async function Rfr(t,e,r,n,o,s){if(GEi(t,e)){n.config.setApprovalMode(tr.AUTO_EDIT);return}let c,u,d=n.config.getApprovalMode();if(e===Qt.ProceedAlways||e===Qt.ProceedAlwaysTool||e===Qt.ProceedAlwaysServer||e===Qt.ProceedAlwaysAndSave){let l=Jge.indexOf(d);l!==-1&&(u=Jge.slice(l))}if(e===Qt.ProceedAlwaysAndSave&&(n.config&&n.config.isTrustedFolder()&&n.config.getWorkspacePoliciesDir()!==void 0?c="workspace":c="user"),r?.type==="mcp"){await $Ei(t,e,r,o,c,u);return}await VEi(t,e,r,o,c,s,n.config,u)}function GEi(t,e){return e===Qt.ProceedAlways&&y3.has(t.name)}async function VEi(t,e,r,n,o,s,c,u){if(e===Qt.ProceedAlways||e===Qt.ProceedAlwaysAndSave){let d=s?.getPolicyUpdateOptions?.(e)||{};if(!d.commandPrefix&&r?.type==="exec")d.commandPrefix=r.rootCommands;else if(!d.argsPattern&&r?.type==="edit"){let l=c?Go(r.filePath,c.getTargetDir()):r.filePath;d.argsPattern=Lb(l)}await n.publish({type:Pi.UPDATE_POLICY,toolName:t.name,persist:e===Qt.ProceedAlwaysAndSave,persistScope:o,modes:u,...d})}}async function $Ei(t,e,r,n,o,s){if(!(e===Qt.ProceedAlways||e===Qt.ProceedAlwaysTool||e===Qt.ProceedAlwaysServer||e===Qt.ProceedAlwaysAndSave))return;let u=t.name,d=e===Qt.ProceedAlwaysAndSave;e===Qt.ProceedAlwaysServer&&(u=Qv(r.serverName,"*")),await n.publish({type:Pi.UPDATE_POLICY,toolName:u,mcpName:r.serverName,persist:d,persistScope:o,modes:s})}function Y$e(t,e){if(!(t instanceof tXe))return;let n=(e.getMcpClientManager()?.getMcpServers()??e.getMcpServers()??{})[t.serverName];if(n)return{server_name:t.serverName,tool_name:t.serverToolName,command:n.command,args:n.args,cwd:n.cwd,url:n.url??n.httpUrl,tcp:n.tcp}}async function Pfr(t,e,r,n,o,s,c,u,d){let l=t.params||{},a=!1,p=[],f=c?Y$e(t,c):void 0,g=c?.getHookSystem();if(g&&!d){let _=await g.fireBeforeToolEvent(e,l,f,u);if(_?.shouldStopExecution()){let b=_.getEffectiveReason();return{llmContent:`Agent execution stopped by hook: ${b}`,returnDisplay:`Agent execution stopped by hook: ${b}`,error:{type:Me.STOP_EXECUTION,message:b}}}let E=_?.getBlockingError();if(E?.blocked)return{llmContent:`Tool execution blocked: ${E.reason}`,returnDisplay:`Tool execution blocked: ${E.reason}`,error:{type:Me.EXECUTION_FAILED,message:E.reason}};if(_ instanceof mA){let b=_.getModifiedToolInput();if(b){Object.assign(t.params,b),B.debug(`Tool input modified by hook for ${e}`),a=!0,p=Object.keys(b);try{t=n.build(t.params)}catch(v){return{llmContent:`Tool parameter modification by hook failed validation: ${v instanceof Error?v.message:String(v)}`,returnDisplay:"Tool parameter modification by hook failed validation.",error:{type:Me.INVALID_TOOL_PARAMS,message:String(v)}}}}}}let y=await t.execute(r,o,s);if(a){let _=`
@@ -1,5 +1,5 @@
1
1
  const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
2
- import{$c as yR,$e as aH,$m as d3,Ab as QU,Am as xR,B as xU,Be as tH,Bf as Mre,Bm as o3,Ce as ER,Cf as uH,Cm as s3,De as nH,Df as dH,Dl as DR,Ec as jU,Ee as CR,Fe as rH,Ff as al,Fg as EH,Ge as iH,Gf as fH,Gg as CH,Gj as OA,Hf as hH,Hh as NH,Hl as zH,Hm as a3,Ih as rc,Im as iv,Jl as qH,Jm as l3,K as BU,Le as v0,M as wU,Mb as _U,Mf as AH,Ne as JD,Nm as c3,Oe as oH,Of as SR,Om as u3,Pb as qD,Rk as nv,S as Jo,Sb as AR,Si as LH,Ub as FU,Vb as mR,Vl as YH,Wb as NU,Wc as zU,Wh as kH,Xb as kU,Xl as vR,Yb as MU,Yk as UA,Zk as GH,Zl as KH,_e as sH,a as Fre,ad as Og,bd as qU,be as WU,cd as YU,ci as MH,dh as SH,dk as LA,ef as lH,fa as kre,fc as YD,fe as VD,ga as RU,gi as OH,gm as VH,ha as Ng,hh as bH,hm as rv,ia as kg,ik as HH,im as WH,je as JU,jg as mH,jh as Ji,jj as bR,kg as pH,kh as ev,km as JH,le as XU,lf as cH,lg as XD,lh as IH,lm as XH,mc as pR,me as $U,mg as gH,mh as tv,nc as OU,ne as ZU,ng as Ore,nh as DH,nk as IR,oc as LU,og as ua,oh as vH,om as $H,pc as UU,pg as $D,ph as xH,pm as ZH,q as SU,qc as HU,qf as Lg,qg as Lre,qh as BH,qm as e3,rc as GU,rd as KU,rg as Ure,rh as x0,rm as t3,s as bU,sc as PU,sd as VU,sh as B0,sm as n3,t as PD,td as D0,th as wH,tl as PH,tm as r3,uh as TH,ui as da,vh as RH,vn as f3,wd as KD,we as eH,wg as yH,wh as QH,wl as jH,wm as Gg,x as IU,xb as zD,xe as WD,xh as Ug,xi as Mf,y as DU,yb as hR,yc as gR,yh as _H,yi as Hg,ym as i3,z as vU,zg as ZD,zh as FH}from"./chunk-CTQJGFLJ.js";import{$ as kf,$d as Mg,C as uR,Gd as jD,Id as _t,Od as I0,Pa as EU,Yc as CU,Zd as TU,a as vt,b as Ce,ba as Fi,be as gt,da as dR,ea as mU,ga as fR,ha as LD,ka as pU,la as UD,na as Nre,pa as fr,ra as gU,sa as yU,tc as HD,te as UH,uc as GD}from"./chunk-VEQE4EAQ.js";import{b as ov,c as Of}from"./chunk-LP5C4GJE.js";import{a as $n,c as me,d as _re,e as Se}from"./chunk-YUXORC52.js";var I3=me(Vt=>{"use strict";var TR=Symbol.for("react.transitional.element"),Hre=Symbol.for("react.portal"),Gre=Symbol.for("react.fragment"),Pre=Symbol.for("react.strict_mode"),jre=Symbol.for("react.profiler"),zre=Symbol.for("react.consumer"),qre=Symbol.for("react.context"),Yre=Symbol.for("react.forward_ref"),Kre=Symbol.for("react.suspense"),Vre=Symbol.for("react.memo"),g3=Symbol.for("react.lazy"),Wre=Symbol.for("react.activity"),h3=Symbol.iterator;function Jre(e){return e===null||typeof e!="object"?null:(e=h3&&e[h3]||e["@@iterator"],typeof e=="function"?e:null)}var y3={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},E3=Object.assign,C3={};function jg(e,t,n){this.props=e,this.context=t,this.refs=C3,this.updater=n||y3}jg.prototype.isReactComponent={};jg.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};jg.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function S3(){}S3.prototype=jg.prototype;function RR(e,t,n){this.props=e,this.context=t,this.refs=C3,this.updater=n||y3}var QR=RR.prototype=new S3;QR.constructor=RR;E3(QR,jg.prototype);QR.isPureReactComponent=!0;var A3=Array.isArray;function wR(){}var wr={H:null,A:null,T:null,S:null},b3=Object.prototype.hasOwnProperty;function _R(e,t,n){var r=n.ref;return{$$typeof:TR,type:e,key:t,ref:r!==void 0?r:null,props:n}}function Xre(e,t){return _R(e.type,t,e.props)}function FR(e){return typeof e=="object"&&e!==null&&e.$$typeof===TR}function $re(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var m3=/\/+/g;function BR(e,t){return typeof e=="object"&&e!==null&&e.key!=null?$re(""+e.key):t.toString(36)}function Zre(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch(typeof e.status=="string"?e.then(wR,wR):(e.status="pending",e.then(function(t){e.status==="pending"&&(e.status="fulfilled",e.value=t)},function(t){e.status==="pending"&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}function Pg(e,t,n,r,i){var s=typeof e;(s==="undefined"||s==="boolean")&&(e=null);var a=!1;if(e===null)a=!0;else switch(s){case"bigint":case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case TR:case Hre:a=!0;break;case g3:return a=e._init,Pg(a(e._payload),t,n,r,i)}}if(a)return i=i(e),a=r===""?"."+BR(e,0):r,A3(i)?(n="",a!=null&&(n=a.replace(m3,"$&/")+"/"),Pg(i,t,n,"",function(A){return A})):i!=null&&(FR(i)&&(i=Xre(i,n+(i.key==null||e&&e.key===i.key?"":(""+i.key).replace(m3,"$&/")+"/")+a)),t.push(i)),1;a=0;var c=r===""?".":r+":";if(A3(e))for(var f=0;f<e.length;f++)r=e[f],s=c+BR(r,f),a+=Pg(r,t,n,s,i);else if(f=Jre(e),typeof f=="function")for(e=f.call(e),f=0;!(r=e.next()).done;)r=r.value,s=c+BR(r,f++),a+=Pg(r,t,n,s,i);else if(s==="object"){if(typeof e.then=="function")return Pg(Zre(e),t,n,r,i);throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.")}return a}function sv(e,t,n){if(e==null)return e;var r=[],i=0;return Pg(e,r,"","",function(s){return t.call(n,s,i++)}),r}function eie(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var p3=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},tie={map:sv,forEach:function(e,t,n){sv(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return sv(e,function(){t++}),t},toArray:function(e){return sv(e,function(t){return t})||[]},only:function(e){if(!FR(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};Vt.Activity=Wre;Vt.Children=tie;Vt.Component=jg;Vt.Fragment=Gre;Vt.Profiler=jre;Vt.PureComponent=RR;Vt.StrictMode=Pre;Vt.Suspense=Kre;Vt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=wr;Vt.__COMPILER_RUNTIME={__proto__:null,c:function(e){return wr.H.useMemoCache(e)}};Vt.cache=function(e){return function(){return e.apply(null,arguments)}};Vt.cacheSignal=function(){return null};Vt.cloneElement=function(e,t,n){if(e==null)throw Error("The argument must be a React element, but you passed "+e+".");var r=E3({},e.props),i=e.key;if(t!=null)for(s in t.key!==void 0&&(i=""+t.key),t)!b3.call(t,s)||s==="key"||s==="__self"||s==="__source"||s==="ref"&&t.ref===void 0||(r[s]=t[s]);var s=arguments.length-2;if(s===1)r.children=n;else if(1<s){for(var a=Array(s),c=0;c<s;c++)a[c]=arguments[c+2];r.children=a}return _R(e.type,i,r)};Vt.createContext=function(e){return e={$$typeof:qre,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null},e.Provider=e,e.Consumer={$$typeof:zre,_context:e},e};Vt.createElement=function(e,t,n){var r,i={},s=null;if(t!=null)for(r in t.key!==void 0&&(s=""+t.key),t)b3.call(t,r)&&r!=="key"&&r!=="__self"&&r!=="__source"&&(i[r]=t[r]);var a=arguments.length-2;if(a===1)i.children=n;else if(1<a){for(var c=Array(a),f=0;f<a;f++)c[f]=arguments[f+2];i.children=c}if(e&&e.defaultProps)for(r in a=e.defaultProps,a)i[r]===void 0&&(i[r]=a[r]);return _R(e,s,i)};Vt.createRef=function(){return{current:null}};Vt.forwardRef=function(e){return{$$typeof:Yre,render:e}};Vt.isValidElement=FR;Vt.lazy=function(e){return{$$typeof:g3,_payload:{_status:-1,_result:e},_init:eie}};Vt.memo=function(e,t){return{$$typeof:Vre,type:e,compare:t===void 0?null:t}};Vt.startTransition=function(e){var t=wr.T,n={};wr.T=n;try{var r=e(),i=wr.S;i!==null&&i(n,r),typeof r=="object"&&r!==null&&typeof r.then=="function"&&r.then(wR,p3)}catch(s){p3(s)}finally{t!==null&&n.types!==null&&(t.types=n.types),wr.T=t}};Vt.unstable_useCacheRefresh=function(){return wr.H.useCacheRefresh()};Vt.use=function(e){return wr.H.use(e)};Vt.useActionState=function(e,t,n){return wr.H.useActionState(e,t,n)};Vt.useCallback=function(e,t){return wr.H.useCallback(e,t)};Vt.useContext=function(e){return wr.H.useContext(e)};Vt.useDebugValue=function(){};Vt.useDeferredValue=function(e,t){return wr.H.useDeferredValue(e,t)};Vt.useEffect=function(e,t){return wr.H.useEffect(e,t)};Vt.useEffectEvent=function(e){return wr.H.useEffectEvent(e)};Vt.useId=function(){return wr.H.useId()};Vt.useImperativeHandle=function(e,t,n){return wr.H.useImperativeHandle(e,t,n)};Vt.useInsertionEffect=function(e,t){return wr.H.useInsertionEffect(e,t)};Vt.useLayoutEffect=function(e,t){return wr.H.useLayoutEffect(e,t)};Vt.useMemo=function(e,t){return wr.H.useMemo(e,t)};Vt.useOptimistic=function(e,t){return wr.H.useOptimistic(e,t)};Vt.useReducer=function(e,t,n){return wr.H.useReducer(e,t,n)};Vt.useRef=function(e){return wr.H.useRef(e)};Vt.useState=function(e){return wr.H.useState(e)};Vt.useSyncExternalStore=function(e,t,n){return wr.H.useSyncExternalStore(e,t,n)};Vt.useTransition=function(){return wr.H.useTransition()};Vt.version="19.2.4"});var D3=me((jt,av)=>{"use strict";process.env.NODE_ENV!=="production"&&function(){function e(k,z){Object.defineProperty(r.prototype,k,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",z[0],z[1])}})}function t(k){return k===null||typeof k!="object"?null:(k=Ve&&k[Ve]||k["@@iterator"],typeof k=="function"?k:null)}function n(k,z){k=(k=k.constructor)&&(k.displayName||k.name)||"ReactClass";var Le=k+"."+z;Qe[Le]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",z,k),Qe[Le]=!0)}function r(k,z,Le){this.props=k,this.context=z,this.refs=yt,this.updater=Le||bt}function i(){}function s(k,z,Le){this.props=k,this.context=z,this.refs=yt,this.updater=Le||bt}function a(){}function c(k){return""+k}function f(k){try{c(k);var z=!1}catch{z=!0}if(z){z=console;var Le=z.error,We=typeof Symbol=="function"&&Symbol.toStringTag&&k[Symbol.toStringTag]||k.constructor.name||"Object";return Le.call(z,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",We),c(k)}}function A(k){if(k==null)return null;if(typeof k=="function")return k.$$typeof===Gn?null:k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case Ze:return"Fragment";case J:return"Profiler";case xe:return"StrictMode";case St:return"Suspense";case j:return"SuspenseList";case Ae:return"Activity"}if(typeof k=="object")switch(typeof k.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),k.$$typeof){case ke:return"Portal";case Oe:return k.displayName||"Context";case Re:return(k._context.displayName||"Context")+".Consumer";case nt:var z=k.render;return k=k.displayName,k||(k=z.displayName||z.name||"",k=k!==""?"ForwardRef("+k+")":"ForwardRef"),k;case q:return z=k.displayName||null,z!==null?z:A(k.type)||"Memo";case Y:z=k._payload,k=k._init;try{return A(k(z))}catch{}}return null}function m(k){if(k===Ze)return"<>";if(typeof k=="object"&&k!==null&&k.$$typeof===Y)return"<...>";try{var z=A(k);return z?"<"+z+">":"<...>"}catch{return"<...>"}}function E(){var k=pt.A;return k===null?null:k.getOwner()}function C(){return Error("react-stack-top-frame")}function p(k){if(Si.call(k,"key")){var z=Object.getOwnPropertyDescriptor(k,"key").get;if(z&&z.isReactWarning)return!1}return k.key!==void 0}function g(k,z){function Le(){Jn||(Jn=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",z))}Le.isReactWarning=!0,Object.defineProperty(k,"key",{get:Le,configurable:!0})}function b(){var k=A(this.type);return to[k]||(to[k]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),k=this.props.ref,k!==void 0?k:null}function v(k,z,Le,We,ee,le){var be=Le.ref;return k={$$typeof:pe,type:k,key:z,props:Le,_owner:We},(be!==void 0?be:null)!==null?Object.defineProperty(k,"ref",{enumerable:!1,get:b}):Object.defineProperty(k,"ref",{enumerable:!1,value:null}),k._store={},Object.defineProperty(k._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(k,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(k,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:ee}),Object.defineProperty(k,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:le}),Object.freeze&&(Object.freeze(k.props),Object.freeze(k)),k}function w(k,z){return z=v(k.type,z,k.props,k._owner,k._debugStack,k._debugTask),k._store&&(z._store.validated=k._store.validated),z}function T(k){_(k)?k._store&&(k._store.validated=1):typeof k=="object"&&k!==null&&k.$$typeof===Y&&(k._payload.status==="fulfilled"?_(k._payload.value)&&k._payload.value._store&&(k._payload.value._store.validated=1):k._store&&(k._store.validated=1))}function _(k){return typeof k=="object"&&k!==null&&k.$$typeof===pe}function M(k){var z={"=":"=0",":":"=2"};return"$"+k.replace(/[=:]/g,function(Le){return z[Le]})}function U(k,z){return typeof k=="object"&&k!==null&&k.key!=null?(f(k.key),M(""+k.key)):z.toString(36)}function P(k){switch(k.status){case"fulfilled":return k.value;case"rejected":throw k.reason;default:switch(typeof k.status=="string"?k.then(a,a):(k.status="pending",k.then(function(z){k.status==="pending"&&(k.status="fulfilled",k.value=z)},function(z){k.status==="pending"&&(k.status="rejected",k.reason=z)})),k.status){case"fulfilled":return k.value;case"rejected":throw k.reason}}throw k}function V(k,z,Le,We,ee){var le=typeof k;(le==="undefined"||le==="boolean")&&(k=null);var be=!1;if(k===null)be=!0;else switch(le){case"bigint":case"string":case"number":be=!0;break;case"object":switch(k.$$typeof){case pe:case ke:be=!0;break;case Y:return be=k._init,V(be(k._payload),z,Le,We,ee)}}if(be){be=k,ee=ee(be);var $e=We===""?"."+U(be,0):We;return Fr(ee)?(Le="",$e!=null&&(Le=$e.replace(Oi,"$&/")+"/"),V(ee,z,Le,"",function(mr){return mr})):ee!=null&&(_(ee)&&(ee.key!=null&&(be&&be.key===ee.key||f(ee.key)),Le=w(ee,Le+(ee.key==null||be&&be.key===ee.key?"":(""+ee.key).replace(Oi,"$&/")+"/")+$e),We!==""&&be!=null&&_(be)&&be.key==null&&be._store&&!be._store.validated&&(Le._store.validated=2),ee=Le),z.push(ee)),1}if(be=0,$e=We===""?".":We+":",Fr(k))for(var Et=0;Et<k.length;Et++)We=k[Et],le=$e+U(We,Et),be+=V(We,z,Le,le,ee);else if(Et=t(k),typeof Et=="function")for(Et===k.entries&&(Nr||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Nr=!0),k=Et.call(k),Et=0;!(We=k.next()).done;)We=We.value,le=$e+U(We,Et++),be+=V(We,z,Le,le,ee);else if(le==="object"){if(typeof k.then=="function")return V(P(k),z,Le,We,ee);throw z=String(k),Error("Objects are not valid as a React child (found: "+(z==="[object Object]"?"object with keys {"+Object.keys(k).join(", ")+"}":z)+"). If you meant to render a collection of children, use an array instead.")}return be}function te(k,z,Le){if(k==null)return k;var We=[],ee=0;return V(k,We,"","",function(le){return z.call(Le,le,ee++)}),We}function G(k){if(k._status===-1){var z=k._ioInfo;z!=null&&(z.start=z.end=performance.now()),z=k._result;var Le=z();if(Le.then(function(ee){if(k._status===0||k._status===-1){k._status=1,k._result=ee;var le=k._ioInfo;le!=null&&(le.end=performance.now()),Le.status===void 0&&(Le.status="fulfilled",Le.value=ee)}},function(ee){if(k._status===0||k._status===-1){k._status=2,k._result=ee;var le=k._ioInfo;le!=null&&(le.end=performance.now()),Le.status===void 0&&(Le.status="rejected",Le.reason=ee)}}),z=k._ioInfo,z!=null){z.value=Le;var We=Le.displayName;typeof We=="string"&&(z.name=We)}k._status===-1&&(k._status=0,k._result=Le)}if(k._status===1)return z=k._result,z===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
2
+ import{$c as yR,$e as aH,$m as d3,Ab as QU,Am as xR,B as xU,Be as tH,Bf as Mre,Bm as o3,Ce as ER,Cf as uH,Cm as s3,De as nH,Df as dH,Dl as DR,Ec as jU,Ee as CR,Fe as rH,Ff as al,Fg as EH,Ge as iH,Gf as fH,Gg as CH,Gj as OA,Hf as hH,Hh as NH,Hl as zH,Hm as a3,Ih as rc,Im as iv,Jl as qH,Jm as l3,K as BU,Le as v0,M as wU,Mb as _U,Mf as AH,Ne as JD,Nm as c3,Oe as oH,Of as SR,Om as u3,Pb as qD,Rk as nv,S as Jo,Sb as AR,Si as LH,Ub as FU,Vb as mR,Vl as YH,Wb as NU,Wc as zU,Wh as kH,Xb as kU,Xl as vR,Yb as MU,Yk as UA,Zk as GH,Zl as KH,_e as sH,a as Fre,ad as Og,bd as qU,be as WU,cd as YU,ci as MH,dh as SH,dk as LA,ef as lH,fa as kre,fc as YD,fe as VD,ga as RU,gi as OH,gm as VH,ha as Ng,hh as bH,hm as rv,ia as kg,ik as HH,im as WH,je as JU,jg as mH,jh as Ji,jj as bR,kg as pH,kh as ev,km as JH,le as XU,lf as cH,lg as XD,lh as IH,lm as XH,mc as pR,me as $U,mg as gH,mh as tv,nc as OU,ne as ZU,ng as Ore,nh as DH,nk as IR,oc as LU,og as ua,oh as vH,om as $H,pc as UU,pg as $D,ph as xH,pm as ZH,q as SU,qc as HU,qf as Lg,qg as Lre,qh as BH,qm as e3,rc as GU,rd as KU,rg as Ure,rh as x0,rm as t3,s as bU,sc as PU,sd as VU,sh as B0,sm as n3,t as PD,td as D0,th as wH,tl as PH,tm as r3,uh as TH,ui as da,vh as RH,vn as f3,wd as KD,we as eH,wg as yH,wh as QH,wl as jH,wm as Gg,x as IU,xb as zD,xe as WD,xh as Ug,xi as Mf,y as DU,yb as hR,yc as gR,yh as _H,yi as Hg,ym as i3,z as vU,zg as ZD,zh as FH}from"./chunk-YE6OXWU4.js";import{$ as kf,$d as Mg,C as uR,Gd as jD,Id as _t,Od as I0,Pa as EU,Yc as CU,Zd as TU,a as vt,b as Ce,ba as Fi,be as gt,da as dR,ea as mU,ga as fR,ha as LD,ka as pU,la as UD,na as Nre,pa as fr,ra as gU,sa as yU,tc as HD,te as UH,uc as GD}from"./chunk-VEQE4EAQ.js";import{b as ov,c as Of}from"./chunk-LP5C4GJE.js";import{a as $n,c as me,d as _re,e as Se}from"./chunk-YUXORC52.js";var I3=me(Vt=>{"use strict";var TR=Symbol.for("react.transitional.element"),Hre=Symbol.for("react.portal"),Gre=Symbol.for("react.fragment"),Pre=Symbol.for("react.strict_mode"),jre=Symbol.for("react.profiler"),zre=Symbol.for("react.consumer"),qre=Symbol.for("react.context"),Yre=Symbol.for("react.forward_ref"),Kre=Symbol.for("react.suspense"),Vre=Symbol.for("react.memo"),g3=Symbol.for("react.lazy"),Wre=Symbol.for("react.activity"),h3=Symbol.iterator;function Jre(e){return e===null||typeof e!="object"?null:(e=h3&&e[h3]||e["@@iterator"],typeof e=="function"?e:null)}var y3={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},E3=Object.assign,C3={};function jg(e,t,n){this.props=e,this.context=t,this.refs=C3,this.updater=n||y3}jg.prototype.isReactComponent={};jg.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};jg.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function S3(){}S3.prototype=jg.prototype;function RR(e,t,n){this.props=e,this.context=t,this.refs=C3,this.updater=n||y3}var QR=RR.prototype=new S3;QR.constructor=RR;E3(QR,jg.prototype);QR.isPureReactComponent=!0;var A3=Array.isArray;function wR(){}var wr={H:null,A:null,T:null,S:null},b3=Object.prototype.hasOwnProperty;function _R(e,t,n){var r=n.ref;return{$$typeof:TR,type:e,key:t,ref:r!==void 0?r:null,props:n}}function Xre(e,t){return _R(e.type,t,e.props)}function FR(e){return typeof e=="object"&&e!==null&&e.$$typeof===TR}function $re(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var m3=/\/+/g;function BR(e,t){return typeof e=="object"&&e!==null&&e.key!=null?$re(""+e.key):t.toString(36)}function Zre(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch(typeof e.status=="string"?e.then(wR,wR):(e.status="pending",e.then(function(t){e.status==="pending"&&(e.status="fulfilled",e.value=t)},function(t){e.status==="pending"&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}function Pg(e,t,n,r,i){var s=typeof e;(s==="undefined"||s==="boolean")&&(e=null);var a=!1;if(e===null)a=!0;else switch(s){case"bigint":case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case TR:case Hre:a=!0;break;case g3:return a=e._init,Pg(a(e._payload),t,n,r,i)}}if(a)return i=i(e),a=r===""?"."+BR(e,0):r,A3(i)?(n="",a!=null&&(n=a.replace(m3,"$&/")+"/"),Pg(i,t,n,"",function(A){return A})):i!=null&&(FR(i)&&(i=Xre(i,n+(i.key==null||e&&e.key===i.key?"":(""+i.key).replace(m3,"$&/")+"/")+a)),t.push(i)),1;a=0;var c=r===""?".":r+":";if(A3(e))for(var f=0;f<e.length;f++)r=e[f],s=c+BR(r,f),a+=Pg(r,t,n,s,i);else if(f=Jre(e),typeof f=="function")for(e=f.call(e),f=0;!(r=e.next()).done;)r=r.value,s=c+BR(r,f++),a+=Pg(r,t,n,s,i);else if(s==="object"){if(typeof e.then=="function")return Pg(Zre(e),t,n,r,i);throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.")}return a}function sv(e,t,n){if(e==null)return e;var r=[],i=0;return Pg(e,r,"","",function(s){return t.call(n,s,i++)}),r}function eie(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var p3=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},tie={map:sv,forEach:function(e,t,n){sv(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return sv(e,function(){t++}),t},toArray:function(e){return sv(e,function(t){return t})||[]},only:function(e){if(!FR(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};Vt.Activity=Wre;Vt.Children=tie;Vt.Component=jg;Vt.Fragment=Gre;Vt.Profiler=jre;Vt.PureComponent=RR;Vt.StrictMode=Pre;Vt.Suspense=Kre;Vt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=wr;Vt.__COMPILER_RUNTIME={__proto__:null,c:function(e){return wr.H.useMemoCache(e)}};Vt.cache=function(e){return function(){return e.apply(null,arguments)}};Vt.cacheSignal=function(){return null};Vt.cloneElement=function(e,t,n){if(e==null)throw Error("The argument must be a React element, but you passed "+e+".");var r=E3({},e.props),i=e.key;if(t!=null)for(s in t.key!==void 0&&(i=""+t.key),t)!b3.call(t,s)||s==="key"||s==="__self"||s==="__source"||s==="ref"&&t.ref===void 0||(r[s]=t[s]);var s=arguments.length-2;if(s===1)r.children=n;else if(1<s){for(var a=Array(s),c=0;c<s;c++)a[c]=arguments[c+2];r.children=a}return _R(e.type,i,r)};Vt.createContext=function(e){return e={$$typeof:qre,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null},e.Provider=e,e.Consumer={$$typeof:zre,_context:e},e};Vt.createElement=function(e,t,n){var r,i={},s=null;if(t!=null)for(r in t.key!==void 0&&(s=""+t.key),t)b3.call(t,r)&&r!=="key"&&r!=="__self"&&r!=="__source"&&(i[r]=t[r]);var a=arguments.length-2;if(a===1)i.children=n;else if(1<a){for(var c=Array(a),f=0;f<a;f++)c[f]=arguments[f+2];i.children=c}if(e&&e.defaultProps)for(r in a=e.defaultProps,a)i[r]===void 0&&(i[r]=a[r]);return _R(e,s,i)};Vt.createRef=function(){return{current:null}};Vt.forwardRef=function(e){return{$$typeof:Yre,render:e}};Vt.isValidElement=FR;Vt.lazy=function(e){return{$$typeof:g3,_payload:{_status:-1,_result:e},_init:eie}};Vt.memo=function(e,t){return{$$typeof:Vre,type:e,compare:t===void 0?null:t}};Vt.startTransition=function(e){var t=wr.T,n={};wr.T=n;try{var r=e(),i=wr.S;i!==null&&i(n,r),typeof r=="object"&&r!==null&&typeof r.then=="function"&&r.then(wR,p3)}catch(s){p3(s)}finally{t!==null&&n.types!==null&&(t.types=n.types),wr.T=t}};Vt.unstable_useCacheRefresh=function(){return wr.H.useCacheRefresh()};Vt.use=function(e){return wr.H.use(e)};Vt.useActionState=function(e,t,n){return wr.H.useActionState(e,t,n)};Vt.useCallback=function(e,t){return wr.H.useCallback(e,t)};Vt.useContext=function(e){return wr.H.useContext(e)};Vt.useDebugValue=function(){};Vt.useDeferredValue=function(e,t){return wr.H.useDeferredValue(e,t)};Vt.useEffect=function(e,t){return wr.H.useEffect(e,t)};Vt.useEffectEvent=function(e){return wr.H.useEffectEvent(e)};Vt.useId=function(){return wr.H.useId()};Vt.useImperativeHandle=function(e,t,n){return wr.H.useImperativeHandle(e,t,n)};Vt.useInsertionEffect=function(e,t){return wr.H.useInsertionEffect(e,t)};Vt.useLayoutEffect=function(e,t){return wr.H.useLayoutEffect(e,t)};Vt.useMemo=function(e,t){return wr.H.useMemo(e,t)};Vt.useOptimistic=function(e,t){return wr.H.useOptimistic(e,t)};Vt.useReducer=function(e,t,n){return wr.H.useReducer(e,t,n)};Vt.useRef=function(e){return wr.H.useRef(e)};Vt.useState=function(e){return wr.H.useState(e)};Vt.useSyncExternalStore=function(e,t,n){return wr.H.useSyncExternalStore(e,t,n)};Vt.useTransition=function(){return wr.H.useTransition()};Vt.version="19.2.4"});var D3=me((jt,av)=>{"use strict";process.env.NODE_ENV!=="production"&&function(){function e(k,z){Object.defineProperty(r.prototype,k,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",z[0],z[1])}})}function t(k){return k===null||typeof k!="object"?null:(k=Ve&&k[Ve]||k["@@iterator"],typeof k=="function"?k:null)}function n(k,z){k=(k=k.constructor)&&(k.displayName||k.name)||"ReactClass";var Le=k+"."+z;Qe[Le]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",z,k),Qe[Le]=!0)}function r(k,z,Le){this.props=k,this.context=z,this.refs=yt,this.updater=Le||bt}function i(){}function s(k,z,Le){this.props=k,this.context=z,this.refs=yt,this.updater=Le||bt}function a(){}function c(k){return""+k}function f(k){try{c(k);var z=!1}catch{z=!0}if(z){z=console;var Le=z.error,We=typeof Symbol=="function"&&Symbol.toStringTag&&k[Symbol.toStringTag]||k.constructor.name||"Object";return Le.call(z,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",We),c(k)}}function A(k){if(k==null)return null;if(typeof k=="function")return k.$$typeof===Gn?null:k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case Ze:return"Fragment";case J:return"Profiler";case xe:return"StrictMode";case St:return"Suspense";case j:return"SuspenseList";case Ae:return"Activity"}if(typeof k=="object")switch(typeof k.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),k.$$typeof){case ke:return"Portal";case Oe:return k.displayName||"Context";case Re:return(k._context.displayName||"Context")+".Consumer";case nt:var z=k.render;return k=k.displayName,k||(k=z.displayName||z.name||"",k=k!==""?"ForwardRef("+k+")":"ForwardRef"),k;case q:return z=k.displayName||null,z!==null?z:A(k.type)||"Memo";case Y:z=k._payload,k=k._init;try{return A(k(z))}catch{}}return null}function m(k){if(k===Ze)return"<>";if(typeof k=="object"&&k!==null&&k.$$typeof===Y)return"<...>";try{var z=A(k);return z?"<"+z+">":"<...>"}catch{return"<...>"}}function E(){var k=pt.A;return k===null?null:k.getOwner()}function C(){return Error("react-stack-top-frame")}function p(k){if(Si.call(k,"key")){var z=Object.getOwnPropertyDescriptor(k,"key").get;if(z&&z.isReactWarning)return!1}return k.key!==void 0}function g(k,z){function Le(){Jn||(Jn=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",z))}Le.isReactWarning=!0,Object.defineProperty(k,"key",{get:Le,configurable:!0})}function b(){var k=A(this.type);return to[k]||(to[k]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),k=this.props.ref,k!==void 0?k:null}function v(k,z,Le,We,ee,le){var be=Le.ref;return k={$$typeof:pe,type:k,key:z,props:Le,_owner:We},(be!==void 0?be:null)!==null?Object.defineProperty(k,"ref",{enumerable:!1,get:b}):Object.defineProperty(k,"ref",{enumerable:!1,value:null}),k._store={},Object.defineProperty(k._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(k,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(k,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:ee}),Object.defineProperty(k,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:le}),Object.freeze&&(Object.freeze(k.props),Object.freeze(k)),k}function w(k,z){return z=v(k.type,z,k.props,k._owner,k._debugStack,k._debugTask),k._store&&(z._store.validated=k._store.validated),z}function T(k){_(k)?k._store&&(k._store.validated=1):typeof k=="object"&&k!==null&&k.$$typeof===Y&&(k._payload.status==="fulfilled"?_(k._payload.value)&&k._payload.value._store&&(k._payload.value._store.validated=1):k._store&&(k._store.validated=1))}function _(k){return typeof k=="object"&&k!==null&&k.$$typeof===pe}function M(k){var z={"=":"=0",":":"=2"};return"$"+k.replace(/[=:]/g,function(Le){return z[Le]})}function U(k,z){return typeof k=="object"&&k!==null&&k.key!=null?(f(k.key),M(""+k.key)):z.toString(36)}function P(k){switch(k.status){case"fulfilled":return k.value;case"rejected":throw k.reason;default:switch(typeof k.status=="string"?k.then(a,a):(k.status="pending",k.then(function(z){k.status==="pending"&&(k.status="fulfilled",k.value=z)},function(z){k.status==="pending"&&(k.status="rejected",k.reason=z)})),k.status){case"fulfilled":return k.value;case"rejected":throw k.reason}}throw k}function V(k,z,Le,We,ee){var le=typeof k;(le==="undefined"||le==="boolean")&&(k=null);var be=!1;if(k===null)be=!0;else switch(le){case"bigint":case"string":case"number":be=!0;break;case"object":switch(k.$$typeof){case pe:case ke:be=!0;break;case Y:return be=k._init,V(be(k._payload),z,Le,We,ee)}}if(be){be=k,ee=ee(be);var $e=We===""?"."+U(be,0):We;return Fr(ee)?(Le="",$e!=null&&(Le=$e.replace(Oi,"$&/")+"/"),V(ee,z,Le,"",function(mr){return mr})):ee!=null&&(_(ee)&&(ee.key!=null&&(be&&be.key===ee.key||f(ee.key)),Le=w(ee,Le+(ee.key==null||be&&be.key===ee.key?"":(""+ee.key).replace(Oi,"$&/")+"/")+$e),We!==""&&be!=null&&_(be)&&be.key==null&&be._store&&!be._store.validated&&(Le._store.validated=2),ee=Le),z.push(ee)),1}if(be=0,$e=We===""?".":We+":",Fr(k))for(var Et=0;Et<k.length;Et++)We=k[Et],le=$e+U(We,Et),be+=V(We,z,Le,le,ee);else if(Et=t(k),typeof Et=="function")for(Et===k.entries&&(Nr||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Nr=!0),k=Et.call(k),Et=0;!(We=k.next()).done;)We=We.value,le=$e+U(We,Et++),be+=V(We,z,Le,le,ee);else if(le==="object"){if(typeof k.then=="function")return V(P(k),z,Le,We,ee);throw z=String(k),Error("Objects are not valid as a React child (found: "+(z==="[object Object]"?"object with keys {"+Object.keys(k).join(", ")+"}":z)+"). If you meant to render a collection of children, use an array instead.")}return be}function te(k,z,Le){if(k==null)return k;var We=[],ee=0;return V(k,We,"","",function(le){return z.call(Le,le,ee++)}),We}function G(k){if(k._status===-1){var z=k._ioInfo;z!=null&&(z.start=z.end=performance.now()),z=k._result;var Le=z();if(Le.then(function(ee){if(k._status===0||k._status===-1){k._status=1,k._result=ee;var le=k._ioInfo;le!=null&&(le.end=performance.now()),Le.status===void 0&&(Le.status="fulfilled",Le.value=ee)}},function(ee){if(k._status===0||k._status===-1){k._status=2,k._result=ee;var le=k._ioInfo;le!=null&&(le.end=performance.now()),Le.status===void 0&&(Le.status="rejected",Le.reason=ee)}}),z=k._ioInfo,z!=null){z.value=Le;var We=Le.displayName;typeof We=="string"&&(z.name=We)}k._status===-1&&(k._status=0,k._result=Le)}if(k._status===1)return z=k._result,z===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
3
3
 
4
4
  Your code should look like:
5
5
  const MyComponent = lazy(() => import('./MyComponent'))
@@ -729,7 +729,7 @@ ${e.map(i=>{let s=$T.basename(i.path),a=(t.get(s)||0)>1,c=$T.basename($T.dirname
729
729
  ${m.map(E=>` - ${E}`).join(`
730
730
  `)}
731
731
 
732
- Use /mcp auth <server-name> to authenticate.`}}let a=s[n];if(!a)return{type:"message",messageType:"error",content:`MCP server '${n}' not found.`};let c=f=>{e.ui.addItem({type:"info",text:f})};gt.on("oauth-display-message",c);try{e.ui.addItem({type:"info",text:`Starting OAuth authentication for MCP server '${n}'...`});let{MCPOAuthProvider:f}=await import("./core-B3NSJHXB.js"),A=a.oauth;A||(A={enabled:!1});let m=a.httpUrl||a.url;await new f(new IR).authenticate(n,A,m),e.ui.addItem({type:"info",text:`\u2705 Successfully authenticated with MCP server '${n}'!`});let C=i.getMcpClientManager();C&&(e.ui.addItem({type:"info",text:`Restarting MCP server '${n}'...`}),await C.restartServer(n));let p=e.services.agentContext?.geminiClient;return p?.isInitialized()&&await p.setTools(),e.ui.reloadCommands(),{type:"message",messageType:"info",content:`Successfully authenticated and reloaded tools for '${n}'`}}catch(f){return{type:"message",messageType:"error",content:`Failed to authenticate with MCP server '${n}': ${_t(f)}`}}finally{gt.removeListener("oauth-display-message",c)}},completion:async(e,t)=>{let r=e.services.agentContext?.config;if(!r)return[];let i=r.getMcpClientManager()?.getMcpServers()||{};return Object.keys(i).filter(s=>s.startsWith(t))}},lI=async(e,t=!1,n=!1,r)=>{let i=e.services.agentContext,s=i?.config;if(!s)return{type:"message",messageType:"error",content:"Config not loaded."};s.setUserInteractedWithMcp();let a=i.toolRegistry;if(!a)return{type:"message",messageType:"error",content:"Could not retrieve tool registry."};let c=s.getMcpClientManager()?.getMcpServers()||{},f=s.getMcpClientManager()?.getBlockedMcpServers()||[];if(r){let G=r.trim().toLowerCase();G&&(c=Object.fromEntries(Object.entries(c).filter(([W])=>W.toLowerCase().includes(G)||js(W).includes(G))))}let A=Object.keys(c),m=A.filter(G=>zH(G)==="connecting"),C=qH()==="in_progress"||m.length>0,g=a.getAllTools().filter(G=>G instanceof CU),v=s.getPromptRegistry().getAllPrompts().filter(G=>"serverName"in G&&A.includes(G.serverName)),T=s.getResourceRegistry().getAllResources().filter(G=>A.includes(G.serverName)),_={},M=new IR;for(let G of A)if(c[G].oauth?.enabled||DR.has(G)){let ye=await M.getCredentials(G);ye?ye.token.expiresAt&&ye.token.expiresAt<Date.now()?_[G]="expired":_[G]="authenticated":_[G]="unauthenticated"}else _[G]="not-configured";let U=vh.getInstance(),P={};for(let G of A)P[G]=await U.getDisplayState(G);let V={};for(let G of A){let W=s.getMcpClientManager()?.getLastError(G);W&&(V[G]=W)}let te={type:"mcp_status",servers:c,tools:g.map(G=>({serverName:G.serverName,name:G.name,description:G.description,schema:G.schema})),prompts:v.map(G=>({serverName:G.serverName,name:G.name,description:G.description})),resources:T.map(G=>({serverName:G.serverName,name:G.name,uri:G.uri,mimeType:G.mimeType,description:G.description})),authStatus:_,enablementState:P,errors:V,blockedServers:f.map(G=>({name:G.name,extensionName:G.extensionName})),discoveryInProgress:C,connectingServers:m,showDescriptions:!!t,showSchema:!!n};e.ui.addItem(te)},hne={name:"list",altNames:["ls","nodesc","nodescription"],description:"List configured MCP servers and tools",kind:"built-in",autoExecute:!0,action:(e,t)=>lI(e,!1,!1,t)},ATe={name:"desc",altNames:["description"],description:"List configured MCP servers and tools with descriptions",kind:"built-in",autoExecute:!0,action:(e,t)=>lI(e,!0,!1,t)},mTe={name:"schema",description:"List configured MCP servers and tools with descriptions and schemas",kind:"built-in",autoExecute:!0,action:(e,t)=>lI(e,!0,!0,t)},pTe={name:"reload",altNames:["refresh"],description:"Reloads MCP servers",kind:"built-in",autoExecute:!0,takesArgs:!1,action:async e=>{let t=e.services.agentContext,n=t?.config;if(!n)return{type:"message",messageType:"error",content:"Config not loaded."};let r=n.getMcpClientManager();if(!r)return{type:"message",messageType:"error",content:"Could not retrieve mcp client manager."};e.ui.addItem({type:"info",text:"Reloading MCP servers..."}),await r.restart();let i=t.geminiClient;return i?.isInitialized()&&await i.setTools(),e.ui.reloadCommands(),hne.action(e,"")}};async function Ane(e,t,n){let r=e.services.agentContext,i=r?.config;if(!i)return{type:"message",messageType:"error",content:"Config not loaded."};i.setUserInteractedWithMcp();let s=t.trim().split(/\s+/),a=s.includes("--session"),c=s.filter(b=>b!=="--session")[0],f=n?"enable":"disable";if(!c)return{type:"message",messageType:"error",content:`Server name required. Usage: /mcp ${f} <server-name> [--session]`};let A=js(c),m=i.getMcpClientManager()?.getMcpServers()||{};if(!Object.keys(m).map(js).includes(A))return{type:"message",messageType:"error",content:`Server '${c}' not found. Use /mcp list to see available servers.`};let C=vh.getInstance();if(n){let b=Iy(),v=await Bee(A,{adminMcpEnabled:b.merged.admin?.mcp?.enabled??!0,allowedList:b.merged.mcp?.allowed,excludedList:b.merged.mcp?.excluded});if(!v.allowed&&(v.blockType==="allowlist"||v.blockType==="excludelist"))return{type:"message",messageType:"error",content:v.reason??"Blocked by settings."};a?C.clearSessionDisable(A):await C.enable(A),v.blockType==="admin"&&e.ui.addItem({type:"warning",text:"MCP disabled by admin. Will load when enabled."},Date.now())}else a?C.disableForSession(A):await C.disable(A);let p=`MCP server '${A}' ${n?"enabled":"disabled"}${a?" for this session":""}.`,g=i.getMcpClientManager();return g&&(e.ui.addItem({type:"info",text:"Reloading MCP servers..."},Date.now()),await g.restart()),r.geminiClient?.isInitialized()&&await r.geminiClient.setTools(),e.ui.reloadCommands(),{type:"message",messageType:"info",content:p}}async function mne(e,t,n){let i=e.services.agentContext?.config;if(!i)return[];let s=Object.keys(i.getMcpClientManager()?.getMcpServers()||{}),a=vh.getInstance(),c=[];for(let f of s)(await a.getDisplayState(f)).enabled===n&&f.startsWith(t)&&c.push(f);return c}var gTe={name:"enable",description:"Enable a disabled MCP server",kind:"built-in",autoExecute:!0,action:(e,t)=>Ane(e,t,!0),completion:(e,t)=>mne(e,t,!1)},yTe={name:"disable",description:"Disable an MCP server",kind:"built-in",autoExecute:!0,action:(e,t)=>Ane(e,t,!1),completion:(e,t)=>mne(e,t,!0)},MO={name:"mcp",description:"Manage configured Model Context Protocol (MCP) servers",kind:"built-in",autoExecute:!1,subCommands:[hne,ATe,mTe,hTe,pTe,gTe,yTe],action:async(e,t)=>{if(t){let n=Ih(`/${t}`,MO.subCommands);return n.commandToExecute?.action?n.commandToExecute.action(e,n.args):lI(e,!1,!1,t)}return lI(e)}};var pne={name:"memory",description:"Commands for interacting with memory",kind:"built-in",autoExecute:!1,subCommands:[{name:"show",description:"Show the current memory contents",kind:"built-in",autoExecute:!0,action:async e=>{let t=e.services.agentContext?.config;if(!t)return;let n=e3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}},{name:"add",description:"Add content to the memory",kind:"built-in",autoExecute:!1,action:(e,t)=>{let n=t3(t);return n.type==="message"||e.ui.addItem({type:"info",text:`Attempting to save to memory: "${t.trim()}"`},Date.now()),n}},{name:"reload",altNames:["refresh"],description:"Reload the memory from the source",kind:"built-in",autoExecute:!0,action:async e=>{e.ui.addItem({type:"info",text:"Reloading memory from source files..."},Date.now());try{let t=e.services.agentContext?.config;if(t){let n=await n3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}}catch(t){e.ui.addItem({type:"error",text:`Error reloading memory: ${t.message}`},Date.now())}}},{name:"list",description:"Lists the paths of the GEMINI.md files in use",kind:"built-in",autoExecute:!0,action:async e=>{let t=e.services.agentContext?.config;if(!t)return;let n=r3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}}]};var ETe={name:"set",description:"Set the model to use. Usage: /model set <model-name> [--persist]",kind:"built-in",autoExecute:!1,action:async(e,t)=>{let n=t.trim().split(/\s+/).filter(Boolean);if(n.length===0){e.ui.addItem({type:"error",text:"Usage: /model set <model-name> [--persist]"});return}let r=n[0],i=n.includes("--persist");if(e.services.agentContext?.config){e.services.agentContext.config.setModel(r,!i);let s=new kU(r);tH(e.services.agentContext.config,s),e.ui.addItem({type:"info",text:`Model set to ${r}${i?" (persisted)":""}`})}}},gne={name:"manage",description:"Opens a dialog to configure the model",kind:"built-in",autoExecute:!0,action:async e=>(e.services.agentContext?.config&&await e.services.agentContext.config.refreshUserQuota(),{type:"dialog",dialog:"model"})},yne={name:"model",description:"Manage model configuration",kind:"built-in",autoExecute:!1,subCommands:[gne,ETe],action:async(e,t)=>gne.action(e,t)};var eo=Se(ut(),1);var ot=Se(It(),1);var OO=6,LO=20,e1=25,Km=5,Ene=10,cI=e=>!e||!e.reactionGroups?0:e.reactionGroups.reduce((t,n)=>t+n.users.totalCount,0),STe=(e,t)=>t?.toLowerCase()==="duplicate"?"magenta":e==="OPEN"?"green":"red",Cne=({config:e,onExit:t,initialLimit:n=50})=>{let r=Ei(),[i,s]=(0,eo.useState)({status:"loading",issues:[],currentIndex:0,analysisCache:new Map,analyzingIds:new Set,message:"Fetching issues..."}),[a,c]=(0,eo.useState)("target"),[f,A]=(0,eo.useState)(0),[m,E]=(0,eo.useState)(!1),[C,p]=(0,eo.useState)(0),[g,b]=(0,eo.useState)(0),[v,w]=(0,eo.useState)(""),[T,_]=(0,eo.useState)([]),[M,U]=(0,eo.useState)(!1),[P,V]=(0,eo.useState)(0);(0,eo.useEffect)(()=>{f<P?V(f):f>=P+Km&&V(f-Km+1)},[f,P]);let te=async xe=>{try{let{stdout:J}=await Jo("gh",["issue","view",String(xe),"--json","number,title,body,state,stateReason,labels,url,comments,author,reactionGroups"]);return JSON.parse(J)}catch(J){return Ce.error(`Failed to fetch details for candidate #${xe}`,J),null}},G=(0,eo.useCallback)(async xe=>{let J=xe.comments.find(Qe=>Qe.body.includes("Found possible duplicate issues:"));if(!J)return null;let Re=J.body.split(`
732
+ Use /mcp auth <server-name> to authenticate.`}}let a=s[n];if(!a)return{type:"message",messageType:"error",content:`MCP server '${n}' not found.`};let c=f=>{e.ui.addItem({type:"info",text:f})};gt.on("oauth-display-message",c);try{e.ui.addItem({type:"info",text:`Starting OAuth authentication for MCP server '${n}'...`});let{MCPOAuthProvider:f}=await import("./core-AFD3OUDK.js"),A=a.oauth;A||(A={enabled:!1});let m=a.httpUrl||a.url;await new f(new IR).authenticate(n,A,m),e.ui.addItem({type:"info",text:`\u2705 Successfully authenticated with MCP server '${n}'!`});let C=i.getMcpClientManager();C&&(e.ui.addItem({type:"info",text:`Restarting MCP server '${n}'...`}),await C.restartServer(n));let p=e.services.agentContext?.geminiClient;return p?.isInitialized()&&await p.setTools(),e.ui.reloadCommands(),{type:"message",messageType:"info",content:`Successfully authenticated and reloaded tools for '${n}'`}}catch(f){return{type:"message",messageType:"error",content:`Failed to authenticate with MCP server '${n}': ${_t(f)}`}}finally{gt.removeListener("oauth-display-message",c)}},completion:async(e,t)=>{let r=e.services.agentContext?.config;if(!r)return[];let i=r.getMcpClientManager()?.getMcpServers()||{};return Object.keys(i).filter(s=>s.startsWith(t))}},lI=async(e,t=!1,n=!1,r)=>{let i=e.services.agentContext,s=i?.config;if(!s)return{type:"message",messageType:"error",content:"Config not loaded."};s.setUserInteractedWithMcp();let a=i.toolRegistry;if(!a)return{type:"message",messageType:"error",content:"Could not retrieve tool registry."};let c=s.getMcpClientManager()?.getMcpServers()||{},f=s.getMcpClientManager()?.getBlockedMcpServers()||[];if(r){let G=r.trim().toLowerCase();G&&(c=Object.fromEntries(Object.entries(c).filter(([W])=>W.toLowerCase().includes(G)||js(W).includes(G))))}let A=Object.keys(c),m=A.filter(G=>zH(G)==="connecting"),C=qH()==="in_progress"||m.length>0,g=a.getAllTools().filter(G=>G instanceof CU),v=s.getPromptRegistry().getAllPrompts().filter(G=>"serverName"in G&&A.includes(G.serverName)),T=s.getResourceRegistry().getAllResources().filter(G=>A.includes(G.serverName)),_={},M=new IR;for(let G of A)if(c[G].oauth?.enabled||DR.has(G)){let ye=await M.getCredentials(G);ye?ye.token.expiresAt&&ye.token.expiresAt<Date.now()?_[G]="expired":_[G]="authenticated":_[G]="unauthenticated"}else _[G]="not-configured";let U=vh.getInstance(),P={};for(let G of A)P[G]=await U.getDisplayState(G);let V={};for(let G of A){let W=s.getMcpClientManager()?.getLastError(G);W&&(V[G]=W)}let te={type:"mcp_status",servers:c,tools:g.map(G=>({serverName:G.serverName,name:G.name,description:G.description,schema:G.schema})),prompts:v.map(G=>({serverName:G.serverName,name:G.name,description:G.description})),resources:T.map(G=>({serverName:G.serverName,name:G.name,uri:G.uri,mimeType:G.mimeType,description:G.description})),authStatus:_,enablementState:P,errors:V,blockedServers:f.map(G=>({name:G.name,extensionName:G.extensionName})),discoveryInProgress:C,connectingServers:m,showDescriptions:!!t,showSchema:!!n};e.ui.addItem(te)},hne={name:"list",altNames:["ls","nodesc","nodescription"],description:"List configured MCP servers and tools",kind:"built-in",autoExecute:!0,action:(e,t)=>lI(e,!1,!1,t)},ATe={name:"desc",altNames:["description"],description:"List configured MCP servers and tools with descriptions",kind:"built-in",autoExecute:!0,action:(e,t)=>lI(e,!0,!1,t)},mTe={name:"schema",description:"List configured MCP servers and tools with descriptions and schemas",kind:"built-in",autoExecute:!0,action:(e,t)=>lI(e,!0,!0,t)},pTe={name:"reload",altNames:["refresh"],description:"Reloads MCP servers",kind:"built-in",autoExecute:!0,takesArgs:!1,action:async e=>{let t=e.services.agentContext,n=t?.config;if(!n)return{type:"message",messageType:"error",content:"Config not loaded."};let r=n.getMcpClientManager();if(!r)return{type:"message",messageType:"error",content:"Could not retrieve mcp client manager."};e.ui.addItem({type:"info",text:"Reloading MCP servers..."}),await r.restart();let i=t.geminiClient;return i?.isInitialized()&&await i.setTools(),e.ui.reloadCommands(),hne.action(e,"")}};async function Ane(e,t,n){let r=e.services.agentContext,i=r?.config;if(!i)return{type:"message",messageType:"error",content:"Config not loaded."};i.setUserInteractedWithMcp();let s=t.trim().split(/\s+/),a=s.includes("--session"),c=s.filter(b=>b!=="--session")[0],f=n?"enable":"disable";if(!c)return{type:"message",messageType:"error",content:`Server name required. Usage: /mcp ${f} <server-name> [--session]`};let A=js(c),m=i.getMcpClientManager()?.getMcpServers()||{};if(!Object.keys(m).map(js).includes(A))return{type:"message",messageType:"error",content:`Server '${c}' not found. Use /mcp list to see available servers.`};let C=vh.getInstance();if(n){let b=Iy(),v=await Bee(A,{adminMcpEnabled:b.merged.admin?.mcp?.enabled??!0,allowedList:b.merged.mcp?.allowed,excludedList:b.merged.mcp?.excluded});if(!v.allowed&&(v.blockType==="allowlist"||v.blockType==="excludelist"))return{type:"message",messageType:"error",content:v.reason??"Blocked by settings."};a?C.clearSessionDisable(A):await C.enable(A),v.blockType==="admin"&&e.ui.addItem({type:"warning",text:"MCP disabled by admin. Will load when enabled."},Date.now())}else a?C.disableForSession(A):await C.disable(A);let p=`MCP server '${A}' ${n?"enabled":"disabled"}${a?" for this session":""}.`,g=i.getMcpClientManager();return g&&(e.ui.addItem({type:"info",text:"Reloading MCP servers..."},Date.now()),await g.restart()),r.geminiClient?.isInitialized()&&await r.geminiClient.setTools(),e.ui.reloadCommands(),{type:"message",messageType:"info",content:p}}async function mne(e,t,n){let i=e.services.agentContext?.config;if(!i)return[];let s=Object.keys(i.getMcpClientManager()?.getMcpServers()||{}),a=vh.getInstance(),c=[];for(let f of s)(await a.getDisplayState(f)).enabled===n&&f.startsWith(t)&&c.push(f);return c}var gTe={name:"enable",description:"Enable a disabled MCP server",kind:"built-in",autoExecute:!0,action:(e,t)=>Ane(e,t,!0),completion:(e,t)=>mne(e,t,!1)},yTe={name:"disable",description:"Disable an MCP server",kind:"built-in",autoExecute:!0,action:(e,t)=>Ane(e,t,!1),completion:(e,t)=>mne(e,t,!0)},MO={name:"mcp",description:"Manage configured Model Context Protocol (MCP) servers",kind:"built-in",autoExecute:!1,subCommands:[hne,ATe,mTe,hTe,pTe,gTe,yTe],action:async(e,t)=>{if(t){let n=Ih(`/${t}`,MO.subCommands);return n.commandToExecute?.action?n.commandToExecute.action(e,n.args):lI(e,!1,!1,t)}return lI(e)}};var pne={name:"memory",description:"Commands for interacting with memory",kind:"built-in",autoExecute:!1,subCommands:[{name:"show",description:"Show the current memory contents",kind:"built-in",autoExecute:!0,action:async e=>{let t=e.services.agentContext?.config;if(!t)return;let n=e3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}},{name:"add",description:"Add content to the memory",kind:"built-in",autoExecute:!1,action:(e,t)=>{let n=t3(t);return n.type==="message"||e.ui.addItem({type:"info",text:`Attempting to save to memory: "${t.trim()}"`},Date.now()),n}},{name:"reload",altNames:["refresh"],description:"Reload the memory from the source",kind:"built-in",autoExecute:!0,action:async e=>{e.ui.addItem({type:"info",text:"Reloading memory from source files..."},Date.now());try{let t=e.services.agentContext?.config;if(t){let n=await n3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}}catch(t){e.ui.addItem({type:"error",text:`Error reloading memory: ${t.message}`},Date.now())}}},{name:"list",description:"Lists the paths of the GEMINI.md files in use",kind:"built-in",autoExecute:!0,action:async e=>{let t=e.services.agentContext?.config;if(!t)return;let n=r3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}}]};var ETe={name:"set",description:"Set the model to use. Usage: /model set <model-name> [--persist]",kind:"built-in",autoExecute:!1,action:async(e,t)=>{let n=t.trim().split(/\s+/).filter(Boolean);if(n.length===0){e.ui.addItem({type:"error",text:"Usage: /model set <model-name> [--persist]"});return}let r=n[0],i=n.includes("--persist");if(e.services.agentContext?.config){e.services.agentContext.config.setModel(r,!i);let s=new kU(r);tH(e.services.agentContext.config,s),e.ui.addItem({type:"info",text:`Model set to ${r}${i?" (persisted)":""}`})}}},gne={name:"manage",description:"Opens a dialog to configure the model",kind:"built-in",autoExecute:!0,action:async e=>(e.services.agentContext?.config&&await e.services.agentContext.config.refreshUserQuota(),{type:"dialog",dialog:"model"})},yne={name:"model",description:"Manage model configuration",kind:"built-in",autoExecute:!1,subCommands:[gne,ETe],action:async(e,t)=>gne.action(e,t)};var eo=Se(ut(),1);var ot=Se(It(),1);var OO=6,LO=20,e1=25,Km=5,Ene=10,cI=e=>!e||!e.reactionGroups?0:e.reactionGroups.reduce((t,n)=>t+n.users.totalCount,0),STe=(e,t)=>t?.toLowerCase()==="duplicate"?"magenta":e==="OPEN"?"green":"red",Cne=({config:e,onExit:t,initialLimit:n=50})=>{let r=Ei(),[i,s]=(0,eo.useState)({status:"loading",issues:[],currentIndex:0,analysisCache:new Map,analyzingIds:new Set,message:"Fetching issues..."}),[a,c]=(0,eo.useState)("target"),[f,A]=(0,eo.useState)(0),[m,E]=(0,eo.useState)(!1),[C,p]=(0,eo.useState)(0),[g,b]=(0,eo.useState)(0),[v,w]=(0,eo.useState)(""),[T,_]=(0,eo.useState)([]),[M,U]=(0,eo.useState)(!1),[P,V]=(0,eo.useState)(0);(0,eo.useEffect)(()=>{f<P?V(f):f>=P+Km&&V(f-Km+1)},[f,P]);let te=async xe=>{try{let{stdout:J}=await Jo("gh",["issue","view",String(xe),"--json","number,title,body,state,stateReason,labels,url,comments,author,reactionGroups"]);return JSON.parse(J)}catch(J){return Ce.error(`Failed to fetch details for candidate #${xe}`,J),null}},G=(0,eo.useCallback)(async xe=>{let J=xe.comments.find(Qe=>Qe.body.includes("Found possible duplicate issues:"));if(!J)return null;let Re=J.body.split(`
733
733
  `),Oe=[];for(let Qe of Re){let bt=Qe.match(/#(\d+)/);if(bt){let Mt=parseInt(bt[1],10);Mt!==xe.number&&Oe.push(Mt)}}if(Oe.length===0)return null;let nt=[];for(let Qe of Oe){let bt=await te(Qe);bt&&nt.push(bt)}let St=e.getBaseLlmClient(),j=`
734
734
  I am triaging a GitHub issue labeled as 'possible-duplicate'. I need to decide if it should be marked as a duplicate of another issue, or if one of the other issues should be marked as a duplicate of this one.
735
735
 
@@ -1,5 +1,5 @@
1
1
  const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
2
- import{$c as DR,$e as dH,$m as S3,Ab as kU,Al as XH,Am as _R,B as RU,Be as oH,Bf as Yre,Bl as $H,Bm as m3,Ce as vR,Cf as AH,Cm as p3,De as sH,Df as mH,Dl as RR,Ec as KU,Ee as xR,Ef as Zc,Fe as aH,Ff as ll,Fg as IH,Ge as lH,Gf as pH,Gg as DH,Gj as PA,Hf as gH,Hh as LH,Hl as ZH,Hm as g3,Ih as sc,Im as uv,Jl as e3,Jm as y3,K as QU,Le as T0,M as _U,Mb as MU,Mf as yH,Ne as nv,Nm as E3,Ob as JD,Oe as cH,Of as BR,Om as C3,Pb as XD,Rk as lv,S as Xo,Sb as CR,Si as PH,Ub as OU,Vb as SR,Vl as t3,Wb as LU,Wc as VU,Wg as oc,Wh as UH,Xb as UU,Xi as jH,Xl as QR,Yb as HU,Yk as zA,Zk as VH,Zl as n3,_e as uH,a as jre,ad as Gg,bd as WU,be as ZU,cd as JU,ci as HH,dh as vH,dk as jA,ef as fH,fa as qre,fc as $D,fe as ev,fj as zH,fm as r3,ga as NU,gi as GH,gj as qH,gm as i3,ha as Ug,hh as xH,hm as cv,ia as Hg,ik as KH,im as o3,je as eH,jg as EH,jh as Xi,jj as wR,ka as ai,kg as CH,kh as sv,km as s3,le as tH,lf as hH,lg as rv,lh as BH,lm as a3,mc as bR,me as nH,mg as SH,mh as av,nc as GU,ne as rH,ng as Kre,nh as wH,nk as TR,oc as PU,og as da,oh as TH,om as l3,pc as jU,pg as iv,ph as RH,pm as c3,q as vU,qc as zU,qf as Pg,qg as Vre,qh as QH,qm as u3,rc as qU,rd as XU,rg as Wre,rh as R0,rm as d3,s as xU,sc as YU,sd as $U,sh as Q0,sm as f3,t as YD,td as w0,th as _H,tl as WH,tm as h3,uh as FH,ui as fa,vh as NH,vn as b3,wd as ZD,we as iH,wg as bH,wh as kH,wl as JH,wm as qg,x as BU,xb as VD,xe as tv,xh as jg,xi as Gf,y as wU,yb as ER,yc as IR,yh as MH,yi as zg,ym as A3,z as TU,zb as WD,zg as ov,zh as OH}from"./chunk-EBB2IYKE.js";import{$ as Hf,$d as ic,A as pR,C as hd,Gd as KD,Id as _t,Od as B0,Pa as IU,Yc as DU,Zd as FU,a as vt,b as Ce,ba as Ni,be as gt,da as gR,ea as EU,ga as yR,ha as PD,ka as CU,la as jD,na as zre,pa as fr,ra as SU,sa as bU,tc as zD,te as YH,uc as qD}from"./chunk-5OV5S6OY.js";import{b as dv,c as Pf}from"./chunk-LP5C4GJE.js";import{a as $n,c as me,d as Pre,e as Se}from"./chunk-YUXORC52.js";var F3=me(Vt=>{"use strict";var kR=Symbol.for("react.transitional.element"),Jre=Symbol.for("react.portal"),Xre=Symbol.for("react.fragment"),$re=Symbol.for("react.strict_mode"),Zre=Symbol.for("react.profiler"),eie=Symbol.for("react.consumer"),tie=Symbol.for("react.context"),nie=Symbol.for("react.forward_ref"),rie=Symbol.for("react.suspense"),iie=Symbol.for("react.memo"),B3=Symbol.for("react.lazy"),oie=Symbol.for("react.activity"),I3=Symbol.iterator;function sie(e){return e===null||typeof e!="object"?null:(e=I3&&e[I3]||e["@@iterator"],typeof e=="function"?e:null)}var w3={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},T3=Object.assign,R3={};function Kg(e,t,n){this.props=e,this.context=t,this.refs=R3,this.updater=n||w3}Kg.prototype.isReactComponent={};Kg.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};Kg.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function Q3(){}Q3.prototype=Kg.prototype;function MR(e,t,n){this.props=e,this.context=t,this.refs=R3,this.updater=n||w3}var OR=MR.prototype=new Q3;OR.constructor=MR;T3(OR,Kg.prototype);OR.isPureReactComponent=!0;var D3=Array.isArray;function NR(){}var wr={H:null,A:null,T:null,S:null},_3=Object.prototype.hasOwnProperty;function LR(e,t,n){var r=n.ref;return{$$typeof:kR,type:e,key:t,ref:r!==void 0?r:null,props:n}}function aie(e,t){return LR(e.type,t,e.props)}function UR(e){return typeof e=="object"&&e!==null&&e.$$typeof===kR}function lie(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var v3=/\/+/g;function FR(e,t){return typeof e=="object"&&e!==null&&e.key!=null?lie(""+e.key):t.toString(36)}function cie(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch(typeof e.status=="string"?e.then(NR,NR):(e.status="pending",e.then(function(t){e.status==="pending"&&(e.status="fulfilled",e.value=t)},function(t){e.status==="pending"&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}function Yg(e,t,n,r,i){var s=typeof e;(s==="undefined"||s==="boolean")&&(e=null);var a=!1;if(e===null)a=!0;else switch(s){case"bigint":case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case kR:case Jre:a=!0;break;case B3:return a=e._init,Yg(a(e._payload),t,n,r,i)}}if(a)return i=i(e),a=r===""?"."+FR(e,0):r,D3(i)?(n="",a!=null&&(n=a.replace(v3,"$&/")+"/"),Yg(i,t,n,"",function(A){return A})):i!=null&&(UR(i)&&(i=aie(i,n+(i.key==null||e&&e.key===i.key?"":(""+i.key).replace(v3,"$&/")+"/")+a)),t.push(i)),1;a=0;var c=r===""?".":r+":";if(D3(e))for(var f=0;f<e.length;f++)r=e[f],s=c+FR(r,f),a+=Yg(r,t,n,s,i);else if(f=sie(e),typeof f=="function")for(e=f.call(e),f=0;!(r=e.next()).done;)r=r.value,s=c+FR(r,f++),a+=Yg(r,t,n,s,i);else if(s==="object"){if(typeof e.then=="function")return Yg(cie(e),t,n,r,i);throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.")}return a}function fv(e,t,n){if(e==null)return e;var r=[],i=0;return Yg(e,r,"","",function(s){return t.call(n,s,i++)}),r}function uie(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var x3=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},die={map:fv,forEach:function(e,t,n){fv(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return fv(e,function(){t++}),t},toArray:function(e){return fv(e,function(t){return t})||[]},only:function(e){if(!UR(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};Vt.Activity=oie;Vt.Children=die;Vt.Component=Kg;Vt.Fragment=Xre;Vt.Profiler=Zre;Vt.PureComponent=MR;Vt.StrictMode=$re;Vt.Suspense=rie;Vt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=wr;Vt.__COMPILER_RUNTIME={__proto__:null,c:function(e){return wr.H.useMemoCache(e)}};Vt.cache=function(e){return function(){return e.apply(null,arguments)}};Vt.cacheSignal=function(){return null};Vt.cloneElement=function(e,t,n){if(e==null)throw Error("The argument must be a React element, but you passed "+e+".");var r=T3({},e.props),i=e.key;if(t!=null)for(s in t.key!==void 0&&(i=""+t.key),t)!_3.call(t,s)||s==="key"||s==="__self"||s==="__source"||s==="ref"&&t.ref===void 0||(r[s]=t[s]);var s=arguments.length-2;if(s===1)r.children=n;else if(1<s){for(var a=Array(s),c=0;c<s;c++)a[c]=arguments[c+2];r.children=a}return LR(e.type,i,r)};Vt.createContext=function(e){return e={$$typeof:tie,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null},e.Provider=e,e.Consumer={$$typeof:eie,_context:e},e};Vt.createElement=function(e,t,n){var r,i={},s=null;if(t!=null)for(r in t.key!==void 0&&(s=""+t.key),t)_3.call(t,r)&&r!=="key"&&r!=="__self"&&r!=="__source"&&(i[r]=t[r]);var a=arguments.length-2;if(a===1)i.children=n;else if(1<a){for(var c=Array(a),f=0;f<a;f++)c[f]=arguments[f+2];i.children=c}if(e&&e.defaultProps)for(r in a=e.defaultProps,a)i[r]===void 0&&(i[r]=a[r]);return LR(e,s,i)};Vt.createRef=function(){return{current:null}};Vt.forwardRef=function(e){return{$$typeof:nie,render:e}};Vt.isValidElement=UR;Vt.lazy=function(e){return{$$typeof:B3,_payload:{_status:-1,_result:e},_init:uie}};Vt.memo=function(e,t){return{$$typeof:iie,type:e,compare:t===void 0?null:t}};Vt.startTransition=function(e){var t=wr.T,n={};wr.T=n;try{var r=e(),i=wr.S;i!==null&&i(n,r),typeof r=="object"&&r!==null&&typeof r.then=="function"&&r.then(NR,x3)}catch(s){x3(s)}finally{t!==null&&n.types!==null&&(t.types=n.types),wr.T=t}};Vt.unstable_useCacheRefresh=function(){return wr.H.useCacheRefresh()};Vt.use=function(e){return wr.H.use(e)};Vt.useActionState=function(e,t,n){return wr.H.useActionState(e,t,n)};Vt.useCallback=function(e,t){return wr.H.useCallback(e,t)};Vt.useContext=function(e){return wr.H.useContext(e)};Vt.useDebugValue=function(){};Vt.useDeferredValue=function(e,t){return wr.H.useDeferredValue(e,t)};Vt.useEffect=function(e,t){return wr.H.useEffect(e,t)};Vt.useEffectEvent=function(e){return wr.H.useEffectEvent(e)};Vt.useId=function(){return wr.H.useId()};Vt.useImperativeHandle=function(e,t,n){return wr.H.useImperativeHandle(e,t,n)};Vt.useInsertionEffect=function(e,t){return wr.H.useInsertionEffect(e,t)};Vt.useLayoutEffect=function(e,t){return wr.H.useLayoutEffect(e,t)};Vt.useMemo=function(e,t){return wr.H.useMemo(e,t)};Vt.useOptimistic=function(e,t){return wr.H.useOptimistic(e,t)};Vt.useReducer=function(e,t,n){return wr.H.useReducer(e,t,n)};Vt.useRef=function(e){return wr.H.useRef(e)};Vt.useState=function(e){return wr.H.useState(e)};Vt.useSyncExternalStore=function(e,t,n){return wr.H.useSyncExternalStore(e,t,n)};Vt.useTransition=function(){return wr.H.useTransition()};Vt.version="19.2.4"});var N3=me((jt,hv)=>{"use strict";process.env.NODE_ENV!=="production"&&function(){function e(k,z){Object.defineProperty(r.prototype,k,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",z[0],z[1])}})}function t(k){return k===null||typeof k!="object"?null:(k=Ve&&k[Ve]||k["@@iterator"],typeof k=="function"?k:null)}function n(k,z){k=(k=k.constructor)&&(k.displayName||k.name)||"ReactClass";var Le=k+"."+z;Qe[Le]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",z,k),Qe[Le]=!0)}function r(k,z,Le){this.props=k,this.context=z,this.refs=yt,this.updater=Le||bt}function i(){}function s(k,z,Le){this.props=k,this.context=z,this.refs=yt,this.updater=Le||bt}function a(){}function c(k){return""+k}function f(k){try{c(k);var z=!1}catch{z=!0}if(z){z=console;var Le=z.error,We=typeof Symbol=="function"&&Symbol.toStringTag&&k[Symbol.toStringTag]||k.constructor.name||"Object";return Le.call(z,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",We),c(k)}}function A(k){if(k==null)return null;if(typeof k=="function")return k.$$typeof===Gn?null:k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case Ze:return"Fragment";case J:return"Profiler";case xe:return"StrictMode";case St:return"Suspense";case j:return"SuspenseList";case Ae:return"Activity"}if(typeof k=="object")switch(typeof k.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),k.$$typeof){case ke:return"Portal";case Oe:return k.displayName||"Context";case Re:return(k._context.displayName||"Context")+".Consumer";case nt:var z=k.render;return k=k.displayName,k||(k=z.displayName||z.name||"",k=k!==""?"ForwardRef("+k+")":"ForwardRef"),k;case q:return z=k.displayName||null,z!==null?z:A(k.type)||"Memo";case Y:z=k._payload,k=k._init;try{return A(k(z))}catch{}}return null}function m(k){if(k===Ze)return"<>";if(typeof k=="object"&&k!==null&&k.$$typeof===Y)return"<...>";try{var z=A(k);return z?"<"+z+">":"<...>"}catch{return"<...>"}}function E(){var k=pt.A;return k===null?null:k.getOwner()}function C(){return Error("react-stack-top-frame")}function p(k){if(bi.call(k,"key")){var z=Object.getOwnPropertyDescriptor(k,"key").get;if(z&&z.isReactWarning)return!1}return k.key!==void 0}function g(k,z){function Le(){Jn||(Jn=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",z))}Le.isReactWarning=!0,Object.defineProperty(k,"key",{get:Le,configurable:!0})}function b(){var k=A(this.type);return no[k]||(no[k]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),k=this.props.ref,k!==void 0?k:null}function v(k,z,Le,We,ee,le){var be=Le.ref;return k={$$typeof:pe,type:k,key:z,props:Le,_owner:We},(be!==void 0?be:null)!==null?Object.defineProperty(k,"ref",{enumerable:!1,get:b}):Object.defineProperty(k,"ref",{enumerable:!1,value:null}),k._store={},Object.defineProperty(k._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(k,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(k,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:ee}),Object.defineProperty(k,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:le}),Object.freeze&&(Object.freeze(k.props),Object.freeze(k)),k}function w(k,z){return z=v(k.type,z,k.props,k._owner,k._debugStack,k._debugTask),k._store&&(z._store.validated=k._store.validated),z}function T(k){_(k)?k._store&&(k._store.validated=1):typeof k=="object"&&k!==null&&k.$$typeof===Y&&(k._payload.status==="fulfilled"?_(k._payload.value)&&k._payload.value._store&&(k._payload.value._store.validated=1):k._store&&(k._store.validated=1))}function _(k){return typeof k=="object"&&k!==null&&k.$$typeof===pe}function M(k){var z={"=":"=0",":":"=2"};return"$"+k.replace(/[=:]/g,function(Le){return z[Le]})}function U(k,z){return typeof k=="object"&&k!==null&&k.key!=null?(f(k.key),M(""+k.key)):z.toString(36)}function P(k){switch(k.status){case"fulfilled":return k.value;case"rejected":throw k.reason;default:switch(typeof k.status=="string"?k.then(a,a):(k.status="pending",k.then(function(z){k.status==="pending"&&(k.status="fulfilled",k.value=z)},function(z){k.status==="pending"&&(k.status="rejected",k.reason=z)})),k.status){case"fulfilled":return k.value;case"rejected":throw k.reason}}throw k}function V(k,z,Le,We,ee){var le=typeof k;(le==="undefined"||le==="boolean")&&(k=null);var be=!1;if(k===null)be=!0;else switch(le){case"bigint":case"string":case"number":be=!0;break;case"object":switch(k.$$typeof){case pe:case ke:be=!0;break;case Y:return be=k._init,V(be(k._payload),z,Le,We,ee)}}if(be){be=k,ee=ee(be);var $e=We===""?"."+U(be,0):We;return Fr(ee)?(Le="",$e!=null&&(Le=$e.replace(Li,"$&/")+"/"),V(ee,z,Le,"",function(mr){return mr})):ee!=null&&(_(ee)&&(ee.key!=null&&(be&&be.key===ee.key||f(ee.key)),Le=w(ee,Le+(ee.key==null||be&&be.key===ee.key?"":(""+ee.key).replace(Li,"$&/")+"/")+$e),We!==""&&be!=null&&_(be)&&be.key==null&&be._store&&!be._store.validated&&(Le._store.validated=2),ee=Le),z.push(ee)),1}if(be=0,$e=We===""?".":We+":",Fr(k))for(var Et=0;Et<k.length;Et++)We=k[Et],le=$e+U(We,Et),be+=V(We,z,Le,le,ee);else if(Et=t(k),typeof Et=="function")for(Et===k.entries&&(Nr||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Nr=!0),k=Et.call(k),Et=0;!(We=k.next()).done;)We=We.value,le=$e+U(We,Et++),be+=V(We,z,Le,le,ee);else if(le==="object"){if(typeof k.then=="function")return V(P(k),z,Le,We,ee);throw z=String(k),Error("Objects are not valid as a React child (found: "+(z==="[object Object]"?"object with keys {"+Object.keys(k).join(", ")+"}":z)+"). If you meant to render a collection of children, use an array instead.")}return be}function te(k,z,Le){if(k==null)return k;var We=[],ee=0;return V(k,We,"","",function(le){return z.call(Le,le,ee++)}),We}function G(k){if(k._status===-1){var z=k._ioInfo;z!=null&&(z.start=z.end=performance.now()),z=k._result;var Le=z();if(Le.then(function(ee){if(k._status===0||k._status===-1){k._status=1,k._result=ee;var le=k._ioInfo;le!=null&&(le.end=performance.now()),Le.status===void 0&&(Le.status="fulfilled",Le.value=ee)}},function(ee){if(k._status===0||k._status===-1){k._status=2,k._result=ee;var le=k._ioInfo;le!=null&&(le.end=performance.now()),Le.status===void 0&&(Le.status="rejected",Le.reason=ee)}}),z=k._ioInfo,z!=null){z.value=Le;var We=Le.displayName;typeof We=="string"&&(z.name=We)}k._status===-1&&(k._status=0,k._result=Le)}if(k._status===1)return z=k._result,z===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
2
+ import{$c as DR,$e as dH,$m as S3,Ab as kU,Al as XH,Am as _R,B as RU,Be as oH,Bf as Yre,Bl as $H,Bm as m3,Ce as vR,Cf as AH,Cm as p3,De as sH,Df as mH,Dl as RR,Ec as KU,Ee as xR,Ef as Zc,Fe as aH,Ff as ll,Fg as IH,Ge as lH,Gf as pH,Gg as DH,Gj as PA,Hf as gH,Hh as LH,Hl as ZH,Hm as g3,Ih as sc,Im as uv,Jl as e3,Jm as y3,K as QU,Le as T0,M as _U,Mb as MU,Mf as yH,Ne as nv,Nm as E3,Ob as JD,Oe as cH,Of as BR,Om as C3,Pb as XD,Rk as lv,S as Xo,Sb as CR,Si as PH,Ub as OU,Vb as SR,Vl as t3,Wb as LU,Wc as VU,Wg as oc,Wh as UH,Xb as UU,Xi as jH,Xl as QR,Yb as HU,Yk as zA,Zk as VH,Zl as n3,_e as uH,a as jre,ad as Gg,bd as WU,be as ZU,cd as JU,ci as HH,dh as vH,dk as jA,ef as fH,fa as qre,fc as $D,fe as ev,fj as zH,fm as r3,ga as NU,gi as GH,gj as qH,gm as i3,ha as Ug,hh as xH,hm as cv,ia as Hg,ik as KH,im as o3,je as eH,jg as EH,jh as Xi,jj as wR,ka as ai,kg as CH,kh as sv,km as s3,le as tH,lf as hH,lg as rv,lh as BH,lm as a3,mc as bR,me as nH,mg as SH,mh as av,nc as GU,ne as rH,ng as Kre,nh as wH,nk as TR,oc as PU,og as da,oh as TH,om as l3,pc as jU,pg as iv,ph as RH,pm as c3,q as vU,qc as zU,qf as Pg,qg as Vre,qh as QH,qm as u3,rc as qU,rd as XU,rg as Wre,rh as R0,rm as d3,s as xU,sc as YU,sd as $U,sh as Q0,sm as f3,t as YD,td as w0,th as _H,tl as WH,tm as h3,uh as FH,ui as fa,vh as NH,vn as b3,wd as ZD,we as iH,wg as bH,wh as kH,wl as JH,wm as qg,x as BU,xb as VD,xe as tv,xh as jg,xi as Gf,y as wU,yb as ER,yc as IR,yh as MH,yi as zg,ym as A3,z as TU,zb as WD,zg as ov,zh as OH}from"./chunk-6V5V2R7S.js";import{$ as Hf,$d as ic,A as pR,C as hd,Gd as KD,Id as _t,Od as B0,Pa as IU,Yc as DU,Zd as FU,a as vt,b as Ce,ba as Ni,be as gt,da as gR,ea as EU,ga as yR,ha as PD,ka as CU,la as jD,na as zre,pa as fr,ra as SU,sa as bU,tc as zD,te as YH,uc as qD}from"./chunk-5OV5S6OY.js";import{b as dv,c as Pf}from"./chunk-LP5C4GJE.js";import{a as $n,c as me,d as Pre,e as Se}from"./chunk-YUXORC52.js";var F3=me(Vt=>{"use strict";var kR=Symbol.for("react.transitional.element"),Jre=Symbol.for("react.portal"),Xre=Symbol.for("react.fragment"),$re=Symbol.for("react.strict_mode"),Zre=Symbol.for("react.profiler"),eie=Symbol.for("react.consumer"),tie=Symbol.for("react.context"),nie=Symbol.for("react.forward_ref"),rie=Symbol.for("react.suspense"),iie=Symbol.for("react.memo"),B3=Symbol.for("react.lazy"),oie=Symbol.for("react.activity"),I3=Symbol.iterator;function sie(e){return e===null||typeof e!="object"?null:(e=I3&&e[I3]||e["@@iterator"],typeof e=="function"?e:null)}var w3={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},T3=Object.assign,R3={};function Kg(e,t,n){this.props=e,this.context=t,this.refs=R3,this.updater=n||w3}Kg.prototype.isReactComponent={};Kg.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};Kg.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function Q3(){}Q3.prototype=Kg.prototype;function MR(e,t,n){this.props=e,this.context=t,this.refs=R3,this.updater=n||w3}var OR=MR.prototype=new Q3;OR.constructor=MR;T3(OR,Kg.prototype);OR.isPureReactComponent=!0;var D3=Array.isArray;function NR(){}var wr={H:null,A:null,T:null,S:null},_3=Object.prototype.hasOwnProperty;function LR(e,t,n){var r=n.ref;return{$$typeof:kR,type:e,key:t,ref:r!==void 0?r:null,props:n}}function aie(e,t){return LR(e.type,t,e.props)}function UR(e){return typeof e=="object"&&e!==null&&e.$$typeof===kR}function lie(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var v3=/\/+/g;function FR(e,t){return typeof e=="object"&&e!==null&&e.key!=null?lie(""+e.key):t.toString(36)}function cie(e){switch(e.status){case"fulfilled":return e.value;case"rejected":throw e.reason;default:switch(typeof e.status=="string"?e.then(NR,NR):(e.status="pending",e.then(function(t){e.status==="pending"&&(e.status="fulfilled",e.value=t)},function(t){e.status==="pending"&&(e.status="rejected",e.reason=t)})),e.status){case"fulfilled":return e.value;case"rejected":throw e.reason}}throw e}function Yg(e,t,n,r,i){var s=typeof e;(s==="undefined"||s==="boolean")&&(e=null);var a=!1;if(e===null)a=!0;else switch(s){case"bigint":case"string":case"number":a=!0;break;case"object":switch(e.$$typeof){case kR:case Jre:a=!0;break;case B3:return a=e._init,Yg(a(e._payload),t,n,r,i)}}if(a)return i=i(e),a=r===""?"."+FR(e,0):r,D3(i)?(n="",a!=null&&(n=a.replace(v3,"$&/")+"/"),Yg(i,t,n,"",function(A){return A})):i!=null&&(UR(i)&&(i=aie(i,n+(i.key==null||e&&e.key===i.key?"":(""+i.key).replace(v3,"$&/")+"/")+a)),t.push(i)),1;a=0;var c=r===""?".":r+":";if(D3(e))for(var f=0;f<e.length;f++)r=e[f],s=c+FR(r,f),a+=Yg(r,t,n,s,i);else if(f=sie(e),typeof f=="function")for(e=f.call(e),f=0;!(r=e.next()).done;)r=r.value,s=c+FR(r,f++),a+=Yg(r,t,n,s,i);else if(s==="object"){if(typeof e.then=="function")return Yg(cie(e),t,n,r,i);throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.")}return a}function fv(e,t,n){if(e==null)return e;var r=[],i=0;return Yg(e,r,"","",function(s){return t.call(n,s,i++)}),r}function uie(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var x3=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},die={map:fv,forEach:function(e,t,n){fv(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return fv(e,function(){t++}),t},toArray:function(e){return fv(e,function(t){return t})||[]},only:function(e){if(!UR(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};Vt.Activity=oie;Vt.Children=die;Vt.Component=Kg;Vt.Fragment=Xre;Vt.Profiler=Zre;Vt.PureComponent=MR;Vt.StrictMode=$re;Vt.Suspense=rie;Vt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=wr;Vt.__COMPILER_RUNTIME={__proto__:null,c:function(e){return wr.H.useMemoCache(e)}};Vt.cache=function(e){return function(){return e.apply(null,arguments)}};Vt.cacheSignal=function(){return null};Vt.cloneElement=function(e,t,n){if(e==null)throw Error("The argument must be a React element, but you passed "+e+".");var r=T3({},e.props),i=e.key;if(t!=null)for(s in t.key!==void 0&&(i=""+t.key),t)!_3.call(t,s)||s==="key"||s==="__self"||s==="__source"||s==="ref"&&t.ref===void 0||(r[s]=t[s]);var s=arguments.length-2;if(s===1)r.children=n;else if(1<s){for(var a=Array(s),c=0;c<s;c++)a[c]=arguments[c+2];r.children=a}return LR(e.type,i,r)};Vt.createContext=function(e){return e={$$typeof:tie,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null},e.Provider=e,e.Consumer={$$typeof:eie,_context:e},e};Vt.createElement=function(e,t,n){var r,i={},s=null;if(t!=null)for(r in t.key!==void 0&&(s=""+t.key),t)_3.call(t,r)&&r!=="key"&&r!=="__self"&&r!=="__source"&&(i[r]=t[r]);var a=arguments.length-2;if(a===1)i.children=n;else if(1<a){for(var c=Array(a),f=0;f<a;f++)c[f]=arguments[f+2];i.children=c}if(e&&e.defaultProps)for(r in a=e.defaultProps,a)i[r]===void 0&&(i[r]=a[r]);return LR(e,s,i)};Vt.createRef=function(){return{current:null}};Vt.forwardRef=function(e){return{$$typeof:nie,render:e}};Vt.isValidElement=UR;Vt.lazy=function(e){return{$$typeof:B3,_payload:{_status:-1,_result:e},_init:uie}};Vt.memo=function(e,t){return{$$typeof:iie,type:e,compare:t===void 0?null:t}};Vt.startTransition=function(e){var t=wr.T,n={};wr.T=n;try{var r=e(),i=wr.S;i!==null&&i(n,r),typeof r=="object"&&r!==null&&typeof r.then=="function"&&r.then(NR,x3)}catch(s){x3(s)}finally{t!==null&&n.types!==null&&(t.types=n.types),wr.T=t}};Vt.unstable_useCacheRefresh=function(){return wr.H.useCacheRefresh()};Vt.use=function(e){return wr.H.use(e)};Vt.useActionState=function(e,t,n){return wr.H.useActionState(e,t,n)};Vt.useCallback=function(e,t){return wr.H.useCallback(e,t)};Vt.useContext=function(e){return wr.H.useContext(e)};Vt.useDebugValue=function(){};Vt.useDeferredValue=function(e,t){return wr.H.useDeferredValue(e,t)};Vt.useEffect=function(e,t){return wr.H.useEffect(e,t)};Vt.useEffectEvent=function(e){return wr.H.useEffectEvent(e)};Vt.useId=function(){return wr.H.useId()};Vt.useImperativeHandle=function(e,t,n){return wr.H.useImperativeHandle(e,t,n)};Vt.useInsertionEffect=function(e,t){return wr.H.useInsertionEffect(e,t)};Vt.useLayoutEffect=function(e,t){return wr.H.useLayoutEffect(e,t)};Vt.useMemo=function(e,t){return wr.H.useMemo(e,t)};Vt.useOptimistic=function(e,t){return wr.H.useOptimistic(e,t)};Vt.useReducer=function(e,t,n){return wr.H.useReducer(e,t,n)};Vt.useRef=function(e){return wr.H.useRef(e)};Vt.useState=function(e){return wr.H.useState(e)};Vt.useSyncExternalStore=function(e,t,n){return wr.H.useSyncExternalStore(e,t,n)};Vt.useTransition=function(){return wr.H.useTransition()};Vt.version="19.2.4"});var N3=me((jt,hv)=>{"use strict";process.env.NODE_ENV!=="production"&&function(){function e(k,z){Object.defineProperty(r.prototype,k,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",z[0],z[1])}})}function t(k){return k===null||typeof k!="object"?null:(k=Ve&&k[Ve]||k["@@iterator"],typeof k=="function"?k:null)}function n(k,z){k=(k=k.constructor)&&(k.displayName||k.name)||"ReactClass";var Le=k+"."+z;Qe[Le]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",z,k),Qe[Le]=!0)}function r(k,z,Le){this.props=k,this.context=z,this.refs=yt,this.updater=Le||bt}function i(){}function s(k,z,Le){this.props=k,this.context=z,this.refs=yt,this.updater=Le||bt}function a(){}function c(k){return""+k}function f(k){try{c(k);var z=!1}catch{z=!0}if(z){z=console;var Le=z.error,We=typeof Symbol=="function"&&Symbol.toStringTag&&k[Symbol.toStringTag]||k.constructor.name||"Object";return Le.call(z,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",We),c(k)}}function A(k){if(k==null)return null;if(typeof k=="function")return k.$$typeof===Gn?null:k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case Ze:return"Fragment";case J:return"Profiler";case xe:return"StrictMode";case St:return"Suspense";case j:return"SuspenseList";case Ae:return"Activity"}if(typeof k=="object")switch(typeof k.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),k.$$typeof){case ke:return"Portal";case Oe:return k.displayName||"Context";case Re:return(k._context.displayName||"Context")+".Consumer";case nt:var z=k.render;return k=k.displayName,k||(k=z.displayName||z.name||"",k=k!==""?"ForwardRef("+k+")":"ForwardRef"),k;case q:return z=k.displayName||null,z!==null?z:A(k.type)||"Memo";case Y:z=k._payload,k=k._init;try{return A(k(z))}catch{}}return null}function m(k){if(k===Ze)return"<>";if(typeof k=="object"&&k!==null&&k.$$typeof===Y)return"<...>";try{var z=A(k);return z?"<"+z+">":"<...>"}catch{return"<...>"}}function E(){var k=pt.A;return k===null?null:k.getOwner()}function C(){return Error("react-stack-top-frame")}function p(k){if(bi.call(k,"key")){var z=Object.getOwnPropertyDescriptor(k,"key").get;if(z&&z.isReactWarning)return!1}return k.key!==void 0}function g(k,z){function Le(){Jn||(Jn=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",z))}Le.isReactWarning=!0,Object.defineProperty(k,"key",{get:Le,configurable:!0})}function b(){var k=A(this.type);return no[k]||(no[k]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),k=this.props.ref,k!==void 0?k:null}function v(k,z,Le,We,ee,le){var be=Le.ref;return k={$$typeof:pe,type:k,key:z,props:Le,_owner:We},(be!==void 0?be:null)!==null?Object.defineProperty(k,"ref",{enumerable:!1,get:b}):Object.defineProperty(k,"ref",{enumerable:!1,value:null}),k._store={},Object.defineProperty(k._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(k,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(k,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:ee}),Object.defineProperty(k,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:le}),Object.freeze&&(Object.freeze(k.props),Object.freeze(k)),k}function w(k,z){return z=v(k.type,z,k.props,k._owner,k._debugStack,k._debugTask),k._store&&(z._store.validated=k._store.validated),z}function T(k){_(k)?k._store&&(k._store.validated=1):typeof k=="object"&&k!==null&&k.$$typeof===Y&&(k._payload.status==="fulfilled"?_(k._payload.value)&&k._payload.value._store&&(k._payload.value._store.validated=1):k._store&&(k._store.validated=1))}function _(k){return typeof k=="object"&&k!==null&&k.$$typeof===pe}function M(k){var z={"=":"=0",":":"=2"};return"$"+k.replace(/[=:]/g,function(Le){return z[Le]})}function U(k,z){return typeof k=="object"&&k!==null&&k.key!=null?(f(k.key),M(""+k.key)):z.toString(36)}function P(k){switch(k.status){case"fulfilled":return k.value;case"rejected":throw k.reason;default:switch(typeof k.status=="string"?k.then(a,a):(k.status="pending",k.then(function(z){k.status==="pending"&&(k.status="fulfilled",k.value=z)},function(z){k.status==="pending"&&(k.status="rejected",k.reason=z)})),k.status){case"fulfilled":return k.value;case"rejected":throw k.reason}}throw k}function V(k,z,Le,We,ee){var le=typeof k;(le==="undefined"||le==="boolean")&&(k=null);var be=!1;if(k===null)be=!0;else switch(le){case"bigint":case"string":case"number":be=!0;break;case"object":switch(k.$$typeof){case pe:case ke:be=!0;break;case Y:return be=k._init,V(be(k._payload),z,Le,We,ee)}}if(be){be=k,ee=ee(be);var $e=We===""?"."+U(be,0):We;return Fr(ee)?(Le="",$e!=null&&(Le=$e.replace(Li,"$&/")+"/"),V(ee,z,Le,"",function(mr){return mr})):ee!=null&&(_(ee)&&(ee.key!=null&&(be&&be.key===ee.key||f(ee.key)),Le=w(ee,Le+(ee.key==null||be&&be.key===ee.key?"":(""+ee.key).replace(Li,"$&/")+"/")+$e),We!==""&&be!=null&&_(be)&&be.key==null&&be._store&&!be._store.validated&&(Le._store.validated=2),ee=Le),z.push(ee)),1}if(be=0,$e=We===""?".":We+":",Fr(k))for(var Et=0;Et<k.length;Et++)We=k[Et],le=$e+U(We,Et),be+=V(We,z,Le,le,ee);else if(Et=t(k),typeof Et=="function")for(Et===k.entries&&(Nr||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Nr=!0),k=Et.call(k),Et=0;!(We=k.next()).done;)We=We.value,le=$e+U(We,Et++),be+=V(We,z,Le,le,ee);else if(le==="object"){if(typeof k.then=="function")return V(P(k),z,Le,We,ee);throw z=String(k),Error("Objects are not valid as a React child (found: "+(z==="[object Object]"?"object with keys {"+Object.keys(k).join(", ")+"}":z)+"). If you meant to render a collection of children, use an array instead.")}return be}function te(k,z,Le){if(k==null)return k;var We=[],ee=0;return V(k,We,"","",function(le){return z.call(Le,le,ee++)}),We}function G(k){if(k._status===-1){var z=k._ioInfo;z!=null&&(z.start=z.end=performance.now()),z=k._result;var Le=z();if(Le.then(function(ee){if(k._status===0||k._status===-1){k._status=1,k._result=ee;var le=k._ioInfo;le!=null&&(le.end=performance.now()),Le.status===void 0&&(Le.status="fulfilled",Le.value=ee)}},function(ee){if(k._status===0||k._status===-1){k._status=2,k._result=ee;var le=k._ioInfo;le!=null&&(le.end=performance.now()),Le.status===void 0&&(Le.status="rejected",Le.reason=ee)}}),z=k._ioInfo,z!=null){z.value=Le;var We=Le.displayName;typeof We=="string"&&(z.name=We)}k._status===-1&&(k._status=0,k._result=Le)}if(k._status===1)return z=k._result,z===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
3
3
 
4
4
  Your code should look like:
5
5
  const MyComponent = lazy(() => import('./MyComponent'))
@@ -729,7 +729,7 @@ ${e.map(i=>{let s=i1.basename(i.path),a=(t.get(s)||0)>1,c=i1.basename(i1.dirname
729
729
  ${m.map(E=>` - ${E}`).join(`
730
730
  `)}
731
731
 
732
- Use /mcp auth <server-name> to authenticate.`}}let a=s[n];if(!a)return{type:"message",messageType:"error",content:`MCP server '${n}' not found.`};let c=f=>{e.ui.addItem({type:"info",text:f})};gt.on(ic.OauthDisplayMessage,c);try{e.ui.addItem({type:"info",text:`Starting OAuth authentication for MCP server '${n}'...`});let{MCPOAuthProvider:f}=await import("./dist-EZT2EOAT.js"),A=a.oauth;A||(A={enabled:!1});let m=a.httpUrl||a.url;await new f(new TR).authenticate(n,A,m),e.ui.addItem({type:"info",text:`\u2705 Successfully authenticated with MCP server '${n}'!`});let C=i.getMcpClientManager();C&&(e.ui.addItem({type:"info",text:`Restarting MCP server '${n}'...`}),await C.restartServer(n));let p=e.services.agentContext?.geminiClient;return p?.isInitialized()&&await p.setTools(),e.ui.reloadCommands(),{type:"message",messageType:"info",content:`Successfully authenticated and reloaded tools for '${n}'`}}catch(f){return{type:"message",messageType:"error",content:`Failed to authenticate with MCP server '${n}': ${_t(f)}`}}finally{gt.removeListener(ic.OauthDisplayMessage,c)}},completion:async(e,t)=>{let r=e.services.agentContext?.config;if(!r)return[];let i=r.getMcpClientManager()?.getMcpServers()||{};return Object.keys(i).filter(s=>s.startsWith(t))}},fI=async(e,t=!1,n=!1,r)=>{let i=e.services.agentContext,s=i?.config;if(!s)return{type:"message",messageType:"error",content:"Config not loaded."};s.setUserInteractedWithMcp();let a=i.toolRegistry;if(!a)return{type:"message",messageType:"error",content:"Could not retrieve tool registry."};let c=s.getMcpClientManager()?.getMcpServers()||{},f=s.getMcpClientManager()?.getBlockedMcpServers()||[];if(r){let G=r.trim().toLowerCase();G&&(c=Object.fromEntries(Object.entries(c).filter(([W])=>W.toLowerCase().includes(G)||zs(W).includes(G))))}let A=Object.keys(c),m=A.filter(G=>ZH(G)===XH.CONNECTING),C=e3()===$H.IN_PROGRESS||m.length>0,g=a.getAllTools().filter(G=>G instanceof DU),v=s.getPromptRegistry().getAllPrompts().filter(G=>"serverName"in G&&A.includes(G.serverName)),T=s.getResourceRegistry().getAllResources().filter(G=>A.includes(G.serverName)),_={},M=new TR;for(let G of A)if(c[G].oauth?.enabled||RR.has(G)){let ye=await M.getCredentials(G);ye?ye.token.expiresAt&&ye.token.expiresAt<Date.now()?_[G]="expired":_[G]="authenticated":_[G]="unauthenticated"}else _[G]="not-configured";let U=Rh.getInstance(),P={};for(let G of A)P[G]=await U.getDisplayState(G);let V={};for(let G of A){let W=s.getMcpClientManager()?.getLastError(G);W&&(V[G]=W)}let te={type:"mcp_status",servers:c,tools:g.map(G=>({serverName:G.serverName,name:G.name,description:G.description,schema:G.schema})),prompts:v.map(G=>({serverName:G.serverName,name:G.name,description:G.description})),resources:T.map(G=>({serverName:G.serverName,name:G.name,uri:G.uri,mimeType:G.mimeType,description:G.description})),authStatus:_,enablementState:P,errors:V,blockedServers:f.map(G=>({name:G.name,extensionName:G.extensionName})),discoveryInProgress:C,connectingServers:m,showDescriptions:!!t,showSchema:!!n};e.ui.addItem(te)},Ine={name:"list",altNames:["ls","nodesc","nodescription"],description:"List configured MCP servers and tools",kind:"built-in",autoExecute:!0,action:(e,t)=>fI(e,!1,!1,t)},bTe={name:"desc",altNames:["description"],description:"List configured MCP servers and tools with descriptions",kind:"built-in",autoExecute:!0,action:(e,t)=>fI(e,!0,!1,t)},ITe={name:"schema",description:"List configured MCP servers and tools with descriptions and schemas",kind:"built-in",autoExecute:!0,action:(e,t)=>fI(e,!0,!0,t)},DTe={name:"reload",altNames:["refresh"],description:"Reloads MCP servers",kind:"built-in",autoExecute:!0,takesArgs:!1,action:async e=>{let t=e.services.agentContext,n=t?.config;if(!n)return{type:"message",messageType:"error",content:"Config not loaded."};let r=n.getMcpClientManager();if(!r)return{type:"message",messageType:"error",content:"Could not retrieve mcp client manager."};e.ui.addItem({type:"info",text:"Reloading MCP servers..."}),await r.restart();let i=t.geminiClient;return i?.isInitialized()&&await i.setTools(),e.ui.reloadCommands(),Ine.action(e,"")}};async function Dne(e,t,n){let r=e.services.agentContext,i=r?.config;if(!i)return{type:"message",messageType:"error",content:"Config not loaded."};i.setUserInteractedWithMcp();let s=t.trim().split(/\s+/),a=s.includes("--session"),c=s.filter(b=>b!=="--session")[0],f=n?"enable":"disable";if(!c)return{type:"message",messageType:"error",content:`Server name required. Usage: /mcp ${f} <server-name> [--session]`};let A=zs(c),m=i.getMcpClientManager()?.getMcpServers()||{};if(!Object.keys(m).map(zs).includes(A))return{type:"message",messageType:"error",content:`Server '${c}' not found. Use /mcp list to see available servers.`};let C=Rh.getInstance();if(n){let b=By(),v=await Oee(A,{adminMcpEnabled:b.merged.admin?.mcp?.enabled??!0,allowedList:b.merged.mcp?.allowed,excludedList:b.merged.mcp?.excluded});if(!v.allowed&&(v.blockType==="allowlist"||v.blockType==="excludelist"))return{type:"message",messageType:"error",content:v.reason??"Blocked by settings."};a?C.clearSessionDisable(A):await C.enable(A),v.blockType==="admin"&&e.ui.addItem({type:"warning",text:"MCP disabled by admin. Will load when enabled."},Date.now())}else a?C.disableForSession(A):await C.disable(A);let p=`MCP server '${A}' ${n?"enabled":"disabled"}${a?" for this session":""}.`,g=i.getMcpClientManager();return g&&(e.ui.addItem({type:"info",text:"Reloading MCP servers..."},Date.now()),await g.restart()),r.geminiClient?.isInitialized()&&await r.geminiClient.setTools(),e.ui.reloadCommands(),{type:"message",messageType:"info",content:p}}async function vne(e,t,n){let i=e.services.agentContext?.config;if(!i)return[];let s=Object.keys(i.getMcpClientManager()?.getMcpServers()||{}),a=Rh.getInstance(),c=[];for(let f of s)(await a.getDisplayState(f)).enabled===n&&f.startsWith(t)&&c.push(f);return c}var vTe={name:"enable",description:"Enable a disabled MCP server",kind:"built-in",autoExecute:!0,action:(e,t)=>Dne(e,t,!0),completion:(e,t)=>vne(e,t,!1)},xTe={name:"disable",description:"Disable an MCP server",kind:"built-in",autoExecute:!0,action:(e,t)=>Dne(e,t,!1),completion:(e,t)=>vne(e,t,!0)},HO={name:"mcp",description:"Manage configured Model Context Protocol (MCP) servers",kind:"built-in",autoExecute:!1,subCommands:[Ine,bTe,ITe,STe,DTe,vTe,xTe],action:async(e,t)=>{if(t){let n=wh(`/${t}`,HO.subCommands);return n.commandToExecute?.action?n.commandToExecute.action(e,n.args):fI(e,!1,!1,t)}return fI(e)}};var xne={name:"memory",description:"Commands for interacting with memory",kind:"built-in",autoExecute:!1,subCommands:[{name:"show",description:"Show the current memory contents",kind:"built-in",autoExecute:!0,action:async e=>{let t=e.services.agentContext?.config;if(!t)return;let n=u3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}},{name:"add",description:"Add content to the memory",kind:"built-in",autoExecute:!1,action:(e,t)=>{let n=d3(t);return n.type==="message"||e.ui.addItem({type:"info",text:`Attempting to save to memory: "${t.trim()}"`},Date.now()),n}},{name:"reload",altNames:["refresh"],description:"Reload the memory from the source",kind:"built-in",autoExecute:!0,action:async e=>{e.ui.addItem({type:"info",text:"Reloading memory from source files..."},Date.now());try{let t=e.services.agentContext?.config;if(t){let n=await f3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}}catch(t){e.ui.addItem({type:"error",text:`Error reloading memory: ${t.message}`},Date.now())}}},{name:"list",description:"Lists the paths of the GEMINI.md files in use",kind:"built-in",autoExecute:!0,action:async e=>{let t=e.services.agentContext?.config;if(!t)return;let n=h3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}}]};var BTe={name:"set",description:"Set the model to use. Usage: /model set <model-name> [--persist]",kind:"built-in",autoExecute:!1,action:async(e,t)=>{let n=t.trim().split(/\s+/).filter(Boolean);if(n.length===0){e.ui.addItem({type:"error",text:"Usage: /model set <model-name> [--persist]"});return}let r=n[0],i=n.includes("--persist");if(e.services.agentContext?.config){e.services.agentContext.config.setModel(r,!i);let s=new UU(r);oH(e.services.agentContext.config,s),e.ui.addItem({type:"info",text:`Model set to ${r}${i?" (persisted)":""}`})}}},Bne={name:"manage",description:"Opens a dialog to configure the model",kind:"built-in",autoExecute:!0,action:async e=>(e.services.agentContext?.config&&await e.services.agentContext.config.refreshUserQuota(),{type:"dialog",dialog:"model"})},wne={name:"model",description:"Manage model configuration",kind:"built-in",autoExecute:!1,subCommands:[Bne,BTe],action:async(e,t)=>Bne.action(e,t)};var to=Se(ut(),1);var ot=Se(It(),1);var GO=6,PO=20,s1=25,$m=5,Tne=10,hI=e=>!e||!e.reactionGroups?0:e.reactionGroups.reduce((t,n)=>t+n.users.totalCount,0),wTe=(e,t)=>t?.toLowerCase()==="duplicate"?"magenta":e==="OPEN"?"green":"red",Rne=({config:e,onExit:t,initialLimit:n=50})=>{let r=Ci(),[i,s]=(0,to.useState)({status:"loading",issues:[],currentIndex:0,analysisCache:new Map,analyzingIds:new Set,message:"Fetching issues..."}),[a,c]=(0,to.useState)("target"),[f,A]=(0,to.useState)(0),[m,E]=(0,to.useState)(!1),[C,p]=(0,to.useState)(0),[g,b]=(0,to.useState)(0),[v,w]=(0,to.useState)(""),[T,_]=(0,to.useState)([]),[M,U]=(0,to.useState)(!1),[P,V]=(0,to.useState)(0);(0,to.useEffect)(()=>{f<P?V(f):f>=P+$m&&V(f-$m+1)},[f,P]);let te=async xe=>{try{let{stdout:J}=await Xo("gh",["issue","view",String(xe),"--json","number,title,body,state,stateReason,labels,url,comments,author,reactionGroups"]);return JSON.parse(J)}catch(J){return Ce.error(`Failed to fetch details for candidate #${xe}`,J),null}},G=(0,to.useCallback)(async xe=>{let J=xe.comments.find(Qe=>Qe.body.includes("Found possible duplicate issues:"));if(!J)return null;let Re=J.body.split(`
732
+ Use /mcp auth <server-name> to authenticate.`}}let a=s[n];if(!a)return{type:"message",messageType:"error",content:`MCP server '${n}' not found.`};let c=f=>{e.ui.addItem({type:"info",text:f})};gt.on(ic.OauthDisplayMessage,c);try{e.ui.addItem({type:"info",text:`Starting OAuth authentication for MCP server '${n}'...`});let{MCPOAuthProvider:f}=await import("./dist-NPRLGLEW.js"),A=a.oauth;A||(A={enabled:!1});let m=a.httpUrl||a.url;await new f(new TR).authenticate(n,A,m),e.ui.addItem({type:"info",text:`\u2705 Successfully authenticated with MCP server '${n}'!`});let C=i.getMcpClientManager();C&&(e.ui.addItem({type:"info",text:`Restarting MCP server '${n}'...`}),await C.restartServer(n));let p=e.services.agentContext?.geminiClient;return p?.isInitialized()&&await p.setTools(),e.ui.reloadCommands(),{type:"message",messageType:"info",content:`Successfully authenticated and reloaded tools for '${n}'`}}catch(f){return{type:"message",messageType:"error",content:`Failed to authenticate with MCP server '${n}': ${_t(f)}`}}finally{gt.removeListener(ic.OauthDisplayMessage,c)}},completion:async(e,t)=>{let r=e.services.agentContext?.config;if(!r)return[];let i=r.getMcpClientManager()?.getMcpServers()||{};return Object.keys(i).filter(s=>s.startsWith(t))}},fI=async(e,t=!1,n=!1,r)=>{let i=e.services.agentContext,s=i?.config;if(!s)return{type:"message",messageType:"error",content:"Config not loaded."};s.setUserInteractedWithMcp();let a=i.toolRegistry;if(!a)return{type:"message",messageType:"error",content:"Could not retrieve tool registry."};let c=s.getMcpClientManager()?.getMcpServers()||{},f=s.getMcpClientManager()?.getBlockedMcpServers()||[];if(r){let G=r.trim().toLowerCase();G&&(c=Object.fromEntries(Object.entries(c).filter(([W])=>W.toLowerCase().includes(G)||zs(W).includes(G))))}let A=Object.keys(c),m=A.filter(G=>ZH(G)===XH.CONNECTING),C=e3()===$H.IN_PROGRESS||m.length>0,g=a.getAllTools().filter(G=>G instanceof DU),v=s.getPromptRegistry().getAllPrompts().filter(G=>"serverName"in G&&A.includes(G.serverName)),T=s.getResourceRegistry().getAllResources().filter(G=>A.includes(G.serverName)),_={},M=new TR;for(let G of A)if(c[G].oauth?.enabled||RR.has(G)){let ye=await M.getCredentials(G);ye?ye.token.expiresAt&&ye.token.expiresAt<Date.now()?_[G]="expired":_[G]="authenticated":_[G]="unauthenticated"}else _[G]="not-configured";let U=Rh.getInstance(),P={};for(let G of A)P[G]=await U.getDisplayState(G);let V={};for(let G of A){let W=s.getMcpClientManager()?.getLastError(G);W&&(V[G]=W)}let te={type:"mcp_status",servers:c,tools:g.map(G=>({serverName:G.serverName,name:G.name,description:G.description,schema:G.schema})),prompts:v.map(G=>({serverName:G.serverName,name:G.name,description:G.description})),resources:T.map(G=>({serverName:G.serverName,name:G.name,uri:G.uri,mimeType:G.mimeType,description:G.description})),authStatus:_,enablementState:P,errors:V,blockedServers:f.map(G=>({name:G.name,extensionName:G.extensionName})),discoveryInProgress:C,connectingServers:m,showDescriptions:!!t,showSchema:!!n};e.ui.addItem(te)},Ine={name:"list",altNames:["ls","nodesc","nodescription"],description:"List configured MCP servers and tools",kind:"built-in",autoExecute:!0,action:(e,t)=>fI(e,!1,!1,t)},bTe={name:"desc",altNames:["description"],description:"List configured MCP servers and tools with descriptions",kind:"built-in",autoExecute:!0,action:(e,t)=>fI(e,!0,!1,t)},ITe={name:"schema",description:"List configured MCP servers and tools with descriptions and schemas",kind:"built-in",autoExecute:!0,action:(e,t)=>fI(e,!0,!0,t)},DTe={name:"reload",altNames:["refresh"],description:"Reloads MCP servers",kind:"built-in",autoExecute:!0,takesArgs:!1,action:async e=>{let t=e.services.agentContext,n=t?.config;if(!n)return{type:"message",messageType:"error",content:"Config not loaded."};let r=n.getMcpClientManager();if(!r)return{type:"message",messageType:"error",content:"Could not retrieve mcp client manager."};e.ui.addItem({type:"info",text:"Reloading MCP servers..."}),await r.restart();let i=t.geminiClient;return i?.isInitialized()&&await i.setTools(),e.ui.reloadCommands(),Ine.action(e,"")}};async function Dne(e,t,n){let r=e.services.agentContext,i=r?.config;if(!i)return{type:"message",messageType:"error",content:"Config not loaded."};i.setUserInteractedWithMcp();let s=t.trim().split(/\s+/),a=s.includes("--session"),c=s.filter(b=>b!=="--session")[0],f=n?"enable":"disable";if(!c)return{type:"message",messageType:"error",content:`Server name required. Usage: /mcp ${f} <server-name> [--session]`};let A=zs(c),m=i.getMcpClientManager()?.getMcpServers()||{};if(!Object.keys(m).map(zs).includes(A))return{type:"message",messageType:"error",content:`Server '${c}' not found. Use /mcp list to see available servers.`};let C=Rh.getInstance();if(n){let b=By(),v=await Oee(A,{adminMcpEnabled:b.merged.admin?.mcp?.enabled??!0,allowedList:b.merged.mcp?.allowed,excludedList:b.merged.mcp?.excluded});if(!v.allowed&&(v.blockType==="allowlist"||v.blockType==="excludelist"))return{type:"message",messageType:"error",content:v.reason??"Blocked by settings."};a?C.clearSessionDisable(A):await C.enable(A),v.blockType==="admin"&&e.ui.addItem({type:"warning",text:"MCP disabled by admin. Will load when enabled."},Date.now())}else a?C.disableForSession(A):await C.disable(A);let p=`MCP server '${A}' ${n?"enabled":"disabled"}${a?" for this session":""}.`,g=i.getMcpClientManager();return g&&(e.ui.addItem({type:"info",text:"Reloading MCP servers..."},Date.now()),await g.restart()),r.geminiClient?.isInitialized()&&await r.geminiClient.setTools(),e.ui.reloadCommands(),{type:"message",messageType:"info",content:p}}async function vne(e,t,n){let i=e.services.agentContext?.config;if(!i)return[];let s=Object.keys(i.getMcpClientManager()?.getMcpServers()||{}),a=Rh.getInstance(),c=[];for(let f of s)(await a.getDisplayState(f)).enabled===n&&f.startsWith(t)&&c.push(f);return c}var vTe={name:"enable",description:"Enable a disabled MCP server",kind:"built-in",autoExecute:!0,action:(e,t)=>Dne(e,t,!0),completion:(e,t)=>vne(e,t,!1)},xTe={name:"disable",description:"Disable an MCP server",kind:"built-in",autoExecute:!0,action:(e,t)=>Dne(e,t,!1),completion:(e,t)=>vne(e,t,!0)},HO={name:"mcp",description:"Manage configured Model Context Protocol (MCP) servers",kind:"built-in",autoExecute:!1,subCommands:[Ine,bTe,ITe,STe,DTe,vTe,xTe],action:async(e,t)=>{if(t){let n=wh(`/${t}`,HO.subCommands);return n.commandToExecute?.action?n.commandToExecute.action(e,n.args):fI(e,!1,!1,t)}return fI(e)}};var xne={name:"memory",description:"Commands for interacting with memory",kind:"built-in",autoExecute:!1,subCommands:[{name:"show",description:"Show the current memory contents",kind:"built-in",autoExecute:!0,action:async e=>{let t=e.services.agentContext?.config;if(!t)return;let n=u3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}},{name:"add",description:"Add content to the memory",kind:"built-in",autoExecute:!1,action:(e,t)=>{let n=d3(t);return n.type==="message"||e.ui.addItem({type:"info",text:`Attempting to save to memory: "${t.trim()}"`},Date.now()),n}},{name:"reload",altNames:["refresh"],description:"Reload the memory from the source",kind:"built-in",autoExecute:!0,action:async e=>{e.ui.addItem({type:"info",text:"Reloading memory from source files..."},Date.now());try{let t=e.services.agentContext?.config;if(t){let n=await f3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}}catch(t){e.ui.addItem({type:"error",text:`Error reloading memory: ${t.message}`},Date.now())}}},{name:"list",description:"Lists the paths of the GEMINI.md files in use",kind:"built-in",autoExecute:!0,action:async e=>{let t=e.services.agentContext?.config;if(!t)return;let n=h3(t);e.ui.addItem({type:"info",text:n.content},Date.now())}}]};var BTe={name:"set",description:"Set the model to use. Usage: /model set <model-name> [--persist]",kind:"built-in",autoExecute:!1,action:async(e,t)=>{let n=t.trim().split(/\s+/).filter(Boolean);if(n.length===0){e.ui.addItem({type:"error",text:"Usage: /model set <model-name> [--persist]"});return}let r=n[0],i=n.includes("--persist");if(e.services.agentContext?.config){e.services.agentContext.config.setModel(r,!i);let s=new UU(r);oH(e.services.agentContext.config,s),e.ui.addItem({type:"info",text:`Model set to ${r}${i?" (persisted)":""}`})}}},Bne={name:"manage",description:"Opens a dialog to configure the model",kind:"built-in",autoExecute:!0,action:async e=>(e.services.agentContext?.config&&await e.services.agentContext.config.refreshUserQuota(),{type:"dialog",dialog:"model"})},wne={name:"model",description:"Manage model configuration",kind:"built-in",autoExecute:!1,subCommands:[Bne,BTe],action:async(e,t)=>Bne.action(e,t)};var to=Se(ut(),1);var ot=Se(It(),1);var GO=6,PO=20,s1=25,$m=5,Tne=10,hI=e=>!e||!e.reactionGroups?0:e.reactionGroups.reduce((t,n)=>t+n.users.totalCount,0),wTe=(e,t)=>t?.toLowerCase()==="duplicate"?"magenta":e==="OPEN"?"green":"red",Rne=({config:e,onExit:t,initialLimit:n=50})=>{let r=Ci(),[i,s]=(0,to.useState)({status:"loading",issues:[],currentIndex:0,analysisCache:new Map,analyzingIds:new Set,message:"Fetching issues..."}),[a,c]=(0,to.useState)("target"),[f,A]=(0,to.useState)(0),[m,E]=(0,to.useState)(!1),[C,p]=(0,to.useState)(0),[g,b]=(0,to.useState)(0),[v,w]=(0,to.useState)(""),[T,_]=(0,to.useState)([]),[M,U]=(0,to.useState)(!1),[P,V]=(0,to.useState)(0);(0,to.useEffect)(()=>{f<P?V(f):f>=P+$m&&V(f-$m+1)},[f,P]);let te=async xe=>{try{let{stdout:J}=await Xo("gh",["issue","view",String(xe),"--json","number,title,body,state,stateReason,labels,url,comments,author,reactionGroups"]);return JSON.parse(J)}catch(J){return Ce.error(`Failed to fetch details for candidate #${xe}`,J),null}},G=(0,to.useCallback)(async xe=>{let J=xe.comments.find(Qe=>Qe.body.includes("Found possible duplicate issues:"));if(!J)return null;let Re=J.body.split(`
733
733
  `),Oe=[];for(let Qe of Re){let bt=Qe.match(/#(\d+)/);if(bt){let Mt=parseInt(bt[1],10);Mt!==xe.number&&Oe.push(Mt)}}if(Oe.length===0)return null;let nt=[];for(let Qe of Oe){let bt=await te(Qe);bt&&nt.push(bt)}let St=e.getBaseLlmClient(),j=`
734
734
  I am triaging a GitHub issue labeled as 'possible-duplicate'. I need to decide if it should be marked as a duplicate of another issue, or if one of the other issues should be marked as a duplicate of this one.
735
735