coze-bridge 0.2.7-alpha.101 → 0.2.7-alpha.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +81 -81
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,34 +5,34 @@ import { dirname as __coze_dirname } from 'node:path';
|
|
|
5
5
|
const require = __coze_createRequire(import.meta.url);
|
|
6
6
|
const __filename = __coze_fileURLToPath(import.meta.url);
|
|
7
7
|
const __dirname = __coze_dirname(__filename);
|
|
8
|
-
var qm=Object.create;var
|
|
8
|
+
var qm=Object.create;var La=Object.defineProperty;var jm=Object.getOwnPropertyDescriptor;var Wm=Object.getOwnPropertyNames;var Km=Object.getPrototypeOf,$m=Object.prototype.hasOwnProperty;var fe=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var nt=(t,e)=>()=>(t&&(e=t(t=0)),e);var ae=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Na=(t,e)=>{for(var r in e)La(t,r,{get:e[r],enumerable:!0})},Ym=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Wm(e))!$m.call(t,o)&&o!==r&&La(t,o,{get:()=>e[o],enumerable:!(i=jm(e,o))||i.enumerable});return t};var Ht=(t,e,r)=>(r=t!=null?qm(Km(t)):{},Ym(e||!t||!t.__esModule?La(r,"default",{value:t,enumerable:!0}):r,t));function Ve(t,e){let r=process.env[t];if(!r)return e;let i=Number(r);return Number.isFinite(i)&&i>0?i:e}var or=nt(()=>{"use strict"});import{createWriteStream as Vm,mkdirSync as Jm,readdirSync as Zm,unlinkSync as Xm}from"node:fs";import{join as Rl}from"node:path";function Pn(t){let e=r=>String(r).padStart(2,"0");return`${t.getFullYear()}-${e(t.getMonth()+1)}-${e(t.getDate())}`}function ar(t,e){return`${t}-${e}.log`}function Ma(t,e){let r=t.match(/^(.+)-(\d{4}-\d{2}-\d{2})\.log$/);return!r||r[1]!==e?null:r[2]??null}function Qm(t,e,r){let i=c=>{let[d,u,f]=c.split("-").map(Number);return Date.UTC(d??0,(u??1)-1,f??1)};return Math.floor((i(e)-i(t))/864e5)>r}function ps(t,e,r,i){let o;try{o=Zm(t)}catch{return}for(let c of o){let d=Ma(c,e);if(d&&Qm(d,r,i))try{Xm(Rl(t,c))}catch{}}}var ni,Ba=nt(()=>{"use strict";ni=class{constructor(e,r,i){this.dir=e;this.prefix=r;this.opts=i;this.clock=i.clock??(()=>Pn(new Date))}dir;prefix;opts;currentDate;stream;clock;write(e){let r=this.clock();r!==this.currentDate&&this.rotate(r),this.stream?.write(e)}rotate(e){this.stream?.end();try{Jm(this.dir,{recursive:!0});let r=Vm(Rl(this.dir,ar(this.prefix,e)),{flags:"a"});r.on("error",i=>process.stderr.write(`[log-sink] stream error: ${String(i)}
|
|
9
9
|
`)),this.stream=r}catch(r){process.stderr.write(`[log-sink] rotate failed: ${String(r)}
|
|
10
|
-
`),this.stream=void 0;return}this.currentDate!==void 0&&
|
|
11
|
-
`;tg(t,{recursive:!0}),eg(ng(t,
|
|
12
|
-
`;if(
|
|
13
|
-
`),{cause:o})}}async function fg(t){let e=
|
|
14
|
-
`,r)}var jt=nt(()=>{"use strict"});import{promises as Gl,readdirSync as vg}from"node:fs";import{homedir as Sg}from"node:os";import{sep as Ig,join as Ce,resolve as Hl}from"node:path";function Z(t){let e=t??Sg(),r=Ce(e,".coze"),i=Ce(r,"bridge"),o=Ce(i,"lib"),c=Ce(i,"logs");return{cozeRoot:r,bridgeRoot:i,libDir:o,libEntry:Ce(o,"index.js"),binDir:Ce(i,"bin"),pidFile:Ce(i,"bridge.pid"),portFile:Ce(i,"bridge.port"),tokenFile:Ce(i,"bridge.token"),patTokenFile:Ce(i,"pat-token"),agentEnvFile:Ce(i,"agent-env.json"),logFile:Ce(i,"bridge.log"),bridgeLogsDir:c,daemonStdioLog:Ce(c,"daemon-stdio.log"),installLock:Ce(i,"install.lock"),configFile:Ce(i,"config.json"),agentsRoot:Ce(r,"agents")}}function ze(t,e=Z()){let r=Ce(e.agentsRoot,t);return{root:r,config:Ce(r,"config.json"),workspace:Ce(r,"workspace"),logs:Ce(r,"logs")}}function ys(t=Z()){try{return vg(t.agentsRoot,{withFileTypes:!0}).filter(e=>e.isDirectory()).map(e=>e.name)}catch{return[]}}async function oi(t,e){let r=await Gl.realpath(Hl(t)).catch(()=>null);if(!r)return!1;let i=await Gl.realpath(Hl(e)).catch(()=>null);if(!i)return!1;let o=process.platform==="win32"?r.toLowerCase():r,c=process.platform==="win32"?i.toLowerCase():i;return o===c||o.startsWith(c+Ig)}var Re=nt(()=>{"use strict"});var Es={};La(Es,{AGENT_CONFIG_FILE_MODE:()=>bs,enforceAgentConfigMode:()=>Tg,loadAgentConfig:()=>ve,persistAgentSessions:()=>ai,persistAgentSkills:()=>ci,saveAgentConfig:()=>Ue});import{chmod as Ag,stat as kg}from"node:fs/promises";function ve(t,e){return ur(ze(t,e).config)}function Ue(t,e){return fr(ze(t.agentId,e).config,t,{mode:bs})}async function Tg(t,e){if(process.platform==="win32")return;let r=ze(t,e).config;try{let i=await kg(r);if(!i.isFile())return;let o=i.mode&511;o!==bs&&(await Ag(r,bs),ql.warn("agent config mode auto-corrected to 0600",{path:r,from:o.toString(8)}))}catch(i){if(i.code==="ENOENT")return;ql.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:r,err:String(i)})}}async function ai(t,e,r){let i=await ve(t,r);i&&(i.sessions=Object.fromEntries(e),await Ue(i,r))}async function ci(t,e,r){let i=await ve(t,r);i&&(i.skills=e,await Ue(i,r))}var ql,bs,Wt=nt(()=>{"use strict";jt();te();Re();ql=G("agent-config"),bs=384});var qa=ae((AI,Kl)=>{Kl.exports={LOCHDR:30,LOCSIG:67324752,LOCVER:4,LOCFLG:6,LOCHOW:8,LOCTIM:10,LOCCRC:14,LOCSIZ:18,LOCLEN:22,LOCNAM:26,LOCEXT:28,EXTSIG:134695760,EXTHDR:16,EXTCRC:4,EXTSIZ:8,EXTLEN:12,CENHDR:46,CENSIG:33639248,CENVEM:4,CENVER:6,CENFLG:8,CENHOW:10,CENTIM:12,CENCRC:16,CENSIZ:20,CENLEN:24,CENNAM:28,CENEXT:30,CENCOM:32,CENDSK:34,CENATT:36,CENATX:38,CENOFF:42,ENDHDR:22,ENDSIG:101010256,ENDSUB:8,ENDTOT:10,ENDSIZ:12,ENDOFF:16,ENDCOM:20,END64HDR:20,END64SIG:117853008,END64START:4,END64OFF:8,END64NUMDISKS:16,ZIP64SIG:101075792,ZIP64HDR:56,ZIP64LEAD:12,ZIP64SIZE:4,ZIP64VEM:12,ZIP64VER:14,ZIP64DSK:16,ZIP64DSKDIR:20,ZIP64SUB:24,ZIP64TOT:32,ZIP64SIZB:40,ZIP64OFF:48,ZIP64EXTRA:56,STORED:0,SHRUNK:1,REDUCED1:2,REDUCED2:3,REDUCED3:4,REDUCED4:5,IMPLODED:6,DEFLATED:8,ENHANCED_DEFLATED:9,PKWARE:10,BZIP2:12,LZMA:14,IBM_TERSE:18,IBM_LZ77:19,AES_ENCRYPT:99,FLG_ENC:1,FLG_COMP1:2,FLG_COMP2:4,FLG_DESC:8,FLG_ENH:16,FLG_PATCH:32,FLG_STR:64,FLG_EFS:2048,FLG_MSK:4096,FILE:2,BUFFER:1,NONE:0,EF_ID:0,EF_SIZE:2,ID_ZIP64:1,ID_AVINFO:7,ID_PFS:8,ID_OS2:9,ID_NTFS:10,ID_OPENVMS:12,ID_UNIX:13,ID_FORK:14,ID_PATCH:15,ID_X509_PKCS7:20,ID_X509_CERTID_F:21,ID_X509_CERTID_C:22,ID_STRONGENC:23,ID_RECORD_MGT:24,ID_X509_PKCS7_RL:25,ID_IBM1:101,ID_IBM2:102,ID_POSZIP:18064,EF_ZIP64_OR_32:4294967295,EF_ZIP64_OR_16:65535,EF_ZIP64_SUNCOMP:0,EF_ZIP64_SCOMP:8,EF_ZIP64_RHO:16,EF_ZIP64_DSN:24}});var Ss=ae(Vl=>{var $l={INVALID_LOC:"Invalid LOC header (bad signature)",INVALID_CEN:"Invalid CEN header (bad signature)",INVALID_END:"Invalid END header (bad signature)",DESCRIPTOR_NOT_EXIST:"No descriptor present",DESCRIPTOR_UNKNOWN:"Unknown descriptor format",DESCRIPTOR_FAULTY:"Descriptor data is malformed",NO_DATA:"Nothing to decompress",BAD_CRC:"CRC32 checksum failed {0}",FILE_IN_THE_WAY:"There is a file in the way: {0}",UNKNOWN_METHOD:"Invalid/unsupported compression method",AVAIL_DATA:"inflate::Available inflate data did not terminate",INVALID_DISTANCE:"inflate::Invalid literal/length or distance code in fixed or dynamic block",TO_MANY_CODES:"inflate::Dynamic block code description: too many length or distance codes",INVALID_REPEAT_LEN:"inflate::Dynamic block code description: repeat more than specified lengths",INVALID_REPEAT_FIRST:"inflate::Dynamic block code description: repeat lengths with no first length",INCOMPLETE_CODES:"inflate::Dynamic block code description: code lengths codes incomplete",INVALID_DYN_DISTANCE:"inflate::Dynamic block code description: invalid distance code lengths",INVALID_CODES_LEN:"inflate::Dynamic block code description: invalid literal/length code lengths",INVALID_STORE_BLOCK:"inflate::Stored block length did not match one's complement",INVALID_BLOCK_TYPE:"inflate::Invalid block type (type == 3)",CANT_EXTRACT_FILE:"Could not extract the file",CANT_OVERRIDE:"Target file already exists",DISK_ENTRY_TOO_LARGE:"Number of disk entries is too large",NO_ZIP:"No zip file was loaded",NO_ENTRY:"Entry doesn't exist",DIRECTORY_CONTENT_ERROR:"A directory cannot have content",FILE_NOT_FOUND:'File not found: "{0}"',NOT_IMPLEMENTED:"Not implemented",INVALID_FILENAME:"Invalid filename",INVALID_FORMAT:"Invalid or unsupported zip format. No END header found",INVALID_PASS_PARAM:"Incompatible password parameter",WRONG_PASSWORD:"Wrong Password",COMMENT_TOO_LONG:"Comment is too long",EXTRA_FIELD_PARSE_ERROR:"Extra field parsing error"};function Lg(t){return function(...e){return e.length&&(t=t.replace(/\{(\d)\}/g,(r,i)=>e[i]||"")),new Error("ADM-ZIP: "+t)}}for(let t of Object.keys($l))Vl[t]=Lg($l[t])});var Ql=ae((TI,Xl)=>{var Ng=fe("fs"),Me=fe("path"),Jl=qa(),Mg=Ss(),Bg=typeof process=="object"&&process.platform==="win32",Zl=t=>typeof t=="object"&&t!==null,Yl=new Uint32Array(256).map((t,e)=>{for(let r=0;r<8;r++)(e&1)!==0?e=3988292384^e>>>1:e>>>=1;return e>>>0});function Se(t){this.sep=Me.sep,this.fs=Ng,Zl(t)&&Zl(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}Xl.exports=Se;Se.prototype.makeDir=function(t){let e=this;function r(i){let o=i.split(e.sep)[0];i.split(e.sep).forEach(function(c){if(!(!c||c.substr(-1,1)===":")){o+=e.sep+c;var d;try{d=e.fs.statSync(o)}catch(u){if(u.message&&u.message.startsWith("ENOENT"))e.fs.mkdirSync(o);else throw u}if(d&&d.isFile())throw Mg.FILE_IN_THE_WAY(`"${o}"`)}})}r(t)};Se.prototype.writeFileTo=function(t,e,r,i){let o=this;if(o.fs.existsSync(t)){if(!r)return!1;var c=o.fs.statSync(t);if(c.isDirectory())return!1}var d=Me.dirname(t);o.fs.existsSync(d)||o.makeDir(d);var u;try{u=o.fs.openSync(t,"w",438)}catch{o.fs.chmodSync(t,438),u=o.fs.openSync(t,"w",438)}if(u)try{o.fs.writeSync(u,e,0,e.length,0)}finally{o.fs.closeSync(u)}return o.fs.chmodSync(t,i||438),!0};Se.prototype.writeFileToAsync=function(t,e,r,i,o){typeof i=="function"&&(o=i,i=void 0);let c=this;c.fs.exists(t,function(d){if(d&&!r)return o(!1);c.fs.stat(t,function(u,f){if(d&&f.isDirectory())return o(!1);var h=Me.dirname(t);c.fs.exists(h,function(g){g||c.makeDir(h),c.fs.open(t,"w",438,function(_,v){_?c.fs.chmod(t,438,function(){c.fs.open(t,"w",438,function(y,E){c.fs.write(E,e,0,e.length,0,function(){c.fs.close(E,function(){c.fs.chmod(t,i||438,function(){o(!0)})})})})}):v?c.fs.write(v,e,0,e.length,0,function(){c.fs.close(v,function(){c.fs.chmod(t,i||438,function(){o(!0)})})}):c.fs.chmod(t,i||438,function(){o(!0)})})})})})};Se.prototype.findFiles=function(t){let e=this;function r(i,o,c){typeof o=="boolean"&&(c=o,o=void 0);let d=[];return e.fs.readdirSync(i).forEach(function(u){let f=Me.join(i,u),h=e.fs.statSync(f);(!o||o.test(f))&&d.push(Me.normalize(f)+(h.isDirectory()?e.sep:"")),h.isDirectory()&&c&&(d=d.concat(r(f,o,c)))}),d}return r(t,void 0,!0)};Se.prototype.findFilesAsync=function(t,e){let r=this,i=[];r.fs.readdir(t,function(o,c){if(o)return e(o);let d=c.length;if(!d)return e(null,i);c.forEach(function(u){u=Me.join(t,u),r.fs.stat(u,function(f,h){if(f)return e(f);h&&(i.push(Me.normalize(u)+(h.isDirectory()?r.sep:"")),h.isDirectory()?r.findFilesAsync(u,function(g,_){if(g)return e(g);i=i.concat(_),--d||e(null,i)}):--d||e(null,i))})})})};Se.prototype.getAttributes=function(){};Se.prototype.setAttributes=function(){};Se.crc32update=function(t,e){return Yl[(t^e)&255]^t>>>8};Se.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,r=-1;for(let i=0;i<e;)r=Se.crc32update(r,t[i++]);return~r>>>0};Se.methodToString=function(t){switch(t){case Jl.STORED:return"STORED ("+t+")";case Jl.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};Se.canonical=function(t){if(!t)return"";let e=Me.posix.normalize("/"+t.split("\\").join("/"));return Me.join(".",e)};Se.zipnamefix=function(t){if(!t)return"";let e=Me.posix.normalize("/"+t.split("\\").join("/"));return Me.posix.join(".",e)};Se.findLast=function(t,e){if(!Array.isArray(t))throw new TypeError("arr is not array");let r=t.length>>>0;for(let i=r-1;i>=0;i--)if(e(t[i],i,t))return t[i]};Se.sanitize=function(t,e){t=Me.resolve(Me.normalize(t));for(var r=e.split("/"),i=0,o=r.length;i<o;i++){var c=Me.normalize(Me.join(t,r.slice(i,o).join(Me.sep)));if(c.indexOf(t)===0)return c}return Me.normalize(Me.join(t,Me.basename(e)))};Se.toBuffer=function(e,r){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?r(e):Buffer.alloc(0)};Se.readBigUInt64LE=function(t,e){let r=t.readUInt32LE(e);return t.readUInt32LE(e+4)*4294967296+r};Se.fromDOS2Date=function(t){return new Date((t>>25&127)+1980,Math.max((t>>21&15)-1,0),Math.max(t>>16&31,1),t>>11&31,t>>5&63,(t&31)<<1)};Se.fromDate2DOS=function(t){let e=0,r=0;return t.getFullYear()>1979&&(e=(t.getFullYear()-1980&127)<<9|t.getMonth()+1<<5|t.getDate(),r=t.getHours()<<11|t.getMinutes()<<5|t.getSeconds()>>1),e<<16|r};Se.isWin=Bg;Se.crcTable=Yl});var tu=ae((CI,eu)=>{var Fg=fe("path");eu.exports=function(t,{fs:e}){var r=t||"",i=c(),o=null;function c(){return{directory:!1,readonly:!1,hidden:!1,executable:!1,mtime:0,atime:0}}return r&&e.existsSync(r)?(o=e.statSync(r),i.directory=o.isDirectory(),i.mtime=o.mtime,i.atime=o.atime,i.executable=(73&o.mode)!==0,i.readonly=(128&o.mode)===0,i.hidden=Fg.basename(r)[0]==="."):console.warn("Invalid path: "+r),{get directory(){return i.directory},get readOnly(){return i.readonly},get hidden(){return i.hidden},get mtime(){return i.mtime},get atime(){return i.atime},get executable(){return i.executable},decodeAttributes:function(){},encodeAttributes:function(){},toJSON:function(){return{path:r,isDirectory:i.directory,isReadOnly:i.readonly,isHidden:i.hidden,isExecutable:i.executable,mTime:i.mtime,aTime:i.atime}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var ru=ae((RI,nu)=>{nu.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var pr=ae((DI,hr)=>{hr.exports=Ql();hr.exports.Constants=qa();hr.exports.Errors=Ss();hr.exports.FileAttr=tu();hr.exports.decoder=ru()});var su=ae((PI,iu)=>{var un=pr(),U=un.Constants;iu.exports=function(){var t=20,e=10,r=0,i=0,o=0,c=0,d=0,u=0,f=0,h=0,g=0,_=0,v=0,y=0,E=0;t|=un.isWin?2560:768,r|=U.FLG_EFS;let I={extraLen:0},A=b=>Math.max(0,b)>>>0,T=b=>Math.max(0,b)&65535,D=b=>Math.max(0,b)&255;return o=un.fromDate2DOS(new Date),{get made(){return t},set made(b){t=b},get version(){return e},set version(b){e=b},get flags(){return r},set flags(b){r=b},get flags_efs(){return(r&U.FLG_EFS)>0},set flags_efs(b){b?r|=U.FLG_EFS:r&=~U.FLG_EFS},get flags_desc(){return(r&U.FLG_DESC)>0},set flags_desc(b){b?r|=U.FLG_DESC:r&=~U.FLG_DESC},get method(){return i},set method(b){switch(b){case U.STORED:this.version=10;case U.DEFLATED:default:this.version=20}i=b},get time(){return un.fromDOS2Date(this.timeval)},set time(b){b=new Date(b),this.timeval=un.fromDate2DOS(b)},get timeval(){return o},set timeval(b){o=A(b)},get timeHighByte(){return D(o>>>8)},get crc(){return c},set crc(b){c=A(b)},get compressedSize(){return d},set compressedSize(b){d=A(b)},get size(){return u},set size(b){u=A(b)},get fileNameLength(){return f},set fileNameLength(b){f=b},get extraLength(){return h},set extraLength(b){h=b},get extraLocalLength(){return I.extraLen},set extraLocalLength(b){I.extraLen=b},get commentLength(){return g},set commentLength(b){g=b},get diskNumStart(){return _},set diskNumStart(b){_=A(b)},get inAttr(){return v},set inAttr(b){v=A(b)},get attr(){return y},set attr(b){y=A(b)},get fileAttr(){return(y||0)>>16&4095},get offset(){return E},set offset(b){E=A(b)},get encrypted(){return(r&U.FLG_ENC)===U.FLG_ENC},get centralHeaderSize(){return U.CENHDR+f+h+g},get realDataOffset(){return E+U.LOCHDR+I.fnameLen+I.extraLen},get localHeader(){return I},loadLocalHeaderFromBinary:function(b){var R=b.slice(E,E+U.LOCHDR);if(R.readUInt32LE(0)!==U.LOCSIG)throw un.Errors.INVALID_LOC();I.version=R.readUInt16LE(U.LOCVER),I.flags=R.readUInt16LE(U.LOCFLG),I.flags_desc=(I.flags&U.FLG_DESC)>0,I.method=R.readUInt16LE(U.LOCHOW),I.time=R.readUInt32LE(U.LOCTIM),I.crc=R.readUInt32LE(U.LOCCRC),I.compressedSize=R.readUInt32LE(U.LOCSIZ),I.size=R.readUInt32LE(U.LOCLEN),I.fnameLen=R.readUInt16LE(U.LOCNAM),I.extraLen=R.readUInt16LE(U.LOCEXT);let P=E+U.LOCHDR+I.fnameLen,B=P+I.extraLen;return b.slice(P,B)},loadFromBinary:function(b){if(b.length!==U.CENHDR||b.readUInt32LE(0)!==U.CENSIG)throw un.Errors.INVALID_CEN();t=b.readUInt16LE(U.CENVEM),e=b.readUInt16LE(U.CENVER),r=b.readUInt16LE(U.CENFLG),i=b.readUInt16LE(U.CENHOW),o=b.readUInt32LE(U.CENTIM),c=b.readUInt32LE(U.CENCRC),d=b.readUInt32LE(U.CENSIZ),u=b.readUInt32LE(U.CENLEN),f=b.readUInt16LE(U.CENNAM),h=b.readUInt16LE(U.CENEXT),g=b.readUInt16LE(U.CENCOM),_=b.readUInt16LE(U.CENDSK),v=b.readUInt16LE(U.CENATT),y=b.readUInt32LE(U.CENATX),E=b.readUInt32LE(U.CENOFF)},localHeaderToBinary:function(){var b=Buffer.alloc(U.LOCHDR);return b.writeUInt32LE(U.LOCSIG,0),b.writeUInt16LE(e,U.LOCVER),b.writeUInt16LE(r,U.LOCFLG),b.writeUInt16LE(i,U.LOCHOW),b.writeUInt32LE(o,U.LOCTIM),b.writeUInt32LE(c,U.LOCCRC),b.writeUInt32LE(d,U.LOCSIZ),b.writeUInt32LE(u,U.LOCLEN),b.writeUInt16LE(f,U.LOCNAM),b.writeUInt16LE(I.extraLen,U.LOCEXT),b},centralHeaderToBinary:function(){var b=Buffer.alloc(U.CENHDR+f+h+g);return b.writeUInt32LE(U.CENSIG,0),b.writeUInt16LE(t,U.CENVEM),b.writeUInt16LE(e,U.CENVER),b.writeUInt16LE(r,U.CENFLG),b.writeUInt16LE(i,U.CENHOW),b.writeUInt32LE(o,U.CENTIM),b.writeUInt32LE(c,U.CENCRC),b.writeUInt32LE(d,U.CENSIZ),b.writeUInt32LE(u,U.CENLEN),b.writeUInt16LE(f,U.CENNAM),b.writeUInt16LE(h,U.CENEXT),b.writeUInt16LE(g,U.CENCOM),b.writeUInt16LE(_,U.CENDSK),b.writeUInt16LE(v,U.CENATT),b.writeUInt32LE(y,U.CENATX),b.writeUInt32LE(E,U.CENOFF),b},toJSON:function(){let b=function(R){return R+" bytes"};return{made:t,version:e,flags:r,method:un.methodToString(i),time:this.time,crc:"0x"+c.toString(16).toUpperCase(),compressedSize:b(d),size:b(u),fileNameLength:b(f),extraLength:b(h),commentLength:b(g),diskNumStart:_,inAttr:v,attr:y,offset:E,centralHeaderSize:b(U.CENHDR+f+h+g)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var au=ae((OI,ou)=>{var mr=pr(),ye=mr.Constants;ou.exports=function(){var t=0,e=0,r=0,i=0,o=0;return{get diskEntries(){return t},set diskEntries(c){t=e=c},get totalEntries(){return e},set totalEntries(c){e=t=c},get size(){return r},set size(c){r=c},get offset(){return i},set offset(c){i=c},get commentLength(){return o},set commentLength(c){o=c},get mainHeaderSize(){return ye.ENDHDR+o},loadFromBinary:function(c){if((c.length!==ye.ENDHDR||c.readUInt32LE(0)!==ye.ENDSIG)&&(c.length<ye.ZIP64HDR||c.readUInt32LE(0)!==ye.ZIP64SIG))throw mr.Errors.INVALID_END();c.readUInt32LE(0)===ye.ENDSIG?(t=c.readUInt16LE(ye.ENDSUB),e=c.readUInt16LE(ye.ENDTOT),r=c.readUInt32LE(ye.ENDSIZ),i=c.readUInt32LE(ye.ENDOFF),o=c.readUInt16LE(ye.ENDCOM)):(t=mr.readBigUInt64LE(c,ye.ZIP64SUB),e=mr.readBigUInt64LE(c,ye.ZIP64TOT),r=mr.readBigUInt64LE(c,ye.ZIP64SIZE),i=mr.readBigUInt64LE(c,ye.ZIP64OFF),o=0)},toBinary:function(){var c=Buffer.alloc(ye.ENDHDR+o);return c.writeUInt32LE(ye.ENDSIG,0),c.writeUInt32LE(0,4),c.writeUInt16LE(t,ye.ENDSUB),c.writeUInt16LE(e,ye.ENDTOT),c.writeUInt32LE(r,ye.ENDSIZ),c.writeUInt32LE(i,ye.ENDOFF),c.writeUInt16LE(o,ye.ENDCOM),c.fill(" ",ye.ENDHDR),c},toJSON:function(){let c=function(d,u){let f=d.toString(16).toUpperCase();for(;f.length<u;)f="0"+f;return"0x"+f};return{diskEntries:t,totalEntries:e,size:r+" bytes",offset:c(i,4),commentLength:o}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var Wa=ae(ja=>{ja.EntryHeader=su();ja.MainHeader=au()});var du=ae((NI,cu)=>{cu.exports=function(t){var e=fe("zlib"),r={chunkSize:(parseInt(t.length/1024)+1)*1024};return{deflate:function(){return e.deflateRawSync(t,r)},deflateAsync:function(i){var o=e.createDeflateRaw(r),c=[],d=0;o.on("data",function(u){c.push(u),d+=u.length}),o.on("end",function(){var u=Buffer.alloc(d),f=0;u.fill(0);for(var h=0;h<c.length;h++){var g=c[h];g.copy(u,f),f+=g.length}i&&i(u)}),o.end(t)}}}});var uu=ae((MI,lu)=>{var zg=+(process.versions?process.versions.node:"").split(".")[0]||0;lu.exports=function(t,e){var r=fe("zlib");let i=zg>=15&&e>0?{maxOutputLength:e}:{};return{inflate:function(){return r.inflateRawSync(t,i)},inflateAsync:function(o){var c=r.createInflateRaw(i),d=[],u=0;c.on("data",function(f){d.push(f),u+=f.length}),c.on("end",function(){var f=Buffer.alloc(u),h=0;f.fill(0);for(var g=0;g<d.length;g++){var _=d[g];_.copy(f,h),h+=_.length}o&&o(f)}),c.end(t)}}}});var mu=ae((BI,pu)=>{"use strict";var{randomFillSync:fu}=fe("crypto"),Ug=Ss(),Gg=new Uint32Array(256).map((t,e)=>{for(let r=0;r<8;r++)(e&1)!==0?e=e>>>1^3988292384:e>>>=1;return e>>>0}),hu=(t,e)=>Math.imul(t,e)>>>0,xu=(t,e)=>Gg[(t^e)&255]^t>>>8,di=()=>typeof fu=="function"?fu(Buffer.alloc(12)):di.node();di.node=()=>{let t=Buffer.alloc(12),e=t.length;for(let r=0;r<e;r++)t[r]=Math.random()*256&255;return t};var Is={genSalt:di};function As(t){let e=Buffer.isBuffer(t)?t:Buffer.from(t);this.keys=new Uint32Array([305419896,591751049,878082192]);for(let r=0;r<e.length;r++)this.updateKeys(e[r])}As.prototype.updateKeys=function(t){let e=this.keys;return e[0]=xu(e[0],t),e[1]+=e[0]&255,e[1]=hu(e[1],134775813)+1,e[2]=xu(e[2],e[1]>>>24),t};As.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return hu(t,t^1)>>8&255};function Hg(t){let e=new As(t);return function(r){let i=Buffer.alloc(r.length),o=0;for(let c of r)i[o++]=e.updateKeys(c^e.next());return i}}function qg(t){let e=new As(t);return function(r,i,o=0){i||(i=Buffer.alloc(r.length));for(let c of r){let d=e.next();i[o++]=c^d,e.updateKeys(c)}return i}}function jg(t,e,r){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let i=Hg(r),o=i(t.slice(0,12)),c=(e.flags&8)===8?e.timeHighByte:e.crc>>>24;if(o[11]!==c)throw Ug.WRONG_PASSWORD();return i(t.slice(12))}function Wg(t){Buffer.isBuffer(t)&&t.length>=12?Is.genSalt=function(){return t.slice(0,12)}:t==="node"?Is.genSalt=di.node:Is.genSalt=di}function Kg(t,e,r,i=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=qg(r),c=Is.genSalt();c[11]=e.crc>>>24&255,i&&(c[10]=e.crc>>>16&255);let d=Buffer.alloc(t.length+12);return o(c,d),o(t,d,12)}pu.exports={decrypt:jg,encrypt:Kg,_salter:Wg}});var gu=ae(ks=>{ks.Deflater=du();ks.Inflater=uu();ks.ZipCrypto=mu()});var $a=ae((zI,wu)=>{var ce=pr(),$g=Wa(),Ie=ce.Constants,Ka=gu();wu.exports=function(t,e){var r=new $g.EntryHeader,i=Buffer.alloc(0),o=Buffer.alloc(0),c=!1,d=null,u=Buffer.alloc(0),f=Buffer.alloc(0),h=!0;let g=t,_=typeof g.decoder=="object"?g.decoder:ce.decoder;h=_.hasOwnProperty("efs")?_.efs:!1;function v(){return!e||!(e instanceof Uint8Array)?Buffer.alloc(0):(f=r.loadLocalHeaderFromBinary(e),e.slice(r.realDataOffset,r.realDataOffset+r.compressedSize))}function y(b){if(!r.flags_desc&&!r.localHeader.flags_desc){if(ce.crc32(b)!==r.localHeader.crc)return!1}else{let R={},P=r.realDataOffset+r.compressedSize;if(e.readUInt32LE(P)==Ie.LOCSIG||e.readUInt32LE(P)==Ie.CENSIG)throw ce.Errors.DESCRIPTOR_NOT_EXIST();if(e.readUInt32LE(P)==Ie.EXTSIG)R.crc=e.readUInt32LE(P+Ie.EXTCRC),R.compressedSize=e.readUInt32LE(P+Ie.EXTSIZ),R.size=e.readUInt32LE(P+Ie.EXTLEN);else if(e.readUInt16LE(P+12)===19280)R.crc=e.readUInt32LE(P+Ie.EXTCRC-4),R.compressedSize=e.readUInt32LE(P+Ie.EXTSIZ-4),R.size=e.readUInt32LE(P+Ie.EXTLEN-4);else throw ce.Errors.DESCRIPTOR_UNKNOWN();if(R.compressedSize!==r.compressedSize||R.size!==r.size||R.crc!==r.crc)throw ce.Errors.DESCRIPTOR_FAULTY();if(ce.crc32(b)!==R.crc)return!1}return!0}function E(b,R,P){if(typeof R>"u"&&typeof b=="string"&&(P=b,b=void 0),c)return b&&R&&R(Buffer.alloc(0),ce.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var B=v();if(B.length===0)return b&&R&&R(B),B;if(r.encrypted){if(typeof P!="string"&&!Buffer.isBuffer(P))throw ce.Errors.INVALID_PASS_PARAM();B=Ka.ZipCrypto.decrypt(B,r,P)}var M=Buffer.alloc(r.size);switch(r.method){case ce.Constants.STORED:if(B.copy(M),y(M))return b&&R&&R(M),M;throw b&&R&&R(M,ce.Errors.BAD_CRC()),ce.Errors.BAD_CRC();case ce.Constants.DEFLATED:var J=new Ka.Inflater(B,r.size);if(b)J.inflateAsync(function(V){V.copy(V,0),R&&(y(V)?R(V):R(V,ce.Errors.BAD_CRC()))});else{if(J.inflate(M).copy(M,0),!y(M))throw ce.Errors.BAD_CRC(`"${_.decode(i)}"`);return M}break;default:throw b&&R&&R(Buffer.alloc(0),ce.Errors.UNKNOWN_METHOD()),ce.Errors.UNKNOWN_METHOD()}}function I(b,R){if((!d||!d.length)&&Buffer.isBuffer(e))return b&&R&&R(v()),v();if(d.length&&!c){var P;switch(r.method){case ce.Constants.STORED:return r.compressedSize=r.size,P=Buffer.alloc(d.length),d.copy(P),b&&R&&R(P),P;default:case ce.Constants.DEFLATED:var B=new Ka.Deflater(d);if(b)B.deflateAsync(function(J){P=Buffer.alloc(J.length),r.compressedSize=J.length,J.copy(P),R&&R(P)});else{var M=B.deflate();return r.compressedSize=M.length,M}B=null;break}}else if(b&&R)R(Buffer.alloc(0));else return Buffer.alloc(0)}function A(b,R){return ce.readBigUInt64LE(b,R)}function T(b){try{for(var R=0,P,B,M;R+4<b.length;)P=b.readUInt16LE(R),R+=2,B=b.readUInt16LE(R),R+=2,M=b.slice(R,R+B),R+=B,Ie.ID_ZIP64===P&&D(M)}catch{throw ce.Errors.EXTRA_FIELD_PARSE_ERROR()}}function D(b){var R,P,B,M;b.length>=Ie.EF_ZIP64_SCOMP&&(R=A(b,Ie.EF_ZIP64_SUNCOMP),r.size===Ie.EF_ZIP64_OR_32&&(r.size=R)),b.length>=Ie.EF_ZIP64_RHO&&(P=A(b,Ie.EF_ZIP64_SCOMP),r.compressedSize===Ie.EF_ZIP64_OR_32&&(r.compressedSize=P)),b.length>=Ie.EF_ZIP64_DSN&&(B=A(b,Ie.EF_ZIP64_RHO),r.offset===Ie.EF_ZIP64_OR_32&&(r.offset=B)),b.length>=Ie.EF_ZIP64_DSN+4&&(M=b.readUInt32LE(Ie.EF_ZIP64_DSN),r.diskNumStart===Ie.EF_ZIP64_OR_16&&(r.diskNumStart=M))}return{get entryName(){return _.decode(i)},get rawEntryName(){return i},set entryName(b){i=ce.toBuffer(b,_.encode);var R=i[i.length-1];c=R===47||R===92,r.fileNameLength=i.length},get efs(){return typeof h=="function"?h(this.entryName):h},get extra(){return u},set extra(b){u=b,r.extraLength=b.length,T(b)},get comment(){return _.decode(o)},set comment(b){if(o=ce.toBuffer(b,_.encode),r.commentLength=o.length,o.length>65535)throw ce.Errors.COMMENT_TOO_LONG()},get name(){var b=_.decode(i);return c?b.substr(b.length-1).split("/").pop():b.split("/").pop()},get isDirectory(){return c},getCompressedData:function(){return I(!1,null)},getCompressedDataAsync:function(b){I(!0,b)},setData:function(b){d=ce.toBuffer(b,ce.decoder.encode),!c&&d.length?(r.size=d.length,r.method=ce.Constants.DEFLATED,r.crc=ce.crc32(b),r.changed=!0):r.method=ce.Constants.STORED},getData:function(b){return r.changed?d:E(!1,null,b)},getDataAsync:function(b,R){r.changed?b(d):E(!0,b,R)},set attr(b){r.attr=b},get attr(){return r.attr},set header(b){r.loadFromBinary(b)},get header(){return r},packCentralHeader:function(){r.flags_efs=this.efs,r.extraLength=u.length;var b=r.centralHeaderToBinary(),R=ce.Constants.CENHDR;return i.copy(b,R),R+=i.length,u.copy(b,R),R+=r.extraLength,o.copy(b,R),b},packLocalHeader:function(){let b=0;r.flags_efs=this.efs,r.extraLocalLength=f.length;let R=r.localHeaderToBinary(),P=Buffer.alloc(R.length+i.length+r.extraLocalLength);return R.copy(P,b),b+=R.length,i.copy(P,b),b+=i.length,f.copy(P,b),b+=f.length,P},toJSON:function(){let b=function(R){return"<"+(R&&R.length+" bytes buffer"||"null")+">"};return{entryName:this.entryName,name:this.name,comment:this.comment,isDirectory:this.isDirectory,header:r.toJSON(),compressedData:b(e),data:b(d)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var bu=ae((UI,yu)=>{var _u=$a(),Vg=Wa(),Ve=pr();yu.exports=function(t,e){var r=[],i={},o=Buffer.alloc(0),c=new Vg.MainHeader,d=!1,u=null;let f=new Set,h=e,{noSort:g,decoder:_}=h;t?E(h.readEntries):d=!0;function v(){let A=new Set;for(let T of Object.keys(i)){let D=T.split("/");if(D.pop(),!!D.length)for(let b=0;b<D.length;b++){let R=D.slice(0,b+1).join("/")+"/";A.add(R)}}for(let T of A)if(!(T in i)){let D=new _u(h);D.entryName=T,D.attr=16,D.temporary=!0,r.push(D),i[D.entryName]=D,f.add(D)}}function y(){if(d=!0,i={},c.diskEntries>(t.length-c.offset)/Ve.Constants.CENHDR)throw Ve.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(c.diskEntries);for(var A=c.offset,T=0;T<r.length;T++){var D=A,b=new _u(h,t);b.header=t.slice(D,D+=Ve.Constants.CENHDR),b.entryName=t.slice(D,D+=b.header.fileNameLength),b.header.extraLength&&(b.extra=t.slice(D,D+=b.header.extraLength)),b.header.commentLength&&(b.comment=t.slice(D,D+b.header.commentLength)),A+=b.header.centralHeaderSize,r[T]=b,i[b.entryName]=b}f.clear(),v()}function E(A){var T=t.length-Ve.Constants.ENDHDR,D=Math.max(0,T-65535),b=D,R=t.length,P=-1,B=0;for(typeof h.trailingSpace=="boolean"&&h.trailingSpace&&(D=0),T;T>=b;T--)if(t[T]===80){if(t.readUInt32LE(T)===Ve.Constants.ENDSIG){P=T,B=T,R=T+Ve.Constants.ENDHDR,b=T-Ve.Constants.END64HDR;continue}if(t.readUInt32LE(T)===Ve.Constants.END64SIG){b=D;continue}if(t.readUInt32LE(T)===Ve.Constants.ZIP64SIG){P=T,R=T+Ve.readBigUInt64LE(t,T+Ve.Constants.ZIP64SIZE)+Ve.Constants.ZIP64LEAD;break}}if(P==-1)throw Ve.Errors.INVALID_FORMAT();c.loadFromBinary(t.slice(P,R)),c.commentLength&&(o=t.slice(B+Ve.Constants.ENDHDR)),A&&y()}function I(){r.length>1&&!g&&r.sort((A,T)=>A.entryName.toLowerCase().localeCompare(T.entryName.toLowerCase()))}return{get entries(){return d||y(),r.filter(A=>!f.has(A))},get comment(){return _.decode(o)},set comment(A){o=Ve.toBuffer(A,_.encode),c.commentLength=o.length},getEntryCount:function(){return d?r.length:c.diskEntries},forEach:function(A){this.entries.forEach(A)},getEntry:function(A){return d||y(),i[A]||null},setEntry:function(A){d||y(),r.push(A),i[A.entryName]=A,c.totalEntries=r.length},deleteFile:function(A,T=!0){d||y();let D=i[A];this.getEntryChildren(D,T).map(R=>R.entryName).forEach(this.deleteEntry)},deleteEntry:function(A){d||y();let T=i[A],D=r.indexOf(T);D>=0&&(r.splice(D,1),delete i[A],c.totalEntries=r.length)},getEntryChildren:function(A,T=!0){if(d||y(),typeof A=="object")if(A.isDirectory&&T){let D=[],b=A.entryName;for(let R of r)R.entryName.startsWith(b)&&D.push(R);return D}else return[A];return[]},getChildCount:function(A){if(A&&A.isDirectory){let T=this.getEntryChildren(A);return T.includes(A)?T.length-1:T.length}return 0},compressToBuffer:function(){d||y(),I();let A=[],T=[],D=0,b=0;c.size=0,c.offset=0;let R=0;for(let M of this.entries){let J=M.getCompressedData();M.header.offset=b;let V=M.packLocalHeader(),re=V.length+J.length;b+=re,A.push(V),A.push(J);let X=M.packCentralHeader();T.push(X),c.size+=X.length,D+=re+X.length,R++}D+=c.mainHeaderSize,c.offset=b,c.totalEntries=R,b=0;let P=Buffer.alloc(D);for(let M of A)M.copy(P,b),b+=M.length;for(let M of T)M.copy(P,b),b+=M.length;let B=c.toBinary();return o&&o.copy(B,Ve.Constants.ENDHDR),B.copy(P,b),t=P,d=!1,P},toAsyncBuffer:function(A,T,D,b){try{d||y(),I();let R=[],P=[],B=0,M=0,J=0;c.size=0,c.offset=0;let V=function(re){if(re.length>0){let X=re.shift(),se=X.entryName+X.extra.toString();D&&D(se),X.getCompressedDataAsync(function(oe){b&&b(se),X.header.offset=M;let C=X.packLocalHeader(),z=C.length+oe.length;M+=z,R.push(C),R.push(oe);let H=X.packCentralHeader();P.push(H),c.size+=H.length,B+=z+H.length,J++,V(re)})}else{B+=c.mainHeaderSize,c.offset=M,c.totalEntries=J,M=0;let X=Buffer.alloc(B);R.forEach(function(oe){oe.copy(X,M),M+=oe.length}),P.forEach(function(oe){oe.copy(X,M),M+=oe.length});let se=c.toBinary();o&&o.copy(se,Ve.Constants.ENDHDR),se.copy(X,M),t=X,d=!1,A(X)}};V(Array.from(this.entries))}catch(R){T(R)}}}}});var Su=ae((GI,vu)=>{var Ee=pr(),be=fe("path"),Jg=$a(),Zg=bu(),On=(...t)=>Ee.findLast(t,e=>typeof e=="boolean"),Eu=(...t)=>Ee.findLast(t,e=>typeof e=="string"),Yg=(...t)=>Ee.findLast(t,e=>typeof e=="function"),Xg={noSort:!1,readEntries:!1,method:Ee.Constants.NONE,fs:null};vu.exports=function(t,e){let r=null,i=Object.assign(Object.create(null),Xg);t&&typeof t=="object"&&(t instanceof Uint8Array||(Object.assign(i,t),t=i.input?i.input:void 0,i.input&&delete i.input),Buffer.isBuffer(t)&&(r=t,i.method=Ee.Constants.BUFFER,t=void 0)),Object.assign(i,e);let o=new Ee(i);if((typeof i.decoder!="object"||typeof i.decoder.encode!="function"||typeof i.decoder.decode!="function")&&(i.decoder=Ee.decoder),t&&typeof t=="string")if(o.fs.existsSync(t))i.method=Ee.Constants.FILE,i.filename=t,r=o.fs.readFileSync(t);else throw Ee.Errors.INVALID_FILENAME();let c=new Zg(r,i),{canonical:d,sanitize:u,zipnamefix:f}=Ee;function h(y){if(y&&c){var E;if(typeof y=="string"&&(E=c.getEntry(be.posix.normalize(y))),typeof y=="object"&&typeof y.entryName<"u"&&typeof y.header<"u"&&(E=c.getEntry(y.entryName)),E)return E}return null}function g(y){let{join:E,normalize:I,sep:A}=be.posix;return E(be.isAbsolute(y)?"/":".",I(A+y.split("\\").join(A)+A))}function _(y){return y instanceof RegExp?(function(E){return function(I){return E.test(I)}})(y):typeof y!="function"?()=>!0:y}let v=(y,E)=>{let I=E.slice(-1);return I=I===o.sep?o.sep:"",be.relative(y,E)+I};return{readFile:function(y,E){var I=h(y);return I&&I.getData(E)||null},childCount:function(y){let E=h(y);if(E)return c.getChildCount(E)},readFileAsync:function(y,E){var I=h(y);I?I.getDataAsync(E):E(null,"getEntry failed for:"+y)},readAsText:function(y,E){var I=h(y);if(I){var A=I.getData();if(A&&A.length)return A.toString(E||"utf8")}return""},readAsTextAsync:function(y,E,I){var A=h(y);A?A.getDataAsync(function(T,D){if(D){E(T,D);return}T&&T.length?E(T.toString(I||"utf8")):E("")}):E("")},deleteFile:function(y,E=!0){var I=h(y);I&&c.deleteFile(I.entryName,E)},deleteEntry:function(y){var E=h(y);E&&c.deleteEntry(E.entryName)},addZipComment:function(y){c.comment=y},getZipComment:function(){return c.comment||""},addZipEntryComment:function(y,E){var I=h(y);I&&(I.comment=E)},getZipEntryComment:function(y){var E=h(y);return E&&E.comment||""},updateFile:function(y,E){var I=h(y);I&&I.setData(E)},addLocalFile:function(y,E,I,A){if(o.fs.existsSync(y)){E=E?g(E):"";let T=be.win32.basename(be.win32.normalize(y));E+=I||T;let D=o.fs.statSync(y),b=D.isFile()?o.fs.readFileSync(y):Buffer.alloc(0);D.isDirectory()&&(E+=o.sep),this.addFile(E,b,A,D)}else throw Ee.Errors.FILE_NOT_FOUND(y)},addLocalFileAsync:function(y,E){y=typeof y=="object"?y:{localPath:y};let I=be.resolve(y.localPath),{comment:A}=y,{zipPath:T,zipName:D}=y,b=this;o.fs.stat(I,function(R,P){if(R)return E(R,!1);T=T?g(T):"";let B=be.win32.basename(be.win32.normalize(I));if(T+=D||B,P.isFile())o.fs.readFile(I,function(M,J){return M?E(M,!1):(b.addFile(T,J,A,P),setImmediate(E,void 0,!0))});else if(P.isDirectory())return T+=o.sep,b.addFile(T,Buffer.alloc(0),A,P),setImmediate(E,void 0,!0)})},addLocalFolder:function(y,E,I){if(I=_(I),E=E?g(E):"",y=be.normalize(y),o.fs.existsSync(y)){let A=o.findFiles(y),T=this;if(A.length)for(let D of A){let b=be.join(E,v(y,D));I(b)&&T.addLocalFile(D,be.dirname(b))}}else throw Ee.Errors.FILE_NOT_FOUND(y)},addLocalFolderAsync:function(y,E,I,A){A=_(A),I=I?g(I):"",y=be.normalize(y);var T=this;o.fs.open(y,"r",function(D){if(D&&D.code==="ENOENT")E(void 0,Ee.Errors.FILE_NOT_FOUND(y));else if(D)E(void 0,D);else{var b=o.findFiles(y),R=-1,P=function(){if(R+=1,R<b.length){var B=b[R],M=v(y,B).split("\\").join("/");M=M.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),A(M)?o.fs.stat(B,function(J,V){J&&E(void 0,J),V.isFile()?o.fs.readFile(B,function(re,X){re?E(void 0,re):(T.addFile(I+M,X,"",V),P())}):(T.addFile(I+M+"/",Buffer.alloc(0),"",V),P())}):process.nextTick(()=>{P()})}else E(!0,void 0)};P()}})},addLocalFolderAsync2:function(y,E){let I=this;y=typeof y=="object"?y:{localPath:y},localPath=be.resolve(g(y.localPath));let{zipPath:A,filter:T,namefix:D}=y;T instanceof RegExp?T=(function(P){return function(B){return P.test(B)}})(T):typeof T!="function"&&(T=function(){return!0}),A=A?g(A):"",D=="latin1"&&(D=P=>P.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,"")),typeof D!="function"&&(D=P=>P);let b=P=>be.join(A,D(v(localPath,P))),R=P=>be.win32.basename(be.win32.normalize(D(P)));o.fs.open(localPath,"r",function(P){P&&P.code==="ENOENT"?E(void 0,Ee.Errors.FILE_NOT_FOUND(localPath)):P?E(void 0,P):o.findFilesAsync(localPath,function(B,M){if(B)return E(B);M=M.filter(J=>T(b(J))),M.length||E(void 0,!1),setImmediate(M.reverse().reduce(function(J,V){return function(re,X){if(re||X===!1)return setImmediate(J,re,!1);I.addLocalFileAsync({localPath:V,zipPath:be.dirname(b(V)),zipName:R(V)},J)}},E))})})},addLocalFolderPromise:function(y,E){return new Promise((I,A)=>{this.addLocalFolderAsync2(Object.assign({localPath:y},E),(T,D)=>{T&&A(T),D&&I(this)})})},addFile:function(y,E,I,A){y=f(y);let T=h(y),D=T!=null;D||(T=new Jg(i),T.entryName=y),T.comment=I||"";let b=typeof A=="object"&&A instanceof o.fs.Stats;b&&(T.header.time=A.mtime);var R=T.isDirectory?16:0;let P=T.isDirectory?16384:32768;return b?P|=4095&A.mode:typeof A=="number"?P|=4095&A:P|=T.isDirectory?493:420,R=(R|P<<16)>>>0,T.attr=R,T.setData(E),D||c.setEntry(T),T},getEntries:function(y){return c.password=y,c?c.entries:[]},getEntry:function(y){return h(y)},getEntryCount:function(){return c.getEntryCount()},forEach:function(y){return c.forEach(y)},extractEntryTo:function(y,E,I,A,T,D){A=On(!1,A),T=On(!1,T),I=On(!0,I),D=Eu(T,D);var b=h(y);if(!b)throw Ee.Errors.NO_ENTRY();var R=d(b.entryName),P=u(E,D&&!b.isDirectory?D:I?R:be.basename(R));if(b.isDirectory){var B=c.getEntryChildren(b);return B.forEach(function(V){if(V.isDirectory)return;var re=V.getData();if(!re)throw Ee.Errors.CANT_EXTRACT_FILE();var X=d(V.entryName),se=u(E,I?X:be.basename(X));let oe=T?V.header.fileAttr:void 0;o.writeFileTo(se,re,A,oe)}),!0}var M=b.getData(c.password);if(!M)throw Ee.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(P)&&!A)throw Ee.Errors.CANT_OVERRIDE();let J=T?y.header.fileAttr:void 0;return o.writeFileTo(P,M,A,J),!0},test:function(y){if(!c)return!1;for(var E in c.entries)try{if(E.isDirectory)continue;var I=c.entries[E].getData(y);if(!I)return!1}catch{return!1}return!0},extractAllTo:function(y,E,I,A){if(I=On(!1,I),A=Eu(I,A),E=On(!1,E),!c)throw Ee.Errors.NO_ZIP();c.entries.forEach(function(T){var D=u(y,d(T.entryName));if(T.isDirectory){o.makeDir(D);return}var b=T.getData(A);if(!b)throw Ee.Errors.CANT_EXTRACT_FILE();let R=I?T.header.fileAttr:void 0;o.writeFileTo(D,b,E,R);try{o.fs.utimesSync(D,T.header.time,T.header.time)}catch{throw Ee.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(y,E,I,A){if(A=Yg(E,I,A),I=On(!1,I),E=On(!1,E),!A)return new Promise((P,B)=>{this.extractAllToAsync(y,E,I,function(M){M?B(M):P(this)})});if(!c){A(Ee.Errors.NO_ZIP());return}y=be.resolve(y);let T=P=>u(y,be.normalize(d(P.entryName))),D=(P,B)=>new Error(P+': "'+B+'"'),b=[],R=[];c.entries.forEach(P=>{P.isDirectory?b.push(P):R.push(P)});for(let P of b){let B=T(P),M=I?P.header.fileAttr:void 0;try{o.makeDir(B),M&&o.fs.chmodSync(B,M),o.fs.utimesSync(B,P.header.time,P.header.time)}catch{A(D("Unable to create folder",B))}}R.reverse().reduce(function(P,B){return function(M){if(M)P(M);else{let J=be.normalize(d(B.entryName)),V=u(y,J);B.getDataAsync(function(re,X){if(X)P(X);else if(!re)P(Ee.Errors.CANT_EXTRACT_FILE());else{let se=I?B.header.fileAttr:void 0;o.writeFileToAsync(V,re,E,se,function(oe){oe||P(D("Unable to write file",V)),o.fs.utimes(V,B.header.time,B.header.time,function(C){C?P(D("Unable to set times",V)):P()})})}})}}},A)()},writeZip:function(y,E){if(arguments.length===1&&typeof y=="function"&&(E=y,y=""),!y&&i.filename&&(y=i.filename),!!y){var I=c.compressToBuffer();if(I){var A=o.writeFileTo(y,I,!0);typeof E=="function"&&E(A?null:new Error("failed"),"")}}},writeZipPromise:function(y,E){let{overwrite:I,perm:A}=Object.assign({overwrite:!0},E);return new Promise((T,D)=>{!y&&i.filename&&(y=i.filename),y||D("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(b=>{let R=P=>P?T(P):D("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(y,b,I,A,R)},D)})},toBufferPromise:function(){return new Promise((y,E)=>{c.toAsyncBuffer(y,E)})},toBuffer:function(y,E,I,A){return typeof y=="function"?(c.toAsyncBuffer(y,E,I,A),null):c.compressToBuffer()}}}});import{execFile as iy,spawn as sy,spawnSync as sk}from"node:child_process";import{promisify as oy}from"node:util";function cy(t){if(process.platform!=="win32")return!1;if(jf.test(t))return!0;let r=(t.split(/[/\\]/).pop()??t).replace(jf,"").toLowerCase();return ay.has(r)}function Wf(t,e){if(process.platform!=="win32")return e??{};let r={...e??{}};return cy(t)&&r.shell===void 0&&(r.shell=!0),r.windowsHide===void 0&&(r.windowsHide=!0),r}function st(t,e=[],r={}){return sy(t,e,Wf(t,r))}function Kf(t,e=[],r={}){return dy(t,e,Wf(t,r))}var ay,jf,dy,Xt=nt(()=>{"use strict";ay=new Set(["npm","npx","yarn","pnpm","coze","tsx","claude-agent-acp","codex-acp","openclaw"]),jf=/\.(cmd|bat|ps1)$/i;dy=oy(iy)});var en=ae((dR,Gx)=>{"use strict";var zx=["nodebuffer","arraybuffer","fragments"],Ux=typeof Blob<"u";Ux&&zx.push("blob");Gx.exports={BINARY_TYPES:zx,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:Ux,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var Qi=ae((lR,zo)=>{"use strict";var{EMPTY_BUFFER:$E}=en(),vd=Buffer[Symbol.species];function VE(t,e){if(t.length===0)return $E;if(t.length===1)return t[0];let r=Buffer.allocUnsafe(e),i=0;for(let o=0;o<t.length;o++){let c=t[o];r.set(c,i),i+=c.length}return i<e?new vd(r.buffer,r.byteOffset,i):r}function Hx(t,e,r,i,o){for(let c=0;c<o;c++)r[i+c]=t[c]^e[c&3]}function qx(t,e){for(let r=0;r<t.length;r++)t[r]^=e[r&3]}function JE(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function Sd(t){if(Sd.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=new vd(t):ArrayBuffer.isView(t)?e=new vd(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),Sd.readOnly=!1),e}zo.exports={concat:VE,mask:Hx,toArrayBuffer:JE,toBuffer:Sd,unmask:qx};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=fe("bufferutil");zo.exports.mask=function(e,r,i,o,c){c<48?Hx(e,r,i,o,c):t.mask(e,r,i,o,c)},zo.exports.unmask=function(e,r){e.length<32?qx(e,r):t.unmask(e,r)}}catch{}});var Kx=ae((uR,Wx)=>{"use strict";var jx=Symbol("kDone"),Id=Symbol("kRun"),Ad=class{constructor(e){this[jx]=()=>{this.pending--,this[Id]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[Id]()}[Id](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[jx])}}};Wx.exports=Ad});var qr=ae((fR,Zx)=>{"use strict";var es=fe("zlib"),$x=Qi(),ZE=Kx(),{kStatusCode:Vx}=en(),YE=Buffer[Symbol.species],XE=Buffer.from([0,0,255,255]),Go=Symbol("permessage-deflate"),tn=Symbol("total-length"),Gr=Symbol("callback"),Tn=Symbol("buffers"),Hr=Symbol("error"),Uo,kd=class{constructor(e){if(this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._maxPayload=this._options.maxPayload|0,this._isServer=!!this._options.isServer,this._deflate=null,this._inflate=null,this.params=null,!Uo){let r=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;Uo=new ZE(r)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[Gr];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let r=this._options,i=e.find(o=>!(r.serverNoContextTakeover===!1&&o.server_no_context_takeover||o.server_max_window_bits&&(r.serverMaxWindowBits===!1||typeof r.serverMaxWindowBits=="number"&&r.serverMaxWindowBits>o.server_max_window_bits)||typeof r.clientMaxWindowBits=="number"&&!o.client_max_window_bits));if(!i)throw new Error("None of the extension offers can be accepted");return r.serverNoContextTakeover&&(i.server_no_context_takeover=!0),r.clientNoContextTakeover&&(i.client_no_context_takeover=!0),typeof r.serverMaxWindowBits=="number"&&(i.server_max_window_bits=r.serverMaxWindowBits),typeof r.clientMaxWindowBits=="number"?i.client_max_window_bits=r.clientMaxWindowBits:(i.client_max_window_bits===!0||r.clientMaxWindowBits===!1)&&delete i.client_max_window_bits,i}acceptAsClient(e){let r=e[0];if(this._options.clientNoContextTakeover===!1&&r.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!r.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(r.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&r.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return r}normalizeParams(e){return e.forEach(r=>{Object.keys(r).forEach(i=>{let o=r[i];if(o.length>1)throw new Error(`Parameter "${i}" must have only a single value`);if(o=o[0],i==="client_max_window_bits"){if(o!==!0){let c=+o;if(!Number.isInteger(c)||c<8||c>15)throw new TypeError(`Invalid value for parameter "${i}": ${o}`);o=c}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${i}": ${o}`)}else if(i==="server_max_window_bits"){let c=+o;if(!Number.isInteger(c)||c<8||c>15)throw new TypeError(`Invalid value for parameter "${i}": ${o}`);o=c}else if(i==="client_no_context_takeover"||i==="server_no_context_takeover"){if(o!==!0)throw new TypeError(`Invalid value for parameter "${i}": ${o}`)}else throw new Error(`Unknown parameter "${i}"`);r[i]=o})}),e}decompress(e,r,i){Uo.add(o=>{this._decompress(e,r,(c,d)=>{o(),i(c,d)})})}compress(e,r,i){Uo.add(o=>{this._compress(e,r,(c,d)=>{o(),i(c,d)})})}_decompress(e,r,i){let o=this._isServer?"client":"server";if(!this._inflate){let c=`${o}_max_window_bits`,d=typeof this.params[c]!="number"?es.Z_DEFAULT_WINDOWBITS:this.params[c];this._inflate=es.createInflateRaw({...this._options.zlibInflateOptions,windowBits:d}),this._inflate[Go]=this,this._inflate[tn]=0,this._inflate[Tn]=[],this._inflate.on("error",ev),this._inflate.on("data",Jx)}this._inflate[Gr]=i,this._inflate.write(e),r&&this._inflate.write(XE),this._inflate.flush(()=>{let c=this._inflate[Hr];if(c){this._inflate.close(),this._inflate=null,i(c);return}let d=$x.concat(this._inflate[Tn],this._inflate[tn]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[tn]=0,this._inflate[Tn]=[],r&&this.params[`${o}_no_context_takeover`]&&this._inflate.reset()),i(null,d)})}_compress(e,r,i){let o=this._isServer?"server":"client";if(!this._deflate){let c=`${o}_max_window_bits`,d=typeof this.params[c]!="number"?es.Z_DEFAULT_WINDOWBITS:this.params[c];this._deflate=es.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:d}),this._deflate[tn]=0,this._deflate[Tn]=[],this._deflate.on("data",QE)}this._deflate[Gr]=i,this._deflate.write(e),this._deflate.flush(es.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let c=$x.concat(this._deflate[Tn],this._deflate[tn]);r&&(c=new YE(c.buffer,c.byteOffset,c.length-4)),this._deflate[Gr]=null,this._deflate[tn]=0,this._deflate[Tn]=[],r&&this.params[`${o}_no_context_takeover`]&&this._deflate.reset(),i(null,c)})}};Zx.exports=kd;function QE(t){this[Tn].push(t),this[tn]+=t.length}function Jx(t){if(this[tn]+=t.length,this[Go]._maxPayload<1||this[tn]<=this[Go]._maxPayload){this[Tn].push(t);return}this[Hr]=new RangeError("Max payload size exceeded"),this[Hr].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Hr][Vx]=1009,this.removeListener("data",Jx),this.reset()}function ev(t){if(this[Go]._inflate=null,this[Hr]){this[Gr](this[Hr]);return}t[Vx]=1007,this[Gr](t)}});var jr=ae((xR,Ho)=>{"use strict";var{isUtf8:Yx}=fe("buffer"),{hasBlob:tv}=en(),nv=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function rv(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function Td(t){let e=t.length,r=0;for(;r<e;)if((t[r]&128)===0)r++;else if((t[r]&224)===192){if(r+1===e||(t[r+1]&192)!==128||(t[r]&254)===192)return!1;r+=2}else if((t[r]&240)===224){if(r+2>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||t[r]===224&&(t[r+1]&224)===128||t[r]===237&&(t[r+1]&224)===160)return!1;r+=3}else if((t[r]&248)===240){if(r+3>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||(t[r+3]&192)!==128||t[r]===240&&(t[r+1]&240)===128||t[r]===244&&t[r+1]>143||t[r]>244)return!1;r+=4}else return!1;return!0}function iv(t){return tv&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}Ho.exports={isBlob:iv,isValidStatusCode:rv,isValidUTF8:Td,tokenChars:nv};if(Yx)Ho.exports.isValidUTF8=function(t){return t.length<24?Td(t):Yx(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=fe("utf-8-validate");Ho.exports.isValidUTF8=function(e){return e.length<32?Td(e):t(e)}}catch{}});var Od=ae((hR,ih)=>{"use strict";var{Writable:sv}=fe("stream"),Xx=qr(),{BINARY_TYPES:ov,EMPTY_BUFFER:Qx,kStatusCode:av,kWebSocket:cv}=en(),{concat:Cd,toArrayBuffer:dv,unmask:lv}=Qi(),{isValidStatusCode:uv,isValidUTF8:eh}=jr(),qo=Buffer[Symbol.species],mt=0,th=1,nh=2,rh=3,Rd=4,Dd=5,jo=6,Pd=class extends sv{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||ov[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxBufferedChunks=e.maxBufferedChunks|0,this._maxFragments=e.maxFragments|0,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[cv]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=mt}_write(e,r,i){if(this._opcode===8&&this._state==mt)return i();if(this._maxBufferedChunks>0&&this._buffers.length>=this._maxBufferedChunks){i(this.createError(RangeError,"Too many buffered chunks",!1,1008,"WS_ERR_TOO_MANY_BUFFERED_PARTS"));return}this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(i)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let i=this._buffers[0];return this._buffers[0]=new qo(i.buffer,i.byteOffset+e,i.length-e),new qo(i.buffer,i.byteOffset,e)}let r=Buffer.allocUnsafe(e);do{let i=this._buffers[0],o=r.length-e;e>=i.length?r.set(this._buffers.shift(),o):(r.set(new Uint8Array(i.buffer,i.byteOffset,e),o),this._buffers[0]=new qo(i.buffer,i.byteOffset+e,i.length-e)),e-=i.length}while(e>0);return r}startLoop(e){this._loop=!0;do switch(this._state){case mt:this.getInfo(e);break;case th:this.getPayloadLength16(e);break;case nh:this.getPayloadLength64(e);break;case rh:this.getMask();break;case Rd:this.getData(e);break;case Dd:case jo:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let r=this.consume(2);if((r[0]&48)!==0){let o=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(o);return}let i=(r[0]&64)===64;if(i&&!this._extensions[Xx.extensionName]){let o=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(o);return}if(this._fin=(r[0]&128)===128,this._opcode=r[0]&15,this._payloadLength=r[1]&127,this._opcode===0){if(i){let o=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(o);return}if(!this._fragmented){let o=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(o);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let o=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(o);return}this._compressed=i}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let o=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(o);return}if(i){let o=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(o);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let o=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(o);return}}else{let o=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(o);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(r[1]&128)===128,this._isServer){if(!this._masked){let o=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(o);return}}else if(this._masked){let o=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(o);return}this._payloadLength===126?this._state=th:this._payloadLength===127?this._state=nh:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let r=this.consume(8),i=r.readUInt32BE(0);if(i>Math.pow(2,21)-1){let o=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(o);return}this._payloadLength=i*Math.pow(2,32)+r.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let r=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(r);return}this._masked?this._state=rh:this._state=Rd}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Rd}getData(e){let r=Qx;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}r=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&lv(r,this._mask)}if(this._opcode>7){this.controlMessage(r,e);return}if(this._compressed){this._state=Dd,this.decompress(r,e);return}if(r.length){if(this._maxFragments>0&&this._fragments.length>=this._maxFragments){let i=this.createError(RangeError,"Too many message fragments",!1,1008,"WS_ERR_TOO_MANY_BUFFERED_PARTS");e(i);return}this._messageLength=this._totalPayloadLength,this._fragments.push(r)}this.dataMessage(e)}decompress(e,r){this._extensions[Xx.extensionName].decompress(e,this._fin,(o,c)=>{if(o)return r(o);if(c.length){if(this._messageLength+=c.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let d=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");r(d);return}if(this._maxFragments>0&&this._fragments.length>=this._maxFragments){let d=this.createError(RangeError,"Too many message fragments",!1,1008,"WS_ERR_TOO_MANY_BUFFERED_PARTS");r(d);return}this._fragments.push(c)}this.dataMessage(r),this._state===mt&&this.startLoop(r)})}dataMessage(e){if(!this._fin){this._state=mt;return}let r=this._messageLength,i=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let o;this._binaryType==="nodebuffer"?o=Cd(i,r):this._binaryType==="arraybuffer"?o=dv(Cd(i,r)):this._binaryType==="blob"?o=new Blob(i):o=i,this._allowSynchronousEvents?(this.emit("message",o,!0),this._state=mt):(this._state=jo,setImmediate(()=>{this.emit("message",o,!0),this._state=mt,this.startLoop(e)}))}else{let o=Cd(i,r);if(!this._skipUTF8Validation&&!eh(o)){let c=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(c);return}this._state===Dd||this._allowSynchronousEvents?(this.emit("message",o,!1),this._state=mt):(this._state=jo,setImmediate(()=>{this.emit("message",o,!1),this._state=mt,this.startLoop(e)}))}}controlMessage(e,r){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,Qx),this.end();else{let i=e.readUInt16BE(0);if(!uv(i)){let c=this.createError(RangeError,`invalid status code ${i}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");r(c);return}let o=new qo(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!eh(o)){let c=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");r(c);return}this._loop=!1,this.emit("conclude",i,o),this.end()}this._state=mt;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=mt):(this._state=jo,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=mt,this.startLoop(r)}))}createError(e,r,i,o,c){this._loop=!1,this._errored=!0;let d=new e(i?`Invalid WebSocket frame: ${r}`:r);return Error.captureStackTrace(d,this.createError),d.code=c,d[av]=o,d}};ih.exports=Pd});var Md=ae((mR,ah)=>{"use strict";var{Duplex:pR}=fe("stream"),{randomFillSync:fv}=fe("crypto"),{types:{isUint8Array:xv}}=fe("util"),sh=qr(),{EMPTY_BUFFER:hv,kWebSocket:pv,NOOP:mv}=en(),{isBlob:Wr,isValidStatusCode:gv}=jr(),{mask:oh,toBuffer:Yn}=Qi(),gt=Symbol("kByteLength"),wv=Buffer.alloc(4),Wo=8*1024,Xn,Kr=Wo,kt=0,_v=1,yv=2,Ld=class t{constructor(e,r,i){this._extensions=r||{},i&&(this._generateMask=i,this._maskBuffer=Buffer.alloc(4)),this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=kt,this.onerror=mv,this[pv]=void 0}static frame(e,r){let i,o=!1,c=2,d=!1;r.mask&&(i=r.maskBuffer||wv,r.generateMask?r.generateMask(i):(Kr===Wo&&(Xn===void 0&&(Xn=Buffer.alloc(Wo)),fv(Xn,0,Wo),Kr=0),i[0]=Xn[Kr++],i[1]=Xn[Kr++],i[2]=Xn[Kr++],i[3]=Xn[Kr++]),d=(i[0]|i[1]|i[2]|i[3])===0,c=6);let u;typeof e=="string"?(!r.mask||d)&&r[gt]!==void 0?u=r[gt]:(e=Buffer.from(e),u=e.length):(u=e.length,o=r.mask&&r.readOnly&&!d);let f=u;u>=65536?(c+=8,f=127):u>125&&(c+=2,f=126);let h=Buffer.allocUnsafe(o?u+c:c);return h[0]=r.fin?r.opcode|128:r.opcode,r.rsv1&&(h[0]|=64),h[1]=f,f===126?h.writeUInt16BE(u,2):f===127&&(h[2]=h[3]=0,h.writeUIntBE(u,4,6)),r.mask?(h[1]|=128,h[c-4]=i[0],h[c-3]=i[1],h[c-2]=i[2],h[c-1]=i[3],d?[h,e]:o?(oh(e,i,h,c,u),[h]):(oh(e,i,e,0,u),[h,e])):[h,e]}close(e,r,i,o){let c;if(e===void 0)c=hv;else{if(typeof e!="number"||!gv(e))throw new TypeError("First argument must be a valid error code number");if(r===void 0||!r.length)c=Buffer.allocUnsafe(2),c.writeUInt16BE(e,0);else{let u=Buffer.byteLength(r);if(u>123)throw new RangeError("The message must not be greater than 123 bytes");if(c=Buffer.allocUnsafe(2+u),c.writeUInt16BE(e,0),typeof r=="string")c.write(r,2);else if(xv(r))c.set(r,2);else throw new TypeError("Second argument must be a string or a Uint8Array")}}let d={[gt]:c.length,fin:!0,generateMask:this._generateMask,mask:i,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==kt?this.enqueue([this.dispatch,c,!1,d,o]):this.sendFrame(t.frame(c,d),o)}ping(e,r,i){let o,c;if(typeof e=="string"?(o=Buffer.byteLength(e),c=!1):Wr(e)?(o=e.size,c=!1):(e=Yn(e),o=e.length,c=Yn.readOnly),o>125)throw new RangeError("The data size must not be greater than 125 bytes");let d={[gt]:o,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:9,readOnly:c,rsv1:!1};Wr(e)?this._state!==kt?this.enqueue([this.getBlobData,e,!1,d,i]):this.getBlobData(e,!1,d,i):this._state!==kt?this.enqueue([this.dispatch,e,!1,d,i]):this.sendFrame(t.frame(e,d),i)}pong(e,r,i){let o,c;if(typeof e=="string"?(o=Buffer.byteLength(e),c=!1):Wr(e)?(o=e.size,c=!1):(e=Yn(e),o=e.length,c=Yn.readOnly),o>125)throw new RangeError("The data size must not be greater than 125 bytes");let d={[gt]:o,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:10,readOnly:c,rsv1:!1};Wr(e)?this._state!==kt?this.enqueue([this.getBlobData,e,!1,d,i]):this.getBlobData(e,!1,d,i):this._state!==kt?this.enqueue([this.dispatch,e,!1,d,i]):this.sendFrame(t.frame(e,d),i)}send(e,r,i){let o=this._extensions[sh.extensionName],c=r.binary?2:1,d=r.compress,u,f;typeof e=="string"?(u=Buffer.byteLength(e),f=!1):Wr(e)?(u=e.size,f=!1):(e=Yn(e),u=e.length,f=Yn.readOnly),this._firstFragment?(this._firstFragment=!1,d&&o&&o.params[o._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(d=u>=o._threshold),this._compress=d):(d=!1,c=0),r.fin&&(this._firstFragment=!0);let h={[gt]:u,fin:r.fin,generateMask:this._generateMask,mask:r.mask,maskBuffer:this._maskBuffer,opcode:c,readOnly:f,rsv1:d};Wr(e)?this._state!==kt?this.enqueue([this.getBlobData,e,this._compress,h,i]):this.getBlobData(e,this._compress,h,i):this._state!==kt?this.enqueue([this.dispatch,e,this._compress,h,i]):this.dispatch(e,this._compress,h,i)}getBlobData(e,r,i,o){this._bufferedBytes+=i[gt],this._state=yv,e.arrayBuffer().then(c=>{if(this._socket.destroyed){let u=new Error("The socket was closed while the blob was being read");process.nextTick(Nd,this,u,o);return}this._bufferedBytes-=i[gt];let d=Yn(c);r?this.dispatch(d,r,i,o):(this._state=kt,this.sendFrame(t.frame(d,i),o),this.dequeue())}).catch(c=>{process.nextTick(bv,this,c,o)})}dispatch(e,r,i,o){if(!r){this.sendFrame(t.frame(e,i),o);return}let c=this._extensions[sh.extensionName];this._bufferedBytes+=i[gt],this._state=_v,c.compress(e,i.fin,(d,u)=>{if(this._socket.destroyed){let f=new Error("The socket was closed while data was being compressed");Nd(this,f,o);return}this._bufferedBytes-=i[gt],this._state=kt,i.readOnly=!1,this.sendFrame(t.frame(u,i),o),this.dequeue()})}dequeue(){for(;this._state===kt&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][gt],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][gt],this._queue.push(e)}sendFrame(e,r){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],r),this._socket.uncork()):this._socket.write(e[0],r)}};ah.exports=Ld;function Nd(t,e,r){typeof r=="function"&&r(e);for(let i=0;i<t._queue.length;i++){let o=t._queue[i],c=o[o.length-1];typeof c=="function"&&c(e)}}function bv(t,e,r){Nd(t,e,r),t.onerror(e)}});var mh=ae((gR,ph)=>{"use strict";var{kForOnEventAttribute:ts,kListener:Bd}=en(),ch=Symbol("kCode"),dh=Symbol("kData"),lh=Symbol("kError"),uh=Symbol("kMessage"),fh=Symbol("kReason"),$r=Symbol("kTarget"),xh=Symbol("kType"),hh=Symbol("kWasClean"),nn=class{constructor(e){this[$r]=null,this[xh]=e}get target(){return this[$r]}get type(){return this[xh]}};Object.defineProperty(nn.prototype,"target",{enumerable:!0});Object.defineProperty(nn.prototype,"type",{enumerable:!0});var Qn=class extends nn{constructor(e,r={}){super(e),this[ch]=r.code===void 0?0:r.code,this[fh]=r.reason===void 0?"":r.reason,this[hh]=r.wasClean===void 0?!1:r.wasClean}get code(){return this[ch]}get reason(){return this[fh]}get wasClean(){return this[hh]}};Object.defineProperty(Qn.prototype,"code",{enumerable:!0});Object.defineProperty(Qn.prototype,"reason",{enumerable:!0});Object.defineProperty(Qn.prototype,"wasClean",{enumerable:!0});var Vr=class extends nn{constructor(e,r={}){super(e),this[lh]=r.error===void 0?null:r.error,this[uh]=r.message===void 0?"":r.message}get error(){return this[lh]}get message(){return this[uh]}};Object.defineProperty(Vr.prototype,"error",{enumerable:!0});Object.defineProperty(Vr.prototype,"message",{enumerable:!0});var ns=class extends nn{constructor(e,r={}){super(e),this[dh]=r.data===void 0?null:r.data}get data(){return this[dh]}};Object.defineProperty(ns.prototype,"data",{enumerable:!0});var Ev={addEventListener(t,e,r={}){for(let o of this.listeners(t))if(!r[ts]&&o[Bd]===e&&!o[ts])return;let i;if(t==="message")i=function(c,d){let u=new ns("message",{data:d?c:c.toString()});u[$r]=this,Ko(e,this,u)};else if(t==="close")i=function(c,d){let u=new Qn("close",{code:c,reason:d.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});u[$r]=this,Ko(e,this,u)};else if(t==="error")i=function(c){let d=new Vr("error",{error:c,message:c.message});d[$r]=this,Ko(e,this,d)};else if(t==="open")i=function(){let c=new nn("open");c[$r]=this,Ko(e,this,c)};else return;i[ts]=!!r[ts],i[Bd]=e,r.once?this.once(t,i):this.on(t,i)},removeEventListener(t,e){for(let r of this.listeners(t))if(r[Bd]===e&&!r[ts]){this.removeListener(t,r);break}}};ph.exports={CloseEvent:Qn,ErrorEvent:Vr,Event:nn,EventTarget:Ev,MessageEvent:ns};function Ko(t,e,r){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,r):t.call(e,r)}});var $o=ae((wR,gh)=>{"use strict";var{tokenChars:rs}=jr();function Ft(t,e,r){t[e]===void 0?t[e]=[r]:t[e].push(r)}function vv(t){let e=Object.create(null),r=Object.create(null),i=!1,o=!1,c=!1,d,u,f=-1,h=-1,g=-1,_=0;for(;_<t.length;_++)if(h=t.charCodeAt(_),d===void 0)if(g===-1&&rs[h]===1)f===-1&&(f=_);else if(_!==0&&(h===32||h===9))g===-1&&f!==-1&&(g=_);else if(h===59||h===44){if(f===-1)throw new SyntaxError(`Unexpected character at index ${_}`);g===-1&&(g=_);let y=t.slice(f,g);h===44?(Ft(e,y,r),r=Object.create(null)):d=y,f=g=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);else if(u===void 0)if(g===-1&&rs[h]===1)f===-1&&(f=_);else if(h===32||h===9)g===-1&&f!==-1&&(g=_);else if(h===59||h===44){if(f===-1)throw new SyntaxError(`Unexpected character at index ${_}`);g===-1&&(g=_),Ft(r,t.slice(f,g),!0),h===44&&(Ft(e,d,r),r=Object.create(null),d=void 0),f=g=-1}else if(h===61&&f!==-1&&g===-1)u=t.slice(f,_),f=g=-1;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(o){if(rs[h]!==1)throw new SyntaxError(`Unexpected character at index ${_}`);f===-1?f=_:i||(i=!0),o=!1}else if(c)if(rs[h]===1)f===-1&&(f=_);else if(h===34&&f!==-1)c=!1,g=_;else if(h===92)o=!0;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(h===34&&t.charCodeAt(_-1)===61)c=!0;else if(g===-1&&rs[h]===1)f===-1&&(f=_);else if(f!==-1&&(h===32||h===9))g===-1&&(g=_);else if(h===59||h===44){if(f===-1)throw new SyntaxError(`Unexpected character at index ${_}`);g===-1&&(g=_);let y=t.slice(f,g);i&&(y=y.replace(/\\/g,""),i=!1),Ft(r,u,y),h===44&&(Ft(e,d,r),r=Object.create(null),d=void 0),u=void 0,f=g=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);if(f===-1||c||h===32||h===9)throw new SyntaxError("Unexpected end of input");g===-1&&(g=_);let v=t.slice(f,g);return d===void 0?Ft(e,v,r):(u===void 0?Ft(r,v,!0):i?Ft(r,u,v.replace(/\\/g,"")):Ft(r,u,v),Ft(e,d,r)),e}function Sv(t){return Object.keys(t).map(e=>{let r=t[e];return Array.isArray(r)||(r=[r]),r.map(i=>[e].concat(Object.keys(i).map(o=>{let c=i[o];return Array.isArray(c)||(c=[c]),c.map(d=>d===!0?o:`${o}=${d}`).join("; ")})).join("; ")).join(", ")}).join(", ")}gh.exports={format:Sv,parse:vv}});var Yo=ae((bR,Ch)=>{"use strict";var Iv=fe("events"),Av=fe("https"),kv=fe("http"),yh=fe("net"),Tv=fe("tls"),{randomBytes:Cv,createHash:Rv}=fe("crypto"),{Duplex:_R,Readable:yR}=fe("stream"),{URL:Fd}=fe("url"),Cn=qr(),Dv=Od(),Pv=Md(),{isBlob:Ov}=jr(),{BINARY_TYPES:wh,CLOSE_TIMEOUT:Lv,EMPTY_BUFFER:Vo,GUID:Nv,kForOnEventAttribute:zd,kListener:Mv,kStatusCode:Bv,kWebSocket:We,NOOP:bh}=en(),{EventTarget:{addEventListener:Fv,removeEventListener:zv}}=mh(),{format:Uv,parse:Gv}=$o(),{toBuffer:Hv}=Qi(),Eh=Symbol("kAborted"),Ud=[8,13],rn=["CONNECTING","OPEN","CLOSING","CLOSED"],qv=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,ge=class t extends Iv{constructor(e,r,i){super(),this._binaryType=wh[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=Vo,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=t.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,r===void 0?r=[]:Array.isArray(r)||(typeof r=="object"&&r!==null?(i=r,r=[]):r=[r]),vh(this,e,r,i)):(this._autoPong=i.autoPong,this._closeTimeout=i.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){wh.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,r,i){let o=new Dv({allowSynchronousEvents:i.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxBufferedChunks:i.maxBufferedChunks,maxFragments:i.maxFragments,maxPayload:i.maxPayload,skipUTF8Validation:i.skipUTF8Validation}),c=new Pv(e,this._extensions,i.generateMask);this._receiver=o,this._sender=c,this._socket=e,o[We]=this,c[We]=this,e[We]=this,o.on("conclude",Kv),o.on("drain",$v),o.on("error",Vv),o.on("message",Jv),o.on("ping",Zv),o.on("pong",Yv),c.onerror=Xv,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),r.length>0&&e.unshift(r),e.on("close",Ah),e.on("data",Zo),e.on("end",kh),e.on("error",Th),this._readyState=t.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[Cn.extensionName]&&this._extensions[Cn.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,r){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){dt(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===t.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=t.CLOSING,this._sender.close(e,r,!this._isServer,i=>{i||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),Ih(this)}}pause(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,r,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(i=e,e=r=void 0):typeof r=="function"&&(i=r,r=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Gd(this,e,i);return}r===void 0&&(r=!this._isServer),this._sender.ping(e||Vo,r,i)}pong(e,r,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(i=e,e=r=void 0):typeof r=="function"&&(i=r,r=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Gd(this,e,i);return}r===void 0&&(r=!this._isServer),this._sender.pong(e||Vo,r,i)}resume(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,r,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof r=="function"&&(i=r,r={}),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Gd(this,e,i);return}let o={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...r};this._extensions[Cn.extensionName]||(o.compress=!1),this._sender.send(e||Vo,o,i)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){dt(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=t.CLOSING,this._socket.destroy())}}};Object.defineProperty(ge,"CONNECTING",{enumerable:!0,value:rn.indexOf("CONNECTING")});Object.defineProperty(ge.prototype,"CONNECTING",{enumerable:!0,value:rn.indexOf("CONNECTING")});Object.defineProperty(ge,"OPEN",{enumerable:!0,value:rn.indexOf("OPEN")});Object.defineProperty(ge.prototype,"OPEN",{enumerable:!0,value:rn.indexOf("OPEN")});Object.defineProperty(ge,"CLOSING",{enumerable:!0,value:rn.indexOf("CLOSING")});Object.defineProperty(ge.prototype,"CLOSING",{enumerable:!0,value:rn.indexOf("CLOSING")});Object.defineProperty(ge,"CLOSED",{enumerable:!0,value:rn.indexOf("CLOSED")});Object.defineProperty(ge.prototype,"CLOSED",{enumerable:!0,value:rn.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(t=>{Object.defineProperty(ge.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(ge.prototype,`on${t}`,{enumerable:!0,get(){for(let e of this.listeners(t))if(e[zd])return e[Mv];return null},set(e){for(let r of this.listeners(t))if(r[zd]){this.removeListener(t,r);break}typeof e=="function"&&this.addEventListener(t,e,{[zd]:!0})}})});ge.prototype.addEventListener=Fv;ge.prototype.removeEventListener=zv;Ch.exports=ge;function vh(t,e,r,i){let o={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:Lv,protocolVersion:Ud[1],maxBufferedChunks:1048576,maxFragments:131072,maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...i,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(t._autoPong=o.autoPong,t._closeTimeout=o.closeTimeout,!Ud.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${Ud.join(", ")})`);let c;if(e instanceof Fd)c=e;else try{c=new Fd(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}c.protocol==="http:"?c.protocol="ws:":c.protocol==="https:"&&(c.protocol="wss:"),t._url=c.href;let d=c.protocol==="wss:",u=c.protocol==="ws+unix:",f;if(c.protocol!=="ws:"&&!d&&!u?f=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:u&&!c.pathname?f="The URL's pathname is empty":c.hash&&(f="The URL contains a fragment identifier"),f){let I=new SyntaxError(f);if(t._redirects===0)throw I;Jo(t,I);return}let h=d?443:80,g=Cv(16).toString("base64"),_=d?Av.request:kv.request,v=new Set,y;if(o.createConnection=o.createConnection||(d?Wv:jv),o.defaultPort=o.defaultPort||h,o.port=c.port||h,o.host=c.hostname.startsWith("[")?c.hostname.slice(1,-1):c.hostname,o.headers={...o.headers,"Sec-WebSocket-Version":o.protocolVersion,"Sec-WebSocket-Key":g,Connection:"Upgrade",Upgrade:"websocket"},o.path=c.pathname+c.search,o.timeout=o.handshakeTimeout,o.perMessageDeflate&&(y=new Cn({...o.perMessageDeflate,isServer:!1,maxPayload:o.maxPayload}),o.headers["Sec-WebSocket-Extensions"]=Uv({[Cn.extensionName]:y.offer()})),r.length){for(let I of r){if(typeof I!="string"||!qv.test(I)||v.has(I))throw new SyntaxError("An invalid or duplicated subprotocol was specified");v.add(I)}o.headers["Sec-WebSocket-Protocol"]=r.join(",")}if(o.origin&&(o.protocolVersion<13?o.headers["Sec-WebSocket-Origin"]=o.origin:o.headers.Origin=o.origin),(c.username||c.password)&&(o.auth=`${c.username}:${c.password}`),u){let I=o.path.split(":");o.socketPath=I[0],o.path=I[1]}let E;if(o.followRedirects){if(t._redirects===0){t._originalIpc=u,t._originalSecure=d,t._originalHostOrSocketPath=u?o.socketPath:c.host;let I=i&&i.headers;if(i={...i,headers:{}},I)for(let[A,T]of Object.entries(I))i.headers[A.toLowerCase()]=T}else if(t.listenerCount("redirect")===0){let I=u?t._originalIpc?o.socketPath===t._originalHostOrSocketPath:!1:t._originalIpc?!1:c.host===t._originalHostOrSocketPath;(!I||t._originalSecure&&!d)&&(delete o.headers.authorization,delete o.headers.cookie,I||delete o.headers.host,o.auth=void 0)}o.auth&&!i.headers.authorization&&(i.headers.authorization="Basic "+Buffer.from(o.auth).toString("base64")),E=t._req=_(o),t._redirects&&t.emit("redirect",t.url,E)}else E=t._req=_(o);o.timeout&&E.on("timeout",()=>{dt(t,E,"Opening handshake has timed out")}),E.on("error",I=>{E===null||E[Eh]||(E=t._req=null,Jo(t,I))}),E.on("response",I=>{let A=I.headers.location,T=I.statusCode;if(A&&o.followRedirects&&T>=300&&T<400){if(++t._redirects>o.maxRedirects){dt(t,E,"Maximum redirects exceeded");return}E.abort();let D;try{D=new Fd(A,e)}catch{let R=new SyntaxError(`Invalid URL: ${A}`);Jo(t,R);return}vh(t,D,r,i)}else t.emit("unexpected-response",E,I)||dt(t,E,`Unexpected server response: ${I.statusCode}`)}),E.on("upgrade",(I,A,T)=>{if(t.emit("upgrade",I),t.readyState!==ge.CONNECTING)return;E=t._req=null;let D=I.headers.upgrade;if(D===void 0||D.toLowerCase()!=="websocket"){dt(t,A,"Invalid Upgrade header");return}let b=Rv("sha1").update(g+Nv).digest("base64");if(I.headers["sec-websocket-accept"]!==b){dt(t,A,"Invalid Sec-WebSocket-Accept header");return}let R=I.headers["sec-websocket-protocol"],P;if(R!==void 0?v.size?v.has(R)||(P="Server sent an invalid subprotocol"):P="Server sent a subprotocol but none was requested":v.size&&(P="Server sent no subprotocol"),P){dt(t,A,P);return}R&&(t._protocol=R);let B=I.headers["sec-websocket-extensions"];if(B!==void 0){if(!y){dt(t,A,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let M;try{M=Gv(B)}catch{dt(t,A,"Invalid Sec-WebSocket-Extensions header");return}let J=Object.keys(M);if(J.length!==1||J[0]!==Cn.extensionName){dt(t,A,"Server indicated an extension that was not requested");return}try{y.accept(M[Cn.extensionName])}catch{dt(t,A,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[Cn.extensionName]=y}t.setSocket(A,T,{allowSynchronousEvents:o.allowSynchronousEvents,generateMask:o.generateMask,maxBufferedChunks:o.maxBufferedChunks,maxFragments:o.maxFragments,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation})}),o.finishRequest?o.finishRequest(E,t):E.end()}function Jo(t,e){t._readyState=ge.CLOSING,t._errorEmitted=!0,t.emit("error",e),t.emitClose()}function jv(t){return t.path=t.socketPath,yh.connect(t)}function Wv(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=yh.isIP(t.host)?"":t.host),Tv.connect(t)}function dt(t,e,r){t._readyState=ge.CLOSING;let i=new Error(r);Error.captureStackTrace(i,dt),e.setHeader?(e[Eh]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(Jo,t,i)):(e.destroy(i),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function Gd(t,e,r){if(e){let i=Ov(e)?e.size:Hv(e).length;t._socket?t._sender._bufferedBytes+=i:t._bufferedAmount+=i}if(r){let i=new Error(`WebSocket is not open: readyState ${t.readyState} (${rn[t.readyState]})`);process.nextTick(r,i)}}function Kv(t,e){let r=this[We];r._closeFrameReceived=!0,r._closeMessage=e,r._closeCode=t,r._socket[We]!==void 0&&(r._socket.removeListener("data",Zo),process.nextTick(Sh,r._socket),t===1005?r.close():r.close(t,e))}function $v(){let t=this[We];t.isPaused||t._socket.resume()}function Vv(t){let e=this[We];e._socket[We]!==void 0&&(e._socket.removeListener("data",Zo),process.nextTick(Sh,e._socket),e.close(t[Bv])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t))}function _h(){this[We].emitClose()}function Jv(t,e){this[We].emit("message",t,e)}function Zv(t){let e=this[We];e._autoPong&&e.pong(t,!this._isServer,bh),e.emit("ping",t)}function Yv(t){this[We].emit("pong",t)}function Sh(t){t.resume()}function Xv(t){let e=this[We];e.readyState!==ge.CLOSED&&(e.readyState===ge.OPEN&&(e._readyState=ge.CLOSING,Ih(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t)))}function Ih(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),t._closeTimeout)}function Ah(){let t=this[We];if(this.removeListener("close",Ah),this.removeListener("data",Zo),this.removeListener("end",kh),t._readyState=ge.CLOSING,!this._readableState.endEmitted&&!t._closeFrameReceived&&!t._receiver._writableState.errorEmitted&&this._readableState.length!==0){let e=this.read(this._readableState.length);t._receiver.write(e)}t._receiver.end(),this[We]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",_h),t._receiver.on("finish",_h))}function Zo(t){this[We]._receiver.write(t)||this.pause()}function kh(){let t=this[We];t._readyState=ge.CLOSING,t._receiver.end(),this.end()}function Th(){let t=this[We];this.removeListener("error",Th),this.on("error",bh),t&&(t._readyState=ge.CLOSING,this.destroy())}});var Oh=ae((vR,Ph)=>{"use strict";var ER=Yo(),{Duplex:Qv}=fe("stream");function Rh(t){t.emit("close")}function eS(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Dh(t){this.removeListener("error",Dh),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function tS(t,e){let r=!0,i=new Qv({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return t.on("message",function(c,d){let u=!d&&i._readableState.objectMode?c.toString():c;i.push(u)||t.pause()}),t.once("error",function(c){i.destroyed||(r=!1,i.destroy(c))}),t.once("close",function(){i.destroyed||i.push(null)}),i._destroy=function(o,c){if(t.readyState===t.CLOSED){c(o),process.nextTick(Rh,i);return}let d=!1;t.once("error",function(f){d=!0,c(f)}),t.once("close",function(){d||c(o),process.nextTick(Rh,i)}),r&&t.terminate()},i._final=function(o){if(t.readyState===t.CONNECTING){t.once("open",function(){i._final(o)});return}t._socket!==null&&(t._socket._writableState.finished?(o(),i._readableState.endEmitted&&i.destroy()):(t._socket.once("finish",function(){o()}),t.close()))},i._read=function(){t.isPaused&&t.resume()},i._write=function(o,c,d){if(t.readyState===t.CONNECTING){t.once("open",function(){i._write(o,c,d)});return}t.send(o,d)},i.on("end",eS),i.on("error",Dh),i}Ph.exports=tS});var Hd=ae((SR,Lh)=>{"use strict";var{tokenChars:nS}=jr();function rS(t){let e=new Set,r=-1,i=-1,o=0;for(o;o<t.length;o++){let d=t.charCodeAt(o);if(i===-1&&nS[d]===1)r===-1&&(r=o);else if(o!==0&&(d===32||d===9))i===-1&&r!==-1&&(i=o);else if(d===44){if(r===-1)throw new SyntaxError(`Unexpected character at index ${o}`);i===-1&&(i=o);let u=t.slice(r,i);if(e.has(u))throw new SyntaxError(`The "${u}" subprotocol is duplicated`);e.add(u),r=i=-1}else throw new SyntaxError(`Unexpected character at index ${o}`)}if(r===-1||i!==-1)throw new SyntaxError("Unexpected end of input");let c=t.slice(r,o);if(e.has(c))throw new SyntaxError(`The "${c}" subprotocol is duplicated`);return e.add(c),e}Lh.exports={parse:rS}});var Gh=ae((AR,Uh)=>{"use strict";var iS=fe("events"),Xo=fe("http"),{Duplex:IR}=fe("stream"),{createHash:sS}=fe("crypto"),Nh=$o(),er=qr(),oS=Hd(),aS=Yo(),{CLOSE_TIMEOUT:cS,GUID:dS,kWebSocket:lS}=en(),uS=/^[+/0-9A-Za-z]{22}==$/,Mh=0,Bh=1,zh=2,qd=class extends iS{constructor(e,r){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxBufferedChunks:1024*1024,maxFragments:128*1024,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:cS,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:aS,...e},e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=Xo.createServer((i,o)=>{let c=Xo.STATUS_CODES[426];o.writeHead(426,{"Content-Length":c.length,"Content-Type":"text/plain"}),o.end(c)}),this._server.listen(e.port,e.host,e.backlog,r)):e.server&&(this._server=e.server),this._server){let i=this.emit.bind(this,"connection");this._removeListeners=fS(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(o,c,d)=>{this.handleUpgrade(o,c,d,i)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=Mh}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(this._state===zh){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(is,this);return}if(e&&this.once("close",e),this._state!==Bh)if(this._state=Bh,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick(is,this):process.nextTick(is,this);else{let r=this._server;this._removeListeners(),this._removeListeners=this._server=null,r.close(()=>{is(this)})}}shouldHandle(e){if(this.options.path){let r=e.url.indexOf("?");if((r!==-1?e.url.slice(0,r):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,r,i,o){r.on("error",Fh);let c=e.headers["sec-websocket-key"],d=e.headers.upgrade,u=+e.headers["sec-websocket-version"];if(e.method!=="GET"){tr(this,e,r,405,"Invalid HTTP method");return}if(d===void 0||d.toLowerCase()!=="websocket"){tr(this,e,r,400,"Invalid Upgrade header");return}if(c===void 0||!uS.test(c)){tr(this,e,r,400,"Missing or invalid Sec-WebSocket-Key header");return}if(u!==13&&u!==8){tr(this,e,r,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){ss(r,400);return}let f=e.headers["sec-websocket-protocol"],h=new Set;if(f!==void 0)try{h=oS.parse(f)}catch{tr(this,e,r,400,"Invalid Sec-WebSocket-Protocol header");return}let g=e.headers["sec-websocket-extensions"],_={};if(this.options.perMessageDeflate&&g!==void 0){let v=new er({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let y=Nh.parse(g);y[er.extensionName]&&(v.accept(y[er.extensionName]),_[er.extensionName]=v)}catch{tr(this,e,r,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let v={origin:e.headers[`${u===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(v,(y,E,I,A)=>{if(!y)return ss(r,E||401,I,A);this.completeUpgrade(_,c,h,e,r,i,o)});return}if(!this.options.verifyClient(v))return ss(r,401)}this.completeUpgrade(_,c,h,e,r,i,o)}completeUpgrade(e,r,i,o,c,d,u){if(!c.readable||!c.writable)return c.destroy();if(c[lS])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>Mh)return ss(c,503);let h=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${sS("sha1").update(r+dS).digest("base64")}`],g=new this.options.WebSocket(null,void 0,this.options);if(i.size){let _=this.options.handleProtocols?this.options.handleProtocols(i,o):i.values().next().value;_&&(h.push(`Sec-WebSocket-Protocol: ${_}`),g._protocol=_)}if(e[er.extensionName]){let _=e[er.extensionName].params,v=Nh.format({[er.extensionName]:[_]});h.push(`Sec-WebSocket-Extensions: ${v}`),g._extensions=e}this.emit("headers",h,o),c.write(h.concat(`\r
|
|
10
|
+
`),this.stream=void 0;return}this.currentDate!==void 0&&ps(this.dir,this.prefix,e,this.opts.retentionDays),this.currentDate=e}close(){this.stream?.end(),this.stream=void 0,this.currentDate=void 0}}});import{appendFileSync as eg,mkdirSync as tg}from"node:fs";import{join as ng}from"node:path";function Pl(t){let e=t.retentionDays??sg,r=t.clock??(()=>Pn(new Date));gs={bridgeSink:new ni(t.bridgeLogsDir,"bridge",{retentionDays:e,clock:r}),agentSinks:new Map,makeAgentSink:o=>new ni(t.agentLogsDir(o),"agent",{retentionDays:e,clock:r})};let i=r();ps(t.bridgeLogsDir,"bridge",i,e);for(let o of t.listAgentIds?.()??[])ps(t.agentLogsDir(o),"agent",i,e)}function og(t,e){let r=t.agentSinks.get(e);return r||(r=t.makeAgentSink(e),t.agentSinks.set(e,r)),r}function Dl(t){Fa=t}function Ol(t){return cr[Fa]<=cr[t]}function Ll(t,e){let r=cr[t];return r===void 0?!0:r>=cr[e]}function ws(t){Cl={...t}}function Nl(t){let e=(u,f=2)=>String(u).padStart(f,"0"),r=-t.getTimezoneOffset(),i=r>=0?"+":"-",o=Math.abs(r),c=e(Math.floor(o/60)),d=e(o%60);return`${Pn(t)}T${e(t.getHours())}:${e(t.getMinutes())}:${e(t.getSeconds())}.${e(t.getMilliseconds(),3)}${i}${c}:${d}`}function rt(t,e,r,i,o){try{let c=`${JSON.stringify({ts:Nl(new Date),level:e,module:r,msg:i,...o})}
|
|
11
|
+
`;tg(t,{recursive:!0}),eg(ng(t,ar("bridge",Pn(new Date))),c)}catch{}}function ag(t,e){if(t)return t;let r=e?.agentId;return typeof r=="string"&&r.length>0?r:void 0}function ms(t,e,r,i,o){if(cr[t]<cr[Fa])return;let c=`${JSON.stringify({ts:Nl(new Date),level:t,module:e,msg:r,...Cl,...i})}
|
|
12
|
+
`;if(gs){let d=ag(o,i),u=d?og(gs,d):gs.bridgeSink;try{u.write(c)}catch{process.stderr.write(c)}return}t==="error"||t==="warn"?ig.write(c):rg.write(c)}function G(t,e){return{debug:(r,i)=>ms("debug",t,r,i,e),info:(r,i)=>ms("info",t,r,i,e),warn:(r,i)=>ms("warn",t,r,i,e),error:(r,i)=>ms("error",t,r,i,e),child:r=>G(`${t}.${r}`,e),forAgent:r=>G(t,r)}}var cr,Fa,rg,ig,Cl,sg,gs,te=nt(()=>{"use strict";or();Ba();cr={debug:10,info:20,warn:30,error:40},Fa=(()=>{let t=process.env.COZE_BRIDGE_LOG_LEVEL;return t==="debug"||t==="info"||t==="warn"||t==="error"?t:"info"})(),rg=process.stdout,ig=process.stderr,Cl={},sg=Ve("COZE_BRIDGE_LOG_RETENTION_DAYS",30),gs=null});var k,Ke=nt(()=>{"use strict";k=class extends Error{code;retriable;cause;constructor(e,r,i){super(r),this.name="BridgeError",this.code=e,this.retriable=i?.retriable??!1,i?.cause!==void 0&&(this.cause=i.cause)}}});var zl={};Na(zl,{ACP_WRAPPER_NPM_PACKAGES:()=>_s,_resetAcpInstallerForTests:()=>hg,_setBinaryPathCacheForTests:()=>xg,buildAcpSpawn:()=>ii,ensureAcpInstalled:()=>dr,getAcpBinaryPath:()=>ys,pickWhichLine:()=>Ga,probeAcpVersion:()=>fg,resolveAcpCommand:()=>Fl});import{readFileSync as Ml}from"node:fs";import{createRequire as cg}from"node:module";import{dirname as dg,resolve as lg}from"node:path";function Ga(t){let e=t.split(/\r?\n/).map(i=>i.trim()).filter(Boolean);if(e.length===0)return;if(process.platform!=="win32")return e[0];let r=i=>e.find(o=>o.toLowerCase().endsWith(i));return r(".cmd")??r(".exe")??r(".bat")??r(".ps1")??e[0]}function ug(t){let e=Bl.resolve(`${t.npmPackage}/package.json`),r=dg(e),i=JSON.parse(Ml(e,"utf8")),o=typeof i.bin=="string"?i.bin:i.bin?.[t.binary];if(!o)throw new Error(`${t.npmPackage} package.json \u7F3A bin[${t.binary}]`);return lg(r,o)}async function dr(t,e){let r=Ua[t];if(!r)throw new k("BRIDGE_INTERNAL",`ensureAcpInstalled called for non-npm framework: ${t}`);let i=ri.get(t);if(i)return i;try{let o=ug(r);return ri.set(t,o),za.info("acp wrapper resolved",{framework:t,binary:r.binary,path:o}),o}catch(o){throw za.warn("acp wrapper \u89E3\u6790\u5931\u8D25 (\u672A\u968F\u5305\u56FA\u5316\u5230 lib/node_modules?)",{framework:t,npmPackage:r.npmPackage,err:String(o)}),new k("AGENT_DEPENDENCY_INSTALL_FAILED",[`ACP wrapper \u672A\u5C31\u7EEA: ${r.npmPackage} (framework=${t})`,"\u8BE5 wrapper \u968F coze-bridge \u4E00\u8D77\u5B89\u88C5 (\u56FA\u5316\u5230 ~/.coze/bridge/lib/node_modules)\u3002","\u8BF7\u91CD\u8DD1 `coze-bridge pair` / `connect` \u89E6\u53D1\u56FA\u5316\u5B89\u88C5; \u82E5\u4ECD\u5931\u8D25, \u68C0\u67E5\u7F51\u7EDC / npm \u7F13\u5B58\u3002"].join(`
|
|
13
|
+
`),{cause:o})}}async function fg(t){let e=Ua[t];if(e)try{let r=Bl.resolve(`${e.npmPackage}/package.json`),i=JSON.parse(Ml(r,"utf8"));return typeof i.version=="string"&&i.version.length>0?i.version:void 0}catch(r){za.warn("acp wrapper probe: \u89E3\u6790 package.json \u5931\u8D25",{framework:t,npmPackage:e.npmPackage,err:String(r)});return}}function ys(t){return ri.get(t)}function Fl(t,e){if(e)return e;let r=ys(t);if(!r)throw new k("BRIDGE_INTERNAL",`${t} ACP wrapper \u8DEF\u5F84\u672A\u89E3\u6790 (ensureAcpInstalled \u672A\u5728\u6784\u9020\u524D\u8DD1\u901A)`);return r}function ii(t,e,r){if(e)return{command:e,args:[...r]};let i=Fl(t);return{command:process.execPath,args:[i,...r]}}function hg(){ri.clear()}function xg(t,e){ri.set(t,e)}var za,Ua,_s,Bl,ri,dn=nt(()=>{"use strict";Ke();te();za=G("agents.acp-installer"),Ua={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@agentclientprotocol/codex-acp",binary:"codex-acp"}},_s=Object.values(Ua).filter(t=>t!==void 0).map(t=>t.npmPackage),Bl=cg(import.meta.url),ri=new Map});import{chmod as mg,mkdir as gg,readFile as wg,rename as _g,rm as yg,writeFile as Eg}from"node:fs/promises";import{dirname as bg}from"node:path";async function lr(t){try{let e=await wg(t,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function ut(t,e,r){await gg(bg(t),{recursive:!0});let i=`${t}.tmp-${process.pid}-${Math.random().toString(36).slice(2,10)}`;try{await Eg(i,e,{encoding:"utf8",mode:r?.mode}),await _g(i,t),r?.mode!==void 0&&await mg(t,r.mode)}catch(o){throw await yg(i,{force:!0}).catch(()=>{}),o}}async function ur(t,e,r){await ut(t,`${JSON.stringify(e,null,2)}
|
|
14
|
+
`,r)}var qt=nt(()=>{"use strict"});import{promises as Hl,readdirSync as vg}from"node:fs";import{homedir as Sg}from"node:os";import{sep as Ig,join as Te,resolve as ql}from"node:path";function J(t){let e=t??Sg(),r=Te(e,".coze"),i=Te(r,"bridge"),o=Te(i,"lib"),c=Te(i,"logs");return{cozeRoot:r,bridgeRoot:i,libDir:o,libEntry:Te(o,"index.js"),binDir:Te(i,"bin"),pidFile:Te(i,"bridge.pid"),portFile:Te(i,"bridge.port"),tokenFile:Te(i,"bridge.token"),patTokenFile:Te(i,"pat-token"),agentEnvFile:Te(i,"agent-env.json"),logFile:Te(i,"bridge.log"),bridgeLogsDir:c,daemonStdioLog:Te(c,"daemon-stdio.log"),installLock:Te(i,"install.lock"),configFile:Te(i,"config.json"),agentsRoot:Te(r,"agents")}}function Fe(t,e=J()){let r=Te(e.agentsRoot,t);return{root:r,config:Te(r,"config.json"),workspace:Te(r,"workspace"),logs:Te(r,"logs")}}function Es(t=J()){try{return vg(t.agentsRoot,{withFileTypes:!0}).filter(e=>e.isDirectory()).map(e=>e.name)}catch{return[]}}async function si(t,e){let r=await Hl.realpath(ql(t)).catch(()=>null);if(!r)return!1;let i=await Hl.realpath(ql(e)).catch(()=>null);if(!i)return!1;let o=process.platform==="win32"?r.toLowerCase():r,c=process.platform==="win32"?i.toLowerCase():i;return o===c||o.startsWith(c+Ig)}var Re=nt(()=>{"use strict"});var vs={};Na(vs,{AGENT_CONFIG_FILE_MODE:()=>bs,enforceAgentConfigMode:()=>Tg,loadAgentConfig:()=>ve,persistAgentSessions:()=>oi,persistAgentSkills:()=>ai,saveAgentConfig:()=>ze});import{chmod as Ag,stat as kg}from"node:fs/promises";function ve(t,e){return lr(Fe(t,e).config)}function ze(t,e){return ur(Fe(t.agentId,e).config,t,{mode:bs})}async function Tg(t,e){if(process.platform==="win32")return;let r=Fe(t,e).config;try{let i=await kg(r);if(!i.isFile())return;let o=i.mode&511;o!==bs&&(await Ag(r,bs),jl.warn("agent config mode auto-corrected to 0600",{path:r,from:o.toString(8)}))}catch(i){if(i.code==="ENOENT")return;jl.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:r,err:String(i)})}}async function oi(t,e,r){let i=await ve(t,r);i&&(i.sessions=Object.fromEntries(e),await ze(i,r))}async function ai(t,e,r){let i=await ve(t,r);i&&(i.skills=e,await ze(i,r))}var jl,bs,jt=nt(()=>{"use strict";qt();te();Re();jl=G("agent-config"),bs=384});var ja=ae((II,$l)=>{$l.exports={LOCHDR:30,LOCSIG:67324752,LOCVER:4,LOCFLG:6,LOCHOW:8,LOCTIM:10,LOCCRC:14,LOCSIZ:18,LOCLEN:22,LOCNAM:26,LOCEXT:28,EXTSIG:134695760,EXTHDR:16,EXTCRC:4,EXTSIZ:8,EXTLEN:12,CENHDR:46,CENSIG:33639248,CENVEM:4,CENVER:6,CENFLG:8,CENHOW:10,CENTIM:12,CENCRC:16,CENSIZ:20,CENLEN:24,CENNAM:28,CENEXT:30,CENCOM:32,CENDSK:34,CENATT:36,CENATX:38,CENOFF:42,ENDHDR:22,ENDSIG:101010256,ENDSUB:8,ENDTOT:10,ENDSIZ:12,ENDOFF:16,ENDCOM:20,END64HDR:20,END64SIG:117853008,END64START:4,END64OFF:8,END64NUMDISKS:16,ZIP64SIG:101075792,ZIP64HDR:56,ZIP64LEAD:12,ZIP64SIZE:4,ZIP64VEM:12,ZIP64VER:14,ZIP64DSK:16,ZIP64DSKDIR:20,ZIP64SUB:24,ZIP64TOT:32,ZIP64SIZB:40,ZIP64OFF:48,ZIP64EXTRA:56,STORED:0,SHRUNK:1,REDUCED1:2,REDUCED2:3,REDUCED3:4,REDUCED4:5,IMPLODED:6,DEFLATED:8,ENHANCED_DEFLATED:9,PKWARE:10,BZIP2:12,LZMA:14,IBM_TERSE:18,IBM_LZ77:19,AES_ENCRYPT:99,FLG_ENC:1,FLG_COMP1:2,FLG_COMP2:4,FLG_DESC:8,FLG_ENH:16,FLG_PATCH:32,FLG_STR:64,FLG_EFS:2048,FLG_MSK:4096,FILE:2,BUFFER:1,NONE:0,EF_ID:0,EF_SIZE:2,ID_ZIP64:1,ID_AVINFO:7,ID_PFS:8,ID_OS2:9,ID_NTFS:10,ID_OPENVMS:12,ID_UNIX:13,ID_FORK:14,ID_PATCH:15,ID_X509_PKCS7:20,ID_X509_CERTID_F:21,ID_X509_CERTID_C:22,ID_STRONGENC:23,ID_RECORD_MGT:24,ID_X509_PKCS7_RL:25,ID_IBM1:101,ID_IBM2:102,ID_POSZIP:18064,EF_ZIP64_OR_32:4294967295,EF_ZIP64_OR_16:65535,EF_ZIP64_SUNCOMP:0,EF_ZIP64_SCOMP:8,EF_ZIP64_RHO:16,EF_ZIP64_DSN:24}});var Is=ae(Vl=>{var Yl={INVALID_LOC:"Invalid LOC header (bad signature)",INVALID_CEN:"Invalid CEN header (bad signature)",INVALID_END:"Invalid END header (bad signature)",DESCRIPTOR_NOT_EXIST:"No descriptor present",DESCRIPTOR_UNKNOWN:"Unknown descriptor format",DESCRIPTOR_FAULTY:"Descriptor data is malformed",NO_DATA:"Nothing to decompress",BAD_CRC:"CRC32 checksum failed {0}",FILE_IN_THE_WAY:"There is a file in the way: {0}",UNKNOWN_METHOD:"Invalid/unsupported compression method",AVAIL_DATA:"inflate::Available inflate data did not terminate",INVALID_DISTANCE:"inflate::Invalid literal/length or distance code in fixed or dynamic block",TO_MANY_CODES:"inflate::Dynamic block code description: too many length or distance codes",INVALID_REPEAT_LEN:"inflate::Dynamic block code description: repeat more than specified lengths",INVALID_REPEAT_FIRST:"inflate::Dynamic block code description: repeat lengths with no first length",INCOMPLETE_CODES:"inflate::Dynamic block code description: code lengths codes incomplete",INVALID_DYN_DISTANCE:"inflate::Dynamic block code description: invalid distance code lengths",INVALID_CODES_LEN:"inflate::Dynamic block code description: invalid literal/length code lengths",INVALID_STORE_BLOCK:"inflate::Stored block length did not match one's complement",INVALID_BLOCK_TYPE:"inflate::Invalid block type (type == 3)",CANT_EXTRACT_FILE:"Could not extract the file",CANT_OVERRIDE:"Target file already exists",DISK_ENTRY_TOO_LARGE:"Number of disk entries is too large",NO_ZIP:"No zip file was loaded",NO_ENTRY:"Entry doesn't exist",DIRECTORY_CONTENT_ERROR:"A directory cannot have content",FILE_NOT_FOUND:'File not found: "{0}"',NOT_IMPLEMENTED:"Not implemented",INVALID_FILENAME:"Invalid filename",INVALID_FORMAT:"Invalid or unsupported zip format. No END header found",INVALID_PASS_PARAM:"Incompatible password parameter",WRONG_PASSWORD:"Wrong Password",COMMENT_TOO_LONG:"Comment is too long",EXTRA_FIELD_PARSE_ERROR:"Extra field parsing error"};function Lg(t){return function(...e){return e.length&&(t=t.replace(/\{(\d)\}/g,(r,i)=>e[i]||"")),new Error("ADM-ZIP: "+t)}}for(let t of Object.keys(Yl))Vl[t]=Lg(Yl[t])});var eu=ae((kI,Ql)=>{var Ng=fe("fs"),Ne=fe("path"),Jl=ja(),Mg=Is(),Bg=typeof process=="object"&&process.platform==="win32",Zl=t=>typeof t=="object"&&t!==null,Xl=new Uint32Array(256).map((t,e)=>{for(let r=0;r<8;r++)(e&1)!==0?e=3988292384^e>>>1:e>>>=1;return e>>>0});function Se(t){this.sep=Ne.sep,this.fs=Ng,Zl(t)&&Zl(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}Ql.exports=Se;Se.prototype.makeDir=function(t){let e=this;function r(i){let o=i.split(e.sep)[0];i.split(e.sep).forEach(function(c){if(!(!c||c.substr(-1,1)===":")){o+=e.sep+c;var d;try{d=e.fs.statSync(o)}catch(u){if(u.message&&u.message.startsWith("ENOENT"))e.fs.mkdirSync(o);else throw u}if(d&&d.isFile())throw Mg.FILE_IN_THE_WAY(`"${o}"`)}})}r(t)};Se.prototype.writeFileTo=function(t,e,r,i){let o=this;if(o.fs.existsSync(t)){if(!r)return!1;var c=o.fs.statSync(t);if(c.isDirectory())return!1}var d=Ne.dirname(t);o.fs.existsSync(d)||o.makeDir(d);var u;try{u=o.fs.openSync(t,"w",438)}catch{o.fs.chmodSync(t,438),u=o.fs.openSync(t,"w",438)}if(u)try{o.fs.writeSync(u,e,0,e.length,0)}finally{o.fs.closeSync(u)}return o.fs.chmodSync(t,i||438),!0};Se.prototype.writeFileToAsync=function(t,e,r,i,o){typeof i=="function"&&(o=i,i=void 0);let c=this;c.fs.exists(t,function(d){if(d&&!r)return o(!1);c.fs.stat(t,function(u,f){if(d&&f.isDirectory())return o(!1);var x=Ne.dirname(t);c.fs.exists(x,function(g){g||c.makeDir(x),c.fs.open(t,"w",438,function(w,S){w?c.fs.chmod(t,438,function(){c.fs.open(t,"w",438,function(y,v){c.fs.write(v,e,0,e.length,0,function(){c.fs.close(v,function(){c.fs.chmod(t,i||438,function(){o(!0)})})})})}):S?c.fs.write(S,e,0,e.length,0,function(){c.fs.close(S,function(){c.fs.chmod(t,i||438,function(){o(!0)})})}):c.fs.chmod(t,i||438,function(){o(!0)})})})})})};Se.prototype.findFiles=function(t){let e=this;function r(i,o,c){typeof o=="boolean"&&(c=o,o=void 0);let d=[];return e.fs.readdirSync(i).forEach(function(u){let f=Ne.join(i,u),x=e.fs.statSync(f);(!o||o.test(f))&&d.push(Ne.normalize(f)+(x.isDirectory()?e.sep:"")),x.isDirectory()&&c&&(d=d.concat(r(f,o,c)))}),d}return r(t,void 0,!0)};Se.prototype.findFilesAsync=function(t,e){let r=this,i=[];r.fs.readdir(t,function(o,c){if(o)return e(o);let d=c.length;if(!d)return e(null,i);c.forEach(function(u){u=Ne.join(t,u),r.fs.stat(u,function(f,x){if(f)return e(f);x&&(i.push(Ne.normalize(u)+(x.isDirectory()?r.sep:"")),x.isDirectory()?r.findFilesAsync(u,function(g,w){if(g)return e(g);i=i.concat(w),--d||e(null,i)}):--d||e(null,i))})})})};Se.prototype.getAttributes=function(){};Se.prototype.setAttributes=function(){};Se.crc32update=function(t,e){return Xl[(t^e)&255]^t>>>8};Se.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,r=-1;for(let i=0;i<e;)r=Se.crc32update(r,t[i++]);return~r>>>0};Se.methodToString=function(t){switch(t){case Jl.STORED:return"STORED ("+t+")";case Jl.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};Se.canonical=function(t){if(!t)return"";let e=Ne.posix.normalize("/"+t.split("\\").join("/"));return Ne.join(".",e)};Se.zipnamefix=function(t){if(!t)return"";let e=Ne.posix.normalize("/"+t.split("\\").join("/"));return Ne.posix.join(".",e)};Se.findLast=function(t,e){if(!Array.isArray(t))throw new TypeError("arr is not array");let r=t.length>>>0;for(let i=r-1;i>=0;i--)if(e(t[i],i,t))return t[i]};Se.sanitize=function(t,e){t=Ne.resolve(Ne.normalize(t));for(var r=e.split("/"),i=0,o=r.length;i<o;i++){var c=Ne.normalize(Ne.join(t,r.slice(i,o).join(Ne.sep)));if(c.indexOf(t)===0)return c}return Ne.normalize(Ne.join(t,Ne.basename(e)))};Se.toBuffer=function(e,r){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?r(e):Buffer.alloc(0)};Se.readBigUInt64LE=function(t,e){let r=t.readUInt32LE(e);return t.readUInt32LE(e+4)*4294967296+r};Se.fromDOS2Date=function(t){return new Date((t>>25&127)+1980,Math.max((t>>21&15)-1,0),Math.max(t>>16&31,1),t>>11&31,t>>5&63,(t&31)<<1)};Se.fromDate2DOS=function(t){let e=0,r=0;return t.getFullYear()>1979&&(e=(t.getFullYear()-1980&127)<<9|t.getMonth()+1<<5|t.getDate(),r=t.getHours()<<11|t.getMinutes()<<5|t.getSeconds()>>1),e<<16|r};Se.isWin=Bg;Se.crcTable=Xl});var nu=ae((TI,tu)=>{var Fg=fe("path");tu.exports=function(t,{fs:e}){var r=t||"",i=c(),o=null;function c(){return{directory:!1,readonly:!1,hidden:!1,executable:!1,mtime:0,atime:0}}return r&&e.existsSync(r)?(o=e.statSync(r),i.directory=o.isDirectory(),i.mtime=o.mtime,i.atime=o.atime,i.executable=(73&o.mode)!==0,i.readonly=(128&o.mode)===0,i.hidden=Fg.basename(r)[0]==="."):console.warn("Invalid path: "+r),{get directory(){return i.directory},get readOnly(){return i.readonly},get hidden(){return i.hidden},get mtime(){return i.mtime},get atime(){return i.atime},get executable(){return i.executable},decodeAttributes:function(){},encodeAttributes:function(){},toJSON:function(){return{path:r,isDirectory:i.directory,isReadOnly:i.readonly,isHidden:i.hidden,isExecutable:i.executable,mTime:i.mtime,aTime:i.atime}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var iu=ae((RI,ru)=>{ru.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var xr=ae((CI,hr)=>{hr.exports=eu();hr.exports.Constants=ja();hr.exports.Errors=Is();hr.exports.FileAttr=nu();hr.exports.decoder=iu()});var ou=ae((PI,su)=>{var ln=xr(),U=ln.Constants;su.exports=function(){var t=20,e=10,r=0,i=0,o=0,c=0,d=0,u=0,f=0,x=0,g=0,w=0,S=0,y=0,v=0;t|=ln.isWin?2560:768,r|=U.FLG_EFS;let I={extraLen:0},A=b=>Math.max(0,b)>>>0,R=b=>Math.max(0,b)&65535,D=b=>Math.max(0,b)&255;return o=ln.fromDate2DOS(new Date),{get made(){return t},set made(b){t=b},get version(){return e},set version(b){e=b},get flags(){return r},set flags(b){r=b},get flags_efs(){return(r&U.FLG_EFS)>0},set flags_efs(b){b?r|=U.FLG_EFS:r&=~U.FLG_EFS},get flags_desc(){return(r&U.FLG_DESC)>0},set flags_desc(b){b?r|=U.FLG_DESC:r&=~U.FLG_DESC},get method(){return i},set method(b){switch(b){case U.STORED:this.version=10;case U.DEFLATED:default:this.version=20}i=b},get time(){return ln.fromDOS2Date(this.timeval)},set time(b){b=new Date(b),this.timeval=ln.fromDate2DOS(b)},get timeval(){return o},set timeval(b){o=A(b)},get timeHighByte(){return D(o>>>8)},get crc(){return c},set crc(b){c=A(b)},get compressedSize(){return d},set compressedSize(b){d=A(b)},get size(){return u},set size(b){u=A(b)},get fileNameLength(){return f},set fileNameLength(b){f=b},get extraLength(){return x},set extraLength(b){x=b},get extraLocalLength(){return I.extraLen},set extraLocalLength(b){I.extraLen=b},get commentLength(){return g},set commentLength(b){g=b},get diskNumStart(){return w},set diskNumStart(b){w=A(b)},get inAttr(){return S},set inAttr(b){S=A(b)},get attr(){return y},set attr(b){y=A(b)},get fileAttr(){return(y||0)>>16&4095},get offset(){return v},set offset(b){v=A(b)},get encrypted(){return(r&U.FLG_ENC)===U.FLG_ENC},get centralHeaderSize(){return U.CENHDR+f+x+g},get realDataOffset(){return v+U.LOCHDR+I.fnameLen+I.extraLen},get localHeader(){return I},loadLocalHeaderFromBinary:function(b){var P=b.slice(v,v+U.LOCHDR);if(P.readUInt32LE(0)!==U.LOCSIG)throw ln.Errors.INVALID_LOC();I.version=P.readUInt16LE(U.LOCVER),I.flags=P.readUInt16LE(U.LOCFLG),I.flags_desc=(I.flags&U.FLG_DESC)>0,I.method=P.readUInt16LE(U.LOCHOW),I.time=P.readUInt32LE(U.LOCTIM),I.crc=P.readUInt32LE(U.LOCCRC),I.compressedSize=P.readUInt32LE(U.LOCSIZ),I.size=P.readUInt32LE(U.LOCLEN),I.fnameLen=P.readUInt16LE(U.LOCNAM),I.extraLen=P.readUInt16LE(U.LOCEXT);let O=v+U.LOCHDR+I.fnameLen,B=O+I.extraLen;return b.slice(O,B)},loadFromBinary:function(b){if(b.length!==U.CENHDR||b.readUInt32LE(0)!==U.CENSIG)throw ln.Errors.INVALID_CEN();t=b.readUInt16LE(U.CENVEM),e=b.readUInt16LE(U.CENVER),r=b.readUInt16LE(U.CENFLG),i=b.readUInt16LE(U.CENHOW),o=b.readUInt32LE(U.CENTIM),c=b.readUInt32LE(U.CENCRC),d=b.readUInt32LE(U.CENSIZ),u=b.readUInt32LE(U.CENLEN),f=b.readUInt16LE(U.CENNAM),x=b.readUInt16LE(U.CENEXT),g=b.readUInt16LE(U.CENCOM),w=b.readUInt16LE(U.CENDSK),S=b.readUInt16LE(U.CENATT),y=b.readUInt32LE(U.CENATX),v=b.readUInt32LE(U.CENOFF)},localHeaderToBinary:function(){var b=Buffer.alloc(U.LOCHDR);return b.writeUInt32LE(U.LOCSIG,0),b.writeUInt16LE(e,U.LOCVER),b.writeUInt16LE(r,U.LOCFLG),b.writeUInt16LE(i,U.LOCHOW),b.writeUInt32LE(o,U.LOCTIM),b.writeUInt32LE(c,U.LOCCRC),b.writeUInt32LE(d,U.LOCSIZ),b.writeUInt32LE(u,U.LOCLEN),b.writeUInt16LE(f,U.LOCNAM),b.writeUInt16LE(I.extraLen,U.LOCEXT),b},centralHeaderToBinary:function(){var b=Buffer.alloc(U.CENHDR+f+x+g);return b.writeUInt32LE(U.CENSIG,0),b.writeUInt16LE(t,U.CENVEM),b.writeUInt16LE(e,U.CENVER),b.writeUInt16LE(r,U.CENFLG),b.writeUInt16LE(i,U.CENHOW),b.writeUInt32LE(o,U.CENTIM),b.writeUInt32LE(c,U.CENCRC),b.writeUInt32LE(d,U.CENSIZ),b.writeUInt32LE(u,U.CENLEN),b.writeUInt16LE(f,U.CENNAM),b.writeUInt16LE(x,U.CENEXT),b.writeUInt16LE(g,U.CENCOM),b.writeUInt16LE(w,U.CENDSK),b.writeUInt16LE(S,U.CENATT),b.writeUInt32LE(y,U.CENATX),b.writeUInt32LE(v,U.CENOFF),b},toJSON:function(){let b=function(P){return P+" bytes"};return{made:t,version:e,flags:r,method:ln.methodToString(i),time:this.time,crc:"0x"+c.toString(16).toUpperCase(),compressedSize:b(d),size:b(u),fileNameLength:b(f),extraLength:b(x),commentLength:b(g),diskNumStart:w,inAttr:S,attr:y,offset:v,centralHeaderSize:b(U.CENHDR+f+x+g)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var cu=ae((DI,au)=>{var pr=xr(),ye=pr.Constants;au.exports=function(){var t=0,e=0,r=0,i=0,o=0;return{get diskEntries(){return t},set diskEntries(c){t=e=c},get totalEntries(){return e},set totalEntries(c){e=t=c},get size(){return r},set size(c){r=c},get offset(){return i},set offset(c){i=c},get commentLength(){return o},set commentLength(c){o=c},get mainHeaderSize(){return ye.ENDHDR+o},loadFromBinary:function(c){if((c.length!==ye.ENDHDR||c.readUInt32LE(0)!==ye.ENDSIG)&&(c.length<ye.ZIP64HDR||c.readUInt32LE(0)!==ye.ZIP64SIG))throw pr.Errors.INVALID_END();c.readUInt32LE(0)===ye.ENDSIG?(t=c.readUInt16LE(ye.ENDSUB),e=c.readUInt16LE(ye.ENDTOT),r=c.readUInt32LE(ye.ENDSIZ),i=c.readUInt32LE(ye.ENDOFF),o=c.readUInt16LE(ye.ENDCOM)):(t=pr.readBigUInt64LE(c,ye.ZIP64SUB),e=pr.readBigUInt64LE(c,ye.ZIP64TOT),r=pr.readBigUInt64LE(c,ye.ZIP64SIZE),i=pr.readBigUInt64LE(c,ye.ZIP64OFF),o=0)},toBinary:function(){var c=Buffer.alloc(ye.ENDHDR+o);return c.writeUInt32LE(ye.ENDSIG,0),c.writeUInt32LE(0,4),c.writeUInt16LE(t,ye.ENDSUB),c.writeUInt16LE(e,ye.ENDTOT),c.writeUInt32LE(r,ye.ENDSIZ),c.writeUInt32LE(i,ye.ENDOFF),c.writeUInt16LE(o,ye.ENDCOM),c.fill(" ",ye.ENDHDR),c},toJSON:function(){let c=function(d,u){let f=d.toString(16).toUpperCase();for(;f.length<u;)f="0"+f;return"0x"+f};return{diskEntries:t,totalEntries:e,size:r+" bytes",offset:c(i,4),commentLength:o}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var Ka=ae(Wa=>{Wa.EntryHeader=ou();Wa.MainHeader=cu()});var lu=ae((LI,du)=>{du.exports=function(t){var e=fe("zlib"),r={chunkSize:(parseInt(t.length/1024)+1)*1024};return{deflate:function(){return e.deflateRawSync(t,r)},deflateAsync:function(i){var o=e.createDeflateRaw(r),c=[],d=0;o.on("data",function(u){c.push(u),d+=u.length}),o.on("end",function(){var u=Buffer.alloc(d),f=0;u.fill(0);for(var x=0;x<c.length;x++){var g=c[x];g.copy(u,f),f+=g.length}i&&i(u)}),o.end(t)}}}});var fu=ae((NI,uu)=>{var zg=+(process.versions?process.versions.node:"").split(".")[0]||0;uu.exports=function(t,e){var r=fe("zlib");let i=zg>=15&&e>0?{maxOutputLength:e}:{};return{inflate:function(){return r.inflateRawSync(t,i)},inflateAsync:function(o){var c=r.createInflateRaw(i),d=[],u=0;c.on("data",function(f){d.push(f),u+=f.length}),c.on("end",function(){var f=Buffer.alloc(u),x=0;f.fill(0);for(var g=0;g<d.length;g++){var w=d[g];w.copy(f,x),x+=w.length}o&&o(f)}),c.end(t)}}}});var gu=ae((MI,mu)=>{"use strict";var{randomFillSync:hu}=fe("crypto"),Ug=Is(),Gg=new Uint32Array(256).map((t,e)=>{for(let r=0;r<8;r++)(e&1)!==0?e=e>>>1^3988292384:e>>>=1;return e>>>0}),pu=(t,e)=>Math.imul(t,e)>>>0,xu=(t,e)=>Gg[(t^e)&255]^t>>>8,ci=()=>typeof hu=="function"?hu(Buffer.alloc(12)):ci.node();ci.node=()=>{let t=Buffer.alloc(12),e=t.length;for(let r=0;r<e;r++)t[r]=Math.random()*256&255;return t};var As={genSalt:ci};function ks(t){let e=Buffer.isBuffer(t)?t:Buffer.from(t);this.keys=new Uint32Array([305419896,591751049,878082192]);for(let r=0;r<e.length;r++)this.updateKeys(e[r])}ks.prototype.updateKeys=function(t){let e=this.keys;return e[0]=xu(e[0],t),e[1]+=e[0]&255,e[1]=pu(e[1],134775813)+1,e[2]=xu(e[2],e[1]>>>24),t};ks.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return pu(t,t^1)>>8&255};function Hg(t){let e=new ks(t);return function(r){let i=Buffer.alloc(r.length),o=0;for(let c of r)i[o++]=e.updateKeys(c^e.next());return i}}function qg(t){let e=new ks(t);return function(r,i,o=0){i||(i=Buffer.alloc(r.length));for(let c of r){let d=e.next();i[o++]=c^d,e.updateKeys(c)}return i}}function jg(t,e,r){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let i=Hg(r),o=i(t.slice(0,12)),c=(e.flags&8)===8?e.timeHighByte:e.crc>>>24;if(o[11]!==c)throw Ug.WRONG_PASSWORD();return i(t.slice(12))}function Wg(t){Buffer.isBuffer(t)&&t.length>=12?As.genSalt=function(){return t.slice(0,12)}:t==="node"?As.genSalt=ci.node:As.genSalt=ci}function Kg(t,e,r,i=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=qg(r),c=As.genSalt();c[11]=e.crc>>>24&255,i&&(c[10]=e.crc>>>16&255);let d=Buffer.alloc(t.length+12);return o(c,d),o(t,d,12)}mu.exports={decrypt:jg,encrypt:Kg,_salter:Wg}});var wu=ae(Ts=>{Ts.Deflater=lu();Ts.Inflater=fu();Ts.ZipCrypto=gu()});var Ya=ae((FI,_u)=>{var ce=xr(),$g=Ka(),Ie=ce.Constants,$a=wu();_u.exports=function(t,e){var r=new $g.EntryHeader,i=Buffer.alloc(0),o=Buffer.alloc(0),c=!1,d=null,u=Buffer.alloc(0),f=Buffer.alloc(0),x=!0;let g=t,w=typeof g.decoder=="object"?g.decoder:ce.decoder;x=w.hasOwnProperty("efs")?w.efs:!1;function S(){return!e||!(e instanceof Uint8Array)?Buffer.alloc(0):(f=r.loadLocalHeaderFromBinary(e),e.slice(r.realDataOffset,r.realDataOffset+r.compressedSize))}function y(b){if(!r.flags_desc&&!r.localHeader.flags_desc){if(ce.crc32(b)!==r.localHeader.crc)return!1}else{let P={},O=r.realDataOffset+r.compressedSize;if(e.readUInt32LE(O)==Ie.LOCSIG||e.readUInt32LE(O)==Ie.CENSIG)throw ce.Errors.DESCRIPTOR_NOT_EXIST();if(e.readUInt32LE(O)==Ie.EXTSIG)P.crc=e.readUInt32LE(O+Ie.EXTCRC),P.compressedSize=e.readUInt32LE(O+Ie.EXTSIZ),P.size=e.readUInt32LE(O+Ie.EXTLEN);else if(e.readUInt16LE(O+12)===19280)P.crc=e.readUInt32LE(O+Ie.EXTCRC-4),P.compressedSize=e.readUInt32LE(O+Ie.EXTSIZ-4),P.size=e.readUInt32LE(O+Ie.EXTLEN-4);else throw ce.Errors.DESCRIPTOR_UNKNOWN();if(P.compressedSize!==r.compressedSize||P.size!==r.size||P.crc!==r.crc)throw ce.Errors.DESCRIPTOR_FAULTY();if(ce.crc32(b)!==P.crc)return!1}return!0}function v(b,P,O){if(typeof P>"u"&&typeof b=="string"&&(O=b,b=void 0),c)return b&&P&&P(Buffer.alloc(0),ce.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var B=S();if(B.length===0)return b&&P&&P(B),B;if(r.encrypted){if(typeof O!="string"&&!Buffer.isBuffer(O))throw ce.Errors.INVALID_PASS_PARAM();B=$a.ZipCrypto.decrypt(B,r,O)}var M=Buffer.alloc(r.size);switch(r.method){case ce.Constants.STORED:if(B.copy(M),y(M))return b&&P&&P(M),M;throw b&&P&&P(M,ce.Errors.BAD_CRC()),ce.Errors.BAD_CRC();case ce.Constants.DEFLATED:var V=new $a.Inflater(B,r.size);if(b)V.inflateAsync(function(K){K.copy(K,0),P&&(y(K)?P(K):P(K,ce.Errors.BAD_CRC()))});else{if(V.inflate(M).copy(M,0),!y(M))throw ce.Errors.BAD_CRC(`"${w.decode(i)}"`);return M}break;default:throw b&&P&&P(Buffer.alloc(0),ce.Errors.UNKNOWN_METHOD()),ce.Errors.UNKNOWN_METHOD()}}function I(b,P){if((!d||!d.length)&&Buffer.isBuffer(e))return b&&P&&P(S()),S();if(d.length&&!c){var O;switch(r.method){case ce.Constants.STORED:return r.compressedSize=r.size,O=Buffer.alloc(d.length),d.copy(O),b&&P&&P(O),O;default:case ce.Constants.DEFLATED:var B=new $a.Deflater(d);if(b)B.deflateAsync(function(V){O=Buffer.alloc(V.length),r.compressedSize=V.length,V.copy(O),P&&P(O)});else{var M=B.deflate();return r.compressedSize=M.length,M}B=null;break}}else if(b&&P)P(Buffer.alloc(0));else return Buffer.alloc(0)}function A(b,P){return ce.readBigUInt64LE(b,P)}function R(b){try{for(var P=0,O,B,M;P+4<b.length;)O=b.readUInt16LE(P),P+=2,B=b.readUInt16LE(P),P+=2,M=b.slice(P,P+B),P+=B,Ie.ID_ZIP64===O&&D(M)}catch{throw ce.Errors.EXTRA_FIELD_PARSE_ERROR()}}function D(b){var P,O,B,M;b.length>=Ie.EF_ZIP64_SCOMP&&(P=A(b,Ie.EF_ZIP64_SUNCOMP),r.size===Ie.EF_ZIP64_OR_32&&(r.size=P)),b.length>=Ie.EF_ZIP64_RHO&&(O=A(b,Ie.EF_ZIP64_SCOMP),r.compressedSize===Ie.EF_ZIP64_OR_32&&(r.compressedSize=O)),b.length>=Ie.EF_ZIP64_DSN&&(B=A(b,Ie.EF_ZIP64_RHO),r.offset===Ie.EF_ZIP64_OR_32&&(r.offset=B)),b.length>=Ie.EF_ZIP64_DSN+4&&(M=b.readUInt32LE(Ie.EF_ZIP64_DSN),r.diskNumStart===Ie.EF_ZIP64_OR_16&&(r.diskNumStart=M))}return{get entryName(){return w.decode(i)},get rawEntryName(){return i},set entryName(b){i=ce.toBuffer(b,w.encode);var P=i[i.length-1];c=P===47||P===92,r.fileNameLength=i.length},get efs(){return typeof x=="function"?x(this.entryName):x},get extra(){return u},set extra(b){u=b,r.extraLength=b.length,R(b)},get comment(){return w.decode(o)},set comment(b){if(o=ce.toBuffer(b,w.encode),r.commentLength=o.length,o.length>65535)throw ce.Errors.COMMENT_TOO_LONG()},get name(){var b=w.decode(i);return c?b.substr(b.length-1).split("/").pop():b.split("/").pop()},get isDirectory(){return c},getCompressedData:function(){return I(!1,null)},getCompressedDataAsync:function(b){I(!0,b)},setData:function(b){d=ce.toBuffer(b,ce.decoder.encode),!c&&d.length?(r.size=d.length,r.method=ce.Constants.DEFLATED,r.crc=ce.crc32(b),r.changed=!0):r.method=ce.Constants.STORED},getData:function(b){return r.changed?d:v(!1,null,b)},getDataAsync:function(b,P){r.changed?b(d):v(!0,b,P)},set attr(b){r.attr=b},get attr(){return r.attr},set header(b){r.loadFromBinary(b)},get header(){return r},packCentralHeader:function(){r.flags_efs=this.efs,r.extraLength=u.length;var b=r.centralHeaderToBinary(),P=ce.Constants.CENHDR;return i.copy(b,P),P+=i.length,u.copy(b,P),P+=r.extraLength,o.copy(b,P),b},packLocalHeader:function(){let b=0;r.flags_efs=this.efs,r.extraLocalLength=f.length;let P=r.localHeaderToBinary(),O=Buffer.alloc(P.length+i.length+r.extraLocalLength);return P.copy(O,b),b+=P.length,i.copy(O,b),b+=i.length,f.copy(O,b),b+=f.length,O},toJSON:function(){let b=function(P){return"<"+(P&&P.length+" bytes buffer"||"null")+">"};return{entryName:this.entryName,name:this.name,comment:this.comment,isDirectory:this.isDirectory,header:r.toJSON(),compressedData:b(e),data:b(d)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var bu=ae((zI,Eu)=>{var yu=Ya(),Yg=Ka(),$e=xr();Eu.exports=function(t,e){var r=[],i={},o=Buffer.alloc(0),c=new Yg.MainHeader,d=!1,u=null;let f=new Set,x=e,{noSort:g,decoder:w}=x;t?v(x.readEntries):d=!0;function S(){let A=new Set;for(let R of Object.keys(i)){let D=R.split("/");if(D.pop(),!!D.length)for(let b=0;b<D.length;b++){let P=D.slice(0,b+1).join("/")+"/";A.add(P)}}for(let R of A)if(!(R in i)){let D=new yu(x);D.entryName=R,D.attr=16,D.temporary=!0,r.push(D),i[D.entryName]=D,f.add(D)}}function y(){if(d=!0,i={},c.diskEntries>(t.length-c.offset)/$e.Constants.CENHDR)throw $e.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(c.diskEntries);for(var A=c.offset,R=0;R<r.length;R++){var D=A,b=new yu(x,t);b.header=t.slice(D,D+=$e.Constants.CENHDR),b.entryName=t.slice(D,D+=b.header.fileNameLength),b.header.extraLength&&(b.extra=t.slice(D,D+=b.header.extraLength)),b.header.commentLength&&(b.comment=t.slice(D,D+b.header.commentLength)),A+=b.header.centralHeaderSize,r[R]=b,i[b.entryName]=b}f.clear(),S()}function v(A){var R=t.length-$e.Constants.ENDHDR,D=Math.max(0,R-65535),b=D,P=t.length,O=-1,B=0;for(typeof x.trailingSpace=="boolean"&&x.trailingSpace&&(D=0),R;R>=b;R--)if(t[R]===80){if(t.readUInt32LE(R)===$e.Constants.ENDSIG){O=R,B=R,P=R+$e.Constants.ENDHDR,b=R-$e.Constants.END64HDR;continue}if(t.readUInt32LE(R)===$e.Constants.END64SIG){b=D;continue}if(t.readUInt32LE(R)===$e.Constants.ZIP64SIG){O=R,P=R+$e.readBigUInt64LE(t,R+$e.Constants.ZIP64SIZE)+$e.Constants.ZIP64LEAD;break}}if(O==-1)throw $e.Errors.INVALID_FORMAT();c.loadFromBinary(t.slice(O,P)),c.commentLength&&(o=t.slice(B+$e.Constants.ENDHDR)),A&&y()}function I(){r.length>1&&!g&&r.sort((A,R)=>A.entryName.toLowerCase().localeCompare(R.entryName.toLowerCase()))}return{get entries(){return d||y(),r.filter(A=>!f.has(A))},get comment(){return w.decode(o)},set comment(A){o=$e.toBuffer(A,w.encode),c.commentLength=o.length},getEntryCount:function(){return d?r.length:c.diskEntries},forEach:function(A){this.entries.forEach(A)},getEntry:function(A){return d||y(),i[A]||null},setEntry:function(A){d||y(),r.push(A),i[A.entryName]=A,c.totalEntries=r.length},deleteFile:function(A,R=!0){d||y();let D=i[A];this.getEntryChildren(D,R).map(P=>P.entryName).forEach(this.deleteEntry)},deleteEntry:function(A){d||y();let R=i[A],D=r.indexOf(R);D>=0&&(r.splice(D,1),delete i[A],c.totalEntries=r.length)},getEntryChildren:function(A,R=!0){if(d||y(),typeof A=="object")if(A.isDirectory&&R){let D=[],b=A.entryName;for(let P of r)P.entryName.startsWith(b)&&D.push(P);return D}else return[A];return[]},getChildCount:function(A){if(A&&A.isDirectory){let R=this.getEntryChildren(A);return R.includes(A)?R.length-1:R.length}return 0},compressToBuffer:function(){d||y(),I();let A=[],R=[],D=0,b=0;c.size=0,c.offset=0;let P=0;for(let M of this.entries){let V=M.getCompressedData();M.header.offset=b;let K=M.packLocalHeader(),re=K.length+V.length;b+=re,A.push(K),A.push(V);let X=M.packCentralHeader();R.push(X),c.size+=X.length,D+=re+X.length,P++}D+=c.mainHeaderSize,c.offset=b,c.totalEntries=P,b=0;let O=Buffer.alloc(D);for(let M of A)M.copy(O,b),b+=M.length;for(let M of R)M.copy(O,b),b+=M.length;let B=c.toBinary();return o&&o.copy(B,$e.Constants.ENDHDR),B.copy(O,b),t=O,d=!1,O},toAsyncBuffer:function(A,R,D,b){try{d||y(),I();let P=[],O=[],B=0,M=0,V=0;c.size=0,c.offset=0;let K=function(re){if(re.length>0){let X=re.shift(),se=X.entryName+X.extra.toString();D&&D(se),X.getCompressedDataAsync(function(oe){b&&b(se),X.header.offset=M;let C=X.packLocalHeader(),z=C.length+oe.length;M+=z,P.push(C),P.push(oe);let H=X.packCentralHeader();O.push(H),c.size+=H.length,B+=z+H.length,V++,K(re)})}else{B+=c.mainHeaderSize,c.offset=M,c.totalEntries=V,M=0;let X=Buffer.alloc(B);P.forEach(function(oe){oe.copy(X,M),M+=oe.length}),O.forEach(function(oe){oe.copy(X,M),M+=oe.length});let se=c.toBinary();o&&o.copy(se,$e.Constants.ENDHDR),se.copy(X,M),t=X,d=!1,A(X)}};K(Array.from(this.entries))}catch(P){R(P)}}}}});var Iu=ae((UI,Su)=>{var be=xr(),Ee=fe("path"),Vg=Ya(),Jg=bu(),Dn=(...t)=>be.findLast(t,e=>typeof e=="boolean"),vu=(...t)=>be.findLast(t,e=>typeof e=="string"),Zg=(...t)=>be.findLast(t,e=>typeof e=="function"),Xg={noSort:!1,readEntries:!1,method:be.Constants.NONE,fs:null};Su.exports=function(t,e){let r=null,i=Object.assign(Object.create(null),Xg);t&&typeof t=="object"&&(t instanceof Uint8Array||(Object.assign(i,t),t=i.input?i.input:void 0,i.input&&delete i.input),Buffer.isBuffer(t)&&(r=t,i.method=be.Constants.BUFFER,t=void 0)),Object.assign(i,e);let o=new be(i);if((typeof i.decoder!="object"||typeof i.decoder.encode!="function"||typeof i.decoder.decode!="function")&&(i.decoder=be.decoder),t&&typeof t=="string")if(o.fs.existsSync(t))i.method=be.Constants.FILE,i.filename=t,r=o.fs.readFileSync(t);else throw be.Errors.INVALID_FILENAME();let c=new Jg(r,i),{canonical:d,sanitize:u,zipnamefix:f}=be;function x(y){if(y&&c){var v;if(typeof y=="string"&&(v=c.getEntry(Ee.posix.normalize(y))),typeof y=="object"&&typeof y.entryName<"u"&&typeof y.header<"u"&&(v=c.getEntry(y.entryName)),v)return v}return null}function g(y){let{join:v,normalize:I,sep:A}=Ee.posix;return v(Ee.isAbsolute(y)?"/":".",I(A+y.split("\\").join(A)+A))}function w(y){return y instanceof RegExp?(function(v){return function(I){return v.test(I)}})(y):typeof y!="function"?()=>!0:y}let S=(y,v)=>{let I=v.slice(-1);return I=I===o.sep?o.sep:"",Ee.relative(y,v)+I};return{readFile:function(y,v){var I=x(y);return I&&I.getData(v)||null},childCount:function(y){let v=x(y);if(v)return c.getChildCount(v)},readFileAsync:function(y,v){var I=x(y);I?I.getDataAsync(v):v(null,"getEntry failed for:"+y)},readAsText:function(y,v){var I=x(y);if(I){var A=I.getData();if(A&&A.length)return A.toString(v||"utf8")}return""},readAsTextAsync:function(y,v,I){var A=x(y);A?A.getDataAsync(function(R,D){if(D){v(R,D);return}R&&R.length?v(R.toString(I||"utf8")):v("")}):v("")},deleteFile:function(y,v=!0){var I=x(y);I&&c.deleteFile(I.entryName,v)},deleteEntry:function(y){var v=x(y);v&&c.deleteEntry(v.entryName)},addZipComment:function(y){c.comment=y},getZipComment:function(){return c.comment||""},addZipEntryComment:function(y,v){var I=x(y);I&&(I.comment=v)},getZipEntryComment:function(y){var v=x(y);return v&&v.comment||""},updateFile:function(y,v){var I=x(y);I&&I.setData(v)},addLocalFile:function(y,v,I,A){if(o.fs.existsSync(y)){v=v?g(v):"";let R=Ee.win32.basename(Ee.win32.normalize(y));v+=I||R;let D=o.fs.statSync(y),b=D.isFile()?o.fs.readFileSync(y):Buffer.alloc(0);D.isDirectory()&&(v+=o.sep),this.addFile(v,b,A,D)}else throw be.Errors.FILE_NOT_FOUND(y)},addLocalFileAsync:function(y,v){y=typeof y=="object"?y:{localPath:y};let I=Ee.resolve(y.localPath),{comment:A}=y,{zipPath:R,zipName:D}=y,b=this;o.fs.stat(I,function(P,O){if(P)return v(P,!1);R=R?g(R):"";let B=Ee.win32.basename(Ee.win32.normalize(I));if(R+=D||B,O.isFile())o.fs.readFile(I,function(M,V){return M?v(M,!1):(b.addFile(R,V,A,O),setImmediate(v,void 0,!0))});else if(O.isDirectory())return R+=o.sep,b.addFile(R,Buffer.alloc(0),A,O),setImmediate(v,void 0,!0)})},addLocalFolder:function(y,v,I){if(I=w(I),v=v?g(v):"",y=Ee.normalize(y),o.fs.existsSync(y)){let A=o.findFiles(y),R=this;if(A.length)for(let D of A){let b=Ee.join(v,S(y,D));I(b)&&R.addLocalFile(D,Ee.dirname(b))}}else throw be.Errors.FILE_NOT_FOUND(y)},addLocalFolderAsync:function(y,v,I,A){A=w(A),I=I?g(I):"",y=Ee.normalize(y);var R=this;o.fs.open(y,"r",function(D){if(D&&D.code==="ENOENT")v(void 0,be.Errors.FILE_NOT_FOUND(y));else if(D)v(void 0,D);else{var b=o.findFiles(y),P=-1,O=function(){if(P+=1,P<b.length){var B=b[P],M=S(y,B).split("\\").join("/");M=M.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),A(M)?o.fs.stat(B,function(V,K){V&&v(void 0,V),K.isFile()?o.fs.readFile(B,function(re,X){re?v(void 0,re):(R.addFile(I+M,X,"",K),O())}):(R.addFile(I+M+"/",Buffer.alloc(0),"",K),O())}):process.nextTick(()=>{O()})}else v(!0,void 0)};O()}})},addLocalFolderAsync2:function(y,v){let I=this;y=typeof y=="object"?y:{localPath:y},localPath=Ee.resolve(g(y.localPath));let{zipPath:A,filter:R,namefix:D}=y;R instanceof RegExp?R=(function(O){return function(B){return O.test(B)}})(R):typeof R!="function"&&(R=function(){return!0}),A=A?g(A):"",D=="latin1"&&(D=O=>O.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,"")),typeof D!="function"&&(D=O=>O);let b=O=>Ee.join(A,D(S(localPath,O))),P=O=>Ee.win32.basename(Ee.win32.normalize(D(O)));o.fs.open(localPath,"r",function(O){O&&O.code==="ENOENT"?v(void 0,be.Errors.FILE_NOT_FOUND(localPath)):O?v(void 0,O):o.findFilesAsync(localPath,function(B,M){if(B)return v(B);M=M.filter(V=>R(b(V))),M.length||v(void 0,!1),setImmediate(M.reverse().reduce(function(V,K){return function(re,X){if(re||X===!1)return setImmediate(V,re,!1);I.addLocalFileAsync({localPath:K,zipPath:Ee.dirname(b(K)),zipName:P(K)},V)}},v))})})},addLocalFolderPromise:function(y,v){return new Promise((I,A)=>{this.addLocalFolderAsync2(Object.assign({localPath:y},v),(R,D)=>{R&&A(R),D&&I(this)})})},addFile:function(y,v,I,A){y=f(y);let R=x(y),D=R!=null;D||(R=new Vg(i),R.entryName=y),R.comment=I||"";let b=typeof A=="object"&&A instanceof o.fs.Stats;b&&(R.header.time=A.mtime);var P=R.isDirectory?16:0;let O=R.isDirectory?16384:32768;return b?O|=4095&A.mode:typeof A=="number"?O|=4095&A:O|=R.isDirectory?493:420,P=(P|O<<16)>>>0,R.attr=P,R.setData(v),D||c.setEntry(R),R},getEntries:function(y){return c.password=y,c?c.entries:[]},getEntry:function(y){return x(y)},getEntryCount:function(){return c.getEntryCount()},forEach:function(y){return c.forEach(y)},extractEntryTo:function(y,v,I,A,R,D){A=Dn(!1,A),R=Dn(!1,R),I=Dn(!0,I),D=vu(R,D);var b=x(y);if(!b)throw be.Errors.NO_ENTRY();var P=d(b.entryName),O=u(v,D&&!b.isDirectory?D:I?P:Ee.basename(P));if(b.isDirectory){var B=c.getEntryChildren(b);return B.forEach(function(K){if(K.isDirectory)return;var re=K.getData();if(!re)throw be.Errors.CANT_EXTRACT_FILE();var X=d(K.entryName),se=u(v,I?X:Ee.basename(X));let oe=R?K.header.fileAttr:void 0;o.writeFileTo(se,re,A,oe)}),!0}var M=b.getData(c.password);if(!M)throw be.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(O)&&!A)throw be.Errors.CANT_OVERRIDE();let V=R?y.header.fileAttr:void 0;return o.writeFileTo(O,M,A,V),!0},test:function(y){if(!c)return!1;for(var v in c.entries)try{if(v.isDirectory)continue;var I=c.entries[v].getData(y);if(!I)return!1}catch{return!1}return!0},extractAllTo:function(y,v,I,A){if(I=Dn(!1,I),A=vu(I,A),v=Dn(!1,v),!c)throw be.Errors.NO_ZIP();c.entries.forEach(function(R){var D=u(y,d(R.entryName));if(R.isDirectory){o.makeDir(D);return}var b=R.getData(A);if(!b)throw be.Errors.CANT_EXTRACT_FILE();let P=I?R.header.fileAttr:void 0;o.writeFileTo(D,b,v,P);try{o.fs.utimesSync(D,R.header.time,R.header.time)}catch{throw be.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(y,v,I,A){if(A=Zg(v,I,A),I=Dn(!1,I),v=Dn(!1,v),!A)return new Promise((O,B)=>{this.extractAllToAsync(y,v,I,function(M){M?B(M):O(this)})});if(!c){A(be.Errors.NO_ZIP());return}y=Ee.resolve(y);let R=O=>u(y,Ee.normalize(d(O.entryName))),D=(O,B)=>new Error(O+': "'+B+'"'),b=[],P=[];c.entries.forEach(O=>{O.isDirectory?b.push(O):P.push(O)});for(let O of b){let B=R(O),M=I?O.header.fileAttr:void 0;try{o.makeDir(B),M&&o.fs.chmodSync(B,M),o.fs.utimesSync(B,O.header.time,O.header.time)}catch{A(D("Unable to create folder",B))}}P.reverse().reduce(function(O,B){return function(M){if(M)O(M);else{let V=Ee.normalize(d(B.entryName)),K=u(y,V);B.getDataAsync(function(re,X){if(X)O(X);else if(!re)O(be.Errors.CANT_EXTRACT_FILE());else{let se=I?B.header.fileAttr:void 0;o.writeFileToAsync(K,re,v,se,function(oe){oe||O(D("Unable to write file",K)),o.fs.utimes(K,B.header.time,B.header.time,function(C){C?O(D("Unable to set times",K)):O()})})}})}}},A)()},writeZip:function(y,v){if(arguments.length===1&&typeof y=="function"&&(v=y,y=""),!y&&i.filename&&(y=i.filename),!!y){var I=c.compressToBuffer();if(I){var A=o.writeFileTo(y,I,!0);typeof v=="function"&&v(A?null:new Error("failed"),"")}}},writeZipPromise:function(y,v){let{overwrite:I,perm:A}=Object.assign({overwrite:!0},v);return new Promise((R,D)=>{!y&&i.filename&&(y=i.filename),y||D("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(b=>{let P=O=>O?R(O):D("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(y,b,I,A,P)},D)})},toBufferPromise:function(){return new Promise((y,v)=>{c.toAsyncBuffer(y,v)})},toBuffer:function(y,v,I,A){return typeof y=="function"?(c.toAsyncBuffer(y,v,I,A),null):c.compressToBuffer()}}}});import{execFile as iy,spawn as sy,spawnSync as ik}from"node:child_process";import{promisify as oy}from"node:util";function cy(t){if(process.platform!=="win32")return!1;if(Wf.test(t))return!0;let r=(t.split(/[/\\]/).pop()??t).replace(Wf,"").toLowerCase();return ay.has(r)}function Kf(t,e){if(process.platform!=="win32")return e??{};let r={...e??{}};return cy(t)&&r.shell===void 0&&(r.shell=!0),r.windowsHide===void 0&&(r.windowsHide=!0),r}function st(t,e=[],r={}){return sy(t,e,Kf(t,r))}function $f(t,e=[],r={}){return dy(t,e,Kf(t,r))}var ay,Wf,dy,Zt=nt(()=>{"use strict";ay=new Set(["npm","npx","yarn","pnpm","coze","tsx","claude-agent-acp","codex-acp","openclaw"]),Wf=/\.(cmd|bat|ps1)$/i;dy=oy(iy)});var Qt=ae((cC,Gh)=>{"use strict";var zh=["nodebuffer","arraybuffer","fragments"],Uh=typeof Blob<"u";Uh&&zh.push("blob");Gh.exports={BINARY_TYPES:zh,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:Uh,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var Xi=ae((dC,Uo)=>{"use strict";var{EMPTY_BUFFER:Kb}=Qt(),Sd=Buffer[Symbol.species];function $b(t,e){if(t.length===0)return Kb;if(t.length===1)return t[0];let r=Buffer.allocUnsafe(e),i=0;for(let o=0;o<t.length;o++){let c=t[o];r.set(c,i),i+=c.length}return i<e?new Sd(r.buffer,r.byteOffset,i):r}function Hh(t,e,r,i,o){for(let c=0;c<o;c++)r[i+c]=t[c]^e[c&3]}function qh(t,e){for(let r=0;r<t.length;r++)t[r]^=e[r&3]}function Yb(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function Id(t){if(Id.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=new Sd(t):ArrayBuffer.isView(t)?e=new Sd(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),Id.readOnly=!1),e}Uo.exports={concat:$b,mask:Hh,toArrayBuffer:Yb,toBuffer:Id,unmask:qh};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=fe("bufferutil");Uo.exports.mask=function(e,r,i,o,c){c<48?Hh(e,r,i,o,c):t.mask(e,r,i,o,c)},Uo.exports.unmask=function(e,r){e.length<32?qh(e,r):t.unmask(e,r)}}catch{}});var Kh=ae((lC,Wh)=>{"use strict";var jh=Symbol("kDone"),Ad=Symbol("kRun"),kd=class{constructor(e){this[jh]=()=>{this.pending--,this[Ad]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[Ad]()}[Ad](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[jh])}}};Wh.exports=kd});var Hr=ae((uC,Jh)=>{"use strict";var Qi=fe("zlib"),$h=Xi(),Vb=Kh(),{kStatusCode:Yh}=Qt(),Jb=Buffer[Symbol.species],Zb=Buffer.from([0,0,255,255]),Ho=Symbol("permessage-deflate"),en=Symbol("total-length"),Ur=Symbol("callback"),kn=Symbol("buffers"),Gr=Symbol("error"),Go,Td=class{constructor(e){if(this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._maxPayload=this._options.maxPayload|0,this._isServer=!!this._options.isServer,this._deflate=null,this._inflate=null,this.params=null,!Go){let r=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;Go=new Vb(r)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[Ur];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let r=this._options,i=e.find(o=>!(r.serverNoContextTakeover===!1&&o.server_no_context_takeover||o.server_max_window_bits&&(r.serverMaxWindowBits===!1||typeof r.serverMaxWindowBits=="number"&&r.serverMaxWindowBits>o.server_max_window_bits)||typeof r.clientMaxWindowBits=="number"&&!o.client_max_window_bits));if(!i)throw new Error("None of the extension offers can be accepted");return r.serverNoContextTakeover&&(i.server_no_context_takeover=!0),r.clientNoContextTakeover&&(i.client_no_context_takeover=!0),typeof r.serverMaxWindowBits=="number"&&(i.server_max_window_bits=r.serverMaxWindowBits),typeof r.clientMaxWindowBits=="number"?i.client_max_window_bits=r.clientMaxWindowBits:(i.client_max_window_bits===!0||r.clientMaxWindowBits===!1)&&delete i.client_max_window_bits,i}acceptAsClient(e){let r=e[0];if(this._options.clientNoContextTakeover===!1&&r.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!r.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(r.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&r.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return r}normalizeParams(e){return e.forEach(r=>{Object.keys(r).forEach(i=>{let o=r[i];if(o.length>1)throw new Error(`Parameter "${i}" must have only a single value`);if(o=o[0],i==="client_max_window_bits"){if(o!==!0){let c=+o;if(!Number.isInteger(c)||c<8||c>15)throw new TypeError(`Invalid value for parameter "${i}": ${o}`);o=c}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${i}": ${o}`)}else if(i==="server_max_window_bits"){let c=+o;if(!Number.isInteger(c)||c<8||c>15)throw new TypeError(`Invalid value for parameter "${i}": ${o}`);o=c}else if(i==="client_no_context_takeover"||i==="server_no_context_takeover"){if(o!==!0)throw new TypeError(`Invalid value for parameter "${i}": ${o}`)}else throw new Error(`Unknown parameter "${i}"`);r[i]=o})}),e}decompress(e,r,i){Go.add(o=>{this._decompress(e,r,(c,d)=>{o(),i(c,d)})})}compress(e,r,i){Go.add(o=>{this._compress(e,r,(c,d)=>{o(),i(c,d)})})}_decompress(e,r,i){let o=this._isServer?"client":"server";if(!this._inflate){let c=`${o}_max_window_bits`,d=typeof this.params[c]!="number"?Qi.Z_DEFAULT_WINDOWBITS:this.params[c];this._inflate=Qi.createInflateRaw({...this._options.zlibInflateOptions,windowBits:d}),this._inflate[Ho]=this,this._inflate[en]=0,this._inflate[kn]=[],this._inflate.on("error",Qb),this._inflate.on("data",Vh)}this._inflate[Ur]=i,this._inflate.write(e),r&&this._inflate.write(Zb),this._inflate.flush(()=>{let c=this._inflate[Gr];if(c){this._inflate.close(),this._inflate=null,i(c);return}let d=$h.concat(this._inflate[kn],this._inflate[en]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[en]=0,this._inflate[kn]=[],r&&this.params[`${o}_no_context_takeover`]&&this._inflate.reset()),i(null,d)})}_compress(e,r,i){let o=this._isServer?"server":"client";if(!this._deflate){let c=`${o}_max_window_bits`,d=typeof this.params[c]!="number"?Qi.Z_DEFAULT_WINDOWBITS:this.params[c];this._deflate=Qi.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:d}),this._deflate[en]=0,this._deflate[kn]=[],this._deflate.on("data",Xb)}this._deflate[Ur]=i,this._deflate.write(e),this._deflate.flush(Qi.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let c=$h.concat(this._deflate[kn],this._deflate[en]);r&&(c=new Jb(c.buffer,c.byteOffset,c.length-4)),this._deflate[Ur]=null,this._deflate[en]=0,this._deflate[kn]=[],r&&this.params[`${o}_no_context_takeover`]&&this._deflate.reset(),i(null,c)})}};Jh.exports=Td;function Xb(t){this[kn].push(t),this[en]+=t.length}function Vh(t){if(this[en]+=t.length,this[Ho]._maxPayload<1||this[en]<=this[Ho]._maxPayload){this[kn].push(t);return}this[Gr]=new RangeError("Max payload size exceeded"),this[Gr].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Gr][Yh]=1009,this.removeListener("data",Vh),this.reset()}function Qb(t){if(this[Ho]._inflate=null,this[Gr]){this[Ur](this[Gr]);return}t[Yh]=1007,this[Ur](t)}});var qr=ae((fC,qo)=>{"use strict";var{isUtf8:Zh}=fe("buffer"),{hasBlob:ev}=Qt(),tv=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function nv(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function Rd(t){let e=t.length,r=0;for(;r<e;)if((t[r]&128)===0)r++;else if((t[r]&224)===192){if(r+1===e||(t[r+1]&192)!==128||(t[r]&254)===192)return!1;r+=2}else if((t[r]&240)===224){if(r+2>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||t[r]===224&&(t[r+1]&224)===128||t[r]===237&&(t[r+1]&224)===160)return!1;r+=3}else if((t[r]&248)===240){if(r+3>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||(t[r+3]&192)!==128||t[r]===240&&(t[r+1]&240)===128||t[r]===244&&t[r+1]>143||t[r]>244)return!1;r+=4}else return!1;return!0}function rv(t){return ev&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}qo.exports={isBlob:rv,isValidStatusCode:nv,isValidUTF8:Rd,tokenChars:tv};if(Zh)qo.exports.isValidUTF8=function(t){return t.length<24?Rd(t):Zh(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=fe("utf-8-validate");qo.exports.isValidUTF8=function(e){return e.length<32?Rd(e):t(e)}}catch{}});var Ld=ae((hC,ix)=>{"use strict";var{Writable:iv}=fe("stream"),Xh=Hr(),{BINARY_TYPES:sv,EMPTY_BUFFER:Qh,kStatusCode:ov,kWebSocket:av}=Qt(),{concat:Cd,toArrayBuffer:cv,unmask:dv}=Xi(),{isValidStatusCode:lv,isValidUTF8:ex}=qr(),jo=Buffer[Symbol.species],mt=0,tx=1,nx=2,rx=3,Pd=4,Dd=5,Wo=6,Od=class extends iv{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||sv[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxBufferedChunks=e.maxBufferedChunks|0,this._maxFragments=e.maxFragments|0,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[av]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=mt}_write(e,r,i){if(this._opcode===8&&this._state==mt)return i();if(this._maxBufferedChunks>0&&this._buffers.length>=this._maxBufferedChunks){i(this.createError(RangeError,"Too many buffered chunks",!1,1008,"WS_ERR_TOO_MANY_BUFFERED_PARTS"));return}this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(i)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let i=this._buffers[0];return this._buffers[0]=new jo(i.buffer,i.byteOffset+e,i.length-e),new jo(i.buffer,i.byteOffset,e)}let r=Buffer.allocUnsafe(e);do{let i=this._buffers[0],o=r.length-e;e>=i.length?r.set(this._buffers.shift(),o):(r.set(new Uint8Array(i.buffer,i.byteOffset,e),o),this._buffers[0]=new jo(i.buffer,i.byteOffset+e,i.length-e)),e-=i.length}while(e>0);return r}startLoop(e){this._loop=!0;do switch(this._state){case mt:this.getInfo(e);break;case tx:this.getPayloadLength16(e);break;case nx:this.getPayloadLength64(e);break;case rx:this.getMask();break;case Pd:this.getData(e);break;case Dd:case Wo:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let r=this.consume(2);if((r[0]&48)!==0){let o=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(o);return}let i=(r[0]&64)===64;if(i&&!this._extensions[Xh.extensionName]){let o=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(o);return}if(this._fin=(r[0]&128)===128,this._opcode=r[0]&15,this._payloadLength=r[1]&127,this._opcode===0){if(i){let o=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(o);return}if(!this._fragmented){let o=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(o);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let o=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(o);return}this._compressed=i}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let o=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(o);return}if(i){let o=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(o);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let o=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(o);return}}else{let o=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(o);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(r[1]&128)===128,this._isServer){if(!this._masked){let o=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(o);return}}else if(this._masked){let o=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(o);return}this._payloadLength===126?this._state=tx:this._payloadLength===127?this._state=nx:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let r=this.consume(8),i=r.readUInt32BE(0);if(i>Math.pow(2,21)-1){let o=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(o);return}this._payloadLength=i*Math.pow(2,32)+r.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let r=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(r);return}this._masked?this._state=rx:this._state=Pd}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Pd}getData(e){let r=Qh;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}r=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&dv(r,this._mask)}if(this._opcode>7){this.controlMessage(r,e);return}if(this._compressed){this._state=Dd,this.decompress(r,e);return}if(r.length){if(this._maxFragments>0&&this._fragments.length>=this._maxFragments){let i=this.createError(RangeError,"Too many message fragments",!1,1008,"WS_ERR_TOO_MANY_BUFFERED_PARTS");e(i);return}this._messageLength=this._totalPayloadLength,this._fragments.push(r)}this.dataMessage(e)}decompress(e,r){this._extensions[Xh.extensionName].decompress(e,this._fin,(o,c)=>{if(o)return r(o);if(c.length){if(this._messageLength+=c.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let d=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");r(d);return}if(this._maxFragments>0&&this._fragments.length>=this._maxFragments){let d=this.createError(RangeError,"Too many message fragments",!1,1008,"WS_ERR_TOO_MANY_BUFFERED_PARTS");r(d);return}this._fragments.push(c)}this.dataMessage(r),this._state===mt&&this.startLoop(r)})}dataMessage(e){if(!this._fin){this._state=mt;return}let r=this._messageLength,i=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let o;this._binaryType==="nodebuffer"?o=Cd(i,r):this._binaryType==="arraybuffer"?o=cv(Cd(i,r)):this._binaryType==="blob"?o=new Blob(i):o=i,this._allowSynchronousEvents?(this.emit("message",o,!0),this._state=mt):(this._state=Wo,setImmediate(()=>{this.emit("message",o,!0),this._state=mt,this.startLoop(e)}))}else{let o=Cd(i,r);if(!this._skipUTF8Validation&&!ex(o)){let c=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(c);return}this._state===Dd||this._allowSynchronousEvents?(this.emit("message",o,!1),this._state=mt):(this._state=Wo,setImmediate(()=>{this.emit("message",o,!1),this._state=mt,this.startLoop(e)}))}}controlMessage(e,r){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,Qh),this.end();else{let i=e.readUInt16BE(0);if(!lv(i)){let c=this.createError(RangeError,`invalid status code ${i}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");r(c);return}let o=new jo(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!ex(o)){let c=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");r(c);return}this._loop=!1,this.emit("conclude",i,o),this.end()}this._state=mt;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=mt):(this._state=Wo,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=mt,this.startLoop(r)}))}createError(e,r,i,o,c){this._loop=!1,this._errored=!0;let d=new e(i?`Invalid WebSocket frame: ${r}`:r);return Error.captureStackTrace(d,this.createError),d.code=c,d[ov]=o,d}};ix.exports=Od});var Bd=ae((pC,ax)=>{"use strict";var{Duplex:xC}=fe("stream"),{randomFillSync:uv}=fe("crypto"),{types:{isUint8Array:fv}}=fe("util"),sx=Hr(),{EMPTY_BUFFER:hv,kWebSocket:xv,NOOP:pv}=Qt(),{isBlob:jr,isValidStatusCode:mv}=qr(),{mask:ox,toBuffer:Jn}=Xi(),gt=Symbol("kByteLength"),gv=Buffer.alloc(4),Ko=8*1024,Zn,Wr=Ko,At=0,wv=1,_v=2,Nd=class t{constructor(e,r,i){this._extensions=r||{},i&&(this._generateMask=i,this._maskBuffer=Buffer.alloc(4)),this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=At,this.onerror=pv,this[xv]=void 0}static frame(e,r){let i,o=!1,c=2,d=!1;r.mask&&(i=r.maskBuffer||gv,r.generateMask?r.generateMask(i):(Wr===Ko&&(Zn===void 0&&(Zn=Buffer.alloc(Ko)),uv(Zn,0,Ko),Wr=0),i[0]=Zn[Wr++],i[1]=Zn[Wr++],i[2]=Zn[Wr++],i[3]=Zn[Wr++]),d=(i[0]|i[1]|i[2]|i[3])===0,c=6);let u;typeof e=="string"?(!r.mask||d)&&r[gt]!==void 0?u=r[gt]:(e=Buffer.from(e),u=e.length):(u=e.length,o=r.mask&&r.readOnly&&!d);let f=u;u>=65536?(c+=8,f=127):u>125&&(c+=2,f=126);let x=Buffer.allocUnsafe(o?u+c:c);return x[0]=r.fin?r.opcode|128:r.opcode,r.rsv1&&(x[0]|=64),x[1]=f,f===126?x.writeUInt16BE(u,2):f===127&&(x[2]=x[3]=0,x.writeUIntBE(u,4,6)),r.mask?(x[1]|=128,x[c-4]=i[0],x[c-3]=i[1],x[c-2]=i[2],x[c-1]=i[3],d?[x,e]:o?(ox(e,i,x,c,u),[x]):(ox(e,i,e,0,u),[x,e])):[x,e]}close(e,r,i,o){let c;if(e===void 0)c=hv;else{if(typeof e!="number"||!mv(e))throw new TypeError("First argument must be a valid error code number");if(r===void 0||!r.length)c=Buffer.allocUnsafe(2),c.writeUInt16BE(e,0);else{let u=Buffer.byteLength(r);if(u>123)throw new RangeError("The message must not be greater than 123 bytes");if(c=Buffer.allocUnsafe(2+u),c.writeUInt16BE(e,0),typeof r=="string")c.write(r,2);else if(fv(r))c.set(r,2);else throw new TypeError("Second argument must be a string or a Uint8Array")}}let d={[gt]:c.length,fin:!0,generateMask:this._generateMask,mask:i,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==At?this.enqueue([this.dispatch,c,!1,d,o]):this.sendFrame(t.frame(c,d),o)}ping(e,r,i){let o,c;if(typeof e=="string"?(o=Buffer.byteLength(e),c=!1):jr(e)?(o=e.size,c=!1):(e=Jn(e),o=e.length,c=Jn.readOnly),o>125)throw new RangeError("The data size must not be greater than 125 bytes");let d={[gt]:o,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:9,readOnly:c,rsv1:!1};jr(e)?this._state!==At?this.enqueue([this.getBlobData,e,!1,d,i]):this.getBlobData(e,!1,d,i):this._state!==At?this.enqueue([this.dispatch,e,!1,d,i]):this.sendFrame(t.frame(e,d),i)}pong(e,r,i){let o,c;if(typeof e=="string"?(o=Buffer.byteLength(e),c=!1):jr(e)?(o=e.size,c=!1):(e=Jn(e),o=e.length,c=Jn.readOnly),o>125)throw new RangeError("The data size must not be greater than 125 bytes");let d={[gt]:o,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:10,readOnly:c,rsv1:!1};jr(e)?this._state!==At?this.enqueue([this.getBlobData,e,!1,d,i]):this.getBlobData(e,!1,d,i):this._state!==At?this.enqueue([this.dispatch,e,!1,d,i]):this.sendFrame(t.frame(e,d),i)}send(e,r,i){let o=this._extensions[sx.extensionName],c=r.binary?2:1,d=r.compress,u,f;typeof e=="string"?(u=Buffer.byteLength(e),f=!1):jr(e)?(u=e.size,f=!1):(e=Jn(e),u=e.length,f=Jn.readOnly),this._firstFragment?(this._firstFragment=!1,d&&o&&o.params[o._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(d=u>=o._threshold),this._compress=d):(d=!1,c=0),r.fin&&(this._firstFragment=!0);let x={[gt]:u,fin:r.fin,generateMask:this._generateMask,mask:r.mask,maskBuffer:this._maskBuffer,opcode:c,readOnly:f,rsv1:d};jr(e)?this._state!==At?this.enqueue([this.getBlobData,e,this._compress,x,i]):this.getBlobData(e,this._compress,x,i):this._state!==At?this.enqueue([this.dispatch,e,this._compress,x,i]):this.dispatch(e,this._compress,x,i)}getBlobData(e,r,i,o){this._bufferedBytes+=i[gt],this._state=_v,e.arrayBuffer().then(c=>{if(this._socket.destroyed){let u=new Error("The socket was closed while the blob was being read");process.nextTick(Md,this,u,o);return}this._bufferedBytes-=i[gt];let d=Jn(c);r?this.dispatch(d,r,i,o):(this._state=At,this.sendFrame(t.frame(d,i),o),this.dequeue())}).catch(c=>{process.nextTick(yv,this,c,o)})}dispatch(e,r,i,o){if(!r){this.sendFrame(t.frame(e,i),o);return}let c=this._extensions[sx.extensionName];this._bufferedBytes+=i[gt],this._state=wv,c.compress(e,i.fin,(d,u)=>{if(this._socket.destroyed){let f=new Error("The socket was closed while data was being compressed");Md(this,f,o);return}this._bufferedBytes-=i[gt],this._state=At,i.readOnly=!1,this.sendFrame(t.frame(u,i),o),this.dequeue()})}dequeue(){for(;this._state===At&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][gt],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][gt],this._queue.push(e)}sendFrame(e,r){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],r),this._socket.uncork()):this._socket.write(e[0],r)}};ax.exports=Nd;function Md(t,e,r){typeof r=="function"&&r(e);for(let i=0;i<t._queue.length;i++){let o=t._queue[i],c=o[o.length-1];typeof c=="function"&&c(e)}}function yv(t,e,r){Md(t,e,r),t.onerror(e)}});var mx=ae((mC,px)=>{"use strict";var{kForOnEventAttribute:es,kListener:Fd}=Qt(),cx=Symbol("kCode"),dx=Symbol("kData"),lx=Symbol("kError"),ux=Symbol("kMessage"),fx=Symbol("kReason"),Kr=Symbol("kTarget"),hx=Symbol("kType"),xx=Symbol("kWasClean"),tn=class{constructor(e){this[Kr]=null,this[hx]=e}get target(){return this[Kr]}get type(){return this[hx]}};Object.defineProperty(tn.prototype,"target",{enumerable:!0});Object.defineProperty(tn.prototype,"type",{enumerable:!0});var Xn=class extends tn{constructor(e,r={}){super(e),this[cx]=r.code===void 0?0:r.code,this[fx]=r.reason===void 0?"":r.reason,this[xx]=r.wasClean===void 0?!1:r.wasClean}get code(){return this[cx]}get reason(){return this[fx]}get wasClean(){return this[xx]}};Object.defineProperty(Xn.prototype,"code",{enumerable:!0});Object.defineProperty(Xn.prototype,"reason",{enumerable:!0});Object.defineProperty(Xn.prototype,"wasClean",{enumerable:!0});var $r=class extends tn{constructor(e,r={}){super(e),this[lx]=r.error===void 0?null:r.error,this[ux]=r.message===void 0?"":r.message}get error(){return this[lx]}get message(){return this[ux]}};Object.defineProperty($r.prototype,"error",{enumerable:!0});Object.defineProperty($r.prototype,"message",{enumerable:!0});var ts=class extends tn{constructor(e,r={}){super(e),this[dx]=r.data===void 0?null:r.data}get data(){return this[dx]}};Object.defineProperty(ts.prototype,"data",{enumerable:!0});var Ev={addEventListener(t,e,r={}){for(let o of this.listeners(t))if(!r[es]&&o[Fd]===e&&!o[es])return;let i;if(t==="message")i=function(c,d){let u=new ts("message",{data:d?c:c.toString()});u[Kr]=this,$o(e,this,u)};else if(t==="close")i=function(c,d){let u=new Xn("close",{code:c,reason:d.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});u[Kr]=this,$o(e,this,u)};else if(t==="error")i=function(c){let d=new $r("error",{error:c,message:c.message});d[Kr]=this,$o(e,this,d)};else if(t==="open")i=function(){let c=new tn("open");c[Kr]=this,$o(e,this,c)};else return;i[es]=!!r[es],i[Fd]=e,r.once?this.once(t,i):this.on(t,i)},removeEventListener(t,e){for(let r of this.listeners(t))if(r[Fd]===e&&!r[es]){this.removeListener(t,r);break}}};px.exports={CloseEvent:Xn,ErrorEvent:$r,Event:tn,EventTarget:Ev,MessageEvent:ts};function $o(t,e,r){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,r):t.call(e,r)}});var Yo=ae((gC,gx)=>{"use strict";var{tokenChars:ns}=qr();function Ft(t,e,r){t[e]===void 0?t[e]=[r]:t[e].push(r)}function bv(t){let e=Object.create(null),r=Object.create(null),i=!1,o=!1,c=!1,d,u,f=-1,x=-1,g=-1,w=0;for(;w<t.length;w++)if(x=t.charCodeAt(w),d===void 0)if(g===-1&&ns[x]===1)f===-1&&(f=w);else if(w!==0&&(x===32||x===9))g===-1&&f!==-1&&(g=w);else if(x===59||x===44){if(f===-1)throw new SyntaxError(`Unexpected character at index ${w}`);g===-1&&(g=w);let y=t.slice(f,g);x===44?(Ft(e,y,r),r=Object.create(null)):d=y,f=g=-1}else throw new SyntaxError(`Unexpected character at index ${w}`);else if(u===void 0)if(g===-1&&ns[x]===1)f===-1&&(f=w);else if(x===32||x===9)g===-1&&f!==-1&&(g=w);else if(x===59||x===44){if(f===-1)throw new SyntaxError(`Unexpected character at index ${w}`);g===-1&&(g=w),Ft(r,t.slice(f,g),!0),x===44&&(Ft(e,d,r),r=Object.create(null),d=void 0),f=g=-1}else if(x===61&&f!==-1&&g===-1)u=t.slice(f,w),f=g=-1;else throw new SyntaxError(`Unexpected character at index ${w}`);else if(o){if(ns[x]!==1)throw new SyntaxError(`Unexpected character at index ${w}`);f===-1?f=w:i||(i=!0),o=!1}else if(c)if(ns[x]===1)f===-1&&(f=w);else if(x===34&&f!==-1)c=!1,g=w;else if(x===92)o=!0;else throw new SyntaxError(`Unexpected character at index ${w}`);else if(x===34&&t.charCodeAt(w-1)===61)c=!0;else if(g===-1&&ns[x]===1)f===-1&&(f=w);else if(f!==-1&&(x===32||x===9))g===-1&&(g=w);else if(x===59||x===44){if(f===-1)throw new SyntaxError(`Unexpected character at index ${w}`);g===-1&&(g=w);let y=t.slice(f,g);i&&(y=y.replace(/\\/g,""),i=!1),Ft(r,u,y),x===44&&(Ft(e,d,r),r=Object.create(null),d=void 0),u=void 0,f=g=-1}else throw new SyntaxError(`Unexpected character at index ${w}`);if(f===-1||c||x===32||x===9)throw new SyntaxError("Unexpected end of input");g===-1&&(g=w);let S=t.slice(f,g);return d===void 0?Ft(e,S,r):(u===void 0?Ft(r,S,!0):i?Ft(r,u,S.replace(/\\/g,"")):Ft(r,u,S),Ft(e,d,r)),e}function vv(t){return Object.keys(t).map(e=>{let r=t[e];return Array.isArray(r)||(r=[r]),r.map(i=>[e].concat(Object.keys(i).map(o=>{let c=i[o];return Array.isArray(c)||(c=[c]),c.map(d=>d===!0?o:`${o}=${d}`).join("; ")})).join("; ")).join(", ")}).join(", ")}gx.exports={format:vv,parse:bv}});var Xo=ae((yC,Cx)=>{"use strict";var Sv=fe("events"),Iv=fe("https"),Av=fe("http"),Ex=fe("net"),kv=fe("tls"),{randomBytes:Tv,createHash:Rv}=fe("crypto"),{Duplex:wC,Readable:_C}=fe("stream"),{URL:zd}=fe("url"),Tn=Hr(),Cv=Ld(),Pv=Bd(),{isBlob:Dv}=qr(),{BINARY_TYPES:_x,CLOSE_TIMEOUT:Ov,EMPTY_BUFFER:Vo,GUID:Lv,kForOnEventAttribute:Ud,kListener:Nv,kStatusCode:Mv,kWebSocket:je,NOOP:bx}=Qt(),{EventTarget:{addEventListener:Bv,removeEventListener:Fv}}=mx(),{format:zv,parse:Uv}=Yo(),{toBuffer:Gv}=Xi(),vx=Symbol("kAborted"),Gd=[8,13],nn=["CONNECTING","OPEN","CLOSING","CLOSED"],Hv=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,ge=class t extends Sv{constructor(e,r,i){super(),this._binaryType=_x[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=Vo,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=t.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,r===void 0?r=[]:Array.isArray(r)||(typeof r=="object"&&r!==null?(i=r,r=[]):r=[r]),Sx(this,e,r,i)):(this._autoPong=i.autoPong,this._closeTimeout=i.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){_x.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,r,i){let o=new Cv({allowSynchronousEvents:i.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxBufferedChunks:i.maxBufferedChunks,maxFragments:i.maxFragments,maxPayload:i.maxPayload,skipUTF8Validation:i.skipUTF8Validation}),c=new Pv(e,this._extensions,i.generateMask);this._receiver=o,this._sender=c,this._socket=e,o[je]=this,c[je]=this,e[je]=this,o.on("conclude",Wv),o.on("drain",Kv),o.on("error",$v),o.on("message",Yv),o.on("ping",Vv),o.on("pong",Jv),c.onerror=Zv,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),r.length>0&&e.unshift(r),e.on("close",kx),e.on("data",Zo),e.on("end",Tx),e.on("error",Rx),this._readyState=t.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[Tn.extensionName]&&this._extensions[Tn.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,r){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){dt(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===t.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=t.CLOSING,this._sender.close(e,r,!this._isServer,i=>{i||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),Ax(this)}}pause(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,r,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(i=e,e=r=void 0):typeof r=="function"&&(i=r,r=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Hd(this,e,i);return}r===void 0&&(r=!this._isServer),this._sender.ping(e||Vo,r,i)}pong(e,r,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(i=e,e=r=void 0):typeof r=="function"&&(i=r,r=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Hd(this,e,i);return}r===void 0&&(r=!this._isServer),this._sender.pong(e||Vo,r,i)}resume(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,r,i){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof r=="function"&&(i=r,r={}),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Hd(this,e,i);return}let o={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...r};this._extensions[Tn.extensionName]||(o.compress=!1),this._sender.send(e||Vo,o,i)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){dt(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=t.CLOSING,this._socket.destroy())}}};Object.defineProperty(ge,"CONNECTING",{enumerable:!0,value:nn.indexOf("CONNECTING")});Object.defineProperty(ge.prototype,"CONNECTING",{enumerable:!0,value:nn.indexOf("CONNECTING")});Object.defineProperty(ge,"OPEN",{enumerable:!0,value:nn.indexOf("OPEN")});Object.defineProperty(ge.prototype,"OPEN",{enumerable:!0,value:nn.indexOf("OPEN")});Object.defineProperty(ge,"CLOSING",{enumerable:!0,value:nn.indexOf("CLOSING")});Object.defineProperty(ge.prototype,"CLOSING",{enumerable:!0,value:nn.indexOf("CLOSING")});Object.defineProperty(ge,"CLOSED",{enumerable:!0,value:nn.indexOf("CLOSED")});Object.defineProperty(ge.prototype,"CLOSED",{enumerable:!0,value:nn.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(t=>{Object.defineProperty(ge.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(ge.prototype,`on${t}`,{enumerable:!0,get(){for(let e of this.listeners(t))if(e[Ud])return e[Nv];return null},set(e){for(let r of this.listeners(t))if(r[Ud]){this.removeListener(t,r);break}typeof e=="function"&&this.addEventListener(t,e,{[Ud]:!0})}})});ge.prototype.addEventListener=Bv;ge.prototype.removeEventListener=Fv;Cx.exports=ge;function Sx(t,e,r,i){let o={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:Ov,protocolVersion:Gd[1],maxBufferedChunks:1048576,maxFragments:131072,maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...i,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(t._autoPong=o.autoPong,t._closeTimeout=o.closeTimeout,!Gd.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${Gd.join(", ")})`);let c;if(e instanceof zd)c=e;else try{c=new zd(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}c.protocol==="http:"?c.protocol="ws:":c.protocol==="https:"&&(c.protocol="wss:"),t._url=c.href;let d=c.protocol==="wss:",u=c.protocol==="ws+unix:",f;if(c.protocol!=="ws:"&&!d&&!u?f=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:u&&!c.pathname?f="The URL's pathname is empty":c.hash&&(f="The URL contains a fragment identifier"),f){let I=new SyntaxError(f);if(t._redirects===0)throw I;Jo(t,I);return}let x=d?443:80,g=Tv(16).toString("base64"),w=d?Iv.request:Av.request,S=new Set,y;if(o.createConnection=o.createConnection||(d?jv:qv),o.defaultPort=o.defaultPort||x,o.port=c.port||x,o.host=c.hostname.startsWith("[")?c.hostname.slice(1,-1):c.hostname,o.headers={...o.headers,"Sec-WebSocket-Version":o.protocolVersion,"Sec-WebSocket-Key":g,Connection:"Upgrade",Upgrade:"websocket"},o.path=c.pathname+c.search,o.timeout=o.handshakeTimeout,o.perMessageDeflate&&(y=new Tn({...o.perMessageDeflate,isServer:!1,maxPayload:o.maxPayload}),o.headers["Sec-WebSocket-Extensions"]=zv({[Tn.extensionName]:y.offer()})),r.length){for(let I of r){if(typeof I!="string"||!Hv.test(I)||S.has(I))throw new SyntaxError("An invalid or duplicated subprotocol was specified");S.add(I)}o.headers["Sec-WebSocket-Protocol"]=r.join(",")}if(o.origin&&(o.protocolVersion<13?o.headers["Sec-WebSocket-Origin"]=o.origin:o.headers.Origin=o.origin),(c.username||c.password)&&(o.auth=`${c.username}:${c.password}`),u){let I=o.path.split(":");o.socketPath=I[0],o.path=I[1]}let v;if(o.followRedirects){if(t._redirects===0){t._originalIpc=u,t._originalSecure=d,t._originalHostOrSocketPath=u?o.socketPath:c.host;let I=i&&i.headers;if(i={...i,headers:{}},I)for(let[A,R]of Object.entries(I))i.headers[A.toLowerCase()]=R}else if(t.listenerCount("redirect")===0){let I=u?t._originalIpc?o.socketPath===t._originalHostOrSocketPath:!1:t._originalIpc?!1:c.host===t._originalHostOrSocketPath;(!I||t._originalSecure&&!d)&&(delete o.headers.authorization,delete o.headers.cookie,I||delete o.headers.host,o.auth=void 0)}o.auth&&!i.headers.authorization&&(i.headers.authorization="Basic "+Buffer.from(o.auth).toString("base64")),v=t._req=w(o),t._redirects&&t.emit("redirect",t.url,v)}else v=t._req=w(o);o.timeout&&v.on("timeout",()=>{dt(t,v,"Opening handshake has timed out")}),v.on("error",I=>{v===null||v[vx]||(v=t._req=null,Jo(t,I))}),v.on("response",I=>{let A=I.headers.location,R=I.statusCode;if(A&&o.followRedirects&&R>=300&&R<400){if(++t._redirects>o.maxRedirects){dt(t,v,"Maximum redirects exceeded");return}v.abort();let D;try{D=new zd(A,e)}catch{let P=new SyntaxError(`Invalid URL: ${A}`);Jo(t,P);return}Sx(t,D,r,i)}else t.emit("unexpected-response",v,I)||dt(t,v,`Unexpected server response: ${I.statusCode}`)}),v.on("upgrade",(I,A,R)=>{if(t.emit("upgrade",I),t.readyState!==ge.CONNECTING)return;v=t._req=null;let D=I.headers.upgrade;if(D===void 0||D.toLowerCase()!=="websocket"){dt(t,A,"Invalid Upgrade header");return}let b=Rv("sha1").update(g+Lv).digest("base64");if(I.headers["sec-websocket-accept"]!==b){dt(t,A,"Invalid Sec-WebSocket-Accept header");return}let P=I.headers["sec-websocket-protocol"],O;if(P!==void 0?S.size?S.has(P)||(O="Server sent an invalid subprotocol"):O="Server sent a subprotocol but none was requested":S.size&&(O="Server sent no subprotocol"),O){dt(t,A,O);return}P&&(t._protocol=P);let B=I.headers["sec-websocket-extensions"];if(B!==void 0){if(!y){dt(t,A,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let M;try{M=Uv(B)}catch{dt(t,A,"Invalid Sec-WebSocket-Extensions header");return}let V=Object.keys(M);if(V.length!==1||V[0]!==Tn.extensionName){dt(t,A,"Server indicated an extension that was not requested");return}try{y.accept(M[Tn.extensionName])}catch{dt(t,A,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[Tn.extensionName]=y}t.setSocket(A,R,{allowSynchronousEvents:o.allowSynchronousEvents,generateMask:o.generateMask,maxBufferedChunks:o.maxBufferedChunks,maxFragments:o.maxFragments,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation})}),o.finishRequest?o.finishRequest(v,t):v.end()}function Jo(t,e){t._readyState=ge.CLOSING,t._errorEmitted=!0,t.emit("error",e),t.emitClose()}function qv(t){return t.path=t.socketPath,Ex.connect(t)}function jv(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=Ex.isIP(t.host)?"":t.host),kv.connect(t)}function dt(t,e,r){t._readyState=ge.CLOSING;let i=new Error(r);Error.captureStackTrace(i,dt),e.setHeader?(e[vx]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(Jo,t,i)):(e.destroy(i),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function Hd(t,e,r){if(e){let i=Dv(e)?e.size:Gv(e).length;t._socket?t._sender._bufferedBytes+=i:t._bufferedAmount+=i}if(r){let i=new Error(`WebSocket is not open: readyState ${t.readyState} (${nn[t.readyState]})`);process.nextTick(r,i)}}function Wv(t,e){let r=this[je];r._closeFrameReceived=!0,r._closeMessage=e,r._closeCode=t,r._socket[je]!==void 0&&(r._socket.removeListener("data",Zo),process.nextTick(Ix,r._socket),t===1005?r.close():r.close(t,e))}function Kv(){let t=this[je];t.isPaused||t._socket.resume()}function $v(t){let e=this[je];e._socket[je]!==void 0&&(e._socket.removeListener("data",Zo),process.nextTick(Ix,e._socket),e.close(t[Mv])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t))}function yx(){this[je].emitClose()}function Yv(t,e){this[je].emit("message",t,e)}function Vv(t){let e=this[je];e._autoPong&&e.pong(t,!this._isServer,bx),e.emit("ping",t)}function Jv(t){this[je].emit("pong",t)}function Ix(t){t.resume()}function Zv(t){let e=this[je];e.readyState!==ge.CLOSED&&(e.readyState===ge.OPEN&&(e._readyState=ge.CLOSING,Ax(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t)))}function Ax(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),t._closeTimeout)}function kx(){let t=this[je];if(this.removeListener("close",kx),this.removeListener("data",Zo),this.removeListener("end",Tx),t._readyState=ge.CLOSING,!this._readableState.endEmitted&&!t._closeFrameReceived&&!t._receiver._writableState.errorEmitted&&this._readableState.length!==0){let e=this.read(this._readableState.length);t._receiver.write(e)}t._receiver.end(),this[je]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",yx),t._receiver.on("finish",yx))}function Zo(t){this[je]._receiver.write(t)||this.pause()}function Tx(){let t=this[je];t._readyState=ge.CLOSING,t._receiver.end(),this.end()}function Rx(){let t=this[je];this.removeListener("error",Rx),this.on("error",bx),t&&(t._readyState=ge.CLOSING,this.destroy())}});var Lx=ae((bC,Ox)=>{"use strict";var EC=Xo(),{Duplex:Xv}=fe("stream");function Px(t){t.emit("close")}function Qv(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Dx(t){this.removeListener("error",Dx),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function eS(t,e){let r=!0,i=new Xv({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return t.on("message",function(c,d){let u=!d&&i._readableState.objectMode?c.toString():c;i.push(u)||t.pause()}),t.once("error",function(c){i.destroyed||(r=!1,i.destroy(c))}),t.once("close",function(){i.destroyed||i.push(null)}),i._destroy=function(o,c){if(t.readyState===t.CLOSED){c(o),process.nextTick(Px,i);return}let d=!1;t.once("error",function(f){d=!0,c(f)}),t.once("close",function(){d||c(o),process.nextTick(Px,i)}),r&&t.terminate()},i._final=function(o){if(t.readyState===t.CONNECTING){t.once("open",function(){i._final(o)});return}t._socket!==null&&(t._socket._writableState.finished?(o(),i._readableState.endEmitted&&i.destroy()):(t._socket.once("finish",function(){o()}),t.close()))},i._read=function(){t.isPaused&&t.resume()},i._write=function(o,c,d){if(t.readyState===t.CONNECTING){t.once("open",function(){i._write(o,c,d)});return}t.send(o,d)},i.on("end",Qv),i.on("error",Dx),i}Ox.exports=eS});var qd=ae((vC,Nx)=>{"use strict";var{tokenChars:tS}=qr();function nS(t){let e=new Set,r=-1,i=-1,o=0;for(o;o<t.length;o++){let d=t.charCodeAt(o);if(i===-1&&tS[d]===1)r===-1&&(r=o);else if(o!==0&&(d===32||d===9))i===-1&&r!==-1&&(i=o);else if(d===44){if(r===-1)throw new SyntaxError(`Unexpected character at index ${o}`);i===-1&&(i=o);let u=t.slice(r,i);if(e.has(u))throw new SyntaxError(`The "${u}" subprotocol is duplicated`);e.add(u),r=i=-1}else throw new SyntaxError(`Unexpected character at index ${o}`)}if(r===-1||i!==-1)throw new SyntaxError("Unexpected end of input");let c=t.slice(r,o);if(e.has(c))throw new SyntaxError(`The "${c}" subprotocol is duplicated`);return e.add(c),e}Nx.exports={parse:nS}});var Hx=ae((IC,Gx)=>{"use strict";var rS=fe("events"),Qo=fe("http"),{Duplex:SC}=fe("stream"),{createHash:iS}=fe("crypto"),Mx=Yo(),Qn=Hr(),sS=qd(),oS=Xo(),{CLOSE_TIMEOUT:aS,GUID:cS,kWebSocket:dS}=Qt(),lS=/^[+/0-9A-Za-z]{22}==$/,Bx=0,Fx=1,Ux=2,jd=class extends rS{constructor(e,r){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxBufferedChunks:1024*1024,maxFragments:128*1024,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:aS,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:oS,...e},e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=Qo.createServer((i,o)=>{let c=Qo.STATUS_CODES[426];o.writeHead(426,{"Content-Length":c.length,"Content-Type":"text/plain"}),o.end(c)}),this._server.listen(e.port,e.host,e.backlog,r)):e.server&&(this._server=e.server),this._server){let i=this.emit.bind(this,"connection");this._removeListeners=uS(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(o,c,d)=>{this.handleUpgrade(o,c,d,i)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=Bx}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(this._state===Ux){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(rs,this);return}if(e&&this.once("close",e),this._state!==Fx)if(this._state=Fx,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick(rs,this):process.nextTick(rs,this);else{let r=this._server;this._removeListeners(),this._removeListeners=this._server=null,r.close(()=>{rs(this)})}}shouldHandle(e){if(this.options.path){let r=e.url.indexOf("?");if((r!==-1?e.url.slice(0,r):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,r,i,o){r.on("error",zx);let c=e.headers["sec-websocket-key"],d=e.headers.upgrade,u=+e.headers["sec-websocket-version"];if(e.method!=="GET"){er(this,e,r,405,"Invalid HTTP method");return}if(d===void 0||d.toLowerCase()!=="websocket"){er(this,e,r,400,"Invalid Upgrade header");return}if(c===void 0||!lS.test(c)){er(this,e,r,400,"Missing or invalid Sec-WebSocket-Key header");return}if(u!==13&&u!==8){er(this,e,r,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){is(r,400);return}let f=e.headers["sec-websocket-protocol"],x=new Set;if(f!==void 0)try{x=sS.parse(f)}catch{er(this,e,r,400,"Invalid Sec-WebSocket-Protocol header");return}let g=e.headers["sec-websocket-extensions"],w={};if(this.options.perMessageDeflate&&g!==void 0){let S=new Qn({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let y=Mx.parse(g);y[Qn.extensionName]&&(S.accept(y[Qn.extensionName]),w[Qn.extensionName]=S)}catch{er(this,e,r,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let S={origin:e.headers[`${u===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(S,(y,v,I,A)=>{if(!y)return is(r,v||401,I,A);this.completeUpgrade(w,c,x,e,r,i,o)});return}if(!this.options.verifyClient(S))return is(r,401)}this.completeUpgrade(w,c,x,e,r,i,o)}completeUpgrade(e,r,i,o,c,d,u){if(!c.readable||!c.writable)return c.destroy();if(c[dS])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>Bx)return is(c,503);let x=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${iS("sha1").update(r+cS).digest("base64")}`],g=new this.options.WebSocket(null,void 0,this.options);if(i.size){let w=this.options.handleProtocols?this.options.handleProtocols(i,o):i.values().next().value;w&&(x.push(`Sec-WebSocket-Protocol: ${w}`),g._protocol=w)}if(e[Qn.extensionName]){let w=e[Qn.extensionName].params,S=Mx.format({[Qn.extensionName]:[w]});x.push(`Sec-WebSocket-Extensions: ${S}`),g._extensions=e}this.emit("headers",x,o),c.write(x.concat(`\r
|
|
15
15
|
`).join(`\r
|
|
16
|
-
`)),c.removeListener("error",
|
|
16
|
+
`)),c.removeListener("error",zx),g.setSocket(c,d,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxBufferedChunks:this.options.maxBufferedChunks,maxFragments:this.options.maxFragments,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(g),g.on("close",()=>{this.clients.delete(g),this._shouldEmitClose&&!this.clients.size&&process.nextTick(rs,this)})),u(g,o)}};Gx.exports=jd;function uS(t,e){for(let r of Object.keys(e))t.on(r,e[r]);return function(){for(let i of Object.keys(e))t.removeListener(i,e[i])}}function rs(t){t._state=Ux,t.emit("close")}function zx(){this.destroy()}function is(t,e,r,i){r=r||Qo.STATUS_CODES[e],i={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(r),...i},t.once("finish",t.destroy),t.end(`HTTP/1.1 ${e} ${Qo.STATUS_CODES[e]}\r
|
|
17
17
|
`+Object.keys(i).map(o=>`${o}: ${i[o]}`).join(`\r
|
|
18
18
|
`)+`\r
|
|
19
19
|
\r
|
|
20
|
-
`+r)}function tr(t,e,r,i,o,c){if(t.listenerCount("wsClientError")){let d=new Error(o);Error.captureStackTrace(d,tr),t.emit("wsClientError",d,r,e)}else ss(r,i,o,c)}});var ep=ae(Ae=>{"use strict";var N=j;(function(t,e){let r=j,i=t();for(;;)try{if(parseInt(r(888))/1*(-parseInt(r(1354))/2)+-parseInt(r(1034))/3*(parseInt(r(423))/4)+parseInt(r(935))/5*(parseInt(r(1053))/6)+-parseInt(r(1208))/7*(parseInt(r(1012))/8)+-parseInt(r(1187))/9*(-parseInt(r(1099))/10)+parseInt(r(1308))/11*(parseInt(r(1043))/12)+parseInt(r(364))/13*(-parseInt(r(1829))/14)===e)break;i.push(i.shift())}catch{i.push(i.shift())}})(sa,670870);var yS=Object["definePr"+N(1536)],bS=Object["getOwnPr"+N(1806)+N(1526)],Jh=(t,e)=>function(){return t&&(e=(0,t[{TkRak:function(c,d){return c(d)}}[N(1020)](bS,t)[0]])(t=0)),e},ES=(t,e)=>{let r=N,i={wzKLD:function(c,d,u,f){return c(d,u,f)}};for(var o in e)i[r(1002)](yS,t,o,{get:e[o],enumerable:!0})};function vS(){return jh||(jh=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function SS(){let t=N;return Wh||(Wh=[IDBCursor[t(870)+"e"][t(1320)],IDBCursor[t(870)+"e"][t(1324)],IDBCursor.prototype[t(1324)+"PrimaryKey"]])}function IS(t){let e=N,r={gSFWZ:function(o){return o()},nGgxE:function(o,c){return o(c)},tOWRb:e(1682),GXdpr:e(1459),OMUNS:function(o,c){return o instanceof c}},i=new Promise((o,c)=>{let d=e,u={GIWSn:r[d(1668)],GiXyK:r.GXdpr},f=()=>{let _=d;t[_(1181)+_(564)+_(398)](u[_(741)],h),t[_(1181)+_(564)+_(398)](u[_(651)],g)},h=()=>{let _=d;o(Ut(t.result)),r[_(1033)](f)},g=()=>{let _=d;r[_(1813)](c,t[_(1459)]),r.gSFWZ(f)};t[d(765)+"Listener"](r[d(1668)],h),t[d(765)+d(1865)](r[d(1052)],g)});return i[e(607)](o=>{let c=e;r[c(1219)](o,IDBCursor)&&Wd[c(808)](o,t)})[e(1436)](()=>{}),ra[e(808)](i,t),i}function AS(t){let e=N,r={qCJxK:e(1453),NsoAp:e(1459),vwKFc:"abort",OnYJN:function(o,c){return o-c},MbJcr:function(o,c){return o===c},RaLCp:e(457),ArHjs:function(o){return o()},krbxj:function(o,c){return o(c)},nyecE:e(308)+"or",azWSm:function(o){return o()}};if(na[e(1721)](t))return;let i=new Promise((o,c)=>{let d=e,u={duEly:function(_,v){return r.krbxj(_,v)},YTmUE:r.nyecE,jgHXy:function(_){return r.azWSm(_)}},f=()=>{let _=j;t[_(1181)+_(564)+_(398)](r[_(1258)],h),t[_(1181)+"entListe"+_(398)](r[_(1500)],g),t[_(1181)+_(564)+_(398)](r[_(809)],g)},h=()=>{let _=j,v={ONBCW:function(y,E){return y*E},dagyR:function(y,E){return r[j(849)](y,E)}};if(r[_(1797)](r[_(1673)],r[_(1673)]))r[_(859)](o),f();else{let{initReconnectInterval:y,maxReconnectInterval:E,reconnectIntervalGrowFactor:I}=this[_(1696)],A=v.ONBCW(y,_0x544413.pow(I,v[_(1658)](_0x4e933e,1)));return A>E?E:A}},g=()=>{let _=j;u[_(1518)](c,t[_(1459)]||new DOMException(u[_(753)],u.YTmUE)),u.jgHXy(f)};t["addEvent"+d(1865)](r[d(1258)],h),t[d(765)+"Listener"](r[d(1500)],g),t[d(765)+d(1865)](r[d(809)],g)});na.set(t,i)}function kS(t){ia={ocmcF:function(i,o){return i(o)}}[N(887)](t,ia)}function TS(t){let e=N,r={qGuzW:function(i,o){return i(o)},vPooF:function(i,o){return i(o)},hzODJ:function(i,o){return i(o)},WQEzj:function(i,o){return i(o)},egXFY:function(i,o){return i<<o},pDeIX:function(i,o){return i&o},mbvSC:e(1423),ZaPyB:function(i,o){return i(o)},Zacwi:function(i,o){return i in o},jYsTq:e(990)+"oreNames",YaxfJ:function(i){return i()}};return t===IDBDatabase[e(870)+"e"][e(641)+e(1041)]&&!r[e(1242)](r.jYsTq,IDBTransaction[e(870)+"e"])?function(i,...o){let c=e,d=t.call(r[c(725)](os,this),i,...o);return jd.set(d,i[c(1572)]?i[c(1572)]():[i]),r[c(1549)](Ut,d)}:r.YaxfJ(SS)[e(1477)](t)?function(...i){let o=e;return t.apply(r.hzODJ(os,this),i),r[o(725)](Ut,Wd[o(1548)](this))}:function(...i){let o=e,c={pzPud:function(d,u){return r[j(1332)](d,u)},xfgGo:function(d,u){return d<u},hosWj:function(d,u){return r[j(1274)](d,u)},aAkmv:function(d,u){return r[j(1115)](d,u)}};if(o(1423)===r[o(643)])return Ut(t[o(800)](r[o(1830)](os,this),i));_0x52607f=c[o(763)](_0x4b0509,_0x2ff250),c[o(813)](_0x3bbc4b,32)&&(_0x2ae62a|=c.hosWj(c[o(1338)](127,_0x1be0e2),_0x2fb8ea)),_0x429195+=7}}function CS(t){let e=N,r={RmCrZ:e(890),Yracy:function(i,o){return i(o)},pmJIF:function(i,o){return i instanceof o},ZmwCY:function(i,o,c){return i(o,c)},yUxkB:function(i){return i()}};return typeof t===r[e(449)]?r[e(1151)](TS,t):(r[e(1800)](t,IDBTransaction)&&r[e(1151)](AS,t),r[e(1352)](Zh,t,r[e(1038)](vS))?new Proxy(t,ia):t)}function Ut(t){let e=N,r={ZuriD:function(o,c){return o!==c}};if(t instanceof IDBRequest)return IS(t);if(ea[e(1721)](t))return ea.get(t);let i=CS(t);return r[e(1849)](i,t)&&(ea.set(t,i),ra.set(i,t)),i}function j(t,e){t=t-292;let r=sa(),i=r[t];if(j.yTwVEE===void 0){var o=function(f){let h="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",g="",_="";for(let v=0,y,E,I=0;E=f.charAt(I++);~E&&(y=v%4?y*64+E:E,v++%4)?g+=String.fromCharCode(255&y>>(-2*v&6)):0)E=h.indexOf(E);for(let v=0,y=g.length;v<y;v++)_+="%"+("00"+g.charCodeAt(v).toString(16)).slice(-2);return decodeURIComponent(_)};j.pnVSkh=o,j.pWQsvd={},j.yTwVEE=!0}let c=r[0],d=t+c,u=j.pWQsvd[d];return u?i=u:(i=j.pnVSkh(i),j.pWQsvd[d]=i),i}var Zh,jh,Wh,Wd,na,jd,ea,ra,ia,os,Kh=Jh({"node_modules/idb/build/wrap-idb-value.js"(){let t=N,e={akWnd:function(r,i,o){return r(i,o)},VdBIa:t(1461),LFVLU:function(r,i){return r>>i},EgkSz:function(r,i){return r&i},MSCGy:function(r,i){return r!==i},DOHJp:t(1619),MSTmK:function(r,i){return r instanceof i},mRuPz:function(r,i){return r===i},hpOgy:"done",bTsNk:function(r,i){return r===i},zHeNx:t(990)+t(894),qLAvf:t(1382),VZagm:function(r,i){return r(i)},OVXEQ:function(r,i){return r!==i},KPViB:t(300),mAOcS:function(r,i){return r===i},XLdeE:"store"};Zh=(r,i)=>i.some(o=>r instanceof o),Wd=new WeakMap,na=new WeakMap,jd=new WeakMap,ea=new WeakMap,ra=new WeakMap,ia={get(r,i,o){let c=t,d={mhsDx:function(u,f,h){return e[j(458)](u,f,h)},gLNZT:e[c(994)],kIBcf:function(u,f){return u|f},XyIjI:function(u,f){return u&f},pCLUG:function(u,f){return e[c(755)](u,f)},WzMLa:function(u,f){return e[c(1653)](u,f)}};if(e.MSCGy(e.DOHJp,e[c(863)])){let u=this[c(816)+c(1051)]?.[c(1795)+"ntEndpoint"]();this["_dispatc"+c(1256)+"ent"](d.mhsDx(_0x47cd92,d.gLNZT,{code:_0x550f3a.code,reason:"connecti"+c(1328)+c(1419)+"wn reaso"+c(1645)+c(786)+u})),this[c(816)+c(1051)]?.[c(608)+"pointConfig"](),this[c(1770)+c(610)]?.["resetCou"+c(1870)]();return}else{if(e[c(1040)](r,IDBTransaction)){if(e.mRuPz(i,e.hpOgy))return na[c(1548)](r);if(e[c(395)](i,e[c(529)]))return r[c(990)+c(894)]||jd.get(r);if(i===c(602))if(e[c(1728)]!==e[c(1728)])_0x2b07ba[_0x577605++]=d.kIBcf(d.XyIjI(d.pCLUG(_0x1d91eb,18),7),240),_0x4c5da9[_0x1437cf++]=d.WzMLa(_0x2b709e>>12,63)|128;else return o[c(990)+c(894)][1]?void 0:o["objectSt"+c(549)](o["objectSt"+c(894)][0])}return e[c(764)](Ut,r[i])}},set(r,i,o){let c=t;if(e[c(781)](c(1689),e.KPViB))return r[i]=o,!0;this[c(540)+"s"]=_0x16e729,this[c(1734)+"es"]=_0x1dab2e,this[c(473)+c(1679)]=0,this["currentE"+c(591)+c(1823)+"t"]=0},has(r,i){let o=t;return r instanceof IDBTransaction&&(e[o(907)](i,e.hpOgy)||e[o(1532)](i,e[o(371)]))?!0:i in r}},os=r=>ra[t(1548)](r)}}),Yh={};ES(Yh,{deleteDB:()=>DS,openDB:()=>RS,unwrap:()=>os,wrap:()=>Ut});function RS(t,e,{blocked:r,upgrade:i,blocking:o,terminated:c}={}){let d=N,u={QQuWY:function(g,_){return g(_)},cVjZB:d(1461),Oocos:d(847)+"hange",mQzrz:function(g,_){return g(_)},WNExe:d(1112)+"eeded",QKSWP:"blocked"},f=indexedDB[d(1576)](t,e),h=u[d(774)](Ut,f);return i&&f[d(765)+d(1865)](u.WNExe,g=>{let _=d;i(Ut(f[_(877)]),g[_(696)+"on"],g[_(1415)+"on"],u[_(902)](Ut,f[_(641)+_(1041)]))}),r&&f[d(765)+"Listener"](u.QKSWP,()=>r()),h[d(607)](g=>{let _=d;c&&g[_(765)+"Listener"](u[_(723)],()=>c()),o&&g[_(765)+"Listener"](u[_(571)],()=>o())})[d(1436)](()=>{}),h}function DS(t,{blocked:e}={}){let r=N,i={AehNU:r(1230),MOwyY:function(c,d){return c(d)}},o=indexedDB["deleteDa"+r(716)](t);return e&&o[r(765)+r(1865)](i.AehNU,()=>e()),i[r(677)](Ut,o).then(()=>{})}function $h(t,e){let r=N,i={oaXNP:function(f,h){return f!==h},lwbwZ:"nZwFZ",HsFRM:r(1457)+"e",DMBXJ:r(471),vPiag:function(f,h){return f instanceof h},FijQL:function(f,h){return f in h},eAihk:function(f,h){return f===h},IyPmP:function(f,h){return f!==h}};if(!(i[r(1179)](t,IDBDatabase)&&!i[r(663)](e,t)&&i.eAihk(typeof e,r(882))))return;if(ta.get(e))return ta[r(1548)](e);let o=e.replace(/FromIndex$/,""),c=i[r(1238)](e,o),d=Qh.includes(o);if(!i[r(663)](o,(c?IDBIndex:IDBObjectStore)[r(870)+"e"])||!(d||Xh.includes(o)))return;let u=async function(f,...h){let g=r;if(i[g(1301)](i[g(1269)],g(807))){if(!this[g(1839)])return;this[g(500)+g(1473)+"t"](_0x3bc7b4,_0xc38b1,_0x2e77c6)}else{let _=this[g(641)+g(1041)](f,d?i[g(1142)]:i[g(1550)]),v=_[g(602)];return c&&(v=v[g(803)](h[g(1189)]())),(await Promise[g(704)]([v[o](...h),d&&_[g(603)]]))[0]}};return ta[r(808)](e,u),u}var Xh,Qh,ta,PS=Jh({"node_modules/idb/build/index.js"(){let t=N,e={jOiUm:function(r){return r()},YbOVG:t(1548),BGPwd:"getKey",PcQSU:t(1194),Cccpr:t(1837)+"ys",jRBmV:t(1123),MoCFB:t(1009),jwxcN:t(1866)};e[t(788)](Kh),e.jOiUm(Kh),Xh=[e.YbOVG,e.BGPwd,e[t(1646)],e[t(1285)],t(757)],Qh=[t(1754),e[t(1330)],e.MoCFB,e[t(960)]],ta=new Map,kS(r=>({...r,get:(i,o,c)=>$h(i,o)||r[t(1548)](i,o,c),has:(i,o)=>!!$h(i,o)||r[t(1721)](i,o)}))}}),OS={idb:function(t){let e=N,r={xtNiu:function(i,o){return i<o},zxwxD:function(i,o){return i&o},oUoml:function(i,o){return i>=o},XyuTM:function(i,o){return i<o},NJnTP:function(i,o){return i<<o},CxyAH:function(i,o){return i-o},weCZA:function(i,o){return i|o},dfRWu:function(i,o){return i<<o},ToGZY:function(i,o){return i+o},jJweZ:function(i,o){return i!==o},SyRvT:e(776),wLlIS:e(1174)};t.exports=Promise[e(1877)]()[e(607)](()=>(PS(),Yh))[e(607)](function(i){let o=e,c={pPTMt:function(d,u){return r.xtNiu(d,u)},NGgPq:function(d,u){return d|u},FBdZi:function(d,u){return d<<u},WIFFY:function(d,u){return d&u},MSKdK:function(d,u){return r[j(719)](d,u)},xlScu:function(d,u){return r[j(1092)](d,u)},pOazI:function(d,u){return r.XyuTM(d,u)},IgwNy:function(d,u){return d|u},Fxokh:function(d,u){return r[j(1437)](d,u)},fIvCf:function(d,u){return d>=u},phKXi:function(d,u){return r[j(1827)](d,u)},xFxTR:function(d,u){return r.weCZA(d,u)},rULjv:function(d,u){return r[j(719)](d,u)},OzjuF:function(d,u){return r.dfRWu(d,u)},HGwQG:function(d,u){return r[j(1322)](d,u)},reaeO:function(d,u){return r[j(875)](d,u)}};if(r[o(1821)](r.SyRvT,r[o(1214)]))return i;{let d=_0x34a0d8[_0x35c04f++];if(d<=127)_0x589002+=_0x315332["fromChar"+o(404)](d);else if(d>=192&&c[o(553)](d,224))_0x25f90a+=_0x5d74f7["fromChar"+o(404)](c.NGgPq(c[o(534)](c[o(1758)](31,d),6),c[o(1398)](63,_0x47cebc[_0x4f58e3++])));else if(c[o(599)](d,224)&&c.pOazI(d,240))_0x53f2b8+=_0x3d2173[o(455)+o(404)](c[o(511)](c[o(534)](c[o(1758)](15,d),12),c[o(1812)](c[o(1398)](63,_0x2bc950[_0x331ef6++]),6))|c[o(1398)](63,_0xdf7dd5[_0x21e27c++]));else if(c.fIvCf(d,240)){let u=c[o(792)](c.xFxTR(c.xFxTR(c[o(575)](c[o(1812)](c[o(720)](7,d),18),c[o(488)](63&_0x5e9852[_0x1054a2++],12)),c.HGwQG(c.WIFFY(63,_0x1dd0d7[_0x14d26d++]),6)),c[o(1758)](63,_0x2b9788[_0x164bec++])),65536);_0x27c9ba+=_0x37e746[o(455)+o(404)](55296+(u>>10)),_0x47d4f2+=_0x3150db[o(455)+o(404)](c.reaeO(56320,1023&u))}}})}},Vh={};function sa(){let t=["yMfJA3vWigu","C3bSAwnL","z25yvw4","yxnZAwDU","yM93rhm","D2LSBfjLy28","C2v0sxrLBq","DfnQrxO","CurvzuG","qNntDw4","qNPdEu0","r0Xnt0O","DuH1Dfa","Axnby2TdBgu","ywfjDNi","Dev2zw50","z2v0q3vYCMu","DwnABwu","twjky3i","Dgv4Dc9Qyxy","BwfW","Cg1ksuy","x2rYB3bhBg8","u2Putfm","EM1kz3a","x2nSzwfYvgK","C3jtAwK","B3bLCNr5tMe","u2vYDMLJzvC","igzPzwXKoIa","CMfNzvn5BMm","wLLcBxG","lcbTyxGGCMu","rNHVA2G","BKDNEeu","uNHtsLq","rNnnqvG","yLnctK4","wvrHqvK","vMPAu1K","BwzUt1q","ywnRDxbfBMq","AKP3zvO","qufOwKC","CMLLC0nVDw4","o2nOyxjZzxq","Bwv0Ag9K","C3nHz2vfDMu","q3H5quG","y1bIuM8","mZCZmtGXmK5Zq3njwa","wMfqEui","x2fKzfDZtgK","qNjPzgDL","Bg9Wre4","vfPotwW","ALPIA04","DMX4uhC","z2v0qwXSs2u","zxjFCw9Zx2e","x3DZ","yNHOCMO","yxbuv3i","r1DKtKG","mhWZ","suXgEwO","sw5qCwS","DgfftuK","BwzQyui","x29UrxjYB3i","wNvYAuq","zxH0ugf5Bg8","B3nLrxzLBNq","mNWXFdn8ohW","DxrVuMvJB24","CM92AwrLihC","Dg9cExrLC0W","uu1ruNG","zhrZtwm","vLv2tMK","wwjdzLi","q3jADwe","mNW3Fdr8mq","vuL1rwq","AMDSzKe","tu1lr0K","tgLZDgvUzxi","y2XLyxi","vxPXv28","y3jLyxrLrwW","zgfgBwq","BNrLCG","v25dDwG","ELnABNm","C1nSu2m","igfYCMf5yNu","BgLTAxq","CMvJB25Uzwm","CMvZB2X2zq","zxPcCgi","zgvJB2rLzey","x29UvgLTzw8","B2D1Duy","zgvIDwC","ve1YC3K","EujYwxK","r21eCeq","u1HPuNC","Cgf5Bg9Hzfq","v3jMt00","z1rPBwvVDxq","uwXbyvi","Ef9MCM9UDgK","D25wzgW","AgTdweS","y3ruAw1LB3u","BMvLzf9Hy2S","BuflANa","wgzjsxu","sxn0u2K","Evfxuem","CgXLyxnLiha","qwjVCNrfCNi","ywnRtxnNswq","DhfVwhq","DgLLCKPtt04","vhrSu3m","zwLHwfC","CMvUDevUzha","zgrjrcWGzgu","qufLD0W","v0fnrgC","ywDguey","DK9uuhy","uKzfC2m","EKHwy0G","Bg9IywXty28","igXHCMDLCIa","BNruCMLLC0m","wgHUuMm","wKnmENC","B3fxDei","uuTfruy","s3H5BKW","CMvJzwL2zwq","y2HLy2TdDxi","ENLyAhq","AxzwB3e","CgfYC2u","EvPVC2K","y2uGBM90igK","uKDlEMG","whbwrfa","AgvHzgvY","Ae1crhy","vxbjCMq","x3vYBa","z2vrDwv1zuW","Cu9uB3e","DLPpzg8","rfHdyvy","B2fK","zKvVqwq","y3bjv3K","tfbpCgi","zNjVBuHHC2G","zgPNrxG","y0DSuvm","CM92AwrLige","r0rICMq","uMXTCwG","s3HvqM0","zeXmvfC","Ew9lDee","s0HotMO","qvHOr2u","AwrI","yNPxCvy","mtnytuLVwei","v2Dxs2y","DgLTzw91DcW","tLnYtve","CgLUz0LUDgu","CxfXDhi","v1HuBeW","weXKzuu","tNndtKu","x2XPC3rLBMu","rejWwhK","yw5ZzM9YBvq","AevYCM9Yrxy","u0vjr1y","wfrmufC","v2Xctvi","CLvjvMy","r054Dfy","EK5UqLC","yMfSu2nVCgu","AuzmDKK","u0fdwNK","ue9NsKW","BfbIAgS","B0PRww8","u3jvteq","z0LAy2e","zxjFBxnNAwq","CenWue4","reiGzMfPBgu","u1HvzvC","yLrZtMS","tK9yAvC","AuzeuLK","BMvY","qLf5EgC","uvHwqNK","ruX0uMq","tvvrBvu","r2PUD3i","q29Kzq","ELjvrMS","weDju0u","vvLHteC","ywDLsgLKzq","zw1LBNq","Bg9fy1y","yu9LyLC","shzqEhC","BwrjD3u","CMvKDwnL","x2LUAxq","y29UC3rYDwm","yxv0B21HDgK","B3rwDNi","EgTAEg8","ywX3yxLZ","y1n3vxm","CYbWyxjHBxm","mtq0mJm2vKjTrxnJ","BxnNsuq","x2LZqNjVD3m","BMnVzgLUzW","zK5kB3u","x21LC3nHz2u","ywDL","x25HDMLNyxq","y09Wzw4","svvgwgG","uLLHsvi","B2TVz1G","refYEuC","tun0vwm","CuPpAve","BML0AwfSAxO","DMLJzuLeig8","Cfnvve4","D24GCMvHC28","AKr3qNe","weD1vgm","txrZyxC","vxnPsLu","qMTRtfO","CfbiEfK","v2rWuKW","uM1dCLO","y056zfe","wNHqu0S","seviB2O","ExvVzhu","D05IDeW","zNjVBunOyxi","A29SvKu","tNjfDwq","ywTxBMq","y29UBMvJDfm","BMfTzq","BwvY","z1DSC1i","BfjvrLy","CNnVCKzPBgu","u21OreS","BgPrtgW","u2XWCxy","wvDeqKO","v2TRA0C","twvZC2fNzuu","CMvHzg9UBhK","CMfTugfYyw0","y3vYCMvUDeK","rwfrCwS","CM9YrxzLBNq","CgLUz1rPBwu","tgnwC3O","sgvczwm","Dg9mB3DLCKm","EMPTz0W","ywD1vLi","tu9pEwW","u2vXsuq","DwrzD2e","q0v3rKC","x1fVu01HBMe","wNnpCM4","t3PQDuy","DxPvAvG","ywzL","CMvQzwn0","AxnAzxjV","ywDLu2HVDW","zMXVB3i","zgHIswW","zw5hCgG","zKDlAva","z3nuAuu","r3LrBMK","x2rLC3rYB3K","qu5VuwC","BNrbBMrvCgq","zMDtAwW","y29Uy2f0","AxL0yuO","uxvzuvi","nNWWFdv8m3W","tuvtu0fhrv8","t01yCfa","v1DRvLe","swD3tNK","B25SAw5L","DhjiCLu","q0f1r3u","Cxvct3q","BM5Ly3q","Aw5Lza","zurhwe8","y2LnqKu","wNzJyNO","uejjvvm","Dw5ZAwDUzwq","x2n1CNnVCKy","zKHVBfi","BNbztKq","yKDUB0i","rerwBM4","AgfUz2u","EKHLtNG","DMTfq1i","sfriu0y","rfH3AKC","yMLUyxj5vhK","rKjKwMK","DeD4BgS","zenzAhq","B25pCgvU","u0HsD3e","vvzXDfO","zw5KCg9PBNq","zw1PDa","s1nHz1G","EKrUBg0","BgnHDhC","BgXYrKe","CLzHBhvLCW","yuvLueq","DfDUtfK","B3jL","wKvdvLm","BwvZC2fNzq","yxbWzw5Kq2G","Cfbutxq","y3vYC29Yx24","uePMz1i","D2noCMW","u2XuAei","y0XHEKe","wuTqqLa","EKDbCfa","zxH0zw5ZAw8","y1HpAxi","zgHLzfq","zw50tgLZDgu","whnPEuG","wujMwwS","ihrYEsbYzwm","BwLUzW","Bxr3uLy","x2LZsw5PDa","t29JB3m","yw1rB20","B25LCNjVCG","ywXPzcb1CMW","tKDNuhe","AKnsv2W","zuXZvfO","ywXSB2nvBNm","Bwu6ia","z2vjBMzVu3K","r0fTtLm","zvfvAxy","s0PND08","C2nwv1C","rfPfD3q","Ee1MuLi","zxjYtxnN","v3zeAgK","DxzbA2m","C0rIvLK","BMrWB2LUDfq","x2n1CNnVCK0","wg1mD3m","qvrluNa","z2v0q3vYC28","vLHWCwG","weTMENe","v2vPEgLUsLm","EgXty3u","BMzku3C","D2vI","C3rVCMu","zg9Uzq","q3PbDK4","BgvY","zv9ZDwnJzxm","DgHLBG","CMvZzxrfBMq","Aw91AeO","C0nVDw50zxi","x3nLCuLK","mNW0Fdf8m3W","rvfkq2C","ExfZtM8","ChrVCG","DgLTzw91Da","zxjFAxnFywm","wgv5tgy","zfDVCMTLCKC","v2LjuM0","yMLUyxj5","sgPOsuq","zM5hwM8","Aw1LCYbPBIa","B2rvEwy","v0rqCLi","s21Wwu0","AwLhB0K","rKLmrv9ot1q","zwXwDwS","Eufiuw4","rxjYB3jdB2q","wgLJEMC","tg5PvxG","CKPeELq","v29gyxG","zxPnrfO","B3jRig9MzMW","s0XKt0W","tLr5sMm","DhjHBNnHy3q","vwrsrNy","Bwj2u0m","A1nvB3O","pxv0zI04","C2fNzq","x2HHBMrSzva","tvDnsvG","BMrWB2LUDca","Cgzcshy","r2LyEuS","DxbKyxrLq3u","rw9sy2S","aaaaaaaaaaa","EwD0vNu","uxzHDvO","D3jPDgvvAw4","twLZC2LUzYa","t0PeDgK","Dg9tDhjPBMC","B2fOExe","q09oveLovuu","rMLQuuW","x2zVCM1HDeu","u3rYyxrLz3K","CvHcs2K","BNrfBMrWB2K","CNjVCK1LC3m","AwrPtxm","BhHiv2C","y29UBMvJDa","CxHSqNq","yw5Nzq","CMvHzfvjBNq","C3L3BeK","ruDIEvy","tu93EvK","D3jPDgu","CM92AwrLigi","C3vcEwe","y29SBM8","sLnTr2C","CNrOs0K","BeHHBMrSzxi","AgvHzgvYCW","ugX3wLK","vxvlu1u","Ae9Wzw5fDMu","C1HtC1K","C3vIyxjYyxK","Bg9NsurozxC","Bwf4tg9ZC0m","Bw1QuMy","zM9oCKq","r2nrtNa","B2XKvMvYC2K","zNjVBu51Bwi","zw5XDwv1zq","wvzRvuC","BuDfDfe","vKfrr1q","AxnbCNjHEq","C2vYDMLJzs0","ywXS","u0L3B2u","DMfS","AxDbEKG","BLjuy0m","yLv3tui","qurdvg0","wfjgtxG","Ahr0Chm6","uer3BKy","rNbluvy","BfrPBwvVDxq","DgfIyxnL","tMvTvLu","ufj2wNm","ENH3Eeq","CLvmANy","CLvTwvO","Aw5N","y1zQwKi","zxj2AwnL","CuD1ELC","DgLUzYbZzxi","ywzbuha","wNj5tvC","y3jLyxrLt3a","yxnL","EwncB1y","z2v0sxrLBq","BwvZC2fNzv8","q2TKA2i","Dg9cExrLC0i","AMnmwNq","thLUtMe","tMfTzq","uK1YsMC","CeL5Cfm","r0Lxu24","ihrPBwvVDxq","igzHAwWSig0","vurdyvC","Ec1TC2CTy3u","r21mC1i","q2PYBfi","qMfeq2y","CwD5A1q","y2HnyxHdB3u","zNLjwMK","zw5JB2rPBMC","wvrTvuu","u2TPCcbWyxm","tezwtfu","ywnRx2nVzgu","y291BNq","ihrVihjLDhi","AwDHDg9Yt24","x2rItMfTzq","DwfvD1e","AuvJEMe","ChPqDwq","vLPHz20","ywrKrxzLBNq","qKLHC2S","BMvJDa","rMrly2e","AfjXwfm","yxKSihrYEsa","BwTrDKW","CMvWBgfJzq","CgLUz09Uy2u","Bvf6CNO","tw5Ztu0","BhP6ExG","zfbgufq","A0DIzuS","x2TLEvbHDgG","ihn1y2nLC3m","t1zyrve","zwn0","yKn3q0W","yNbcuhy","wKfQtuO","yw1LoIa","AxzfA0q","AK9Pvw0","zcWG","Dgv4DfbHEwW","whjpB00","CgHlwgK","DhDVCMTdAge","z25RvLa","sfzqEK4","tg9NsurozxC","q29UzMLN","y29UBMvJDca","ChbLteG","yxbWBhK","s0zdzM8","CvDLsuW","Aw5KzxG","zw50zwqGDhK","CNLXCNC","y3jLyxrLuMu","BLP3rLO","C2v0","DNDlrMm","u25ss2q","teDJA2C","AxnmB25N","EgzNr28","qKv3B0W","yMLUza","x2vUzhbVAw4","DKLOsg4","twzivKq","DMLbt2W","vMP2uNa","vw5kvMS","whHIrwe","nhWXFdj8mhW","vgn2uNG","EvrotLG","reDSt0W","EwT1D1K","v1DYC1m","wKz3BwG","D0PVCw8","CNzHBfzHBhu","ywnur2O","v1LRqvC","x3bYzwzPEa","tfnIEhy","C2vYDMvYvgK","Ahr0Ca","wKTJA2y","EMvdC2y","y2fSBa","DxbAr2S","vwPwu3y","C3rHCNq","AvvIuha","Dg9Y","s2XvuhG","DMvYC2LVBMm","z2v0u3rVCMe","t25zsK4","vKjUseq","B3v0sw50zxi","wLn1A0S","s2ziD1G","CMjKtxy","EhntEMK","thzjCNe","CgvYC2LZDgu","Aw5ewKm","qxjiANm","zw5HyMXLvhi","vxjtDgS","x2LZtwLUAvC","re9isNa","rwTuwwC","y2HLy2Tszwe","zxmGCMvHy2G","A2v5sKC","yKPtte8","zMLN","ChjVDg90Exa","Cw9Z","zw5fDMvUDa","wKD1vvG","y3jLyxrLt2i","vg9hwLK","y2HnyxHuCMK","CMvZDwX0","z2nOs0O","AxnTBhK","t29lu0e","C1rlrKC","C3rYAw5N","wMjivuu","x2DLBMvYyxq","x3jLywr5q2W","wMXWBxK","B2nTy0y","mZjhufHLDva","A2v5CW","zNvUy3rPB24","venSDxO","l3DZl3yY","y3vYC29Y","B3jLtMfTzxm","tuDez2e","DgvZDa","Duj1Cu8","r0fitem","v05ky2i","s3PLEgS","EhLKsKq","uvf1v1K","C1Hlq2m","AgvKtwf4uMu","qwD2vKq","DMjrCem","Bvj1uhO","Evv4z3i","Egrzruq","sKLrs00","rvjst1i","uvfHBg4","DwDArM0","y2XVC2veqG","sNbbs0q","ANLAv0S","CeP4B2K","te92vMG","z2vtEw5J","sKjwru8","wufQuLu","DxL5Aum","s3juDhG","EhDzEw0","BMv4DcGPigm","x2jPBMfYEvq","B2zMC2v0","yKTYBMK","DvDbAKu","CNzsC3K","u3fYDhm","x2LUDgvYDMe","rxzLBNq","uLfHz0i","nuDjC2nVEa","x29UtwvZC2e","CMvXDwLYzwq","qK1Zr00","q09otKvdveK","x0vysvnu","A2vmEve","shrmquS","B3nLza","ywXSq3vYC28","yM9L","x3DZsw5ZDge","tgLXyMy","C2vUza","zv90Aw1LB3u","Efrurw52","zwvSt1i","BvDItgu","ywHXD2O","z25VugW","AMnNCgy","Cgf5Bg9Hzeu","uvfKsey","ywnOzwq","wNz0seO","AND4y04","A0fvCLu","x2DLDeLUDgu","Cg9qC0G","ywrKq291BNq","AwXLtMfTzq","zK1yBMS","x2nSzwfYugK","C2vUzf9Hy2S","DhbSte4","rvHcAe4","zwrhAvi","x2rPC2nVBM4","zM9YrwfJAa","z3nosgm","yNfpqLm","yLvpruW","rKzlt00","r1P6CeC","B25dBg9Zzq","z2u6ia","Bg93","tMnXtfy","zMLSzw5HBwu","Dxrjza","vgfN","r0jJveu","v2LUzg93","ENjry3y","q2rIthy","B2jQzwn0u3q","r0TVzfC","AfHhyve","BgfotLG","vMrcswe","renfvMe","Au9PD0y","x29Uq2XVC2u","C2XPy2u","A2v5","uuD1CfG","tMz2r3e","D3Plteq","AKnszhC","BMDLza","rxvZvNe","x29UugfNzu4","DhLWzq","BgjNBuC","zgvSzxrL","yxrLq291BNq","B25nzxnZywC","oda5nZzgtgvouLy","sgrdExm","BMjqCeO","sufNBNy","EMH2Eum","D2Txt28","CxDQsfi","tujhuvm","vgTsywS","zxrxB3jRq2G","CMfUzg9T","zgvMAw5Luhi","tufyx1jfvfi","wMn4tvi","Bvviqu4","q2DYDKe","DLDOvKu","B25VCgvU","rM5Wsvi","sxbRwNO","r1LwyLC","z1ngv1O","mZLMEM55tfu","A3fMwLe","DxrMofDYAxq","Exjeuee","Evv4A0i","CurYs28","tvnuBuS","Aw9U","uufRuxC","mtuZotGZndbNAxrnt2C","Agfoy3C","ywnRpwzYB24","EerUAeW","mdaWma","CIb0DhDjra","A0L2D0e","Eujyse8","De1HBMfNzxi","r1HKChi","mZy0mZG1nezUshveuG","uMvHzcbWyxm","DhD2qxe","r3nVvxa","DM56CLG","DgrnsfO","yxbWBgLJyxq","v1bAuwy","yNLL","B25tDg9Wsw0","zvHXD1a","Cw9Zx18","x2HHBMrSzvi","x2LZtM9Kzq","uLjpuG","yxv0BW","ihbYB3rVy28","AvzKtvm","vefrDxq","BwLAyuq","vgPhCgm","x2LUAxrhBg8","r1vtALO","zNjVBujPDhm","x2LZtwLUAvq","CM1QEhC","C3vIC3rYAw4","vMrNAuC","Dw5RBM93BIa","wwzhsNO","zMX1C2HfEha","zw5JB2rLrNi","zNjHBwvuExa","BM9Uzv9UB24","DMvUDa","s29uveq","zgnMueO","C2vYDMLJzq","EufTwMe","B1vVBwW","DujPCuu","ugjvvwO","AxnrB1nnzxm","BMLAC2m","wLn0seO","zwfXA0y","mte5mty4mtbpzxLUCMu","CYbHBhjLywq","sLfutu0","ze1iBwG","C2DPza","C2v0u3rVCMe","Ewvvq2u","DhbizwfKzxi","ww9RC0K","s1fKB3e","x3bPBMC","A1n0yxr1C0m","zM9Yy2u","DxbNCMfKzw4","B2zMBgLUzq","CgTTtNG","CerLsvG","DgHHBIbSB2m","yNL0zuXLBMC","qw1VDw50","C2v0y3vYC28","vgDjq0G","zufJAW","y3jLyxrLq2W","ywrK","EgDJwM8","zw5HyMXLuw8","C3rYAw5NAwy","sg1bA24","yMfSrxzLBNq","D1HiCLy","AgHtvuG","x2n1CNnVCK4","Cg93","tw9gA0W","DxjS","CKDVqw0","z0fQAu8","Aw47y2HHCNm","AxnrB1nby2S","CxDiu3C","uhntrKm","tKDFrvjst1i","shnguK0","BK1mq0m","zgvS","Dgfzq2q","nhW2FdL8nxW","zur0rgO","quXm","u2f2zuK","zKPdzMu","wxjHy3K","t2PLrha","ALvMtMS","DMzWqxa","q0Xpu0ve","AgvIywG","twrSsei","t1bftG","z25wswy","tu1dB2O","q291BNq","BxnNtw0","AgvJu3q","CKnWu0y","De5Uq0u","B2zM","ihjLy29UBMu","Dw50","AM9PBG","yxrHlcbKyxq","EwvXAMm","u1LZv1i","C2v0q3vYC28","rgv0EwS","EKjVs3K","CMvHC29U","uMnMDxG","ChjVy2vZCW","DLbPywC","yw5Hz2vY","CMvTB3zLrxy","rwXhy3m","x3nVy2TLDa","zMzmAw5L","BwXWuvi","B3bLBKrc","owvgsuvoCG","icSG","C2HPzNq","zwrPyxrLBhK","Ewzusfe","tg9Nsuq","wuHxree","z2v0qwXS","DhfdzKm","B25ozxr3B3i","zgf0yq","x194x21Zz18","sM9LC1q","x3jLy29UBMu","v1jRDxm","vgrtDeS","sLf6rwq","wMv6Dfi","Aw11q08","yw9yqNK","C2DKseW","ntuZB3bWDeHP","x29Ut3bLBG","vMnNyvG","CgDPzuW","x19LC01Vzhu","vfj5AwS","D0XSsvm","BMDuAw1LCG","AgnUvuq","AMvJDfn0B3i","zsbHihn0CMK","t01vtLm","yxjNBLm","q3vZDg9Trxi","Ce95vvK","ywDLrxzLBNq","y2flC28","t1bftL9fuLi","AeziugK","u1fgBem","BfjUsgW","suvtx0vsuK8","yMXVy2TLza","wxnnvuW","seHkCM8","sufpAMm","C2nYAxb0","D3vrrgm","ywrdEva","tgT1tw0","sxLqBva","DMvHyu8","wejsvgG","CMvHzhLtDge","wMfJD2K","zxjYtM8","zwPSwxC","DhjPzxm","uez2uuS","CvrTBfG","CvPhDvy","y2XVC2uSihC","ExzTBuy","yLLeBe4","mdaWmdaWmda","x2LUAxrqCM8","qMvMB1q","Cg9PBNrdB24","AenSB3nLrxy","zgv2AwnLx2K","CunkEeS","wwPqy08","CvrXq3i","Dfntv2C","EfHoB0q","vhbtsfK","y3jLyxrLtwu","uMvJB25Uzwm","zxnrzNu","DwLxsfi","zgzWsKO","BhDID1O","AfHyzve","t3LmrLG","sNnHAe4","D1bSvxe","zwDyrLK","C0Xf","C2vUDa","qvH4Cei","rKrxCxy","vLLPA1G","zwHms0u","EfPwAee","CgLUz19VBMm","q3vZDg9Tq2W","B09ougu","q2nJChi","twnOz1K","BgLUzq","tLfRquK","z2vY","A01Hrei","Au5WuMi","rfzUC3C","ufHWr0W","r1HlD20","Ew1UvK0","BKXPBMu","zxjFCw9Z","v0v3ANG","Den4y1u","vMLlsgO","B2fytLa","DMfSDwu","vgLTzw91Da","B2nRzxq","ywjmwM8","zw5HyMXLqxu","yujovfi","mtfuwxnntuW","EuvQz1a","vKPLCu0","r0veswq","quv4Cui","AufnyuS","BhLIswe","x3jLBw92zvC","tM1uv3O","zMvY","A0zVuhO","EhLABMO","ywr2yw5Jzq","y3vYC29Yx2y","zgzsv3u","tMPLwLi","y29UDgLUDwu","rLrQtLq","sLLhBfC","B25tDgfYDfi","BMCGzMfPBgu","rfPuu2K","ALjcBvy","zMzLCG","v1ffEMO","twnZuKi","AxnFywnR","BNfjtfG","rwHuywu","Aw1oEhG","yufRBxy","v1j0ywS","BwTZr24","ywnOzwqSihC","wfvdz0y","zw50","z3rsB0K","zw5UwfO","x21PBMLoyxy","uKXItK0","zMjryvu","AxDOB2e","Dw1hshG","DNDJu0C","wM13q1K","ExzNALG","ntq3nZjct1Dzv1a","B2HIvvq","thrmv00","zwP2uLG","zwnVBM5Ly3q","CMXrAMW","zgLZCgf0y2G","s25Yzu4","yxn6Bhy","AgfZt3DUuhi","ruTRuwq","zxHWB3j0CW","DhjPBq","vwr6twS","x3bHDgHlzxK","Ae1LC3nHz2u","zxjHDg9Y","x2rPC3bHDgm","sKjXvNG","ze90z3y","uuHsqwK","x3nLBMrby2S","B25mAw5L","zMLUza","BwHtD1G","z3LYruq","CvvuuwC","CfbpCKi","vgXuDe0","zKHNCKS","t0HQqK0","uwzfAgK","AefJA01LC3m","vgLPCwe","rMvcAg4","yxDQAe8","BgvUz3rO","B3jpBMXPBMu","yNL0zu9MzNm","zgrzAhm","zwDLuNy","Curkqxi","yujhz1u","ihzHBgLKigq","tvnlzeS","u3rpueC","Aw5PDcbrB1m","DgvmB2Djre4","rMvnA0O","D3jQy0G","t3bdDKq","Ee9ttw4","A3rQzLC","C2PsvuK","shP3Eg4","y3jLyxrLrxi","vKL0whG","AxjLza","DgjUz3O","vfzMDhC","AejPCxO","BMv3vMvYC2K","C0jf","D0zkAhC","rNjVBNrPzxi","zcWGDw5RBM8","y3vYCMvUDeu","ywXty29Wzq","BeTOvfa","qwT5twK","x3DHAxq","s0Xgr3u","DMfSDwvZ","qxvQBNC","A1beEMW","Dw5KzwzPBMu","uKjPCva","ywWGy3vYC28","DxP4v2i","BuPurhe","CM92AwrLihy","AwXSihvZzsa","y2f0y2G","tKPUvfa","runOAvi","rwHuvuK","ChDbrvO","vxDYrfO","y29UDgv4Da","zvvYBa","uvnWyKK","BgLUzw5V","D3viz1K","teLlvLy","y29UBMvJDeu","BM93","ELverhC","qvLlsuC","CMvWBgfJzui","y29TCgXLDgu","vurcEMC","D1bgsNK","C0LdC0S","CMvHzhDYAxq","B3vUDa","zxjYB3i","sMrxEM4","y2XVC2u","ww9Mv1C","rLjptLrjrvi","swvezwS","vefnD2m","CNzHBa","BgnOte0","yw1Lu3bHy2u","q1P4D1q","CgfNzwHPzgu","zKTksMS","A1HfwwO","v2vIu29JA2u","quvcuhq","AhfyDvC","wvDPz2m","Aw5JBhvKzxm","DNrtvKu","EwXZquW","Cg9W","zMT2Cu4","B25JBg9Zzq","x3bPBMDqB24","zMnLD3i","u3bpEfm","C1vJzMy","y29UBMvJDgK","x3fVC0rc","ChvZAa","yxGGCMv0CMK","Cgu6ia","vMXdrfm","Bwf4twvZC2e","Cfrxuhu","Bhbnq2W","DLDhvxO","uwPLAfi","jMPZy2fSBgi","q0PyDxm","tNnVqxa","B3zJswO","BezSDxnO","Dg9hzw5LCMe","whDXzgG","BwvKAwf0zwW","zwf6Du8","y1rwt1K","rMH4qxC","B1jAuNq","ENPwtNu","Aw9Ul2PZB24","sfLJyKq","BhrmDhG","A1jhqLm","t1HjveG","ugLxBwS","zgfhs0q","zhvfBhK","DxDzr2S","DeLUDgvYy2u","lcbOB3n0BMe","EgzAqu4","t3bLBKv2zw4","wLLzs0i","C1D0uuO","BwvZ","DwDvrKS","BMCGDxjSoIa","y3vYC29YlNm","teHdBw4","C1fRDgq","Bufpy1m","C3rLBMvYCW","y29Kzq","t212Deu","B3bLCNr5","u1v0ALm","BMnmtNK","uePtufC","yNLLEum","zNjVBuj5Dgu","x2nYzwf0zvm","DKTOz1C","DvrUr0G","yw1L","zLbyr00","wwLnyvO","z2v0","DLbVB0y","re1cweO","twfZt2q","uM9KCuy","zNbWtK4","uKfmA04","BgLZDgvUtMu","sg5owg0","Aw5SvhK","y2Dvt0W","A2XLzNa","C0XPC3rLBMu","nhWXFdj8m3W","A3HXEvK","v2zZvgi","CgLUz0XVC3m","ihzHBgLKihm","ChfJD1G","t0T5qxO","u0PSDfC","y2vZC0HHBMq","y1jYt04","B3bQDhO","C29YDa","vKvZwMm","ChnUDfG","q0Xpu0LorW","B3bLBG","BhvXALq","AxnszwfKEq","vfr0CK8","BwLZzq","z3njwvm","CgfNzxnOB3C","DevWDw8","Bg9N","q1nnAM0","svPrv2q","wMX2rNO","DufVAge","uK1uvM8","zKzMr3m","BhrPCgXLihq","AKXLruS","yM5AEei","wLLWExi","Awnmtge","ExbL","y3vZDg9Tshq","C3bSAxq","BxzNug8","x2nVBM5Ly3q","yu1HteG","rMf0A0C","yMrFzgLK","qMT6B3y","EMnOCLm","EsbJBg9Zzwq","Cgf5Bg9Hza","zNjVBNrPzxi","AxmGDw5Kzwy","t3PTAfO","x2rLyNvN","r2vquwG","t2jQzwn0","Bxnmtwe","sLHSsui","AwzJENi","Aw50zwDLCIa","Bxzes0e","ENL2vue","ChD1z1e","vxbKyxrLq28","sfHut1C","ExHvBw0","D25zshy","BwvZC2fNztO","EhnUvxC","DgfYz2v0","tffxy0m","ANDsAvK","DhjRAMG","rMvmEei","tufMDKm","ELHSq3C","whfTt2G","zKvsv1y","zxjFywnRx20","Dxf5Axa","CfrvsfK","C2v0zgi","DwH3CNe","C3Lxrem","DeLK","x0rctMfTzq","zhHPCuO","BIWGAg9ZDg4","ugnru1u","A3znEvO","rLDt","BxnN","rKTQsMK","v1LbuLK","AwXLx25HBwu","rwDRu3O","CvjgCNy","DePguLu","yNvMzMvY","ihrPBwvZ","zgfNEvi","zxbXq0y","BMnLq2XVC2u","Exzkr0u","s0nQCuW","yNvMzMvYzwq","u2HHCMvKv28","wgTIAhO","r0Pjv3q","A2vKC2S","De9xuMi","tKfusvzfx0u","B0rjCKC","sLnptLa","BxjytKS","uMfmq3a","zMr0BhO","revoqK4","A2vYsha","z2Pzv08","tMDAEwu","BMrLEa","x3bYB3rVy28","B25szwnLAxy","C3vJy2vZCW","wNbJsfu","mhWZFdr8mxW","sfnnv2m","z29PBMCGyxC","BNvTyMvY","wuPAENG","q3HuAMW","CezKzK8","DfDqB1a","yvrqy0K","yMjKA1i","Ec11C2uT","Dg9iyxnO","x29WDgLVBNm","sKXbAgy","vMLyBxO","x2HHBMrSzu8","vxvZt1K","DNztBgW","uw53rhG","y2HHCKnVzgu","B2nRzxrtDwm","Aw5KzxHpzG","CMvZzxrdB3u","wgntz24","ruvQu3a","tgXyCKu","ChzXyuq","C3HKwg4","q0rizMq","vu1Iweq","AgLNAa","zwTpve8","tvfrA0u","BNv2ugO","ChjVDg9JB2W","CfPTBMG","y2XLyxjtDg8","AgfZ","vLvvEvy","ExL3ru4","Cg9PBNrbBMq","Aw9UvgLTzw8","Dhj1y3rVCIa","s3D4C3y","CuXbDMy","EgPdsxO","DhjPzxmGCMu","uxvLDwu","x2LZv29YA2u","z0fjs1u","Bwf4uMv0CMK","B25TzxnZywC","tg9JAW","zfLwwKG","vLjjqvG","vuP4zvO","yNL0zxm","Ehz1vwS","CMvZzxruCMK","zKPNrNi","quHcr3e","z0PMz3e","ywnRx2LK","suXtwxC","Aw54BhC","rLHgCNe","uxv2DMm","EwPAD2q","u1vPALK","Bhv5vwS","Chv0","yM9KEq","swL5s3q","B2LUDfjLywm","v0LgrLK","Ec1TC2CTCw8","yMnJC28","D3m6lY8","DMvY","wuXyrNC","EvjLy29UBMu","vwnVBuq","DMvsy0W","AM5fC3e","Bg9Nsurhzw4","rfDAwgS","x3bPBMDmB3m","Aw5L","B3jNs00","C2vVtNq","B3jRzxjhBg8","u3jtueu","vfHXqLq","EwfOvw0","B2nRzxrgywK"];return sa=function(){return t},sa()}function zt(t){let e=N,r={BEwoL:e(612)+"0",uwYGk:function(u,f){return u!==f}},i=r[e(814)][e(1598)]("|"),o=0;for(;;){switch(i[o++]){case"0":return c[e(1365)];case"1":var c=Vh[t]={exports:{}};continue;case"2":var d=Vh[t];continue;case"3":OS[t](c,c[e(1365)],zt);continue;case"4":if(r[e(1519)](void 0,d))return d[e(1365)];continue}break}}zt.d=(t,e)=>{let r=j;for(var i in e)zt.o(e,i)&&!zt.o(t,i)&&Object["definePr"+r(1536)](t,i,{enumerable:!0,get:e[i]})},(()=>{let t=N;zt.o=(e,r)=>Object[t(870)+"e"][t(1363)+t(1536)][t(840)](e,r)})(),(()=>{let t=N,e={kerHp:function(r,i){return r===i},dxiqJ:t(1336),fjEMx:t(450),QjehR:function(r,i){return r!=i},fppNN:t(1429)+"d",DDVnn:"Module",nfJSw:t(1212)+"le"};zt.r=r=>{let i=t;e[i(1676)](e[i(1644)],e.fjEMx)?(Ae[i(1346)+"igatorOn"+i(1287)]=_0xc5496,_0x3700ce?Ae["_handleO"+i(1296)]():Ae["_handleO"+i(1184)]()):(e[i(1497)](e[i(1553)],typeof Symbol)&&Symbol[i(660)+i(985)]&&Object[i(1023)+i(1536)](r,Symbol[i(660)+i(985)],{value:e[i(527)]}),Object[i(1023)+i(1536)](r,e[i(600)],{value:!0}))}})();var Pe={};(()=>{let t=N,e={FKjJi:function(a,n){return a(n)},fKJJk:function(a,n){return a+n},oqWtB:"GWnqZ",fcewr:function(a,n){return a+n},taEMI:function(a,n){return a*n},ILFyj:function(a,n,s){return a(n,s)},NmTWz:function(a,n){return a(n)},WYARY:function(a,n){return a(n)},NsCNE:t(1047),Acptf:"ffff",ZCLzw:function(a,n){return a(n)},xDQqm:function(a,n){return a(n)},uWAjE:t(1252)+t(1252)+t(1252)+t(1252),UMbXD:function(a,n){return a<n},pJxoi:function(a,n){return a+n},ZYBmx:t(1463)+">",kqfZQ:function(a,n){return a<n},zHVcH:t(1494),rJDzT:function(a,n){return a>n},xOSMn:function(a,n){return a!==n},qTqCr:"tDrGw",VyRnX:"lDjea",yoKtA:function(a,n){return a!==n},iAMaK:function(a,n){return a-n},bqOBS:function(a,n){return a===n},cLazA:function(a,n){return a-n},FpKQV:function(a,n){return a>=n},IAgnv:function(a,n){return a<=n},mlpQR:function(a,n){return a|n},OjGIa:function(a,n){return a/n},iiGoI:function(a,n){return a!==n},WnCuh:t(1464),AgvVD:"ftvOh",jLeEK:function(a,n){return a>>>n},ZeztR:function(a,n,s){return a(n,s)},xvuUk:function(a,n){return a(n)},tWPoP:function(a,n,s){return a(n,s)},SrULD:function(a,n){return a(n)},XGISE:function(a,n,s){return a(n,s)},LPOpb:function(a,n){return a&n},lpMCl:t(658)+t(937)+" field: key",PsSFC:function(a,n){return a===n},HYcbD:t(658)+t(937)+t(1808)+"value",dMHmh:function(a){return a()},HEHoj:function(a,n,s){return a(n,s)},dfpJJ:function(a,n){return a(n)},aTPcI:t(1617)+"too large",YKPBP:function(a,n,s,l){return a(n,s,l)},GcQNp:function(a,n){return a+n},UVqtZ:function(a,n){return a==n},ZYYKB:"wss://",hebah:"close",JQzEd:function(a,n,s){return a(n,s)},tKGSF:function(a,n){return a!==n},VEsZc:t(1120),gIZca:function(a,n){return a!==n},uhwrq:function(a,n,s){return a(n,s)},iwAzH:function(a,n,s){return a(n,s)},mJTDq:function(a,n){return a!==n},vZOdo:function(a,n,s){return a(n,s)},HUBLk:function(a,n,s){return a(n,s)},lRUFV:function(a,n,s){return a(n,s)},uBuqO:function(a,n){return a(n)},sQktd:t(1860),uAoha:"cfOKV",JIQKM:t(1345),lRnHl:function(a,n,s){return a(n,s)},yBXHO:function(a,n){return a!==n},LlXrE:function(a,n,s){return a(n,s)},KQdoq:function(a,n,s){return a(n,s)},TpSHY:function(a,n,s){return a(n,s)},UJxeZ:function(a,n){return a!==n},EKkQd:function(a,n){return a!==n},TcvRx:function(a,n){return a!==n},cYOgI:t(310),EGbyV:function(a,n){return a!==n},KCjqL:function(a,n){return a!==n},SEIGV:function(a,n,s){return a(n,s)},zeCsf:function(a,n){return a===n},VlCDS:t(1776),DCEVa:t(411),aoXBy:function(a,n){return a(n)},Ngglw:function(a,n){return a>>>n},xgcZo:function(a,n){return a(n)},pCpPN:function(a,n,s){return a(n,s)},lHeZt:function(a,n){return a(n)},GAmNS:function(a,n){return a(n)},VjvRp:function(a,n){return a(n)},ltLtx:t(658)+t(937)+t(1808)+"SeqID",lybIa:function(a,n){return a===n},foNrD:t(658)+t(937)+t(1808)+"LogID",caKso:t(658)+t(937)+t(1808)+t(1090),ygtVu:function(a,n){return a===n},fHolR:function(a,n,s){return a(n,s)},OHjBM:function(a,n,s){return a(n,s)},MchgY:function(a,n){return a!==n},veRcL:t(992),GZzpG:function(a,n){return a(n)},fEoAd:function(a,n){return a(n)},daGKD:function(a,n){return a+n},GYVbW:"Unimplem"+t(804)+t(1491),bccso:function(a,n){return a>>n},abLZo:function(a,n){return a>=n},MdlHB:function(a,n){return a===n},XqxVG:t(1396),DZEwt:"OlZSP",eaqkF:function(a,n){return a+n},iQXta:"ajiYP",rmYeG:"TeNCz",ZxPSK:function(a,n){return a+n},GKmdK:function(a,n){return a===n},eazuO:t(700),tNnCE:function(a,n){return a+n},UuKSU:function(a,n){return a>n},LOvVh:t(1054)+"t limit",ymnVM:function(a,n,s){return a(n,s)},iMYDD:function(a,n){return a+n},KmpYM:function(a,n){return a>n},zyXht:function(a,n){return a===n},pgieL:t(299),VcgaX:function(a,n){return a(n)},iFLvI:function(a,n){return a|n},XfIIu:function(a,n){return a<<n},gJfgq:function(a,n){return a&n},BIask:function(a,n){return a<n},fgSil:function(a,n){return a(n)},qwjHR:function(a,n){return a==n},xsnUw:function(a,n){return a+n},AAewL:function(a,n){return a+n},inlTy:function(a,n){return a&n},rCpSF:function(a,n){return a<<n},sjRUI:function(a,n){return a<<n},bYDlN:function(a,n){return a&n},GEDId:function(a,n){return a(n)},dsBnU:function(a,n){return a>=n},WAMDg:function(a,n){return a+n},viAOl:function(a,n){return a<<n},qiDsb:function(a,n){return a&n},mkQvL:function(a,n){return a&n},LSbxv:function(a,n){return a>n},KJgwO:function(a,n,s){return a(n,s)},jCRdw:function(a,n){return a+n},YWDBJ:function(a,n){return a>>n},GmLsR:function(a,n){return a&n},vnzrX:function(a,n){return a===n},BkkLZ:t(543),pfBHv:function(a,n){return a!==n},KLdOL:t(1666),BefoT:function(a,n){return a<n},SIwoe:function(a,n){return a+n},tGxlk:function(a,n){return a<<n},KoTTD:function(a,n){return a<n},qxlBt:function(a,n){return a<=n},XGuTc:function(a,n){return a<n},XKfzq:function(a,n){return a<n},TCluz:function(a,n){return a|n},vKhgW:function(a,n){return a|n},Xkbhz:function(a,n){return a>>n},kFoPz:function(a,n){return a|n},qOToq:function(a,n){return a>>n},ANoQg:function(a,n){return a|n},QXVBy:t(945),YJZzx:function(a,n){return a+n},ZSukK:function(a,n){return a!==n},gnXUn:t(1599),TtlSs:t(1247),DGlOL:function(a,n){return a<n},mhSwX:function(a,n,s){return a(n,s)},hChXj:function(a,n,s){return a(n,s)},iouhJ:"CZxwT",qJOiQ:function(a,n){return a<<n},msLMa:function(a,n){return a&n},LvIrq:function(a,n){return a<<n},GUSjZ:function(a,n){return a&n},yywEN:function(a,n){return a&n},OpCvD:function(a,n){return a&n},qqqtr:function(a,n){return a<<n},wXHrV:function(a,n){return a&n},OKyAz:function(a,n){return a(n)},jcgpf:function(a,n){return a<<n},HVPzN:function(a,n){return a&n},bJSLO:function(a,n){return a<<n},WEwjx:function(a,n){return a&n},jnEsq:function(a,n){return a|n},YjkWE:function(a,n){return a<<n},yEjgP:function(a,n){return a|n},ljQLl:function(a,n){return a>>>n},PFvQK:function(a,n){return a<<n},epqCF:function(a,n){return a>>>n},bugRe:function(a,n){return a===n},Zlpmy:function(a,n){return a===n},wrjcH:function(a,n){return a<n},ppeLH:function(a,n){return a<n},UusOY:function(a,n){return a<n},fNJou:function(a,n){return a!==n},YVkUG:function(a,n){return a&n},AXxpB:function(a,n){return a|n},rbdMv:function(a,n){return a+n},CzAvN:function(a,n){return a|n},mIKBt:function(a,n){return a&n},kedsk:function(a,n){return a>>>n},qwHSw:function(a,n){return a!==n},ELtRd:function(a,n){return a|n},VRIAX:function(a,n){return a+n},HjhID:function(a,n){return a!==n},Sqrts:function(a,n){return a|n},tCxcU:function(a,n){return a>>>n},WkkkG:function(a,n){return a!==n},aguVR:function(a,n){return a|n},WJUqL:function(a,n){return a>>>n},kvMyZ:function(a,n){return a&n},QlAaR:function(a,n){return a>>>n},KxynL:function(a,n){return a!==n},CAuGu:function(a,n){return a(n)},sisBA:function(a,n){return a<<n},OyLFX:function(a,n){return a<<n},wNQnf:"eLsTZ",PRvZs:function(a,n){return a!==n},ILSYw:t(582),DVnsw:function(a,n){return a|n},JYGlW:function(a,n){return a|n},bGnoB:function(a,n){return a<<n},TVftw:function(a,n){return a|n},NQkAI:function(a,n){return a>=n},FpEHm:function(a,n){return a+n},pqcwX:function(a,n){return a<<n},bUOEL:function(a,n){return a<n},OjeDp:t(565),ZlvFz:function(a,n){return a<<n},bnZxB:function(a,n){return a<<n},GXKwm:function(a,n){return a|n},HLGsp:function(a,n){return a|n},bowDs:function(a,n){return a<<n},iUbPp:function(a,n){return a<<n},UdRFv:function(a,n){return a===n},QGupX:function(a,n){return a<<n},bCwCL:function(a,n){return a<<n},FatkG:function(a,n){return a|n},fbQaU:function(a,n){return a|n},mtwRV:function(a,n){return a|n},DZPib:function(a,n){return a<<n},vfpAp:function(a,n){return a<<n},odUyf:t(626),tbngz:function(a,n){return a&n},JSmGg:function(a,n){return a&n},keLyQ:function(a,n){return a>>>n},syWDC:function(a,n){return a&n},NSrMQ:function(a,n){return a===n},yxUmm:function(a,n){return a!==n},qgykT:t(1568),uBiqE:function(a,n){return a>=n},lKhTP:function(a,n){return a>=n},WYkAW:function(a,n){return a+n},StOPG:function(a,n){return a%n},mdIwu:function(a,n){return a+n},Rlmqh:function(a,n){return a>>>n},fPXGM:function(a,n){return a>>>n},miZaD:function(a,n){return a+n},RQagB:function(a,n){return a>>>n},vKQFZ:function(a,n){return a===n},CEwFG:function(a,n){return a&n},kGbeK:function(a,n){return a>>>n},HXTOW:function(a,n){return a&n},xydJD:function(a,n){return a>>>n},jcLZt:function(a,n){return a&n},TTtrO:function(a,n){return a+n},xMfRR:function(a,n){return a+n},SnRKd:function(a,n){return a+n},RFEsc:function(a,n){return a+n},SXUeW:function(a,n){return a|n},YfGJz:function(a,n){return a>>>n},KHNNj:function(a,n){return a===n},gqcof:function(a,n){return a===n},DXCaV:function(a,n){return a&n},PBIUS:function(a,n){return a&n},Slpqv:function(a,n){return a&n},qDUeH:function(a,n){return a>>>n},RqbvC:function(a,n){return a+n},eiaXW:function(a,n){return a+n},MUQmU:function(a,n){return a<<n},pwAEZ:function(a,n){return a&n},DXwjG:function(a,n){return a<=n},XUCgF:function(a,n){return a(n)},gnoPl:t(319),yAHQn:function(a,n){return a&n},dhedT:function(a,n){return a>>>n},GBcTE:"NATIVE_E"+t(1067),QnwDx:t(939)+t(1141),DRakH:t(1225)+"OR",qSgJO:t(508)+"ERROR",DENBN:"MAX_RETR"+t(1229)+"R",qDJAr:function(a,n,s){return a(n,s)},fERWV:"error",daFmd:function(a,n){return a!==n},QvauZ:"QtNuu",IHjgM:t(1191),ahqwj:t(1684)+"2",nMLCC:t(1814),XxbEa:"PKmRZ",YoksI:function(a,n){return a===n},llrFA:function(a,n){return a===n},yZosi:function(a,n){return a===n},yApbv:"UgNIE",LkuMm:"ezsiO",jUfNk:t(1159),edGiR:function(a,n){return a+n},lPbhk:function(a,n){return a>>>n},sxdXn:function(a,n){return a>>>n},wuHgY:t(1661),zBoKy:function(a,n){return a(n)},Rcfux:t(991),ivEkD:function(a,n){return a(n)},ohbUT:t(433),veaaO:t(1872),UdzMk:function(a,n){return a instanceof n},gsNHc:function(a,n){return a+n},dLLTW:function(a,n){return a+n},ycBoV:function(a,n){return a===n},hRqXS:function(a,n){return a<n},gAIKU:function(a,n){return a===n},pPOrB:t(1455),QKEEF:t(1385),AEBPt:t(1576),ktjfW:function(a,n,s){return a(n,s)},EChiR:t(405),iwhoa:function(a,n){return a!==n},wkWOo:t(1540),GLMOJ:function(a,n){return a+n},ElGcs:function(a,n,s){return a(n,s)},GNxtV:function(a,n){return a!==n},ErVMM:t(1716),pOyUY:t(1270),oONPe:function(a,n){return a!==n},WiIRm:function(a,n){return a===n},Quvvc:t(1481),WoHjA:"SlRFu",yBrYy:t(1250),poPsH:"jZqCk",xjCIz:function(a,n){return a!=n},ncLNy:t(1429)+"d",pIypS:function(a,n){return a(n)},NjeZR:"success",kSUoz:t(903),VwmBn:t(1561)+"0",SpOxS:function(a,n){return a||n},dPFPT:t(925)+"alled mu"+t(1591)+t(624)+t(1178),uvAkc:function(a,n){return a===n},tEpuo:t(1816),mrXNK:t(951),WrfOM:function(a,n){return a<n},TAQut:function(a,n){return a<n},bKrni:function(a,n){return a===n},tWnLY:function(a,n){return a&n},luyUk:function(a,n){return a-n},ifczr:function(a,n){return a<<n},vlxPw:function(a,n){return a&n},dYVZH:function(a,n){return a|n},ovcIj:function(a,n){return a&n},NvbLS:function(a,n){return a&n},NgZye:function(a,n){return a>=n},spwAE:function(a,n){return a-n},ZGuUX:function(a,n){return a|n},rlQjl:function(a,n){return a|n},amQom:function(a,n){return a<<n},KrTtx:function(a,n){return a&n},tUwAk:function(a,n){return a<<n},FXFrq:function(a,n){return a&n},HtLAK:function(a,n){return a+n},yrDPA:function(a,n){return a<n},laNNX:function(a,n){return a|n},RGKzh:function(a,n){return a===n},cRrON:function(a,n){return a+n},NCnMR:"2|3|1|5|4|0",qRXvW:function(a,n){return a&n},SACZy:function(a,n){return a&n},srSii:function(a,n){return a|n},dtsMc:function(a,n){return a<n},UrStk:function(a,n){return a&n},iOiwF:t(882),ZxiWx:t(1878),hxUxY:t(550),gtRoI:function(a,n){return a instanceof n},bbdkR:function(a,n){return a!=n},JXlIB:function(a,n){return a instanceof n},loEcV:function(a,n){return a!=n},imNxx:t(1454),xfZAN:"text/pla"+t(1137)+"et=utf-8",orgKM:"ppe",umGHx:t(603),rFDGc:"LeHnj",YofWW:function(a,n,s){return a(n,s)},lbgmG:function(a,n){return a(n)},qXBKi:t(1234),vWGUz:t(829),mmjRf:t(1244),UIuEd:t(1081)+t(1176),UcomD:function(a,n){return a===n},CSMjm:t(977),Hzwxn:t(1339),keyJG:function(a,n){return a===n},lxHWg:t(453),YLXFw:"nMdJn",WNJcb:function(a,n,s){return a(n,s)},UDCaW:function(a,n,s){return a(n,s)},IUFXh:t(1136),maTLz:function(a,n){return a(n)},xyZnj:function(a,n){return a&n},AXhGe:function(a,n){return a&n},pEWuV:function(a,n){return a&n},yjZwd:function(a,n){return a===n},jZbkN:function(a,n){return a||n},wfOkl:function(a,n){return a||n},DGpbe:function(a,n){return a||n},wuQDc:t(330),xmYue:"mGFVe",UsiJU:function(a,n,s,l){return a(n,s,l)},QcHaD:t(302),jCRWl:t(1334),PaBmJ:t(1818),ZryMW:function(a,n){return a||n},sSlSc:function(a,n,s){return a(n,s)},iNpRb:function(a){return a()},ATKRp:function(a,n,s){return a(n,s)},haNcw:"PVTPv",SUtjS:t(556),ismly:function(a,n){return a||n},oJkYo:function(a,n){return a||n},yuBmj:t(733)+"id",aMaLH:function(a,n){return a(n)},EzELo:function(a,n){return a===n},vvSll:t(1207),WXTlL:function(a,n){return a!==n},zzVNu:"RRDXp",kXEYj:t(785),imuCO:t(298)+t(1297),psntX:t(298)+t(1838)+"ck",cSwUs:"x_fronti"+t(617)+"k",mvarc:function(a,n,s){return a(n,s)},MOOyl:t(298)+t(1636)+t(1103),yeqjc:t(1530),PJfgR:function(a,n,s,l){return a(n,s,l)},Xwqdh:function(a,n){return a!==n},SrSPE:t(988),ycstZ:"fPXLn",cGlQS:t(1746),nqILX:t(756),SlThB:t(1261),mksGn:function(a,n){return a(n)},kVkpO:"KyOtW",PJSPW:"YRElm",JsahN:function(a,n){return a instanceof n},uzxWb:function(a,n){return a instanceof n},Mtsaw:t(1059)+t(1511),FsMAX:t(1059)+t(1511)+t(1824)+t(645),QAkQw:t(1086)+"e",MnsMM:function(a){return a()},NcqLV:function(a,n){return a>n},KFCfo:function(a,n){return a+n},WWrsS:function(a,n){return a(n)},mJAJG:t(659),jyBwS:function(a,n){return a+n},WRkus:"index out of ran"+t(980),fdtlz:t(1188),KSagX:" > ",FDWqv:function(a,n){return a>n},GiUpr:function(a,n){return a+n},JBqVx:function(a,n){return a>>>n},Buqpt:function(a,n){return a+n},IZQWd:function(a,n){return a+n},FeMkJ:function(a,n){return a|n},VUvNi:function(a,n){return a+n},trHrU:function(a,n){return a+n},NhIWV:function(a,n){return a+n},dhbIl:function(a,n){return a+n},pwugQ:function(a,n){return a instanceof n},pSUTN:function(a,n){return a(n)},PWoma:function(a,n){return a===n},XBcKu:t(1259),kVpMG:t(519),yahUm:function(a,n){return a&n},HoDbP:function(a,n){return a&n},ViXmz:function(a,n){return a+n},WdpRL:function(a,n){return a>>>n},ZbHUE:function(a,n){return a&n},IiyKt:function(a,n){return a+n},SHRwq:function(a,n){return a&n},vzzzT:function(a,n){return a+n},kAUrU:"YBkvs",zXlCw:function(a,n){return a>>>n},KfHwX:function(a,n){return a<<n},JBebq:function(a,n){return a&n},sUcff:function(a,n){return a|n},KxUBm:function(a,n){return a<<n},Bkzov:function(a,n){return a|n},UwrDZ:function(a,n){return a<<n},zhvyC:function(a,n){return a>>>n},xPqdY:function(a,n){return a|n},ryqrw:function(a,n){return a>n},lchLM:function(a,n){return a!==n},UjVSv:"YWigc",EoRck:function(a,n){return a|n},zmQIM:"SpXnG",mfnOT:function(a,n){return a<n},HmAkn:function(a,n){return a(n)},fufzc:t(1090),UCYFv:t(1529)+t(724),scVWW:"curvalue",XhnRc:t(339),BQyxg:"name",BsSun:function(a,n){return a(n)},kolVE:t(1321)+t(1652),kMaDB:function(a,n,s,l){return a(n,s,l)},ugZFm:t(629)+t(940),hMBDv:function(a,n,s){return a(n,s)},vwcSG:t(944)+t(546),AHBGq:t(1148),LcVsz:function(a,n,s,l){return a(n,s,l)},Aujnw:t(662),SmhDK:t(1119)+"r",GveQr:t(1388),xZVhA:t(1073),ucZme:function(a,n){return a===n},ZsOrn:function(a,n){return a===n},kRGBS:t(990)+t(894),CdbLv:function(a,n){return a===n},hhSUH:t(602),bzWqV:t(1195),VYikX:function(a,n,s,l){return a(n,s,l)},fJgFr:t(1534),uqyip:t(298)+t(391),NOXiW:t(298)+"er_ttl",QMQRx:t(1759)+"s",ykuwY:t(745)+"rsor_name",bpBPv:t(745)+"rsor_value",MMKGI:function(a){return a()},aszlv:function(a,n){return a>n},xjYWu:function(a,n){return a!==n},MMCoj:t(489),bxhrj:function(a,n){return a<n},cpIWy:t(1162),GVfzh:t(1135),dSAjx:t(1231),fFfGs:function(a,n,s){return a(n,s)},MfHVD:function(a,n){return a&&n},LqrDk:function(a){return a()},ogYDv:t(618),niZsc:function(a,n){return a&n},xyaBF:function(a,n){return a&n},OmvtE:function(a,n){return a|n},GWdNH:function(a,n){return a|n},ZIiKE:function(a,n){return a&n},yUxgr:function(a,n){return a|n},vIhHn:function(a,n){return a&n},GyQni:function(a,n){return a|n},vAhHZ:function(a,n){return a>>n},TfsWE:function(a,n){return a|n},RMTVo:function(a,n){return a&n},wnYHv:function(a,n){return a>>n},wFJhw:function(a,n){return a&n},ZvtHJ:"xMdkz",iFDRY:function(a,n){return a(n)},SYsWR:function(a,n){return a(n)},nRTcC:function(a,n){return a<n},VItXx:function(a,n){return a!==n},tdMHZ:"GWJQI",KlUPx:function(a,n){return a===n},Ntqpq:function(a){return a()},qWbSn:function(a){return a()},fjUPf:function(a,n,s){return a(n,s)},YHWDA:function(a,n,s){return a(n,s)},aBNTR:function(a,n){return a!==n},DBCJC:function(a,n){return a!==n},kxqyY:t(1101),aaIvr:t(1220),XpVDP:function(a,n,s,l){return a(n,s,l)},WfsTb:t(952),gsTiE:"iEjAi",PObTs:t(420),xdYED:function(a,n){return a===n},cgUOL:t(1068),GsoUp:t(1282)+t(606)+"s",QQaln:function(a,n,s){return a(n,s)},iVdMS:function(a,n){return a===n},EkTYg:t(751),HvPxw:function(a,n,s){return a(n,s)},ooOre:t(761),GmDpD:"SeVpV",QQdHF:"fYhBw",Gjnwr:function(a,n,s){return a(n,s)},gchKJ:function(a,n){return a!==n},MoFkL:t(1061),icLLa:function(a,n){return a!==n},ZKckf:t(680),gjYWO:function(a,n){return a(n)},nQqcu:function(a,n){return a(n)},CgrvA:t(1282)+t(949)+"t",klefp:function(a,n){return a||n},sWtQJ:"init QoS"+t(393)+"d",nIlNE:"arraybuf"+t(1317),djgEx:"pbbp2",Xiczg:function(a,n){return a/n},ezMDZ:function(a,n){return a==n},bNgTb:function(a,n){return a===n},qEVjD:function(a,n){return a(n)},inxlw:"please p"+t(1854)+t(422)+", WebSocket cons"+t(1726)+t(1609)+t(517),WlBMR:function(a,n,s){return a(n,s)},UYaLG:t(1876)+"t",VBnHD:"stop imm"+t(1190)+t(1167)+"ct",SUijY:t(512),xDnhL:t(1582),inDZC:function(a,n){return a!==n},JoesT:t(382),VAQGT:t(1690),mqkkY:t(1113),ADCTm:t(1470),uHutP:t(510),DBpXy:function(a,n){return a!==n},lySPm:"https:",TAMwc:t(1761),BaDCf:t(1603),DxCcE:function(a){return a()},Ckdkb:t(601),NMvWw:"fws_1.0.0",rthKI:function(a,n,s){return a(n,s)},jyZWK:t(843),fQczt:function(a,n){return a<<n},ylsAL:function(a,n){return a<n},YAjRU:function(a,n){return a<n},EusVq:function(a,n){return a<n},InPqk:function(a,n,s){return a(n,s)},clBjf:function(a,n){return a+n},EaQqk:function(a,n){return a+n},fJCfe:function(a,n){return a!==n},rUmYZ:function(a,n){return a|n},trkjh:function(a,n){return a+n},weFtJ:function(a,n){return a|n},AExqB:function(a,n){return a&n},egeRv:function(a,n){return a>>>n},YBfYk:function(a,n){return a|n},QFHrz:function(a,n){return a>>>n},vPkNm:function(a,n){return a>>>n},OMXpP:function(a,n){return a+n},luqjT:function(a,n){return a!==n},jDwBq:function(a,n){return a>>>n},hFHPi:function(a,n){return a+n},ASUGj:function(a,n){return a!==n},oRZRt:function(a,n){return a>>>n},bUwMB:function(a,n){return a|n},QHRAi:function(a,n){return a>>>n},adCyP:function(a,n){return a+n},idiMs:function(a,n){return a>>>n},kPDzl:"uSZAU",MCtUc:function(a,n){return a(n)},cESGp:function(a,n){return a*n},sICsK:function(a,n){return a*n},XBRTh:t(648),SjTLS:function(a,n){return a(n)},PDwnF:function(a,n){return a-n},cPbRo:t(616),hhtTY:function(a,n){return a===n},gWlsR:t(1612),XTLPW:t(1094),qWeIL:t(1686)+t(770)+t(1876)+t(726)+t(1762),zjmgL:function(a,n,s){return a(n,s)},ZYpyr:function(a,n,s,l){return a(n,s,l)},iEcza:t(1833),RALkN:t(366)+t(567)+"onnecting",XqmOh:"message",xsSzi:function(a,n){return a!=n},MGDga:t(333),lcatw:t(1686)+"ay, network offl"+t(1771),SaveI:"ack",HdCys:"axfxL",DAryG:t(1019),gsIYS:t(1439),sDbVY:"lIlKo",sywlI:function(a,n){return a===n},tSjEz:"close, w"+t(1100)+t(1606),FeLxB:t(1249)+"s instan"+t(336)+t(438)+"ed",WWDCr:function(a,n){return a==n},sXSsY:function(a,n){return a==n},kgNSe:t(1687),HeBec:function(a,n){return a instanceof n},LfmaP:function(a,n){return a(n)},IAOjc:function(a,n){return a||n},uOntp:function(a,n){return a instanceof n},BzCyM:function(a,n){return a(n)},rmjxw:function(a,n){return a===n},zchrS:function(a,n){return a<n},WStYC:t(698),pZmnh:function(a,n){return a===n},WoFax:t(1444),TZNMl:function(a,n){return a!==n},hBiqz:"manual r"+t(1358)+t(722),taYCd:t(596),fGKiP:t(1049),LGckg:t(898),dCYht:function(a,n){return a<<n},NfvGq:function(a,n){return a+n},hqXuW:function(a,n){return a<<n},oPOIe:t(593),uiWHR:t(484),seoNt:t(630),Dxakf:t(518),KnreN:"rtNKT",ugUFK:t(930),IstSi:t(419),OXITH:t(654),vWhVE:function(a,n){return a!=n},RLbNM:function(a,n){return a===n},WOWVT:t(987),EQJCg:function(a,n){return a!=n},vbQpC:t(1613),mUHAN:function(a,n){return a===n},TMrsy:"Dedicate"+t(619)+"lobalScope",wNbtL:function(a,n){return a!=n},Kzexk:function(a,n){return a!=n},hcnUD:function(a,n){return a===n},xXNoD:t(1664)+"rkerGlob"+t(1421),hWoUc:function(a,n){return a!=n},ddYhs:t(1198)+t(1064)};zt.r(Pe),zt.d(Pe,{FWS:()=>zm,CustomErrorEvent:()=>ul,createCloseEvent:()=>_t,ReconnectEvent:()=>ll,createErrorEvent:()=>lt,decodedFrame:()=>on,createOpenEvent:()=>gl,CustomCloseEvent:()=>fl,createReconnectEvent:()=>Ea,FrontierMessageEvent:()=>hl,encodeFrame:()=>Gt,createMessageEvent:()=>ml,OpenEvent:()=>pl,ErrorCode:()=>cn,Event:()=>ir,MessageEvent:()=>xl});let r="";function i(a=""){let n=t,s="02",l=""+Date[n(1449)](),x=r||(r=e[n(1650)](f,a)),m=Math[n(1022)]()[n(660)](16)[n(998)](-6);return e[n(1471)](e[n(1471)](s,l),x)+m}function o(){let a=t;return e[a(327)]!==e[a(327)]?_0x3dc51a[a(1877)]():e[a(1484)](1e4*Date[a(1449)](),Math[a(494)](e[a(1846)](1e4,Math[a(1022)]())))}function c(a){let n=t;return e.fKJJk(e[n(1650)](Array,8)[n(1169)]("0"),e[n(1844)](parseInt,a,10)[n(660)](2))[n(998)](-8)}function d(a){let n=t;return e[n(1471)](e[n(1316)](Array,4)[n(1169)]("0"),parseInt(a,2)[n(660)](16))[n(998)](-4)}function u(a){let n=t,s=a[n(1598)](/\./)[n(1799)](m=>c(m)),l=[];return l[0]=e[n(1651)](d,s[0]+s[1]),l[1]=d(e[n(1471)](s[2],s[3])),[n(1047),e.NsCNE,e[n(372)],e[n(372)],e.NsCNE,e.Acptf,l[0],l[1]][n(1169)]("")}function f(a){let n=t,s=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/.test(a),l=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/[n(896)](a);return s?e[n(326)](u,a):l?e.xDQqm(h,a):e[n(929)]}function h(a){let n=t,s="",l=[],x=0,m=0,w=!0,S="0000";if(a[n(1705)]("::")>-1){let p=a[n(1598)]("::");for(let L=0;e[n(1035)](L,p[n(1390)]);L++)if(e[n(321)]===e[n(321)]){let F=p[L];if(e[n(635)](F[n(1705)](":"),0)){let W=F[n(1598)](":");w&&(x=W[n(1390)]),m+=W.length;for(let K=0;e.kqfZQ(K,W.length);K++)if(e.xOSMn(4,W[K][n(1390)])){let _e=S.substring(0,4-W[K][n(1390)]),Fe=_e[n(504)](W[K]);l[n(1489)](Fe)}else l.push(W[K]);w=!1}else if(e.xOSMn(e[n(1260)],e.VyRnX)){if(e[n(359)](4,F[n(1390)])){let W=S[n(1079)+"g"](0,e[n(1313)](4,F[n(1390)])),K=W.concat(F);l[n(1489)](K)}else l[n(1489)](F);w&&(x+=1),m+=1,w=!1}else{let W=e.ILFyj(_0x12676e,_0x4c6ba0,_0x4ce866[n(1875)]),K=_0xdd9325[n(1740)],_e=_0x351ae0[n(1740)];for(let Fe=0,yt=_0x5cd8cf[n(1875)];e[n(1713)](Fe,yt);Fe++)K[e[n(917)](Fe,W)]=_e[Fe]}}else this._options[n(1882)]&&_0x5687c9.log[n(800)](_0x3e6fd8,[e[n(1810)],..._0x479096]);let O="";for(let L=0;L<e[n(1313)](8,m);L++)O=O[n(504)](S);for(let L=0;L<l.length;L++)e[n(975)](L,x)&&(s=s[n(504)](O)),s=s[n(504)](l[L]);return s}{let p=a[n(1598)](":");for(let O=0;e[n(1035)](O,p[n(1390)]);O++){let L=p[O];if(e[n(359)](4,p[O][n(1390)])){let F=S[n(1079)+"g"](0,e[n(558)](4,p[O][n(1390)])),W=F[n(504)](L);s=s.concat(W)}else s=s[n(504)](L)}return s}}function g(a,n){let s=t;if(e.iiGoI(e[s(1871)],e[s(905)])){let l=a[s(999)];e[s(628)](void 0,l)&&(e[s(1844)](pe,n,10),e[s(1844)](z,n,l));let x=a[s(1302)];x!==void 0&&(pe(n,18),z(n,x))}else{if(_0x2a130b(_0x2a1044))return _0x407305?_0xef4fbe:_0x1cf5ca;if(_0x5c1741){if(e[s(714)](_0x59bfab,_0xad6f61))return _0x45327d}else{if(e.IAgnv(_0x5f07da,-_0x1a621b))return _0x538db5;if(e[s(1471)](_0x48f428,1)>=_0x120688)return _0x55538c}return _0x2afd84[s(1076)](e[s(1185)](_0x1977f0%_0x160d81,0),e[s(1185)](e.OjGIa(_0x58eb38,_0x136a4b),0),_0x1a3c2b)}}function _(a){let n=t,s={};e:for(;!e[n(326)](V,a);){let l=he(a);switch(e[n(1592)](l,3)){case 0:break e;case 1:s[n(999)]=e[n(1204)](C,a,e[n(1741)](he,a));break;case 2:s[n(1302)]=e[n(1691)](C,a,e[n(389)](he,a));break;default:e[n(406)](T,a,e[n(350)](7,l))}}if(s[n(999)]===void 0)throw new Error(e[n(1495)]);if(e[n(1140)](void 0,s[n(1302)]))throw new Error(e[n(1512)]);return s}function v(a){let n=t,s=e.dMHmh(R);return e[n(452)](y,a,s),e[n(1268)](M,s)}function y(a,n){let s=t,l={WvDhi:e.hebah,SQFlC:function(x,m,w){return e[j(1203)](x,m,w)},fahvE:function(x,m,w){return e.ILFyj(x,m,w)}};if(e.tKGSF(s(915),s(915))){if(e[s(635)](_0x40d1d1,_0x39929a))throw new _0x33bf03(e[s(1692)]);let x=3;for(;x>=0;){let m=e[s(350)](255,_0x19395d);e.YKPBP(_0x32edb4,m,_0x17a524,e.fKJJk(_0x5c5f06,x)),_0x99a491>>>=8,x--}return e.GcQNp(_0xb4af8d,4)}else{let x=a[s(483)];if(e[s(359)](void 0,x))if(e[s(1573)]===e[s(1573)])e[s(452)](pe,n,8),e.JQzEd(wt,n,x);else{if(_0x418017[s(1390)]!==4){let yt=_0x538442[s(1079)+"g"](0,e.iAMaK(4,_0x4a46ed[s(1390)])),Ht=yt.concat(_0x48fede);_0x1a1c2d[s(1489)](Ht)}else _0x28b6d6[s(1489)](_0x2b0600);_0x52ada1&&(_0x298ac1+=1),_0x1ccca0+=1,_0x121a8e=!1}let m=a.LogID;e[s(390)](void 0,m)&&(e[s(1640)](pe,n,16),e[s(1691)](wt,n,m));let w=a[s(1090)];e[s(390)](void 0,w)&&(e.JQzEd(pe,n,24),e[s(707)](wt,n,D(w)));let S=a[s(1825)];e[s(1433)](void 0,S)&&(e[s(345)](pe,n,32),wt(n,e[s(1316)](D,S)));let p=a[s(685)];if(p!==void 0)for(let yt of p){e.tWPoP(pe,n,42);let Ht=e[s(1102)](R);e[s(345)](g,yt,Ht),e.HUBLk(pe,n,Ht[s(1875)]),e[s(463)](H,n,Ht),e[s(897)](P,Ht)}let O=a.payloadEncoding;e.xOSMn(void 0,O)&&(e[s(1433)](e[s(1531)],e[s(1588)])?(pe(n,50),e[s(707)](z,n,O)):this[s(541)](l[s(588)],l[s(1227)](_0x1d5339,s(1461),{..._0x51c15c})));let L=a[s(294)+s(1596)];e.xOSMn(void 0,L)&&(e[s(1140)](e[s(910)],s(1383))?(l.fahvE(_0xab3680,_0x5202d6,90),l[s(1227)](_0x47e537,_0x179e02,_0x2c6515)):(e[s(1204)](pe,n,58),e[s(1228)](z,n,L)));let F=a[s(1607)];e[s(1050)](void 0,F)&&(e[s(1709)](pe,n,66),e.KQdoq(pe,n,F[s(1390)]),e.TpSHY(oe,n,F));let W=a[s(796)];e[s(1739)](void 0,W)&&(e.JQzEd(pe,n,74),e.vZOdo(z,n,W));let K=a[s(836)+s(568)];e[s(1364)](void 0,K)&&(e[s(824)](e.cYOgI,"UEtWa")?(pe(n,82),z(n,K)):(_0xfc28c2=_0x5ef7db&&e.UVqtZ(s(712),_0x18e750.protocol)?e[s(1524)]:s(1761),_0x3ac978=_0x2cc7d3[s(772)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),_0x342e77=/^wss(.*:\/\/)/.test(_0xdbab50)?_0x5aaa2b:""+_0x229783+_0x3a2f04));let _e=a[s(424)];e[s(676)](void 0,_e)&&(e[s(463)](pe,n,90),z(n,_e));let Fe=a[s(1085)+"e"];e[s(1662)](void 0,Fe)&&(e[s(1108)](pe,n,96),wt(n,e[s(1268)](D,Fe)))}}function E(a){let n=t,s={FTjNT:function(l,x,m){return e[j(377)](l,x,m)}};if(e.zeCsf(e[n(1492)],e[n(1492)]))return I(B(a));eYyhzF[n(1325)](_0x339bcc,_0x8e8d97,50),eYyhzF[n(1325)](_0x97d27,_0x2903d0,_0x338973)}function I(a){let n=t,s={LniUx:function(l,x,m,w){return e.YKPBP(l,x,m,w)}};if(e[n(1050)](e[n(995)],n(623))){let l={};e:for(;!e[n(1206)](V,a);){let x=he(a);switch(e.Ngglw(x,3)){case 0:break e;case 1:l[n(483)]=Tt(a,!0);break;case 2:l[n(1192)]=e.lRUFV(Tt,a,!0);break;case 3:l.service=e.xDQqm(he,a);break;case 4:l[n(1825)]=he(a);break;case 5:{let m=e[n(1650)](A,a);(l.headers||(l[n(685)]=[]))[n(1489)](e[n(1741)](_,a)),a[n(1875)]=m;break}case 6:l[n(956)+"ncoding"]=e[n(345)](C,a,e.xgcZo(he,a));break;case 7:l[n(294)+"ype"]=C(a,e[n(326)](he,a));break;case 8:l[n(1607)]=e[n(392)](se,a,e[n(326)](he,a));break;case 9:l.LogIDNew=C(a,e.lHeZt(he,a));break;case 10:l[n(836)+"ming"]=C(a,e[n(581)](he,a));break;case 11:l[n(424)]=e[n(1691)](C,a,he(a));break;case 12:l[n(1085)+"e"]=e[n(820)](he,a);break;default:T(a,7&x)}}if(e.bqOBS(void 0,l[n(483)]))throw new Error(e[n(1513)]);if(e.lybIa(void 0,l[n(1192)]))throw new Error(e[n(694)]);if(e[n(1140)](void 0,l[n(1090)]))throw new Error(e[n(1224)]);if(e[n(655)](void 0,l.method))throw new Error(n(658)+n(937)+n(1808)+n(1825));return l}else throw _0x44ec4e=_0x7131ef[n(1390)],s[n(634)](_0x49ebbb,_0x58fe92,10,_0x275fa8[n(1390)])}function A(a){let n=t;if(e[n(1286)](n(1632),e[n(1766)])){let s=e[n(978)](he,a),l=a[n(1875)];return a[n(1875)]=e.fcewr(a[n(927)],s),l}else e[n(524)](_0x2f3817,_0x23548e,82),e[n(1384)](_0x2f2b30,_0x4246f5,_0x2563b9)}function T(a,n){let s=t;switch(n){case 0:for(;e[s(350)](128,ee(a)););break;case 2:e[s(524)](J,a,e[s(348)](he,a));break;case 5:e.uhwrq(J,a,4);break;case 1:J(a,8);break;default:throw new Error(e[s(1517)](e[s(1032)],n))}}function D(a){let n=t;return a|=0,{low:a,high:e.bccso(a,31),unsigned:e[n(1305)](a,0)}}let b=[];function R(){let a=t,n=b[a(1480)]();return n?(n.offset=n.limit=0,n):{bytes:new Uint8Array(64),offset:0,limit:0}}function P(a){b[t(1489)](a)}function B(a){let n=t;if(e[n(1157)](e.XqxVG,e[n(585)])){let s=this[n(1488)][n(848)+n(919)](this[n(834)]),l=_0x10bd10[n(334)](s||"{}");return l[_0x155e73||_0xfafbe0[this[n(1368)]]]=_0x3e4533,this[n(1488)][n(1104)+n(919)](this[n(834)],_0x1f864f.stringify(l)),_0x229eb7||_0x20513b[this[n(1368)]]}else return{bytes:a,offset:0,limit:a.length}}function M(a){let n=t,s={vtSVE:function(l,x){return l instanceof x},qRFrv:function(l,x){return e[j(1098)](l,x)}};if(e.iQXta===e.rmYeG){let l=_0x51a4c1[n(1390)]&&_0x4e8887[0];if(s[n(1478)](l,_0x194637))throw l;let x=new _0x36c719("Unhandled error."+(l?s[n(1654)](s[n(1654)](" (",l[n(551)]),")"):""));throw x[n(1442)]=l,l}else{let l=a[n(1740)],x=a.limit;return l[n(1390)]===x?l:l[n(690)](0,x)}}function J(a,n){let s=t;if(e[s(451)](a[s(927)],n)>a[s(1875)])throw new Error(s(754)+"t limit");a[s(927)]+=n}function V(a){let n=t;return e.GKmdK(e[n(1506)],e[n(1506)])?e[n(714)](a.offset,a[n(1875)]):null}function re(a,n){let s=t,l=a.bytes,x=a[s(927)],m=a[s(1875)],w=e[s(1165)](x,n);if(e[s(687)](w,l[s(1390)])){let S=new Uint8Array(2*w);S.set(l),a[s(1740)]=S}return a.offset=w,e.UuKSU(w,m)&&(a[s(1875)]=w),x}function X(a,n){let s=t,l=a[s(927)];if(e[s(635)](l+n,a.limit))throw new Error(e[s(918)]);return a[s(927)]+=n,l}function se(a,n){let s=t,l=e[s(1295)](X,a,n);return a[s(1740)][s(690)](l,e.iMYDD(l,n))}function oe(a,n){let s=t,l=re(a,n[s(1390)]);a[s(1740)].set(n,l)}function C(a,n){let s=t;if(e[s(332)](s(299),e[s(1211)])){let l=X(a,n),x=String[s(455)+"Code"],m=a[s(1740)],w="\uFFFD",S="";for(let p=0;e[s(1713)](p,n);p++){let O=m[p+l],L,F,W,K;e[s(350)](128,O)===0?S+=e[s(1210)](x,O):(224&O)===192?e[s(1305)](p+1,n)?S+=w:(L=m[e[s(451)](p,l)+1],e[s(1050)](e[s(350)](192,L),128)?S+=w:(K=e.iFLvI(e.XfIIu(31&O,6),e[s(1745)](63,L)),e[s(766)](K,128)?S+=w:(S+=e[s(503)](x,K),p++))):e.qwjHR(e[s(350)](240,O),224)?e[s(1626)](p,2)>=n?S+=w:(L=m[e[s(316)](e[s(1517)](p,l),1)],F=m[e[s(1471)](e[s(1471)](p,l),2)],e.xOSMn(e[s(1557)](e[s(1185)](L,e.rCpSF(F,8)),49344),32896)?S+=w:(K=e[s(1164)](15&O,12)|e[s(1407)](e[s(1251)](63,L),6)|63&F,e.BIask(K,2048)||e[s(1305)](K,55296)&&e[s(1015)](K,57343)?S+=w:(S+=e[s(1311)](x,K),p+=2))):e[s(1018)](e.bYDlN(248,O),240)?e.dsBnU(p+3,n)?S+=w:(L=m[e[s(917)](p,l)+1],F=m[e.fcewr(e[s(1517)](p,l),2)],W=m[e[s(695)](e[s(317)](p,l),3)],e[s(824)](e[s(350)](e[s(1185)](e[s(1185)](L,F<<8),e[s(1164)](W,16)),12632256),8421504)?S+=w:(K=e[s(1185)]((7&O)<<18,e[s(819)](e.qiDsb(63,L),12))|e[s(1407)](63&F,6)|e[s(771)](63,W),e[s(1713)](K,65536)||e[s(835)](K,1114111)?S+=w:(K-=65536,S+=e[s(583)](x,e.jCRdw(e.YWDBJ(K,10),55296),e[s(917)](e[s(746)](1023,K),56320)),p+=3))):S+=w}return S}else return e[s(539)](this[s(473)+s(1679)],this[s(540)+"s"].length)?!0:e[s(627)](this[s(1420)+s(591)+s(1823)+"t"],this[s(1734)+"es"])}function z(a,n){let s=t,l={izhzH:function(x,m){return e.kqfZQ(x,m)},OzmhZ:function(x,m){return e[j(1057)](x,m)}};if(e[s(839)](e[s(446)],e[s(446)])){let x=n[s(1390)],m=0;for(let p=0;p<x;p++)if(e[s(650)](s(739),e[s(639)])){let O=n[s(1703)+"At"](p);e[s(1305)](O,55296)&&e[s(1015)](O,56319)&&e[s(1254)](e[s(1471)](p,1),x)&&(O=e.SIwoe(e[s(535)](O,10),n[s(1703)+"At"](++p))-56613888),m+=e[s(1088)](O,128)?1:O<2048?2:e[s(1254)](O,65536)?3:4}else{let O=this[s(373)+"rs"][_0x985c69];if(O)for(let L=0;l.izhzH(L,O[s(1390)]);)l[s(1610)](O[L].fn,_0x5dd150)?O[s(1780)](L,1):++L}e.LlXrE(pe,a,m);let w=e.pCpPN(re,a,m),S=a[s(1740)];for(let p=0;p<x;p++){let O=n[s(1703)+"At"](p);O>=55296&&e[s(672)](O,56319)&&e[s(443)](e[s(1098)](p,1),x)&&(O=e[s(558)](e[s(1165)](e[s(819)](O,10),n[s(1703)+"At"](++p)),56613888)),e[s(597)](O,128)?S[w++]=O:(e[s(1035)](O,2048)?S[w++]=e.TCluz(O>>6&31,192):(O<65536?S[w++]=e[s(1760)](O,12)&15|224:(S[w++]=e.vKhgW(e[s(1745)](e[s(1665)](O,18),7),240),S[w++]=e.iFLvI(e[s(1251)](O>>12,63),128)),S[w++]=e.kFoPz(e[s(344)](O,6)&63,128)),S[w++]=e.ANoQg(63&O,128))}}else{let x=_0x40ec01.substring(0,e[s(558)](4,_0x3cd684[s(1390)])),m=x[s(504)](_0x21c921);_0x3f0ee2.push(m)}}function H(a,n){let s=t;if(e.bqOBS(s(1248),s(1039)))switch(_0x994251){case e[s(400)]:case"ppe":return{[s(1694)+_0x405ac1]:1,"x-tt-env":_0x128e9f};default:return{}}else{let l=e[s(1263)](re,a,n[s(1875)]),x=a.bytes,m=n[s(1740)];for(let w=0,S=n[s(1875)];e[s(1035)](w,S);w++)x[e[s(1688)](w,l)]=m[w]}}function ee(a){let n=t;if(e[n(852)](e.gnXUn,e[n(1781)])){let s={oahyq:function(l,x,m){return l(x,m)}};return new _0x3b6234(l=>{let x=n;s[x(661)](_0x598263,l,this[x(962)+x(831)+"e"](_0x2515b1))})}else return a.bytes[X(a,1)]}function Je(a,n){let s=t;if(e[s(1405)](e[s(312)],e[s(312)]))return e.VjvRp(_0xc70d66,e[s(1316)](_0x108243,_0x373ae8));{let l=e.JQzEd(re,a,1);a[s(1740)][l]=n}}function he(a){let n=t,s=0,l=0,x;do x=e[n(820)](ee,a),e[n(826)](s,32)&&(l|=e[n(304)](e[n(1745)](127,x),s)),s+=7;while(128&x);return l}function pe(a,n){let s=t;for(n>>>=0;e[s(714)](n,128);)e[s(1378)](Je,a,e[s(891)](e[s(746)](127,n),128)),n>>>=7;e.hChXj(Je,a,n)}function Tt(a,n){let s=t;if(e[s(650)](s(1469),e[s(609)]))this["flushExp"+s(1411)]();else{let l=0,x=0,m=0,w;return w=ee(a),l=e.gJfgq(127,w),e[s(771)](128,w)&&(w=e.GAmNS(ee,a),l|=e[s(437)](127&w,7),e[s(1614)](128,w)&&(w=e[s(389)](ee,a),l|=e[s(437)](e[s(1557)](127,w),14),e[s(1745)](128,w)&&(w=ee(a),l|=e[s(856)](e.GUSjZ(127,w),21),e[s(1745)](128,w)&&(w=e[s(1206)](ee,a),x=e[s(1723)](127,w),e.yywEN(128,w)&&(w=ee(a),x|=e[s(1164)](127&w,7),e.OpCvD(128,w)&&(w=e.VcgaX(ee,a),x|=e[s(369)](e[s(1129)](127,w),14),128&w&&(w=e[s(1567)](ee,a),x|=e[s(955)](e.mkQvL(127,w),21),e[s(1129)](128,w)&&(w=e[s(978)](ee,a),m=e[s(771)](127,w),e.HVPzN(128,w)&&(w=ee(a),m|=e[s(868)](e[s(1298)](127,w),7)))))))))),{low:e[s(1767)](l,e.YjkWE(x,28)),high:e.yEjgP(e[s(466)](x,4),e[s(1246)](m,24)),unsigned:n}}}function wt(a,n){let s=t,l=e[s(1659)](n[s(981)],0),x=e.epqCF(e.mlpQR(e.ljQLl(n.low,28),e[s(1246)](n.high,4)),0),m=n.high>>>24,w=e.bugRe(0,m)?e[s(886)](0,x)?e[s(1254)](l,16384)?e[s(1403)](l,128)?1:2:e[s(1035)](l,2097152)?3:4:e[s(799)](x,16384)?e[s(1035)](x,128)?5:6:e[s(1254)](x,2097152)?7:8:e[s(1700)](m,128)?9:10,S=re(a,w),p=a[s(1740)];switch(w){case 10:p[e[s(1626)](S,9)]=e[s(771)](m>>>7,1);case 9:p[S+8]=e[s(427)](9,w)?128|m:e.YVkUG(127,m);case 8:p[e[s(695)](S,7)]=e.tKGSF(8,w)?e.Ngglw(x,21)|128:e[s(746)](e[s(1592)](x,21),127);case 7:p[e[s(695)](S,6)]=w!==7?e[s(1277)](x>>>14,128):e.LPOpb(e.jLeEK(x,14),127);case 6:p[e[s(854)](S,5)]=e[s(359)](6,w)?e[s(604)](e.epqCF(x,7),128):e.mIKBt(e[s(1667)](x,7),127);case 5:p[S+4]=e[s(1139)](5,w)?e[s(401)](128,x):127&x;case 4:p[e[s(1738)](S,3)]=e[s(622)](4,w)?e.Sqrts(l>>>21,128):e[s(1404)](e[s(1299)](l,21),127);case 3:p[e[s(695)](S,2)]=w!==3?e[s(1667)](l,14)|128:e[s(1557)](l>>>14,127);case 2:p[S+1]=e[s(469)](2,w)?e[s(481)](e.WJUqL(l,7),128):e.kvMyZ(e[s(297)](l,7),127);case 1:p[S]=e[s(329)](1,w)?128|l:127&l}}function on(a){let n=t;if(e.wNQnf===n(577))return e[n(1124)](E,a);_0x19d544=e[n(514)](_0x2a39df,_0x1e6f59),_0x52bd28|=e.sisBA(e[n(350)](127,_0x2a2400),21),e[n(795)](128,_0x26b1bb)&&(_0x4462d4=_0x2d06df(_0x454be9),_0x39aff1=127&_0x47bd77,e.msLMa(128,_0x254a1c)&&(_0x2499ca=_0x3b8eef(_0x42ae27),_0x584b68|=e[n(1271)](127&_0x5d3c47,7)))}function Gt(a){let n=t;if(e[n(718)]("eQUiv",e[n(1747)]))_0x2be8e5[n(1584)](_0x544ec);else return v(a)}let an=65536,ei=e[t(1515)],we=e[t(1846)](an,an),Te=e[t(1456)](we,we),rr=Te/2,Ne=String[t(870)+"e"].charCodeAt;class xe{constructor(n,s,l){let x=t;this[x(812)]=!0,this[x(981)]=e[x(1318)](0,n),this.high=0|s,this.unsigned=!!l}static[t(812)](n){return n&&e.bugRe(!0,n.isLong)}static[t(1076)](n,s,l){return new xe(n,s,l)}static[t(1541)+"s"](n,s,l){let x=t;return l?xe[x(1541)+x(1275)](n,s):xe["fromByte"+x(1416)](n,s)}static["fromByte"+t(1275)](n,s){let l=t;return new xe(e[l(1292)](e.JYGlW(n[0],e[l(1271)](n[1],8)),e[l(526)](n[2],16))|n[3]<<24,e[l(1326)](e[l(401)](e[l(1413)](n[4],e[l(868)](n[5],8)),e.XfIIu(n[6],16)),e[l(437)](n[7],24)),s)}static[t(1541)+t(1416)](n,s){let l=t,x={BTZYe:function(m,w){return e[j(1288)](m,w)},xwYym:function(m,w){return m<=w},pPHxY:function(m,w){return m<w},ViKHj:function(m,w){return e.FpEHm(m,w)},Zvcbz:function(m,w){return e[j(1566)](m,w)},yeUCe:function(m,w){return e[j(976)](m,w)}};if(l(565)===e[l(1152)])return new xe(e.aguVR(e[l(1277)](e[l(1587)](n[4],24),e[l(1593)](n[5],16))|e[l(955)](n[6],8),n[7]),e.GXKwm(e.HLGsp(e[l(1783)](n[0],24),e.rCpSF(n[1],16))|e[l(844)](n[2],8),n[3]),s);{let m=_0x1c7fd9[l(1703)+"At"](_0x2204ff);KOzmCL.BTZYe(m,55296)&&KOzmCL[l(924)](m,56319)&&KOzmCL[l(447)](KOzmCL[l(1300)](_0x398465,1),_0x283f2b)&&(m=KOzmCL[l(520)](m,10)+_0xfd8b19[l(1703)+"At"](++_0x362ee3)-56613888),_0xa12765+=m<128?1:m<2048?2:KOzmCL[l(1105)](m,65536)?3:4}}static[t(351)](n){let s=t;return e[s(642)](n,ei)?dl:new xe(e[s(1592)](e[s(931)](e[s(384)](Ne.call(n,0),e[s(1e3)](Ne[s(840)](n,1),8)),e[s(1407)](Ne[s(840)](n,2),16))|e[s(783)](Ne[s(840)](n,3),24),0),e[s(1602)](e[s(1348)](e[s(569)](Ne[s(840)](n,4),e.DZPib(Ne[s(840)](n,5),8)),e[s(1154)](Ne[s(840)](n,6),16)),Ne[s(840)](n,7)<<24)>>>0,!0)}[t(1695)](){let n=t;if(e.PRvZs(e[n(625)],"WDPrR")){let s=_0x1060a0[n(1480)]();return s?(s[n(927)]=s[n(1875)]=0,s):{bytes:new _0x5bf874(64),offset:0,limit:0}}else return String[n(455)+n(404)](e[n(1412)](255,this.low),this[n(981)]>>>8&255,e[n(682)](e.keLyQ(this[n(981)],16),255),this[n(981)]>>>24,255&this[n(1714)],e[n(1723)](this[n(1714)]>>>8,255),e.syWDC(this[n(1714)]>>>16,255),this[n(1714)]>>>24)}static fromNumber(n,s=!0){let l=t;if(e[l(1623)](l(547),e[l(749)])){if(isNaN(n))return s?Yp:dl;if(s){if(e[l(1093)](n,Te))return Qp}else{if(e[l(672)](n,-rr))return em;if(e[l(1422)](e[l(833)](n,1),rr))return Xp}return xe[l(1076)](e[l(1399)](n,we)|0,e[l(501)](n/we,0),s)}else return _0x535c44[l(812)](_0x4de7a0)||(_0x3f4a01=_0x2ae489[l(697)+"er"](_0x34f21e)),this[l(522)]!==_0x48a374[l(522)]&&e.vnzrX(e[l(297)](this[l(1714)],31),1)&&e.lybIa(e[l(297)](_0x4e875a[l(1714)],31),1)?!1:e[l(367)](this.high,_0x50b23c[l(1714)])&&this[l(981)]===_0xbe21b6.low}toNumber(){let n=t;return this.unsigned?e[n(413)](e[n(1846)](e.Rlmqh(this[n(1714)],0),we),e.fPXGM(this[n(981)],0)):e[n(1072)](e[n(1846)](this[n(1714)],we),e[n(934)](this.low,0))}[t(492)](){return this[t(1714)]===0&&e.vKQFZ(0,this.low)}[t(1123)](n){let s=t;xe[s(812)](n)||(n=xe[s(697)+"er"](n));let l=e[s(1659)](this[s(1714)],16),x=e[s(485)](65535,this[s(1714)]),m=e.kGbeK(this[s(981)],16),w=e.HXTOW(65535,this[s(981)]),S=e.xydJD(n.high,16),p=e[s(736)](65535,n[s(1714)]),O=e[s(941)](n[s(981)],16),L=e[s(699)](65535,n[s(981)]),F=0,W=0,K=0,_e=0;return _e+=e[s(1579)](w,L),K+=e[s(356)](_e,16),_e&=65535,K+=e[s(586)](m,O),W+=e[s(356)](K,16),K&=65535,W+=e[s(810)](x,p),F+=e[s(356)](W,16),W&=65535,F+=e[s(320)](l,S),F&=65535,xe.fromBits(e[s(394)](K<<16,_e),e[s(1413)](e[s(304)](F,16),W),this[s(522)])}equals(n){let s=t;return xe.isLong(n)||(n=xe[s(697)+"er"](n)),e[s(1623)](this[s(522)],n[s(522)])&&e[s(1314)](e[s(1082)](this[s(1714)],31),1)&&e[s(360)](e[s(1299)](n.high,31),1)?!1:e[s(1057)](this.high,n[s(1714)])&&this[s(981)]===n[s(981)]}addOne(){let n=t;return this[n(981)]===-1&&e.gqcof(-1,this[n(1714)])?xe[n(1076)](0,0,this[n(522)]):e[n(367)](-1,this[n(981)])?xe[n(1076)](0,this.high+1,this[n(522)]):xe.fromBits(e.xMfRR(this[n(981)],1),this.high,this[n(522)])}toBytes(n){let s=t;return n?this[s(1855)+"E"]():this[s(735)+"E"]()}[t(1855)+"E"](){let n=t,s=this[n(1714)],l=this[n(981)];return[e[n(346)](255,l),e.PBIUS(e[n(901)](l,8),255),e[n(1412)](e[n(356)](l,16),255),l>>>24,e[n(521)](255,s),e.Slpqv(e.qDUeH(s,8),255),e.xydJD(s,16)&255,e.Rlmqh(s,24)]}toBytesBE(){let n=t,s={pGesu:function(l,x){return e.RqbvC(l,x)},exkUj:function(l,x){return e[j(451)](l,x)},HHJro:function(l,x){return e[j(313)](l,x)},lUSAx:function(l,x){return e[j(1623)](l,x)},oDIrG:function(l,x){return e[j(467)](l,x)},JBVEO:function(l,x){return e[j(402)](l,x)},nuvPj:function(l,x){return l|x},MNWcD:function(l,x){return e[j(844)](l,x)},NTyJc:function(l,x){return e.bCwCL(l,x)},Jpxeq:function(l,x){return e[j(1440)](l,x)},EJuQX:function(l,x){return e.NQkAI(l,x)},qUTQg:function(l,x){return e[j(532)](l,x)},MasOd:function(l,x){return e[j(1342)](l,x)}};if(e[n(332)](e[n(954)],n(319))){let l=this[n(1714)],x=this[n(981)];return[l>>>24,e[n(1641)](l>>>16,255),e.yAHQn(e[n(563)](l,8),255),255&l,e.WJUqL(x,24),e.syWDC(e[n(1659)](x,16),255),x>>>8&255,255&x]}else _0x1657a6=_0x53a169[nMyvkE.pGesu(nMyvkE.exkUj(_0xa0f5cc,_0x52ca40),1)],_0x2749ad=_0xe540a4[nMyvkE[n(1232)](nMyvkE.HHJro(_0x345149,_0x5f1e35),2)],nMyvkE.lUSAx(nMyvkE[n(1670)](_0x5b4520|nMyvkE[n(920)](_0x3faadb,8),49344),32896)?_0x298e53+=_0x169289:(_0x44ccef=nMyvkE[n(1717)](nMyvkE.MNWcD(15&_0x464d5a,12)|nMyvkE[n(640)](nMyvkE.Jpxeq(63,_0x3a6985),6),nMyvkE.Jpxeq(63,_0x326a98)),_0xd19d37<2048||nMyvkE.EJuQX(_0x21108d,55296)&&nMyvkE[n(1380)](_0x311b87,57343)?_0x468c54+=_0x211a72:(_0x552648+=nMyvkE[n(1551)](_0x3cff92,_0x3dadbc),_0x2d318e+=2))}}let dl=new xe(0,0,!1),Yp=new xe(0,0,!0),Xp=xe[t(1076)](-1,2147483647,!1),Qp=xe[t(1076)](-1,-1,!0),em=xe[t(1076)](0,-2147483648,!1);var cn=(function(a){let n=t,s="0|1|5|4|3|2".split("|"),l=0;for(;;){switch(s[l++]){case"0":a[a[e.GBcTE]=5001]=e[n(986)];continue;case"1":a[a[e[n(1702)]]=5002]=e[n(1702)];continue;case"2":return a;case"3":a[a[n(1225)+"OR"]=5005]=e.DRakH;continue;case"4":a[a[e.qSgJO]=5004]=e.qSgJO;continue;case"5":a[a[e[n(1675)]]=5003]=e[n(1675)];continue}break}})({});class ir{constructor(n){let s=t;this[s(1007)]=n,this[s(1627)]=null}}class ll extends ir{constructor(n,s){super(n),this.message=s&&s.message||null}}class ul extends ir{constructor(n,s){let l=t;if(e[l(1869)](e[l(656)],e.IHjgM))super(n),this[l(1459)]=s&&s[l(1459)]||null,this[l(681)]=s&&s[l(681)]||0,this[l(983)]=s&&s[l(983)]||"",this[l(1445)]=s&&s[l(1445)]||0,this[l(551)]=s&&s[l(551)]||"",this[l(1534)]=s&&s[l(1534)]||5001;else{let x=this[l(816)+l(1051)]?.[l(865)+l(876)+"es"](),m=this[l(816)+l(1051)]?.["getCurre"+l(667)+"nt"]();if(x&&!_0x5338a6[l(551)]){let w="connect "+m+(" fail, m"+l(1490)+"es reached");this[l(1371)+l(376)+"ent"](e[l(1395)](_0x2ae0e5,e.fERWV,{message:w,code:_0x513e55[l(1024)+l(1229)+"R"],error:_0x40eeec}));return}this[l(1839)]&&e[l(1157)](this[l(1839)][l(1241)+"te"],this[l(1158)])&&this[l(972)+l(782)](),this[l(1371)+l(376)+l(1343)](_0x50e70d(l(1459),{message:_0x1af507[l(551)],code:_0x282f3d[l(1669)+"RROR"],error:_0x46d25a}))}}}class fl extends ir{constructor(n,s){let l=t,x=e[l(953)].split("|"),m=0;for(;;){switch(x[m++]){case"0":super(n);continue;case"1":this.wasClean=s&&s.wasClean||!1;continue;case"2":this.willReconnect=s&&s[l(1784)+l(516)]||!1;continue;case"3":this.code=s&&s[l(1534)]||0;continue;case"4":this[l(1176)]=s&&s[l(1176)]||"";continue}break}}}class xl extends ir{constructor(n,s){let l=t;super(n),this[l(1197)]=s&&s[l(1197)]||null}}class hl extends xl{constructor(n,s){let l=t;super(n),this[l(1197)]=s&&s.data||null,this[l(551)]=s&&s[l(551)]||null}}class pl extends ir{constructor(n,s){let l=t;e[l(1286)](e[l(1143)],e[l(822)])?(super(n),this[l(1197)]=s&&s[l(1197)]||null):_0x2895b4[l(1489)](_0x279bab)}}function lt(a,{message:n,code:s,error:l}){return new ul(a,{message:n,code:s,error:l})}function _t(a,{code:n,reason:s,wasClean:l,willReconnect:x}){return new fl(a,{code:n,reason:s,wasClean:l,willReconnect:x})}function ml(a,{data:n,message:s}){return new hl(a,{data:n,message:s})}function gl(a,{data:n}){return new pl(a,{data:n})}function Ea(a,{message:n}){return new ll(a,{message:n})}class wl{constructor(n,s){let l=t;if(e[l(335)](e.yApbv,e[l(1237)]))return e[l(1107)](0,this[l(1714)])&&e.llrFA(0,this[l(981)]);this[l(540)+"s"]=n,this.maxRetries=s,this.currentIndex=0,this[l(1420)+l(591)+"riesCount"]=0}resetEndpointConfig(){let n=t;if(e[n(1153)]!==n(1618))this[n(473)+n(1679)]=0,this["currentEndpointT"+n(1823)+"t"]=0;else return this[n(540)+"s"][this[n(473)+n(1679)]]}[t(1742)+"es"](){let n=t;this["currentE"+n(591)+"riesCount"]=0}[t(1795)+t(667)+"nt"](){let n=t;return this[n(540)+"s"][this[n(473)+n(1679)]]}["getCurre"+t(667)+"ntTriesC"+t(1458)](){let n=t;return this[n(1420)+n(591)+n(1823)+"t"]}[t(865)+t(876)+"es"](){let n=t;return!!(this[n(473)+n(1679)]>=this[n(540)+"s"].length||e.bqOBS(this[n(473)+n(1679)],e[n(558)](this[n(540)+"s"][n(1390)],1))&&e.Zlpmy(this[n(1420)+"ndpointT"+n(1823)+"t"],this.maxRetries))}[t(331)+t(314)+t(1757)+t(904)+t(1245)](){let n=t;return e[n(1405)](e[n(1446)],n(1147))?e[n(1018)](this["currentI"+n(1679)],this[n(540)+"s"].length)?!0:e.KmpYM(this[n(1420)+n(591)+n(1823)+"t"],this[n(1734)+"es"]):this[n(522)]?e[n(971)](e[n(387)](this[n(1714)],0)*_0x23a4fe,this.low>>>0):e[n(1165)](e.taEMI(this[n(1714)],_0x1b96dd),e[n(1711)](this[n(981)],0))}[t(1452)+t(1820)+t(1724)+t(1621)+t(1168)](){let n=t;if(e[n(359)](e[n(1177)],e[n(1177)]))_0x31722d+=e[n(1175)](_0x39b68f,_0x56b2e6),_0x1a1bfb++;else return this[n(1420)+n(591)+n(1823)+"t"]=1,this["currentI"+n(1679)]++,this[n(540)+"s"][this[n(473)+n(1679)]]}[t(1795)+t(667)+t(502)+t(1010)](){let n=t;return this[n(1420)+"ndpointT"+n(1823)+"t"]++,this["getCurre"+n(667)+"nt"]()}}let sr=(e[t(1028)](t(1429)+"d",typeof globalThis)&&e[t(975)]("Window",globalThis[t(416)+"tor"].name)||e.ncLNy!=typeof window&&e[t(1347)](e.WOWVT,window[t(416)+t(845)][t(460)]))&&e[t(613)](e[t(1538)],typeof document),Dn=e[t(1729)]("undefined",typeof globalThis)&&(e[t(906)]===globalThis[t(416)+t(845)][t(460)]||e[t(1026)](e[t(1883)],globalThis[t(416)+t(845)][t(460)]))&&e[t(1729)](t(1429)+"d",typeof tt),ti=(e[t(1028)](e[t(1538)],typeof globalThis)&&e[t(675)](t(1613),globalThis[t(416)+"tor"][t(460)])||e[t(1538)]==typeof globalThis||e[t(454)](t(1429)+"d",typeof globalThis)&&!!globalThis[t(598)+t(1832)])&&e[t(855)](e[t(1538)],typeof wx),ni=e[t(900)](e[t(1538)],typeof globalThis)&&("Dedicate"+t(619)+t(322)+"pe"===globalThis[t(416)+t(845)][t(460)]||e[t(1216)](e[t(1262)],globalThis[t(416)+"tor"][t(460)])||t(1807)+t(1774)+t(383)===globalThis[t(416)+t(845)][t(460)])&&e[t(1538)]!=typeof self,tm=e[t(1538)]!=typeof globalThis&&e[t(906)]===globalThis.constructor.name&&e.hWoUc(e[t(1538)],typeof global)&&e.vbQpC===global[t(416)+t(845)][t(460)]&&e.hWoUc(e[t(1538)],typeof process)&&!!process.version;class va{constructor(){let n=t;if(e[n(1355)]!==e[n(1239)])this[n(373)+"rs"]={};else return e[n(787)](_0x368580,_0x3802e7)}[t(541)](n,...s){let l=t,x=this[l(373)+"rs"][n];if(x)x[l(998)]()[l(973)](m=>m.fn[l(800)](m.ctx,s));else if(e[l(1635)]===n&&!this[l(573)]){let m=s.length&&s[0];if(e[l(1367)](m,Error))throw m;let w=new Error(e[l(451)]("Unhandled error.",m?e[l(974)](e[l(358)](" (",m[l(551)]),")"):""));throw w[l(1442)]=m,m}return this}[t(1166)](n,s){let l=t;if(n===void 0)this[l(373)+"rs"]={};else if(e[l(731)](void 0,s))this[l(373)+"rs"][n]=null;else{let x=this[l(373)+"rs"][n];if(x)for(let m=0;e[l(769)](m,x[l(1390)]);)e[l(1733)](x[m].fn,s)?x[l(1780)](m,1):++m}return this}on(n,s,l){let x=t;return(this._listeners[n]||(this[x(373)+"rs"][n]=[]))[x(1489)]({fn:s,ctx:l||this}),this}}class nm extends va{[t(664)+"rrorMess"+t(429)](n){let s=t;return n[s(587)]||n.errNo?(s(1625)+" "+(n[s(587)]||"")+" code: "+(n[s(1243)]||""))[s(1366)]():JSON[s(1126)+"y"](n)}constructor(n,s,l){let x=t;if(e[x(469)](e[x(1381)],e[x(1381)]))return this._socket.protocol;super(),this[x(1183)]=null,ti&&wx[x(459)+x(1304)]&&(this._socket=wx[x(459)+x(1304)]({url:n,protocols:s,header:l,fail:this[x(1542)+x(1778)+x(684)][x(815)](this),success:this[x(1542)+x(1704)+x(1569)+x(605)].bind(this)})),Dn&&tt[x(459)+"ocket"]&&(this[x(1183)]=tt[x(459)+x(1304)]({url:n,protocols:s,header:l,fail:this[x(1542)+"ocketFailHandler"][x(815)](this),success:this[x(1542)+x(1704)+x(1569)+x(605)].bind(this)}))}[t(1542)+t(1704)+"cessHand"+t(605)](){let n=t;e[n(975)](e.QKEEF,e[n(328)])?Promise[n(1877)]()[n(607)](()=>{let s=n;this[s(1831)+s(1533)]()}):this.on(_0x44c593,_0x4f6bcc)}["_createS"+t(1778)+t(684)](n){let s=t;Promise[s(1877)]()[s(607)](()=>{let l=s,x=e.KQdoq(lt,e[l(1635)],{message:this["_formatErrorMess"+l(429)](n)});this[l(541)](l(1459),x);let m=_t(l(1461),{reason:this[l(664)+l(668)+l(429)](n)});this[l(541)](e[l(1156)],m)})}[t(1831)+t(1533)](){let n=t,s={hCtOR:e[n(1474)],Kwxsv:function(l,x,m){return e[n(1406)](l,x,m)},uyyiC:n(551)};n(405)!==e[n(1438)]?(this["currentI"+n(1679)]=0,this["currentE"+n(591)+n(1823)+"t"]=0):(this._socket[n(537)](l=>{let x=n;this.emit(s.hCtOR,s[x(1727)](gl,s.hCtOR,{...l,data:l.errMsg||""}))}),this[n(1183)][n(979)](l=>{let x=n;this.emit(e[x(1156)],_t("close",{...l}))}),this[n(1183)][n(1011)+"e"](l=>{let x=n;this[x(541)](x(551),ml(s[x(922)],{...l}))}),this[n(1183)].onError(l=>{let x=n;this[x(541)](x(1459),lt(e.fERWV,{...l,message:l[x(587)]||""}))}))}[t(948)](n){let s=t,l={zmJgp:function(x,m,w){return e[j(524)](x,m,w)},AAhZG:e.fERWV};if(e[s(1367)](n,Uint8Array))if(e[s(1349)](e[s(1017)],e[s(1017)])){let x=this._qosDB[s(732)](this._prefix);return _0x5abc0b[s(334)](x||"{}")[_0x4e489f]}else{let x=n[s(1656)][s(998)](n.byteOffset,e[s(1790)](n.byteLength,n[s(1392)+"et"]));this[s(1183)]&&this[s(1183)][s(948)]({data:x,fail:m=>{let w=s;this[w(541)](w(1459),l[w(1803)](lt,l[w(1822)],{message:this["_formatE"+w(668)+"age"](m)}))}})}else this[s(1183)]&&this[s(1183)][s(948)]({data:n,fail:x=>{let m=s;this[m(541)](e[m(1635)],lt(e[m(1635)],{message:this[m(664)+m(668)+m(429)](x)}))}})}[t(1461)](n,s){let l=t;this[l(1183)]&&this[l(1183)][l(1461)]({code:n,reason:s})}[t(765)+t(1865)](n,s){let l=t;e[l(381)](e.ErVMM,l(1716))?this[l(541)](l(1459),e[l(1182)](_0x4880d5,l(1459),{message:this[l(664)+"rrorMessage"](_0x2b0e8c)})):this.on(n,s)}["removeEv"+t(564)+"ner"](n,s){let l=t;e.TcvRx(e[l(1222)],l(727))?this[l(1166)](n,s):this["_addWsLi"+l(1533)]()}get[t(1241)+"te"](){let n=t,s={ehLKE:function(l,x){return e.GLMOJ(l,x)},CDHfd:function(l,x){return e[j(1284)](l,x)},pkmNx:function(l,x){return e[j(1647)](l,x)},FnpIR:function(l,x){return l|x},PiWmk:function(l,x){return l<<x},acTGj:function(l,x){return l&x},LIKVV:function(l,x){return e[j(443)](l,x)},dOtgv:function(l,x){return l(x)}};if(e[n(620)](e[n(1750)],e.WoHjA))_0x2b98f3=_0x5d6b30[eTtBcS[n(1280)](_0x2e362e+_0x14dae8,1)],eTtBcS[n(1712)](eTtBcS[n(1114)](192,_0x5765cb),128)?_0x6aa093+=_0x42aa91:(_0xa3612f=eTtBcS[n(1030)](eTtBcS[n(1516)](eTtBcS[n(832)](31,_0x2f7ada),6),eTtBcS[n(1114)](63,_0x2a9d0a)),eTtBcS[n(1447)](_0x1d9d9a,128)?_0x1e1d77+=_0x2195a6:(_0x51f071+=eTtBcS[n(1373)](_0x27c33c,_0x12f02b),_0x5bc2b1++));else return this[n(1183)].readyState}get[t(533)+"pe"](){return this._socket.binaryType}set[t(533)+"pe"](n){}get[t(1134)](){return this._socket.url}get protocol(){let n=t;return this[n(1183)][n(1718)]}get[t(561)+"ns"](){let n=t;return e[n(1884)]===e[n(963)]?!0:this[n(1183)].extensions}get[t(1663)+t(1118)](){return 0}}function rm(a,n){let s=t;if(n)return new n(a[s(1134)],a.protocol);if(ti||Dn)return new nm(a.url,a.protocol,a[s(685)]);if((sr||ni)&&e[s(1729)](e[s(1538)],typeof WebSocket)&&WebSocket)return new WebSocket(a[s(1134)],a[s(1718)+"s"])}function im(a){let n=t,s={YbCfR:e[n(1635)],pTUHY:function(l,x){return e[n(740)](l,x)},SXiRw:function(l){return e[n(1102)](l)},wJoqo:function(l,x){return l(x)},zUDDw:e[n(1323)]};if(e[n(332)](n(903),e[n(644)])){let l=e.VwmBn[n(1598)]("|"),x=0;for(;;){switch(l[x++]){case"0":return!1;case"1":if(ti&&wx[n(459)+n(1304)])return!0;continue;case"2":if(Dn&&tt["connectS"+n(1304)])return!0;continue;case"3":if(e.SpOxS(sr,ni)&&e[n(1538)]!=typeof WebSocket&&WebSocket)return!0;continue;case"4":if(a)return!0;continue}break}}else{let l=()=>{let w=n;_0x5a666f[w(1181)+w(564)+w(398)](w(1682),x),_0x1d0ea9[w(1181)+w(564)+w(398)](medted.YbCfR,m)},x=()=>{let w=n;medted[w(1638)](_0xab2b9a,medted[w(1638)](_0x239ce8,_0x6adcbd.result)),medted[w(293)](l)},m=()=>{let w=n;medted[w(830)](_0x21fd92,_0x22c062[w(1459)]),l()};_0xad7282[n(765)+n(1865)](medted[n(1450)],x),_0x172b16[n(765)+n(1865)](medted[n(1859)],m)}}function _l(a,n,s){let l=t,x={tJFRU:function(m,w){return e[j(672)](m,w)},WPXhs:e[l(777)],ejvRX:function(m,w){return e[l(854)](m,w)}};if(e[l(589)](e[l(1583)],e[l(1672)])){let m=this._qosDB[l(848)+"geInfoSync"](this[l(834)]),w=_0x3c13a1[l(334)](e[l(1485)](m,"{}"));return _0x1ea9d3[l(1426)](w)}else{let m=-1;async function w(S){let p=l;return x[p(1655)](S,m)?Promise[p(491)](new Error(x.WPXhs)):(m=S,S===s[p(1390)]?Promise[p(1877)]():s[S][p(815)](a)(n,w[p(815)](null,x[p(1357)](S,1))))}w(0)}}function yl(a){let n=t,s=0,l=0;for(let x=0;e.WrfOM(x,a[n(1390)]);++x)l=a.charCodeAt(x),e[n(826)](l,128)?s+=1:e[n(1071)](l,2048)?s+=2:e.KHNNj(e[n(1641)](64512,l),55296)&&e[n(928)](e[n(548)](64512,a[n(1703)+"At"](e[n(358)](x,1))),56320)?(++x,s+=4):s+=3;return s}function bl(a,n,s){let l=t;if(e.ppeLH(e[l(1753)](s,n),1))return"";let x="";for(let m=n;e[l(769)](m,s);){let w=a[m++];if(e.DXwjG(w,127))x+=String[l(455)+l(404)](w);else if(w>=192&&w<224)x+=String[l(455)+l(404)](e[l(394)](e.ifczr(e[l(1836)](31,w),6),e[l(1075)](63,a[m++])));else if(e.FpKQV(w,224)&&e[l(1713)](w,240))x+=String[l(455)+l(404)](e[l(1737)](e[l(1501)](15,w)<<12,e[l(1622)](63,a[m++])<<6)|e.NvbLS(63,a[m++]));else if(e[l(1678)](w,240)){let S=e.spwAE(e[l(873)](e[l(1359)](e[l(572)](e[l(923)](7,w),18),e.tUwAk(e.kvMyZ(63,a[m++]),12)),e[l(1593)](e[l(1749)](63,a[m++]),6))|63&a[m++],65536);x+=String["fromChar"+l(404)](e.daGKD(55296,e[l(1665)](S,10))),x+=String[l(455)+l(404)](e[l(942)](56320,e.GmLsR(1023,S)))}}return x}function Sa(a,n,s){let l=t,x=s,m,w;for(let S=0;e[l(443)](S,a[l(1390)]);++S)if(m=a.charCodeAt(S),e[l(1037)](m,128))n[s++]=m;else if(m<2048)n[s++]=e.qOToq(m,6)|192,n[s++]=e[l(993)](e.Slpqv(63,m),128);else if(e[l(337)](e[l(699)](64512,m),55296)&&e[l(928)](e[l(350)](64512,w=a.charCodeAt(e[l(1570)](S,1))),56320)){let p=e.NCnMR[l(1598)]("|"),O=0;for(;;){switch(p[O++]){case"0":n[s++]=e.qRXvW(63,m)|128;continue;case"1":n[s++]=e.aguVR(m>>18,240);continue;case"2":m=65536+e[l(819)](e[l(385)](1023,m),10)+e[l(631)](1023,w);continue;case"3":++S;continue;case"4":n[s++]=e[l(1805)](e[l(468)](m,6)&63,128);continue;case"5":n[s++]=e.HLGsp(e[l(1665)](m,12)&63,128);continue}break}}else n[s++]=m>>12|224,n[s++]=e[l(1326)](e[l(350)](e[l(468)](m,6),63),128),n[s++]=e[l(795)](63,m)|128;return s-x}async function El(a){let n=t;if(e[n(539)](e.iOiwF,typeof a))if(e.ZxiWx===e.hxUxY){let s=0,l=0,x;do x=_0x23484a(_0x1a24dc),e[n(1857)](s,32)&&(l|=e[n(955)](e[n(1614)](127,x),s)),s+=7;while(e[n(861)](128,x));return l}else{let s=new Uint8Array(yl(a));return e[n(559)](Sa,a,s,0),s}return e.gtRoI(a,ArrayBuffer)?new Uint8Array(a):new Uint8Array(a[n(1656)],a[n(1392)+"et"],a[n(1117)+"th"])}function sm(a){let n=t;try{return e.bbdkR(e[n(996)],typeof a)&&(e[n(1344)](a,ArrayBuffer)||a[n(1656)]&&e[n(1615)](a[n(1656)],ArrayBuffer))||e[n(410)](e[n(996)],typeof a)?"":(JSON[n(334)](a),n(1059)+n(1511))}catch{return e[n(1337)]===n(318)?(this[n(1420)+n(591)+n(1823)+"t"]=1,this[n(473)+n(1679)]++,this.endpoints[this[n(473)+"ndex"]]):e[n(539)](e.iOiwF,typeof a)?e[n(1522)]:""}}let om=(a,n)=>{let s=t;switch(a){case e.QXVBy:case e[s(1772)]:return{["x-use-"+a]:1,"x-tt-env":n};default:return{}}};class am{constructor(n){let s=t,l={UpIrd:function(x,m){return x===m},PlwZY:e[s(1350)]};if(e[s(650)](e.rFDGc,s(1060)))this[s(692)+s(1458)]=n,this[s(757)]=0;else return _0x568dfa instanceof _0x35d6d2&&(lAOtZy[s(341)](_0x49fad2,lAOtZy[s(686)])||lAOtZy[s(341)](_0x122998,"store"))?!0:_0x5210e0 in _0xbe0b7d}[t(964)](){let n=t;this[n(757)]++}[t(865)+"chMaxCount"](){let n=t;return e[n(1288)](this[n(757)],this[n(692)+n(1458)])}[t(1706)+t(1870)](n=0){let s=t;this[s(692)+s(1458)]=n,this[s(757)]=0}}async function cm(a){let n=t,s={WocjU:e[n(1156)],awjhO:function(l,x,m){return e[n(1462)](l,x,m)},wBUBq:function(l,x){return e[n(1008)](l,x)},PrCMp:e[n(666)],pvqaD:n(1798)+"ascript",TRyik:function(l,x){return e[n(1869)](l,x)},EXBhN:e[n(1496)],uQgGX:e[n(693)],UKlKs:e[n(1862)]};return new Promise(l=>{let x=n,m={FdKca:s.WocjU,HnNXm:x(1061),FhxAw:function(w,S,p){return s[x(1389)](w,S,p)},CjrlR:x(1686)+"ay, netw"+x(638)+x(1771)};if(!sr)return s.wBUBq(l,x(1081)+"reason");try{let w=document[x(1868)+x(409)](s.PrCMp);window[x(1608)+x(1671)]=S=>{let p=x;document.body.removeChild(w),window[p(1608)+p(1671)]=void 0,l(S&&S[p(1649)]||p(1081)+p(1176))},w[x(1007)]=s[x(1710)],w.src=a.replace(/^ws/,x(837))+(x(1498)+x(1045)+x(311)+"P");try{if(s[x(1213)](s[x(970)],s.uQgGX))document[x(1755)][x(552)+"ild"](w);else{if(this[x(967)+x(1215)](),this[x(1804)+x(461)](),this["_removeW"+x(1560)+"rs"](),this["_wsInsta"+x(1660)](1e3,_0x581f18),this["_connect"+x(1736)]=!1,_0x397d90&&this["_navigat"+x(1391)]()&&!this[x(885)+"osed"]){if(this[x(816)+"tManager"]?.[x(865)+x(876)+"es"]()){let p=this[x(816)+x(1051)]?.["getCurre"+x(667)+"nt"]();this[x(1371)+x(1256)+x(1343)](_0x3e965b(m[x(768)],{code:1006,reason:x(798)+p+(x(742)+x(1811)+x(1730)+"ached"),wasClean:!0}))}else{let p=this[x(1696)][x(1876)+x(1520)+x(615)](_0x59ee0f,_0x371400);this[x(1371)+x(1256)+x(1343)](_0xe8b7c4(m[x(768)],{code:_0x3703ee,reason:_0x306f84,wasClean:!0,willReconnect:p})),p&&this._connect()}return}this[x(430)+x(1391)]()||this["_readyCl"+x(943)]?this[x(1371)+x(1256)+x(1343)](_0x568571(m[x(768)],{code:_0x1f4d62,reason:m[x(1556)]})):this["_dispatc"+x(1256)+x(1343)](m[x(1508)](_0x41bbc0,x(1461),{code:1006,reason:m[x(747)]})),this[x(1839)]=null,this["_endpoin"+x(1051)]?.[x(608)+x(1255)+x(869)](),this[x(1770)+x(610)]?.[x(1706)+"nter"]()}}catch{document.body.removeChild(w)}}catch{window[x(1608)+x(1671)]=void 0,s.wBUBq(l,s.UKlKs)}})}function dn(a,n,s){let l=t;return!!a?.[l(1377)](x=>x[l(999)]===n&&x[l(1302)]===s)}function or(a,n){let s=t;return a?.[s(1377)](l=>l[s(999)]===n)?.value}let Ia=null;async function dm(){let a=t;return Ia||(Ia=Promise.resolve().then(zt[a(815)](zt,a(362)))),Ia}class lm extends va{constructor(n,s){let l=t;e[l(1765)](e[l(1585)],e[l(1408)])?_0x4a60e1.log(_0x547312):(super(),this[l(760)]=n,this[l(779)]=s,this[l(1488)]=void 0,this[l(1253)+l(1580)]=null)}async openDB(){await this[t(415)]()}async[t(415)](){let n=t;if(!this._qosDB){if(this[n(1253)+n(1580)])return this[n(1253)+n(1580)];try{let s=this._dbName,l=this[n(779)];this[n(1253)+n(1580)]=(async()=>{let x=n,{openDB:m}=await dm();this._qosDB=await e[x(559)](m,x(1608)+"_"+s,1,{upgrade(w){let S=x;w[S(874)+S(1217)+"e"](s,{keyPath:l})}})})(),await this["_initPro"+n(1580)]}catch(s){console[n(1584)](s)}finally{this[n(1253)+n(1580)]=null}}}async[t(1548)](n){let s=t;try{return e.keyJG(e[s(670)],e[s(1763)])?_0x39f34a||(_0xb39757=[_0x484789,_0x3b104c,_0x2bf141,_0x5e2f57,_0x384e77]):(await this[s(415)](),this[s(1488)]?.get(this[s(760)],n))}catch(l){console[s(1584)](l)}}async[t(808)](n,s){let l=t;return await this[l(415)](),this[l(1488)]?.[l(1754)](this[l(760)],n)}async[t(1144)](n){let s=t;try{return await this[s(415)](),this[s(1488)]?.[s(1009)](this[s(760)],n)}catch(l){console.log(l)}}async[t(1866)](){let n=t;try{return await this._init(),this[n(1488)]?.[n(1866)](this[n(760)])}catch(s){console[n(1584)](s)}}async[t(889)](){let n=t;return await this._init(),this[n(1488)]?.getAllKeys(this[n(760)])}async[t(1194)](){let n=t;return await this[n(415)](),this[n(1488)]?.[n(1194)](this[n(760)])}async closeDB(){let n=t;try{this._qosDB?.close(),this[n(1488)]=void 0}catch(s){console[n(1584)](s)}}get[t(1578)](){let n=t;try{if(e[n(359)](e[n(432)],e.IUFXh))e[n(899)](_0x14fefb,_0x3a193d,24),e[n(744)](_0x449704,_0x161b8d,e.fEoAd(_0x3cc0e7,_0x3b4015));else return!!this._qosDB}catch(s){return console.log(s),!1}}}class um{constructor(n,s){let l=t,x={zcZag:function(m,w){return e.maTLz(m,w)},jwRiY:function(m,w){return e[j(1319)](m,w)},DWZXk:function(m,w){return e[j(361)](m,w)},NemVU:function(m,w){return m(w)},CThcS:function(m,w){return m<<w},mPaIf:function(m,w){return e.qiDsb(m,w)},Tiiqa:function(m,w){return e[j(485)](m,w)},nbPpJ:function(m,w){return e.pEWuV(m,w)},YTaAY:function(m,w){return m<<w}};e[l(1751)](l(530),l(505))?(_0x5a2735=uBKqeP.zcZag(_0x82ba6e,_0x2b7515),_0x2a65f0|=uBKqeP[l(1629)](127,_0x397ba9)<<14,uBKqeP[l(1769)](128,_0x4d8018)&&(_0xaa3001=uBKqeP.NemVU(_0x2f1c33,_0x27523a),_0xb2d4e1|=uBKqeP.CThcS(127&_0x91987a,21),uBKqeP.mPaIf(128,_0xe3ce12)&&(_0x36ddc6=uBKqeP[l(717)](_0x314229,_0x51658e),_0x5e5b33=uBKqeP[l(1387)](127,_0x5c101f),uBKqeP[l(1014)](128,_0x5bf347)&&(_0x50e3ca=uBKqeP[l(717)](_0x4e3e99,_0x57c1e9),_0x49483a|=uBKqeP[l(1817)](uBKqeP[l(1629)](127,_0x46c14f),7))))):(this[l(1643)]=n,this[l(1368)]=s,this._qosDB=localStorage)}async openDB(){}get[t(834)](){let n=t;return n(1608)+"_"+this[n(1643)]}async[t(1548)](n){let s=t,l=this[s(1488)][s(732)](this[s(834)]);return JSON[s(334)](e.jZbkN(l,"{}"))[n]}async[t(808)](n,s){let l=t,x=this[l(1488)][l(732)](this[l(834)]),m=JSON[l(334)](e[l(1835)](x,"{}"));return m[s||n[this[l(1368)]]]=n,this[l(1488)][l(1785)](this._prefix,JSON[l(1126)+"y"](m)),s||n[this[l(1368)]]}async del(n){let s=t,l=this._qosDB[s(732)](this[s(834)]),x=JSON[s(334)](e.wfOkl(l,"{}"));return x[n]=void 0,this._qosDB.setItem(this[s(834)],JSON[s(1126)+"y"](x))}async[t(1866)](){let n=t;return this._qosDB[n(1866)]()}async[t(889)](){let n=t,s=this._qosDB.getItem(this._prefix),l=JSON.parse(s||"{}");return Object[n(889)](l)}async getAll(){let n=t,s=this[n(1488)].getItem(this[n(834)]),l=JSON[n(334)](e.DGpbe(s,"{}"));return Object[n(1426)](l)}[t(914)](){let n=t,s={ekOTO:e[n(1235)]};if(e[n(867)]("mGFVe",e.xmYue))return Promise[n(1877)]();this[n(1611)](s[n(1715)],_0x2c9850[n(551)]),_0x359565()}get[t(1578)](){return!!this._qosDB}}class fm{constructor(n,s){let l=t;this[l(1643)]=n,this[l(1368)]=s,this[l(1488)]=Dn?tt:ti?wx:null}async openDB(){}get[t(834)](){let n=t;return n(1608)+"_"+this[n(1643)]}async get(n){let s=t,l=this[s(1488)][s(848)+"geSync"](this[s(834)]);return JSON[s(334)](e.wfOkl(l,"{}"))[n]}async[t(808)](n,s){let l=t,x={yqsNo:function(m,w,S,p){return e[j(445)](m,w,S,p)},mfjaB:e.QcHaD,TdStK:e.jCRWl,LQWcC:l(1746),quBOt:function(m,w){return e.DGpbe(m,w)}};if(e[l(1364)](e.PaBmJ,l(1818))){let{enableAutoAck:m}=this[l(1696)],w=x[l(614)](_0x52a6c9,_0x3c8609[l(551)][l(685)],x[l(1847)],"1"),S=x.yqsNo(_0x538d20,_0x187a7f[l(551)][l(685)],l(1334),"1"),p=_0x13330c.call(this,_0x1bee76);if(m&&w){let{SeqID:O,LogID:L,service:F,LogIDNew:W,method:K}=_0x4752b2[l(551)];this[l(1375)]({SeqID:O,LogID:L,LogIDNew:W,service:F,method:K,headers:[{key:x[l(1202)],value:"1"},{key:x[l(1628)],value:x[l(515)](W,"")},{key:l(756),value:"0"}]})}S&&!p[l(1138)]&&this["_dispatc"+l(1386)+l(1223)](_0x407aa8),_0x44426d()}else{let m=this[l(1488)][l(848)+"geSync"](this[l(834)]),w=JSON[l(334)](m||"{}");return w[s||n[this[l(1368)]]]=n,this[l(1488)][l(1104)+"geSync"](this[l(834)],JSON[l(1126)+"y"](w)),s||n[this[l(1368)]]}}async[t(1144)](n){let s=t,l=this[s(1488)][s(848)+s(919)](this[s(834)]),x=JSON[s(334)](l||"{}");return x[n]=void 0,this._qosDB[s(1104)+s(919)](this._prefix,JSON.stringify(x))}async[t(1866)](){let n=t;return this[n(1488)][n(1720)+n(1809)]()}async keys(){let n=t,s=this[n(1488)]["getStora"+n(580)+"nc"](this._prefix),l=JSON[n(334)](e[n(728)](s,"{}"));return Object[n(889)](l)}async getAll(){let n=t,s=this._qosDB[n(848)+"geInfoSync"](this._prefix),l=JSON[n(334)](s||"{}");return Object[n(1426)](l)}[t(914)](){return Promise.resolve()}get[t(1578)](){return!!this[t(1488)]}}function vl(a,n){let s=t;if(e.KCjqL(e[s(1044)],e[s(1537)])){if(e[s(879)](Dn,Dn))return new fm(a,n);if(e[s(1835)](sr,ni)&&e[s(1729)](e[s(1538)],typeof indexedDB))return new lm(a,n);if(e[s(388)](sr,ni)&&e[s(1693)](e[s(1538)],typeof localStorage))return new um(a,n);throw new Error(s(1400)+s(393)+"d")}else{e[s(1873)](_0x2b30b8,_0x5c9f85,42);let l=e[s(1291)](_0x414798);e[s(345)](_0xaefb65,_0x655a4a,l),e[s(594)](_0x2caafe,_0x1928dc,l.limit),_0x3b9db8(_0x459993,l),e.lbgmG(_0x248b77,l)}}class xm{constructor(){let n=t;this[n(932)+n(715)+"Id"]=null,this[n(932)+"l"]=36e5,this._qosDB=e.hChXj(vl,n(871),e.yuBmj)}async[t(932)+t(1502)](){let n=t;e[n(1601)](clearInterval,this[n(932)+n(715)+"Id"]),this[n(932)+"lTimeoutId"]=setInterval(()=>{let s=n;this[s(1083)+s(1411)]()},this[n(932)+"l"])}async[t(1186)](){let n=t;await this[n(1488)][n(1186)]().then(()=>{let s=n;this[s(932)+s(1502)]()})}async flushExpired(){let n=t,s={upZGk:function(m,w){return e[j(897)](m,w)},mAKjp:function(m,w){return e.EzELo(m,w)},opjtz:e[n(1701)]};(await this[n(1488)]?.[n(1194)]()||[]).filter(({timestamp:m})=>m<Date[n(1449)]())[n(973)](m=>{let w=n;s[w(303)](s[w(1571)],w(1333))?(s[w(841)](_0x1c5d58,this[w(1483)+w(296)+"Id"]),_0x1a8d8e(this["_reconne"+w(301)+w(1642)]),this._pingPongTimeoutId=null,this["_reconnectTimeou"+w(1642)]=null):this._qosDB?.[w(1144)](m[w(733)+"id"])})}async[t(1144)](n){let s=t;return this[s(1488)]?.[s(1144)](n)}async[t(808)](n,s){let l=t;return this[l(1488)]?.[l(808)]({message_id:n,timestamp:s})}async[t(1548)](n){let s=t;return this[s(1488)]?.[s(1548)](n)}async[t(914)](){let n=t;if(e[n(370)](e[n(1510)],e[n(1472)]))e.VjvRp(clearInterval,this["_interva"+n(715)+"Id"]),await this._qosDB?.closeDB();else return this._ws?this[n(1839)][n(533)+"pe"]:this._binaryType}get[t(1578)](){let n=t;return this._qosDB?.[n(1578)]}}function Aa(a){let n=t,s=!!this[n(1696)][n(1125)+"S"];if(!s)return{enabled:s,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let l=e[n(445)](dn,a.message[n(685)],e[n(1205)],"2"),x=l&&e[n(445)](dn,a.message[n(685)],e[n(1574)],"1"),m=l&&dn(a[n(551)][n(685)],e[n(421)],"1"),w=m?e.mvarc(or,a.message.headers,e[n(482)])?.[n(1598)](",").filter(Boolean)||[]:[];return{enabled:s,isQoSMessage:l,isQoSAck:x,isAckCleanupMessage:m,ackMsgIds:w}}async function Sl(){let a=t;return this["_QoSMana"+a(1289)]||(this[a(486)+"ger"]=new xm),this[a(486)+a(1289)][a(1578)]||await this[a(486)+a(1289)].openDB(),this["_QoSMana"+a(1289)]}async function hm(a,n){let s=t;if(e[s(1364)](e[s(1171)],e[s(1171)]))return new _0x503368(_0x4a1a80);{let{enableAutoAck:l}=this._options,x=e[s(555)](dn,a.message[s(685)],e.QcHaD,"1"),m=e[s(559)](dn,a.message[s(685)],e[s(576)],"1"),w=Aa[s(840)](this,a);if(l&&x)if(e[s(1504)](e[s(1775)],e.ycstZ)){let{SeqID:S,LogID:p,service:O,LogIDNew:L,method:F}=a.message;this[s(1375)]({SeqID:S,LogID:p,LogIDNew:L,service:O,method:F,headers:[{key:e[s(576)],value:"1"},{key:e[s(353)],value:L||""},{key:e[s(1335)],value:"0"}]})}else _0x4f2cf2(_0x34381b.error),RcTvpN[s(1102)](_0x4b40aa);m&&!w[s(1138)]&&this[s(1371)+s(1386)+s(1223)](a),e.iNpRb(n)}}async function pm(a,n){let s=t;this[s(1611)](e.wuQDc,a[s(551)]),n()}async function mm(a,n){let s=t;if(e[s(557)]!==s(1356)){let l=e[s(1340)](on,await El(a[s(1197)]));try{if(e.gtRoI(l.payload,Uint8Array))if(e.kVkpO===e[s(1539)])this[s(1839)]&&this[s(1839)].close(_0x144b68,_0x18d22a);else{let x=e.JsahN(this[s(1696)][s(956)+s(426)],Object)?{force:!!this[s(1696)][s(956)+s(426)].force,encoding:this[s(1696)][s(956)+s(426)][s(752)]?this[s(1696)].payloadEncoding[s(752)][s(772)](/\s/g,"")["toLowerC"+s(730)]():""}:{force:!1,encoding:this[s(1696)][s(956)+s(426)]?this[s(1696)].payloadEncoding[s(772)](/\s/g,"")[s(479)+"ase"]():""},m=l[s(956)+"ncoding"]?l[s(956)+"ncoding"].replace(/\s/g,"")[s(479)+s(730)]():"",w=e[s(1432)](this._options["payloadT"+s(1596)],Object)?{force:!!this[s(1696)][s(294)+s(1596)].force,type:this[s(1696)]["payloadT"+s(1596)][s(1007)]?this[s(1696)]["payloadT"+s(1596)][s(1007)][s(772)](/\s/g,"")["toLowerC"+s(730)]():""}:{force:!1,type:this[s(1696)][s(294)+"ype"]?this[s(1696)][s(294)+s(1596)][s(772)](/\s/g,"")["toLowerC"+s(730)]():""},S=l[s(294)+s(1596)]?l[s(294)+s(1596)][s(772)](/\s/g,"")[s(479)+s(730)]():"",p=w[s(1111)]?w.type:S||w[s(1007)],O=x[s(1111)]?x[s(752)]:m||x.encoding,L=[e[s(1522)],e.Mtsaw,e[s(1815)],e[s(996)]],F=[e[s(1042)],s(621)];this[s(1696)]["enableTr"+s(375)+s(1850)+"ad"]&&L.includes(p)&&(!O||F[s(1477)](O))?l[s(790)+s(347)]=bl(l[s(1607)],0,l[s(1607)][s(1117)+"th"]):l[s(790)+"oad"]=""}else l.textPayload=""}catch(x){l[s(790)+s(347)]="",console[s(1584)](x)}a[s(551)]=l,e.MnsMM(n)}else return!!this._qosDB}function gm(a,n,s){let l=t;if(e.mJAJG!=="gPmOs"){let x=e[l(879)](s,8192),m=x>>>1,w=null,S=x;return function(p){let O=l;if(e[O(826)](p,1)||e[O(835)](p,m))return e[O(1311)](a,p);e[O(982)](e[O(801)](S,p),x)&&(w=e[O(828)](a,x),S=0);let L=n[O(840)](w,S,S+=p);return e[O(548)](7,S)&&(S=e[O(801)](e.CzAvN(7,S),1)),L}}else return(this[l(373)+"rs"][_0x1f4b0e]||(this[l(373)+"rs"][_0x437634]=[]))[l(1489)]({fn:_0x489b2a,ctx:_0x2d54e2||this}),this}let wm=4294967295;function _m(a,n,s){let l=t;return RangeError(e[l(1688)](e.pJxoi(e.jyBwS(e[l(1201)],a),e[l(1674)])+e.oJkYo(n,1)+e[l(542)],s))}function ym(a,n,s){let l=t;if(e[l(1278)](s,wm))throw new Error(e.aTPcI);let x=3;for(;e.FpKQV(x,0);){let m=e.PBIUS(255,s);e[l(559)](Ta,m,a,e[l(1471)](n,x)),s>>>=8,x--}return n+4}function bm(a,n){let s=t,l=0,x=n,m=e.GiUpr(n,4);for(;e[s(976)](x,m);){let{value:w,offset:S}=e.tWPoP(ka,a,x);x=S,l=e[s(1372)](l<<8,0),l+=w}return{value:l,offset:m}}function Em(a,n,s){let l=t;return a?e[l(1037)](a[l(1390)],40)?e[l(1003)](Sa(a,n,s),s):n[l(1036)+"e"]?e[l(801)](n[l(1036)+"e"](a,s),s):n[l(678)]?e.Buqpt(n[l(678)](a,s),s):e[l(1586)](Sa(a,n,s),s):s}function vm(a,n){let s=t,l=new xe(e.ANoQg(e[s(1402)](e[s(384)](e[s(535)](a[e[s(1858)](n,4)],24),e[s(955)](a[e[s(513)](n,5)],16)),a[e.TTtrO(n,6)]<<8),a[n+7]),e[s(1402)](a[e.NhIWV(n,0)]<<24|e[s(1e3)](a[e.dhbIl(n,1)],16),a[e[s(358)](n,2)]<<8)|a[e[s(942)](n,3)],!0);return n+=8,{value:l,offset:n+8}}function Sm(a,n,s){let l=t,x={eXqwP:function(m,w){return e.pwugQ(m,w)},CnCyg:function(m,w){return e[j(440)](m,w)}};if(e.PWoma(e.XBcKu,e.kVpMG)){if(QBpvat[l(1063)](_0x15c2db,_0x5d64ed))return _0x354ea2(_0x516e6b);if(_0x1bf76d[l(1721)](_0x1226cc))return _0x410d33[l(1548)](_0x37372d);let m=QBpvat.CnCyg(_0x396bf9,_0x11a667);return m!==_0x55c4f2&&(_0x6ce594[l(808)](_0xe3fb2c,m),_0x5aed83[l(808)](m,_0x316562)),m}else{let m=a.low,w=a[l(1714)];return n[s]=e[l(466)](w,24),n[e[l(974)](s,1)]=e[l(548)](w>>>16,255),n[e[l(974)](s,2)]=e[l(1777)](e.WJUqL(w,8),255),n[s+3]=e.HoDbP(255,w),n[e[l(833)](s,4)]=e[l(387)](m,24),n[e[l(1698)](s,5)]=e.LPOpb(e[l(448)](m,16),255),n[e.SIwoe(s,6)]=e[l(883)](e[l(1787)](m,8),255),n[e[l(1756)](s,7)]=e[l(538)](255,m),s+=8,s}}function ka(a,n){let s=t;return a[s(674)+"8"]?{value:a[s(674)+"8"](n),offset:e.vzzzT(n,1)}:{value:255&a[n],offset:n+1}}function Ta(a,n,s){let l=t;return e.gIZca(e.kAUrU,e[l(961)])?!!(_0x5e6179||_0x58e47d&&_0x2245d4[l(459)+l(1304)]||_0xe88176&&_0x393025["connectS"+l(1304)]||e[l(388)](_0x5b88b0,_0x26379a)&&e[l(1693)](e[l(1538)],typeof _0x29620)&&_0x1f36b5):(n[l(657)+"t8"]?n[l(657)+"t8"](a,s):n[s]=255&a,e[l(971)](s,1))}let Im=function(a){return new Uint8Array(a)},Am=typeof Buffer<"u"?Buffer[t(578)+t(490)]:e[t(899)](gm,Im,Uint8Array[t(870)+"e"].subarray);(()=>{let a=t;if(e.zmQIM!=="SpXnG")return _0x13adad?_0x49a8be[a(1541)+a(1275)](_0x37b4b9,_0x1df1cf):_0x1811d3[a(1541)+"sBE"](_0x37b481,_0x2c4639);{let n=4294967295;return function(s,l,x=!0){let m=a;if(n=e[m(1633)](127&s[l],0),s[l++]<128)return{value:x?n:e[m(1277)](0,n),offset:l};if(n=e[m(356)](e[m(1294)](n,e[m(853)](e.JBebq(127,s[l]),7)),0),e[m(976)](s[l++],128))return{value:x?n:e[m(1185)](0,n),offset:l};if(n=e[m(1486)](n,e[m(357)](e.PBIUS(127,s[l]),14))>>>0,e[m(769)](s[l++],128))return{value:x?n:e[m(1348)](0,n),offset:l};if(n=e[m(778)](e[m(1604)](n,e[m(1441)](e.qiDsb(127,s[l]),21)),0),e.WrfOM(s[l++],128))return{value:x?n:0|n,offset:l};if(n=e[m(1016)](e.xPqdY(n,e[m(1616)](e[m(883)](15,s[l]),28)),0),s[l++]<128)return{value:x?n:0|n,offset:l};if(e[m(805)](l+=5,s[m(1390)])){if(e[m(1467)](e[m(842)],m(1476)))return new _0x1908e4(_0x1ec0e9,_0x294d71,_0x25e7ab);throw l=s.length,e[m(445)](_m,l,10,s[m(1390)])}return{value:x?n:e[m(653)](0,n),offset:l}}}})();let km=16,Ca=32;function Tm(a){let n=t,s=0,l={};for(let x=0;e[n(1819)](x,a[n(1390)]);x++)l[a[x][n(554)+"ame"]]=e[n(1127)](yl,a[x][n(554)+"ame"]),s+=14+l[a[x][n(554)+n(1545)]];return[s,l]}function Il(a,n,s){let l=t,x={UzqWo:l(1146)+l(1852)+"10|0|7",QuYQR:function(O,L,F,W){return e[l(445)](O,L,F,W)},CmjcF:e.fufzc,WgWKf:e.UCYFv,mqdre:e[l(584)],Liqbf:e[l(325)],uTnGH:e[l(399)]},[m,w]=e[l(1788)](Tm,a),S=Am(m),p=0;return a[l(973)](O=>{let L=l,F=x[L(1867)].split("|"),W=0;for(;;){switch(F[W++]){case"0":p=x[L(506)](Sm,xe[L(697)+"er"](O[L(893)]||n),S,p);continue;case"1":p=x[L(506)](Ta,w[O[L(554)+"ame"]],S,p);continue;case"2":console[L(1584)](x.CmjcF,p);continue;case"3":console[L(1584)](L(703)+"name",p);continue;case"4":console[L(1584)](x[L(365)],O,O[L(1090)]);continue;case"5":p=x[L(506)](ym,S,p,O[L(1090)]||0);continue;case"6":p=Ta(0,S,p);continue;case"7":console.log(x.mqdre,p);continue;case"8":p=Em(O[L(554)+"ame"],S,p);continue;case"9":console[L(1584)](x[L(947)],p);continue;case"10":console[L(1584)](x[L(1544)],p);continue}break}}),{frameType:Ca,headers:[{key:e.kolVE,value:s}],payload:S}}function Cm(a){let n=t,s=0,l=[];for(;e[n(295)](s,a[n(1117)+"th"]);){let{offset:x}=e[n(583)](ka,a,s);s=x;let m={cursor_name:"",cursor:0,service:0},{value:w,offset:S}=bm(a,s);m.service=w,s=S;let{value:p,offset:O}=e[n(1640)](ka,a,s);s=O,m[n(554)+n(1545)]=e[n(1290)](bl,a,s,e[n(495)](s,p)),s+=p;let{value:L,offset:F}=e[n(1844)](vm,a,s);m[n(893)]=L.toNumber(),s=F,l[n(1489)](m)}return l}function Rm(){let a=t;return{frameType:Ca,headers:[{key:e[a(456)],value:e[a(913)]}],payload:void 0}}class Dm{constructor(n,s,l){let x=t;this[x(1131)+x(1468)]=n,this["_cursorF"+x(965)]=s,this[x(428)+x(665)]=l,this[x(1488)]=e[x(340)](vl,this["_cursorN"+x(1468)],x(554)+"ame")}async[t(1186)](){let n=t;await this[n(1488)][n(1186)]()}async[t(595)+"rs"](){let n=t;if(!this[n(1488)][n(1578)])return;let s=this["_message"+n(665)],l=await this[n(1488)][n(1194)]();switch(console[n(1584)](e[n(1351)],l),s){case e[n(1744)]:return l&&l[n(1390)]?e[n(477)](Il,l,0,this["_cursorF"+n(965)]):void 0;case"INSTANT":return;case e[n(1427)]:return l&&l.length?Il(l,0,this[n(523)+"ileName"]):Rm()}}async set(n,s,l){let x=t;return console.log(x(1639),n,s,l),this[x(1488)][x(808)]({cursor_name:n,cursor:s,service:l})}async[t(1173)+"rs"](n){let s=t,l=Cm(n);for(let x of l)console[s(1584)](e[s(465)],l),await this._qosDB[s(808)](x)}async[t(1548)](n){let s=t;return(await this[s(1488)].get(n))?.[s(893)]}async[t(914)](){let n=t;await this[n(1488)][n(914)]()}[t(652)+t(464)+t(738)](n){let s=t;this[s(523)+s(965)]=n}get isReady(){let n=t,s={CGNtP:function(l,x,m){return l(x,m)},VycBE:e[n(1635)]};if(e[n(367)](n(1460),e.GveQr)){let l="connect "+_0x96f59e+(" timeout"+n(1811)+n(1730)+n(958));this[n(1611)](l),this[n(1371)+n(376)+n(1343)](s.CGNtP(_0x59f7ae,s.VycBE,{message:l,code:_0xb8e388["MAX_RETR"+n(1229)+"R"]}));return}else return this[n(1488)][n(1578)]}}let Pm=e[t(1393)];async function Al(a){let n=t;if(!this._options[n(1125)+"S"])return null;let{aID:s,fpID:l,messageStrategy:x}=this._options,m=a||Pm;try{if(e.NSrMQ(e[n(1281)],n(1073)))return this[n(592)+n(1180)]?a&&this[n(592)+n(1180)][n(652)+n(464)+n(738)](a):this[n(592)+n(1180)]=new Dm(l+"_"+s+"_"+m,m,x),this["_cursorM"+n(1180)][n(1578)]||await this["_cursorM"+n(1180)][n(1186)](),this["_cursorM"+n(1180)];_0x11bf5a[n(808)](_0xb94988,_0x5ca926),_0x4d89b9.set(_0xe4a8cb,_0x1eeb8a)}catch{return null}}async function Om(a,n){let s=t,l={gyrED:s(629)+s(940)};if(e[s(1057)](s(938),e[s(363)]))return this._qosDB?.[s(1144)](_0x2f8d55);{let x=e[s(1279)](dn,a[s(551)][s(685)],e[s(1743)],"-1"),m=dn(a[s(551)][s(685)],e.jCRWl,"1"),w=e[s(1395)](or,a.message.headers,e[s(1637)]),S=e.VjvRp(Number,or(a.message.headers,e[s(396)]))||0,p=Aa[s(840)](this,a),O=e[s(555)](dn,a.message[s(685)],e[s(1856)],"2"),L=or(a[s(551)][s(685)],e[s(827)]),F=e.NmTWz(Number,e[s(1295)](or,a[s(551)][s(685)],e[s(784)]));if(p[s(1138)])return e[s(1864)](n);let W=p[s(1095)+s(646)]?await Sl[s(840)](this):null;if(e[s(805)](a[s(551)].service,0)&&m&&!x||e[s(1362)](a.message.service,0)){if(w&&p["isQoSMes"+s(646)]&&W)return!!!await W.get(w)&&(this["_dispatc"+s(1369)+s(933)](a),await W[s(808)](w,Date[s(1449)]()+S)),n();if(O){let K=await Al[s(840)](this);if(!K)return e.xjYWu(s(489),e[s(1160)])?{frameType:_0x3314bc,headers:[{key:s(1321)+s(1652),value:BoyYYt[s(1379)]}],payload:void 0}:(this["_dispatc"+s(1369)+s(933)](a),n());let _e=await K.get(L)??-1;if(e[s(1840)](_e,F))if(e[s(349)]===e[s(349)])this["_dispatc"+s(1369)+s(933)](a),K.set(L,F,a[s(551)][s(1090)]);else{if(RcTvpN[s(1796)](_0x5667db,RcTvpN[s(1350)]))return _0x2c1b7f[s(1548)](_0x2399f6);if(RcTvpN.ZsOrn(_0x146c68,RcTvpN[s(1514)]))return _0x33f431[s(990)+s(894)]||_0x5b11e8[s(1548)](_0x452ec9);if(RcTvpN.CdbLv(_0x23560f,RcTvpN[s(1130)]))return _0x16b02c[s(990)+"oreNames"][1]?void 0:_0x52bf43[s(990)+s(549)](_0x565ae6[s(990)+s(894)][0])}else throw new Error("recevied message cursor "+F+(s(323)+s(1116)+s(1431)+"r ")+_e);return n()}return this[s(1371)+s(1369)+"Event"](a),e[s(1102)](n)}}}async function Lm(a,n){let s=t;if(e.RGKzh(e.GVfzh,e.dSAjx)){let l=this[s(428)+s(1731)].reduce((x,m)=>(x+=m&&m[s(1117)+"th"]||0,x),0);return e[s(705)](l,this._ws?this[s(1839)]["buffered"+s(1118)]:0)}else{let l=Aa.call(this,a);if(!l[s(1095)+s(646)])return e[s(775)](n);let x=await Sl[s(840)](this);if(l[s(1792)+"anupMess"+s(429)]&&l[s(309)+"s"][s(1390)])for(let m of l[s(309)+"s"])await x[s(1144)](m);e[s(1291)](n)}}async function Nm(a,n){let s=t,l=e[s(1751)](a[s(551)].frameType,km),x=a[s(551)][s(1085)+"e"]===Ca;if(e[s(818)](!l,!x))return e[s(1291)](n);let m=or(a.message.headers,e[s(456)]);if(!m)return e.MnsMM(n);let w=await Al[s(840)](this,m);if(!w)return e.LqrDk(n);if(l){let S=await w.getCursors(),p={frameType:S?.[s(1085)+"e"],SeqID:xe[s(697)+"er"](this._seqId++),LogID:xe.fromNumber(this._options[s(1768)+"erator"]()),service:9e3,method:5,headers:S?.[s(685)],payload:S?.[s(1607)]},O=e[s(1567)](v,p);this[s(1839)]&&this[s(1839)][s(1241)+"te"]&&this[s(1839)][s(948)](O)}if(x)if(e.fNJou("yEUmp",e.ogYDv)){let S=a[s(551)][s(1607)];S&&w[s(1173)+"rs"](S)}else e[s(1384)](_0x2c8787,_0x12200e,58),e[s(1590)](_0x540766,_0x2f39b4,_0x3a9a25)}let Mm=async function(a,n){let s=t;if(s(1273)===e[s(959)])if(_0x2c2e05=_0x412465[s(1703)+"At"](_0x49a37f),e[s(597)](_0x545d8b,128))_0x489e89[_0x285752++]=_0x13f28c;else if(e.BIask(_0x21d102,2048))_0x4c1be5[_0x5e39f4++]=_0x3abe0b>>6|192,_0x44ed6b[_0x2682d6++]=e[s(1486)](63&_0x12d174,128);else if(e[s(361)](64512,_0x2a88fc)===55296&&e[s(1096)](64512,_0x41e372=_0x4aebda[s(1703)+"At"](_0x638c57+1))===56320){let l=("4|5|1|2|"+s(1843))[s(1598)]("|"),x=0;for(;;){switch(l[x++]){case"0":_0x391f76[_0x54867d++]=e[s(891)](e.xyaBF(_0x20f254>>6,63),128);continue;case"1":_0x1bd357[_0x72c632++]=e[s(1535)](e[s(1665)](_0x509206,18),240);continue;case"2":_0x48146e[_0xc8a2bb++]=e[s(1842)](e.ZIiKE(e.YWDBJ(_0x3929c7,12),63),128);continue;case"3":_0x254e22[_0x300ebb++]=e[s(908)](e.niZsc(63,_0x4c61e7),128);continue;case"4":_0x3b9e53=65536+(e[s(817)](1023,_0x3d3056)<<10)+(1023&_0x19b836);continue;case"5":++_0x24ba0b;continue}break}}else _0x463c54[_0x384dad++]=e[s(499)](e.vAhHZ(_0x34be73,12),224),_0x3a3739[_0x4354a8++]=e.TfsWE(e[s(1589)](e[s(1624)](_0x48bdbb,6),63),128),_0x6193c[_0x45d862++]=e.mlpQR(e[s(1417)](63,_0x52bdc2),128);else this[s(570)]=!1,e[s(397)](clearTimeout,this[s(1600)+s(1725)+s(984)]),e[s(1864)](n)},Bm=async function(a,n){let s=t,l={ybBcS:function(w,S){return w==S},LynNa:function(w,S){return e[j(1172)](w,S)},UnJVk:function(w,S){return e.uzxWb(w,S)}};if(!this[s(1839)]||this[s(1839)][s(1241)+"te"]!==this[s(1158)])return e[s(1102)](n);let{pingInterval:x}=this[s(1696)];this[s(816)+s(1051)]?.[s(608)+s(1255)+s(869)]();for(let w=0;e[s(708)](w,this[s(428)+s(1731)].length);w++)if(e[s(1410)](e[s(1058)],s(1707))){let S=this["_message"+s(1731)][w];if(e[s(846)](this[s(1839)].readyState,this.OPEN)&&S!==null)this._ws&&this[s(1839)][s(948)](S),this[s(428)+s(1731)][w]=null;else break}else{if(ceHclc.ybBcS("string",typeof _0x156173)){let S=new _0xe81c85(ceHclc[s(737)](_0x90a7aa,_0x4882c0));return _0x4cc3c4(_0x3b400e,S,0),S}return ceHclc[s(821)](_0x3ab75c,_0x7a3b10)?new _0x23643f(_0x578852):new _0x4e6ba4(_0x3d12fc.buffer,_0x47a856[s(1392)+"et"],_0x3a5fa9[s(1117)+"th"])}this[s(428)+s(1731)]=this[s(428)+s(1731)].filter(w=>!!w),this["_pingPon"+s(296)+"Id"]=setTimeout(()=>this._ping(),x),this[s(1371)+s(688)+"nt"](a),this[s(425)+"er"]&&this._ws&&(this[s(1839)][s(533)+"pe"]=this[s(926)+"ype"]);let m=this["_endpoin"+s(1051)]?.[s(1795)+s(667)+"nt"]();this._debug("open "+m+s(780)),e.Ntqpq(n)},Fm=async function(a,n){let s=t,l=this["_endpoin"+s(1051)]?.["getCurre"+s(667)+"nt"]();this._debug("open "+l),e.qWbSn(n)};class zm extends va{constructor(n){let s=t,l={sTKFG:"4|0|3|2|1",twvAq:function(S,p){return e.nQqcu(S,p)},tplLN:function(S,p,O){return S(p,O)},VJeqM:function(S,p){return S===p},cdkKB:e[s(1635)],JLAhf:function(S,p){return e[s(897)](S,p)},otVvr:e[s(1323)],dcfPJ:s(1282)+s(606)+"s",hecSt:e[s(1027)],KjSNC:function(S,p){return e[s(1559)](S,p)},jglfA:function(S,p){return e[s(410)](S,p)},VdgiG:e[s(1538)],XrOoM:e[s(1525)]};super(),this[s(1346)+s(759)+"line"]=!0,this[s(425)+"er"]=sr,this[s(1066)]=tm,this[s(1077)+"T"]=Dn,this[s(862)+"X"]=ti,this._isWorker=ni,this["_message"+s(1731)]=[],this[s(816)+s(1051)]=null,this[s(885)+s(943)]=!1,this[s(926)+s(1596)]=e.nIlNE,this["_connect"+s(1736)]=!1,this["_connect"+s(1725)+"utId"]=null,this[s(1200)+"ctTimeou"+s(1642)]=null,this["_pingPon"+s(296)+"Id"]=null,this._seqId=0,this[s(570)]=!1,this._url="",this[s(486)+s(1289)]=null,this[s(592)+s(1180)]=null,this[s(1770)+s(610)]=null,this._protocols=e[s(352)],this[s(1155)]=3,this.CONNECTING=0,this.OPEN=1,this.CLOSING=2,this[s(1209)]=S=>{let p=s,O={apTWr:function(L,F,W){return e.fjUPf(L,F,W)},IpkZz:function(L,F,W){return e[j(1193)](L,F,W)}};if(e[p(1307)]("XQsTl",p(1293)))try{if(e.DBCJC(e[p(1562)],e[p(1793)]))e[p(338)](_l,this,S,[Mm,Bm,Fm]);else{let L=l[p(881)][p(1598)]("|"),F=0;for(;;){switch(L[F++]){case"0":this[p(1770)+"sCounter"]?.[p(1706)+"nter"]();continue;case"1":this[p(1600)]();continue;case"2":this[p(570)]=!0;continue;case"3":this["_readyCl"+p(943)]=!1;continue;case"4":this[p(816)+p(1051)]?.[p(608)+p(1255)+p(869)]();continue}break}}}catch(L){if(e[p(381)]("BQFla","GARUZ")){let F=e[p(1640)](lt,e[p(1635)],{message:L[p(551)],code:cn.OPEN_ERROR,error:L});this[p(1371)+p(376)+"ent"](F)}else kyIUQw[p(1055)](_0x7517e6,this[p(932)+p(715)+"Id"]),this[p(932)+p(715)+"Id"]=kyIUQw[p(969)](_0x2d95de,()=>{this[p(1083)+"ired"]()},this[p(932)+"l"])}else zWhUyv[p(1841)](_0x20e52b,_0x25c4ba,74),zWhUyv[p(1031)](_0x4b861d,_0x1bcb75,_0x5d6452)},this._onMessage=async S=>{let p=s,O={rUIVf:function(L,F){return L<F},XRFMx:function(L,F){return e[j(317)](L,F)}};if(e[p(989)](e[p(1563)],e[p(498)])){let L=0,F={};for(let W=0;akSwAI[p(380)](W,_0xe77bd3[p(1390)]);W++)F[_0x4e76e3[W][p(554)+p(1545)]]=_0x368e54(_0x153efd[W][p(554)+p(1545)]),L+=akSwAI[p(711)](14,F[_0x28c8d0[W]["cursor_n"+p(1545)]]);return[L,F]}else{let{pingInterval:L,pingFrequency:F}=this[p(1696)];if((e[p(1796)]("hi",S[p(1197)])&&e.PObTs===F||e[p(909)](e[p(1558)],F))&&(this[p(967)+p(1215)](),this[p(541)](e[p(1056)],e[p(1323)]),this[p(1483)+"gTimeoutId"]=e[p(912)](setTimeout,this[p(1109)].bind(this),L)),e[p(1070)]("hi",S[p(1197)]))return;try{if(e[p(864)]!==e[p(864)])return this[p(1183)][p(561)+"ns"];_l(this,S,[mm,hm,Lm,Nm,Om,pm])}catch(W){let K=e[p(412)](lt,"error",{message:W[p(551)],code:cn[p(508)+p(911)],error:W});this[p(1371)+p(376)+p(1343)](K)}}},this._onError=S=>{let p=s,O=this[p(816)+p(1051)]?.[p(865)+p(876)+"es"](),L=this[p(816)+p(1051)]?.[p(1795)+p(667)+"nt"]();if(O&&!S.message){let F=p(798)+L+(p(743)+p(1490)+"es reached");this[p(1371)+"hErrorEvent"](lt(p(1459),{message:F,code:cn[p(1024)+p(1229)+"R"],error:S}));return}this._ws&&l[p(1310)](this[p(1839)][p(1241)+"te"],this[p(1158)])&&this[p(972)+p(782)](),this["_dispatc"+p(376)+p(1343)](l[p(969)](lt,l.cdkKB,{message:S[p(551)],code:cn[p(1669)+"RROR"],error:S}))},this[s(997)]=async S=>{let p=s;if(e[p(1739)](e.ooOre,"uaUwQ"))try{return!!this[p(1488)]}catch(O){return _0x454dca[p(1584)](O),!1}else{this[p(1804)+p(461)](),this["_clearPi"+p(1215)](),this[p(1315)+p(1560)+"rs"](),this._ws=null,this["_connect"+p(1736)]=!1;let O=this[p(816)+p(1051)]?.[p(865)+p(876)+"es"]();if(!O&&this[p(430)+p(1391)]()&&!this[p(885)+p(943)])if(e[p(718)](e[p(292)],e[p(957)])){let L=this[p(816)+p(1051)]?.[p(1795)+"ntEndpoint"](),F=this[p(1696)][p(1876)+p(1520)+p(615)](S[p(1534)],S[p(1176)]);this[p(1371)+"hCloseEv"+p(1343)](e.Gjnwr(_t,e[p(1156)],{code:1006,reason:S[p(1176)]||"connecti"+p(1328)+p(1419)+p(441)+p(1645)+p(786)+L,willReconnect:F})),F&&this[p(1600)]();return}else l[p(1697)](_0x2665d8,l[p(418)]),this[p(1166)](l[p(1089)],_0x5b7470),this[p(1166)](l[p(1163)],_0x3769ce);if(e[p(878)](1e3,S[p(1534)])&&this[p(885)+"osed"]){this[p(1371)+p(1256)+p(1343)](e[p(452)](_t,p(1461),{code:1e3,reason:e.MoFkL})),this[p(816)+p(1051)]?.["resetEndpointCon"+p(869)](),this[p(1770)+p(610)]?.[p(1706)+p(1870)]();return}if(e[p(1595)](1e3,S[p(1534)])&&O)if(e[p(1433)](p(680),e[p(838)])){if(kyIUQw.KjSNC(_0x2d5f8f,_0x18b38e))return new _0xbeb7a9(_0x1c9279,_0x2de44d);if((_0x4d0aca||_0x594c77)&&kyIUQw[p(1863)](kyIUQw[p(1080)],typeof _0x17773f))return new _0x24fa4f(_0x40c54c,_0x59f916);if(kyIUQw.KjSNC(_0x4fc8cc,_0x2ff735)&&kyIUQw[p(1080)]!=typeof _0x34e497)return new _0x3e7451(_0x2ff292,_0x4af6a5);throw new _0x1772df(kyIUQw[p(791)])}else{let L=this[p(816)+"tManager"]?.[p(1795)+p(667)+"nt"](),F=S[p(1176)];F||(F=await e[p(1677)](cm,this[p(342)])),F=p(1487)+p(1328)+p(789)+F+(p(1521)+p(579))+L+(p(1811)+"tries re"+p(958)),this[p(1371)+p(1256)+p(1343)](e.SEIGV(_t,e[p(1156)],{code:S[p(1534)],reason:F}));let W=p(798)+L+(p(743)+p(1490)+p(866)+"ed");this[p(1371)+p(376)+p(1343)](e[p(403)](lt,e[p(1635)],{message:W,code:cn["MAX_RETR"+p(1229)+"R"]})),this[p(816)+p(1051)]?.["resetEnd"+p(1255)+p(869)](),this[p(1770)+p(610)]?.[p(1706)+p(1870)]();return}if(S[p(1534)]!==1e3&&!S[p(1176)]){let L=this._endpointManager?.[p(1795)+p(667)+"nt"]();this[p(1371)+p(1256)+"ent"](e[p(452)](_t,e[p(1156)],{code:S.code,reason:p(1487)+p(1328)+p(1419)+p(441)+p(1645)+"ame: "+L})),this["_endpoin"+p(1051)]?.[p(608)+"pointConfig"](),this["_pingLos"+p(610)]?.[p(1706)+p(1870)]();return}this[p(1371)+p(1256)+p(1343)](S),this[p(816)+p(1051)]?.[p(608)+"pointCon"+p(869)](),this[p(1770)+"sCounter"]?.["resetCou"+p(1870)]()}},this[s(1482)]=null,this.onerror=null,this[s(1735)+"e"]=null,this[s(1029)]=null,this["onStartR"+s(1358)]=null,this[s(1681)+"eAck"]=null,this[s(1062)+s(1505)+s(1764)+"ct"]=null,this[s(1699)+"nLine"]=this[s(1699)+s(1296)][s(815)](this),this[s(1699)+"ffLine"]=this[s(1699)+s(1184)][s(815)](this),this[s(647)+"ageHide"]=this[s(647)+s(408)][s(815)](this),this._handlePageShow=this._handlePageShow.bind(this),this[s(1696)]={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e[s(633)](1,0),service:0,logIDGenerator:o,headers:void 0,payloadEncoding:"",payloadType:"",fpID:"",deviceID:"",accessKey:"",ttwID:"",bddID:"",aID:"",disableAutoReconnect:!1,customParams:{},pingInterval:15e3,pingTimeoutInterval:4e3,pingFrequency:e[s(1558)],pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:e[s(1427)],env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:x,ws:m}=n,w=Array.isArray(x)?x:e[s(637)](e[s(996)],typeof x)?[x]:[];if(!w||e.bNgTb(0,w.length))throw new Error("please p"+s(1434)+s(574));if(!e.qEVjD(im,m))throw new Error(e[s(1748)]);Object.assign(this._options,n),this[s(816)+s(1051)]=new wl(w,this[s(1696)][s(1734)+"es"]),this._pingLossCounter=new am(this[s(1696)][s(1564)+"Count"]),this[s(1696)][s(417)+s(431)]&&(this[s(570)]=!0,this[s(1600)]()),this[s(1696)]["listenNe"+s(793)+s(1004)]&&(this._isMiniTT||this[s(862)+"X"]?this["_onPageN"+s(1021)+s(673)]():this._isBrowser&&this[s(1074)+s(1128)+"Listener"]())}[t(1699)+"nLine"](){let n=t;this[n(1696)]["disableA"+n(1853)+n(767)]||this["_readyCl"+n(943)]||this[n(1065)+"econnect"]()}[t(1699)+"ffLine"](){let n=t;this[n(500)+n(1473)+"t"]();let s=e[n(379)](Ea,e[n(407)],{message:e[n(850)]});this[n(1062)+n(1505)+n(1764)+"ct"]&&this["onStopIm"+n(1505)+n(1764)+"ct"](s)}[t(1074)+"balEvent"+t(1865)](){let n=t;this[n(425)+"er"]&&window[n(765)+n(1865)](e.SUijY,this[n(1699)+n(1296)]),this._isBrowser&&window[n(765)+n(1865)](n(1113),this[n(1699)+n(1184)]),this[n(425)+"er"]&&window[n(765)+n(1865)](n(1470),this[n(647)+n(408)]),this[n(425)+"er"]&&window[n(765)+n(1865)](e[n(1046)],this[n(647)+"ageShow"])}[t(1801)+t(1128)+t(1865)](){let n=t;e[n(858)](e[n(1199)],e[n(701)])?(this._isBrowser&&window[n(1181)+n(564)+n(398)](e[n(1752)],this[n(1699)+"nLine"]),this._isBrowser&&window[n(1181)+n(564)+n(398)](e.mqkkY,this[n(1699)+n(1184)]),this._isBrowser&&window[n(1181)+n(564)+n(398)](e[n(710)],this[n(647)+n(408)]),this[n(425)+"er"]&&window[n(1181)+n(564)+"ner"](e[n(1046)],this[n(647)+"ageShow"])):this._qosDB?.del(_0x2aac82[n(733)+"id"])}[t(647)+"ageHide"](n){let s=t;if(s(510)===e[s(1791)])!n[s(857)+"d"]&&(this[s(425)+"er"]&&window["removeEventListe"+s(398)](e[s(710)],this._handlePageHide),this._isBrowser&&window[s(1181)+s(564)+s(398)](e.xDnhL,this[s(647)+"ageShow"]),this[s(1461)]()),this._isBrowser&&window[s(1181)+"entListener"](e.SUijY,this[s(1699)+s(1296)]),this[s(425)+"er"]&&window[s(1181)+s(564)+s(398)](e.mqkkY,this[s(1699)+s(1184)]);else return{bytes:_0x17b8a4,offset:0,limit:_0x1acab1[s(1390)]}}[t(647)+t(493)](n){let s=t;n[s(857)+"d"]&&(this[s(430)+"orOnline"]()&&(!this[s(1839)]||e[s(359)](this[s(1839)][s(1241)+"te"],this[s(1158)])||e[s(374)](this._ws[s(1241)+"te"],this.CONNECTING))&&this[s(1699)+s(1296)](),this[s(425)+"er"]&&window[s(765)+s(1865)]("online",this[s(1699)+s(1296)]),this[s(425)+"er"]&&window.addEventListener(s(1113),this[s(1699)+s(1184)]))}async[t(884)+t(1443)](n){let s=t,{fpID:l,deviceID:x,bddID:m,ttwID:w,accessKey:S,aID:p,customParams:O={},enableAutoAck:L,enableQoS:F,QoSLevel:W,env:K}=this._options,_e,Fe,yt;this._isBrowser||this[s(862)+"X"]||this[s(1077)+"T"]?(_e=location&&e.qwjHR(e.lySPm,location[s(1718)])?"wss://":e[s(1465)],Fe=n[s(772)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),yt=/^wss(.*:\/\/)/[s(896)](n)?n:""+_e+Fe):(_e=e[s(1524)],Fe=n[s(772)](/(^http)((?:[s]*:\/\/))/,""),yt=/(^ws)((?:[s]*:\/\/))/[s(896)](Fe)?Fe:""+_e+Fe);let Ht=m?e[s(748)]:w?"ttwid":s(1257)+"d",kl=m||w||x;if(e[s(879)](!kl,!Ht))throw new Error("please p"+s(679)+s(315)+s(439)+s(1048));let Um=typeof O=="function"?await e.DxCcE(O):O,Gm=K?e[s(1182)](om,K.xUseEnv,K[s(950)]):{},Ra=Object[s(1782)]({device_platform:e[s(734)],version_code:e.NMvWw,access_key:S,fpid:l,aid:p,[Ht]:kl,xsack:L?1:0,xaack:L?1:0,xsqos:F?1:0,qos_level:F?W:void 0,qos_sdk_version:2,...Gm},Um),Hm=Object.keys(Ra)[s(414)]((Da,Pa)=>Ra[Pa]!==void 0?""+Da+(Da?"&":"?")+Pa+"="+Ra[Pa]:Da,"");return yt+s(892)+Hm}async[t(1600)](){let n=t;if(!(this["_connect"+n(1736)]||this["_readyCl"+n(943)])){this._connectLock=!0;try{let s=this[n(816)+"tManager"]?.[n(331)+n(314)+n(1757)+n(904)+"tries"](),{timeoutInterval:l}=this[n(1696)];if(s){let m=this["_endpoin"+n(1051)]?.["getCurre"+n(667)+"nt"](),w=this[n(816)+n(1051)]?.[n(1452)+n(1820)+n(1724)+n(1621)+n(1168)](),S=this[n(816)+n(1051)]?.[n(1795)+n(667)+n(324)+n(1458)]();if(w){let p=n(798)+m+(n(742)+n(1811)+n(1730)+n(1341)+n(1435)+n(1779)+n(649))+w+(n(758)+"y"),O=lt(e[n(1635)],{message:p,code:cn[n(1024)+"IES_ERROR"]});this[n(1611)](p),this[n(1371)+n(376)+"ent"](O),this[n(342)]=await this["_generat"+n(1443)](w),this[n(1611)]("connect "+w+" "+S+n(1657)),this[n(1315)+n(1560)+"rs"]()}else{let p=n(798)+m+(n(742)+", max re"+n(1730)+n(958));this[n(1611)](p),this[n(1371)+"hErrorEvent"](e[n(683)](lt,e.fERWV,{message:p,code:cn[n(1024)+n(1229)+"R"]}));return}}else{let m=this[n(816)+n(1051)]?.[n(1795)+n(667)+"ntAndUpd"+n(1010)](),w=this["_endpoin"+n(1051)]?.[n(1795)+n(667)+n(324)+n(1458)]();this._url=await this[n(884)+n(1443)](e[n(1835)](m,"")),this[n(1611)](n(798)+m+" "+w+n(1657)),this[n(1315)+n(1560)+"rs"]()}if(this[n(570)])this[n(570)]=!1;else{let m=Ea(e.UYaLG,{message:e[n(916)]});this["onStartR"+n(1358)]&&this[n(1327)+n(1358)](m)}let x=this[n(816)+n(1051)]?.[n(1795)+n(667)+n(324)+n(1458)]()||0;e[n(1278)](x,1)&&await this[n(1424)](e[n(1753)](x,1)),this[n(1611)](n(1487)+n(1528)+this[n(342)]+(n(1069)+"ls: ")+this[n(1680)+"ls"]),this._ws=rm({url:this[n(342)],protocols:[this._protocols],headers:this[n(1696)]["miniProg"+n(472)+"s"][n(1597)+n(1106)]},this[n(1696)].ws),(this._isBrowser||this[n(1732)+"r"])&&this[n(1839)]&&(this._ws[n(533)+"pe"]=this._binaryType),this[n(1831)+n(1533)](),this[n(1600)+n(1725)+"utId"]=e.XGISE(setTimeout,this[n(1880)+"ut"].bind(this),l)}catch(s){throw this["_connect"+n(1736)]=!1,s}}}[t(1804)+t(461)](){let n=t;if(e[n(1433)](e[n(1428)],n(825)))e[n(436)](clearTimeout,this[n(1600)+"ionTimeo"+n(984)]),this[n(1600)+"ionTimeo"+n(984)]=null;else{let s=_0x5af683[n(981)]>>>0,l=e.RQagB(e[n(1543)](e[n(1546)](_0x18dbf5.low,28),e.fQczt(_0x2d9ece[n(1714)],4)),0),x=e.JBqVx(_0xed482c[n(1714)],24),m=e[n(545)](0,x)?l===0?e[n(1479)](s,16384)?e[n(826)](s,128)?1:2:s<2097152?3:4:l<16384?e.ylsAL(l,128)?5:6:e[n(921)](l,2097152)?7:8:e[n(1005)](x,128)?9:10,w=e[n(1845)](_0x39803c,_0x2930e1,m),S=_0x4cb60c[n(1740)];switch(m){case 10:S[e.clBjf(w,9)]=x>>>7&1;case 9:S[e[n(474)](w,8)]=e[n(1150)](9,m)?e[n(721)](128,x):e[n(1641)](127,x);case 8:S[e[n(1630)](w,7)]=e[n(1623)](8,m)?e.weFtJ(l>>>21,128):e[n(1312)](e[n(1394)](l,21),127);case 7:S[e.IiyKt(w,6)]=e[n(1595)](7,m)?e[n(566)](e.QFHrz(l,14),128):e.vPkNm(l,14)&127;case 6:S[e[n(509)](w,5)]=e[n(1577)](6,m)?e[n(1309)](e.jDwBq(l,7),128):e[n(699)](l>>>7,127);case 5:S[e[n(1226)](w,4)]=e.WXTlL(5,m)?e.JYGlW(128,l):e[n(1129)](127,l);case 4:S[e[n(1471)](w,3)]=e.ASUGj(4,m)?e[n(993)](s>>>21,128):e[n(1319)](e[n(1509)](s,21),127);case 3:S[w+2]=m!==3?e[n(709)](e[n(1374)](s,14),128):e[n(1647)](e[n(1394)](s,14),127);case 2:S[e[n(1236)](w,1)]=e[n(329)](2,m)?e.weFtJ(e[n(442)](s,7),128):e[n(485)](e[n(669)](s,7),127);case 1:S[w]=m!==1?128|s:e[n(1412)](127,s)}}}["_clearPi"+t(1215)](){let n=t,s={mrDzJ:function(l,x){return e.cESGp(l,x)},KGmWh:function(l,x){return e[j(1456)](l,x)}};if(e[n(1240)]!==n(434))e[n(1802)](clearTimeout,this[n(1483)+n(296)+"Id"]),clearTimeout(this[n(1200)+n(301)+n(1642)]),this[n(1483)+n(296)+"Id"]=null,this["_reconne"+n(301)+n(1642)]=null;else return jUIQJm.mrDzJ(1e4,_0x47afed.now())+_0x37d970[n(494)](jUIQJm.KGmWh(1e4,_0x55ed53[n(1022)]()))}[t(1611)](...n){let s=t;this[s(1696)][s(1882)]&&console[s(1584)][s(800)](console,[e[s(1810)],...n])}[t(962)+t(831)+"e"](n){let s=t,{initReconnectInterval:l,maxReconnectInterval:x,reconnectIntervalGrowFactor:m}=this[s(1696)],w=e.sICsK(l,Math[s(1132)](m,e[s(713)](n,1)));return e.UuKSU(w,x)?x:w}[t(1109)](){let n=t;if(this._ws&&this._ws[n(1241)+"te"]===this[n(939)+"NG"]){this[n(967)+n(1215)](),this[n(1483)+n(296)+"Id"]=setTimeout(this[n(1109)][n(815)](this),this[n(1696)][n(368)+n(1466)]);return}if(!this[n(1839)]||this[n(1839)][n(1241)+"te"]!==this[n(1158)])return void this[n(1065)+n(1358)]();this[n(1839)]&&this._ws[n(948)]("hi"),this[n(1200)+"ctTimeoutId"]=e[n(1640)](setTimeout,this[n(1065)+n(1358)+n(1303)][n(815)](this),this._options[n(476)+n(851)+n(706)])}[t(1065)+t(1358)+t(1303)](){let n=t;this[n(1770)+n(610)]?.addCount(),this[n(541)](e[n(1027)],e[n(1828)]),this[n(1770)+n(610)]?.[n(865)+n(750)+"nt"]()?this[n(1065)+"econnect"]():this[n(1109)]()}_navigatorOnline(){let n=t;if(e.hhtTY(e[n(462)],e[n(378)]))this[n(932)+"lTimeoutId"]=null,this._interval=36e5,this[n(1488)]=e[n(583)](_0x4a1070,"qos",n(733)+"id");else return this[n(1077)+"T"]||this._isMiniWX?this[n(1346)+n(759)+n(1287)]:(this[n(425)+"er"]||this._isWorker)&&this[n(1696)][n(1555)+n(793)+n(1004)]?navigator[n(1376)]:!0}[t(1065)+t(1358)](){let n=t;!this["_navigat"+n(1391)]()||this["_readyCl"+n(943)]||(this[n(816)+n(1051)]?.[n(608)+n(1255)+"fig"](),this[n(1770)+"sCounter"]?.["resetCou"+n(1870)](),this[n(1839)]?this[n(972)+"ect"](1001,e[n(802)],!0):this[n(1600)]())}[t(1006)+t(1021)+"ange"](){let n=t;this[n(1077)+"T"]?tt[n(1196)+n(1110)+n(528)](({isConnected:s})=>{let l=n;this[l(1346)+"igatorOn"+l(1287)]=s,s?this[l(1699)+l(1296)]():this["_handleO"+l(1184)]()}):this[n(862)+"X"]&&wx[n(1196)+"kStatusChange"](({isConnected:s})=>{let l=n;this[l(1346)+l(759)+l(1287)]=s,s?this[l(1699)+l(1296)]():this["_handleO"+l(1184)]()})}_wait(n){let s=t,l={cXOir:function(x,m){return e[j(1272)](x,m)},EEjSp:function(x,m){return e[j(1620)](x,m)},VUUyV:function(x,m){return e.uzxWb(x,m)},vjXWp:e[s(1522)],npYND:e.Mtsaw,CJXus:e[s(1042)],HTHSF:s(621),ZcxMR:function(x,m,w,S){return e[s(1594)](x,m,w,S)}};if(e.RGKzh(e[s(762)],e[s(762)]))return new Promise(x=>{let m=s;e[m(480)](setTimeout,x,this[m(962)+m(831)+"e"](n))});if(JJDLBZ[s(562)](_0x3f34f9[s(1607)],_0x1c734b)){let x=JJDLBZ[s(1708)](this[s(1696)][s(956)+s(426)],_0x1fe6ac)?{force:!!this[s(1696)][s(956)+s(426)][s(1111)],encoding:this[s(1696)][s(956)+s(426)][s(752)]?this[s(1696)][s(956)+s(426)].encoding[s(772)](/\s/g,"")[s(479)+s(730)]():""}:{force:!1,encoding:this._options["payloadE"+s(426)]?this._options[s(956)+s(426)][s(772)](/\s/g,"")[s(479)+s(730)]():""},m=_0x48856c[s(956)+"ncoding"]?_0x43ddbe[s(956)+s(426)].replace(/\s/g,"")[s(479)+s(730)]():"",w=JJDLBZ[s(1722)](this[s(1696)][s(294)+s(1596)],_0x22c487)?{force:!!this[s(1696)][s(294)+s(1596)].force,type:this[s(1696)]["payloadT"+s(1596)][s(1007)]?this[s(1696)][s(294)+s(1596)][s(1007)].replace(/\s/g,"")["toLowerC"+s(730)]():""}:{force:!1,type:this[s(1696)][s(294)+s(1596)]?this[s(1696)][s(294)+"ype"][s(772)](/\s/g,"")[s(479)+s(730)]():""},S=_0x5ca146["payloadT"+s(1596)]?_0x41a2d5[s(294)+s(1596)][s(772)](/\s/g,"")[s(479)+s(730)]():"",p=w.force?w[s(1007)]:S||w.type,O=x.force?x[s(752)]:m||x[s(752)],L=[JJDLBZ.vjXWp,JJDLBZ[s(525)],s(1059)+"ion/json"+s(1824)+s(645),s(882)],F=[JJDLBZ[s(1499)],JJDLBZ[s(531)]];this._options[s(860)+s(375)+s(1850)+"ad"]&&L[s(1477)](p)&&(!O||F[s(1477)](O))?_0x316515[s(790)+"oad"]=JJDLBZ[s(1025)](_0xdc7ff,_0x5cca0f.payload,0,_0x32f816[s(1607)][s(1117)+"th"]):_0x2aa4d2.textPayload=""}else _0x237fc0[s(790)+s(347)]=""}[t(972)+t(782)](n=1e3,s="",l=!1){let x=t;this[x(1839)]&&this["_destroy"+x(1473)+"t"](n,s,l)}[t(1880)+"ut"](){let n=t,s=this[n(816)+n(1051)]?.["getCurre"+n(667)+"nt"]();this[n(1611)](n(798)+s+n(742)),this[n(972)+n(782)](1001,e[n(1554)],!0)}_sendAck(n){let s=t,l=e[s(1127)](Gt,n);this._ws&&this[s(1839)][s(1241)+"te"]===this[s(1158)]&&(this._ws&&this[s(1839)].send(l),this._debug(s(968),n))}[t(1315)+t(1560)+"rs"](){let n=t;this[n(1839)]&&(this._ws["removeEv"+n(564)+n(398)](n(1576),this[n(1209)]),this[n(1839)]["removeEv"+n(564)+n(398)](e[n(1156)],this[n(997)]),this[n(1839)][n(1181)+"entListe"+n(398)](e[n(1634)],this[n(936)+"ge"]),this._ws[n(1181)+n(564)+"ner"](e[n(1635)],this[n(1848)]))}["_addWsLi"+t(1533)](){let n=t,s="4|1|3|2|0".split("|"),l=0;for(;;){switch(s[l++]){case"0":this._ws[n(765)+n(1865)](e[n(1635)],this[n(1848)]);continue;case"1":this[n(1839)][n(765)+n(1865)](e.AEBPt,this[n(1209)]);continue;case"2":this[n(1839)][n(765)+n(1865)](e[n(1634)],this[n(936)+"ge"]);continue;case"3":this[n(1839)][n(765)+n(1865)](e[n(1156)],this._onClose);continue;case"4":if(!this[n(1839)])return;continue}break}}[t(946)+t(1660)](n=1e3,s=""){let l=t,x={KcOOe:function(m,w){return m!=w},RodqF:e[l(996)],ZStHJ:function(m,w){return e[l(1344)](m,w)},HSMWc:function(m,w){return e[l(855)](m,w)},OoKSA:e[l(444)],HfOZM:function(m,w){return e.ezMDZ(m,w)},yQWPC:e[l(1522)]};try{if(e.MGDga!==e[l(895)])try{return fcaQax.KcOOe(fcaQax[l(1552)],typeof _0x55cd30)&&(_0x1e3633 instanceof _0xf822ad||_0x503294[l(1656)]&&fcaQax[l(1097)](_0x27cdf4[l(1656)],_0x41b9cd))||fcaQax[l(1685)](l(882),typeof _0x4d2131)?"":(_0x4109c1[l(334)](_0x4d681c),fcaQax[l(880)])}catch{return fcaQax.HfOZM(fcaQax[l(1552)],typeof _0x56e4a9)?fcaQax[l(306)]:""}else this[l(1839)]&&this[l(1839)][l(1461)](n,s)}catch{}}[t(500)+"WebSocket"](n=1e3,s="",l=!1){let x=t;if(this[x(967)+x(1215)](),this["_clearTi"+x(461)](),this[x(1315)+x(1560)+"rs"](),this[x(946)+"nceClose"](1e3,s),this["_connect"+x(1736)]=!1,l&&this[x(430)+x(1391)]()&&!this["_readyCl"+x(943)]){if(this[x(816)+"tManager"]?.["checkRea"+x(876)+"es"]()){let w=this[x(816)+x(1051)]?.[x(1795)+x(667)+"nt"]();this[x(1371)+"hCloseEv"+x(1343)](e[x(899)](_t,e[x(1156)],{code:1006,reason:x(798)+w+(x(742)+", max retries re"+x(958)),wasClean:!0}))}else{let w=this[x(1696)][x(1876)+x(1520)+x(615)](n,s);this[x(1371)+x(1256)+x(1343)](_t(e.hebah,{code:n,reason:s,wasClean:!0,willReconnect:w})),w&&this[x(1600)]()}return}this[x(430)+x(1391)]()||this["_readyCl"+x(943)]?this[x(1371)+x(1256)+x(1343)](e[x(707)](_t,x(1461),{code:n,reason:e[x(1133)]})):this[x(1371)+"hCloseEv"+x(1343)](e.fHolR(_t,e[x(1156)],{code:1006,reason:e[x(544)]})),this._ws=null,this["_endpoin"+x(1051)]?.[x(608)+x(1255)+x(869)](),this[x(1770)+x(610)]?.resetCounter()}[t(1371)+"hOpenEvent"](n){let s=t;this[s(541)](e[s(1474)],n),this[s(1029)]&&this.onopen(n)}["_dispatchMessage"+t(933)](n){let s=t;this.emit(s(551),n),this.onmessage&&this.onmessage(n)}[t(1371)+t(1386)+t(1223)](n){let s=t;this.emit(e[s(1149)],n),this["onReceiv"+s(1121)]&&this[s(1681)+"eAck"](n)}["_dispatc"+t(376)+t(1343)](n){let s=t;this[s(541)](s(1459),n),this[s(573)]&&this[s(573)](n)}[t(1371)+t(1256)+t(1343)](n){let s=t;e[s(1467)](e[s(1013)],e[s(435)])?(this.emit(s(1461),n),this.onclose&&this[s(1482)](n)):(this._DBName=_0x3a6ce9,this[s(1368)]=_0x111a0e,this[s(1488)]=_0xfa755?_0x38779a:_0x5c8dc5?_0x2b254d:null)}get binaryType(){let n=t;return this[n(1839)]?this[n(1839)][n(533)+"pe"]:this[n(926)+n(1596)]}set[t(533)+"pe"](n){let s=t;this[s(926)+s(1596)]=n,this._ws&&(this[s(1839)].binaryType=n)}get retryCount(){let n=t;return this[n(816)+"tManager"]?.["getCurrentEndpointTriesC"+n(1458)]()||0}get[t(1663)+t(1118)](){let n=t,s={DYAOz:e[n(1474)],cTVOY:e[n(1156)]};return this[n(428)+"Queue"][n(414)]((x,m)=>{let w=n;if(e[w(1581)]!==e[w(1581)]){let S=(w(823)+"3")[w(1598)]("|"),p=0;for(;;){switch(S[p++]){case"0":this[w(1839)][w(1181)+w(564)+"ner"](w(551),this[w(936)+"ge"]);continue;case"1":this[w(1839)][w(1181)+w(564)+w(398)](nxudId.DYAOz,this[w(1209)]);continue;case"2":this[w(1839)].removeEventListener(nxudId[w(1507)],this[w(997)]);continue;case"3":this._ws[w(1181)+w(564)+w(398)](w(1459),this[w(1848)]);continue;case"4":if(!this._ws)return;continue}break}}else return x+=m&&m[w(1117)+"th"]||0,x},0)+(this._ws?this[n(1839)][n(1663)+n(1118)]:0)}get extensions(){let n=t;return this[n(1839)]?this[n(1839)][n(561)+"ns"]:""}get[t(1718)](){let n=t;return this._ws?this[n(1839)][n(1718)]:""}get[t(1241)+"te"](){let n=t,s={POgJL:function(l){return l()}};if(e[n(487)](e.sDbVY,e[n(590)]))return this[n(1839)]?this[n(1839)][n(1241)+"te"]:this[n(1696)][n(417)+n(431)]?this[n(939)+"NG"]:this.CLOSED;_0x437502(),qRmUGx[n(386)](_0x421bd2)}get[t(1134)](){let n=t;return this[n(1839)]?this[n(1839)][n(1134)]:this._url}[t(1461)](n=1e3,s){let l=t,x=(l(507)+l(1861))[l(1598)]("|"),m=0;for(;;){switch(x[m++]){case"0":this[l(1804)+l(461)]();continue;case"1":this[l(500)+"WebSocket"](n,s);continue;case"2":this[l(486)+"ger"]?.[l(914)]();continue;case"3":this[l(1801)+l(1128)+l(1865)]();continue;case"4":if(e.xdYED(this[l(1839)][l(1241)+"te"],this[l(1155)])||e[l(675)](this[l(1839)][l(1241)+"te"],this[l(1575)]))return void this[l(1611)](e[l(1786)]);continue;case"5":this[l(967)+"ngTimer"]();continue;case"6":this[l(885)+l(943)]=!0;continue;case"7":if(!this[l(1839)])return void this[l(1611)](e[l(1631)]);continue}break}}async[t(948)](n,s){let l=t;if(e.WWDCr(null,n))throw new Error(l(307)+l(354)+l(1397)+l(1170)+"a must b"+l(1218)+"ng or an"+l(1874)+l(1331));e[l(689)](e.kgNSe,typeof n)&&(n=JSON.stringify(n)),e[l(1729)](e[l(996)],typeof n)&&!e[l(1432)](n,ArrayBuffer)&&!(n[l(1656)]&&e[l(478)](n[l(1656)],ArrayBuffer))&&(n=JSON[l(1126)+"y"](n));let x=await e.LfmaP(El,n),m=e[l(1316)](sm,n),{method:w=0,service:S=this[l(1696)][l(1090)],logID:p=this._options["logIDGen"+l(1370)](),headers:O=this[l(1696)][l(685)],payloadEncoding:L=this[l(1696)][l(956)+l(426)],payloadType:F=this._options["payloadT"+l(1596)],logIDNew:W=this[l(1696)][l(691)+"Config"][l(1306)+l(1503)+l(1401)+"ew"]?i(this[l(1696)]["logIDNew"+l(797)].userIp):""}=e[l(1233)](s,{});if(!S)throw new Error(l(307)+l(354)+l(1565)+l(724));let K={SeqID:xe[l(697)+"er"](this[l(611)]++),LogID:xe.fromNumber(p),service:S,method:w,headers:O,payloadEncoding:e.HeBec(L,Object)?L[l(752)]?L[l(752)]:"":L,payloadType:e.uOntp(F,Object)?F[l(1007)]?F[l(1007)]:m:F||m,payload:x,LogIDNew:W},_e=e[l(1789)](Gt,K);if(this[l(1839)]&&e[l(1078)](this[l(1839)].readyState,this[l(1158)]))this[l(1839)]&&this._ws.send(_e),this._debug(l(1276),K);else if(e[l(1605)](this["_message"+l(1731)][l(1390)],this[l(1696)][l(1493)+l(343)+"ength"]))this[l(428)+l(1731)][l(1489)](_e),this[l(1611)](e.WStYC,K);else if(e[l(1719)](e[l(636)],e[l(636)]))this[l(428)+l(1731)][l(1189)](),this[l(428)+"Queue"][l(1489)](_e);else{let Fe=_0x38e597[l(1079)+"g"](0,e[l(1753)](4,_0x54049e[_0x4acdda][l(1390)])),yt=Fe[l(504)](_0x333d58[_0x4d7af1]);_0x4b844b.push(yt)}return{seqID:this[l(611)],logID:p,logIDNew:W}}async[t(1876)+"t"](n){let s=t,{url:l}=n||{},x=Array[s(702)](l)?l:e[s(996)]==typeof l?[l]:[];n&&Object[s(1782)](this[s(1696)],n),x&&x[s(1390)]?this["_endpoin"+s(1051)]=new wl(x,this[s(1696)][s(1734)+"es"]):this[s(816)+"tManager"]?.[s(608)+s(1255)+s(869)](),this[s(1770)+s(610)]?.[s(1706)+s(1870)](this[s(1696)][s(1564)+s(1161)]),this._readyClosed=!1,this[s(1839)]&&e[s(1834)](this[s(1839)][s(1241)+"te"],this[s(1155)])?this[s(972)+s(782)](1e3,e[s(1414)],!0):s(596)!==e[s(1145)]?(this[s(541)](e[s(1474)],_0x7da20d),this[s(1029)]&&this[s(1029)](_0x5eaa79)):(this._isInit=!0,this[s(1600)]())}async[t(671)](){let n=t,s={esQfu:function(l,x){return e.uBiqE(l,x)}};if(e[n(497)]===e[n(811)])return BenLoU[n(1266)](_0x3c62ee.offset,_0x3c9e07.limit);!this[n(1600)+n(1736)]&&(this[n(816)+n(1051)]?.[n(608)+n(1255)+n(869)](),this[n(1770)+"sCounter"]?.resetCounter(),this["_readyCl"+n(943)]=!1,this[n(570)]=!0,this._connect())}[t(765)+t(1865)](n,s){this.on(n,s)}[t(1360)+t(933)](n){let s=t,l={AYKIG:function(x,m){return e[j(653)](x,m)},YiMaZ:function(x,m){return e[j(1294)](x,m)},OCrPd:function(x,m){return e[j(536)](x,m)},gnkVP:function(x,m){return e[j(1001)](x,m)},GDbrd:function(x,m){return e[j(1475)](x,m)},enGph:function(x,m){return x|m},fMXnk:function(x,m){return x+m}};if(e[s(622)](e.oPOIe,e[s(1267)])){let{type:x}=n;this[s(541)](x,n)}else{let x=new _0xd58edc(NnLuYF[s(1451)](NnLuYF[s(1547)](_0x5d3b56[_0x590c51+4]<<24,NnLuYF.OCrPd(_0x3e98e2[NnLuYF.gnkVP(_0x8db9ae,5)],16))|NnLuYF.GDbrd(_0xb49dc1[NnLuYF.gnkVP(_0x593df1,6)],8),_0x2f7d24[NnLuYF.gnkVP(_0x2958ec,7)]),NnLuYF[s(1451)](NnLuYF[s(496)](NnLuYF[s(355)](_0x286b6e[NnLuYF[s(794)](_0x2faa5e,0)],24)|NnLuYF[s(355)](_0x1f8dd1[NnLuYF[s(966)](_0x3c0325,1)],16),NnLuYF.OCrPd(_0x3adc2d[_0x19b942+2],8)),_0x3460dd[NnLuYF[s(794)](_0x488c2a,3)]),!0);return _0x3fccc1+=8,{value:x,offset:NnLuYF[s(966)](_0x4a4de8,8)}}}[t(1181)+t(564)+t(398)](n,s){this[t(1166)](n,s)}[t(773)](){let n=t,s={owPuC:e[n(1323)],DZTSi:e[n(1056)],yvgjX:"ping_onc"+n(949)+"t",RBiqP:function(l,x){return e[n(1765)](l,x)},KLFGu:e[n(1773)],oguuF:e.Dxakf,zGApP:function(l,x){return l(x)},IihJU:e[n(1361)],yAmZa:e[n(1527)],dpcgO:function(l,x,m){return e[n(480)](l,x,m)}};if(e.icLLa(e[n(305)],n(1683)))return new Promise((l,x)=>{let m=n;if(s[m(1430)](s.IihJU,s[m(1091)])){let w=_0x384304(_0x4597ad,1);_0x34bd66[m(1740)][w]=_0x568ca3}else{this[m(967)+"ngTimer"](),this[m(1483)+m(296)+"Id"]=s.dpcgO(setTimeout,this._ping[m(815)](this),this[m(1696)][m(368)+m(1466)]);let w=()=>{let p=m;l(s.owPuC),this.off(s[p(1329)],w),this[p(1166)](s[p(1353)],S)},S=()=>{let p=m;if(s[p(1430)](s[p(1425)],s[p(1881)])){this[p(967)+p(1215)](),this[p(1483)+p(296)+"Id"]=_0x2a0324(this._ping[p(815)](this),this[p(1696)].pingInterval);return}else s[p(560)](x,"timeout"),this.off(s.DZTSi,w),this[p(1166)](s[p(1353)],S)};this.on(s[m(1329)],w),this.on(s[m(1353)],S),this._ping()}});++_0x2231c5,_0x5413a3+=4}}})(),Ae[N(1283)+N(1851)]=Pe[N(1283)+N(1851)],Ae[N(1221)+N(475)]=Pe[N(1221)+N(475)],Ae[N(632)+"e"]=Pe.ErrorCode,Ae[N(933)]=Pe[N(933)],Ae[N(1648)]=Pe[N(1648)],Ae[N(1418)+N(470)+N(1087)]=Pe[N(1418)+"MessageEvent"],Ae[N(470)+"vent"]=Pe[N(470)+N(1087)],Ae[N(1523)+"t"]=Pe[N(1523)+"t"],Ae[N(1265)+N(1794)]=Pe[N(1265)+N(1794)],Ae[N(1122)+N(1851)]=Pe[N(1122)+N(1851)],Ae[N(1409)+"rorEvent"]=Pe[N(1409)+"rorEvent"],Ae[N(1264)+N(1826)+"nt"]=Pe[N(1264)+"ssageEvent"],Ae[N(729)+"enEvent"]=Pe[N(729)+"enEvent"],Ae[N(806)+N(1448)+N(1087)]=Pe[N(806)+"connectE"+N(1087)],Ae[N(1879)+"rame"]=Pe[N(1879)+"rame"],Ae[N(1084)+N(1545)]=Pe["encodeFr"+N(1545)];for(Qo in Pe)["CustomCl"+N(1851),N(1221)+N(475),"ErrorCode",N(933),"FWS","Frontier"+N(470)+"vent",N(470)+N(1087),N(1523)+"t",N(1265)+N(1794),"createCl"+N(1851),N(1409)+"rorEvent",N(1264)+N(1826)+"nt",N(729)+N(872),N(806)+"connectE"+N(1087),N(1879)+"rame","encodeFr"+N(1545)][N(1705)](Qo)===-1&&(Ae[Qo]=Pe[Qo]);var Qo;Object[N(1023)+N(1536)](Ae,N(1212)+"le",{value:!0})});import{existsSync as e1,openSync as t1}from"node:fs";import{mkdir as n1}from"node:fs/promises";import{dirname as r1}from"node:path";import{fileURLToPath as i1}from"node:url";function o1(t,e){return e==="legacy"?t.logFile:t.daemonStdioLog}function Zd(t=Z()){return e1(t.libEntry)?t.libEntry:i1(new URL("../index.ts",import.meta.url))}async function fp(t={}){let e=t.paths??Z(),r=t.entryOverride??Zd(e),i=o1(e,process.env.COZE_BRIDGE_LOG_MODE);await n1(r1(i),{recursive:!0});let o=t1(i,"a"),d=r.endsWith(".ts")?["--import","tsx/esm",r,"--daemon"]:[r,"--daemon"],u=st(process.execPath,d,{detached:!0,stdio:["ignore",o,o],env:{...process.env,[ds]:"1"}});if(u.unref(),typeof u.pid!="number")throw new Error("failed to spawn daemon (no pid)");return s1.info("daemon spawned",{pid:u.pid,entry:r}),{pid:u.pid,entry:r}}var s1,ds,la=nt(()=>{"use strict";Xt();te();Re();s1=G("spawn-daemon"),ds="COZE_BRIDGE_DAEMON"});import{spawn as r2}from"node:child_process";import{mkdir as i2,unlink as s2,writeFile as o2}from"node:fs/promises";import{dirname as a2,join as c2}from"node:path";function Xr(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function d2(t){if(!t)return"";let e=Object.entries(t).map(([r,i])=>` <key>${Xr(r)}</key>
|
|
21
|
-
<string>${
|
|
20
|
+
`+r)}function er(t,e,r,i,o,c){if(t.listenerCount("wsClientError")){let d=new Error(o);Error.captureStackTrace(d,er),t.emit("wsClientError",d,r,e)}else is(r,i,o,c)}});var tp=ae(Be=>{"use strict";var N=F;(function(t,e){let r=F,i=t();for(;;)try{if(parseInt(r(454))/1+parseInt(r(818))/2*(parseInt(r(720))/3)+parseInt(r(1502))/4+-parseInt(r(1599))/5+parseInt(r(1151))/6*(parseInt(r(1460))/7)+parseInt(r(1077))/8+-parseInt(r(725))/9*(parseInt(r(949))/10)===e)break;i.push(i.shift())}catch{i.push(i.shift())}})(ra,346500);var _S=Object[N(1098)+N(1385)],yS=Object["getOwnPr"+N(921)+N(1266)],Jx=(t,e)=>function(){return t&&(e=(0,t[yS(t)[0]])(t=0)),e},ES=(t,e)=>{let r=N,i={XGlOG:function(c,d,u,f){return c(d,u,f)}};for(var o in e)i[r(600)](_S,t,o,{get:e[o],enumerable:!0})};function bS(){return Wx||(Wx=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function vS(){let t=N;return Kx||(Kx=[IDBCursor[t(957)+"e"].advance,IDBCursor[t(957)+"e"].continue,IDBCursor[t(957)+"e"]["continue"+t(504)+"ey"]])}function SS(t){let e=N,r={Yhpuh:function(o,c){return o(c)},hDHjs:function(o){return o()},kxmPO:"GUazh",NJHPr:e(234),kNvFo:function(o,c){return o===c},ZHvMJ:function(o,c){return o<c},HnYkk:e(905),czgfl:function(o,c){return o+c},wHjFA:function(o,c){return o+c},uKQhe:e(648)+e(1402)+"ge: ",pAYda:e(1219),rBADS:function(o,c){return o||c},GEdLI:e(1206),FsMlx:function(o,c){return o instanceof c}},i=new Promise((o,c)=>{let d=e,u={xWJpO:r.NJHPr,iVrUz:d(905),PDIlk:function(w,S){return r[d(1525)](w,S)},MAVgV:function(w,S){return r[d(1525)](w,S)},TiNYD:function(w,S){return r.ZHvMJ(w,S)}},f=()=>{let w=d;t["removeEv"+w(520)+"ner"](u.xWJpO,x),t[w(1056)+w(520)+w(1361)](u[w(258)],g)},x=()=>{let w=d;r[w(1259)](o,r.Yhpuh(Ut,t.result)),r[w(393)](f)},g=()=>{let w=d;if(r[w(1120)]===r.kxmPO)r.Yhpuh(c,t[w(905)]),r[w(393)](f);else{if(u[w(884)](void 0,_0xbb5a56))this[w(584)+"rs"]={};else if(u.MAVgV(void 0,_0x1fbc43))this[w(584)+"rs"][_0x26823d]=null;else{let S=this._listeners[_0x1c2f9c];if(S)for(let y=0;u[w(1556)](y,S[w(693)]);)S[y].fn===_0xe2f977?S[w(590)](y,1):++y}return this}};t[d(1731)+d(213)](r.NJHPr,x),t.addEventListener(r[d(442)],g)});return i[e(502)](o=>{let c=e;if(c(1395)!==c(1395))return r.Yhpuh(_0x29ed27,r.czgfl(r[c(1515)](r[c(1515)](r[c(1515)](r[c(722)](r[c(897)],_0x2b0f9b),r[c(1162)]),r[c(1257)](_0x2d6510,1)),r[c(1696)]),_0x186662));r.FsMlx(o,IDBCursor)&&Kd[c(1548)](o,t)}).catch(()=>{}),sa[e(1548)](i,t),i}function IS(t){let e=N,r={TrWeY:e(1117),cGFsH:e(905),PAafO:e(945),pyTLI:function(o,c){return o(c)},OyqJG:e(280)+"or",JKzWf:function(o){return o()},cHEJa:function(o){return o()}};if(ia[e(1684)](t))return;let i=new Promise((o,c)=>{let d=e,u={taAFo:function(w){return r[F(939)](w)},rxRAB:function(w){return r[F(885)](w)}},f=()=>{let w=F;t[w(1056)+w(520)+w(1361)](r[w(1685)],x),t[w(1056)+"entListe"+w(1361)](r.cGFsH,g),t[w(1056)+"entListe"+w(1361)](r.PAafO,g)},x=()=>{let w=F;u[w(1454)](o),u[w(605)](f)},g=()=>{let w=F;r[w(361)](c,t[w(905)]||new DOMException(r.OyqJG,w(280)+"or")),f()};t[d(1731)+d(213)](r[d(1685)],x),t["addEvent"+d(213)](r[d(464)],g),t["addEvent"+d(213)](d(945),g)});ia[e(1548)](t,i)}function AS(t){oa={zbvUX:function(i,o){return i(o)}}[N(1193)](t,oa)}function kS(t){let e=N,r={QQtdO:function(i,o){return i(o)},xnmOH:function(i,o){return i instanceof o},IXSzD:function(i,o){return i===o},wEoJB:e(1451),bBMFU:function(i,o){return i===o},wcgnk:"store",rKGqv:function(i,o){return i!==o},AuGqZ:e(1682),sScQY:"hLIRj",EgXCe:function(i,o){return i in o},PkIKX:e(1081)+"oreNames",bHDFd:function(i){return i()},ixrpz:"yLNVC"};return t===IDBDatabase.prototype[e(992)+e(209)]&&!r[e(1088)](r.PkIKX,IDBTransaction[e(957)+"e"])?function(i,...o){let c=e,d=t[c(1102)](r[c(1106)](ss,this),i,...o);return Wd[c(1548)](d,i[c(291)]?i[c(291)]():[i]),r[c(1106)](Ut,d)}:r.bHDFd(vS)[e(743)](t)?r[e(672)]("yLNVC",r[e(983)])?r[e(779)](_0xf3805a,_0x5ce49c)&&(r[e(1168)](_0x768915,r[e(765)])||r[e(889)](_0x4d5cc8,r[e(856)]))?!0:_0x1d60bb in _0x44de5f:function(...i){let o=e;if(r[o(672)](r[o(904)],r[o(1346)]))return t[o(934)](r.QQtdO(ss,this),i),Ut(Kd[o(1345)](this));try{this[o(1585)]&&this[o(1585)][o(326)](_0xafab4a,_0xa24eb)}catch{}}:function(...i){return Ut(t.apply(r.QQtdO(ss,this),i))}}function TS(t){let e=N,r={DUoaX:function(i,o){return i===o},TMqDE:e(628),bRYot:function(i,o){return i(o)},PXskj:function(i,o){return i instanceof o},rObVn:function(i,o,c){return i(o,c)},kekVQ:function(i){return i()}};return r.DUoaX(typeof t,r[e(845)])?r[e(1066)](kS,t):(r[e(595)](t,IDBTransaction)&&r[e(1066)](IS,t),r[e(224)](Zx,t,r[e(1132)](bS))?new Proxy(t,oa):t)}function ra(){let t=["swDpBMy","y29Uy2f0","zv90Aw1LB3u","CNzHBfzHBhu","u3j0C0y","CKjbrfm","Aw5pwuS","wwHWDwG","CuPSuLO","y29UDgv4Da","C0Xf","Aw5KzxG","su5tvefova","x21LC3nHz2u","BwvZ","C29Tzq","C3rYAw5N","BgvY","C1L4AMW","uMTur2m","zcWG","yxnJCMLWDa","s0TmEMG","Fdf8nhWW","AevYCM9Yrxy","A1nxr04","BIWGAg9ZDg4","ywDLsgLKzq","yw1LoIa","yw1Lu3bHy2u","s01vzM4","tg9JAW","DhjPzxmGCMu","rKPIq2W","Cungqw0","B1rIrKO","y2nYueq","yNzHA20","Dhj1y3rVCIa","qxbWv0G","vLvwq3a","B1Hlzxa","x3bPBMDqB24","mhWXFdr8mNW","BwrLuvG","AM9IywK","C2vUDa","yMjqEKS","D0D6uw8","y3jLyxrLt2i","DMLJzuLeig8","x0rctMfTzq","x3bHDgHlzxK","C2vYDMLJzq","CvLiCu8","B3bLBG","DuTos0e","x2LZqNjVD3m","x2LZtM9Kzq","s3HUr1i","CNj5ufC","Eg9lzxm","zwnVBM5Ly3q","q1DVyvG","ven3wKu","rLzPuu0","CfbMqM4","A1n0yxr1C0m","twvZC2fNzuu","q3vZDg9Tq2W","zgvS","zuPLsLu","q0LUzKe","CgvYC2LZDgu","wgvxyvG","CgfYC2u","ENvOzuS","EfvZzuvUDG","u1bnANG","mxWZFdj8nhW","BNjyCeO","CNfTz20","ywrK","x21PBMLoyxy","yuTltLy","C3vIC3rYAw4","tLHHyve","CK94Cw0","x3fVC0rc","CMfNzvn5BMm","qM90Efu","CgXIvLi","q0DPCeK","z2v0","C1nJuvK","s2nrCfK","zgHiyLG","BMDLza","BNLbzhy","Aw5N","qKfmseW","B2TUEhq","twjXueC","yxKSig5LDhC","CNnVCKzPBgu","r0f6Egy","v0XryKu","AuLrs3m","twD1sha","BMvY","q09otKvdveK","tNnpBw4","s0rxq04","DMzrEgG","zMLxEeK","x2nSzwfYugK","A2HICwW","ENvftM8","yvvLB3u","zwvsy0y","Bg93","EgfYqKu","zgrjrcWGzgu","rfLiqMW","rfbqufu","uMnwtve","zNjVBu51Bwi","zw50","x1fVu01HBMe","AenhELi","vKL3C1C","CgTxruK","aaaaaaaaaaa","B3bLCNr5","vNj0EuC","EgrAv08","Ahr0Ca","C2DPza","u0PYs00","zw1PDa","uvz0sfa","vfDtEfG","z1bLtNi","Ew1gCNm","vujKwfm","B2njzvu","A0L3tLe","D24GCMvHC28","uKPeA1G","y1PqAMq","DcbVzIbYyw4","sg5SrfC","EerXsNy","BMCGB3iGyw4","CuDUB2q","tvfRz2i","te1nuwS","tuTZDue","u2vYDMLJzvC","EMH2tgi","r25cuNu","tMjrBvy","zxj2AwnL","x19LC01Vzhu","DM5Xr1y","BuXXELG","zNr2tuy","ChvZAa","uxvLDwu","u2HKEKK","A1DZvvu","BLPIt0e","D1j1DuG","D0XytLi","y3L5Evy","zhrSEMy","ywnRDxbfBMq","x2n1CNnVCK4","v2LKAxG","reiGzMfPBgu","C2vYDMvYvgK","BMv3vMvYC2K","sLnptLa","tKfusvzfx0u","C2jqrLq","vKjyA2K","zxjFAxnFywm","DcbSAw1PDa","r0X0Cgy","wNrIyuy","ELfsu1e","AxnrB1nnzxm","q1n6suO","ywDrzNu","qLDxAhm","BuLNz0y","x29UtwvZC2e","yuzRv2u","tKjKruC","zg9Uzq","A1LvD2C","CLLZrgK","DgfbrM8","B0fRtgG","DMfIB3a","AufHAhK","DejbrMq","D3rhq2C","ntzrywzPC0G","uKLgBum","EKvqA2W","y1jRyKe","BgLUzw5V","BM5Ly3q","Bg9NsurozxC","wuTKwKq","Aw1vrei","Dw9PtLK","yvffs3q","z2u6ia","t3bLBKv2zw4","DMfSDwu","Ae9Wzw5fDMu","Aw50zwDLCIa","u09fA3m","tLLdz3i","pxv0zI04","yNvMzMvYzwq","veniAMO","D29eBgq","qujoAwW","DuX4zxy","u2vXsuq","D2LSBfjLy28","zuD6BvO","x3jLywr5q2W","CMvXDwLYzwq","rxrTyMK","qNH5z2m","Bwv0Ag9K","sxv6swi","z2vY","wxbWruS","Eef3tLK","zxjYtM8","zxH0ugf5Bg8","sej1q3K","rw5WyNK","sfDyt3G","zgLZywjSzue","mtq0nZK4meLLv21osa","Aw5Lza","uhDvvvO","AwXK","zw1LBNq","DuXSC2u","Dgv4DfbHEwW","qLLfBfK","ChPXufu","y3vYC29Yx2y","x2nVBM5Ly3q","AgvHzgvYCW","zcbLCNjVCI4","D0HQrKe","q2DvDfu","CMvQzwn0","nxW3FdH8m3W","we55r2u","uwfny2q","x25HDMLNyxq","s21vwLq","u3DxBge","wM5Ssxi","A052rM8","z1LoyNa","y2vZC0HHBMq","DxrVuMvJB24","DfriDui","shj2D0e","x29Ut3bLBG","wwXsvK0","BNvTyMvY","y2HHCKnVzgu","ugzYBxa","igfYCMf5yNu","wu5et3u","y3vYC29Yx24","zwLlr3y","rKzUC3e","wfn3qwS","C2vYDMLJzs0","DxbKyxrLq3u","CejnsMu","z0D0wgS","sMHxwfy","DNfMs2G","C2v0","AwDmqNu","rvLAwgK","u09xsgi","m3W1","x3vYBa","t2TcuMq","y3jLyxrLq2W","vgLowuq","DMvsBNe","qK1qyxe","thbkB0i","ywXSB2nvBNm","D3jPDgvvAw4","z0zUA2m","u2Lyrwq","l3DZl3yY","EKTiBwG","z2v0sxrLBq","ruHQt1C","v2LUzg93","n3WZFdb8mxW","CvjHsxC","A1zqt2q","AxnAzxjV","DhDdrwW","zw5YDxK","vuPqEhm","ChzbALK","ChjVy2vZCW","v2zYqwe","sfH0DK0","x2HHBMrSzva","wxj1yMK","A0nvCKq","DNv2zuK","qNzbAei","x3DZ","A0rmzMq","B2rnvKu","zKXpB2y","jMPZy2fSBgi","B3nLza","BMrWB2LUDfq","Ce1sEha","wuL0zLm","CfDPDgO","y2HnyxHuCMK","u3zREvu","ywrKt25L","x2LUAxrqCM8","mtu0nZC3nvDYCxzAta","q3nwtxq","DgPJueO","B1zpze8","AgPqz3y","mdaWma","CgjUBxi","DhLLBKC","sunvyuO","zM54tu8","rKLmrv9ot1q","AvrtuLe","ywnR","AunjD1q","AxjLza","ANLmrwO","zNjVBuHHC2G","ywzL","r3zsEhC","r1rgvhu","AwXLx25HBwu","y3rhAwe","vKD3zuu","mhW0Fdf8mNW","r01st20","vNrzALm","y29UBMvJDeu","x3nVy2TLDa","wNzoEMu","uuPhCKO","vhzerxm","zLvvBeK","BLzhwvK","u3rYyxrLz3K","zxjYtxnN","quXm","CgLUz0LUDgu","D1vKDw8","CMfUzg9T","DMzYuLy","qLfVt2G","s3LetNC","AuDmwxu","CxbsAhq","BM93","yxbWBgLJyxq","B25mAw5L","tuHACeu","r3vgCwO","x2rPC3bHDgm","B25VCgvU","tufyx1jfvfi","EuDRzKq","rLDt","y29YEe8","Du1mB3C","q2vRwfu","DKrcAMy","uLjpuG","AgvHzgvY","q2TuDeu","ihrPBwvZ","B25TzxnZywC","Cgf5Bg9Hza","B25tDgfYDfi","zwTzENe","rNb5zg0","rgjZqvu","A1LIwxO","wKrTBgC","sg95CvC","tgXxu3O","Dg9VigXHCMC","Aw5KzxHpzG","z1HXDuG","D0f0yKW","CYbHBhjLywq","Cgf5Bg9Hzeu","DeLK","qunsvxq","yw5ZzM9YBvq","rNziDM0","D3flD1e","zfPoDwe","se1zs1C","AgfZ","vhjxzvK","qKnACMu","ren0Ewq","su5vvfu","zujUt2e","BgLjyxK","EhneAw4","zMzmAw5L","C1DtAum","DMn4q0m","y3jLyxrLrwW","r0vKteK","AhbytLC","u2TPCcbWyxm","CIb0DhDjra","tfLYs24","x2LUAxrhBg8","zuj0A1m","wfLMCNu","B0nVsxK","y29UBMvJDca","BvP2Ehi","zw5HyMXLvhi","tg1zzLe","yxKSihrYEsa","BhrPCgXLihq","zM9YrwfJAa","wKvUrhm","reflzwi","B0fuBxe","B3bLBKrc","D3ber2G","u2HHCMvKv28","zev1A3G","BwvY","wffrrve","tKfbDvu","z2v0u3rVCMe","rKfJD2K","BNrLCG","A3bpB1m","s1nYEuu","yxrLq291BNq","Aw5L","CLfjAfC","tMfTzq","ywrKrxzLBNq","rw5vwu8","qMDRvwq","ihrVihjLDhi","B21hDKG","yKPxs0m","Dw5ZAwDUzwq","swLrCNq","D0Xkq3y","v1nzsLe","yLLrEe8","D2vI","qM5IyNq","BwveqM4","yMfJA3vWigu","v1Djtwy","EsbJBg9Zzwq","Aw9U","D2z3CMi","y21kwwW","wLj0qve","tgLZDgvUzxi","yNL0zxm","sMTICwO","u2XcDey","A3HLyMq","uxbrqxC","BLfqyxy","DgH1BNa","tuvtu0fhrv8","tuLMyu8","B015Duy","CK9IvM4","z2vjBMzVu3K","zfndrxq","rhvAuKy","B25fCNjVCG","z05VuMS","zgrbA2q","qLLXy2m","qxD6EMC","qMXkCuS","C3vJy2vZCW","C2v0zgi","uKvKvfG","r3j3DM4","C2vUza","rvbwuMW","s2ngBLC","sM5LrKe","ELjyBM4","vNzWBwq","A2rOBhC","vfnkvwO","uuXcrfq","wgTQvu8","mxW3Fdb8nxW","x3jLy29UBMu","Efrurw52","ywnRx2LK","C3rVCMu","rgvKAwnHDgu","zwvKzwq","qxDOyKu","u0fduvG","ywrfA20","AvzYvxO","zgL6AvK","x2LZtwLUAvq","rw1kqu8","uLPHu1i","t3D2yMC","DgvZDa","y21OD1q","rMT2BhK","BMXxqxK","zLfzDhu","m3W2Fdj8mhW","zxjFCw9Zx2e","CNHyB1i","zMzLCG","y2XLyxjtDg8","CgfNzwHPzgu","thrkqwG","CMvJB25Uzwm","qw1VDw50","zw5JB2rPBMC","rNPdt3m","qwjVCNrfCNi","BeHHBMrSzxi","Au12zfu","C0jf","Eg1kte0","svvWv3O","ywnRpwzYB24","y3vYCMvUDeK","zMLN","CvbHEeW","y3jLyxrLrxi","C29YDa","EuL3BfO","Ae1LC3nHz2u","u3bIq1C","wKzMDK4","CLf4CNC","zgjlD2i","qunVCeu","zu1TwNC","zxjFCw9Z","rNH4EKW","C3bSAxq","AxnszwfKEq","BgLZDgvUtMu","z2vrDwv1zuW","rxjswKy","sLzWENK","tMfOBuq","Aw47y2HHCNm","CMvWBgfJzq","u2zSsxy","D2fZq2XLyw4","x3jLBw92zvC","rgLyuM8","ruLsC2W","B3jLtMfTzxm","rgTZvg0","vejKwvK","Dg9oDw1Izxi","tgv3sxq","rLnyvLi","y2HLy2TdDxi","AuTRDvq","D3nZoI8V","zxjHDg9Y","y2XVC2u","zxH0zw5ZAw8","vhrOBNa","Dgv4Dc9Qyxy","z3fpuw0","tMrXCxi","rLjJz1C","igzPzwXKoIa","wuXwDwy","zw5NDgG","Buvhque","qMX1wLi","z1bJCxa","qKndqve","Dvz2C2y","B25Uzwn0Aw4","wM5Hsw8","BwvZC2fNzv8","mNW1Fdn8nhW","ugnUqxK","ren2sLe","vNPnCu4","C2Hrrxa","q3bhvvq","C3rHCNq","ufL6DK8","CMvJzwL2zwq","BxnN","B3vUDa","sKfhtNm","vuTutxm","CLLovxG","C2v0u3rVCMe","ywWGy3vYC28","z0fxv00","ChLuteK","Eg5tq1e","tufxvKi","B25nzxnZywC","q0Xpu0ve","wNrOwvy","y3jLyxrLuMu","CKHVAxe","swPwCuW","zgvIDwC","BMfTzq","zff6ANm","y0LZwei","CgLUz09Uy2u","uvbhtLe","thPrqwO","vfDSrwe","BNnZB2e","BwLUzW","yw5Hz2vY","BgLUzq","mdaWmdaWmda","ywrKq291BNq","yKjSzeq","DMXIB00","t3rjCwO","EK1csem","CNjVCK1LC3m","zNjHBwvuExa","x3nLBMrby2S","AxnFywnR","Cg9PBNrbBMq","AeriANm","x2LUAxq","vwTnDfG","v1fgwNq","vxLiBwq","Cgu6ia","rLDbzuW","ywX4s2i","ywnOzwq","s2nlDg4","uNLmtuO","t2jQzwn0","BNrbBMrvCgq","x2HHBMrSzu8","x29WDgLVBNm","qxHItLO","x2n1CNnVCKy","sffSA0G","rhLXCuS","ugLmBhu","vvjSENm","q3zftNy","q1bwz1e","s1HPy1m","Ec11C2uT","Bwf4uMv0CMK","DezgteS","x2HHBMrSzvi","CMvHzhLtDge","BKnQBeG","wMDzrfu","te10zfa","AuXuqxu","DMvUDa","zgvJB2rLzey","BKjpuuG","Chnbshq","zvz2y0K","DxjS","y0Teu3K","yxnZAwDU","C1jbr1C","CgjICdi","rxnqshG","zgv2AwnLx2K","tNzxt2W","AKPhr2u","C2vUzf9Hy2S","Dxrjza","sg5zA2S","vermsgK","surhv3y","C3rLBMvYCW","BezSDxnO","BNPvvKW","CMvZzxrfBMq","u2LSy3e","B1vUwfC","qLfjtKG","s0jjDvm","yvDsANu","mZG3ntzerKrQDeq","BxDMrM0","B25LCNjVCG","rfDyrKq","AwPUtNq","rwX6AvG","zsbHihn0CMK","ELrOwNK","yM9L","y29kuwu","y0DgC0G","rNHiBKW","sMvou3q","DLnpqKK","y29UBMvJDgK","suDwywG","whbyCLq","q1jlBKW","uKPkwgS","tg5yA2W","zgf0yq","A0PIyNG","DefUAgG","CgrODNO","u1LcuKu","BK9wDvy","s2DpDfa","vMPvCNq","BLLzv2W","DMnUtwG","sKfMDgu","shfJz2O","CNzHBa","CMLLC0nVDw4","v3fAs1i","mxWW","DLflCxy","u3netNq","tNjtu1K","yLfUDMi","vLHSzve","D1blC0W","EfDcsu8","v1rbuLe","ue5ZEuK","wgDjvu0","y29UBMvJDfm","AxnbCNjHEq","DgHLBG","x29UvgLTzw8","uhjPBwfYEuS","B1f6y2K","EfjxvMG","B2nRzxrtDwm","x3nLCuLK","AwXLtMfTzq","yKfJuKy","DKzyExK","rxzLBNq","v1nIDhm","x2DLDeLUDgu","BwLyBuC","x29UrxjYB3i","B2nRzxq","CM9YrxzLBNq","wKTrwNK","zw50tgLZDgu","txnqu0q","y3vYC29YlNm","z2v0s2v5","CMvZDwX0","DNDXzLq","B2XKvMvYC2K","CLfisNu","ihzHBgLKihm","CM92AwrLihC","x2vUzhbVAw4","ywX3yxLZ","vLjurgC","yM9KEq","qMf4A0C","yNL0zu9MzNm","rxjYB3jdB2q","ysbTDxn0igi","rLrNAhO","zxrxB3jRq2G","ve1mt00","Cg1oBg8","A2v5","rwXdwgm","z1rPBwvVDxq","C3nHz2vfDMu","y2XLyxi","CeTVuwu","Bg9Nsurhzw4","z2vtEw5J","q291BNq","rLvtvhu","q25kugS","z2v0q3vYC28","wgDZwhy","qM5cz2m","nxWWFdj8m3W","yw5Nzq","vencrKK","txP3DeK","D3jPDgu","s2rdy0i","svfIDMG","ExrUwwe","zw50zwqGDhK","uNHzBxy","wNz5C0C","zMzMzG","B25ozxr3B3i","B3jL","Bw9KquC","y3r4","tePnsNO","z2v0q3vYCMu","AKXiEKK","y0Pcrve","Dev2zw50","Ef9MCM9UDgK","BuLfzfa","CMvTB3zLq2G","x2jPBMfYEvq","ELDVENu","CgPAALa","rwHpsLe","x2XPC3rLBMu","A09eCM0","DwrAq3K","z1bNs3O","EePkzvG","C2Hyr1u","C3bSAwnL","z0HMEgu","sePvs3a","CMvZzxrdB3u","y2HLy2Tszwe","ufHZA2O","weXOA0W","qLHWEvC","rNjVBNrPzxi","AgfUz2u","weDSt0C","Cwfly2W","DhnlA0m","thrNEee","x2n1CNnVCK0","CNHsqui","x2LUDgvYDMe","AKv0ru4","rMflz3i","AhzAyvK","vKTqv0m","yK5jCNC","weHYEvu","lcbTyxGGCMu","qvvjy2W","ANfWs1C","yxrHlcbKyxq","ywzltLO","qNjPzgDL","BMv4DcGPigm","vvf0BKu","zv9ZDwnJzxm","C3rVCcbPBw0","t2LMvKu","BgTHt3y","v1jkr2e","DMvY","sxvYExq","zNvUy3rPB24","y3vYCMvUDeu","yxbSEwG","tgTqzge","qwjRue8","BKXPBMu","AwDbzvm","zw5JB2rLrNi","BwfW","C0X1DMO","x2nSzwfYvgK","zMrjtuO","ufrlyKi","nNWZFda","BujYr2m","AefJA01LC3m","y2HnyxHdB3u","y2uGBM90igK","zMXVB3i","lcbOB3n0BMe","Aw5KzxGGB3u","ihrPBwvVDxq","DfHWt0K","vujWzhK","re1dwu8","tfPoBLG","yxnL","ywXSzwqGBxu","rNvJCgS","Cw9oueW","AMvJDfn0B3i","B2zMBgLUzq","q29UzMLN","tevPsxK","B25pCgvU","x2rPC2nVBM4","vhz3te0","B3jpBMXPBMu","B0XYAxy","sKvJugK","zKrjCvm","ignVzgu6ia","qMf3Eu4","ENbRDuW","CKThCxy","B2zM","y0fmv3O","D09YsfK","rwv6r1C","BgLTAxq","Aw9UvgLTzw8","zwn0","x2rYB3bhBg8","venSs1C","rLv4v3u","zw5KCg9PBNq","u1PAuvC","u2DgzLm","C2fNzq","qNjct2K","AgvKtwf4uMu","BwvZC2fNzq","vwjmyw8","A2v5CW","zLPNANa","BgvUz3rO","x194x21Zz18","vKD1sKG","s25mt04","vLvxChq","zwDutLu","wxfPvg8","DwvoCxy","ufjVsfm","CgLUz19VBMm","DeTrDvK","rhrAAeW","yxjYyxLIDwy","rvfns2S","wxP3r1q","zNjVBujPDhm","C0XPC3rLBMu","DgfIyxnL","t0PAqvO","txbnwNO","rfj2tMu","yxHeCK8","ywDL","t3vrtMe","Auzms3K","AgHOwKO","yMLUza","mtGZmtC3qu5zwLPX","zufJAW","y3PNzMW","zwP5DLe","B3bLBIa","mtiZmdG1nJjPuLjMAeu","B25JBg9Zzq","tgPXq0S","v2T4Cwq","zNDZxZeUmc4","y3vZDg9Tshq","C2nbyM4","yNvMzMvY","Ahr0Chm6","C2v0y3vYC28","EKzvq2u","Aw1LCYbPBIa","CMv0CNLdB3u","yvjQu0W","CNnVCL9Uyw0","s1bNvMe","t1nOyLq","CgfNzxnOB3C","Aw5JBhvKzxm","veLpzvC","rwX6Dei","tuvhAha","DhLWzq","wgTcsxG","CM92AwrLige","quTrwMm","zxq9DxrMltG","AhHpwuG","DLnRBMm","DwDxA04","vwHHzKC","yxbWzw5Kq2G","twLZC2LUzYa","B3jRig9MzMW","y3vYC29Y","D2nZrvi","sNfgB2G","zMvY","tg9Nsuq","qNnAALG","D0vVsKi","C2v0sxrLBq","BwLZzq","C3fethG","uKfKANK","BMrYAe0","CMvZB2X2zq","quH1ywu","x29UugfNzu4","qMnjzNu","BuDKuxG","zMX1C2HfEha","Cg9PBNrdB24","CgXLyxnLiha","Eg5Tt0G","C2v0q3vYC28","sxfKEhm","x29Uq2XVC2u","B2fK","yMXVy2TLza","tMjbueC","zNzfv2K","zwfKv20","rxfUq1O","DLHZD3u","BxrSv2O","ywXPzcb1CMW","wwzcvg8","AvLQtuO","AwHvEMe","DgLLCKPtt04","v2vPEgLUsLm","v0jpyKi","CMvUDevUzha","B25szwnLAxy","B1PZr3m","Dg9mB3DLCKm","D3PWu1m","Eevqs1u","zvvYBa","qxH2Ce0","BeTftMq","y29UBMvJDa","ENL2D2e","ywXty29Wzq","lcbxzwjtB2m","BNruCMLLC0m","yxHmt3e","Dg9tDhjPBMC","ue14wwm","u0vUzgG","CuTIv3i","whDbEw4","mJbnCfHKyxO","yxGGCMv0CMK","Dwnxu0y","ufrnq00","EvjLy29UBMu","sfH1D1K","CYbWyxjHBxm","ig1LC3nHz2u","DgLTzw91Da","CMvHC29U","CMfTzq","q1vfwLi","y3jLyxrLt3a","yLbSzLe","qLLsBvm","CKPev2e","BLj0uNy","DMP1Bxy","AgLNAa","x2TLEvbHDgG","t1bftG","x3DZsw5ZDge","z2fQweu","B29IsLa","EvfLENK","AejhA2m","zvLHzgC","ve1Xreu","x3bPBMDmB3m","x3bPBMC","tw9KDwXL","q09oveLovuu","B25dBg9Zzq","B3HrCxK","A3r3zwW","shrArhm","A3nVq2G","DhjPzxm","D2nNBMS","BwfUDwfSihi","BNrfBMrWB2K","C2jhB28","AMPqDu0","D0rez2e","BvHoCwu","yM1ZrKu","sM9Zzum","y291BNq","Dw50","zM9Yy2u","t0zzCwu","Ew1Osfa","yMX3uu4","ChbL","mNWXmhW5FdG","y2f0y2G","y3nPtKO","Fdr8m3W2Fde","sxHOtwe","u255BLO","Aw5PDcbrB1m","mNW0Fdz8nq","vwnft2G","BwLUAvbYB2C","yNL0zuXLBMC","zwHytKu","uerjBgS","y0HfsMe","sM5ywuy","swXdz1C","BMrLEa","yKjnrLu","zfrAq0O","A0T5sMK","q2zLBKe","v2vIu29JA2u","C3jJ","Bhm6ia","yNDdz0q","DuTrAgu","quLuv20","EKrLsNK","AM9PBG","uvLiq1O","x2fKzfDZtgK","CMvWBgfJzui","qxvhCvO","zxjYB3i","qNnPDfy","yMfSrxzLBNq","EMrgtNK","y1PctMG","r3LUwg4","wLL1vhq","CMvHzfvjBNq","BfHYs3y","CxfkDu8","wgLjruW","CMHeDuu","B1Dvu1y","C3vIyxjYyxK","twjmCgu","yw1L","B3bLCNr5tMe","y2XVC2uSihC","rhj4z0K","yM5kA0W","DgvmB2Djre4","vePLBvC","zKr4yLy","u1zOBgG","ChjVDg9JB2W","x2DLBMvYyxq","vunsuhm","CMvZzxruCMK","vxrTDhu","yxbWBhK","DMfSDwvZ","DLnQwxi","zw5XDwv1zq","zfLMwMK","sKT6v2y","wKXSwhi","zNjVBunOyxi","Cgf5Bg9Hzfq","Dg9cExrLCW","zgfbELy","ywjVCNq","zfrSrMS","shP2yui","ywnRtxnNswq","mtbjtNj5z3K","vMX6DNG","BKj3rhG","x2rLyNvN","qLflrKS","Dw5RBM93BIa","uNvxveS","B2LUDfjLywm","ChjVDg90Exa","q29Kzq","zfnvuhO","BMnVzgLUzW","ywDLu2HVDW","z0Xer1G","B25SAw5L","y1rvqui","r1vyq3u","t1bftL9fuLi","C3HWqve","s09TvNK","BwvJD0e","z2v0qwXS","qxjpqxm","Bwf4tg9ZC0m","rhHZsLO","ELPyzhy","vgfN","wgrPwhe","yMLUyxj5","C2XPy2u","q0zxwfu","vNPWz2O","AgfZt3DUuhi","Aw9Ul2PZB24","AxHYChO","z2v0qwXSs2u","uw9Mywu","yMfSu2nVCgu","Dg9cExrLC0i","C3PgsxO","CgLUz0XVC3m","vunqs1a","x3bYzwzPEa","DhjHBNnHy3q","CgXmzu4","BMCGDxjSoIa","AxnmB25N","zxHWB3j0CW","zNjVBNrPzxi","reDIzKu","vvjvAgq","t0Xcrvm","zw5HyMXLqxu","zxf1ywXZ","u3HjwfG","sM5Iz0C","BMDuAw1LCG","Ec1TC2CTy3u","C2PdwM0","Bg9N","CLbYs0m","wKD5BuS","ug5vzhG","s1Dvs3y","tMDqrxK","AxnrB1nby2S","wMPWy1a","DxnLCKLW","x2zVCM1HDeu","y29Kzq","BxnNsuq","DgTbCu4","whPMB3u","Bwjkt2K","A2v0ignVBNm","sgjYs3u","uKXwEeG","zxmGCMvHy2G","zeznzwW","DxbNCMfKzw4","s0PUyvi","B2zMC2v0","Bgrjy0W","x2nYzwf0zvm","DgLTzw91DcW","DhD3wLC","A1fbBNa","CLzHBhvLCW","uuTxA1m","DMDus2K","y29UC3rYDwm","Dw5KzwzPBMu","D253rfK","AvvmwKO","Eg55rM8","qKjitwe","ywDLrxzLBNq","C2HPzNq","y3jLyxrLtwu","DeLUDgvYy2u","y09Wzw4","BhzMzui","uMPbzK4","zw5fDMvUDa","vNPxzhK","yNLL","rvjst1i","CMvTB3zLrxy","BMnLq2XVC2u","BxrzAfu","zKDdsK4","zgzftue","tMzyDuq","yuTRreS","DKfvrKu","Dhr3Awq","vgTct2u","yLjzB3q","v0jwwfa","Cgf2Ew8","uuHQtMS","CMnsBxu","AhDXqNy","Dg9hzw5LCMe","uMvHzcbWyxm","AMvKqMe","r09ev28","B1fLyKm","mZiWmdGWmfrVq213Eq","qu1qvuy","zu5Owgm","r2Xyt3y","B2jQzwn0u3q","t1PLDKW","yuTVvvK","BMPWt3q","BMrru1e","zfDVCMTLCKC","v2v1wgG","rwDyq2u","ALb2tKm","vw5Oyw5KBgu","ruXsBMK","tM9XBwC","CwLvs00","zMfvCKG","CYbPBNn0yw4","zejnsfq","tMXXsgq","zgvMAw5Luhi","BhvOD0C","EvbrCeS","D3PjwgS","y2fSBa","Cu5SCK8","x2LZv29YA2u","D0zkwxG","uvf0ze8","B1bxseK","DhDVCMTdAge","uhflquO","nxW3Fdr8mq","EvzfzLi","z2fZwhO","Axnby2TdBgu","BfrPBwvVDxq","B3nLrxzLBNq","turkt0K","y29TCgXLDgu","CMfTugfYyw0","BLz6qNG","A3HTue8","x2rLC3rYB3K","wNz4uKu","ChvJDeO","rM9hEKu","tKz2EeS","CND1BKK","De9Hwxe","swLryNG","x2LZtwLUAvC","BvvtvNa","CM92AwrLigi","A2vRvLe","yLbqufC","yLfuvfy","De5Jv1G","AxzTEK0","AuHzAM8","C3rYAw5NAwy","ExbL","x2rItMfTzq","qMXstMm","qwvqB2q","sNvVB0O","s2Xewvu","Ag1vuMi","wLP5BLC","AenSB3nLrxy","qLP1tgq","uefmzxu","B25tDg9Wsw0","ndu5mtC0tePev01r","s0rWrfK","BMvLzf9Hy2S","AeHfBem","vKXNAvq","uwfYvuW","zMLUza","D2HUsgW","C3HRy2O","DvDvyw8","weHWrMe","Cefzzge","vgLTzw91Da","t25lrvu","zgvSzxrL","Ce9etLG","zhveCvG","svHtEKq","DMXKu2W","zMLSzw5HBwu","Dg9cExrLC0W","Ag9fu1a","yxv0B21HDgK","x2LZsw5PDa","yM5WAe8","uMjptg8","ywvWrMm","uvzUvwu","yKTeAfy","AwDHDg9Yt24","vMnpBgy","B3jYA0u","C2LgwvK","BKnWzgK","r1n2tNi","tg9gzfu","BwvKAwf0zwW","vxnvu08","EenlwNu","u0DZrwO","DNDzyMS","BuTYqLm","EMj2vvG","uM9oBNe","vu5AAe8","yvLkEhK","D0ngD3e","Chv0","uLn5v3q","B2nRzxrgywK","C0nVDw50zxi","ChrVCG","Dg9Y","t01Ay2y","q3vZDg9Trxi","id4G","AwvHwwy","Bg9IywXty28","tvDdweW","AeLlAve","suvtx0vsuK8","vKHzz3m","y3vYDMfSDwu","uMvJB25Uzwm","sgfzsuu","u0Hyru4","uwjoqxa","y3ruAw1LB3u","icSG","AMvMAM8","vfPIuMS","sLjxtwy","x3bYB3rVy28","y2XVC2veqG","v0jLvey","CufXA3G","sKDfChK","DgD0sLO","AM9qEwq","vxbKyxrLq28","zNjVBuj5Dgu","zgzhuKK","A3PqDKO","z29PBMCGyxC","AgjHBM0","EhLhDxK","AuvJCwy","De1HBMfNzxi","rNzwC3y","tg9NsurozxC","s29YC0K","DMvYC2LVBMm","EK1yAue","mNW5FdeWFdy","yMLUyxj5vhK","zgLZCgf0y2G","y0PQBvq","igzHAwWSig0","BMCGzMfPBgu","DxrMofDYAxq","DurKqu0"];return ra=function(){return t},ra()}function Ut(t){let e=N;if({bnJkL:function(o,c){return o instanceof c}}[e(924)](t,IDBRequest))return SS(t);if(ta[e(1684)](t))return ta[e(1345)](t);let i=TS(t);return i!==t&&(ta[e(1548)](t,i),sa[e(1548)](i,t)),i}var Zx,Wx,Kx,Kd,ia,Wd,ta,sa,oa,ss,$x=Jx({"node_modules/idb/build/wrap-idb-value.js"(){let t=N,e={LmYfQ:function(r,i,o){return r(i,o)},LEiDg:t(326),daAzV:function(r,i){return r instanceof i},IuzIb:function(r,i){return r!==i},BawyN:"pIVnh",oUnXW:t(1451),LpJoB:t(1081)+t(316),IirJp:function(r,i){return r===i},ZRtAQ:t(252),fQYtu:function(r,i){return r(i)},LEiIy:function(r,i,o){return r(i,o)},blwQN:function(r,i){return r(i)},NXaaQ:function(r,i){return r in i}};Zx=(r,i)=>i[t(1267)](o=>r instanceof o),Kd=new WeakMap,ia=new WeakMap,Wd=new WeakMap,ta=new WeakMap,sa=new WeakMap,oa={get(r,i,o){let c=t,d={jtfUZ:function(u,f,x){return e[F(1708)](u,f,x)},UbLao:e.LEiDg};if(e[c(944)](r,IDBTransaction))if(e[c(1492)](e[c(670)],e[c(670)])){this[c(1648)+c(1147)+c(1379)](d.jtfUZ(_0x27234f,d[c(690)],{code:1e3,reason:c(1054)})),this["_endpoin"+c(1238)]?.[c(448)+c(777)+"fig"](),this[c(846)+c(1201)]?.[c(593)+c(1724)]();return}else{if(i===e[c(450)])return ia.get(r);if(i===e[c(1559)])return r[c(1081)+c(316)]||Wd[c(1345)](r);if(e.IirJp(i,e[c(212)]))return o[c(1081)+c(316)][1]?void 0:o[c(1081)+c(569)](o[c(1081)+"oreNames"][0])}return e[c(268)](Ut,r[i])},set(r,i,o){let c=t;if(c(1407)!==c(1407))e[c(1708)](_0x25a2f3,_0x241bb4,96),e[c(661)](_0x3039a0,_0x23b75a,e[c(870)](_0x267b2b,_0x51ba57));else return r[i]=o,!0},has(r,i){let o=t;return e.daAzV(r,IDBTransaction)&&(e.IirJp(i,e.oUnXW)||e.IirJp(i,e.ZRtAQ))?!0:e[o(1338)](i,r)}},ss=r=>sa[t(1345)](r)}}),Xx={};ES(Xx,{deleteDB:()=>CS,openDB:()=>RS,unwrap:()=>ss,wrap:()=>Ut});function RS(t,e,{blocked:r,upgrade:i,blocking:o,terminated:c}={}){let d=N,u={ZZynW:function(g,w,S,y,v){return g(w,S,y,v)},eJeJU:function(g,w){return g(w)},JqFoh:d(1242)+d(599),Bnbbt:function(g,w){return g(w)},zWozu:d(1028)+d(254),ZnlIr:d(784)},f=indexedDB[d(1307)](t,e),x=u[d(1743)](Ut,f);return i&&f.addEventListener(u[d(581)],g=>{let w=d;u[w(1146)](i,Ut(f.result),g[w(526)+"on"],g[w(1433)+"on"],u[w(1323)](Ut,f[w(992)+w(209)]))}),r&&f[d(1731)+d(213)](u[d(1524)],()=>r()),x[d(502)](g=>{let w=d;c&&g[w(1731)+w(213)]("close",()=>c()),o&&g[w(1731)+w(213)](u[w(761)],()=>o())})[d(873)](()=>{}),x}function CS(t,{blocked:e}={}){let r=N,i={NcjaI:r(784),fXFlU:function(c,d){return c(d)}},o=indexedDB["deleteDa"+r(710)](t);return e&&o[r(1731)+r(213)](i.NcjaI,()=>e()),i.fXFlU(Ut,o)[r(502)](()=>{})}function Yx(t,e){let r=N,i={qNlrO:r(1117),WSbts:r(905),gxFxz:"abort",IDGWv:"readonly",pzqPU:function(f,x){return f instanceof x},tsKkC:function(f,x){return f in x},jobai:"string",xsDin:function(f,x){return f!==x},gPgKz:"igQly",ZLlXr:function(f,x){return f in x},KPgVa:function(f,x){return f===x},pjZjP:"ukRxx"};if(!(i[r(1510)](t,IDBDatabase)&&!i[r(602)](e,t)&&typeof e===i[r(1297)])){if(i[r(1691)](i[r(587)],r(815)))return;++_0x256a4a,_0x46d035+=4}if(na.get(e))return na[r(1345)](e);let o=e[r(310)](/FromIndex$/,""),c=i[r(1691)](e,o),d=ep[r(743)](o);if(!i[r(940)](o,(c?IDBIndex:IDBObjectStore)[r(957)+"e"])||!(d||Qx[r(743)](o))){if(i[r(740)](i[r(582)],i.pjZjP))return;_0x1d092d[r(1056)+r(520)+"ner"](BzIyqf[r(1103)],_0x2fa96e),_0x45bf35["removeEventListe"+r(1361)](BzIyqf[r(513)],_0x2745c8),_0x20ffde[r(1056)+"entListe"+r(1361)](BzIyqf.gxFxz,_0x2a2bc4)}let u=async function(f,...x){let g=r,w=this[g(992)+g(209)](f,d?"readwrite":i[g(444)]),S=w[g(252)];return c&&(S=S[g(1263)](x[g(1046)]())),(await Promise.all([S[o](...x),d&&w[g(1451)]]))[0]};return na.set(e,u),u}function F(t,e){t=t-206;let r=ra(),i=r[t];if(F.RwxRfV===void 0){var o=function(f){let x="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",g="",w="";for(let S=0,y,v,I=0;v=f.charAt(I++);~v&&(y=S%4?y*64+v:v,S++%4)?g+=String.fromCharCode(255&y>>(-2*S&6)):0)v=x.indexOf(v);for(let S=0,y=g.length;S<y;S++)w+="%"+("00"+g.charCodeAt(S).toString(16)).slice(-2);return decodeURIComponent(w)};F.tEtuTo=o,F.PFiALo={},F.RwxRfV=!0}let c=r[0],d=t+c,u=F.PFiALo[d];return u?i=u:(i=F.tEtuTo(i),F.PFiALo[d]=i),i}var Qx,ep,na,PS=Jx({"node_modules/idb/build/index.js"(){let t=N,e={Qofae:t(556)+"1|4",QHjNk:function(o){return o()},TvwLM:t(1345),TDLHi:t(523),bYQxO:t(984)+"ys",Iuryt:t(865),TSJUj:t(1334),mZvxr:t(1165),nCpdi:t(546),pPfBn:function(o){return o()}},r=e[t(985)][t(302)]("|"),i=0;for(;;){switch(r[i++]){case"0":e[t(1069)]($x);continue;case"1":na=new Map;continue;case"2":Qx=[e[t(664)],e[t(443)],t(970),e[t(1741)],e[t(627)]];continue;case"3":ep=[t(1198),e[t(245)],e[t(1706)],e[t(1184)]];continue;case"4":AS(o=>({...o,get:(c,d,u)=>Yx(c,d)||o[t(1345)](c,d,u),has:(c,d)=>!!Yx(c,d)||o[t(1684)](c,d)}));continue;case"5":e[t(1318)]($x);continue}break}}}),DS={idb:function(t){let e=N;t.exports=Promise.resolve()[e(502)](()=>(PS(),Xx))[e(502)](function(r){return r})}},Vx={};function zt(t){let e=N,r={HzvaB:function(c,d){return c!==d}};var i=Vx[t];if(r[e(947)](void 0,i))return i[e(996)];var o=Vx[t]={exports:{}};return DS[t](o,o[e(996)],zt),o[e(996)]}zt.d=(t,e)=>{let r=F;for(var i in e)zt.o(e,i)&&!zt.o(t,i)&&Object[r(1098)+r(1385)](t,i,{enumerable:!0,get:e[i]})},(()=>{let t=N;zt.o=(e,r)=>Object[t(957)+"e"][t(981)+t(1385)].call(e,r)})(),(()=>{let t=N,e={Msapl:function(r,i){return r-i},xEPKU:t(713),cIBVp:"undefined",lkaOv:t(848),HXuwY:"__esModule"};zt.r=r=>{let i=t,o={elGhc:function(c,d){return e.Msapl(c,d)}};if(e[i(803)]!==e[i(803)]){let c=_0x4ba936[i(1337)+"g"](0,o.elGhc(4,_0x327a7f[i(693)])),d=c[i(1253)](_0x48663c);_0x265284.push(d)}else e.cIBVp!=typeof Symbol&&Symbol[i(813)+i(975)]&&Object[i(1098)+i(1385)](r,Symbol[i(813)+i(975)],{value:e[i(624)]}),Object[i(1098)+i(1385)](r,e[i(823)],{value:!0})}})();var Pe={};(()=>{let t=N,e={Awzzg:function(a,n){return a(n)},alxKb:function(a,n){return a+n},xDqJv:function(a,n){return a===n},igAeS:t(1051),CkTtE:function(a,n){return a*n},MzwtI:function(a,n){return a+n},IjVqL:function(a,n,s){return a(n,s)},jLHzI:function(a,n){return a(n)},Widix:function(a,n){return a(n)},pvAjY:function(a,n){return a+n},tgtJZ:t(1604),tKQuY:function(a,n){return a!==n},qqJuO:t(993),tkAqN:t(382)+t(382)+t(382)+t(382),EhOJQ:"idb",aFkWe:function(a,n){return a!==n},FWAeL:function(a,n){return a>>>n},bJWKC:function(a,n){return a&n},Etmbi:function(a,n){return a&n},dfEMA:function(a,n){return a>>>n},cALWz:function(a,n){return a&n},BlRNc:function(a,n){return a>n},hoESP:function(a,n){return a<n},nQPav:function(a,n){return a-n},ZthYV:t(1288),HJUKp:function(a,n){return a!==n},EnUYO:t(1143),pBMJe:t(1486),VBXki:function(a,n){return a===n},YNDOu:t(1440),iTSRQ:function(a,n){return a!==n},KlDYU:function(a,n){return a-n},LkPda:function(a,n){return a!==n},RoNnq:function(a,n){return a(n)},XgIUM:function(a,n){return a(n)},EsPHx:function(a,n,s){return a(n,s)},SlBtF:function(a,n){return a(n)},KcKtn:function(a,n){return a&n},twCEl:function(a,n){return a===n},yGoJz:t(757)+t(1488)+t(333)+t(1473),FUxWu:function(a){return a()},cmJYl:function(a,n,s){return a(n,s)},xCKZu:function(a,n){return a!==n},wzpSS:"ASrvr",BnBgc:function(a,n,s){return a(n,s)},aUeou:function(a,n){return a(n)},SPMjx:function(a,n,s){return a(n,s)},FAcwi:function(a,n){return a(n)},gFnkc:function(a,n){return a!==n},wFJYx:function(a,n,s){return a(n,s)},EezGW:function(a,n,s){return a(n,s)},rOxqm:function(a,n){return a(n)},tAnhh:function(a,n){return a!==n},TIOeW:function(a,n,s){return a(n,s)},CUEZR:function(a,n,s){return a(n,s)},SrtsF:function(a,n){return a!==n},ivmzM:function(a,n,s){return a(n,s)},DAKeb:function(a,n,s){return a(n,s)},qpRht:function(a,n,s){return a(n,s)},tXpOI:function(a,n){return a(n)},VtYjS:function(a,n){return a===n},dFMel:t(531),Silcq:t(702)+"e_success",FvHvm:t(234),JeNSt:function(a,n,s){return a(n,s)},gNoRk:function(a,n){return a===n},dQzjs:function(a,n,s,l){return a(n,s,l)},Owvbg:function(a,n,s){return a(n,s)},dSUPz:"error",rHoiq:t(447),GynXn:function(a,n){return a(n)},BvAhB:function(a,n){return a|n},qoNPL:function(a,n){return a<<n},HWXOx:function(a,n){return a(n)},EqnCZ:function(a,n){return a!==n},UQtnE:t(728),IGVah:function(a,n){return a(n)},dxmCL:"Zjeej",WfrAa:"Ivzwf",KXicS:function(a,n){return a(n)},LZNnX:function(a,n,s){return a(n,s)},Pfrmp:function(a,n){return a(n)},xVGjt:function(a,n){return a(n)},kYUwg:t(1342),ZjpcP:function(a,n){return a(n)},aRjSL:function(a,n){return a(n)},rYNUx:function(a,n,s){return a(n,s)},CWoaX:function(a,n){return a(n)},pavyo:function(a,n){return a(n)},BZuLd:function(a,n){return a(n)},xRWVh:t(757)+t(1488)+t(333)+"SeqID",BluZR:t(757)+t(1488)+" field: "+t(763),gLDGX:function(a,n){return a===n},KnLON:function(a,n){return a===n},SJrKM:t(757)+"required"+t(333)+t(1491),DxsJZ:function(a,n){return a(n)},nRtRv:function(a,n){return a+n},fYaul:function(a,n){return a!==n},SgFfS:t(919),DrxgI:function(a,n){return a(n)},wLXNR:function(a,n,s){return a(n,s)},ArOAs:function(a,n){return a(n)},qJlRZ:function(a,n){return a+n},RpKIj:"Unimplem"+t(564)+t(398),kVPOd:t(274),kIwNQ:t(742),ocIeU:function(a,n){return a!==n},DiXRo:"qPoxE",LOBrD:t(899),FzCOs:function(a,n){return a>n},JAGNs:function(a,n){return a>=n},XNyGe:function(a,n){return a>>n},Jkbqj:function(a,n){return a===n},ZxjRf:t(1186),thunp:function(a,n){return a+n},DMCYO:"ydBxn",QMgJI:t(630),FTghz:function(a,n){return a*n},GuFqj:function(a,n){return a&n},shQEp:function(a,n){return a===n},vwqfT:function(a,n){return a>=n},shXGU:function(a,n){return a+n},DfhZN:function(a,n){return a+n},KorsI:function(a,n){return a&n},HtZDs:function(a,n){return a|n},XkBIx:function(a,n){return a<<n},UkMtX:function(a,n){return a<n},xarBE:function(a,n){return a==n},IlCgW:function(a,n){return a>=n},fLOof:function(a,n){return a+n},FFnsq:function(a,n){return a!==n},ElztB:function(a,n){return a&n},SflIv:function(a,n){return a<<n},SwWla:function(a,n){return a<<n},rryPW:function(a,n){return a&n},BQINH:function(a,n){return a&n},HaYIE:function(a,n){return a&n},agQfu:function(a,n){return a+n},Vzpgj:function(a,n){return a+n},CGipI:function(a,n){return a!==n},FUSTu:function(a,n){return a<<n},vXswu:function(a,n){return a|n},BQKFK:function(a,n){return a|n},xoKes:function(a,n){return a&n},VjUrt:function(a,n){return a<<n},vfQxh:function(a,n){return a&n},AppWH:function(a,n){return a&n},dTZCJ:function(a,n){return a&n},coJQe:function(a,n){return a>n},VHYgs:function(a,n,s){return a(n,s)},TZbRk:function(a,n){return a+n},qiUKM:function(a,n){return a+n},bPlfQ:function(a,n){return a<n},mjzHN:function(a,n){return a+n},qPaxL:function(a,n){return a<n},cZPjd:function(a,n){return a<n},jJGGe:function(a,n){return a!==n},NGrji:t(1226),BkhKg:function(a,n){return a<=n},zQRSQ:function(a,n){return a+n},sWSiC:function(a,n){return a-n},uKNKA:function(a,n){return a+n},TkBOe:function(a,n){return a<<n},ZvysG:function(a,n){return a&n},uDdAM:function(a,n){return a>>n},XiIEL:function(a,n){return a>>n},Bxygc:function(a,n){return a|n},GvRxw:function(a,n){return a&n},ijnNt:function(a,n){return a|n},bBldD:function(a,n){return a&n},bnphO:function(a,n){return a>>n},gYNbp:function(a,n){return a|n},LJMJz:function(a,n){return a&n},iAahy:function(a,n){return a<n},KcQpY:function(a,n){return a+n},ACopE:function(a,n){return a<n},hwqBv:function(a,n){return a>n},vcxCC:function(a,n){return a||n},DtZhL:function(a,n){return a>>>n},KyDNw:function(a,n){return a===n},FxxzL:t(1614),FsOJD:t(1688),kQAnp:function(a,n){return a<n},gPcqp:function(a,n){return a&n},SOWHb:function(a,n){return a&n},rcRmu:function(a,n){return a&n},bQTTV:function(a,n){return a>>>n},mtlWj:function(a,n){return a>>>n},YIraQ:function(a,n){return a>>>n},EPVRl:function(a,n,s){return a(n,s)},ELRni:function(a,n){return a===n},LtgxA:function(a,n){return a&n},ZnaIo:function(a,n){return a&n},uhAGH:function(a,n){return a<<n},ZtbaF:function(a,n){return a&n},NvWOl:function(a,n){return a(n)},XuVnU:function(a,n){return a<<n},PTKbB:t(1504),dtlzf:function(a,n){return a&n},mdeQX:function(a,n){return a&n},KcFnW:function(a,n){return a<<n},EHjOW:function(a,n){return a&n},VIwsW:t(717),gyuFd:function(a,n){return a!==n},rwunI:t(1721),oobJP:t(452),mUSVp:function(a,n){return a(n)},orrkE:function(a,n){return a&n},kSWGN:function(a,n){return a&n},Vlzvx:function(a,n){return a|n},OMZcf:function(a,n){return a<<n},WLQbE:function(a,n){return a<n},vSOBI:function(a,n){return a<n},eicaY:function(a,n){return a<n},TJemW:function(a,n){return a!==n},wqKwQ:function(a,n){return a|n},rhDuE:function(a,n){return a&n},axLOq:function(a,n){return a|n},nrXpJ:function(a,n){return a>>>n},cZBNh:function(a,n){return a>>>n},diziY:function(a,n){return a!==n},adEkm:function(a,n){return a&n},zZXdv:function(a,n){return a|n},ZEnDs:function(a,n){return a>>>n},PRoHS:function(a,n){return a&n},vwYbk:function(a,n){return a&n},lvfeB:function(a,n){return a>>>n},ZDmlg:function(a,n){return a!==n},hhhZJ:function(a,n){return a>>>n},zyvwa:function(a,n){return a+n},cLZaM:function(a,n){return a!==n},BMPaq:function(a,n){return a|n},AwhbE:function(a,n){return a>>>n},ihUza:function(a,n){return a&n},DPPPU:function(a,n){return a>>>n},kxebd:function(a,n){return a(n)},CvENv:t(262),UhafG:t(1704),sRAGW:function(a,n){return a(n)},XwAyn:function(a,n){return a|n},ZvNze:function(a,n){return a|n},khbql:function(a,n){return a===n},RcVMQ:t(1061),ieaYf:function(a,n){return a|n},ihVhY:function(a,n){return a|n},GAzxf:function(a,n){return a|n},YKdZD:function(a,n){return a|n},MsPSD:function(a,n){return a|n},npqOh:function(a,n){return a<<n},hHElC:function(a,n){return a|n},KxnGR:function(a,n){return a|n},cjjpy:function(a,n){return a>>>n},ueNqv:function(a,n){return a|n},oxQqy:function(a,n){return a|n},ZYuTt:function(a,n){return a|n},MbqPG:function(a,n){return a>>>n},kODrm:function(a,n){return a|n},oVOdO:function(a,n){return a&n},njpOt:function(a,n){return a&n},OLBES:function(a,n){return a>>>n},NgPEy:function(a,n){return a&n},NnlCT:function(a,n){return a>>>n},RxYmv:function(a,n){return a>>>n},IiQbx:function(a,n){return a|n},Hqcgj:function(a,n){return a%n},XgsXv:function(a,n){return a/n},vfrRV:function(a,n){return a(n)},wLJCv:function(a,n,s,l){return a(n,s,l)},aKoUY:t(1299),XdiXq:function(a,n){return a+n},jEtEN:function(a,n){return a>>>n},ZFfvN:function(a,n){return a*n},LnXkl:function(a,n){return a>>>n},odMVE:function(a,n){return a&n},zKHmh:function(a,n){return a>>>n},BCZre:function(a,n){return a>>>n},SZZQW:function(a,n){return a+n},hvZaY:function(a,n){return a+n},GnBRu:function(a,n){return a|n},MAWVB:function(a,n){return a|n},sYxjl:function(a,n){return a>>>n},rQxrw:function(a,n){return a===n},KgOtP:function(a,n){return a+n},VcOlf:function(a,n){return a!==n},SYBRE:t(1112),OuQNa:t(356),OJZAZ:function(a,n){return a&n},sgEZQ:function(a,n){return a>>>n},BBHMa:function(a,n){return a&n},SwFyc:function(a,n){return a>>>n},UUkpm:function(a,n){return a>>>n},zuheK:t(344)+t(489),zuENo:"NATIVE_E"+t(1657),zMBHC:t(1650)+t(1211)+"R",MHZpE:"CONNECTING_ERROR",PnUdx:function(a,n){return a!=n},VGuJH:t(1040)+"d",qYHqO:t(848),aKKNV:t(1415)+"le",HoyqW:function(a,n){return a===n},iCIwT:t(965),PYzvO:"sUBkC",rQHJu:function(a,n){return a!==n},Tthnp:"ffjcL",gZalS:t(1726),OkBRd:function(a,n,s){return a(n,s)},PqKAJ:t(349),hKlEv:t(1155),eeRcF:function(a,n){return a|n},KmUZT:function(a,n){return a===n},QVtHP:"SuceB",XHryU:t(1085),VlXxq:function(a,n){return a(n)},HrvwA:function(a,n){return a===n},XHpFa:t(1363),ElziX:function(a,n){return a<n},fnxMO:function(a,n){return a===n},RIpJS:function(a,n){return a&n},tNcWX:function(a,n){return a!==n},UNZhO:"AUAgm",pkWEI:t(373),yIwlZ:function(a,n){return a===n},MKsuA:function(a,n,s){return a(n,s)},XYfru:function(a,n){return a!==n},vDiRm:"lngVO",WqZKR:function(a,n){return a==n},BXpyW:t(484),wGzQo:function(a,n){return a instanceof n},sxkcj:function(a,n){return a+n},fUUlI:function(a,n){return a+n},wOrHY:function(a,n){return a===n},DbsAU:function(a,n){return a===n},mGdQx:"LoMkE",kpOoS:"kwJas",DGbfE:t(326),REdTX:t(1307),mtYhU:function(a,n,s){return a(n,s)},imUDB:t(689),AePod:t(619)+t(655)+t(1710)+t(736)+t(1577),Xzfou:"FktsW",oQebC:"IJtSb",QVnUe:function(a,n){return a===n},kzPvJ:t(1210),BALHL:t(462),jjPuM:t(871),GTZYp:t(429),jPvNC:"wwfDi",nOVuV:function(a,n){return a===n},Enpby:t(1359),JhWXV:function(a,n){return a||n},meDBn:function(a,n,s,l,h){return a(n,s,l,h)},enruy:t(1164),SxIXX:function(a,n){return a||n},ddAkd:t(1569)+t(879),udZCy:t(922)+t(1095)+t(645)+"nitialized",KJnaR:function(a,n){return a===n},eZSuP:t(922)+t(1675)+t(208),dWCwW:t(505),CfenA:function(a,n){return a(n)},tjcPJ:function(a,n){return a<n},rqVpq:function(a,n){return a===n},IQbvh:function(a,n){return a&n},gHfxe:function(a,n){return a<n},wFkOg:function(a,n){return a<n},AUIcl:function(a,n){return a>=n},vuveI:function(a,n){return a<n},fiWxI:function(a,n){return a&n},dfGRI:function(a,n){return a&n},XQQEQ:function(a,n){return a<<n},vSjYr:function(a,n){return a&n},PSleZ:function(a,n){return a|n},vlboM:function(a,n){return a&n},wzIXk:function(a,n){return a<<n},DfHvm:function(a,n){return a+n},sbGoo:function(a,n){return a<n},brfEx:function(a,n){return a<n},rYsDi:function(a,n){return a|n},pzyXE:function(a,n){return a&n},KKLzh:function(a,n){return a===n},tOaYq:function(a,n){return a===n},vVYts:function(a,n){return a&n},gXquH:function(a,n){return a&n},PMxYc:function(a,n){return a|n},zpkuL:function(a,n){return a|n},dhVQb:function(a,n){return a&n},xJJeX:function(a,n){return a|n},bvakm:function(a,n){return a|n},TCBFI:"string",uWUao:function(a,n){return a instanceof n},wpDGh:function(a,n){return a instanceof n},RLVxH:"applicat"+t(982),NYCgr:function(a,n){return a+n},vcnMh:function(a,n){return a+n},ZGymK:t(793),xyGuy:function(a,n){return a(n)},kdhlw:t(954)+t(827),sxpAQ:function(a,n){return a(n)},gPeNr:t(329)+t(1273),sqDLx:function(a,n){return a+n},uLxev:t(1388),MguHp:t(1589)+t(286)+t(795)+"P",lKENd:t(857)+t(1314)+t(1351),bQnvb:"mqbEk",RSyWt:"hiGtQ",VRTDg:function(a,n,s){return a(n,s)},JRWMf:t(543),FxHnL:function(a){return a()},SsDNt:function(a,n,s,l){return a(n,s,l)},NFvxK:function(a,n){return a!==n},SvkyU:t(1080),rOJXd:t(1461),oPWHI:function(a,n){return a*n},dSCEt:"FqbgK",aYJxy:t(1062),nVzBx:function(a,n){return a!==n},rqmgm:function(a,n){return a<=n},SOEks:function(a,n){return a-n},corxO:function(a,n){return a|n},KOmVy:function(a,n){return a|n},luhwG:function(a,n){return a&n},AKQZc:function(a,n){return a>>n},xnSCQ:function(a,n){return a===n},ZvxRE:t(1667),tTHuB:"kxPOR",uMLow:function(a,n){return a||n},YqiTo:function(a,n,s){return a(n,s)},vHbth:t(1092),zEPkl:t(547),rPrKC:function(a,n){return a||n},yPQpK:t(472),nbeui:function(a,n){return a||n},NrSSY:t(712),JoseC:function(a,n){return a||n},hjPgv:function(a,n){return a||n},whnHl:function(a,n){return a!==n},RAdjy:t(1179),vqfKh:function(a,n,s){return a(n,s)},MWCXL:"qos",qdcBq:t(343)+"id",FaKgr:function(a,n,s){return a(n,s)},KWITq:t(1348),RuWTK:"0|2|3|4|1",PcnAy:function(a,n){return a!==n},kyqiN:t(601),uUDMF:t(1518)+t(1244)+t(1275),nVGYY:t(1213),plbVR:function(a,n,s,l){return a(n,s,l)},QJGrJ:t(522)+t(1414),AbkPO:t(1621),JZETT:t(552),TWlEa:t(577)+t(300),zThZy:t(577)+t(1438)+"k",modAG:"x_frontier_ack_m"+t(1389),Fkvly:t(1090)+"d error.",LzQAj:t(1153),eadWm:function(a,n,s,l){return a(n,s,l)},eBnOa:function(a,n){return a&&n},HuTsA:function(a,n){return a!==n},ymhHP:"is_ack",VEPSb:t(251),mecwA:function(a,n){return a||n},IUpWz:function(a){return a()},YItfS:function(a,n){return a==n},eaTjP:function(a,n){return a(n)},ksoCh:function(a,n){return a===n},cKDSy:t(1183),BQoOh:function(a,n){return a(n)},QYHCZ:"text/plain;chars"+t(751),YlRVM:t(1644)+t(982)+";charset"+t(1478),WeuXh:"none_none",OZevL:function(a){return a()},eNhXc:function(a,n){return a>n},mbJOi:function(a,n){return a(n)},mBrGc:function(a,n){return a&n},IiQrt:"lFFPj",MEGhp:function(a,n){return a(n)},GMROm:function(a,n){return a+n},WBVXP:function(a,n){return a+n},AxvpM:function(a,n){return a+n},wAtbL:t(648)+t(1402)+t(1471),szFIz:t(1219),BlJqK:t(1206),BgkUd:t(1475)+t(1671)+"e",oPBkJ:function(a,n){return a>=n},xjYSq:function(a,n){return a<n},OShbT:function(a,n){return a===n},yGkfD:t(1605),OifVE:"2|1|3|4|0",rxXoR:function(a,n){return a+n},JEcPi:function(a,n,s,l){return a(n,s,l)},GSvNr:function(a,n){return a+n},wUduo:function(a,n){return a|n},pNNxn:function(a,n){return a+n},fGCJN:function(a,n){return a<<n},AITWm:function(a,n){return a+n},XkjUO:function(a,n){return a+n},xnyFo:function(a,n){return a|n},veRnq:function(a,n){return a+n},vSknc:function(a,n){return a+n},ACRUt:function(a,n){return a<<n},rxanG:function(a,n){return a+n},bNIrw:function(a,n){return a>>>n},QKWkS:function(a,n){return a&n},DCtyd:function(a,n){return a&n},HXtvM:function(a,n){return a+n},dTlFk:function(a,n){return a&n},yJYYO:function(a,n){return a>>>n},igLBu:function(a,n){return a&n},XnwWb:function(a,n){return a+n},ugWkN:function(a,n,s){return a(n,s)},hpXNW:function(a,n){return a+n},ozGrN:t(318),Utmtu:t(1459),kKyJi:t(248)+t(872)+t(875)+"1",KDpDY:function(a,n){return a>>>n},kJbbx:function(a,n){return a|n},rJDWa:function(a,n){return a<n},eMLcM:function(a,n){return a&n},oXKep:function(a,n){return a<n},zMXiA:function(a,n){return a|n},gGtXk:function(a,n){return a&n},GTFTu:function(a,n){return a|n},WWIMf:t(702)+t(1254)+"t",BcIfu:t(1516),VKPWC:"JWNLJ",kxEjT:function(a,n){return a(n)},hBGkc:function(a,n){return a+n},TvDEs:function(a,n,s,l){return a(n,s,l)},nBOQH:t(1658),RbOLo:function(a,n,s,l){return a(n,s,l)},NeLbF:t(1542)+t(371),KMUfn:t(371),RJDkX:function(a,n,s,l){return a(n,s,l)},FJbCl:t(1511)+t(1619),PiLlu:function(a,n,s){return a(n,s)},hxOYH:function(a,n,s,l){return a(n,s,l)},QarUL:function(a,n){return a+n},eBtkS:function(a,n,s){return a(n,s)},XLhkL:t(1609)+"_EXIST",mOhND:function(a,n,s){return a(n,s)},iGLYu:t(1145),BCCAQ:t(797),WSYJQ:t(1264),DWXFD:t(849),UsUSO:function(a,n,s,l){return a(n,s,l)},NBdEG:function(a){return a()},jxVEy:t(235),dBMHT:function(a,n){return a(n)},xdZWO:t(734)+"r",VzMqN:t(423),bwCgD:t(963),vFXyy:t(659),bPPPW:t(282),HnlDW:function(a,n){return a||n},CFWXU:function(a,n){return a!==n},ctGia:"XeWaX",zhvLb:function(a,n,s){return a(n,s)},woDld:t(1054),ucWSF:t(1018),tyCcN:function(a,n,s,l){return a(n,s,l)},LMtdP:function(a,n){return a(n)},VXleQ:t(577)+"er_ttl",WTARQ:function(a,n,s,l){return a(n,s,l)},MIfaO:"x-msg-qos",ncqif:t(1006)+"rsor_value",nYYWl:function(a){return a()},BWWhs:function(a,n){return a===n},jedBa:t(386),kYXbi:function(a,n){return a+n},VrtyG:function(a){return a()},gqOQm:function(a){return a()},MZUoO:function(a){return a()},mKrBS:function(a,n){return a===n},DuZRF:function(a,n){return a&&n},LkAdF:function(a,n){return a(n)},vDBjf:function(a,n){return a(n)},xAwNY:function(a){return a()},scAbn:function(a,n){return a<n},nyAdv:function(a,n,s){return a(n,s)},EXTVW:function(a){return a()},DCvJQ:function(a,n){return a!==n},FSXVR:t(1111),HbrKu:function(a,n,s,l){return a(n,s,l)},uVvsf:function(a,n){return a!==n},AxbNZ:function(a,n,s){return a(n,s)},TMLOM:t(705)+t(762),iEcqf:t(435),EYZXi:"auto",qUzmf:function(a,n){return a==n},XVgxZ:"please p"+t(529)+t(824)+t(810)+t(1023)+t(1290)+"is undef"+t(1503),uVSZb:t(276)+"t",cmhwT:t(622)+"ediately reconnect",xWBIO:function(a,n){return a&n},wCFwq:function(a,n){return a(n)},mLqzX:function(a,n){return a(n)},pWitj:function(a,n){return a&n},oTbFJ:function(a,n){return a&n},SpbCW:t(692),rVKgZ:"tzume",eYadg:function(a,n){return a!==n},wPKsL:"OIMVW",ShdzI:"KEsSL",SGsEj:function(a,n){return a!==n},hbanm:function(a,n){return a!==n},YLVuf:t(733),tyenG:t(324),fDIqS:"bd_did",BrBOi:t(1064),fZNOp:function(a,n){return a==n},FvVsv:t(628),oLriv:function(a){return a()},QbNAp:function(a,n,s){return a(n,s)},vldSl:t(1742),oAkLh:t(729)+"0",CPVgQ:function(a,n,s){return a(n,s)},CzENa:function(a,n,s){return a(n,s)},FyGwq:function(a,n){return a>n},ssqmw:function(a,n){return a-n},LtJAh:function(a,n){return a(n)},ZTHKP:"FRONTIER>",SACQX:function(a,n){return a*n},mymsn:t(430),FKgoS:function(a,n,s){return a(n,s)},nssoa:function(a,n){return a!==n},tFFLK:"going aw"+t(1709)+t(276)+"ting ser"+t(626),afKNZ:"AhdpG",FoGzE:function(a,n){return a(n)},NahmD:t(440),KDWCN:function(a,n){return a!==n},DvHBa:t(908),egTNU:t(656),nZbOA:t(1331)+"0",bDgFw:function(a,n){return a>>>n},qGnod:function(a,n){return a>>>n},vQKqv:function(a,n){return a===n},bAcRF:function(a,n){return a===n},JVpzy:function(a,n){return a<n},ICUaJ:function(a,n){return a<n},RkTGc:function(a,n){return a&n},joPyd:function(a,n){return a!==n},sjCZm:function(a,n){return a!==n},oATmq:function(a,n){return a|n},MDJOI:function(a,n){return a+n},vAUFE:function(a,n){return a>>>n},FViQM:function(a,n){return a+n},ftvMF:function(a,n){return a|n},eMmZw:function(a,n){return a&n},LjqCK:t(1482),LMMQk:t(1149),uoiNY:t(1247),mLjgP:t(1470),yQezy:function(a,n,s){return a(n,s)},UyHmd:"going aw"+t(1355)+t(758)+t(1728),SnynZ:function(a,n){return a+n},OFYqe:t(269)+t(1110),BxMVT:function(a,n){return a===n},TBYLQ:function(a,n){return a===n},SPRQw:t(778)+t(749)+" valid d"+t(616)+t(537)+t(460)+t(1405)+t(1536)+t(272),phMTX:t(1533),QaMcd:function(a,n){return a!=n},LewIt:function(a,n){return a instanceof n},pMRxp:function(a,n){return a instanceof n},UJPxs:function(a,n){return a(n)},QpQAw:function(a,n){return a||n},UHUhm:function(a,n){return a instanceof n},iHYjo:t(1298),axDrO:t(937),KdCcB:function(a,n){return a!==n},cTUAB:"KYSCd",kCUrD:"iDIPe",gajXE:t(826),Vvpmd:t(1384),XpXrT:function(a,n){return a*n},CRKnL:t(1568),WeEhp:function(a,n){return a!=n},kWsUU:function(a,n){return a===n},DyqqK:t(404),EmJAO:t(253)+t(1086)+t(1208)+"pe",BYqcc:function(a,n){return a===n},BYElY:function(a,n){return a==n},IgOnf:function(a,n){return a!=n},csiNJ:function(a,n){return a===n},QxJcO:t(1717)+"rkerGlob"+t(809),omGvH:t(1410)+"orkerGlo"+t(986),dypJl:function(a,n){return a===n},lXrKv:function(a,n){return a!=n},tsoSA:function(a,n){return a!=n},KKAhT:function(a,n){return a!=n},puctJ:t(694)+"qos__"};zt.r(Pe),zt.d(Pe,{FWS:()=>Um,CustomErrorEvent:()=>fl,createCloseEvent:()=>_t,ReconnectEvent:()=>ul,createErrorEvent:()=>lt,decodedFrame:()=>sn,createOpenEvent:()=>wl,CustomCloseEvent:()=>hl,createReconnectEvent:()=>va,FrontierMessageEvent:()=>pl,encodeFrame:()=>Gt,createMessageEvent:()=>gl,OpenEvent:()=>ml,ErrorCode:()=>an,Event:()=>rr,MessageEvent:()=>xl});let r="";function i(a=""){let n=t,s="02",l=""+Date[n(1643)](),h=r||(r=e[n(232)](f,a)),p=Math.random()[n(813)](16)[n(978)](-6);return e[n(400)](s+l+h,p)}function o(){let a=t;if(e[a(1404)](e[a(634)],a(1004)))_0x5032b9+=e.Awzzg(_0x2ebb6f,_0x59d6af),_0x27d263+=2;else return e[a(400)](e[a(1659)](1e4,Date[a(1643)]()),Math[a(646)](e[a(1659)](1e4,Math[a(1637)]())))}function c(a){let n=t;return e[n(559)](e[n(232)](Array,8).join("0"),e[n(369)](parseInt,a,10)[n(813)](2))[n(978)](-8)}function d(a){let n=t;return e[n(400)](e[n(574)](Array,4)[n(900)]("0"),e[n(369)](parseInt,a,2)[n(813)](16)).slice(-4)}function u(a){let n=t,s=a[n(302)](/\./)[n(636)](p=>c(p)),l=[];return l[0]=e[n(1430)](d,e.alxKb(s[0],s[1])),l[1]=e[n(232)](d,e.pvAjY(s[2],s[3])),[n(1604),e.tgtJZ,e[n(1228)],"0000",e[n(1228)],n(567),l[0],l[1]].join("")}function f(a){let n=t;if(e[n(703)](e[n(914)],e[n(914)]))_0x5a9f99[n(1548)](_0xb79c98,_0x577f20),_0x1b8620[n(1548)](_0x30d6d7,_0x25bee5);else{let s=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/[n(264)](a),l=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/[n(264)](a);return s?u(a):l?e[n(1430)](x,a):e[n(1020)]}}function x(a){let n=t,s="",l=[],h=0,p=0,_=!0,E=e[n(1228)];if(e.BlRNc(a[n(1672)]("::"),-1)){let m=a[n(302)]("::");for(let L=0;e[n(1172)](L,m[n(693)]);L++){let j=m[L];if(j.indexOf(":")>0){let $=j.split(":");_&&(h=$.length),p+=$[n(693)];for(let Y=0;Y<$[n(693)];Y++)if($[Y][n(693)]!==4){let _e=E[n(1337)+"g"](0,e[n(219)](4,$[Y][n(693)])),et=_e.concat($[Y]);l.push(et)}else l[n(1419)]($[Y]);_=!1}else if(e[n(366)]===e[n(366)]){if(e[n(592)](4,j.length))if(e[n(703)](e[n(1732)],e[n(1544)])){let $=E[n(1337)+"g"](0,e[n(219)](4,j[n(693)])),Y=$[n(1253)](j);l[n(1419)](Y)}else return _0x18e649||(_0x2817b5=_0x327333.resolve()[n(502)](_0x5795db[n(719)](_0x38860d,e.EhOJQ))),_0x493ea2;else l[n(1419)](j);_&&(h+=1),p+=1,_=!1}else{if(e[n(1449)](4,_0x22dcd1[n(693)])){let $=_0x237304[n(1337)+"g"](0,4-_0x5c6617.length),Y=$[n(1253)](_0x3a5b34);_0x1eb269.push(Y)}else _0x3d3371[n(1419)](_0x1f13a5);_0x261fa3&&(_0x1cb2bf+=1),_0x5a9aac+=1,_0x18b6eb=!1}}let T="";for(let L=0;e[n(1172)](L,e[n(219)](8,p));L++)T=T[n(1253)](E);for(let L=0;L<l.length;L++)e[n(1437)](L,h)&&(s=s[n(1253)](T)),s=s[n(1253)](l[L]);return s}{let m=a.split(":");for(let T=0;e[n(1172)](T,m.length);T++)if(e[n(1437)](e[n(1537)],e[n(1537)])){let L=m[T];if(e.iTSRQ(4,m[T][n(693)])){let j=E.substring(0,e[n(1144)](4,m[T][n(693)])),$=j[n(1253)](L);s=s[n(1253)]($)}else s=s[n(1253)](L)}else{let L=this.high,j=this[n(1372)];return[e[n(399)](L,24),e[n(1736)](L>>>16,255),e[n(399)](L,8)&255,255&L,e[n(399)](j,24),e[n(1736)](e[n(399)](j,16),255),e[n(1489)](e[n(1060)](j,8),255),e[n(674)](255,j)]}return s}}function g(a,n){let s=t,l=a[s(542)];e.aFkWe(void 0,l)&&(e.IjVqL(pe,n,10),e[s(369)](z,n,l));let h=a[s(1473)];e[s(631)](void 0,h)&&(e[s(369)](pe,n,18),e[s(369)](z,n,h))}function w(a){let n=t,s={};e:for(;!e[n(1194)](K,a);){let l=e[n(232)](xe,a);switch(e.dfEMA(l,3)){case 0:break e;case 1:s[n(542)]=e[n(369)](C,a,e[n(499)](xe,a));break;case 2:s[n(1473)]=e[n(436)](C,a,e[n(216)](xe,a));break;default:e[n(369)](R,a,e.KcKtn(7,l))}}if(e[n(1404)](void 0,s[n(542)]))throw new Error(n(757)+"required"+n(333)+n(542));if(e[n(1573)](void 0,s[n(1473)]))throw new Error(e.yGoJz);return s}function S(a){let n=t,s=e[n(682)](P);return e[n(211)](y,a,s),M(s)}function y(a,n){let s=t,l=a[s(1484)];e[s(1610)](void 0,l)&&(e[s(369)](pe,n,8),e[s(436)](wt,n,l));let h=a[s(763)];if(e[s(1189)](void 0,h))if(e[s(802)]!==s(886))pe(n,16),e[s(211)](wt,n,h);else return this[s(1626)].protocol;let p=a[s(1305)];e.aFkWe(void 0,p)&&(e[s(369)](pe,n,24),e.BnBgc(wt,n,e[s(1370)](D,p)));let _=a[s(1491)];_!==void 0&&(e[s(1330)](pe,n,32),wt(n,e[s(1723)](D,_)));let E=a[s(1513)];if(e.gFnkc(void 0,E))for(let et of E){e[s(1105)](pe,n,42);let Tt=e[s(682)](P);e[s(211)](g,et,Tt),e[s(211)](pe,n,Tt[s(677)]),e[s(676)](H,n,Tt),e[s(1339)](O,Tt)}let m=a[s(1676)+s(960)];e[s(476)](void 0,m)&&(pe(n,50),z(n,m));let T=a[s(942)+"ype"];e[s(703)](void 0,T)&&(e.EsPHx(pe,n,58),e.TIOeW(z,n,T));let L=a[s(1662)];e[s(592)](void 0,L)&&(pe(n,66),pe(n,L[s(693)]),e[s(829)](oe,n,L));let j=a[s(1240)];e[s(1256)](void 0,j)&&(e[s(369)](pe,n,74),z(n,j));let $=a[s(1432)+"ming"];$!==void 0&&(e[s(744)](pe,n,82),e[s(1136)](z,n,$));let Y=a[s(1019)];e[s(703)](void 0,Y)&&(e[s(1713)](pe,n,90),e[s(1642)](z,n,Y));let _e=a[s(389)+"e"];_e!==void 0&&(e[s(211)](pe,n,96),wt(n,e[s(650)](D,_e)))}function v(a){let n=t;if(e[n(368)]===n(447))return e[n(910)](I,e[n(574)](B,a));{let{pingInterval:s,pingFrequency:l}=this[n(407)];if((e[n(1624)]("hi",_0x599fff[n(474)])&&e[n(1027)]===l||e.VBXki("auto",l))&&(this[n(1367)+n(1005)](),this[n(1391)](e[n(449)],e[n(1680)]),this["_pingPon"+n(544)+"Id"]=e[n(466)](_0x47f5a4,this._ping[n(719)](this),s)),e[n(229)]("hi",_0x2be402[n(474)]))return;try{e[n(372)](_0xbe8c65,this,_0x3ebeee,[_0x24719a,_0x3e7cf1,_0x1024b6,_0x95e446,_0x1b5783,_0x1c7460])}catch(h){let p=e[n(263)](_0x2154c2,e[n(959)],{message:h.message,code:_0x8363b3[n(221)+n(1055)],error:h});this[n(1648)+n(1276)+n(1379)](p)}}}function I(a){let n=t;if(e[n(788)](e[n(620)],e[n(620)]))this.on(_0x13d335,_0x2fce6d);else{let s={};e:for(;!e[n(469)](K,a);)if(e.dxmCL!==e[n(1578)]){let l=e[n(416)](xe,a);switch(l>>>3){case 0:break e;case 1:s[n(1484)]=kt(a,!0);break;case 2:s[n(763)]=e[n(653)](kt,a,!0);break;case 3:s[n(1305)]=e.Pfrmp(xe,a);break;case 4:s[n(1491)]=e.xVGjt(xe,a);break;case 5:if(e[n(631)](e[n(1452)],e[n(1452)]))_0xa724(_0x399601,10),e[n(829)](_0x2b815f,_0x8fc362,_0x5591bb);else{let h=e[n(1370)](A,a);(s[n(1513)]||(s[n(1513)]=[]))[n(1419)](e[n(1015)](w,a)),a[n(677)]=h;break}case 6:s["payloadE"+n(960)]=C(a,e[n(738)](xe,a));break;case 7:s[n(942)+n(1139)]=e[n(357)](C,a,e[n(1315)](xe,a));break;case 8:s.payload=e[n(436)](se,a,e[n(1068)](xe,a));break;case 9:s[n(1240)]=e[n(436)](C,a,xe(a));break;case 10:s[n(1432)+n(379)]=e[n(1642)](C,a,e[n(1148)](xe,a));break;case 11:s[n(1019)]=C(a,e[n(1430)](xe,a));break;case 12:s.frameType=e[n(1500)](xe,a);break;default:e[n(211)](R,a,7&l)}}else _0x132454=e[n(1584)](e.qoNPL(e[n(1736)](31,_0x23d68b),6),e[n(1489)](63,_0x4f73ba)),e[n(1172)](_0x3b5139,128)?_0x468f96+=_0x41433f:(_0x14a8f3+=e[n(1500)](_0x459f43,_0x5a7fdf),_0x1478d7++);if(s[n(1484)]===void 0)throw new Error(e[n(506)]);if(e[n(1404)](void 0,s.LogID))throw new Error(e[n(337)]);if(e[n(962)](void 0,s.service))throw new Error(n(757)+"required"+n(333)+n(1305));if(e[n(696)](void 0,s[n(1491)]))throw new Error(e[n(1390)]);return s}}function A(a){let n=t,s=e[n(973)](xe,a),l=a.limit;return a[n(677)]=e[n(834)](a[n(1030)],s),l}function R(a,n){let s=t;if(e.fYaul(s(835),e[s(685)]))switch(n){case 0:for(;e[s(402)](128,e[s(923)](ee,a)););break;case 2:e[s(1425)](V,a,e[s(971)](xe,a));break;case 5:e[s(369)](V,a,4);break;case 1:e[s(1425)](V,a,8);break;default:throw new Error(e[s(1260)](e.RpKIj,n))}else return this._ws?this[s(1585)].binaryType:this["_binaryT"+s(1139)]}function D(a){return a|=0,{low:a,high:a>>31,unsigned:a>=0}}let b=[];function P(){let a=t,n=b.pop();return n?(n[a(1030)]=n[a(677)]=0,n):{bytes:new Uint8Array(64),offset:0,limit:0}}function O(a){b[t(1419)](a)}function B(a){let n=t;if(e[n(1397)](e[n(314)],e.LOBrD))return{bytes:a,offset:0,limit:a.length};this[n(1309)+"er"]&&_0xdb6f06[n(1056)+"entListener"](e[n(1571)],this[n(1580)+n(1279)]),this[n(1309)+"er"]&&_0x534c34[n(1056)+n(520)+"ner"](e[n(1398)],this["_handleP"+n(961)]),this[n(326)]()}function M(a){let n=t,s=a[n(214)],l=a[n(677)];return e[n(1573)](s.length,l)?s:s[n(918)](0,l)}function V(a,n){let s=t;if(e[s(279)](a[s(1030)]+n,a[s(677)]))throw new Error(s(1698)+s(1439));a.offset+=n}function K(a){let n=t;return e[n(355)](a[n(1030)],a.limit)}function re(a,n){let s=t,l={wDDga:function(h,p){return e[F(1584)](h,p)},bmsFE:function(h,p){return h>>p},WBeTF:function(h,p){return h&p},miXmG:function(h,p){return e[F(1519)](h,p)}};if(e[s(215)](s(1186),e.ZxjRf)){let h=a[s(214)],p=a[s(1030)],_=a[s(677)],E=e[s(220)](p,n);if(e.FzCOs(E,h[s(693)]))if(e[s(652)]===e.QMgJI)_0x2b8dbf[_0xf2dbec++]=l[s(861)](l[s(863)](_0x2a8573,12),224),_0x2d057e[_0x165ef6++]=l[s(1225)](l[s(515)](_0x3ca33b,6),63)|128,_0x122eca[_0x36ada8++]=l.wDDga(l[s(1225)](63,_0x3315ab),128);else{let m=new Uint8Array(e[s(538)](2,E));m.set(h),a[s(214)]=m}return a[s(1030)]=E,e[s(279)](E,_)&&(a[s(677)]=E),p}else return new _0x1b7f77(_0x14769f,{data:_0x2abd46})}function X(a,n){let s=t,l=a[s(1030)];if(l+n>a[s(677)])throw new Error(s(1073)+s(1439));return a[s(1030)]+=n,l}function se(a,n){let s=t,l=e[s(369)](X,a,n);return a[s(214)][s(918)](l,e[s(559)](l,n))}function oe(a,n){let s=t,l=e[s(1642)](re,a,n[s(693)]);a[s(214)][s(1548)](n,l)}function C(a,n){let s=t,l=X(a,n),h=String[s(941)+s(958)],p=a[s(214)],_="\uFFFD",E="";for(let m=0;e[s(1172)](m,n);m++){let T=p[m+l],L,j,$,Y;e.GuFqj(128,T)===0?E+=e[s(1370)](h,T):e[s(348)](e[s(402)](224,T),192)?e[s(525)](e[s(400)](m,1),n)?E+=_:(L=p[e[s(589)](e.DfhZN(m,l),1)],e[s(788)](e.KorsI(192,L),128)?E+=_:(Y=e[s(853)](e[s(748)](e[s(674)](31,T),6),e.Etmbi(63,L)),e[s(395)](Y,128)?E+=_:(E+=h(Y),m++))):e[s(1373)](e[s(402)](240,T),224)?e[s(887)](e[s(834)](m,2),n)?E+=_:(L=p[e.fLOof(m+l,1)],j=p[e[s(220)](m+l,2)],e[s(1540)](e[s(745)](L|e[s(311)](j,8),49344),32896)?E+=_:(Y=e[s(853)](e[s(853)](e[s(1523)](15&T,12),e[s(748)](e[s(1312)](63,L),6)),e[s(451)](63,j)),Y<2048||Y>=55296&&Y<=57343?E+=_:(E+=e.IGVah(h,Y),m+=2))):e[s(1373)](e[s(1215)](248,T),240)?e.JAGNs(e[s(589)](m,3),n)?E+=_:(L=p[e.qJlRZ(e.thunp(m,l),1)],j=p[e[s(1445)](m+l,2)],$=p[e[s(980)](e[s(589)](m,l),3)],e[s(1344)](e[s(1241)](e[s(853)](L,e[s(551)](j,8))|e.SflIv($,16),12632256),8421504)?E+=_:(Y=e.vXswu(e[s(1584)](e[s(953)](e[s(1313)](7,T)<<18,e.VjUrt(e[s(1365)](63,L),12)),e[s(1291)](63,j)<<6),e[s(890)](63,$)),e[s(395)](Y,65536)||e[s(463)](Y,1114111)?E+=_:(Y-=65536,E+=e.VHYgs(h,e[s(1221)](e[s(1519)](Y,10),55296),e.qiUKM(1023&Y,56320)),m+=3))):E+=_}return E}function z(a,n){let s=t,l={sqJHt:function(m,T,L){return m(T,L)}},h=n[s(693)],p=0;for(let m=0;m<h;m++){let T=n[s(1534)+"At"](m);T>=55296&&T<=56319&&e[s(831)](e.mjzHN(m,1),h)&&(T=e[s(1144)](e[s(1576)](e[s(1523)](T,10),n.charCodeAt(++m)),56613888)),p+=T<128?1:e[s(1172)](T,2048)?2:e[s(289)](T,65536)?3:4}pe(a,p);let _=re(a,p),E=a.bytes;for(let m=0;e.cZPjd(m,h);m++)if(e[s(439)](e.NGrji,"qAqkx")){let T=xwztad.sqJHt(_0x519d2c,_0x1e9053,_0x1007d8[s(693)]);_0x258726[s(214)][s(1548)](_0x3412f5,T)}else{let T=n[s(1534)+"At"](m);e[s(525)](T,55296)&&e.BkhKg(T,56319)&&e[s(395)](e[s(1442)](m,1),h)&&(T=e[s(1693)](e[s(1308)](e[s(1065)](T,10),n[s(1534)+"At"](++m)),56613888)),T<128?E[_++]=T:(e[s(395)](T,2048)?E[_++]=e.vXswu(e[s(566)](e[s(1251)](T,6),31),192):(T<65536?E[_++]=e[s(1584)](e[s(890)](e[s(915)](T,12),15),224):(E[_++]=e.Bxygc(e[s(1617)](e[s(915)](T,18),7),240),E[_++]=e[s(1584)](e[s(890)](T>>12,63),128)),E[_++]=e[s(458)](e[s(384)](e[s(1175)](T,6),63),128)),E[_++]=e[s(1526)](e[s(572)](63,T),128))}}function H(a,n){let s=t,l=re(a,n[s(677)]),h=a.bytes,p=n.bytes;for(let _=0,E=n[s(677)];e[s(1457)](_,E);_++)h[e[s(1347)](_,l)]=p[_]}function ee(a){let n=t;if(e[n(1640)](e[n(301)],e.FsOJD)){let s={oknxt:function(E,m){return e[n(298)](E,m)},nCjlH:function(E,m){return e[n(1071)](E,m)},HBuCy:function(E,m){return E(m)},IxhMa:function(E,m){return e[n(1347)](E,m)},AYsar:function(E,m){return e.HWXOx(E,m)},EIRsl:function(E,m){return e[n(1647)](E,m)},xmJLM:function(E,m){return e[n(1347)](E,m)},zRXnn:function(E,m){return e[n(458)](E,m)}},l=e[n(1694)](_0x48303d,8192),h=e[n(704)](l,1),p=null,_=l;return function(E){let m=n;if(s[m(1353)](E,1)||s[m(422)](E,h))return s[m(1498)](_0x4ee787,E);s[m(876)](_,E)>l&&(p=s.AYsar(_0x105c8f,l),_=0);let T=_0x26b669[m(1102)](p,_,_+=E);return s[m(315)](7,_)&&(_=s[m(284)](s[m(242)](7,_),1)),T}}else return a[n(214)][e[n(1330)](X,a,1)]}function Ye(a,n){let s=t,l=re(a,1);a[s(214)][l]=n}function xe(a){let n=t,s=0,l=0,h;do h=ee(a),e[n(1035)](s,32)&&(l|=e.SflIv(e.ZvysG(127,h),s)),s+=7;while(e[n(1241)](128,h));return l}function pe(a,n){let s=t;for(n>>>=0;n>=128;)Ye(a,e[s(1647)](127,n)|128),n>>>=7;Ye(a,n)}function kt(a,n){let s=t,l={Iqdxs:function(m,T,L){return e[F(239)](m,T,L)},pdhvz:"error",duDqX:function(m,T){return e.ELRni(m,T)}},h=0,p=0,_=0,E;if(E=e.GynXn(ee,a),h=e[s(603)](127,E),e[s(342)](128,E)&&(E=e[s(216)](ee,a),h|=e[s(1313)](127,E)<<7,e[s(1551)](128,E)&&(E=e[s(973)](ee,a),h|=e.uhAGH(e[s(1441)](127,E),14),e.ZvysG(128,E)&&(E=e[s(438)](ee,a),h|=e.XuVnU(127&E,21),e[s(451)](128,E))))){if(e[s(229)](s(1416),e[s(640)])){let m=this[s(530)+s(1238)]?.[s(594)+"chMaxTries"](),T=this[s(530)+s(1238)]?.[s(573)+s(858)+"nt"]();if(m&&!_0x5d1d95[s(689)]){let L=s(1705)+T+(s(1248)+s(819)+s(1026)+"ed");this[s(1648)+s(1276)+s(1379)](l[s(781)](_0x288b38,l[s(477)],{message:L,code:_0x34af73[s(1650)+s(1211)+"R"],error:_0xba17aa}));return}this[s(1585)]&&l[s(1167)](this._ws[s(421)+"te"],this[s(838)])&&this[s(663)+s(679)](),this[s(1648)+s(1276)+"ent"](l.Iqdxs(_0x47263c,l[s(477)],{message:_0x434f41.message,code:_0x19739f[s(1435)+"RROR"],error:_0x40e4c8}))}else if(E=e[s(910)](ee,a),p=e[s(1427)](127,E),e.KorsI(128,E)&&(E=ee(a),p|=e[s(1296)](127,E)<<7,128&E&&(E=ee(a),p|=e[s(240)](e.bBldD(127,E),14),e[s(1567)](128,E)))){if(e[s(1610)](e[s(1382)],e[s(1382)]))_0x399e18[_0x27f70c++]=e[s(458)](e[s(338)](e[s(1519)](_0x255f6d,18),7),240),_0x200f3c[_0x16a9dd++]=e[s(953)](e[s(1551)](e[s(1251)](_0x1127da,12),63),128);else if(E=e[s(1194)](ee,a),p|=e[s(481)](127&E,21),128&E)if(e.gyuFd(e[s(1126)],e[s(841)]))E=e[s(1130)](ee,a),_=e.vfQxh(127,E),e[s(1182)](128,E)&&(E=e[s(1535)](ee,a),_|=e[s(748)](e[s(1277)](127,E),7));else return _0x4076dc[s(941)+s(958)](e[s(1070)](255,this[s(1372)]),e[s(704)](this[s(1372)],8)&255,e[s(572)](e[s(1134)](this[s(1372)],16),255),e[s(790)](this.low,24),e[s(1647)](255,this[s(836)]),e.YIraQ(this[s(836)],8)&255,e.Etmbi(e.FWAeL(this.high,16),255),this[s(836)]>>>24)}}return{low:e[s(1584)](h,e[s(311)](p,28)),high:e[s(950)](e[s(790)](p,4),e.OMZcf(_,24)),unsigned:n}}function wt(a,n){let s=t,l=e[s(790)](n.low,0),h=e[s(953)](e[s(1060)](n[s(1372)],28),e[s(1523)](n[s(836)],4))>>>0,p=n[s(836)]>>>24,_=e[s(1624)](0,p)?h===0?e[s(1401)](l,16384)?e[s(1358)](l,128)?1:2:e[s(1035)](l,2097152)?3:4:e[s(467)](h,16384)?e.eicaY(h,128)?5:6:e.WLQbE(h,2097152)?7:8:p<128?9:10,E=e[s(1330)](re,a,_),m=a.bytes;switch(_){case 10:m[e[s(1347)](E,9)]=p>>>7&1;case 9:m[e[s(1260)](E,8)]=e[s(926)](9,_)?e[s(1681)](128,p):e[s(916)](127,p);case 8:m[E+7]=e.gyuFd(8,_)?e[s(812)](e[s(1332)](h,21),128):e.cZBNh(h,21)&127;case 7:m[e[s(1588)](E,6)]=e[s(259)](7,_)?e.wqKwQ(e[s(704)](h,14),128):e[s(257)](e.cZBNh(h,14),127);case 6:m[e[s(1093)](E,5)]=e.tKQuY(6,_)?e[s(974)](e.DtZhL(h,7),128):e[s(1712)](h,7)&127;case 5:m[E+4]=e[s(1562)](5,_)?e[s(950)](128,h):e[s(701)](127,h);case 4:m[E+3]=_!==4?e.FWAeL(l,21)|128:e[s(1191)](e[s(1050)](l,21),127);case 3:m[e[s(1093)](E,2)]=e[s(1668)](3,_)?l>>>14|128:e[s(1215)](e[s(718)](l,14),127);case 2:m[e[s(808)](E,1)]=e.cLZaM(2,_)?e[s(1558)](e[s(255)](l,7),128):e[s(794)](e[s(1376)](l,7),127);case 1:m[E]=_!==1?e[s(950)](128,l):127&l}}function sn(a){return e[t(217)](v,a)}function Gt(a){let n=t;if(e[n(414)]!==e[n(755)])return e[n(434)](S,a);this._listeners={}}let on=65536,Qr=e[t(243)],we=e.oPWHI(on,on),ke=e[t(470)](we,we),nr=ke/2,Le=String[t(957)+"e"][t(1534)+"At"];class he{constructor(n,s,l){let h=t;this[h(995)]=!0,this[h(1372)]=e[h(817)](0,n),this.high=e[h(1627)](0,s),this[h(1737)]=!!l}static[t(995)](n){let s=t;return n&&e[s(1368)](!0,n[s(995)])}static[t(708)](n,s,l){let h=t;if(e.EqnCZ(e[h(1377)],h(563)))return new he(n,s,l);_0x354c97[h(1008)](_0x2d6a70)}static fromBytes(n,s,l){let h=t;return l?he[h(1231)+h(1262)](n,s):he["fromByte"+h(283)](n,s)}static[t(1231)+t(1262)](n,s){let l=t;return new he(e[l(1207)](e.ihVhY(e[l(1207)](n[0],n[1]<<8),e.FUSTu(n[2],16)),e.XuVnU(n[3],24)),e[l(1357)](e.Vlzvx(e[l(1467)](n[4],e.uhAGH(n[5],8)),e[l(1204)](n[6],16)),n[7]<<24),s)}static[t(1231)+"sBE"](n,s){let l=t;return new he(e[l(521)](e[l(1467)](n[4]<<24,e.npqOh(n[5],16)),e.OMZcf(n[6],8))|n[7],e[l(789)](e[l(1154)](e[l(1311)](e[l(481)](n[0],24),e.SflIv(n[1],16)),e[l(657)](n[2],8)),n[3]),s)}static[t(1615)](n){let s=t;return e[s(1573)](n,Qr)?ll:new he(e.cjjpy(e[s(700)](e[s(851)](e[s(911)](Le[s(1102)](n,0),e[s(657)](Le.call(n,1),8)),e[s(1065)](Le[s(1102)](n,2),16)),e.SflIv(Le[s(1102)](n,3),24)),0),e[s(1354)](e[s(1357)](e.kODrm(Le[s(1102)](n,4),e[s(657)](Le[s(1102)](n,5),8)),e.TkBOe(Le[s(1102)](n,6),16))|e[s(1065)](Le[s(1102)](n,7),24),0),!0)}toHash(){let n=t;return String["fromChar"+n(958)](e[n(1602)](255,this.low),e[n(1084)](e[n(909)](this[n(1372)],8),255),e[n(745)](e[n(1050)](this[n(1372)],16),255),e[n(1e3)](this.low,24),e[n(1013)](255,this[n(836)]),e[n(603)](e[n(909)](this[n(836)],8),255),e.AppWH(e.NnlCT(this[n(836)],16),255),e[n(565)](this[n(836)],24))}static fromNumber(n,s=!0){let l=t;if(isNaN(n))return s?Xp:ll;if(s){if(n>=ke)return em}else{if(n<=-nr)return tm;if(e[l(887)](e[l(834)](n,1),nr))return Qp}return he[l(708)](e[l(1128)](e[l(485)](n,we),0),e[l(1584)](e.XgsXv(n,we),0),s)}[t(319)](){let n=t,s={VUWpt:function(l,h){return e[F(1638)](l,h)},FRcgW:function(l,h,p,_){return e[F(1739)](l,h,p,_)}};if(e[n(439)](e[n(1083)],n(999)))return this[n(1737)]?e[n(976)](e.jEtEN(this[n(836)],0)*we,this[n(1372)]>>>0):e[n(834)](e[n(295)](this[n(836)],we),e.LnXkl(this.low,0));{let l=new _0x34757c(s[n(697)](_0x47711a,_0x59fb3a));return s[n(332)](_0x22897c,_0x30b9c8,l,0),l}}[t(1572)](){let n=t;return e[n(348)](0,this[n(836)])&&this[n(1372)]===0}[t(1334)](n){let s=t;he[s(995)](n)||(n=he[s(1378)+"er"](n));let l=e[s(399)](this[s(836)],16),h=e[s(1587)](65535,this[s(836)]),p=e[s(1050)](this.low,16),_=65535&this.low,E=n.high>>>16,m=65535&n[s(836)],T=e[s(1565)](n[s(1372)],16),L=e[s(384)](65535,n[s(1372)]),j=0,$=0,Y=0,_e=0;return _e+=e[s(1093)](_,L),Y+=e[s(1686)](_e,16),_e&=65535,Y+=e.SZZQW(p,T),$+=e[s(718)](Y,16),Y&=65535,$+=e[s(1576)](h,m),j+=e.YIraQ($,16),$&=65535,j+=e[s(609)](l,E),j&=65535,he[s(708)](e[s(1412)](Y<<16,_e),e[s(363)](e[s(1523)](j,16),$),this[s(1737)])}[t(1002)](n){let s=t;return he.isLong(n)||(n=he[s(1378)+"er"](n)),this[s(1737)]!==n[s(1737)]&&e.lvfeB(this.high,31)===1&&e[s(215)](e[s(1270)](n[s(836)],31),1)?!1:e.KnLON(this[s(836)],n[s(836)])&&e[s(215)](this[s(1372)],n[s(1372)])}[t(1597)](){let n=t;return e[n(1404)](-1,this[n(1372)])&&e[n(296)](-1,this[n(836)])?he[n(708)](0,0,this[n(1737)]):this.low===-1?he.fromBits(0,e[n(480)](this[n(836)],1),this[n(1737)]):he[n(708)](e[n(684)](this.low,1),this[n(836)],this.unsigned)}[t(943)](n){return n?this[t(1171)+"E"]():this.toBytesBE()}[t(1171)+"E"](){let n=t;if(e[n(1181)](e[n(478)],e[n(716)])){let s=this[n(836)],l=this[n(1372)];return[e[n(711)](255,l),e.sgEZQ(l,8)&255,e[n(1044)](e.SwFyc(l,16),255),l>>>24,e[n(1602)](255,s),e[n(399)](s,8)&255,e[n(1277)](e.UUkpm(s,16),255),s>>>24]}else e[n(1068)](_0xa68758,this[n(1512)+n(678)+n(441)]),this["_connect"+n(678)+n(441)]=null}[t(987)+"E"](){let n=t,s=this[n(836)],l=this[n(1372)];return[e[n(473)](s,24),e[n(1013)](s>>>16,255),e[n(1296)](e[n(607)](s,8),255),255&s,e.OLBES(l,24),e[n(572)](l>>>16,255),e.UUkpm(l,8)&255,e[n(1312)](255,l)]}}let ll=new he(0,0,!1),Xp=new he(0,0,!0),Qp=he[t(708)](-1,2147483647,!1),em=he.fromBits(-1,-1,!0),tm=he[t(708)](0,-2147483648,!1);var an=(function(a){let n=t,s=e[n(1328)][n(302)]("|"),l=0;for(;;){switch(s[l++]){case"0":return a;case"1":a[a.OPEN_ERROR=5005]=n(966)+"OR";continue;case"2":a[a[n(1435)+n(1657)]=5001]=e[n(1369)];continue;case"3":a[a[e.zMBHC]=5003]=e[n(387)];continue;case"4":a[a[n(221)+n(1055)]=5004]=n(221)+"ERROR";continue;case"5":a[a[e[n(1646)]]=5002]=e[n(1646)];continue}break}})({});class rr{constructor(n){let s=t;this[s(747)]=n,this.target=null}}class ul extends rr{constructor(n,s){let l=t;super(n),this[l(689)]=s&&s[l(689)]||null}}class fl extends rr{constructor(n,s){let l=t,h={EheIM:function(p,_){return e[F(1011)](p,_)},GaBcI:e.VGuJH,twwZW:e[l(1306)],HKaYV:e[l(1336)]};if(e[l(1669)](e[l(1612)],e[l(351)]))_0x522b71.r=p=>{let _=l;TYhTDk.EheIM(TYhTDk.GaBcI,typeof _0x1063c8)&&_0x383700[_(813)+_(975)]&&_0x1d63a1["definePr"+_(1385)](p,_0x576f5e[_(813)+_(975)],{value:TYhTDk[_(1034)]}),_0x222f0a[_(1098)+_(1385)](p,TYhTDk.HKaYV,{value:!0})};else{let p=("2|4|5|1|"+l(641))[l(302)]("|"),_=0;for(;;){switch(p[_++]){case"0":this[l(1018)]=s&&s[l(1018)]||5001;continue;case"1":this[l(1170)]=s&&s.filename||"";continue;case"2":super(n);continue;case"3":this[l(689)]=s&&s[l(689)]||"";continue;case"4":this[l(905)]=s&&s[l(905)]||null;continue;case"5":this.colno=s&&s.colno||0;continue;case"6":this.lineno=s&&s[l(1464)]||0;continue}break}}}}class hl extends rr{constructor(n,s){let l=t;super(n),this[l(1018)]=s&&s[l(1018)]||0,this[l(827)]=s&&s[l(827)]||"",this.wasClean=s&&s[l(312)]||!1,this[l(1485)+"nnect"]=s&&s[l(1485)+l(1465)]||!1}}class xl extends rr{constructor(n,s){let l=t;super(n),this[l(474)]=s&&s[l(474)]||null}}class pl extends xl{constructor(n,s){let l=t;super(n),this[l(474)]=s&&s[l(474)]||null,this[l(689)]=s&&s[l(689)]||null}}class ml extends rr{constructor(n,s){let l=t;if(e[l(527)](e[l(328)],e.gZalS))super(n),this[l(474)]=s&&s[l(474)]||null;else return this[l(683)+"s"][this[l(287)+l(888)]]}}function lt(a,{message:n,code:s,error:l}){return new fl(a,{message:n,code:s,error:l})}function _t(a,{code:n,reason:s,wasClean:l,willReconnect:h}){return new hl(a,{code:n,reason:s,wasClean:l,willReconnect:h})}function gl(a,{data:n,message:s}){return new pl(a,{data:n,message:s})}function wl(a,{data:n}){return new ml(a,{data:n})}function va(a,{message:n}){let s=t;if(e[s(1109)]===e.hKlEv)e[s(1500)](_0x288379,this[s(606)+"lTimeoutId"]),this[s(606)+s(1114)+"Id"]=e.OkBRd(_0x4e536c,()=>{this["flushExp"+s(1613)]()},this._interval);else return new ul(a,{message:n})}class _l{constructor(n,s){let l=t;e[l(1522)](e[l(1392)],e[l(612)])?(this[l(995)]=!0,this.low=e[l(1412)](0,_0x284f7f),this[l(836)]=e[l(1371)](0,_0x16d65d),this[l(1737)]=!!_0x2e507c):(this[l(683)+"s"]=n,this.maxRetries=s,this[l(287)+"ndex"]=0,this[l(629)+l(1591)+l(487)+"t"]=0)}[t(448)+"pointCon"+t(288)](){let n=t;this[n(287)+n(888)]=0,this["currentE"+n(1591)+n(487)+"t"]=0}[t(932)+"es"](){let n=t;this[n(629)+n(1591)+n(487)+"t"]=0}[t(573)+t(858)+"nt"](){let n=t;return this[n(683)+"s"][this[n(287)+n(888)]]}[t(573)+t(858)+"ntTriesC"+t(354)](){let n=t;if(e[n(1530)](e[n(1161)],n(425)))_0x36da46=_0x54f5c1(_0x341af9),_0x40d427|=e.VjUrt(127&_0x7cba43,21),e[n(890)](128,_0x32f9f0)&&(_0x42259d=_0x5bebbc(_0x1e1546),_0x31ecf3=127&_0x2ef00f,e[n(794)](128,_0x279e35)&&(_0x5a038b=e.VlXxq(_0x4a4620,_0xe7517f),_0x3880d5|=e[n(551)](e[n(1312)](127,_0x2eba7d),7)));else return this[n(629)+n(1591)+n(487)+"t"]}[t(594)+"chMaxTries"](){let n=t,s={cyyyV:function(l,h){return e[F(459)](l,h)},QLBDT:function(l,h){return e[F(1608)](l,h)},wfwrb:function(l,h){return l&h},WRJGa:function(l,h){return e.RIpJS(l,h)},mIggF:function(l,h){return e[F(834)](l,h)}};if(e[n(1135)](e[n(1195)],e[n(1383)]))return!!(e[n(887)](this["currentI"+n(888)],this[n(683)+"s"][n(693)])||e.KmUZT(this[n(287)+n(888)],e[n(219)](this[n(683)+"s"][n(693)],1))&&e[n(292)](this[n(629)+n(1591)+"riesCount"],this[n(418)+"es"]));_0x21172c=_0x1ddd40[n(1534)+"At"](_0x596991),s[n(1426)](_0x3da6f6,128)?_0x482aa4+=1:_0x197015<2048?_0x4660bc+=2:s[n(246)](s[n(210)](64512,_0x1dc96f),55296)&&s[n(246)](s[n(625)](64512,_0x55dab0.charCodeAt(s[n(1447)](_0x45245b,1))),56320)?(++_0x33cd8e,_0x3b6f2d+=4):_0x58f524+=3}[t(322)+t(798)+t(956)+"hedMaxRe"+t(855)](){let n=t,s={dYfZi:function(l,h,p){return e[F(1409)](l,h,p)}};if(e[n(1703)](e.vDiRm,e.vDiRm))dnmXMb[n(938)](_0x340dc1,_0x5933ea,32),dnmXMb[n(938)](_0x3836ae,_0x2373cc,_0x1e4be5(_0x4f26c5));else return e[n(488)](this[n(287)+n(888)],this.endpoints[n(693)])?!0:this[n(629)+n(1591)+n(487)+"t"]>this[n(418)+"es"]}[t(903)+t(1428)+t(392)+"UpdateCo"+t(866)](){let n=t;return this[n(629)+n(1591)+n(487)+"t"]=1,this["currentI"+n(888)]++,this[n(683)+"s"][this[n(287)+"ndex"]]}["getCurre"+t(858)+t(405)+t(1727)](){let n=t;return this[n(629)+n(1591)+n(487)+"t"]++,this[n(573)+n(858)+"nt"]()}}let ir=(e[t(1011)](e[t(695)],typeof globalThis)&&e[t(362)](e[t(471)],globalThis[t(1039)+t(1203)].name)||e.WeEhp("undefined",typeof window)&&e[t(1422)](e.CRKnL,window[t(1039)+"tor"][t(371)]))&&e.VGuJH!=typeof document,Cn=e.VGuJH!=typeof globalThis&&(e[t(411)]===globalThis[t(1039)+t(1203)].name||e[t(362)](e[t(261)],globalThis[t(1039)+"tor"].name))&&e[t(695)]!=typeof tt,ei=(e[t(695)]!=typeof globalThis&&e[t(231)](e[t(411)],globalThis[t(1039)+"tor"][t(371)])||e[t(1509)](e[t(695)],typeof globalThis)||e.VGuJH!=typeof globalThis&&!!globalThis[t(796)+t(618)])&&e[t(695)]!=typeof wx,ti=e[t(1252)]("undefined",typeof globalThis)&&(e[t(874)](e[t(261)],globalThis[t(1039)+t(1203)][t(371)])||e[t(1666)](e.QxJcO,globalThis[t(1039)+t(1203)].name)||e[t(229)](e[t(1735)],globalThis[t(1039)+t(1203)].name))&&e[t(695)]!=typeof self,nm=e[t(695)]!=typeof globalThis&&e.dypJl(t(404),globalThis[t(1039)+t(1203)][t(371)])&&e[t(913)](e.VGuJH,typeof global)&&e[t(411)]===global[t(1039)+t(1203)][t(371)]&&e.tsoSA(e[t(695)],typeof process)&&!!process.version;class Sa{constructor(){let n=t;this[n(584)+"rs"]={}}[t(1391)](n,...s){let l=t,h=this[l(584)+"rs"][n];if(h)h[l(978)]()[l(1711)](p=>p.fn.apply(p[l(571)],s));else if(e.VtYjS(e[l(959)],n)&&!this.onerror){if(e.ocIeU(e[l(597)],"JAfte"))return _0x65797d?this.toBytesLE():this.toBytesBE();{let p=s[l(693)]&&s[0];if(e[l(1300)](p,Error))throw p;let _=new Error(e.mjzHN(l(1090)+l(1514),p?e[l(1159)](e[l(1630)](" (",p[l(689)]),")"):""));throw _[l(1261)]=p,p}}return this}[t(673)](n,s){let l=t;if(e[l(675)](void 0,n))this[l(584)+"rs"]={};else if(e[l(296)](void 0,s))this[l(584)+"rs"][n]=null;else if(e[l(1666)](e[l(775)],e[l(775)])){let h=this[l(584)+"rs"][n];if(h)for(let p=0;e[l(289)](p,h[l(693)]);)e[l(1640)](h[p].fn,s)?h[l(590)](p,1):++p}else return!!(e[l(525)](this[l(287)+"ndex"],this.endpoints[l(693)])||e[l(1573)](this[l(287)+l(888)],this[l(683)+"s"][l(693)]-1)&&e[l(1437)](this[l(629)+l(1591)+l(487)+"t"],this[l(418)+"es"]));return this}on(n,s,l){let h=t;return(this[h(584)+"rs"][n]||(this[h(584)+"rs"][n]=[])).push({fn:s,ctx:l||this}),this}}class rm extends Sa{_formatErrorMessage(n){let s=t;return n[s(1633)]||n[s(1496)]?("message: "+(n[s(1633)]||"")+s(669)+(n.errNo||"")).trim():JSON[s(1138)+"y"](n)}constructor(n,s,l){let h=t;if(e.gNoRk(e[h(1725)],h(410)))return e.JAGNs(_0x14da37[h(1030)],_0x4986a7.limit);super(),this[h(1626)]=null,ei&&wx["connectS"+h(517)]&&(this[h(1626)]=wx[h(500)+"ocket"]({url:n,protocols:s,header:l,fail:this["_createS"+h(1200)+h(281)].bind(this),success:this["_createS"+h(507)+h(1527)+"ler"][h(719)](this)})),Cn&&tt[h(500)+h(517)]&&(this._socket=tt[h(500)+"ocket"]({url:n,protocols:s,header:l,fail:this[h(1032)+h(1200)+h(281)][h(719)](this),success:this["_createSocketSuccessHand"+h(1269)].bind(this)}))}[t(1032)+"ocketSuc"+t(1527)+t(1269)](){let n=t;Promise[n(771)]().then(()=>{let s=n;this[s(902)+s(445)]()})}[t(1032)+t(1200)+t(281)](n){let s=t,l={iULZJ:function(h,p,_){return h(p,_)},KWUKv:e.DGbfE};Promise[s(771)]().then(()=>{let h=s,p=l[h(1042)](lt,"error",{message:this[h(1017)+h(388)+h(715)](n)});this[h(1391)]("error",p);let _=l.iULZJ(_t,h(326),{reason:this[h(1017)+"rrorMess"+h(715)](n)});this.emit(l[h(1012)],_)})}[t(902)+t(445)](){let n=t,s={oWUSV:function(l,h,p){return e[F(1058)](l,h,p)},ErRZF:e[n(1468)],CInfA:n(905)};this._socket[n(662)](l=>{let h=n;this[h(1391)](h(1307),e.VHYgs(wl,e[h(236)],{...l,data:l[h(1633)]||""}))}),this[n(1626)][n(850)](l=>{this.emit("close",s.oWUSV(_t,"close",{...l}))}),this._socket[n(364)+"e"](l=>{let h=n;this[h(1391)](h(689),gl(s[h(306)],{...l}))}),this[n(1626)][n(228)](l=>{let h=n;this[h(1391)](s[h(1324)],s[h(917)](lt,h(905),{...l,message:l[h(1633)]||""}))})}[t(238)](n){let s=t;if(e[s(1300)](n,Uint8Array)){let l=n[s(732)][s(978)](n[s(535)+"et"],n.byteLength+n[s(535)+"et"]);this[s(1626)]&&this[s(1626)][s(238)]({data:l,fail:h=>{let p=s;this[p(1391)](e[p(959)],lt(e[p(959)],{message:this[p(1017)+p(388)+p(715)](h)}))}})}else this[s(1626)]&&this._socket[s(238)]({data:n,fail:l=>{let h=s,p={sbPFT:function(_,E){return _<=E},nBwDx:e[h(1142)],yGpdc:function(_,E){return e[h(609)](_,E)}};if(e[h(1562)](e[h(1021)],e[h(1076)]))this.emit(e[h(959)],e.EezGW(lt,e[h(959)],{message:this["_formatErrorMess"+h(715)](l)}));else return p[h(1436)](_0x447adf,_0x139bb5)?_0x5e72e8[h(1517)](new _0x2bdecb(p[h(951)])):(_0x114830=_0x227358,_0x575aeb===_0x3f3469.length?_0xf25fef[h(771)]():_0x19e206[_0x3b247c].bind(_0x143244)(_0x36abda,_0x4317fa.bind(null,p.yGpdc(_0x2ed912,1))))}})}close(n,s){let l=t;this[l(1626)]&&this[l(1626)][l(326)]({code:n,reason:s})}[t(1731)+t(213)](n,s){this.on(n,s)}[t(1056)+t(520)+"ner"](n,s){this[t(673)](n,s)}get readyState(){let n=t,s={NbQmV:function(l,h,p){return e[F(676)](l,h,p)}};if(e[n(1178)](e[n(1233)],e[n(1233)]))return this._socket.readyState;mmUXcy[n(1413)](_0x3f7bf0,_0xf67adf,66),mmUXcy[n(1413)](_0x471b3b,_0x24dc32,_0x232e90[n(693)]),mmUXcy.NbQmV(_0x5ea458,_0x593024,_0x5795a7)}get[t(1245)+"pe"](){let n=t,s={hhovJ:e[n(1352)],Grwvn:e[n(860)]};if(e.GTZYp===e[n(1089)])switch(_0xc00848){case s.hhovJ:case s[n(237)]:return{[n(417)+_0x335fa9]:1,"x-tt-env":_0x5994f7};default:return{}}else return this[n(1626)].binaryType}set[t(1245)+"pe"](n){}get[t(431)](){let n=t,s={fvEWi:e[n(236)],NlqHd:function(l,h,p){return l(h,p)}};if(e[n(479)](e[n(1499)],e[n(1499)]))return this[n(1626)].url;this[n(1391)](cJSnAV[n(786)],cJSnAV[n(1097)](_0xa5b746,cJSnAV[n(786)],{..._0x312a28,data:_0x22a7f3[n(1633)]||""}))}get protocol(){let n=t;return this[n(1626)][n(929)]}get[t(327)+"ns"](){let n=t;return this[n(1626)][n(327)+"ns"]}get[t(1479)+t(277)](){return 0}}function im(a,n){let s=t;if(n)return new n(a[s(431)],a[s(929)]);if(e[s(1546)](ei,Cn))return new rm(a[s(431)],a[s(929)],a[s(1513)]);if((ir||ti)&&e[s(1011)](e[s(695)],typeof WebSocket)&&WebSocket)return new WebSocket(a[s(431)],a.protocols)}function sm(a){let n=t;if(e.EqnCZ(e[n(1574)],"UVTIM")){let s=(n(1622)+"3")[n(302)]("|"),l=0;for(;;){switch(s[l++]){case"0":if(a)return!0;continue;case"1":if(Cn&&tt[n(500)+n(517)])return!0;continue;case"2":if(e[n(1003)](ir,ti)&&e[n(695)]!=typeof WebSocket&&WebSocket)return!0;continue;case"3":return!1;case"4":if(ei&&wx.connectSocket)return!0;continue}break}}else BTZUvY[n(1744)](_0x312ee1,BTZUvY[n(1130)](_0x4f8266,_0xfa7370[n(524)]),_0x4660c8[n(526)+"on"],_0x567bdc.newVersion,_0x3c35a5(_0x4836f1[n(992)+n(209)]))}function yl(a,n,s){let l=t,h={DYHBl:function(p,_){return e.BkhKg(p,_)},ekYzq:e[l(1142)],sLuvj:function(p,_){return e.XdiXq(p,_)}};if(e[l(1368)](e.dWCwW,e.dWCwW)){let p=-1;async function _(E){let m=l;return h[m(1375)](E,p)?Promise.reject(new Error(h[m(1664)])):(p=E,E===s[m(693)]?Promise[m(771)]():s[E][m(719)](a)(n,_[m(719)](null,h[m(637)](E,1))))}e[l(892)](_,0)}else{let p=e[l(230)][l(302)]("|"),_=0;for(;;){switch(p[_++]){case"0":this[l(1367)+l(1005)]();continue;case"1":this["_dropGlo"+l(907)+"Listener"]();continue;case"2":this[l(1380)+l(1493)]?.[l(1224)]();continue;case"3":this[l(638)+l(1719)]();continue;case"4":if(!this[l(1585)])return void this[l(952)](e.udZCy);continue;case"5":this[l(1121)+"WebSocket"](_0x10efa4,_0x122ee8);continue;case"6":if(e[l(1029)](this[l(1585)][l(421)+"te"],this.CLOSED)||this[l(1585)][l(421)+"te"]===this.CLOSING)return void this[l(952)](e.eZSuP);continue;case"7":this[l(1487)+"osed"]=!0;continue}break}}}function El(a){let n=t,s=0,l=0;for(let h=0;e.qPaxL(h,a[n(693)]);++h)l=a[n(1534)+"At"](h),e[n(1601)](l,128)?s+=1:e[n(1035)](l,2048)?s+=2:(64512&l)===55296&&e.rqVpq(e[n(562)](64512,a[n(1534)+"At"](e[n(400)](h,1))),56320)?(++h,s+=4):s+=3;return s}function bl(a,n,s){let l=t;if(e[l(591)](e[l(219)](s,n),1))return"";let h="";for(let p=n;e.wFkOg(p,s);){let _=a[p++];if(_<=127)h+=String[l(941)+"Code"](_);else if(e.AUIcl(_,192)&&e[l(1583)](_,224))h+=String["fromChar"+l(958)](e.SwWla(e[l(1366)](31,_),6)|e[l(1551)](63,a[p++]));else if(_>=224&&_<240)h+=String["fromChar"+l(958)](e[l(851)](e[l(1232)](15,_)<<12|e[l(1720)](e.vSjYr(63,a[p++]),6),e.kSWGN(63,a[p++])));else if(e.IlCgW(_,240)){let E=e[l(1693)](e.oxQqy(e.PSleZ(e.XuVnU(e[l(385)](7,_),18),e[l(1101)](63&a[p++],12))|e.KcFnW(e[l(257)](63,a[p++]),6),63&a[p++]),65536);h+=String["fromChar"+l(958)](e.DfHvm(55296,e.uDdAM(E,10))),h+=String["fromChar"+l(958)](e[l(1442)](56320,1023&E))}}return h}function Ia(a,n,s){let l=t,h=s,p,_;for(let E=0;e[l(859)](E,a[l(693)]);++E)if(p=a[l(1534)+"At"](E),e.brfEx(p,128))n[s++]=p;else if(e[l(831)](p,2048))n[s++]=e[l(1453)](e.XNyGe(p,6),192),n[s++]=e.pzyXE(63,p)|128;else if(e.KKLzh(e[l(1365)](64512,p),55296)&&e[l(1127)](64512&(_=a.charCodeAt(e[l(1093)](E,1))),56320)){let m=(l(1295)+l(1552)).split("|"),T=0;for(;;){switch(m[T++]){case"0":p=e[l(1159)](65536+(e.vVYts(1023,p)<<10),e.dTZCJ(1023,_));continue;case"1":++E;continue;case"2":n[s++]=e[l(1490)](e[l(1673)](p>>12,63),128);continue;case"3":n[s++]=e[l(814)](e[l(936)](e[l(1519)](p,6),63),128);continue;case"4":n[s++]=e[l(1251)](p,18)|240;continue;case"5":n[s++]=e.zpkuL(e.dhVQb(63,p),128);continue}break}}else n[s++]=e[l(588)](e[l(915)](p,12),224),n[s++]=e[l(1289)](e[l(1084)](e[l(1175)](p,6),63),128),n[s++]=e[l(1489)](63,p)|128;return s-h}async function vl(a){let n=t;if(e.TCBFI==typeof a){let s=new Uint8Array(e[n(469)](El,a));return Ia(a,s,0),s}return a instanceof ArrayBuffer?new Uint8Array(a):new Uint8Array(a.buffer,a[n(535)+"et"],a.byteLength)}function om(a){let n=t;try{return e.PnUdx(n(1268),typeof a)&&(e[n(1160)](a,ArrayBuffer)||a[n(732)]&&e[n(1716)](a.buffer,ArrayBuffer))||e[n(558)]!=typeof a?"":(JSON[n(1327)](a),e[n(1025)])}catch{return e[n(1373)](e[n(558)],typeof a)?"text/pla"+n(309)+n(751):""}}let am=(a,n)=>{let s=t;switch(a){case e[s(1352)]:case s(871):return{["x-use-"+a]:1,"x-tt-env":n};default:return{}}};class cm{constructor(n){let s=t;this[s(972)+s(354)]=n,this[s(865)]=0}[t(383)](){this.count++}[t(594)+t(644)+"nt"](){let n=t;return e[n(614)](this[n(865)],this[n(972)+n(354)])}[t(593)+t(1724)](n=0){let s=t;if(e[s(1010)]==="nibXe"){let h=""+_0x2b4143.now(),p=_0x2c93a6||(_0x4bf393=e[s(1315)](_0x16d26a,_0x1efcaf)),_=_0x1923a2[s(1637)]()[s(813)](16)[s(978)](-6);return e.mjzHN(e.NYCgr(e[s(483)]("02",h),p),_)}else this[s(972)+s(354)]=n,this.count=0}}async function dm(a){return new Promise(n=>{let s=F,l={VmcMP:function(h,p){return e[F(1236)](h,p)},LrXIk:e.kdhlw};if(!ir)return e[s(967)](n,e[s(244)]);try{let h=document[s(1695)+s(1506)]("script");window["frontier"+s(1434)]=p=>{let _=s;document[_(533)].removeChild(h),window[_(997)+_(1434)]=void 0,l.VmcMP(n,p&&p[_(353)]||l.LrXIk)},h[s(747)]=e[s(1394)],h[s(894)]=e[s(768)](a.replace(/^ws/,e[s(1483)]),e[s(1360)]);try{document[s(533)][s(756)+"ild"](h)}catch{document[s(533)][s(579)+s(1505)](h)}}catch{window["frontier"+s(1434)]=void 0,e[s(923)](n,e[s(244)])}})}function cn(a,n,s){let l=t,h={BYRmS:function(p,_){return e[F(1694)](p,_)},JmQjL:function(p,_){return e[F(1373)](p,_)},qCFAm:e.TCBFI,LWhCU:function(p,_){return p!==_},Fpydm:e[l(806)]};if(e[l(1437)](e[l(493)],e[l(1199)])){let{url:p}=h[l(832)](_0x286b5c,{}),_=_0x15f656[l(501)](p)?p:h.JmQjL(h[l(1286)],typeof p)?[p]:[];_0x560ea2&&_0x4aef97[l(433)](this[l(407)],_0xad3db4),_&&_[l(693)]?this[l(530)+l(1238)]=new _0x57e042(_,this._options[l(418)+"es"]):this[l(530)+l(1238)]?.[l(448)+l(777)+l(288)](),this[l(846)+l(1201)]?.[l(593)+"nter"](this[l(407)][l(989)+l(550)]),this[l(1487)+"osed"]=!1,this._ws&&h.LWhCU(this._ws[l(421)+"te"],this[l(365)])?this[l(663)+l(679)](1e3,h[l(1665)],!0):(this[l(1174)]=!0,this._connect())}else return!!a?.[l(1157)](p=>p[l(542)]===n&&p[l(1473)]===s)}function sr(a,n){let s=t;return a?.[s(1157)](l=>l.key===n)?.[s(1473)]}let Aa=null;async function lm(){let a=t;return Aa||(Aa=Promise[a(771)]().then(zt[a(719)](zt,e[a(583)]))),Aa}class um extends Sa{constructor(n,s){let l=t;super(),this[l(1140)]=n,this._keyPath=s,this[l(1340)]=void 0,this[l(1598)+"mise"]=null}async openDB(){let n=t,s={HMYKW:function(l,h,p){return e[F(532)](l,h,p)},bUIhC:"cursor_n"+n(920)};e[n(1222)]===e.JRWMf?await this[n(394)]():(this[n(1429)+n(1281)]=_0x2faf30,this._cursorFileName=_0x1bb641,this[n(1265)+n(1632)]=_0x26dde3,this[n(1340)]=s[n(1683)](_0x42b204,this["_cursorN"+n(1281)],s.bUIhC))}async[t(394)](){let n=t;if(!this[n(1340)]){if(this[n(1598)+n(767)])return this[n(1598)+n(767)];try{let s=this[n(1140)],l=this[n(837)];this[n(1598)+n(767)]=(async()=>{let h=n,{openDB:p}=await e[h(465)](lm);this[h(1340)]=await e[h(491)](p,h(997)+"_"+s,1,{upgrade(_){let E=h;_[E(1301)+E(658)+"e"](s,{keyPath:l})}})})(),await this[n(1598)+n(767)]}catch(s){if(e.NFvxK(e[n(1596)],e.rOJXd))console[n(1008)](s);else return this._qosDB?.[n(1345)](_0x1d44ab)}finally{this[n(1598)+"mise"]=null}}}async get(n){let s=t;try{return await this[s(394)](),this[s(1340)]?.[s(1345)](this[s(1140)],n)}catch(l){console.log(l)}}async[t(1548)](n,s){let l=t;return await this[l(394)](),this[l(1340)]?.[l(1198)](this[l(1140)],n)}async del(n){let s=t;try{return await this._init(),this[s(1340)]?.[s(1165)](this[s(1140)],n)}catch(l){console[s(1008)](l)}}async[t(546)](){let n=t,s={cJBEQ:function(l,h){return e[F(976)](l,h)},URlzs:function(l,h){return e[F(1107)](l,h)},WOrFL:function(l,h){return e[F(538)](l,h)},SHXEN:function(l,h,p,_){return e[F(372)](l,h,p,_)},iKkuT:function(l,h,p){return e[F(263)](l,h,p)},NrmWS:n(905)};if(e[n(1091)](e[n(226)],e.dSCEt))try{return await this[n(394)](),this[n(1340)]?.[n(546)](this[n(1140)])}catch(l){if(e[n(1608)](e[n(1196)],n(1062)))console[n(1008)](l);else return TivLKp[n(575)](TivLKp[n(413)](1e4,_0x113d7c[n(1643)]()),_0x235f80[n(646)](TivLKp.WOrFL(1e4,_0x2c4688.random())))}else try{s[n(1216)](_0x164655,this,_0x3e3591,[_0x796b5e,_0xc9bf38,_0x5432b6])}catch(l){let h=s[n(323)](_0x5a4749,s.NrmWS,{message:l.message,code:_0x3b9f1b[n(966)+"OR"],error:l});this["_dispatchErrorEv"+n(1379)](h)}}async keys(){let n=t;return await this._init(),this[n(1340)]?.[n(984)+"ys"](this[n(1140)])}async getAll(){let n=t;return await this._init(),this[n(1340)]?.[n(970)](this[n(1140)])}async[t(1224)](){let n=t;try{this._qosDB?.close(),this._qosDB=void 0}catch(s){e[n(1119)](n(1581),"INWgC")?console[n(1008)](s):(this._DBName=_0x5f5737,this[n(1304)]=_0x45fcc2,this[n(1340)]=_0x13f02e)}}get isReady(){let n=t;try{return!!this[n(1340)]}catch(s){return console[n(1008)](s),!1}}}class fm{constructor(n,s){let l=t;this[l(1303)]=n,this[l(1304)]=s,this[l(1340)]=localStorage}async openDB(){}get[t(991)](){return t(997)+"_"+this._DBName}async[t(1345)](n){let s=t,l=this[s(1340)][s(1566)](this._prefix);return JSON[s(1327)](e[s(1546)](l,"{}"))[n]}async[t(1548)](n,s){let l=t;if(e.xnSCQ(e[l(1122)],e[l(1529)])){let h=_0x35d7f3.charCodeAt(_0x285817);h>=55296&&e[l(1333)](h,56319)&&e[l(1347)](_0x97a9a7,1)<_0x5ebfeb&&(h=e[l(1476)](e[l(976)](h<<10,_0x43aabd[l(1534)+"At"](++_0x640b04)),56613888)),e[l(1583)](h,128)?_0xf22a82[_0x198d80++]=h:(h<2048?_0x4550ac[_0x320867++]=e[l(1653)](e[l(1251)](h,6)&31,192):(e[l(1583)](h,65536)?_0x3b6f95[_0x52b937++]=e[l(1519)](h,12)&15|224:(_0x249a41[_0x382b31++]=e[l(1357)](e[l(562)](e[l(1175)](h,18),7),240),_0x321d5b[_0x217ac4++]=e[l(968)](e[l(1099)](e[l(1519)](h,12),63),128)),_0x97a29[_0x3d6eeb++]=e[l(750)](h,6)&63|128),_0x402f3c[_0xad953c++]=e.ZvysG(63,h)|128)}else{let h=this[l(1340)][l(1566)](this[l(991)]),p=JSON.parse(e.uMLow(h,"{}"));return p[s||n[this[l(1304)]]]=n,this[l(1340)].setItem(this[l(991)],JSON[l(1138)+"y"](p)),s||n[this[l(1304)]]}}async[t(1322)](n){let s=t,l=this._qosDB[s(1566)](this[s(991)]),h=JSON[s(1327)](e[s(1003)](l,"{}"));return h[n]=void 0,this._qosDB[s(766)](this[s(991)],JSON[s(1138)+"y"](h))}async[t(546)](){let n=t,s={SVhlh:function(l,h,p){return e[F(699)](l,h,p)}};return e[n(1530)](e.vHbth,e[n(1462)])?new _0x159f8c(l=>{let h=n;s[h(928)](_0x3c8d75,l,this[h(514)+h(1255)+"e"](_0x1f5e50))}):this[n(1340)][n(546)]()}async[t(691)](){let n=t;if(e[n(1178)](n(800),"AViFj"))return _0x489481[n(1008)](_0x272ebc),!1;{let s=this._qosDB[n(1566)](this._prefix),l=JSON[n(1327)](e[n(1654)](s,"{}"));return Object[n(691)](l)}}async[t(970)](){let n=t,s=this[n(1340)].getItem(this._prefix),l=JSON[n(1327)](e[n(1009)](s,"{}"));return Object[n(935)](l)}[t(1224)](){return Promise[t(771)]()}get[t(303)](){return!!this[t(1340)]}}class hm{constructor(n,s){let l=t;e[l(1125)](e[l(1100)],e[l(1100)])?this[l(409)+l(509)]=_0x557b2b:(this[l(1303)]=n,this[l(1304)]=s,this[l(1340)]=Cn?tt:ei?wx:null)}async[t(1715)](){}get[t(991)](){let n=t;return n(997)+"_"+this[n(1303)]}async get(n){let s=t,l=this[s(1340)].getStorageSync(this[s(991)]);return JSON[s(1327)](e.nbeui(l,"{}"))[n]}async set(n,s){let l=t;if(e.NrSSY!==e[l(492)])this[l(683)+"s"]=_0x13a117,this[l(418)+"es"]=_0x4fc8c2,this[l(287)+l(888)]=0,this[l(629)+l(1591)+l(487)+"t"]=0;else{let h=this._qosDB[l(1722)+"geSync"](this[l(991)]),p=JSON.parse(e[l(864)](h,"{}"));return p[s||n[this[l(1304)]]]=n,this[l(1340)]["setStora"+l(549)](this[l(991)],JSON[l(1138)+"y"](p)),s||n[this[l(1304)]]}}async del(n){let s=t,l=this._qosDB[s(1722)+s(549)](this._prefix),h=JSON[s(1327)](l||"{}");return h[n]=void 0,this._qosDB[s(358)+s(549)](this[s(991)],JSON[s(1138)+"y"](h))}async[t(546)](){let n=t;return this._qosDB[n(273)+n(1341)]()}async[t(691)](){let n=t,s=this[n(1340)]["getStora"+n(225)+"nc"](this._prefix),l=JSON.parse(e[n(1603)](s,"{}"));return Object.keys(l)}async[t(970)](){let n=t,s=this[n(1340)].getStorageInfoSync(this._prefix),l=JSON[n(1327)](e[n(864)](s,"{}"));return Object[n(935)](l)}closeDB(){return Promise[t(771)]()}get isReady(){let n=t;if(e[n(1158)](e[n(769)],n(990)))return!!this._qosDB;throw this[n(1512)+n(1283)]=!1,_0x1d9b06}}function Sl(a,n){let s=t;if(Cn||Cn)return new hm(a,n);if(e.JhWXV(ir,ti)&&e[s(1011)](e[s(695)],typeof indexedDB))return new um(a,n);if(e.uMLow(ir,ti)&&e[s(1011)](e[s(695)],typeof localStorage))return new fm(a,n);throw new Error(s(878)+s(1431)+"d")}class xm{constructor(){let n=t;this[n(606)+"lTimeoutId"]=null,this[n(606)+"l"]=36e5,this[n(1340)]=e[n(1547)](Sl,e[n(1209)],e.qdcBq)}async[t(606)+t(446)](){let n=t;clearInterval(this[n(606)+n(1114)+"Id"]),this[n(606)+"lTimeoutId"]=e[n(608)](setInterval,()=>{let s=n,l={pmNlo:function(h,p,_){return h(p,_)}};if(s(1507)===s(1507))this[s(776)+"ired"]();else{let h=l[s(541)](_0x4c3451,s(905),{message:_0x4cf135[s(689)],code:_0x58acfc["MESSAGE_"+s(1055)],error:_0x213051});this[s(1648)+"hErrorEv"+s(1379)](h)}},this._interval)}async[t(1715)](){let n=t,s={UBdXS:"3|4|0|1|2",nlWAy:e[n(998)],OzOMg:e[n(1468)],PTMCM:e[n(959)],mIEdP:n(1307),AHuae:function(l,h){return e[n(1624)](l,h)},zFUCe:e.KWITq};await this[n(1340)].openDB().then(()=>{let l=n;if(s[l(772)](s[l(735)],l(396))){let h=s[l(1396)][l(302)]("|"),p=0;for(;;){switch(h[p++]){case"0":this[l(1585)][l(1056)+"entListe"+l(1361)](s[l(267)],this[l(782)]);continue;case"1":this._ws[l(1056)+l(520)+"ner"](s.OzOMg,this._onMessage);continue;case"2":this[l(1585)][l(1056)+l(520)+"ner"](s[l(821)],this[l(516)]);continue;case"3":if(!this[l(1585)])return;continue;case"4":this[l(1585)][l(1056)+l(520)+l(1361)](s[l(578)],this[l(1531)]);continue}break}}else this[l(606)+l(446)]()})}async[t(776)+t(1613)](){let n=t;(await this[n(1340)]?.[n(970)]()||[]).filter(({timestamp:h})=>h<Date[n(1643)]()).forEach(h=>{let p=n;this[p(1340)]?.[p(1322)](h[p(343)+"id"])})}async[t(1322)](n){let s=t;if(e[s(345)](s(601),e.kyqiN)){let l=e[s(955)][s(302)]("|"),h=0;for(;;){switch(l[h++]){case"0":if(!this[s(1585)])return;continue;case"1":this[s(1585)][s(1731)+s(213)](e[s(959)],this[s(516)]);continue;case"2":this._ws[s(1731)+s(213)](e[s(236)],this[s(1531)]);continue;case"3":this[s(1585)][s(1731)+s(213)](e[s(998)],this[s(782)]);continue;case"4":this[s(1585)]["addEvent"+s(213)](e.imUDB,this[s(1448)+"ge"]);continue}break}}else return this._qosDB?.[s(1322)](n)}async[t(1548)](n,s){let l=t;return this[l(1340)]?.[l(1548)]({message_id:n,timestamp:s})}async[t(1345)](n){let s=t;return this._qosDB?.[s(1345)](n)}async[t(1224)](){let n=t;e[n(1638)](clearInterval,this[n(606)+n(1114)+"Id"]),await this._qosDB?.[n(1224)]()}get isReady(){let n=t,s={VUVCp:e.uUDMF,HkBki:e[n(1631)],CsVMt:"name",UCRPs:n(1305),YzwGT:function(l,h,p,_){return e[n(1343)](l,h,p,_)},CekXU:e[n(1628)],SeodK:n(1658)};if(e[n(1189)](e[n(632)],n(1621))){let l=s[n(1292)][n(302)]("|"),h=0;for(;;){switch(l[h++]){case"0":_0x3a8144[n(1008)](s.HkBki,_0x50d9d2);continue;case"1":_0x1036de[n(1008)](s[n(1600)],_0x48f7a0);continue;case"2":_0x301a57[n(1008)](s[n(931)],_0x436d22);continue;case"3":_0x30c59b=s.YzwGT(_0x3521ea,_0x145038,_0x49978b,_0x54b819[n(1305)]||0);continue;case"4":_0x187d82=s[n(707)](_0x2a93ea,_0x5468af[n(1378)+"er"](_0x1fb12e.cursor||_0x52b06a),_0x47d96c,_0x4e0035);continue;case"5":_0x562904[n(1008)](s[n(1655)],_0x3939b4,_0x3c31fd.service);continue;case"6":_0x4d58b0=s.YzwGT(_0x23e755,_0x4a75fa["cursor_n"+n(920)],_0x7146ee,_0x361d4f);continue;case"7":_0x31f2a5=s[n(707)](_0x18da6,0,_0x55bc42,_0x145253);continue;case"8":_0x3fa542.log(s.SeodK,_0x50b3c1);continue;case"9":_0x5551d5=_0x4f96d1(_0x5f0612[_0x38eed0[n(1538)+n(920)]],_0xe3eedc,_0x492b9d);continue;case"10":_0x4c329c[n(1008)](n(1542)+"name",_0x969ef6);continue}break}}else return this[n(1340)]?.[n(303)]}}function ka(a){let n=t;if(e.JZETT===n(552)){let s=!!this[n(407)].enableQoS;if(!s)return{enabled:s,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let l=e[n(372)](cn,a.message[n(1513)],e[n(377)],"2"),h=l&&e.dQzjs(cn,a.message[n(1513)],n(577)+n(270)+"ck","1"),p=l&&cn(a[n(689)][n(1513)],e[n(461)],"1"),_=p?sr(a.message[n(1513)],e[n(570)])?.[n(302)](",").filter(Boolean)||[]:[];return{enabled:s,isQoSMessage:l,isQoSAck:h,isAckCleanupMessage:p,ackMsgIds:_}}else _0x2badb3[n(996)]=_0x47c2d4.resolve().then(()=>(_0x3aec79(),_0x3a5de9))[n(502)](function(s){return s})}async function Il(){let a=t;return this[a(1380)+a(1493)]||(this["_QoSMana"+a(1493)]=new xm),this[a(1380)+a(1493)][a(303)]||await this[a(1380)+a(1493)][a(1715)](),this[a(1380)+"ger"]}async function pm(a,n){let s=t,{enableAutoAck:l}=this[s(407)],h=e.wLJCv(cn,a[s(689)][s(1513)],e[s(376)],"1"),p=e[s(787)](cn,a[s(689)].headers,"is_ack","1"),_=ka[s(1102)](this,a);if(e[s(1689)](l,h))if(e.HuTsA(s(317),s(706))){let{SeqID:E,LogID:m,service:T,LogIDNew:L,method:j}=a[s(689)];this[s(390)]({SeqID:E,LogID:m,LogIDNew:L,service:T,method:j,headers:[{key:e[s(869)],value:"1"},{key:e.VEPSb,value:e[s(969)](L,"")},{key:"ack_code",value:"0"}]})}else{let E=_0x1cc5bd[s(693)]&&_0x55e07c[0];if(e[s(1300)](E,_0x492564))throw E;let m=new _0x4e4a08(e[s(266)]+(E?" ("+E.message+")":""));throw m[s(1261)]=E,E}p&&!_[s(1014)]&&this["_dispatc"+s(643)+s(1045)](a),e[s(465)](n)}async function mm(a,n){let s=t;this[s(952)](s(352),a[s(689)]),e[s(285)](n)}async function gm(a,n){let s=t,l={ktwel:function(h,p){return e.YItfS(h,p)},qRaIw:function(h,p){return e.eaTjP(h,p)},TWSxX:function(h,p){return h instanceof p}};if(e[s(854)](e[s(432)],e[s(432)])){let h=e[s(1148)](sn,await e[s(1639)](vl,a[s(474)]));try{if(h[s(1662)]instanceof Uint8Array){let p=this[s(407)][s(1676)+s(960)]instanceof Object?{force:!!this[s(407)]["payloadE"+s(960)][s(867)],encoding:this._options.payloadEncoding[s(278)]?this._options[s(1676)+s(960)][s(278)].replace(/\s/g,"")[s(801)+"ase"]():""}:{force:!1,encoding:this[s(407)][s(1676)+s(960)]?this[s(407)][s(1676)+s(960)][s(310)](/\s/g,"")[s(801)+"ase"]():""},_=h["payloadE"+s(960)]?h[s(1676)+"ncoding"].replace(/\s/g,"")[s(801)+"ase"]():"",E=this[s(407)][s(942)+s(1139)]instanceof Object?{force:!!this[s(407)][s(942)+s(1139)].force,type:this[s(407)].payloadType[s(747)]?this[s(407)][s(942)+s(1139)][s(747)].replace(/\s/g,"")[s(801)+"ase"]():""}:{force:!1,type:this._options[s(942)+"ype"]?this._options[s(942)+s(1139)][s(310)](/\s/g,"")["toLowerC"+s(654)]():""},m=h[s(942)+s(1139)]?h["payloadT"+s(1139)][s(310)](/\s/g,"")[s(801)+s(654)]():"",T=E[s(867)]?E.type:m||E[s(747)],L=p[s(867)]?p.encoding:_||p.encoding,j=[e[s(901)],e[s(1025)],e[s(1532)],e[s(558)]],$=[e[s(1087)],s(977)];this[s(407)][s(1707)+s(1679)+s(1497)+"ad"]&&j[s(743)](T)&&(!L||$.includes(L))?h[s(1508)+s(783)]=e[s(1343)](bl,h[s(1662)],0,h[s(1662)][s(882)+"th"]):h[s(1508)+s(783)]=""}else h["textPayl"+s(783)]=""}catch(p){h.textPayload="",console[s(1008)](p)}a[s(689)]=h,e[s(1082)](n)}else{if(Inkerh[s(852)]("string",typeof _0x1a847c)){let h=new _0x421723(Inkerh[s(1570)](_0x31ce98,_0x11f39d));return _0x156f16(_0x3f7ff1,h,0),h}return Inkerh[s(1393)](_0x3d9d46,_0x53c9cd)?new _0x2e7945(_0x1676e6):new _0x1fd374(_0x1ebde6[s(732)],_0x4c360a[s(535)+"et"],_0x4ef9bb[s(882)+"th"])}}function wm(a,n,s){let l={LYrKn:function(m,T){return e[F(1601)](m,T)},wRuuH:function(m,T){return e[F(1079)](m,T)},rQIhW:function(m,T){return e[F(1022)](m,T)},wcsER:function(m,T){return m+T},pODNX:function(m,T){return e[F(642)](m,T)},Ggycz:function(m,T){return e[F(585)](m,T)}},h=s||8192,p=h>>>1,_=null,E=h;return function(m){let T=F;if(l[T(1700)](m,1)||l[T(1424)](m,p))return l[T(1729)](a,m);l[T(1424)](l[T(760)](E,m),h)&&(_=l.rQIhW(a,h),E=0);let L=n[T(1102)](_,E,E+=m);return l[T(1166)](7,E)&&(E=l.Ggycz(7,E)+1),L}}let _m=4294967295;function ym(a,n,s){let l=t,h={NbAPG:function(p,_,E){return e[F(1554)](p,_,E)},cRkbA:e.DGbfE};if(e[l(476)](e[l(1738)],e[l(1738)])){if(this[l(530)+l(1238)]?.[l(594)+l(1595)+"es"]()){let _=this[l(530)+l(1238)]?.[l(573)+l(858)+"nt"]();this[l(1648)+l(1147)+"ent"](h[l(785)](_0x475524,h[l(1463)],{code:1006,reason:l(1705)+_+(" timeout"+l(613)+l(1284)+l(401)),wasClean:!0}))}else{let _=this[l(407)][l(276)+l(1048)+l(1202)](_0x3ec788,_0x117ebd);this["_dispatc"+l(1147)+"ent"](_0x58e060(h[l(1463)],{code:_0x226ca2,reason:_0x14b746,wasClean:!0,willReconnect:_})),_&&this[l(1512)]()}return}else return e[l(746)](RangeError,e[l(1623)](e[l(1067)](e[l(805)](e[l(1576)](e[l(1630)](e[l(1674)],a),e[l(988)]),n||1),e[l(233)]),s))}function Em(a,n,s){let l=t;if(e[l(1141)](s,_m))throw new Error(e[l(1733)]);let h=3;for(;e.oPBkJ(h,0);){let p=255&s;e[l(787)](Ra,p,a,e[l(684)](n,h)),s>>>=8,h--}return e[l(768)](n,4)}function bm(a,n){let s=t,l=0,h=n,p=e[s(1477)](n,4);for(;e.xjYSq(h,p);){let{value:_,offset:E}=Ta(a,h);h=E,l=l<<8>>>0,l+=_}return{value:l,offset:p}}function vm(a,n,s){let l=t;if(e[l(741)](e[l(1651)],e[l(1651)])){let h=e[l(623)].split("|"),p=0;for(;;){switch(h[p++]){case"0":return e[l(271)](e[l(667)](Ia,a,n,s),s);case"1":if(a[l(693)]<40)return e[l(1185)](Ia(a,n,s),s);continue;case"2":if(!a)return s;continue;case"3":if(n[l(1250)+"e"])return n[l(1250)+"e"](a,s)+s;continue;case"4":if(n[l(560)])return n[l(560)](a,s)+s;continue}break}}else e[l(1343)](_0x5113c4,this,_0x1b0878,[_0x3f1bf6,_0x5f18e2,_0x2e1d38,_0x857bf8,_0x3c3a93,_0x3571fd])}function Sm(a,n){let s=t,l=new he(e.PSleZ(e[s(817)](e[s(1636)](a[e.pNNxn(n,4)]<<24,e[s(1059)](a[e[s(898)](n,5)],16)),e[s(481)](a[n+6],8)),a[e[s(247)](n,7)]),e[s(1043)](e.wUduo(e.npqOh(a[e[s(1557)](n,0)],24),e.FUSTu(a[e[s(753)](n,1)],16)),e[s(1678)](a[e.rxanG(n,2)],8))|a[e[s(753)](n,3)],!0);return n+=8,{value:l,offset:n+8}}function Im(a,n,s){let l=t,h=a[l(1372)],p=a[l(836)];return n[s]=e[l(611)](p,24),n[e[l(1185)](s,1)]=e[l(1037)](p>>>16,255),n[s+2]=e[l(1687)](e[l(1354)](p,8),255),n[s+3]=255&p,n[s+4]=e.UUkpm(h,24),n[e[l(1579)](s,5)]=e[l(946)](h>>>16,255),n[e[l(834)](s,6)]=e.EHjOW(e.yJYYO(h,8),255),n[e[l(1442)](s,7)]=e[l(1549)](255,h),s+=8,s}function Ta(a,n){let s=t;return a[s(912)+"8"]?{value:a[s(912)+"8"](n),offset:e.XnwWb(n,1)}:{value:255&a[n],offset:n+1}}function Ra(a,n,s){let l=t;return n[l(1561)+"t8"]?n[l(1561)+"t8"](a,s):n[s]=255&a,e[l(559)](s,1)}let Am=function(a){return new Uint8Array(a)},km=e.KKAhT(e[t(695)],typeof Buffer)?Buffer[t(1560)+t(1616)]:e[t(436)](wm,Am,Uint8Array.prototype[t(918)]),Tm=16,Ca=32;function Rm(a){let n=t,s=0,l={};for(let h=0;e[n(289)](h,a[n(693)]);h++)e[n(774)]!==e[n(610)]?(l[a[h][n(1538)+n(920)]]=e.kxEjT(El,a[h][n(1538)+n(920)]),s+=e[n(843)](14,l[a[h][n(1538)+n(920)]])):(e[n(1638)](_0x1286e1,e[n(1680)]),this[n(673)](e[n(449)],_0x4b0618),this[n(673)](e[n(207)],_0x1a9dec));return[s,l]}function Al(a,n,s){let l=t,[h,p]=e.CfenA(Rm,a),_=e[l(232)](km,h),E=0;return a.forEach(m=>{let T=l;console[T(1008)](e[T(1628)],m,m.service),E=e[T(1629)](Ra,0,_,E),console[T(1008)](e[T(428)],E),E=e[T(667)](Em,_,E,m.service||0),console[T(1008)](T(1305),E),E=e[T(1176)](Ra,p[m["cursor_n"+T(920)]],_,E),console[T(1008)](e.NeLbF,E),E=e.eadWm(vm,m["cursor_n"+T(920)],_,E),console[T(1008)](e[T(1282)],E),E=e[T(1400)](Im,he[T(1378)+"er"](m[T(759)]||n),_,E),console[T(1008)](e[T(1631)],E)}),{frameType:Ca,headers:[{key:e.FJbCl,value:s}],payload:_}}function Cm(a){let n=t,s=0,l=[];for(;s<a[n(882)+"th"];){let{offset:h}=e[n(412)](Ta,a,s);s=h;let p={cursor_name:"",cursor:0,service:0},{value:_,offset:E}=e[n(263)](bm,a,s);p[n(1305)]=_,s=E;let{value:m,offset:T}=Ta(a,s);s=T,p[n(1538)+"ame"]=e[n(752)](bl,a,s,e[n(1156)](s,m)),s+=m;let{value:L,offset:j}=e[n(1702)](Sm,a,s);p[n(759)]=L[n(319)](),s=j,l[n(1419)](p)}return l}function Pm(){let a=t;return{frameType:Ca,headers:[{key:e[a(1285)],value:e[a(596)]}],payload:void 0}}class Dm{constructor(n,s,l){let h=t;this[h(1429)+h(1281)]=n,this[h(409)+h(509)]=s,this[h(1265)+h(1632)]=l,this[h(1340)]=e.mOhND(Sl,this[h(1429)+h(1281)],"cursor_n"+h(920))}async[t(1715)](){let n=t;e[n(1608)](e[n(1641)],e[n(339)])?(_0x37dd3e=e[n(438)](_0x9f4b3d,_0x3e4bfb),_0x384562=127&_0x95a000,e.PRoHS(128,_0x437d45)&&(_0x435b0e=e[n(1068)](_0x1f4d68,_0x3ab349),_0x24611c|=e[n(657)](127&_0x44fd1e,7))):await this[n(1340)][n(1715)]()}async getCursors(){let n=t;if(!this._qosDB.isReady)return;let s=this[n(1265)+n(1632)],l=await this[n(1340)][n(970)]();switch(console[n(1008)]("allCurso"+n(1036),l),s){case n(1634):return l&&l[n(693)]?Al(l,0,this[n(409)+"ileName"]):void 0;case e[n(1740)]:return;case e[n(457)]:return l&&l[n(693)]?e[n(1188)](Al,l,0,this["_cursorF"+n(509)]):e[n(1450)](Pm)}}async[t(1548)](n,s,l){let h=t;return console[h(1008)](e.jxVEy,n,s,l),this[h(1340)].set({cursor_name:n,cursor:s,service:l})}async[t(780)+"rs"](n){let s=t,l=e[s(1096)](Cm,n);for(let h of l)console[s(1008)](e[s(1387)],l),await this[s(1340)][s(1548)](h)}async[t(1345)](n){let s=t;return(await this[s(1340)][s(1345)](n))?.[s(759)]}async[t(1224)](){let n=t;if(e[n(1610)](e[n(347)],n(423)))return(this[n(584)+"rs"][_0x41636c]||(this[n(584)+"rs"][_0x41a680]=[]))[n(1419)]({fn:_0xd7737e,ctx:_0x4c5165||this}),this;await this[n(1340)][n(1224)]()}[t(1543)+"rsorFile"+t(1730)](n){let s=t;this[s(409)+"ileName"]=n}get[t(303)](){let n=t,s={oNyrA:e[n(896)],inOYK:e.vFXyy,liIay:e[n(1571)]};if(e[n(1573)](e[n(1133)],n(1177)))this[n(1309)+"er"]&&_0x3fe09c[n(1056)+n(520)+n(1361)](s.oNyrA,this._handleOnLine),this[n(1309)+"er"]&&_0x193715["removeEv"+n(520)+n(1361)](s[n(1258)],this["_handleO"+n(1692)]),this._isBrowser&&_0x31fc03[n(1056)+"entListener"](s[n(1690)],this[n(1580)+n(1279)]),this[n(1309)+"er"]&&_0x4a4a9f[n(1056)+n(520)+n(1361)](n(742),this[n(1580)+n(961)]);else return this[n(1340)][n(303)]}}let Om=e[t(1123)];async function kl(a){let n=t;if(!this._options.enableQoS)return null;let{aID:s,fpID:l,messageStrategy:h}=this._options,p=e[n(1403)](a,Om);try{if(this[n(604)+n(380)])if(e[n(979)](e[n(1620)],n(1326))){let _=_0x6fb757[n(689)][n(1662)];_&&_0x2d21b6.setCursors(_)}else a&&this[n(604)+n(380)][n(1543)+n(1356)+n(1730)](a);else this[n(604)+"anager"]=new Dm(l+"_"+s+"_"+p,p,h);return this[n(604)+n(380)][n(303)]||await this["_cursorM"+n(380)][n(1715)](),this[n(604)+n(380)]}catch{return null}}async function Lm(a,n){let s=t,l=e[s(372)](cn,a[s(689)][s(1513)],e[s(820)],"-1"),h=e.tyCcN(cn,a[s(689)].headers,s(391),"1"),p=e[s(466)](sr,a.message[s(1513)],s(577)+"er_msgid"),_=e[s(424)](Number,e[s(829)](sr,a.message[s(1513)],e[s(494)]))||0,E=ka.call(this,a),m=e[s(497)](cn,a.message.headers,e[s(222)],"2"),T=e.MKsuA(sr,a.message[s(1513)],s(1006)+s(739)+"e"),L=e[s(434)](Number,e[s(466)](sr,a[s(689)][s(1513)],e.ncqif));if(E[s(1014)])return e[s(482)](n);let j=E[s(1443)+s(686)]?await Il.call(this):null;if(a[s(689)].service>0&&h&&!l||e[s(1071)](a.message[s(1305)],0)){if(p&&E[s(1443)+s(686)]&&j){if(!!!await j[s(1345)](p))if(e[s(1446)](e[s(1074)],e[s(1074)]))this[s(1648)+"hMessage"+s(512)](a),await j[s(1548)](p,e.kYXbi(Date[s(1643)](),_));else{if(this["_clearPi"+s(1005)](),this["_clearTi"+s(1719)](),this[s(313)+s(709)+"rs"](),this[s(839)+"nceClose"](1e3,_0x5824ed),this[s(1512)+s(1283)]=!1,_0x1b0382&&this[s(1521)+s(665)]()&&!this["_readyCl"+s(1590)]){if(this._endpointManager?.[s(594)+"chMaxTries"]()){let _e=this[s(530)+s(1238)]?.["getCurre"+s(858)+"nt"]();this[s(1648)+s(1147)+s(1379)](e[s(1411)](_0x316819,e[s(998)],{code:1006,reason:s(1705)+_e+(s(649)+s(613)+s(1284)+s(401)),wasClean:!0}))}else{let _e=this[s(407)][s(276)+s(1048)+s(1202)](_0x80f64c,_0x4c025b);this[s(1648)+s(1147)+s(1379)](e[s(555)](_0x2c61eb,e[s(998)],{code:_0x487be3,reason:_0x10c8fc,wasClean:!0,willReconnect:_e})),_e&&this[s(1512)]()}return}this[s(1521)+s(665)]()||this[s(1487)+s(1590)]?this[s(1648)+s(1147)+s(1379)](e[s(1425)](_0x5de74a,e[s(998)],{code:_0x26f5df,reason:e[s(1481)]})):this["_dispatc"+s(1147)+s(1379)](e[s(357)](_0x3b34e8,e[s(998)],{code:1006,reason:s(1234)+s(1355)+s(758)+s(1728)})),this[s(1585)]=null,this[s(530)+s(1238)]?.[s(448)+"pointCon"+s(288)](),this[s(846)+s(1201)]?.[s(593)+s(1724)]()}return n()}if(m){let $=await kl.call(this);if(!$)return this[s(1648)+"hMessage"+s(512)](a),e[s(1386)](n);let Y=await $[s(1345)](T)??-1;if(Y<L)this[s(1648)+s(293)+"Event"](a),$[s(1548)](T,L,a[s(689)][s(1305)]);else throw new Error("recevied"+s(825)+" cursor "+L+(" larger than loc"+s(359)+"r ")+Y);return e[s(330)](n)}return this[s(1648)+"hMessage"+s(512)](a),e.FxHnL(n)}}async function Nm(a,n){let s=t,l=ka[s(1102)](this,a);if(!l[s(1443)+s(686)])return e.MZUoO(n);let h=await Il[s(1102)](this);if(l[s(1113)+"anupMess"+s(715)]&&l.ackMsgIds.length)for(let p of l[s(948)+"s"])await h.del(p);e[s(1450)](n)}async function Mm(a,n){let s=t,l=e[s(1192)](a[s(689)][s(389)+"e"],Tm),h=e[s(1624)](a[s(689)].frameType,Ca);if(e[s(227)](!l,!h))return e[s(482)](n);let p=e[s(1554)](sr,a[s(689)][s(1513)],s(1511)+s(1619));if(!p)return n();let _=await kl.call(this,p);if(!_)return n();if(l){let E=await _[s(553)+"rs"](),m={frameType:E?.[s(389)+"e"],SeqID:he[s(1378)+"er"](this[s(508)]++),LogID:he[s(1378)+"er"](this[s(407)][s(548)+s(325)]()),service:9e3,method:5,headers:E?.[s(1513)],payload:E?.payload},T=e.LkAdF(S,m);this[s(1585)]&&this[s(1585)][s(421)+"te"]&&this[s(1585)].send(T)}if(h){let E=a.message[s(1662)];E&&_[s(780)+"rs"](E)}}let Bm=async function(a,n){let s=t;this._isInit=!1,e[s(1656)](clearTimeout,this[s(1512)+s(678)+s(441)]),e[s(1450)](n)},Fm=async function(a,n){let s=t;if(!this[s(1585)]||e[s(1125)](this[s(1585)][s(421)+"te"],this.OPEN))return e[s(1495)](n);let{pingInterval:l}=this[s(407)];this[s(530)+s(1238)]?.[s(448)+"pointCon"+s(288)]();for(let p=0;e[s(731)](p,this[s(1265)+s(1420)][s(693)]);p++){let _=this["_message"+s(1420)][p];if(this[s(1585)][s(421)+"te"]===this[s(838)]&&_!==null)this[s(1585)]&&this[s(1585)][s(238)](_),this[s(1265)+s(1420)][p]=null;else break}this[s(1265)+s(1420)]=this[s(1265)+s(1420)].filter(p=>!!p),this._pingPongTimeoutId=e[s(699)](setTimeout,()=>this._ping(),l),this[s(1648)+s(1474)+"nt"](a),this[s(1309)+"er"]&&this[s(1585)]&&(this[s(1585)][s(1245)+"pe"]=this[s(580)+s(1139)]);let h=this[s(530)+s(1238)]?.[s(573)+s(858)+"nt"]();this[s(952)](s(724)+h+" success"),n()},zm=async function(a,n){let s=t,l=this[s(530)+s(1238)]?.[s(573)+"ntEndpoint"]();this[s(952)](s(724)+l),e[s(482)](n)};class Um extends Sa{constructor(n){let s=t,l={jefjo:function(E){return e.EXTVW(E)},nbOVR:function(E,m,T,L){return e[F(1629)](E,m,T,L)},ldIcL:function(E,m){return e[F(346)](E,m)},JGEpy:e[s(321)],LlWSz:function(E,m,T){return e[s(744)](E,m,T)},aWRju:s(905),TCwZE:function(E,m){return e.gNoRk(E,m)},dbKwb:"auto",mwfFm:function(E,m,T,L){return e[s(1024)](E,m,T,L)},wBOIq:function(E,m){return e[s(340)](E,m)},UBpdy:e.DGbfE,YfBTo:e[s(1481)],YppEK:function(E,m,T){return e[s(408)](E,m,T)}};super(),this[s(1335)+s(1180)+s(381)]=!0,this[s(1309)+"er"]=ir,this[s(1310)]=nm,this[s(260)+"T"]=Cn,this._isMiniWX=ei,this[s(1104)+"r"]=ti,this[s(1265)+"Queue"]=[],this[s(530)+"tManager"]=null,this[s(1487)+s(1590)]=!1,this[s(580)+s(1139)]=e[s(540)],this[s(1512)+s(1283)]=!1,this[s(1512)+s(678)+s(441)]=null,this[s(249)+s(1218)+"tId"]=null,this["_pingPon"+s(544)+"Id"]=null,this[s(508)]=0,this._isInit=!1,this._url="",this[s(1380)+s(1493)]=null,this[s(604)+s(380)]=null,this[s(846)+"sCounter"]=null,this._protocols=e[s(1237)],this[s(365)]=3,this.CONNECTING=0,this[s(838)]=1,this.CLOSING=2,this._onOpen=E=>{let m=s;try{l.nbOVR(yl,this,E,[Bm,Fm,zm])}catch(T){if(l.ldIcL(l[m(1227)],l[m(1227)]))doXRmK[m(1220)](_0x1898ef),doXRmK[m(1220)](_0x3785c7);else{let L=l[m(1670)](lt,l[m(453)],{message:T[m(689)],code:an[m(966)+"OR"],error:T});this[m(1648)+m(1276)+m(1379)](L)}}},this[s(1448)+"ge"]=async E=>{let m=s,{pingInterval:T,pingFrequency:L}=this[m(407)];if((l[m(1316)]("hi",E[m(474)])&&m(531)===L||l.TCwZE(l[m(297)],L))&&(this[m(1367)+m(1005)](),this.emit(m(702)+m(621)+"s",m(234)),this[m(1294)+m(544)+"Id"]=l.LlWSz(setTimeout,this[m(847)].bind(this),T)),!l[m(1316)]("hi",E[m(474)]))try{l[m(455)](yl,this,E,[gm,pm,Nm,Mm,Lm,mm])}catch(j){let $=l[m(1670)](lt,"error",{message:j.message,code:an[m(221)+"ERROR"],error:j});this[m(1648)+m(1276)+m(1379)]($)}},this._onError=E=>{let m=s,T=this[m(530)+m(1238)]?.[m(594)+m(1595)+"es"](),L=this[m(530)+m(1238)]?.[m(573)+m(858)+"nt"]();if(T&&!E[m(689)]){let j=m(1705)+L+(m(1248)+"ax retries reached");this[m(1648)+"hErrorEv"+m(1379)](e[m(754)](lt,e[m(959)],{message:j,code:an[m(1650)+m(1211)+"R"],error:E}));return}this._ws&&e[m(1368)](this._ws.readyState,this[m(838)])&&this[m(663)+m(679)](),this[m(1648)+"hErrorEvent"](e[m(1350)](lt,e.dSUPz,{message:E.message,code:an[m(1435)+m(1657)],error:E}))},this._onClose=async E=>{let m=s;this["_clearTi"+m(1719)](),this[m(1367)+"ngTimer"](),this[m(313)+m(709)+"rs"](),this[m(1585)]=null,this[m(1512)+m(1283)]=!1;let T=this[m(530)+"tManager"]?.[m(594)+m(1595)+"es"]();if(!T&&this["_navigat"+m(665)]()&&!this[m(1487)+m(1590)]){let L=this[m(530)+m(1238)]?.[m(573)+"ntEndpoint"](),j=this[m(407)][m(276)+m(1048)+m(1202)](E[m(1018)],E.reason);this[m(1648)+m(1147)+m(1379)](l.LlWSz(_t,"close",{code:1006,reason:E[m(827)]||m(468)+"ng failed, unkno"+m(1399)+m(1278)+m(1280)+L,willReconnect:j})),j&&this[m(1512)]();return}if(l.wBOIq(1e3,E.code)&&this[m(1487)+m(1590)]){this["_dispatc"+m(1147)+"ent"](_t(l[m(651)],{code:1e3,reason:l[m(792)]})),this["_endpoin"+m(1238)]?.[m(448)+m(777)+m(288)](),this[m(846)+"sCounter"]?.[m(593)+m(1724)]();return}if(l[m(1031)](1e3,E[m(1018)])&&T){let L=this[m(530)+m(1238)]?.[m(573)+"ntEndpoint"](),j=E[m(827)];j||(j=await dm(this._url)),j=m(468)+m(1249)+m(1272)+j+(m(647)+"me: ")+L+(m(613)+m(1284)+m(401)),this[m(1648)+m(1147)+m(1379)](l[m(1494)](_t,"close",{code:E.code,reason:j}));let $=m(1705)+L+(" fail, m"+m(819)+m(1026)+"ed");this[m(1648)+m(1276)+m(1379)](l[m(1670)](lt,l[m(453)],{message:$,code:an["MAX_RETR"+m(1211)+"R"]})),this[m(530)+m(1238)]?.[m(448)+"pointCon"+m(288)](),this["_pingLos"+m(1201)]?.[m(593)+m(1724)]();return}if(E.code!==1e3&&!E.reason){let L=this._endpointManager?.[m(573)+m(858)+"nt"]();this["_dispatc"+m(1147)+m(1379)](l[m(1670)](_t,l[m(651)],{code:E[m(1018)],reason:m(468)+m(1249)+"d, unkno"+m(1399)+m(1278)+m(1280)+L})),this[m(530)+m(1238)]?.[m(448)+m(777)+"fig"](),this["_pingLos"+m(1201)]?.["resetCou"+m(1724)]();return}this["_dispatc"+m(1147)+"ent"](E),this["_endpoin"+m(1238)]?.[m(448)+m(777)+m(288)](),this[m(846)+m(1201)]?.["resetCou"+m(1724)]()},this[s(726)]=null,this[s(456)]=null,this[s(1661)+"e"]=null,this[s(1649)]=null,this[s(1663)+s(1314)]=null,this["onReceiv"+s(721)]=null,this[s(1150)+s(1187)+s(822)+"ct"]=null,this[s(406)+s(633)]=this[s(406)+s(633)][s(719)](this),this[s(406)+"ffLine"]=this["_handleO"+s(1692)][s(719)](this),this[s(1580)+s(1279)]=this["_handleP"+s(1279)][s(719)](this),this[s(1580)+"ageShow"]=this[s(1580)+s(961)][s(719)](this),this[s(407)]={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e[s(554)](1,0),service:0,logIDGenerator:o,headers:void 0,payloadEncoding:"",payloadType:"",fpID:"",deviceID:"",accessKey:"",ttwID:"",bddID:"",aID:"",disableAutoReconnect:!1,customParams:{},pingInterval:15e3,pingTimeoutInterval:4e3,pingFrequency:e[s(1550)],pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:e[s(457)],env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:h,ws:p}=n,_=Array[s(501)](h)?h:e.qUzmf(s(1268),typeof h)?[h]:[];if(!_||e[s(696)](0,_.length))throw new Error(s(778)+"rovide v"+s(791));if(!sm(p))throw new Error(e.XVgxZ);Object[s(433)](this._options,n),this[s(530)+s(1238)]=new _l(_,this[s(407)][s(418)+"es"]),this[s(846)+s(1201)]=new cm(this[s(407)][s(989)+s(550)]),this._options[s(1173)+s(1049)]&&(this[s(1174)]=!0,this[s(1512)]()),this[s(407)][s(304)+s(1108)+"nged"]&&(this[s(260)+"T"]||this[s(1129)+"X"]?this[s(773)+s(539)+s(557)]():this[s(1309)+"er"]&&this["_initGlo"+s(907)+"Listener"]())}["_handleO"+t(633)](){let n=t;this[n(407)][n(1501)+n(1528)+"nect"]||this[n(1487)+n(1590)]||this[n(420)+n(1314)]()}["_handleO"+t(1692)](){let n=t;this["_destroy"+n(893)+"t"]();let s=va(e.uVSZb,{message:e[n(265)]});this[n(1150)+"mediatel"+n(822)+"ct"]&&this[n(1150)+"mediatel"+n(822)+"ct"](s)}[t(1701)+t(907)+"Listener"](){let n=t;e.uVvsf(e[n(294)],e.rVKgZ)?(this._isBrowser&&window.addEventListener(e[n(896)],this[n(406)+n(633)]),this[n(1309)+"er"]&&window[n(1731)+n(213)](n(659),this[n(406)+n(1692)]),this[n(1309)+"er"]&&window.addEventListener(e.kVPOd,this[n(1580)+"ageHide"]),this[n(1309)+"er"]&&window[n(1731)+n(213)](n(742),this[n(1580)+n(961)])):(_0x8ac3d0=e[n(1639)](_0x2a061d,_0x58e43f),_0x23349b|=e[n(481)](127&_0x442aa7,14),e[n(496)](128,_0xb0f516)&&(_0x3ead51=e[n(1197)](_0x18ce1b,_0x396df6),_0x1e752a|=e[n(1720)](e[n(338)](127,_0x510083),21),e[n(1313)](128,_0x48a70c)&&(_0x4d8d1e=e[n(1417)](_0x532e38,_0x44fd19),_0xc7590c=e[n(1594)](127,_0x30a512),e[n(1287)](128,_0x37ea35)&&(_0x5aa9a7=e[n(1370)](_0x1f67c0,_0x4d5415),_0x567d9f|=e.uhAGH(127&_0x1cd996,7)))))}["_dropGlo"+t(907)+"Listener"](){let n=t;this._isBrowser&&window[n(1056)+n(520)+"ner"](e[n(896)],this[n(406)+n(633)]),this[n(1309)+"er"]&&window["removeEv"+n(520)+n(1361)](e.vFXyy,this[n(406)+n(1692)]),this[n(1309)+"er"]&&window[n(1056)+n(520)+n(1361)](n(274),this[n(1580)+n(1279)]),this[n(1309)+"er"]&&window[n(1056)+"entListener"](e[n(1398)],this._handlePageShow)}[t(1580)+t(1279)](n){let s=t;if(e[s(844)](e[s(495)],e[s(1421)]))!n[s(1325)+"d"]&&(this[s(1309)+"er"]&&window["removeEv"+s(520)+s(1361)](e[s(1571)],this[s(1580)+s(1279)]),this[s(1309)+"er"]&&window["removeEv"+s(520)+s(1361)]("pageshow",this._handlePageShow),this.close()),this._isBrowser&&window[s(1056)+s(520)+s(1361)](s(963),this[s(406)+s(633)]),this[s(1309)+"er"]&&window[s(1056)+s(520)+s(1361)](e[s(511)],this["_handleO"+s(1692)]);else return null}[t(1580)+t(961)](n){let s=t;n[s(1325)+"d"]&&(this[s(1521)+s(665)]()&&(!this[s(1585)]||e[s(1190)](this._ws.readyState,this[s(838)])||e[s(1235)](this[s(1585)][s(421)+"te"],this[s(1362)+"NG"]))&&this["_handleO"+s(633)](),this._isBrowser&&window[s(1731)+s(213)](e.bwCgD,this[s(406)+s(633)]),this[s(1309)+"er"]&&window[s(1731)+"Listener"](e.vFXyy,this[s(406)+s(1692)]))}async["_generat"+t(804)](n){let s=t,{fpID:l,deviceID:h,bddID:p,ttwID:_,accessKey:E,aID:m,customParams:T={},enableAutoAck:L,enableQoS:j,QoSLevel:$,env:Y}=this[s(407)],_e,et,Tt;this[s(1309)+"er"]||this._isMiniWX||this[s(260)+"T"]?(_e=location&&e.WqZKR(e[s(334)],location[s(929)])?e[s(1606)]:"ws://",et=n[s(310)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),Tt=/^wss(.*:\/\/)/.test(n)?n:""+_e+et):(_e="wss://",et=n[s(310)](/(^http)((?:[s]*:\/\/))/,""),Tt=/(^ws)((?:[s]*:\/\/))/.test(et)?et:""+_e+et);let hs=p?e[s(668)]:_?e[s(687)]:s(437)+"d",xs=p||_||h;if(!xs||!hs)throw new Error(s(778)+s(1131)+s(1374)+s(1302)+s(1699));let Tl=e.fZNOp(e[s(1239)],typeof T)?await e[s(666)](T):T,Gm=Y?e.QbNAp(am,Y[s(1329)],Y[s(250)]):{},Pa=Object[s(433)]({device_platform:e[s(1169)],version_code:e[s(1455)],access_key:E,fpid:l,aid:m,[hs]:xs,xsack:L?1:0,xaack:L?1:0,xsqos:j?1:0,qos_level:j?$:void 0,qos_sdk_version:2,...Gm},Tl),Hm=Object[s(691)](Pa).reduce((Da,Oa)=>Pa[Oa]!==void 0?""+Da+(Da?"&":"?")+Oa+"="+Pa[Oa]:Da,"");return Tt+s(1564)+Hm}async[t(1512)](){let n=t;if(!(this[n(1512)+n(1283)]||this[n(1487)+"osed"])){this[n(1512)+n(1283)]=!0;try{let s=this[n(530)+n(1238)]?.[n(322)+n(798)+n(956)+n(688)+n(855)](),{timeoutInterval:l}=this._options;if(s){let p=this[n(530)+n(1238)]?.[n(573)+"ntEndpoint"](),_=this["_endpoin"+n(1238)]?.[n(903)+n(1428)+n(392)+n(1230)+n(866)](),E=this[n(530)+"tManager"]?.[n(573)+"ntEndpoi"+n(811)+n(354)]();if(_){let m=n(1705)+p+(n(649)+n(613)+n(1284)+"ached, will use "+n(206)+"ndpoint ")+_+(n(1734)+"y"),T=e[n(415)](lt,e[n(959)],{message:m,code:an[n(1650)+"IES_ERROR"]});this._debug(m),this[n(1648)+n(1276)+n(1379)](T),this[n(1553)]=await this[n(930)+"eUrl"](_),this._debug(n(1705)+_+" "+E+n(1660)),this[n(313)+n(709)+"rs"]()}else{let m=n(1705)+p+(n(649)+n(613)+"tries re"+n(401));this[n(952)](m),this[n(1648)+n(1276)+n(1379)](e[n(1411)](lt,n(905),{message:m,code:an[n(1650)+n(1211)+"R"]}));return}}else{let p=this[n(530)+n(1238)]?.[n(573)+n(858)+n(405)+"ateCount"](),_=this["_endpoin"+n(1238)]?.[n(573)+n(858)+n(811)+n(354)]();this._url=await this["_generat"+n(804)](p||""),this._debug(n(1705)+p+" "+_+n(1660)),this["_removeW"+n(709)+"rs"]()}if(this._isInit)this[n(1174)]=!1;else{let p=e.CzENa(va,n(276)+"t",{message:n(350)});this["onStartR"+n(1314)]&&this[n(1663)+"econnect"](p)}let h=this["_endpoin"+n(1238)]?.[n(573)+n(858)+n(811)+"ount"]()||0;e.FyGwq(h,1)&&await this._wait(e.ssqmw(h,1)),this._debug(n(468)+n(994)+this[n(1553)]+(" protoco"+n(895))+this[n(1223)+"ls"]),this[n(1585)]=e[n(1554)](im,{url:this[n(1553)],protocols:[this[n(1223)+"ls"]],headers:this[n(407)][n(881)+n(1118)+"s"][n(730)+"tpHeader"]},this[n(407)].ws),(this[n(1309)+"er"]||this[n(1104)+"r"])&&this[n(1585)]&&(this[n(1585)][n(1245)+"pe"]=this[n(580)+n(1139)]),this[n(902)+n(445)](),this[n(1512)+"ionTimeoutId"]=e[n(608)](setTimeout,this[n(503)+"ut"].bind(this),l)}catch(s){throw this["_connect"+n(1283)]=!1,s}}}[t(638)+t(1719)](){let n=t;e.dBMHT(clearTimeout,this["_connect"+n(678)+"utId"]),this[n(1512)+n(678)+n(441)]=null}[t(1367)+"ngTimer"](){let n=t;e[n(275)](clearTimeout,this[n(1294)+n(544)+"Id"]),e.LMtdP(clearTimeout,this[n(249)+"ctTimeoutId"]),this[n(1294)+n(544)+"Id"]=null,this["_reconne"+n(1218)+"tId"]=null}[t(952)](...n){let s=t;this[s(407)][s(370)]&&console.log.apply(console,[e.ZTHKP,...n])}[t(514)+t(1255)+"e"](n){let s=t,{initReconnectInterval:l,maxReconnectInterval:h,reconnectIntervalGrowFactor:p}=this[s(407)],_=e[s(256)](l,Math.pow(p,n-1));return _>h?h:_}[t(847)](){let n=t;if(this._ws&&e[n(1127)](this[n(1585)].readyState,this[n(1362)+"NG"]))if(e.KnLON(e.mymsn,n(1041)))try{this[n(1340)]?.close(),this[n(1340)]=void 0}catch(s){_0x44c944.log(s)}else{this[n(1367)+"ngTimer"](),this[n(1294)+"gTimeoutId"]=e.FKgoS(setTimeout,this[n(847)][n(719)](this),this._options["pingInte"+n(486)]);return}if(!this[n(1585)]||e[n(378)](this[n(1585)].readyState,this[n(838)]))return void this[n(420)+"econnect"]();this._ws&&this[n(1585)][n(238)]("hi"),this[n(249)+"ctTimeou"+n(1677)]=e[n(408)](setTimeout,this[n(420)+n(1314)+n(1163)][n(719)](this),this[n(407)].pingTimeoutInterval)}[t(420)+t(1314)+t(1163)](){let n=t;this[n(846)+"sCounter"]?.[n(383)](),this.emit(e.WWIMf,n(826)),this[n(846)+n(1201)]?.[n(594)+"chMaxCount"]()?this["_handleR"+n(1314)]():this._ping()}_navigatorOnline(){let n=t;return this[n(260)+"T"]||this[n(1129)+"X"]?this[n(1335)+n(1180)+n(381)]:(this[n(1309)+"er"]||this._isWorker)&&this._options[n(304)+"tworkCha"+n(1349)]?navigator[n(1645)]:!0}_handleReconnect(){let n=t;!this[n(1521)+n(665)]()||this[n(1487)+n(1590)]||(this["_endpoin"+n(1238)]?.[n(448)+n(777)+"fig"](),this[n(846)+n(1201)]?.[n(593)+"nter"](),this._ws?this[n(663)+n(679)](1001,e[n(419)],!0):this[n(1512)]())}[t(773)+t(539)+t(557)](){let n=t;e[n(617)]!=="LkrHu"?this._isMiniTT?tt[n(568)+n(1319)+n(599)](({isConnected:s})=>{let l=n;this[l(1335)+l(1180)+l(381)]=s,s?this["_handleO"+l(633)]():this["_handleO"+l(1692)]()}):this[n(1129)+"X"]&&wx[n(568)+"kStatusC"+n(599)](({isConnected:s})=>{let l=n;this["_miniNav"+l(1180)+l(381)]=s,s?this[l(406)+l(633)]():this[l(406)+l(1692)]()}):this[n(606)+n(446)]()}_wait(n){return new Promise(s=>{let l=F;e[l(532)](setTimeout,s,this[l(514)+"rvalValue"](n))})}[t(663)+t(679)](n=1e3,s="",l=!1){let h=t;this[h(1585)]&&this[h(1121)+h(893)+"t"](n,s,l)}_onTimeout(){let n=t,s=this[n(530)+n(1238)]?.[n(573)+n(858)+"nt"]();this[n(952)](n(1705)+s+n(649)),this[n(663)+n(679)](1001,n(1033)+" try rec"+n(341)+"g",!0)}[t(390)](n){let s=t,l=e.FoGzE(Gt,n);this[s(1585)]&&this._ws.readyState===this.OPEN&&(this[s(1585)]&&this[s(1585)].send(l),this._debug(e[s(308)],n))}[t(313)+t(709)+"rs"](){let n=t,s={QPGNQ:e[n(998)],mEGAA:function(l,h,p){return e[n(436)](l,h,p)}};if(e[n(1364)](e.DvHBa,e[n(698)])){if(!this[n(1585)])return;this[n(1585)].removeEventListener(n(1307),this._onOpen),this[n(1585)][n(1056)+"entListener"](n(326),this[n(782)]),this[n(1585)]["removeEv"+n(520)+n(1361)](e[n(1468)],this[n(1448)+"ge"]),this[n(1585)]["removeEventListe"+n(1361)](e[n(959)],this[n(516)])}else this[n(1391)](nyRFgu[n(375)],nyRFgu[n(336)](_0x1ac20b,nyRFgu[n(375)],{..._0x314be0}))}_addWsListeners(){let n=t,s=e[n(1423)][n(302)]("|"),l=0;for(;;){switch(s[l++]){case"0":this[n(1585)][n(1731)+n(213)](e[n(959)],this[n(516)]);continue;case"1":if(!this._ws)return;continue;case"2":this[n(1585)][n(1731)+n(213)](n(326),this._onClose);continue;case"3":this._ws[n(1731)+n(213)](e[n(236)],this._onOpen);continue;case"4":this[n(1585)][n(1731)+n(213)](e[n(1468)],this[n(1448)+"ge"]);continue}break}}["_wsInsta"+t(1057)](n=1e3,s=""){let l=t,h={dEukx:function(p,_){return e.bDgFw(p,_)},BsitV:function(p,_){return p|_},tBAFd:function(p,_){return e[F(1406)](p,_)},Ndqqr:function(p,_){return p<<_},GODWo:function(p,_){return e.qGnod(p,_)},qKbWr:function(p,_){return e[F(490)](p,_)},gAWWM:function(p,_){return e[F(510)](p,_)},ehXNE:function(p,_){return e[F(307)](p,_)},BaxkG:function(p,_){return p<_},AMPUF:function(p,_){return p<_},oMyuF:function(p,_){return e[F(1607)](p,_)},ApuuW:function(p,_,E){return e[F(1212)](p,_,E)},fDxbV:function(p,_){return p+_},CSzIJ:function(p,_){return e[F(1271)](p,_)},HCUZa:function(p,_){return e[F(1229)](p,_)},BsZjX:function(p,_){return e.xWBIO(p,_)},RyLMJ:function(p,_){return e[F(1007)](p,_)},vabop:function(p,_){return e[F(1714)](p,_)},TCHjj:function(p,_){return e[F(745)](p,_)},kDLfd:function(p,_){return e[F(1152)](p,_)},VmGjq:function(p,_){return e[F(1116)](p,_)},ejyvQ:function(p,_){return e[F(1406)](p,_)},vgTKi:function(p,_){return p+_},UcEOh:function(p,_){return e[F(1063)](p,_)},TClKW:function(p,_){return e[F(1449)](p,_)},XSwAk:function(p,_){return p|_},SiXEd:function(p,_){return e[F(1317)](p,_)},QZFGk:function(p,_){return p!==_},mXNqe:function(p,_){return e[F(1418)](p,_)},MduZa:function(p,_){return p>>>_},ZJdXI:function(p,_){return e[F(299)](p,_)},qqljC:function(p,_){return p!==_},PNsyI:function(p,_){return p!==_},aVniS:function(p,_){return e[F(911)](p,_)}};if(e[l(727)]!=="ujBka")try{this[l(1585)]&&this._ws[l(326)](n,s)}catch{}else{let p=yjLYYT[l(1718)](_0x34c944.low,0),_=yjLYYT[l(906)](yjLYYT[l(1458)](_0x5218cd[l(1372)],28),yjLYYT[l(331)](_0xc28fa1[l(836)],4))>>>0,E=yjLYYT[l(1075)](_0x21b0b0[l(836)],24),m=yjLYYT[l(816)](0,E)?yjLYYT[l(360)](0,_)?p<16384?yjLYYT[l(883)](p,128)?1:2:yjLYYT[l(534)](p,2097152)?3:4:yjLYYT[l(1078)](_,16384)?yjLYYT[l(223)](_,128)?5:6:yjLYYT.AMPUF(_,2097152)?7:8:E<128?9:10,T=yjLYYT.ApuuW(_0x127e7f,_0x38eba7,m),L=_0x70be96[l(214)];switch(m){case 10:L[yjLYYT[l(927)](T,9)]=yjLYYT.CSzIJ(yjLYYT[l(1718)](E,7),1);case 9:L[yjLYYT[l(927)](T,8)]=yjLYYT.HCUZa(9,m)?yjLYYT[l(906)](128,E):yjLYYT[l(764)](127,E);case 8:L[yjLYYT.fDxbV(T,7)]=yjLYYT[l(403)](8,m)?yjLYYT[l(1456)](yjLYYT[l(1718)](_,21),128):yjLYYT[l(1480)](yjLYYT[l(1586)](_,21),127);case 7:L[yjLYYT.VmGjq(T,6)]=m!==7?yjLYYT.vabop(_>>>14,128):yjLYYT[l(723)](_,14)&127;case 6:L[yjLYYT[l(1038)](T,5)]=m!==6?_>>>7|128:yjLYYT[l(880)](_,7)&127;case 5:L[T+4]=yjLYYT[l(681)](5,m)?yjLYYT[l(1541)](128,_):yjLYYT[l(764)](127,_);case 4:L[yjLYYT.vgTKi(T,3)]=m!==4?yjLYYT[l(1541)](yjLYYT[l(880)](p,21),128):yjLYYT[l(1444)](yjLYYT[l(1075)](p,21),127);case 3:L[yjLYYT[l(1563)](T,2)]=yjLYYT.QZFGk(3,m)?yjLYYT[l(862)](yjLYYT.MduZa(p,14),128):yjLYYT.ZJdXI(yjLYYT.GODWo(p,14),127);case 2:L[yjLYYT.VmGjq(T,1)]=yjLYYT.qqljC(2,m)?yjLYYT[l(1586)](p,7)|128:yjLYYT[l(1444)](p>>>7,127);case 1:L[T]=yjLYYT[l(498)](1,m)?yjLYYT.aVniS(128,p):yjLYYT.BsZjX(127,p)}}}[t(1121)+t(893)+"t"](n=1e3,s="",l=!1){let h=t,p={lyptV:function(_,E){return e[F(1401)](_,E)},faUrH:function(_,E){return e[F(1332)](_,E)}};if(this[h(1367)+"ngTimer"](),this[h(638)+h(1719)](),this[h(313)+h(709)+"rs"](),this[h(839)+"nceClose"](1e3,s),this._connectLock=!1,l&&this[h(1521)+"orOnline"]()&&!this[h(1487)+"osed"])if(e[h(1274)](e[h(1408)],e[h(1469)])){let _=0,E=_0x3c7fe1,m=_0x532def+4;for(;ortRfs.lyptV(E,m);){let{value:T,offset:L}=_0x5b2405(_0x1a6197,E);E=L,_=ortRfs[h(1094)](_<<8,0),_+=T}return{value:_,offset:m}}else{if(this._endpointManager?.["checkRea"+h(1595)+"es"]()){let E=this[h(530)+h(1238)]?.getCurrentEndpoint();this["_dispatc"+h(1147)+"ent"](e[h(1058)](_t,e[h(998)],{code:1006,reason:h(1705)+E+(h(649)+h(613)+h(1284)+h(401)),wasClean:!0}))}else if(e.mLjgP!=="olcfk"){let E=this._options[h(276)+h(1048)+h(1202)](n,s);this[h(1648)+h(1147)+"ent"](e[h(842)](_t,e[h(998)],{code:n,reason:s,wasClean:!0,willReconnect:E})),E&&this._connect()}else this[h(1174)]=!0,this._connect();return}this[h(1521)+h(665)]()||this[h(1487)+h(1590)]?this[h(1648)+h(1147)+h(1379)](e[h(1217)](_t,h(326),{code:n,reason:e[h(1481)]})):this[h(1648)+"hCloseEv"+h(1379)](e[h(211)](_t,h(326),{code:1006,reason:e[h(397)]})),this[h(1585)]=null,this._endpointManager?.[h(448)+"pointCon"+h(288)](),this[h(846)+"sCounter"]?.[h(593)+h(1724)]()}["_dispatc"+t(1474)+"nt"](n){let s=t;this[s(1391)](e[s(236)],n),this[s(1649)]&&this[s(1649)](n)}[t(1648)+t(293)+t(512)](n){let s=t;this[s(1391)](e[s(1468)],n),this.onmessage&&this[s(1661)+"e"](n)}[t(1648)+t(643)+t(1045)](n){let s=t;this[s(1391)](s(1611),n),this[s(799)+s(721)]&&this[s(799)+s(721)](n)}[t(1648)+t(1276)+t(1379)](n){let s=t;this.emit(e[s(959)],n),this[s(456)]&&this[s(456)](n)}[t(1648)+t(1147)+t(1379)](n){let s=t;this.emit(e[s(998)],n),this[s(726)]&&this.onclose(n)}get[t(1245)+"pe"](){let n=t;return this._ws?this._ws[n(1245)+"pe"]:this[n(580)+n(1139)]}set[t(1245)+"pe"](n){let s=t;this[s(580)+s(1139)]=n,this[s(1585)]&&(this._ws[s(1245)+"pe"]=n)}get[t(737)+"nt"](){let n=t;return this["_endpoin"+n(1238)]?.[n(573)+n(858)+n(811)+n(354)]()||0}get bufferedAmount(){let n=t,s=this._messageQueue.reduce((l,h)=>(l+=h&&h[F(882)+"th"]||0,l),0);return e[n(877)](s,this[n(1585)]?this[n(1585)][n(1479)+"Amount"]:0)}get[t(327)+"ns"](){let n=t;return this[n(1585)]?this[n(1585)][n(327)+"ns"]:""}get[t(929)](){let n=t;return this[n(1585)]?this[n(1585)][n(929)]:""}get[t(421)+"te"](){let n=t;return this[n(1585)]?this[n(1585)].readyState:this[n(407)][n(1173)+n(1049)]?this[n(1362)+"NG"]:this.CLOSED}get[t(431)](){let n=t;return this[n(1585)]?this._ws[n(431)]:this._url}[t(326)](n=1e3,s){let l=t,h=e[l(868)][l(302)]("|"),p=0;for(;;){switch(h[p++]){case"0":this[l(680)+"balEvent"+l(213)]();continue;case"1":this["_destroy"+l(893)+"t"](n,s);continue;case"2":this[l(1367)+l(1005)]();continue;case"3":this[l(1487)+l(1590)]=!0;continue;case"4":if(e.BxMVT(this[l(1585)][l(421)+"te"],this[l(365)])||e.TBYLQ(this[l(1585)].readyState,this.CLOSING))return void this._debug("close, ws alread"+l(208));continue;case"5":this._QoSManager?.closeDB();continue;case"6":this["_clearTi"+l(1719)]();continue;case"7":if(!this[l(1585)])return void this[l(952)](e[l(586)]);continue}break}}async[t(238)](n,s){let l=t,h={eiKGv:function(Tt,hs,xs){return e[F(699)](Tt,hs,xs)}};if(e[l(1593)](null,n))throw new Error(e.SPRQw);e.phMTX==typeof n&&(n=JSON[l(1138)+"y"](n)),e[l(1520)](e[l(558)],typeof n)&&!e[l(320)](n,ArrayBuffer)&&!(n.buffer&&e[l(1592)](n.buffer,ArrayBuffer))&&(n=JSON[l(1138)+"y"](n));let p=await e.xyGuy(vl,n),_=e[l(1417)](om,n),{method:E=0,service:m=this[l(407)][l(1305)],logID:T=this[l(407)]["logIDGen"+l(325)](),headers:L=this[l(407)][l(1513)],payloadEncoding:j=this[l(407)][l(1676)+l(960)],payloadType:$=this[l(407)][l(942)+l(1139)],logIDNew:Y=this[l(407)].logIDNewConfig[l(1001)+l(1072)+l(925)+"ew"]?e[l(1575)](i,this[l(407)][l(1466)+l(660)][l(1016)]):""}=e[l(218)](s,{});if(!m)throw new Error("please p"+l(749)+l(528)+l(1414));let _e={SeqID:he.fromNumber(this[l(508)]++),LogID:he[l(1378)+"er"](T),service:m,method:E,headers:L,payloadEncoding:e[l(1300)](j,Object)?j.encoding?j[l(278)]:"":j,payloadType:e.UHUhm($,Object)?$[l(747)]?$[l(747)]:_:$||_,payload:p,LogIDNew:Y},et=e[l(1124)](Gt,_e);return this[l(1585)]&&e[l(292)](this[l(1585)][l(421)+"te"],this.OPEN)?(this[l(1585)]&&this._ws[l(238)](et),this._debug(e[l(1137)],_e)):this["_message"+l(1420)][l(693)]<this[l(407)]["maxMessa"+l(305)+l(335)]?(this["_message"+l(1420)][l(1419)](et),this[l(952)](e[l(714)],_e)):e[l(561)](e[l(964)],l(1053))?(this[l(1265)+l(1420)].shift(),this[l(1265)+"Queue"][l(1419)](et)):(_0x3f7365(_0x21d689,18),KMkKjr[l(1539)](_0x4904fb,_0x20ecfc,_0xe25876)),{seqID:this[l(508)],logID:T,logIDNew:Y}}async[t(276)+"t"](n){let s=t,{url:l}=e[s(1403)](n,{}),h=Array[s(501)](l)?l:e[s(558)]==typeof l?[l]:[];n&&Object[s(433)](this._options,n),h&&h[s(693)]?this[s(530)+s(1238)]=new _l(h,this[s(407)][s(418)+"es"]):this[s(530)+"tManager"]?.[s(448)+"pointCon"+s(288)](),this[s(846)+"sCounter"]?.[s(593)+s(1724)](this._options[s(989)+s(550)]),this[s(1487)+s(1590)]=!1,this[s(1585)]&&e[s(1562)](this._ws.readyState,this[s(365)])?this[s(663)+s(679)](1e3,e.lKENd,!0):(this._isInit=!0,this._connect())}async[t(807)](){let n=t;if(!this[n(1512)+n(1283)]){if(e.tKQuY(e[n(1582)],"iDIPe"))return"frontier_"+this[n(1303)];this[n(530)+n(1238)]?.["resetEndpointCon"+n(288)](),this["_pingLos"+n(1201)]?.[n(593)+n(1724)](),this[n(1487)+n(1590)]=!1,this._isInit=!0,this._connect()}}[t(1731)+t(213)](n,s){this.on(n,s)}[t(1246)+"Event"](n){let{type:s}=n;this.emit(s,n)}["removeEventListe"+t(1361)](n,s){this[t(673)](n,s)}[t(374)](){let n=t,s={fdIMJ:e[n(449)],ndrhM:e.WWIMf,ZKQZy:function(l,h){return l(h)},hCGzR:e[n(840)],jqpKW:function(l,h,p){return e[n(369)](l,h,p)}};return new Promise((l,h)=>{let p=n;this[p(1367)+"ngTimer"](),this[p(1294)+p(544)+"Id"]=s[p(615)](setTimeout,this._ping.bind(this),this._options[p(1635)+p(486)]);let _=()=>{let m=p;l(m(234)),this[m(673)](s.fdIMJ,_),this[m(673)](s[m(770)],E)},E=()=>{let m=p;s[m(519)](h,s[m(1381)]),this[m(673)](s[m(639)],_),this[m(673)](s.ndrhM,E)};this.on(s[p(639)],_),this.on(s.ndrhM,E),this[p(847)]()})}}})(),Be[N(1321)+N(1115)]=Pe[N(1321)+N(1115)],Be[N(1205)+N(518)]=Pe[N(1205)+N(518)],Be[N(536)+"e"]=Pe[N(536)+"e"],Be[N(512)]=Pe.Event,Be[N(1652)]=Pe[N(1652)],Be[N(598)+N(1320)+"vent"]=Pe["FrontierMessageE"+N(426)],Be.MessageEvent=Pe["MessageE"+N(426)],Be[N(1472)+"t"]=Pe.OpenEvent,Be[N(1214)+N(576)]=Pe["Reconnec"+N(576)],Be[N(1555)+N(1115)]=Pe[N(1555)+N(1115)],Be.createErrorEvent=Pe[N(290)+N(518)],Be[N(1047)+N(545)+"nt"]=Pe[N(1047)+N(545)+"nt"],Be[N(830)+N(1052)]=Pe[N(830)+N(1052)],Be[N(367)+N(1625)+N(426)]=Pe[N(367)+N(1625)+N(426)],Be["decodedF"+N(828)]=Pe[N(427)+N(828)],Be[N(635)+"ame"]=Pe[N(635)+N(920)];for(ea in Pe)[N(1321)+"oseEvent",N(1205)+N(518),N(536)+"e",N(512),N(1652),N(598)+N(1320)+N(426),"MessageE"+N(426),"OpenEvent",N(1214)+N(576),N(1555)+N(1115),N(290)+"rorEvent",N(1047)+N(545)+"nt","createOp"+N(1052),N(367)+N(1625)+N(426),N(427)+"rame",N(635)+N(920)][N(1672)](ea)===-1&&(Be[ea]=Pe[ea]);var ea;Object[N(1098)+N(1385)](Be,"__esModule",{value:!0})});import{existsSync as QS,openSync as e1}from"node:fs";import{mkdir as t1}from"node:fs/promises";import{dirname as n1}from"node:path";import{fileURLToPath as r1}from"node:url";function s1(t,e){return e==="legacy"?t.logFile:t.daemonStdioLog}function Zd(t=J()){return QS(t.libEntry)?t.libEntry:r1(new URL("../index.ts",import.meta.url))}async function hp(t={}){let e=t.paths??J(),r=t.entryOverride??Zd(e),i=s1(e,process.env.COZE_BRIDGE_LOG_MODE);await t1(n1(i),{recursive:!0});let o=e1(i,"a"),d=r.endsWith(".ts")?["--import","tsx/esm",r,"--daemon"]:[r,"--daemon"],u=st(process.execPath,d,{detached:!0,stdio:["ignore",o,o],env:{...process.env,[cs]:"1"}});if(u.unref(),typeof u.pid!="number")throw new Error("failed to spawn daemon (no pid)");return i1.info("daemon spawned",{pid:u.pid,entry:r}),{pid:u.pid,entry:r}}var i1,cs,ua=nt(()=>{"use strict";Zt();te();Re();i1=G("spawn-daemon"),cs="COZE_BRIDGE_DAEMON"});import{spawn as n2}from"node:child_process";import{mkdir as r2,unlink as i2,writeFile as s2}from"node:fs/promises";import{dirname as o2,join as a2}from"node:path";function Zr(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function c2(t){if(!t)return"";let e=Object.entries(t).map(([r,i])=>` <key>${Zr(r)}</key>
|
|
21
|
+
<string>${Zr(i)}</string>`).join(`
|
|
22
22
|
`);return e?`
|
|
23
23
|
<key>EnvironmentVariables</key>
|
|
24
24
|
<dict>
|
|
25
25
|
${e}
|
|
26
|
-
</dict>`:""}function
|
|
26
|
+
</dict>`:""}function d2(t,e){return new Promise((r,i)=>{let o=n2(t,e,{stdio:["ignore","pipe","pipe"]}),c="";o.stderr?.on("data",d=>{c+=d.toString("utf8")}),o.on("error",i),o.on("close",d=>{d===0?r():i(new Error(`${t} ${e.join(" ")} exited ${d}: ${c.trim()}`))})})}var Jr,us,ga,ol,Mp=nt(()=>{"use strict";te();Jr=G("supervisor.launchd"),us="ai.coze.bridge",ga=d2,ol={platform:"darwin",renderConfig(t){return`<?xml version="1.0" encoding="UTF-8"?>
|
|
27
27
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
28
28
|
<plist version="1.0">
|
|
29
29
|
<dict>
|
|
30
30
|
<key>Label</key>
|
|
31
|
-
<string>${
|
|
31
|
+
<string>${us}</string>
|
|
32
32
|
<key>ProgramArguments</key>
|
|
33
33
|
<array>
|
|
34
|
-
<string>${
|
|
35
|
-
<string>${
|
|
34
|
+
<string>${Zr(t.nodeBin)}</string>
|
|
35
|
+
<string>${Zr(t.entry)}</string>
|
|
36
36
|
<string>--daemon</string>
|
|
37
37
|
</array>
|
|
38
38
|
<key>RunAtLoad</key>
|
|
@@ -42,13 +42,13 @@ ${e}
|
|
|
42
42
|
<key>ThrottleInterval</key>
|
|
43
43
|
<integer>10</integer>
|
|
44
44
|
<key>StandardOutPath</key>
|
|
45
|
-
<string>${
|
|
45
|
+
<string>${Zr(t.logFile)}</string>
|
|
46
46
|
<key>StandardErrorPath</key>
|
|
47
|
-
<string>${
|
|
47
|
+
<string>${Zr(t.logFile)}</string>${c2(t.env)}
|
|
48
48
|
</dict>
|
|
49
49
|
</plist>
|
|
50
|
-
`},configPath(t){return
|
|
51
|
-
`):""}function
|
|
50
|
+
`},configPath(t){return a2(t.homeDir,"Library","LaunchAgents",`${us}.plist`)},async install(t,e){let r=e?.activate!==!1,i=this.configPath(t);if(await r2(o2(i),{recursive:!0}),await s2(i,this.renderConfig(t),"utf8"),Jr.info("plist written",{plistPath:i,activate:r}),!r)return;await ga("launchctl",["unload","-w",i]).catch(c=>Jr.info("launchctl unload before load (ignored, likely not loaded yet)",{err:String(c)})),await ga("launchctl",["load","-w",i]),Jr.info("launchd job loaded",{label:us});let o=process.getuid?.()??0;await ga("launchctl",["kickstart","-k",`gui/${o}/${us}`]),Jr.info("launchd job kickstarted",{label:us,uid:o})},async uninstall(t){let e=this.configPath(t);await ga("launchctl",["unload","-w",e]).catch(r=>Jr.warn("launchctl unload failed (ignored)",{err:String(r)})),await i2(e).catch(r=>{if(r.code!=="ENOENT")throw r}),Jr.info("launchd job removed",{plistPath:e})}}});import{spawn as l2}from"node:child_process";import{mkdir as u2,unlink as f2,writeFile as h2}from"node:fs/promises";import{dirname as x2,join as Bp}from"node:path";function _a(t,e){return t.isRoot?e:["--user",...e]}function m2(t){return t?Object.entries(t).map(([e,r])=>{let i=r.replace(/\\/g,"\\\\").replace(/"/g,'\\"');return`Environment="${e}=${i}"`}).join(`
|
|
51
|
+
`):""}function ya(t,e){return new Promise((r,i)=>{let o=l2(t,e,{stdio:["ignore","pipe","pipe"]}),c="";o.stderr?.on("data",d=>{c+=d.toString("utf8")}),o.on("error",i),o.on("close",d=>{d===0?r():i(new Error(`${t} ${e.join(" ")} exited ${d}: ${c.trim()}`))})})}var wa,Xr,p2,al,Fp=nt(()=>{"use strict";te();wa=G("supervisor.systemd"),Xr="coze-bridge.service",p2="/etc/systemd/system";al={platform:"linux",renderConfig(t){let e=t.isRoot?"multi-user.target":"default.target";return`[Unit]
|
|
52
52
|
Description=Coze Bridge daemon
|
|
53
53
|
After=network.target
|
|
54
54
|
|
|
@@ -59,10 +59,10 @@ Restart=always
|
|
|
59
59
|
RestartSec=3
|
|
60
60
|
StandardOutput=append:${t.logFile}
|
|
61
61
|
StandardError=append:${t.logFile}
|
|
62
|
-
${
|
|
62
|
+
${m2(t.env)}
|
|
63
63
|
[Install]
|
|
64
64
|
WantedBy=${e}
|
|
65
|
-
`},configPath(t){return t.isRoot?
|
|
65
|
+
`},configPath(t){return t.isRoot?Bp(p2,Xr):Bp(t.homeDir,".config","systemd","user",Xr)},async install(t,e){let r=e?.activate!==!1,i=this.configPath(t),o=t.isRoot?"system":"user";await u2(x2(i),{recursive:!0}),await h2(i,this.renderConfig(t),"utf8"),wa.info("systemd unit written",{unitPath:i,mode:o,activate:r}),await ya("systemctl",_a(t,["daemon-reload"])),await ya("systemctl",_a(t,r?["enable","--now",Xr]:["enable",Xr])),wa.info("systemd unit enabled",{unitName:Xr,mode:o,activate:r})},async uninstall(t){let e=this.configPath(t);await ya("systemctl",_a(t,["disable","--now",Xr])).catch(r=>wa.warn("systemctl disable failed (ignored)",{err:String(r)})),await f2(e).catch(r=>{if(r.code!=="ENOENT")throw r}),await ya("systemctl",_a(t,["daemon-reload"])).catch(()=>{}),wa.info("systemd unit removed",{unitPath:e})}}});import{spawn as g2}from"node:child_process";import{join as w2}from"node:path";function zp(t,e){return new Promise((r,i)=>{let o=g2(t,e,{stdio:["ignore","pipe","pipe"],shell:!1}),c="";o.stderr?.on("data",d=>{c+=d.toString("utf8")}),o.on("error",i),o.on("close",d=>{d===0?r():i(new Error(`${t} ${e.join(" ")} exited ${d}: ${c.trim()}`))})})}var cl,Ea,dl,Up=nt(()=>{"use strict";te();cl=G("supervisor.taskscheduler"),Ea="CozeBridge",dl={platform:"win32",renderConfig(t){return`<?xml version="1.0" encoding="UTF-16"?>
|
|
66
66
|
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
|
|
67
67
|
<RegistrationInfo>
|
|
68
68
|
<Description>Coze Bridge daemon</Description>
|
|
@@ -86,55 +86,55 @@ WantedBy=${e}
|
|
|
86
86
|
</Exec>
|
|
87
87
|
</Actions>
|
|
88
88
|
</Task>
|
|
89
|
-
`},configPath(t){return _2(t.homeDir,".coze","bridge","task.xml")},async install(t){let r=`cmd.exe /c ${[`^"${t.nodeBin}^"`,`^"${t.entry}^"`,"--daemon",`>> ^"${t.logFile}^" 2>&1`].join(" ")}`;await Fp("schtasks",["/Create","/SC","ONLOGON","/TN",ya,"/TR",r,"/RU",t.userName,"/F"]),al.info("task scheduler entry created",{task:ya,logFile:t.logFile})},async uninstall(t){await Fp("schtasks",["/Delete","/TN",ya,"/F"]).catch(e=>al.warn("schtasks /Delete failed (ignored)",{err:String(e)})),al.info("task scheduler entry removed",{task:ya})}}});var Up={};La(Up,{buildContext:()=>I2,getSupervisor:()=>E2,launchdSupervisor:()=>sl,systemdSupervisor:()=>ol,taskSchedulerSupervisor:()=>cl});import{homedir as y2,userInfo as b2}from"node:os";function E2(t=process.platform){switch(t){case"darwin":return sl;case"linux":return ol;case"win32":return cl;default:throw new Error(`unsupported platform for OS supervisor: ${t}`)}}function S2(){let t={};for(let e of v2){let r=process.env[e];r&&(t[e]=r)}return t}function I2(){let t=Z();return{nodeBin:process.execPath,entry:Zd(t),logFile:t.logFile,homeDir:y2(),userName:b2().username,isRoot:process.getuid?.()===0,env:S2()}}var v2,Gp=nt(()=>{"use strict";Re();la();Np();Bp();zp();v2=["PATH","HOME","HTTP_PROXY","HTTPS_PROXY","NO_PROXY","ALL_PROXY","http_proxy","https_proxy","no_proxy","all_proxy","NODE_EXTRA_CA_CERTS"]});te();ln();var zl=G("acp-installer-warmup"),pg=["claude-code","codex"];async function Ul(t={}){let e=t.ensure??lr,i=(await Promise.allSettled(pg.map(async o=>{let c=await e(o);zl.info("acp wrapper warmup ok",{framework:o,path:c})}))).filter(o=>o.status==="rejected");i.length>0&&zl.warn("acp wrapper warmup partial failure (\u5C06\u5728\u4E0B\u6B21 createAgent \u65F6\u91CD\u8BD5\u5E76\u629B\u9519\u7ED9\u7528\u6237)",{failedCount:i.length,reasons:i.map(o=>o.reason instanceof Error?o.reason.message:String(o.reason))})}Wt();te();import{readdir as Dg}from"node:fs/promises";import{mkdir as jl,readFile as Cg,writeFile as Wl}from"node:fs/promises";import{join as Ga}from"node:path";var Rg={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md",hermes:"AGENTS.md"};async function xr(t,e,r){await jl(t,{recursive:!0});let i=Rg[e],o=Ga(t,i);return await Wl(o,r??"","utf8"),o}async function Ha(t,e,r){let i=Ga(t,".claude");await jl(i,{recursive:!0});let o=Ga(i,"settings.local.json"),c={};try{let u=await Cg(o,"utf8"),f=JSON.parse(u);typeof f=="object"&&f!==null&&!Array.isArray(f)&&(c=f)}catch{}let d=typeof c.permissions=="object"&&c.permissions!==null&&!Array.isArray(c.permissions)?c.permissions:{};if(e==="cloud")d.defaultMode="bypassPermissions",c.autoCompactWindow=15e4;else{if(!r)throw new Error("writeCcPermissionSettings: local deployType requires permissionMode (caller bug)");d.defaultMode===void 0&&(d.defaultMode=r)}return c.permissions=d,await Wl(o,JSON.stringify(c,null,2),"utf8"),o}var Xe=G("agent-detail-sync"),Pg=6e4,Og=5*6e4,vs=class{constructor(e){this.opts=e}opts;retryQueue=new Map;async syncAll(e){let r=this.opts.paths.agentsRoot,i;try{i=await Dg(r)}catch(o){Xe.info("agents dir not found, skip detail sync",{root:r,err:String(o)});return}Xe.info("starting detail sync",{reason:e,count:i.length}),await Promise.allSettled(i.map(async o=>{let c=await ve(o,this.opts.paths).catch(()=>null);if(c){if(c.disconnectedAt){Xe.debug("detail sync: skip disconnected agent",{agentId:o});return}try{await this.syncOne(o,c)}catch(d){Xe.warn("detail sync failed for agent, skipping",{agentId:o,err:String(d)})}}})),Xe.info("detail sync done",{reason:e})}async retryPending(){if(this.retryQueue.size===0)return;let e=Date.now(),r=[];for(let[i,o]of this.retryQueue)e>=o.dueAt&&r.push(i);if(r.length!==0){Xe.info("retrying pending detail syncs",{count:r.length});for(let i of r)try{await this.syncOne(i)}catch(o){Xe.debug("detail sync retry still failing, will try again",{agentId:i,err:String(o)})}}}async syncOne(e,r){let i=r??await ve(e,this.opts.paths);if(!i){Xe.info("detail sync: agent config missing, skip",{agentId:e});return}let o;try{o=await this.opts.sendDetail({_meta:{cozeAgentId:e}}),this.retryQueue.delete(e)}catch(f){Xe.warn("detail RPC failed, using local data",{agentId:e,err:String(f)});let h=this.retryQueue.get(e),g=h?Math.min(h.currentDelay*2,Og):Pg;this.retryQueue.set(e,{dueAt:Date.now()+g,currentDelay:g});return}if(o.agentId&&o.agentId!==e){Xe.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:o.agentId});return}let c=!1,d=!1;o.agentName&&o.agentName!==i.agentName&&(i.agentName=o.agentName,c=!0),o.description!==void 0&&o.description!==i.description&&(i.description=o.description,c=!0),o.cozeIdentity&&o.cozeIdentity!==i.cozeIdentity&&(i.cozeIdentity=o.cozeIdentity,c=!0,d=!0);let u=!1;if(o.deployType==="cloud"&&i.deployType!=="cloud"?(Xe.warn("detail sync: agent demoted to local, repairing to cloud",{agentId:e}),i.deployType="cloud",c=!0,u=!0):o.deployType&&Xe.info("detail.deployType",{agentId:e,deployType:o.deployType}),!c){Xe.debug("detail sync: no diff",{agentId:e});return}await Ue(i,this.opts.paths),Xe.info("detail sync: config updated",{agentId:e,identityChanged:d,agentName:i.agentName}),u?(await this.opts.agentManager.createAgent({agentId:e,framework:i.framework,_meta:{cozeDeployType:"cloud"},cozeIdentity:i.cozeIdentity,model:i.model}),Xe.info("detail sync: repaired demoted agent back to cloud",{agentId:e})):d&&(await xr(i.workspace,i.framework,i.cozeIdentity),this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};var xd=qt(Su(),1);import{createHash as by}from"node:crypto";import{lstat as sd,mkdir as od,readFile as _o,readdir as m0,rm as ad,stat as ud,writeFile as cd}from"node:fs/promises";import{homedir as Ey}from"node:os";import{basename as x0,dirname as vy,join as le,normalize as Sy,relative as fd,resolve as dd,sep as g0}from"node:path";import{Readable as w0}from"node:stream";import{pipeline as _0}from"node:stream/promises";import tw from"events";import it from"fs";import{EventEmitter as Gc}from"node:events";import of from"node:stream";import{StringDecoder as nw}from"node:string_decoder";import df from"node:path";import Ir from"node:fs";import{dirname as pw,parse as mw}from"path";import{EventEmitter as Sw}from"events";import Ec from"assert";import{Buffer as qn}from"buffer";import*as Cu from"zlib";import Iw from"zlib";import{posix as wr}from"node:path";import{basename as Xw}from"node:path";import to from"fs";import Pt from"fs";import Mu from"path";import{win32 as l_}from"node:path";import qu from"path";import Sf from"node:fs";import k_ from"node:assert";import{randomBytes as If}from"node:crypto";import ie from"node:fs";import Be from"node:path";import Af from"fs";import uo from"node:fs";import ki from"node:path";import ct from"node:fs";import L_ from"node:fs/promises";import io from"node:path";import{join as Bf}from"node:path";import at from"node:fs";import Uf from"node:path";var Qg=Object.defineProperty,ew=(t,e)=>{for(var r in e)Qg(t,r,{get:e[r],enumerable:!0})},Iu=typeof process=="object"&&process?process:{stdout:null,stderr:null},rw=t=>!!t&&typeof t=="object"&&(t instanceof Kn||t instanceof of||iw(t)||sw(t)),iw=t=>!!t&&typeof t=="object"&&t instanceof Gc&&typeof t.pipe=="function"&&t.pipe!==of.Writable.prototype.pipe,sw=t=>!!t&&typeof t=="object"&&t instanceof Gc&&typeof t.write=="function"&&typeof t.end=="function",Kt=Symbol("EOF"),$t=Symbol("maybeEmitEnd"),fn=Symbol("emittedEnd"),Ts=Symbol("emittingEnd"),li=Symbol("emittedError"),Cs=Symbol("closed"),Au=Symbol("read"),Rs=Symbol("flush"),ku=Symbol("flushChunk"),bt=Symbol("encoding"),gr=Symbol("decoder"),Ge=Symbol("flowing"),ui=Symbol("paused"),Er=Symbol("resume"),He=Symbol("buffer"),Qe=Symbol("pipes"),qe=Symbol("bufferLength"),Va=Symbol("bufferPush"),Ds=Symbol("bufferShift"),Ye=Symbol("objectMode"),ke=Symbol("destroyed"),Ja=Symbol("error"),Za=Symbol("emitData"),Tu=Symbol("emitEnd"),Ya=Symbol("emitEnd2"),Ct=Symbol("async"),Xa=Symbol("abort"),Ps=Symbol("aborted"),fi=Symbol("signal"),Ln=Symbol("dataListeners"),ot=Symbol("discarded"),xi=t=>Promise.resolve().then(t),ow=t=>t(),aw=t=>t==="end"||t==="finish"||t==="prefinish",cw=t=>t instanceof ArrayBuffer||!!t&&typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,dw=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),af=class{src;dest;opts;ondrain;constructor(t,e,r){this.src=t,this.dest=e,this.opts=r,this.ondrain=()=>t[Er](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(t){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},lw=class extends af{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(t,e,r){super(t,e,r),this.proxyErrors=i=>this.dest.emit("error",i),t.on("error",this.proxyErrors)}},uw=t=>!!t.objectMode,fw=t=>!t.objectMode&&!!t.encoding&&t.encoding!=="buffer",Kn=class extends Gc{[Ge]=!1;[ui]=!1;[Qe]=[];[He]=[];[Ye];[bt];[Ct];[gr];[Kt]=!1;[fn]=!1;[Ts]=!1;[Cs]=!1;[li]=null;[qe]=0;[ke]=!1;[fi];[Ps]=!1;[Ln]=0;[ot]=!1;writable=!0;readable=!0;constructor(...t){let e=t[0]||{};if(super(),e.objectMode&&typeof e.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");uw(e)?(this[Ye]=!0,this[bt]=null):fw(e)?(this[bt]=e.encoding,this[Ye]=!1):(this[Ye]=!1,this[bt]=null),this[Ct]=!!e.async,this[gr]=this[bt]?new nw(this[bt]):null,e&&e.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[He]}),e&&e.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[Qe]});let{signal:r}=e;r&&(this[fi]=r,r.aborted?this[Xa]():r.addEventListener("abort",()=>this[Xa]()))}get bufferLength(){return this[qe]}get encoding(){return this[bt]}set encoding(t){throw new Error("Encoding must be set at instantiation time")}setEncoding(t){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[Ye]}set objectMode(t){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Ct]}set async(t){this[Ct]=this[Ct]||!!t}[Xa](){this[Ps]=!0,this.emit("abort",this[fi]?.reason),this.destroy(this[fi]?.reason)}get aborted(){return this[Ps]}set aborted(t){}write(t,e,r){if(this[Ps])return!1;if(this[Kt])throw new Error("write after end");if(this[ke])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof e=="function"&&(r=e,e="utf8"),e||(e="utf8");let i=this[Ct]?xi:ow;if(!this[Ye]&&!Buffer.isBuffer(t)){if(dw(t))t=Buffer.from(t.buffer,t.byteOffset,t.byteLength);else if(cw(t))t=Buffer.from(t);else if(typeof t!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[Ye]?(this[Ge]&&this[qe]!==0&&this[Rs](!0),this[Ge]?this.emit("data",t):this[Va](t),this[qe]!==0&&this.emit("readable"),r&&i(r),this[Ge]):t.length?(typeof t=="string"&&!(e===this[bt]&&!this[gr]?.lastNeed)&&(t=Buffer.from(t,e)),Buffer.isBuffer(t)&&this[bt]&&(t=this[gr].write(t)),this[Ge]&&this[qe]!==0&&this[Rs](!0),this[Ge]?this.emit("data",t):this[Va](t),this[qe]!==0&&this.emit("readable"),r&&i(r),this[Ge]):(this[qe]!==0&&this.emit("readable"),r&&i(r),this[Ge])}read(t){if(this[ke])return null;if(this[ot]=!1,this[qe]===0||t===0||t&&t>this[qe])return this[$t](),null;this[Ye]&&(t=null),this[He].length>1&&!this[Ye]&&(this[He]=[this[bt]?this[He].join(""):Buffer.concat(this[He],this[qe])]);let e=this[Au](t||null,this[He][0]);return this[$t](),e}[Au](t,e){if(this[Ye])this[Ds]();else{let r=e;t===r.length||t===null?this[Ds]():typeof r=="string"?(this[He][0]=r.slice(t),e=r.slice(0,t),this[qe]-=t):(this[He][0]=r.subarray(t),e=r.subarray(0,t),this[qe]-=t)}return this.emit("data",e),!this[He].length&&!this[Kt]&&this.emit("drain"),e}end(t,e,r){return typeof t=="function"&&(r=t,t=void 0),typeof e=="function"&&(r=e,e="utf8"),t!==void 0&&this.write(t,e),r&&this.once("end",r),this[Kt]=!0,this.writable=!1,(this[Ge]||!this[ui])&&this[$t](),this}[Er](){this[ke]||(!this[Ln]&&!this[Qe].length&&(this[ot]=!0),this[ui]=!1,this[Ge]=!0,this.emit("resume"),this[He].length?this[Rs]():this[Kt]?this[$t]():this.emit("drain"))}resume(){return this[Er]()}pause(){this[Ge]=!1,this[ui]=!0,this[ot]=!1}get destroyed(){return this[ke]}get flowing(){return this[Ge]}get paused(){return this[ui]}[Va](t){this[Ye]?this[qe]+=1:this[qe]+=t.length,this[He].push(t)}[Ds](){return this[Ye]?this[qe]-=1:this[qe]-=this[He][0].length,this[He].shift()}[Rs](t=!1){do;while(this[ku](this[Ds]())&&this[He].length);!t&&!this[He].length&&!this[Kt]&&this.emit("drain")}[ku](t){return this.emit("data",t),this[Ge]}pipe(t,e){if(this[ke])return t;this[ot]=!1;let r=this[fn];return e=e||{},t===Iu.stdout||t===Iu.stderr?e.end=!1:e.end=e.end!==!1,e.proxyErrors=!!e.proxyErrors,r?e.end&&t.end():(this[Qe].push(e.proxyErrors?new lw(this,t,e):new af(this,t,e)),this[Ct]?xi(()=>this[Er]()):this[Er]()),t}unpipe(t){let e=this[Qe].find(r=>r.dest===t);e&&(this[Qe].length===1?(this[Ge]&&this[Ln]===0&&(this[Ge]=!1),this[Qe]=[]):this[Qe].splice(this[Qe].indexOf(e),1),e.unpipe())}addListener(t,e){return this.on(t,e)}on(t,e){let r=super.on(t,e);if(t==="data")this[ot]=!1,this[Ln]++,!this[Qe].length&&!this[Ge]&&this[Er]();else if(t==="readable"&&this[qe]!==0)super.emit("readable");else if(aw(t)&&this[fn])super.emit(t),this.removeAllListeners(t);else if(t==="error"&&this[li]){let i=e;this[Ct]?xi(()=>i.call(this,this[li])):i.call(this,this[li])}return r}removeListener(t,e){return this.off(t,e)}off(t,e){let r=super.off(t,e);return t==="data"&&(this[Ln]=this.listeners("data").length,this[Ln]===0&&!this[ot]&&!this[Qe].length&&(this[Ge]=!1)),r}removeAllListeners(t){let e=super.removeAllListeners(t);return(t==="data"||t===void 0)&&(this[Ln]=0,!this[ot]&&!this[Qe].length&&(this[Ge]=!1)),e}get emittedEnd(){return this[fn]}[$t](){!this[Ts]&&!this[fn]&&!this[ke]&&this[He].length===0&&this[Kt]&&(this[Ts]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Cs]&&this.emit("close"),this[Ts]=!1)}emit(t,...e){let r=e[0];if(t!=="error"&&t!=="close"&&t!==ke&&this[ke])return!1;if(t==="data")return!this[Ye]&&!r?!1:this[Ct]?(xi(()=>this[Za](r)),!0):this[Za](r);if(t==="end")return this[Tu]();if(t==="close"){if(this[Cs]=!0,!this[fn]&&!this[ke])return!1;let o=super.emit("close");return this.removeAllListeners("close"),o}else if(t==="error"){this[li]=r,super.emit(Ja,r);let o=!this[fi]||this.listeners("error").length?super.emit("error",r):!1;return this[$t](),o}else if(t==="resume"){let o=super.emit("resume");return this[$t](),o}else if(t==="finish"||t==="prefinish"){let o=super.emit(t);return this.removeAllListeners(t),o}let i=super.emit(t,...e);return this[$t](),i}[Za](t){for(let r of this[Qe])r.dest.write(t)===!1&&this.pause();let e=this[ot]?!1:super.emit("data",t);return this[$t](),e}[Tu](){return this[fn]?!1:(this[fn]=!0,this.readable=!1,this[Ct]?(xi(()=>this[Ya]()),!0):this[Ya]())}[Ya](){if(this[gr]){let e=this[gr].end();if(e){for(let r of this[Qe])r.dest.write(e);this[ot]||super.emit("data",e)}}for(let e of this[Qe])e.end();let t=super.emit("end");return this.removeAllListeners("end"),t}async collect(){let t=Object.assign([],{dataLength:0});this[Ye]||(t.dataLength=0);let e=this.promise();return this.on("data",r=>{t.push(r),this[Ye]||(t.dataLength+=r.length)}),await e,t}async concat(){if(this[Ye])throw new Error("cannot concat in objectMode");let t=await this.collect();return this[bt]?t.join(""):Buffer.concat(t,t.dataLength)}async promise(){return new Promise((t,e)=>{this.on(ke,()=>e(new Error("stream destroyed"))),this.on("error",r=>e(r)),this.on("end",()=>t())})}[Symbol.asyncIterator](){this[ot]=!1;let t=!1,e=async()=>(this.pause(),t=!0,{value:void 0,done:!0});return{next:()=>{if(t)return e();let r=this.read();if(r!==null)return Promise.resolve({done:!1,value:r});if(this[Kt])return e();let i,o,c=h=>{this.off("data",d),this.off("end",u),this.off(ke,f),e(),o(h)},d=h=>{this.off("error",c),this.off("end",u),this.off(ke,f),this.pause(),i({value:h,done:!!this[Kt]})},u=()=>{this.off("error",c),this.off("data",d),this.off(ke,f),e(),i({done:!0,value:void 0})},f=()=>c(new Error("stream destroyed"));return new Promise((h,g)=>{o=g,i=h,this.once(ke,f),this.once("error",c),this.once("end",u),this.once("data",d)})},throw:e,return:e,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[ot]=!1;let t=!1,e=()=>(this.pause(),this.off(Ja,e),this.off(ke,e),this.off("end",e),t=!0,{done:!0,value:void 0}),r=()=>{if(t)return e();let i=this.read();return i===null?e():{done:!1,value:i}};return this.once("end",e),this.once(Ja,e),this.once(ke,e),{next:r,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(t){if(this[ke])return t?this.emit("error",t):this.emit(ke),this;this[ke]=!0,this[ot]=!0,this[He].length=0,this[qe]=0;let e=this;return typeof e.close=="function"&&!this[Cs]&&e.close(),t?this.emit("error",t):this.emit(ke),this}static get isStream(){return rw}},xw=it.writev,En=Symbol("_autoClose"),It=Symbol("_close"),hi=Symbol("_ended"),de=Symbol("_fd"),Qa=Symbol("_finished"),Yt=Symbol("_flags"),ec=Symbol("_flush"),yc=Symbol("_handleChunk"),bc=Symbol("_makeBuf"),Ii=Symbol("_mode"),Os=Symbol("_needDrain"),kr=Symbol("_onerror"),Tr=Symbol("_onopen"),tc=Symbol("_onread"),vr=Symbol("_onwrite"),vn=Symbol("_open"),St=Symbol("_path"),gn=Symbol("_pos"),Rt=Symbol("_queue"),Sr=Symbol("_read"),nc=Symbol("_readSize"),Zt=Symbol("_reading"),pi=Symbol("_remain"),rc=Symbol("_size"),qs=Symbol("_write"),Nn=Symbol("_writing"),js=Symbol("_defaultFlag"),Hn=Symbol("_errored"),Hc=class extends Kn{[Hn]=!1;[de];[St];[nc];[Zt]=!1;[rc];[pi];[En];constructor(t,e){if(e=e||{},super(e),this.readable=!0,this.writable=!1,typeof t!="string")throw new TypeError("path must be a string");this[Hn]=!1,this[de]=typeof e.fd=="number"?e.fd:void 0,this[St]=t,this[nc]=e.readSize||16*1024*1024,this[Zt]=!1,this[rc]=typeof e.size=="number"?e.size:1/0,this[pi]=this[rc],this[En]=typeof e.autoClose=="boolean"?e.autoClose:!0,typeof this[de]=="number"?this[Sr]():this[vn]()}get fd(){return this[de]}get path(){return this[St]}write(){throw new TypeError("this is a readable stream")}end(){throw new TypeError("this is a readable stream")}[vn](){it.open(this[St],"r",(t,e)=>this[Tr](t,e))}[Tr](t,e){t?this[kr](t):(this[de]=e,this.emit("open",e),this[Sr]())}[bc](){return Buffer.allocUnsafe(Math.min(this[nc],this[pi]))}[Sr](){if(!this[Zt]){this[Zt]=!0;let t=this[bc]();if(t.length===0)return process.nextTick(()=>this[tc](null,0,t));it.read(this[de],t,0,t.length,null,(e,r,i)=>this[tc](e,r,i))}}[tc](t,e,r){this[Zt]=!1,t?this[kr](t):this[yc](e,r)&&this[Sr]()}[It](){if(this[En]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,it.close(t,e=>e?this.emit("error",e):this.emit("close"))}}[kr](t){this[Zt]=!0,this[It](),this.emit("error",t)}[yc](t,e){let r=!1;return this[pi]-=t,t>0&&(r=super.write(t<e.length?e.subarray(0,t):e)),(t===0||this[pi]<=0)&&(r=!1,this[It](),super.end()),r}emit(t,...e){switch(t){case"prefinish":case"finish":return!1;case"drain":return typeof this[de]=="number"&&this[Sr](),!1;case"error":return this[Hn]?!1:(this[Hn]=!0,super.emit(t,...e));default:return super.emit(t,...e)}}},hw=class extends Hc{[vn](){let t=!0;try{this[Tr](null,it.openSync(this[St],"r")),t=!1}finally{t&&this[It]()}}[Sr](){let t=!0;try{if(!this[Zt]){this[Zt]=!0;do{let e=this[bc](),r=e.length===0?0:it.readSync(this[de],e,0,e.length,null);if(!this[yc](r,e))break}while(!0);this[Zt]=!1}t=!1}finally{t&&this[It]()}}[It](){if(this[En]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,it.closeSync(t),this.emit("close")}}},so=class extends tw{readable=!1;writable=!0;[Hn]=!1;[Nn]=!1;[hi]=!1;[Rt]=[];[Os]=!1;[St];[Ii];[En];[de];[js];[Yt];[Qa]=!1;[gn];constructor(t,e){e=e||{},super(e),this[St]=t,this[de]=typeof e.fd=="number"?e.fd:void 0,this[Ii]=e.mode===void 0?438:e.mode,this[gn]=typeof e.start=="number"?e.start:void 0,this[En]=typeof e.autoClose=="boolean"?e.autoClose:!0;let r=this[gn]!==void 0?"r+":"w";this[js]=e.flags===void 0,this[Yt]=e.flags===void 0?r:e.flags,this[de]===void 0&&this[vn]()}emit(t,...e){if(t==="error"){if(this[Hn])return!1;this[Hn]=!0}return super.emit(t,...e)}get fd(){return this[de]}get path(){return this[St]}[kr](t){this[It](),this[Nn]=!0,this.emit("error",t)}[vn](){it.open(this[St],this[Yt],this[Ii],(t,e)=>this[Tr](t,e))}[Tr](t,e){this[js]&&this[Yt]==="r+"&&t&&t.code==="ENOENT"?(this[Yt]="w",this[vn]()):t?this[kr](t):(this[de]=e,this.emit("open",e),this[Nn]||this[ec]())}end(t,e){return t&&this.write(t,e),this[hi]=!0,!this[Nn]&&!this[Rt].length&&typeof this[de]=="number"&&this[vr](null,0),this}write(t,e){return typeof t=="string"&&(t=Buffer.from(t,e)),this[hi]?(this.emit("error",new Error("write() after end()")),!1):this[de]===void 0||this[Nn]||this[Rt].length?(this[Rt].push(t),this[Os]=!0,!1):(this[Nn]=!0,this[qs](t),!0)}[qs](t){it.write(this[de],t,0,t.length,this[gn],(e,r)=>this[vr](e,r))}[vr](t,e){t?this[kr](t):(this[gn]!==void 0&&typeof e=="number"&&(this[gn]+=e),this[Rt].length?this[ec]():(this[Nn]=!1,this[hi]&&!this[Qa]?(this[Qa]=!0,this[It](),this.emit("finish")):this[Os]&&(this[Os]=!1,this.emit("drain"))))}[ec](){if(this[Rt].length===0)this[hi]&&this[vr](null,0);else if(this[Rt].length===1)this[qs](this[Rt].pop());else{let t=this[Rt];this[Rt]=[],xw(this[de],t,this[gn],(e,r)=>this[vr](e,r))}}[It](){if(this[En]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,it.close(t,e=>e?this.emit("error",e):this.emit("close"))}}},cf=class extends so{[vn](){let t;if(this[js]&&this[Yt]==="r+")try{t=it.openSync(this[St],this[Yt],this[Ii])}catch(e){if(e?.code==="ENOENT")return this[Yt]="w",this[vn]();throw e}else t=it.openSync(this[St],this[Yt],this[Ii]);this[Tr](null,t)}[It](){if(this[En]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,it.closeSync(t),this.emit("close")}}[qs](t){let e=!0;try{this[vr](null,it.writeSync(this[de],t,0,t.length,this[gn])),e=!1}finally{if(e)try{this[It]()}catch{}}}},gw=new Map([["C","cwd"],["f","file"],["z","gzip"],["P","preservePaths"],["U","unlink"],["strip-components","strip"],["stripComponents","strip"],["keep-newer","newer"],["keepNewer","newer"],["keep-newer-files","newer"],["keepNewerFiles","newer"],["k","keep"],["keep-existing","keep"],["keepExisting","keep"],["m","noMtime"],["no-mtime","noMtime"],["p","preserveOwner"],["L","follow"],["h","follow"],["onentry","onReadEntry"]]),ww=t=>!!t.sync&&!!t.file,_w=t=>!t.sync&&!!t.file,yw=t=>!!t.sync&&!t.file,bw=t=>!t.sync&&!t.file,Ew=t=>!!t.file,vw=t=>gw.get(t)||t,qc=(t={})=>{if(!t)return{};let e={};for(let[r,i]of Object.entries(t)){let o=vw(r);e[o]=i}return e.chmod===void 0&&e.noChmod===!1&&(e.chmod=!0),delete e.noChmod,e},Li=(t,e,r,i,o)=>Object.assign((c=[],d,u)=>{Array.isArray(c)&&(d=c,c={}),typeof d=="function"&&(u=d,d=void 0),d=d?Array.from(d):[];let f=qc(c);if(o?.(f,d),ww(f)){if(typeof u=="function")throw new TypeError("callback not supported for sync tar functions");return t(f,d)}else if(_w(f)){let h=e(f,d);return u?h.then(()=>u(),u):h}else if(yw(f)){if(typeof u=="function")throw new TypeError("callback not supported for sync tar functions");return r(f,d)}else if(bw(f)){if(typeof u=="function")throw new TypeError("callback only supported with file option");return i(f,d)}throw new Error("impossible options??")},{syncFile:t,asyncFile:e,syncNoFile:r,asyncNoFile:i,validate:o}),Aw=Iw.constants||{ZLIB_VERNUM:4736},Lt=Object.freeze(Object.assign(Object.create(null),{Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,DEFLATE:1,INFLATE:2,GZIP:3,GUNZIP:4,DEFLATERAW:5,INFLATERAW:6,UNZIP:7,BROTLI_DECODE:8,BROTLI_ENCODE:9,Z_MIN_WINDOWBITS:8,Z_MAX_WINDOWBITS:15,Z_DEFAULT_WINDOWBITS:15,Z_MIN_CHUNK:64,Z_MAX_CHUNK:1/0,Z_DEFAULT_CHUNK:16384,Z_MIN_MEMLEVEL:1,Z_MAX_MEMLEVEL:9,Z_DEFAULT_MEMLEVEL:8,Z_MIN_LEVEL:-1,Z_MAX_LEVEL:9,Z_DEFAULT_LEVEL:-1,BROTLI_OPERATION_PROCESS:0,BROTLI_OPERATION_FLUSH:1,BROTLI_OPERATION_FINISH:2,BROTLI_OPERATION_EMIT_METADATA:3,BROTLI_MODE_GENERIC:0,BROTLI_MODE_TEXT:1,BROTLI_MODE_FONT:2,BROTLI_DEFAULT_MODE:0,BROTLI_MIN_QUALITY:0,BROTLI_MAX_QUALITY:11,BROTLI_DEFAULT_QUALITY:11,BROTLI_MIN_WINDOW_BITS:10,BROTLI_MAX_WINDOW_BITS:24,BROTLI_LARGE_MAX_WINDOW_BITS:30,BROTLI_DEFAULT_WINDOW:22,BROTLI_MIN_INPUT_BLOCK_BITS:16,BROTLI_MAX_INPUT_BLOCK_BITS:24,BROTLI_PARAM_MODE:0,BROTLI_PARAM_QUALITY:1,BROTLI_PARAM_LGWIN:2,BROTLI_PARAM_LGBLOCK:3,BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING:4,BROTLI_PARAM_SIZE_HINT:5,BROTLI_PARAM_LARGE_WINDOW:6,BROTLI_PARAM_NPOSTFIX:7,BROTLI_PARAM_NDIRECT:8,BROTLI_DECODER_RESULT_ERROR:0,BROTLI_DECODER_RESULT_SUCCESS:1,BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT:2,BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION:0,BROTLI_DECODER_PARAM_LARGE_WINDOW:1,BROTLI_DECODER_NO_ERROR:0,BROTLI_DECODER_SUCCESS:1,BROTLI_DECODER_NEEDS_MORE_INPUT:2,BROTLI_DECODER_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE:-1,BROTLI_DECODER_ERROR_FORMAT_RESERVED:-2,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE:-3,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET:-4,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME:-5,BROTLI_DECODER_ERROR_FORMAT_CL_SPACE:-6,BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE:-7,BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT:-8,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1:-9,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2:-10,BROTLI_DECODER_ERROR_FORMAT_TRANSFORM:-11,BROTLI_DECODER_ERROR_FORMAT_DICTIONARY:-12,BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS:-13,BROTLI_DECODER_ERROR_FORMAT_PADDING_1:-14,BROTLI_DECODER_ERROR_FORMAT_PADDING_2:-15,BROTLI_DECODER_ERROR_FORMAT_DISTANCE:-16,BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET:-19,BROTLI_DECODER_ERROR_INVALID_ARGUMENTS:-20,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES:-21,BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS:-22,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP:-25,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1:-26,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2:-27,BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES:-30,BROTLI_DECODER_ERROR_UNREACHABLE:-31},Aw)),kw=qn.concat,Ru=Object.getOwnPropertyDescriptor(qn,"concat"),Tw=t=>t,ic=Ru?.writable===!0||Ru?.set!==void 0?t=>{qn.concat=t?Tw:kw}:t=>{},jn=Symbol("_superWrite"),Ls=class extends Error{code;errno;constructor(t,e){super("zlib: "+t.message,{cause:t}),this.code=t.code,this.errno=t.errno,this.code||(this.code="ZLIB_ERROR"),this.message="zlib: "+t.message,Error.captureStackTrace(this,e??this.constructor)}get name(){return"ZlibError"}},sc=Symbol("flushFlag"),jc=class extends Kn{#e=!1;#n=!1;#r;#s;#i;#t;#o;get sawError(){return this.#e}get handle(){return this.#t}get flushFlag(){return this.#r}constructor(t,e){if(!t||typeof t!="object")throw new TypeError("invalid options for ZlibBase constructor");if(super(t),this.#r=t.flush??0,this.#s=t.finishFlush??0,this.#i=t.fullFlushFlag??0,typeof Cu[e]!="function")throw new TypeError("Compression method not supported: "+e);try{this.#t=new Cu[e](t)}catch(r){throw new Ls(r,this.constructor)}this.#o=r=>{this.#e||(this.#e=!0,this.close(),this.emit("error",r))},this.#t?.on("error",r=>this.#o(new Ls(r))),this.once("end",()=>this.close)}close(){this.#t&&(this.#t.close(),this.#t=void 0,this.emit("close"))}reset(){if(!this.#e)return Ec(this.#t,"zlib binding closed"),this.#t.reset?.()}flush(t){this.ended||(typeof t!="number"&&(t=this.#i),this.write(Object.assign(qn.alloc(0),{[sc]:t})))}end(t,e,r){return typeof t=="function"&&(r=t,e=void 0,t=void 0),typeof e=="function"&&(r=e,e=void 0),t&&(e?this.write(t,e):this.write(t)),this.flush(this.#s),this.#n=!0,super.end(r)}get ended(){return this.#n}[jn](t){return super.write(t)}write(t,e,r){if(typeof e=="function"&&(r=e,e="utf8"),typeof t=="string"&&(t=qn.from(t,e)),this.#e)return;Ec(this.#t,"zlib binding closed");let i=this.#t._handle,o=i.close;i.close=()=>{};let c=this.#t.close;this.#t.close=()=>{},ic(!0);let d;try{let f=typeof t[sc]=="number"?t[sc]:this.#r;d=this.#t._processChunk(t,f),ic(!1)}catch(f){ic(!1),this.#o(new Ls(f,this.write))}finally{this.#t&&(this.#t._handle=i,i.close=o,this.#t.close=c,this.#t.removeAllListeners("error"))}this.#t&&this.#t.on("error",f=>this.#o(new Ls(f,this.write)));let u;if(d)if(Array.isArray(d)&&d.length>0){let f=d[0];u=this[jn](qn.from(f));for(let h=1;h<d.length;h++)u=this[jn](d[h])}else u=this[jn](qn.from(d));return r&&r(),u}},lf=class extends jc{#e;#n;constructor(t,e){t=t||{},t.flush=t.flush||Lt.Z_NO_FLUSH,t.finishFlush=t.finishFlush||Lt.Z_FINISH,t.fullFlushFlag=Lt.Z_FULL_FLUSH,super(t,e),this.#e=t.level,this.#n=t.strategy}params(t,e){if(!this.sawError){if(!this.handle)throw new Error("cannot switch params when binding is closed");if(!this.handle.params)throw new Error("not supported in this implementation");if(this.#e!==t||this.#n!==e){this.flush(Lt.Z_SYNC_FLUSH),Ec(this.handle,"zlib binding closed");let r=this.handle.flush;this.handle.flush=(i,o)=>{typeof i=="function"&&(o=i,i=this.flushFlag),this.flush(i),o?.()};try{this.handle.params(t,e)}finally{this.handle.flush=r}this.handle&&(this.#e=t,this.#n=e)}}}},Cw=class extends lf{#e;constructor(t){super(t,"Gzip"),this.#e=t&&!!t.portable}[jn](t){return this.#e?(this.#e=!1,t[9]=255,super[jn](t)):super[jn](t)}},Rw=class extends lf{constructor(t){super(t,"Unzip")}},uf=class extends jc{constructor(t,e){t=t||{},t.flush=t.flush||Lt.BROTLI_OPERATION_PROCESS,t.finishFlush=t.finishFlush||Lt.BROTLI_OPERATION_FINISH,t.fullFlushFlag=Lt.BROTLI_OPERATION_FLUSH,super(t,e)}},Dw=class extends uf{constructor(t){super(t,"BrotliCompress")}},Pw=class extends uf{constructor(t){super(t,"BrotliDecompress")}},ff=class extends jc{constructor(t,e){t=t||{},t.flush=t.flush||Lt.ZSTD_e_continue,t.finishFlush=t.finishFlush||Lt.ZSTD_e_end,t.fullFlushFlag=Lt.ZSTD_e_flush,super(t,e)}},Ow=class extends ff{constructor(t){super(t,"ZstdCompress")}},Lw=class extends ff{constructor(t){super(t,"ZstdDecompress")}},Nw=(t,e)=>{if(Number.isSafeInteger(t))t<0?Bw(t,e):Mw(t,e);else throw Error("cannot encode number outside of javascript safe integer range");return e},Mw=(t,e)=>{e[0]=128;for(var r=e.length;r>1;r--)e[r-1]=t&255,t=Math.floor(t/256)},Bw=(t,e)=>{e[0]=255;var r=!1;t=t*-1;for(var i=e.length;i>1;i--){var o=t&255;t=Math.floor(t/256),r?e[i-1]=xf(o):o===0?e[i-1]=0:(r=!0,e[i-1]=hf(o))}},Fw=t=>{let e=t[0],r=e===128?Uw(t.subarray(1,t.length)):e===255?zw(t):null;if(r===null)throw Error("invalid base256 encoding");if(!Number.isSafeInteger(r))throw Error("parsed number outside of javascript safe integer range");return r},zw=t=>{for(var e=t.length,r=0,i=!1,o=e-1;o>-1;o--){var c=Number(t[o]),d;i?d=xf(c):c===0?d=c:(i=!0,d=hf(c)),d!==0&&(r-=d*Math.pow(256,e-o-1))}return r},Uw=t=>{for(var e=t.length,r=0,i=e-1;i>-1;i--){var o=Number(t[i]);o!==0&&(r+=o*Math.pow(256,e-i-1))}return r},xf=t=>(255^t)&255,hf=t=>(255^t)+1&255,Gw={};ew(Gw,{code:()=>Wc,isCode:()=>Ws,isName:()=>Hw,name:()=>oo,normalFsTypes:()=>pf});var Ws=t=>oo.has(t),Hw=t=>Wc.has(t),pf=new Set(["0","","1","2","3","4","5","6","7","D"]),oo=new Map([["0","File"],["","OldFile"],["1","Link"],["2","SymbolicLink"],["3","CharacterDevice"],["4","BlockDevice"],["5","Directory"],["6","FIFO"],["7","ContiguousFile"],["g","GlobalExtendedHeader"],["x","ExtendedHeader"],["A","SolarisACL"],["D","GNUDumpDir"],["I","Inode"],["K","NextFileHasLongLinkpath"],["L","NextFileHasLongPath"],["M","ContinuationFile"],["N","OldGnuLongPath"],["S","SparseFile"],["V","TapeVolumeHeader"],["X","OldExtendedHeader"]]),Wc=new Map(Array.from(oo).map(t=>[t[1],t[0]])),Wn=class{cksumValid=!1;needPax=!1;nullBlock=!1;block;path;mode;uid;gid;size;cksum;#e="Unsupported";linkpath;uname;gname;devmaj=0;devmin=0;atime;ctime;mtime;charset;comment;constructor(t,e=0,r,i){Buffer.isBuffer(t)?this.decode(t,e||0,r,i):t&&this.#n(t)}decode(t,e,r,i){if(e||(e=0),!t||!(t.length>=e+512))throw new Error("need 512 bytes for header");let o=Mn(t,e+156,1),c=pf.has(o),d=c?r:void 0,u=c?i:void 0;if(this.path=d?.path??Mn(t,e,100),this.mode=d?.mode??u?.mode??wn(t,e+100,8),this.uid=d?.uid??u?.uid??wn(t,e+108,8),this.gid=d?.gid??u?.gid??wn(t,e+116,8),this.size=d?.size??u?.size??wn(t,e+124,12),this.mtime=d?.mtime??u?.mtime??oc(t,e+136,12),this.cksum=wn(t,e+148,12),u&&this.#n(u,!0),d&&this.#n(d),Ws(o)&&(this.#e=o||"0"),this.#e==="0"&&this.path.slice(-1)==="/"&&(this.#e="5"),this.#e==="5"&&(this.size=0),this.linkpath=Mn(t,e+157,100),t.subarray(e+257,e+265).toString()==="ustar\x0000")if(this.uname=d?.uname??u?.uname??Mn(t,e+265,32),this.gname=d?.gname??u?.gname??Mn(t,e+297,32),this.devmaj=d?.devmaj??u?.devmaj??wn(t,e+329,8)??0,this.devmin=d?.devmin??u?.devmin??wn(t,e+337,8)??0,t[e+475]!==0){let h=Mn(t,e+345,155);this.path=h+"/"+this.path}else{let h=Mn(t,e+345,130);h&&(this.path=h+"/"+this.path),this.atime=r?.atime??i?.atime??oc(t,e+476,12),this.ctime=r?.ctime??i?.ctime??oc(t,e+488,12)}let f=256;for(let h=e;h<e+148;h++)f+=t[h];for(let h=e+156;h<e+512;h++)f+=t[h];this.cksumValid=f===this.cksum,this.cksum===void 0&&f===256&&(this.nullBlock=!0)}#n(t,e=!1){Object.assign(this,Object.fromEntries(Object.entries(t).filter(([r,i])=>!(i==null||r==="path"&&e||r==="linkpath"&&e||r==="global"))))}encode(t,e=0){if(t||(t=this.block=Buffer.alloc(512)),this.#e==="Unsupported"&&(this.#e="0"),!(t.length>=e+512))throw new Error("need 512 bytes for header");let r=this.ctime||this.atime?130:155,i=qw(this.path||"",r),o=i[0],c=i[1];this.needPax=!!i[2],this.needPax=Bn(t,e,100,o)||this.needPax,this.needPax=_n(t,e+100,8,this.mode)||this.needPax,this.needPax=_n(t,e+108,8,this.uid)||this.needPax,this.needPax=_n(t,e+116,8,this.gid)||this.needPax,this.needPax=_n(t,e+124,12,this.size)||this.needPax,this.needPax=ac(t,e+136,12,this.mtime)||this.needPax,t[e+156]=Number(this.#e.codePointAt(0)),this.needPax=Bn(t,e+157,100,this.linkpath)||this.needPax,t.write("ustar\x0000",e+257,8),this.needPax=Bn(t,e+265,32,this.uname)||this.needPax,this.needPax=Bn(t,e+297,32,this.gname)||this.needPax,this.needPax=_n(t,e+329,8,this.devmaj)||this.needPax,this.needPax=_n(t,e+337,8,this.devmin)||this.needPax,this.needPax=Bn(t,e+345,r,c)||this.needPax,t[e+475]!==0?this.needPax=Bn(t,e+345,155,c)||this.needPax:(this.needPax=Bn(t,e+345,130,c)||this.needPax,this.needPax=ac(t,e+476,12,this.atime)||this.needPax,this.needPax=ac(t,e+488,12,this.ctime)||this.needPax);let d=256;for(let u=e;u<e+148;u++)d+=t[u];for(let u=e+156;u<e+512;u++)d+=t[u];return this.cksum=d,_n(t,e+148,8,this.cksum),this.cksumValid=!0,this.needPax}get type(){return this.#e==="Unsupported"?this.#e:oo.get(this.#e)}get typeKey(){return this.#e}set type(t){let e=String(Wc.get(t));if(Ws(e)||e==="Unsupported")this.#e=e;else if(Ws(t))this.#e=t;else throw new TypeError("invalid entry type: "+t)}},qw=(t,e)=>{let r=t,i="",o,c=wr.parse(t).root||".";if(Buffer.byteLength(r)<100)o=[r,i,!1];else{i=wr.dirname(r),r=wr.basename(r);do Buffer.byteLength(r)<=100&&Buffer.byteLength(i)<=e?o=[r,i,!1]:Buffer.byteLength(r)>100&&Buffer.byteLength(i)<=e?o=[r.slice(0,99),i,!0]:(r=wr.join(wr.basename(i),r),i=wr.dirname(i));while(i!==c&&o===void 0);o||(o=[t.slice(0,99),"",!0])}return o},Mn=(t,e,r)=>t.subarray(e,e+r).toString("utf8").replace(/\0.*/,""),oc=(t,e,r)=>jw(wn(t,e,r)),jw=t=>t===void 0?void 0:new Date(t*1e3),wn=(t,e,r)=>Number(t[e])&128?Fw(t.subarray(e,e+r)):Kw(t,e,r),Ww=t=>isNaN(t)?void 0:t,Kw=(t,e,r)=>Ww(parseInt(t.subarray(e,e+r).toString("utf8").replace(/\0.*$/,"").trim(),8)),$w={12:8589934591,8:2097151},_n=(t,e,r,i)=>i===void 0?!1:i>$w[r]||i<0?(Nw(i,t.subarray(e,e+r)),!0):(Vw(t,e,r,i),!1),Vw=(t,e,r,i)=>t.write(Jw(i,r),e,r,"ascii"),Jw=(t,e)=>Zw(Math.floor(t).toString(8),e),Zw=(t,e)=>(t.length===e-1?t:new Array(e-t.length-1).join("0")+t+" ")+"\0",ac=(t,e,r,i)=>i===void 0?!1:_n(t,e,r,i.getTime()/1e3),Yw=new Array(156).join("\0"),Bn=(t,e,r,i)=>i===void 0?!1:(t.write(i+Yw,e,r,"utf8"),i.length!==Buffer.byteLength(i)||i.length>r),eo=class mf{atime;mtime;ctime;charset;comment;gid;uid;gname;uname;linkpath;dev;ino;nlink;path;size;mode;global;constructor(e,r=!1){this.atime=e.atime,this.charset=e.charset,this.comment=e.comment,this.ctime=e.ctime,this.dev=e.dev,this.gid=e.gid,this.global=r,this.gname=e.gname,this.ino=e.ino,this.linkpath=e.linkpath,this.mtime=e.mtime,this.nlink=e.nlink,this.path=e.path,this.size=e.size,this.uid=e.uid,this.uname=e.uname}encode(){let e=this.encodeBody();if(e==="")return Buffer.allocUnsafe(0);let r=Buffer.byteLength(e),i=512*Math.ceil(1+r/512),o=Buffer.allocUnsafe(i);for(let c=0;c<512;c++)o[c]=0;new Wn({path:("PaxHeader/"+Xw(this.path??"")).slice(0,99),mode:this.mode||420,uid:this.uid,gid:this.gid,size:r,mtime:this.mtime,type:this.global?"GlobalExtendedHeader":"ExtendedHeader",linkpath:"",uname:this.uname||"",gname:this.gname||"",devmaj:0,devmin:0,atime:this.atime,ctime:this.ctime}).encode(o),o.write(e,512,r,"utf8");for(let c=r+512;c<o.length;c++)o[c]=0;return o}encodeBody(){return this.encodeField("path")+this.encodeField("ctime")+this.encodeField("atime")+this.encodeField("dev")+this.encodeField("ino")+this.encodeField("nlink")+this.encodeField("charset")+this.encodeField("comment")+this.encodeField("gid")+this.encodeField("gname")+this.encodeField("linkpath")+this.encodeField("mtime")+this.encodeField("size")+this.encodeField("uid")+this.encodeField("uname")}encodeField(e){if(this[e]===void 0)return"";let r=this[e],i=r instanceof Date?r.getTime()/1e3:r,o=" "+(e==="dev"||e==="ino"||e==="nlink"?"SCHILY.":"")+e+"="+i+`
|
|
90
|
-
`,c=Buffer.byteLength(o),d=Math.floor(Math.log(c)/Math.log(10))+1;return c+d>=Math.pow(10,d)&&(d+=1),d+c+o}static parse(e,r,i=!1){return new
|
|
91
|
-
`).reduce(t_,Object.create(null)),t_=(t,e)=>{let r=parseInt(e,10);if(r!==Buffer.byteLength(e)+1)return t;e=e.slice((r+" ").length);let i=e.split("="),o=i.shift();if(!o)return t;let c=o.replace(/^SCHILY\.(dev|ino|nlink)/,"$1"),d=i.join("=");return t[c]=/^([A-Z]+\.)?([mac]|birth|creation)time$/.test(c)?new Date(Number(d)*1e3):/^[0-9]+$/.test(d)?+d:d,t},n_=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Q=n_!=="win32"?t=>t:t=>t&&t.replaceAll(/\\/g,"/"),r_=class extends Kn{extended;globalExtended;header;startBlockSize;blockRemain;remain;type;meta=!1;ignore=!1;path;mode;uid;gid;uname;gname;size=0;mtime;atime;ctime;linkpath;dev;ino;nlink;invalid=!1;absolute;unsupported=!1;constructor(t,e,r){switch(super({}),this.pause(),this.extended=e,this.globalExtended=r,this.header=t,this.remain=t.size??0,this.startBlockSize=512*Math.ceil(this.remain/512),this.blockRemain=this.startBlockSize,this.type=t.type,this.type){case"File":case"OldFile":case"Link":case"SymbolicLink":case"CharacterDevice":case"BlockDevice":case"Directory":case"FIFO":case"ContiguousFile":case"GNUDumpDir":break;case"NextFileHasLongLinkpath":case"NextFileHasLongPath":case"OldGnuLongPath":case"GlobalExtendedHeader":case"ExtendedHeader":case"OldExtendedHeader":this.meta=!0;break;default:this.ignore=!0}if(!t.path)throw new Error("no path provided for tar.ReadEntry");this.path=Q(t.path),this.mode=t.mode,this.mode&&(this.mode=this.mode&4095),this.uid=t.uid,this.gid=t.gid,this.uname=t.uname,this.gname=t.gname,this.size=this.remain,this.mtime=t.mtime,this.atime=t.atime,this.ctime=t.ctime,this.linkpath=t.linkpath?Q(t.linkpath):void 0,this.uname=t.uname,this.gname=t.gname,e&&this.#e(e),r&&this.#e(r,!0)}write(t){let e=t.length;if(e>this.blockRemain)throw new Error("writing more to entry than is appropriate");let r=this.remain,i=this.blockRemain;return this.remain=Math.max(0,r-e),this.blockRemain=Math.max(0,i-e),this.ignore?!0:r>=e?super.write(t):super.write(t.subarray(0,r))}#e(t,e=!1){t.path&&(t.path=Q(t.path)),t.linkpath&&(t.linkpath=Q(t.linkpath)),Object.assign(this,Object.fromEntries(Object.entries(t).filter(([r,i])=>!(i==null||r==="path"&&e))))}},ao=(t,e,r,i={})=>{t.file&&(i.file=t.file),t.cwd&&(i.cwd=t.cwd),i.code=r instanceof Error&&r.code||e,i.tarCode=e,!t.strict&&i.recoverable!==!1?(r instanceof Error&&(i=Object.assign(r,i),r=r.message),t.emit("warn",e,r,i)):r instanceof Error?t.emit("error",Object.assign(r,i)):t.emit("error",Object.assign(new Error(`${e}: ${r}`),i))},i_=1024*1024,vc=Buffer.from([31,139]),Sc=Buffer.from([40,181,47,253]),s_=Math.max(vc.length,Sc.length),ft=Symbol("state"),Fn=Symbol("writeEntry"),Vt=Symbol("readEntry"),cc=Symbol("nextEntry"),Du=Symbol("processEntry"),Dt=Symbol("extendedHeader"),mi=Symbol("globalExtendedHeader"),xn=Symbol("meta"),Pu=Symbol("emitMeta"),me=Symbol("buffer"),Jt=Symbol("queue"),hn=Symbol("ended"),dc=Symbol("emittedEnd"),zn=Symbol("emit"),De=Symbol("unzip"),Ns=Symbol("consumeChunk"),Ms=Symbol("consumeChunkSub"),lc=Symbol("consumeBody"),Ou=Symbol("consumeMeta"),Lu=Symbol("consumeHeader"),gi=Symbol("consuming"),uc=Symbol("bufferConcat"),Bs=Symbol("maybeEnd"),_r=Symbol("writing"),pn=Symbol("aborted"),Fs=Symbol("onDone"),Un=Symbol("sawValidEntry"),zs=Symbol("sawNullBlock"),Us=Symbol("sawEOF"),Nu=Symbol("closeStream"),o_=()=>!0,Oi=class extends Sw{file;strict;maxMetaEntrySize;filter;brotli;zstd;writable=!0;readable=!1;[Jt]=[];[me];[Vt];[Fn];[ft]="begin";[xn]="";[Dt];[mi];[hn]=!1;[De];[pn]=!1;[Un];[zs]=!1;[Us]=!1;[_r]=!1;[gi]=!1;[dc]=!1;constructor(t={}){super(),this.file=t.file||"",this.on(Fs,()=>{(this[ft]==="begin"||this[Un]===!1)&&this.warn("TAR_BAD_ARCHIVE","Unrecognized archive format")}),t.ondone?this.on(Fs,t.ondone):this.on(Fs,()=>{this.emit("prefinish"),this.emit("finish"),this.emit("end")}),this.strict=!!t.strict,this.maxMetaEntrySize=t.maxMetaEntrySize||i_,this.filter=typeof t.filter=="function"?t.filter:o_;let e=t.file&&(t.file.endsWith(".tar.br")||t.file.endsWith(".tbr"));this.brotli=!(t.gzip||t.zstd)&&t.brotli!==void 0?t.brotli:e?void 0:!1;let r=t.file&&(t.file.endsWith(".tar.zst")||t.file.endsWith(".tzst"));this.zstd=!(t.gzip||t.brotli)&&t.zstd!==void 0?t.zstd:r?!0:void 0,this.on("end",()=>this[Nu]()),typeof t.onwarn=="function"&&this.on("warn",t.onwarn),typeof t.onReadEntry=="function"&&this.on("entry",t.onReadEntry)}warn(t,e,r={}){ao(this,t,e,r)}[Lu](t,e){this[Un]===void 0&&(this[Un]=!1);let r;try{r=new Wn(t,e,this[Dt],this[mi])}catch(i){return this.warn("TAR_ENTRY_INVALID",i)}if(r.nullBlock)this[zs]?(this[Us]=!0,this[ft]==="begin"&&(this[ft]="header"),this[zn]("eof")):(this[zs]=!0,this[zn]("nullBlock"));else if(this[zs]=!1,!r.cksumValid)this.warn("TAR_ENTRY_INVALID","checksum failure",{header:r});else if(!r.path)this.warn("TAR_ENTRY_INVALID","path is required",{header:r});else{let i=r.type;if(/^(Symbolic)?Link$/.test(i)&&!r.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath required",{header:r});else if(!/^(Symbolic)?Link$/.test(i)&&!/^(Global)?ExtendedHeader$/.test(i)&&r.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath forbidden",{header:r});else{let o=this[Fn]=new r_(r,this[Dt],this[mi]);if(!this[Un])if(o.remain){let c=()=>{o.invalid||(this[Un]=!0)};o.on("end",c)}else this[Un]=!0;o.meta?o.size>this.maxMetaEntrySize?(o.ignore=!0,this[zn]("ignoredEntry",o),this[ft]="ignore",o.resume()):o.size>0&&(this[xn]="",o.on("data",c=>this[xn]+=c),this[ft]="meta"):(this[Dt]=void 0,o.ignore=o.ignore||!this.filter(o.path,o),o.ignore?(this[zn]("ignoredEntry",o),this[ft]=o.remain?"ignore":"header",o.resume()):(o.remain?this[ft]="body":(this[ft]="header",o.end()),this[Vt]?this[Jt].push(o):(this[Jt].push(o),this[cc]())))}}}[Nu](){queueMicrotask(()=>this.emit("close"))}[Du](t){let e=!0;if(!t)this[Vt]=void 0,e=!1;else if(Array.isArray(t)){let[r,...i]=t;this.emit(r,...i)}else this[Vt]=t,this.emit("entry",t),t.emittedEnd||(t.on("end",()=>this[cc]()),e=!1);return e}[cc](){do;while(this[Du](this[Jt].shift()));if(this[Jt].length===0){let t=this[Vt];!t||t.flowing||t.size===t.remain?this[_r]||this.emit("drain"):t.once("drain",()=>this.emit("drain"))}}[lc](t,e){let r=this[Fn];if(!r)throw new Error("attempt to consume body without entry??");let i=r.blockRemain??0,o=i>=t.length&&e===0?t:t.subarray(e,e+i);return r.write(o),r.blockRemain||(this[ft]="header",this[Fn]=void 0,r.end()),o.length}[Ou](t,e){let r=this[Fn],i=this[lc](t,e);return!this[Fn]&&r&&this[Pu](r),i}[zn](t,e,r){this[Jt].length===0&&!this[Vt]?this.emit(t,e,r):this[Jt].push([t,e,r])}[Pu](t){switch(this[zn]("meta",this[xn]),t.type){case"ExtendedHeader":case"OldExtendedHeader":this[Dt]=eo.parse(this[xn],this[Dt],!1);break;case"GlobalExtendedHeader":this[mi]=eo.parse(this[xn],this[mi],!0);break;case"NextFileHasLongPath":case"OldGnuLongPath":{let e=this[Dt]??Object.create(null);this[Dt]=e,e.path=this[xn].replace(/\0.*/,"");break}case"NextFileHasLongLinkpath":{let e=this[Dt]||Object.create(null);this[Dt]=e,e.linkpath=this[xn].replace(/\0.*/,"");break}default:throw new Error("unknown meta: "+t.type)}}abort(t){this[pn]=!0,this.emit("abort",t),this.warn("TAR_ABORT",t,{recoverable:!1})}write(t,e,r){if(typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,typeof e=="string"?e:"utf8")),this[pn])return r?.(),!1;if((this[De]===void 0||this.brotli===void 0&&this[De]===!1)&&t){if(this[me]&&(t=Buffer.concat([this[me],t]),this[me]=void 0),t.length<s_)return this[me]=t,r?.(),!0;for(let d=0;this[De]===void 0&&d<vc.length;d++)t[d]!==vc[d]&&(this[De]=!1);let o=!1;if(this[De]===!1&&this.zstd!==!1){o=!0;for(let d=0;d<Sc.length;d++)if(t[d]!==Sc[d]){o=!1;break}}let c=this.brotli===void 0&&!o;if(this[De]===!1&&c)if(t.length<512)if(this[hn])this.brotli=!0;else return this[me]=t,r?.(),!0;else try{new Wn(t.subarray(0,512)),this.brotli=!1}catch{this.brotli=!0}if(this[De]===void 0||this[De]===!1&&(this.brotli||o)){let d=this[hn];this[hn]=!1,this[De]=this[De]===void 0?new Rw({}):o?new Lw({}):new Pw({}),this[De].on("data",f=>this[Ns](f)),this[De].on("error",f=>this.abort(f)),this[De].on("end",()=>{this[hn]=!0,this[Ns]()}),this[_r]=!0;let u=!!this[De][d?"end":"write"](t);return this[_r]=!1,r?.(),u}}this[_r]=!0,this[De]?this[De].write(t):this[Ns](t),this[_r]=!1;let i=this[Jt].length>0?!1:this[Vt]?this[Vt].flowing:!0;return!i&&this[Jt].length===0&&this[Vt]?.once("drain",()=>this.emit("drain")),r?.(),i}[uc](t){t&&!this[pn]&&(this[me]=this[me]?Buffer.concat([this[me],t]):t)}[Bs](){if(this[hn]&&!this[dc]&&!this[pn]&&!this[gi]){this[dc]=!0;let t=this[Fn];if(t&&t.blockRemain){let e=this[me]?this[me].length:0;this.warn("TAR_BAD_ARCHIVE",`Truncated input (needed ${t.blockRemain} more bytes, only ${e} available)`,{entry:t}),this[me]&&t.write(this[me]),t.end()}this[zn](Fs)}}[Ns](t){if(this[gi]&&t)this[uc](t);else if(!t&&!this[me])this[Bs]();else if(t){if(this[gi]=!0,this[me]){this[uc](t);let e=this[me];this[me]=void 0,this[Ms](e)}else this[Ms](t);for(;this[me]&&this[me]?.length>=512&&!this[pn]&&!this[Us];){let e=this[me];this[me]=void 0,this[Ms](e)}this[gi]=!1}(!this[me]||this[hn])&&this[Bs]()}[Ms](t){let e=0,r=t.length;for(;e+512<=r&&!this[pn]&&!this[Us];)switch(this[ft]){case"begin":case"header":this[Lu](t,e),e+=512;break;case"ignore":case"body":e+=this[lc](t,e);break;case"meta":e+=this[Ou](t,e);break;default:throw new Error("invalid state: "+this[ft])}e<r&&(this[me]=this[me]?Buffer.concat([t.subarray(e),this[me]]):t.subarray(e))}end(t,e,r){return typeof t=="function"&&(r=t,e=void 0,t=void 0),typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,e)),r&&this.once("finish",r),this[pn]||(this[De]?(t&&this[De].write(t),this[De].end()):(this[hn]=!0,(this.brotli===void 0||this.zstd===void 0)&&(t=t||Buffer.alloc(0)),t&&this.write(t),this[Bs]())),this}},Ai=t=>{let e=t.length-1,r=-1;for(;e>-1&&t.charAt(e)==="/";)r=e,e--;return r===-1?t:t.slice(0,r)},a_=t=>{let e=t.onReadEntry;t.onReadEntry=e?r=>{e(r),r.resume()}:r=>r.resume()},gf=(t,e)=>{let r=new Map(e.map(c=>[Ai(c),!0])),i=t.filter,o=(c,d="")=>{let u=d||mw(c).root||".",f;if(c===u)f=!1;else{let h=r.get(c);f=h!==void 0?h:o(pw(c),u)}return r.set(c,f),f};t.filter=i?(c,d)=>i(c,d)&&o(Ai(c)):c=>o(Ai(c))},c_=t=>{let e=new Oi(t),r=t.file,i;try{i=Ir.openSync(r,"r");let o=Ir.fstatSync(i),c=t.maxReadSize||16*1024*1024;if(o.size<c){let d=Buffer.allocUnsafe(o.size),u=Ir.readSync(i,d,0,o.size,0);e.end(u===d.byteLength?d:d.subarray(0,u))}else{let d=0,u=Buffer.allocUnsafe(c);for(;d<o.size;){let f=Ir.readSync(i,u,0,c,d);if(f===0)break;d+=f,e.write(u.subarray(0,f))}e.end()}}finally{if(typeof i=="number")try{Ir.closeSync(i)}catch{}}},d_=(t,e)=>{let r=new Oi(t),i=t.maxReadSize||16*1024*1024,o=t.file;return new Promise((c,d)=>{r.on("error",d),r.on("end",c),Ir.stat(o,(u,f)=>{if(u)d(u);else{let h=new Hc(o,{readSize:i,size:f.size});h.on("error",d),h.pipe(r)}})})},Cr=Li(c_,d_,t=>new Oi(t),t=>new Oi(t),(t,e)=>{e?.length&&gf(t,e),t.noResume||a_(t)}),wf=(t,e,r)=>(t&=4095,r&&(t=(t|384)&-19),e&&(t&256&&(t|=64),t&32&&(t|=8),t&4&&(t|=1)),t),{isAbsolute:u_,parse:Bu}=l_,Kc=t=>{let e="",r=Bu(t);for(;u_(t)||r.root;){let i=t.charAt(0)==="/"&&t.slice(0,4)!=="//?/"?"/":r.root;t=t.slice(i.length),e+=i,r=Bu(t)}return[e,t]},co=["|","<",">","?",":"],$c=co.map(t=>String.fromCodePoint(61440+Number(t.codePointAt(0)))),f_=new Map(co.map((t,e)=>[t,$c[e]])),x_=new Map($c.map((t,e)=>[t,co[e]])),Fu=t=>co.reduce((e,r)=>e.split(r).join(f_.get(r)),t),h_=t=>$c.reduce((e,r)=>e.split(r).join(x_.get(r)),t),_f=(t,e)=>e?(t=Q(t).replace(/^\.(\/|$)/,""),Ai(e)+"/"+t):Q(t),p_=16*1024*1024,zu=Symbol("process"),Uu=Symbol("file"),Gu=Symbol("directory"),Ic=Symbol("symlink"),Hu=Symbol("hardlink"),wi=Symbol("header"),Ks=Symbol("read"),Ac=Symbol("lstat"),$s=Symbol("onlstat"),kc=Symbol("onread"),Tc=Symbol("onreadlink"),Cc=Symbol("openfile"),Rc=Symbol("onopenfile"),yn=Symbol("close"),no=Symbol("mode"),Dc=Symbol("awaitDrain"),fc=Symbol("ondrain"),Ot=Symbol("prefix"),yf=class extends Kn{path;portable;myuid=process.getuid&&process.getuid()||0;myuser=process.env.USER||"";maxReadSize;linkCache;statCache;preservePaths;cwd;strict;mtime;noPax;noMtime;prefix;fd;blockLen=0;blockRemain=0;buf;pos=0;remain=0;length=0;offset=0;win32;absolute;header;type;linkpath;stat;onWriteEntry;#e=!1;constructor(t,e={}){let r=qc(e);super(),this.path=Q(t),this.portable=!!r.portable,this.maxReadSize=r.maxReadSize||p_,this.linkCache=r.linkCache||new Map,this.statCache=r.statCache||new Map,this.preservePaths=!!r.preservePaths,this.cwd=Q(r.cwd||process.cwd()),this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.mtime=r.mtime,this.prefix=r.prefix?Q(r.prefix):void 0,this.onWriteEntry=r.onWriteEntry,typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let i=!1;if(!this.preservePaths){let[c,d]=Kc(this.path);c&&typeof d=="string"&&(this.path=d,i=c)}this.win32=!!r.win32||process.platform==="win32",this.win32&&(this.path=h_(this.path.replaceAll(/\\/g,"/")),t=t.replaceAll(/\\/g,"/")),this.absolute=Q(r.absolute||Mu.resolve(this.cwd,t)),this.path===""&&(this.path="./"),i&&this.warn("TAR_ENTRY_INFO",`stripping ${i} from absolute path`,{entry:this,path:i+this.path});let o=this.statCache.get(this.absolute);o?this[$s](o):this[Ac]()}warn(t,e,r={}){return ao(this,t,e,r)}emit(t,...e){return t==="error"&&(this.#e=!0),super.emit(t,...e)}[Ac](){Pt.lstat(this.absolute,(t,e)=>{if(t)return this.emit("error",t);this[$s](e)})}[$s](t){this.statCache.set(this.absolute,t),this.stat=t,t.isFile()||(t.size=0),this.type=w_(t),this.emit("stat",t),this[zu]()}[zu](){switch(this.type){case"File":return this[Uu]();case"Directory":return this[Gu]();case"SymbolicLink":return this[Ic]();default:return this.end()}}[no](t){return wf(t,this.type==="Directory",this.portable)}[Ot](t){return _f(t,this.prefix)}[wi](){if(!this.stat)throw new Error("cannot write header before stat");this.type==="Directory"&&this.portable&&(this.noMtime=!0),this.onWriteEntry?.(this),this.header=new Wn({path:this[Ot](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Ot](this.linkpath):this.linkpath,mode:this[no](this.stat.mode),uid:this.portable?void 0:this.stat.uid,gid:this.portable?void 0:this.stat.gid,size:this.stat.size,mtime:this.noMtime?void 0:this.mtime||this.stat.mtime,type:this.type==="Unsupported"?void 0:this.type,uname:this.portable?void 0:this.stat.uid===this.myuid?this.myuser:"",atime:this.portable?void 0:this.stat.atime,ctime:this.portable?void 0:this.stat.ctime}),this.header.encode()&&!this.noPax&&super.write(new eo({atime:this.portable?void 0:this.header.atime,ctime:this.portable?void 0:this.header.ctime,gid:this.portable?void 0:this.header.gid,mtime:this.noMtime?void 0:this.mtime||this.header.mtime,path:this[Ot](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Ot](this.linkpath):this.linkpath,size:this.header.size,uid:this.portable?void 0:this.header.uid,uname:this.portable?void 0:this.header.uname,dev:this.portable?void 0:this.stat.dev,ino:this.portable?void 0:this.stat.ino,nlink:this.portable?void 0:this.stat.nlink}).encode());let t=this.header?.block;if(!t)throw new Error("failed to encode header");super.write(t)}[Gu](){if(!this.stat)throw new Error("cannot create directory entry without stat");this.path.slice(-1)!=="/"&&(this.path+="/"),this.stat.size=0,this[wi](),this.end()}[Ic](){Pt.readlink(this.absolute,(t,e)=>{if(t)return this.emit("error",t);this[Tc](e)})}[Tc](t){this.linkpath=Q(t),this[wi](),this.end()}[Hu](t){if(!this.stat)throw new Error("cannot create link entry without stat");this.type="Link",this.linkpath=Q(Mu.relative(this.cwd,t)),this.stat.size=0,this[wi](),this.end()}[Uu](){if(!this.stat)throw new Error("cannot create file entry without stat");if(this.stat.nlink>1){let t=`${this.stat.dev}:${this.stat.ino}`,e=this.linkCache.get(t);if(e?.indexOf(this.cwd)===0)return this[Hu](e);this.linkCache.set(t,this.absolute)}if(this[wi](),this.stat.size===0)return this.end();this[Cc]()}[Cc](){Pt.open(this.absolute,"r",(t,e)=>{if(t)return this.emit("error",t);this[Rc](e)})}[Rc](t){if(this.fd=t,this.#e)return this[yn]();if(!this.stat)throw new Error("should stat before calling onopenfile");this.blockLen=512*Math.ceil(this.stat.size/512),this.blockRemain=this.blockLen;let e=Math.min(this.blockLen,this.maxReadSize);this.buf=Buffer.allocUnsafe(e),this.offset=0,this.pos=0,this.remain=this.stat.size,this.length=this.buf.length,this[Ks]()}[Ks](){let{fd:t,buf:e,offset:r,length:i,pos:o}=this;if(t===void 0||e===void 0)throw new Error("cannot read file without first opening");Pt.read(t,e,r,i,o,(c,d)=>{if(c)return this[yn](()=>this.emit("error",c));this[kc](d)})}[yn](t=()=>{}){this.fd!==void 0&&Pt.close(this.fd,t)}[kc](t){if(t<=0&&this.remain>0){let r=Object.assign(new Error("encountered unexpected EOF"),{path:this.absolute,syscall:"read",code:"EOF"});return this[yn](()=>this.emit("error",r))}if(t>this.remain){let r=Object.assign(new Error("did not encounter expected EOF"),{path:this.absolute,syscall:"read",code:"EOF"});return this[yn](()=>this.emit("error",r))}if(!this.buf)throw new Error("should have created buffer prior to reading");if(t===this.remain)for(let r=t;r<this.length&&t<this.blockRemain;r++)this.buf[r+this.offset]=0,t++,this.remain++;let e=this.offset===0&&t===this.buf.length?this.buf:this.buf.subarray(this.offset,this.offset+t);this.write(e)?this[fc]():this[Dc](()=>this[fc]())}[Dc](t){this.once("drain",t)}write(t,e,r){if(typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,typeof e=="string"?e:"utf8")),this.blockRemain<t.length){let i=Object.assign(new Error("writing more data than expected"),{path:this.absolute});return this.emit("error",i)}return this.remain-=t.length,this.blockRemain-=t.length,this.pos+=t.length,this.offset+=t.length,super.write(t,null,r)}[fc](){if(!this.remain)return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),this[yn](t=>t?this.emit("error",t):this.end());if(!this.buf)throw new Error("buffer lost somehow in ONDRAIN");this.offset>=this.length&&(this.buf=Buffer.allocUnsafe(Math.min(this.blockRemain,this.buf.length)),this.offset=0),this.length=this.buf.length-this.offset,this[Ks]()}},m_=class extends yf{sync=!0;[Ac](){this[$s](Pt.lstatSync(this.absolute))}[Ic](){this[Tc](Pt.readlinkSync(this.absolute))}[Cc](){this[Rc](Pt.openSync(this.absolute,"r"))}[Ks](){let t=!0;try{let{fd:e,buf:r,offset:i,length:o,pos:c}=this;if(e===void 0||r===void 0)throw new Error("fd and buf must be set in READ method");let d=Pt.readSync(e,r,i,o,c);this[kc](d),t=!1}finally{if(t)try{this[yn](()=>{})}catch{}}}[Dc](t){t()}[yn](t=()=>{}){this.fd!==void 0&&Pt.closeSync(this.fd),t()}},g_=class extends Kn{blockLen=0;blockRemain=0;buf=0;pos=0;remain=0;length=0;preservePaths;portable;strict;noPax;noMtime;readEntry;type;prefix;path;mode;uid;gid;uname;gname;header;mtime;atime;ctime;linkpath;size;onWriteEntry;warn(t,e,r={}){return ao(this,t,e,r)}constructor(t,e={}){let r=qc(e);super(),this.preservePaths=!!r.preservePaths,this.portable=!!r.portable,this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.onWriteEntry=r.onWriteEntry,this.readEntry=t;let{type:i}=t;if(i==="Unsupported")throw new Error("writing entry that should be ignored");this.type=i,this.type==="Directory"&&this.portable&&(this.noMtime=!0),this.prefix=r.prefix,this.path=Q(t.path),this.mode=t.mode!==void 0?this[no](t.mode):void 0,this.uid=this.portable?void 0:t.uid,this.gid=this.portable?void 0:t.gid,this.uname=this.portable?void 0:t.uname,this.gname=this.portable?void 0:t.gname,this.size=t.size,this.mtime=this.noMtime?void 0:r.mtime||t.mtime,this.atime=this.portable?void 0:t.atime,this.ctime=this.portable?void 0:t.ctime,this.linkpath=t.linkpath!==void 0?Q(t.linkpath):void 0,typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let o=!1;if(!this.preservePaths){let[d,u]=Kc(this.path);d&&typeof u=="string"&&(this.path=u,o=d)}this.remain=t.size,this.blockRemain=t.startBlockSize,this.onWriteEntry?.(this),this.header=new Wn({path:this[Ot](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Ot](this.linkpath):this.linkpath,mode:this.mode,uid:this.portable?void 0:this.uid,gid:this.portable?void 0:this.gid,size:this.size,mtime:this.noMtime?void 0:this.mtime,type:this.type,uname:this.portable?void 0:this.uname,atime:this.portable?void 0:this.atime,ctime:this.portable?void 0:this.ctime}),o&&this.warn("TAR_ENTRY_INFO",`stripping ${o} from absolute path`,{entry:this,path:o+this.path}),this.header.encode()&&!this.noPax&&super.write(new eo({atime:this.portable?void 0:this.atime,ctime:this.portable?void 0:this.ctime,gid:this.portable?void 0:this.gid,mtime:this.noMtime?void 0:this.mtime,path:this[Ot](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Ot](this.linkpath):this.linkpath,size:this.size,uid:this.portable?void 0:this.uid,uname:this.portable?void 0:this.uname,dev:this.portable?void 0:this.readEntry.dev,ino:this.portable?void 0:this.readEntry.ino,nlink:this.portable?void 0:this.readEntry.nlink}).encode());let c=this.header?.block;if(!c)throw new Error("failed to encode header");super.write(c),t.pipe(this)}[Ot](t){return _f(t,this.prefix)}[no](t){return wf(t,this.type==="Directory",this.portable)}write(t,e,r){typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,typeof e=="string"?e:"utf8"));let i=t.length;if(i>this.blockRemain)throw new Error("writing more to entry than is appropriate");return this.blockRemain-=i,super.write(t,r)}end(t,e,r){return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),typeof t=="function"&&(r=t,e=void 0,t=void 0),typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,e??"utf8")),r&&this.once("finish",r),t?super.end(t,r):super.end(r),this}},w_=t=>t.isFile()?"File":t.isDirectory()?"Directory":t.isSymbolicLink()?"SymbolicLink":"Unsupported",__=class Ar{tail;head;length=0;static create(e=[]){return new Ar(e)}constructor(e=[]){for(let r of e)this.push(r)}*[Symbol.iterator](){for(let e=this.head;e;e=e.next)yield e.value}removeNode(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");let r=e.next,i=e.prev;return r&&(r.prev=i),i&&(i.next=r),e===this.head&&(this.head=r),e===this.tail&&(this.tail=i),this.length--,e.next=void 0,e.prev=void 0,e.list=void 0,r}unshiftNode(e){if(e===this.head)return;e.list&&e.list.removeNode(e);let r=this.head;e.list=this,e.next=r,r&&(r.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}pushNode(e){if(e===this.tail)return;e.list&&e.list.removeNode(e);let r=this.tail;e.list=this,e.prev=r,r&&(r.next=e),this.tail=e,this.head||(this.head=e),this.length++}push(...e){for(let r=0,i=e.length;r<i;r++)b_(this,e[r]);return this.length}unshift(...e){for(var r=0,i=e.length;r<i;r++)E_(this,e[r]);return this.length}pop(){if(!this.tail)return;let e=this.tail.value,r=this.tail;return this.tail=this.tail.prev,this.tail?this.tail.next=void 0:this.head=void 0,r.list=void 0,this.length--,e}shift(){if(!this.head)return;let e=this.head.value,r=this.head;return this.head=this.head.next,this.head?this.head.prev=void 0:this.tail=void 0,r.list=void 0,this.length--,e}forEach(e,r){r=r||this;for(let i=this.head,o=0;i;o++)e.call(r,i.value,o,this),i=i.next}forEachReverse(e,r){r=r||this;for(let i=this.tail,o=this.length-1;i;o--)e.call(r,i.value,o,this),i=i.prev}get(e){let r=0,i=this.head;for(;i&&r<e;r++)i=i.next;if(r===e&&i)return i.value}getReverse(e){let r=0,i=this.tail;for(;i&&r<e;r++)i=i.prev;if(r===e&&i)return i.value}map(e,r){r=r||this;let i=new Ar;for(let o=this.head;o;)i.push(e.call(r,o.value,this)),o=o.next;return i}mapReverse(e,r){r=r||this;var i=new Ar;for(let o=this.tail;o;)i.push(e.call(r,o.value,this)),o=o.prev;return i}reduce(e,r){let i,o=this.head;if(arguments.length>1)i=r;else if(this.head)o=this.head.next,i=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var c=0;o;c++)i=e(i,o.value,c),o=o.next;return i}reduceReverse(e,r){let i,o=this.tail;if(arguments.length>1)i=r;else if(this.tail)o=this.tail.prev,i=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(let c=this.length-1;o;c--)i=e(i,o.value,c),o=o.prev;return i}toArray(){let e=new Array(this.length);for(let r=0,i=this.head;i;r++)e[r]=i.value,i=i.next;return e}toArrayReverse(){let e=new Array(this.length);for(let r=0,i=this.tail;i;r++)e[r]=i.value,i=i.prev;return e}slice(e=0,r=this.length){r<0&&(r+=this.length),e<0&&(e+=this.length);let i=new Ar;if(r<e||r<0)return i;e<0&&(e=0),r>this.length&&(r=this.length);let o=this.head,c=0;for(c=0;o&&c<e;c++)o=o.next;for(;o&&c<r;c++,o=o.next)i.push(o.value);return i}sliceReverse(e=0,r=this.length){r<0&&(r+=this.length),e<0&&(e+=this.length);let i=new Ar;if(r<e||r<0)return i;e<0&&(e=0),r>this.length&&(r=this.length);let o=this.length,c=this.tail;for(;c&&o>r;o--)c=c.prev;for(;c&&o>e;o--,c=c.prev)i.push(c.value);return i}splice(e,r=0,...i){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);let o=this.head;for(let d=0;o&&d<e;d++)o=o.next;let c=[];for(let d=0;o&&d<r;d++)c.push(o.value),o=this.removeNode(o);o?o!==this.tail&&(o=o.prev):o=this.tail;for(let d of i)o=y_(this,o,d);return c}reverse(){let e=this.head,r=this.tail;for(let i=e;i;i=i.prev){let o=i.prev;i.prev=i.next,i.next=o}return this.head=r,this.tail=e,this}};function y_(t,e,r){let i=e,o=e?e.next:t.head,c=new Vc(r,i,o,t);return c.next===void 0&&(t.tail=c),c.prev===void 0&&(t.head=c),t.length++,c}function b_(t,e){t.tail=new Vc(e,t.tail,void 0,t),t.head||(t.head=t.tail),t.length++}function E_(t,e){t.head=new Vc(e,void 0,t.head,t),t.tail||(t.tail=t.head),t.length++}var Vc=class{list;next;prev;value;constructor(t,e,r,i){this.list=i,this.value=t,e?(e.next=this,this.prev=e):this.prev=void 0,r?(r.prev=this,this.next=r):this.next=void 0}},ju=class{path;absolute;entry;stat;readdir;pending=!1;pendingLink=!1;ignore=!1;piped=!1;constructor(t,e){this.path=t||"./",this.absolute=e}},Wu=Buffer.alloc(1024),Vs=Symbol("onStat"),_i=Symbol("ended"),Et=Symbol("queue"),yi=Symbol("pendingLinks"),mn=Symbol("current"),Gn=Symbol("process"),bi=Symbol("processing"),Gs=Symbol("processJob"),vt=Symbol("jobs"),xc=Symbol("jobDone"),Js=Symbol("addFSEntry"),Ku=Symbol("addTarEntry"),Pc=Symbol("stat"),Oc=Symbol("readdir"),Zs=Symbol("onreaddir"),Ys=Symbol("pipe"),$u=Symbol("entry"),hc=Symbol("entryOpt"),Xs=Symbol("writeEntryClass"),bf=Symbol("write"),pc=Symbol("ondrain"),lo=class extends Kn{sync=!1;opt;cwd;maxReadSize;preservePaths;strict;noPax;prefix;linkCache;statCache;file;portable;zip;readdirCache;noDirRecurse;follow;noMtime;mtime;filter;jobs;[Xs];onWriteEntry;[Et];[yi]=new Map;[vt]=0;[bi]=!1;[_i]=!1;constructor(t={}){if(super(),this.opt=t,this.file=t.file||"",this.cwd=t.cwd||process.cwd(),this.maxReadSize=t.maxReadSize,this.preservePaths=!!t.preservePaths,this.strict=!!t.strict,this.noPax=!!t.noPax,this.prefix=Q(t.prefix||""),this.linkCache=t.linkCache||new Map,this.statCache=t.statCache||new Map,this.readdirCache=t.readdirCache||new Map,this.onWriteEntry=t.onWriteEntry,this[Xs]=yf,typeof t.onwarn=="function"&&this.on("warn",t.onwarn),this.portable=!!t.portable,t.gzip||t.brotli||t.zstd){if((t.gzip?1:0)+(t.brotli?1:0)+(t.zstd?1:0)>1)throw new TypeError("gzip, brotli, zstd are mutually exclusive");if(t.gzip&&(typeof t.gzip!="object"&&(t.gzip={}),this.portable&&(t.gzip.portable=!0),this.zip=new Cw(t.gzip)),t.brotli&&(typeof t.brotli!="object"&&(t.brotli={}),this.zip=new Dw(t.brotli)),t.zstd&&(typeof t.zstd!="object"&&(t.zstd={}),this.zip=new Ow(t.zstd)),!this.zip)throw new Error("impossible");let e=this.zip;e.on("data",r=>super.write(r)),e.on("end",()=>super.end()),e.on("drain",()=>this[pc]()),this.on("resume",()=>e.resume())}else this.on("drain",this[pc]);this.noDirRecurse=!!t.noDirRecurse,this.follow=!!t.follow,this.noMtime=!!t.noMtime,t.mtime&&(this.mtime=t.mtime),this.filter=typeof t.filter=="function"?t.filter:()=>!0,this[Et]=new __,this[vt]=0,this.jobs=Number(t.jobs)||4,this[bi]=!1,this[_i]=!1}[bf](t){return super.write(t)}add(t){return this.write(t),this}end(t,e,r){return typeof t=="function"&&(r=t,t=void 0),typeof e=="function"&&(r=e,e=void 0),t&&this.add(t),this[_i]=!0,this[Gn](),r&&r(),this}write(t){if(this[_i])throw new Error("write after end");return typeof t=="string"?this[Js](t):this[Ku](t),this.flowing}[Ku](t){let e=Q(qu.resolve(this.cwd,t.path));if(!this.filter(t.path,t))t.resume();else{let r=new ju(t.path,e);r.entry=new g_(t,this[hc](r)),r.entry.on("end",()=>this[xc](r)),this[vt]+=1,this[Et].push(r)}this[Gn]()}[Js](t){let e=Q(qu.resolve(this.cwd,t));this[Et].push(new ju(t,e)),this[Gn]()}[Pc](t){t.pending=!0,this[vt]+=1;let e=this.follow?"stat":"lstat";to[e](t.absolute,(r,i)=>{t.pending=!1,this[vt]-=1,r?this.emit("error",r):this[Vs](t,i)})}[Vs](t,e){if(this.statCache.set(t.absolute,e),t.stat=e,!this.filter(t.path,e))t.ignore=!0;else if(e.isFile()&&e.nlink>1&&!this.linkCache.get(`${e.dev}:${e.ino}`)&&!this.sync)if(t===this[mn])this[Gs](t);else{let r=`${e.dev}:${e.ino}`,i=this[yi].get(r);i?i.push(t):this[yi].set(r,[t]),t.pendingLink=!0,t.pending=!0}this[Gn]()}[Oc](t){t.pending=!0,this[vt]+=1,to.readdir(t.absolute,(e,r)=>{if(t.pending=!1,this[vt]-=1,e)return this.emit("error",e);this[Zs](t,r)})}[Zs](t,e){this.readdirCache.set(t.absolute,e),t.readdir=e,this[Gn]()}[Gn](){if(!this[bi]){this[bi]=!0;for(let t=this[Et].head;t&&this[vt]<this.jobs;t=t.next)if(this[Gs](t.value),t.value.ignore){let e=t.next;this[Et].removeNode(t),t.next=e}this[bi]=!1,this[_i]&&this[Et].length===0&&this[vt]===0&&(this.zip?this.zip.end(Wu):(super.write(Wu),super.end()))}}get[mn](){return this[Et]&&this[Et].head&&this[Et].head.value}[xc](t){this[Et].shift(),this[vt]-=1;let{stat:e}=t;if(e&&e.isFile()&&e.nlink>1){let r=`${e.dev}:${e.ino}`,i=this[yi].get(r);if(i){this[yi].delete(r);for(let o of i)o.pending=!1,this[Gs](o)}}this[Gn]()}[Gs](t){if(t.pending&&t.pendingLink&&t===this[mn]&&(t.pending=!1,t.pendingLink=!1),!t.pending){if(t.entry){t===this[mn]&&!t.piped&&this[Ys](t);return}if(!t.stat){let e=this.statCache.get(t.absolute);e?this[Vs](t,e):this[Pc](t)}if(t.stat&&!t.ignore){if(!this.noDirRecurse&&t.stat.isDirectory()&&!t.readdir){let e=this.readdirCache.get(t.absolute);if(e?this[Zs](t,e):this[Oc](t),!t.readdir)return}if(t.entry=this[$u](t),!t.entry){t.ignore=!0;return}t===this[mn]&&!t.piped&&this[Ys](t)}}}[hc](t){return{onwarn:(e,r,i)=>this.warn(e,r,i),noPax:this.noPax,cwd:this.cwd,absolute:t.absolute,preservePaths:this.preservePaths,maxReadSize:this.maxReadSize,strict:this.strict,portable:this.portable,linkCache:this.linkCache,statCache:this.statCache,noMtime:this.noMtime,mtime:this.mtime,prefix:this.prefix,onWriteEntry:this.onWriteEntry}}[$u](t){this[vt]+=1;try{return new this[Xs](t.path,this[hc](t)).on("end",()=>this[xc](t)).on("error",e=>this.emit("error",e))}catch(e){this.emit("error",e)}}[pc](){this[mn]&&this[mn].entry&&this[mn].entry.resume()}[Ys](t){t.piped=!0,t.readdir&&t.readdir.forEach(i=>{let o=t.path,c=o==="./"?"":o.replace(/\/*$/,"/");this[Js](c+i)});let e=t.entry,r=this.zip;if(!e)throw new Error("cannot pipe without source");r?e.on("data",i=>{r.write(i)||e.pause()}):e.on("data",i=>{super.write(i)||e.pause()})}pause(){return this.zip&&this.zip.pause(),super.pause()}warn(t,e,r={}){ao(this,t,e,r)}},Jc=class extends lo{sync=!0;constructor(t){super(t),this[Xs]=m_}pause(){}resume(){}[Pc](t){let e=this.follow?"statSync":"lstatSync";this[Vs](t,to[e](t.absolute))}[Oc](t){this[Zs](t,to.readdirSync(t.absolute))}[Ys](t){let e=t.entry,r=this.zip;if(t.readdir&&t.readdir.forEach(i=>{let o=t.path,c=o==="./"?"":o.replace(/\/*$/,"/");this[Js](c+i)}),!e)throw new Error("Cannot pipe without source");r?e.on("data",i=>{r.write(i)}):e.on("data",i=>{super[bf](i)})}},v_=(t,e)=>{let r=new Jc(t),i=new cf(t.file,{mode:t.mode||438});r.pipe(i),Ef(r,e)},S_=(t,e)=>{let r=new lo(t),i=new so(t.file,{mode:t.mode||438});r.pipe(i);let o=new Promise((c,d)=>{i.on("error",d),i.on("close",c),r.on("error",d)});return vf(r,e).catch(c=>r.emit("error",c)),o},Ef=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?Cr({file:df.resolve(t.cwd,r.slice(1)),sync:!0,noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r)}),t.end()},vf=async(t,e)=>{for(let r of e)r.charAt(0)==="@"?await Cr({file:df.resolve(String(t.cwd),r.slice(1)),noResume:!0,onReadEntry:i=>{t.add(i)}}):t.add(r);t.end()},I_=(t,e)=>{let r=new Jc(t);return Ef(r,e),r},A_=(t,e)=>{let r=new lo(t);return vf(r,e).catch(i=>r.emit("error",i)),r},aA=Li(v_,S_,I_,A_,(t,e)=>{if(!e?.length)throw new TypeError("no paths specified to add to archive")}),T_=process.env.__FAKE_PLATFORM__||process.platform,kf=T_==="win32",{O_CREAT:Tf,O_NOFOLLOW:Vu,O_TRUNC:Cf,O_WRONLY:Rf}=Af.constants,Df=Number(process.env.__FAKE_FS_O_FILENAME__)||Af.constants.UV_FS_O_FILEMAP||0,C_=kf&&!!Df,R_=512*1024,D_=Df|Cf|Tf|Rf,Ju=!kf&&typeof Vu=="number"?Vu|Cf|Tf|Rf:null,Pf=Ju!==null?()=>Ju:C_?t=>t<R_?D_:"w":()=>"w",Lc=(t,e,r)=>{try{return uo.lchownSync(t,e,r)}catch(i){if(i?.code!=="ENOENT")throw i}},ro=(t,e,r,i)=>{uo.lchown(t,e,r,o=>{i(o&&o?.code!=="ENOENT"?o:null)})},P_=(t,e,r,i,o)=>{if(e.isDirectory())Of(ki.resolve(t,e.name),r,i,c=>{if(c)return o(c);let d=ki.resolve(t,e.name);ro(d,r,i,o)});else{let c=ki.resolve(t,e.name);ro(c,r,i,o)}},Of=(t,e,r,i)=>{uo.readdir(t,{withFileTypes:!0},(o,c)=>{if(o){if(o.code==="ENOENT")return i();if(o.code!=="ENOTDIR"&&o.code!=="ENOTSUP")return i(o)}if(o||!c.length)return ro(t,e,r,i);let d=c.length,u=null,f=h=>{if(!u){if(h)return i(u=h);if(--d===0)return ro(t,e,r,i)}};for(let h of c)P_(t,h,e,r,f)})},O_=(t,e,r,i)=>{e.isDirectory()&&Lf(ki.resolve(t,e.name),r,i),Lc(ki.resolve(t,e.name),r,i)},Lf=(t,e,r)=>{let i;try{i=uo.readdirSync(t,{withFileTypes:!0})}catch(o){let c=o;if(c?.code==="ENOENT")return;if(c?.code==="ENOTDIR"||c?.code==="ENOTSUP")return Lc(t,e,r);throw c}for(let o of i)O_(t,o,e,r);return Lc(t,e,r)},Nf=class extends Error{path;code;syscall="chdir";constructor(t,e){super(`${e}: Cannot cd into '${t}'`),this.path=t,this.code=e}get name(){return"CwdError"}},fo=class extends Error{path;symlink;syscall="symlink";code="TAR_SYMLINK_ERROR";constructor(t,e){super("TAR_SYMLINK_ERROR: Cannot extract through symbolic link"),this.symlink=t,this.path=e}get name(){return"SymlinkError"}},N_=(t,e)=>{ct.stat(t,(r,i)=>{(r||!i.isDirectory())&&(r=new Nf(t,r?.code||"ENOTDIR")),e(r)})},M_=(t,e,r)=>{t=Q(t);let i=e.umask??18,o=e.mode|448,c=(o&i)!==0,d=e.uid,u=e.gid,f=typeof d=="number"&&typeof u=="number"&&(d!==e.processUid||u!==e.processGid),h=e.preserve,g=e.unlink,_=Q(e.cwd),v=(E,I)=>{E?r(E):I&&f?Of(I,d,u,A=>v(A)):c?ct.chmod(t,o,r):r()};if(t===_)return N_(t,v);if(h)return L_.mkdir(t,{mode:o,recursive:!0}).then(E=>v(null,E??void 0),v);let y=Q(io.relative(_,t)).split("/");Nc(_,y,o,g,_,void 0,v)},Nc=(t,e,r,i,o,c,d)=>{if(e.length===0)return d(null,c);let u=e.shift(),f=Q(io.resolve(t+"/"+u));ct.mkdir(f,r,Mf(f,e,r,i,o,c,d))},Mf=(t,e,r,i,o,c,d)=>u=>{u?ct.lstat(t,(f,h)=>{if(f)f.path=f.path&&Q(f.path),d(f);else if(h.isDirectory())Nc(t,e,r,i,o,c,d);else if(i)ct.unlink(t,g=>{if(g)return d(g);ct.mkdir(t,r,Mf(t,e,r,i,o,c,d))});else{if(h.isSymbolicLink())return d(new fo(t,t+"/"+e.join("/")));d(u)}}):(c=c||t,Nc(t,e,r,i,o,c,d))},B_=t=>{let e=!1,r;try{e=ct.statSync(t).isDirectory()}catch(i){r=i?.code}finally{if(!e)throw new Nf(t,r??"ENOTDIR")}},F_=(t,e)=>{t=Q(t);let r=e.umask??18,i=e.mode|448,o=(i&r)!==0,c=e.uid,d=e.gid,u=typeof c=="number"&&typeof d=="number"&&(c!==e.processUid||d!==e.processGid),f=e.preserve,h=e.unlink,g=Q(e.cwd),_=E=>{E&&u&&Lf(E,c,d),o&&ct.chmodSync(t,i)};if(t===g)return B_(g),_();if(f)return _(ct.mkdirSync(t,{mode:i,recursive:!0})??void 0);let v=Q(io.relative(g,t)).split("/"),y;for(let E=v.shift(),I=g;E&&(I+="/"+E);E=v.shift()){I=Q(io.resolve(I));try{ct.mkdirSync(I,i),y=y||I}catch{let A=ct.lstatSync(I);if(A.isDirectory())continue;if(h){ct.unlinkSync(I),ct.mkdirSync(I,i),y=y||I;continue}else if(A.isSymbolicLink())return new fo(I,I+"/"+v.join("/"))}}return _(y)},mc=Object.create(null),Zu=1e4,yr=new Set,z_=t=>{yr.has(t)?yr.delete(t):mc[t]=t.normalize("NFD").toLocaleLowerCase("en").toLocaleUpperCase("en"),yr.add(t);let e=mc[t],r=yr.size-Zu;if(r>Zu/10){for(let i of yr)if(yr.delete(i),delete mc[i],--r<=0)break}return e},U_=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,G_=U_==="win32",H_=t=>t.split("/").slice(0,-1).reduce((e,r)=>{let i=e.at(-1);return i!==void 0&&(r=Bf(i,r)),e.push(r||"/"),e},[]),q_=class{#e=new Map;#n=new Map;#r=new Set;reserve(t,e){t=G_?["win32 parallelization disabled"]:t.map(i=>Ai(Bf(z_(i))));let r=new Set(t.map(i=>H_(i)).reduce((i,o)=>i.concat(o)));this.#n.set(e,{dirs:r,paths:t});for(let i of t){let o=this.#e.get(i);o?o.push(e):this.#e.set(i,[e])}for(let i of r){let o=this.#e.get(i);if(!o)this.#e.set(i,[new Set([e])]);else{let c=o.at(-1);c instanceof Set?c.add(e):o.push(new Set([e]))}}return this.#i(e)}#s(t){let e=this.#n.get(t);if(!e)throw new Error("function does not have any path reservations");return{paths:e.paths.map(r=>this.#e.get(r)),dirs:[...e.dirs].map(r=>this.#e.get(r))}}check(t){let{paths:e,dirs:r}=this.#s(t);return e.every(i=>i&&i[0]===t)&&r.every(i=>i&&i[0]instanceof Set&&i[0].has(t))}#i(t){return this.#r.has(t)||!this.check(t)?!1:(this.#r.add(t),t(()=>this.#t(t)),!0)}#t(t){if(!this.#r.has(t))return!1;let e=this.#n.get(t);if(!e)throw new Error("invalid reservation");let{paths:r,dirs:i}=e,o=new Set;for(let c of r){let d=this.#e.get(c);if(!d||d?.[0]!==t)continue;let u=d[1];if(!u){this.#e.delete(c);continue}if(d.shift(),typeof u=="function")o.add(u);else for(let f of u)o.add(f)}for(let c of i){let d=this.#e.get(c),u=d?.[0];if(!(!d||!(u instanceof Set)))if(u.size===1&&d.length===1){this.#e.delete(c);continue}else if(u.size===1){d.shift();let f=d[0];typeof f=="function"&&o.add(f)}else u.delete(t)}return this.#r.delete(t),o.forEach(c=>this.#i(c)),!0}},j_=()=>process.umask(),Yu=Symbol("onEntry"),Mc=Symbol("checkFs"),Xu=Symbol("checkFs2"),Bc=Symbol("isReusable"),xt=Symbol("makeFs"),Fc=Symbol("file"),zc=Symbol("directory"),Qs=Symbol("link"),Qu=Symbol("symlink"),ef=Symbol("hardlink"),Si=Symbol("ensureNoSymlink"),tf=Symbol("unsupported"),nf=Symbol("checkPath"),gc=Symbol("stripAbsolutePath"),bn=Symbol("mkdir"),je=Symbol("onError"),Hs=Symbol("pending"),rf=Symbol("pend"),br=Symbol("unpend"),wc=Symbol("ended"),_c=Symbol("maybeClose"),Uc=Symbol("skip"),Ti=Symbol("doChown"),Ci=Symbol("uid"),Ri=Symbol("gid"),Di=Symbol("checkedCwd"),W_=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Pi=W_==="win32",K_=1024,$_=(t,e)=>{if(!Pi)return ie.unlink(t,e);let r=t+".DELETE."+If(16).toString("hex");ie.rename(t,r,i=>{if(i)return e(i);ie.unlink(r,e)})},V_=t=>{if(!Pi)return ie.unlinkSync(t);let e=t+".DELETE."+If(16).toString("hex");ie.renameSync(t,e),ie.unlinkSync(e)},sf=(t,e,r)=>t!==void 0&&t===t>>>0?t:e!==void 0&&e===e>>>0?e:r,Zc=class extends Oi{[wc]=!1;[Di]=!1;[Hs]=0;reservations=new q_;transform;writable=!0;readable=!1;uid;gid;setOwner;preserveOwner;processGid;processUid;maxDepth;forceChown;win32;newer;keep;noMtime;preservePaths;unlink;cwd;strip;processUmask;umask;dmode;fmode;chmod;constructor(t={}){if(t.ondone=()=>{this[wc]=!0,this[_c]()},super(t),this.transform=t.transform,this.chmod=!!t.chmod,typeof t.uid=="number"||typeof t.gid=="number"){if(typeof t.uid!="number"||typeof t.gid!="number")throw new TypeError("cannot set owner without number uid and gid");if(t.preserveOwner)throw new TypeError("cannot preserve owner in archive and also set owner explicitly");this.uid=t.uid,this.gid=t.gid,this.setOwner=!0}else this.uid=void 0,this.gid=void 0,this.setOwner=!1;this.preserveOwner=t.preserveOwner===void 0&&typeof t.uid!="number"?!!(process.getuid&&process.getuid()===0):!!t.preserveOwner,this.processUid=(this.preserveOwner||this.setOwner)&&process.getuid?process.getuid():void 0,this.processGid=(this.preserveOwner||this.setOwner)&&process.getgid?process.getgid():void 0,this.maxDepth=typeof t.maxDepth=="number"?t.maxDepth:K_,this.forceChown=t.forceChown===!0,this.win32=!!t.win32||Pi,this.newer=!!t.newer,this.keep=!!t.keep,this.noMtime=!!t.noMtime,this.preservePaths=!!t.preservePaths,this.unlink=!!t.unlink,this.cwd=Q(Be.resolve(t.cwd||process.cwd())),this.strip=Number(t.strip)||0,this.processUmask=this.chmod?typeof t.processUmask=="number"?t.processUmask:j_():0,this.umask=typeof t.umask=="number"?t.umask:this.processUmask,this.dmode=t.dmode||511&~this.umask,this.fmode=t.fmode||438&~this.umask,this.on("entry",e=>this[Yu](e))}warn(t,e,r={}){return(t==="TAR_BAD_ARCHIVE"||t==="TAR_ABORT")&&(r.recoverable=!1),super.warn(t,e,r)}[_c](){this[wc]&&this[Hs]===0&&(this.emit("prefinish"),this.emit("finish"),this.emit("end"))}[gc](t,e){let r=t[e],{type:i}=t;if(!r||this.preservePaths)return!0;let[o,c]=Kc(r),d=c.replaceAll(/\\/g,"/").split("/");if(d.includes("..")||Pi&&/^[a-z]:\.\.$/i.test(d[0]??"")){if(e==="path"||i==="Link")return this.warn("TAR_ENTRY_ERROR",`${e} contains '..'`,{entry:t,[e]:r}),!1;let u=Be.posix.dirname(t.path),f=Be.posix.normalize(Be.posix.join(u,d.join("/")));if(f.startsWith("../")||f==="..")return this.warn("TAR_ENTRY_ERROR",`${e} escapes extraction directory`,{entry:t,[e]:r}),!1}return o&&(t[e]=String(c),this.warn("TAR_ENTRY_INFO",`stripping ${o} from absolute ${e}`,{entry:t,[e]:r})),!0}[nf](t){let e=Q(t.path),r=e.split("/");if(this.strip){if(r.length<this.strip)return!1;if(t.type==="Link"){let i=Q(String(t.linkpath)).split("/");if(i.length>=this.strip)t.linkpath=i.slice(this.strip).join("/");else return!1}r.splice(0,this.strip),t.path=r.join("/")}if(isFinite(this.maxDepth)&&r.length>this.maxDepth)return this.warn("TAR_ENTRY_ERROR","path excessively deep",{entry:t,path:e,depth:r.length,maxDepth:this.maxDepth}),!1;if(!this[gc](t,"path")||!this[gc](t,"linkpath"))return!1;if(t.absolute=Be.isAbsolute(t.path)?Q(Be.resolve(t.path)):Q(Be.resolve(this.cwd,t.path)),!this.preservePaths&&typeof t.absolute=="string"&&t.absolute.indexOf(this.cwd+"/")!==0&&t.absolute!==this.cwd)return this.warn("TAR_ENTRY_ERROR","path escaped extraction target",{entry:t,path:Q(t.path),resolvedPath:t.absolute,cwd:this.cwd}),!1;if(t.absolute===this.cwd&&t.type!=="Directory"&&t.type!=="GNUDumpDir")return!1;if(this.win32){let{root:i}=Be.win32.parse(String(t.absolute));t.absolute=i+Fu(String(t.absolute).slice(i.length));let{root:o}=Be.win32.parse(t.path);t.path=o+Fu(t.path.slice(o.length))}return!0}[Yu](t){if(!this[nf](t))return t.resume();switch(k_.equal(typeof t.absolute,"string"),t.type){case"Directory":case"GNUDumpDir":t.mode&&(t.mode=t.mode|448);case"File":case"OldFile":case"ContiguousFile":case"Link":case"SymbolicLink":return this[Mc](t);default:return this[tf](t)}}[je](t,e){t.name==="CwdError"?this.emit("error",t):(this.warn("TAR_ENTRY_ERROR",t,{entry:e}),this[br](),e.resume())}[bn](t,e,r){M_(Q(t),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cwd:this.cwd,mode:e},r)}[Ti](t){return this.forceChown||this.preserveOwner&&(typeof t.uid=="number"&&t.uid!==this.processUid||typeof t.gid=="number"&&t.gid!==this.processGid)||typeof this.uid=="number"&&this.uid!==this.processUid||typeof this.gid=="number"&&this.gid!==this.processGid}[Ci](t){return sf(this.uid,t.uid,this.processUid)}[Ri](t){return sf(this.gid,t.gid,this.processGid)}[Fc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.fmode,i=new so(String(t.absolute),{flags:Pf(t.size),mode:r,autoClose:!1});i.on("error",u=>{i.fd&&ie.close(i.fd,()=>{}),i.write=()=>!0,this[je](u,t),e()});let o=1,c=u=>{if(u){i.fd&&ie.close(i.fd,()=>{}),this[je](u,t),e();return}--o===0&&i.fd!==void 0&&ie.close(i.fd,f=>{f?this[je](f,t):this[br](),e()})};i.on("finish",()=>{let u=String(t.absolute),f=i.fd;if(typeof f=="number"&&t.mtime&&!this.noMtime){o++;let h=t.atime||new Date,g=t.mtime;ie.futimes(f,h,g,_=>_?ie.utimes(u,h,g,v=>c(v&&_)):c())}if(typeof f=="number"&&this[Ti](t)){o++;let h=this[Ci](t),g=this[Ri](t);typeof h=="number"&&typeof g=="number"&&ie.fchown(f,h,g,_=>_?ie.chown(u,h,g,v=>c(v&&_)):c())}c()});let d=this.transform&&this.transform(t)||t;d!==t&&(d.on("error",u=>{this[je](u,t),e()}),t.pipe(d)),d.pipe(i)}[zc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.dmode;this[bn](String(t.absolute),r,i=>{if(i){this[je](i,t),e();return}let o=1,c=()=>{--o===0&&(e(),this[br](),t.resume())};t.mtime&&!this.noMtime&&(o++,ie.utimes(String(t.absolute),t.atime||new Date,t.mtime,c)),this[Ti](t)&&(o++,ie.chown(String(t.absolute),Number(this[Ci](t)),Number(this[Ri](t)),c)),c()})}[tf](t){t.unsupported=!0,this.warn("TAR_ENTRY_UNSUPPORTED",`unsupported entry type: ${t.type}`,{entry:t}),t.resume()}[Qu](t,e){let r=Q(Be.relative(this.cwd,Be.resolve(Be.dirname(String(t.absolute)),String(t.linkpath)))).split("/");this[Si](t,this.cwd,r,()=>this[Qs](t,String(t.linkpath),"symlink",e),i=>{this[je](i,t),e()})}[ef](t,e){let r=Q(Be.resolve(this.cwd,String(t.linkpath))),i=Q(String(t.linkpath)).split("/");this[Si](t,this.cwd,i,()=>this[Qs](t,r,"link",e),o=>{this[je](o,t),e()})}[Si](t,e,r,i,o){let c=r.shift();if(this.preservePaths||c===void 0)return i();let d=Be.resolve(e,c);ie.lstat(d,(u,f)=>{if(u)return i();if(f?.isSymbolicLink())return o(new fo(d,Be.resolve(d,r.join("/"))));this[Si](t,d,r,i,o)})}[rf](){this[Hs]++}[br](){this[Hs]--,this[_c]()}[Uc](t){this[br](),t.resume()}[Bc](t,e){return t.type==="File"&&!this.unlink&&e.isFile()&&e.nlink<=1&&!Pi}[Mc](t){this[rf]();let e=[t.path];t.linkpath&&e.push(t.linkpath),this.reservations.reserve(e,r=>this[Xu](t,r))}[Xu](t,e){let r=d=>{e(d)},i=()=>{this[bn](this.cwd,this.dmode,d=>{if(d){this[je](d,t),r();return}this[Di]=!0,o()})},o=()=>{if(t.absolute!==this.cwd){let d=Q(Be.dirname(String(t.absolute)));if(d!==this.cwd)return this[bn](d,this.dmode,u=>{if(u){this[je](u,t),r();return}c()})}c()},c=()=>{ie.lstat(String(t.absolute),(d,u)=>{if(u&&(this.keep||this.newer&&u.mtime>(t.mtime??u.mtime))){this[Uc](t),r();return}if(d||this[Bc](t,u))return this[xt](null,t,r);if(u.isDirectory()){if(t.type==="Directory"){let f=this.chmod&&t.mode&&(u.mode&4095)!==t.mode,h=g=>this[xt](g??null,t,r);return f?ie.chmod(String(t.absolute),Number(t.mode),h):h()}if(t.absolute!==this.cwd)return ie.rmdir(String(t.absolute),f=>this[xt](f??null,t,r))}if(t.absolute===this.cwd)return this[xt](null,t,r);$_(String(t.absolute),f=>this[xt](f??null,t,r))})};this[Di]?o():i()}[xt](t,e,r){if(t){this[je](t,e),r();return}switch(e.type){case"File":case"OldFile":case"ContiguousFile":return this[Fc](e,r);case"Link":return this[ef](e,r);case"SymbolicLink":return this[Qu](e,r);case"Directory":case"GNUDumpDir":return this[zc](e,r)}}[Qs](t,e,r,i){ie[r](e,String(t.absolute),o=>{o?this[je](o,t):(this[br](),t.resume()),i()})}},Ei=t=>{try{return[null,t()]}catch(e){return[e,null]}},Ff=class extends Zc{sync=!0;[xt](t,e){return super[xt](t,e,()=>{})}[Mc](t){if(!this[Di]){let o=this[bn](this.cwd,this.dmode);if(o)return this[je](o,t);this[Di]=!0}if(t.absolute!==this.cwd){let o=Q(Be.dirname(String(t.absolute)));if(o!==this.cwd){let c=this[bn](o,this.dmode);if(c)return this[je](c,t)}}let[e,r]=Ei(()=>ie.lstatSync(String(t.absolute)));if(r&&(this.keep||this.newer&&r.mtime>(t.mtime??r.mtime)))return this[Uc](t);if(e||this[Bc](t,r))return this[xt](null,t);if(r.isDirectory()){if(t.type==="Directory"){let c=this.chmod&&t.mode&&(r.mode&4095)!==t.mode,[d]=c?Ei(()=>{ie.chmodSync(String(t.absolute),Number(t.mode))}):[];return this[xt](d,t)}let[o]=Ei(()=>ie.rmdirSync(String(t.absolute)));this[xt](o,t)}let[i]=t.absolute===this.cwd?[]:Ei(()=>V_(String(t.absolute)));this[xt](i,t)}[Fc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.fmode,i=d=>{let u;try{ie.closeSync(o)}catch(f){u=f}(d||u)&&this[je](d||u,t),e()},o;try{o=ie.openSync(String(t.absolute),Pf(t.size),r)}catch(d){return i(d)}let c=this.transform&&this.transform(t)||t;c!==t&&(c.on("error",d=>this[je](d,t)),t.pipe(c)),c.on("data",d=>{try{ie.writeSync(o,d,0,d.length)}catch(u){i(u)}}),c.on("end",()=>{let d=null;if(t.mtime&&!this.noMtime){let u=t.atime||new Date,f=t.mtime;try{ie.futimesSync(o,u,f)}catch(h){try{ie.utimesSync(String(t.absolute),u,f)}catch{d=h}}}if(this[Ti](t)){let u=this[Ci](t),f=this[Ri](t);try{ie.fchownSync(o,Number(u),Number(f))}catch(h){try{ie.chownSync(String(t.absolute),Number(u),Number(f))}catch{d=d||h}}}i(d)})}[zc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.dmode,i=this[bn](String(t.absolute),r);if(i){this[je](i,t),e();return}if(t.mtime&&!this.noMtime)try{ie.utimesSync(String(t.absolute),t.atime||new Date,t.mtime)}catch{}if(this[Ti](t))try{ie.chownSync(String(t.absolute),Number(this[Ci](t)),Number(this[Ri](t)))}catch{}e(),t.resume()}[bn](t,e){try{return F_(Q(t),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cwd:this.cwd,mode:e})}catch(r){return r}}[Si](t,e,r,i,o){if(this.preservePaths||r.length===0)return i();let c=e;for(let d of r){c=Be.resolve(c,d);let[u,f]=Ei(()=>ie.lstatSync(c));if(u)return i();if(f.isSymbolicLink())return o(new fo(c,Be.resolve(e,r.join("/"))))}i()}[Qs](t,e,r,i){let o=`${r}Sync`;try{ie[o](e,String(t.absolute)),i(),t.resume()}catch(c){return this[je](c,t)}}},J_=t=>{let e=new Ff(t),r=t.file,i=Sf.statSync(r),o=t.maxReadSize||16*1024*1024;new hw(r,{readSize:o,size:i.size}).pipe(e)},Z_=(t,e)=>{let r=new Zc(t),i=t.maxReadSize||16*1024*1024,o=t.file;return new Promise((c,d)=>{r.on("error",d),r.on("close",c),Sf.stat(o,(u,f)=>{if(u)d(u);else{let h=new Hc(o,{readSize:i,size:f.size});h.on("error",d),h.pipe(r)}})})},zf=Li(J_,Z_,t=>new Ff(t),t=>new Zc(t),(t,e)=>{e?.length&&gf(t,e)}),Y_=(t,e)=>{let r=new Jc(t),i=!0,o,c;try{try{o=at.openSync(t.file,"r+")}catch(f){if(f?.code==="ENOENT")o=at.openSync(t.file,"w+");else throw f}let d=at.fstatSync(o),u=Buffer.alloc(512);e:for(c=0;c<d.size;c+=512){for(let g=0,_=0;g<512;g+=_){if(_=at.readSync(o,u,g,u.length-g,c+g),c===0&&u[0]===31&&u[1]===139)throw new Error("cannot append to compressed archives");if(!_)break e}let f=new Wn(u);if(!f.cksumValid)break;let h=512*Math.ceil((f.size||0)/512);if(c+h+512>d.size)break;c+=h,t.mtimeCache&&f.mtime&&t.mtimeCache.set(String(f.path),f.mtime)}i=!1,X_(t,r,c,o,e)}finally{if(i)try{at.closeSync(o)}catch{}}},X_=(t,e,r,i,o)=>{let c=new cf(t.file,{fd:i,start:r});e.pipe(c),ey(e,o)},Q_=(t,e)=>{e=Array.from(e);let r=new lo(t),i=(o,c,d)=>{let u=(v,y)=>{v?at.close(o,E=>d(v)):d(null,y)},f=0;if(c===0)return u(null,0);let h=0,g=Buffer.alloc(512),_=(v,y)=>{if(v||y===void 0)return u(v);if(h+=y,h<512&&y)return at.read(o,g,h,g.length-h,f+h,_);if(f===0&&g[0]===31&&g[1]===139)return u(new Error("cannot append to compressed archives"));if(h<512)return u(null,f);let E=new Wn(g);if(!E.cksumValid)return u(null,f);let I=512*Math.ceil((E.size??0)/512);if(f+I+512>c||(f+=I+512,f>=c))return u(null,f);t.mtimeCache&&E.mtime&&t.mtimeCache.set(String(E.path),E.mtime),h=0,at.read(o,g,0,512,f,_)};at.read(o,g,0,512,f,_)};return new Promise((o,c)=>{r.on("error",c);let d="r+",u=(f,h)=>{if(f&&f.code==="ENOENT"&&d==="r+")return d="w+",at.open(t.file,d,u);if(f||!h)return c(f);at.fstat(h,(g,_)=>{if(g)return at.close(h,()=>c(g));i(h,_.size,(v,y)=>{if(v)return c(v);let E=new so(t.file,{fd:h,start:y});r.pipe(E),E.on("error",c),E.on("close",o),ty(r,e)})})};at.open(t.file,d,u)})},ey=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?Cr({file:Uf.resolve(t.cwd,r.slice(1)),sync:!0,noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r)}),t.end()},ty=async(t,e)=>{for(let r of e)r.charAt(0)==="@"?await Cr({file:Uf.resolve(String(t.cwd),r.slice(1)),noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r);t.end()},vi=Li(Y_,Q_,()=>{throw new TypeError("file is required")},()=>{throw new TypeError("file is required")},(t,e)=>{if(!Ew(t))throw new TypeError("file is required");if(t.gzip||t.brotli||t.zstd||t.file.endsWith(".br")||t.file.endsWith(".tbr"))throw new TypeError("cannot append to compressed archives");if(!e?.length)throw new TypeError("no paths specified to add/replace")}),EA=Li(vi.syncFile,vi.asyncFile,vi.syncNoFile,vi.asyncNoFile,(t,e=[])=>{vi.validate?.(t,e),ny(t)}),ny=t=>{let e=t.filter;t.mtimeCache||(t.mtimeCache=new Map),t.filter=e?(r,i)=>e(r,i)&&!((t.mtimeCache?.get(r)??i.mtime??0)>(i.mtime??0)):(r,i)=>!((t.mtimeCache?.get(r)??i.mtime??0)>(i.mtime??0))};Wt();var ht={PAIR:"_agent/pair",CREATE:"_agent/create",HEALTH:"_agent/health",LIST_SKILLS:"_agent/listSkills",ADD_SKILLS:"_agent/addSkills",REMOVE_SKILLS:"_agent/removeSkills",GET_FILE_TREE:"_agent/getFileTree",GET_FILE_CONTENT:"_agent/getFileContent",DETAIL:"_agent/detail",UPDATE:"_agent/update",DISCONNECT:"_agent/disconnect",SWITCH_MODEL:"_agent/switchModel",GEN_MODEL_TOKEN:"_agent/genModelToken",RESET:"_agent/reset",REPAIR:"_agent/repair",UPGRADE:"_agent/upgrade",DELETE:"_agent/delete",PUBLISH_SKILL:"_agent/publishSkill"};function xo(t){return t?.cozeDeployType==="cloud"?"cloud":"local"}function Gf(t){let e=t?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function ho(t){let e=t?.cozeGroupId?.trim();if(!(!e||e==="0"))return e}function Hf(t){let e=t?.permissionMode;if(typeof e!="string")return;let r=e.trim();return r===""?void 0:r}function qf(t){let{_meta:e,...r}=t;return{stripped:r,meta:e}}function $n(t){if(!t?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return t.cozeAgentId}Xt();$e();te();Re();$e();function Rr(t,e){if(xo(t)!=="cloud")throw new k("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function Ni(t){return t.startsWith("http://")||t.startsWith("https://")}function Dr(t){return t.endsWith("/")?t.slice(0,-1):t}import{readFileSync as xk}from"node:fs";import{dirname as pk,join as mk}from"node:path";import{fileURLToPath as wk}from"node:url";var Nt="0.2.7-alpha.101";import{mkdir as _y,rm as c0}from"node:fs/promises";import{join as Ui}from"node:path";jt();import{readFileSync as ly}from"node:fs";var uy=384;async function Yc(t,e=process.env){let r={};for(let[i,o]of Object.entries(e))typeof o=="string"&&(r[i]=o);await fr(t.agentEnvFile,r,{mode:uy})}function Mi(t){try{let e=JSON.parse(ly(t,"utf8"));return e&&typeof e=="object"&&!Array.isArray(e)?e:{}}catch{return{}}}function $f(t,e,r={},i=o=>o){return{...i({...t,...Mi(e)}),...r}}jt();function Bi(t){let e=[],r=Object.keys(t).sort();for(let i of r){let o=t[i];o!==void 0&&(fy(o)||e.push(`${i}=${o}`))}return e.length===0?"":`${e.join(`
|
|
89
|
+
`},configPath(t){return w2(t.homeDir,".coze","bridge","task.xml")},async install(t){let r=`cmd.exe /c ${[`^"${t.nodeBin}^"`,`^"${t.entry}^"`,"--daemon",`>> ^"${t.logFile}^" 2>&1`].join(" ")}`;await zp("schtasks",["/Create","/SC","ONLOGON","/TN",Ea,"/TR",r,"/RU",t.userName,"/F"]),cl.info("task scheduler entry created",{task:Ea,logFile:t.logFile})},async uninstall(t){await zp("schtasks",["/Delete","/TN",Ea,"/F"]).catch(e=>cl.warn("schtasks /Delete failed (ignored)",{err:String(e)})),cl.info("task scheduler entry removed",{task:Ea})}}});var Gp={};Na(Gp,{buildContext:()=>S2,getSupervisor:()=>E2,launchdSupervisor:()=>ol,systemdSupervisor:()=>al,taskSchedulerSupervisor:()=>dl});import{homedir as _2,userInfo as y2}from"node:os";function E2(t=process.platform){switch(t){case"darwin":return ol;case"linux":return al;case"win32":return dl;default:throw new Error(`unsupported platform for OS supervisor: ${t}`)}}function v2(){let t={};for(let e of b2){let r=process.env[e];r&&(t[e]=r)}return t}function S2(){let t=J();return{nodeBin:process.execPath,entry:Zd(t),logFile:t.logFile,homeDir:_2(),userName:y2().username,isRoot:process.getuid?.()===0,env:v2()}}var b2,Hp=nt(()=>{"use strict";Re();ua();Mp();Fp();Up();b2=["PATH","HOME","HTTP_PROXY","HTTPS_PROXY","NO_PROXY","ALL_PROXY","http_proxy","https_proxy","no_proxy","all_proxy","NODE_EXTRA_CA_CERTS"]});te();dn();var Ul=G("acp-installer-warmup"),pg=["claude-code","codex"];async function Gl(t={}){let e=t.ensure??dr,i=(await Promise.allSettled(pg.map(async o=>{let c=await e(o);Ul.info("acp wrapper warmup ok",{framework:o,path:c})}))).filter(o=>o.status==="rejected");i.length>0&&Ul.warn("acp wrapper warmup partial failure (\u5C06\u5728\u4E0B\u6B21 createAgent \u65F6\u91CD\u8BD5\u5E76\u629B\u9519\u7ED9\u7528\u6237)",{failedCount:i.length,reasons:i.map(o=>o.reason instanceof Error?o.reason.message:String(o.reason))})}jt();te();import{readdir as Pg}from"node:fs/promises";import{mkdir as Wl,readFile as Rg,writeFile as Kl}from"node:fs/promises";import{join as Ha}from"node:path";var Cg={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md",hermes:"AGENTS.md"};async function fr(t,e,r){await Wl(t,{recursive:!0});let i=Cg[e],o=Ha(t,i);return await Kl(o,r??"","utf8"),o}async function qa(t,e,r){let i=Ha(t,".claude");await Wl(i,{recursive:!0});let o=Ha(i,"settings.local.json"),c={};try{let u=await Rg(o,"utf8"),f=JSON.parse(u);typeof f=="object"&&f!==null&&!Array.isArray(f)&&(c=f)}catch{}let d=typeof c.permissions=="object"&&c.permissions!==null&&!Array.isArray(c.permissions)?c.permissions:{};if(e==="cloud")d.defaultMode="bypassPermissions",c.autoCompactWindow=15e4;else{if(!r)throw new Error("writeCcPermissionSettings: local deployType requires permissionMode (caller bug)");d.defaultMode===void 0&&(d.defaultMode=r)}return c.permissions=d,await Kl(o,JSON.stringify(c,null,2),"utf8"),o}var Ze=G("agent-detail-sync"),Dg=6e4,Og=5*6e4,Ss=class{constructor(e){this.opts=e}opts;retryQueue=new Map;async syncAll(e){let r=this.opts.paths.agentsRoot,i;try{i=await Pg(r)}catch(o){Ze.info("agents dir not found, skip detail sync",{root:r,err:String(o)});return}Ze.info("starting detail sync",{reason:e,count:i.length}),await Promise.allSettled(i.map(async o=>{let c=await ve(o,this.opts.paths).catch(()=>null);if(c){if(c.disconnectedAt){Ze.debug("detail sync: skip disconnected agent",{agentId:o});return}try{await this.syncOne(o,c)}catch(d){Ze.warn("detail sync failed for agent, skipping",{agentId:o,err:String(d)})}}})),Ze.info("detail sync done",{reason:e})}async retryPending(){if(this.retryQueue.size===0)return;let e=Date.now(),r=[];for(let[i,o]of this.retryQueue)e>=o.dueAt&&r.push(i);if(r.length!==0){Ze.info("retrying pending detail syncs",{count:r.length});for(let i of r)try{await this.syncOne(i)}catch(o){Ze.debug("detail sync retry still failing, will try again",{agentId:i,err:String(o)})}}}async syncOne(e,r){let i=r??await ve(e,this.opts.paths);if(!i){Ze.info("detail sync: agent config missing, skip",{agentId:e});return}let o;try{o=await this.opts.sendDetail({_meta:{cozeAgentId:e}}),this.retryQueue.delete(e)}catch(f){Ze.warn("detail RPC failed, using local data",{agentId:e,err:String(f)});let x=this.retryQueue.get(e),g=x?Math.min(x.currentDelay*2,Og):Dg;this.retryQueue.set(e,{dueAt:Date.now()+g,currentDelay:g});return}if(o.agentId&&o.agentId!==e){Ze.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:o.agentId});return}let c=!1,d=!1;o.agentName&&o.agentName!==i.agentName&&(i.agentName=o.agentName,c=!0),o.description!==void 0&&o.description!==i.description&&(i.description=o.description,c=!0),o.cozeIdentity&&o.cozeIdentity!==i.cozeIdentity&&(i.cozeIdentity=o.cozeIdentity,c=!0,d=!0);let u=!1;if(o.deployType==="cloud"&&i.deployType!=="cloud"?(Ze.warn("detail sync: agent demoted to local, repairing to cloud",{agentId:e}),i.deployType="cloud",c=!0,u=!0):o.deployType&&Ze.info("detail.deployType",{agentId:e,deployType:o.deployType}),!c){Ze.debug("detail sync: no diff",{agentId:e});return}await ze(i,this.opts.paths),Ze.info("detail sync: config updated",{agentId:e,identityChanged:d,agentName:i.agentName}),u?(await this.opts.agentManager.createAgent({agentId:e,framework:i.framework,_meta:{cozeDeployType:"cloud"},cozeIdentity:i.cozeIdentity,model:i.model}),Ze.info("detail sync: repaired demoted agent back to cloud",{agentId:e})):d&&(await fr(i.workspace,i.framework,i.cozeIdentity),this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};var xd=Ht(Iu(),1);import{createHash as yy}from"node:crypto";import{lstat as od,mkdir as ad,readFile as yo,readdir as g0,rm as cd,stat as fd,writeFile as dd}from"node:fs/promises";import{homedir as Ey}from"node:os";import{basename as x0,dirname as by,join as le,normalize as vy,relative as hd,resolve as ld,sep as w0}from"node:path";import{Readable as _0}from"node:stream";import{pipeline as y0}from"node:stream/promises";import tw from"events";import it from"fs";import{EventEmitter as Hc}from"node:events";import af from"node:stream";import{StringDecoder as nw}from"node:string_decoder";import lf from"node:path";import Sr from"node:fs";import{dirname as pw,parse as mw}from"path";import{EventEmitter as Sw}from"events";import vc from"assert";import{Buffer as Hn}from"buffer";import*as Cu from"zlib";import Iw from"zlib";import{posix as gr}from"node:path";import{basename as Xw}from"node:path";import no from"fs";import Dt from"fs";import Bu from"path";import{win32 as l_}from"node:path";import ju from"path";import If from"node:fs";import k_ from"node:assert";import{randomBytes as Af}from"node:crypto";import ie from"node:fs";import Me from"node:path";import kf from"fs";import fo from"node:fs";import Ai from"node:path";import ct from"node:fs";import L_ from"node:fs/promises";import so from"node:path";import{join as Ff}from"node:path";import at from"node:fs";import Gf from"node:path";var Qg=Object.defineProperty,ew=(t,e)=>{for(var r in e)Qg(t,r,{get:e[r],enumerable:!0})},Au=typeof process=="object"&&process?process:{stdout:null,stderr:null},rw=t=>!!t&&typeof t=="object"&&(t instanceof Wn||t instanceof af||iw(t)||sw(t)),iw=t=>!!t&&typeof t=="object"&&t instanceof Hc&&typeof t.pipe=="function"&&t.pipe!==af.Writable.prototype.pipe,sw=t=>!!t&&typeof t=="object"&&t instanceof Hc&&typeof t.write=="function"&&typeof t.end=="function",Wt=Symbol("EOF"),Kt=Symbol("maybeEmitEnd"),un=Symbol("emittedEnd"),Rs=Symbol("emittingEnd"),di=Symbol("emittedError"),Cs=Symbol("closed"),ku=Symbol("read"),Ps=Symbol("flush"),Tu=Symbol("flushChunk"),yt=Symbol("encoding"),mr=Symbol("decoder"),Ue=Symbol("flowing"),li=Symbol("paused"),Er=Symbol("resume"),Ge=Symbol("buffer"),Xe=Symbol("pipes"),He=Symbol("bufferLength"),Va=Symbol("bufferPush"),Ds=Symbol("bufferShift"),Je=Symbol("objectMode"),Ae=Symbol("destroyed"),Ja=Symbol("error"),Za=Symbol("emitData"),Ru=Symbol("emitEnd"),Xa=Symbol("emitEnd2"),Rt=Symbol("async"),Qa=Symbol("abort"),Os=Symbol("aborted"),ui=Symbol("signal"),On=Symbol("dataListeners"),ot=Symbol("discarded"),fi=t=>Promise.resolve().then(t),ow=t=>t(),aw=t=>t==="end"||t==="finish"||t==="prefinish",cw=t=>t instanceof ArrayBuffer||!!t&&typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,dw=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),cf=class{src;dest;opts;ondrain;constructor(t,e,r){this.src=t,this.dest=e,this.opts=r,this.ondrain=()=>t[Er](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(t){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},lw=class extends cf{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(t,e,r){super(t,e,r),this.proxyErrors=i=>this.dest.emit("error",i),t.on("error",this.proxyErrors)}},uw=t=>!!t.objectMode,fw=t=>!t.objectMode&&!!t.encoding&&t.encoding!=="buffer",Wn=class extends Hc{[Ue]=!1;[li]=!1;[Xe]=[];[Ge]=[];[Je];[yt];[Rt];[mr];[Wt]=!1;[un]=!1;[Rs]=!1;[Cs]=!1;[di]=null;[He]=0;[Ae]=!1;[ui];[Os]=!1;[On]=0;[ot]=!1;writable=!0;readable=!0;constructor(...t){let e=t[0]||{};if(super(),e.objectMode&&typeof e.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");uw(e)?(this[Je]=!0,this[yt]=null):fw(e)?(this[yt]=e.encoding,this[Je]=!1):(this[Je]=!1,this[yt]=null),this[Rt]=!!e.async,this[mr]=this[yt]?new nw(this[yt]):null,e&&e.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[Ge]}),e&&e.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[Xe]});let{signal:r}=e;r&&(this[ui]=r,r.aborted?this[Qa]():r.addEventListener("abort",()=>this[Qa]()))}get bufferLength(){return this[He]}get encoding(){return this[yt]}set encoding(t){throw new Error("Encoding must be set at instantiation time")}setEncoding(t){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[Je]}set objectMode(t){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Rt]}set async(t){this[Rt]=this[Rt]||!!t}[Qa](){this[Os]=!0,this.emit("abort",this[ui]?.reason),this.destroy(this[ui]?.reason)}get aborted(){return this[Os]}set aborted(t){}write(t,e,r){if(this[Os])return!1;if(this[Wt])throw new Error("write after end");if(this[Ae])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof e=="function"&&(r=e,e="utf8"),e||(e="utf8");let i=this[Rt]?fi:ow;if(!this[Je]&&!Buffer.isBuffer(t)){if(dw(t))t=Buffer.from(t.buffer,t.byteOffset,t.byteLength);else if(cw(t))t=Buffer.from(t);else if(typeof t!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[Je]?(this[Ue]&&this[He]!==0&&this[Ps](!0),this[Ue]?this.emit("data",t):this[Va](t),this[He]!==0&&this.emit("readable"),r&&i(r),this[Ue]):t.length?(typeof t=="string"&&!(e===this[yt]&&!this[mr]?.lastNeed)&&(t=Buffer.from(t,e)),Buffer.isBuffer(t)&&this[yt]&&(t=this[mr].write(t)),this[Ue]&&this[He]!==0&&this[Ps](!0),this[Ue]?this.emit("data",t):this[Va](t),this[He]!==0&&this.emit("readable"),r&&i(r),this[Ue]):(this[He]!==0&&this.emit("readable"),r&&i(r),this[Ue])}read(t){if(this[Ae])return null;if(this[ot]=!1,this[He]===0||t===0||t&&t>this[He])return this[Kt](),null;this[Je]&&(t=null),this[Ge].length>1&&!this[Je]&&(this[Ge]=[this[yt]?this[Ge].join(""):Buffer.concat(this[Ge],this[He])]);let e=this[ku](t||null,this[Ge][0]);return this[Kt](),e}[ku](t,e){if(this[Je])this[Ds]();else{let r=e;t===r.length||t===null?this[Ds]():typeof r=="string"?(this[Ge][0]=r.slice(t),e=r.slice(0,t),this[He]-=t):(this[Ge][0]=r.subarray(t),e=r.subarray(0,t),this[He]-=t)}return this.emit("data",e),!this[Ge].length&&!this[Wt]&&this.emit("drain"),e}end(t,e,r){return typeof t=="function"&&(r=t,t=void 0),typeof e=="function"&&(r=e,e="utf8"),t!==void 0&&this.write(t,e),r&&this.once("end",r),this[Wt]=!0,this.writable=!1,(this[Ue]||!this[li])&&this[Kt](),this}[Er](){this[Ae]||(!this[On]&&!this[Xe].length&&(this[ot]=!0),this[li]=!1,this[Ue]=!0,this.emit("resume"),this[Ge].length?this[Ps]():this[Wt]?this[Kt]():this.emit("drain"))}resume(){return this[Er]()}pause(){this[Ue]=!1,this[li]=!0,this[ot]=!1}get destroyed(){return this[Ae]}get flowing(){return this[Ue]}get paused(){return this[li]}[Va](t){this[Je]?this[He]+=1:this[He]+=t.length,this[Ge].push(t)}[Ds](){return this[Je]?this[He]-=1:this[He]-=this[Ge][0].length,this[Ge].shift()}[Ps](t=!1){do;while(this[Tu](this[Ds]())&&this[Ge].length);!t&&!this[Ge].length&&!this[Wt]&&this.emit("drain")}[Tu](t){return this.emit("data",t),this[Ue]}pipe(t,e){if(this[Ae])return t;this[ot]=!1;let r=this[un];return e=e||{},t===Au.stdout||t===Au.stderr?e.end=!1:e.end=e.end!==!1,e.proxyErrors=!!e.proxyErrors,r?e.end&&t.end():(this[Xe].push(e.proxyErrors?new lw(this,t,e):new cf(this,t,e)),this[Rt]?fi(()=>this[Er]()):this[Er]()),t}unpipe(t){let e=this[Xe].find(r=>r.dest===t);e&&(this[Xe].length===1?(this[Ue]&&this[On]===0&&(this[Ue]=!1),this[Xe]=[]):this[Xe].splice(this[Xe].indexOf(e),1),e.unpipe())}addListener(t,e){return this.on(t,e)}on(t,e){let r=super.on(t,e);if(t==="data")this[ot]=!1,this[On]++,!this[Xe].length&&!this[Ue]&&this[Er]();else if(t==="readable"&&this[He]!==0)super.emit("readable");else if(aw(t)&&this[un])super.emit(t),this.removeAllListeners(t);else if(t==="error"&&this[di]){let i=e;this[Rt]?fi(()=>i.call(this,this[di])):i.call(this,this[di])}return r}removeListener(t,e){return this.off(t,e)}off(t,e){let r=super.off(t,e);return t==="data"&&(this[On]=this.listeners("data").length,this[On]===0&&!this[ot]&&!this[Xe].length&&(this[Ue]=!1)),r}removeAllListeners(t){let e=super.removeAllListeners(t);return(t==="data"||t===void 0)&&(this[On]=0,!this[ot]&&!this[Xe].length&&(this[Ue]=!1)),e}get emittedEnd(){return this[un]}[Kt](){!this[Rs]&&!this[un]&&!this[Ae]&&this[Ge].length===0&&this[Wt]&&(this[Rs]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Cs]&&this.emit("close"),this[Rs]=!1)}emit(t,...e){let r=e[0];if(t!=="error"&&t!=="close"&&t!==Ae&&this[Ae])return!1;if(t==="data")return!this[Je]&&!r?!1:this[Rt]?(fi(()=>this[Za](r)),!0):this[Za](r);if(t==="end")return this[Ru]();if(t==="close"){if(this[Cs]=!0,!this[un]&&!this[Ae])return!1;let o=super.emit("close");return this.removeAllListeners("close"),o}else if(t==="error"){this[di]=r,super.emit(Ja,r);let o=!this[ui]||this.listeners("error").length?super.emit("error",r):!1;return this[Kt](),o}else if(t==="resume"){let o=super.emit("resume");return this[Kt](),o}else if(t==="finish"||t==="prefinish"){let o=super.emit(t);return this.removeAllListeners(t),o}let i=super.emit(t,...e);return this[Kt](),i}[Za](t){for(let r of this[Xe])r.dest.write(t)===!1&&this.pause();let e=this[ot]?!1:super.emit("data",t);return this[Kt](),e}[Ru](){return this[un]?!1:(this[un]=!0,this.readable=!1,this[Rt]?(fi(()=>this[Xa]()),!0):this[Xa]())}[Xa](){if(this[mr]){let e=this[mr].end();if(e){for(let r of this[Xe])r.dest.write(e);this[ot]||super.emit("data",e)}}for(let e of this[Xe])e.end();let t=super.emit("end");return this.removeAllListeners("end"),t}async collect(){let t=Object.assign([],{dataLength:0});this[Je]||(t.dataLength=0);let e=this.promise();return this.on("data",r=>{t.push(r),this[Je]||(t.dataLength+=r.length)}),await e,t}async concat(){if(this[Je])throw new Error("cannot concat in objectMode");let t=await this.collect();return this[yt]?t.join(""):Buffer.concat(t,t.dataLength)}async promise(){return new Promise((t,e)=>{this.on(Ae,()=>e(new Error("stream destroyed"))),this.on("error",r=>e(r)),this.on("end",()=>t())})}[Symbol.asyncIterator](){this[ot]=!1;let t=!1,e=async()=>(this.pause(),t=!0,{value:void 0,done:!0});return{next:()=>{if(t)return e();let r=this.read();if(r!==null)return Promise.resolve({done:!1,value:r});if(this[Wt])return e();let i,o,c=x=>{this.off("data",d),this.off("end",u),this.off(Ae,f),e(),o(x)},d=x=>{this.off("error",c),this.off("end",u),this.off(Ae,f),this.pause(),i({value:x,done:!!this[Wt]})},u=()=>{this.off("error",c),this.off("data",d),this.off(Ae,f),e(),i({done:!0,value:void 0})},f=()=>c(new Error("stream destroyed"));return new Promise((x,g)=>{o=g,i=x,this.once(Ae,f),this.once("error",c),this.once("end",u),this.once("data",d)})},throw:e,return:e,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[ot]=!1;let t=!1,e=()=>(this.pause(),this.off(Ja,e),this.off(Ae,e),this.off("end",e),t=!0,{done:!0,value:void 0}),r=()=>{if(t)return e();let i=this.read();return i===null?e():{done:!1,value:i}};return this.once("end",e),this.once(Ja,e),this.once(Ae,e),{next:r,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(t){if(this[Ae])return t?this.emit("error",t):this.emit(Ae),this;this[Ae]=!0,this[ot]=!0,this[Ge].length=0,this[He]=0;let e=this;return typeof e.close=="function"&&!this[Cs]&&e.close(),t?this.emit("error",t):this.emit(Ae),this}static get isStream(){return rw}},hw=it.writev,En=Symbol("_autoClose"),St=Symbol("_close"),hi=Symbol("_ended"),de=Symbol("_fd"),ec=Symbol("_finished"),Jt=Symbol("_flags"),tc=Symbol("_flush"),Ec=Symbol("_handleChunk"),bc=Symbol("_makeBuf"),Si=Symbol("_mode"),Ls=Symbol("_needDrain"),Ar=Symbol("_onerror"),kr=Symbol("_onopen"),nc=Symbol("_onread"),br=Symbol("_onwrite"),bn=Symbol("_open"),vt=Symbol("_path"),mn=Symbol("_pos"),Ct=Symbol("_queue"),vr=Symbol("_read"),rc=Symbol("_readSize"),Vt=Symbol("_reading"),xi=Symbol("_remain"),ic=Symbol("_size"),js=Symbol("_write"),Ln=Symbol("_writing"),Ws=Symbol("_defaultFlag"),Gn=Symbol("_errored"),qc=class extends Wn{[Gn]=!1;[de];[vt];[rc];[Vt]=!1;[ic];[xi];[En];constructor(t,e){if(e=e||{},super(e),this.readable=!0,this.writable=!1,typeof t!="string")throw new TypeError("path must be a string");this[Gn]=!1,this[de]=typeof e.fd=="number"?e.fd:void 0,this[vt]=t,this[rc]=e.readSize||16*1024*1024,this[Vt]=!1,this[ic]=typeof e.size=="number"?e.size:1/0,this[xi]=this[ic],this[En]=typeof e.autoClose=="boolean"?e.autoClose:!0,typeof this[de]=="number"?this[vr]():this[bn]()}get fd(){return this[de]}get path(){return this[vt]}write(){throw new TypeError("this is a readable stream")}end(){throw new TypeError("this is a readable stream")}[bn](){it.open(this[vt],"r",(t,e)=>this[kr](t,e))}[kr](t,e){t?this[Ar](t):(this[de]=e,this.emit("open",e),this[vr]())}[bc](){return Buffer.allocUnsafe(Math.min(this[rc],this[xi]))}[vr](){if(!this[Vt]){this[Vt]=!0;let t=this[bc]();if(t.length===0)return process.nextTick(()=>this[nc](null,0,t));it.read(this[de],t,0,t.length,null,(e,r,i)=>this[nc](e,r,i))}}[nc](t,e,r){this[Vt]=!1,t?this[Ar](t):this[Ec](e,r)&&this[vr]()}[St](){if(this[En]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,it.close(t,e=>e?this.emit("error",e):this.emit("close"))}}[Ar](t){this[Vt]=!0,this[St](),this.emit("error",t)}[Ec](t,e){let r=!1;return this[xi]-=t,t>0&&(r=super.write(t<e.length?e.subarray(0,t):e)),(t===0||this[xi]<=0)&&(r=!1,this[St](),super.end()),r}emit(t,...e){switch(t){case"prefinish":case"finish":return!1;case"drain":return typeof this[de]=="number"&&this[vr](),!1;case"error":return this[Gn]?!1:(this[Gn]=!0,super.emit(t,...e));default:return super.emit(t,...e)}}},xw=class extends qc{[bn](){let t=!0;try{this[kr](null,it.openSync(this[vt],"r")),t=!1}finally{t&&this[St]()}}[vr](){let t=!0;try{if(!this[Vt]){this[Vt]=!0;do{let e=this[bc](),r=e.length===0?0:it.readSync(this[de],e,0,e.length,null);if(!this[Ec](r,e))break}while(!0);this[Vt]=!1}t=!1}finally{t&&this[St]()}}[St](){if(this[En]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,it.closeSync(t),this.emit("close")}}},oo=class extends tw{readable=!1;writable=!0;[Gn]=!1;[Ln]=!1;[hi]=!1;[Ct]=[];[Ls]=!1;[vt];[Si];[En];[de];[Ws];[Jt];[ec]=!1;[mn];constructor(t,e){e=e||{},super(e),this[vt]=t,this[de]=typeof e.fd=="number"?e.fd:void 0,this[Si]=e.mode===void 0?438:e.mode,this[mn]=typeof e.start=="number"?e.start:void 0,this[En]=typeof e.autoClose=="boolean"?e.autoClose:!0;let r=this[mn]!==void 0?"r+":"w";this[Ws]=e.flags===void 0,this[Jt]=e.flags===void 0?r:e.flags,this[de]===void 0&&this[bn]()}emit(t,...e){if(t==="error"){if(this[Gn])return!1;this[Gn]=!0}return super.emit(t,...e)}get fd(){return this[de]}get path(){return this[vt]}[Ar](t){this[St](),this[Ln]=!0,this.emit("error",t)}[bn](){it.open(this[vt],this[Jt],this[Si],(t,e)=>this[kr](t,e))}[kr](t,e){this[Ws]&&this[Jt]==="r+"&&t&&t.code==="ENOENT"?(this[Jt]="w",this[bn]()):t?this[Ar](t):(this[de]=e,this.emit("open",e),this[Ln]||this[tc]())}end(t,e){return t&&this.write(t,e),this[hi]=!0,!this[Ln]&&!this[Ct].length&&typeof this[de]=="number"&&this[br](null,0),this}write(t,e){return typeof t=="string"&&(t=Buffer.from(t,e)),this[hi]?(this.emit("error",new Error("write() after end()")),!1):this[de]===void 0||this[Ln]||this[Ct].length?(this[Ct].push(t),this[Ls]=!0,!1):(this[Ln]=!0,this[js](t),!0)}[js](t){it.write(this[de],t,0,t.length,this[mn],(e,r)=>this[br](e,r))}[br](t,e){t?this[Ar](t):(this[mn]!==void 0&&typeof e=="number"&&(this[mn]+=e),this[Ct].length?this[tc]():(this[Ln]=!1,this[hi]&&!this[ec]?(this[ec]=!0,this[St](),this.emit("finish")):this[Ls]&&(this[Ls]=!1,this.emit("drain"))))}[tc](){if(this[Ct].length===0)this[hi]&&this[br](null,0);else if(this[Ct].length===1)this[js](this[Ct].pop());else{let t=this[Ct];this[Ct]=[],hw(this[de],t,this[mn],(e,r)=>this[br](e,r))}}[St](){if(this[En]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,it.close(t,e=>e?this.emit("error",e):this.emit("close"))}}},df=class extends oo{[bn](){let t;if(this[Ws]&&this[Jt]==="r+")try{t=it.openSync(this[vt],this[Jt],this[Si])}catch(e){if(e?.code==="ENOENT")return this[Jt]="w",this[bn]();throw e}else t=it.openSync(this[vt],this[Jt],this[Si]);this[kr](null,t)}[St](){if(this[En]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,it.closeSync(t),this.emit("close")}}[js](t){let e=!0;try{this[br](null,it.writeSync(this[de],t,0,t.length,this[mn])),e=!1}finally{if(e)try{this[St]()}catch{}}}},gw=new Map([["C","cwd"],["f","file"],["z","gzip"],["P","preservePaths"],["U","unlink"],["strip-components","strip"],["stripComponents","strip"],["keep-newer","newer"],["keepNewer","newer"],["keep-newer-files","newer"],["keepNewerFiles","newer"],["k","keep"],["keep-existing","keep"],["keepExisting","keep"],["m","noMtime"],["no-mtime","noMtime"],["p","preserveOwner"],["L","follow"],["h","follow"],["onentry","onReadEntry"]]),ww=t=>!!t.sync&&!!t.file,_w=t=>!t.sync&&!!t.file,yw=t=>!!t.sync&&!t.file,Ew=t=>!t.sync&&!t.file,bw=t=>!!t.file,vw=t=>gw.get(t)||t,jc=(t={})=>{if(!t)return{};let e={};for(let[r,i]of Object.entries(t)){let o=vw(r);e[o]=i}return e.chmod===void 0&&e.noChmod===!1&&(e.chmod=!0),delete e.noChmod,e},Oi=(t,e,r,i,o)=>Object.assign((c=[],d,u)=>{Array.isArray(c)&&(d=c,c={}),typeof d=="function"&&(u=d,d=void 0),d=d?Array.from(d):[];let f=jc(c);if(o?.(f,d),ww(f)){if(typeof u=="function")throw new TypeError("callback not supported for sync tar functions");return t(f,d)}else if(_w(f)){let x=e(f,d);return u?x.then(()=>u(),u):x}else if(yw(f)){if(typeof u=="function")throw new TypeError("callback not supported for sync tar functions");return r(f,d)}else if(Ew(f)){if(typeof u=="function")throw new TypeError("callback only supported with file option");return i(f,d)}throw new Error("impossible options??")},{syncFile:t,asyncFile:e,syncNoFile:r,asyncNoFile:i,validate:o}),Aw=Iw.constants||{ZLIB_VERNUM:4736},Lt=Object.freeze(Object.assign(Object.create(null),{Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,DEFLATE:1,INFLATE:2,GZIP:3,GUNZIP:4,DEFLATERAW:5,INFLATERAW:6,UNZIP:7,BROTLI_DECODE:8,BROTLI_ENCODE:9,Z_MIN_WINDOWBITS:8,Z_MAX_WINDOWBITS:15,Z_DEFAULT_WINDOWBITS:15,Z_MIN_CHUNK:64,Z_MAX_CHUNK:1/0,Z_DEFAULT_CHUNK:16384,Z_MIN_MEMLEVEL:1,Z_MAX_MEMLEVEL:9,Z_DEFAULT_MEMLEVEL:8,Z_MIN_LEVEL:-1,Z_MAX_LEVEL:9,Z_DEFAULT_LEVEL:-1,BROTLI_OPERATION_PROCESS:0,BROTLI_OPERATION_FLUSH:1,BROTLI_OPERATION_FINISH:2,BROTLI_OPERATION_EMIT_METADATA:3,BROTLI_MODE_GENERIC:0,BROTLI_MODE_TEXT:1,BROTLI_MODE_FONT:2,BROTLI_DEFAULT_MODE:0,BROTLI_MIN_QUALITY:0,BROTLI_MAX_QUALITY:11,BROTLI_DEFAULT_QUALITY:11,BROTLI_MIN_WINDOW_BITS:10,BROTLI_MAX_WINDOW_BITS:24,BROTLI_LARGE_MAX_WINDOW_BITS:30,BROTLI_DEFAULT_WINDOW:22,BROTLI_MIN_INPUT_BLOCK_BITS:16,BROTLI_MAX_INPUT_BLOCK_BITS:24,BROTLI_PARAM_MODE:0,BROTLI_PARAM_QUALITY:1,BROTLI_PARAM_LGWIN:2,BROTLI_PARAM_LGBLOCK:3,BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING:4,BROTLI_PARAM_SIZE_HINT:5,BROTLI_PARAM_LARGE_WINDOW:6,BROTLI_PARAM_NPOSTFIX:7,BROTLI_PARAM_NDIRECT:8,BROTLI_DECODER_RESULT_ERROR:0,BROTLI_DECODER_RESULT_SUCCESS:1,BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT:2,BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION:0,BROTLI_DECODER_PARAM_LARGE_WINDOW:1,BROTLI_DECODER_NO_ERROR:0,BROTLI_DECODER_SUCCESS:1,BROTLI_DECODER_NEEDS_MORE_INPUT:2,BROTLI_DECODER_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE:-1,BROTLI_DECODER_ERROR_FORMAT_RESERVED:-2,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE:-3,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET:-4,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME:-5,BROTLI_DECODER_ERROR_FORMAT_CL_SPACE:-6,BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE:-7,BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT:-8,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1:-9,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2:-10,BROTLI_DECODER_ERROR_FORMAT_TRANSFORM:-11,BROTLI_DECODER_ERROR_FORMAT_DICTIONARY:-12,BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS:-13,BROTLI_DECODER_ERROR_FORMAT_PADDING_1:-14,BROTLI_DECODER_ERROR_FORMAT_PADDING_2:-15,BROTLI_DECODER_ERROR_FORMAT_DISTANCE:-16,BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET:-19,BROTLI_DECODER_ERROR_INVALID_ARGUMENTS:-20,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES:-21,BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS:-22,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP:-25,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1:-26,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2:-27,BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES:-30,BROTLI_DECODER_ERROR_UNREACHABLE:-31},Aw)),kw=Hn.concat,Pu=Object.getOwnPropertyDescriptor(Hn,"concat"),Tw=t=>t,sc=Pu?.writable===!0||Pu?.set!==void 0?t=>{Hn.concat=t?Tw:kw}:t=>{},qn=Symbol("_superWrite"),Ns=class extends Error{code;errno;constructor(t,e){super("zlib: "+t.message,{cause:t}),this.code=t.code,this.errno=t.errno,this.code||(this.code="ZLIB_ERROR"),this.message="zlib: "+t.message,Error.captureStackTrace(this,e??this.constructor)}get name(){return"ZlibError"}},oc=Symbol("flushFlag"),Wc=class extends Wn{#e=!1;#n=!1;#r;#s;#i;#t;#o;get sawError(){return this.#e}get handle(){return this.#t}get flushFlag(){return this.#r}constructor(t,e){if(!t||typeof t!="object")throw new TypeError("invalid options for ZlibBase constructor");if(super(t),this.#r=t.flush??0,this.#s=t.finishFlush??0,this.#i=t.fullFlushFlag??0,typeof Cu[e]!="function")throw new TypeError("Compression method not supported: "+e);try{this.#t=new Cu[e](t)}catch(r){throw new Ns(r,this.constructor)}this.#o=r=>{this.#e||(this.#e=!0,this.close(),this.emit("error",r))},this.#t?.on("error",r=>this.#o(new Ns(r))),this.once("end",()=>this.close)}close(){this.#t&&(this.#t.close(),this.#t=void 0,this.emit("close"))}reset(){if(!this.#e)return vc(this.#t,"zlib binding closed"),this.#t.reset?.()}flush(t){this.ended||(typeof t!="number"&&(t=this.#i),this.write(Object.assign(Hn.alloc(0),{[oc]:t})))}end(t,e,r){return typeof t=="function"&&(r=t,e=void 0,t=void 0),typeof e=="function"&&(r=e,e=void 0),t&&(e?this.write(t,e):this.write(t)),this.flush(this.#s),this.#n=!0,super.end(r)}get ended(){return this.#n}[qn](t){return super.write(t)}write(t,e,r){if(typeof e=="function"&&(r=e,e="utf8"),typeof t=="string"&&(t=Hn.from(t,e)),this.#e)return;vc(this.#t,"zlib binding closed");let i=this.#t._handle,o=i.close;i.close=()=>{};let c=this.#t.close;this.#t.close=()=>{},sc(!0);let d;try{let f=typeof t[oc]=="number"?t[oc]:this.#r;d=this.#t._processChunk(t,f),sc(!1)}catch(f){sc(!1),this.#o(new Ns(f,this.write))}finally{this.#t&&(this.#t._handle=i,i.close=o,this.#t.close=c,this.#t.removeAllListeners("error"))}this.#t&&this.#t.on("error",f=>this.#o(new Ns(f,this.write)));let u;if(d)if(Array.isArray(d)&&d.length>0){let f=d[0];u=this[qn](Hn.from(f));for(let x=1;x<d.length;x++)u=this[qn](d[x])}else u=this[qn](Hn.from(d));return r&&r(),u}},uf=class extends Wc{#e;#n;constructor(t,e){t=t||{},t.flush=t.flush||Lt.Z_NO_FLUSH,t.finishFlush=t.finishFlush||Lt.Z_FINISH,t.fullFlushFlag=Lt.Z_FULL_FLUSH,super(t,e),this.#e=t.level,this.#n=t.strategy}params(t,e){if(!this.sawError){if(!this.handle)throw new Error("cannot switch params when binding is closed");if(!this.handle.params)throw new Error("not supported in this implementation");if(this.#e!==t||this.#n!==e){this.flush(Lt.Z_SYNC_FLUSH),vc(this.handle,"zlib binding closed");let r=this.handle.flush;this.handle.flush=(i,o)=>{typeof i=="function"&&(o=i,i=this.flushFlag),this.flush(i),o?.()};try{this.handle.params(t,e)}finally{this.handle.flush=r}this.handle&&(this.#e=t,this.#n=e)}}}},Rw=class extends uf{#e;constructor(t){super(t,"Gzip"),this.#e=t&&!!t.portable}[qn](t){return this.#e?(this.#e=!1,t[9]=255,super[qn](t)):super[qn](t)}},Cw=class extends uf{constructor(t){super(t,"Unzip")}},ff=class extends Wc{constructor(t,e){t=t||{},t.flush=t.flush||Lt.BROTLI_OPERATION_PROCESS,t.finishFlush=t.finishFlush||Lt.BROTLI_OPERATION_FINISH,t.fullFlushFlag=Lt.BROTLI_OPERATION_FLUSH,super(t,e)}},Pw=class extends ff{constructor(t){super(t,"BrotliCompress")}},Dw=class extends ff{constructor(t){super(t,"BrotliDecompress")}},hf=class extends Wc{constructor(t,e){t=t||{},t.flush=t.flush||Lt.ZSTD_e_continue,t.finishFlush=t.finishFlush||Lt.ZSTD_e_end,t.fullFlushFlag=Lt.ZSTD_e_flush,super(t,e)}},Ow=class extends hf{constructor(t){super(t,"ZstdCompress")}},Lw=class extends hf{constructor(t){super(t,"ZstdDecompress")}},Nw=(t,e)=>{if(Number.isSafeInteger(t))t<0?Bw(t,e):Mw(t,e);else throw Error("cannot encode number outside of javascript safe integer range");return e},Mw=(t,e)=>{e[0]=128;for(var r=e.length;r>1;r--)e[r-1]=t&255,t=Math.floor(t/256)},Bw=(t,e)=>{e[0]=255;var r=!1;t=t*-1;for(var i=e.length;i>1;i--){var o=t&255;t=Math.floor(t/256),r?e[i-1]=xf(o):o===0?e[i-1]=0:(r=!0,e[i-1]=pf(o))}},Fw=t=>{let e=t[0],r=e===128?Uw(t.subarray(1,t.length)):e===255?zw(t):null;if(r===null)throw Error("invalid base256 encoding");if(!Number.isSafeInteger(r))throw Error("parsed number outside of javascript safe integer range");return r},zw=t=>{for(var e=t.length,r=0,i=!1,o=e-1;o>-1;o--){var c=Number(t[o]),d;i?d=xf(c):c===0?d=c:(i=!0,d=pf(c)),d!==0&&(r-=d*Math.pow(256,e-o-1))}return r},Uw=t=>{for(var e=t.length,r=0,i=e-1;i>-1;i--){var o=Number(t[i]);o!==0&&(r+=o*Math.pow(256,e-i-1))}return r},xf=t=>(255^t)&255,pf=t=>(255^t)+1&255,Gw={};ew(Gw,{code:()=>Kc,isCode:()=>Ks,isName:()=>Hw,name:()=>ao,normalFsTypes:()=>mf});var Ks=t=>ao.has(t),Hw=t=>Kc.has(t),mf=new Set(["0","","1","2","3","4","5","6","7","D"]),ao=new Map([["0","File"],["","OldFile"],["1","Link"],["2","SymbolicLink"],["3","CharacterDevice"],["4","BlockDevice"],["5","Directory"],["6","FIFO"],["7","ContiguousFile"],["g","GlobalExtendedHeader"],["x","ExtendedHeader"],["A","SolarisACL"],["D","GNUDumpDir"],["I","Inode"],["K","NextFileHasLongLinkpath"],["L","NextFileHasLongPath"],["M","ContinuationFile"],["N","OldGnuLongPath"],["S","SparseFile"],["V","TapeVolumeHeader"],["X","OldExtendedHeader"]]),Kc=new Map(Array.from(ao).map(t=>[t[1],t[0]])),jn=class{cksumValid=!1;needPax=!1;nullBlock=!1;block;path;mode;uid;gid;size;cksum;#e="Unsupported";linkpath;uname;gname;devmaj=0;devmin=0;atime;ctime;mtime;charset;comment;constructor(t,e=0,r,i){Buffer.isBuffer(t)?this.decode(t,e||0,r,i):t&&this.#n(t)}decode(t,e,r,i){if(e||(e=0),!t||!(t.length>=e+512))throw new Error("need 512 bytes for header");let o=Nn(t,e+156,1),c=mf.has(o),d=c?r:void 0,u=c?i:void 0;if(this.path=d?.path??Nn(t,e,100),this.mode=d?.mode??u?.mode??gn(t,e+100,8),this.uid=d?.uid??u?.uid??gn(t,e+108,8),this.gid=d?.gid??u?.gid??gn(t,e+116,8),this.size=d?.size??u?.size??gn(t,e+124,12),this.mtime=d?.mtime??u?.mtime??ac(t,e+136,12),this.cksum=gn(t,e+148,12),u&&this.#n(u,!0),d&&this.#n(d),Ks(o)&&(this.#e=o||"0"),this.#e==="0"&&this.path.slice(-1)==="/"&&(this.#e="5"),this.#e==="5"&&(this.size=0),this.linkpath=Nn(t,e+157,100),t.subarray(e+257,e+265).toString()==="ustar\x0000")if(this.uname=d?.uname??u?.uname??Nn(t,e+265,32),this.gname=d?.gname??u?.gname??Nn(t,e+297,32),this.devmaj=d?.devmaj??u?.devmaj??gn(t,e+329,8)??0,this.devmin=d?.devmin??u?.devmin??gn(t,e+337,8)??0,t[e+475]!==0){let x=Nn(t,e+345,155);this.path=x+"/"+this.path}else{let x=Nn(t,e+345,130);x&&(this.path=x+"/"+this.path),this.atime=r?.atime??i?.atime??ac(t,e+476,12),this.ctime=r?.ctime??i?.ctime??ac(t,e+488,12)}let f=256;for(let x=e;x<e+148;x++)f+=t[x];for(let x=e+156;x<e+512;x++)f+=t[x];this.cksumValid=f===this.cksum,this.cksum===void 0&&f===256&&(this.nullBlock=!0)}#n(t,e=!1){Object.assign(this,Object.fromEntries(Object.entries(t).filter(([r,i])=>!(i==null||r==="path"&&e||r==="linkpath"&&e||r==="global"))))}encode(t,e=0){if(t||(t=this.block=Buffer.alloc(512)),this.#e==="Unsupported"&&(this.#e="0"),!(t.length>=e+512))throw new Error("need 512 bytes for header");let r=this.ctime||this.atime?130:155,i=qw(this.path||"",r),o=i[0],c=i[1];this.needPax=!!i[2],this.needPax=Mn(t,e,100,o)||this.needPax,this.needPax=wn(t,e+100,8,this.mode)||this.needPax,this.needPax=wn(t,e+108,8,this.uid)||this.needPax,this.needPax=wn(t,e+116,8,this.gid)||this.needPax,this.needPax=wn(t,e+124,12,this.size)||this.needPax,this.needPax=cc(t,e+136,12,this.mtime)||this.needPax,t[e+156]=Number(this.#e.codePointAt(0)),this.needPax=Mn(t,e+157,100,this.linkpath)||this.needPax,t.write("ustar\x0000",e+257,8),this.needPax=Mn(t,e+265,32,this.uname)||this.needPax,this.needPax=Mn(t,e+297,32,this.gname)||this.needPax,this.needPax=wn(t,e+329,8,this.devmaj)||this.needPax,this.needPax=wn(t,e+337,8,this.devmin)||this.needPax,this.needPax=Mn(t,e+345,r,c)||this.needPax,t[e+475]!==0?this.needPax=Mn(t,e+345,155,c)||this.needPax:(this.needPax=Mn(t,e+345,130,c)||this.needPax,this.needPax=cc(t,e+476,12,this.atime)||this.needPax,this.needPax=cc(t,e+488,12,this.ctime)||this.needPax);let d=256;for(let u=e;u<e+148;u++)d+=t[u];for(let u=e+156;u<e+512;u++)d+=t[u];return this.cksum=d,wn(t,e+148,8,this.cksum),this.cksumValid=!0,this.needPax}get type(){return this.#e==="Unsupported"?this.#e:ao.get(this.#e)}get typeKey(){return this.#e}set type(t){let e=String(Kc.get(t));if(Ks(e)||e==="Unsupported")this.#e=e;else if(Ks(t))this.#e=t;else throw new TypeError("invalid entry type: "+t)}},qw=(t,e)=>{let r=t,i="",o,c=gr.parse(t).root||".";if(Buffer.byteLength(r)<100)o=[r,i,!1];else{i=gr.dirname(r),r=gr.basename(r);do Buffer.byteLength(r)<=100&&Buffer.byteLength(i)<=e?o=[r,i,!1]:Buffer.byteLength(r)>100&&Buffer.byteLength(i)<=e?o=[r.slice(0,99),i,!0]:(r=gr.join(gr.basename(i),r),i=gr.dirname(i));while(i!==c&&o===void 0);o||(o=[t.slice(0,99),"",!0])}return o},Nn=(t,e,r)=>t.subarray(e,e+r).toString("utf8").replace(/\0.*/,""),ac=(t,e,r)=>jw(gn(t,e,r)),jw=t=>t===void 0?void 0:new Date(t*1e3),gn=(t,e,r)=>Number(t[e])&128?Fw(t.subarray(e,e+r)):Kw(t,e,r),Ww=t=>isNaN(t)?void 0:t,Kw=(t,e,r)=>Ww(parseInt(t.subarray(e,e+r).toString("utf8").replace(/\0.*$/,"").trim(),8)),$w={12:8589934591,8:2097151},wn=(t,e,r,i)=>i===void 0?!1:i>$w[r]||i<0?(Nw(i,t.subarray(e,e+r)),!0):(Yw(t,e,r,i),!1),Yw=(t,e,r,i)=>t.write(Vw(i,r),e,r,"ascii"),Vw=(t,e)=>Jw(Math.floor(t).toString(8),e),Jw=(t,e)=>(t.length===e-1?t:new Array(e-t.length-1).join("0")+t+" ")+"\0",cc=(t,e,r,i)=>i===void 0?!1:wn(t,e,r,i.getTime()/1e3),Zw=new Array(156).join("\0"),Mn=(t,e,r,i)=>i===void 0?!1:(t.write(i+Zw,e,r,"utf8"),i.length!==Buffer.byteLength(i)||i.length>r),to=class gf{atime;mtime;ctime;charset;comment;gid;uid;gname;uname;linkpath;dev;ino;nlink;path;size;mode;global;constructor(e,r=!1){this.atime=e.atime,this.charset=e.charset,this.comment=e.comment,this.ctime=e.ctime,this.dev=e.dev,this.gid=e.gid,this.global=r,this.gname=e.gname,this.ino=e.ino,this.linkpath=e.linkpath,this.mtime=e.mtime,this.nlink=e.nlink,this.path=e.path,this.size=e.size,this.uid=e.uid,this.uname=e.uname}encode(){let e=this.encodeBody();if(e==="")return Buffer.allocUnsafe(0);let r=Buffer.byteLength(e),i=512*Math.ceil(1+r/512),o=Buffer.allocUnsafe(i);for(let c=0;c<512;c++)o[c]=0;new jn({path:("PaxHeader/"+Xw(this.path??"")).slice(0,99),mode:this.mode||420,uid:this.uid,gid:this.gid,size:r,mtime:this.mtime,type:this.global?"GlobalExtendedHeader":"ExtendedHeader",linkpath:"",uname:this.uname||"",gname:this.gname||"",devmaj:0,devmin:0,atime:this.atime,ctime:this.ctime}).encode(o),o.write(e,512,r,"utf8");for(let c=r+512;c<o.length;c++)o[c]=0;return o}encodeBody(){return this.encodeField("path")+this.encodeField("ctime")+this.encodeField("atime")+this.encodeField("dev")+this.encodeField("ino")+this.encodeField("nlink")+this.encodeField("charset")+this.encodeField("comment")+this.encodeField("gid")+this.encodeField("gname")+this.encodeField("linkpath")+this.encodeField("mtime")+this.encodeField("size")+this.encodeField("uid")+this.encodeField("uname")}encodeField(e){if(this[e]===void 0)return"";let r=this[e],i=r instanceof Date?r.getTime()/1e3:r,o=" "+(e==="dev"||e==="ino"||e==="nlink"?"SCHILY.":"")+e+"="+i+`
|
|
90
|
+
`,c=Buffer.byteLength(o),d=Math.floor(Math.log(c)/Math.log(10))+1;return c+d>=Math.pow(10,d)&&(d+=1),d+c+o}static parse(e,r,i=!1){return new gf(Qw(e_(e),r),i)}},Qw=(t,e)=>e?Object.assign({},e,t):t,e_=t=>t.replace(/\n$/,"").split(`
|
|
91
|
+
`).reduce(t_,Object.create(null)),t_=(t,e)=>{let r=parseInt(e,10);if(r!==Buffer.byteLength(e)+1)return t;e=e.slice((r+" ").length);let i=e.split("="),o=i.shift();if(!o)return t;let c=o.replace(/^SCHILY\.(dev|ino|nlink)/,"$1"),d=i.join("=");return t[c]=/^([A-Z]+\.)?([mac]|birth|creation)time$/.test(c)?new Date(Number(d)*1e3):/^[0-9]+$/.test(d)?+d:d,t},n_=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Q=n_!=="win32"?t=>t:t=>t&&t.replaceAll(/\\/g,"/"),r_=class extends Wn{extended;globalExtended;header;startBlockSize;blockRemain;remain;type;meta=!1;ignore=!1;path;mode;uid;gid;uname;gname;size=0;mtime;atime;ctime;linkpath;dev;ino;nlink;invalid=!1;absolute;unsupported=!1;constructor(t,e,r){switch(super({}),this.pause(),this.extended=e,this.globalExtended=r,this.header=t,this.remain=t.size??0,this.startBlockSize=512*Math.ceil(this.remain/512),this.blockRemain=this.startBlockSize,this.type=t.type,this.type){case"File":case"OldFile":case"Link":case"SymbolicLink":case"CharacterDevice":case"BlockDevice":case"Directory":case"FIFO":case"ContiguousFile":case"GNUDumpDir":break;case"NextFileHasLongLinkpath":case"NextFileHasLongPath":case"OldGnuLongPath":case"GlobalExtendedHeader":case"ExtendedHeader":case"OldExtendedHeader":this.meta=!0;break;default:this.ignore=!0}if(!t.path)throw new Error("no path provided for tar.ReadEntry");this.path=Q(t.path),this.mode=t.mode,this.mode&&(this.mode=this.mode&4095),this.uid=t.uid,this.gid=t.gid,this.uname=t.uname,this.gname=t.gname,this.size=this.remain,this.mtime=t.mtime,this.atime=t.atime,this.ctime=t.ctime,this.linkpath=t.linkpath?Q(t.linkpath):void 0,this.uname=t.uname,this.gname=t.gname,e&&this.#e(e),r&&this.#e(r,!0)}write(t){let e=t.length;if(e>this.blockRemain)throw new Error("writing more to entry than is appropriate");let r=this.remain,i=this.blockRemain;return this.remain=Math.max(0,r-e),this.blockRemain=Math.max(0,i-e),this.ignore?!0:r>=e?super.write(t):super.write(t.subarray(0,r))}#e(t,e=!1){t.path&&(t.path=Q(t.path)),t.linkpath&&(t.linkpath=Q(t.linkpath)),Object.assign(this,Object.fromEntries(Object.entries(t).filter(([r,i])=>!(i==null||r==="path"&&e))))}},co=(t,e,r,i={})=>{t.file&&(i.file=t.file),t.cwd&&(i.cwd=t.cwd),i.code=r instanceof Error&&r.code||e,i.tarCode=e,!t.strict&&i.recoverable!==!1?(r instanceof Error&&(i=Object.assign(r,i),r=r.message),t.emit("warn",e,r,i)):r instanceof Error?t.emit("error",Object.assign(r,i)):t.emit("error",Object.assign(new Error(`${e}: ${r}`),i))},i_=1024*1024,Sc=Buffer.from([31,139]),Ic=Buffer.from([40,181,47,253]),s_=Math.max(Sc.length,Ic.length),ft=Symbol("state"),Bn=Symbol("writeEntry"),$t=Symbol("readEntry"),dc=Symbol("nextEntry"),Du=Symbol("processEntry"),Pt=Symbol("extendedHeader"),pi=Symbol("globalExtendedHeader"),fn=Symbol("meta"),Ou=Symbol("emitMeta"),me=Symbol("buffer"),Yt=Symbol("queue"),hn=Symbol("ended"),lc=Symbol("emittedEnd"),Fn=Symbol("emit"),Ce=Symbol("unzip"),Ms=Symbol("consumeChunk"),Bs=Symbol("consumeChunkSub"),uc=Symbol("consumeBody"),Lu=Symbol("consumeMeta"),Nu=Symbol("consumeHeader"),mi=Symbol("consuming"),fc=Symbol("bufferConcat"),Fs=Symbol("maybeEnd"),wr=Symbol("writing"),xn=Symbol("aborted"),zs=Symbol("onDone"),zn=Symbol("sawValidEntry"),Us=Symbol("sawNullBlock"),Gs=Symbol("sawEOF"),Mu=Symbol("closeStream"),o_=()=>!0,Di=class extends Sw{file;strict;maxMetaEntrySize;filter;brotli;zstd;writable=!0;readable=!1;[Yt]=[];[me];[$t];[Bn];[ft]="begin";[fn]="";[Pt];[pi];[hn]=!1;[Ce];[xn]=!1;[zn];[Us]=!1;[Gs]=!1;[wr]=!1;[mi]=!1;[lc]=!1;constructor(t={}){super(),this.file=t.file||"",this.on(zs,()=>{(this[ft]==="begin"||this[zn]===!1)&&this.warn("TAR_BAD_ARCHIVE","Unrecognized archive format")}),t.ondone?this.on(zs,t.ondone):this.on(zs,()=>{this.emit("prefinish"),this.emit("finish"),this.emit("end")}),this.strict=!!t.strict,this.maxMetaEntrySize=t.maxMetaEntrySize||i_,this.filter=typeof t.filter=="function"?t.filter:o_;let e=t.file&&(t.file.endsWith(".tar.br")||t.file.endsWith(".tbr"));this.brotli=!(t.gzip||t.zstd)&&t.brotli!==void 0?t.brotli:e?void 0:!1;let r=t.file&&(t.file.endsWith(".tar.zst")||t.file.endsWith(".tzst"));this.zstd=!(t.gzip||t.brotli)&&t.zstd!==void 0?t.zstd:r?!0:void 0,this.on("end",()=>this[Mu]()),typeof t.onwarn=="function"&&this.on("warn",t.onwarn),typeof t.onReadEntry=="function"&&this.on("entry",t.onReadEntry)}warn(t,e,r={}){co(this,t,e,r)}[Nu](t,e){this[zn]===void 0&&(this[zn]=!1);let r;try{r=new jn(t,e,this[Pt],this[pi])}catch(i){return this.warn("TAR_ENTRY_INVALID",i)}if(r.nullBlock)this[Us]?(this[Gs]=!0,this[ft]==="begin"&&(this[ft]="header"),this[Fn]("eof")):(this[Us]=!0,this[Fn]("nullBlock"));else if(this[Us]=!1,!r.cksumValid)this.warn("TAR_ENTRY_INVALID","checksum failure",{header:r});else if(!r.path)this.warn("TAR_ENTRY_INVALID","path is required",{header:r});else{let i=r.type;if(/^(Symbolic)?Link$/.test(i)&&!r.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath required",{header:r});else if(!/^(Symbolic)?Link$/.test(i)&&!/^(Global)?ExtendedHeader$/.test(i)&&r.linkpath)this.warn("TAR_ENTRY_INVALID","linkpath forbidden",{header:r});else{let o=this[Bn]=new r_(r,this[Pt],this[pi]);if(!this[zn])if(o.remain){let c=()=>{o.invalid||(this[zn]=!0)};o.on("end",c)}else this[zn]=!0;o.meta?o.size>this.maxMetaEntrySize?(o.ignore=!0,this[Fn]("ignoredEntry",o),this[ft]="ignore",o.resume()):o.size>0&&(this[fn]="",o.on("data",c=>this[fn]+=c),this[ft]="meta"):(this[Pt]=void 0,o.ignore=o.ignore||!this.filter(o.path,o),o.ignore?(this[Fn]("ignoredEntry",o),this[ft]=o.remain?"ignore":"header",o.resume()):(o.remain?this[ft]="body":(this[ft]="header",o.end()),this[$t]?this[Yt].push(o):(this[Yt].push(o),this[dc]())))}}}[Mu](){queueMicrotask(()=>this.emit("close"))}[Du](t){let e=!0;if(!t)this[$t]=void 0,e=!1;else if(Array.isArray(t)){let[r,...i]=t;this.emit(r,...i)}else this[$t]=t,this.emit("entry",t),t.emittedEnd||(t.on("end",()=>this[dc]()),e=!1);return e}[dc](){do;while(this[Du](this[Yt].shift()));if(this[Yt].length===0){let t=this[$t];!t||t.flowing||t.size===t.remain?this[wr]||this.emit("drain"):t.once("drain",()=>this.emit("drain"))}}[uc](t,e){let r=this[Bn];if(!r)throw new Error("attempt to consume body without entry??");let i=r.blockRemain??0,o=i>=t.length&&e===0?t:t.subarray(e,e+i);return r.write(o),r.blockRemain||(this[ft]="header",this[Bn]=void 0,r.end()),o.length}[Lu](t,e){let r=this[Bn],i=this[uc](t,e);return!this[Bn]&&r&&this[Ou](r),i}[Fn](t,e,r){this[Yt].length===0&&!this[$t]?this.emit(t,e,r):this[Yt].push([t,e,r])}[Ou](t){switch(this[Fn]("meta",this[fn]),t.type){case"ExtendedHeader":case"OldExtendedHeader":this[Pt]=to.parse(this[fn],this[Pt],!1);break;case"GlobalExtendedHeader":this[pi]=to.parse(this[fn],this[pi],!0);break;case"NextFileHasLongPath":case"OldGnuLongPath":{let e=this[Pt]??Object.create(null);this[Pt]=e,e.path=this[fn].replace(/\0.*/,"");break}case"NextFileHasLongLinkpath":{let e=this[Pt]||Object.create(null);this[Pt]=e,e.linkpath=this[fn].replace(/\0.*/,"");break}default:throw new Error("unknown meta: "+t.type)}}abort(t){this[xn]=!0,this.emit("abort",t),this.warn("TAR_ABORT",t,{recoverable:!1})}write(t,e,r){if(typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,typeof e=="string"?e:"utf8")),this[xn])return r?.(),!1;if((this[Ce]===void 0||this.brotli===void 0&&this[Ce]===!1)&&t){if(this[me]&&(t=Buffer.concat([this[me],t]),this[me]=void 0),t.length<s_)return this[me]=t,r?.(),!0;for(let d=0;this[Ce]===void 0&&d<Sc.length;d++)t[d]!==Sc[d]&&(this[Ce]=!1);let o=!1;if(this[Ce]===!1&&this.zstd!==!1){o=!0;for(let d=0;d<Ic.length;d++)if(t[d]!==Ic[d]){o=!1;break}}let c=this.brotli===void 0&&!o;if(this[Ce]===!1&&c)if(t.length<512)if(this[hn])this.brotli=!0;else return this[me]=t,r?.(),!0;else try{new jn(t.subarray(0,512)),this.brotli=!1}catch{this.brotli=!0}if(this[Ce]===void 0||this[Ce]===!1&&(this.brotli||o)){let d=this[hn];this[hn]=!1,this[Ce]=this[Ce]===void 0?new Cw({}):o?new Lw({}):new Dw({}),this[Ce].on("data",f=>this[Ms](f)),this[Ce].on("error",f=>this.abort(f)),this[Ce].on("end",()=>{this[hn]=!0,this[Ms]()}),this[wr]=!0;let u=!!this[Ce][d?"end":"write"](t);return this[wr]=!1,r?.(),u}}this[wr]=!0,this[Ce]?this[Ce].write(t):this[Ms](t),this[wr]=!1;let i=this[Yt].length>0?!1:this[$t]?this[$t].flowing:!0;return!i&&this[Yt].length===0&&this[$t]?.once("drain",()=>this.emit("drain")),r?.(),i}[fc](t){t&&!this[xn]&&(this[me]=this[me]?Buffer.concat([this[me],t]):t)}[Fs](){if(this[hn]&&!this[lc]&&!this[xn]&&!this[mi]){this[lc]=!0;let t=this[Bn];if(t&&t.blockRemain){let e=this[me]?this[me].length:0;this.warn("TAR_BAD_ARCHIVE",`Truncated input (needed ${t.blockRemain} more bytes, only ${e} available)`,{entry:t}),this[me]&&t.write(this[me]),t.end()}this[Fn](zs)}}[Ms](t){if(this[mi]&&t)this[fc](t);else if(!t&&!this[me])this[Fs]();else if(t){if(this[mi]=!0,this[me]){this[fc](t);let e=this[me];this[me]=void 0,this[Bs](e)}else this[Bs](t);for(;this[me]&&this[me]?.length>=512&&!this[xn]&&!this[Gs];){let e=this[me];this[me]=void 0,this[Bs](e)}this[mi]=!1}(!this[me]||this[hn])&&this[Fs]()}[Bs](t){let e=0,r=t.length;for(;e+512<=r&&!this[xn]&&!this[Gs];)switch(this[ft]){case"begin":case"header":this[Nu](t,e),e+=512;break;case"ignore":case"body":e+=this[uc](t,e);break;case"meta":e+=this[Lu](t,e);break;default:throw new Error("invalid state: "+this[ft])}e<r&&(this[me]=this[me]?Buffer.concat([t.subarray(e),this[me]]):t.subarray(e))}end(t,e,r){return typeof t=="function"&&(r=t,e=void 0,t=void 0),typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,e)),r&&this.once("finish",r),this[xn]||(this[Ce]?(t&&this[Ce].write(t),this[Ce].end()):(this[hn]=!0,(this.brotli===void 0||this.zstd===void 0)&&(t=t||Buffer.alloc(0)),t&&this.write(t),this[Fs]())),this}},Ii=t=>{let e=t.length-1,r=-1;for(;e>-1&&t.charAt(e)==="/";)r=e,e--;return r===-1?t:t.slice(0,r)},a_=t=>{let e=t.onReadEntry;t.onReadEntry=e?r=>{e(r),r.resume()}:r=>r.resume()},wf=(t,e)=>{let r=new Map(e.map(c=>[Ii(c),!0])),i=t.filter,o=(c,d="")=>{let u=d||mw(c).root||".",f;if(c===u)f=!1;else{let x=r.get(c);f=x!==void 0?x:o(pw(c),u)}return r.set(c,f),f};t.filter=i?(c,d)=>i(c,d)&&o(Ii(c)):c=>o(Ii(c))},c_=t=>{let e=new Di(t),r=t.file,i;try{i=Sr.openSync(r,"r");let o=Sr.fstatSync(i),c=t.maxReadSize||16*1024*1024;if(o.size<c){let d=Buffer.allocUnsafe(o.size),u=Sr.readSync(i,d,0,o.size,0);e.end(u===d.byteLength?d:d.subarray(0,u))}else{let d=0,u=Buffer.allocUnsafe(c);for(;d<o.size;){let f=Sr.readSync(i,u,0,c,d);if(f===0)break;d+=f,e.write(u.subarray(0,f))}e.end()}}finally{if(typeof i=="number")try{Sr.closeSync(i)}catch{}}},d_=(t,e)=>{let r=new Di(t),i=t.maxReadSize||16*1024*1024,o=t.file;return new Promise((c,d)=>{r.on("error",d),r.on("end",c),Sr.stat(o,(u,f)=>{if(u)d(u);else{let x=new qc(o,{readSize:i,size:f.size});x.on("error",d),x.pipe(r)}})})},Tr=Oi(c_,d_,t=>new Di(t),t=>new Di(t),(t,e)=>{e?.length&&wf(t,e),t.noResume||a_(t)}),_f=(t,e,r)=>(t&=4095,r&&(t=(t|384)&-19),e&&(t&256&&(t|=64),t&32&&(t|=8),t&4&&(t|=1)),t),{isAbsolute:u_,parse:Fu}=l_,$c=t=>{let e="",r=Fu(t);for(;u_(t)||r.root;){let i=t.charAt(0)==="/"&&t.slice(0,4)!=="//?/"?"/":r.root;t=t.slice(i.length),e+=i,r=Fu(t)}return[e,t]},lo=["|","<",">","?",":"],Yc=lo.map(t=>String.fromCodePoint(61440+Number(t.codePointAt(0)))),f_=new Map(lo.map((t,e)=>[t,Yc[e]])),h_=new Map(Yc.map((t,e)=>[t,lo[e]])),zu=t=>lo.reduce((e,r)=>e.split(r).join(f_.get(r)),t),x_=t=>Yc.reduce((e,r)=>e.split(r).join(h_.get(r)),t),yf=(t,e)=>e?(t=Q(t).replace(/^\.(\/|$)/,""),Ii(e)+"/"+t):Q(t),p_=16*1024*1024,Uu=Symbol("process"),Gu=Symbol("file"),Hu=Symbol("directory"),Ac=Symbol("symlink"),qu=Symbol("hardlink"),gi=Symbol("header"),$s=Symbol("read"),kc=Symbol("lstat"),Ys=Symbol("onlstat"),Tc=Symbol("onread"),Rc=Symbol("onreadlink"),Cc=Symbol("openfile"),Pc=Symbol("onopenfile"),_n=Symbol("close"),ro=Symbol("mode"),Dc=Symbol("awaitDrain"),hc=Symbol("ondrain"),Ot=Symbol("prefix"),Ef=class extends Wn{path;portable;myuid=process.getuid&&process.getuid()||0;myuser=process.env.USER||"";maxReadSize;linkCache;statCache;preservePaths;cwd;strict;mtime;noPax;noMtime;prefix;fd;blockLen=0;blockRemain=0;buf;pos=0;remain=0;length=0;offset=0;win32;absolute;header;type;linkpath;stat;onWriteEntry;#e=!1;constructor(t,e={}){let r=jc(e);super(),this.path=Q(t),this.portable=!!r.portable,this.maxReadSize=r.maxReadSize||p_,this.linkCache=r.linkCache||new Map,this.statCache=r.statCache||new Map,this.preservePaths=!!r.preservePaths,this.cwd=Q(r.cwd||process.cwd()),this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.mtime=r.mtime,this.prefix=r.prefix?Q(r.prefix):void 0,this.onWriteEntry=r.onWriteEntry,typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let i=!1;if(!this.preservePaths){let[c,d]=$c(this.path);c&&typeof d=="string"&&(this.path=d,i=c)}this.win32=!!r.win32||process.platform==="win32",this.win32&&(this.path=x_(this.path.replaceAll(/\\/g,"/")),t=t.replaceAll(/\\/g,"/")),this.absolute=Q(r.absolute||Bu.resolve(this.cwd,t)),this.path===""&&(this.path="./"),i&&this.warn("TAR_ENTRY_INFO",`stripping ${i} from absolute path`,{entry:this,path:i+this.path});let o=this.statCache.get(this.absolute);o?this[Ys](o):this[kc]()}warn(t,e,r={}){return co(this,t,e,r)}emit(t,...e){return t==="error"&&(this.#e=!0),super.emit(t,...e)}[kc](){Dt.lstat(this.absolute,(t,e)=>{if(t)return this.emit("error",t);this[Ys](e)})}[Ys](t){this.statCache.set(this.absolute,t),this.stat=t,t.isFile()||(t.size=0),this.type=w_(t),this.emit("stat",t),this[Uu]()}[Uu](){switch(this.type){case"File":return this[Gu]();case"Directory":return this[Hu]();case"SymbolicLink":return this[Ac]();default:return this.end()}}[ro](t){return _f(t,this.type==="Directory",this.portable)}[Ot](t){return yf(t,this.prefix)}[gi](){if(!this.stat)throw new Error("cannot write header before stat");this.type==="Directory"&&this.portable&&(this.noMtime=!0),this.onWriteEntry?.(this),this.header=new jn({path:this[Ot](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Ot](this.linkpath):this.linkpath,mode:this[ro](this.stat.mode),uid:this.portable?void 0:this.stat.uid,gid:this.portable?void 0:this.stat.gid,size:this.stat.size,mtime:this.noMtime?void 0:this.mtime||this.stat.mtime,type:this.type==="Unsupported"?void 0:this.type,uname:this.portable?void 0:this.stat.uid===this.myuid?this.myuser:"",atime:this.portable?void 0:this.stat.atime,ctime:this.portable?void 0:this.stat.ctime}),this.header.encode()&&!this.noPax&&super.write(new to({atime:this.portable?void 0:this.header.atime,ctime:this.portable?void 0:this.header.ctime,gid:this.portable?void 0:this.header.gid,mtime:this.noMtime?void 0:this.mtime||this.header.mtime,path:this[Ot](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Ot](this.linkpath):this.linkpath,size:this.header.size,uid:this.portable?void 0:this.header.uid,uname:this.portable?void 0:this.header.uname,dev:this.portable?void 0:this.stat.dev,ino:this.portable?void 0:this.stat.ino,nlink:this.portable?void 0:this.stat.nlink}).encode());let t=this.header?.block;if(!t)throw new Error("failed to encode header");super.write(t)}[Hu](){if(!this.stat)throw new Error("cannot create directory entry without stat");this.path.slice(-1)!=="/"&&(this.path+="/"),this.stat.size=0,this[gi](),this.end()}[Ac](){Dt.readlink(this.absolute,(t,e)=>{if(t)return this.emit("error",t);this[Rc](e)})}[Rc](t){this.linkpath=Q(t),this[gi](),this.end()}[qu](t){if(!this.stat)throw new Error("cannot create link entry without stat");this.type="Link",this.linkpath=Q(Bu.relative(this.cwd,t)),this.stat.size=0,this[gi](),this.end()}[Gu](){if(!this.stat)throw new Error("cannot create file entry without stat");if(this.stat.nlink>1){let t=`${this.stat.dev}:${this.stat.ino}`,e=this.linkCache.get(t);if(e?.indexOf(this.cwd)===0)return this[qu](e);this.linkCache.set(t,this.absolute)}if(this[gi](),this.stat.size===0)return this.end();this[Cc]()}[Cc](){Dt.open(this.absolute,"r",(t,e)=>{if(t)return this.emit("error",t);this[Pc](e)})}[Pc](t){if(this.fd=t,this.#e)return this[_n]();if(!this.stat)throw new Error("should stat before calling onopenfile");this.blockLen=512*Math.ceil(this.stat.size/512),this.blockRemain=this.blockLen;let e=Math.min(this.blockLen,this.maxReadSize);this.buf=Buffer.allocUnsafe(e),this.offset=0,this.pos=0,this.remain=this.stat.size,this.length=this.buf.length,this[$s]()}[$s](){let{fd:t,buf:e,offset:r,length:i,pos:o}=this;if(t===void 0||e===void 0)throw new Error("cannot read file without first opening");Dt.read(t,e,r,i,o,(c,d)=>{if(c)return this[_n](()=>this.emit("error",c));this[Tc](d)})}[_n](t=()=>{}){this.fd!==void 0&&Dt.close(this.fd,t)}[Tc](t){if(t<=0&&this.remain>0){let r=Object.assign(new Error("encountered unexpected EOF"),{path:this.absolute,syscall:"read",code:"EOF"});return this[_n](()=>this.emit("error",r))}if(t>this.remain){let r=Object.assign(new Error("did not encounter expected EOF"),{path:this.absolute,syscall:"read",code:"EOF"});return this[_n](()=>this.emit("error",r))}if(!this.buf)throw new Error("should have created buffer prior to reading");if(t===this.remain)for(let r=t;r<this.length&&t<this.blockRemain;r++)this.buf[r+this.offset]=0,t++,this.remain++;let e=this.offset===0&&t===this.buf.length?this.buf:this.buf.subarray(this.offset,this.offset+t);this.write(e)?this[hc]():this[Dc](()=>this[hc]())}[Dc](t){this.once("drain",t)}write(t,e,r){if(typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,typeof e=="string"?e:"utf8")),this.blockRemain<t.length){let i=Object.assign(new Error("writing more data than expected"),{path:this.absolute});return this.emit("error",i)}return this.remain-=t.length,this.blockRemain-=t.length,this.pos+=t.length,this.offset+=t.length,super.write(t,null,r)}[hc](){if(!this.remain)return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),this[_n](t=>t?this.emit("error",t):this.end());if(!this.buf)throw new Error("buffer lost somehow in ONDRAIN");this.offset>=this.length&&(this.buf=Buffer.allocUnsafe(Math.min(this.blockRemain,this.buf.length)),this.offset=0),this.length=this.buf.length-this.offset,this[$s]()}},m_=class extends Ef{sync=!0;[kc](){this[Ys](Dt.lstatSync(this.absolute))}[Ac](){this[Rc](Dt.readlinkSync(this.absolute))}[Cc](){this[Pc](Dt.openSync(this.absolute,"r"))}[$s](){let t=!0;try{let{fd:e,buf:r,offset:i,length:o,pos:c}=this;if(e===void 0||r===void 0)throw new Error("fd and buf must be set in READ method");let d=Dt.readSync(e,r,i,o,c);this[Tc](d),t=!1}finally{if(t)try{this[_n](()=>{})}catch{}}}[Dc](t){t()}[_n](t=()=>{}){this.fd!==void 0&&Dt.closeSync(this.fd),t()}},g_=class extends Wn{blockLen=0;blockRemain=0;buf=0;pos=0;remain=0;length=0;preservePaths;portable;strict;noPax;noMtime;readEntry;type;prefix;path;mode;uid;gid;uname;gname;header;mtime;atime;ctime;linkpath;size;onWriteEntry;warn(t,e,r={}){return co(this,t,e,r)}constructor(t,e={}){let r=jc(e);super(),this.preservePaths=!!r.preservePaths,this.portable=!!r.portable,this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.onWriteEntry=r.onWriteEntry,this.readEntry=t;let{type:i}=t;if(i==="Unsupported")throw new Error("writing entry that should be ignored");this.type=i,this.type==="Directory"&&this.portable&&(this.noMtime=!0),this.prefix=r.prefix,this.path=Q(t.path),this.mode=t.mode!==void 0?this[ro](t.mode):void 0,this.uid=this.portable?void 0:t.uid,this.gid=this.portable?void 0:t.gid,this.uname=this.portable?void 0:t.uname,this.gname=this.portable?void 0:t.gname,this.size=t.size,this.mtime=this.noMtime?void 0:r.mtime||t.mtime,this.atime=this.portable?void 0:t.atime,this.ctime=this.portable?void 0:t.ctime,this.linkpath=t.linkpath!==void 0?Q(t.linkpath):void 0,typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let o=!1;if(!this.preservePaths){let[d,u]=$c(this.path);d&&typeof u=="string"&&(this.path=u,o=d)}this.remain=t.size,this.blockRemain=t.startBlockSize,this.onWriteEntry?.(this),this.header=new jn({path:this[Ot](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Ot](this.linkpath):this.linkpath,mode:this.mode,uid:this.portable?void 0:this.uid,gid:this.portable?void 0:this.gid,size:this.size,mtime:this.noMtime?void 0:this.mtime,type:this.type,uname:this.portable?void 0:this.uname,atime:this.portable?void 0:this.atime,ctime:this.portable?void 0:this.ctime}),o&&this.warn("TAR_ENTRY_INFO",`stripping ${o} from absolute path`,{entry:this,path:o+this.path}),this.header.encode()&&!this.noPax&&super.write(new to({atime:this.portable?void 0:this.atime,ctime:this.portable?void 0:this.ctime,gid:this.portable?void 0:this.gid,mtime:this.noMtime?void 0:this.mtime,path:this[Ot](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Ot](this.linkpath):this.linkpath,size:this.size,uid:this.portable?void 0:this.uid,uname:this.portable?void 0:this.uname,dev:this.portable?void 0:this.readEntry.dev,ino:this.portable?void 0:this.readEntry.ino,nlink:this.portable?void 0:this.readEntry.nlink}).encode());let c=this.header?.block;if(!c)throw new Error("failed to encode header");super.write(c),t.pipe(this)}[Ot](t){return yf(t,this.prefix)}[ro](t){return _f(t,this.type==="Directory",this.portable)}write(t,e,r){typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,typeof e=="string"?e:"utf8"));let i=t.length;if(i>this.blockRemain)throw new Error("writing more to entry than is appropriate");return this.blockRemain-=i,super.write(t,r)}end(t,e,r){return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),typeof t=="function"&&(r=t,e=void 0,t=void 0),typeof e=="function"&&(r=e,e=void 0),typeof t=="string"&&(t=Buffer.from(t,e??"utf8")),r&&this.once("finish",r),t?super.end(t,r):super.end(r),this}},w_=t=>t.isFile()?"File":t.isDirectory()?"Directory":t.isSymbolicLink()?"SymbolicLink":"Unsupported",__=class Ir{tail;head;length=0;static create(e=[]){return new Ir(e)}constructor(e=[]){for(let r of e)this.push(r)}*[Symbol.iterator](){for(let e=this.head;e;e=e.next)yield e.value}removeNode(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");let r=e.next,i=e.prev;return r&&(r.prev=i),i&&(i.next=r),e===this.head&&(this.head=r),e===this.tail&&(this.tail=i),this.length--,e.next=void 0,e.prev=void 0,e.list=void 0,r}unshiftNode(e){if(e===this.head)return;e.list&&e.list.removeNode(e);let r=this.head;e.list=this,e.next=r,r&&(r.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}pushNode(e){if(e===this.tail)return;e.list&&e.list.removeNode(e);let r=this.tail;e.list=this,e.prev=r,r&&(r.next=e),this.tail=e,this.head||(this.head=e),this.length++}push(...e){for(let r=0,i=e.length;r<i;r++)E_(this,e[r]);return this.length}unshift(...e){for(var r=0,i=e.length;r<i;r++)b_(this,e[r]);return this.length}pop(){if(!this.tail)return;let e=this.tail.value,r=this.tail;return this.tail=this.tail.prev,this.tail?this.tail.next=void 0:this.head=void 0,r.list=void 0,this.length--,e}shift(){if(!this.head)return;let e=this.head.value,r=this.head;return this.head=this.head.next,this.head?this.head.prev=void 0:this.tail=void 0,r.list=void 0,this.length--,e}forEach(e,r){r=r||this;for(let i=this.head,o=0;i;o++)e.call(r,i.value,o,this),i=i.next}forEachReverse(e,r){r=r||this;for(let i=this.tail,o=this.length-1;i;o--)e.call(r,i.value,o,this),i=i.prev}get(e){let r=0,i=this.head;for(;i&&r<e;r++)i=i.next;if(r===e&&i)return i.value}getReverse(e){let r=0,i=this.tail;for(;i&&r<e;r++)i=i.prev;if(r===e&&i)return i.value}map(e,r){r=r||this;let i=new Ir;for(let o=this.head;o;)i.push(e.call(r,o.value,this)),o=o.next;return i}mapReverse(e,r){r=r||this;var i=new Ir;for(let o=this.tail;o;)i.push(e.call(r,o.value,this)),o=o.prev;return i}reduce(e,r){let i,o=this.head;if(arguments.length>1)i=r;else if(this.head)o=this.head.next,i=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var c=0;o;c++)i=e(i,o.value,c),o=o.next;return i}reduceReverse(e,r){let i,o=this.tail;if(arguments.length>1)i=r;else if(this.tail)o=this.tail.prev,i=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(let c=this.length-1;o;c--)i=e(i,o.value,c),o=o.prev;return i}toArray(){let e=new Array(this.length);for(let r=0,i=this.head;i;r++)e[r]=i.value,i=i.next;return e}toArrayReverse(){let e=new Array(this.length);for(let r=0,i=this.tail;i;r++)e[r]=i.value,i=i.prev;return e}slice(e=0,r=this.length){r<0&&(r+=this.length),e<0&&(e+=this.length);let i=new Ir;if(r<e||r<0)return i;e<0&&(e=0),r>this.length&&(r=this.length);let o=this.head,c=0;for(c=0;o&&c<e;c++)o=o.next;for(;o&&c<r;c++,o=o.next)i.push(o.value);return i}sliceReverse(e=0,r=this.length){r<0&&(r+=this.length),e<0&&(e+=this.length);let i=new Ir;if(r<e||r<0)return i;e<0&&(e=0),r>this.length&&(r=this.length);let o=this.length,c=this.tail;for(;c&&o>r;o--)c=c.prev;for(;c&&o>e;o--,c=c.prev)i.push(c.value);return i}splice(e,r=0,...i){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);let o=this.head;for(let d=0;o&&d<e;d++)o=o.next;let c=[];for(let d=0;o&&d<r;d++)c.push(o.value),o=this.removeNode(o);o?o!==this.tail&&(o=o.prev):o=this.tail;for(let d of i)o=y_(this,o,d);return c}reverse(){let e=this.head,r=this.tail;for(let i=e;i;i=i.prev){let o=i.prev;i.prev=i.next,i.next=o}return this.head=r,this.tail=e,this}};function y_(t,e,r){let i=e,o=e?e.next:t.head,c=new Vc(r,i,o,t);return c.next===void 0&&(t.tail=c),c.prev===void 0&&(t.head=c),t.length++,c}function E_(t,e){t.tail=new Vc(e,t.tail,void 0,t),t.head||(t.head=t.tail),t.length++}function b_(t,e){t.head=new Vc(e,void 0,t.head,t),t.tail||(t.tail=t.head),t.length++}var Vc=class{list;next;prev;value;constructor(t,e,r,i){this.list=i,this.value=t,e?(e.next=this,this.prev=e):this.prev=void 0,r?(r.prev=this,this.next=r):this.next=void 0}},Wu=class{path;absolute;entry;stat;readdir;pending=!1;pendingLink=!1;ignore=!1;piped=!1;constructor(t,e){this.path=t||"./",this.absolute=e}},Ku=Buffer.alloc(1024),Vs=Symbol("onStat"),wi=Symbol("ended"),Et=Symbol("queue"),_i=Symbol("pendingLinks"),pn=Symbol("current"),Un=Symbol("process"),yi=Symbol("processing"),Hs=Symbol("processJob"),bt=Symbol("jobs"),xc=Symbol("jobDone"),Js=Symbol("addFSEntry"),$u=Symbol("addTarEntry"),Oc=Symbol("stat"),Lc=Symbol("readdir"),Zs=Symbol("onreaddir"),Xs=Symbol("pipe"),Yu=Symbol("entry"),pc=Symbol("entryOpt"),Qs=Symbol("writeEntryClass"),bf=Symbol("write"),mc=Symbol("ondrain"),uo=class extends Wn{sync=!1;opt;cwd;maxReadSize;preservePaths;strict;noPax;prefix;linkCache;statCache;file;portable;zip;readdirCache;noDirRecurse;follow;noMtime;mtime;filter;jobs;[Qs];onWriteEntry;[Et];[_i]=new Map;[bt]=0;[yi]=!1;[wi]=!1;constructor(t={}){if(super(),this.opt=t,this.file=t.file||"",this.cwd=t.cwd||process.cwd(),this.maxReadSize=t.maxReadSize,this.preservePaths=!!t.preservePaths,this.strict=!!t.strict,this.noPax=!!t.noPax,this.prefix=Q(t.prefix||""),this.linkCache=t.linkCache||new Map,this.statCache=t.statCache||new Map,this.readdirCache=t.readdirCache||new Map,this.onWriteEntry=t.onWriteEntry,this[Qs]=Ef,typeof t.onwarn=="function"&&this.on("warn",t.onwarn),this.portable=!!t.portable,t.gzip||t.brotli||t.zstd){if((t.gzip?1:0)+(t.brotli?1:0)+(t.zstd?1:0)>1)throw new TypeError("gzip, brotli, zstd are mutually exclusive");if(t.gzip&&(typeof t.gzip!="object"&&(t.gzip={}),this.portable&&(t.gzip.portable=!0),this.zip=new Rw(t.gzip)),t.brotli&&(typeof t.brotli!="object"&&(t.brotli={}),this.zip=new Pw(t.brotli)),t.zstd&&(typeof t.zstd!="object"&&(t.zstd={}),this.zip=new Ow(t.zstd)),!this.zip)throw new Error("impossible");let e=this.zip;e.on("data",r=>super.write(r)),e.on("end",()=>super.end()),e.on("drain",()=>this[mc]()),this.on("resume",()=>e.resume())}else this.on("drain",this[mc]);this.noDirRecurse=!!t.noDirRecurse,this.follow=!!t.follow,this.noMtime=!!t.noMtime,t.mtime&&(this.mtime=t.mtime),this.filter=typeof t.filter=="function"?t.filter:()=>!0,this[Et]=new __,this[bt]=0,this.jobs=Number(t.jobs)||4,this[yi]=!1,this[wi]=!1}[bf](t){return super.write(t)}add(t){return this.write(t),this}end(t,e,r){return typeof t=="function"&&(r=t,t=void 0),typeof e=="function"&&(r=e,e=void 0),t&&this.add(t),this[wi]=!0,this[Un](),r&&r(),this}write(t){if(this[wi])throw new Error("write after end");return typeof t=="string"?this[Js](t):this[$u](t),this.flowing}[$u](t){let e=Q(ju.resolve(this.cwd,t.path));if(!this.filter(t.path,t))t.resume();else{let r=new Wu(t.path,e);r.entry=new g_(t,this[pc](r)),r.entry.on("end",()=>this[xc](r)),this[bt]+=1,this[Et].push(r)}this[Un]()}[Js](t){let e=Q(ju.resolve(this.cwd,t));this[Et].push(new Wu(t,e)),this[Un]()}[Oc](t){t.pending=!0,this[bt]+=1;let e=this.follow?"stat":"lstat";no[e](t.absolute,(r,i)=>{t.pending=!1,this[bt]-=1,r?this.emit("error",r):this[Vs](t,i)})}[Vs](t,e){if(this.statCache.set(t.absolute,e),t.stat=e,!this.filter(t.path,e))t.ignore=!0;else if(e.isFile()&&e.nlink>1&&!this.linkCache.get(`${e.dev}:${e.ino}`)&&!this.sync)if(t===this[pn])this[Hs](t);else{let r=`${e.dev}:${e.ino}`,i=this[_i].get(r);i?i.push(t):this[_i].set(r,[t]),t.pendingLink=!0,t.pending=!0}this[Un]()}[Lc](t){t.pending=!0,this[bt]+=1,no.readdir(t.absolute,(e,r)=>{if(t.pending=!1,this[bt]-=1,e)return this.emit("error",e);this[Zs](t,r)})}[Zs](t,e){this.readdirCache.set(t.absolute,e),t.readdir=e,this[Un]()}[Un](){if(!this[yi]){this[yi]=!0;for(let t=this[Et].head;t&&this[bt]<this.jobs;t=t.next)if(this[Hs](t.value),t.value.ignore){let e=t.next;this[Et].removeNode(t),t.next=e}this[yi]=!1,this[wi]&&this[Et].length===0&&this[bt]===0&&(this.zip?this.zip.end(Ku):(super.write(Ku),super.end()))}}get[pn](){return this[Et]&&this[Et].head&&this[Et].head.value}[xc](t){this[Et].shift(),this[bt]-=1;let{stat:e}=t;if(e&&e.isFile()&&e.nlink>1){let r=`${e.dev}:${e.ino}`,i=this[_i].get(r);if(i){this[_i].delete(r);for(let o of i)o.pending=!1,this[Hs](o)}}this[Un]()}[Hs](t){if(t.pending&&t.pendingLink&&t===this[pn]&&(t.pending=!1,t.pendingLink=!1),!t.pending){if(t.entry){t===this[pn]&&!t.piped&&this[Xs](t);return}if(!t.stat){let e=this.statCache.get(t.absolute);e?this[Vs](t,e):this[Oc](t)}if(t.stat&&!t.ignore){if(!this.noDirRecurse&&t.stat.isDirectory()&&!t.readdir){let e=this.readdirCache.get(t.absolute);if(e?this[Zs](t,e):this[Lc](t),!t.readdir)return}if(t.entry=this[Yu](t),!t.entry){t.ignore=!0;return}t===this[pn]&&!t.piped&&this[Xs](t)}}}[pc](t){return{onwarn:(e,r,i)=>this.warn(e,r,i),noPax:this.noPax,cwd:this.cwd,absolute:t.absolute,preservePaths:this.preservePaths,maxReadSize:this.maxReadSize,strict:this.strict,portable:this.portable,linkCache:this.linkCache,statCache:this.statCache,noMtime:this.noMtime,mtime:this.mtime,prefix:this.prefix,onWriteEntry:this.onWriteEntry}}[Yu](t){this[bt]+=1;try{return new this[Qs](t.path,this[pc](t)).on("end",()=>this[xc](t)).on("error",e=>this.emit("error",e))}catch(e){this.emit("error",e)}}[mc](){this[pn]&&this[pn].entry&&this[pn].entry.resume()}[Xs](t){t.piped=!0,t.readdir&&t.readdir.forEach(i=>{let o=t.path,c=o==="./"?"":o.replace(/\/*$/,"/");this[Js](c+i)});let e=t.entry,r=this.zip;if(!e)throw new Error("cannot pipe without source");r?e.on("data",i=>{r.write(i)||e.pause()}):e.on("data",i=>{super.write(i)||e.pause()})}pause(){return this.zip&&this.zip.pause(),super.pause()}warn(t,e,r={}){co(this,t,e,r)}},Jc=class extends uo{sync=!0;constructor(t){super(t),this[Qs]=m_}pause(){}resume(){}[Oc](t){let e=this.follow?"statSync":"lstatSync";this[Vs](t,no[e](t.absolute))}[Lc](t){this[Zs](t,no.readdirSync(t.absolute))}[Xs](t){let e=t.entry,r=this.zip;if(t.readdir&&t.readdir.forEach(i=>{let o=t.path,c=o==="./"?"":o.replace(/\/*$/,"/");this[Js](c+i)}),!e)throw new Error("Cannot pipe without source");r?e.on("data",i=>{r.write(i)}):e.on("data",i=>{super[bf](i)})}},v_=(t,e)=>{let r=new Jc(t),i=new df(t.file,{mode:t.mode||438});r.pipe(i),vf(r,e)},S_=(t,e)=>{let r=new uo(t),i=new oo(t.file,{mode:t.mode||438});r.pipe(i);let o=new Promise((c,d)=>{i.on("error",d),i.on("close",c),r.on("error",d)});return Sf(r,e).catch(c=>r.emit("error",c)),o},vf=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?Tr({file:lf.resolve(t.cwd,r.slice(1)),sync:!0,noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r)}),t.end()},Sf=async(t,e)=>{for(let r of e)r.charAt(0)==="@"?await Tr({file:lf.resolve(String(t.cwd),r.slice(1)),noResume:!0,onReadEntry:i=>{t.add(i)}}):t.add(r);t.end()},I_=(t,e)=>{let r=new Jc(t);return vf(r,e),r},A_=(t,e)=>{let r=new uo(t);return Sf(r,e).catch(i=>r.emit("error",i)),r},oA=Oi(v_,S_,I_,A_,(t,e)=>{if(!e?.length)throw new TypeError("no paths specified to add to archive")}),T_=process.env.__FAKE_PLATFORM__||process.platform,Tf=T_==="win32",{O_CREAT:Rf,O_NOFOLLOW:Vu,O_TRUNC:Cf,O_WRONLY:Pf}=kf.constants,Df=Number(process.env.__FAKE_FS_O_FILENAME__)||kf.constants.UV_FS_O_FILEMAP||0,R_=Tf&&!!Df,C_=512*1024,P_=Df|Cf|Rf|Pf,Ju=!Tf&&typeof Vu=="number"?Vu|Cf|Rf|Pf:null,Of=Ju!==null?()=>Ju:R_?t=>t<C_?P_:"w":()=>"w",Nc=(t,e,r)=>{try{return fo.lchownSync(t,e,r)}catch(i){if(i?.code!=="ENOENT")throw i}},io=(t,e,r,i)=>{fo.lchown(t,e,r,o=>{i(o&&o?.code!=="ENOENT"?o:null)})},D_=(t,e,r,i,o)=>{if(e.isDirectory())Lf(Ai.resolve(t,e.name),r,i,c=>{if(c)return o(c);let d=Ai.resolve(t,e.name);io(d,r,i,o)});else{let c=Ai.resolve(t,e.name);io(c,r,i,o)}},Lf=(t,e,r,i)=>{fo.readdir(t,{withFileTypes:!0},(o,c)=>{if(o){if(o.code==="ENOENT")return i();if(o.code!=="ENOTDIR"&&o.code!=="ENOTSUP")return i(o)}if(o||!c.length)return io(t,e,r,i);let d=c.length,u=null,f=x=>{if(!u){if(x)return i(u=x);if(--d===0)return io(t,e,r,i)}};for(let x of c)D_(t,x,e,r,f)})},O_=(t,e,r,i)=>{e.isDirectory()&&Nf(Ai.resolve(t,e.name),r,i),Nc(Ai.resolve(t,e.name),r,i)},Nf=(t,e,r)=>{let i;try{i=fo.readdirSync(t,{withFileTypes:!0})}catch(o){let c=o;if(c?.code==="ENOENT")return;if(c?.code==="ENOTDIR"||c?.code==="ENOTSUP")return Nc(t,e,r);throw c}for(let o of i)O_(t,o,e,r);return Nc(t,e,r)},Mf=class extends Error{path;code;syscall="chdir";constructor(t,e){super(`${e}: Cannot cd into '${t}'`),this.path=t,this.code=e}get name(){return"CwdError"}},ho=class extends Error{path;symlink;syscall="symlink";code="TAR_SYMLINK_ERROR";constructor(t,e){super("TAR_SYMLINK_ERROR: Cannot extract through symbolic link"),this.symlink=t,this.path=e}get name(){return"SymlinkError"}},N_=(t,e)=>{ct.stat(t,(r,i)=>{(r||!i.isDirectory())&&(r=new Mf(t,r?.code||"ENOTDIR")),e(r)})},M_=(t,e,r)=>{t=Q(t);let i=e.umask??18,o=e.mode|448,c=(o&i)!==0,d=e.uid,u=e.gid,f=typeof d=="number"&&typeof u=="number"&&(d!==e.processUid||u!==e.processGid),x=e.preserve,g=e.unlink,w=Q(e.cwd),S=(v,I)=>{v?r(v):I&&f?Lf(I,d,u,A=>S(A)):c?ct.chmod(t,o,r):r()};if(t===w)return N_(t,S);if(x)return L_.mkdir(t,{mode:o,recursive:!0}).then(v=>S(null,v??void 0),S);let y=Q(so.relative(w,t)).split("/");Mc(w,y,o,g,w,void 0,S)},Mc=(t,e,r,i,o,c,d)=>{if(e.length===0)return d(null,c);let u=e.shift(),f=Q(so.resolve(t+"/"+u));ct.mkdir(f,r,Bf(f,e,r,i,o,c,d))},Bf=(t,e,r,i,o,c,d)=>u=>{u?ct.lstat(t,(f,x)=>{if(f)f.path=f.path&&Q(f.path),d(f);else if(x.isDirectory())Mc(t,e,r,i,o,c,d);else if(i)ct.unlink(t,g=>{if(g)return d(g);ct.mkdir(t,r,Bf(t,e,r,i,o,c,d))});else{if(x.isSymbolicLink())return d(new ho(t,t+"/"+e.join("/")));d(u)}}):(c=c||t,Mc(t,e,r,i,o,c,d))},B_=t=>{let e=!1,r;try{e=ct.statSync(t).isDirectory()}catch(i){r=i?.code}finally{if(!e)throw new Mf(t,r??"ENOTDIR")}},F_=(t,e)=>{t=Q(t);let r=e.umask??18,i=e.mode|448,o=(i&r)!==0,c=e.uid,d=e.gid,u=typeof c=="number"&&typeof d=="number"&&(c!==e.processUid||d!==e.processGid),f=e.preserve,x=e.unlink,g=Q(e.cwd),w=v=>{v&&u&&Nf(v,c,d),o&&ct.chmodSync(t,i)};if(t===g)return B_(g),w();if(f)return w(ct.mkdirSync(t,{mode:i,recursive:!0})??void 0);let S=Q(so.relative(g,t)).split("/"),y;for(let v=S.shift(),I=g;v&&(I+="/"+v);v=S.shift()){I=Q(so.resolve(I));try{ct.mkdirSync(I,i),y=y||I}catch{let A=ct.lstatSync(I);if(A.isDirectory())continue;if(x){ct.unlinkSync(I),ct.mkdirSync(I,i),y=y||I;continue}else if(A.isSymbolicLink())return new ho(I,I+"/"+S.join("/"))}}return w(y)},gc=Object.create(null),Zu=1e4,_r=new Set,z_=t=>{_r.has(t)?_r.delete(t):gc[t]=t.normalize("NFD").toLocaleLowerCase("en").toLocaleUpperCase("en"),_r.add(t);let e=gc[t],r=_r.size-Zu;if(r>Zu/10){for(let i of _r)if(_r.delete(i),delete gc[i],--r<=0)break}return e},U_=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,G_=U_==="win32",H_=t=>t.split("/").slice(0,-1).reduce((e,r)=>{let i=e.at(-1);return i!==void 0&&(r=Ff(i,r)),e.push(r||"/"),e},[]),q_=class{#e=new Map;#n=new Map;#r=new Set;reserve(t,e){t=G_?["win32 parallelization disabled"]:t.map(i=>Ii(Ff(z_(i))));let r=new Set(t.map(i=>H_(i)).reduce((i,o)=>i.concat(o)));this.#n.set(e,{dirs:r,paths:t});for(let i of t){let o=this.#e.get(i);o?o.push(e):this.#e.set(i,[e])}for(let i of r){let o=this.#e.get(i);if(!o)this.#e.set(i,[new Set([e])]);else{let c=o.at(-1);c instanceof Set?c.add(e):o.push(new Set([e]))}}return this.#i(e)}#s(t){let e=this.#n.get(t);if(!e)throw new Error("function does not have any path reservations");return{paths:e.paths.map(r=>this.#e.get(r)),dirs:[...e.dirs].map(r=>this.#e.get(r))}}check(t){let{paths:e,dirs:r}=this.#s(t);return e.every(i=>i&&i[0]===t)&&r.every(i=>i&&i[0]instanceof Set&&i[0].has(t))}#i(t){return this.#r.has(t)||!this.check(t)?!1:(this.#r.add(t),t(()=>this.#t(t)),!0)}#t(t){if(!this.#r.has(t))return!1;let e=this.#n.get(t);if(!e)throw new Error("invalid reservation");let{paths:r,dirs:i}=e,o=new Set;for(let c of r){let d=this.#e.get(c);if(!d||d?.[0]!==t)continue;let u=d[1];if(!u){this.#e.delete(c);continue}if(d.shift(),typeof u=="function")o.add(u);else for(let f of u)o.add(f)}for(let c of i){let d=this.#e.get(c),u=d?.[0];if(!(!d||!(u instanceof Set)))if(u.size===1&&d.length===1){this.#e.delete(c);continue}else if(u.size===1){d.shift();let f=d[0];typeof f=="function"&&o.add(f)}else u.delete(t)}return this.#r.delete(t),o.forEach(c=>this.#i(c)),!0}},j_=()=>process.umask(),Xu=Symbol("onEntry"),Bc=Symbol("checkFs"),Qu=Symbol("checkFs2"),Fc=Symbol("isReusable"),ht=Symbol("makeFs"),zc=Symbol("file"),Uc=Symbol("directory"),eo=Symbol("link"),ef=Symbol("symlink"),tf=Symbol("hardlink"),vi=Symbol("ensureNoSymlink"),nf=Symbol("unsupported"),rf=Symbol("checkPath"),wc=Symbol("stripAbsolutePath"),yn=Symbol("mkdir"),qe=Symbol("onError"),qs=Symbol("pending"),sf=Symbol("pend"),yr=Symbol("unpend"),_c=Symbol("ended"),yc=Symbol("maybeClose"),Gc=Symbol("skip"),ki=Symbol("doChown"),Ti=Symbol("uid"),Ri=Symbol("gid"),Ci=Symbol("checkedCwd"),W_=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Pi=W_==="win32",K_=1024,$_=(t,e)=>{if(!Pi)return ie.unlink(t,e);let r=t+".DELETE."+Af(16).toString("hex");ie.rename(t,r,i=>{if(i)return e(i);ie.unlink(r,e)})},Y_=t=>{if(!Pi)return ie.unlinkSync(t);let e=t+".DELETE."+Af(16).toString("hex");ie.renameSync(t,e),ie.unlinkSync(e)},of=(t,e,r)=>t!==void 0&&t===t>>>0?t:e!==void 0&&e===e>>>0?e:r,Zc=class extends Di{[_c]=!1;[Ci]=!1;[qs]=0;reservations=new q_;transform;writable=!0;readable=!1;uid;gid;setOwner;preserveOwner;processGid;processUid;maxDepth;forceChown;win32;newer;keep;noMtime;preservePaths;unlink;cwd;strip;processUmask;umask;dmode;fmode;chmod;constructor(t={}){if(t.ondone=()=>{this[_c]=!0,this[yc]()},super(t),this.transform=t.transform,this.chmod=!!t.chmod,typeof t.uid=="number"||typeof t.gid=="number"){if(typeof t.uid!="number"||typeof t.gid!="number")throw new TypeError("cannot set owner without number uid and gid");if(t.preserveOwner)throw new TypeError("cannot preserve owner in archive and also set owner explicitly");this.uid=t.uid,this.gid=t.gid,this.setOwner=!0}else this.uid=void 0,this.gid=void 0,this.setOwner=!1;this.preserveOwner=t.preserveOwner===void 0&&typeof t.uid!="number"?!!(process.getuid&&process.getuid()===0):!!t.preserveOwner,this.processUid=(this.preserveOwner||this.setOwner)&&process.getuid?process.getuid():void 0,this.processGid=(this.preserveOwner||this.setOwner)&&process.getgid?process.getgid():void 0,this.maxDepth=typeof t.maxDepth=="number"?t.maxDepth:K_,this.forceChown=t.forceChown===!0,this.win32=!!t.win32||Pi,this.newer=!!t.newer,this.keep=!!t.keep,this.noMtime=!!t.noMtime,this.preservePaths=!!t.preservePaths,this.unlink=!!t.unlink,this.cwd=Q(Me.resolve(t.cwd||process.cwd())),this.strip=Number(t.strip)||0,this.processUmask=this.chmod?typeof t.processUmask=="number"?t.processUmask:j_():0,this.umask=typeof t.umask=="number"?t.umask:this.processUmask,this.dmode=t.dmode||511&~this.umask,this.fmode=t.fmode||438&~this.umask,this.on("entry",e=>this[Xu](e))}warn(t,e,r={}){return(t==="TAR_BAD_ARCHIVE"||t==="TAR_ABORT")&&(r.recoverable=!1),super.warn(t,e,r)}[yc](){this[_c]&&this[qs]===0&&(this.emit("prefinish"),this.emit("finish"),this.emit("end"))}[wc](t,e){let r=t[e],{type:i}=t;if(!r||this.preservePaths)return!0;let[o,c]=$c(r),d=c.replaceAll(/\\/g,"/").split("/");if(d.includes("..")||Pi&&/^[a-z]:\.\.$/i.test(d[0]??"")){if(e==="path"||i==="Link")return this.warn("TAR_ENTRY_ERROR",`${e} contains '..'`,{entry:t,[e]:r}),!1;let u=Me.posix.dirname(t.path),f=Me.posix.normalize(Me.posix.join(u,d.join("/")));if(f.startsWith("../")||f==="..")return this.warn("TAR_ENTRY_ERROR",`${e} escapes extraction directory`,{entry:t,[e]:r}),!1}return o&&(t[e]=String(c),this.warn("TAR_ENTRY_INFO",`stripping ${o} from absolute ${e}`,{entry:t,[e]:r})),!0}[rf](t){let e=Q(t.path),r=e.split("/");if(this.strip){if(r.length<this.strip)return!1;if(t.type==="Link"){let i=Q(String(t.linkpath)).split("/");if(i.length>=this.strip)t.linkpath=i.slice(this.strip).join("/");else return!1}r.splice(0,this.strip),t.path=r.join("/")}if(isFinite(this.maxDepth)&&r.length>this.maxDepth)return this.warn("TAR_ENTRY_ERROR","path excessively deep",{entry:t,path:e,depth:r.length,maxDepth:this.maxDepth}),!1;if(!this[wc](t,"path")||!this[wc](t,"linkpath"))return!1;if(t.absolute=Me.isAbsolute(t.path)?Q(Me.resolve(t.path)):Q(Me.resolve(this.cwd,t.path)),!this.preservePaths&&typeof t.absolute=="string"&&t.absolute.indexOf(this.cwd+"/")!==0&&t.absolute!==this.cwd)return this.warn("TAR_ENTRY_ERROR","path escaped extraction target",{entry:t,path:Q(t.path),resolvedPath:t.absolute,cwd:this.cwd}),!1;if(t.absolute===this.cwd&&t.type!=="Directory"&&t.type!=="GNUDumpDir")return!1;if(this.win32){let{root:i}=Me.win32.parse(String(t.absolute));t.absolute=i+zu(String(t.absolute).slice(i.length));let{root:o}=Me.win32.parse(t.path);t.path=o+zu(t.path.slice(o.length))}return!0}[Xu](t){if(!this[rf](t))return t.resume();switch(k_.equal(typeof t.absolute,"string"),t.type){case"Directory":case"GNUDumpDir":t.mode&&(t.mode=t.mode|448);case"File":case"OldFile":case"ContiguousFile":case"Link":case"SymbolicLink":return this[Bc](t);default:return this[nf](t)}}[qe](t,e){t.name==="CwdError"?this.emit("error",t):(this.warn("TAR_ENTRY_ERROR",t,{entry:e}),this[yr](),e.resume())}[yn](t,e,r){M_(Q(t),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cwd:this.cwd,mode:e},r)}[ki](t){return this.forceChown||this.preserveOwner&&(typeof t.uid=="number"&&t.uid!==this.processUid||typeof t.gid=="number"&&t.gid!==this.processGid)||typeof this.uid=="number"&&this.uid!==this.processUid||typeof this.gid=="number"&&this.gid!==this.processGid}[Ti](t){return of(this.uid,t.uid,this.processUid)}[Ri](t){return of(this.gid,t.gid,this.processGid)}[zc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.fmode,i=new oo(String(t.absolute),{flags:Of(t.size),mode:r,autoClose:!1});i.on("error",u=>{i.fd&&ie.close(i.fd,()=>{}),i.write=()=>!0,this[qe](u,t),e()});let o=1,c=u=>{if(u){i.fd&&ie.close(i.fd,()=>{}),this[qe](u,t),e();return}--o===0&&i.fd!==void 0&&ie.close(i.fd,f=>{f?this[qe](f,t):this[yr](),e()})};i.on("finish",()=>{let u=String(t.absolute),f=i.fd;if(typeof f=="number"&&t.mtime&&!this.noMtime){o++;let x=t.atime||new Date,g=t.mtime;ie.futimes(f,x,g,w=>w?ie.utimes(u,x,g,S=>c(S&&w)):c())}if(typeof f=="number"&&this[ki](t)){o++;let x=this[Ti](t),g=this[Ri](t);typeof x=="number"&&typeof g=="number"&&ie.fchown(f,x,g,w=>w?ie.chown(u,x,g,S=>c(S&&w)):c())}c()});let d=this.transform&&this.transform(t)||t;d!==t&&(d.on("error",u=>{this[qe](u,t),e()}),t.pipe(d)),d.pipe(i)}[Uc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.dmode;this[yn](String(t.absolute),r,i=>{if(i){this[qe](i,t),e();return}let o=1,c=()=>{--o===0&&(e(),this[yr](),t.resume())};t.mtime&&!this.noMtime&&(o++,ie.utimes(String(t.absolute),t.atime||new Date,t.mtime,c)),this[ki](t)&&(o++,ie.chown(String(t.absolute),Number(this[Ti](t)),Number(this[Ri](t)),c)),c()})}[nf](t){t.unsupported=!0,this.warn("TAR_ENTRY_UNSUPPORTED",`unsupported entry type: ${t.type}`,{entry:t}),t.resume()}[ef](t,e){let r=Q(Me.relative(this.cwd,Me.resolve(Me.dirname(String(t.absolute)),String(t.linkpath)))).split("/");this[vi](t,this.cwd,r,()=>this[eo](t,String(t.linkpath),"symlink",e),i=>{this[qe](i,t),e()})}[tf](t,e){let r=Q(Me.resolve(this.cwd,String(t.linkpath))),i=Q(String(t.linkpath)).split("/");this[vi](t,this.cwd,i,()=>this[eo](t,r,"link",e),o=>{this[qe](o,t),e()})}[vi](t,e,r,i,o){let c=r.shift();if(this.preservePaths||c===void 0)return i();let d=Me.resolve(e,c);ie.lstat(d,(u,f)=>{if(u)return i();if(f?.isSymbolicLink())return o(new ho(d,Me.resolve(d,r.join("/"))));this[vi](t,d,r,i,o)})}[sf](){this[qs]++}[yr](){this[qs]--,this[yc]()}[Gc](t){this[yr](),t.resume()}[Fc](t,e){return t.type==="File"&&!this.unlink&&e.isFile()&&e.nlink<=1&&!Pi}[Bc](t){this[sf]();let e=[t.path];t.linkpath&&e.push(t.linkpath),this.reservations.reserve(e,r=>this[Qu](t,r))}[Qu](t,e){let r=d=>{e(d)},i=()=>{this[yn](this.cwd,this.dmode,d=>{if(d){this[qe](d,t),r();return}this[Ci]=!0,o()})},o=()=>{if(t.absolute!==this.cwd){let d=Q(Me.dirname(String(t.absolute)));if(d!==this.cwd)return this[yn](d,this.dmode,u=>{if(u){this[qe](u,t),r();return}c()})}c()},c=()=>{ie.lstat(String(t.absolute),(d,u)=>{if(u&&(this.keep||this.newer&&u.mtime>(t.mtime??u.mtime))){this[Gc](t),r();return}if(d||this[Fc](t,u))return this[ht](null,t,r);if(u.isDirectory()){if(t.type==="Directory"){let f=this.chmod&&t.mode&&(u.mode&4095)!==t.mode,x=g=>this[ht](g??null,t,r);return f?ie.chmod(String(t.absolute),Number(t.mode),x):x()}if(t.absolute!==this.cwd)return ie.rmdir(String(t.absolute),f=>this[ht](f??null,t,r))}if(t.absolute===this.cwd)return this[ht](null,t,r);$_(String(t.absolute),f=>this[ht](f??null,t,r))})};this[Ci]?o():i()}[ht](t,e,r){if(t){this[qe](t,e),r();return}switch(e.type){case"File":case"OldFile":case"ContiguousFile":return this[zc](e,r);case"Link":return this[tf](e,r);case"SymbolicLink":return this[ef](e,r);case"Directory":case"GNUDumpDir":return this[Uc](e,r)}}[eo](t,e,r,i){ie[r](e,String(t.absolute),o=>{o?this[qe](o,t):(this[yr](),t.resume()),i()})}},Ei=t=>{try{return[null,t()]}catch(e){return[e,null]}},zf=class extends Zc{sync=!0;[ht](t,e){return super[ht](t,e,()=>{})}[Bc](t){if(!this[Ci]){let o=this[yn](this.cwd,this.dmode);if(o)return this[qe](o,t);this[Ci]=!0}if(t.absolute!==this.cwd){let o=Q(Me.dirname(String(t.absolute)));if(o!==this.cwd){let c=this[yn](o,this.dmode);if(c)return this[qe](c,t)}}let[e,r]=Ei(()=>ie.lstatSync(String(t.absolute)));if(r&&(this.keep||this.newer&&r.mtime>(t.mtime??r.mtime)))return this[Gc](t);if(e||this[Fc](t,r))return this[ht](null,t);if(r.isDirectory()){if(t.type==="Directory"){let c=this.chmod&&t.mode&&(r.mode&4095)!==t.mode,[d]=c?Ei(()=>{ie.chmodSync(String(t.absolute),Number(t.mode))}):[];return this[ht](d,t)}let[o]=Ei(()=>ie.rmdirSync(String(t.absolute)));this[ht](o,t)}let[i]=t.absolute===this.cwd?[]:Ei(()=>Y_(String(t.absolute)));this[ht](i,t)}[zc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.fmode,i=d=>{let u;try{ie.closeSync(o)}catch(f){u=f}(d||u)&&this[qe](d||u,t),e()},o;try{o=ie.openSync(String(t.absolute),Of(t.size),r)}catch(d){return i(d)}let c=this.transform&&this.transform(t)||t;c!==t&&(c.on("error",d=>this[qe](d,t)),t.pipe(c)),c.on("data",d=>{try{ie.writeSync(o,d,0,d.length)}catch(u){i(u)}}),c.on("end",()=>{let d=null;if(t.mtime&&!this.noMtime){let u=t.atime||new Date,f=t.mtime;try{ie.futimesSync(o,u,f)}catch(x){try{ie.utimesSync(String(t.absolute),u,f)}catch{d=x}}}if(this[ki](t)){let u=this[Ti](t),f=this[Ri](t);try{ie.fchownSync(o,Number(u),Number(f))}catch(x){try{ie.chownSync(String(t.absolute),Number(u),Number(f))}catch{d=d||x}}}i(d)})}[Uc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.dmode,i=this[yn](String(t.absolute),r);if(i){this[qe](i,t),e();return}if(t.mtime&&!this.noMtime)try{ie.utimesSync(String(t.absolute),t.atime||new Date,t.mtime)}catch{}if(this[ki](t))try{ie.chownSync(String(t.absolute),Number(this[Ti](t)),Number(this[Ri](t)))}catch{}e(),t.resume()}[yn](t,e){try{return F_(Q(t),{uid:this.uid,gid:this.gid,processUid:this.processUid,processGid:this.processGid,umask:this.processUmask,preserve:this.preservePaths,unlink:this.unlink,cwd:this.cwd,mode:e})}catch(r){return r}}[vi](t,e,r,i,o){if(this.preservePaths||r.length===0)return i();let c=e;for(let d of r){c=Me.resolve(c,d);let[u,f]=Ei(()=>ie.lstatSync(c));if(u)return i();if(f.isSymbolicLink())return o(new ho(c,Me.resolve(e,r.join("/"))))}i()}[eo](t,e,r,i){let o=`${r}Sync`;try{ie[o](e,String(t.absolute)),i(),t.resume()}catch(c){return this[qe](c,t)}}},V_=t=>{let e=new zf(t),r=t.file,i=If.statSync(r),o=t.maxReadSize||16*1024*1024;new xw(r,{readSize:o,size:i.size}).pipe(e)},J_=(t,e)=>{let r=new Zc(t),i=t.maxReadSize||16*1024*1024,o=t.file;return new Promise((c,d)=>{r.on("error",d),r.on("close",c),If.stat(o,(u,f)=>{if(u)d(u);else{let x=new qc(o,{readSize:i,size:f.size});x.on("error",d),x.pipe(r)}})})},Uf=Oi(V_,J_,t=>new zf(t),t=>new Zc(t),(t,e)=>{e?.length&&wf(t,e)}),Z_=(t,e)=>{let r=new Jc(t),i=!0,o,c;try{try{o=at.openSync(t.file,"r+")}catch(f){if(f?.code==="ENOENT")o=at.openSync(t.file,"w+");else throw f}let d=at.fstatSync(o),u=Buffer.alloc(512);e:for(c=0;c<d.size;c+=512){for(let g=0,w=0;g<512;g+=w){if(w=at.readSync(o,u,g,u.length-g,c+g),c===0&&u[0]===31&&u[1]===139)throw new Error("cannot append to compressed archives");if(!w)break e}let f=new jn(u);if(!f.cksumValid)break;let x=512*Math.ceil((f.size||0)/512);if(c+x+512>d.size)break;c+=x,t.mtimeCache&&f.mtime&&t.mtimeCache.set(String(f.path),f.mtime)}i=!1,X_(t,r,c,o,e)}finally{if(i)try{at.closeSync(o)}catch{}}},X_=(t,e,r,i,o)=>{let c=new df(t.file,{fd:i,start:r});e.pipe(c),ey(e,o)},Q_=(t,e)=>{e=Array.from(e);let r=new uo(t),i=(o,c,d)=>{let u=(S,y)=>{S?at.close(o,v=>d(S)):d(null,y)},f=0;if(c===0)return u(null,0);let x=0,g=Buffer.alloc(512),w=(S,y)=>{if(S||y===void 0)return u(S);if(x+=y,x<512&&y)return at.read(o,g,x,g.length-x,f+x,w);if(f===0&&g[0]===31&&g[1]===139)return u(new Error("cannot append to compressed archives"));if(x<512)return u(null,f);let v=new jn(g);if(!v.cksumValid)return u(null,f);let I=512*Math.ceil((v.size??0)/512);if(f+I+512>c||(f+=I+512,f>=c))return u(null,f);t.mtimeCache&&v.mtime&&t.mtimeCache.set(String(v.path),v.mtime),x=0,at.read(o,g,0,512,f,w)};at.read(o,g,0,512,f,w)};return new Promise((o,c)=>{r.on("error",c);let d="r+",u=(f,x)=>{if(f&&f.code==="ENOENT"&&d==="r+")return d="w+",at.open(t.file,d,u);if(f||!x)return c(f);at.fstat(x,(g,w)=>{if(g)return at.close(x,()=>c(g));i(x,w.size,(S,y)=>{if(S)return c(S);let v=new oo(t.file,{fd:x,start:y});r.pipe(v),v.on("error",c),v.on("close",o),ty(r,e)})})};at.open(t.file,d,u)})},ey=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?Tr({file:Gf.resolve(t.cwd,r.slice(1)),sync:!0,noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r)}),t.end()},ty=async(t,e)=>{for(let r of e)r.charAt(0)==="@"?await Tr({file:Gf.resolve(String(t.cwd),r.slice(1)),noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r);t.end()},bi=Oi(Z_,Q_,()=>{throw new TypeError("file is required")},()=>{throw new TypeError("file is required")},(t,e)=>{if(!bw(t))throw new TypeError("file is required");if(t.gzip||t.brotli||t.zstd||t.file.endsWith(".br")||t.file.endsWith(".tbr"))throw new TypeError("cannot append to compressed archives");if(!e?.length)throw new TypeError("no paths specified to add/replace")}),EA=Oi(bi.syncFile,bi.asyncFile,bi.syncNoFile,bi.asyncNoFile,(t,e=[])=>{bi.validate?.(t,e),ny(t)}),ny=t=>{let e=t.filter;t.mtimeCache||(t.mtimeCache=new Map),t.filter=e?(r,i)=>e(r,i)&&!((t.mtimeCache?.get(r)??i.mtime??0)>(i.mtime??0)):(r,i)=>!((t.mtimeCache?.get(r)??i.mtime??0)>(i.mtime??0))};jt();var xt={PAIR:"_agent/pair",CREATE:"_agent/create",HEALTH:"_agent/health",LIST_SKILLS:"_agent/listSkills",ADD_SKILLS:"_agent/addSkills",REMOVE_SKILLS:"_agent/removeSkills",GET_FILE_TREE:"_agent/getFileTree",GET_FILE_CONTENT:"_agent/getFileContent",DETAIL:"_agent/detail",UPDATE:"_agent/update",DISCONNECT:"_agent/disconnect",SWITCH_MODEL:"_agent/switchModel",GEN_MODEL_TOKEN:"_agent/genModelToken",RESET:"_agent/reset",REPAIR:"_agent/repair",UPGRADE:"_agent/upgrade",DELETE:"_agent/delete",PUBLISH_SKILL:"_agent/publishSkill"};function xo(t){return t?.cozeDeployType==="cloud"?"cloud":"local"}function Hf(t){let e=t?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function po(t){let e=t?.cozeGroupId?.trim();if(!(!e||e==="0"))return e}function qf(t){let e=t?.permissionMode;if(typeof e!="string")return;let r=e.trim();return r===""?void 0:r}function jf(t){let{_meta:e,...r}=t;return{stripped:r,meta:e}}function Kn(t){if(!t?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return t.cozeAgentId}Zt();Ke();te();Re();Ke();function Rr(t,e){if(xo(t)!=="cloud")throw new k("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function Li(t){return t.startsWith("http://")||t.startsWith("https://")}function Cr(t){return t.endsWith("/")?t.slice(0,-1):t}import{readFileSync as fk}from"node:fs";import{dirname as xk,join as pk}from"node:path";import{fileURLToPath as gk}from"node:url";var Nt="0.2.7-alpha.102";import{mkdir as wy,rm as d0}from"node:fs/promises";import{join as zi}from"node:path";qt();import{readFileSync as ly}from"node:fs";var uy=384;async function Xc(t,e=process.env){let r={};for(let[i,o]of Object.entries(e))typeof o=="string"&&(r[i]=o);await ur(t.agentEnvFile,r,{mode:uy})}function Ni(t){try{let e=JSON.parse(ly(t,"utf8"));return e&&typeof e=="object"&&!Array.isArray(e)?e:{}}catch{return{}}}function Yf(t,e,r={},i=o=>o){return{...i({...t,...Ni(e)}),...r}}qt();function Mi(t){let e=[],r=Object.keys(t).sort();for(let i of r){let o=t[i];o!==void 0&&(fy(o)||e.push(`${i}=${o}`))}return e.length===0?"":`${e.join(`
|
|
92
92
|
`)}
|
|
93
93
|
`}function fy(t){if(t.includes(`
|
|
94
|
-
`)||t.includes("\r")||t.includes("$")||t.includes("#"))return!0;let e=t[0];return e==="'"||e==='"'}te();Re();import{homedir as py}from"node:os";import{join as my}from"node:path"
|
|
95
|
-
`)}}function
|
|
94
|
+
`)||t.includes("\r")||t.includes("$")||t.includes("#"))return!0;let e=t[0];return e==="'"||e==='"'}te();Re();import{homedir as py}from"node:os";import{join as my}from"node:path";Ke();te();var mo="1008033",Vf="1289";var Jf="pbbp2",Zf="https://www.coze.cn",Xf="/api/coze_claw/resource/get_frontier_key",hy="https://www.coze.cn",xy="wss://frontier.coze.cn";function Pr(t){return t??process.env.COZE_BRIDGE_HANDSHAKE_URL??hy}function Qf(t){return t??process.env.COZE_BRIDGE_FRONTIER_URL??xy}function vn(t){let e={},r=t?.ttEnv??process.env.COZE_BRIDGE_TT_ENV,i=t?.usePpe??process.env.COZE_BRIDGE_USE_PPE;return r&&(e["x-tt-env"]=r),i&&(e["x-use-ppe"]=i),e}function Fi(t){return t?t.startsWith("boe_")?{ttEnv:t}:{ttEnv:t,usePpe:"1"}:{}}var Bi=G("handshake");async function Qc(t){let e=Pr(t.endpoint),r=t.timeoutMs??1e4,i=`${Cr(e)}${Xf}?aid=${encodeURIComponent(mo)}`,o={Authorization:`Bearer ${t.privatecode}`,Accept:"application/json",...vn(t.ppeOverride)},c=new AbortController,d=setTimeout(()=>c.abort(),r);Bi.info("frontier key handshake",{base:e});try{let u=await fetch(i,{method:"GET",headers:o,signal:c.signal}),f=u.headers.get("x-tt-logid")??"",x=u.headers.get("x-tt-trace-id")??"";if(!u.ok){let v=await u.text().catch(()=>"");throw new k("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${u.status} logid=${f}: ${v.slice(0,200)}`)}let g=await u.json();if(g.code!==void 0&&g.code!==0)throw new k("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${g.code} msg=${g.msg??"-"} logid=${f}`);let w=g.data??{},S=typeof w.access_key=="string"&&w.access_key||typeof w.accessKey=="string"&&w.accessKey||void 0,y=typeof w.device_id=="string"&&w.device_id||typeof w.deviceId=="string"&&w.deviceId||void 0;if(!S||!y){let v=JSON.stringify(g).slice(0,500);throw new k("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id (also tried camelCase) logid=${f}: ${v}`)}return Bi.info("handshake ok",{remoteDeviceId:y,logid:f,traceId:x}),{accessKey:S,deviceId:y}}catch(u){if(u instanceof k)throw Bi.error("handshake failed (bridge error)",{base:e,message:u.message,code:u.code}),u;if(u.name==="AbortError")throw Bi.warn("handshake timeout",{base:e,timeoutMs:r}),new k("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${r}ms)`,{cause:u});let f=u.cause;throw Bi.error("handshake error",{base:e,message:u instanceof Error?u.message:String(u),errno:f?.code,syscall:f?.syscall,cause:String(u).slice(0,300)}),new k("UPSTREAM_HANDSHAKE_FAILED",String(u),{cause:u})}finally{clearTimeout(d)}}var wo=process.env.COZE_BRIDGE_LLM_GATEWAY_URL?.trim()||"https://llm-gateway.coze.cn",It="auto",go=19e4,e0=8192;function n0(t){return{model:ed(t.model)??It,...t.modelToken?{modelToken:t.modelToken}:{}}}function r0(t){return!t||t===It}var gy=new Set(["auto","\u81EA\u52A8"]);function ed(t){let e=t?.trim();if(e)return gy.has(e.toLowerCase())?It:e}function i0(t){let e={};if(t.modelToken){e.ANTHROPIC_BASE_URL=wo,e.ANTHROPIC_AUTH_TOKEN=t.modelToken;let r=t.model||It;e.ANTHROPIC_MODEL=r,e.ANTHROPIC_SMALL_FAST_MODEL=r,e.ANTHROPIC_DEFAULT_HAIKU_MODEL=r,e.ANTHROPIC_DEFAULT_OPUS_MODEL=r,e.ANTHROPIC_DEFAULT_SONNET_MODEL=r,e.CLAUDE_CODE_SUBAGENT_MODEL=r,e.CLAUDE_CODE_ATTRIBUTION_HEADER="0",t.modelInfo?.contextWindow&&(e.CLAUDE_CODE_MAX_CONTEXT_TOKENS=String(t.modelInfo.contextWindow)),t.modelInfo?.maxOutput&&(e.CLAUDE_CODE_MAX_OUTPUT_TOKENS=String(t.modelInfo.maxOutput))}else r0(t.model)||(e.ANTHROPIC_MODEL=t.model);return e}function s0(t,e,r){let i={};if(t.modelToken?i.model=t.model||It:r0(t.model)||(i.model=t.model),t.modelToken){let o={name:"coze",base_url:`${wo}/v1`,env_key:"CODEX_API_KEY",wire_api:"responses",requires_openai_auth:!1,supports_websockets:!1},c=_o(e,r);Object.keys(c).length>0&&(o.http_headers=c),i.model_providers={coze:o},i.model_context_window=t.modelInfo?.contextWindow??go}return Object.keys(i).length===0?{}:{CODEX_CONFIG:JSON.stringify(i),...t.modelToken?{MODEL_PROVIDER:"coze"}:{}}}function o0(t){return t.modelToken?{CODEX_API_KEY:t.modelToken,OPENAI_API_KEY:t.modelToken}:{}}function _o(t,e){let{ttEnv:r,usePpe:i}=Fi(t),o={};return r&&(o["x-tt-env"]=r),i&&(o["x-use-ppe"]=i),e&&(o["x-mock-scenario"]=e),o}function a0(t,e,r){if(!t.modelToken)return{};let i=_o(e,r);return Object.keys(i).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(i).map(([c,d])=>`${c}:${d}`).join(`
|
|
95
|
+
`)}}function td(t){return`coze-session-${t.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function nd(t){return t.model||It}function t0(t,e,r,i){return{id:t,name:t,reasoning:!1,input:e,cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:r,maxTokens:i,api:"openai-completions"}}function c0(t,e,r,i){if(!t.modelToken)return null;let o=nd(t),c=_o(e,r),d=["text"];t.modelInfo?.capabilities?.image===!0&&d.push("image");let u=[t0(o,d,t.modelInfo?.contextWindow??go,t.modelInfo?.maxOutput??e0)],f=new Set([o]);for(let g of i??[])!g||f.has(g)||(f.add(g),u.push(t0(g,["text"],go,e0)));let x={baseUrl:`${wo}/v1`,api:"openai-completions",apiKey:t.modelToken,models:u};return Object.keys(c).length>0&&(x.headers=c),x}function rd(t,e,r){let i=_o(e,r),o=t.modelInfo?.contextWindow??go,d=["model:"," provider: custom",` default: ${t.model||It}`,` base_url: ${wo}/v1`,` context_length: ${o}`];if(t.modelToken&&d.push(` api_key: ${JSON.stringify(t.modelToken)}`),Object.keys(i).length>0){d.push(" default_headers:");for(let[u,f]of Object.entries(i))d.push(` ${u}: ${JSON.stringify(f)}`)}return d.push("compression:"),d.push(" threshold: 0.8"),d.push("approvals:"),d.push(` mode: ${JSON.stringify("off")}`),d.push(` cron_mode: ${JSON.stringify("approve")}`),d.push("skills:"),d.push(" external_dirs:"),d.push(` - ${my(py(),".hermes","skills")}`),`${d.join(`
|
|
96
96
|
`)}
|
|
97
|
-
`}var
|
|
98
|
-
`).slice(1,6).join(" | ")}),await
|
|
99
|
-
`).slice(1,6).join(" | ")}),await
|
|
100
|
-
`).slice(1,6).join(" | ")});let i=await ve(r),o=e._meta?.cozeDeployType==="cloud"||e._meta?.cozeDeployType==="local"?e._meta.cozeDeployType:void 0,c=e.deployType??o??i?.deployType??"local";this.opts.disposeForDelete&&await this.opts.disposeForDelete(r,e.reason??"delete");let d=
|
|
97
|
+
`}var $n=G("hermes-config"),l0="dont_ask",u0="default";function Yn(t,e){return zi(Fe(t,e).root,"hermes-home")}async function _y(t){let e=Yn(t.agentId,t.paths);await wy(e,{recursive:!0,mode:448});let r=Mi({...process.env,...Ni(t.paths.agentEnvFile)});await ut(zi(e,".env"),r,{mode:384});let i=rd(t.modelConfig,t.cozeEnv,t.mockScenario);await ut(zi(e,"config.yaml"),i,{mode:384}),$n.info("hermes home bootstrapped",{agentId:t.agentId,home:e,envBytes:r.length,yamlBytes:i.length})}async function f0(t){let e=Yn(t.agentId,t.paths),r=zi(e,"state.db"),i=zi(e,"config.yaml");$n.warn("[AUDIT] ABOUT TO RM hermes state.db (resetHermesHome)",{src:"hermes-config.resetHermesHome",agentId:t.agentId,home:e,stateDb:r,callerStack:new Error("resetHermesHome-caller").stack?.split(`
|
|
98
|
+
`).slice(1,6).join(" | ")}),await d0(r,{force:!0}).catch(c=>$n.warn("hermes reset: rm state.db failed (ignored)",{agentId:t.agentId,err:String(c)}));let o=rd({model:t.model,modelInfo:t.modelInfo},t.cozeEnv,t.mockScenario);await ut(i,o,{mode:384}).catch(c=>$n.warn("hermes reset: write config.yaml failed (ignored)",{agentId:t.agentId,err:String(c)})),$n.info("hermes reset complete",{agentId:t.agentId,removed:["state.db"],rewrote:["config.yaml"]})}async function sd(t,e){let r=Yn(t,e);$n.warn("[AUDIT] ABOUT TO RM hermes-home (cleanupHermesHome)",{src:"hermes-config.cleanupHermesHome",agentId:t,home:r,callerStack:new Error("cleanupHermesHome-caller").stack?.split(`
|
|
99
|
+
`).slice(1,6).join(" | ")}),await d0(r,{recursive:!0,force:!0}).catch(i=>$n.warn("hermes-home cleanup failed (ignored)",{agentId:t,err:String(i)}))}var id=new Map;function h0(t){let e=id.get(t.agentId);if(e)return e;let r=_y(t).finally(()=>id.delete(t.agentId));return id.set(t.agentId,r),r}var ne=G("agent-handlers"),p0=5*1024*1024,Sy=1,Iy=6,Ay=new Set(["node_modules",".git",".coze","dist","build",".next"]),ky=/^(ppe|boe)_[A-Za-z0-9_-]{1,120}$/,Ty=/^[A-Za-z][A-Za-z0-9._-]{0,63}$/,Ry=/^\d+\.\d+\.\d+(?:-[0-9A-Za-z][0-9A-Za-z.-]*)?(?:\+[0-9A-Za-z][0-9A-Za-z.-]*)?$/;function Cy(t){let e=t?.trim();return e?Ry.test(e)||Ty.test(e)?e:(ne.warn("_agent/upgrade: invalid targetVersion, fallback to latest",{targetVersion:t}),"latest"):"latest"}function Py(t){return new Promise((e,r)=>{let i=st("npx",t,{detached:!0,stdio:"ignore",windowsHide:!0}),o=!1,c=d=>{o||(o=!0,d?r(d):e(i.pid??0))};i.once("spawn",()=>{i.unref(),c()}),i.once("error",d=>c(d))})}var Eo=class{constructor(e){this.opts=e}opts;get paths(){return this.opts.paths??J()}async listSkills(e){e._meta;let r=Kn(e._meta),i=await this.loadAgentCfg(r),o=i?.workspace??Fe(r,this.paths).workspace,c=i?.framework??"claude-code",d=i?.skills??[],{base:u}=Or(c,r,o,this.paths),f=[],x=new Set;for(let g of d){let w=le(u,g.relPath,"SKILL.md");await fd(w).then(y=>y.isFile()).catch(()=>!1)&&(f.push(My(g)),x.add(g.relPath))}if(e.scanLocal){let g=await A0(r,o,c,this.paths),w=await k0(r,c);for(let S of[...g,...w])x.has(S.relPath)||(x.add(S.relPath),f.push(S.skill))}return{skills:f}}async addSkills(e){e._meta;let r=Kn(e._meta),i=await this.requireAgentCfg(r),o=e.skills??[],c=[...i.skills??[]],d=new Map(c.map((f,x)=>[f.skillId,x])),u=[];for(let f of o){let x=await bo({agentId:r,workspace:i.workspace,framework:i.framework,skill:f,paths:this.paths});vo(c,d,x),u.push(f)}return await ai(r,c),this.reloadAgentSessions(r,"skills-added"),{installedSkills:u}}async removeSkills(e){e._meta;let r=Kn(e._meta),i=await this.requireAgentCfg(r),o=new Set(e.skillIds??[]),c=i.skills??[],d=[],{base:u}=Or(i.framework,r,i.workspace,this.paths);for(let f of c){if(!o.has(f.skillId)){d.push(f);continue}let x=le(u,f.relPath);ne.warn("[AUDIT] ABOUT TO RM skill dir (removeSkills)",{src:"agent-handlers.removeSkills",agentId:r,skillId:f.skillId,relPath:f.relPath,skillBase:u,absDir:x}),await cd(x,{recursive:!0,force:!0}),ne.info("skill removed",{agentId:r,skillId:f.skillId,relPath:f.relPath})}return await ai(r,d),this.reloadAgentSessions(r,"skills-removed"),{ok:!0}}async publishSkill(e){e._meta;let r=Kn(e._meta);if(!e.skillName)throw new k("IPC_BAD_REQUEST","_agent/publishSkill: missing skillName");ne.info("_agent/publishSkill start",{agentId:r,skillId:e.skillId??"",skillName:e.skillName,userId:e.userId??"",accountId:e.accountId??""});let i=await this.loadAgentCfg(r),o=i?.workspace??Fe(r,this.paths).workspace,c=i?.framework??"claude-code",d=e.isGlobal??!1,u=await Oy(r,o,c,e.skillName,d,this.paths);if(!u){let D=d?"global":"workspace";throw new k("SKILL_NOT_FOUND",`skill not found in ${D}: ${e.skillName}`)}let{absDir:f,relPath:x,dirName:g}=u,w=le(f,"SKILL.md"),S=new xd.default;S.addLocalFolder(f,g);let y=S.toBuffer();if(y.length>m0)throw new k("SKILL_ZIP_TOO_LARGE",`skill zip ${y.length} bytes exceeds limit ${m0}`);let v=await yo(w,{encoding:"utf8"}).then(D=>S0(D).description).catch(()=>{}),I={};this.opts.publishSkillToMarketplace?I=await this.opts.publishSkillToMarketplace({zip:y,...e.skillId?{skillId:e.skillId}:{},skillName:e.skillName,...v?{description:v}:{},agentId:r,...e.userId?{userId:e.userId}:{},...e.accountId?{accountId:e.accountId}:{}}):ne.warn("_agent/publishSkill: publishSkillToMarketplace not injected, skip upload",{agentId:r,skillName:e.skillName});let A=I.version??"v1.0",R=I.skillId??e.skillId??v0(r,x);if(i&&!d){let D=i.skills??[],b=D.find(P=>P.relPath===x);b?(b.version=A,b.skillId=R):D.push({skillId:R,skillName:e.skillName,relPath:x,version:A,installedAt:Date.now(),...v?{description:v}:{}}),await ai(r,D)}return ne.info("skill published",{agentId:r,skillName:e.skillName,relPath:x,zipBytes:y.length,skillId:R,version:A}),{ok:!0,skillId:R,version:A}}reloadAgentSessionsPublic(e,r){this.reloadAgentSessions(e,r)}reloadAgentSessions(e,r){let i=this.opts.agents.get(e);if(i)for(let[o,c]of i.sessions){if(!c.downstream)continue;let d=c.acpSessionId;if(d&&i.activeTriggers.has(d)||this.isRuntimePendingPermission(c)){c.reloadAfterTurn=!0,ne.info("downstream busy, scheduling reload after turn",{reason:r,agentId:e,framework:i.framework,cloudId:o,acpId:d});continue}let f=c.downstream;c.downstream=void 0,ne.info("killing downstream for workspace reload (idle)",{reason:r,agentId:e,framework:i.framework,cloudId:o,acpId:d}),f.stop(r).catch(x=>ne.warn("downstream stop failed during reload (ignored)",{reason:r,agentId:e,cloudId:o,err:String(x)}))}}isRuntimePendingPermission(e){let r=this.opts.isRuntimePendingPermission;return!r||!e.downstream?!1:r(e.downstream)}async updateAgent(e){if(!e.cozeIdentity?.trim())return ne.info("_agent/update: empty cozeIdentity, noop",{agentId:e.agentId}),{ok:!0};let r=e.agentId,i=await ve(r);if(!i)throw new k("AGENT_NOT_FOUND",`agent not found: ${r}`);if(i.cozeIdentity===e.cozeIdentity)return ne.info("_agent/update: cozeIdentity unchanged, noop",{agentId:r}),{ok:!0};try{await fr(i.workspace,i.framework,e.cozeIdentity)}catch(o){throw ne.error("_agent/update: writeInstructionFile failed, aborting update",{agentId:r,framework:i.framework,workspace:i.workspace,err:String(o)}),new k("AGENT_PROTOCOL_ERROR",`failed to write instruction file for agent ${r}: ${String(o)}`,{cause:o})}return i.cozeIdentity=e.cozeIdentity,await ze(i),ne.info("_agent/update: cozeIdentity rewritten",{agentId:r,framework:i.framework}),this.reloadAgentSessions(r,"identity-changed"),{ok:!0}}async upgradeBridge(e){let r=e.agentId||e._meta?.cozeAgentId;if(!r)throw new k("IPC_BAD_REQUEST","_agent/upgrade: missing agentId");if(!await ve(r))throw new k("AGENT_NOT_FOUND",`agent not found: ${r}`);let o=["-y"];e.registry&&Li(e.registry)&&o.push(`--registry=${e.registry}`);let c=Cy(e.targetVersion);o.push("--ignore-existing",`coze-bridge@${c}`,"connect");let d=e._meta?.cozeEnv;d&&ky.test(d)&&o.push("--env",d);let u=await Py(o);return ne.info("_agent/upgrade: spawned bridge upgrade process",{agentId:r,pid:u,targetVersion:c,currentVersion:e.currentVersion??"",reason:e.reason??""}),{ok:!0,accepted:!0,pid:u,message:"bridge upgrade started"}}async disconnectAgent(e){let r=e.agentId;if(!r)throw new k("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let i=await ve(r);return i?(i.disconnectedAt=Date.now(),i.disconnectReason=e.reason??"",await ze(i),ne.info("agent disconnected",{agentId:r,reason:e.reason??"",force:e.force??!1}),this.opts.disposeAndMarkDisconnected&&await this.opts.disposeAndMarkDisconnected(r,e.reason??"disconnect"),{ok:!0}):(ne.warn("_agent/disconnect: agent not found, ignoring",{agentId:r}),{ok:!0})}async deleteAgent(e){let r=e.agentId;if(!r)throw new k("IPC_BAD_REQUEST",`${xt.DELETE}: missing agentId`);ne.warn("[AUDIT] deleteAgent handler entry",{agentId:r,reason:e.reason??"",forceParamDeployType:e.deployType,metaDeployType:e._meta?.cozeDeployType,callerStack:new Error("deleteAgent-caller").stack?.split(`
|
|
100
|
+
`).slice(1,6).join(" | ")});let i=await ve(r),o=e._meta?.cozeDeployType==="cloud"||e._meta?.cozeDeployType==="local"?e._meta.cozeDeployType:void 0,c=e.deployType??o??i?.deployType??"local";this.opts.disposeForDelete&&await this.opts.disposeForDelete(r,e.reason??"delete");let d=Fe(r);return c==="cloud"?(ne.warn("[AUDIT] ABOUT TO RM agent dir (deleteAgent cloud path)",{src:"agent-handlers.deleteAgent",agentId:r,path:d.root,deployType:c,reason:e.reason??""}),await cd(d.root,{recursive:!0,force:!0})):i&&(i.deletedAt=Date.now(),i.deleteReason=e.reason??"deleted",await ze(i)),ne.info("agent deleted",{agentId:r,reason:e.reason??"",deployType:c,configFound:!!i}),{ok:!0}}async switchModel(e){if(Rr(e._meta,"_agent/switchModel"),!e.agentId)throw new k("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let r=ed(e.model)??It,i=await ve(e.agentId);if(!i)throw new k("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);i.model=r,e.modelInfo&&(i.modelInfo=e.modelInfo),await ze(i),ne.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:r,reason:e.reason??""});let o=this.opts.agents.get(e.agentId);if(!o)return ne.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};let c=o.model;if(o.model=r,e.modelInfo&&o.setModelInfo(e.modelInfo),this.opts.cleanupOpenclawProviders&&await this.opts.cleanupOpenclawProviders(o,c).catch(u=>ne.warn("cleanupOpenclawProviders before switchModel failed (ignored)",{agentId:e.agentId,err:String(u)})),o.framework==="hermes"){let u=[];for(let[f,x]of o.allSessionQueues())u.push(x.enqueue(async()=>{let g=o.sessions.get(f);if(!(!g?.downstream||!g.acpSessionId))try{await g.downstream.setSessionModel?.({sessionId:g.acpSessionId,modelId:r})}catch(w){ne.warn("_agent/switchModel: hermes session/set_model failed (ignored)",{agentId:e.agentId,cloudId:f,acpId:g.acpSessionId,err:String(w)})}}));return await Promise.all(u),ne.info("_agent/switchModel: hermes sessions updated via session/set_model",{agentId:e.agentId,model:r,cloudSessions:u.length}),{ok:!0}}let d=[];for(let[u,f]of o.allSessionQueues())d.push(f.enqueue(async()=>{let x=o.sessions.get(u);x?.downstream&&(await x.downstream.stop(`switchModel: ${r}`).catch(()=>{}),x.downstream=void 0)}));return await Promise.all(d),ne.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:r,cloudSessions:d.length}),{ok:!0}}async resetAgent(e){if(Rr(e._meta,xt.RESET),!e.agentId)throw new k("IPC_BAD_REQUEST",`${xt.RESET}: missing agentId`);return await this.clearSessionMappings(e.agentId,xt.RESET),this.opts.hermesReset&&await this.opts.hermesReset(e.agentId,e._meta?.cozeEnv).catch(r=>ne.warn("hermes reset hook failed (ignored)",{agentId:e.agentId,err:String(r)})),await this.runDetailSync(e.agentId,xt.RESET,e.reason),{ok:!0}}async clearSessionMappings(e,r){let i=this.opts.agents.get(e);if(!i){await this.clearPersistedAcpSessionIds(e),ne.info("reset: agent not in memory, cleared persisted acpSessionIds only",{agentId:e});return}await i.killAllRuntimes(r);for(let c of i.sessions.values())c.acpSessionId=void 0,c.replySeq=0,c.loadingSession=!1,c.spawnFailCount=void 0,c.spawnFailedAt=void 0;let o=new Map;for(let[c,d]of i.sessions)o.set(c,{modelToken:d.modelToken,tokenGeneratedAt:d.tokenGeneratedAt,permissionMode:d.permissionMode,cozeGroupId:d.cozeGroupId});await oi(e,o)}async clearPersistedAcpSessionIds(e){let r=await ve(e).catch(()=>null);if(!r?.sessions)return;let i=!1;for(let o of Object.values(r.sessions))o.acpSessionId&&(o.acpSessionId=void 0,i=!0);i&&await ze(r)}async repairAgent(e){if(Rr(e._meta,xt.REPAIR),!e.agentId)throw new k("IPC_BAD_REQUEST",`${xt.REPAIR}: missing agentId`);let r=await this.loadAgentCfg(e.agentId);if(r&&r.framework!=="openclaw")throw new k("IPC_BAD_REQUEST",`${xt.REPAIR} only allowed for openclaw, got ${r.framework}`);if(r&&this.opts.openclawRepair)try{await this.opts.openclawRepair(e.agentId,r.workspace)}catch(i){ne.warn("openclaw repair (delete+add) failed (ignored)",{agentId:e.agentId,reason:e.reason,err:String(i)})}return await this.runDetailSync(e.agentId,xt.REPAIR,e.reason),{ok:!0}}async runDetailSync(e,r,i){if(!this.opts.detailSyncer){ne.warn("detailSyncer not wired, skipping sync",{method:r,agentId:e});return}try{await this.opts.detailSyncer(e)}catch(o){ne.warn("detail sync failed (ignored)",{method:r,agentId:e,reason:i,err:String(o)})}}async getFileTree(e){Rr(e._meta,"_agent/getFileTree");let r=e._meta,i=Kn(r),o=await this.resolveWorkspace(i),c=e.filePath??"",d=this.safeJoin(o,c),u=await od(d).catch(()=>null);if(!u)throw new k("IPC_BAD_REQUEST",`path not found: ${c}`);if(u.isSymbolicLink())throw new k("IPC_BAD_REQUEST",`symlink not allowed: ${c}`);if(!await si(d,o))throw new k("IPC_BAD_REQUEST",`path escapes workspace: ${c}`);let f=Yy(e.depth);return u.isDirectory()?{tree:await $y(o,d,c,f)}:{tree:[{name:Vy(c),path:C0(c||"."),isDir:!1,size:u.size,modifiedAt:Math.floor(u.mtimeMs)}]}}async getFileContent(e){Rr(e._meta,"_agent/getFileContent");let r=Kn(e._meta),i=await this.resolveWorkspace(r);if(!e.filePath)throw new k("IPC_BAD_REQUEST","filePath required");let o=this.safeJoin(i,e.filePath),c=await od(o).catch(()=>null);if(!c||!c.isFile())throw new k("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(c.isSymbolicLink())throw new k("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(!await si(o,i))throw new k("IPC_BAD_REQUEST",`path escapes workspace: ${e.filePath}`);if(c.size>p0)throw new k("IPC_BAD_REQUEST",`file too large: ${c.size} bytes (max ${p0})`);let d=await yo(o);return d.includes(0)?{content:d.toString("base64"),encoding:"base64",size:c.size}:{content:d.toString("utf8"),encoding:"utf-8",size:c.size}}async resolveWorkspace(e){let r=this.opts.agents.get(e);return r?r.workspace:(await ve(e).catch(()=>null))?.workspace??Fe(e).workspace}safeJoin(e,r){let i=ld(e,r||"."),o=hd(e,i);if(o.startsWith("..")||o===".."||o.startsWith(`..${w0}`))throw new k("IPC_BAD_REQUEST",`path escapes workspace: ${r}`);return i}loadAgentCfg(e){return ve(e)}async requireAgentCfg(e){let r=await this.loadAgentCfg(e);if(!r)throw new k("AGENT_NOT_FOUND",`no config for agent: ${e}`);return r}};function E0(t){let e=t.trim().replace(/[\x00-\x1f<>:"|?*/\\]+/g,"-").replace(/^[\s.-]+|[\s.-]+$/g,"").slice(0,64);if(!e||e==="."||e==="..")throw new k("IPC_BAD_REQUEST",`invalid skill name: ${t}`);if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(e))throw new k("IPC_BAD_REQUEST",`reserved windows filename: ${t}`);return e}function Or(t,e,r,i){switch(t){case"claude-code":return{base:r,subdir:le(".claude","skills")};case"codex":case"openclaw":return{base:r,subdir:le(".agents","skills")};case"hermes":return{base:Yn(e,i??J()),subdir:"skills"}}}function b0(t){let e=Ey();if(t==="claude-code")return[le(e,".claude","skills")];if(t==="codex")return[le(e,".agents","skills"),le(e,".codex","skills")];if(t==="openclaw")return[le(e,".agents","skills"),le(e,".openclaw","skills")];if(t==="hermes"){if(process.platform==="win32"){let r=process.env.LOCALAPPDATA||le(e,"AppData","Local");return[le(r,"hermes","skills"),le(e,".hermes","skills")]}return[le(e,".hermes","skills")]}return[]}async function Dy(t,e,r,i,o,c){let d=async u=>fd(le(u,"SKILL.md")).then(f=>f.isFile()).catch(()=>!1);if(!o){let{base:u,subdir:f}=Or(r,t,e,c),x=le(f,i),g=le(u,x);return await d(g)?{absDir:g,relPath:x}:null}for(let u of b0(r)){let f=le(u,i);if(await d(f))return{absDir:f,relPath:f}}return null}async function Oy(t,e,r,i,o,c){let d=E0(i),u=await Dy(t,e,r,d,o,c);if(u)return{...u,dirName:d};let x=(o?await k0(t,r):await A0(t,e,r,c)).filter(S=>S.skill.skillName===i);if(x.length>1)throw new k("SKILL_NOT_FOUND",`multiple skills named "${i}" in ${o?"global":"workspace"}: ${x.map(S=>x0(S.relPath)).join(", ")} \u2014 rename or remove duplicates`);let g=x[0];return g?{absDir:o?g.relPath:le(e,g.relPath),relPath:g.relPath,dirName:x0(g.relPath)}:null}function v0(t,e){return(yy("sha256").update(`${t}\0${e}`).digest().readBigUInt64BE(0)&0x7fffffffffffffffn).toString()}function S0(t){if(!t.startsWith("---"))return{};let e=t.indexOf(`
|
|
101
101
|
---`,3);if(e<0)return{};let r=t.slice(3,e),i={};for(let o of r.split(`
|
|
102
|
-
`)){let c=/^\s*(name|description)\s*:\s*(.+?)\s*$/.exec(o);if(!c||!c[2])continue;let d=c[1],u=c[2].trim();(u.startsWith('"')&&u.endsWith('"')||u.startsWith("'")&&u.endsWith("'"))&&(u=u.slice(1,-1)),u&&(i[d]=u)}return i}async function S0(t,e,r,i){let o=await m0(e,{withFileTypes:!0}).catch(()=>null);if(!o)return[];let c=[];for(let d of o){let u=d.isDirectory();if(!u&&d.isSymbolicLink()&&(u=!!(await ud(le(e,d.name)).catch(()=>null))?.isDirectory()),!u)continue;let f=d.name,h=le(r,f),g=le(e,f,"SKILL.md"),_=await _o(g,{encoding:"utf8"}).catch(()=>null);if(_===null)continue;let v=v0(_);c.push({relPath:h,skill:{skillId:E0(t,h),skillName:v.name||f,...v.description?{description:v.description}:{},...i?{isGlobal:!0}:{}}})}return c}async function I0(t,e,r,i){let{base:o,subdir:c}=Lr(r,t,e,i);return S0(t,le(o,c),c,!1)}async function A0(t,e){let r=[],i=new Set;for(let o of b0(e)){let c=await S0(t,o,o,!0);for(let d of c)i.has(d.relPath)||(i.add(d.relPath),r.push(d))}return r}var Ny=3e4,My=50*1024*1024,p0=10*1024*1024,Or=3e4;async function bo(t){let{agentId:e,workspace:r,framework:i,skill:o,paths:c}=t;if(!o.skillName)throw new k("IPC_BAD_REQUEST","skill missing skillName");let d=typeof o.content=="string"&&o.content.length>0,u=typeof o.downloadUrl=="string"&&o.downloadUrl.length>0;if(!d&&!u)throw new k("IPC_BAD_REQUEST",`skill ${o.skillId} missing both content and downloadUrl`);let f=y0(o.skillName),{base:h,subdir:g}=Lr(i,e,r,c),_=le(g,f),v=le(h,_);if(await od(v,{recursive:!0}),d){let E=Buffer.from(o.content,"utf8");Gi(E.length),await cd(le(v,"SKILL.md"),E,"utf8")}else{let E=await zy(o.downloadUrl);Gy(E)?await Wy(E,v):Hy(E)?await qy(E,v):await cd(le(v,"SKILL.md"),E.toString("utf8"),"utf8")}let y={skillId:o.skillId,skillName:o.skillName,relPath:_,installedAt:Date.now(),...o.description?{description:o.description}:{},...o.icon?{icon:o.icon}:{},...o.version?{version:o.version}:{},...o.downloadUrl?{downloadUrl:o.downloadUrl}:{},...o.config?{config:o.config}:{},...o.builtin?{builtin:o.builtin}:{}};return ne.info("skill installed",{agentId:e,skillId:o.skillId,skillName:o.skillName,relPath:_,source:d?"content":"downloadUrl"}),y}function Eo(t,e,r){let i=e.get(r.skillId);if(i!==void 0){t[i]=r;return}e.set(r.skillId,t.length),t.push(r)}function By(t){return{skillId:t.skillId,skillName:t.skillName,...t.description?{description:t.description}:{},...t.icon?{icon:t.icon}:{},...t.version?{version:t.version}:{},...t.config?{config:t.config}:{},...t.builtin?{builtin:t.builtin}:{}}}function Fy(t){return{skillId:t.skillId,skillName:t.skillName,...t.downloadUrl?{downloadUrl:t.downloadUrl}:{},...t.description?{description:t.description}:{},...t.icon?{icon:t.icon}:{},...t.version?{version:t.version}:{},...t.config?{config:t.config}:{},...t.builtin?{builtin:t.builtin}:{}}}async function k0(t,e){let r=await ve(t,e);if(!r)return{status:"skipped",count:0};if(r.disconnectedAt)return{status:"skipped",count:0};let i=Nt,o=r.skillsRefreshedForVersion;if(o===i)return{status:"noop",count:0};if(!o)return r.skillsRefreshedForVersion=i,await Ue(r,e),{status:"seeded",count:0};let c=[...r.skills??[]],d=new Map(c.map((_,v)=>[_.skillId,v])),u=c.filter(_=>_.builtin===!0&&!!_.downloadUrl);if(u.length===0)return r.skillsRefreshedForVersion=i,await Ue(r,e),{status:"noop",count:0};let f=0,h=0,{base:g}=Lr(r.framework,t,r.workspace,e);ne.warn("[AUDIT] refreshBuiltinSkills triggered (version bump)",{src:"agent-handlers.refreshAgentBuiltinSkillsOnUpgrade",agentId:t,framework:r.framework,prev:o,current:i,skillBase:g,builtinCount:u.length,builtinRelPaths:u.map(_=>_.relPath)});for(let _ of u)try{let v=le(g,_.relPath);ne.warn("[AUDIT] ABOUT TO RM builtin skill dir (refreshBuiltinSkills)",{src:"agent-handlers.refreshAgentBuiltinSkillsOnUpgrade",agentId:t,skillId:_.skillId,relPath:_.relPath,rmTarget:v}),await ad(v,{recursive:!0,force:!0});let y=await bo({agentId:t,workspace:r.workspace,framework:r.framework,skill:Fy(_),...e?{paths:e}:{}});Eo(c,d,y),f+=1}catch(v){h+=1,ne.warn("refresh builtin skill failed (skipping)",{agentId:t,skillId:_.skillId,skillName:_.skillName,err:String(v)})}return r.skills=c,h===0&&(r.skillsRefreshedForVersion=i),await Ue(r,e),ne.info("builtin skills refreshed after bridge upgrade",{agentId:t,from:o,to:i,ok:f,failed:h}),{status:"refreshed",count:f}}async function zy(t){if(!t)throw new k("IPC_BAD_REQUEST","skill missing downloadUrl");if(t.startsWith("data:")){let e=Math.floor(t.length*3/4);Gi(e);let r=Uy(t);return Gi(r.length),r}if(t.startsWith("file:")){let e=new URL(t).pathname,r=await _o(e);return Gi(r.length),r}if(Ni(t)){let e=new AbortController,r=setTimeout(()=>e.abort(),Ny);try{let i=await fetch(t,{signal:e.signal});if(!i.ok)throw new k("IPC_BAD_REQUEST",`fetch skill failed HTTP ${i.status} ${t}`);let o=await i.arrayBuffer();return Gi(o.byteLength),Buffer.from(o)}finally{clearTimeout(r)}}throw new k("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${t.slice(0,80)}`)}function Gi(t){if(t>My)throw new k("IPC_BAD_REQUEST",`skill too large: ${t} bytes`)}function Uy(t){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(t);if(!e)throw new k("IPC_BAD_REQUEST","bad data URL");let r=!!e[2],i=e[3]??"";return r?Buffer.from(i,"base64"):Buffer.from(decodeURIComponent(i),"utf8")}function Gy(t){return t.length>=2&&t[0]===31&&t[1]===139}function Hy(t){if(t.length<4||t[0]!==80||t[1]!==75)return!1;let e=t[2],r=t[3];return e===3&&r===4||e===5&&r===6}function ld(t){return t==="__MACOSX"||t.startsWith("__MACOSX/")}async function qy(t,e){let r,i;try{r=new xd.default(t),i=r.getEntries()}catch(d){throw new k("IPC_BAD_REQUEST",`zip parse failed: ${d.message}`,{cause:d})}for(let d of i){let u=d.entryName;if(!u||ld(u))continue;if(u.startsWith("/")||/^[A-Za-z]:[\\/]/.test(u))throw new k("IPC_BAD_REQUEST",`zip entry absolute path: ${u}`);if(u.split(/[/\\]/).some(h=>h===".."))throw new k("IPC_BAD_REQUEST",`zip entry contains '..' (traversal): ${u}`);let f=d.header.attr>>>16&61440;if(f!==0&&f!==32768&&f!==16384)throw new k("IPC_BAD_REQUEST",`zip entry kind 0x${f.toString(16)} not allowed (symlink/hardlink/special): ${u}`)}let o=jy(i),c=dd(e);for(let d of i){if(ld(d.entryName))continue;let u=d.entryName;if(o&&u.startsWith(o)&&(u=u.slice(o.length)),!u)continue;let f=dd(e,u),h=fd(c,f);if(h.startsWith("..")||h==="..")throw new k("IPC_BAD_REQUEST",`zip entry escapes destDir: ${u}`);if(d.isDirectory){await od(f,{recursive:!0});continue}await od(vy(f),{recursive:!0});let g;try{g=d.getData()}catch(_){throw new k("IPC_BAD_REQUEST",`zip entry getData failed (${d.entryName}): ${_.message}`,{cause:_})}await cd(f,g)}}function jy(t){let e;for(let r of t){let i=r.entryName;if(!i||ld(i))continue;let o=i.indexOf("/");if(o<=0)return;let c=i.slice(0,o+1);if(e===void 0)e=c;else if(e!==c)return}return e}async function Wy(t,e){await Ky(t);let r=zf({cwd:e,strip:1}),i=!1,o=setTimeout(()=>{i=!0,r.destroy(new k("IPC_BAD_REQUEST",`tar extract timeout (${Or}ms)`))},Or);try{await _0(w0.from(t),r)}catch(c){throw c instanceof k?c:i?new k("IPC_BAD_REQUEST",`tar extract timeout (${Or}ms)`):new k("IPC_BAD_REQUEST",`tar extract failed: ${c.message??String(c)}`,{cause:c})}finally{clearTimeout(o)}}async function Ky(t){let e=[],r=Cr({onReadEntry:c=>{let d=c.path,u=c.type;if(u!=="File"&&u!=="Directory"){e.push(`tar entry kind '${u}' not allowed (symlink/hardlink/special): ${d.slice(0,100)}`);return}if(d.startsWith("/")||d.startsWith("\\")||/^[a-zA-Z]:[\\/]/.test(d)){e.push(`tar entry absolute path: ${d}`);return}d.split(/[/\\]/).some(h=>h==="..")&&e.push(`tar entry contains '..': ${d}`)}}),i=!1,o=setTimeout(()=>{i=!0,r.destroy(new k("IPC_BAD_REQUEST",`tar list timeout (${Or}ms)`))},Or);try{await _0(w0.from(t),r)}catch(c){throw i?new k("IPC_BAD_REQUEST",`tar list timeout (${Or}ms)`):new k("IPC_BAD_REQUEST",`tar list failed: ${c.message??String(c)}`,{cause:c})}finally{clearTimeout(o)}if(e.length>0)throw new k("IPC_BAD_REQUEST",e[0]??"tar entry validation failed")}var $y=5e3;async function Vy(t,e,r,i){return T0(t,e,r,i,{count:0})}async function T0(t,e,r,i,o){if(i<=0)return[];let c;try{c=await m0(e,{withFileTypes:!0})}catch{return[]}let d=[];for(let u of c){if(ky.has(u.name)||u.isSymbolicLink())continue;if(o.count>=$y){d.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let f=le(e,u.name),h=Sy(le(r,u.name)),g=null;try{g=await sd(f)}catch{continue}if(g.isSymbolicLink())continue;o.count++;let _={name:u.name,path:C0(fd(t,f)),isDir:g.isDirectory(),size:g.size,modifiedAt:Math.floor(g.mtimeMs)};g.isDirectory()&&i>1&&(_.children=await T0(t,f,h,i-1,o)),d.push(_)}return d.sort((u,f)=>u.isDir!==f.isDir?u.isDir?-1:1:u.name.localeCompare(f.name)),d}function Jy(t){return!t||t<=0?Iy:Math.min(t,Ay)}function Zy(t){if(!t||t==="."||t==="/")return".";let e=t.split(/[/\\]/);return e[e.length-1]||"."}function C0(t){return t.split(g0).join("/")}te();var In=G("agent-health-reporter"),Yy=1e4,Xy=3,Hi=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??Yy,this.livenessFailureThreshold=e.livenessFailureThreshold??Xy}opts;timer=null;inFlight=!1;unsubscribeRegister=null;intervalMs;livenessFailureThreshold;consecutiveFailures=0;isLivenessLost(){return this.consecutiveFailures>=this.livenessFailureThreshold}start(){this.timer||(this.timer=setInterval(()=>{this.tick()},this.intervalMs),this.timer.unref?.(),this.unsubscribeRegister=this.opts.core.onAgentRegister(()=>{this.tick()}),In.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),In.info("heartbeat stopped"))}async tick(){if(this.inFlight){In.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){this.consecutiveFailures=0,In.debug("deviceId not available, skip tick (\u5C1A\u672A pair)");return}this.inFlight=!0;try{let r=[];for(let d of this.opts.core.agents.values()){let u=Qy(d);if(!u)continue;let f={agentId:d.agentId,status:u};d.patToken&&(f.patToken=d.patToken),d.accountId&&(f.accountId=d.accountId),r.push(f)}if(r.length===0){this.consecutiveFailures=0;return}let i={agents:r,bridgeVersion:Nt,_meta:{cozeDeviceId:e}},o;try{o=await this.opts.core.sendRequest("_agent/health",i,5e3),this.consecutiveFailures=0}catch(d){this.consecutiveFailures+=1,In.warn("heartbeat batch send failed",{count:r.length,consecutiveFailures:this.consecutiveFailures,err:String(d)})}let c=o?.authFailures;if(c&&c.length>0&&(In.warn("heartbeat received authFailures from cloud",{count:c.length,agentIds:c.map(d=>d.agentId)}),this.opts.onAuthFailures))try{await this.opts.onAuthFailures(c)}catch(d){In.warn("onAuthFailures callback failed (ignored)",{err:String(d)})}}finally{this.inFlight=!1}if(this.opts.onTickEnd)try{await this.opts.onTickEnd()}catch(r){In.warn("onTickEnd hook failed",{err:String(r)})}}};function Qy(t){return t.status==="error"?"error":t.activeTriggers.size>0?"busy":t.status==="ok"?"online":null}Wt();import{mkdir as gd,rm as Wb,stat as Kb}from"node:fs/promises";import{homedir as $b}from"node:os";import{join as ox}from"node:path";ln();import{existsSync as lb}from"node:fs";import{release as ub}from"node:os";import{basename as fb,isAbsolute as xb}from"node:path";function qi(t,e,r){return r===void 0?{jsonrpc:"2.0",id:t,method:e}:{jsonrpc:"2.0",id:t,method:e,params:r}}function Nr(t,e){return e===void 0?{jsonrpc:"2.0",method:t}:{jsonrpc:"2.0",method:t,params:e}}function Mr(t,e){return{jsonrpc:"2.0",id:t,result:e}}function An(t,e){return{jsonrpc:"2.0",id:t,error:e}}$e();var vo=class extends Error{code;data;constructor(e){super(`JSON-RPC error code=${e.code} ${e.message}`),this.name="RemoteRpcError",this.code=e.code,e.data!==void 0&&(this.data=e.data)}},Y={PARSE_ERROR:-32700,INVALID_REQUEST:-32600,METHOD_NOT_FOUND:-32601,INVALID_PARAMS:-32602,INTERNAL_ERROR:-32603,AGENT_NOT_FOUND:-32001,AGENT_BUSY:-32002,AGENT_TIMEOUT:-32003,AGENT_SPAWN_FAILED:-32004,OPERATION_NOT_ALLOWED_FOR_LOCAL:-32005,AGENT_DISCONNECTED:-32006,MODEL_TOKEN_GEN_FAILED:-32009,PATH_OUTSIDE_WORKSPACE:-32010,FILE_TOO_LARGE:-32011,UNSUPPORTED_MIME:-32012,UPLOAD_FAILED:-32013,UPSTREAM_NOT_READY:-32014,AGENT_FRAME_IDLE_TIMEOUT:-32016,MODEL_MODALITY_UNSUPPORTED:-32017,AGENT_DEPENDENCY_INSTALL_FAILED:-32018,AGENT_APPROVAL_TIMEOUT:-32019,AGENT_TURN_ABORTED:-32020,AGENT_ENV_NOT_READY:-32021,SKILL_NOT_FOUND:-32022,SKILL_ZIP_TOO_LARGE:-32023,OPERATION_NOT_ALLOWED_FOR_CLOUD:-32024};function R0(t){return"method"in t&&"id"in t&&t.id!==void 0}function D0(t){return"method"in t&&!("id"in t)}function So(t){return!("method"in t)&&"id"in t}var eb={AGENT_NOT_FOUND:Y.AGENT_NOT_FOUND,AGENT_BUSY:Y.AGENT_BUSY,AGENT_DISCONNECTED:Y.AGENT_DISCONNECTED,AGENT_TIMEOUT:Y.AGENT_TIMEOUT,AGENT_FRAME_IDLE_TIMEOUT:Y.AGENT_FRAME_IDLE_TIMEOUT,AGENT_SPAWN_FAILED:Y.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:Y.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:Y.INTERNAL_ERROR,BRIDGE_INTERNAL:Y.INTERNAL_ERROR,IPC_AUTH_FAILED:Y.INTERNAL_ERROR,IPC_BAD_REQUEST:Y.INVALID_REQUEST,METHOD_NOT_FOUND:Y.METHOD_NOT_FOUND,MODEL_TOKEN_GEN_FAILED:Y.MODEL_TOKEN_GEN_FAILED,MODEL_MODALITY_UNSUPPORTED:Y.MODEL_MODALITY_UNSUPPORTED,OPERATION_NOT_ALLOWED_FOR_LOCAL:Y.OPERATION_NOT_ALLOWED_FOR_LOCAL,OPERATION_NOT_ALLOWED_FOR_CLOUD:Y.OPERATION_NOT_ALLOWED_FOR_CLOUD,UPSTREAM_DISCONNECTED:Y.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:Y.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:Y.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:Y.FILE_TOO_LARGE,UNSUPPORTED_MIME:Y.UNSUPPORTED_MIME,UPLOAD_FAILED:Y.UPLOAD_FAILED,UPSTREAM_NOT_READY:Y.UPSTREAM_NOT_READY,AGENT_DEPENDENCY_INSTALL_FAILED:Y.AGENT_DEPENDENCY_INSTALL_FAILED,AGENT_APPROVAL_TIMEOUT:Y.AGENT_APPROVAL_TIMEOUT,AGENT_TURN_ABORTED:Y.AGENT_TURN_ABORTED,AGENT_ENV_NOT_READY:Y.AGENT_ENV_NOT_READY,SKILL_NOT_FOUND:Y.SKILL_NOT_FOUND,SKILL_ZIP_TOO_LARGE:Y.SKILL_ZIP_TOO_LARGE};function tb(t){if(t!=null)return t instanceof Error?{name:t.name,message:ji(t.message)}:typeof t=="string"?ji(t):typeof t=="object"?rb(t):t}var nb=[[/\/Users\/[^/\s'"`)]+/g,"/Users/<redacted>"],[/\/home\/[^/\s'"`)]+/g,"/home/<redacted>"],[/[A-Za-z]:\\Users\\[^\\\s'"`)]+/g,"C:\\Users\\<redacted>"],[/(Bearer|Token|Authorization:)\s+[\w._-]+/gi,"$1 <redacted>"],[/\b(sk|pat|ak)[-_][A-Za-z0-9_-]{20,}\b/g,"<redacted-key>"]];function ji(t){let e=t;for(let[r,i]of nb)e=e.replace(r,i);return e}function rb(t){let e={};for(let[r,i]of Object.entries(t))typeof i=="string"?e[r]=ji(i):e[r]=i;return e}function Wi(t){if(t instanceof k){let e=tb(t.cause),r={bridgeCode:t.code,retriable:t.retriable};return e!==void 0&&(r.cause=e),e&&typeof e=="object"&&"reason"in e&&typeof e.reason=="string"&&(r.reason=e.reason),{code:eb[t.code]??Y.INTERNAL_ERROR,message:ji(t.message),data:r}}return{code:Y.INTERNAL_ERROR,message:ji(t instanceof Error?t.message:String(t))}}function P0(t){let e=t.data,r=e?.bridgeCode??"AGENT_PROTOCOL_ERROR",i=!!e&&typeof e.message=="string"&&!!e.message,o=i?e?.message:t.message,c=t.data;if(i&&e){let{message:d,...u}=e;c=u}return new k(r,o,{retriable:e?.retriable??!1,cause:c})}function L0(t){return`${JSON.stringify(t)}
|
|
103
|
-
`}var
|
|
104
|
-
`);this.buffer=r.pop()??"";let i=[];for(let o of r){let c=o.replace(/\r$/,"").trim();if(c)try{i.push(JSON.parse(c))}catch(d){this.onError?.({line:c,error:d})}}return i}flush(){if(!this.buffer)return[];let e=this.buffer.replace(/\r$/,"").trim();if(this.buffer="",!e)return[];try{return[JSON.parse(e)]}catch(r){return this.onError?.({line:e,error:r}),[]}}};var
|
|
105
|
-
`).map(o=>Number.parseInt(o.trim(),10)).filter(o=>Number.isFinite(o)&&o>0&&o!==i)}async function G0(t,e){if(t.length===0)return;let r=e?.killFn??$i,i=e?.isAliveFn??Ki,o=e?.sleepFn??(u=>new Promise(f=>setTimeout(f,u))),c=e?.graceMs??3e3,d=e?.pollMs??100;for(let u of t)r(u,"SIGTERM");for(let u=0;u<c&&t.some(f=>i(f));u+=d)await o(Math.min(d,c-u));for(let u of t)i(u)&&r(u,"SIGKILL")}var db=[{reason:"openclaw_scope_approval_pending",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/scope upgrade pending approval/i,message:"openclaw \u9700\u8981\u4F60\u5728\u672C\u673A\u6279\u51C6\u4E00\u6B21\u6743\u9650\u5347\u7EA7 (scope upgrade)\uFF0C\u8BF7\u5728\u672C\u673A openclaw \u5B8C\u6210\u6388\u6743\u540E\u91CD\u8BD5"},{reason:"openclaw_pairing_required",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/pairing required/i,message:"openclaw \u5C1A\u672A\u5B8C\u6210\u914D\u5BF9\uFF0C\u8BF7\u5148\u5728\u672C\u673A\u5B8C\u6210 openclaw \u914D\u5BF9\u540E\u91CD\u8BD5"},{reason:"openclaw_gateway_token_unavailable",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/gateway\.auth\.token.*(unavailable|secret reference)/i,message:"openclaw gateway token \u914D\u7F6E\u4E0D\u53EF\u7528 (\u914D\u6210\u4E86 secret \u5F15\u7528\u4F46\u5F53\u524D\u8DEF\u5F84\u53D6\u4E0D\u5230)\uFF0C\u8BF7\u68C0\u67E5\u672C\u673A openclaw \u7684 gateway.auth.token \u914D\u7F6E"},{reason:"openclaw_version_mismatch",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/protocol mismatch/i,message:"openclaw \u7248\u672C\u4E0E\u672C\u673A gateway \u4E0D\u517C\u5BB9 (protocol mismatch)\uFF0C\u8BF7\u5347\u7EA7\u672C\u673A openclaw \u5230\u6700\u65B0\u7248\u540E\u91CD\u8BD5"},{reason:"openclaw_gateway_not_ready",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/gateway closed (before ready|\(\d+\))/i,message:"openclaw gateway \u672A\u5C31\u7EEA (\u53EF\u80FD\u6B63\u5728\u542F\u52A8)\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5"},{reason:"openclaw_config_invalid",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/OpenClaw config is invalid|Config invalid|Invalid config at|config was written by version/i,message:"\u4F60\u7684\u672C\u673A openclaw \u914D\u7F6E\u975E\u6CD5 (~/.openclaw/openclaw.json)\uFF0C\u8BF7\u8FD0\u884C `openclaw doctor --fix` \u6216 `openclaw config validate` \u4FEE\u590D\u540E\u91CD\u8BD5"},{reason:"openclaw_tls_self_signed",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/self-signed certificate/i,message:"openclaw \u8FDE\u63A5\u88AB\u81EA\u7B7E\u8BC1\u4E66/\u4F01\u4E1A\u4EE3\u7406\u62E6\u622A (self-signed certificate)\uFF0C\u8BF7\u68C0\u67E5\u672C\u673A\u7F51\u7EDC/\u4EE3\u7406\u6216\u8BC1\u4E66\u914D\u7F6E\u540E\u91CD\u8BD5"},{reason:"openclaw_node_binary_not_found",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/\[qclaw-cli\] Error: (Node binary not found|QCLAW_CLI_NODE_BINARY not set)/i,message:"\u672C\u673A\u627E\u4E0D\u5230 node \u4E8C\u8FDB\u5236 (qclaw \u542F\u52A8\u5931\u8D25)\uFF0C\u8BF7\u68C0\u67E5\u672C\u673A Node \u5B89\u88C5\u4E0E PATH \u540E\u91CD\u8BD5"},{reason:"openclaw_gateway_unavailable",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/ECONNREFUSED|\[object ErrorEvent\]|gateway connect failed|gateway (not connected|disconnected)/i,message:"openclaw gateway \u672A\u8FD0\u884C/\u672A\u8FDE\u63A5 (\u8FDE\u63A5\u672C\u673A gateway \u88AB\u62D2\u6216\u4F1A\u8BDD\u671F\u95F4\u65AD\u5F00)\uFF0C\u8BF7\u5728\u672C\u673A\u542F\u52A8 openclaw gateway \u540E\u91CD\u8BD5"},{reason:"openclaw_shim_bug",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["openclaw"],match:/openclaw-shim\/bin\/openclaw.*unbound variable/i,message:"openclaw \u542F\u52A8 shim \u811A\u672C\u5F02\u5E38 (unbound variable)\uFF0C\u8BF7\u53CD\u9988\u73AF\u5883\u7EF4\u62A4\u65B9\u4FEE\u590D shim"},{reason:"codex_user_config_invalid",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["codex"],match:/error loading config:.*config\.toml|model_catalog_json|wire_api/i,message:"\u4F60\u7684\u672C\u673A ~/.codex/config.toml \u914D\u7F6E\u6709\u8BEF\uFF0C\u8BF7\u6309 codex \u62A5\u9519\u63D0\u793A\u4FEE\u6B63\u540E\u91CD\u8BD5"},{reason:"codex_provider_invalid",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["codex"],match:/error loading config: Model provider .* not found/i,message:"\u4F60\u7684\u672C\u673A codex \u914D\u7F6E\u5F15\u7528\u4E86\u4E0D\u5B58\u5728\u7684 model provider\uFF0C\u8BF7\u4FEE\u6B63 ~/.codex \u914D\u7F6E\u540E\u91CD\u8BD5"},{reason:"codex_path_update_failed",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["codex"],match:/could not update PATH[\s\S]*Operation not permitted/i,message:"codex \u56E0\u672C\u673A\u6743\u9650\u9650\u5236\u65E0\u6CD5\u66F4\u65B0 PATH/\u8BFB\u53D6\u914D\u7F6E (Operation not permitted)\uFF0C\u8BF7\u68C0\u67E5 ~/.codex \u76EE\u5F55\u6743\u9650\u6216\u91CD\u65B0\u6388\u4E88\u7EC8\u7AEF\u5B8C\u5168\u78C1\u76D8\u8BBF\u95EE\u540E\u91CD\u8BD5"},{reason:"node_version_too_old",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["codex"],match:/import\.meta\.resolve is not a function|\.resolve is not a function/i,message:"\u672C\u673A Node \u7248\u672C\u8FC7\u4F4E (codex ACP \u9700\u8981 import.meta.resolve)\uFF0C\u8BF7\u5347\u7EA7 Node \u5230 \u2265 20 \u540E\u91CD\u8BD5"},{reason:"codex_acp_exec_failed",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["codex"],match:/Failed to execute[\s\S]*codex-acp|spawnSync[\s\S]*codex-acp/i,message:"codex ACP \u4E8C\u8FDB\u5236\u6267\u884C\u5931\u8D25\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C pair/connect \u89E6\u53D1\u4F9D\u8D56\u5B89\u88C5"},{reason:"codex_platform_binary_missing",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["codex"],match:/Failed to locate @zed-industries\/codex-acp|optional dependency was not installed/i,message:"codex ACP \u4F9D\u8D56\u7684\u5E73\u53F0\u4E8C\u8FDB\u5236\u7F3A\u5931\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C pair/connect \u89E6\u53D1\u4F9D\u8D56\u5B89\u88C5"},{reason:"acp_module_missing",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["claude-code","codex"],match:/Cannot find (module|package)[^\n]*node_modules[\\/]@(agentclientprotocol[\\/](claude-agent-acp|codex-acp)|openai[\\/]codex|zed-industries[\\/]codex-acp)|Cannot find package ['"]@openai[\\/]codex['"][\s\S]*node_modules[\\/]@agentclientprotocol[\\/]codex-acp/i,message:"ACP \u4F9D\u8D56\u672A\u6B63\u786E\u5B89\u88C5 (wrapper \u5165\u53E3\u7F3A\u5931)\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C pair/connect \u89E6\u53D1\u4F9D\u8D56\u91CD\u88C5"},{reason:"node_version_too_old",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["claude-code","openclaw"],match:/import .* with \{ type: ["']json["'] \}|import assertion|import attribute|openclaw\.mjs[\s\S]*Unexpected token '\.'/i,message:"\u672C\u673A Node \u7248\u672C\u8FC7\u4F4E (ACP \u9700\u8981\u8F83\u65B0 Node \u624D\u652F\u6301 import attributes / \u53EF\u9009\u94FE)\uFF0C\u8BF7\u5347\u7EA7 Node \u5230 \u2265 20.10 \u540E\u91CD\u8BD5"},{reason:"acp_cmd_misexec",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["claude-code"],match:/claude-agent-acp\.cmd.*@ECHO off|\.cmd:\d+/i,message:"claude ACP wrapper \u542F\u52A8\u65B9\u5F0F\u5F02\u5E38 (Windows .cmd \u88AB\u8BEF\u5F53\u811A\u672C\u6267\u884C)\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C pair/connect"},{reason:"hermes_provider_not_configured",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["hermes"],match:/(no.*openai.*provider|OPENAI_API_KEY.*(not set|missing)|(provider|model).*(not configured|misconfigured)|hermes.*setup.*required)/i,message:"hermes provider/API key \u672A\u914D\u7F6E\u597D, \u8BF7\u68C0\u67E5 <HERMES_HOME>/config.yaml + .env \u540E\u91CD\u8BD5"},{reason:"prompt_too_long",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["claude-code"],match:/Prompt is too long|bad request: failed to read body: length limit exceeded/i,message:"\u672C\u8F6E\u8F93\u5165\u8FC7\u957F\uFF0C\u8D85\u8FC7\u6A21\u578B\u4E0A\u4E0B\u6587\u4E0A\u9650\uFF0C\u8BF7\u7CBE\u7B80\u8F93\u5165\u6216\u5F00\u542F\u65B0\u4F1A\u8BDD\u540E\u91CD\u8BD5"}];function H0(t,e){if(!e)return null;for(let r of db)if(!(r.frameworks&&!r.frameworks.includes(t))&&r.match.test(e))return{bridgeCode:r.bridgeCode,reason:r.reason,message:r.message};return null}function q0(t,e){return H0(t,e)}function j0(t,e){return H0(t,e)}function zr(t,e,r){return!e&&r.firstUpdateMs>0&&t<r.firstUpdateMs?Math.max(1,r.firstUpdateMs-t):t<r.phase2GateMs?Math.max(1,r.phase2GateMs-t):Math.max(1,r.livenessWindowMs)}function W0(t,e,r){let o=r-t.armedAt-t.expectedIntervalMs;if(o>e.suspendThresholdMs){let h=t.suspendedMs+o,g=r-t.startedAt-h;return{action:"suspend",suspendedDeltaMs:o,rearmMs:zr(g,t.firstFrameSeen,e)}}let c=r-t.startedAt-t.suspendedMs,d=t.awaitingApproval?e.approvalMaxMs:e.absoluteMaxMs;return c>=d?{action:"reject-backstop",awaitingApproval:t.awaitingApproval}:t.firstFrameSeen?c<e.phase2GateMs?{action:"continue",rearmMs:zr(c,!0,e)}:r-t.lastActivityAt<e.livenessWindowMs||t.hasActiveTool||t.awaitingApproval?{action:"continue",rearmMs:zr(c,!0,e)}:{action:"reject-idle"}:e.firstUpdateMs>0&&c>=e.firstUpdateMs&&!t.awaitingApproval?{action:"reject-idle"}:{action:"continue",rearmMs:zr(c,!1,e)}}var K0=Ze("COZE_BRIDGE_INITIALIZE_TIMEOUT_MS",3e4),hb=200,pb=40,mb=Ze("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),gb=Ze("COZE_BRIDGE_SESSION_PROMPT_IDLE_MS",600*1e3),wb=Ze("COZE_BRIDGE_SESSION_PROMPT_ABSOLUTE_MAX_MS",7200*1e3),_b=Ze("COZE_BRIDGE_SUSPEND_THRESHOLD_MS",60*1e3),yb=Ze("COZE_BRIDGE_SESSION_PROMPT_FIRST_UPDATE_MS",600*1e3),bb=Ze("COZE_BRIDGE_SESSION_PROMPT_APPROVAL_MAX_MS",1440*60*1e3),$0=500;function Eb(t){try{let e=JSON.stringify(t);return e===void 0||e.length<=$0?t:`${e.slice(0,$0)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function vb(t){let e=[];typeof t.message=="string"&&e.push(t.message);let{data:r}=t;if(typeof r=="string")e.push(r);else if(r&&typeof r=="object")try{e.push(JSON.stringify(r))}catch{}return e.join(" ")}function V0(t){try{return lb(t)}catch{return}}function Sb(t,e){return{platform:process.platform,osRelease:ub(),code:t.code,errno:t.errno,syscall:t.syscall,errPath:t.path,command:e.command,commandExists:xb(e.command)?V0(e.command):void 0,cwd:e.cwd,cwdExists:V0(e.cwd),envKeys:e.envKeys}}function Ib(t,e){return`${t.message} [diag: platform=${e.platform} os=${e.osRelease} code=${e.code} errno=${e.errno} syscall=${e.syscall} cmd=${fb(e.command)} cmdExists=${e.commandExists} cwdExists=${e.cwdExists} envKeys=${e.envKeys}]`}var pt=class{constructor(e){this.opts=e;this.log=G(`downstream.${this.constructor.name}`,this.opts.agentId),this.decoder=new Io({onError:r=>this.log.warn("decode line failed",{line:r.line})})}opts;child;decoder;pending=new Map;inflightAgentRequests=new Map;idAllocator=new Br;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stopReason;stderrRing=[];now=Date.now;sanitizeEnv(e){return e}async start(){if(this.child)throw new k("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",r=$f(process.env,this.opts.agentEnvFile??Z().agentEnvFile,this.opts.env,o=>this.sanitizeEnv(o)),i=st(this.opts.command,this.opts.args,{cwd:this.opts.cwd,env:r,stdio:["pipe","pipe","pipe"],detached:e});this.child=i,B0(i.pid),i.stdout?.setEncoding("utf8"),i.stdout?.on("data",o=>{try{for(let c of this.decoder.push(o))this.dispatch(c)}catch(c){this.log.warn("stdout dispatch threw, swallowed to keep daemon alive",{err:String(c)})}}),i.stderr?.setEncoding("utf8"),i.stderr?.on("data",o=>{let c=o.trimEnd();this.stderrRing.push(c),this.stderrRing.length>hb&&this.stderrRing.shift(),this.log.debug("stderr",{text:c})}),i.stdin?.on("error",o=>{this.log.warn("child stdin error",{err:String(o)})}),i.stdout?.on("error",o=>{this.log.warn("child stdout error",{err:String(o)})}),i.stderr?.on("error",o=>{this.log.warn("child stderr error",{err:String(o)})}),i.on("exit",(o,c)=>{this.stopped=!0,F0(i.pid),(o!==0||c!==null)&&this.stderrRing.length>0&&this.log.warn("downstream exited abnormally, recent stderr",{code:o,signal:c,recentStderr:[...this.stderrRing]});try{for(let u of this.decoder.flush())this.dispatch(u)}catch(u){this.log.debug("decoder.flush on exit threw (ignored)",{err:String(u)})}this.failAllPending(this.buildExitError(o,c));for(let u of this.exitHandlers)u(o,c)}),i.on("error",o=>{let c=o,d=Sb(c,{command:this.opts.command,cwd:this.opts.cwd,envKeys:Object.keys(r).length});this.log.error("child error",{err:String(o),diag:d}),this.failAllPending(new k("AGENT_SPAWN_FAILED",Ib(c,d),{cause:d}))}),this.log.info("downstream started",{command:this.opts.command,pid:i.pid,cwd:this.opts.cwd})}async stop(e){if(!this.child||this.stopped)return;this.stopped=!0,this.stopReason=e??"stopped",this.log.info("downstream stopping",{reason:e});let r=this.child,i=new Promise(c=>r.once("exit",()=>c()));$i(r.pid,"SIGTERM");let o=setTimeout(()=>{r.killed||$i(r.pid,"SIGKILL")},5e3);try{await i}finally{clearTimeout(o)}}pid(){return this.child?.pid}isAlive(){return!!this.child&&!this.stopped}getStderrTail(e){return e===void 0?[...this.stderrRing]:this.stderrRing.slice(-e)}initialize(e){return this.call("initialize",e)}sessionNew(e){return this.call("session/new",{mcpServers:[],...e})}sessionLoad(e){return this.call("session/load",{mcpServers:[],...e})}sessionPrompt(e,r){let i={firstUpdateMs:yb,phase2GateMs:mb,livenessWindowMs:gb,absoluteMaxMs:wb,approvalMaxMs:bb,suspendThresholdMs:_b,...r};return this.call("session/prompt",e,K0,i)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(Nr("session/cancel",e))}setSessionMode(e){return this.call("session/set_mode",e)}setSessionModel(e){return this.call("session/set_model",e)}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,r){if(this.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(Mr(e,r))}catch(i){this.log.warn("respondAgentRequest write failed",{id:e,err:String(i)})}}respondAgentRequestError(e,r){if(this.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(An(e,r))}catch(i){this.log.warn("respondAgentRequestError write failed",{id:e,err:String(i)})}}onExit(e){this.exitHandlers.push(e)}call(e,r,i=K0,o){if(!this.child||this.stopped)return Promise.reject(new k("AGENT_PROTOCOL_ERROR","downstream not started"));let c=this.idAllocator.next(e),d=qi(c,e,r),u=(()=>{if(typeof r!="object"||r===null)return;let f=r.sessionId;return typeof f=="string"?f:void 0})();return new Promise((f,h)=>{let g={resolve:f,reject:h,timer:null,method:e,promptTimeout:null};if(o){let _=this.now(),v={cfg:o,startedAt:_,lastActivityAt:_,firstFrameSeen:!1,activeToolCalls:new Set,suspendedMs:0,armedAt:_,expectedIntervalMs:zr(0,!1,o),sessionId:u};g.promptTimeout=v;let y=()=>{let E={startedAt:v.startedAt,lastActivityAt:v.lastActivityAt,firstFrameSeen:v.firstFrameSeen,hasActiveTool:v.activeToolCalls.size>0,awaitingApproval:this.inflightAgentRequests.size>0,suspendedMs:v.suspendedMs,armedAt:v.armedAt,expectedIntervalMs:v.expectedIntervalMs},I=this.now(),A=W0(E,v.cfg,I),T=D=>{v.armedAt=I,v.expectedIntervalMs=D,g.timer=setTimeout(y,D)};if(A.action==="suspend"){v.suspendedMs+=A.suspendedDeltaMs,v.lastActivityAt=I,this.log.warn("downstream prompt timer: suspend detected",{id:c,method:e,gapMs:A.suspendedDeltaMs,suspendedMs:v.suspendedMs,...v.sessionId?{sessionId:v.sessionId}:{}}),T(A.rearmMs);return}if(A.action==="continue"){T(A.rearmMs);return}this.pending.delete(c),A.action==="reject-backstop"?(this.log.warn("downstream prompt absolute timeout",{id:c,method:e,awaitingApproval:A.awaitingApproval,...v.sessionId?{sessionId:v.sessionId}:{}}),h(A.awaitingApproval?new k("AGENT_APPROVAL_TIMEOUT",`${e} awaiting permission timed out after ${v.cfg.approvalMaxMs}ms`):new k("AGENT_TIMEOUT",`${e} timed out after ${v.cfg.absoluteMaxMs}ms`))):(this.log.warn("downstream prompt idle timeout",{id:c,method:e,...v.sessionId?{sessionId:v.sessionId}:{}}),h(new k("AGENT_FRAME_IDLE_TIMEOUT",`${e} no progress within ${v.cfg.livenessWindowMs}ms`)))};g.timer=setTimeout(y,v.expectedIntervalMs)}else i>0&&Number.isFinite(i)&&(g.timer=setTimeout(()=>{this.pending.delete(c),this.log.warn("downstream call timeout",{id:c,method:e,timeoutMs:i}),h(new k("AGENT_TIMEOUT",`${e} timed out after ${i}ms`))},i));this.pending.set(c,g);try{this.writeFrame(d)}catch(_){g.timer&&clearTimeout(g.timer),this.pending.delete(c),h(_)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new k("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(L0(e),r=>{r&&this.log.warn("stdin write callback err",{err:String(r)})})}dispatch(e){if(So(e)){let r=e.id!==null?this.pending.get(e.id):void 0;if(!r){this.log.warn("orphan response",{id:e.id});return}this.pending.delete(e.id),r.timer&&clearTimeout(r.timer),e.error?(this.log.warn("downstream returned error frame",{id:e.id,method:r.method,code:e.error.code,message:e.error.message,data:e.error.data}),r.reject(this.wireErrorToBridge(e.error))):e.result===void 0?(this.log.warn("downstream response missing both result and error",{id:e.id,method:r.method}),r.reject(new k("AGENT_PROTOCOL_ERROR",`${r.method} response missing both result and error`))):(this.log.info("downstream returned result",{id:e.id,method:r.method,result:Eb(e.result)}),r.resolve(e.result));return}if(D0(e)){if(e.method==="session/update"){let r=e.params;for(let i of this.pending.values()){let o=i.promptTimeout;o&&(o.firstFrameSeen=!0,o.lastActivityAt=this.now(),this.trackToolCall(o,r))}for(let i of this.updateHandlers)try{Promise.resolve(i(r)).catch(o=>this.log.warn("update handler failed (async)",{err:String(o)}))}catch(o){this.log.warn("update handler threw sync, swallowed",{err:String(o)})}}else this.log.info("unknown notification (drop, not forwarded)",{method:e.method});return}if(R0(e)){let r=e;try{this.handleAgentRequest(r).catch(i=>this.log.error("agent request handler failed (async)",{method:r.method,err:String(i)}))}catch(i){this.log.warn("handleAgentRequest threw sync, swallowed",{method:r.method,err:String(i)})}}}trackToolCall(e,r){let i=r.update,o=i?.sessionUpdate;if(o!=="tool_call"&&o!=="tool_call_update")return;let c=typeof i.toolCallId=="string"?i.toolCallId:void 0;if(!c)return;let d=typeof i.status=="string"?i.status:void 0,u=d==="completed"||d==="failed"||d==="cancelled";o==="tool_call"&&!u?e.activeToolCalls.add(c):u&&e.activeToolCalls.delete(c)}async handleAgentRequest(e){if(this.agentRequestHandlers.length===0){this.writeFrame(An(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}this.inflightAgentRequests.set(e.id,e.method);for(let r of this.agentRequestHandlers)try{await r(e)}catch(i){this.log.error("agentRequestHandler threw",{method:e.method,err:String(i)});try{this.writeFrame(An(e.id,Wi(i)))}catch{}this.inflightAgentRequests.delete(e.id)}}wireErrorToBridge(e){let r=P0(e);if(r.code!=="AGENT_PROTOCOL_ERROR")return r;let i=j0(this.framework,vb(e));return i?new k(i.bridgeCode,i.message,{cause:{reason:i.reason,wireCode:e.code,wireMessage:e.message,wireData:e.data}}):r}buildExitError(e,r){if(this.stopReason!==void 0)return new k("AGENT_TURN_ABORTED",`turn aborted: ${this.stopReason}`,{cause:{reason:this.stopReason}});let i=this.getStderrTail(pb).join(`
|
|
106
|
-
`),o=q0(this.framework,i);return o?new k(o.bridgeCode,o.message,{cause:{reason:o.reason,code:e,signal:r,stderrTail:i}}):new k("AGENT_PROTOCOL_ERROR",`agent exited (${e}/${r})`,{cause:{code:e,signal:r,stderrTail:i}})}failAllPending(e){for(let r of this.pending.values())r.timer&&clearTimeout(r.timer),r.reject(e);this.pending.clear(),this.inflightAgentRequests.clear()}};function Ab(t){let e={};for(let[r,i]of Object.entries(t))i!==void 0&&(r.startsWith("CLAUDE")||r==="AI_AGENT"||r==="BAGGAGE"||(e[r]=i));return e}var Ao=class extends pt{framework="claude-code";constructor(e){let{command:r,args:i}=si("claude-code",e.command,e.args??[]),o={command:r,args:i,cwd:e.cwd,agentId:e.agentId,...e.env?{env:e.env}:{}};super(o)}sanitizeEnv(e){return Ab(e)}};ln();import{mkdtempSync as kb,rmSync as Tb}from"node:fs";import{tmpdir as Cb}from"node:os";import{join as Rb}from"node:path";var J0=["default","acceptEdits","plan","auto","bypassPermissions"],Z0=["read-only","auto","full-access"];var Y0=["default","accept_edits","dont_ask"];function Mt(t,e){if(typeof e!="string")return!1;switch(t){case"claude-code":return J0.includes(e);case"codex":return Z0.includes(e);case"hermes":return Y0.includes(e);case"openclaw":return!1}}function ko(t){switch(t){case"read-only":return"read-only";case"auto":return"agent";case"full-access":return"agent-full-access"}}function X0(t){switch(t){case"read-only":return"read-only";case"agent":return"auto";case"agent-full-access":return"full-access";default:return}}function pd(t){switch(t){case"claude-code":return J0.join("/");case"codex":return Z0.join("/");case"hermes":return Y0.join("/");case"openclaw":return""}}var To=class extends pt{framework="codex";authMethodId;codexHomeDir;constructor(e){let r=e.args??[],i=e.extraArgs?[...r,...e.extraArgs]:r,{command:o,args:c}=si("codex",e.command,i),d=e.isolateCodexHome?kb(Rb(Cb(),"coze-bridge-codex-home-")):void 0,u=d?{...e.env??{},CODEX_HOME:d}:e.env,f={command:o,args:c,cwd:e.cwd,agentId:e.agentId,...u?{env:u}:{}};super(f),this.authMethodId=e.authMethodId,this.codexHomeDir=d}async initialize(e){let r=await super.initialize(e);return this.authMethodId&&await this.call("authenticate",{methodId:this.authMethodId}),r}setSessionMode(e){let r=Mt("codex",e.modeId)?ko(e.modeId):e.modeId;return super.setSessionMode({...e,modeId:r})}onUpdate(e){super.onUpdate(r=>e(Db(r)))}async stop(e){if(await super.stop(e),this.codexHomeDir)try{Tb(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};function Db(t){let e=t.update;if(e.sessionUpdate!=="current_mode_update"||typeof e.currentModeId!="string")return t;let r=X0(e.currentModeId);return!r||r===e.currentModeId?t:{...t,update:{...t.update,currentModeId:r}}}te();var Pb=G("hermes-downstream"),Co=class extends pt{framework="hermes";modelId;constructor(e){let r={command:e.command,args:[],cwd:e.cwd,agentId:e.agentId,...e.env?{env:e.env}:{}};super(r),e.modelId&&(this.modelId=e.modelId)}async afterSessionEstablished(e){if(this.modelId)try{await this.setSessionModel({sessionId:e,modelId:this.modelId})}catch(r){Pb.warn("hermes session/set_model post-establish failed (ignored)",{sessionId:e,modelId:this.modelId,err:String(r)})}}};$e();var Ob=3e4,Ur=class extends pt{framework="openclaw";agentId;sessionName;slashModelOnStart;constructor(e){let r=e.sessionName??"default",i=["acp","--session",`agent:${e.agentId}:${r}`];e.gatewayToken&&i.push("--token",e.gatewayToken);let o={command:e.command,args:i,cwd:e.cwd,agentId:e.agentId,...e.env?{env:e.env}:{}};super(o),this.agentId=e.agentId,this.sessionName=r,this.slashModelOnStart=e.slashModelOnStart}async afterSessionEstablished(e){this.slashModelOnStart&&(this.log.info("switching session to per-session provider via /model",{agentId:this.agentId,sessionName:this.sessionName,slash:this.slashModelOnStart}),await this.call("session/prompt",{sessionId:e,prompt:[{type:"text",text:`/model ${this.slashModelOnStart}`}]},Ob))}get acpSessionName(){return this.sessionName}setSessionMode(e){return Promise.reject(new k("METHOD_NOT_FOUND","session/set_mode not supported on openclaw"))}};jt();$e();te();Re();function md(t){return t.replace(/[^A-Za-z0-9._-]+/g,"-")}ln();var kn=class{slots=[];running=!1;closed=!1;disposed=!1;enqueue(e){return this.disposed?Promise.reject(new Error("AsyncQueue disposed")):this.closed?Promise.reject(new Error("AsyncQueue closed")):new Promise((r,i)=>{this.slots.push({task:e,resolve:r,reject:i}),this.drain()})}close(){this.closed=!0}dispose(e=new Error("AsyncQueue disposed")){for(this.disposed=!0,this.closed=!0;this.slots.length>0;)this.slots.shift()?.reject(e)}get size(){return this.slots.length}get isRunning(){return this.running}get isDisposed(){return this.disposed}async drain(){if(!this.running){this.running=!0;try{for(;this.slots.length>0&&!this.disposed;){let e=this.slots.shift();if(!e)break;try{let r=await e.task();e.resolve(r)}catch(r){e.reject(r)}}}finally{this.running=!1}}}};var Ro=class{agentId;framework;workspace;deployType;accountId;patToken;modelInfo;sessions=new Map;sessionQueues=new Map;activeTriggers=new Map;activeGroupIds=new Map;status="ok";model;lastActiveAt=Date.now();constructor(e){this.agentId=e.agentId,this.framework=e.framework,this.workspace=e.workspace,this.model=e.model,this.deployType=e.deployType??"local",e.accountId&&(this.accountId=e.accountId),e.patToken&&(this.patToken=e.patToken),e.modelInfo&&(this.modelInfo=e.modelInfo)}setPatToken(e){this.patToken=e}setModelInfo(e){this.modelInfo=e}getSessionQueue(e){let r=this.sessionQueues.get(e);return(!r||r.isDisposed)&&(r=new kn,this.sessionQueues.set(e,r)),r}allSessionQueues(){return this.sessionQueues.entries()}hasSessionQueue(e){let r=this.sessionQueues.get(e);return!!r&&!r.isDisposed}async dispose(e){this.status="stopped";let r=new Error(`AgentSession disposed${e?`: ${e}`:""}`);for(let i of this.sessionQueues.values())i.dispose(r);this.sessionQueues.clear(),await this.killAllRuntimes(e??"dispose")}async killAllRuntimes(e){let r=[];for(let[,i]of this.sessions)Vi(i),i.downstream&&(r.push(i.downstream.stop(e).catch(()=>{})),i.downstream=void 0);await Promise.all(r),this.activeTriggers.clear(),this.activeGroupIds.clear()}};function Vi(t){t.idleTimer&&(clearTimeout(t.idleTimer),t.idleTimer=void 0)}function Qt(t){return t.framework==="hermes"?!0:t.deployType!=="local"?!1:t.framework==="claude-code"||t.framework==="codex"}Xt();te();import{constants as Q0}from"node:fs";import{access as Lb,readFile as Nb}from"node:fs/promises";import{delimiter as Mb,dirname as Bb,join as ex}from"node:path";var et=G("framework-detector"),tx={"claude-code":"claude",codex:"codex",openclaw:"openclaw",hermes:"hermes-acp"},Fb=[".exe",".cmd",".bat",".ps1"],Zn=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??st,access:e.access??Lb,readFile:e.readFile??Nb}}async detect(e){let r=tx[e],i=await this.which(r);if(!i&&e==="hermes"&&(i=await this.resolveHermesAcpViaHermesShim()),!i)return et.debug("framework binary not found",{framework:e,bin:r}),null;let o=e==="openclaw"?["--log-level","silent"]:[],[c,d]=await Promise.all([this.probeVersion(i,o),e==="openclaw"?this.probeOpenclawDefaultAgent(i):Promise.resolve(null)]),u={path:i,version:c};return d&&(u.defaultAgent=d),u}async detectAll(){let e=await Promise.all(Object.keys(tx).map(async i=>[i,await this.detect(i)])),r={};for(let[i,o]of e)o&&(r[i]=o);return r}async which(e){let r=this.env.pathEnv.split(Mb).filter(Boolean),i=this.env.platform==="win32"?["",...Fb]:[""];for(let o of r)for(let c of i){let d=ex(o,e+c);if(await this.isExecutable(d))return d}return null}async isExecutable(e){try{let r=this.env.platform==="win32"?Q0.F_OK:Q0.X_OK;return await this.env.access(e,r),!0}catch{return!1}}async resolveHermesAcpViaHermesShim(){if(this.env.platform==="win32")return null;let e=await this.which("hermes");if(!e)return null;let r;try{r=await this.env.readFile(e,"utf8")}catch(d){return et.debug("hermes shim fallback: readFile failed",{hermesPath:e,err:String(d)}),null}let o=r.match(/exec\s+["']?(\/[^\s"']+\/bin\/hermes)["']?/)?.[1];if(!o)return et.debug("hermes shim fallback: no exec line matched",{hermesPath:e}),null;let c=ex(Bb(o),"hermes-acp");return await this.isExecutable(c)?(et.info("hermes-acp resolved via hermes shim fallback",{hermesPath:e,candidate:c}),c):(et.debug("hermes shim fallback: hermes-acp not executable at inferred path",{hermesPath:e,candidate:c}),null)}async probeOpenclawDefaultAgent(e){let r=await this.runProbe(e,["--log-level","silent","agents","list","--json"]);if(!r)return et.warn("openclaw default agent probe: runProbe returned null (spawn err / timeout)",{path:e}),null;if(r.code!==0)return et.warn("openclaw default agent probe: non-zero exit",{path:e,code:r.code,stdoutHead:r.stdout.slice(0,200)}),null;let i=r.stdout.match(/\[\s*\{[\s\S]*\}\s*\]/);if(!i)return et.warn("openclaw default agent probe: regex no match (no JSON array in stdout)",{path:e,stdoutHead:r.stdout.slice(0,200)}),null;try{let o=JSON.parse(i[0]);if(!Array.isArray(o))return et.warn("openclaw default agent probe: JSON parsed but not an array",{path:e}),null;let c=o.find(d=>d?.isDefault===!0);return c?!c.id||!c.workspace?(et.warn("openclaw default agent probe: default agent missing id or workspace",{path:e,hasId:!!c.id,hasWorkspace:!!c.workspace}),null):{id:c.id,workspace:c.workspace}:(et.info("openclaw default agent probe: no agent has isDefault=true",{path:e,agentCount:o.length}),null)}catch(o){return et.warn("openclaw default agent probe: JSON.parse failed",{path:e,err:String(o),matchHead:i[0].slice(0,200)}),null}}async probeOpenclawGateway(e){let r=await this.runProbe(e,["--log-level","silent","gateway","status","--json","--require-rpc","--timeout","5000"]);if(!r)return et.warn("openclaw gateway probe: runProbe returned null (spawn err / timeout)",{path:e}),{reachable:!1};let i=r.code===0;i||et.warn("openclaw gateway probe: non-zero exit (gateway unreachable)",{path:e,code:r.code,stdoutHead:r.stdout.slice(0,200)});let o={reachable:i},c=r.stdout.match(/\{[\s\S]*\}/);if(c)try{let d=JSON.parse(c[0]);typeof d.gateway?.port=="number"&&(o.port=d.gateway.port),typeof d.service?.runtime?.status=="string"&&(o.runtime=d.service.runtime.status),!i&&typeof d.rpc?.error=="string"&&(o.detail=d.rpc.error)}catch(d){et.warn("openclaw gateway probe: JSON.parse failed (detail omitted, gate by exit code)",{path:e,err:String(d)})}return o}async probeVersion(e,r=[]){let i=await this.runProbe(e,[...r,"--version"]);return i&&(Ub(i.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,r){return new Promise(i=>{let o="",c=!1,d,u=f=>{c||(c=!0,d&&clearTimeout(d),i(f))};try{let f=this.env.spawn(e,r,{stdio:["ignore","pipe","pipe"]});d=setTimeout(()=>{f.kill("SIGKILL"),u(null)},15e3),f.stdout?.on("data",h=>{o+=h.toString("utf8")}),f.on("error",()=>u(null)),f.on("close",h=>u({code:h,stdout:o}))}catch{u(null)}})}},zb=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function Ub(t){return t.replace(zb,"")}import{homedir as Gb}from"node:os";import{join as Hb}from"node:path";jt();Xt();ar();$e();te();async function ix(){let t=Hb(Gb(),".openclaw/openclaw.json");return ur(t)}async function sx(){return(await ix())?.gateway?.auth?.token??""}var nx=G("openclaw.config"),qb=[0,5e3,5e3],jb=Ze("COZE_BRIDGE_OPENCLAW_CLI_TIMEOUT_MS",15e3),rx="models.providers.",Do="agents.defaults.models",Po=class{command;env;retryDelaysMs;cliTimeoutMs;queue=new kn;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??qb,this.cliTimeoutMs=e.cliTimeoutMs??jb}async withRetry(e,r){let i;for(let o=0;o<this.retryDelaysMs.length;o++){let c=this.retryDelaysMs[o]??0;c>0&&await new Promise(d=>setTimeout(d,c));try{return await r()}catch(d){i=d,nx.warn("openclaw cli failed, will retry",{label:e,attempt:o+1,err:String(d)})}}throw new k("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${i?.message??"unknown"}`)}runCli(e){return new Promise((r,i)=>{let o=st(this.command,e,{stdio:["ignore","ignore","pipe"],env:this.env}),c="",d=!1,u=h=>{d||(d=!0,clearTimeout(f),h())};o.stderr?.on("data",h=>{c+=h.toString("utf8")});let f=setTimeout(()=>{u(()=>{o.kill("SIGTERM"),setTimeout(()=>o.kill("SIGKILL"),250).unref(),i(new Error(`timeout after ${this.cliTimeoutMs}ms: ${e.join(" ")}`))})},this.cliTimeoutMs);f.unref(),o.on("error",h=>u(()=>i(h))),o.on("close",h=>u(()=>{h===0?r():i(new Error(`exit ${h}: ${c.trim().slice(0,500)}`))}))})}async runCliTolerant(e,r){try{await this.runCli(e)}catch(i){let o=String(i);if(r.some(c=>o.includes(c)))return;throw i}}async bestEffortUnset(e,r){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCliTolerant(["config","unset",r],["Config path not found","Nothing was changed"])))}catch(i){nx.warn(`${e} failed (best-effort)`,{configPath:r,err:String(i)})}}ensureProvider(e,r){return this.queue.enqueue(()=>this.withRetry(`config set models.providers.${e}`,()=>this.runCli(["config","set",`${rx}${e}`,JSON.stringify(r),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${rx}${e}`)}addModelToAllowlist(e,r){let i={[e]:r?{alias:r}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${Do}[${e}]`,()=>this.runCli(["config","set",Do,JSON.stringify(i),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${Do}[${e}]`,`${Do}.${e}`)}async getAllowlistModelsForProvider(e){let i=(await ix())?.agents?.defaults?.models;if(!i||typeof i!="object")return[];let o=`${e}/`,c=[];for(let d of Object.keys(i))d.startsWith(o)&&c.push(d.slice(o.length));return c}ensureAgent(e,r,i){let o=["agents","add",e,"--workspace",r,"--non-interactive"];return i&&o.push("--model",i),this.queue.enqueue(()=>this.withRetry(`agents add ${e}`,()=>this.runCliTolerant(o,["already exists","already registered"])))}restartGateway(){return this.queue.enqueue(()=>this.withRetry("gateway restart",()=>this.runCli(["gateway","restart"])))}deleteAgent(e){return this.queue.enqueue(()=>this.withRetry(`agents delete ${e}`,()=>this.runCliTolerant(["agents","delete",e,"--force"],["not found","does not exist"])))}};var ue=G("agent-manager"),_d="acceptEdits",dx="full-access",lx="read-only";function Vb(t){return{INITIAL_AGENT_MODE:ko(t)}}var Jb=(t,e,r,i,o,c,d,u,f,h)=>{switch(t){case"claude-code":{let g={...o?{...r0(o),...o0(o,d,u)}:{},...f??{},IS_SANDBOX:"1"};return new Ao({cwd:r,env:g,agentId:i})}case"codex":{let g=dx;h!==void 0&&(Mt("codex",h)?g=h:ue.warn("codex spawn: invalid codexPermissionMode, falling back to full-access",{agentId:i,received:h}));let _=!!o,v={...o?{...s0(o),...i0(o,d,u)}:{},...Vb(g),..._?{NO_BROWSER:"1"}:{},...f??{}};return new To({cwd:r,agentId:i,...Object.keys(v).length>0?{env:v}:{},..._?{authMethodId:"api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new Ur({command:e,cwd:r,agentId:i,...c?{sessionName:md(c)}:{}});case"hermes":return new Co({command:e,cwd:r,agentId:i,...f&&Object.keys(f).length>0?{env:{...f}}:{},...o?.model?{modelId:o.model}:{}})}};function wd(t){return t==="claude-code"||t==="codex"}var Zb={path:"",version:"cloud-deployed"},ax="openclaw_gateway_unavailable",Yb="openclaw_default_agent_missing";function cx(t){let e=[t.port!==void 0?`port=${t.port}`:"",t.runtime?`runtime=${t.runtime}`:"",t.detail??""].filter(Boolean).join(", ");return`openclaw gateway \u672A\u8FD0\u884C/\u4E0D\u53EF\u8FBE${e?` (${e})`:""}; \u8BF7\u542F\u52A8 openclaw gateway`}var Xb={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},Qb=6e4,Oo=class{paths;config;registry;factory;createTimeoutMs;openclawConfigCache;ensuredProviders=new Set;detectorFactory;openclawEnvBootstrapPromise;openclawConfigFactory;openclawConfigDir;constructor(e){this.paths=e.paths,this.config=e.config,this.registry=e.registry,this.factory=e.downstreamFactory??Jb,this.createTimeoutMs=e.createTimeoutMs??Qb,this.detectorFactory=e.detectorFactory??(()=>new Zn),this.openclawConfigFactory=e.openclawConfigFactory??(r=>new Po({command:r})),this.openclawConfigDir=e.openclawConfigDir??ox($b(),".openclaw")}buildBinShimPathEnv(){let e=process.platform==="win32"?";":":";return{PATH:`${this.paths.binDir}${e}${process.env.PATH??""}`}}getOpenclawConfig(){if(!this.openclawConfigCache){let e=this.config.frameworksCache?.openclaw;if(!e?.path)throw new k("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");this.openclawConfigCache=this.openclawConfigFactory(e.path)}return this.openclawConfigCache}bootstrapOpenclawEnvIfNeeded(){return this.openclawEnvBootstrapPromise?this.openclawEnvBootstrapPromise:(this.openclawEnvBootstrapPromise=this.doBootstrapOpenclawEnv().catch(e=>{ue.warn("openclaw env bootstrap failed (ignored)",{err:String(e)}),this.openclawEnvBootstrapPromise=void 0}),this.openclawEnvBootstrapPromise)}async doBootstrapOpenclawEnv(){let e=this.openclawConfigDir,r=ox(e,".env");if(await Kb(r).then(c=>c.isFile()).catch(()=>!1)){ue.debug("openclaw .env exists, skip bootstrap",{envFile:r});return}let o=Bi({...process.env,...Mi(this.paths.agentEnvFile)});await ut(r,o,{mode:384}),ue.info("openclaw .env bootstrapped",{envFile:r,bytes:o.length}),await this.getOpenclawConfig().restartGateway(),ue.info("openclaw gateway restarted after env bootstrap")}async createAgent(e,r){if(!e.agentId)throw new k("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new k("IPC_BAD_REQUEST","framework required");let i=await ve(e.agentId,this.paths).catch(()=>null),o=xo(e._meta)==="cloud"||i?.deployType==="cloud";this.registry.reviveIfDisconnected?.(e.agentId);let c=this.registry.get(e.agentId);if(c){if(c.framework!==e.framework)throw new k("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${c.framework})`);if(c.status==="error")ue.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await c.dispose("rebuild after error").catch(T=>ue.warn("dispose stale agent failed (ignored)",{err:String(T)})),this.registry.unregister(e.agentId);else if(o&&c.deployType!=="cloud")ue.warn("existing agent deployType drifted to local, rebuilding as cloud",{agentId:e.agentId}),await c.dispose("rebuild after deployType drift").catch(T=>ue.warn("dispose drifted agent failed (ignored)",{err:String(T)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==c.patToken){ue.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),c.setPatToken(e.patToken);let T=await ve(e.agentId,this.paths).catch(()=>null);T&&(T.patToken=e.patToken,await Ue(T,this.paths))}if(c.deployType==="cloud"&&e.modelInfo){ue.info("updating agent modelInfo on re-create",{agentId:e.agentId}),c.setModelInfo(e.modelInfo);let T=await ve(e.agentId,this.paths).catch(()=>null);T&&(T.modelInfo=e.modelInfo,await Ue(T,this.paths))}return ue.info("agent already exists, return current",{agentId:e.agentId}),{ok:!0,agentId:c.agentId,workspace:c.workspace,framework:c.framework}}}if(!o&&!this.config.frameworksCache?.[e.framework]){let D=e.framework==="hermes"?"; install with `pipx install hermes-agent` and rerun daemon to refresh frameworks_cache":"; rerun daemon to refresh frameworks_cache";throw new k("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine${D}`)}let u=ze(e.agentId,this.paths),f=o?"cloud":"local",h=e.framework==="openclaw"&&f==="local",g;h&&!r?.revive&&(g=(await this.ensureOpenclawDefaultAgent()).workspace,await this.ensureOpenclawGatewayReachable());let _=g??(h?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0),v=e.workspace??_??u.workspace,y=new AbortController,E=setTimeout(()=>y.abort(new k("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),I,A=!1;try{o&&wd(e.framework)&&await lr(e.framework,y.signal);let T=()=>{if(y.signal.aborted)throw y.signal.reason instanceof Error?y.signal.reason:new k("AGENT_TIMEOUT","_agent/create aborted")};await gd(u.root,{recursive:!0}),await gd(v,{recursive:!0}),await gd(u.logs,{recursive:!0}),T(),h||await xr(v,e.framework,e.cozeIdentity),e.framework==="claude-code"&&(f==="cloud"?await Ha(v,"cloud"):await Ha(v,"local",_d)),T();let D=i,b=t0({model:e.model??D?.model}),R=Gf(e._meta)??D?.accountId,P=e.patToken??D?.patToken,B=f==="cloud"?e.modelInfo??D?.modelInfo:void 0;if(I=new Ro({agentId:e.agentId,framework:e.framework,workspace:v,model:b.model??At,deployType:f,...R?{accountId:R}:{},...P?{patToken:P}:{},...B?{modelInfo:B}:{}}),I.status="ok",D?.sessions){let V=e.framework==="hermes"||f==="local"&&(e.framework==="claude-code"||e.framework==="codex");for(let[X,se]of Object.entries(D.sessions)){let oe={acpSessionId:se.acpSessionId,modelToken:se.modelToken,tokenGeneratedAt:se.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};V?se.permissionMode===void 0?(oe.permissionMode=e.framework==="claude-code"?"bypassPermissions":e.framework==="codex"?"full-access":"default",ue.info("autoRevive: legacy session (no permissionMode) \u2192 fallback to D80/D84 default",{agentId:e.agentId,cloudId:X,framework:e.framework,fallback:oe.permissionMode})):Mt(e.framework,se.permissionMode)?oe.permissionMode=se.permissionMode:ue.warn("autoRevive: dropping invalid persisted permissionMode",{agentId:e.agentId,cloudId:X,framework:e.framework,value:se.permissionMode}):se.permissionMode!==void 0&&ue.info("autoRevive: dropping persisted permissionMode (gate disabled)",{agentId:e.agentId,cloudId:X,framework:e.framework,deployType:f}),se.cozeGroupId&&(oe.cozeGroupId=se.cozeGroupId),I.sessions.set(X,oe)}let re=Object.keys(D.sessions).length;re>0&&ue.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:re})}this.registry.register(I),A=!0;let M={agentId:e.agentId,framework:e.framework,workspace:v,cozeIdentity:e.cozeIdentity,createdAt:D?.createdAt??Date.now(),sessions:D?.sessions??{},model:b.model};f==="cloud"&&(M.deployType="cloud"),R&&(M.accountId=R),P&&(M.patToken=P),B&&(M.modelInfo=B),D?.skills&&(M.skills=D.skills),D?.agentName&&(M.agentName=D.agentName),D?.description&&(M.description=D.description),M.skillsRefreshedForVersion=D?.skillsRefreshedForVersion??Nt,e.framework==="openclaw"&&f==="cloud"&&(this.config.frameworksCache?.openclaw?.path?(await this.bootstrapOpenclawEnvIfNeeded(),await this.getOpenclawConfig().ensureAgent(e.agentId,v)):ue.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let J=e.initialSkills??[];if(J.length>0){let V=[...M.skills??[]],re=new Map(V.map((oe,C)=>[oe.skillId,C])),X=await Promise.allSettled(J.map(oe=>bo({agentId:e.agentId,workspace:v,framework:e.framework,skill:oe,paths:this.paths}))),se=0;for(let[oe,C]of X.entries()){let z=J[oe];z&&(C.status==="fulfilled"?(Eo(V,re,C.value),se++):ue.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:z.skillId,skillName:z.skillName,err:String(C.reason)}))}se>0&&(M.skills=V,ue.info("initialSkills installed",{agentId:e.agentId,installed:se,requested:J.length}))}return await Ue(M,this.paths),ue.info("agent created (no spawn, lazy on first prompt)",{agentId:e.agentId,framework:e.framework,deployType:f}),{ok:!0,agentId:e.agentId,workspace:v,framework:e.framework}}catch(T){throw ue.error("agent create failed, rolling back",{agentId:e.agentId,err:String(T)}),A&&I&&(await I.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),ue.error("[AUDIT] ROLLBACK: about to rm dirs.root",{src:"agent-manager.createAgent.catch",agentId:e.agentId,path:u.root,revive:r?.revive===!0,framework:e.framework,errStack:T instanceof Error?T.stack:String(T)}),await Wb(u.root,{recursive:!0,force:!0}).catch(D=>ue.warn("rm agent dir failed (ignored)",{err:String(D)})),T instanceof k?T:new k("AGENT_SPAWN_FAILED",String(T),{cause:T})}finally{clearTimeout(E)}}async spawnSessionDownstream(e,r,i,o,c){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&wd(e.framework))u=Zb;else throw e.framework==="hermes"?new k("AGENT_SPAWN_FAILED","hermes-acp not detected on this machine; install with `pipx install hermes-agent` and rerun daemon to refresh frameworks_cache"):new k("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);wd(e.framework)&&!_s(e.framework)&&(ue.info("spawn: resolving acp wrapper",{agentId:e.agentId,framework:e.framework}),await lr(e.framework));let f=e.deployType==="cloud"?{model:e.model,modelToken:r,...e.modelInfo?{modelInfo:e.modelInfo}:{}}:void 0,h;if(e.framework==="openclaw")h=await this.buildOpenclawDownstream({session:e,modelConfig:f,cloudSessionId:i,cozeEnv:o,mockScenario:c,command:u.path});else if(e.framework==="hermes"){let g={...this.buildBinShimPathEnv()};f&&(await f0({paths:this.paths,agentId:e.agentId,modelConfig:f,cozeEnv:o,mockScenario:c}),g.HERMES_HOME=Jn(e.agentId,this.paths)),h=this.factory(e.framework,u.path,e.workspace,e.agentId,f,i,o,c,g)}else{let g=e.sessions.get(i),_=Qt(e)?g?.permissionMode??dx:"full-access";h=this.factory(e.framework,u.path,e.workspace,e.agentId,f,i,o,c,this.buildBinShimPathEnv(),_)}try{return await h.start(),await h.initialize(Xb),h}catch(g){let _=h instanceof pt?h.getStderrTail():[];throw _.length>0&&ue.warn("spawnSessionDownstream failed, recent stderr (D94)",{agentId:e.agentId,framework:e.framework,method:g instanceof k?g.code:"unknown",recentStderr:_}),await h.stop("spawnSessionDownstream failed").catch(()=>{}),await this.resolveSpawnFailure(e,u.path,g)}}async resolveSpawnFailure(e,r,i){if(e.framework==="openclaw"&&e.deployType==="local"&&r)try{let o=await this.detectorFactory().probeOpenclawGateway(r);if(!o.reachable)return new k("AGENT_ENV_NOT_READY",cx(o),{cause:{reason:ax}})}catch(o){ue.warn("openclaw gateway diagnose failed (ignored, fall through to original error)",{agentId:e.agentId,err:String(o)})}return i instanceof k?i:new k("AGENT_SPAWN_FAILED",i instanceof Error?i.message:String(i),{cause:i})}async ensureOpenclawDefaultAgent(){let e=this.config.frameworksCache?.openclaw?.defaultAgent;if(e?.id&&e.workspace)return{id:e.id,workspace:e.workspace};ue.warn("openclaw default agent stale or missing, attempting lazy re-detect");let r=await this.detectorFactory().detect("openclaw");if(r?.defaultAgent?.id&&r.defaultAgent.workspace)return ue.info("openclaw lazy re-detect success",{agentId:r.defaultAgent.id,workspace:r.defaultAgent.workspace}),this.config.frameworksCache||(this.config.frameworksCache={}),this.config.frameworksCache.openclaw=r,{id:r.defaultAgent.id,workspace:r.defaultAgent.workspace};throw new k("AGENT_ENV_NOT_READY","openclaw default agent \u672A\u63A2\u6D4B\u5230; \u8BF7\u5148\u8DD1 `openclaw setup` \u6216 `openclaw agents add` \u521B\u5EFA\u9ED8\u8BA4 agent",{cause:{reason:Yb}})}async ensureOpenclawGatewayReachable(){let e=this.config.frameworksCache?.openclaw?.path;if(!e)throw new k("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");let r=await this.detectorFactory().probeOpenclawGateway(e);if(!r.reachable)throw new k("AGENT_ENV_NOT_READY",cx(r),{cause:{reason:ax}})}async buildOpenclawDownstream(e){let{session:r,modelConfig:i,cloudSessionId:o,cozeEnv:c,mockScenario:d,command:u}=e,f=md(o);if(r.deployType==="local"){let _=await this.ensureOpenclawDefaultAgent();return new Ur({command:u,cwd:_.workspace,agentId:_.id,sessionName:f})}let h=await sx(),g;if(i?.modelToken){let _=ed(o),v=td(i),y=`${_}/${v}`;if(!this.ensuredProviders.has(y)){let E=this.getOpenclawConfig(),I=await E.getAllowlistModelsForProvider(_),A=a0(i,c,d,I);A&&(await E.ensureProvider(_,A),await E.addModelToAllowlist(y),this.ensuredProviders.add(y))}g=y}return new Ur({command:u,cwd:r.workspace,agentId:r.agentId,sessionName:f,...h?{gatewayToken:h}:{},...g?{slashModelOnStart:g}:{}})}async openclawRepair(e,r){let i=this.getOpenclawConfig();await i.deleteAgent(e),await i.ensureAgent(e,r)}async cleanupOpenclawSessionProviders(e,r){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let i=this.openclawConfigCache,o=r??e.model;for(let c of e.sessions.keys()){let d=ed(c),u=`${d}/${o}`,f=!0;try{await i.removeProvider(d)}catch(h){f=!1,ue.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:d,err:String(h)})}try{await i.removeModelFromAllowlist(u)}catch(h){f=!1,ue.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:u,err:String(h)})}f&&this.ensuredProviders.delete(u)}}};import{randomUUID as px}from"node:crypto";import{promises as oE}from"node:fs";import{basename as mx}from"node:path";$e();te();import{promises as eE}from"node:fs";import{basename as tE}from"node:path";var ux=G("file-upload"),nE="/api/coze_claw/file/agent_upload",rE=6e4;async function fx(t,e={}){let i=`${Dr(Pr(e.handshakeBase))}${nE}`,o=e.timeoutMs??rE,c=await eE.readFile(t.path),d=new FormData;d.append("agent_id",t.agentId),d.append("session_id",t.sessionId),d.append("file_name",t.name),d.append("file_content",new Blob([c],{type:t.mimeType}),t.name);let u={Authorization:`Bearer ${t.patToken}`,Accept:"application/json","x-coze-version":"3.0",...Sn(e.ppeOverride),...t.accountId?{"x-coze-account":t.accountId}:{}},f=new AbortController,h=setTimeout(()=>f.abort(),o);ux.info("file upload start",{url:i,agentId:t.agentId,sessionId:t.sessionId,name:t.name,bytes:t.sizeBytes,mime:t.mimeType});try{let g=await fetch(i,{method:"POST",headers:u,body:d,signal:f.signal}),_=g.headers.get("x-tt-logid")??"";if(!g.ok){let E=await g.text().catch(()=>"");throw new k("UPLOAD_FAILED",`upload HTTP ${g.status} logid=${_}: ${E.slice(0,200)}`)}let v=await g.json();if(v.code!==void 0&&v.code!==0)throw new k("UPLOAD_FAILED",`upload code=${v.code} msg=${v.msg??"-"} logid=${_}`);let y=v.data?.file?.file_url;if(!y)throw new k("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${_}: ${JSON.stringify(v).slice(0,200)}`);return ux.info("file upload ok",{uri:y,logid:_}),{uri:y}}catch(g){throw g instanceof k?g:g.name==="AbortError"?new k("UPLOAD_FAILED",`upload timeout (${o}ms) for ${tE(t.path)}`):new k("UPLOAD_FAILED",String(g),{cause:g})}finally{clearTimeout(h)}}$e();te();import{extname as iE}from"node:path";var sE={".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".svg":"image/svg+xml",".bmp":"image/bmp",".ico":"image/x-icon",".heic":"image/heic",".heif":"image/heif",".pdf":"application/pdf",".doc":"application/msword",".docx":"application/vnd.openxmlformats-officedocument.wordprocessingml.document",".xls":"application/vnd.ms-excel",".xlsx":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",".ppt":"application/vnd.ms-powerpoint",".pptx":"application/vnd.openxmlformats-officedocument.presentationml.presentation",".txt":"text/plain",".md":"text/markdown",".markdown":"text/markdown",".json":"application/json",".yaml":"text/yaml",".yml":"text/yaml",".csv":"text/csv",".html":"text/html",".htm":"text/html",".xml":"application/xml",".log":"text/plain",".zip":"application/zip",".tar":"application/x-tar",".gz":"application/gzip",".tgz":"application/gzip",".mp3":"audio/mpeg",".wav":"audio/wav",".mp4":"video/mp4",".mov":"video/quicktime",".webm":"video/webm"};async function xx(t){let e=iE(t).toLowerCase();return sE[e]??"application/octet-stream"}Re();var Lo=G("agent-send"),hx=50*1024*1024;function gx(t,e,r){let i=t.get(e);if(!i)throw new k("AGENT_NOT_FOUND",`agent=${e}`);if(t.disconnectedAgents.has(e))throw new k("AGENT_DISCONNECTED",`agent=${e} was disconnected by cloud`);let o=i.sessions.get(r);if(!o)throw new k("AGENT_NOT_FOUND",`session=${r} not active in agent=${e}`);return{session:i,runtime:o}}async function _x(t,e,r,i,o,c){let u;for(let f=0;f<=2;f++)try{await t.core.sendAgentFileUpdate(e,r,i,o);return}catch(h){u=h,f<2&&(Lo.warn("sendAgentFileUpdate failed, retrying",{attempt:f+1,err:String(h)}),await new Promise(g=>setTimeout(g,5e3)))}throw new k("UPSTREAM_NOT_READY",`${c} after 3 attempts: ${String(u)}`,{cause:u})}async function yx(t,e){let{session:r,runtime:i}=gx(e.core,t.agentId,t.sessionId);if(!await oi(t.path,r.workspace))throw new k("PATH_OUTSIDE_WORKSPACE",`path=${t.path} not under workspace=${r.workspace}`);let o=await oE.stat(t.path).catch(()=>null);if(!o||!o.isFile())throw new k("IPC_BAD_REQUEST",`path is not a regular file: ${t.path}`);if(o.size>hx)throw new k("FILE_TOO_LARGE",`${o.size} bytes > limit ${hx}`);let c=await xx(t.path);if(t.kind==="image"&&!c.startsWith("image/"))throw new k("UNSUPPORTED_MIME",`kind=image but mime=${c}`);if(!e.core.upstream.isConnected())throw new k("UPSTREAM_NOT_READY","cloud WS not connected");let d=t.name??mx(t.path),u;try{u=await fx({patToken:r.patToken??e.patToken,agentId:t.agentId,sessionId:t.sessionId,path:t.path,mimeType:c,name:d,sizeBytes:o.size,...r.accountId?{accountId:r.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride})}catch(h){throw Lo.warn("agent file upload failed",{agentId:t.agentId,sessionId:t.sessionId,path:t.path,sizeBytes:o.size,mime:c,code:h instanceof k?h.code:"UNKNOWN",message:h instanceof Error?h.message:String(h)}),h}let f={sessionUpdate:"agent_file",messageId:px(),content:{type:t.kind==="image"?"image":"resource",uri:u.uri,mimeType:c,name:d,sizeBytes:o.size,...u.fileId!==void 0?{fileId:u.fileId}:{},...t.caption!==void 0?{caption:t.caption}:{}}};return await _x(e,r,i,t.sessionId,f,"agent file uploaded to cloud but sendAgentFileUpdate failed"),Lo.info("agent file sent",{agentId:t.agentId,sessionId:t.sessionId,kind:t.kind,name:d,bytes:o.size,mime:c,uri:u.uri}),{ok:!0,uri:u.uri,bytes:o.size,mimeType:c,...u.fileId!==void 0?{fileId:u.fileId}:{}}}async function bx(t,e){let{session:r,runtime:i}=gx(e.core,t.agentId,t.sessionId);if(!t.mimeType)throw new k("IPC_BAD_REQUEST","group-file requires mimeType");if(!e.core.upstream.isConnected())throw new k("UPSTREAM_NOT_READY","cloud WS not connected");let o=t.name??mx(t.path),c={sessionUpdate:"group_file",messageId:px(),content:{uri:t.path,name:o,mimeType:t.mimeType,...t.caption!==void 0?{caption:t.caption}:{}}};return await _x(e,r,i,t.sessionId,c,"agent group file sendAgentFileUpdate failed"),Lo.info("agent group file sent",{agentId:t.agentId,sessionId:t.sessionId,uri:t.path,name:o,mime:t.mimeType}),{ok:!0,uri:t.path,bytes:0,mimeType:t.mimeType}}function Ex(t,e){let r=t.split(".").map(Number),i=e.split(".").map(Number),o=Math.max(r.length,i.length);for(let c=0;c<o;c++){let d=r[c]??0,u=i[c]??0;if(d<u)return!0;if(d>u)return!1}return!1}Xt();te();ln();var Bt=G("coze-cli-installer"),vx="@coze/cli@latest",aE="coze",Sx="0.1.8",cE=5e3,dE=5e3,lE=9e4,Ix=1e4,Ji=null,No=!1;async function bd(t,e={}){if(No)return;if(Ji)return Ji;let r=e.exec??Kf;return Ji=(async()=>{try{let i=await uE(aE,r),o=!1;if(i){let d=await fE(r);if(d===void 0)Bt.warn("coze-cli found but version unparseable, fall through to full install",{path:i});else if(Ex(d,Sx))Bt.info("coze-cli version too old, upgrade-only (preserve user config + auth)",{path:i,version:d,min:Sx}),o=!0;else{Bt.info("coze-cli already on PATH with sufficient version, skip",{path:i,version:d}),No=!0;return}}let c=o?"upgrade-only":"full";Bt.info("coze-cli install start",{package:vx,mode:c});try{await r("npm",["i","-g","--prefer-online",vx],{timeout:lE,maxBuffer:10*1024*1024}),Bt.info("coze-cli install ok")}catch(d){Bt.warn("coze-cli install failed (skip subsequent steps)",{err:String(d)});return}if(o){No=!0;return}if(t.env)try{await r("coze",["config","set","xTTEnv",t.env],{timeout:Ix}),Bt.info("coze config set xTTEnv ok",{env:t.env})}catch(d){Bt.warn("coze config set failed (continue to auth login)",{err:String(d)})}try{await r("coze",["auth","login","--token",t.patToken],{timeout:Ix}),Bt.info("coze auth login ok")}catch(d){Bt.warn("coze auth login failed",{err:String(d)});return}No=!0}finally{Ji=null}})(),Ji}async function uE(t,e){let r=process.platform==="win32"?"where":"which";try{let{stdout:i}=await e(r,[t],{timeout:cE});return Ua(i)}catch{return}}async function fE(t){try{let{stdout:e,stderr:r}=await t("coze",["--version"],{timeout:dE});return(e||r).match(/(\d+\.\d+\.\d+)/)?.[1]}catch{return}}Wt();jt();Re();var xE=10*6e4;function Ax(t){let e=t?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?xE:e}function Mo(t){return ur(t??Z().configFile)}function Zi(t,e){return fr(e??Z().configFile,t)}import{randomBytes as OE}from"node:crypto";ar();$e();te();import{createReadStream as hE}from"node:fs";import{mkdir as pE,readFile as mE,realpath as gE,stat as wE,writeFile as _E}from"node:fs/promises";import{basename as yE,dirname as Ed,isAbsolute as bE,join as EE,relative as vE,resolve as kx,sep as SE}from"node:path";import{createInterface as IE}from"node:readline";var Cx=G("fs-rpc"),Yi=Ze("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function Rx(t,e){let r=Buffer.byteLength(t.content,"utf8");if(r>Yi)throw new k("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${r} bytes > limit ${Yi} bytes`);let i=await Px(t.path,e);return await pE(Ed(i),{recursive:!0}),await _E(i,t.content,"utf8"),Cx.info("fs/write_text_file ok",{path:i,size:t.content.length}),null}async function Dx(t,e){let r=await Px(t.path,e),i=await wE(r),o=typeof t.line=="number"||typeof t.limit=="number";if(i.size>Yi&&!o)throw new k("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${i.size} bytes > ${Yi} bytes`);let c;if(o&&i.size>Yi)c=await AE(r,t.line??1,t.limit);else{let d=await mE(r,"utf8");if(o){let u=d.split(`
|
|
107
|
-
`),f=Math.max(0,(t.line??1)-1),
|
|
108
|
-
`)}else c=d}return
|
|
109
|
-
`)}async function Px(t,e){if(typeof t!="string"||t.length===0)throw new k("IPC_BAD_REQUEST","path must be a non-empty string");let[r,i]=await Promise.all([Tx(kx(e)),Tx(kx(t))]),o=vE(r,i);if(kE(o,SE,bE(o)))throw new k("IPC_BAD_REQUEST",`path escapes workspace: ${t}`);return i}function kE(t,e,r){return t===""?!1:r?!0:t===".."||t.startsWith(`..${e}`)}async function Tx(t){let e=[],r=t;for(;r!==Ed(r);)try{let i=await gE(r);return e.length?EE(i,...e.reverse()):i}catch{e.push(yE(r)),r=Ed(r)}return t}te();var Ox=G("prompt-multimodal"),Lx=10*1024*1024,TE=15e3,CE=6;async function Nx(t){let e=new Array(t.length),r=0;async function i(){for(;r<t.length;){let c=r++,d=t[c];d!==void 0&&(e[c]=await RE(d))}}let o=Array.from({length:Math.min(CE,t.length)},()=>i());return await Promise.all(o),e}function Mx(t){return t.some(e=>e.type==="image")}async function RE(t){if(t.type!=="image")return t;let e=t;if(e.data||!e.uri||!Ni(e.uri))return t;try{let{buf:r,contentType:i}=await PE(e.uri),o=e.mimeType||DE(i)||"application/octet-stream";return Ox.info("image uri fetched and inlined",{uri:e.uri,bytes:r.length,mimeType:o}),{type:"image",data:r.toString("base64"),mimeType:o}}catch(r){return Ox.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(r)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function DE(t){if(!t)return;let e=t.indexOf(";");return(e===-1?t:t.slice(0,e)).trim()||void 0}async function PE(t){let e=new AbortController,r=setTimeout(()=>e.abort(),TE);try{let i=await fetch(t,{signal:e.signal});if(!i.ok)throw new Error(`HTTP ${i.status} ${i.statusText}`);let o=await i.arrayBuffer();if(o.byteLength>Lx)throw new Error(`image too large: ${o.byteLength} bytes (max ${Lx})`);return{buf:Buffer.from(o),contentType:i.headers.get("content-type")??void 0}}finally{clearTimeout(r)}}Wt();$e();te();var $=G("core"),LE=3e4,NE=/^(boe|ppe)_[A-Za-z0-9_-]+$/,ME="\u6211\u6B63\u5728\u7B49\u5F85\u5BA1\u6279\uFF0C\u8BF7\u7A0D\u540E\u518D\u8054\u7CFB\u6211",BE="\u5BA1\u6279\u5DF2\u8D85\u65F6",FE=3e4,Bo=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upstreamIds=new Br;pendingUpstream=new Map;pendingBridge=new Map;currentCozeEnv;currentMockScenario;constructor(e){this.upstream=e.upstream,this.extensions=e.extensions??{},this.paths=e.paths,this.sessionSpawner=e.sessionSpawner,this.sessionIdleTimeoutMs=Ax(e.bridgeConfig)}registerExtension(e,r){this.extensions[e]=r}getCozeEnv(){return this.currentCozeEnv}getMockScenario(){return this.currentMockScenario}setMockScenario(e){this.currentMockScenario=e&&e.length>0?e:void 0}async start(){this.upstream.onFrame(e=>this.handleFrame(e)),this.upstream.onConnect?.(({initial:e})=>{e||this.rejectAllPendingOnReconnect()}),await this.upstream.start(),$.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){$.info("Core stopping",{reason:e}),await Promise.all([...this.agents.values()].map(r=>r.dispose(e))),this.agents.clear(),await this.upstream.stop(e)}async reloadAgents(e){let r=e?this.agents.has(e)?[e]:[]:[...this.agents.keys()];for(let i of r)await this.agents.get(i)?.killAllRuntimes("reload");return r}get(e){return this.agents.get(e)}register(e){this.agents.set(e.agentId,e),$.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let r of this.registerHandlers)try{r(e.agentId)}catch(i){$.warn("onAgentRegister handler threw (ignored)",{agentId:e.agentId,err:String(i)})}}onAgentRegister(e){return this.registerHandlers.add(e),()=>this.registerHandlers.delete(e)}registerHandlers=new Set;unregister(e){this.agents.delete(e)}reviveIfDisconnected(e){this.disconnectedAgents.delete(e)&&$.info("agent revived from disconnect",{agentId:e})}attachRuntimeHooks(e,r,i){let o=i.downstream;o&&(o.onUpdate(c=>{i.loadingSession||this.forwardUpdate(e,c)}),o.onAgentRequest(c=>{this.handleAgentRequest(e,o,c)}),o.onExit((c,d)=>{$.info("session runtime exited",{agentId:e.agentId,cloudId:r,code:c,signal:d}),Vi(i),i.downstream=void 0,i.replySeq=0,i.acpSessionId&&e.activeTriggers.delete(i.acpSessionId),this.rejectPendingForDownstream(o,"downstream exited")}))}hasPendingPermissionFor(e){for(let r of this.pendingUpstream.values())if(r.downstream===e)return!0;return!1}rejectPendingForDownstream(e,r){let i=[];for(let[o,c]of this.pendingUpstream)c.downstream===e&&i.push(o);if(i.length!==0){$.info("reject pendingUpstream entries (downstream gone)",{reason:r,count:i.length});for(let o of i){let c=this.pendingUpstream.get(o);if(c){this.pendingUpstream.delete(o),this.upstream.send(An(o,{code:Y.INTERNAL_ERROR,message:`bridge downstream gone: ${r}`})).catch(d=>$.debug("send error response to upstream failed (ignored)",{err:String(d)}));try{c.downstream.respondAgentRequestError(c.agentRequestId,{code:Y.INTERNAL_ERROR,message:`bridge: ${r}`})}catch{}}}}}rejectAllPendingOnReconnect(){let e=this.pendingUpstream.size,r=this.pendingBridge.size;if(!(e===0&&r===0)){$.warn("upstream reconnected, rejecting stale pending requests",{pendingUpstream:e,pendingBridge:r});for(let[,i]of this.pendingUpstream){try{i.downstream.respondAgentRequestError(i.agentRequestId,{code:Y.INTERNAL_ERROR,message:"upstream reconnected; please retry"})}catch{}this.clearPendingPermissionFor(i)}this.pendingUpstream.clear();for(let[,i]of this.pendingBridge)clearTimeout(i.timer),i.reject(new k("UPSTREAM_DISCONNECTED",`${i.method} aborted: upstream reconnected`));this.pendingBridge.clear()}}async handleFrame(e){if(So(e)){this.handleUpstreamResponse(e);return}if(!("method"in e)||typeof e.method!="string")return;let r="id"in e&&e.id!==void 0?e.id:null,i=e.params?._meta?.cozeEnv;i&&NE.test(i)?this.currentCozeEnv=i:i&&$.warn("rejecting cozeEnv with invalid shape, keeping previous",{rejected:i});try{if(e.method.startsWith("_agent/")){let o=this.extensions[e.method];if(!o){r!==null?await this.sendError(r,Y.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):$.warn("drop notification: extension not registered",{method:e.method});return}let c=await o(e,this);r!==null&&await this.upstream.send(Mr(r,c));return}if(e.method.startsWith("session/")){let o=await this.routeSessionMethod(e);r!==null&&await this.upstream.send(Mr(r,o));return}if(e.method==="initialize"){r!==null&&await this.upstream.send(Mr(r,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}r!==null?await this.sendError(r,Y.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):$.warn("drop unknown notification",{method:e.method})}catch(o){$.error("handleFrame failed",{method:e.method,err:String(o)}),r!==null&&await this.upstream.send(An(r,Wi(o)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new k("IPC_BAD_REQUEST",`${e.method} requires params`);let r=e.params,i=r._meta?.cozeAgentId;if(!i)throw new k("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let o=this.agents.get(i);if(!o)throw this.disconnectedAgents.has(i)?new k("AGENT_DISCONNECTED",`agent ${i} has been disconnected; cloud must _agent/create to revive`):new k("AGENT_NOT_FOUND",`agent not found: ${i}`);let c=typeof r.sessionId=="string"?r.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||e.method==="session/set_mode"||!c)return this.dispatchSessionCall(o,e.method,r);if(e.method==="session/prompt"){let f=o.sessions.get(c);if(f?.pendingPermission){let h=r._meta?.cozeTriggerMsgId,g=ho(r._meta);return $.info("session in pendingPermission, bouncing new prompt",{agentId:o.agentId,cloudSessionId:c}),this.synthesizePromptReply(o,f,c,ME,h,g)}}let d=Date.now(),u=!1;try{let f=await o.getSessionQueue(c).enqueue(()=>this.dispatchSessionCall(o,e.method,r));return u=!0,f}finally{$.info("session call done",{agentId:o.agentId,method:e.method,durationMs:Date.now()-d,ok:u})}}async dispatchSessionCall(e,r,i){e.lastActiveAt=Date.now();let{stripped:o}=qf(i);switch(r){case"session/new":{let c=zE();return $.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:c}),{sessionId:c}}case"session/load":{let c=o;return $.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:c.sessionId}),{}}case"session/prompt":{let c=o,d=c.sessionId;if(!d)throw new k("IPC_BAD_REQUEST","session/prompt: missing sessionId");let u=Qt(e)?Hf(i._meta):void 0;if(u!==void 0&&!Mt(e.framework,u))throw new k("IPC_BAD_REQUEST",`unsupported permissionMode for ${e.framework}: ${u}; allowed: ${pd(e.framework)}`);let f=await this.ensureRuntime(e,d);if(u!==void 0&&f.permissionMode===void 0&&(f.permissionMode=u,await this.persistSessionMapping(e)),f.replySeq=0,await this.ensureDownstream(e,d,f),!f.downstream||!f.acpSessionId)throw new k("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");if(u!==void 0&&f.permissionMode!==void 0&&f.permissionMode!==u){let v=f.permissionMode;f.permissionMode=u,await this.persistSessionMapping(e);try{await f.downstream.setSessionMode({sessionId:f.acpSessionId,modeId:u})}catch(y){throw f.permissionMode=v,await this.persistSessionMapping(e).catch(()=>{}),y}}let h=i._meta?.cozeTriggerMsgId;h?e.activeTriggers.set(f.acpSessionId,h):e.activeTriggers.delete(f.acpSessionId);let g=ho(i._meta);if(g?e.activeGroupIds.set(f.acpSessionId,g):e.activeGroupIds.delete(f.acpSessionId),g&&f.cozeGroupId!==g&&(f.cozeGroupId=g,await this.persistSessionMapping(e)),e.deployType==="cloud"&&e.modelInfo?.capabilities?.image===!1&&Mx(c.prompt))throw new k("MODEL_MODALITY_UNSUPPORTED",`model=${e.modelInfo.id??e.model} does not support image input`);let _=await Nx(c.prompt);try{let v=await f.downstream.sessionPrompt({...c,sessionId:f.acpSessionId,prompt:_});return f.lastActiveAt=Date.now(),v}catch(v){if(v instanceof k&&v.code==="AGENT_APPROVAL_TIMEOUT"){let y=f.pendingPermission;y&&(y.downstream.respondAgentRequest(y.agentRequestId,{outcome:{outcome:"cancelled"}}),this.pendingUpstream.delete(y.upstreamId),f.pendingPermission=void 0);let E=f.acpSessionId,I=E?e.activeTriggers.get(E):void 0,A=E?e.activeGroupIds.get(E):void 0;return $.warn("approval timed out, synthesizing \u5BA1\u6279\u5DF2\u8D85\u65F6 reply + recovering session",{agentId:e.agentId,cloudId:d}),await this.synthesizePromptReply(e,f,d,BE,I,A)}throw v}finally{if(e.activeTriggers.delete(f.acpSessionId),e.activeGroupIds.delete(f.acpSessionId),f.pendingPermission=void 0,f.reloadAfterTurn){f.reloadAfterTurn=!1;let v=f.downstream;v&&(f.downstream=void 0,$.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:d,acpId:f.acpSessionId}),v.stop("reload-after-turn").catch(y=>$.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:d,err:String(y)})))}else f.downstream?.isAlive()&&this.armIdleTimer(e,d,f)}}case"session/cancel":{let d=o.sessionId;if(!d)throw new k("IPC_BAD_REQUEST","session/cancel: missing sessionId");let u=e.sessions.get(d);if(e.hasSessionQueue(d)){let f=e.getSessionQueue(d);f.size>0&&($.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:d,queuedCount:f.size}),f.dispose(new k("AGENT_PROTOCOL_ERROR",`cancelled by session/cancel on ${d}`)))}return u?.downstream?.isAlive()&&u.acpSessionId&&await u.downstream.sessionCancel({sessionId:u.acpSessionId}),{ok:!0}}case"session/set_mode":{let c=o,d=c.sessionId,u=c.modeId,f=ho(i._meta);if(!d)throw new k("IPC_BAD_REQUEST","session/set_mode: missing sessionId");if(!Qt(e))throw e.framework==="openclaw"?new k("METHOD_NOT_FOUND","session/set_mode not supported on openclaw"):new k("OPERATION_NOT_ALLOWED_FOR_CLOUD","session/set_mode is local-deploy only in this iteration");if(!Mt(e.framework,u))throw new k("IPC_BAD_REQUEST",`unsupported modeId for ${e.framework}: ${String(u)}; allowed: ${pd(e.framework)}`);if(f)return await this.handleGroupSetMode(e,f,u);let h=e.sessions.get(d)??await this.ensureRuntime(e,d);if(h.permissionMode===u)return{};let g=h.permissionMode;if(h.permissionMode=u,await this.persistSessionMapping(e),h.downstream?.isAlive()&&h.acpSessionId)try{await h.downstream.setSessionMode({sessionId:h.acpSessionId,modeId:u})}catch(_){throw h.permissionMode=g,await this.persistSessionMapping(e).catch(()=>{}),_}else $.info("session/set_mode: runtime not active, persisted only",{framework:e.framework,agentId:e.agentId,cloudId:d,modeId:u});return{}}default:throw new k("IPC_BAD_REQUEST",`session method not supported: ${r}`)}}async handleGroupSetMode(e,r,i){let o=[];for(let[d,u]of e.sessions)u.cozeGroupId===r&&u.permissionMode!==i&&o.push({cloudId:d,runtime:u,oldMode:u.permissionMode});if(o.length===0)return $.info("group session/set_mode: no active runtime (db-only path)",{framework:e.framework,agentId:e.agentId,groupId:r,modeId:i}),{};$.info("group session/set_mode: applying to runtimes",{framework:e.framework,agentId:e.agentId,groupId:r,modeId:i,targets:o.length});for(let d of o)d.runtime.permissionMode=i;await this.persistSessionMapping(e);let c=[];for(let d of o){let u=d.runtime.downstream,f=d.runtime.acpSessionId;u?.isAlive()&&f&&c.push({downstream:u,acpSessionId:f,oldMode:d.oldMode,runtime:d.runtime})}for(let d of c)try{await d.downstream.setSessionMode({sessionId:d.acpSessionId,modeId:i})}catch(u){for(let f of o)f.runtime.permissionMode=f.oldMode;throw await this.persistSessionMapping(e).catch(()=>{}),u}return{}}async ensureRuntime(e,r){let i=e.sessions.get(r);if(i)return i;let c={modelToken:e.deployType==="cloud"?await this.requestSessionToken(e.agentId,r):"",tokenGeneratedAt:Date.now(),lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};return Qt(e)&&(e.framework==="hermes"?c.permissionMode=e.deployType==="cloud"?d0:l0:c.permissionMode=e.framework==="claude-code"?_d:lx),e.sessions.set(r,c),await this.persistSessionMapping(e),c}async requestSessionToken(e,r){let i={sessionId:r,_meta:{cozeAgentId:e}};try{let o=await this.sendRequest(ht.GEN_MODEL_TOKEN,i,FE);if(!o?.modelToken)throw new k("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${r})`);return o.modelToken}catch(o){throw o instanceof k&&o.code==="MODEL_TOKEN_GEN_FAILED"?o:new k("MODEL_TOKEN_GEN_FAILED",o instanceof Error?o.message:String(o),{cause:o})}}async ensureDownstream(e,r,i){if(Vi(i),i.downstream?.isAlive())return;if(!this.sessionSpawner)throw new k("AGENT_SPAWN_FAILED","sessionSpawner not wired (cannot spawn per-session downstream)");let o=3,c=3e4,d=i.spawnFailCount??0,u=i.spawnFailedAt??0;if(d>=o&&Date.now()-u<c)throw new k("AGENT_SPAWN_FAILED",`agent ${e.agentId} session ${r} spawn failed ${d} times in a row; please check framework binary / network and retry after ${Math.ceil((c-(Date.now()-u))/1e3)}s`);let f;try{f=await this.sessionSpawner(e,i.modelToken,r,this.currentCozeEnv,this.currentMockScenario)}catch(h){throw i.spawnFailCount=d+1,i.spawnFailedAt=Date.now(),i.spawnFailCount>=o&&i.acpSessionId&&($.warn("clearing stale acpSessionId after repeated spawn failures",{agentId:e.agentId,cloudId:r,staleAcpId:i.acpSessionId}),i.acpSessionId=void 0),h}i.spawnFailCount=0,i.spawnFailedAt=void 0,i.downstream=f,this.attachRuntimeHooks(e,r,i);try{if(i.acpSessionId){i.loadingSession=!0;try{await f.sessionLoad({sessionId:i.acpSessionId,cwd:e.workspace}),$.info("session restored via session/load",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId})}catch(h){$.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId,err:String(h)}),i.acpSessionId=void 0;let g=await f.sessionNew({cwd:e.workspace});i.acpSessionId=g.sessionId,await this.persistSessionMapping(e)}finally{i.loadingSession=!1}}else{let h=await f.sessionNew({cwd:e.workspace});i.acpSessionId=h.sessionId,await this.persistSessionMapping(e)}}catch(h){throw $.warn("session init failed after spawn, tearing down half-spawned runtime",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId,err:String(h)}),await f.stop("session-init-failed").catch(()=>{}),i.downstream=void 0,i.acpSessionId=void 0,h}if(f.afterSessionEstablished&&i.acpSessionId&&await f.afterSessionEstablished(i.acpSessionId),Qt(e)&&i.acpSessionId&&i.permissionMode)try{await f.setSessionMode({sessionId:i.acpSessionId,modeId:i.permissionMode})}catch(h){$.warn("post-spawn set_mode failed, framework using its own startup default",{framework:e.framework,agentId:e.agentId,cloudId:r,mode:i.permissionMode,err:String(h)})}}armIdleTimer(e,r,i){if(Vi(i),this.isRuntimeBusy(e,i)){$.debug("skip idle timer: runtime busy (in-flight turn / pending permission)",{agentId:e.agentId,cloudId:r});return}i.idleTimer=setTimeout(()=>{if(i.idleTimer=void 0,this.isRuntimeBusy(e,i)){$.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:r}),this.armIdleTimer(e,r,i);return}$.info("session runtime idle timeout, killing downstream",{agentId:e.agentId,cloudId:r});let o=i.downstream;i.downstream=void 0,i.acpSessionId&&e.activeTriggers.delete(i.acpSessionId),o&&o.stop("idle timeout").catch(c=>$.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:r,err:String(c)}))},this.sessionIdleTimeoutMs),i.idleTimer.unref?.()}isRuntimeBusy(e,r){if(r.acpSessionId&&e.activeTriggers.has(r.acpSessionId))return!0;let i=r.downstream;if(!i)return!1;for(let o of this.pendingUpstream.values())if(o.downstream===i)return!0;return!1}async sendAgentFileUpdate(e,r,i,o){let c={cozeAgentId:e.agentId,cozeReplySeqID:++r.replySeq};if(r.acpSessionId){let d=e.activeTriggers.get(r.acpSessionId);d&&(c.cozeTriggerMsgId=d);let u=e.activeGroupIds.get(r.acpSessionId);u&&(c.cozeGroupId=u)}await this.upstream.send(Nr("session/update",{sessionId:i,update:o,_meta:c}))}async synthesizePromptReply(e,r,i,o,c,d){let u={cozeAgentId:e.agentId,cozeReplySeqID:++r.replySeq};return c&&(u.cozeTriggerMsgId=c),d&&(u.cozeGroupId=d),await this.upstream.send(Nr("session/update",{sessionId:i,update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:o}},_meta:u})).catch(f=>$.warn("synthesizePromptReply update send failed (ignored)",{err:String(f)})),{stopReason:"end_turn"}}forwardUpdate(e,r){let i=r.sessionId,o=this.reverseSessionId(e,i);if(!o){$.debug("drop update for unknown session",{agentId:e.agentId,acpId:i});return}let c=e.sessions.get(o);if(!c){$.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:o});return}if(HE(r)){$.debug("drop codex noise chunk",{agentId:e.agentId,acpId:i});return}let d=r.update;if(d&&typeof d=="object"&&d.sessionUpdate==="current_mode_update"&&Qt(e)){let g=d.currentModeId;Mt(e.framework,g)&&c.permissionMode!==g?(c.permissionMode=g,this.persistSessionMapping(e).catch(_=>$.warn("persist mode (from current_mode_update) failed",{framework:e.framework,agentId:e.agentId,err:String(_)}))):typeof g=="string"&&!Mt(e.framework,g)&&$.warn("current_mode_update with invalid modeId for framework, not persisting",{framework:e.framework,agentId:e.agentId,modeId:g})}let u={cozeAgentId:e.agentId,cozeReplySeqID:++c.replySeq},f=e.activeTriggers.get(i);f&&(u.cozeTriggerMsgId=f);let h=e.activeGroupIds.get(i);h&&(u.cozeGroupId=h),this.upstream.send(Nr("session/update",{...r,sessionId:o,_meta:u})).catch(g=>$.warn("forward update failed",{agentId:e.agentId,err:String(g)}))}handleAgentRequest(e,r,i){if(i.method==="session/request_permission"){this.forwardPermissionRequest(e,r,i);return}if(i.method==="fs/write_text_file"||i.method==="fs/read_text_file"){this.handleFsRpcRequest(e,r,i);return}$.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:i.method}),r.respondAgentRequestError(i.id,{code:Y.METHOD_NOT_FOUND,message:`method not handled by Bridge: ${i.method}`})}async handleFsRpcRequest(e,r,i){try{let o=e.workspace;if(i.method==="fs/write_text_file"){let c=i.params??{},d=await Rx(c,o);r.respondAgentRequest(i.id,d)}else{let c=i.params??{},d=await Dx(c,o);r.respondAgentRequest(i.id,d)}}catch(o){$.warn("fs rpc handler failed",{agentId:e.agentId,method:i.method,err:String(o)}),r.respondAgentRequestError(i.id,Wi(o))}}clearPendingPermissionFor(e){if(e.method!=="session/request_permission"||!e.cloudSessionId)return;let r=this.agents.get(e.agentId)?.sessions.get(e.cloudSessionId);r&&(r.pendingPermission=void 0)}forwardPermissionRequest(e,r,i){let o=this.upstreamIds.next("session/request_permission"),c=i.params??{},u=c.sessionId,f=u?e.activeTriggers.get(u):void 0,h={cozeAgentId:e.agentId};f&&(h.cozeTriggerMsgId=f);let g=u?e.activeGroupIds.get(u):void 0;g&&(h.cozeGroupId=g);let _=u?this.reverseSessionId(e,u):void 0,v=_?e.sessions.get(_):void 0;v&&(v.pendingPermission={downstream:r,agentRequestId:i.id,upstreamId:o});let y={...c,..._?{sessionId:_}:{},_meta:h};this.pendingUpstream.set(o,{agentRequestId:i.id,agentId:e.agentId,downstream:r,method:i.method,cloudSessionId:_}),$.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:o,acpSessionId:u,cloudSessionId:_,toolCallId:c.toolCall?.toolCallId,options:c.options?.map(E=>({optionId:E.optionId,kind:E.kind,name:E.name}))}),this.upstream.send(qi(o,"session/request_permission",y)).catch(E=>{this.pendingUpstream.delete(o),$.error("forward permission request failed",{agentId:e.agentId,err:String(E)}),r.respondAgentRequestError(i.id,{code:Y.INTERNAL_ERROR,message:`upstream send failed: ${String(E)}`})})}handleUpstreamResponse(e){if(e.id===null)return;let r=this.lookupPending(this.pendingUpstream,e.id,"upstream");if(r){this.pendingUpstream.delete(r.key);let o=r.value;this.clearPendingPermissionFor(o),e.error?($.info("upstream \u2192 permission response (error)",{agentId:o.agentId,upstreamId:e.id,method:o.method,error:e.error}),o.downstream.respondAgentRequestError(o.agentRequestId,e.error)):(o.method==="session/request_permission"&&UE(e.result,o),$.info("upstream \u2192 permission response (result)",{agentId:o.agentId,upstreamId:e.id,method:o.method,result:e.result}),o.downstream.respondAgentRequest(o.agentRequestId,e.result));return}let i=this.lookupPending(this.pendingBridge,e.id,"bridge");if(i){this.pendingBridge.delete(i.key),clearTimeout(i.value.timer),e.error?i.value.reject(new vo(e.error)):i.value.resolve(e.result);return}$.debug("orphan upstream response (no pending)",{id:e.id})}lookupPending(e,r,i){let o=e.get(r);if(o)return{value:o,key:r};if(typeof r=="number"){let c=String(r),d=e.get(c);if(d)return $.warn(`${i} id type mismatch: number received but Bridge expected string`,{rawId:r,normalizedId:c}),{value:d,key:c}}}sendRequest(e,r,i=LE){let o=this.upstreamIds.next(e);return new Promise((c,d)=>{let u=setTimeout(()=>{this.pendingBridge.delete(o),d(new k("AGENT_TIMEOUT",`${e} timed out after ${i}ms`))},i);this.pendingBridge.set(o,{method:e,resolve:c,reject:d,timer:u}),this.upstream.send(qi(o,e,r)).catch(f=>{let h=this.pendingBridge.get(o);h&&(clearTimeout(h.timer),this.pendingBridge.delete(o)),d(f)})})}async persistSessionMapping(e){if(this.paths)try{let r=new Map;for(let[i,o]of e.sessions){let c={modelToken:o.modelToken,tokenGeneratedAt:o.tokenGeneratedAt};o.acpSessionId&&(c.acpSessionId=o.acpSessionId),o.permissionMode&&Qt(e)&&(c.permissionMode=o.permissionMode),o.cozeGroupId&&(c.cozeGroupId=o.cozeGroupId),r.set(i,c)}await ai(e.agentId,r,this.paths)}catch(r){$.warn("persist session mapping failed",{agentId:e.agentId,err:String(r)})}}reverseSessionId(e,r){for(let[i,o]of e.sessions.entries())if(o.acpSessionId===r)return i}sendError(e,r,i){return this.upstream.send(An(e,{code:r,message:i,data:{bridgeVersion:Nt}}))}};function zE(){return OE(16).toString("hex")}function UE(t,e){if(!t||typeof t!="object"){$.warn("permission response: result not an object (suspicious)",{agentId:e.agentId,result:t});return}let r=t;if("kind"in r&&!("outcome"in r)){$.warn('permission response: top-level "kind" field (D66 historical bug shape)',{agentId:e.agentId,result:t});return}let i=r.outcome;if(!i||typeof i!="object"){$.warn("permission response: missing or non-object outcome field",{agentId:e.agentId,result:t});return}let c=i.outcome;(typeof c!="string"||c!=="selected"&&c!=="cancelled")&&$.warn("permission response: unknown outcome discriminant",{agentId:e.agentId,outcomeValue:c,result:t})}var GE=["Model metadata for `","Falling back from WebSockets to HTTPS transport.","Heads up: Long threads and multiple compactions can cause the model to be less accurate."],Bx="Warning: ";function HE(t){let e=t.update;if(e?.sessionUpdate!=="agent_message_chunk")return!1;let r=e.content;if(!r||typeof r!="object")return!1;let i=r;if(i.type!=="text"||typeof i.text!="string")return!1;let o=i.text.startsWith(Bx)?i.text.slice(Bx.length):i.text;return GE.some(c=>o.startsWith(c))}jt();te();Re();import{randomBytes as qE}from"node:crypto";import{createServer as jE}from"node:http";var WE=1e6,Fx=G("ipc"),Fo=class{server=null;port=0;token="";routes;paths;constructor(e){this.routes=new Map(e.routes.map(r=>[`${r.method} ${r.path}`,r])),this.paths=e.paths??Z()}async start(){this.token=qE(32).toString("hex");let e=jE((i,o)=>{this.dispatch(i,o)});this.server=e,await new Promise((i,o)=>{e.once("error",o),e.listen(0,"127.0.0.1",()=>i())});let r=e.address();if(!r||typeof r!="object")throw new Error("failed to obtain IPC port");return this.port=r.port,await this.persistAuthFiles(),Fx.info("IPC listening",{port:this.port}),{port:this.port,token:this.token}}async stop(){let e=this.server;e&&(await new Promise((r,i)=>{e.close(o=>o?i(o):r())}),this.server=null)}async persistAuthFiles(){await ut(this.paths.portFile,String(this.port)),await ut(this.paths.tokenFile,this.token,{mode:384})}async dispatch(e,r){if(e.headers.authorization!==`Bearer ${this.token}`){Xi(r,401,{error:"unauthorized"});return}let o=`${e.method} ${(e.url??"").split("?")[0]}`,c=this.routes.get(o);if(!c){Xi(r,404,{error:"not found"});return}let d=null;if(e.method==="POST")try{d=await KE(e)}catch(u){Xi(r,400,{error:"invalid json",detail:String(u)});return}try{let u=await c.handler(d,e);Xi(r,200,u??{ok:!0})}catch(u){Fx.error("IPC handler failed",{key:o,err:String(u)}),Xi(r,500,{error:u instanceof Error?u.message:String(u)})}}};function Xi(t,e,r){t.statusCode=e,t.setHeader("content-type","application/json"),t.end(JSON.stringify(r))}async function KE(t){let e=[],r=0;for await(let o of t){let c=o;if(r+=c.length,r>WE)throw new Error("body too large");e.push(c)}let i=Buffer.concat(e).toString("utf8");return i?JSON.parse(i):null}import"node:module";var xS=qt(Oh(),1),hS=qt($o(),1),pS=qt(qr(),1),mS=qt(Od(),1),gS=qt(Md(),1),wS=qt(Hd(),1),Hh=qt(Yo(),1),_S=qt(Gh(),1);var qh=Hh.default;$e();te();var{FWS:NS}=ep(),Oe=G("upstream.frontier"),np="application/json",rp="none",MS=15e3;function BS(t){class e extends qh{constructor(i){super(i,Jf,{headers:t})}guardTeardown(){this.listenerCount("error")===0&&this.on("error",i=>Oe.warn("frontier ws error during teardown (handled, prevents daemon crash)",{err:i instanceof Error?i.message:String(i)}))}close(i,o){this.guardTeardown(),super.close(i,o)}terminate(){this.guardTeardown(),super.terminate()}send(i,...o){if(Pl("debug"))try{let c;typeof i=="string"?c=Buffer.from(i,"utf8"):i instanceof Buffer?c=i:i instanceof ArrayBuffer?c=new Uint8Array(i):ArrayBuffer.isView(i)?c=new Uint8Array(i.buffer,i.byteOffset,i.byteLength):c=new Uint8Array(0);let d=Buffer.from(c.slice(0,128)).toString("hex");Oe.debug("WS raw frame out",{bytes:c.byteLength,headHex:d})}catch(c){Oe.warn("WS raw frame dump failed",{err:String(c)})}super.send(i,...o)}}return e}var as=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandlers=[];opened=!1;lastSendRefusedLogAt=0;sendRefusedSuppressed=0;openCount=0;async start(){if(this.fws){Oe.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:Zf,...Sn(this.opts.ppeOverride)},r=BS(e),i=Xf(this.opts.urlOverride),o={url:i,ws:r,fpID:Vf,aID:po,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:np,force:!0},payloadEncoding:{encoding:rp,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},c=new NS(o),d=!1,u=null,f,h,g=new Promise((y,E)=>{f=y,h=E}),_=y=>{d||(d=!0,u&&(clearTimeout(u),u=null),y?h(y):f())};c.onopen=()=>{this.opened=!0,this.openCount+=1;let y=this.openCount===1;Oe.info("frontier opened",{url:i,remoteDeviceId:this.opts.handshake.deviceId,initial:y,openCount:this.openCount}),y&&_();for(let E of this.connectHandlers)Promise.resolve(E({initial:y})).catch(I=>Oe.warn("onConnect handler threw (ignored)",{err:String(I)}))},c.onclose=y=>{this.opened=!1,Oe.info("frontier closed",{code:y.code,reason:y.reason,willReconnect:y.willReconnect})},c.onerror=y=>{Oe.warn("frontier error",{code:y.code,msg:y.message}),_(new k("UPSTREAM_DISCONNECTED",`frontier connect error before open: code=${y.code} msg=${y.message??""}`))},c.onmessage=y=>this.handleMessage(y),this.fws=c;let v=this.opts.openTimeoutMs??MS;u=setTimeout(()=>{_(new k("UPSTREAM_DISCONNECTED",`frontier ws open timeout after ${v}ms (handshake or upgrade slow)`))},v),await c.connect();try{await g}catch(y){try{c.close(1e3,"open failed")}catch(E){Oe.warn("fws close during start failure threw (ignored)",{err:String(E)})}throw this.fws=null,this.opened=!1,y}}async stop(e){let r=this.fws;if(r){this.fws=null,this.opened=!1;try{r.close(1e3,e??"bridge shutdown")}catch(i){Oe.warn("frontier close threw (ignored)",{err:String(i)})}}}async send(e){let r=this.fws,i=e.method;if(!r)throw Oe.warn("frontier send refused: upstream not started",{method:i}),new k("UPSTREAM_DISCONNECTED","frontier upstream not started");if(!this.isConnected()){let u=Date.now();throw u-this.lastSendRefusedLogAt>1e3?(Oe.warn("frontier send refused: ws not open",{method:i,opened:this.opened,readyState:r.readyState,...this.sendRefusedSuppressed>0?{suppressedSinceLast:this.sendRefusedSuppressed}:{}}),this.lastSendRefusedLogAt=u,this.sendRefusedSuppressed=0):this.sendRefusedSuppressed+=1,new k("UPSTREAM_DISCONNECTED",`frontier ws not open (opened=${this.opened}, readyState=${r.readyState}); refusing to silently buffer`)}this.injectAgentPatToken(e);let o=JSON.stringify(e),c=e;ip(c)||Oe.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await r.send(o,{service:33555712,method:1,payloadType:np,payloadEncoding:rp})}catch(u){throw Oe.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.id,err:String(u)}),new k("UPSTREAM_DISCONNECTED",`frontier send failed: ${String(u)}`,{cause:u})}}onFrame(e){this.handler=e}onConnect(e){this.connectHandlers.push(e)}isConnected(){return this.opened&&this.fws?.readyState===1}injectAgentPatToken(e){let r=this.opts.getPatTokenForAgent;if(!r)return;let i=e.params?._meta;if(!i?.cozeAgentId)return;let o=r(i.cozeAgentId);o&&(i.cozePatToken=o)}handleMessage(e){let r=e.message?.service;if(r!==33555712){Oe.debug("drop non-adapter frontier frame",{service:r});return}let i=US(e);if(!i){Oe.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){Oe.debug("frame received but no onFrame handler",{size:i.length});return}let o;try{o=JSON.parse(i)}catch(d){Oe.warn("frontier message JSON parse failed",{err:String(d),head:i.slice(0,80)});return}let c=o;ip(c)||Oe.info("frontier frame in",{logid:zS(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:c.id,method:c.method,body:FS(i)}),Promise.resolve(this.handler(o)).catch(d=>Oe.warn("frontier frame handler threw",{err:String(d)}))}};function ip(t){return t.method==="_agent/health"?!0:typeof t.id=="string"&&t.id.startsWith("agent.health_")}var sp=2e3;function FS(t){return t.length<=sp?t:`${t.slice(0,sp)}...<truncated, total ${t.length} chars>`}function zS(t){return t?t.high===0?String(t.low>>>0):`${t.high.toString(16)}${(t.low>>>0).toString(16).padStart(8,"0")}`:""}function US(t){let e=t.message;if(e?.textPayload)return e.textPayload;let r=e?.payload;if(!r)return null;try{return Buffer.from(r).toString("utf8")}catch{return null}}$e();te();var Kd=G("skill-publish"),GS="/api/marketplace/product/skill/publish_with_assets",HS=15e4;async function op(t,e={}){let i=`${Dr(Pr(e.handshakeBase))}${GS}`,o=e.timeoutMs??HS,c=new FormData;c.append("skill_id",t.skillId??""),c.append("skill_name",t.skillName),c.append("skill_description",t.description??""),c.append("agent_id",t.agentId),c.append("zip_file",new Blob([t.zip],{type:"application/zip"}),"skill.zip");let d={Authorization:`Bearer ${t.patToken}`,Accept:"application/json","x-coze-version":"3.0",...Sn(e.ppeOverride),...t.accountId&&t.accountId!=="0"?{"x-coze-account":t.accountId}:{}},u=new AbortController,f=setTimeout(()=>u.abort(),o);Kd.info("skill publish start",{url:i,method:"POST",form:{skill_id:t.skillId??"",skill_name:t.skillName,skill_description:t.description??"",agent_id:t.agentId,zip_file_bytes:t.zip.length},headers:{...d,Authorization:`Bearer ${t.patToken.slice(0,8)}...`}});try{let h=await fetch(i,{method:"POST",headers:d,body:c,signal:u.signal}),g=h.headers.get("x-tt-logid")??"";if(!h.ok){let y=await h.text().catch(()=>"");throw new k("UPLOAD_FAILED",`skill publish HTTP ${h.status} logid=${g}: ${y.slice(0,200)}`)}let _=await h.json();if(Kd.info("skill publish response",{logid:g,httpStatus:h.status,code:_.code,msg:_.msg,dataSkillId:_.data?.skill_id??"",dataVersion:_.data?.version??""}),_.code!==void 0&&_.code!==0)throw new k("UPLOAD_FAILED",`skill publish code=${_.code} msg=${_.msg??"-"} logid=${g}`);let v={};return _.data?.skill_id!==void 0&&_.data.skill_id!==""&&(v.skillId=String(_.data.skill_id)),_.data?.version&&(v.version=_.data.version),Kd.info("skill publish ok",{logid:g,skillId:v.skillId??"",version:v.version??""}),v}catch(h){throw h instanceof k?h:h.name==="AbortError"?new k("UPLOAD_FAILED",`skill publish timeout (${o}ms): ${t.skillName}`):new k("UPLOAD_FAILED",String(h),{cause:h})}finally{clearTimeout(f)}}te();var $d=G("upstream.switchable"),oa=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,r){if(this.inner===e)return;$d.info("swap upstream",{reason:r});let i=this.inner;if(this.inner=e,this.handler&&e.onFrame(this.handler),e.onConnect)for(let o of this.connectHandlers)e.onConnect(o);try{await e.start()}catch(o){throw $d.error("swap target start failed, reverting",{err:String(o)}),this.inner=i,o}await i.stop(r??"swapped").catch(o=>$d.warn("previous upstream stop threw (ignored)",{err:String(o)}))}current(){return this.inner}start(){return this.inner.start()}stop(e){return this.inner.stop(e)}send(e){return this.inner.send(e)}onFrame(e){this.handler=e,this.inner.onFrame(e)}onConnect(e){this.connectHandlers.push(e),this.inner.onConnect?.(e)}isConnected(){return this.inner.isConnected()}};te();var Vd=G("upstream"),Jr=class{handler=null;async start(){Vd.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Vd.info("NoopUpstream stopped",{reason:e})}async send(e){Vd.debug("NoopUpstream.send (dropped)",{method:"method"in e?e.method:void 0})}onFrame(e){this.handler=e}isConnected(){return!1}async injectFrame(e){this.handler&&await this.handler(e)}};$e();te();jt();te();Re();import{promises as qS}from"node:fs";var ap=G("pat-token-store");async function aa(t=Z()){try{let r=(await qS.readFile(t.patTokenFile,"utf8")).trim();return r.length===0?(ap.warn("pat-token exists but empty (treating as missing; likely interrupted write)",{path:t.patTokenFile}),null):r}catch(e){let r=e?.code;return r!=="ENOENT"&&ap.warn("read pat-token failed (treating as missing)",{path:t.patTokenFile,code:r,message:e.message}),null}}async function cs(t,e=Z()){if(!t)throw new Error("writePatToken: empty patToken");await ut(e.patTokenFile,t,{mode:384})}Re();Re();import{promises as ca}from"node:fs";import{join as jS}from"node:path";function WS(t,e){return`#!/bin/sh
|
|
102
|
+
`)){let c=/^\s*(name|description)\s*:\s*(.+?)\s*$/.exec(o);if(!c||!c[2])continue;let d=c[1],u=c[2].trim();(u.startsWith('"')&&u.endsWith('"')||u.startsWith("'")&&u.endsWith("'"))&&(u=u.slice(1,-1)),u&&(i[d]=u)}return i}async function I0(t,e,r,i){let o=await g0(e,{withFileTypes:!0}).catch(()=>null);if(!o)return[];let c=[];for(let d of o){let u=d.isDirectory();if(!u&&d.isSymbolicLink()&&(u=!!(await fd(le(e,d.name)).catch(()=>null))?.isDirectory()),!u)continue;let f=d.name,x=le(r,f),g=le(e,f,"SKILL.md"),w=await yo(g,{encoding:"utf8"}).catch(()=>null);if(w===null)continue;let S=S0(w);c.push({relPath:x,skill:{skillId:v0(t,x),skillName:S.name||f,...S.description?{description:S.description}:{},...i?{isGlobal:!0}:{}}})}return c}async function A0(t,e,r,i){let{base:o,subdir:c}=Or(r,t,e,i);return I0(t,le(o,c),c,!1)}async function k0(t,e){let r=[],i=new Set;for(let o of b0(e)){let c=await I0(t,o,o,!0);for(let d of c)i.has(d.relPath)||(i.add(d.relPath),r.push(d))}return r}var Ly=3e4,Ny=50*1024*1024,m0=10*1024*1024,Dr=3e4;async function bo(t){let{agentId:e,workspace:r,framework:i,skill:o,paths:c}=t;if(!o.skillName)throw new k("IPC_BAD_REQUEST","skill missing skillName");let d=typeof o.content=="string"&&o.content.length>0,u=typeof o.downloadUrl=="string"&&o.downloadUrl.length>0;if(!d&&!u)throw new k("IPC_BAD_REQUEST",`skill ${o.skillId} missing both content and downloadUrl`);let f=E0(o.skillName),{base:x,subdir:g}=Or(i,e,r,c),w=le(g,f),S=le(x,w);if(await ad(S,{recursive:!0}),d){let v=Buffer.from(o.content,"utf8");Ui(v.length),await dd(le(S,"SKILL.md"),v,"utf8")}else{let v=await Fy(o.downloadUrl);Uy(v)?await jy(v,S):Gy(v)?await Hy(v,S):await dd(le(S,"SKILL.md"),v.toString("utf8"),"utf8")}let y={skillId:o.skillId,skillName:o.skillName,relPath:w,installedAt:Date.now(),...o.description?{description:o.description}:{},...o.icon?{icon:o.icon}:{},...o.version?{version:o.version}:{},...o.downloadUrl?{downloadUrl:o.downloadUrl}:{},...o.config?{config:o.config}:{},...o.builtin?{builtin:o.builtin}:{}};return ne.info("skill installed",{agentId:e,skillId:o.skillId,skillName:o.skillName,relPath:w,source:d?"content":"downloadUrl"}),y}function vo(t,e,r){let i=e.get(r.skillId);if(i!==void 0){t[i]=r;return}e.set(r.skillId,t.length),t.push(r)}function My(t){return{skillId:t.skillId,skillName:t.skillName,...t.description?{description:t.description}:{},...t.icon?{icon:t.icon}:{},...t.version?{version:t.version}:{},...t.config?{config:t.config}:{},...t.builtin?{builtin:t.builtin}:{}}}function By(t){return{skillId:t.skillId,skillName:t.skillName,...t.downloadUrl?{downloadUrl:t.downloadUrl}:{},...t.description?{description:t.description}:{},...t.icon?{icon:t.icon}:{},...t.version?{version:t.version}:{},...t.config?{config:t.config}:{},...t.builtin?{builtin:t.builtin}:{}}}async function T0(t,e){let r=await ve(t,e);if(!r)return{status:"skipped",count:0};if(r.disconnectedAt)return{status:"skipped",count:0};let i=Nt,o=r.skillsRefreshedForVersion;if(o===i)return{status:"noop",count:0};if(!o)return r.skillsRefreshedForVersion=i,await ze(r,e),{status:"seeded",count:0};let c=[...r.skills??[]],d=new Map(c.map((w,S)=>[w.skillId,S])),u=c.filter(w=>w.builtin===!0&&!!w.downloadUrl);if(u.length===0)return r.skillsRefreshedForVersion=i,await ze(r,e),{status:"noop",count:0};let f=0,x=0,{base:g}=Or(r.framework,t,r.workspace,e);ne.warn("[AUDIT] refreshBuiltinSkills triggered (version bump)",{src:"agent-handlers.refreshAgentBuiltinSkillsOnUpgrade",agentId:t,framework:r.framework,prev:o,current:i,skillBase:g,builtinCount:u.length,builtinRelPaths:u.map(w=>w.relPath)});for(let w of u)try{let S=le(g,w.relPath);ne.warn("[AUDIT] ABOUT TO RM builtin skill dir (refreshBuiltinSkills)",{src:"agent-handlers.refreshAgentBuiltinSkillsOnUpgrade",agentId:t,skillId:w.skillId,relPath:w.relPath,rmTarget:S}),await cd(S,{recursive:!0,force:!0});let y=await bo({agentId:t,workspace:r.workspace,framework:r.framework,skill:By(w),...e?{paths:e}:{}});vo(c,d,y),f+=1}catch(S){x+=1,ne.warn("refresh builtin skill failed (skipping)",{agentId:t,skillId:w.skillId,skillName:w.skillName,err:String(S)})}return r.skills=c,x===0&&(r.skillsRefreshedForVersion=i),await ze(r,e),ne.info("builtin skills refreshed after bridge upgrade",{agentId:t,from:o,to:i,ok:f,failed:x}),{status:"refreshed",count:f}}async function Fy(t){if(!t)throw new k("IPC_BAD_REQUEST","skill missing downloadUrl");if(t.startsWith("data:")){let e=Math.floor(t.length*3/4);Ui(e);let r=zy(t);return Ui(r.length),r}if(t.startsWith("file:")){let e=new URL(t).pathname,r=await yo(e);return Ui(r.length),r}if(Li(t)){let e=new AbortController,r=setTimeout(()=>e.abort(),Ly);try{let i=await fetch(t,{signal:e.signal});if(!i.ok)throw new k("IPC_BAD_REQUEST",`fetch skill failed HTTP ${i.status} ${t}`);let o=await i.arrayBuffer();return Ui(o.byteLength),Buffer.from(o)}finally{clearTimeout(r)}}throw new k("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${t.slice(0,80)}`)}function Ui(t){if(t>Ny)throw new k("IPC_BAD_REQUEST",`skill too large: ${t} bytes`)}function zy(t){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(t);if(!e)throw new k("IPC_BAD_REQUEST","bad data URL");let r=!!e[2],i=e[3]??"";return r?Buffer.from(i,"base64"):Buffer.from(decodeURIComponent(i),"utf8")}function Uy(t){return t.length>=2&&t[0]===31&&t[1]===139}function Gy(t){if(t.length<4||t[0]!==80||t[1]!==75)return!1;let e=t[2],r=t[3];return e===3&&r===4||e===5&&r===6}function ud(t){return t==="__MACOSX"||t.startsWith("__MACOSX/")}async function Hy(t,e){let r,i;try{r=new xd.default(t),i=r.getEntries()}catch(d){throw new k("IPC_BAD_REQUEST",`zip parse failed: ${d.message}`,{cause:d})}for(let d of i){let u=d.entryName;if(!u||ud(u))continue;if(u.startsWith("/")||/^[A-Za-z]:[\\/]/.test(u))throw new k("IPC_BAD_REQUEST",`zip entry absolute path: ${u}`);if(u.split(/[/\\]/).some(x=>x===".."))throw new k("IPC_BAD_REQUEST",`zip entry contains '..' (traversal): ${u}`);let f=d.header.attr>>>16&61440;if(f!==0&&f!==32768&&f!==16384)throw new k("IPC_BAD_REQUEST",`zip entry kind 0x${f.toString(16)} not allowed (symlink/hardlink/special): ${u}`)}let o=qy(i),c=ld(e);for(let d of i){if(ud(d.entryName))continue;let u=d.entryName;if(o&&u.startsWith(o)&&(u=u.slice(o.length)),!u)continue;let f=ld(e,u),x=hd(c,f);if(x.startsWith("..")||x==="..")throw new k("IPC_BAD_REQUEST",`zip entry escapes destDir: ${u}`);if(d.isDirectory){await ad(f,{recursive:!0});continue}await ad(by(f),{recursive:!0});let g;try{g=d.getData()}catch(w){throw new k("IPC_BAD_REQUEST",`zip entry getData failed (${d.entryName}): ${w.message}`,{cause:w})}await dd(f,g)}}function qy(t){let e;for(let r of t){let i=r.entryName;if(!i||ud(i))continue;let o=i.indexOf("/");if(o<=0)return;let c=i.slice(0,o+1);if(e===void 0)e=c;else if(e!==c)return}return e}async function jy(t,e){await Wy(t);let r=Uf({cwd:e,strip:1}),i=!1,o=setTimeout(()=>{i=!0,r.destroy(new k("IPC_BAD_REQUEST",`tar extract timeout (${Dr}ms)`))},Dr);try{await y0(_0.from(t),r)}catch(c){throw c instanceof k?c:i?new k("IPC_BAD_REQUEST",`tar extract timeout (${Dr}ms)`):new k("IPC_BAD_REQUEST",`tar extract failed: ${c.message??String(c)}`,{cause:c})}finally{clearTimeout(o)}}async function Wy(t){let e=[],r=Tr({onReadEntry:c=>{let d=c.path,u=c.type;if(u!=="File"&&u!=="Directory"){e.push(`tar entry kind '${u}' not allowed (symlink/hardlink/special): ${d.slice(0,100)}`);return}if(d.startsWith("/")||d.startsWith("\\")||/^[a-zA-Z]:[\\/]/.test(d)){e.push(`tar entry absolute path: ${d}`);return}d.split(/[/\\]/).some(x=>x==="..")&&e.push(`tar entry contains '..': ${d}`)}}),i=!1,o=setTimeout(()=>{i=!0,r.destroy(new k("IPC_BAD_REQUEST",`tar list timeout (${Dr}ms)`))},Dr);try{await y0(_0.from(t),r)}catch(c){throw i?new k("IPC_BAD_REQUEST",`tar list timeout (${Dr}ms)`):new k("IPC_BAD_REQUEST",`tar list failed: ${c.message??String(c)}`,{cause:c})}finally{clearTimeout(o)}if(e.length>0)throw new k("IPC_BAD_REQUEST",e[0]??"tar entry validation failed")}var Ky=5e3;async function $y(t,e,r,i){return R0(t,e,r,i,{count:0})}async function R0(t,e,r,i,o){if(i<=0)return[];let c;try{c=await g0(e,{withFileTypes:!0})}catch{return[]}let d=[];for(let u of c){if(Ay.has(u.name)||u.isSymbolicLink())continue;if(o.count>=Ky){d.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let f=le(e,u.name),x=vy(le(r,u.name)),g=null;try{g=await od(f)}catch{continue}if(g.isSymbolicLink())continue;o.count++;let w={name:u.name,path:C0(hd(t,f)),isDir:g.isDirectory(),size:g.size,modifiedAt:Math.floor(g.mtimeMs)};g.isDirectory()&&i>1&&(w.children=await R0(t,f,x,i-1,o)),d.push(w)}return d.sort((u,f)=>u.isDir!==f.isDir?u.isDir?-1:1:u.name.localeCompare(f.name)),d}function Yy(t){return!t||t<=0?Sy:Math.min(t,Iy)}function Vy(t){if(!t||t==="."||t==="/")return".";let e=t.split(/[/\\]/);return e[e.length-1]||"."}function C0(t){return t.split(w0).join("/")}te();var Sn=G("agent-health-reporter"),Jy=1e4,Zy=3,Gi=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??Jy,this.livenessFailureThreshold=e.livenessFailureThreshold??Zy}opts;timer=null;inFlight=!1;unsubscribeRegister=null;intervalMs;livenessFailureThreshold;consecutiveFailures=0;isLivenessLost(){return this.consecutiveFailures>=this.livenessFailureThreshold}start(){this.timer||(this.timer=setInterval(()=>{this.tick()},this.intervalMs),this.timer.unref?.(),this.unsubscribeRegister=this.opts.core.onAgentRegister(()=>{this.tick()}),Sn.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),Sn.info("heartbeat stopped"))}async tick(){if(this.inFlight){Sn.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){this.consecutiveFailures=0,Sn.debug("deviceId not available, skip tick (\u5C1A\u672A pair)");return}this.inFlight=!0;try{let r=[];for(let d of this.opts.core.agents.values()){let u=Xy(d);if(!u)continue;let f={agentId:d.agentId,status:u};d.patToken&&(f.patToken=d.patToken),d.accountId&&(f.accountId=d.accountId),r.push(f)}if(r.length===0){this.consecutiveFailures=0;return}let i={agents:r,bridgeVersion:Nt,_meta:{cozeDeviceId:e}},o;try{o=await this.opts.core.sendRequest("_agent/health",i,5e3),this.consecutiveFailures=0}catch(d){this.consecutiveFailures+=1,Sn.warn("heartbeat batch send failed",{count:r.length,consecutiveFailures:this.consecutiveFailures,err:String(d)})}let c=o?.authFailures;if(c&&c.length>0&&(Sn.warn("heartbeat received authFailures from cloud",{count:c.length,agentIds:c.map(d=>d.agentId)}),this.opts.onAuthFailures))try{await this.opts.onAuthFailures(c)}catch(d){Sn.warn("onAuthFailures callback failed (ignored)",{err:String(d)})}}finally{this.inFlight=!1}if(this.opts.onTickEnd)try{await this.opts.onTickEnd()}catch(r){Sn.warn("onTickEnd hook failed",{err:String(r)})}}};function Xy(t){return t.status==="error"?"error":t.activeTriggers.size>0?"busy":t.status==="ok"?"online":null}jt();import{mkdir as wd,rm as jE,stat as WE}from"node:fs/promises";import{homedir as KE}from"node:os";import{join as ah}from"node:path";dn();import{existsSync as dE}from"node:fs";import{release as lE}from"node:os";import{basename as uE,isAbsolute as fE}from"node:path";function Hi(t,e,r){return r===void 0?{jsonrpc:"2.0",id:t,method:e}:{jsonrpc:"2.0",id:t,method:e,params:r}}function Lr(t,e){return e===void 0?{jsonrpc:"2.0",method:t}:{jsonrpc:"2.0",method:t,params:e}}function Nr(t,e){return{jsonrpc:"2.0",id:t,result:e}}function In(t,e){return{jsonrpc:"2.0",id:t,error:e}}Ke();var So=class extends Error{code;data;constructor(e){super(`JSON-RPC error code=${e.code} ${e.message}`),this.name="RemoteRpcError",this.code=e.code,e.data!==void 0&&(this.data=e.data)}},Z={PARSE_ERROR:-32700,INVALID_REQUEST:-32600,METHOD_NOT_FOUND:-32601,INVALID_PARAMS:-32602,INTERNAL_ERROR:-32603,AGENT_NOT_FOUND:-32001,AGENT_BUSY:-32002,AGENT_TIMEOUT:-32003,AGENT_SPAWN_FAILED:-32004,OPERATION_NOT_ALLOWED_FOR_LOCAL:-32005,AGENT_DISCONNECTED:-32006,MODEL_TOKEN_GEN_FAILED:-32009,PATH_OUTSIDE_WORKSPACE:-32010,FILE_TOO_LARGE:-32011,UNSUPPORTED_MIME:-32012,UPLOAD_FAILED:-32013,UPSTREAM_NOT_READY:-32014,AGENT_FRAME_IDLE_TIMEOUT:-32016,MODEL_MODALITY_UNSUPPORTED:-32017,AGENT_DEPENDENCY_INSTALL_FAILED:-32018,AGENT_APPROVAL_TIMEOUT:-32019,AGENT_TURN_ABORTED:-32020,AGENT_ENV_NOT_READY:-32021,SKILL_NOT_FOUND:-32022,SKILL_ZIP_TOO_LARGE:-32023,OPERATION_NOT_ALLOWED_FOR_CLOUD:-32024};function P0(t){return"method"in t&&"id"in t&&t.id!==void 0}function D0(t){return"method"in t&&!("id"in t)}function Io(t){return!("method"in t)&&"id"in t}var Qy={AGENT_NOT_FOUND:Z.AGENT_NOT_FOUND,AGENT_BUSY:Z.AGENT_BUSY,AGENT_DISCONNECTED:Z.AGENT_DISCONNECTED,AGENT_TIMEOUT:Z.AGENT_TIMEOUT,AGENT_FRAME_IDLE_TIMEOUT:Z.AGENT_FRAME_IDLE_TIMEOUT,AGENT_SPAWN_FAILED:Z.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:Z.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:Z.INTERNAL_ERROR,BRIDGE_INTERNAL:Z.INTERNAL_ERROR,IPC_AUTH_FAILED:Z.INTERNAL_ERROR,IPC_BAD_REQUEST:Z.INVALID_REQUEST,METHOD_NOT_FOUND:Z.METHOD_NOT_FOUND,MODEL_TOKEN_GEN_FAILED:Z.MODEL_TOKEN_GEN_FAILED,MODEL_MODALITY_UNSUPPORTED:Z.MODEL_MODALITY_UNSUPPORTED,OPERATION_NOT_ALLOWED_FOR_LOCAL:Z.OPERATION_NOT_ALLOWED_FOR_LOCAL,OPERATION_NOT_ALLOWED_FOR_CLOUD:Z.OPERATION_NOT_ALLOWED_FOR_CLOUD,UPSTREAM_DISCONNECTED:Z.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:Z.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:Z.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:Z.FILE_TOO_LARGE,UNSUPPORTED_MIME:Z.UNSUPPORTED_MIME,UPLOAD_FAILED:Z.UPLOAD_FAILED,UPSTREAM_NOT_READY:Z.UPSTREAM_NOT_READY,AGENT_DEPENDENCY_INSTALL_FAILED:Z.AGENT_DEPENDENCY_INSTALL_FAILED,AGENT_APPROVAL_TIMEOUT:Z.AGENT_APPROVAL_TIMEOUT,AGENT_TURN_ABORTED:Z.AGENT_TURN_ABORTED,AGENT_ENV_NOT_READY:Z.AGENT_ENV_NOT_READY,SKILL_NOT_FOUND:Z.SKILL_NOT_FOUND,SKILL_ZIP_TOO_LARGE:Z.SKILL_ZIP_TOO_LARGE};function eE(t){if(t!=null)return t instanceof Error?{name:t.name,message:qi(t.message)}:typeof t=="string"?qi(t):typeof t=="object"?nE(t):t}var tE=[[/\/Users\/[^/\s'"`)]+/g,"/Users/<redacted>"],[/\/home\/[^/\s'"`)]+/g,"/home/<redacted>"],[/[A-Za-z]:\\Users\\[^\\\s'"`)]+/g,"C:\\Users\\<redacted>"],[/(Bearer|Token|Authorization:)\s+[\w._-]+/gi,"$1 <redacted>"],[/\b(sk|pat|ak)[-_][A-Za-z0-9_-]{20,}\b/g,"<redacted-key>"]];function qi(t){let e=t;for(let[r,i]of tE)e=e.replace(r,i);return e}function nE(t){let e={};for(let[r,i]of Object.entries(t))typeof i=="string"?e[r]=qi(i):e[r]=i;return e}function ji(t){if(t instanceof k){let e=eE(t.cause),r={bridgeCode:t.code,retriable:t.retriable};return e!==void 0&&(r.cause=e),e&&typeof e=="object"&&"reason"in e&&typeof e.reason=="string"&&(r.reason=e.reason),{code:Qy[t.code]??Z.INTERNAL_ERROR,message:qi(t.message),data:r}}return{code:Z.INTERNAL_ERROR,message:qi(t instanceof Error?t.message:String(t))}}function O0(t){let e=t.data,r=e?.bridgeCode??"AGENT_PROTOCOL_ERROR",i=!!e&&typeof e.message=="string"&&!!e.message,o=i?e?.message:t.message,c=t.data;if(i&&e){let{message:d,...u}=e;c=u}return new k(r,o,{retriable:e?.retriable??!1,cause:c})}function N0(t){return`${JSON.stringify(t)}
|
|
103
|
+
`}var L0=10*1024*1024,Ao=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){if(this.buffer+=typeof e=="string"?e:e.toString("utf8"),this.buffer.length>L0){let o=this.buffer.length;return this.buffer="",this.onError?.({line:`<buffer overflow: ${o} bytes, dropped>`,error:new Error(`LdjsonDecoder buffer exceeded ${L0} bytes`)}),[]}let r=this.buffer.split(`
|
|
104
|
+
`);this.buffer=r.pop()??"";let i=[];for(let o of r){let c=o.replace(/\r$/,"").trim();if(c)try{i.push(JSON.parse(c))}catch(d){this.onError?.({line:c,error:d})}}return i}flush(){if(!this.buffer)return[];let e=this.buffer.replace(/\r$/,"").trim();if(this.buffer="",!e)return[];try{return[JSON.parse(e)]}catch(r){return this.onError?.({line:e,error:r}),[]}}};var B0={"session/prompt":"session.prompt","session/cancel":"session.cancel","session/new":"session.new","session/load":"session.load","_agent/create":"agent.create","_agent/health":"agent.health","_agent/pair":"agent.pair","_agent/listSkills":"agent.listSkills","_agent/addSkills":"agent.addSkills","_agent/removeSkills":"agent.removeSkills","_agent/getFileTree":"agent.getFileTree","_agent/getFileContent":"agent.getFileContent","_agent/detail":"agent.detail","_agent/update":"agent.update","_agent/disconnect":"agent.disconnect","_agent/switchModel":"agent.switchModel","_agent/genModelToken":"agent.genModelToken","_agent/reset":"agent.reset","_agent/repair":"agent.repair","session/request_permission":"session.requestPermission","session/set_mode":"session.setMode",initialize:"initialize"},wT=Object.fromEntries(Object.entries(B0).map(([t,e])=>[e,t])),rE={"session.prompt":["agentId","triggerMsgId","sessionId"],"session.cancel":["agentId","triggerMsgId","sessionId"],"session.new":["agentId"],"session.load":["agentId"],"agent.create":["agentId"],"agent.health":[],"agent.listSkills":["agentId"],"agent.addSkills":["agentId"],"agent.removeSkills":["agentId"],"agent.getFileTree":["agentId"],"agent.getFileContent":["agentId"],"agent.detail":["agentId"],"agent.update":["agentId"],"agent.disconnect":["agentId"],"agent.switchModel":["agentId"],"agent.genModelToken":["agentId","sessionId"],"agent.reset":["agentId"],"agent.repair":["agentId"],"session.requestPermission":["agentId","sessionId"],"session.setMode":["agentId","sessionId"],"agent.pair":[],initialize:[]},Mr=class{seq=0;next(e,r){this.seq+=1;let i=B0[e]??iE(e),o=rE[i]??[],c=[i,String(this.seq)];if(o.length>0){let d=o.map(f=>M0(r?.[f]??"")),u=sE(d).join(":");u&&c.push(u)}else r&&Object.values(r).some(d=>d)&&c.push(Object.values(r).filter(Boolean).map(d=>M0(String(d))).join(":"));return c.join("_")}reset(){this.seq=0}};function iE(t){return t.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function M0(t){return t.replace(/[:_\s]+/g,"-")}function sE(t){let e=t.length;for(;e>0&&!t[e-1];)e-=1;return t.slice(0,e)}Zt();or();Ke();te();Re();import{execFileSync as oE,spawnSync as aE}from"node:child_process";function Wi(t){try{return process.kill(t,0),!0}catch(e){return e.code==="EPERM"}}function Ki(t,e){if(!(typeof t!="number"||t<=0))try{if(process.platform==="win32"){let r=["/PID",String(t),"/T"];e==="SIGKILL"&&r.push("/F"),aE("taskkill",r,{stdio:"ignore",windowsHide:!0})}else process.kill(-t,e)}catch{}}var pd=new Set;function F0(t){typeof t=="number"&&t>0&&pd.add(t)}function z0(t){typeof t=="number"&&pd.delete(t)}function U0(){for(let t of pd)Ki(t,"SIGKILL")}var Br="coze-bridge-daemon";function G0(t){let e=t?.execFn??(()=>{if(process.platform==="win32")return"";let o=process.getuid?.()??0;return oE("pgrep",["-U",String(o),"-f",Br],{encoding:"utf8",stdio:["ignore","pipe","ignore"],timeout:2e3})}),r;try{r=e()}catch{return[]}let i=process.pid;return r.split(`
|
|
105
|
+
`).map(o=>Number.parseInt(o.trim(),10)).filter(o=>Number.isFinite(o)&&o>0&&o!==i)}async function H0(t,e){if(t.length===0)return;let r=e?.killFn??Ki,i=e?.isAliveFn??Wi,o=e?.sleepFn??(u=>new Promise(f=>setTimeout(f,u))),c=e?.graceMs??3e3,d=e?.pollMs??100;for(let u of t)r(u,"SIGTERM");for(let u=0;u<c&&t.some(f=>i(f));u+=d)await o(Math.min(d,c-u));for(let u of t)i(u)&&r(u,"SIGKILL")}var cE=[{reason:"openclaw_scope_approval_pending",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/scope upgrade pending approval/i,message:"openclaw \u9700\u8981\u4F60\u5728\u672C\u673A\u6279\u51C6\u4E00\u6B21\u6743\u9650\u5347\u7EA7 (scope upgrade)\uFF0C\u8BF7\u5728\u672C\u673A openclaw \u5B8C\u6210\u6388\u6743\u540E\u91CD\u8BD5"},{reason:"openclaw_pairing_required",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/pairing required/i,message:"openclaw \u5C1A\u672A\u5B8C\u6210\u914D\u5BF9\uFF0C\u8BF7\u5148\u5728\u672C\u673A\u5B8C\u6210 openclaw \u914D\u5BF9\u540E\u91CD\u8BD5"},{reason:"openclaw_gateway_token_unavailable",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/gateway\.auth\.token.*(unavailable|secret reference)/i,message:"openclaw gateway token \u914D\u7F6E\u4E0D\u53EF\u7528 (\u914D\u6210\u4E86 secret \u5F15\u7528\u4F46\u5F53\u524D\u8DEF\u5F84\u53D6\u4E0D\u5230)\uFF0C\u8BF7\u68C0\u67E5\u672C\u673A openclaw \u7684 gateway.auth.token \u914D\u7F6E"},{reason:"openclaw_version_mismatch",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/protocol mismatch/i,message:"openclaw \u7248\u672C\u4E0E\u672C\u673A gateway \u4E0D\u517C\u5BB9 (protocol mismatch)\uFF0C\u8BF7\u5347\u7EA7\u672C\u673A openclaw \u5230\u6700\u65B0\u7248\u540E\u91CD\u8BD5"},{reason:"openclaw_gateway_not_ready",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/gateway closed (before ready|\(\d+\))/i,message:"openclaw gateway \u672A\u5C31\u7EEA (\u53EF\u80FD\u6B63\u5728\u542F\u52A8)\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5"},{reason:"openclaw_config_invalid",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/OpenClaw config is invalid|Config invalid|Invalid config at|config was written by version/i,message:"\u4F60\u7684\u672C\u673A openclaw \u914D\u7F6E\u975E\u6CD5 (~/.openclaw/openclaw.json)\uFF0C\u8BF7\u8FD0\u884C `openclaw doctor --fix` \u6216 `openclaw config validate` \u4FEE\u590D\u540E\u91CD\u8BD5"},{reason:"openclaw_tls_self_signed",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/self-signed certificate/i,message:"openclaw \u8FDE\u63A5\u88AB\u81EA\u7B7E\u8BC1\u4E66/\u4F01\u4E1A\u4EE3\u7406\u62E6\u622A (self-signed certificate)\uFF0C\u8BF7\u68C0\u67E5\u672C\u673A\u7F51\u7EDC/\u4EE3\u7406\u6216\u8BC1\u4E66\u914D\u7F6E\u540E\u91CD\u8BD5"},{reason:"openclaw_node_binary_not_found",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/\[qclaw-cli\] Error: (Node binary not found|QCLAW_CLI_NODE_BINARY not set)/i,message:"\u672C\u673A\u627E\u4E0D\u5230 node \u4E8C\u8FDB\u5236 (qclaw \u542F\u52A8\u5931\u8D25)\uFF0C\u8BF7\u68C0\u67E5\u672C\u673A Node \u5B89\u88C5\u4E0E PATH \u540E\u91CD\u8BD5"},{reason:"openclaw_gateway_unavailable",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["openclaw"],match:/ECONNREFUSED|\[object ErrorEvent\]|gateway connect failed|gateway (not connected|disconnected)/i,message:"openclaw gateway \u672A\u8FD0\u884C/\u672A\u8FDE\u63A5 (\u8FDE\u63A5\u672C\u673A gateway \u88AB\u62D2\u6216\u4F1A\u8BDD\u671F\u95F4\u65AD\u5F00)\uFF0C\u8BF7\u5728\u672C\u673A\u542F\u52A8 openclaw gateway \u540E\u91CD\u8BD5"},{reason:"openclaw_shim_bug",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["openclaw"],match:/openclaw-shim\/bin\/openclaw.*unbound variable/i,message:"openclaw \u542F\u52A8 shim \u811A\u672C\u5F02\u5E38 (unbound variable)\uFF0C\u8BF7\u53CD\u9988\u73AF\u5883\u7EF4\u62A4\u65B9\u4FEE\u590D shim"},{reason:"codex_user_config_invalid",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["codex"],match:/error loading config:.*config\.toml|model_catalog_json|wire_api/i,message:"\u4F60\u7684\u672C\u673A ~/.codex/config.toml \u914D\u7F6E\u6709\u8BEF\uFF0C\u8BF7\u6309 codex \u62A5\u9519\u63D0\u793A\u4FEE\u6B63\u540E\u91CD\u8BD5"},{reason:"codex_provider_invalid",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["codex"],match:/error loading config: Model provider .* not found/i,message:"\u4F60\u7684\u672C\u673A codex \u914D\u7F6E\u5F15\u7528\u4E86\u4E0D\u5B58\u5728\u7684 model provider\uFF0C\u8BF7\u4FEE\u6B63 ~/.codex \u914D\u7F6E\u540E\u91CD\u8BD5"},{reason:"codex_path_update_failed",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["codex"],match:/could not update PATH[\s\S]*Operation not permitted/i,message:"codex \u56E0\u672C\u673A\u6743\u9650\u9650\u5236\u65E0\u6CD5\u66F4\u65B0 PATH/\u8BFB\u53D6\u914D\u7F6E (Operation not permitted)\uFF0C\u8BF7\u68C0\u67E5 ~/.codex \u76EE\u5F55\u6743\u9650\u6216\u91CD\u65B0\u6388\u4E88\u7EC8\u7AEF\u5B8C\u5168\u78C1\u76D8\u8BBF\u95EE\u540E\u91CD\u8BD5"},{reason:"node_version_too_old",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["codex"],match:/import\.meta\.resolve is not a function|\.resolve is not a function/i,message:"\u672C\u673A Node \u7248\u672C\u8FC7\u4F4E (codex ACP \u9700\u8981 import.meta.resolve)\uFF0C\u8BF7\u5347\u7EA7 Node \u5230 \u2265 20 \u540E\u91CD\u8BD5"},{reason:"codex_acp_exec_failed",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["codex"],match:/Failed to execute[\s\S]*codex-acp|spawnSync[\s\S]*codex-acp/i,message:"codex ACP \u4E8C\u8FDB\u5236\u6267\u884C\u5931\u8D25\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C pair/connect \u89E6\u53D1\u4F9D\u8D56\u5B89\u88C5"},{reason:"codex_platform_binary_missing",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["codex"],match:/Failed to locate @zed-industries\/codex-acp|optional dependency was not installed/i,message:"codex ACP \u4F9D\u8D56\u7684\u5E73\u53F0\u4E8C\u8FDB\u5236\u7F3A\u5931\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C pair/connect \u89E6\u53D1\u4F9D\u8D56\u5B89\u88C5"},{reason:"acp_module_missing",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["claude-code","codex"],match:/Cannot find (module|package)[^\n]*node_modules[\\/]@(agentclientprotocol[\\/](claude-agent-acp|codex-acp)|openai[\\/]codex|zed-industries[\\/]codex-acp)|Cannot find package ['"]@openai[\\/]codex['"][\s\S]*node_modules[\\/]@agentclientprotocol[\\/]codex-acp/i,message:"ACP \u4F9D\u8D56\u672A\u6B63\u786E\u5B89\u88C5 (wrapper \u5165\u53E3\u7F3A\u5931)\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C pair/connect \u89E6\u53D1\u4F9D\u8D56\u91CD\u88C5"},{reason:"node_version_too_old",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["claude-code","openclaw"],match:/import .* with \{ type: ["']json["'] \}|import assertion|import attribute|openclaw\.mjs[\s\S]*Unexpected token '\.'/i,message:"\u672C\u673A Node \u7248\u672C\u8FC7\u4F4E (ACP \u9700\u8981\u8F83\u65B0 Node \u624D\u652F\u6301 import attributes / \u53EF\u9009\u94FE)\uFF0C\u8BF7\u5347\u7EA7 Node \u5230 \u2265 20.10 \u540E\u91CD\u8BD5"},{reason:"acp_cmd_misexec",bridgeCode:"AGENT_SPAWN_FAILED",frameworks:["claude-code"],match:/claude-agent-acp\.cmd.*@ECHO off|\.cmd:\d+/i,message:"claude ACP wrapper \u542F\u52A8\u65B9\u5F0F\u5F02\u5E38 (Windows .cmd \u88AB\u8BEF\u5F53\u811A\u672C\u6267\u884C)\uFF0C\u8BF7\u91CD\u65B0\u6267\u884C pair/connect"},{reason:"hermes_provider_not_configured",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["hermes"],match:/(no.*openai.*provider|OPENAI_API_KEY.*(not set|missing)|(provider|model).*(not configured|misconfigured)|hermes.*setup.*required)/i,message:"hermes provider/API key \u672A\u914D\u7F6E\u597D, \u8BF7\u68C0\u67E5 <HERMES_HOME>/config.yaml + .env \u540E\u91CD\u8BD5"},{reason:"prompt_too_long",bridgeCode:"AGENT_ENV_NOT_READY",frameworks:["claude-code"],match:/Prompt is too long|bad request: failed to read body: length limit exceeded/i,message:"\u672C\u8F6E\u8F93\u5165\u8FC7\u957F\uFF0C\u8D85\u8FC7\u6A21\u578B\u4E0A\u4E0B\u6587\u4E0A\u9650\uFF0C\u8BF7\u7CBE\u7B80\u8F93\u5165\u6216\u5F00\u542F\u65B0\u4F1A\u8BDD\u540E\u91CD\u8BD5"}];function q0(t,e){if(!e)return null;for(let r of cE)if(!(r.frameworks&&!r.frameworks.includes(t))&&r.match.test(e))return{bridgeCode:r.bridgeCode,reason:r.reason,message:r.message};return null}function j0(t,e){return q0(t,e)}function W0(t,e){return q0(t,e)}function Fr(t,e,r){return!e&&r.firstUpdateMs>0&&t<r.firstUpdateMs?Math.max(1,r.firstUpdateMs-t):t<r.phase2GateMs?Math.max(1,r.phase2GateMs-t):Math.max(1,r.livenessWindowMs)}function K0(t,e,r){let o=r-t.armedAt-t.expectedIntervalMs;if(o>e.suspendThresholdMs){let x=t.suspendedMs+o,g=r-t.startedAt-x;return{action:"suspend",suspendedDeltaMs:o,rearmMs:Fr(g,t.firstFrameSeen,e)}}let c=r-t.startedAt-t.suspendedMs,d=t.awaitingApproval?e.approvalMaxMs:e.absoluteMaxMs;return c>=d?{action:"reject-backstop",awaitingApproval:t.awaitingApproval}:t.firstFrameSeen?c<e.phase2GateMs?{action:"continue",rearmMs:Fr(c,!0,e)}:r-t.lastActivityAt<e.livenessWindowMs||t.hasActiveTool||t.awaitingApproval?{action:"continue",rearmMs:Fr(c,!0,e)}:{action:"reject-idle"}:e.firstUpdateMs>0&&c>=e.firstUpdateMs&&!t.awaitingApproval?{action:"reject-idle"}:{action:"continue",rearmMs:Fr(c,!1,e)}}var $0=Ve("COZE_BRIDGE_INITIALIZE_TIMEOUT_MS",3e4),hE=200,xE=40,pE=Ve("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),mE=Ve("COZE_BRIDGE_SESSION_PROMPT_IDLE_MS",600*1e3),gE=Ve("COZE_BRIDGE_SESSION_PROMPT_ABSOLUTE_MAX_MS",7200*1e3),wE=Ve("COZE_BRIDGE_SUSPEND_THRESHOLD_MS",60*1e3),_E=Ve("COZE_BRIDGE_SESSION_PROMPT_FIRST_UPDATE_MS",600*1e3),yE=Ve("COZE_BRIDGE_SESSION_PROMPT_APPROVAL_MAX_MS",1440*60*1e3),Y0=500;function EE(t){try{let e=JSON.stringify(t);return e===void 0||e.length<=Y0?t:`${e.slice(0,Y0)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function bE(t){let e=[];typeof t.message=="string"&&e.push(t.message);let{data:r}=t;if(typeof r=="string")e.push(r);else if(r&&typeof r=="object")try{e.push(JSON.stringify(r))}catch{}return e.join(" ")}function V0(t){try{return dE(t)}catch{return}}function vE(t,e){return{platform:process.platform,osRelease:lE(),code:t.code,errno:t.errno,syscall:t.syscall,errPath:t.path,command:e.command,commandExists:fE(e.command)?V0(e.command):void 0,cwd:e.cwd,cwdExists:V0(e.cwd),envKeys:e.envKeys}}function SE(t,e){return`${t.message} [diag: platform=${e.platform} os=${e.osRelease} code=${e.code} errno=${e.errno} syscall=${e.syscall} cmd=${uE(e.command)} cmdExists=${e.commandExists} cwdExists=${e.cwdExists} envKeys=${e.envKeys}]`}var pt=class{constructor(e){this.opts=e;this.log=G(`downstream.${this.constructor.name}`,this.opts.agentId),this.decoder=new Ao({onError:r=>this.log.warn("decode line failed",{line:r.line})})}opts;child;decoder;pending=new Map;inflightAgentRequests=new Map;idAllocator=new Mr;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stopReason;stderrRing=[];now=Date.now;sanitizeEnv(e){return e}async start(){if(this.child)throw new k("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",r=Yf(process.env,this.opts.agentEnvFile??J().agentEnvFile,this.opts.env,o=>this.sanitizeEnv(o)),i=st(this.opts.command,this.opts.args,{cwd:this.opts.cwd,env:r,stdio:["pipe","pipe","pipe"],detached:e});this.child=i,F0(i.pid),i.stdout?.setEncoding("utf8"),i.stdout?.on("data",o=>{try{for(let c of this.decoder.push(o))this.dispatch(c)}catch(c){this.log.warn("stdout dispatch threw, swallowed to keep daemon alive",{err:String(c)})}}),i.stderr?.setEncoding("utf8"),i.stderr?.on("data",o=>{let c=o.trimEnd();this.stderrRing.push(c),this.stderrRing.length>hE&&this.stderrRing.shift(),this.log.debug("stderr",{text:c})}),i.stdin?.on("error",o=>{this.log.warn("child stdin error",{err:String(o)})}),i.stdout?.on("error",o=>{this.log.warn("child stdout error",{err:String(o)})}),i.stderr?.on("error",o=>{this.log.warn("child stderr error",{err:String(o)})}),i.on("exit",(o,c)=>{this.stopped=!0,z0(i.pid),(o!==0||c!==null)&&this.stderrRing.length>0&&this.log.warn("downstream exited abnormally, recent stderr",{code:o,signal:c,recentStderr:[...this.stderrRing]});try{for(let u of this.decoder.flush())this.dispatch(u)}catch(u){this.log.debug("decoder.flush on exit threw (ignored)",{err:String(u)})}this.failAllPending(this.buildExitError(o,c));for(let u of this.exitHandlers)u(o,c)}),i.on("error",o=>{let c=o,d=vE(c,{command:this.opts.command,cwd:this.opts.cwd,envKeys:Object.keys(r).length});this.log.error("child error",{err:String(o),diag:d}),this.failAllPending(new k("AGENT_SPAWN_FAILED",SE(c,d),{cause:d}))}),this.log.info("downstream started",{command:this.opts.command,pid:i.pid,cwd:this.opts.cwd})}async stop(e){if(!this.child||this.stopped)return;this.stopped=!0,this.stopReason=e??"stopped",this.log.info("downstream stopping",{reason:e});let r=this.child,i=new Promise(c=>r.once("exit",()=>c()));Ki(r.pid,"SIGTERM");let o=setTimeout(()=>{r.killed||Ki(r.pid,"SIGKILL")},5e3);try{await i}finally{clearTimeout(o)}}pid(){return this.child?.pid}isAlive(){return!!this.child&&!this.stopped}getStderrTail(e){return e===void 0?[...this.stderrRing]:this.stderrRing.slice(-e)}initialize(e){return this.call("initialize",e)}sessionNew(e){return this.call("session/new",{mcpServers:[],...e})}sessionLoad(e){return this.call("session/load",{mcpServers:[],...e})}sessionPrompt(e,r){let i={firstUpdateMs:_E,phase2GateMs:pE,livenessWindowMs:mE,absoluteMaxMs:gE,approvalMaxMs:yE,suspendThresholdMs:wE,...r};return this.call("session/prompt",e,$0,i)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(Lr("session/cancel",e))}setSessionMode(e){return this.call("session/set_mode",e)}setSessionModel(e){return this.call("session/set_model",e)}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,r){if(this.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(Nr(e,r))}catch(i){this.log.warn("respondAgentRequest write failed",{id:e,err:String(i)})}}respondAgentRequestError(e,r){if(this.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(In(e,r))}catch(i){this.log.warn("respondAgentRequestError write failed",{id:e,err:String(i)})}}onExit(e){this.exitHandlers.push(e)}call(e,r,i=$0,o){if(!this.child||this.stopped)return Promise.reject(new k("AGENT_PROTOCOL_ERROR","downstream not started"));let c=this.idAllocator.next(e),d=Hi(c,e,r),u=(()=>{if(typeof r!="object"||r===null)return;let f=r.sessionId;return typeof f=="string"?f:void 0})();return new Promise((f,x)=>{let g={resolve:f,reject:x,timer:null,method:e,promptTimeout:null};if(o){let w=this.now(),S={cfg:o,startedAt:w,lastActivityAt:w,firstFrameSeen:!1,activeToolCalls:new Set,suspendedMs:0,armedAt:w,expectedIntervalMs:Fr(0,!1,o),sessionId:u};g.promptTimeout=S;let y=()=>{let v={startedAt:S.startedAt,lastActivityAt:S.lastActivityAt,firstFrameSeen:S.firstFrameSeen,hasActiveTool:S.activeToolCalls.size>0,awaitingApproval:this.inflightAgentRequests.size>0,suspendedMs:S.suspendedMs,armedAt:S.armedAt,expectedIntervalMs:S.expectedIntervalMs},I=this.now(),A=K0(v,S.cfg,I),R=D=>{S.armedAt=I,S.expectedIntervalMs=D,g.timer=setTimeout(y,D)};if(A.action==="suspend"){S.suspendedMs+=A.suspendedDeltaMs,S.lastActivityAt=I,this.log.warn("downstream prompt timer: suspend detected",{id:c,method:e,gapMs:A.suspendedDeltaMs,suspendedMs:S.suspendedMs,...S.sessionId?{sessionId:S.sessionId}:{}}),R(A.rearmMs);return}if(A.action==="continue"){R(A.rearmMs);return}this.pending.delete(c),A.action==="reject-backstop"?(this.log.warn("downstream prompt absolute timeout",{id:c,method:e,awaitingApproval:A.awaitingApproval,...S.sessionId?{sessionId:S.sessionId}:{}}),x(A.awaitingApproval?new k("AGENT_APPROVAL_TIMEOUT",`${e} awaiting permission timed out after ${S.cfg.approvalMaxMs}ms`):new k("AGENT_TIMEOUT",`${e} timed out after ${S.cfg.absoluteMaxMs}ms`))):(this.log.warn("downstream prompt idle timeout",{id:c,method:e,...S.sessionId?{sessionId:S.sessionId}:{}}),x(new k("AGENT_FRAME_IDLE_TIMEOUT",`${e} no progress within ${S.cfg.livenessWindowMs}ms`)))};g.timer=setTimeout(y,S.expectedIntervalMs)}else i>0&&Number.isFinite(i)&&(g.timer=setTimeout(()=>{this.pending.delete(c),this.log.warn("downstream call timeout",{id:c,method:e,timeoutMs:i}),x(new k("AGENT_TIMEOUT",`${e} timed out after ${i}ms`))},i));this.pending.set(c,g);try{this.writeFrame(d)}catch(w){g.timer&&clearTimeout(g.timer),this.pending.delete(c),x(w)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new k("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(N0(e),r=>{r&&this.log.warn("stdin write callback err",{err:String(r)})})}dispatch(e){if(Io(e)){let r=e.id!==null?this.pending.get(e.id):void 0;if(!r){this.log.warn("orphan response",{id:e.id});return}this.pending.delete(e.id),r.timer&&clearTimeout(r.timer),e.error?(this.log.warn("downstream returned error frame",{id:e.id,method:r.method,code:e.error.code,message:e.error.message,data:e.error.data}),r.reject(this.wireErrorToBridge(e.error))):e.result===void 0?(this.log.warn("downstream response missing both result and error",{id:e.id,method:r.method}),r.reject(new k("AGENT_PROTOCOL_ERROR",`${r.method} response missing both result and error`))):(this.log.info("downstream returned result",{id:e.id,method:r.method,result:EE(e.result)}),r.resolve(e.result));return}if(D0(e)){if(e.method==="session/update"){let r=e.params;for(let i of this.pending.values()){let o=i.promptTimeout;o&&(o.firstFrameSeen=!0,o.lastActivityAt=this.now(),this.trackToolCall(o,r))}for(let i of this.updateHandlers)try{Promise.resolve(i(r)).catch(o=>this.log.warn("update handler failed (async)",{err:String(o)}))}catch(o){this.log.warn("update handler threw sync, swallowed",{err:String(o)})}}else this.log.info("unknown notification (drop, not forwarded)",{method:e.method});return}if(P0(e)){let r=e;try{this.handleAgentRequest(r).catch(i=>this.log.error("agent request handler failed (async)",{method:r.method,err:String(i)}))}catch(i){this.log.warn("handleAgentRequest threw sync, swallowed",{method:r.method,err:String(i)})}}}trackToolCall(e,r){let i=r.update,o=i?.sessionUpdate;if(o!=="tool_call"&&o!=="tool_call_update")return;let c=typeof i.toolCallId=="string"?i.toolCallId:void 0;if(!c)return;let d=typeof i.status=="string"?i.status:void 0,u=d==="completed"||d==="failed"||d==="cancelled";o==="tool_call"&&!u?e.activeToolCalls.add(c):u&&e.activeToolCalls.delete(c)}async handleAgentRequest(e){if(this.agentRequestHandlers.length===0){this.writeFrame(In(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}this.inflightAgentRequests.set(e.id,e.method);for(let r of this.agentRequestHandlers)try{await r(e)}catch(i){this.log.error("agentRequestHandler threw",{method:e.method,err:String(i)});try{this.writeFrame(In(e.id,ji(i)))}catch{}this.inflightAgentRequests.delete(e.id)}}wireErrorToBridge(e){let r=O0(e);if(r.code!=="AGENT_PROTOCOL_ERROR")return r;let i=W0(this.framework,bE(e));return i?new k(i.bridgeCode,i.message,{cause:{reason:i.reason,wireCode:e.code,wireMessage:e.message,wireData:e.data}}):r}buildExitError(e,r){if(this.stopReason!==void 0)return new k("AGENT_TURN_ABORTED",`turn aborted: ${this.stopReason}`,{cause:{reason:this.stopReason}});let i=this.getStderrTail(xE).join(`
|
|
106
|
+
`),o=j0(this.framework,i);return o?new k(o.bridgeCode,o.message,{cause:{reason:o.reason,code:e,signal:r,stderrTail:i}}):new k("AGENT_PROTOCOL_ERROR",`agent exited (${e}/${r})`,{cause:{code:e,signal:r,stderrTail:i}})}failAllPending(e){for(let r of this.pending.values())r.timer&&clearTimeout(r.timer),r.reject(e);this.pending.clear(),this.inflightAgentRequests.clear()}};function IE(t){let e={};for(let[r,i]of Object.entries(t))i!==void 0&&(r.startsWith("CLAUDE")||r==="AI_AGENT"||r==="BAGGAGE"||(e[r]=i));return e}var ko=class extends pt{framework="claude-code";constructor(e){let{command:r,args:i}=ii("claude-code",e.command,e.args??[]),o={command:r,args:i,cwd:e.cwd,agentId:e.agentId,...e.env?{env:e.env}:{}};super(o)}sanitizeEnv(e){return IE(e)}};dn();import{mkdtempSync as AE,rmSync as kE}from"node:fs";import{tmpdir as TE}from"node:os";import{join as RE}from"node:path";var J0=["default","acceptEdits","plan","auto","bypassPermissions"],Z0=["read-only","auto","full-access"];var X0=["default","accept_edits","dont_ask"];function Mt(t,e){if(typeof e!="string")return!1;switch(t){case"claude-code":return J0.includes(e);case"codex":return Z0.includes(e);case"hermes":return X0.includes(e);case"openclaw":return!1}}function To(t){switch(t){case"read-only":return"read-only";case"auto":return"agent";case"full-access":return"agent-full-access"}}function Q0(t){switch(t){case"read-only":return"read-only";case"agent":return"auto";case"agent-full-access":return"full-access";default:return}}function md(t){switch(t){case"claude-code":return J0.join("/");case"codex":return Z0.join("/");case"hermes":return X0.join("/");case"openclaw":return""}}var Ro=class extends pt{framework="codex";authMethodId;codexHomeDir;constructor(e){let r=e.args??[],i=e.extraArgs?[...r,...e.extraArgs]:r,{command:o,args:c}=ii("codex",e.command,i),d=e.isolateCodexHome?AE(RE(TE(),"coze-bridge-codex-home-")):void 0,u=d?{...e.env??{},CODEX_HOME:d}:e.env,f={command:o,args:c,cwd:e.cwd,agentId:e.agentId,...u?{env:u}:{}};super(f),this.authMethodId=e.authMethodId,this.codexHomeDir=d}async initialize(e){let r=await super.initialize(e);return this.authMethodId&&await this.call("authenticate",{methodId:this.authMethodId}),r}setSessionMode(e){let r=Mt("codex",e.modeId)?To(e.modeId):e.modeId;return super.setSessionMode({...e,modeId:r})}onUpdate(e){super.onUpdate(r=>e(CE(r)))}async stop(e){if(await super.stop(e),this.codexHomeDir)try{kE(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};function CE(t){let e=t.update;if(e.sessionUpdate!=="current_mode_update"||typeof e.currentModeId!="string")return t;let r=Q0(e.currentModeId);return!r||r===e.currentModeId?t:{...t,update:{...t.update,currentModeId:r}}}te();var PE=G("hermes-downstream"),Co=class extends pt{framework="hermes";modelId;constructor(e){let r={command:e.command,args:[],cwd:e.cwd,agentId:e.agentId,...e.env?{env:e.env}:{}};super(r),e.modelId&&(this.modelId=e.modelId)}async afterSessionEstablished(e){if(this.modelId)try{await this.setSessionModel({sessionId:e,modelId:this.modelId})}catch(r){PE.warn("hermes session/set_model post-establish failed (ignored)",{sessionId:e,modelId:this.modelId,err:String(r)})}}};Ke();var DE=3e4,zr=class extends pt{framework="openclaw";agentId;sessionName;slashModelOnStart;constructor(e){let r=e.sessionName??"default",i=["acp","--session",`agent:${e.agentId}:${r}`];e.gatewayToken&&i.push("--token",e.gatewayToken);let o={command:e.command,args:i,cwd:e.cwd,agentId:e.agentId,...e.env?{env:e.env}:{}};super(o),this.agentId=e.agentId,this.sessionName=r,this.slashModelOnStart=e.slashModelOnStart}async afterSessionEstablished(e){this.slashModelOnStart&&(this.log.info("switching session to per-session provider via /model",{agentId:this.agentId,sessionName:this.sessionName,slash:this.slashModelOnStart}),await this.call("session/prompt",{sessionId:e,prompt:[{type:"text",text:`/model ${this.slashModelOnStart}`}]},DE))}get acpSessionName(){return this.sessionName}setSessionMode(e){return Promise.reject(new k("METHOD_NOT_FOUND","session/set_mode not supported on openclaw"))}};qt();Ke();te();Re();function gd(t){return t.replace(/[^A-Za-z0-9._-]+/g,"-")}dn();var An=class{slots=[];running=!1;closed=!1;disposed=!1;enqueue(e){return this.disposed?Promise.reject(new Error("AsyncQueue disposed")):this.closed?Promise.reject(new Error("AsyncQueue closed")):new Promise((r,i)=>{this.slots.push({task:e,resolve:r,reject:i}),this.drain()})}close(){this.closed=!0}dispose(e=new Error("AsyncQueue disposed")){for(this.disposed=!0,this.closed=!0;this.slots.length>0;)this.slots.shift()?.reject(e)}get size(){return this.slots.length}get isRunning(){return this.running}get isDisposed(){return this.disposed}async drain(){if(!this.running){this.running=!0;try{for(;this.slots.length>0&&!this.disposed;){let e=this.slots.shift();if(!e)break;try{let r=await e.task();e.resolve(r)}catch(r){e.reject(r)}}}finally{this.running=!1}}}};var Po=class{agentId;framework;workspace;deployType;accountId;patToken;modelInfo;sessions=new Map;sessionQueues=new Map;activeTriggers=new Map;activeGroupIds=new Map;status="ok";model;lastActiveAt=Date.now();constructor(e){this.agentId=e.agentId,this.framework=e.framework,this.workspace=e.workspace,this.model=e.model,this.deployType=e.deployType??"local",e.accountId&&(this.accountId=e.accountId),e.patToken&&(this.patToken=e.patToken),e.modelInfo&&(this.modelInfo=e.modelInfo)}setPatToken(e){this.patToken=e}setModelInfo(e){this.modelInfo=e}getSessionQueue(e){let r=this.sessionQueues.get(e);return(!r||r.isDisposed)&&(r=new An,this.sessionQueues.set(e,r)),r}allSessionQueues(){return this.sessionQueues.entries()}hasSessionQueue(e){let r=this.sessionQueues.get(e);return!!r&&!r.isDisposed}async dispose(e){this.status="stopped";let r=new Error(`AgentSession disposed${e?`: ${e}`:""}`);for(let i of this.sessionQueues.values())i.dispose(r);this.sessionQueues.clear(),await this.killAllRuntimes(e??"dispose")}async killAllRuntimes(e){let r=[];for(let[,i]of this.sessions)$i(i),i.downstream&&(r.push(i.downstream.stop(e).catch(()=>{})),i.downstream=void 0);await Promise.all(r),this.activeTriggers.clear(),this.activeGroupIds.clear()}};function $i(t){t.idleTimer&&(clearTimeout(t.idleTimer),t.idleTimer=void 0)}function Xt(t){return t.framework==="hermes"?!0:t.deployType!=="local"?!1:t.framework==="claude-code"||t.framework==="codex"}Zt();te();import{constants as eh}from"node:fs";import{access as OE,readFile as LE}from"node:fs/promises";import{delimiter as NE,dirname as ME,join as th}from"node:path";var Qe=G("framework-detector"),nh={"claude-code":"claude",codex:"codex",openclaw:"openclaw",hermes:"hermes-acp"},BE=[".exe",".cmd",".bat",".ps1"],Vn=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??st,access:e.access??OE,readFile:e.readFile??LE}}async detect(e){let r=nh[e],i=await this.which(r);if(!i&&e==="hermes"&&(i=await this.resolveHermesAcpViaHermesShim()),!i)return Qe.debug("framework binary not found",{framework:e,bin:r}),null;let o=e==="openclaw"?["--log-level","silent"]:[],[c,d]=await Promise.all([this.probeVersion(i,o),e==="openclaw"?this.probeOpenclawDefaultAgent(i):Promise.resolve(null)]),u={path:i,version:c};return d&&(u.defaultAgent=d),u}async detectAll(){let e=await Promise.all(Object.keys(nh).map(async i=>[i,await this.detect(i)])),r={};for(let[i,o]of e)o&&(r[i]=o);return r}async which(e){let r=this.env.pathEnv.split(NE).filter(Boolean),i=this.env.platform==="win32"?["",...BE]:[""];for(let o of r)for(let c of i){let d=th(o,e+c);if(await this.isExecutable(d))return d}return null}async isExecutable(e){try{let r=this.env.platform==="win32"?eh.F_OK:eh.X_OK;return await this.env.access(e,r),!0}catch{return!1}}async resolveHermesAcpViaHermesShim(){if(this.env.platform==="win32")return null;let e=await this.which("hermes");if(!e)return null;let r;try{r=await this.env.readFile(e,"utf8")}catch(d){return Qe.debug("hermes shim fallback: readFile failed",{hermesPath:e,err:String(d)}),null}let o=r.match(/exec\s+["']?(\/[^\s"']+\/bin\/hermes)["']?/)?.[1];if(!o)return Qe.debug("hermes shim fallback: no exec line matched",{hermesPath:e}),null;let c=th(ME(o),"hermes-acp");return await this.isExecutable(c)?(Qe.info("hermes-acp resolved via hermes shim fallback",{hermesPath:e,candidate:c}),c):(Qe.debug("hermes shim fallback: hermes-acp not executable at inferred path",{hermesPath:e,candidate:c}),null)}async probeOpenclawDefaultAgent(e){let r=await this.runProbe(e,["--log-level","silent","agents","list","--json"]);if(!r)return Qe.warn("openclaw default agent probe: runProbe returned null (spawn err / timeout)",{path:e}),null;if(r.code!==0)return Qe.warn("openclaw default agent probe: non-zero exit",{path:e,code:r.code,stdoutHead:r.stdout.slice(0,200)}),null;let i=r.stdout.match(/\[\s*\{[\s\S]*\}\s*\]/);if(!i)return Qe.warn("openclaw default agent probe: regex no match (no JSON array in stdout)",{path:e,stdoutHead:r.stdout.slice(0,200)}),null;try{let o=JSON.parse(i[0]);if(!Array.isArray(o))return Qe.warn("openclaw default agent probe: JSON parsed but not an array",{path:e}),null;let c=o.find(d=>d?.isDefault===!0);return c?!c.id||!c.workspace?(Qe.warn("openclaw default agent probe: default agent missing id or workspace",{path:e,hasId:!!c.id,hasWorkspace:!!c.workspace}),null):{id:c.id,workspace:c.workspace}:(Qe.info("openclaw default agent probe: no agent has isDefault=true",{path:e,agentCount:o.length}),null)}catch(o){return Qe.warn("openclaw default agent probe: JSON.parse failed",{path:e,err:String(o),matchHead:i[0].slice(0,200)}),null}}async probeOpenclawGateway(e){let r=await this.runProbe(e,["--log-level","silent","gateway","status","--json","--require-rpc","--timeout","5000"]);if(!r)return Qe.warn("openclaw gateway probe: runProbe returned null (spawn err / timeout)",{path:e}),{reachable:!1};let i=r.code===0;i||Qe.warn("openclaw gateway probe: non-zero exit (gateway unreachable)",{path:e,code:r.code,stdoutHead:r.stdout.slice(0,200)});let o={reachable:i},c=r.stdout.match(/\{[\s\S]*\}/);if(c)try{let d=JSON.parse(c[0]);typeof d.gateway?.port=="number"&&(o.port=d.gateway.port),typeof d.service?.runtime?.status=="string"&&(o.runtime=d.service.runtime.status),!i&&typeof d.rpc?.error=="string"&&(o.detail=d.rpc.error)}catch(d){Qe.warn("openclaw gateway probe: JSON.parse failed (detail omitted, gate by exit code)",{path:e,err:String(d)})}return o}async probeVersion(e,r=[]){let i=await this.runProbe(e,[...r,"--version"]);return i&&(zE(i.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,r){return new Promise(i=>{let o="",c=!1,d,u=f=>{c||(c=!0,d&&clearTimeout(d),i(f))};try{let f=this.env.spawn(e,r,{stdio:["ignore","pipe","pipe"]});d=setTimeout(()=>{f.kill("SIGKILL"),u(null)},15e3),f.stdout?.on("data",x=>{o+=x.toString("utf8")}),f.on("error",()=>u(null)),f.on("close",x=>u({code:x,stdout:o}))}catch{u(null)}})}},FE=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function zE(t){return t.replace(FE,"")}import{homedir as UE}from"node:os";import{join as GE}from"node:path";qt();Zt();or();Ke();te();async function sh(){let t=GE(UE(),".openclaw/openclaw.json");return lr(t)}async function oh(){return(await sh())?.gateway?.auth?.token??""}var rh=G("openclaw.config"),HE=[0,5e3,5e3],qE=Ve("COZE_BRIDGE_OPENCLAW_CLI_TIMEOUT_MS",15e3),ih="models.providers.",Do="agents.defaults.models",Oo=class{command;env;retryDelaysMs;cliTimeoutMs;queue=new An;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??HE,this.cliTimeoutMs=e.cliTimeoutMs??qE}async withRetry(e,r){let i;for(let o=0;o<this.retryDelaysMs.length;o++){let c=this.retryDelaysMs[o]??0;c>0&&await new Promise(d=>setTimeout(d,c));try{return await r()}catch(d){i=d,rh.warn("openclaw cli failed, will retry",{label:e,attempt:o+1,err:String(d)})}}throw new k("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${i?.message??"unknown"}`)}runCli(e){return new Promise((r,i)=>{let o=st(this.command,e,{stdio:["ignore","ignore","pipe"],env:this.env}),c="",d=!1,u=x=>{d||(d=!0,clearTimeout(f),x())};o.stderr?.on("data",x=>{c+=x.toString("utf8")});let f=setTimeout(()=>{u(()=>{o.kill("SIGTERM"),setTimeout(()=>o.kill("SIGKILL"),250).unref(),i(new Error(`timeout after ${this.cliTimeoutMs}ms: ${e.join(" ")}`))})},this.cliTimeoutMs);f.unref(),o.on("error",x=>u(()=>i(x))),o.on("close",x=>u(()=>{x===0?r():i(new Error(`exit ${x}: ${c.trim().slice(0,500)}`))}))})}async runCliTolerant(e,r){try{await this.runCli(e)}catch(i){let o=String(i);if(r.some(c=>o.includes(c)))return;throw i}}async bestEffortUnset(e,r){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCliTolerant(["config","unset",r],["Config path not found","Nothing was changed"])))}catch(i){rh.warn(`${e} failed (best-effort)`,{configPath:r,err:String(i)})}}ensureProvider(e,r){return this.queue.enqueue(()=>this.withRetry(`config set models.providers.${e}`,()=>this.runCli(["config","set",`${ih}${e}`,JSON.stringify(r),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${ih}${e}`)}addModelToAllowlist(e,r){let i={[e]:r?{alias:r}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${Do}[${e}]`,()=>this.runCli(["config","set",Do,JSON.stringify(i),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${Do}[${e}]`,`${Do}.${e}`)}async getAllowlistModelsForProvider(e){let i=(await sh())?.agents?.defaults?.models;if(!i||typeof i!="object")return[];let o=`${e}/`,c=[];for(let d of Object.keys(i))d.startsWith(o)&&c.push(d.slice(o.length));return c}ensureAgent(e,r,i){let o=["agents","add",e,"--workspace",r,"--non-interactive"];return i&&o.push("--model",i),this.queue.enqueue(()=>this.withRetry(`agents add ${e}`,()=>this.runCliTolerant(o,["already exists","already registered"])))}restartGateway(){return this.queue.enqueue(()=>this.withRetry("gateway restart",()=>this.runCli(["gateway","restart"])))}deleteAgent(e){return this.queue.enqueue(()=>this.withRetry(`agents delete ${e}`,()=>this.runCliTolerant(["agents","delete",e,"--force"],["not found","does not exist"])))}};var ue=G("agent-manager"),yd="acceptEdits",lh="full-access",uh="read-only";function $E(t){return{INITIAL_AGENT_MODE:To(t)}}var YE=(t,e,r,i,o,c,d,u,f,x)=>{switch(t){case"claude-code":{let g={...o?{...i0(o),...a0(o,d,u)}:{},...f??{},IS_SANDBOX:"1"};return new ko({cwd:r,env:g,agentId:i})}case"codex":{let g=lh;x!==void 0&&(Mt("codex",x)?g=x:ue.warn("codex spawn: invalid codexPermissionMode, falling back to full-access",{agentId:i,received:x}));let w=!!o,S={...o?{...o0(o),...s0(o,d,u)}:{},...$E(g),...w?{NO_BROWSER:"1"}:{},...f??{}};return new Ro({cwd:r,agentId:i,...Object.keys(S).length>0?{env:S}:{},...w?{authMethodId:"api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new zr({command:e,cwd:r,agentId:i,...c?{sessionName:gd(c)}:{}});case"hermes":return new Co({command:e,cwd:r,agentId:i,...f&&Object.keys(f).length>0?{env:{...f}}:{},...o?.model?{modelId:o.model}:{}})}};function _d(t){return t==="claude-code"||t==="codex"}var VE={path:"",version:"cloud-deployed"},ch="openclaw_gateway_unavailable",JE="openclaw_default_agent_missing";function dh(t){let e=[t.port!==void 0?`port=${t.port}`:"",t.runtime?`runtime=${t.runtime}`:"",t.detail??""].filter(Boolean).join(", ");return`openclaw gateway \u672A\u8FD0\u884C/\u4E0D\u53EF\u8FBE${e?` (${e})`:""}; \u8BF7\u542F\u52A8 openclaw gateway`}var ZE={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},XE=6e4,Lo=class{paths;config;registry;factory;createTimeoutMs;openclawConfigCache;ensuredProviders=new Set;detectorFactory;openclawEnvBootstrapPromise;openclawConfigFactory;openclawConfigDir;constructor(e){this.paths=e.paths,this.config=e.config,this.registry=e.registry,this.factory=e.downstreamFactory??YE,this.createTimeoutMs=e.createTimeoutMs??XE,this.detectorFactory=e.detectorFactory??(()=>new Vn),this.openclawConfigFactory=e.openclawConfigFactory??(r=>new Oo({command:r})),this.openclawConfigDir=e.openclawConfigDir??ah(KE(),".openclaw")}buildBinShimPathEnv(){let e=process.platform==="win32"?";":":";return{PATH:`${this.paths.binDir}${e}${process.env.PATH??""}`}}getOpenclawConfig(){if(!this.openclawConfigCache){let e=this.config.frameworksCache?.openclaw;if(!e?.path)throw new k("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");this.openclawConfigCache=this.openclawConfigFactory(e.path)}return this.openclawConfigCache}bootstrapOpenclawEnvIfNeeded(){return this.openclawEnvBootstrapPromise?this.openclawEnvBootstrapPromise:(this.openclawEnvBootstrapPromise=this.doBootstrapOpenclawEnv().catch(e=>{ue.warn("openclaw env bootstrap failed (ignored)",{err:String(e)}),this.openclawEnvBootstrapPromise=void 0}),this.openclawEnvBootstrapPromise)}async doBootstrapOpenclawEnv(){let e=this.openclawConfigDir,r=ah(e,".env");if(await WE(r).then(c=>c.isFile()).catch(()=>!1)){ue.debug("openclaw .env exists, skip bootstrap",{envFile:r});return}let o=Mi({...process.env,...Ni(this.paths.agentEnvFile)});await ut(r,o,{mode:384}),ue.info("openclaw .env bootstrapped",{envFile:r,bytes:o.length}),await this.getOpenclawConfig().restartGateway(),ue.info("openclaw gateway restarted after env bootstrap")}async createAgent(e,r){if(!e.agentId)throw new k("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new k("IPC_BAD_REQUEST","framework required");let i=await ve(e.agentId,this.paths).catch(()=>null),o=xo(e._meta)==="cloud"||i?.deployType==="cloud";this.registry.reviveIfDisconnected?.(e.agentId);let c=this.registry.get(e.agentId);if(c){if(c.framework!==e.framework)throw new k("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${c.framework})`);if(c.status==="error")ue.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await c.dispose("rebuild after error").catch(R=>ue.warn("dispose stale agent failed (ignored)",{err:String(R)})),this.registry.unregister(e.agentId);else if(o&&c.deployType!=="cloud")ue.warn("existing agent deployType drifted to local, rebuilding as cloud",{agentId:e.agentId}),await c.dispose("rebuild after deployType drift").catch(R=>ue.warn("dispose drifted agent failed (ignored)",{err:String(R)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==c.patToken){ue.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),c.setPatToken(e.patToken);let R=await ve(e.agentId,this.paths).catch(()=>null);R&&(R.patToken=e.patToken,await ze(R,this.paths))}if(c.deployType==="cloud"&&e.modelInfo){ue.info("updating agent modelInfo on re-create",{agentId:e.agentId}),c.setModelInfo(e.modelInfo);let R=await ve(e.agentId,this.paths).catch(()=>null);R&&(R.modelInfo=e.modelInfo,await ze(R,this.paths))}return ue.info("agent already exists, return current",{agentId:e.agentId}),{ok:!0,agentId:c.agentId,workspace:c.workspace,framework:c.framework}}}if(!o&&!this.config.frameworksCache?.[e.framework]){let D=e.framework==="hermes"?"; install with `pipx install hermes-agent` and rerun daemon to refresh frameworks_cache":"; rerun daemon to refresh frameworks_cache";throw new k("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine${D}`)}let u=Fe(e.agentId,this.paths),f=o?"cloud":"local",x=e.framework==="openclaw"&&f==="local",g;x&&!r?.revive&&(g=(await this.ensureOpenclawDefaultAgent()).workspace,await this.ensureOpenclawGatewayReachable());let w=g??(x?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0),S=e.workspace??w??u.workspace,y=new AbortController,v=setTimeout(()=>y.abort(new k("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),I,A=!1;try{o&&_d(e.framework)&&await dr(e.framework,y.signal);let R=()=>{if(y.signal.aborted)throw y.signal.reason instanceof Error?y.signal.reason:new k("AGENT_TIMEOUT","_agent/create aborted")};await wd(u.root,{recursive:!0}),await wd(S,{recursive:!0}),await wd(u.logs,{recursive:!0}),R(),x||await fr(S,e.framework,e.cozeIdentity),e.framework==="claude-code"&&(f==="cloud"?await qa(S,"cloud"):await qa(S,"local",yd)),R();let D=i,b=n0({model:e.model??D?.model}),P=Hf(e._meta)??D?.accountId,O=e.patToken??D?.patToken,B=f==="cloud"?e.modelInfo??D?.modelInfo:void 0;if(I=new Po({agentId:e.agentId,framework:e.framework,workspace:S,model:b.model??It,deployType:f,...P?{accountId:P}:{},...O?{patToken:O}:{},...B?{modelInfo:B}:{}}),I.status="ok",D?.sessions){let K=e.framework==="hermes"||f==="local"&&(e.framework==="claude-code"||e.framework==="codex");for(let[X,se]of Object.entries(D.sessions)){let oe={acpSessionId:se.acpSessionId,modelToken:se.modelToken,tokenGeneratedAt:se.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};K?se.permissionMode===void 0?(oe.permissionMode=e.framework==="claude-code"?"bypassPermissions":e.framework==="codex"?"full-access":"default",ue.info("autoRevive: legacy session (no permissionMode) \u2192 fallback to D80/D84 default",{agentId:e.agentId,cloudId:X,framework:e.framework,fallback:oe.permissionMode})):Mt(e.framework,se.permissionMode)?oe.permissionMode=se.permissionMode:ue.warn("autoRevive: dropping invalid persisted permissionMode",{agentId:e.agentId,cloudId:X,framework:e.framework,value:se.permissionMode}):se.permissionMode!==void 0&&ue.info("autoRevive: dropping persisted permissionMode (gate disabled)",{agentId:e.agentId,cloudId:X,framework:e.framework,deployType:f}),se.cozeGroupId&&(oe.cozeGroupId=se.cozeGroupId),I.sessions.set(X,oe)}let re=Object.keys(D.sessions).length;re>0&&ue.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:re})}this.registry.register(I),A=!0;let M={agentId:e.agentId,framework:e.framework,workspace:S,cozeIdentity:e.cozeIdentity,createdAt:D?.createdAt??Date.now(),sessions:D?.sessions??{},model:b.model};f==="cloud"&&(M.deployType="cloud"),P&&(M.accountId=P),O&&(M.patToken=O),B&&(M.modelInfo=B),D?.skills&&(M.skills=D.skills),D?.agentName&&(M.agentName=D.agentName),D?.description&&(M.description=D.description),M.skillsRefreshedForVersion=D?.skillsRefreshedForVersion??Nt,e.framework==="openclaw"&&f==="cloud"&&(this.config.frameworksCache?.openclaw?.path?(await this.bootstrapOpenclawEnvIfNeeded(),await this.getOpenclawConfig().ensureAgent(e.agentId,S)):ue.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let V=e.initialSkills??[];if(V.length>0){let K=[...M.skills??[]],re=new Map(K.map((oe,C)=>[oe.skillId,C])),X=await Promise.allSettled(V.map(oe=>bo({agentId:e.agentId,workspace:S,framework:e.framework,skill:oe,paths:this.paths}))),se=0;for(let[oe,C]of X.entries()){let z=V[oe];z&&(C.status==="fulfilled"?(vo(K,re,C.value),se++):ue.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:z.skillId,skillName:z.skillName,err:String(C.reason)}))}se>0&&(M.skills=K,ue.info("initialSkills installed",{agentId:e.agentId,installed:se,requested:V.length}))}return await ze(M,this.paths),ue.info("agent created (no spawn, lazy on first prompt)",{agentId:e.agentId,framework:e.framework,deployType:f}),{ok:!0,agentId:e.agentId,workspace:S,framework:e.framework}}catch(R){throw ue.error("agent create failed, rolling back",{agentId:e.agentId,err:String(R)}),A&&I&&(await I.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),ue.error("[AUDIT] ROLLBACK: about to rm dirs.root",{src:"agent-manager.createAgent.catch",agentId:e.agentId,path:u.root,revive:r?.revive===!0,framework:e.framework,errStack:R instanceof Error?R.stack:String(R)}),await jE(u.root,{recursive:!0,force:!0}).catch(D=>ue.warn("rm agent dir failed (ignored)",{err:String(D)})),R instanceof k?R:new k("AGENT_SPAWN_FAILED",String(R),{cause:R})}finally{clearTimeout(v)}}async spawnSessionDownstream(e,r,i,o,c){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&_d(e.framework))u=VE;else throw e.framework==="hermes"?new k("AGENT_SPAWN_FAILED","hermes-acp not detected on this machine; install with `pipx install hermes-agent` and rerun daemon to refresh frameworks_cache"):new k("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);_d(e.framework)&&!ys(e.framework)&&(ue.info("spawn: resolving acp wrapper",{agentId:e.agentId,framework:e.framework}),await dr(e.framework));let f=e.deployType==="cloud"?{model:e.model,modelToken:r,...e.modelInfo?{modelInfo:e.modelInfo}:{}}:void 0,x;if(e.framework==="openclaw")x=await this.buildOpenclawDownstream({session:e,modelConfig:f,cloudSessionId:i,cozeEnv:o,mockScenario:c,command:u.path});else if(e.framework==="hermes"){let g={...this.buildBinShimPathEnv()};f&&(await h0({paths:this.paths,agentId:e.agentId,modelConfig:f,cozeEnv:o,mockScenario:c}),g.HERMES_HOME=Yn(e.agentId,this.paths)),x=this.factory(e.framework,u.path,e.workspace,e.agentId,f,i,o,c,g)}else{let g=e.sessions.get(i),w=Xt(e)?g?.permissionMode??lh:"full-access";x=this.factory(e.framework,u.path,e.workspace,e.agentId,f,i,o,c,this.buildBinShimPathEnv(),w)}try{return await x.start(),await x.initialize(ZE),x}catch(g){let w=x instanceof pt?x.getStderrTail():[];throw w.length>0&&ue.warn("spawnSessionDownstream failed, recent stderr (D94)",{agentId:e.agentId,framework:e.framework,method:g instanceof k?g.code:"unknown",recentStderr:w}),await x.stop("spawnSessionDownstream failed").catch(()=>{}),await this.resolveSpawnFailure(e,u.path,g)}}async resolveSpawnFailure(e,r,i){if(e.framework==="openclaw"&&e.deployType==="local"&&r)try{let o=await this.detectorFactory().probeOpenclawGateway(r);if(!o.reachable)return new k("AGENT_ENV_NOT_READY",dh(o),{cause:{reason:ch}})}catch(o){ue.warn("openclaw gateway diagnose failed (ignored, fall through to original error)",{agentId:e.agentId,err:String(o)})}return i instanceof k?i:new k("AGENT_SPAWN_FAILED",i instanceof Error?i.message:String(i),{cause:i})}async ensureOpenclawDefaultAgent(){let e=this.config.frameworksCache?.openclaw?.defaultAgent;if(e?.id&&e.workspace)return{id:e.id,workspace:e.workspace};ue.warn("openclaw default agent stale or missing, attempting lazy re-detect");let r=await this.detectorFactory().detect("openclaw");if(r?.defaultAgent?.id&&r.defaultAgent.workspace)return ue.info("openclaw lazy re-detect success",{agentId:r.defaultAgent.id,workspace:r.defaultAgent.workspace}),this.config.frameworksCache||(this.config.frameworksCache={}),this.config.frameworksCache.openclaw=r,{id:r.defaultAgent.id,workspace:r.defaultAgent.workspace};throw new k("AGENT_ENV_NOT_READY","openclaw default agent \u672A\u63A2\u6D4B\u5230; \u8BF7\u5148\u8DD1 `openclaw setup` \u6216 `openclaw agents add` \u521B\u5EFA\u9ED8\u8BA4 agent",{cause:{reason:JE}})}async ensureOpenclawGatewayReachable(){let e=this.config.frameworksCache?.openclaw?.path;if(!e)throw new k("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");let r=await this.detectorFactory().probeOpenclawGateway(e);if(!r.reachable)throw new k("AGENT_ENV_NOT_READY",dh(r),{cause:{reason:ch}})}async buildOpenclawDownstream(e){let{session:r,modelConfig:i,cloudSessionId:o,cozeEnv:c,mockScenario:d,command:u}=e,f=gd(o);if(r.deployType==="local"){let w=await this.ensureOpenclawDefaultAgent();return new zr({command:u,cwd:w.workspace,agentId:w.id,sessionName:f})}let x=await oh(),g;if(i?.modelToken){let w=td(o),S=nd(i),y=`${w}/${S}`;if(!this.ensuredProviders.has(y)){let v=this.getOpenclawConfig(),I=await v.getAllowlistModelsForProvider(w),A=c0(i,c,d,I);A&&(await v.ensureProvider(w,A),await v.addModelToAllowlist(y),this.ensuredProviders.add(y))}g=y}return new zr({command:u,cwd:r.workspace,agentId:r.agentId,sessionName:f,...x?{gatewayToken:x}:{},...g?{slashModelOnStart:g}:{}})}async openclawRepair(e,r){let i=this.getOpenclawConfig();await i.deleteAgent(e),await i.ensureAgent(e,r)}async cleanupOpenclawSessionProviders(e,r){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let i=this.openclawConfigCache,o=r??e.model;for(let c of e.sessions.keys()){let d=td(c),u=`${d}/${o}`,f=!0;try{await i.removeProvider(d)}catch(x){f=!1,ue.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:d,err:String(x)})}try{await i.removeModelFromAllowlist(u)}catch(x){f=!1,ue.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:u,err:String(x)})}f&&this.ensuredProviders.delete(u)}}};import{randomUUID as mh}from"node:crypto";import{promises as sb}from"node:fs";import{basename as gh}from"node:path";Ke();te();import{promises as QE}from"node:fs";import{basename as eb}from"node:path";var fh=G("file-upload"),tb="/api/coze_claw/file/agent_upload",nb=6e4;async function hh(t,e={}){let i=`${Cr(Pr(e.handshakeBase))}${tb}`,o=e.timeoutMs??nb,c=await QE.readFile(t.path),d=new FormData;d.append("agent_id",t.agentId),d.append("session_id",t.sessionId),d.append("file_name",t.name),d.append("file_content",new Blob([c],{type:t.mimeType}),t.name);let u={Authorization:`Bearer ${t.patToken}`,Accept:"application/json","x-coze-version":"3.0",...vn(e.ppeOverride),...t.accountId?{"x-coze-account":t.accountId}:{}},f=new AbortController,x=setTimeout(()=>f.abort(),o);fh.info("file upload start",{url:i,agentId:t.agentId,sessionId:t.sessionId,name:t.name,bytes:t.sizeBytes,mime:t.mimeType});try{let g=await fetch(i,{method:"POST",headers:u,body:d,signal:f.signal}),w=g.headers.get("x-tt-logid")??"";if(!g.ok){let v=await g.text().catch(()=>"");throw new k("UPLOAD_FAILED",`upload HTTP ${g.status} logid=${w}: ${v.slice(0,200)}`)}let S=await g.json();if(S.code!==void 0&&S.code!==0)throw new k("UPLOAD_FAILED",`upload code=${S.code} msg=${S.msg??"-"} logid=${w}`);let y=S.data?.file?.file_url;if(!y)throw new k("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${w}: ${JSON.stringify(S).slice(0,200)}`);return fh.info("file upload ok",{uri:y,logid:w}),{uri:y}}catch(g){throw g instanceof k?g:g.name==="AbortError"?new k("UPLOAD_FAILED",`upload timeout (${o}ms) for ${eb(t.path)}`):new k("UPLOAD_FAILED",String(g),{cause:g})}finally{clearTimeout(x)}}Ke();te();import{extname as rb}from"node:path";var ib={".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".svg":"image/svg+xml",".bmp":"image/bmp",".ico":"image/x-icon",".heic":"image/heic",".heif":"image/heif",".pdf":"application/pdf",".doc":"application/msword",".docx":"application/vnd.openxmlformats-officedocument.wordprocessingml.document",".xls":"application/vnd.ms-excel",".xlsx":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",".ppt":"application/vnd.ms-powerpoint",".pptx":"application/vnd.openxmlformats-officedocument.presentationml.presentation",".txt":"text/plain",".md":"text/markdown",".markdown":"text/markdown",".json":"application/json",".yaml":"text/yaml",".yml":"text/yaml",".csv":"text/csv",".html":"text/html",".htm":"text/html",".xml":"application/xml",".log":"text/plain",".zip":"application/zip",".tar":"application/x-tar",".gz":"application/gzip",".tgz":"application/gzip",".mp3":"audio/mpeg",".wav":"audio/wav",".mp4":"video/mp4",".mov":"video/quicktime",".webm":"video/webm"};async function xh(t){let e=rb(t).toLowerCase();return ib[e]??"application/octet-stream"}Re();var No=G("agent-send"),ph=50*1024*1024;function wh(t,e,r){let i=t.get(e);if(!i)throw new k("AGENT_NOT_FOUND",`agent=${e}`);if(t.disconnectedAgents.has(e))throw new k("AGENT_DISCONNECTED",`agent=${e} was disconnected by cloud`);let o=i.sessions.get(r);if(!o)throw new k("AGENT_NOT_FOUND",`session=${r} not active in agent=${e}`);return{session:i,runtime:o}}async function _h(t,e,r,i,o,c){let u;for(let f=0;f<=2;f++)try{await t.core.sendAgentFileUpdate(e,r,i,o);return}catch(x){u=x,f<2&&(No.warn("sendAgentFileUpdate failed, retrying",{attempt:f+1,err:String(x)}),await new Promise(g=>setTimeout(g,5e3)))}throw new k("UPSTREAM_NOT_READY",`${c} after 3 attempts: ${String(u)}`,{cause:u})}async function yh(t,e){let{session:r,runtime:i}=wh(e.core,t.agentId,t.sessionId);if(!await si(t.path,r.workspace))throw new k("PATH_OUTSIDE_WORKSPACE",`path=${t.path} not under workspace=${r.workspace}`);let o=await sb.stat(t.path).catch(()=>null);if(!o||!o.isFile())throw new k("IPC_BAD_REQUEST",`path is not a regular file: ${t.path}`);if(o.size>ph)throw new k("FILE_TOO_LARGE",`${o.size} bytes > limit ${ph}`);let c=await xh(t.path);if(t.kind==="image"&&!c.startsWith("image/"))throw new k("UNSUPPORTED_MIME",`kind=image but mime=${c}`);if(!e.core.upstream.isConnected())throw new k("UPSTREAM_NOT_READY","cloud WS not connected");let d=t.name??gh(t.path),u;try{u=await hh({patToken:r.patToken??e.patToken,agentId:t.agentId,sessionId:t.sessionId,path:t.path,mimeType:c,name:d,sizeBytes:o.size,...r.accountId?{accountId:r.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride})}catch(x){throw No.warn("agent file upload failed",{agentId:t.agentId,sessionId:t.sessionId,path:t.path,sizeBytes:o.size,mime:c,code:x instanceof k?x.code:"UNKNOWN",message:x instanceof Error?x.message:String(x)}),x}let f={sessionUpdate:"agent_file",messageId:mh(),content:{type:t.kind==="image"?"image":"resource",uri:u.uri,mimeType:c,name:d,sizeBytes:o.size,...u.fileId!==void 0?{fileId:u.fileId}:{},...t.caption!==void 0?{caption:t.caption}:{}}};return await _h(e,r,i,t.sessionId,f,"agent file uploaded to cloud but sendAgentFileUpdate failed"),No.info("agent file sent",{agentId:t.agentId,sessionId:t.sessionId,kind:t.kind,name:d,bytes:o.size,mime:c,uri:u.uri}),{ok:!0,uri:u.uri,bytes:o.size,mimeType:c,...u.fileId!==void 0?{fileId:u.fileId}:{}}}async function Eh(t,e){let{session:r,runtime:i}=wh(e.core,t.agentId,t.sessionId);if(!t.mimeType)throw new k("IPC_BAD_REQUEST","group-file requires mimeType");if(!e.core.upstream.isConnected())throw new k("UPSTREAM_NOT_READY","cloud WS not connected");let o=t.name??gh(t.path),c={sessionUpdate:"group_file",messageId:mh(),content:{uri:t.path,name:o,mimeType:t.mimeType,...t.caption!==void 0?{caption:t.caption}:{}}};return await _h(e,r,i,t.sessionId,c,"agent group file sendAgentFileUpdate failed"),No.info("agent group file sent",{agentId:t.agentId,sessionId:t.sessionId,uri:t.path,name:o,mime:t.mimeType}),{ok:!0,uri:t.path,bytes:0,mimeType:t.mimeType}}function bh(t,e){let r=t.split(".").map(Number),i=e.split(".").map(Number),o=Math.max(r.length,i.length);for(let c=0;c<o;c++){let d=r[c]??0,u=i[c]??0;if(d<u)return!0;if(d>u)return!1}return!1}Zt();te();dn();var Bt=G("coze-cli-installer"),vh="@coze/cli@latest",ob="coze",Sh="0.1.8",ab=5e3,cb=5e3,db=9e4,Ih=1e4,Yi=null,Mo=!1;async function bd(t,e={}){if(Mo)return;if(Yi)return Yi;let r=e.exec??$f;return Yi=(async()=>{try{let i=await lb(ob,r),o=!1;if(i){let d=await ub(r);if(d===void 0)Bt.warn("coze-cli found but version unparseable, fall through to full install",{path:i});else if(bh(d,Sh))Bt.info("coze-cli version too old, upgrade-only (preserve user config + auth)",{path:i,version:d,min:Sh}),o=!0;else{Bt.info("coze-cli already on PATH with sufficient version, skip",{path:i,version:d}),Mo=!0;return}}let c=o?"upgrade-only":"full";Bt.info("coze-cli install start",{package:vh,mode:c});try{await r("npm",["i","-g","--prefer-online",vh],{timeout:db,maxBuffer:10*1024*1024}),Bt.info("coze-cli install ok")}catch(d){Bt.warn("coze-cli install failed (skip subsequent steps)",{err:String(d)});return}if(o){Mo=!0;return}if(t.env)try{await r("coze",["config","set","xTTEnv",t.env],{timeout:Ih}),Bt.info("coze config set xTTEnv ok",{env:t.env})}catch(d){Bt.warn("coze config set failed (continue to auth login)",{err:String(d)})}try{await r("coze",["auth","login","--token",t.patToken],{timeout:Ih}),Bt.info("coze auth login ok")}catch(d){Bt.warn("coze auth login failed",{err:String(d)});return}Mo=!0}finally{Yi=null}})(),Yi}async function lb(t,e){let r=process.platform==="win32"?"where":"which";try{let{stdout:i}=await e(r,[t],{timeout:ab});return Ga(i)}catch{return}}async function ub(t){try{let{stdout:e,stderr:r}=await t("coze",["--version"],{timeout:cb});return(e||r).match(/(\d+\.\d+\.\d+)/)?.[1]}catch{return}}jt();qt();Re();var fb=10*6e4;function Ah(t){let e=t?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?fb:e}function Bo(t){return lr(t??J().configFile)}function Vi(t,e){return ur(e??J().configFile,t)}import{randomBytes as Db}from"node:crypto";or();Ke();te();import{createReadStream as hb}from"node:fs";import{mkdir as xb,readFile as pb,realpath as mb,stat as gb,writeFile as wb}from"node:fs/promises";import{basename as _b,dirname as vd,isAbsolute as yb,join as Eb,relative as bb,resolve as kh,sep as vb}from"node:path";import{createInterface as Sb}from"node:readline";var Rh=G("fs-rpc"),Ji=Ve("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function Ch(t,e){let r=Buffer.byteLength(t.content,"utf8");if(r>Ji)throw new k("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${r} bytes > limit ${Ji} bytes`);let i=await Dh(t.path,e);return await xb(vd(i),{recursive:!0}),await wb(i,t.content,"utf8"),Rh.info("fs/write_text_file ok",{path:i,size:t.content.length}),null}async function Ph(t,e){let r=await Dh(t.path,e),i=await gb(r),o=typeof t.line=="number"||typeof t.limit=="number";if(i.size>Ji&&!o)throw new k("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${i.size} bytes > ${Ji} bytes`);let c;if(o&&i.size>Ji)c=await Ib(r,t.line??1,t.limit);else{let d=await pb(r,"utf8");if(o){let u=d.split(`
|
|
107
|
+
`),f=Math.max(0,(t.line??1)-1),x=typeof t.limit=="number"?f+t.limit:void 0;c=u.slice(f,x).join(`
|
|
108
|
+
`)}else c=d}return Rh.info("fs/read_text_file ok",{path:r,size:c.length}),{content:c}}async function Ib(t,e,r){let i=Sb({input:hb(t,{encoding:"utf8"}),crlfDelay:Number.POSITIVE_INFINITY}),o=Math.max(0,e-1),c=typeof r=="number"?o+r:Number.POSITIVE_INFINITY,d=[],u=0;try{for await(let f of i)if(u>=o&&u<c&&d.push(f),u++,u>=c)break}finally{i.close()}return d.join(`
|
|
109
|
+
`)}async function Dh(t,e){if(typeof t!="string"||t.length===0)throw new k("IPC_BAD_REQUEST","path must be a non-empty string");let[r,i]=await Promise.all([Th(kh(e)),Th(kh(t))]),o=bb(r,i);if(Ab(o,vb,yb(o)))throw new k("IPC_BAD_REQUEST",`path escapes workspace: ${t}`);return i}function Ab(t,e,r){return t===""?!1:r?!0:t===".."||t.startsWith(`..${e}`)}async function Th(t){let e=[],r=t;for(;r!==vd(r);)try{let i=await mb(r);return e.length?Eb(i,...e.reverse()):i}catch{e.push(_b(r)),r=vd(r)}return t}te();var Oh=G("prompt-multimodal"),Lh=10*1024*1024,kb=15e3,Tb=6;async function Nh(t){let e=new Array(t.length),r=0;async function i(){for(;r<t.length;){let c=r++,d=t[c];d!==void 0&&(e[c]=await Rb(d))}}let o=Array.from({length:Math.min(Tb,t.length)},()=>i());return await Promise.all(o),e}function Mh(t){return t.some(e=>e.type==="image")}async function Rb(t){if(t.type!=="image")return t;let e=t;if(e.data||!e.uri||!Li(e.uri))return t;try{let{buf:r,contentType:i}=await Pb(e.uri),o=e.mimeType||Cb(i)||"application/octet-stream";return Oh.info("image uri fetched and inlined",{uri:e.uri,bytes:r.length,mimeType:o}),{type:"image",data:r.toString("base64"),mimeType:o}}catch(r){return Oh.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(r)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function Cb(t){if(!t)return;let e=t.indexOf(";");return(e===-1?t:t.slice(0,e)).trim()||void 0}async function Pb(t){let e=new AbortController,r=setTimeout(()=>e.abort(),kb);try{let i=await fetch(t,{signal:e.signal});if(!i.ok)throw new Error(`HTTP ${i.status} ${i.statusText}`);let o=await i.arrayBuffer();if(o.byteLength>Lh)throw new Error(`image too large: ${o.byteLength} bytes (max ${Lh})`);return{buf:Buffer.from(o),contentType:i.headers.get("content-type")??void 0}}finally{clearTimeout(r)}}jt();Ke();te();var W=G("core"),Ob=3e4,Lb=/^(boe|ppe)_[A-Za-z0-9_-]+$/,Nb="\u6211\u6B63\u5728\u7B49\u5F85\u5BA1\u6279\uFF0C\u8BF7\u7A0D\u540E\u518D\u8054\u7CFB\u6211",Mb="\u5BA1\u6279\u5DF2\u8D85\u65F6",Bb=3e4,Fo=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upstreamIds=new Mr;pendingUpstream=new Map;pendingBridge=new Map;currentCozeEnv;currentMockScenario;constructor(e){this.upstream=e.upstream,this.extensions=e.extensions??{},this.paths=e.paths,this.sessionSpawner=e.sessionSpawner,this.sessionIdleTimeoutMs=Ah(e.bridgeConfig)}registerExtension(e,r){this.extensions[e]=r}getCozeEnv(){return this.currentCozeEnv}getMockScenario(){return this.currentMockScenario}setMockScenario(e){this.currentMockScenario=e&&e.length>0?e:void 0}async start(){this.upstream.onFrame(e=>this.handleFrame(e)),this.upstream.onConnect?.(({initial:e})=>{e||this.rejectAllPendingOnReconnect()}),await this.upstream.start(),W.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){W.info("Core stopping",{reason:e}),await Promise.all([...this.agents.values()].map(r=>r.dispose(e))),this.agents.clear(),await this.upstream.stop(e)}async reloadAgents(e){let r=e?this.agents.has(e)?[e]:[]:[...this.agents.keys()];for(let i of r)await this.agents.get(i)?.killAllRuntimes("reload");return r}get(e){return this.agents.get(e)}register(e){this.agents.set(e.agentId,e),W.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let r of this.registerHandlers)try{r(e.agentId)}catch(i){W.warn("onAgentRegister handler threw (ignored)",{agentId:e.agentId,err:String(i)})}}onAgentRegister(e){return this.registerHandlers.add(e),()=>this.registerHandlers.delete(e)}registerHandlers=new Set;unregister(e){this.agents.delete(e)}reviveIfDisconnected(e){this.disconnectedAgents.delete(e)&&W.info("agent revived from disconnect",{agentId:e})}attachRuntimeHooks(e,r,i){let o=i.downstream;o&&(o.onUpdate(c=>{i.loadingSession||this.forwardUpdate(e,c)}),o.onAgentRequest(c=>{this.handleAgentRequest(e,o,c)}),o.onExit((c,d)=>{W.info("session runtime exited",{agentId:e.agentId,cloudId:r,code:c,signal:d}),$i(i),i.downstream=void 0,i.replySeq=0,i.acpSessionId&&e.activeTriggers.delete(i.acpSessionId),this.rejectPendingForDownstream(o,"downstream exited")}))}hasPendingPermissionFor(e){for(let r of this.pendingUpstream.values())if(r.downstream===e)return!0;return!1}rejectPendingForDownstream(e,r){let i=[];for(let[o,c]of this.pendingUpstream)c.downstream===e&&i.push(o);if(i.length!==0){W.info("reject pendingUpstream entries (downstream gone)",{reason:r,count:i.length});for(let o of i){let c=this.pendingUpstream.get(o);if(c){this.pendingUpstream.delete(o),this.upstream.send(In(o,{code:Z.INTERNAL_ERROR,message:`bridge downstream gone: ${r}`})).catch(d=>W.debug("send error response to upstream failed (ignored)",{err:String(d)}));try{c.downstream.respondAgentRequestError(c.agentRequestId,{code:Z.INTERNAL_ERROR,message:`bridge: ${r}`})}catch{}}}}}rejectAllPendingOnReconnect(){let e=this.pendingUpstream.size,r=this.pendingBridge.size;if(!(e===0&&r===0)){W.warn("upstream reconnected, rejecting stale pending requests",{pendingUpstream:e,pendingBridge:r});for(let[,i]of this.pendingUpstream){try{i.downstream.respondAgentRequestError(i.agentRequestId,{code:Z.INTERNAL_ERROR,message:"upstream reconnected; please retry"})}catch{}this.clearPendingPermissionFor(i)}this.pendingUpstream.clear();for(let[,i]of this.pendingBridge)clearTimeout(i.timer),i.reject(new k("UPSTREAM_DISCONNECTED",`${i.method} aborted: upstream reconnected`));this.pendingBridge.clear()}}async handleFrame(e){if(Io(e)){this.handleUpstreamResponse(e);return}if(!("method"in e)||typeof e.method!="string")return;let r="id"in e&&e.id!==void 0?e.id:null,i=e.params?._meta?.cozeEnv;i&&Lb.test(i)?this.currentCozeEnv=i:i&&W.warn("rejecting cozeEnv with invalid shape, keeping previous",{rejected:i});try{if(e.method.startsWith("_agent/")){let o=this.extensions[e.method];if(!o){r!==null?await this.sendError(r,Z.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):W.warn("drop notification: extension not registered",{method:e.method});return}let c=await o(e,this);r!==null&&await this.upstream.send(Nr(r,c));return}if(e.method.startsWith("session/")){let o=await this.routeSessionMethod(e);r!==null&&await this.upstream.send(Nr(r,o));return}if(e.method==="initialize"){r!==null&&await this.upstream.send(Nr(r,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}r!==null?await this.sendError(r,Z.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):W.warn("drop unknown notification",{method:e.method})}catch(o){W.error("handleFrame failed",{method:e.method,err:String(o)}),r!==null&&await this.upstream.send(In(r,ji(o)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new k("IPC_BAD_REQUEST",`${e.method} requires params`);let r=e.params,i=r._meta?.cozeAgentId;if(!i)throw new k("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let o=this.agents.get(i);if(!o)throw this.disconnectedAgents.has(i)?new k("AGENT_DISCONNECTED",`agent ${i} has been disconnected; cloud must _agent/create to revive`):new k("AGENT_NOT_FOUND",`agent not found: ${i}`);let c=typeof r.sessionId=="string"?r.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||e.method==="session/set_mode"||!c)return this.dispatchSessionCall(o,e.method,r);if(e.method==="session/prompt"){let f=o.sessions.get(c);if(f?.pendingPermission){let x=r._meta?.cozeTriggerMsgId,g=po(r._meta);return W.info("session in pendingPermission, bouncing new prompt",{agentId:o.agentId,cloudSessionId:c}),this.synthesizePromptReply(o,f,c,Nb,x,g)}}let d=Date.now(),u=!1;try{let f=await o.getSessionQueue(c).enqueue(()=>this.dispatchSessionCall(o,e.method,r));return u=!0,f}finally{W.info("session call done",{agentId:o.agentId,method:e.method,durationMs:Date.now()-d,ok:u})}}async dispatchSessionCall(e,r,i){e.lastActiveAt=Date.now();let{stripped:o}=jf(i);switch(r){case"session/new":{let c=Fb();return W.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:c}),{sessionId:c}}case"session/load":{let c=o;return W.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:c.sessionId}),{}}case"session/prompt":{let c=o,d=c.sessionId;if(!d)throw new k("IPC_BAD_REQUEST","session/prompt: missing sessionId");let u=Xt(e)?qf(i._meta):void 0;if(u!==void 0&&!Mt(e.framework,u))throw new k("IPC_BAD_REQUEST",`unsupported permissionMode for ${e.framework}: ${u}; allowed: ${md(e.framework)}`);let f=await this.ensureRuntime(e,d);if(u!==void 0&&f.permissionMode===void 0&&(f.permissionMode=u,await this.persistSessionMapping(e)),f.replySeq=0,await this.ensureDownstream(e,d,f),!f.downstream||!f.acpSessionId)throw new k("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");if(u!==void 0&&f.permissionMode!==void 0&&f.permissionMode!==u){let S=f.permissionMode;f.permissionMode=u,await this.persistSessionMapping(e);try{await f.downstream.setSessionMode({sessionId:f.acpSessionId,modeId:u})}catch(y){throw f.permissionMode=S,await this.persistSessionMapping(e).catch(()=>{}),y}}let x=i._meta?.cozeTriggerMsgId;x?e.activeTriggers.set(f.acpSessionId,x):e.activeTriggers.delete(f.acpSessionId);let g=po(i._meta);if(g?e.activeGroupIds.set(f.acpSessionId,g):e.activeGroupIds.delete(f.acpSessionId),g&&f.cozeGroupId!==g&&(f.cozeGroupId=g,await this.persistSessionMapping(e)),e.deployType==="cloud"&&e.modelInfo?.capabilities?.image===!1&&Mh(c.prompt))throw new k("MODEL_MODALITY_UNSUPPORTED",`model=${e.modelInfo.id??e.model} does not support image input`);let w=await Nh(c.prompt);try{let S=await f.downstream.sessionPrompt({...c,sessionId:f.acpSessionId,prompt:w});return f.lastActiveAt=Date.now(),S}catch(S){if(S instanceof k&&S.code==="AGENT_APPROVAL_TIMEOUT"){let y=f.pendingPermission;y&&(y.downstream.respondAgentRequest(y.agentRequestId,{outcome:{outcome:"cancelled"}}),this.pendingUpstream.delete(y.upstreamId),f.pendingPermission=void 0);let v=f.acpSessionId,I=v?e.activeTriggers.get(v):void 0,A=v?e.activeGroupIds.get(v):void 0;return W.warn("approval timed out, synthesizing \u5BA1\u6279\u5DF2\u8D85\u65F6 reply + recovering session",{agentId:e.agentId,cloudId:d}),await this.synthesizePromptReply(e,f,d,Mb,I,A)}throw S}finally{if(e.activeTriggers.delete(f.acpSessionId),e.activeGroupIds.delete(f.acpSessionId),f.pendingPermission=void 0,f.reloadAfterTurn){f.reloadAfterTurn=!1;let S=f.downstream;S&&(f.downstream=void 0,W.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:d,acpId:f.acpSessionId}),S.stop("reload-after-turn").catch(y=>W.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:d,err:String(y)})))}else f.downstream?.isAlive()&&this.armIdleTimer(e,d,f)}}case"session/cancel":{let d=o.sessionId;if(!d)throw new k("IPC_BAD_REQUEST","session/cancel: missing sessionId");let u=e.sessions.get(d);if(e.hasSessionQueue(d)){let f=e.getSessionQueue(d);f.size>0&&(W.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:d,queuedCount:f.size}),f.dispose(new k("AGENT_PROTOCOL_ERROR",`cancelled by session/cancel on ${d}`)))}return u?.downstream?.isAlive()&&u.acpSessionId&&await u.downstream.sessionCancel({sessionId:u.acpSessionId}),{ok:!0}}case"session/set_mode":{let c=o,d=c.sessionId,u=c.modeId,f=po(i._meta);if(!d)throw new k("IPC_BAD_REQUEST","session/set_mode: missing sessionId");if(!Xt(e))throw e.framework==="openclaw"?new k("METHOD_NOT_FOUND","session/set_mode not supported on openclaw"):new k("OPERATION_NOT_ALLOWED_FOR_CLOUD","session/set_mode is local-deploy only in this iteration");if(!Mt(e.framework,u))throw new k("IPC_BAD_REQUEST",`unsupported modeId for ${e.framework}: ${String(u)}; allowed: ${md(e.framework)}`);if(f)return await this.handleGroupSetMode(e,f,u);let x=e.sessions.get(d)??await this.ensureRuntime(e,d);if(x.permissionMode===u)return{};let g=x.permissionMode;if(x.permissionMode=u,await this.persistSessionMapping(e),x.downstream?.isAlive()&&x.acpSessionId)try{await x.downstream.setSessionMode({sessionId:x.acpSessionId,modeId:u})}catch(w){throw x.permissionMode=g,await this.persistSessionMapping(e).catch(()=>{}),w}else W.info("session/set_mode: runtime not active, persisted only",{framework:e.framework,agentId:e.agentId,cloudId:d,modeId:u});return{}}default:throw new k("IPC_BAD_REQUEST",`session method not supported: ${r}`)}}async handleGroupSetMode(e,r,i){let o=[];for(let[d,u]of e.sessions)u.cozeGroupId===r&&u.permissionMode!==i&&o.push({cloudId:d,runtime:u,oldMode:u.permissionMode});if(o.length===0)return W.info("group session/set_mode: no active runtime (db-only path)",{framework:e.framework,agentId:e.agentId,groupId:r,modeId:i}),{};W.info("group session/set_mode: applying to runtimes",{framework:e.framework,agentId:e.agentId,groupId:r,modeId:i,targets:o.length});for(let d of o)d.runtime.permissionMode=i;await this.persistSessionMapping(e);let c=[];for(let d of o){let u=d.runtime.downstream,f=d.runtime.acpSessionId;u?.isAlive()&&f&&c.push({downstream:u,acpSessionId:f,oldMode:d.oldMode,runtime:d.runtime})}for(let d of c)try{await d.downstream.setSessionMode({sessionId:d.acpSessionId,modeId:i})}catch(u){for(let f of o)f.runtime.permissionMode=f.oldMode;throw await this.persistSessionMapping(e).catch(()=>{}),u}return{}}async ensureRuntime(e,r){let i=e.sessions.get(r);if(i)return i;let c={modelToken:e.deployType==="cloud"?await this.requestSessionToken(e.agentId,r):"",tokenGeneratedAt:Date.now(),lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};return Xt(e)&&(e.framework==="hermes"?c.permissionMode=e.deployType==="cloud"?l0:u0:c.permissionMode=e.framework==="claude-code"?yd:uh),e.sessions.set(r,c),await this.persistSessionMapping(e),c}async requestSessionToken(e,r){let i={sessionId:r,_meta:{cozeAgentId:e}};try{let o=await this.sendRequest(xt.GEN_MODEL_TOKEN,i,Bb);if(!o?.modelToken)throw new k("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${r})`);return o.modelToken}catch(o){throw o instanceof k&&o.code==="MODEL_TOKEN_GEN_FAILED"?o:new k("MODEL_TOKEN_GEN_FAILED",o instanceof Error?o.message:String(o),{cause:o})}}async ensureDownstream(e,r,i){if($i(i),i.downstream?.isAlive())return;if(!this.sessionSpawner)throw new k("AGENT_SPAWN_FAILED","sessionSpawner not wired (cannot spawn per-session downstream)");let o=3,c=3e4,d=i.spawnFailCount??0,u=i.spawnFailedAt??0;if(d>=o&&Date.now()-u<c)throw new k("AGENT_SPAWN_FAILED",`agent ${e.agentId} session ${r} spawn failed ${d} times in a row; please check framework binary / network and retry after ${Math.ceil((c-(Date.now()-u))/1e3)}s`);let f;try{f=await this.sessionSpawner(e,i.modelToken,r,this.currentCozeEnv,this.currentMockScenario)}catch(x){throw i.spawnFailCount=d+1,i.spawnFailedAt=Date.now(),i.spawnFailCount>=o&&i.acpSessionId&&(W.warn("clearing stale acpSessionId after repeated spawn failures",{agentId:e.agentId,cloudId:r,staleAcpId:i.acpSessionId}),i.acpSessionId=void 0),x}i.spawnFailCount=0,i.spawnFailedAt=void 0,i.downstream=f,this.attachRuntimeHooks(e,r,i);try{if(i.acpSessionId){i.loadingSession=!0;try{await f.sessionLoad({sessionId:i.acpSessionId,cwd:e.workspace}),W.info("session restored via session/load",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId})}catch(x){W.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId,err:String(x)}),i.acpSessionId=void 0;let g=await f.sessionNew({cwd:e.workspace});i.acpSessionId=g.sessionId,await this.persistSessionMapping(e)}finally{i.loadingSession=!1}}else{let x=await f.sessionNew({cwd:e.workspace});i.acpSessionId=x.sessionId,await this.persistSessionMapping(e)}}catch(x){throw W.warn("session init failed after spawn, tearing down half-spawned runtime",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId,err:String(x)}),await f.stop("session-init-failed").catch(()=>{}),i.downstream=void 0,i.acpSessionId=void 0,x}if(f.afterSessionEstablished&&i.acpSessionId&&await f.afterSessionEstablished(i.acpSessionId),Xt(e)&&i.acpSessionId&&i.permissionMode)try{await f.setSessionMode({sessionId:i.acpSessionId,modeId:i.permissionMode})}catch(x){W.warn("post-spawn set_mode failed, framework using its own startup default",{framework:e.framework,agentId:e.agentId,cloudId:r,mode:i.permissionMode,err:String(x)})}}armIdleTimer(e,r,i){if($i(i),this.isRuntimeBusy(e,i)){W.debug("skip idle timer: runtime busy (in-flight turn / pending permission)",{agentId:e.agentId,cloudId:r});return}i.idleTimer=setTimeout(()=>{if(i.idleTimer=void 0,this.isRuntimeBusy(e,i)){W.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:r}),this.armIdleTimer(e,r,i);return}W.info("session runtime idle timeout, killing downstream",{agentId:e.agentId,cloudId:r});let o=i.downstream;i.downstream=void 0,i.acpSessionId&&e.activeTriggers.delete(i.acpSessionId),o&&o.stop("idle timeout").catch(c=>W.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:r,err:String(c)}))},this.sessionIdleTimeoutMs),i.idleTimer.unref?.()}isRuntimeBusy(e,r){if(r.acpSessionId&&e.activeTriggers.has(r.acpSessionId))return!0;let i=r.downstream;if(!i)return!1;for(let o of this.pendingUpstream.values())if(o.downstream===i)return!0;return!1}async sendAgentFileUpdate(e,r,i,o){let c={cozeAgentId:e.agentId,cozeReplySeqID:++r.replySeq};if(r.acpSessionId){let d=e.activeTriggers.get(r.acpSessionId);d&&(c.cozeTriggerMsgId=d);let u=e.activeGroupIds.get(r.acpSessionId);u&&(c.cozeGroupId=u)}await this.upstream.send(Lr("session/update",{sessionId:i,update:o,_meta:c}))}async synthesizePromptReply(e,r,i,o,c,d){let u={cozeAgentId:e.agentId,cozeReplySeqID:++r.replySeq};return c&&(u.cozeTriggerMsgId=c),d&&(u.cozeGroupId=d),await this.upstream.send(Lr("session/update",{sessionId:i,update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:o}},_meta:u})).catch(f=>W.warn("synthesizePromptReply update send failed (ignored)",{err:String(f)})),{stopReason:"end_turn"}}forwardUpdate(e,r){let i=r.sessionId,o=this.reverseSessionId(e,i);if(!o){W.debug("drop update for unknown session",{agentId:e.agentId,acpId:i});return}let c=e.sessions.get(o);if(!c){W.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:o});return}if(Gb(r)){W.debug("drop codex noise chunk",{agentId:e.agentId,acpId:i});return}let d=r.update;if(d&&typeof d=="object"&&d.sessionUpdate==="current_mode_update"&&Xt(e)){let g=d.currentModeId;Mt(e.framework,g)&&c.permissionMode!==g?(c.permissionMode=g,this.persistSessionMapping(e).catch(w=>W.warn("persist mode (from current_mode_update) failed",{framework:e.framework,agentId:e.agentId,err:String(w)}))):typeof g=="string"&&!Mt(e.framework,g)&&W.warn("current_mode_update with invalid modeId for framework, not persisting",{framework:e.framework,agentId:e.agentId,modeId:g})}let u={cozeAgentId:e.agentId,cozeReplySeqID:++c.replySeq},f=e.activeTriggers.get(i);f&&(u.cozeTriggerMsgId=f);let x=e.activeGroupIds.get(i);x&&(u.cozeGroupId=x),this.upstream.send(Lr("session/update",{...r,sessionId:o,_meta:u})).catch(g=>W.warn("forward update failed",{agentId:e.agentId,err:String(g)}))}handleAgentRequest(e,r,i){if(i.method==="session/request_permission"){this.forwardPermissionRequest(e,r,i);return}if(i.method==="fs/write_text_file"||i.method==="fs/read_text_file"){this.handleFsRpcRequest(e,r,i);return}W.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:i.method}),r.respondAgentRequestError(i.id,{code:Z.METHOD_NOT_FOUND,message:`method not handled by Bridge: ${i.method}`})}async handleFsRpcRequest(e,r,i){try{let o=e.workspace;if(i.method==="fs/write_text_file"){let c=i.params??{},d=await Ch(c,o);r.respondAgentRequest(i.id,d)}else{let c=i.params??{},d=await Ph(c,o);r.respondAgentRequest(i.id,d)}}catch(o){W.warn("fs rpc handler failed",{agentId:e.agentId,method:i.method,err:String(o)}),r.respondAgentRequestError(i.id,ji(o))}}clearPendingPermissionFor(e){if(e.method!=="session/request_permission"||!e.cloudSessionId)return;let r=this.agents.get(e.agentId)?.sessions.get(e.cloudSessionId);r&&(r.pendingPermission=void 0)}forwardPermissionRequest(e,r,i){let o=this.upstreamIds.next("session/request_permission"),c=i.params??{},u=c.sessionId,f=u?e.activeTriggers.get(u):void 0,x={cozeAgentId:e.agentId};f&&(x.cozeTriggerMsgId=f);let g=u?e.activeGroupIds.get(u):void 0;g&&(x.cozeGroupId=g);let w=u?this.reverseSessionId(e,u):void 0,S=w?e.sessions.get(w):void 0;S&&(S.pendingPermission={downstream:r,agentRequestId:i.id,upstreamId:o});let y={...c,...w?{sessionId:w}:{},_meta:x};this.pendingUpstream.set(o,{agentRequestId:i.id,agentId:e.agentId,downstream:r,method:i.method,cloudSessionId:w}),W.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:o,acpSessionId:u,cloudSessionId:w,toolCallId:c.toolCall?.toolCallId,options:c.options?.map(v=>({optionId:v.optionId,kind:v.kind,name:v.name}))}),this.upstream.send(Hi(o,"session/request_permission",y)).catch(v=>{this.pendingUpstream.delete(o),W.error("forward permission request failed",{agentId:e.agentId,err:String(v)}),r.respondAgentRequestError(i.id,{code:Z.INTERNAL_ERROR,message:`upstream send failed: ${String(v)}`})})}handleUpstreamResponse(e){if(e.id===null)return;let r=this.lookupPending(this.pendingUpstream,e.id,"upstream");if(r){this.pendingUpstream.delete(r.key);let o=r.value;this.clearPendingPermissionFor(o),e.error?(W.info("upstream \u2192 permission response (error)",{agentId:o.agentId,upstreamId:e.id,method:o.method,error:e.error}),o.downstream.respondAgentRequestError(o.agentRequestId,e.error)):(o.method==="session/request_permission"&&zb(e.result,o),W.info("upstream \u2192 permission response (result)",{agentId:o.agentId,upstreamId:e.id,method:o.method,result:e.result}),o.downstream.respondAgentRequest(o.agentRequestId,e.result));return}let i=this.lookupPending(this.pendingBridge,e.id,"bridge");if(i){this.pendingBridge.delete(i.key),clearTimeout(i.value.timer),e.error?i.value.reject(new So(e.error)):i.value.resolve(e.result);return}W.debug("orphan upstream response (no pending)",{id:e.id})}lookupPending(e,r,i){let o=e.get(r);if(o)return{value:o,key:r};if(typeof r=="number"){let c=String(r),d=e.get(c);if(d)return W.warn(`${i} id type mismatch: number received but Bridge expected string`,{rawId:r,normalizedId:c}),{value:d,key:c}}}sendRequest(e,r,i=Ob){let o=this.upstreamIds.next(e);return new Promise((c,d)=>{let u=setTimeout(()=>{this.pendingBridge.delete(o),d(new k("AGENT_TIMEOUT",`${e} timed out after ${i}ms`))},i);this.pendingBridge.set(o,{method:e,resolve:c,reject:d,timer:u}),this.upstream.send(Hi(o,e,r)).catch(f=>{let x=this.pendingBridge.get(o);x&&(clearTimeout(x.timer),this.pendingBridge.delete(o)),d(f)})})}async persistSessionMapping(e){if(this.paths)try{let r=new Map;for(let[i,o]of e.sessions){let c={modelToken:o.modelToken,tokenGeneratedAt:o.tokenGeneratedAt};o.acpSessionId&&(c.acpSessionId=o.acpSessionId),o.permissionMode&&Xt(e)&&(c.permissionMode=o.permissionMode),o.cozeGroupId&&(c.cozeGroupId=o.cozeGroupId),r.set(i,c)}await oi(e.agentId,r,this.paths)}catch(r){W.warn("persist session mapping failed",{agentId:e.agentId,err:String(r)})}}reverseSessionId(e,r){for(let[i,o]of e.sessions.entries())if(o.acpSessionId===r)return i}sendError(e,r,i){return this.upstream.send(In(e,{code:r,message:i,data:{bridgeVersion:Nt}}))}};function Fb(){return Db(16).toString("hex")}function zb(t,e){if(!t||typeof t!="object"){W.warn("permission response: result not an object (suspicious)",{agentId:e.agentId,result:t});return}let r=t;if("kind"in r&&!("outcome"in r)){W.warn('permission response: top-level "kind" field (D66 historical bug shape)',{agentId:e.agentId,result:t});return}let i=r.outcome;if(!i||typeof i!="object"){W.warn("permission response: missing or non-object outcome field",{agentId:e.agentId,result:t});return}let c=i.outcome;(typeof c!="string"||c!=="selected"&&c!=="cancelled")&&W.warn("permission response: unknown outcome discriminant",{agentId:e.agentId,outcomeValue:c,result:t})}var Ub=["Model metadata for `","Falling back from WebSockets to HTTPS transport.","Heads up: Long threads and multiple compactions can cause the model to be less accurate."],Bh="Warning: ";function Gb(t){let e=t.update;if(e?.sessionUpdate!=="agent_message_chunk")return!1;let r=e.content;if(!r||typeof r!="object")return!1;let i=r;if(i.type!=="text"||typeof i.text!="string")return!1;let o=i.text.startsWith(Bh)?i.text.slice(Bh.length):i.text;return Ub.some(c=>o.startsWith(c))}qt();te();Re();import{randomBytes as Hb}from"node:crypto";import{createServer as qb}from"node:http";var jb=1e6,Fh=G("ipc"),zo=class{server=null;port=0;token="";routes;paths;constructor(e){this.routes=new Map(e.routes.map(r=>[`${r.method} ${r.path}`,r])),this.paths=e.paths??J()}async start(){this.token=Hb(32).toString("hex");let e=qb((i,o)=>{this.dispatch(i,o)});this.server=e,await new Promise((i,o)=>{e.once("error",o),e.listen(0,"127.0.0.1",()=>i())});let r=e.address();if(!r||typeof r!="object")throw new Error("failed to obtain IPC port");return this.port=r.port,await this.persistAuthFiles(),Fh.info("IPC listening",{port:this.port}),{port:this.port,token:this.token}}async stop(){let e=this.server;e&&(await new Promise((r,i)=>{e.close(o=>o?i(o):r())}),this.server=null)}async persistAuthFiles(){await ut(this.paths.portFile,String(this.port)),await ut(this.paths.tokenFile,this.token,{mode:384})}async dispatch(e,r){if(e.headers.authorization!==`Bearer ${this.token}`){Zi(r,401,{error:"unauthorized"});return}let o=`${e.method} ${(e.url??"").split("?")[0]}`,c=this.routes.get(o);if(!c){Zi(r,404,{error:"not found"});return}let d=null;if(e.method==="POST")try{d=await Wb(e)}catch(u){Zi(r,400,{error:"invalid json",detail:String(u)});return}try{let u=await c.handler(d,e);Zi(r,200,u??{ok:!0})}catch(u){Fh.error("IPC handler failed",{key:o,err:String(u)}),Zi(r,500,{error:u instanceof Error?u.message:String(u)})}}};function Zi(t,e,r){t.statusCode=e,t.setHeader("content-type","application/json"),t.end(JSON.stringify(r))}async function Wb(t){let e=[],r=0;for await(let o of t){let c=o;if(r+=c.length,r>jb)throw new Error("body too large");e.push(c)}let i=Buffer.concat(e).toString("utf8");return i?JSON.parse(i):null}import"node:module";var fS=Ht(Lx(),1),hS=Ht(Yo(),1),xS=Ht(Hr(),1),pS=Ht(Ld(),1),mS=Ht(Bd(),1),gS=Ht(qd(),1),qx=Ht(Xo(),1),wS=Ht(Hx(),1);var jx=qx.default;Ke();te();var{FWS:LS}=tp(),De=G("upstream.frontier"),rp="application/json",ip="none",NS=15e3;function MS(t){class e extends jx{constructor(i){super(i,Jf,{headers:t})}guardTeardown(){this.listenerCount("error")===0&&this.on("error",i=>De.warn("frontier ws error during teardown (handled, prevents daemon crash)",{err:i instanceof Error?i.message:String(i)}))}close(i,o){this.guardTeardown(),super.close(i,o)}terminate(){this.guardTeardown(),super.terminate()}send(i,...o){if(Ol("debug"))try{let c;typeof i=="string"?c=Buffer.from(i,"utf8"):i instanceof Buffer?c=i:i instanceof ArrayBuffer?c=new Uint8Array(i):ArrayBuffer.isView(i)?c=new Uint8Array(i.buffer,i.byteOffset,i.byteLength):c=new Uint8Array(0);let d=Buffer.from(c.slice(0,128)).toString("hex");De.debug("WS raw frame out",{bytes:c.byteLength,headHex:d})}catch(c){De.warn("WS raw frame dump failed",{err:String(c)})}super.send(i,...o)}}return e}var os=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandlers=[];opened=!1;lastSendRefusedLogAt=0;sendRefusedSuppressed=0;openCount=0;async start(){if(this.fws){De.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:Zf,...vn(this.opts.ppeOverride)},r=MS(e),i=Qf(this.opts.urlOverride),o={url:i,ws:r,fpID:Vf,aID:mo,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:rp,force:!0},payloadEncoding:{encoding:ip,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},c=new LS(o),d=!1,u=null,f,x,g=new Promise((y,v)=>{f=y,x=v}),w=y=>{d||(d=!0,u&&(clearTimeout(u),u=null),y?x(y):f())};c.onopen=()=>{this.opened=!0,this.openCount+=1;let y=this.openCount===1;De.info("frontier opened",{url:i,remoteDeviceId:this.opts.handshake.deviceId,initial:y,openCount:this.openCount}),y&&w();for(let v of this.connectHandlers)Promise.resolve(v({initial:y})).catch(I=>De.warn("onConnect handler threw (ignored)",{err:String(I)}))},c.onclose=y=>{this.opened=!1,De.info("frontier closed",{code:y.code,reason:y.reason,willReconnect:y.willReconnect})},c.onerror=y=>{De.warn("frontier error",{code:y.code,msg:y.message}),w(new k("UPSTREAM_DISCONNECTED",`frontier connect error before open: code=${y.code} msg=${y.message??""}`))},c.onmessage=y=>this.handleMessage(y),this.fws=c;let S=this.opts.openTimeoutMs??NS;u=setTimeout(()=>{w(new k("UPSTREAM_DISCONNECTED",`frontier ws open timeout after ${S}ms (handshake or upgrade slow)`))},S),await c.connect();try{await g}catch(y){try{c.close(1e3,"open failed")}catch(v){De.warn("fws close during start failure threw (ignored)",{err:String(v)})}throw this.fws=null,this.opened=!1,y}}async stop(e){let r=this.fws;if(r){this.fws=null,this.opened=!1;try{r.close(1e3,e??"bridge shutdown")}catch(i){De.warn("frontier close threw (ignored)",{err:String(i)})}}}async send(e){let r=this.fws,i=e.method;if(!r)throw De.warn("frontier send refused: upstream not started",{method:i}),new k("UPSTREAM_DISCONNECTED","frontier upstream not started");if(!this.isConnected()){let u=Date.now();throw u-this.lastSendRefusedLogAt>1e3?(De.warn("frontier send refused: ws not open",{method:i,opened:this.opened,readyState:r.readyState,...this.sendRefusedSuppressed>0?{suppressedSinceLast:this.sendRefusedSuppressed}:{}}),this.lastSendRefusedLogAt=u,this.sendRefusedSuppressed=0):this.sendRefusedSuppressed+=1,new k("UPSTREAM_DISCONNECTED",`frontier ws not open (opened=${this.opened}, readyState=${r.readyState}); refusing to silently buffer`)}this.injectAgentPatToken(e);let o=JSON.stringify(e),c=e;sp(c)||De.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await r.send(o,{service:33555712,method:1,payloadType:rp,payloadEncoding:ip})}catch(u){throw De.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.id,err:String(u)}),new k("UPSTREAM_DISCONNECTED",`frontier send failed: ${String(u)}`,{cause:u})}}onFrame(e){this.handler=e}onConnect(e){this.connectHandlers.push(e)}isConnected(){return this.opened&&this.fws?.readyState===1}injectAgentPatToken(e){let r=this.opts.getPatTokenForAgent;if(!r)return;let i=e.params?._meta;if(!i?.cozeAgentId)return;let o=r(i.cozeAgentId);o&&(i.cozePatToken=o)}handleMessage(e){let r=e.message?.service;if(r!==33555712){De.debug("drop non-adapter frontier frame",{service:r});return}let i=zS(e);if(!i){De.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){De.debug("frame received but no onFrame handler",{size:i.length});return}let o;try{o=JSON.parse(i)}catch(d){De.warn("frontier message JSON parse failed",{err:String(d),head:i.slice(0,80)});return}let c=o;sp(c)||De.info("frontier frame in",{logid:FS(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:c.id,method:c.method,body:BS(i)}),Promise.resolve(this.handler(o)).catch(d=>De.warn("frontier frame handler threw",{err:String(d)}))}};function sp(t){return t.method==="_agent/health"?!0:typeof t.id=="string"&&t.id.startsWith("agent.health_")}var op=2e3;function BS(t){return t.length<=op?t:`${t.slice(0,op)}...<truncated, total ${t.length} chars>`}function FS(t){return t?t.high===0?String(t.low>>>0):`${t.high.toString(16)}${(t.low>>>0).toString(16).padStart(8,"0")}`:""}function zS(t){let e=t.message;if(e?.textPayload)return e.textPayload;let r=e?.payload;if(!r)return null;try{return Buffer.from(r).toString("utf8")}catch{return null}}Ke();te();var $d=G("skill-publish"),US="/api/marketplace/product/skill/publish_with_assets",GS=15e4;async function ap(t,e={}){let i=`${Cr(Pr(e.handshakeBase))}${US}`,o=e.timeoutMs??GS,c=new FormData;c.append("skill_id",t.skillId??""),c.append("skill_name",t.skillName),c.append("skill_description",t.description??""),c.append("agent_id",t.agentId),c.append("zip_file",new Blob([t.zip],{type:"application/zip"}),"skill.zip");let d={Authorization:`Bearer ${t.patToken}`,Accept:"application/json","x-coze-version":"3.0",...vn(e.ppeOverride),...t.accountId&&t.accountId!=="0"?{"x-coze-account":t.accountId}:{}},u=new AbortController,f=setTimeout(()=>u.abort(),o);$d.info("skill publish start",{url:i,method:"POST",form:{skill_id:t.skillId??"",skill_name:t.skillName,skill_description:t.description??"",agent_id:t.agentId,zip_file_bytes:t.zip.length},headers:{...d,Authorization:`Bearer ${t.patToken.slice(0,8)}...`}});try{let x=await fetch(i,{method:"POST",headers:d,body:c,signal:u.signal}),g=x.headers.get("x-tt-logid")??"";if(!x.ok){let y=await x.text().catch(()=>"");throw new k("UPLOAD_FAILED",`skill publish HTTP ${x.status} logid=${g}: ${y.slice(0,200)}`)}let w=await x.json();if($d.info("skill publish response",{logid:g,httpStatus:x.status,code:w.code,msg:w.msg,dataSkillId:w.data?.skill_id??"",dataVersion:w.data?.version??""}),w.code!==void 0&&w.code!==0)throw new k("UPLOAD_FAILED",`skill publish code=${w.code} msg=${w.msg??"-"} logid=${g}`);let S={};return w.data?.skill_id!==void 0&&w.data.skill_id!==""&&(S.skillId=String(w.data.skill_id)),w.data?.version&&(S.version=w.data.version),$d.info("skill publish ok",{logid:g,skillId:S.skillId??"",version:S.version??""}),S}catch(x){throw x instanceof k?x:x.name==="AbortError"?new k("UPLOAD_FAILED",`skill publish timeout (${o}ms): ${t.skillName}`):new k("UPLOAD_FAILED",String(x),{cause:x})}finally{clearTimeout(f)}}te();var Yd=G("upstream.switchable"),aa=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,r){if(this.inner===e)return;Yd.info("swap upstream",{reason:r});let i=this.inner;if(this.inner=e,this.handler&&e.onFrame(this.handler),e.onConnect)for(let o of this.connectHandlers)e.onConnect(o);try{await e.start()}catch(o){throw Yd.error("swap target start failed, reverting",{err:String(o)}),this.inner=i,o}await i.stop(r??"swapped").catch(o=>Yd.warn("previous upstream stop threw (ignored)",{err:String(o)}))}current(){return this.inner}start(){return this.inner.start()}stop(e){return this.inner.stop(e)}send(e){return this.inner.send(e)}onFrame(e){this.handler=e,this.inner.onFrame(e)}onConnect(e){this.connectHandlers.push(e),this.inner.onConnect?.(e)}isConnected(){return this.inner.isConnected()}};te();var Vd=G("upstream"),Yr=class{handler=null;async start(){Vd.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Vd.info("NoopUpstream stopped",{reason:e})}async send(e){Vd.debug("NoopUpstream.send (dropped)",{method:"method"in e?e.method:void 0})}onFrame(e){this.handler=e}isConnected(){return!1}async injectFrame(e){this.handler&&await this.handler(e)}};Ke();te();qt();te();Re();import{promises as HS}from"node:fs";var cp=G("pat-token-store");async function ca(t=J()){try{let r=(await HS.readFile(t.patTokenFile,"utf8")).trim();return r.length===0?(cp.warn("pat-token exists but empty (treating as missing; likely interrupted write)",{path:t.patTokenFile}),null):r}catch(e){let r=e?.code;return r!=="ENOENT"&&cp.warn("read pat-token failed (treating as missing)",{path:t.patTokenFile,code:r,message:e.message}),null}}async function as(t,e=J()){if(!t)throw new Error("writePatToken: empty patToken");await ut(e.patTokenFile,t,{mode:384})}Re();Re();import{promises as da}from"node:fs";import{join as qS}from"node:path";function jS(t,e){return`#!/bin/sh
|
|
110
110
|
exec ${JSON.stringify(e)} ${JSON.stringify(t)} "$@"
|
|
111
|
-
`}function
|
|
111
|
+
`}function WS(t,e){return`@echo off\r
|
|
112
112
|
"${e}" "${t}" %*\r
|
|
113
|
-
`}async function
|
|
113
|
+
`}async function dp(t,e=J()){let r=e.binDir;await da.mkdir(r,{recursive:!0});let i=qS(r,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),o=process.execPath,c=process.platform==="win32"?WS(t,o):jS(t,o);return await da.readFile(i,"utf8").catch(()=>null)===c||(await da.writeFile(i,c,"utf8"),process.platform!=="win32"&&await da.chmod(i,493)),r}te();Re();import{execSync as lp}from"node:child_process";import{readFileSync as up,unlinkSync as KS}from"node:fs";import{mkdir as $S,open as YS,readFile as fp,unlink as Jd,writeFile as VS}from"node:fs/promises";import{dirname as JS}from"node:path";var ZS=G("single-instance"),XS=t=>new Promise(e=>setTimeout(e,t)),la=class{pidFile;selfPid;probe;claimLockMaxAttempts;claimLockIntervalMs;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??J().pidFile,this.selfPid=e.selfPid??process.pid,this.claimLockMaxAttempts=e.claimLockMaxAttempts??50,this.claimLockIntervalMs=e.claimLockIntervalMs??20,this.probe=e.probe??{isAlive:r=>Wi(r),isDaemon:r=>this.matchesDaemonTitle(r)},e.processTitle&&(process.title=e.processTitle)}async acquire(){let e=await this.readExistingPid();if(e!==null&&e!==this.selfPid&&this.isLiveDaemon(e))return{kind:"already-running",pid:e};let r=await this.withClaimLock(async()=>{let i=await this.readExistingPid();return i!==null&&i!==this.selfPid&&this.isLiveDaemon(i)?{kind:"already-running",pid:i}:(i!==null&&i!==this.selfPid&&ZS.warn("removing stale pid file",{stalePid:i}),await VS(this.pidFile,String(this.selfPid),"utf8"),{kind:"acquired"})});return r.kind==="acquired"&&(this.acquired=!0,this.installCleanupHooks()),r}async release(){if(this.acquired){try{(await fp(this.pidFile,"utf8")).trim()===String(this.selfPid)&&await Jd(this.pidFile)}catch{}this.acquired=!1}}isLiveDaemon(e){return this.probe.isAlive(e)&&this.probe.isDaemon(e)}async readExistingPid(){return this.readPidFrom(this.pidFile)}async readPidFrom(e){try{let r=await fp(e,"utf8"),i=Number.parseInt(r.trim(),10);return Number.isFinite(i)&&i>0?i:null}catch(r){if(r.code==="ENOENT")return null;throw r}}async withClaimLock(e){let r=`${this.pidFile}.lock`;await $S(JS(r),{recursive:!0});for(let i=0;i<this.claimLockMaxAttempts;i++){let o;try{o=await YS(r,"wx")}catch(c){if(c.code!=="EEXIST")throw c;let d=await this.readPidFrom(r);if(d!==null&&d!==this.selfPid&&this.probe.isAlive(d)){await XS(this.claimLockIntervalMs);continue}await Jd(r).catch(()=>{});continue}try{return await o.writeFile(String(this.selfPid)),await e()}finally{await o.close().catch(()=>{}),await Jd(r).catch(()=>{})}}throw new Error(`failed to acquire claim lock: ${r} (after ${this.claimLockMaxAttempts} attempts)`)}matchesDaemonTitle(e){if(process.platform==="win32")return this.matchesDaemonTitleWindows(e);try{let r=up(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(r.includes(Br)||r.includes("lib/index.js"))}catch{}try{let r=lp(`ps -o command= -p ${e}`,{stdio:["ignore","pipe","ignore"],timeout:1e3}).toString();return r.trim()?r.includes(Br)||r.includes("lib/index.js"):!1}catch{return!0}}matchesDaemonTitleWindows(e){try{let i=lp(`tasklist /FI "PID eq ${e}" /FO CSV /NH`,{stdio:["ignore","pipe","ignore"],timeout:2e3}).toString().trim();if(!i||/^(INFO|信息)[::]/.test(i))return!1;let o=i.split(",",1)[0]?.replace(/^"|"$/g,"").toLowerCase()??"";return o.includes("node")||o.includes("coze-bridge")}catch{return!0}}installCleanupHooks(){process.once("exit",()=>{if(this.acquired)try{up(this.pidFile,"utf8").trim()===String(this.selfPid)&&KS(this.pidFile)}catch{}})}};ua();te();var tr=G("daemon.upstream-watchdog"),o1=12e4,a1=9e5,c1=3e4;function Xd(t,e){let r=process.env[t];if(!r)return e;let i=Number(r);return Number.isFinite(i)&&i>0?i:e}var fa=class{constructor(e){this.opts=e;this.softMs=e.softMs??Xd("COZE_BRIDGE_UPSTREAM_WATCHDOG_SOFT_MS",o1),this.hardMs=e.hardMs??Xd("COZE_BRIDGE_UPSTREAM_WATCHDOG_HARD_MS",a1),this.intervalMs=e.intervalMs??Xd("COZE_BRIDGE_UPSTREAM_WATCHDOG_INTERVAL_MS",c1),this.now=e.now??Date.now}opts;softMs;hardMs;intervalMs;now;timer=null;downSince=null;forcedAt=null;forcing=!1;lastTickAt=null;start(){this.timer||(this.timer=setInterval(()=>this.tick(),this.intervalMs),this.timer.unref?.(),tr.info("upstream watchdog started",{softMs:this.softMs,hardMs:this.hardMs,intervalMs:this.intervalMs}))}stop(){this.timer&&(clearInterval(this.timer),this.timer=null),this.downSince=null,this.forcedAt=null,this.lastTickAt=null}tick(){let e=this.now();if(this.lastTickAt!==null&&e-this.lastTickAt>this.intervalMs*3&&(this.downSince!==null&&tr.warn("upstream watchdog: large tick gap (likely sleep/suspend), resetting downSince",{gapMs:e-this.lastTickAt}),this.downSince=null,this.forcedAt=null),this.lastTickAt=e,this.opts.isConnected()){this.downSince!==null&&tr.info("upstream watchdog: reconnected, reset",{downMs:this.now()-this.downSince}),this.downSince=null,this.forcedAt=null;return}if(this.downSince===null){this.downSince=e,tr.warn("upstream watchdog: disconnect detected, arming",{softMs:this.softMs,hardMs:this.hardMs});return}let r=e-this.downSince;if(r>=this.hardMs){tr.error("upstream watchdog: disconnected too long, exiting for supervisor restart",{downMs:r,hardMs:this.hardMs}),this.opts.onFatal(r);return}r>=this.softMs&&this.shouldForceNow(e)&&(this.forcedAt=e,this.forcing=!0,tr.warn("upstream watchdog: forcing reconnect",{downMs:r,softMs:this.softMs}),Promise.resolve().then(()=>this.opts.forceReconnect()).catch(i=>tr.warn("upstream watchdog: forceReconnect error (ignored)",{err:String(i)})).finally(()=>{this.forcing=!1}))}shouldForceNow(e){return!(this.forcing||this.forcedAt!==null&&e-this.forcedAt<this.softMs)}};var q=G("daemon");async function pp(){let t=J();if(process.env.COZE_BRIDGE_LOG_MODE!=="legacy"){Pl({bridgeLogsDir:t.bridgeLogsDir,agentLogsDir:C=>Fe(C,t).logs,listAgentIds:()=>Es(t)});try{let{writeFileSync:C}=await import("node:fs");C(t.logFile,`\u8FD0\u884C\u65E5\u5FD7\u5DF2\u8FC1\u79FB\u5230 dated \u6587\u4EF6, \u6B64\u6587\u4EF6 (bridge.log) \u4E0D\u518D\u5199\u5165\u8FD0\u884C\u65E5\u5FD7\u3002
|
|
114
114
|
\u8BF7\u67E5\u770B: ${t.bridgeLogsDir}/bridge-<YYYY-MM-DD>.log
|
|
115
115
|
\u6216\u4F7F\u7528: coze-bridge log [-f] [--lines N]
|
|
116
|
-
`)}catch{}}let e=new da({processTitle:Fr}),r=await e.acquire();if(r.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${r.pid})`);let i=await Mo(),o=i??{};gs({pid:process.pid}),q.info(i?"loaded bridge config":"initialized bridge config");let c=new oa(new Jr),d=null,u=new Bo({upstream:c,paths:t,bridgeConfig:o,sessionSpawner:async(C,z,H,ee)=>{if(!d)throw new Error("agentManager not ready");return d.spawnSessionDownstream(C,z,H,ee)}}),f=new Oo({paths:t,config:o,registry:u});d=f;let h,g,_=null,v={},y,E=null,I=null,A=null,T=new kn;function D(C,z){return T.enqueue(()=>R(C,z))}function b(){I||(I=new ua({isConnected:()=>c.isConnected()&&!(E?.isLivenessLost()??!1),forceReconnect:()=>A?D(A,{force:!0}):void 0,onFatal:C=>{if(process.env[ds]==="1"){q.error("upstream watchdog fatal, but daemon is unmanaged (CLI-spawned) \u2014 staying alive for soft-reconnect instead of exiting",{downMs:C});return}q.error("upstream watchdog fatal: exiting for supervisor restart",{downMs:C}),process.exit(1)}})),I.start()}async function R(C,z){let H=C,ee=H?.privatecode;if(!ee)throw new k("IPC_BAD_REQUEST","/connect requires privatecode");let Je=zi(H.env),he=H.handshake_url,pe=H.frontier_url,Tt=xp(H.env,he,pe);if(A=H,!z?.force&&h===ee&&g===Tt){let we=await l1(t);return u.agents.size===0&&we?(q.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),xa(t,f).catch(Te=>q.warn("connect-noop auto-revive error (ignored)",{err:String(Te)}))):q.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let wt=!!h&&h!==ee,on=g!==void 0&&g!==Tt,Gt=wt||on,an=await Xc({privatecode:ee,...he?{endpoint:he}:{},ppeOverride:Je});if(Gt){q.warn("connect config switched, resetting agents",{pcChanged:wt,envChanged:on,previousPc:h?fa(h):"",nextPc:fa(ee)});for(let we of[...u.agents.values()])await we.dispose("connect config switch").catch(()=>{}),u.agents.delete(we.agentId);u.disconnectedAgents.size>0&&(q.info("clearing disconnectedAgents set on connect config switch",{count:u.disconnectedAgents.size}),u.disconnectedAgents.clear()),await c.swap(new Jr,"connect switch").catch(()=>{})}_=an.deviceId,gs({deviceId:_,pid:process.pid}),bd({patToken:ee,env:H.env}).catch(we=>q.warn("coze-cli setup error (ignored)",{err:String(we)}));let ei=new as({handshake:an,privatecode:ee,...pe?{urlOverride:pe}:{},ppeOverride:Je,getPatTokenForAgent:we=>u.agents.get(we)?.patToken});return await c.swap(ei,"connect"),h=ee,g=Tt,v=Je,y=he,H.mock_scenario!==void 0&&(u.setMockScenario(H.mock_scenario),q.info("mock scenario set",{scenario:H.mock_scenario})),E||(E=new Hi({core:u,getDeviceId:()=>_??"",onTickEnd:()=>M.retryPending().catch(we=>q.warn("detailSync.retryPending failed (ignored)",{err:String(we)})),onAuthFailures:J})),E.start(),b(),Gt&&xa(t,f).catch(we=>q.warn("post-connect-switch auto-revive error (ignored)",{err:String(we)})),cs(ee,t).catch(we=>q.warn("writePatToken after /connect failed (ignored)",{err:String(we)})),q.info("/connect: WS established",{deviceId:_}),{ok:!0,note:"connected"}}u.registerExtension("_agent/create",async C=>f.createAgent(C.params)),u.registerExtension("_agent/health",async()=>({ok:!0}));let P={},B=new yo({agents:u.agents,paths:t,publishSkillToMarketplace:async C=>{let z=u.agents.get(C.agentId)?.patToken??h;if(!z)throw new k("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");return op({patToken:z,zip:C.zip,...C.skillId?{skillId:C.skillId}:{},skillName:C.skillName,...C.description?{description:C.description}:{},agentId:C.agentId,...C.accountId?{accountId:C.accountId}:{}},{handshakeBase:y,ppeOverride:v})},disposeAndMarkDisconnected:async(C,z)=>{let H=u.agents.get(C);if(H){await f.cleanupOpenclawSessionProviders(H).catch(Je=>q.warn("cleanup openclaw providers failed (ignored)",{agentId:C,err:String(Je)})),H.framework==="hermes"&&H.deployType==="cloud"&&await id(C,t).catch(Je=>q.warn("cleanup hermes-home failed (ignored)",{agentId:C,err:String(Je)}));let ee=!0;try{await H.dispose(`disconnect: ${z}`)}catch(Je){ee=!1,q.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:C,err:String(Je)}),H.status="error"}ee&&(H.status="disconnected",u.unregister(C),u.disconnectedAgents.add(C))}else u.disconnectedAgents.add(C)},disposeForDelete:async(C,z)=>{let H=u.agents.get(C);H&&(await f.cleanupOpenclawSessionProviders(H).catch(ee=>q.warn("cleanup openclaw providers during delete failed (ignored)",{agentId:C,err:String(ee)})),H.framework==="hermes"&&H.deployType==="cloud"&&await id(C,t).catch(ee=>q.warn("cleanup hermes-home during delete failed (ignored)",{agentId:C,err:String(ee)})),await H.dispose(`delete: ${z}`).catch(ee=>q.warn("dispose during delete failed (ignored)",{agentId:C,err:String(ee)})),u.unregister(C)),u.disconnectedAgents.delete(C)},detailSyncer:async C=>{if(!P.ref)throw new Error("agent-detail-sync not initialized yet");await P.ref.syncOne(C)},cleanupOpenclawProviders:async(C,z)=>{await f.cleanupOpenclawSessionProviders(C,z)},openclawRepair:async(C,z)=>{await f.openclawRepair(C,z)},hermesReset:async(C,z)=>{let H=await ve(C).catch(()=>null);!H||H.framework!=="hermes"||H.deployType!=="cloud"||await u0({paths:t,agentId:C,model:H.model,modelInfo:H.modelInfo,cozeEnv:z,mockScenario:u.getMockScenario()})},isRuntimePendingPermission:C=>u.hasPendingPermissionFor(C)});u.registerExtension("_agent/listSkills",C=>B.listSkills(C.params)),u.registerExtension("_agent/addSkills",C=>B.addSkills(C.params)),u.registerExtension("_agent/removeSkills",C=>B.removeSkills(C.params)),u.registerExtension("_agent/publishSkill",C=>B.publishSkill(C.params)),u.registerExtension("_agent/getFileTree",C=>B.getFileTree(C.params)),u.registerExtension("_agent/getFileContent",C=>B.getFileContent(C.params)),u.registerExtension("_agent/update",C=>B.updateAgent(C.params)),u.registerExtension("_agent/disconnect",C=>B.disconnectAgent(C.params)),u.registerExtension("_agent/switchModel",C=>B.switchModel(C.params)),u.registerExtension("_agent/reset",C=>B.resetAgent(C.params)),u.registerExtension("_agent/repair",C=>B.repairAgent(C.params)),u.registerExtension("_agent/delete",C=>B.deleteAgent(C.params)),u.registerExtension("_agent/upgrade",C=>B.upgradeBridge(C.params));let M=new vs({paths:t,handlers:B,agentManager:f,sendDetail:C=>u.sendRequest("_agent/detail",C)});P.ref=M;let J=async C=>{await Promise.allSettled(C.map(async z=>{try{await B.disconnectAgent({agentId:z.agentId,reason:`auth_failure: code=${z.code} ${z.message}`}),q.info("agent disconnected due to auth failure from heartbeat response",{agentId:z.agentId,code:z.code,message:z.message})}catch(H){q.warn("disconnect during authFailure handling failed (ignored)",{agentId:z.agentId,err:String(H)})}}))};c.onConnect(({initial:C})=>{q.info("frontier upstream connected, triggering detail sync",{initial:C}),M.syncAll(C?"initial-connect":"reconnect").catch(z=>q.warn("detail sync top-level error (ignored)",{err:String(z)}))});let V=new Fo({paths:t,routes:[{method:"GET",path:"/status",handler:async()=>{let C=u.getMockScenario();return{running:!0,pid:process.pid,nodeExecPath:process.execPath,nodeVersion:process.version,nodeArch:process.arch,spawnedBy:process.env[ds]==="1"?"manual":"supervisor",agents:[...u.agents.keys()],deviceId:_??"",frameworksCache:o.frameworksCache??{},...C?{mockScenario:C}:{}}}},{method:"POST",path:"/pair",handler:async C=>{let z=C,H=z?.privatecode,ee=z?.pairing_code;if(!H||!ee)throw new k("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let Je=zi(z.env),he=z.handshake_url,pe=z.frontier_url,Tt=xp(z.env,he,pe),wt=!!h&&h!==H,on=g!==void 0&&g!==Tt,Gt=wt||on,an=await Xc({privatecode:H,...he?{endpoint:he}:{},ppeOverride:Je});if(Gt){q.warn("pair config switched, resetting agents",{pcChanged:wt,envChanged:on,previousPc:h?fa(h):"",nextPc:fa(H),previousEnvKey:g??"",nextEnvKey:Tt});for(let Te of[...u.agents.values()])await Te.dispose("pair config switch").catch(()=>{}),u.agents.delete(Te.agentId);u.disconnectedAgents.size>0&&(q.info("clearing disconnectedAgents set on pair config switch",{count:u.disconnectedAgents.size}),u.disconnectedAgents.clear()),await c.swap(new Jr,"pair switch").catch(()=>{})}_=an.deviceId,gs({deviceId:_,pid:process.pid}),bd({patToken:H,env:z.env}).catch(Te=>q.warn("coze-cli setup error (ignored)",{err:String(Te)}));let ei=new as({handshake:an,privatecode:H,...pe?{urlOverride:pe}:{},ppeOverride:Je,getPatTokenForAgent:Te=>u.agents.get(Te)?.patToken});await c.swap(ei,"pair");try{let Te=new Zn;o.frameworksCache=await Te.detectAll(),await Zi(o),q.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(Te){q.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(Te)})}let we=Object.keys(o.frameworksCache??{});try{let Te=await u.sendRequest("_agent/pair",{pairCode:ee,patToken:H,frameworks:we,_meta:{cozeDeviceId:_}});q.info("_agent/pair ok",{pairResult:Te}),h=H,g=Tt,v=Je,y=he,z.mock_scenario!==void 0&&(u.setMockScenario(z.mock_scenario),q.info("mock scenario set",{scenario:z.mock_scenario})),cs(H,t).catch(Ne=>q.warn("writePatToken after /pair failed (ignored)",{err:String(Ne)})),E||(E=new Hi({core:u,getDeviceId:()=>_??"",onTickEnd:()=>M.retryPending().catch(Ne=>q.warn("detailSync.retryPending failed (ignored)",{err:String(Ne)})),onAuthFailures:J})),E.start(),b(),Gt&&xa(t,f).catch(Ne=>q.warn("post-pair-switch auto-revive error (ignored)",{err:String(Ne)}));let rr;return z.agent_id&&(rr=await f1(z.agent_id,t,f,Ne=>u.sendRequest("_agent/detail",Ne),H).catch(Ne=>(q.error("--agent-id ensureAgent failed",{agentId:z.agent_id,err:String(Ne)}),{ok:!1,agentId:z.agent_id??"",note:String(Ne)}))),{ok:!0,note:"paired with cloud",...rr?{agent:rr}:{}}}catch(Te){return q.error("_agent/pair failed",{err:String(Te)}),{ok:!1,note:`pair failed: ${String(Te)}`}}}},{method:"POST",path:"/connect",handler:C=>D(C)},{method:"POST",path:"/_agent/create",handler:async C=>{let z=C;return{ok:!0,result:await f.createAgent(z)}}},{method:"POST",path:"/agent/send",handler:async C=>{let z=C;if(!z?.agentId||!z?.sessionId||!z?.kind||!z?.path)throw new k("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!h)throw new k("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{let H=z;return await(H.groupFile?bx:yx)(H,{core:u,patToken:h,handshakeBase:y,ppeOverride:v})}catch(H){if(H instanceof k)return{ok:!1,code:H.code,message:H.message};throw H}}},{method:"POST",path:"/reload",handler:async C=>{let z=C?.agent_id,H=await u.reloadAgents(z);return q.info("IPC /reload: recycled agent subprocesses",{agentId:z??"(all)",recycled:H}),{ok:!0,recycled:H}}},{method:"POST",path:"/shutdown",handler:async()=>(q.info("IPC /shutdown received"),setImmediate(()=>{oe.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:re,token:X}=await V.start();try{await cp(t.libEntry,t)}catch(C){q.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(C)})}await u.start(),x1({paths:t,core:u,agentManager:f,detectAll:async()=>(o.frameworksCache=await new Zn().detectAll(),await Zi(o),o.frameworksCache)}).catch(C=>q.warn("startup warmup error (ignored)",{err:String(C)})),Ul().then(async()=>{let{probeAcpVersion:C}=await Promise.resolve().then(()=>(ln(),Fl));for(let z of["claude-code","codex"]){let H=await C(z);H&&q.info("acp wrapper version",{framework:z,version:H})}}).catch(C=>q.warn("acp wrapper warmup / probe top-level error (ignored)",{err:String(C)}));let se=null,oe={port:re,token:X,core:u,ipc:V,shutdown(C){return se||(q.info("daemon shutdown",{reason:C}),se=(async()=>{E?.stop(),I?.stop(),await u.stop(C),await V.stop(),await e.release()})(),se)}};for(let C of["SIGTERM","SIGINT"])process.on(C,()=>{oe.shutdown(C).then(()=>process.exit(0))});return process.on("exit",()=>z0()),process.on("unhandledRejection",C=>{q.error("unhandledRejection",{reason:C instanceof Error?C.message:String(C),stack:C instanceof Error?C.stack:void 0})}),process.on("uncaughtException",C=>{q.error("uncaughtException (will exit, supervisor will restart)",{message:C.message,stack:C.stack,name:C.name});try{process.stderr.write(`FATAL uncaughtException: ${C.stack??C.message}
|
|
117
|
-
`)}catch{}process.exit(1)}),q.info("daemon ready",{port:re,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),
|
|
118
|
-
`)){let u=d.indexOf("=");u<=0||(c[d.slice(0,u)]=d.slice(u+1))}return c}function E1(){let t=(process.env.SHELL??"").trim()||(
|
|
119
|
-
`;await
|
|
120
|
-
`).filter(d=>d.length>0).filter(d=>Dp(d,{level:e.level,grep:e.grep}));for(let d of
|
|
121
|
-
`)}async function
|
|
122
|
-
`),1;for(let
|
|
123
|
-
`);return 0}let o=t.date??Pn(new Date),c=
|
|
116
|
+
`)}catch{}}let e=new la({processTitle:Br}),r=await e.acquire();if(r.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${r.pid})`);let i=await Bo(),o=i??{};ws({pid:process.pid}),q.info(i?"loaded bridge config":"initialized bridge config");let c=new aa(new Yr),d=null,u=new Fo({upstream:c,paths:t,bridgeConfig:o,sessionSpawner:async(C,z,H,ee)=>{if(!d)throw new Error("agentManager not ready");return d.spawnSessionDownstream(C,z,H,ee)}}),f=new Lo({paths:t,config:o,registry:u});d=f;let x,g,w=null,S={},y,v=null,I=null,A=null,R=new An;function D(C,z){return R.enqueue(()=>P(C,z))}function b(){I||(I=new fa({isConnected:()=>c.isConnected()&&!(v?.isLivenessLost()??!1),forceReconnect:()=>A?D(A,{force:!0}):void 0,onFatal:C=>{if(process.env[cs]==="1"){q.error("upstream watchdog fatal, but daemon is unmanaged (CLI-spawned) \u2014 staying alive for soft-reconnect instead of exiting",{downMs:C});return}q.error("upstream watchdog fatal: exiting for supervisor restart",{downMs:C}),process.exit(1)}})),I.start()}async function P(C,z){let H=C,ee=H?.privatecode;if(!ee)throw new k("IPC_BAD_REQUEST","/connect requires privatecode");let Ye=Fi(H.env),xe=H.handshake_url,pe=H.frontier_url,kt=xp(H.env,xe,pe);if(A=H,!z?.force&&x===ee&&g===kt){let we=await d1(t);return u.agents.size===0&&we?(q.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),xa(t,f).catch(ke=>q.warn("connect-noop auto-revive error (ignored)",{err:String(ke)}))):q.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let wt=!!x&&x!==ee,sn=g!==void 0&&g!==kt,Gt=wt||sn,on=await Qc({privatecode:ee,...xe?{endpoint:xe}:{},ppeOverride:Ye});if(Gt){q.warn("connect config switched, resetting agents",{pcChanged:wt,envChanged:sn,previousPc:x?ha(x):"",nextPc:ha(ee)});for(let we of[...u.agents.values()])await we.dispose("connect config switch").catch(()=>{}),u.agents.delete(we.agentId);u.disconnectedAgents.size>0&&(q.info("clearing disconnectedAgents set on connect config switch",{count:u.disconnectedAgents.size}),u.disconnectedAgents.clear()),await c.swap(new Yr,"connect switch").catch(()=>{})}w=on.deviceId,ws({deviceId:w,pid:process.pid}),bd({patToken:ee,env:H.env}).catch(we=>q.warn("coze-cli setup error (ignored)",{err:String(we)}));let Qr=new os({handshake:on,privatecode:ee,...pe?{urlOverride:pe}:{},ppeOverride:Ye,getPatTokenForAgent:we=>u.agents.get(we)?.patToken});return await c.swap(Qr,"connect"),x=ee,g=kt,S=Ye,y=xe,H.mock_scenario!==void 0&&(u.setMockScenario(H.mock_scenario),q.info("mock scenario set",{scenario:H.mock_scenario})),v||(v=new Gi({core:u,getDeviceId:()=>w??"",onTickEnd:()=>M.retryPending().catch(we=>q.warn("detailSync.retryPending failed (ignored)",{err:String(we)})),onAuthFailures:V})),v.start(),b(),Gt&&xa(t,f).catch(we=>q.warn("post-connect-switch auto-revive error (ignored)",{err:String(we)})),as(ee,t).catch(we=>q.warn("writePatToken after /connect failed (ignored)",{err:String(we)})),q.info("/connect: WS established",{deviceId:w}),{ok:!0,note:"connected"}}u.registerExtension("_agent/create",async C=>f.createAgent(C.params)),u.registerExtension("_agent/health",async()=>({ok:!0}));let O={},B=new Eo({agents:u.agents,paths:t,publishSkillToMarketplace:async C=>{let z=u.agents.get(C.agentId)?.patToken??x;if(!z)throw new k("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");return ap({patToken:z,zip:C.zip,...C.skillId?{skillId:C.skillId}:{},skillName:C.skillName,...C.description?{description:C.description}:{},agentId:C.agentId,...C.accountId?{accountId:C.accountId}:{}},{handshakeBase:y,ppeOverride:S})},disposeAndMarkDisconnected:async(C,z)=>{let H=u.agents.get(C);if(H){await f.cleanupOpenclawSessionProviders(H).catch(Ye=>q.warn("cleanup openclaw providers failed (ignored)",{agentId:C,err:String(Ye)})),H.framework==="hermes"&&H.deployType==="cloud"&&await sd(C,t).catch(Ye=>q.warn("cleanup hermes-home failed (ignored)",{agentId:C,err:String(Ye)}));let ee=!0;try{await H.dispose(`disconnect: ${z}`)}catch(Ye){ee=!1,q.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:C,err:String(Ye)}),H.status="error"}ee&&(H.status="disconnected",u.unregister(C),u.disconnectedAgents.add(C))}else u.disconnectedAgents.add(C)},disposeForDelete:async(C,z)=>{let H=u.agents.get(C);H&&(await f.cleanupOpenclawSessionProviders(H).catch(ee=>q.warn("cleanup openclaw providers during delete failed (ignored)",{agentId:C,err:String(ee)})),H.framework==="hermes"&&H.deployType==="cloud"&&await sd(C,t).catch(ee=>q.warn("cleanup hermes-home during delete failed (ignored)",{agentId:C,err:String(ee)})),await H.dispose(`delete: ${z}`).catch(ee=>q.warn("dispose during delete failed (ignored)",{agentId:C,err:String(ee)})),u.unregister(C)),u.disconnectedAgents.delete(C)},detailSyncer:async C=>{if(!O.ref)throw new Error("agent-detail-sync not initialized yet");await O.ref.syncOne(C)},cleanupOpenclawProviders:async(C,z)=>{await f.cleanupOpenclawSessionProviders(C,z)},openclawRepair:async(C,z)=>{await f.openclawRepair(C,z)},hermesReset:async(C,z)=>{let H=await ve(C).catch(()=>null);!H||H.framework!=="hermes"||H.deployType!=="cloud"||await f0({paths:t,agentId:C,model:H.model,modelInfo:H.modelInfo,cozeEnv:z,mockScenario:u.getMockScenario()})},isRuntimePendingPermission:C=>u.hasPendingPermissionFor(C)});u.registerExtension("_agent/listSkills",C=>B.listSkills(C.params)),u.registerExtension("_agent/addSkills",C=>B.addSkills(C.params)),u.registerExtension("_agent/removeSkills",C=>B.removeSkills(C.params)),u.registerExtension("_agent/publishSkill",C=>B.publishSkill(C.params)),u.registerExtension("_agent/getFileTree",C=>B.getFileTree(C.params)),u.registerExtension("_agent/getFileContent",C=>B.getFileContent(C.params)),u.registerExtension("_agent/update",C=>B.updateAgent(C.params)),u.registerExtension("_agent/disconnect",C=>B.disconnectAgent(C.params)),u.registerExtension("_agent/switchModel",C=>B.switchModel(C.params)),u.registerExtension("_agent/reset",C=>B.resetAgent(C.params)),u.registerExtension("_agent/repair",C=>B.repairAgent(C.params)),u.registerExtension("_agent/delete",C=>B.deleteAgent(C.params)),u.registerExtension("_agent/upgrade",C=>B.upgradeBridge(C.params));let M=new Ss({paths:t,handlers:B,agentManager:f,sendDetail:C=>u.sendRequest("_agent/detail",C)});O.ref=M;let V=async C=>{await Promise.allSettled(C.map(async z=>{try{await B.disconnectAgent({agentId:z.agentId,reason:`auth_failure: code=${z.code} ${z.message}`}),q.info("agent disconnected due to auth failure from heartbeat response",{agentId:z.agentId,code:z.code,message:z.message})}catch(H){q.warn("disconnect during authFailure handling failed (ignored)",{agentId:z.agentId,err:String(H)})}}))};c.onConnect(({initial:C})=>{q.info("frontier upstream connected, triggering detail sync",{initial:C}),M.syncAll(C?"initial-connect":"reconnect").catch(z=>q.warn("detail sync top-level error (ignored)",{err:String(z)}))});let K=new zo({paths:t,routes:[{method:"GET",path:"/status",handler:async()=>{let C=u.getMockScenario();return{running:!0,pid:process.pid,nodeExecPath:process.execPath,nodeVersion:process.version,nodeArch:process.arch,spawnedBy:process.env[cs]==="1"?"manual":"supervisor",agents:[...u.agents.keys()],deviceId:w??"",frameworksCache:o.frameworksCache??{},...C?{mockScenario:C}:{}}}},{method:"POST",path:"/pair",handler:async C=>{let z=C,H=z?.privatecode,ee=z?.pairing_code;if(!H||!ee)throw new k("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let Ye=Fi(z.env),xe=z.handshake_url,pe=z.frontier_url,kt=xp(z.env,xe,pe),wt=!!x&&x!==H,sn=g!==void 0&&g!==kt,Gt=wt||sn,on=await Qc({privatecode:H,...xe?{endpoint:xe}:{},ppeOverride:Ye});if(Gt){q.warn("pair config switched, resetting agents",{pcChanged:wt,envChanged:sn,previousPc:x?ha(x):"",nextPc:ha(H),previousEnvKey:g??"",nextEnvKey:kt});for(let ke of[...u.agents.values()])await ke.dispose("pair config switch").catch(()=>{}),u.agents.delete(ke.agentId);u.disconnectedAgents.size>0&&(q.info("clearing disconnectedAgents set on pair config switch",{count:u.disconnectedAgents.size}),u.disconnectedAgents.clear()),await c.swap(new Yr,"pair switch").catch(()=>{})}w=on.deviceId,ws({deviceId:w,pid:process.pid}),bd({patToken:H,env:z.env}).catch(ke=>q.warn("coze-cli setup error (ignored)",{err:String(ke)}));let Qr=new os({handshake:on,privatecode:H,...pe?{urlOverride:pe}:{},ppeOverride:Ye,getPatTokenForAgent:ke=>u.agents.get(ke)?.patToken});await c.swap(Qr,"pair");try{let ke=new Vn;o.frameworksCache=await ke.detectAll(),await Vi(o),q.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(ke){q.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(ke)})}let we=Object.keys(o.frameworksCache??{});try{let ke=await u.sendRequest("_agent/pair",{pairCode:ee,patToken:H,frameworks:we,_meta:{cozeDeviceId:w}});q.info("_agent/pair ok",{pairResult:ke}),x=H,g=kt,S=Ye,y=xe,z.mock_scenario!==void 0&&(u.setMockScenario(z.mock_scenario),q.info("mock scenario set",{scenario:z.mock_scenario})),as(H,t).catch(Le=>q.warn("writePatToken after /pair failed (ignored)",{err:String(Le)})),v||(v=new Gi({core:u,getDeviceId:()=>w??"",onTickEnd:()=>M.retryPending().catch(Le=>q.warn("detailSync.retryPending failed (ignored)",{err:String(Le)})),onAuthFailures:V})),v.start(),b(),Gt&&xa(t,f).catch(Le=>q.warn("post-pair-switch auto-revive error (ignored)",{err:String(Le)}));let nr;return z.agent_id&&(nr=await u1(z.agent_id,t,f,Le=>u.sendRequest("_agent/detail",Le),H).catch(Le=>(q.error("--agent-id ensureAgent failed",{agentId:z.agent_id,err:String(Le)}),{ok:!1,agentId:z.agent_id??"",note:String(Le)}))),{ok:!0,note:"paired with cloud",...nr?{agent:nr}:{}}}catch(ke){return q.error("_agent/pair failed",{err:String(ke)}),{ok:!1,note:`pair failed: ${String(ke)}`}}}},{method:"POST",path:"/connect",handler:C=>D(C)},{method:"POST",path:"/_agent/create",handler:async C=>{let z=C;return{ok:!0,result:await f.createAgent(z)}}},{method:"POST",path:"/agent/send",handler:async C=>{let z=C;if(!z?.agentId||!z?.sessionId||!z?.kind||!z?.path)throw new k("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!x)throw new k("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{let H=z;return await(H.groupFile?Eh:yh)(H,{core:u,patToken:x,handshakeBase:y,ppeOverride:S})}catch(H){if(H instanceof k)return{ok:!1,code:H.code,message:H.message};throw H}}},{method:"POST",path:"/reload",handler:async C=>{let z=C?.agent_id,H=await u.reloadAgents(z);return q.info("IPC /reload: recycled agent subprocesses",{agentId:z??"(all)",recycled:H}),{ok:!0,recycled:H}}},{method:"POST",path:"/shutdown",handler:async()=>(q.info("IPC /shutdown received"),setImmediate(()=>{oe.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:re,token:X}=await K.start();try{await dp(t.libEntry,t)}catch(C){q.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(C)})}await u.start(),f1({paths:t,core:u,agentManager:f,detectAll:async()=>(o.frameworksCache=await new Vn().detectAll(),await Vi(o),o.frameworksCache)}).catch(C=>q.warn("startup warmup error (ignored)",{err:String(C)})),Gl().then(async()=>{let{probeAcpVersion:C}=await Promise.resolve().then(()=>(dn(),zl));for(let z of["claude-code","codex"]){let H=await C(z);H&&q.info("acp wrapper version",{framework:z,version:H})}}).catch(C=>q.warn("acp wrapper warmup / probe top-level error (ignored)",{err:String(C)}));let se=null,oe={port:re,token:X,core:u,ipc:K,shutdown(C){return se||(q.info("daemon shutdown",{reason:C}),se=(async()=>{v?.stop(),I?.stop(),await u.stop(C),await K.stop(),await e.release()})(),se)}};for(let C of["SIGTERM","SIGINT"])process.on(C,()=>{oe.shutdown(C).then(()=>process.exit(0))});return process.on("exit",()=>U0()),process.on("unhandledRejection",C=>{q.error("unhandledRejection",{reason:C instanceof Error?C.message:String(C),stack:C instanceof Error?C.stack:void 0})}),process.on("uncaughtException",C=>{q.error("uncaughtException (will exit, supervisor will restart)",{message:C.message,stack:C.stack,name:C.name});try{process.stderr.write(`FATAL uncaughtException: ${C.stack??C.message}
|
|
117
|
+
`)}catch{}process.exit(1)}),q.info("daemon ready",{port:re,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),x1({cliSpawned:process.env[cs]==="1",readPatToken:()=>ca(t),connect:D}).catch(C=>q.warn("maybeAutoConnectOnStartup error (ignored)",{err:String(C)})),oe}async function d1(t){return Es(t).length>0}function ha(t){return t.length<=8?"***":`${t.slice(0,4)}***${t.slice(-4)}`}function xp(t,e,r){return`${t??""}|${e??""}|${r??""}`}async function l1(t,e){let r=Es(t);if(r.length===0)return;let{loadAgentConfig:i,enforceAgentConfigMode:o}=await Promise.resolve().then(()=>(jt(),vs));for(let c of r){await o(c,t).catch(d=>q.warn("enforceAgentConfigMode failed (ignored)",{agentId:c,err:String(d)}));try{let d=await i(c,t);d?.deletedAt?(e.disconnectedAgents.add(c),q.info("agent marked deleted on startup",{agentId:c,deletedAt:d.deletedAt,reason:d.deleteReason??""})):d?.disconnectedAt&&(e.disconnectedAgents.add(c),q.info("agent marked disconnected on startup",{agentId:c,disconnectedAt:d.disconnectedAt,reason:d.disconnectReason??""}))}catch(d){q.warn("failed to load agent config on startup, skipping",{agentId:c,err:String(d)})}}}async function u1(t,e,r,i,o){let{loadAgentConfig:c}=await Promise.resolve().then(()=>(jt(),vs)),d=await c(t,e);if(d){if(d.deletedAt)throw new k("AGENT_NOT_FOUND",`agent ${t} \u5DF2\u88AB\u5220\u9664 (deletedAt=${d.deletedAt}), \u4E0D\u80FD\u901A\u8FC7 --agent-id \u590D\u6D3B`);q.info("--agent-id: local config found, reconnecting",{agentId:t,framework:d.framework,hadDisconnect:!!d.disconnectedAt});let g=mp(d),w={agentId:d.agentId,framework:d.framework,...d.cozeIdentity?{cozeIdentity:d.cozeIdentity}:{},...d.model?{model:d.model}:{},...o?{patToken:o}:{},...g?{_meta:g}:{}};return await r.createAgent(w),{ok:!0,agentId:t,note:d.disconnectedAt?"revived from local config":"connected from local config"}}q.info("--agent-id: local config missing, pulling _agent/detail from cloud",{agentId:t});let u=await i({_meta:{cozeAgentId:t}});if(!u.framework)throw new k("AGENT_NOT_FOUND",`agent ${t} \u4E0D\u5728\u672C\u5730; \u4E91\u7AEF _agent/detail \u54CD\u5E94\u7F3A framework \u5B57\u6BB5 (D36 \u534F\u8BAE\u6269\u5C55\u672A\u751F\u6548), \u65E0\u6CD5\u5728\u672C\u673A\u65B0\u5EFA`);let f={agentId:u.agentId,framework:u.framework,...u.cozeIdentity?{cozeIdentity:u.cozeIdentity}:{},...u.model?{model:u.model}:{},...o?{patToken:o}:{},...u.deployType?{_meta:{cozeDeployType:u.deployType}}:{}};await r.createAgent(f);let x=u.deployType==="cloud"&&u.framework==="openclaw";return{ok:!0,agentId:t,note:x?"cloud agent acknowledged":"created from cloud detail"}}async function f1(t){let e=t.logger??q;try{let r=await t.detectAll();e.info("refreshed frameworks_cache",{detected:Object.keys(r??{})})}catch(r){e.warn("framework detection failed (using cached)",{err:String(r)})}await l1(t.paths,t.core).catch(r=>e.warn("scanAgentsOnStartup failed (ignored)",{err:String(r)})),await xa(t.paths,t.agentManager).catch(r=>e.warn("auto-revive top-level error (ignored)",{err:String(r)})),await h1(t.paths).catch(r=>e.warn("builtin skill refresh top-level error (ignored)",{err:String(r)}))}async function xa(t,e){let{readdir:r}=await import("node:fs/promises"),i;try{i=await r(t.agentsRoot)}catch{return{revived:0,skipped:0,total:0}}if(i.length===0)return{revived:0,skipped:0,total:0};let{loadAgentConfig:o}=await Promise.resolve().then(()=>(jt(),vs));q.info("auto-revive: scanning local agents on startup",{count:i.length});let c=0,d=0;for(let u of i){let f;try{f=await o(u,t)}catch(x){q.warn("auto-revive: load config failed (skipping)",{agentId:u,err:String(x)}),d+=1;continue}if(!f){d+=1;continue}if(f.deletedAt){q.info("auto-revive: skip deleted agent",{agentId:u,deletedAt:f.deletedAt}),d+=1;continue}if(f.disconnectedAt){q.info("auto-revive: skip disconnected agent",{agentId:u,disconnectedAt:f.disconnectedAt}),d+=1;continue}try{q.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:u,framework:f.framework});let x=mp(f);await e.createAgent({agentId:f.agentId,framework:f.framework,...f.cozeIdentity?{cozeIdentity:f.cozeIdentity}:{},...f.model?{model:f.model}:{},...x?{_meta:x}:{}},{revive:!0}),c+=1}catch(x){q.warn("auto-revive: createAgent failed (skipping)",{agentId:u,framework:f.framework,err:String(x)}),d+=1}}return q.info("auto-revive: done",{revived:c,skipped:d,total:i.length}),{revived:c,skipped:d,total:i.length}}async function h1(t){let{readdir:e}=await import("node:fs/promises"),r;try{r=await e(t.agentsRoot)}catch{return{refreshed:0,total:0}}if(r.length===0)return{refreshed:0,total:0};let i=0;for(let o of r)try{(await T0(o,t)).status==="refreshed"&&(i+=1)}catch(c){q.warn("refresh builtin skills failed (skipping agent)",{agentId:o,err:String(c)})}return i>0&&q.info("builtin skills refresh on startup done",{refreshed:i,total:r.length}),{refreshed:i,total:r.length}}async function x1(t){let e=t.logger??q;if(t.cliSpawned)return"skipped-cli";let r=await t.readPatToken();return r?(e.info("supervisor-spawned daemon, auto-connecting with stored PAT"),t.connect({privatecode:r}).catch(i=>e.warn("startup auto-connect failed (staying idle)",{err:String(i)})),"connecting"):(e.info("no stored PAT, skip startup auto-connect"),"skipped-no-pat")}function mp(t){let e={};return t.deployType&&(e.cozeDeployType=t.deployType),t.accountId&&(e.cozeAccountId=t.accountId),Object.keys(e).length>0?e:void 0}ua();Re();import{readFile as gp}from"node:fs/promises";var rn=class{paths;constructor(e){this.paths=e??J()}async probe(e=1e3){let r=await pa(this.paths);if(!r)return{kind:"not-running"};try{let i=await this.fetch(r,{method:"GET",path:"/status",timeoutMs:e});return i.status===200?{kind:"connected",...r,body:i.body}:{kind:"stale",reason:`unexpected status ${i.status}`}}catch(i){return{kind:"stale",reason:m1(i)}}}async request(e){let r=await pa(this.paths);if(!r)throw new Error("coze-bridge daemon not running (no port/token files)");return this.fetch(r,e)}async fetch(e,r){let i=r.body!==void 0,o={Authorization:`Bearer ${e.token}`};i&&(o["content-type"]="application/json");let c=new AbortController,d=setTimeout(()=>c.abort(),r.timeoutMs??5e3);try{let u=await fetch(`http://127.0.0.1:${e.port}${r.path}`,{method:r.method,headers:o,body:i?JSON.stringify(r.body):void 0,signal:c.signal}),f=await u.text();return{status:u.status,body:p1(f)}}finally{clearTimeout(d)}}};async function pa(t){try{let[e,r]=await Promise.all([gp(t.portFile,"utf8"),gp(t.tokenFile,"utf8")]),i=Number.parseInt(e.trim(),10),o=r.trim();return!Number.isFinite(i)||i<=0||!o?null:{port:i,token:o}}catch(e){if(e.code==="ENOENT")return null;throw e}}function p1(t){if(!t)return null;try{return JSON.parse(t)}catch{return t}}function m1(t){return t instanceof Error?t.message:String(t)}Zt();te();or();import{spawn as g1}from"node:child_process";import{userInfo as _p}from"node:os";var Qd="__COZE_BRIDGE_ENV_SENTINEL_5f3c91__",w1=new Set(["bash","zsh","sh","dash","ksh"]),wp=Ve("COZE_BRIDGE_SHELLENV_TIMEOUT_MS",1e4),_1=2e3;function y1(t,e=Qd){let r=t.indexOf(e);if(r===-1)return null;let i=t.indexOf(e,r+e.length);if(i===-1)return null;let o=t.slice(r+e.length,i),c={};for(let d of o.split(`
|
|
118
|
+
`)){let u=d.indexOf("=");u<=0||(c[d.slice(0,u)]=d.slice(u+1))}return c}function E1(){let t=(process.env.SHELL??"").trim()||(_p().shell??"").trim();if(!t)return null;let e=t.slice(t.lastIndexOf("/")+1);return w1.has(e)?t:null}function b1(t){return new Promise(e=>{let r=`printf '%s' '${Qd}'; env; printf '%s' '${Qd}'`,i;try{i=g1(t,["-ilc",r],{detached:!0,stdio:["ignore","pipe","ignore"],env:{...process.env,HOME:process.env.HOME??_p().homedir}})}catch{e(null);return}let o="",c=!1,d=g=>{try{i.pid&&process.kill(-i.pid,g)}catch{}},u=g=>{c||(c=!0,clearTimeout(f),clearTimeout(x),e(g))};i.stdout?.on("data",g=>{o+=g.toString("utf8")}),i.on("error",()=>u(null)),i.on("close",()=>u(o.length>0?o:null));let f=setTimeout(()=>d("SIGTERM"),wp),x=setTimeout(()=>{d("SIGKILL"),u(o.length>0?o:null)},wp+_1)})}async function el(t={}){if((t.platform??process.platform)==="win32")return{kind:"skipped",reason:"windows"};let r=E1();if(!r)return{kind:"skipped",reason:"no-supported-login-shell"};let i=await(t.run??b1)(r);if(i==null)return{kind:"failed",reason:"shell-timeout-or-error"};let o=y1(i);return o==null?{kind:"failed",reason:"unparseable-output"}:{kind:"ok",env:o}}Re();function Rn(t,...e){let r=[],i;for(let o=0;o<t.length;o++){let c=t[o],d=!1;for(let u of e){if(c===u){i=t[o+1],o+=1,d=!0;break}if(c.startsWith(`${u}=`)){i=c.slice(u.length+1),d=!0;break}}d||r.push(c)}return{value:i,rest:r}}dn();import{chmod as v1,copyFile as yp,mkdir as bp,readFile as ls,rename as Ep,rm as rl,stat as vp,writeFile as S1}from"node:fs/promises";import{homedir as nD}from"node:os";import{dirname as I1,join as Oe,resolve as il,sep as ds}from"node:path";import{fileURLToPath as A1}from"node:url";Zt();te();Re();function Vr(t,e,r,i){rt(t.bridgeLogsDir,e,"dist-install",r,i)}function Sp(){return{darwin:{arm64:"@openai/codex-darwin-arm64",x64:"@openai/codex-darwin-x64"},linux:{arm64:"@openai/codex-linux-arm64",x64:"@openai/codex-linux-x64"},win32:{arm64:"@openai/codex-win32-arm64",x64:"@openai/codex-win32-x64"}}[process.platform]?.[process.arch]}function k1(){return{darwin:{arm64:Oe("vendor","aarch64-apple-darwin","bin","codex"),x64:Oe("vendor","x86_64-apple-darwin","bin","codex")},linux:{arm64:Oe("vendor","aarch64-unknown-linux-musl","bin","codex"),x64:Oe("vendor","x86_64-unknown-linux-musl","bin","codex")},win32:{arm64:Oe("vendor","aarch64-pc-windows-msvc","bin","codex.exe"),x64:Oe("vendor","x86_64-pc-windows-msvc","bin","codex.exe")}}[process.platform]?.[process.arch]}function T1(t){let e=A1(t),r=I1(e),i=`${ds}src${ds}`;if(r.includes(i)||r.endsWith(`${ds}src${ds}cli`))return null;let o=il(r,"index.js"),c=il(r,"..","package.json");return{dist:o,pkgJson:c}}async function sl(t={}){let e=t.paths??J(),r=T1(import.meta.url),i=t.sourceDist??r?.dist,o=t.sourcePackageJson??r?.pkgJson;if(!i||!o)return{kind:"dev-mode-skip",reason:"running from src/(tsx loader);no dist/ to install"};if(i===e.libEntry)return{kind:"dev-mode-skip",reason:"running from installed lib path; no re-install needed"};let c,d;try{let v=JSON.parse(await ls(o,"utf8"));c=v.version??"unknown",d=v.dependencies??{}}catch(v){throw Vr(e,"error","cannot read source package.json",{err:String(v)}),new Error(`cannot read source package.json: ${String(v)}`,{cause:v})}let u=_s.map(v=>({name:v,spec:d[v]??"latest"})),f=u.map(({name:v,spec:I})=>`${v}@${I}`),x=await Bo(e.configFile)??{},g=x.libVersion,w=await ls(e.libEntry).then(()=>!0).catch(()=>!1),S=g===c,y=await Ip(e,u);if(S&&w&&y)return{kind:"already-current",libVersion:c};if(!S||!w){await bp(e.libDir,{recursive:!0}),await yp(i,e.libEntry),await yp(`${i}.map`,`${e.libEntry}.map`).catch(()=>{});let v=il(e.libDir,"package.json"),I=`${JSON.stringify({type:"module"},null,2)}
|
|
119
|
+
`;await ls(v,"utf8").catch(()=>null)!==I&&await S1(v,I)}return y||(t.installWrappers?await t.installWrappers(e,f):await P1(e,f,u)),x.libVersion=c,await Vi(x,e.configFile),Vr(e,"info","dist installed",{libEntry:e.libEntry,fromVersion:g,toVersion:c}),S&&w?{kind:"already-current",libVersion:c}:g?{kind:"version-changed",fromVersion:g,toVersion:c,libEntry:e.libEntry}:{kind:"first-install",libVersion:c,libEntry:e.libEntry}}async function Ip(t,e){for(let r of e){let i=Oe(t.libDir,"node_modules",...r.name.split("/"),"package.json"),o;try{o=JSON.parse(await ls(i,"utf8"))}catch(d){return Vr(t,"debug","wrapper not ready: package.json read failed",{package:r.name,expected:r.spec,pkgJson:i,err:String(d)}),!1}let c=o.version;if(!c)return Vr(t,"debug","wrapper not ready: package.json \u7F3A version",{package:r.name,expected:r.spec,pkgJson:i}),!1;if(!R1(c,r.spec))return Vr(t,"debug","wrapper not ready: installed version does not satisfy expected range",{package:r.name,installed:c,expected:r.spec}),!1}return!!await Ap(Oe(t.libDir,"node_modules"))}function R1(t,e){let r=tl(t);if(!r)return!0;let i=e.trim();if(!i||i==="*"||i==="latest")return!0;if(i.startsWith("^")){let c=tl(i.slice(1));if(!c)return!0;if(nl(r,c)<0)return!1;let d=C1(c);return nl(r,d)<0}let o=tl(i);return o?nl(r,o)===0:!0}function C1(t){return t[0]>0?[t[0]+1,0,0]:t[1]>0?[0,t[1]+1,0]:[0,0,t[2]+1]}function tl(t){let e=t.match(/^v?(\d+)(?:\.(\d+))?(?:\.(\d+))?(?:[-+].*)?$/);return e?[Number(e[1]),Number(e[2]??0),Number(e[3]??0)]:null}function nl(t,e){for(let r=0;r<3;r++){let i=(t[r]??0)-(e[r]??0);if(i!==0)return i}return 0}async function P1(t,e,r){await L1(t.installLock,async()=>{if(await Ip(t,r))return;let i=Math.random().toString(36).slice(2,10),o=`${t.libDir}${ds}.staging-${process.pid}-${i}`,c=Oe(o,"node_modules"),d=Oe(t.libDir,"node_modules");try{await bp(o,{recursive:!0}),await D1(e,o),await O1(c);let u=`${d}.trash-${i}`;await Ep(d,u).catch(()=>{}),await Ep(c,d),await rl(u,{recursive:!0,force:!0}).catch(()=>{}),Vr(t,"info","wrapper closure installed",{liveNm:d,specs:e})}finally{await rl(o,{recursive:!0,force:!0}).catch(()=>{})}})}function D1(t,e){let r=["install",...t,"--prefix",e,"--omit=dev","--include=optional","--prefer-offline","--no-audit","--no-fund"];return new Promise((i,o)=>{let c=st("npm",r,{stdio:["ignore","pipe","pipe"]}),d="";c.stderr?.on("data",f=>{d.length<8192&&(d+=f.toString("utf8"))});let u=setTimeout(()=>c.kill("SIGKILL"),18e4);c.once("error",f=>{clearTimeout(u),o(new Error(`spawn npm failed: ${String(f)}`))}),c.once("close",f=>{clearTimeout(u),f===0?i():o(new Error(`npm install \u9000\u51FA\u7801 ${f}: ${d.trim().slice(0,2e3)}`))})})}async function O1(t){for(let e of _s){let r=Oe(t,...e.split("/")),i=JSON.parse(await ls(Oe(r,"package.json"),"utf8"));if(!i.version)throw new Error(`${e}: package.json \u7F3A version`);let o=typeof i.bin=="string"?e.split("/").pop():Object.keys(i.bin??{})[0];if(!o)throw new Error(`${e}: package.json \u7F3A bin`);let c=Oe(t,".bin",o),d=await vp(c);process.platform!=="win32"&&!(d.mode&73)&&await v1(c,d.mode|73).catch(()=>{})}if(!await Ap(t)){let e=Sp()??"<unsupported-platform>";throw new Error(`${e}: \u5F53\u524D\u5E73\u53F0 codex binary \u7F3A\u5931`)}}async function Ap(t){let e=Sp(),r=k1();if(!e||!r)return!0;let i=Oe(t,"@openai","codex"),o=Oe(t,...e.split("/")),c=[Oe(i,"package.json"),Oe(i,"bin","codex.js"),Oe(t,".bin",process.platform==="win32"?"codex.cmd":"codex"),Oe(o,"package.json"),Oe(o,r)];return(await Promise.all(c.map(u=>vp(u).then(f=>f.isFile()).catch(()=>!1)))).every(Boolean)}async function L1(t,e){let{open:r}=await import("node:fs/promises"),i=!1;for(let o=0;o<60&&!i;o++)try{await(await r(t,"wx")).close(),i=!0}catch{await new Promise(c=>setTimeout(c,500))}try{return await e()}finally{i&&await rl(t,{force:!0}).catch(()=>{})}}Ba();te();Re();import{closeSync as Tp,fstatSync as Rp,openSync as Cp,readFileSync as N1,readSync as M1,readdirSync as B1,statSync as F1}from"node:fs";import{join as ma}from"node:path";var z1=new Set(["debug","info","warn","error"]);function Pp(t){let e=t,r=Rn(e,"--agent-id");e=r.rest;let i=Rn(e,"--date");e=i.rest;let o=Rn(e,"-n","--lines");e=o.rest;let c=Rn(e,"--level");e=c.rest;let d=Rn(e,"--grep");e=d.rest;let u=o.value===void 0?200:Number(o.value),f=Number.isInteger(u)&&u>=0?u:200,x=c.value&&z1.has(c.value)?c.value:void 0,g={lines:f,follow:e.includes("-f")||e.includes("--follow"),raw:e.includes("--raw"),list:e.includes("--list")};return r.value&&(g.agentId=r.value),i.value&&(g.date=i.value),x&&(g.level=x),d.value&&(g.grep=d.value),g}function U1(t,e){return t.agentId?ma(Fe(t.agentId,e).logs,ar("agent",t.date)):ma(e.bridgeLogsDir,ar("bridge",t.date))}function G1(t,e){return e<=0||e>=t.length?t:t.slice(t.length-e)}function H1(t,e){let r;try{r=B1(t)}catch{return[]}let i=[];for(let o of r){let c=Ma(o,e);if(!c)continue;let d=0;try{d=F1(ma(t,o)).size}catch{}i.push({file:ma(t,o),date:c,size:d})}return i.sort((o,c)=>c.date.localeCompare(o.date)),i}function Dp(t,e){if(e.grep&&!t.includes(e.grep))return!1;if(e.level){let r;try{r=JSON.parse(t).level}catch{return!0}if(typeof r=="string"&&!Ll(r,e.level))return!1}return!0}var kp={debug:"90",info:"36",warn:"33",error:"31"},q1=new Set(["ts","level","module","msg"]);function j1(t){if(typeof t!="string")return"";let e=t.split("T")[1];return e?e.slice(0,12):""}function Op(t,e){if(e.raw)return t;let r;try{r=JSON.parse(t)}catch{return t}let i=j1(r.ts),o=typeof r.level=="string"?r.level:"",c=o.toUpperCase().padEnd(5);e.color&&kp[o]&&(c=`\x1B[${kp[o]}m${c}\x1B[0m`);let d=typeof r.module=="string"?r.module:"",u=typeof r.msg=="string"?r.msg:"",f=Object.entries(r).filter(([x])=>!q1.has(x)).map(([x,g])=>` ${x}=${typeof g=="string"?g:JSON.stringify(g)}`).join("");return`${i} ${c} ${d} ${u}${f}`}function W1(t,e,r){let c=N1(t,"utf8").split(`
|
|
120
|
+
`).filter(d=>d.length>0).filter(d=>Dp(d,{level:e.level,grep:e.grep}));for(let d of G1(c,e.lines))process.stdout.write(`${Op(d,{raw:e.raw,color:r})}
|
|
121
|
+
`)}async function Lp(t,e){let r=e.paths??J(),i=process.stdout.isTTY===!0;if(t.list){let d=t.agentId?Fe(t.agentId,r).logs:r.bridgeLogsDir,u=t.agentId?"agent":"bridge",f=H1(d,u);if(f.length===0)return process.stderr.write(`coze-bridge log: \u65E0\u65E5\u5FD7\u6587\u4EF6\u4E8E ${d}
|
|
122
|
+
`),1;for(let x of f)process.stdout.write(`${x.date} ${(x.size/1024).toFixed(1)}KB ${x.file}
|
|
123
|
+
`);return 0}let o=t.date??Pn(new Date),c=U1({agentId:t.agentId,date:o},r);try{W1(c,t,i)}catch{return process.stderr.write(`coze-bridge log: \u627E\u4E0D\u5230\u65E5\u5FD7 ${c}
|
|
124
124
|
\u7528 'coze-bridge log${t.agentId?` --agent-id ${t.agentId}`:""} --list' \u770B\u6709\u54EA\u4E9B\u65E5\u671F\u3002
|
|
125
125
|
(legacy \u6A21\u5F0F\u65E0 dated \u6587\u4EF6, \u89C1 ${r.logFile})
|
|
126
|
-
`),1}return t.follow&&await
|
|
127
|
-
`);o=f.pop()??"";for(let
|
|
128
|
-
`)}await new Promise(f=>setTimeout(f
|
|
126
|
+
`),1}return t.follow&&await Y1(c,t,i),0}var K1=500;function $1(t){try{let e=Cp(t,"r");try{return Rp(e).size}finally{Tp(e)}}catch{return 0}}async function Y1(t,e,r){let i=$1(t),o="",c=!1,d=()=>{c=!0};process.on("SIGINT",d);try{for(;!c;){let u="";try{let f=Cp(t,"r");try{let x=Rp(f).size;if(x>i){let g=Buffer.allocUnsafe(x-i),w=M1(f,g,0,g.length,i);u=g.subarray(0,w).toString("utf8"),i+=w}}finally{Tp(f)}}catch{}if(u){let f=(o+u).split(`
|
|
127
|
+
`);o=f.pop()??"";for(let x of f)x.length>0&&Dp(x,{level:e.level,grep:e.grep})&&process.stdout.write(`${Op(x,{raw:e.raw,color:r})}
|
|
128
|
+
`)}await new Promise(f=>setTimeout(f,K1))}}finally{process.off("SIGINT",d)}}import{basename as V1,resolve as J1}from"node:path";Re();var Z1=9e4,X1={PATH_OUTSIDE_WORKSPACE:3,FILE_TOO_LARGE:3,UNSUPPORTED_MIME:3,MODEL_MODALITY_UNSUPPORTED:3,IPC_BAD_REQUEST:3,AGENT_NOT_FOUND:4,IPC_AUTH_FAILED:4,AGENT_DISCONNECTED:5,UPLOAD_FAILED:5,UPSTREAM_NOT_READY:5,UPSTREAM_DISCONNECTED:5,UPSTREAM_HANDSHAKE_FAILED:5,AGENT_BUSY:1,AGENT_SPAWN_FAILED:1,AGENT_TIMEOUT:1,AGENT_FRAME_IDLE_TIMEOUT:1,AGENT_PROTOCOL_ERROR:1,AGENT_TURN_ABORTED:1,BRIDGE_CONFIG_INVALID:1,BRIDGE_INTERNAL:1,MODEL_TOKEN_GEN_FAILED:1,OPERATION_NOT_ALLOWED_FOR_LOCAL:1,OPERATION_NOT_ALLOWED_FOR_CLOUD:1,METHOD_NOT_FOUND:1,AGENT_DEPENDENCY_INSTALL_FAILED:1,AGENT_APPROVAL_TIMEOUT:1,AGENT_ENV_NOT_READY:1,SKILL_NOT_FOUND:1,SKILL_ZIP_TOO_LARGE:1};function Q1(t){return X1[t]??1}async function Np(t,e={}){let r=e.paths??J();if(!t.agentId||!t.sessionId)return process.stderr.write(`Error: missing --agent-id and/or --session-id. These IDs come from the <coze-context> block injected at the top of each prompt \u2014 extract agentId and sessionId from there and pass them as flags. Example: coze-bridge send image x.png --agent-id <id> --session-id <id>
|
|
129
129
|
`),4;if(t.groupFile&&!t.mimeType)return process.stderr.write(`Error: --group-file requires --mime <mimeType> (e.g. application/pdf, image/png). No local file is read in group-file mode, mime cannot be auto-detected.
|
|
130
|
-
`),3;let i=await
|
|
131
|
-
`),4;let o={agentId:t.agentId,sessionId:t.sessionId,kind:t.kind,path:t.groupFile?t.path:
|
|
130
|
+
`),3;let i=await pa(r).catch(()=>null);if(!i)return process.stderr.write(`Error: coze-bridge daemon not running (cannot read ${r.portFile} / ${r.tokenFile}). Make sure you are inside an agent session spawned by the daemon.
|
|
131
|
+
`),4;let o={agentId:t.agentId,sessionId:t.sessionId,kind:t.kind,path:t.groupFile?t.path:J1(process.cwd(),t.path),...t.caption?{caption:t.caption}:{},...t.name?{name:t.name}:{},...t.groupFile?{groupFile:!0}:{},...t.mimeType?{mimeType:t.mimeType}:{}},c;try{c=await e2(i,"/agent/send",o,Z1)}catch(d){return process.stderr.write(`Error: daemon IPC failed: ${d instanceof Error?d.message:String(d)}
|
|
132
132
|
`),4}if(!c.ok)return process.stderr.write(`Error: ${c.code}: ${c.message}
|
|
133
|
-
`),
|
|
134
|
-
`);else{let d=t.name??
|
|
135
|
-
`)}else process.stdout.write(`Sent ${t.kind} ${d} (${
|
|
136
|
-
`)}return 0}async function
|
|
137
|
-
`)}function
|
|
133
|
+
`),Q1(c.code);if(t.json)process.stdout.write(`${JSON.stringify(c)}
|
|
134
|
+
`);else{let d=t.name??V1(o.path);if(t.groupFile){let u=c.uri.length>60?`${c.uri.slice(0,57)}...`:c.uri;process.stdout.write(`Sent group file ${d} (uri=${u})
|
|
135
|
+
`)}else process.stdout.write(`Sent ${t.kind} ${d} (${t2(c.bytes)})
|
|
136
|
+
`)}return 0}async function e2(t,e,r,i){let o=new AbortController,c=setTimeout(()=>o.abort(),i);try{let d=await fetch(`http://127.0.0.1:${t.port}${e}`,{method:"POST",headers:{Authorization:`Bearer ${t.token}`,"content-type":"application/json"},body:JSON.stringify(r),signal:o.signal}),u=await d.text(),f=u?JSON.parse(u):null;return f&&typeof f=="object"&&"ok"in f?f:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${d.status}): ${u.slice(0,200)}`}}finally{clearTimeout(c)}}function t2(t){return t<1024?`${t}B`:t<1024*1024?`${(t/1024).toFixed(1)}KB`:`${(t/1024/1024).toFixed(1)}MB`}var Wp=G("cli");function We(t,e){let{value:r,rest:i}=Rn(t,e);return{value:r,rest:i}}function ba(t,e){process.stderr.write(`[deprecated] '${t}' will be removed in a future release, use '${e}' instead
|
|
137
|
+
`)}function I2(t){let e=t.slice(2);if(e.includes("--version")||e.includes("-v"))return{mode:"version"};if(e.includes("--daemon"))return{mode:"daemon"};if(e[0]==="status")return{mode:"status"};if(e[0]==="stop")return{mode:"stop"};if(e[0]==="reload"){let{value:D}=We(e.slice(1),"--agent-id");return D?{mode:"reload",agentId:D}:{mode:"reload"}}if(e[0]==="update")return{mode:"update"};if(e[0]==="purge")return{mode:"purge"};if(e[0]==="service")return e[1]==="install"?{mode:"service-install"}:e[1]==="uninstall"?{mode:"service-uninstall"}:{mode:"help"};if(e[0]==="send")return A2(e.slice(1));if(e[0]==="log")return{mode:"log",...Pp(e.slice(1))};if(e[0]==="connect")return k2(e.slice(1));if(e.includes("--status"))return ba("--status","coze-bridge status"),{mode:"status"};if(e.includes("--stop"))return ba("--stop","coze-bridge stop"),{mode:"stop"};if(e.includes("--uninstall"))return ba("--uninstall","coze-bridge purge"),{mode:"purge"};if(e.includes("--install-service"))return ba("--install-service","coze-bridge service install"),{mode:"service-install"};if(e.includes("--help")||e.includes("-h")||e.length===0)return{mode:"help"};let r=e,{value:i,rest:o}=We(r,"--pat-token");r=o;let{value:c,rest:d}=We(r,"--pair-code");r=d;let{value:u,rest:f}=We(r,"--env");r=f;let{value:x,rest:g}=We(r,"--handshake-url");r=g;let{value:w,rest:S}=We(r,"--frontier-url");r=S;let{value:y,rest:v}=We(r,"--mock-scenario");r=v;let{value:I}=We(r,"--agent-id"),A=r.includes("--skip-rebuild-env");if(!i||!c)return{mode:"help"};let R={mode:"pair",privatecode:i,pairingCode:c};return u&&(R.env=u),x&&(R.handshakeUrl=x),w&&(R.frontierUrl=w),y&&(R.mockScenario=y),I&&(R.agentId=I),A&&(R.skipRebuildEnv=!0),R}function A2(t){let e=t[0],r=t[1];if(e!=="image"&&e!=="file")return{mode:"help"};if(!r||r.startsWith("--"))return{mode:"help"};let i=t.slice(2),{value:o,rest:c}=We(i,"--caption");i=c;let{value:d,rest:u}=We(i,"--name");i=u;let{value:f,rest:x}=We(i,"--agent-id");i=x;let{value:g,rest:w}=We(i,"--session-id");i=w;let{value:S,rest:y}=We(i,"--mime");i=y;let v=i.includes("--group-file");i=i.filter(R=>R!=="--group-file");let I=i.includes("--json"),A={mode:"send",kind:e,path:r,json:I};return o&&(A.caption=o),d&&(A.name=d),f&&(A.agentId=f),g&&(A.sessionId=g),v&&(A.groupFile=!0),S&&(A.mimeType=S),A}function k2(t){let e=t,{value:r,rest:i}=We(e,"--pat-token");e=i;let{value:o,rest:c}=We(e,"--env");e=c;let{value:d,rest:u}=We(e,"--handshake-url");e=u;let{value:f,rest:x}=We(e,"--frontier-url");e=x;let{value:g,rest:w}=We(e,"--mock-scenario");e=w;let S=e.includes("--skip-rebuild-env"),y={mode:"connect"};return r&&(y.privatecode=r),o&&(y.env=o),d&&(y.handshakeUrl=d),f&&(y.frontierUrl=f),g&&(y.mockScenario=g),S&&(y.skipRebuildEnv=!0),y}var T2=`
|
|
138
138
|
coze-bridge - local bridge daemon for cloud Agent Service
|
|
139
139
|
|
|
140
140
|
Pair (paste from cloud UI; start/reuse daemon and deliver pair-code):
|
|
@@ -215,57 +215,57 @@ Deprecated flags (still work, but emit a warning; will be removed in a future re
|
|
|
215
215
|
|
|
216
216
|
Internal:
|
|
217
217
|
<node> <entry> --daemon daemon mode (OS supervisor only)
|
|
218
|
-
`.trimStart();async function
|
|
219
|
-
`),0;case"daemon":{try{await
|
|
220
|
-
`),1;if(i.kind==="stale")return await
|
|
218
|
+
`.trimStart();async function Kp(t=process.argv,e={}){let r=I2(t);switch(r.mode){case"help":return process.stdout.write(T2),0;case"version":return process.stdout.write(`${Nt}
|
|
219
|
+
`),0;case"daemon":{try{await pp()}catch(i){return Wp.error("daemon start failed",{err:String(i)}),1}return new Promise(()=>{})}case"status":return R2(e);case"stop":return Yp(e);case"reload":return D2(r.agentId,e);case"log":return Lp(r,e);case"update":return C2(e);case"purge":return L2(e);case"service-install":return N2(e);case"service-uninstall":return M2(e);case"pair":{let i={};return r.env&&(i.env=r.env),r.handshakeUrl&&(i.handshakeUrl=r.handshakeUrl),r.frontierUrl&&(i.frontierUrl=r.frontierUrl),r.mockScenario&&(i.mockScenario=r.mockScenario),B2(r.privatecode,r.pairingCode,e,i,r.agentId,r.skipRebuildEnv)}case"connect":{let i={};return r.env&&(i.env=r.env),r.handshakeUrl&&(i.handshakeUrl=r.handshakeUrl),r.frontierUrl&&(i.frontierUrl=r.frontierUrl),r.mockScenario&&(i.mockScenario=r.mockScenario),F2(r.privatecode,e,i,r.skipRebuildEnv)}case"send":return Np({kind:r.kind,path:r.path,...r.agentId?{agentId:r.agentId}:{},...r.sessionId?{sessionId:r.sessionId}:{},...r.caption?{caption:r.caption}:{},...r.name?{name:r.name}:{},...r.groupFile?{groupFile:!0}:{},...r.mimeType?{mimeType:r.mimeType}:{},json:r.json},e)}}async function $p(t){let{unlink:e}=await import("node:fs/promises");await Promise.all([e(t.pidFile).catch(()=>{}),e(t.portFile).catch(()=>{}),e(t.tokenFile).catch(()=>{})])}async function R2(t){let e=t.paths??J(),r=new rn(e),i=await r.probe();if(i.kind==="not-running")return process.stdout.write(`coze-bridge: not running
|
|
220
|
+
`),1;if(i.kind==="stale")return await $p(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
|
|
221
221
|
`),1;let o=await r.request({method:"GET",path:"/status"});return process.stdout.write(`coze-bridge: running
|
|
222
222
|
${JSON.stringify(o.body,null,2)}
|
|
223
|
-
`),0}async function
|
|
223
|
+
`),0}async function Yp(t){let e=t.paths??J(),r=new rn(e),i=t.daemonSweep??(async()=>{let f=G0();return await H0(f),f}),o=async()=>{t.skipProcessKill||await i(e)},c=await fs(t),d=!1;if(c)try{await c.uninstall(),d=!0}catch(f){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(f)}
|
|
224
224
|
`)}let u=await r.probe();if(u.kind==="not-running")return await o(),process.stdout.write(d?`coze-bridge: stopped
|
|
225
225
|
`:`coze-bridge: not running
|
|
226
|
-
`),0;if(u.kind==="stale")return await
|
|
226
|
+
`),0;if(u.kind==="stale")return await $p(e),await o(),process.stdout.write(`coze-bridge: not running (cleaned stale state)
|
|
227
227
|
`),0;try{return await r.request({method:"POST",path:"/shutdown"}),await o(),process.stdout.write(`coze-bridge: stopped
|
|
228
228
|
`),0}catch(f){return(await r.probe()).kind!=="connected"?(await o(),process.stdout.write(`coze-bridge: stopped
|
|
229
229
|
`),0):(await o(),process.stdout.write(`coze-bridge: stop failed: ${String(f)}
|
|
230
|
-
`),1)}}async function
|
|
231
|
-
`),e(1)})})}async function
|
|
230
|
+
`),1)}}async function C2(t){return await Yp(t),(t.spawnNpx??P2)(["-y","--ignore-existing","coze-bridge@latest","connect"])}function P2(t){return new Promise(e=>{let r=st("npx",t,{stdio:"inherit"});r.on("exit",i=>e(i??1)),r.on("error",i=>{process.stderr.write(`coze-bridge: spawn npx failed: ${String(i)}
|
|
231
|
+
`),e(1)})})}async function D2(t,e){let r=new rn(e.paths);if((await r.probe()).kind==="not-running")return process.stdout.write(`coze-bridge: not running (start daemon first)
|
|
232
232
|
`),1;try{let o=await r.request({method:"POST",path:"/reload",body:t?{agent_id:t}:{},timeoutMs:35e3});if(o.status===200&&o.body?.ok){let c=o.body.recycled??[];return t&&c.length===0?process.stdout.write(`coze-bridge: agent ${t} \u65E0\u8FD0\u884C\u4E2D\u5B50\u8FDB\u7A0B\u53EF\u56DE\u6536 (\u672A\u6CE8\u518C / \u5DF2 idle)
|
|
233
233
|
`):process.stdout.write(`coze-bridge: reloaded ${c.length} agent(s): ${c.join(", ")||"(none)"}
|
|
234
234
|
`),0}return process.stderr.write(`coze-bridge: reload failed: ${JSON.stringify(o.body)}
|
|
235
235
|
`),1}catch(o){return process.stderr.write(`coze-bridge: reload failed: ${String(o)}
|
|
236
|
-
`),1}}async function
|
|
236
|
+
`),1}}async function fs(t){if(t.supervisor){let c=t.supervisor,d={nodeBin:"",entry:"",logFile:"",homeDir:"",userName:""};return{platform:c.platform,install:u=>c.install(d,u),uninstall:()=>c.uninstall(d)}}if(t.skipSupervisor)return;let{getSupervisor:e,buildContext:r}=await Promise.resolve().then(()=>(Hp(),Gp)),i=e(),o=r();return{platform:i.platform,install:c=>i.install(o,c),uninstall:()=>i.uninstall(o)}}async function Vp(t,e){let r=await e.probe(),i=t.waitTimeoutMs??15e3,o=t.sleep??z2,c=t.paths??J();if(r.kind==="connected"){if(!O2(r.body))return r;rt(c.bridgeLogsDir,"warn","cli","daemon Node \u4E0E\u5F53\u524D CLI \u4E0D\u4E00\u81F4, \u91CD\u542F daemon",{currentNode:process.execPath,currentArch:process.arch,daemon:r.body}),await e.request({method:"POST",path:"/shutdown"}).catch(f=>rt(c.bridgeLogsDir,"warn","cli","restart for Node drift: shutdown failed",{err:String(f)})),await jp(c.pidFile,o)}let d=t.spawnDaemon??hp,u=await fs(t);if(u&&(u.platform==="darwin"||u.platform==="linux")){try{await u.install({activate:!0});let f=await qp(e,i,o);if(f.kind==="connected")return f;rt(c.bridgeLogsDir,"warn","cli","supervisor \u8D77 daemon \u8D85\u65F6, \u56DE\u9000\u624B\u52A8 spawn (\u672C\u6B21\u65E0\u5D29\u6E83\u4FDD\u6D3B)",{waitMs:i})}catch(f){rt(c.bridgeLogsDir,"warn","cli","supervisor \u63A5\u7BA1\u5931\u8D25, \u56DE\u9000\u624B\u52A8 spawn",{err:String(f)})}rt(c.bridgeLogsDir,"warn","cli","\u79FB\u9664\u5F00\u673A\u81EA\u542F\u914D\u7F6E (supervisor \u63A5\u7BA1\u672A\u6210\u529F, \u56DE\u9000\u624B\u52A8 spawn; \u4E0B\u6B21\u91CD\u542F\u4E0D\u518D\u81EA\u542F, \u9700\u91CD\u65B0 service install)",{platform:u.platform}),await u.uninstall().catch(()=>{}),await jp(c.pidFile,o)}else u&&await u.install({activate:!1}).catch(f=>process.stderr.write(`coze-bridge: \u81EA\u542F\u6CE8\u518C\u5931\u8D25(\u4E0D\u5F71\u54CD\u672C\u6B21): ${String(f)}
|
|
237
237
|
`));return process.stdout.write(`coze-bridge: starting daemon...
|
|
238
|
-
`),await d({paths:t.paths}),
|
|
238
|
+
`),await d({paths:t.paths}),qp(e,i,o)}function O2(t){if(!t||typeof t!="object")return!1;let e=t;return typeof e.nodeExecPath!="string"||typeof e.nodeArch!="string"?!1:e.nodeExecPath!==process.execPath||e.nodeArch!==process.arch}async function L2(t){let e=new rn(t.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
|
|
239
239
|
`);try{await e.request({method:"POST",path:"/shutdown"})}catch(d){process.stderr.write(`coze-bridge: stop failed (continuing): ${String(d)}
|
|
240
|
-
`)}await new Promise(d=>setTimeout(d,500))}let i=await
|
|
240
|
+
`)}await new Promise(d=>setTimeout(d,500))}let i=await fs(t);if(i)try{await i.uninstall(),process.stdout.write(`coze-bridge: ${i.platform} supervisor unregistered
|
|
241
241
|
`)}catch(d){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(d)}
|
|
242
|
-
`)}let o=t.paths??
|
|
242
|
+
`)}let o=t.paths??J(),{rm:c}=await import("node:fs/promises");try{await c(o.bridgeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.bridgeRoot}
|
|
243
243
|
`)}catch(d){return process.stderr.write(`coze-bridge: remove failed: ${String(d)}
|
|
244
244
|
`),1}return process.stdout.write(`coze-bridge: purged (agents workspaces preserved under ~/.coze/agents)
|
|
245
|
-
`),0}async function
|
|
245
|
+
`),0}async function N2(t){let e=await fs(t);if(!e)return 0;try{return process.stdout.write(`coze-bridge: installing ${e.platform} supervisor...
|
|
246
246
|
`),await e.install(),process.stdout.write(`coze-bridge: supervisor installed (daemon will auto-start on login)
|
|
247
247
|
`),0}catch(r){return process.stderr.write(`coze-bridge: service install failed: ${String(r)}
|
|
248
|
-
`),1}}async function
|
|
248
|
+
`),1}}async function M2(t){let e=await fs(t);if(!e)return 0;try{return await e.uninstall(),process.stdout.write(`coze-bridge: ${e.platform} supervisor unregistered
|
|
249
249
|
`),0}catch(r){return process.stderr.write(`coze-bridge: service uninstall failed: ${String(r)}
|
|
250
250
|
`),1}}async function Jp(t,e,r){if(e)return rt(t.bridgeLogsDir,"info","cli","agent-env: skip rebuild, use process.env",{}),process.env;let i=await r();return i.kind==="ok"?(rt(t.bridgeLogsDir,"info","cli","agent-env: rebuilt from login shell",{vars:Object.keys(i.env).length}),i.env):i.kind==="skipped"?(rt(t.bridgeLogsDir,"info","cli","agent-env: rebuild not applicable, use process.env",{reason:i.reason}),process.env):(process.stderr.write(`coze-bridge: \u91CD\u5EFA shell \u73AF\u5883\u5931\u8D25, \u56DE\u9000\u5F53\u524D\u8FDB\u7A0B\u73AF\u5883 (\u53EF\u7528 --skip-rebuild-env \u663E\u5F0F\u8DF3\u8FC7)
|
|
251
|
-
`),rt(t.bridgeLogsDir,"warn","cli","reconstructLoginShellEnv failed, fell back to process.env",{reason:i.reason}),process.env)}async function
|
|
252
|
-
`),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(y=>setTimeout(y,500)))):
|
|
253
|
-
`)}let
|
|
254
|
-
`),1;let g={privatecode:t,pairing_code:e};i.env&&(g.env=i.env),i.handshakeUrl&&(g.handshake_url=i.handshakeUrl),i.frontierUrl&&(g.frontier_url=i.frontierUrl),i.mockScenario&&(g.mock_scenario=i.mockScenario),o&&(g.agent_id=o);try{let
|
|
251
|
+
`),rt(t.bridgeLogsDir,"warn","cli","reconstructLoginShellEnv failed, fell back to process.env",{reason:i.reason}),process.env)}async function B2(t,e,r,i={},o,c){let d=new rn(r.paths),u=r.paths??J(),f=await Jp(u,c,r.reconstructEnv??el);if(await Xc(u,f).catch(w=>rt(u.bridgeLogsDir,"warn","cli","writeAgentEnv failed (ignored)",{err:String(w)})),!r.skipDistInstall){let w=await sl({paths:r.paths});w.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${w.fromVersion} \u2192 ${w.toVersion}
|
|
252
|
+
`),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(y=>setTimeout(y,500)))):w.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${w.libVersion}
|
|
253
|
+
`)}let x=await Vp(r,d);if(x.kind!=="connected")return process.stderr.write(`coze-bridge: daemon did not come up: ${x.kind}
|
|
254
|
+
`),1;let g={privatecode:t,pairing_code:e};i.env&&(g.env=i.env),i.handshakeUrl&&(g.handshake_url=i.handshakeUrl),i.frontierUrl&&(g.frontier_url=i.frontierUrl),i.mockScenario&&(g.mock_scenario=i.mockScenario),o&&(g.agent_id=o);try{let w=await d.request({method:"POST",path:"/pair",body:g,timeoutMs:35e3});if(w.status===200&&w.body?.ok){let S=w.body.agent;return S&&!S.ok?(process.stderr.write(`coze-bridge: paired but agent ensure failed (agentId=${S.agentId}): ${S.note}
|
|
255
255
|
`),1):(process.stdout.write(`\u5DF2\u914D\u5BF9\u8FDE\u63A5\u5B8C\u6210\uFF0C\u8BF7\u8FD4\u56DE\u5230 coze \u5E73\u53F0\u4E0A\u70B9\u51FB "\u6211\u5DF2\u6267\u884C"
|
|
256
|
-
`),0)}return process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(
|
|
257
|
-
`),1}catch(
|
|
258
|
-
`),1}}async function
|
|
259
|
-
`),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(
|
|
256
|
+
`),0)}return process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(w.body)}
|
|
257
|
+
`),1}catch(w){return process.stderr.write(`coze-bridge: pair failed: ${String(w)}
|
|
258
|
+
`),1}}async function F2(t,e,r={},i){let o=e.paths??J(),c=t??await ca(o);if(!c)return process.stderr.write("coze-bridge: \u627E\u4E0D\u5230 patToken \u2014 \u5148\u8DD1\u4E00\u6B21 `coze-bridge --pat-token=<sat_xxx> --pair-code=<xxx>` \u914D\u5BF9, \u6216\u672C\u6B21\u7528 `--pat-token` \u6307\u5B9A\n"),1;let d=new rn(e.paths),u=await Jp(o,i,e.reconstructEnv??el);if(await Xc(o,u).catch(g=>rt(o.bridgeLogsDir,"warn","cli","writeAgentEnv failed (ignored)",{err:String(g)})),!e.skipDistInstall){let g=await sl({paths:e.paths});g.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${g.fromVersion} \u2192 ${g.toVersion}
|
|
259
|
+
`),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(S=>setTimeout(S,500)))):g.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${g.libVersion}
|
|
260
260
|
`)}let f=await Vp(e,d);if(f.kind!=="connected")return process.stderr.write(`coze-bridge: daemon did not come up: ${f.kind}
|
|
261
|
-
`),1;let
|
|
262
|
-
`),t!==void 0&&await
|
|
261
|
+
`),1;let x={privatecode:c};r.env&&(x.env=r.env),r.handshakeUrl&&(x.handshake_url=r.handshakeUrl),r.frontierUrl&&(x.frontier_url=r.frontierUrl),r.mockScenario&&(x.mock_scenario=r.mockScenario);try{let g=await d.request({method:"POST",path:"/connect",body:x,timeoutMs:35e3});return g.status===200&&g.body?.ok?(process.stdout.write(`coze-bridge: connected (${g.body.note??"ok"})
|
|
262
|
+
`),t!==void 0&&await as(c,o).catch(w=>Wp.warn("writePatToken after connect failed (ignored)",{err:String(w)})),0):(process.stderr.write(`coze-bridge: connect failed: ${JSON.stringify(g.body)}
|
|
263
263
|
`),1)}catch(g){return process.stderr.write(`coze-bridge: connect failed: ${String(g)}
|
|
264
|
-
`),1}}async function
|
|
264
|
+
`),1}}async function qp(t,e,r){let i=Date.now()+e;for(;Date.now()<i;){let o=await t.probe(500);if(o.kind==="connected")return o;await r(200)}return t.probe(500)}async function jp(t,e,r=60,i=200){let{readFile:o}=await import("node:fs/promises");for(let c=0;c<r;c++){let d;try{d=await o(t,"utf8")}catch{return}let u=Number.parseInt(d.trim(),10);if(!Number.isFinite(u)||u<=0||!Wi(u))return;await e(i)}}function z2(t){return new Promise(e=>setTimeout(e,t))}te();function U2(t){let e=/^v?(\d+)(?:\.(\d+))?/.exec(t.trim());if(!e)return"ok";let r=Number(e[1]),i=Number(e[2]??0);return r<18||r===18&&i<4?"fatal":r<20?"warn":"ok"}function Zp(t=process.versions.node,e=i=>{process.stderr.write(i)},r=i=>process.exit(i)){let i=U2(t);if(i==="ok")return;let o=t.replace(/^v/,"");i==="fatal"?(e(`[coze-bridge] \u5F53\u524D Node.js \u7248\u672C v${o} \u8FC7\u4F4E,\u65E0\u6CD5\u8FD0\u884C(\u6700\u4F4E v18.4.0,\u63A8\u8350 v20+)\u3002\u8BF7\u5347\u7EA7\u540E\u91CD\u8BD5:https://nodejs.org(\u6216\u7528 nvm/fnm)\u3002
|
|
265
265
|
`),r(1)):e(`[coze-bridge] \u68C0\u6D4B\u5230 Node.js v${o},\u672C\u9879\u76EE\u63A8\u8350 v20+,\u4F4E\u4E8E v20 \u540E\u7EED\u5347\u7EA7\u53EF\u80FD\u6709\u517C\u5BB9\u95EE\u9898,\u5EFA\u8BAE\u5347\u7EA7\u3002
|
|
266
266
|
\u5347\u7EA7\u5B8C\u540E\u9700\u8981\u6267\u884C\u4EE5\u4E0B\u547D\u4EE4\u91CD\u65B0\u8FDE\u63A5:
|
|
267
267
|
npx -y coze-bridge@latest stop
|
|
268
268
|
npx -y coze-bridge@latest connect
|
|
269
269
|
|
|
270
|
-
`)}Zp();!process.argv.includes("--daemon")&&!process.env.COZE_BRIDGE_LOG_LEVEL&&Dl("warn");
|
|
270
|
+
`)}Zp();!process.argv.includes("--daemon")&&!process.env.COZE_BRIDGE_LOG_LEVEL&&Dl("warn");Kp(process.argv).then(t=>process.exit(t),t=>{process.stderr.write(`fatal: ${t instanceof Error?t.stack??t.message:String(t)}
|
|
271
271
|
`),process.exit(1)});
|